From 6d3055cb47312443549339a6142f090fcf1d5b09 Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Sat, 8 Apr 1995 02:36:15 +0000 Subject: [PATCH] * configure.in (host_libs): Remove glob, since it is gone from the sources. --- ChangeLog | 12 ++++++++++++ configure.in | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index bd90c4f..6f0710d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com) + + * configure.in (host_libs): Remove glob, since it is gone from the + sources. + +Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com) + + * Makefile.in: define empty GDB_NLM_DEPS var. + + * configure.in(target_makefile_frag): use config/mt-netware + for netware targets. + Thu Mar 30 13:51:43 1995 Ian Lance Taylor * config.sub: Merge in recent FSF changes. Remove linux special diff --git a/configure.in b/configure.in index 563625b..48d347f 100644 --- a/configure.in +++ b/configure.in @@ -24,7 +24,7 @@ # these libraries are used by various programs built for the host environment # -host_libs="mmalloc libiberty opcodes bfd readline glob gash tcl tk tclX" +host_libs="mmalloc libiberty opcodes bfd readline gash tcl tk tclX" if [ "${enable_gdbgui}" = "yes" ] ; then host_libs="${host_libs} libgui" -- 2.7.4