summaryrefslogtreecommitdiffstats
path: root/unix/configure
Commit message (Collapse)AuthorAgeFilesLines
...
| * sync tcl.m4 with Tcl versionjan.nijtmans2012-06-231-176/+182
| | | | | | autoconf-2.13
| * implement various internal win32 stub functions for cygwinjan.nijtmans2012-04-251-163/+170
| |
* | sync tcl.m4 with Tcl versionjan.nijtmans2012-05-021-8/+15
| |
* | disallow colors like xellowjan.nijtmans2012-04-121-0/+5
|\ \ | |/ | | | | cleanup tkInt.decls configure changes for cygwin
| * sync tcl.m4 with Tcl, format tkInt.decls like Tk8.5/8.6jan.nijtmans2012-04-111-116/+120
| |
| * implementation ready for further field-testsbug_3511806jan.nijtmans2012-03-291-178/+250
| |
* | re-generate configurejan.nijtmans2012-04-011-3/+135
| |
* | Patch from the cygwin folksjan.nijtmans2012-03-041-6/+9
|\ \ | |/
| * Patch from the cygwin folksjan.nijtmans2012-03-041-173/+176
| |
| * Add --disable-rpath option to configure scriptjan.nijtmans2011-09-061-274/+307
| |
| * Make SHLIB_LD_LIBS='${LIBS}' the default and set to "" on per-platform ↵jan.nijtmans2011-08-301-254/+288
| | | | | | | | necessary basis. Add Haiku support and better NetBSD/FreeBSD support.
| * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-286/+303
| |
| * * unix/tcl.m4, unix/configure (SC_CONFIG_CFLAGS): harden the checkhobbs2009-04-281-178/+179
| | | | | | | | to add _r to CC on AIX with threads.
| * Regen unix/configurestwo2009-04-141-1/+1
| |
| * autoconf-2.13das2008-08-131-1/+1
| |
| * autoconf-2.13das2008-06-121-130/+131
| |
| * * unix/configure: autoconf-2.13das2008-06-121-170/+167
| |
| * * README: Bump version number to 8.4.19dgp2008-04-071-10/+29
| | | | | | | | | | | | | | | | | | | | | | | | * generic/tk.h: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.13 * win/configure: * changes: updates for 8.4.19 release.
| * * unix/configure: autoconf-2.13das2008-03-271-29/+10
| |
| * *** 8.4.18 TAGGED FOR RELEASE ***dgp2008-02-061-10/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | * README: Bump version number to 8.4.18 * generic/tk.h: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.13 * win/configure: * changes: updates for 8.4.18 release.
| * * macosx/Wish-Info.plist.in: add CFBundleLocalizations key, listingdas2008-02-021-30/+14
| | | | | | | | | | | | | | | | | | * unix/configure.in (Darwin): all library/msgs locales. * unix/configure.in (Darwin): correct Info.plist year substitution in non-framework builds. * unix/configure: autoconf-2.13
| * * changes: updates for 8.4.17 release.dgp2007-12-311-10/+29
| | | | | | | | | | * unix/configure.in: Add "hu" to LOCALES. * unix/configure: autoconf-2.13
| * * unix/configure.in (Darwin): add support for 64-bit X11.das2007-10-251-72/+96
| | | | | | | | * unix/configure: autoconf-2.13
| * * README: Bump version number to 8.4.17dgp2007-10-021-11/+30
| | | | | | | | | | | | | | | | | | | | * generic/tk.h: * unix/configure.in: Removed "es_ES" entry in LOCALES * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.13 * win/configure:
| * * unix/tcl.m4 (SunOS-5.1x): replace direct use of '/usr/ccs/bin/ld'das2007-09-151-127/+132
| | | | | | | | | | in SHLIB_LD by 'cc' compiler driver. * unix/configure: autoconf-2.13
| * * unix/configure.in: backport of TK_INCLUDE_SPEC addition.das2007-09-111-0/+5
| | | | | | | | | | * unix/tkConfig.sh.in: [Bug 777203] * unix/configure: autoconf-2.13
| * * unix/Makefile.in: add support for compile flags specific todas2007-08-071-1/+5
| | | | | | | | | | | | | | | | | | object files linked directly into executables. * unix/configure.in (Darwin): only use -seg1addr flag when prebinding; use -mdynamic-no-pic flag for object files linked directly into exes. * unix/configure: autoconf-2.13
| * * unix/configure.in (Darwin): link the Tk and Wish plists into theirdas2007-06-061-173/+159
| | | | | | | | | | | | | | binaries in all cases; fix 64bit arch removal in fat 32&64bit builds. * unix/tcl.m4 (Darwin): fix CF checks in fat 32&64bit builds. * unix/configure: autoconf-2.13
| * * README: Bump version number to 8.4.16dgp2007-05-301-10/+29
| | | | | | | | | | | | | | | | | | | | * generic/tk.h: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.13 * win/configure:
| * * unix/Makefile.in (dist): copy license.terms to dist macosx dir.das2007-04-291-1/+2
| | | | | | | | | | | | * unix/configure.in: install license.terms into Tk.framework; fix tk debug build detection. * unix/configure: autoconf-2.13
| * * generic/tkMain.c (Tk_MainEx): replicate macosx-specific code fromdas2007-03-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | TkpInit() that ensures the console window appears when wish is started from the OS X Finder (i.e. with stdin == /dev/null), jeffh's 2006-11-24 change rendered the corresponding code in TkpInit() ineffective in wish because Tk_MainEx() sets tcl_interactive before calling TkpInit(). * macosx/tkMacOSXDebug.c (TkMacOSXGetNamedDebugSymbol): add fix for libraries loaded with a DYLD_IMAGE_SUFFIX. * unix/tcl.m4 (Darwin): s/CFLAGS/CPPFLAGS/ in macosx-version-min check. * unix/configure: autoconf-2.13
| * * unix/tcl.m4: use SHLIB_SUFFIX=".so" on HP-UX ia64 arch.hobbs2007-02-191-168/+172
| | | | | | | | * unix/configure: autoconf-2.13
| * * unix/configure.in: add caching to -pipe check.das2007-02-041-223/+230
| | | | | | | | * unix/configure: autoconf-2.13
| * previous commit omitted some changes from the HEADdas2007-01-251-177/+176
| |
| * * unix/tcl.m4: integrate CPPFLAGS into CFLAGS as late as possibledas2007-01-251-146/+155
| | | | | | | | | | | | | | | | * unix/configure.in: and move (rather than duplicate) -isysroot flags from CFLAGS to CPPFLAGS to avoid errors about multiple -isysroot flags from some older gcc builds. * unix/configure: autoconf-2.13
| * * unix/tcl.m4: ensure CPPFLAGS env var is used when set. [Bug 1586861]das2007-01-191-174/+181
| | | | | | | | | | | | | | | | (Darwin): add -isysroot and -mmacosx-version-min flags to CPPFLAGS when present in CFLAGS to avoid discrepancies between what headers configure sees during preprocessing tests and compiling tests. * unix/configure: autoconf-2.13
| * * unix/tcl.m4 (Darwin): --enable-64bit: verify linking with 64bit -archdas2006-12-191-144/+208
| | | | | | | | | | flag succeeds before enabling 64bit build. * unix/configure: autoconf-2.13
| * * tcl.m4 (Linux): --enable-64bit support. [Patch 1597389], [Bug 1230558]das2006-11-261-150/+186
| | | | | | | | * configure: autoconf-2.13
| * * README: Bump version number to 8.4.15dgp2006-10-231-1/+1
| | | | | | | | | | | | | | | | | | | | * generic/tk.h: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.13 * win/configure:
| * * generic/tkConsole.c: TIP #268 update regarding registered packageandreas_kupries2006-09-221-237/+239
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tkMain.c: version, now using full patchlevel instead of * generic/tkWindow.c: major.minor * library/tk.tcl: * unix/configure: * unix/Makefile.in: * unix/tcl.m4: * win/configure: * win/Makefile.in: * win/makefile.vc: * win/rules.vc: * win/tcl.m4:
| * * unix/tcl.m4 (Darwin): add support for --enable-64bit on x86_64, fordas2006-08-181-149/+199
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | universal builds including x86_64, for 64-bit CoreFoundation on Leopard and for use of -mmacosx-version-min instead of MACOSX_DEPLOYMENT_TARGET. * unix/configure.in (Darwin): remove 64-bit arch flags from CFLAGS for combined 32-bit and 64-bit universal builds, as neither TkAqua nor TkX11 can be built for 64-bit at present. * unix/configure: autoconf-2.13 * macosx/README: updates for x86_64 support in Tcl. * macosx/tkMacOSXInit.c (TkpInit): when available, use public TransformProcessType() API instead of CPSEnableForegroundOperation() SPI to notify the window server that we are a GUI application. * macosx/tkMacOSXWm.c (WmAttrGetTitlePath): use HIWindow API on >=Tiger. * macosx/tkMacOSXMouseEvent.c (GenerateToolbarButtonEvent): * macosx/tkMacOSXMenus.c (GenerateEditEvent): * macosx/tkMacOSXMenu.c (MenuSelectEvent): bzero XVirtualEvent structure before use to ensure all fields are initialized. [Bug 1542205]
| * * macosx/tkMacOSXWm.c (WmAttributesCmd, WmIconbitmapCmd): add supportdas2006-07-201-469/+171
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for weakly importing symbols not available on OSX 10.2 or 10.3, enables binaires built on later OSX versions to run on earlier ones. * macosx/README: document how to enable weak-linking; cleanup. * unix/configure.in: enforce requirement of OSX 10.2 for TkAqua; move * unix/tcl.m4: Darwin specific checks & defines that are only relevant to the tcl build out of tcl.m4; restrict framework option to Darwin; cleanup quoting. * unix/configure: autoconf-2.13 * macosx/tkMacOSXKeyEvent.c: ifdef out diagnostic messages to stderr. * macosx/tkMacOSXEvent.h: standardize MAC_OS_X_VERSION_MAX_ALLOWED * macosx/tkMacOSXMenu.c: checks per QA1316, ensure define can be * macosx/tkMacOSXMenubutton.c: overriden on command line (from default * macosx/tkMacOSXMenus.c: of current OS version). * macosx/tkMacOSXMouseEvent.c: * macosx/tkMacOSXWm.c:
| * sync with tcldas2006-05-271-176/+231
| |
| * autoconf-2.13das2006-05-261-1/+1
| |
| * * README: Bump version number to 8.4.14dgp2006-05-041-1/+1
| | | | | | | | | | | | | | | | | | | | * generic/tk.h: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.13 * win/configure:
| * * macosx/tkMacOSXWm.c (WmAttributesCmd, WmIconbitmapCmd): fix errorsdas2006-04-061-132/+128
| | | | | | | | | | | | | | | | | | in setting/removing window proxy icons via [wm attributes -titlepath] and [wm iconbitmap], use HIWindow API on Tiger or later. [Bug 1455241] * unix/tcl.m4: remove TCL_IO_TRACK_OS_FOR_DRIVER_WITH_BAD_BLOCKING define on Darwin. [Tcl Bug 1457515] * unix/configure: autoconf-2.13
| * * unix/configure.in: fix detection of symbols build when enablingdas2006-03-221-3/+3
| | | | | | | | | | | | TkAqua debug code; filter nm output of libtclstub better to avoid error on intel macs [Bug 1415789]. * unix/configure: autoconf-2.13
| * * READNE: Bump version number to 8.4.13 and updatedgp2006-03-071-1/+1
| | | | | | | | | | | | | | | | * changes: changes to start prep for an 8.4.13 release. * generic/tk.h: * unix/configure{.in}: * unix/tk.spec: * win/configure{.in}:
| * * unix/tcl.m4: Fix for tk bug #1334613 to sort out shared librarypatthoyts2006-03-021-1/+1
| | | | | | | | * unix/configure: issues on NetBSD. Regenerated configure script.
| * * unix/configure: minor fix to Darwin specific code removingdas2006-01-231-1/+1
| | | | | | | | * unix/configure.in: 64bit flags from CFLAGS for Tk build.