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: Akim Demaille <akim at epita dot fr>
- Cc: mcmahill at mtl dot mit dot edu, autoconf at gnu dot org, automake at gnu dot org
- Date: Tue, 23 Jul 2002 16:16:52 +0100
- Subject: Re: configure.lineno leftover?
- References: <Pine.SOL.3.96.1020716024822.5628A-100000@bitter.mit.edu> <mv47kjs9hhj.fsf@nostromo.lrde.epita.fr>
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
I just tried this, and also tried
DISTCLEAN = configure.lineno
as I can only find DISTCLEAN mentioned in automake-1.6a/am/clean.am, but I
still get automake's libtool3.test dying with:
ERROR: files left after distclean:
./configure.lineno
bit of libtool3.test:
cat > Makefile.am << 'END'
lib_LTLIBRARIES = lib0.la
lib0_la_SOURCES = 0.c
bin_PROGRAMS = 1
1_SOURCES = 1.c
1_LDADD = lib0.la
DISTCLEAN = configure.lineno
END
Is that not the right place to put it?
cheers,
Patrick