]> Savannah Git Hosting - gnulib.git/commitdiff
extensions: fix typo in comment
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 15 Sep 2016 19:30:25 +0000 (12:30 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 16 Sep 2016 07:46:11 +0000 (00:46 -0700)
* m4/extensions.m4: Sync from Autoconf master.

ChangeLog
m4/extensions.m4

index 826cd8fdbd91e5aff7d79296376d79a666299dea..82f4264d34b4988d7bd3748d3b6e5f76ea363280 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2016-09-16  Paul Eggert  <eggert@cs.ucla.edu>
 
+       extensions: fix typo in comment
+       * m4/extensions.m4: Sync from Autoconf master.
+
        stdint: support new _WIDTH macros
        * doc/posix-headers/stdint.texi: Document this.
        * lib/stdint.in.h: Add support for INTMAX_WIDTH. etc.
index 87721a357741669e8f13c9daeee50d6e209f84e7..e114a6f72908132c9150d393c87a34efab222e93 100644 (file)
@@ -1,4 +1,4 @@
-# serial 14  -*- Autoconf -*-
+# serial 15  -*- Autoconf -*-
 # Enable extensions on systems that normally disable them.
 
 # Copyright (C) 2003, 2006-2016 Free Software Foundation, Inc.
@@ -96,7 +96,7 @@ dnl configure.ac when using autoheader 2.62.
 #ifndef __STDC_WANT_LIB_EXT2__
 # undef __STDC_WANT_LIB_EXT2__
 #endif
-/* Enable extensions specified by ISO/IEC TR 24747:2009.  */
+/* Enable extensions specified by ISO/IEC 24747:2009.  */
 #ifndef __STDC_WANT_MATH_SPEC_FUNCS__
 # undef __STDC_WANT_MATH_SPEC_FUNCS__
 #endif