aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--Makefile.in5
-rw-r--r--configure.in16
3 files changed, 17 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index b3e367d..3d417f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
+
+ * configure.in, Makefile.in: Treat tix like itcl.
+
Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
* Makefile.in (WINDRES): New variable.
diff --git a/Makefile.in b/Makefile.in
index 8d5bfd5..ff4b004 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -502,6 +502,7 @@ ALL_MODULES = \
all-textutils \
all-tgas \
all-time \
+ all-tix \
all-uudecode \
$(start-sanitize-ide) \
all-vmake \
@@ -573,6 +574,7 @@ CROSS_CHECK_MODULES = \
check-textutils \
check-tgas \
check-time \
+ check-tix \
check-uudecode \
$(start-sanitize-ide) \
check-vmake \
@@ -645,6 +647,7 @@ INSTALL_MODULES = \
install-textutils \
install-tgas \
install-time \
+ install-tix \
install-uudecode \
$(start-sanitize-ide) \
install-vmake \
@@ -797,6 +800,7 @@ CLEAN_MODULES = \
clean-textutils \
clean-tgas \
clean-time \
+ clean-tix \
clean-uudecode \
$(start-sanitize-ide) \
clean-vmake \
@@ -1447,6 +1451,7 @@ all-texinfo: all-libiberty
all-textutils:
all-tgas: all-libiberty all-bfd all-opcodes
all-time:
+all-tix: all-tcl all-tk
# start-sanitize-ide
all-vmake: all-tcl all-tk all-itcl all-libide
# end-sanitize-ide
diff --git a/configure.in b/configure.in
index 8d8888b..11c5fc0 100644
--- a/configure.in
+++ b/configure.in
@@ -41,7 +41,7 @@
# these libraries are used by various programs built for the host environment
#
-host_libs="mmalloc libiberty opcodes bfd readline gash db tcl tk tclX itcl"
+host_libs="mmalloc libiberty opcodes bfd readline gash db tcl tk tclX itcl tix"
# start-sanitize-ide
host_libs="${host_libs} libide"
# end-sanitize-ide
@@ -386,13 +386,13 @@ noconfigdirs=""
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 db sn gnuserv"
+ noconfigdirs="tcl expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl apache inet itcl tix db sn gnuserv"
# start-sanitize-ide
noconfigdirs="$noconfigdirs libide vmake"
# end-sanitize-ide
;;
i[3456]86-*-go32)
- noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl apache inet itcl db sn gnuserv"
+ noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl apache inet itcl tix db sn gnuserv"
# start-sanitize-ide
noconfigdirs="$noconfigdirs libide vmake"
# end-sanitize-ide
@@ -407,7 +407,7 @@ case "${host}" in
target_configdirs=
;;
ppc*-*-pe)
- noconfigdirs="patch diff make tk tcl expect dejagnu cvs autoconf automake texinfo bison send-pr gprof rcs guile perl apache inet itcl db sn gnuserv"
+ noconfigdirs="patch diff make tk tcl expect dejagnu cvs autoconf automake texinfo bison send-pr gprof rcs guile perl apache inet itcl tix db sn gnuserv"
# start-sanitize-ide
noconfigdirs="$noconfigdirs libide vmake"
# end-sanitize-ide
@@ -454,7 +454,7 @@ case "${target}" in
;;
# start-sanitize-d30v
d30v-*-*)
- noconfigdirs="$noconfigdirs tcl tk expect gcc gdb newlib target-librx target-libg++ target-libstdc++ target-libio target-libgloss itcl db sn gnuserv target-libiberty target-newlib target-examples"
+ noconfigdirs="$noconfigdirs tcl tk expect gcc gdb newlib target-librx target-libg++ target-libstdc++ target-libio target-libgloss itcl tix db sn gnuserv target-libiberty target-newlib target-examples"
# start-sanitize-ide
noconfigdirs="$noconfigdirs libide vmake"
# end-sanitize-ide
@@ -492,7 +492,7 @@ case "${target}" in
# Can't build gdb for cygwin32 if not native.
case "${host}" in
*-*-cygwin32) ;; # keep gdb tcl tk expect etc.
- *) noconfigdirs="$noconfigdirs gdb tcl tk expect itcl db sn gnuserv"
+ *) noconfigdirs="$noconfigdirs gdb tcl tk expect itcl tix db sn gnuserv"
# start-sanitize-ide
noconfigdirs="$noconfigdirs libide vmake"
# end-sanitize-ide
@@ -539,7 +539,7 @@ case "${target}" in
;;
powerpc*-*-winnt* | powerpc*-*-pe* | ppc*-*-pe)
target_configdirs="$target_configdirs target-winsup"
- noconfigdirs="$noconfigdirs gdb tcl tk make expect target-libgloss itcl db sn gnuserv"
+ noconfigdirs="$noconfigdirs gdb tcl tk make expect target-libgloss itcl tix db sn gnuserv"
# start-sanitize-ide
noconfigdirs="$noconfigdirs libide vmake"
# end-sanitize-ide
@@ -548,7 +548,7 @@ case "${target}" in
;;
# This is temporary until we can link against shared libraries
powerpcle-*-solaris*)
- noconfigdirs="$noconfigdirs gdb sim make tcl tk expect itcl db sn gnuserv"
+ noconfigdirs="$noconfigdirs gdb sim make tcl tk expect itcl tix db sn gnuserv"
# start-sanitize-ide
noconfigdirs="$noconfigdirs libide vmake"
# end-sanitize-ide