diff configure.in @ 248:a66c634b222a

Macro quotation cleanup to satisfy Automake 1.8 and friends.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 21 Dec 2004 17:32:02 +0000
parents 98279d92a78b
children d3a4d35f2a8f
line wrap: on
line diff
--- a/configure.in	Tue Dec 21 16:54:05 2004 +0000
+++ b/configure.in	Tue Dec 21 17:32:02 2004 +0000
@@ -3,7 +3,7 @@
 dnl ***
 
 dnl Require autoconf 2.56 or later
-AC_PREREQ(2.56)
+AC_PREREQ([2.56])
 
 dnl Initialize
 AC_INIT([XMMS-SID], [0.8.0beta14], [ccr@tnsp.org])
@@ -27,7 +27,7 @@
 dnl ***
 dnl *** Some general checks
 dnl ***
-AC_PREFIX_PROGRAM(xmms)
+AC_PREFIX_PROGRAM([xmms])
 AC_DISABLE_STATIC
 AC_LIBTOOL_DLOPEN
 AC_LIB_RPATH