mirror of
git://git.sv.gnu.org/autoconf
synced 2025-03-19 14:40:24 +08:00
Add comment explaining recent patch.
* lib/autotest/general.m4 (AT_INIT) <at_pass_list>: Explain choice of * vs. ? globbing. Signed-off-by: Eric Blake <ebb9@byu.net>
This commit is contained in:
parent
e8422963df
commit
a8eb896999
@ -1,3 +1,9 @@
|
||||
2008-06-19 Eric Blake <ebb9@byu.net>
|
||||
|
||||
Add comment explaining recent patch.
|
||||
* lib/autotest/general.m4 (AT_INIT) <at_pass_list>: Explain choice
|
||||
of * vs. ? globbing.
|
||||
|
||||
2008-06-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
* lib/autoconf/status.m4 (_AC_OUTPUT_LINK): Do not warn when not
|
||||
|
@ -1166,6 +1166,7 @@ done
|
||||
# Wrap up the test suite with summary statistics.
|
||||
cd "$at_helper_dir"
|
||||
|
||||
# Use ?..???? when the list must remain sorted, the faster * otherwise.
|
||||
at_pass_list=`for f in */pass; do echo $f; done | sed '/\*/d; s,/pass,,'`
|
||||
at_skip_list=`for f in */skip; do echo $f; done | sed '/\*/d; s,/skip,,'`
|
||||
at_xfail_list=`for f in */xfail; do echo $f; done | sed '/\*/d; s,/xfail,,'`
|
||||
|
Loading…
x
Reference in New Issue
Block a user