summaryrefslogtreecommitdiffstats
path: root/debian/patches/ship_find_apr.m4.patch
blob: 6d5067f2edf181c9e19f7735235893ff3e0e9b3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From: Tollef Fog Heen <tfheen@err.no>
Subject: Install a set of random build files too

---
 Makefile.in |    9 +++++++++
 1 file changed, 9 insertions(+)

--- apr.orig/Makefile.in
+++ apr/Makefile.in
@@ -94,6 +94,15 @@ install: $(TARGETS)
 	done
 	$(INSTALL_DATA) build/apr_rules.out $(DESTDIR)$(installbuilddir)/apr_rules.mk
 	$(INSTALL) -m 755 apr-config.out $(DESTDIR)$(bindir)/$(APR_CONFIG)
+
+	if [ ! -d $(DESTDIR)$(installbuilddir) ]; then \
+	    $(top_srcdir)/build/mkdir.sh $(DESTDIR)$(installbuilddir); \
+	fi
+	for file in install.sh gen-build.py get-version.sh ; do \
+		$(LIBTOOL) --mode=install cp $(top_srcdir)/build/$$file \
+	    $(DESTDIR)$(installbuilddir)/$$file	; \
+	done
+
 	@if [ $(INSTALL_SUBDIRS) != "none" ]; then \
             for i in $(INSTALL_SUBDIRS); do \
 	        ( cd $$i ; $(MAKE) DESTDIR=$(DESTDIR) install ); \