From ab6cdd0d3347db0ab58eef4e059ac371fa05795f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= Date: Wed, 10 Apr 2019 13:00:46 +0200 Subject: [PATCH] =?UTF-8?q?Add=20-noFigureWindows=20to=20MATLAB=20?= =?UTF-8?q?=E2=89=A5=20R2019a=20batch=20options?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- m4/ax_matlab_batch_options.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/ax_matlab_batch_options.m4 b/m4/ax_matlab_batch_options.m4 index 46c366bc2..9949a479c 100644 --- a/m4/ax_matlab_batch_options.m4 +++ b/m4/ax_matlab_batch_options.m4 @@ -22,7 +22,7 @@ AC_REQUIRE([AX_MATLAB_ARCH]) AC_REQUIRE([AX_MATLAB_VERSION]) AX_COMPARE_VERSION([$MATLAB_VERSION], [ge], [9.6], - [MATLAB_BATCH_OPTIONS='-batch'], + [MATLAB_BATCH_OPTIONS='-noFigureWindows -batch'], [ if test "${MATLAB_ARCH}" = win32 -o "${MATLAB_ARCH}" = win64; then MATLAB_BATCH_OPTIONS='-nosplash -automation -wait -sd "$(CURDIR)" -r'