1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-21 18:04:06 +03:00

Tell newbie devs about ./configure.developer

Enhances the outputs in autogen.sh for both s3 and s4.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell 2009-09-06 12:01:05 +02:00 committed by Matthias Dieter Wallnöfer
parent affed02ef6
commit e6cb98e53a
2 changed files with 2 additions and 2 deletions

View File

@ -75,6 +75,6 @@ $AUTOCONF $IPATHS || exit 1
rm -rf autom4te*.cache
echo "Now run ./configure and then make."
echo "Now run ./configure (or ./configure.developer) and then make."
exit 0

View File

@ -80,5 +80,5 @@ $AUTOCONF $IPATHS || exit 1
rm -rf autom4te*.cache
echo "Now run ./configure and then make."
echo "Now run ./configure (or ./configure.developer) and then make."
exit 0