From: Eric Blake Date: Sat, 31 Oct 2009 12:57:46 +0000 (-0600) Subject: Fix cross-manual link to gcc. X-Git-Tag: v2.65~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8acd974e1a13b264fd0710fd23546369d54e7d41;p=thirdparty%2Fautoconf.git Fix cross-manual link to gcc. * doc/autoconf.texi (Portable C and C++): Provide uref rather than xref when building for html. Reported via Karl Berry. Signed-off-by: Eric Blake --- diff --git a/ChangeLog b/ChangeLog index 9dadf75a..21fb77ad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2009-10-31 Eric Blake + Fix cross-manual link to gcc. + * doc/autoconf.texi (Portable C and C++): Provide uref rather than + xref when building for html. + Reported via Karl Berry. + Update authors. * AUTHORS: Document recent copyright assignments. diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 8dae7636..7ca87715 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -19331,10 +19331,17 @@ platforms. Several standards have been developed to help make your programs more portable. If you write programs with these standards in mind, you can have greater confidence that your programs work on a wide variety -of systems. @xref{Standards, , Language Standards Supported by +of systems. +@ifhtml +@uref{http://@/gcc.gnu.org/@/onlinedocs/@/gcc/@/Standards.html, Language +Standards Supported by @acronym{GCC}} +@end ifhtml +@ifnothtml +@xref{Standards, , Language Standards Supported by @acronym{GCC}, gcc, Using the @acronym{GNU} Compiler Collection -(@acronym{GCC})}, for a list of C-related -standards. Many programs also assume the +(@acronym{GCC})}, +@end ifnothtml +for a list of C-related standards. Many programs also assume the @uref{http://@/www.opengroup.org/@/susv3, Posix standard}. Some old code is written to be portable to K&R C, which predates any C