root/trunk/config.inc.in

Revision 3061, 266 bytes (checked in by sdague, 4 years ago)

updated to set gcc

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 # force CC to gcc incase the default compilers are different
2 CC=@GCC@
3 CXX=@GXX@
4
5 # where is python?
6 PYTHON=@PYTHON_PATH@
7
8 # Do we build the documentation?
9 # this doesn't work on a lot of Linux distros
10 # due to docbook incompatibilities
11
12 SI_BUILD_DOCS=@BUILD_DOCS@
13
14
Note: See TracBrowser for help on using the browser.