From d4565aa6667979ecb2e9523115fee801ccc507cc Mon Sep 17 00:00:00 2001 From: Maciej Stachowiak Date: Sat, 6 Jan 2001 00:54:34 +0000 Subject: 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=1518 --- macros/ChangeLog | 5 +++++ macros/autogen.sh | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/macros/ChangeLog b/macros/ChangeLog index 36880a97..2934035d 100644 --- a/macros/ChangeLog +++ b/macros/ChangeLog @@ -1,3 +1,8 @@ +2001-01-05 Maciej Stachowiak + + * autogen.sh: xml-i18n-toolize if AM_PROG_XML_I18N_TOOLS is found + in configure.in. + 2000-11-05 Martin Baulig * gnome-bonobo-check.m4 (BONOBO_CFLAGS, BONOBO_LIBS): Added diff --git a/macros/autogen.sh b/macros/autogen.sh index 74b8047d..5d32dfd4 100644 --- a/macros/autogen.sh +++ b/macros/autogen.sh @@ -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..." -- cgit v1.2.1