+2006-04-23 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * doc/autoconf.texi (Introduction): The GNU Autoconf Macro
+ Archive is not officially `GNU' any more. Update URL.
+ (Defining Directories): Likewise
+ * lib/autoconf/c.m4 (AC_C_RESTRICT): Update URL.
+
2006-04-22 Paul Eggert <eggert@cs.ucla.edu>
* NEWS: Remove AS_DIRNAME and AS_BASENAME, replacing them with
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://www.gnu.org/software/ac-archive/, @acronym{GNU} Autoconf Macro
+@uref{http://autoconf-archive.cryp.to/, Autoconf Macro
Archive}, which is kindly run by @email{simons@@cryp.to,
Peter Simons}.
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 instance, the macro @code{AC_DEFINE_DIR} from
-the @uref{http://www.gnu.org/software/ac-archive/, @acronym{GNU} Autoconf Macro
+the @uref{http://autoconf-archive.cryp.to/, Autoconf Macro
Archive}.
This solution does not conform to the @acronym{GNU} Coding Standards.
Some macros are already available to address this issue: see
@code{adl_COMPUTE_RELATIVE_PATHS} and
@code{adl_COMPUTE_STANDARD_RELATIVE_PATHS} on the
-@uref{http://www.gnu.org/software/ac-archive/,
-@acronym{GNU} Autoconf Macro Archive}.
+@uref{http://autoconf-archive.cryp.to/,
+Autoconf Macro Archive}.
@end itemize
# AC_C_RESTRICT
# -------------
# based on acx_restrict.m4, from the GNU Autoconf Macro Archive at:
-# http://www.gnu.org/software/ac-archive/htmldoc/acx_restrict.html
+# http://autoconf-archive.cryp.to/acx_restrict.html
#
# Determine whether the C/C++ compiler supports the "restrict" keyword
# introduced in ANSI C99, or an equivalent. Do nothing if the compiler