Magellan Linux

Contents of /trunk/xmms/patches/xmms-1.2.10-m4-underquoted-2.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (show annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years ago) by niro
File size: 691 byte(s)
-import

1 --- xmms-1.2.10/xmms.m4 2000-01-27 21:30:35.000000000 +0100
2 +++ xmms-1.2.10/xmms.m4-fixed 2007-04-20 18:38:25.000000000 +0200
3 @@ -14,7 +14,7 @@
4 dnl
5
6 dnl XMMS_TEST_VERSION(AVAILABLE-VERSION, NEEDED-VERSION [, ACTION-IF-OKAY [, ACTION-IF-NOT-OKAY]])
7 -AC_DEFUN(XMMS_TEST_VERSION, [
8 +AC_DEFUN([XMMS_TEST_VERSION], [
9
10 # Determine which version number is greater. Prints 2 to stdout if
11 # the second number is greater, 1 if the first number is greater,
12 @@ -59,7 +59,7 @@
13 fi
14 ])
15
16 -AC_DEFUN(AM_PATH_XMMS,
17 +AC_DEFUN([AM_PATH_XMMS],
18 [
19 AC_ARG_WITH(xmms-prefix,[ --with-xmms-prefix=PFX Prefix where XMMS is installed (optional)],
20 xmms_config_prefix="$withval", xmms_config_prefix="")