Re: AC_PROG_CC_C_O doesn't work with VC++

2005-10-27 Thread Noah Misch
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 s

Re: How to get a literal #undef into config.h

2005-10-27 Thread Brian
I've gone ahead and implemented all of this and am very happy with the results. I think it would a nice addition to the autotools if there were an AH_VERBATIM_VERBATIM that told autoheader to go ahead and ignore that section so it really was included in the final config.h as-is. Thanks for the hel

Re: AC_PROG_CC_C_O doesn't work with VC++

2005-10-27 Thread Paul Eggert
Noah Misch <[EMAIL PROTECTED]> writes: > 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 th