Opened 3 weeks ago
Closed 12 days ago
#5897 closed enhancement (fixed)
autoconf-2.73
| Reported by: | Bruce Dubbs | Owned by: | Bruce Dubbs |
|---|---|---|---|
| Priority: | normal | Milestone: | 13.1 |
| Component: | Book | Version: | git |
| Severity: | normal | Keywords: | |
| Cc: |
Description
New minor version.
Change History (3)
comment:1 by , 2 weeks ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 13 days ago
comment:3 by , 12 days ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Fixed at commit 2c1f428b94.
Update to vim-9.1.0272. Update to systemd-260.1. Update to mpc-1.4.0. Update to meson-1.10.2. Update to linux-6.19.10. Update to iana-etc-20260327. Update to groff-1.24.1. Update to autoconf-2.73.
Note:
See TracTickets
for help on using tickets.

GNU Autoconf NEWS - User visible changes.
New features
* autoreconf has a new option to exclude certain steps
Notable bug fixes
* AC_PROG_GO and AC_PROG_A68 now honor GOFLAGS and A68FLAGS set by the user
* AC_C_FLEXIBLE_ARRAY_MEMBER and AC_PROG_LEX handle Solaris 10 better
* autoheader takes more care not to overwrite hand-written config.h.in
* AC_OUTPUT issues an error if called with more than three arguments
Backward incompatibilities
* AC_PROG_CC now prefers C23 if available.
* AC_PROG_CC no longer checks STDC or variable length arrays (VLAs).
* AC_PROG_CXX no longer attempts to switch to C++98 or C++11.
New features
* autoheader and autoreconf preserve hand-written template files
* Programs now recognize #elifdef and #elifndef.
* Support for the Algol 68 programming language has been added.
* AC_PROG_AWK now also checks for busybox awk.
* AC_USE_SYSTEM_EXTENSIONS now defines _COSMO_SOURCE for Cosmopolitan Libc.
Notable bug fixes
* AC_CHECK_DECL and AC_CHECK_DECLS will, on macOS, now report "no" for
* AC_DEFINE_UNQUOTED no longer mishandles double-quotes inside $(...)
* AC_DEFINE and similar macros no longer emit trailing whitespace.
* AC_FUNC_STRNLEN now detects Android 5.0's broken strnlen.
* AC_PROG_OBJC now finds the GNU Objective-C compiler, as packaged in
* Autoconf no longer generates ${1+"$@"} in scripts, working around
* config.status now fails with a diagnostic if awk is missing,
* autoreconf handles projects using GNU Gettext and/or gtk-doc better.
* autoconf no longer installs a file named "version.m4".