Fix INTLTOOL usage check (from OE)
authorRoss Burton <ross@openedhand.com>
Tue, 6 Mar 2007 10:20:26 +0000 (10:20 +0000)
committerRoss Burton <ross@openedhand.com>
Tue, 6 Mar 2007 10:20:26 +0000 (10:20 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1330 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/classes/autotools.bbclass

index 927e343..33546e0 100644 (file)
@@ -115,7 +115,7 @@ autotools_do_configure() {
                            echo "no" | glib-gettextize --force --copy
                          fi
                        fi
-                       if grep "^AC_PROG_INTLTOOL" $CONFIGURE_AC >/dev/null; then
+                       if grep "^[AI][CT]_PROG_INTLTOOL" $CONFIGURE_AC >/dev/null; then
                          oenote Executing intltoolize --copy --force --automake
                          intltoolize --copy --force --automake
                        fi