Overview
Comment: | Makefile.in README configure.in |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
4fd859be75818fa84eec8bccf75357b4 |
User & Date: | johannes@zellner.org on 1999-08-20 13:53:43 |
Other Links: | manifest | tags |
Context
1999-08-20
| ||
13:59 | Makefile.in check-in: 915c7e11ba user: johannes@zellner.org tags: trunk | |
13:53 | Makefile.in README configure.in check-in: 4fd859be75 user: johannes@zellner.org tags: trunk | |
13:41 | sources check-in: fba2a11ea2 user: johannes@zellner.org tags: trunk | |
Changes
Modified Makefile.in from [0257af5dc0] to [4c0cb09a3f].
1 2 | 1 2 3 4 5 6 7 8 9 10 | - + | # -*- make -*- # FILE: "/diska/home/joze/src/tclreadline/Makefile.in" |
︙ | |||
153 154 155 156 157 158 159 160 161 162 163 164 165 | 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 | + + + + + + + - + - - - | OBJS = tclreadline.o CSRCS = $(TOP_DIR)/tclreadline.c TCLFILES = tclreadlineInit.tcl tclreadlineSetup.tcl SOURCES = \ GPL \ Makefile.in \ README \ TODO \ configure.in \ pkgIndex.tcl.in \ sample.tclshrc \ sources \ tclreadline.c \ tclreadline.h.in \ tclreadline.n.in \ tclreadlineConfig.sh.in \ tclreadlineInit.tcl.in \ |
︙ |
Modified README from [ae2b4b25fc] to [c2558b32bb].
1 2 | 1 2 3 4 5 6 7 8 9 10 | - + | FILE: "/diska/home/joze/src/tclreadline/README" |
︙ | |||
29 30 31 32 33 34 35 | 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | - + | 1. Introduction --------------- This directory contains the sources and documentation for tclreadline, which builds a connection between tcl and the gnu readline. |
︙ |
Modified configure.in from [2d822276ab] to [8b6b93a489].
1 2 | 1 2 3 4 5 6 7 8 9 10 | - + | # -*- autoconf -*- # FILE: "/diska/home/joze/src/tclreadline/configure.in" |
︙ | |||
31 32 33 34 35 36 37 | 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 | - - + + | dnl generate the file "configure", which is run during Tk installation dnl to configure the system for the local environment. AC_REVISION($Revision$) AC_INIT(tclreadline.c) |
︙ |