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
[email protected], http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/


_______________________________________________
Autoconf mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to