aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/autotools.bbclass
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2007-03-06 10:20:26 +0000
committerRoss Burton <ross@openedhand.com>2007-03-06 10:20:26 +0000
commit1275d5765be2d4388dac0242c6ee4681eec75a5a (patch)
treeb5b8d6022b251070cec00ebcf012ae690ad08e76 /meta/classes/autotools.bbclass
parent8799e4495436fc2eddcf97caef21319b772532fe (diff)
downloadopenembedded-core-contrib-1275d5765be2d4388dac0242c6ee4681eec75a5a.tar.gz
Fix INTLTOOL usage check (from OE)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1330 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/classes/autotools.bbclass')
-rw-r--r--meta/classes/autotools.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass
index 927e3432b7..33546e0eb6 100644
--- a/meta/classes/autotools.bbclass
+++ b/meta/classes/autotools.bbclass
@@ -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