summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Kew <niq@apache.org>2017-05-31 15:04:18 +0000
committerNick Kew <niq@apache.org>2017-05-31 15:04:18 +0000
commit0752edfc8c847bbdeea3434478d0e1123c280373 (patch)
tree90ac47deab5f5cecccd4789553a81005afdd2f51
parent41be5a36b976fbd0c4d8b7ca904d49adf5fce2d1 (diff)
downloadapr-0752edfc8c847bbdeea3434478d0e1123c280373.tar.gz
Build: export build files find_apr.m4 and apr_common.m4
Patch by Jacob Champion git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.6.x@1797051 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES3
-rw-r--r--Makefile.in2
2 files changed, 5 insertions, 0 deletions
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 \