This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: AM_PROG_CC_C_O?
- From: Alexandre Duret-Lutz <adl at src dot lip6 dot fr>
- To: Bob Friesenhahn <bfriesen at simple dot dallas dot tx dot us>
- Cc: automake at gnu dot org
- Date: Fri, 10 Sep 2004 16:45:41 +0200
- Subject: Re: AM_PROG_CC_C_O?
- References: <Pine.SOC.4.60.0409100931020.3164@blade.simplesystems.org>
On Fri, Sep 10, 2004 at 09:33:30AM -0500, Bob Friesenhahn wrote:
> My non-recursive Automake project (based on latest Automake CVS)
> places objects in subdirectories. The project uses libtool to build
> all objects. However, Automake complains:
>
> % automake
> Makefile.am: C objects in subdir but `AM_PROG_CC_C_O' not in `configure.ac'
>
> Since libtool is used to build all objects, is AM_PROG_CC_C_O and the
> "compile" script really necessary?
Please show Makefile.am