libtool
[Top][All Lists]
Advanced

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

Re: Damien Lespiau » shave: making the auto tools output sane


From: Vincent Torri
Subject: Re: Damien Lespiau » shave: making the auto tools output sane
Date: Wed, 10 Jun 2009 07:25:21 +0200 (CEST)



On Tue, 9 Jun 2009, Bob Friesenhahn wrote:

See http://lists.gnu.org/archive/html/automake/2009-05/msg00093.html for the announcement.

Is it possible to add AM_SILENT_RULES only when automake version is >= 1.11, that is is there a good way to retrieve the version of automake in configure.ac ? Something like:

AM_INIT_AUTOMAKE(1.6 dist-bzip2)
if test $AUTOMAKE_CURRENT_VERSION -ge 1.1 ; then
   AM_SILENT_RULES
fi

I think that i can get it by using sed on what is returned by 'automake -version', but i would prefer an "autotools" way

thank you

Vincent Torri




reply via email to

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