1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

ldb: Use waf as default build system.

This commit is contained in:
Jelmer Vernooij 2010-09-22 17:17:25 -07:00
parent c031329af1
commit 8dd0c8c546
2 changed files with 19 additions and 18 deletions

View File

@ -0,0 +1,18 @@
#!/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

View File

@ -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

1
source4/lib/ldb/autogen.sh Symbolic link
View File

@ -0,0 +1 @@
../../../buildtools/scripts/autogen-waf.sh