jaeandersson / swig

SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages.
http://www.swig.org
Other
23 stars 19 forks source link

Testing with MATLAB by default, "--with-matlab=octave" to override #83

Open jaeandersson opened 7 years ago

jaeandersson commented 7 years ago

Request from @wsfulton:

Can you remove --enable-octave-for-matlab from configure.ac for testing and instead automate this, so search for matlab then octave. Thus configure will find either, but prefer matlab. Then a user can use the standard override for choosing the interpreter for testing using: ./configure --with-matlab=octave