This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: configure.lineno leftover?
- From: Patrick Welche <prlw1 at newn dot cam dot ac dot uk>
- To: Patrick Welche <prlw1 at newn dot cam dot ac dot uk>
- Cc: Akim Demaille <akim at epita dot fr>, mcmahill at mtl dot mit dot edu, autoconf at gnu dot org,automake at gnu dot org
- Date: Tue, 23 Jul 2002 16:23:24 +0100
- Subject: Re: configure.lineno leftover?
- References: <Pine.SOL.3.96.1020716024822.5628A-100000@bitter.mit.edu> <mv47kjs9hhj.fsf@nostromo.lrde.epita.fr> <20020723161652.C3243@quartz.newn.cam.ac.uk>
On Tue, Jul 23, 2002 at 04:16:52PM +0100, Patrick Welche wrote:
> On Fri, Jul 19, 2002 at 11:47:36AM +0200, Akim Demaille wrote:
> > >>>>> "mcmahill" == mcmahill <mcmahill@mtl.mit.edu> writes:
> >
> > mcmahill> I'm ending up with a file called '=build/configure.lineno'
> > mcmahill> after 'make distcheck' which of course causes the distcheck
> > mcmahill> to fail. This is autoconf-2.53 and automake-1.6.2. Any
> > mcmahill> suggestions?
> >
> > DIST_CLEAN = configure.lineno
Found it : DISTCLEANFILES = configure.lineno !
Cheers,
Patrick