summaryrefslogtreecommitdiffstats
path: root/win/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* Bumped patchlevel; might need changing in the future, but it makes lifedkf2002-03-061-2/+2
| | | | | | easier for now. FossilOrigin-Name: 7472801139405296ccc3c3b2e111902f93bc3bbe
* Use ${libdir} instead of ${exec_prefix}/lib. [Tcl bug 489370]mdejong2002-01-111-1/+3
| | | | | | | | | * unix/configure: Regen. * unix/configure.in: Define and use libdir. * win/configure: Regen. * win/configure.in: Define libdir. FossilOrigin-Name: 616ed4052e7d8dbe340b1510f2273ddbed4f89e2
* * win/configure: Regen.mdejong2001-11-251-4/+1
| | | | | | | | | * win/configure.in: Don't AC_SUBST CFLAGS_DEBUG, CFLAGS_OPTIMIZE, or CFLAGS_WARNING since it is now done in SC_CONFIG_CFLAGS. * win/tcl.m4 (SC_CONFIG_CFLAGS): AC_SUBST DL_LIBS, CFLAGS_DEBUG, CFLAGS_OPTIMIZE, and CFLAGS_WARNING. FossilOrigin-Name: d1c0e4f55c93bbd0bd949bdd22ce1b27f95a4420
* had to add ""s now that configure.in is doing the right thinghobbs2001-10-151-2/+2
| | | FossilOrigin-Name: d500878b28c295ba8642356cc26c5e6910d78f29
* * unix/configure:hobbs2001-10-151-3/+12
| | | | | | | | | | | * unix/configure.in: * win/configure: * win/configure.in: * win/tkConfig.sh.in: reworked to be a little cleaner in comparison to each other, and to AC_SUBST even empty vars for win/tkConfig.sh FossilOrigin-Name: 41d64e8f1bd6e74b74aa39a1bc572529d21a87a1
* *Bumped up patchlevel to 8.4a4 to distinguishdgp2001-08-081-2/+2
| | | | | | | CVS snapshots from the 8.4a3 release. This does not necessarily mean there will be an 8.4a4 release. [Bug 448938]. FossilOrigin-Name: cdaf49614a21a11c450fea75db31a19f3ae2b263
* * win/Makefile.in: Subst DEPARG directly insteadmdejong2001-07-061-1/+2
| | | | | | | | | | of relying on a variable. This will make Cygwin build faster since an extra exec will be avoided. * win/configure: Regen. * win/configure.in: Subst DEPARG. * win/tcl.m4: Update from Tcl. FossilOrigin-Name: b685ea150b4ee51b2af7ad4cf50c5b3c59388b22
* * win/Makefile.in: Remove PATHTYPE variable.mdejong2001-07-041-2/+1
| | | | | | | | * win/configure: Regen. * win/configure.in: Don't subst PATHTYPE. * win/tcl.m4: Update from Tcl. FossilOrigin-Name: 3e3fd403b34cc514397b340ab17f7368fe9409ae
* * win/Makefile.in: Don't use VPSEP, instead just use :mdejong2001-07-041-2/+1
| | | | | | | | in the VPATH. * win/configure: Regen. * win/configure.in: Don't subst VPSEP. FossilOrigin-Name: 93c90324450dc4987b41f57753ee7622786063dd
* * win/configure:mdejong2001-06-271-11/+11
| | | | | | | * win/configure.in: Revert cross compiling change accidently added during last checkin. FossilOrigin-Name: 9e4c1b23a4207c6ddbcba7d0ddf4b40a4f25ec73
* * unix/configure: Regen.mdejong2001-06-261-2/+2
| | | | | | | | | * unix/configure.in: Fix last checkin by removing export since that only works in bash. * win/configure: Regen. * win/configure.in: Ditto. FossilOrigin-Name: 66c3f1b8daaa907900e141007409226e0b3a90a2
* * unix/configure: Regen.mdejong2001-06-261-11/+17
| | | | | | | | | | * unix/configure.in: Set CFLAGS to "" if the user did not set CFLAGS in the env. This keeps AC_PROG_CC from adding "-g -O2" to the CFLAGS by default. * win/configure: Regen. * win/configure.in: Ditto. FossilOrigin-Name: f747663faa5793c06e2207dacdd6773ff57f1e2e
* * win/configure: Regen.mdejong2001-06-261-10/+5
| | | | | | | * win/configure.in: Use RC_DEFINE flag from tcl.m4. * win/tcl.m4: Update from Tcl. FossilOrigin-Name: 2d319b6f1c8f6dd1b64b8cd4b648e21ac0f725b9
* * win/configure: Regen.mdejong2001-06-231-5/+11
| | | | | | | * win/configure.in: Add resource compiler fix from 8.3.3 to fix compiling with mingw. FossilOrigin-Name: e3cbbd52f6c593d02bb4c044fd5a6405f0ee5f68
* * unix/Makefile.in: Set CFLAGS to @CFLAGS@ and @CFLAGS_DEFAULT@.mdejong2001-06-221-4/+3
| | | | | | | | | | | | | | | | | | | | Set LDFLAGS to @LDFLAGS@ and @LDFLAGS_DEFAULT@. Add LDFLAGS_DEBUG and LDFLAGS_OPTIMIZE to match the way CFLAGS_DEFAULT works. Use new LDFLAGS variable in the Makefile instead of @LDFLAGS@. * unix/configure: Regen. * unix/configure.in: Don't set CFLAGS to CFLAGS_DEFAULT, instead subst CFLAGS_DEFAULT into the Makefile. Add AC_SUBST for CFLAGS_DEBUG, CFLAGS_OPTIMIZE, LDFLAGS_DEFAULT, LDFLAGS_DEBUG, and LDFLAGS_OPTIMIZE. Remove unused LD_FLAGS subst. * unix/tcl.m4: Update from Tcl. * win/Makefile.in: Set CFLAGS to @CFLAGS@ and @CFLAGS_DEFAULT@. Set LDFLAGS to @LDFLAGS@ and @LDFLAGS_DEFAULT@. * win/configure: Regen. * win/configure.in: Don't set CFLAGS or LDFLAGS, instead subst CFLAGS_DEFAULT and LDFLAGS_DEFAULT into the Makefile. * win/tcl.m4: Update from Tcl. FossilOrigin-Name: 3b5982868ea872a09578ed4b2b40c3be4653583d
* * win/configure: Regen.mdejong2001-06-061-1/+12
| | | | | | | * win/configure.in: Handle the --prefix option correctly it should default to /usr/local like the unix version. FossilOrigin-Name: 7379372dd47993f33f138d68c9130011e3bc1f14
* * generic/tk.h:hobbs2001-04-021-2/+2
| | | | | | | | | | * unix/configure.in (TK_PATCH_LEVEL): * unix/configure: * unix/tk.spec: * win/configure.in (TK_PATCH_LEVEL): * win/configure: updated patchlevel to 8.4a3 FossilOrigin-Name: de7899ecd94b3e307686bf3b18705ed7f264dbee
* 2000-10-30 David Gravereaux <davygrvy@ajubasolutions.com>davidg2000-10-311-1/+24
| | | | | | | | | | | | | * win/configure.in: * win/Makefile.in: * win/makefile.vc: * win/rc/tk.rc: * win/rc/tk_base.rc (new): * win/rc/wish.rc: Added logic to derive filenames better in the resource scripts based on compile options along with better support for building a static wish shell with cursor resources. FossilOrigin-Name: 86a7638c291edb8cb1ed64b2dc09f50e9cfab2ca
* * README:hobbs2000-09-061-2/+2
| | | | | | | | | * generic/tk.h: * unix/configure.in: * unix/tk.spec: * win/configure.in: updated to patchlevel 8.4a2 FossilOrigin-Name: 773dd7a98444821148617f3c93c6ad2961eb83f7
* remove --enable-gcc configure optionmo2000-08-251-8/+22
| | | FossilOrigin-Name: 63c6411be67f99b00c28c7bf513849377f93a802
* * win/configure.in: TCL_STUB_LIB_FLAG andmo2000-07-271-3/+3
| | | | | | | TK_STUB_LIB_FLAG should not include ${TCL_DBGX} in win/tkConfig.sh, fix that. FossilOrigin-Name: 883a60a3acdad910fe1854084f0888b1b40c8ffe
* * win/configure.in: Add TK_STUB_LIB_FLAG andmo2000-07-211-5/+20
| | | | | | | TK_BUILD_STUB_LIB_SPEC. These are needed to build a stub enabled extension. FossilOrigin-Name: ab40709ae90c1b35d25fe45bcb62d68ce37d8c4b
* fix TK_SHARED_BUILD and TK_SRC_DIR variable definitions for mingw/vc++ buildmo2000-07-071-3/+9
| | | FossilOrigin-Name: 244e01c8f155a654674fa5989d0db258d34ed911
* * win/tcl.m4:ericm2000-06-131-7/+36
| | | | | | | | * win/configure.in: * win/Makefile.in: Applied patch from [RFE: 5844], to extend support for mingw compile environment on Windows. FossilOrigin-Name: b5582e2af625cc2c1b5799d5c21fa6290902565c
* * 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
* * win/tkWinFont.c: corrected symbol font use to only work on 8-bithobbs2000-02-081-2/+2
| | | | | | | | | | | characters [Bug: 2406] * README: * unix/configure.in: * win/configure.in: * generic/tk.h (TK_RELEASE_SERIAL): Moved to 8.3.0 patchlevel FossilOrigin-Name: 740a11d2da11146d7908e091b9477fbdd961abd8
* * unix/configure.in:core-8-3-b2hobbs2000-01-141-2/+2
| | | | | | | | | * win/configure.in: updated to patchlevel 8.3b2 * win/tkWinWm.c: added visibility event handler to make sure that transient window wrappers would be updated when the master was initially mapped. FossilOrigin-Name: c7f04d692db48c46f037743213476263dcda0d4c
* * win/configure.in:hobbs1999-12-211-2/+2
| | | | | | | * win/aclocal.m4: * README: updated for patch level 8.3b1 FossilOrigin-Name: 3f8fd1559167a4ce14dcbd63e93cfbd127e8e604
* Removed tcl.hpj from list of output files.wart1999-12-161-2/+2
| | | FossilOrigin-Name: e532354d9626778fe6e5287d56cc23b68a334fb5
* Added support for building Windows winhelp files.wart1999-12-071-2/+11
| | | FossilOrigin-Name: 7780fdd167defaf17c8261cfaa606417cbd377f9
* 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
* Made sure that the tkConfig.sh file is always installed.wart1999-09-101-1/+3
| | | | | | | configure now substitutes XINCLUDES in tkConfig.sh. Needed for Tk extensions like Itk. FossilOrigin-Name: 80e6cb780519b75e9d47cfe0c038c6a5958ece1f
* 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
* Added eval to EXESUFFIX value to resolve ${DBGX} immediately.wart1999-07-201-1/+2
| | | | | | The debug wish executable was missing the 'd' in its name. FossilOrigin-Name: 8c02635cab8d5e03f2926021de8381387716b762
* Changed to Tk 8.2b1welch1999-06-251-4/+4
| | | FossilOrigin-Name: 8e58d3ef122b9b3593ed05506e78acc7b3e1499d
* added Makefile.in files for windowssurles1999-06-161-1/+2
| | | FossilOrigin-Name: 2ff6b28d249c33b7b584958e0f728bd3a290cc2e
* merged unix and windows stylessurles1999-06-161-2/+1
| | | FossilOrigin-Name: fb387ec31de7e7d0e8c66183d58a07d648374e0d
* modified files to work with new windows Makefilessurles1999-06-161-153/+104
| | | FossilOrigin-Name: 8a68de4fa4b67394ae69a65ee86ee1abad5a4737
* added first pass at Tk Windows configure scriptsurles1999-06-021-0/+191
FossilOrigin-Name: 5a9ce630d9d5d4afa2d125ce2f95dd94ac1e58c2