]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* tests/autotest.at (Using atlocal): Quote instances of `pwd`.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 25 Mar 2008 06:35:29 +0000 (07:35 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 25 Mar 2008 06:35:29 +0000 (07:35 +0100)
Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
tests/autotest.at

index c847b35fa0eae8811cfb79f78de73003d907918c..4ec5b15fb7b63595cb9c6d0a6078a69fcd3e7d2e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 3ba3ebfb60766bb85573a391f6d85885cbfbb4a9..48bd3199f53ff1cc419dca5b594c6690564f1ee7 100644 (file)
@@ -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])