From: Rafael L. <rla...@us...> - 2001-05-23 13:53:10
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv10698 Modified Files: configure.in plplot-config.in sysloc.in Log Message: These changes improves the plplot-config script in two ways: 1) When --disable-tcl is given to configure, the "-ltclmatrix" option is no more output by "plplot-config --libs". In order to do that, the MATLIB_NAME variable of configure is only set when Tcl building is enabled. 2) In order to increase portability, the rpath option output by plplot-config (if the --without-rpath option is not used) has the style: -Wl,-rpath,$prefix/lib instead of: -Wl,-rpath -Wl,$prefix/lib I have tested this only in Linux with gcc. Hope these changes will not break anything. |