* configure.in (host_libs): Build itcl after tcl, tk.
authorTom Tromey <tromey@redhat.com>
Tue, 25 Feb 1997 22:43:55 +0000 (22:43 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 25 Feb 1997 22:43:55 +0000 (22:43 +0000)
ChangeLog
configure.in

index 0cda25c..f8275d8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 Tue Feb 25 11:41:51 1997  Tom Tromey  <tromey@cygnus.com>
 
+       * configure.in (host_libs): Build itcl after tcl, tk.
+
        * configure.in (host_libs): Added db, itcl.
        (host_tools): Added sn.
        (noconfigdirs): Added itcl, db, sn in appropriate places.
index 32cfc21..f6af19e 100644 (file)
@@ -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 itcl tcl tk tclX"
+host_libs="mmalloc libiberty opcodes bfd readline gash db tcl tk tclX itcl"
 
 if [ "${enable_gdbgui}" = "yes" ] ; then
        host_libs="${host_libs} libgui"