Re: AC_PROG_CC_C_O doesn't work with VC++

2005-10-27 Thread Harald Dunkel
Hi folks, Stepan Kasal wrote: > > I committed the patch attached to this mail. > Could you please apply the attached patch as well? It is necessary on Windows to detect '\' as a directory path separator. Many thanx Harri --- compile~ 2005-10-24 12:03:48.0 +0200 +++ compile 2005-10-26

Re: AC_PROG_CC_C_O

2005-07-01 Thread Stepan Kasal
Hi, On Fri, Jul 01, 2005 at 04:08:50PM +0200, Ralf Corsepius wrote: > > > All packages using "subdir-objects" (Flat Makefiles in deep source trees > > > support) currently are using it. ... > Yep, I am referring to AM_PROG_CC_C_O, which according to the comment > above internally uses AC_PROG_CC_C

Re: AC_PROG_CC_C_O

2005-07-01 Thread Stepan Kasal
Hello, On Fri, Jul 01, 2005 at 02:33:57PM +0200, Ralf Wildenhues wrote: > > The macro has two uses: > > 1) in GNU make's configure.in > > 2) in Automake's AM_PROG_CC_C_O > > How do you know nobody else uses it? It's published. Of course I don't know. But it's so poorly designed, that I think i

Re: AC_PROG_CC_C_O

2005-07-01 Thread Ralf Corsepius
On Fri, 2005-07-01 at 15:23 +0200, Ralf Wildenhues wrote: > * Ralf Corsepius wrote on Fri, Jul 01, 2005 at 03:20:22PM CEST: > > On Fri, 2005-07-01 at 14:33 +0200, Ralf Wildenhues wrote: > > > * Stepan Kasal wrote on Fri, Jul 01, 2005 at 01:13:09PM CEST: > > > > > > > > The macro has two uses: > > >

Re: AC_PROG_CC_C_O

2005-07-01 Thread Ralf Wildenhues
* Ralf Corsepius wrote on Fri, Jul 01, 2005 at 03:20:22PM CEST: > On Fri, 2005-07-01 at 14:33 +0200, Ralf Wildenhues wrote: > > * Stepan Kasal wrote on Fri, Jul 01, 2005 at 01:13:09PM CEST: > > > > > > The macro has two uses: > > > 1) in GNU make's configure.in > > > 2) in Automake's AM_PROG_CC_C_O

Re: AC_PROG_CC_C_O

2005-07-01 Thread Ralf Corsepius
On Fri, 2005-07-01 at 14:33 +0200, Ralf Wildenhues wrote: > Hi Stepan, > > * Stepan Kasal wrote on Fri, Jul 01, 2005 at 01:13:09PM CEST: > > > > The macro has two uses: > > 1) in GNU make's configure.in > > 2) in Automake's AM_PROG_CC_C_O > > How do you know nobody else uses it? It's published.

Re: AC_PROG_CC_C_O

2005-07-01 Thread Ralf Wildenhues
Hi Stepan, * Stepan Kasal wrote on Fri, Jul 01, 2005 at 01:13:09PM CEST: > > The macro has two uses: > 1) in GNU make's configure.in > 2) in Automake's AM_PROG_CC_C_O How do you know nobody else uses it? It's published. > If yes, shouldn't we introduce a generalized macro, for example > >