To allow for multiple architectures, I use
./configure --prefix=/home/rrt/local --exec-prefix=/home/rrt/local/`uname -m`
to configure code I want to install in my home directory, which may be
copied on to machines with different architectures. (This scheme could
be tweaked, e.g. by using `hostname` instead of `uname -m`, to support
incompatible toolchain versions.)
However, this means that projects which install scripts (e.g. via
automake's bin_SCRIPTS), also have those programs installed in
${exec_prefix}/bin, where I'd expect ${prefix}/bin.
Is there a solution I'm missing?
--
http://rrt.sc3d.org