From 81e3e0e489279ed71164c5970a9a6135210f2ceb Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Tue, 23 Jul 2002 19:10:50 +0000 Subject: [PATCH] 2002-07-23 Patrick Welche * lib/am/configure.am (am__CONFIG_DISTCLEAN_FILES): Add configure.lineno. --- ChangeLog | 5 +++++ lib/am/configure.am | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index bbf4b435..f2e60e41 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-07-23 Patrick Welche + + * lib/am/configure.am (am__CONFIG_DISTCLEAN_FILES): Add + configure.lineno. + 2002-07-23 Alexandre Duret-Lutz * tests/required2.test: New file. diff --git a/lib/am/configure.am b/lib/am/configure.am index bc1f34a5..f7debeb5 100644 --- a/lib/am/configure.am +++ b/lib/am/configure.am @@ -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) -- 2.43.5