diff options
-rwxr-xr-x | lib/tdb/autogen-autotools.sh | 14 | ||||
l---------[-rwxr-xr-x] | lib/tdb/autogen.sh | 15 |
2 files changed, 15 insertions, 14 deletions
diff --git a/lib/tdb/autogen-autotools.sh b/lib/tdb/autogen-autotools.sh new file mode 100755 index 0000000000..bf84eeee19 --- /dev/null +++ b/lib/tdb/autogen-autotools.sh @@ -0,0 +1,14 @@ +#!/bin/sh + +rm -rf autom4te.cache +rm -f configure config.h.in + +IPATHS="-I libreplace -I lib/replace -I ../libreplace -I ../replace" +autoconf $IPATHS || exit 1 +autoheader $IPATHS || exit 1 + +rm -rf autom4te.cache + +echo "Now run ./configure and then make." +exit 0 + diff --git a/lib/tdb/autogen.sh b/lib/tdb/autogen.sh index bf84eeee19..a229cc94ac 100755..120000 --- a/lib/tdb/autogen.sh +++ b/lib/tdb/autogen.sh @@ -1,14 +1 @@ -#!/bin/sh - -rm -rf autom4te.cache -rm -f configure config.h.in - -IPATHS="-I libreplace -I lib/replace -I ../libreplace -I ../replace" -autoconf $IPATHS || exit 1 -autoheader $IPATHS || exit 1 - -rm -rf autom4te.cache - -echo "Now run ./configure and then make." -exit 0 - +autogen-waf.sh
\ No newline at end of file |