From: Ralf Wildenhues Date: Sun, 23 Apr 2006 07:13:52 +0000 (+0000) Subject: * doc/autoconf.texi (Introduction): The GNU Autoconf Macro X-Git-Tag: AUTOCONF-2.59d~114 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44635be039cd29d57ecd66ed1ab9ee3f1dd90ca0;p=thirdparty%2Fautoconf.git * 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. --- diff --git a/ChangeLog b/ChangeLog index c13e0a58f..02cfde491 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-04-23 Ralf Wildenhues + + * 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 * NEWS: Remove AS_DIRNAME and AS_BASENAME, replacing them with diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 507af0914..d977d27ea 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -687,7 +687,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://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}. @@ -17546,7 +17546,7 @@ datadir.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 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. @@ -17559,8 +17559,8 @@ find @code{prefix} at runtime, this way your package is relocatable. 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 diff --git a/lib/autoconf/c.m4 b/lib/autoconf/c.m4 index cd51a0eca..eb911d9ae 100644 --- a/lib/autoconf/c.m4 +++ b/lib/autoconf/c.m4 @@ -1461,7 +1461,7 @@ fi # 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