* configure.in (host_libs): Build itcl after tcl, tk.

This commit is contained in:
Tom Tromey 1997-02-25 22:43:55 +00:00
parent b08f5ac27a
commit 1f07f797e3
2 changed files with 3 additions and 1 deletions

View File

@ -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.

View 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"