Magellan Linux

Annotation of /trunk/autotrace/patches/autotrace-0.31.1-m4-underquoted.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 224 - (hide annotations) (download)
Sat Jun 23 13:53:28 2007 UTC (16 years, 11 months ago) by niro
File size: 696 byte(s)
-new fixes

1 niro 224 diff -Naur autotrace-0.31.1/autotrace.m4 autotrace-0.31.1-fixed/autotrace.m4
2     --- autotrace-0.31.1/autotrace.m4 2002-10-10 22:44:12.000000000 +0200
3     +++ autotrace-0.31.1-fixed/autotrace.m4 2007-06-17 00:33:53.000000000 +0200
4     @@ -4,7 +4,7 @@
5     dnl AM_PATH_AUTOTRACE([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])
6     dnl Test to see if libautotrace is installed, and define AUTOTRACE_CFLAGS, LIBS
7     dnl
8     -AC_DEFUN(AM_PATH_AUTOTRACE,
9     +AC_DEFUN([AM_PATH_AUTOTRACE],
10     [dnl
11     dnl Get the cflags and libraries from the autotrace-config script
12     dnl
13     @@ -157,4 +157,4 @@
14     AC_SUBST(AUTOTRACE_CFLAGS)
15     AC_SUBST(AUTOTRACE_LIBS)
16     rm -f conf.autotracetest
17     -])
18     \ Kein Zeilenumbruch am Dateiende.
19     +])