aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1996-01-30 03:10:17 +0000
committerFred Fish <fnf@specifix.com>1996-01-30 03:10:17 +0000
commit9476906f637d5b68a254de35db2dd8cd5687a78e (patch)
tree167977c4a9c26c758c145dd022c42e44b60ea828 /gdb
parentf6ade5ddf338827dc8722c0b51c41c5529d40057 (diff)
downloadfsf-binutils-gdb-9476906f637d5b68a254de35db2dd8cd5687a78e.zip
fsf-binutils-gdb-9476906f637d5b68a254de35db2dd8cd5687a78e.tar.gz
fsf-binutils-gdb-9476906f637d5b68a254de35db2dd8cd5687a78e.tar.bz2
Enclose gdbtk stuff inside gdb sanitization lines. Regenerate configure.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/testsuite/configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/testsuite/configure.in b/gdb/testsuite/configure.in
index f748c11..1259073 100644
--- a/gdb/testsuite/configure.in
+++ b/gdb/testsuite/configure.in
@@ -12,9 +12,11 @@ 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"