mirror of
git://git.sv.gnu.org/autoconf
synced 2024-11-21 01:01:48 +08:00
Handle z/OS Unix ‘set’ output
Problem and fix reported by Jeff Shimoda in: https://lists.gnu.org/r/autoconf-patches/2022-06/msg00007.html * tests/local.at (AT_CONFIG_CMP): Treat ‘var=""’ like ‘var=''’. Copyright-paperwork-exempt: Yes
This commit is contained in:
parent
56b21590f6
commit
f07de9b1db
@ -476,6 +476,7 @@ do
|
||||
$SED '/^ac_cv_/ b skip
|
||||
/^m4_defn([m4_re_word])=./ !d
|
||||
/^[[^=]]*='\'''\''$/ d
|
||||
/^[[^=]]*=""$/ d
|
||||
/^a[[cs]]_/ d
|
||||
: skip
|
||||
/^OLDPWD=/ d
|
||||
|
Loading…
Reference in New Issue
Block a user