summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 7d1cbd37..ae2d948c 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -24,4 +24,4 @@ run $ACLOCAL $ACLOCAL_FLAGS
run $AUTOHEADER
run $AUTOMAKE $AUTOMAKE_FLAGS
run $AUTOCONF
-echo "Now type \`make' to compile."
+echo "Now type './configure ...' and 'make' to compile."