summaryrefslogtreecommitdiff
path: root/m4/ax_have_qt.m4
diff options
context:
space:
mode:
authorBenjamin Eikel <benjamin@eikel.org>2016-05-06 10:19:00 +0200
committerBenjamin Eikel <benjamin@eikel.org>2016-05-06 11:20:28 +0200
commit8f5f4e93d885f7bd481eb87917207b30018693ca (patch)
treea86a5135ac3109e019b668c1b02d26154dab4d4a /m4/ax_have_qt.m4
parent1d8a67576a6d6fd3e9e373c3ef1242b7895c87f9 (diff)
downloadautoconf-archive-8f5f4e93d885f7bd481eb87917207b30018693ca.tar.gz
AX_HAVE_QT: Silent make for variable setting
Add "-s" to make arguments. Without, make's output (like "Entering directory") gets assigned to output variables.
Diffstat (limited to 'm4/ax_have_qt.m4')
-rw-r--r--m4/ax_have_qt.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/ax_have_qt.m4 b/m4/ax_have_qt.m4
index b15daf2..e3dace2 100644
--- a/m4/ax_have_qt.m4
+++ b/m4/ax_have_qt.m4
@@ -53,7 +53,7 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.
-#serial 12
+#serial 13
AU_ALIAS([BNV_HAVE_QT], [AX_HAVE_QT])
AC_DEFUN([AX_HAVE_QT],
@@ -106,8 +106,8 @@ percent.commands = @echo -n "\$(\$(@))\ "
QMAKE_EXTRA_TARGETS += percent
EOF
qmake $am_have_qt_pro -o $am_have_qt_makefile
- QT_CXXFLAGS=`make -f $am_have_qt_makefile CXXFLAGS INCPATH`
- QT_LIBS=`make -f $am_have_qt_makefile LIBS`
+ QT_CXXFLAGS=`make -s -f $am_have_qt_makefile CXXFLAGS INCPATH`
+ QT_LIBS=`make -s -f $am_have_qt_makefile LIBS`
rm $am_have_qt_pro $am_have_qt_makefile
# Look for specific tools in $PATH