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