On Sat, Apr 6, 2013 at 8:45 AM, David Burgess <dburgess@gmail.com> wrote:
I have a simple request. Would it be possible to provide a simple
makefile and default config.h that can be used without
configure/automake/m4/rocks etc?
The configure logic needed to generate config.h is not very complicated. I've had success with this simple recipe from luabuild:
local libs
local cfg = {HAVE_CRYPT=true, HAVE_CRYPT_H=true, VERSION = "5.1.20"}