On 09/15/2016 11:08 AM, Joseph Myers wrote:
24747 is an International Standard, not a TR.
Thanks, fixed with the attached.
From 444debfb6cb4bbb96f1dee3210180a37c583a824 Mon Sep 17 00:00:00 2001 From: Paul Eggert <[email protected]> Date: Thu, 15 Sep 2016 12:26:26 -0700 Subject: [PATCH] AC_USE_SYSTEM_EXTENSIONS: Remove stray TR in doc --- doc/autoconf.texi | 2 +- lib/autoconf/specific.m4 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 36e1938..4be1f70 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -8677,7 +8677,7 @@ Enable extensions specified by ISO/IEC TS 18661-3:2015. Enable extensions specified by ISO/IEC TR 24731-2:2010. @item __STDC_WANT_MATH_SPEC_FUNCS__ @cvindex __STDC_WANT_MATH_SPEC_FUNCS__ -Enable extensions specified by ISO/IEC TR 24747:2009. +Enable extensions specified by ISO/IEC 24747:2009. @end table @cvindex __STDC_WANT_DEC_FP__ diff --git a/lib/autoconf/specific.m4 b/lib/autoconf/specific.m4 index db47fbb..5dfd85d 100644 --- a/lib/autoconf/specific.m4 +++ b/lib/autoconf/specific.m4 @@ -423,7 +423,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 -- 2.7.4
