]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
AC_USE_SYSTEM_EXTENSIONS: Remove stray TR in doc
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 15 Sep 2016 19:26:26 +0000 (12:26 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 15 Sep 2016 19:26:52 +0000 (12:26 -0700)
doc/autoconf.texi
lib/autoconf/specific.m4

index 36e193839974280f85f3ed10fef88ed76462aa9c..4be1f709c22e35db45c34928ce2a1cf3fea0d30b 100644 (file)
@@ -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__
index db47fbb0bdcf9b22b70bb465c5605102d8104ef7..5dfd85d5d1bc5bf3fbcd344c1dee96bd97752d51 100644 (file)
@@ -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