* configure.in: Add $(LIBIDETCL) as well as $(LIBIDE) if
--enable-ide. * Makefile.in (IDE_CFLAGS_X): Add -I for libidetcl/src. (LIBIDETCL): Define. * configure: Rebuild.
This commit is contained in:
parent
f46d03c51f
commit
8b5befef7f
4 changed files with 20 additions and 4 deletions
|
@ -1,3 +1,11 @@
|
|||
Tue Mar 31 17:18:43 1998 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* configure.in: Add $(LIBIDETCL) as well as $(LIBIDE) if
|
||||
--enable-ide.
|
||||
* Makefile.in (IDE_CFLAGS_X): Add -I for libidetcl/src.
|
||||
(LIBIDETCL): Define.
|
||||
* configure: Rebuild.
|
||||
|
||||
Mon Mar 30 16:42:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
|
||||
|
||||
* rdi-share/Makefile.am, rdi-share/aclocal.m4,
|
||||
|
|
|
@ -1,3 +1,11 @@
|
|||
Tue Mar 31 17:18:43 1998 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* configure.in: Add $(LIBIDETCL) as well as $(LIBIDE) if
|
||||
--enable-ide.
|
||||
* Makefile.in (IDE_CFLAGS_X): Add -I for libidetcl/src.
|
||||
(LIBIDETCL): Define.
|
||||
* configure: Rebuild.
|
||||
|
||||
Sun Mar 29 21:19:46 1998 Keith Seitz <keiths@onions.cygnus.com>
|
||||
|
||||
* gdbtk.c (gdb_get_tracepoint_info): Change formatting of address.
|
||||
|
|
4
gdb/configure
vendored
4
gdb/configure
vendored
|
@ -3183,8 +3183,8 @@ fi
|
|||
|
||||
# Include some libraries that Tcl and Tk want.
|
||||
if test "${enable_ide}" = "yes"; then
|
||||
TCL_LIBS='$(LIBIDE) $(LIBGUI) $(IDE) $(ITCL) $(TIX) $(TK) $(TCL) $(X11_LDFLAGS) $(X11_LIBS)'
|
||||
CONFIG_DEPS='$(LIBIDE) $(LIBGUI) $(IDE_DEPS) $(ITCL_DEPS) $(TIX_DEPS) $(TK_DEPS) $(TCL_DEPS)'
|
||||
TCL_LIBS='$(LIBIDETCL) $(LIBIDE) $(LIBGUI) $(IDE) $(ITCL) $(TIX) $(TK) $(TCL) $(X11_LDFLAGS) $(X11_LIBS)'
|
||||
CONFIG_DEPS='$(LIBIDETCL) $(LIBIDE) $(LIBGUI) $(IDE_DEPS) $(ITCL_DEPS) $(TIX_DEPS) $(TK_DEPS) $(TCL_DEPS)'
|
||||
else
|
||||
TCL_LIBS='$(LIBGUI) $(ITCL) $(TIX) $(TK) $(TCL) $(X11_LDFLAGS) $(X11_LIBS)'
|
||||
CONFIG_DEPS='$(LIBGUI) $(ITCL_DEPS) $(TIX_DEPS) $(TK_DEPS) $(TCL_DEPS)'
|
||||
|
|
|
@ -402,8 +402,8 @@ if test "${enable_gdbtk}" = "yes"; then
|
|||
|
||||
# Include some libraries that Tcl and Tk want.
|
||||
if test "${enable_ide}" = "yes"; then
|
||||
TCL_LIBS='$(LIBIDE) $(LIBGUI) $(IDE) $(ITCL) $(TIX) $(TK) $(TCL) $(X11_LDFLAGS) $(X11_LIBS)'
|
||||
CONFIG_DEPS='$(LIBIDE) $(LIBGUI) $(IDE_DEPS) $(ITCL_DEPS) $(TIX_DEPS) $(TK_DEPS) $(TCL_DEPS)'
|
||||
TCL_LIBS='$(LIBIDETCL) $(LIBIDE) $(LIBGUI) $(IDE) $(ITCL) $(TIX) $(TK) $(TCL) $(X11_LDFLAGS) $(X11_LIBS)'
|
||||
CONFIG_DEPS='$(LIBIDETCL) $(LIBIDE) $(LIBGUI) $(IDE_DEPS) $(ITCL_DEPS) $(TIX_DEPS) $(TK_DEPS) $(TCL_DEPS)'
|
||||
else
|
||||
TCL_LIBS='$(LIBGUI) $(ITCL) $(TIX) $(TK) $(TCL) $(X11_LDFLAGS) $(X11_LIBS)'
|
||||
CONFIG_DEPS='$(LIBGUI) $(ITCL_DEPS) $(TIX_DEPS) $(TK_DEPS) $(TCL_DEPS)'
|
||||
|
|
Loading…
Add table
Reference in a new issue