[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha8-1389-ge6cb98e

Matthias Dieter Wallnöfer mdw at samba.org
Sun Sep 6 04:04:42 MDT 2009


The branch, master has been updated
       via  e6cb98e53a25af5fba2dc579ff6a51653183eb70 (commit)
      from  affed02ef67b495e8785a56545d15eff96d7a749 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit e6cb98e53a25af5fba2dc579ff6a51653183eb70
Author: Rusty Russell <rusty at rustcorp.com.au>
Date:   Sun Sep 6 12:01:05 2009 +0200

    Tell newbie devs about ./configure.developer
    
    Enhances the outputs in autogen.sh for both s3 and s4.
    
    Signed-off-by: Rusty Russell <rusty at rustcorp.com.au>

-----------------------------------------------------------------------

Summary of changes:
 source3/autogen.sh |    2 +-
 source4/autogen.sh |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/autogen.sh b/source3/autogen.sh
index 9ade370..e99c90c 100755
--- a/source3/autogen.sh
+++ b/source3/autogen.sh
@@ -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
 
diff --git a/source4/autogen.sh b/source4/autogen.sh
index 2d995ca..1936af4 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


-- 
Samba Shared Repository


More information about the samba-cvs mailing list