autoconf
[Top][All Lists]
Advanced

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

checking automake version in configure.ac


From: Vincent Torri
Subject: checking automake version in configure.ac
Date: Tue, 6 Oct 2009 07:56:39 +0200 (CEST)


Hey,

I would like to conditionnaly use a feature (a macro) of automake 1.11 with system that don't necessary have it installed.

So I would like to know if it is possible to check the version of automake in configure.ac, something like

if test "$automake_version" = "1.11" ; then
 ***
fi

or something similar

thank you

Vincent Torri





reply via email to

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