From 3db69c4184df56888c2bb3766cd48252558d3ed1 Mon Sep 17 00:00:00 2001 From: Jason Edward Stewart <jasons@apache.org> Date: Mon, 30 Oct 2006 10:48:34 +0000 Subject: [PATCH] added script for re-running autoconf/automake et. al. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@469112 13f79535-47bb-0310-9956-ffa450edef68 --- reconf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 reconf diff --git a/reconf b/reconf new file mode 100755 index 000000000..8473c10e2 --- /dev/null +++ b/reconf @@ -0,0 +1,8 @@ +#!/bin/sh +set -x +rm -f config.cache +aclocal -I m4 +autoheader +automake -a +autoconf +exit \ No newline at end of file -- GitLab