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

Last change on this file since 4873 was 4873, checked in by gah, 9 years ago
File size: 661 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}"
Note: See TracBrowser for help on using the repository browser.