1- diff -Naur bison-3.0.5-orig/build-aux/compile bison-3.0.5/build-aux/compile
2- --- bison-3.0.5-orig/build-aux/compile 2018-05-27 12:34:40.000000000 +0300
3- +++ bison-3.0.5/build-aux/compile 2018-05-31 08:49:39.118626800 +0300
4- @@ -53,7 +53,7 @@
5- MINGW*)
6- file_conv=mingw
7- ;;
8- - CYGWIN*)
9- + CYGWIN* | MSYS*)
10- file_conv=cygwin
11- ;;
12- *)
13- @@ -67,7 +67,7 @@
14- mingw/*)
15- file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
16- ;;
17- - cygwin/*)
18- + cygwin/* | msys/*)
19- file=`cygpath -m "$file" || echo "$file"`
20- ;;
21- wine/*)
221diff -Naur bison-3.0.5-orig/build-aux/config.guess bison-3.0.5/build-aux/config.guess
232--- bison-3.0.5-orig/build-aux/config.guess 2018-05-08 13:02:48.000000000 +0300
243+++ bison-3.0.5/build-aux/config.guess 2018-05-31 08:52:50.957050300 +0300
25- @@ -883 ,6 +883 ,9 @@
4+ @@ -947 ,6 +947 ,9 @@
265 amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*)
27- echo x86_64-unknown -cygwin
28- exit ;;
6+ GUESS= x86_64-pc -cygwin
7+ ;;
298+ amd64:MSYS*:*:* | x86_64:MSYS*:*:*)
309+ echo x86_64-unknown-msys
3110+ exit ;;
3211 prep*:SunOS:5.*:*)
33- echo powerpcle-unknown-solaris2" `echo "$UNAME_RELEASE"| sed -e 's/[^.]*//'`"
34- exit ;;
12+ SUN_REL= `echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`
13+ GUESS=powerpcle-unknown-solaris2$SUN_REL
3514diff -Naur bison-3.0.5-orig/build-aux/config.rpath bison-3.0.5/build-aux/config.rpath
3615--- bison-3.0.5-orig/build-aux/config.rpath 2018-05-08 13:02:48.000000000 +0300
3716+++ bison-3.0.5/build-aux/config.rpath 2018-05-31 08:49:39.149826800 +0300
@@ -128,18 +107,6 @@ diff -Naur bison-3.0.5-orig/m4/getdtablesize.m4 bison-3.0.5/m4/getdtablesize.m4
128107 gl_cv_func_getdtablesize_works="guessing no" ;;
129108 *) gl_cv_func_getdtablesize_works="guessing yes" ;;
130109 esac
131- diff -Naur bison-3.0.5-orig/m4/malloc.m4 bison-3.0.5/m4/malloc.m4
132- --- bison-3.0.5-orig/m4/malloc.m4 2018-05-08 13:02:49.000000000 +0300
133- +++ bison-3.0.5/m4/malloc.m4 2018-05-31 08:53:58.982170000 +0300
134- @@ -33,7 +33,7 @@
135- [case "$host_os" in
136- # Guess yes on platforms where we know the result.
137- *-gnu* | gnu* | *-musl* | freebsd* | netbsd* | openbsd* \
138- - | hpux* | solaris* | cygwin* | mingw*)
139- + | hpux* | solaris* | cygwin* | msys* | mingw*)
140- ac_cv_func_malloc_0_nonnull="guessing yes" ;;
141- # If we don't know, assume the worst.
142- *) ac_cv_func_malloc_0_nonnull="guessing no" ;;
143110diff -Naur bison-3.0.5-orig/m4/printf.m4 bison-3.0.5/m4/printf.m4
144111--- bison-3.0.5-orig/m4/printf.m4 2018-05-08 13:02:49.000000000 +0300
145112+++ bison-3.0.5/m4/printf.m4 2018-05-31 08:54:22.304211000 +0300
@@ -159,18 +126,6 @@ diff -Naur bison-3.0.5-orig/m4/printf.m4 bison-3.0.5/m4/printf.m4
159126 # Guess yes on Solaris >= 2.6.
160127 solaris2.[0-5] | solaris2.[0-5].*)
161128 gl_cv_func_vsnprintf_zerosize_c99="guessing no";;
162- diff -Naur bison-3.0.5-orig/m4/realloc.m4 bison-3.0.5/m4/realloc.m4
163- --- bison-3.0.5-orig/m4/realloc.m4 2018-05-08 13:02:49.000000000 +0300
164- +++ bison-3.0.5/m4/realloc.m4 2018-05-31 08:54:48.293856600 +0300
165- @@ -33,7 +33,7 @@
166- [case "$host_os" in
167- # Guess yes on platforms where we know the result.
168- *-gnu* | gnu* | *-musl* | freebsd* | netbsd* | openbsd* \
169- - | hpux* | solaris* | cygwin* | mingw*)
170- + | hpux* | solaris* | cygwin* | msys* | mingw*)
171- ac_cv_func_realloc_0_nonnull="guessing yes" ;;
172- # If we don't know, assume the worst.
173- *) ac_cv_func_realloc_0_nonnull="guessing no" ;;
174129diff -Naur bison-3.0.5-orig/m4/threadlib.m4 bison-3.0.5/m4/threadlib.m4
175130--- bison-3.0.5-orig/m4/threadlib.m4 2018-05-08 13:02:50.000000000 +0300
176131+++ bison-3.0.5/m4/threadlib.m4 2018-05-31 08:49:39.446227300 +0300
0 commit comments