source: branches/r9/rapptureConfig.sh.in @ 5119

Last change on this file since 5119 was 4917, checked in by gah, 9 years ago
File size: 1003 bytes
Line 
1# rapptureConfig.sh --
2#
3# This shell script (for sh) is generated automatically by Rappture's
4# configure script.  It will create shell variables for most of
5# the configuration options discovered by the configure script.
6# This script is intended to be included by the configure scripts
7# for Tcl extensions so that they don't have to figure this all
8# out for themselves.
9#
10# The information in this file is specific to a single platform.
11
12RAPPTURE_MAJOR_VERSION=@RAPPTURE_MAJOR_VERSION@
13RAPPTURE_MINOR_VERSION=@RAPPTURE_MINOR_VERSION@
14RAPPTURE_RELEASE_SERIAL=@RAPPTURE_RELEASE_SERIAL@
15RAPPTURE_VERSION="${RAPPTURE_MAJOR_VERSION}.${RAPPTURE_MINOR_VERSION}"
16SVN_VERSION="@SVN_VERSION@"
17
18WITH_R=@WITH_R@
19WITH_JAVA=@WITH_JAVA@
20WITH_MATLAB=@WITH_MATLAB@
21WITH_MKOCTFILE2=@WITH_MKOCTFILE2@
22WITH_MKOCTFILE3=@WITH_MKOCTFILE3@
23WITH_OCTAVE=@WITH_OCTAVE@
24WITH_PERL=@WITH_PERL@
25WITH_PYTHON=@WITH_PYTHON@
26WITH_RUBY=@WITH_RUBY@
27WITH_RUBY_SITELIBDIR=@WITH_RUBY_SITELIBDIR@
28WITH_TCL=@WITH_TCL@
29WITH_VTK=@WITH_VTK@
30
Note: See TracBrowser for help on using the repository browser.