On Thu, 16 Dec 2010 14:43:22 -0800 Matthew Brush matthewbrush@gmail.com wrote:
I've dropped Autohell in favour of a simple Makefile. Just do 'make' and then (as root) 'make install'. Use 'make install PREFIX=/usr' (or whatever prefix) if you don't want it in /usr/local.
Here is a simple configure script I wrote long time ago. It accepts --var=value and VAR=VALUE, and sets the variables in the Makefile. A plain text configure.help is optional.
To all, can anyone recommend a simple, cross-platform, build system?
cmake?..