summaryrefslogtreecommitdiffstats
path: root/unix/configure
diff options
context:
space:
mode:
authordas <das@noemail.net>2005-01-25 06:54:56 (GMT)
committerdas <das@noemail.net>2005-01-25 06:54:56 (GMT)
commitf4f8bdd5157f2aba4778cd80e2bd37035d8fdd7a (patch)
treee9e030778b2f7471f9b1878857e497e14e72458f /unix/configure
parentdcebc005c93284f45a08977ef44c56b8c76f8ea9 (diff)
downloadtk-f4f8bdd5157f2aba4778cd80e2bd37035d8fdd7a.zip
tk-f4f8bdd5157f2aba4778cd80e2bd37035d8fdd7a.tar.gz
tk-f4f8bdd5157f2aba4778cd80e2bd37035d8fdd7a.tar.bz2
* macosx/tkMacOSXInit.c (TkpInit): set tcl_interactive to 1 to show
console at startup instead of directly calling [console show]. * unix/tcl.m4 (Darwin): fixed bug with static build linking to dynamic library in /usr/lib etc instead of linking to static library earlier in search path. [Tcl Bug 956908] Removed obsolete references to Rhapsody. * unix/configure: autoconf-2.13 FossilOrigin-Name: dc471f108fa6047f7cf5dce267681a2a93daaf95
Diffstat (limited to 'unix/configure')
-rwxr-xr-xunix/configure6
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/configure b/unix/configure
index 787fc0c..b9f3d28 100755
--- a/unix/configure
+++ b/unix/configure
@@ -2638,7 +2638,7 @@ rm -f conftest*
;;
esac
;;
- Rhapsody-*|Darwin-*)
+ Darwin-*)
SHLIB_CFLAGS="-fno-common"
SHLIB_LD="cc -dynamiclib \${LDFLAGS}"
TCL_SHLIB_LD_EXTRAS="-compatibility_version ${TCL_VERSION} -current_version \${VERSION} -install_name \${DYLIB_INSTALL_DIR}/\${TCL_LIB_FILE} -prebind -seg1addr 0xa000000"
@@ -2648,7 +2648,7 @@ rm -f conftest*
DL_OBJS="tclLoadDyld.o"
PLAT_OBJS=\$\(MAC\_OSX_OBJS\)
DL_LIBS=""
- LDFLAGS="$LDFLAGS -prebind"
+ LDFLAGS="$LDFLAGS -prebind -Wl,-search_paths_first"
CC_SEARCH_FLAGS=""
LD_SEARCH_FLAGS=""
CFLAGS_OPTIMIZE="-Os"
@@ -3147,7 +3147,7 @@ fi
;;
NetBSD-*|FreeBSD-*|OpenBSD-*)
;;
- Rhapsody-*|Darwin-*)
+ Darwin-*)
;;
RISCos-*)
;;