autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: configure.lineno leftover?


From: Patrick Welche
Subject: Re: configure.lineno leftover?
Date: Tue, 23 Jul 2002 16:16:52 +0100
User-agent: Mutt/1.3.19i

On Fri, Jul 19, 2002 at 11:47:36AM +0200, Akim Demaille wrote:
> >>>>> "mcmahill" == mcmahill  <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]