summaryrefslogtreecommitdiffstats
path: root/unix/configure
Commit message (Collapse)AuthorAgeFilesLines
...
| | * * 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]
| | * * 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:
| | * * 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
| | * update to patchlevel 8.4.6hobbs2004-02-131-165/+226
| | |
| | * * 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:
| | * * 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:
| | * improve AIX --enable-64bit handlinghobbs2003-11-121-40/+40
| | |
| | * *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)
| | * * 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)
| | * * 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)
| | * * 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:
| | * * 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:
| | * Bumped version to 8.4.3hobbs2003-05-151-1/+1
| | |
| * | Release candidate branch for Tk 8.5.11dgp2011-10-261-1/+1
| | |
| * | Release candidate branch for Tk 8.5.10dgp2011-05-261-7/+7
| | |
* | | Bump version number to 8.6b2dgp2011-07-181-7/+7
| | |
* | | minor nits, taken over from TEA (tclconfig)jan.nijtmans2011-04-121-4/+4
|\ \ \ | |/ /
| * | minor nits, taken over from TEA (tclconfig)jan.nijtmans2011-04-121-4/+4
| | |
* | | sync with Tcl version of tcl.m4jan.nijtmans2011-04-111-1/+4
| | |
* | | Don't use -fvisibility=hidden with static libraries (--disable-shared)jan.nijtmans2011-04-061-1/+1
| | |
* | | set default MODULE_SCOPE=extern, in case no other value is determinedjan.nijtmans2011-03-281-4/+21
| | |
* | | Make SHLIB_LD_LIBS='${LIBS}' the default and set to "" on per-platform ↵jan.nijtmans2011-03-161-33/+4
|\ \ \ | |/ / | | | | | | | | | necessary basis. Backported from TEA, but kept all original platform code which was removed from TEA.
| * | Make SHLIB_LD_LIBS='${LIBS}' the default and set to "" on per-platform ↵jan.nijtmans2011-03-161-33/+4
| | | | | | | | | | | | | | | necessary basis. Backported from TEA, but kept all original platform code which was removed from TEA.
* | | autoconf-2.59jan.nijtmans2011-03-161-10/+10
|\ \ \ | |/ /
| * | autoconf-2.59jan.nijtmans2011-03-161-10/+10
| | |
| * | Cross-compile support for Win and UNIX (backported)nijtmans2010-12-131-8/+45
| | |
| * | Better building on OpenBSD.stwo2010-12-121-13/+33
| | |
| * | * unix/Makefile.in: add valgrind targethobbs2010-08-271-2/+3
| | | | | | | | | | | | | | | | | | * unix/configure, unix/tcl.m4: SHLIB_LD_LIBS='${LIBS}' for OSF1-V*. Add /usr/lib64 to set of auto-search dirs. [Bug 1230554] (SC_PATH_X): Correct syntax error when xincludes not found.
| * | * unix/configure: regen with ac-2.59hobbs2010-08-121-153/+26
| | | | | | | | | | | | | | | | | | | | | * unix/configure.in, unix/Makefile.in: * unix/tcl.m4 (AIX): remove the need for ldAIX, replace with -bexpall/-brtl. Remove TK_EXP_FILE (export file) and other baggage that went with it. Remove pre-4 AIX build support.
| * | * generic/tk.h: Bump to 8.5.9 for release.dgp2010-08-041-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * README: * unix/configure: autoconf-2.59 * win/configure: * changes: Updated for 8.5.9 release.
| * | Correct compiler/linker flags for threaded builds on OpenBSD.stwo2010-02-191-7/+15
| | |
| * | Trivial CYGWIN fixes (backported from trunk)nijtmans2010-01-061-1/+119
| | |
| * | *** 8.5.8 TAGGED FOR RELEASE ***dgp2009-11-031-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tk.h: Bump to 8.5.8 for release. * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * README: * unix/configure: autoconf-2.59 * win/configure: * changes: Updated for 8.5.8 release.
| * | autoconf-2.59das2009-07-141-17/+34
| | |
| * | * unix/tcl.m4, unix/configure (SC_CONFIG_CFLAGS): harden the checkhobbs2009-04-281-2/+3
| | | | | | | | | | | | to add _r to CC on AIX with threads.
| * | Removed -Wno-implicit-int from CFLAGS_WARNING.\nRegen unix/configure.stwo2009-04-141-7/+7
| | |
| * | * generic/tk.h: Bump to 8.5.6 for release.dgp2009-04-101-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * README: * unix/configure: autoconf-2.59 * win/configure:
| * | * unix/configure.in (Darwin): use Darwin SUSv3 extensions ifdas2009-04-101-2/+300
| | | | | | | | | | | | | | | | | | available. * unix/configure: autoconf-2.59 * unix/tkConfig.h.in: autoheader-2.59
| * | * unix/tcl.m4: Corrected a typo ($(SHLIB_VEERSION) should be ${SHLIB_VERSION}).Kevin B Kenny2009-01-221-1/+1
| | | | | | | | | | | | * unix/configure: Autoconf 2.59
| * | Backport of Patch 907924Kevin B Kenny2009-01-201-10/+19
| | |
| * | * generic/tk.h: Bump to 8.5.6 for release.dgp2008-12-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * README: * unix/configure: autoconf-2.59 * win/configure:
| * | * generic/tk.h: Bump version number to 8.5.6b1 to distinguishdgp2008-10-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * library/tk.tcl: CVS development snapshots from the 8.5.5 and * unix/configure.in: 8.5.6 releases. * unix/tk.spec: * win/configure.in: * README: * unix/configure: autoconf (2.59) * win/configure:
| * | * generic/tk.h: Bump to 8.5.5 for release.dgp2008-10-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
| * | Commit mysteriously missing autoconf resultsdgp2008-09-021-7/+7
| | |
| * | autoconf-2.59das2008-08-131-7/+7
| | |
| * | * generic/tk.h: Bump to 8.5.4 for release.dgp2008-08-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * README: * unix/configure: autoconf-2.59 * win/configure:
| * | * generic/tk.h: Bump to 8.5.3 for release.core_8_5_3dgp2008-06-301-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * README: * unix/configure: autoconf-2.59 * win/configure: * changes: Updates for 8.5.3 release.
| * | * unix/configure: autoconf-2.59das2008-06-121-26/+49
| | |
| * | * generic/tk.h: Bump version number to 8.5.3b1 to distinguishdgp2008-04-111-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * library/tk.tcl: CVS development snapshots from the 8.5.2 and * unix/configure.in: 8.5.3 releases. * unix/tk.spec: * win/configure.in: * unix/configure: autoconf (2.59) * win/configure:
| * | autoconf-2.59das2008-04-011-8/+185
| | |