mirror of
git://git.sv.gnu.org/autoconf
synced 2025-02-17 14:01:27 +08:00
* tests/autotest.at (Multiline command from M4 expansion):
No failure to be expected if the shell quotes newlines in commands in the `set -x' output. Report by Tim Rice. * THANKS: Update.
This commit is contained in:
parent
68ad5f2fcb
commit
0a141b9c9d
@ -1,3 +1,10 @@
|
||||
2006-05-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
* tests/autotest.at (Multiline command from M4 expansion):
|
||||
No failure to be expected if the shell quotes newlines in
|
||||
commands in the `set -x' output. Report by Tim Rice.
|
||||
* THANKS: Update.
|
||||
|
||||
2006-05-23 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Don't use shell
|
||||
|
1
THANKS
1
THANKS
@ -208,6 +208,7 @@ Theodore Ts'o" tytso@mit.edu
|
||||
Thien-Thi Nguyen ttn@gnu.org
|
||||
Thomas Winder tom@vlsivie.tuwien.ac.at
|
||||
Tim Van Holder tim.van.holder@pandora.be
|
||||
Tim Rice tim@multitalents.net
|
||||
Tom Lane tgl@sss.pgh.pa.us
|
||||
Tom Purcell Tom.Purcell@wang.com
|
||||
Tom Tromey tromey@cygnus.com
|
||||
|
@ -160,13 +160,14 @@ AT_CHECK_AT_TEST([Invalid brace-enclosed parameter expansion],
|
||||
## ---------------------------- ##
|
||||
|
||||
# The last paragaph in the comment above _AT_DECIDE_TRACEABLE illustrates why
|
||||
# this test fails.
|
||||
# this test fails (except with Korn shell-style quoting $'foo\nbar').
|
||||
AT_CHECK_AT_TEST([Multiline command from M4 expansion],
|
||||
[m4_define([GNU], ['foo
|
||||
bar'])
|
||||
AT_CHECK([echo GNU], 0, [foo
|
||||
bar
|
||||
], [])], [:])
|
||||
], [])], [case `( set -x; echo 'foo
|
||||
bar') 2>&1` in *\$\'foo\\nbar\'*) false;; *) :;; esac])
|
||||
|
||||
AT_CHECK_AT_TEST([Double-M4-quoted command],
|
||||
[m4_define([GNU], ['foo
|
||||
|
Loading…
Reference in New Issue
Block a user