Reverted, until me and maciej get some good ideas
authorKenneth Christiansen <kenneth@src.gnome.org>
Fri, 5 Jan 2001 21:10:32 +0000 (21:10 +0000)
committerKenneth Christiansen <kenneth@src.gnome.org>
Fri, 5 Jan 2001 21:10:32 +0000 (21:10 +0000)
svn path=/trunk/; revision=1517

macros/autogen.sh

index b9c0751..74b8047 100644 (file)
@@ -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