From: Eric Blake Date: Thu, 13 Sep 2007 02:35:41 +0000 (+0000) Subject: * doc/autoconf.texi (Generic Compiler Characteristics): Add X-Git-Tag: v2.62~273 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89b411a8932c7f2dd72232ef857d2efc587fe254;p=thirdparty%2Fautoconf.git * doc/autoconf.texi (Generic Compiler Characteristics): Add missing index entries. --- 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.