repo: ngircd
action: commit
revision: 
path_from: 
revision_from: 972b07ff291609ebc72df16d5a559c7d6b89326b:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit 972b07ff291609ebc72df16d5a559c7d6b89326b
Author: Alexander Barton 
Date:   Mon Feb 21 09:48:50 2005 +0000

    Fixed the detection of tools named like "tool-Major.Minor" (used on OpenBSD).

diff --git a/autogen.sh b/autogen.sh
index b67eb77b1cead0c447a9f88ed72f617346815b96..
index ..5d4a8cf973439537273e70f0728127f86f52306c 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -9,7 +9,7 @@
 # (at your option) any later version.
 # Please read the file COPYING, README and AUTHORS for more information.
 #
-# $Id: autogen.sh,v 1.12 2004/04/05 12:02:21 alex Exp $
+# $Id: autogen.sh,v 1.13 2005/02/21 09:48:50 alex Exp $
 #

 #
@@ -85,7 +85,7 @@ Search()
 			fi
 			$EXIST "${name}-${major}.${minor}" >/dev/null 2>&1
 			if [ $? -eq 0 ]; then
-				echo "${name}-${major}.${minor}" >/dev/null 2>&1
+				echo "${name}-${major}.${minor}"
 				return 0
 			fi
 		done

-----END OF PAGE-----