summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Baulig <baulig@suse.de>2001-03-24 00:56:54 +0000
committerMartin Baulig <martin@src.gnome.org>2001-03-24 00:56:54 +0000
commit38f7a1098ae6a5de054cc7dcb2ddcf9bf50aafbc (patch)
treec99c3c577bf4d55724eb9a96e2997b7f304393ed
parenta4345553ce1fb5f81b0b9c3d6f8f4e9f4c8fc801 (diff)
downloadgnome-common-38f7a1098ae6a5de054cc7dcb2ddcf9bf50aafbc.tar.gz
Add the xml-i18n-tools stuff here.
2001-03-24 Martin Baulig <baulig@suse.de> * autogen.sh: Add the xml-i18n-tools stuff here. svn path=/trunk/; revision=1651
-rw-r--r--macros2/ChangeLog4
-rw-r--r--macros2/autogen.sh10
2 files changed, 14 insertions, 0 deletions
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 <baulig@suse.de>
+
+ * autogen.sh: Add the xml-i18n-tools stuff here.
+
2000-12-01 Martin Baulig <baulig@suse.de>
* 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