summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-02-28 20:08:39 +0100
committerPeter Simons <simons@cryp.to>2014-02-28 20:11:57 +0100
commit7af85dbc02ca2948e9a2facbf41a66d9fb9cc62d (patch)
tree97a1e9e9f3d8e35f2bc10d4deedbb2ec2e9877fe
parent5fce217c22f16fd88b7e13be5ffbf26a8f998180 (diff)
downloadautoconf-archive-7af85dbc02ca2948e9a2facbf41a66d9fb9cc62d.tar.gz
NEWS: cleanup
-rw-r--r--NEWS7
1 files changed, 4 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 75df324..8e26748 100644
--- a/NEWS
+++ b/NEWS
@@ -20,8 +20,9 @@
AX_ZONEINFO has improved support for AIX. Further details can be found at
<http://savannah.gnu.org/patch/?8313>.
- AX_LUA has improved support for FreeBSD. Further details can be found at
- <http://savannah.gnu.org/patch/?8318>.
+ The set of search paths checked by AX_LUA has been extended, mostly in an
+ effort to support FreeBSD and OpenBSD: <http://savannah.gnu.org/patch/?8318>
+ and <http://savannah.gnu.org/patch/?8355> have further details.
The new macros AX_CXX_HAVE_BAD_FUNCTION_CALL, AX_CXX_HAVE_BIND,
AX_CXX_HAVE_BIT_AND, AX_CXX_HAVE_BIT_OR, AX_CXX_HAVE_BIT_XOR,
@@ -32,7 +33,7 @@
M4sugar and M4sh added to AX_PROG_JAR, AX_PROG_JAVA, AX_PROG_JAVAC, and
AX_PROG_JAVADOC. Also fixed a path discrepancy with AX_JAVA_OPTIONS. See
- <https://savannah.gnu.org/patch/index.php?8279> for further details.
+ <http://savannah.gnu.org/patch/index.php?8279> for further details.
The "mandatory" option in AX_CXX_COMPILE_STDCXX_11 has been fixed, and
support for Gentoo's hardened GCC has been improved. Further details are at