summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-09-14 00:12:03 +0200
committerPeter Simons <simons@cryp.to>2014-09-14 00:12:03 +0200
commit71ed7ca0b8d905302b82af60653e9c13569286b0 (patch)
tree728a094686b9e0b2acf443799805c5b955fd575b /NEWS
parent4f16bf31f2828c5b7ab249ca16ec458f54a2c9fb (diff)
downloadautoconf-archive-71ed7ca0b8d905302b82af60653e9c13569286b0.tar.gz
AX_LIB_HDF5: add support for recognizing HDF5 built with ccache
The ax_lib_hdf5.m4 autoconf macro uses awk to determine which compiler was used to build HDF5. This fails if HDF5 was built using ccache because "ccache" is then used as HDF5_CC instead of the actual compiler wrapped by ccache. The attached patch fixes that. Submitted in <https://savannah.gnu.org/patch/index.php?8450>.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7bf0305..6343aac 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,9 @@
* Noteworthy changes in release ?.? (????-??-??) [?]
+ AX_LIB_HDF5: add support for recognizing HDF5 built with ccache. Submitted in
+ <https://savannah.gnu.org/patch/index.php?8450>.
+
AX_CC_MAXOPT: Improve CPUID identification patterns as mentioned in
patch #8514. Add ICC options added in version 11.0 (which deprecates older
-xX style options). Add support for latest Intel performance processors