summaryrefslogtreecommitdiff
path: root/lib/am/configure.am
diff options
context:
space:
mode:
authorAlexandre Duret-Lutz <adl@gnu.org>2002-07-23 19:10:50 +0000
committerAlexandre Duret-Lutz <adl@gnu.org>2002-07-23 19:10:50 +0000
commita94c3ee7c791b53643beebde3037d75df6a64a97 (patch)
tree45a271f2d86fe678e5c138ce0c85d8f15d9af55a /lib/am/configure.am
parent17db0c1aac5c72aaba9222462860aca031af49be (diff)
downloadautomake-a94c3ee7c791b53643beebde3037d75df6a64a97.tar.gz
2002-07-23 Patrick Welche <prlw1@newn.cam.ac.uk>
* lib/am/configure.am (am__CONFIG_DISTCLEAN_FILES): Add configure.lineno.
Diffstat (limited to 'lib/am/configure.am')
-rw-r--r--lib/am/configure.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/am/configure.am b/lib/am/configure.am
index bc1f34a52..f7debeb5d 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)