diff options
author | Keith Seitz <keiths@cygnus> | 1998-01-15 01:19:00 +0000 |
---|---|---|
committer | Keith Seitz <keiths@cygnus> | 1998-01-15 01:19:00 +0000 |
commit | bb3d9f43d3e65689d982033a6491ec40443dbb96 (patch) | |
tree | 7f19ac445cc961d9f51781cf4b01c679fada0d7c /gdb/ChangeLog-gdbtk | |
parent | 2ac94d5149f8e348601cd93cfaf88f49ecf6695e (diff) | |
download | gdb-bb3d9f43d3e65689d982033a6491ec40443dbb96.zip gdb-bb3d9f43d3e65689d982033a6491ec40443dbb96.tar.gz gdb-bb3d9f43d3e65689d982033a6491ec40443dbb96.tar.bz2 |
* configure.in (--enable-gdbtk): If tcl was built with --enable-shared,
use TCL_SHLIB_SUFFIX to specify the suffix of the library file so that
we don't expect to see "libfoo.a" instead of "libfoo.{so,sl, etc}".
* configure: Regenerate.
Diffstat (limited to 'gdb/ChangeLog-gdbtk')
-rw-r--r-- | gdb/ChangeLog-gdbtk | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog-gdbtk b/gdb/ChangeLog-gdbtk index 91fb224..3b49301 100644 --- a/gdb/ChangeLog-gdbtk +++ b/gdb/ChangeLog-gdbtk @@ -1,3 +1,11 @@ +Wed Jan 14 16:38:44 1998 Keith Seitz <keiths@pizza.cygnus.com> + + * configure.in (--enable-gdbtk): If tcl was built with --enable-shared, + use TCL_SHLIB_SUFFIX to specify the suffix of the library file so that + we don't expect to see "libfoo.a" instead of "libfoo.{so,sl, etc}". + + * configure: Regenerate. + Wed Dec 31 16:50:26 1998 Keith Seitz (keiths@onions.cygnus.com) * gdbtk.c (gdb_actions_command): extract and save step count |