mirror of
git://git.sv.gnu.org/autoconf
synced 2024-11-27 01:49:56 +08:00
* doc/autoconf.texi (Output): Improved wording regarding use of
AC_OUTPUT. From Olly Betts.
This commit is contained in:
parent
3decfe2868
commit
ce9afffc01
@ -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
1
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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user