diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-11-01 06:18:55 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-11-01 06:04:14 +0000 |
commit | 1aa8308c30962ac04a2997acaa7f2a7458729cc2 (patch) | |
tree | 18b6bc8736640e9868798863cdc001b97e1f9b97 /lib/tdb | |
parent | a2d787d95d1f20aa2c080c2281bcf213728dfbc4 (diff) | |
download | samba-1aa8308c30962ac04a2997acaa7f2a7458729cc2.tar.gz |
tdb: Use waf by default.
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Mon Nov 1 06:04:14 UTC 2010 on sn-devel-104
Diffstat (limited to 'lib/tdb')
-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 00000000000..bf84eeee19a --- /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 bf84eeee19a..a229cc94ac1 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 |