Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Updated to latest version of tcl.m4 |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | tls-1-7 |
| Files: | files | file ages | folders |
| SHA1: |
9e86ba53f9c9aca6dd90abbbf1b41e62 |
| User & Date: | rkeene 2016-12-07 21:27:13 |
Context
|
2016-12-07
| ||
| 21:32 | Updated gen_dh_params to be really POSIX sh compliant check-in: 43e088c82f user: rkeene tags: tls-1-7 | |
| 21:27 | Updated to latest version of tcl.m4 check-in: 9e86ba53f9 user: rkeene tags: tls-1-7 | |
| 20:57 | Updated gen_dh_params to run with the POSIX shell check-in: 32ccafd13f user: rkeene tags: tls-1-7 | |
Changes
Changes to aclocal/tcl.m4.
| ︙ | ︙ | |||
141 142 143 144 145 146 147 |
CFLAGS="${CFLAGS} ${TCL_INCLUDE_SPEC}"
CPPFLAGS="${CPPFLAGS} ${TCL_INCLUDE_SPEC}"
TCL_DEFS_TCL_ONLY=`(
eval "set -- ${TCL_DEFS}"
for flag in "[$]@"; do
case "${flag}" in
-DTCL_*)
| | | 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 |
CFLAGS="${CFLAGS} ${TCL_INCLUDE_SPEC}"
CPPFLAGS="${CPPFLAGS} ${TCL_INCLUDE_SPEC}"
TCL_DEFS_TCL_ONLY=`(
eval "set -- ${TCL_DEFS}"
for flag in "[$]@"; do
case "${flag}" in
-DTCL_*)
echo "${flag}" | sed "s/'/'\\''/g" | sed "s@^@'@;s@"'[$]'"@'@" | tr $'\n' ' '
;;
esac
done
)`
TCL_DEFS="${TCL_DEFS_TCL_ONLY}"
AC_SUBST(TCL_DEFS)
|
| ︙ | ︙ |