diff options
author | Joe Orton <jorton@apache.org> | 2011-11-11 04:01:33 +0100 |
---|---|---|
committer | Joe Orton <jorton@apache.org> | 2011-11-11 04:01:33 +0100 |
commit | 80765aa7fe900a47486b57204e94f5fda3fa99ad (patch) | |
tree | b9e06fe0cd72c50d051380f78ce24dced3986a83 /acinclude.m4 | |
parent | Formatting, no functional change. (diff) | |
download | apache2-80765aa7fe900a47486b57204e94f5fda3fa99ad.tar.xz apache2-80765aa7fe900a47486b57204e94f5fda3fa99ad.zip |
A stab at libapreq build integration, still disabled by default.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1200715 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 2911fba1aa..621a0ad7ba 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -99,6 +99,8 @@ AC_DEFUN(APACHE_GEN_CONFIG_VARS,[ APACHE_SUBST(APU_INCLUDEDIR) APACHE_SUBST(APU_VERSION) APACHE_SUBST(APU_CONFIG) + APACHE_SUBST(APREQ_MAJOR_VERSION) + APACHE_SUBST(APREQ_LIBTOOL_VERSION) abs_srcdir="`(cd $srcdir && pwd)`" |