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