]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
docs: mention gnulib portability docs
authorEric Blake <eblake@redhat.com>
Mon, 13 Sep 2010 16:42:09 +0000 (10:42 -0600)
committerEric Blake <eblake@redhat.com>
Mon, 13 Sep 2010 19:28:16 +0000 (13:28 -0600)
* doc/autoconf.texi (Function Portability, Header Portability):
Add external links to gnulib.

Signed-off-by: Eric Blake <eblake@redhat.com>
ChangeLog
doc/autoconf.texi

index 9431c94d758fa10eafe81e2b90e922305cfd0eb6..3fc150b5662c7df883c01119f852ac1511a1f14b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-09-13  Eric Blake  <eblake@redhat.com>
+
+       docs: mention gnulib portability docs
+       * doc/autoconf.texi (Function Portability, Header Portability):
+       Add external links to gnulib.
+
 2010-09-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
            Gary V. Vaughan <gary@gnu.org>
 
index 71eefa40d6f48fbccda02aa1ce14f9f885ac1939..30fcb19de6b86c8296e100717058f532005dbec6 100644 (file)
@@ -4525,7 +4525,12 @@ it, then you can use one of the general function-check macros.
 Most usual functions can either be missing, or be buggy, or be limited
 on some architectures.  This section tries to make an inventory of these
 portability issues.  By definition, this list always requires
-additions.  Please help us keeping it as complete as possible.
+additions.  A much more complete list is maintained by the Gnulib
+project (@pxref{Gnulib}), covering @ref{Function Substitutes, ,
+Current Posix Functions, gnulib, GNU gnulib}, @ref{Legacy Function
+Substitutes, , Legacy Functions, gnulib, GNU gnulib}, and @ref{Glibc
+Function Substitutes, , Glibc Functions, gnulib, GNU gnulib}.  Please
+help us keep the gnulib list as complete as possible.
 
 @table @asis
 @item @code{exit}
@@ -5669,9 +5674,13 @@ it, then you can use one of the general header-file check macros.
 @cindex Portability of headers
 @cindex Header portability
 
-This section tries to collect knowledge about common headers, and the
-problems they cause.  By definition, this list always requires
-additions.  Please help us keeping it as complete as possible.
+This section documents some collected knowledge about common headers,
+and the problems they cause.  By definition, this list always requires
+additions.  A much more complete list is maintained by the Gnulib
+project (@pxref{Gnulib}), covering @ref{Header File Substitutes, ,
+Posix Headers, gnulib, GNU gnulib} and @ref{Glibc Header File
+Substitutes, , Glibc Headers, gnulib, GNU gnulib}.  Please help us keep
+the gnulib list as complete as possible.
 
 @table @asis