Overview
Comment: | Sun Jul 2 00:22:49 CEST 2000 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | 9163d09edc80a804ab7f9e223752de72f3f88452 |
User & Date: | johannes@zellner.org on 2000-07-01 22:22:49 |
Other Links: | manifest | tags |
Context
2000-07-01
| ||
22:25 | Sun Jul 2 00:25:49 CEST 2000 check-in: 2de8446c96 user: johannes@zellner.org tags: trunk | |
22:22 | Sun Jul 2 00:22:49 CEST 2000 check-in: 9163d09edc user: johannes@zellner.org tags: trunk | |
22:20 | Sun Jul 2 00:20:34 CEST 2000 check-in: 162d21ed58 user: johannes@zellner.org tags: trunk | |
Changes
Deleted tclreadlineConfig.sh.in version [9e8fa4fdb5].
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
#!/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@' |
< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |