* Say "Now type `make` to build $PKG_NAME", not "... the $PKG_NAME".  That
  was getting on my nerves :-)

svn path=/trunk/; revision=386
This commit is contained in:
Nat Friedman
1998-09-20 19:19:24 +00:00
parent 4bedda8d73
commit 0e5ef0d554

View File

@ -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