diff options
author | Ross Burton <ross@openedhand.com> | 2007-03-06 10:20:26 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-03-06 10:20:26 +0000 |
commit | 1275d5765be2d4388dac0242c6ee4681eec75a5a (patch) | |
tree | b5b8d6022b251070cec00ebcf012ae690ad08e76 /meta | |
parent | 8799e4495436fc2eddcf97caef21319b772532fe (diff) | |
download | poky-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')
-rw-r--r-- | meta/classes/autotools.bbclass | 2 |
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() { | |||
115 | echo "no" | glib-gettextize --force --copy | 115 | echo "no" | glib-gettextize --force --copy |
116 | fi | 116 | fi |
117 | fi | 117 | fi |
118 | if grep "^AC_PROG_INTLTOOL" $CONFIGURE_AC >/dev/null; then | 118 | if grep "^[AI][CT]_PROG_INTLTOOL" $CONFIGURE_AC >/dev/null; then |
119 | oenote Executing intltoolize --copy --force --automake | 119 | oenote Executing intltoolize --copy --force --automake |
120 | intltoolize --copy --force --automake | 120 | intltoolize --copy --force --automake |
121 | fi | 121 | fi |