From ee1ad51f91936a03144ad118b4aedaa90543e7ed Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Wed, 5 Mar 2003 22:22:50 +0000 Subject: [PATCH] * automake.texi (Requirements) : Files listed with AC_CONFIG_FILES are cleaned by `make distclean'. Don't pretend otherwise. Reported by Rafael Laboissiere. --- ChangeLog | 7 +++++++ THANKS | 1 + automake.texi | 8 ++------ stamp-vti | 4 ++-- version.texi | 4 ++-- 5 files changed, 14 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6eb69cb5e..c2d438b76 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2003-03-05 Alexandre Duret-Lutz + + * automake.texi (Requirements) : Files listed + with AC_CONFIG_FILES are cleaned by `make distclean'. Don't + pretend otherwise. + Reported by Rafael Laboissiere. + 2003-03-04 Andreas Buening * lib/mdate-sh: Find out which column of the ls -l output contains diff --git a/THANKS b/THANKS index 6b89aa596..5a6e93fd0 100644 --- a/THANKS +++ b/THANKS @@ -172,6 +172,7 @@ Petter Reinholdtsen pere@hungry.com Phil Nelson phil@cs.wwu.edu Philip Fong pwlfong@users.sourceforge.net Rainer Orth ro@techfak.uni-bielefeld.de +Rafael Laboissiere laboissiere@psy.mpg.de Raja R Harinath harinath@cs.umn.edu Ralf Corsepius corsepiu@faw.uni-ulm.de Ralph Schleicher rs@purple.UL.BaWue.DE diff --git a/automake.texi b/automake.texi index c9b7f51db..9643d0001 100644 --- a/automake.texi +++ b/automake.texi @@ -1125,8 +1125,6 @@ required for proper Automake operation (@pxref{Macros}). Here are the other macros which Automake requires but which are not run by @code{AM_INIT_AUTOMAKE}: -@cindex AC_OUTPUT, scanning - @table @code @item AC_CONFIG_FILES @itemx AC_OUTPUT @@ -1137,10 +1135,8 @@ exists a file with the same name and the @file{.am} extension appended. Typically, @code{AC_CONFIG_FILES([foo/Makefile])} will cause Automake to generate @file{foo/Makefile.in} if @file{foo/Makefile.am} exists. -Other listed files are treated differently. Currently the only -difference is that an Automake @file{Makefile} is removed by @code{make -distclean}, while other files are removed by @code{make clean}. -@c FIXME: this is in violation of standards! +These files are all removed by @code{make distclean}. +@cvindex AC_CONFIG_FILE @cvindex AC_OUTPUT @end table diff --git a/stamp-vti b/stamp-vti index aa7bf9a4a..349d6bb46 100644 --- a/stamp-vti +++ b/stamp-vti @@ -1,4 +1,4 @@ -@set UPDATED 26 February 2003 -@set UPDATED-MONTH February 2003 +@set UPDATED 5 March 2003 +@set UPDATED-MONTH March 2003 @set EDITION 1.7a @set VERSION 1.7a diff --git a/version.texi b/version.texi index aa7bf9a4a..349d6bb46 100644 --- a/version.texi +++ b/version.texi @@ -1,4 +1,4 @@ -@set UPDATED 26 February 2003 -@set UPDATED-MONTH February 2003 +@set UPDATED 5 March 2003 +@set UPDATED-MONTH March 2003 @set EDITION 1.7a @set VERSION 1.7a -- 2.47.2