Magellan Linux

Contents of /trunk/audiofile/patches/audiofile-0.2.6-m4-underquoted.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (show annotations) (download)
Tue May 8 20:06:05 2007 UTC (17 years ago) by niro
File size: 476 byte(s)
-import

1 --- audiofile-0.2.6/audiofile.m4 2004-03-06 07:39:23.000000000 +0100
2 +++ audiofile-0.2.6/audiofile.m4-fixed 2006-10-19 12:18:31.000000000 +0200
3 @@ -9,7 +9,7 @@
4 dnl AM_PATH_AUDIOFILE([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
5 dnl Test for Audio File Library, and define AUDIOFILE_CFLAGS and AUDIOFILE_LIBS.
6 dnl
7 -AC_DEFUN(AM_PATH_AUDIOFILE,
8 +AC_DEFUN([AM_PATH_AUDIOFILE],
9 [dnl
10 dnl Get compiler flags and libraries from the audiofile-config script.
11 dnl