]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Autoconf 2.59b.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 20 Aug 2004 23:59:22 +0000 (23:59 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 20 Aug 2004 23:59:22 +0000 (23:59 +0000)
ChangeLog
NEWS

index 227c651d4f0cf0fc74deeabb7cc3e182d20fc870..76f57c3f13cee9880458d858fd2f92aa2083707e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,27 @@
 2004-08-20  Paul Eggert  <eggert@cs.ucla.edu>
 
+       Version 2.59b.
+
+       * README: Add advice about m4 1.4.2.
+
+       * Makefile.cfg (wget_files): Remove config.guess, config.sub,
+       texinfo.tex for now (done by hand now).
+       * Makefile.maint (wget_files, cvs_files):
+       Remove ansi2knr.c; nobody uses it.
+       (ansi2knr.c-url_prefix): Remove.
+       (cvs-update): Fix test for failure.  I don't know why it ever
+       worked...
+       
+       * doc/autoconf.texi: Update URLs, some of which went stale.
+       Use @uref rather than @href.
+
+       * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Have configure
+       handle "--" as per POSIX.  Suggested by Paul Pogonyshev.
+
+       * config/config.guess, config/config.sub, config/elisp-comp,
+       config/install-sh, config/mkinstalldirs, config/texinfo.tex,
+       doc/fdl.texi, doc/standards.texi: Sync with master copy.
+
        * NEWS, TODO, configure.ac, bin/autoscan.in,
        bin/autoupdate.in, bin/ifnames.in, doc/autoconf.texi,
        doc/install.texi, lib/Autom4te/Configure_ac.pm,
diff --git a/NEWS b/NEWS
index 6e54cebc401eb7feec2bf6208f6f18647b12551d..f204e8e760f60641ec40f6161c12bb6177c43694 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
 * Major changes in Autoconf 2.59b
 
+  Released 2004-08-20, by Paul Eggert.
+
 ** AC_CHECK_ALIGNOF
   New macro that computes the default alignment of a type.
 
@@ -16,8 +18,6 @@
 ** AC_REQUIRE_AUX_FILE
   New trace macro that declares expected auxiliary files.
 
-* Major changes in Autoconf 2.59a
-
 ** AC_PROG_GREP
   New macro that tests for a grep program that accepts as a long a line
   as possible.