diff options
author | Tom Tromey <tromey@redhat.com> | 1997-02-25 22:43:55 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 1997-02-25 22:43:55 +0000 |
commit | 1f07f797e3ef2f2b239ae3c7420e8bbe9ce69e46 (patch) | |
tree | 49d32b38bb559dfa1d1c89a83498fcb8f73c543f | |
parent | b08f5ac27a80ff24cb0606ee5011525be3030698 (diff) | |
download | binutils-gdb-1f07f797e3ef2f2b239ae3c7420e8bbe9ce69e46.tar.gz |
* configure.in (host_libs): Build itcl after tcl, tk.
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 0cda25c6a32..f8275d86548 100644 --- 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. diff --git a/configure.in b/configure.in index 32cfc21b569..f6af19e83a5 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 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" |