Hi,
On Fri, Jan 21, 2005 at 07:17:17AM -0700, Eric Blake wrote:
> Actually, `test -f foo' only fails on foo.exe on DJGPP (at least,
> according to claims - I don't have a DJGPP environment to test on) - it
> works on cygwin.
anyway, it seems that changing AS_EXECUTABLE_P from
test -f $1 && test -x $1
to
test -x $1 && test ! -d $1
might please the DJGPP people.
Does it hust someone else? Do you think the problem with special files
might be important?
Stepan
_______________________________________________
Autoconf mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/autoconf