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