Rev | Line | |
---|
[4873] | 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 | |
---|
| 12 | RAPPTURE_MAJOR_VERSION=@RAPPTURE_MAJOR_VERSION@ |
---|
| 13 | RAPPTURE_MINOR_VERSION=@RAPPTURE_MINOR_VERSION@ |
---|
| 14 | RAPPTURE_RELEASE_SERIAL=@RAPPTURE_RELEASE_SERIAL@ |
---|
| 15 | RAPPTURE_VERSION="${RAPPTURE_MAJOR_VERSION}.${RAPPTURE_MINOR_VERSION}" |
---|
[4912] | 16 | SVN_VERSION="@SVN_VERSION@" |
---|
[4909] | 17 | |
---|
| 18 | WITH_R=@WITH_R@ |
---|
| 19 | WITH_JAVA=@WITH_JAVA@ |
---|
| 20 | WITH_MATLAB=@WITH_MATLAB@ |
---|
| 21 | WITH_MKOCTFILE2=@WITH_MKOCTFILE2@ |
---|
| 22 | WITH_MKOCTFILE3=@WITH_MKOCTFILE3@ |
---|
| 23 | WITH_OCTAVE=@WITH_OCTAVE@ |
---|
| 24 | WITH_PERL=@WITH_PERL@ |
---|
| 25 | WITH_PYTHON=@WITH_PYTHON@ |
---|
| 26 | WITH_RUBY=@WITH_RUBY@ |
---|
| 27 | WITH_RUBY_SITELIBDIR=@WITH_RUBY_SITELIBDIR@ |
---|
| 28 | WITH_TCL=@WITH_TCL@ |
---|
[4912] | 29 | WITH_VTK=@WITH_VTK@ |
---|
| 30 | |
---|
Note: See
TracBrowser
for help on using the repository browser.