From bb7c8cbb0a620157a031540ff88bc12cbcb4d0c1 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 24 Dec 2022 23:15:56 -0800 Subject: [PATCH] Move NEWS entry to better location --- NEWS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 33e1948cf..338addb5d 100644 --- a/NEWS +++ b/NEWS @@ -21,9 +21,6 @@ GNU Autoconf NEWS - User visible changes. that you will get a confusing error message if you run autoconf on a configure.ac that neglects to use AC_INIT or AC_OUTPUT. -*** AC_USE_SYSTEM_EXTENSIONS now enables C23 Annex F extensions - by defining __STDC_WANT_IEC_60559_EXT__. - *** AC_SYS_LARGEFILE now arranges for 64-bit time_t if possible. *** m4sh diversions like BINSH have been renumbered. @@ -34,6 +31,9 @@ GNU Autoconf NEWS - User visible changes. *** New macro AC_SYS_YEAR2038 for 64-bit time_t. +*** AC_USE_SYSTEM_EXTENSIONS now enables C23 Annex F extensions + by defining __STDC_WANT_IEC_60559_EXT__. + ** Obsolete features and new warnings *** Autoconf now quotes 'like this' instead of `like this'. -- 2.47.3