automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Subdirectory builds


From: Geoff Quelch
Subject: Re: Subdirectory builds
Date: Thu, 20 Dec 2001 13:12:25 -0700

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" <address@hidden>
To: "Geoff Quelch" <address@hidden>
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:
>
> address@hidden 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]