[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: AC_PROG_CC_C_O
From: |
Ralf Corsepius |
Subject: |
Re: AC_PROG_CC_C_O |
Date: |
Fri, 01 Jul 2005 16:08:50 +0200 |
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:
> > > > 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.
> >
> > All packages using "subdir-objects" (Flat Makefiles in deep source trees
> > support) currently are using it.
>
> Erm, Stepan talks about AC_PROG_CC_C_O, subdir-objects however uses
> AM_PROG_CC_C_O, right?
Yep, I am referring to AM_PROG_CC_C_O, which according to the comment
above internally uses AC_PROG_CC_C_O.
Ralf