From 2b4844a760d0046b98d93256232d4774c23120be Mon Sep 17 00:00:00 2001 From: Paul Eggert 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 36e19383..4be1f709 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 db47fbb0..5dfd85d5 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.47.2