summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorRuediger Pluem <rpluem@apache.org>2020-07-13 10:29:11 +0000
committerRuediger Pluem <rpluem@apache.org>2020-07-13 10:29:11 +0000
commit189927b73545e91f5bef79afd66ff2c8431075d2 (patch)
treef9f6f1befebc5faea6b5868baa62408999131d94 /acinclude.m4
parentb17376f0a75d6031b882e889202fcf63e4890e3a (diff)
downloadhttpd-189927b73545e91f5bef79afd66ff2c8431075d2.tar.gz
Add a new way to document changes
* Makefile.in: Define the update-changes target to merge the change files from the changes directory to the top of the CHANGES file and remove them afterwards. If a Subversion binary was found during configure try to svn rm them otherwise just delete them. * configure.in: Search for the Subversion binary. * acinclude.m4: Set the corresponding Makefile variable for the Subversion binary. * README.CHANGES: New file to document the new approach. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879822 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index c8aab9ee62..4ee184b7d3 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -82,6 +82,7 @@ AC_DEFUN([APACHE_GEN_CONFIG_VARS],[
APACHE_SUBST(LIBTOOL)
APACHE_SUBST(SHELL)
APACHE_SUBST(RSYNC)
+ APACHE_SUBST(SVN)
APACHE_SUBST(MODULE_DIRS)
APACHE_SUBST(MODULE_CLEANDIRS)
APACHE_SUBST(PORT)