Add the xml-i18n-tools stuff here.
authorMartin Baulig <baulig@suse.de>
Sat, 24 Mar 2001 00:56:54 +0000 (00:56 +0000)
committerMartin Baulig <martin@src.gnome.org>
Sat, 24 Mar 2001 00:56:54 +0000 (00:56 +0000)
2001-03-24  Martin Baulig  <baulig@suse.de>

* autogen.sh: Add the xml-i18n-tools stuff here.

svn path=/trunk/; revision=1651

macros2/ChangeLog
macros2/autogen.sh

index 91fc618..316e923 100644 (file)
@@ -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
index c10d02a..93809aa 100644 (file)
@@ -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