[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: AC_PROG_CC_C_O doesn't work with VC++
From: |
Noah Misch |
Subject: |
Re: AC_PROG_CC_C_O doesn't work with VC++ |
Date: |
Thu, 27 Oct 2005 05:10:31 -0700 |
User-agent: |
Mutt/1.5.6i |
On Thu, Oct 27, 2005 at 08:16:05AM +0200, Stepan Kasal wrote:
> -ac_try='$CC -c conftest.$ac_ext -o conftst2.$ac_objext >&AS_MESSAGE_LOG_FD'
> -rm -f conftst2.*
> +# (On an 8+3 filesystem, conftest2.* is not distinguishable from conftest.*,
> +# thus the test always passes; but if the ./configure scripts are ever run
> +# on good old DOS, it has to be with DJGPP, thus with gcc.)
> +ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&AS_MESSAGE_LOG_FD'
> +rm -f conftest2.*
I suppose this is harmless, but why? The old code was fine and did not need a
comment to illustrate that.
- Re: AC_PROG_CC_C_O doesn't work with VC++, Harald Dunkel, 2005/10/24
- Re: AC_PROG_CC_C_O doesn't work with VC++, Keith MARSHALL, 2005/10/25
- Re: AC_PROG_CC_C_O doesn't work with VC++, Stepan Kasal, 2005/10/25
- Re: AC_PROG_CC_C_O doesn't work with VC++, Eli Zaretskii, 2005/10/25
- Re: AC_PROG_CC_C_O doesn't work with VC++, Stepan Kasal, 2005/10/26
- Re: AC_PROG_CC_C_O doesn't work with VC++, Eli Zaretskii, 2005/10/26
- Re: AC_PROG_CC_C_O doesn't work with VC++, Stepan Kasal, 2005/10/27
- Re: AC_PROG_CC_C_O doesn't work with VC++,
Noah Misch <=
- Re: AC_PROG_CC_C_O doesn't work with VC++, Paul Eggert, 2005/10/27
Re: AC_PROG_CC_C_O doesn't work with VC++, Keith MARSHALL, 2005/10/25