-)
* 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:
@ -76,7 +76,7 @@ if test x$NOCONFIGURE = x; then
|
|||||||
conf_flags="--enable-maintainer-mode --enable-compile-warnings" #--enable-iso-c
|
conf_flags="--enable-maintainer-mode --enable-compile-warnings" #--enable-iso-c
|
||||||
echo running $srcdir/configure $conf_flags "$@"
|
echo running $srcdir/configure $conf_flags "$@"
|
||||||
$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
|
else
|
||||||
echo Skipping configure process.
|
echo Skipping configure process.
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user