diff options
-rw-r--r-- | macros/autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/autogen.sh b/macros/autogen.sh index cbd6a06157..08613848a3 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 |