summaryrefslogtreecommitdiff
path: root/bindings/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/autogen.sh')
-rwxr-xr-xbindings/autogen.sh23
1 files changed, 0 insertions, 23 deletions
diff --git a/bindings/autogen.sh b/bindings/autogen.sh
deleted file mode 100755
index fd02786..0000000
--- a/bindings/autogen.sh
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/bin/sh
-echo "*** Sword build system generation"
-#echo "*** Recreating libtool"
-#if test -z "$LTIZE"; then
-#LTIZE="$AUTODIR""libtoolize"
-#fi
-#echo "$LTIZE"
-# $LTIZE --force --copy;
-
-ACLOCAL="$AUTODIR""aclocal"
-echo "*** Recreating aclocal.m4"
-echo "$ACLOCAL"
- $ACLOCAL -I m4;
-
-echo "*** Recreating configure"
-AUTOCONF="$AUTODIR""autoconf"
-#AUTOHEAD="$AUTODIR""autoheader"
-# $AUTOHEAD ;
- $AUTOCONF;
-
-echo "*** Recreating the Makefile.in files"
-AUTOMAKE="$AUTODIR""automake"
- $AUTOMAKE -a -c --foreign;