Hi Eric,
* Eric Blake wrote on Sat, Jul 10, 2010 at 05:06:14PM CEST:
> On 07/10/2010 12:18 AM, Ralf Wildenhues wrote:
> > @example
> > +...@c If you change this example, adjust
> > tests/semantics.at:AC_F77_DUMMY_MAIN usage.
> > AC_CHECK_SIZEOF([int *])
>
> Is that a typo in the comment?
Yep, thanks. Fixing thusly.
Cheers,
Ralf
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.
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index cae9bd7..eb86f5d 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