is there a cmd line arg to 'configure' telling it to tack on a
'-I$HOME/include' to compilation commands?
You want configure to make the Makefiles in a way such that
-I$HOME/include will be passed to the compiler, right?
If the Makefile and configure were made with Auto{conf,make}, you can
try setting the environment variable CFLAGS when you run the configure
script.
Good luck.
Alejo.
http://bachue.com/alejo
--
The mere formulation of a problem is far more essential than its solution.
-- Albert Einstein.