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 <Ralf.Wildenhues@gmx.de>
This commit is contained in:
Ralf Wildenhues 2010-07-10 18:38:09 +02:00
parent 06089e7f3c
commit a90f3e25cc
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2010-07-10 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
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 <Ralf.Wildenhues@gmx.de>
New Fortran macro AC_FC_LINE_LENGTH.

View File

@ -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