diff options
-rw-r--r-- | gdb/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/testsuite/configure.in | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index ccec731..53aacbb 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com> + + * configure.in (CY_AC_PATH_TCLH): Remove. + * configure: Regenerate. + Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com> * gdb.c++/Makefile.in (clean): Add missing '{'. diff --git a/gdb/testsuite/configure.in b/gdb/testsuite/configure.in index 1259073..2b88e9a 100644 --- a/gdb/testsuite/configure.in +++ b/gdb/testsuite/configure.in @@ -12,12 +12,6 @@ AC_SUBST(CC) AC_CONFIG_AUX_DIR(`cd $srcdir;pwd`/../..) AC_CANONICAL_SYSTEM -# start-sanitize-gdbtk -# place. This is only so testing with a freshly built expect binary -# in the object tree will work. -CY_AC_PATH_TCLH -# end-sanitize-gdbtk - # Directories to use in all configurations. configdirs="gdb.base gdb.c++ gdb.disasm gdb.chill" |