Re: Can automake move aclocal.m4 into subdirectory?

2013-04-23 Thread Stefano Lattarini
On 04/23/2013 06:50 AM, Thien-Thi Nguyen wrote: > () Bob Rossi > () Mon, 22 Apr 2013 20:52:27 -0400 > >On Fri, Apr 12, 2013 at 10:06:02PM -0400, Bob Rossi wrote: >> Is it possible to tell automake to move the generated file >> aclocal.m4 into a build subdirectory? > > In (info "(auto

Creating plain Makefiles with automake

2013-04-23 Thread Gavin Smith
I've been working recently on making automake create plain Makefiles when it is run, rather than Makefile.in's, and thought I would share my progress and thoughts on this. The Makefile would trigger configure to be run when it is run for the first time, eliminating the need for both "./configure"