Overview
Comment: | Fixed search for "xxd" to not check for a prefixed version |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | tls-1-7 |
Files: | files | file ages | folders |
SHA1: |
4aa7638d1a2b2e45486c01e450f7885f |
User & Date: | rkeene on 2016-12-06 04:56:37 |
Other Links: | branch diff | manifest | tags |
Context
2016-12-06
| ||
05:24 | Updated to make updating the remote m4 files optional and not the default check-in: 4257f23d7c user: rkeene tags: tls-1-7 | |
04:56 | Fixed search for "xxd" to not check for a prefixed version check-in: 4aa7638d1a user: rkeene tags: tls-1-7 | |
04:42 | Ensure that defines are not duplicated check-in: f0726c57a4 user: rkeene tags: tls-1-7 | |
Changes
Modified configure.in from [9220961356] to [25ff07f51b].
︙ | |||
107 108 109 110 111 112 113 | 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 | - + | fi ]) if test "$tcltls_debug" = 'true'; then AC_DEFINE(TCLEXT_TCLTLS_DEBUG, [1], [Enable debugging build]) fi dnl Find "xxd" so we can build the tls.tcl.h file |
︙ |