don't tell nonsense by printing "I am going to run ./configure with no

2004-10-23  Michael Natterer  <mitch@gimp.org>

	* autogen.sh: don't tell nonsense by printing "I am going to run
	./configure with no arguments", because we always pass at least
	--enable-maintainer-mode. Instead, simply always print all
	arguments. Also removed --copy from the calls to glib-gettextize
	and intltoolize.
This commit is contained in:
Michael Natterer
2004-10-23 12:13:39 +00:00
committed by Michael Natterer
parent 6c0fd1dd9d
commit 6d9d93e15d
2 changed files with 4 additions and 3 deletions

View File

@ -262,8 +262,8 @@ $LIBTOOLIZE --force || exit $?
$AUTOMAKE --add-missing || exit $?
autoconf || exit $?
glib-gettextize --copy --force || exit $?
intltoolize --copy --force --automake || exit $?
glib-gettextize --force || exit $?
intltoolize --force --automake || exit $?
cd $ORIGDIR