Added AM_PROG_XML_I18N_TOOLS so translations works correctly. Added a
authorKenneth Christiansen <kenneth@gnu.org>
Sun, 4 Feb 2001 04:10:39 +0000 (04:10 +0000)
committerKenneth Christiansen <kenneth@src.gnome.org>
Sun, 4 Feb 2001 04:10:39 +0000 (04:10 +0000)
2001-02-04  Kenneth Christiansen  <kenneth@gnu.org>

        * configure.in: Added AM_PROG_XML_I18N_TOOLS
        so translations works correctly.
        * macros/autogen.sh: Added a check for xml-i18n-tools.

svn path=/trunk/; revision=1544

macros/autogen.sh

index 59c4d0e..43d7d3f 100644 (file)
@@ -17,6 +17,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