Added missing PROG.

* autogen.sh: Added missing PROG.

svn path=/trunk/; revision=7277
This commit is contained in:
Maciej Stachowiak
2001-01-06 01:15:24 +00:00
parent 5e06eaaa7e
commit 40432fa8e1
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -1,3 +1,7 @@
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
+1 -1
View 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