From: Joao C. <jc...@us...> - 2003-03-02 01:54:54
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv18360 Modified Files: configure.ac Log Message: Make the Makefiles in lib, lib/nn and lib/csa. Verify the existance of libqhull and define HAVE_QHULL. The test should also verify that plplot was configured with double and qhull compiled with doubles. This last test can be done with: #include <qhull/qhull_a.h>; assert(sizeof(REAL) == sizeof(double)); |