+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
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
@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