]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorJan Nieuwenhuizen <janneke@gnu.org>
Thu, 16 May 2002 12:32:11 +0000 (12:32 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Thu, 16 May 2002 12:32:11 +0000 (12:32 +0000)
aclocal.m4
configure
stepmake/aclocal.m4
stepmake/configure

index e0e2576c5a9b4809cd19da8572ea6078aae91409..2e14b05f46f5f1b647d9c372de6844ac7e3c1f42 100644 (file)
@@ -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" #
index 4f29504dffce3906108a9db90d596b89aaafd421..01b95a63f1725fd0d520d1219d560454641af902 100755 (executable)
--- 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" #
index e0e2576c5a9b4809cd19da8572ea6078aae91409..2e14b05f46f5f1b647d9c372de6844ac7e3c1f42 100644 (file)
@@ -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" #
index eb3b58d45d74742eab59fc1d974339c8fe20f157..a03d0134e1bd477b81903e57836f54048d4a10fd 100755 (executable)
@@ -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" #