-)
authorNat Friedman <nat@src.gnome.org>
Sun, 20 Sep 1998 19:19:24 +0000 (19:19 +0000)
committerNat Friedman <nat@src.gnome.org>
Sun, 20 Sep 1998 19:19:24 +0000 (19:19 +0000)
* Say "Now type `make` to build $PKG_NAME", not "... the $PKG_NAME".  That
  was getting on my nerves :-)

svn path=/trunk/; revision=395

macros/autogen.sh

index cbd6a06..0861384 100644 (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