autoconf
[Top][All Lists]
Advanced

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

Re: library version number


From: Bob Friesenhahn
Subject: Re: library version number
Date: Tue, 14 Apr 2009 22:26:32 -0500 (CDT)

On Tue, 14 Apr 2009, Philip Herron wrote:

Is there a way even to run xml2-config --version and return the variable
inside my configure.ac or is there a better macro for this :S

I am not sure if you recieved a response. To capture this in a variable just do

LIBXML2VER=`xml2-config --version`

Of course be sure to check that the variable contains something reasonable in case xml2-config is broken or missing.

Bob
--
Bob Friesenhahn
address@hidden, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/




reply via email to

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