Re: autoconf/tools produces to many top level files

2013-04-14 Thread Miles Bader
Bob Rossi writes: > I'm creating a new project and using autotools. I've done this > before, but for some reason this time I've noticed how many files > autotools creates. It totally pollutes the top level of my project. Heh Autoconf/automake are positively restrained and minimalist compared

Re: autoconf/tools produces to many top level files

2013-04-12 Thread Russ Allbery
Bob Rossi writes: > On Fri, Apr 12, 2013 at 06:49:59AM -0600, Eric Blake wrote: >> On 04/12/2013 05:30 AM, Bob Rossi wrote: >>> I'm creating a new project and using autotools. I've done this before, >>> but for some reason this time I've noticed how many files autotools >>> creates. It totally po

Re: autoconf/tools produces to many top level files

2013-04-12 Thread Bob Rossi
On Fri, Apr 12, 2013 at 06:49:59AM -0600, Eric Blake wrote: > On 04/12/2013 05:30 AM, Bob Rossi wrote: > > Hi, > > > > I'm creating a new project and using autotools. I've done this before, > > but for some reason this time I've noticed how many files autotools > > creates. It totally pollutes the

Re: autoconf/tools produces to many top level files

2013-04-12 Thread Eric Blake
On 04/12/2013 05:30 AM, Bob Rossi wrote: > Hi, > > I'm creating a new project and using autotools. I've done this before, > but for some reason this time I've noticed how many files autotools > creates. It totally pollutes the top level of my project. > > lib <- Mine originally >

Re: autoconf/tools produces to many top level files

2013-04-12 Thread Bert Wesarg
Hi, On Fri, Apr 12, 2013 at 1:30 PM, Bob Rossi wrote: > > Hi, > > I'm creating a new project and using autotools. I've done this before, > but for some reason this time I've noticed how many files autotools > creates. It totally pollutes the top level of my project. > > lib <- Min