aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1998-03-31 21:53:15 +0000
committerIan Lance Taylor <ian@airs.com>1998-03-31 21:53:15 +0000
commitf46d03c51f9d580cfdd75dd20b96acaa51f7faa0 (patch)
tree4318ae4cfd5136842a5732f50d937cd16bc74a5d /configure.in
parent1ff39ecb10ddeb072a4cd38bb79f42c6fd178e2a (diff)
downloadfsf-binutils-gdb-f46d03c51f9d580cfdd75dd20b96acaa51f7faa0.zip
fsf-binutils-gdb-f46d03c51f9d580cfdd75dd20b96acaa51f7faa0.tar.gz
fsf-binutils-gdb-f46d03c51f9d580cfdd75dd20b96acaa51f7faa0.tar.bz2
* Makefile.in: Add libidetcl, like libide.
(all-libide): Remove dependencies on all-tcl, all-tk, all-itcl, all-ilu. * configure.IN: Add libidetcl, like libide. * configure (GDB_TK): If enable_ide, add all-libidetcl.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in16
1 files changed, 8 insertions, 8 deletions
diff --git a/configure.in b/configure.in
index 4ad23a7..9ee12d7 100644
--- a/configure.in
+++ b/configure.in
@@ -43,7 +43,7 @@
#
host_libs="intl mmalloc libiberty opcodes bfd readline gash db tcl tk tclX itcl tix libgui"
# start-sanitize-ide
-host_libs="${host_libs} libide"
+host_libs="${host_libs} libide libidetcl"
# end-sanitize-ide
if [ "${enable_gdbgui}" = "yes" ] ; then
@@ -338,7 +338,7 @@ case ${with_x} in
no)
skipdirs="${skipdirs} tk libgui gash"
# start-sanitize-ide
- skipdirs="${skipdirs} libide vmake jstools"
+ skipdirs="${skipdirs} libide libidetcl vmake jstools"
# end-sanitize-ide
;;
*)
@@ -493,13 +493,13 @@ case "${host}" in
i[3456]86-*-vsta)
noconfigdirs="tcl expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl apache inet itcl tix db snavigator gnuserv gettext"
# start-sanitize-ide
- noconfigdirs="$noconfigdirs libide vmake jstools"
+ noconfigdirs="$noconfigdirs libide libidetcl vmake jstools"
# end-sanitize-ide
;;
i[3456]86-*-go32* | i[3456]86-*-msdosdjgpp*)
noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr uudecode dejagnu diff guile perl apache inet itcl tix db snavigator gnuserv gettext"
# start-sanitize-ide
- noconfigdirs="$noconfigdirs libide vmake jstools"
+ noconfigdirs="$noconfigdirs libide libidetcl vmake jstools"
# end-sanitize-ide
;;
i[3456]86-*-mingw32*)
@@ -521,7 +521,7 @@ case "${host}" in
ppc*-*-pe)
noconfigdirs="patch diff make tk tcl expect dejagnu cvssrc autoconf automake texinfo bison send-pr gprof rcs guile perl apache inet itcl tix db snavigator gnuserv"
# start-sanitize-ide
- noconfigdirs="$noconfigdirs libide vmake jstools"
+ noconfigdirs="$noconfigdirs libide libidetcl vmake jstools"
# end-sanitize-ide
;;
esac
@@ -625,7 +625,7 @@ case "${target}" in
*-*-cygwin32*) ;; # keep gdb tcl tk expect etc.
*) noconfigdirs="$noconfigdirs gdb tcl tk expect itcl tix libgui db snavigator gnuserv"
# start-sanitize-ide
- noconfigdirs="$noconfigdirs libide vmake jstools"
+ noconfigdirs="$noconfigdirs libide libidetcl vmake jstools"
# end-sanitize-ide
;;
esac
@@ -672,7 +672,7 @@ case "${target}" in
target_configdirs="$target_configdirs target-winsup"
noconfigdirs="$noconfigdirs gdb tcl tk make expect target-libgloss itcl tix db snavigator gnuserv"
# start-sanitize-ide
- noconfigdirs="$noconfigdirs libide vmake jstools"
+ noconfigdirs="$noconfigdirs libide libidetcl vmake jstools"
# end-sanitize-ide
# always build newlib.
skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
@@ -681,7 +681,7 @@ case "${target}" in
powerpcle-*-solaris*)
noconfigdirs="$noconfigdirs gdb sim make tcl tk expect itcl tix db snavigator gnuserv"
# start-sanitize-ide
- noconfigdirs="$noconfigdirs libide vmake jstools"
+ noconfigdirs="$noconfigdirs libide libidetcl vmake jstools"
# end-sanitize-ide
;;
rs6000-*-lynxos*)