Skip to content

Commit

Permalink
mention prototypes more prominently in NEWS
Browse files Browse the repository at this point in the history
* NEWS: Mention the function prototype issue early.
(From a suggestion by Zack Weinberg.)
  • Loading branch information
eggert committed Mar 28, 2023
1 parent 2e25d42 commit 5ffc09f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ GNU Autoconf NEWS - User visible changes.

** Backward incompatibilities

*** AC_CHECK_FUNC and similar macros now use function prototypes.
AC_CHECK_FUNC and and similar macros now use C declarations with
function prototypes, a feature introduced in C89. The new approach
should work better with C23, which removed the non-prototyped K&R
style that AC_CHECK_FUNC previously used. However, this change
means Autoconf no longer supports pre-1989 C compilers, as they do
not support function prototypes.

*** Autoconf now requires perl 5.10 (2007) or later.
Generated 'configure' scripts continue to run without perl.

Expand Down

0 comments on commit 5ffc09f

Please sign in to comment.