diff options
author | Fred Fish <fnf@specifix.com> | 1996-02-09 22:55:37 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1996-02-09 22:55:37 +0000 |
commit | 950251de8f27f3f830b2042330097e70c4e2f0bc (patch) | |
tree | 841229ae7759a6c3d14a5eee5dae6e6d2f4bd749 | |
parent | 3e1c964dfa3725785c3e7775763fda69d9f6866e (diff) | |
download | gdb-950251de8f27f3f830b2042330097e70c4e2f0bc.zip gdb-950251de8f27f3f830b2042330097e70c4e2f0bc.tar.gz gdb-950251de8f27f3f830b2042330097e70c4e2f0bc.tar.bz2 |
* configure.in (CY_AC_PATH_TCLH): Remove.
* configure: Regenerate.
-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" |