avoid ugly error when configure.in is present, not configure.ac
authorPhil Blundell <philb@gnu.org>
Tue, 15 Feb 2005 02:58:29 +0000 (02:58 +0000)
committerPhil Blundell <philb@gnu.org>
Tue, 15 Feb 2005 02:58:29 +0000 (02:58 +0000)
BKrev: 42116555rsOpzOKI2ivuWUw6QxQJTQ

BitKeeper/etc/logging_ok
classes/autotools.bbclass

index c0df942..7acd06a 100644 (file)
@@ -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)
index 8204006..85d96e0 100644 (file)
@@ -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