diff options
author | Darin Adler <darin@src.gnome.org> | 2001-08-18 20:48:43 +0000 |
---|---|---|
committer | Darin Adler <darin@src.gnome.org> | 2001-08-18 20:48:43 +0000 |
commit | 620f647cfea0d1ff5347accc2cd2679cb57c5bbc (patch) | |
tree | e9d8b01046a12bfe3359e43e83e925119b7ab67d | |
parent | 3d1f9c68df32574ce2b0c60459fa205f875f887f (diff) | |
download | gnome-common-620f647cfea0d1ff5347accc2cd2679cb57c5bbc.tar.gz |
Don't ask people to ignore xml-i18n-tools messages.
* autogen.sh: Don't ask people to ignore xml-i18n-tools messages.
svn path=/trunk/; revision=1943
-rw-r--r-- | macros2/ChangeLog | 4 | ||||
-rw-r--r-- | macros2/autogen.sh | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/macros2/ChangeLog b/macros2/ChangeLog index d0d1402..65e8d0a 100644 --- a/macros2/ChangeLog +++ b/macros2/ChangeLog @@ -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 diff --git a/macros2/autogen.sh b/macros2/autogen.sh index 4bdb49c..3912061 100644 --- a/macros2/autogen.sh +++ b/macros2/autogen.sh @@ -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 |