summaryrefslogtreecommitdiff
path: root/libiberty/configure.in
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-11-19 21:16:49 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-11-19 21:16:49 +0000
commit7b8b8d43426469cf3def3c44d0931876c48190ac (patch)
treeff8a5bccc182a6fa581cb18d91f121ce3588ca2e /libiberty/configure.in
parent18525f1fc0caa597ab481fb916348121ed6908cf (diff)
downloadgcc-7b8b8d43426469cf3def3c44d0931876c48190ac.tar.gz
* configure.in: detect cygwin* instead of cygwin32*
* configure: regenerate * configure.in: in comment, call AC_EXEEXT instead of AM_EXEEXT git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23725 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/configure.in')
-rw-r--r--libiberty/configure.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/libiberty/configure.in b/libiberty/configure.in
index 1fdfb314617..0b9b35b4785 100644
--- a/libiberty/configure.in
+++ b/libiberty/configure.in
@@ -93,7 +93,7 @@ AC_CONFIG_HEADER(config.h:config.in)
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
@@ -249,10 +249,10 @@ if test -z "${setobjs}"; then
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.