From: David MacKenzie Date: Tue, 30 Aug 1994 01:30:23 +0000 (+0000) Subject: quoting change X-Git-Tag: fsf-origin~496 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=611bda3d8b79b5aa9156351ccc6b5f0d67e17bbf;p=thirdparty%2Fautoconf.git quoting change --- diff --git a/acgeneral.m4 b/acgeneral.m4 index aaff454a9..73a46bcd3 100644 --- a/acgeneral.m4 +++ b/acgeneral.m4 @@ -1213,9 +1213,10 @@ cat > conftest.${ac_ext} </dev/null) 2>&1"` +dnl Capture the stderr of cpp. +dnl Coherent sh does redirections in the wrong order, so separate them +dnl with quotes. +ac_err=`eval "$ac_cpp conftest.${ac_ext} >/dev/null" 2>&1` if test -z "$ac_err"; then ifelse([$2], , :, [rm -rf conftest* $2]) diff --git a/lib/autoconf/general.m4 b/lib/autoconf/general.m4 index aaff454a9..73a46bcd3 100644 --- a/lib/autoconf/general.m4 +++ b/lib/autoconf/general.m4 @@ -1213,9 +1213,10 @@ cat > conftest.${ac_ext} </dev/null) 2>&1"` +dnl Capture the stderr of cpp. +dnl Coherent sh does redirections in the wrong order, so separate them +dnl with quotes. +ac_err=`eval "$ac_cpp conftest.${ac_ext} >/dev/null" 2>&1` if test -z "$ac_err"; then ifelse([$2], , :, [rm -rf conftest* $2])