xml-i18n-toolize if AM_PROG_XML_I18N_TOOLS is found in configure.in.

* autogen.sh: xml-i18n-toolize if AM_PROG_XML_I18N_TOOLS is found
	in configure.in.

svn path=/trunk/; revision=7276
This commit is contained in:
Maciej Stachowiak
2001-01-06 00:54:34 +00:00
parent 61058499ba
commit 5e06eaaa7e
2 changed files with 9 additions and 0 deletions
+5
View File
@@ -1,3 +1,8 @@
2001-01-05 Maciej Stachowiak <mjs@eazel.com>
* autogen.sh: xml-i18n-toolize if AM_PROG_XML_I18N_TOOLS is found
in configure.in.
2000-11-05 Martin Baulig <baulig@suse.de>
* gnome-bonobo-check.m4 (BONOBO_CFLAGS, BONOBO_LIBS): Added
+4
View File
@@ -138,6 +138,10 @@ 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
echo "Running xml-i18n-toolize... Ignore non-fatal messages."
xml-i18n-toolize --copy --force --automake
fi
if grep "^AM_PROG_LIBTOOL" configure.in >/dev/null; then
if test -z "$NO_LIBTOOLIZE" ; then
echo "Running libtoolize..."