[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: How to automake/configure for lua/liblua?
- From: Jeff Pohlmeyer <yetanothergeek@...>
- Date: Fri, 26 Nov 2010 12:33:05 -0600
On Fri, Nov 26, 2010 at 8:54 AM, Axel Kittenberger wrote:
> Do you know, what the best way in Automake to check/require Lua?
> ...
> Do you have a good example project to look how it used configure.ac?
Maybe there is a better way, but this is what I did for FXiTe.
The relevant part is on lines 66 thru 89...
https://github.com/yetanothergeek/fxite/blob/master/configure.in#L66
- Jeff