]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Mention the Autoconf archive.
authorReuben Thomas <rrt@sc3d.org>
Fri, 4 Sep 2009 13:01:49 +0000 (07:01 -0600)
committerEric Blake <ebb9@byu.net>
Fri, 4 Sep 2009 13:08:49 +0000 (07:08 -0600)
* doc/autoconf.texi (Coding Style): Add a link.

Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
doc/autoconf.texi

index 57a9d2590082553a3b8a040b610a060ebbc16941..d074681b11adadaa0be2353ebb40259156ee4fe2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-09-04  Reuben Thomas <rrt@sc3d.org>  (tiny change)
+
+       Mention the Autoconf archive.
+       * doc/autoconf.texi (Coding Style): Add a link.
+
 2009-08-30  Bruno Haible  <bruno@clisp.org>
 
        Document another Solaris tr pitfall.
index 27645cf22efe611533df679e37e48ce49b69cf7b..6f0657731bc7a494a2bcc4ef539bf76e41acae4a 100644 (file)
@@ -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}.