From: Rafael L. <rla...@us...> - 2003-02-18 23:16:31
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv23669 Modified Files: configure.ac Log Message: Changes for allowing the use of the Octave bindings with a local version of the PLplot library. The previous approach, which used install-exec-local, was not perfect, since it forced the compilation of plplot_octave.oct twice. This is how things work now: * Introduced an option --enable-octave-install-local to configure. When it is given, mkoctfile will be called with LD_RUN pointing to the directory .libs in the source tree. Otherwise, it points to the installation directory for libplplot. This option defaults to "no". * Introduced the Automake conditional octave_install_local, whcih does the trick in bindings/octave/Makefile.am |