On 11/14/2010 10:31 AM, Jerker Bäck wrote: > autoconf test for basename fails for Interix (and probably all BSDs) > > libgen.h : char * basename(char* path); (POSIX standard 1003.1-2008) > > Failure is due to libgen.h is not included by the test. > Is this deliberate for some reason?
autoconf itself doesn't test for the basename function (in C), only for the basename program (in the shell). Perhaps your message is about some use of autoconf in some other program, but if so, please direct the message to the appropriate list for that program.