Don't ask people to ignore xml-i18n-tools messages.
authorDarin Adler <darin@src.gnome.org>
Sat, 18 Aug 2001 20:48:43 +0000 (20:48 +0000)
committerDarin Adler <darin@src.gnome.org>
Sat, 18 Aug 2001 20:48:43 +0000 (20:48 +0000)
* autogen.sh: Don't ask people to ignore xml-i18n-tools messages.

svn path=/trunk/; revision=1943

macros2/ChangeLog
macros2/autogen.sh

index d0d1402..65e8d0a 100644 (file)
@@ -1,3 +1,7 @@
+2001-08-18  Darin Adler  <darin@bentspoon.com>
+
+       * autogen.sh: Don't ask people to ignore xml-i18n-tools messages.
+
 2001-08-04  Darin Adler  <darin@bentspoon.com>
 
        * autogen.sh: Update gettext logic to allow anything that
index 4bdb49c..3912061 100644 (file)
@@ -109,7 +109,7 @@ do
         fi
       fi
       if grep "^AM_PROG_XML_I18N_TOOLS" configure.in >/dev/null; then
-        echo "Running xml-i18n-toolize... Ignore non-fatal messages."
+        echo "Running xml-i18n-toolize..."
        xml-i18n-toolize --copy --force --automake
       fi
       if grep "^AM_PROG_LIBTOOL" configure.in >/dev/null; then