~ubuntu-branches/ubuntu/trusty/apr-util/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/patches/ship_find_apu.m4.patch

  • Committer: Package Import Robot
  • Author(s): Stefan Fritsch
  • Date: 2013-05-05 15:43:34 UTC
  • mfrom: (1.3.4)
  • Revision ID: package-import@ubuntu.com-20130505154334-ljd2tn8515nf96mo
Tags: 1.5.2-1
* New upstream release.
* Ship find_apu.m4 in libaprutil1-dev. Closes: #699327

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
From: Tollef Fog Heen <tfheen@debian.org>
2
 
 
3
 
---
4
 
 Makefile.in |    6 ++++++
5
 
 1 file changed, 6 insertions(+)
6
 
 
7
 
Index: trunk/Makefile.in
8
 
===================================================================
9
 
--- trunk.orig/Makefile.in
10
 
+++ trunk/Makefile.in
11
 
@@ -89,6 +89,12 @@
12
 
        $(INSTALL_DATA) aprutil.exp $(DESTDIR)$(libdir)
13
 
        $(INSTALL) -m 755 apu-config.out $(DESTDIR)$(bindir)/$(APU_CONFIG)
14
 
 
15
 
+       if [ ! -d $(DESTDIR)$(installbuilddir) ]; then \
16
 
+               @APR_SOURCE_DIR@/build/mkdir.sh $(DESTDIR)$(installbuilddir); \
17
 
+       fi
18
 
+       $(LIBTOOL) --mode=install cp $(top_srcdir)/build/find_apu.m4 \
19
 
+               $(DESTDIR)$(installbuilddir)/find_apu.m4
20
 
+
21
 
 $(TARGET_LIB): $(OBJECTS) $(EXTRA_OBJECTS)
22
 
        $(LINK) @lib_target@ $(EXTRA_OBJECTS) $(ALL_LIBS) $(APRUTIL_LDFLAGS) $(APRUTIL_LIBS)
23