]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
2002-07-23 Patrick Welche <prlw1@newn.cam.ac.uk>
authorAlexandre Duret-Lutz <adl@gnu.org>
Tue, 23 Jul 2002 19:10:50 +0000 (19:10 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Tue, 23 Jul 2002 19:10:50 +0000 (19:10 +0000)
* lib/am/configure.am (am__CONFIG_DISTCLEAN_FILES): Add
configure.lineno.

ChangeLog
lib/am/configure.am

index bbf4b43596c4b49540f7d8f09879bdcba5f39169..f2e60e412954a456118f130653ae0a4e05200241 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-07-23  Patrick Welche  <prlw1@newn.cam.ac.uk>
+
+       * lib/am/configure.am (am__CONFIG_DISTCLEAN_FILES): Add
+       configure.lineno.
+
 2002-07-23  Alexandre Duret-Lutz  <duret_g@epita.fr>
 
        * tests/required2.test: New file.
index bc1f34a52c6e2df4d94c2898e3035352687d909e..f7debeb5d845eea90ae0f034173e0cd306de861d 100644 (file)
@@ -83,7 +83,8 @@ endif %?TOPDIR_P%
 ## 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)