summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Stachowiak <mstachow@src.gnome.org>2001-01-06 01:15:24 +0000
committerMaciej Stachowiak <mstachow@src.gnome.org>2001-01-06 01:15:24 +0000
commitf536fa7529413fad38ffe4e58d578e600080c260 (patch)
tree22378f445f22785637c5c2bafd858f9b6fe86a72
parentd4565aa6667979ecb2e9523115fee801ccc507cc (diff)
downloadgnome-common-f536fa7529413fad38ffe4e58d578e600080c260.tar.gz
Added missing PROG.
* autogen.sh: Added missing PROG. svn path=/trunk/; revision=1519
-rw-r--r--macros/ChangeLog4
-rw-r--r--macros/autogen.sh2
2 files changed, 5 insertions, 1 deletions
diff --git a/macros/ChangeLog b/macros/ChangeLog
index 2934035..fd44a90 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 5d32dfd..59c4d0e 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