But since you're already passing in the prefix, I would think that it
makes sense to take that into account in the Makefile.am that way the
makefiles check your prefix location along with all the other default
locations.
-Feanil
On Wed, Oct 17, 2012 at 8:34 PM, Tom Ryder wrote:
> Hi Feanil;
>
>
Hi Feanil;
I do something similar to make tmux compile locally with libevent
2.0.20 in my home directory. I find that passing environment flags to
./configure works well:
$ CFLAGS="-I$HOME/include" LDFLAGS="-L$HOME/lib" ./configure --prefix=$HOME
This also requires adding $HOME/lib to your ldcon