Overview
Comment: | Added a new flag "--with-gcclib" for optionally adding -lgcc to the link line. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
29b39b2af0bba932c06c4ff03bd9aa16 |
User & Date: | wart on 2000-01-26 03:02:35 |
Other Links: | manifest | tags |
Context
2000-02-05
| ||
00:31 | Initial check-in of the TEA standard script for automated testing. check-in: 2ea2db3866 user: aborr tags: trunk | |
2000-01-26
| ||
03:02 | Added a new flag "--with-gcclib" for optionally adding -lgcc to the link line. check-in: 29b39b2af0 user: wart tags: trunk | |
2000-01-25
| ||
01:00 | Added support for building under Win95/98 using cygwin check-in: a9490c7b1d user: wart tags: trunk | |
Changes
Modified configure.in from [d745a1d41a] to [e1d0e15144].
︙ | |||
60 61 62 63 64 65 66 | 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 | - + + + + + + + + + + + + + + + + + + + + | SSL_LIB_DIR=${SSL_DIR}/lib SSL_INCLUDE_DIR=${SSL_DIR}/include AC_SUBST(SSL_DIR) AC_SUBST(SSL_LIB_DIR) AC_SUBST(SSL_INCLUDE_DIR) |
︙ | |||
251 252 253 254 255 256 257 | 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 | - + | RANLIB=: else eval "${PACKAGE}_LIB_FILE=${PACKAGE}${UNSHARED_LIB_SUFFIX}" fi ;; *) if test "${SHARED_BUILD}" = "1" ; then |
︙ |