mirror of
git://git.sv.gnu.org/autoconf
synced 2024-12-09 02:10:22 +08:00
* tests/autotest.at (Using atlocal): Quote instances of pwd
.
Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
This commit is contained in:
parent
70684ede3e
commit
50be220a2a
@ -1,5 +1,7 @@
|
||||
2008-03-25 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
* tests/autotest.at (Using atlocal): Quote instances of `pwd`.
|
||||
|
||||
* tests/local.at (AT_CHECK_M4): Factorize warning output
|
||||
normalization.
|
||||
Suggested by Eric Blake.
|
||||
|
@ -512,13 +512,13 @@ MY_VAR="odd; 'string"
|
||||
export MY_VAR
|
||||
dnl Also populate enough of atlocal to do what atconfig normally does.
|
||||
at_testdir=.
|
||||
abs_builddir=`pwd`
|
||||
abs_builddir='`pwd`'
|
||||
at_srcdir=.
|
||||
abs_srcdir=`pwd`
|
||||
abs_srcdir='`pwd`'
|
||||
at_top_srcdir=.
|
||||
abs_top_srcdir=`pwd`
|
||||
abs_top_srcdir='`pwd`'
|
||||
at_top_build_prefix=
|
||||
abs_top_builddir=`pwd`
|
||||
abs_top_builddir='`pwd`'
|
||||
EOF
|
||||
])
|
||||
AT_CHECK([$CONFIG_SHELL ./micro-suite], [0], [ignore])
|
||||
|
Loading…
Reference in New Issue
Block a user