I want to specify a compiler other than the one found by ./configure (i.e., g++ in my case.) I know I can do this by modifying the line that says CXX=g++ in each makefile makefile. However, this is not elegant, since it must be redone each time I rebuild the makefiles. I would prefer to do it in one place. where is the appropriate place?