2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.71 for Wine 8.20.
5 # Report bugs to <wine-devel@winehq.org>.
8 # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
12 # This configure script is free software; the Free Software Foundation
13 # gives unlimited permission to copy, distribute and modify it.
14 ## -------------------- ##
15 ## M4sh Initialization. ##
16 ## -------------------- ##
18 # Be more Bourne compatible
19 DUALCASE
=1; export DUALCASE
# for MKS sh
21 if test ${ZSH_VERSION+y} && (emulate sh
) >/dev
/null
2>&1
25 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
26 # is contrary to our usage. Disable this feature.
27 alias -g '${1+"$@"}'='"$@"'
30 case `(set -o) 2>/dev/null` in #(
40 # Reset variables that may have inherited troublesome values from
43 # IFS needs to be set, to space, tab, and newline, in precisely that order.
44 # (If _AS_PATH_WALK were called with IFS unset, it would have the
45 # side effect of setting IFS to empty, thus disabling word splitting.)
46 # Quoting is to prevent editors from complaining about space-tab.
56 # Ensure predictable behavior from utilities with locale-dependent output.
62 # We cannot yet rely on "unset" to work, but we need these variables
63 # to be unset--not just set to an empty or harmless value--now, to
64 # avoid bugs in old shells (e.g. pre-3.0 UWIN ksh). This construct
65 # also avoids known problems related to "unset" and subshell syntax
66 # in other old shells (e.g. bash 2.01 and pdksh 5.2.14).
67 for as_var
in BASH_ENV ENV MAIL MAILPATH CDPATH
68 do eval test \
${$as_var+y} \
69 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
72 # Ensure that fds 0, 1, and 2 are open.
73 if (exec 3>&0) 2>/dev
/null
; then :; else exec 0</dev
/null
; fi
74 if (exec 3>&1) 2>/dev
/null
; then :; else exec 1>/dev
/null
; fi
75 if (exec 3>&2) ; then :; else exec 2>/dev
/null
; fi
77 # The user is always right.
78 if ${PATH_SEPARATOR+false} :; then
80 (PATH
='/bin;/bin'; FPATH
=$PATH; sh
-c :) >/dev
/null
2>&1 && {
81 (PATH
='/bin:/bin'; FPATH
=$PATH; sh
-c :) >/dev
/null
2>&1 ||
87 # Find who we are. Look in the path if we contain no directory separator.
90 *[\\/]* ) as_myself
=$0 ;;
91 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
100 test -r "$as_dir$0" && as_myself
=$as_dir$0 && break
106 # We did not find ourselves, most probably we were run as `sh COMMAND'
107 # in which case we are not to be found in the path.
108 if test "x$as_myself" = x
; then
111 if test ! -f "$as_myself"; then
112 printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
117 # Use a proper internal environment variable to ensure we don't fall
118 # into an infinite loop, continuously re-executing ourselves.
119 if test x
"${_as_can_reexec}" != xno
&& test "x$CONFIG_SHELL" != x
; then
120 _as_can_reexec
=no
; export _as_can_reexec
;
121 # We cannot yet assume a decent shell, so we have to provide a
122 # neutralization value for shells without unset; and this also
123 # works around shells that cannot unset nonexistent variables.
124 # Preserve -v and -x to the replacement shell.
127 (unset BASH_ENV
) >/dev
/null
2>&1 && unset BASH_ENV ENV
129 *v
*x
* |
*x
*v
* ) as_opts
=-vx ;;
134 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
135 # Admittedly, this is quite paranoid, since all the known shells bail
136 # out after a failed `exec'.
137 printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2
140 # We don't want this to propagate to other subprocesses.
141 { _as_can_reexec
=; unset _as_can_reexec
;}
142 if test "x$CONFIG_SHELL" = x
; then
143 as_bourne_compatible
="as_nop=:
144 if test \${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
148 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
149 # is contrary to our usage. Disable this feature.
150 alias -g '\${1+\"\$@\"}'='\"\$@\"'
153 case \`(set -o) 2>/dev/null\` in #(
161 as_required
="as_fn_return () { (exit \$1); }
162 as_fn_success () { as_fn_return 0; }
163 as_fn_failure () { as_fn_return 1; }
164 as_fn_ret_success () { return 0; }
165 as_fn_ret_failure () { return 1; }
168 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
169 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
170 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
171 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
172 if ( set x; as_fn_ret_success y && test x = \"\$1\" )
176 exitcode=1; echo positional parameters were not saved.
178 test x\$exitcode = x0 || exit 1
179 blah=\$(echo \$(echo blah))
180 test x\"\$blah\" = xblah || exit 1
182 as_suggested
=" as_lineno_1=";as_suggested
=$as_suggested$LINENO;as_suggested
=$as_suggested" as_lineno_1a=\$LINENO
183 as_lineno_2=";as_suggested
=$as_suggested$LINENO;as_suggested
=$as_suggested" as_lineno_2a=\$LINENO
184 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
185 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
186 test \$(( 1 + 1 )) = 2 || exit 1"
187 if (eval "$as_required") 2>/dev
/null
193 if test x
$as_have_required = xyes
&& (eval "$as_suggested") 2>/dev
/null
197 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
199 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
205 *) as_dir
=$as_dir/ ;;
210 for as_base
in sh bash ksh sh5
; do
211 # Try only shells that exist, to save several forks.
212 as_shell
=$as_dir$as_base
213 if { test -f "$as_shell" ||
test -f "$as_shell.exe"; } &&
214 as_run
=a
"$as_shell" -c "$as_bourne_compatible""$as_required" 2>/dev
/null
216 CONFIG_SHELL
=$as_shell as_have_required
=yes
217 if as_run
=a
"$as_shell" -c "$as_bourne_compatible""$as_suggested" 2>/dev
/null
231 if { test -f "$SHELL" ||
test -f "$SHELL.exe"; } &&
232 as_run
=a
"$SHELL" -c "$as_bourne_compatible""$as_required" 2>/dev
/null
234 CONFIG_SHELL
=$SHELL as_have_required
=yes
239 if test "x$CONFIG_SHELL" != x
242 # We cannot yet assume a decent shell, so we have to provide a
243 # neutralization value for shells without unset; and this also
244 # works around shells that cannot unset nonexistent variables.
245 # Preserve -v and -x to the replacement shell.
248 (unset BASH_ENV
) >/dev
/null
2>&1 && unset BASH_ENV ENV
250 *v
*x
* |
*x
*v
* ) as_opts
=-vx ;;
255 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
256 # Admittedly, this is quite paranoid, since all the known shells bail
257 # out after a failed `exec'.
258 printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2
262 if test x
$as_have_required = xno
264 printf "%s\n" "$0: This script requires a shell more modern than all"
265 printf "%s\n" "$0: the shells that I found on your system."
266 if test ${ZSH_VERSION+y} ; then
267 printf "%s\n" "$0: In particular, zsh $ZSH_VERSION has bugs and should"
268 printf "%s\n" "$0: be upgraded to zsh 4.3.4 or later."
270 printf "%s\n" "$0: Please tell bug-autoconf@gnu.org and
271 $0: wine-devel@winehq.org about your system, including any
272 $0: error possibly output before this message. Then install
273 $0: a modern shell, or manually run the script under such a
274 $0: shell if you do have one."
280 SHELL
=${CONFIG_SHELL-/bin/sh}
282 # Unset more variables known to interfere with behavior of common tools.
283 CLICOLOR_FORCE
= GREP_OPTIONS
=
284 unset CLICOLOR_FORCE GREP_OPTIONS
286 ## --------------------- ##
287 ## M4sh Shell Functions. ##
288 ## --------------------- ##
291 # Portably unset VAR.
294 { eval $1=; unset $1;}
299 # as_fn_set_status STATUS
300 # -----------------------
301 # Set $? to STATUS, without forking.
309 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
318 # Do nothing but, unlike ":", preserve the value of $?.
327 # Create "$as_dir" as a directory, including parents if necessary.
332 -*) as_dir
=.
/$as_dir;;
334 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
338 *\'*) as_qdir
=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
341 as_dirs
="'$as_qdir' $as_dirs"
342 as_dir
=`$as_dirname -- "$as_dir" ||
343 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
344 X"$as_dir" : 'X\(//\)[^/]' \| \
345 X"$as_dir" : 'X\(//\)$' \| \
346 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
347 printf "%s\n" X"$as_dir" |
348 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
365 test -d "$as_dir" && break
367 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
368 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
373 # as_fn_executable_p FILE
374 # -----------------------
375 # Test if FILE is an executable regular file.
376 as_fn_executable_p
()
378 test -f "$1" && test -x "$1"
379 } # as_fn_executable_p
380 # as_fn_append VAR VALUE
381 # ----------------------
382 # Append the text in VALUE to the end of the definition contained in VAR. Take
383 # advantage of any shell optimizations that allow amortized linear growth over
384 # repeated appends, instead of the typical quadratic growth present in naive
386 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
388 eval 'as_fn_append ()
401 # Perform arithmetic evaluation on the ARGs, and store the result in the
402 # global $as_val. Take advantage of shells that can avoid forks. The arguments
403 # must be portable across $(()) and expr.
404 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
413 as_val
=`expr "$@" || test $? -eq 1`
419 # Do nothing but, unlike ":", preserve the value of $?.
426 # as_fn_error STATUS ERROR [LINENO LOG_FD]
427 # ----------------------------------------
428 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
429 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
430 # script with STATUS, using 1 if that was 0.
433 as_status
=$1; test $as_status -eq 0 && as_status
=1
435 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
436 printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
438 printf "%s\n" "$as_me: error: $2" >&2
439 as_fn_exit
$as_status
442 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
443 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
449 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
455 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
461 as_me
=`$as_basename -- "$0" ||
462 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
463 X"$0" : 'X\(//\)$' \| \
464 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
465 printf "%s\n" X/"$0" |
466 sed '/^.*\/\([^/][^/]*\)\/*$/{
480 # Avoid depending upon Character Ranges.
481 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
482 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
483 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
484 as_cr_digits
='0123456789'
485 as_cr_alnum
=$as_cr_Letters$as_cr_digits
488 as_lineno_1
=$LINENO as_lineno_1a
=$LINENO
489 as_lineno_2
=$LINENO as_lineno_2a
=$LINENO
490 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
491 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' ||
{
492 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
504 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
508 chmod +x
"$as_me.lineno" ||
509 { printf "%s\n" "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit
1; }
511 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
512 # already done that, so ensure we don't try to do so again and fall
513 # in an infinite loop. This has already happened in practice.
514 _as_can_reexec
=no
; export _as_can_reexec
515 # Don't try to exec as it changes $[0], causing all sort of problems
516 # (the dirname of $[0] is not the place where we might find the
517 # original and so on. Autoconf is especially sensitive to this).
519 # Exit status is that of the last command.
524 # Determine whether it's possible to make 'echo' print without a newline.
525 # These variables are no longer used directly by Autoconf, but are AC_SUBSTed
526 # for compatibility with existing Makefiles.
527 ECHO_C
= ECHO_N
= ECHO_T
=
528 case `echo -n x` in #(((((
530 case `echo 'xy\c'` in
531 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
533 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
540 # For backward compatibility with old third-party macros, we provide
541 # the shell variables $as_echo and $as_echo_n. New code should use
542 # AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively.
543 as_echo
='printf %s\n'
544 as_echo_n
='printf %s'
547 rm -f conf$$ conf$$.exe conf$$.
file
548 if test -d conf$$.dir
; then
549 rm -f conf$$.dir
/conf$$.
file
552 mkdir conf$$.dir
2>/dev
/null
554 if (echo >conf$$.
file) 2>/dev
/null
; then
555 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
557 # ... but there are two gotchas:
558 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
559 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
560 # In both cases, we have to default to `cp -pR'.
561 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
563 elif ln conf$$.
file conf$$
2>/dev
/null
; then
571 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
572 rmdir conf$$.dir
2>/dev
/null
574 if mkdir
-p .
2>/dev
/null
; then
575 as_mkdir_p
='mkdir -p "$as_dir"'
577 test -d .
/-p && rmdir .
/-p
582 as_executable_p
=as_fn_executable_p
584 # Sed expression to map a string onto a valid CPP name.
585 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
587 # Sed expression to map a string onto a valid variable name.
588 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
591 test -n "$DJDIR" ||
exec 7<&0 </dev
/null
595 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
596 # so uname gets run too.
597 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
602 ac_default_prefix
=/usr
/local
604 ac_config_libobj_dir
=.
611 # Identity of this package.
613 PACKAGE_TARNAME
='wine'
614 PACKAGE_VERSION
='8.20'
615 PACKAGE_STRING
='Wine 8.20'
616 PACKAGE_BUGREPORT
='wine-devel@winehq.org'
617 PACKAGE_URL
='https://www.winehq.org'
619 ac_unique_file
="server/atom.c"
620 # Factoring default headers for most tests.
621 ac_includes_default
="\
632 #ifdef HAVE_INTTYPES_H
633 # include <inttypes.h>
638 #ifdef HAVE_STRINGS_H
639 # include <strings.h>
641 #ifdef HAVE_SYS_TYPES_H
642 # include <sys/types.h>
644 #ifdef HAVE_SYS_STAT_H
645 # include <sys/stat.h>
652 ac_subst_vars
='LTLIBOBJS
707 WAYLAND_CLIENT_CFLAGS
755 SYSTEMCONFIGURATION_LIBS
759 APPLICATIONSERVICES_LIBS
772 WINEPRELOADER_LDFLAGS
804 x86_64_DISABLED_SUBDIRS
812 i386_DISABLED_SUBDIRS
820 arm64ec_DISABLED_SUBDIRS
821 arm64ec_DELAYLOADFLAG
836 aarch64_DISABLED_SUBDIRS
837 aarch64_DELAYLOADFLAG
901 program_transform_name
914 enable_option_checking
920 enable_maintainer_mode
987 enable_appxdeploymentclient
1000 enable_bcryptprimitives
1001 enable_bluetoothapis
1041 enable_d3dcompiler_33
1042 enable_d3dcompiler_34
1043 enable_d3dcompiler_35
1044 enable_d3dcompiler_36
1045 enable_d3dcompiler_37
1046 enable_d3dcompiler_38
1047 enable_d3dcompiler_39
1048 enable_d3dcompiler_40
1049 enable_d3dcompiler_41
1050 enable_d3dcompiler_42
1051 enable_d3dcompiler_43
1052 enable_d3dcompiler_46
1053 enable_d3dcompiler_47
1106 enable_directmanipulation
1144 enable_explorerframe
1161 enable_graphicscapture
1172 enable_hvsimanagementapi
1205 enable_light_msstyles
1210 enable_magnification
1221 enable_mfmediaengine
1287 enable_msvcp140_atomic_wait
1288 enable_msvcp140_codecvt_ids
1354 enable_photometadatahandler
1432 enable_threadpoolwinrt
1435 enable_twinapi_appcore
1439 enable_uiautomationcore
1459 enable_vcruntime140_1
1477 enable_windows_applicationmodel
1478 enable_windows_devices_bluetooth
1479 enable_windows_devices_enumeration
1480 enable_windows_devices_usb
1481 enable_windows_gaming_input
1482 enable_windows_gaming_ui_gamebar
1483 enable_windows_globalization
1484 enable_windows_media_devices
1485 enable_windows_media_mediacontrol
1486 enable_windows_media_speech
1487 enable_windows_media
1488 enable_windows_networking_hostname
1489 enable_windows_networking
1490 enable_windows_perception_stub
1491 enable_windows_security_credentials_ui_userconsentverifier
1492 enable_windows_storage_applicationdata
1493 enable_windows_system_profile_systemmanufacturers
1495 enable_windowscodecs
1496 enable_windowscodecsext
1498 enable_wineandroid_drv
1500 enable_winecoreaudio_drv
1503 enable_winegstreamer
1509 enable_winepulse_drv
1512 enable_winewayland_drv
1514 enable_winexinput_sys
1561 enable_xactengine2_0
1562 enable_xactengine2_4
1563 enable_xactengine2_7
1564 enable_xactengine2_9
1565 enable_xactengine3_0
1566 enable_xactengine3_1
1567 enable_xactengine3_2
1568 enable_xactengine3_3
1569 enable_xactengine3_4
1570 enable_xactengine3_5
1571 enable_xactengine3_6
1572 enable_xactengine3_7
1622 enable_wmcodecdspuuid
1631 enable_aspnet_regiis
1679 enable_presentationfontcache
1694 enable_servicemodelreg
1720 enable_winemenubuilder
1722 enable_winemsibuilder
1747 ac_precious_vars
='build_alias
1762 FLUIDSYNTH_PE_CFLAGS
1794 WAYLAND_CLIENT_CFLAGS
1836 # Initialize some variables set by options.
1838 ac_init_version
=false
1839 ac_unrecognized_opts
=
1840 ac_unrecognized_sep
=
1841 # The variables have the same names as the options, with
1842 # dashes changed to underlines.
1843 cache_file
=/dev
/null
1850 program_transform_name
=s
,x
,x
,
1858 # Installation directory options.
1859 # These are left unexpanded so users can "make install exec_prefix=/foo"
1860 # and all the variables that are supposed to be based on exec_prefix
1861 # by default will actually change.
1862 # Use braces instead of parens because sh, perl, etc. also accept them.
1863 # (The list follows the same order as the GNU Coding Standards.)
1864 bindir
='${exec_prefix}/bin'
1865 sbindir
='${exec_prefix}/sbin'
1866 libexecdir
='${exec_prefix}/libexec'
1867 datarootdir
='${prefix}/share'
1868 datadir
='${datarootdir}'
1869 sysconfdir
='${prefix}/etc'
1870 sharedstatedir
='${prefix}/com'
1871 localstatedir
='${prefix}/var'
1872 runstatedir
='${localstatedir}/run'
1873 includedir
='${prefix}/include'
1874 oldincludedir
='/usr/include'
1875 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
1876 infodir
='${datarootdir}/info'
1881 libdir
='${exec_prefix}/lib'
1882 localedir
='${datarootdir}/locale'
1883 mandir
='${datarootdir}/man'
1889 # If the previous option needs an argument, assign it.
1890 if test -n "$ac_prev"; then
1891 eval $ac_prev=\
$ac_option
1897 *=?
*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1902 case $ac_dashdash$ac_option in
1906 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
1908 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
1909 bindir
=$ac_optarg ;;
1911 -build |
--build |
--buil |
--bui |
--bu)
1912 ac_prev
=build_alias
;;
1913 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
1914 build_alias
=$ac_optarg ;;
1916 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
1917 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
1918 ac_prev
=cache_file
;;
1919 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
1920 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
1921 cache_file
=$ac_optarg ;;
1923 --config-cache |
-C)
1924 cache_file
=config.cache
;;
1926 -datadir |
--datadir |
--datadi |
--datad)
1928 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
1929 datadir
=$ac_optarg ;;
1931 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
1932 |
--dataroo |
--dataro |
--datar)
1933 ac_prev
=datarootdir
;;
1934 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
1935 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
1936 datarootdir
=$ac_optarg ;;
1938 -disable-* |
--disable-*)
1939 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1940 # Reject names that are not valid shell variable names.
1941 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1942 as_fn_error $?
"invalid feature name: \`$ac_useropt'"
1943 ac_useropt_orig
=$ac_useropt
1944 ac_useropt
=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
1945 case $ac_user_opts in
1947 "enable_
$ac_useropt"
1949 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1950 ac_unrecognized_sep
=', ';;
1952 eval enable_
$ac_useropt=no
;;
1954 -docdir |
--docdir |
--docdi |
--doc |
--do)
1956 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
1957 docdir
=$ac_optarg ;;
1959 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
1961 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
1962 dvidir
=$ac_optarg ;;
1964 -enable-* |
--enable-*)
1965 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1966 # Reject names that are not valid shell variable names.
1967 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1968 as_fn_error $?
"invalid feature name: \`$ac_useropt'"
1969 ac_useropt_orig
=$ac_useropt
1970 ac_useropt
=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
1971 case $ac_user_opts in
1973 "enable_
$ac_useropt"
1975 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1976 ac_unrecognized_sep
=', ';;
1978 eval enable_
$ac_useropt=\
$ac_optarg ;;
1980 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
1981 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
1982 |
--exec |
--exe |
--ex)
1983 ac_prev
=exec_prefix
;;
1984 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
1985 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
1986 |
--exec=* |
--exe=* |
--ex=*)
1987 exec_prefix
=$ac_optarg ;;
1989 -gas |
--gas |
--ga |
--g)
1990 # Obsolete; use --with-gas.
1993 -help |
--help |
--hel |
--he |
-h)
1994 ac_init_help
=long
;;
1995 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
1996 ac_init_help
=recursive
;;
1997 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
1998 ac_init_help
=short
;;
2000 -host |
--host |
--hos |
--ho)
2001 ac_prev
=host_alias
;;
2002 -host=* |
--host=* |
--hos=* |
--ho=*)
2003 host_alias
=$ac_optarg ;;
2005 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
2007 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
2009 htmldir
=$ac_optarg ;;
2011 -includedir |
--includedir |
--includedi |
--included |
--include \
2012 |
--includ |
--inclu |
--incl |
--inc)
2013 ac_prev
=includedir
;;
2014 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
2015 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
2016 includedir
=$ac_optarg ;;
2018 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
2020 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
2021 infodir
=$ac_optarg ;;
2023 -libdir |
--libdir |
--libdi |
--libd)
2025 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
2026 libdir
=$ac_optarg ;;
2028 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
2029 |
--libexe |
--libex |
--libe)
2030 ac_prev
=libexecdir
;;
2031 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
2032 |
--libexe=* |
--libex=* |
--libe=*)
2033 libexecdir
=$ac_optarg ;;
2035 -localedir |
--localedir |
--localedi |
--localed |
--locale)
2036 ac_prev
=localedir
;;
2037 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
2038 localedir
=$ac_optarg ;;
2040 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
2041 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
2042 ac_prev
=localstatedir
;;
2043 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
2044 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
2045 localstatedir
=$ac_optarg ;;
2047 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
2049 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
2050 mandir
=$ac_optarg ;;
2052 -nfp |
--nfp |
--nf)
2053 # Obsolete; use --without-fp.
2056 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
2057 |
--no-cr |
--no-c |
-n)
2060 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
2061 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
2064 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
2065 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
2066 |
--oldin |
--oldi |
--old |
--ol |
--o)
2067 ac_prev
=oldincludedir
;;
2068 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
2069 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
2070 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
2071 oldincludedir
=$ac_optarg ;;
2073 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
2075 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
2076 prefix
=$ac_optarg ;;
2078 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
2079 |
--program-pre |
--program-pr |
--program-p)
2080 ac_prev
=program_prefix
;;
2081 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
2082 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
2083 program_prefix
=$ac_optarg ;;
2085 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
2086 |
--program-suf |
--program-su |
--program-s)
2087 ac_prev
=program_suffix
;;
2088 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
2089 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
2090 program_suffix
=$ac_optarg ;;
2092 -program-transform-name |
--program-transform-name \
2093 |
--program-transform-nam |
--program-transform-na \
2094 |
--program-transform-n |
--program-transform- \
2095 |
--program-transform |
--program-transfor \
2096 |
--program-transfo |
--program-transf \
2097 |
--program-trans |
--program-tran \
2098 |
--progr-tra |
--program-tr |
--program-t)
2099 ac_prev
=program_transform_name
;;
2100 -program-transform-name=* |
--program-transform-name=* \
2101 |
--program-transform-nam=* |
--program-transform-na=* \
2102 |
--program-transform-n=* |
--program-transform-=* \
2103 |
--program-transform=* |
--program-transfor=* \
2104 |
--program-transfo=* |
--program-transf=* \
2105 |
--program-trans=* |
--program-tran=* \
2106 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
2107 program_transform_name
=$ac_optarg ;;
2109 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
2111 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
2112 pdfdir
=$ac_optarg ;;
2114 -psdir |
--psdir |
--psdi |
--psd |
--ps)
2116 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
2119 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
2120 |
-silent |
--silent |
--silen |
--sile |
--sil)
2123 -runstatedir |
--runstatedir |
--runstatedi |
--runstated \
2124 |
--runstate |
--runstat |
--runsta |
--runst |
--runs \
2125 |
--run |
--ru |
--r)
2126 ac_prev
=runstatedir
;;
2127 -runstatedir=* |
--runstatedir=* |
--runstatedi=* |
--runstated=* \
2128 |
--runstate=* |
--runstat=* |
--runsta=* |
--runst=* |
--runs=* \
2129 |
--run=* |
--ru=* |
--r=*)
2130 runstatedir
=$ac_optarg ;;
2132 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
2134 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
2136 sbindir
=$ac_optarg ;;
2138 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
2139 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
2140 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
2142 ac_prev
=sharedstatedir
;;
2143 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
2144 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
2145 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
2147 sharedstatedir
=$ac_optarg ;;
2149 -site |
--site |
--sit)
2151 -site=* |
--site=* |
--sit=*)
2154 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
2156 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
2157 srcdir
=$ac_optarg ;;
2159 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
2160 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
2161 ac_prev
=sysconfdir
;;
2162 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
2163 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
2164 sysconfdir
=$ac_optarg ;;
2166 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
2167 ac_prev
=target_alias
;;
2168 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
2169 target_alias
=$ac_optarg ;;
2171 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
2174 -version |
--version |
--versio |
--versi |
--vers |
-V)
2175 ac_init_version
=: ;;
2178 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
2179 # Reject names that are not valid shell variable names.
2180 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
2181 as_fn_error $?
"invalid package name: \`$ac_useropt'"
2182 ac_useropt_orig
=$ac_useropt
2183 ac_useropt
=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
2184 case $ac_user_opts in
2188 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
2189 ac_unrecognized_sep
=', ';;
2191 eval with_
$ac_useropt=\
$ac_optarg ;;
2193 -without-* |
--without-*)
2194 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
2195 # Reject names that are not valid shell variable names.
2196 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
2197 as_fn_error $?
"invalid package name: \`$ac_useropt'"
2198 ac_useropt_orig
=$ac_useropt
2199 ac_useropt
=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
2200 case $ac_user_opts in
2204 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
2205 ac_unrecognized_sep
=', ';;
2207 eval with_
$ac_useropt=no
;;
2210 # Obsolete; use --with-x.
2213 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
2214 |
--x-incl |
--x-inc |
--x-in |
--x-i)
2215 ac_prev
=x_includes
;;
2216 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
2217 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
2218 x_includes
=$ac_optarg ;;
2220 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
2221 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
2222 ac_prev
=x_libraries
;;
2223 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
2224 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
2225 x_libraries
=$ac_optarg ;;
2227 -*) as_fn_error $?
"unrecognized option: \`$ac_option'
2228 Try \`$0 --help' for more information"
2232 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
2233 # Reject names that are not valid shell variable names.
2234 case $ac_envvar in #(
2235 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
2236 as_fn_error $?
"invalid variable name: \`$ac_envvar'" ;;
2238 eval $ac_envvar=\
$ac_optarg
2239 export $ac_envvar ;;
2242 # FIXME: should be removed in autoconf 3.0.
2243 printf "%s\n" "$as_me: WARNING: you should use --build, --host, --target" >&2
2244 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
2245 printf "%s\n" "$as_me: WARNING: invalid host type: $ac_option" >&2
2246 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
2252 if test -n "$ac_prev"; then
2253 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
2254 as_fn_error $?
"missing argument to $ac_option"
2257 if test -n "$ac_unrecognized_opts"; then
2258 case $enable_option_checking in
2260 fatal
) as_fn_error $?
"unrecognized options: $ac_unrecognized_opts" ;;
2261 *) printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
2265 # Check all directory arguments for consistency.
2266 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
2267 datadir sysconfdir sharedstatedir localstatedir includedir \
2268 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
2269 libdir localedir mandir runstatedir
2271 eval ac_val
=\$
$ac_var
2272 # Remove trailing slashes.
2275 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
2276 eval $ac_var=\
$ac_val;;
2278 # Be sure to have absolute directory names.
2280 [\\/$
]* | ?
:[\\/]* ) continue;;
2281 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
2283 as_fn_error $?
"expected an absolute directory name for --$ac_var: $ac_val"
2286 # There might be people who depend on the old broken behavior: `$host'
2287 # used to hold the argument of --host etc.
2288 # FIXME: To remove some day.
2291 target
=$target_alias
2293 # FIXME: To remove some day.
2294 if test "x$host_alias" != x
; then
2295 if test "x$build_alias" = x
; then
2296 cross_compiling
=maybe
2297 elif test "x$build_alias" != "x$host_alias"; then
2303 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
2305 test "$silent" = yes && exec 6>/dev
/null
2308 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
2309 ac_ls_di
=`ls -di .` &&
2310 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
2311 as_fn_error $?
"working directory cannot be determined"
2312 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
2313 as_fn_error $?
"pwd does not report name of working directory"
2316 # Find the source files, if location was not specified.
2317 if test -z "$srcdir"; then
2318 ac_srcdir_defaulted
=yes
2319 # Try the directory containing this script, then the parent directory.
2320 ac_confdir
=`$as_dirname -- "$as_myself" ||
2321 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2322 X"$as_myself" : 'X\(//\)[^/]' \| \
2323 X"$as_myself" : 'X\(//\)$' \| \
2324 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
2325 printf "%s\n" X"$as_myself" |
2326 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2344 if test ! -r "$srcdir/$ac_unique_file"; then
2348 ac_srcdir_defaulted
=no
2350 if test ! -r "$srcdir/$ac_unique_file"; then
2351 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
2352 as_fn_error $?
"cannot find sources ($ac_unique_file) in $srcdir"
2354 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
2356 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
2358 # When building in place, set srcdir=.
2359 if test "$ac_abs_confdir" = "$ac_pwd"; then
2362 # Remove unnecessary trailing slashes from srcdir.
2363 # Double slashes in file names in object file debugging info
2364 # mess up M-x gdb in Emacs.
2366 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
2368 for ac_var
in $ac_precious_vars; do
2369 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
2370 eval ac_env_
${ac_var}_value
=\$
${ac_var}
2371 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
2372 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
2376 # Report the --help message.
2378 if test "$ac_init_help" = "long"; then
2379 # Omit some internal or obsolete options to make the list less imposing.
2380 # This message is too long to be a string in the A/UX 3.1 sh.
2382 \`configure' configures Wine 8.20 to adapt to many kinds of systems.
2384 Usage: $0 [OPTION]... [VAR=VALUE]...
2386 To assign environment variables (e.g., CC, CFLAGS...), specify them as
2387 VAR=VALUE. See below for descriptions of some of the useful variables.
2389 Defaults for the options are specified in brackets.
2392 -h, --help display this help and exit
2393 --help=short display options specific to this package
2394 --help=recursive display the short help of all the included packages
2395 -V, --version display version information and exit
2396 -q, --quiet, --silent do not print \`checking ...' messages
2397 --cache-file=FILE cache test results in FILE [disabled]
2398 -C, --config-cache alias for \`--cache-file=config.cache'
2399 -n, --no-create do not create output files
2400 --srcdir=DIR find the sources in DIR [configure dir or \`..']
2402 Installation directories:
2403 --prefix=PREFIX install architecture-independent files in PREFIX
2404 [$ac_default_prefix]
2405 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
2408 By default, \`make install' will install all the files in
2409 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
2410 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
2411 for instance \`--prefix=\$HOME'.
2413 For better control, use the options below.
2415 Fine tuning of the installation directories:
2416 --bindir=DIR user executables [EPREFIX/bin]
2417 --sbindir=DIR system admin executables [EPREFIX/sbin]
2418 --libexecdir=DIR program executables [EPREFIX/libexec]
2419 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
2420 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
2421 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
2422 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
2423 --libdir=DIR object code libraries [EPREFIX/lib]
2424 --includedir=DIR C header files [PREFIX/include]
2425 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2426 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
2427 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
2428 --infodir=DIR info documentation [DATAROOTDIR/info]
2429 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
2430 --mandir=DIR man documentation [DATAROOTDIR/man]
2431 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
2432 --htmldir=DIR html documentation [DOCDIR]
2433 --dvidir=DIR dvi documentation [DOCDIR]
2434 --pdfdir=DIR pdf documentation [DOCDIR]
2435 --psdir=DIR ps documentation [DOCDIR]
2441 --x-includes=DIR X include files are
in DIR
2442 --x-libraries=DIR X library files are
in DIR
2445 --build=BUILD configure
for building on BUILD
[guessed
]
2446 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
2450 if test -n "$ac_init_help"; then
2451 case $ac_init_help in
2452 short | recursive
) echo "Configuration of Wine 8.20:";;
2457 --disable-option-checking ignore unrecognized
--enable/--with options
2458 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
2459 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
2460 --enable-archs={i386
,x86_64
,arm
,aarch64
}
2461 enable multiple architectures
for PE compilation
2462 --disable-win16 do not include Win16 support
2463 --enable-win64 build a Win64 emulator on AMD64
(won
't run Win32
2465 --disable-tests do not build the regression tests
2466 --enable-build-id include .buildid section in output objects
2467 --enable-maintainer-mode
2468 enable maintainer-specific build rules
2469 --enable-silent-rules use silent build rules (override: "make V=1")
2470 --enable-werror treat compilation warnings as errors
2471 --disable-largefile omit support for large files
2474 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
2475 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
2476 --without-alsa do not use the Alsa sound support
2477 --without-capi do not use CAPI (ISDN support)
2478 --without-coreaudio do not use the CoreAudio sound support
2479 --without-cups do not use CUPS
2480 --without-dbus do not use DBus (dynamic device support)
2481 --with-float-abi=abi specify the ABI (soft|softfp|hard) for ARM platforms
2482 --without-fontconfig do not use fontconfig
2483 --without-freetype do not use the FreeType library
2484 --without-gettext do not use gettext
2485 --with-gettextpo use the GetTextPO library to rebuild po files
2486 --without-gphoto do not use gphoto (Digital Camera support)
2487 --without-gnutls do not use GnuTLS (schannel support)
2488 --without-gssapi do not use GSSAPI (Kerberos SSP support)
2489 --without-gstreamer do not use GStreamer (codecs support)
2490 --without-inotify do not use inotify (filesystem change notifications)
2491 --without-krb5 do not use krb5 (Kerberos)
2492 --without-mingw do not use the MinGW cross-compiler
2493 --without-netapi do not use the Samba NetAPI library
2494 --without-opencl do not use OpenCL
2495 --without-opengl do not use OpenGL
2496 --without-osmesa do not use the OSMesa library
2497 --without-oss do not use the OSS sound support
2498 --without-pcap do not use the Packet Capture library
2499 --without-pcsclite do not use PCSC lite
2500 --without-pthread do not use the pthread library
2501 --without-pulse do not use PulseAudio sound support
2502 --without-sane do not use SANE (scanner support)
2503 --without-sdl do not use SDL
2504 --without-udev do not use udev (plug and play support)
2505 --without-unwind do not use the libunwind library (exception
2507 --without-usb do not use the libusb library
2508 --without-v4l2 do not use v4l2 (video capture)
2509 --without-vulkan do not use Vulkan
2510 --without-wayland do not build the Wayland driver
2511 --without-xcomposite do not use the Xcomposite extension
2512 --without-xcursor do not use the Xcursor extension
2513 --without-xfixes do not use Xfixes for clipboard change notifications
2514 --without-xinerama do not use Xinerama (legacy multi-monitor support)
2515 --without-xinput do not use the Xinput extension
2516 --without-xinput2 do not use the Xinput 2 extension
2517 --without-xrandr do not use Xrandr (multi-monitor support)
2518 --without-xrender do not use the Xrender extension
2519 --without-xshape do not use the Xshape extension
2520 --without-xshm do not use XShm (shared memory extension)
2521 --without-xxf86vm do not use XFree video mode extension
2522 --with-system-dllpath=PATH
2523 load external PE dependencies from colon-separated
2525 --with-wine-tools=DIR use Wine tools from directory DIR
2526 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
2527 --with-x use the X Window System
2529 Some influential environment variables:
2530 CC C compiler command
2531 CFLAGS C compiler flags
2532 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
2533 nonstandard directory <lib dir>
2534 LIBS libraries to pass to the linker, e.g. -l<library>
2535 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2536 you have headers in a nonstandard directory <include dir>
2537 CXX C++ compiler command
2538 CXXFLAGS C++ compiler flags
2539 OBJC Objective C compiler command
2540 OBJCFLAGS Objective C compiler flags
2542 C compiler flags for the PE faudio, overriding the bundled
2545 Linker flags for the PE faudio, overriding the bundled version
2546 FLUIDSYNTH_PE_CFLAGS
2547 C compiler flags for the PE fluidsynth, overriding the bundled
2550 Linker flags for the PE fluidsynth, overriding the bundled
2553 C compiler flags for the PE gsm, overriding the bundled version
2554 GSM_PE_LIBS Linker flags for the PE gsm, overriding the bundled version
2556 C compiler flags for the PE jpeg, overriding the bundled version
2558 Linker flags for the PE jpeg, overriding the bundled version
2560 C compiler flags for the PE jxr, overriding the bundled version
2561 JXR_PE_LIBS Linker flags for the PE jxr, overriding the bundled version
2563 C compiler flags for the PE lcms2, overriding the bundled
2566 Linker flags for the PE lcms2, overriding the bundled version
2568 C compiler flags for the PE ldap, overriding the bundled version
2570 Linker flags for the PE ldap, overriding the bundled version
2572 C compiler flags for the PE mpg123, overriding the bundled
2575 Linker flags for the PE mpg123, overriding the bundled version
2577 C compiler flags for the PE musl, overriding the bundled version
2579 Linker flags for the PE musl, overriding the bundled version
2581 C compiler flags for the PE png, overriding the bundled version
2582 PNG_PE_LIBS Linker flags for the PE png, overriding the bundled version
2584 C compiler flags for the PE tiff, overriding the bundled version
2586 Linker flags for the PE tiff, overriding the bundled version
2588 C compiler flags for the PE vkd3d, overriding the bundled
2591 Linker flags for the PE vkd3d, overriding the bundled version
2593 C compiler flags for the PE xml2, overriding the bundled version
2595 Linker flags for the PE xml2, overriding the bundled version
2597 C compiler flags for the PE xslt, overriding the bundled version
2599 Linker flags for the PE xslt, overriding the bundled version
2601 C compiler flags for the PE zlib, overriding the bundled version
2603 Linker flags for the PE zlib, overriding the bundled version
2605 C compiler flags for the PE zydis, overriding the bundled
2608 Linker flags for the PE zydis, overriding the bundled version
2609 XMKMF Path to xmkmf, Makefile generator for X Window System
2611 WAYLAND_CLIENT_CFLAGS
2612 C compiler flags for wayland-client, overriding pkg-config
2614 Linker flags for wayland-client, overriding pkg-config
2616 C compiler flags for libinotify, overriding pkg-config
2618 Linker flags for libinotify, overriding pkg-config
2619 DBUS_CFLAGS C compiler flags for dbus-1, overriding pkg-config
2620 DBUS_LIBS Linker flags for dbus-1, overriding pkg-config
2622 C compiler flags for gnutls, overriding pkg-config
2623 GNUTLS_LIBS Linker flags for gnutls, overriding pkg-config
2624 SANE_CFLAGS C compiler flags for sane-backends, overriding pkg-config
2625 SANE_LIBS Linker flags for sane-backends, overriding pkg-config
2626 USB_CFLAGS C compiler flags for libusb-1.0, overriding pkg-config
2627 USB_LIBS Linker flags for libusb-1.0, overriding pkg-config
2629 C compiler flags for libgphoto2, overriding pkg-config
2631 Linker flags for libgphoto2, overriding pkg-config
2633 C compiler flags for libgphoto2_port, overriding pkg-config
2635 Linker flags for libgphoto2_port, overriding pkg-config
2637 C compiler flags for freetype2, overriding pkg-config
2639 Linker flags for freetype2, overriding pkg-config
2641 C compiler flags for libpulse, overriding pkg-config
2642 PULSE_LIBS Linker flags for libpulse, overriding pkg-config
2644 C compiler flags for gstreamer-1.0 gstreamer-video-1.0
2645 gstreamer-audio-1.0 gstreamer-tag-1.0, overriding pkg-config
2647 Linker flags for gstreamer-1.0 gstreamer-video-1.0
2648 gstreamer-audio-1.0 gstreamer-tag-1.0, overriding pkg-config
2649 UDEV_CFLAGS C compiler flags for libudev, overriding pkg-config
2650 UDEV_LIBS Linker flags for libudev, overriding pkg-config
2652 C compiler flags for libunwind, overriding pkg-config
2653 UNWIND_LIBS Linker flags for libunwind, overriding pkg-config
2654 SDL2_CFLAGS C compiler flags for sdl2, overriding pkg-config
2655 SDL2_LIBS Linker flags for sdl2, overriding pkg-config
2657 C compiler flags for capi20, overriding pkg-config
2658 CAPI20_LIBS Linker flags for capi20, overriding pkg-config
2659 CUPS_CFLAGS C compiler flags for cups, overriding pkg-config
2660 CUPS_LIBS Linker flags for cups, overriding pkg-config
2662 C compiler flags for fontconfig, overriding pkg-config
2664 Linker flags for fontconfig, overriding pkg-config
2665 KRB5_CFLAGS C compiler flags for krb5, overriding pkg-config
2666 KRB5_LIBS Linker flags for krb5, overriding pkg-config
2668 C compiler flags for krb5-gssapi, overriding pkg-config
2669 GSSAPI_LIBS Linker flags for krb5-gssapi, overriding pkg-config
2671 C compiler flags for netapi, overriding pkg-config
2672 NETAPI_LIBS Linker flags for netapi, overriding pkg-config
2674 Use these variables to override the choices made by `configure' or to
help
2675 it to
find libraries and programs with nonstandard names
/locations.
2677 Report bugs to
<wine-devel@winehq.org
>.
2678 Wine home page
: <https
://www.winehq.org
>.
2683 if test "$ac_init_help" = "recursive"; then
2684 # If there are subdirs, report their specific --help.
2685 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
2686 test -d "$ac_dir" ||
2687 { cd "$srcdir" && ac_pwd
=`pwd` && srcdir
=.
&& test -d "$ac_dir"; } ||
2692 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2694 ac_dir_suffix
=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'`
2695 # A ".." for each directory in $ac_dir_suffix.
2696 ac_top_builddir_sub
=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2697 case $ac_top_builddir_sub in
2698 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2699 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
2702 ac_abs_top_builddir
=$ac_pwd
2703 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
2704 # for backward compatibility:
2705 ac_top_builddir
=$ac_top_build_prefix
2708 .
) # We are building in place.
2710 ac_top_srcdir
=$ac_top_builddir_sub
2711 ac_abs_top_srcdir
=$ac_pwd ;;
2712 [\\/]* | ?
:[\\/]* ) # Absolute name.
2713 ac_srcdir
=$srcdir$ac_dir_suffix;
2714 ac_top_srcdir
=$srcdir
2715 ac_abs_top_srcdir
=$srcdir ;;
2717 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
2718 ac_top_srcdir
=$ac_top_build_prefix$srcdir
2719 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
2721 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
2723 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
2724 # Check for configure.gnu first; this name is used for a wrapper for
2725 # Metaconfig's "Configure" on case-insensitive file systems.
2726 if test -f "$ac_srcdir/configure.gnu"; then
2728 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2729 elif test -f "$ac_srcdir/configure"; then
2731 $SHELL "$ac_srcdir/configure" --help=recursive
2733 printf "%s\n" "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2735 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
2739 test -n "$ac_init_help" && exit $ac_status
2740 if $ac_init_version; then
2743 generated by GNU Autoconf
2.71
2745 Copyright
(C
) 2021 Free Software Foundation
, Inc.
2746 This configure
script is free software
; the Free Software Foundation
2747 gives unlimited permission to copy
, distribute and modify it.
2752 ## ------------------------ ##
2753 ## Autoconf initialization. ##
2754 ## ------------------------ ##
2756 # ac_fn_c_try_compile LINENO
2757 # --------------------------
2758 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2759 ac_fn_c_try_compile
()
2761 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2762 rm -f conftest.
$ac_objext conftest.beam
2763 if { { ac_try
="$ac_compile"
2765 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2766 *) ac_try_echo=$ac_try;;
2768 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2769 printf "%s\n" "$ac_try_echo"; } >&5
2770 (eval "$ac_compile") 2>conftest.err
2772 if test -s conftest.err; then
2773 grep -v '^ *+' conftest.err >conftest.er1
2774 cat conftest.er1 >&5
2775 mv -f conftest.er1 conftest.err
2777 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2778 test $ac_status = 0; } && {
2779 test -z "$ac_c_werror_flag" ||
2780 test ! -s conftest.err
2781 } && test -s conftest.$ac_objext
2785 printf "%s\n" "$as_me: failed program was:" >&5
2786 sed 's/^/| /' conftest.$ac_ext >&5
2790 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2791 as_fn_set_status $ac_retval
2793 } # ac_fn_c_try_compile
2795 # ac_fn_cxx_try_compile LINENO
2796 # ----------------------------
2797 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2798 ac_fn_cxx_try_compile ()
2800 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2801 rm -f conftest.$ac_objext conftest.beam
2802 if { { ac_try="$ac_compile"
2804 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2805 *) ac_try_echo
=$ac_try;;
2807 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2808 printf "%s\n" "$ac_try_echo"; } >&5
2809 (eval "$ac_compile") 2>conftest.err
2811 if test -s conftest.err
; then
2812 grep -v '^ *+' conftest.err
>conftest.er1
2813 cat conftest.er1
>&5
2814 mv -f conftest.er1 conftest.err
2816 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2817 test $ac_status = 0; } && {
2818 test -z "$ac_cxx_werror_flag" ||
2819 test ! -s conftest.err
2820 } && test -s conftest.
$ac_objext
2824 printf "%s\n" "$as_me: failed program was:" >&5
2825 sed 's/^/| /' conftest.
$ac_ext >&5
2829 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2830 as_fn_set_status
$ac_retval
2832 } # ac_fn_cxx_try_compile
2834 # ac_fn_c_try_link LINENO
2835 # -----------------------
2836 # Try to link conftest.$ac_ext, and return whether this succeeded.
2839 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2840 rm -f conftest.
$ac_objext conftest.beam conftest
$ac_exeext
2841 if { { ac_try
="$ac_link"
2843 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2844 *) ac_try_echo=$ac_try;;
2846 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2847 printf "%s\n" "$ac_try_echo"; } >&5
2848 (eval "$ac_link") 2>conftest.err
2850 if test -s conftest.err; then
2851 grep -v '^ *+' conftest.err >conftest.er1
2852 cat conftest.er1 >&5
2853 mv -f conftest.er1 conftest.err
2855 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2856 test $ac_status = 0; } && {
2857 test -z "$ac_c_werror_flag" ||
2858 test ! -s conftest.err
2859 } && test -s conftest$ac_exeext && {
2860 test "$cross_compiling" = yes ||
2861 test -x conftest$ac_exeext
2866 printf "%s\n" "$as_me: failed program was:" >&5
2867 sed 's/^/| /' conftest.$ac_ext >&5
2871 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2872 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2873 # interfere with the next link command; also delete a directory that is
2874 # left behind by Apple's compiler. We do this before executing the actions.
2875 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2876 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2877 as_fn_set_status $ac_retval
2879 } # ac_fn_c_try_link
2881 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2882 # -------------------------------------------------------
2883 # Tests whether HEADER exists and can be compiled using the include files in
2884 # INCLUDES, setting the cache variable VAR accordingly.
2885 ac_fn_c_check_header_compile ()
2887 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2888 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2889 printf %s "checking for $2... " >&6; }
2890 if eval test \${$3+y}
2892 printf %s "(cached) " >&6
2894 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2895 /* end confdefs.h. */
2899 if ac_fn_c_try_compile "$LINENO"
2905 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
2908 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2909 printf "%s\n" "$ac_res" >&6; }
2910 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2912 } # ac_fn_c_check_header_compile
2914 # ac_fn_objc_try_compile LINENO
2915 # -----------------------------
2916 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2917 ac_fn_objc_try_compile ()
2919 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2920 rm -f conftest.$ac_objext conftest.beam
2921 if { { ac_try="$ac_compile"
2923 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2924 *) ac_try_echo
=$ac_try;;
2926 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2927 printf "%s\n" "$ac_try_echo"; } >&5
2928 (eval "$ac_compile") 2>conftest.err
2930 if test -s conftest.err
; then
2931 grep -v '^ *+' conftest.err
>conftest.er1
2932 cat conftest.er1
>&5
2933 mv -f conftest.er1 conftest.err
2935 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2936 test $ac_status = 0; } && {
2937 test -z "$ac_objc_werror_flag" ||
2938 test ! -s conftest.err
2939 } && test -s conftest.
$ac_objext
2943 printf "%s\n" "$as_me: failed program was:" >&5
2944 sed 's/^/| /' conftest.
$ac_ext >&5
2948 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2949 as_fn_set_status
$ac_retval
2951 } # ac_fn_objc_try_compile
2953 # ac_fn_c_check_func LINENO FUNC VAR
2954 # ----------------------------------
2955 # Tests whether FUNC exists, setting the cache variable VAR accordingly
2956 ac_fn_c_check_func
()
2958 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2959 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2960 printf %s
"checking for $2... " >&6; }
2961 if eval test \
${$3+y}
2963 printf %s
"(cached) " >&6
2965 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2966 /* end confdefs.h. */
2967 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2968 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2969 #define $2 innocuous_$2
2971 /* System header to define __stub macros and hopefully few prototypes,
2972 which can conflict with char $2 (); below. */
2977 /* Override any GCC internal prototype to avoid an error.
2978 Use char because int might match the return type of a GCC
2979 builtin and then its argument prototype would still apply. */
2984 /* The GNU C library defines this for functions which it implements
2985 to always fail with ENOSYS. Some functions are actually named
2986 something starting with __ and the normal name is an alias. */
2987 #if defined __stub_$2 || defined __stub___$2
2999 if ac_fn_c_try_link
"$LINENO"
3005 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
3006 conftest
$ac_exeext conftest.
$ac_ext
3009 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3010 printf "%s\n" "$ac_res" >&6; }
3011 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3013 } # ac_fn_c_check_func
3015 # ac_fn_c_try_cpp LINENO
3016 # ----------------------
3017 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
3020 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
3021 if { { ac_try
="$ac_cpp conftest.$ac_ext"
3023 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3024 *) ac_try_echo=$ac_try;;
3026 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3027 printf "%s\n" "$ac_try_echo"; } >&5
3028 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
3030 if test -s conftest.err; then
3031 grep -v '^ *+' conftest.err >conftest.er1
3032 cat conftest.er1 >&5
3033 mv -f conftest.er1 conftest.err
3035 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3036 test $ac_status = 0; } > conftest.i && {
3037 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3038 test ! -s conftest.err
3043 printf "%s\n" "$as_me: failed program was:" >&5
3044 sed 's/^/| /' conftest.$ac_ext >&5
3048 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3049 as_fn_set_status $ac_retval
3053 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
3054 # ----------------------------------------------------
3055 # Tries to find if the field MEMBER exists in type AGGR, after including
3056 # INCLUDES, setting cache variable VAR accordingly.
3057 ac_fn_c_check_member ()
3059 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3060 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
3061 printf %s "checking for $2.$3... " >&6; }
3062 if eval test \${$4+y}
3064 printf %s "(cached) " >&6
3066 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3067 /* end confdefs.h. */
3079 if ac_fn_c_try_compile "$LINENO"
3083 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3084 /* end confdefs.h. */
3090 if (sizeof ac_aggr.$3)
3096 if ac_fn_c_try_compile "$LINENO"
3102 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
3104 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
3107 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3108 printf "%s\n" "$ac_res" >&6; }
3109 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3111 } # ac_fn_c_check_member
3113 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
3114 # -------------------------------------------
3115 # Tests whether TYPE exists after having included INCLUDES, setting cache
3116 # variable VAR accordingly.
3117 ac_fn_c_check_type ()
3119 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3120 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3121 printf %s "checking for $2... " >&6; }
3122 if eval test \${$3+y}
3124 printf %s "(cached) " >&6
3127 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3128 /* end confdefs.h. */
3139 if ac_fn_c_try_compile "$LINENO"
3141 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3142 /* end confdefs.h. */
3153 if ac_fn_c_try_compile "$LINENO"
3159 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
3161 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
3164 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3165 printf "%s\n" "$ac_res" >&6; }
3166 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3168 } # ac_fn_c_check_type
3169 ac_configure_args_raw=
3174 ac_arg=`printf "%s\n" "$ac_arg" |
sed "s/'/'\\\\\\\\''/g"` ;;
3176 as_fn_append ac_configure_args_raw " '$ac_arg'"
3179 case $ac_configure_args_raw in
3183 ac_unsafe_z='|&;<>()$`\\"*?[ '' ' # This string ends in space, tab.
3184 ac_unsafe_a="$ac_unsafe_z#~
"
3185 ac_safe_unquote="s
/ '\\([^$ac_unsafe_a][^$ac_unsafe_z]*\\)'/ \\1/g
"
3186 ac_configure_args_raw=` printf "%s
\n" "$ac_configure_args_raw" | sed "$ac_safe_unquote"`;;
3189 cat >config.log <<_ACEOF
3190 This file contains any messages produced by compilers while
3191 running configure, to aid debugging if configure makes a mistake.
3193 It was created by Wine $as_me 8.20, which was
3194 generated by GNU Autoconf 2.71. Invocation command line was
3196 $ $0$ac_configure_args_raw
3206 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
3207 uname -m = `(uname -m) 2>/dev/null || echo unknown`
3208 uname -r = `(uname -r) 2>/dev/null || echo unknown`
3209 uname -s = `(uname -s) 2>/dev/null || echo unknown`
3210 uname -v = `(uname -v) 2>/dev/null || echo unknown`
3212 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
3213 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
3215 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
3216 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
3217 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
3218 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
3219 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
3220 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
3221 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
3225 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3229 case $as_dir in #(((
3232 *) as_dir=$as_dir/ ;;
3234 printf "%s
\n" "PATH
: $as_dir"
3250 # Keep a trace of the command line.
3251 # Strip out --no-create and --no-recursion so they do not pile up.
3252 # Strip out --silent because we don't want to record it for future runs.
3253 # Also quote any args containing shell meta-characters.
3254 # Make two passes to allow for proper duplicate-argument suppression.
3258 ac_must_keep_next=false
3264 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
3265 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
3266 | -silent | --silent | --silen | --sile | --sil)
3269 ac_arg=`printf "%s
\n" "$ac_arg" | sed "s
/'/'\\\\\\\\''/g
"` ;;
3272 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
3274 as_fn_append ac_configure_args1 " '$ac_arg'"
3275 if test $ac_must_keep_next = true; then
3276 ac_must_keep_next=false # Got value, back to normal.
3279 *=* | --config-cache | -C | -disable-* | --disable-* \
3280 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
3281 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
3282 | -with-* | --with-* | -without-* | --without-* | --x)
3283 case "$ac_configure_args0 " in
3284 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
3287 -* ) ac_must_keep_next=true ;;
3290 as_fn_append ac_configure_args " '$ac_arg'"
3295 { ac_configure_args0=; unset ac_configure_args0;}
3296 { ac_configure_args1=; unset ac_configure_args1;}
3298 # When interrupted or exit'd, cleanup temporary files, and complete
3299 # config.log. We remove comments because anyway the quotes in there
3300 # would cause problems or look ugly.
3301 # WARNING: Use '\'' to represent an apostrophe within the trap.
3302 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
3303 trap 'exit_status=$?
3306 # Save into config.log some information that might help in debugging.
3310 printf "%s
\n" "## ---------------- ##
3311 ## Cache variables. ##
3312 ## ---------------- ##"
3314 # The following way of writing the cache mishandles newlines in values,
3316 for ac_var
in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
3317 eval ac_val
=\$
$ac_var
3321 *_cv_
*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3322 printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3325 _ | IFS | as_nl
) ;; #(
3326 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
3327 *) { eval $ac_var=; unset $ac_var;} ;;
3332 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
3333 *${as_nl}ac_space
=\
*)
3335 "s/'\''/'\''\\\\'\'''\''/g;
3336 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
3339 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3346 printf "%s\n" "## ----------------- ##
3347 ## Output variables. ##
3348 ## ----------------- ##"
3350 for ac_var
in $ac_subst_vars
3352 eval ac_val
=\$
$ac_var
3354 *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3356 printf "%s\n" "$ac_var='\''$ac_val'\''"
3360 if test -n "$ac_subst_files"; then
3361 printf "%s\n" "## ------------------- ##
3362 ## File substitutions. ##
3363 ## ------------------- ##"
3365 for ac_var in $ac_subst_files
3367 eval ac_val=\$$ac_var
3369 *\'\''*) ac_val
=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3371 printf "%s\n" "$ac_var='\''$ac_val'\''"
3376 if test -s confdefs.h
; then
3377 printf "%s\n" "## ----------- ##
3384 test "$ac_signal" != 0 &&
3385 printf "%s\n" "$as_me: caught signal $ac_signal"
3386 printf "%s\n" "$as_me: exit $exit_status"
3388 rm -f core
*.core core.conftest.
* &&
3389 rm -f -r conftest
* confdefs
* conf$$
* $ac_clean_files &&
3392 for ac_signal in 1 2 13 15; do
3393 trap 'ac_signal
='$ac_signal'; as_fn_exit
1' $ac_signal
3397 # confdefs.h avoids OS command line length limits that DEFS can exceed.
3398 rm -f -r conftest* confdefs.h
3400 printf "%s\n" "/* confdefs.h */" > confdefs.h
3402 # Predefined preprocessor variables.
3404 printf "%s\n" "#define PACKAGE_NAME \"$PACKAGE_NAME\"" >>confdefs.h
3406 printf "%s\n" "#define PACKAGE_TARNAME \"$PACKAGE_TARNAME\"" >>confdefs.h
3408 printf "%s\n" "#define PACKAGE_VERSION \"$PACKAGE_VERSION\"" >>confdefs.h
3410 printf "%s\n" "#define PACKAGE_STRING \"$PACKAGE_STRING\"" >>confdefs.h
3412 printf "%s\n" "#define PACKAGE_BUGREPORT \"$PACKAGE_BUGREPORT\"" >>confdefs.h
3414 printf "%s\n" "#define PACKAGE_URL \"$PACKAGE_URL\"" >>confdefs.h
3417 # Let the site file select an alternate cache file if it wants to.
3418 # Prefer an explicitly selected file to automatically selected ones.
3419 if test -n "$CONFIG_SITE"; then
3420 ac_site_files="$CONFIG_SITE"
3421 elif test "x$prefix" != xNONE; then
3422 ac_site_files="$prefix/share/config.site $prefix/etc/config.site"
3424 ac_site_files="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
3427 for ac_site_file in $ac_site_files
3429 case $ac_site_file in #(
3433 ac_site_file=./$ac_site_file ;;
3435 if test -f "$ac_site_file" && test -r "$ac_site_file"; then
3436 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3437 printf "%s\n" "$as_me: loading site script $ac_site_file" >&6;}
3438 sed 's
/^
/|
/' "$ac_site_file" >&5
3440 || { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3441 printf "%s
\n" "$as_me: error
: in \
`$ac_pwd':" >&2;}
3442 as_fn_error $? "failed to load site script $ac_site_file
3443 See \`config.log
' for more details" "$LINENO" 5; }
3447 if test -r "$cache_file"; then
3448 # Some versions of bash will fail to source /dev/null (special files
3449 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
3450 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
3451 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3452 printf "%s\n" "$as_me: loading cache $cache_file" >&6;}
3454 [\\/]* | ?:[\\/]* ) . "$cache_file";;
3455 *) . "./$cache_file";;
3459 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3460 printf "%s\n" "$as_me: creating cache $cache_file" >&6;}
3464 # Test code for whether the C compiler supports C89 (global declarations)
3465 ac_c_conftest_c89_globals='
3466 /* Does the compiler advertise C89 conformance?
3467 Do not
test the value of __STDC__
, because some compilers
set it to
0
3468 while being otherwise adequately conformant.
*/
3469 #if !defined __STDC__
3470 # error "Compiler does not advertise C89 conformance"
3476 /* Most of the following tests are stolen from RCS
5.7 src
/conf.sh.
*/
3477 struct buf
{ int x
; };
3478 struct buf
* (*rcsopen
) (struct buf
*, struct stat
*, int
);
3479 static char
*e
(p
, i
)
3485 static char
*f
(char
* (*g
) (char
**, int
), char
**p
, ...
)
3490 s
= g
(p
, va_arg
(v
,int
));
3495 /* OSF
4.0 Compaq cc is some
sort of almost-ANSI by default. It has
3496 function prototypes and stuff
, but not \xHH hex character constants.
3497 These
do not provoke an error unfortunately
, instead are silently treated
3498 as an
"x". The following induces an error
, until -std is added to get
3499 proper ANSI mode. Curiously
\x00 != x always comes out true
, for an
3500 array size
at least. It is necessary to
write \x00 == 0 to get something
3501 that is true only with
-std.
*/
3502 int osf4_cc_array
['\''\x00'\'' == 0 ?
1 : -1];
3504 /* IBM C
6 for AIX is almost-ANSI by default
, but it replaces macro parameters
3505 inside
strings and character constants.
*/
3506 #define FOO(x) '\''x'\''
3507 int xlc6_cc_array
[FOO
(a
) == '\''x
'\'' ?
1 : -1];
3509 int
test (int i
, double x
);
3510 struct s1
{int
(*f
) (int a
);};
3511 struct s2
{int
(*f
) (double a
);};
3512 int pairnames
(int
, char
**, int
*(*)(struct buf
*, struct stat
*, int
),
3515 # Test code for whether the C compiler supports C89 (body of main).
3516 ac_c_conftest_c89_main='
3517 ok |
= (argc
== 0 || f
(e
, argv
, 0) != argv
[0] || f
(e
, argv
, 1) != argv
[1]);
3520 # Test code for whether the C compiler supports C99 (global declarations)
3521 ac_c_conftest_c99_globals='
3522 // Does the compiler advertise C99 conformance?
3523 #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 199901L
3524 # error "Compiler does not advertise C99 conformance"
3527 #include <stdbool.h>
3528 extern int puts
(const char
*);
3529 extern int
printf (const char
*, ...
);
3530 extern int dprintf
(int
, const char
*, ...
);
3531 extern void
*malloc
(size_t
);
3533 // Check varargs macros. These examples are taken from C99
6.10.3.5.
3534 // dprintf is used instead of fprintf to avoid needing to
declare
3536 #define debug(...) dprintf (2, __VA_ARGS__)
3537 #define showlist(...) puts (#__VA_ARGS__)
3538 #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
3540 test_varargs_macros
(void
)
3545 debug
("X = %d\n", x
);
3546 showlist
(The first
, second
, and third items.
);
3547 report
(x
>y
, "x is %d but y is %d", x
, y
);
3550 // Check long long types.
3551 #define BIG64 18446744073709551615ull
3552 #define BIG32 4294967295ul
3553 #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
3555 #error "your preprocessor is broken"
3559 #error "your preprocessor is broken"
3561 static long long int bignum
= -9223372036854775807LL;
3562 static unsigned long long int ubignum
= BIG64
;
3564 struct incomplete_array
3572 const wchar_t
*name
;
3576 typedef const char
*ccp
;
3579 test_restrict
(ccp restrict text
)
3581 // See
if C
++-style comments work.
3582 // Iterate through items via the restricted pointer.
3583 // Also check
for declarations
in for loops.
3584 for (unsigned int i
= 0; *(text
+i
) != '\''\
0'\''; ++i
)
3589 // Check varargs and va_copy.
3591 test_varargs
(const char
*format
, ...
)
3594 va_start
(args
, format
);
3596 va_copy
(args_copy
, args
);
3598 const char
*str
= "";
3606 case '\''s
'\'': // string
3607 str
= va_arg
(args_copy
, const char
*);
3609 case '\''d
'\'': // int
3610 number
= va_arg
(args_copy
, int
);
3612 case '\''f
'\'': // float
3613 fnumber
= va_arg
(args_copy
, double
);
3622 return *str
&& number
&& fnumber
;
3626 # Test code for whether the C compiler supports C99 (body of main).
3627 ac_c_conftest_c99_main='
3629 _Bool success
= false
;
3630 success |
= (argc
!= 0);
3633 if (test_restrict
("String literal") == 0)
3635 char
*restrict newvar
= "Another string";
3638 success
&= test_varargs
("s, d'\'' f .", "string", 65, 34.234);
3639 test_varargs_macros
();
3641 // Check flexible array members.
3642 struct incomplete_array
*ia
=
3643 malloc
(sizeof
(struct incomplete_array
) + (sizeof
(double
) * 10));
3645 for (int i
= 0; i
< ia-
>datasize
; ++i
)
3646 ia-
>data
[i
] = i
* 1.234;
3648 // Check named initializers.
3649 struct named_init ni
= {
3651 .name
= L
"Test wide string",
3652 .average
= 543.34343,
3657 int dynamic_array
[ni.number
];
3658 dynamic_array
[0] = argv
[0][0];
3659 dynamic_array
[ni.number
- 1] = 543;
3661 // work around unused variable warnings
3662 ok |
= (!success || bignum
== 0LL || ubignum
== 0uLL || newvar
[0] == '\''x
'\''
3663 || dynamic_array
[ni.number
- 1] != 543);
3666 # Test code for whether the C compiler supports C11 (global declarations)
3667 ac_c_conftest_c11_globals='
3668 // Does the compiler advertise C11 conformance?
3669 #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
3670 # error "Compiler does not advertise C11 conformance"
3674 char _Alignas
(double
) aligned_as_double
;
3675 char _Alignas
(0) no_special_alignment
;
3676 extern char aligned_as_int
;
3677 char _Alignas
(0) _Alignas
(int
) aligned_as_int
;
3682 int_alignment
= _Alignof
(int
),
3683 int_array_alignment
= _Alignof
(int
[100]),
3684 char_alignment
= _Alignof
(char
)
3686 _Static_assert
(0 < -_Alignof (int
), "_Alignof is signed");
3689 int _Noreturn does_not_return
(void
) { for (;;) continue; }
3691 // Check _Static_assert.
3692 struct test_static_assert
3695 _Static_assert
(sizeof
(int
) <= sizeof
(long int
),
3696 "_Static_assert does not work in struct");
3700 // Check UTF-8 literals.
3701 #define u8 syntax error!
3702 char const utf8_literal
[] = u8
"happens to be ASCII" "another string";
3704 // Check duplicate typedefs.
3705 typedef long
*long_ptr
;
3706 typedef long int
*long_ptr
;
3707 typedef long_ptr long_ptr
;
3709 // Anonymous structures and unions
-- taken from C11
6.7.2.1 Example
1.
3713 struct
{ int i
; int j
; };
3714 struct
{ int k
; long int l
; } w
;
3720 # Test code for whether the C compiler supports C11 (body of main).
3721 ac_c_conftest_c11_main='
3722 _Static_assert
((offsetof
(struct anonymous
, i
)
3723 == offsetof
(struct anonymous
, w.k
)),
3724 "Anonymous union alignment botch");
3730 # Test code for whether the C compiler supports C11 (complete).
3731 ac_c_conftest_c11_program="${ac_c_conftest_c89_globals}
3732 ${ac_c_conftest_c99_globals}
3733 ${ac_c_conftest_c11_globals}
3736 main (int argc, char **argv)
3739 ${ac_c_conftest_c89_main}
3740 ${ac_c_conftest_c99_main}
3741 ${ac_c_conftest_c11_main}
3746 # Test code for whether the C compiler supports C99 (complete).
3747 ac_c_conftest_c99_program="${ac_c_conftest_c89_globals}
3748 ${ac_c_conftest_c99_globals}
3751 main (int argc, char **argv)
3754 ${ac_c_conftest_c89_main}
3755 ${ac_c_conftest_c99_main}
3760 # Test code for whether the C compiler supports C89 (complete).
3761 ac_c_conftest_c89_program="${ac_c_conftest_c89_globals}
3764 main (int argc, char **argv)
3767 ${ac_c_conftest_c89_main}
3772 # Test code for whether the C++ compiler supports C++98 (global declarations)
3773 ac_cxx_conftest_cxx98_globals='
3774 // Does the compiler advertise C
++98 conformance?
3775 #if !defined __cplusplus || __cplusplus < 199711L
3776 # error "Compiler does not advertise C++98 conformance"
3779 // These inclusions are to reject old compilers that
3780 // lack the unsuffixed header files.
3782 #include <exception>
3784 // <cassert
> and
<cstring
> are
*not
* freestanding headers
in C
++98.
3785 extern void assert
(int
);
3787 extern int strcmp
(const char
*, const char
*);
3790 // Namespaces
, exceptions
, and templates were all added after
"C++ 2.0".
3791 using std
::exception
;
3796 void test_exception_syntax
()
3800 } catch
(const char
*s
) {
3801 // Extra parentheses suppress a warning when building autoconf itself
,
3802 // due to lint rules shared with
more typical C programs.
3803 assert
(!(strcmp
) (s
, "test"));
3807 template
<typename T
> struct test_template
3810 explicit test_template
(T t
) : val
(t
) {}
3811 template
<typename U
> T add
(U u
) { return static_cast
<T
>(u
) + val
; }
3814 } // anonymous namespace
3817 # Test code for whether the C++ compiler supports C++98 (body of main)
3818 ac_cxx_conftest_cxx98_main='
3822 test_exception_syntax
();
3823 test_template
<double
> tt
(2.0);
3824 assert
(tt.add
(4) == 6.0);
3825 assert
(true
&& !false
);
3829 # Test code for whether the C++ compiler supports C++11 (global declarations)
3830 ac_cxx_conftest_cxx11_globals='
3831 // Does the compiler advertise C
++ 2011 conformance?
3832 #if !defined __cplusplus || __cplusplus < 201103L
3833 # error "Compiler does not advertise C++11 conformance"
3838 constexpr int get_val
() { return 20; }
3849 delegate
(int n
) : n
(n
) {}
3850 delegate
(): delegate
(2354) {}
3852 virtual int getval
() { return this-
>n
; };
3857 class overridden
: public delegate
3860 overridden
(int n
): delegate
(n
) {}
3861 virtual int getval
() override final
{ return this-
>n
* 2; }
3867 nocopy
(int i
): i
(i
) {}
3869 nocopy
(const nocopy
&) = delete
;
3870 nocopy
& operator
=(const nocopy
&) = delete
;
3875 // for testing lambda expressions
3876 template
<typename Ret
, typename Fn
> Ret
eval(Fn f
, Ret v
)
3881 // for testing variadic templates and trailing
return types
3882 template
<typename V
> auto
sum(V first
) -> V
3886 template
<typename V
, typename... Args
> auto
sum(V first
, Args... rest
) -> V
3888 return first
+ sum(rest...
);
3893 # Test code for whether the C++ compiler supports C++11 (body of main)
3894 ac_cxx_conftest_cxx11_main='
3896 // Test auto and decltype
3898 auto a2
= 48573953.4;
3899 auto a3
= "String literal";
3902 for (auto i
= a3
; *i
; ++i
) { total
+= *i
; }
3904 decltype
(a2
) a4
= 34895.034;
3908 short sa
[cxx11test
::get_val
()] = { 0 };
3911 // Test initializer lists
3912 cxx11test
::testinit il
= { 4323, 435234.23544 };
3915 // Test range-based
for
3916 int array
[] = {9, 7, 13, 15, 4, 18, 12, 10, 5, 3,
3917 14, 19, 17, 8, 6, 20, 16, 2, 11, 1};
3918 for (auto
&x
: array
) { x
+= 23; }
3921 // Test lambda expressions
3922 using cxx11test
::eval;
3923 assert
(eval ([](int x
) { return x
*2; }, 21) == 42);
3925 assert
(eval ([&](double x
) { return d
+= x
; }, 3.0) == 5.0);
3927 assert
(eval ([=](double x
) mutable
{ return d
+= x
; }, 4.0) == 9.0);
3931 // Test use of variadic templates
3932 using cxx11test
::sum;
3935 auto c
= sum(1.0, 2.0, 3.0);
3938 // Test constructor delegation
3939 cxx11test
::delegate d1
;
3940 cxx11test
::delegate d2
();
3941 cxx11test
::delegate d3
(45);
3944 // Test override and final
3945 cxx11test
::overridden o1
(55464);
3952 // Test template brackets
3953 test_template
<::test_template
<int
>> v
(test_template
<int
>(12));
3957 char const
*utf8
= u8
"UTF-8 string \u2500";
3958 char16_t const
*utf16
= u
"UTF-8 string \u2500";
3959 char32_t const
*utf32
= U
"UTF-32 string \u2500";
3963 # Test code for whether the C compiler supports C++11 (complete).
3964 ac_cxx_conftest_cxx11_program="${ac_cxx_conftest_cxx98_globals}
3965 ${ac_cxx_conftest_cxx11_globals}
3968 main (int argc, char **argv)
3971 ${ac_cxx_conftest_cxx98_main}
3972 ${ac_cxx_conftest_cxx11_main}
3977 # Test code for whether the C compiler supports C++98 (complete).
3978 ac_cxx_conftest_cxx98_program="${ac_cxx_conftest_cxx98_globals}
3980 main (int argc, char **argv)
3983 ${ac_cxx_conftest_cxx98_main}
3988 as_fn_append ac_header_c_list " stdio.h stdio_h HAVE_STDIO_H"
3989 as_fn_append ac_header_c_list " stdlib.h stdlib_h HAVE_STDLIB_H"
3990 as_fn_append ac_header_c_list " string.h string_h HAVE_STRING_H"
3991 as_fn_append ac_header_c_list " inttypes.h inttypes_h HAVE_INTTYPES_H"
3992 as_fn_append ac_header_c_list " stdint.h stdint_h HAVE_STDINT_H"
3993 as_fn_append ac_header_c_list " strings.h strings_h HAVE_STRINGS_H"
3994 as_fn_append ac_header_c_list " sys/stat.h sys_stat_h HAVE_SYS_STAT_H"
3995 as_fn_append ac_header_c_list " sys/types.h sys_types_h HAVE_SYS_TYPES_H"
3996 as_fn_append ac_header_c_list " unistd.h unistd_h HAVE_UNISTD_H"
3998 # Auxiliary files required by this configure script.
3999 ac_aux_files="config.guess config.sub"
4001 # Locations in which to look for auxiliary files.
4002 ac_aux_dir_candidates="${srcdir}/tools"
4004 # Search for a directory containing all of the required auxiliary files,
4005 # $ac_aux_files, from the $PATH-style list $ac_aux_dir_candidates.
4006 # If we don't
find one directory that contains all the files we need
,
4007 # we report the set of missing files from the *first* directory in
4008 # $ac_aux_dir_candidates and give up.
4009 ac_missing_aux_files
=""
4010 ac_first_candidate
=:
4011 printf "%s\n" "$as_me:${as_lineno-$LINENO}: looking for aux files: $ac_aux_files" >&5
4012 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4014 for as_dir
in $ac_aux_dir_candidates
4017 case $as_dir in #(((
4020 *) as_dir
=$as_dir/ ;;
4024 printf "%s\n" "$as_me:${as_lineno-$LINENO}: trying $as_dir" >&5
4025 ac_aux_dir_found
=yes
4027 for ac_aux
in $ac_aux_files
4029 # As a special case, if "install-sh" is required, that requirement
4030 # can be satisfied by any of "install-sh", "install.sh", or "shtool",
4031 # and $ac_install_sh is set appropriately for whichever one is found.
4032 if test x
"$ac_aux" = x
"install-sh"
4034 if test -f "${as_dir}install-sh"; then
4035 printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}install-sh found" >&5
4036 ac_install_sh
="${as_dir}install-sh -c"
4037 elif test -f "${as_dir}install.sh"; then
4038 printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}install.sh found" >&5
4039 ac_install_sh
="${as_dir}install.sh -c"
4040 elif test -f "${as_dir}shtool"; then
4041 printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}shtool found" >&5
4042 ac_install_sh
="${as_dir}shtool install -c"
4045 if $ac_first_candidate; then
4046 ac_missing_aux_files
="${ac_missing_aux_files} install-sh"
4052 if test -f "${as_dir}${ac_aux}"; then
4053 printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}${ac_aux} found" >&5
4056 if $ac_first_candidate; then
4057 ac_missing_aux_files
="${ac_missing_aux_files} ${ac_aux}"
4064 if test "$ac_aux_dir_found" = yes; then
4065 ac_aux_dir
="$as_dir"
4068 ac_first_candidate
=false
4077 as_fn_error $?
"cannot find required auxiliary files:$ac_missing_aux_files" "$LINENO" 5
4081 # These three variables are undocumented and unsupported,
4082 # and are intended to be withdrawn in a future Autoconf release.
4083 # They can cause serious problems if a builder's source tree is in a directory
4084 # whose full name contains unusual characters.
4085 if test -f "${ac_aux_dir}config.guess"; then
4086 ac_config_guess
="$SHELL ${ac_aux_dir}config.guess"
4088 if test -f "${ac_aux_dir}config.sub"; then
4089 ac_config_sub
="$SHELL ${ac_aux_dir}config.sub"
4091 if test -f "$ac_aux_dir/configure"; then
4092 ac_configure
="$SHELL ${ac_aux_dir}configure"
4095 # Check that the precious variables saved in the cache have kept the same
4097 ac_cache_corrupted
=false
4098 for ac_var
in $ac_precious_vars; do
4099 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
4100 eval ac_new_set
=\
$ac_env_${ac_var}_set
4101 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
4102 eval ac_new_val
=\
$ac_env_${ac_var}_value
4103 case $ac_old_set,$ac_new_set in
4105 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
4106 printf "%s\n" "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
4107 ac_cache_corrupted
=: ;;
4109 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
4110 printf "%s\n" "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
4111 ac_cache_corrupted
=: ;;
4114 if test "x$ac_old_val" != "x$ac_new_val"; then
4115 # differences in whitespace do not lead to failure.
4116 ac_old_val_w
=`echo x $ac_old_val`
4117 ac_new_val_w
=`echo x $ac_new_val`
4118 if test "$ac_old_val_w" != "$ac_new_val_w"; then
4119 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
4120 printf "%s\n" "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
4121 ac_cache_corrupted
=:
4123 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
4124 printf "%s\n" "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
4125 eval $ac_var=\
$ac_old_val
4127 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
4128 printf "%s\n" "$as_me: former value: \`$ac_old_val'" >&2;}
4129 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
4130 printf "%s\n" "$as_me: current value: \`$ac_new_val'" >&2;}
4133 # Pass precious variables to config.status.
4134 if test "$ac_new_set" = set; then
4136 *\'*) ac_arg
=$ac_var=`printf "%s\n" "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
4137 *) ac_arg
=$ac_var=$ac_new_val ;;
4139 case " $ac_configure_args " in
4140 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
4141 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
4145 if $ac_cache_corrupted; then
4146 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4147 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
4148 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
4149 printf "%s\n" "$as_me: error: changes in the environment can compromise the build" >&2;}
4150 as_fn_error $?
"run \`${MAKE-make} distclean' and/or \`rm $cache_file'
4151 and start over" "$LINENO" 5
4153 ## -------------------- ##
4154 ## Main body of script. ##
4155 ## -------------------- ##
4158 ac_cpp
='$CPP $CPPFLAGS'
4159 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4160 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4161 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4165 ac_config_headers
="$ac_config_headers include/config.h"
4169 libwine_version
="1.0"
4172 # Check whether --enable-archs was given.
4173 if test ${enable_archs+y}
4175 enableval
=$enable_archs;
4178 # Check whether --enable-win16 was given.
4179 if test ${enable_win16+y}
4181 enableval
=$enable_win16;
4184 # Check whether --enable-win64 was given.
4185 if test ${enable_win64+y}
4187 enableval
=$enable_win64;
4190 # Check whether --enable-tests was given.
4191 if test ${enable_tests+y}
4193 enableval
=$enable_tests;
4196 # Check whether --enable-build-id was given.
4197 if test ${enable_build_id+y}
4199 enableval
=$enable_build_id;
4202 # Check whether --enable-maintainer-mode was given.
4203 if test ${enable_maintainer_mode+y}
4205 enableval
=$enable_maintainer_mode;
4208 # Check whether --enable-silent-rules was given.
4209 if test ${enable_silent_rules+y}
4211 enableval
=$enable_silent_rules;
4214 # Check whether --enable-werror was given.
4215 if test ${enable_werror+y}
4217 enableval
=$enable_werror;
4222 # Check whether --with-alsa was given.
4223 if test ${with_alsa+y}
4229 # Check whether --with-capi was given.
4230 if test ${with_capi+y}
4236 # Check whether --with-coreaudio was given.
4237 if test ${with_coreaudio+y}
4239 withval
=$with_coreaudio;
4243 # Check whether --with-cups was given.
4244 if test ${with_cups+y}
4250 # Check whether --with-dbus was given.
4251 if test ${with_dbus+y}
4257 # Check whether --with-float-abi was given.
4258 if test ${with_float_abi+y}
4260 withval
=$with_float_abi;
4264 # Check whether --with-fontconfig was given.
4265 if test ${with_fontconfig+y}
4267 withval
=$with_fontconfig;
4271 # Check whether --with-freetype was given.
4272 if test ${with_freetype+y}
4274 withval
=$with_freetype;
4278 # Check whether --with-gettext was given.
4279 if test ${with_gettext+y}
4281 withval
=$with_gettext;
4285 # Check whether --with-gettextpo was given.
4286 if test ${with_gettextpo+y}
4288 withval
=$with_gettextpo; if test "x$withval" = "xno"; then ac_cv_header_gettext_po_h
=no
; fi
4292 # Check whether --with-gphoto was given.
4293 if test ${with_gphoto+y}
4295 withval
=$with_gphoto;
4299 # Check whether --with-gnutls was given.
4300 if test ${with_gnutls+y}
4302 withval
=$with_gnutls;
4306 # Check whether --with-gssapi was given.
4307 if test ${with_gssapi+y}
4309 withval
=$with_gssapi;
4313 # Check whether --with-gstreamer was given.
4314 if test ${with_gstreamer+y}
4316 withval
=$with_gstreamer;
4320 # Check whether --with-inotify was given.
4321 if test ${with_inotify+y}
4323 withval
=$with_inotify;
4327 # Check whether --with-krb5 was given.
4328 if test ${with_krb5+y}
4334 # Check whether --with-mingw was given.
4335 if test ${with_mingw+y}
4337 withval
=$with_mingw;
4341 # Check whether --with-netapi was given.
4342 if test ${with_netapi+y}
4344 withval
=$with_netapi;
4348 # Check whether --with-opencl was given.
4349 if test ${with_opencl+y}
4351 withval
=$with_opencl; if test "x$withval" = "xno"; then ac_cv_header_CL_cl_h
=no
; ac_cv_header_OpenCL_opencl_h
=no
; fi
4355 # Check whether --with-opengl was given.
4356 if test ${with_opengl+y}
4358 withval
=$with_opengl;
4362 # Check whether --with-osmesa was given.
4363 if test ${with_osmesa+y}
4365 withval
=$with_osmesa;
4369 # Check whether --with-oss was given.
4370 if test ${with_oss+y}
4376 # Check whether --with-pcap was given.
4377 if test ${with_pcap+y}
4379 withval
=$with_pcap; if test "x$withval" = "xno"; then ac_cv_header_pcap_pcap_h
=no
; fi
4383 # Check whether --with-pcsclite was given.
4384 if test ${with_pcsclite+y}
4386 withval
=$with_pcsclite;
4390 # Check whether --with-pthread was given.
4391 if test ${with_pthread+y}
4393 withval
=$with_pthread;
4397 # Check whether --with-pulse was given.
4398 if test ${with_pulse+y}
4400 withval
=$with_pulse;
4404 # Check whether --with-sane was given.
4405 if test ${with_sane+y}
4411 # Check whether --with-sdl was given.
4412 if test ${with_sdl+y}
4418 # Check whether --with-udev was given.
4419 if test ${with_udev+y}
4425 # Check whether --with-unwind was given.
4426 if test ${with_unwind+y}
4428 withval
=$with_unwind;
4432 # Check whether --with-usb was given.
4433 if test ${with_usb+y}
4439 # Check whether --with-v4l2 was given.
4440 if test ${with_v4l2+y}
4446 # Check whether --with-vulkan was given.
4447 if test ${with_vulkan+y}
4449 withval
=$with_vulkan;
4453 # Check whether --with-wayland was given.
4454 if test ${with_wayland+y}
4456 withval
=$with_wayland;
4460 # Check whether --with-xcomposite was given.
4461 if test ${with_xcomposite+y}
4463 withval
=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h
=no
; fi
4467 # Check whether --with-xcursor was given.
4468 if test ${with_xcursor+y}
4470 withval
=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h
=no
; fi
4474 # Check whether --with-xfixes was given.
4475 if test ${with_xfixes+y}
4477 withval
=$with_xfixes; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xfixes_h
=no
; fi
4481 # Check whether --with-xinerama was given.
4482 if test ${with_xinerama+y}
4484 withval
=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h
=no
; fi
4488 # Check whether --with-xinput was given.
4489 if test ${with_xinput+y}
4491 withval
=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h
=no
; fi
4495 # Check whether --with-xinput2 was given.
4496 if test ${with_xinput2+y}
4498 withval
=$with_xinput2; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput2_h
=no
; fi
4502 # Check whether --with-xrandr was given.
4503 if test ${with_xrandr+y}
4505 withval
=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h
=no
; fi
4509 # Check whether --with-xrender was given.
4510 if test ${with_xrender+y}
4512 withval
=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h
=no
; fi
4516 # Check whether --with-xshape was given.
4517 if test ${with_xshape+y}
4519 withval
=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h
=no
; fi
4523 # Check whether --with-xshm was given.
4524 if test ${with_xshm+y}
4526 withval
=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h
=no
; fi
4530 # Check whether --with-xxf86vm was given.
4531 if test ${with_xxf86vm+y}
4533 withval
=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h
=no
; ac_cv_header_X11_extensions_xf86vmproto_h
=no
; fi
4538 # Check whether --with-system-dllpath was given.
4539 if test ${with_system_dllpath+y}
4541 withval
=$with_system_dllpath; system_dllpath
=$withval
4546 # Check whether --with-wine-tools was given.
4547 if test ${with_wine_tools+y}
4549 withval
=$with_wine_tools;
4553 # Check whether --with-wine64 was given.
4554 if test ${with_wine64+y}
4556 withval
=$with_wine64;
4563 # Make sure we can run config.sub.
4564 $SHELL "${ac_aux_dir}config.sub" sun4
>/dev
/null
2>&1 ||
4565 as_fn_error $?
"cannot run $SHELL ${ac_aux_dir}config.sub" "$LINENO" 5
4567 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4568 printf %s
"checking build system type... " >&6; }
4569 if test ${ac_cv_build+y}
4571 printf %s
"(cached) " >&6
4573 ac_build_alias
=$build_alias
4574 test "x$ac_build_alias" = x
&&
4575 ac_build_alias
=`$SHELL "${ac_aux_dir}config.guess"`
4576 test "x$ac_build_alias" = x
&&
4577 as_fn_error $?
"cannot guess build type; you must specify one" "$LINENO" 5
4578 ac_cv_build
=`$SHELL "${ac_aux_dir}config.sub" $ac_build_alias` ||
4579 as_fn_error $?
"$SHELL ${ac_aux_dir}config.sub $ac_build_alias failed" "$LINENO" 5
4582 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4583 printf "%s\n" "$ac_cv_build" >&6; }
4584 case $ac_cv_build in
4586 *) as_fn_error $?
"invalid value of canonical build" "$LINENO" 5;;
4589 ac_save_IFS
=$IFS; IFS
='-'
4595 # Remember, the first character of IFS is used to create $*,
4596 # except with old shells:
4599 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
4602 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
4603 printf %s
"checking host system type... " >&6; }
4604 if test ${ac_cv_host+y}
4606 printf %s
"(cached) " >&6
4608 if test "x$host_alias" = x
; then
4609 ac_cv_host
=$ac_cv_build
4611 ac_cv_host
=`$SHELL "${ac_aux_dir}config.sub" $host_alias` ||
4612 as_fn_error $?
"$SHELL ${ac_aux_dir}config.sub $host_alias failed" "$LINENO" 5
4616 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
4617 printf "%s\n" "$ac_cv_host" >&6; }
4620 *) as_fn_error $?
"invalid value of canonical host" "$LINENO" 5;;
4623 ac_save_IFS
=$IFS; IFS
='-'
4629 # Remember, the first character of IFS is used to create $*,
4630 # except with old shells:
4633 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
4637 dlldir
=\
${libdir}/wine
4639 fontdir
=\
${datadir}/wine
/fonts
4641 nlsdir
=\
${datadir}/wine
/nls
4646 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
4647 printf %s
"checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
4649 ac_make
=`printf "%s\n" "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
4650 if eval test \
${ac_cv_prog_make_${ac_make}_set+y}
4652 printf %s
"(cached) " >&6
4654 cat >conftest.
make <<\_ACEOF
4657 @
echo '@@@%%%=$(MAKE)=@@@%%%'
4659 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
4660 case `${MAKE-make} -f conftest.make 2>/dev/null` in
4662 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
4664 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
4668 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
4669 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4670 printf "%s\n" "yes" >&6; }
4673 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
4674 printf "%s\n" "no" >&6; }
4675 SET_MAKE
="MAKE=${MAKE-make}"
4688 ac_cpp
='$CPP $CPPFLAGS'
4689 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4690 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4691 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4692 if test -n "$ac_tool_prefix"; then
4693 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4694 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
4695 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4696 printf %s
"checking for $ac_word... " >&6; }
4697 if test ${ac_cv_prog_CC+y}
4699 printf %s
"(cached) " >&6
4701 if test -n "$CC"; then
4702 ac_cv_prog_CC
="$CC" # Let the user override the test.
4704 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4708 case $as_dir in #(((
4711 *) as_dir
=$as_dir/ ;;
4713 for ac_exec_ext
in '' $ac_executable_extensions; do
4714 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
4715 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
4716 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
4726 if test -n "$CC"; then
4727 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4728 printf "%s\n" "$CC" >&6; }
4730 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
4731 printf "%s\n" "no" >&6; }
4736 if test -z "$ac_cv_prog_CC"; then
4738 # Extract the first word of "gcc", so it can be a program name with args.
4739 set dummy gcc
; ac_word
=$2
4740 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4741 printf %s
"checking for $ac_word... " >&6; }
4742 if test ${ac_cv_prog_ac_ct_CC+y}
4744 printf %s
"(cached) " >&6
4746 if test -n "$ac_ct_CC"; then
4747 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
4749 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4753 case $as_dir in #(((
4756 *) as_dir
=$as_dir/ ;;
4758 for ac_exec_ext
in '' $ac_executable_extensions; do
4759 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
4760 ac_cv_prog_ac_ct_CC
="gcc"
4761 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
4770 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
4771 if test -n "$ac_ct_CC"; then
4772 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4773 printf "%s\n" "$ac_ct_CC" >&6; }
4775 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
4776 printf "%s\n" "no" >&6; }
4779 if test "x$ac_ct_CC" = x
; then
4782 case $cross_compiling:$ac_tool_warned in
4784 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4785 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4786 ac_tool_warned
=yes ;;
4794 if test -z "$CC"; then
4795 if test -n "$ac_tool_prefix"; then
4796 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4797 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
4798 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4799 printf %s
"checking for $ac_word... " >&6; }
4800 if test ${ac_cv_prog_CC+y}
4802 printf %s
"(cached) " >&6
4804 if test -n "$CC"; then
4805 ac_cv_prog_CC
="$CC" # Let the user override the test.
4807 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4811 case $as_dir in #(((
4814 *) as_dir
=$as_dir/ ;;
4816 for ac_exec_ext
in '' $ac_executable_extensions; do
4817 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
4818 ac_cv_prog_CC
="${ac_tool_prefix}cc"
4819 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
4829 if test -n "$CC"; then
4830 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4831 printf "%s\n" "$CC" >&6; }
4833 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
4834 printf "%s\n" "no" >&6; }
4840 if test -z "$CC"; then
4841 # Extract the first word of "cc", so it can be a program name with args.
4842 set dummy cc
; ac_word
=$2
4843 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4844 printf %s
"checking for $ac_word... " >&6; }
4845 if test ${ac_cv_prog_CC+y}
4847 printf %s
"(cached) " >&6
4849 if test -n "$CC"; then
4850 ac_cv_prog_CC
="$CC" # Let the user override the test.
4853 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4857 case $as_dir in #(((
4860 *) as_dir
=$as_dir/ ;;
4862 for ac_exec_ext
in '' $ac_executable_extensions; do
4863 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
4864 if test "$as_dir$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4865 ac_prog_rejected
=yes
4869 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
4876 if test $ac_prog_rejected = yes; then
4877 # We found a bogon in the path, so make sure we never use it.
4878 set dummy
$ac_cv_prog_CC
4880 if test $# != 0; then
4881 # We chose a different compiler from the bogus one.
4882 # However, it has the same basename, so the bogon will be chosen
4883 # first if we set CC to just the basename; use the full file name.
4885 ac_cv_prog_CC
="$as_dir$ac_word${1+' '}$@"
4891 if test -n "$CC"; then
4892 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4893 printf "%s\n" "$CC" >&6; }
4895 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
4896 printf "%s\n" "no" >&6; }
4901 if test -z "$CC"; then
4902 if test -n "$ac_tool_prefix"; then
4903 for ac_prog
in cl.exe
4905 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4906 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
4907 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4908 printf %s
"checking for $ac_word... " >&6; }
4909 if test ${ac_cv_prog_CC+y}
4911 printf %s
"(cached) " >&6
4913 if test -n "$CC"; then
4914 ac_cv_prog_CC
="$CC" # Let the user override the test.
4916 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4920 case $as_dir in #(((
4923 *) as_dir
=$as_dir/ ;;
4925 for ac_exec_ext
in '' $ac_executable_extensions; do
4926 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
4927 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
4928 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
4938 if test -n "$CC"; then
4939 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4940 printf "%s\n" "$CC" >&6; }
4942 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
4943 printf "%s\n" "no" >&6; }
4947 test -n "$CC" && break
4950 if test -z "$CC"; then
4952 for ac_prog
in cl.exe
4954 # Extract the first word of "$ac_prog", so it can be a program name with args.
4955 set dummy
$ac_prog; ac_word
=$2
4956 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4957 printf %s
"checking for $ac_word... " >&6; }
4958 if test ${ac_cv_prog_ac_ct_CC+y}
4960 printf %s
"(cached) " >&6
4962 if test -n "$ac_ct_CC"; then
4963 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
4965 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4969 case $as_dir in #(((
4972 *) as_dir
=$as_dir/ ;;
4974 for ac_exec_ext
in '' $ac_executable_extensions; do
4975 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
4976 ac_cv_prog_ac_ct_CC
="$ac_prog"
4977 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
4986 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
4987 if test -n "$ac_ct_CC"; then
4988 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4989 printf "%s\n" "$ac_ct_CC" >&6; }
4991 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
4992 printf "%s\n" "no" >&6; }
4996 test -n "$ac_ct_CC" && break
4999 if test "x$ac_ct_CC" = x
; then
5002 case $cross_compiling:$ac_tool_warned in
5004 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5005 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5006 ac_tool_warned
=yes ;;
5013 if test -z "$CC"; then
5014 if test -n "$ac_tool_prefix"; then
5015 # Extract the first word of "${ac_tool_prefix}clang", so it can be a program name with args.
5016 set dummy
${ac_tool_prefix}clang
; ac_word
=$2
5017 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5018 printf %s
"checking for $ac_word... " >&6; }
5019 if test ${ac_cv_prog_CC+y}
5021 printf %s
"(cached) " >&6
5023 if test -n "$CC"; then
5024 ac_cv_prog_CC
="$CC" # Let the user override the test.
5026 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5030 case $as_dir in #(((
5033 *) as_dir
=$as_dir/ ;;
5035 for ac_exec_ext
in '' $ac_executable_extensions; do
5036 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
5037 ac_cv_prog_CC
="${ac_tool_prefix}clang"
5038 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
5048 if test -n "$CC"; then
5049 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
5050 printf "%s\n" "$CC" >&6; }
5052 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
5053 printf "%s\n" "no" >&6; }
5058 if test -z "$ac_cv_prog_CC"; then
5060 # Extract the first word of "clang", so it can be a program name with args.
5061 set dummy clang
; ac_word
=$2
5062 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5063 printf %s
"checking for $ac_word... " >&6; }
5064 if test ${ac_cv_prog_ac_ct_CC+y}
5066 printf %s
"(cached) " >&6
5068 if test -n "$ac_ct_CC"; then
5069 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
5071 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5075 case $as_dir in #(((
5078 *) as_dir
=$as_dir/ ;;
5080 for ac_exec_ext
in '' $ac_executable_extensions; do
5081 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
5082 ac_cv_prog_ac_ct_CC
="clang"
5083 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
5092 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
5093 if test -n "$ac_ct_CC"; then
5094 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
5095 printf "%s\n" "$ac_ct_CC" >&6; }
5097 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
5098 printf "%s\n" "no" >&6; }
5101 if test "x$ac_ct_CC" = x
; then
5104 case $cross_compiling:$ac_tool_warned in
5106 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5107 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5108 ac_tool_warned
=yes ;;
5119 test -z "$CC" && { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5120 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
5121 as_fn_error $?
"no acceptable C compiler found in \$PATH
5122 See \`config.log' for more details" "$LINENO" 5; }
5124 # Provide some information about the compiler.
5125 printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
5128 for ac_option
in --version -v -V -qversion -version; do
5129 { { ac_try
="$ac_compiler $ac_option >&5"
5131 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5132 *) ac_try_echo=$ac_try;;
5134 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5135 printf "%s\n" "$ac_try_echo"; } >&5
5136 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
5138 if test -s conftest.err; then
5140 ... rest of stderr output deleted ...
5141 10q' conftest.err >conftest.er1
5142 cat conftest.er1 >&5
5144 rm -f conftest.er1 conftest.err
5145 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5146 test $ac_status = 0; }
5149 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5150 /* end confdefs.h. */
5160 ac_clean_files_save=$ac_clean_files
5161 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
5162 # Try to create an executable without -o first, disregard a.out.
5163 # It will help us diagnose broken compilers, and finding out an intuition
5165 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
5166 printf %s "checking whether the C compiler works... " >&6; }
5167 ac_link_default=`printf "%s\n" "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
5169 # The possible output files:
5170 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
5173 for ac_file in $ac_files
5176 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
5177 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
5182 if { { ac_try="$ac_link_default"
5184 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5185 *) ac_try_echo
=$ac_try;;
5187 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5188 printf "%s\n" "$ac_try_echo"; } >&5
5189 (eval "$ac_link_default") 2>&5
5191 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5192 test $ac_status = 0; }
5194 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
5195 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
5196 # in a Makefile. We should not override ac_cv_exeext if it was cached,
5197 # so that the user can short-circuit this test for compilers unknown to
5199 for ac_file
in $ac_files ''
5201 test -f "$ac_file" ||
continue
5203 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
5206 # We found the default executable, but exeext='' is most
5210 if test ${ac_cv_exeext+y} && test "$ac_cv_exeext" != no
;
5212 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
5214 # We set ac_cv_exeext here because the later test for it is not
5215 # safe: cross compilers may not add the suffix if given an `-o'
5216 # argument, so we may need to know it at that point already.
5217 # Even if this section looks crufty: it has the advantage of
5224 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
5229 if test -z "$ac_file"
5231 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
5232 printf "%s\n" "no" >&6; }
5233 printf "%s\n" "$as_me: failed program was:" >&5
5234 sed 's/^/| /' conftest.
$ac_ext >&5
5236 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5237 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
5238 as_fn_error
77 "C compiler cannot create executables
5239 See \`config.log' for more details" "$LINENO" 5; }
5241 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5242 printf "%s\n" "yes" >&6; }
5244 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
5245 printf %s
"checking for C compiler default output file name... " >&6; }
5246 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
5247 printf "%s\n" "$ac_file" >&6; }
5248 ac_exeext
=$ac_cv_exeext
5250 rm -f -r a.out a.out.dSYM a.exe conftest
$ac_cv_exeext b.out
5251 ac_clean_files
=$ac_clean_files_save
5252 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
5253 printf %s
"checking for suffix of executables... " >&6; }
5254 if { { ac_try
="$ac_link"
5256 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5257 *) ac_try_echo=$ac_try;;
5259 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5260 printf "%s\n" "$ac_try_echo"; } >&5
5261 (eval "$ac_link") 2>&5
5263 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5264 test $ac_status = 0; }
5266 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
5267 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
5268 # work properly (i.e., refer to `conftest.exe'), while it won't with
5270 for ac_file
in conftest.exe conftest conftest.
*; do
5271 test -f "$ac_file" ||
continue
5273 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
5274 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
5280 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5281 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
5282 as_fn_error $?
"cannot compute suffix of executables: cannot compile and link
5283 See \`config.log' for more details" "$LINENO" 5; }
5285 rm -f conftest conftest
$ac_cv_exeext
5286 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
5287 printf "%s\n" "$ac_cv_exeext" >&6; }
5289 rm -f conftest.
$ac_ext
5290 EXEEXT
=$ac_cv_exeext
5292 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5293 /* end confdefs.h. */
5298 FILE *f = fopen ("conftest.out", "w");
5299 return ferror (f) || fclose (f) != 0;
5305 ac_clean_files
="$ac_clean_files conftest.out"
5306 # Check that the compiler produces executables we can run. If not, either
5307 # the compiler is broken, or we cross compile.
5308 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
5309 printf %s
"checking whether we are cross compiling... " >&6; }
5310 if test "$cross_compiling" != yes; then
5311 { { ac_try
="$ac_link"
5313 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5314 *) ac_try_echo=$ac_try;;
5316 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5317 printf "%s\n" "$ac_try_echo"; } >&5
5318 (eval "$ac_link") 2>&5
5320 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5321 test $ac_status = 0; }
5322 if { ac_try='./conftest$ac_cv_exeext'
5323 { { case "(($ac_try" in
5324 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5325 *) ac_try_echo
=$ac_try;;
5327 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5328 printf "%s\n" "$ac_try_echo"; } >&5
5329 (eval "$ac_try") 2>&5
5331 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5332 test $ac_status = 0; }; }; then
5335 if test "$cross_compiling" = maybe
; then
5338 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5339 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
5340 as_fn_error
77 "cannot run C compiled programs.
5341 If you meant to cross compile, use \`--host'.
5342 See \`config.log' for more details" "$LINENO" 5; }
5346 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
5347 printf "%s\n" "$cross_compiling" >&6; }
5349 rm -f conftest.
$ac_ext conftest
$ac_cv_exeext conftest.out
5350 ac_clean_files
=$ac_clean_files_save
5351 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
5352 printf %s
"checking for suffix of object files... " >&6; }
5353 if test ${ac_cv_objext+y}
5355 printf %s
"(cached) " >&6
5357 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5358 /* end confdefs.h. */
5368 rm -f conftest.o conftest.obj
5369 if { { ac_try
="$ac_compile"
5371 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5372 *) ac_try_echo=$ac_try;;
5374 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5375 printf "%s\n" "$ac_try_echo"; } >&5
5376 (eval "$ac_compile") 2>&5
5378 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5379 test $ac_status = 0; }
5381 for ac_file in conftest.o conftest.obj conftest.*; do
5382 test -f "$ac_file" || continue;
5384 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
5385 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
5390 printf "%s\n" "$as_me: failed program was:" >&5
5391 sed 's/^/| /' conftest.$ac_ext >&5
5393 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5394 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
5395 as_fn_error $? "cannot compute suffix of object files
: cannot compile
5396 See \
`config.log' for more details" "$LINENO" 5; }
5398 rm -f conftest.$ac_cv_objext conftest.$ac_ext
5400 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
5401 printf "%s\n" "$ac_cv_objext" >&6; }
5402 OBJEXT=$ac_cv_objext
5404 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports GNU C" >&5
5405 printf %s "checking whether the compiler supports GNU C... " >&6; }
5406 if test ${ac_cv_c_compiler_gnu+y}
5408 printf %s "(cached) " >&6
5410 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5411 /* end confdefs.h. */
5424 if ac_fn_c_try_compile "$LINENO"
5430 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
5431 ac_cv_c_compiler_gnu=$ac_compiler_gnu
5434 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
5435 printf "%s\n" "$ac_cv_c_compiler_gnu" >&6; }
5436 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5438 if test $ac_compiler_gnu = yes; then
5443 ac_test_CFLAGS=${CFLAGS+y}
5444 ac_save_CFLAGS=$CFLAGS
5445 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
5446 printf %s "checking whether $CC accepts -g... " >&6; }
5447 if test ${ac_cv_prog_cc_g+y}
5449 printf %s "(cached) " >&6
5451 ac_save_c_werror_flag=$ac_c_werror_flag
5452 ac_c_werror_flag=yes
5455 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5456 /* end confdefs.h. */
5466 if ac_fn_c_try_compile "$LINENO"
5471 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5472 /* end confdefs.h. */
5482 if ac_fn_c_try_compile "$LINENO"
5486 ac_c_werror_flag=$ac_save_c_werror_flag
5488 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5489 /* end confdefs.h. */
5499 if ac_fn_c_try_compile "$LINENO"
5503 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
5505 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
5507 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
5508 ac_c_werror_flag=$ac_save_c_werror_flag
5510 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
5511 printf "%s\n" "$ac_cv_prog_cc_g" >&6; }
5512 if test $ac_test_CFLAGS; then
5513 CFLAGS=$ac_save_CFLAGS
5514 elif test $ac_cv_prog_cc_g = yes; then
5515 if test "$GCC" = yes; then
5521 if test "$GCC" = yes; then
5528 if test x$ac_prog_cc_stdc = xno
5530 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C11 features" >&5
5531 printf %s "checking for $CC option to enable C11 features... " >&6; }
5532 if test ${ac_cv_prog_cc_c11+y}
5534 printf %s "(cached) " >&6
5536 ac_cv_prog_cc_c11=no
5538 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5539 /* end confdefs.h. */
5540 $ac_c_conftest_c11_program
5542 for ac_arg in '' -std=gnu11
5544 CC="$ac_save_CC $ac_arg"
5545 if ac_fn_c_try_compile "$LINENO"
5547 ac_cv_prog_cc_c11=$ac_arg
5549 rm -f core conftest.err conftest.$ac_objext conftest.beam
5550 test "x$ac_cv_prog_cc_c11" != "xno" && break
5552 rm -f conftest.$ac_ext
5556 if test "x$ac_cv_prog_cc_c11" = xno
5558 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
5559 printf "%s\n" "unsupported" >&6; }
5561 if test "x$ac_cv_prog_cc_c11" = x
5563 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
5564 printf "%s\n" "none needed" >&6; }
5566 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c11" >&5
5567 printf "%s\n" "$ac_cv_prog_cc_c11" >&6; }
5568 CC="$CC $ac_cv_prog_cc_c11"
5570 ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c11
5574 if test x$ac_prog_cc_stdc = xno
5576 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C99 features" >&5
5577 printf %s "checking for $CC option to enable C99 features... " >&6; }
5578 if test ${ac_cv_prog_cc_c99+y}
5580 printf %s "(cached) " >&6
5582 ac_cv_prog_cc_c99=no
5584 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5585 /* end confdefs.h. */
5586 $ac_c_conftest_c99_program
5588 for ac_arg in '' -std=gnu99 -std=c99 -c99 -qlanglvl=extc1x -qlanglvl=extc99 -AC99 -D_STDC_C99=
5590 CC="$ac_save_CC $ac_arg"
5591 if ac_fn_c_try_compile "$LINENO"
5593 ac_cv_prog_cc_c99=$ac_arg
5595 rm -f core conftest.err conftest.$ac_objext conftest.beam
5596 test "x$ac_cv_prog_cc_c99" != "xno" && break
5598 rm -f conftest.$ac_ext
5602 if test "x$ac_cv_prog_cc_c99" = xno
5604 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
5605 printf "%s\n" "unsupported" >&6; }
5607 if test "x$ac_cv_prog_cc_c99" = x
5609 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
5610 printf "%s\n" "none needed" >&6; }
5612 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5
5613 printf "%s\n" "$ac_cv_prog_cc_c99" >&6; }
5614 CC="$CC $ac_cv_prog_cc_c99"
5616 ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c99
5620 if test x$ac_prog_cc_stdc = xno
5622 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C89 features" >&5
5623 printf %s "checking for $CC option to enable C89 features... " >&6; }
5624 if test ${ac_cv_prog_cc_c89+y}
5626 printf %s "(cached) " >&6
5628 ac_cv_prog_cc_c89=no
5630 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5631 /* end confdefs.h. */
5632 $ac_c_conftest_c89_program
5634 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
5636 CC="$ac_save_CC $ac_arg"
5637 if ac_fn_c_try_compile "$LINENO"
5639 ac_cv_prog_cc_c89=$ac_arg
5641 rm -f core conftest.err conftest.$ac_objext conftest.beam
5642 test "x$ac_cv_prog_cc_c89" != "xno" && break
5644 rm -f conftest.$ac_ext
5648 if test "x$ac_cv_prog_cc_c89" = xno
5650 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
5651 printf "%s\n" "unsupported" >&6; }
5653 if test "x$ac_cv_prog_cc_c89" = x
5655 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
5656 printf "%s\n" "none needed" >&6; }
5658 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
5659 printf "%s\n" "$ac_cv_prog_cc_c89" >&6; }
5660 CC="$CC $ac_cv_prog_cc_c89"
5662 ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c89
5668 ac_cpp='$CPP $CPPFLAGS'
5669 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5670 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5671 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5680 ac_cpp='$CXXCPP $CPPFLAGS'
5681 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5682 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5683 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5684 if test -z "$CXX"; then
5685 if test -n "$CCC"; then
5688 if test -n "$ac_tool_prefix"; then
5689 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC clang++
5691 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5692 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5693 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5694 printf %s "checking for $ac_word... " >&6; }
5695 if test ${ac_cv_prog_CXX+y}
5697 printf %s "(cached) " >&6
5699 if test -n "$CXX"; then
5700 ac_cv_prog_CXX="$CXX" # Let the user override the test.
5702 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5706 case $as_dir in #(((
5709 *) as_dir=$as_dir/ ;;
5711 for ac_exec_ext in '' $ac_executable_extensions; do
5712 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
5713 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
5714 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
5724 if test -n "$CXX"; then
5725 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
5726 printf "%s\n" "$CXX" >&6; }
5728 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
5729 printf "%s\n" "no" >&6; }
5733 test -n "$CXX" && break
5736 if test -z "$CXX"; then
5738 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC clang++
5740 # Extract the first word of "$ac_prog", so it can be a program name with args.
5741 set dummy $ac_prog; ac_word=$2
5742 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5743 printf %s "checking for $ac_word... " >&6; }
5744 if test ${ac_cv_prog_ac_ct_CXX+y}
5746 printf %s "(cached) " >&6
5748 if test -n "$ac_ct_CXX"; then
5749 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
5751 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5755 case $as_dir in #(((
5758 *) as_dir=$as_dir/ ;;
5760 for ac_exec_ext in '' $ac_executable_extensions; do
5761 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
5762 ac_cv_prog_ac_ct_CXX="$ac_prog"
5763 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
5772 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
5773 if test -n "$ac_ct_CXX"; then
5774 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
5775 printf "%s\n" "$ac_ct_CXX" >&6; }
5777 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
5778 printf "%s\n" "no" >&6; }
5782 test -n "$ac_ct_CXX" && break
5785 if test "x$ac_ct_CXX" = x; then
5788 case $cross_compiling:$ac_tool_warned in
5790 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5791 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5792 ac_tool_warned=yes ;;
5800 # Provide some information about the compiler.
5801 printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
5804 for ac_option in --version -v -V -qversion; do
5805 { { ac_try="$ac_compiler $ac_option >&5"
5807 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5808 *) ac_try_echo
=$ac_try;;
5810 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5811 printf "%s\n" "$ac_try_echo"; } >&5
5812 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
5814 if test -s conftest.err
; then
5816 ... rest of stderr output deleted ...
5817 10q' conftest.err
>conftest.er1
5818 cat conftest.er1
>&5
5820 rm -f conftest.er1 conftest.err
5821 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5822 test $ac_status = 0; }
5825 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports GNU C++" >&5
5826 printf %s
"checking whether the compiler supports GNU C++... " >&6; }
5827 if test ${ac_cv_cxx_compiler_gnu+y}
5829 printf %s
"(cached) " >&6
5831 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5832 /* end confdefs.h. */
5845 if ac_fn_cxx_try_compile
"$LINENO"
5851 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
5852 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
5855 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
5856 printf "%s\n" "$ac_cv_cxx_compiler_gnu" >&6; }
5857 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
5859 if test $ac_compiler_gnu = yes; then
5864 ac_test_CXXFLAGS
=${CXXFLAGS+y}
5865 ac_save_CXXFLAGS
=$CXXFLAGS
5866 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
5867 printf %s
"checking whether $CXX accepts -g... " >&6; }
5868 if test ${ac_cv_prog_cxx_g+y}
5870 printf %s
"(cached) " >&6
5872 ac_save_cxx_werror_flag
=$ac_cxx_werror_flag
5873 ac_cxx_werror_flag
=yes
5876 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5877 /* end confdefs.h. */
5887 if ac_fn_cxx_try_compile
"$LINENO"
5889 ac_cv_prog_cxx_g
=yes
5892 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5893 /* end confdefs.h. */
5903 if ac_fn_cxx_try_compile
"$LINENO"
5907 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
5909 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5910 /* end confdefs.h. */
5920 if ac_fn_cxx_try_compile
"$LINENO"
5922 ac_cv_prog_cxx_g
=yes
5924 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
5926 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
5928 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
5929 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
5931 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
5932 printf "%s\n" "$ac_cv_prog_cxx_g" >&6; }
5933 if test $ac_test_CXXFLAGS; then
5934 CXXFLAGS
=$ac_save_CXXFLAGS
5935 elif test $ac_cv_prog_cxx_g = yes; then
5936 if test "$GXX" = yes; then
5942 if test "$GXX" = yes; then
5948 ac_prog_cxx_stdcxx
=no
5949 if test x
$ac_prog_cxx_stdcxx = xno
5951 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CXX option to enable C++11 features" >&5
5952 printf %s
"checking for $CXX option to enable C++11 features... " >&6; }
5953 if test ${ac_cv_prog_cxx_cxx11+y}
5955 printf %s
"(cached) " >&6
5957 ac_cv_prog_cxx_cxx11
=no
5959 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5960 /* end confdefs.h. */
5961 $ac_cxx_conftest_cxx11_program
5963 for ac_arg
in '' -std=gnu
++11 -std=gnu
++0x
-std=c
++11 -std=c
++0x
-qlanglvl=extended0x
-AA
5965 CXX
="$ac_save_CXX $ac_arg"
5966 if ac_fn_cxx_try_compile
"$LINENO"
5968 ac_cv_prog_cxx_cxx11
=$ac_arg
5970 rm -f core conftest.err conftest.
$ac_objext conftest.beam
5971 test "x$ac_cv_prog_cxx_cxx11" != "xno" && break
5973 rm -f conftest.
$ac_ext
5977 if test "x$ac_cv_prog_cxx_cxx11" = xno
5979 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
5980 printf "%s\n" "unsupported" >&6; }
5982 if test "x$ac_cv_prog_cxx_cxx11" = x
5984 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
5985 printf "%s\n" "none needed" >&6; }
5987 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_cxx11" >&5
5988 printf "%s\n" "$ac_cv_prog_cxx_cxx11" >&6; }
5989 CXX
="$CXX $ac_cv_prog_cxx_cxx11"
5991 ac_cv_prog_cxx_stdcxx
=$ac_cv_prog_cxx_cxx11
5992 ac_prog_cxx_stdcxx
=cxx11
5995 if test x
$ac_prog_cxx_stdcxx = xno
5997 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CXX option to enable C++98 features" >&5
5998 printf %s
"checking for $CXX option to enable C++98 features... " >&6; }
5999 if test ${ac_cv_prog_cxx_cxx98+y}
6001 printf %s
"(cached) " >&6
6003 ac_cv_prog_cxx_cxx98
=no
6005 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6006 /* end confdefs.h. */
6007 $ac_cxx_conftest_cxx98_program
6009 for ac_arg
in '' -std=gnu
++98 -std=c
++98 -qlanglvl=extended
-AA
6011 CXX
="$ac_save_CXX $ac_arg"
6012 if ac_fn_cxx_try_compile
"$LINENO"
6014 ac_cv_prog_cxx_cxx98
=$ac_arg
6016 rm -f core conftest.err conftest.
$ac_objext conftest.beam
6017 test "x$ac_cv_prog_cxx_cxx98" != "xno" && break
6019 rm -f conftest.
$ac_ext
6023 if test "x$ac_cv_prog_cxx_cxx98" = xno
6025 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
6026 printf "%s\n" "unsupported" >&6; }
6028 if test "x$ac_cv_prog_cxx_cxx98" = x
6030 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
6031 printf "%s\n" "none needed" >&6; }
6033 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_cxx98" >&5
6034 printf "%s\n" "$ac_cv_prog_cxx_cxx98" >&6; }
6035 CXX
="$CXX $ac_cv_prog_cxx_cxx98"
6037 ac_cv_prog_cxx_stdcxx
=$ac_cv_prog_cxx_cxx98
6038 ac_prog_cxx_stdcxx
=cxx98
6043 ac_cpp
='$CPP $CPPFLAGS'
6044 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6045 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6046 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6048 if test -n "$ac_tool_prefix"; then
6049 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
6050 set dummy
${ac_tool_prefix}cpp
; ac_word
=$2
6051 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6052 printf %s
"checking for $ac_word... " >&6; }
6053 if test ${ac_cv_prog_CPPBIN+y}
6055 printf %s
"(cached) " >&6
6057 if test -n "$CPPBIN"; then
6058 ac_cv_prog_CPPBIN
="$CPPBIN" # Let the user override the test.
6060 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6064 case $as_dir in #(((
6067 *) as_dir
=$as_dir/ ;;
6069 for ac_exec_ext
in '' $ac_executable_extensions; do
6070 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
6071 ac_cv_prog_CPPBIN
="${ac_tool_prefix}cpp"
6072 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
6081 CPPBIN
=$ac_cv_prog_CPPBIN
6082 if test -n "$CPPBIN"; then
6083 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
6084 printf "%s\n" "$CPPBIN" >&6; }
6086 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
6087 printf "%s\n" "no" >&6; }
6092 if test -z "$ac_cv_prog_CPPBIN"; then
6093 ac_ct_CPPBIN
=$CPPBIN
6094 # Extract the first word of "cpp", so it can be a program name with args.
6095 set dummy cpp
; ac_word
=$2
6096 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6097 printf %s
"checking for $ac_word... " >&6; }
6098 if test ${ac_cv_prog_ac_ct_CPPBIN+y}
6100 printf %s
"(cached) " >&6
6102 if test -n "$ac_ct_CPPBIN"; then
6103 ac_cv_prog_ac_ct_CPPBIN
="$ac_ct_CPPBIN" # Let the user override the test.
6105 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6109 case $as_dir in #(((
6112 *) as_dir
=$as_dir/ ;;
6114 for ac_exec_ext
in '' $ac_executable_extensions; do
6115 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
6116 ac_cv_prog_ac_ct_CPPBIN
="cpp"
6117 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
6126 ac_ct_CPPBIN
=$ac_cv_prog_ac_ct_CPPBIN
6127 if test -n "$ac_ct_CPPBIN"; then
6128 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
6129 printf "%s\n" "$ac_ct_CPPBIN" >&6; }
6131 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
6132 printf "%s\n" "no" >&6; }
6135 if test "x$ac_ct_CPPBIN" = x
; then
6138 case $cross_compiling:$ac_tool_warned in
6140 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6141 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6142 ac_tool_warned
=yes ;;
6144 CPPBIN
=$ac_ct_CPPBIN
6147 CPPBIN
="$ac_cv_prog_CPPBIN"
6151 printf "%s\n" "#define EXEEXT \"$ac_exeext\"" >>confdefs.h
6153 if test -n "$ac_tool_prefix"; then
6154 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
6155 set dummy
${ac_tool_prefix}ld
; ac_word
=$2
6156 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6157 printf %s
"checking for $ac_word... " >&6; }
6158 if test ${ac_cv_prog_LD+y}
6160 printf %s
"(cached) " >&6
6162 if test -n "$LD"; then
6163 ac_cv_prog_LD
="$LD" # Let the user override the test.
6165 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6169 case $as_dir in #(((
6172 *) as_dir
=$as_dir/ ;;
6174 for ac_exec_ext
in '' $ac_executable_extensions; do
6175 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
6176 ac_cv_prog_LD
="${ac_tool_prefix}ld"
6177 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
6187 if test -n "$LD"; then
6188 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
6189 printf "%s\n" "$LD" >&6; }
6191 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
6192 printf "%s\n" "no" >&6; }
6197 if test -z "$ac_cv_prog_LD"; then
6199 # Extract the first word of "ld", so it can be a program name with args.
6200 set dummy ld
; ac_word
=$2
6201 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6202 printf %s
"checking for $ac_word... " >&6; }
6203 if test ${ac_cv_prog_ac_ct_LD+y}
6205 printf %s
"(cached) " >&6
6207 if test -n "$ac_ct_LD"; then
6208 ac_cv_prog_ac_ct_LD
="$ac_ct_LD" # Let the user override the test.
6210 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6214 case $as_dir in #(((
6217 *) as_dir
=$as_dir/ ;;
6219 for ac_exec_ext
in '' $ac_executable_extensions; do
6220 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
6221 ac_cv_prog_ac_ct_LD
="ld"
6222 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
6231 ac_ct_LD
=$ac_cv_prog_ac_ct_LD
6232 if test -n "$ac_ct_LD"; then
6233 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LD" >&5
6234 printf "%s\n" "$ac_ct_LD" >&6; }
6236 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
6237 printf "%s\n" "no" >&6; }
6240 if test "x$ac_ct_LD" = x
; then
6243 case $cross_compiling:$ac_tool_warned in
6245 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6246 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6247 ac_tool_warned
=yes ;;
6258 with_fontconfig
=${with_fontconfig:-no}
6260 *-mingw32*|
*-cygwin*)
6261 enable_win16
=${enable_win16:-no}
6262 with_mingw
=${with_mingw:-no}
6269 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes" -a x
"$enable_archs" = x
6274 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
6275 printf %s
"checking whether $CC works... " >&6; }
6276 if test ${wine_cv_cc_m32+y}
6278 printf %s
"(cached) " >&6
6280 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6281 /* end confdefs.h. */
6291 if ac_fn_c_try_link
"$LINENO"
6297 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
6298 conftest
$ac_exeext conftest.
$ac_ext
6300 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $wine_cv_cc_m32" >&5
6301 printf "%s\n" "$wine_cv_cc_m32" >&6; }
6302 test $wine_cv_cc_m32 != no || as_fn_error $?
"Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
6304 notice_platform
="32-bit "
6305 TARGETFLAGS
="$TARGETFLAGS -m32"
6306 PKG_CONFIG_LIBDIR
=${PKG_CONFIG_LIBDIR:-/usr/lib/i386-linux-gnu/pkgconfig:/usr/lib32/pkgconfig:/usr/lib/pkgconfig}
6307 export PKG_CONFIG_LIBDIR
6308 with_unwind
=${with_unwind:-no}
6313 notice_platform
="64-bit "
6314 TARGETFLAGS
="$TARGETFLAGS -m64"
6318 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports Thumb-2" >&5
6319 printf %s
"checking whether $CC supports Thumb-2... " >&6; }
6320 if test ${wine_cv_thumb2+y}
6322 printf %s
"(cached) " >&6
6324 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6325 /* end confdefs.h. */
6330 asm(".syntax unified\n\t.thumb\n\tldm r0,{r0-r8}");
6335 if ac_fn_c_try_link
"$LINENO"
6341 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
6342 conftest
$ac_exeext conftest.
$ac_ext
6344 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $wine_cv_thumb2" >&5
6345 printf "%s\n" "$wine_cv_thumb2" >&6; }
6346 if test x
"$wine_cv_thumb2" = xyes
6348 CFLAGS
="$CFLAGS -mthumb"
6349 TARGETFLAGS
="$TARGETFLAGS -mthumb"
6351 CFLAGS
="$CFLAGS -marm"
6352 TARGETFLAGS
="$TARGETFLAGS -marm"
6354 case $with_float_abi in
6356 float_abi
=$with_float_abi ;;
6363 saved_CFLAGS
=$CFLAGS
6364 CFLAGS
="$CFLAGS -mfloat-abi=$float_abi"
6365 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -mfloat-abi=$float_abi" >&5
6366 printf %s
"checking whether $CC supports -mfloat-abi=$float_abi... " >&6; }
6367 if test ${wine_cv_float_abi+y}
6369 printf %s
"(cached) " >&6
6371 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6372 /* end confdefs.h. */
6377 asm("vmrs r2,fpscr");
6382 if ac_fn_c_try_link
"$LINENO"
6384 wine_cv_float_abi
=yes
6386 wine_cv_float_abi
=no
6388 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
6389 conftest
$ac_exeext conftest.
$ac_ext
6391 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $wine_cv_float_abi" >&5
6392 printf "%s\n" "$wine_cv_float_abi" >&6; }
6393 if test $wine_cv_float_abi = no
6396 as_fn_append wine_warnings
"|Floating point is not supported for this target. The resulting build won't be compatible with Windows ARM binaries."
6398 CFLAGS
=$saved_CFLAGS
6402 CFLAGS
="$CFLAGS -mfloat-abi=$float_abi"
6403 TARGETFLAGS
="$TARGETFLAGS -mfloat-abi=$float_abi"
6406 with_unwind
=${with_unwind:-no}
6410 enable_win16
=${enable_win16:-i386}
6411 enable_win64
=${enable_win64:-no}
6412 enable_wow64
=${enable_wow64:-aarch64,x86_64}
6413 enable_wow64win
=${enable_wow64win:-aarch64,x86_64}
6414 enable_wow64cpu
=${enable_wow64cpu:-x86_64}
6415 enable_vcruntime140_1
=${enable_vcruntime140_1:-x86_64,arm64ec}
6417 enable_winetest
=${enable_winetest:-$enable_tests}
6419 if test "x$enable_win64" = "xyes"
6421 test -z "$with_wine64" || as_fn_error $?
"--enable-win64 and --with-wine64 are mutually exclusive.
6422 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
6426 cygwin
*|mingw32
*) toolsext
=".exe"
6434 aarch64
*) HOST_ARCH
=aarch64
;;
6435 arm
*) HOST_ARCH
=arm
;;
6436 i
[3456789]86*) HOST_ARCH
=i386
;;
6437 x86_64
) HOST_ARCH
=x86_64
;;
6441 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
6442 printf %s
"checking for the directory containing the Wine tools... " >&6; }
6443 if test ${wine_cv_toolsdir+y}
6445 printf %s
"(cached) " >&6
6447 wine_cv_toolsdir
="$with_wine_tools"
6448 if test -z "$with_wine_tools"; then
6449 if test "$cross_compiling" = "yes"; then
6450 as_fn_error $?
"you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
6451 elif test -n "$with_wine64"; then
6452 wine_cv_toolsdir
="$with_wine64"
6456 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
6457 printf "%s\n" "$wine_cv_toolsdir" >&6; }
6458 if test -z "$wine_cv_toolsdir"; then
6459 wine_makedep
=tools
/makedep
$toolsext
6460 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
6461 wine_makedep
=$wine_cv_toolsdir/tools
/makedep
$toolsext
6462 enable_tools
=${enable_tools:-no}
6463 test -f "$wine_makedep" || as_fn_error $?
"the Wine tools have not yet been built in $wine_cv_toolsdir" "$LINENO" 5
6465 as_fn_error $?
"could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
6467 toolsdir
=$wine_cv_toolsdir
6469 MAKEDEP
=$wine_makedep
6471 RUNTESTFLAGS
="-q -P wine"
6473 SED_CMD
="LC_ALL=C sed -e 's,@bindir@,\${bindir},g' -e 's,@dlldir@,\${dlldir},g' -e 's,@PACKAGE_STRING@,$PACKAGE_STRING,g' -e 's,@PACKAGE_VERSION@,$PACKAGE_VERSION,g'"
6476 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
6478 TARGETFLAGS
="-b $host_alias $TARGETFLAGS"
6483 # Extract the first word of "$ac_prog", so it can be a program name with args.
6484 set dummy
$ac_prog; ac_word
=$2
6485 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6486 printf %s
"checking for $ac_word... " >&6; }
6487 if test ${ac_cv_prog_FLEX+y}
6489 printf %s
"(cached) " >&6
6491 if test -n "$FLEX"; then
6492 ac_cv_prog_FLEX
="$FLEX" # Let the user override the test.
6494 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6498 case $as_dir in #(((
6501 *) as_dir
=$as_dir/ ;;
6503 for ac_exec_ext
in '' $ac_executable_extensions; do
6504 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
6505 ac_cv_prog_FLEX
="$ac_prog"
6506 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
6515 FLEX
=$ac_cv_prog_FLEX
6516 if test -n "$FLEX"; then
6517 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
6518 printf "%s\n" "$FLEX" >&6; }
6520 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
6521 printf "%s\n" "no" >&6; }
6525 test -n "$FLEX" && break
6527 test -n "$FLEX" || FLEX
="none"
6529 if test "$FLEX" = "none"
6531 as_fn_error $?
"no suitable flex found. Please install the 'flex' package." "$LINENO" 5
6533 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
6534 printf %s
"checking whether flex is recent enough... " >&6; }
6535 if test ${wine_cv_recent_flex+y}
6537 printf %s
"(cached) " >&6
6539 cat >conftest.l
<<EOF
6541 #include "prediluvian.h"
6545 if $FLEX -t conftest.l
>/dev
/null
2>&5
6547 wine_cv_recent_flex
=yes
6549 wine_cv_recent_flex
=no
6552 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $wine_cv_recent_flex" >&5
6553 printf "%s\n" "$wine_cv_recent_flex" >&6; }
6554 test $wine_cv_recent_flex != no || as_fn_error $?
"Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
6556 for ac_prog
in bison
6558 # Extract the first word of "$ac_prog", so it can be a program name with args.
6559 set dummy
$ac_prog; ac_word
=$2
6560 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6561 printf %s
"checking for $ac_word... " >&6; }
6562 if test ${ac_cv_prog_BISON+y}
6564 printf %s
"(cached) " >&6
6566 if test -n "$BISON"; then
6567 ac_cv_prog_BISON
="$BISON" # Let the user override the test.
6569 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6573 case $as_dir in #(((
6576 *) as_dir
=$as_dir/ ;;
6578 for ac_exec_ext
in '' $ac_executable_extensions; do
6579 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
6580 ac_cv_prog_BISON
="$ac_prog"
6581 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
6590 BISON
=$ac_cv_prog_BISON
6591 if test -n "$BISON"; then
6592 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
6593 printf "%s\n" "$BISON" >&6; }
6595 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
6596 printf "%s\n" "no" >&6; }
6600 test -n "$BISON" && break
6602 test -n "$BISON" || BISON
="none"
6604 if test "$BISON" = "none"
6606 as_fn_error $?
"no suitable bison found. Please install the 'bison' package." "$LINENO" 5
6608 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether bison is recent enough" >&5
6609 printf %s
"checking whether bison is recent enough... " >&6; }
6610 if test ${wine_cv_recent_bison+y}
6612 printf %s
"(cached) " >&6
6614 cat >conftest.y
<<EOF
6615 %define parse.error verbose
6619 if $BISON conftest.y
>/dev
/null
2>&5
6621 wine_cv_recent_bison
=yes
6623 wine_cv_recent_bison
=no
6626 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $wine_cv_recent_bison" >&5
6627 printf "%s\n" "$wine_cv_recent_bison" >&6; }
6628 test $wine_cv_recent_bison != no || as_fn_error $?
"Your bison version is too old. Please install bison version 3.0 or newer." "$LINENO" 5
6630 if test -n "$ac_tool_prefix"; then
6631 for ac_prog
in ar gar
6633 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
6634 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
6635 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6636 printf %s
"checking for $ac_word... " >&6; }
6637 if test ${ac_cv_prog_AR+y}
6639 printf %s
"(cached) " >&6
6641 if test -n "$AR"; then
6642 ac_cv_prog_AR
="$AR" # Let the user override the test.
6644 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6648 case $as_dir in #(((
6651 *) as_dir
=$as_dir/ ;;
6653 for ac_exec_ext
in '' $ac_executable_extensions; do
6654 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
6655 ac_cv_prog_AR
="$ac_tool_prefix$ac_prog"
6656 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
6666 if test -n "$AR"; then
6667 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6668 printf "%s\n" "$AR" >&6; }
6670 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
6671 printf "%s\n" "no" >&6; }
6675 test -n "$AR" && break
6678 if test -z "$AR"; then
6680 for ac_prog
in ar gar
6682 # Extract the first word of "$ac_prog", so it can be a program name with args.
6683 set dummy
$ac_prog; ac_word
=$2
6684 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6685 printf %s
"checking for $ac_word... " >&6; }
6686 if test ${ac_cv_prog_ac_ct_AR+y}
6688 printf %s
"(cached) " >&6
6690 if test -n "$ac_ct_AR"; then
6691 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
6693 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6697 case $as_dir in #(((
6700 *) as_dir
=$as_dir/ ;;
6702 for ac_exec_ext
in '' $ac_executable_extensions; do
6703 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
6704 ac_cv_prog_ac_ct_AR
="$ac_prog"
6705 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
6714 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
6715 if test -n "$ac_ct_AR"; then
6716 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6717 printf "%s\n" "$ac_ct_AR" >&6; }
6719 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
6720 printf "%s\n" "no" >&6; }
6724 test -n "$ac_ct_AR" && break
6727 if test "x$ac_ct_AR" = x
; then
6730 case $cross_compiling:$ac_tool_warned in
6732 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6733 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6734 ac_tool_warned
=yes ;;
6740 if test -n "$ac_tool_prefix"; then
6741 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6742 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
6743 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6744 printf %s
"checking for $ac_word... " >&6; }
6745 if test ${ac_cv_prog_STRIP+y}
6747 printf %s
"(cached) " >&6
6749 if test -n "$STRIP"; then
6750 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
6752 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6756 case $as_dir in #(((
6759 *) as_dir
=$as_dir/ ;;
6761 for ac_exec_ext
in '' $ac_executable_extensions; do
6762 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
6763 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
6764 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
6773 STRIP
=$ac_cv_prog_STRIP
6774 if test -n "$STRIP"; then
6775 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6776 printf "%s\n" "$STRIP" >&6; }
6778 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
6779 printf "%s\n" "no" >&6; }
6784 if test -z "$ac_cv_prog_STRIP"; then
6786 # Extract the first word of "strip", so it can be a program name with args.
6787 set dummy strip
; ac_word
=$2
6788 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6789 printf %s
"checking for $ac_word... " >&6; }
6790 if test ${ac_cv_prog_ac_ct_STRIP+y}
6792 printf %s
"(cached) " >&6
6794 if test -n "$ac_ct_STRIP"; then
6795 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
6797 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6801 case $as_dir in #(((
6804 *) as_dir
=$as_dir/ ;;
6806 for ac_exec_ext
in '' $ac_executable_extensions; do
6807 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
6808 ac_cv_prog_ac_ct_STRIP
="strip"
6809 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
6818 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
6819 if test -n "$ac_ct_STRIP"; then
6820 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6821 printf "%s\n" "$ac_ct_STRIP" >&6; }
6823 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
6824 printf "%s\n" "no" >&6; }
6827 if test "x$ac_ct_STRIP" = x
; then
6830 case $cross_compiling:$ac_tool_warned in
6832 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6833 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6834 ac_tool_warned
=yes ;;
6839 STRIP
="$ac_cv_prog_STRIP"
6842 if test -n "$ac_tool_prefix"; then
6843 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6844 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
6845 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6846 printf %s
"checking for $ac_word... " >&6; }
6847 if test ${ac_cv_prog_RANLIB+y}
6849 printf %s
"(cached) " >&6
6851 if test -n "$RANLIB"; then
6852 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
6854 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6858 case $as_dir in #(((
6861 *) as_dir
=$as_dir/ ;;
6863 for ac_exec_ext
in '' $ac_executable_extensions; do
6864 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
6865 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
6866 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
6875 RANLIB
=$ac_cv_prog_RANLIB
6876 if test -n "$RANLIB"; then
6877 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6878 printf "%s\n" "$RANLIB" >&6; }
6880 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
6881 printf "%s\n" "no" >&6; }
6886 if test -z "$ac_cv_prog_RANLIB"; then
6887 ac_ct_RANLIB
=$RANLIB
6888 # Extract the first word of "ranlib", so it can be a program name with args.
6889 set dummy ranlib
; ac_word
=$2
6890 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6891 printf %s
"checking for $ac_word... " >&6; }
6892 if test ${ac_cv_prog_ac_ct_RANLIB+y}
6894 printf %s
"(cached) " >&6
6896 if test -n "$ac_ct_RANLIB"; then
6897 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
6899 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6903 case $as_dir in #(((
6906 *) as_dir
=$as_dir/ ;;
6908 for ac_exec_ext
in '' $ac_executable_extensions; do
6909 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
6910 ac_cv_prog_ac_ct_RANLIB
="ranlib"
6911 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
6920 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
6921 if test -n "$ac_ct_RANLIB"; then
6922 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6923 printf "%s\n" "$ac_ct_RANLIB" >&6; }
6925 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
6926 printf "%s\n" "no" >&6; }
6929 if test "x$ac_ct_RANLIB" = x
; then
6932 case $cross_compiling:$ac_tool_warned in
6934 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6935 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6936 ac_tool_warned
=yes ;;
6938 RANLIB
=$ac_ct_RANLIB
6941 RANLIB
="$ac_cv_prog_RANLIB"
6944 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6945 printf %s
"checking whether ln -s works... " >&6; }
6947 if test "$LN_S" = "ln -s"; then
6948 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6949 printf "%s\n" "yes" >&6; }
6951 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6952 printf "%s\n" "no, using $LN_S" >&6; }
6955 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
6956 printf %s
"checking for grep that handles long lines and -e... " >&6; }
6957 if test ${ac_cv_path_GREP+y}
6959 printf %s
"(cached) " >&6
6961 if test -z "$GREP"; then
6962 ac_path_GREP_found
=false
6963 # Loop through the user's path and test for each of PROGNAME-LIST
6964 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6965 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
6968 case $as_dir in #(((
6971 *) as_dir
=$as_dir/ ;;
6973 for ac_prog
in grep ggrep
6975 for ac_exec_ext
in '' $ac_executable_extensions; do
6976 ac_path_GREP
="$as_dir$ac_prog$ac_exec_ext"
6977 as_fn_executable_p
"$ac_path_GREP" ||
continue
6978 # Check for GNU ac_path_GREP and select it if it is found.
6979 # Check for GNU $ac_path_GREP
6980 case `"$ac_path_GREP" --version 2>&1` in
6982 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
6985 printf %s
0123456789 >"conftest.in"
6988 cat "conftest.in" "conftest.in" >"conftest.tmp"
6989 mv "conftest.tmp" "conftest.in"
6990 cp "conftest.in" "conftest.nl"
6991 printf "%s\n" 'GREP' >> "conftest.nl"
6992 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
6993 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
6994 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
6995 if test $ac_count -gt ${ac_path_GREP_max-0}; then
6996 # Best one so far, save it but keep looking for a better one
6997 ac_cv_path_GREP
="$ac_path_GREP"
6998 ac_path_GREP_max
=$ac_count
7000 # 10*(2^10) chars as input seems more than enough
7001 test $ac_count -gt 10 && break
7003 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
7006 $ac_path_GREP_found && break 3
7011 if test -z "$ac_cv_path_GREP"; then
7012 as_fn_error $?
"no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
7015 ac_cv_path_GREP
=$GREP
7019 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
7020 printf "%s\n" "$ac_cv_path_GREP" >&6; }
7021 GREP
="$ac_cv_path_GREP"
7024 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
7025 printf %s
"checking for egrep... " >&6; }
7026 if test ${ac_cv_path_EGREP+y}
7028 printf %s
"(cached) " >&6
7030 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
7031 then ac_cv_path_EGREP
="$GREP -E"
7033 if test -z "$EGREP"; then
7034 ac_path_EGREP_found
=false
7035 # Loop through the user's path and test for each of PROGNAME-LIST
7036 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7037 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
7040 case $as_dir in #(((
7043 *) as_dir
=$as_dir/ ;;
7045 for ac_prog
in egrep
7047 for ac_exec_ext
in '' $ac_executable_extensions; do
7048 ac_path_EGREP
="$as_dir$ac_prog$ac_exec_ext"
7049 as_fn_executable_p
"$ac_path_EGREP" ||
continue
7050 # Check for GNU ac_path_EGREP and select it if it is found.
7051 # Check for GNU $ac_path_EGREP
7052 case `"$ac_path_EGREP" --version 2>&1` in
7054 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
7057 printf %s
0123456789 >"conftest.in"
7060 cat "conftest.in" "conftest.in" >"conftest.tmp"
7061 mv "conftest.tmp" "conftest.in"
7062 cp "conftest.in" "conftest.nl"
7063 printf "%s\n" 'EGREP' >> "conftest.nl"
7064 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
7065 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
7066 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
7067 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
7068 # Best one so far, save it but keep looking for a better one
7069 ac_cv_path_EGREP
="$ac_path_EGREP"
7070 ac_path_EGREP_max
=$ac_count
7072 # 10*(2^10) chars as input seems more than enough
7073 test $ac_count -gt 10 && break
7075 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
7078 $ac_path_EGREP_found && break 3
7083 if test -z "$ac_cv_path_EGREP"; then
7084 as_fn_error $?
"no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
7087 ac_cv_path_EGREP
=$EGREP
7092 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
7093 printf "%s\n" "$ac_cv_path_EGREP" >&6; }
7094 EGREP
="$ac_cv_path_EGREP"
7097 # Extract the first word of "ldconfig", so it can be a program name with args.
7098 set dummy ldconfig
; ac_word
=$2
7099 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7100 printf %s
"checking for $ac_word... " >&6; }
7101 if test ${ac_cv_path_LDCONFIG+y}
7103 printf %s
"(cached) " >&6
7107 ac_cv_path_LDCONFIG
="$LDCONFIG" # Let the user override the test with a path.
7110 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7111 for as_dir
in /sbin
/usr
/sbin
$PATH
7114 case $as_dir in #(((
7117 *) as_dir
=$as_dir/ ;;
7119 for ac_exec_ext
in '' $ac_executable_extensions; do
7120 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
7121 ac_cv_path_LDCONFIG
="$as_dir$ac_word$ac_exec_ext"
7122 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
7129 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG
="true"
7133 LDCONFIG
=$ac_cv_path_LDCONFIG
7134 if test -n "$LDCONFIG"; then
7135 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
7136 printf "%s\n" "$LDCONFIG" >&6; }
7138 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
7139 printf "%s\n" "no" >&6; }
7143 for ac_prog
in msgfmt
7145 # Extract the first word of "$ac_prog", so it can be a program name with args.
7146 set dummy
$ac_prog; ac_word
=$2
7147 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7148 printf %s
"checking for $ac_word... " >&6; }
7149 if test ${ac_cv_prog_MSGFMT+y}
7151 printf %s
"(cached) " >&6
7153 if test -n "$MSGFMT"; then
7154 ac_cv_prog_MSGFMT
="$MSGFMT" # Let the user override the test.
7156 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7160 case $as_dir in #(((
7163 *) as_dir
=$as_dir/ ;;
7165 for ac_exec_ext
in '' $ac_executable_extensions; do
7166 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
7167 ac_cv_prog_MSGFMT
="$ac_prog"
7168 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
7177 MSGFMT
=$ac_cv_prog_MSGFMT
7178 if test -n "$MSGFMT"; then
7179 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
7180 printf "%s\n" "$MSGFMT" >&6; }
7182 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
7183 printf "%s\n" "no" >&6; }
7187 test -n "$MSGFMT" && break
7189 test -n "$MSGFMT" || MSGFMT
="false"
7191 if test ${ac_tool_prefix+y}
7193 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
7194 set dummy
${ac_tool_prefix}pkg-config
; ac_word
=$2
7195 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7196 printf %s
"checking for $ac_word... " >&6; }
7197 if test ${ac_cv_prog_PKG_CONFIG+y}
7199 printf %s
"(cached) " >&6
7201 if test -n "$PKG_CONFIG"; then
7202 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
7204 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7208 case $as_dir in #(((
7211 *) as_dir
=$as_dir/ ;;
7213 for ac_exec_ext
in '' $ac_executable_extensions; do
7214 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
7215 ac_cv_prog_PKG_CONFIG
="${ac_tool_prefix}pkg-config"
7216 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
7225 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
7226 if test -n "$PKG_CONFIG"; then
7227 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
7228 printf "%s\n" "$PKG_CONFIG" >&6; }
7230 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
7231 printf "%s\n" "no" >&6; }
7236 if ${ac_cv_prog_PKG_CONFIG:+false} :
7238 if test "x$cross_compiling" = xyes
7242 { ac_cv_prog_PKG_CONFIG
=; unset ac_cv_prog_PKG_CONFIG
;}
7243 # Extract the first word of "pkg-config", so it can be a program name with args.
7244 set dummy pkg-config
; ac_word
=$2
7245 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7246 printf %s
"checking for $ac_word... " >&6; }
7247 if test ${ac_cv_prog_PKG_CONFIG+y}
7249 printf %s
"(cached) " >&6
7251 if test -n "$PKG_CONFIG"; then
7252 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
7254 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7258 case $as_dir in #(((
7261 *) as_dir
=$as_dir/ ;;
7263 for ac_exec_ext
in '' $ac_executable_extensions; do
7264 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
7265 ac_cv_prog_PKG_CONFIG
="pkg-config"
7266 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
7275 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
7276 if test -n "$PKG_CONFIG"; then
7277 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
7278 printf "%s\n" "$PKG_CONFIG" >&6; }
7280 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
7281 printf "%s\n" "no" >&6; }
7287 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
7290 if test "x$enable_maintainer_mode" != "xyes"
7297 test "$srcdir" = . || as_fn_error $?
"Maintainer mode cannot work out of tree." "$LINENO" 5
7298 for ac_prog
in fontforge
7300 # Extract the first word of "$ac_prog", so it can be a program name with args.
7301 set dummy
$ac_prog; ac_word
=$2
7302 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7303 printf %s
"checking for $ac_word... " >&6; }
7304 if test ${ac_cv_prog_FONTFORGE+y}
7306 printf %s
"(cached) " >&6
7308 if test -n "$FONTFORGE"; then
7309 ac_cv_prog_FONTFORGE
="$FONTFORGE" # Let the user override the test.
7311 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7315 case $as_dir in #(((
7318 *) as_dir
=$as_dir/ ;;
7320 for ac_exec_ext
in '' $ac_executable_extensions; do
7321 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
7322 ac_cv_prog_FONTFORGE
="$ac_prog"
7323 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
7332 FONTFORGE
=$ac_cv_prog_FONTFORGE
7333 if test -n "$FONTFORGE"; then
7334 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
7335 printf "%s\n" "$FONTFORGE" >&6; }
7337 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
7338 printf "%s\n" "no" >&6; }
7342 test -n "$FONTFORGE" && break
7344 test -n "$FONTFORGE" || FONTFORGE
="false"
7346 for ac_prog
in rsvg-convert rsvg
7348 # Extract the first word of "$ac_prog", so it can be a program name with args.
7349 set dummy
$ac_prog; ac_word
=$2
7350 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7351 printf %s
"checking for $ac_word... " >&6; }
7352 if test ${ac_cv_prog_RSVG+y}
7354 printf %s
"(cached) " >&6
7356 if test -n "$RSVG"; then
7357 ac_cv_prog_RSVG
="$RSVG" # Let the user override the test.
7359 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7363 case $as_dir in #(((
7366 *) as_dir
=$as_dir/ ;;
7368 for ac_exec_ext
in '' $ac_executable_extensions; do
7369 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
7370 ac_cv_prog_RSVG
="$ac_prog"
7371 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
7380 RSVG
=$ac_cv_prog_RSVG
7381 if test -n "$RSVG"; then
7382 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
7383 printf "%s\n" "$RSVG" >&6; }
7385 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
7386 printf "%s\n" "no" >&6; }
7390 test -n "$RSVG" && break
7392 test -n "$RSVG" || RSVG
="false"
7394 for ac_prog
in convert
7396 # Extract the first word of "$ac_prog", so it can be a program name with args.
7397 set dummy
$ac_prog; ac_word
=$2
7398 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7399 printf %s
"checking for $ac_word... " >&6; }
7400 if test ${ac_cv_prog_CONVERT+y}
7402 printf %s
"(cached) " >&6
7404 if test -n "$CONVERT"; then
7405 ac_cv_prog_CONVERT
="$CONVERT" # Let the user override the test.
7407 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7411 case $as_dir in #(((
7414 *) as_dir
=$as_dir/ ;;
7416 for ac_exec_ext
in '' $ac_executable_extensions; do
7417 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
7418 ac_cv_prog_CONVERT
="$ac_prog"
7419 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
7428 CONVERT
=$ac_cv_prog_CONVERT
7429 if test -n "$CONVERT"; then
7430 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
7431 printf "%s\n" "$CONVERT" >&6; }
7433 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
7434 printf "%s\n" "no" >&6; }
7438 test -n "$CONVERT" && break
7440 test -n "$CONVERT" || CONVERT
="false"
7442 for ac_prog
in icotool
7444 # Extract the first word of "$ac_prog", so it can be a program name with args.
7445 set dummy
$ac_prog; ac_word
=$2
7446 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7447 printf %s
"checking for $ac_word... " >&6; }
7448 if test ${ac_cv_prog_ICOTOOL+y}
7450 printf %s
"(cached) " >&6
7452 if test -n "$ICOTOOL"; then
7453 ac_cv_prog_ICOTOOL
="$ICOTOOL" # Let the user override the test.
7455 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7459 case $as_dir in #(((
7462 *) as_dir
=$as_dir/ ;;
7464 for ac_exec_ext
in '' $ac_executable_extensions; do
7465 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
7466 ac_cv_prog_ICOTOOL
="$ac_prog"
7467 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
7476 ICOTOOL
=$ac_cv_prog_ICOTOOL
7477 if test -n "$ICOTOOL"; then
7478 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
7479 printf "%s\n" "$ICOTOOL" >&6; }
7481 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
7482 printf "%s\n" "no" >&6; }
7486 test -n "$ICOTOOL" && break
7488 test -n "$ICOTOOL" || ICOTOOL
="false"
7490 test "$FONTFORGE" != "false" || as_fn_error $?
"You need fontforge to rebuild fonts in maintainer mode." "$LINENO" 5
7491 test "$RSVG" != "false" || as_fn_error $?
"You need rsvg to rebuild icons in maintainer mode." "$LINENO" 5
7493 if test "$CONVERT" = false
7495 as_fn_error $?
"You need imagemagick to rebuild icons in maintainer mode." "$LINENO" 5
7497 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
7498 printf %s
"checking for recent enough imagemagick... " >&6; }
7499 convert_version
=`convert --version | head -n1`
7500 if test "x$convert_version" != "x"
7502 convert_version_major
=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
7503 convert_version_minor
=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
7504 if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
7509 if test "$CONVERT" = false
7511 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
7512 printf "%s\n" "no ($convert_version_major.$convert_version_minor)" >&6; }
7513 as_fn_error $?
"You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode." "$LINENO" 5
7515 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
7516 printf "%s\n" "yes ($convert_version_major.$convert_version_minor)" >&6; }
7520 if test "$ICOTOOL" = false
7522 as_fn_error $?
"You need icotool to rebuild icons in maintainer mode." "$LINENO" 5
7524 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
7525 printf %s
"checking for recent enough icotool... " >&6; }
7526 icotool_version
=`icotool --version | head -n1`
7527 if test "x$icotool_version" != "x"
7529 icotool_version_major
=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
7530 icotool_version_minor
=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
7531 if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
7534 as_fn_append wine_warnings
"|icotool version 0.29.0 or newer is needed to rebuild icons."
7537 if test "$ICOTOOL" = false
7539 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
7540 printf "%s\n" "no ($icotool_version_major.$icotool_version_minor)" >&6; }
7541 as_fn_error $?
"You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode." "$LINENO" 5
7543 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
7544 printf "%s\n" "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
7554 test "x$with_gettext" != xno || MSGFMT
=false
7555 if test "$MSGFMT" != "false"
7557 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether msgfmt supports contexts" >&5
7558 printf %s
"checking whether msgfmt supports contexts... " >&6; }
7559 if test ${wine_cv_msgfmt_contexts+y}
7561 printf %s
"(cached) " >&6
7563 cat >conftest.po
<<EOF
7569 if $MSGFMT -o /dev
/null conftest.po
2>&5
7571 wine_cv_msgfmt_contexts
=yes
7573 wine_cv_msgfmt_contexts
=no
7576 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $wine_cv_msgfmt_contexts" >&5
7577 printf "%s\n" "$wine_cv_msgfmt_contexts" >&6; }
7578 test $wine_cv_msgfmt_contexts != no || MSGFMT
=false
7580 if test "$MSGFMT" = false
7582 case "x$with_gettext" in
7583 x
) as_fn_append wine_warnings
"|gettext tools not found (or too old), translations won't be built." ;;
7585 *) as_fn_error $?
"gettext tools not found (or too old), translations won't be built.
7586 This is an error since --with-gettext was requested." "$LINENO" 5 ;;
7588 enable_po
=${enable_po:-no}
7592 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
7593 printf %s
"checking for i386_set_ldt in -li386... " >&6; }
7594 if test ${ac_cv_lib_i386_i386_set_ldt+y}
7596 printf %s
"(cached) " >&6
7598 ac_check_lib_save_LIBS
=$LIBS
7600 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7601 /* end confdefs.h. */
7603 /* Override any GCC internal prototype to avoid an error.
7604 Use char because int might match the return type of a GCC
7605 builtin and then its argument prototype would still apply. */
7606 char i386_set_ldt ();
7610 return i386_set_ldt ();
7615 if ac_fn_c_try_link
"$LINENO"
7617 ac_cv_lib_i386_i386_set_ldt
=yes
7619 ac_cv_lib_i386_i386_set_ldt
=no
7621 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
7622 conftest
$ac_exeext conftest.
$ac_ext
7623 LIBS
=$ac_check_lib_save_LIBS
7625 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
7626 printf "%s\n" "$ac_cv_lib_i386_i386_set_ldt" >&6; }
7627 if test "x$ac_cv_lib_i386_i386_set_ldt" = xyes
7638 # Check whether --enable-largefile was given.
7639 if test ${enable_largefile+y}
7641 enableval
=$enable_largefile;
7644 if test "$enable_largefile" != no
; then
7646 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
7647 printf %s
"checking for special C compiler options needed for large files... " >&6; }
7648 if test ${ac_cv_sys_largefile_CC+y}
7650 printf %s
"(cached) " >&6
7652 ac_cv_sys_largefile_CC
=no
7653 if test "$GCC" != yes; then
7656 # IRIX 6.2 and later do not support large files by default,
7657 # so use the C compiler's -n32 option if that helps.
7658 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7659 /* end confdefs.h. */
7660 #include <sys/types.h>
7661 /* Check that off_t can represent 2**63 - 1 correctly.
7662 We can't simply define LARGE_OFF_T to be 9223372036854775807,
7663 since some C++ compilers masquerading as C compilers
7664 incorrectly reject 9223372036854775807. */
7665 #define LARGE_OFF_T (((off_t) 1 << 31 << 31) - 1 + ((off_t) 1 << 31 << 31))
7666 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
7667 && LARGE_OFF_T % 2147483647 == 1)
7677 if ac_fn_c_try_compile
"$LINENO"
7681 rm -f core conftest.err conftest.
$ac_objext conftest.beam
7683 if ac_fn_c_try_compile
"$LINENO"
7685 ac_cv_sys_largefile_CC
=' -n32'; break
7687 rm -f core conftest.err conftest.
$ac_objext conftest.beam
7691 rm -f conftest.
$ac_ext
7694 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
7695 printf "%s\n" "$ac_cv_sys_largefile_CC" >&6; }
7696 if test "$ac_cv_sys_largefile_CC" != no
; then
7697 CC
=$CC$ac_cv_sys_largefile_CC
7700 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
7701 printf %s
"checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
7702 if test ${ac_cv_sys_file_offset_bits+y}
7704 printf %s
"(cached) " >&6
7707 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7708 /* end confdefs.h. */
7709 #include <sys/types.h>
7710 /* Check that off_t can represent 2**63 - 1 correctly.
7711 We can't simply define LARGE_OFF_T to be 9223372036854775807,
7712 since some C++ compilers masquerading as C compilers
7713 incorrectly reject 9223372036854775807. */
7714 #define LARGE_OFF_T (((off_t) 1 << 31 << 31) - 1 + ((off_t) 1 << 31 << 31))
7715 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
7716 && LARGE_OFF_T % 2147483647 == 1)
7726 if ac_fn_c_try_compile
"$LINENO"
7728 ac_cv_sys_file_offset_bits
=no
; break
7730 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
7731 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7732 /* end confdefs.h. */
7733 #define _FILE_OFFSET_BITS 64
7734 #include <sys/types.h>
7735 /* Check that off_t can represent 2**63 - 1 correctly.
7736 We can't simply define LARGE_OFF_T to be 9223372036854775807,
7737 since some C++ compilers masquerading as C compilers
7738 incorrectly reject 9223372036854775807. */
7739 #define LARGE_OFF_T (((off_t) 1 << 31 << 31) - 1 + ((off_t) 1 << 31 << 31))
7740 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
7741 && LARGE_OFF_T % 2147483647 == 1)
7751 if ac_fn_c_try_compile
"$LINENO"
7753 ac_cv_sys_file_offset_bits
=64; break
7755 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
7756 ac_cv_sys_file_offset_bits
=unknown
7760 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
7761 printf "%s\n" "$ac_cv_sys_file_offset_bits" >&6; }
7762 case $ac_cv_sys_file_offset_bits in #(
7765 printf "%s\n" "#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits" >>confdefs.h
7769 if test $ac_cv_sys_file_offset_bits = unknown
; then
7770 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
7771 printf %s
"checking for _LARGE_FILES value needed for large files... " >&6; }
7772 if test ${ac_cv_sys_large_files+y}
7774 printf %s
"(cached) " >&6
7777 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7778 /* end confdefs.h. */
7779 #include <sys/types.h>
7780 /* Check that off_t can represent 2**63 - 1 correctly.
7781 We can't simply define LARGE_OFF_T to be 9223372036854775807,
7782 since some C++ compilers masquerading as C compilers
7783 incorrectly reject 9223372036854775807. */
7784 #define LARGE_OFF_T (((off_t) 1 << 31 << 31) - 1 + ((off_t) 1 << 31 << 31))
7785 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
7786 && LARGE_OFF_T % 2147483647 == 1)
7796 if ac_fn_c_try_compile
"$LINENO"
7798 ac_cv_sys_large_files
=no
; break
7800 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
7801 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7802 /* end confdefs.h. */
7803 #define _LARGE_FILES 1
7804 #include <sys/types.h>
7805 /* Check that off_t can represent 2**63 - 1 correctly.
7806 We can't simply define LARGE_OFF_T to be 9223372036854775807,
7807 since some C++ compilers masquerading as C compilers
7808 incorrectly reject 9223372036854775807. */
7809 #define LARGE_OFF_T (((off_t) 1 << 31 << 31) - 1 + ((off_t) 1 << 31 << 31))
7810 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
7811 && LARGE_OFF_T % 2147483647 == 1)
7821 if ac_fn_c_try_compile
"$LINENO"
7823 ac_cv_sys_large_files
=1; break
7825 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
7826 ac_cv_sys_large_files
=unknown
7830 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
7831 printf "%s\n" "$ac_cv_sys_large_files" >&6; }
7832 case $ac_cv_sys_large_files in #(
7835 printf "%s\n" "#define _LARGE_FILES $ac_cv_sys_large_files" >>confdefs.h
7843 ac_header
= ac_cache
=
7844 for ac_item
in $ac_header_c_list
7846 if test $ac_cache; then
7847 ac_fn_c_check_header_compile
"$LINENO" $ac_header ac_cv_header_
$ac_cache "$ac_includes_default"
7848 if eval test \"x\
$ac_cv_header_$ac_cache\" = xyes
; then
7849 printf "%s\n" "#define $ac_item 1" >> confdefs.h
7851 ac_header
= ac_cache
=
7852 elif test $ac_header; then
7866 if test $ac_cv_header_stdlib_h = yes && test $ac_cv_header_string_h = yes
7869 printf "%s\n" "#define STDC_HEADERS 1" >>confdefs.h
7872 ac_fn_c_check_header_compile
"$LINENO" "CL/cl.h" "ac_cv_header_CL_cl_h" "$ac_includes_default"
7873 if test "x$ac_cv_header_CL_cl_h" = xyes
7875 printf "%s\n" "#define HAVE_CL_CL_H 1" >>confdefs.h
7878 ac_fn_c_check_header_compile
"$LINENO" "EGL/egl.h" "ac_cv_header_EGL_egl_h" "$ac_includes_default"
7879 if test "x$ac_cv_header_EGL_egl_h" = xyes
7881 printf "%s\n" "#define HAVE_EGL_EGL_H 1" >>confdefs.h
7884 ac_fn_c_check_header_compile
"$LINENO" "OpenCL/opencl.h" "ac_cv_header_OpenCL_opencl_h" "$ac_includes_default"
7885 if test "x$ac_cv_header_OpenCL_opencl_h" = xyes
7887 printf "%s\n" "#define HAVE_OPENCL_OPENCL_H 1" >>confdefs.h
7890 ac_fn_c_check_header_compile
"$LINENO" "arpa/inet.h" "ac_cv_header_arpa_inet_h" "$ac_includes_default"
7891 if test "x$ac_cv_header_arpa_inet_h" = xyes
7893 printf "%s\n" "#define HAVE_ARPA_INET_H 1" >>confdefs.h
7896 ac_fn_c_check_header_compile
"$LINENO" "arpa/nameser.h" "ac_cv_header_arpa_nameser_h" "$ac_includes_default"
7897 if test "x$ac_cv_header_arpa_nameser_h" = xyes
7899 printf "%s\n" "#define HAVE_ARPA_NAMESER_H 1" >>confdefs.h
7902 ac_fn_c_check_header_compile
"$LINENO" "asm/types.h" "ac_cv_header_asm_types_h" "$ac_includes_default"
7903 if test "x$ac_cv_header_asm_types_h" = xyes
7905 printf "%s\n" "#define HAVE_ASM_TYPES_H 1" >>confdefs.h
7908 ac_fn_c_check_header_compile
"$LINENO" "asm/user.h" "ac_cv_header_asm_user_h" "$ac_includes_default"
7909 if test "x$ac_cv_header_asm_user_h" = xyes
7911 printf "%s\n" "#define HAVE_ASM_USER_H 1" >>confdefs.h
7914 ac_fn_c_check_header_compile
"$LINENO" "elf.h" "ac_cv_header_elf_h" "$ac_includes_default"
7915 if test "x$ac_cv_header_elf_h" = xyes
7917 printf "%s\n" "#define HAVE_ELF_H 1" >>confdefs.h
7920 ac_fn_c_check_header_compile
"$LINENO" "float.h" "ac_cv_header_float_h" "$ac_includes_default"
7921 if test "x$ac_cv_header_float_h" = xyes
7923 printf "%s\n" "#define HAVE_FLOAT_H 1" >>confdefs.h
7926 ac_fn_c_check_header_compile
"$LINENO" "gettext-po.h" "ac_cv_header_gettext_po_h" "$ac_includes_default"
7927 if test "x$ac_cv_header_gettext_po_h" = xyes
7929 printf "%s\n" "#define HAVE_GETTEXT_PO_H 1" >>confdefs.h
7932 ac_fn_c_check_header_compile
"$LINENO" "libproc.h" "ac_cv_header_libproc_h" "$ac_includes_default"
7933 if test "x$ac_cv_header_libproc_h" = xyes
7935 printf "%s\n" "#define HAVE_LIBPROC_H 1" >>confdefs.h
7938 ac_fn_c_check_header_compile
"$LINENO" "link.h" "ac_cv_header_link_h" "$ac_includes_default"
7939 if test "x$ac_cv_header_link_h" = xyes
7941 printf "%s\n" "#define HAVE_LINK_H 1" >>confdefs.h
7944 ac_fn_c_check_header_compile
"$LINENO" "linux/cdrom.h" "ac_cv_header_linux_cdrom_h" "$ac_includes_default"
7945 if test "x$ac_cv_header_linux_cdrom_h" = xyes
7947 printf "%s\n" "#define HAVE_LINUX_CDROM_H 1" >>confdefs.h
7950 ac_fn_c_check_header_compile
"$LINENO" "linux/filter.h" "ac_cv_header_linux_filter_h" "$ac_includes_default"
7951 if test "x$ac_cv_header_linux_filter_h" = xyes
7953 printf "%s\n" "#define HAVE_LINUX_FILTER_H 1" >>confdefs.h
7956 ac_fn_c_check_header_compile
"$LINENO" "linux/hdreg.h" "ac_cv_header_linux_hdreg_h" "$ac_includes_default"
7957 if test "x$ac_cv_header_linux_hdreg_h" = xyes
7959 printf "%s\n" "#define HAVE_LINUX_HDREG_H 1" >>confdefs.h
7962 ac_fn_c_check_header_compile
"$LINENO" "linux/hidraw.h" "ac_cv_header_linux_hidraw_h" "$ac_includes_default"
7963 if test "x$ac_cv_header_linux_hidraw_h" = xyes
7965 printf "%s\n" "#define HAVE_LINUX_HIDRAW_H 1" >>confdefs.h
7968 ac_fn_c_check_header_compile
"$LINENO" "linux/input.h" "ac_cv_header_linux_input_h" "$ac_includes_default"
7969 if test "x$ac_cv_header_linux_input_h" = xyes
7971 printf "%s\n" "#define HAVE_LINUX_INPUT_H 1" >>confdefs.h
7974 ac_fn_c_check_header_compile
"$LINENO" "linux/ioctl.h" "ac_cv_header_linux_ioctl_h" "$ac_includes_default"
7975 if test "x$ac_cv_header_linux_ioctl_h" = xyes
7977 printf "%s\n" "#define HAVE_LINUX_IOCTL_H 1" >>confdefs.h
7980 ac_fn_c_check_header_compile
"$LINENO" "linux/major.h" "ac_cv_header_linux_major_h" "$ac_includes_default"
7981 if test "x$ac_cv_header_linux_major_h" = xyes
7983 printf "%s\n" "#define HAVE_LINUX_MAJOR_H 1" >>confdefs.h
7986 ac_fn_c_check_header_compile
"$LINENO" "linux/param.h" "ac_cv_header_linux_param_h" "$ac_includes_default"
7987 if test "x$ac_cv_header_linux_param_h" = xyes
7989 printf "%s\n" "#define HAVE_LINUX_PARAM_H 1" >>confdefs.h
7992 ac_fn_c_check_header_compile
"$LINENO" "linux/serial.h" "ac_cv_header_linux_serial_h" "$ac_includes_default"
7993 if test "x$ac_cv_header_linux_serial_h" = xyes
7995 printf "%s\n" "#define HAVE_LINUX_SERIAL_H 1" >>confdefs.h
7998 ac_fn_c_check_header_compile
"$LINENO" "linux/types.h" "ac_cv_header_linux_types_h" "$ac_includes_default"
7999 if test "x$ac_cv_header_linux_types_h" = xyes
8001 printf "%s\n" "#define HAVE_LINUX_TYPES_H 1" >>confdefs.h
8004 ac_fn_c_check_header_compile
"$LINENO" "linux/ucdrom.h" "ac_cv_header_linux_ucdrom_h" "$ac_includes_default"
8005 if test "x$ac_cv_header_linux_ucdrom_h" = xyes
8007 printf "%s\n" "#define HAVE_LINUX_UCDROM_H 1" >>confdefs.h
8010 ac_fn_c_check_header_compile
"$LINENO" "linux/wireless.h" "ac_cv_header_linux_wireless_h" "$ac_includes_default"
8011 if test "x$ac_cv_header_linux_wireless_h" = xyes
8013 printf "%s\n" "#define HAVE_LINUX_WIRELESS_H 1" >>confdefs.h
8016 ac_fn_c_check_header_compile
"$LINENO" "lwp.h" "ac_cv_header_lwp_h" "$ac_includes_default"
8017 if test "x$ac_cv_header_lwp_h" = xyes
8019 printf "%s\n" "#define HAVE_LWP_H 1" >>confdefs.h
8022 ac_fn_c_check_header_compile
"$LINENO" "mach-o/loader.h" "ac_cv_header_mach_o_loader_h" "$ac_includes_default"
8023 if test "x$ac_cv_header_mach_o_loader_h" = xyes
8025 printf "%s\n" "#define HAVE_MACH_O_LOADER_H 1" >>confdefs.h
8028 ac_fn_c_check_header_compile
"$LINENO" "mach/mach.h" "ac_cv_header_mach_mach_h" "$ac_includes_default"
8029 if test "x$ac_cv_header_mach_mach_h" = xyes
8031 printf "%s\n" "#define HAVE_MACH_MACH_H 1" >>confdefs.h
8034 ac_fn_c_check_header_compile
"$LINENO" "machine/cpu.h" "ac_cv_header_machine_cpu_h" "$ac_includes_default"
8035 if test "x$ac_cv_header_machine_cpu_h" = xyes
8037 printf "%s\n" "#define HAVE_MACHINE_CPU_H 1" >>confdefs.h
8040 ac_fn_c_check_header_compile
"$LINENO" "machine/sysarch.h" "ac_cv_header_machine_sysarch_h" "$ac_includes_default"
8041 if test "x$ac_cv_header_machine_sysarch_h" = xyes
8043 printf "%s\n" "#define HAVE_MACHINE_SYSARCH_H 1" >>confdefs.h
8046 ac_fn_c_check_header_compile
"$LINENO" "mntent.h" "ac_cv_header_mntent_h" "$ac_includes_default"
8047 if test "x$ac_cv_header_mntent_h" = xyes
8049 printf "%s\n" "#define HAVE_MNTENT_H 1" >>confdefs.h
8052 ac_fn_c_check_header_compile
"$LINENO" "netdb.h" "ac_cv_header_netdb_h" "$ac_includes_default"
8053 if test "x$ac_cv_header_netdb_h" = xyes
8055 printf "%s\n" "#define HAVE_NETDB_H 1" >>confdefs.h
8058 ac_fn_c_check_header_compile
"$LINENO" "netinet/in.h" "ac_cv_header_netinet_in_h" "$ac_includes_default"
8059 if test "x$ac_cv_header_netinet_in_h" = xyes
8061 printf "%s\n" "#define HAVE_NETINET_IN_H 1" >>confdefs.h
8064 ac_fn_c_check_header_compile
"$LINENO" "netinet/in_systm.h" "ac_cv_header_netinet_in_systm_h" "$ac_includes_default"
8065 if test "x$ac_cv_header_netinet_in_systm_h" = xyes
8067 printf "%s\n" "#define HAVE_NETINET_IN_SYSTM_H 1" >>confdefs.h
8070 ac_fn_c_check_header_compile
"$LINENO" "netinet/tcp.h" "ac_cv_header_netinet_tcp_h" "$ac_includes_default"
8071 if test "x$ac_cv_header_netinet_tcp_h" = xyes
8073 printf "%s\n" "#define HAVE_NETINET_TCP_H 1" >>confdefs.h
8076 ac_fn_c_check_header_compile
"$LINENO" "netinet/tcp_fsm.h" "ac_cv_header_netinet_tcp_fsm_h" "$ac_includes_default"
8077 if test "x$ac_cv_header_netinet_tcp_fsm_h" = xyes
8079 printf "%s\n" "#define HAVE_NETINET_TCP_FSM_H 1" >>confdefs.h
8082 ac_fn_c_check_header_compile
"$LINENO" "pcap/pcap.h" "ac_cv_header_pcap_pcap_h" "$ac_includes_default"
8083 if test "x$ac_cv_header_pcap_pcap_h" = xyes
8085 printf "%s\n" "#define HAVE_PCAP_PCAP_H 1" >>confdefs.h
8088 ac_fn_c_check_header_compile
"$LINENO" "port.h" "ac_cv_header_port_h" "$ac_includes_default"
8089 if test "x$ac_cv_header_port_h" = xyes
8091 printf "%s\n" "#define HAVE_PORT_H 1" >>confdefs.h
8094 ac_fn_c_check_header_compile
"$LINENO" "pwd.h" "ac_cv_header_pwd_h" "$ac_includes_default"
8095 if test "x$ac_cv_header_pwd_h" = xyes
8097 printf "%s\n" "#define HAVE_PWD_H 1" >>confdefs.h
8100 ac_fn_c_check_header_compile
"$LINENO" "sched.h" "ac_cv_header_sched_h" "$ac_includes_default"
8101 if test "x$ac_cv_header_sched_h" = xyes
8103 printf "%s\n" "#define HAVE_SCHED_H 1" >>confdefs.h
8106 ac_fn_c_check_header_compile
"$LINENO" "scsi/scsi.h" "ac_cv_header_scsi_scsi_h" "$ac_includes_default"
8107 if test "x$ac_cv_header_scsi_scsi_h" = xyes
8109 printf "%s\n" "#define HAVE_SCSI_SCSI_H 1" >>confdefs.h
8112 ac_fn_c_check_header_compile
"$LINENO" "scsi/scsi_ioctl.h" "ac_cv_header_scsi_scsi_ioctl_h" "$ac_includes_default"
8113 if test "x$ac_cv_header_scsi_scsi_ioctl_h" = xyes
8115 printf "%s\n" "#define HAVE_SCSI_SCSI_IOCTL_H 1" >>confdefs.h
8118 ac_fn_c_check_header_compile
"$LINENO" "scsi/sg.h" "ac_cv_header_scsi_sg_h" "$ac_includes_default"
8119 if test "x$ac_cv_header_scsi_sg_h" = xyes
8121 printf "%s\n" "#define HAVE_SCSI_SG_H 1" >>confdefs.h
8124 ac_fn_c_check_header_compile
"$LINENO" "stdint.h" "ac_cv_header_stdint_h" "$ac_includes_default"
8125 if test "x$ac_cv_header_stdint_h" = xyes
8127 printf "%s\n" "#define HAVE_STDINT_H 1" >>confdefs.h
8130 ac_fn_c_check_header_compile
"$LINENO" "sys/attr.h" "ac_cv_header_sys_attr_h" "$ac_includes_default"
8131 if test "x$ac_cv_header_sys_attr_h" = xyes
8133 printf "%s\n" "#define HAVE_SYS_ATTR_H 1" >>confdefs.h
8136 ac_fn_c_check_header_compile
"$LINENO" "sys/auxv.h" "ac_cv_header_sys_auxv_h" "$ac_includes_default"
8137 if test "x$ac_cv_header_sys_auxv_h" = xyes
8139 printf "%s\n" "#define HAVE_SYS_AUXV_H 1" >>confdefs.h
8142 ac_fn_c_check_header_compile
"$LINENO" "sys/cdio.h" "ac_cv_header_sys_cdio_h" "$ac_includes_default"
8143 if test "x$ac_cv_header_sys_cdio_h" = xyes
8145 printf "%s\n" "#define HAVE_SYS_CDIO_H 1" >>confdefs.h
8148 ac_fn_c_check_header_compile
"$LINENO" "sys/epoll.h" "ac_cv_header_sys_epoll_h" "$ac_includes_default"
8149 if test "x$ac_cv_header_sys_epoll_h" = xyes
8151 printf "%s\n" "#define HAVE_SYS_EPOLL_H 1" >>confdefs.h
8154 ac_fn_c_check_header_compile
"$LINENO" "sys/event.h" "ac_cv_header_sys_event_h" "$ac_includes_default"
8155 if test "x$ac_cv_header_sys_event_h" = xyes
8157 printf "%s\n" "#define HAVE_SYS_EVENT_H 1" >>confdefs.h
8160 ac_fn_c_check_header_compile
"$LINENO" "sys/extattr.h" "ac_cv_header_sys_extattr_h" "$ac_includes_default"
8161 if test "x$ac_cv_header_sys_extattr_h" = xyes
8163 printf "%s\n" "#define HAVE_SYS_EXTATTR_H 1" >>confdefs.h
8166 ac_fn_c_check_header_compile
"$LINENO" "sys/filio.h" "ac_cv_header_sys_filio_h" "$ac_includes_default"
8167 if test "x$ac_cv_header_sys_filio_h" = xyes
8169 printf "%s\n" "#define HAVE_SYS_FILIO_H 1" >>confdefs.h
8172 ac_fn_c_check_header_compile
"$LINENO" "sys/ipc.h" "ac_cv_header_sys_ipc_h" "$ac_includes_default"
8173 if test "x$ac_cv_header_sys_ipc_h" = xyes
8175 printf "%s\n" "#define HAVE_SYS_IPC_H 1" >>confdefs.h
8178 ac_fn_c_check_header_compile
"$LINENO" "sys/link.h" "ac_cv_header_sys_link_h" "$ac_includes_default"
8179 if test "x$ac_cv_header_sys_link_h" = xyes
8181 printf "%s\n" "#define HAVE_SYS_LINK_H 1" >>confdefs.h
8184 ac_fn_c_check_header_compile
"$LINENO" "sys/modem.h" "ac_cv_header_sys_modem_h" "$ac_includes_default"
8185 if test "x$ac_cv_header_sys_modem_h" = xyes
8187 printf "%s\n" "#define HAVE_SYS_MODEM_H 1" >>confdefs.h
8190 ac_fn_c_check_header_compile
"$LINENO" "sys/mtio.h" "ac_cv_header_sys_mtio_h" "$ac_includes_default"
8191 if test "x$ac_cv_header_sys_mtio_h" = xyes
8193 printf "%s\n" "#define HAVE_SYS_MTIO_H 1" >>confdefs.h
8196 ac_fn_c_check_header_compile
"$LINENO" "sys/param.h" "ac_cv_header_sys_param_h" "$ac_includes_default"
8197 if test "x$ac_cv_header_sys_param_h" = xyes
8199 printf "%s\n" "#define HAVE_SYS_PARAM_H 1" >>confdefs.h
8202 ac_fn_c_check_header_compile
"$LINENO" "sys/prctl.h" "ac_cv_header_sys_prctl_h" "$ac_includes_default"
8203 if test "x$ac_cv_header_sys_prctl_h" = xyes
8205 printf "%s\n" "#define HAVE_SYS_PRCTL_H 1" >>confdefs.h
8208 ac_fn_c_check_header_compile
"$LINENO" "sys/ptrace.h" "ac_cv_header_sys_ptrace_h" "$ac_includes_default"
8209 if test "x$ac_cv_header_sys_ptrace_h" = xyes
8211 printf "%s\n" "#define HAVE_SYS_PTRACE_H 1" >>confdefs.h
8214 ac_fn_c_check_header_compile
"$LINENO" "sys/queue.h" "ac_cv_header_sys_queue_h" "$ac_includes_default"
8215 if test "x$ac_cv_header_sys_queue_h" = xyes
8217 printf "%s\n" "#define HAVE_SYS_QUEUE_H 1" >>confdefs.h
8220 ac_fn_c_check_header_compile
"$LINENO" "sys/random.h" "ac_cv_header_sys_random_h" "$ac_includes_default"
8221 if test "x$ac_cv_header_sys_random_h" = xyes
8223 printf "%s\n" "#define HAVE_SYS_RANDOM_H 1" >>confdefs.h
8226 ac_fn_c_check_header_compile
"$LINENO" "sys/resource.h" "ac_cv_header_sys_resource_h" "$ac_includes_default"
8227 if test "x$ac_cv_header_sys_resource_h" = xyes
8229 printf "%s\n" "#define HAVE_SYS_RESOURCE_H 1" >>confdefs.h
8232 ac_fn_c_check_header_compile
"$LINENO" "sys/scsiio.h" "ac_cv_header_sys_scsiio_h" "$ac_includes_default"
8233 if test "x$ac_cv_header_sys_scsiio_h" = xyes
8235 printf "%s\n" "#define HAVE_SYS_SCSIIO_H 1" >>confdefs.h
8238 ac_fn_c_check_header_compile
"$LINENO" "sys/shm.h" "ac_cv_header_sys_shm_h" "$ac_includes_default"
8239 if test "x$ac_cv_header_sys_shm_h" = xyes
8241 printf "%s\n" "#define HAVE_SYS_SHM_H 1" >>confdefs.h
8244 ac_fn_c_check_header_compile
"$LINENO" "sys/signal.h" "ac_cv_header_sys_signal_h" "$ac_includes_default"
8245 if test "x$ac_cv_header_sys_signal_h" = xyes
8247 printf "%s\n" "#define HAVE_SYS_SIGNAL_H 1" >>confdefs.h
8250 ac_fn_c_check_header_compile
"$LINENO" "sys/socketvar.h" "ac_cv_header_sys_socketvar_h" "$ac_includes_default"
8251 if test "x$ac_cv_header_sys_socketvar_h" = xyes
8253 printf "%s\n" "#define HAVE_SYS_SOCKETVAR_H 1" >>confdefs.h
8256 ac_fn_c_check_header_compile
"$LINENO" "sys/sockio.h" "ac_cv_header_sys_sockio_h" "$ac_includes_default"
8257 if test "x$ac_cv_header_sys_sockio_h" = xyes
8259 printf "%s\n" "#define HAVE_SYS_SOCKIO_H 1" >>confdefs.h
8262 ac_fn_c_check_header_compile
"$LINENO" "sys/statvfs.h" "ac_cv_header_sys_statvfs_h" "$ac_includes_default"
8263 if test "x$ac_cv_header_sys_statvfs_h" = xyes
8265 printf "%s\n" "#define HAVE_SYS_STATVFS_H 1" >>confdefs.h
8268 ac_fn_c_check_header_compile
"$LINENO" "sys/strtio.h" "ac_cv_header_sys_strtio_h" "$ac_includes_default"
8269 if test "x$ac_cv_header_sys_strtio_h" = xyes
8271 printf "%s\n" "#define HAVE_SYS_STRTIO_H 1" >>confdefs.h
8274 ac_fn_c_check_header_compile
"$LINENO" "sys/syscall.h" "ac_cv_header_sys_syscall_h" "$ac_includes_default"
8275 if test "x$ac_cv_header_sys_syscall_h" = xyes
8277 printf "%s\n" "#define HAVE_SYS_SYSCALL_H 1" >>confdefs.h
8280 ac_fn_c_check_header_compile
"$LINENO" "sys/sysinfo.h" "ac_cv_header_sys_sysinfo_h" "$ac_includes_default"
8281 if test "x$ac_cv_header_sys_sysinfo_h" = xyes
8283 printf "%s\n" "#define HAVE_SYS_SYSINFO_H 1" >>confdefs.h
8286 ac_fn_c_check_header_compile
"$LINENO" "sys/times.h" "ac_cv_header_sys_times_h" "$ac_includes_default"
8287 if test "x$ac_cv_header_sys_times_h" = xyes
8289 printf "%s\n" "#define HAVE_SYS_TIMES_H 1" >>confdefs.h
8292 ac_fn_c_check_header_compile
"$LINENO" "sys/uio.h" "ac_cv_header_sys_uio_h" "$ac_includes_default"
8293 if test "x$ac_cv_header_sys_uio_h" = xyes
8295 printf "%s\n" "#define HAVE_SYS_UIO_H 1" >>confdefs.h
8298 ac_fn_c_check_header_compile
"$LINENO" "sys/user.h" "ac_cv_header_sys_user_h" "$ac_includes_default"
8299 if test "x$ac_cv_header_sys_user_h" = xyes
8301 printf "%s\n" "#define HAVE_SYS_USER_H 1" >>confdefs.h
8304 ac_fn_c_check_header_compile
"$LINENO" "sys/utsname.h" "ac_cv_header_sys_utsname_h" "$ac_includes_default"
8305 if test "x$ac_cv_header_sys_utsname_h" = xyes
8307 printf "%s\n" "#define HAVE_SYS_UTSNAME_H 1" >>confdefs.h
8310 ac_fn_c_check_header_compile
"$LINENO" "sys/vnode.h" "ac_cv_header_sys_vnode_h" "$ac_includes_default"
8311 if test "x$ac_cv_header_sys_vnode_h" = xyes
8313 printf "%s\n" "#define HAVE_SYS_VNODE_H 1" >>confdefs.h
8316 ac_fn_c_check_header_compile
"$LINENO" "sys/xattr.h" "ac_cv_header_sys_xattr_h" "$ac_includes_default"
8317 if test "x$ac_cv_header_sys_xattr_h" = xyes
8319 printf "%s\n" "#define HAVE_SYS_XATTR_H 1" >>confdefs.h
8322 ac_fn_c_check_header_compile
"$LINENO" "syscall.h" "ac_cv_header_syscall_h" "$ac_includes_default"
8323 if test "x$ac_cv_header_syscall_h" = xyes
8325 printf "%s\n" "#define HAVE_SYSCALL_H 1" >>confdefs.h
8328 ac_fn_c_check_header_compile
"$LINENO" "utime.h" "ac_cv_header_utime_h" "$ac_includes_default"
8329 if test "x$ac_cv_header_utime_h" = xyes
8331 printf "%s\n" "#define HAVE_UTIME_H 1" >>confdefs.h
8334 ac_fn_c_check_header_compile
"$LINENO" "valgrind/memcheck.h" "ac_cv_header_valgrind_memcheck_h" "$ac_includes_default"
8335 if test "x$ac_cv_header_valgrind_memcheck_h" = xyes
8337 printf "%s\n" "#define HAVE_VALGRIND_MEMCHECK_H 1" >>confdefs.h
8340 ac_fn_c_check_header_compile
"$LINENO" "valgrind/valgrind.h" "ac_cv_header_valgrind_valgrind_h" "$ac_includes_default"
8341 if test "x$ac_cv_header_valgrind_valgrind_h" = xyes
8343 printf "%s\n" "#define HAVE_VALGRIND_VALGRIND_H 1" >>confdefs.h
8347 ac_fn_c_check_header_compile
"$LINENO" "sys/mkdev.h" "ac_cv_header_sys_mkdev_h" "$ac_includes_default"
8348 if test "x$ac_cv_header_sys_mkdev_h" = xyes
8351 printf "%s\n" "#define MAJOR_IN_MKDEV 1" >>confdefs.h
8355 if test $ac_cv_header_sys_mkdev_h = no
; then
8356 ac_fn_c_check_header_compile
"$LINENO" "sys/sysmacros.h" "ac_cv_header_sys_sysmacros_h" "$ac_includes_default"
8357 if test "x$ac_cv_header_sys_sysmacros_h" = xyes
8360 printf "%s\n" "#define MAJOR_IN_SYSMACROS 1" >>confdefs.h
8365 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
8366 printf %s
"checking whether stat file-mode macros are broken... " >&6; }
8367 if test ${ac_cv_header_stat_broken+y}
8369 printf %s
"(cached) " >&6
8371 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8372 /* end confdefs.h. */
8373 #include <sys/types.h>
8374 #include <sys/stat.h>
8376 #if defined S_ISBLK && defined S_IFDIR
8377 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
8380 #if defined S_ISBLK && defined S_IFCHR
8381 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
8384 #if defined S_ISLNK && defined S_IFREG
8385 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
8388 #if defined S_ISSOCK && defined S_IFREG
8389 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
8393 if ac_fn_c_try_compile
"$LINENO"
8395 ac_cv_header_stat_broken
=no
8397 ac_cv_header_stat_broken
=yes
8399 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
8401 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
8402 printf "%s\n" "$ac_cv_header_stat_broken" >&6; }
8403 if test $ac_cv_header_stat_broken = yes; then
8405 printf "%s\n" "#define STAT_MACROS_BROKEN 1" >>confdefs.h
8411 ac_fn_c_check_header_compile
"$LINENO" "sys/conf.h" "ac_cv_header_sys_conf_h" "#include <sys/types.h>
8412 #ifdef HAVE_SYS_PARAM_H
8413 # include <sys/param.h>
8416 if test "x$ac_cv_header_sys_conf_h" = xyes
8418 printf "%s\n" "#define HAVE_SYS_CONF_H 1" >>confdefs.h
8421 ac_fn_c_check_header_compile
"$LINENO" "sys/mount.h" "ac_cv_header_sys_mount_h" "#include <sys/types.h>
8422 #ifdef HAVE_SYS_PARAM_H
8423 # include <sys/param.h>
8426 if test "x$ac_cv_header_sys_mount_h" = xyes
8428 printf "%s\n" "#define HAVE_SYS_MOUNT_H 1" >>confdefs.h
8431 ac_fn_c_check_header_compile
"$LINENO" "sys/statfs.h" "ac_cv_header_sys_statfs_h" "#include <sys/types.h>
8432 #ifdef HAVE_SYS_PARAM_H
8433 # include <sys/param.h>
8436 if test "x$ac_cv_header_sys_statfs_h" = xyes
8438 printf "%s\n" "#define HAVE_SYS_STATFS_H 1" >>confdefs.h
8441 ac_fn_c_check_header_compile
"$LINENO" "sys/user.h" "ac_cv_header_sys_user_h" "#include <sys/types.h>
8442 #ifdef HAVE_SYS_PARAM_H
8443 # include <sys/param.h>
8446 if test "x$ac_cv_header_sys_user_h" = xyes
8448 printf "%s\n" "#define HAVE_SYS_USER_H 1" >>confdefs.h
8451 ac_fn_c_check_header_compile
"$LINENO" "sys/vfs.h" "ac_cv_header_sys_vfs_h" "#include <sys/types.h>
8452 #ifdef HAVE_SYS_PARAM_H
8453 # include <sys/param.h>
8456 if test "x$ac_cv_header_sys_vfs_h" = xyes
8458 printf "%s\n" "#define HAVE_SYS_VFS_H 1" >>confdefs.h
8463 saved_sysctl_h_CFLAGS
=$CFLAGS
8464 test "x${GCC}" != xyes || CFLAGS
="$CFLAGS -Werror"
8465 ac_fn_c_check_header_compile
"$LINENO" "sys/sysctl.h" "ac_cv_header_sys_sysctl_h" "#include <sys/types.h>
8466 #ifdef HAVE_SYS_PARAM_H
8467 # include <sys/param.h>
8470 if test "x$ac_cv_header_sys_sysctl_h" = xyes
8472 printf "%s\n" "#define HAVE_SYS_SYSCTL_H 1" >>confdefs.h
8476 CFLAGS
=$saved_sysctl_h_CFLAGS
8478 ac_fn_c_check_header_compile
"$LINENO" "netinet/ip.h" "ac_cv_header_netinet_ip_h" "#include <sys/types.h>
8479 #include <sys/socket.h>
8480 #ifdef HAVE_SYS_SOCKETVAR_H
8481 # include <sys/socketvar.h>
8483 #ifdef HAVE_NET_ROUTE_H
8484 # include <net/route.h>
8486 #ifdef HAVE_NETINET_IN_H
8487 # include <netinet/in.h>
8489 #ifdef HAVE_NETINET_IN_SYSTM_H
8490 # include <netinet/in_systm.h>
8492 #ifdef HAVE_NET_IF_H
8493 # include <net/if.h>
8495 #ifdef HAVE_NETINET_IP_H
8496 # include <netinet/ip.h>
8499 if test "x$ac_cv_header_netinet_ip_h" = xyes
8501 printf "%s\n" "#define HAVE_NETINET_IP_H 1" >>confdefs.h
8504 ac_fn_c_check_header_compile
"$LINENO" "net/if.h" "ac_cv_header_net_if_h" "#include <sys/types.h>
8505 #include <sys/socket.h>
8506 #ifdef HAVE_SYS_SOCKETVAR_H
8507 # include <sys/socketvar.h>
8509 #ifdef HAVE_NET_ROUTE_H
8510 # include <net/route.h>
8512 #ifdef HAVE_NETINET_IN_H
8513 # include <netinet/in.h>
8515 #ifdef HAVE_NETINET_IN_SYSTM_H
8516 # include <netinet/in_systm.h>
8518 #ifdef HAVE_NET_IF_H
8519 # include <net/if.h>
8521 #ifdef HAVE_NETINET_IP_H
8522 # include <netinet/ip.h>
8525 if test "x$ac_cv_header_net_if_h" = xyes
8527 printf "%s\n" "#define HAVE_NET_IF_H 1" >>confdefs.h
8530 ac_fn_c_check_header_compile
"$LINENO" "net/if_arp.h" "ac_cv_header_net_if_arp_h" "#include <sys/types.h>
8531 #include <sys/socket.h>
8532 #ifdef HAVE_SYS_SOCKETVAR_H
8533 # include <sys/socketvar.h>
8535 #ifdef HAVE_NET_ROUTE_H
8536 # include <net/route.h>
8538 #ifdef HAVE_NETINET_IN_H
8539 # include <netinet/in.h>
8541 #ifdef HAVE_NETINET_IN_SYSTM_H
8542 # include <netinet/in_systm.h>
8544 #ifdef HAVE_NET_IF_H
8545 # include <net/if.h>
8547 #ifdef HAVE_NETINET_IP_H
8548 # include <netinet/ip.h>
8551 if test "x$ac_cv_header_net_if_arp_h" = xyes
8553 printf "%s\n" "#define HAVE_NET_IF_ARP_H 1" >>confdefs.h
8556 ac_fn_c_check_header_compile
"$LINENO" "net/if_dl.h" "ac_cv_header_net_if_dl_h" "#include <sys/types.h>
8557 #include <sys/socket.h>
8558 #ifdef HAVE_SYS_SOCKETVAR_H
8559 # include <sys/socketvar.h>
8561 #ifdef HAVE_NET_ROUTE_H
8562 # include <net/route.h>
8564 #ifdef HAVE_NETINET_IN_H
8565 # include <netinet/in.h>
8567 #ifdef HAVE_NETINET_IN_SYSTM_H
8568 # include <netinet/in_systm.h>
8570 #ifdef HAVE_NET_IF_H
8571 # include <net/if.h>
8573 #ifdef HAVE_NETINET_IP_H
8574 # include <netinet/ip.h>
8577 if test "x$ac_cv_header_net_if_dl_h" = xyes
8579 printf "%s\n" "#define HAVE_NET_IF_DL_H 1" >>confdefs.h
8582 ac_fn_c_check_header_compile
"$LINENO" "net/if_types.h" "ac_cv_header_net_if_types_h" "#include <sys/types.h>
8583 #include <sys/socket.h>
8584 #ifdef HAVE_SYS_SOCKETVAR_H
8585 # include <sys/socketvar.h>
8587 #ifdef HAVE_NET_ROUTE_H
8588 # include <net/route.h>
8590 #ifdef HAVE_NETINET_IN_H
8591 # include <netinet/in.h>
8593 #ifdef HAVE_NETINET_IN_SYSTM_H
8594 # include <netinet/in_systm.h>
8596 #ifdef HAVE_NET_IF_H
8597 # include <net/if.h>
8599 #ifdef HAVE_NETINET_IP_H
8600 # include <netinet/ip.h>
8603 if test "x$ac_cv_header_net_if_types_h" = xyes
8605 printf "%s\n" "#define HAVE_NET_IF_TYPES_H 1" >>confdefs.h
8608 ac_fn_c_check_header_compile
"$LINENO" "net/route.h" "ac_cv_header_net_route_h" "#include <sys/types.h>
8609 #include <sys/socket.h>
8610 #ifdef HAVE_SYS_SOCKETVAR_H
8611 # include <sys/socketvar.h>
8613 #ifdef HAVE_NET_ROUTE_H
8614 # include <net/route.h>
8616 #ifdef HAVE_NETINET_IN_H
8617 # include <netinet/in.h>
8619 #ifdef HAVE_NETINET_IN_SYSTM_H
8620 # include <netinet/in_systm.h>
8622 #ifdef HAVE_NET_IF_H
8623 # include <net/if.h>
8625 #ifdef HAVE_NETINET_IP_H
8626 # include <netinet/ip.h>
8629 if test "x$ac_cv_header_net_route_h" = xyes
8631 printf "%s\n" "#define HAVE_NET_ROUTE_H 1" >>confdefs.h
8634 ac_fn_c_check_header_compile
"$LINENO" "netinet/if_ether.h" "ac_cv_header_netinet_if_ether_h" "#include <sys/types.h>
8635 #include <sys/socket.h>
8636 #ifdef HAVE_SYS_SOCKETVAR_H
8637 # include <sys/socketvar.h>
8639 #ifdef HAVE_NET_ROUTE_H
8640 # include <net/route.h>
8642 #ifdef HAVE_NETINET_IN_H
8643 # include <netinet/in.h>
8645 #ifdef HAVE_NETINET_IN_SYSTM_H
8646 # include <netinet/in_systm.h>
8648 #ifdef HAVE_NET_IF_H
8649 # include <net/if.h>
8651 #ifdef HAVE_NETINET_IP_H
8652 # include <netinet/ip.h>
8655 if test "x$ac_cv_header_netinet_if_ether_h" = xyes
8657 printf "%s\n" "#define HAVE_NETINET_IF_ETHER_H 1" >>confdefs.h
8660 ac_fn_c_check_header_compile
"$LINENO" "netinet/in_pcb.h" "ac_cv_header_netinet_in_pcb_h" "#include <sys/types.h>
8661 #include <sys/socket.h>
8662 #ifdef HAVE_SYS_SOCKETVAR_H
8663 # include <sys/socketvar.h>
8665 #ifdef HAVE_NET_ROUTE_H
8666 # include <net/route.h>
8668 #ifdef HAVE_NETINET_IN_H
8669 # include <netinet/in.h>
8671 #ifdef HAVE_NETINET_IN_SYSTM_H
8672 # include <netinet/in_systm.h>
8674 #ifdef HAVE_NET_IF_H
8675 # include <net/if.h>
8677 #ifdef HAVE_NETINET_IP_H
8678 # include <netinet/ip.h>
8681 if test "x$ac_cv_header_netinet_in_pcb_h" = xyes
8683 printf "%s\n" "#define HAVE_NETINET_IN_PCB_H 1" >>confdefs.h
8686 ac_fn_c_check_header_compile
"$LINENO" "netinet/ip_icmp.h" "ac_cv_header_netinet_ip_icmp_h" "#include <sys/types.h>
8687 #include <sys/socket.h>
8688 #ifdef HAVE_SYS_SOCKETVAR_H
8689 # include <sys/socketvar.h>
8691 #ifdef HAVE_NET_ROUTE_H
8692 # include <net/route.h>
8694 #ifdef HAVE_NETINET_IN_H
8695 # include <netinet/in.h>
8697 #ifdef HAVE_NETINET_IN_SYSTM_H
8698 # include <netinet/in_systm.h>
8700 #ifdef HAVE_NET_IF_H
8701 # include <net/if.h>
8703 #ifdef HAVE_NETINET_IP_H
8704 # include <netinet/ip.h>
8707 if test "x$ac_cv_header_netinet_ip_icmp_h" = xyes
8709 printf "%s\n" "#define HAVE_NETINET_IP_ICMP_H 1" >>confdefs.h
8712 ac_fn_c_check_header_compile
"$LINENO" "netinet/ip_var.h" "ac_cv_header_netinet_ip_var_h" "#include <sys/types.h>
8713 #include <sys/socket.h>
8714 #ifdef HAVE_SYS_SOCKETVAR_H
8715 # include <sys/socketvar.h>
8717 #ifdef HAVE_NET_ROUTE_H
8718 # include <net/route.h>
8720 #ifdef HAVE_NETINET_IN_H
8721 # include <netinet/in.h>
8723 #ifdef HAVE_NETINET_IN_SYSTM_H
8724 # include <netinet/in_systm.h>
8726 #ifdef HAVE_NET_IF_H
8727 # include <net/if.h>
8729 #ifdef HAVE_NETINET_IP_H
8730 # include <netinet/ip.h>
8733 if test "x$ac_cv_header_netinet_ip_var_h" = xyes
8735 printf "%s\n" "#define HAVE_NETINET_IP_VAR_H 1" >>confdefs.h
8738 ac_fn_c_check_header_compile
"$LINENO" "netinet/udp.h" "ac_cv_header_netinet_udp_h" "#include <sys/types.h>
8739 #include <sys/socket.h>
8740 #ifdef HAVE_SYS_SOCKETVAR_H
8741 # include <sys/socketvar.h>
8743 #ifdef HAVE_NET_ROUTE_H
8744 # include <net/route.h>
8746 #ifdef HAVE_NETINET_IN_H
8747 # include <netinet/in.h>
8749 #ifdef HAVE_NETINET_IN_SYSTM_H
8750 # include <netinet/in_systm.h>
8752 #ifdef HAVE_NET_IF_H
8753 # include <net/if.h>
8755 #ifdef HAVE_NETINET_IP_H
8756 # include <netinet/ip.h>
8759 if test "x$ac_cv_header_netinet_udp_h" = xyes
8761 printf "%s\n" "#define HAVE_NETINET_UDP_H 1" >>confdefs.h
8764 ac_fn_c_check_header_compile
"$LINENO" "netinet6/ip6_var.h" "ac_cv_header_netinet6_ip6_var_h" "#include <sys/types.h>
8765 #include <sys/socket.h>
8766 #ifdef HAVE_SYS_SOCKETVAR_H
8767 # include <sys/socketvar.h>
8769 #ifdef HAVE_NET_ROUTE_H
8770 # include <net/route.h>
8772 #ifdef HAVE_NETINET_IN_H
8773 # include <netinet/in.h>
8775 #ifdef HAVE_NETINET_IN_SYSTM_H
8776 # include <netinet/in_systm.h>
8778 #ifdef HAVE_NET_IF_H
8779 # include <net/if.h>
8781 #ifdef HAVE_NETINET_IP_H
8782 # include <netinet/ip.h>
8785 if test "x$ac_cv_header_netinet6_ip6_var_h" = xyes
8787 printf "%s\n" "#define HAVE_NETINET6_IP6_VAR_H 1" >>confdefs.h
8790 ac_fn_c_check_header_compile
"$LINENO" "netipx/ipx.h" "ac_cv_header_netipx_ipx_h" "#include <sys/types.h>
8791 #include <sys/socket.h>
8792 #ifdef HAVE_SYS_SOCKETVAR_H
8793 # include <sys/socketvar.h>
8795 #ifdef HAVE_NET_ROUTE_H
8796 # include <net/route.h>
8798 #ifdef HAVE_NETINET_IN_H
8799 # include <netinet/in.h>
8801 #ifdef HAVE_NETINET_IN_SYSTM_H
8802 # include <netinet/in_systm.h>
8804 #ifdef HAVE_NET_IF_H
8805 # include <net/if.h>
8807 #ifdef HAVE_NETINET_IP_H
8808 # include <netinet/ip.h>
8811 if test "x$ac_cv_header_netipx_ipx_h" = xyes
8813 printf "%s\n" "#define HAVE_NETIPX_IPX_H 1" >>confdefs.h
8816 ac_fn_c_check_header_compile
"$LINENO" "sys/un.h" "ac_cv_header_sys_un_h" "#include <sys/types.h>
8817 #include <sys/socket.h>
8818 #ifdef HAVE_SYS_SOCKETVAR_H
8819 # include <sys/socketvar.h>
8821 #ifdef HAVE_NET_ROUTE_H
8822 # include <net/route.h>
8824 #ifdef HAVE_NETINET_IN_H
8825 # include <netinet/in.h>
8827 #ifdef HAVE_NETINET_IN_SYSTM_H
8828 # include <netinet/in_systm.h>
8830 #ifdef HAVE_NET_IF_H
8831 # include <net/if.h>
8833 #ifdef HAVE_NETINET_IP_H
8834 # include <netinet/ip.h>
8837 if test "x$ac_cv_header_sys_un_h" = xyes
8839 printf "%s\n" "#define HAVE_SYS_UN_H 1" >>confdefs.h
8844 ac_fn_c_check_header_compile
"$LINENO" "netinet/udp_var.h" "ac_cv_header_netinet_udp_var_h" "#include <sys/types.h>
8845 #include <sys/socket.h>
8846 #ifdef HAVE_SYS_SOCKETVAR_H
8847 # include <sys/socketvar.h>
8849 #ifdef HAVE_NETINET_IN_H
8850 # include <netinet/in.h>
8852 #ifdef HAVE_NETINET_IN_SYSTM_H
8853 # include <netinet/in_systm.h>
8855 #ifdef HAVE_NETINET_IP_H
8856 # include <netinet/ip.h>
8858 #ifdef HAVE_NETINET_IP_VAR_H
8859 # include <netinet/ip_var.h>
8861 #ifdef HAVE_NETINET_IP_ICMP_H
8862 # include <netinet/ip_icmp.h>
8864 #ifdef HAVE_NETINET_UDP_H
8865 # include <netinet/udp.h>
8867 #ifdef HAVE_NETINET_TCP_H
8868 # include <netinet/tcp.h>
8871 if test "x$ac_cv_header_netinet_udp_var_h" = xyes
8873 printf "%s\n" "#define HAVE_NETINET_UDP_VAR_H 1" >>confdefs.h
8876 ac_fn_c_check_header_compile
"$LINENO" "netinet/icmp_var.h" "ac_cv_header_netinet_icmp_var_h" "#include <sys/types.h>
8877 #include <sys/socket.h>
8878 #ifdef HAVE_SYS_SOCKETVAR_H
8879 # include <sys/socketvar.h>
8881 #ifdef HAVE_NETINET_IN_H
8882 # include <netinet/in.h>
8884 #ifdef HAVE_NETINET_IN_SYSTM_H
8885 # include <netinet/in_systm.h>
8887 #ifdef HAVE_NETINET_IP_H
8888 # include <netinet/ip.h>
8890 #ifdef HAVE_NETINET_IP_VAR_H
8891 # include <netinet/ip_var.h>
8893 #ifdef HAVE_NETINET_IP_ICMP_H
8894 # include <netinet/ip_icmp.h>
8896 #ifdef HAVE_NETINET_UDP_H
8897 # include <netinet/udp.h>
8899 #ifdef HAVE_NETINET_TCP_H
8900 # include <netinet/tcp.h>
8903 if test "x$ac_cv_header_netinet_icmp_var_h" = xyes
8905 printf "%s\n" "#define HAVE_NETINET_ICMP_VAR_H 1" >>confdefs.h
8908 ac_fn_c_check_header_compile
"$LINENO" "netinet/icmp6.h" "ac_cv_header_netinet_icmp6_h" "#include <sys/types.h>
8909 #include <sys/socket.h>
8910 #ifdef HAVE_SYS_SOCKETVAR_H
8911 # include <sys/socketvar.h>
8913 #ifdef HAVE_NETINET_IN_H
8914 # include <netinet/in.h>
8916 #ifdef HAVE_NETINET_IN_SYSTM_H
8917 # include <netinet/in_systm.h>
8919 #ifdef HAVE_NETINET_IP_H
8920 # include <netinet/ip.h>
8922 #ifdef HAVE_NETINET_IP_VAR_H
8923 # include <netinet/ip_var.h>
8925 #ifdef HAVE_NETINET_IP_ICMP_H
8926 # include <netinet/ip_icmp.h>
8928 #ifdef HAVE_NETINET_UDP_H
8929 # include <netinet/udp.h>
8931 #ifdef HAVE_NETINET_TCP_H
8932 # include <netinet/tcp.h>
8935 if test "x$ac_cv_header_netinet_icmp6_h" = xyes
8937 printf "%s\n" "#define HAVE_NETINET_ICMP6_H 1" >>confdefs.h
8940 ac_fn_c_check_header_compile
"$LINENO" "netinet/tcp_var.h" "ac_cv_header_netinet_tcp_var_h" "#include <sys/types.h>
8941 #include <sys/socket.h>
8942 #ifdef HAVE_SYS_SOCKETVAR_H
8943 # include <sys/socketvar.h>
8945 #ifdef HAVE_NETINET_IN_H
8946 # include <netinet/in.h>
8948 #ifdef HAVE_NETINET_IN_SYSTM_H
8949 # include <netinet/in_systm.h>
8951 #ifdef HAVE_NETINET_IP_H
8952 # include <netinet/ip.h>
8954 #ifdef HAVE_NETINET_IP_VAR_H
8955 # include <netinet/ip_var.h>
8957 #ifdef HAVE_NETINET_IP_ICMP_H
8958 # include <netinet/ip_icmp.h>
8960 #ifdef HAVE_NETINET_UDP_H
8961 # include <netinet/udp.h>
8963 #ifdef HAVE_NETINET_TCP_H
8964 # include <netinet/tcp.h>
8967 if test "x$ac_cv_header_netinet_tcp_var_h" = xyes
8969 printf "%s\n" "#define HAVE_NETINET_TCP_VAR_H 1" >>confdefs.h
8974 ac_fn_c_check_header_compile
"$LINENO" "linux/ipx.h" "ac_cv_header_linux_ipx_h" "#include <sys/types.h>
8975 #include <sys/socket.h>
8976 #ifdef HAVE_ASM_TYPES_H
8977 # include <asm/types.h>
8979 #ifdef HAVE_LINUX_TYPES_H
8980 # include <linux/types.h>
8983 if test "x$ac_cv_header_linux_ipx_h" = xyes
8985 printf "%s\n" "#define HAVE_LINUX_IPX_H 1" >>confdefs.h
8988 ac_fn_c_check_header_compile
"$LINENO" "linux/irda.h" "ac_cv_header_linux_irda_h" "#include <sys/types.h>
8989 #include <sys/socket.h>
8990 #ifdef HAVE_ASM_TYPES_H
8991 # include <asm/types.h>
8993 #ifdef HAVE_LINUX_TYPES_H
8994 # include <linux/types.h>
8997 if test "x$ac_cv_header_linux_irda_h" = xyes
8999 printf "%s\n" "#define HAVE_LINUX_IRDA_H 1" >>confdefs.h
9002 ac_fn_c_check_header_compile
"$LINENO" "linux/rtnetlink.h" "ac_cv_header_linux_rtnetlink_h" "#include <sys/types.h>
9003 #include <sys/socket.h>
9004 #ifdef HAVE_ASM_TYPES_H
9005 # include <asm/types.h>
9007 #ifdef HAVE_LINUX_TYPES_H
9008 # include <linux/types.h>
9011 if test "x$ac_cv_header_linux_rtnetlink_h" = xyes
9013 printf "%s\n" "#define HAVE_LINUX_RTNETLINK_H 1" >>confdefs.h
9018 ac_fn_c_check_header_compile
"$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
9019 #include <sys/socket.h>
9020 #ifdef HAVE_NETINET_IN_H
9021 # include <netinet/in.h>
9023 #ifdef HAVE_ARPA_NAMESER_H
9024 # include <arpa/nameser.h>
9027 if test "x$ac_cv_header_resolv_h" = xyes
9029 printf "%s\n" "#define HAVE_RESOLV_H 1" >>confdefs.h
9034 ac_fn_c_check_header_compile
"$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
9036 if test "x$ac_cv_header_ifaddrs_h" = xyes
9038 printf "%s\n" "#define HAVE_IFADDRS_H 1" >>confdefs.h
9043 ac_fn_c_check_header_compile
"$LINENO" "sys/ucontext.h" "ac_cv_header_sys_ucontext_h" "#include <signal.h>
9045 if test "x$ac_cv_header_sys_ucontext_h" = xyes
9047 printf "%s\n" "#define HAVE_SYS_UCONTEXT_H 1" >>confdefs.h
9052 ac_fn_c_check_header_compile
"$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
9053 #ifdef HAVE_SYS_UCONTEXT_H
9054 #include <sys/ucontext.h>
9057 if test "x$ac_cv_header_sys_thr_h" = xyes
9059 printf "%s\n" "#define HAVE_SYS_THR_H 1" >>confdefs.h
9064 ac_fn_c_check_header_compile
"$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#include <pthread.h>
9066 if test "x$ac_cv_header_pthread_np_h" = xyes
9068 printf "%s\n" "#define HAVE_PTHREAD_NP_H 1" >>confdefs.h
9073 ac_fn_c_check_header_compile
"$LINENO" "linux/videodev2.h" "ac_cv_header_linux_videodev2_h" "#include <sys/time.h>
9074 #include <sys/types.h>
9075 #ifdef HAVE_ASM_TYPES_H
9076 #include <asm/types.h>
9079 if test "x$ac_cv_header_linux_videodev2_h" = xyes
9081 printf "%s\n" "#define HAVE_LINUX_VIDEODEV2_H 1" >>confdefs.h
9086 ac_fn_c_check_header_compile
"$LINENO" "libprocstat.h" "ac_cv_header_libprocstat_h" "#ifdef HAVE_SYS_PARAM_H
9087 #include <sys/param.h>
9089 #include <sys/socket.h>
9090 #ifdef HAVE_SYS_QUEUE_H
9091 #include <sys/queue.h>
9094 if test "x$ac_cv_header_libprocstat_h" = xyes
9096 printf "%s\n" "#define HAVE_LIBPROCSTAT_H 1" >>confdefs.h
9101 if test "x$ac_cv_header_sys_xattr_h" = xyes
9103 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether getxattr takes additional arguments" >&5
9104 printf %s
"checking whether getxattr takes additional arguments... " >&6; }
9105 if test ${wine_cv_xattr_extra_args+y}
9107 printf %s
"(cached) " >&6
9109 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9110 /* end confdefs.h. */
9111 #include <sys/xattr.h>
9115 getxattr("", "", "", 0, 0, 0);
9120 if ac_fn_c_try_compile
"$LINENO"
9122 wine_cv_xattr_extra_args
=yes
9124 wine_cv_xattr_extra_args
=no
9126 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
9128 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $wine_cv_xattr_extra_args" >&5
9129 printf "%s\n" "$wine_cv_xattr_extra_args" >&6; }
9130 test $wine_cv_xattr_extra_args != yes ||
9131 printf "%s\n" "#define XATTR_ADDITIONAL_OPTIONS 1" >>confdefs.h
9144 UNIXDLLFLAGS
="-fPIC"
9146 UNIXLDFLAGS
="-shared -Wl,-Bsymbolic -Wl,-soname,\$(UNIXLIB)"
9152 WINELOADER_LDFLAGS
=""
9154 WINEPRELOADER_LDFLAGS
=""
9159 # Extract the first word of "ldd", so it can be a program name with args.
9160 set dummy ldd
; ac_word
=$2
9161 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9162 printf %s
"checking for $ac_word... " >&6; }
9163 if test ${ac_cv_path_LDD+y}
9165 printf %s
"(cached) " >&6
9169 ac_cv_path_LDD
="$LDD" # Let the user override the test with a path.
9172 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9173 as_dummy
="/sbin:/usr/sbin:$PATH"
9174 for as_dir
in $as_dummy
9177 case $as_dir in #(((
9180 *) as_dir
=$as_dir/ ;;
9182 for ac_exec_ext
in '' $ac_executable_extensions; do
9183 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
9184 ac_cv_path_LDD
="$as_dir$ac_word$ac_exec_ext"
9185 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
9192 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD
="true"
9197 if test -n "$LDD"; then
9198 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
9199 printf "%s\n" "$LDD" >&6; }
9201 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
9202 printf "%s\n" "no" >&6; }
9206 if test -n "$ac_tool_prefix"; then
9207 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
9208 set dummy
${ac_tool_prefix}otool
; ac_word
=$2
9209 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9210 printf %s
"checking for $ac_word... " >&6; }
9211 if test ${ac_cv_prog_OTOOL+y}
9213 printf %s
"(cached) " >&6
9215 if test -n "$OTOOL"; then
9216 ac_cv_prog_OTOOL
="$OTOOL" # Let the user override the test.
9218 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9222 case $as_dir in #(((
9225 *) as_dir
=$as_dir/ ;;
9227 for ac_exec_ext
in '' $ac_executable_extensions; do
9228 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
9229 ac_cv_prog_OTOOL
="${ac_tool_prefix}otool"
9230 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
9239 OTOOL
=$ac_cv_prog_OTOOL
9240 if test -n "$OTOOL"; then
9241 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
9242 printf "%s\n" "$OTOOL" >&6; }
9244 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
9245 printf "%s\n" "no" >&6; }
9250 if test -z "$ac_cv_prog_OTOOL"; then
9252 # Extract the first word of "otool", so it can be a program name with args.
9253 set dummy otool
; ac_word
=$2
9254 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9255 printf %s
"checking for $ac_word... " >&6; }
9256 if test ${ac_cv_prog_ac_ct_OTOOL+y}
9258 printf %s
"(cached) " >&6
9260 if test -n "$ac_ct_OTOOL"; then
9261 ac_cv_prog_ac_ct_OTOOL
="$ac_ct_OTOOL" # Let the user override the test.
9263 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9267 case $as_dir in #(((
9270 *) as_dir
=$as_dir/ ;;
9272 for ac_exec_ext
in '' $ac_executable_extensions; do
9273 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
9274 ac_cv_prog_ac_ct_OTOOL
="otool"
9275 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
9284 ac_ct_OTOOL
=$ac_cv_prog_ac_ct_OTOOL
9285 if test -n "$ac_ct_OTOOL"; then
9286 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
9287 printf "%s\n" "$ac_ct_OTOOL" >&6; }
9289 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
9290 printf "%s\n" "no" >&6; }
9293 if test "x$ac_ct_OTOOL" = x
; then
9296 case $cross_compiling:$ac_tool_warned in
9298 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
9299 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
9300 ac_tool_warned
=yes ;;
9305 OTOOL
="$ac_cv_prog_OTOOL"
9308 if test -n "$ac_tool_prefix"; then
9309 # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
9310 set dummy
${ac_tool_prefix}readelf
; ac_word
=$2
9311 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9312 printf %s
"checking for $ac_word... " >&6; }
9313 if test ${ac_cv_prog_READELF+y}
9315 printf %s
"(cached) " >&6
9317 if test -n "$READELF"; then
9318 ac_cv_prog_READELF
="$READELF" # Let the user override the test.
9320 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9324 case $as_dir in #(((
9327 *) as_dir
=$as_dir/ ;;
9329 for ac_exec_ext
in '' $ac_executable_extensions; do
9330 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
9331 ac_cv_prog_READELF
="${ac_tool_prefix}readelf"
9332 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
9341 READELF
=$ac_cv_prog_READELF
9342 if test -n "$READELF"; then
9343 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
9344 printf "%s\n" "$READELF" >&6; }
9346 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
9347 printf "%s\n" "no" >&6; }
9352 if test -z "$ac_cv_prog_READELF"; then
9353 ac_ct_READELF
=$READELF
9354 # Extract the first word of "readelf", so it can be a program name with args.
9355 set dummy readelf
; ac_word
=$2
9356 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9357 printf %s
"checking for $ac_word... " >&6; }
9358 if test ${ac_cv_prog_ac_ct_READELF+y}
9360 printf %s
"(cached) " >&6
9362 if test -n "$ac_ct_READELF"; then
9363 ac_cv_prog_ac_ct_READELF
="$ac_ct_READELF" # Let the user override the test.
9365 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9369 case $as_dir in #(((
9372 *) as_dir
=$as_dir/ ;;
9374 for ac_exec_ext
in '' $ac_executable_extensions; do
9375 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
9376 ac_cv_prog_ac_ct_READELF
="readelf"
9377 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
9386 ac_ct_READELF
=$ac_cv_prog_ac_ct_READELF
9387 if test -n "$ac_ct_READELF"; then
9388 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
9389 printf "%s\n" "$ac_ct_READELF" >&6; }
9391 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
9392 printf "%s\n" "no" >&6; }
9395 if test "x$ac_ct_READELF" = x
; then
9398 case $cross_compiling:$ac_tool_warned in
9400 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
9401 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
9402 ac_tool_warned
=yes ;;
9404 READELF
=$ac_ct_READELF
9407 READELF
="$ac_cv_prog_READELF"
9415 CONFIGURE_TARGETS
=""
9418 wine_fn_config_makefile
()
9420 as_fn_append SUBDIRS
" \\$as_nl $1"
9423 no
) as_fn_append DISABLED_SUBDIRS
" $1" ;;
9424 *aarch64
*|
*arm
*|
*i386
*|
*x86_64
*)
9425 if test -n "$PE_ARCHS"
9429 test $
(expr ",$enable," : ".*,$i,") -gt 0 || as_fn_append
${i}_DISABLED_SUBDIRS
" $1"
9432 test $
(expr ",$enable," : ".*,$HOST_ARCH,") -gt 0 || as_fn_append DISABLED_SUBDIRS
" $1"
9437 wine_fn_config_symlink
()
9440 as_fn_append wine_rules
"
9442 @./config.status \$@"
9443 for f
in $ac_links; do as_fn_append CONFIGURE_TARGETS
" $f"; done
9450 EXTRACFLAGS
="-D__WINE_PE_BUILD"
9451 if test "x$HOST_ARCH" = xi386
9453 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--disable-stdcall-fixup" >&5
9454 printf %s
"checking whether the compiler supports -Wl,--disable-stdcall-fixup... " >&6; }
9455 if test ${ac_cv_cflags__Wl___disable_stdcall_fixup+y}
9457 printf %s
"(cached) " >&6
9459 ac_wine_try_cflags_saved
=$CFLAGS
9460 CFLAGS
="$CFLAGS -Wl,--disable-stdcall-fixup"
9461 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9462 /* end confdefs.h. */
9463 int main(int argc, char **argv) { return 0; }
9465 if ac_fn_c_try_link
"$LINENO"
9467 ac_cv_cflags__Wl___disable_stdcall_fixup
=yes
9469 ac_cv_cflags__Wl___disable_stdcall_fixup
=no
9471 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
9472 conftest
$ac_exeext conftest.
$ac_ext
9473 CFLAGS
=$ac_wine_try_cflags_saved
9475 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___disable_stdcall_fixup" >&5
9476 printf "%s\n" "$ac_cv_cflags__Wl___disable_stdcall_fixup" >&6; }
9477 if test "x$ac_cv_cflags__Wl___disable_stdcall_fixup" = xyes
9479 LDDLLFLAGS
="-Wl,--disable-stdcall-fixup"
9482 enable_loader
=${enable_loader:-no}
9483 enable_server
=${enable_server:-no}
9484 with_x
=${with_x:-no}
9485 with_pthread
=${with_pthread:-no}
9490 DLLFLAGS
="$DLLFLAGS -fPIC"
9492 enable_winemac_drv
=${enable_winemac_drv:-yes}
9493 CARBON_LIBS
="-framework Carbon"
9495 COREFOUNDATION_LIBS
="-framework CoreFoundation"
9497 DISKARBITRATION_LIBS
="-framework DiskArbitration -framework CoreFoundation"
9499 IOKIT_LIBS
="-framework IOKit -framework CoreFoundation"
9501 METAL_LIBS
="-framework Metal"
9503 APPLICATIONSERVICES_LIBS
="-framework ApplicationServices"
9505 CORESERVICES_LIBS
="-framework CoreServices"
9507 APPKIT_LIBS
="-framework AppKit"
9509 SECURITY_LIBS
="-framework Security -framework CoreFoundation"
9511 SYSTEMCONFIGURATION_LIBS
="-framework SystemConfiguration"
9514 WINELOADER_LDFLAGS
="-Wl,-pie,-segalign,0x1000,-pagezero_size,0x1000,-sectcreate,__TEXT,__info_plist,loader/wine_info.plist"
9517 i386|x86_64
) wine_can_build_preloader
=yes ;;
9518 *) wine_can_build_preloader
=no
;;
9521 if test "$wine_can_build_preloader" = "yes"
9523 WINEPRELOADER_LDFLAGS
="-nostartfiles -nodefaultlibs -e _start -ldylib1.o -mmacosx-version-min=10.7 -Wl,-no_new_main,-segalign,0x1000,-pagezero_size,0x1000,-sectcreate,__TEXT,__info_plist,loader/wine_info.plist"
9524 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_pie" >&5
9525 printf %s
"checking whether the compiler supports -Wl,-no_pie... " >&6; }
9526 if test ${ac_cv_cflags__Wl__no_pie+y}
9528 printf %s
"(cached) " >&6
9530 ac_wine_try_cflags_saved
=$CFLAGS
9531 CFLAGS
="$CFLAGS -Wl,-no_pie"
9532 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9533 /* end confdefs.h. */
9534 int main(int argc, char **argv) { return 0; }
9536 if ac_fn_c_try_link
"$LINENO"
9538 ac_cv_cflags__Wl__no_pie
=yes
9540 ac_cv_cflags__Wl__no_pie
=no
9542 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
9543 conftest
$ac_exeext conftest.
$ac_ext
9544 CFLAGS
=$ac_wine_try_cflags_saved
9546 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_pie" >&5
9547 printf "%s\n" "$ac_cv_cflags__Wl__no_pie" >&6; }
9548 if test "x$ac_cv_cflags__Wl__no_pie" = xyes
9550 WINEPRELOADER_LDFLAGS
="-Wl,-no_pie $WINEPRELOADER_LDFLAGS"
9554 WINEPRELOADER_LDFLAGS
="-Wl,-image_base,0x7d400000 $WINEPRELOADER_LDFLAGS"
9557 WINEPRELOADER_LDFLAGS
="-Wl,-image_base,0x200000000,-segalign,0x1000,-segaddr,WINE_RESERVE,0x1000 $WINEPRELOADER_LDFLAGS"
9560 WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -mmacosx-version-min=10.7"
9562 as_fn_append wine_warnings
"|can't build Wine preloader; many programs won't work"
9565 if test "x$with_coreaudio" != "xno";
9567 COREAUDIO_LIBS
="-framework CoreFoundation -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework CoreMIDI"
9569 enable_winecoreaudio_drv
=${enable_winecoreaudio_drv:-yes}
9571 if test "$ac_cv_header_OpenCL_opencl_h" = "yes"
9573 OPENCL_LIBS
="-framework OpenCL"
9575 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
9578 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether MTLDevice protocol supports registryID property" >&5
9579 printf %s
"checking whether MTLDevice protocol supports registryID property... " >&6; }
9581 ac_cpp
='$OBJCPP $CPPFLAGS'
9582 ac_compile
='$OBJC -c $OBJCFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9583 ac_link
='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9584 ac_compiler_gnu
=$ac_cv_objc_compiler_gnu
9587 ac_cpp
='$OBJCPP $CPPFLAGS'
9588 ac_compile
='$OBJC -c $OBJCFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9589 ac_link
='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9590 ac_compiler_gnu
=$ac_cv_objc_compiler_gnu
9591 if test -n "$ac_tool_prefix"; then
9592 for ac_prog
in gcc objcc objc cc CC clang
9594 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
9595 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
9596 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9597 printf %s
"checking for $ac_word... " >&6; }
9598 if test ${ac_cv_prog_OBJC+y}
9600 printf %s
"(cached) " >&6
9602 if test -n "$OBJC"; then
9603 ac_cv_prog_OBJC
="$OBJC" # Let the user override the test.
9605 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9609 case $as_dir in #(((
9612 *) as_dir
=$as_dir/ ;;
9614 for ac_exec_ext
in '' $ac_executable_extensions; do
9615 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
9616 ac_cv_prog_OBJC
="$ac_tool_prefix$ac_prog"
9617 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
9626 OBJC
=$ac_cv_prog_OBJC
9627 if test -n "$OBJC"; then
9628 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $OBJC" >&5
9629 printf "%s\n" "$OBJC" >&6; }
9631 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
9632 printf "%s\n" "no" >&6; }
9636 test -n "$OBJC" && break
9639 if test -z "$OBJC"; then
9641 for ac_prog
in gcc objcc objc cc CC clang
9643 # Extract the first word of "$ac_prog", so it can be a program name with args.
9644 set dummy
$ac_prog; ac_word
=$2
9645 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9646 printf %s
"checking for $ac_word... " >&6; }
9647 if test ${ac_cv_prog_ac_ct_OBJC+y}
9649 printf %s
"(cached) " >&6
9651 if test -n "$ac_ct_OBJC"; then
9652 ac_cv_prog_ac_ct_OBJC
="$ac_ct_OBJC" # Let the user override the test.
9654 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9658 case $as_dir in #(((
9661 *) as_dir
=$as_dir/ ;;
9663 for ac_exec_ext
in '' $ac_executable_extensions; do
9664 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
9665 ac_cv_prog_ac_ct_OBJC
="$ac_prog"
9666 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
9675 ac_ct_OBJC
=$ac_cv_prog_ac_ct_OBJC
9676 if test -n "$ac_ct_OBJC"; then
9677 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJC" >&5
9678 printf "%s\n" "$ac_ct_OBJC" >&6; }
9680 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
9681 printf "%s\n" "no" >&6; }
9685 test -n "$ac_ct_OBJC" && break
9688 if test "x$ac_ct_OBJC" = x
; then
9691 case $cross_compiling:$ac_tool_warned in
9693 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
9694 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
9695 ac_tool_warned
=yes ;;
9701 # Provide some information about the compiler.
9702 printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for Objective C compiler version" >&5
9705 for ac_option
in --version -v -V -qversion; do
9706 { { ac_try
="$ac_compiler $ac_option >&5"
9708 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9709 *) ac_try_echo=$ac_try;;
9711 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
9712 printf "%s\n" "$ac_try_echo"; } >&5
9713 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
9715 if test -s conftest.err; then
9717 ... rest of stderr output deleted ...
9718 10q' conftest.err >conftest.er1
9719 cat conftest.er1 >&5
9721 rm -f conftest.er1 conftest.err
9722 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9723 test $ac_status = 0; }
9726 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports GNU Objective C" >&5
9727 printf %s "checking whether the compiler supports GNU Objective C... " >&6; }
9728 if test ${ac_cv_objc_compiler_gnu+y}
9730 printf %s "(cached) " >&6
9732 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9733 /* end confdefs.h. */
9746 if ac_fn_objc_try_compile "$LINENO"
9752 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
9753 ac_cv_objc_compiler_gnu=$ac_compiler_gnu
9756 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objc_compiler_gnu" >&5
9757 printf "%s\n" "$ac_cv_objc_compiler_gnu" >&6; }
9758 ac_compiler_gnu=$ac_cv_objc_compiler_gnu
9760 if test $ac_compiler_gnu = yes; then
9765 ac_test_OBJCFLAGS=${OBJCFLAGS+y}
9766 ac_save_OBJCFLAGS=$OBJCFLAGS
9767 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $OBJC accepts -g" >&5
9768 printf %s "checking whether $OBJC accepts -g... " >&6; }
9769 if test ${ac_cv_prog_objc_g+y}
9771 printf %s "(cached) " >&6
9773 ac_save_objc_werror_flag=$ac_objc_werror_flag
9774 ac_objc_werror_flag=yes
9775 ac_cv_prog_objc_g=no
9777 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9778 /* end confdefs.h. */
9788 if ac_fn_objc_try_compile "$LINENO"
9790 ac_cv_prog_objc_g=yes
9793 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9794 /* end confdefs.h. */
9804 if ac_fn_objc_try_compile "$LINENO"
9808 ac_objc_werror_flag=$ac_save_objc_werror_flag
9810 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9811 /* end confdefs.h. */
9821 if ac_fn_objc_try_compile "$LINENO"
9823 ac_cv_prog_objc_g=yes
9825 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
9827 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
9829 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
9830 ac_objc_werror_flag=$ac_save_objc_werror_flag
9832 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_objc_g" >&5
9833 printf "%s\n" "$ac_cv_prog_objc_g" >&6; }
9834 if test $ac_test_OBJCFLAGS; then
9835 OBJCFLAGS=$ac_save_OBJCFLAGS
9836 elif test $ac_cv_prog_objc_g = yes; then
9837 if test "$GOBJC" = yes; then
9843 if test "$GOBJC" = yes; then
9850 ac_cpp='$OBJCPP $CPPFLAGS'
9851 ac_compile='$OBJC -c $OBJCFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9852 ac_link='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9853 ac_compiler_gnu=$ac_cv_objc_compiler_gnu
9856 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9857 /* end confdefs.h. */
9858 #include <Metal/Metal.h>
9862 id<MTLDevice> device; device.registryID;
9867 if ac_fn_objc_try_compile "$LINENO"
9869 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9870 printf "%s\n" "yes" >&6; }
9872 printf "%s\n" "#define HAVE_MTLDEVICE_REGISTRYID 1" >>confdefs.h
9875 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
9876 printf "%s\n" "no" >&6; }
9878 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
9880 ac_cpp='$CPP $CPPFLAGS'
9881 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9882 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9883 ac_compiler_gnu=$ac_cv_c_compiler_gnu
9886 UNIXLDFLAGS="-dynamiclib -install_name @rpath/\$(UNIXLIB) -Wl,-rpath,@loader_path\/"
9887 WINELOADER_DEPENDS="wine_info.plist"
9893 printf "%s\n" "#define _GNU_SOURCE 1" >>confdefs.h
9895 DLLFLAGS="$DLLFLAGS -fPIC"
9897 LDEXECFLAGS="-Wl,-pie"
9898 enable_wineandroid_drv=${enable_wineandroid_drv:-yes}
9899 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-z,defs" >&5
9900 printf %s "checking whether the compiler supports -Wl,-z,defs... " >&6; }
9901 if test ${ac_cv_cflags__Wl__z_defs+y}
9903 printf %s "(cached) " >&6
9905 ac_wine_try_cflags_saved=$CFLAGS
9906 CFLAGS="$CFLAGS -Wl,-z,defs"
9907 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9908 /* end confdefs.h. */
9909 int main(int argc, char **argv) { return 0; }
9911 if ac_fn_c_try_link "$LINENO"
9913 ac_cv_cflags__Wl__z_defs=yes
9915 ac_cv_cflags__Wl__z_defs=no
9917 rm -f core conftest.err conftest.$ac_objext conftest.beam \
9918 conftest$ac_exeext conftest.$ac_ext
9919 CFLAGS=$ac_wine_try_cflags_saved
9921 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__z_defs" >&5
9922 printf "%s\n" "$ac_cv_cflags__Wl__z_defs" >&6; }
9923 if test "x$ac_cv_cflags__Wl__z_defs" = xyes
9925 UNIXLDFLAGS="$UNIXLDFLAGS -Wl,-z,defs"
9927 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
9928 printf %s "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
9929 if test ${ac_cv_cflags__fPIC__Wl___export_dynamic+y}
9931 printf %s "(cached) " >&6
9933 ac_wine_try_cflags_saved=$CFLAGS
9934 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
9935 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9936 /* end confdefs.h. */
9937 int main(int argc, char **argv) { return 0; }
9939 if ac_fn_c_try_link "$LINENO"
9941 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
9943 ac_cv_cflags__fPIC__Wl___export_dynamic=no
9945 rm -f core conftest.err conftest.$ac_objext conftest.beam \
9946 conftest$ac_exeext conftest.$ac_ext
9947 CFLAGS=$ac_wine_try_cflags_saved
9949 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
9950 printf "%s\n" "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
9951 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes
9953 WINELOADER_LDFLAGS="-Wl,--export-dynamic"
9955 WINEPRELOADER_LDFLAGS="-static -nostartfiles -nodefaultlibs -Wl,-Ttext=0x7d400000"
9957 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lEGL" >&5
9958 printf %s "checking for -lEGL... " >&6; }
9959 if test ${ac_cv_lib_soname_EGL+y}
9961 printf %s "(cached) " >&6
9963 ac_check_soname_save_LIBS=$LIBS
9965 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9966 /* end confdefs.h. */
9968 /* Override any GCC internal prototype to avoid an error.
9969 Use char because int might match the return type of a GCC
9970 builtin and then its argument prototype would still apply. */
9971 char eglGetProcAddress ();
9975 return eglGetProcAddress ();
9980 if ac_fn_c_try_link "$LINENO"
9983 dll) ac_cv_lib_soname_EGL=`$ac_cv_path_LDD conftest.exe |
grep "EGL" |
sed -e "s/dll.*/dll/"';2,$d'` ;;
9984 dylib) ac_cv_lib_soname_EGL=`$OTOOL -L conftest
$ac_exeext |
grep "libEGL\\.[0-9A-Za-z.]*dylib" |
sed -e "s/^.*\/\(libEGL\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9985 *) ac_cv_lib_soname_EGL=`$READELF -d conftest
$ac_exeext |
grep "NEEDED.*libEGL\\.$LIBEXT" |
sed -e "s/^.*\\[\\(libEGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9986 if ${ac_cv_lib_soname_EGL:+false} :
9988 ac_cv_lib_soname_EGL=`$LDD conftest
$ac_exeext |
grep "libEGL\\.$LIBEXT" |
sed -e "s/^.*\(libEGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9992 ac_cv_lib_soname_EGL=
9994 rm -f core conftest.err conftest.$ac_objext conftest.beam \
9995 conftest$ac_exeext conftest.$ac_ext
9996 LIBS=$ac_check_soname_save_LIBS
9998 if ${ac_cv_lib_soname_EGL:+false} :
10000 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10001 printf "%s\n" "not found" >&6; }
10004 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_EGL" >&5
10005 printf "%s\n" "$ac_cv_lib_soname_EGL" >&6; }
10007 printf "%s\n" "#define SONAME_LIBEGL \"$ac_cv_lib_soname_EGL\"" >>confdefs.h
10011 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lGLESv2" >&5
10012 printf %s "checking for -lGLESv2... " >&6; }
10013 if test ${ac_cv_lib_soname_GLESv2+y}
10015 printf %s "(cached) " >&6
10017 ac_check_soname_save_LIBS=$LIBS
10018 LIBS="-lGLESv2 $LIBS"
10019 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10020 /* end confdefs.h. */
10022 /* Override any GCC internal prototype to avoid an error.
10023 Use char because int might match the return type of a GCC
10024 builtin and then its argument prototype would still apply. */
10034 if ac_fn_c_try_link "$LINENO"
10037 dll) ac_cv_lib_soname_GLESv2=`$ac_cv_path_LDD conftest.exe |
grep "GLESv2" |
sed -e "s/dll.*/dll/"';2,$d'` ;;
10038 dylib) ac_cv_lib_soname_GLESv2=`$OTOOL -L conftest
$ac_exeext |
grep "libGLESv2\\.[0-9A-Za-z.]*dylib" |
sed -e "s/^.*\/\(libGLESv2\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10039 *) ac_cv_lib_soname_GLESv2=`$READELF -d conftest
$ac_exeext |
grep "NEEDED.*libGLESv2\\.$LIBEXT" |
sed -e "s/^.*\\[\\(libGLESv2\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10040 if ${ac_cv_lib_soname_GLESv2:+false} :
10042 ac_cv_lib_soname_GLESv2=`$LDD conftest
$ac_exeext |
grep "libGLESv2\\.$LIBEXT" |
sed -e "s/^.*\(libGLESv2\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10046 ac_cv_lib_soname_GLESv2=
10048 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10049 conftest$ac_exeext conftest.$ac_ext
10050 LIBS=$ac_check_soname_save_LIBS
10052 if ${ac_cv_lib_soname_GLESv2:+false} :
10054 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10055 printf "%s\n" "not found" >&6; }
10058 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLESv2" >&5
10059 printf "%s\n" "$ac_cv_lib_soname_GLESv2" >&6; }
10061 printf "%s\n" "#define SONAME_LIBGLESV2 \"$ac_cv_lib_soname_GLESv2\"" >>confdefs.h
10066 if test "x$exec_prefix" = xNONE
10069 i386) exec_prefix='${prefix}/x86' ;;
10070 x86_64) exec_prefix='${prefix}/x86_64' ;;
10071 arm) exec_prefix='${prefix}/armeabi-v7a' ;;
10072 aarch64) exec_prefix='${prefix}/arm64-v8a' ;;
10079 printf "%s\n" "#define _GNU_SOURCE 1" >>confdefs.h
10081 test "$ac_cv_sys_file_offset_bits" = 64 &&
10082 printf "%s\n" "#define _TIME_BITS 64" >>confdefs.h
10084 if test $HOST_ARCH = i386
10086 DLLFLAGS="$DLLFLAGS -fno-PIC"
10087 LDDLLFLAGS="-fno-PIC"
10088 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-PIC -Wl,-z,notext" >&5
10089 printf %s "checking whether the compiler supports -fno-PIC -Wl,-z,notext... " >&6; }
10090 if test ${ac_cv_cflags__fno_PIC__Wl__z_notext+y}
10092 printf %s "(cached) " >&6
10094 ac_wine_try_cflags_saved=$CFLAGS
10095 CFLAGS="$CFLAGS -fno-PIC -Wl,-z,notext"
10096 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10097 /* end confdefs.h. */
10098 int main(int argc, char **argv) { return 0; }
10100 if ac_fn_c_try_link "$LINENO"
10102 ac_cv_cflags__fno_PIC__Wl__z_notext=yes
10104 ac_cv_cflags__fno_PIC__Wl__z_notext=no
10106 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10107 conftest$ac_exeext conftest.$ac_ext
10108 CFLAGS=$ac_wine_try_cflags_saved
10110 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_PIC__Wl__z_notext" >&5
10111 printf "%s\n" "$ac_cv_cflags__fno_PIC__Wl__z_notext" >&6; }
10112 if test "x$ac_cv_cflags__fno_PIC__Wl__z_notext" = xyes
10114 LDDLLFLAGS="$LDDLLFLAGS -Wl,-z,notext"
10117 DLLFLAGS="$DLLFLAGS -fPIC"
10121 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether -Wl,-z,defs works correctly" >&5
10122 printf %s "checking whether -Wl,-z,defs works correctly... " >&6; }
10123 if test ${ac_cv_wl_z_defs+y}
10125 printf %s "(cached) " >&6
10127 ac_save_CFLAGS="$CFLAGS"
10128 CFLAGS="$CFLAGS $UNIXDLLFLAGS $UNIXLDFLAGS -Wl,-z,defs"
10129 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10130 /* end confdefs.h. */
10131 extern char **environ; char **envp; void myfunc(void) { envp = environ; }
10133 if ac_fn_c_try_link "$LINENO"
10135 ac_cv_wl_z_defs=yes
10139 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10140 conftest$ac_exeext conftest.$ac_ext
10141 CFLAGS=$ac_save_CFLAGS
10143 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_wl_z_defs" >&5
10144 printf "%s\n" "$ac_cv_wl_z_defs" >&6; }
10145 test $ac_cv_wl_z_defs != yes || as_fn_append UNIXLDFLAGS " -Wl,-z,defs"
10147 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--export-dynamic" >&5
10148 printf %s "checking whether the compiler supports -Wl,--export-dynamic... " >&6; }
10149 if test ${ac_cv_cflags__Wl___export_dynamic+y}
10151 printf %s "(cached) " >&6
10153 ac_wine_try_cflags_saved=$CFLAGS
10154 CFLAGS="$CFLAGS -Wl,--export-dynamic"
10155 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10156 /* end confdefs.h. */
10157 int main(int argc, char **argv) { return 0; }
10159 if ac_fn_c_try_link "$LINENO"
10161 ac_cv_cflags__Wl___export_dynamic=yes
10163 ac_cv_cflags__Wl___export_dynamic=no
10165 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10166 conftest$ac_exeext conftest.$ac_ext
10167 CFLAGS=$ac_wine_try_cflags_saved
10169 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___export_dynamic" >&5
10170 printf "%s\n" "$ac_cv_cflags__Wl___export_dynamic" >&6; }
10171 if test "x$ac_cv_cflags__Wl___export_dynamic" = xyes
10173 WINELOADER_LDFLAGS="-Wl,--export-dynamic"
10175 WINEPRELOADER_LDFLAGS="-nostartfiles -nodefaultlibs"
10179 as_fn_append WINELOADER_LDFLAGS " -pie"
10182 as_fn_append WINEPRELOADER_LDFLAGS " -static -Wl,-Ttext=0x7d400000" ;;
10184 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -static-pie" >&5
10185 printf %s "checking whether the compiler supports -static-pie... " >&6; }
10186 if test ${ac_cv_cflags__static_pie+y}
10188 printf %s "(cached) " >&6
10190 ac_wine_try_cflags_saved=$CFLAGS
10191 CFLAGS="$CFLAGS -static-pie"
10192 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10193 /* end confdefs.h. */
10194 int main(int argc, char **argv) { return 0; }
10196 if ac_fn_c_try_link "$LINENO"
10198 ac_cv_cflags__static_pie=yes
10200 ac_cv_cflags__static_pie=no
10202 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10203 conftest$ac_exeext conftest.$ac_ext
10204 CFLAGS=$ac_wine_try_cflags_saved
10206 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__static_pie" >&5
10207 printf "%s\n" "$ac_cv_cflags__static_pie" >&6; }
10208 if test "x$ac_cv_cflags__static_pie" = xyes
10210 as_fn_append WINEPRELOADER_LDFLAGS " -static-pie"
10212 as_fn_append WINEPRELOADER_LDFLAGS " -static -Wl,-Ttext=0x7d7d00000000"
10220 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-Ttext-segment=0x60000000" >&5
10221 printf %s "checking whether the compiler supports -Wl,-Ttext-segment=0x60000000... " >&6; }
10222 if test ${ac_cv_cflags__Wl__Ttext_segment_0x60000000+y}
10224 printf %s "(cached) " >&6
10226 ac_wine_try_cflags_saved=$CFLAGS
10227 CFLAGS="$CFLAGS -Wl,-Ttext-segment=0x60000000"
10228 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10229 /* end confdefs.h. */
10230 int main(int argc, char **argv) { return 0; }
10232 if ac_fn_c_try_link "$LINENO"
10234 ac_cv_cflags__Wl__Ttext_segment_0x60000000=yes
10236 ac_cv_cflags__Wl__Ttext_segment_0x60000000=no
10238 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10239 conftest$ac_exeext conftest.$ac_ext
10240 CFLAGS=$ac_wine_try_cflags_saved
10242 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__Ttext_segment_0x60000000" >&5
10243 printf "%s\n" "$ac_cv_cflags__Wl__Ttext_segment_0x60000000" >&6; }
10244 if test "x$ac_cv_cflags__Wl__Ttext_segment_0x60000000" = xyes
10246 as_fn_append WINELOADER_LDFLAGS " -Wl,-Ttext-segment=0x60000000"
10248 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x60000400" >&5
10249 printf %s "checking whether the compiler supports -Wl,--section-start,.interp=0x60000400... " >&6; }
10250 if test ${ac_cv_cflags__Wl___section_start__interp_0x60000400+y}
10252 printf %s "(cached) " >&6
10254 ac_wine_try_cflags_saved=$CFLAGS
10255 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x60000400"
10256 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10257 /* end confdefs.h. */
10258 int main(int argc, char **argv) { return 0; }
10260 if ac_fn_c_try_link "$LINENO"
10262 ac_cv_cflags__Wl___section_start__interp_0x60000400=yes
10264 ac_cv_cflags__Wl___section_start__interp_0x60000400=no
10266 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10267 conftest$ac_exeext conftest.$ac_ext
10268 CFLAGS=$ac_wine_try_cflags_saved
10270 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x60000400" >&5
10271 printf "%s\n" "$ac_cv_cflags__Wl___section_start__interp_0x60000400" >&6; }
10272 if test "x$ac_cv_cflags__Wl___section_start__interp_0x60000400" = xyes
10274 as_fn_append WINELOADER_LDFLAGS " -Wl,--section-start,.interp=0x60000400"
10279 as_fn_append WINELOADER_LDFLAGS " -pie"
10287 enable_winecoreaudio_drv=${enable_winecoreaudio_drv:-no}
10288 enable_wineandroid_drv=${enable_wineandroid_drv:-no}
10289 enable_winemac_drv=${enable_winemac_drv:-no}
10294 if test ${enable_archs+y}
10296 test "x$with_system_dllpath" = "x" || as_fn_error $? "\"The --with-system-dllpath option is not compatible with --enable-archs\"" "$LINENO" 5
10299 set x $enable_archs
10305 i386|x86_64|arm|aarch64|arm64ec) cross_archs="$cross_archs $arch" ;;
10306 *) as_fn_error $? "Unknown cross-compilation architecture '$arch'" "$LINENO" 5 ;;
10310 if test "x$with_mingw" != xno
10312 test $HOST_ARCH = unknown || cross_archs=$HOST_ARCH
10316 for wine_arch in $cross_archs
10318 case "x$with_mingw" in
10319 xclang|x*/clang) eval "${wine_arch}_CC=\$with_mingw" ;;
10321 if eval \${${wine_arch}_CC:+false} :
10325 for ac_prog in aarch64-w64-mingw32-clang aarch64-w64-mingw32-gcc clang
10327 # Extract the first word of "$ac_prog", so it can be a program name with args.
10328 set dummy $ac_prog; ac_word=$2
10329 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10330 printf %s "checking for $ac_word... " >&6; }
10331 if test ${ac_cv_prog_aarch64_CC+y}
10333 printf %s "(cached) " >&6
10335 if test -n "$aarch64_CC"; then
10336 ac_cv_prog_aarch64_CC="$aarch64_CC" # Let the user override the test.
10338 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10339 for as_dir in $PATH
10342 case $as_dir in #(((
10345 *) as_dir=$as_dir/ ;;
10347 for ac_exec_ext in '' $ac_executable_extensions; do
10348 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
10349 ac_cv_prog_aarch64_CC="$ac_prog"
10350 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
10359 aarch64_CC=$ac_cv_prog_aarch64_CC
10360 if test -n "$aarch64_CC"; then
10361 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $aarch64_CC" >&5
10362 printf "%s\n" "$aarch64_CC" >&6; }
10364 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
10365 printf "%s\n" "no" >&6; }
10369 test -n "$aarch64_CC" && break
10371 test -n "$aarch64_CC" || aarch64_CC="false"
10375 for ac_prog in arm64ec-w64-mingw32-clang arm64ec-w64-mingw32-gcc clang
10377 # Extract the first word of "$ac_prog", so it can be a program name with args.
10378 set dummy $ac_prog; ac_word=$2
10379 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10380 printf %s "checking for $ac_word... " >&6; }
10381 if test ${ac_cv_prog_arm64ec_CC+y}
10383 printf %s "(cached) " >&6
10385 if test -n "$arm64ec_CC"; then
10386 ac_cv_prog_arm64ec_CC="$arm64ec_CC" # Let the user override the test.
10388 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10389 for as_dir in $PATH
10392 case $as_dir in #(((
10395 *) as_dir=$as_dir/ ;;
10397 for ac_exec_ext in '' $ac_executable_extensions; do
10398 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
10399 ac_cv_prog_arm64ec_CC="$ac_prog"
10400 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
10409 arm64ec_CC=$ac_cv_prog_arm64ec_CC
10410 if test -n "$arm64ec_CC"; then
10411 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $arm64ec_CC" >&5
10412 printf "%s\n" "$arm64ec_CC" >&6; }
10414 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
10415 printf "%s\n" "no" >&6; }
10419 test -n "$arm64ec_CC" && break
10421 test -n "$arm64ec_CC" || arm64ec_CC="false"
10425 for ac_prog in armv7-w64-mingw32-clang armv7-w64-mingw32-gcc clang
10427 # Extract the first word of "$ac_prog", so it can be a program name with args.
10428 set dummy $ac_prog; ac_word=$2
10429 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10430 printf %s "checking for $ac_word... " >&6; }
10431 if test ${ac_cv_prog_arm_CC+y}
10433 printf %s "(cached) " >&6
10435 if test -n "$arm_CC"; then
10436 ac_cv_prog_arm_CC="$arm_CC" # Let the user override the test.
10438 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10439 for as_dir in $PATH
10442 case $as_dir in #(((
10445 *) as_dir=$as_dir/ ;;
10447 for ac_exec_ext in '' $ac_executable_extensions; do
10448 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
10449 ac_cv_prog_arm_CC="$ac_prog"
10450 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
10459 arm_CC=$ac_cv_prog_arm_CC
10460 if test -n "$arm_CC"; then
10461 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $arm_CC" >&5
10462 printf "%s\n" "$arm_CC" >&6; }
10464 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
10465 printf "%s\n" "no" >&6; }
10469 test -n "$arm_CC" && break
10471 test -n "$arm_CC" || arm_CC="false"
10475 ac_prefix_list="i686-w64-mingw32-gcc i586-w64-mingw32-gcc i486-w64-mingw32-gcc i386-w64-mingw32-gcc i686-w64-mingw32-clang i586-w64-mingw32-clang i486-w64-mingw32-clang i386-w64-mingw32-clang "
10476 for ac_prog in $ac_prefix_list clang
10478 # Extract the first word of "$ac_prog", so it can be a program name with args.
10479 set dummy $ac_prog; ac_word=$2
10480 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10481 printf %s "checking for $ac_word... " >&6; }
10482 if test ${ac_cv_prog_i386_CC+y}
10484 printf %s "(cached) " >&6
10486 if test -n "$i386_CC"; then
10487 ac_cv_prog_i386_CC="$i386_CC" # Let the user override the test.
10489 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10490 for as_dir in $PATH
10493 case $as_dir in #(((
10496 *) as_dir=$as_dir/ ;;
10498 for ac_exec_ext in '' $ac_executable_extensions; do
10499 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
10500 ac_cv_prog_i386_CC="$ac_prog"
10501 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
10510 i386_CC=$ac_cv_prog_i386_CC
10511 if test -n "$i386_CC"; then
10512 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $i386_CC" >&5
10513 printf "%s\n" "$i386_CC" >&6; }
10515 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
10516 printf "%s\n" "no" >&6; }
10520 test -n "$i386_CC" && break
10522 test -n "$i386_CC" || i386_CC="false"
10526 ac_prefix_list="x86_64-w64-mingw32-gcc amd64-w64-mingw32-gcc x86_64-w64-mingw32-clang amd64-w64-mingw32-clang "
10527 for ac_prog in $ac_prefix_list clang
10529 # Extract the first word of "$ac_prog", so it can be a program name with args.
10530 set dummy $ac_prog; ac_word=$2
10531 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10532 printf %s "checking for $ac_word... " >&6; }
10533 if test ${ac_cv_prog_x86_64_CC+y}
10535 printf %s "(cached) " >&6
10537 if test -n "$x86_64_CC"; then
10538 ac_cv_prog_x86_64_CC="$x86_64_CC" # Let the user override the test.
10540 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10541 for as_dir in $PATH
10544 case $as_dir in #(((
10547 *) as_dir=$as_dir/ ;;
10549 for ac_exec_ext in '' $ac_executable_extensions; do
10550 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
10551 ac_cv_prog_x86_64_CC="$ac_prog"
10552 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
10561 x86_64_CC=$ac_cv_prog_x86_64_CC
10562 if test -n "$x86_64_CC"; then
10563 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $x86_64_CC" >&5
10564 printf "%s\n" "$x86_64_CC" >&6; }
10566 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
10567 printf "%s\n" "no" >&6; }
10571 test -n "$x86_64_CC" && break
10573 test -n "$x86_64_CC" || x86_64_CC="false"
10580 saved_CFLAGS=$CFLAGS
10581 saved_LDFLAGS=$LDFLAGS
10583 CFLAGS=${CROSSCFLAGS:-"-g -O2"}
10584 LDFLAGS=$CROSSLDFLAGS
10585 eval CC=\$${wine_arch}_CC
10586 eval ${wine_arch}_CFLAGS=\$CFLAGS
10587 eval ${wine_arch}_LDFLAGS=\$LDFLAGS
10588 eval "${wine_arch}_EXTRACFLAGS=\"-D__WINE_PE_BUILD -Wall\""
10591 as_wine_cv_crosscc=`printf "%s\n" "ac_cv_${wine_arch}_crosscc" |
$as_tr_sh`
10593 if eval test \"x\$"${wine_arch}_CC"\" = x"false"
10597 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
10598 printf %s "checking whether $CC works... " >&6; }
10599 if eval test \${$as_wine_cv_crosscc+y}
10601 printf %s "(cached) " >&6
10603 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10604 /* end confdefs.h. */
10614 if ac_fn_c_try_compile "$LINENO"
10616 eval "$as_wine_cv_crosscc=yes"
10618 eval "$as_wine_cv_crosscc=no"
10620 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
10622 eval ac_res=\$$as_wine_cv_crosscc
10623 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
10624 printf "%s\n" "$ac_res" >&6; }
10626 if eval test \"x\$"$as_wine_cv_crosscc"\" = x"yes"
10630 while test $# -ge 1
10633 *-gcc) target=`expr "$1" : '\(.*\)-gcc'` ;;
10634 *-clang) target=`expr "$1" : '\(.*\)-clang'` ;;
10639 llvm_target=$target
10640 if test -z "$llvm_target"
10643 i386) llvm_target=i686-windows ;;
10644 arm) llvm_target=armv7-windows ;;
10645 *) llvm_target=$wine_arch-windows ;;
10648 llvm_extra_cflags="-target $llvm_target -fuse-ld=lld"
10649 case $llvm_target in
10650 *windows) llvm_cflags="-Wl,-subsystem:console -Wl,-WX" ;;
10652 { as_ac_var=`printf "%s\n" "ac_cv_${wine_arch}_cflags_$llvm_extra_cflags $llvm_cflags" |
$as_tr_sh`
10653 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports $llvm_extra_cflags $llvm_cflags" >&5
10654 printf %s "checking whether $CC supports $llvm_extra_cflags $llvm_cflags... " >&6; }
10655 if eval test \${$as_ac_var+y}
10657 printf %s "(cached) " >&6
10659 ac_wine_try_cflags_saved=$CFLAGS
10660 ac_wine_try_cflags_saved_exeext=$ac_exeext
10661 CFLAGS="$CFLAGS -nostdlib -nodefaultlibs $llvm_extra_cflags $llvm_cflags"
10663 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10664 /* end confdefs.h. */
10665 void *__os_arm64x_dispatch_ret = 0;
10666 int __cdecl mainCRTStartup(void) { return 0; }
10668 if ac_fn_c_try_link "$LINENO"
10670 eval "$as_ac_var=yes"
10672 eval "$as_ac_var=no"
10674 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10675 conftest$ac_exeext conftest.$ac_ext
10676 CFLAGS=$ac_wine_try_cflags_saved
10677 ac_exeext=$ac_wine_try_cflags_saved_exeext
10679 eval ac_res=\$$as_ac_var
10680 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
10681 printf "%s\n" "$ac_res" >&6; }
10682 if eval test \"x\$"$as_ac_var"\" = x"yes"
10684 target=$llvm_target
10685 eval "${wine_arch}_DELAYLOADFLAG=\"-Wl,-delayload,\""
10686 as_fn_append ${wine_arch}_EXTRACFLAGS " $llvm_extra_cflags"
10687 CFLAGS="$llvm_extra_cflags $llvm_cflags"
10689 eval "${wine_arch}_TARGET=\$target"
10693 if test -z "$target"
10695 if test ${enable_archs+y}
10697 as_fn_error $? "MinGW $wine_arch compiler not found.
10698 This is an error since --enable-archs=$wine_arch was requested." "$LINENO" 5
10701 CFLAGS=$saved_CFLAGS
10702 LDFLAGS=$saved_LDFLAGS
10706 as_wine_cv_crosscc_c99=`printf "%s\n" "ac_cv_${wine_arch}_crosscc_c99" |
$as_tr_sh`
10708 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C99 features" >&5
10709 printf %s "checking for $CC option to enable C99 features... " >&6; }
10710 if eval test \${$as_wine_cv_crosscc_c99+y}
10712 printf %s "(cached) " >&6
10714 eval "$as_wine_cv_crosscc_c99=no"
10715 for arg in '' '-std=gnu99' '-D__STDC__'
10717 test -z "$arg" || CC="$CC $arg"
10718 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10719 /* end confdefs.h. */
10720 $ac_c_conftest_c99_program
10722 if ac_fn_c_try_compile "$LINENO"
10724 eval "$as_wine_cv_crosscc_c99=\$arg"
10726 eval "$as_wine_cv_crosscc_c99=no"
10728 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
10729 eval CC=\$${wine_arch}_CC
10730 if eval test \"x\$"$as_wine_cv_crosscc_c99"\" = x"no"
10739 eval res=\$$as_wine_cv_crosscc_c99
10742 x) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
10743 printf "%s\n" "none needed" >&6; } ;;
10744 xno) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
10745 printf "%s\n" "unsupported" >&6; }
10747 CFLAGS=$saved_CFLAGS
10748 LDFLAGS=$saved_LDFLAGS
10749 if test ${enable_archs+y}
10751 as_fn_error $? "MinGW $wine_arch compiler supporting C99 not found.
10752 This is an error since --enable-archs=$wine_arch was requested." "$LINENO" 5
10756 x*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $res" >&5
10757 printf "%s\n" "$res" >&6; }
10758 as_fn_append ${wine_arch}_CC " $res" ;;
10761 as_fn_append PE_ARCHS " $wine_arch"
10762 { as_ac_var=`printf "%s\n" "ac_cv_${wine_arch}_cflags_-fno-strict-aliasing" |
$as_tr_sh`
10763 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -fno-strict-aliasing" >&5
10764 printf %s "checking whether $CC supports -fno-strict-aliasing... " >&6; }
10765 if eval test \${$as_ac_var+y}
10767 printf %s "(cached) " >&6
10769 ac_wine_try_cflags_saved=$CFLAGS
10770 ac_wine_try_cflags_saved_exeext=$ac_exeext
10771 CFLAGS="$CFLAGS -nostdlib -nodefaultlibs -fno-strict-aliasing"
10773 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10774 /* end confdefs.h. */
10775 void *__os_arm64x_dispatch_ret = 0;
10776 int __cdecl mainCRTStartup(void) { return 0; }
10778 if ac_fn_c_try_link "$LINENO"
10780 eval "$as_ac_var=yes"
10782 eval "$as_ac_var=no"
10784 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10785 conftest$ac_exeext conftest.$ac_ext
10786 CFLAGS=$ac_wine_try_cflags_saved
10787 ac_exeext=$ac_wine_try_cflags_saved_exeext
10789 eval ac_res=\$$as_ac_var
10790 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
10791 printf "%s\n" "$ac_res" >&6; }
10792 if eval test \"x\$"$as_ac_var"\" = x"yes"
10794 as_fn_append ${wine_arch}_EXTRACFLAGS " -fno-strict-aliasing"
10796 { as_ac_var=`printf "%s\n" "ac_cv_${wine_arch}_cflags_-Werror=unknown-warning-option" |
$as_tr_sh`
10797 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -Werror=unknown-warning-option" >&5
10798 printf %s "checking whether $CC supports -Werror=unknown-warning-option... " >&6; }
10799 if eval test \${$as_ac_var+y}
10801 printf %s "(cached) " >&6
10803 ac_wine_try_cflags_saved=$CFLAGS
10804 ac_wine_try_cflags_saved_exeext=$ac_exeext
10805 CFLAGS="$CFLAGS -nostdlib -nodefaultlibs -Werror=unknown-warning-option"
10807 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10808 /* end confdefs.h. */
10809 void *__os_arm64x_dispatch_ret = 0;
10810 int __cdecl mainCRTStartup(void) { return 0; }
10812 if ac_fn_c_try_link "$LINENO"
10814 eval "$as_ac_var=yes"
10816 eval "$as_ac_var=no"
10818 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10819 conftest$ac_exeext conftest.$ac_ext
10820 CFLAGS=$ac_wine_try_cflags_saved
10821 ac_exeext=$ac_wine_try_cflags_saved_exeext
10823 eval ac_res=\$$as_ac_var
10824 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
10825 printf "%s\n" "$ac_res" >&6; }
10826 if eval test \"x\$"$as_ac_var"\" = x"yes"
10828 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
10830 { as_ac_var=`printf "%s\n" "ac_cv_${wine_arch}_cflags_-Werror=ignored-optimization-argument" |
$as_tr_sh`
10831 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -Werror=ignored-optimization-argument" >&5
10832 printf %s "checking whether $CC supports -Werror=ignored-optimization-argument... " >&6; }
10833 if eval test \${$as_ac_var+y}
10835 printf %s "(cached) " >&6
10837 ac_wine_try_cflags_saved=$CFLAGS
10838 ac_wine_try_cflags_saved_exeext=$ac_exeext
10839 CFLAGS="$CFLAGS -nostdlib -nodefaultlibs -Werror=ignored-optimization-argument"
10841 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10842 /* end confdefs.h. */
10843 void *__os_arm64x_dispatch_ret = 0;
10844 int __cdecl mainCRTStartup(void) { return 0; }
10846 if ac_fn_c_try_link "$LINENO"
10848 eval "$as_ac_var=yes"
10850 eval "$as_ac_var=no"
10852 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10853 conftest$ac_exeext conftest.$ac_ext
10854 CFLAGS=$ac_wine_try_cflags_saved
10855 ac_exeext=$ac_wine_try_cflags_saved_exeext
10857 eval ac_res=\$$as_ac_var
10858 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
10859 printf "%s\n" "$ac_res" >&6; }
10860 if eval test \"x\$"$as_ac_var"\" = x"yes"
10862 CFLAGS="$CFLAGS -Werror=ignored-optimization-argument"
10864 { as_ac_var=`printf "%s\n" "ac_cv_${wine_arch}_cflags_-Wdeclaration-after-statement" |
$as_tr_sh`
10865 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -Wdeclaration-after-statement" >&5
10866 printf %s "checking whether $CC supports -Wdeclaration-after-statement... " >&6; }
10867 if eval test \${$as_ac_var+y}
10869 printf %s "(cached) " >&6
10871 ac_wine_try_cflags_saved=$CFLAGS
10872 ac_wine_try_cflags_saved_exeext=$ac_exeext
10873 CFLAGS="$CFLAGS -nostdlib -nodefaultlibs -Wdeclaration-after-statement"
10875 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10876 /* end confdefs.h. */
10877 void *__os_arm64x_dispatch_ret = 0;
10878 int __cdecl mainCRTStartup(void) { return 0; }
10880 if ac_fn_c_try_link "$LINENO"
10882 eval "$as_ac_var=yes"
10884 eval "$as_ac_var=no"
10886 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10887 conftest$ac_exeext conftest.$ac_ext
10888 CFLAGS=$ac_wine_try_cflags_saved
10889 ac_exeext=$ac_wine_try_cflags_saved_exeext
10891 eval ac_res=\$$as_ac_var
10892 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
10893 printf "%s\n" "$ac_res" >&6; }
10894 if eval test \"x\$"$as_ac_var"\" = x"yes"
10896 as_fn_append ${wine_arch}_EXTRACFLAGS " -Wdeclaration-after-statement"
10898 { as_ac_var=`printf "%s\n" "ac_cv_${wine_arch}_cflags_-Wempty-body" |
$as_tr_sh`
10899 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -Wempty-body" >&5
10900 printf %s "checking whether $CC supports -Wempty-body... " >&6; }
10901 if eval test \${$as_ac_var+y}
10903 printf %s "(cached) " >&6
10905 ac_wine_try_cflags_saved=$CFLAGS
10906 ac_wine_try_cflags_saved_exeext=$ac_exeext
10907 CFLAGS="$CFLAGS -nostdlib -nodefaultlibs -Wempty-body"
10909 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10910 /* end confdefs.h. */
10911 void *__os_arm64x_dispatch_ret = 0;
10912 int __cdecl mainCRTStartup(void) { return 0; }
10914 if ac_fn_c_try_link "$LINENO"
10916 eval "$as_ac_var=yes"
10918 eval "$as_ac_var=no"
10920 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10921 conftest$ac_exeext conftest.$ac_ext
10922 CFLAGS=$ac_wine_try_cflags_saved
10923 ac_exeext=$ac_wine_try_cflags_saved_exeext
10925 eval ac_res=\$$as_ac_var
10926 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
10927 printf "%s\n" "$ac_res" >&6; }
10928 if eval test \"x\$"$as_ac_var"\" = x"yes"
10930 as_fn_append ${wine_arch}_EXTRACFLAGS " -Wempty-body"
10932 { as_ac_var=`printf "%s\n" "ac_cv_${wine_arch}_cflags_-Wignored-qualifiers" |
$as_tr_sh`
10933 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -Wignored-qualifiers" >&5
10934 printf %s "checking whether $CC supports -Wignored-qualifiers... " >&6; }
10935 if eval test \${$as_ac_var+y}
10937 printf %s "(cached) " >&6
10939 ac_wine_try_cflags_saved=$CFLAGS
10940 ac_wine_try_cflags_saved_exeext=$ac_exeext
10941 CFLAGS="$CFLAGS -nostdlib -nodefaultlibs -Wignored-qualifiers"
10943 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10944 /* end confdefs.h. */
10945 void *__os_arm64x_dispatch_ret = 0;
10946 int __cdecl mainCRTStartup(void) { return 0; }
10948 if ac_fn_c_try_link "$LINENO"
10950 eval "$as_ac_var=yes"
10952 eval "$as_ac_var=no"
10954 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10955 conftest$ac_exeext conftest.$ac_ext
10956 CFLAGS=$ac_wine_try_cflags_saved
10957 ac_exeext=$ac_wine_try_cflags_saved_exeext
10959 eval ac_res=\$$as_ac_var
10960 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
10961 printf "%s\n" "$ac_res" >&6; }
10962 if eval test \"x\$"$as_ac_var"\" = x"yes"
10964 as_fn_append ${wine_arch}_EXTRACFLAGS " -Wignored-qualifiers"
10966 { as_ac_var=`printf "%s\n" "ac_cv_${wine_arch}_cflags_-Winit-self" |
$as_tr_sh`
10967 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -Winit-self" >&5
10968 printf %s "checking whether $CC supports -Winit-self... " >&6; }
10969 if eval test \${$as_ac_var+y}
10971 printf %s "(cached) " >&6
10973 ac_wine_try_cflags_saved=$CFLAGS
10974 ac_wine_try_cflags_saved_exeext=$ac_exeext
10975 CFLAGS="$CFLAGS -nostdlib -nodefaultlibs -Winit-self"
10977 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10978 /* end confdefs.h. */
10979 void *__os_arm64x_dispatch_ret = 0;
10980 int __cdecl mainCRTStartup(void) { return 0; }
10982 if ac_fn_c_try_link "$LINENO"
10984 eval "$as_ac_var=yes"
10986 eval "$as_ac_var=no"
10988 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10989 conftest$ac_exeext conftest.$ac_ext
10990 CFLAGS=$ac_wine_try_cflags_saved
10991 ac_exeext=$ac_wine_try_cflags_saved_exeext
10993 eval ac_res=\$$as_ac_var
10994 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
10995 printf "%s\n" "$ac_res" >&6; }
10996 if eval test \"x\$"$as_ac_var"\" = x"yes"
10998 as_fn_append ${wine_arch}_EXTRACFLAGS " -Winit-self"
11000 { as_ac_var=`printf "%s\n" "ac_cv_${wine_arch}_cflags_-Wpacked-not-aligned" |
$as_tr_sh`
11001 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -Wpacked-not-aligned" >&5
11002 printf %s "checking whether $CC supports -Wpacked-not-aligned... " >&6; }
11003 if eval test \${$as_ac_var+y}
11005 printf %s "(cached) " >&6
11007 ac_wine_try_cflags_saved=$CFLAGS
11008 ac_wine_try_cflags_saved_exeext=$ac_exeext
11009 CFLAGS="$CFLAGS -nostdlib -nodefaultlibs -Wpacked-not-aligned"
11011 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11012 /* end confdefs.h. */
11013 void *__os_arm64x_dispatch_ret = 0;
11014 int __cdecl mainCRTStartup(void) { return 0; }
11016 if ac_fn_c_try_link "$LINENO"
11018 eval "$as_ac_var=yes"
11020 eval "$as_ac_var=no"
11022 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11023 conftest$ac_exeext conftest.$ac_ext
11024 CFLAGS=$ac_wine_try_cflags_saved
11025 ac_exeext=$ac_wine_try_cflags_saved_exeext
11027 eval ac_res=\$$as_ac_var
11028 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
11029 printf "%s\n" "$ac_res" >&6; }
11030 if eval test \"x\$"$as_ac_var"\" = x"yes"
11032 as_fn_append ${wine_arch}_EXTRACFLAGS " -Wno-packed-not-aligned"
11034 { as_ac_var=`printf "%s\n" "ac_cv_${wine_arch}_cflags_-Wpragma-pack" |
$as_tr_sh`
11035 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -Wpragma-pack" >&5
11036 printf %s "checking whether $CC supports -Wpragma-pack... " >&6; }
11037 if eval test \${$as_ac_var+y}
11039 printf %s "(cached) " >&6
11041 ac_wine_try_cflags_saved=$CFLAGS
11042 ac_wine_try_cflags_saved_exeext=$ac_exeext
11043 CFLAGS="$CFLAGS -nostdlib -nodefaultlibs -Wpragma-pack"
11045 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11046 /* end confdefs.h. */
11047 void *__os_arm64x_dispatch_ret = 0;
11048 int __cdecl mainCRTStartup(void) { return 0; }
11050 if ac_fn_c_try_link "$LINENO"
11052 eval "$as_ac_var=yes"
11054 eval "$as_ac_var=no"
11056 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11057 conftest$ac_exeext conftest.$ac_ext
11058 CFLAGS=$ac_wine_try_cflags_saved
11059 ac_exeext=$ac_wine_try_cflags_saved_exeext
11061 eval ac_res=\$$as_ac_var
11062 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
11063 printf "%s\n" "$ac_res" >&6; }
11064 if eval test \"x\$"$as_ac_var"\" = x"yes"
11066 as_fn_append ${wine_arch}_EXTRACFLAGS " -Wno-pragma-pack"
11068 { as_ac_var=`printf "%s\n" "ac_cv_${wine_arch}_cflags_-Wmicrosoft-enum-forward-reference" |
$as_tr_sh`
11069 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -Wmicrosoft-enum-forward-reference" >&5
11070 printf %s "checking whether $CC supports -Wmicrosoft-enum-forward-reference... " >&6; }
11071 if eval test \${$as_ac_var+y}
11073 printf %s "(cached) " >&6
11075 ac_wine_try_cflags_saved=$CFLAGS
11076 ac_wine_try_cflags_saved_exeext=$ac_exeext
11077 CFLAGS="$CFLAGS -nostdlib -nodefaultlibs -Wmicrosoft-enum-forward-reference"
11079 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11080 /* end confdefs.h. */
11081 int __cdecl mainCRTStartup(void) { return 0; }
11083 if ac_fn_c_try_link "$LINENO"
11085 eval "$as_ac_var=yes"
11087 eval "$as_ac_var=no"
11089 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11090 conftest$ac_exeext conftest.$ac_ext
11091 CFLAGS=$ac_wine_try_cflags_saved
11092 ac_exeext=$ac_wine_try_cflags_saved_exeext
11094 eval ac_res=\$$as_ac_var
11095 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
11096 printf "%s\n" "$ac_res" >&6; }
11097 if eval test \"x\$"$as_ac_var"\" = x"yes"
11099 as_fn_append ${wine_arch}_EXTRACFLAGS " -Wno-microsoft-enum-forward-reference"
11101 { as_ac_var=`printf "%s\n" "ac_cv_${wine_arch}_cflags_-Wshift-overflow=2" |
$as_tr_sh`
11102 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -Wshift-overflow=2" >&5
11103 printf %s "checking whether $CC supports -Wshift-overflow=2... " >&6; }
11104 if eval test \${$as_ac_var+y}
11106 printf %s "(cached) " >&6
11108 ac_wine_try_cflags_saved=$CFLAGS
11109 ac_wine_try_cflags_saved_exeext=$ac_exeext
11110 CFLAGS="$CFLAGS -nostdlib -nodefaultlibs -Wshift-overflow=2"
11112 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11113 /* end confdefs.h. */
11114 void *__os_arm64x_dispatch_ret = 0;
11115 int __cdecl mainCRTStartup(void) { return 0; }
11117 if ac_fn_c_try_link "$LINENO"
11119 eval "$as_ac_var=yes"
11121 eval "$as_ac_var=no"
11123 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11124 conftest$ac_exeext conftest.$ac_ext
11125 CFLAGS=$ac_wine_try_cflags_saved
11126 ac_exeext=$ac_wine_try_cflags_saved_exeext
11128 eval ac_res=\$$as_ac_var
11129 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
11130 printf "%s\n" "$ac_res" >&6; }
11131 if eval test \"x\$"$as_ac_var"\" = x"yes"
11133 as_fn_append ${wine_arch}_EXTRACFLAGS " -Wshift-overflow=2"
11135 { as_ac_var=`printf "%s\n" "ac_cv_${wine_arch}_cflags_-Wstrict-prototypes" |
$as_tr_sh`
11136 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -Wstrict-prototypes" >&5
11137 printf %s "checking whether $CC supports -Wstrict-prototypes... " >&6; }
11138 if eval test \${$as_ac_var+y}
11140 printf %s "(cached) " >&6
11142 ac_wine_try_cflags_saved=$CFLAGS
11143 ac_wine_try_cflags_saved_exeext=$ac_exeext
11144 CFLAGS="$CFLAGS -nostdlib -nodefaultlibs -Wstrict-prototypes"
11146 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11147 /* end confdefs.h. */
11148 void *__os_arm64x_dispatch_ret = 0;
11149 int __cdecl mainCRTStartup(void) { return 0; }
11151 if ac_fn_c_try_link "$LINENO"
11153 eval "$as_ac_var=yes"
11155 eval "$as_ac_var=no"
11157 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11158 conftest$ac_exeext conftest.$ac_ext
11159 CFLAGS=$ac_wine_try_cflags_saved
11160 ac_exeext=$ac_wine_try_cflags_saved_exeext
11162 eval ac_res=\$$as_ac_var
11163 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
11164 printf "%s\n" "$ac_res" >&6; }
11165 if eval test \"x\$"$as_ac_var"\" = x"yes"
11167 as_fn_append ${wine_arch}_EXTRACFLAGS " -Wstrict-prototypes"
11169 { as_ac_var=`printf "%s\n" "ac_cv_${wine_arch}_cflags_-Wtype-limits" |
$as_tr_sh`
11170 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -Wtype-limits" >&5
11171 printf %s "checking whether $CC supports -Wtype-limits... " >&6; }
11172 if eval test \${$as_ac_var+y}
11174 printf %s "(cached) " >&6
11176 ac_wine_try_cflags_saved=$CFLAGS
11177 ac_wine_try_cflags_saved_exeext=$ac_exeext
11178 CFLAGS="$CFLAGS -nostdlib -nodefaultlibs -Wtype-limits"
11180 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11181 /* end confdefs.h. */
11182 void *__os_arm64x_dispatch_ret = 0;
11183 int __cdecl mainCRTStartup(void) { return 0; }
11185 if ac_fn_c_try_link "$LINENO"
11187 eval "$as_ac_var=yes"
11189 eval "$as_ac_var=no"
11191 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11192 conftest$ac_exeext conftest.$ac_ext
11193 CFLAGS=$ac_wine_try_cflags_saved
11194 ac_exeext=$ac_wine_try_cflags_saved_exeext
11196 eval ac_res=\$$as_ac_var
11197 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
11198 printf "%s\n" "$ac_res" >&6; }
11199 if eval test \"x\$"$as_ac_var"\" = x"yes"
11201 as_fn_append ${wine_arch}_EXTRACFLAGS " -Wtype-limits"
11203 { as_ac_var=`printf "%s\n" "ac_cv_${wine_arch}_cflags_-Wunused-but-set-parameter" |
$as_tr_sh`
11204 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -Wunused-but-set-parameter" >&5
11205 printf %s "checking whether $CC supports -Wunused-but-set-parameter... " >&6; }
11206 if eval test \${$as_ac_var+y}
11208 printf %s "(cached) " >&6
11210 ac_wine_try_cflags_saved=$CFLAGS
11211 ac_wine_try_cflags_saved_exeext=$ac_exeext
11212 CFLAGS="$CFLAGS -nostdlib -nodefaultlibs -Wunused-but-set-parameter"
11214 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11215 /* end confdefs.h. */
11216 void *__os_arm64x_dispatch_ret = 0;
11217 int __cdecl mainCRTStartup(void) { return 0; }
11219 if ac_fn_c_try_link "$LINENO"
11221 eval "$as_ac_var=yes"
11223 eval "$as_ac_var=no"
11225 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11226 conftest$ac_exeext conftest.$ac_ext
11227 CFLAGS=$ac_wine_try_cflags_saved
11228 ac_exeext=$ac_wine_try_cflags_saved_exeext
11230 eval ac_res=\$$as_ac_var
11231 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
11232 printf "%s\n" "$ac_res" >&6; }
11233 if eval test \"x\$"$as_ac_var"\" = x"yes"
11235 as_fn_append ${wine_arch}_EXTRACFLAGS " -Wunused-but-set-parameter"
11237 { as_ac_var=`printf "%s\n" "ac_cv_${wine_arch}_cflags_-Wvla" |
$as_tr_sh`
11238 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -Wvla" >&5
11239 printf %s "checking whether $CC supports -Wvla... " >&6; }
11240 if eval test \${$as_ac_var+y}
11242 printf %s "(cached) " >&6
11244 ac_wine_try_cflags_saved=$CFLAGS
11245 ac_wine_try_cflags_saved_exeext=$ac_exeext
11246 CFLAGS="$CFLAGS -nostdlib -nodefaultlibs -Wvla"
11248 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11249 /* end confdefs.h. */
11250 void *__os_arm64x_dispatch_ret = 0;
11251 int __cdecl mainCRTStartup(void) { return 0; }
11253 if ac_fn_c_try_link "$LINENO"
11255 eval "$as_ac_var=yes"
11257 eval "$as_ac_var=no"
11259 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11260 conftest$ac_exeext conftest.$ac_ext
11261 CFLAGS=$ac_wine_try_cflags_saved
11262 ac_exeext=$ac_wine_try_cflags_saved_exeext
11264 eval ac_res=\$$as_ac_var
11265 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
11266 printf "%s\n" "$ac_res" >&6; }
11267 if eval test \"x\$"$as_ac_var"\" = x"yes"
11269 as_fn_append ${wine_arch}_EXTRACFLAGS " -Wvla"
11271 { as_ac_var=`printf "%s\n" "ac_cv_${wine_arch}_cflags_-Wwrite-strings" |
$as_tr_sh`
11272 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -Wwrite-strings" >&5
11273 printf %s "checking whether $CC supports -Wwrite-strings... " >&6; }
11274 if eval test \${$as_ac_var+y}
11276 printf %s "(cached) " >&6
11278 ac_wine_try_cflags_saved=$CFLAGS
11279 ac_wine_try_cflags_saved_exeext=$ac_exeext
11280 CFLAGS="$CFLAGS -nostdlib -nodefaultlibs -Wwrite-strings"
11282 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11283 /* end confdefs.h. */
11284 void *__os_arm64x_dispatch_ret = 0;
11285 int __cdecl mainCRTStartup(void) { return 0; }
11287 if ac_fn_c_try_link "$LINENO"
11289 eval "$as_ac_var=yes"
11291 eval "$as_ac_var=no"
11293 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11294 conftest$ac_exeext conftest.$ac_ext
11295 CFLAGS=$ac_wine_try_cflags_saved
11296 ac_exeext=$ac_wine_try_cflags_saved_exeext
11298 eval ac_res=\$$as_ac_var
11299 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
11300 printf "%s\n" "$ac_res" >&6; }
11301 if eval test \"x\$"$as_ac_var"\" = x"yes"
11303 as_fn_append ${wine_arch}_EXTRACFLAGS " -Wwrite-strings"
11305 { as_ac_var=`printf "%s\n" "ac_cv_${wine_arch}_cflags_-Wpointer-arith" |
$as_tr_sh`
11306 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -Wpointer-arith" >&5
11307 printf %s "checking whether $CC supports -Wpointer-arith... " >&6; }
11308 if eval test \${$as_ac_var+y}
11310 printf %s "(cached) " >&6
11312 ac_wine_try_cflags_saved=$CFLAGS
11313 ac_wine_try_cflags_saved_exeext=$ac_exeext
11314 CFLAGS="$CFLAGS -nostdlib -nodefaultlibs -Wpointer-arith"
11316 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11317 /* end confdefs.h. */
11318 void *__os_arm64x_dispatch_ret = 0;
11319 int __cdecl mainCRTStartup(void) { return 0; }
11321 if ac_fn_c_try_link "$LINENO"
11323 eval "$as_ac_var=yes"
11325 eval "$as_ac_var=no"
11327 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11328 conftest$ac_exeext conftest.$ac_ext
11329 CFLAGS=$ac_wine_try_cflags_saved
11330 ac_exeext=$ac_wine_try_cflags_saved_exeext
11332 eval ac_res=\$$as_ac_var
11333 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
11334 printf "%s\n" "$ac_res" >&6; }
11335 if eval test \"x\$"$as_ac_var"\" = x"yes"
11337 as_fn_append ${wine_arch}_EXTRACFLAGS " -Wpointer-arith"
11339 { as_ac_var=`printf "%s\n" "ac_cv_${wine_arch}_cflags_-Wlogical-op" |
$as_tr_sh`
11340 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -Wlogical-op" >&5
11341 printf %s "checking whether $CC supports -Wlogical-op... " >&6; }
11342 if eval test \${$as_ac_var+y}
11344 printf %s "(cached) " >&6
11346 ac_wine_try_cflags_saved=$CFLAGS
11347 ac_wine_try_cflags_saved_exeext=$ac_exeext
11348 CFLAGS="$CFLAGS -nostdlib -nodefaultlibs -Wlogical-op"
11350 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11351 /* end confdefs.h. */
11352 void *__os_arm64x_dispatch_ret = 0;
11353 int __cdecl mainCRTStartup(void) { return 0; }
11355 if ac_fn_c_try_link "$LINENO"
11357 eval "$as_ac_var=yes"
11359 eval "$as_ac_var=no"
11361 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11362 conftest$ac_exeext conftest.$ac_ext
11363 CFLAGS=$ac_wine_try_cflags_saved
11364 ac_exeext=$ac_wine_try_cflags_saved_exeext
11366 eval ac_res=\$$as_ac_var
11367 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
11368 printf "%s\n" "$ac_res" >&6; }
11369 if eval test \"x\$"$as_ac_var"\" = x"yes"
11371 as_fn_append ${wine_arch}_EXTRACFLAGS " -Wlogical-op"
11373 { as_ac_var=`printf "%s\n" "ac_cv_${wine_arch}_cflags_-Wabsolute-value" |
$as_tr_sh`
11374 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -Wabsolute-value" >&5
11375 printf %s "checking whether $CC supports -Wabsolute-value... " >&6; }
11376 if eval test \${$as_ac_var+y}
11378 printf %s "(cached) " >&6
11380 ac_wine_try_cflags_saved=$CFLAGS
11381 ac_wine_try_cflags_saved_exeext=$ac_exeext
11382 CFLAGS="$CFLAGS -nostdlib -nodefaultlibs -Wabsolute-value"
11384 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11385 /* end confdefs.h. */
11386 void *__os_arm64x_dispatch_ret = 0;
11387 int __cdecl mainCRTStartup(void) { return 0; }
11389 if ac_fn_c_try_link "$LINENO"
11391 eval "$as_ac_var=yes"
11393 eval "$as_ac_var=no"
11395 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11396 conftest$ac_exeext conftest.$ac_ext
11397 CFLAGS=$ac_wine_try_cflags_saved
11398 ac_exeext=$ac_wine_try_cflags_saved_exeext
11400 eval ac_res=\$$as_ac_var
11401 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
11402 printf "%s\n" "$ac_res" >&6; }
11403 if eval test \"x\$"$as_ac_var"\" = x"yes"
11405 as_fn_append ${wine_arch}_EXTRACFLAGS " -Wabsolute-value"
11409 i386) { as_ac_var=`printf "%s\n" "ac_cv_${wine_arch}_cflags_-fno-omit-frame-pointer" |
$as_tr_sh`
11410 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -fno-omit-frame-pointer" >&5
11411 printf %s "checking whether $CC supports -fno-omit-frame-pointer... " >&6; }
11412 if eval test \${$as_ac_var+y}
11414 printf %s "(cached) " >&6
11416 ac_wine_try_cflags_saved=$CFLAGS
11417 ac_wine_try_cflags_saved_exeext=$ac_exeext
11418 CFLAGS="$CFLAGS -nostdlib -nodefaultlibs -fno-omit-frame-pointer"
11420 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11421 /* end confdefs.h. */
11422 void *__os_arm64x_dispatch_ret = 0;
11423 int __cdecl mainCRTStartup(void) { return 0; }
11425 if ac_fn_c_try_link "$LINENO"
11427 eval "$as_ac_var=yes"
11429 eval "$as_ac_var=no"
11431 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11432 conftest$ac_exeext conftest.$ac_ext
11433 CFLAGS=$ac_wine_try_cflags_saved
11434 ac_exeext=$ac_wine_try_cflags_saved_exeext
11436 eval ac_res=\$$as_ac_var
11437 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
11438 printf "%s\n" "$ac_res" >&6; }
11439 if eval test \"x\$"$as_ac_var"\" = x"yes"
11441 as_fn_append ${wine_arch}_EXTRACFLAGS " -fno-omit-frame-pointer"
11443 { as_ac_var=`printf "%s\n" "ac_cv_${wine_arch}_cflags_-Wl,--disable-stdcall-fixup" |
$as_tr_sh`
11444 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -Wl,--disable-stdcall-fixup" >&5
11445 printf %s "checking whether $CC supports -Wl,--disable-stdcall-fixup... " >&6; }
11446 if eval test \${$as_ac_var+y}
11448 printf %s "(cached) " >&6
11450 ac_wine_try_cflags_saved=$CFLAGS
11451 ac_wine_try_cflags_saved_exeext=$ac_exeext
11452 CFLAGS="$CFLAGS -nostdlib -nodefaultlibs -Wl,--disable-stdcall-fixup"
11454 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11455 /* end confdefs.h. */
11456 void *__os_arm64x_dispatch_ret = 0;
11457 int __cdecl mainCRTStartup(void) { return 0; }
11459 if ac_fn_c_try_link "$LINENO"
11461 eval "$as_ac_var=yes"
11463 eval "$as_ac_var=no"
11465 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11466 conftest$ac_exeext conftest.$ac_ext
11467 CFLAGS=$ac_wine_try_cflags_saved
11468 ac_exeext=$ac_wine_try_cflags_saved_exeext
11470 eval ac_res=\$$as_ac_var
11471 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
11472 printf "%s\n" "$ac_res" >&6; }
11473 if eval test \"x\$"$as_ac_var"\" = x"yes"
11475 as_fn_append ${wine_arch}_LDFLAGS " -Wl,--disable-stdcall-fixup"
11477 x86_64) { as_ac_var=`printf "%s\n" "ac_cv_${wine_arch}_cflags_-Wformat-overflow" |
$as_tr_sh`
11478 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -Wformat-overflow" >&5
11479 printf %s "checking whether $CC supports -Wformat-overflow... " >&6; }
11480 if eval test \${$as_ac_var+y}
11482 printf %s "(cached) " >&6
11484 ac_wine_try_cflags_saved=$CFLAGS
11485 ac_wine_try_cflags_saved_exeext=$ac_exeext
11486 CFLAGS="$CFLAGS -nostdlib -nodefaultlibs -Wformat-overflow"
11488 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11489 /* end confdefs.h. */
11490 void *__os_arm64x_dispatch_ret = 0;
11491 int __cdecl mainCRTStartup(void) { return 0; }
11493 if ac_fn_c_try_link "$LINENO"
11495 eval "$as_ac_var=yes"
11497 eval "$as_ac_var=no"
11499 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11500 conftest$ac_exeext conftest.$ac_ext
11501 CFLAGS=$ac_wine_try_cflags_saved
11502 ac_exeext=$ac_wine_try_cflags_saved_exeext
11504 eval ac_res=\$$as_ac_var
11505 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
11506 printf "%s\n" "$ac_res" >&6; }
11507 if eval test \"x\$"$as_ac_var"\" = x"yes"
11509 as_fn_append ${wine_arch}_EXTRACFLAGS " -Wformat-overflow"
11511 { as_ac_var=`printf "%s\n" "ac_cv_${wine_arch}_cflags_-Wnonnull" |
$as_tr_sh`
11512 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -Wnonnull" >&5
11513 printf %s "checking whether $CC supports -Wnonnull... " >&6; }
11514 if eval test \${$as_ac_var+y}
11516 printf %s "(cached) " >&6
11518 ac_wine_try_cflags_saved=$CFLAGS
11519 ac_wine_try_cflags_saved_exeext=$ac_exeext
11520 CFLAGS="$CFLAGS -nostdlib -nodefaultlibs -Wnonnull"
11522 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11523 /* end confdefs.h. */
11524 void *__os_arm64x_dispatch_ret = 0;
11525 int __cdecl mainCRTStartup(void) { return 0; }
11527 if ac_fn_c_try_link "$LINENO"
11529 eval "$as_ac_var=yes"
11531 eval "$as_ac_var=no"
11533 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11534 conftest$ac_exeext conftest.$ac_ext
11535 CFLAGS=$ac_wine_try_cflags_saved
11536 ac_exeext=$ac_wine_try_cflags_saved_exeext
11538 eval ac_res=\$$as_ac_var
11539 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
11540 printf "%s\n" "$ac_res" >&6; }
11541 if eval test \"x\$"$as_ac_var"\" = x"yes"
11543 as_fn_append ${wine_arch}_EXTRACFLAGS " -Wnonnull"
11545 { as_ac_var=`printf "%s\n" "ac_cv_${wine_arch}_cflags_-mcx16" |
$as_tr_sh`
11546 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -mcx16" >&5
11547 printf %s "checking whether $CC supports -mcx16... " >&6; }
11548 if eval test \${$as_ac_var+y}
11550 printf %s "(cached) " >&6
11552 ac_wine_try_cflags_saved=$CFLAGS
11553 ac_wine_try_cflags_saved_exeext=$ac_exeext
11554 CFLAGS="$CFLAGS -nostdlib -nodefaultlibs -mcx16"
11556 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11557 /* end confdefs.h. */
11558 void *__os_arm64x_dispatch_ret = 0;
11559 int __cdecl mainCRTStartup(void) { return 0; }
11561 if ac_fn_c_try_link "$LINENO"
11563 eval "$as_ac_var=yes"
11565 eval "$as_ac_var=no"
11567 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11568 conftest$ac_exeext conftest.$ac_ext
11569 CFLAGS=$ac_wine_try_cflags_saved
11570 ac_exeext=$ac_wine_try_cflags_saved_exeext
11572 eval ac_res=\$$as_ac_var
11573 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
11574 printf "%s\n" "$ac_res" >&6; }
11575 if eval test \"x\$"$as_ac_var"\" = x"yes"
11577 as_fn_append ${wine_arch}_EXTRACFLAGS " -mcx16"
11579 { as_ac_var=`printf "%s\n" "ac_cv_${wine_arch}_cflags_-mcmodel=small" |
$as_tr_sh`
11580 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -mcmodel=small" >&5
11581 printf %s "checking whether $CC supports -mcmodel=small... " >&6; }
11582 if eval test \${$as_ac_var+y}
11584 printf %s "(cached) " >&6
11586 ac_wine_try_cflags_saved=$CFLAGS
11587 ac_wine_try_cflags_saved_exeext=$ac_exeext
11588 CFLAGS="$CFLAGS -nostdlib -nodefaultlibs -mcmodel=small"
11590 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11591 /* end confdefs.h. */
11592 void *__os_arm64x_dispatch_ret = 0;
11593 int __cdecl mainCRTStartup(void) { return 0; }
11595 if ac_fn_c_try_link "$LINENO"
11597 eval "$as_ac_var=yes"
11599 eval "$as_ac_var=no"
11601 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11602 conftest$ac_exeext conftest.$ac_ext
11603 CFLAGS=$ac_wine_try_cflags_saved
11604 ac_exeext=$ac_wine_try_cflags_saved_exeext
11606 eval ac_res=\$$as_ac_var
11607 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
11608 printf "%s\n" "$ac_res" >&6; }
11609 if eval test \"x\$"$as_ac_var"\" = x"yes"
11611 as_fn_append ${wine_arch}_EXTRACFLAGS " -mcmodel=small"
11615 wine_crossdebug=$CROSSDEBUG
11616 if test -z "$wine_crossdebug"
11618 for ac_flag in $CFLAGS; do
11620 -gdwarf*) wine_crossdebug=dwarf ;;
11621 -gcodeview) wine_crossdebug=pdb ;;
11622 -g) wine_crossdebug=${wine_crossdebug:-dwarf} ;;
11627 ac_debug_format_seen=""
11628 for ac_flag in $CFLAGS; do
11630 -gdwarf*|-gcodeview) ac_debug_format_seen=$ac_flag ;;
11633 if test "x$ac_debug_format_seen" = x
11635 case $wine_crossdebug in
11636 *dwarf) { as_ac_var=`printf "%s\n" "ac_cv_${wine_arch}_cflags_-gdwarf-4" |
$as_tr_sh`
11637 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -gdwarf-4" >&5
11638 printf %s "checking whether $CC supports -gdwarf-4... " >&6; }
11639 if eval test \${$as_ac_var+y}
11641 printf %s "(cached) " >&6
11643 ac_wine_try_cflags_saved=$CFLAGS
11644 ac_wine_try_cflags_saved_exeext=$ac_exeext
11645 CFLAGS="$CFLAGS -nostdlib -nodefaultlibs -gdwarf-4"
11647 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11648 /* end confdefs.h. */
11649 void *__os_arm64x_dispatch_ret = 0;
11650 int __cdecl mainCRTStartup(void) { return 0; }
11652 if ac_fn_c_try_link "$LINENO"
11654 eval "$as_ac_var=yes"
11656 eval "$as_ac_var=no"
11658 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11659 conftest$ac_exeext conftest.$ac_ext
11660 CFLAGS=$ac_wine_try_cflags_saved
11661 ac_exeext=$ac_wine_try_cflags_saved_exeext
11663 eval ac_res=\$$as_ac_var
11664 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
11665 printf "%s\n" "$ac_res" >&6; }
11666 if eval test \"x\$"$as_ac_var"\" = x"yes"
11668 as_fn_append ${wine_arch}_EXTRACFLAGS " -gdwarf-4"
11670 pdb) { as_ac_var=`printf "%s\n" "ac_cv_${wine_arch}_cflags_-gcodeview" |
$as_tr_sh`
11671 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -gcodeview" >&5
11672 printf %s "checking whether $CC supports -gcodeview... " >&6; }
11673 if eval test \${$as_ac_var+y}
11675 printf %s "(cached) " >&6
11677 ac_wine_try_cflags_saved=$CFLAGS
11678 ac_wine_try_cflags_saved_exeext=$ac_exeext
11679 CFLAGS="$CFLAGS -nostdlib -nodefaultlibs -gcodeview"
11681 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11682 /* end confdefs.h. */
11683 void *__os_arm64x_dispatch_ret = 0;
11684 int __cdecl mainCRTStartup(void) { return 0; }
11686 if ac_fn_c_try_link "$LINENO"
11688 eval "$as_ac_var=yes"
11690 eval "$as_ac_var=no"
11692 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11693 conftest$ac_exeext conftest.$ac_ext
11694 CFLAGS=$ac_wine_try_cflags_saved
11695 ac_exeext=$ac_wine_try_cflags_saved_exeext
11697 eval ac_res=\$$as_ac_var
11698 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
11699 printf "%s\n" "$ac_res" >&6; }
11700 if eval test \"x\$"$as_ac_var"\" = x"yes"
11702 as_fn_append ${wine_arch}_EXTRACFLAGS " -gcodeview"
11706 eval "${wine_arch}_DEBUG=\$wine_crossdebug"
11708 test "x$enable_werror" != xyes || { as_ac_var=`printf "%s\n" "ac_cv_${wine_arch}_cflags_-Werror" |
$as_tr_sh`
11709 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -Werror" >&5
11710 printf %s "checking whether $CC supports -Werror... " >&6; }
11711 if eval test \${$as_ac_var+y}
11713 printf %s "(cached) " >&6
11715 ac_wine_try_cflags_saved=$CFLAGS
11716 ac_wine_try_cflags_saved_exeext=$ac_exeext
11717 CFLAGS="$CFLAGS -nostdlib -nodefaultlibs -Werror"
11719 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11720 /* end confdefs.h. */
11721 void *__os_arm64x_dispatch_ret = 0;
11722 int __cdecl mainCRTStartup(void) { return 0; }
11724 if ac_fn_c_try_link "$LINENO"
11726 eval "$as_ac_var=yes"
11728 eval "$as_ac_var=no"
11730 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11731 conftest$ac_exeext conftest.$ac_ext
11732 CFLAGS=$ac_wine_try_cflags_saved
11733 ac_exeext=$ac_wine_try_cflags_saved_exeext
11735 eval ac_res=\$$as_ac_var
11736 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
11737 printf "%s\n" "$ac_res" >&6; }
11738 if eval test \"x\$"$as_ac_var"\" = x"yes"
11740 as_fn_append ${wine_arch}_EXTRACFLAGS " -Werror"
11742 test "x$enable_build_id" != xyes || { as_ac_var=`printf "%s\n" "ac_cv_${wine_arch}_cflags_-Wl,--build-id" |
$as_tr_sh`
11743 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -Wl,--build-id" >&5
11744 printf %s "checking whether $CC supports -Wl,--build-id... " >&6; }
11745 if eval test \${$as_ac_var+y}
11747 printf %s "(cached) " >&6
11749 ac_wine_try_cflags_saved=$CFLAGS
11750 ac_wine_try_cflags_saved_exeext=$ac_exeext
11751 CFLAGS="$CFLAGS -nostdlib -nodefaultlibs -Wl,--build-id"
11753 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11754 /* end confdefs.h. */
11755 void *__os_arm64x_dispatch_ret = 0;
11756 int __cdecl mainCRTStartup(void) { return 0; }
11758 if ac_fn_c_try_link "$LINENO"
11760 eval "$as_ac_var=yes"
11762 eval "$as_ac_var=no"
11764 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11765 conftest$ac_exeext conftest.$ac_ext
11766 CFLAGS=$ac_wine_try_cflags_saved
11767 ac_exeext=$ac_wine_try_cflags_saved_exeext
11769 eval ac_res=\$$as_ac_var
11770 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
11771 printf "%s\n" "$ac_res" >&6; }
11772 if eval test \"x\$"$as_ac_var"\" = x"yes"
11774 as_fn_append ${wine_arch}_CFLAGS " -Wl,--build-id"
11775 as_fn_append ${wine_arch}_LDFLAGS " -Wl,--build-id"
11779 CFLAGS=$saved_CFLAGS
11780 LDFLAGS=$saved_LDFLAGS
11783 if test $HOST_ARCH = aarch64
11785 test "x$PE_ARCHS" != x || as_fn_error $? "PE cross-compilation is required for ARM64, please install clang/llvm-dlltool/lld, or llvm-mingw." "$LINENO" 5
11790 if test "x$with_system_dllpath" != "x" -a -n "$PE_ARCHS"
11792 if test "x$HOST_ARCH" = xi386
11794 ac_prefix_list="i686-w64-mingw32-pkg-config i586-w64-mingw32-pkg-config i486-w64-mingw32-pkg-config i386-w64-mingw32-pkg-config "
11796 ac_prefix_list="$host_cpu-w64-mingw32-pkg-config"
11798 for ac_prog in $ac_prefix_list
11800 # Extract the first word of "$ac_prog", so it can be a program name with args.
11801 set dummy $ac_prog; ac_word=$2
11802 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11803 printf %s "checking for $ac_word... " >&6; }
11804 if test ${ac_cv_prog_MINGW_PKG_CONFIG+y}
11806 printf %s "(cached) " >&6
11808 if test -n "$MINGW_PKG_CONFIG"; then
11809 ac_cv_prog_MINGW_PKG_CONFIG="$MINGW_PKG_CONFIG" # Let the user override the test.
11811 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11812 for as_dir in $PATH
11815 case $as_dir in #(((
11818 *) as_dir=$as_dir/ ;;
11820 for ac_exec_ext in '' $ac_executable_extensions; do
11821 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
11822 ac_cv_prog_MINGW_PKG_CONFIG="$ac_prog"
11823 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
11832 MINGW_PKG_CONFIG=$ac_cv_prog_MINGW_PKG_CONFIG
11833 if test -n "$MINGW_PKG_CONFIG"; then
11834 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MINGW_PKG_CONFIG" >&5
11835 printf "%s\n" "$MINGW_PKG_CONFIG" >&6; }
11837 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
11838 printf "%s\n" "no" >&6; }
11842 test -n "$MINGW_PKG_CONFIG" && break
11844 test -n "$MINGW_PKG_CONFIG" || MINGW_PKG_CONFIG="false"
11846 if ${FAUDIO_PE_CFLAGS:+false} :
11848 if test ${MINGW_PKG_CONFIG+y}
11850 FAUDIO_PE_CFLAGS=`$MINGW_PKG_CONFIG --cflags FAudio
2>/dev
/null
`
11853 if ${FAUDIO_PE_LIBS:+false} :
11855 if test ${MINGW_PKG_CONFIG+y}
11857 FAUDIO_PE_LIBS=`$MINGW_PKG_CONFIG --libs FAudio
2>/dev
/null
`
11860 FAUDIO_PE_LIBS=${FAUDIO_PE_LIBS:-"-lFAudio"}
11861 ac_save_CPPFLAGS=$CPPFLAGS
11862 CPPFLAGS="$CPPFLAGS $FAUDIO_PE_CFLAGS"
11863 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MinGW FAudio.h" >&5
11864 printf %s "checking for MinGW FAudio.h... " >&6; }
11865 if test ${ac_cv_mingw_header_FAudio_h+y}
11867 printf %s "(cached) " >&6
11869 ac_wine_check_headers_saved_cc=$CC
11870 ac_wine_check_headers_saved_exeext=$ac_exeext
11871 eval CC=\$${wine_arch}_CC
11873 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11874 /* end confdefs.h. */
11876 #include <FAudio.h>
11885 if ac_fn_c_try_compile "$LINENO"
11887 ac_cv_mingw_header_FAudio_h=yes
11889 ac_cv_mingw_header_FAudio_h=no
11891 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
11892 CC=$ac_wine_check_headers_saved_cc
11893 ac_exeext=$ac_wine_check_headers_saved_exeext
11895 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_header_FAudio_h" >&5
11896 printf "%s\n" "$ac_cv_mingw_header_FAudio_h" >&6; }
11897 if test "x$ac_cv_mingw_header_FAudio_h" = xyes
11899 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for FAudio_CommitOperationSet in MinGW -lFAudio" >&5
11900 printf %s "checking for FAudio_CommitOperationSet in MinGW -lFAudio... " >&6; }
11901 if test ${ac_cv_mingw_lib_FAudio+y}
11903 printf %s "(cached) " >&6
11905 ac_wine_check_headers_saved_cc=$CC
11906 ac_wine_check_headers_saved_exeext=$ac_exeext
11907 ac_wine_check_headers_saved_libs=$LIBS
11908 eval CC=\$${wine_arch}_CC
11910 LIBS="-lFAudio $FAUDIO_PE_LIBS $LIBS"
11911 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11912 /* end confdefs.h. */
11914 /* Override any GCC internal prototype to avoid an error.
11915 Use char because int might match the return type of a GCC
11916 builtin and then its argument prototype would still apply. */
11917 char FAudio_CommitOperationSet ();
11921 return FAudio_CommitOperationSet ();
11926 if ac_fn_c_try_link "$LINENO"
11928 ac_cv_mingw_lib_FAudio=yes
11930 ac_cv_mingw_lib_FAudio=no
11932 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11933 conftest$ac_exeext conftest.$ac_ext
11934 CC=$ac_wine_check_headers_saved_cc
11935 ac_exeext=$ac_wine_check_headers_saved_exeext
11936 LIBS=$ac_wine_check_headers_saved_libs
11938 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_lib_FAudio" >&5
11939 printf "%s\n" "$ac_cv_mingw_lib_FAudio" >&6; }
11940 if test "x$ac_cv_mingw_lib_FAudio" = xyes
11944 FAUDIO_PE_CFLAGS=""; FAUDIO_PE_LIBS=""
11947 FAUDIO_PE_CFLAGS=""; FAUDIO_PE_LIBS=""
11949 CPPFLAGS=$ac_save_CPPFLAGS
11951 if test "x$FAUDIO_PE_LIBS" = "x"
11953 as_fn_append wine_notices "|FAudio ${notice_platform}MinGW development files not found (or too old); using bundled version."
11956 if ${FLUIDSYNTH_PE_CFLAGS:+false} :
11958 if test ${MINGW_PKG_CONFIG+y}
11960 FLUIDSYNTH_PE_CFLAGS=`$MINGW_PKG_CONFIG --cflags fluidsynth
2>/dev
/null
`
11963 if ${FLUIDSYNTH_PE_LIBS:+false} :
11965 if test ${MINGW_PKG_CONFIG+y}
11967 FLUIDSYNTH_PE_LIBS=`$MINGW_PKG_CONFIG --libs fluidsynth
2>/dev
/null
`
11970 FLUIDSYNTH_PE_LIBS=${FLUIDSYNTH_PE_LIBS:-"-lfluidsynth"}
11971 ac_save_CPPFLAGS=$CPPFLAGS
11972 CPPFLAGS="$CPPFLAGS $FLUIDSYNTH_PE_CFLAGS"
11973 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MinGW fluidsynth.h" >&5
11974 printf %s "checking for MinGW fluidsynth.h... " >&6; }
11975 if test ${ac_cv_mingw_header_fluidsynth_h+y}
11977 printf %s "(cached) " >&6
11979 ac_wine_check_headers_saved_cc=$CC
11980 ac_wine_check_headers_saved_exeext=$ac_exeext
11981 eval CC=\$${wine_arch}_CC
11983 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11984 /* end confdefs.h. */
11986 #include <fluidsynth.h>
11995 if ac_fn_c_try_compile "$LINENO"
11997 ac_cv_mingw_header_fluidsynth_h=yes
11999 ac_cv_mingw_header_fluidsynth_h=no
12001 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
12002 CC=$ac_wine_check_headers_saved_cc
12003 ac_exeext=$ac_wine_check_headers_saved_exeext
12005 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_header_fluidsynth_h" >&5
12006 printf "%s\n" "$ac_cv_mingw_header_fluidsynth_h" >&6; }
12007 if test "x$ac_cv_mingw_header_fluidsynth_h" = xyes
12009 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for new_fluid_synth in MinGW -lfluidsynth" >&5
12010 printf %s "checking for new_fluid_synth in MinGW -lfluidsynth... " >&6; }
12011 if test ${ac_cv_mingw_lib_fluidsynth+y}
12013 printf %s "(cached) " >&6
12015 ac_wine_check_headers_saved_cc=$CC
12016 ac_wine_check_headers_saved_exeext=$ac_exeext
12017 ac_wine_check_headers_saved_libs=$LIBS
12018 eval CC=\$${wine_arch}_CC
12020 LIBS="-lfluidsynth $FLUIDSYNTH_PE_LIBS $LIBS"
12021 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12022 /* end confdefs.h. */
12024 /* Override any GCC internal prototype to avoid an error.
12025 Use char because int might match the return type of a GCC
12026 builtin and then its argument prototype would still apply. */
12027 char new_fluid_synth ();
12031 return new_fluid_synth ();
12036 if ac_fn_c_try_link "$LINENO"
12038 ac_cv_mingw_lib_fluidsynth=yes
12040 ac_cv_mingw_lib_fluidsynth=no
12042 rm -f core conftest.err conftest.$ac_objext conftest.beam \
12043 conftest$ac_exeext conftest.$ac_ext
12044 CC=$ac_wine_check_headers_saved_cc
12045 ac_exeext=$ac_wine_check_headers_saved_exeext
12046 LIBS=$ac_wine_check_headers_saved_libs
12048 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_lib_fluidsynth" >&5
12049 printf "%s\n" "$ac_cv_mingw_lib_fluidsynth" >&6; }
12050 if test "x$ac_cv_mingw_lib_fluidsynth" = xyes
12054 FLUIDSYNTH_PE_CFLAGS=""; FLUIDSYNTH_PE_LIBS=""
12057 FLUIDSYNTH_PE_CFLAGS=""; FLUIDSYNTH_PE_LIBS=""
12059 CPPFLAGS=$ac_save_CPPFLAGS
12061 if test "x$FLUIDSYNTH_PE_LIBS" = "x"
12063 as_fn_append wine_notices "|Fluidsynth ${notice_platform}MinGW development files not found (or too old); using bundled version."
12066 if ${JPEG_PE_CFLAGS:+false} :
12068 if test ${MINGW_PKG_CONFIG+y}
12070 JPEG_PE_CFLAGS=`$MINGW_PKG_CONFIG --cflags libjpeg
2>/dev
/null
`
12073 if ${JPEG_PE_LIBS:+false} :
12075 if test ${MINGW_PKG_CONFIG+y}
12077 JPEG_PE_LIBS=`$MINGW_PKG_CONFIG --libs libjpeg
2>/dev
/null
`
12081 ac_save_CPPFLAGS=$CPPFLAGS
12082 CPPFLAGS="$CPPFLAGS $JPEG_PE_CFLAGS"
12083 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MinGW jpeglib.h" >&5
12084 printf %s "checking for MinGW jpeglib.h... " >&6; }
12085 if test ${ac_cv_mingw_header_jpeglib_h+y}
12087 printf %s "(cached) " >&6
12089 ac_wine_check_headers_saved_cc=$CC
12090 ac_wine_check_headers_saved_exeext=$ac_exeext
12091 eval CC=\$${wine_arch}_CC
12093 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12094 /* end confdefs.h. */
12095 #include <stddef.h>
12097 #include <jpeglib.h>
12106 if ac_fn_c_try_compile "$LINENO"
12108 ac_cv_mingw_header_jpeglib_h=yes
12110 ac_cv_mingw_header_jpeglib_h=no
12112 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
12113 CC=$ac_wine_check_headers_saved_cc
12114 ac_exeext=$ac_wine_check_headers_saved_exeext
12116 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_header_jpeglib_h" >&5
12117 printf "%s\n" "$ac_cv_mingw_header_jpeglib_h" >&6; }
12118 if test "x$ac_cv_mingw_header_jpeglib_h" = xyes
12120 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for jpeg_start_decompress in MinGW -ljpeg" >&5
12121 printf %s "checking for jpeg_start_decompress in MinGW -ljpeg... " >&6; }
12122 if test ${ac_cv_mingw_lib_jpeg+y}
12124 printf %s "(cached) " >&6
12126 ac_wine_check_headers_saved_cc=$CC
12127 ac_wine_check_headers_saved_exeext=$ac_exeext
12128 ac_wine_check_headers_saved_libs=$LIBS
12129 eval CC=\$${wine_arch}_CC
12131 LIBS="-ljpeg $JPEG_PE_LIBS $LIBS"
12132 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12133 /* end confdefs.h. */
12135 /* Override any GCC internal prototype to avoid an error.
12136 Use char because int might match the return type of a GCC
12137 builtin and then its argument prototype would still apply. */
12138 char jpeg_start_decompress ();
12142 return jpeg_start_decompress ();
12147 if ac_fn_c_try_link "$LINENO"
12149 ac_cv_mingw_lib_jpeg=yes
12151 ac_cv_mingw_lib_jpeg=no
12153 rm -f core conftest.err conftest.$ac_objext conftest.beam \
12154 conftest$ac_exeext conftest.$ac_ext
12155 CC=$ac_wine_check_headers_saved_cc
12156 ac_exeext=$ac_wine_check_headers_saved_exeext
12157 LIBS=$ac_wine_check_headers_saved_libs
12159 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_lib_jpeg" >&5
12160 printf "%s\n" "$ac_cv_mingw_lib_jpeg" >&6; }
12161 if test "x$ac_cv_mingw_lib_jpeg" = xyes
12165 JPEG_PE_CFLAGS=""; JPEG_PE_LIBS=""
12168 JPEG_PE_CFLAGS=""; JPEG_PE_LIBS=""
12170 CPPFLAGS=$ac_save_CPPFLAGS
12172 if test "x$JPEG_PE_LIBS" = "x"
12174 as_fn_append wine_notices "|libjpeg ${notice_platform}MinGW development files not found; using bundled version."
12177 if ${LCMS2_PE_CFLAGS:+false} :
12179 if test ${MINGW_PKG_CONFIG+y}
12181 LCMS2_PE_CFLAGS=`$MINGW_PKG_CONFIG --cflags lcms2
2>/dev
/null
`
12184 if ${LCMS2_PE_LIBS:+false} :
12186 if test ${MINGW_PKG_CONFIG+y}
12188 LCMS2_PE_LIBS=`$MINGW_PKG_CONFIG --libs lcms2
2>/dev
/null
`
12191 LCMS2_PE_LIBS=${LCMS2_PE_LIBS:-"-llcms2"}
12192 ac_save_CPPFLAGS=$CPPFLAGS
12193 CPPFLAGS="$CPPFLAGS $LCMS2_PE_CFLAGS"
12194 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MinGW lcms2.h" >&5
12195 printf %s "checking for MinGW lcms2.h... " >&6; }
12196 if test ${ac_cv_mingw_header_lcms2_h+y}
12198 printf %s "(cached) " >&6
12200 ac_wine_check_headers_saved_cc=$CC
12201 ac_wine_check_headers_saved_exeext=$ac_exeext
12202 eval CC=\$${wine_arch}_CC
12204 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12205 /* end confdefs.h. */
12216 if ac_fn_c_try_compile "$LINENO"
12218 ac_cv_mingw_header_lcms2_h=yes
12220 ac_cv_mingw_header_lcms2_h=no
12222 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
12223 CC=$ac_wine_check_headers_saved_cc
12224 ac_exeext=$ac_wine_check_headers_saved_exeext
12226 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_header_lcms2_h" >&5
12227 printf "%s\n" "$ac_cv_mingw_header_lcms2_h" >&6; }
12228 if test "x$ac_cv_mingw_header_lcms2_h" = xyes
12230 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in MinGW -llcms2" >&5
12231 printf %s "checking for cmsOpenProfileFromFile in MinGW -llcms2... " >&6; }
12232 if test ${ac_cv_mingw_lib_lcms2+y}
12234 printf %s "(cached) " >&6
12236 ac_wine_check_headers_saved_cc=$CC
12237 ac_wine_check_headers_saved_exeext=$ac_exeext
12238 ac_wine_check_headers_saved_libs=$LIBS
12239 eval CC=\$${wine_arch}_CC
12241 LIBS="-llcms2 $LCMS2_PE_LIBS $LIBS"
12242 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12243 /* end confdefs.h. */
12245 /* Override any GCC internal prototype to avoid an error.
12246 Use char because int might match the return type of a GCC
12247 builtin and then its argument prototype would still apply. */
12248 char cmsOpenProfileFromFile ();
12252 return cmsOpenProfileFromFile ();
12257 if ac_fn_c_try_link "$LINENO"
12259 ac_cv_mingw_lib_lcms2=yes
12261 ac_cv_mingw_lib_lcms2=no
12263 rm -f core conftest.err conftest.$ac_objext conftest.beam \
12264 conftest$ac_exeext conftest.$ac_ext
12265 CC=$ac_wine_check_headers_saved_cc
12266 ac_exeext=$ac_wine_check_headers_saved_exeext
12267 LIBS=$ac_wine_check_headers_saved_libs
12269 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_lib_lcms2" >&5
12270 printf "%s\n" "$ac_cv_mingw_lib_lcms2" >&6; }
12271 if test "x$ac_cv_mingw_lib_lcms2" = xyes
12275 LCMS2_PE_CFLAGS=""; LCMS2_PE_LIBS=""
12278 LCMS2_PE_CFLAGS=""; LCMS2_PE_LIBS=""
12280 CPPFLAGS=$ac_save_CPPFLAGS
12282 if test "x$LCMS2_PE_LIBS" = "x"
12284 as_fn_append wine_notices "|liblcms2 ${notice_platform}MinGW development files not found; using bundled version."
12287 if ${MPG123_PE_CFLAGS:+false} :
12289 if test ${MINGW_PKG_CONFIG+y}
12291 MPG123_PE_CFLAGS=`$MINGW_PKG_CONFIG --cflags libmpg123
2>/dev
/null
`
12294 if ${MPG123_PE_LIBS:+false} :
12296 if test ${MINGW_PKG_CONFIG+y}
12298 MPG123_PE_LIBS=`$MINGW_PKG_CONFIG --libs libmpg123
2>/dev
/null
`
12301 MPG123_PE_LIBS=${MPG123_PE_LIBS:-"-lmpg123"}
12302 ac_save_CPPFLAGS=$CPPFLAGS
12303 CPPFLAGS="$CPPFLAGS $MPG123_PE_CFLAGS"
12304 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MinGW mpg123.h" >&5
12305 printf %s "checking for MinGW mpg123.h... " >&6; }
12306 if test ${ac_cv_mingw_header_mpg123_h+y}
12308 printf %s "(cached) " >&6
12310 ac_wine_check_headers_saved_cc=$CC
12311 ac_wine_check_headers_saved_exeext=$ac_exeext
12312 eval CC=\$${wine_arch}_CC
12314 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12315 /* end confdefs.h. */
12317 #include <mpg123.h>
12326 if ac_fn_c_try_compile "$LINENO"
12328 ac_cv_mingw_header_mpg123_h=yes
12330 ac_cv_mingw_header_mpg123_h=no
12332 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
12333 CC=$ac_wine_check_headers_saved_cc
12334 ac_exeext=$ac_wine_check_headers_saved_exeext
12336 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_header_mpg123_h" >&5
12337 printf "%s\n" "$ac_cv_mingw_header_mpg123_h" >&6; }
12338 if test "x$ac_cv_mingw_header_mpg123_h" = xyes
12340 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in MinGW -lmpg123" >&5
12341 printf %s "checking for mpg123_feed in MinGW -lmpg123... " >&6; }
12342 if test ${ac_cv_mingw_lib_mpg123+y}
12344 printf %s "(cached) " >&6
12346 ac_wine_check_headers_saved_cc=$CC
12347 ac_wine_check_headers_saved_exeext=$ac_exeext
12348 ac_wine_check_headers_saved_libs=$LIBS
12349 eval CC=\$${wine_arch}_CC
12351 LIBS="-lmpg123 $MPG123_PE_LIBS $LIBS"
12352 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12353 /* end confdefs.h. */
12355 /* Override any GCC internal prototype to avoid an error.
12356 Use char because int might match the return type of a GCC
12357 builtin and then its argument prototype would still apply. */
12358 char mpg123_feed ();
12362 return mpg123_feed ();
12367 if ac_fn_c_try_link "$LINENO"
12369 ac_cv_mingw_lib_mpg123=yes
12371 ac_cv_mingw_lib_mpg123=no
12373 rm -f core conftest.err conftest.$ac_objext conftest.beam \
12374 conftest$ac_exeext conftest.$ac_ext
12375 CC=$ac_wine_check_headers_saved_cc
12376 ac_exeext=$ac_wine_check_headers_saved_exeext
12377 LIBS=$ac_wine_check_headers_saved_libs
12379 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_lib_mpg123" >&5
12380 printf "%s\n" "$ac_cv_mingw_lib_mpg123" >&6; }
12381 if test "x$ac_cv_mingw_lib_mpg123" = xyes
12385 MPG123_PE_CFLAGS=""; MPG123_PE_LIBS=""
12388 MPG123_PE_CFLAGS=""; MPG123_PE_LIBS=""
12390 CPPFLAGS=$ac_save_CPPFLAGS
12392 if test "x$MPG123_PE_LIBS" = "x"
12394 as_fn_append wine_notices "|libmpg123 ${notice_platform}MinGW development files not found (or too old); using bundled version."
12397 if ${PNG_PE_CFLAGS:+false} :
12399 if test ${MINGW_PKG_CONFIG+y}
12401 PNG_PE_CFLAGS=`$MINGW_PKG_CONFIG --cflags libpng
2>/dev
/null
`
12404 if ${PNG_PE_LIBS:+false} :
12406 if test ${MINGW_PKG_CONFIG+y}
12408 PNG_PE_LIBS=`$MINGW_PKG_CONFIG --libs libpng
2>/dev
/null
`
12412 ac_save_CPPFLAGS=$CPPFLAGS
12413 CPPFLAGS="$CPPFLAGS $PNG_PE_CFLAGS"
12414 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MinGW png.h" >&5
12415 printf %s "checking for MinGW png.h... " >&6; }
12416 if test ${ac_cv_mingw_header_png_h+y}
12418 printf %s "(cached) " >&6
12420 ac_wine_check_headers_saved_cc=$CC
12421 ac_wine_check_headers_saved_exeext=$ac_exeext
12422 eval CC=\$${wine_arch}_CC
12424 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12425 /* end confdefs.h. */
12436 if ac_fn_c_try_compile "$LINENO"
12438 ac_cv_mingw_header_png_h=yes
12440 ac_cv_mingw_header_png_h=no
12442 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
12443 CC=$ac_wine_check_headers_saved_cc
12444 ac_exeext=$ac_wine_check_headers_saved_exeext
12446 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_header_png_h" >&5
12447 printf "%s\n" "$ac_cv_mingw_header_png_h" >&6; }
12448 if test "x$ac_cv_mingw_header_png_h" = xyes
12450 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for png_create_read_struct in MinGW -lpng" >&5
12451 printf %s "checking for png_create_read_struct in MinGW -lpng... " >&6; }
12452 if test ${ac_cv_mingw_lib_png+y}
12454 printf %s "(cached) " >&6
12456 ac_wine_check_headers_saved_cc=$CC
12457 ac_wine_check_headers_saved_exeext=$ac_exeext
12458 ac_wine_check_headers_saved_libs=$LIBS
12459 eval CC=\$${wine_arch}_CC
12461 LIBS="-lpng $PNG_PE_LIBS $LIBS"
12462 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12463 /* end confdefs.h. */
12465 /* Override any GCC internal prototype to avoid an error.
12466 Use char because int might match the return type of a GCC
12467 builtin and then its argument prototype would still apply. */
12468 char png_create_read_struct ();
12472 return png_create_read_struct ();
12477 if ac_fn_c_try_link "$LINENO"
12479 ac_cv_mingw_lib_png=yes
12481 ac_cv_mingw_lib_png=no
12483 rm -f core conftest.err conftest.$ac_objext conftest.beam \
12484 conftest$ac_exeext conftest.$ac_ext
12485 CC=$ac_wine_check_headers_saved_cc
12486 ac_exeext=$ac_wine_check_headers_saved_exeext
12487 LIBS=$ac_wine_check_headers_saved_libs
12489 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_lib_png" >&5
12490 printf "%s\n" "$ac_cv_mingw_lib_png" >&6; }
12491 if test "x$ac_cv_mingw_lib_png" = xyes
12495 PNG_PE_CFLAGS=""; PNG_PE_LIBS=""
12498 PNG_PE_CFLAGS=""; PNG_PE_LIBS=""
12500 CPPFLAGS=$ac_save_CPPFLAGS
12502 if test "x$PNG_PE_LIBS" = "x"
12504 as_fn_append wine_notices "|libpng ${notice_platform}MinGW development files not found; using bundled version."
12507 if ${TIFF_PE_CFLAGS:+false} :
12509 if test ${MINGW_PKG_CONFIG+y}
12511 TIFF_PE_CFLAGS=`$MINGW_PKG_CONFIG --cflags libtiff-4
2>/dev
/null
`
12514 if ${TIFF_PE_LIBS:+false} :
12516 if test ${MINGW_PKG_CONFIG+y}
12518 TIFF_PE_LIBS=`$MINGW_PKG_CONFIG --libs libtiff-4
2>/dev
/null
`
12522 ac_save_CPPFLAGS=$CPPFLAGS
12523 CPPFLAGS="$CPPFLAGS $TIFF_PE_CFLAGS"
12524 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MinGW tiffio.h" >&5
12525 printf %s "checking for MinGW tiffio.h... " >&6; }
12526 if test ${ac_cv_mingw_header_tiffio_h+y}
12528 printf %s "(cached) " >&6
12530 ac_wine_check_headers_saved_cc=$CC
12531 ac_wine_check_headers_saved_exeext=$ac_exeext
12532 eval CC=\$${wine_arch}_CC
12534 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12535 /* end confdefs.h. */
12537 #include <tiffio.h>
12546 if ac_fn_c_try_compile "$LINENO"
12548 ac_cv_mingw_header_tiffio_h=yes
12550 ac_cv_mingw_header_tiffio_h=no
12552 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
12553 CC=$ac_wine_check_headers_saved_cc
12554 ac_exeext=$ac_wine_check_headers_saved_exeext
12556 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_header_tiffio_h" >&5
12557 printf "%s\n" "$ac_cv_mingw_header_tiffio_h" >&6; }
12558 if test "x$ac_cv_mingw_header_tiffio_h" = xyes
12560 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for TIFFClientOpen in MinGW -ltiff" >&5
12561 printf %s "checking for TIFFClientOpen in MinGW -ltiff... " >&6; }
12562 if test ${ac_cv_mingw_lib_tiff+y}
12564 printf %s "(cached) " >&6
12566 ac_wine_check_headers_saved_cc=$CC
12567 ac_wine_check_headers_saved_exeext=$ac_exeext
12568 ac_wine_check_headers_saved_libs=$LIBS
12569 eval CC=\$${wine_arch}_CC
12571 LIBS="-ltiff $TIFF_PE_LIBS $LIBS"
12572 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12573 /* end confdefs.h. */
12575 /* Override any GCC internal prototype to avoid an error.
12576 Use char because int might match the return type of a GCC
12577 builtin and then its argument prototype would still apply. */
12578 char TIFFClientOpen ();
12582 return TIFFClientOpen ();
12587 if ac_fn_c_try_link "$LINENO"
12589 ac_cv_mingw_lib_tiff=yes
12591 ac_cv_mingw_lib_tiff=no
12593 rm -f core conftest.err conftest.$ac_objext conftest.beam \
12594 conftest$ac_exeext conftest.$ac_ext
12595 CC=$ac_wine_check_headers_saved_cc
12596 ac_exeext=$ac_wine_check_headers_saved_exeext
12597 LIBS=$ac_wine_check_headers_saved_libs
12599 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_lib_tiff" >&5
12600 printf "%s\n" "$ac_cv_mingw_lib_tiff" >&6; }
12601 if test "x$ac_cv_mingw_lib_tiff" = xyes
12605 TIFF_PE_CFLAGS=""; TIFF_PE_LIBS=""
12608 TIFF_PE_CFLAGS=""; TIFF_PE_LIBS=""
12610 CPPFLAGS=$ac_save_CPPFLAGS
12612 if test "x$TIFF_PE_LIBS" = "x"
12614 as_fn_append wine_notices "|libtiff ${notice_platform}MinGW development files not found; using bundled version."
12617 if ${XML2_PE_CFLAGS:+false} :
12619 if test ${MINGW_PKG_CONFIG+y}
12621 XML2_PE_CFLAGS=`$MINGW_PKG_CONFIG --cflags libxml-2.0
2>/dev
/null
`
12624 if ${XML2_PE_LIBS:+false} :
12626 if test ${MINGW_PKG_CONFIG+y}
12628 XML2_PE_LIBS=`$MINGW_PKG_CONFIG --libs libxml-2.0
2>/dev
/null
`
12631 XML2_PE_LIBS=${XML2_PE_LIBS:-"-lxml2"}
12632 ac_save_CPPFLAGS=$CPPFLAGS
12633 CPPFLAGS="$CPPFLAGS $XML2_PE_CFLAGS"
12634 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MinGW libxml/parser.h" >&5
12635 printf %s "checking for MinGW libxml/parser.h... " >&6; }
12636 if test ${ac_cv_mingw_header_libxml_parser_h+y}
12638 printf %s "(cached) " >&6
12640 ac_wine_check_headers_saved_cc=$CC
12641 ac_wine_check_headers_saved_exeext=$ac_exeext
12642 eval CC=\$${wine_arch}_CC
12644 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12645 /* end confdefs.h. */
12647 #include <libxml/parser.h>
12656 if ac_fn_c_try_compile "$LINENO"
12658 ac_cv_mingw_header_libxml_parser_h=yes
12660 ac_cv_mingw_header_libxml_parser_h=no
12662 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
12663 CC=$ac_wine_check_headers_saved_cc
12664 ac_exeext=$ac_wine_check_headers_saved_exeext
12666 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_header_libxml_parser_h" >&5
12667 printf "%s\n" "$ac_cv_mingw_header_libxml_parser_h" >&6; }
12668 if test "x$ac_cv_mingw_header_libxml_parser_h" = xyes
12672 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MinGW libxml/xmlsave.h" >&5
12673 printf %s "checking for MinGW libxml/xmlsave.h... " >&6; }
12674 if test ${ac_cv_mingw_header_libxml_xmlsave_h+y}
12676 printf %s "(cached) " >&6
12678 ac_wine_check_headers_saved_cc=$CC
12679 ac_wine_check_headers_saved_exeext=$ac_exeext
12680 eval CC=\$${wine_arch}_CC
12682 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12683 /* end confdefs.h. */
12685 #include <libxml/xmlsave.h>
12694 if ac_fn_c_try_compile "$LINENO"
12696 ac_cv_mingw_header_libxml_xmlsave_h=yes
12698 ac_cv_mingw_header_libxml_xmlsave_h=no
12700 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
12701 CC=$ac_wine_check_headers_saved_cc
12702 ac_exeext=$ac_wine_check_headers_saved_exeext
12704 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_header_libxml_xmlsave_h" >&5
12705 printf "%s\n" "$ac_cv_mingw_header_libxml_xmlsave_h" >&6; }
12706 if test "x$ac_cv_mingw_header_libxml_xmlsave_h" = xyes
12710 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MinGW libxml/SAX2.h" >&5
12711 printf %s "checking for MinGW libxml/SAX2.h... " >&6; }
12712 if test ${ac_cv_mingw_header_libxml_SAX2_h+y}
12714 printf %s "(cached) " >&6
12716 ac_wine_check_headers_saved_cc=$CC
12717 ac_wine_check_headers_saved_exeext=$ac_exeext
12718 eval CC=\$${wine_arch}_CC
12720 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12721 /* end confdefs.h. */
12723 #include <libxml/SAX2.h>
12732 if ac_fn_c_try_compile "$LINENO"
12734 ac_cv_mingw_header_libxml_SAX2_h=yes
12736 ac_cv_mingw_header_libxml_SAX2_h=no
12738 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
12739 CC=$ac_wine_check_headers_saved_cc
12740 ac_exeext=$ac_wine_check_headers_saved_exeext
12742 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_header_libxml_SAX2_h" >&5
12743 printf "%s\n" "$ac_cv_mingw_header_libxml_SAX2_h" >&6; }
12744 if test "x$ac_cv_mingw_header_libxml_SAX2_h" = xyes
12748 if test "$ac_cv_mingw_header_libxml_parser_h" = "yes" -a "$ac_cv_mingw_header_libxml_xmlsave_h" = "yes" -a "$ac_cv_mingw_header_libxml_SAX2_h" = "yes"
12750 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for xmlFirstElementChild in MinGW -lxml2" >&5
12751 printf %s "checking for xmlFirstElementChild in MinGW -lxml2... " >&6; }
12752 if test ${ac_cv_mingw_lib_xml2+y}
12754 printf %s "(cached) " >&6
12756 ac_wine_check_headers_saved_cc=$CC
12757 ac_wine_check_headers_saved_exeext=$ac_exeext
12758 ac_wine_check_headers_saved_libs=$LIBS
12759 eval CC=\$${wine_arch}_CC
12761 LIBS="-lxml2 $XML2_PE_LIBS $LIBS"
12762 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12763 /* end confdefs.h. */
12765 /* Override any GCC internal prototype to avoid an error.
12766 Use char because int might match the return type of a GCC
12767 builtin and then its argument prototype would still apply. */
12768 char xmlFirstElementChild ();
12772 return xmlFirstElementChild ();
12777 if ac_fn_c_try_link "$LINENO"
12779 ac_cv_mingw_lib_xml2=yes
12781 ac_cv_mingw_lib_xml2=no
12783 rm -f core conftest.err conftest.$ac_objext conftest.beam \
12784 conftest$ac_exeext conftest.$ac_ext
12785 CC=$ac_wine_check_headers_saved_cc
12786 ac_exeext=$ac_wine_check_headers_saved_exeext
12787 LIBS=$ac_wine_check_headers_saved_libs
12789 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_lib_xml2" >&5
12790 printf "%s\n" "$ac_cv_mingw_lib_xml2" >&6; }
12791 if test "x$ac_cv_mingw_lib_xml2" = xyes
12795 XML2_PE_CFLAGS=""; XML2_PE_LIBS=""
12801 CPPFLAGS=$ac_save_CPPFLAGS
12803 if test "x$XML2_PE_LIBS" = "x"
12805 as_fn_append wine_notices "|libxml2 ${notice_platform}MinGW development files not found (or too old); using bundled version."
12808 if ${XSLT_PE_CFLAGS:+false} :
12810 if test ${MINGW_PKG_CONFIG+y}
12812 XSLT_PE_CFLAGS=`$MINGW_PKG_CONFIG --cflags libxslt
2>/dev
/null
`
12815 if ${XSLT_PE_LIBS:+false} :
12817 if test ${MINGW_PKG_CONFIG+y}
12819 XSLT_PE_LIBS=`$MINGW_PKG_CONFIG --libs libxslt
2>/dev
/null
`
12822 XSLT_PE_LIBS=${XSLT_PE_LIBS:-"-lxslt"}
12823 ac_save_CPPFLAGS=$CPPFLAGS
12824 CPPFLAGS="$CPPFLAGS $XSLT_PE_CFLAGS"
12825 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MinGW libxslt/pattern.h" >&5
12826 printf %s "checking for MinGW libxslt/pattern.h... " >&6; }
12827 if test ${ac_cv_mingw_header_libxslt_pattern_h+y}
12829 printf %s "(cached) " >&6
12831 ac_wine_check_headers_saved_cc=$CC
12832 ac_wine_check_headers_saved_exeext=$ac_exeext
12833 eval CC=\$${wine_arch}_CC
12835 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12836 /* end confdefs.h. */
12838 #include <libxslt/pattern.h>
12847 if ac_fn_c_try_compile "$LINENO"
12849 ac_cv_mingw_header_libxslt_pattern_h=yes
12851 ac_cv_mingw_header_libxslt_pattern_h=no
12853 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
12854 CC=$ac_wine_check_headers_saved_cc
12855 ac_exeext=$ac_wine_check_headers_saved_exeext
12857 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_header_libxslt_pattern_h" >&5
12858 printf "%s\n" "$ac_cv_mingw_header_libxslt_pattern_h" >&6; }
12859 if test "x$ac_cv_mingw_header_libxslt_pattern_h" = xyes
12863 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MinGW libxslt/transform.h" >&5
12864 printf %s "checking for MinGW libxslt/transform.h... " >&6; }
12865 if test ${ac_cv_mingw_header_libxslt_transform_h+y}
12867 printf %s "(cached) " >&6
12869 ac_wine_check_headers_saved_cc=$CC
12870 ac_wine_check_headers_saved_exeext=$ac_exeext
12871 eval CC=\$${wine_arch}_CC
12873 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12874 /* end confdefs.h. */
12876 #include <libxslt/transform.h>
12885 if ac_fn_c_try_compile "$LINENO"
12887 ac_cv_mingw_header_libxslt_transform_h=yes
12889 ac_cv_mingw_header_libxslt_transform_h=no
12891 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
12892 CC=$ac_wine_check_headers_saved_cc
12893 ac_exeext=$ac_wine_check_headers_saved_exeext
12895 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_header_libxslt_transform_h" >&5
12896 printf "%s\n" "$ac_cv_mingw_header_libxslt_transform_h" >&6; }
12897 if test "x$ac_cv_mingw_header_libxslt_transform_h" = xyes
12901 if test "$ac_cv_mingw_header_libxslt_pattern_h" = "yes" -a "$ac_cv_mingw_header_libxslt_transform_h" = "yes"
12903 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for xsltCompilePattern in MinGW -lxslt" >&5
12904 printf %s "checking for xsltCompilePattern in MinGW -lxslt... " >&6; }
12905 if test ${ac_cv_mingw_lib_xslt+y}
12907 printf %s "(cached) " >&6
12909 ac_wine_check_headers_saved_cc=$CC
12910 ac_wine_check_headers_saved_exeext=$ac_exeext
12911 ac_wine_check_headers_saved_libs=$LIBS
12912 eval CC=\$${wine_arch}_CC
12914 LIBS="-lxslt $XSLT_PE_LIBS $LIBS"
12915 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12916 /* end confdefs.h. */
12918 /* Override any GCC internal prototype to avoid an error.
12919 Use char because int might match the return type of a GCC
12920 builtin and then its argument prototype would still apply. */
12921 char xsltCompilePattern ();
12925 return xsltCompilePattern ();
12930 if ac_fn_c_try_link "$LINENO"
12932 ac_cv_mingw_lib_xslt=yes
12934 ac_cv_mingw_lib_xslt=no
12936 rm -f core conftest.err conftest.$ac_objext conftest.beam \
12937 conftest$ac_exeext conftest.$ac_ext
12938 CC=$ac_wine_check_headers_saved_cc
12939 ac_exeext=$ac_wine_check_headers_saved_exeext
12940 LIBS=$ac_wine_check_headers_saved_libs
12942 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_lib_xslt" >&5
12943 printf "%s\n" "$ac_cv_mingw_lib_xslt" >&6; }
12944 if test "x$ac_cv_mingw_lib_xslt" = xyes
12948 XSLT_PE_CFLAGS=""; XSLT_PE_LIBS=""
12954 CPPFLAGS=$ac_save_CPPFLAGS
12956 if test "x$XSLT_PE_LIBS" = "x"
12958 as_fn_append wine_notices "|libxslt ${notice_platform}MinGW development files not found; using bundled version."
12961 if ${VKD3D_PE_CFLAGS:+false} :
12963 if test ${MINGW_PKG_CONFIG+y}
12965 VKD3D_PE_CFLAGS=`$MINGW_PKG_CONFIG --cflags libvkd3d libvkd3d-shader
2>/dev
/null
`
12968 if ${VKD3D_PE_LIBS:+false} :
12970 if test ${MINGW_PKG_CONFIG+y}
12972 VKD3D_PE_LIBS=`$MINGW_PKG_CONFIG --libs libvkd3d libvkd3d-shader
2>/dev
/null
`
12975 VKD3D_PE_LIBS=${VKD3D_PE_LIBS:-"-lvkd3d -lvkd3d-shader"}
12976 ac_save_CPPFLAGS=$CPPFLAGS
12977 CPPFLAGS="$CPPFLAGS $VKD3D_PE_CFLAGS"
12978 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MinGW vkd3d.h" >&5
12979 printf %s "checking for MinGW vkd3d.h... " >&6; }
12980 if test ${ac_cv_mingw_header_vkd3d_h+y}
12982 printf %s "(cached) " >&6
12984 ac_wine_check_headers_saved_cc=$CC
12985 ac_wine_check_headers_saved_exeext=$ac_exeext
12986 eval CC=\$${wine_arch}_CC
12988 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12989 /* end confdefs.h. */
13000 if ac_fn_c_try_compile "$LINENO"
13002 ac_cv_mingw_header_vkd3d_h=yes
13004 ac_cv_mingw_header_vkd3d_h=no
13006 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
13007 CC=$ac_wine_check_headers_saved_cc
13008 ac_exeext=$ac_wine_check_headers_saved_exeext
13010 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_header_vkd3d_h" >&5
13011 printf "%s\n" "$ac_cv_mingw_header_vkd3d_h" >&6; }
13012 if test "x$ac_cv_mingw_header_vkd3d_h" = xyes
13016 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MinGW vkd3d_shader.h" >&5
13017 printf %s "checking for MinGW vkd3d_shader.h... " >&6; }
13018 if test ${ac_cv_mingw_header_vkd3d_shader_h+y}
13020 printf %s "(cached) " >&6
13022 ac_wine_check_headers_saved_cc=$CC
13023 ac_wine_check_headers_saved_exeext=$ac_exeext
13024 eval CC=\$${wine_arch}_CC
13026 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13027 /* end confdefs.h. */
13029 #include <vkd3d_shader.h>
13038 if ac_fn_c_try_compile "$LINENO"
13040 ac_cv_mingw_header_vkd3d_shader_h=yes
13042 ac_cv_mingw_header_vkd3d_shader_h=no
13044 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
13045 CC=$ac_wine_check_headers_saved_cc
13046 ac_exeext=$ac_wine_check_headers_saved_exeext
13048 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_header_vkd3d_shader_h" >&5
13049 printf "%s\n" "$ac_cv_mingw_header_vkd3d_shader_h" >&6; }
13050 if test "x$ac_cv_mingw_header_vkd3d_shader_h" = xyes
13054 if test "$ac_cv_mingw_header_vkd3d_h" = "yes" -a "$ac_cv_mingw_header_vkd3d_shader_h" = "yes"
13056 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for vkd3d_set_log_callback in MinGW -lvkd3d" >&5
13057 printf %s "checking for vkd3d_set_log_callback in MinGW -lvkd3d... " >&6; }
13058 if test ${ac_cv_mingw_lib_vkd3d+y}
13060 printf %s "(cached) " >&6
13062 ac_wine_check_headers_saved_cc=$CC
13063 ac_wine_check_headers_saved_exeext=$ac_exeext
13064 ac_wine_check_headers_saved_libs=$LIBS
13065 eval CC=\$${wine_arch}_CC
13067 LIBS="-lvkd3d $VKD3D_PE_LIBS $LIBS"
13068 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13069 /* end confdefs.h. */
13071 /* Override any GCC internal prototype to avoid an error.
13072 Use char because int might match the return type of a GCC
13073 builtin and then its argument prototype would still apply. */
13074 char vkd3d_set_log_callback ();
13078 return vkd3d_set_log_callback ();
13083 if ac_fn_c_try_link "$LINENO"
13085 ac_cv_mingw_lib_vkd3d=yes
13087 ac_cv_mingw_lib_vkd3d=no
13089 rm -f core conftest.err conftest.$ac_objext conftest.beam \
13090 conftest$ac_exeext conftest.$ac_ext
13091 CC=$ac_wine_check_headers_saved_cc
13092 ac_exeext=$ac_wine_check_headers_saved_exeext
13093 LIBS=$ac_wine_check_headers_saved_libs
13095 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_lib_vkd3d" >&5
13096 printf "%s\n" "$ac_cv_mingw_lib_vkd3d" >&6; }
13097 if test "x$ac_cv_mingw_lib_vkd3d" = xyes
13103 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for vkd3d_shader_serialize_dxbc in MinGW -lvkd3d-shader" >&5
13104 printf %s "checking for vkd3d_shader_serialize_dxbc in MinGW -lvkd3d-shader... " >&6; }
13105 if test ${ac_cv_mingw_lib_vkd3d_shader+y}
13107 printf %s "(cached) " >&6
13109 ac_wine_check_headers_saved_cc=$CC
13110 ac_wine_check_headers_saved_exeext=$ac_exeext
13111 ac_wine_check_headers_saved_libs=$LIBS
13112 eval CC=\$${wine_arch}_CC
13114 LIBS="-lvkd3d-shader $VKD3D_PE_LIBS $LIBS"
13115 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13116 /* end confdefs.h. */
13118 /* Override any GCC internal prototype to avoid an error.
13119 Use char because int might match the return type of a GCC
13120 builtin and then its argument prototype would still apply. */
13121 char vkd3d_shader_serialize_dxbc ();
13125 return vkd3d_shader_serialize_dxbc ();
13130 if ac_fn_c_try_link "$LINENO"
13132 ac_cv_mingw_lib_vkd3d_shader=yes
13134 ac_cv_mingw_lib_vkd3d_shader=no
13136 rm -f core conftest.err conftest.$ac_objext conftest.beam \
13137 conftest$ac_exeext conftest.$ac_ext
13138 CC=$ac_wine_check_headers_saved_cc
13139 ac_exeext=$ac_wine_check_headers_saved_exeext
13140 LIBS=$ac_wine_check_headers_saved_libs
13142 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_lib_vkd3d_shader" >&5
13143 printf "%s\n" "$ac_cv_mingw_lib_vkd3d_shader" >&6; }
13144 if test "x$ac_cv_mingw_lib_vkd3d_shader" = xyes
13150 if test "$ac_cv_mingw_lib_vkd3d" = "no" -o "$ac_cv_mingw_lib_vkd3d_shader" = "no"
13159 CPPFLAGS=$ac_save_CPPFLAGS
13161 if test "x$VKD3D_PE_LIBS" = "x"
13163 as_fn_append wine_notices "|libvkd3d ${notice_platform}MinGW development files not found (or too old); using bundled version."
13166 if ${ZLIB_PE_CFLAGS:+false} :
13168 if test ${MINGW_PKG_CONFIG+y}
13170 ZLIB_PE_CFLAGS=`$MINGW_PKG_CONFIG --cflags zlib
2>/dev
/null
`
13173 if ${ZLIB_PE_LIBS:+false} :
13175 if test ${MINGW_PKG_CONFIG+y}
13177 ZLIB_PE_LIBS=`$MINGW_PKG_CONFIG --libs zlib
2>/dev
/null
`
13180 ZLIB_PE_LIBS=${ZLIB_PE_LIBS:-"-lz"}
13181 ac_save_CPPFLAGS=$CPPFLAGS
13182 CPPFLAGS="$CPPFLAGS $ZLIB_PE_CFLAGS"
13183 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MinGW zlib.h" >&5
13184 printf %s "checking for MinGW zlib.h... " >&6; }
13185 if test ${ac_cv_mingw_header_zlib_h+y}
13187 printf %s "(cached) " >&6
13189 ac_wine_check_headers_saved_cc=$CC
13190 ac_wine_check_headers_saved_exeext=$ac_exeext
13191 eval CC=\$${wine_arch}_CC
13193 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13194 /* end confdefs.h. */
13205 if ac_fn_c_try_compile "$LINENO"
13207 ac_cv_mingw_header_zlib_h=yes
13209 ac_cv_mingw_header_zlib_h=no
13211 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
13212 CC=$ac_wine_check_headers_saved_cc
13213 ac_exeext=$ac_wine_check_headers_saved_exeext
13215 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_header_zlib_h" >&5
13216 printf "%s\n" "$ac_cv_mingw_header_zlib_h" >&6; }
13217 if test "x$ac_cv_mingw_header_zlib_h" = xyes
13219 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for inflate in MinGW -lz" >&5
13220 printf %s "checking for inflate in MinGW -lz... " >&6; }
13221 if test ${ac_cv_mingw_lib_z+y}
13223 printf %s "(cached) " >&6
13225 ac_wine_check_headers_saved_cc=$CC
13226 ac_wine_check_headers_saved_exeext=$ac_exeext
13227 ac_wine_check_headers_saved_libs=$LIBS
13228 eval CC=\$${wine_arch}_CC
13230 LIBS="-lz $ZLIB_PE_LIBS $LIBS"
13231 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13232 /* end confdefs.h. */
13234 /* Override any GCC internal prototype to avoid an error.
13235 Use char because int might match the return type of a GCC
13236 builtin and then its argument prototype would still apply. */
13246 if ac_fn_c_try_link "$LINENO"
13248 ac_cv_mingw_lib_z=yes
13250 ac_cv_mingw_lib_z=no
13252 rm -f core conftest.err conftest.$ac_objext conftest.beam \
13253 conftest$ac_exeext conftest.$ac_ext
13254 CC=$ac_wine_check_headers_saved_cc
13255 ac_exeext=$ac_wine_check_headers_saved_exeext
13256 LIBS=$ac_wine_check_headers_saved_libs
13258 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_lib_z" >&5
13259 printf "%s\n" "$ac_cv_mingw_lib_z" >&6; }
13260 if test "x$ac_cv_mingw_lib_z" = xyes
13264 ZLIB_PE_CFLAGS=""; ZLIB_PE_LIBS=""
13267 ZLIB_PE_CFLAGS=""; ZLIB_PE_LIBS=""
13269 CPPFLAGS=$ac_save_CPPFLAGS
13271 if test "x$ZLIB_PE_LIBS" = "x"
13273 as_fn_append wine_notices "|zlib ${notice_platform}MinGW development files not found; using bundled version."
13277 if ${FAUDIO_PE_LIBS:+false} :
13279 FAUDIO_PE_LIBS="faudio mfplat mfreadwrite mfuuid propsys"
13280 if ${FAUDIO_PE_CFLAGS:+false} :
13282 FAUDIO_PE_CFLAGS="-I\$(top_srcdir)/libs/faudio/include"
13289 printf "%s\n" "$as_me:${as_lineno-$LINENO}: faudio cflags: $FAUDIO_PE_CFLAGS" >&5
13290 printf "%s\n" "$as_me:${as_lineno-$LINENO}: faudio libs: $FAUDIO_PE_LIBS" >&5
13292 if ${FLUIDSYNTH_PE_LIBS:+false} :
13294 FLUIDSYNTH_PE_LIBS="fluidsynth"
13295 if ${FLUIDSYNTH_PE_CFLAGS:+false} :
13297 FLUIDSYNTH_PE_CFLAGS="-I\$(top_srcdir)/libs/fluidsynth/include"
13299 enable_fluidsynth=no
13302 enable_fluidsynth=no
13304 printf "%s\n" "$as_me:${as_lineno-$LINENO}: fluidsynth cflags: $FLUIDSYNTH_PE_CFLAGS" >&5
13305 printf "%s\n" "$as_me:${as_lineno-$LINENO}: fluidsynth libs: $FLUIDSYNTH_PE_LIBS" >&5
13307 if ${GSM_PE_LIBS:+false} :
13310 if ${GSM_PE_CFLAGS:+false} :
13312 GSM_PE_CFLAGS="-I\$(top_srcdir)/libs/gsm/inc"
13319 printf "%s\n" "$as_me:${as_lineno-$LINENO}: gsm cflags: $GSM_PE_CFLAGS" >&5
13320 printf "%s\n" "$as_me:${as_lineno-$LINENO}: gsm libs: $GSM_PE_LIBS" >&5
13322 if ${JPEG_PE_LIBS:+false} :
13325 if ${JPEG_PE_CFLAGS:+false} :
13327 JPEG_PE_CFLAGS="-I\$(top_srcdir)/libs/jpeg"
13334 printf "%s\n" "$as_me:${as_lineno-$LINENO}: jpeg cflags: $JPEG_PE_CFLAGS" >&5
13335 printf "%s\n" "$as_me:${as_lineno-$LINENO}: jpeg libs: $JPEG_PE_LIBS" >&5
13337 if ${JXR_PE_LIBS:+false} :
13340 if ${JXR_PE_CFLAGS:+false} :
13342 JXR_PE_CFLAGS="-I\$(top_srcdir)/libs/jxr/jxrgluelib -I\$(top_srcdir)/libs/jxr/image/sys"
13349 printf "%s\n" "$as_me:${as_lineno-$LINENO}: jxr cflags: $JXR_PE_CFLAGS" >&5
13350 printf "%s\n" "$as_me:${as_lineno-$LINENO}: jxr libs: $JXR_PE_LIBS" >&5
13352 if ${LCMS2_PE_LIBS:+false} :
13354 LCMS2_PE_LIBS=lcms2
13355 if ${LCMS2_PE_CFLAGS:+false} :
13357 LCMS2_PE_CFLAGS="-I\$(top_srcdir)/libs/lcms2/include"
13364 printf "%s\n" "$as_me:${as_lineno-$LINENO}: lcms2 cflags: $LCMS2_PE_CFLAGS" >&5
13365 printf "%s\n" "$as_me:${as_lineno-$LINENO}: lcms2 libs: $LCMS2_PE_LIBS" >&5
13367 if ${LDAP_PE_LIBS:+false} :
13370 if ${LDAP_PE_CFLAGS:+false} :
13372 LDAP_PE_CFLAGS="-I\$(top_srcdir)/libs/ldap/include"
13379 printf "%s\n" "$as_me:${as_lineno-$LINENO}: ldap cflags: $LDAP_PE_CFLAGS" >&5
13380 printf "%s\n" "$as_me:${as_lineno-$LINENO}: ldap libs: $LDAP_PE_LIBS" >&5
13382 if ${MPG123_PE_LIBS:+false} :
13384 MPG123_PE_LIBS=mpg123
13385 if ${MPG123_PE_CFLAGS:+false} :
13387 MPG123_PE_CFLAGS="-I\$(top_srcdir)/libs/mpg123/src/libmpg123"
13394 printf "%s\n" "$as_me:${as_lineno-$LINENO}: mpg123 cflags: $MPG123_PE_CFLAGS" >&5
13395 printf "%s\n" "$as_me:${as_lineno-$LINENO}: mpg123 libs: $MPG123_PE_LIBS" >&5
13397 if ${MUSL_PE_LIBS:+false} :
13400 if ${MUSL_PE_CFLAGS:+false} :
13409 printf "%s\n" "$as_me:${as_lineno-$LINENO}: musl cflags: $MUSL_PE_CFLAGS" >&5
13410 printf "%s\n" "$as_me:${as_lineno-$LINENO}: musl libs: $MUSL_PE_LIBS" >&5
13412 if ${PNG_PE_LIBS:+false} :
13414 PNG_PE_LIBS="png \$(ZLIB_PE_LIBS)"
13415 if ${PNG_PE_CFLAGS:+false} :
13417 PNG_PE_CFLAGS="-I\$(top_srcdir)/libs/png"
13424 printf "%s\n" "$as_me:${as_lineno-$LINENO}: png cflags: $PNG_PE_CFLAGS" >&5
13425 printf "%s\n" "$as_me:${as_lineno-$LINENO}: png libs: $PNG_PE_LIBS" >&5
13427 if ${TIFF_PE_LIBS:+false} :
13429 TIFF_PE_LIBS="tiff \$(ZLIB_PE_LIBS)"
13430 if ${TIFF_PE_CFLAGS:+false} :
13432 TIFF_PE_CFLAGS="-I\$(top_srcdir)/libs/tiff/libtiff"
13439 printf "%s\n" "$as_me:${as_lineno-$LINENO}: tiff cflags: $TIFF_PE_CFLAGS" >&5
13440 printf "%s\n" "$as_me:${as_lineno-$LINENO}: tiff libs: $TIFF_PE_LIBS" >&5
13442 if ${VKD3D_PE_LIBS:+false} :
13444 VKD3D_PE_LIBS=vkd3d
13445 if ${VKD3D_PE_CFLAGS:+false} :
13447 VKD3D_PE_CFLAGS="-I\$(top_srcdir)/libs/vkd3d/include"
13454 printf "%s\n" "$as_me:${as_lineno-$LINENO}: vkd3d cflags: $VKD3D_PE_CFLAGS" >&5
13455 printf "%s\n" "$as_me:${as_lineno-$LINENO}: vkd3d libs: $VKD3D_PE_LIBS" >&5
13457 if ${XML2_PE_LIBS:+false} :
13460 if ${XML2_PE_CFLAGS:+false} :
13462 XML2_PE_CFLAGS="-I\$(top_srcdir)/libs/xml2/include -DLIBXML_STATIC"
13469 printf "%s\n" "$as_me:${as_lineno-$LINENO}: xml2 cflags: $XML2_PE_CFLAGS" >&5
13470 printf "%s\n" "$as_me:${as_lineno-$LINENO}: xml2 libs: $XML2_PE_LIBS" >&5
13472 if ${XSLT_PE_LIBS:+false} :
13475 if ${XSLT_PE_CFLAGS:+false} :
13477 XSLT_PE_CFLAGS="-I\$(top_srcdir)/libs/xslt/libxslt -I\$(top_srcdir)/libs/xslt -DLIBXSLT_STATIC"
13484 printf "%s\n" "$as_me:${as_lineno-$LINENO}: xslt cflags: $XSLT_PE_CFLAGS" >&5
13485 printf "%s\n" "$as_me:${as_lineno-$LINENO}: xslt libs: $XSLT_PE_LIBS" >&5
13487 if ${ZLIB_PE_LIBS:+false} :
13490 if ${ZLIB_PE_CFLAGS:+false} :
13492 ZLIB_PE_CFLAGS="-I\$(top_srcdir)/libs/zlib -DFAR= -DZ_SOLO"
13499 printf "%s\n" "$as_me:${as_lineno-$LINENO}: zlib cflags: $ZLIB_PE_CFLAGS" >&5
13500 printf "%s\n" "$as_me:${as_lineno-$LINENO}: zlib libs: $ZLIB_PE_LIBS" >&5
13502 if ${ZYDIS_PE_LIBS:+false} :
13504 ZYDIS_PE_LIBS=zydis
13505 if ${ZYDIS_PE_CFLAGS:+false} :
13507 ZYDIS_PE_CFLAGS="-I\$(top_srcdir)/libs/zydis/include"
13514 printf "%s\n" "$as_me:${as_lineno-$LINENO}: zydis cflags: $ZYDIS_PE_CFLAGS" >&5
13515 printf "%s\n" "$as_me:${as_lineno-$LINENO}: zydis libs: $ZYDIS_PE_LIBS" >&5
13519 if test "x$with_pthread" = xno
13523 ac_fn_c_check_func "$LINENO" "pthread_create" "ac_cv_func_pthread_create"
13524 if test "x$ac_cv_func_pthread_create" = xyes
13528 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
13529 printf %s "checking for pthread_create in -lpthread... " >&6; }
13530 if test ${ac_cv_lib_pthread_pthread_create+y}
13532 printf %s "(cached) " >&6
13534 ac_check_lib_save_LIBS=$LIBS
13535 LIBS="-lpthread $LIBS"
13536 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13537 /* end confdefs.h. */
13539 /* Override any GCC internal prototype to avoid an error.
13540 Use char because int might match the return type of a GCC
13541 builtin and then its argument prototype would still apply. */
13542 char pthread_create ();
13546 return pthread_create ();
13551 if ac_fn_c_try_link "$LINENO"
13553 ac_cv_lib_pthread_pthread_create=yes
13555 ac_cv_lib_pthread_pthread_create=no
13557 rm -f core conftest.err conftest.$ac_objext conftest.beam \
13558 conftest$ac_exeext conftest.$ac_ext
13559 LIBS=$ac_check_lib_save_LIBS
13561 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
13562 printf "%s\n" "$ac_cv_lib_pthread_pthread_create" >&6; }
13563 if test "x$ac_cv_lib_pthread_pthread_create" = xyes
13565 PTHREAD_LIBS="-lpthread"
13572 if test "x$ac_cv_func_pthread_create" != xyes -a "x$PTHREAD_LIBS" = x
13574 case "x$with_pthread" in
13576 *) as_fn_error $? "pthread ${notice_platform}development files not found.
13577 Wine cannot support threads without libpthread.
13578 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
13585 ac_cpp='$CPP $CPPFLAGS'
13586 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13587 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13588 ac_compiler_gnu=$ac_cv_c_compiler_gnu
13589 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
13590 printf %s "checking how to run the C preprocessor... " >&6; }
13591 # On Suns, sometimes $CPP names a directory.
13592 if test -n "$CPP" && test -d "$CPP"; then
13595 if test -z "$CPP"; then
13596 if test ${ac_cv_prog_CPP+y}
13598 printf %s "(cached) " >&6
13600 # Double quotes because $CC needs to be expanded
13601 for CPP in "$CC -E" "$CC -E -traditional-cpp" cpp /lib/cpp
13603 ac_preproc_ok=false
13604 for ac_c_preproc_warn_flag in '' yes
13606 # Use a header file that comes with gcc, so configuring glibc
13607 # with a fresh cross-compiler works.
13608 # On the NeXT, cc -E runs the code through the compiler's parser,
13609 # not just through cpp. "Syntax error" is here to catch this case.
13610 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13611 /* end confdefs.h. */
13612 #include <limits.h>
13615 if ac_fn_c_try_cpp "$LINENO"
13619 # Broken: fails on valid input.
13622 rm -f conftest.err conftest.i conftest.$ac_ext
13624 # OK, works on sane cases. Now check whether nonexistent headers
13625 # can be detected and how.
13626 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13627 /* end confdefs.h. */
13628 #include <ac_nonexistent.h>
13630 if ac_fn_c_try_cpp "$LINENO"
13632 # Broken: success on invalid input.
13635 # Passes both tests.
13639 rm -f conftest.err conftest.i conftest.$ac_ext
13642 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
13643 rm -f conftest.i conftest.err conftest.
$ac_ext
13650 ac_cv_prog_CPP
=$CPP
13653 CPP
=$ac_cv_prog_CPP
13655 ac_cv_prog_CPP
=$CPP
13657 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
13658 printf "%s\n" "$CPP" >&6; }
13659 ac_preproc_ok
=false
13660 for ac_c_preproc_warn_flag
in '' yes
13662 # Use a header file that comes with gcc, so configuring glibc
13663 # with a fresh cross-compiler works.
13664 # On the NeXT, cc -E runs the code through the compiler's parser,
13665 # not just through cpp. "Syntax error" is here to catch this case.
13666 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13667 /* end confdefs.h. */
13668 #include <limits.h>
13671 if ac_fn_c_try_cpp
"$LINENO"
13675 # Broken: fails on valid input.
13678 rm -f conftest.err conftest.i conftest.
$ac_ext
13680 # OK, works on sane cases. Now check whether nonexistent headers
13681 # can be detected and how.
13682 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13683 /* end confdefs.h. */
13684 #include <ac_nonexistent.h>
13686 if ac_fn_c_try_cpp
"$LINENO"
13688 # Broken: success on invalid input.
13691 # Passes both tests.
13695 rm -f conftest.err conftest.i conftest.
$ac_ext
13698 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
13699 rm -f conftest.i conftest.err conftest.
$ac_ext
13704 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13705 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
13706 as_fn_error $?
"C preprocessor \"$CPP\" fails sanity check
13707 See \`config.log' for more details" "$LINENO" 5; }
13711 ac_cpp
='$CPP $CPPFLAGS'
13712 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13713 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13714 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
13717 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for X" >&5
13718 printf %s
"checking for X... " >&6; }
13721 # Check whether --with-x was given.
13722 if test ${with_x+y}
13727 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
13728 if test "x$with_x" = xno
; then
13729 # The user explicitly disabled X.
13732 case $x_includes,$x_libraries in #(
13733 *\'*) as_fn_error $?
"cannot use X directory names containing '" "$LINENO" 5;; #(
13734 *,NONE | NONE
,*) if test ${ac_cv_have_x+y}
13736 printf %s
"(cached) " >&6
13738 # One or both of the vars are not set, and there is no cached value.
13741 # Do we need to do anything special at all?
13744 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13745 /* end confdefs.h. */
13746 #include <X11/Xlib.h>
13755 if ac_fn_c_try_link
"$LINENO"
13757 # We can compile and link X programs with no special options.
13761 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
13762 conftest
$ac_exeext conftest.
$ac_ext
13763 LIBS
="$ac_save_LIBS"
13764 # If that didn't work, only try xmkmf and file system searches
13765 # for native compilation.
13766 if test x
"$ac_x_includes" = xno
&& test "$cross_compiling" = no
13768 rm -f -r conftest.dir
13769 if mkdir conftest.dir
; then
13771 cat >Imakefile
<<'_ACEOF'
13773 @echo incroot='${INCROOT}'
13775 @echo usrlibdir='${USRLIBDIR}'
13777 @echo libdir='${LIBDIR}'
13779 if (export CC
; ${XMKMF-xmkmf}) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
13780 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
13781 for ac_var
in incroot usrlibdir libdir
; do
13782 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
13784 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
13785 for ac_extension
in a so sl dylib la dll
; do
13786 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
13787 test -f "$ac_im_libdir/libX11.$ac_extension"; then
13788 ac_im_usrlibdir
=$ac_im_libdir; break
13791 # Screen out bogus values from the imake configuration. They are
13792 # bogus both because they are the default anyway, and because
13793 # using them would break gcc on systems where it needs fixed includes.
13794 case $ac_im_incroot in
13795 /usr
/include
) ac_x_includes
= ;;
13796 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
=$ac_im_incroot;;
13798 case $ac_im_usrlibdir in
13799 /usr
/lib |
/usr
/lib64 |
/lib |
/lib64
) ;;
13800 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
=$ac_im_usrlibdir ;;
13804 rm -f -r conftest.dir
13807 # Standard set of common directories for X headers.
13808 # Check X11 before X11Rn because it is often a symlink to the current release.
13822 /usr/local/X11/include
13823 /usr/local/X11R7/include
13824 /usr/local/X11R6/include
13825 /usr/local/X11R5/include
13826 /usr/local/X11R4/include
13828 /usr/local/include/X11
13829 /usr/local/include/X11R7
13830 /usr/local/include/X11R6
13831 /usr/local/include/X11R5
13832 /usr/local/include/X11R4
13838 /usr/XFree86/include/X11
13842 /usr/unsupported/include
13843 /usr/athena/include
13844 /usr/local/x11r5/include
13845 /usr/lpp/Xamples/include
13847 /usr/openwin/include
13848 /usr/openwin/share/include'
13850 if test "$ac_x_includes" = no
; then
13851 # Guess where to find include files, by looking for Xlib.h.
13852 # First, try using that file with no special directory specified.
13853 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13854 /* end confdefs.h. */
13855 #include <X11/Xlib.h>
13857 if ac_fn_c_try_cpp
"$LINENO"
13859 # We can compile using X headers with no special include directory.
13862 for ac_dir
in $ac_x_header_dirs; do
13863 if test -r "$ac_dir/X11/Xlib.h"; then
13864 ac_x_includes
=$ac_dir
13869 rm -f conftest.err conftest.i conftest.
$ac_ext
13870 fi # $ac_x_includes = no
13872 if test "$ac_x_libraries" = no
; then
13873 # Check for the libraries.
13874 # See if we find them without any special options.
13875 # Don't add to $LIBS permanently.
13878 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13879 /* end confdefs.h. */
13880 #include <X11/Xlib.h>
13889 if ac_fn_c_try_link
"$LINENO"
13892 # We can link X programs with no special library path.
13896 for ac_dir
in `printf "%s\n" "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
13898 # Don't even attempt the hair of trying to link an X program!
13899 for ac_extension
in a so sl dylib la dll
; do
13900 if test -r "$ac_dir/libX11.$ac_extension"; then
13901 ac_x_libraries
=$ac_dir
13907 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
13908 conftest
$ac_exeext conftest.
$ac_ext
13909 fi # $ac_x_libraries = no
13912 # Record the results.
13913 case $ac_x_includes,$ac_x_libraries in #(
13914 no
,* |
*,no |
*\'*) :
13915 # Didn't find X, or a directory has "'" in its name.
13916 ac_cv_have_x
="have_x=no" ;; #(
13918 # Record where we found X for the cache.
13919 ac_cv_have_x
="have_x=yes\
13920 ac_x_includes='$ac_x_includes'\
13921 ac_x_libraries='$ac_x_libraries'" ;;
13927 eval "$ac_cv_have_x"
13930 if test "$have_x" != yes; then
13931 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
13932 printf "%s\n" "$have_x" >&6; }
13935 # If each of the values was on the command line, it overrides each guess.
13936 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
13937 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
13938 # Update the cache value to reflect the command line values.
13939 ac_cv_have_x
="have_x=yes\
13940 ac_x_includes='$x_includes'\
13941 ac_x_libraries='$x_libraries'"
13942 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
13943 printf "%s\n" "libraries $x_libraries, headers $x_includes" >&6; }
13946 if test "$no_x" = yes; then
13947 # Not all programs may use this symbol, but it does not hurt to define it.
13949 printf "%s\n" "#define X_DISPLAY_MISSING 1" >>confdefs.h
13951 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
13953 if test -n "$x_includes"; then
13954 X_CFLAGS
="$X_CFLAGS -I$x_includes"
13957 # It would also be nice to do this for all -L options, not just this one.
13958 if test -n "$x_libraries"; then
13959 X_LIBS
="$X_LIBS -L$x_libraries"
13960 # For Solaris; some versions of Sun CC require a space after -R and
13961 # others require no space. Words are not sufficient . . . .
13962 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
13963 printf %s
"checking whether -R must be followed by a space... " >&6; }
13964 ac_xsave_LIBS
=$LIBS; LIBS
="$LIBS -R$x_libraries"
13965 ac_xsave_c_werror_flag
=$ac_c_werror_flag
13966 ac_c_werror_flag
=yes
13967 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13968 /* end confdefs.h. */
13978 if ac_fn_c_try_link
"$LINENO"
13980 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
13981 printf "%s\n" "no" >&6; }
13982 X_LIBS
="$X_LIBS -R$x_libraries"
13984 LIBS
="$ac_xsave_LIBS -R $x_libraries"
13985 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13986 /* end confdefs.h. */
13996 if ac_fn_c_try_link
"$LINENO"
13998 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13999 printf "%s\n" "yes" >&6; }
14000 X_LIBS
="$X_LIBS -R $x_libraries"
14002 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
14003 printf "%s\n" "neither works" >&6; }
14005 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
14006 conftest
$ac_exeext conftest.
$ac_ext
14008 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
14009 conftest
$ac_exeext conftest.
$ac_ext
14010 ac_c_werror_flag
=$ac_xsave_c_werror_flag
14011 LIBS
=$ac_xsave_LIBS
14014 # Check for system-dependent libraries X programs must link with.
14015 # Do this before checking for the system-independent R6 libraries
14016 # (-lICE), since we may need -lsocket or whatever for X linking.
14018 if test "$ISC" = yes; then
14019 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
14021 # Martyn Johnson says this is needed for Ultrix, if the X
14022 # libraries were built with DECnet support. And Karl Berry says
14023 # the Alpha needs dnet_stub (dnet does not exist).
14024 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS $X_LIBS -lX11"
14025 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14026 /* end confdefs.h. */
14028 /* Override any GCC internal prototype to avoid an error.
14029 Use char because int might match the return type of a GCC
14030 builtin and then its argument prototype would still apply. */
14031 char XOpenDisplay ();
14035 return XOpenDisplay ();
14040 if ac_fn_c_try_link
"$LINENO"
14044 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
14045 printf %s
"checking for dnet_ntoa in -ldnet... " >&6; }
14046 if test ${ac_cv_lib_dnet_dnet_ntoa+y}
14048 printf %s
"(cached) " >&6
14050 ac_check_lib_save_LIBS
=$LIBS
14051 LIBS
="-ldnet $LIBS"
14052 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14053 /* end confdefs.h. */
14055 /* Override any GCC internal prototype to avoid an error.
14056 Use char because int might match the return type of a GCC
14057 builtin and then its argument prototype would still apply. */
14062 return dnet_ntoa ();
14067 if ac_fn_c_try_link
"$LINENO"
14069 ac_cv_lib_dnet_dnet_ntoa
=yes
14071 ac_cv_lib_dnet_dnet_ntoa
=no
14073 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
14074 conftest
$ac_exeext conftest.
$ac_ext
14075 LIBS
=$ac_check_lib_save_LIBS
14077 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
14078 printf "%s\n" "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
14079 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes
14081 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
14084 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
14085 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
14086 printf %s
"checking for dnet_ntoa in -ldnet_stub... " >&6; }
14087 if test ${ac_cv_lib_dnet_stub_dnet_ntoa+y}
14089 printf %s
"(cached) " >&6
14091 ac_check_lib_save_LIBS
=$LIBS
14092 LIBS
="-ldnet_stub $LIBS"
14093 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14094 /* end confdefs.h. */
14096 /* Override any GCC internal prototype to avoid an error.
14097 Use char because int might match the return type of a GCC
14098 builtin and then its argument prototype would still apply. */
14103 return dnet_ntoa ();
14108 if ac_fn_c_try_link
"$LINENO"
14110 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
14112 ac_cv_lib_dnet_stub_dnet_ntoa
=no
14114 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
14115 conftest
$ac_exeext conftest.
$ac_ext
14116 LIBS
=$ac_check_lib_save_LIBS
14118 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
14119 printf "%s\n" "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
14120 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes
14122 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
14127 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
14128 conftest
$ac_exeext conftest.
$ac_ext
14129 LIBS
="$ac_xsave_LIBS"
14131 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
14132 # to get the SysV transport functions.
14133 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
14135 # The nsl library prevents programs from opening the X display
14136 # on Irix 5.2, according to T.E. Dickey.
14137 # The functions gethostbyname, getservbyname, and inet_addr are
14138 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
14139 ac_fn_c_check_func
"$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
14140 if test "x$ac_cv_func_gethostbyname" = xyes
14145 if test $ac_cv_func_gethostbyname = no
; then
14146 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
14147 printf %s
"checking for gethostbyname in -lnsl... " >&6; }
14148 if test ${ac_cv_lib_nsl_gethostbyname+y}
14150 printf %s
"(cached) " >&6
14152 ac_check_lib_save_LIBS
=$LIBS
14154 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14155 /* end confdefs.h. */
14157 /* Override any GCC internal prototype to avoid an error.
14158 Use char because int might match the return type of a GCC
14159 builtin and then its argument prototype would still apply. */
14160 char gethostbyname ();
14164 return gethostbyname ();
14169 if ac_fn_c_try_link
"$LINENO"
14171 ac_cv_lib_nsl_gethostbyname
=yes
14173 ac_cv_lib_nsl_gethostbyname
=no
14175 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
14176 conftest
$ac_exeext conftest.
$ac_ext
14177 LIBS
=$ac_check_lib_save_LIBS
14179 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
14180 printf "%s\n" "$ac_cv_lib_nsl_gethostbyname" >&6; }
14181 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes
14183 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
14186 if test $ac_cv_lib_nsl_gethostbyname = no
; then
14187 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
14188 printf %s
"checking for gethostbyname in -lbsd... " >&6; }
14189 if test ${ac_cv_lib_bsd_gethostbyname+y}
14191 printf %s
"(cached) " >&6
14193 ac_check_lib_save_LIBS
=$LIBS
14195 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14196 /* end confdefs.h. */
14198 /* Override any GCC internal prototype to avoid an error.
14199 Use char because int might match the return type of a GCC
14200 builtin and then its argument prototype would still apply. */
14201 char gethostbyname ();
14205 return gethostbyname ();
14210 if ac_fn_c_try_link
"$LINENO"
14212 ac_cv_lib_bsd_gethostbyname
=yes
14214 ac_cv_lib_bsd_gethostbyname
=no
14216 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
14217 conftest
$ac_exeext conftest.
$ac_ext
14218 LIBS
=$ac_check_lib_save_LIBS
14220 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
14221 printf "%s\n" "$ac_cv_lib_bsd_gethostbyname" >&6; }
14222 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes
14224 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lbsd"
14230 # lieder@skyler.mavd.honeywell.com says without -lsocket,
14231 # socket/setsockopt and other routines are undefined under SCO ODT
14232 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
14233 # on later versions), says Simon Leinen: it contains gethostby*
14234 # variants that don't use the name server (or something). -lsocket
14235 # must be given before -lnsl if both are needed. We assume that
14236 # if connect needs -lnsl, so does gethostbyname.
14237 ac_fn_c_check_func
"$LINENO" "connect" "ac_cv_func_connect"
14238 if test "x$ac_cv_func_connect" = xyes
14243 if test $ac_cv_func_connect = no
; then
14244 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
14245 printf %s
"checking for connect in -lsocket... " >&6; }
14246 if test ${ac_cv_lib_socket_connect+y}
14248 printf %s
"(cached) " >&6
14250 ac_check_lib_save_LIBS
=$LIBS
14251 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
14252 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14253 /* end confdefs.h. */
14255 /* Override any GCC internal prototype to avoid an error.
14256 Use char because int might match the return type of a GCC
14257 builtin and then its argument prototype would still apply. */
14267 if ac_fn_c_try_link
"$LINENO"
14269 ac_cv_lib_socket_connect
=yes
14271 ac_cv_lib_socket_connect
=no
14273 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
14274 conftest
$ac_exeext conftest.
$ac_ext
14275 LIBS
=$ac_check_lib_save_LIBS
14277 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
14278 printf "%s\n" "$ac_cv_lib_socket_connect" >&6; }
14279 if test "x$ac_cv_lib_socket_connect" = xyes
14281 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
14286 # Guillermo Gomez says -lposix is necessary on A/UX.
14287 ac_fn_c_check_func
"$LINENO" "remove" "ac_cv_func_remove"
14288 if test "x$ac_cv_func_remove" = xyes
14293 if test $ac_cv_func_remove = no
; then
14294 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
14295 printf %s
"checking for remove in -lposix... " >&6; }
14296 if test ${ac_cv_lib_posix_remove+y}
14298 printf %s
"(cached) " >&6
14300 ac_check_lib_save_LIBS
=$LIBS
14301 LIBS
="-lposix $LIBS"
14302 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14303 /* end confdefs.h. */
14305 /* Override any GCC internal prototype to avoid an error.
14306 Use char because int might match the return type of a GCC
14307 builtin and then its argument prototype would still apply. */
14317 if ac_fn_c_try_link
"$LINENO"
14319 ac_cv_lib_posix_remove
=yes
14321 ac_cv_lib_posix_remove
=no
14323 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
14324 conftest
$ac_exeext conftest.
$ac_ext
14325 LIBS
=$ac_check_lib_save_LIBS
14327 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
14328 printf "%s\n" "$ac_cv_lib_posix_remove" >&6; }
14329 if test "x$ac_cv_lib_posix_remove" = xyes
14331 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
14336 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
14337 ac_fn_c_check_func
"$LINENO" "shmat" "ac_cv_func_shmat"
14338 if test "x$ac_cv_func_shmat" = xyes
14343 if test $ac_cv_func_shmat = no
; then
14344 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
14345 printf %s
"checking for shmat in -lipc... " >&6; }
14346 if test ${ac_cv_lib_ipc_shmat+y}
14348 printf %s
"(cached) " >&6
14350 ac_check_lib_save_LIBS
=$LIBS
14352 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14353 /* end confdefs.h. */
14355 /* Override any GCC internal prototype to avoid an error.
14356 Use char because int might match the return type of a GCC
14357 builtin and then its argument prototype would still apply. */
14367 if ac_fn_c_try_link
"$LINENO"
14369 ac_cv_lib_ipc_shmat
=yes
14371 ac_cv_lib_ipc_shmat
=no
14373 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
14374 conftest
$ac_exeext conftest.
$ac_ext
14375 LIBS
=$ac_check_lib_save_LIBS
14377 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
14378 printf "%s\n" "$ac_cv_lib_ipc_shmat" >&6; }
14379 if test "x$ac_cv_lib_ipc_shmat" = xyes
14381 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
14387 # Check for libraries that X11R6 Xt/Xaw programs need.
14388 ac_save_LDFLAGS
=$LDFLAGS
14389 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
14390 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
14391 # check for ICE first), but we must link in the order -lSM -lICE or
14392 # we get undefined symbols. So assume we have SM if we have ICE.
14393 # These have to be linked with before -lX11, unlike the other
14394 # libraries we check for below, so use a different variable.
14395 # John Interrante, Karl Berry
14396 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
14397 printf %s
"checking for IceConnectionNumber in -lICE... " >&6; }
14398 if test ${ac_cv_lib_ICE_IceConnectionNumber+y}
14400 printf %s
"(cached) " >&6
14402 ac_check_lib_save_LIBS
=$LIBS
14403 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
14404 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14405 /* end confdefs.h. */
14407 /* Override any GCC internal prototype to avoid an error.
14408 Use char because int might match the return type of a GCC
14409 builtin and then its argument prototype would still apply. */
14410 char IceConnectionNumber ();
14414 return IceConnectionNumber ();
14419 if ac_fn_c_try_link
"$LINENO"
14421 ac_cv_lib_ICE_IceConnectionNumber
=yes
14423 ac_cv_lib_ICE_IceConnectionNumber
=no
14425 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
14426 conftest
$ac_exeext conftest.
$ac_ext
14427 LIBS
=$ac_check_lib_save_LIBS
14429 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
14430 printf "%s\n" "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
14431 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes
14433 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
14436 LDFLAGS
=$ac_save_LDFLAGS
14441 if test "$have_x" = "yes"
14443 ac_save_CPPFLAGS
="$CPPFLAGS"
14444 CPPFLAGS
="$CPPFLAGS $X_CFLAGS"
14446 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
14447 printf %s
"checking for -lX11... " >&6; }
14448 if test ${ac_cv_lib_soname_X11+y}
14450 printf %s
"(cached) " >&6
14452 ac_check_soname_save_LIBS
=$LIBS
14453 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
14454 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14455 /* end confdefs.h. */
14457 /* Override any GCC internal prototype to avoid an error.
14458 Use char because int might match the return type of a GCC
14459 builtin and then its argument prototype would still apply. */
14460 char XCreateWindow ();
14464 return XCreateWindow ();
14469 if ac_fn_c_try_link
"$LINENO"
14472 dll
) ac_cv_lib_soname_X11
=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14473 dylib
) ac_cv_lib_soname_X11
=`$OTOOL -L conftest$ac_exeext | grep "libX11\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libX11\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
14474 *) ac_cv_lib_soname_X11
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libX11\\.$LIBEXT" | sed -e "s/^.*\\[\\(libX11\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14475 if ${ac_cv_lib_soname_X11:+false} :
14477 ac_cv_lib_soname_X11
=`$LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14481 ac_cv_lib_soname_X11
=
14483 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
14484 conftest
$ac_exeext conftest.
$ac_ext
14485 LIBS
=$ac_check_soname_save_LIBS
14487 if ${ac_cv_lib_soname_X11:+false} :
14489 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14490 printf "%s\n" "not found" >&6; }
14493 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
14494 printf "%s\n" "$ac_cv_lib_soname_X11" >&6; }
14496 printf "%s\n" "#define SONAME_LIBX11 \"$ac_cv_lib_soname_X11\"" >>confdefs.h
14500 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
14501 printf %s
"checking for -lXext... " >&6; }
14502 if test ${ac_cv_lib_soname_Xext+y}
14504 printf %s
"(cached) " >&6
14506 ac_check_soname_save_LIBS
=$LIBS
14507 LIBS
="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
14508 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14509 /* end confdefs.h. */
14511 /* Override any GCC internal prototype to avoid an error.
14512 Use char because int might match the return type of a GCC
14513 builtin and then its argument prototype would still apply. */
14514 char XextCreateExtension ();
14518 return XextCreateExtension ();
14523 if ac_fn_c_try_link
"$LINENO"
14526 dll
) ac_cv_lib_soname_Xext
=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14527 dylib
) ac_cv_lib_soname_Xext
=`$OTOOL -L conftest$ac_exeext | grep "libXext\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXext\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
14528 *) ac_cv_lib_soname_Xext
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXext\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXext\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14529 if ${ac_cv_lib_soname_Xext:+false} :
14531 ac_cv_lib_soname_Xext
=`$LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14535 ac_cv_lib_soname_Xext
=
14537 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
14538 conftest
$ac_exeext conftest.
$ac_ext
14539 LIBS
=$ac_check_soname_save_LIBS
14541 if ${ac_cv_lib_soname_Xext:+false} :
14543 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14544 printf "%s\n" "not found" >&6; }
14547 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
14548 printf "%s\n" "$ac_cv_lib_soname_Xext" >&6; }
14550 printf "%s\n" "#define SONAME_LIBXEXT \"$ac_cv_lib_soname_Xext\"" >>confdefs.h
14552 X_LIBS
="$X_LIBS -lXext"
14554 X_LIBS
="$X_LIBS -lX11"
14556 xlib_includes
="#include <X11/Xlib.h>
14557 #include <X11/Xutil.h>"
14559 ac_fn_c_check_header_compile
"$LINENO" "X11/extensions/shape.h" "ac_cv_header_X11_extensions_shape_h" "$xlib_includes
14561 if test "x$ac_cv_header_X11_extensions_shape_h" = xyes
14563 printf "%s\n" "#define HAVE_X11_EXTENSIONS_SHAPE_H 1" >>confdefs.h
14566 ac_fn_c_check_header_compile
"$LINENO" "X11/extensions/XInput2.h" "ac_cv_header_X11_extensions_XInput2_h" "$xlib_includes
14568 if test "x$ac_cv_header_X11_extensions_XInput2_h" = xyes
14570 printf "%s\n" "#define HAVE_X11_EXTENSIONS_XINPUT2_H 1" >>confdefs.h
14573 ac_fn_c_check_header_compile
"$LINENO" "X11/extensions/XShm.h" "ac_cv_header_X11_extensions_XShm_h" "$xlib_includes
14575 if test "x$ac_cv_header_X11_extensions_XShm_h" = xyes
14577 printf "%s\n" "#define HAVE_X11_EXTENSIONS_XSHM_H 1" >>confdefs.h
14580 ac_fn_c_check_header_compile
"$LINENO" "X11/extensions/Xfixes.h" "ac_cv_header_X11_extensions_Xfixes_h" "$xlib_includes
14582 if test "x$ac_cv_header_X11_extensions_Xfixes_h" = xyes
14584 printf "%s\n" "#define HAVE_X11_EXTENSIONS_XFIXES_H 1" >>confdefs.h
14587 ac_fn_c_check_header_compile
"$LINENO" "X11/extensions/Xinerama.h" "ac_cv_header_X11_extensions_Xinerama_h" "$xlib_includes
14589 if test "x$ac_cv_header_X11_extensions_Xinerama_h" = xyes
14591 printf "%s\n" "#define HAVE_X11_EXTENSIONS_XINERAMA_H 1" >>confdefs.h
14594 ac_fn_c_check_header_compile
"$LINENO" "X11/extensions/Xrandr.h" "ac_cv_header_X11_extensions_Xrandr_h" "$xlib_includes
14596 if test "x$ac_cv_header_X11_extensions_Xrandr_h" = xyes
14598 printf "%s\n" "#define HAVE_X11_EXTENSIONS_XRANDR_H 1" >>confdefs.h
14601 ac_fn_c_check_header_compile
"$LINENO" "X11/extensions/Xrender.h" "ac_cv_header_X11_extensions_Xrender_h" "$xlib_includes
14603 if test "x$ac_cv_header_X11_extensions_Xrender_h" = xyes
14605 printf "%s\n" "#define HAVE_X11_EXTENSIONS_XRENDER_H 1" >>confdefs.h
14608 ac_fn_c_check_header_compile
"$LINENO" "X11/extensions/xf86vmode.h" "ac_cv_header_X11_extensions_xf86vmode_h" "$xlib_includes
14610 if test "x$ac_cv_header_X11_extensions_xf86vmode_h" = xyes
14612 printf "%s\n" "#define HAVE_X11_EXTENSIONS_XF86VMODE_H 1" >>confdefs.h
14615 ac_fn_c_check_header_compile
"$LINENO" "X11/extensions/xf86vmproto.h" "ac_cv_header_X11_extensions_xf86vmproto_h" "$xlib_includes
14617 if test "x$ac_cv_header_X11_extensions_xf86vmproto_h" = xyes
14619 printf "%s\n" "#define HAVE_X11_EXTENSIONS_XF86VMPROTO_H 1" >>confdefs.h
14624 ac_fn_c_check_header_compile
"$LINENO" "X11/Xcursor/Xcursor.h" "ac_cv_header_X11_Xcursor_Xcursor_h" "$xlib_includes
14626 if test "x$ac_cv_header_X11_Xcursor_Xcursor_h" = xyes
14628 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
14629 printf %s
"checking for -lXcursor... " >&6; }
14630 if test ${ac_cv_lib_soname_Xcursor+y}
14632 printf %s
"(cached) " >&6
14634 ac_check_soname_save_LIBS
=$LIBS
14635 LIBS
="-lXcursor $X_LIBS $X_EXTRA_LIBS $LIBS"
14636 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14637 /* end confdefs.h. */
14639 /* Override any GCC internal prototype to avoid an error.
14640 Use char because int might match the return type of a GCC
14641 builtin and then its argument prototype would still apply. */
14642 char XcursorImageLoadCursor ();
14646 return XcursorImageLoadCursor ();
14651 if ac_fn_c_try_link
"$LINENO"
14654 dll
) ac_cv_lib_soname_Xcursor
=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14655 dylib
) ac_cv_lib_soname_Xcursor
=`$OTOOL -L conftest$ac_exeext | grep "libXcursor\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXcursor\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
14656 *) ac_cv_lib_soname_Xcursor
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcursor\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcursor\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14657 if ${ac_cv_lib_soname_Xcursor:+false} :
14659 ac_cv_lib_soname_Xcursor
=`$LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14663 ac_cv_lib_soname_Xcursor
=
14665 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
14666 conftest
$ac_exeext conftest.
$ac_ext
14667 LIBS
=$ac_check_soname_save_LIBS
14669 if ${ac_cv_lib_soname_Xcursor:+false} :
14671 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14672 printf "%s\n" "not found" >&6; }
14675 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
14676 printf "%s\n" "$ac_cv_lib_soname_Xcursor" >&6; }
14678 printf "%s\n" "#define SONAME_LIBXCURSOR \"$ac_cv_lib_soname_Xcursor\"" >>confdefs.h
14684 if test "x$ac_cv_lib_soname_Xcursor" = "x"
14686 case "x$with_xcursor" in
14687 x
) as_fn_append wine_notices
"|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
14689 *) as_fn_error $?
"libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
14690 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
14695 ac_fn_c_check_header_compile
"$LINENO" "X11/extensions/XInput.h" "ac_cv_header_X11_extensions_XInput_h" "$xlib_includes
14697 if test "x$ac_cv_header_X11_extensions_XInput_h" = xyes
14699 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
14700 printf %s
"checking for -lXi... " >&6; }
14701 if test ${ac_cv_lib_soname_Xi+y}
14703 printf %s
"(cached) " >&6
14705 ac_check_soname_save_LIBS
=$LIBS
14706 LIBS
="-lXi $X_LIBS $X_EXTRA_LIBS $LIBS"
14707 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14708 /* end confdefs.h. */
14710 /* Override any GCC internal prototype to avoid an error.
14711 Use char because int might match the return type of a GCC
14712 builtin and then its argument prototype would still apply. */
14713 char XOpenDevice ();
14717 return XOpenDevice ();
14722 if ac_fn_c_try_link
"$LINENO"
14725 dll
) ac_cv_lib_soname_Xi
=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14726 dylib
) ac_cv_lib_soname_Xi
=`$OTOOL -L conftest$ac_exeext | grep "libXi\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXi\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
14727 *) ac_cv_lib_soname_Xi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14728 if ${ac_cv_lib_soname_Xi:+false} :
14730 ac_cv_lib_soname_Xi
=`$LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14734 ac_cv_lib_soname_Xi
=
14736 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
14737 conftest
$ac_exeext conftest.
$ac_ext
14738 LIBS
=$ac_check_soname_save_LIBS
14740 if ${ac_cv_lib_soname_Xi:+false} :
14742 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14743 printf "%s\n" "not found" >&6; }
14746 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
14747 printf "%s\n" "$ac_cv_lib_soname_Xi" >&6; }
14749 printf "%s\n" "#define SONAME_LIBXI \"$ac_cv_lib_soname_Xi\"" >>confdefs.h
14755 if test "x$ac_cv_lib_soname_Xi" = "x"
14757 case "x$with_xinput" in
14758 x
) as_fn_append wine_notices
"|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
14760 *) as_fn_error $?
"libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
14761 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
14766 if test "x$ac_cv_lib_soname_Xi" != x
14768 if test "$ac_cv_header_X11_extensions_XInput2_h" != "yes"
14770 case "x$with_xinput2" in
14771 x
) as_fn_append wine_notices
"|XInput2 headers not found, the XInput 2 extension won't be supported." ;;
14773 *) as_fn_error $?
"XInput2 headers not found, the XInput 2 extension won't be supported.
14774 This is an error since --with-xinput2 was requested." "$LINENO" 5 ;;
14780 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
14782 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
14783 printf %s
"checking for XShmQueryExtension in -lXext... " >&6; }
14784 if test ${ac_cv_lib_Xext_XShmQueryExtension+y}
14786 printf %s
"(cached) " >&6
14788 ac_check_lib_save_LIBS
=$LIBS
14789 LIBS
="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
14790 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14791 /* end confdefs.h. */
14793 /* Override any GCC internal prototype to avoid an error.
14794 Use char because int might match the return type of a GCC
14795 builtin and then its argument prototype would still apply. */
14796 char XShmQueryExtension ();
14800 return XShmQueryExtension ();
14805 if ac_fn_c_try_link
"$LINENO"
14807 ac_cv_lib_Xext_XShmQueryExtension
=yes
14809 ac_cv_lib_Xext_XShmQueryExtension
=no
14811 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
14812 conftest
$ac_exeext conftest.
$ac_ext
14813 LIBS
=$ac_check_lib_save_LIBS
14815 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
14816 printf "%s\n" "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
14817 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = xyes
14820 printf "%s\n" "#define HAVE_LIBXXSHM 1" >>confdefs.h
14825 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"
14827 case "x$with_xshm" in
14828 x
) as_fn_append wine_notices
"|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
14830 *) as_fn_error $?
"XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
14831 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
14836 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
14838 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
14839 printf %s
"checking for XShapeQueryExtension in -lXext... " >&6; }
14840 if test ${ac_cv_lib_Xext_XShapeQueryExtension+y}
14842 printf %s
"(cached) " >&6
14844 ac_check_lib_save_LIBS
=$LIBS
14845 LIBS
="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
14846 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14847 /* end confdefs.h. */
14849 /* Override any GCC internal prototype to avoid an error.
14850 Use char because int might match the return type of a GCC
14851 builtin and then its argument prototype would still apply. */
14852 char XShapeQueryExtension ();
14856 return XShapeQueryExtension ();
14861 if ac_fn_c_try_link
"$LINENO"
14863 ac_cv_lib_Xext_XShapeQueryExtension
=yes
14865 ac_cv_lib_Xext_XShapeQueryExtension
=no
14867 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
14868 conftest
$ac_exeext conftest.
$ac_ext
14869 LIBS
=$ac_check_lib_save_LIBS
14871 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
14872 printf "%s\n" "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
14873 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes
14876 printf "%s\n" "#define HAVE_LIBXSHAPE 1" >>confdefs.h
14881 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"
14883 case "x$with_xshape" in
14884 x
) as_fn_append wine_notices
"|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
14886 *) as_fn_error $?
"XShape ${notice_platform}development files not found, XShape won't be supported.
14887 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
14892 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
14894 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
14895 printf %s
"checking for -lXxf86vm... " >&6; }
14896 if test ${ac_cv_lib_soname_Xxf86vm+y}
14898 printf %s
"(cached) " >&6
14900 ac_check_soname_save_LIBS
=$LIBS
14901 LIBS
="-lXxf86vm $X_LIBS $X_EXTRA_LIBS $LIBS"
14902 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14903 /* end confdefs.h. */
14905 /* Override any GCC internal prototype to avoid an error.
14906 Use char because int might match the return type of a GCC
14907 builtin and then its argument prototype would still apply. */
14908 char XF86VidModeQueryExtension ();
14912 return XF86VidModeQueryExtension ();
14917 if ac_fn_c_try_link
"$LINENO"
14920 dll
) ac_cv_lib_soname_Xxf86vm
=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14921 dylib
) ac_cv_lib_soname_Xxf86vm
=`$OTOOL -L conftest$ac_exeext | grep "libXxf86vm\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXxf86vm\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
14922 *) ac_cv_lib_soname_Xxf86vm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXxf86vm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14923 if ${ac_cv_lib_soname_Xxf86vm:+false} :
14925 ac_cv_lib_soname_Xxf86vm
=`$LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14929 ac_cv_lib_soname_Xxf86vm
=
14931 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
14932 conftest
$ac_exeext conftest.
$ac_ext
14933 LIBS
=$ac_check_soname_save_LIBS
14935 if ${ac_cv_lib_soname_Xxf86vm:+false} :
14937 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14938 printf "%s\n" "not found" >&6; }
14941 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
14942 printf "%s\n" "$ac_cv_lib_soname_Xxf86vm" >&6; }
14944 printf "%s\n" "#define SONAME_LIBXXF86VM \"$ac_cv_lib_soname_Xxf86vm\"" >>confdefs.h
14949 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"
14951 case "x$with_xxf86vm" in
14952 x
) as_fn_append wine_notices
"|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
14954 *) as_fn_error $?
"libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
14955 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
14960 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x"
14962 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
14963 printf %s
"checking for -lXrender... " >&6; }
14964 if test ${ac_cv_lib_soname_Xrender+y}
14966 printf %s
"(cached) " >&6
14968 ac_check_soname_save_LIBS
=$LIBS
14969 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
14970 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14971 /* end confdefs.h. */
14973 /* Override any GCC internal prototype to avoid an error.
14974 Use char because int might match the return type of a GCC
14975 builtin and then its argument prototype would still apply. */
14976 char XRenderQueryExtension ();
14980 return XRenderQueryExtension ();
14985 if ac_fn_c_try_link
"$LINENO"
14988 dll
) ac_cv_lib_soname_Xrender
=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14989 dylib
) ac_cv_lib_soname_Xrender
=`$OTOOL -L conftest$ac_exeext | grep "libXrender\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXrender\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
14990 *) ac_cv_lib_soname_Xrender
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrender\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrender\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14991 if ${ac_cv_lib_soname_Xrender:+false} :
14993 ac_cv_lib_soname_Xrender
=`$LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14997 ac_cv_lib_soname_Xrender
=
14999 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
15000 conftest
$ac_exeext conftest.
$ac_ext
15001 LIBS
=$ac_check_soname_save_LIBS
15003 if ${ac_cv_lib_soname_Xrender:+false} :
15005 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15006 printf "%s\n" "not found" >&6; }
15009 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
15010 printf "%s\n" "$ac_cv_lib_soname_Xrender" >&6; }
15012 printf "%s\n" "#define SONAME_LIBXRENDER \"$ac_cv_lib_soname_Xrender\"" >>confdefs.h
15014 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
15015 printf %s
"checking for XRenderSetPictureTransform in -lXrender... " >&6; }
15016 if test ${ac_cv_lib_Xrender_XRenderSetPictureTransform+y}
15018 printf %s
"(cached) " >&6
15020 ac_check_lib_save_LIBS
=$LIBS
15021 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
15022 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15023 /* end confdefs.h. */
15025 /* Override any GCC internal prototype to avoid an error.
15026 Use char because int might match the return type of a GCC
15027 builtin and then its argument prototype would still apply. */
15028 char XRenderSetPictureTransform ();
15032 return XRenderSetPictureTransform ();
15037 if ac_fn_c_try_link
"$LINENO"
15039 ac_cv_lib_Xrender_XRenderSetPictureTransform
=yes
15041 ac_cv_lib_Xrender_XRenderSetPictureTransform
=no
15043 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
15044 conftest
$ac_exeext conftest.
$ac_ext
15045 LIBS
=$ac_check_lib_save_LIBS
15047 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
15048 printf "%s\n" "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
15049 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = xyes
15052 printf "%s\n" "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
15056 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for XRenderCreateLinearGradient in -lXrender" >&5
15057 printf %s
"checking for XRenderCreateLinearGradient in -lXrender... " >&6; }
15058 if test ${ac_cv_lib_Xrender_XRenderCreateLinearGradient+y}
15060 printf %s
"(cached) " >&6
15062 ac_check_lib_save_LIBS
=$LIBS
15063 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
15064 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15065 /* end confdefs.h. */
15067 /* Override any GCC internal prototype to avoid an error.
15068 Use char because int might match the return type of a GCC
15069 builtin and then its argument prototype would still apply. */
15070 char XRenderCreateLinearGradient ();
15074 return XRenderCreateLinearGradient ();
15079 if ac_fn_c_try_link
"$LINENO"
15081 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=yes
15083 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=no
15085 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
15086 conftest
$ac_exeext conftest.
$ac_ext
15087 LIBS
=$ac_check_lib_save_LIBS
15089 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&5
15090 printf "%s\n" "$ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&6; }
15091 if test "x$ac_cv_lib_Xrender_XRenderCreateLinearGradient" = xyes
15094 printf "%s\n" "#define HAVE_XRENDERCREATELINEARGRADIENT 1" >>confdefs.h
15101 if test "x$ac_cv_lib_soname_Xrender" = "x"
15103 case "x$with_xrender" in
15104 x
) as_fn_append wine_warnings
"|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
15106 *) as_fn_error $?
"libxrender ${notice_platform}development files not found, XRender won't be supported.
15107 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
15112 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
15114 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15115 /* end confdefs.h. */
15116 #include <X11/Xlib.h>
15117 #include <X11/extensions/Xrandr.h>
15121 static typeof(XRRSetScreenConfigAndRate) * func; if (func) return 0;
15126 if ac_fn_c_try_compile
"$LINENO"
15128 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
15129 printf %s
"checking for -lXrandr... " >&6; }
15130 if test ${ac_cv_lib_soname_Xrandr+y}
15132 printf %s
"(cached) " >&6
15134 ac_check_soname_save_LIBS
=$LIBS
15135 LIBS
="-lXrandr $X_LIBS $X_EXTRA_LIBS $LIBS"
15136 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15137 /* end confdefs.h. */
15139 /* Override any GCC internal prototype to avoid an error.
15140 Use char because int might match the return type of a GCC
15141 builtin and then its argument prototype would still apply. */
15142 char XRRQueryExtension ();
15146 return XRRQueryExtension ();
15151 if ac_fn_c_try_link
"$LINENO"
15154 dll
) ac_cv_lib_soname_Xrandr
=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15155 dylib
) ac_cv_lib_soname_Xrandr
=`$OTOOL -L conftest$ac_exeext | grep "libXrandr\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXrandr\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
15156 *) ac_cv_lib_soname_Xrandr
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrandr\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrandr\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15157 if ${ac_cv_lib_soname_Xrandr:+false} :
15159 ac_cv_lib_soname_Xrandr
=`$LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15163 ac_cv_lib_soname_Xrandr
=
15165 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
15166 conftest
$ac_exeext conftest.
$ac_ext
15167 LIBS
=$ac_check_soname_save_LIBS
15169 if ${ac_cv_lib_soname_Xrandr:+false} :
15171 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15172 printf "%s\n" "not found" >&6; }
15175 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
15176 printf "%s\n" "$ac_cv_lib_soname_Xrandr" >&6; }
15178 printf "%s\n" "#define SONAME_LIBXRANDR \"$ac_cv_lib_soname_Xrandr\"" >>confdefs.h
15180 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15181 /* end confdefs.h. */
15182 #include <X11/Xlib.h>
15183 #include <X11/extensions/Xrandr.h>
15187 static typeof(XRRGetProviderResources) *f; if (f) return 0;
15192 if ac_fn_c_try_compile
"$LINENO"
15195 printf "%s\n" "#define HAVE_XRRGETPROVIDERRESOURCES 1" >>confdefs.h
15198 as_fn_append wine_notices
"|libxrandr ${notice_platform}development files too old, XRandR display device handler won't be supported."
15200 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
15203 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
15205 if test "x$ac_cv_lib_soname_Xrandr" = "x"
15207 case "x$with_xrandr" in
15208 x
) as_fn_append wine_notices
"|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
15210 *) as_fn_error $?
"libxrandr ${notice_platform}development files not found, XRandr won't be supported.
15211 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
15216 if test "$ac_cv_header_X11_extensions_Xfixes_h" = "yes"
15218 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15219 /* end confdefs.h. */
15220 #include <X11/Xlib.h>
15221 #include <X11/extensions/Xfixes.h>
15225 static typeof(XFixesQueryVersion) * func; if (func) return 0;
15230 if ac_fn_c_try_compile
"$LINENO"
15232 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lXfixes" >&5
15233 printf %s
"checking for -lXfixes... " >&6; }
15234 if test ${ac_cv_lib_soname_Xfixes+y}
15236 printf %s
"(cached) " >&6
15238 ac_check_soname_save_LIBS
=$LIBS
15239 LIBS
="-lXfixes $X_LIBS $X_EXTRA_LIBS $LIBS"
15240 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15241 /* end confdefs.h. */
15243 /* Override any GCC internal prototype to avoid an error.
15244 Use char because int might match the return type of a GCC
15245 builtin and then its argument prototype would still apply. */
15246 char XFixesQueryVersion ();
15250 return XFixesQueryVersion ();
15255 if ac_fn_c_try_link
"$LINENO"
15258 dll
) ac_cv_lib_soname_Xfixes
=`$ac_cv_path_LDD conftest.exe | grep "Xfixes" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15259 dylib
) ac_cv_lib_soname_Xfixes
=`$OTOOL -L conftest$ac_exeext | grep "libXfixes\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXfixes\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
15260 *) ac_cv_lib_soname_Xfixes
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXfixes\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXfixes\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15261 if ${ac_cv_lib_soname_Xfixes:+false} :
15263 ac_cv_lib_soname_Xfixes
=`$LDD conftest$ac_exeext | grep "libXfixes\\.$LIBEXT" | sed -e "s/^.*\(libXfixes\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15267 ac_cv_lib_soname_Xfixes
=
15269 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
15270 conftest
$ac_exeext conftest.
$ac_ext
15271 LIBS
=$ac_check_soname_save_LIBS
15273 if ${ac_cv_lib_soname_Xfixes:+false} :
15275 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15276 printf "%s\n" "not found" >&6; }
15279 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xfixes" >&5
15280 printf "%s\n" "$ac_cv_lib_soname_Xfixes" >&6; }
15282 printf "%s\n" "#define SONAME_LIBXFIXES \"$ac_cv_lib_soname_Xfixes\"" >>confdefs.h
15287 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
15289 if test "x$ac_cv_lib_soname_Xfixes" = "x"
15291 case "x$with_xfixes" in
15292 x
) as_fn_append wine_notices
"|libxfixes ${notice_platform}development files not found, Xfixes won't be supported." ;;
15294 *) as_fn_error $?
"libxfixes ${notice_platform}development files not found, Xfixes won't be supported.
15295 This is an error since --with-xfixes was requested." "$LINENO" 5 ;;
15300 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
15302 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15303 /* end confdefs.h. */
15304 #include <X11/Xlib.h>
15305 #include <X11/extensions/Xinerama.h>
15309 static typeof(XineramaQueryScreens) * func; if (func) return 0;
15314 if ac_fn_c_try_compile
"$LINENO"
15316 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
15317 printf %s
"checking for -lXinerama... " >&6; }
15318 if test ${ac_cv_lib_soname_Xinerama+y}
15320 printf %s
"(cached) " >&6
15322 ac_check_soname_save_LIBS
=$LIBS
15323 LIBS
="-lXinerama $X_LIBS $X_EXTRA_LIBS $LIBS"
15324 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15325 /* end confdefs.h. */
15327 /* Override any GCC internal prototype to avoid an error.
15328 Use char because int might match the return type of a GCC
15329 builtin and then its argument prototype would still apply. */
15330 char XineramaQueryScreens ();
15334 return XineramaQueryScreens ();
15339 if ac_fn_c_try_link
"$LINENO"
15342 dll
) ac_cv_lib_soname_Xinerama
=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15343 dylib
) ac_cv_lib_soname_Xinerama
=`$OTOOL -L conftest$ac_exeext | grep "libXinerama\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXinerama\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
15344 *) ac_cv_lib_soname_Xinerama
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXinerama\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXinerama\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15345 if ${ac_cv_lib_soname_Xinerama:+false} :
15347 ac_cv_lib_soname_Xinerama
=`$LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15351 ac_cv_lib_soname_Xinerama
=
15353 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
15354 conftest
$ac_exeext conftest.
$ac_ext
15355 LIBS
=$ac_check_soname_save_LIBS
15357 if ${ac_cv_lib_soname_Xinerama:+false} :
15359 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15360 printf "%s\n" "not found" >&6; }
15363 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
15364 printf "%s\n" "$ac_cv_lib_soname_Xinerama" >&6; }
15366 printf "%s\n" "#define SONAME_LIBXINERAMA \"$ac_cv_lib_soname_Xinerama\"" >>confdefs.h
15371 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
15373 if test "x$ac_cv_lib_soname_Xinerama" = "x"
15375 case "x$with_xinerama" in
15376 x
) as_fn_append wine_notices
"|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
15378 *) as_fn_error $?
"libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
15379 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
15384 ac_fn_c_check_header_compile
"$LINENO" "X11/extensions/Xcomposite.h" "ac_cv_header_X11_extensions_Xcomposite_h" "$xlib_includes
15386 if test "x$ac_cv_header_X11_extensions_Xcomposite_h" = xyes
15388 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
15389 printf %s
"checking for -lXcomposite... " >&6; }
15390 if test ${ac_cv_lib_soname_Xcomposite+y}
15392 printf %s
"(cached) " >&6
15394 ac_check_soname_save_LIBS
=$LIBS
15395 LIBS
="-lXcomposite $X_LIBS $X_EXTRA_LIBS $LIBS"
15396 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15397 /* end confdefs.h. */
15399 /* Override any GCC internal prototype to avoid an error.
15400 Use char because int might match the return type of a GCC
15401 builtin and then its argument prototype would still apply. */
15402 char XCompositeRedirectWindow ();
15406 return XCompositeRedirectWindow ();
15411 if ac_fn_c_try_link
"$LINENO"
15414 dll
) ac_cv_lib_soname_Xcomposite
=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15415 dylib
) ac_cv_lib_soname_Xcomposite
=`$OTOOL -L conftest$ac_exeext | grep "libXcomposite\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXcomposite\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
15416 *) ac_cv_lib_soname_Xcomposite
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcomposite\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcomposite\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15417 if ${ac_cv_lib_soname_Xcomposite:+false} :
15419 ac_cv_lib_soname_Xcomposite
=`$LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15423 ac_cv_lib_soname_Xcomposite
=
15425 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
15426 conftest
$ac_exeext conftest.
$ac_ext
15427 LIBS
=$ac_check_soname_save_LIBS
15429 if ${ac_cv_lib_soname_Xcomposite:+false} :
15431 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15432 printf "%s\n" "not found" >&6; }
15435 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
15436 printf "%s\n" "$ac_cv_lib_soname_Xcomposite" >&6; }
15438 printf "%s\n" "#define SONAME_LIBXCOMPOSITE \"$ac_cv_lib_soname_Xcomposite\"" >>confdefs.h
15444 if test "x$ac_cv_lib_soname_Xcomposite" = "x"
15446 case "x$with_xcomposite" in
15447 x
) as_fn_append wine_notices
"|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
15449 *) as_fn_error $?
"libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
15450 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
15455 ac_fn_c_check_member
"$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "$xlib_includes
15457 if test "x$ac_cv_member_XICCallback_callback" = xyes
15460 printf "%s\n" "#define HAVE_XICCALLBACK_CALLBACK 1" >>confdefs.h
15464 ac_fn_c_check_member
"$LINENO" "XEvent" "xcookie" "ac_cv_member_XEvent_xcookie" "$xlib_includes
15466 if test "x$ac_cv_member_XEvent_xcookie" = xyes
15469 printf "%s\n" "#define HAVE_XEVENT_XCOOKIE 1" >>confdefs.h
15477 if test "x$with_opengl" != "xno"
15479 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
15480 printf %s
"checking for -lGL... " >&6; }
15481 if test ${ac_cv_lib_soname_GL+y}
15483 printf %s
"(cached) " >&6
15485 ac_check_soname_save_LIBS
=$LIBS
15486 LIBS
="-lGL $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
15487 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15488 /* end confdefs.h. */
15490 /* Override any GCC internal prototype to avoid an error.
15491 Use char because int might match the return type of a GCC
15492 builtin and then its argument prototype would still apply. */
15493 char glXCreateContext ();
15497 return glXCreateContext ();
15502 if ac_fn_c_try_link
"$LINENO"
15505 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15506 dylib
) ac_cv_lib_soname_GL
=`$OTOOL -L conftest$ac_exeext | grep "libGL\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libGL\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
15507 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15508 if ${ac_cv_lib_soname_GL:+false} :
15510 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15514 ac_cv_lib_soname_GL
=
15516 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
15517 conftest
$ac_exeext conftest.
$ac_ext
15518 LIBS
=$ac_check_soname_save_LIBS
15520 if ${ac_cv_lib_soname_GL:+false} :
15522 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15523 printf "%s\n" "not found" >&6; }
15524 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
15525 printf %s
"checking for -lGL... " >&6; }
15526 if test ${ac_cv_lib_soname_GL+y}
15528 printf %s
"(cached) " >&6
15530 ac_check_soname_save_LIBS
=$LIBS
15531 LIBS
="-lGL $X_LIBS -lm $X_EXTRA_LIBS -dylib_file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib $LIBS"
15532 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15533 /* end confdefs.h. */
15535 /* Override any GCC internal prototype to avoid an error.
15536 Use char because int might match the return type of a GCC
15537 builtin and then its argument prototype would still apply. */
15538 char glXCreateContext ();
15542 return glXCreateContext ();
15547 if ac_fn_c_try_link
"$LINENO"
15550 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15551 dylib
) ac_cv_lib_soname_GL
=`$OTOOL -L conftest$ac_exeext | grep "libGL\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libGL\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
15552 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15553 if ${ac_cv_lib_soname_GL:+false} :
15555 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15559 ac_cv_lib_soname_GL
=
15561 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
15562 conftest
$ac_exeext conftest.
$ac_ext
15563 LIBS
=$ac_check_soname_save_LIBS
15565 if ${ac_cv_lib_soname_GL:+false} :
15567 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15568 printf "%s\n" "not found" >&6; }
15569 if test -f /usr
/X11R
6/lib
/libGL.a
15571 opengl_msg
="/usr/X11R6/lib/libGL.a is present on your system.
15572 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
15574 opengl_msg
="No OpenGL library found on this system."
15577 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
15578 printf "%s\n" "$ac_cv_lib_soname_GL" >&6; }
15580 printf "%s\n" "#define SONAME_LIBGL \"$ac_cv_lib_soname_GL\"" >>confdefs.h
15582 OPENGL_LIBS
="-Xlinker -dylib_file -Xlinker /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib -lGL"
15585 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
15586 printf "%s\n" "$ac_cv_lib_soname_GL" >&6; }
15588 printf "%s\n" "#define SONAME_LIBGL \"$ac_cv_lib_soname_GL\"" >>confdefs.h
15592 if test "x$with_osmesa" != "xno"
15594 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lOSMesa" >&5
15595 printf %s
"checking for -lOSMesa... " >&6; }
15596 if test ${ac_cv_lib_soname_OSMesa+y}
15598 printf %s
"(cached) " >&6
15600 ac_check_soname_save_LIBS
=$LIBS
15601 LIBS
="-lOSMesa $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
15602 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15603 /* end confdefs.h. */
15605 /* Override any GCC internal prototype to avoid an error.
15606 Use char because int might match the return type of a GCC
15607 builtin and then its argument prototype would still apply. */
15608 char OSMesaGetProcAddress ();
15612 return OSMesaGetProcAddress ();
15617 if ac_fn_c_try_link
"$LINENO"
15620 dll
) ac_cv_lib_soname_OSMesa
=`$ac_cv_path_LDD conftest.exe | grep "OSMesa" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15621 dylib
) ac_cv_lib_soname_OSMesa
=`$OTOOL -L conftest$ac_exeext | grep "libOSMesa\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libOSMesa\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
15622 *) ac_cv_lib_soname_OSMesa
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libOSMesa\\.$LIBEXT" | sed -e "s/^.*\\[\\(libOSMesa\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15623 if ${ac_cv_lib_soname_OSMesa:+false} :
15625 ac_cv_lib_soname_OSMesa
=`$LDD conftest$ac_exeext | grep "libOSMesa\\.$LIBEXT" | sed -e "s/^.*\(libOSMesa\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15629 ac_cv_lib_soname_OSMesa
=
15631 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
15632 conftest
$ac_exeext conftest.
$ac_ext
15633 LIBS
=$ac_check_soname_save_LIBS
15635 if ${ac_cv_lib_soname_OSMesa:+false} :
15637 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15638 printf "%s\n" "not found" >&6; }
15641 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_OSMesa" >&5
15642 printf "%s\n" "$ac_cv_lib_soname_OSMesa" >&6; }
15644 printf "%s\n" "#define SONAME_LIBOSMESA \"$ac_cv_lib_soname_OSMesa\"" >>confdefs.h
15648 if test "x$ac_cv_lib_soname_OSMesa" = "x"
15650 case "x$with_osmesa" in
15651 x
) as_fn_append wine_notices
"|libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported." ;;
15653 *) as_fn_error $?
"libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
15654 This is an error since --with-osmesa was requested." "$LINENO" 5 ;;
15660 if test -n "$opengl_msg"
15662 case "x$with_opengl" in
15663 x
) as_fn_append wine_warnings
"|$opengl_msg
15664 OpenGL and Direct3D won't be supported." ;;
15666 *) as_fn_error $?
"$opengl_msg
15667 OpenGL and Direct3D won't be supported.
15668 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
15673 CPPFLAGS
="$ac_save_CPPFLAGS"
15679 if test "$enable_wineandroid_drv$enable_winemac_drv" = "nono"
15681 if test "x$X_LIBS" = "x"
15685 *) as_fn_error $?
"X ${notice_platform}development files not found. Wine will be built
15686 without X support, which probably isn't what you want. You will need
15687 to install ${notice_platform}development packages of Xlib at the very least.
15688 Use the --without-x option if you really want this." "$LINENO" 5 ;;
15690 enable_winex11_drv
=${enable_winex11_drv:-no}
15693 if test "x$X_LIBS" = "x"
15696 x
) as_fn_append wine_notices
"|X ${notice_platform}development files not found, the X11 driver won't be supported." ;;
15698 *) as_fn_error $?
"X ${notice_platform}development files not found, the X11 driver won't be supported.
15699 This is an error since --with-x was requested." "$LINENO" 5 ;;
15701 enable_winex11_drv
=${enable_winex11_drv:-no}
15705 if test "x$with_wayland" != "xno"
15708 if ${WAYLAND_CLIENT_CFLAGS:+false} :
15710 if test ${PKG_CONFIG+y}
15712 WAYLAND_CLIENT_CFLAGS
=`$PKG_CONFIG --cflags wayland-client 2>conftest.err`
15716 if ${WAYLAND_CLIENT_LIBS:+false} :
15718 if test ${PKG_CONFIG+y}
15720 WAYLAND_CLIENT_LIBS
=`$PKG_CONFIG --libs wayland-client 2>/dev/null`
15725 printf "%s\n" "$as_me:${as_lineno-$LINENO}: wayland-client cflags: $WAYLAND_CLIENT_CFLAGS" >&5
15726 printf "%s\n" "$as_me:${as_lineno-$LINENO}: wayland-client libs: $WAYLAND_CLIENT_LIBS" >&5
15727 if test -s conftest.err
; then
15728 printf %s
"$as_me:${as_lineno-$LINENO}: wayland-client errors: " >&5
15729 cat conftest.err
>&5
15732 ac_save_CPPFLAGS
=$CPPFLAGS
15733 CPPFLAGS
="$CPPFLAGS $WAYLAND_CLIENT_CFLAGS"
15734 ac_fn_c_check_header_compile
"$LINENO" "wayland-client.h" "ac_cv_header_wayland_client_h" "$ac_includes_default"
15735 if test "x$ac_cv_header_wayland_client_h" = xyes
15737 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for wl_display_connect in -lwayland-client" >&5
15738 printf %s
"checking for wl_display_connect in -lwayland-client... " >&6; }
15739 if test ${ac_cv_lib_wayland_client_wl_display_connect+y}
15741 printf %s
"(cached) " >&6
15743 ac_check_lib_save_LIBS
=$LIBS
15744 LIBS
="-lwayland-client $WAYLAND_CLIENT_LIBS $LIBS"
15745 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15746 /* end confdefs.h. */
15748 /* Override any GCC internal prototype to avoid an error.
15749 Use char because int might match the return type of a GCC
15750 builtin and then its argument prototype would still apply. */
15751 char wl_display_connect ();
15755 return wl_display_connect ();
15760 if ac_fn_c_try_link
"$LINENO"
15762 ac_cv_lib_wayland_client_wl_display_connect
=yes
15764 ac_cv_lib_wayland_client_wl_display_connect
=no
15766 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
15767 conftest
$ac_exeext conftest.
$ac_ext
15768 LIBS
=$ac_check_lib_save_LIBS
15770 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_wayland_client_wl_display_connect" >&5
15771 printf "%s\n" "$ac_cv_lib_wayland_client_wl_display_connect" >&6; }
15772 if test "x$ac_cv_lib_wayland_client_wl_display_connect" = xyes
15774 # Extract the first word of "wayland-scanner", so it can be a program name with args.
15775 set dummy wayland-scanner
; ac_word
=$2
15776 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
15777 printf %s
"checking for $ac_word... " >&6; }
15778 if test ${ac_cv_path_WAYLAND_SCANNER+y}
15780 printf %s
"(cached) " >&6
15782 case $WAYLAND_SCANNER in
15784 ac_cv_path_WAYLAND_SCANNER
="$WAYLAND_SCANNER" # Let the user override the test with a path.
15787 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
15788 for as_dir
in $PATH
15791 case $as_dir in #(((
15794 *) as_dir
=$as_dir/ ;;
15796 for ac_exec_ext
in '' $ac_executable_extensions; do
15797 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
15798 ac_cv_path_WAYLAND_SCANNER
="$as_dir$ac_word$ac_exec_ext"
15799 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
15806 test -z "$ac_cv_path_WAYLAND_SCANNER" && ac_cv_path_WAYLAND_SCANNER
="`test -n "$PKG_CONFIG" && $PKG_CONFIG --variable=wayland_scanner wayland-scanner 2>/dev/null`"
15810 WAYLAND_SCANNER
=$ac_cv_path_WAYLAND_SCANNER
15811 if test -n "$WAYLAND_SCANNER"; then
15812 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $WAYLAND_SCANNER" >&5
15813 printf "%s\n" "$WAYLAND_SCANNER" >&6; }
15815 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
15816 printf "%s\n" "no" >&6; }
15821 WAYLAND_CLIENT_LIBS
=""
15826 CPPFLAGS
=$ac_save_CPPFLAGS
15829 if test -z "$WAYLAND_CLIENT_LIBS" -o -z "$WAYLAND_SCANNER" -o "$ac_cv_header_linux_input_h" = "no"
15831 case "x$with_wayland" in
15832 x
) as_fn_append wine_notices
"|Wayland ${notice_platform}development files not found, the Wayland driver won't be supported." ;;
15834 *) as_fn_error $?
"Wayland ${notice_platform}development files not found, the Wayland driver won't be supported.
15835 This is an error since --with-wayland was requested." "$LINENO" 5 ;;
15837 enable_winewayland_drv
=${enable_winewayland_drv:-no}
15840 if test "$ac_cv_header_CL_cl_h" = "yes"
15842 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5
15843 printf %s
"checking for clGetPlatformInfo in -lOpenCL... " >&6; }
15844 if test ${ac_cv_lib_OpenCL_clGetPlatformInfo+y}
15846 printf %s
"(cached) " >&6
15848 ac_check_lib_save_LIBS
=$LIBS
15849 LIBS
="-lOpenCL $LIBS"
15850 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15851 /* end confdefs.h. */
15853 /* Override any GCC internal prototype to avoid an error.
15854 Use char because int might match the return type of a GCC
15855 builtin and then its argument prototype would still apply. */
15856 char clGetPlatformInfo ();
15860 return clGetPlatformInfo ();
15865 if ac_fn_c_try_link
"$LINENO"
15867 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
15869 ac_cv_lib_OpenCL_clGetPlatformInfo
=no
15871 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
15872 conftest
$ac_exeext conftest.
$ac_ext
15873 LIBS
=$ac_check_lib_save_LIBS
15875 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_OpenCL_clGetPlatformInfo" >&5
15876 printf "%s\n" "$ac_cv_lib_OpenCL_clGetPlatformInfo" >&6; }
15877 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" = xyes
15879 OPENCL_LIBS
="-lOpenCL"
15884 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes
15886 case "x$with_opencl" in
15887 x
) as_fn_append wine_notices
"|OpenCL ${notice_platform}development files not found, OpenCL won't be supported." ;;
15889 *) as_fn_error $?
"OpenCL ${notice_platform}development files not found, OpenCL won't be supported.
15890 This is an error since --with-opencl was requested." "$LINENO" 5 ;;
15892 enable_opencl
=${enable_opencl:-no}
15895 if test "$ac_cv_header_pcap_pcap_h" = "yes"
15897 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pcap_init in -lpcap" >&5
15898 printf %s
"checking for pcap_init in -lpcap... " >&6; }
15899 if test ${ac_cv_lib_pcap_pcap_init+y}
15901 printf %s
"(cached) " >&6
15903 ac_check_lib_save_LIBS
=$LIBS
15904 LIBS
="-lpcap $LIBS"
15905 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15906 /* end confdefs.h. */
15908 /* Override any GCC internal prototype to avoid an error.
15909 Use char because int might match the return type of a GCC
15910 builtin and then its argument prototype would still apply. */
15915 return pcap_init ();
15920 if ac_fn_c_try_link
"$LINENO"
15922 ac_cv_lib_pcap_pcap_init
=yes
15924 ac_cv_lib_pcap_pcap_init
=no
15926 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
15927 conftest
$ac_exeext conftest.
$ac_ext
15928 LIBS
=$ac_check_lib_save_LIBS
15930 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcap_pcap_init" >&5
15931 printf "%s\n" "$ac_cv_lib_pcap_pcap_init" >&6; }
15932 if test "x$ac_cv_lib_pcap_pcap_init" = xyes
15939 if test "x$ac_cv_lib_pcap_pcap_init" != xyes
15941 case "x$with_pcap" in
15942 x
) as_fn_append wine_notices
"|pcap ${notice_platform}development files not found, wpcap won't be supported." ;;
15944 *) as_fn_error $?
"pcap ${notice_platform}development files not found, wpcap won't be supported.
15945 This is an error since --with-pcap was requested." "$LINENO" 5 ;;
15947 enable_wpcap
=${enable_wpcap:-no}
15950 if test "x$with_pcsclite" != "xno"
15952 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for SCardEstablishContext in -lpcsclite" >&5
15953 printf %s
"checking for SCardEstablishContext in -lpcsclite... " >&6; }
15954 if test ${ac_cv_lib_pcsclite_SCardEstablishContext+y}
15956 printf %s
"(cached) " >&6
15958 ac_check_lib_save_LIBS
=$LIBS
15959 LIBS
="-lpcsclite $LIBS"
15960 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15961 /* end confdefs.h. */
15963 /* Override any GCC internal prototype to avoid an error.
15964 Use char because int might match the return type of a GCC
15965 builtin and then its argument prototype would still apply. */
15966 char SCardEstablishContext ();
15970 return SCardEstablishContext ();
15975 if ac_fn_c_try_link
"$LINENO"
15977 ac_cv_lib_pcsclite_SCardEstablishContext
=yes
15979 ac_cv_lib_pcsclite_SCardEstablishContext
=no
15981 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
15982 conftest
$ac_exeext conftest.
$ac_ext
15983 LIBS
=$ac_check_lib_save_LIBS
15985 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcsclite_SCardEstablishContext" >&5
15986 printf "%s\n" "$ac_cv_lib_pcsclite_SCardEstablishContext" >&6; }
15987 if test "x$ac_cv_lib_pcsclite_SCardEstablishContext" = xyes
15989 PCSCLITE_LIBS
="-lpcsclite"
15993 darwin
*|macosx
*) PCSCLITE_LIBS
="-framework PCSC"
15999 if test "x$PCSCLITE_LIBS" = x
16001 case "x$with_pcsclite" in
16002 x
) as_fn_append wine_notices
"|libpcsclite not found, smart cards won't be supported." ;;
16004 *) as_fn_error $?
"libpcsclite not found, smart cards won't be supported.
16005 This is an error since --with-pcsclite was requested." "$LINENO" 5 ;;
16007 enable_winscard
=${enable_winscard:-no}
16010 if test "x$with_inotify" != "xno"
16013 if ${INOTIFY_CFLAGS:+false} :
16015 if test ${PKG_CONFIG+y}
16017 INOTIFY_CFLAGS
=`$PKG_CONFIG --cflags libinotify 2>conftest.err`
16021 if ${INOTIFY_LIBS:+false} :
16023 if test ${PKG_CONFIG+y}
16025 INOTIFY_LIBS
=`$PKG_CONFIG --libs libinotify 2>/dev/null`
16030 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libinotify cflags: $INOTIFY_CFLAGS" >&5
16031 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libinotify libs: $INOTIFY_LIBS" >&5
16032 if test -s conftest.err
; then
16033 printf %s
"$as_me:${as_lineno-$LINENO}: libinotify errors: " >&5
16034 cat conftest.err
>&5
16037 ac_save_CPPFLAGS
=$CPPFLAGS
16038 CPPFLAGS
="$CPPFLAGS $INOTIFY_CFLAGS"
16039 ac_fn_c_check_header_compile
"$LINENO" "sys/inotify.h" "ac_cv_header_sys_inotify_h" "$ac_includes_default"
16040 if test "x$ac_cv_header_sys_inotify_h" = xyes
16042 printf "%s\n" "#define HAVE_SYS_INOTIFY_H 1" >>confdefs.h
16046 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for inotify_add_watch in -linotify" >&5
16047 printf %s
"checking for inotify_add_watch in -linotify... " >&6; }
16048 if test ${ac_cv_lib_inotify_inotify_add_watch+y}
16050 printf %s
"(cached) " >&6
16052 ac_check_lib_save_LIBS
=$LIBS
16053 LIBS
="-linotify $INOTIFY_LIBS $LIBS"
16054 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16055 /* end confdefs.h. */
16057 /* Override any GCC internal prototype to avoid an error.
16058 Use char because int might match the return type of a GCC
16059 builtin and then its argument prototype would still apply. */
16060 char inotify_add_watch ();
16064 return inotify_add_watch ();
16069 if ac_fn_c_try_link
"$LINENO"
16071 ac_cv_lib_inotify_inotify_add_watch
=yes
16073 ac_cv_lib_inotify_inotify_add_watch
=no
16075 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
16076 conftest
$ac_exeext conftest.
$ac_ext
16077 LIBS
=$ac_check_lib_save_LIBS
16079 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_inotify_inotify_add_watch" >&5
16080 printf "%s\n" "$ac_cv_lib_inotify_inotify_add_watch" >&6; }
16081 if test "x$ac_cv_lib_inotify_inotify_add_watch" = xyes
16088 CPPFLAGS
=$ac_save_CPPFLAGS
16091 if test "$ac_cv_header_sys_inotify_h" != "yes"
16093 case "x$with_inotify" in
16094 x
) as_fn_append wine_notices
"|libinotify ${notice_platform}development files not found (or too old), filesystem change notifications won't be supported." ;;
16096 *) as_fn_error $?
"libinotify ${notice_platform}development files not found (or too old), filesystem change notifications won't be supported.
16097 This is an error since --with-inotify was requested." "$LINENO" 5 ;;
16102 if test "x$with_dbus" != "xno"
16105 if ${DBUS_CFLAGS:+false} :
16107 if test ${PKG_CONFIG+y}
16109 DBUS_CFLAGS
=`$PKG_CONFIG --cflags dbus-1 2>conftest.err`
16113 if ${DBUS_LIBS:+false} :
16115 if test ${PKG_CONFIG+y}
16117 DBUS_LIBS
=`$PKG_CONFIG --libs dbus-1 2>/dev/null`
16122 printf "%s\n" "$as_me:${as_lineno-$LINENO}: dbus-1 cflags: $DBUS_CFLAGS" >&5
16123 printf "%s\n" "$as_me:${as_lineno-$LINENO}: dbus-1 libs: $DBUS_LIBS" >&5
16124 if test -s conftest.err
; then
16125 printf %s
"$as_me:${as_lineno-$LINENO}: dbus-1 errors: " >&5
16126 cat conftest.err
>&5
16129 ac_save_CPPFLAGS
=$CPPFLAGS
16130 CPPFLAGS
="$CPPFLAGS $DBUS_CFLAGS"
16131 ac_fn_c_check_header_compile
"$LINENO" "dbus/dbus.h" "ac_cv_header_dbus_dbus_h" "$ac_includes_default"
16132 if test "x$ac_cv_header_dbus_dbus_h" = xyes
16134 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -ldbus-1" >&5
16135 printf %s
"checking for -ldbus-1... " >&6; }
16136 if test ${ac_cv_lib_soname_dbus_1+y}
16138 printf %s
"(cached) " >&6
16140 ac_check_soname_save_LIBS
=$LIBS
16141 LIBS
="-ldbus-1 $DBUS_LIBS $LIBS"
16142 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16143 /* end confdefs.h. */
16145 /* Override any GCC internal prototype to avoid an error.
16146 Use char because int might match the return type of a GCC
16147 builtin and then its argument prototype would still apply. */
16148 char dbus_connection_close ();
16152 return dbus_connection_close ();
16157 if ac_fn_c_try_link
"$LINENO"
16160 dll
) ac_cv_lib_soname_dbus_1
=`$ac_cv_path_LDD conftest.exe | grep "dbus-1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
16161 dylib
) ac_cv_lib_soname_dbus_1
=`$OTOOL -L conftest$ac_exeext | grep "libdbus-1\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libdbus-1\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
16162 *) ac_cv_lib_soname_dbus_1
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libdbus-1\\.$LIBEXT" | sed -e "s/^.*\\[\\(libdbus-1\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
16163 if ${ac_cv_lib_soname_dbus_1:+false} :
16165 ac_cv_lib_soname_dbus_1
=`$LDD conftest$ac_exeext | grep "libdbus-1\\.$LIBEXT" | sed -e "s/^.*\(libdbus-1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
16169 ac_cv_lib_soname_dbus_1
=
16171 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
16172 conftest
$ac_exeext conftest.
$ac_ext
16173 LIBS
=$ac_check_soname_save_LIBS
16175 if ${ac_cv_lib_soname_dbus_1:+false} :
16177 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
16178 printf "%s\n" "not found" >&6; }
16181 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_dbus_1" >&5
16182 printf "%s\n" "$ac_cv_lib_soname_dbus_1" >&6; }
16184 printf "%s\n" "#define SONAME_LIBDBUS_1 \"$ac_cv_lib_soname_dbus_1\"" >>confdefs.h
16192 CPPFLAGS
=$ac_save_CPPFLAGS
16196 darwin
*|macosx
*) ;;
16197 *) if test "x$ac_cv_lib_soname_dbus_1" = "x"
16199 case "x$with_dbus" in
16200 x
) as_fn_append wine_notices
"|libdbus ${notice_platform}development files not found, no dynamic device support." ;;
16202 *) as_fn_error $?
"libdbus ${notice_platform}development files not found, no dynamic device support.
16203 This is an error since --with-dbus was requested." "$LINENO" 5 ;;
16209 if test "x$with_gnutls" != "xno"
16212 if ${GNUTLS_CFLAGS:+false} :
16214 if test ${PKG_CONFIG+y}
16216 GNUTLS_CFLAGS
=`$PKG_CONFIG --cflags gnutls 2>conftest.err`
16220 if ${GNUTLS_LIBS:+false} :
16222 if test ${PKG_CONFIG+y}
16224 GNUTLS_LIBS
=`$PKG_CONFIG --libs gnutls 2>/dev/null`
16228 GNUTLS_LIBS
=${GNUTLS_LIBS:-"-lgnutls"}
16229 printf "%s\n" "$as_me:${as_lineno-$LINENO}: gnutls cflags: $GNUTLS_CFLAGS" >&5
16230 printf "%s\n" "$as_me:${as_lineno-$LINENO}: gnutls libs: $GNUTLS_LIBS" >&5
16231 if test -s conftest.err
; then
16232 printf %s
"$as_me:${as_lineno-$LINENO}: gnutls errors: " >&5
16233 cat conftest.err
>&5
16236 ac_save_CPPFLAGS
=$CPPFLAGS
16237 CPPFLAGS
="$CPPFLAGS $GNUTLS_CFLAGS"
16238 ac_fn_c_check_header_compile
"$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
16239 if test "x$ac_cv_header_gnutls_gnutls_h" = xyes
16241 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16242 /* end confdefs.h. */
16243 #include <gnutls/gnutls.h>
16244 #include <gnutls/crypto.h>
16248 static typeof(gnutls_mac_get_key_size) *func; if (func) return 0;
16253 if ac_fn_c_try_compile
"$LINENO"
16255 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
16256 printf %s
"checking for -lgnutls... " >&6; }
16257 if test ${ac_cv_lib_soname_gnutls+y}
16259 printf %s
"(cached) " >&6
16261 ac_check_soname_save_LIBS
=$LIBS
16262 LIBS
="-lgnutls $GNUTLS_LIBS $LIBS"
16263 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16264 /* end confdefs.h. */
16266 /* Override any GCC internal prototype to avoid an error.
16267 Use char because int might match the return type of a GCC
16268 builtin and then its argument prototype would still apply. */
16269 char gnutls_global_init ();
16273 return gnutls_global_init ();
16278 if ac_fn_c_try_link
"$LINENO"
16281 dll
) ac_cv_lib_soname_gnutls
=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
16282 dylib
) ac_cv_lib_soname_gnutls
=`$OTOOL -L conftest$ac_exeext | grep "libgnutls\\(-deb0\\)\\{0,1\\}\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libgnutls\\(-deb0\\)\\{0,1\\}\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
16283 *) ac_cv_lib_soname_gnutls
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libgnutls\\(-deb0\\)\\{0,1\\}\\.$LIBEXT" | sed -e "s/^.*\\[\\(libgnutls\\(-deb0\\)\\{0,1\\}\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
16284 if ${ac_cv_lib_soname_gnutls:+false} :
16286 ac_cv_lib_soname_gnutls
=`$LDD conftest$ac_exeext | grep "libgnutls\\(-deb0\\)\\{0,1\\}\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\\(-deb0\\)\\{0,1\\}\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
16290 ac_cv_lib_soname_gnutls
=
16292 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
16293 conftest
$ac_exeext conftest.
$ac_ext
16294 LIBS
=$ac_check_soname_save_LIBS
16296 if ${ac_cv_lib_soname_gnutls:+false} :
16298 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
16299 printf "%s\n" "not found" >&6; }
16302 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
16303 printf "%s\n" "$ac_cv_lib_soname_gnutls" >&6; }
16305 printf "%s\n" "#define SONAME_LIBGNUTLS \"$ac_cv_lib_soname_gnutls\"" >>confdefs.h
16309 ac_wine_check_funcs_save_LIBS
="$LIBS"
16310 LIBS
="$LIBS $GNUTLS_LIBS"
16312 for ac_func
in gnutls_cipher_init
16314 ac_fn_c_check_func
"$LINENO" "gnutls_cipher_init" "ac_cv_func_gnutls_cipher_init"
16315 if test "x$ac_cv_func_gnutls_cipher_init" = xyes
16317 printf "%s\n" "#define HAVE_GNUTLS_CIPHER_INIT 1" >>confdefs.h
16320 as_fn_append wine_notices
"|libgnutls ${notice_platform}development files too old, bcrypt encryption won't be supported."
16324 LIBS
="$ac_wine_check_funcs_save_LIBS"
16326 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
16331 CPPFLAGS
=$ac_save_CPPFLAGS
16334 if test "x$ac_cv_lib_soname_gnutls" = "x"
16336 case "x$with_gnutls" in
16337 x
) as_fn_append wine_warnings
"|libgnutls ${notice_platform}development files not found, no schannel support." ;;
16339 *) as_fn_error $?
"libgnutls ${notice_platform}development files not found, no schannel support.
16340 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
16345 if test "x$with_sane" != "xno"
16348 if ${SANE_CFLAGS:+false} :
16350 if test ${PKG_CONFIG+y}
16352 SANE_CFLAGS
=`$PKG_CONFIG --cflags sane-backends 2>conftest.err`
16355 test "$cross_compiling" = yes || SANE_CFLAGS
=${SANE_CFLAGS:-`${SANE_CONFIG:-sane-config} --cflags 2>/dev/null`}
16356 if ${SANE_LIBS:+false} :
16358 if test ${PKG_CONFIG+y}
16360 SANE_LIBS
=`$PKG_CONFIG --libs sane-backends 2>/dev/null`
16363 test "$cross_compiling" = yes || SANE_LIBS
=${SANE_LIBS:-`${SANE_CONFIG:-sane-config} --ldflags 2>/dev/null`}
16365 printf "%s\n" "$as_me:${as_lineno-$LINENO}: sane-backends cflags: $SANE_CFLAGS" >&5
16366 printf "%s\n" "$as_me:${as_lineno-$LINENO}: sane-backends libs: $SANE_LIBS" >&5
16367 if test -s conftest.err
; then
16368 printf %s
"$as_me:${as_lineno-$LINENO}: sane-backends errors: " >&5
16369 cat conftest.err
>&5
16372 ac_save_CPPFLAGS
=$CPPFLAGS
16373 CPPFLAGS
="$CPPFLAGS $SANE_CFLAGS"
16374 ac_fn_c_check_header_compile
"$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
16375 if test "x$ac_cv_header_sane_sane_h" = xyes
16377 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for sane_init in -lsane" >&5
16378 printf %s
"checking for sane_init in -lsane... " >&6; }
16379 if test ${ac_cv_lib_sane_sane_init+y}
16381 printf %s
"(cached) " >&6
16383 ac_check_lib_save_LIBS
=$LIBS
16384 LIBS
="-lsane $SANE_LIBS $LIBS"
16385 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16386 /* end confdefs.h. */
16388 /* Override any GCC internal prototype to avoid an error.
16389 Use char because int might match the return type of a GCC
16390 builtin and then its argument prototype would still apply. */
16395 return sane_init ();
16400 if ac_fn_c_try_link
"$LINENO"
16402 ac_cv_lib_sane_sane_init
=yes
16404 ac_cv_lib_sane_sane_init
=no
16406 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
16407 conftest
$ac_exeext conftest.
$ac_ext
16408 LIBS
=$ac_check_lib_save_LIBS
16410 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_sane_sane_init" >&5
16411 printf "%s\n" "$ac_cv_lib_sane_sane_init" >&6; }
16412 if test "x$ac_cv_lib_sane_sane_init" = xyes
16419 CPPFLAGS
=$ac_save_CPPFLAGS
16422 if test "$ac_cv_lib_sane_sane_init" != "yes"
16424 case "x$with_sane" in
16425 x
) as_fn_append wine_notices
"|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
16427 *) as_fn_error $?
"libsane ${notice_platform}development files not found, scanners won't be supported.
16428 This is an error since --with-sane was requested." "$LINENO" 5 ;;
16430 enable_sane_ds
=${enable_sane_ds:-no}
16433 if test "x$with_usb" != "xno"
16436 if ${USB_CFLAGS:+false} :
16438 if test ${PKG_CONFIG+y}
16440 USB_CFLAGS
=`$PKG_CONFIG --cflags libusb-1.0 2>conftest.err`
16444 if ${USB_LIBS:+false} :
16446 if test ${PKG_CONFIG+y}
16448 USB_LIBS
=`$PKG_CONFIG --libs libusb-1.0 2>/dev/null`
16452 USB_LIBS
=${USB_LIBS:-"-lusb-1.0"}
16453 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libusb-1.0 cflags: $USB_CFLAGS" >&5
16454 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libusb-1.0 libs: $USB_LIBS" >&5
16455 if test -s conftest.err
; then
16456 printf %s
"$as_me:${as_lineno-$LINENO}: libusb-1.0 errors: " >&5
16457 cat conftest.err
>&5
16460 ac_save_CPPFLAGS
=$CPPFLAGS
16461 CPPFLAGS
="$CPPFLAGS $USB_CFLAGS"
16462 ac_fn_c_check_header_compile
"$LINENO" "libusb.h" "ac_cv_header_libusb_h" "$ac_includes_default"
16463 if test "x$ac_cv_header_libusb_h" = xyes
16465 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libusb_interrupt_event_handler in -lusb-1.0" >&5
16466 printf %s
"checking for libusb_interrupt_event_handler in -lusb-1.0... " >&6; }
16467 if test ${ac_cv_lib_usb_1_0_libusb_interrupt_event_handler+y}
16469 printf %s
"(cached) " >&6
16471 ac_check_lib_save_LIBS
=$LIBS
16472 LIBS
="-lusb-1.0 $USB_LIBS $LIBS"
16473 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16474 /* end confdefs.h. */
16476 /* Override any GCC internal prototype to avoid an error.
16477 Use char because int might match the return type of a GCC
16478 builtin and then its argument prototype would still apply. */
16479 char libusb_interrupt_event_handler ();
16483 return libusb_interrupt_event_handler ();
16488 if ac_fn_c_try_link
"$LINENO"
16490 ac_cv_lib_usb_1_0_libusb_interrupt_event_handler
=yes
16492 ac_cv_lib_usb_1_0_libusb_interrupt_event_handler
=no
16494 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
16495 conftest
$ac_exeext conftest.
$ac_ext
16496 LIBS
=$ac_check_lib_save_LIBS
16498 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_usb_1_0_libusb_interrupt_event_handler" >&5
16499 printf "%s\n" "$ac_cv_lib_usb_1_0_libusb_interrupt_event_handler" >&6; }
16500 if test "x$ac_cv_lib_usb_1_0_libusb_interrupt_event_handler" = xyes
16511 CPPFLAGS
=$ac_save_CPPFLAGS
16514 if test "$ac_cv_lib_usb_1_0_libusb_interrupt_event_handler" != "yes"
16516 case "x$with_usb" in
16517 x
) as_fn_append wine_notices
"|libusb-1.0 ${notice_platform}development files not found (or too old), USB devices won't be supported." ;;
16519 *) as_fn_error $?
"libusb-1.0 ${notice_platform}development files not found (or too old), USB devices won't be supported.
16520 This is an error since --with-usb was requested." "$LINENO" 5 ;;
16522 enable_wineusb_sys
=${enable_wineusb_sys:-no}
16525 if test "x$with_v4l2" != "xno"
16527 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lv4l2" >&5
16528 printf %s
"checking for -lv4l2... " >&6; }
16529 if test ${ac_cv_lib_soname_v4l2+y}
16531 printf %s
"(cached) " >&6
16533 ac_check_soname_save_LIBS
=$LIBS
16534 LIBS
="-lv4l2 $LIBS"
16535 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16536 /* end confdefs.h. */
16538 /* Override any GCC internal prototype to avoid an error.
16539 Use char because int might match the return type of a GCC
16540 builtin and then its argument prototype would still apply. */
16545 return v4l2_open ();
16550 if ac_fn_c_try_link
"$LINENO"
16553 dll
) ac_cv_lib_soname_v4l2
=`$ac_cv_path_LDD conftest.exe | grep "v4l2" | sed -e "s/dll.*/dll/"';2,$d'` ;;
16554 dylib
) ac_cv_lib_soname_v4l2
=`$OTOOL -L conftest$ac_exeext | grep "libv4l2\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libv4l2\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
16555 *) ac_cv_lib_soname_v4l2
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libv4l2\\.$LIBEXT" | sed -e "s/^.*\\[\\(libv4l2\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
16556 if ${ac_cv_lib_soname_v4l2:+false} :
16558 ac_cv_lib_soname_v4l2
=`$LDD conftest$ac_exeext | grep "libv4l2\\.$LIBEXT" | sed -e "s/^.*\(libv4l2\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
16562 ac_cv_lib_soname_v4l2
=
16564 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
16565 conftest
$ac_exeext conftest.
$ac_ext
16566 LIBS
=$ac_check_soname_save_LIBS
16568 if ${ac_cv_lib_soname_v4l2:+false} :
16570 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
16571 printf "%s\n" "not found" >&6; }
16574 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l2" >&5
16575 printf "%s\n" "$ac_cv_lib_soname_v4l2" >&6; }
16577 printf "%s\n" "#define SONAME_LIBV4L2 \"$ac_cv_lib_soname_v4l2\"" >>confdefs.h
16582 if test "x$ac_cv_lib_soname_v4l2" = "x"
16584 case "x$with_v4l2" in
16585 x
) as_fn_append wine_notices
"|libv4l2 ${notice_platform}development files not found." ;;
16587 *) as_fn_error $?
"libv4l2 ${notice_platform}development files not found.
16588 This is an error since --with-v4l2 was requested." "$LINENO" 5 ;;
16593 if test "x$with_gphoto" != "xno"
16596 if ${GPHOTO2_CFLAGS:+false} :
16598 if test ${PKG_CONFIG+y}
16600 GPHOTO2_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2 2>conftest.err`
16603 test "$cross_compiling" = yes || GPHOTO2_CFLAGS
=${GPHOTO2_CFLAGS:-`${GPHOTO2_CONFIG:-gphoto2-config} --cflags 2>/dev/null`}
16604 if ${GPHOTO2_LIBS:+false} :
16606 if test ${PKG_CONFIG+y}
16608 GPHOTO2_LIBS
=`$PKG_CONFIG --libs libgphoto2 2>/dev/null`
16611 test "$cross_compiling" = yes || GPHOTO2_LIBS
=${GPHOTO2_LIBS:-`${GPHOTO2_CONFIG:-gphoto2-config} --libs 2>/dev/null`}
16612 GPHOTO2_LIBS
=${GPHOTO2_LIBS:-"-lgphoto2"}
16613 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libgphoto2 cflags: $GPHOTO2_CFLAGS" >&5
16614 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libgphoto2 libs: $GPHOTO2_LIBS" >&5
16615 if test -s conftest.err
; then
16616 printf %s
"$as_me:${as_lineno-$LINENO}: libgphoto2 errors: " >&5
16617 cat conftest.err
>&5
16620 ac_save_CPPFLAGS
=$CPPFLAGS
16621 CPPFLAGS
="$CPPFLAGS $GPHOTO2_CFLAGS"
16622 ac_fn_c_check_header_compile
"$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
16623 if test "x$ac_cv_header_gphoto2_camera_h" = xyes
16625 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
16626 printf %s
"checking for gp_camera_new in -lgphoto2... " >&6; }
16627 if test ${ac_cv_lib_gphoto2_gp_camera_new+y}
16629 printf %s
"(cached) " >&6
16631 ac_check_lib_save_LIBS
=$LIBS
16632 LIBS
="-lgphoto2 $GPHOTO2_LIBS $LIBS"
16633 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16634 /* end confdefs.h. */
16636 /* Override any GCC internal prototype to avoid an error.
16637 Use char because int might match the return type of a GCC
16638 builtin and then its argument prototype would still apply. */
16639 char gp_camera_new ();
16643 return gp_camera_new ();
16648 if ac_fn_c_try_link
"$LINENO"
16650 ac_cv_lib_gphoto2_gp_camera_new
=yes
16652 ac_cv_lib_gphoto2_gp_camera_new
=no
16654 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
16655 conftest
$ac_exeext conftest.
$ac_ext
16656 LIBS
=$ac_check_lib_save_LIBS
16658 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
16659 printf "%s\n" "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
16660 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = xyes
16667 CPPFLAGS
=$ac_save_CPPFLAGS
16670 if ${GPHOTO2_PORT_CFLAGS:+false} :
16672 if test ${PKG_CONFIG+y}
16674 GPHOTO2_PORT_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2_port 2>conftest.err`
16677 test "$cross_compiling" = yes || GPHOTO2_PORT_CFLAGS
=${GPHOTO2_PORT_CFLAGS:-`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --cflags 2>/dev/null`}
16678 if ${GPHOTO2_PORT_LIBS:+false} :
16680 if test ${PKG_CONFIG+y}
16682 GPHOTO2_PORT_LIBS
=`$PKG_CONFIG --libs libgphoto2_port 2>/dev/null`
16685 test "$cross_compiling" = yes || GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --libs 2>/dev/null`}
16686 GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-"-lgphoto2_port"}
16687 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libgphoto2_port cflags: $GPHOTO2_PORT_CFLAGS" >&5
16688 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libgphoto2_port libs: $GPHOTO2_PORT_LIBS" >&5
16689 if test -s conftest.err
; then
16690 printf %s
"$as_me:${as_lineno-$LINENO}: libgphoto2_port errors: " >&5
16691 cat conftest.err
>&5
16694 ac_save_CPPFLAGS
=$CPPFLAGS
16695 CPPFLAGS
="$CPPFLAGS $GPHOTO2_PORT_CFLAGS"
16696 ac_fn_c_check_header_compile
"$LINENO" "gphoto2-port.h" "ac_cv_header_gphoto2_port_h" "$ac_includes_default"
16697 if test "x$ac_cv_header_gphoto2_port_h" = xyes
16699 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gp_port_info_list_new in -lgphoto2_port" >&5
16700 printf %s
"checking for gp_port_info_list_new in -lgphoto2_port... " >&6; }
16701 if test ${ac_cv_lib_gphoto2_port_gp_port_info_list_new+y}
16703 printf %s
"(cached) " >&6
16705 ac_check_lib_save_LIBS
=$LIBS
16706 LIBS
="-lgphoto2_port $GPHOTO2_PORT_LIBS $LIBS"
16707 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16708 /* end confdefs.h. */
16710 /* Override any GCC internal prototype to avoid an error.
16711 Use char because int might match the return type of a GCC
16712 builtin and then its argument prototype would still apply. */
16713 char gp_port_info_list_new ();
16717 return gp_port_info_list_new ();
16722 if ac_fn_c_try_link
"$LINENO"
16724 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=yes
16726 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=no
16728 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
16729 conftest
$ac_exeext conftest.
$ac_ext
16730 LIBS
=$ac_check_lib_save_LIBS
16732 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&5
16733 printf "%s\n" "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&6; }
16734 if test "x$ac_cv_lib_gphoto2_port_gp_port_info_list_new" = xyes
16737 printf "%s\n" "#define HAVE_GPHOTO2_PORT 1" >>confdefs.h
16740 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
16744 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
16747 CPPFLAGS
=$ac_save_CPPFLAGS
16750 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"
16752 case "x$with_gphoto" in
16753 x
) as_fn_append wine_notices
"|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
16755 *) as_fn_error $?
"libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
16756 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
16758 enable_gphoto2_ds
=${enable_gphoto2_ds:-no}
16760 if test "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" != "yes"
16762 case "x$with_gphoto" in
16763 x
) as_fn_append wine_notices
"|libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected." ;;
16765 *) as_fn_error $?
"libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected.
16766 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
16772 if test "$ac_cv_header_resolv_h" = "yes"
16774 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for resolver library" >&5
16775 printf %s
"checking for resolver library... " >&6; }
16776 if test ${ac_cv_have_resolv+y}
16778 printf %s
"(cached) " >&6
16780 ac_save_LIBS
="$LIBS"
16781 for lib
in '' -lresolv
16783 LIBS
="$lib $ac_save_LIBS"
16784 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16785 /* end confdefs.h. */
16786 #ifdef HAVE_NETINET_IN_H
16787 #include <netinet/in.h>
16789 #include <resolv.h>
16793 if (!(_res.options & RES_INIT)) res_init(); res_query("foo",ns_c_in,0,0,0); ns_initparse(0,0,0)
16798 if ac_fn_c_try_link
"$LINENO"
16800 ac_cv_have_resolv
=${lib:-"none required"}
16802 ac_cv_have_resolv
="not found"
16804 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
16805 conftest
$ac_exeext conftest.
$ac_ext
16806 test "x$ac_cv_have_resolv" = "xnot found" ||
break
16808 LIBS
="$ac_save_LIBS"
16810 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_resolv" >&5
16811 printf "%s\n" "$ac_cv_have_resolv" >&6; }
16813 case "$ac_cv_have_resolv" in
16817 printf "%s\n" "#define HAVE_RESOLV 1" >>confdefs.h
16820 printf "%s\n" "#define HAVE_RESOLV 1" >>confdefs.h
16822 RESOLV_LIBS
=$ac_cv_have_resolv
16826 if test "x$ac_cv_have_resolv" != "xnot found"
16828 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for res_getservers" >&5
16829 printf %s
"checking for res_getservers... " >&6; }
16830 if test ${ac_cv_have_res_getservers+y}
16832 printf %s
"(cached) " >&6
16834 ac_save_LIBS
="$LIBS"
16835 LIBS
="$RESOLV_LIBS $LIBS"
16836 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16837 /* end confdefs.h. */
16838 #include <resolv.h>
16842 res_getservers(NULL, NULL, 0);
16847 if ac_fn_c_try_link
"$LINENO"
16849 ac_cv_have_res_getservers
=yes
16851 ac_cv_have_res_getservers
=no
16853 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
16854 conftest
$ac_exeext conftest.
$ac_ext
16855 LIBS
="$ac_save_LIBS"
16857 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_res_getservers" >&5
16858 printf "%s\n" "$ac_cv_have_res_getservers" >&6; }
16859 if test "$ac_cv_have_res_getservers" = "yes"
16862 printf "%s\n" "#define HAVE_RES_GETSERVERS 1" >>confdefs.h
16868 if test "x$with_freetype" != "xno"
16871 if ${FREETYPE_CFLAGS:+false} :
16873 if test ${PKG_CONFIG+y}
16875 FREETYPE_CFLAGS
=`$PKG_CONFIG --cflags freetype2 2>conftest.err`
16878 test "$cross_compiling" = yes || FREETYPE_CFLAGS
=${FREETYPE_CFLAGS:-`(${FREETYPE_CONFIG:-freetype-config} --cflags || ${FREETYPE2_CONFIG:-freetype2-config} --cflags) 2>/dev/null`}
16879 if ${FREETYPE_LIBS:+false} :
16881 if test ${PKG_CONFIG+y}
16883 FREETYPE_LIBS
=`$PKG_CONFIG --libs freetype2 2>/dev/null`
16886 test "$cross_compiling" = yes || FREETYPE_LIBS
=${FREETYPE_LIBS:-`(${FREETYPE_CONFIG:-freetype-config} --libs || ${FREETYPE2_CONFIG:-freetype2-config} --libs) 2>/dev/null`}
16887 FREETYPE_LIBS
=${FREETYPE_LIBS:-"-lfreetype"}
16888 printf "%s\n" "$as_me:${as_lineno-$LINENO}: freetype2 cflags: $FREETYPE_CFLAGS" >&5
16889 printf "%s\n" "$as_me:${as_lineno-$LINENO}: freetype2 libs: $FREETYPE_LIBS" >&5
16890 if test -s conftest.err
; then
16891 printf %s
"$as_me:${as_lineno-$LINENO}: freetype2 errors: " >&5
16892 cat conftest.err
>&5
16895 ac_save_CPPFLAGS
=$CPPFLAGS
16896 CPPFLAGS
="$CPPFLAGS $FREETYPE_CFLAGS"
16897 ac_fn_c_check_header_compile
"$LINENO" "ft2build.h" "ac_cv_header_ft2build_h" "$ac_includes_default"
16898 if test "x$ac_cv_header_ft2build_h" = xyes
16900 printf "%s\n" "#define HAVE_FT2BUILD_H 1" >>confdefs.h
16904 if test "$ac_cv_header_ft2build_h" = "yes"
16906 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
16907 printf %s
"checking for -lfreetype... " >&6; }
16908 if test ${ac_cv_lib_soname_freetype+y}
16910 printf %s
"(cached) " >&6
16912 ac_check_soname_save_LIBS
=$LIBS
16913 LIBS
="-lfreetype $FREETYPE_LIBS $LIBS"
16914 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16915 /* end confdefs.h. */
16917 /* Override any GCC internal prototype to avoid an error.
16918 Use char because int might match the return type of a GCC
16919 builtin and then its argument prototype would still apply. */
16920 char FT_Init_FreeType ();
16924 return FT_Init_FreeType ();
16929 if ac_fn_c_try_link
"$LINENO"
16932 dll
) ac_cv_lib_soname_freetype
=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
16933 dylib
) ac_cv_lib_soname_freetype
=`$OTOOL -L conftest$ac_exeext | grep "libfreetype\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libfreetype\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
16934 *) ac_cv_lib_soname_freetype
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfreetype\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfreetype\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
16935 if ${ac_cv_lib_soname_freetype:+false} :
16937 ac_cv_lib_soname_freetype
=`$LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
16941 ac_cv_lib_soname_freetype
=
16943 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
16944 conftest
$ac_exeext conftest.
$ac_ext
16945 LIBS
=$ac_check_soname_save_LIBS
16947 if ${ac_cv_lib_soname_freetype:+false} :
16949 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
16950 printf "%s\n" "not found" >&6; }
16953 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
16954 printf "%s\n" "$ac_cv_lib_soname_freetype" >&6; }
16956 printf "%s\n" "#define SONAME_LIBFREETYPE \"$ac_cv_lib_soname_freetype\"" >>confdefs.h
16959 printf "%s\n" "#define HAVE_FREETYPE 1" >>confdefs.h
16961 ac_fn_c_check_type
"$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <ft2build.h>
16962 #include FT_MODULE_H
16964 if test "x$ac_cv_type_FT_TrueTypeEngineType" = xyes
16967 printf "%s\n" "#define HAVE_FT_TRUETYPEENGINETYPE 1" >>confdefs.h
16977 CPPFLAGS
=$ac_save_CPPFLAGS
16980 if test "x$ac_cv_lib_soname_freetype" = x
16982 case "x$with_freetype" in
16984 *) as_fn_error $?
"FreeType ${notice_platform}development files not found. Fonts will not be built.
16985 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
16987 enable_fonts
=${enable_fonts:-no}
16990 ac_wine_check_funcs_save_LIBS
="$LIBS"
16991 LIBS
="$LIBS $PTHREAD_LIBS"
16992 ac_fn_c_check_func
"$LINENO" "pthread_getthreadid_np" "ac_cv_func_pthread_getthreadid_np"
16993 if test "x$ac_cv_func_pthread_getthreadid_np" = xyes
16995 printf "%s\n" "#define HAVE_PTHREAD_GETTHREADID_NP 1" >>confdefs.h
16999 LIBS
="$ac_wine_check_funcs_save_LIBS"
17001 if test "x$enable_tools" != xno
-a "x$with_gettextpo" = xyes
17003 if test "$ac_cv_header_gettext_po_h" = "yes"
17005 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for po_message_msgctxt in -lgettextpo" >&5
17006 printf %s
"checking for po_message_msgctxt in -lgettextpo... " >&6; }
17007 if test ${ac_cv_lib_gettextpo_po_message_msgctxt+y}
17009 printf %s
"(cached) " >&6
17011 ac_check_lib_save_LIBS
=$LIBS
17012 LIBS
="-lgettextpo $LIBS"
17013 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17014 /* end confdefs.h. */
17016 /* Override any GCC internal prototype to avoid an error.
17017 Use char because int might match the return type of a GCC
17018 builtin and then its argument prototype would still apply. */
17019 char po_message_msgctxt ();
17023 return po_message_msgctxt ();
17028 if ac_fn_c_try_link
"$LINENO"
17030 ac_cv_lib_gettextpo_po_message_msgctxt
=yes
17032 ac_cv_lib_gettextpo_po_message_msgctxt
=no
17034 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
17035 conftest
$ac_exeext conftest.
$ac_ext
17036 LIBS
=$ac_check_lib_save_LIBS
17038 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gettextpo_po_message_msgctxt" >&5
17039 printf "%s\n" "$ac_cv_lib_gettextpo_po_message_msgctxt" >&6; }
17040 if test "x$ac_cv_lib_gettextpo_po_message_msgctxt" = xyes
17043 printf "%s\n" "#define HAVE_LIBGETTEXTPO 1" >>confdefs.h
17045 GETTEXTPO_LIBS
="-lgettextpo"
17050 if test "x$GETTEXTPO_LIBS" = "x"
17052 case "x$with_gettextpo" in
17053 x
) as_fn_append wine_notices
"|GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt." ;;
17055 *) as_fn_error $?
"GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt.
17056 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
17060 if test "$srcdir" != .
17062 case "x$with_gettextpo" in
17063 x
) as_fn_append wine_notices
"|Rebuilding po files is not supported for out of tree builds." ;;
17065 *) as_fn_error $?
"Rebuilding po files is not supported for out of tree builds.
17066 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
17072 if test "x$with_pulse" != "xno";
17075 if ${PULSE_CFLAGS:+false} :
17077 if test ${PKG_CONFIG+y}
17079 PULSE_CFLAGS
=`$PKG_CONFIG --cflags libpulse 2>conftest.err`
17083 if ${PULSE_LIBS:+false} :
17085 if test ${PKG_CONFIG+y}
17087 PULSE_LIBS
=`$PKG_CONFIG --libs libpulse 2>/dev/null`
17092 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libpulse cflags: $PULSE_CFLAGS" >&5
17093 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libpulse libs: $PULSE_LIBS" >&5
17094 if test -s conftest.err
; then
17095 printf %s
"$as_me:${as_lineno-$LINENO}: libpulse errors: " >&5
17096 cat conftest.err
>&5
17099 ac_save_CPPFLAGS
=$CPPFLAGS
17100 CPPFLAGS
="$CPPFLAGS $PULSE_CFLAGS"
17101 ac_fn_c_check_header_compile
"$LINENO" "pulse/pulseaudio.h" "ac_cv_header_pulse_pulseaudio_h" "$ac_includes_default"
17102 if test "x$ac_cv_header_pulse_pulseaudio_h" = xyes
17104 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pa_stream_is_corked in -lpulse" >&5
17105 printf %s
"checking for pa_stream_is_corked in -lpulse... " >&6; }
17106 if test ${ac_cv_lib_pulse_pa_stream_is_corked+y}
17108 printf %s
"(cached) " >&6
17110 ac_check_lib_save_LIBS
=$LIBS
17111 LIBS
="-lpulse $PULSE_LIBS $LIBS"
17112 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17113 /* end confdefs.h. */
17115 /* Override any GCC internal prototype to avoid an error.
17116 Use char because int might match the return type of a GCC
17117 builtin and then its argument prototype would still apply. */
17118 char pa_stream_is_corked ();
17122 return pa_stream_is_corked ();
17127 if ac_fn_c_try_link
"$LINENO"
17129 ac_cv_lib_pulse_pa_stream_is_corked
=yes
17131 ac_cv_lib_pulse_pa_stream_is_corked
=no
17133 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
17134 conftest
$ac_exeext conftest.
$ac_ext
17135 LIBS
=$ac_check_lib_save_LIBS
17137 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pulse_pa_stream_is_corked" >&5
17138 printf "%s\n" "$ac_cv_lib_pulse_pa_stream_is_corked" >&6; }
17139 if test "x$ac_cv_lib_pulse_pa_stream_is_corked" = xyes
17150 CPPFLAGS
=$ac_save_CPPFLAGS
17153 if test -z "$PULSE_LIBS"
17155 case "x$with_pulse" in
17156 x
) as_fn_append wine_notices
"|libpulse ${notice_platform}development files not found or too old, Pulse won't be supported." ;;
17158 *) as_fn_error $?
"libpulse ${notice_platform}development files not found or too old, Pulse won't be supported.
17159 This is an error since --with-pulse was requested." "$LINENO" 5 ;;
17161 enable_winepulse_drv
=${enable_winepulse_drv:-no}
17164 if test "x$with_gstreamer" != "xno"
17167 if ${GSTREAMER_CFLAGS:+false} :
17169 if test ${PKG_CONFIG+y}
17171 GSTREAMER_CFLAGS
=`$PKG_CONFIG --cflags gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 gstreamer-tag-1.0 2>conftest.err`
17175 if ${GSTREAMER_LIBS:+false} :
17177 if test ${PKG_CONFIG+y}
17179 GSTREAMER_LIBS
=`$PKG_CONFIG --libs gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 gstreamer-tag-1.0 2>/dev/null`
17184 printf "%s\n" "$as_me:${as_lineno-$LINENO}: gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 gstreamer-tag-1.0 cflags: $GSTREAMER_CFLAGS" >&5
17185 printf "%s\n" "$as_me:${as_lineno-$LINENO}: gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 gstreamer-tag-1.0 libs: $GSTREAMER_LIBS" >&5
17186 if test -s conftest.err
; then
17187 printf %s
"$as_me:${as_lineno-$LINENO}: gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 gstreamer-tag-1.0 errors: " >&5
17188 cat conftest.err
>&5
17191 ac_save_CPPFLAGS
=$CPPFLAGS
17192 CPPFLAGS
="$CPPFLAGS $GSTREAMER_CFLAGS"
17193 ac_fn_c_check_header_compile
"$LINENO" "gst/gst.h" "ac_cv_header_gst_gst_h" "$ac_includes_default"
17194 if test "x$ac_cv_header_gst_gst_h" = xyes
17196 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether gint64 defined by gst/gst.h is indeed 64-bit" >&5
17197 printf %s
"checking whether gint64 defined by gst/gst.h is indeed 64-bit... " >&6; }
17198 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17199 /* end confdefs.h. */
17200 #include <gst/gst.h>
17204 static int a[sizeof(gint64) > 4 ? 1 : -1]; if (a[0]) return 0;
17209 if ac_fn_c_try_compile
"$LINENO"
17211 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
17212 printf "%s\n" "yes" >&6; }
17213 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gst_pad_new in -lgstreamer-1.0" >&5
17214 printf %s
"checking for gst_pad_new in -lgstreamer-1.0... " >&6; }
17215 if test ${ac_cv_lib_gstreamer_1_0_gst_pad_new+y}
17217 printf %s
"(cached) " >&6
17219 ac_check_lib_save_LIBS
=$LIBS
17220 LIBS
="-lgstreamer-1.0 $GSTREAMER_LIBS $LIBS"
17221 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17222 /* end confdefs.h. */
17224 /* Override any GCC internal prototype to avoid an error.
17225 Use char because int might match the return type of a GCC
17226 builtin and then its argument prototype would still apply. */
17227 char gst_pad_new ();
17231 return gst_pad_new ();
17236 if ac_fn_c_try_link
"$LINENO"
17238 ac_cv_lib_gstreamer_1_0_gst_pad_new
=yes
17240 ac_cv_lib_gstreamer_1_0_gst_pad_new
=no
17242 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
17243 conftest
$ac_exeext conftest.
$ac_ext
17244 LIBS
=$ac_check_lib_save_LIBS
17246 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstreamer_1_0_gst_pad_new" >&5
17247 printf "%s\n" "$ac_cv_lib_gstreamer_1_0_gst_pad_new" >&6; }
17248 if test "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" = xyes
17254 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
17255 printf "%s\n" "no" >&6; }
17256 ac_glib2_broken
=yes
17257 enable_winegstreamer
=${enable_winegstreamer:-no}
17258 as_fn_append wine_notices
"|glib-2.0 pkgconfig configuration is for the wrong architecture, winegstreamer won't be built."
17260 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
17263 CPPFLAGS
=$ac_save_CPPFLAGS
17266 if test "x$ac_glib2_broken" != xyes
-a "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" != xyes
17268 case "x$with_gstreamer" in
17269 x
) as_fn_append wine_notices
"|gstreamer-1.0 base plugins ${notice_platform}development files not found, GStreamer won't be supported." ;;
17271 *) as_fn_error $?
"gstreamer-1.0 base plugins ${notice_platform}development files not found, GStreamer won't be supported.
17272 This is an error since --with-gstreamer was requested." "$LINENO" 5 ;;
17274 enable_winegstreamer
=${enable_winegstreamer:-no}
17279 if test "x$with_alsa" != "xno"
17281 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access_mask in -lasound" >&5
17282 printf %s
"checking for snd_pcm_hw_params_get_access_mask in -lasound... " >&6; }
17283 if test ${ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask+y}
17285 printf %s
"(cached) " >&6
17287 ac_check_lib_save_LIBS
=$LIBS
17288 LIBS
="-lasound $LIBS"
17289 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17290 /* end confdefs.h. */
17292 /* Override any GCC internal prototype to avoid an error.
17293 Use char because int might match the return type of a GCC
17294 builtin and then its argument prototype would still apply. */
17295 char snd_pcm_hw_params_get_access_mask ();
17299 return snd_pcm_hw_params_get_access_mask ();
17304 if ac_fn_c_try_link
"$LINENO"
17306 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=yes
17308 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=no
17310 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
17311 conftest
$ac_exeext conftest.
$ac_ext
17312 LIBS
=$ac_check_lib_save_LIBS
17314 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&5
17315 printf "%s\n" "$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&6; }
17316 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" = xyes
17318 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17319 /* end confdefs.h. */
17320 #include <alsa/asoundlib.h>
17324 snd_pcm_hw_params_get_access_mask(NULL, NULL)
17329 if ac_fn_c_try_compile
"$LINENO"
17331 ALSA_LIBS
="-lasound"
17333 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
17337 test -n "$ALSA_LIBS" || enable_winealsa_drv
=${enable_winealsa_drv:-no}
17339 if test "x$with_oss" != xno
17341 ac_save_CPPFLAGS
="$CPPFLAGS"
17342 if test -f /etc
/oss.conf
17346 ac_oss_incl
="-I${OSSLIBDIR:-/usr/lib/oss}/include"
17347 CPPFLAGS
="$CPPFLAGS $ac_oss_incl"
17348 ac_fn_c_check_header_compile
"$LINENO" "sys/soundcard.h" "ac_cv_header_sys_soundcard_h" "$ac_includes_default"
17349 if test "x$ac_cv_header_sys_soundcard_h" = xyes
17351 ac_fn_c_check_member
"$LINENO" "oss_sysinfo" "numaudioengines" "ac_cv_member_oss_sysinfo_numaudioengines" "#include <sys/soundcard.h>
17353 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes
17356 printf "%s\n" "#define HAVE_OSS_SYSINFO_NUMAUDIOENGINES 1" >>confdefs.h
17358 OSS4_CFLAGS
="$ac_oss_incl"
17360 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
17361 printf %s
"checking for _oss_ioctl in -lossaudio... " >&6; }
17362 if test ${ac_cv_lib_ossaudio__oss_ioctl+y}
17364 printf %s
"(cached) " >&6
17366 ac_check_lib_save_LIBS
=$LIBS
17367 LIBS
="-lossaudio $LIBS"
17368 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17369 /* end confdefs.h. */
17371 /* Override any GCC internal prototype to avoid an error.
17372 Use char because int might match the return type of a GCC
17373 builtin and then its argument prototype would still apply. */
17374 char _oss_ioctl ();
17378 return _oss_ioctl ();
17383 if ac_fn_c_try_link
"$LINENO"
17385 ac_cv_lib_ossaudio__oss_ioctl
=yes
17387 ac_cv_lib_ossaudio__oss_ioctl
=no
17389 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
17390 conftest
$ac_exeext conftest.
$ac_ext
17391 LIBS
=$ac_check_lib_save_LIBS
17393 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
17394 printf "%s\n" "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
17395 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes
17397 OSS4_LIBS
="-lossaudio"
17405 CPPFLAGS
="$ac_save_CPPFLAGS"
17407 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
17409 case "x$with_oss" in
17410 x
) as_fn_append wine_notices
"|OSS sound system found but too old (OSSv4 needed), OSS won't be supported." ;;
17412 *) as_fn_error $?
"OSS sound system found but too old (OSSv4 needed), OSS won't be supported.
17413 This is an error since --with-oss was requested." "$LINENO" 5 ;;
17415 enable_wineoss_drv
=${enable_wineoss_drv:-no}
17418 if test "x$with_udev" != "xno"
17421 if ${UDEV_CFLAGS:+false} :
17423 if test ${PKG_CONFIG+y}
17425 UDEV_CFLAGS
=`$PKG_CONFIG --cflags libudev 2>conftest.err`
17429 if ${UDEV_LIBS:+false} :
17431 if test ${PKG_CONFIG+y}
17433 UDEV_LIBS
=`$PKG_CONFIG --libs libudev 2>/dev/null`
17437 UDEV_LIBS
=${UDEV_LIBS:-"-ludev"}
17438 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libudev cflags: $UDEV_CFLAGS" >&5
17439 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libudev libs: $UDEV_LIBS" >&5
17440 if test -s conftest.err
; then
17441 printf %s
"$as_me:${as_lineno-$LINENO}: libudev errors: " >&5
17442 cat conftest.err
>&5
17445 ac_save_CPPFLAGS
=$CPPFLAGS
17446 CPPFLAGS
="$CPPFLAGS $UDEV_CFLAGS"
17447 for ac_header
in libudev.h
17449 ac_fn_c_check_header_compile
"$LINENO" "libudev.h" "ac_cv_header_libudev_h" "$ac_includes_default"
17450 if test "x$ac_cv_header_libudev_h" = xyes
17452 printf "%s\n" "#define HAVE_LIBUDEV_H 1" >>confdefs.h
17453 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for udev_new in -ludev" >&5
17454 printf %s
"checking for udev_new in -ludev... " >&6; }
17455 if test ${ac_cv_lib_udev_udev_new+y}
17457 printf %s
"(cached) " >&6
17459 ac_check_lib_save_LIBS
=$LIBS
17460 LIBS
="-ludev $UDEV_LIBS $LIBS"
17461 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17462 /* end confdefs.h. */
17464 /* Override any GCC internal prototype to avoid an error.
17465 Use char because int might match the return type of a GCC
17466 builtin and then its argument prototype would still apply. */
17471 return udev_new ();
17476 if ac_fn_c_try_link
"$LINENO"
17478 ac_cv_lib_udev_udev_new
=yes
17480 ac_cv_lib_udev_udev_new
=no
17482 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
17483 conftest
$ac_exeext conftest.
$ac_ext
17484 LIBS
=$ac_check_lib_save_LIBS
17486 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_udev_udev_new" >&5
17487 printf "%s\n" "$ac_cv_lib_udev_udev_new" >&6; }
17488 if test "x$ac_cv_lib_udev_udev_new" = xyes
17491 printf "%s\n" "#define HAVE_UDEV 1" >>confdefs.h
17502 CPPFLAGS
=$ac_save_CPPFLAGS
17505 if test "x$UDEV_LIBS" = "x"
17507 case "x$with_udev" in
17508 x
) as_fn_append wine_notices
"|libudev ${notice_platform}development files not found, plug and play won't be supported." ;;
17510 *) as_fn_error $?
"libudev ${notice_platform}development files not found, plug and play won't be supported.
17511 This is an error since --with-udev was requested." "$LINENO" 5 ;;
17516 if test "x$with_unwind" != xno
17519 if ${UNWIND_CFLAGS:+false} :
17521 if test ${PKG_CONFIG+y}
17523 UNWIND_CFLAGS
=`$PKG_CONFIG --cflags libunwind 2>conftest.err`
17527 if ${UNWIND_LIBS:+false} :
17529 if test ${PKG_CONFIG+y}
17531 UNWIND_LIBS
=`$PKG_CONFIG --libs libunwind 2>/dev/null`
17535 UNWIND_LIBS
=${UNWIND_LIBS:-"-lunwind"}
17536 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libunwind cflags: $UNWIND_CFLAGS" >&5
17537 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libunwind libs: $UNWIND_LIBS" >&5
17538 if test -s conftest.err
; then
17539 printf %s
"$as_me:${as_lineno-$LINENO}: libunwind errors: " >&5
17540 cat conftest.err
>&5
17543 ac_save_CPPFLAGS
=$CPPFLAGS
17544 CPPFLAGS
="$CPPFLAGS $UNWIND_CFLAGS"
17545 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for unw_step" >&5
17546 printf %s
"checking for unw_step... " >&6; }
17547 if test ${wine_cv_have_unw_step+y}
17549 printf %s
"(cached) " >&6
17551 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17552 /* end confdefs.h. */
17553 #define UNW_LOCAL_ONLY
17554 #include <libunwind.h>
17558 unw_cursor_t cursor; unw_step( &cursor );
17563 if ac_fn_c_try_link
"$LINENO"
17565 wine_cv_have_unw_step
="yes"
17567 wine_cv_have_unw_step
="no"
17569 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
17570 conftest
$ac_exeext conftest.
$ac_ext
17572 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_unw_step" >&5
17573 printf "%s\n" "$wine_cv_have_unw_step" >&6; }
17574 if test "$wine_cv_have_unw_step" = no
-a -n "$UNWIND_LIBS"
17577 UNWIND_LIBS
="-static-libgcc $UNWIND_LIBS"
17578 LIBS
="$UNWIND_LIBS $LIBS"
17579 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for unw_step in libunwind" >&5
17580 printf %s
"checking for unw_step in libunwind... " >&6; }
17581 if test ${wine_cv_have_libunwind_unw_step+y}
17583 printf %s
"(cached) " >&6
17585 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17586 /* end confdefs.h. */
17587 #define UNW_LOCAL_ONLY
17588 #include <libunwind.h>
17592 unw_cursor_t cursor; unw_step( &cursor );
17597 if ac_fn_c_try_link
"$LINENO"
17599 wine_cv_have_libunwind_unw_step
="yes"
17601 wine_cv_have_libunwind_unw_step
="no"
17603 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
17604 conftest
$ac_exeext conftest.
$ac_ext
17606 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_libunwind_unw_step" >&5
17607 printf "%s\n" "$wine_cv_have_libunwind_unw_step" >&6; }
17610 test "$wine_cv_have_libunwind_unw_step" = yes || UNWIND_LIBS
=""
17611 if test "x$wine_cv_have_unw_step$wine_cv_have_libunwind_unw_step" != xnono
17614 printf "%s\n" "#define HAVE_LIBUNWIND 1" >>confdefs.h
17617 CPPFLAGS
=$ac_save_CPPFLAGS
17621 aarch64
*|
*-darwin*)
17622 if test "x$wine_cv_have_unw_step$wine_cv_have_libunwind_unw_step" = xnono
17624 case "x$with_unwind" in
17625 x
) as_fn_append wine_notices
"|libunwind ${notice_platform}development files not found, stack unwinding won't work." ;;
17627 *) as_fn_error $?
"libunwind ${notice_platform}development files not found, stack unwinding won't work.
17628 This is an error since --with-unwind was requested." "$LINENO" 5 ;;
17634 if test "x$with_sdl" != "xno"
17637 if ${SDL2_CFLAGS:+false} :
17639 if test ${PKG_CONFIG+y}
17641 SDL2_CFLAGS
=`$PKG_CONFIG --cflags sdl2 2>conftest.err`
17645 if ${SDL2_LIBS:+false} :
17647 if test ${PKG_CONFIG+y}
17649 SDL2_LIBS
=`$PKG_CONFIG --libs sdl2 2>/dev/null`
17653 SDL2_LIBS
=${SDL2_LIBS:-"-lSDL2"}
17654 printf "%s\n" "$as_me:${as_lineno-$LINENO}: sdl2 cflags: $SDL2_CFLAGS" >&5
17655 printf "%s\n" "$as_me:${as_lineno-$LINENO}: sdl2 libs: $SDL2_LIBS" >&5
17656 if test -s conftest.err
; then
17657 printf %s
"$as_me:${as_lineno-$LINENO}: sdl2 errors: " >&5
17658 cat conftest.err
>&5
17661 ac_save_CPPFLAGS
=$CPPFLAGS
17662 CPPFLAGS
="$CPPFLAGS $SDL2_CFLAGS"
17663 for ac_header
in SDL.h
17665 ac_fn_c_check_header_compile
"$LINENO" "SDL.h" "ac_cv_header_SDL_h" "$ac_includes_default"
17666 if test "x$ac_cv_header_SDL_h" = xyes
17668 printf "%s\n" "#define HAVE_SDL_H 1" >>confdefs.h
17669 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lSDL2" >&5
17670 printf %s
"checking for -lSDL2... " >&6; }
17671 if test ${ac_cv_lib_soname_SDL2+y}
17673 printf %s
"(cached) " >&6
17675 ac_check_soname_save_LIBS
=$LIBS
17676 LIBS
="-lSDL2 $SDL2_LIBS $LIBS"
17677 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17678 /* end confdefs.h. */
17680 /* Override any GCC internal prototype to avoid an error.
17681 Use char because int might match the return type of a GCC
17682 builtin and then its argument prototype would still apply. */
17687 return SDL_Init ();
17692 if ac_fn_c_try_link
"$LINENO"
17695 dll
) ac_cv_lib_soname_SDL2
=`$ac_cv_path_LDD conftest.exe | grep "SDL2" | sed -e "s/dll.*/dll/"';2,$d'` ;;
17696 dylib
) ac_cv_lib_soname_SDL2
=`$OTOOL -L conftest$ac_exeext | grep "libSDL2-2.0*\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libSDL2-2.0*\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
17697 *) ac_cv_lib_soname_SDL2
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libSDL2-2.0*\\.$LIBEXT" | sed -e "s/^.*\\[\\(libSDL2-2.0*\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
17698 if ${ac_cv_lib_soname_SDL2:+false} :
17700 ac_cv_lib_soname_SDL2
=`$LDD conftest$ac_exeext | grep "libSDL2-2.0*\\.$LIBEXT" | sed -e "s/^.*\(libSDL2-2.0*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
17704 ac_cv_lib_soname_SDL2
=
17706 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
17707 conftest
$ac_exeext conftest.
$ac_ext
17708 LIBS
=$ac_check_soname_save_LIBS
17710 if ${ac_cv_lib_soname_SDL2:+false} :
17712 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
17713 printf "%s\n" "not found" >&6; }
17716 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_SDL2" >&5
17717 printf "%s\n" "$ac_cv_lib_soname_SDL2" >&6; }
17719 printf "%s\n" "#define SONAME_LIBSDL2 \"$ac_cv_lib_soname_SDL2\"" >>confdefs.h
17726 CPPFLAGS
=$ac_save_CPPFLAGS
17729 if test "x$ac_cv_lib_soname_SDL2" = "x"
17731 case "x$with_sdl" in
17732 x
) as_fn_append wine_notices
"|libSDL2 ${notice_platform}development files not found, SDL2 won't be supported." ;;
17734 *) as_fn_error $?
"libSDL2 ${notice_platform}development files not found, SDL2 won't be supported.
17735 This is an error since --with-sdl was requested." "$LINENO" 5 ;;
17740 if test "x$with_capi" != "xno"
17743 if ${CAPI20_CFLAGS:+false} :
17745 if test ${PKG_CONFIG+y}
17747 CAPI20_CFLAGS
=`$PKG_CONFIG --cflags capi20 2>conftest.err`
17751 if ${CAPI20_LIBS:+false} :
17753 if test ${PKG_CONFIG+y}
17755 CAPI20_LIBS
=`$PKG_CONFIG --libs capi20 2>/dev/null`
17760 printf "%s\n" "$as_me:${as_lineno-$LINENO}: capi20 cflags: $CAPI20_CFLAGS" >&5
17761 printf "%s\n" "$as_me:${as_lineno-$LINENO}: capi20 libs: $CAPI20_LIBS" >&5
17762 if test -s conftest.err
; then
17763 printf %s
"$as_me:${as_lineno-$LINENO}: capi20 errors: " >&5
17764 cat conftest.err
>&5
17767 ac_save_CPPFLAGS
=$CPPFLAGS
17768 CPPFLAGS
="$CPPFLAGS $CAPI20_CFLAGS"
17769 ac_fn_c_check_header_compile
"$LINENO" "capi20.h" "ac_cv_header_capi20_h" "#define __user
17771 if test "x$ac_cv_header_capi20_h" = xyes
17773 printf "%s\n" "#define HAVE_CAPI20_H 1" >>confdefs.h
17776 ac_fn_c_check_header_compile
"$LINENO" "linux/capi.h" "ac_cv_header_linux_capi_h" "#define __user
17778 if test "x$ac_cv_header_linux_capi_h" = xyes
17780 printf "%s\n" "#define HAVE_LINUX_CAPI_H 1" >>confdefs.h
17784 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
17786 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for capi20_register in -lcapi20" >&5
17787 printf %s
"checking for capi20_register in -lcapi20... " >&6; }
17788 if test ${ac_cv_lib_capi20_capi20_register+y}
17790 printf %s
"(cached) " >&6
17792 ac_check_lib_save_LIBS
=$LIBS
17793 LIBS
="-lcapi20 $CAPI20_LIBS $LIBS"
17794 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17795 /* end confdefs.h. */
17797 /* Override any GCC internal prototype to avoid an error.
17798 Use char because int might match the return type of a GCC
17799 builtin and then its argument prototype would still apply. */
17800 char capi20_register ();
17804 return capi20_register ();
17809 if ac_fn_c_try_link
"$LINENO"
17811 ac_cv_lib_capi20_capi20_register
=yes
17813 ac_cv_lib_capi20_capi20_register
=no
17815 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
17816 conftest
$ac_exeext conftest.
$ac_ext
17817 LIBS
=$ac_check_lib_save_LIBS
17819 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_capi20_capi20_register" >&5
17820 printf "%s\n" "$ac_cv_lib_capi20_capi20_register" >&6; }
17821 if test "x$ac_cv_lib_capi20_capi20_register" = xyes
17829 CPPFLAGS
=$ac_save_CPPFLAGS
17832 if test "x$ac_cv_lib_capi20_capi20_register" != xyes
17834 case "x$with_capi" in
17835 x
) as_fn_append wine_notices
"|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
17837 *) as_fn_error $?
"libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
17838 This is an error since --with-capi was requested." "$LINENO" 5 ;;
17840 enable_capi2032
=${enable_capi2032:-no}
17843 if test "x$with_cups" != "xno"
17846 if ${CUPS_CFLAGS:+false} :
17848 if test ${PKG_CONFIG+y}
17850 CUPS_CFLAGS
=`$PKG_CONFIG --cflags cups 2>conftest.err`
17853 test "$cross_compiling" = yes || CUPS_CFLAGS
=${CUPS_CFLAGS:-`${CUPS_CONFIG:-cups-config} --cflags 2>/dev/null`}
17854 if ${CUPS_LIBS:+false} :
17856 if test ${PKG_CONFIG+y}
17858 CUPS_LIBS
=`$PKG_CONFIG --libs cups 2>/dev/null`
17861 test "$cross_compiling" = yes || CUPS_LIBS
=${CUPS_LIBS:-`${CUPS_CONFIG:-cups-config} --libs 2>/dev/null`}
17862 CUPS_LIBS
=${CUPS_LIBS:-"-lcups"}
17863 printf "%s\n" "$as_me:${as_lineno-$LINENO}: cups cflags: $CUPS_CFLAGS" >&5
17864 printf "%s\n" "$as_me:${as_lineno-$LINENO}: cups libs: $CUPS_LIBS" >&5
17865 if test -s conftest.err
; then
17866 printf %s
"$as_me:${as_lineno-$LINENO}: cups errors: " >&5
17867 cat conftest.err
>&5
17870 ac_save_CPPFLAGS
=$CPPFLAGS
17871 CPPFLAGS
="$CPPFLAGS $CUPS_CFLAGS"
17872 ac_fn_c_check_header_compile
"$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
17873 if test "x$ac_cv_header_cups_cups_h" = xyes
17875 printf "%s\n" "#define HAVE_CUPS_CUPS_H 1" >>confdefs.h
17878 ac_fn_c_check_header_compile
"$LINENO" "cups/ppd.h" "ac_cv_header_cups_ppd_h" "$ac_includes_default"
17879 if test "x$ac_cv_header_cups_ppd_h" = xyes
17881 printf "%s\n" "#define HAVE_CUPS_PPD_H 1" >>confdefs.h
17885 if test "$ac_cv_header_cups_cups_h" = "yes"
17887 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
17888 printf %s
"checking for -lcups... " >&6; }
17889 if test ${ac_cv_lib_soname_cups+y}
17891 printf %s
"(cached) " >&6
17893 ac_check_soname_save_LIBS
=$LIBS
17894 LIBS
="-lcups $CUPS_LIBS $LIBS"
17895 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17896 /* end confdefs.h. */
17898 /* Override any GCC internal prototype to avoid an error.
17899 Use char because int might match the return type of a GCC
17900 builtin and then its argument prototype would still apply. */
17901 char cupsGetDefault ();
17905 return cupsGetDefault ();
17910 if ac_fn_c_try_link
"$LINENO"
17913 dll
) ac_cv_lib_soname_cups
=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
17914 dylib
) ac_cv_lib_soname_cups
=`$OTOOL -L conftest$ac_exeext | grep "libcups\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libcups\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
17915 *) ac_cv_lib_soname_cups
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcups\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcups\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
17916 if ${ac_cv_lib_soname_cups:+false} :
17918 ac_cv_lib_soname_cups
=`$LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
17922 ac_cv_lib_soname_cups
=
17924 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
17925 conftest
$ac_exeext conftest.
$ac_ext
17926 LIBS
=$ac_check_soname_save_LIBS
17928 if ${ac_cv_lib_soname_cups:+false} :
17930 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
17931 printf "%s\n" "not found" >&6; }
17934 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
17935 printf "%s\n" "$ac_cv_lib_soname_cups" >&6; }
17937 printf "%s\n" "#define SONAME_LIBCUPS \"$ac_cv_lib_soname_cups\"" >>confdefs.h
17945 CPPFLAGS
=$ac_save_CPPFLAGS
17948 if test "x$ac_cv_lib_soname_cups" = "x"
17950 case "x$with_cups" in
17951 x
) as_fn_append wine_notices
"|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
17953 *) as_fn_error $?
"libcups ${notice_platform}development files not found, CUPS won't be supported.
17954 This is an error since --with-cups was requested." "$LINENO" 5 ;;
17959 if test "x$with_fontconfig" != "xno"
17962 if ${FONTCONFIG_CFLAGS:+false} :
17964 if test ${PKG_CONFIG+y}
17966 FONTCONFIG_CFLAGS
=`$PKG_CONFIG --cflags fontconfig 2>conftest.err`
17969 test "$cross_compiling" = yes || FONTCONFIG_CFLAGS
=${FONTCONFIG_CFLAGS:-$X_CFLAGS}
17970 if ${FONTCONFIG_LIBS:+false} :
17972 if test ${PKG_CONFIG+y}
17974 FONTCONFIG_LIBS
=`$PKG_CONFIG --libs fontconfig 2>/dev/null`
17977 test "$cross_compiling" = yes || FONTCONFIG_LIBS
=${FONTCONFIG_LIBS:-$X_LIBS}
17979 printf "%s\n" "$as_me:${as_lineno-$LINENO}: fontconfig cflags: $FONTCONFIG_CFLAGS" >&5
17980 printf "%s\n" "$as_me:${as_lineno-$LINENO}: fontconfig libs: $FONTCONFIG_LIBS" >&5
17981 if test -s conftest.err
; then
17982 printf %s
"$as_me:${as_lineno-$LINENO}: fontconfig errors: " >&5
17983 cat conftest.err
>&5
17986 ac_save_CPPFLAGS
=$CPPFLAGS
17987 CPPFLAGS
="$CPPFLAGS $FONTCONFIG_CFLAGS"
17988 ac_fn_c_check_header_compile
"$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
17989 if test "x$ac_cv_header_fontconfig_fontconfig_h" = xyes
17991 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
17992 printf %s
"checking for -lfontconfig... " >&6; }
17993 if test ${ac_cv_lib_soname_fontconfig+y}
17995 printf %s
"(cached) " >&6
17997 ac_check_soname_save_LIBS
=$LIBS
17998 LIBS
="-lfontconfig $FONTCONFIG_LIBS $LIBS"
17999 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18000 /* end confdefs.h. */
18002 /* Override any GCC internal prototype to avoid an error.
18003 Use char because int might match the return type of a GCC
18004 builtin and then its argument prototype would still apply. */
18014 if ac_fn_c_try_link
"$LINENO"
18017 dll
) ac_cv_lib_soname_fontconfig
=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
18018 dylib
) ac_cv_lib_soname_fontconfig
=`$OTOOL -L conftest$ac_exeext | grep "libfontconfig\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libfontconfig\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
18019 *) ac_cv_lib_soname_fontconfig
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfontconfig\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfontconfig\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
18020 if ${ac_cv_lib_soname_fontconfig:+false} :
18022 ac_cv_lib_soname_fontconfig
=`$LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
18026 ac_cv_lib_soname_fontconfig
=
18028 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
18029 conftest
$ac_exeext conftest.
$ac_ext
18030 LIBS
=$ac_check_soname_save_LIBS
18032 if ${ac_cv_lib_soname_fontconfig:+false} :
18034 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
18035 printf "%s\n" "not found" >&6; }
18036 FONTCONFIG_CFLAGS
=""
18038 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
18039 printf "%s\n" "$ac_cv_lib_soname_fontconfig" >&6; }
18041 printf "%s\n" "#define SONAME_LIBFONTCONFIG \"$ac_cv_lib_soname_fontconfig\"" >>confdefs.h
18046 FONTCONFIG_CFLAGS
=""
18049 CPPFLAGS
=$ac_save_CPPFLAGS
18052 if test "x$ac_cv_lib_soname_fontconfig" = "x"
18054 case "x$with_fontconfig" in
18055 x
) as_fn_append wine_notices
"|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
18057 *) as_fn_error $?
"fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
18058 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
18063 if test "x$with_krb5" != "xno"
18066 if ${KRB5_CFLAGS:+false} :
18068 if test ${PKG_CONFIG+y}
18070 KRB5_CFLAGS
=`$PKG_CONFIG --cflags krb5 2>conftest.err`
18073 test "$cross_compiling" = yes || KRB5_CFLAGS
=${KRB5_CFLAGS:-`${KRB5_CONFIG:-krb5-config} --cflags 2>/dev/null`}
18074 if ${KRB5_LIBS:+false} :
18076 if test ${PKG_CONFIG+y}
18078 KRB5_LIBS
=`$PKG_CONFIG --libs krb5 2>/dev/null`
18081 test "$cross_compiling" = yes || KRB5_LIBS
=${KRB5_LIBS:-`${KRB5_CONFIG:-krb5-config} --libs 2>/dev/null`}
18083 printf "%s\n" "$as_me:${as_lineno-$LINENO}: krb5 cflags: $KRB5_CFLAGS" >&5
18084 printf "%s\n" "$as_me:${as_lineno-$LINENO}: krb5 libs: $KRB5_LIBS" >&5
18085 if test -s conftest.err
; then
18086 printf %s
"$as_me:${as_lineno-$LINENO}: krb5 errors: " >&5
18087 cat conftest.err
>&5
18090 ac_save_CPPFLAGS
=$CPPFLAGS
18091 CPPFLAGS
="$CPPFLAGS $KRB5_CFLAGS"
18092 ac_fn_c_check_header_compile
"$LINENO" "krb5/krb5.h" "ac_cv_header_krb5_krb5_h" "$ac_includes_default"
18093 if test "x$ac_cv_header_krb5_krb5_h" = xyes
18095 printf "%s\n" "#define HAVE_KRB5_KRB5_H 1" >>confdefs.h
18099 if test "$ac_cv_header_krb5_krb5_h" = "yes"
18101 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lkrb5" >&5
18102 printf %s
"checking for -lkrb5... " >&6; }
18103 if test ${ac_cv_lib_soname_krb5+y}
18105 printf %s
"(cached) " >&6
18107 ac_check_soname_save_LIBS
=$LIBS
18108 LIBS
="-lkrb5 $KRB5_LIBS $LIBS"
18109 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18110 /* end confdefs.h. */
18112 /* Override any GCC internal prototype to avoid an error.
18113 Use char because int might match the return type of a GCC
18114 builtin and then its argument prototype would still apply. */
18115 char krb5_is_config_principal ();
18119 return krb5_is_config_principal ();
18124 if ac_fn_c_try_link
"$LINENO"
18127 dll
) ac_cv_lib_soname_krb5
=`$ac_cv_path_LDD conftest.exe | grep "krb5" | sed -e "s/dll.*/dll/"';2,$d'` ;;
18128 dylib
) ac_cv_lib_soname_krb5
=`$OTOOL -L conftest$ac_exeext | grep "libkrb5\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libkrb5\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
18129 *) ac_cv_lib_soname_krb5
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libkrb5\\.$LIBEXT" | sed -e "s/^.*\\[\\(libkrb5\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
18130 if ${ac_cv_lib_soname_krb5:+false} :
18132 ac_cv_lib_soname_krb5
=`$LDD conftest$ac_exeext | grep "libkrb5\\.$LIBEXT" | sed -e "s/^.*\(libkrb5\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
18136 ac_cv_lib_soname_krb5
=
18138 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
18139 conftest
$ac_exeext conftest.
$ac_ext
18140 LIBS
=$ac_check_soname_save_LIBS
18142 if ${ac_cv_lib_soname_krb5:+false} :
18144 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
18145 printf "%s\n" "not found" >&6; }
18148 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_krb5" >&5
18149 printf "%s\n" "$ac_cv_lib_soname_krb5" >&6; }
18151 printf "%s\n" "#define SONAME_LIBKRB5 \"$ac_cv_lib_soname_krb5\"" >>confdefs.h
18158 CPPFLAGS
=$ac_save_CPPFLAGS
18161 if test "x$ac_cv_lib_soname_krb5" = "x"
18163 case "x$with_krb5" in
18164 x
) as_fn_append wine_notices
"|libkrb5 ${notice_platform}development files not found (or too old), Kerberos won't be supported." ;;
18166 *) as_fn_error $?
"libkrb5 ${notice_platform}development files not found (or too old), Kerberos won't be supported.
18167 This is an error since --with-krb5 was requested." "$LINENO" 5 ;;
18171 test "x$ac_cv_lib_soname_krb5" != "x" || with_gssapi
=${with_gssapi:-no}
18173 if test "x$with_gssapi" != "xno"
18176 if ${GSSAPI_CFLAGS:+false} :
18178 if test ${PKG_CONFIG+y}
18180 GSSAPI_CFLAGS
=`$PKG_CONFIG --cflags krb5-gssapi 2>conftest.err`
18183 test "$cross_compiling" = yes || GSSAPI_CFLAGS
=${GSSAPI_CFLAGS:-`${KRB5_CONFIG:-krb5-config} --cflags gssapi 2>/dev/null`}
18184 if ${GSSAPI_LIBS:+false} :
18186 if test ${PKG_CONFIG+y}
18188 GSSAPI_LIBS
=`$PKG_CONFIG --libs krb5-gssapi 2>/dev/null`
18191 test "$cross_compiling" = yes || GSSAPI_LIBS
=${GSSAPI_LIBS:-`${KRB5_CONFIG:-krb5-config} --libs gssapi 2>/dev/null`}
18193 printf "%s\n" "$as_me:${as_lineno-$LINENO}: krb5-gssapi cflags: $GSSAPI_CFLAGS" >&5
18194 printf "%s\n" "$as_me:${as_lineno-$LINENO}: krb5-gssapi libs: $GSSAPI_LIBS" >&5
18195 if test -s conftest.err
; then
18196 printf %s
"$as_me:${as_lineno-$LINENO}: krb5-gssapi errors: " >&5
18197 cat conftest.err
>&5
18200 ac_save_CPPFLAGS
=$CPPFLAGS
18201 CPPFLAGS
="$CPPFLAGS $GSSAPI_CFLAGS"
18202 ac_fn_c_check_header_compile
"$LINENO" "gssapi/gssapi.h" "ac_cv_header_gssapi_gssapi_h" "$ac_includes_default"
18203 if test "x$ac_cv_header_gssapi_gssapi_h" = xyes
18205 printf "%s\n" "#define HAVE_GSSAPI_GSSAPI_H 1" >>confdefs.h
18208 ac_fn_c_check_header_compile
"$LINENO" "gssapi/gssapi_ext.h" "ac_cv_header_gssapi_gssapi_ext_h" "$ac_includes_default"
18209 if test "x$ac_cv_header_gssapi_gssapi_ext_h" = xyes
18211 printf "%s\n" "#define HAVE_GSSAPI_GSSAPI_EXT_H 1" >>confdefs.h
18215 if test "$ac_cv_header_gssapi_gssapi_h" = "yes" -a "$ac_cv_header_gssapi_gssapi_ext_h" = "yes"
18217 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lgssapi_krb5" >&5
18218 printf %s
"checking for -lgssapi_krb5... " >&6; }
18219 if test ${ac_cv_lib_soname_gssapi_krb5+y}
18221 printf %s
"(cached) " >&6
18223 ac_check_soname_save_LIBS
=$LIBS
18224 LIBS
="-lgssapi_krb5 $GSSAPI_LIBS $LIBS"
18225 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18226 /* end confdefs.h. */
18228 /* Override any GCC internal prototype to avoid an error.
18229 Use char because int might match the return type of a GCC
18230 builtin and then its argument prototype would still apply. */
18231 char gss_init_sec_context ();
18235 return gss_init_sec_context ();
18240 if ac_fn_c_try_link
"$LINENO"
18243 dll
) ac_cv_lib_soname_gssapi_krb5
=`$ac_cv_path_LDD conftest.exe | grep "gssapi_krb5" | sed -e "s/dll.*/dll/"';2,$d'` ;;
18244 dylib
) ac_cv_lib_soname_gssapi_krb5
=`$OTOOL -L conftest$ac_exeext | grep "libgssapi_krb5\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libgssapi_krb5\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
18245 *) ac_cv_lib_soname_gssapi_krb5
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libgssapi_krb5\\.$LIBEXT" | sed -e "s/^.*\\[\\(libgssapi_krb5\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
18246 if ${ac_cv_lib_soname_gssapi_krb5:+false} :
18248 ac_cv_lib_soname_gssapi_krb5
=`$LDD conftest$ac_exeext | grep "libgssapi_krb5\\.$LIBEXT" | sed -e "s/^.*\(libgssapi_krb5\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
18252 ac_cv_lib_soname_gssapi_krb5
=
18254 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
18255 conftest
$ac_exeext conftest.
$ac_ext
18256 LIBS
=$ac_check_soname_save_LIBS
18258 if ${ac_cv_lib_soname_gssapi_krb5:+false} :
18260 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
18261 printf "%s\n" "not found" >&6; }
18264 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gssapi_krb5" >&5
18265 printf "%s\n" "$ac_cv_lib_soname_gssapi_krb5" >&6; }
18267 printf "%s\n" "#define SONAME_LIBGSSAPI_KRB5 \"$ac_cv_lib_soname_gssapi_krb5\"" >>confdefs.h
18274 CPPFLAGS
=$ac_save_CPPFLAGS
18277 if test "x$ac_cv_lib_soname_gssapi_krb5" = "x"
18279 case "x$with_gssapi" in
18280 x
) as_fn_append wine_notices
"|libgssapi_krb5 ${notice_platform}development files not found (or too old), no Kerberos SSP support." ;;
18282 *) as_fn_error $?
"libgssapi_krb5 ${notice_platform}development files not found (or too old), no Kerberos SSP support.
18283 This is an error since --with-gssapi was requested." "$LINENO" 5 ;;
18288 if test "$ac_cv_header_libprocstat_h" = "yes"
18290 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for procstat_open_sysctl in -lprocstat" >&5
18291 printf %s
"checking for procstat_open_sysctl in -lprocstat... " >&6; }
18292 if test ${ac_cv_lib_procstat_procstat_open_sysctl+y}
18294 printf %s
"(cached) " >&6
18296 ac_check_lib_save_LIBS
=$LIBS
18297 LIBS
="-lprocstat $LIBS"
18298 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18299 /* end confdefs.h. */
18301 /* Override any GCC internal prototype to avoid an error.
18302 Use char because int might match the return type of a GCC
18303 builtin and then its argument prototype would still apply. */
18304 char procstat_open_sysctl ();
18308 return procstat_open_sysctl ();
18313 if ac_fn_c_try_link
"$LINENO"
18315 ac_cv_lib_procstat_procstat_open_sysctl
=yes
18317 ac_cv_lib_procstat_procstat_open_sysctl
=no
18319 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
18320 conftest
$ac_exeext conftest.
$ac_ext
18321 LIBS
=$ac_check_lib_save_LIBS
18323 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_procstat_procstat_open_sysctl" >&5
18324 printf "%s\n" "$ac_cv_lib_procstat_procstat_open_sysctl" >&6; }
18325 if test "x$ac_cv_lib_procstat_procstat_open_sysctl" = xyes
18328 printf "%s\n" "#define HAVE_LIBPROCSTAT 1" >>confdefs.h
18330 PROCSTAT_LIBS
="-lprocstat"
18336 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
18337 printf %s
"checking for -lodbc... " >&6; }
18338 if test ${ac_cv_lib_soname_odbc+y}
18340 printf %s
"(cached) " >&6
18342 ac_check_soname_save_LIBS
=$LIBS
18343 LIBS
="-lodbc $LIBS"
18344 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18345 /* end confdefs.h. */
18347 /* Override any GCC internal prototype to avoid an error.
18348 Use char because int might match the return type of a GCC
18349 builtin and then its argument prototype would still apply. */
18350 char SQLConnect ();
18354 return SQLConnect ();
18359 if ac_fn_c_try_link
"$LINENO"
18362 dll
) ac_cv_lib_soname_odbc
=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
18363 dylib
) ac_cv_lib_soname_odbc
=`$OTOOL -L conftest$ac_exeext | grep "libodbc\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libodbc\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
18364 *) ac_cv_lib_soname_odbc
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libodbc\\.$LIBEXT" | sed -e "s/^.*\\[\\(libodbc\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
18365 if ${ac_cv_lib_soname_odbc:+false} :
18367 ac_cv_lib_soname_odbc
=`$LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
18371 ac_cv_lib_soname_odbc
=
18373 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
18374 conftest
$ac_exeext conftest.
$ac_ext
18375 LIBS
=$ac_check_soname_save_LIBS
18377 if ${ac_cv_lib_soname_odbc:+false} :
18379 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
18380 printf "%s\n" "not found" >&6; }
18381 printf "%s\n" "#define SONAME_LIBODBC \"libodbc.$LIBEXT\"" >>confdefs.h
18384 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
18385 printf "%s\n" "$ac_cv_lib_soname_odbc" >&6; }
18387 printf "%s\n" "#define SONAME_LIBODBC \"$ac_cv_lib_soname_odbc\"" >>confdefs.h
18392 if test "x$with_netapi" != "xno"
18395 if ${NETAPI_CFLAGS:+false} :
18397 if test ${PKG_CONFIG+y}
18399 NETAPI_CFLAGS
=`$PKG_CONFIG --cflags netapi 2>conftest.err`
18403 if ${NETAPI_LIBS:+false} :
18405 if test ${PKG_CONFIG+y}
18407 NETAPI_LIBS
=`$PKG_CONFIG --libs netapi 2>/dev/null`
18412 printf "%s\n" "$as_me:${as_lineno-$LINENO}: netapi cflags: $NETAPI_CFLAGS" >&5
18413 printf "%s\n" "$as_me:${as_lineno-$LINENO}: netapi libs: $NETAPI_LIBS" >&5
18414 if test -s conftest.err
; then
18415 printf %s
"$as_me:${as_lineno-$LINENO}: netapi errors: " >&5
18416 cat conftest.err
>&5
18419 ac_save_CPPFLAGS
=$CPPFLAGS
18420 CPPFLAGS
="$CPPFLAGS $NETAPI_CFLAGS"
18421 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lnetapi" >&5
18422 printf %s
"checking for -lnetapi... " >&6; }
18423 if test ${ac_cv_lib_soname_netapi+y}
18425 printf %s
"(cached) " >&6
18427 ac_check_soname_save_LIBS
=$LIBS
18428 LIBS
="-lnetapi $NETAPI_LIBS $LIBS"
18429 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18430 /* end confdefs.h. */
18432 /* Override any GCC internal prototype to avoid an error.
18433 Use char because int might match the return type of a GCC
18434 builtin and then its argument prototype would still apply. */
18435 char libnetapi_init ();
18439 return libnetapi_init ();
18444 if ac_fn_c_try_link
"$LINENO"
18447 dll
) ac_cv_lib_soname_netapi
=`$ac_cv_path_LDD conftest.exe | grep "netapi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
18448 dylib
) ac_cv_lib_soname_netapi
=`$OTOOL -L conftest$ac_exeext | grep "libnetapi\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libnetapi\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
18449 *) ac_cv_lib_soname_netapi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libnetapi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libnetapi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
18450 if ${ac_cv_lib_soname_netapi:+false} :
18452 ac_cv_lib_soname_netapi
=`$LDD conftest$ac_exeext | grep "libnetapi\\.$LIBEXT" | sed -e "s/^.*\(libnetapi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
18456 ac_cv_lib_soname_netapi
=
18458 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
18459 conftest
$ac_exeext conftest.
$ac_ext
18460 LIBS
=$ac_check_soname_save_LIBS
18462 if ${ac_cv_lib_soname_netapi:+false} :
18464 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
18465 printf "%s\n" "not found" >&6; }
18466 printf "%s\n" "#define SONAME_LIBNETAPI \"libnetapi.$LIBEXT\"" >>confdefs.h
18469 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_netapi" >&5
18470 printf "%s\n" "$ac_cv_lib_soname_netapi" >&6; }
18472 printf "%s\n" "#define SONAME_LIBNETAPI \"$ac_cv_lib_soname_netapi\"" >>confdefs.h
18476 CPPFLAGS
=$ac_save_CPPFLAGS
18479 if test "x$ac_cv_lib_soname_netapi" = "x"
18481 case "x$with_netapi" in
18482 x
) as_fn_append wine_notices
"|libnetapi not found, Samba NetAPI won't be supported." ;;
18484 *) as_fn_error $?
"libnetapi not found, Samba NetAPI won't be supported.
18485 This is an error since --with-netapi was requested." "$LINENO" 5 ;;
18487 enable_netapi
=${enable_netapi:-no}
18491 if test "x$enable_winealsa_drv$enable_winecoreaudio_drv$enable_winepulse_drv$enable_wineoss_drv$enable_wineandroid_drv" = xnonononono
-a \
18492 "x$with_alsa$with_coreaudio$with_oss$with_pulse" != xnononono
18494 as_fn_append wine_warnings
"|No sound system was found. Windows applications will be silent."
18497 if test "x$with_vulkan" != "xno"
18499 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lvulkan" >&5
18500 printf %s
"checking for -lvulkan... " >&6; }
18501 if test ${ac_cv_lib_soname_vulkan+y}
18503 printf %s
"(cached) " >&6
18505 ac_check_soname_save_LIBS
=$LIBS
18506 LIBS
="-lvulkan $LIBS"
18507 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18508 /* end confdefs.h. */
18510 /* Override any GCC internal prototype to avoid an error.
18511 Use char because int might match the return type of a GCC
18512 builtin and then its argument prototype would still apply. */
18513 char vkGetInstanceProcAddr ();
18517 return vkGetInstanceProcAddr ();
18522 if ac_fn_c_try_link
"$LINENO"
18525 dll
) ac_cv_lib_soname_vulkan
=`$ac_cv_path_LDD conftest.exe | grep "vulkan" | sed -e "s/dll.*/dll/"';2,$d'` ;;
18526 dylib
) ac_cv_lib_soname_vulkan
=`$OTOOL -L conftest$ac_exeext | grep "libvulkan\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libvulkan\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
18527 *) ac_cv_lib_soname_vulkan
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libvulkan\\.$LIBEXT" | sed -e "s/^.*\\[\\(libvulkan\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
18528 if ${ac_cv_lib_soname_vulkan:+false} :
18530 ac_cv_lib_soname_vulkan
=`$LDD conftest$ac_exeext | grep "libvulkan\\.$LIBEXT" | sed -e "s/^.*\(libvulkan\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
18534 ac_cv_lib_soname_vulkan
=
18536 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
18537 conftest
$ac_exeext conftest.
$ac_ext
18538 LIBS
=$ac_check_soname_save_LIBS
18540 if ${ac_cv_lib_soname_vulkan:+false} :
18542 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
18543 printf "%s\n" "not found" >&6; }
18546 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_vulkan" >&5
18547 printf "%s\n" "$ac_cv_lib_soname_vulkan" >&6; }
18549 printf "%s\n" "#define SONAME_LIBVULKAN \"$ac_cv_lib_soname_vulkan\"" >>confdefs.h
18553 if test "x$ac_cv_lib_soname_vulkan" = "x"
18555 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lMoltenVK" >&5
18556 printf %s
"checking for -lMoltenVK... " >&6; }
18557 if test ${ac_cv_lib_soname_MoltenVK+y}
18559 printf %s
"(cached) " >&6
18561 ac_check_soname_save_LIBS
=$LIBS
18562 LIBS
="-lMoltenVK $LIBS"
18563 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18564 /* end confdefs.h. */
18566 /* Override any GCC internal prototype to avoid an error.
18567 Use char because int might match the return type of a GCC
18568 builtin and then its argument prototype would still apply. */
18569 char vkGetInstanceProcAddr ();
18573 return vkGetInstanceProcAddr ();
18578 if ac_fn_c_try_link
"$LINENO"
18581 dll
) ac_cv_lib_soname_MoltenVK
=`$ac_cv_path_LDD conftest.exe | grep "MoltenVK" | sed -e "s/dll.*/dll/"';2,$d'` ;;
18582 dylib
) ac_cv_lib_soname_MoltenVK
=`$OTOOL -L conftest$ac_exeext | grep "libMoltenVK\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libMoltenVK\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
18583 *) ac_cv_lib_soname_MoltenVK
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libMoltenVK\\.$LIBEXT" | sed -e "s/^.*\\[\\(libMoltenVK\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
18584 if ${ac_cv_lib_soname_MoltenVK:+false} :
18586 ac_cv_lib_soname_MoltenVK
=`$LDD conftest$ac_exeext | grep "libMoltenVK\\.$LIBEXT" | sed -e "s/^.*\(libMoltenVK\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
18590 ac_cv_lib_soname_MoltenVK
=
18592 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
18593 conftest
$ac_exeext conftest.
$ac_ext
18594 LIBS
=$ac_check_soname_save_LIBS
18596 if ${ac_cv_lib_soname_MoltenVK:+false} :
18598 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
18599 printf "%s\n" "not found" >&6; }
18602 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_MoltenVK" >&5
18603 printf "%s\n" "$ac_cv_lib_soname_MoltenVK" >&6; }
18605 printf "%s\n" "#define SONAME_LIBMOLTENVK \"$ac_cv_lib_soname_MoltenVK\"" >>confdefs.h
18611 if test "x$ac_cv_lib_soname_vulkan" = "x" -a "x$ac_cv_lib_soname_MoltenVK" = "x"
18613 case "x$with_vulkan" in
18614 x
) as_fn_append wine_notices
"|libvulkan and libMoltenVK ${notice_platform}development files not found, Vulkan won't be supported." ;;
18616 *) as_fn_error $?
"libvulkan and libMoltenVK ${notice_platform}development files not found, Vulkan won't be supported.
18617 This is an error since --with-vulkan was requested." "$LINENO" 5 ;;
18623 if test "x${GCC}" = "xyes"
18625 EXTRACFLAGS
="$EXTRACFLAGS -Wall -pipe"
18627 saved_CFLAGS
=$CFLAGS
18628 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unknown-warning-option" >&5
18629 printf %s
"checking whether the compiler supports -Werror=unknown-warning-option... " >&6; }
18630 if test ${ac_cv_cflags__Werror_unknown_warning_option+y}
18632 printf %s
"(cached) " >&6
18634 ac_wine_try_cflags_saved
=$CFLAGS
18635 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
18636 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18637 /* end confdefs.h. */
18638 int main(int argc, char **argv) { return 0; }
18640 if ac_fn_c_try_link
"$LINENO"
18642 ac_cv_cflags__Werror_unknown_warning_option
=yes
18644 ac_cv_cflags__Werror_unknown_warning_option
=no
18646 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
18647 conftest
$ac_exeext conftest.
$ac_ext
18648 CFLAGS
=$ac_wine_try_cflags_saved
18650 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_unknown_warning_option" >&5
18651 printf "%s\n" "$ac_cv_cflags__Werror_unknown_warning_option" >&6; }
18652 if test "x$ac_cv_cflags__Werror_unknown_warning_option" = xyes
18654 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
18656 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unused-command-line-argument" >&5
18657 printf %s
"checking whether the compiler supports -Werror=unused-command-line-argument... " >&6; }
18658 if test ${ac_cv_cflags__Werror_unused_command_line_argument+y}
18660 printf %s
"(cached) " >&6
18662 ac_wine_try_cflags_saved
=$CFLAGS
18663 CFLAGS
="$CFLAGS -Werror=unused-command-line-argument"
18664 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18665 /* end confdefs.h. */
18666 int main(int argc, char **argv) { return 0; }
18668 if ac_fn_c_try_link
"$LINENO"
18670 ac_cv_cflags__Werror_unused_command_line_argument
=yes
18672 ac_cv_cflags__Werror_unused_command_line_argument
=no
18674 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
18675 conftest
$ac_exeext conftest.
$ac_ext
18676 CFLAGS
=$ac_wine_try_cflags_saved
18678 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_unused_command_line_argument" >&5
18679 printf "%s\n" "$ac_cv_cflags__Werror_unused_command_line_argument" >&6; }
18680 if test "x$ac_cv_cflags__Werror_unused_command_line_argument" = xyes
18682 CFLAGS
="$CFLAGS -Werror=unused-command-line-argument"
18684 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=ignored-optimization-argument" >&5
18685 printf %s
"checking whether the compiler supports -Werror=ignored-optimization-argument... " >&6; }
18686 if test ${ac_cv_cflags__Werror_ignored_optimization_argument+y}
18688 printf %s
"(cached) " >&6
18690 ac_wine_try_cflags_saved
=$CFLAGS
18691 CFLAGS
="$CFLAGS -Werror=ignored-optimization-argument"
18692 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18693 /* end confdefs.h. */
18694 int main(int argc, char **argv) { return 0; }
18696 if ac_fn_c_try_link
"$LINENO"
18698 ac_cv_cflags__Werror_ignored_optimization_argument
=yes
18700 ac_cv_cflags__Werror_ignored_optimization_argument
=no
18702 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
18703 conftest
$ac_exeext conftest.
$ac_ext
18704 CFLAGS
=$ac_wine_try_cflags_saved
18706 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_ignored_optimization_argument" >&5
18707 printf "%s\n" "$ac_cv_cflags__Werror_ignored_optimization_argument" >&6; }
18708 if test "x$ac_cv_cflags__Werror_ignored_optimization_argument" = xyes
18710 CFLAGS
="$CFLAGS -Werror=ignored-optimization-argument"
18712 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fcf-protection=none" >&5
18713 printf %s
"checking whether the compiler supports -fcf-protection=none... " >&6; }
18714 if test ${ac_cv_cflags__fcf_protection_none+y}
18716 printf %s
"(cached) " >&6
18718 ac_wine_try_cflags_saved
=$CFLAGS
18719 CFLAGS
="$CFLAGS -fcf-protection=none"
18720 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18721 /* end confdefs.h. */
18722 int main(int argc, char **argv) { return 0; }
18724 if ac_fn_c_try_link
"$LINENO"
18726 ac_cv_cflags__fcf_protection_none
=yes
18728 ac_cv_cflags__fcf_protection_none
=no
18730 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
18731 conftest
$ac_exeext conftest.
$ac_ext
18732 CFLAGS
=$ac_wine_try_cflags_saved
18734 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fcf_protection_none" >&5
18735 printf "%s\n" "$ac_cv_cflags__fcf_protection_none" >&6; }
18736 if test "x$ac_cv_cflags__fcf_protection_none" = xyes
18738 EXTRACFLAGS
="$EXTRACFLAGS -fcf-protection=none"
18740 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fvisibility=hidden" >&5
18741 printf %s
"checking whether the compiler supports -fvisibility=hidden... " >&6; }
18742 if test ${ac_cv_cflags__fvisibility_hidden+y}
18744 printf %s
"(cached) " >&6
18746 ac_wine_try_cflags_saved
=$CFLAGS
18747 CFLAGS
="$CFLAGS -fvisibility=hidden"
18748 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18749 /* end confdefs.h. */
18750 int main(int argc, char **argv) { return 0; }
18752 if ac_fn_c_try_link
"$LINENO"
18754 ac_cv_cflags__fvisibility_hidden
=yes
18756 ac_cv_cflags__fvisibility_hidden
=no
18758 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
18759 conftest
$ac_exeext conftest.
$ac_ext
18760 CFLAGS
=$ac_wine_try_cflags_saved
18762 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fvisibility_hidden" >&5
18763 printf "%s\n" "$ac_cv_cflags__fvisibility_hidden" >&6; }
18764 if test "x$ac_cv_cflags__fvisibility_hidden" = xyes
18766 EXTRACFLAGS
="$EXTRACFLAGS -fvisibility=hidden"
18768 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-stack-protector" >&5
18769 printf %s
"checking whether the compiler supports -fno-stack-protector... " >&6; }
18770 if test ${ac_cv_cflags__fno_stack_protector+y}
18772 printf %s
"(cached) " >&6
18774 ac_wine_try_cflags_saved
=$CFLAGS
18775 CFLAGS
="$CFLAGS -fno-stack-protector"
18776 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18777 /* end confdefs.h. */
18778 int main(int argc, char **argv) { return 0; }
18780 if ac_fn_c_try_link
"$LINENO"
18782 ac_cv_cflags__fno_stack_protector
=yes
18784 ac_cv_cflags__fno_stack_protector
=no
18786 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
18787 conftest
$ac_exeext conftest.
$ac_ext
18788 CFLAGS
=$ac_wine_try_cflags_saved
18790 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_stack_protector" >&5
18791 printf "%s\n" "$ac_cv_cflags__fno_stack_protector" >&6; }
18792 if test "x$ac_cv_cflags__fno_stack_protector" = xyes
18794 EXTRACFLAGS
="$EXTRACFLAGS -fno-stack-protector"
18796 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
18797 printf %s
"checking whether the compiler supports -fno-strict-aliasing... " >&6; }
18798 if test ${ac_cv_cflags__fno_strict_aliasing+y}
18800 printf %s
"(cached) " >&6
18802 ac_wine_try_cflags_saved
=$CFLAGS
18803 CFLAGS
="$CFLAGS -fno-strict-aliasing"
18804 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18805 /* end confdefs.h. */
18806 int main(int argc, char **argv) { return 0; }
18808 if ac_fn_c_try_link
"$LINENO"
18810 ac_cv_cflags__fno_strict_aliasing
=yes
18812 ac_cv_cflags__fno_strict_aliasing
=no
18814 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
18815 conftest
$ac_exeext conftest.
$ac_ext
18816 CFLAGS
=$ac_wine_try_cflags_saved
18818 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
18819 printf "%s\n" "$ac_cv_cflags__fno_strict_aliasing" >&6; }
18820 if test "x$ac_cv_cflags__fno_strict_aliasing" = xyes
18822 EXTRACFLAGS
="$EXTRACFLAGS -fno-strict-aliasing"
18824 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
18825 printf %s
"checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
18826 if test ${ac_cv_cflags__Wdeclaration_after_statement+y}
18828 printf %s
"(cached) " >&6
18830 ac_wine_try_cflags_saved
=$CFLAGS
18831 CFLAGS
="$CFLAGS -Wdeclaration-after-statement"
18832 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18833 /* end confdefs.h. */
18834 int main(int argc, char **argv) { return 0; }
18836 if ac_fn_c_try_link
"$LINENO"
18838 ac_cv_cflags__Wdeclaration_after_statement
=yes
18840 ac_cv_cflags__Wdeclaration_after_statement
=no
18842 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
18843 conftest
$ac_exeext conftest.
$ac_ext
18844 CFLAGS
=$ac_wine_try_cflags_saved
18846 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
18847 printf "%s\n" "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
18848 if test "x$ac_cv_cflags__Wdeclaration_after_statement" = xyes
18850 EXTRACFLAGS
="$EXTRACFLAGS -Wdeclaration-after-statement"
18852 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wempty-body" >&5
18853 printf %s
"checking whether the compiler supports -Wempty-body... " >&6; }
18854 if test ${ac_cv_cflags__Wempty_body+y}
18856 printf %s
"(cached) " >&6
18858 ac_wine_try_cflags_saved
=$CFLAGS
18859 CFLAGS
="$CFLAGS -Wempty-body"
18860 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18861 /* end confdefs.h. */
18862 int main(int argc, char **argv) { return 0; }
18864 if ac_fn_c_try_link
"$LINENO"
18866 ac_cv_cflags__Wempty_body
=yes
18868 ac_cv_cflags__Wempty_body
=no
18870 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
18871 conftest
$ac_exeext conftest.
$ac_ext
18872 CFLAGS
=$ac_wine_try_cflags_saved
18874 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wempty_body" >&5
18875 printf "%s\n" "$ac_cv_cflags__Wempty_body" >&6; }
18876 if test "x$ac_cv_cflags__Wempty_body" = xyes
18878 EXTRACFLAGS
="$EXTRACFLAGS -Wempty-body"
18880 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wignored-qualifiers" >&5
18881 printf %s
"checking whether the compiler supports -Wignored-qualifiers... " >&6; }
18882 if test ${ac_cv_cflags__Wignored_qualifiers+y}
18884 printf %s
"(cached) " >&6
18886 ac_wine_try_cflags_saved
=$CFLAGS
18887 CFLAGS
="$CFLAGS -Wignored-qualifiers"
18888 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18889 /* end confdefs.h. */
18890 int main(int argc, char **argv) { return 0; }
18892 if ac_fn_c_try_link
"$LINENO"
18894 ac_cv_cflags__Wignored_qualifiers
=yes
18896 ac_cv_cflags__Wignored_qualifiers
=no
18898 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
18899 conftest
$ac_exeext conftest.
$ac_ext
18900 CFLAGS
=$ac_wine_try_cflags_saved
18902 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wignored_qualifiers" >&5
18903 printf "%s\n" "$ac_cv_cflags__Wignored_qualifiers" >&6; }
18904 if test "x$ac_cv_cflags__Wignored_qualifiers" = xyes
18906 EXTRACFLAGS
="$EXTRACFLAGS -Wignored-qualifiers"
18908 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Winit-self" >&5
18909 printf %s
"checking whether the compiler supports -Winit-self... " >&6; }
18910 if test ${ac_cv_cflags__Winit_self+y}
18912 printf %s
"(cached) " >&6
18914 ac_wine_try_cflags_saved
=$CFLAGS
18915 CFLAGS
="$CFLAGS -Winit-self"
18916 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18917 /* end confdefs.h. */
18918 int main(int argc, char **argv) { return 0; }
18920 if ac_fn_c_try_link
"$LINENO"
18922 ac_cv_cflags__Winit_self
=yes
18924 ac_cv_cflags__Winit_self
=no
18926 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
18927 conftest
$ac_exeext conftest.
$ac_ext
18928 CFLAGS
=$ac_wine_try_cflags_saved
18930 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Winit_self" >&5
18931 printf "%s\n" "$ac_cv_cflags__Winit_self" >&6; }
18932 if test "x$ac_cv_cflags__Winit_self" = xyes
18934 EXTRACFLAGS
="$EXTRACFLAGS -Winit-self"
18936 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpacked-not-aligned" >&5
18937 printf %s
"checking whether the compiler supports -Wpacked-not-aligned... " >&6; }
18938 if test ${ac_cv_cflags__Wpacked_not_aligned+y}
18940 printf %s
"(cached) " >&6
18942 ac_wine_try_cflags_saved
=$CFLAGS
18943 CFLAGS
="$CFLAGS -Wpacked-not-aligned"
18944 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18945 /* end confdefs.h. */
18946 int main(int argc, char **argv) { return 0; }
18948 if ac_fn_c_try_link
"$LINENO"
18950 ac_cv_cflags__Wpacked_not_aligned
=yes
18952 ac_cv_cflags__Wpacked_not_aligned
=no
18954 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
18955 conftest
$ac_exeext conftest.
$ac_ext
18956 CFLAGS
=$ac_wine_try_cflags_saved
18958 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpacked_not_aligned" >&5
18959 printf "%s\n" "$ac_cv_cflags__Wpacked_not_aligned" >&6; }
18960 if test "x$ac_cv_cflags__Wpacked_not_aligned" = xyes
18962 EXTRACFLAGS
="$EXTRACFLAGS -Wno-packed-not-aligned"
18964 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpragma-pack" >&5
18965 printf %s
"checking whether the compiler supports -Wpragma-pack... " >&6; }
18966 if test ${ac_cv_cflags__Wpragma_pack+y}
18968 printf %s
"(cached) " >&6
18970 ac_wine_try_cflags_saved
=$CFLAGS
18971 CFLAGS
="$CFLAGS -Wpragma-pack"
18972 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18973 /* end confdefs.h. */
18974 int main(int argc, char **argv) { return 0; }
18976 if ac_fn_c_try_link
"$LINENO"
18978 ac_cv_cflags__Wpragma_pack
=yes
18980 ac_cv_cflags__Wpragma_pack
=no
18982 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
18983 conftest
$ac_exeext conftest.
$ac_ext
18984 CFLAGS
=$ac_wine_try_cflags_saved
18986 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpragma_pack" >&5
18987 printf "%s\n" "$ac_cv_cflags__Wpragma_pack" >&6; }
18988 if test "x$ac_cv_cflags__Wpragma_pack" = xyes
18990 EXTRACFLAGS
="$EXTRACFLAGS -Wno-pragma-pack"
18992 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wshift-overflow=2" >&5
18993 printf %s
"checking whether the compiler supports -Wshift-overflow=2... " >&6; }
18994 if test ${ac_cv_cflags__Wshift_overflow_2+y}
18996 printf %s
"(cached) " >&6
18998 ac_wine_try_cflags_saved
=$CFLAGS
18999 CFLAGS
="$CFLAGS -Wshift-overflow=2"
19000 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19001 /* end confdefs.h. */
19002 int main(int argc, char **argv) { return 0; }
19004 if ac_fn_c_try_link
"$LINENO"
19006 ac_cv_cflags__Wshift_overflow_2
=yes
19008 ac_cv_cflags__Wshift_overflow_2
=no
19010 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
19011 conftest
$ac_exeext conftest.
$ac_ext
19012 CFLAGS
=$ac_wine_try_cflags_saved
19014 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wshift_overflow_2" >&5
19015 printf "%s\n" "$ac_cv_cflags__Wshift_overflow_2" >&6; }
19016 if test "x$ac_cv_cflags__Wshift_overflow_2" = xyes
19018 EXTRACFLAGS
="$EXTRACFLAGS -Wshift-overflow=2"
19020 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
19021 printf %s
"checking whether the compiler supports -Wstrict-prototypes... " >&6; }
19022 if test ${ac_cv_cflags__Wstrict_prototypes+y}
19024 printf %s
"(cached) " >&6
19026 ac_wine_try_cflags_saved
=$CFLAGS
19027 CFLAGS
="$CFLAGS -Wstrict-prototypes"
19028 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19029 /* end confdefs.h. */
19030 int main(int argc, char **argv) { return 0; }
19032 if ac_fn_c_try_link
"$LINENO"
19034 ac_cv_cflags__Wstrict_prototypes
=yes
19036 ac_cv_cflags__Wstrict_prototypes
=no
19038 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
19039 conftest
$ac_exeext conftest.
$ac_ext
19040 CFLAGS
=$ac_wine_try_cflags_saved
19042 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
19043 printf "%s\n" "$ac_cv_cflags__Wstrict_prototypes" >&6; }
19044 if test "x$ac_cv_cflags__Wstrict_prototypes" = xyes
19046 EXTRACFLAGS
="$EXTRACFLAGS -Wstrict-prototypes"
19048 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
19049 printf %s
"checking whether the compiler supports -Wtype-limits... " >&6; }
19050 if test ${ac_cv_cflags__Wtype_limits+y}
19052 printf %s
"(cached) " >&6
19054 ac_wine_try_cflags_saved
=$CFLAGS
19055 CFLAGS
="$CFLAGS -Wtype-limits"
19056 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19057 /* end confdefs.h. */
19058 int main(int argc, char **argv) { return 0; }
19060 if ac_fn_c_try_link
"$LINENO"
19062 ac_cv_cflags__Wtype_limits
=yes
19064 ac_cv_cflags__Wtype_limits
=no
19066 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
19067 conftest
$ac_exeext conftest.
$ac_ext
19068 CFLAGS
=$ac_wine_try_cflags_saved
19070 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
19071 printf "%s\n" "$ac_cv_cflags__Wtype_limits" >&6; }
19072 if test "x$ac_cv_cflags__Wtype_limits" = xyes
19074 EXTRACFLAGS
="$EXTRACFLAGS -Wtype-limits"
19076 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wunused-but-set-parameter" >&5
19077 printf %s
"checking whether the compiler supports -Wunused-but-set-parameter... " >&6; }
19078 if test ${ac_cv_cflags__Wunused_but_set_parameter+y}
19080 printf %s
"(cached) " >&6
19082 ac_wine_try_cflags_saved
=$CFLAGS
19083 CFLAGS
="$CFLAGS -Wunused-but-set-parameter"
19084 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19085 /* end confdefs.h. */
19086 int main(int argc, char **argv) { return 0; }
19088 if ac_fn_c_try_link
"$LINENO"
19090 ac_cv_cflags__Wunused_but_set_parameter
=yes
19092 ac_cv_cflags__Wunused_but_set_parameter
=no
19094 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
19095 conftest
$ac_exeext conftest.
$ac_ext
19096 CFLAGS
=$ac_wine_try_cflags_saved
19098 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wunused_but_set_parameter" >&5
19099 printf "%s\n" "$ac_cv_cflags__Wunused_but_set_parameter" >&6; }
19100 if test "x$ac_cv_cflags__Wunused_but_set_parameter" = xyes
19102 EXTRACFLAGS
="$EXTRACFLAGS -Wunused-but-set-parameter"
19104 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wvla" >&5
19105 printf %s
"checking whether the compiler supports -Wvla... " >&6; }
19106 if test ${ac_cv_cflags__Wvla+y}
19108 printf %s
"(cached) " >&6
19110 ac_wine_try_cflags_saved
=$CFLAGS
19111 CFLAGS
="$CFLAGS -Wvla"
19112 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19113 /* end confdefs.h. */
19114 int main(int argc, char **argv) { return 0; }
19116 if ac_fn_c_try_link
"$LINENO"
19118 ac_cv_cflags__Wvla
=yes
19120 ac_cv_cflags__Wvla
=no
19122 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
19123 conftest
$ac_exeext conftest.
$ac_ext
19124 CFLAGS
=$ac_wine_try_cflags_saved
19126 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wvla" >&5
19127 printf "%s\n" "$ac_cv_cflags__Wvla" >&6; }
19128 if test "x$ac_cv_cflags__Wvla" = xyes
19130 EXTRACFLAGS
="$EXTRACFLAGS -Wvla"
19132 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
19133 printf %s
"checking whether the compiler supports -Wwrite-strings... " >&6; }
19134 if test ${ac_cv_cflags__Wwrite_strings+y}
19136 printf %s
"(cached) " >&6
19138 ac_wine_try_cflags_saved
=$CFLAGS
19139 CFLAGS
="$CFLAGS -Wwrite-strings"
19140 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19141 /* end confdefs.h. */
19142 int main(int argc, char **argv) { return 0; }
19144 if ac_fn_c_try_link
"$LINENO"
19146 ac_cv_cflags__Wwrite_strings
=yes
19148 ac_cv_cflags__Wwrite_strings
=no
19150 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
19151 conftest
$ac_exeext conftest.
$ac_ext
19152 CFLAGS
=$ac_wine_try_cflags_saved
19154 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
19155 printf "%s\n" "$ac_cv_cflags__Wwrite_strings" >&6; }
19156 if test "x$ac_cv_cflags__Wwrite_strings" = xyes
19158 EXTRACFLAGS
="$EXTRACFLAGS -Wwrite-strings"
19161 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpointer-arith" >&5
19162 printf %s
"checking whether the compiler supports -Wpointer-arith... " >&6; }
19163 if test ${ac_cv_cflags__Wpointer_arith+y}
19165 printf %s
"(cached) " >&6
19167 ac_wine_try_cflags_saved
=$CFLAGS
19168 CFLAGS
="$CFLAGS -Wpointer-arith"
19169 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19170 /* end confdefs.h. */
19171 int main(int argc, char **argv) { return 0; }
19173 if ac_fn_c_try_link
"$LINENO"
19175 ac_cv_cflags__Wpointer_arith
=yes
19177 ac_cv_cflags__Wpointer_arith
=no
19179 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
19180 conftest
$ac_exeext conftest.
$ac_ext
19181 CFLAGS
=$ac_wine_try_cflags_saved
19183 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpointer_arith" >&5
19184 printf "%s\n" "$ac_cv_cflags__Wpointer_arith" >&6; }
19185 if test "x$ac_cv_cflags__Wpointer_arith" = xyes
19187 saved_string_h_CFLAGS
=$CFLAGS
19188 CFLAGS
="$CFLAGS -Wpointer-arith -Werror"
19189 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wpointer-arith" >&5
19190 printf %s
"checking for broken string.h that generates warnings with -Wpointer-arith... " >&6; }
19191 if test ${ac_cv_c_string_h_warnings+y}
19193 printf %s
"(cached) " >&6
19195 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19196 /* end confdefs.h. */
19197 #include <string.h>
19206 if ac_fn_c_try_compile
"$LINENO"
19208 ac_cv_c_string_h_warnings
=no
19210 ac_cv_c_string_h_warnings
=yes
19212 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
19214 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
19215 printf "%s\n" "$ac_cv_c_string_h_warnings" >&6; }
19216 test "$ac_cv_c_string_h_warnings" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wpointer-arith"
19217 CFLAGS
=$saved_string_h_CFLAGS
19220 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wlogical-op" >&5
19221 printf %s
"checking whether the compiler supports -Wlogical-op... " >&6; }
19222 if test ${ac_cv_cflags__Wlogical_op+y}
19224 printf %s
"(cached) " >&6
19226 ac_wine_try_cflags_saved
=$CFLAGS
19227 CFLAGS
="$CFLAGS -Wlogical-op"
19228 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19229 /* end confdefs.h. */
19230 int main(int argc, char **argv) { return 0; }
19232 if ac_fn_c_try_link
"$LINENO"
19234 ac_cv_cflags__Wlogical_op
=yes
19236 ac_cv_cflags__Wlogical_op
=no
19238 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
19239 conftest
$ac_exeext conftest.
$ac_ext
19240 CFLAGS
=$ac_wine_try_cflags_saved
19242 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wlogical_op" >&5
19243 printf "%s\n" "$ac_cv_cflags__Wlogical_op" >&6; }
19244 if test "x$ac_cv_cflags__Wlogical_op" = xyes
19246 saved_string_h_CFLAGS
=$CFLAGS
19247 CFLAGS
="$CFLAGS -Wlogical-op -Werror"
19248 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wlogical-op" >&5
19249 printf %s
"checking for broken string.h that generates warnings with -Wlogical-op... " >&6; }
19250 if test ${ac_cv_c_logicalop_noisy+y}
19252 printf %s
"(cached) " >&6
19254 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19255 /* end confdefs.h. */
19256 #include <string.h>
19257 char*f(const char *h,char n) {return strchr(h,n);}
19266 if ac_fn_c_try_compile
"$LINENO"
19268 ac_cv_c_logicalop_noisy
=no
19270 ac_cv_c_logicalop_noisy
=yes
19272 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
19274 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_logicalop_noisy" >&5
19275 printf "%s\n" "$ac_cv_c_logicalop_noisy" >&6; }
19276 CFLAGS
=$saved_string_h_CFLAGS
19277 test "$ac_cv_c_logicalop_noisy" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wlogical-op"
19280 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for flags needed for 64-bit compare-and-swap support" >&5
19281 printf %s
"checking for flags needed for 64-bit compare-and-swap support... " >&6; }
19282 if test ${wine_cv_64bit_compare_swap+y}
19284 printf %s
"(cached) " >&6
19286 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19287 /* end confdefs.h. */
19288 #ifndef __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8
19299 if ac_fn_c_try_compile
"$LINENO"
19301 wine_cv_64bit_compare_swap
="none needed"
19304 i386
) wine_cv_64bit_compare_swap
="-march=i586" ;;
19305 arm
) wine_cv_64bit_compare_swap
="-march=armv7-a" ;;
19306 *) wine_cv_64bit_compare_swap
="unknown" ;;
19308 if test "x$wine_cv_64bit_compare_swap" != xunknown
19310 CFLAGS
="$CFLAGS $wine_cv_64bit_compare_swap"
19311 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19312 /* end confdefs.h. */
19313 #ifndef __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8
19324 if ac_fn_c_try_compile
"$LINENO"
19328 wine_cv_64bit_compare_swap
="unknown"
19330 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
19331 CFLAGS
=$saved_CFLAGS
19334 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
19336 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $wine_cv_64bit_compare_swap" >&5
19337 printf "%s\n" "$wine_cv_64bit_compare_swap" >&6; }
19338 case "$wine_cv_64bit_compare_swap" in
19339 unknown
) as_fn_error $?
"gcc doesn't support 64-bit compare-and-swap on this platform" "$LINENO" 5 ;;
19341 *) EXTRACFLAGS
="$EXTRACFLAGS $wine_cv_64bit_compare_swap" ;;
19344 ac_debug_format_seen
=""
19345 for ac_flag
in $CFLAGS; do
19347 -gdwarf*) ac_debug_format_seen
=yes ;;
19348 -g) ac_debug_format_seen
=${ac_debug_format_seen:-default} ;;
19351 if test "x$ac_debug_format_seen" = xdefault
19353 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gdwarf-4" >&5
19354 printf %s
"checking whether the compiler supports -gdwarf-4... " >&6; }
19355 if test ${ac_cv_cflags__gdwarf_4+y}
19357 printf %s
"(cached) " >&6
19359 ac_wine_try_cflags_saved
=$CFLAGS
19360 CFLAGS
="$CFLAGS -gdwarf-4"
19361 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19362 /* end confdefs.h. */
19363 int main(int argc, char **argv) { return 0; }
19365 if ac_fn_c_try_link
"$LINENO"
19367 ac_cv_cflags__gdwarf_4
=yes
19369 ac_cv_cflags__gdwarf_4
=no
19371 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
19372 conftest
$ac_exeext conftest.
$ac_ext
19373 CFLAGS
=$ac_wine_try_cflags_saved
19375 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gdwarf_4" >&5
19376 printf "%s\n" "$ac_cv_cflags__gdwarf_4" >&6; }
19377 if test "x$ac_cv_cflags__gdwarf_4" = xyes
19379 EXTRACFLAGS
="$EXTRACFLAGS -gdwarf-4"
19386 mingw32
*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-delayload,autoconftest.dll" >&5
19387 printf %s
"checking whether the compiler supports -Wl,-delayload,autoconftest.dll... " >&6; }
19388 if test ${ac_cv_cflags__Wl__delayload_autoconftest_dll+y}
19390 printf %s
"(cached) " >&6
19392 ac_wine_try_cflags_saved
=$CFLAGS
19393 CFLAGS
="$CFLAGS -Wl,-delayload,autoconftest.dll"
19394 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19395 /* end confdefs.h. */
19396 int main(int argc, char **argv) { return 0; }
19398 if ac_fn_c_try_link
"$LINENO"
19400 ac_cv_cflags__Wl__delayload_autoconftest_dll
=yes
19402 ac_cv_cflags__Wl__delayload_autoconftest_dll
=no
19404 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
19405 conftest
$ac_exeext conftest.
$ac_ext
19406 CFLAGS
=$ac_wine_try_cflags_saved
19408 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__delayload_autoconftest_dll" >&5
19409 printf "%s\n" "$ac_cv_cflags__Wl__delayload_autoconftest_dll" >&6; }
19410 if test "x$ac_cv_cflags__Wl__delayload_autoconftest_dll" = xyes
19412 DELAYLOADFLAG
="-Wl,-delayload,"
19415 *) MSVCRTFLAGS
="-D_WIN32"
19416 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
19417 printf %s
"checking whether the compiler supports -fno-builtin... " >&6; }
19418 if test ${ac_cv_cflags__fno_builtin+y}
19420 printf %s
"(cached) " >&6
19422 ac_wine_try_cflags_saved
=$CFLAGS
19423 CFLAGS
="$CFLAGS -fno-builtin"
19424 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19425 /* end confdefs.h. */
19426 int main(int argc, char **argv) { return 0; }
19428 if ac_fn_c_try_link
"$LINENO"
19430 ac_cv_cflags__fno_builtin
=yes
19432 ac_cv_cflags__fno_builtin
=no
19434 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
19435 conftest
$ac_exeext conftest.
$ac_ext
19436 CFLAGS
=$ac_wine_try_cflags_saved
19438 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
19439 printf "%s\n" "$ac_cv_cflags__fno_builtin" >&6; }
19440 if test "x$ac_cv_cflags__fno_builtin" = xyes
19442 MSVCRTFLAGS
="$MSVCRTFLAGS -fno-builtin"
19444 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fshort-wchar" >&5
19445 printf %s
"checking whether the compiler supports -fshort-wchar... " >&6; }
19446 if test ${ac_cv_cflags__fshort_wchar+y}
19448 printf %s
"(cached) " >&6
19450 ac_wine_try_cflags_saved
=$CFLAGS
19451 CFLAGS
="$CFLAGS -fshort-wchar"
19452 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19453 /* end confdefs.h. */
19454 int main(int argc, char **argv) { return 0; }
19456 if ac_fn_c_try_link
"$LINENO"
19458 ac_cv_cflags__fshort_wchar
=yes
19460 ac_cv_cflags__fshort_wchar
=no
19462 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
19463 conftest
$ac_exeext conftest.
$ac_ext
19464 CFLAGS
=$ac_wine_try_cflags_saved
19466 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fshort_wchar" >&5
19467 printf "%s\n" "$ac_cv_cflags__fshort_wchar" >&6; }
19468 if test "x$ac_cv_cflags__fshort_wchar" = xyes
19470 MSVCRTFLAGS
="$MSVCRTFLAGS -fshort-wchar"
19472 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wno-format" >&5
19473 printf %s
"checking whether the compiler supports -Wno-format... " >&6; }
19474 if test ${ac_cv_cflags__Wno_format+y}
19476 printf %s
"(cached) " >&6
19478 ac_wine_try_cflags_saved
=$CFLAGS
19479 CFLAGS
="$CFLAGS -Wno-format"
19480 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19481 /* end confdefs.h. */
19482 int main(int argc, char **argv) { return 0; }
19484 if ac_fn_c_try_link
"$LINENO"
19486 ac_cv_cflags__Wno_format
=yes
19488 ac_cv_cflags__Wno_format
=no
19490 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
19491 conftest
$ac_exeext conftest.
$ac_ext
19492 CFLAGS
=$ac_wine_try_cflags_saved
19494 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wno_format" >&5
19495 printf "%s\n" "$ac_cv_cflags__Wno_format" >&6; }
19496 if test "x$ac_cv_cflags__Wno_format" = xyes
19498 MSVCRTFLAGS
="$MSVCRTFLAGS -Wno-format"
19503 i386
) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-omit-frame-pointer" >&5
19504 printf %s
"checking whether the compiler supports -fno-omit-frame-pointer... " >&6; }
19505 if test ${ac_cv_cflags__fno_omit_frame_pointer+y}
19507 printf %s
"(cached) " >&6
19509 ac_wine_try_cflags_saved
=$CFLAGS
19510 CFLAGS
="$CFLAGS -fno-omit-frame-pointer"
19511 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19512 /* end confdefs.h. */
19513 int main(int argc, char **argv) { return 0; }
19515 if ac_fn_c_try_link
"$LINENO"
19517 ac_cv_cflags__fno_omit_frame_pointer
=yes
19519 ac_cv_cflags__fno_omit_frame_pointer
=no
19521 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
19522 conftest
$ac_exeext conftest.
$ac_ext
19523 CFLAGS
=$ac_wine_try_cflags_saved
19525 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_omit_frame_pointer" >&5
19526 printf "%s\n" "$ac_cv_cflags__fno_omit_frame_pointer" >&6; }
19527 if test "x$ac_cv_cflags__fno_omit_frame_pointer" = xyes
19529 MSVCRTFLAGS
="$MSVCRTFLAGS -fno-omit-frame-pointer"
19533 cygwin
*|mingw32
*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wno-format" >&5
19534 printf %s
"checking whether the compiler supports -Wno-format... " >&6; }
19535 if test ${ac_cv_cflags__Wno_format+y}
19537 printf %s
"(cached) " >&6
19539 ac_wine_try_cflags_saved
=$CFLAGS
19540 CFLAGS
="$CFLAGS -Wno-format"
19541 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19542 /* end confdefs.h. */
19543 int main(int argc, char **argv) { return 0; }
19545 if ac_fn_c_try_link
"$LINENO"
19547 ac_cv_cflags__Wno_format
=yes
19549 ac_cv_cflags__Wno_format
=no
19551 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
19552 conftest
$ac_exeext conftest.
$ac_ext
19553 CFLAGS
=$ac_wine_try_cflags_saved
19555 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wno_format" >&5
19556 printf "%s\n" "$ac_cv_cflags__Wno_format" >&6; }
19557 if test "x$ac_cv_cflags__Wno_format" = xyes
19559 EXTRACFLAGS
="$EXTRACFLAGS -Wno-format"
19561 *) if test -z "$PE_ARCHS"
19563 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for working -mabi=ms" >&5
19564 printf %s
"checking for working -mabi=ms... " >&6; }
19565 if test ${ac_cv_mabi_ms+y}
19567 printf %s
"(cached) " >&6
19569 CFLAGS
="$CFLAGS -mabi=ms"
19570 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19571 /* end confdefs.h. */
19572 #include <stdarg.h>
19573 int a(int b, ...) { __builtin_ms_va_list list; __builtin_ms_va_start(list,b); }
19582 if ac_fn_c_try_compile
"$LINENO"
19588 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
19589 CFLAGS
=$saved_CFLAGS
19591 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mabi_ms" >&5
19592 printf "%s\n" "$ac_cv_mabi_ms" >&6; }
19593 test $ac_cv_mabi_ms = yes || as_fn_error $?
"The compiler doesn't support -mabi=ms. Use gcc instead of clang, or install mingw-w64." "$LINENO" 5
19595 MSVCRTFLAGS
="$MSVCRTFLAGS -mabi=ms" ;;
19598 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wincompatible-function-pointer-types" >&5
19599 printf %s
"checking whether the compiler supports -Wincompatible-function-pointer-types... " >&6; }
19600 if test ${ac_cv_cflags__Wincompatible_function_pointer_types+y}
19602 printf %s
"(cached) " >&6
19604 ac_wine_try_cflags_saved
=$CFLAGS
19605 CFLAGS
="$CFLAGS -Wincompatible-function-pointer-types"
19606 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19607 /* end confdefs.h. */
19608 int main(int argc, char **argv) { return 0; }
19610 if ac_fn_c_try_link
"$LINENO"
19612 ac_cv_cflags__Wincompatible_function_pointer_types
=yes
19614 ac_cv_cflags__Wincompatible_function_pointer_types
=no
19616 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
19617 conftest
$ac_exeext conftest.
$ac_ext
19618 CFLAGS
=$ac_wine_try_cflags_saved
19620 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wincompatible_function_pointer_types" >&5
19621 printf "%s\n" "$ac_cv_cflags__Wincompatible_function_pointer_types" >&6; }
19622 if test "x$ac_cv_cflags__Wincompatible_function_pointer_types" = xyes
19624 EXTRACFLAGS
="$EXTRACFLAGS -Wno-error=incompatible-function-pointer-types"
19628 CFLAGS
=$saved_CFLAGS
19630 if test "x$enable_werror" = "xyes"
19632 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
19633 printf %s
"checking whether the compiler supports -Werror... " >&6; }
19634 if test ${ac_cv_cflags__Werror+y}
19636 printf %s
"(cached) " >&6
19638 ac_wine_try_cflags_saved
=$CFLAGS
19639 CFLAGS
="$CFLAGS -Werror"
19640 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19641 /* end confdefs.h. */
19642 int main(int argc, char **argv) { return 0; }
19644 if ac_fn_c_try_link
"$LINENO"
19646 ac_cv_cflags__Werror
=yes
19648 ac_cv_cflags__Werror
=no
19650 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
19651 conftest
$ac_exeext conftest.
$ac_ext
19652 CFLAGS
=$ac_wine_try_cflags_saved
19654 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
19655 printf "%s\n" "$ac_cv_cflags__Werror" >&6; }
19656 if test "x$ac_cv_cflags__Werror" = xyes
19658 EXTRACFLAGS
="$EXTRACFLAGS -Werror"
19661 if test "x$enable_build_id" = "xyes"
19663 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--build-id" >&5
19664 printf %s
"checking whether the compiler supports -Wl,--build-id... " >&6; }
19665 if test ${ac_cv_cflags__Wl___build_id+y}
19667 printf %s
"(cached) " >&6
19669 ac_wine_try_cflags_saved
=$CFLAGS
19670 CFLAGS
="$CFLAGS -Wl,--build-id"
19671 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19672 /* end confdefs.h. */
19673 int main(int argc, char **argv) { return 0; }
19675 if ac_fn_c_try_link
"$LINENO"
19677 ac_cv_cflags__Wl___build_id
=yes
19679 ac_cv_cflags__Wl___build_id
=no
19681 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
19682 conftest
$ac_exeext conftest.
$ac_ext
19683 CFLAGS
=$ac_wine_try_cflags_saved
19685 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___build_id" >&5
19686 printf "%s\n" "$ac_cv_cflags__Wl___build_id" >&6; }
19687 if test "x$ac_cv_cflags__Wl___build_id" = xyes
19689 CFLAGS
="$CFLAGS -Wl,--build-id"
19690 LDFLAGS
="$LDFLAGS -Wl,--build-id"
19696 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for the need to disable Fortify" >&5
19697 printf %s
"checking for the need to disable Fortify... " >&6; }
19698 if test ${ac_cv_c_fortify_enabled+y}
19700 printf %s
"(cached) " >&6
19702 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19703 /* end confdefs.h. */
19704 #include <string.h>
19708 #if (defined(__USE_FORTIFY_LEVEL) && __USE_FORTIFY_LEVEL > 0) || (defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0)
19709 #error Fortify enabled
19715 if ac_fn_c_try_compile
"$LINENO"
19717 ac_cv_c_fortify_enabled
=no
19719 ac_cv_c_fortify_enabled
=yes
19721 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
19723 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_fortify_enabled" >&5
19724 printf "%s\n" "$ac_cv_c_fortify_enabled" >&6; }
19725 if test "$ac_cv_c_fortify_enabled" = yes
19727 CFLAGS
="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
19731 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
19732 printf %s
"checking whether CFI directives are supported in assembly code... " >&6; }
19733 if test ${ac_cv_c_cfi_support+y}
19735 printf %s
"(cached) " >&6
19737 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19738 /* end confdefs.h. */
19739 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
19748 if ac_fn_c_try_compile
"$LINENO"
19750 ac_cv_c_cfi_support
="yes"
19752 ac_cv_c_cfi_support
="no"
19754 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
19756 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
19757 printf "%s\n" "$ac_cv_c_cfi_support" >&6; }
19758 if test "$ac_cv_c_cfi_support" = "yes"
19760 DLLFLAGS
="$DLLFLAGS -fasynchronous-unwind-tables"
19761 LDDLLFLAGS
="$LDDLLFLAGS -fasynchronous-unwind-tables"
19762 UNIXDLLFLAGS
="$UNIXDLLFLAGS -fasynchronous-unwind-tables"
19763 elif test $HOST_ARCH = x86_64
19765 as_fn_append wine_warnings
"|building 64-bit Wine without support for CFI directives; exception handling will not work properly."
19769 case "$HOST_ARCH,$PE_ARCHS" in
19770 x86_64
,*i386
*) wine_binary
="wine" ;;
19771 x86_64
,*) wine_binary
="wine64" ;;
19772 *) wine_binary
="wine" ;;
19774 WINELOADER_PROGRAMS
="$wine_binary"
19779 if test $HOST_ARCH != unknown
19781 test "$wine_binary" = wine || as_fn_append CONFIGURE_TARGETS
" loader/wine-preloader"
19782 WINELOADER_PROGRAMS
="$WINELOADER_PROGRAMS $wine_binary-preloader"
19786 if test "$wine_can_build_preloader" = "yes"
19788 test "$wine_binary" = wine || as_fn_append CONFIGURE_TARGETS
" loader/wine-preloader"
19789 WINELOADER_PROGRAMS
="$WINELOADER_PROGRAMS $wine_binary-preloader"
19795 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
19796 printf %s
"checking for library containing dlopen... " >&6; }
19797 if test ${ac_cv_search_dlopen+y}
19799 printf %s
"(cached) " >&6
19801 ac_func_search_save_LIBS
=$LIBS
19802 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19803 /* end confdefs.h. */
19805 /* Override any GCC internal prototype to avoid an error.
19806 Use char because int might match the return type of a GCC
19807 builtin and then its argument prototype would still apply. */
19817 for ac_lib
in '' dl
19819 if test -z "$ac_lib"; then
19820 ac_res
="none required"
19823 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
19825 if ac_fn_c_try_link
"$LINENO"
19827 ac_cv_search_dlopen
=$ac_res
19829 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
19831 if test ${ac_cv_search_dlopen+y}
19836 if test ${ac_cv_search_dlopen+y}
19840 ac_cv_search_dlopen
=no
19842 rm conftest.
$ac_ext
19843 LIBS
=$ac_func_search_save_LIBS
19845 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
19846 printf "%s\n" "$ac_cv_search_dlopen" >&6; }
19847 ac_res
=$ac_cv_search_dlopen
19848 if test "$ac_res" != no
19850 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
19855 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
19856 printf %s
"checking for library containing gethostbyname... " >&6; }
19857 if test ${ac_cv_search_gethostbyname+y}
19859 printf %s
"(cached) " >&6
19861 ac_func_search_save_LIBS
=$LIBS
19862 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19863 /* end confdefs.h. */
19865 /* Override any GCC internal prototype to avoid an error.
19866 Use char because int might match the return type of a GCC
19867 builtin and then its argument prototype would still apply. */
19868 char gethostbyname ();
19872 return gethostbyname ();
19877 for ac_lib
in '' nsl
19879 if test -z "$ac_lib"; then
19880 ac_res
="none required"
19883 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
19885 if ac_fn_c_try_link
"$LINENO"
19887 ac_cv_search_gethostbyname
=$ac_res
19889 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
19891 if test ${ac_cv_search_gethostbyname+y}
19896 if test ${ac_cv_search_gethostbyname+y}
19900 ac_cv_search_gethostbyname
=no
19902 rm conftest.
$ac_ext
19903 LIBS
=$ac_func_search_save_LIBS
19905 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
19906 printf "%s\n" "$ac_cv_search_gethostbyname" >&6; }
19907 ac_res
=$ac_cv_search_gethostbyname
19908 if test "$ac_res" != no
19910 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
19915 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
19916 printf %s
"checking for library containing connect... " >&6; }
19917 if test ${ac_cv_search_connect+y}
19919 printf %s
"(cached) " >&6
19921 ac_func_search_save_LIBS
=$LIBS
19922 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19923 /* end confdefs.h. */
19925 /* Override any GCC internal prototype to avoid an error.
19926 Use char because int might match the return type of a GCC
19927 builtin and then its argument prototype would still apply. */
19937 for ac_lib
in '' socket
19939 if test -z "$ac_lib"; then
19940 ac_res
="none required"
19943 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
19945 if ac_fn_c_try_link
"$LINENO"
19947 ac_cv_search_connect
=$ac_res
19949 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
19951 if test ${ac_cv_search_connect+y}
19956 if test ${ac_cv_search_connect+y}
19960 ac_cv_search_connect
=no
19962 rm conftest.
$ac_ext
19963 LIBS
=$ac_func_search_save_LIBS
19965 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
19966 printf "%s\n" "$ac_cv_search_connect" >&6; }
19967 ac_res
=$ac_cv_search_connect
19968 if test "$ac_res" != no
19970 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
19975 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
19976 printf %s
"checking for library containing inet_aton... " >&6; }
19977 if test ${ac_cv_search_inet_aton+y}
19979 printf %s
"(cached) " >&6
19981 ac_func_search_save_LIBS
=$LIBS
19982 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19983 /* end confdefs.h. */
19985 /* Override any GCC internal prototype to avoid an error.
19986 Use char because int might match the return type of a GCC
19987 builtin and then its argument prototype would still apply. */
19992 return inet_aton ();
19997 for ac_lib
in '' resolv
19999 if test -z "$ac_lib"; then
20000 ac_res
="none required"
20003 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
20005 if ac_fn_c_try_link
"$LINENO"
20007 ac_cv_search_inet_aton
=$ac_res
20009 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
20011 if test ${ac_cv_search_inet_aton+y}
20016 if test ${ac_cv_search_inet_aton+y}
20020 ac_cv_search_inet_aton
=no
20022 rm conftest.
$ac_ext
20023 LIBS
=$ac_func_search_save_LIBS
20025 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
20026 printf "%s\n" "$ac_cv_search_inet_aton" >&6; }
20027 ac_res
=$ac_cv_search_inet_aton
20028 if test "$ac_res" != no
20030 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
20035 ac_save_CFLAGS
="$CFLAGS"
20036 CFLAGS
="$CFLAGS $BUILTINFLAG"
20037 ac_fn_c_check_func
"$LINENO" "dladdr1" "ac_cv_func_dladdr1"
20038 if test "x$ac_cv_func_dladdr1" = xyes
20040 printf "%s\n" "#define HAVE_DLADDR1 1" >>confdefs.h
20043 ac_fn_c_check_func
"$LINENO" "dlinfo" "ac_cv_func_dlinfo"
20044 if test "x$ac_cv_func_dlinfo" = xyes
20046 printf "%s\n" "#define HAVE_DLINFO 1" >>confdefs.h
20049 ac_fn_c_check_func
"$LINENO" "epoll_create" "ac_cv_func_epoll_create"
20050 if test "x$ac_cv_func_epoll_create" = xyes
20052 printf "%s\n" "#define HAVE_EPOLL_CREATE 1" >>confdefs.h
20055 ac_fn_c_check_func
"$LINENO" "fstatfs" "ac_cv_func_fstatfs"
20056 if test "x$ac_cv_func_fstatfs" = xyes
20058 printf "%s\n" "#define HAVE_FSTATFS 1" >>confdefs.h
20061 ac_fn_c_check_func
"$LINENO" "futimens" "ac_cv_func_futimens"
20062 if test "x$ac_cv_func_futimens" = xyes
20064 printf "%s\n" "#define HAVE_FUTIMENS 1" >>confdefs.h
20067 ac_fn_c_check_func
"$LINENO" "futimes" "ac_cv_func_futimes"
20068 if test "x$ac_cv_func_futimes" = xyes
20070 printf "%s\n" "#define HAVE_FUTIMES 1" >>confdefs.h
20073 ac_fn_c_check_func
"$LINENO" "futimesat" "ac_cv_func_futimesat"
20074 if test "x$ac_cv_func_futimesat" = xyes
20076 printf "%s\n" "#define HAVE_FUTIMESAT 1" >>confdefs.h
20079 ac_fn_c_check_func
"$LINENO" "getaddrinfo" "ac_cv_func_getaddrinfo"
20080 if test "x$ac_cv_func_getaddrinfo" = xyes
20082 printf "%s\n" "#define HAVE_GETADDRINFO 1" >>confdefs.h
20085 ac_fn_c_check_func
"$LINENO" "getattrlist" "ac_cv_func_getattrlist"
20086 if test "x$ac_cv_func_getattrlist" = xyes
20088 printf "%s\n" "#define HAVE_GETATTRLIST 1" >>confdefs.h
20091 ac_fn_c_check_func
"$LINENO" "getauxval" "ac_cv_func_getauxval"
20092 if test "x$ac_cv_func_getauxval" = xyes
20094 printf "%s\n" "#define HAVE_GETAUXVAL 1" >>confdefs.h
20097 ac_fn_c_check_func
"$LINENO" "getifaddrs" "ac_cv_func_getifaddrs"
20098 if test "x$ac_cv_func_getifaddrs" = xyes
20100 printf "%s\n" "#define HAVE_GETIFADDRS 1" >>confdefs.h
20103 ac_fn_c_check_func
"$LINENO" "getrandom" "ac_cv_func_getrandom"
20104 if test "x$ac_cv_func_getrandom" = xyes
20106 printf "%s\n" "#define HAVE_GETRANDOM 1" >>confdefs.h
20109 ac_fn_c_check_func
"$LINENO" "kqueue" "ac_cv_func_kqueue"
20110 if test "x$ac_cv_func_kqueue" = xyes
20112 printf "%s\n" "#define HAVE_KQUEUE 1" >>confdefs.h
20115 ac_fn_c_check_func
"$LINENO" "mach_continuous_time" "ac_cv_func_mach_continuous_time"
20116 if test "x$ac_cv_func_mach_continuous_time" = xyes
20118 printf "%s\n" "#define HAVE_MACH_CONTINUOUS_TIME 1" >>confdefs.h
20121 ac_fn_c_check_func
"$LINENO" "pipe2" "ac_cv_func_pipe2"
20122 if test "x$ac_cv_func_pipe2" = xyes
20124 printf "%s\n" "#define HAVE_PIPE2 1" >>confdefs.h
20127 ac_fn_c_check_func
"$LINENO" "port_create" "ac_cv_func_port_create"
20128 if test "x$ac_cv_func_port_create" = xyes
20130 printf "%s\n" "#define HAVE_PORT_CREATE 1" >>confdefs.h
20133 ac_fn_c_check_func
"$LINENO" "posix_fadvise" "ac_cv_func_posix_fadvise"
20134 if test "x$ac_cv_func_posix_fadvise" = xyes
20136 printf "%s\n" "#define HAVE_POSIX_FADVISE 1" >>confdefs.h
20139 ac_fn_c_check_func
"$LINENO" "posix_fallocate" "ac_cv_func_posix_fallocate"
20140 if test "x$ac_cv_func_posix_fallocate" = xyes
20142 printf "%s\n" "#define HAVE_POSIX_FALLOCATE 1" >>confdefs.h
20145 ac_fn_c_check_func
"$LINENO" "prctl" "ac_cv_func_prctl"
20146 if test "x$ac_cv_func_prctl" = xyes
20148 printf "%s\n" "#define HAVE_PRCTL 1" >>confdefs.h
20151 ac_fn_c_check_func
"$LINENO" "proc_pidinfo" "ac_cv_func_proc_pidinfo"
20152 if test "x$ac_cv_func_proc_pidinfo" = xyes
20154 printf "%s\n" "#define HAVE_PROC_PIDINFO 1" >>confdefs.h
20157 ac_fn_c_check_func
"$LINENO" "sched_yield" "ac_cv_func_sched_yield"
20158 if test "x$ac_cv_func_sched_yield" = xyes
20160 printf "%s\n" "#define HAVE_SCHED_YIELD 1" >>confdefs.h
20163 ac_fn_c_check_func
"$LINENO" "setproctitle" "ac_cv_func_setproctitle"
20164 if test "x$ac_cv_func_setproctitle" = xyes
20166 printf "%s\n" "#define HAVE_SETPROCTITLE 1" >>confdefs.h
20169 ac_fn_c_check_func
"$LINENO" "setprogname" "ac_cv_func_setprogname"
20170 if test "x$ac_cv_func_setprogname" = xyes
20172 printf "%s\n" "#define HAVE_SETPROGNAME 1" >>confdefs.h
20175 ac_fn_c_check_func
"$LINENO" "sigprocmask" "ac_cv_func_sigprocmask"
20176 if test "x$ac_cv_func_sigprocmask" = xyes
20178 printf "%s\n" "#define HAVE_SIGPROCMASK 1" >>confdefs.h
20181 ac_fn_c_check_func
"$LINENO" "sysinfo" "ac_cv_func_sysinfo"
20182 if test "x$ac_cv_func_sysinfo" = xyes
20184 printf "%s\n" "#define HAVE_SYSINFO 1" >>confdefs.h
20187 ac_fn_c_check_func
"$LINENO" "tcdrain" "ac_cv_func_tcdrain"
20188 if test "x$ac_cv_func_tcdrain" = xyes
20190 printf "%s\n" "#define HAVE_TCDRAIN 1" >>confdefs.h
20193 ac_fn_c_check_func
"$LINENO" "thr_kill2" "ac_cv_func_thr_kill2"
20194 if test "x$ac_cv_func_thr_kill2" = xyes
20196 printf "%s\n" "#define HAVE_THR_KILL2 1" >>confdefs.h
20200 CFLAGS
="$ac_save_CFLAGS"
20203 darwin
*|macosx
*) ;;
20204 *) ac_save_LIBS
=$LIBS
20205 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
20206 printf %s
"checking for library containing clock_gettime... " >&6; }
20207 if test ${ac_cv_search_clock_gettime+y}
20209 printf %s
"(cached) " >&6
20211 ac_func_search_save_LIBS
=$LIBS
20212 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
20213 /* end confdefs.h. */
20215 /* Override any GCC internal prototype to avoid an error.
20216 Use char because int might match the return type of a GCC
20217 builtin and then its argument prototype would still apply. */
20218 char clock_gettime ();
20222 return clock_gettime ();
20227 for ac_lib
in '' rt
20229 if test -z "$ac_lib"; then
20230 ac_res
="none required"
20233 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
20235 if ac_fn_c_try_link
"$LINENO"
20237 ac_cv_search_clock_gettime
=$ac_res
20239 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
20241 if test ${ac_cv_search_clock_gettime+y}
20246 if test ${ac_cv_search_clock_gettime+y}
20250 ac_cv_search_clock_gettime
=no
20252 rm conftest.
$ac_ext
20253 LIBS
=$ac_func_search_save_LIBS
20255 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5
20256 printf "%s\n" "$ac_cv_search_clock_gettime" >&6; }
20257 ac_res
=$ac_cv_search_clock_gettime
20258 if test "$ac_res" != no
20260 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
20262 printf "%s\n" "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h
20264 test "$ac_res" = "none required" || RT_LIBS
="$ac_res"
20272 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for sched_setaffinity" >&5
20273 printf %s
"checking for sched_setaffinity... " >&6; }
20274 if test ${wine_cv_have_sched_setaffinity+y}
20276 printf %s
"(cached) " >&6
20278 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
20279 /* end confdefs.h. */
20284 sched_setaffinity(0, 0, 0);
20289 if ac_fn_c_try_link
"$LINENO"
20291 wine_cv_have_sched_setaffinity
=yes
20293 wine_cv_have_sched_setaffinity
=no
20295 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
20296 conftest
$ac_exeext conftest.
$ac_ext
20298 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sched_setaffinity" >&5
20299 printf "%s\n" "$wine_cv_have_sched_setaffinity" >&6; }
20300 if test "$wine_cv_have_sched_setaffinity" = "yes"
20303 printf "%s\n" "#define HAVE_SCHED_SETAFFINITY 1" >>confdefs.h
20308 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
20309 printf %s
"checking for inline... " >&6; }
20310 if test ${ac_cv_c_inline+y}
20312 printf %s
"(cached) " >&6
20315 for ac_kw
in inline __inline__ __inline
; do
20316 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
20317 /* end confdefs.h. */
20318 #ifndef __cplusplus
20320 static $ac_kw foo_t static_foo (void) {return 0; }
20321 $ac_kw foo_t foo (void) {return 0; }
20325 if ac_fn_c_try_compile
"$LINENO"
20327 ac_cv_c_inline
=$ac_kw
20329 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
20330 test "$ac_cv_c_inline" != no
&& break
20334 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
20335 printf "%s\n" "$ac_cv_c_inline" >&6; }
20337 case $ac_cv_c_inline in
20340 case $ac_cv_c_inline in
20342 *) ac_val
=$ac_cv_c_inline;;
20344 cat >>confdefs.h
<<_ACEOF
20345 #ifndef __cplusplus
20346 #define inline $ac_val
20352 ac_fn_c_check_type
"$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
20354 if test "x$ac_cv_type_request_sense" = xyes
20357 printf "%s\n" "#define HAVE_REQUEST_SENSE 1" >>confdefs.h
20363 ac_fn_c_check_type
"$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
20364 #include <sys/socket.h>
20365 #ifdef HAVE_SYS_SOCKETVAR_H
20366 #include <sys/socketvar.h>
20368 #ifdef HAVE_NET_ROUTE_H
20369 #include <net/route.h>
20371 #ifdef HAVE_NETINET_IN_H
20372 #include <netinet/in.h>
20374 #ifdef HAVE_NETINET_IN_SYSTM_H
20375 #include <netinet/in_systm.h>
20377 #ifdef HAVE_NETINET_IP_H
20378 #include <netinet/ip.h>
20380 #ifdef HAVE_NETINET_IN_PCB_H
20381 #include <netinet/in_pcb.h>
20384 if test "x$ac_cv_type_struct_xinpgen" = xyes
20387 printf "%s\n" "#define HAVE_STRUCT_XINPGEN 1" >>confdefs.h
20393 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
20394 printf %s
"checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
20395 if test ${wine_cv_linux_gethostbyname_r_6+y}
20397 printf %s
"(cached) " >&6
20399 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
20400 /* end confdefs.h. */
20408 struct hostent *result;
20415 gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
20416 gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
20422 if ac_fn_c_try_link
"$LINENO"
20424 wine_cv_linux_gethostbyname_r_6
=yes
20426 wine_cv_linux_gethostbyname_r_6
=no
20429 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
20430 conftest
$ac_exeext conftest.
$ac_ext
20433 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
20434 printf "%s\n" "$wine_cv_linux_gethostbyname_r_6" >&6; }
20435 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
20438 printf "%s\n" "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
20442 ac_fn_c_check_member
"$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
20443 #include <sys/socket.h>
20444 #ifdef HAVE_SYS_UN_H
20445 # include <sys/un.h>
20448 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = xyes
20451 printf "%s\n" "#define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1" >>confdefs.h
20455 ac_fn_c_check_member
"$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
20456 #include <sys/socket.h>
20457 #ifdef HAVE_SYS_UN_H
20458 # include <sys/un.h>
20461 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = xyes
20464 printf "%s\n" "#define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1" >>confdefs.h
20470 ac_fn_c_check_member
"$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
20471 #ifdef HAVE_SCSI_SG_H
20472 #include <scsi/sg.h>
20475 if test "x$ac_cv_member_scsireq_t_cmd" = xyes
20478 printf "%s\n" "#define HAVE_SCSIREQ_T_CMD 1" >>confdefs.h
20482 ac_fn_c_check_member
"$LINENO" "sg_io_hdr_t" "interface_id" "ac_cv_member_sg_io_hdr_t_interface_id" "#include <sys/types.h>
20483 #ifdef HAVE_SCSI_SG_H
20484 #include <scsi/sg.h>
20487 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = xyes
20490 printf "%s\n" "#define HAVE_SG_IO_HDR_T_INTERFACE_ID 1" >>confdefs.h
20496 ac_fn_c_check_member
"$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
20498 if test "x$ac_cv_member_siginfo_t_si_fd" = xyes
20501 printf "%s\n" "#define HAVE_SIGINFO_T_SI_FD 1" >>confdefs.h
20507 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
20508 #ifdef HAVE_SYS_MTIO_H
20509 #include <sys/mtio.h>
20512 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = xyes
20515 printf "%s\n" "#define HAVE_STRUCT_MTGET_MT_BLKSIZ 1" >>confdefs.h
20519 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
20520 #ifdef HAVE_SYS_MTIO_H
20521 #include <sys/mtio.h>
20524 if test "x$ac_cv_member_struct_mtget_mt_gstat" = xyes
20527 printf "%s\n" "#define HAVE_STRUCT_MTGET_MT_GSTAT 1" >>confdefs.h
20531 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
20532 #ifdef HAVE_SYS_MTIO_H
20533 #include <sys/mtio.h>
20536 if test "x$ac_cv_member_struct_mtget_mt_blkno" = xyes
20539 printf "%s\n" "#define HAVE_STRUCT_MTGET_MT_BLKNO 1" >>confdefs.h
20545 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
20546 if test "x$ac_cv_member_struct_stat_st_mtim" = xyes
20549 printf "%s\n" "#define HAVE_STRUCT_STAT_ST_MTIM 1" >>confdefs.h
20553 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtimespec" "ac_cv_member_struct_stat_st_mtimespec" "$ac_includes_default"
20554 if test "x$ac_cv_member_struct_stat_st_mtimespec" = xyes
20557 printf "%s\n" "#define HAVE_STRUCT_STAT_ST_MTIMESPEC 1" >>confdefs.h
20561 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
20562 if test "x$ac_cv_member_struct_stat_st_ctim" = xyes
20565 printf "%s\n" "#define HAVE_STRUCT_STAT_ST_CTIM 1" >>confdefs.h
20569 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctimespec" "ac_cv_member_struct_stat_st_ctimespec" "$ac_includes_default"
20570 if test "x$ac_cv_member_struct_stat_st_ctimespec" = xyes
20573 printf "%s\n" "#define HAVE_STRUCT_STAT_ST_CTIMESPEC 1" >>confdefs.h
20577 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
20578 if test "x$ac_cv_member_struct_stat_st_atim" = xyes
20581 printf "%s\n" "#define HAVE_STRUCT_STAT_ST_ATIM 1" >>confdefs.h
20585 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atimespec" "ac_cv_member_struct_stat_st_atimespec" "$ac_includes_default"
20586 if test "x$ac_cv_member_struct_stat_st_atimespec" = xyes
20589 printf "%s\n" "#define HAVE_STRUCT_STAT_ST_ATIMESPEC 1" >>confdefs.h
20593 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtime" "ac_cv_member_struct_stat_st_birthtime" "$ac_includes_default"
20594 if test "x$ac_cv_member_struct_stat_st_birthtime" = xyes
20597 printf "%s\n" "#define HAVE_STRUCT_STAT_ST_BIRTHTIME 1" >>confdefs.h
20601 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtim" "ac_cv_member_struct_stat_st_birthtim" "$ac_includes_default"
20602 if test "x$ac_cv_member_struct_stat_st_birthtim" = xyes
20605 printf "%s\n" "#define HAVE_STRUCT_STAT_ST_BIRTHTIM 1" >>confdefs.h
20609 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtimespec" "ac_cv_member_struct_stat_st_birthtimespec" "$ac_includes_default"
20610 if test "x$ac_cv_member_struct_stat_st_birthtimespec" = xyes
20613 printf "%s\n" "#define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1" >>confdefs.h
20617 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtime" "ac_cv_member_struct_stat___st_birthtime" "$ac_includes_default"
20618 if test "x$ac_cv_member_struct_stat___st_birthtime" = xyes
20621 printf "%s\n" "#define HAVE_STRUCT_STAT___ST_BIRTHTIME 1" >>confdefs.h
20625 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtim" "ac_cv_member_struct_stat___st_birthtim" "$ac_includes_default"
20626 if test "x$ac_cv_member_struct_stat___st_birthtim" = xyes
20629 printf "%s\n" "#define HAVE_STRUCT_STAT___ST_BIRTHTIM 1" >>confdefs.h
20635 ac_fn_c_check_member
"$LINENO" "struct sockaddr_in6" "sin6_scope_id" "ac_cv_member_struct_sockaddr_in6_sin6_scope_id" "#include <sys/types.h>
20636 #ifdef HAVE_NETINET_IN_H
20637 #include <netinet/in.h>
20640 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = xyes
20643 printf "%s\n" "#define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1" >>confdefs.h
20649 ac_fn_c_check_member
"$LINENO" "struct __res_state" "_u._ext.nscount6" "ac_cv_member_struct___res_state__u__ext_nscount6" "#ifdef HAVE_RESOLV_H
20650 #include <resolv.h>
20653 if test "x$ac_cv_member_struct___res_state__u__ext_nscount6" = xyes
20656 printf "%s\n" "#define HAVE_STRUCT___RES_STATE__U__EXT_NSCOUNT6 1" >>confdefs.h
20662 ac_fn_c_check_member
"$LINENO" "struct in6_pktinfo" "ipi6_addr" "ac_cv_member_struct_in6_pktinfo_ipi6_addr" "#ifdef HAVE_NETINET_IN_H
20663 #include <netinet/in.h>
20666 if test "x$ac_cv_member_struct_in6_pktinfo_ipi6_addr" = xyes
20669 printf "%s\n" "#define HAVE_STRUCT_IN6_PKTINFO_IPI6_ADDR 1" >>confdefs.h
20675 ac_fn_c_check_member
"$LINENO" "struct ipstat" "ips_total" "ac_cv_member_struct_ipstat_ips_total" "#include <sys/types.h>
20676 #ifdef HAVE_SYS_SOCKETVAR_H
20677 #include <sys/socketvar.h>
20679 #ifdef HAVE_NETINET_IN_H
20680 #include <netinet/in.h>
20682 #ifdef HAVE_NETINET_IP_VAR_H
20683 #include <netinet/ip_var.h>
20686 if test "x$ac_cv_member_struct_ipstat_ips_total" = xyes
20689 printf "%s\n" "#define HAVE_STRUCT_IPSTAT_IPS_TOTAL 1" >>confdefs.h
20695 ac_fn_c_check_member
"$LINENO" "struct ip_stats" "ips_total" "ac_cv_member_struct_ip_stats_ips_total" "#ifdef HAVE_NETINET_IP_VAR_H
20696 #include <netinet/ip_var.h>
20699 if test "x$ac_cv_member_struct_ip_stats_ips_total" = xyes
20702 printf "%s\n" "#define HAVE_STRUCT_IP_STATS_IPS_TOTAL 1" >>confdefs.h
20708 ac_fn_c_check_member
"$LINENO" "struct ip6stat" "ip6s_total" "ac_cv_member_struct_ip6stat_ip6s_total" "#include <sys/types.h>
20709 #ifdef HAVE_SYS_SOCKETVAR_H
20710 #include <sys/socketvar.h>
20712 #ifdef HAVE_NETINET_IN_H
20713 #include <netinet/in.h>
20715 #ifdef HAVE_NETINET6_IP6_VAR_H
20716 #include <netinet6/ip6_var.h>
20719 if test "x$ac_cv_member_struct_ip6stat_ip6s_total" = xyes
20722 printf "%s\n" "#define HAVE_STRUCT_IP6STAT_IP6S_TOTAL 1" >>confdefs.h
20728 ac_fn_c_check_member
"$LINENO" "struct icmpstat" "icps_error" "ac_cv_member_struct_icmpstat_icps_error" "#include <sys/types.h>
20729 #ifdef HAVE_SYS_SOCKETVAR_H
20730 #include <sys/socketvar.h>
20732 #ifdef HAVE_NETINET_IN_H
20733 #include <netinet/in.h>
20735 #ifdef HAVE_NETINET_IP_H
20736 #include <netinet/ip.h>
20738 #ifdef HAVE_NETINET_IP_ICMP_H
20739 #include <netinet/ip_icmp.h>
20741 #ifdef HAVE_NETINET_ICMP_VAR_H
20742 #include <netinet/icmp_var.h>
20745 if test "x$ac_cv_member_struct_icmpstat_icps_error" = xyes
20748 printf "%s\n" "#define HAVE_STRUCT_ICMPSTAT_ICPS_ERROR 1" >>confdefs.h
20754 ac_fn_c_check_member
"$LINENO" "struct icmp6stat" "icp6s_error" "ac_cv_member_struct_icmp6stat_icp6s_error" "#include <sys/types.h>
20755 #ifdef HAVE_SYS_SOCKETVAR_H
20756 #include <sys/socketvar.h>
20758 #ifdef HAVE_NETINET_IN_H
20759 #include <netinet/in.h>
20761 #ifdef HAVE_NETINET_ICMP6_H
20762 #include <netinet/icmp6.h>
20765 if test "x$ac_cv_member_struct_icmp6stat_icp6s_error" = xyes
20768 printf "%s\n" "#define HAVE_STRUCT_ICMP6STAT_ICP6S_ERROR 1" >>confdefs.h
20774 ac_fn_c_check_member
"$LINENO" "struct tcpstat" "tcps_connattempt" "ac_cv_member_struct_tcpstat_tcps_connattempt" "#include <sys/types.h>
20775 #ifdef HAVE_SYS_SOCKETVAR_H
20776 #include <sys/socketvar.h>
20778 #ifdef HAVE_NETINET_IN_H
20779 #include <netinet/in.h>
20781 #ifdef HAVE_NETINET_TCP_H
20782 #include <netinet/tcp.h>
20784 #ifdef HAVE_NETINET_TCP_VAR_H
20785 #include <netinet/tcp_var.h>
20788 if test "x$ac_cv_member_struct_tcpstat_tcps_connattempt" = xyes
20791 printf "%s\n" "#define HAVE_STRUCT_TCPSTAT_TCPS_CONNATTEMPT 1" >>confdefs.h
20797 ac_fn_c_check_member
"$LINENO" "struct tcp_stats" "tcps_connattempt" "ac_cv_member_struct_tcp_stats_tcps_connattempt" "#ifdef HAVE_NETINET_TCP_VAR_H
20798 #include <netinet/tcp_var.h>
20801 if test "x$ac_cv_member_struct_tcp_stats_tcps_connattempt" = xyes
20804 printf "%s\n" "#define HAVE_STRUCT_TCP_STATS_TCPS_CONNATTEMPT 1" >>confdefs.h
20810 ac_fn_c_check_member
"$LINENO" "struct udpstat" "udps_ipackets" "ac_cv_member_struct_udpstat_udps_ipackets" "#include <sys/types.h>
20811 #ifdef HAVE_NETINET_IN_H
20812 #include <netinet/in.h>
20814 #ifdef HAVE_NETINET_IP_VAR_H
20815 #include <netinet/ip_var.h>
20817 #ifdef HAVE_NETINET_UDP_H
20818 #include <netinet/udp.h>
20820 #ifdef HAVE_NETINET_UDP_VAR_H
20821 #include <netinet/udp_var.h>
20824 if test "x$ac_cv_member_struct_udpstat_udps_ipackets" = xyes
20827 printf "%s\n" "#define HAVE_STRUCT_UDPSTAT_UDPS_IPACKETS 1" >>confdefs.h
20833 ac_fn_c_check_member
"$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#include <sys/types.h>
20834 #ifdef HAVE_NET_IF_H
20835 # include <net/if.h>
20838 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes
20841 printf "%s\n" "#define HAVE_STRUCT_IFREQ_IFR_HWADDR 1" >>confdefs.h
20847 ac_fn_c_check_member
"$LINENO" "struct sysinfo" "totalram" "ac_cv_member_struct_sysinfo_totalram" "#ifdef HAVE_SYS_SYSINFO_H
20848 # include <sys/sysinfo.h>
20851 if test "x$ac_cv_member_struct_sysinfo_totalram" = xyes
20854 printf "%s\n" "#define HAVE_STRUCT_SYSINFO_TOTALRAM 1" >>confdefs.h
20858 ac_fn_c_check_member
"$LINENO" "struct sysinfo" "mem_unit" "ac_cv_member_struct_sysinfo_mem_unit" "#ifdef HAVE_SYS_SYSINFO_H
20859 # include <sys/sysinfo.h>
20862 if test "x$ac_cv_member_struct_sysinfo_mem_unit" = xyes
20865 printf "%s\n" "#define HAVE_STRUCT_SYSINFO_MEM_UNIT 1" >>confdefs.h
20871 LIBS
="$ac_save_LIBS"
20873 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for __builtin_popcount" >&5
20874 printf %s
"checking for __builtin_popcount... " >&6; }
20875 if test ${ac_cv_have___builtin_popcount+y}
20877 printf %s
"(cached) " >&6
20879 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
20880 /* end confdefs.h. */
20885 return __builtin_popcount(1)
20890 if ac_fn_c_try_link
"$LINENO"
20892 ac_cv_have___builtin_popcount
="yes"
20894 ac_cv_have___builtin_popcount
="no"
20896 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
20897 conftest
$ac_exeext conftest.
$ac_ext
20899 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_popcount" >&5
20900 printf "%s\n" "$ac_cv_have___builtin_popcount" >&6; }
20901 if test "$ac_cv_have___builtin_popcount" = "yes"
20904 printf "%s\n" "#define HAVE___BUILTIN_POPCOUNT 1" >>confdefs.h
20908 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for __clear_cache" >&5
20909 printf %s
"checking for __clear_cache... " >&6; }
20910 if test ${ac_cv_have___clear_cache+y}
20912 printf %s
"(cached) " >&6
20914 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
20915 /* end confdefs.h. */
20920 __clear_cache((void*)0, (void*)0); return 0;
20925 if ac_fn_c_try_link
"$LINENO"
20927 ac_cv_have___clear_cache
="yes"
20929 ac_cv_have___clear_cache
="no"
20931 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
20932 conftest
$ac_exeext conftest.
$ac_ext
20934 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___clear_cache" >&5
20935 printf "%s\n" "$ac_cv_have___clear_cache" >&6; }
20936 if test "$ac_cv_have___clear_cache" = "yes"
20939 printf "%s\n" "#define HAVE___CLEAR_CACHE 1" >>confdefs.h
20945 *i
[3456789]86*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
20946 printf %s
"checking whether we need to define __i386__... " >&6; }
20947 if test ${ac_cv_cpp_def___i386__+y}
20949 printf %s
"(cached) " >&6
20951 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
20952 /* end confdefs.h. */
20957 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
20958 $EGREP "yes" >/dev
/null
2>&1
20960 ac_cv_cpp_def___i386__
=yes
20962 ac_cv_cpp_def___i386__
=no
20967 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
20968 printf "%s\n" "$ac_cv_cpp_def___i386__" >&6; }
20969 if test "x$ac_cv_cpp_def___i386__" = xyes
20971 CFLAGS
="$CFLAGS -D__i386__"
20972 LINTFLAGS
="$LINTFLAGS -D__i386__"
20974 *x86_64
*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
20975 printf %s
"checking whether we need to define __x86_64__... " >&6; }
20976 if test ${ac_cv_cpp_def___x86_64__+y}
20978 printf %s
"(cached) " >&6
20980 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
20981 /* end confdefs.h. */
20986 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
20987 $EGREP "yes" >/dev
/null
2>&1
20989 ac_cv_cpp_def___x86_64__
=yes
20991 ac_cv_cpp_def___x86_64__
=no
20996 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
20997 printf "%s\n" "$ac_cv_cpp_def___x86_64__" >&6; }
20998 if test "x$ac_cv_cpp_def___x86_64__" = xyes
21000 CFLAGS
="$CFLAGS -D__x86_64__"
21001 LINTFLAGS
="$LINTFLAGS -D__x86_64__"
21003 *sparc64
*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc64__" >&5
21004 printf %s
"checking whether we need to define __sparc64__... " >&6; }
21005 if test ${ac_cv_cpp_def___sparc64__+y}
21007 printf %s
"(cached) " >&6
21009 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21010 /* end confdefs.h. */
21011 #ifndef __sparc64__
21015 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21016 $EGREP "yes" >/dev
/null
2>&1
21018 ac_cv_cpp_def___sparc64__
=yes
21020 ac_cv_cpp_def___sparc64__
=no
21025 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc64__" >&5
21026 printf "%s\n" "$ac_cv_cpp_def___sparc64__" >&6; }
21027 if test "x$ac_cv_cpp_def___sparc64__" = xyes
21029 CFLAGS
="$CFLAGS -D__sparc64__"
21030 LINTFLAGS
="$LINTFLAGS -D__sparc64__"
21032 *sparc
*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
21033 printf %s
"checking whether we need to define __sparc__... " >&6; }
21034 if test ${ac_cv_cpp_def___sparc__+y}
21036 printf %s
"(cached) " >&6
21038 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21039 /* end confdefs.h. */
21044 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21045 $EGREP "yes" >/dev
/null
2>&1
21047 ac_cv_cpp_def___sparc__
=yes
21049 ac_cv_cpp_def___sparc__
=no
21054 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
21055 printf "%s\n" "$ac_cv_cpp_def___sparc__" >&6; }
21056 if test "x$ac_cv_cpp_def___sparc__" = xyes
21058 CFLAGS
="$CFLAGS -D__sparc__"
21059 LINTFLAGS
="$LINTFLAGS -D__sparc__"
21061 *powerpc64
*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc64__" >&5
21062 printf %s
"checking whether we need to define __powerpc64__... " >&6; }
21063 if test ${ac_cv_cpp_def___powerpc64__+y}
21065 printf %s
"(cached) " >&6
21067 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21068 /* end confdefs.h. */
21069 #ifndef __powerpc64__
21073 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21074 $EGREP "yes" >/dev
/null
2>&1
21076 ac_cv_cpp_def___powerpc64__
=yes
21078 ac_cv_cpp_def___powerpc64__
=no
21083 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc64__" >&5
21084 printf "%s\n" "$ac_cv_cpp_def___powerpc64__" >&6; }
21085 if test "x$ac_cv_cpp_def___powerpc64__" = xyes
21087 CFLAGS
="$CFLAGS -D__powerpc64__"
21088 LINTFLAGS
="$LINTFLAGS -D__powerpc64__"
21090 *powerpc
*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
21091 printf %s
"checking whether we need to define __powerpc__... " >&6; }
21092 if test ${ac_cv_cpp_def___powerpc__+y}
21094 printf %s
"(cached) " >&6
21096 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21097 /* end confdefs.h. */
21098 #ifndef __powerpc__
21102 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21103 $EGREP "yes" >/dev
/null
2>&1
21105 ac_cv_cpp_def___powerpc__
=yes
21107 ac_cv_cpp_def___powerpc__
=no
21112 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
21113 printf "%s\n" "$ac_cv_cpp_def___powerpc__" >&6; }
21114 if test "x$ac_cv_cpp_def___powerpc__" = xyes
21116 CFLAGS
="$CFLAGS -D__powerpc__"
21117 LINTFLAGS
="$LINTFLAGS -D__powerpc__"
21119 *aarch64
*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we need to define __aarch64__" >&5
21120 printf %s
"checking whether we need to define __aarch64__... " >&6; }
21121 if test ${ac_cv_cpp_def___aarch64__+y}
21123 printf %s
"(cached) " >&6
21125 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21126 /* end confdefs.h. */
21127 #ifndef __aarch64__
21131 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21132 $EGREP "yes" >/dev
/null
2>&1
21134 ac_cv_cpp_def___aarch64__
=yes
21136 ac_cv_cpp_def___aarch64__
=no
21141 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___aarch64__" >&5
21142 printf "%s\n" "$ac_cv_cpp_def___aarch64__" >&6; }
21143 if test "x$ac_cv_cpp_def___aarch64__" = xyes
21145 CFLAGS
="$CFLAGS -D__aarch64__"
21146 LINTFLAGS
="$LINTFLAGS -D__aarch64__"
21148 *arm
*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we need to define __arm__" >&5
21149 printf %s
"checking whether we need to define __arm__... " >&6; }
21150 if test ${ac_cv_cpp_def___arm__+y}
21152 printf %s
"(cached) " >&6
21154 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21155 /* end confdefs.h. */
21160 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21161 $EGREP "yes" >/dev
/null
2>&1
21163 ac_cv_cpp_def___arm__
=yes
21165 ac_cv_cpp_def___arm__
=no
21170 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___arm__" >&5
21171 printf "%s\n" "$ac_cv_cpp_def___arm__" >&6; }
21172 if test "x$ac_cv_cpp_def___arm__" = xyes
21174 CFLAGS
="$CFLAGS -D__arm__"
21175 LINTFLAGS
="$LINTFLAGS -D__arm__"
21179 case $host_vendor in
21180 *sun
*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
21181 printf %s
"checking whether we need to define __sun__... " >&6; }
21182 if test ${ac_cv_cpp_def___sun__+y}
21184 printf %s
"(cached) " >&6
21186 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21187 /* end confdefs.h. */
21192 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21193 $EGREP "yes" >/dev
/null
2>&1
21195 ac_cv_cpp_def___sun__
=yes
21197 ac_cv_cpp_def___sun__
=no
21202 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
21203 printf "%s\n" "$ac_cv_cpp_def___sun__" >&6; }
21204 if test "x$ac_cv_cpp_def___sun__" = xyes
21206 CFLAGS
="$CFLAGS -D__sun__"
21207 LINTFLAGS
="$LINTFLAGS -D__sun__"
21215 ac_config_commands
="$ac_config_commands include/stamp-h"
21217 printf %s
"creating Makefile rules..." >&6
21220 test "x$enable_silent_rules" = xyes
&& makedep_flags
="$makedep_flags -S"
21223 test "$srcdir" = . || wine_srcdir
="$srcdir/"
21225 ac_config_links
="$ac_config_links wine:tools/winewrapper"
21226 wine_fn_config_symlink wine
21227 if test "$wine_binary" = wine64
-o -n "$with_wine64"; then
21228 ac_config_links
="$ac_config_links wine64:tools/winewrapper"
21229 wine_fn_config_symlink wine64
21232 wine_fn_config_makefile dlls
/acledit enable_acledit
21233 wine_fn_config_makefile dlls
/aclui enable_aclui
21234 wine_fn_config_makefile dlls
/activeds.tlb enable_activeds_tlb
21235 wine_fn_config_makefile dlls
/activeds enable_activeds
21236 wine_fn_config_makefile dlls
/activeds
/tests enable_tests
21237 wine_fn_config_makefile dlls
/actxprxy enable_actxprxy
21238 wine_fn_config_makefile dlls
/adsldp enable_adsldp
21239 wine_fn_config_makefile dlls
/adsldp
/tests enable_tests
21240 wine_fn_config_makefile dlls
/adsldpc enable_adsldpc
21241 wine_fn_config_makefile dlls
/advapi32 enable_advapi32
21242 wine_fn_config_makefile dlls
/advapi32
/tests enable_tests
21243 wine_fn_config_makefile dlls
/advpack enable_advpack
21244 wine_fn_config_makefile dlls
/advpack
/tests enable_tests
21245 wine_fn_config_makefile dlls
/amsi enable_amsi
21246 wine_fn_config_makefile dlls
/amstream enable_amstream
21247 wine_fn_config_makefile dlls
/amstream
/tests enable_tests
21248 wine_fn_config_makefile dlls
/apisetschema enable_apisetschema
21249 wine_fn_config_makefile dlls
/apphelp enable_apphelp
21250 wine_fn_config_makefile dlls
/apphelp
/tests enable_tests
21251 wine_fn_config_makefile dlls
/appwiz.cpl enable_appwiz_cpl
21252 wine_fn_config_makefile dlls
/appxdeploymentclient enable_appxdeploymentclient
21253 wine_fn_config_makefile dlls
/atl enable_atl
21254 wine_fn_config_makefile dlls
/atl
/tests enable_tests
21255 wine_fn_config_makefile dlls
/atl100 enable_atl100
21256 wine_fn_config_makefile dlls
/atl100
/tests enable_tests
21257 wine_fn_config_makefile dlls
/atl110 enable_atl110
21258 wine_fn_config_makefile dlls
/atl110
/tests enable_tests
21259 wine_fn_config_makefile dlls
/atl80 enable_atl80
21260 wine_fn_config_makefile dlls
/atl80
/tests enable_tests
21261 wine_fn_config_makefile dlls
/atl90 enable_atl90
21262 wine_fn_config_makefile dlls
/atlthunk enable_atlthunk
21263 wine_fn_config_makefile dlls
/atlthunk
/tests enable_tests
21264 wine_fn_config_makefile dlls
/atmlib enable_atmlib
21265 wine_fn_config_makefile dlls
/authz enable_authz
21266 wine_fn_config_makefile dlls
/avicap32 enable_avicap32
21267 wine_fn_config_makefile dlls
/avifil32 enable_avifil32
21268 wine_fn_config_makefile dlls
/avifil32
/tests enable_tests
21269 wine_fn_config_makefile dlls
/avifile.dll16 enable_win16
21270 wine_fn_config_makefile dlls
/avrt enable_avrt
21271 wine_fn_config_makefile dlls
/bcrypt enable_bcrypt
21272 wine_fn_config_makefile dlls
/bcrypt
/tests enable_tests
21273 wine_fn_config_makefile dlls
/bcryptprimitives enable_bcryptprimitives
21274 wine_fn_config_makefile dlls
/bluetoothapis enable_bluetoothapis
21275 wine_fn_config_makefile dlls
/browseui enable_browseui
21276 wine_fn_config_makefile dlls
/browseui
/tests enable_tests
21277 wine_fn_config_makefile dlls
/bthprops.cpl enable_bthprops_cpl
21278 wine_fn_config_makefile dlls
/cabinet enable_cabinet
21279 wine_fn_config_makefile dlls
/cabinet
/tests enable_tests
21280 wine_fn_config_makefile dlls
/capi2032 enable_capi2032
21281 wine_fn_config_makefile dlls
/cards enable_cards
21282 wine_fn_config_makefile dlls
/cdosys enable_cdosys
21283 wine_fn_config_makefile dlls
/cfgmgr32 enable_cfgmgr32
21284 wine_fn_config_makefile dlls
/cfgmgr32
/tests enable_tests
21285 wine_fn_config_makefile dlls
/clusapi enable_clusapi
21286 wine_fn_config_makefile dlls
/cng.sys enable_cng_sys
21287 wine_fn_config_makefile dlls
/combase enable_combase
21288 wine_fn_config_makefile dlls
/combase
/tests enable_tests
21289 wine_fn_config_makefile dlls
/comcat enable_comcat
21290 wine_fn_config_makefile dlls
/comcat
/tests enable_tests
21291 wine_fn_config_makefile dlls
/comctl32 enable_comctl32
21292 wine_fn_config_makefile dlls
/comctl32
/tests enable_tests
21293 wine_fn_config_makefile dlls
/comdlg32 enable_comdlg32
21294 wine_fn_config_makefile dlls
/comdlg32
/tests enable_tests
21295 wine_fn_config_makefile dlls
/comm.drv16 enable_win16
21296 wine_fn_config_makefile dlls
/commdlg.dll16 enable_win16
21297 wine_fn_config_makefile dlls
/compobj.dll16 enable_win16
21298 wine_fn_config_makefile dlls
/compstui enable_compstui
21299 wine_fn_config_makefile dlls
/compstui
/tests enable_tests
21300 wine_fn_config_makefile dlls
/comsvcs enable_comsvcs
21301 wine_fn_config_makefile dlls
/comsvcs
/tests enable_tests
21302 wine_fn_config_makefile dlls
/concrt140 enable_concrt140
21303 wine_fn_config_makefile dlls
/concrt140
/tests enable_tests
21304 wine_fn_config_makefile dlls
/connect enable_connect
21305 wine_fn_config_makefile dlls
/credui enable_credui
21306 wine_fn_config_makefile dlls
/credui
/tests enable_tests
21307 wine_fn_config_makefile dlls
/crtdll enable_crtdll
21308 wine_fn_config_makefile dlls
/crypt32 enable_crypt32
21309 wine_fn_config_makefile dlls
/crypt32
/tests enable_tests
21310 wine_fn_config_makefile dlls
/cryptdlg enable_cryptdlg
21311 wine_fn_config_makefile dlls
/cryptdll enable_cryptdll
21312 wine_fn_config_makefile dlls
/cryptext enable_cryptext
21313 wine_fn_config_makefile dlls
/cryptnet enable_cryptnet
21314 wine_fn_config_makefile dlls
/cryptnet
/tests enable_tests
21315 wine_fn_config_makefile dlls
/cryptowinrt enable_cryptowinrt
21316 wine_fn_config_makefile dlls
/cryptowinrt
/tests enable_tests
21317 wine_fn_config_makefile dlls
/cryptsp enable_cryptsp
21318 wine_fn_config_makefile dlls
/cryptui enable_cryptui
21319 wine_fn_config_makefile dlls
/cryptui
/tests enable_tests
21320 wine_fn_config_makefile dlls
/ctapi32 enable_ctapi32
21321 wine_fn_config_makefile dlls
/ctl3d.dll16 enable_win16
21322 wine_fn_config_makefile dlls
/ctl3d32 enable_ctl3d32
21323 wine_fn_config_makefile dlls
/ctl3dv2.dll16 enable_win16
21324 wine_fn_config_makefile dlls
/d2d1 enable_d2d1
21325 wine_fn_config_makefile dlls
/d2d
1/tests enable_tests
21326 wine_fn_config_makefile dlls
/d3d10 enable_d3d10
21327 wine_fn_config_makefile dlls
/d3d10
/tests enable_tests
21328 wine_fn_config_makefile dlls
/d3d10_1 enable_d3d10_1
21329 wine_fn_config_makefile dlls
/d3d10_
1/tests enable_tests
21330 wine_fn_config_makefile dlls
/d3d10core enable_d3d10core
21331 wine_fn_config_makefile dlls
/d3d10core
/tests enable_tests
21332 wine_fn_config_makefile dlls
/d3d11 enable_d3d11
21333 wine_fn_config_makefile dlls
/d3d11
/tests enable_tests
21334 wine_fn_config_makefile dlls
/d3d12 enable_d3d12
21335 wine_fn_config_makefile dlls
/d3d12
/tests enable_tests
21336 wine_fn_config_makefile dlls
/d3d12core enable_d3d12core
21337 wine_fn_config_makefile dlls
/d3d8 enable_d3d8
21338 wine_fn_config_makefile dlls
/d3d
8/tests enable_tests
21339 wine_fn_config_makefile dlls
/d3d8thk enable_d3d8thk
21340 wine_fn_config_makefile dlls
/d3d9 enable_d3d9
21341 wine_fn_config_makefile dlls
/d3d
9/tests enable_tests
21342 wine_fn_config_makefile dlls
/d3dcompiler_33 enable_d3dcompiler_33
21343 wine_fn_config_makefile dlls
/d3dcompiler_34 enable_d3dcompiler_34
21344 wine_fn_config_makefile dlls
/d3dcompiler_35 enable_d3dcompiler_35
21345 wine_fn_config_makefile dlls
/d3dcompiler_36 enable_d3dcompiler_36
21346 wine_fn_config_makefile dlls
/d3dcompiler_37 enable_d3dcompiler_37
21347 wine_fn_config_makefile dlls
/d3dcompiler_38 enable_d3dcompiler_38
21348 wine_fn_config_makefile dlls
/d3dcompiler_39 enable_d3dcompiler_39
21349 wine_fn_config_makefile dlls
/d3dcompiler_40 enable_d3dcompiler_40
21350 wine_fn_config_makefile dlls
/d3dcompiler_41 enable_d3dcompiler_41
21351 wine_fn_config_makefile dlls
/d3dcompiler_42 enable_d3dcompiler_42
21352 wine_fn_config_makefile dlls
/d3dcompiler_43 enable_d3dcompiler_43
21353 wine_fn_config_makefile dlls
/d3dcompiler_43
/tests enable_tests
21354 wine_fn_config_makefile dlls
/d3dcompiler_46 enable_d3dcompiler_46
21355 wine_fn_config_makefile dlls
/d3dcompiler_46
/tests enable_tests
21356 wine_fn_config_makefile dlls
/d3dcompiler_47 enable_d3dcompiler_47
21357 wine_fn_config_makefile dlls
/d3dcompiler_47
/tests enable_tests
21358 wine_fn_config_makefile dlls
/d3dim enable_d3dim
21359 wine_fn_config_makefile dlls
/d3dim700 enable_d3dim700
21360 wine_fn_config_makefile dlls
/d3drm enable_d3drm
21361 wine_fn_config_makefile dlls
/d3drm
/tests enable_tests
21362 wine_fn_config_makefile dlls
/d3dx10_33 enable_d3dx10_33
21363 wine_fn_config_makefile dlls
/d3dx10_34 enable_d3dx10_34
21364 wine_fn_config_makefile dlls
/d3dx10_34
/tests enable_tests
21365 wine_fn_config_makefile dlls
/d3dx10_35 enable_d3dx10_35
21366 wine_fn_config_makefile dlls
/d3dx10_35
/tests enable_tests
21367 wine_fn_config_makefile dlls
/d3dx10_36 enable_d3dx10_36
21368 wine_fn_config_makefile dlls
/d3dx10_36
/tests enable_tests
21369 wine_fn_config_makefile dlls
/d3dx10_37 enable_d3dx10_37
21370 wine_fn_config_makefile dlls
/d3dx10_37
/tests enable_tests
21371 wine_fn_config_makefile dlls
/d3dx10_38 enable_d3dx10_38
21372 wine_fn_config_makefile dlls
/d3dx10_38
/tests enable_tests
21373 wine_fn_config_makefile dlls
/d3dx10_39 enable_d3dx10_39
21374 wine_fn_config_makefile dlls
/d3dx10_39
/tests enable_tests
21375 wine_fn_config_makefile dlls
/d3dx10_40 enable_d3dx10_40
21376 wine_fn_config_makefile dlls
/d3dx10_40
/tests enable_tests
21377 wine_fn_config_makefile dlls
/d3dx10_41 enable_d3dx10_41
21378 wine_fn_config_makefile dlls
/d3dx10_41
/tests enable_tests
21379 wine_fn_config_makefile dlls
/d3dx10_42 enable_d3dx10_42
21380 wine_fn_config_makefile dlls
/d3dx10_42
/tests enable_tests
21381 wine_fn_config_makefile dlls
/d3dx10_43 enable_d3dx10_43
21382 wine_fn_config_makefile dlls
/d3dx10_43
/tests enable_tests
21383 wine_fn_config_makefile dlls
/d3dx11_42 enable_d3dx11_42
21384 wine_fn_config_makefile dlls
/d3dx11_42
/tests enable_tests
21385 wine_fn_config_makefile dlls
/d3dx11_43 enable_d3dx11_43
21386 wine_fn_config_makefile dlls
/d3dx11_43
/tests enable_tests
21387 wine_fn_config_makefile dlls
/d3dx9_24 enable_d3dx9_24
21388 wine_fn_config_makefile dlls
/d3dx9_25 enable_d3dx9_25
21389 wine_fn_config_makefile dlls
/d3dx9_26 enable_d3dx9_26
21390 wine_fn_config_makefile dlls
/d3dx9_27 enable_d3dx9_27
21391 wine_fn_config_makefile dlls
/d3dx9_28 enable_d3dx9_28
21392 wine_fn_config_makefile dlls
/d3dx9_29 enable_d3dx9_29
21393 wine_fn_config_makefile dlls
/d3dx9_30 enable_d3dx9_30
21394 wine_fn_config_makefile dlls
/d3dx9_31 enable_d3dx9_31
21395 wine_fn_config_makefile dlls
/d3dx9_32 enable_d3dx9_32
21396 wine_fn_config_makefile dlls
/d3dx9_33 enable_d3dx9_33
21397 wine_fn_config_makefile dlls
/d3dx9_34 enable_d3dx9_34
21398 wine_fn_config_makefile dlls
/d3dx9_35 enable_d3dx9_35
21399 wine_fn_config_makefile dlls
/d3dx9_36 enable_d3dx9_36
21400 wine_fn_config_makefile dlls
/d3dx9_36
/tests enable_tests
21401 wine_fn_config_makefile dlls
/d3dx9_37 enable_d3dx9_37
21402 wine_fn_config_makefile dlls
/d3dx9_38 enable_d3dx9_38
21403 wine_fn_config_makefile dlls
/d3dx9_39 enable_d3dx9_39
21404 wine_fn_config_makefile dlls
/d3dx9_40 enable_d3dx9_40
21405 wine_fn_config_makefile dlls
/d3dx9_41 enable_d3dx9_41
21406 wine_fn_config_makefile dlls
/d3dx9_42 enable_d3dx9_42
21407 wine_fn_config_makefile dlls
/d3dx9_43 enable_d3dx9_43
21408 wine_fn_config_makefile dlls
/d3dxof enable_d3dxof
21409 wine_fn_config_makefile dlls
/d3dxof
/tests enable_tests
21410 wine_fn_config_makefile dlls
/davclnt enable_davclnt
21411 wine_fn_config_makefile dlls
/dbgeng enable_dbgeng
21412 wine_fn_config_makefile dlls
/dbgeng
/tests enable_tests
21413 wine_fn_config_makefile dlls
/dbghelp enable_dbghelp
21414 wine_fn_config_makefile dlls
/dbghelp
/tests enable_tests
21415 wine_fn_config_makefile dlls
/dciman32 enable_dciman32
21416 wine_fn_config_makefile dlls
/dcomp enable_dcomp
21417 wine_fn_config_makefile dlls
/ddeml.dll16 enable_win16
21418 wine_fn_config_makefile dlls
/ddraw enable_ddraw
21419 wine_fn_config_makefile dlls
/ddraw
/tests enable_tests
21420 wine_fn_config_makefile dlls
/ddrawex enable_ddrawex
21421 wine_fn_config_makefile dlls
/ddrawex
/tests enable_tests
21422 wine_fn_config_makefile dlls
/devenum enable_devenum
21423 wine_fn_config_makefile dlls
/devenum
/tests enable_tests
21424 wine_fn_config_makefile dlls
/dhcpcsvc enable_dhcpcsvc
21425 wine_fn_config_makefile dlls
/dhcpcsvc
/tests enable_tests
21426 wine_fn_config_makefile dlls
/dhcpcsvc6 enable_dhcpcsvc6
21427 wine_fn_config_makefile dlls
/dhtmled.ocx enable_dhtmled_ocx
21428 wine_fn_config_makefile dlls
/diasymreader enable_diasymreader
21429 wine_fn_config_makefile dlls
/difxapi enable_difxapi
21430 wine_fn_config_makefile dlls
/dinput enable_dinput
21431 wine_fn_config_makefile dlls
/dinput
/tests enable_tests
21432 wine_fn_config_makefile dlls
/dinput8 enable_dinput8
21433 wine_fn_config_makefile dlls
/directmanipulation enable_directmanipulation
21434 wine_fn_config_makefile dlls
/directmanipulation
/tests enable_tests
21435 wine_fn_config_makefile dlls
/dispdib.dll16 enable_win16
21436 wine_fn_config_makefile dlls
/dispex enable_dispex
21437 wine_fn_config_makefile dlls
/dispex
/tests enable_tests
21438 wine_fn_config_makefile dlls
/display.drv16 enable_win16
21439 wine_fn_config_makefile dlls
/dmband enable_dmband
21440 wine_fn_config_makefile dlls
/dmband
/tests enable_tests
21441 wine_fn_config_makefile dlls
/dmcompos enable_dmcompos
21442 wine_fn_config_makefile dlls
/dmcompos
/tests enable_tests
21443 wine_fn_config_makefile dlls
/dmime enable_dmime
21444 wine_fn_config_makefile dlls
/dmime
/tests enable_tests
21445 wine_fn_config_makefile dlls
/dmloader enable_dmloader
21446 wine_fn_config_makefile dlls
/dmloader
/tests enable_tests
21447 wine_fn_config_makefile dlls
/dmscript enable_dmscript
21448 wine_fn_config_makefile dlls
/dmscript
/tests enable_tests
21449 wine_fn_config_makefile dlls
/dmstyle enable_dmstyle
21450 wine_fn_config_makefile dlls
/dmstyle
/tests enable_tests
21451 wine_fn_config_makefile dlls
/dmsynth enable_dmsynth
21452 wine_fn_config_makefile dlls
/dmsynth
/tests enable_tests
21453 wine_fn_config_makefile dlls
/dmusic enable_dmusic
21454 wine_fn_config_makefile dlls
/dmusic
/tests enable_tests
21455 wine_fn_config_makefile dlls
/dmusic32 enable_dmusic32
21456 wine_fn_config_makefile dlls
/dnsapi enable_dnsapi
21457 wine_fn_config_makefile dlls
/dnsapi
/tests enable_tests
21458 wine_fn_config_makefile dlls
/dplay enable_dplay
21459 wine_fn_config_makefile dlls
/dplayx enable_dplayx
21460 wine_fn_config_makefile dlls
/dplayx
/tests enable_tests
21461 wine_fn_config_makefile dlls
/dpnaddr enable_dpnaddr
21462 wine_fn_config_makefile dlls
/dpnet enable_dpnet
21463 wine_fn_config_makefile dlls
/dpnet
/tests enable_tests
21464 wine_fn_config_makefile dlls
/dpnhpast enable_dpnhpast
21465 wine_fn_config_makefile dlls
/dpnhupnp enable_dpnhupnp
21466 wine_fn_config_makefile dlls
/dpnlobby enable_dpnlobby
21467 wine_fn_config_makefile dlls
/dpvoice enable_dpvoice
21468 wine_fn_config_makefile dlls
/dpvoice
/tests enable_tests
21469 wine_fn_config_makefile dlls
/dpwsockx enable_dpwsockx
21470 wine_fn_config_makefile dlls
/drmclien enable_drmclien
21471 wine_fn_config_makefile dlls
/dsdmo enable_dsdmo
21472 wine_fn_config_makefile dlls
/dsdmo
/tests enable_tests
21473 wine_fn_config_makefile dlls
/dsound enable_dsound
21474 wine_fn_config_makefile dlls
/dsound
/tests enable_tests
21475 wine_fn_config_makefile dlls
/dsquery enable_dsquery
21476 wine_fn_config_makefile dlls
/dssenh enable_dssenh
21477 wine_fn_config_makefile dlls
/dssenh
/tests enable_tests
21478 wine_fn_config_makefile dlls
/dsuiext enable_dsuiext
21479 wine_fn_config_makefile dlls
/dswave enable_dswave
21480 wine_fn_config_makefile dlls
/dswave
/tests enable_tests
21481 wine_fn_config_makefile dlls
/dwmapi enable_dwmapi
21482 wine_fn_config_makefile dlls
/dwmapi
/tests enable_tests
21483 wine_fn_config_makefile dlls
/dwrite enable_dwrite
21484 wine_fn_config_makefile dlls
/dwrite
/tests enable_tests
21485 wine_fn_config_makefile dlls
/dx8vb enable_dx8vb
21486 wine_fn_config_makefile dlls
/dxcore enable_dxcore
21487 wine_fn_config_makefile dlls
/dxdiagn enable_dxdiagn
21488 wine_fn_config_makefile dlls
/dxdiagn
/tests enable_tests
21489 wine_fn_config_makefile dlls
/dxgi enable_dxgi
21490 wine_fn_config_makefile dlls
/dxgi
/tests enable_tests
21491 wine_fn_config_makefile dlls
/dxtrans enable_dxtrans
21492 wine_fn_config_makefile dlls
/dxva2 enable_dxva2
21493 wine_fn_config_makefile dlls
/dxva
2/tests enable_tests
21494 wine_fn_config_makefile dlls
/esent enable_esent
21495 wine_fn_config_makefile dlls
/evr enable_evr
21496 wine_fn_config_makefile dlls
/evr
/tests enable_tests
21497 wine_fn_config_makefile dlls
/explorerframe enable_explorerframe
21498 wine_fn_config_makefile dlls
/explorerframe
/tests enable_tests
21499 wine_fn_config_makefile dlls
/faultrep enable_faultrep
21500 wine_fn_config_makefile dlls
/faultrep
/tests enable_tests
21501 wine_fn_config_makefile dlls
/feclient enable_feclient
21502 wine_fn_config_makefile dlls
/fltlib enable_fltlib
21503 wine_fn_config_makefile dlls
/fltmgr.sys enable_fltmgr_sys
21504 wine_fn_config_makefile dlls
/fntcache enable_fntcache
21505 wine_fn_config_makefile dlls
/fontsub enable_fontsub
21506 wine_fn_config_makefile dlls
/fusion enable_fusion
21507 wine_fn_config_makefile dlls
/fusion
/tests enable_tests
21508 wine_fn_config_makefile dlls
/fwpuclnt enable_fwpuclnt
21509 wine_fn_config_makefile dlls
/gameux enable_gameux
21510 wine_fn_config_makefile dlls
/gameux
/tests enable_tests
21511 wine_fn_config_makefile dlls
/gamingtcui enable_gamingtcui
21512 wine_fn_config_makefile dlls
/gdi.exe16 enable_win16
21513 wine_fn_config_makefile dlls
/gdi32 enable_gdi32
21514 wine_fn_config_makefile dlls
/gdi32
/tests enable_tests
21515 wine_fn_config_makefile dlls
/gdiplus enable_gdiplus
21516 wine_fn_config_makefile dlls
/gdiplus
/tests enable_tests
21517 wine_fn_config_makefile dlls
/geolocation enable_geolocation
21518 wine_fn_config_makefile dlls
/geolocation
/tests enable_tests
21519 wine_fn_config_makefile dlls
/glu32 enable_glu32
21520 wine_fn_config_makefile dlls
/gphoto2.ds enable_gphoto2_ds
21521 wine_fn_config_makefile dlls
/gpkcsp enable_gpkcsp
21522 wine_fn_config_makefile dlls
/graphicscapture enable_graphicscapture
21523 wine_fn_config_makefile dlls
/graphicscapture
/tests enable_tests
21524 wine_fn_config_makefile dlls
/hal enable_hal
21525 wine_fn_config_makefile dlls
/hhctrl.ocx enable_hhctrl_ocx
21526 wine_fn_config_makefile dlls
/hid enable_hid
21527 wine_fn_config_makefile dlls
/hid
/tests enable_tests
21528 wine_fn_config_makefile dlls
/hidclass.sys enable_hidclass_sys
21529 wine_fn_config_makefile dlls
/hidparse.sys enable_hidparse_sys
21530 wine_fn_config_makefile dlls
/hlink enable_hlink
21531 wine_fn_config_makefile dlls
/hlink
/tests enable_tests
21532 wine_fn_config_makefile dlls
/hnetcfg enable_hnetcfg
21533 wine_fn_config_makefile dlls
/hnetcfg
/tests enable_tests
21534 wine_fn_config_makefile dlls
/hrtfapo enable_hrtfapo
21535 wine_fn_config_makefile dlls
/http.sys enable_http_sys
21536 wine_fn_config_makefile dlls
/httpapi enable_httpapi
21537 wine_fn_config_makefile dlls
/httpapi
/tests enable_tests
21538 wine_fn_config_makefile dlls
/hvsimanagementapi enable_hvsimanagementapi
21539 wine_fn_config_makefile dlls
/hvsimanagementapi
/tests enable_tests
21540 wine_fn_config_makefile dlls
/ia2comproxy enable_ia2comproxy
21541 wine_fn_config_makefile dlls
/iccvid enable_iccvid
21542 wine_fn_config_makefile dlls
/icmp enable_icmp
21543 wine_fn_config_makefile dlls
/ieframe enable_ieframe
21544 wine_fn_config_makefile dlls
/ieframe
/tests enable_tests
21545 wine_fn_config_makefile dlls
/ieproxy enable_ieproxy
21546 wine_fn_config_makefile dlls
/ifsmgr.vxd enable_win16
21547 wine_fn_config_makefile dlls
/imaadp32.acm enable_imaadp32_acm
21548 wine_fn_config_makefile dlls
/imagehlp enable_imagehlp
21549 wine_fn_config_makefile dlls
/imagehlp
/tests enable_tests
21550 wine_fn_config_makefile dlls
/imm.dll16 enable_win16
21551 wine_fn_config_makefile dlls
/imm32 enable_imm32
21552 wine_fn_config_makefile dlls
/imm32
/tests enable_tests
21553 wine_fn_config_makefile dlls
/inetcomm enable_inetcomm
21554 wine_fn_config_makefile dlls
/inetcomm
/tests enable_tests
21555 wine_fn_config_makefile dlls
/inetcpl.cpl enable_inetcpl_cpl
21556 wine_fn_config_makefile dlls
/inetmib1 enable_inetmib1
21557 wine_fn_config_makefile dlls
/inetmib
1/tests enable_tests
21558 wine_fn_config_makefile dlls
/infosoft enable_infosoft
21559 wine_fn_config_makefile dlls
/infosoft
/tests enable_tests
21560 wine_fn_config_makefile dlls
/initpki enable_initpki
21561 wine_fn_config_makefile dlls
/inkobj enable_inkobj
21562 wine_fn_config_makefile dlls
/inseng enable_inseng
21563 wine_fn_config_makefile dlls
/iphlpapi enable_iphlpapi
21564 wine_fn_config_makefile dlls
/iphlpapi
/tests enable_tests
21565 wine_fn_config_makefile dlls
/iprop enable_iprop
21566 wine_fn_config_makefile dlls
/ir50_32 enable_ir50_32
21567 wine_fn_config_makefile dlls
/irprops.cpl enable_irprops_cpl
21568 wine_fn_config_makefile dlls
/itircl enable_itircl
21569 wine_fn_config_makefile dlls
/itss enable_itss
21570 wine_fn_config_makefile dlls
/itss
/tests enable_tests
21571 wine_fn_config_makefile dlls
/joy.cpl enable_joy_cpl
21572 wine_fn_config_makefile dlls
/jscript enable_jscript
21573 wine_fn_config_makefile dlls
/jscript
/tests enable_tests
21574 wine_fn_config_makefile dlls
/jsproxy enable_jsproxy
21575 wine_fn_config_makefile dlls
/jsproxy
/tests enable_tests
21576 wine_fn_config_makefile dlls
/kerberos enable_kerberos
21577 wine_fn_config_makefile dlls
/kernel32 enable_kernel32
21578 wine_fn_config_makefile dlls
/kernel32
/tests enable_tests
21579 wine_fn_config_makefile dlls
/kernelbase enable_kernelbase
21580 wine_fn_config_makefile dlls
/kernelbase
/tests enable_tests
21581 wine_fn_config_makefile dlls
/keyboard.drv16 enable_win16
21582 wine_fn_config_makefile dlls
/krnl386.exe16 enable_win16
21583 wine_fn_config_makefile dlls
/ksecdd.sys enable_ksecdd_sys
21584 wine_fn_config_makefile dlls
/ksproxy.ax enable_ksproxy_ax
21585 wine_fn_config_makefile dlls
/ksuser enable_ksuser
21586 wine_fn_config_makefile dlls
/ktmw32 enable_ktmw32
21587 wine_fn_config_makefile dlls
/l3codeca.acm enable_l3codeca_acm
21588 wine_fn_config_makefile dlls
/light.msstyles enable_light_msstyles
21589 wine_fn_config_makefile dlls
/loadperf enable_loadperf
21590 wine_fn_config_makefile dlls
/localspl enable_localspl
21591 wine_fn_config_makefile dlls
/localspl
/tests enable_tests
21592 wine_fn_config_makefile dlls
/localui enable_localui
21593 wine_fn_config_makefile dlls
/localui
/tests enable_tests
21594 wine_fn_config_makefile dlls
/lz32 enable_lz32
21595 wine_fn_config_makefile dlls
/lz32
/tests enable_tests
21596 wine_fn_config_makefile dlls
/lzexpand.dll16 enable_win16
21597 wine_fn_config_makefile dlls
/magnification enable_magnification
21598 wine_fn_config_makefile dlls
/mapi32 enable_mapi32
21599 wine_fn_config_makefile dlls
/mapi32
/tests enable_tests
21600 wine_fn_config_makefile dlls
/mapistub enable_mapistub
21601 wine_fn_config_makefile dlls
/mciavi32 enable_mciavi32
21602 wine_fn_config_makefile dlls
/mcicda enable_mcicda
21603 wine_fn_config_makefile dlls
/mciqtz32 enable_mciqtz32
21604 wine_fn_config_makefile dlls
/mciseq enable_mciseq
21605 wine_fn_config_makefile dlls
/mciwave enable_mciwave
21606 wine_fn_config_makefile dlls
/mf enable_mf
21607 wine_fn_config_makefile dlls
/mf
/tests enable_tests
21608 wine_fn_config_makefile dlls
/mf3216 enable_mf3216
21609 wine_fn_config_makefile dlls
/mferror enable_mferror
21610 wine_fn_config_makefile dlls
/mfmediaengine enable_mfmediaengine
21611 wine_fn_config_makefile dlls
/mfmediaengine
/tests enable_tests
21612 wine_fn_config_makefile dlls
/mfplat enable_mfplat
21613 wine_fn_config_makefile dlls
/mfplat
/tests enable_tests
21614 wine_fn_config_makefile dlls
/mfplay enable_mfplay
21615 wine_fn_config_makefile dlls
/mfplay
/tests enable_tests
21616 wine_fn_config_makefile dlls
/mfreadwrite enable_mfreadwrite
21617 wine_fn_config_makefile dlls
/mfreadwrite
/tests enable_tests
21618 wine_fn_config_makefile dlls
/mfsrcsnk enable_mfsrcsnk
21619 wine_fn_config_makefile dlls
/mfsrcsnk
/tests enable_tests
21620 wine_fn_config_makefile dlls
/mgmtapi enable_mgmtapi
21621 wine_fn_config_makefile dlls
/midimap enable_midimap
21622 wine_fn_config_makefile dlls
/mlang enable_mlang
21623 wine_fn_config_makefile dlls
/mlang
/tests enable_tests
21624 wine_fn_config_makefile dlls
/mmcndmgr enable_mmcndmgr
21625 wine_fn_config_makefile dlls
/mmcndmgr
/tests enable_tests
21626 wine_fn_config_makefile dlls
/mmdevapi enable_mmdevapi
21627 wine_fn_config_makefile dlls
/mmdevapi
/tests enable_tests
21628 wine_fn_config_makefile dlls
/mmdevldr.vxd enable_win16
21629 wine_fn_config_makefile dlls
/mmsystem.dll16 enable_win16
21630 wine_fn_config_makefile dlls
/monodebg.vxd enable_win16
21631 wine_fn_config_makefile dlls
/mountmgr.sys enable_mountmgr_sys
21632 wine_fn_config_makefile dlls
/mouse.drv16 enable_win16
21633 wine_fn_config_makefile dlls
/mp3dmod enable_mp3dmod
21634 wine_fn_config_makefile dlls
/mp3dmod
/tests enable_tests
21635 wine_fn_config_makefile dlls
/mpr enable_mpr
21636 wine_fn_config_makefile dlls
/mpr
/tests enable_tests
21637 wine_fn_config_makefile dlls
/mprapi enable_mprapi
21638 wine_fn_config_makefile dlls
/msacm.dll16 enable_win16
21639 wine_fn_config_makefile dlls
/msacm32.drv enable_msacm32_drv
21640 wine_fn_config_makefile dlls
/msacm32 enable_msacm32
21641 wine_fn_config_makefile dlls
/msacm32
/tests enable_tests
21642 wine_fn_config_makefile dlls
/msado15 enable_msado15
21643 wine_fn_config_makefile dlls
/msado15
/tests enable_tests
21644 wine_fn_config_makefile dlls
/msadp32.acm enable_msadp32_acm
21645 wine_fn_config_makefile dlls
/msasn1 enable_msasn1
21646 wine_fn_config_makefile dlls
/msasn
1/tests enable_tests
21647 wine_fn_config_makefile dlls
/msauddecmft enable_msauddecmft
21648 wine_fn_config_makefile dlls
/mscat32 enable_mscat32
21649 wine_fn_config_makefile dlls
/mscms enable_mscms
21650 wine_fn_config_makefile dlls
/mscms
/tests enable_tests
21651 wine_fn_config_makefile dlls
/mscoree enable_mscoree
21652 wine_fn_config_makefile dlls
/mscoree
/tests enable_tests
21653 wine_fn_config_makefile dlls
/mscorwks enable_mscorwks
21654 wine_fn_config_makefile dlls
/msctf enable_msctf
21655 wine_fn_config_makefile dlls
/msctf
/tests enable_tests
21656 wine_fn_config_makefile dlls
/msctfmonitor enable_msctfmonitor
21657 wine_fn_config_makefile dlls
/msctfp enable_msctfp
21658 wine_fn_config_makefile dlls
/msdaps enable_msdaps
21659 wine_fn_config_makefile dlls
/msdasql enable_msdasql
21660 wine_fn_config_makefile dlls
/msdasql
/tests enable_tests
21661 wine_fn_config_makefile dlls
/msdelta enable_msdelta
21662 wine_fn_config_makefile dlls
/msdmo enable_msdmo
21663 wine_fn_config_makefile dlls
/msdmo
/tests enable_tests
21664 wine_fn_config_makefile dlls
/msdrm enable_msdrm
21665 wine_fn_config_makefile dlls
/msftedit enable_msftedit
21666 wine_fn_config_makefile dlls
/msftedit
/tests enable_tests
21667 wine_fn_config_makefile dlls
/msg711.acm enable_msg711_acm
21668 wine_fn_config_makefile dlls
/msgsm32.acm enable_msgsm32_acm
21669 wine_fn_config_makefile dlls
/mshtml.tlb enable_mshtml_tlb
21670 wine_fn_config_makefile dlls
/mshtml enable_mshtml
21671 wine_fn_config_makefile dlls
/mshtml
/tests enable_tests
21672 wine_fn_config_makefile dlls
/msi enable_msi
21673 wine_fn_config_makefile dlls
/msi
/tests enable_tests
21674 wine_fn_config_makefile dlls
/msident enable_msident
21675 wine_fn_config_makefile dlls
/msimg32 enable_msimg32
21676 wine_fn_config_makefile dlls
/msimsg enable_msimsg
21677 wine_fn_config_makefile dlls
/msimtf enable_msimtf
21678 wine_fn_config_makefile dlls
/msisip enable_msisip
21679 wine_fn_config_makefile dlls
/msisys.ocx enable_msisys_ocx
21680 wine_fn_config_makefile dlls
/msls31 enable_msls31
21681 wine_fn_config_makefile dlls
/msmpeg2vdec enable_msmpeg2vdec
21682 wine_fn_config_makefile dlls
/msnet32 enable_msnet32
21683 wine_fn_config_makefile dlls
/mspatcha enable_mspatcha
21684 wine_fn_config_makefile dlls
/mspatcha
/tests enable_tests
21685 wine_fn_config_makefile dlls
/msports enable_msports
21686 wine_fn_config_makefile dlls
/msrle32 enable_msrle32
21687 wine_fn_config_makefile dlls
/msrle32
/tests enable_tests
21688 wine_fn_config_makefile dlls
/msscript.ocx enable_msscript_ocx
21689 wine_fn_config_makefile dlls
/msscript.ocx
/tests enable_tests
21690 wine_fn_config_makefile dlls
/mssign32 enable_mssign32
21691 wine_fn_config_makefile dlls
/mssip32 enable_mssip32
21692 wine_fn_config_makefile dlls
/mstask enable_mstask
21693 wine_fn_config_makefile dlls
/mstask
/tests enable_tests
21694 wine_fn_config_makefile dlls
/msttsengine enable_msttsengine
21695 wine_fn_config_makefile dlls
/msv1_0 enable_msv1_0
21696 wine_fn_config_makefile dlls
/msvcirt enable_msvcirt
21697 wine_fn_config_makefile dlls
/msvcirt
/tests enable_tests
21698 wine_fn_config_makefile dlls
/msvcm80 enable_msvcm80
21699 wine_fn_config_makefile dlls
/msvcm90 enable_msvcm90
21700 wine_fn_config_makefile dlls
/msvcp100 enable_msvcp100
21701 wine_fn_config_makefile dlls
/msvcp100
/tests enable_tests
21702 wine_fn_config_makefile dlls
/msvcp110 enable_msvcp110
21703 wine_fn_config_makefile dlls
/msvcp110
/tests enable_tests
21704 wine_fn_config_makefile dlls
/msvcp120 enable_msvcp120
21705 wine_fn_config_makefile dlls
/msvcp120
/tests enable_tests
21706 wine_fn_config_makefile dlls
/msvcp120_app enable_msvcp120_app
21707 wine_fn_config_makefile dlls
/msvcp140 enable_msvcp140
21708 wine_fn_config_makefile dlls
/msvcp140
/tests enable_tests
21709 wine_fn_config_makefile dlls
/msvcp140_1 enable_msvcp140_1
21710 wine_fn_config_makefile dlls
/msvcp140_
1/tests enable_tests
21711 wine_fn_config_makefile dlls
/msvcp140_2 enable_msvcp140_2
21712 wine_fn_config_makefile dlls
/msvcp140_atomic_wait enable_msvcp140_atomic_wait
21713 wine_fn_config_makefile dlls
/msvcp140_atomic_wait
/tests enable_tests
21714 wine_fn_config_makefile dlls
/msvcp140_codecvt_ids enable_msvcp140_codecvt_ids
21715 wine_fn_config_makefile dlls
/msvcp60 enable_msvcp60
21716 wine_fn_config_makefile dlls
/msvcp60
/tests enable_tests
21717 wine_fn_config_makefile dlls
/msvcp70 enable_msvcp70
21718 wine_fn_config_makefile dlls
/msvcp71 enable_msvcp71
21719 wine_fn_config_makefile dlls
/msvcp80 enable_msvcp80
21720 wine_fn_config_makefile dlls
/msvcp90 enable_msvcp90
21721 wine_fn_config_makefile dlls
/msvcp90
/tests enable_tests
21722 wine_fn_config_makefile dlls
/msvcp_win enable_msvcp_win
21723 wine_fn_config_makefile dlls
/msvcr100 enable_msvcr100
21724 wine_fn_config_makefile dlls
/msvcr100
/tests enable_tests
21725 wine_fn_config_makefile dlls
/msvcr110 enable_msvcr110
21726 wine_fn_config_makefile dlls
/msvcr110
/tests enable_tests
21727 wine_fn_config_makefile dlls
/msvcr120 enable_msvcr120
21728 wine_fn_config_makefile dlls
/msvcr120
/tests enable_tests
21729 wine_fn_config_makefile dlls
/msvcr120_app enable_msvcr120_app
21730 wine_fn_config_makefile dlls
/msvcr70 enable_msvcr70
21731 wine_fn_config_makefile dlls
/msvcr70
/tests enable_tests
21732 wine_fn_config_makefile dlls
/msvcr71 enable_msvcr71
21733 wine_fn_config_makefile dlls
/msvcr71
/tests enable_tests
21734 wine_fn_config_makefile dlls
/msvcr80 enable_msvcr80
21735 wine_fn_config_makefile dlls
/msvcr80
/tests enable_tests
21736 wine_fn_config_makefile dlls
/msvcr90 enable_msvcr90
21737 wine_fn_config_makefile dlls
/msvcr90
/tests enable_tests
21738 wine_fn_config_makefile dlls
/msvcrt enable_msvcrt
21739 wine_fn_config_makefile dlls
/msvcrt
/tests enable_tests
21740 wine_fn_config_makefile dlls
/msvcrt20 enable_msvcrt20
21741 wine_fn_config_makefile dlls
/msvcrt40 enable_msvcrt40
21742 wine_fn_config_makefile dlls
/msvcrtd enable_msvcrtd
21743 wine_fn_config_makefile dlls
/msvcrtd
/tests enable_tests
21744 wine_fn_config_makefile dlls
/msvfw32 enable_msvfw32
21745 wine_fn_config_makefile dlls
/msvfw32
/tests enable_tests
21746 wine_fn_config_makefile dlls
/msvidc32 enable_msvidc32
21747 wine_fn_config_makefile dlls
/msvideo.dll16 enable_win16
21748 wine_fn_config_makefile dlls
/mswsock enable_mswsock
21749 wine_fn_config_makefile dlls
/msxml enable_msxml
21750 wine_fn_config_makefile dlls
/msxml2 enable_msxml2
21751 wine_fn_config_makefile dlls
/msxml3 enable_msxml3
21752 wine_fn_config_makefile dlls
/msxml
3/tests enable_tests
21753 wine_fn_config_makefile dlls
/msxml4 enable_msxml4
21754 wine_fn_config_makefile dlls
/msxml
4/tests enable_tests
21755 wine_fn_config_makefile dlls
/msxml6 enable_msxml6
21756 wine_fn_config_makefile dlls
/msxml
6/tests enable_tests
21757 wine_fn_config_makefile dlls
/mtxdm enable_mtxdm
21758 wine_fn_config_makefile dlls
/ncrypt enable_ncrypt
21759 wine_fn_config_makefile dlls
/ncrypt
/tests enable_tests
21760 wine_fn_config_makefile dlls
/nddeapi enable_nddeapi
21761 wine_fn_config_makefile dlls
/ndis.sys enable_ndis_sys
21762 wine_fn_config_makefile dlls
/ndis.sys
/tests enable_tests
21763 wine_fn_config_makefile dlls
/netapi32 enable_netapi32
21764 wine_fn_config_makefile dlls
/netapi32
/tests enable_tests
21765 wine_fn_config_makefile dlls
/netcfgx enable_netcfgx
21766 wine_fn_config_makefile dlls
/netcfgx
/tests enable_tests
21767 wine_fn_config_makefile dlls
/netio.sys enable_netio_sys
21768 wine_fn_config_makefile dlls
/netprofm enable_netprofm
21769 wine_fn_config_makefile dlls
/netprofm
/tests enable_tests
21770 wine_fn_config_makefile dlls
/netutils enable_netutils
21771 wine_fn_config_makefile dlls
/newdev enable_newdev
21772 wine_fn_config_makefile dlls
/ninput enable_ninput
21773 wine_fn_config_makefile dlls
/ninput
/tests enable_tests
21774 wine_fn_config_makefile dlls
/normaliz enable_normaliz
21775 wine_fn_config_makefile dlls
/npmshtml enable_npmshtml
21776 wine_fn_config_makefile dlls
/npptools enable_npptools
21777 wine_fn_config_makefile dlls
/nsi enable_nsi
21778 wine_fn_config_makefile dlls
/nsi
/tests enable_tests
21779 wine_fn_config_makefile dlls
/nsiproxy.sys enable_nsiproxy_sys
21780 wine_fn_config_makefile dlls
/ntdll enable_ntdll
21781 wine_fn_config_makefile dlls
/ntdll
/tests enable_tests
21782 wine_fn_config_makefile dlls
/ntdsapi enable_ntdsapi
21783 wine_fn_config_makefile dlls
/ntdsapi
/tests enable_tests
21784 wine_fn_config_makefile dlls
/ntoskrnl.exe enable_ntoskrnl_exe
21785 wine_fn_config_makefile dlls
/ntoskrnl.exe
/tests enable_tests
21786 wine_fn_config_makefile dlls
/ntprint enable_ntprint
21787 wine_fn_config_makefile dlls
/ntprint
/tests enable_tests
21788 wine_fn_config_makefile dlls
/objsel enable_objsel
21789 wine_fn_config_makefile dlls
/odbc32 enable_odbc32
21790 wine_fn_config_makefile dlls
/odbcbcp enable_odbcbcp
21791 wine_fn_config_makefile dlls
/odbccp32 enable_odbccp32
21792 wine_fn_config_makefile dlls
/odbccp32
/tests enable_tests
21793 wine_fn_config_makefile dlls
/odbccu32 enable_odbccu32
21794 wine_fn_config_makefile dlls
/ole2.dll16 enable_win16
21795 wine_fn_config_makefile dlls
/ole2conv.dll16 enable_win16
21796 wine_fn_config_makefile dlls
/ole2disp.dll16 enable_win16
21797 wine_fn_config_makefile dlls
/ole2nls.dll16 enable_win16
21798 wine_fn_config_makefile dlls
/ole2prox.dll16 enable_win16
21799 wine_fn_config_makefile dlls
/ole2thk.dll16 enable_win16
21800 wine_fn_config_makefile dlls
/ole32 enable_ole32
21801 wine_fn_config_makefile dlls
/ole32
/tests enable_tests
21802 wine_fn_config_makefile dlls
/oleacc enable_oleacc
21803 wine_fn_config_makefile dlls
/oleacc
/tests enable_tests
21804 wine_fn_config_makefile dlls
/oleaut32 enable_oleaut32
21805 wine_fn_config_makefile dlls
/oleaut32
/tests enable_tests
21806 wine_fn_config_makefile dlls
/olecli.dll16 enable_win16
21807 wine_fn_config_makefile dlls
/olecli32 enable_olecli32
21808 wine_fn_config_makefile dlls
/oledb32 enable_oledb32
21809 wine_fn_config_makefile dlls
/oledb32
/tests enable_tests
21810 wine_fn_config_makefile dlls
/oledlg enable_oledlg
21811 wine_fn_config_makefile dlls
/oledlg
/tests enable_tests
21812 wine_fn_config_makefile dlls
/olepro32 enable_olepro32
21813 wine_fn_config_makefile dlls
/olesvr.dll16 enable_win16
21814 wine_fn_config_makefile dlls
/olesvr32 enable_olesvr32
21815 wine_fn_config_makefile dlls
/olethk32 enable_olethk32
21816 wine_fn_config_makefile dlls
/opcservices enable_opcservices
21817 wine_fn_config_makefile dlls
/opcservices
/tests enable_tests
21818 wine_fn_config_makefile dlls
/opencl enable_opencl
21819 wine_fn_config_makefile dlls
/opengl32 enable_opengl32
21820 wine_fn_config_makefile dlls
/opengl32
/tests enable_tests
21821 wine_fn_config_makefile dlls
/packager enable_packager
21822 wine_fn_config_makefile dlls
/packager
/tests enable_tests
21823 wine_fn_config_makefile dlls
/pdh enable_pdh
21824 wine_fn_config_makefile dlls
/pdh
/tests enable_tests
21825 wine_fn_config_makefile dlls
/photometadatahandler enable_photometadatahandler
21826 wine_fn_config_makefile dlls
/pidgen enable_pidgen
21827 wine_fn_config_makefile dlls
/powrprof enable_powrprof
21828 wine_fn_config_makefile dlls
/printui enable_printui
21829 wine_fn_config_makefile dlls
/prntvpt enable_prntvpt
21830 wine_fn_config_makefile dlls
/prntvpt
/tests enable_tests
21831 wine_fn_config_makefile dlls
/propsys enable_propsys
21832 wine_fn_config_makefile dlls
/propsys
/tests enable_tests
21833 wine_fn_config_makefile dlls
/psapi enable_psapi
21834 wine_fn_config_makefile dlls
/psapi
/tests enable_tests
21835 wine_fn_config_makefile dlls
/pstorec enable_pstorec
21836 wine_fn_config_makefile dlls
/pstorec
/tests enable_tests
21837 wine_fn_config_makefile dlls
/pwrshplugin enable_pwrshplugin
21838 wine_fn_config_makefile dlls
/qasf enable_qasf
21839 wine_fn_config_makefile dlls
/qasf
/tests enable_tests
21840 wine_fn_config_makefile dlls
/qcap enable_qcap
21841 wine_fn_config_makefile dlls
/qcap
/tests enable_tests
21842 wine_fn_config_makefile dlls
/qdvd enable_qdvd
21843 wine_fn_config_makefile dlls
/qdvd
/tests enable_tests
21844 wine_fn_config_makefile dlls
/qedit enable_qedit
21845 wine_fn_config_makefile dlls
/qedit
/tests enable_tests
21846 wine_fn_config_makefile dlls
/qmgr enable_qmgr
21847 wine_fn_config_makefile dlls
/qmgr
/tests enable_tests
21848 wine_fn_config_makefile dlls
/qmgrprxy enable_qmgrprxy
21849 wine_fn_config_makefile dlls
/quartz enable_quartz
21850 wine_fn_config_makefile dlls
/quartz
/tests enable_tests
21851 wine_fn_config_makefile dlls
/query enable_query
21852 wine_fn_config_makefile dlls
/qwave enable_qwave
21853 wine_fn_config_makefile dlls
/qwave
/tests enable_tests
21854 wine_fn_config_makefile dlls
/rasapi16.dll16 enable_win16
21855 wine_fn_config_makefile dlls
/rasapi32 enable_rasapi32
21856 wine_fn_config_makefile dlls
/rasapi32
/tests enable_tests
21857 wine_fn_config_makefile dlls
/rasdlg enable_rasdlg
21858 wine_fn_config_makefile dlls
/regapi enable_regapi
21859 wine_fn_config_makefile dlls
/resutils enable_resutils
21860 wine_fn_config_makefile dlls
/riched20 enable_riched20
21861 wine_fn_config_makefile dlls
/riched20
/tests enable_tests
21862 wine_fn_config_makefile dlls
/riched32 enable_riched32
21863 wine_fn_config_makefile dlls
/riched32
/tests enable_tests
21864 wine_fn_config_makefile dlls
/rpcrt4 enable_rpcrt4
21865 wine_fn_config_makefile dlls
/rpcrt
4/tests enable_tests
21866 wine_fn_config_makefile dlls
/rsabase enable_rsabase
21867 wine_fn_config_makefile dlls
/rsaenh enable_rsaenh
21868 wine_fn_config_makefile dlls
/rsaenh
/tests enable_tests
21869 wine_fn_config_makefile dlls
/rstrtmgr enable_rstrtmgr
21870 wine_fn_config_makefile dlls
/rtutils enable_rtutils
21871 wine_fn_config_makefile dlls
/rtworkq enable_rtworkq
21872 wine_fn_config_makefile dlls
/rtworkq
/tests enable_tests
21873 wine_fn_config_makefile dlls
/samlib enable_samlib
21874 wine_fn_config_makefile dlls
/sane.ds enable_sane_ds
21875 wine_fn_config_makefile dlls
/sapi enable_sapi
21876 wine_fn_config_makefile dlls
/sapi
/tests enable_tests
21877 wine_fn_config_makefile dlls
/sas enable_sas
21878 wine_fn_config_makefile dlls
/scarddlg enable_scarddlg
21879 wine_fn_config_makefile dlls
/scardsvr enable_scardsvr
21880 wine_fn_config_makefile dlls
/sccbase enable_sccbase
21881 wine_fn_config_makefile dlls
/schannel enable_schannel
21882 wine_fn_config_makefile dlls
/schannel
/tests enable_tests
21883 wine_fn_config_makefile dlls
/schedsvc enable_schedsvc
21884 wine_fn_config_makefile dlls
/schedsvc
/tests enable_tests
21885 wine_fn_config_makefile dlls
/scrobj enable_scrobj
21886 wine_fn_config_makefile dlls
/scrobj
/tests enable_tests
21887 wine_fn_config_makefile dlls
/scrrun enable_scrrun
21888 wine_fn_config_makefile dlls
/scrrun
/tests enable_tests
21889 wine_fn_config_makefile dlls
/scsiport.sys enable_scsiport_sys
21890 wine_fn_config_makefile dlls
/sechost enable_sechost
21891 wine_fn_config_makefile dlls
/secur32 enable_secur32
21892 wine_fn_config_makefile dlls
/secur32
/tests enable_tests
21893 wine_fn_config_makefile dlls
/security enable_security
21894 wine_fn_config_makefile dlls
/sensapi enable_sensapi
21895 wine_fn_config_makefile dlls
/serialui enable_serialui
21896 wine_fn_config_makefile dlls
/serialui
/tests enable_tests
21897 wine_fn_config_makefile dlls
/setupapi enable_setupapi
21898 wine_fn_config_makefile dlls
/setupapi
/tests enable_tests
21899 wine_fn_config_makefile dlls
/setupx.dll16 enable_win16
21900 wine_fn_config_makefile dlls
/sfc enable_sfc
21901 wine_fn_config_makefile dlls
/sfc_os enable_sfc_os
21902 wine_fn_config_makefile dlls
/shcore enable_shcore
21903 wine_fn_config_makefile dlls
/shcore
/tests enable_tests
21904 wine_fn_config_makefile dlls
/shdoclc enable_shdoclc
21905 wine_fn_config_makefile dlls
/shdocvw enable_shdocvw
21906 wine_fn_config_makefile dlls
/shdocvw
/tests enable_tests
21907 wine_fn_config_makefile dlls
/shell.dll16 enable_win16
21908 wine_fn_config_makefile dlls
/shell32 enable_shell32
21909 wine_fn_config_makefile dlls
/shell32
/tests enable_tests
21910 wine_fn_config_makefile dlls
/shfolder enable_shfolder
21911 wine_fn_config_makefile dlls
/shlwapi enable_shlwapi
21912 wine_fn_config_makefile dlls
/shlwapi
/tests enable_tests
21913 wine_fn_config_makefile dlls
/slbcsp enable_slbcsp
21914 wine_fn_config_makefile dlls
/slc enable_slc
21915 wine_fn_config_makefile dlls
/slc
/tests enable_tests
21916 wine_fn_config_makefile dlls
/snmpapi enable_snmpapi
21917 wine_fn_config_makefile dlls
/snmpapi
/tests enable_tests
21918 wine_fn_config_makefile dlls
/softpub enable_softpub
21919 wine_fn_config_makefile dlls
/sound.drv16 enable_win16
21920 wine_fn_config_makefile dlls
/spoolss enable_spoolss
21921 wine_fn_config_makefile dlls
/spoolss
/tests enable_tests
21922 wine_fn_config_makefile dlls
/sppc enable_sppc
21923 wine_fn_config_makefile dlls
/srclient enable_srclient
21924 wine_fn_config_makefile dlls
/srvcli enable_srvcli
21925 wine_fn_config_makefile dlls
/srvsvc enable_srvsvc
21926 wine_fn_config_makefile dlls
/sspicli enable_sspicli
21927 wine_fn_config_makefile dlls
/stdole2.tlb enable_stdole2_tlb
21928 wine_fn_config_makefile dlls
/stdole32.tlb enable_stdole32_tlb
21929 wine_fn_config_makefile dlls
/sti enable_sti
21930 wine_fn_config_makefile dlls
/sti
/tests enable_tests
21931 wine_fn_config_makefile dlls
/storage.dll16 enable_win16
21932 wine_fn_config_makefile dlls
/stress.dll16 enable_win16
21933 wine_fn_config_makefile dlls
/strmdll enable_strmdll
21934 wine_fn_config_makefile dlls
/svrapi enable_svrapi
21935 wine_fn_config_makefile dlls
/sxs enable_sxs
21936 wine_fn_config_makefile dlls
/sxs
/tests enable_tests
21937 wine_fn_config_makefile dlls
/system.drv16 enable_win16
21938 wine_fn_config_makefile dlls
/t2embed enable_t2embed
21939 wine_fn_config_makefile dlls
/t2embed
/tests enable_tests
21940 wine_fn_config_makefile dlls
/tapi32 enable_tapi32
21941 wine_fn_config_makefile dlls
/tapi32
/tests enable_tests
21942 wine_fn_config_makefile dlls
/taskschd enable_taskschd
21943 wine_fn_config_makefile dlls
/taskschd
/tests enable_tests
21944 wine_fn_config_makefile dlls
/tbs enable_tbs
21945 wine_fn_config_makefile dlls
/tdh enable_tdh
21946 wine_fn_config_makefile dlls
/tdi.sys enable_tdi_sys
21947 wine_fn_config_makefile dlls
/threadpoolwinrt enable_threadpoolwinrt
21948 wine_fn_config_makefile dlls
/threadpoolwinrt
/tests enable_tests
21949 wine_fn_config_makefile dlls
/toolhelp.dll16 enable_win16
21950 wine_fn_config_makefile dlls
/traffic enable_traffic
21951 wine_fn_config_makefile dlls
/twain.dll16 enable_win16
21952 wine_fn_config_makefile dlls
/twain_32 enable_twain_32
21953 wine_fn_config_makefile dlls
/twain_32
/tests enable_tests
21954 wine_fn_config_makefile dlls
/twinapi.appcore enable_twinapi_appcore
21955 wine_fn_config_makefile dlls
/typelib.dll16 enable_win16
21956 wine_fn_config_makefile dlls
/tzres enable_tzres
21957 wine_fn_config_makefile dlls
/ucrtbase enable_ucrtbase
21958 wine_fn_config_makefile dlls
/ucrtbase
/tests enable_tests
21959 wine_fn_config_makefile dlls
/uianimation enable_uianimation
21960 wine_fn_config_makefile dlls
/uianimation
/tests enable_tests
21961 wine_fn_config_makefile dlls
/uiautomationcore enable_uiautomationcore
21962 wine_fn_config_makefile dlls
/uiautomationcore
/tests enable_tests
21963 wine_fn_config_makefile dlls
/uiribbon enable_uiribbon
21964 wine_fn_config_makefile dlls
/unicows enable_unicows
21965 wine_fn_config_makefile dlls
/updspapi enable_updspapi
21966 wine_fn_config_makefile dlls
/url enable_url
21967 wine_fn_config_makefile dlls
/urlmon enable_urlmon
21968 wine_fn_config_makefile dlls
/urlmon
/tests enable_tests
21969 wine_fn_config_makefile dlls
/usbd.sys enable_usbd_sys
21970 wine_fn_config_makefile dlls
/user.exe16 enable_win16
21971 wine_fn_config_makefile dlls
/user32 enable_user32
21972 wine_fn_config_makefile dlls
/user32
/tests enable_tests
21973 wine_fn_config_makefile dlls
/userenv enable_userenv
21974 wine_fn_config_makefile dlls
/userenv
/tests enable_tests
21975 wine_fn_config_makefile dlls
/usp10 enable_usp10
21976 wine_fn_config_makefile dlls
/usp10
/tests enable_tests
21977 wine_fn_config_makefile dlls
/utildll enable_utildll
21978 wine_fn_config_makefile dlls
/uxtheme enable_uxtheme
21979 wine_fn_config_makefile dlls
/uxtheme
/tests enable_tests
21980 wine_fn_config_makefile dlls
/vbscript enable_vbscript
21981 wine_fn_config_makefile dlls
/vbscript
/tests enable_tests
21982 wine_fn_config_makefile dlls
/vcomp enable_vcomp
21983 wine_fn_config_makefile dlls
/vcomp
/tests enable_tests
21984 wine_fn_config_makefile dlls
/vcomp100 enable_vcomp100
21985 wine_fn_config_makefile dlls
/vcomp110 enable_vcomp110
21986 wine_fn_config_makefile dlls
/vcomp110
/tests enable_tests
21987 wine_fn_config_makefile dlls
/vcomp120 enable_vcomp120
21988 wine_fn_config_makefile dlls
/vcomp140 enable_vcomp140
21989 wine_fn_config_makefile dlls
/vcomp90 enable_vcomp90
21990 wine_fn_config_makefile dlls
/vcruntime140 enable_vcruntime140
21991 wine_fn_config_makefile dlls
/vcruntime140_1 enable_vcruntime140_1
21992 wine_fn_config_makefile dlls
/vdhcp.vxd enable_win16
21993 wine_fn_config_makefile dlls
/vdmdbg enable_vdmdbg
21994 wine_fn_config_makefile dlls
/ver.dll16 enable_win16
21995 wine_fn_config_makefile dlls
/version enable_version
21996 wine_fn_config_makefile dlls
/version
/tests enable_tests
21997 wine_fn_config_makefile dlls
/vga enable_vga
21998 wine_fn_config_makefile dlls
/virtdisk enable_virtdisk
21999 wine_fn_config_makefile dlls
/virtdisk
/tests enable_tests
22000 wine_fn_config_makefile dlls
/vmm.vxd enable_win16
22001 wine_fn_config_makefile dlls
/vnbt.vxd enable_win16
22002 wine_fn_config_makefile dlls
/vnetbios.vxd enable_win16
22003 wine_fn_config_makefile dlls
/vssapi enable_vssapi
22004 wine_fn_config_makefile dlls
/vtdapi.vxd enable_win16
22005 wine_fn_config_makefile dlls
/vulkan-1 enable_vulkan_1
22006 wine_fn_config_makefile dlls
/vulkan-
1/tests enable_tests
22007 wine_fn_config_makefile dlls
/vwin32.vxd enable_win16
22008 wine_fn_config_makefile dlls
/w32skrnl enable_win16
22009 wine_fn_config_makefile dlls
/w32sys.dll16 enable_win16
22010 wine_fn_config_makefile dlls
/wbemdisp enable_wbemdisp
22011 wine_fn_config_makefile dlls
/wbemdisp
/tests enable_tests
22012 wine_fn_config_makefile dlls
/wbemprox enable_wbemprox
22013 wine_fn_config_makefile dlls
/wbemprox
/tests enable_tests
22014 wine_fn_config_makefile dlls
/wdscore enable_wdscore
22015 wine_fn_config_makefile dlls
/webservices enable_webservices
22016 wine_fn_config_makefile dlls
/webservices
/tests enable_tests
22017 wine_fn_config_makefile dlls
/websocket enable_websocket
22018 wine_fn_config_makefile dlls
/wer enable_wer
22019 wine_fn_config_makefile dlls
/wer
/tests enable_tests
22020 wine_fn_config_makefile dlls
/wevtapi enable_wevtapi
22021 wine_fn_config_makefile dlls
/wevtapi
/tests enable_tests
22022 wine_fn_config_makefile dlls
/wevtsvc enable_wevtsvc
22023 wine_fn_config_makefile dlls
/wiaservc enable_wiaservc
22024 wine_fn_config_makefile dlls
/wiaservc
/tests enable_tests
22025 wine_fn_config_makefile dlls
/wimgapi enable_wimgapi
22026 wine_fn_config_makefile dlls
/win32s16.dll16 enable_win16
22027 wine_fn_config_makefile dlls
/win32u enable_win32u
22028 wine_fn_config_makefile dlls
/win32u
/tests enable_tests
22029 wine_fn_config_makefile dlls
/win87em.dll16 enable_win16
22030 wine_fn_config_makefile dlls
/winaspi.dll16 enable_win16
22031 wine_fn_config_makefile dlls
/windebug.dll16 enable_win16
22032 wine_fn_config_makefile dlls
/windows.applicationmodel enable_windows_applicationmodel
22033 wine_fn_config_makefile dlls
/windows.applicationmodel
/tests enable_tests
22034 wine_fn_config_makefile dlls
/windows.devices.bluetooth enable_windows_devices_bluetooth
22035 wine_fn_config_makefile dlls
/windows.devices.bluetooth
/tests enable_tests
22036 wine_fn_config_makefile dlls
/windows.devices.enumeration enable_windows_devices_enumeration
22037 wine_fn_config_makefile dlls
/windows.devices.enumeration
/tests enable_tests
22038 wine_fn_config_makefile dlls
/windows.devices.usb enable_windows_devices_usb
22039 wine_fn_config_makefile dlls
/windows.devices.usb
/tests enable_tests
22040 wine_fn_config_makefile dlls
/windows.gaming.input enable_windows_gaming_input
22041 wine_fn_config_makefile dlls
/windows.gaming.input
/tests enable_tests
22042 wine_fn_config_makefile dlls
/windows.gaming.ui.gamebar enable_windows_gaming_ui_gamebar
22043 wine_fn_config_makefile dlls
/windows.gaming.ui.gamebar
/tests enable_tests
22044 wine_fn_config_makefile dlls
/windows.globalization enable_windows_globalization
22045 wine_fn_config_makefile dlls
/windows.globalization
/tests enable_tests
22046 wine_fn_config_makefile dlls
/windows.media.devices enable_windows_media_devices
22047 wine_fn_config_makefile dlls
/windows.media.devices
/tests enable_tests
22048 wine_fn_config_makefile dlls
/windows.media.mediacontrol enable_windows_media_mediacontrol
22049 wine_fn_config_makefile dlls
/windows.media.mediacontrol
/tests enable_tests
22050 wine_fn_config_makefile dlls
/windows.media.speech enable_windows_media_speech
22051 wine_fn_config_makefile dlls
/windows.media.speech
/tests enable_tests
22052 wine_fn_config_makefile dlls
/windows.media enable_windows_media
22053 wine_fn_config_makefile dlls
/windows.media
/tests enable_tests
22054 wine_fn_config_makefile dlls
/windows.networking.hostname enable_windows_networking_hostname
22055 wine_fn_config_makefile dlls
/windows.networking.hostname
/tests enable_tests
22056 wine_fn_config_makefile dlls
/windows.networking enable_windows_networking
22057 wine_fn_config_makefile dlls
/windows.perception.stub enable_windows_perception_stub
22058 wine_fn_config_makefile dlls
/windows.perception.stub
/tests enable_tests
22059 wine_fn_config_makefile dlls
/windows.security.credentials.ui.userconsentverifier enable_windows_security_credentials_ui_userconsentverifier
22060 wine_fn_config_makefile dlls
/windows.security.credentials.ui.userconsentverifier
/tests enable_tests
22061 wine_fn_config_makefile dlls
/windows.storage.applicationdata enable_windows_storage_applicationdata
22062 wine_fn_config_makefile dlls
/windows.storage.applicationdata
/tests enable_tests
22063 wine_fn_config_makefile dlls
/windows.system.profile.systemmanufacturers enable_windows_system_profile_systemmanufacturers
22064 wine_fn_config_makefile dlls
/windows.system.profile.systemmanufacturers
/tests enable_tests
22065 wine_fn_config_makefile dlls
/windows.ui enable_windows_ui
22066 wine_fn_config_makefile dlls
/windows.ui
/tests enable_tests
22067 wine_fn_config_makefile dlls
/windowscodecs enable_windowscodecs
22068 wine_fn_config_makefile dlls
/windowscodecs
/tests enable_tests
22069 wine_fn_config_makefile dlls
/windowscodecsext enable_windowscodecsext
22070 wine_fn_config_makefile dlls
/windowscodecsext
/tests enable_tests
22071 wine_fn_config_makefile dlls
/winealsa.drv enable_winealsa_drv
22072 wine_fn_config_makefile dlls
/wineandroid.drv enable_wineandroid_drv
22073 wine_fn_config_makefile dlls
/winebus.sys enable_winebus_sys
22074 wine_fn_config_makefile dlls
/winecoreaudio.drv enable_winecoreaudio_drv
22075 wine_fn_config_makefile dlls
/winecrt0 enable_winecrt0
22076 wine_fn_config_makefile dlls
/wined3d enable_wined3d
22077 wine_fn_config_makefile dlls
/winegstreamer enable_winegstreamer
22078 wine_fn_config_makefile dlls
/winehid.sys enable_winehid_sys
22079 wine_fn_config_makefile dlls
/winemac.drv enable_winemac_drv
22080 wine_fn_config_makefile dlls
/winemapi enable_winemapi
22081 wine_fn_config_makefile dlls
/wineoss.drv enable_wineoss_drv
22082 wine_fn_config_makefile dlls
/wineps.drv enable_wineps_drv
22083 wine_fn_config_makefile dlls
/wineps16.drv16 enable_win16
22084 wine_fn_config_makefile dlls
/winepulse.drv enable_winepulse_drv
22085 wine_fn_config_makefile dlls
/wineusb.sys enable_wineusb_sys
22086 wine_fn_config_makefile dlls
/winevulkan enable_winevulkan
22087 wine_fn_config_makefile dlls
/winewayland.drv enable_winewayland_drv
22088 wine_fn_config_makefile dlls
/winex11.drv enable_winex11_drv
22089 wine_fn_config_makefile dlls
/winexinput.sys enable_winexinput_sys
22090 wine_fn_config_makefile dlls
/wing.dll16 enable_win16
22091 wine_fn_config_makefile dlls
/wing32 enable_wing32
22092 wine_fn_config_makefile dlls
/winhttp enable_winhttp
22093 wine_fn_config_makefile dlls
/winhttp
/tests enable_tests
22094 wine_fn_config_makefile dlls
/wininet enable_wininet
22095 wine_fn_config_makefile dlls
/wininet
/tests enable_tests
22096 wine_fn_config_makefile dlls
/winmm enable_winmm
22097 wine_fn_config_makefile dlls
/winmm
/tests enable_tests
22098 wine_fn_config_makefile dlls
/winnls.dll16 enable_win16
22099 wine_fn_config_makefile dlls
/winnls32 enable_winnls32
22100 wine_fn_config_makefile dlls
/winprint enable_winprint
22101 wine_fn_config_makefile dlls
/winscard enable_winscard
22102 wine_fn_config_makefile dlls
/winscard
/tests enable_tests
22103 wine_fn_config_makefile dlls
/winsock.dll16 enable_win16
22104 wine_fn_config_makefile dlls
/winspool.drv enable_winspool_drv
22105 wine_fn_config_makefile dlls
/winspool.drv
/tests enable_tests
22106 wine_fn_config_makefile dlls
/winsta enable_winsta
22107 wine_fn_config_makefile dlls
/wintab.dll16 enable_win16
22108 wine_fn_config_makefile dlls
/wintab32 enable_wintab32
22109 wine_fn_config_makefile dlls
/wintab32
/tests enable_tests
22110 wine_fn_config_makefile dlls
/wintrust enable_wintrust
22111 wine_fn_config_makefile dlls
/wintrust
/tests enable_tests
22112 wine_fn_config_makefile dlls
/wintypes enable_wintypes
22113 wine_fn_config_makefile dlls
/wintypes
/tests enable_tests
22114 wine_fn_config_makefile dlls
/winusb enable_winusb
22115 wine_fn_config_makefile dlls
/wlanapi enable_wlanapi
22116 wine_fn_config_makefile dlls
/wlanapi
/tests enable_tests
22117 wine_fn_config_makefile dlls
/wlanui enable_wlanui
22118 wine_fn_config_makefile dlls
/wldap32 enable_wldap32
22119 wine_fn_config_makefile dlls
/wldap32
/tests enable_tests
22120 wine_fn_config_makefile dlls
/wldp enable_wldp
22121 wine_fn_config_makefile dlls
/wmasf enable_wmasf
22122 wine_fn_config_makefile dlls
/wmi enable_wmi
22123 wine_fn_config_makefile dlls
/wmiutils enable_wmiutils
22124 wine_fn_config_makefile dlls
/wmiutils
/tests enable_tests
22125 wine_fn_config_makefile dlls
/wmp enable_wmp
22126 wine_fn_config_makefile dlls
/wmp
/tests enable_tests
22127 wine_fn_config_makefile dlls
/wmphoto enable_wmphoto
22128 wine_fn_config_makefile dlls
/wmvcore enable_wmvcore
22129 wine_fn_config_makefile dlls
/wmvcore
/tests enable_tests
22130 wine_fn_config_makefile dlls
/wnaspi32 enable_wnaspi32
22131 wine_fn_config_makefile dlls
/wofutil enable_wofutil
22132 wine_fn_config_makefile dlls
/wow32 enable_win16
22133 wine_fn_config_makefile dlls
/wow64 enable_wow64
22134 wine_fn_config_makefile dlls
/wow64cpu enable_wow64cpu
22135 wine_fn_config_makefile dlls
/wow64win enable_wow64win
22136 wine_fn_config_makefile dlls
/wpc enable_wpc
22137 wine_fn_config_makefile dlls
/wpc
/tests enable_tests
22138 wine_fn_config_makefile dlls
/wpcap enable_wpcap
22139 wine_fn_config_makefile dlls
/wpcap
/tests enable_tests
22140 wine_fn_config_makefile dlls
/ws2_32 enable_ws2_32
22141 wine_fn_config_makefile dlls
/ws2_32
/tests enable_tests
22142 wine_fn_config_makefile dlls
/wsdapi enable_wsdapi
22143 wine_fn_config_makefile dlls
/wsdapi
/tests enable_tests
22144 wine_fn_config_makefile dlls
/wshom.ocx enable_wshom_ocx
22145 wine_fn_config_makefile dlls
/wshom.ocx
/tests enable_tests
22146 wine_fn_config_makefile dlls
/wsnmp32 enable_wsnmp32
22147 wine_fn_config_makefile dlls
/wsnmp32
/tests enable_tests
22148 wine_fn_config_makefile dlls
/wsock32 enable_wsock32
22149 wine_fn_config_makefile dlls
/wtsapi32 enable_wtsapi32
22150 wine_fn_config_makefile dlls
/wtsapi32
/tests enable_tests
22151 wine_fn_config_makefile dlls
/wuapi enable_wuapi
22152 wine_fn_config_makefile dlls
/wuaueng enable_wuaueng
22153 wine_fn_config_makefile dlls
/x3daudio1_0 enable_x3daudio1_0
22154 wine_fn_config_makefile dlls
/x3daudio1_1 enable_x3daudio1_1
22155 wine_fn_config_makefile dlls
/x3daudio1_2 enable_x3daudio1_2
22156 wine_fn_config_makefile dlls
/x3daudio1_3 enable_x3daudio1_3
22157 wine_fn_config_makefile dlls
/x3daudio1_4 enable_x3daudio1_4
22158 wine_fn_config_makefile dlls
/x3daudio1_5 enable_x3daudio1_5
22159 wine_fn_config_makefile dlls
/x3daudio1_6 enable_x3daudio1_6
22160 wine_fn_config_makefile dlls
/x3daudio1_7 enable_x3daudio1_7
22161 wine_fn_config_makefile dlls
/xactengine2_0 enable_xactengine2_0
22162 wine_fn_config_makefile dlls
/xactengine2_4 enable_xactengine2_4
22163 wine_fn_config_makefile dlls
/xactengine2_7 enable_xactengine2_7
22164 wine_fn_config_makefile dlls
/xactengine2_9 enable_xactengine2_9
22165 wine_fn_config_makefile dlls
/xactengine3_0 enable_xactengine3_0
22166 wine_fn_config_makefile dlls
/xactengine3_1 enable_xactengine3_1
22167 wine_fn_config_makefile dlls
/xactengine3_2 enable_xactengine3_2
22168 wine_fn_config_makefile dlls
/xactengine3_3 enable_xactengine3_3
22169 wine_fn_config_makefile dlls
/xactengine3_4 enable_xactengine3_4
22170 wine_fn_config_makefile dlls
/xactengine3_5 enable_xactengine3_5
22171 wine_fn_config_makefile dlls
/xactengine3_6 enable_xactengine3_6
22172 wine_fn_config_makefile dlls
/xactengine3_7 enable_xactengine3_7
22173 wine_fn_config_makefile dlls
/xactengine3_
7/tests enable_tests
22174 wine_fn_config_makefile dlls
/xapofx1_1 enable_xapofx1_1
22175 wine_fn_config_makefile dlls
/xapofx1_2 enable_xapofx1_2
22176 wine_fn_config_makefile dlls
/xapofx1_3 enable_xapofx1_3
22177 wine_fn_config_makefile dlls
/xapofx1_4 enable_xapofx1_4
22178 wine_fn_config_makefile dlls
/xapofx1_5 enable_xapofx1_5
22179 wine_fn_config_makefile dlls
/xaudio2_0 enable_xaudio2_0
22180 wine_fn_config_makefile dlls
/xaudio2_1 enable_xaudio2_1
22181 wine_fn_config_makefile dlls
/xaudio2_2 enable_xaudio2_2
22182 wine_fn_config_makefile dlls
/xaudio2_3 enable_xaudio2_3
22183 wine_fn_config_makefile dlls
/xaudio2_4 enable_xaudio2_4
22184 wine_fn_config_makefile dlls
/xaudio2_5 enable_xaudio2_5
22185 wine_fn_config_makefile dlls
/xaudio2_6 enable_xaudio2_6
22186 wine_fn_config_makefile dlls
/xaudio2_7 enable_xaudio2_7
22187 wine_fn_config_makefile dlls
/xaudio2_
7/tests enable_tests
22188 wine_fn_config_makefile dlls
/xaudio2_8 enable_xaudio2_8
22189 wine_fn_config_makefile dlls
/xaudio2_
8/tests enable_tests
22190 wine_fn_config_makefile dlls
/xaudio2_9 enable_xaudio2_9
22191 wine_fn_config_makefile dlls
/xinput1_1 enable_xinput1_1
22192 wine_fn_config_makefile dlls
/xinput1_2 enable_xinput1_2
22193 wine_fn_config_makefile dlls
/xinput1_3 enable_xinput1_3
22194 wine_fn_config_makefile dlls
/xinput1_
3/tests enable_tests
22195 wine_fn_config_makefile dlls
/xinput1_4 enable_xinput1_4
22196 wine_fn_config_makefile dlls
/xinput9_1_0 enable_xinput9_1_0
22197 wine_fn_config_makefile dlls
/xinputuap enable_xinputuap
22198 wine_fn_config_makefile dlls
/xmllite enable_xmllite
22199 wine_fn_config_makefile dlls
/xmllite
/tests enable_tests
22200 wine_fn_config_makefile dlls
/xolehlp enable_xolehlp
22201 wine_fn_config_makefile dlls
/xpsprint enable_xpsprint
22202 wine_fn_config_makefile dlls
/xpssvcs enable_xpssvcs
22203 wine_fn_config_makefile fonts enable_fonts
22204 wine_fn_config_makefile include enable_include
22205 wine_fn_config_makefile libs
/adsiid enable_adsiid
22206 wine_fn_config_makefile libs
/dmoguids enable_dmoguids
22207 wine_fn_config_makefile libs
/dxerr8 enable_dxerr8
22208 wine_fn_config_makefile libs
/dxerr9 enable_dxerr9
22209 wine_fn_config_makefile libs
/dxguid enable_dxguid
22210 wine_fn_config_makefile libs
/faudio enable_faudio
22211 wine_fn_config_makefile libs
/fluidsynth enable_fluidsynth
22212 wine_fn_config_makefile libs
/gsm enable_gsm
22213 wine_fn_config_makefile libs
/jpeg enable_jpeg
22214 wine_fn_config_makefile libs
/jxr enable_jxr
22215 wine_fn_config_makefile libs
/lcms2 enable_lcms2
22216 wine_fn_config_makefile libs
/ldap enable_ldap
22217 wine_fn_config_makefile libs
/mfuuid enable_mfuuid
22218 wine_fn_config_makefile libs
/mpg123 enable_mpg123
22219 wine_fn_config_makefile libs
/musl enable_musl
22220 wine_fn_config_makefile libs
/png enable_png
22221 wine_fn_config_makefile libs
/strmbase enable_strmbase
22222 wine_fn_config_makefile libs
/strmiids enable_strmiids
22223 wine_fn_config_makefile libs
/tiff enable_tiff
22224 wine_fn_config_makefile libs
/uuid enable_uuid
22225 wine_fn_config_makefile libs
/vkd3d enable_vkd3d
22226 wine_fn_config_makefile libs
/wbemuuid enable_wbemuuid
22227 wine_fn_config_makefile libs
/wmcodecdspuuid enable_wmcodecdspuuid
22228 wine_fn_config_makefile libs
/xml2 enable_xml2
22229 wine_fn_config_makefile libs
/xslt enable_xslt
22230 wine_fn_config_makefile libs
/zlib enable_zlib
22231 wine_fn_config_makefile libs
/zydis enable_zydis
22232 wine_fn_config_makefile loader enable_loader
22233 wine_fn_config_makefile nls enable_nls
22234 wine_fn_config_makefile po enable_po
22235 wine_fn_config_makefile programs
/arp enable_arp
22236 wine_fn_config_makefile programs
/aspnet_regiis enable_aspnet_regiis
22237 wine_fn_config_makefile programs
/attrib enable_attrib
22238 wine_fn_config_makefile programs
/cabarc enable_cabarc
22239 wine_fn_config_makefile programs
/cacls enable_cacls
22240 wine_fn_config_makefile programs
/certutil enable_certutil
22241 wine_fn_config_makefile programs
/chcp.com enable_chcp_com
22242 wine_fn_config_makefile programs
/clock enable_clock
22243 wine_fn_config_makefile programs
/cmd enable_cmd
22244 wine_fn_config_makefile programs
/cmd
/tests enable_tests
22245 wine_fn_config_makefile programs
/conhost enable_conhost
22246 wine_fn_config_makefile programs
/conhost
/tests enable_tests
22247 wine_fn_config_makefile programs
/control enable_control
22248 wine_fn_config_makefile programs
/cscript enable_cscript
22249 wine_fn_config_makefile programs
/dism enable_dism
22250 wine_fn_config_makefile programs
/dllhost enable_dllhost
22251 wine_fn_config_makefile programs
/dplaysvr enable_dplaysvr
22252 wine_fn_config_makefile programs
/dpnsvr enable_dpnsvr
22253 wine_fn_config_makefile programs
/dpvsetup enable_dpvsetup
22254 wine_fn_config_makefile programs
/dxdiag enable_dxdiag
22255 wine_fn_config_makefile programs
/eject enable_eject
22256 wine_fn_config_makefile programs
/expand enable_expand
22257 wine_fn_config_makefile programs
/explorer enable_explorer
22258 wine_fn_config_makefile programs
/explorer
/tests enable_tests
22259 wine_fn_config_makefile programs
/extrac32 enable_extrac32
22260 wine_fn_config_makefile programs
/fc enable_fc
22261 wine_fn_config_makefile programs
/find enable_find
22262 wine_fn_config_makefile programs
/find
/tests enable_tests
22263 wine_fn_config_makefile programs
/findstr enable_findstr
22264 wine_fn_config_makefile programs
/findstr
/tests enable_tests
22265 wine_fn_config_makefile programs
/fsutil enable_fsutil
22266 wine_fn_config_makefile programs
/fsutil
/tests enable_tests
22267 wine_fn_config_makefile programs
/hh enable_hh
22268 wine_fn_config_makefile programs
/hostname enable_hostname
22269 wine_fn_config_makefile programs
/icacls enable_icacls
22270 wine_fn_config_makefile programs
/icinfo enable_icinfo
22271 wine_fn_config_makefile programs
/iexplore enable_iexplore
22272 wine_fn_config_makefile programs
/ipconfig enable_ipconfig
22273 wine_fn_config_makefile programs
/klist enable_klist
22274 wine_fn_config_makefile programs
/lodctr enable_lodctr
22275 wine_fn_config_makefile programs
/mofcomp enable_mofcomp
22276 wine_fn_config_makefile programs
/mshta enable_mshta
22277 wine_fn_config_makefile programs
/msidb enable_msidb
22278 wine_fn_config_makefile programs
/msiexec enable_msiexec
22279 wine_fn_config_makefile programs
/msinfo32 enable_msinfo32
22280 wine_fn_config_makefile programs
/net enable_net
22281 wine_fn_config_makefile programs
/netsh enable_netsh
22282 wine_fn_config_makefile programs
/netstat enable_netstat
22283 wine_fn_config_makefile programs
/ngen enable_ngen
22284 wine_fn_config_makefile programs
/notepad enable_notepad
22285 wine_fn_config_makefile programs
/oleview enable_oleview
22286 wine_fn_config_makefile programs
/ping enable_ping
22287 wine_fn_config_makefile programs
/plugplay enable_plugplay
22288 wine_fn_config_makefile programs
/pnputil enable_pnputil
22289 wine_fn_config_makefile programs
/powershell enable_powershell
22290 wine_fn_config_makefile programs
/presentationfontcache enable_presentationfontcache
22291 wine_fn_config_makefile programs
/progman enable_progman
22292 wine_fn_config_makefile programs
/reg enable_reg
22293 wine_fn_config_makefile programs
/reg
/tests enable_tests
22294 wine_fn_config_makefile programs
/regasm enable_regasm
22295 wine_fn_config_makefile programs
/regedit enable_regedit
22296 wine_fn_config_makefile programs
/regedit
/tests enable_tests
22297 wine_fn_config_makefile programs
/regini enable_regini
22298 wine_fn_config_makefile programs
/regsvcs enable_regsvcs
22299 wine_fn_config_makefile programs
/regsvr32 enable_regsvr32
22300 wine_fn_config_makefile programs
/robocopy enable_robocopy
22301 wine_fn_config_makefile programs
/rpcss enable_rpcss
22302 wine_fn_config_makefile programs
/rundll.exe16 enable_win16
22303 wine_fn_config_makefile programs
/rundll32 enable_rundll32
22304 wine_fn_config_makefile programs
/sc enable_sc
22305 wine_fn_config_makefile programs
/sc
/tests enable_tests
22306 wine_fn_config_makefile programs
/schtasks enable_schtasks
22307 wine_fn_config_makefile programs
/schtasks
/tests enable_tests
22308 wine_fn_config_makefile programs
/sdbinst enable_sdbinst
22309 wine_fn_config_makefile programs
/secedit enable_secedit
22310 wine_fn_config_makefile programs
/servicemodelreg enable_servicemodelreg
22311 wine_fn_config_makefile programs
/services enable_services
22312 wine_fn_config_makefile programs
/services
/tests enable_tests
22313 wine_fn_config_makefile programs
/setx enable_setx
22314 wine_fn_config_makefile programs
/shutdown enable_shutdown
22315 wine_fn_config_makefile programs
/spoolsv enable_spoolsv
22316 wine_fn_config_makefile programs
/start enable_start
22317 wine_fn_config_makefile programs
/subst enable_subst
22318 wine_fn_config_makefile programs
/svchost enable_svchost
22319 wine_fn_config_makefile programs
/systeminfo enable_systeminfo
22320 wine_fn_config_makefile programs
/taskkill enable_taskkill
22321 wine_fn_config_makefile programs
/tasklist enable_tasklist
22322 wine_fn_config_makefile programs
/tasklist
/tests enable_tests
22323 wine_fn_config_makefile programs
/taskmgr enable_taskmgr
22324 wine_fn_config_makefile programs
/termsv enable_termsv
22325 wine_fn_config_makefile programs
/uninstaller enable_uninstaller
22326 wine_fn_config_makefile programs
/unlodctr enable_unlodctr
22327 wine_fn_config_makefile programs
/view enable_view
22328 wine_fn_config_makefile programs
/wevtutil enable_wevtutil
22329 wine_fn_config_makefile programs
/where enable_where
22330 wine_fn_config_makefile programs
/whoami enable_whoami
22331 wine_fn_config_makefile programs
/wineboot enable_wineboot
22332 wine_fn_config_makefile programs
/winebrowser enable_winebrowser
22333 wine_fn_config_makefile programs
/winecfg enable_winecfg
22334 wine_fn_config_makefile programs
/wineconsole enable_wineconsole
22335 wine_fn_config_makefile programs
/winedbg enable_winedbg
22336 wine_fn_config_makefile programs
/winedevice enable_winedevice
22337 wine_fn_config_makefile programs
/winefile enable_winefile
22338 wine_fn_config_makefile programs
/winemenubuilder enable_winemenubuilder
22339 wine_fn_config_makefile programs
/winemine enable_winemine
22340 wine_fn_config_makefile programs
/winemsibuilder enable_winemsibuilder
22341 wine_fn_config_makefile programs
/winepath enable_winepath
22342 wine_fn_config_makefile programs
/winetest enable_winetest
22343 wine_fn_config_makefile programs
/winevdm enable_win16
22344 wine_fn_config_makefile programs
/winhelp.exe16 enable_win16
22345 wine_fn_config_makefile programs
/winhlp32 enable_winhlp32
22346 wine_fn_config_makefile programs
/winmgmt enable_winmgmt
22347 wine_fn_config_makefile programs
/winoldap.mod16 enable_win16
22348 wine_fn_config_makefile programs
/winver enable_winver
22349 wine_fn_config_makefile programs
/wmic enable_wmic
22350 wine_fn_config_makefile programs
/wmplayer enable_wmplayer
22351 wine_fn_config_makefile programs
/wordpad enable_wordpad
22352 wine_fn_config_makefile programs
/write enable_write
22353 wine_fn_config_makefile programs
/wscript enable_wscript
22354 wine_fn_config_makefile programs
/wscript
/tests enable_tests
22355 wine_fn_config_makefile programs
/wuauserv enable_wuauserv
22356 wine_fn_config_makefile programs
/wusa enable_wusa
22357 wine_fn_config_makefile programs
/xcopy enable_xcopy
22358 wine_fn_config_makefile programs
/xcopy
/tests enable_tests
22359 wine_fn_config_makefile server enable_server
22360 test "x$enable_tools" = xno || wine_fn_config_makefile tools enable_tools
22361 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/sfnt2fon enable_sfnt2fon
22362 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/widl enable_widl
22363 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/winebuild enable_winebuild
22364 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/winedump enable_winedump
22365 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/winegcc enable_winegcc
22366 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/winemaker enable_winemaker
22367 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/wmc enable_wmc
22368 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/wrc enable_wrc
22371 as_fn_append CONFIGURE_TARGETS
" TAGS"
22372 as_fn_append CONFIGURE_TARGETS
" tags"
22373 as_fn_append CONFIGURE_TARGETS
" autom4te.cache"
22374 as_fn_append CONFIGURE_TARGETS
" config.log"
22375 as_fn_append CONFIGURE_TARGETS
" config.status"
22376 as_fn_append CONFIGURE_TARGETS
" include/config.h"
22377 as_fn_append CONFIGURE_TARGETS
" include/stamp-h"
22378 test "$wine_binary" = wine || as_fn_append CONFIGURE_TARGETS
" loader/wine"
22380 if test "x$enable_tools" != xno
22382 as_fn_append CONFIGURE_TARGETS
" tools/makedep$ac_exeext"
22383 ac_config_commands
="$ac_config_commands tools/makedep"
22387 ac_config_commands
="$ac_config_commands Makefile"
22394 as_fn_append wine_rules
"
22396 @echo \"Wine build complete.\"
22400 Makefile: config.status \$(MAKEDEP)
22401 @./config.status Makefile
22402 depend: \$(MAKEDEP)
22403 \$(MAKEDEP)$makedep_flags"
22406 as_fn_append wine_rules
"
22407 config.status: ${wine_srcdir}configure
22408 @./config.status --recheck
22409 include/config.h: include/stamp-h
22410 include/stamp-h: ${wine_srcdir}include/config.h.in config.status
22411 @./config.status include/config.h include/stamp-h"
22413 if test "x$enable_maintainer_mode" = xyes
22415 as_fn_append wine_rules
"
22416 configure: configure.ac aclocal.m4
22417 autoconf --warnings=all
22418 include/config.h.in: include/stamp-h.in
22419 include/stamp-h.in: configure.ac aclocal.m4
22420 autoheader --warnings=all
22421 @echo timestamp > \$@"
22424 if test "x$enable_tools" != xno
22426 as_fn_append wine_rules
"
22427 tools/makedep$ac_exeext: ${wine_srcdir}tools/makedep.c include/config.h config.status
22428 @./config.status tools/makedep
22429 Makefile: tools/makedep$ac_exeext"
22431 as_fn_append wine_rules
"
22433 @echo \"You need to run make in $toolsdir first\" && false"
22437 if test -n "$with_wine64"
22439 case "$with_wine64" in
22443 rm -f fonts server
2>/dev
/null
22444 as_fn_append wine_rules
"
22445 all: loader/wine64 loader/wine64-preloader $with_wine64/loader/wine $with_wine64/loader/wine-preloader
22446 loader/wine64 loader/wine64-preloader:
22447 rm -f \$@ && \$(LN_S) $reldir$with_wine64/\$@ \$@
22448 $with_wine64/loader/wine:
22449 rm -f \$@ && \$(LN_S) $ac_pwd/loader/wine \$@
22450 $with_wine64/loader/wine-preloader:
22451 rm -f \$@ && \$(LN_S) $ac_pwd/loader/wine-preloader \$@
22453 rm -f loader/wine64 loader/wine64-preloader $with_wine64/loader/wine $with_wine64/loader/wine-preloader"
22455 TOP_INSTALL_DEV
="$TOP_INSTALL_DEV include"
22456 TOP_INSTALL_LIB
="$TOP_INSTALL_LIB \
22460 programs/msidb/msidb \
22461 programs/msiexec/msiexec \
22462 programs/notepad/notepad \
22463 programs/regedit/regedit \
22464 programs/regsvr32/regsvr32 \
22465 programs/wineboot/wineboot \
22466 programs/winecfg/winecfg \
22467 programs/wineconsole/wineconsole \
22468 programs/winedbg/winedbg \
22469 programs/winefile/winefile \
22470 programs/winemine/winemine \
22471 programs/winepath/winepath \
22475 cygwin
*|mingw32
*|darwin
*|macosx
*|linux-android
*) ;;
22476 *) TOP_INSTALL_LIB
="$TOP_INSTALL_LIB loader/wine.desktop" ;;
22481 as_fn_append wine_rules
"
22483 rm -rf autom4te.cache
22485 rm -f configure include/config.h.in"
22488 as_fn_append wine_rules
"
22489 dlls/ntdll/unix/version.c: dummy
22490 @version=\`(GIT_DIR=${wine_srcdir}.git git describe HEAD 2>/dev/null || echo \"wine-\$(PACKAGE_VERSION)\") | sed -n -e '\$\$s/\(.*\)/const char wine_build[] = \"\\1\";/p'\` && (echo \$\$version | cmp -s - \$@) || echo \$\$version >\$@ || (rm -f \$@ && exit 1)
22491 programs/winetest/build.rc: dummy
22492 @build=\"STRINGTABLE { 1 \\\"\`GIT_DIR=${wine_srcdir}.git git rev-parse HEAD 2>/dev/null\`\\\" }\" && (echo \$\$build | cmp -s - \$@) || echo \$\$build >\$@ || (rm -f \$@ && exit 1)
22493 programs/winetest/build.nfo:
22495 dlls/wineandroid.drv/wine-debug.apk: dlls/wineandroid.drv/build.gradle ${wine_srcdir}dlls/wineandroid.drv/AndroidManifest.xml ${wine_srcdir}dlls/wineandroid.drv/WineActivity.java ${wine_srcdir}dlls/wineandroid.drv/wine.svg
22496 cd dlls/wineandroid.drv && gradle -q -Psrcdir=$srcdir assembleDebug
22497 mv dlls/wineandroid.drv/build/outputs/apk/wine-debug.apk \$@"
22500 TAGSFLAGS
="--langmap='c:+.idl.l.rh,make:(Make*.in)'"
22502 as_fn_append wine_rules
"
22505 (test -d .git && git ls-files || find -L $srcdir -name '*.[ch]' -print) | xargs etags -a \$(TAGSFLAGS)
22508 (test -d .git && git ls-files || find -L $srcdir -name '*.[ch]' -print) | xargs ctags -a \$(TAGSFLAGS)
22510 .PHONY: depend dummy install-manpages"
22512 printf "%s\n" " done" >&6
22513 cat >confcache
<<\_ACEOF
22514 # This file is a shell script that caches the results of configure
22515 # tests run on this system so they can be shared between configure
22516 # scripts and configure runs, see configure's option --config-cache.
22517 # It is not useful on other systems. If it contains results you don't
22518 # want to keep, you may remove or edit it.
22520 # config.status only pays attention to the cache file if you give it
22521 # the --recheck option to rerun configure.
22523 # `ac_cv_env_foo' variables (set or unset) will be overridden when
22524 # loading this file, other *unset* `ac_cv_foo' will be assigned the
22525 # following values.
22529 # The following way of writing the cache mishandles newlines in values,
22530 # but we know of no workaround that is simple, portable, and efficient.
22531 # So, we kill variables containing newlines.
22532 # Ultrix sh set writes to stderr and can't be redirected directly,
22533 # and sets the high bit in the cache file unless we assign to the vars.
22535 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
22536 eval ac_val
=\$
$ac_var
22540 *_cv_
*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
22541 printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
22544 _ | IFS | as_nl
) ;; #(
22545 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
22546 *) { eval $ac_var=; unset $ac_var;} ;;
22552 case $as_nl`(ac_space=' '; set) 2>&1` in #(
22553 *${as_nl}ac_space
=\
*)
22554 # `set' does not quote correctly, so add quotes: double-quote
22555 # substitution turns \\\\ into \\, and sed turns \\ into \.
22558 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
22561 # `set' quotes correctly as required by POSIX, so do not add quotes.
22562 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
22571 s/^\([^=]*\)=\(.*[{}].*\)$/test ${\1+y} || &/
22573 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
22575 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
22576 if test -w "$cache_file"; then
22577 if test "x$cache_file" != "x/dev/null"; then
22578 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
22579 printf "%s\n" "$as_me: updating cache $cache_file" >&6;}
22580 if test ! -f "$cache_file" ||
test -h "$cache_file"; then
22581 cat confcache
>"$cache_file"
22583 case $cache_file in #(
22585 mv -f confcache
"$cache_file"$$
&&
22586 mv -f "$cache_file"$$
"$cache_file" ;; #(
22588 mv -f confcache
"$cache_file" ;;
22593 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
22594 printf "%s\n" "$as_me: not updating unwritable cache $cache_file" >&6;}
22599 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
22600 # Let make expand exec_prefix.
22601 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
22603 DEFS
=-DHAVE_CONFIG_H
22608 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
22609 # 1. Remove the extension, and $U if already installed.
22610 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
22611 ac_i
=`printf "%s\n" "$ac_i" | sed "$ac_script"`
22612 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
22613 # will be set to the directory where LIBOBJS objects are built.
22614 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
22615 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
22617 LIBOBJS
=$ac_libobjs
22619 LTLIBOBJS
=$ac_ltlibobjs
22623 : "${CONFIG_STATUS=./config.status}"
22625 ac_clean_files_save
=$ac_clean_files
22626 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
22627 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
22628 printf "%s\n" "$as_me: creating $CONFIG_STATUS" >&6;}
22630 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
22632 # Generated by $as_me.
22633 # Run this file to recreate the current configuration.
22634 # Compiler output produced by configure, useful for debugging
22635 # configure, is in config.log if it exists.
22638 ac_cs_recheck=false
22641 SHELL=\${CONFIG_SHELL-$SHELL}
22644 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
22645 ## -------------------- ##
22646 ## M4sh Initialization. ##
22647 ## -------------------- ##
22649 # Be more Bourne compatible
22650 DUALCASE
=1; export DUALCASE
# for MKS sh
22652 if test ${ZSH_VERSION+y} && (emulate sh
) >/dev
/null
2>&1
22656 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
22657 # is contrary to our usage. Disable this feature.
22658 alias -g '${1+"$@"}'='"$@"'
22659 setopt NO_GLOB_SUBST
22661 case `(set -o) 2>/dev/null` in #(
22671 # Reset variables that may have inherited troublesome values from
22674 # IFS needs to be set, to space, tab, and newline, in precisely that order.
22675 # (If _AS_PATH_WALK were called with IFS unset, it would have the
22676 # side effect of setting IFS to empty, thus disabling word splitting.)
22677 # Quoting is to prevent editors from complaining about space-tab.
22687 # Ensure predictable behavior from utilities with locale-dependent output.
22693 # We cannot yet rely on "unset" to work, but we need these variables
22694 # to be unset--not just set to an empty or harmless value--now, to
22695 # avoid bugs in old shells (e.g. pre-3.0 UWIN ksh). This construct
22696 # also avoids known problems related to "unset" and subshell syntax
22697 # in other old shells (e.g. bash 2.01 and pdksh 5.2.14).
22698 for as_var
in BASH_ENV ENV MAIL MAILPATH CDPATH
22699 do eval test \
${$as_var+y} \
22700 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
22703 # Ensure that fds 0, 1, and 2 are open.
22704 if (exec 3>&0) 2>/dev
/null
; then :; else exec 0</dev
/null
; fi
22705 if (exec 3>&1) 2>/dev
/null
; then :; else exec 1>/dev
/null
; fi
22706 if (exec 3>&2) ; then :; else exec 2>/dev
/null
; fi
22708 # The user is always right.
22709 if ${PATH_SEPARATOR+false} :; then
22711 (PATH
='/bin;/bin'; FPATH
=$PATH; sh
-c :) >/dev
/null
2>&1 && {
22712 (PATH
='/bin:/bin'; FPATH
=$PATH; sh
-c :) >/dev
/null
2>&1 ||
22718 # Find who we are. Look in the path if we contain no directory separator.
22721 *[\\/]* ) as_myself
=$0 ;;
22722 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
22723 for as_dir
in $PATH
22726 case $as_dir in #(((
22729 *) as_dir
=$as_dir/ ;;
22731 test -r "$as_dir$0" && as_myself
=$as_dir$0 && break
22737 # We did not find ourselves, most probably we were run as `sh COMMAND'
22738 # in which case we are not to be found in the path.
22739 if test "x$as_myself" = x
; then
22742 if test ! -f "$as_myself"; then
22743 printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
22749 # as_fn_error STATUS ERROR [LINENO LOG_FD]
22750 # ----------------------------------------
22751 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
22752 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
22753 # script with STATUS, using 1 if that was 0.
22756 as_status
=$1; test $as_status -eq 0 && as_status
=1
22758 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
22759 printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
22761 printf "%s\n" "$as_me: error: $2" >&2
22762 as_fn_exit
$as_status
22767 # as_fn_set_status STATUS
22768 # -----------------------
22769 # Set $? to STATUS, without forking.
22770 as_fn_set_status
()
22773 } # as_fn_set_status
22775 # as_fn_exit STATUS
22776 # -----------------
22777 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
22781 as_fn_set_status
$1
22787 # Portably unset VAR.
22790 { eval $1=; unset $1;}
22792 as_unset
=as_fn_unset
22794 # as_fn_append VAR VALUE
22795 # ----------------------
22796 # Append the text in VALUE to the end of the definition contained in VAR. Take
22797 # advantage of any shell optimizations that allow amortized linear growth over
22798 # repeated appends, instead of the typical quadratic growth present in naive
22800 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
22802 eval 'as_fn_append ()
22813 # as_fn_arith ARG...
22814 # ------------------
22815 # Perform arithmetic evaluation on the ARGs, and store the result in the
22816 # global $as_val. Take advantage of shells that can avoid forks. The arguments
22817 # must be portable across $(()) and expr.
22818 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
22820 eval 'as_fn_arith ()
22827 as_val
=`expr "$@" || test $? -eq 1`
22832 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
22833 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
22839 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
22840 as_basename
=basename
22845 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
22851 as_me
=`$as_basename -- "$0" ||
22852 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
22853 X"$0" : 'X\(//\)$' \| \
22854 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
22855 printf "%s\n" X/"$0" |
22856 sed '/^.*\/\([^/][^/]*\)\/*$/{
22870 # Avoid depending upon Character Ranges.
22871 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
22872 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
22873 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
22874 as_cr_digits
='0123456789'
22875 as_cr_alnum
=$as_cr_Letters$as_cr_digits
22878 # Determine whether it's possible to make 'echo' print without a newline.
22879 # These variables are no longer used directly by Autoconf, but are AC_SUBSTed
22880 # for compatibility with existing Makefiles.
22881 ECHO_C
= ECHO_N
= ECHO_T
=
22882 case `echo -n x` in #(((((
22884 case `echo 'xy\c'` in
22885 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
22887 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
22894 # For backward compatibility with old third-party macros, we provide
22895 # the shell variables $as_echo and $as_echo_n. New code should use
22896 # AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively.
22897 as_echo
='printf %s\n'
22898 as_echo_n
='printf %s'
22900 rm -f conf$$ conf$$.exe conf$$.
file
22901 if test -d conf$$.dir
; then
22902 rm -f conf$$.dir
/conf$$.
file
22905 mkdir conf$$.dir
2>/dev
/null
22907 if (echo >conf$$.
file) 2>/dev
/null
; then
22908 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
22910 # ... but there are two gotchas:
22911 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
22912 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
22913 # In both cases, we have to default to `cp -pR'.
22914 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
22916 elif ln conf$$.
file conf$$
2>/dev
/null
; then
22924 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
22925 rmdir conf$$.dir
2>/dev
/null
22930 # Create "$as_dir" as a directory, including parents if necessary.
22935 -*) as_dir
=.
/$as_dir;;
22937 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
22941 *\'*) as_qdir
=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
22942 *) as_qdir
=$as_dir;;
22944 as_dirs
="'$as_qdir' $as_dirs"
22945 as_dir
=`$as_dirname -- "$as_dir" ||
22946 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
22947 X"$as_dir" : 'X\(//\)[^/]' \| \
22948 X"$as_dir" : 'X\(//\)$' \| \
22949 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
22950 printf "%s\n" X"$as_dir" |
22951 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
22955 /^X\(\/\/\)[^/].*/{
22968 test -d "$as_dir" && break
22970 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
22971 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
22975 if mkdir
-p .
2>/dev
/null
; then
22976 as_mkdir_p
='mkdir -p "$as_dir"'
22978 test -d .
/-p && rmdir .
/-p
22983 # as_fn_executable_p FILE
22984 # -----------------------
22985 # Test if FILE is an executable regular file.
22986 as_fn_executable_p
()
22988 test -f "$1" && test -x "$1"
22989 } # as_fn_executable_p
22990 as_test_x
='test -x'
22991 as_executable_p
=as_fn_executable_p
22993 # Sed expression to map a string onto a valid CPP name.
22994 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
22996 # Sed expression to map a string onto a valid variable name.
22997 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
23001 ## ----------------------------------- ##
23002 ## Main body of $CONFIG_STATUS script. ##
23003 ## ----------------------------------- ##
23005 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
23007 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
23008 # Save the log message, to keep $0 and so on meaningful, and to
23009 # report actual input values of CONFIG_FILES etc. instead of their
23010 # values after options handling.
23012 This file was extended by Wine $as_me 8.20, which was
23013 generated by GNU Autoconf 2.71. Invocation command line was
23015 CONFIG_FILES = $CONFIG_FILES
23016 CONFIG_HEADERS = $CONFIG_HEADERS
23017 CONFIG_LINKS = $CONFIG_LINKS
23018 CONFIG_COMMANDS = $CONFIG_COMMANDS
23021 on `(hostname || uname -n) 2>/dev/null | sed 1q`
23027 case $ac_config_headers in *"
23028 "*) set x
$ac_config_headers; shift; ac_config_headers
=$
*;;
23032 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
23033 # Files that config.status was made for.
23034 config_headers="$ac_config_headers"
23035 config_links="$ac_config_links"
23036 config_commands="$ac_config_commands"
23040 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
23042 \`$as_me' instantiates files and other configuration actions
23043 from templates according to the current configuration. Unless the files
23044 and actions are specified as TAGs, all are instantiated by default.
23046 Usage: $0 [OPTION]... [TAG]...
23048 -h, --help print this help, then exit
23049 -V, --version print version number and configuration settings, then exit
23050 --config print configuration, then exit
23051 -q, --quiet, --silent
23052 do not print progress messages
23053 -d, --debug don't remove temporary files
23054 --recheck update $as_me by reconfiguring in the same conditions
23055 --header=FILE[:TEMPLATE]
23056 instantiate the configuration header FILE
23058 Configuration headers:
23061 Configuration links:
23064 Configuration commands:
23067 Report bugs to <wine-devel@winehq.org>.
23068 Wine home page: <https://www.winehq.org>."
23071 ac_cs_config
=`printf "%s\n" "$ac_configure_args" | sed "$ac_safe_unquote"`
23072 ac_cs_config_escaped
=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\''/g"`
23073 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
23074 ac_cs_config='$ac_cs_config_escaped'
23076 Wine config.status 8.20
23077 configured by $0, generated by GNU Autoconf 2.71,
23078 with options \\"\$ac_cs_config\\"
23080 Copyright (C) 2021 Free Software Foundation, Inc.
23081 This config.status script is free software; the Free Software Foundation
23082 gives unlimited permission to copy, distribute and modify it."
23086 test -n "\$AWK" || AWK=awk
23089 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
23090 # The default lists apply if the user does not specify any file.
23096 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
23097 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
23101 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
23113 # Handling of the options.
23114 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
23116 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
23117 printf "%s\n" "$ac_cs_version"; exit ;;
23118 --config |
--confi |
--conf |
--con |
--co |
--c )
23119 printf "%s\n" "$ac_cs_config"; exit ;;
23120 --debug |
--debu |
--deb |
--de |
--d |
-d )
23122 --header |
--heade |
--head |
--hea )
23125 *\'*) ac_optarg
=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
23127 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
23128 ac_need_defaults
=false
;;
23130 # Conflict between --help and --header
23131 as_fn_error $?
"ambiguous option: \`$1'
23132 Try \`$0 --help' for more information.";;
23133 --help |
--hel |
-h )
23134 printf "%s\n" "$ac_cs_usage"; exit ;;
23135 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
23136 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
23139 # This is an error.
23140 -*) as_fn_error $?
"unrecognized option: \`$1'
23141 Try \`$0 --help' for more information." ;;
23143 *) as_fn_append ac_config_targets
" $1"
23144 ac_need_defaults
=false
;;
23150 ac_configure_extra_args
=
23152 if $ac_cs_silent; then
23154 ac_configure_extra_args
="$ac_configure_extra_args --silent"
23158 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
23159 if \$ac_cs_recheck; then
23160 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
23162 \printf "%s\n" "running CONFIG_SHELL=$SHELL \$*" >&6
23163 CONFIG_SHELL='$SHELL'
23164 export CONFIG_SHELL
23169 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
23173 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
23174 ## Running $as_me. ##
23176 printf "%s\n" "$ac_log"
23180 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
23184 wine_fn_output_makedep ()
23186 as_dir=tools; as_fn_mkdir_p
23187 $CC -I${wine_srcdir}tools -Iinclude -I${wine_srcdir}include -D__WINESRC__ -DWINE_UNIX_LIB $EXTRACFLAGS $CPPFLAGS $CFLAGS -o tools/makedep$ac_exeext ${wine_srcdir}tools/makedep.c $LDFLAGS
23189 wine_fn_output_makefile ()
23191 cat <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && "$wine_makedep"$makedep_flags && return
23192 # This Makefile understands the following targets:
23194 # all (default): build wine
23195 # clean: remove all intermediate files
23196 # distclean: also remove all files created by configure
23198 # testclean: clean test results to force running all tests again
23199 # install-lib: install libraries needed to run applications
23200 # install-dev: install development environment
23201 # install: install everything
23202 # uninstall: uninstall everything
23203 # ctags: create a tags file for vim and others.
23204 # etags: create a TAGS file for Emacs.
23207 PATH_SEPARATOR = $PATH_SEPARATOR
23208 PACKAGE_NAME = $PACKAGE_NAME
23209 PACKAGE_TARNAME = $PACKAGE_TARNAME
23210 PACKAGE_VERSION = $PACKAGE_VERSION
23211 PACKAGE_STRING = $PACKAGE_STRING
23212 PACKAGE_BUGREPORT = $PACKAGE_BUGREPORT
23213 PACKAGE_URL = $PACKAGE_URL
23214 exec_prefix = $exec_prefix
23216 program_transform_name = $program_transform_name
23219 libexecdir = $libexecdir
23220 datarootdir = $datarootdir
23222 sysconfdir = $sysconfdir
23223 sharedstatedir = $sharedstatedir
23224 localstatedir = $localstatedir
23225 runstatedir = $runstatedir
23226 includedir = $includedir
23227 oldincludedir = $oldincludedir
23235 localedir = $localedir
23242 build_alias = $build_alias
23243 host_alias = $host_alias
23244 target_alias = $target_alias
23245 system_dllpath = $system_dllpath
23247 build_cpu = $build_cpu
23248 build_vendor = $build_vendor
23249 build_os = $build_os
23251 host_cpu = $host_cpu
23252 host_vendor = $host_vendor
23258 SET_MAKE = $SET_MAKE
23262 CPPFLAGS = $CPPFLAGS
23263 ac_ct_CC = $ac_ct_CC
23267 CXXFLAGS = $CXXFLAGS
23268 ac_ct_CXX = $ac_ct_CXX
23271 TARGETFLAGS = $TARGETFLAGS
23272 toolsext = $toolsext
23273 HOST_ARCH = $HOST_ARCH
23274 aarch64_CC = $aarch64_CC
23275 aarch64_CFLAGS = $aarch64_CFLAGS
23276 aarch64_EXTRACFLAGS = $aarch64_EXTRACFLAGS
23277 aarch64_LDFLAGS = $aarch64_LDFLAGS
23278 aarch64_DEBUG = $aarch64_DEBUG
23279 aarch64_TARGET = $aarch64_TARGET
23280 aarch64_DELAYLOADFLAG = $aarch64_DELAYLOADFLAG
23281 aarch64_DISABLED_SUBDIRS = $aarch64_DISABLED_SUBDIRS
23283 arm_CFLAGS = $arm_CFLAGS
23284 arm_EXTRACFLAGS = $arm_EXTRACFLAGS
23285 arm_LDFLAGS = $arm_LDFLAGS
23286 arm_DEBUG = $arm_DEBUG
23287 arm_TARGET = $arm_TARGET
23288 arm_DELAYLOADFLAG = $arm_DELAYLOADFLAG
23289 arm_DISABLED_SUBDIRS = $arm_DISABLED_SUBDIRS
23290 arm64ec_CC = $arm64ec_CC
23291 arm64ec_CFLAGS = $arm64ec_CFLAGS
23292 arm64ec_EXTRACFLAGS = $arm64ec_EXTRACFLAGS
23293 arm64ec_LDFLAGS = $arm64ec_LDFLAGS
23294 arm64ec_DEBUG = $arm64ec_DEBUG
23295 arm64ec_TARGET = $arm64ec_TARGET
23296 arm64ec_DELAYLOADFLAG = $arm64ec_DELAYLOADFLAG
23297 arm64ec_DISABLED_SUBDIRS = $arm64ec_DISABLED_SUBDIRS
23299 i386_CFLAGS = $i386_CFLAGS
23300 i386_EXTRACFLAGS = $i386_EXTRACFLAGS
23301 i386_LDFLAGS = $i386_LDFLAGS
23302 i386_DEBUG = $i386_DEBUG
23303 i386_TARGET = $i386_TARGET
23304 i386_DELAYLOADFLAG = $i386_DELAYLOADFLAG
23305 i386_DISABLED_SUBDIRS = $i386_DISABLED_SUBDIRS
23306 x86_64_CC = $x86_64_CC
23307 x86_64_CFLAGS = $x86_64_CFLAGS
23308 x86_64_EXTRACFLAGS = $x86_64_EXTRACFLAGS
23309 x86_64_LDFLAGS = $x86_64_LDFLAGS
23310 x86_64_DEBUG = $x86_64_DEBUG
23311 x86_64_TARGET = $x86_64_TARGET
23312 x86_64_DELAYLOADFLAG = $x86_64_DELAYLOADFLAG
23313 x86_64_DISABLED_SUBDIRS = $x86_64_DISABLED_SUBDIRS
23314 toolsdir = $toolsdir
23316 RUNTESTFLAGS = $RUNTESTFLAGS
23321 ac_ct_AR = $ac_ct_AR
23327 LDCONFIG = $LDCONFIG
23329 PKG_CONFIG = $PKG_CONFIG
23330 FONTFORGE = $FONTFORGE
23334 I386_LIBS = $I386_LIBS
23335 OPENGL_LIBS = $OPENGL_LIBS
23336 DLLFLAGS = $DLLFLAGS
23337 LDDLLFLAGS = $LDDLLFLAGS
23338 LDEXECFLAGS = $LDEXECFLAGS
23339 EXTRACFLAGS = $EXTRACFLAGS
23340 UNIXDLLFLAGS = $UNIXDLLFLAGS
23341 UNIXLDFLAGS = $UNIXLDFLAGS
23342 TOP_INSTALL_LIB = $TOP_INSTALL_LIB
23343 TOP_INSTALL_DEV = $TOP_INSTALL_DEV
23344 WINELOADER_LDFLAGS = $WINELOADER_LDFLAGS
23345 WINEPRELOADER_LDFLAGS = $WINEPRELOADER_LDFLAGS
23351 DISABLED_SUBDIRS = $DISABLED_SUBDIRS
23352 CONFIGURE_TARGETS = $CONFIGURE_TARGETS
23353 CARBON_LIBS = $CARBON_LIBS
23354 COREFOUNDATION_LIBS = $COREFOUNDATION_LIBS
23355 DISKARBITRATION_LIBS = $DISKARBITRATION_LIBS
23356 IOKIT_LIBS = $IOKIT_LIBS
23357 METAL_LIBS = $METAL_LIBS
23358 APPLICATIONSERVICES_LIBS = $APPLICATIONSERVICES_LIBS
23359 CORESERVICES_LIBS = $CORESERVICES_LIBS
23360 APPKIT_LIBS = $APPKIT_LIBS
23361 SECURITY_LIBS = $SECURITY_LIBS
23362 SYSTEMCONFIGURATION_LIBS = $SYSTEMCONFIGURATION_LIBS
23363 COREAUDIO_LIBS = $COREAUDIO_LIBS
23364 OPENCL_LIBS = $OPENCL_LIBS
23366 OBJCFLAGS = $OBJCFLAGS
23367 ac_ct_OBJC = $ac_ct_OBJC
23368 WINELOADER_DEPENDS = $WINELOADER_DEPENDS
23369 PE_ARCHS = $PE_ARCHS
23370 MINGW_PKG_CONFIG = $MINGW_PKG_CONFIG
23371 FAUDIO_PE_CFLAGS = $FAUDIO_PE_CFLAGS
23372 FAUDIO_PE_LIBS = $FAUDIO_PE_LIBS
23373 FLUIDSYNTH_PE_CFLAGS = $FLUIDSYNTH_PE_CFLAGS
23374 FLUIDSYNTH_PE_LIBS = $FLUIDSYNTH_PE_LIBS
23375 GSM_PE_CFLAGS = $GSM_PE_CFLAGS
23376 GSM_PE_LIBS = $GSM_PE_LIBS
23377 JPEG_PE_CFLAGS = $JPEG_PE_CFLAGS
23378 JPEG_PE_LIBS = $JPEG_PE_LIBS
23379 JXR_PE_CFLAGS = $JXR_PE_CFLAGS
23380 JXR_PE_LIBS = $JXR_PE_LIBS
23381 LCMS2_PE_CFLAGS = $LCMS2_PE_CFLAGS
23382 LCMS2_PE_LIBS = $LCMS2_PE_LIBS
23383 LDAP_PE_CFLAGS = $LDAP_PE_CFLAGS
23384 LDAP_PE_LIBS = $LDAP_PE_LIBS
23385 MPG123_PE_CFLAGS = $MPG123_PE_CFLAGS
23386 MPG123_PE_LIBS = $MPG123_PE_LIBS
23387 MUSL_PE_CFLAGS = $MUSL_PE_CFLAGS
23388 MUSL_PE_LIBS = $MUSL_PE_LIBS
23389 PNG_PE_CFLAGS = $PNG_PE_CFLAGS
23390 PNG_PE_LIBS = $PNG_PE_LIBS
23391 TIFF_PE_CFLAGS = $TIFF_PE_CFLAGS
23392 TIFF_PE_LIBS = $TIFF_PE_LIBS
23393 VKD3D_PE_CFLAGS = $VKD3D_PE_CFLAGS
23394 VKD3D_PE_LIBS = $VKD3D_PE_LIBS
23395 XML2_PE_CFLAGS = $XML2_PE_CFLAGS
23396 XML2_PE_LIBS = $XML2_PE_LIBS
23397 XSLT_PE_CFLAGS = $XSLT_PE_CFLAGS
23398 XSLT_PE_LIBS = $XSLT_PE_LIBS
23399 ZLIB_PE_CFLAGS = $ZLIB_PE_CFLAGS
23400 ZLIB_PE_LIBS = $ZLIB_PE_LIBS
23401 ZYDIS_PE_CFLAGS = $ZYDIS_PE_CFLAGS
23402 ZYDIS_PE_LIBS = $ZYDIS_PE_LIBS
23403 PTHREAD_LIBS = $PTHREAD_LIBS
23406 X_CFLAGS = $X_CFLAGS
23407 X_PRE_LIBS = $X_PRE_LIBS
23409 X_EXTRA_LIBS = $X_EXTRA_LIBS
23410 WAYLAND_CLIENT_CFLAGS = $WAYLAND_CLIENT_CFLAGS
23411 WAYLAND_CLIENT_LIBS = $WAYLAND_CLIENT_LIBS
23412 WAYLAND_SCANNER = $WAYLAND_SCANNER
23413 PCAP_LIBS = $PCAP_LIBS
23414 PCSCLITE_LIBS = $PCSCLITE_LIBS
23415 INOTIFY_CFLAGS = $INOTIFY_CFLAGS
23416 INOTIFY_LIBS = $INOTIFY_LIBS
23417 DBUS_CFLAGS = $DBUS_CFLAGS
23418 DBUS_LIBS = $DBUS_LIBS
23419 GNUTLS_CFLAGS = $GNUTLS_CFLAGS
23420 GNUTLS_LIBS = $GNUTLS_LIBS
23421 SANE_CFLAGS = $SANE_CFLAGS
23422 SANE_LIBS = $SANE_LIBS
23423 USB_CFLAGS = $USB_CFLAGS
23424 USB_LIBS = $USB_LIBS
23425 GPHOTO2_CFLAGS = $GPHOTO2_CFLAGS
23426 GPHOTO2_LIBS = $GPHOTO2_LIBS
23427 GPHOTO2_PORT_CFLAGS = $GPHOTO2_PORT_CFLAGS
23428 GPHOTO2_PORT_LIBS = $GPHOTO2_PORT_LIBS
23429 RESOLV_LIBS = $RESOLV_LIBS
23430 FREETYPE_CFLAGS = $FREETYPE_CFLAGS
23431 FREETYPE_LIBS = $FREETYPE_LIBS
23432 GETTEXTPO_LIBS = $GETTEXTPO_LIBS
23433 PULSE_CFLAGS = $PULSE_CFLAGS
23434 PULSE_LIBS = $PULSE_LIBS
23435 GSTREAMER_CFLAGS = $GSTREAMER_CFLAGS
23436 GSTREAMER_LIBS = $GSTREAMER_LIBS
23437 ALSA_LIBS = $ALSA_LIBS
23438 OSS4_CFLAGS = $OSS4_CFLAGS
23439 OSS4_LIBS = $OSS4_LIBS
23440 UDEV_CFLAGS = $UDEV_CFLAGS
23441 UDEV_LIBS = $UDEV_LIBS
23442 UNWIND_CFLAGS = $UNWIND_CFLAGS
23443 UNWIND_LIBS = $UNWIND_LIBS
23444 SDL2_CFLAGS = $SDL2_CFLAGS
23445 SDL2_LIBS = $SDL2_LIBS
23446 CAPI20_CFLAGS = $CAPI20_CFLAGS
23447 CAPI20_LIBS = $CAPI20_LIBS
23448 CUPS_CFLAGS = $CUPS_CFLAGS
23449 CUPS_LIBS = $CUPS_LIBS
23450 FONTCONFIG_CFLAGS = $FONTCONFIG_CFLAGS
23451 FONTCONFIG_LIBS = $FONTCONFIG_LIBS
23452 KRB5_CFLAGS = $KRB5_CFLAGS
23453 KRB5_LIBS = $KRB5_LIBS
23454 GSSAPI_CFLAGS = $GSSAPI_CFLAGS
23455 GSSAPI_LIBS = $GSSAPI_LIBS
23456 PROCSTAT_LIBS = $PROCSTAT_LIBS
23457 NETAPI_CFLAGS = $NETAPI_CFLAGS
23458 NETAPI_LIBS = $NETAPI_LIBS
23459 MSVCRTFLAGS = $MSVCRTFLAGS
23460 DELAYLOADFLAG = $DELAYLOADFLAG
23461 WINELOADER_PROGRAMS = $WINELOADER_PROGRAMS
23463 TAGSFLAGS = $TAGSFLAGS
23465 LTLIBOBJS = $LTLIBOBJS
23469 as_fn_error $? "could not create Makefile" "$LINENO" 5
23474 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
23476 # Handling of arguments.
23477 for ac_config_target
in $ac_config_targets
23479 case $ac_config_target in
23480 "include/config.h") CONFIG_HEADERS
="$CONFIG_HEADERS include/config.h" ;;
23481 "include/stamp-h") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/stamp-h" ;;
23482 "wine") CONFIG_LINKS
="$CONFIG_LINKS wine:tools/winewrapper" ;;
23483 "wine64") CONFIG_LINKS
="$CONFIG_LINKS wine64:tools/winewrapper" ;;
23484 "tools/makedep") CONFIG_COMMANDS
="$CONFIG_COMMANDS tools/makedep" ;;
23485 "Makefile") CONFIG_COMMANDS
="$CONFIG_COMMANDS Makefile" ;;
23487 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
23492 # If the user did not use the arguments to specify the items to instantiate,
23493 # then the envvar interface is used. Set only those that are not.
23494 # We use the long form for the default assignment because of an extremely
23495 # bizarre bug on SunOS 4.1.3.
23496 if $ac_need_defaults; then
23497 test ${CONFIG_HEADERS+y} || CONFIG_HEADERS
=$config_headers
23498 test ${CONFIG_LINKS+y} || CONFIG_LINKS
=$config_links
23499 test ${CONFIG_COMMANDS+y} || CONFIG_COMMANDS
=$config_commands
23502 # Have a temporary directory for convenience. Make it in the build tree
23503 # simply because there is no reason against having it here, and in addition,
23504 # creating and moving files from /tmp can sometimes cause problems.
23505 # Hook for its removal unless debugging.
23506 # Note that there is a small window in which the directory will not be cleaned:
23507 # after its creation but before its name has been assigned to `$tmp'.
23511 trap 'exit_status=$?
23512 : "${ac_tmp:=$tmp}"
23513 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
23515 trap 'as_fn_exit 1' 1 2 13 15
23517 # Create a (secure) tmp directory for tmp files.
23520 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
23524 tmp
=.
/conf$$
-$RANDOM
23525 (umask 077 && mkdir
"$tmp")
23526 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
23529 # Set up the scripts for CONFIG_HEADERS section.
23530 # No need to generate them if there are no CONFIG_HEADERS.
23531 # This happens for instance with `./config.status Makefile'.
23532 if test -n "$CONFIG_HEADERS"; then
23533 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
23537 # Transform confdefs.h into an awk script `defines.awk', embedded as
23538 # here-document in config.status, that substitutes the proper values into
23539 # config.h.in to produce config.h.
23541 # Create a delimiter string that does not exist in confdefs.h, to ease
23542 # handling of long lines.
23544 for ac_last_try
in false false
:; do
23545 ac_tt
=`sed -n "/$ac_delim/p" confdefs.h`
23546 if test -z "$ac_tt"; then
23548 elif $ac_last_try; then
23549 as_fn_error $?
"could not make $CONFIG_HEADERS" "$LINENO" 5
23551 ac_delim
="$ac_delim!$ac_delim _$ac_delim!! "
23555 # For the awk script, D is an array of macro values keyed by name,
23556 # likewise P contains macro parameters if any. Preserve backslash
23557 # newline sequences.
23559 ac_word_re
=[_
$as_cr_Letters][_
$as_cr_alnum]*
23561 s/.\{148\}/&'"$ac_delim"'/g
23564 s/^[ ]*#[ ]*define[ ][ ]*/ /
23571 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
23573 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
23577 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
23578 D["\1"]=" \3\\\\\\n"\\/p
23580 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
23585 s/.\{148\}/&'"$ac_delim"'/g
23590 s/["\\]/\\&/g; s/^/"/; s/$/"/p
23593 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
23595 ' <confdefs.h |
sed '
23596 s/'"$ac_delim"'/"\\\
23597 "/g' >>$CONFIG_STATUS || ac_write_fail
=1
23599 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
23600 for (key in D) D_is_set[key] = 1
23603 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
23605 split(line, arg, " ")
23606 if (arg[1] == "#") {
23610 defundef = substr(arg[1], 2)
23613 split(mac1, mac2, "(") #)
23615 prefix = substr(line, 1, index(line, defundef) - 1)
23616 if (D_is_set[macro]) {
23617 # Preserve the white space surrounding the "#".
23618 print prefix "define", macro P[macro] D[macro]
23621 # Replace #undef with comments. This is necessary, for example,
23622 # in the case of _POSIX_SOURCE, which is predefined and required
23623 # on some systems where configure will not decide to define it.
23624 if (defundef == "undef") {
23625 print "/*", prefix defundef, macro, "*/"
23633 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
23634 as_fn_error $?
"could not setup config headers machinery" "$LINENO" 5
23635 fi # test -n "$CONFIG_HEADERS"
23638 eval set X
" :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
23643 :[FHLC
]) ac_mode
=$ac_tag; continue;;
23645 case $ac_mode$ac_tag in
23647 :L
* |
:C
*:*) as_fn_error $?
"invalid tag \`$ac_tag'" "$LINENO" 5;;
23648 :[FH
]-) ac_tag
=-:-;;
23649 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
23666 -) ac_f
="$ac_tmp/stdin";;
23667 *) # Look for the file first in the build tree, then in the source tree
23668 # (if the path is not absolute). The absolute path cannot be DOS-style,
23669 # because $ac_f cannot contain `:'.
23673 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
23675 as_fn_error
1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
23677 case $ac_f in *\'*) ac_f
=`printf "%s\n" "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
23678 as_fn_append ac_file_inputs
" '$ac_f'"
23681 # Let's still pretend it is `configure' which instantiates (i.e., don't
23682 # use $as_me), people would be surprised to read:
23683 # /* config.h. Generated by config.status. */
23684 configure_input
='Generated from '`
23685 printf "%s\n" "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
23687 if test x
"$ac_file" != x-
; then
23688 configure_input
="$ac_file. $configure_input"
23689 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
23690 printf "%s\n" "$as_me: creating $ac_file" >&6;}
23692 # Neutralize special characters interpreted by sed in replacement strings.
23693 case $configure_input in #(
23694 *\
&* |
*\|
* |
*\\* )
23695 ac_sed_conf_input
=`printf "%s\n" "$configure_input" |
23696 sed 's/[\\\\&|]/\\\\&/g'`;; #(
23697 *) ac_sed_conf_input
=$configure_input;;
23701 *:-:* |
*:-) cat >"$ac_tmp/stdin" \
23702 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5 ;;
23707 ac_dir
=`$as_dirname -- "$ac_file" ||
23708 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
23709 X"$ac_file" : 'X\(//\)[^/]' \| \
23710 X"$ac_file" : 'X\(//\)$' \| \
23711 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
23712 printf "%s\n" X"$ac_file" |
23713 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
23717 /^X\(\/\/\)[^/].*/{
23730 as_dir
="$ac_dir"; as_fn_mkdir_p
23734 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
23736 ac_dir_suffix
=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'`
23737 # A ".." for each directory in $ac_dir_suffix.
23738 ac_top_builddir_sub
=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
23739 case $ac_top_builddir_sub in
23740 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
23741 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
23744 ac_abs_top_builddir
=$ac_pwd
23745 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
23746 # for backward compatibility:
23747 ac_top_builddir
=$ac_top_build_prefix
23750 .
) # We are building in place.
23752 ac_top_srcdir
=$ac_top_builddir_sub
23753 ac_abs_top_srcdir
=$ac_pwd ;;
23754 [\\/]* | ?
:[\\/]* ) # Absolute name.
23755 ac_srcdir
=$srcdir$ac_dir_suffix;
23756 ac_top_srcdir
=$srcdir
23757 ac_abs_top_srcdir
=$srcdir ;;
23758 *) # Relative name.
23759 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
23760 ac_top_srcdir
=$ac_top_build_prefix$srcdir
23761 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
23763 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
23772 if test x
"$ac_file" != x-
; then
23774 printf "%s\n" "/* $configure_input */" >&1 \
23775 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
23776 } >"$ac_tmp/config.h" \
23777 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5
23778 if diff "$ac_file" "$ac_tmp/config.h" >/dev
/null
2>&1; then
23779 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
23780 printf "%s\n" "$as_me: $ac_file is unchanged" >&6;}
23783 mv "$ac_tmp/config.h" "$ac_file" \
23784 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5
23787 printf "%s\n" "/* $configure_input */" >&1 \
23788 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
23789 || as_fn_error $?
"could not create -" "$LINENO" 5
23797 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
23800 # Prefer the file from the source tree if names are identical.
23801 if test "$ac_source" = "$ac_file" ||
test ! -r "$ac_source"; then
23802 ac_source
=$srcdir/$ac_source
23805 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
23806 printf "%s\n" "$as_me: linking $ac_source to $ac_file" >&6;}
23808 if test ! -r "$ac_source"; then
23809 as_fn_error $?
"$ac_source: file not found" "$LINENO" 5
23813 # Try a relative symlink, then a hard link, then a copy.
23815 [\\/$
]* | ?
:[\\/]* ) ac_rel_source
=$ac_source ;;
23816 *) ac_rel_source
=$ac_top_build_prefix$ac_source ;;
23818 ln -s "$ac_rel_source" "$ac_file" 2>/dev
/null ||
23819 ln "$ac_source" "$ac_file" 2>/dev
/null ||
23820 cp -p "$ac_source" "$ac_file" ||
23821 as_fn_error $?
"cannot link or copy $ac_source to $ac_file" "$LINENO" 5
23824 :C
) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
23825 printf "%s\n" "$as_me: executing $ac_file commands" >&6;}
23830 case $ac_file$ac_mode in
23831 "include/stamp-h":C
) echo timestamp
> include
/stamp-h
;;
23832 "tools/makedep":C
) wine_fn_output_makedep || as_fn_exit $?
;;
23833 "Makefile":C
) wine_fn_output_makefile Makefile
;;
23841 ac_clean_files
=$ac_clean_files_save
23843 test $ac_write_fail = 0 ||
23844 as_fn_error $?
"write failure creating $CONFIG_STATUS" "$LINENO" 5
23847 # configure is writing to config.log, and then calls config.status.
23848 # config.status does its own redirection, appending to config.log.
23849 # Unfortunately, on DOS this fails, as config.log is still kept open
23850 # by configure, so config.status won't be able to write to it; its
23851 # output is simply discarded. So we exec the FD to /dev/null,
23852 # effectively closing config.log, so it can be properly (re)opened and
23853 # appended to by config.status. When coming back to configure, we
23854 # need to make the FD available again.
23855 if test "$no_create" != yes; then
23857 ac_config_status_args
=
23858 test "$silent" = yes &&
23859 ac_config_status_args
="$ac_config_status_args --quiet"
23861 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
23863 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
23864 # would make configure fail if this is the last instruction.
23865 $ac_cs_success || as_fn_exit
1
23867 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
23868 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
23869 printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
23873 if test "$no_create" = "yes"
23879 if test "x$wine_notices" != x
; then
23882 for msg
in $wine_notices; do
23888 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: $msg" >&5
23889 printf "%s\n" "$as_me: $msg" >&6;}
23894 for msg
in $wine_warnings; do
23901 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
23902 printf "%s\n" "$as_me: WARNING: $msg" >&2;}
23908 $as_me: Finished. Do '${ac_make}' to compile Wine.