summaryrefslogtreecommitdiff
path: root/Build/source/libs/teckit/TECkit-2.5.1/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/teckit/TECkit-2.5.1/autogen.sh')
-rwxr-xr-xBuild/source/libs/teckit/TECkit-2.5.1/autogen.sh23
1 files changed, 23 insertions, 0 deletions
diff --git a/Build/source/libs/teckit/TECkit-2.5.1/autogen.sh b/Build/source/libs/teckit/TECkit-2.5.1/autogen.sh
new file mode 100755
index 00000000000..e437c72251a
--- /dev/null
+++ b/Build/source/libs/teckit/TECkit-2.5.1/autogen.sh
@@ -0,0 +1,23 @@
+#!/bin/sh
+echo "*** Recreating libtool files"
+if test -z $LTIZE; then
+LTIZE="$AUTODIR""libtoolize"
+fi
+echo "$LTIZE"
+ $LTIZE -f -c;
+
+echo "*** Recreating aclocal.m4"
+ACLOCAL="$AUTODIR""aclocal"
+echo "$ACLOCAL"
+ $ACLOCAL -I .;
+
+echo "*** Recreating configure"
+AUTOCONF="$AUTODIR""autoconf"
+AUTOHEAD="$AUTODIR""autoheader"
+ $AUTOHEAD ;
+ $AUTOCONF;
+
+echo "*** Recreating the Makefile.in files"
+AUTOMAKE="$AUTODIR""automake"
+ $AUTOMAKE --foreign -a -c;
+