]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* tests/local.at (AT_CONFIG_CMP): Ignore lines like "LIBS=''" too.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 6 Jul 2005 16:52:32 +0000 (16:52 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 6 Jul 2005 16:52:32 +0000 (16:52 +0000)
ChangeLog
tests/local.at

index be9f6b03566635e92c0b135e6568dea5c6829d68..45f80d067a7c354e7a756c5bbda8d0cc6da52298 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * tests/local.at (AT_CONFIG_CMP): Ignore lines like "LIBS=''" too.
+       They are generated by the Tru64 v5.1B shell.
+       Problem reported by Nicolas Joly.
+
 2005-07-05  Stepan Kasal  <kasal@ucw.cz>
 
        * lib/autoconf/status.m4 (_AC_CONFIG_DEPENDENCIES): Fix the
index a586a0703247331bde3a9de5861be3eb1d12e55d..86e80b2ca94274f41ac983d0af49e8d47e7a9387 100644 (file)
@@ -331,6 +331,7 @@ m4_define([AT_CONFIG_CMP],
 do
   $SED '/^ac_cv_/ b
        /^m4_defn([m4_re_word])=./ !d
+       /^[[^=]]*='\''\''$/ d
        /^a[[cs]]_/ d
        /^PPID=/ d
        /^RANDOM=/ d