automake-patches
[Top][All Lists]
Advanced

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

FYI: configure.lineno (Was: Re: make check failures)


From: Alexandre Duret-Lutz
Subject: FYI: configure.lineno (Was: Re: make check failures)
Date: 23 Jul 2002 21:03:26 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

>>> "pw" == Patrick Welche <address@hidden> writes:

[...]

 pw> - libtool3, subobj9, subpkg do a distcheck, which finds autoconf's
 pw>   configure.lineno left over. 

[...]

 pw> -am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log
 pw> +am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
 pw> +                             configure.lineno autom4te.cache

[...]

Thanks.  I'm checking this in, without the autom4te.cache part,
on HEAD and branch-1-6.

2002-07-23  Patrick Welche  <address@hidden>

        * lib/am/configure.am (am__CONFIG_DISTCLEAN_FILES): Add
        configure.lineno.

Index: lib/am/configure.am
===================================================================
RCS file: /cvs/automake/automake/lib/am/configure.am,v
retrieving revision 1.13
diff -u -r1.13 configure.am
--- lib/am/configure.am 6 Jun 2002 08:34:41 -0000       1.13
+++ lib/am/configure.am 23 Jul 2002 19:05:08 -0000
@@ -83,7 +83,8 @@
 ## Makefile depends on config.status.
 
 if %?TOPDIR_P%
-am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log
+am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
+ configure.lineno
 distclean:
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
-- 
Alexandre Duret-Lutz




reply via email to

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