]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* doc/autoconf.texi (Generic Compiler Characteristics): Add
authorEric Blake <ebb9@byu.net>
Thu, 13 Sep 2007 02:35:41 +0000 (02:35 +0000)
committerEric Blake <ebb9@byu.net>
Thu, 13 Sep 2007 02:35:41 +0000 (02:35 +0000)
missing index entries.

ChangeLog
doc/autoconf.texi

index c4e7f570bf097f26a362f944a8bd758511839177..d54ecf43040e2396888602e286ca688437a193e9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-09-12  Eric Blake  <ebb9@byu.net>
+
+       * doc/autoconf.texi (Generic Compiler Characteristics): Add
+       missing index entries.
+
 2007-09-11  Eric Blake  <ebb9@byu.net>
 
        Centralize all system extensions checks.
index 9b4b410f12753ef0f325ba6bca790e1cb2ab0157..e11d33d6816b75eda5c5a994601bb178b0d695e6 100644 (file)
@@ -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.