Check-in [ba6e2a082f]
Overview
Comment:TclTLS 1.7.6
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | tls-1-7 | tls-1-7-6
Files: files | file ages | folders
SHA1: ba6e2a082fc98b0ea75698ba7fc13c84d463081c
User & Date: rkeene on 2016-12-13 16:05:50
Other Links: branch diff | manifest | tags
Context
2016-12-13
17:15
Merged in trunk check-in: 6aff73e57a user: rkeene tags: tls-1-7
16:05
TclTLS 1.7.6 check-in: ba6e2a082f user: rkeene tags: tls-1-7, tls-1-7-6
16:05
Merged in trunk check-in: 53bd8f71ad user: rkeene tags: tls-1-7
Changes

Modified configure.in from [ec2303b206] to [e48be975db].

1
2
3
4
5
6
7
8
9
dnl Define ourselves
AC_INIT(tcltls, 1.7.5)

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.6)

dnl Checks for programs.
AC_PROG_CC
AC_PROG_MAKE_SET
AC_PROG_INSTALL
AC_GNU_SOURCE