mirror of
git://git.sv.gnu.org/autoconf
synced 2025-02-17 14:01:27 +08:00
* tests/local.at (AT_CONFIG_CMP): Ignore lines like "LIBS=''" too.
This is a corrected version of yesterday's patch.
This commit is contained in:
parent
999e7f781b
commit
dfa60397fa
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user