summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2015-08-03 15:37:07 +0000
committerEric Covener <covener@apache.org>2015-08-03 15:37:07 +0000
commit4774dd4680797753dce815a85a8d8b94f3c51d9c (patch)
tree5b12c21d83673a51d0befb1bccdeb124ed43d79b /configure.in
parent7c3e46820da91ac03f0d160b6806e7f3d86c5304 (diff)
downloadhttpd-4774dd4680797753dce815a85a8d8b94f3c51d9c.tar.gz
Add HTTPD_VERSION and HTTPD_MMN to the variables available with apxs -q
PR58202. Submitted By: Daniel Shahaf Committed By: covener git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1693919 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 961eb22ccd..12dcc09e8c 100644
--- a/configure.in
+++ b/configure.in
@@ -16,7 +16,7 @@ abs_builddir=`pwd`
dnl Ensure that the httpd version is included
HTTPD_VERSION=`$abs_srcdir/build/get-version.sh all $abs_srcdir/include/ap_release.h AP_SERVER`
-AC_SUBST(HTTPD_VERSION)
+HTTPD_MMN=`$abs_srcdir/build/get-version.sh mmn $abs_srcdir/include/ap_mmn.h MODULE_MAGIC_NUMBER`
dnl #
dnl # Include our own M4 macros along with those for APR and libtool