Re: AS_EXECUTABLE_P again

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

 



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
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf

[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux