* doc/autoconf.texi (Output): Improved wording regarding use of

AC_OUTPUT.
From Olly Betts.
This commit is contained in:
Akim Demaille 2002-01-03 11:17:28 +00:00
parent 3decfe2868
commit ce9afffc01
3 changed files with 12 additions and 5 deletions

View File

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

1
THANKS
View File

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

View 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