From e6cb98e53a25af5fba2dc579ff6a51653183eb70 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Sun, 6 Sep 2009 12:01:05 +0200 Subject: Tell newbie devs about ./configure.developer Enhances the outputs in autogen.sh for both s3 and s4. Signed-off-by: Rusty Russell --- source3/autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/autogen.sh b/source3/autogen.sh index 9ade370cd4..e99c90c49f 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 -- cgit