diff options
author | Maciej Stachowiak <mstachow@src.gnome.org> | 2001-01-06 09:15:24 +0800 |
---|---|---|
committer | Maciej Stachowiak <mstachow@src.gnome.org> | 2001-01-06 09:15:24 +0800 |
commit | 40432fa8e1d493a7ab305b81dcfbd05dfddaea6e (patch) | |
tree | 686aa48d5df45fc784f6dc796a36760a747767ae /macros | |
parent | 5e06eaaa7e4197d1ecb178c8ad0ce69d12890926 (diff) | |
download | gsoc2013-evolution-40432fa8e1d493a7ab305b81dcfbd05dfddaea6e.tar.gz gsoc2013-evolution-40432fa8e1d493a7ab305b81dcfbd05dfddaea6e.tar.zst gsoc2013-evolution-40432fa8e1d493a7ab305b81dcfbd05dfddaea6e.zip |
Added missing PROG.
* autogen.sh: Added missing PROG.
svn path=/trunk/; revision=7277
Diffstat (limited to 'macros')
-rw-r--r-- | macros/ChangeLog | 4 | ||||
-rw-r--r-- | macros/autogen.sh | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/macros/ChangeLog b/macros/ChangeLog index 2934035d41..fd44a907ef 100644 --- a/macros/ChangeLog +++ b/macros/ChangeLog @@ -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. diff --git a/macros/autogen.sh b/macros/autogen.sh index 5d32dfd4c3..59c4d0e381 100644 --- a/macros/autogen.sh +++ b/macros/autogen.sh @@ -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 |