aboutsummaryrefslogtreecommitdiffstats
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
parentaaf94429c66596c36e98f632bfd4ce1c31744068 (diff)
downloadopenembedded-3696ad0acb6fef1b18484fef08f83a30c9c28e62.tar.gz
avoid ugly error when configure.in is present, not configure.ac
BKrev: 42116555rsOpzOKI2ivuWUw6QxQJTQ
-rw-r--r--BitKeeper/etc/logging_ok1
-rw-r--r--classes/autotools.bbclass2
2 files changed, 2 insertions, 1 deletions
diff --git a/BitKeeper/etc/logging_ok b/BitKeeper/etc/logging_ok
index c0df942ad3..7acd06a985 100644
--- a/BitKeeper/etc/logging_ok
+++ b/BitKeeper/etc/logging_ok
@@ -72,6 +72,7 @@ openembedded@t.(none)
p.osiczko@tetrapyloctomy.org
pablo@kosmos.(none)
pb@dixie.nexus.co.uk
+pb@mebius.(none)
pb@stealth.(none)
pb@stealth.nexus.co.uk
pb@workhouse.(none)
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