Add support for IT_PROG_INTLTOOL which deprecates AC_PROG_INTLTOOL
authorRodney Dawes <dobey@novell.com>
Wed, 24 Nov 2004 17:53:26 +0000 (17:53 +0000)
committerRodney Dawes <dobey@src.gnome.org>
Wed, 24 Nov 2004 17:53:26 +0000 (17:53 +0000)
2004-11-24  Rodney Dawes  <dobey@novell.com>

* gnome-autogen.sh: Add support for IT_PROG_INTLTOOL which
deprecates AC_PROG_INTLTOOL

svn path=/trunk/; revision=3484

macros2/ChangeLog
macros2/gnome-autogen.sh

index f2a17a1..34e5ce6 100644 (file)
@@ -1,3 +1,8 @@
+2004-11-24  Rodney Dawes  <dobey@novell.com>
+
+       * gnome-autogen.sh: Add support for IT_PROG_INTLTOOL which
+       deprecates AC_PROG_INTLTOOL
+
 2004-11-09  Jordi Mallach  <jordi@sindominio.net>
 
        * gnome-autogen.sh: Workaround automake-1.4 limitations by just
index 738d8ca..d513a04 100644 (file)
@@ -218,7 +218,7 @@ for configure_ac in $configure_files; do
     if grep "^AM_GLIB_GNU_GETTEXT" $configure_ac >/dev/null; then
        want_glib_gettext=true
     fi
-    if grep "^AC_PROG_INTLTOOL" $configure_ac >/dev/null; then
+    if grep "^(AC|IT)_PROG_INTLTOOL" $configure_ac >/dev/null; then
        want_intltool=true
     fi
     if grep "^PKG_CHECK_MODULES" $configure_ac >/dev/null; then