source: branches/r9/lib/rapptureConfig.sh.in @ 4909

Last change on this file since 4909 was 4909, checked in by gah, 9 years ago
File size: 954 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}"
16
17WITH_R=@WITH_R@
18WITH_JAVA=@WITH_JAVA@
19WITH_MATLAB=@WITH_MATLAB@
20WITH_MKOCTFILE2=@WITH_MKOCTFILE2@
21WITH_MKOCTFILE3=@WITH_MKOCTFILE3@
22WITH_OCTAVE=@WITH_OCTAVE@
23WITH_PERL=@WITH_PERL@
24WITH_PYTHON=@WITH_PYTHON@
25WITH_RUBY=@WITH_RUBY@
26WITH_RUBY_SITELIBDIR=@WITH_RUBY_SITELIBDIR@
27WITH_TCL=@WITH_TCL@
Note: See TracBrowser for help on using the repository browser.