autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AS_EXECUTABLE_P again


From: Stepan Kasal
Subject: Re: AS_EXECUTABLE_P again
Date: Fri, 21 Jan 2005 15:40:09 +0100
User-agent: Mutt/1.4.1i

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]