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

samba4: Don't update Makefile/configure from autogen.sh.

This commit is contained in:
Jelmer Vernooij 2010-09-28 09:08:10 +02:00
parent 63928c82c1
commit 0688c5b2f1
2 changed files with 12 additions and 2 deletions

View File

@ -1 +0,0 @@
autogen.sh

11
source4/autogen-waf.sh Executable file
View File

@ -0,0 +1,11 @@
#!/bin/sh
p=`dirname $0`
echo "Setting up for waf build"
echo "done. Now run $p/configure or $p/configure.developer then make."
if [ $p != "." ]; then
echo "Notice: The build invoke path is not 'source4'! Use make with the parameter"
echo "-C $p. Example: make -C $p all"
fi

View File

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