aboutsummaryrefslogtreecommitdiffstats
path: root/macros/autogen.sh
diff options
context:
space:
mode:
authorMaciej Stachowiak <mstachow@src.gnome.org>2001-01-06 08:54:34 +0800
committerMaciej Stachowiak <mstachow@src.gnome.org>2001-01-06 08:54:34 +0800
commit5e06eaaa7e4197d1ecb178c8ad0ce69d12890926 (patch)
tree1a809713683f86153640d70d117c0e356856b647 /macros/autogen.sh
parent61058499ba91ae5a2d50f58cec94f2102990f95a (diff)
downloadgsoc2013-evolution-5e06eaaa7e4197d1ecb178c8ad0ce69d12890926.tar
gsoc2013-evolution-5e06eaaa7e4197d1ecb178c8ad0ce69d12890926.tar.gz
gsoc2013-evolution-5e06eaaa7e4197d1ecb178c8ad0ce69d12890926.tar.bz2
gsoc2013-evolution-5e06eaaa7e4197d1ecb178c8ad0ce69d12890926.tar.lz
gsoc2013-evolution-5e06eaaa7e4197d1ecb178c8ad0ce69d12890926.tar.xz
gsoc2013-evolution-5e06eaaa7e4197d1ecb178c8ad0ce69d12890926.tar.zst
gsoc2013-evolution-5e06eaaa7e4197d1ecb178c8ad0ce69d12890926.zip
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=7276
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 74b8047d1e..5d32dfd4c3 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..."