From: Ralf Wildenhues Date: Sat, 10 Jul 2010 16:38:09 +0000 (+0200) Subject: Fix comment typo in the manual. X-Git-Tag: v2.67~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a90f3e25cc06e024b5a93e3ea5c18a13b3871e23;p=thirdparty%2Fautoconf.git Fix comment typo in the manual. * doc/autoconf.texi (Generic Compiler Characteristics): Refer to the right test in the example marker comment. Spotted by Eric Blake. Signed-off-by: Ralf Wildenhues --- diff --git a/ChangeLog b/ChangeLog index 11df1943..f5c9b923 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2010-07-10 Ralf Wildenhues + + Fix comment typo in the manual. + * doc/autoconf.texi (Generic Compiler Characteristics): Refer + to the right test in the example marker comment. + Spotted by Eric Blake. + 2010-07-10 Ralf Wildenhues New Fortran macro AC_FC_LINE_LENGTH. diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 526a5308..bd08174a 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -6957,7 +6957,7 @@ argument was used when cross-compiling. For example, the call @example -@c If you change this example, adjust tests/semantics.at:AC_F77_DUMMY_MAIN usage. +@c If you change this example, adjust tests/semantics.at:AC_CHECK_SIZEOF struct. AC_CHECK_SIZEOF([int *]) @end example