summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-10-26 19:52:48 +0100
committerPeter Simons <simons@cryp.to>2014-10-26 19:52:48 +0100
commit994fd6582cba71a5c5c295f6ad320e330c2ec485 (patch)
treee5ec18e849bb67ee12d7da66bac1c93d51c75169 /NEWS
parent0312b57e9747fa616a4ffd38df0cbb8caef41c90 (diff)
downloadautoconf-archive-994fd6582cba71a5c5c295f6ad320e330c2ec485.tar.gz
NEWS: document recent changes
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS16
1 files changed, 16 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index bb3d6d4..dabfec1 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,22 @@
* Noteworthy changes in release ?.? (????-??-??) [?]
+ AX_LIB_HDF5: remove extra leading space from include path flag. That space
+ creeps into HDF5_CPPFLAGS and breaks the include path flag into two tokens,
+ e.g., "-I" and "/usr/include". While this may be legal and doesn't affect
+ the compilation, it does break some library tools (e.g., when the macro is
+ used in building a dynamic library that uses pkg-config).
+
+ AX_PERL_MODULE_VERSION: use more portable syntax for shell arithmetic.
+
+ AX_JNI_INCLUDE_DIR: support standard Oracle JDK installation layout on Mac
+ OS X.
+
+ AX_PROG_JAVAH_BIN_DIR: fix misspelled variable name and follow javah
+ symlink to find jni.h.
+
+ AX_BOOST_PYTHON: use unique names for local variables
+
* Noteworthy changes in release 2014.10.15 (2014-10-15) [stable]
A brand-new Github mirror of the Archive's Git repository is available at