[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: autotools alternatives, is anybody using autosetup?
- From: Sam Roberts <vieuxtech@...>
- Date: Mon, 16 Jul 2012 17:32:59 -0700
On Fri, Oct 28, 2011 at 7:22 PM, Michael Richter <ttmrichter@gmail.com> wrote:
> The Fossil[1] community had this whole process not all that long ago.
> Automake/autoconf were rejected as not being portable and being in general a
> complete pain in the lower torso anatomy to use. The solution that was used
> in the end was a little piece of software called autosetup[2].
Has anybody been using autosetup with lua projects?
I've been playing with it. I've had trouble finding a decent tcl
syntax summary, but its not like I know m4 very well, either.
I quite like it. I particularly like that it does the part that make
does poorly: feature discovery, build parameterization, outputting a
config.h, and injecting discovered values into the template Makefile.
Much, much easier to understand, and easy to apply to existing
projects.
I've just been playing around with it in a stub project, trying to see
if it can do the lua header file discovery that every lua binding so
annoyingly needs to do. Result is here:
https://github.com/sam-github/udns-lua/blob/master/auto.def
Is anybody else using autosetup with lua? If there are public repos,
I'd like to see more examples.
Btw, I also looked at premake, and its pretty much exactly what I
don't want, a replacement for make, that controls all aspects of the
build. Nice that its in lua, but no...
Cheers,
Sam
> [2]: http://msteveb.github.com/autosetup/
- Follow-Ups:
- Re: autotools alternatives, is anybody using autosetup?, William Ahern
- Re: autotools alternatives, is anybody using autosetup?, Aleksey Cheusov
- Re: autotools alternatives, is anybody using autosetup?, liam mail
- Re: autotools alternatives, is anybody using autosetup?, Jay Carlson
- Re: autotools alternatives, is anybody using autosetup?, Eric Wing