Skip to content

Commit

Permalink
Merge pull request #462 from mtmiller/fix-mkoctfile
Browse files Browse the repository at this point in the history
Octave: use correct mkoctfile executable
  • Loading branch information
kwwette committed Jul 17, 2015
2 parents 695b88f + 5ab9563 commit 53feb8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -1030,7 +1030,7 @@ fi

if test -n "$OCTAVE"; then
AC_MSG_CHECKING([for mkoctfile])
mkoctfile="`dirname ${OCTAVE}`/mkoctfile"
mkoctfile="$(dirname $OCTAVE)/$(basename $OCTAVE | sed -e 's/octave/mkoctfile/')"
AS_IF([test -x "${mkoctfile}"],[
AC_MSG_RESULT([${mkoctfile}])
],[
Expand Down

0 comments on commit 53feb8e

Please sign in to comment.