Skip to content

Commit

Permalink
hygiene, make mktemp work on MacOS X
Browse files Browse the repository at this point in the history
  • Loading branch information
hroptatyr committed Feb 5, 2016
1 parent 43b9062 commit a497ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion m4/sxe-matlab.m4
@@ -1,6 +1,6 @@
## first parameter may point to a matlab root or the matlab binary
AC_DEFUN([SXE_CHECK_MATLAB], [dnl
foo=`mktemp`
foo=`mktemp /tmp/sxe_check_matlab.XXXXXXXXXX`
AC_ARG_VAR([MATLAB], [full path to matlab binary])
sxe_cv_matlab="${MATLAB-matlab}"
Expand Down

0 comments on commit a497ac4

Please sign in to comment.