From: Rafael L. <rla...@us...> - 2004-01-16 10:46:38
|
Update of /cvsroot/plplot/plplot/bindings/octave In directory sc8-pr-cvs1:/tmp/cvs-serv30644/bindings/octave Modified Files: Makefile.am Log Message: Set correctly LD_RUN_PATH when generating plplot_octave.oct locally . The Octave bindings work now in the build tree without PLplot installed in the system. AM_CONDITONALs for with_csa and with_qhull have been defined in sysloc.in and are used in bindings/octave/Makefile.am for selectively adding path components to LD_RUN_PATH. Also, changed one lasting ugly "../.." to "$(top_builddir)" in bindings/octave/Makefile.am |