changeset 338:550a5d5811f8

Update copyright to 2005; Don't enclose some values in m4 quotes, automake breaks with them in stupid places.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 22 Sep 2005 02:22:03 +0000
parents 75e3fb8d706d
children 456a30b1d1d7
files configure.in
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Thu Sep 22 02:21:03 2005 +0000
+++ b/configure.in	Thu Sep 22 02:22:03 2005 +0000
@@ -7,7 +7,7 @@
 
 dnl Initialize
 AC_INIT([XMMS-SID], [0.8.0rc1], [ccr@tnsp.org])
-AC_COPYRIGHT([[(C) 2003-2004 Matti 'ccr' Hämäläinen]])
+AC_COPYRIGHT([[(C) 2003-2005 Matti 'ccr' Hämäläinen]])
 AC_CONFIG_SRCDIR([src/xmms-sid.h])
 AM_INIT_AUTOMAKE
 AC_CONFIG_HEADERS([src/config.h])
@@ -270,7 +270,7 @@
 dnl ***
 dnl *** Check XMMS version
 dnl ***
-AM_PATH_XMMS([1.2.0],, [
+AM_PATH_XMMS(1.2.0,, [
 AC_MSG_ERROR([*** XMMS >= 1.2.0 not found. You need XMMS v1.2.0 or later to use XMMS-SID plugin.])
 ])
 libdir=$XMMS_INPUT_PLUGIN_DIR