From: Martin Baulig Date: Sat, 24 Mar 2001 00:56:54 +0000 (+0000) Subject: Add the xml-i18n-tools stuff here. X-Git-Tag: BONOBO_COMMON_1_2_3~45 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=38f7a1098ae6a5de054cc7dcb2ddcf9bf50aafbc;p=platform%2Fupstream%2Fgnome-common.git Add the xml-i18n-tools stuff here. 2001-03-24 Martin Baulig * autogen.sh: Add the xml-i18n-tools stuff here. svn path=/trunk/; revision=1651 --- diff --git a/macros2/ChangeLog b/macros2/ChangeLog index 91fc618..316e923 100644 --- a/macros2/ChangeLog +++ b/macros2/ChangeLog @@ -1,3 +1,7 @@ +2001-03-24 Martin Baulig + + * autogen.sh: Add the xml-i18n-tools stuff here. + 2000-12-01 Martin Baulig * compile-warnings.m4: Improved compile warnings check; the diff --git a/macros2/autogen.sh b/macros2/autogen.sh index c10d02a..93809aa 100644 --- a/macros2/autogen.sh +++ b/macros2/autogen.sh @@ -19,6 +19,16 @@ fi DIE=1 } +(grep "^AM_PROG_XML_I18N_TOOLS" $srcdir/configure.in >/dev/null) && { + (xml-i18n-toolize --version) < /dev/null > /dev/null 2>&1 || { + echo + echo "**Error**: You must have \`xml-i18n-toolize' installed to compile Gnome." + echo "Get ftp://ftp.gnome.org/pub/GNOME/stable/sources/xml-i18n-tools/xml-i18n-tools-0.6.tar.gz" + echo "(or a newer version if it is available)" + DIE=1 + } +} + (grep "^AM_PROG_LIBTOOL" $srcdir/configure.in >/dev/null) && { (libtool --version) < /dev/null > /dev/null 2>&1 || { echo