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