* lib/am/configure.am (am__CONFIG_DISTCLEAN_FILES): Add
authorAlexandre Duret-Lutz <adl@gnu.org>
Wed, 7 Jan 2004 19:40:49 +0000 (19:40 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Wed, 7 Jan 2004 19:40:49 +0000 (19:40 +0000)
config.status.lineno.

ChangeLog
Makefile.in
lib/am/configure.am

index d3ad8ea..004462a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-01-07  Eric Sunshine  <sunshine@sunshineco.com>  (tiny change)
+
+       * lib/am/configure.am (am__CONFIG_DISTCLEAN_FILES): Add
+       config.status.lineno.
+
 2004-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
 
        * doc/automake.texi (Rebuilding): Typo.
index 78b3632..698b1e8 100644 (file)
@@ -49,7 +49,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/amversion.m4 \
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
        $(ACLOCAL_M4)
 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
- configure.lineno
+ configure.lineno configure.status.lineno
 mkinstalldirs = $(SHELL) $(top_srcdir)/lib/mkinstalldirs
 CONFIG_CLEAN_FILES =
 am__installdirs = $(DESTDIR)$(bindir)
index 8939be0..09f4dab 100644 (file)
@@ -1,6 +1,5 @@
 ## automake - create Makefile.in from Makefile.am
-## Copyright (C) 2001, 2002, 2003
-## Free Software Foundation, Inc.
+## Copyright (C) 2001, 2002, 2003, 2004  Free Software Foundation, Inc.
 
 ## This program is free software; you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
@@ -132,7 +131,7 @@ endif %?REGEN-ACLOCAL-M4%
 
 if %?TOPDIR_P%
 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
- configure.lineno
+ configure.lineno configure.status.lineno
 distclean:
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)