]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* doc/autoconf.texi (Output): Improved wording regarding use of
authorAkim Demaille <akim@epita.fr>
Thu, 3 Jan 2002 11:17:28 +0000 (11:17 +0000)
committerAkim Demaille <akim@epita.fr>
Thu, 3 Jan 2002 11:17:28 +0000 (11:17 +0000)
AC_OUTPUT.
From Olly Betts.

ChangeLog
THANKS
doc/autoconf.texi

index 982376b8728313e83d74878ad2b562b1f75a2a86..5dd2983b4872b7e3a67503abb184a0e23f26b05e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-01-03  Akim Demaille  <akim@epita.fr>
+
+       * doc/autoconf.texi (Output): Improved wording regarding use of
+       AC_OUTPUT.
+       From Olly Betts.
+
 2001-12-18  Kevin Ryde  <user42@zip.com.au>
 
        * doc/autoconf.texi (Function Portability): Add notes on sscanf
diff --git a/THANKS b/THANKS
index a9d83283510aec0e3c170ab35947e9398d9c51d4..b3f50c201c89e07a258094a88524d3f225311c46 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -118,6 +118,7 @@ Motoyuki Kasahara           m-kasahr@sra.co.jp
 Nicolas Joly                njoly@pasteur.fr
 Noah Elliott                elliott@hera.llnl.gov
 Noah Friedman               friedman@gnu.ai.mit.edu
+Olly Betts                  olly@survex.com
 Ossama Othman               ossama@debian.org
 Patrick Tullmann            tullmann@cs.utah.edu
 Patrick Welche              prlw1@newn.cam.ac.uk
index 5c4d1fb5647c17fe693ad37c016f167e62c974d3..ca192e5dbefd6f2d1fdd73d0b98ef15e23492454 100644 (file)
@@ -1642,11 +1642,11 @@ name is obsolete because some @command{make} have a rule that creates
 @node Output
 @section Outputting Files
 
-Every Autoconf-generated @command{configure} script must finish by calling
-@code{AC_OUTPUT}.  It is the macro that generates @file{config.status},
-which will create the @file{Makefile}s and any other files resulting
-from configuration.  The only other required macro is @code{AC_INIT}
-(@pxref{Input}).
+Every Autoconf script, e.g., @file{configure.ac}, should finish by
+calling @code{AC_OUTPUT}.  It is the macro that generates
+@file{config.status}, which will create the @file{Makefile}s and any
+other files resulting from configuration.  The only required macro is
+@code{AC_INIT} (@pxref{Input}).
 
 @defmac AC_OUTPUT
 @acindex OUTPUT