aboutsummaryrefslogtreecommitdiffstats
path: root/classes/autotools.bbclass
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2005-02-15 02:58:29 +0000
committerPhil Blundell <philb@gnu.org>2005-02-15 02:58:29 +0000
commit3696ad0acb6fef1b18484fef08f83a30c9c28e62 (patch)
tree916a05774696a8e03a9c443a7b5c6af6c454c59f /classes/autotools.bbclass
parentaaf94429c66596c36e98f632bfd4ce1c31744068 (diff)
downloadopenembedded-3696ad0acb6fef1b18484fef08f83a30c9c28e62.tar.gz
avoid ugly error when configure.in is present, not configure.ac
BKrev: 42116555rsOpzOKI2ivuWUw6QxQJTQ
Diffstat (limited to 'classes/autotools.bbclass')
-rw-r--r--classes/autotools.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/autotools.bbclass b/classes/autotools.bbclass
index 820400680f..85d96e0028 100644
--- a/classes/autotools.bbclass
+++ b/classes/autotools.bbclass
@@ -104,7 +104,7 @@ autotools_do_configure() {
CONFIGURE_AC=configure.ac
fi
if grep "^AM_GLIB_GNU_GETTEXT" $CONFIGURE_AC >/dev/null; then
- if grep "sed.*POTFILES" configure.ac >/dev/null; then
+ if grep "sed.*POTFILES" $CONFIGURE_AC >/dev/null; then
: do nothing -- we still have an old unmodified configure.ac
else
oenote Executing glib-gettextize --force --copy