From: Reuben Thomas Date: Fri, 4 Sep 2009 13:01:49 +0000 (-0600) Subject: Mention the Autoconf archive. X-Git-Tag: v2.65~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36a50d910d2b917453617130298166f47c0ddc78;p=thirdparty%2Fautoconf.git Mention the Autoconf archive. * doc/autoconf.texi (Coding Style): Add a link. Signed-off-by: Eric Blake --- diff --git a/ChangeLog b/ChangeLog index 57a9d2590..d074681b1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-09-04 Reuben Thomas (tiny change) + + Mention the Autoconf archive. + * doc/autoconf.texi (Coding Style): Add a link. + 2009-08-30 Bruno Haible Document another Solaris tr pitfall. diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 27645cf22..6f0657731 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -13662,7 +13662,9 @@ with the same parameters. This happens for example if the macro was renamed. The Autoconf macros follow a strict coding style. You are encouraged to follow this style, especially if you intend to distribute your macro, -either by contributing it to Autoconf itself, or via other means. +either by contributing it to Autoconf itself or the +@uref{http://@/www.nongnu.org/@/autoconf-archive, Autoconf +archive}, or by other means. The first requirement is to pay great attention to the quotation. For more details, see @ref{Autoconf Language}, and @ref{M4 Quotation}.