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