Alexandre Duret-Lutz wrote:

However your traces show that `cl' is detected as supporting -c
and -o together.

| configure:3356: checking whether cl and cc understand -c and -o together
| configure:3386: cl -c conftest.c -o conftest.obj >&5
...
That test is actually run by AC_PROG_CC_C_O (which is called by
AM_PROG_CC_C_O) so I'm CCing bug-autoconf.

I found it in config.log too but I didn't know how to fix it. I was not sure if I understood it very well. Now it's clear.


Yes.  Forget about AC_PROG_CC_C_O, it's called by AM_PROG_CC_C_O.
(You can also remove the superfluous invocations of AC_PROG_MAKE_SET
and AC_PROG_INSTALL, which are already done by AM_INIT_AUTOMAKE.)

Find. Thanks a lot for your help,

Milan




Reply via email to