changeset 407:06820523d770

Fix and update copyright year
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 02 Jun 2006 13:13:04 +0000
parents d61581d203d6
children e69ded6613fa
files acinclude.m4
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/acinclude.m4	Fri Jun 02 13:13:02 2006 +0000
+++ b/acinclude.m4	Fri Jun 02 13:13:04 2006 +0000
@@ -1,7 +1,7 @@
 dnl *** These m4-macros are ripped from XSIDPLAY v1.6.5's acinclude.m4
 dnl *** (C) Copyright 2002 Michael Schwendt, licensed under GNU GPL v2.
 dnl *** Updated for new automake/autoconf plus namespace and other
-dnl *** minor fixes and changes by Matti 'ccr' Hämäläinen (C) 2003 TNSP
+dnl *** minor fixes and changes by Matti 'ccr' Hämäläinen (C) 2003-2006 TNSP
 
 dnl -------------------------------------------------------------------------
 dnl Try to find a file (or one of more files in a list of dirs).
@@ -13,7 +13,7 @@
 for i in $2; do
 	for j in $1; do
 		if test -r "$i/$j"; then
-			$3=$i
+			$3="$i"
 			break 2
 		fi
 	done