From: Joao C. <jc...@us...> - 2003-03-13 17:37:01
|
Update of /cvsroot/plplot/plplot/bindings/octave In directory sc8-pr-cvs1:/tmp/cvs-serv29085/bindings/octave Modified Files: Makefile.am plplot_octave_org.h Log Message: matwrap now runs cpp in plplot_octave_org.h, using PL_DOUBLE defined (or not) in ../../config.h. Thus, the sed step that used to replace REPLACEME with the float/double definition is not needed anymore. An inconvenient is that Octave config.h also define HAVE_ISNAN etc, and we get some harmless warnings when compiing plplot_octave.cc. plplot_octave.cc depends on ../../config.h, that hopefully don't change when configure is rerun without changing options (Rafael, please set this dependency and the $topbuilddir or whatever instead of ../../config.h.) |