+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.
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}.
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}.
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.