Re: AT_TESTED: make it work with full paths from AC_PATH_PROG

2009-11-17 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Allan Clark on 11/17/2009 7:21 AM: > Nice idea. However, it adds the potential for false positives. A > better > patch would be to check for an absolute name prior to starting the loop > over PATH. I'll work up a patch a

Re: AT_TESTED: make it work with full paths from AC_PATH_PROG

2009-11-17 Thread Allan Clark
On Tue, Nov 17, 2009 at 13:01, Eric Blake wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > According to Allan Clark on 11/17/2009 3:30 AM: > > Hi; > > > > in Autoconf-2.64, AT_TESTED() only works with utilities that would be > found > > with AC_CHECK_PROGS(). Full pathnames don't wor

Re: AT_TESTED: make it work with full paths from AC_PATH_PROG

2009-11-17 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Allan Clark on 11/17/2009 3:30 AM: > Hi; > > in Autoconf-2.64, AT_TESTED() only works with utilities that would be found > with AC_CHECK_PROGS(). Full pathnames don't work, so tools such as > AC_PATH_PROGS() that report a full pathname c

AT_TESTED: make it work with full paths from AC_PATH_PROG

2009-11-17 Thread Allan Clark
Hi; in Autoconf-2.64, AT_TESTED() only works with utilities that would be found with AC_CHECK_PROGS(). Full pathnames don't work, so tools such as AC_PATH_PROGS() that report a full pathname cannot be AT_TESTED(). The following patch should resolve this -- really all it does is preface a "/" int