summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* * unix/aclocal.m4: Use tcl.m4.mo2000-07-191-3/+3
| | | | | | | | | | * unix/configure.in: Properly quote LOCALES variable. Properly quote argument to m4 macro. * unix/tcl.m4: Add updated file from tcl. * win/tcl.m4: Updated file from tcl. FossilOrigin-Name: 9f7b475c17c69a9dea4e9c18a4691452fda39fbf
* * unix/configure.in (MAKE_LIB): Corrected definition of MAKE_LIBericm2000-07-181-2/+2
| | | | | | for shared builds, with patch from Mike Hopkirk. FossilOrigin-Name: 82afa607e2185d7fef567ed21c4b8d477b119e65
* * library/msgs/de.msg: German message catalog.ericm2000-06-301-1/+3
| | | | | | | | | | | | | | | | | | | | | | * library/msgs/en.msg: English message catalog. * library/msgs/es.msg: Spanish message catalog. * library/msgs/fr.msg: French message catalog. * unix/Makefile.in: * unix/configure.in: * library/tk.tcl: * library/clrpick.tcl: * library/choosedir.tcl: * library/console.tcl: * library/msgbox.tcl: * library/tkfbox.tcl: * library/xmfbox.tcl: * library/bgerror.tcl: Applied patches from Laurent Duperval to provide localization of Tk dialogs. [RFE: 2671]. FossilOrigin-Name: fba5538c67f2c40b36cf85e267a90136a5a80bbd
* * README:hobbs2000-05-031-4/+4
| | | | | | | | | | | | | | | * generic/tk.h: * library/tk.tcl: * mac/README: * unix/README: * unix/configure.in: * unix/tk.spec: * win/README: * win/aclocal.m4: * win/configure.in: * win/makefile.vc: updated patchlevel to 8.4a1 FossilOrigin-Name: 8f7cbc1d2d96c6bcb39077da34bb659e49477384
* * README:hobbs2000-04-191-2/+2
| | | | | | | | | | | | | | | * generic/tk.h: * unix/configure.in: * unix/tk.spec: * win/configure.in: bumped to version 8.3.1 * library/msgbox.tcl (tkMessageBox): changed to use grid in some places, realign icon to anchor nw. * mac/tkMacScale.c: reverted tkMacScale.c to 1.5 equivalent (it was accidentally bumped forward). FossilOrigin-Name: 7eb9e57682eca7b5da89db7c783e152ba154a632
* * unix/configure.in: Applied patch from [Bug: 4237]; ensures thatericm2000-03-301-1/+3
| | | | | | | | | | srcdir is fully qualified. * unix/Makefile.in: Applied patch from [Bug: 4237]; if tcltest was not compiled, make test/tktest failed. Now it has a rule to build tcltest if it has not been built. FossilOrigin-Name: 382e101a9022d79ef826e6131e7e2c6150da5f15
* * unix/tkUnixWm.c (Tk_CoordsToWindow): qualified delete of errorhobbs2000-02-101-14/+1
| | | | | | | | | | | | | | | handler as the goto label is reached from above and below. * unix/configure.in: * unix/aclocal.m4: cleaned up macros to coincide with tcl.m4, added -export-dynamic to LDFLAGS for FreeBSD-3+ [Bug: 2998] * unix/README: * unix/Makefile.in (dist): removed porting.notes and porting.old from distribution and CVS. The information was very outdated. Now refer to http://dev.scriptics.com/services/support/platforms.html FossilOrigin-Name: a8e1c74007bc61a1e44695f70f5438b3ee5790bd
* * unix/aclocal.m4: changed all -fpic to -fPIChobbs2000-02-081-2/+2
| | | | | | | | | * README: * unix/configure.in: * win/configure.in: * generic/tk.h (TK_RELEASE_SERIAL): Moved to 8.3.0 patchlevel FossilOrigin-Name: 67d3d142ffd116e5a67902b4e715c068add08b49
* * changes: updated changes file to reflect 8.3b2 modshobbs2000-01-141-2/+2
| | | | | | | | | * README: * generic/tk.h: * unix/configure.in: * win/configure.in: updated to patchlevel 8.3b2 FossilOrigin-Name: 2675982e5628a08fcc35d1c0fb14e7977f3f71b7
* * unix/aclocal.m4: strtod bug on Tru64 [Bug: 3378]hobbs2000-01-121-1/+2
| | | | | | | | | | | | | | | | | | | * unix/Makefile.in: added tests to prevent unnecessary chmod +x in source dirs while installing [Bug: 3367] * unix/configure.in: properly sub'ed in TK_SHARED_BUILD [Bug: 3385] * tests/winWm.test: * tests/unixWm.test: * mac/tkMacWm.c: * unix/tkUnixWm.c: fixed possible X error being raised [Bug: 3377] * win/tkWinWm.c: wm deiconify in zoom state [Bug: 2077], fixed possible flashing of unmapped toplevel in deiconify [Bug: 3338] and fixed mapping of transient window [Bug: 572] Also, for all wm's, extended 'wm state' command to allow setting of the state, and added official support of 'zoomed' state on Win. FossilOrigin-Name: 29decdaf4ace8bd6d2774bb76eff6576425b78d9
* * unix/configure.in:hobbs1999-12-211-2/+2
| | | | | | | | | | | | | | | | | | | | | * README: updated for patch level 8.3b1 * unix/tkUnixWm.c: fixed panic in Tk_CoordsToWindow to print error and continue instead (for Tix) [Bug: 716 et al] * unix/tkUnixMenu.c: * unix/tkUnixFont.c: * generic/tkImgPPM.c: removed extranneous vars that were set but never used. * unix/aclocal.m4: removed -O flag for AIX when using the IBM compiler (several versions have a bug that crops up in the text widget). [Bug: 2316] * unix/Makefile.in: removed extra slash in SCRIPT_INSTALL_DIR [Bug: 3896] FossilOrigin-Name: 319a19a17c741b422862379dca21d45833b04407
* 1999-09-24 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-10-011-4/+4
| | | | | | | | | | | | | | | * */README: * win/makefile.vc: * */configure.in: * generic/tk.h: * library/tk.tcl: up'd to 8.3a1 * unix/Makefile.in: changed 'mkdir' to 'mkdir -p' * library/dialog.tcl: changed {Times 18} to {Times 12} for dialog font. FossilOrigin-Name: 0d267eb835a566c144fae8e05ddbbc61f8451f1c
* Change version numbers to 8.2.0redman1999-08-101-2/+2
| | | FossilOrigin-Name: 732af4c744482f60d74133cc0710e842be88bf0c
* Fix configure scripts for beta version number (b2 instead of b1).redman1999-08-041-2/+2
| | | FossilOrigin-Name: 9e75ad9273063eb2777525e65489150b6e57ec29
* configure now adds the "g" suffix to the stub library if buildwart1999-07-081-16/+7
| | | | | | with --enable-symbols FossilOrigin-Name: 4fe3f5768ae56cdc81bd79d13634ab4a8fc6e32e
* Fix Tk stub file names and flagsredman1999-07-081-2/+4
| | | FossilOrigin-Name: 4fdb6175a401e31bd9cb6c54d4bd6863a0c42cb7
* Changed to Tk 8.2b1welch1999-06-251-5/+4
| | | FossilOrigin-Name: 308db5557afbc64d546838a86d6d0a598b03675b
* Updated to reflect recent changes in tcl.m4wart1999-06-161-7/+10
| | | FossilOrigin-Name: d5b0a1e8f2832bda53e2a25d25e26a6f9eb6e778
* Changes to make the Tk configure and Makefile.in files TEA compliant.wart1999-06-151-202/+105
| | | FossilOrigin-Name: 04e21147d0877dfb8bce783a176a646b33babb06
* Merged changes from 1-3-b2 branch into mainline.stanton1999-05-261-2/+3
| | | FossilOrigin-Name: 6f88cf9254f2f2932ae9a06666bec3911f9cbce6
* * Changed version number to 8.1.1.stanton1999-04-301-2/+2
| | | FossilOrigin-Name: 60a04b9abd7070d1ad0792f8af5000c8929aa85c
* * Merged changes from 8.1.0 branchstanton1999-04-301-2/+2
| | | FossilOrigin-Name: 2cf82e5a3459c5251d72a610f1b6dae72c7dbc88
* Merged 8-1-0 into mainline.rjohnson1999-04-211-2/+2
| | | FossilOrigin-Name: 0447cf267ea555fcba90be565b63fc310b3d0afb
* * Merged 8.1 branch into the main trunkstanton1999-04-161-35/+68
| | | FossilOrigin-Name: 1120dc4257448ed1955333e682de48e2940cc741
* remove --enable-tcl-stub from configure scripts due to linking problems.redman1999-03-221-25/+6
| | | FossilOrigin-Name: 94a8cd900fac7ade274334772e470f0fd4f809d2
* integrated stubs into 8.0 main branchstanton1999-03-101-5/+77
| | | FossilOrigin-Name: 4c74dd207943932e6d9a6d06a3ec11b8e4459199
* applied Paul Duffin's AIX patchstanton1999-03-061-6/+16
| | | FossilOrigin-Name: 528a42c55a017291cf7a87e653e1772eaf280fca
* * unix/configure.in: TK_LD_SEARCH_FLAGS was set incorrectly ifstanton1999-02-041-2/+13
| | | | | | | | SHLIB_LD_LIBS='${LIBS}', and shared linking is performed through the C compiler. Systems affected are Linux, MP-RAS and NEXTSTEP, but also with gcc on many more systems. [Bug: 908] FossilOrigin-Name: 07b33ec61caac44cf0234121529468ce8c65e19e
* Added -pipe option if gcc is being used.rjohnson1999-01-291-1/+18
| | | FossilOrigin-Name: cc765dd9f3ee05d1108c8929093ee0824c752ee0
* Updated the version to 8.0.5.rjohnson1999-01-041-2/+2
| | | FossilOrigin-Name: df068ffcac953ae67f9a3fddbed1b166eb669c93
* Fixed a typorjohnson1998-12-071-3/+3
| | | FossilOrigin-Name: 8d847feb5c0be8ad455463ce595d873f1a4136d4
* Changed config & Makefile to support n32 format on IRIX.rjohnson1998-10-201-1/+3
| | | FossilOrigin-Name: 44b647176f521efc005dbaf408022f82bf4c4973
* Updated patchlevel to 8.0.4 (to match Tcl update)rjohnson1998-10-141-2/+2
| | | FossilOrigin-Name: 84fa0ca41448bcfc2e08bd3641b41138b47e6e97
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
| | | FossilOrigin-Name: fb58b663f313796e8ed3115f92d657f0cae1d575
* fixed --with-tcl searchingwelch1998-08-071-1/+1
| | | FossilOrigin-Name: f8db97fe16dbda72e19863c95eb2a1d36c13fa61
* *** empty log message ***welch1998-08-061-1/+1
| | | FossilOrigin-Name: fbb44837e6e953acc229db2c839ea6c28fe46f50
* 8.0.3welch1998-08-061-1/+1
| | | FossilOrigin-Name: 4b9aca5031a63c436129e801cc09053ce512c100
* 8.0.3-5welch1998-08-041-2/+2
| | | FossilOrigin-Name: 20a92282ac9c10398f101627b0494742158ee889
* 8.0.3-4welch1998-07-291-1/+1
| | | FossilOrigin-Name: 65caad7f82c103cb1d1f8d4f4c095c92368c4485
* More fixes for DBGXwelch1998-07-291-4/+7
| | | FossilOrigin-Name: 93a06474301e1837fa3b28fbd85561ca2b0f104a
* DGBX changeswelch1998-07-281-5/+6
| | | FossilOrigin-Name: 2ce4ebe336cde5adc3f6457b14eea8dcf393e0e6
* the flag that caused all the X libs warnings was -Wimplicit-int, so turn thatescoffon1998-07-241-2/+2
| | | | | | off FossilOrigin-Name: 2e430cdd11e3a6edd272ff81878b0b42a8bad065
* leave -Wconversion out, the X libs generate so many of these warningsescoffon1998-07-241-1/+5
| | | | | | that they obscure everything else. FossilOrigin-Name: 636dea915508312398a7e506d1a63d65d0453c5c
* Added support for specifying warning flags for the compiler, with checksescoffon1998-07-221-0/+8
| | | | | | for gcc and appropriate defaults. FossilOrigin-Name: c20363a6d6369af3b83a6639cd7557c3c4563517
* Merged changes between child workspace "/home/escoffon/ws/tk8.0" andescoffon1998-07-211-6/+8
| | | | | | parent workspace "/export/home/ws/tk8.0". FossilOrigin-Name: ae8414d2ed3e194f67644a484c0cc5244c295bca
* 8.0.3-3welch1998-07-201-1/+1
| | | FossilOrigin-Name: 73843bd13489dac398645f7564ba82df5310076a
* deleted debug statements in configure.in that were mistakely left inescoffon1998-07-171-5/+0
| | | FossilOrigin-Name: 7eaa7d47b3de954e04c7c1d004c1ad2e7676e773
* the Tk library is now created with the DBGX extension (g for debug, empty forescoffon1998-07-141-4/+4
| | | | | | nodebug) FossilOrigin-Name: 8d1248c4bffb5f7d68f40a8e1b21bc9e02eba0fd
* Merged changes between child workspace "/home/welch/ws/tk8.0.3" andwelch1998-07-061-1/+1
| | | | | | parent workspace "/ws/tk8.0". FossilOrigin-Name: 612e21f537af4184749a6cf78db898812ba185b8
* - added support for configuration of debug/nodebug in configure script.escoffon1998-07-011-0/+24
| | | | | | | - also added a atring to append to generated libraries when built with symbols. FossilOrigin-Name: 889ecab30e2394c486ff5b327d198cd4ade1de08