Re: ./configure --libdir ignored

2008-02-25 Thread Ralf Wildenhues
* Santiago Capel Torres wrote on Mon, Feb 25, 2008 at 12:03:27PM CET: > > Weird, is there any way of declaring local macro variables? No, unfortunately. We encourage users to use macro- or package-specific variable prefixes, like AC_DEFUN([SCT_FOOMACRO], [sct_var=value...]) Cheers, Ralf

Re: ./configure --libdir ignored

2008-02-25 Thread Santiago Capel Torres
Ralf Wildenhues escribió: * Santiago Capel Torres wrote on Thu, Feb 21, 2008 at 05:24:37PM CET: It seems that all dir variables work fine in my Makefile, but libdir seems to be hard coded, so when I issue ./configure --prefix=$HOME/tmp/local or ./configure --libdir=$HOME/tmp/local/lib the li

Re: ./configure --libdir ignored

2008-02-21 Thread Ralf Wildenhues
* Santiago Capel Torres wrote on Thu, Feb 21, 2008 at 05:24:37PM CET: > > It seems that all dir variables work fine in my Makefile, but libdir > seems to be hard coded, so when I issue > > ./configure --prefix=$HOME/tmp/local > > or > > ./configure --libdir=$HOME/tmp/local/lib > > the libdir i

./configure --libdir ignored

2008-02-21 Thread Santiago Capel Torres
Hi, It seems that all dir variables work fine in my Makefile, but libdir seems to be hard coded, so when I issue ./configure --prefix=$HOME/tmp/local or ./configure --libdir=$HOME/tmp/local/lib the libdir is always set to /usr/lib The relevant Makefile autogenerated lines are: install_sh =