From 89b411a8932c7f2dd72232ef857d2efc587fe254 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Thu, 13 Sep 2007 02:35:41 +0000 Subject: [PATCH] * doc/autoconf.texi (Generic Compiler Characteristics): Add missing index entries. --- ChangeLog | 5 +++++ doc/autoconf.texi | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index c4e7f570..d54ecf43 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-09-12 Eric Blake + + * doc/autoconf.texi (Generic Compiler Characteristics): Add + missing index entries. + 2007-09-11 Eric Blake Centralize all system extensions checks. diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 9b4b410f..e11d33d6 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -6394,6 +6394,10 @@ etc.). @defmac AC_OPENMP @acindex{OPENMP} @cvindex _OPENMP +@ovindex OPENMP_CFLAGS +@ovindex OPENMP_CXXFLAGS +@ovindex OPENMP_FFLAGS +@ovindex OPENMP_FCFLAGS 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. -- 2.11.4.GIT