]> granicus.if.org Git - apache/commitdiff
Add HTTPD_VERSION and HTTPD_MMN to the variables available with apxs -q
authorEric Covener <covener@apache.org>
Mon, 3 Aug 2015 15:37:07 +0000 (15:37 +0000)
committerEric Covener <covener@apache.org>
Mon, 3 Aug 2015 15:37:07 +0000 (15:37 +0000)
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

CHANGES
acinclude.m4
configure.in

diff --git a/CHANGES b/CHANGES
index 73589350e8bcdc6c33d80d3ea2c3dd3bbfe25df7..9bc6611d0f343ed79e41c000f70ef3e3b5c9eaa9 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.0
 
+  *) apxs: Add HTTPD_VERSION and HTTPD_MMN to the variables available with 
+     apxs -q. PR58202. [Daniel Shahaf <danielsh apache.org>]
+
   *) mod_ssl: Add support for extracting the msUPN and dnsSRV forms
      of subjectAltName entries of type "otherName" into
      SSL_{CLIENT,SERVER}_SAN_OTHER_{msUPN,dnsSRV}_n environment
index 6b24241d8fd0db039aea3a9ea59fe07042cda102..50e6e38de6bd0766fd1288887c63a6204e1b5868 100644 (file)
@@ -23,6 +23,8 @@ AC_DEFUN(APACHE_FAST_OUTPUT,[
 dnl APACHE_GEN_CONFIG_VARS
 dnl Creates config_vars.mk
 AC_DEFUN(APACHE_GEN_CONFIG_VARS,[
+  APACHE_SUBST(HTTPD_VERSION)
+  APACHE_SUBST(HTTPD_MMN)
   APACHE_SUBST(abs_srcdir)
   APACHE_SUBST(bindir)
   APACHE_SUBST(sbindir)
index 961eb22ccd9e1d7820aef3387f1883953436c0e8..12dcc09e8caa8878ec9dfcbb88c4dd0051e56653 100644 (file)
@@ -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