Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > 2b471379494a2acc128492c7574ce12f > files > 12

xmms-1.2.10-35mdv2008.0.src.rpm

--- xmms-1.2.10/xmms.m4~	2000-01-27 21:30:35.000000000 +0100
+++ xmms-1.2.10/xmms.m4	2006-01-25 02:48:13.000000000 +0100
@@ -14,7 +14,7 @@ dnl and XMMS_VERSION for your plugin ple
 dnl
 
 dnl XMMS_TEST_VERSION(AVAILABLE-VERSION, NEEDED-VERSION [, ACTION-IF-OKAY [, ACTION-IF-NOT-OKAY]])
-AC_DEFUN(XMMS_TEST_VERSION, [
+AC_DEFUN([XMMS_TEST_VERSION], [
 
 # Determine which version number is greater. Prints 2 to stdout if	
 # the second number is greater, 1 if the first number is greater,	
@@ -59,7 +59,7 @@ function vercmp(ver1, ver2,    ver1arr, 
     fi
 ])
 
-AC_DEFUN(AM_PATH_XMMS,
+AC_DEFUN([AM_PATH_XMMS],
 [
 AC_ARG_WITH(xmms-prefix,[  --with-xmms-prefix=PFX  Prefix where XMMS is installed (optional)],
 	xmms_config_prefix="$withval", xmms_config_prefix="")