summaryrefslogtreecommitdiff
path: root/macros/autogen.sh
diff options
context:
space:
mode:
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 c67e8c5..c8f80b6 100644
--- a/macros/autogen.sh
+++ b/macros/autogen.sh
@@ -126,6 +126,8 @@ do
test -r $dr/aclocal.m4 || touch $dr/aclocal.m4
echo "Running gettextize... Ignore non-fatal messages."
echo "no" | gettextize --force --copy
+ echo "Running xml-i18n-toolize... Ignore non-fatal messages."
+ xml-i18n-toolize --copy --force --automake
echo "Making $dr/aclocal.m4 writable ..."
test -r $dr/aclocal.m4 && chmod u+w $dr/aclocal.m4
fi
@@ -135,6 +137,8 @@ do
test -r $dr/aclocal.m4 || touch $dr/aclocal.m4
echo "Running gettextize... Ignore non-fatal messages."
echo "no" | gettextize --force --copy
+ echo "Running xml-i18n-toolize... Ignore non-fatal messages."
+ xml-i18n-toolize --copy --force --automake
echo "Making $dr/aclocal.m4 writable ..."
test -r $dr/aclocal.m4 && chmod u+w $dr/aclocal.m4
fi