summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorJan Kneschke <jan@kneschke.de>2005-03-05 17:06:18 +0000
committerJan Kneschke <jan@kneschke.de>2005-03-05 17:06:18 +0000
commit2c3151cae6bd987764c579ac7aba5bf41ff02216 (patch)
tree53b78aae080e68325cb2b50707a33e1671ba281c /autogen.sh
parent9d287563c6df7927c681fe6d38ce368c2e7a8064 (diff)
downloadlighttpd-git-2c3151cae6bd987764c579ac7aba5bf41ff02216.tar.gz
fixed message to print configure + make
git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@97 152afb58-edef-0310-8abb-c4023f1b3aa9
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."