* 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>
+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.
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