From: Tom Tromey Date: Tue, 25 Feb 1997 22:43:55 +0000 (+0000) Subject: * configure.in (host_libs): Build itcl after tcl, tk. X-Git-Tag: gdb-4_18~6331 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1f07f797e3ef2f2b239ae3c7420e8bbe9ce69e46;p=platform%2Fupstream%2Fbinutils.git * configure.in (host_libs): Build itcl after tcl, tk. --- diff --git a/ChangeLog b/ChangeLog index 0cda25c..f8275d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ Tue Feb 25 11:41:51 1997 Tom Tromey + * 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 32cfc21..f6af19e 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"