automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: fix AC_CONFIG_FILES documentation


From: Alexandre Duret-Lutz
Subject: FYI: fix AC_CONFIG_FILES documentation
Date: Wed, 05 Mar 2003 23:21:35 +0100
User-agent: Gnus/5.090016 (Oort Gnus v0.16) Emacs/21.2 (gnu/linux)

I'm installing this on HEAD and branch-1-7.

2003-03-05  Alexandre Duret-Lutz  <address@hidden>

        * 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.

Index: THANKS
===================================================================
RCS file: /cvs/automake/automake/THANKS,v
retrieving revision 1.209
diff -u -r1.209 THANKS
--- THANKS      26 Feb 2003 20:11:18 -0000      1.209
+++ THANKS      5 Mar 2003 22:16:19 -0000
@@ -172,6 +172,7 @@
 Phil Nelson            address@hidden
 Philip Fong            address@hidden
 Rainer Orth            address@hidden
+Rafael Laboissiere     address@hidden
 Raja R Harinath                address@hidden
 Ralf Corsepius         address@hidden
 Ralph Schleicher       address@hidden
Index: automake.texi
===================================================================
RCS file: /cvs/automake/automake/automake.texi,v
retrieving revision 1.326
diff -u -r1.326 automake.texi
--- automake.texi       26 Feb 2003 21:05:12 -0000      1.326
+++ automake.texi       5 Mar 2003 22:16:37 -0000
@@ -1125,8 +1125,6 @@
 Here are the other macros which Automake requires but which are not run
 by @code{AM_INIT_AUTOMAKE}:
 
address@hidden AC_OUTPUT, scanning
-
 @table @code
 @item AC_CONFIG_FILES
 @itemx AC_OUTPUT
@@ -1137,10 +1135,8 @@
 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}.
address@hidden FIXME: this is in violation of standards!
+These files are all removed by @code{make distclean}.
address@hidden AC_CONFIG_FILE
 @cvindex AC_OUTPUT
 @end table
 
-- 
Alexandre Duret-Lutz





reply via email to

[Prev in Thread] Current Thread [Next in Thread]