summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-10-15 10:28:49 +0200
committerPeter Simons <simons@cryp.to>2014-10-15 10:28:49 +0200
commit170f2369a0657fd1947d9593c598a4f984cf4244 (patch)
tree05902fa7ad5374f1e91b435ee4bc045895d47ede /NEWS
parent5b217d37059f2e44093aeebf039ad02124c16b59 (diff)
downloadautoconf-archive-170f2369a0657fd1947d9593c598a4f984cf4244.tar.gz
NEWS: update to reflect recent changes
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 71b4428..47d0997 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,16 @@
* Noteworthy changes in release ?.? (????-??-??) [?]
+ AX_AT_CHECK_PATTERN: executes a test similar to AT_CHECK(), except that
+ stdout and stderr are awk regular expressions. Further details can be found
+ at <https://savannah.gnu.org/patch/?8492>.
+
+ AX_OPENMP: prevent false negative due to -Wunused-variable.
+
+ AX_COMPILER_VENDOR: improve detection of the CRAY compiler.
+
+ AX_ENABLE_BUILDDIR: support absolute paths.
+
AX_HAVE_QT: auto-detect Qt 5 by querying $PATH and qmake. Submitted in
<https://savannah.gnu.org/patch/index.php?8486>.