File: 160_use_packaged_find_apur_m4.patch

package info (click to toggle)
log4cxx 0.10.0-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 17,028 kB
  • ctags: 6,434
  • sloc: cpp: 33,940; sh: 8,852; xml: 4,686; makefile: 508; java: 48
file content (17 lines) | stat: -rw-r--r-- 478 bytes parent folder | download | duplicates (3)
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