This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: Subdirectory builds
- From: "Geoff Quelch" <gequelch at hotmail dot com>
- To: "Alexandre Duret-Lutz" <duret_g at lrde dot epita dot fr>
- Cc: <automake at gnu dot org>
- Date: Thu, 20 Dec 2001 13:12:25 -0700
- Subject: Re: Subdirectory builds
- References: <3C20CFCE.23671D5@hotmail.com> <mvbzo4dhkad.fsf@phobos.lrde.epita.fr> <OE64uJfE9MswF0SsAtY00003daf@hotmail.com> <20011220194904.GA4396@epita.fr>
Many thanks, yes, aclocal helped. I admit to reading that section a number
of times, but not appreciating it until now.
----- Original Message -----
From: "Alexandre Duret-Lutz" <duret_g@lrde.epita.fr>
To: "Geoff Quelch" <gequelch@hotmail.com>
Sent: Thursday, December 20, 2001 12:49 PM
Subject: Re: Subdirectory builds
On Thu, Dec 20, 2001 at 11:04:00AM -0700, Geoff Quelch wrote:
> Thanks for the reply. I have modified configure.in to read:
>
> AC_INIT
>
> AM_INIT_AUTOMAKE(HRWxDS, 4.4.2)
>
> AC_CONFIG_FILES([Makefile db_access/Makefile db_access_new/Makefile])
> AC_OUTPUT
>
> But I get an error:
>
> [quelch@neo source]$ autoconf
> configure.in:3: error: possibly undefined macro: AM_INIT_AUTOMAKE
Read about `aclocal'. This is all explained in the Automake manual:
see the section `A simple example, start to finish' for instance.
Also, please post your questions to the mailing-list, not to individuals.
--
Alexandre Duret-Lutz