summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
Commit message (Collapse)AuthorAgeFilesLines
* * unix/configure:das2004-07-301-2/+2
| | | | | | | * unix/tcl.m4 (SC_CONFIG_CFLAGS): Darwin: instead of setting PLAT_OBJS to explict object files in tcl.m4, refer to MAC_OSX_OBJS makefile var. FossilOrigin-Name: 02f5e72a5fbf19242e4045dd22506c9c17ce9490
* * unix/tcl.m4: fixed Darwin autoconf breakage caused bydas2004-07-201-3/+4
| | | | | | | recent CFLAGS reordering. * unix/configure: regen FossilOrigin-Name: 63addd892b46f002dd170c64dac814b03e762d65
* * unix/Makefile.in, unix/tcl.m4: move (C|LD)FLAGS after theirhobbs2004-07-191-93/+107
| | | | | | | | | | | | | | * unix/configure.in, unix/configure: _DEFAULT to allow for env setting to override m4 switches. Consolidate header checks to limit redundancy in configure. (CFLAGS_WARNING): Remove -Wconversion, add -fno-strict-aliasing for gcc builds (need to suppress 3.x type puning warnings). (SC_ENABLE_THREADS): Set m4 to force threaded build when built against a threaded Tcl core. Reorder configure.in for better 64-bit build configuration, replacing EXTRA_CFLAGS with CFLAGS. [Bug #874058] FossilOrigin-Name: 6045f801efc511c1f1f2b8d8df4a7c8e1df52467
* * unix/tcl.m4 (SC_CONFIG_CFLAGS): Allow 64-bit enabling ondgp2004-03-011-1/+1
| | | | | | | IRIX64-6.5* systems. [Bug 218561] * unix/configure: autoconf-2.13 FossilOrigin-Name: bbdb16fef73a85a4f55bcaf2dab8ea84eb9c9b22
* update HP-11 build libs setuphobbs2004-02-131-1/+8
| | | FossilOrigin-Name: a3dcbb9001055eccf6e0702448db7bd48ba96a24
* improve AIX --enable-64bit handlinghobbs2003-11-121-37/+37
| | | FossilOrigin-Name: 08752aa26a00e8b78733a8ad999312532da53658
* * unix/tcl.m4 (SC_PATH_TCLCONFIG): Corrected search path sodgp2003-10-061-2/+20
| | | | | | | | that alpha and beta releases of Tcl are not favored. [Bug 608698] * unix/configure: autoconf (2.13) FossilOrigin-Name: ae568382f6074861c900769dafd11e47c30eb9a1
* Added note to make it clear that frameworks are an OSX feature [Bug 619440]dkf2003-09-291-1/+1
| | | FossilOrigin-Name: ad979e4f9c06906b6c9252da0668311ed3da0ccb
* * library/console.tcl: (aqua & macintosh) added missing <Cmd-q>das2003-02-211-1/+1
| | | | | | | | | | | | 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
* * unix/configure: Regen.andreas_kupries2003-02-191-1/+3
| | | | | | * unix/tcl.m4: Update from Tcl (HP xnet [Bug #651811]). FossilOrigin-Name: 140673d7f23752162c8c87fbc82c9c2381404832
* * unix/configure: Regen.mdejong2003-02-191-0/+3
| | | | | | * unix/tcl.m4: Update from Tcl. FossilOrigin-Name: 1afdae285a8e44e01d939d17f7797e777db71a75
* correct HP-UX ia64 --enable-64bit build flagshobbs2003-02-151-2/+7
| | | FossilOrigin-Name: 5d0d3a94db904aee9e1065c882fe57e4355d1e54
* * unix/configure: Regen.mdejong2002-11-061-6/+15
| | | | | | | | | * unix/tcl.m4: Update from Tcl. * win/configure: Regen. * win/configure.in: Check that AR, RANLIB, and RC are found on the path when building with gcc. FossilOrigin-Name: 37ce221ad3dfa2b9fca25348b9e849cbc605de2f
* * unix/configure:hobbs2002-10-161-47/+21
| | | | | | | * unix/tcl.m4: add AIX-5 ppc build support. Remove unused SC_ENABLE_MEMDEBUG. FossilOrigin-Name: 358e85b4956e4b9d7a8e2dbc23e98cf07cbc9285
* * unix/README: doc'ed --enable-symbols options.hobbs2002-10-101-6/+21
| | | | | | | | | * unix/Makefile.in: comment docs * unix/configure: regen * unix/tcl.m4: replaced SC_ENABLE_MEMDEBUG with a more intelligent SC_ENABLE_SYMBOLS that takes yes|no|mem|all as options now. FossilOrigin-Name: f1a68625005ce4aae8a2571fa158927b64fe1022
* * unix/configure: regen.hobbs2002-09-271-2/+10
| | | | | | * unix/tcl.m4: improve AIX-4/5 64bit compilation support. FossilOrigin-Name: bede30d4100644fcb70e8ac1f477070bb3f9db69
* Regen from Tcldkf2002-09-241-4/+9
| | | FossilOrigin-Name: d0b8c1fa03d52247161b11930edd0055edd33f01
* Regen from Tcldkf2002-09-241-0/+1
| | | FossilOrigin-Name: 444e47c0558d6e90f4c18976b2929050b8de7fde
* * unix/configure: Regen.mdejong2002-09-151-0/+3
| | | | | | | | | | | * unix/tcl.m4: Update from Tcl. * unix/tkUnixEvent.c (TkpCloseDisplay): Use PEEK_XCLOSEIM to examine the input context queue before invoking XCloseIM. Generate an assert if there is an input context that has not been freed. [Patch 570902] FossilOrigin-Name: 5b90814a1e529149663547788910e11a4e45da0a
* * unix/Makefile.in: added DYLIB_INSTALL_DIR variable for Darwindas2002-09-101-2/+4
| | | | | | | | | | | | | | | and set it to default value ${LIB_RUNTIME_DIR} * unix/tcl.m4 (Darwin): use DYLIB_INSTALL_DIR instead of LIB_RUNTIME_DIR in the -install_name argument to ld. * unix/configure: regen. * macosx/Wish.pbproj/project.pbxproj: * macosx/Makefile: added support for building Tcl as an embedded framework, i.e. using an dyld install_name containing @executable_path/../Frameworks via the new DYLIB_INSTALL_DIR unix/Makefile variable. FossilOrigin-Name: 419f67e76a6a210f8d79e5844fc9211bd1e00d16
* add support for 64-bit builds on HP-11 with gcchobbs2002-09-021-2/+17
| | | FossilOrigin-Name: 2b462bcabe855f51f5d7258bd32223cac642062a
* * unix/tcl.m4: update from Tcldas2002-08-311-4/+107
| | | | | | | | | * unix/Makefile.in: import of TK_SHLIB_LD_EXTRAS for Tk library specific linker settings. Added use of new LD_LIBRARY_PATH_VAR. * unix/configure: regen FossilOrigin-Name: 17a60be43f656e3723b5eef11bd5db8dac84256c
* Resynch with Tcldkf2002-07-311-18/+22
| | | FossilOrigin-Name: e37a92a207320a0a004ac7145219024536bee79a
* * unix/configure: Regen.mdejong2002-07-291-22/+67
| | | | | | | | | * unix/configure.in: Remove code that was setting CC_SEARCH_FLAGS and LD_SEARCH_FLAGS to try to account for cc vs ld linking. Tcl now handles this. * unix/tcl.m4: Update from Tcl. FossilOrigin-Name: 90aa51585fabef4ad39b42f9b6c17203a3341ed6
* * unix/Makefile.in: Add MAJOR_VERSION, MINOR_VERSION,mdejong2002-07-281-14/+81
| | | | | | | | | | | | | | | | | | | | | PATCH_LEVEL, INSTALL_LIBRARY, STUB_LIB_FILE, and LIB_FILE to support changes in tcl.m4 related to library builds. Use MAKE_LIB macro to avoid dealing with RANLIB issues. Rename TK_CC_SEARCH_FLAGS to CC_SEARCH_FLAGS and rename TK_LD_SEARCH_FLAGS to LD_SEARCH_FLAGS. Use new INSTALL_LIB and INSTALL_STUB_LIB substs to deal with ranlib issues when install libraries. * unix/configure: Regen. * unix/configure.in: Remove AC_PROG_RANLIB since this is done by tcl.m4 now. Define CC_SEARCH_FLAGS instead of TK_CC_SEARCH_FLAGS and so on. Use MAKE_LIB and MAKE_STUB_LIB from tcl.m4. Remove AC_SUBST calls that are no done in tcl.m4. * unix/tcl.m4: Update from Tcl. * unix/tkConfig.sh.in: Subst CC_SEARCH_FLAGS and LD_SEARCH_FLAGS. FossilOrigin-Name: dc30e10656e22fdb5bf07e6f4e63247ed9034af5
* * unix/configure: Regen.mdejong2002-07-231-0/+14
| | | | | | * unix/tcl.m4: Update from Tcl. FossilOrigin-Name: 739f9716eb46c9577478fb5fea96811018a5b718
* * unix/configure: Regen.mdejong2002-07-231-8/+7
| | | | | | * unix/tcl.m4: Update from Tcl. FossilOrigin-Name: 0090380c62dd33b1bdd06dfa238bbc415bffc177
* Updated to latest tcl.m4 from Tcl.dgp2002-07-011-4/+7
| | | FossilOrigin-Name: 24ac0b9daca7eeb0323b32695c9a9f1e0a2f1534
* * unix/tcl.m4: New macro SC_CONFIG_MANPAGES.rmax2002-06-251-0/+42
| | | | | | | | | | | | | * unix/configure.in: Added support for symlinks and compression * unix/Makefile.in: when installing the manpages. [Patch 518052] Default is still hardlinks and no compression. * unix/mkLinks: generated * unix/configure: * unix/README: Added documentation for the new features. FossilOrigin-Name: 4786c9feb60b65c23e37b740c809ec9e3bd1e6b1
* * unix/configure: Replaced ${exec_prefix}/librmax2002-06-251-2/+2
| | | | | | * unix/tcl.m4 (SC_PATH_TCLCONFIG): by ${libdir}. FossilOrigin-Name: ab620e42200e3cd7e299e3ad109c7092316cb462
* * unix/configure: Regen.mdejong2002-05-211-2/+13
| | | | | | | | | * unix/configure.in: Invoke SC_ENABLE_SHARED before calling SC_CONFIG_CFLAGS so that the SHARED_BUILD variable can be checked inside SC_CONFIG_CFLAGS. * unix/tcl.m4: Update from Tcl. FossilOrigin-Name: 68351a45a18a19d7c9aa9176a2f1f2e3b355a627
* * unix/configure:hobbs2002-04-261-2/+2
| | | | | | | * unix/tcl.m4: change HP-11 SHLIB_LD_LIBS from "" to ${LIBS} so that the .sl knows its dependent libs. FossilOrigin-Name: e6310244ba7777b13c34232a3019113d20c18f5a
* updated from Tclhobbs2002-02-271-1/+5
| | | FossilOrigin-Name: 715a3c0dc25c0237b4ea183c1302b2596bdb925d
* * unix/configure: Regen.mdejong2002-02-231-1/+1
| | | | | | * unix/tcl.m4: Update from Tcl. FossilOrigin-Name: 8603d4e4b435ef8dd95f7a3d3e0deea0dbafbb8b
* * unix/configure: regeneratedhobbs2002-02-221-84/+95
| | | | | | * unix/tcl.m4: updated to sync with Tcl's tcl.m4 FossilOrigin-Name: f9578e33b050c924efb12d9365166f86c751d7d1
* * unix/configure: regen'dhobbs2002-02-191-0/+107
| | | | | | | | * unix/tcl.m4: * unix/configure.in: added macros and calls to SC_TCL_EARLY_FLAGS and SC_TCL_64BIT_FLAGS, part of TIP #72. FossilOrigin-Name: 091079f197348d89fe478bbd03aa27aa4b3b89fb
* * unix/Makefile.in: Remove commented out vars.mdejong2002-01-291-4/+30
| | | | | | | | | | | * unix/configure: Regen. * unix/configure.in: Don't subst vars that are already taken care of in SC_LOAD_TCLCONFIG. * unix/tcl.m4: Update from Tcl. * win/configure: Regen. * win/tcl.m4: Update from Tcl. FossilOrigin-Name: 178a19e30ac1930ca02d550822059d0cd157f01c
* * unix/configure: Regen.mdejong2002-01-171-2/+3
| | | | | | | | * unix/tcl.m4: Update from Tcl. * win/configure: Regen. * win/tcl.m4: Update from Tcl. FossilOrigin-Name: b5febdbfd80d2878cd0757f3e4d126eb86575970
* * unix/configure: Regen.mdejong2001-12-201-3/+3
| | | | | | * unix/tcl.m4: Update from Tcl. FossilOrigin-Name: e319def07b094610796699a980c38d289e9dfafe
* * unix/configure: Regen.mdejong2001-12-191-2/+51
| | | | | | * unix/tcl.m4: Update from Tcl. FossilOrigin-Name: 1742df3bc5b3dac514aad29b17ee73eea45c015f
* added -lc to AIX libs, fixed path to ldAixhobbs2001-11-101-2/+18
| | | FossilOrigin-Name: 25a2b70eb9ba6b851065c860aa049b330827596e
* * unix/configure:mdejong2001-11-091-1/+2
| | | | | | * unix/tcl.m4: Update from Tcl. FossilOrigin-Name: df7ba9dd294653b52bd27a5d5d48df201691ab54
* * unix/configure:mdejong2001-11-091-2/+8
| | | | | | * unix/tcl.m4: Update from Tcl. FossilOrigin-Name: a3d14f9c887390ce5916eb8242828af98364fed7
* * unix/configure: regen'edhobbs2001-09-201-1/+35
| | | | | | | * unix/tcl.m4: added --enable-64bit support for HP-11 with the 64-bit kernel. FossilOrigin-Name: 4722cfad8aeef2076fe4909edfc6436415dc6d46
* * unix/configure:mdejong2001-09-121-14/+14
| | | | | | * unix/tcl.m4: Update from Tcl. FossilOrigin-Name: a1f737061577d7b185ef8d40268ad984eb8657a9
* * unix/configure:mdejong2001-09-101-0/+6
| | | | | | * unix/tcl.m4: Update from Tcl. FossilOrigin-Name: 1ba5d71e5c2271a90c9cad1968e66a0c01e600fb
* added QNX-6 build support. [Bug #219410] (loverso)hobbs2001-08-231-0/+13
| | | FossilOrigin-Name: e6fc72bede6075b09c7141e2d40dd30fa4b2877b
* * unix/configure: Regen.mdejong2001-08-121-22/+13
| | | | | | * unix/tcl.m4: Update from Tcl. FossilOrigin-Name: d9ddcd5f876b74382f24654a59c8d2f8894b8cd3
* * unix/configure: regeneratedhobbs2001-08-071-0/+23
| | | | | | | * unix/tcl.m4: added GNU (HURD) configuration target. (brinkmann) [Patch: #442974] FossilOrigin-Name: 39e6cac439f644c06e7d17ea68ee3a06f4c322ee
* * unix/Makefile.in: Add AR and STLIB_LD variables.mdejong2001-07-111-1/+6
| | | | | | | | | | | * unix/configure: * unix/configure.in: Use STLIB_LD when defining MAKE_LIB and MAKE_STUB_LIB. Subst STLIB_LD, RANLIB, and AR. * unix/tcl.m4: Update from Tcl. * win/configure: Regen. * win/tcl.m4: Update from Tcl. FossilOrigin-Name: 67de68fc0038759f7292b250fa61dbfdf8420590