Blame SOURCES/autotrace-0002-Fixed-underquoted-AM_PATH_AUTOTRACE-definition.patch

ec709f
From c3410ede752b3b0a092a2a4d196f4a6ccf8c3a10 Mon Sep 17 00:00:00 2001
ec709f
From: Peter Lemenkov <peter@fedoraproject.org>
ec709f
Date: Mon, 27 Jul 2009 14:20:46 +0000
ec709f
Subject: [PATCH 2/3] Fixed underquoted AM_PATH_AUTOTRACE definition
ec709f
ec709f
See rhbz #477980 for the details:
ec709f
ec709f
* https://bugzilla.redhat.com/477980
ec709f
ec709f
Reported-by: Jerry James <loganjerry@gmail.com>
ec709f
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
ec709f
---
ec709f
 autotrace.m4 | 2 +-
ec709f
 1 file changed, 1 insertion(+), 1 deletion(-)
ec709f
ec709f
diff --git a/autotrace.m4 b/autotrace.m4
ec709f
index 4b16a77..11d6276 100644
ec709f
--- a/autotrace.m4
ec709f
+++ b/autotrace.m4
ec709f
@@ -4,7 +4,7 @@
ec709f
 dnl AM_PATH_AUTOTRACE([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])
ec709f
 dnl Test to see if libautotrace is installed, and define AUTOTRACE_CFLAGS, LIBS
ec709f
 dnl
ec709f
-AC_DEFUN(AM_PATH_AUTOTRACE,
ec709f
+AC_DEFUN([AM_PATH_AUTOTRACE],
ec709f
 [dnl
ec709f
 dnl Get the cflags and libraries from the autotrace-config script
ec709f
 dnl
ec709f
-- 
ec709f
1.7.11.2
ec709f