summaryrefslogtreecommitdiff
path: root/macros/autogen.sh
diff options
context:
space:
mode:
authorMaciej Stachowiak <mstachow@src.gnome.org>2001-01-06 00:54:34 +0000
committerMaciej Stachowiak <mstachow@src.gnome.org>2001-01-06 00:54:34 +0000
commitd4565aa6667979ecb2e9523115fee801ccc507cc (patch)
treef829bd1543a2fe81faa93859944910c2b5baf4dc /macros/autogen.sh
parent4907c68e488f782e707adcac121557947f678313 (diff)
downloadshared-mime-info-d4565aa6667979ecb2e9523115fee801ccc507cc.tar.gz
xml-i18n-toolize if AM_PROG_XML_I18N_TOOLS is found in configure.in.
* autogen.sh: xml-i18n-toolize if AM_PROG_XML_I18N_TOOLS is found in configure.in. svn path=/trunk/; revision=1518
Diffstat (limited to 'macros/autogen.sh')
-rw-r--r--macros/autogen.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/macros/autogen.sh b/macros/autogen.sh
index 74b8047d..5d32dfd4 100644
--- a/macros/autogen.sh
+++ b/macros/autogen.sh
@@ -138,6 +138,10 @@ do
echo "Making $dr/aclocal.m4 writable ..."
test -r $dr/aclocal.m4 && chmod u+w $dr/aclocal.m4
fi
+ if grep "^AM_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..."