added support for xml-i18n-tools. This module is now required when
authorKenneth Christiansen <kenneth@gnu.org>
Fri, 5 Jan 2001 13:58:54 +0000 (13:58 +0000)
committerKenneth Christiansen <kenneth@src.gnome.org>
Fri, 5 Jan 2001 13:58:54 +0000 (13:58 +0000)
2001-01-06  Kenneth Christiansen  <kenneth@gnu.org>

        * configure.in, macros/autogen.sh:
          added support for xml-i18n-tools. This module is now required
          when building from cvs. Please make sure that the macrofile
          installed by xml-i18n-tools is installed so it's in aclocal's
          path. or do:

          export ACLOCAL_FLAGS='-I /usr/local/share/aclocal'

svn path=/trunk/; revision=1516

macros/autogen.sh

index c67e8c5..b9c0751 100644 (file)
@@ -127,6 +127,8 @@ 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
@@ -136,6 +138,8 @@ 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
@@ -168,13 +172,6 @@ do
   fi
 done
 
-if [ -r po/Makefile.i18npatch ]; then
-        if grep GENPOT po/Makefile.in.in >/dev/null;
-        then echo "no need for patching file \`Makefile.in.in'";
-        else patch po/Makefile.in.in < po/Makefile.i18npatch;
-        fi;
-fi
-
 conf_flags="--enable-maintainer-mode --enable-compile-warnings" #--enable-iso-c
 
 if test x$NOCONFIGURE = x; then