This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
fixinc w/ SYSTEM_INCLUDE_DIR set?
- To: egcs at cygnus dot com
- Subject: fixinc w/ SYSTEM_INCLUDE_DIR set?
- From: Robert Lipe <robertl at dgii dot com>
- Date: Mon, 3 Aug 1998 01:10:40 -0500
I'm working on a target that will need to set SYSTEM_INCLUDE_DIR. There
is a /usr/include, but they are toxic to this target and must never be
touched. Unfortunately, the target of SYSTEM_INCLUDE_DIR is also toxic
enough that it needs to have fixincludes run on it.
I think what I need to be able to do is to set SYSTEM_HEADER_DIR in
Makefile.in from within configure. I don't see any mechanism in there
to do this. Is the right thing to do just to add the plumbing in
configure.in to AC_SUBST() it into the generated Makefile?
Since I can't believe I'm the first target to need this, I have to
believe that I'm missing the way to do this. :-)
Any ideas?
RJL