Added missing PROG.
authorMaciej Stachowiak <mstachow@src.gnome.org>
Sat, 6 Jan 2001 01:15:24 +0000 (01:15 +0000)
committerMaciej Stachowiak <mstachow@src.gnome.org>
Sat, 6 Jan 2001 01:15:24 +0000 (01:15 +0000)
* autogen.sh: Added missing PROG.

svn path=/trunk/; revision=1519

macros/ChangeLog
macros/autogen.sh

index 2934035..fd44a90 100644 (file)
@@ -1,5 +1,9 @@
 2001-01-05  Maciej Stachowiak  <mjs@eazel.com>
 
+       * autogen.sh: Added missing PROG.
+
+2001-01-05  Maciej Stachowiak  <mjs@eazel.com>
+
        * autogen.sh: xml-i18n-toolize if AM_PROG_XML_I18N_TOOLS is found
        in configure.in.
 
index 5d32dfd..59c4d0e 100644 (file)
@@ -138,7 +138,7 @@ do
        echo "Making $dr/aclocal.m4 writable ..."
        test -r $dr/aclocal.m4 && chmod u+w $dr/aclocal.m4
       fi
-      if grep "^AM_XML_I18N_TOOLS" configure.in >/dev/null; then
+      if grep "^AM_PROG_XML_I18N_TOOLS" configure.in >/dev/null; then
         echo "Running xml-i18n-toolize... Ignore non-fatal messages."
        xml-i18n-toolize --copy --force --automake
       fi