[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Documentation: Improved wording regarding use of AC_OUTPUT
From: |
Akim Demaille |
Subject: |
Re: Documentation: Improved wording regarding use of AC_OUTPUT |
Date: |
03 Jan 2002 12:18:28 +0100 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp) |
Thanks. In fact, I have applied this:
Index: ChangeLog
from Akim Demaille <address@hidden>
* doc/autoconf.texi (Output): Improved wording regarding use of
AC_OUTPUT.
From Olly Betts.
Index: THANKS
===================================================================
RCS file: /cvs/autoconf/THANKS,v
retrieving revision 1.76
diff -u -u -r1.76 THANKS
--- THANKS 14 Dec 2001 18:06:28 -0000 1.76
+++ THANKS 3 Jan 2002 11:17:03 -0000
@@ -118,6 +118,7 @@
Nicolas Joly address@hidden
Noah Elliott address@hidden
Noah Friedman address@hidden
+Olly Betts address@hidden
Ossama Othman address@hidden
Patrick Tullmann address@hidden
Patrick Welche address@hidden
Index: doc/autoconf.texi
===================================================================
RCS file: /cvs/autoconf/doc/autoconf.texi,v
retrieving revision 1.571
diff -u -u -r1.571 autoconf.texi
--- doc/autoconf.texi 17 Dec 2001 23:25:55 -0000 1.571
+++ doc/autoconf.texi 3 Jan 2002 11:17:04 -0000
@@ -1642,11 +1642,11 @@
@node Output
@section Outputting Files
-Every Autoconf-generated @command{configure} script must finish by calling
address@hidden 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
address@hidden, which will create the @file{Makefile}s and any
+other files resulting from configuration. The only required macro is
address@hidden (@pxref{Input}).
@defmac AC_OUTPUT
@acindex OUTPUT
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: Documentation: Improved wording regarding use of AC_OUTPUT,
Akim Demaille <=