From: Ralf Wildenhues Date: Tue, 25 Mar 2008 06:35:29 +0000 (+0100) Subject: * tests/autotest.at (Using atlocal): Quote instances of `pwd`. X-Git-Tag: v2.62~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50be220a2af20611adafd55f26655e7c7ecd92d4;p=thirdparty%2Fautoconf.git * tests/autotest.at (Using atlocal): Quote instances of `pwd`. Signed-off-by: Ralf Wildenhues --- diff --git a/ChangeLog b/ChangeLog index c847b35f..4ec5b15f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2008-03-25 Ralf Wildenhues + * tests/autotest.at (Using atlocal): Quote instances of `pwd`. + * tests/local.at (AT_CHECK_M4): Factorize warning output normalization. Suggested by Eric Blake. diff --git a/tests/autotest.at b/tests/autotest.at index 3ba3ebfb..48bd3199 100644 --- a/tests/autotest.at +++ b/tests/autotest.at @@ -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])