diff options
author | mdejong <mdejong> | 2001-09-10 22:43:30 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2001-09-10 22:43:30 (GMT) |
commit | 1211325c6fb35fe778eebe3e568dcb71e6171a27 (patch) | |
tree | e9dfeeb0bce40c5eef195705f05e94ac333ed4f1 /unix/tcl.m4 | |
parent | b0368c3a289b08dbecaeb808c094815e55bf17de (diff) | |
download | tcl-1211325c6fb35fe778eebe3e568dcb71e6171a27.zip tcl-1211325c6fb35fe778eebe3e568dcb71e6171a27.tar.gz tcl-1211325c6fb35fe778eebe3e568dcb71e6171a27.tar.bz2 |
* unix/configure: Regen.
* unix/tcl.m4 (SC_CONFIG_CFLAGS): Don't include . characters
in the Tcl library name when building on FreeBSD 3.X and later
systems. [Bug 450725]
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r-- | unix/tcl.m4 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4 index 04fbaf6..61d01f5 100644 --- a/unix/tcl.m4 +++ b/unix/tcl.m4 @@ -891,6 +891,12 @@ dnl AC_CHECK_TOOL(AR, ar, :) DL_LIBS="" LDFLAGS="-export-dynamic" LD_SEARCH_FLAGS="" + + # FreeBSD doesn't handle version numbers with dots. + + UNSHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.a' + SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.so' + TCL_LIB_VERSIONS_OK=nodots ;; NEXTSTEP-*) SHLIB_CFLAGS="" |