From: Geoffrey F. <fu...@sl...> - 2000-05-15 07:17:11
|
Update of /cvsroot/plplot/plplot/cf In directory slayer.i.sourceforge.net:/tmp/cvs-serv21245 Modified Files: sysconf.in Log Message: Instead of adding -DDOUBLE to the compiler invocation lines when the user configures --with-double, now we do AC_DEFINE(PL_DOUBLE). This makes the choice of float/double permanent for a given run of configure. Probably for an entire --prefix staging area. Nevertheless, I like it better, because it simplifies interaction with third party libs like Python and Tcl. |