On May 28, 2006, at 1:58 PM, Manuel López-Ibáñez wrote:
Dear all, Doesn't autotools support relative paths in configure?
The reason why you cannot pass relative paths for --prefix is because --prefix is passed down to all of the makefiles and others which is going to have the wrong prefix.
Just use an absolute path constructed with `pwd`/...... . -- Pinski