diff options
Diffstat (limited to 'emulators/wine/patches/patch-ac')
-rw-r--r-- | emulators/wine/patches/patch-ac | 585 |
1 files changed, 31 insertions, 554 deletions
diff --git a/emulators/wine/patches/patch-ac b/emulators/wine/patches/patch-ac index ce7ca25f023..93451f27033 100644 --- a/emulators/wine/patches/patch-ac +++ b/emulators/wine/patches/patch-ac @@ -1,13 +1,13 @@ -$NetBSD: patch-ac,v 1.2 1998/08/07 10:40:35 agc Exp $ +$NetBSD: patch-ac,v 1.3 1998/12/14 02:17:10 tv Exp $ ---- configure.orig Sun Jun 14 16:45:59 1998 -+++ configure Thu Jun 18 22:00:27 1998 -@@ -2014,8 +2014,51 @@ +--- configure.orig Fri Dec 11 08:26:26 1998 ++++ configure Sun Dec 13 00:59:26 1998 +@@ -2037,8 +2037,51 @@ echo "$ac_t""no" 1>&6 fi +echo $ac_n "checking for main in -lossaudio""... $ac_c" 1>&6 -+echo "configure:2019: checking for main in -lossaudio" >&5 ++echo "configure:2042: checking for main in -lossaudio" >&5 +ac_lib_var=`echo ossaudio'_'main | sed 'y%./+-%__p_%'` +if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 @@ -15,14 +15,14 @@ $NetBSD: patch-ac,v 1.2 1998/08/07 10:40:35 agc Exp $ + ac_save_LIBS="$LIBS" +LIBS="-lossaudio $LIBS" +cat > conftest.$ac_ext <<EOF -+#line 2027 "configure" ++#line 2050 "configure" +#include "confdefs.h" + +int main() { +main() +; return 0; } +EOF -+if { (eval echo configure:2034: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then ++if { (eval echo configure:2057: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then + rm -rf conftest* + eval "ac_cv_lib_$ac_lib_var=yes" +else @@ -50,98 +50,17 @@ $NetBSD: patch-ac,v 1.2 1998/08/07 10:40:35 agc Exp $ +fi + echo $ac_n "checking for iswalnum in -lw""... $ac_c" 1>&6 --echo "configure:2019: checking for iswalnum in -lw" >&5 -+echo "configure:2062: checking for iswalnum in -lw" >&5 +-echo "configure:2042: checking for iswalnum in -lw" >&5 ++echo "configure:2085: checking for iswalnum in -lw" >&5 ac_lib_var=`echo w'_'iswalnum | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 -@@ -2023,7 +2066,7 @@ - ac_save_LIBS="$LIBS" - LIBS="-lw $LIBS" - cat > conftest.$ac_ext <<EOF --#line 2027 "configure" -+#line 2070 "configure" - #include "confdefs.h" - /* Override any gcc2 internal prototype to avoid an error. */ - /* We use char because int might match the return type of a gcc2 -@@ -2034,7 +2077,7 @@ - iswalnum() - ; return 0; } - EOF --if { (eval echo configure:2038: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then -+if { (eval echo configure:2081: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=yes" - else -@@ -2062,7 +2105,7 @@ - fi +@@ -2489,7 +2532,27 @@ - echo $ac_n "checking for XF86DGAQueryExtension in -lXxf86dga""... $ac_c" 1>&6 --echo "configure:2066: checking for XF86DGAQueryExtension in -lXxf86dga" >&5 -+echo "configure:2109: checking for XF86DGAQueryExtension in -lXxf86dga" >&5 - ac_lib_var=`echo Xxf86dga'_'XF86DGAQueryExtension | sed 'y%./+-%__p_%'` - if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -@@ -2070,7 +2113,7 @@ - ac_save_LIBS="$LIBS" - LIBS="-lXxf86dga $X_LIBS -lXext -lX11 $LIBS" - cat > conftest.$ac_ext <<EOF --#line 2074 "configure" -+#line 2117 "configure" - #include "confdefs.h" - /* Override any gcc2 internal prototype to avoid an error. */ - /* We use char because int might match the return type of a gcc2 -@@ -2081,7 +2124,7 @@ - XF86DGAQueryExtension() ; return 0; } EOF --if { (eval echo configure:2085: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then -+if { (eval echo configure:2128: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=yes" - else -@@ -2109,17 +2152,17 @@ - do - ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` - echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 --echo "configure:2113: checking for $ac_hdr" >&5 -+echo "configure:2156: checking for $ac_hdr" >&5 - if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF --#line 2118 "configure" -+#line 2161 "configure" - #include "confdefs.h" - #include <$ac_hdr> - EOF - ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" --{ (eval echo configure:2123: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -+{ (eval echo configure:2166: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } - ac_err=`grep -v '^ *+' conftest.out` - if test -z "$ac_err"; then - rm -rf conftest* -@@ -2147,12 +2190,12 @@ - - - echo $ac_n "checking "for Open Sound System"""... $ac_c" 1>&6 --echo "configure:2151: checking "for Open Sound System"" >&5 -+echo "configure:2194: checking "for Open Sound System"" >&5 - if eval "test \"`echo '$''{'ac_cv_c_opensoundsystem'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF --#line 2156 "configure" -+#line 2199 "configure" - #include "confdefs.h" - - #ifdef HAVE_SYS_SOUNDCARD_H -@@ -2172,7 +2215,27 @@ - - ; return 0; } - EOF --if { (eval echo configure:2176: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:2219: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +-if { (eval echo configure:2493: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:2536: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then + rm -rf conftest* + ac_cv_c_opensoundsystem="yes" +else @@ -149,7 +68,7 @@ $NetBSD: patch-ac,v 1.2 1998/08/07 10:40:35 agc Exp $ + cat conftest.$ac_ext >&5 + rm -rf conftest* + cat > conftest.$ac_ext <<EOF -+#line 2227 "configure" ++#line 2544 "configure" +#include "confdefs.h" +#include <soundcard.h> +int main() { @@ -161,11 +80,11 @@ $NetBSD: patch-ac,v 1.2 1998/08/07 10:40:35 agc Exp $ + +; return 0; } +EOF -+if { (eval echo configure:2239: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:2556: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_c_opensoundsystem="yes" else -@@ -2183,6 +2246,8 @@ +@@ -2500,6 +2563,8 @@ fi rm -f conftest* fi @@ -174,110 +93,7 @@ $NetBSD: patch-ac,v 1.2 1998/08/07 10:40:35 agc Exp $ echo "$ac_t""$ac_cv_c_opensoundsystem" 1>&6 -@@ -2196,12 +2261,12 @@ - - - echo $ac_n "checking "for union semun"""... $ac_c" 1>&6 --echo "configure:2200: checking "for union semun"" >&5 -+echo "configure:2265: checking "for union semun"" >&5 - if eval "test \"`echo '$''{'ac_cv_c_union_semun'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF --#line 2205 "configure" -+#line 2270 "configure" - #include "confdefs.h" - #include <sys/types.h> - #include <sys/sem.h> -@@ -2209,7 +2274,7 @@ - union semun foo - ; return 0; } - EOF --if { (eval echo configure:2213: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:2278: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - ac_cv_c_union_semun="yes" - else -@@ -2237,7 +2302,7 @@ - then - CFLAGS="$CFLAGS -Wall" - echo $ac_n "checking "for gcc strength-reduce bug"""... $ac_c" 1>&6 --echo "configure:2241: checking "for gcc strength-reduce bug"" >&5 -+echo "configure:2306: checking "for gcc strength-reduce bug"" >&5 - if eval "test \"`echo '$''{'ac_cv_c_gcc_strength_bug'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -2245,7 +2310,7 @@ - ac_cv_c_gcc_strength_bug="yes" - else - cat > conftest.$ac_ext <<EOF --#line 2249 "configure" -+#line 2314 "configure" - #include "confdefs.h" - - int main(void) { -@@ -2256,7 +2321,7 @@ - exit( Array[1] != -2 ); - } - EOF --if { (eval echo configure:2260: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null -+if { (eval echo configure:2325: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null - then - ac_cv_c_gcc_strength_bug="no" - else -@@ -2279,7 +2344,7 @@ - - - echo $ac_n "checking "whether external symbols need an underscore prefix"""... $ac_c" 1>&6 --echo "configure:2283: checking "whether external symbols need an underscore prefix"" >&5 -+echo "configure:2348: checking "whether external symbols need an underscore prefix"" >&5 - if eval "test \"`echo '$''{'ac_cv_c_extern_prefix'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -2291,14 +2356,14 @@ - .long 0 - EOF - cat > conftest.$ac_ext <<EOF --#line 2295 "configure" -+#line 2360 "configure" - #include "confdefs.h" - extern int ac_test; - int main() { - if (ac_test) return 1 - ; return 0; } - EOF --if { (eval echo configure:2302: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then -+if { (eval echo configure:2367: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then - rm -rf conftest* - ac_cv_c_extern_prefix="yes" - else -@@ -2322,7 +2387,7 @@ - - - echo $ac_n "checking "whether assembler accepts .string"""... $ac_c" 1>&6 --echo "configure:2326: checking "whether assembler accepts .string"" >&5 -+echo "configure:2391: checking "whether assembler accepts .string"" >&5 - if eval "test \"`echo '$''{'ac_cv_c_asm_string'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -2332,14 +2397,14 @@ - .string "test" - EOF - cat > conftest.$ac_ext <<EOF --#line 2336 "configure" -+#line 2401 "configure" - #include "confdefs.h" - - int main() { - - ; return 0; } - EOF --if { (eval echo configure:2343: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then -+if { (eval echo configure:2408: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then - rm -rf conftest* - ac_cv_c_asm_string="yes" - else -@@ -2363,50 +2428,90 @@ +@@ -2680,50 +2745,90 @@ DLLFLAGS="" @@ -285,26 +101,26 @@ $NetBSD: patch-ac,v 1.2 1998/08/07 10:40:35 agc Exp $ if test "$LIB_TARGET" = "libwine.so.1.0" then - echo $ac_n "checking "whether we can build a dll"""... $ac_c" 1>&6 --echo "configure:2370: checking "whether we can build a dll"" >&5 +-echo "configure:2687: checking "whether we can build a dll"" >&5 -if eval "test \"`echo '$''{'ac_cv_c_dll'+set}'`\" = set"; then + echo $ac_n "checking "whether we can build a Linux dll"""... $ac_c" 1>&6 -+echo "configure:2436: checking "whether we can build a Linux dll"" >&5 ++echo "configure:2753: checking "whether we can build a Linux dll"" >&5 +if eval "test \"`echo '$''{'ac_cv_c_dll_linux'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else saved_cflags=$CFLAGS CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,conftest.so.1.0" cat > conftest.$ac_ext <<EOF --#line 2377 "configure" -+#line 2443 "configure" +-#line 2694 "configure" ++#line 2760 "configure" #include "confdefs.h" int main() { return 1 ; return 0; } EOF --if { (eval echo configure:2384: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then -+if { (eval echo configure:2450: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then +-if { (eval echo configure:2701: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then ++if { (eval echo configure:2767: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then rm -rf conftest* - ac_cv_c_dll="yes" + ac_cv_c_dll_linux="yes" @@ -330,21 +146,21 @@ $NetBSD: patch-ac,v 1.2 1998/08/07 10:40:35 agc Exp $ + LDSHARE="$$(CC) -shared -Wl,-soname,libwine.so" + fi + echo $ac_n "checking "whether we can build a NetBSD dll"""... $ac_c" 1>&6 -+echo "configure:2471: checking "whether we can build a NetBSD dll"" >&5 ++echo "configure:2788: checking "whether we can build a NetBSD dll"" >&5 +if eval "test \"`echo '$''{'ac_cv_c_dll_netbsd'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +else + saved_cflags=$CFLAGS + CFLAGS="$CFLAGS -fPIC -Bshareable -Bforcearchive" + cat > conftest.$ac_ext <<EOF -+#line 2478 "configure" ++#line 2795 "configure" +#include "confdefs.h" + +int main() { +return 1 +; return 0; } +EOF -+if { (eval echo configure:2485: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then ++if { (eval echo configure:2802: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then + rm -rf conftest* + ac_cv_c_dll_netbsd="yes" +else @@ -373,354 +189,15 @@ $NetBSD: patch-ac,v 1.2 1998/08/07 10:40:35 agc Exp $ + - echo $ac_n "checking "for reentrant X libraries"""... $ac_c" 1>&6 --echo "configure:2410: checking "for reentrant X libraries"" >&5 -+echo "configure:2515: checking "for reentrant X libraries"" >&5 - if eval "test \"`echo '$''{'wine_cv_x_reentrant'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -2450,12 +2555,12 @@ - for ac_func in clone getpagesize memmove sigaltstack strerror stricmp tcgetattr timegm usleep wait4 waitpid - do - echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 --echo "configure:2454: checking for $ac_func" >&5 -+echo "configure:2559: checking for $ac_func" >&5 - if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF --#line 2459 "configure" -+#line 2564 "configure" - #include "confdefs.h" - /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func(); below. */ -@@ -2478,7 +2583,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:2482: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then -+if { (eval echo configure:2587: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then - rm -rf conftest* - eval "ac_cv_func_$ac_func=yes" - else -@@ -2506,17 +2611,17 @@ - do - ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` - echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 --echo "configure:2510: checking for $ac_hdr" >&5 -+echo "configure:2615: checking for $ac_hdr" >&5 - if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF --#line 2515 "configure" -+#line 2620 "configure" - #include "confdefs.h" - #include <$ac_hdr> - EOF - ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" --{ (eval echo configure:2520: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -+{ (eval echo configure:2625: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } - ac_err=`grep -v '^ *+' conftest.out` - if test -z "$ac_err"; then - rm -rf conftest* -@@ -2543,12 +2648,12 @@ - done - - echo $ac_n "checking whether stat file-mode macros are broken""... $ac_c" 1>&6 --echo "configure:2547: checking whether stat file-mode macros are broken" >&5 -+echo "configure:2652: checking whether stat file-mode macros are broken" >&5 - if eval "test \"`echo '$''{'ac_cv_header_stat_broken'+set}'`\" = set"; then + echo $ac_n "checking "for reentrant libc"""... $ac_c" 1>&6 +-echo "configure:2727: checking "for reentrant libc"" >&5 ++echo "configure:2832: checking "for reentrant libc"" >&5 + if eval "test \"`echo '$''{'wine_cv_libc_reentrant'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <<EOF --#line 2552 "configure" -+#line 2657 "configure" - #include "confdefs.h" - #include <sys/types.h> - #include <sys/stat.h> -@@ -2599,12 +2704,12 @@ - fi - - echo $ac_n "checking for working const""... $ac_c" 1>&6 --echo "configure:2603: checking for working const" >&5 -+echo "configure:2708: checking for working const" >&5 - if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF --#line 2608 "configure" -+#line 2713 "configure" - #include "confdefs.h" - - int main() { -@@ -2653,7 +2758,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:2657: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:2762: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - ac_cv_c_const=yes - else -@@ -2674,12 +2779,12 @@ - fi - - echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 --echo "configure:2678: checking for ANSI C header files" >&5 -+echo "configure:2783: checking for ANSI C header files" >&5 - if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF --#line 2683 "configure" -+#line 2788 "configure" - #include "confdefs.h" - #include <stdlib.h> - #include <stdarg.h> -@@ -2687,7 +2792,7 @@ - #include <float.h> - EOF - ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" --{ (eval echo configure:2691: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -+{ (eval echo configure:2796: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } - ac_err=`grep -v '^ *+' conftest.out` - if test -z "$ac_err"; then - rm -rf conftest* -@@ -2704,7 +2809,7 @@ - if test $ac_cv_header_stdc = yes; then - # SunOS 4.x string.h does not declare mem*, contrary to ANSI. - cat > conftest.$ac_ext <<EOF --#line 2708 "configure" -+#line 2813 "configure" - #include "confdefs.h" - #include <string.h> - EOF -@@ -2722,7 +2827,7 @@ - if test $ac_cv_header_stdc = yes; then - # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. - cat > conftest.$ac_ext <<EOF --#line 2726 "configure" -+#line 2831 "configure" - #include "confdefs.h" - #include <stdlib.h> - EOF -@@ -2743,7 +2848,7 @@ - : - else - cat > conftest.$ac_ext <<EOF --#line 2747 "configure" -+#line 2852 "configure" - #include "confdefs.h" - #include <ctype.h> - #define ISLOWER(c) ('a' <= (c) && (c) <= 'z') -@@ -2754,7 +2859,7 @@ - exit (0); } - - EOF --if { (eval echo configure:2758: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null -+if { (eval echo configure:2863: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null - then - : - else -@@ -2778,12 +2883,12 @@ - fi - - echo $ac_n "checking for size_t""... $ac_c" 1>&6 --echo "configure:2782: checking for size_t" >&5 -+echo "configure:2887: checking for size_t" >&5 - if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF --#line 2787 "configure" -+#line 2892 "configure" - #include "confdefs.h" - #include <sys/types.h> - #if STDC_HEADERS -@@ -2811,7 +2916,7 @@ - fi - - echo $ac_n "checking size of long long""... $ac_c" 1>&6 --echo "configure:2815: checking size of long long" >&5 -+echo "configure:2920: checking size of long long" >&5 - if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -2819,7 +2924,7 @@ - ac_cv_sizeof_long_long=0 - else - cat > conftest.$ac_ext <<EOF --#line 2823 "configure" -+#line 2928 "configure" - #include "confdefs.h" - #include <stdio.h> - main() -@@ -2830,7 +2935,7 @@ - exit(0); - } - EOF --if { (eval echo configure:2834: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null -+if { (eval echo configure:2939: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null - then - ac_cv_sizeof_long_long=`cat conftestval` - else -@@ -2854,12 +2959,12 @@ - if test "$ac_cv_header_sys_vfs_h" = "yes" - then - echo $ac_n "checking "whether sys/vfs.h defines statfs"""... $ac_c" 1>&6 --echo "configure:2858: checking "whether sys/vfs.h defines statfs"" >&5 -+echo "configure:2963: checking "whether sys/vfs.h defines statfs"" >&5 - if eval "test \"`echo '$''{'wine_cv_sys_vfs_has_statfs'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF --#line 2863 "configure" -+#line 2968 "configure" - #include "confdefs.h" - - #include <sys/types.h> -@@ -2876,7 +2981,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:2880: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:2985: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - wine_cv_sys_vfs_has_statfs=yes - else -@@ -2903,12 +3008,12 @@ - if test "$ac_cv_header_sys_statfs_h" = "yes" - then - echo $ac_n "checking "whether sys/statfs.h defines statfs"""... $ac_c" 1>&6 --echo "configure:2907: checking "whether sys/statfs.h defines statfs"" >&5 -+echo "configure:3012: checking "whether sys/statfs.h defines statfs"" >&5 - if eval "test \"`echo '$''{'wine_cv_sys_statfs_has_statfs'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF --#line 2912 "configure" -+#line 3017 "configure" - #include "confdefs.h" - - #include <sys/types.h> -@@ -2923,7 +3028,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:2927: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:3032: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - wine_cv_sys_statfs_has_statfs=yes - else -@@ -2950,12 +3055,12 @@ - if test "$ac_cv_header_sys_mount_h" = "yes" - then - echo $ac_n "checking "whether sys/mount.h defines statfs"""... $ac_c" 1>&6 --echo "configure:2954: checking "whether sys/mount.h defines statfs"" >&5 -+echo "configure:3059: checking "whether sys/mount.h defines statfs"" >&5 - if eval "test \"`echo '$''{'wine_cv_sys_mount_has_statfs'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF --#line 2959 "configure" -+#line 3064 "configure" - #include "confdefs.h" - - #include <sys/types.h> -@@ -2970,7 +3075,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:2974: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:3079: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - wine_cv_sys_mount_has_statfs=yes - else -@@ -2996,7 +3101,7 @@ - - - echo $ac_n "checking "for statfs.f_bfree"""... $ac_c" 1>&6 --echo "configure:3000: checking "for statfs.f_bfree"" >&5 -+echo "configure:3105: checking "for statfs.f_bfree"" >&5 - if eval "test \"`echo '$''{'wine_cv_statfs_bfree'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -3005,7 +3110,7 @@ - wine_cv_statfs_bfree=no - else - cat > conftest.$ac_ext <<EOF --#line 3009 "configure" -+#line 3114 "configure" - #include "confdefs.h" - - #include <sys/types.h> -@@ -3032,7 +3137,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:3036: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:3141: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - wine_cv_statfs_bfree=yes - else -@@ -3056,7 +3161,7 @@ - fi - - echo $ac_n "checking "for statfs.f_bavail"""... $ac_c" 1>&6 --echo "configure:3060: checking "for statfs.f_bavail"" >&5 -+echo "configure:3165: checking "for statfs.f_bavail"" >&5 - if eval "test \"`echo '$''{'wine_cv_statfs_bavail'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -3065,7 +3170,7 @@ - wine_cv_statfs_bavail=no - else - cat > conftest.$ac_ext <<EOF --#line 3069 "configure" -+#line 3174 "configure" - #include "confdefs.h" - - #include <sys/types.h> -@@ -3092,7 +3197,7 @@ - - ; return 0; } - EOF --if { (eval echo configure:3096: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:3201: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - wine_cv_statfs_bavail=yes - else -@@ -3117,7 +3222,7 @@ - - - echo $ac_n "checking "for working sigaltstack"""... $ac_c" 1>&6 --echo "configure:3121: checking "for working sigaltstack"" >&5 -+echo "configure:3226: checking "for working sigaltstack"" >&5 - if eval "test \"`echo '$''{'ac_cv_c_working_sigaltstack'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -3126,7 +3231,7 @@ - - else - cat > conftest.$ac_ext <<EOF --#line 3130 "configure" -+#line 3235 "configure" - #include "confdefs.h" - - #include <stdio.h> -@@ -3164,7 +3269,7 @@ - } - - EOF --if { (eval echo configure:3168: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null -+if { (eval echo configure:3273: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null - then - ac_cv_c_working_sigaltstack="yes" - else -@@ -3384,6 +3489,7 @@ - s%@LN_S@%$LN_S%g +@@ -3849,6 +3954,7 @@ s%@C2MAN@%$C2MAN%g + s%@XLIB@%$XLIB%g s%@DLLFLAGS@%$DLLFLAGS%g +s%@LDSHARE@%$LDSHARE%g /@MAKE_RULES@/r $MAKE_RULES |