In reference to:
http://lists.gnu.org/archive/html/autoconf-patches/2007-10/msg00017.html
Bruno contributed that patch to Autoconf, dated 2007-05-21.
Bruno, was that patch derived from Steven's work?
If so, how about the following patch to the Autoconf changelog?
diff --git a/ChangeLog b/ChangeLog
index a5b43ae..0aff913 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -626,6 +626,8 @@
* NEWS: Mention AC_C_OPENMP.
* lib/autoconf/c.m4 (AC_C_OPENMP): New macro.
* doc/autoconf.texi (C Compiler): Document AC_C_OPENMP.
+ Based in part on Steven G. Johnson's AX_OPENMP macro in the
+ Autoconf macro archive.
2007-05-17 Ralf Wildenhues <[EMAIL PROTECTED]>