From 4907c68e488f782e707adcac121557947f678313 Mon Sep 17 00:00:00 2001 From: Kenneth Christiansen Date: Fri, 5 Jan 2001 21:10:32 +0000 Subject: [PATCH] Reverted, until me and maciej get some good ideas svn path=/trunk/; revision=1517 --- macros/autogen.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/macros/autogen.sh b/macros/autogen.sh index b9c0751..74b8047 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 -- 2.7.4