diff options
author | das <das@noemail.net> | 2003-02-21 03:34:27 (GMT) |
---|---|---|
committer | das <das@noemail.net> | 2003-02-21 03:34:27 (GMT) |
commit | e7a2a9433511feb3e154e13ad72cc0d937f83ccd (patch) | |
tree | dbacb2ddcc8b2e30b282b5ad405092d34b8afb32 /unix | |
parent | bbf7cb91ee9c3c7caafc44c39a1b2d25f12d4ce1 (diff) | |
download | tk-e7a2a9433511feb3e154e13ad72cc0d937f83ccd.zip tk-e7a2a9433511feb3e154e13ad72cc0d937f83ccd.tar.gz tk-e7a2a9433511feb3e154e13ad72cc0d937f83ccd.tar.bz2 |
* library/console.tcl: (aqua & macintosh) added missing <Cmd-q>
binding for corresponding Quit menu item shortcut.
* macosx/README: updated instructions for embedded build,
added various improvements by Russell Owen.
* unix/tcl.m4: update from Tcl.
* unix/configure: regen.
FossilOrigin-Name: 258a3fd4bad32c093d19bd8cc6e538ee4ac25e98
Diffstat (limited to 'unix')
-rwxr-xr-x | unix/configure | 2 | ||||
-rw-r--r-- | unix/tcl.m4 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/unix/configure b/unix/configure index d256158..1d5026d 100755 --- a/unix/configure +++ b/unix/configure @@ -2762,7 +2762,7 @@ fi LD_LIBRARY_PATH_VAR="DYLD_LIBRARY_PATH" # for compatibility with autoconf vers 2.13 : HACK="" - EXTRA_CFLAGS="-DMA${HACK}C_OSX_TCL -DHAVE_CFBUNDLE -DTCL_DEFAULT_ENCODING=\\\"utf-8\\\"" + EXTRA_CFLAGS="-DMA${HACK}C_OSX_TCL -DHAVE_CFBUNDLE -DUSE_VFORK -DTCL_DEFAULT_ENCODING=\\\"utf-8\\\"" LIBS="$LIBS -framework CoreFoundation" ;; NEXTSTEP-*) diff --git a/unix/tcl.m4 b/unix/tcl.m4 index b9e6d15..e407792 100644 --- a/unix/tcl.m4 +++ b/unix/tcl.m4 @@ -1271,7 +1271,7 @@ dnl AC_CHECK_TOOL(AR, ar) LD_LIBRARY_PATH_VAR="DYLD_LIBRARY_PATH" # for compatibility with autoconf vers 2.13 : HACK="" - EXTRA_CFLAGS="-DMA${HACK}C_OSX_TCL -DHAVE_CFBUNDLE -DTCL_DEFAULT_ENCODING=\\\"utf-8\\\"" + EXTRA_CFLAGS="-DMA${HACK}C_OSX_TCL -DHAVE_CFBUNDLE -DUSE_VFORK -DTCL_DEFAULT_ENCODING=\\\"utf-8\\\"" LIBS="$LIBS -framework CoreFoundation" ;; NEXTSTEP-*) |