Mon Nov 2 15:26:33 1998 Geoffrey Noer <noer@cygnus.com>

* configure.in: Check cygwin* instead of cygwin32*.
        * configure: regenerate
This commit is contained in:
Geoffrey Noer 1998-11-02 23:28:59 +00:00
parent 97aacc71ed
commit b93f016bf0
3 changed files with 763 additions and 261 deletions

View File

@ -1,3 +1,8 @@
Mon Nov 2 15:26:33 1998 Geoffrey Noer <noer@cygnus.com>
* configure.in: Check cygwin* instead of cygwin32*.
* configure: regenerate
Thu Oct 29 10:04:20 1998 Michael Snyder <msnyder@cleaver.cygnus.com>
[Support for trace debugging: registers that were not collected.]

1013
gdb/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -538,7 +538,7 @@ AC_ARG_ENABLE(gdbtk,
AC_MSG_ERROR(bad value ${enableval} given for gdbtk option) ;;
esac],
[
# Default is on for everything but go32 and cygwin32
# Default is on for everything but go32 and Cygwin
case "$host" in
*go32* | *windows*)
;;
@ -547,7 +547,7 @@ case "$host" in
esac
])
# In the cygwin32 environment, we need some additional flags.
# In the Cygwin environment, we need some additional flags.
AC_CACHE_CHECK([for cygwin32], gdb_cv_os_cygwin32,
[AC_EGREP_CPP(lose, [
#ifdef __CYGWIN32__
@ -593,7 +593,7 @@ if test "${enable_gdbtk}" = "yes"; then
TIXVERSION=4.1.8.0
. ${ac_cv_c_tclconfig}/tclConfig.sh
case "${host}" in
*-*-cygwin32*)
*-*-cygwin*)
tixdir=../tix/win/tcl8.0
;;
*)