Overview
Comment: | Modified Files: proto tcltags Modified Files: Makefile.in configure.in tclreadline.n.in |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
21fd843ef9133fb9e81e4dd07f34e05f |
User & Date: | johannes@zellner.org on 1999-08-30 12:29:32 |
Other Links: | manifest | tags |
Context
1999-09-01
| ||
03:22 | Modified Files: README tclreadlineSetup.tcl.in Added Files: Makefile.in tclreadline.c tclreadlineConfig.sh.in tclreadlineInit.tcl.in check-in: b7f4ea7980 user: johannes@zellner.org tags: trunk | |
1999-08-30
| ||
12:29 | Modified Files: proto tcltags Modified Files: Makefile.in configure.in tclreadline.n.in check-in: 21fd843ef9 user: johannes@zellner.org tags: trunk | |
1999-08-29
| ||
23:56 | tclreadlineSetup.tcl.in check-in: f99d41820c user: johannes@zellner.org tags: trunk | |
Changes
Modified Makefile.in from [7eb121a1a9] to [034eadb447].
1 | 1 2 3 4 5 6 7 8 9 10 | - - + + | # -*- make -*- |
︙ | |||
267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 | 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 | + | ci: $(SOURCES) ci -u $(CIFLAGS) $^ co: $(SOURCES) co -l $^ dist: distribution distribution: $(SOURCES) configure $(AUXILIARY) tclreadline.n.html - mkdir -p dist/tclreadline-$(PATCHLEVEL)/aux - cp $(SOURCES) configure tclreadline.n.html dist/tclreadline-$(PATCHLEVEL) - cp $(AUXILIARY) dist/tclreadline-$(PATCHLEVEL)/aux (cd dist; tar zcvf tclreadline-$(PATCHLEVEL).tar.gz tclreadline-$(PATCHLEVEL); rm -rf tclreadline-$(PATCHLEVEL)) # DO NOT DELETE THIS LINE -- make depend depends on it. |
Modified configure.in from [a0b87e53a8] to [a0c47e134a].
1 | 1 2 3 4 5 6 7 8 9 10 | - - + + | # -*- autoconf -*- |
︙ | |||
62 63 64 65 66 67 68 | 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 | - + | [ --with-tcl=DIR where to look for tclConfig.sh], tcl_search=$withval, tcl_search="" ) AC_MSG_CHECKING([which tclConfig.sh to use]) TCL_LIB_DIR="" |
︙ | |||
280 281 282 283 284 285 286 | 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 | - + | AC_ARG_WITH(readline-includes, [ --with-readline-includes=DIR readline include files in DIR], rl_includes=$withval, rl_includes=$prefix/include) AC_MSG_CHECKING([where to look for readline.h]) READLINE_INCLUDE_DIR="" |
︙ |
Modified tclreadline.n.in from [cb3eb62601] to [9b636f5135].
1 2 3 | 1 2 3 4 5 6 7 8 9 10 11 12 | - - + + | .TH tclreadline n "@TCLREADLINE_VERSION@.@TCLREADLINE_PATCHLEVEL@" "Johannes Zellner" .\" (C) 1999 by Johannes Zellner |
︙ | |||
316 317 318 319 320 321 322 | 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 | - + + | .SH "CONTRIBUTIONS, SUGGESTIONS AND PATCHES" Magnus Eriksson <magnus.eriksson@netinsight.se>, Les Johnson <les@infolabs.com>, Harald Kirsch <kir@iitb.fhg.de>, Christian Krone <krischan@sql.de>, Larry W. Virden <lvirden@cas.org>, |
︙ |