From 0e5ef0d55438b12e8fe9d22c55a94cdf7da273c3 Mon Sep 17 00:00:00 2001 From: Nat Friedman Date: Sun, 20 Sep 1998 19:19:24 +0000 Subject: -) * Say "Now type `make` to build $PKG_NAME", not "... the $PKG_NAME". That was getting on my nerves :-) svn path=/trunk/; revision=386 --- macros/autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macros/autogen.sh') 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 -- cgit