* 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 0cda25c6a32d4ded40671f72e0fbfb4393ef768f..f8275d86548f67b2e572e3c25397f4b55bed5764 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 32cfc21b5694fa4f041c603c1920de5ceb162266..f6af19e83a51523420ee322a97badae1085ef0b9 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"
This page took 0.029829 seconds and 4 git commands to generate.