From: Eric Blake Date: Mon, 13 Sep 2010 16:42:09 +0000 (-0600) Subject: docs: mention gnulib portability docs X-Git-Tag: v2.68~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=793b3a74c492afbf4c08608e39bb6529bc6c8274;p=thirdparty%2Fautoconf.git docs: mention gnulib portability docs * doc/autoconf.texi (Function Portability, Header Portability): Add external links to gnulib. Signed-off-by: Eric Blake --- diff --git a/ChangeLog b/ChangeLog index 9431c94d..3fc150b5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-09-13 Eric Blake + + docs: mention gnulib portability docs + * doc/autoconf.texi (Function Portability, Header Portability): + Add external links to gnulib. + 2010-09-13 Ralf Wildenhues Gary V. Vaughan diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 71eefa40..30fcb19d 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -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