Overview
Comment: | Fri Sep 29 20:37:27 CEST 2000 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
36440946cbc11b2959368430695eea60 |
User & Date: | johannes@zellner.org on 2000-09-29 18:38:53 |
Other Links: | manifest | tags |
Context
2000-11-19
| ||
14:13 | * configure.in: moved the tlib check before the libreadline check check-in: 769067ae30 user: johannes@zellner.org tags: trunk | |
2000-09-29
| ||
18:38 | Fri Sep 29 20:37:27 CEST 2000 check-in: 36440946cb user: johannes@zellner.org tags: trunk | |
2000-09-20
| ||
17:44 | * made tclreadline.h installing to ${prefix}/include check-in: ab9723d172 user: johannes@zellner.org tags: trunk | |
Changes
Modified configure.in from [c53d22f7a0] to [6cd3ac975c].
1 2 | 1 2 3 4 5 6 7 8 9 10 | - + | dnl -*- autoconf -*- dnl FILE: "/home/joze/src/tclreadline/configure.in" |
︙ | |||
23 24 25 26 27 28 29 | 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 | - + - - - - - - - | AC_SUBST(MAJOR) AC_SUBST(MINOR) AC_SUBST(PATCHLEVEL) AC_SUBST(VERSION) AC_SUBST(PATCHLEVEL_STR) |
︙ |