summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorJustin Erenkrantz <jerenkrantz@apache.org>2004-08-02 02:38:16 +0000
committerJustin Erenkrantz <jerenkrantz@apache.org>2004-08-02 02:38:16 +0000
commit252e7ae86c42c531b7ad226fe8c6f7ce1aa9c37e (patch)
treed6102cda256f10ea06e01bbda37bb65c075e6614 /acinclude.m4
parentf1904a7fbfcd5e6ecda49b0349f432d1b714f783 (diff)
downloadhttpd-252e7ae86c42c531b7ad226fe8c6f7ce1aa9c37e.tar.gz
Teach apxs how to find ap{ru}-$AP{RU}_MAJOR_VERSION-config
(httpd-2.1+ will be APR 1.0 or higher which uses this convention.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104443 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 75b40ed336..bf214addc3 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -90,8 +90,10 @@ AC_DEFUN(APACHE_GEN_CONFIG_VARS,[
APACHE_SUBST(DSO_MODULES)
APACHE_SUBST(APR_BINDIR)
APACHE_SUBST(APR_INCLUDEDIR)
+ APACHE_SUBST(APR_VERSION)
APACHE_SUBST(APU_BINDIR)
APACHE_SUBST(APU_INCLUDEDIR)
+ APACHE_SUBST(APU_VERSION)
abs_srcdir="`(cd $srcdir && pwd)`"