Current-Users archive

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

Re: sqlite3.pc missing includedir & libdir



On Wed, Dec 21, 2011 at 04:11:32PM +0000, David Brownlee wrote:
> Partial though I may be to an occasional tilt at windmills, I think in
> this case the rest of the world
> has expectations on what pkg-config should contain which all of the
> other examples I can find
> meet, but sqlite3.pc does now.

Well, the same test case could also just compile a test case like

#include <sqlite3.h>

#if SQLITE_VERSION_NUMBER < 3006003
#error Too old
#endif

and be done. There is absolutely no need for the grepping. So yes, I
don't like to help broken hacks...

Joerg


Home | Main Index | Thread Index | Old Index