autoconf
[Top][All Lists]
Advanced

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

Re: library version number


From: Ralf Wildenhues
Subject: Re: library version number
Date: Wed, 15 Apr 2009 07:36:59 +0200
User-agent: Mutt/1.5.18 (2008-05-17)

Hello Philip,

* Philip Herron wrote on Wed, Apr 15, 2009 at 12:33:31AM CEST:
> 
> Just wondering it would be nice if i could in my configure.ac check for
> the library version.

You already got answers on how to maybe do that.  Here's one about why
you shouldn't: Autoconf is all about testing features.  So if you need
some feature in a library, test for that feature.  If you want to avoid
some specific bug in one version of the library, just test for presence
of that very bug.  Distributors might have fixed the bug without
adjusting the version the way your configure script expects.

Cheers,
Ralf




reply via email to

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