summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2004-08-13 09:38:11 +0000
committerJoe Orton <jorton@apache.org>2004-08-13 09:38:11 +0000
commit84b6512fc8cdd854681d564bcb3b36414da2af89 (patch)
treefc4ecc7bb837e858a50b3bcc80b48740f3e130d2 /acinclude.m4
parentef0c43088fe64963b7e4db266f39a64177a7fc4f (diff)
downloadhttpd-84b6512fc8cdd854681d564bcb3b36414da2af89.tar.gz
* configure.in, acinclude.m4: Substitute AP[RU]_CONFIG with location
of installed ap[ru]-config scripts so third-party modules can use `apxs -q APR_CONFIG`. * support/apxs.in: Use new AP[RU]_CONFIG variables; use apr-config --apr-libtool. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104641 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index bf214addc3..38d3993fd6 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -91,9 +91,11 @@ AC_DEFUN(APACHE_GEN_CONFIG_VARS,[
APACHE_SUBST(APR_BINDIR)
APACHE_SUBST(APR_INCLUDEDIR)
APACHE_SUBST(APR_VERSION)
+ APACHE_SUBST(APR_CONFIG)
APACHE_SUBST(APU_BINDIR)
APACHE_SUBST(APU_INCLUDEDIR)
APACHE_SUBST(APU_VERSION)
+ APACHE_SUBST(APU_CONFIG)
abs_srcdir="`(cd $srcdir && pwd)`"