]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Autoconf Macro Archive URL has changed.
authorPeter Johansson <trojkan@gmail.com>
Thu, 4 Mar 2010 04:13:22 +0000 (23:13 -0500)
committerEric Blake <eblake@redhat.com>
Thu, 4 Mar 2010 15:54:32 +0000 (08:54 -0700)
* doc/autoconf.texi (Introduction, Coding Style, Defining
Directories): The Autoconf Macro Archive is officially `GNU'.
Update URL.

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

index 5aae86c8a0aa3a9213e21849507125f507e159fb..4054f787d0f1d9b1f52857767f061fb8d8d4d7bc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-03-04  Peter Johansson  <trojkan@gmail.com>  (tiny change)
+
+       Autoconf Macro Archive URL has changed.
+       * doc/autoconf.texi (Introduction, Coding Style, Defining
+       Directories): The Autoconf Macro Archive is officially `GNU'.
+       Update URL.
+
 2010-03-02  Eric Blake  <eblake@redhat.com>
 
        Fix shell code in AS_TR_SH documentation.
index 8fca9ae2b0ad76e00f7006dbd7033c23eb9d437a..49fbd23153fcab4e9ee2d97652d66f791f7e36e9 100644 (file)
@@ -793,7 +793,7 @@ Because of its mission, the Autoconf package itself
 includes only a set of often-used
 macros that have already demonstrated their usefulness.  Nevertheless,
 if you wish to share your macros, or find existing ones, see the
-@uref{http://@/autoconf-archive.cryp.to/, Autoconf Macro
+@uref{http://@/www.gnu.org/@/software/@/autoconf-archive/, Autoconf Macro
 Archive}, which is kindly run by @email{simons@@cryp.to,
 Peter Simons}.
 
@@ -14191,8 +14191,8 @@ 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 the
-@uref{http://@/www.nongnu.org/@/autoconf-archive, Autoconf
-archive}, or by other means.
+@uref{http://@/www.gnu.org/@/software/@/autoconf-archive/, Autoconf Macro
+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}.
@@ -24160,7 +24160,7 @@ myprog-paths.h: Makefile
 Use @code{AC_DEFINE} but have @command{configure} compute the literal
 value of @code{datadir} and others.  Many people have wrapped macros to
 automate this task; for an example, see the macro @code{AC_DEFINE_DIR} from
-the @uref{http://@/autoconf-archive@/.cryp.to/, Autoconf Macro
+the @uref{http://@/www.gnu.org/@/software/@/autoconf-archive/, Autoconf Macro
 Archive}.
 
 This solution does not conform to the @acronym{GNU} Coding Standards.