From: Paul Eggert Date: Fri, 20 Aug 2004 23:59:22 +0000 (+0000) Subject: Autoconf 2.59b. X-Git-Tag: AUTOCONF-2.59c~639 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=301517bd8537950791fb1ece8aac915c0166038e;p=thirdparty%2Fautoconf.git Autoconf 2.59b. --- diff --git a/ChangeLog b/ChangeLog index 227c651d4..76f57c3f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,27 @@ 2004-08-20 Paul Eggert + 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 6e54cebc4..f204e8e76 100644 --- 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.