Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!MCC.COM!rfg From: rfg@MCC.COM (Ron Guilmette) Newsgroups: gnu.gcc.bug Subject: minor change for fixincludes Message-ID: <8905081606.AA06552@riunite.aca.mcc.com> Date: 8 May 89 16:06:11 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 19 It would be nice if the output directory to which the fixincludes script writes the fixed include files could be controlled by the user. Not everybody want to have these fixed include files installed in exactly the same place. Thus, the following line from fixincludes: LIB=/usr/local/lib/gcc-include should be changed to: LIB=${LIB:=/usr/local/lib/gcc-include} This will allow the installation directory to be selected via an (overriding) environment variable. // Ron Guilmette - MCC - Experimental Systems Kit Project // 3500 West Balcones Center Drive, Austin, TX 78759 - (512)338-3740 // ARPA: rfg@mcc.com // UUCP: {rutgers,uunet,gatech,ames,pyramid}!cs.utexas.edu!pp!rfg