summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--macros/autogen.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/macros/autogen.sh b/macros/autogen.sh
index b9c0751a..74b8047d 100644
--- a/macros/autogen.sh
+++ b/macros/autogen.sh
@@ -127,8 +127,6 @@ do
echo "Running gettextize... Ignore non-fatal messages."
echo "no" | gettextize --force --copy
echo "Making $dr/aclocal.m4 writable ..."
- echo "Running xml-i18n-toolize... Ignore non-fatal messages."
- xml-i18n-toolize --copy --force --automake
test -r $dr/aclocal.m4 && chmod u+w $dr/aclocal.m4
fi
fi
@@ -138,8 +136,6 @@ do
echo "Running gettextize... Ignore non-fatal messages."
echo "no" | gettextize --force --copy
echo "Making $dr/aclocal.m4 writable ..."
- echo "Running xml-i18n-toolize... Ignore non-fatal messages."
- xml-i18n-toolize --copy --force --automake
test -r $dr/aclocal.m4 && chmod u+w $dr/aclocal.m4
fi
if grep "^AM_PROG_LIBTOOL" configure.in >/dev/null; then