[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] luapath - Lua header and interpreter path locator utility
- From: Miles Bader <miles@...>
- Date: Tue, 6 Aug 2013 15:53:07 +0900
No comment on its implementation quality, but pkg-config is very
popular, and offers both a desirable functionality and arguably a
fairly reasonable interface for users (users here being "people who
write build scripts").
Personally I write my autoconf configs to look for pkg-config, use it
if it exists, and otherwise just search common locations manually.
-miles