Package: log4cxx / 0.10.0-15

160_use_packaged_find_apur_m4.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Don't use find_apr.m4 and find_apu.m4
Don't use them from the upstream tar, but use the packaged one from libapr1-dev
Author: Tobias Frost <tobi@coldtobi.de>
Forwarded: not-needed, Debian specific
Last-Update: 2014-03-14
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/autogen.sh
+++ b/autogen.sh
@@ -24,6 +24,6 @@
 
 rm -f config.cache
 rm -f config.log
-aclocal -I .
+aclocal -I /usr/share/apr-1.0/build/
 autoconf
 automake -a --copy