summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Baulig <martin@src.gnome.org>2001-03-24 01:08:31 +0000
committerMartin Baulig <martin@src.gnome.org>2001-03-24 01:08:31 +0000
commit0ae18eb03856fbb8ea4e9d9a1c26d79f11075445 (patch)
tree0fd5b5ac336b1168b5d5ced8f6187524ee9aef74
parent38f7a1098ae6a5de054cc7dcb2ddcf9bf50aafbc (diff)
downloadgnome-common-0ae18eb03856fbb8ea4e9d9a1c26d79f11075445.tar.gz
Ooops, forgot this.
svn path=/trunk/; revision=1652
-rw-r--r--macros2/autogen.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/macros2/autogen.sh b/macros2/autogen.sh
index 93809aa..c98cb1e 100644
--- a/macros2/autogen.sh
+++ b/macros2/autogen.sh
@@ -127,6 +127,10 @@ 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... Ignore non-fatal messages."
+ xml-i18n-toolize --copy --force --automake
+ fi
if grep "^AM_PROG_LIBTOOL" configure.in >/dev/null; then
if test -z "$NO_LIBTOOLIZE" ; then
echo "Running libtoolize..."