]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Move NEWS entry to better location
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 25 Dec 2022 07:15:56 +0000 (23:15 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 25 Dec 2022 07:15:56 +0000 (23:15 -0800)
NEWS

diff --git a/NEWS b/NEWS
index 33e1948cfe792463161573daab4148fd50636939..338addb5dec5e399681987ebea1f36e2a37d8a26 100644 (file)
--- 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'.