summaryrefslogtreecommitdiffstats
path: root/unix/configure
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-125/+138
| | | | | | | recent CFLAGS reordering. * unix/configure: regen FossilOrigin-Name: 63addd892b46f002dd170c64dac814b03e762d65
* * unix/Makefile.in, unix/tcl.m4: move (C|LD)FLAGS after theirhobbs2004-07-191-674/+633
| | | | | | | | | | | | | | * 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
* * README, macosx/Wish.pbproj/project.pbxproj: bumped tohobbs2004-07-131-1/+1
| | | | | | | * unix/configure, unix/configure.in, unix/tk.spec: patchlevel 8.4.7 * win/configure, win/configure.in: FossilOrigin-Name: 3c03ae31580a3d25f4f3cf0648018f2fa789e008
* * 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 to patchlevel 8.4.6hobbs2004-02-131-165/+226
| | | FossilOrigin-Name: 8f97a2d774ac3040364295e1d9acbb6613e0fe3a
* * generic/tk.h: Bumped patch level to 8.4.5.1 to distinguishdgp2003-12-031-1/+1
| | | | | | | | | | | * unix/configure.in: CVS snapshots from the 8.4.5 release. * unix/tk.spec: * win/configure.in: * unix/configure: autoconf (2.13) * win/configure: FossilOrigin-Name: 93b2940e2dd5165fd97d4b35486432689cc9dcc1
* * README: Bumped patch level to 8.4.6 to distinguishdgp2003-12-031-1/+1
| | | | | | | | | | | | | * generic/tk.h: CVS snapshots from the 8.4.5 release. * unix/configure.in: * unix/tk.spec: * win/configure.in: * macosx/Wish.pbproj/project.pbxproj: * unix/configure: autoconf (2.13) * win/configure: FossilOrigin-Name: 770d7a24d4611d8ab7e8b8db54b27c6854644b95
* improve AIX --enable-64bit handlinghobbs2003-11-121-40/+40
| | | FossilOrigin-Name: 08752aa26a00e8b78733a8ad999312532da53658
* *unix/configure.in: Reconfigured to use $TCL_PREFIX as thedgp2003-10-061-326/+332
| | | | | | | | | | default value of --prefix, and also added warning when a TK_PREFIX value different from TCL_PREFIX is selected, since [package require Tk] fails in that configuration. [Bug 765642] * unix/configure: autoconf (2.13) FossilOrigin-Name: ae4c978d209079e160829479871d2b589be8d56b
* * unix/tcl.m4 (SC_PATH_TCLCONFIG): Corrected search path sodgp2003-10-061-137/+147
| | | | | | | | that alpha and beta releases of Tcl are not favored. [Bug 608698] * unix/configure: autoconf (2.13) FossilOrigin-Name: ae568382f6074861c900769dafd11e47c30eb9a1
* * unix/configure.in: Added check that version of Tcl header founddgp2003-10-061-134/+140
| | | | | | | | | | by configure matches that of the Tk we wish to build. As long as the Tk sources insist on lockstep releases, Tk's configuration should verify that's what we have. [Bug 749088] * unix/configure: autoconf (2.13) FossilOrigin-Name: 7d3cf9b4c86c47db905b412c216a150b37f3ddd5
* * README: Bumped to patch level 8.4.5dgp2003-10-031-1/+1
| | | | | | | | | | | | | * generic/tk.h: to prepare for next patch * macosx/Wish.pbproj/project.pbxproj: release. * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf (2.13) * win/configure: FossilOrigin-Name: 369f5319e5b896a0c2eb28da517ec7ee5932220d
* * README: Bumped patchlevel to 8.4.4 in preparationdgp2003-07-151-1/+1
| | | | | | | | | | | | | * generic/tk.h: for the Tk 8.4.4 release. * macosx/Wish.pbproj/project.pbxproj: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf (2.13) * win/configure: FossilOrigin-Name: 8af3bd8d8360de00b5cd5dd9e75835c7600a8153
* Bumped version to 8.4.3hobbs2003-05-151-1/+1
| | | FossilOrigin-Name: 73092b4effa1f8f9b8af839cedd2c2c68376c2d0
* * 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-123/+128
| | | | | | * unix/tcl.m4: Update from Tcl (HP xnet [Bug #651811]). FossilOrigin-Name: 140673d7f23752162c8c87fbc82c9c2381404832
* * unix/configure: Regen.mdejong2003-02-191-168/+171
| | | | | | * unix/tcl.m4: Update from Tcl. FossilOrigin-Name: 1afdae285a8e44e01d939d17f7797e777db71a75
* * README: Bumped to 8.4.2.hobbs2003-02-151-122/+127
| | | | | | | | | | | | | * generic/tk.h: * macosx/Wish.pbproj/project.pbxproj: * unix/configure: * unix/configure.in: * unix/tcl.m4: * unix/tk.spec: * win/configure: * win/configure.in: FossilOrigin-Name: 4404a5cbd0f4594cee308d8d93a647263f054a94
* * unix/configure: Regen.mdejong2002-11-061-127/+142
| | | | | | | | | * 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-137/+146
| | | | | | | * 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-98/+115
| | | | | | | | | * 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
* * README: Bumped to version 8.4.1 to avoid confusiondgp2002-09-271-1/+1
| | | | | | | | | | | | | * generic/tk.h: of CVS snapshots with release 8.4.0. * unix/README: * unix/configure.in: * unix/tk.spec * win/configure.in: * unix/configure: autoconf * win/configure: FossilOrigin-Name: 646705f847239b26ec35d10e1205511271f1c8a7
* * unix/configure: regen.hobbs2002-09-271-129/+137
| | | | | | * unix/tcl.m4: improve AIX-4/5 64bit compilation support. FossilOrigin-Name: bede30d4100644fcb70e8ac1f477070bb3f9db69
* Regen from Tcldkf2002-09-241-158/+165
| | | FossilOrigin-Name: d0b8c1fa03d52247161b11930edd0055edd33f01
* Regen from Tcldkf2002-09-241-145/+149
| | | FossilOrigin-Name: 444e47c0558d6e90f4c18976b2929050b8de7fde
* * unix/configure: Regen.mdejong2002-09-151-113/+119
| | | | | | | | | | | * 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-107/+109
| | | | | | | | | | | | | | | 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
* make sure to substitute LD_LIBRARY_PATH_VARhobbs2002-09-021-121/+139
| | | FossilOrigin-Name: debadbbc25e094a184a2095a2bdba20e3890d4af
* Bumped version number to 8.4.0hobbs2002-09-021-1/+1
| | | FossilOrigin-Name: 912aaecc43ffea8ab2570af2e2258aba3e7b2402
* * unix/tcl.m4: update from Tcldas2002-08-311-129/+149
| | | | | | | | | * 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
* * README: Bumped version number to 8.4b3 to distinguishmacosx-8-4-merge-2002-08-20-trunkdgp2002-08-201-1/+1
| | | | | | | | | | | | | | | | * generic/tk.h: HEAD from the 8.4b2 release. * unix/configure.in: * win/configure.in: * unix/tk.spec: * unix/configure: autoconf * win/configure: * generic/tk.h: Added compile-time check that the tcl.h header file #included by Tk 8.4 is one from Tcl 8.4. This is needed to be sure that new #defines like CONST84 are available. [Bug 597432]. FossilOrigin-Name: da31378977193262b10329ee2205aded0442aae3
* Resynch with Tcldkf2002-07-311-22/+31
| | | FossilOrigin-Name: e37a92a207320a0a004ac7145219024536bee79a
* * unix/configure: Regen.mdejong2002-07-291-165/+192
| | | | | | | | | * 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-237/+260
| | | | | | | | | | | | | | | | | | | | | 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-116/+130
| | | | | | * unix/tcl.m4: Update from Tcl. FossilOrigin-Name: 739f9716eb46c9577478fb5fea96811018a5b718
* * unix/configure: Regen.mdejong2002-07-231-9/+9
| | | | | | * unix/tcl.m4: Update from Tcl. FossilOrigin-Name: 0090380c62dd33b1bdd06dfa238bbc415bffc177
* * unix/configure:mdejong2002-07-191-206/+207
| | | | | | | | | | | * unix/configure.in: * win/configure: * win/configure.in: Add AC_PREREQ(2.13) in an attempt to make it more clear that the configure scripts must be generated with autoconf version 2.13. [Tcl Bug 583573] FossilOrigin-Name: b62109fb8699d7886b0263350b4f1c1e75ca0887
* * Bumped HEAD to version 8.4b2 in order to distinguish it fromdgp2002-07-141-2/+2
| | | | | | | the 8.4b1 release. Also extended LOCALES to cover all message catalogs. FossilOrigin-Name: 1248e4a3566e430ae5e41ab1d3d0549e3e3f8c6d
* Updated to latest tcl.m4 from Tcl.dgp2002-07-011-165/+222
| | | FossilOrigin-Name: 24ac0b9daca7eeb0323b32695c9a9f1e0a2f1534
* * unix/tcl.m4: New macro SC_CONFIG_MANPAGES.rmax2002-06-251-201/+240
| | | | | | | | | | | | | * 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-1/+1
| | | | | | * unix/tcl.m4 (SC_PATH_TCLCONFIG): by ${libdir}. FossilOrigin-Name: ab620e42200e3cd7e299e3ad109c7092316cb462
* Regen.dkf2002-06-221-1/+1
| | | FossilOrigin-Name: 0b436a8e2d182bc6d0d7dc4115e7c009be0a5269
* * unix/configure: Regen.mdejong2002-05-211-214/+228
| | | | | | | | | * 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
* * Ran 'autoconf' - forgotten when bump to 8.4a5.dgp2002-03-281-1/+1
| | | FossilOrigin-Name: 29631cf79b3ad5a2cd909af5de3a687d5c503f93
* updated from Tclhobbs2002-02-271-123/+129
| | | 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-132/+161
| | | | | | * unix/tcl.m4: updated to sync with Tcl's tcl.m4 FossilOrigin-Name: f9578e33b050c924efb12d9365166f86c751d7d1
* * unix/configure: regen'dhobbs2002-02-191-135/+410
| | | | | | | | * 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