From 95e12fb43d3bc4bcf00ae93e5a32e97b6a74bd95 Mon Sep 17 00:00:00 2001 From: niq Date: Wed, 31 May 2017 15:04:18 +0000 Subject: Build: export build files find_apr.m4 and apr_common.m4 Patch by Jacob Champion git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.6.x@1797051 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 3 +++ Makefile.in | 2 ++ 2 files changed, 5 insertions(+) diff --git a/CHANGES b/CHANGES index 8f1ad4bd6..219d7594a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,9 @@ -*- coding: utf-8 -*- Changes for APR 1.6.1 + *) Cut out problematic timed lock code [Nick Kew, William Rowe] + + *) Export build files find_apr.m4 and apr_common.m4 [Jacob Champion] Changes for APR 1.6.0 diff --git a/Makefile.in b/Makefile.in index a2a519437..5fb760e1c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -91,6 +91,8 @@ install: $(TARGETS) $(INSTALL_DATA) $(top_srcdir)/build/$${f} $(DESTDIR)$(installbuilddir); \ done $(INSTALL_DATA) build/apr_rules.out $(DESTDIR)$(installbuilddir)/apr_rules.mk + $(INSTALL_DATA) $(top_srcdir)/build/apr_common.m4 $(DESTDIR)$(installbuilddir) + $(INSTALL_DATA) $(top_srcdir)/build/find_apr.m4 $(DESTDIR)$(installbuilddir) $(INSTALL) -m 755 apr-config.out $(DESTDIR)$(bindir)/$(APR_CONFIG) @if [ $(INSTALL_SUBDIRS) != "none" ]; then \ for i in $(INSTALL_SUBDIRS); do \ -- cgit v1.2.1