Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | TclTLS 1.7.21 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | tls-1-7 | tls-1-7-21 |
Files: | files | file ages | folders |
SHA3-256: | 922479df76c567028397ec8299d8587d6b0fc5b29fd4dd03713b661d698e633b |
User & Date: | rkeene 2020-05-04 15:12:10 |
Context
2020-05-04
| ||
15:12 | TclTLS 1.7.21 Leaf check-in: 922479df76 user: rkeene tags: tls-1-7, tls-1-7-21 | |
15:11 | Merged in trunk check-in: 0f00af3bbb user: rkeene tags: tls-1-7 | |
Changes
Changes to configure.ac.
1 2 3 4 5 6 7 8 9 |
dnl Define ourselves
AC_INIT(tcltls, 1.7.20)
dnl Checks for programs.
AC_PROG_CC
AC_PROG_MAKE_SET
AC_PROG_INSTALL
AC_GNU_SOURCE
|
| |
1 2 3 4 5 6 7 8 9 |
dnl Define ourselves
AC_INIT(tcltls, 1.7.21)
dnl Checks for programs.
AC_PROG_CC
AC_PROG_MAKE_SET
AC_PROG_INSTALL
AC_GNU_SOURCE
|