From afe47e32d5665067ce2f347766782dfa4ace254c Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Thu, 19 Nov 1998 01:15:59 +0000 Subject: [PATCH] * configure.in: Add libtermcap to list of cygwin dependencies. * config/cygwin.mh: Add extra libtermcap target information. Make gdb depend on libtermcap for future readline depencency. --- ChangeLog | 6 ++++++ config/mh-cygwin | 6 ++++++ configure.in | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9eeb84ba69..ef04acdf82 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Nov 18 20:13:29 1998 Christopher Faylor + + * configure.in: Add libtermcap to list of cygwin dependencies. + * config/cygwin.mh: Add extra libtermcap target information. + Make gdb depend on libtermcap for future readline depencency. + Tue Nov 17 16:57:51 1998 Geoffrey Noer * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that diff --git a/config/mh-cygwin b/config/mh-cygwin index 29f165667a..7f23a7da34 100644 --- a/config/mh-cygwin +++ b/config/mh-cygwin @@ -7,3 +7,9 @@ CXXFLAGS=-O2 # built without debugging information LIBGCC2_DEBUG_CFLAGS= +EXTRA_TARGET_HOST_ALL_MODULES=all-libtermcap +EXTRA_TARGET_HOST_INSTALL_MODULES=install-libtermcap + +all-gdb: all-libtermcap + +install-gdb: install-libtermcap diff --git a/configure.in b/configure.in index 76368e8fca..d5ae200c07 100644 --- a/configure.in +++ b/configure.in @@ -529,7 +529,7 @@ case "${host}" in i[3456]86-*-mingw32*) configdirs="$configdirs dosrel" ;; *-cygwin*) - configdirs="$configdirs dosrel" ;; + configdirs="$configdirs libtermcap dosrel" ;; esac # Remove more programs from consideration, based on the host or