changeset 29069:c6796a1c35b2 stable

Call Qt helper programs with flags "-qt=VERSION" (bug #59474). * m4/acinclude.m4 (OCTAVE_CHECK_QT_TOOL): When defining TOOL_FLAGS variable use an '=' before VERSION.
author Rik <rik@octave.org>
date Wed, 18 Nov 2020 19:44:46 -0800
parents a922c2176394
children ab3e0676b8d6 dc3ee9616267
files m4/acinclude.m4
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/m4/acinclude.m4	Sat Nov 14 09:47:41 2020 +0100
+++ b/m4/acinclude.m4	Wed Nov 18 19:44:46 2020 -0800
@@ -2288,7 +2288,7 @@
     AC_CHECK_TOOLS(m4_toupper([$1]), [$1])
     if test -n "$m4_toupper([$1])"; then
       if test -n "$QTCHOOSER"; then
-        m4_toupper([$1])FLAGS="-qt$qt_version"
+        m4_toupper([$1])FLAGS="-qt=$qt_version"
       fi
       QT_TOOLS_AVAILABLE="$QT_TOOLS_AVAILABLE $1"
     else