1fe0798a3baa55816de69d8ba7405e6f48cf4d3c
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / liblog4c-localtime / 0001-log4c.m4-fix-underquoted-definition-of-AM_PATH_LOG4C.patch
1 From b7290560082e91673431de79e1fa318c9fd90261 Mon Sep 17 00:00:00 2001
2 From: Danomi Manchego <danomimanchego123@gmail.com>
3 Date: Sat, 25 Oct 2014 19:42:38 +0200
4 Subject: [PATCH 1/5] log4c.m4: fix "underquoted definition of AM_PATH_LOG4C"
5  warning
6
7 When autoreconfiguring liblog4c-localtime, there is a warning from
8 autoconf caused by an underquoted definition of AM_PATH_LOG4C. This
9 patch fixes this warning.
10
11 Submitted upstream: https://github.com/rcmadruga/log4c-localtime/pull/1
12
13 Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>
14 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
15 ---
16  log4c.m4 | 2 +-
17  1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/log4c.m4 b/log4c.m4
20 index 551a90d..96424c0 100644
21 --- a/log4c.m4
22 +++ b/log4c.m4
23 @@ -4,7 +4,7 @@
24  dnl AM_PATH_LOG4C([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
25  dnl Test for LOG4C, and define LOG4C_CFLAGS and LOG4C_LIBS
26  dnl
27 -AC_DEFUN(AM_PATH_LOG4C,
28 +AC_DEFUN([AM_PATH_LOG4C],
29  [dnl 
30  dnl Get the cflags and libraries from the log4c-config script
31  dnl
32 -- 
33 2.0.0
34