diff options
Diffstat (limited to 'source4/autogen.sh')
-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 |