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


_______________________________________________
http://lists.gnu.org/mailman/listinfo/libtool

Reply via email to