* gdbtk.c (Tcl_Alloc): Don't provide our own version of this if
authorIan Lance Taylor <ian@airs.com>
Fri, 1 Aug 1997 19:24:55 +0000 (19:24 +0000)
committerIan Lance Taylor <ian@airs.com>
Fri, 1 Aug 1997 19:24:55 +0000 (19:24 +0000)
commit9b119644fcae6fa62749747e013cbc0b3c215217
tree5f331f8ecabadaa470b3e3b97a8aef613cd983d4
parent931cde32b14f43f734f59253f975554021592e05
* gdbtk.c (Tcl_Alloc): Don't provide our own version of this if
_WIN32.
(Tcl_Realloc, Tcl_Free): Likewise.
* configure.in: Check for cygwin32 environment.  Define and
substitute WIN32LIBS and WIN32LDAPP.  Always set configdir to
unix; setting it to win was for an old Tcl/Tk configuration
scheme.
* aclocal.m4 (CY_AC_LOAD_TKCONFIG): Substitute TK_BUILD_INCLUDES.
* Makefile.in (TK_CFLAGS): Add @TK_BUILD_INCLUDES@.
(WIN32LDAPP, WIN32LIBS): Define.
(CLIBS): Add $(WIN32LIBS).
(gdb): Use $(WIN32LDAPP).
* configure: Rebuild.
gdb/ChangeLog
gdb/aclocal.m4
gdb/configure
gdb/configure.in
gdb/gdbtk.c