]> 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>
Thu, 7 Jul 2005 23:56:25 +0000 (23:56 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 7 Jul 2005 23:56:25 +0000 (23:56 +0000)
This is a corrected version of yesterday's patch.

ChangeLog
tests/local.at

index 571f8a12749dd957688367cc22460932b7fe65c4..07b3cfe196afa2a4f2e9c89e3198fa418a9af64d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * tests/local.at (AT_CONFIG_CMP): Ignore lines like "LIBS=''" too.
+       This is a corrected version of yesterday's patch.
+
 2005-07-07  Stepan Kasal  <kasal@ucw.cz>
 
        * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Report the full
index a586a0703247331bde3a9de5861be3eb1d12e55d..93c6cf3c395c38a8ea6e6d7c6fd18001f5a54b6e 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