summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavi Arnaut <davi@apache.org>2007-07-22 01:24:48 +0000
committerDavi Arnaut <davi@apache.org>2007-07-22 01:24:48 +0000
commitc354b19253596f848207612f7d31b7ce07f1e9e0 (patch)
treee84a56113d33c07155bdc00b969c47835c4b819b
parentfdafe95c81ff94474bbb7483af0f0b341f97a818 (diff)
downloadapr-c354b19253596f848207612f7d31b7ce07f1e9e0.tar.gz
Make APR_SUBDIR_CONFIG work right if the second argument is a line-separated
value. The dnl builtin discards all characters up to the first newline and since $2 was being expanded, a new line in the second argument could break the configure script. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@558445 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--build/apr_common.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/build/apr_common.m4 b/build/apr_common.m4
index 1b2b15947..582ebaa91 100644
--- a/build/apr_common.m4
+++ b/build/apr_common.m4
@@ -161,8 +161,8 @@ changequote([, ])dnl
# autoconf doesn't add --silent to ac_configure_args; explicitly pass it
test "x$silent" = "xyes" && apr_configure_args="$apr_configure_args --silent"
- dnl The eval makes quoting arguments work - specifically $2 where the
- dnl quoting mechanisms used is "" rather than [].
+ dnl The eval makes quoting arguments work - specifically the second argument
+ dnl where the quoting mechanisms used is "" rather than [].
dnl
dnl We need to execute another shell because some autoconf/shell combinations
dnl will choke after doing repeated APR_SUBDIR_CONFIG()s. (Namely Solaris