summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAlex Henrie <alexhenrie24@gmail.com>2014-09-16 15:12:13 -0600
committerPeter Simons <simons@cryp.to>2014-10-15 10:48:09 +0200
commit4751f10fd0fd27693210c95d0309714ce7ac8248 (patch)
tree5fae2b4edc704a9ab7f4f1d85d113bbc78628e36 /NEWS
parente012eb17b3d67f31dee477592328207437206c33 (diff)
downloadautoconf-archive-4751f10fd0fd27693210c95d0309714ce7ac8248.tar.gz
AX_HAVE_QT: Only check $PATH and qmake for Qt variables
The old logic for detecting Qt without $PATH or qmake was never very reliable and the last change to this macro broke it entirely. If the Qt variables cannot be found via $PATH and qmake, then it would be best to manually define them in the makefile.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d41ab96..968c24e 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,12 @@
* Noteworthy changes in release ?.? (????-??-??) [?]
+ AX_HAVE_QT: Only check $PATH and qmake for Qt variables. The old logic for
+ detecting Qt without $PATH or qmake was never very reliable and the last
+ change to this macro broke it entirely. If the Qt variables cannot be found
+ via $PATH and qmake, then it would be best to manually define them in the
+ makefile.
+
AX_TLS: fix quoting problem.
AX_F90_LIBRARY: several bug fixes and improvements. Further details are at