[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: AC_OBJEXT again
From: |
Akim Demaille |
Subject: |
Re: AC_OBJEXT again |
Date: |
30 Nov 2000 14:53:25 +0100 |
User-agent: |
Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands) |
| This test will report `' on Cygwin caused by some Cygwin magic. Even though
| the file is named `conftest.exe', doing `ls conftest' will return `conftest',
| and doing `test -f conftest' will return true. Doing a plain `ls' will not
| return that virtual file, though. You therefore need to "test for" (read: ls)
| the .exe extension first.
Lars, what's the point? I'm lost. If conftest is OK, why do you want
conftest.exe?