Changes On Branch tls-1-7-9

Changes In Branch tls-1-7 Through [7b0845cfb3] Excluding Merge-Ins

This is equivalent to a diff from 942287db68 to 7b0845cfb3

2016-12-14
14:42
Merged in trunk check-in: a87c836d6c user: rkeene tags: tls-1-7
2016-12-13
20:39
More work on a better install target and added a basic uninstall target check-in: 6339a69a26 user: rkeene tags: trunk
20:23
TclTLS 1.7.9 check-in: 7b0845cfb3 user: rkeene tags: tls-1-7, tls-1-7-9
20:23
Merged in trunk check-in: c4cb2ec7d1 user: rkeene tags: tls-1-7
20:23
Updated install target to be more compliant for other platforms check-in: 942287db68 user: rkeene tags: trunk
20:04
Reduced verbosity to normal levels for testing, can be added back with TESTFLAGS check-in: bfceaaf9bb user: rkeene tags: trunk

Modified configure.ac from [a2d10a492a] to [ec1f8ed13e].

1
2

3
4
5
6
7
8
9
1

2
3
4
5
6
7
8
9

-
+







dnl Define ourselves
AC_INIT(tcltls, 1.7.3)
AC_INIT(tcltls, 1.7.9)

dnl Checks for programs.
AC_PROG_CC
AC_PROG_MAKE_SET
AC_PROG_INSTALL
AC_GNU_SOURCE