]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* doc/autoconf.texi (The GNU build system): Sketch of new a
authorAkim Demaille <akim@epita.fr>
Tue, 17 Oct 2000 12:33:01 +0000 (12:33 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 17 Oct 2000 12:33:01 +0000 (12:33 +0000)
chapter.

ChangeLog
doc/autoconf.texi

index 1b3312c85048098bdeabadb2207192c037900bbb..4d108ff2e0a5cba31c334793b79560e926ae647f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2000-10-17  Akim Demaille  <akim@epita.fr>
+
+       * doc/autoconf.texi (The GNU build system): Sketch of new a
+       chapter.
+
+       
 2000-10-17  Akim Demaille  <akim@epita.fr>
 
        Somehow, the adjustment of `mktests.sh' claimed on 2000-10-17 by
index abf2d90f1cc35c9ce0e9974ca3bf289533648be8..fd408a1fcd614f8cbf17834b004461221c1eb553 100644 (file)
@@ -132,6 +132,7 @@ package.  This is edition @value{EDITION}, for Autoconf version
 
 @menu
 * Introduction::                Autoconf's purpose, strengths, and weaknesses
+* The GNU build system::
 * Making configure Scripts::    How to organize and produce Autoconf scripts
 * Setup::                       Initialization and output
 * Existing Tests::              Macros that check for particular features
@@ -372,7 +373,7 @@ History of Autoconf
 
 @c ============================================================= Introduction.
 
-@node Introduction, Making configure Scripts, Top, Top
+@node Introduction, The GNU build system, Top, Top
 @chapter Introduction
 
 @flushright
@@ -475,9 +476,36 @@ Repository}, which is kindly run by @email{simons@@research.cys.de,
 Peter Simons}.
 
 
+@c ================================================= The GNU build system
+
+@node The GNU build system, Making configure Scripts, Introduction, Top
+@chapter The GNU build system
+
+@emph{This chapter is still under work.  It will be ready for the
+release, but most probably not for the next betas.}
+
+I'm unsure about the title.
+
+Move the dissertation `A shell script compiler' here.  The text above,
+probably starting at `There are several jobs...', should be moved here.
+Hm?
+
+Talk about Automake, Libtool.
+
+Explain the concept of system.h.
+
+Promote Bison, Flex and other GNU tools.
+
+Provide pointers to the various documentations and tutorials (books, web
+etc.).
+
+Explain that learning is painful, agreed, but getting inspiration is the
+way out.  Fetish, libit, liberty.
+
+
 @c ================================================= Making configure Scripts.
 
-@node Making configure Scripts, Setup, Introduction, Top
+@node Making configure Scripts, Setup, The GNU build system, Top
 @chapter Making @code{configure} Scripts
 @cindex @file{aclocal.m4}
 @cindex @code{configure}
@@ -1242,7 +1270,8 @@ and do not create @code{configure}.  For example:
 AC_PREREQ(@value{VERSION})
 @end example
 
-This macro is the only macro that may be used before @code{AC_INIT}.
+This macro is the only macro that may be used before @code{AC_INIT}, but
+for consistency, you are invited not to do so.
 @end defmac
 
 @defmac AC_COPYRIGHT (@var{copyright-notice})