aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMartin Hunt <hunt@redhat.com>1997-03-05 20:18:43 +0000
committerMartin Hunt <hunt@redhat.com>1997-03-05 20:18:43 +0000
commitf9896d9edc427bda289c9e677b570c17389f424f (patch)
tree09a118264f55b554d2e00d78a671873508f30137 /configure.in
parenta76daba13d975bb77f1747b1387c7f820125d1c2 (diff)
downloadgdb-f9896d9edc427bda289c9e677b570c17389f424f.zip
gdb-f9896d9edc427bda289c9e677b570c17389f424f.tar.gz
gdb-f9896d9edc427bda289c9e677b570c17389f424f.tar.bz2
Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
* configure.in (noconfigdirs): Remove tcl and tk from noconfigdirs for cygwin32 builds.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 83ec7bd..31b9f76 100644
--- a/configure.in
+++ b/configure.in
@@ -376,7 +376,7 @@ case "${host}" in
noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl apache inet itcl db sn"
;;
*-*-cygwin32)
- noconfigdirs="tk tcl expect dejagnu cvs autoconf bison send-pr gprof rcs guile perl texinfo apache inet itcl db sn"
+ noconfigdirs="expect dejagnu cvs autoconf bison send-pr gprof rcs guile perl texinfo apache inet itcl db sn"
;;
*-*-windows*)
# This is only used to build WinGDB...
@@ -455,7 +455,7 @@ case "${target}" in
;;
*-*-cygwin32)
target_configdirs="$target_configdirs target-winsup"
- noconfigdirs="$noconfigdirs tcl tk expect target-libgloss itcl db sn"
+ noconfigdirs="$noconfigdirs expect target-libgloss itcl db sn"
# always build newlib.
skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
@@ -613,7 +613,7 @@ esac
# If we are building a Canadian Cross, discard tools that can not be built
# using a cross compiler. FIXME: These tools should be fixed.
if [ "${build}" != "${host}" ]; then
- noconfigdirs="$noconfigdirs tcl tk expect dejagnu itcl db sn"
+ noconfigdirs="$noconfigdirs expect dejagnu itcl db sn"
fi
# Make sure we don't let GNU ld be added if we didn't want it.