diff options
author | Stu Grossman <grossman@cygnus> | 1994-11-14 16:59:16 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1994-11-14 16:59:16 +0000 |
commit | 5b21fb68799d40a830fc0b25ea665e8c36481671 (patch) | |
tree | 7c02ff3cec0d26795178867ef02e92e11a1ebdd7 /gdb/configure.in | |
parent | fee3930ea44f9f94a19a1731612981fcd272dd1a (diff) | |
download | gdb-5b21fb68799d40a830fc0b25ea665e8c36481671.zip gdb-5b21fb68799d40a830fc0b25ea665e8c36481671.tar.gz gdb-5b21fb68799d40a830fc0b25ea665e8c36481671.tar.bz2 |
* Makefile.in: Install gdbtk.tcl.
* configure.in: Add ENABLE_GDBTK flag.
* gdbtk.c (gdb_sourcelines): Returns list of source lines
containing code. (gdb_regnames): Returns list of register names.
Diffstat (limited to 'gdb/configure.in')
-rw-r--r-- | gdb/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/configure.in b/gdb/configure.in index 4f63e1a..f3ee9c0 100644 --- a/gdb/configure.in +++ b/gdb/configure.in @@ -416,6 +416,7 @@ fi if [ "${enable_gdbtk}" = "yes" ] ; then sed -e '/# End of host and/i\ \ +ENABLE_GDBTK = 1\ ENABLE_DEPFILES = gdbtk.o\ ENABLE_CLIBS = $(TCL) $(TK) -lX11 -lm ' < Makefile > Makefile.tem |