]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* doc/autoconf.texi (Generic Compiler Characteristics): Fix typo
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 21 May 2007 22:42:12 +0000 (22:42 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 21 May 2007 22:42:12 +0000 (22:42 +0000)
in my previous change: AC_C_OPENMP -> AC_OPENMP.  Reported by Bruno
Haible.

ChangeLog
doc/autoconf.texi

index 947a725f176144787f4a0728e57cab9723538091..164b120190ab68aeac0ea2f2d5a5bbd438fe686e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
+2007-05-21  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * doc/autoconf.texi (Generic Compiler Characteristics): Fix typo
+       in my previous change: AC_C_OPENMP -> AC_OPENMP.  Reported by Bruno
+       Haible.
+
 2007-05-21  Noah Misch  <noah@cs.caltech.edu>
 
-       * lib/autoconf/c.m4 (AC_OPENMP): Simplify use of AC_ARG_ENABLE. 
+       * lib/autoconf/c.m4 (AC_OPENMP): Simplify use of AC_ARG_ENABLE.
        * tests/local.at (AT_CHECK_ENV): Exempt OPENMP_CFLAGS.
 
 2007-05-21  Bruno Haible  <bruno@clisp.org>
index dcd47a1d72d51ad1bd13e2fdf10e096de716c0e9..b0f4cf172cb3d6603cf4ddb5c103b58bbb6f4ce8 100644 (file)
@@ -6279,7 +6279,7 @@ OpenMP (@url{http://www.openmp.org/}) specifies extensions of C, C++,
 and Fortran that simplify optimization of shared memory parallelism,
 which is a common problem on multicore CPUs.
 
-If the current language is C, the macro @code{AC_C_OPENMP} sets the
+If the current language is C, the macro @code{AC_OPENMP} sets the
 variable @code{OPENMP_CFLAGS} to the C compiler flags needed for
 supporting OpenMP@.  @code{OPENMP_CFLAGS} is set to empty if the
 compiler already supports OpenMP, if it has no way to activate OpenMP