+2003-03-05 Alexandre Duret-Lutz <adl@gnu.org>
+
+ * automake.texi (Requirements) <AC_CONFIG_FILES>: Files listed
+ with AC_CONFIG_FILES are cleaned by `make distclean'. Don't
+ pretend otherwise.
+ Reported by Rafael Laboissiere.
+
2003-03-04 Andreas Buening <andreas.buening@nexgo.de>
* lib/mdate-sh: Find out which column of the ls -l output contains
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
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
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
-@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
-@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