From: Alexandre Duret-Lutz Date: Wed, 7 Jan 2004 19:40:49 +0000 (+0000) Subject: * lib/am/configure.am (am__CONFIG_DISTCLEAN_FILES): Add X-Git-Tag: Release-1-8b~98 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40b7ee3ccc7903b7f8d2f2e4659cf5c6ff14d5e4;p=thirdparty%2Fautomake.git * lib/am/configure.am (am__CONFIG_DISTCLEAN_FILES): Add config.status.lineno. --- diff --git a/ChangeLog b/ChangeLog index d3ad8eafc..004462a1f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-01-07 Eric Sunshine (tiny change) + + * lib/am/configure.am (am__CONFIG_DISTCLEAN_FILES): Add + config.status.lineno. + 2004-01-07 Ralf Wildenhues (tiny change) * doc/automake.texi (Rebuilding): Typo. diff --git a/Makefile.in b/Makefile.in index 78b36325c..698b1e8c8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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) diff --git a/lib/am/configure.am b/lib/am/configure.am index 8939be0ed..09f4dab80 100644 --- a/lib/am/configure.am +++ b/lib/am/configure.am @@ -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)