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:
committed by
Michael Natterer
parent
6c0fd1dd9d
commit
6d9d93e15d
@ -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
|
||||
|
||||
Reference in New Issue
Block a user