findtool: file name as a full path requires a slash
authorDaniel Stenberg <daniel@haxx.se>
Sun, 9 May 2010 21:16:37 +0000 (23:16 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 9 May 2010 21:16:37 +0000 (23:16 +0200)
commita784ed60650478cedbee451e7c918bdca00a8d89
treeec8cd0a7c8c88e29443ea57ad9eb7b0889007c0a
parentd2621445f1947b32dff06dfa3356a9be966b96da
findtool: file name as a full path requires a slash

Kalle Vahlman's patch applied a while ago broke how the findtool
function searches for tools, as it would always check if "$file"
was present first, which thus made the bad assumption that a file
in the current directory would be a match.

I noticed when it found 'libtool' in the current directory but
libtoolize is not there, which confused the script.
buildconf