summaryrefslogtreecommitdiff
path: root/source3/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source3/autogen.sh')
-rwxr-xr-xsource3/autogen.sh2
1 files changed, 1 insertions, 1 deletions
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