Overview
Comment: | Made help text more consistent |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
4a4d2c1e37a04d8ab0aeb38ede201cfd |
User & Date: | rkeene on 2018-11-19 20:12:48 |
Other Links: | manifest | tags |
Context
2018-12-04
| ||
18:02 | Split protocol parsing/creating from other tasks and added more supported items check-in: 5195f616e1 user: rkeene tags: trunk | |
2018-11-19
| ||
20:12 | Made help text more consistent check-in: 4a4d2c1e37 user: rkeene tags: trunk | |
19:52 | Removed functions which are no longer public check-in: f1e2991833 user: rkeene tags: trunk | |
Changes
Modified configure.ac from [db3898d047] to [9c6824186e].
︙ | ︙ | |||
114 115 116 117 118 119 120 | AC_CHECK_FUNC(CryptGenRandom) ]) ]) dnl Handle specifying where TCLLIB is, for testing AC_SUBST(TCLLIB_PATH) TCLLIB_PATH='/dev/null' | | | 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 | AC_CHECK_FUNC(CryptGenRandom) ]) ]) dnl Handle specifying where TCLLIB is, for testing AC_SUBST(TCLLIB_PATH) TCLLIB_PATH='/dev/null' AC_ARG_WITH([tcllib-path], AS_HELP_STRING([--with-tcllib-path], [Specify a path to Tcllib for the test suite]), [ if test "$withval" != "no" -a "$withval" != "yes"; then TCLLIB_PATH="${withval}" fi ]) dnl Sync the RPATH if requested if test "$TCLEXT_BUILD" != 'static'; then |
︙ | ︙ |