Overview
Comment: | TclTLS 1.7.20 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | tls-1-7 | tls-1-7-20 |
Files: | files | file ages | folders |
SHA3-256: |
e5ec321a1b0ac0838e00e31f87b3f949 |
User & Date: | rkeene on 2019-11-15 16:41:06 |
Other Links: | branch diff | manifest | tags |
Context
2019-11-15
| ||
16:41 | TclTLS 1.7.20 Leaf check-in: e5ec321a1b user: rkeene tags: tls-1-7, tls-1-7-20 | |
16:40 | Merged in trunk check-in: 5ee220305f user: rkeene tags: tls-1-7 | |
Changes
Modified configure.ac from [469bbdcdbf] to [4b6e9adb0a].
1 2 3 4 5 6 7 8 9 |
dnl Define ourselves
AC_INIT(tcltls, 1.7.19)
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.20)
dnl Checks for programs.
AC_PROG_CC
AC_PROG_MAKE_SET
AC_PROG_INSTALL
AC_GNU_SOURCE
|