diff options
author | Fred Fish <fnf@specifix.com> | 1996-01-30 03:10:17 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1996-01-30 03:10:17 +0000 |
commit | 9476906f637d5b68a254de35db2dd8cd5687a78e (patch) | |
tree | 167977c4a9c26c758c145dd022c42e44b60ea828 /gdb/testsuite | |
parent | f6ade5ddf338827dc8722c0b51c41c5529d40057 (diff) | |
download | gdb-9476906f637d5b68a254de35db2dd8cd5687a78e.zip gdb-9476906f637d5b68a254de35db2dd8cd5687a78e.tar.gz gdb-9476906f637d5b68a254de35db2dd8cd5687a78e.tar.bz2 |
Enclose gdbtk stuff inside gdb sanitization lines. Regenerate configure.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/configure.in | 2 |
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" |