From 1f07f797e3ef2f2b239ae3c7420e8bbe9ce69e46 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 25 Feb 1997 22:43:55 +0000 Subject: [PATCH] * configure.in (host_libs): Build itcl after tcl, tk. --- ChangeLog | 2 ++ configure.in | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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" -- 2.7.4