From ee120ccea09db13fb8a55de37b73446de25c2c42 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Thu, 16 May 2002 12:32:11 +0000 Subject: [PATCH] *** empty log message *** --- aclocal.m4 | 2 +- configure | 2 +- stepmake/aclocal.m4 | 2 +- stepmake/configure | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/aclocal.m4 b/aclocal.m4 index e0e2576c5a..2e14b05f46 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -571,7 +571,7 @@ AC_DEFUN(STEPMAKE_INIT, [ fi fi - if test "$OSTYPE" = "cygwin" -o "$OSTYPE" = "Windows_NT"; then + if test "$OSTYPE" = "cygwin" -o "$OSTYPE" = "cygwin32" -o "$OSTYPE" = "Windows_NT"; then LN=cp # hard link does not work under cygnus-nt LN_S='cp -r' # symbolic link does not work for native nt ZIP="zip -r -9" # diff --git a/configure b/configure index 4f29504dff..01b95a63f1 100755 --- a/configure +++ b/configure @@ -1210,7 +1210,7 @@ fi fi fi - if test "$OSTYPE" = "cygwin" -o "$OSTYPE" = "Windows_NT"; then + if test "$OSTYPE" = "cygwin" -o "$OSTYPE" = "cygwin32" -o "$OSTYPE" = "Windows_NT"; then LN=cp # hard link does not work under cygnus-nt LN_S='cp -r' # symbolic link does not work for native nt ZIP="zip -r -9" # diff --git a/stepmake/aclocal.m4 b/stepmake/aclocal.m4 index e0e2576c5a..2e14b05f46 100644 --- a/stepmake/aclocal.m4 +++ b/stepmake/aclocal.m4 @@ -571,7 +571,7 @@ AC_DEFUN(STEPMAKE_INIT, [ fi fi - if test "$OSTYPE" = "cygwin" -o "$OSTYPE" = "Windows_NT"; then + if test "$OSTYPE" = "cygwin" -o "$OSTYPE" = "cygwin32" -o "$OSTYPE" = "Windows_NT"; then LN=cp # hard link does not work under cygnus-nt LN_S='cp -r' # symbolic link does not work for native nt ZIP="zip -r -9" # diff --git a/stepmake/configure b/stepmake/configure index eb3b58d45d..a03d0134e1 100755 --- a/stepmake/configure +++ b/stepmake/configure @@ -1197,7 +1197,7 @@ fi fi fi - if test "$OSTYPE" = "cygwin" -o "$OSTYPE" = "Windows_NT"; then + if test "$OSTYPE" = "cygwin" -o "$OSTYPE" = "cygwin32" -o "$OSTYPE" = "Windows_NT"; then LN=cp # hard link does not work under cygnus-nt LN_S='cp -r' # symbolic link does not work for native nt ZIP="zip -r -9" # -- 2.39.2