summaryrefslogtreecommitdiffstats
path: root/win/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* * unix/configure: Regen.mdejong2002-11-061-4/+14
| | | | | | | * 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.
* * README: Bumped to version 8.4.1 to avoid confusiondgp2002-09-271-2/+2
| | | | | | | | | | | * 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:
* Bumped version number to 8.4.0hobbs2002-09-021-2/+2
|
* * README: Bumped version number to 8.4b3 to distinguishmacosx_8_4_merge_2002_08_20_trunkdgp2002-08-201-2/+2
| | | | | | | | | | | | | | * 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].
* * unix/configure:mdejong2002-07-191-1/+2
| | | | | | | | | * 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]
* * 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.
* Tk patchlevel bumped to 8.4b1 in preparation for release.dkf2002-06-221-2/+2
|
* Bumped patchlevel; might need changing in the future, but it makes lifedkf2002-03-061-2/+2
| | | | easier for now.
* 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.
* * 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.
* had to add ""s now that configure.in is doing the right thinghobbs2001-10-151-2/+2
|
* * 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
* *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].
* * 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.
* * 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.
* * 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.
* * win/configure:mdejong2001-06-271-11/+11
| | | | | * win/configure.in: Revert cross compiling change accidently added during last checkin.
* * 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.
* * 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.
* * win/configure: Regen.mdejong2001-06-261-10/+5
| | | | | * win/configure.in: Use RC_DEFINE flag from tcl.m4. * win/tcl.m4: Update from Tcl.
* * win/configure: Regen.mdejong2001-06-231-5/+11
| | | | | * win/configure.in: Add resource compiler fix from 8.3.3 to fix compiling with mingw.
* * 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.
* * 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.
* * 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
* 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.
* * README:hobbs2000-09-061-2/+2
| | | | | | | * generic/tk.h: * unix/configure.in: * unix/tk.spec: * win/configure.in: updated to patchlevel 8.4a2
* remove --enable-gcc configure optionmo2000-08-251-8/+22
|
* * 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.
* * 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.
* fix TK_SHARED_BUILD and TK_SRC_DIR variable definitions for mingw/vc++ buildmo2000-07-071-3/+9
|
* * 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.
* * 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
* * 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).
* * 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
* * 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.
* * win/configure.in:hobbs1999-12-211-2/+2
| | | | | * win/aclocal.m4: * README: updated for patch level 8.3b1
* Removed tcl.hpj from list of output files.wart1999-12-161-2/+2
|
* Added support for building Windows winhelp files.wart1999-12-071-2/+11
|
* 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.
* 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.
* Change version numbers to 8.2.0redman1999-08-101-2/+2
|
* Fix configure scripts for beta version number (b2 instead of b1).redman1999-08-041-2/+2
|
* 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.
* Changed to Tk 8.2b1welch1999-06-251-4/+4
|
* added Makefile.in files for windowssurles1999-06-161-1/+2
|
* merged unix and windows stylessurles1999-06-161-2/+1
|
* modified files to work with new windows Makefilessurles1999-06-161-153/+104
|
* added first pass at Tk Windows configure scriptsurles1999-06-021-0/+191