From: Geoffrey F. <fu...@sl...> - 2000-05-10 20:44:56
|
Update of /cvsroot/plplot/plplot/cf In directory slayer.i.sourceforge.net:/tmp/cvs-serv10892 Modified Files: init.in Log Message: Add INSTALL_RPATH macro so we can distinguish between the rpath settings that are suitable for installed programs, versus development programs. Builds in plplot/tmp of demos and utils use $(RPATH), but when they get installed to $prefix/bin, they get relinked using $(INSTALL_RPATH), which omits "." from the rpath. |