Check-in [32428d7230]
Overview
Comment:Build fixes for tls
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 32428d7230e398892b6179754f598f7b6404d7a0
User & Date: wart on 2000-01-24 20:17:17
Other Links: manifest | tags
Context
2000-01-24
22:25
Updated to reflect recent TEA changes check-in: ce19a6da6a user: wart tags: trunk
20:17
Build fixes for tls check-in: 32428d7230 user: wart tags: trunk
2000-01-22
05:19
Removed -DPRE_OPENSSL_0.9.4 flag from SSL_FLAGS. check-in: 16b3254eba user: aborr tags: trunk
Changes

Modified configure.in from [db80eec56e] to [f615a158d9].

113
114
115
116
117
118
119

120
121
122

123
124
125
126

127
128
129
130
131
132
133
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136







+



+




+







# This must be done before calling SC_PUBLIC_TCL_HEADERS or
# SC_PRIVATE_TCL_HEADERS.
#--------------------------------------------------------------------

case "`uname -s`" in
    *win32* | *WIN32* | *CYGWIN_NT*)
	CYGPATH="cygpath -w"
	RELPATH=".. .. bin"
    ;;
    *)
	CYGPATH=echo
	RELPATH=".."
    ;;
esac

AC_SUBST(CYGPATH)
AC_SUBST(RELPATH)

SSL_INCLUDE_DIR_NATIVE=\"`${CYGPATH} ${SSL_INCLUDE_DIR}`\"
AC_SUBST(SSL_INCLUDE_DIR_NATIVE)


#--------------------------------------------------------------------
# Load the tclConfig.sh file

Modified pkgIndex.tcl.in from [b55cb5d9e5] to [97e308791e].

1
2
3
4
5
6
7
8

9
1
2
3
4
5
6
7

8
9







-
+


# pkgIndex.tcl -
#    A new manually generated "pkgIndex.tcl" file for tls to replace the original
#    which didn't include the commands from "tls.tcl".
#
#    Al Borr 12/99, last revised Jan 11/00.

package ifneeded tls 1.3 "[list load [file join $dir @tls_LIB_FILE@] ] ; [list source [file join $dir tls.tcl] ]"
package ifneeded tls 1.3 "[list load [file join $dir @RELPATH@ @tls_LIB_FILE@] ] ; [list source [file join $dir tls.tcl] ]"