On Wed, 18 Jun 2014, Patrick Monnerat wrote:
- export PATH=".:$PATH"
Ah, that's the key to this! Adding current dir to the PATH... I never do that.
1) Add an extra arg to findtool to avoid checks in the current directory, and set this flag for libtool search.
I don't think findtool ever has to search in the current directory. It is not meant to find the libtool script that was generated by a previous buildconf run, so the loop can probably just make sure to not check "."
-- / daniel.haxx.se ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
