The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / liblog4c-localtime / 0004-Add-AC_CONFIG_MACRO_DIR-to-configure.in.patch
1 From a2553c203d8b8257dea1d2e2139b220935587144 Mon Sep 17 00:00:00 2001
2 From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
3 Date: Sat, 25 Oct 2014 20:03:25 +0200
4 Subject: [PATCH 4/5] Add AC_CONFIG_MACRO_DIR to configure.in
5
6 Without AC_CONFIG_MACRO_DIR, when autoreconfiguring the package, it
7 cannot find AM_PATH_EXPAT which is defined in config/expat.m4.
8
9 Submitted upstream: https://github.com/rcmadruga/log4c-localtime/pull/1
10
11 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
12 ---
13  configure.in | 1 +
14  1 file changed, 1 insertion(+)
15
16 diff --git a/configure.in b/configure.in
17 index dbf11e9..769b204 100644
18 --- a/configure.in
19 +++ b/configure.in
20 @@ -5,6 +5,7 @@ AC_PREREQ(2.57)
21  AC_INIT
22  AC_CONFIG_SRCDIR([configure.in])
23  AC_CONFIG_AUX_DIR(config)
24 +AC_CONFIG_MACRO_DIR([config])
25  AM_CONFIG_HEADER(src/config.h)
26  
27  LOG4C_MAJOR_VERSION=1
28 -- 
29 2.0.0
30