diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2009-09-06 12:01:05 +0200 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | 2009-09-06 12:01:05 +0200 |
commit | e6cb98e53a25af5fba2dc579ff6a51653183eb70 (patch) | |
tree | 31d3b94ecdb78695bf8a6abf462b369268379039 /source4 | |
parent | affed02ef67b495e8785a56545d15eff96d7a749 (diff) | |
download | samba-e6cb98e53a25af5fba2dc579ff6a51653183eb70.tar.gz samba-e6cb98e53a25af5fba2dc579ff6a51653183eb70.tar.bz2 samba-e6cb98e53a25af5fba2dc579ff6a51653183eb70.zip |
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>
Diffstat (limited to 'source4')
-rwxr-xr-x | source4/autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/autogen.sh b/source4/autogen.sh index 2d995caeae..1936af4351 100755 --- a/source4/autogen.sh +++ b/source4/autogen.sh @@ -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 |