Re: Creating plain Makefiles with automake

2013-04-24 Thread Miles Bader
The current _user-interface_ ("./configure ...ARGS...; make") also has the advantage of making it pretty clear where one specifies configuration options, and retaining those options during normal rebuilds. With a "make-only" approach, where do I specify configuration options? "make OPT1=yes ..."?

Re: Put GNU build system files in a subdirectory?

2013-04-24 Thread Eric Blake
On 04/24/2013 06:44 PM, Andy Tai wrote: > The GNU Build system is generally set up such that the Makefile.am, > configure.ac, etc. files are in the root directory of a software project. > Is there a way to place these files in a subdirectory of the root > directory, like this as an example: > > ./

Put GNU build system files in a subdirectory?

2013-04-24 Thread Andy Tai
The GNU Build system is generally set up such that the Makefile.am, configure.ac, etc. files are in the root directory of a software project. Is there a way to place these files in a subdirectory of the root directory, like this as an example: ./ README COPYING GNUBuild/ Makef

Re: Creating plain Makefiles with automake

2013-04-24 Thread Russ Allbery
Roger Leigh writes: > On Wed, Apr 24, 2013 at 08:36:06AM +0100, Diego Elio Pettenò wrote: >> As a distribution developer this seems to me just yet another hack that >> is going to cause us great pain in the future if it is found in the >> wild.. > I'm not sure I see why. It has the virtue of re

Re: Creating plain Makefiles with automake

2013-04-24 Thread Roger Leigh
On Wed, Apr 24, 2013 at 08:36:06AM +0100, Diego Elio Pettenò wrote: > On 24/04/2013 00:10, Gavin Smith wrote: > > > > My question is, is there any interest in this kind of approach? I feel > > that it would be a step towards making the GNU build system easier to > > use and understand. > > As a d

Re: Creating plain Makefiles with automake

2013-04-24 Thread Diego Elio Pettenò
On 24/04/2013 00:10, Gavin Smith wrote: > > My question is, is there any interest in this kind of approach? I feel > that it would be a step towards making the GNU build system easier to > use and understand. As a distribution developer this seems to me just yet another hack that is going to caus