* macros/autogen.sh: update for intltool.

* macros/autogen.sh: update for intltool.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5507 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Rob Browning
2001-10-10 23:19:50 +00:00
parent 67fbf88c61
commit 8d3324cc53

View File

@@ -138,9 +138,9 @@ do
echo "Making $dr/aclocal.m4 writable ..."
test -r $dr/aclocal.m4 && chmod u+w $dr/aclocal.m4
fi
if grep "^AM_PROG_XML_I18N_TOOLS" configure.in >/dev/null; then
echo "Running xml-i18n-toolize ..."
xml-i18n-toolize --copy --force --automake
if grep "^AC_PROG_INTLTOOL" configure.in >/dev/null; then
echo "Running intltoolize ..."
intltoolize --copy --force --automake
fi
if grep "^AM_PROG_LIBTOOL" configure.in >/dev/null; then
if test -z "$NO_LIBTOOLIZE" ; then