automake
[Top][All Lists]
Advanced

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

Re: is there a way to ensure that at least a certain automake version is


From: Ralf Corsepius
Subject: Re: is there a way to ensure that at least a certain automake version is used?
Date: Sun, 29 May 2005 21:59:00 +0200

On Sun, 2005-05-29 at 08:30 -0600, Ed Hartnett wrote:
> Howdy all!
> 
> I am using automake on netCDF, an open source library for Earth
> scientists.
> 
> I'm wondering if there is a way to ensure that a certain version of
> automake is used? autoconf has a very helpful macro that I can use
> like this:
> AC_PREREQ([2.59])
> 
> which will fail if anything less than autoconf 2.59 is used. Is there
> a similar macro for automake?
AM_INIT_AUTOMAKE([<options>])

you probably want

AM_INIT_AUTOMAKE([1.9])

Ralf






reply via email to

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