From: Alexandre Duret-Lutz Date: Tue, 23 Jul 2002 19:10:50 +0000 (+0000) Subject: 2002-07-23 Patrick Welche X-Git-Tag: Release-1-6b~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a94c3ee7c791b53643beebde3037d75df6a64a97;p=thirdparty%2Fautomake.git 2002-07-23 Patrick Welche * lib/am/configure.am (am__CONFIG_DISTCLEAN_FILES): Add configure.lineno. --- diff --git a/ChangeLog b/ChangeLog index bbf4b4359..f2e60e412 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 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)