From: jan Date: Thu, 16 May 2002 12:32:11 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release/1.5.59~63 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5c6f76fc4991db3981b6afba028e92a06a302966;p=lilypond.git *** empty log message *** --- 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" #