From: Paolo Bonzini Date: Wed, 22 Apr 2009 18:27:06 +0000 (+0200) Subject: manual: another grammar improvement. X-Git-Tag: v2.64~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00d0543653eb008e7ce17153ed46518f8ef7c31c;p=thirdparty%2Fautoconf.git manual: another grammar improvement. * doc/autoconf.texi (Fortran Compiler): Avoid dependency on pronunciation of `FCFLAGS_f90'. Signed-off-by: Ralf Wildenhues --- diff --git a/ChangeLog b/ChangeLog index 0afe9d011..1db52b3a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-04-22 Paolo Bonzini + + manual: another grammar improvement. + * doc/autoconf.texi (Fortran Compiler): Avoid dependency on + pronunciation of `FCFLAGS_f90'. + 2009-04-23 Eric Blake Change FOO placeholder to use @var{text} instead. diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 7dda1d865..15798a490 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -7555,7 +7555,7 @@ extension and these flags are then used for all subsequent @code{FC} tests (until @code{AC_FC_SRCEXT} is called again). For example, you would use @code{AC_FC_SRCEXT(f90)} to employ the -@file{.f90} extension in future tests, and it would set an +@file{.f90} extension in future tests, and it would set the @code{FCFLAGS_f90} output variable with any extra flags that are needed to compile such files.