* mkstemp.c: Likewise.
* pexecute.c: Likewise.
+Mon Nov 2 15:05:33 1998 Geoffrey Noer <noer@cygnus.com>
+
+ * configure.in: detect cygwin* instead of cygwin32*
+ * configure: regenerate
+
Mon Nov 2 10:22:01 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* pexecute.c: Check HAVE_CONFIG_H, not IN_GCC, when determining
* configure.in (AC_CHECK_HEADERS): Check for strings.h too.
* config.in, configure: Rebuilt.
+Mon Oct 12 19:15:59 1998 Geoffrey Noer <noer@cygnus.com>
+
+ * configure.in: in comment, call AC_EXEEXT instead of AM_EXEEXT
+
Sun Oct 11 17:36:06 1998 Michael Tiemann <tiemann@holodeck.cygnus.com>
* Makefile.in (cplus-dem.o, obstack.o): Depend upon config.h.
case "${host}" in
- *-*-cygwin32*)
- # The cygwin32 library actually uses a couple of files from
+ *-*-cygwin*)
+ # The Cygwin library actually uses a couple of files from
# libiberty when it is built. If we are building a native
- # cygwin32, and we run the tests, we will appear to have these
+ # Cygwin, and we run the tests, we will appear to have these
# files. However, when we go on to build winsup, we will wind up
# with a library which does not have the files, since they should
# have come from libiberty.
dnl When we start using automake:
dnl AM_MAINTAINER_MODE
-dnl AM_EXEEXT
+dnl AC_EXEEXT
dnl When we start using automake:
dnl AM_PROG_INSTALL
case "${host}" in
- *-*-cygwin32*)
- # The cygwin32 library actually uses a couple of files from
+ *-*-cygwin*)
+ # The Cygwin library actually uses a couple of files from
# libiberty when it is built. If we are building a native
- # cygwin32, and we run the tests, we will appear to have these
+ # Cygwin, and we run the tests, we will appear to have these
# files. However, when we go on to build winsup, we will wind up
# with a library which does not have the files, since they should
# have come from libiberty.