diff options
author | das <das> | 2004-06-18 15:30:16 (GMT) |
---|---|---|
committer | das <das> | 2004-06-18 15:30:16 (GMT) |
commit | 41bc36d1c5d5f30748dc3e7d21ef248b69450a4c (patch) | |
tree | 2c3800e5aed5ed7c1eaf08b3ecafaf2a9662e836 /unix/tcl.m4 | |
parent | 68c988ff855b9dbfb491f6986db826f591b6f1d2 (diff) | |
download | tk-41bc36d1c5d5f30748dc3e7d21ef248b69450a4c.zip tk-41bc36d1c5d5f30748dc3e7d21ef248b69450a4c.tar.gz tk-41bc36d1c5d5f30748dc3e7d21ef248b69450a4c.tar.bz2 |
* unix/tcl.m4: autoconf 2.5 fixes in Darwin section.
* unix/configure: autoconf-2.57
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r-- | unix/tcl.m4 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4 index 50c52b8..cd675f1 100644 --- a/unix/tcl.m4 +++ b/unix/tcl.m4 @@ -1337,9 +1337,10 @@ dnl AC_CHECK_TOOL(AR, ar) LD_SEARCH_FLAGS="" CFLAGS_OPTIMIZE="-Os" LD_LIBRARY_PATH_VAR="DYLD_LIBRARY_PATH" - # for compatibility with autoconf vers 2.13 : - HACK="" - EXTRA_CFLAGS="-DMA${HACK}C_OSX_TCL -DHAVE_CFBUNDLE -DUSE_VFORK -DTCL_DEFAULT_ENCODING=\\\"utf-8\\\"" + AC_DEFINE(MAC_OSX_TCL) + AC_DEFINE(HAVE_CFBUNDLE) + AC_DEFINE(USE_VFORK) + AC_DEFINE_UNQUOTED(TCL_DEFAULT_ENCODING,"utf-8") LIBS="$LIBS -framework CoreFoundation" ;; NEXTSTEP-*) |