Re: Documentation for Environmental Input Variables $CC and family

2001-01-18 Thread Steven G. Johnson
Michael Bletzinger wrote: > From the CVS autoconf documentation, it appears that you can preset > certain compiler/linker names and flags before running configure by > doing the following: > > ./configure CC=/usr/local2/bin/gcc > > I need to find a comprehensive list of variables that you can set

Documentation for Environmental Input Variables $CC and family

2001-01-18 Thread Michael Bletzinger
Hello Everyone, From the CVS autoconf documentation, it appears that you can preset certain compiler/linker names and flags before running configure by doing the following: ./configure CC=/usr/local2/bin/gcc I need to find a comprehensive list of variables that you can set in this way.