aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure.in
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1994-11-02 00:50:12 +0000
committerStu Grossman <grossman@cygnus>1994-11-02 00:50:12 +0000
commitcd2df226a74a368aa791b797888cfbc6cd7f558f (patch)
treefb6957ba93b61bb11497d5151e374ada3287a0a8 /gdb/configure.in
parentda15a93ea12380a05a34c15377e35d3415137375 (diff)
downloadgdb-cd2df226a74a368aa791b797888cfbc6cd7f558f.zip
gdb-cd2df226a74a368aa791b797888cfbc6cd7f558f.tar.gz
gdb-cd2df226a74a368aa791b797888cfbc6cd7f558f.tar.bz2
* Makefile.in: Use $(objdir)/tcl and $(objdir)/tk if they are
available. * configure.in (ENABLE_CLIBS): Use $(TCL) and $(TK) instead of -ltcl and -ltk. * gdbtk.c: Get rid of lots of unnecessary #includes. * (gdbtk_init): Use ConnectionNumber macro instead of referencing Display structure directly. * gdbtk.tcl: Change exit button to quit button (makes shebs happy).
Diffstat (limited to 'gdb/configure.in')
-rw-r--r--gdb/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure.in b/gdb/configure.in
index a07bf32..4f63e1a 100644
--- a/gdb/configure.in
+++ b/gdb/configure.in
@@ -417,7 +417,7 @@ if [ "${enable_gdbtk}" = "yes" ] ; then
sed -e '/# End of host and/i\
\
ENABLE_DEPFILES = gdbtk.o\
-ENABLE_CLIBS = -ltcl -ltk -lX11 -lm
+ENABLE_CLIBS = $(TCL) $(TK) -lX11 -lm
' < Makefile > Makefile.tem
mv -f Makefile.tem Makefile
fi