diff options
Diffstat (limited to 'source4/lib/ldb/autogen-autotools.sh')
-rwxr-xr-x | source4/lib/ldb/autogen-autotools.sh | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/source4/lib/ldb/autogen-autotools.sh b/source4/lib/ldb/autogen-autotools.sh deleted file mode 100755 index c68f2259b63..00000000000 --- a/source4/lib/ldb/autogen-autotools.sh +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/sh - -echo "Using autotools based build" - -rm -rf autom4te.cache -rm -f configure config.h.in - -IPATHS="-I libreplace -I lib/replace -I ../libreplace -I ../replace -I ../../../lib/replace" -IPATHS="$IPATHS -I ./external" - -autoheader $IPATHS || exit 1 -autoconf $IPATHS || exit 1 - -rm -rf autom4te.cache - -echo "Now run ./configure and then make." -exit 0 - |