Le 17/07/2016 22:53, Enrico Forestieri a écrit :
* what is the reason why you search for tools without path (AC_CHECK_PROG)
in some cases? I did think it was cleaner at some time, but now I know
better :)
Ehm... that's your code and I didn't want to change it. If I remember
correctly, you didn't succeed in passing arguments using AC_PATH_PROG.
Anyway, the path problems should be sorted now.
Yes, one of the CHECK_PROG seems unavoidable and I interpret this as a
bug: the documentation does not make a difference between the to versions
The last one could be PATH_PROG IMO, since there is no argument to pass.
It could make a difference if the user changes the PATH when running
configure. But we could decide that this is not our problem :)
Finally, I think that you can omit the [$PATH] argument altogether,
since this is the default. But you can prefer to leave it here for clarity.
JMarc