summaryrefslogtreecommitdiff
path: root/macros/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'macros/autogen.sh')
-rw-r--r--macros/autogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/autogen.sh b/macros/autogen.sh
index cbd6a061..08613848 100644
--- a/macros/autogen.sh
+++ b/macros/autogen.sh
@@ -76,7 +76,7 @@ if test x$NOCONFIGURE = x; then
conf_flags="--enable-maintainer-mode --enable-compile-warnings" #--enable-iso-c
echo running $srcdir/configure $conf_flags "$@"
$srcdir/configure $conf_flags "$@" \
-&& echo Now type \`make\' to compile the $PKG_NAME
+&& echo Now type \`make\' to compile $PKG_NAME
else
echo Skipping configure process.
fi