autotools.bbclass: merge in patch from openmoko to get intltool working for some...
authorKoen Kooi <koen@openembedded.org>
Thu, 15 Feb 2007 20:12:02 +0000 (20:12 +0000)
committerKoen Kooi <koen@openembedded.org>
Thu, 15 Feb 2007 20:12:02 +0000 (20:12 +0000)
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