You know, I've wondered how that would work if you specified ./configure --prefix=$CURRENTDIR. I always assumed it would take whatever was in the CURRENTDIR envrionment variable when you ran the configure script.
Most programs you don't have to worry about where they are compiled for because `make install` puts everything where it needs to be.
|