in my previous change: AC_C_OPENMP -> AC_OPENMP. Reported by Bruno
Haible.
+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>
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