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:
parent
c031329af1
commit
8dd0c8c546
18
source4/lib/ldb/autogen-autotools.sh
Executable file
18
source4/lib/ldb/autogen-autotools.sh
Executable 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
|
||||
|
@ -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
1
source4/lib/ldb/autogen.sh
Symbolic link
@ -0,0 +1 @@
|
||||
../../../buildtools/scripts/autogen-waf.sh
|
Loading…
Reference in New Issue
Block a user