Merge pull request #462 from mtmiller/fix-mkoctfile
Octave: use correct mkoctfile executable
This commit is contained in:
commit
53feb8ee3a
1 changed files with 1 additions and 1 deletions
|
|
@ -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}])
|
||||
],[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue