From: Paul Eggert Date: Thu, 15 Sep 2016 19:26:26 +0000 (-0700) Subject: AC_USE_SYSTEM_EXTENSIONS: Remove stray TR in doc X-Git-Tag: v2.69b~66 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b4844a760d0046b98d93256232d4774c23120be;p=thirdparty%2Fautoconf.git AC_USE_SYSTEM_EXTENSIONS: Remove stray TR in doc --- 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