From 2f018ebb04ca9e2879ee9f2eb8a8b0618df2fc91 Mon Sep 17 00:00:00 2001 From: Peter Johansson Date: Wed, 3 Mar 2010 23:13:22 -0500 Subject: [PATCH] Autoconf Macro Archive URL has changed. * doc/autoconf.texi (Introduction, Coding Style, Defining Directories): The Autoconf Macro Archive is officially `GNU'. Update URL. Signed-off-by: Eric Blake --- ChangeLog | 7 +++++++ doc/autoconf.texi | 8 ++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5aae86c8..4054f787 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2010-03-04 Peter Johansson (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 Fix shell code in AS_TR_SH documentation. diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 8fca9ae2..49fbd231 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -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. -- 2.11.4.GIT