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)
commit26eeabebd6507166451e07b847a5ce49646edf6d (patch)
treea48263c26cd62a50b21999127182df612c11d542 /unix/tcl.m4
parent39197f4f7fa16d70e84492838af16a77f76fc75a (diff)
downloadtk-26eeabebd6507166451e07b847a5ce49646edf6d.zip
tk-26eeabebd6507166451e07b847a5ce49646edf6d.tar.gz
tk-26eeabebd6507166451e07b847a5ce49646edf6d.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=""