]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* doc/autoconf.texi (Introduction): The GNU Autoconf Macro
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 23 Apr 2006 07:13:52 +0000 (07:13 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 23 Apr 2006 07:13:52 +0000 (07:13 +0000)
Archive is not officially `GNU' any more.  Update URL.
(Defining Directories): Likewise
* lib/autoconf/c.m4 (AC_C_RESTRICT): Update URL.

ChangeLog
doc/autoconf.texi
lib/autoconf/c.m4

index c13e0a58fd61233e10cc3055dba3bbb2e3074fec..02cfde4910bbbfa5e89139827c2375ae6374d57a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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
index 507af0914f29f396b85aa2c8e3c3dd62f38e44fd..d977d27ea8cdea4d1eacd6d3cde9b47f18cc5e2c 100644 (file)
@@ -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
 
 
index cd51a0eca48b1da96987cf3a2cffa224ed3a8366..eb911d9ae8aa2a6e82fa90d8d8ec66b92c62baba 100644 (file)
@@ -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