From ca91af3b7fcefa037de51acbf1cd5cee54fb2817 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Wed, 7 Jan 2004 19:40:48 +0000 Subject: [PATCH] * lib/am/configure.am (am__CONFIG_DISTCLEAN_FILES): Add config.status.lineno. --- ChangeLog | 5 +++++ Makefile.in | 2 +- lib/am/configure.am | 5 ++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index d3ad8eaf..004462a1 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 78b36325..698b1e8c 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 8939be0e..09f4dab8 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) -- 2.43.5