mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-30 11:01:45 +08:00
AT_TESTED: fix regression in word splitting
Regression introduced in commit 851ef51
.
* lib/autotest/general.m4 (AT_TESTED): Rework loop to quote each
element, not the entire argument.
This commit is contained in:
parent
33545d77b2
commit
93ed0f1524
@ -1794,7 +1794,8 @@ m4_defun([AT_ARG_OPTION_ARG],[_AT_ARG_OPTION([$1],[$2],1,[$3],[$4])])
|
||||
# must correspond to the version of the package. PATH should be
|
||||
# already preset so the proper executable will be selected.
|
||||
m4_define([AT_TESTED],
|
||||
[m4_append_uniq_w([AT_tested], ["$1"])])
|
||||
[m4_foreach_w([AT_test], [$1],
|
||||
[m4_append_uniq([AT_tested], "m4_defn([AT_test])", [ ])])])
|
||||
|
||||
|
||||
# AT_COPYRIGHT(TEXT, [FILTER = m4_newline])
|
||||
|
Loading…
Reference in New Issue
Block a user