Re: 26-ac-ext (Was: aclang.m4 problem (Cygwin + VC++))

2000-07-19 Thread Akim Demaille
> "Lars" == Lars J Aas <[EMAIL PROTECTED]> writes: Lars> You're right - that wasn't directly from autoconf. It's an Lars> AC_TRY_COMPILE we set up in a custom macro that fails, and Lars> ac_ext is ".cc" at that point. !!! If you applied all the patch I sent, it should not be .cc. I don'

Re: 26-ac-ext (Was: aclang.m4 problem (Cygwin + VC++))

2000-07-19 Thread Lars J. Aas
On Wed, Jul 19, 2000 at 02:33:25PM +0200, Akim Demaille wrote: : > "Lars" == Lars J Aas <[EMAIL PROTECTED]> writes: : Lars> It got further (when I added ac_objext=obj - without it, all the : Lars> extension tests failed of course), but stopped again on a : Lars> "conftest.cc" file when it chec

Re: 26-ac-ext (Was: aclang.m4 problem (Cygwin + VC++))

2000-07-19 Thread Akim Demaille
> "Lars" == Lars J Aas <[EMAIL PROTECTED]> writes: Lars> On Wed, Jul 19, 2000 at 02:11:43PM +0200, Akim Demaille wrote: : Lars> How about this? : : I don't have good answers yet to provide Lars> wrt .obj, maybe you should : try to set it by hand in Lars> configure.in just to see if it works.

Re: 26-ac-ext (Was: aclang.m4 problem (Cygwin + VC++))

2000-07-19 Thread Lars J. Aas
On Wed, Jul 19, 2000 at 02:11:43PM +0200, Akim Demaille wrote: : How about this? : : I don't have good answers yet to provide wrt .obj, maybe you should : try to set it by hand in configure.in just to see if it works. We : will address this second issue later (note that ./configure : ac_objext=o

26-ac-ext (Was: aclang.m4 problem (Cygwin + VC++))

2000-07-19 Thread Akim Demaille
How about this? I don't have good answers yet to provide wrt .obj, maybe you should try to set it by hand in configure.in just to see if it works. We will address this second issue later (note that ./configure ac_objext=obj should be enough). Index: ChangeLog from Akim Demaille <[EMAIL PROTEC