tclreadlineConfig.sh.in at [30437b03ab]
Not logged in

File tclreadlineConfig.sh.in artifact 9e8fa4fdb5 part of check-in 30437b03ab


#!/bin/sh
# FILE: "/home/joze/src/tclreadline/tclreadlineConfig.sh.in"
# LAST MODIFICATION: "Sat, 01 Jul 2000 21:52:25 +0200 (joze)"
# (C) 1998 - 2000 by Johannes Zellner, <johannes@zellner.org>
# $Id$
# ---
# tclreadline -- gnu readline for tcl
# http://www.zellner.org/tclreadline/
# Copyright (c) 1998 - 2000, Johannes Zellner <johannes@zellner.org>
# This software is copyright under the BSD license.
# ---
# 
# This shell script (for sh) is generated automatically by tclreadline's
# configure script.  It will create shell variables for most of
# the configuration options discovered by the configure script.
# This script is intended to be included by the configure scripts
# for tclreadline extensions so that they don't have to figure this all
# out for themselves.  This file does not duplicate information
# already provided by tclConfig.sh, so you may need to use that
# file in addition to this one.
#
# The information in this file is specific to a single platform.

# tclreadline's version number.
TCLREADLINE_VERSION='@VERSION@'
TCLREADLINE_MAJOR_VERSION='@MAJOR@'
TCLREADLINE_MINOR_VERSION='@MINOR@'
# there's no leading dot here as in tclConfig.sh!
TCLREADLINE_PATCHLEVEL='@PATCHLEVEL@'