Tell newbie devs about ./configure.developer
authorRusty Russell <rusty@rustcorp.com.au>
Sun, 6 Sep 2009 10:01:05 +0000 (12:01 +0200)
committerMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Sun, 6 Sep 2009 10:01:05 +0000 (12:01 +0200)
Enhances the outputs in autogen.sh for both s3 and s4.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
source3/autogen.sh
source4/autogen.sh

index 9ade370cd4d1463680373923f6e12d6aee5d1624..e99c90c49f0261217bfee57e826233cb69396430 100755 (executable)
@@ -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
 
index 2d995caeaecd79e7c72d9ecb600527d057007258..1936af4351238fcf90731893ceff1c1119e1aadd 100755 (executable)
@@ -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