From 40432fa8e1d493a7ab305b81dcfbd05dfddaea6e Mon Sep 17 00:00:00 2001 From: Maciej Stachowiak Date: Sat, 6 Jan 2001 01:15:24 +0000 Subject: Added missing PROG. * autogen.sh: Added missing PROG. svn path=/trunk/; revision=7277 --- macros/autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macros/autogen.sh') 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 -- cgit