Autoconf 2.59b.

This commit is contained in:
Paul Eggert 2004-08-20 23:59:22 +00:00
parent 53b2617cd3
commit 301517bd85
2 changed files with 24 additions and 2 deletions

View File

@ -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,

4
NEWS
View File

@ -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.