summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
diff options
context:
space:
mode:
authormdejong <mdejong>2001-09-10 22:47:01 (GMT)
committermdejong <mdejong>2001-09-10 22:47:01 (GMT)
commit921e6d5b6e3c1b189d1e7a42eeba1251a24b6b29 (patch)
treea48263c26cd62a50b21999127182df612c11d542 /unix/tcl.m4
parentb41f6bda8c2af3e003bee06f114d1528438ad03c (diff)
downloadtk-921e6d5b6e3c1b189d1e7a42eeba1251a24b6b29.zip
tk-921e6d5b6e3c1b189d1e7a42eeba1251a24b6b29.tar.gz
tk-921e6d5b6e3c1b189d1e7a42eeba1251a24b6b29.tar.bz2
* unix/configure:
* unix/tcl.m4: Update from Tcl.
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r--unix/tcl.m46
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=""