aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNat Friedman <nat@src.gnome.org>1998-09-21 03:19:24 +0800
committerNat Friedman <nat@src.gnome.org>1998-09-21 03:19:24 +0800
commit0e5ef0d55438b12e8fe9d22c55a94cdf7da273c3 (patch)
tree1cc85e214b96337e085de9b8e7b2deb82bd007a4
parent4bedda8d73506aa5461753370e0f3d47f590cd80 (diff)
downloadgsoc2013-evolution-0e5ef0d55438b12e8fe9d22c55a94cdf7da273c3.tar
gsoc2013-evolution-0e5ef0d55438b12e8fe9d22c55a94cdf7da273c3.tar.gz
gsoc2013-evolution-0e5ef0d55438b12e8fe9d22c55a94cdf7da273c3.tar.bz2
gsoc2013-evolution-0e5ef0d55438b12e8fe9d22c55a94cdf7da273c3.tar.lz
gsoc2013-evolution-0e5ef0d55438b12e8fe9d22c55a94cdf7da273c3.tar.xz
gsoc2013-evolution-0e5ef0d55438b12e8fe9d22c55a94cdf7da273c3.tar.zst
gsoc2013-evolution-0e5ef0d55438b12e8fe9d22c55a94cdf7da273c3.zip
-)
* Say "Now type `make` to build $PKG_NAME", not "... the $PKG_NAME". That was getting on my nerves :-) svn path=/trunk/; revision=386
-rw-r--r--macros/autogen.sh2
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