]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
manual: another grammar improvement.
authorPaolo Bonzini <bonzini@gnu.org>
Wed, 22 Apr 2009 18:27:06 +0000 (20:27 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Thu, 23 Apr 2009 17:46:58 +0000 (19:46 +0200)
* doc/autoconf.texi (Fortran Compiler): Avoid dependency on
pronunciation of `FCFLAGS_f90'.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
doc/autoconf.texi

index 0afe9d011d6a5252d0b74858bc697316e17f9019..1db52b3a8abd32259a4c6282d72b05fb9639899f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-04-22  Paolo Bonzini  <bonzini@gnu.org>
+
+       manual: another grammar improvement.
+       * doc/autoconf.texi (Fortran Compiler): Avoid dependency on
+       pronunciation of `FCFLAGS_f90'.
+
 2009-04-23  Eric Blake  <ebb9@byu.net>
 
        Change FOO placeholder to use @var{text} instead.
index 7dda1d86547b93782e4c47e4cbc8aa6ca041e1cb..15798a4907cf51914807fa86f35f78eecd0af969 100644 (file)
@@ -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.