From: Ryan Bloom Date: Tue, 27 Jun 2000 22:35:53 +0000 (+0000) Subject: Pass the configure args to sub_configure scripts with the RUN_NOW macro. X-Git-Tag: APACHE_2_0_ALPHA_5~228 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=06d26b592757ebac2e73f5525eaca72f14086924;p=apache Pass the configure args to sub_configure scripts with the RUN_NOW macro. This allows people to specify --disable-threads on Apache's configure command line, and APR respects it. This is the first step to fixing a problem introduced by making Apache call APR's configure script before making any config decisions. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85711 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/acinclude.m4 b/acinclude.m4 index ce4300eccd..3c217e3636 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -428,7 +428,7 @@ changequote([, ])dnl # The eval makes quoting arguments work. - if eval $ac_abs_srcdir/configure --cache-file=$ac_sub_cache_file --srcdir=$ac_abs_srcdir + if eval $ac_abs_srcdir/configure $ac_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_abs_srcdir then : echo "$1 configured properly" else