From: Rafael L. <rla...@us...> - 2001-03-26 08:10:42
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv27407 Modified Files: configure.in init.in pkg_python.in sysloc.in Log Message: This is the relocatability patch that I presented in plplot-core. It does not make any visible change during the build, things work exactly as before. The only difference is that it is possible now to change the PREFIX variable of the Makefile. This allows one to build the package with a given prefix and install it at another place, like this: $ ./configure --prefix=/usr $ make $ make install PREFIX=/another/arbitrary/path This change is crucial for package-based systems like Debian. In particular, this change will allow the merge of the cvs DEBIAN branch into MAIN. |