2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.71 for Wine 8.11.
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.11'
615 PACKAGE_STRING
='Wine 8.11'
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
753 SYSTEMCONFIGURATION_LIBS
757 APPLICATIONSERVICES_LIBS
770 WINEPRELOADER_LDFLAGS
802 x86_64_DISABLED_SUBDIRS
810 i386_DISABLED_SUBDIRS
826 aarch64_DISABLED_SUBDIRS
827 aarch64_DELAYLOADFLAG
891 program_transform_name
904 enable_option_checking
910 enable_maintainer_mode
1029 enable_d3dcompiler_33
1030 enable_d3dcompiler_34
1031 enable_d3dcompiler_35
1032 enable_d3dcompiler_36
1033 enable_d3dcompiler_37
1034 enable_d3dcompiler_38
1035 enable_d3dcompiler_39
1036 enable_d3dcompiler_40
1037 enable_d3dcompiler_41
1038 enable_d3dcompiler_42
1039 enable_d3dcompiler_43
1040 enable_d3dcompiler_46
1041 enable_d3dcompiler_47
1094 enable_directmanipulation
1131 enable_explorerframe
1147 enable_graphicscapture
1190 enable_light_msstyles
1205 enable_mfmediaengine
1270 enable_msvcp140_atomic_wait
1336 enable_photometadatahandler
1413 enable_threadpoolwinrt
1416 enable_twinapi_appcore
1420 enable_uiautomationcore
1440 enable_vcruntime140_1
1458 enable_windows_devices_enumeration
1459 enable_windows_gaming_input
1460 enable_windows_gaming_ui_gamebar
1461 enable_windows_globalization
1462 enable_windows_media_devices
1463 enable_windows_media_speech
1464 enable_windows_media
1465 enable_windows_networking
1466 enable_windows_perception_stub
1467 enable_windows_system_profile_systemmanufacturers
1469 enable_windowscodecs
1470 enable_windowscodecsext
1472 enable_wineandroid_drv
1474 enable_winecoreaudio_drv
1477 enable_winegstreamer
1483 enable_winepulse_drv
1486 enable_winewayland_drv
1488 enable_winexinput_sys
1534 enable_xactengine2_0
1535 enable_xactengine2_4
1536 enable_xactengine2_7
1537 enable_xactengine2_9
1538 enable_xactengine3_0
1539 enable_xactengine3_1
1540 enable_xactengine3_2
1541 enable_xactengine3_3
1542 enable_xactengine3_4
1543 enable_xactengine3_5
1544 enable_xactengine3_6
1545 enable_xactengine3_7
1594 enable_wmcodecdspuuid
1603 enable_aspnet_regiis
1649 enable_presentationfontcache
1664 enable_servicemodelreg
1690 enable_winemenubuilder
1692 enable_winemsibuilder
1717 ac_precious_vars
='build_alias
1762 WAYLAND_CLIENT_CFLAGS
1804 # Initialize some variables set by options.
1806 ac_init_version
=false
1807 ac_unrecognized_opts
=
1808 ac_unrecognized_sep
=
1809 # The variables have the same names as the options, with
1810 # dashes changed to underlines.
1811 cache_file
=/dev
/null
1818 program_transform_name
=s
,x
,x
,
1826 # Installation directory options.
1827 # These are left unexpanded so users can "make install exec_prefix=/foo"
1828 # and all the variables that are supposed to be based on exec_prefix
1829 # by default will actually change.
1830 # Use braces instead of parens because sh, perl, etc. also accept them.
1831 # (The list follows the same order as the GNU Coding Standards.)
1832 bindir
='${exec_prefix}/bin'
1833 sbindir
='${exec_prefix}/sbin'
1834 libexecdir
='${exec_prefix}/libexec'
1835 datarootdir
='${prefix}/share'
1836 datadir
='${datarootdir}'
1837 sysconfdir
='${prefix}/etc'
1838 sharedstatedir
='${prefix}/com'
1839 localstatedir
='${prefix}/var'
1840 runstatedir
='${localstatedir}/run'
1841 includedir
='${prefix}/include'
1842 oldincludedir
='/usr/include'
1843 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
1844 infodir
='${datarootdir}/info'
1849 libdir
='${exec_prefix}/lib'
1850 localedir
='${datarootdir}/locale'
1851 mandir
='${datarootdir}/man'
1857 # If the previous option needs an argument, assign it.
1858 if test -n "$ac_prev"; then
1859 eval $ac_prev=\
$ac_option
1865 *=?
*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1870 case $ac_dashdash$ac_option in
1874 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
1876 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
1877 bindir
=$ac_optarg ;;
1879 -build |
--build |
--buil |
--bui |
--bu)
1880 ac_prev
=build_alias
;;
1881 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
1882 build_alias
=$ac_optarg ;;
1884 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
1885 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
1886 ac_prev
=cache_file
;;
1887 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
1888 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
1889 cache_file
=$ac_optarg ;;
1891 --config-cache |
-C)
1892 cache_file
=config.cache
;;
1894 -datadir |
--datadir |
--datadi |
--datad)
1896 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
1897 datadir
=$ac_optarg ;;
1899 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
1900 |
--dataroo |
--dataro |
--datar)
1901 ac_prev
=datarootdir
;;
1902 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
1903 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
1904 datarootdir
=$ac_optarg ;;
1906 -disable-* |
--disable-*)
1907 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1908 # Reject names that are not valid shell variable names.
1909 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1910 as_fn_error $?
"invalid feature name: \`$ac_useropt'"
1911 ac_useropt_orig
=$ac_useropt
1912 ac_useropt
=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
1913 case $ac_user_opts in
1915 "enable_
$ac_useropt"
1917 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1918 ac_unrecognized_sep
=', ';;
1920 eval enable_
$ac_useropt=no
;;
1922 -docdir |
--docdir |
--docdi |
--doc |
--do)
1924 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
1925 docdir
=$ac_optarg ;;
1927 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
1929 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
1930 dvidir
=$ac_optarg ;;
1932 -enable-* |
--enable-*)
1933 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1934 # Reject names that are not valid shell variable names.
1935 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1936 as_fn_error $?
"invalid feature name: \`$ac_useropt'"
1937 ac_useropt_orig
=$ac_useropt
1938 ac_useropt
=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
1939 case $ac_user_opts in
1941 "enable_
$ac_useropt"
1943 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1944 ac_unrecognized_sep
=', ';;
1946 eval enable_
$ac_useropt=\
$ac_optarg ;;
1948 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
1949 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
1950 |
--exec |
--exe |
--ex)
1951 ac_prev
=exec_prefix
;;
1952 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
1953 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
1954 |
--exec=* |
--exe=* |
--ex=*)
1955 exec_prefix
=$ac_optarg ;;
1957 -gas |
--gas |
--ga |
--g)
1958 # Obsolete; use --with-gas.
1961 -help |
--help |
--hel |
--he |
-h)
1962 ac_init_help
=long
;;
1963 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
1964 ac_init_help
=recursive
;;
1965 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
1966 ac_init_help
=short
;;
1968 -host |
--host |
--hos |
--ho)
1969 ac_prev
=host_alias
;;
1970 -host=* |
--host=* |
--hos=* |
--ho=*)
1971 host_alias
=$ac_optarg ;;
1973 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
1975 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
1977 htmldir
=$ac_optarg ;;
1979 -includedir |
--includedir |
--includedi |
--included |
--include \
1980 |
--includ |
--inclu |
--incl |
--inc)
1981 ac_prev
=includedir
;;
1982 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
1983 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
1984 includedir
=$ac_optarg ;;
1986 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
1988 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
1989 infodir
=$ac_optarg ;;
1991 -libdir |
--libdir |
--libdi |
--libd)
1993 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
1994 libdir
=$ac_optarg ;;
1996 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
1997 |
--libexe |
--libex |
--libe)
1998 ac_prev
=libexecdir
;;
1999 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
2000 |
--libexe=* |
--libex=* |
--libe=*)
2001 libexecdir
=$ac_optarg ;;
2003 -localedir |
--localedir |
--localedi |
--localed |
--locale)
2004 ac_prev
=localedir
;;
2005 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
2006 localedir
=$ac_optarg ;;
2008 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
2009 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
2010 ac_prev
=localstatedir
;;
2011 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
2012 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
2013 localstatedir
=$ac_optarg ;;
2015 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
2017 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
2018 mandir
=$ac_optarg ;;
2020 -nfp |
--nfp |
--nf)
2021 # Obsolete; use --without-fp.
2024 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
2025 |
--no-cr |
--no-c |
-n)
2028 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
2029 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
2032 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
2033 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
2034 |
--oldin |
--oldi |
--old |
--ol |
--o)
2035 ac_prev
=oldincludedir
;;
2036 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
2037 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
2038 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
2039 oldincludedir
=$ac_optarg ;;
2041 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
2043 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
2044 prefix
=$ac_optarg ;;
2046 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
2047 |
--program-pre |
--program-pr |
--program-p)
2048 ac_prev
=program_prefix
;;
2049 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
2050 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
2051 program_prefix
=$ac_optarg ;;
2053 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
2054 |
--program-suf |
--program-su |
--program-s)
2055 ac_prev
=program_suffix
;;
2056 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
2057 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
2058 program_suffix
=$ac_optarg ;;
2060 -program-transform-name |
--program-transform-name \
2061 |
--program-transform-nam |
--program-transform-na \
2062 |
--program-transform-n |
--program-transform- \
2063 |
--program-transform |
--program-transfor \
2064 |
--program-transfo |
--program-transf \
2065 |
--program-trans |
--program-tran \
2066 |
--progr-tra |
--program-tr |
--program-t)
2067 ac_prev
=program_transform_name
;;
2068 -program-transform-name=* |
--program-transform-name=* \
2069 |
--program-transform-nam=* |
--program-transform-na=* \
2070 |
--program-transform-n=* |
--program-transform-=* \
2071 |
--program-transform=* |
--program-transfor=* \
2072 |
--program-transfo=* |
--program-transf=* \
2073 |
--program-trans=* |
--program-tran=* \
2074 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
2075 program_transform_name
=$ac_optarg ;;
2077 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
2079 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
2080 pdfdir
=$ac_optarg ;;
2082 -psdir |
--psdir |
--psdi |
--psd |
--ps)
2084 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
2087 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
2088 |
-silent |
--silent |
--silen |
--sile |
--sil)
2091 -runstatedir |
--runstatedir |
--runstatedi |
--runstated \
2092 |
--runstate |
--runstat |
--runsta |
--runst |
--runs \
2093 |
--run |
--ru |
--r)
2094 ac_prev
=runstatedir
;;
2095 -runstatedir=* |
--runstatedir=* |
--runstatedi=* |
--runstated=* \
2096 |
--runstate=* |
--runstat=* |
--runsta=* |
--runst=* |
--runs=* \
2097 |
--run=* |
--ru=* |
--r=*)
2098 runstatedir
=$ac_optarg ;;
2100 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
2102 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
2104 sbindir
=$ac_optarg ;;
2106 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
2107 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
2108 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
2110 ac_prev
=sharedstatedir
;;
2111 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
2112 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
2113 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
2115 sharedstatedir
=$ac_optarg ;;
2117 -site |
--site |
--sit)
2119 -site=* |
--site=* |
--sit=*)
2122 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
2124 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
2125 srcdir
=$ac_optarg ;;
2127 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
2128 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
2129 ac_prev
=sysconfdir
;;
2130 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
2131 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
2132 sysconfdir
=$ac_optarg ;;
2134 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
2135 ac_prev
=target_alias
;;
2136 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
2137 target_alias
=$ac_optarg ;;
2139 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
2142 -version |
--version |
--versio |
--versi |
--vers |
-V)
2143 ac_init_version
=: ;;
2146 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
2147 # Reject names that are not valid shell variable names.
2148 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
2149 as_fn_error $?
"invalid package name: \`$ac_useropt'"
2150 ac_useropt_orig
=$ac_useropt
2151 ac_useropt
=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
2152 case $ac_user_opts in
2156 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
2157 ac_unrecognized_sep
=', ';;
2159 eval with_
$ac_useropt=\
$ac_optarg ;;
2161 -without-* |
--without-*)
2162 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
2163 # Reject names that are not valid shell variable names.
2164 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
2165 as_fn_error $?
"invalid package name: \`$ac_useropt'"
2166 ac_useropt_orig
=$ac_useropt
2167 ac_useropt
=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
2168 case $ac_user_opts in
2172 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
2173 ac_unrecognized_sep
=', ';;
2175 eval with_
$ac_useropt=no
;;
2178 # Obsolete; use --with-x.
2181 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
2182 |
--x-incl |
--x-inc |
--x-in |
--x-i)
2183 ac_prev
=x_includes
;;
2184 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
2185 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
2186 x_includes
=$ac_optarg ;;
2188 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
2189 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
2190 ac_prev
=x_libraries
;;
2191 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
2192 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
2193 x_libraries
=$ac_optarg ;;
2195 -*) as_fn_error $?
"unrecognized option: \`$ac_option'
2196 Try \`$0 --help' for more information"
2200 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
2201 # Reject names that are not valid shell variable names.
2202 case $ac_envvar in #(
2203 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
2204 as_fn_error $?
"invalid variable name: \`$ac_envvar'" ;;
2206 eval $ac_envvar=\
$ac_optarg
2207 export $ac_envvar ;;
2210 # FIXME: should be removed in autoconf 3.0.
2211 printf "%s\n" "$as_me: WARNING: you should use --build, --host, --target" >&2
2212 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
2213 printf "%s\n" "$as_me: WARNING: invalid host type: $ac_option" >&2
2214 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
2220 if test -n "$ac_prev"; then
2221 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
2222 as_fn_error $?
"missing argument to $ac_option"
2225 if test -n "$ac_unrecognized_opts"; then
2226 case $enable_option_checking in
2228 fatal
) as_fn_error $?
"unrecognized options: $ac_unrecognized_opts" ;;
2229 *) printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
2233 # Check all directory arguments for consistency.
2234 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
2235 datadir sysconfdir sharedstatedir localstatedir includedir \
2236 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
2237 libdir localedir mandir runstatedir
2239 eval ac_val
=\$
$ac_var
2240 # Remove trailing slashes.
2243 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
2244 eval $ac_var=\
$ac_val;;
2246 # Be sure to have absolute directory names.
2248 [\\/$
]* | ?
:[\\/]* ) continue;;
2249 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
2251 as_fn_error $?
"expected an absolute directory name for --$ac_var: $ac_val"
2254 # There might be people who depend on the old broken behavior: `$host'
2255 # used to hold the argument of --host etc.
2256 # FIXME: To remove some day.
2259 target
=$target_alias
2261 # FIXME: To remove some day.
2262 if test "x$host_alias" != x
; then
2263 if test "x$build_alias" = x
; then
2264 cross_compiling
=maybe
2265 elif test "x$build_alias" != "x$host_alias"; then
2271 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
2273 test "$silent" = yes && exec 6>/dev
/null
2276 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
2277 ac_ls_di
=`ls -di .` &&
2278 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
2279 as_fn_error $?
"working directory cannot be determined"
2280 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
2281 as_fn_error $?
"pwd does not report name of working directory"
2284 # Find the source files, if location was not specified.
2285 if test -z "$srcdir"; then
2286 ac_srcdir_defaulted
=yes
2287 # Try the directory containing this script, then the parent directory.
2288 ac_confdir
=`$as_dirname -- "$as_myself" ||
2289 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2290 X"$as_myself" : 'X\(//\)[^/]' \| \
2291 X"$as_myself" : 'X\(//\)$' \| \
2292 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
2293 printf "%s\n" X"$as_myself" |
2294 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2312 if test ! -r "$srcdir/$ac_unique_file"; then
2316 ac_srcdir_defaulted
=no
2318 if test ! -r "$srcdir/$ac_unique_file"; then
2319 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
2320 as_fn_error $?
"cannot find sources ($ac_unique_file) in $srcdir"
2322 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
2324 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
2326 # When building in place, set srcdir=.
2327 if test "$ac_abs_confdir" = "$ac_pwd"; then
2330 # Remove unnecessary trailing slashes from srcdir.
2331 # Double slashes in file names in object file debugging info
2332 # mess up M-x gdb in Emacs.
2334 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
2336 for ac_var
in $ac_precious_vars; do
2337 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
2338 eval ac_env_
${ac_var}_value
=\$
${ac_var}
2339 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
2340 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
2344 # Report the --help message.
2346 if test "$ac_init_help" = "long"; then
2347 # Omit some internal or obsolete options to make the list less imposing.
2348 # This message is too long to be a string in the A/UX 3.1 sh.
2350 \`configure' configures Wine 8.11 to adapt to many kinds of systems.
2352 Usage: $0 [OPTION]... [VAR=VALUE]...
2354 To assign environment variables (e.g., CC, CFLAGS...), specify them as
2355 VAR=VALUE. See below for descriptions of some of the useful variables.
2357 Defaults for the options are specified in brackets.
2360 -h, --help display this help and exit
2361 --help=short display options specific to this package
2362 --help=recursive display the short help of all the included packages
2363 -V, --version display version information and exit
2364 -q, --quiet, --silent do not print \`checking ...' messages
2365 --cache-file=FILE cache test results in FILE [disabled]
2366 -C, --config-cache alias for \`--cache-file=config.cache'
2367 -n, --no-create do not create output files
2368 --srcdir=DIR find the sources in DIR [configure dir or \`..']
2370 Installation directories:
2371 --prefix=PREFIX install architecture-independent files in PREFIX
2372 [$ac_default_prefix]
2373 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
2376 By default, \`make install' will install all the files in
2377 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
2378 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
2379 for instance \`--prefix=\$HOME'.
2381 For better control, use the options below.
2383 Fine tuning of the installation directories:
2384 --bindir=DIR user executables [EPREFIX/bin]
2385 --sbindir=DIR system admin executables [EPREFIX/sbin]
2386 --libexecdir=DIR program executables [EPREFIX/libexec]
2387 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
2388 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
2389 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
2390 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
2391 --libdir=DIR object code libraries [EPREFIX/lib]
2392 --includedir=DIR C header files [PREFIX/include]
2393 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2394 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
2395 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
2396 --infodir=DIR info documentation [DATAROOTDIR/info]
2397 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
2398 --mandir=DIR man documentation [DATAROOTDIR/man]
2399 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
2400 --htmldir=DIR html documentation [DOCDIR]
2401 --dvidir=DIR dvi documentation [DOCDIR]
2402 --pdfdir=DIR pdf documentation [DOCDIR]
2403 --psdir=DIR ps documentation [DOCDIR]
2409 --x-includes=DIR X include files are
in DIR
2410 --x-libraries=DIR X library files are
in DIR
2413 --build=BUILD configure
for building on BUILD
[guessed
]
2414 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
2418 if test -n "$ac_init_help"; then
2419 case $ac_init_help in
2420 short | recursive
) echo "Configuration of Wine 8.11:";;
2425 --disable-option-checking ignore unrecognized
--enable/--with options
2426 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
2427 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
2428 --enable-archs={i386
,x86_64
,arm
,aarch64
}
2429 enable multiple architectures
for PE compilation
2430 --disable-win16 do not include Win16 support
2431 --enable-win64 build a Win64 emulator on AMD64
(won
't run Win32
2433 --disable-tests do not build the regression tests
2434 --enable-build-id include .buildid section in output objects
2435 --enable-maintainer-mode
2436 enable maintainer-specific build rules
2437 --enable-silent-rules use silent build rules (override: "make V=1")
2438 --enable-werror treat compilation warnings as errors
2439 --disable-largefile omit support for large files
2442 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
2443 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
2444 --without-alsa do not use the Alsa sound support
2445 --without-capi do not use CAPI (ISDN support)
2446 --without-coreaudio do not use the CoreAudio sound support
2447 --without-cups do not use CUPS
2448 --without-dbus do not use DBus (dynamic device support)
2449 --with-float-abi=abi specify the ABI (soft|softfp|hard) for ARM platforms
2450 --without-fontconfig do not use fontconfig
2451 --without-freetype do not use the FreeType library
2452 --without-gettext do not use gettext
2453 --with-gettextpo use the GetTextPO library to rebuild po files
2454 --without-gphoto do not use gphoto (Digital Camera support)
2455 --without-gnutls do not use GnuTLS (schannel support)
2456 --without-gssapi do not use GSSAPI (Kerberos SSP support)
2457 --without-gstreamer do not use GStreamer (codecs support)
2458 --without-inotify do not use inotify (filesystem change notifications)
2459 --without-krb5 do not use krb5 (Kerberos)
2460 --without-mingw do not use the MinGW cross-compiler
2461 --without-netapi do not use the Samba NetAPI library
2462 --without-opencl do not use OpenCL
2463 --without-opengl do not use OpenGL
2464 --without-osmesa do not use the OSMesa library
2465 --without-oss do not use the OSS sound support
2466 --without-pcap do not use the Packet Capture library
2467 --without-pcsclite do not use PCSC lite
2468 --without-pthread do not use the pthread library
2469 --without-pulse do not use PulseAudio sound support
2470 --without-sane do not use SANE (scanner support)
2471 --without-sdl do not use SDL
2472 --without-udev do not use udev (plug and play support)
2473 --without-unwind do not use the libunwind library (exception
2475 --without-usb do not use the libusb library
2476 --without-v4l2 do not use v4l2 (video capture)
2477 --without-vulkan do not use Vulkan
2478 --without-wayland do not build the Wayland driver
2479 --without-xcomposite do not use the Xcomposite extension
2480 --without-xcursor do not use the Xcursor extension
2481 --without-xfixes do not use Xfixes for clipboard change notifications
2482 --without-xinerama do not use Xinerama (legacy multi-monitor support)
2483 --without-xinput do not use the Xinput extension
2484 --without-xinput2 do not use the Xinput 2 extension
2485 --without-xrandr do not use Xrandr (multi-monitor support)
2486 --without-xrender do not use the Xrender extension
2487 --without-xshape do not use the Xshape extension
2488 --without-xshm do not use XShm (shared memory extension)
2489 --without-xxf86vm do not use XFree video mode extension
2490 --with-system-dllpath=PATH
2491 load external PE dependencies from colon-separated
2493 --with-wine-tools=DIR use Wine tools from directory DIR
2494 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
2495 --with-x use the X Window System
2497 Some influential environment variables:
2498 CC C compiler command
2499 CFLAGS C compiler flags
2500 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
2501 nonstandard directory <lib dir>
2502 LIBS libraries to pass to the linker, e.g. -l<library>
2503 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2504 you have headers in a nonstandard directory <include dir>
2505 CXX C++ compiler command
2506 CXXFLAGS C++ compiler flags
2507 OBJC Objective C compiler command
2508 OBJCFLAGS Objective C compiler flags
2510 C compiler flags for the PE faudio, overriding the bundled
2513 Linker flags for the PE faudio, overriding the bundled version
2515 C compiler flags for the PE gsm, overriding the bundled version
2516 GSM_PE_LIBS Linker flags for the PE gsm, overriding the bundled version
2518 C compiler flags for the PE jpeg, overriding the bundled version
2520 Linker flags for the PE jpeg, overriding the bundled version
2522 C compiler flags for the PE jxr, overriding the bundled version
2523 JXR_PE_LIBS Linker flags for the PE jxr, overriding the bundled version
2525 C compiler flags for the PE lcms2, overriding the bundled
2528 Linker flags for the PE lcms2, overriding the bundled version
2530 C compiler flags for the PE ldap, overriding the bundled version
2532 Linker flags for the PE ldap, overriding the bundled version
2534 C compiler flags for the PE mpg123, overriding the bundled
2537 Linker flags for the PE mpg123, overriding the bundled version
2539 C compiler flags for the PE musl, overriding the bundled version
2541 Linker flags for the PE musl, overriding the bundled version
2543 C compiler flags for the PE png, overriding the bundled version
2544 PNG_PE_LIBS Linker flags for the PE png, overriding the bundled version
2546 C compiler flags for the PE tiff, overriding the bundled version
2548 Linker flags for the PE tiff, overriding the bundled version
2550 C compiler flags for the PE vkd3d, overriding the bundled
2553 Linker flags for the PE vkd3d, overriding the bundled version
2555 C compiler flags for the PE xml2, overriding the bundled version
2557 Linker flags for the PE xml2, overriding the bundled version
2559 C compiler flags for the PE xslt, overriding the bundled version
2561 Linker flags for the PE xslt, overriding the bundled version
2563 C compiler flags for the PE zlib, overriding the bundled version
2565 Linker flags for the PE zlib, overriding the bundled version
2567 C compiler flags for the PE zydis, overriding the bundled
2570 Linker flags for the PE zydis, overriding the bundled version
2571 XMKMF Path to xmkmf, Makefile generator for X Window System
2573 WAYLAND_CLIENT_CFLAGS
2574 C compiler flags for wayland-client, overriding pkg-config
2576 Linker flags for wayland-client, overriding pkg-config
2578 C compiler flags for libinotify, overriding pkg-config
2580 Linker flags for libinotify, overriding pkg-config
2581 DBUS_CFLAGS C compiler flags for dbus-1, overriding pkg-config
2582 DBUS_LIBS Linker flags for dbus-1, overriding pkg-config
2584 C compiler flags for gnutls, overriding pkg-config
2585 GNUTLS_LIBS Linker flags for gnutls, overriding pkg-config
2586 SANE_CFLAGS C compiler flags for sane-backends, overriding pkg-config
2587 SANE_LIBS Linker flags for sane-backends, overriding pkg-config
2588 USB_CFLAGS C compiler flags for libusb-1.0, overriding pkg-config
2589 USB_LIBS Linker flags for libusb-1.0, overriding pkg-config
2591 C compiler flags for libgphoto2, overriding pkg-config
2593 Linker flags for libgphoto2, overriding pkg-config
2595 C compiler flags for libgphoto2_port, overriding pkg-config
2597 Linker flags for libgphoto2_port, overriding pkg-config
2599 C compiler flags for freetype2, overriding pkg-config
2601 Linker flags for freetype2, overriding pkg-config
2603 C compiler flags for libpulse, overriding pkg-config
2604 PULSE_LIBS Linker flags for libpulse, overriding pkg-config
2606 C compiler flags for gstreamer-1.0 gstreamer-video-1.0
2607 gstreamer-audio-1.0 gstreamer-tag-1.0, overriding pkg-config
2609 Linker flags for gstreamer-1.0 gstreamer-video-1.0
2610 gstreamer-audio-1.0 gstreamer-tag-1.0, overriding pkg-config
2611 UDEV_CFLAGS C compiler flags for libudev, overriding pkg-config
2612 UDEV_LIBS Linker flags for libudev, overriding pkg-config
2614 C compiler flags for libunwind, overriding pkg-config
2615 UNWIND_LIBS Linker flags for libunwind, overriding pkg-config
2616 SDL2_CFLAGS C compiler flags for sdl2, overriding pkg-config
2617 SDL2_LIBS Linker flags for sdl2, overriding pkg-config
2619 C compiler flags for capi20, overriding pkg-config
2620 CAPI20_LIBS Linker flags for capi20, overriding pkg-config
2621 CUPS_CFLAGS C compiler flags for cups, overriding pkg-config
2622 CUPS_LIBS Linker flags for cups, overriding pkg-config
2624 C compiler flags for fontconfig, overriding pkg-config
2626 Linker flags for fontconfig, overriding pkg-config
2627 KRB5_CFLAGS C compiler flags for krb5, overriding pkg-config
2628 KRB5_LIBS Linker flags for krb5, overriding pkg-config
2630 C compiler flags for krb5-gssapi, overriding pkg-config
2631 GSSAPI_LIBS Linker flags for krb5-gssapi, overriding pkg-config
2633 C compiler flags for netapi, overriding pkg-config
2634 NETAPI_LIBS Linker flags for netapi, overriding pkg-config
2636 Use these variables to override the choices made by `configure' or to
help
2637 it to
find libraries and programs with nonstandard names
/locations.
2639 Report bugs to
<wine-devel@winehq.org
>.
2640 Wine home page
: <https
://www.winehq.org
>.
2645 if test "$ac_init_help" = "recursive"; then
2646 # If there are subdirs, report their specific --help.
2647 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
2648 test -d "$ac_dir" ||
2649 { cd "$srcdir" && ac_pwd
=`pwd` && srcdir
=.
&& test -d "$ac_dir"; } ||
2654 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2656 ac_dir_suffix
=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'`
2657 # A ".." for each directory in $ac_dir_suffix.
2658 ac_top_builddir_sub
=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2659 case $ac_top_builddir_sub in
2660 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2661 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
2664 ac_abs_top_builddir
=$ac_pwd
2665 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
2666 # for backward compatibility:
2667 ac_top_builddir
=$ac_top_build_prefix
2670 .
) # We are building in place.
2672 ac_top_srcdir
=$ac_top_builddir_sub
2673 ac_abs_top_srcdir
=$ac_pwd ;;
2674 [\\/]* | ?
:[\\/]* ) # Absolute name.
2675 ac_srcdir
=$srcdir$ac_dir_suffix;
2676 ac_top_srcdir
=$srcdir
2677 ac_abs_top_srcdir
=$srcdir ;;
2679 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
2680 ac_top_srcdir
=$ac_top_build_prefix$srcdir
2681 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
2683 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
2685 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
2686 # Check for configure.gnu first; this name is used for a wrapper for
2687 # Metaconfig's "Configure" on case-insensitive file systems.
2688 if test -f "$ac_srcdir/configure.gnu"; then
2690 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2691 elif test -f "$ac_srcdir/configure"; then
2693 $SHELL "$ac_srcdir/configure" --help=recursive
2695 printf "%s\n" "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2697 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
2701 test -n "$ac_init_help" && exit $ac_status
2702 if $ac_init_version; then
2705 generated by GNU Autoconf
2.71
2707 Copyright
(C
) 2021 Free Software Foundation
, Inc.
2708 This configure
script is free software
; the Free Software Foundation
2709 gives unlimited permission to copy
, distribute and modify it.
2714 ## ------------------------ ##
2715 ## Autoconf initialization. ##
2716 ## ------------------------ ##
2718 # ac_fn_c_try_compile LINENO
2719 # --------------------------
2720 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2721 ac_fn_c_try_compile
()
2723 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2724 rm -f conftest.
$ac_objext conftest.beam
2725 if { { ac_try
="$ac_compile"
2727 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2728 *) ac_try_echo=$ac_try;;
2730 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2731 printf "%s\n" "$ac_try_echo"; } >&5
2732 (eval "$ac_compile") 2>conftest.err
2734 if test -s conftest.err; then
2735 grep -v '^ *+' conftest.err >conftest.er1
2736 cat conftest.er1 >&5
2737 mv -f conftest.er1 conftest.err
2739 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2740 test $ac_status = 0; } && {
2741 test -z "$ac_c_werror_flag" ||
2742 test ! -s conftest.err
2743 } && test -s conftest.$ac_objext
2747 printf "%s\n" "$as_me: failed program was:" >&5
2748 sed 's/^/| /' conftest.$ac_ext >&5
2752 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2753 as_fn_set_status $ac_retval
2755 } # ac_fn_c_try_compile
2757 # ac_fn_cxx_try_compile LINENO
2758 # ----------------------------
2759 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2760 ac_fn_cxx_try_compile ()
2762 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2763 rm -f conftest.$ac_objext conftest.beam
2764 if { { ac_try="$ac_compile"
2766 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2767 *) ac_try_echo
=$ac_try;;
2769 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2770 printf "%s\n" "$ac_try_echo"; } >&5
2771 (eval "$ac_compile") 2>conftest.err
2773 if test -s conftest.err
; then
2774 grep -v '^ *+' conftest.err
>conftest.er1
2775 cat conftest.er1
>&5
2776 mv -f conftest.er1 conftest.err
2778 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2779 test $ac_status = 0; } && {
2780 test -z "$ac_cxx_werror_flag" ||
2781 test ! -s conftest.err
2782 } && test -s conftest.
$ac_objext
2786 printf "%s\n" "$as_me: failed program was:" >&5
2787 sed 's/^/| /' conftest.
$ac_ext >&5
2791 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2792 as_fn_set_status
$ac_retval
2794 } # ac_fn_cxx_try_compile
2796 # ac_fn_c_try_link LINENO
2797 # -----------------------
2798 # Try to link conftest.$ac_ext, and return whether this succeeded.
2801 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2802 rm -f conftest.
$ac_objext conftest.beam conftest
$ac_exeext
2803 if { { ac_try
="$ac_link"
2805 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2806 *) ac_try_echo=$ac_try;;
2808 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2809 printf "%s\n" "$ac_try_echo"; } >&5
2810 (eval "$ac_link") 2>conftest.err
2812 if test -s conftest.err; then
2813 grep -v '^ *+' conftest.err >conftest.er1
2814 cat conftest.er1 >&5
2815 mv -f conftest.er1 conftest.err
2817 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2818 test $ac_status = 0; } && {
2819 test -z "$ac_c_werror_flag" ||
2820 test ! -s conftest.err
2821 } && test -s conftest$ac_exeext && {
2822 test "$cross_compiling" = yes ||
2823 test -x conftest$ac_exeext
2828 printf "%s\n" "$as_me: failed program was:" >&5
2829 sed 's/^/| /' conftest.$ac_ext >&5
2833 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2834 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2835 # interfere with the next link command; also delete a directory that is
2836 # left behind by Apple's compiler. We do this before executing the actions.
2837 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2838 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2839 as_fn_set_status $ac_retval
2841 } # ac_fn_c_try_link
2843 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2844 # -------------------------------------------------------
2845 # Tests whether HEADER exists and can be compiled using the include files in
2846 # INCLUDES, setting the cache variable VAR accordingly.
2847 ac_fn_c_check_header_compile ()
2849 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2850 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2851 printf %s "checking for $2... " >&6; }
2852 if eval test \${$3+y}
2854 printf %s "(cached) " >&6
2856 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2857 /* end confdefs.h. */
2861 if ac_fn_c_try_compile "$LINENO"
2867 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
2870 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2871 printf "%s\n" "$ac_res" >&6; }
2872 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2874 } # ac_fn_c_check_header_compile
2876 # ac_fn_objc_try_compile LINENO
2877 # -----------------------------
2878 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2879 ac_fn_objc_try_compile ()
2881 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2882 rm -f conftest.$ac_objext conftest.beam
2883 if { { ac_try="$ac_compile"
2885 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2886 *) ac_try_echo
=$ac_try;;
2888 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2889 printf "%s\n" "$ac_try_echo"; } >&5
2890 (eval "$ac_compile") 2>conftest.err
2892 if test -s conftest.err
; then
2893 grep -v '^ *+' conftest.err
>conftest.er1
2894 cat conftest.er1
>&5
2895 mv -f conftest.er1 conftest.err
2897 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2898 test $ac_status = 0; } && {
2899 test -z "$ac_objc_werror_flag" ||
2900 test ! -s conftest.err
2901 } && test -s conftest.
$ac_objext
2905 printf "%s\n" "$as_me: failed program was:" >&5
2906 sed 's/^/| /' conftest.
$ac_ext >&5
2910 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2911 as_fn_set_status
$ac_retval
2913 } # ac_fn_objc_try_compile
2915 # ac_fn_c_check_func LINENO FUNC VAR
2916 # ----------------------------------
2917 # Tests whether FUNC exists, setting the cache variable VAR accordingly
2918 ac_fn_c_check_func
()
2920 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2921 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2922 printf %s
"checking for $2... " >&6; }
2923 if eval test \
${$3+y}
2925 printf %s
"(cached) " >&6
2927 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2928 /* end confdefs.h. */
2929 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2930 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2931 #define $2 innocuous_$2
2933 /* System header to define __stub macros and hopefully few prototypes,
2934 which can conflict with char $2 (); below. */
2939 /* Override any GCC internal prototype to avoid an error.
2940 Use char because int might match the return type of a GCC
2941 builtin and then its argument prototype would still apply. */
2946 /* The GNU C library defines this for functions which it implements
2947 to always fail with ENOSYS. Some functions are actually named
2948 something starting with __ and the normal name is an alias. */
2949 #if defined __stub_$2 || defined __stub___$2
2961 if ac_fn_c_try_link
"$LINENO"
2967 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
2968 conftest
$ac_exeext conftest.
$ac_ext
2971 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2972 printf "%s\n" "$ac_res" >&6; }
2973 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2975 } # ac_fn_c_check_func
2977 # ac_fn_c_try_cpp LINENO
2978 # ----------------------
2979 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2982 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2983 if { { ac_try
="$ac_cpp conftest.$ac_ext"
2985 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2986 *) ac_try_echo=$ac_try;;
2988 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2989 printf "%s\n" "$ac_try_echo"; } >&5
2990 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2992 if test -s conftest.err; then
2993 grep -v '^ *+' conftest.err >conftest.er1
2994 cat conftest.er1 >&5
2995 mv -f conftest.er1 conftest.err
2997 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2998 test $ac_status = 0; } > conftest.i && {
2999 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3000 test ! -s conftest.err
3005 printf "%s\n" "$as_me: failed program was:" >&5
3006 sed 's/^/| /' conftest.$ac_ext >&5
3010 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3011 as_fn_set_status $ac_retval
3015 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
3016 # ----------------------------------------------------
3017 # Tries to find if the field MEMBER exists in type AGGR, after including
3018 # INCLUDES, setting cache variable VAR accordingly.
3019 ac_fn_c_check_member ()
3021 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3022 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
3023 printf %s "checking for $2.$3... " >&6; }
3024 if eval test \${$4+y}
3026 printf %s "(cached) " >&6
3028 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3029 /* end confdefs.h. */
3041 if ac_fn_c_try_compile "$LINENO"
3045 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3046 /* end confdefs.h. */
3052 if (sizeof ac_aggr.$3)
3058 if ac_fn_c_try_compile "$LINENO"
3064 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
3066 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
3069 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3070 printf "%s\n" "$ac_res" >&6; }
3071 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3073 } # ac_fn_c_check_member
3075 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
3076 # -------------------------------------------
3077 # Tests whether TYPE exists after having included INCLUDES, setting cache
3078 # variable VAR accordingly.
3079 ac_fn_c_check_type ()
3081 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3082 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3083 printf %s "checking for $2... " >&6; }
3084 if eval test \${$3+y}
3086 printf %s "(cached) " >&6
3089 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3090 /* end confdefs.h. */
3101 if ac_fn_c_try_compile "$LINENO"
3103 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3104 /* end confdefs.h. */
3115 if ac_fn_c_try_compile "$LINENO"
3121 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
3123 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
3126 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3127 printf "%s\n" "$ac_res" >&6; }
3128 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3130 } # ac_fn_c_check_type
3131 ac_configure_args_raw=
3136 ac_arg=`printf "%s\n" "$ac_arg" |
sed "s/'/'\\\\\\\\''/g"` ;;
3138 as_fn_append ac_configure_args_raw " '$ac_arg'"
3141 case $ac_configure_args_raw in
3145 ac_unsafe_z='|&;<>()$`\\"*?[ '' ' # This string ends in space, tab.
3146 ac_unsafe_a="$ac_unsafe_z#~
"
3147 ac_safe_unquote="s
/ '\\([^$ac_unsafe_a][^$ac_unsafe_z]*\\)'/ \\1/g
"
3148 ac_configure_args_raw=` printf "%s
\n" "$ac_configure_args_raw" | sed "$ac_safe_unquote"`;;
3151 cat >config.log <<_ACEOF
3152 This file contains any messages produced by compilers while
3153 running configure, to aid debugging if configure makes a mistake.
3155 It was created by Wine $as_me 8.11, which was
3156 generated by GNU Autoconf 2.71. Invocation command line was
3158 $ $0$ac_configure_args_raw
3168 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
3169 uname -m = `(uname -m) 2>/dev/null || echo unknown`
3170 uname -r = `(uname -r) 2>/dev/null || echo unknown`
3171 uname -s = `(uname -s) 2>/dev/null || echo unknown`
3172 uname -v = `(uname -v) 2>/dev/null || echo unknown`
3174 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
3175 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
3177 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
3178 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
3179 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
3180 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
3181 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
3182 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
3183 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
3187 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3191 case $as_dir in #(((
3194 *) as_dir=$as_dir/ ;;
3196 printf "%s
\n" "PATH
: $as_dir"
3212 # Keep a trace of the command line.
3213 # Strip out --no-create and --no-recursion so they do not pile up.
3214 # Strip out --silent because we don't want to record it for future runs.
3215 # Also quote any args containing shell meta-characters.
3216 # Make two passes to allow for proper duplicate-argument suppression.
3220 ac_must_keep_next=false
3226 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
3227 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
3228 | -silent | --silent | --silen | --sile | --sil)
3231 ac_arg=`printf "%s
\n" "$ac_arg" | sed "s
/'/'\\\\\\\\''/g
"` ;;
3234 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
3236 as_fn_append ac_configure_args1 " '$ac_arg'"
3237 if test $ac_must_keep_next = true; then
3238 ac_must_keep_next=false # Got value, back to normal.
3241 *=* | --config-cache | -C | -disable-* | --disable-* \
3242 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
3243 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
3244 | -with-* | --with-* | -without-* | --without-* | --x)
3245 case "$ac_configure_args0 " in
3246 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
3249 -* ) ac_must_keep_next=true ;;
3252 as_fn_append ac_configure_args " '$ac_arg'"
3257 { ac_configure_args0=; unset ac_configure_args0;}
3258 { ac_configure_args1=; unset ac_configure_args1;}
3260 # When interrupted or exit'd, cleanup temporary files, and complete
3261 # config.log. We remove comments because anyway the quotes in there
3262 # would cause problems or look ugly.
3263 # WARNING: Use '\'' to represent an apostrophe within the trap.
3264 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
3265 trap 'exit_status=$?
3268 # Save into config.log some information that might help in debugging.
3272 printf "%s
\n" "## ---------------- ##
3273 ## Cache variables. ##
3274 ## ---------------- ##"
3276 # The following way of writing the cache mishandles newlines in values,
3278 for ac_var
in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
3279 eval ac_val
=\$
$ac_var
3283 *_cv_
*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3284 printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3287 _ | IFS | as_nl
) ;; #(
3288 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
3289 *) { eval $ac_var=; unset $ac_var;} ;;
3294 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
3295 *${as_nl}ac_space
=\
*)
3297 "s/'\''/'\''\\\\'\'''\''/g;
3298 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
3301 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3308 printf "%s\n" "## ----------------- ##
3309 ## Output variables. ##
3310 ## ----------------- ##"
3312 for ac_var
in $ac_subst_vars
3314 eval ac_val
=\$
$ac_var
3316 *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3318 printf "%s\n" "$ac_var='\''$ac_val'\''"
3322 if test -n "$ac_subst_files"; then
3323 printf "%s\n" "## ------------------- ##
3324 ## File substitutions. ##
3325 ## ------------------- ##"
3327 for ac_var in $ac_subst_files
3329 eval ac_val=\$$ac_var
3331 *\'\''*) ac_val
=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3333 printf "%s\n" "$ac_var='\''$ac_val'\''"
3338 if test -s confdefs.h
; then
3339 printf "%s\n" "## ----------- ##
3346 test "$ac_signal" != 0 &&
3347 printf "%s\n" "$as_me: caught signal $ac_signal"
3348 printf "%s\n" "$as_me: exit $exit_status"
3350 rm -f core
*.core core.conftest.
* &&
3351 rm -f -r conftest
* confdefs
* conf$$
* $ac_clean_files &&
3354 for ac_signal in 1 2 13 15; do
3355 trap 'ac_signal
='$ac_signal'; as_fn_exit
1' $ac_signal
3359 # confdefs.h avoids OS command line length limits that DEFS can exceed.
3360 rm -f -r conftest* confdefs.h
3362 printf "%s\n" "/* confdefs.h */" > confdefs.h
3364 # Predefined preprocessor variables.
3366 printf "%s\n" "#define PACKAGE_NAME \"$PACKAGE_NAME\"" >>confdefs.h
3368 printf "%s\n" "#define PACKAGE_TARNAME \"$PACKAGE_TARNAME\"" >>confdefs.h
3370 printf "%s\n" "#define PACKAGE_VERSION \"$PACKAGE_VERSION\"" >>confdefs.h
3372 printf "%s\n" "#define PACKAGE_STRING \"$PACKAGE_STRING\"" >>confdefs.h
3374 printf "%s\n" "#define PACKAGE_BUGREPORT \"$PACKAGE_BUGREPORT\"" >>confdefs.h
3376 printf "%s\n" "#define PACKAGE_URL \"$PACKAGE_URL\"" >>confdefs.h
3379 # Let the site file select an alternate cache file if it wants to.
3380 # Prefer an explicitly selected file to automatically selected ones.
3381 if test -n "$CONFIG_SITE"; then
3382 ac_site_files="$CONFIG_SITE"
3383 elif test "x$prefix" != xNONE; then
3384 ac_site_files="$prefix/share/config.site $prefix/etc/config.site"
3386 ac_site_files="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
3389 for ac_site_file in $ac_site_files
3391 case $ac_site_file in #(
3395 ac_site_file=./$ac_site_file ;;
3397 if test -f "$ac_site_file" && test -r "$ac_site_file"; then
3398 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3399 printf "%s\n" "$as_me: loading site script $ac_site_file" >&6;}
3400 sed 's
/^
/|
/' "$ac_site_file" >&5
3402 || { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3403 printf "%s
\n" "$as_me: error
: in \
`$ac_pwd':" >&2;}
3404 as_fn_error $? "failed to load site script $ac_site_file
3405 See \`config.log
' for more details" "$LINENO" 5; }
3409 if test -r "$cache_file"; then
3410 # Some versions of bash will fail to source /dev/null (special files
3411 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
3412 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
3413 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3414 printf "%s\n" "$as_me: loading cache $cache_file" >&6;}
3416 [\\/]* | ?:[\\/]* ) . "$cache_file";;
3417 *) . "./$cache_file";;
3421 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3422 printf "%s\n" "$as_me: creating cache $cache_file" >&6;}
3426 # Test code for whether the C compiler supports C89 (global declarations)
3427 ac_c_conftest_c89_globals='
3428 /* Does the compiler advertise C89 conformance?
3429 Do not
test the value of __STDC__
, because some compilers
set it to
0
3430 while being otherwise adequately conformant.
*/
3431 #if !defined __STDC__
3432 # error "Compiler does not advertise C89 conformance"
3438 /* Most of the following tests are stolen from RCS
5.7 src
/conf.sh.
*/
3439 struct buf
{ int x
; };
3440 struct buf
* (*rcsopen
) (struct buf
*, struct stat
*, int
);
3441 static char
*e
(p
, i
)
3447 static char
*f
(char
* (*g
) (char
**, int
), char
**p
, ...
)
3452 s
= g
(p
, va_arg
(v
,int
));
3457 /* OSF
4.0 Compaq cc is some
sort of almost-ANSI by default. It has
3458 function prototypes and stuff
, but not \xHH hex character constants.
3459 These
do not provoke an error unfortunately
, instead are silently treated
3460 as an
"x". The following induces an error
, until -std is added to get
3461 proper ANSI mode. Curiously
\x00 != x always comes out true
, for an
3462 array size
at least. It is necessary to
write \x00 == 0 to get something
3463 that is true only with
-std.
*/
3464 int osf4_cc_array
['\''\x00'\'' == 0 ?
1 : -1];
3466 /* IBM C
6 for AIX is almost-ANSI by default
, but it replaces macro parameters
3467 inside
strings and character constants.
*/
3468 #define FOO(x) '\''x'\''
3469 int xlc6_cc_array
[FOO
(a
) == '\''x
'\'' ?
1 : -1];
3471 int
test (int i
, double x
);
3472 struct s1
{int
(*f
) (int a
);};
3473 struct s2
{int
(*f
) (double a
);};
3474 int pairnames
(int
, char
**, int
*(*)(struct buf
*, struct stat
*, int
),
3477 # Test code for whether the C compiler supports C89 (body of main).
3478 ac_c_conftest_c89_main='
3479 ok |
= (argc
== 0 || f
(e
, argv
, 0) != argv
[0] || f
(e
, argv
, 1) != argv
[1]);
3482 # Test code for whether the C compiler supports C99 (global declarations)
3483 ac_c_conftest_c99_globals='
3484 // Does the compiler advertise C99 conformance?
3485 #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 199901L
3486 # error "Compiler does not advertise C99 conformance"
3489 #include <stdbool.h>
3490 extern int puts
(const char
*);
3491 extern int
printf (const char
*, ...
);
3492 extern int dprintf
(int
, const char
*, ...
);
3493 extern void
*malloc
(size_t
);
3495 // Check varargs macros. These examples are taken from C99
6.10.3.5.
3496 // dprintf is used instead of fprintf to avoid needing to
declare
3498 #define debug(...) dprintf (2, __VA_ARGS__)
3499 #define showlist(...) puts (#__VA_ARGS__)
3500 #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
3502 test_varargs_macros
(void
)
3507 debug
("X = %d\n", x
);
3508 showlist
(The first
, second
, and third items.
);
3509 report
(x
>y
, "x is %d but y is %d", x
, y
);
3512 // Check long long types.
3513 #define BIG64 18446744073709551615ull
3514 #define BIG32 4294967295ul
3515 #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
3517 #error "your preprocessor is broken"
3521 #error "your preprocessor is broken"
3523 static long long int bignum
= -9223372036854775807LL;
3524 static unsigned long long int ubignum
= BIG64
;
3526 struct incomplete_array
3534 const wchar_t
*name
;
3538 typedef const char
*ccp
;
3541 test_restrict
(ccp restrict text
)
3543 // See
if C
++-style comments work.
3544 // Iterate through items via the restricted pointer.
3545 // Also check
for declarations
in for loops.
3546 for (unsigned int i
= 0; *(text
+i
) != '\''\
0'\''; ++i
)
3551 // Check varargs and va_copy.
3553 test_varargs
(const char
*format
, ...
)
3556 va_start
(args
, format
);
3558 va_copy
(args_copy
, args
);
3560 const char
*str
= "";
3568 case '\''s
'\'': // string
3569 str
= va_arg
(args_copy
, const char
*);
3571 case '\''d
'\'': // int
3572 number
= va_arg
(args_copy
, int
);
3574 case '\''f
'\'': // float
3575 fnumber
= va_arg
(args_copy
, double
);
3584 return *str
&& number
&& fnumber
;
3588 # Test code for whether the C compiler supports C99 (body of main).
3589 ac_c_conftest_c99_main='
3591 _Bool success
= false
;
3592 success |
= (argc
!= 0);
3595 if (test_restrict
("String literal") == 0)
3597 char
*restrict newvar
= "Another string";
3600 success
&= test_varargs
("s, d'\'' f .", "string", 65, 34.234);
3601 test_varargs_macros
();
3603 // Check flexible array members.
3604 struct incomplete_array
*ia
=
3605 malloc
(sizeof
(struct incomplete_array
) + (sizeof
(double
) * 10));
3607 for (int i
= 0; i
< ia-
>datasize
; ++i
)
3608 ia-
>data
[i
] = i
* 1.234;
3610 // Check named initializers.
3611 struct named_init ni
= {
3613 .name
= L
"Test wide string",
3614 .average
= 543.34343,
3619 int dynamic_array
[ni.number
];
3620 dynamic_array
[0] = argv
[0][0];
3621 dynamic_array
[ni.number
- 1] = 543;
3623 // work around unused variable warnings
3624 ok |
= (!success || bignum
== 0LL || ubignum
== 0uLL || newvar
[0] == '\''x
'\''
3625 || dynamic_array
[ni.number
- 1] != 543);
3628 # Test code for whether the C compiler supports C11 (global declarations)
3629 ac_c_conftest_c11_globals='
3630 // Does the compiler advertise C11 conformance?
3631 #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
3632 # error "Compiler does not advertise C11 conformance"
3636 char _Alignas
(double
) aligned_as_double
;
3637 char _Alignas
(0) no_special_alignment
;
3638 extern char aligned_as_int
;
3639 char _Alignas
(0) _Alignas
(int
) aligned_as_int
;
3644 int_alignment
= _Alignof
(int
),
3645 int_array_alignment
= _Alignof
(int
[100]),
3646 char_alignment
= _Alignof
(char
)
3648 _Static_assert
(0 < -_Alignof (int
), "_Alignof is signed");
3651 int _Noreturn does_not_return
(void
) { for (;;) continue; }
3653 // Check _Static_assert.
3654 struct test_static_assert
3657 _Static_assert
(sizeof
(int
) <= sizeof
(long int
),
3658 "_Static_assert does not work in struct");
3662 // Check UTF-8 literals.
3663 #define u8 syntax error!
3664 char const utf8_literal
[] = u8
"happens to be ASCII" "another string";
3666 // Check duplicate typedefs.
3667 typedef long
*long_ptr
;
3668 typedef long int
*long_ptr
;
3669 typedef long_ptr long_ptr
;
3671 // Anonymous structures and unions
-- taken from C11
6.7.2.1 Example
1.
3675 struct
{ int i
; int j
; };
3676 struct
{ int k
; long int l
; } w
;
3682 # Test code for whether the C compiler supports C11 (body of main).
3683 ac_c_conftest_c11_main='
3684 _Static_assert
((offsetof
(struct anonymous
, i
)
3685 == offsetof
(struct anonymous
, w.k
)),
3686 "Anonymous union alignment botch");
3692 # Test code for whether the C compiler supports C11 (complete).
3693 ac_c_conftest_c11_program="${ac_c_conftest_c89_globals}
3694 ${ac_c_conftest_c99_globals}
3695 ${ac_c_conftest_c11_globals}
3698 main (int argc, char **argv)
3701 ${ac_c_conftest_c89_main}
3702 ${ac_c_conftest_c99_main}
3703 ${ac_c_conftest_c11_main}
3708 # Test code for whether the C compiler supports C99 (complete).
3709 ac_c_conftest_c99_program="${ac_c_conftest_c89_globals}
3710 ${ac_c_conftest_c99_globals}
3713 main (int argc, char **argv)
3716 ${ac_c_conftest_c89_main}
3717 ${ac_c_conftest_c99_main}
3722 # Test code for whether the C compiler supports C89 (complete).
3723 ac_c_conftest_c89_program="${ac_c_conftest_c89_globals}
3726 main (int argc, char **argv)
3729 ${ac_c_conftest_c89_main}
3734 # Test code for whether the C++ compiler supports C++98 (global declarations)
3735 ac_cxx_conftest_cxx98_globals='
3736 // Does the compiler advertise C
++98 conformance?
3737 #if !defined __cplusplus || __cplusplus < 199711L
3738 # error "Compiler does not advertise C++98 conformance"
3741 // These inclusions are to reject old compilers that
3742 // lack the unsuffixed header files.
3744 #include <exception>
3746 // <cassert
> and
<cstring
> are
*not
* freestanding headers
in C
++98.
3747 extern void assert
(int
);
3749 extern int strcmp
(const char
*, const char
*);
3752 // Namespaces
, exceptions
, and templates were all added after
"C++ 2.0".
3753 using std
::exception
;
3758 void test_exception_syntax
()
3762 } catch
(const char
*s
) {
3763 // Extra parentheses suppress a warning when building autoconf itself
,
3764 // due to lint rules shared with
more typical C programs.
3765 assert
(!(strcmp
) (s
, "test"));
3769 template
<typename T
> struct test_template
3772 explicit test_template
(T t
) : val
(t
) {}
3773 template
<typename U
> T add
(U u
) { return static_cast
<T
>(u
) + val
; }
3776 } // anonymous namespace
3779 # Test code for whether the C++ compiler supports C++98 (body of main)
3780 ac_cxx_conftest_cxx98_main='
3784 test_exception_syntax
();
3785 test_template
<double
> tt
(2.0);
3786 assert
(tt.add
(4) == 6.0);
3787 assert
(true
&& !false
);
3791 # Test code for whether the C++ compiler supports C++11 (global declarations)
3792 ac_cxx_conftest_cxx11_globals='
3793 // Does the compiler advertise C
++ 2011 conformance?
3794 #if !defined __cplusplus || __cplusplus < 201103L
3795 # error "Compiler does not advertise C++11 conformance"
3800 constexpr int get_val
() { return 20; }
3811 delegate
(int n
) : n
(n
) {}
3812 delegate
(): delegate
(2354) {}
3814 virtual int getval
() { return this-
>n
; };
3819 class overridden
: public delegate
3822 overridden
(int n
): delegate
(n
) {}
3823 virtual int getval
() override final
{ return this-
>n
* 2; }
3829 nocopy
(int i
): i
(i
) {}
3831 nocopy
(const nocopy
&) = delete
;
3832 nocopy
& operator
=(const nocopy
&) = delete
;
3837 // for testing lambda expressions
3838 template
<typename Ret
, typename Fn
> Ret
eval(Fn f
, Ret v
)
3843 // for testing variadic templates and trailing
return types
3844 template
<typename V
> auto
sum(V first
) -> V
3848 template
<typename V
, typename... Args
> auto
sum(V first
, Args... rest
) -> V
3850 return first
+ sum(rest...
);
3855 # Test code for whether the C++ compiler supports C++11 (body of main)
3856 ac_cxx_conftest_cxx11_main='
3858 // Test auto and decltype
3860 auto a2
= 48573953.4;
3861 auto a3
= "String literal";
3864 for (auto i
= a3
; *i
; ++i
) { total
+= *i
; }
3866 decltype
(a2
) a4
= 34895.034;
3870 short sa
[cxx11test
::get_val
()] = { 0 };
3873 // Test initializer lists
3874 cxx11test
::testinit il
= { 4323, 435234.23544 };
3877 // Test range-based
for
3878 int array
[] = {9, 7, 13, 15, 4, 18, 12, 10, 5, 3,
3879 14, 19, 17, 8, 6, 20, 16, 2, 11, 1};
3880 for (auto
&x
: array
) { x
+= 23; }
3883 // Test lambda expressions
3884 using cxx11test
::eval;
3885 assert
(eval ([](int x
) { return x
*2; }, 21) == 42);
3887 assert
(eval ([&](double x
) { return d
+= x
; }, 3.0) == 5.0);
3889 assert
(eval ([=](double x
) mutable
{ return d
+= x
; }, 4.0) == 9.0);
3893 // Test use of variadic templates
3894 using cxx11test
::sum;
3897 auto c
= sum(1.0, 2.0, 3.0);
3900 // Test constructor delegation
3901 cxx11test
::delegate d1
;
3902 cxx11test
::delegate d2
();
3903 cxx11test
::delegate d3
(45);
3906 // Test override and final
3907 cxx11test
::overridden o1
(55464);
3914 // Test template brackets
3915 test_template
<::test_template
<int
>> v
(test_template
<int
>(12));
3919 char const
*utf8
= u8
"UTF-8 string \u2500";
3920 char16_t const
*utf16
= u
"UTF-8 string \u2500";
3921 char32_t const
*utf32
= U
"UTF-32 string \u2500";
3925 # Test code for whether the C compiler supports C++11 (complete).
3926 ac_cxx_conftest_cxx11_program="${ac_cxx_conftest_cxx98_globals}
3927 ${ac_cxx_conftest_cxx11_globals}
3930 main (int argc, char **argv)
3933 ${ac_cxx_conftest_cxx98_main}
3934 ${ac_cxx_conftest_cxx11_main}
3939 # Test code for whether the C compiler supports C++98 (complete).
3940 ac_cxx_conftest_cxx98_program="${ac_cxx_conftest_cxx98_globals}
3942 main (int argc, char **argv)
3945 ${ac_cxx_conftest_cxx98_main}
3950 as_fn_append ac_header_c_list " stdio.h stdio_h HAVE_STDIO_H"
3951 as_fn_append ac_header_c_list " stdlib.h stdlib_h HAVE_STDLIB_H"
3952 as_fn_append ac_header_c_list " string.h string_h HAVE_STRING_H"
3953 as_fn_append ac_header_c_list " inttypes.h inttypes_h HAVE_INTTYPES_H"
3954 as_fn_append ac_header_c_list " stdint.h stdint_h HAVE_STDINT_H"
3955 as_fn_append ac_header_c_list " strings.h strings_h HAVE_STRINGS_H"
3956 as_fn_append ac_header_c_list " sys/stat.h sys_stat_h HAVE_SYS_STAT_H"
3957 as_fn_append ac_header_c_list " sys/types.h sys_types_h HAVE_SYS_TYPES_H"
3958 as_fn_append ac_header_c_list " unistd.h unistd_h HAVE_UNISTD_H"
3960 # Auxiliary files required by this configure script.
3961 ac_aux_files="config.guess config.sub"
3963 # Locations in which to look for auxiliary files.
3964 ac_aux_dir_candidates="${srcdir}/tools"
3966 # Search for a directory containing all of the required auxiliary files,
3967 # $ac_aux_files, from the $PATH-style list $ac_aux_dir_candidates.
3968 # If we don't
find one directory that contains all the files we need
,
3969 # we report the set of missing files from the *first* directory in
3970 # $ac_aux_dir_candidates and give up.
3971 ac_missing_aux_files
=""
3972 ac_first_candidate
=:
3973 printf "%s\n" "$as_me:${as_lineno-$LINENO}: looking for aux files: $ac_aux_files" >&5
3974 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3976 for as_dir
in $ac_aux_dir_candidates
3979 case $as_dir in #(((
3982 *) as_dir
=$as_dir/ ;;
3986 printf "%s\n" "$as_me:${as_lineno-$LINENO}: trying $as_dir" >&5
3987 ac_aux_dir_found
=yes
3989 for ac_aux
in $ac_aux_files
3991 # As a special case, if "install-sh" is required, that requirement
3992 # can be satisfied by any of "install-sh", "install.sh", or "shtool",
3993 # and $ac_install_sh is set appropriately for whichever one is found.
3994 if test x
"$ac_aux" = x
"install-sh"
3996 if test -f "${as_dir}install-sh"; then
3997 printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}install-sh found" >&5
3998 ac_install_sh
="${as_dir}install-sh -c"
3999 elif test -f "${as_dir}install.sh"; then
4000 printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}install.sh found" >&5
4001 ac_install_sh
="${as_dir}install.sh -c"
4002 elif test -f "${as_dir}shtool"; then
4003 printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}shtool found" >&5
4004 ac_install_sh
="${as_dir}shtool install -c"
4007 if $ac_first_candidate; then
4008 ac_missing_aux_files
="${ac_missing_aux_files} install-sh"
4014 if test -f "${as_dir}${ac_aux}"; then
4015 printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}${ac_aux} found" >&5
4018 if $ac_first_candidate; then
4019 ac_missing_aux_files
="${ac_missing_aux_files} ${ac_aux}"
4026 if test "$ac_aux_dir_found" = yes; then
4027 ac_aux_dir
="$as_dir"
4030 ac_first_candidate
=false
4039 as_fn_error $?
"cannot find required auxiliary files:$ac_missing_aux_files" "$LINENO" 5
4043 # These three variables are undocumented and unsupported,
4044 # and are intended to be withdrawn in a future Autoconf release.
4045 # They can cause serious problems if a builder's source tree is in a directory
4046 # whose full name contains unusual characters.
4047 if test -f "${ac_aux_dir}config.guess"; then
4048 ac_config_guess
="$SHELL ${ac_aux_dir}config.guess"
4050 if test -f "${ac_aux_dir}config.sub"; then
4051 ac_config_sub
="$SHELL ${ac_aux_dir}config.sub"
4053 if test -f "$ac_aux_dir/configure"; then
4054 ac_configure
="$SHELL ${ac_aux_dir}configure"
4057 # Check that the precious variables saved in the cache have kept the same
4059 ac_cache_corrupted
=false
4060 for ac_var
in $ac_precious_vars; do
4061 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
4062 eval ac_new_set
=\
$ac_env_${ac_var}_set
4063 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
4064 eval ac_new_val
=\
$ac_env_${ac_var}_value
4065 case $ac_old_set,$ac_new_set in
4067 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
4068 printf "%s\n" "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
4069 ac_cache_corrupted
=: ;;
4071 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
4072 printf "%s\n" "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
4073 ac_cache_corrupted
=: ;;
4076 if test "x$ac_old_val" != "x$ac_new_val"; then
4077 # differences in whitespace do not lead to failure.
4078 ac_old_val_w
=`echo x $ac_old_val`
4079 ac_new_val_w
=`echo x $ac_new_val`
4080 if test "$ac_old_val_w" != "$ac_new_val_w"; then
4081 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
4082 printf "%s\n" "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
4083 ac_cache_corrupted
=:
4085 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
4086 printf "%s\n" "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
4087 eval $ac_var=\
$ac_old_val
4089 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
4090 printf "%s\n" "$as_me: former value: \`$ac_old_val'" >&2;}
4091 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
4092 printf "%s\n" "$as_me: current value: \`$ac_new_val'" >&2;}
4095 # Pass precious variables to config.status.
4096 if test "$ac_new_set" = set; then
4098 *\'*) ac_arg
=$ac_var=`printf "%s\n" "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
4099 *) ac_arg
=$ac_var=$ac_new_val ;;
4101 case " $ac_configure_args " in
4102 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
4103 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
4107 if $ac_cache_corrupted; then
4108 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4109 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
4110 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
4111 printf "%s\n" "$as_me: error: changes in the environment can compromise the build" >&2;}
4112 as_fn_error $?
"run \`${MAKE-make} distclean' and/or \`rm $cache_file'
4113 and start over" "$LINENO" 5
4115 ## -------------------- ##
4116 ## Main body of script. ##
4117 ## -------------------- ##
4120 ac_cpp
='$CPP $CPPFLAGS'
4121 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4122 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4123 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4127 ac_config_headers
="$ac_config_headers include/config.h"
4131 libwine_version
="1.0"
4134 # Check whether --enable-archs was given.
4135 if test ${enable_archs+y}
4137 enableval
=$enable_archs;
4140 # Check whether --enable-win16 was given.
4141 if test ${enable_win16+y}
4143 enableval
=$enable_win16;
4146 # Check whether --enable-win64 was given.
4147 if test ${enable_win64+y}
4149 enableval
=$enable_win64;
4152 # Check whether --enable-tests was given.
4153 if test ${enable_tests+y}
4155 enableval
=$enable_tests;
4158 # Check whether --enable-build-id was given.
4159 if test ${enable_build_id+y}
4161 enableval
=$enable_build_id;
4164 # Check whether --enable-maintainer-mode was given.
4165 if test ${enable_maintainer_mode+y}
4167 enableval
=$enable_maintainer_mode;
4170 # Check whether --enable-silent-rules was given.
4171 if test ${enable_silent_rules+y}
4173 enableval
=$enable_silent_rules;
4176 # Check whether --enable-werror was given.
4177 if test ${enable_werror+y}
4179 enableval
=$enable_werror;
4184 # Check whether --with-alsa was given.
4185 if test ${with_alsa+y}
4191 # Check whether --with-capi was given.
4192 if test ${with_capi+y}
4198 # Check whether --with-coreaudio was given.
4199 if test ${with_coreaudio+y}
4201 withval
=$with_coreaudio;
4205 # Check whether --with-cups was given.
4206 if test ${with_cups+y}
4212 # Check whether --with-dbus was given.
4213 if test ${with_dbus+y}
4219 # Check whether --with-float-abi was given.
4220 if test ${with_float_abi+y}
4222 withval
=$with_float_abi;
4226 # Check whether --with-fontconfig was given.
4227 if test ${with_fontconfig+y}
4229 withval
=$with_fontconfig;
4233 # Check whether --with-freetype was given.
4234 if test ${with_freetype+y}
4236 withval
=$with_freetype;
4240 # Check whether --with-gettext was given.
4241 if test ${with_gettext+y}
4243 withval
=$with_gettext;
4247 # Check whether --with-gettextpo was given.
4248 if test ${with_gettextpo+y}
4250 withval
=$with_gettextpo; if test "x$withval" = "xno"; then ac_cv_header_gettext_po_h
=no
; fi
4254 # Check whether --with-gphoto was given.
4255 if test ${with_gphoto+y}
4257 withval
=$with_gphoto;
4261 # Check whether --with-gnutls was given.
4262 if test ${with_gnutls+y}
4264 withval
=$with_gnutls;
4268 # Check whether --with-gssapi was given.
4269 if test ${with_gssapi+y}
4271 withval
=$with_gssapi;
4275 # Check whether --with-gstreamer was given.
4276 if test ${with_gstreamer+y}
4278 withval
=$with_gstreamer;
4282 # Check whether --with-inotify was given.
4283 if test ${with_inotify+y}
4285 withval
=$with_inotify;
4289 # Check whether --with-krb5 was given.
4290 if test ${with_krb5+y}
4296 # Check whether --with-mingw was given.
4297 if test ${with_mingw+y}
4299 withval
=$with_mingw;
4303 # Check whether --with-netapi was given.
4304 if test ${with_netapi+y}
4306 withval
=$with_netapi;
4310 # Check whether --with-opencl was given.
4311 if test ${with_opencl+y}
4313 withval
=$with_opencl; if test "x$withval" = "xno"; then ac_cv_header_CL_cl_h
=no
; ac_cv_header_OpenCL_opencl_h
=no
; fi
4317 # Check whether --with-opengl was given.
4318 if test ${with_opengl+y}
4320 withval
=$with_opengl;
4324 # Check whether --with-osmesa was given.
4325 if test ${with_osmesa+y}
4327 withval
=$with_osmesa;
4331 # Check whether --with-oss was given.
4332 if test ${with_oss+y}
4338 # Check whether --with-pcap was given.
4339 if test ${with_pcap+y}
4341 withval
=$with_pcap; if test "x$withval" = "xno"; then ac_cv_header_pcap_pcap_h
=no
; fi
4345 # Check whether --with-pcsclite was given.
4346 if test ${with_pcsclite+y}
4348 withval
=$with_pcsclite;
4352 # Check whether --with-pthread was given.
4353 if test ${with_pthread+y}
4355 withval
=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h
=no
; fi
4359 # Check whether --with-pulse was given.
4360 if test ${with_pulse+y}
4362 withval
=$with_pulse;
4366 # Check whether --with-sane was given.
4367 if test ${with_sane+y}
4373 # Check whether --with-sdl was given.
4374 if test ${with_sdl+y}
4380 # Check whether --with-udev was given.
4381 if test ${with_udev+y}
4387 # Check whether --with-unwind was given.
4388 if test ${with_unwind+y}
4390 withval
=$with_unwind;
4394 # Check whether --with-usb was given.
4395 if test ${with_usb+y}
4401 # Check whether --with-v4l2 was given.
4402 if test ${with_v4l2+y}
4408 # Check whether --with-vulkan was given.
4409 if test ${with_vulkan+y}
4411 withval
=$with_vulkan;
4415 # Check whether --with-wayland was given.
4416 if test ${with_wayland+y}
4418 withval
=$with_wayland;
4422 # Check whether --with-xcomposite was given.
4423 if test ${with_xcomposite+y}
4425 withval
=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h
=no
; fi
4429 # Check whether --with-xcursor was given.
4430 if test ${with_xcursor+y}
4432 withval
=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h
=no
; fi
4436 # Check whether --with-xfixes was given.
4437 if test ${with_xfixes+y}
4439 withval
=$with_xfixes; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xfixes_h
=no
; fi
4443 # Check whether --with-xinerama was given.
4444 if test ${with_xinerama+y}
4446 withval
=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h
=no
; fi
4450 # Check whether --with-xinput was given.
4451 if test ${with_xinput+y}
4453 withval
=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h
=no
; fi
4457 # Check whether --with-xinput2 was given.
4458 if test ${with_xinput2+y}
4460 withval
=$with_xinput2; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput2_h
=no
; fi
4464 # Check whether --with-xrandr was given.
4465 if test ${with_xrandr+y}
4467 withval
=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h
=no
; fi
4471 # Check whether --with-xrender was given.
4472 if test ${with_xrender+y}
4474 withval
=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h
=no
; fi
4478 # Check whether --with-xshape was given.
4479 if test ${with_xshape+y}
4481 withval
=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h
=no
; fi
4485 # Check whether --with-xshm was given.
4486 if test ${with_xshm+y}
4488 withval
=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h
=no
; fi
4492 # Check whether --with-xxf86vm was given.
4493 if test ${with_xxf86vm+y}
4495 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
4500 # Check whether --with-system-dllpath was given.
4501 if test ${with_system_dllpath+y}
4503 withval
=$with_system_dllpath; system_dllpath
=$withval
4508 # Check whether --with-wine-tools was given.
4509 if test ${with_wine_tools+y}
4511 withval
=$with_wine_tools;
4515 # Check whether --with-wine64 was given.
4516 if test ${with_wine64+y}
4518 withval
=$with_wine64;
4525 # Make sure we can run config.sub.
4526 $SHELL "${ac_aux_dir}config.sub" sun4
>/dev
/null
2>&1 ||
4527 as_fn_error $?
"cannot run $SHELL ${ac_aux_dir}config.sub" "$LINENO" 5
4529 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4530 printf %s
"checking build system type... " >&6; }
4531 if test ${ac_cv_build+y}
4533 printf %s
"(cached) " >&6
4535 ac_build_alias
=$build_alias
4536 test "x$ac_build_alias" = x
&&
4537 ac_build_alias
=`$SHELL "${ac_aux_dir}config.guess"`
4538 test "x$ac_build_alias" = x
&&
4539 as_fn_error $?
"cannot guess build type; you must specify one" "$LINENO" 5
4540 ac_cv_build
=`$SHELL "${ac_aux_dir}config.sub" $ac_build_alias` ||
4541 as_fn_error $?
"$SHELL ${ac_aux_dir}config.sub $ac_build_alias failed" "$LINENO" 5
4544 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4545 printf "%s\n" "$ac_cv_build" >&6; }
4546 case $ac_cv_build in
4548 *) as_fn_error $?
"invalid value of canonical build" "$LINENO" 5;;
4551 ac_save_IFS
=$IFS; IFS
='-'
4557 # Remember, the first character of IFS is used to create $*,
4558 # except with old shells:
4561 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
4564 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
4565 printf %s
"checking host system type... " >&6; }
4566 if test ${ac_cv_host+y}
4568 printf %s
"(cached) " >&6
4570 if test "x$host_alias" = x
; then
4571 ac_cv_host
=$ac_cv_build
4573 ac_cv_host
=`$SHELL "${ac_aux_dir}config.sub" $host_alias` ||
4574 as_fn_error $?
"$SHELL ${ac_aux_dir}config.sub $host_alias failed" "$LINENO" 5
4578 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
4579 printf "%s\n" "$ac_cv_host" >&6; }
4582 *) as_fn_error $?
"invalid value of canonical host" "$LINENO" 5;;
4585 ac_save_IFS
=$IFS; IFS
='-'
4591 # Remember, the first character of IFS is used to create $*,
4592 # except with old shells:
4595 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
4599 dlldir
=\
${libdir}/wine
4601 fontdir
=\
${datadir}/wine
/fonts
4603 nlsdir
=\
${datadir}/wine
/nls
4608 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
4609 printf %s
"checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
4611 ac_make
=`printf "%s\n" "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
4612 if eval test \
${ac_cv_prog_make_${ac_make}_set+y}
4614 printf %s
"(cached) " >&6
4616 cat >conftest.
make <<\_ACEOF
4619 @
echo '@@@%%%=$(MAKE)=@@@%%%'
4621 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
4622 case `${MAKE-make} -f conftest.make 2>/dev/null` in
4624 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
4626 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
4630 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
4631 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4632 printf "%s\n" "yes" >&6; }
4635 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
4636 printf "%s\n" "no" >&6; }
4637 SET_MAKE
="MAKE=${MAKE-make}"
4650 ac_cpp
='$CPP $CPPFLAGS'
4651 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4652 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4653 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4654 if test -n "$ac_tool_prefix"; then
4655 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4656 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
4657 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4658 printf %s
"checking for $ac_word... " >&6; }
4659 if test ${ac_cv_prog_CC+y}
4661 printf %s
"(cached) " >&6
4663 if test -n "$CC"; then
4664 ac_cv_prog_CC
="$CC" # Let the user override the test.
4666 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4670 case $as_dir in #(((
4673 *) as_dir
=$as_dir/ ;;
4675 for ac_exec_ext
in '' $ac_executable_extensions; do
4676 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
4677 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
4678 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
4688 if test -n "$CC"; then
4689 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4690 printf "%s\n" "$CC" >&6; }
4692 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
4693 printf "%s\n" "no" >&6; }
4698 if test -z "$ac_cv_prog_CC"; then
4700 # Extract the first word of "gcc", so it can be a program name with args.
4701 set dummy gcc
; ac_word
=$2
4702 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4703 printf %s
"checking for $ac_word... " >&6; }
4704 if test ${ac_cv_prog_ac_ct_CC+y}
4706 printf %s
"(cached) " >&6
4708 if test -n "$ac_ct_CC"; then
4709 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
4711 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4715 case $as_dir in #(((
4718 *) as_dir
=$as_dir/ ;;
4720 for ac_exec_ext
in '' $ac_executable_extensions; do
4721 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
4722 ac_cv_prog_ac_ct_CC
="gcc"
4723 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
4732 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
4733 if test -n "$ac_ct_CC"; then
4734 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4735 printf "%s\n" "$ac_ct_CC" >&6; }
4737 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
4738 printf "%s\n" "no" >&6; }
4741 if test "x$ac_ct_CC" = x
; then
4744 case $cross_compiling:$ac_tool_warned in
4746 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4747 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4748 ac_tool_warned
=yes ;;
4756 if test -z "$CC"; then
4757 if test -n "$ac_tool_prefix"; then
4758 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4759 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
4760 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4761 printf %s
"checking for $ac_word... " >&6; }
4762 if test ${ac_cv_prog_CC+y}
4764 printf %s
"(cached) " >&6
4766 if test -n "$CC"; then
4767 ac_cv_prog_CC
="$CC" # Let the user override the test.
4769 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4773 case $as_dir in #(((
4776 *) as_dir
=$as_dir/ ;;
4778 for ac_exec_ext
in '' $ac_executable_extensions; do
4779 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
4780 ac_cv_prog_CC
="${ac_tool_prefix}cc"
4781 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
4791 if test -n "$CC"; then
4792 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4793 printf "%s\n" "$CC" >&6; }
4795 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
4796 printf "%s\n" "no" >&6; }
4802 if test -z "$CC"; then
4803 # Extract the first word of "cc", so it can be a program name with args.
4804 set dummy cc
; ac_word
=$2
4805 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4806 printf %s
"checking for $ac_word... " >&6; }
4807 if test ${ac_cv_prog_CC+y}
4809 printf %s
"(cached) " >&6
4811 if test -n "$CC"; then
4812 ac_cv_prog_CC
="$CC" # Let the user override the test.
4815 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4819 case $as_dir in #(((
4822 *) as_dir
=$as_dir/ ;;
4824 for ac_exec_ext
in '' $ac_executable_extensions; do
4825 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
4826 if test "$as_dir$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4827 ac_prog_rejected
=yes
4831 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
4838 if test $ac_prog_rejected = yes; then
4839 # We found a bogon in the path, so make sure we never use it.
4840 set dummy
$ac_cv_prog_CC
4842 if test $# != 0; then
4843 # We chose a different compiler from the bogus one.
4844 # However, it has the same basename, so the bogon will be chosen
4845 # first if we set CC to just the basename; use the full file name.
4847 ac_cv_prog_CC
="$as_dir$ac_word${1+' '}$@"
4853 if test -n "$CC"; then
4854 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4855 printf "%s\n" "$CC" >&6; }
4857 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
4858 printf "%s\n" "no" >&6; }
4863 if test -z "$CC"; then
4864 if test -n "$ac_tool_prefix"; then
4865 for ac_prog
in cl.exe
4867 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4868 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
4869 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4870 printf %s
"checking for $ac_word... " >&6; }
4871 if test ${ac_cv_prog_CC+y}
4873 printf %s
"(cached) " >&6
4875 if test -n "$CC"; then
4876 ac_cv_prog_CC
="$CC" # Let the user override the test.
4878 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4882 case $as_dir in #(((
4885 *) as_dir
=$as_dir/ ;;
4887 for ac_exec_ext
in '' $ac_executable_extensions; do
4888 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
4889 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
4890 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
4900 if test -n "$CC"; then
4901 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4902 printf "%s\n" "$CC" >&6; }
4904 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
4905 printf "%s\n" "no" >&6; }
4909 test -n "$CC" && break
4912 if test -z "$CC"; then
4914 for ac_prog
in cl.exe
4916 # Extract the first word of "$ac_prog", so it can be a program name with args.
4917 set dummy
$ac_prog; ac_word
=$2
4918 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4919 printf %s
"checking for $ac_word... " >&6; }
4920 if test ${ac_cv_prog_ac_ct_CC+y}
4922 printf %s
"(cached) " >&6
4924 if test -n "$ac_ct_CC"; then
4925 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
4927 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4931 case $as_dir in #(((
4934 *) as_dir
=$as_dir/ ;;
4936 for ac_exec_ext
in '' $ac_executable_extensions; do
4937 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
4938 ac_cv_prog_ac_ct_CC
="$ac_prog"
4939 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
4948 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
4949 if test -n "$ac_ct_CC"; then
4950 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4951 printf "%s\n" "$ac_ct_CC" >&6; }
4953 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
4954 printf "%s\n" "no" >&6; }
4958 test -n "$ac_ct_CC" && break
4961 if test "x$ac_ct_CC" = x
; then
4964 case $cross_compiling:$ac_tool_warned in
4966 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4967 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4968 ac_tool_warned
=yes ;;
4975 if test -z "$CC"; then
4976 if test -n "$ac_tool_prefix"; then
4977 # Extract the first word of "${ac_tool_prefix}clang", so it can be a program name with args.
4978 set dummy
${ac_tool_prefix}clang
; ac_word
=$2
4979 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4980 printf %s
"checking for $ac_word... " >&6; }
4981 if test ${ac_cv_prog_CC+y}
4983 printf %s
"(cached) " >&6
4985 if test -n "$CC"; then
4986 ac_cv_prog_CC
="$CC" # Let the user override the test.
4988 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4992 case $as_dir in #(((
4995 *) as_dir
=$as_dir/ ;;
4997 for ac_exec_ext
in '' $ac_executable_extensions; do
4998 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
4999 ac_cv_prog_CC
="${ac_tool_prefix}clang"
5000 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
5010 if test -n "$CC"; then
5011 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
5012 printf "%s\n" "$CC" >&6; }
5014 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
5015 printf "%s\n" "no" >&6; }
5020 if test -z "$ac_cv_prog_CC"; then
5022 # Extract the first word of "clang", so it can be a program name with args.
5023 set dummy clang
; ac_word
=$2
5024 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5025 printf %s
"checking for $ac_word... " >&6; }
5026 if test ${ac_cv_prog_ac_ct_CC+y}
5028 printf %s
"(cached) " >&6
5030 if test -n "$ac_ct_CC"; then
5031 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
5033 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5037 case $as_dir in #(((
5040 *) as_dir
=$as_dir/ ;;
5042 for ac_exec_ext
in '' $ac_executable_extensions; do
5043 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
5044 ac_cv_prog_ac_ct_CC
="clang"
5045 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
5054 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
5055 if test -n "$ac_ct_CC"; then
5056 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
5057 printf "%s\n" "$ac_ct_CC" >&6; }
5059 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
5060 printf "%s\n" "no" >&6; }
5063 if test "x$ac_ct_CC" = x
; then
5066 case $cross_compiling:$ac_tool_warned in
5068 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5069 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5070 ac_tool_warned
=yes ;;
5081 test -z "$CC" && { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5082 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
5083 as_fn_error $?
"no acceptable C compiler found in \$PATH
5084 See \`config.log' for more details" "$LINENO" 5; }
5086 # Provide some information about the compiler.
5087 printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
5090 for ac_option
in --version -v -V -qversion -version; do
5091 { { ac_try
="$ac_compiler $ac_option >&5"
5093 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5094 *) ac_try_echo=$ac_try;;
5096 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5097 printf "%s\n" "$ac_try_echo"; } >&5
5098 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
5100 if test -s conftest.err; then
5102 ... rest of stderr output deleted ...
5103 10q' conftest.err >conftest.er1
5104 cat conftest.er1 >&5
5106 rm -f conftest.er1 conftest.err
5107 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5108 test $ac_status = 0; }
5111 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5112 /* end confdefs.h. */
5122 ac_clean_files_save=$ac_clean_files
5123 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
5124 # Try to create an executable without -o first, disregard a.out.
5125 # It will help us diagnose broken compilers, and finding out an intuition
5127 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
5128 printf %s "checking whether the C compiler works... " >&6; }
5129 ac_link_default=`printf "%s\n" "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
5131 # The possible output files:
5132 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
5135 for ac_file in $ac_files
5138 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
5139 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
5144 if { { ac_try="$ac_link_default"
5146 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5147 *) ac_try_echo
=$ac_try;;
5149 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5150 printf "%s\n" "$ac_try_echo"; } >&5
5151 (eval "$ac_link_default") 2>&5
5153 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5154 test $ac_status = 0; }
5156 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
5157 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
5158 # in a Makefile. We should not override ac_cv_exeext if it was cached,
5159 # so that the user can short-circuit this test for compilers unknown to
5161 for ac_file
in $ac_files ''
5163 test -f "$ac_file" ||
continue
5165 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
5168 # We found the default executable, but exeext='' is most
5172 if test ${ac_cv_exeext+y} && test "$ac_cv_exeext" != no
;
5174 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
5176 # We set ac_cv_exeext here because the later test for it is not
5177 # safe: cross compilers may not add the suffix if given an `-o'
5178 # argument, so we may need to know it at that point already.
5179 # Even if this section looks crufty: it has the advantage of
5186 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
5191 if test -z "$ac_file"
5193 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
5194 printf "%s\n" "no" >&6; }
5195 printf "%s\n" "$as_me: failed program was:" >&5
5196 sed 's/^/| /' conftest.
$ac_ext >&5
5198 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5199 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
5200 as_fn_error
77 "C compiler cannot create executables
5201 See \`config.log' for more details" "$LINENO" 5; }
5203 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5204 printf "%s\n" "yes" >&6; }
5206 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
5207 printf %s
"checking for C compiler default output file name... " >&6; }
5208 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
5209 printf "%s\n" "$ac_file" >&6; }
5210 ac_exeext
=$ac_cv_exeext
5212 rm -f -r a.out a.out.dSYM a.exe conftest
$ac_cv_exeext b.out
5213 ac_clean_files
=$ac_clean_files_save
5214 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
5215 printf %s
"checking for suffix of executables... " >&6; }
5216 if { { ac_try
="$ac_link"
5218 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5219 *) ac_try_echo=$ac_try;;
5221 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5222 printf "%s\n" "$ac_try_echo"; } >&5
5223 (eval "$ac_link") 2>&5
5225 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5226 test $ac_status = 0; }
5228 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
5229 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
5230 # work properly (i.e., refer to `conftest.exe'), while it won't with
5232 for ac_file
in conftest.exe conftest conftest.
*; do
5233 test -f "$ac_file" ||
continue
5235 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
5236 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
5242 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5243 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
5244 as_fn_error $?
"cannot compute suffix of executables: cannot compile and link
5245 See \`config.log' for more details" "$LINENO" 5; }
5247 rm -f conftest conftest
$ac_cv_exeext
5248 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
5249 printf "%s\n" "$ac_cv_exeext" >&6; }
5251 rm -f conftest.
$ac_ext
5252 EXEEXT
=$ac_cv_exeext
5254 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5255 /* end confdefs.h. */
5260 FILE *f = fopen ("conftest.out", "w");
5261 return ferror (f) || fclose (f) != 0;
5267 ac_clean_files
="$ac_clean_files conftest.out"
5268 # Check that the compiler produces executables we can run. If not, either
5269 # the compiler is broken, or we cross compile.
5270 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
5271 printf %s
"checking whether we are cross compiling... " >&6; }
5272 if test "$cross_compiling" != yes; then
5273 { { ac_try
="$ac_link"
5275 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5276 *) ac_try_echo=$ac_try;;
5278 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5279 printf "%s\n" "$ac_try_echo"; } >&5
5280 (eval "$ac_link") 2>&5
5282 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5283 test $ac_status = 0; }
5284 if { ac_try='./conftest$ac_cv_exeext'
5285 { { case "(($ac_try" in
5286 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5287 *) ac_try_echo
=$ac_try;;
5289 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5290 printf "%s\n" "$ac_try_echo"; } >&5
5291 (eval "$ac_try") 2>&5
5293 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5294 test $ac_status = 0; }; }; then
5297 if test "$cross_compiling" = maybe
; then
5300 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5301 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
5302 as_fn_error
77 "cannot run C compiled programs.
5303 If you meant to cross compile, use \`--host'.
5304 See \`config.log' for more details" "$LINENO" 5; }
5308 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
5309 printf "%s\n" "$cross_compiling" >&6; }
5311 rm -f conftest.
$ac_ext conftest
$ac_cv_exeext conftest.out
5312 ac_clean_files
=$ac_clean_files_save
5313 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
5314 printf %s
"checking for suffix of object files... " >&6; }
5315 if test ${ac_cv_objext+y}
5317 printf %s
"(cached) " >&6
5319 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5320 /* end confdefs.h. */
5330 rm -f conftest.o conftest.obj
5331 if { { ac_try
="$ac_compile"
5333 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5334 *) ac_try_echo=$ac_try;;
5336 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5337 printf "%s\n" "$ac_try_echo"; } >&5
5338 (eval "$ac_compile") 2>&5
5340 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5341 test $ac_status = 0; }
5343 for ac_file in conftest.o conftest.obj conftest.*; do
5344 test -f "$ac_file" || continue;
5346 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
5347 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
5352 printf "%s\n" "$as_me: failed program was:" >&5
5353 sed 's/^/| /' conftest.$ac_ext >&5
5355 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5356 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
5357 as_fn_error $? "cannot compute suffix of object files
: cannot compile
5358 See \
`config.log' for more details" "$LINENO" 5; }
5360 rm -f conftest.$ac_cv_objext conftest.$ac_ext
5362 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
5363 printf "%s\n" "$ac_cv_objext" >&6; }
5364 OBJEXT=$ac_cv_objext
5366 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports GNU C" >&5
5367 printf %s "checking whether the compiler supports GNU C... " >&6; }
5368 if test ${ac_cv_c_compiler_gnu+y}
5370 printf %s "(cached) " >&6
5372 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5373 /* end confdefs.h. */
5386 if ac_fn_c_try_compile "$LINENO"
5392 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
5393 ac_cv_c_compiler_gnu=$ac_compiler_gnu
5396 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
5397 printf "%s\n" "$ac_cv_c_compiler_gnu" >&6; }
5398 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5400 if test $ac_compiler_gnu = yes; then
5405 ac_test_CFLAGS=${CFLAGS+y}
5406 ac_save_CFLAGS=$CFLAGS
5407 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
5408 printf %s "checking whether $CC accepts -g... " >&6; }
5409 if test ${ac_cv_prog_cc_g+y}
5411 printf %s "(cached) " >&6
5413 ac_save_c_werror_flag=$ac_c_werror_flag
5414 ac_c_werror_flag=yes
5417 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5418 /* end confdefs.h. */
5428 if ac_fn_c_try_compile "$LINENO"
5433 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5434 /* end confdefs.h. */
5444 if ac_fn_c_try_compile "$LINENO"
5448 ac_c_werror_flag=$ac_save_c_werror_flag
5450 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5451 /* end confdefs.h. */
5461 if ac_fn_c_try_compile "$LINENO"
5465 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
5467 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
5469 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
5470 ac_c_werror_flag=$ac_save_c_werror_flag
5472 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
5473 printf "%s\n" "$ac_cv_prog_cc_g" >&6; }
5474 if test $ac_test_CFLAGS; then
5475 CFLAGS=$ac_save_CFLAGS
5476 elif test $ac_cv_prog_cc_g = yes; then
5477 if test "$GCC" = yes; then
5483 if test "$GCC" = yes; then
5490 if test x$ac_prog_cc_stdc = xno
5492 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C11 features" >&5
5493 printf %s "checking for $CC option to enable C11 features... " >&6; }
5494 if test ${ac_cv_prog_cc_c11+y}
5496 printf %s "(cached) " >&6
5498 ac_cv_prog_cc_c11=no
5500 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5501 /* end confdefs.h. */
5502 $ac_c_conftest_c11_program
5504 for ac_arg in '' -std=gnu11
5506 CC="$ac_save_CC $ac_arg"
5507 if ac_fn_c_try_compile "$LINENO"
5509 ac_cv_prog_cc_c11=$ac_arg
5511 rm -f core conftest.err conftest.$ac_objext conftest.beam
5512 test "x$ac_cv_prog_cc_c11" != "xno" && break
5514 rm -f conftest.$ac_ext
5518 if test "x$ac_cv_prog_cc_c11" = xno
5520 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
5521 printf "%s\n" "unsupported" >&6; }
5523 if test "x$ac_cv_prog_cc_c11" = x
5525 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
5526 printf "%s\n" "none needed" >&6; }
5528 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c11" >&5
5529 printf "%s\n" "$ac_cv_prog_cc_c11" >&6; }
5530 CC="$CC $ac_cv_prog_cc_c11"
5532 ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c11
5536 if test x$ac_prog_cc_stdc = xno
5538 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C99 features" >&5
5539 printf %s "checking for $CC option to enable C99 features... " >&6; }
5540 if test ${ac_cv_prog_cc_c99+y}
5542 printf %s "(cached) " >&6
5544 ac_cv_prog_cc_c99=no
5546 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5547 /* end confdefs.h. */
5548 $ac_c_conftest_c99_program
5550 for ac_arg in '' -std=gnu99 -std=c99 -c99 -qlanglvl=extc1x -qlanglvl=extc99 -AC99 -D_STDC_C99=
5552 CC="$ac_save_CC $ac_arg"
5553 if ac_fn_c_try_compile "$LINENO"
5555 ac_cv_prog_cc_c99=$ac_arg
5557 rm -f core conftest.err conftest.$ac_objext conftest.beam
5558 test "x$ac_cv_prog_cc_c99" != "xno" && break
5560 rm -f conftest.$ac_ext
5564 if test "x$ac_cv_prog_cc_c99" = xno
5566 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
5567 printf "%s\n" "unsupported" >&6; }
5569 if test "x$ac_cv_prog_cc_c99" = x
5571 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
5572 printf "%s\n" "none needed" >&6; }
5574 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5
5575 printf "%s\n" "$ac_cv_prog_cc_c99" >&6; }
5576 CC="$CC $ac_cv_prog_cc_c99"
5578 ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c99
5582 if test x$ac_prog_cc_stdc = xno
5584 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C89 features" >&5
5585 printf %s "checking for $CC option to enable C89 features... " >&6; }
5586 if test ${ac_cv_prog_cc_c89+y}
5588 printf %s "(cached) " >&6
5590 ac_cv_prog_cc_c89=no
5592 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5593 /* end confdefs.h. */
5594 $ac_c_conftest_c89_program
5596 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
5598 CC="$ac_save_CC $ac_arg"
5599 if ac_fn_c_try_compile "$LINENO"
5601 ac_cv_prog_cc_c89=$ac_arg
5603 rm -f core conftest.err conftest.$ac_objext conftest.beam
5604 test "x$ac_cv_prog_cc_c89" != "xno" && break
5606 rm -f conftest.$ac_ext
5610 if test "x$ac_cv_prog_cc_c89" = xno
5612 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
5613 printf "%s\n" "unsupported" >&6; }
5615 if test "x$ac_cv_prog_cc_c89" = x
5617 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
5618 printf "%s\n" "none needed" >&6; }
5620 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
5621 printf "%s\n" "$ac_cv_prog_cc_c89" >&6; }
5622 CC="$CC $ac_cv_prog_cc_c89"
5624 ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c89
5630 ac_cpp='$CPP $CPPFLAGS'
5631 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5632 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5633 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5642 ac_cpp='$CXXCPP $CPPFLAGS'
5643 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5644 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5645 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5646 if test -z "$CXX"; then
5647 if test -n "$CCC"; then
5650 if test -n "$ac_tool_prefix"; then
5651 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC clang++
5653 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5654 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5655 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5656 printf %s "checking for $ac_word... " >&6; }
5657 if test ${ac_cv_prog_CXX+y}
5659 printf %s "(cached) " >&6
5661 if test -n "$CXX"; then
5662 ac_cv_prog_CXX="$CXX" # Let the user override the test.
5664 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5668 case $as_dir in #(((
5671 *) as_dir=$as_dir/ ;;
5673 for ac_exec_ext in '' $ac_executable_extensions; do
5674 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
5675 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
5676 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
5686 if test -n "$CXX"; then
5687 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
5688 printf "%s\n" "$CXX" >&6; }
5690 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
5691 printf "%s\n" "no" >&6; }
5695 test -n "$CXX" && break
5698 if test -z "$CXX"; then
5700 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC clang++
5702 # Extract the first word of "$ac_prog", so it can be a program name with args.
5703 set dummy $ac_prog; ac_word=$2
5704 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5705 printf %s "checking for $ac_word... " >&6; }
5706 if test ${ac_cv_prog_ac_ct_CXX+y}
5708 printf %s "(cached) " >&6
5710 if test -n "$ac_ct_CXX"; then
5711 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
5713 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5717 case $as_dir in #(((
5720 *) as_dir=$as_dir/ ;;
5722 for ac_exec_ext in '' $ac_executable_extensions; do
5723 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
5724 ac_cv_prog_ac_ct_CXX="$ac_prog"
5725 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
5734 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
5735 if test -n "$ac_ct_CXX"; then
5736 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
5737 printf "%s\n" "$ac_ct_CXX" >&6; }
5739 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
5740 printf "%s\n" "no" >&6; }
5744 test -n "$ac_ct_CXX" && break
5747 if test "x$ac_ct_CXX" = x; then
5750 case $cross_compiling:$ac_tool_warned in
5752 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5753 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5754 ac_tool_warned=yes ;;
5762 # Provide some information about the compiler.
5763 printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
5766 for ac_option in --version -v -V -qversion; do
5767 { { ac_try="$ac_compiler $ac_option >&5"
5769 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5770 *) ac_try_echo
=$ac_try;;
5772 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5773 printf "%s\n" "$ac_try_echo"; } >&5
5774 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
5776 if test -s conftest.err
; then
5778 ... rest of stderr output deleted ...
5779 10q' conftest.err
>conftest.er1
5780 cat conftest.er1
>&5
5782 rm -f conftest.er1 conftest.err
5783 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5784 test $ac_status = 0; }
5787 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports GNU C++" >&5
5788 printf %s
"checking whether the compiler supports GNU C++... " >&6; }
5789 if test ${ac_cv_cxx_compiler_gnu+y}
5791 printf %s
"(cached) " >&6
5793 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5794 /* end confdefs.h. */
5807 if ac_fn_cxx_try_compile
"$LINENO"
5813 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
5814 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
5817 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
5818 printf "%s\n" "$ac_cv_cxx_compiler_gnu" >&6; }
5819 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
5821 if test $ac_compiler_gnu = yes; then
5826 ac_test_CXXFLAGS
=${CXXFLAGS+y}
5827 ac_save_CXXFLAGS
=$CXXFLAGS
5828 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
5829 printf %s
"checking whether $CXX accepts -g... " >&6; }
5830 if test ${ac_cv_prog_cxx_g+y}
5832 printf %s
"(cached) " >&6
5834 ac_save_cxx_werror_flag
=$ac_cxx_werror_flag
5835 ac_cxx_werror_flag
=yes
5838 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5839 /* end confdefs.h. */
5849 if ac_fn_cxx_try_compile
"$LINENO"
5851 ac_cv_prog_cxx_g
=yes
5854 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5855 /* end confdefs.h. */
5865 if ac_fn_cxx_try_compile
"$LINENO"
5869 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
5871 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5872 /* end confdefs.h. */
5882 if ac_fn_cxx_try_compile
"$LINENO"
5884 ac_cv_prog_cxx_g
=yes
5886 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
5888 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
5890 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
5891 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
5893 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
5894 printf "%s\n" "$ac_cv_prog_cxx_g" >&6; }
5895 if test $ac_test_CXXFLAGS; then
5896 CXXFLAGS
=$ac_save_CXXFLAGS
5897 elif test $ac_cv_prog_cxx_g = yes; then
5898 if test "$GXX" = yes; then
5904 if test "$GXX" = yes; then
5910 ac_prog_cxx_stdcxx
=no
5911 if test x
$ac_prog_cxx_stdcxx = xno
5913 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CXX option to enable C++11 features" >&5
5914 printf %s
"checking for $CXX option to enable C++11 features... " >&6; }
5915 if test ${ac_cv_prog_cxx_cxx11+y}
5917 printf %s
"(cached) " >&6
5919 ac_cv_prog_cxx_cxx11
=no
5921 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5922 /* end confdefs.h. */
5923 $ac_cxx_conftest_cxx11_program
5925 for ac_arg
in '' -std=gnu
++11 -std=gnu
++0x
-std=c
++11 -std=c
++0x
-qlanglvl=extended0x
-AA
5927 CXX
="$ac_save_CXX $ac_arg"
5928 if ac_fn_cxx_try_compile
"$LINENO"
5930 ac_cv_prog_cxx_cxx11
=$ac_arg
5932 rm -f core conftest.err conftest.
$ac_objext conftest.beam
5933 test "x$ac_cv_prog_cxx_cxx11" != "xno" && break
5935 rm -f conftest.
$ac_ext
5939 if test "x$ac_cv_prog_cxx_cxx11" = xno
5941 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
5942 printf "%s\n" "unsupported" >&6; }
5944 if test "x$ac_cv_prog_cxx_cxx11" = x
5946 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
5947 printf "%s\n" "none needed" >&6; }
5949 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_cxx11" >&5
5950 printf "%s\n" "$ac_cv_prog_cxx_cxx11" >&6; }
5951 CXX
="$CXX $ac_cv_prog_cxx_cxx11"
5953 ac_cv_prog_cxx_stdcxx
=$ac_cv_prog_cxx_cxx11
5954 ac_prog_cxx_stdcxx
=cxx11
5957 if test x
$ac_prog_cxx_stdcxx = xno
5959 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CXX option to enable C++98 features" >&5
5960 printf %s
"checking for $CXX option to enable C++98 features... " >&6; }
5961 if test ${ac_cv_prog_cxx_cxx98+y}
5963 printf %s
"(cached) " >&6
5965 ac_cv_prog_cxx_cxx98
=no
5967 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5968 /* end confdefs.h. */
5969 $ac_cxx_conftest_cxx98_program
5971 for ac_arg
in '' -std=gnu
++98 -std=c
++98 -qlanglvl=extended
-AA
5973 CXX
="$ac_save_CXX $ac_arg"
5974 if ac_fn_cxx_try_compile
"$LINENO"
5976 ac_cv_prog_cxx_cxx98
=$ac_arg
5978 rm -f core conftest.err conftest.
$ac_objext conftest.beam
5979 test "x$ac_cv_prog_cxx_cxx98" != "xno" && break
5981 rm -f conftest.
$ac_ext
5985 if test "x$ac_cv_prog_cxx_cxx98" = xno
5987 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
5988 printf "%s\n" "unsupported" >&6; }
5990 if test "x$ac_cv_prog_cxx_cxx98" = x
5992 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
5993 printf "%s\n" "none needed" >&6; }
5995 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_cxx98" >&5
5996 printf "%s\n" "$ac_cv_prog_cxx_cxx98" >&6; }
5997 CXX
="$CXX $ac_cv_prog_cxx_cxx98"
5999 ac_cv_prog_cxx_stdcxx
=$ac_cv_prog_cxx_cxx98
6000 ac_prog_cxx_stdcxx
=cxx98
6005 ac_cpp
='$CPP $CPPFLAGS'
6006 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6007 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6008 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6010 if test -n "$ac_tool_prefix"; then
6011 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
6012 set dummy
${ac_tool_prefix}cpp
; ac_word
=$2
6013 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6014 printf %s
"checking for $ac_word... " >&6; }
6015 if test ${ac_cv_prog_CPPBIN+y}
6017 printf %s
"(cached) " >&6
6019 if test -n "$CPPBIN"; then
6020 ac_cv_prog_CPPBIN
="$CPPBIN" # Let the user override the test.
6022 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6026 case $as_dir in #(((
6029 *) as_dir
=$as_dir/ ;;
6031 for ac_exec_ext
in '' $ac_executable_extensions; do
6032 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
6033 ac_cv_prog_CPPBIN
="${ac_tool_prefix}cpp"
6034 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
6043 CPPBIN
=$ac_cv_prog_CPPBIN
6044 if test -n "$CPPBIN"; then
6045 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
6046 printf "%s\n" "$CPPBIN" >&6; }
6048 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
6049 printf "%s\n" "no" >&6; }
6054 if test -z "$ac_cv_prog_CPPBIN"; then
6055 ac_ct_CPPBIN
=$CPPBIN
6056 # Extract the first word of "cpp", so it can be a program name with args.
6057 set dummy cpp
; ac_word
=$2
6058 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6059 printf %s
"checking for $ac_word... " >&6; }
6060 if test ${ac_cv_prog_ac_ct_CPPBIN+y}
6062 printf %s
"(cached) " >&6
6064 if test -n "$ac_ct_CPPBIN"; then
6065 ac_cv_prog_ac_ct_CPPBIN
="$ac_ct_CPPBIN" # Let the user override the test.
6067 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6071 case $as_dir in #(((
6074 *) as_dir
=$as_dir/ ;;
6076 for ac_exec_ext
in '' $ac_executable_extensions; do
6077 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
6078 ac_cv_prog_ac_ct_CPPBIN
="cpp"
6079 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
6088 ac_ct_CPPBIN
=$ac_cv_prog_ac_ct_CPPBIN
6089 if test -n "$ac_ct_CPPBIN"; then
6090 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
6091 printf "%s\n" "$ac_ct_CPPBIN" >&6; }
6093 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
6094 printf "%s\n" "no" >&6; }
6097 if test "x$ac_ct_CPPBIN" = x
; then
6100 case $cross_compiling:$ac_tool_warned in
6102 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6103 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6104 ac_tool_warned
=yes ;;
6106 CPPBIN
=$ac_ct_CPPBIN
6109 CPPBIN
="$ac_cv_prog_CPPBIN"
6113 printf "%s\n" "#define EXEEXT \"$ac_exeext\"" >>confdefs.h
6115 if test -n "$ac_tool_prefix"; then
6116 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
6117 set dummy
${ac_tool_prefix}ld
; ac_word
=$2
6118 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6119 printf %s
"checking for $ac_word... " >&6; }
6120 if test ${ac_cv_prog_LD+y}
6122 printf %s
"(cached) " >&6
6124 if test -n "$LD"; then
6125 ac_cv_prog_LD
="$LD" # Let the user override the test.
6127 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6131 case $as_dir in #(((
6134 *) as_dir
=$as_dir/ ;;
6136 for ac_exec_ext
in '' $ac_executable_extensions; do
6137 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
6138 ac_cv_prog_LD
="${ac_tool_prefix}ld"
6139 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
6149 if test -n "$LD"; then
6150 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
6151 printf "%s\n" "$LD" >&6; }
6153 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
6154 printf "%s\n" "no" >&6; }
6159 if test -z "$ac_cv_prog_LD"; then
6161 # Extract the first word of "ld", so it can be a program name with args.
6162 set dummy ld
; ac_word
=$2
6163 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6164 printf %s
"checking for $ac_word... " >&6; }
6165 if test ${ac_cv_prog_ac_ct_LD+y}
6167 printf %s
"(cached) " >&6
6169 if test -n "$ac_ct_LD"; then
6170 ac_cv_prog_ac_ct_LD
="$ac_ct_LD" # Let the user override the test.
6172 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6176 case $as_dir in #(((
6179 *) as_dir
=$as_dir/ ;;
6181 for ac_exec_ext
in '' $ac_executable_extensions; do
6182 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
6183 ac_cv_prog_ac_ct_LD
="ld"
6184 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
6193 ac_ct_LD
=$ac_cv_prog_ac_ct_LD
6194 if test -n "$ac_ct_LD"; then
6195 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LD" >&5
6196 printf "%s\n" "$ac_ct_LD" >&6; }
6198 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
6199 printf "%s\n" "no" >&6; }
6202 if test "x$ac_ct_LD" = x
; then
6205 case $cross_compiling:$ac_tool_warned in
6207 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6208 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6209 ac_tool_warned
=yes ;;
6220 with_fontconfig
=${with_fontconfig:-no}
6222 *-mingw32*|
*-cygwin*)
6223 enable_win16
=${enable_win16:-no}
6224 with_mingw
=${with_mingw:-no}
6231 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes" -a x
"$enable_archs" = x
6236 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
6237 printf %s
"checking whether $CC works... " >&6; }
6238 if test ${wine_cv_cc_m32+y}
6240 printf %s
"(cached) " >&6
6242 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6243 /* end confdefs.h. */
6253 if ac_fn_c_try_link
"$LINENO"
6259 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
6260 conftest
$ac_exeext conftest.
$ac_ext
6262 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $wine_cv_cc_m32" >&5
6263 printf "%s\n" "$wine_cv_cc_m32" >&6; }
6264 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
6266 notice_platform
="32-bit "
6267 TARGETFLAGS
="$TARGETFLAGS -m32"
6268 PKG_CONFIG_LIBDIR
=${PKG_CONFIG_LIBDIR:-/usr/lib/i386-linux-gnu/pkgconfig:/usr/lib32/pkgconfig:/usr/lib/pkgconfig}
6269 export PKG_CONFIG_LIBDIR
6270 with_unwind
=${with_unwind:-no}
6272 if test "x${GCC}" = "xyes"
6274 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
6275 printf %s
"checking whether $CC supports __builtin_ms_va_list... " >&6; }
6276 if test ${wine_cv_builtin_ms_va_list+y}
6278 printf %s
"(cached) " >&6
6280 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6281 /* end confdefs.h. */
6286 void func(__builtin_ms_va_list *args);
6291 if ac_fn_c_try_compile
"$LINENO"
6293 wine_cv_builtin_ms_va_list
=yes
6295 wine_cv_builtin_ms_va_list
=no
6297 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
6299 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $wine_cv_builtin_ms_va_list" >&5
6300 printf "%s\n" "$wine_cv_builtin_ms_va_list" >&6; }
6301 test $wine_cv_builtin_ms_va_list != no || as_fn_error $?
"You need gcc >= 4.4 or clang >= 3.8 to build Wine as 64-bit." "$LINENO" 5
6306 notice_platform
="64-bit "
6307 TARGETFLAGS
="$TARGETFLAGS -m64"
6311 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports Thumb-2" >&5
6312 printf %s
"checking whether $CC supports Thumb-2... " >&6; }
6313 if test ${wine_cv_thumb2+y}
6315 printf %s
"(cached) " >&6
6317 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6318 /* end confdefs.h. */
6323 asm(".syntax unified\n\t.thumb\n\tldm r0,{r0-r8}");
6328 if ac_fn_c_try_link
"$LINENO"
6334 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
6335 conftest
$ac_exeext conftest.
$ac_ext
6337 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $wine_cv_thumb2" >&5
6338 printf "%s\n" "$wine_cv_thumb2" >&6; }
6339 if test x
"$wine_cv_thumb2" = xyes
6341 CFLAGS
="$CFLAGS -mthumb"
6342 TARGETFLAGS
="$TARGETFLAGS -mthumb"
6344 CFLAGS
="$CFLAGS -marm"
6345 TARGETFLAGS
="$TARGETFLAGS -marm"
6347 case $with_float_abi in
6349 float_abi
=$with_float_abi ;;
6356 saved_CFLAGS
=$CFLAGS
6357 CFLAGS
="$CFLAGS -mfloat-abi=$float_abi"
6358 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -mfloat-abi=$float_abi" >&5
6359 printf %s
"checking whether $CC supports -mfloat-abi=$float_abi... " >&6; }
6360 if test ${wine_cv_float_abi+y}
6362 printf %s
"(cached) " >&6
6364 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6365 /* end confdefs.h. */
6370 asm("vmrs r2,fpscr");
6375 if ac_fn_c_try_link
"$LINENO"
6377 wine_cv_float_abi
=yes
6379 wine_cv_float_abi
=no
6381 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
6382 conftest
$ac_exeext conftest.
$ac_ext
6384 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $wine_cv_float_abi" >&5
6385 printf "%s\n" "$wine_cv_float_abi" >&6; }
6386 if test $wine_cv_float_abi = no
6389 as_fn_append wine_warnings
"|Floating point is not supported for this target. The resulting build won't be compatible with Windows ARM binaries."
6391 CFLAGS
=$saved_CFLAGS
6395 CFLAGS
="$CFLAGS -mfloat-abi=$float_abi"
6396 TARGETFLAGS
="$TARGETFLAGS -mfloat-abi=$float_abi"
6399 with_unwind
=${with_unwind:-no}
6403 enable_win16
=${enable_win16:-i386}
6404 enable_win64
=${enable_win64:-no}
6405 enable_wow64
=${enable_wow64:-aarch64,x86_64}
6406 enable_wow64win
=${enable_wow64win:-aarch64,x86_64}
6407 enable_wow64cpu
=${enable_wow64cpu:-x86_64}
6409 enable_winetest
=${enable_winetest:-$enable_tests}
6411 if test "x$enable_win64" = "xyes"
6413 test -z "$with_wine64" || as_fn_error $?
"--enable-win64 and --with-wine64 are mutually exclusive.
6414 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
6418 cygwin
*|mingw32
*) toolsext
=".exe"
6426 aarch64
*) HOST_ARCH
=aarch64
;;
6427 arm
*) HOST_ARCH
=arm
;;
6428 i
[3456789]86*) HOST_ARCH
=i386
;;
6429 x86_64
) HOST_ARCH
=x86_64
;;
6433 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
6434 printf %s
"checking for the directory containing the Wine tools... " >&6; }
6435 if test ${wine_cv_toolsdir+y}
6437 printf %s
"(cached) " >&6
6439 wine_cv_toolsdir
="$with_wine_tools"
6440 if test -z "$with_wine_tools"; then
6441 if test "$cross_compiling" = "yes"; then
6442 as_fn_error $?
"you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
6443 elif test -n "$with_wine64"; then
6444 wine_cv_toolsdir
="$with_wine64"
6448 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
6449 printf "%s\n" "$wine_cv_toolsdir" >&6; }
6450 if test -z "$wine_cv_toolsdir"; then
6451 wine_makedep
=tools
/makedep
$toolsext
6452 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
6453 wine_makedep
=$wine_cv_toolsdir/tools
/makedep
$toolsext
6454 enable_tools
=${enable_tools:-no}
6455 test -f "$wine_makedep" || as_fn_error $?
"the Wine tools have not yet been built in $wine_cv_toolsdir" "$LINENO" 5
6457 as_fn_error $?
"could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
6459 toolsdir
=$wine_cv_toolsdir
6461 MAKEDEP
=$wine_makedep
6463 RUNTESTFLAGS
="-q -P wine"
6465 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'"
6468 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
6470 TARGETFLAGS
="-b $host_alias $TARGETFLAGS"
6475 # Extract the first word of "$ac_prog", so it can be a program name with args.
6476 set dummy
$ac_prog; ac_word
=$2
6477 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6478 printf %s
"checking for $ac_word... " >&6; }
6479 if test ${ac_cv_prog_FLEX+y}
6481 printf %s
"(cached) " >&6
6483 if test -n "$FLEX"; then
6484 ac_cv_prog_FLEX
="$FLEX" # Let the user override the test.
6486 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6490 case $as_dir in #(((
6493 *) as_dir
=$as_dir/ ;;
6495 for ac_exec_ext
in '' $ac_executable_extensions; do
6496 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
6497 ac_cv_prog_FLEX
="$ac_prog"
6498 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
6507 FLEX
=$ac_cv_prog_FLEX
6508 if test -n "$FLEX"; then
6509 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
6510 printf "%s\n" "$FLEX" >&6; }
6512 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
6513 printf "%s\n" "no" >&6; }
6517 test -n "$FLEX" && break
6519 test -n "$FLEX" || FLEX
="none"
6521 if test "$FLEX" = "none"
6523 as_fn_error $?
"no suitable flex found. Please install the 'flex' package." "$LINENO" 5
6525 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
6526 printf %s
"checking whether flex is recent enough... " >&6; }
6527 if test ${wine_cv_recent_flex+y}
6529 printf %s
"(cached) " >&6
6531 cat >conftest.l
<<EOF
6533 #include "prediluvian.h"
6537 if $FLEX -t conftest.l
>/dev
/null
2>&5
6539 wine_cv_recent_flex
=yes
6541 wine_cv_recent_flex
=no
6544 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $wine_cv_recent_flex" >&5
6545 printf "%s\n" "$wine_cv_recent_flex" >&6; }
6546 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
6548 for ac_prog
in bison
6550 # Extract the first word of "$ac_prog", so it can be a program name with args.
6551 set dummy
$ac_prog; ac_word
=$2
6552 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6553 printf %s
"checking for $ac_word... " >&6; }
6554 if test ${ac_cv_prog_BISON+y}
6556 printf %s
"(cached) " >&6
6558 if test -n "$BISON"; then
6559 ac_cv_prog_BISON
="$BISON" # Let the user override the test.
6561 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6565 case $as_dir in #(((
6568 *) as_dir
=$as_dir/ ;;
6570 for ac_exec_ext
in '' $ac_executable_extensions; do
6571 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
6572 ac_cv_prog_BISON
="$ac_prog"
6573 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
6582 BISON
=$ac_cv_prog_BISON
6583 if test -n "$BISON"; then
6584 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
6585 printf "%s\n" "$BISON" >&6; }
6587 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
6588 printf "%s\n" "no" >&6; }
6592 test -n "$BISON" && break
6594 test -n "$BISON" || BISON
="none"
6596 if test "$BISON" = "none"
6598 as_fn_error $?
"no suitable bison found. Please install the 'bison' package." "$LINENO" 5
6600 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether bison is recent enough" >&5
6601 printf %s
"checking whether bison is recent enough... " >&6; }
6602 if test ${wine_cv_recent_bison+y}
6604 printf %s
"(cached) " >&6
6606 cat >conftest.y
<<EOF
6607 %define parse.error verbose
6611 if $BISON conftest.y
>/dev
/null
2>&5
6613 wine_cv_recent_bison
=yes
6615 wine_cv_recent_bison
=no
6618 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $wine_cv_recent_bison" >&5
6619 printf "%s\n" "$wine_cv_recent_bison" >&6; }
6620 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
6622 if test -n "$ac_tool_prefix"; then
6623 for ac_prog
in ar gar
6625 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
6626 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
6627 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6628 printf %s
"checking for $ac_word... " >&6; }
6629 if test ${ac_cv_prog_AR+y}
6631 printf %s
"(cached) " >&6
6633 if test -n "$AR"; then
6634 ac_cv_prog_AR
="$AR" # Let the user override the test.
6636 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6640 case $as_dir in #(((
6643 *) as_dir
=$as_dir/ ;;
6645 for ac_exec_ext
in '' $ac_executable_extensions; do
6646 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
6647 ac_cv_prog_AR
="$ac_tool_prefix$ac_prog"
6648 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
6658 if test -n "$AR"; then
6659 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6660 printf "%s\n" "$AR" >&6; }
6662 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
6663 printf "%s\n" "no" >&6; }
6667 test -n "$AR" && break
6670 if test -z "$AR"; then
6672 for ac_prog
in ar gar
6674 # Extract the first word of "$ac_prog", so it can be a program name with args.
6675 set dummy
$ac_prog; ac_word
=$2
6676 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6677 printf %s
"checking for $ac_word... " >&6; }
6678 if test ${ac_cv_prog_ac_ct_AR+y}
6680 printf %s
"(cached) " >&6
6682 if test -n "$ac_ct_AR"; then
6683 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
6685 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6689 case $as_dir in #(((
6692 *) as_dir
=$as_dir/ ;;
6694 for ac_exec_ext
in '' $ac_executable_extensions; do
6695 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
6696 ac_cv_prog_ac_ct_AR
="$ac_prog"
6697 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
6706 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
6707 if test -n "$ac_ct_AR"; then
6708 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6709 printf "%s\n" "$ac_ct_AR" >&6; }
6711 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
6712 printf "%s\n" "no" >&6; }
6716 test -n "$ac_ct_AR" && break
6719 if test "x$ac_ct_AR" = x
; then
6722 case $cross_compiling:$ac_tool_warned in
6724 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6725 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6726 ac_tool_warned
=yes ;;
6732 if test -n "$ac_tool_prefix"; then
6733 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6734 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
6735 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6736 printf %s
"checking for $ac_word... " >&6; }
6737 if test ${ac_cv_prog_STRIP+y}
6739 printf %s
"(cached) " >&6
6741 if test -n "$STRIP"; then
6742 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
6744 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6748 case $as_dir in #(((
6751 *) as_dir
=$as_dir/ ;;
6753 for ac_exec_ext
in '' $ac_executable_extensions; do
6754 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
6755 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
6756 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
6765 STRIP
=$ac_cv_prog_STRIP
6766 if test -n "$STRIP"; then
6767 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6768 printf "%s\n" "$STRIP" >&6; }
6770 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
6771 printf "%s\n" "no" >&6; }
6776 if test -z "$ac_cv_prog_STRIP"; then
6778 # Extract the first word of "strip", so it can be a program name with args.
6779 set dummy strip
; ac_word
=$2
6780 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6781 printf %s
"checking for $ac_word... " >&6; }
6782 if test ${ac_cv_prog_ac_ct_STRIP+y}
6784 printf %s
"(cached) " >&6
6786 if test -n "$ac_ct_STRIP"; then
6787 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
6789 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6793 case $as_dir in #(((
6796 *) as_dir
=$as_dir/ ;;
6798 for ac_exec_ext
in '' $ac_executable_extensions; do
6799 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
6800 ac_cv_prog_ac_ct_STRIP
="strip"
6801 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
6810 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
6811 if test -n "$ac_ct_STRIP"; then
6812 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6813 printf "%s\n" "$ac_ct_STRIP" >&6; }
6815 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
6816 printf "%s\n" "no" >&6; }
6819 if test "x$ac_ct_STRIP" = x
; then
6822 case $cross_compiling:$ac_tool_warned in
6824 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6825 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6826 ac_tool_warned
=yes ;;
6831 STRIP
="$ac_cv_prog_STRIP"
6834 if test -n "$ac_tool_prefix"; then
6835 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6836 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
6837 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6838 printf %s
"checking for $ac_word... " >&6; }
6839 if test ${ac_cv_prog_RANLIB+y}
6841 printf %s
"(cached) " >&6
6843 if test -n "$RANLIB"; then
6844 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
6846 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6850 case $as_dir in #(((
6853 *) as_dir
=$as_dir/ ;;
6855 for ac_exec_ext
in '' $ac_executable_extensions; do
6856 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
6857 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
6858 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
6867 RANLIB
=$ac_cv_prog_RANLIB
6868 if test -n "$RANLIB"; then
6869 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6870 printf "%s\n" "$RANLIB" >&6; }
6872 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
6873 printf "%s\n" "no" >&6; }
6878 if test -z "$ac_cv_prog_RANLIB"; then
6879 ac_ct_RANLIB
=$RANLIB
6880 # Extract the first word of "ranlib", so it can be a program name with args.
6881 set dummy ranlib
; ac_word
=$2
6882 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6883 printf %s
"checking for $ac_word... " >&6; }
6884 if test ${ac_cv_prog_ac_ct_RANLIB+y}
6886 printf %s
"(cached) " >&6
6888 if test -n "$ac_ct_RANLIB"; then
6889 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
6891 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6895 case $as_dir in #(((
6898 *) as_dir
=$as_dir/ ;;
6900 for ac_exec_ext
in '' $ac_executable_extensions; do
6901 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
6902 ac_cv_prog_ac_ct_RANLIB
="ranlib"
6903 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
6912 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
6913 if test -n "$ac_ct_RANLIB"; then
6914 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6915 printf "%s\n" "$ac_ct_RANLIB" >&6; }
6917 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
6918 printf "%s\n" "no" >&6; }
6921 if test "x$ac_ct_RANLIB" = x
; then
6924 case $cross_compiling:$ac_tool_warned in
6926 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6927 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6928 ac_tool_warned
=yes ;;
6930 RANLIB
=$ac_ct_RANLIB
6933 RANLIB
="$ac_cv_prog_RANLIB"
6936 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6937 printf %s
"checking whether ln -s works... " >&6; }
6939 if test "$LN_S" = "ln -s"; then
6940 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6941 printf "%s\n" "yes" >&6; }
6943 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6944 printf "%s\n" "no, using $LN_S" >&6; }
6947 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
6948 printf %s
"checking for grep that handles long lines and -e... " >&6; }
6949 if test ${ac_cv_path_GREP+y}
6951 printf %s
"(cached) " >&6
6953 if test -z "$GREP"; then
6954 ac_path_GREP_found
=false
6955 # Loop through the user's path and test for each of PROGNAME-LIST
6956 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6957 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
6960 case $as_dir in #(((
6963 *) as_dir
=$as_dir/ ;;
6965 for ac_prog
in grep ggrep
6967 for ac_exec_ext
in '' $ac_executable_extensions; do
6968 ac_path_GREP
="$as_dir$ac_prog$ac_exec_ext"
6969 as_fn_executable_p
"$ac_path_GREP" ||
continue
6970 # Check for GNU ac_path_GREP and select it if it is found.
6971 # Check for GNU $ac_path_GREP
6972 case `"$ac_path_GREP" --version 2>&1` in
6974 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
6977 printf %s
0123456789 >"conftest.in"
6980 cat "conftest.in" "conftest.in" >"conftest.tmp"
6981 mv "conftest.tmp" "conftest.in"
6982 cp "conftest.in" "conftest.nl"
6983 printf "%s\n" 'GREP' >> "conftest.nl"
6984 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
6985 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
6986 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
6987 if test $ac_count -gt ${ac_path_GREP_max-0}; then
6988 # Best one so far, save it but keep looking for a better one
6989 ac_cv_path_GREP
="$ac_path_GREP"
6990 ac_path_GREP_max
=$ac_count
6992 # 10*(2^10) chars as input seems more than enough
6993 test $ac_count -gt 10 && break
6995 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
6998 $ac_path_GREP_found && break 3
7003 if test -z "$ac_cv_path_GREP"; then
7004 as_fn_error $?
"no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
7007 ac_cv_path_GREP
=$GREP
7011 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
7012 printf "%s\n" "$ac_cv_path_GREP" >&6; }
7013 GREP
="$ac_cv_path_GREP"
7016 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
7017 printf %s
"checking for egrep... " >&6; }
7018 if test ${ac_cv_path_EGREP+y}
7020 printf %s
"(cached) " >&6
7022 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
7023 then ac_cv_path_EGREP
="$GREP -E"
7025 if test -z "$EGREP"; then
7026 ac_path_EGREP_found
=false
7027 # Loop through the user's path and test for each of PROGNAME-LIST
7028 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7029 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
7032 case $as_dir in #(((
7035 *) as_dir
=$as_dir/ ;;
7037 for ac_prog
in egrep
7039 for ac_exec_ext
in '' $ac_executable_extensions; do
7040 ac_path_EGREP
="$as_dir$ac_prog$ac_exec_ext"
7041 as_fn_executable_p
"$ac_path_EGREP" ||
continue
7042 # Check for GNU ac_path_EGREP and select it if it is found.
7043 # Check for GNU $ac_path_EGREP
7044 case `"$ac_path_EGREP" --version 2>&1` in
7046 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
7049 printf %s
0123456789 >"conftest.in"
7052 cat "conftest.in" "conftest.in" >"conftest.tmp"
7053 mv "conftest.tmp" "conftest.in"
7054 cp "conftest.in" "conftest.nl"
7055 printf "%s\n" 'EGREP' >> "conftest.nl"
7056 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
7057 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
7058 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
7059 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
7060 # Best one so far, save it but keep looking for a better one
7061 ac_cv_path_EGREP
="$ac_path_EGREP"
7062 ac_path_EGREP_max
=$ac_count
7064 # 10*(2^10) chars as input seems more than enough
7065 test $ac_count -gt 10 && break
7067 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
7070 $ac_path_EGREP_found && break 3
7075 if test -z "$ac_cv_path_EGREP"; then
7076 as_fn_error $?
"no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
7079 ac_cv_path_EGREP
=$EGREP
7084 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
7085 printf "%s\n" "$ac_cv_path_EGREP" >&6; }
7086 EGREP
="$ac_cv_path_EGREP"
7089 # Extract the first word of "ldconfig", so it can be a program name with args.
7090 set dummy ldconfig
; ac_word
=$2
7091 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7092 printf %s
"checking for $ac_word... " >&6; }
7093 if test ${ac_cv_path_LDCONFIG+y}
7095 printf %s
"(cached) " >&6
7099 ac_cv_path_LDCONFIG
="$LDCONFIG" # Let the user override the test with a path.
7102 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7103 for as_dir
in /sbin
/usr
/sbin
$PATH
7106 case $as_dir in #(((
7109 *) as_dir
=$as_dir/ ;;
7111 for ac_exec_ext
in '' $ac_executable_extensions; do
7112 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
7113 ac_cv_path_LDCONFIG
="$as_dir$ac_word$ac_exec_ext"
7114 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
7121 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG
="true"
7125 LDCONFIG
=$ac_cv_path_LDCONFIG
7126 if test -n "$LDCONFIG"; then
7127 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
7128 printf "%s\n" "$LDCONFIG" >&6; }
7130 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
7131 printf "%s\n" "no" >&6; }
7135 for ac_prog
in msgfmt
7137 # Extract the first word of "$ac_prog", so it can be a program name with args.
7138 set dummy
$ac_prog; ac_word
=$2
7139 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7140 printf %s
"checking for $ac_word... " >&6; }
7141 if test ${ac_cv_prog_MSGFMT+y}
7143 printf %s
"(cached) " >&6
7145 if test -n "$MSGFMT"; then
7146 ac_cv_prog_MSGFMT
="$MSGFMT" # Let the user override the test.
7148 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7152 case $as_dir in #(((
7155 *) as_dir
=$as_dir/ ;;
7157 for ac_exec_ext
in '' $ac_executable_extensions; do
7158 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
7159 ac_cv_prog_MSGFMT
="$ac_prog"
7160 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
7169 MSGFMT
=$ac_cv_prog_MSGFMT
7170 if test -n "$MSGFMT"; then
7171 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
7172 printf "%s\n" "$MSGFMT" >&6; }
7174 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
7175 printf "%s\n" "no" >&6; }
7179 test -n "$MSGFMT" && break
7181 test -n "$MSGFMT" || MSGFMT
="false"
7183 if test ${ac_tool_prefix+y}
7185 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
7186 set dummy
${ac_tool_prefix}pkg-config
; ac_word
=$2
7187 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7188 printf %s
"checking for $ac_word... " >&6; }
7189 if test ${ac_cv_prog_PKG_CONFIG+y}
7191 printf %s
"(cached) " >&6
7193 if test -n "$PKG_CONFIG"; then
7194 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
7196 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7200 case $as_dir in #(((
7203 *) as_dir
=$as_dir/ ;;
7205 for ac_exec_ext
in '' $ac_executable_extensions; do
7206 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
7207 ac_cv_prog_PKG_CONFIG
="${ac_tool_prefix}pkg-config"
7208 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
7217 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
7218 if test -n "$PKG_CONFIG"; then
7219 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
7220 printf "%s\n" "$PKG_CONFIG" >&6; }
7222 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
7223 printf "%s\n" "no" >&6; }
7228 if ${ac_cv_prog_PKG_CONFIG:+false} :
7230 if test "x$cross_compiling" = xyes
7234 { ac_cv_prog_PKG_CONFIG
=; unset ac_cv_prog_PKG_CONFIG
;}
7235 # Extract the first word of "pkg-config", so it can be a program name with args.
7236 set dummy pkg-config
; ac_word
=$2
7237 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7238 printf %s
"checking for $ac_word... " >&6; }
7239 if test ${ac_cv_prog_PKG_CONFIG+y}
7241 printf %s
"(cached) " >&6
7243 if test -n "$PKG_CONFIG"; then
7244 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
7246 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7250 case $as_dir in #(((
7253 *) as_dir
=$as_dir/ ;;
7255 for ac_exec_ext
in '' $ac_executable_extensions; do
7256 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
7257 ac_cv_prog_PKG_CONFIG
="pkg-config"
7258 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
7267 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
7268 if test -n "$PKG_CONFIG"; then
7269 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
7270 printf "%s\n" "$PKG_CONFIG" >&6; }
7272 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
7273 printf "%s\n" "no" >&6; }
7279 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
7282 if test "x$enable_maintainer_mode" != "xyes"
7289 test "$srcdir" = . || as_fn_error $?
"Maintainer mode cannot work out of tree." "$LINENO" 5
7290 for ac_prog
in fontforge
7292 # Extract the first word of "$ac_prog", so it can be a program name with args.
7293 set dummy
$ac_prog; ac_word
=$2
7294 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7295 printf %s
"checking for $ac_word... " >&6; }
7296 if test ${ac_cv_prog_FONTFORGE+y}
7298 printf %s
"(cached) " >&6
7300 if test -n "$FONTFORGE"; then
7301 ac_cv_prog_FONTFORGE
="$FONTFORGE" # Let the user override the test.
7303 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7307 case $as_dir in #(((
7310 *) as_dir
=$as_dir/ ;;
7312 for ac_exec_ext
in '' $ac_executable_extensions; do
7313 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
7314 ac_cv_prog_FONTFORGE
="$ac_prog"
7315 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
7324 FONTFORGE
=$ac_cv_prog_FONTFORGE
7325 if test -n "$FONTFORGE"; then
7326 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
7327 printf "%s\n" "$FONTFORGE" >&6; }
7329 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
7330 printf "%s\n" "no" >&6; }
7334 test -n "$FONTFORGE" && break
7336 test -n "$FONTFORGE" || FONTFORGE
="false"
7338 for ac_prog
in rsvg-convert rsvg
7340 # Extract the first word of "$ac_prog", so it can be a program name with args.
7341 set dummy
$ac_prog; ac_word
=$2
7342 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7343 printf %s
"checking for $ac_word... " >&6; }
7344 if test ${ac_cv_prog_RSVG+y}
7346 printf %s
"(cached) " >&6
7348 if test -n "$RSVG"; then
7349 ac_cv_prog_RSVG
="$RSVG" # Let the user override the test.
7351 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7355 case $as_dir in #(((
7358 *) as_dir
=$as_dir/ ;;
7360 for ac_exec_ext
in '' $ac_executable_extensions; do
7361 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
7362 ac_cv_prog_RSVG
="$ac_prog"
7363 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
7372 RSVG
=$ac_cv_prog_RSVG
7373 if test -n "$RSVG"; then
7374 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
7375 printf "%s\n" "$RSVG" >&6; }
7377 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
7378 printf "%s\n" "no" >&6; }
7382 test -n "$RSVG" && break
7384 test -n "$RSVG" || RSVG
="false"
7386 for ac_prog
in convert
7388 # Extract the first word of "$ac_prog", so it can be a program name with args.
7389 set dummy
$ac_prog; ac_word
=$2
7390 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7391 printf %s
"checking for $ac_word... " >&6; }
7392 if test ${ac_cv_prog_CONVERT+y}
7394 printf %s
"(cached) " >&6
7396 if test -n "$CONVERT"; then
7397 ac_cv_prog_CONVERT
="$CONVERT" # Let the user override the test.
7399 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7403 case $as_dir in #(((
7406 *) as_dir
=$as_dir/ ;;
7408 for ac_exec_ext
in '' $ac_executable_extensions; do
7409 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
7410 ac_cv_prog_CONVERT
="$ac_prog"
7411 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
7420 CONVERT
=$ac_cv_prog_CONVERT
7421 if test -n "$CONVERT"; then
7422 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
7423 printf "%s\n" "$CONVERT" >&6; }
7425 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
7426 printf "%s\n" "no" >&6; }
7430 test -n "$CONVERT" && break
7432 test -n "$CONVERT" || CONVERT
="false"
7434 for ac_prog
in icotool
7436 # Extract the first word of "$ac_prog", so it can be a program name with args.
7437 set dummy
$ac_prog; ac_word
=$2
7438 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7439 printf %s
"checking for $ac_word... " >&6; }
7440 if test ${ac_cv_prog_ICOTOOL+y}
7442 printf %s
"(cached) " >&6
7444 if test -n "$ICOTOOL"; then
7445 ac_cv_prog_ICOTOOL
="$ICOTOOL" # Let the user override the test.
7447 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7451 case $as_dir in #(((
7454 *) as_dir
=$as_dir/ ;;
7456 for ac_exec_ext
in '' $ac_executable_extensions; do
7457 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
7458 ac_cv_prog_ICOTOOL
="$ac_prog"
7459 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
7468 ICOTOOL
=$ac_cv_prog_ICOTOOL
7469 if test -n "$ICOTOOL"; then
7470 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
7471 printf "%s\n" "$ICOTOOL" >&6; }
7473 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
7474 printf "%s\n" "no" >&6; }
7478 test -n "$ICOTOOL" && break
7480 test -n "$ICOTOOL" || ICOTOOL
="false"
7482 test "$FONTFORGE" != "false" || as_fn_error $?
"You need fontforge to rebuild fonts in maintainer mode." "$LINENO" 5
7483 test "$RSVG" != "false" || as_fn_error $?
"You need rsvg to rebuild icons in maintainer mode." "$LINENO" 5
7485 if test "$CONVERT" = false
7487 as_fn_error $?
"You need imagemagick to rebuild icons in maintainer mode." "$LINENO" 5
7489 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
7490 printf %s
"checking for recent enough imagemagick... " >&6; }
7491 convert_version
=`convert --version | head -n1`
7492 if test "x$convert_version" != "x"
7494 convert_version_major
=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
7495 convert_version_minor
=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
7496 if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
7501 if test "$CONVERT" = false
7503 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
7504 printf "%s\n" "no ($convert_version_major.$convert_version_minor)" >&6; }
7505 as_fn_error $?
"You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode." "$LINENO" 5
7507 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
7508 printf "%s\n" "yes ($convert_version_major.$convert_version_minor)" >&6; }
7512 if test "$ICOTOOL" = false
7514 as_fn_error $?
"You need icotool to rebuild icons in maintainer mode." "$LINENO" 5
7516 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
7517 printf %s
"checking for recent enough icotool... " >&6; }
7518 icotool_version
=`icotool --version | head -n1`
7519 if test "x$icotool_version" != "x"
7521 icotool_version_major
=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
7522 icotool_version_minor
=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
7523 if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
7526 as_fn_append wine_warnings
"|icotool version 0.29.0 or newer is needed to rebuild icons."
7529 if test "$ICOTOOL" = false
7531 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
7532 printf "%s\n" "no ($icotool_version_major.$icotool_version_minor)" >&6; }
7533 as_fn_error $?
"You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode." "$LINENO" 5
7535 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
7536 printf "%s\n" "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
7546 test "x$with_gettext" != xno || MSGFMT
=false
7547 if test "$MSGFMT" != "false"
7549 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether msgfmt supports contexts" >&5
7550 printf %s
"checking whether msgfmt supports contexts... " >&6; }
7551 if test ${wine_cv_msgfmt_contexts+y}
7553 printf %s
"(cached) " >&6
7555 cat >conftest.po
<<EOF
7561 if $MSGFMT -o /dev
/null conftest.po
2>&5
7563 wine_cv_msgfmt_contexts
=yes
7565 wine_cv_msgfmt_contexts
=no
7568 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $wine_cv_msgfmt_contexts" >&5
7569 printf "%s\n" "$wine_cv_msgfmt_contexts" >&6; }
7570 test $wine_cv_msgfmt_contexts != no || MSGFMT
=false
7572 if test "$MSGFMT" = false
7574 case "x$with_gettext" in
7575 x
) as_fn_append wine_warnings
"|gettext tools not found (or too old), translations won't be built." ;;
7577 *) as_fn_error $?
"gettext tools not found (or too old), translations won't be built.
7578 This is an error since --with-gettext was requested." "$LINENO" 5 ;;
7580 enable_po
=${enable_po:-no}
7584 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
7585 printf %s
"checking for i386_set_ldt in -li386... " >&6; }
7586 if test ${ac_cv_lib_i386_i386_set_ldt+y}
7588 printf %s
"(cached) " >&6
7590 ac_check_lib_save_LIBS
=$LIBS
7592 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7593 /* end confdefs.h. */
7595 /* Override any GCC internal prototype to avoid an error.
7596 Use char because int might match the return type of a GCC
7597 builtin and then its argument prototype would still apply. */
7598 char i386_set_ldt ();
7602 return i386_set_ldt ();
7607 if ac_fn_c_try_link
"$LINENO"
7609 ac_cv_lib_i386_i386_set_ldt
=yes
7611 ac_cv_lib_i386_i386_set_ldt
=no
7613 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
7614 conftest
$ac_exeext conftest.
$ac_ext
7615 LIBS
=$ac_check_lib_save_LIBS
7617 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
7618 printf "%s\n" "$ac_cv_lib_i386_i386_set_ldt" >&6; }
7619 if test "x$ac_cv_lib_i386_i386_set_ldt" = xyes
7630 # Check whether --enable-largefile was given.
7631 if test ${enable_largefile+y}
7633 enableval
=$enable_largefile;
7636 if test "$enable_largefile" != no
; then
7638 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
7639 printf %s
"checking for special C compiler options needed for large files... " >&6; }
7640 if test ${ac_cv_sys_largefile_CC+y}
7642 printf %s
"(cached) " >&6
7644 ac_cv_sys_largefile_CC
=no
7645 if test "$GCC" != yes; then
7648 # IRIX 6.2 and later do not support large files by default,
7649 # so use the C compiler's -n32 option if that helps.
7650 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7651 /* end confdefs.h. */
7652 #include <sys/types.h>
7653 /* Check that off_t can represent 2**63 - 1 correctly.
7654 We can't simply define LARGE_OFF_T to be 9223372036854775807,
7655 since some C++ compilers masquerading as C compilers
7656 incorrectly reject 9223372036854775807. */
7657 #define LARGE_OFF_T (((off_t) 1 << 31 << 31) - 1 + ((off_t) 1 << 31 << 31))
7658 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
7659 && LARGE_OFF_T % 2147483647 == 1)
7669 if ac_fn_c_try_compile
"$LINENO"
7673 rm -f core conftest.err conftest.
$ac_objext conftest.beam
7675 if ac_fn_c_try_compile
"$LINENO"
7677 ac_cv_sys_largefile_CC
=' -n32'; break
7679 rm -f core conftest.err conftest.
$ac_objext conftest.beam
7683 rm -f conftest.
$ac_ext
7686 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
7687 printf "%s\n" "$ac_cv_sys_largefile_CC" >&6; }
7688 if test "$ac_cv_sys_largefile_CC" != no
; then
7689 CC
=$CC$ac_cv_sys_largefile_CC
7692 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
7693 printf %s
"checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
7694 if test ${ac_cv_sys_file_offset_bits+y}
7696 printf %s
"(cached) " >&6
7699 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7700 /* end confdefs.h. */
7701 #include <sys/types.h>
7702 /* Check that off_t can represent 2**63 - 1 correctly.
7703 We can't simply define LARGE_OFF_T to be 9223372036854775807,
7704 since some C++ compilers masquerading as C compilers
7705 incorrectly reject 9223372036854775807. */
7706 #define LARGE_OFF_T (((off_t) 1 << 31 << 31) - 1 + ((off_t) 1 << 31 << 31))
7707 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
7708 && LARGE_OFF_T % 2147483647 == 1)
7718 if ac_fn_c_try_compile
"$LINENO"
7720 ac_cv_sys_file_offset_bits
=no
; break
7722 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
7723 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7724 /* end confdefs.h. */
7725 #define _FILE_OFFSET_BITS 64
7726 #include <sys/types.h>
7727 /* Check that off_t can represent 2**63 - 1 correctly.
7728 We can't simply define LARGE_OFF_T to be 9223372036854775807,
7729 since some C++ compilers masquerading as C compilers
7730 incorrectly reject 9223372036854775807. */
7731 #define LARGE_OFF_T (((off_t) 1 << 31 << 31) - 1 + ((off_t) 1 << 31 << 31))
7732 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
7733 && LARGE_OFF_T % 2147483647 == 1)
7743 if ac_fn_c_try_compile
"$LINENO"
7745 ac_cv_sys_file_offset_bits
=64; break
7747 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
7748 ac_cv_sys_file_offset_bits
=unknown
7752 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
7753 printf "%s\n" "$ac_cv_sys_file_offset_bits" >&6; }
7754 case $ac_cv_sys_file_offset_bits in #(
7757 printf "%s\n" "#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits" >>confdefs.h
7761 if test $ac_cv_sys_file_offset_bits = unknown
; then
7762 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
7763 printf %s
"checking for _LARGE_FILES value needed for large files... " >&6; }
7764 if test ${ac_cv_sys_large_files+y}
7766 printf %s
"(cached) " >&6
7769 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7770 /* end confdefs.h. */
7771 #include <sys/types.h>
7772 /* Check that off_t can represent 2**63 - 1 correctly.
7773 We can't simply define LARGE_OFF_T to be 9223372036854775807,
7774 since some C++ compilers masquerading as C compilers
7775 incorrectly reject 9223372036854775807. */
7776 #define LARGE_OFF_T (((off_t) 1 << 31 << 31) - 1 + ((off_t) 1 << 31 << 31))
7777 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
7778 && LARGE_OFF_T % 2147483647 == 1)
7788 if ac_fn_c_try_compile
"$LINENO"
7790 ac_cv_sys_large_files
=no
; break
7792 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
7793 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7794 /* end confdefs.h. */
7795 #define _LARGE_FILES 1
7796 #include <sys/types.h>
7797 /* Check that off_t can represent 2**63 - 1 correctly.
7798 We can't simply define LARGE_OFF_T to be 9223372036854775807,
7799 since some C++ compilers masquerading as C compilers
7800 incorrectly reject 9223372036854775807. */
7801 #define LARGE_OFF_T (((off_t) 1 << 31 << 31) - 1 + ((off_t) 1 << 31 << 31))
7802 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
7803 && LARGE_OFF_T % 2147483647 == 1)
7813 if ac_fn_c_try_compile
"$LINENO"
7815 ac_cv_sys_large_files
=1; break
7817 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
7818 ac_cv_sys_large_files
=unknown
7822 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
7823 printf "%s\n" "$ac_cv_sys_large_files" >&6; }
7824 case $ac_cv_sys_large_files in #(
7827 printf "%s\n" "#define _LARGE_FILES $ac_cv_sys_large_files" >>confdefs.h
7835 ac_header
= ac_cache
=
7836 for ac_item
in $ac_header_c_list
7838 if test $ac_cache; then
7839 ac_fn_c_check_header_compile
"$LINENO" $ac_header ac_cv_header_
$ac_cache "$ac_includes_default"
7840 if eval test \"x\
$ac_cv_header_$ac_cache\" = xyes
; then
7841 printf "%s\n" "#define $ac_item 1" >> confdefs.h
7843 ac_header
= ac_cache
=
7844 elif test $ac_header; then
7858 if test $ac_cv_header_stdlib_h = yes && test $ac_cv_header_string_h = yes
7861 printf "%s\n" "#define STDC_HEADERS 1" >>confdefs.h
7864 ac_fn_c_check_header_compile
"$LINENO" "CL/cl.h" "ac_cv_header_CL_cl_h" "$ac_includes_default"
7865 if test "x$ac_cv_header_CL_cl_h" = xyes
7867 printf "%s\n" "#define HAVE_CL_CL_H 1" >>confdefs.h
7870 ac_fn_c_check_header_compile
"$LINENO" "EGL/egl.h" "ac_cv_header_EGL_egl_h" "$ac_includes_default"
7871 if test "x$ac_cv_header_EGL_egl_h" = xyes
7873 printf "%s\n" "#define HAVE_EGL_EGL_H 1" >>confdefs.h
7876 ac_fn_c_check_header_compile
"$LINENO" "OpenCL/opencl.h" "ac_cv_header_OpenCL_opencl_h" "$ac_includes_default"
7877 if test "x$ac_cv_header_OpenCL_opencl_h" = xyes
7879 printf "%s\n" "#define HAVE_OPENCL_OPENCL_H 1" >>confdefs.h
7882 ac_fn_c_check_header_compile
"$LINENO" "arpa/inet.h" "ac_cv_header_arpa_inet_h" "$ac_includes_default"
7883 if test "x$ac_cv_header_arpa_inet_h" = xyes
7885 printf "%s\n" "#define HAVE_ARPA_INET_H 1" >>confdefs.h
7888 ac_fn_c_check_header_compile
"$LINENO" "arpa/nameser.h" "ac_cv_header_arpa_nameser_h" "$ac_includes_default"
7889 if test "x$ac_cv_header_arpa_nameser_h" = xyes
7891 printf "%s\n" "#define HAVE_ARPA_NAMESER_H 1" >>confdefs.h
7894 ac_fn_c_check_header_compile
"$LINENO" "asm/types.h" "ac_cv_header_asm_types_h" "$ac_includes_default"
7895 if test "x$ac_cv_header_asm_types_h" = xyes
7897 printf "%s\n" "#define HAVE_ASM_TYPES_H 1" >>confdefs.h
7900 ac_fn_c_check_header_compile
"$LINENO" "asm/user.h" "ac_cv_header_asm_user_h" "$ac_includes_default"
7901 if test "x$ac_cv_header_asm_user_h" = xyes
7903 printf "%s\n" "#define HAVE_ASM_USER_H 1" >>confdefs.h
7906 ac_fn_c_check_header_compile
"$LINENO" "elf.h" "ac_cv_header_elf_h" "$ac_includes_default"
7907 if test "x$ac_cv_header_elf_h" = xyes
7909 printf "%s\n" "#define HAVE_ELF_H 1" >>confdefs.h
7912 ac_fn_c_check_header_compile
"$LINENO" "float.h" "ac_cv_header_float_h" "$ac_includes_default"
7913 if test "x$ac_cv_header_float_h" = xyes
7915 printf "%s\n" "#define HAVE_FLOAT_H 1" >>confdefs.h
7918 ac_fn_c_check_header_compile
"$LINENO" "gettext-po.h" "ac_cv_header_gettext_po_h" "$ac_includes_default"
7919 if test "x$ac_cv_header_gettext_po_h" = xyes
7921 printf "%s\n" "#define HAVE_GETTEXT_PO_H 1" >>confdefs.h
7924 ac_fn_c_check_header_compile
"$LINENO" "libproc.h" "ac_cv_header_libproc_h" "$ac_includes_default"
7925 if test "x$ac_cv_header_libproc_h" = xyes
7927 printf "%s\n" "#define HAVE_LIBPROC_H 1" >>confdefs.h
7930 ac_fn_c_check_header_compile
"$LINENO" "link.h" "ac_cv_header_link_h" "$ac_includes_default"
7931 if test "x$ac_cv_header_link_h" = xyes
7933 printf "%s\n" "#define HAVE_LINK_H 1" >>confdefs.h
7936 ac_fn_c_check_header_compile
"$LINENO" "linux/cdrom.h" "ac_cv_header_linux_cdrom_h" "$ac_includes_default"
7937 if test "x$ac_cv_header_linux_cdrom_h" = xyes
7939 printf "%s\n" "#define HAVE_LINUX_CDROM_H 1" >>confdefs.h
7942 ac_fn_c_check_header_compile
"$LINENO" "linux/filter.h" "ac_cv_header_linux_filter_h" "$ac_includes_default"
7943 if test "x$ac_cv_header_linux_filter_h" = xyes
7945 printf "%s\n" "#define HAVE_LINUX_FILTER_H 1" >>confdefs.h
7948 ac_fn_c_check_header_compile
"$LINENO" "linux/hdreg.h" "ac_cv_header_linux_hdreg_h" "$ac_includes_default"
7949 if test "x$ac_cv_header_linux_hdreg_h" = xyes
7951 printf "%s\n" "#define HAVE_LINUX_HDREG_H 1" >>confdefs.h
7954 ac_fn_c_check_header_compile
"$LINENO" "linux/hidraw.h" "ac_cv_header_linux_hidraw_h" "$ac_includes_default"
7955 if test "x$ac_cv_header_linux_hidraw_h" = xyes
7957 printf "%s\n" "#define HAVE_LINUX_HIDRAW_H 1" >>confdefs.h
7960 ac_fn_c_check_header_compile
"$LINENO" "linux/input.h" "ac_cv_header_linux_input_h" "$ac_includes_default"
7961 if test "x$ac_cv_header_linux_input_h" = xyes
7963 printf "%s\n" "#define HAVE_LINUX_INPUT_H 1" >>confdefs.h
7966 ac_fn_c_check_header_compile
"$LINENO" "linux/ioctl.h" "ac_cv_header_linux_ioctl_h" "$ac_includes_default"
7967 if test "x$ac_cv_header_linux_ioctl_h" = xyes
7969 printf "%s\n" "#define HAVE_LINUX_IOCTL_H 1" >>confdefs.h
7972 ac_fn_c_check_header_compile
"$LINENO" "linux/major.h" "ac_cv_header_linux_major_h" "$ac_includes_default"
7973 if test "x$ac_cv_header_linux_major_h" = xyes
7975 printf "%s\n" "#define HAVE_LINUX_MAJOR_H 1" >>confdefs.h
7978 ac_fn_c_check_header_compile
"$LINENO" "linux/param.h" "ac_cv_header_linux_param_h" "$ac_includes_default"
7979 if test "x$ac_cv_header_linux_param_h" = xyes
7981 printf "%s\n" "#define HAVE_LINUX_PARAM_H 1" >>confdefs.h
7984 ac_fn_c_check_header_compile
"$LINENO" "linux/serial.h" "ac_cv_header_linux_serial_h" "$ac_includes_default"
7985 if test "x$ac_cv_header_linux_serial_h" = xyes
7987 printf "%s\n" "#define HAVE_LINUX_SERIAL_H 1" >>confdefs.h
7990 ac_fn_c_check_header_compile
"$LINENO" "linux/types.h" "ac_cv_header_linux_types_h" "$ac_includes_default"
7991 if test "x$ac_cv_header_linux_types_h" = xyes
7993 printf "%s\n" "#define HAVE_LINUX_TYPES_H 1" >>confdefs.h
7996 ac_fn_c_check_header_compile
"$LINENO" "linux/ucdrom.h" "ac_cv_header_linux_ucdrom_h" "$ac_includes_default"
7997 if test "x$ac_cv_header_linux_ucdrom_h" = xyes
7999 printf "%s\n" "#define HAVE_LINUX_UCDROM_H 1" >>confdefs.h
8002 ac_fn_c_check_header_compile
"$LINENO" "lwp.h" "ac_cv_header_lwp_h" "$ac_includes_default"
8003 if test "x$ac_cv_header_lwp_h" = xyes
8005 printf "%s\n" "#define HAVE_LWP_H 1" >>confdefs.h
8008 ac_fn_c_check_header_compile
"$LINENO" "mach-o/loader.h" "ac_cv_header_mach_o_loader_h" "$ac_includes_default"
8009 if test "x$ac_cv_header_mach_o_loader_h" = xyes
8011 printf "%s\n" "#define HAVE_MACH_O_LOADER_H 1" >>confdefs.h
8014 ac_fn_c_check_header_compile
"$LINENO" "mach/mach.h" "ac_cv_header_mach_mach_h" "$ac_includes_default"
8015 if test "x$ac_cv_header_mach_mach_h" = xyes
8017 printf "%s\n" "#define HAVE_MACH_MACH_H 1" >>confdefs.h
8020 ac_fn_c_check_header_compile
"$LINENO" "machine/cpu.h" "ac_cv_header_machine_cpu_h" "$ac_includes_default"
8021 if test "x$ac_cv_header_machine_cpu_h" = xyes
8023 printf "%s\n" "#define HAVE_MACHINE_CPU_H 1" >>confdefs.h
8026 ac_fn_c_check_header_compile
"$LINENO" "machine/sysarch.h" "ac_cv_header_machine_sysarch_h" "$ac_includes_default"
8027 if test "x$ac_cv_header_machine_sysarch_h" = xyes
8029 printf "%s\n" "#define HAVE_MACHINE_SYSARCH_H 1" >>confdefs.h
8032 ac_fn_c_check_header_compile
"$LINENO" "mntent.h" "ac_cv_header_mntent_h" "$ac_includes_default"
8033 if test "x$ac_cv_header_mntent_h" = xyes
8035 printf "%s\n" "#define HAVE_MNTENT_H 1" >>confdefs.h
8038 ac_fn_c_check_header_compile
"$LINENO" "netdb.h" "ac_cv_header_netdb_h" "$ac_includes_default"
8039 if test "x$ac_cv_header_netdb_h" = xyes
8041 printf "%s\n" "#define HAVE_NETDB_H 1" >>confdefs.h
8044 ac_fn_c_check_header_compile
"$LINENO" "netinet/in.h" "ac_cv_header_netinet_in_h" "$ac_includes_default"
8045 if test "x$ac_cv_header_netinet_in_h" = xyes
8047 printf "%s\n" "#define HAVE_NETINET_IN_H 1" >>confdefs.h
8050 ac_fn_c_check_header_compile
"$LINENO" "netinet/in_systm.h" "ac_cv_header_netinet_in_systm_h" "$ac_includes_default"
8051 if test "x$ac_cv_header_netinet_in_systm_h" = xyes
8053 printf "%s\n" "#define HAVE_NETINET_IN_SYSTM_H 1" >>confdefs.h
8056 ac_fn_c_check_header_compile
"$LINENO" "netinet/tcp.h" "ac_cv_header_netinet_tcp_h" "$ac_includes_default"
8057 if test "x$ac_cv_header_netinet_tcp_h" = xyes
8059 printf "%s\n" "#define HAVE_NETINET_TCP_H 1" >>confdefs.h
8062 ac_fn_c_check_header_compile
"$LINENO" "netinet/tcp_fsm.h" "ac_cv_header_netinet_tcp_fsm_h" "$ac_includes_default"
8063 if test "x$ac_cv_header_netinet_tcp_fsm_h" = xyes
8065 printf "%s\n" "#define HAVE_NETINET_TCP_FSM_H 1" >>confdefs.h
8068 ac_fn_c_check_header_compile
"$LINENO" "pcap/pcap.h" "ac_cv_header_pcap_pcap_h" "$ac_includes_default"
8069 if test "x$ac_cv_header_pcap_pcap_h" = xyes
8071 printf "%s\n" "#define HAVE_PCAP_PCAP_H 1" >>confdefs.h
8074 ac_fn_c_check_header_compile
"$LINENO" "port.h" "ac_cv_header_port_h" "$ac_includes_default"
8075 if test "x$ac_cv_header_port_h" = xyes
8077 printf "%s\n" "#define HAVE_PORT_H 1" >>confdefs.h
8080 ac_fn_c_check_header_compile
"$LINENO" "pthread.h" "ac_cv_header_pthread_h" "$ac_includes_default"
8081 if test "x$ac_cv_header_pthread_h" = xyes
8083 printf "%s\n" "#define HAVE_PTHREAD_H 1" >>confdefs.h
8086 ac_fn_c_check_header_compile
"$LINENO" "pwd.h" "ac_cv_header_pwd_h" "$ac_includes_default"
8087 if test "x$ac_cv_header_pwd_h" = xyes
8089 printf "%s\n" "#define HAVE_PWD_H 1" >>confdefs.h
8092 ac_fn_c_check_header_compile
"$LINENO" "sched.h" "ac_cv_header_sched_h" "$ac_includes_default"
8093 if test "x$ac_cv_header_sched_h" = xyes
8095 printf "%s\n" "#define HAVE_SCHED_H 1" >>confdefs.h
8098 ac_fn_c_check_header_compile
"$LINENO" "scsi/scsi.h" "ac_cv_header_scsi_scsi_h" "$ac_includes_default"
8099 if test "x$ac_cv_header_scsi_scsi_h" = xyes
8101 printf "%s\n" "#define HAVE_SCSI_SCSI_H 1" >>confdefs.h
8104 ac_fn_c_check_header_compile
"$LINENO" "scsi/scsi_ioctl.h" "ac_cv_header_scsi_scsi_ioctl_h" "$ac_includes_default"
8105 if test "x$ac_cv_header_scsi_scsi_ioctl_h" = xyes
8107 printf "%s\n" "#define HAVE_SCSI_SCSI_IOCTL_H 1" >>confdefs.h
8110 ac_fn_c_check_header_compile
"$LINENO" "scsi/sg.h" "ac_cv_header_scsi_sg_h" "$ac_includes_default"
8111 if test "x$ac_cv_header_scsi_sg_h" = xyes
8113 printf "%s\n" "#define HAVE_SCSI_SG_H 1" >>confdefs.h
8116 ac_fn_c_check_header_compile
"$LINENO" "stdint.h" "ac_cv_header_stdint_h" "$ac_includes_default"
8117 if test "x$ac_cv_header_stdint_h" = xyes
8119 printf "%s\n" "#define HAVE_STDINT_H 1" >>confdefs.h
8122 ac_fn_c_check_header_compile
"$LINENO" "sys/attr.h" "ac_cv_header_sys_attr_h" "$ac_includes_default"
8123 if test "x$ac_cv_header_sys_attr_h" = xyes
8125 printf "%s\n" "#define HAVE_SYS_ATTR_H 1" >>confdefs.h
8128 ac_fn_c_check_header_compile
"$LINENO" "sys/auxv.h" "ac_cv_header_sys_auxv_h" "$ac_includes_default"
8129 if test "x$ac_cv_header_sys_auxv_h" = xyes
8131 printf "%s\n" "#define HAVE_SYS_AUXV_H 1" >>confdefs.h
8134 ac_fn_c_check_header_compile
"$LINENO" "sys/cdio.h" "ac_cv_header_sys_cdio_h" "$ac_includes_default"
8135 if test "x$ac_cv_header_sys_cdio_h" = xyes
8137 printf "%s\n" "#define HAVE_SYS_CDIO_H 1" >>confdefs.h
8140 ac_fn_c_check_header_compile
"$LINENO" "sys/epoll.h" "ac_cv_header_sys_epoll_h" "$ac_includes_default"
8141 if test "x$ac_cv_header_sys_epoll_h" = xyes
8143 printf "%s\n" "#define HAVE_SYS_EPOLL_H 1" >>confdefs.h
8146 ac_fn_c_check_header_compile
"$LINENO" "sys/event.h" "ac_cv_header_sys_event_h" "$ac_includes_default"
8147 if test "x$ac_cv_header_sys_event_h" = xyes
8149 printf "%s\n" "#define HAVE_SYS_EVENT_H 1" >>confdefs.h
8152 ac_fn_c_check_header_compile
"$LINENO" "sys/extattr.h" "ac_cv_header_sys_extattr_h" "$ac_includes_default"
8153 if test "x$ac_cv_header_sys_extattr_h" = xyes
8155 printf "%s\n" "#define HAVE_SYS_EXTATTR_H 1" >>confdefs.h
8158 ac_fn_c_check_header_compile
"$LINENO" "sys/filio.h" "ac_cv_header_sys_filio_h" "$ac_includes_default"
8159 if test "x$ac_cv_header_sys_filio_h" = xyes
8161 printf "%s\n" "#define HAVE_SYS_FILIO_H 1" >>confdefs.h
8164 ac_fn_c_check_header_compile
"$LINENO" "sys/ipc.h" "ac_cv_header_sys_ipc_h" "$ac_includes_default"
8165 if test "x$ac_cv_header_sys_ipc_h" = xyes
8167 printf "%s\n" "#define HAVE_SYS_IPC_H 1" >>confdefs.h
8170 ac_fn_c_check_header_compile
"$LINENO" "sys/link.h" "ac_cv_header_sys_link_h" "$ac_includes_default"
8171 if test "x$ac_cv_header_sys_link_h" = xyes
8173 printf "%s\n" "#define HAVE_SYS_LINK_H 1" >>confdefs.h
8176 ac_fn_c_check_header_compile
"$LINENO" "sys/modem.h" "ac_cv_header_sys_modem_h" "$ac_includes_default"
8177 if test "x$ac_cv_header_sys_modem_h" = xyes
8179 printf "%s\n" "#define HAVE_SYS_MODEM_H 1" >>confdefs.h
8182 ac_fn_c_check_header_compile
"$LINENO" "sys/mtio.h" "ac_cv_header_sys_mtio_h" "$ac_includes_default"
8183 if test "x$ac_cv_header_sys_mtio_h" = xyes
8185 printf "%s\n" "#define HAVE_SYS_MTIO_H 1" >>confdefs.h
8188 ac_fn_c_check_header_compile
"$LINENO" "sys/param.h" "ac_cv_header_sys_param_h" "$ac_includes_default"
8189 if test "x$ac_cv_header_sys_param_h" = xyes
8191 printf "%s\n" "#define HAVE_SYS_PARAM_H 1" >>confdefs.h
8194 ac_fn_c_check_header_compile
"$LINENO" "sys/prctl.h" "ac_cv_header_sys_prctl_h" "$ac_includes_default"
8195 if test "x$ac_cv_header_sys_prctl_h" = xyes
8197 printf "%s\n" "#define HAVE_SYS_PRCTL_H 1" >>confdefs.h
8200 ac_fn_c_check_header_compile
"$LINENO" "sys/ptrace.h" "ac_cv_header_sys_ptrace_h" "$ac_includes_default"
8201 if test "x$ac_cv_header_sys_ptrace_h" = xyes
8203 printf "%s\n" "#define HAVE_SYS_PTRACE_H 1" >>confdefs.h
8206 ac_fn_c_check_header_compile
"$LINENO" "sys/queue.h" "ac_cv_header_sys_queue_h" "$ac_includes_default"
8207 if test "x$ac_cv_header_sys_queue_h" = xyes
8209 printf "%s\n" "#define HAVE_SYS_QUEUE_H 1" >>confdefs.h
8212 ac_fn_c_check_header_compile
"$LINENO" "sys/random.h" "ac_cv_header_sys_random_h" "$ac_includes_default"
8213 if test "x$ac_cv_header_sys_random_h" = xyes
8215 printf "%s\n" "#define HAVE_SYS_RANDOM_H 1" >>confdefs.h
8218 ac_fn_c_check_header_compile
"$LINENO" "sys/resource.h" "ac_cv_header_sys_resource_h" "$ac_includes_default"
8219 if test "x$ac_cv_header_sys_resource_h" = xyes
8221 printf "%s\n" "#define HAVE_SYS_RESOURCE_H 1" >>confdefs.h
8224 ac_fn_c_check_header_compile
"$LINENO" "sys/scsiio.h" "ac_cv_header_sys_scsiio_h" "$ac_includes_default"
8225 if test "x$ac_cv_header_sys_scsiio_h" = xyes
8227 printf "%s\n" "#define HAVE_SYS_SCSIIO_H 1" >>confdefs.h
8230 ac_fn_c_check_header_compile
"$LINENO" "sys/shm.h" "ac_cv_header_sys_shm_h" "$ac_includes_default"
8231 if test "x$ac_cv_header_sys_shm_h" = xyes
8233 printf "%s\n" "#define HAVE_SYS_SHM_H 1" >>confdefs.h
8236 ac_fn_c_check_header_compile
"$LINENO" "sys/signal.h" "ac_cv_header_sys_signal_h" "$ac_includes_default"
8237 if test "x$ac_cv_header_sys_signal_h" = xyes
8239 printf "%s\n" "#define HAVE_SYS_SIGNAL_H 1" >>confdefs.h
8242 ac_fn_c_check_header_compile
"$LINENO" "sys/socketvar.h" "ac_cv_header_sys_socketvar_h" "$ac_includes_default"
8243 if test "x$ac_cv_header_sys_socketvar_h" = xyes
8245 printf "%s\n" "#define HAVE_SYS_SOCKETVAR_H 1" >>confdefs.h
8248 ac_fn_c_check_header_compile
"$LINENO" "sys/sockio.h" "ac_cv_header_sys_sockio_h" "$ac_includes_default"
8249 if test "x$ac_cv_header_sys_sockio_h" = xyes
8251 printf "%s\n" "#define HAVE_SYS_SOCKIO_H 1" >>confdefs.h
8254 ac_fn_c_check_header_compile
"$LINENO" "sys/statvfs.h" "ac_cv_header_sys_statvfs_h" "$ac_includes_default"
8255 if test "x$ac_cv_header_sys_statvfs_h" = xyes
8257 printf "%s\n" "#define HAVE_SYS_STATVFS_H 1" >>confdefs.h
8260 ac_fn_c_check_header_compile
"$LINENO" "sys/strtio.h" "ac_cv_header_sys_strtio_h" "$ac_includes_default"
8261 if test "x$ac_cv_header_sys_strtio_h" = xyes
8263 printf "%s\n" "#define HAVE_SYS_STRTIO_H 1" >>confdefs.h
8266 ac_fn_c_check_header_compile
"$LINENO" "sys/syscall.h" "ac_cv_header_sys_syscall_h" "$ac_includes_default"
8267 if test "x$ac_cv_header_sys_syscall_h" = xyes
8269 printf "%s\n" "#define HAVE_SYS_SYSCALL_H 1" >>confdefs.h
8272 ac_fn_c_check_header_compile
"$LINENO" "sys/sysinfo.h" "ac_cv_header_sys_sysinfo_h" "$ac_includes_default"
8273 if test "x$ac_cv_header_sys_sysinfo_h" = xyes
8275 printf "%s\n" "#define HAVE_SYS_SYSINFO_H 1" >>confdefs.h
8278 ac_fn_c_check_header_compile
"$LINENO" "sys/times.h" "ac_cv_header_sys_times_h" "$ac_includes_default"
8279 if test "x$ac_cv_header_sys_times_h" = xyes
8281 printf "%s\n" "#define HAVE_SYS_TIMES_H 1" >>confdefs.h
8284 ac_fn_c_check_header_compile
"$LINENO" "sys/uio.h" "ac_cv_header_sys_uio_h" "$ac_includes_default"
8285 if test "x$ac_cv_header_sys_uio_h" = xyes
8287 printf "%s\n" "#define HAVE_SYS_UIO_H 1" >>confdefs.h
8290 ac_fn_c_check_header_compile
"$LINENO" "sys/user.h" "ac_cv_header_sys_user_h" "$ac_includes_default"
8291 if test "x$ac_cv_header_sys_user_h" = xyes
8293 printf "%s\n" "#define HAVE_SYS_USER_H 1" >>confdefs.h
8296 ac_fn_c_check_header_compile
"$LINENO" "sys/utsname.h" "ac_cv_header_sys_utsname_h" "$ac_includes_default"
8297 if test "x$ac_cv_header_sys_utsname_h" = xyes
8299 printf "%s\n" "#define HAVE_SYS_UTSNAME_H 1" >>confdefs.h
8302 ac_fn_c_check_header_compile
"$LINENO" "sys/vnode.h" "ac_cv_header_sys_vnode_h" "$ac_includes_default"
8303 if test "x$ac_cv_header_sys_vnode_h" = xyes
8305 printf "%s\n" "#define HAVE_SYS_VNODE_H 1" >>confdefs.h
8308 ac_fn_c_check_header_compile
"$LINENO" "sys/xattr.h" "ac_cv_header_sys_xattr_h" "$ac_includes_default"
8309 if test "x$ac_cv_header_sys_xattr_h" = xyes
8311 printf "%s\n" "#define HAVE_SYS_XATTR_H 1" >>confdefs.h
8314 ac_fn_c_check_header_compile
"$LINENO" "syscall.h" "ac_cv_header_syscall_h" "$ac_includes_default"
8315 if test "x$ac_cv_header_syscall_h" = xyes
8317 printf "%s\n" "#define HAVE_SYSCALL_H 1" >>confdefs.h
8320 ac_fn_c_check_header_compile
"$LINENO" "utime.h" "ac_cv_header_utime_h" "$ac_includes_default"
8321 if test "x$ac_cv_header_utime_h" = xyes
8323 printf "%s\n" "#define HAVE_UTIME_H 1" >>confdefs.h
8326 ac_fn_c_check_header_compile
"$LINENO" "valgrind/memcheck.h" "ac_cv_header_valgrind_memcheck_h" "$ac_includes_default"
8327 if test "x$ac_cv_header_valgrind_memcheck_h" = xyes
8329 printf "%s\n" "#define HAVE_VALGRIND_MEMCHECK_H 1" >>confdefs.h
8332 ac_fn_c_check_header_compile
"$LINENO" "valgrind/valgrind.h" "ac_cv_header_valgrind_valgrind_h" "$ac_includes_default"
8333 if test "x$ac_cv_header_valgrind_valgrind_h" = xyes
8335 printf "%s\n" "#define HAVE_VALGRIND_VALGRIND_H 1" >>confdefs.h
8339 ac_fn_c_check_header_compile
"$LINENO" "sys/mkdev.h" "ac_cv_header_sys_mkdev_h" "$ac_includes_default"
8340 if test "x$ac_cv_header_sys_mkdev_h" = xyes
8343 printf "%s\n" "#define MAJOR_IN_MKDEV 1" >>confdefs.h
8347 if test $ac_cv_header_sys_mkdev_h = no
; then
8348 ac_fn_c_check_header_compile
"$LINENO" "sys/sysmacros.h" "ac_cv_header_sys_sysmacros_h" "$ac_includes_default"
8349 if test "x$ac_cv_header_sys_sysmacros_h" = xyes
8352 printf "%s\n" "#define MAJOR_IN_SYSMACROS 1" >>confdefs.h
8357 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
8358 printf %s
"checking whether stat file-mode macros are broken... " >&6; }
8359 if test ${ac_cv_header_stat_broken+y}
8361 printf %s
"(cached) " >&6
8363 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8364 /* end confdefs.h. */
8365 #include <sys/types.h>
8366 #include <sys/stat.h>
8368 #if defined S_ISBLK && defined S_IFDIR
8369 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
8372 #if defined S_ISBLK && defined S_IFCHR
8373 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
8376 #if defined S_ISLNK && defined S_IFREG
8377 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
8380 #if defined S_ISSOCK && defined S_IFREG
8381 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
8385 if ac_fn_c_try_compile
"$LINENO"
8387 ac_cv_header_stat_broken
=no
8389 ac_cv_header_stat_broken
=yes
8391 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
8393 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
8394 printf "%s\n" "$ac_cv_header_stat_broken" >&6; }
8395 if test $ac_cv_header_stat_broken = yes; then
8397 printf "%s\n" "#define STAT_MACROS_BROKEN 1" >>confdefs.h
8403 ac_fn_c_check_header_compile
"$LINENO" "sys/conf.h" "ac_cv_header_sys_conf_h" "#include <sys/types.h>
8404 #ifdef HAVE_SYS_PARAM_H
8405 # include <sys/param.h>
8408 if test "x$ac_cv_header_sys_conf_h" = xyes
8410 printf "%s\n" "#define HAVE_SYS_CONF_H 1" >>confdefs.h
8413 ac_fn_c_check_header_compile
"$LINENO" "sys/mount.h" "ac_cv_header_sys_mount_h" "#include <sys/types.h>
8414 #ifdef HAVE_SYS_PARAM_H
8415 # include <sys/param.h>
8418 if test "x$ac_cv_header_sys_mount_h" = xyes
8420 printf "%s\n" "#define HAVE_SYS_MOUNT_H 1" >>confdefs.h
8423 ac_fn_c_check_header_compile
"$LINENO" "sys/statfs.h" "ac_cv_header_sys_statfs_h" "#include <sys/types.h>
8424 #ifdef HAVE_SYS_PARAM_H
8425 # include <sys/param.h>
8428 if test "x$ac_cv_header_sys_statfs_h" = xyes
8430 printf "%s\n" "#define HAVE_SYS_STATFS_H 1" >>confdefs.h
8433 ac_fn_c_check_header_compile
"$LINENO" "sys/user.h" "ac_cv_header_sys_user_h" "#include <sys/types.h>
8434 #ifdef HAVE_SYS_PARAM_H
8435 # include <sys/param.h>
8438 if test "x$ac_cv_header_sys_user_h" = xyes
8440 printf "%s\n" "#define HAVE_SYS_USER_H 1" >>confdefs.h
8443 ac_fn_c_check_header_compile
"$LINENO" "sys/vfs.h" "ac_cv_header_sys_vfs_h" "#include <sys/types.h>
8444 #ifdef HAVE_SYS_PARAM_H
8445 # include <sys/param.h>
8448 if test "x$ac_cv_header_sys_vfs_h" = xyes
8450 printf "%s\n" "#define HAVE_SYS_VFS_H 1" >>confdefs.h
8455 saved_sysctl_h_CFLAGS
=$CFLAGS
8456 test "x${GCC}" != xyes || CFLAGS
="$CFLAGS -Werror"
8457 ac_fn_c_check_header_compile
"$LINENO" "sys/sysctl.h" "ac_cv_header_sys_sysctl_h" "#include <sys/types.h>
8458 #ifdef HAVE_SYS_PARAM_H
8459 # include <sys/param.h>
8462 if test "x$ac_cv_header_sys_sysctl_h" = xyes
8464 printf "%s\n" "#define HAVE_SYS_SYSCTL_H 1" >>confdefs.h
8468 CFLAGS
=$saved_sysctl_h_CFLAGS
8470 ac_fn_c_check_header_compile
"$LINENO" "netinet/ip.h" "ac_cv_header_netinet_ip_h" "#include <sys/types.h>
8471 #include <sys/socket.h>
8472 #ifdef HAVE_SYS_SOCKETVAR_H
8473 # include <sys/socketvar.h>
8475 #ifdef HAVE_NET_ROUTE_H
8476 # include <net/route.h>
8478 #ifdef HAVE_NETINET_IN_H
8479 # include <netinet/in.h>
8481 #ifdef HAVE_NETINET_IN_SYSTM_H
8482 # include <netinet/in_systm.h>
8484 #ifdef HAVE_NET_IF_H
8485 # include <net/if.h>
8487 #ifdef HAVE_NETINET_IP_H
8488 # include <netinet/ip.h>
8491 if test "x$ac_cv_header_netinet_ip_h" = xyes
8493 printf "%s\n" "#define HAVE_NETINET_IP_H 1" >>confdefs.h
8496 ac_fn_c_check_header_compile
"$LINENO" "net/if.h" "ac_cv_header_net_if_h" "#include <sys/types.h>
8497 #include <sys/socket.h>
8498 #ifdef HAVE_SYS_SOCKETVAR_H
8499 # include <sys/socketvar.h>
8501 #ifdef HAVE_NET_ROUTE_H
8502 # include <net/route.h>
8504 #ifdef HAVE_NETINET_IN_H
8505 # include <netinet/in.h>
8507 #ifdef HAVE_NETINET_IN_SYSTM_H
8508 # include <netinet/in_systm.h>
8510 #ifdef HAVE_NET_IF_H
8511 # include <net/if.h>
8513 #ifdef HAVE_NETINET_IP_H
8514 # include <netinet/ip.h>
8517 if test "x$ac_cv_header_net_if_h" = xyes
8519 printf "%s\n" "#define HAVE_NET_IF_H 1" >>confdefs.h
8522 ac_fn_c_check_header_compile
"$LINENO" "net/if_arp.h" "ac_cv_header_net_if_arp_h" "#include <sys/types.h>
8523 #include <sys/socket.h>
8524 #ifdef HAVE_SYS_SOCKETVAR_H
8525 # include <sys/socketvar.h>
8527 #ifdef HAVE_NET_ROUTE_H
8528 # include <net/route.h>
8530 #ifdef HAVE_NETINET_IN_H
8531 # include <netinet/in.h>
8533 #ifdef HAVE_NETINET_IN_SYSTM_H
8534 # include <netinet/in_systm.h>
8536 #ifdef HAVE_NET_IF_H
8537 # include <net/if.h>
8539 #ifdef HAVE_NETINET_IP_H
8540 # include <netinet/ip.h>
8543 if test "x$ac_cv_header_net_if_arp_h" = xyes
8545 printf "%s\n" "#define HAVE_NET_IF_ARP_H 1" >>confdefs.h
8548 ac_fn_c_check_header_compile
"$LINENO" "net/if_dl.h" "ac_cv_header_net_if_dl_h" "#include <sys/types.h>
8549 #include <sys/socket.h>
8550 #ifdef HAVE_SYS_SOCKETVAR_H
8551 # include <sys/socketvar.h>
8553 #ifdef HAVE_NET_ROUTE_H
8554 # include <net/route.h>
8556 #ifdef HAVE_NETINET_IN_H
8557 # include <netinet/in.h>
8559 #ifdef HAVE_NETINET_IN_SYSTM_H
8560 # include <netinet/in_systm.h>
8562 #ifdef HAVE_NET_IF_H
8563 # include <net/if.h>
8565 #ifdef HAVE_NETINET_IP_H
8566 # include <netinet/ip.h>
8569 if test "x$ac_cv_header_net_if_dl_h" = xyes
8571 printf "%s\n" "#define HAVE_NET_IF_DL_H 1" >>confdefs.h
8574 ac_fn_c_check_header_compile
"$LINENO" "net/if_types.h" "ac_cv_header_net_if_types_h" "#include <sys/types.h>
8575 #include <sys/socket.h>
8576 #ifdef HAVE_SYS_SOCKETVAR_H
8577 # include <sys/socketvar.h>
8579 #ifdef HAVE_NET_ROUTE_H
8580 # include <net/route.h>
8582 #ifdef HAVE_NETINET_IN_H
8583 # include <netinet/in.h>
8585 #ifdef HAVE_NETINET_IN_SYSTM_H
8586 # include <netinet/in_systm.h>
8588 #ifdef HAVE_NET_IF_H
8589 # include <net/if.h>
8591 #ifdef HAVE_NETINET_IP_H
8592 # include <netinet/ip.h>
8595 if test "x$ac_cv_header_net_if_types_h" = xyes
8597 printf "%s\n" "#define HAVE_NET_IF_TYPES_H 1" >>confdefs.h
8600 ac_fn_c_check_header_compile
"$LINENO" "net/route.h" "ac_cv_header_net_route_h" "#include <sys/types.h>
8601 #include <sys/socket.h>
8602 #ifdef HAVE_SYS_SOCKETVAR_H
8603 # include <sys/socketvar.h>
8605 #ifdef HAVE_NET_ROUTE_H
8606 # include <net/route.h>
8608 #ifdef HAVE_NETINET_IN_H
8609 # include <netinet/in.h>
8611 #ifdef HAVE_NETINET_IN_SYSTM_H
8612 # include <netinet/in_systm.h>
8614 #ifdef HAVE_NET_IF_H
8615 # include <net/if.h>
8617 #ifdef HAVE_NETINET_IP_H
8618 # include <netinet/ip.h>
8621 if test "x$ac_cv_header_net_route_h" = xyes
8623 printf "%s\n" "#define HAVE_NET_ROUTE_H 1" >>confdefs.h
8626 ac_fn_c_check_header_compile
"$LINENO" "netinet/if_ether.h" "ac_cv_header_netinet_if_ether_h" "#include <sys/types.h>
8627 #include <sys/socket.h>
8628 #ifdef HAVE_SYS_SOCKETVAR_H
8629 # include <sys/socketvar.h>
8631 #ifdef HAVE_NET_ROUTE_H
8632 # include <net/route.h>
8634 #ifdef HAVE_NETINET_IN_H
8635 # include <netinet/in.h>
8637 #ifdef HAVE_NETINET_IN_SYSTM_H
8638 # include <netinet/in_systm.h>
8640 #ifdef HAVE_NET_IF_H
8641 # include <net/if.h>
8643 #ifdef HAVE_NETINET_IP_H
8644 # include <netinet/ip.h>
8647 if test "x$ac_cv_header_netinet_if_ether_h" = xyes
8649 printf "%s\n" "#define HAVE_NETINET_IF_ETHER_H 1" >>confdefs.h
8652 ac_fn_c_check_header_compile
"$LINENO" "netinet/in_pcb.h" "ac_cv_header_netinet_in_pcb_h" "#include <sys/types.h>
8653 #include <sys/socket.h>
8654 #ifdef HAVE_SYS_SOCKETVAR_H
8655 # include <sys/socketvar.h>
8657 #ifdef HAVE_NET_ROUTE_H
8658 # include <net/route.h>
8660 #ifdef HAVE_NETINET_IN_H
8661 # include <netinet/in.h>
8663 #ifdef HAVE_NETINET_IN_SYSTM_H
8664 # include <netinet/in_systm.h>
8666 #ifdef HAVE_NET_IF_H
8667 # include <net/if.h>
8669 #ifdef HAVE_NETINET_IP_H
8670 # include <netinet/ip.h>
8673 if test "x$ac_cv_header_netinet_in_pcb_h" = xyes
8675 printf "%s\n" "#define HAVE_NETINET_IN_PCB_H 1" >>confdefs.h
8678 ac_fn_c_check_header_compile
"$LINENO" "netinet/ip_icmp.h" "ac_cv_header_netinet_ip_icmp_h" "#include <sys/types.h>
8679 #include <sys/socket.h>
8680 #ifdef HAVE_SYS_SOCKETVAR_H
8681 # include <sys/socketvar.h>
8683 #ifdef HAVE_NET_ROUTE_H
8684 # include <net/route.h>
8686 #ifdef HAVE_NETINET_IN_H
8687 # include <netinet/in.h>
8689 #ifdef HAVE_NETINET_IN_SYSTM_H
8690 # include <netinet/in_systm.h>
8692 #ifdef HAVE_NET_IF_H
8693 # include <net/if.h>
8695 #ifdef HAVE_NETINET_IP_H
8696 # include <netinet/ip.h>
8699 if test "x$ac_cv_header_netinet_ip_icmp_h" = xyes
8701 printf "%s\n" "#define HAVE_NETINET_IP_ICMP_H 1" >>confdefs.h
8704 ac_fn_c_check_header_compile
"$LINENO" "netinet/ip_var.h" "ac_cv_header_netinet_ip_var_h" "#include <sys/types.h>
8705 #include <sys/socket.h>
8706 #ifdef HAVE_SYS_SOCKETVAR_H
8707 # include <sys/socketvar.h>
8709 #ifdef HAVE_NET_ROUTE_H
8710 # include <net/route.h>
8712 #ifdef HAVE_NETINET_IN_H
8713 # include <netinet/in.h>
8715 #ifdef HAVE_NETINET_IN_SYSTM_H
8716 # include <netinet/in_systm.h>
8718 #ifdef HAVE_NET_IF_H
8719 # include <net/if.h>
8721 #ifdef HAVE_NETINET_IP_H
8722 # include <netinet/ip.h>
8725 if test "x$ac_cv_header_netinet_ip_var_h" = xyes
8727 printf "%s\n" "#define HAVE_NETINET_IP_VAR_H 1" >>confdefs.h
8730 ac_fn_c_check_header_compile
"$LINENO" "netinet/udp.h" "ac_cv_header_netinet_udp_h" "#include <sys/types.h>
8731 #include <sys/socket.h>
8732 #ifdef HAVE_SYS_SOCKETVAR_H
8733 # include <sys/socketvar.h>
8735 #ifdef HAVE_NET_ROUTE_H
8736 # include <net/route.h>
8738 #ifdef HAVE_NETINET_IN_H
8739 # include <netinet/in.h>
8741 #ifdef HAVE_NETINET_IN_SYSTM_H
8742 # include <netinet/in_systm.h>
8744 #ifdef HAVE_NET_IF_H
8745 # include <net/if.h>
8747 #ifdef HAVE_NETINET_IP_H
8748 # include <netinet/ip.h>
8751 if test "x$ac_cv_header_netinet_udp_h" = xyes
8753 printf "%s\n" "#define HAVE_NETINET_UDP_H 1" >>confdefs.h
8756 ac_fn_c_check_header_compile
"$LINENO" "netinet6/ip6_var.h" "ac_cv_header_netinet6_ip6_var_h" "#include <sys/types.h>
8757 #include <sys/socket.h>
8758 #ifdef HAVE_SYS_SOCKETVAR_H
8759 # include <sys/socketvar.h>
8761 #ifdef HAVE_NET_ROUTE_H
8762 # include <net/route.h>
8764 #ifdef HAVE_NETINET_IN_H
8765 # include <netinet/in.h>
8767 #ifdef HAVE_NETINET_IN_SYSTM_H
8768 # include <netinet/in_systm.h>
8770 #ifdef HAVE_NET_IF_H
8771 # include <net/if.h>
8773 #ifdef HAVE_NETINET_IP_H
8774 # include <netinet/ip.h>
8777 if test "x$ac_cv_header_netinet6_ip6_var_h" = xyes
8779 printf "%s\n" "#define HAVE_NETINET6_IP6_VAR_H 1" >>confdefs.h
8782 ac_fn_c_check_header_compile
"$LINENO" "netipx/ipx.h" "ac_cv_header_netipx_ipx_h" "#include <sys/types.h>
8783 #include <sys/socket.h>
8784 #ifdef HAVE_SYS_SOCKETVAR_H
8785 # include <sys/socketvar.h>
8787 #ifdef HAVE_NET_ROUTE_H
8788 # include <net/route.h>
8790 #ifdef HAVE_NETINET_IN_H
8791 # include <netinet/in.h>
8793 #ifdef HAVE_NETINET_IN_SYSTM_H
8794 # include <netinet/in_systm.h>
8796 #ifdef HAVE_NET_IF_H
8797 # include <net/if.h>
8799 #ifdef HAVE_NETINET_IP_H
8800 # include <netinet/ip.h>
8803 if test "x$ac_cv_header_netipx_ipx_h" = xyes
8805 printf "%s\n" "#define HAVE_NETIPX_IPX_H 1" >>confdefs.h
8808 ac_fn_c_check_header_compile
"$LINENO" "sys/un.h" "ac_cv_header_sys_un_h" "#include <sys/types.h>
8809 #include <sys/socket.h>
8810 #ifdef HAVE_SYS_SOCKETVAR_H
8811 # include <sys/socketvar.h>
8813 #ifdef HAVE_NET_ROUTE_H
8814 # include <net/route.h>
8816 #ifdef HAVE_NETINET_IN_H
8817 # include <netinet/in.h>
8819 #ifdef HAVE_NETINET_IN_SYSTM_H
8820 # include <netinet/in_systm.h>
8822 #ifdef HAVE_NET_IF_H
8823 # include <net/if.h>
8825 #ifdef HAVE_NETINET_IP_H
8826 # include <netinet/ip.h>
8829 if test "x$ac_cv_header_sys_un_h" = xyes
8831 printf "%s\n" "#define HAVE_SYS_UN_H 1" >>confdefs.h
8836 ac_fn_c_check_header_compile
"$LINENO" "netinet/udp_var.h" "ac_cv_header_netinet_udp_var_h" "#include <sys/types.h>
8837 #include <sys/socket.h>
8838 #ifdef HAVE_SYS_SOCKETVAR_H
8839 # include <sys/socketvar.h>
8841 #ifdef HAVE_NETINET_IN_H
8842 # include <netinet/in.h>
8844 #ifdef HAVE_NETINET_IN_SYSTM_H
8845 # include <netinet/in_systm.h>
8847 #ifdef HAVE_NETINET_IP_H
8848 # include <netinet/ip.h>
8850 #ifdef HAVE_NETINET_IP_VAR_H
8851 # include <netinet/ip_var.h>
8853 #ifdef HAVE_NETINET_IP_ICMP_H
8854 # include <netinet/ip_icmp.h>
8856 #ifdef HAVE_NETINET_UDP_H
8857 # include <netinet/udp.h>
8859 #ifdef HAVE_NETINET_TCP_H
8860 # include <netinet/tcp.h>
8863 if test "x$ac_cv_header_netinet_udp_var_h" = xyes
8865 printf "%s\n" "#define HAVE_NETINET_UDP_VAR_H 1" >>confdefs.h
8868 ac_fn_c_check_header_compile
"$LINENO" "netinet/icmp_var.h" "ac_cv_header_netinet_icmp_var_h" "#include <sys/types.h>
8869 #include <sys/socket.h>
8870 #ifdef HAVE_SYS_SOCKETVAR_H
8871 # include <sys/socketvar.h>
8873 #ifdef HAVE_NETINET_IN_H
8874 # include <netinet/in.h>
8876 #ifdef HAVE_NETINET_IN_SYSTM_H
8877 # include <netinet/in_systm.h>
8879 #ifdef HAVE_NETINET_IP_H
8880 # include <netinet/ip.h>
8882 #ifdef HAVE_NETINET_IP_VAR_H
8883 # include <netinet/ip_var.h>
8885 #ifdef HAVE_NETINET_IP_ICMP_H
8886 # include <netinet/ip_icmp.h>
8888 #ifdef HAVE_NETINET_UDP_H
8889 # include <netinet/udp.h>
8891 #ifdef HAVE_NETINET_TCP_H
8892 # include <netinet/tcp.h>
8895 if test "x$ac_cv_header_netinet_icmp_var_h" = xyes
8897 printf "%s\n" "#define HAVE_NETINET_ICMP_VAR_H 1" >>confdefs.h
8900 ac_fn_c_check_header_compile
"$LINENO" "netinet/icmp6.h" "ac_cv_header_netinet_icmp6_h" "#include <sys/types.h>
8901 #include <sys/socket.h>
8902 #ifdef HAVE_SYS_SOCKETVAR_H
8903 # include <sys/socketvar.h>
8905 #ifdef HAVE_NETINET_IN_H
8906 # include <netinet/in.h>
8908 #ifdef HAVE_NETINET_IN_SYSTM_H
8909 # include <netinet/in_systm.h>
8911 #ifdef HAVE_NETINET_IP_H
8912 # include <netinet/ip.h>
8914 #ifdef HAVE_NETINET_IP_VAR_H
8915 # include <netinet/ip_var.h>
8917 #ifdef HAVE_NETINET_IP_ICMP_H
8918 # include <netinet/ip_icmp.h>
8920 #ifdef HAVE_NETINET_UDP_H
8921 # include <netinet/udp.h>
8923 #ifdef HAVE_NETINET_TCP_H
8924 # include <netinet/tcp.h>
8927 if test "x$ac_cv_header_netinet_icmp6_h" = xyes
8929 printf "%s\n" "#define HAVE_NETINET_ICMP6_H 1" >>confdefs.h
8932 ac_fn_c_check_header_compile
"$LINENO" "netinet/tcp_var.h" "ac_cv_header_netinet_tcp_var_h" "#include <sys/types.h>
8933 #include <sys/socket.h>
8934 #ifdef HAVE_SYS_SOCKETVAR_H
8935 # include <sys/socketvar.h>
8937 #ifdef HAVE_NETINET_IN_H
8938 # include <netinet/in.h>
8940 #ifdef HAVE_NETINET_IN_SYSTM_H
8941 # include <netinet/in_systm.h>
8943 #ifdef HAVE_NETINET_IP_H
8944 # include <netinet/ip.h>
8946 #ifdef HAVE_NETINET_IP_VAR_H
8947 # include <netinet/ip_var.h>
8949 #ifdef HAVE_NETINET_IP_ICMP_H
8950 # include <netinet/ip_icmp.h>
8952 #ifdef HAVE_NETINET_UDP_H
8953 # include <netinet/udp.h>
8955 #ifdef HAVE_NETINET_TCP_H
8956 # include <netinet/tcp.h>
8959 if test "x$ac_cv_header_netinet_tcp_var_h" = xyes
8961 printf "%s\n" "#define HAVE_NETINET_TCP_VAR_H 1" >>confdefs.h
8966 ac_fn_c_check_header_compile
"$LINENO" "linux/ipx.h" "ac_cv_header_linux_ipx_h" "#include <sys/types.h>
8967 #include <sys/socket.h>
8968 #ifdef HAVE_ASM_TYPES_H
8969 # include <asm/types.h>
8971 #ifdef HAVE_LINUX_TYPES_H
8972 # include <linux/types.h>
8975 if test "x$ac_cv_header_linux_ipx_h" = xyes
8977 printf "%s\n" "#define HAVE_LINUX_IPX_H 1" >>confdefs.h
8980 ac_fn_c_check_header_compile
"$LINENO" "linux/irda.h" "ac_cv_header_linux_irda_h" "#include <sys/types.h>
8981 #include <sys/socket.h>
8982 #ifdef HAVE_ASM_TYPES_H
8983 # include <asm/types.h>
8985 #ifdef HAVE_LINUX_TYPES_H
8986 # include <linux/types.h>
8989 if test "x$ac_cv_header_linux_irda_h" = xyes
8991 printf "%s\n" "#define HAVE_LINUX_IRDA_H 1" >>confdefs.h
8994 ac_fn_c_check_header_compile
"$LINENO" "linux/rtnetlink.h" "ac_cv_header_linux_rtnetlink_h" "#include <sys/types.h>
8995 #include <sys/socket.h>
8996 #ifdef HAVE_ASM_TYPES_H
8997 # include <asm/types.h>
8999 #ifdef HAVE_LINUX_TYPES_H
9000 # include <linux/types.h>
9003 if test "x$ac_cv_header_linux_rtnetlink_h" = xyes
9005 printf "%s\n" "#define HAVE_LINUX_RTNETLINK_H 1" >>confdefs.h
9010 ac_fn_c_check_header_compile
"$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
9011 #include <sys/socket.h>
9012 #ifdef HAVE_NETINET_IN_H
9013 # include <netinet/in.h>
9015 #ifdef HAVE_ARPA_NAMESER_H
9016 # include <arpa/nameser.h>
9019 if test "x$ac_cv_header_resolv_h" = xyes
9021 printf "%s\n" "#define HAVE_RESOLV_H 1" >>confdefs.h
9026 ac_fn_c_check_header_compile
"$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
9028 if test "x$ac_cv_header_ifaddrs_h" = xyes
9030 printf "%s\n" "#define HAVE_IFADDRS_H 1" >>confdefs.h
9035 ac_fn_c_check_header_compile
"$LINENO" "sys/ucontext.h" "ac_cv_header_sys_ucontext_h" "#include <signal.h>
9037 if test "x$ac_cv_header_sys_ucontext_h" = xyes
9039 printf "%s\n" "#define HAVE_SYS_UCONTEXT_H 1" >>confdefs.h
9044 ac_fn_c_check_header_compile
"$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
9045 #ifdef HAVE_SYS_UCONTEXT_H
9046 #include <sys/ucontext.h>
9049 if test "x$ac_cv_header_sys_thr_h" = xyes
9051 printf "%s\n" "#define HAVE_SYS_THR_H 1" >>confdefs.h
9056 ac_fn_c_check_header_compile
"$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
9057 #include <pthread.h>
9060 if test "x$ac_cv_header_pthread_np_h" = xyes
9062 printf "%s\n" "#define HAVE_PTHREAD_NP_H 1" >>confdefs.h
9067 ac_fn_c_check_header_compile
"$LINENO" "linux/videodev2.h" "ac_cv_header_linux_videodev2_h" "#include <sys/time.h>
9068 #include <sys/types.h>
9069 #ifdef HAVE_ASM_TYPES_H
9070 #include <asm/types.h>
9073 if test "x$ac_cv_header_linux_videodev2_h" = xyes
9075 printf "%s\n" "#define HAVE_LINUX_VIDEODEV2_H 1" >>confdefs.h
9080 ac_fn_c_check_header_compile
"$LINENO" "libprocstat.h" "ac_cv_header_libprocstat_h" "#ifdef HAVE_SYS_PARAM_H
9081 #include <sys/param.h>
9083 #include <sys/socket.h>
9084 #ifdef HAVE_SYS_QUEUE_H
9085 #include <sys/queue.h>
9088 if test "x$ac_cv_header_libprocstat_h" = xyes
9090 printf "%s\n" "#define HAVE_LIBPROCSTAT_H 1" >>confdefs.h
9095 if test "x$ac_cv_header_sys_xattr_h" = xyes
9097 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether getxattr takes additional arguments" >&5
9098 printf %s
"checking whether getxattr takes additional arguments... " >&6; }
9099 if test ${wine_cv_xattr_extra_args+y}
9101 printf %s
"(cached) " >&6
9103 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9104 /* end confdefs.h. */
9105 #include <sys/xattr.h>
9109 getxattr("", "", "", 0, 0, 0);
9114 if ac_fn_c_try_compile
"$LINENO"
9116 wine_cv_xattr_extra_args
=yes
9118 wine_cv_xattr_extra_args
=no
9120 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
9122 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $wine_cv_xattr_extra_args" >&5
9123 printf "%s\n" "$wine_cv_xattr_extra_args" >&6; }
9124 test $wine_cv_xattr_extra_args != yes ||
9125 printf "%s\n" "#define XATTR_ADDITIONAL_OPTIONS 1" >>confdefs.h
9138 UNIXDLLFLAGS
="-fPIC"
9140 UNIXLDFLAGS
="-shared -Wl,-Bsymbolic -Wl,-soname,\$(UNIXLIB)"
9146 WINELOADER_LDFLAGS
=""
9148 WINEPRELOADER_LDFLAGS
=""
9153 # Extract the first word of "ldd", so it can be a program name with args.
9154 set dummy ldd
; ac_word
=$2
9155 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9156 printf %s
"checking for $ac_word... " >&6; }
9157 if test ${ac_cv_path_LDD+y}
9159 printf %s
"(cached) " >&6
9163 ac_cv_path_LDD
="$LDD" # Let the user override the test with a path.
9166 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9167 as_dummy
="/sbin:/usr/sbin:$PATH"
9168 for as_dir
in $as_dummy
9171 case $as_dir in #(((
9174 *) as_dir
=$as_dir/ ;;
9176 for ac_exec_ext
in '' $ac_executable_extensions; do
9177 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
9178 ac_cv_path_LDD
="$as_dir$ac_word$ac_exec_ext"
9179 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
9186 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD
="true"
9191 if test -n "$LDD"; then
9192 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
9193 printf "%s\n" "$LDD" >&6; }
9195 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
9196 printf "%s\n" "no" >&6; }
9200 if test -n "$ac_tool_prefix"; then
9201 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
9202 set dummy
${ac_tool_prefix}otool
; ac_word
=$2
9203 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9204 printf %s
"checking for $ac_word... " >&6; }
9205 if test ${ac_cv_prog_OTOOL+y}
9207 printf %s
"(cached) " >&6
9209 if test -n "$OTOOL"; then
9210 ac_cv_prog_OTOOL
="$OTOOL" # Let the user override the test.
9212 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9216 case $as_dir in #(((
9219 *) as_dir
=$as_dir/ ;;
9221 for ac_exec_ext
in '' $ac_executable_extensions; do
9222 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
9223 ac_cv_prog_OTOOL
="${ac_tool_prefix}otool"
9224 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
9233 OTOOL
=$ac_cv_prog_OTOOL
9234 if test -n "$OTOOL"; then
9235 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
9236 printf "%s\n" "$OTOOL" >&6; }
9238 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
9239 printf "%s\n" "no" >&6; }
9244 if test -z "$ac_cv_prog_OTOOL"; then
9246 # Extract the first word of "otool", so it can be a program name with args.
9247 set dummy otool
; ac_word
=$2
9248 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9249 printf %s
"checking for $ac_word... " >&6; }
9250 if test ${ac_cv_prog_ac_ct_OTOOL+y}
9252 printf %s
"(cached) " >&6
9254 if test -n "$ac_ct_OTOOL"; then
9255 ac_cv_prog_ac_ct_OTOOL
="$ac_ct_OTOOL" # Let the user override the test.
9257 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9261 case $as_dir in #(((
9264 *) as_dir
=$as_dir/ ;;
9266 for ac_exec_ext
in '' $ac_executable_extensions; do
9267 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
9268 ac_cv_prog_ac_ct_OTOOL
="otool"
9269 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
9278 ac_ct_OTOOL
=$ac_cv_prog_ac_ct_OTOOL
9279 if test -n "$ac_ct_OTOOL"; then
9280 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
9281 printf "%s\n" "$ac_ct_OTOOL" >&6; }
9283 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
9284 printf "%s\n" "no" >&6; }
9287 if test "x$ac_ct_OTOOL" = x
; then
9290 case $cross_compiling:$ac_tool_warned in
9292 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
9293 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
9294 ac_tool_warned
=yes ;;
9299 OTOOL
="$ac_cv_prog_OTOOL"
9302 if test -n "$ac_tool_prefix"; then
9303 # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
9304 set dummy
${ac_tool_prefix}readelf
; ac_word
=$2
9305 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9306 printf %s
"checking for $ac_word... " >&6; }
9307 if test ${ac_cv_prog_READELF+y}
9309 printf %s
"(cached) " >&6
9311 if test -n "$READELF"; then
9312 ac_cv_prog_READELF
="$READELF" # Let the user override the test.
9314 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9318 case $as_dir in #(((
9321 *) as_dir
=$as_dir/ ;;
9323 for ac_exec_ext
in '' $ac_executable_extensions; do
9324 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
9325 ac_cv_prog_READELF
="${ac_tool_prefix}readelf"
9326 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
9335 READELF
=$ac_cv_prog_READELF
9336 if test -n "$READELF"; then
9337 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
9338 printf "%s\n" "$READELF" >&6; }
9340 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
9341 printf "%s\n" "no" >&6; }
9346 if test -z "$ac_cv_prog_READELF"; then
9347 ac_ct_READELF
=$READELF
9348 # Extract the first word of "readelf", so it can be a program name with args.
9349 set dummy readelf
; ac_word
=$2
9350 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9351 printf %s
"checking for $ac_word... " >&6; }
9352 if test ${ac_cv_prog_ac_ct_READELF+y}
9354 printf %s
"(cached) " >&6
9356 if test -n "$ac_ct_READELF"; then
9357 ac_cv_prog_ac_ct_READELF
="$ac_ct_READELF" # Let the user override the test.
9359 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9363 case $as_dir in #(((
9366 *) as_dir
=$as_dir/ ;;
9368 for ac_exec_ext
in '' $ac_executable_extensions; do
9369 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
9370 ac_cv_prog_ac_ct_READELF
="readelf"
9371 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
9380 ac_ct_READELF
=$ac_cv_prog_ac_ct_READELF
9381 if test -n "$ac_ct_READELF"; then
9382 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
9383 printf "%s\n" "$ac_ct_READELF" >&6; }
9385 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
9386 printf "%s\n" "no" >&6; }
9389 if test "x$ac_ct_READELF" = x
; then
9392 case $cross_compiling:$ac_tool_warned in
9394 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
9395 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
9396 ac_tool_warned
=yes ;;
9398 READELF
=$ac_ct_READELF
9401 READELF
="$ac_cv_prog_READELF"
9409 CONFIGURE_TARGETS
=""
9412 wine_fn_config_makefile
()
9414 as_fn_append SUBDIRS
" \\$as_nl $1"
9417 no
) as_fn_append DISABLED_SUBDIRS
" $1" ;;
9418 *aarch64
*|
*arm
*|
*i386
*|
*x86_64
*)
9419 if test -n "$PE_ARCHS"
9423 test $
(expr ",$enable," : ".*,$i,") -gt 0 || as_fn_append
${i}_DISABLED_SUBDIRS
" $1"
9426 test $
(expr ",$enable," : ".*,$HOST_ARCH,") -gt 0 || as_fn_append DISABLED_SUBDIRS
" $1"
9431 wine_fn_config_symlink
()
9434 as_fn_append wine_rules
"
9436 @./config.status \$@"
9437 for f
in $ac_links; do as_fn_append CONFIGURE_TARGETS
" $f"; done
9444 EXTRACFLAGS
="-D__WINE_PE_BUILD"
9446 *i
[3456]86*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--disable-stdcall-fixup" >&5
9447 printf %s
"checking whether the compiler supports -Wl,--disable-stdcall-fixup... " >&6; }
9448 if test ${ac_cv_cflags__Wl___disable_stdcall_fixup+y}
9450 printf %s
"(cached) " >&6
9452 ac_wine_try_cflags_saved
=$CFLAGS
9453 CFLAGS
="$CFLAGS -Wl,--disable-stdcall-fixup"
9454 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9455 /* end confdefs.h. */
9456 int main(int argc, char **argv) { return 0; }
9458 if ac_fn_c_try_link
"$LINENO"
9460 ac_cv_cflags__Wl___disable_stdcall_fixup
=yes
9462 ac_cv_cflags__Wl___disable_stdcall_fixup
=no
9464 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
9465 conftest
$ac_exeext conftest.
$ac_ext
9466 CFLAGS
=$ac_wine_try_cflags_saved
9468 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___disable_stdcall_fixup" >&5
9469 printf "%s\n" "$ac_cv_cflags__Wl___disable_stdcall_fixup" >&6; }
9470 if test "x$ac_cv_cflags__Wl___disable_stdcall_fixup" = xyes
9472 LDDLLFLAGS
="-Wl,--disable-stdcall-fixup"
9475 enable_loader
=${enable_loader:-no}
9476 enable_server
=${enable_server:-no}
9477 with_x
=${with_x:-no}
9478 with_pthread
=${with_pthread:-no}
9483 DLLFLAGS
="$DLLFLAGS -fPIC"
9485 enable_winemac_drv
=${enable_winemac_drv:-yes}
9486 CARBON_LIBS
="-framework Carbon"
9488 COREFOUNDATION_LIBS
="-framework CoreFoundation"
9490 DISKARBITRATION_LIBS
="-framework DiskArbitration -framework CoreFoundation"
9492 IOKIT_LIBS
="-framework IOKit -framework CoreFoundation"
9494 METAL_LIBS
="-framework Metal"
9496 APPLICATIONSERVICES_LIBS
="-framework ApplicationServices"
9498 CORESERVICES_LIBS
="-framework CoreServices"
9500 APPKIT_LIBS
="-framework AppKit"
9502 SECURITY_LIBS
="-framework Security -framework CoreFoundation"
9504 SYSTEMCONFIGURATION_LIBS
="-framework SystemConfiguration"
9507 WINELOADER_LDFLAGS
="-Wl,-pie,-segalign,0x1000,-pagezero_size,0x1000,-sectcreate,__TEXT,__info_plist,loader/wine_info.plist"
9509 wine_can_build_preloader
=yes
9510 WINEPRELOADER_LDFLAGS
="-nostartfiles -nodefaultlibs -e _start -ldylib1.o -Wl,-image_base,0x7d400000,-segalign,0x1000,-pagezero_size,0x1000,-sectcreate,__TEXT,__info_plist,loader/wine_info.plist,-segaddr,WINE_4GB_RESERVE,0x100000000"
9511 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_new_main -e _main" >&5
9512 printf %s
"checking whether the compiler supports -Wl,-no_new_main -e _main... " >&6; }
9513 if test ${ac_cv_cflags__Wl__no_new_main__e__main+y}
9515 printf %s
"(cached) " >&6
9517 ac_wine_try_cflags_saved
=$CFLAGS
9518 CFLAGS
="$CFLAGS -Wl,-no_new_main -e _main"
9519 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9520 /* end confdefs.h. */
9521 int main(int argc, char **argv) { return 0; }
9523 if ac_fn_c_try_link
"$LINENO"
9525 ac_cv_cflags__Wl__no_new_main__e__main
=yes
9527 ac_cv_cflags__Wl__no_new_main__e__main
=no
9529 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
9530 conftest
$ac_exeext conftest.
$ac_ext
9531 CFLAGS
=$ac_wine_try_cflags_saved
9533 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_new_main__e__main" >&5
9534 printf "%s\n" "$ac_cv_cflags__Wl__no_new_main__e__main" >&6; }
9535 if test "x$ac_cv_cflags__Wl__no_new_main__e__main" = xyes
9537 WINEPRELOADER_LDFLAGS
="-Wl,-no_new_main $WINEPRELOADER_LDFLAGS"
9538 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_new_main -e _main -mmacosx-version-min=10.7 -nostartfiles -nodefaultlibs" >&5
9539 printf %s
"checking whether the compiler supports -Wl,-no_new_main -e _main -mmacosx-version-min=10.7 -nostartfiles -nodefaultlibs... " >&6; }
9540 if test ${ac_cv_cflags__Wl__no_new_main__e__main__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs+y}
9542 printf %s
"(cached) " >&6
9544 ac_wine_try_cflags_saved
=$CFLAGS
9545 CFLAGS
="$CFLAGS -Wl,-no_new_main -e _main -mmacosx-version-min=10.7 -nostartfiles -nodefaultlibs"
9546 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9547 /* end confdefs.h. */
9548 int main(int argc, char **argv) { return 0; }
9550 if ac_fn_c_try_link
"$LINENO"
9552 ac_cv_cflags__Wl__no_new_main__e__main__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs
=yes
9554 ac_cv_cflags__Wl__no_new_main__e__main__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs
=no
9556 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
9557 conftest
$ac_exeext conftest.
$ac_ext
9558 CFLAGS
=$ac_wine_try_cflags_saved
9560 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_new_main__e__main__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs" >&5
9561 printf "%s\n" "$ac_cv_cflags__Wl__no_new_main__e__main__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs" >&6; }
9562 if test "x$ac_cv_cflags__Wl__no_new_main__e__main__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs" = xyes
9564 WINEPRELOADER_LDFLAGS
="-mmacosx-version-min=10.7 $WINEPRELOADER_LDFLAGS"
9566 wine_can_build_preloader
=no
9569 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -mmacosx-version-min=10.7 -nostartfiles -nodefaultlibs" >&5
9570 printf %s
"checking whether the compiler supports -mmacosx-version-min=10.7 -nostartfiles -nodefaultlibs... " >&6; }
9571 if test ${ac_cv_cflags__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs+y}
9573 printf %s
"(cached) " >&6
9575 ac_wine_try_cflags_saved
=$CFLAGS
9576 CFLAGS
="$CFLAGS -mmacosx-version-min=10.7 -nostartfiles -nodefaultlibs"
9577 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9578 /* end confdefs.h. */
9579 int main(int argc, char **argv) { return 0; }
9581 if ac_fn_c_try_link
"$LINENO"
9583 ac_cv_cflags__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs
=yes
9585 ac_cv_cflags__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs
=no
9587 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
9588 conftest
$ac_exeext conftest.
$ac_ext
9589 CFLAGS
=$ac_wine_try_cflags_saved
9591 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs" >&5
9592 printf "%s\n" "$ac_cv_cflags__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs" >&6; }
9593 if test "x$ac_cv_cflags__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs" = xyes
9595 WINEPRELOADER_LDFLAGS
="-mmacosx-version-min=10.7 $WINEPRELOADER_LDFLAGS"
9597 wine_can_build_preloader
=no
9600 if test "$wine_can_build_preloader" = "yes"
9602 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_pie" >&5
9603 printf %s
"checking whether the compiler supports -Wl,-no_pie... " >&6; }
9604 if test ${ac_cv_cflags__Wl__no_pie+y}
9606 printf %s
"(cached) " >&6
9608 ac_wine_try_cflags_saved
=$CFLAGS
9609 CFLAGS
="$CFLAGS -Wl,-no_pie"
9610 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9611 /* end confdefs.h. */
9612 int main(int argc, char **argv) { return 0; }
9614 if ac_fn_c_try_link
"$LINENO"
9616 ac_cv_cflags__Wl__no_pie
=yes
9618 ac_cv_cflags__Wl__no_pie
=no
9620 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
9621 conftest
$ac_exeext conftest.
$ac_ext
9622 CFLAGS
=$ac_wine_try_cflags_saved
9624 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_pie" >&5
9625 printf "%s\n" "$ac_cv_cflags__Wl__no_pie" >&6; }
9626 if test "x$ac_cv_cflags__Wl__no_pie" = xyes
9628 WINEPRELOADER_LDFLAGS
="-Wl,-no_pie $WINEPRELOADER_LDFLAGS"
9630 WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -mmacosx-version-min=10.7"
9632 as_fn_append wine_warnings
"|can't build Wine preloader; many programs won't work"
9635 if test "x$with_coreaudio" != "xno";
9637 COREAUDIO_LIBS
="-framework CoreFoundation -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework CoreMIDI"
9639 enable_winecoreaudio_drv
=${enable_winecoreaudio_drv:-yes}
9641 if test "$ac_cv_header_OpenCL_opencl_h" = "yes"
9643 OPENCL_LIBS
="-framework OpenCL"
9645 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
9648 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether MTLDevice protocol supports registryID property" >&5
9649 printf %s
"checking whether MTLDevice protocol supports registryID property... " >&6; }
9651 ac_cpp
='$OBJCPP $CPPFLAGS'
9652 ac_compile
='$OBJC -c $OBJCFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9653 ac_link
='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9654 ac_compiler_gnu
=$ac_cv_objc_compiler_gnu
9657 ac_cpp
='$OBJCPP $CPPFLAGS'
9658 ac_compile
='$OBJC -c $OBJCFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9659 ac_link
='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9660 ac_compiler_gnu
=$ac_cv_objc_compiler_gnu
9661 if test -n "$ac_tool_prefix"; then
9662 for ac_prog
in gcc objcc objc cc CC clang
9664 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
9665 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
9666 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9667 printf %s
"checking for $ac_word... " >&6; }
9668 if test ${ac_cv_prog_OBJC+y}
9670 printf %s
"(cached) " >&6
9672 if test -n "$OBJC"; then
9673 ac_cv_prog_OBJC
="$OBJC" # Let the user override the test.
9675 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9679 case $as_dir in #(((
9682 *) as_dir
=$as_dir/ ;;
9684 for ac_exec_ext
in '' $ac_executable_extensions; do
9685 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
9686 ac_cv_prog_OBJC
="$ac_tool_prefix$ac_prog"
9687 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
9696 OBJC
=$ac_cv_prog_OBJC
9697 if test -n "$OBJC"; then
9698 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $OBJC" >&5
9699 printf "%s\n" "$OBJC" >&6; }
9701 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
9702 printf "%s\n" "no" >&6; }
9706 test -n "$OBJC" && break
9709 if test -z "$OBJC"; then
9711 for ac_prog
in gcc objcc objc cc CC clang
9713 # Extract the first word of "$ac_prog", so it can be a program name with args.
9714 set dummy
$ac_prog; ac_word
=$2
9715 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9716 printf %s
"checking for $ac_word... " >&6; }
9717 if test ${ac_cv_prog_ac_ct_OBJC+y}
9719 printf %s
"(cached) " >&6
9721 if test -n "$ac_ct_OBJC"; then
9722 ac_cv_prog_ac_ct_OBJC
="$ac_ct_OBJC" # Let the user override the test.
9724 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9728 case $as_dir in #(((
9731 *) as_dir
=$as_dir/ ;;
9733 for ac_exec_ext
in '' $ac_executable_extensions; do
9734 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
9735 ac_cv_prog_ac_ct_OBJC
="$ac_prog"
9736 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
9745 ac_ct_OBJC
=$ac_cv_prog_ac_ct_OBJC
9746 if test -n "$ac_ct_OBJC"; then
9747 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJC" >&5
9748 printf "%s\n" "$ac_ct_OBJC" >&6; }
9750 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
9751 printf "%s\n" "no" >&6; }
9755 test -n "$ac_ct_OBJC" && break
9758 if test "x$ac_ct_OBJC" = x
; then
9761 case $cross_compiling:$ac_tool_warned in
9763 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
9764 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
9765 ac_tool_warned
=yes ;;
9771 # Provide some information about the compiler.
9772 printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for Objective C compiler version" >&5
9775 for ac_option
in --version -v -V -qversion; do
9776 { { ac_try
="$ac_compiler $ac_option >&5"
9778 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9779 *) ac_try_echo=$ac_try;;
9781 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
9782 printf "%s\n" "$ac_try_echo"; } >&5
9783 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
9785 if test -s conftest.err; then
9787 ... rest of stderr output deleted ...
9788 10q' conftest.err >conftest.er1
9789 cat conftest.er1 >&5
9791 rm -f conftest.er1 conftest.err
9792 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9793 test $ac_status = 0; }
9796 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports GNU Objective C" >&5
9797 printf %s "checking whether the compiler supports GNU Objective C... " >&6; }
9798 if test ${ac_cv_objc_compiler_gnu+y}
9800 printf %s "(cached) " >&6
9802 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9803 /* end confdefs.h. */
9816 if ac_fn_objc_try_compile "$LINENO"
9822 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
9823 ac_cv_objc_compiler_gnu=$ac_compiler_gnu
9826 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objc_compiler_gnu" >&5
9827 printf "%s\n" "$ac_cv_objc_compiler_gnu" >&6; }
9828 ac_compiler_gnu=$ac_cv_objc_compiler_gnu
9830 if test $ac_compiler_gnu = yes; then
9835 ac_test_OBJCFLAGS=${OBJCFLAGS+y}
9836 ac_save_OBJCFLAGS=$OBJCFLAGS
9837 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $OBJC accepts -g" >&5
9838 printf %s "checking whether $OBJC accepts -g... " >&6; }
9839 if test ${ac_cv_prog_objc_g+y}
9841 printf %s "(cached) " >&6
9843 ac_save_objc_werror_flag=$ac_objc_werror_flag
9844 ac_objc_werror_flag=yes
9845 ac_cv_prog_objc_g=no
9847 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9848 /* end confdefs.h. */
9858 if ac_fn_objc_try_compile "$LINENO"
9860 ac_cv_prog_objc_g=yes
9863 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9864 /* end confdefs.h. */
9874 if ac_fn_objc_try_compile "$LINENO"
9878 ac_objc_werror_flag=$ac_save_objc_werror_flag
9880 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9881 /* end confdefs.h. */
9891 if ac_fn_objc_try_compile "$LINENO"
9893 ac_cv_prog_objc_g=yes
9895 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
9897 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
9899 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
9900 ac_objc_werror_flag=$ac_save_objc_werror_flag
9902 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_objc_g" >&5
9903 printf "%s\n" "$ac_cv_prog_objc_g" >&6; }
9904 if test $ac_test_OBJCFLAGS; then
9905 OBJCFLAGS=$ac_save_OBJCFLAGS
9906 elif test $ac_cv_prog_objc_g = yes; then
9907 if test "$GOBJC" = yes; then
9913 if test "$GOBJC" = yes; then
9920 ac_cpp='$OBJCPP $CPPFLAGS'
9921 ac_compile='$OBJC -c $OBJCFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9922 ac_link='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9923 ac_compiler_gnu=$ac_cv_objc_compiler_gnu
9926 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9927 /* end confdefs.h. */
9928 #include <Metal/Metal.h>
9932 id<MTLDevice> device; device.registryID;
9937 if ac_fn_objc_try_compile "$LINENO"
9939 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9940 printf "%s\n" "yes" >&6; }
9942 printf "%s\n" "#define HAVE_MTLDEVICE_REGISTRYID 1" >>confdefs.h
9945 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
9946 printf "%s\n" "no" >&6; }
9948 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
9950 ac_cpp='$CPP $CPPFLAGS'
9951 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9952 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9953 ac_compiler_gnu=$ac_cv_c_compiler_gnu
9956 UNIXLDFLAGS="-dynamiclib -install_name @rpath/\$(UNIXLIB) -Wl,-rpath,@loader_path\/"
9957 WINELOADER_DEPENDS="wine_info.plist"
9963 printf "%s\n" "#define _GNU_SOURCE 1" >>confdefs.h
9965 DLLFLAGS="$DLLFLAGS -fPIC"
9967 LDEXECFLAGS="-Wl,-pie"
9968 enable_wineandroid_drv=${enable_wineandroid_drv:-yes}
9969 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-z,defs" >&5
9970 printf %s "checking whether the compiler supports -Wl,-z,defs... " >&6; }
9971 if test ${ac_cv_cflags__Wl__z_defs+y}
9973 printf %s "(cached) " >&6
9975 ac_wine_try_cflags_saved=$CFLAGS
9976 CFLAGS="$CFLAGS -Wl,-z,defs"
9977 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9978 /* end confdefs.h. */
9979 int main(int argc, char **argv) { return 0; }
9981 if ac_fn_c_try_link "$LINENO"
9983 ac_cv_cflags__Wl__z_defs=yes
9985 ac_cv_cflags__Wl__z_defs=no
9987 rm -f core conftest.err conftest.$ac_objext conftest.beam \
9988 conftest$ac_exeext conftest.$ac_ext
9989 CFLAGS=$ac_wine_try_cflags_saved
9991 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__z_defs" >&5
9992 printf "%s\n" "$ac_cv_cflags__Wl__z_defs" >&6; }
9993 if test "x$ac_cv_cflags__Wl__z_defs" = xyes
9995 UNIXLDFLAGS="$UNIXLDFLAGS -Wl,-z,defs"
9997 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
9998 printf %s "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
9999 if test ${ac_cv_cflags__fPIC__Wl___export_dynamic+y}
10001 printf %s "(cached) " >&6
10003 ac_wine_try_cflags_saved=$CFLAGS
10004 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
10005 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10006 /* end confdefs.h. */
10007 int main(int argc, char **argv) { return 0; }
10009 if ac_fn_c_try_link "$LINENO"
10011 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
10013 ac_cv_cflags__fPIC__Wl___export_dynamic=no
10015 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10016 conftest$ac_exeext conftest.$ac_ext
10017 CFLAGS=$ac_wine_try_cflags_saved
10019 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
10020 printf "%s\n" "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
10021 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes
10023 WINELOADER_LDFLAGS="-Wl,--export-dynamic"
10025 WINEPRELOADER_LDFLAGS="-static -nostartfiles -nodefaultlibs -Wl,-Ttext=0x7d400000"
10027 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lEGL" >&5
10028 printf %s "checking for -lEGL... " >&6; }
10029 if test ${ac_cv_lib_soname_EGL+y}
10031 printf %s "(cached) " >&6
10033 ac_check_soname_save_LIBS=$LIBS
10035 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10036 /* end confdefs.h. */
10038 /* Override any GCC internal prototype to avoid an error.
10039 Use char because int might match the return type of a GCC
10040 builtin and then its argument prototype would still apply. */
10041 char eglGetProcAddress ();
10045 return eglGetProcAddress ();
10050 if ac_fn_c_try_link "$LINENO"
10053 dll) ac_cv_lib_soname_EGL=`$ac_cv_path_LDD conftest.exe |
grep "EGL" |
sed -e "s/dll.*/dll/"';2,$d'` ;;
10054 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'` ;;
10055 *) ac_cv_lib_soname_EGL=`$READELF -d conftest
$ac_exeext |
grep "NEEDED.*libEGL\\.$LIBEXT" |
sed -e "s/^.*\\[\\(libEGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10056 if ${ac_cv_lib_soname_EGL:+false} :
10058 ac_cv_lib_soname_EGL=`$LDD conftest
$ac_exeext |
grep "libEGL\\.$LIBEXT" |
sed -e "s/^.*\(libEGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10062 ac_cv_lib_soname_EGL=
10064 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10065 conftest$ac_exeext conftest.$ac_ext
10066 LIBS=$ac_check_soname_save_LIBS
10068 if ${ac_cv_lib_soname_EGL:+false} :
10070 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10071 printf "%s\n" "not found" >&6; }
10074 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_EGL" >&5
10075 printf "%s\n" "$ac_cv_lib_soname_EGL" >&6; }
10077 printf "%s\n" "#define SONAME_LIBEGL \"$ac_cv_lib_soname_EGL\"" >>confdefs.h
10081 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lGLESv2" >&5
10082 printf %s "checking for -lGLESv2... " >&6; }
10083 if test ${ac_cv_lib_soname_GLESv2+y}
10085 printf %s "(cached) " >&6
10087 ac_check_soname_save_LIBS=$LIBS
10088 LIBS="-lGLESv2 $LIBS"
10089 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10090 /* end confdefs.h. */
10092 /* Override any GCC internal prototype to avoid an error.
10093 Use char because int might match the return type of a GCC
10094 builtin and then its argument prototype would still apply. */
10104 if ac_fn_c_try_link "$LINENO"
10107 dll) ac_cv_lib_soname_GLESv2=`$ac_cv_path_LDD conftest.exe |
grep "GLESv2" |
sed -e "s/dll.*/dll/"';2,$d'` ;;
10108 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'` ;;
10109 *) ac_cv_lib_soname_GLESv2=`$READELF -d conftest
$ac_exeext |
grep "NEEDED.*libGLESv2\\.$LIBEXT" |
sed -e "s/^.*\\[\\(libGLESv2\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10110 if ${ac_cv_lib_soname_GLESv2:+false} :
10112 ac_cv_lib_soname_GLESv2=`$LDD conftest
$ac_exeext |
grep "libGLESv2\\.$LIBEXT" |
sed -e "s/^.*\(libGLESv2\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10116 ac_cv_lib_soname_GLESv2=
10118 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10119 conftest$ac_exeext conftest.$ac_ext
10120 LIBS=$ac_check_soname_save_LIBS
10122 if ${ac_cv_lib_soname_GLESv2:+false} :
10124 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10125 printf "%s\n" "not found" >&6; }
10128 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLESv2" >&5
10129 printf "%s\n" "$ac_cv_lib_soname_GLESv2" >&6; }
10131 printf "%s\n" "#define SONAME_LIBGLESV2 \"$ac_cv_lib_soname_GLESv2\"" >>confdefs.h
10136 if test "x$exec_prefix" = xNONE
10139 *i[3456]86*) exec_prefix='${prefix}/x86' ;;
10140 *x86_64*) exec_prefix='${prefix}/x86_64' ;;
10141 *arm*) exec_prefix='${prefix}/armeabi-v7a' ;;
10142 *aarch64*) exec_prefix='${prefix}/arm64-v8a' ;;
10149 printf "%s\n" "#define _GNU_SOURCE 1" >>confdefs.h
10151 test "$ac_cv_sys_file_offset_bits" = 64 &&
10152 printf "%s\n" "#define _TIME_BITS 64" >>confdefs.h
10156 DLLFLAGS="$DLLFLAGS -fno-PIC"
10157 LDDLLFLAGS="-fno-PIC"
10158 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-PIC -Wl,-z,notext" >&5
10159 printf %s "checking whether the compiler supports -fno-PIC -Wl,-z,notext... " >&6; }
10160 if test ${ac_cv_cflags__fno_PIC__Wl__z_notext+y}
10162 printf %s "(cached) " >&6
10164 ac_wine_try_cflags_saved=$CFLAGS
10165 CFLAGS="$CFLAGS -fno-PIC -Wl,-z,notext"
10166 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10167 /* end confdefs.h. */
10168 int main(int argc, char **argv) { return 0; }
10170 if ac_fn_c_try_link "$LINENO"
10172 ac_cv_cflags__fno_PIC__Wl__z_notext=yes
10174 ac_cv_cflags__fno_PIC__Wl__z_notext=no
10176 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10177 conftest$ac_exeext conftest.$ac_ext
10178 CFLAGS=$ac_wine_try_cflags_saved
10180 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_PIC__Wl__z_notext" >&5
10181 printf "%s\n" "$ac_cv_cflags__fno_PIC__Wl__z_notext" >&6; }
10182 if test "x$ac_cv_cflags__fno_PIC__Wl__z_notext" = xyes
10184 LDDLLFLAGS="$LDDLLFLAGS -Wl,-z,notext"
10188 DLLFLAGS="$DLLFLAGS -fPIC"
10189 LDDLLFLAGS="-fPIC" ;;
10192 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-z,defs" >&5
10193 printf %s "checking whether the compiler supports -Wl,-z,defs... " >&6; }
10194 if test ${ac_cv_cflags__Wl__z_defs+y}
10196 printf %s "(cached) " >&6
10198 ac_wine_try_cflags_saved=$CFLAGS
10199 CFLAGS="$CFLAGS -Wl,-z,defs"
10200 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10201 /* end confdefs.h. */
10202 int main(int argc, char **argv) { return 0; }
10204 if ac_fn_c_try_link "$LINENO"
10206 ac_cv_cflags__Wl__z_defs=yes
10208 ac_cv_cflags__Wl__z_defs=no
10210 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10211 conftest$ac_exeext conftest.$ac_ext
10212 CFLAGS=$ac_wine_try_cflags_saved
10214 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__z_defs" >&5
10215 printf "%s\n" "$ac_cv_cflags__Wl__z_defs" >&6; }
10216 if test "x$ac_cv_cflags__Wl__z_defs" = xyes
10218 UNIXLDFLAGS="$UNIXLDFLAGS -Wl,-z,defs"
10220 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--export-dynamic" >&5
10221 printf %s "checking whether the compiler supports -Wl,--export-dynamic... " >&6; }
10222 if test ${ac_cv_cflags__Wl___export_dynamic+y}
10224 printf %s "(cached) " >&6
10226 ac_wine_try_cflags_saved=$CFLAGS
10227 CFLAGS="$CFLAGS -Wl,--export-dynamic"
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___export_dynamic=yes
10236 ac_cv_cflags__Wl___export_dynamic=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___export_dynamic" >&5
10243 printf "%s\n" "$ac_cv_cflags__Wl___export_dynamic" >&6; }
10244 if test "x$ac_cv_cflags__Wl___export_dynamic" = xyes
10246 WINELOADER_LDFLAGS="-Wl,--export-dynamic"
10248 WINEPRELOADER_LDFLAGS="-nostartfiles -nodefaultlibs"
10252 as_fn_append WINELOADER_LDFLAGS " -pie"
10255 as_fn_append WINEPRELOADER_LDFLAGS " -static -Wl,-Ttext=0x7d400000" ;;
10257 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -static-pie" >&5
10258 printf %s "checking whether the compiler supports -static-pie... " >&6; }
10259 if test ${ac_cv_cflags__static_pie+y}
10261 printf %s "(cached) " >&6
10263 ac_wine_try_cflags_saved=$CFLAGS
10264 CFLAGS="$CFLAGS -static-pie"
10265 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10266 /* end confdefs.h. */
10267 int main(int argc, char **argv) { return 0; }
10269 if ac_fn_c_try_link "$LINENO"
10271 ac_cv_cflags__static_pie=yes
10273 ac_cv_cflags__static_pie=no
10275 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10276 conftest$ac_exeext conftest.$ac_ext
10277 CFLAGS=$ac_wine_try_cflags_saved
10279 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__static_pie" >&5
10280 printf "%s\n" "$ac_cv_cflags__static_pie" >&6; }
10281 if test "x$ac_cv_cflags__static_pie" = xyes
10283 as_fn_append WINEPRELOADER_LDFLAGS " -static-pie"
10285 as_fn_append WINEPRELOADER_LDFLAGS " -static -Wl,-Ttext=0x7d7d00000000"
10293 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-Ttext-segment=0x60000000" >&5
10294 printf %s "checking whether the compiler supports -Wl,-Ttext-segment=0x60000000... " >&6; }
10295 if test ${ac_cv_cflags__Wl__Ttext_segment_0x60000000+y}
10297 printf %s "(cached) " >&6
10299 ac_wine_try_cflags_saved=$CFLAGS
10300 CFLAGS="$CFLAGS -Wl,-Ttext-segment=0x60000000"
10301 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10302 /* end confdefs.h. */
10303 int main(int argc, char **argv) { return 0; }
10305 if ac_fn_c_try_link "$LINENO"
10307 ac_cv_cflags__Wl__Ttext_segment_0x60000000=yes
10309 ac_cv_cflags__Wl__Ttext_segment_0x60000000=no
10311 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10312 conftest$ac_exeext conftest.$ac_ext
10313 CFLAGS=$ac_wine_try_cflags_saved
10315 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__Ttext_segment_0x60000000" >&5
10316 printf "%s\n" "$ac_cv_cflags__Wl__Ttext_segment_0x60000000" >&6; }
10317 if test "x$ac_cv_cflags__Wl__Ttext_segment_0x60000000" = xyes
10319 as_fn_append WINELOADER_LDFLAGS " -Wl,-Ttext-segment=0x60000000"
10321 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x60000400" >&5
10322 printf %s "checking whether the compiler supports -Wl,--section-start,.interp=0x60000400... " >&6; }
10323 if test ${ac_cv_cflags__Wl___section_start__interp_0x60000400+y}
10325 printf %s "(cached) " >&6
10327 ac_wine_try_cflags_saved=$CFLAGS
10328 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x60000400"
10329 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10330 /* end confdefs.h. */
10331 int main(int argc, char **argv) { return 0; }
10333 if ac_fn_c_try_link "$LINENO"
10335 ac_cv_cflags__Wl___section_start__interp_0x60000400=yes
10337 ac_cv_cflags__Wl___section_start__interp_0x60000400=no
10339 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10340 conftest$ac_exeext conftest.$ac_ext
10341 CFLAGS=$ac_wine_try_cflags_saved
10343 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x60000400" >&5
10344 printf "%s\n" "$ac_cv_cflags__Wl___section_start__interp_0x60000400" >&6; }
10345 if test "x$ac_cv_cflags__Wl___section_start__interp_0x60000400" = xyes
10347 as_fn_append WINELOADER_LDFLAGS " -Wl,--section-start,.interp=0x60000400"
10352 as_fn_append WINELOADER_LDFLAGS " -pie"
10360 enable_winecoreaudio_drv=${enable_winecoreaudio_drv:-no}
10361 enable_wineandroid_drv=${enable_wineandroid_drv:-no}
10362 enable_winemac_drv=${enable_winemac_drv:-no}
10367 if test ${enable_archs+y}
10369 test "x$with_system_dllpath" = "x" || as_fn_error $? "\"The --with-system-dllpath option is not compatible with --enable-archs\"" "$LINENO" 5
10372 set x $enable_archs
10378 i386|x86_64|arm|aarch64) cross_archs="$cross_archs $arch" ;;
10379 *) as_fn_error $? "Unknown cross-compilation architecture '$arch'" "$LINENO" 5 ;;
10383 if test "x$with_mingw" != xno
10385 test $HOST_ARCH = unknown || cross_archs=$HOST_ARCH
10386 case "x$with_mingw" in
10388 *) eval "${cross_archs}_CC=\$with_mingw" ;;
10393 for wine_arch in $cross_archs
10395 if eval \${${wine_arch}_CC:+false} :
10399 for ac_prog in aarch64-w64-mingw32-clang aarch64-w64-mingw32-gcc clang
10401 # Extract the first word of "$ac_prog", so it can be a program name with args.
10402 set dummy $ac_prog; ac_word=$2
10403 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10404 printf %s "checking for $ac_word... " >&6; }
10405 if test ${ac_cv_prog_aarch64_CC+y}
10407 printf %s "(cached) " >&6
10409 if test -n "$aarch64_CC"; then
10410 ac_cv_prog_aarch64_CC="$aarch64_CC" # Let the user override the test.
10412 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10413 for as_dir in $PATH
10416 case $as_dir in #(((
10419 *) as_dir=$as_dir/ ;;
10421 for ac_exec_ext in '' $ac_executable_extensions; do
10422 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
10423 ac_cv_prog_aarch64_CC="$ac_prog"
10424 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
10433 aarch64_CC=$ac_cv_prog_aarch64_CC
10434 if test -n "$aarch64_CC"; then
10435 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $aarch64_CC" >&5
10436 printf "%s\n" "$aarch64_CC" >&6; }
10438 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
10439 printf "%s\n" "no" >&6; }
10443 test -n "$aarch64_CC" && break
10445 test -n "$aarch64_CC" || aarch64_CC="false"
10449 for ac_prog in armv7-w64-mingw32-clang armv7-w64-mingw32-gcc clang
10451 # Extract the first word of "$ac_prog", so it can be a program name with args.
10452 set dummy $ac_prog; ac_word=$2
10453 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10454 printf %s "checking for $ac_word... " >&6; }
10455 if test ${ac_cv_prog_arm_CC+y}
10457 printf %s "(cached) " >&6
10459 if test -n "$arm_CC"; then
10460 ac_cv_prog_arm_CC="$arm_CC" # Let the user override the test.
10462 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10463 for as_dir in $PATH
10466 case $as_dir in #(((
10469 *) as_dir=$as_dir/ ;;
10471 for ac_exec_ext in '' $ac_executable_extensions; do
10472 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
10473 ac_cv_prog_arm_CC="$ac_prog"
10474 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
10483 arm_CC=$ac_cv_prog_arm_CC
10484 if test -n "$arm_CC"; then
10485 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $arm_CC" >&5
10486 printf "%s\n" "$arm_CC" >&6; }
10488 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
10489 printf "%s\n" "no" >&6; }
10493 test -n "$arm_CC" && break
10495 test -n "$arm_CC" || arm_CC="false"
10499 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 "
10500 for ac_prog in $ac_prefix_list clang
10502 # Extract the first word of "$ac_prog", so it can be a program name with args.
10503 set dummy $ac_prog; ac_word=$2
10504 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10505 printf %s "checking for $ac_word... " >&6; }
10506 if test ${ac_cv_prog_i386_CC+y}
10508 printf %s "(cached) " >&6
10510 if test -n "$i386_CC"; then
10511 ac_cv_prog_i386_CC="$i386_CC" # Let the user override the test.
10513 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10514 for as_dir in $PATH
10517 case $as_dir in #(((
10520 *) as_dir=$as_dir/ ;;
10522 for ac_exec_ext in '' $ac_executable_extensions; do
10523 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
10524 ac_cv_prog_i386_CC="$ac_prog"
10525 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
10534 i386_CC=$ac_cv_prog_i386_CC
10535 if test -n "$i386_CC"; then
10536 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $i386_CC" >&5
10537 printf "%s\n" "$i386_CC" >&6; }
10539 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
10540 printf "%s\n" "no" >&6; }
10544 test -n "$i386_CC" && break
10546 test -n "$i386_CC" || i386_CC="false"
10550 ac_prefix_list="x86_64-w64-mingw32-gcc amd64-w64-mingw32-gcc x86_64-w64-mingw32-clang amd64-w64-mingw32-clang "
10551 for ac_prog in $ac_prefix_list clang
10553 # Extract the first word of "$ac_prog", so it can be a program name with args.
10554 set dummy $ac_prog; ac_word=$2
10555 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10556 printf %s "checking for $ac_word... " >&6; }
10557 if test ${ac_cv_prog_x86_64_CC+y}
10559 printf %s "(cached) " >&6
10561 if test -n "$x86_64_CC"; then
10562 ac_cv_prog_x86_64_CC="$x86_64_CC" # Let the user override the test.
10564 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10565 for as_dir in $PATH
10568 case $as_dir in #(((
10571 *) as_dir=$as_dir/ ;;
10573 for ac_exec_ext in '' $ac_executable_extensions; do
10574 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
10575 ac_cv_prog_x86_64_CC="$ac_prog"
10576 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
10585 x86_64_CC=$ac_cv_prog_x86_64_CC
10586 if test -n "$x86_64_CC"; then
10587 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $x86_64_CC" >&5
10588 printf "%s\n" "$x86_64_CC" >&6; }
10590 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
10591 printf "%s\n" "no" >&6; }
10595 test -n "$x86_64_CC" && break
10597 test -n "$x86_64_CC" || x86_64_CC="false"
10603 if eval test \"x\$"${wine_arch}_CC"\" = x"false"
10609 saved_CFLAGS=$CFLAGS
10610 saved_LDFLAGS=$LDFLAGS
10612 CFLAGS=${CROSSCFLAGS:-"-g -O2"}
10613 LDFLAGS=$CROSSLDFLAGS
10614 eval CC=\$${wine_arch}_CC
10615 eval ${wine_arch}_CFLAGS=\$CFLAGS
10616 eval ${wine_arch}_LDFLAGS=\$LDFLAGS
10617 eval "${wine_arch}_EXTRACFLAGS=\"-D__WINE_PE_BUILD -Wall\""
10620 as_wine_cv_crosscc=`printf "%s\n" "ac_cv_${wine_arch}_crosscc" |
$as_tr_sh`
10622 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
10623 printf %s "checking whether $CC works... " >&6; }
10624 if eval test \${$as_wine_cv_crosscc+y}
10626 printf %s "(cached) " >&6
10628 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10629 /* end confdefs.h. */
10639 if ac_fn_c_try_compile "$LINENO"
10641 eval "$as_wine_cv_crosscc=yes"
10643 eval "$as_wine_cv_crosscc=no"
10645 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
10647 eval ac_res=\$$as_wine_cv_crosscc
10648 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
10649 printf "%s\n" "$ac_res" >&6; }
10650 if eval test \"x\$"$as_wine_cv_crosscc"\" = x"yes"
10654 while test $# -ge 1
10657 *-gcc) target=`expr "$1" : '\(.*\)-gcc'` ;;
10658 *-clang) target=`expr "$1" : '\(.*\)-clang'` ;;
10663 llvm_target=$target
10664 if test -z "$llvm_target"
10667 i386) llvm_target=i686-windows ;;
10668 arm) llvm_target=armv7-windows ;;
10669 *) llvm_target=$wine_arch-windows ;;
10672 llvm_extra_cflags="-target $llvm_target -fuse-ld=lld"
10673 case $llvm_target in
10674 *windows) llvm_cflags="-Wl,-subsystem:console -Wl,-WX" ;;
10676 { as_ac_var=`printf "%s\n" "ac_cv_${wine_arch}_cflags_$llvm_extra_cflags $llvm_cflags" |
$as_tr_sh`
10677 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports $llvm_extra_cflags $llvm_cflags" >&5
10678 printf %s "checking whether $CC supports $llvm_extra_cflags $llvm_cflags... " >&6; }
10679 if eval test \${$as_ac_var+y}
10681 printf %s "(cached) " >&6
10683 ac_wine_try_cflags_saved=$CFLAGS
10684 ac_wine_try_cflags_saved_exeext=$ac_exeext
10685 CFLAGS="$CFLAGS -nostdlib -nodefaultlibs $llvm_extra_cflags $llvm_cflags"
10687 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10688 /* end confdefs.h. */
10689 int __cdecl mainCRTStartup(void) { return 0; }
10691 if ac_fn_c_try_link "$LINENO"
10693 eval "$as_ac_var=yes"
10695 eval "$as_ac_var=no"
10697 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10698 conftest$ac_exeext conftest.$ac_ext
10699 CFLAGS=$ac_wine_try_cflags_saved
10700 ac_exeext=$ac_wine_try_cflags_saved_exeext
10702 eval ac_res=\$$as_ac_var
10703 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
10704 printf "%s\n" "$ac_res" >&6; }
10705 if eval test \"x\$"$as_ac_var"\" = x"yes"
10707 target=$llvm_target
10708 eval "${wine_arch}_DELAYLOADFLAG=\"-Wl,-delayload,\""
10709 as_fn_append ${wine_arch}_EXTRACFLAGS " $llvm_extra_cflags"
10710 CFLAGS="$llvm_extra_cflags $llvm_cflags"
10712 eval "${wine_arch}_TARGET=\$target"
10716 if test -z "$target"
10719 CFLAGS=$saved_CFLAGS
10720 LDFLAGS=$saved_LDFLAGS
10723 as_fn_append PE_ARCHS " $wine_arch"
10725 as_wine_cv_crosscc_c99=`printf "%s\n" "ac_cv_${wine_arch}_crosscc_c99" |
$as_tr_sh`
10727 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C99 features" >&5
10728 printf %s "checking for $CC option to enable C99 features... " >&6; }
10729 if eval test \${$as_wine_cv_crosscc_c99+y}
10731 printf %s "(cached) " >&6
10733 eval "$as_wine_cv_crosscc_c99=no"
10734 for arg in '' '-std=gnu99'
10736 test -z "$arg" || CC="$CC $arg"
10737 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10738 /* end confdefs.h. */
10739 $ac_c_conftest_c99_program
10741 if ac_fn_c_try_compile "$LINENO"
10743 eval "$as_wine_cv_crosscc_c99=\$arg"
10745 eval "$as_wine_cv_crosscc_c99=no"
10747 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
10748 eval CC=\$${wine_arch}_CC
10749 if eval test \"x\$"$as_wine_cv_crosscc_c99"\" = x"no"
10758 eval res=\$$as_wine_cv_crosscc_c99
10760 x) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
10761 printf "%s\n" "none needed" >&6; } ;;
10762 xno) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
10763 printf "%s\n" "unsupported" >&6; } ;;
10764 x*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $res" >&5
10765 printf "%s\n" "$res" >&6; }
10766 as_fn_append ${wine_arch}_CC " $res" ;;
10770 { as_ac_var=`printf "%s\n" "ac_cv_${wine_arch}_cflags_-fno-strict-aliasing" |
$as_tr_sh`
10771 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -fno-strict-aliasing" >&5
10772 printf %s "checking whether $CC supports -fno-strict-aliasing... " >&6; }
10773 if eval test \${$as_ac_var+y}
10775 printf %s "(cached) " >&6
10777 ac_wine_try_cflags_saved=$CFLAGS
10778 ac_wine_try_cflags_saved_exeext=$ac_exeext
10779 CFLAGS="$CFLAGS -nostdlib -nodefaultlibs -fno-strict-aliasing"
10781 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10782 /* end confdefs.h. */
10783 int __cdecl mainCRTStartup(void) { return 0; }
10785 if ac_fn_c_try_link "$LINENO"
10787 eval "$as_ac_var=yes"
10789 eval "$as_ac_var=no"
10791 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10792 conftest$ac_exeext conftest.$ac_ext
10793 CFLAGS=$ac_wine_try_cflags_saved
10794 ac_exeext=$ac_wine_try_cflags_saved_exeext
10796 eval ac_res=\$$as_ac_var
10797 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
10798 printf "%s\n" "$ac_res" >&6; }
10799 if eval test \"x\$"$as_ac_var"\" = x"yes"
10801 as_fn_append ${wine_arch}_EXTRACFLAGS " -fno-strict-aliasing"
10803 { as_ac_var=`printf "%s\n" "ac_cv_${wine_arch}_cflags_-Werror=unknown-warning-option" |
$as_tr_sh`
10804 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -Werror=unknown-warning-option" >&5
10805 printf %s "checking whether $CC supports -Werror=unknown-warning-option... " >&6; }
10806 if eval test \${$as_ac_var+y}
10808 printf %s "(cached) " >&6
10810 ac_wine_try_cflags_saved=$CFLAGS
10811 ac_wine_try_cflags_saved_exeext=$ac_exeext
10812 CFLAGS="$CFLAGS -nostdlib -nodefaultlibs -Werror=unknown-warning-option"
10814 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10815 /* end confdefs.h. */
10816 int __cdecl mainCRTStartup(void) { return 0; }
10818 if ac_fn_c_try_link "$LINENO"
10820 eval "$as_ac_var=yes"
10822 eval "$as_ac_var=no"
10824 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10825 conftest$ac_exeext conftest.$ac_ext
10826 CFLAGS=$ac_wine_try_cflags_saved
10827 ac_exeext=$ac_wine_try_cflags_saved_exeext
10829 eval ac_res=\$$as_ac_var
10830 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
10831 printf "%s\n" "$ac_res" >&6; }
10832 if eval test \"x\$"$as_ac_var"\" = x"yes"
10834 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
10836 { as_ac_var=`printf "%s\n" "ac_cv_${wine_arch}_cflags_-Werror=ignored-optimization-argument" |
$as_tr_sh`
10837 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -Werror=ignored-optimization-argument" >&5
10838 printf %s "checking whether $CC supports -Werror=ignored-optimization-argument... " >&6; }
10839 if eval test \${$as_ac_var+y}
10841 printf %s "(cached) " >&6
10843 ac_wine_try_cflags_saved=$CFLAGS
10844 ac_wine_try_cflags_saved_exeext=$ac_exeext
10845 CFLAGS="$CFLAGS -nostdlib -nodefaultlibs -Werror=ignored-optimization-argument"
10847 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10848 /* end confdefs.h. */
10849 int __cdecl mainCRTStartup(void) { return 0; }
10851 if ac_fn_c_try_link "$LINENO"
10853 eval "$as_ac_var=yes"
10855 eval "$as_ac_var=no"
10857 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10858 conftest$ac_exeext conftest.$ac_ext
10859 CFLAGS=$ac_wine_try_cflags_saved
10860 ac_exeext=$ac_wine_try_cflags_saved_exeext
10862 eval ac_res=\$$as_ac_var
10863 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
10864 printf "%s\n" "$ac_res" >&6; }
10865 if eval test \"x\$"$as_ac_var"\" = x"yes"
10867 CFLAGS="$CFLAGS -Werror=ignored-optimization-argument"
10869 { as_ac_var=`printf "%s\n" "ac_cv_${wine_arch}_cflags_-Wdeclaration-after-statement" |
$as_tr_sh`
10870 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -Wdeclaration-after-statement" >&5
10871 printf %s "checking whether $CC supports -Wdeclaration-after-statement... " >&6; }
10872 if eval test \${$as_ac_var+y}
10874 printf %s "(cached) " >&6
10876 ac_wine_try_cflags_saved=$CFLAGS
10877 ac_wine_try_cflags_saved_exeext=$ac_exeext
10878 CFLAGS="$CFLAGS -nostdlib -nodefaultlibs -Wdeclaration-after-statement"
10880 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10881 /* end confdefs.h. */
10882 int __cdecl mainCRTStartup(void) { return 0; }
10884 if ac_fn_c_try_link "$LINENO"
10886 eval "$as_ac_var=yes"
10888 eval "$as_ac_var=no"
10890 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10891 conftest$ac_exeext conftest.$ac_ext
10892 CFLAGS=$ac_wine_try_cflags_saved
10893 ac_exeext=$ac_wine_try_cflags_saved_exeext
10895 eval ac_res=\$$as_ac_var
10896 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
10897 printf "%s\n" "$ac_res" >&6; }
10898 if eval test \"x\$"$as_ac_var"\" = x"yes"
10900 as_fn_append ${wine_arch}_EXTRACFLAGS " -Wdeclaration-after-statement"
10902 { as_ac_var=`printf "%s\n" "ac_cv_${wine_arch}_cflags_-Wempty-body" |
$as_tr_sh`
10903 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -Wempty-body" >&5
10904 printf %s "checking whether $CC supports -Wempty-body... " >&6; }
10905 if eval test \${$as_ac_var+y}
10907 printf %s "(cached) " >&6
10909 ac_wine_try_cflags_saved=$CFLAGS
10910 ac_wine_try_cflags_saved_exeext=$ac_exeext
10911 CFLAGS="$CFLAGS -nostdlib -nodefaultlibs -Wempty-body"
10913 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10914 /* end confdefs.h. */
10915 int __cdecl mainCRTStartup(void) { return 0; }
10917 if ac_fn_c_try_link "$LINENO"
10919 eval "$as_ac_var=yes"
10921 eval "$as_ac_var=no"
10923 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10924 conftest$ac_exeext conftest.$ac_ext
10925 CFLAGS=$ac_wine_try_cflags_saved
10926 ac_exeext=$ac_wine_try_cflags_saved_exeext
10928 eval ac_res=\$$as_ac_var
10929 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
10930 printf "%s\n" "$ac_res" >&6; }
10931 if eval test \"x\$"$as_ac_var"\" = x"yes"
10933 as_fn_append ${wine_arch}_EXTRACFLAGS " -Wempty-body"
10935 { as_ac_var=`printf "%s\n" "ac_cv_${wine_arch}_cflags_-Wignored-qualifiers" |
$as_tr_sh`
10936 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -Wignored-qualifiers" >&5
10937 printf %s "checking whether $CC supports -Wignored-qualifiers... " >&6; }
10938 if eval test \${$as_ac_var+y}
10940 printf %s "(cached) " >&6
10942 ac_wine_try_cflags_saved=$CFLAGS
10943 ac_wine_try_cflags_saved_exeext=$ac_exeext
10944 CFLAGS="$CFLAGS -nostdlib -nodefaultlibs -Wignored-qualifiers"
10946 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10947 /* end confdefs.h. */
10948 int __cdecl mainCRTStartup(void) { return 0; }
10950 if ac_fn_c_try_link "$LINENO"
10952 eval "$as_ac_var=yes"
10954 eval "$as_ac_var=no"
10956 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10957 conftest$ac_exeext conftest.$ac_ext
10958 CFLAGS=$ac_wine_try_cflags_saved
10959 ac_exeext=$ac_wine_try_cflags_saved_exeext
10961 eval ac_res=\$$as_ac_var
10962 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
10963 printf "%s\n" "$ac_res" >&6; }
10964 if eval test \"x\$"$as_ac_var"\" = x"yes"
10966 as_fn_append ${wine_arch}_EXTRACFLAGS " -Wignored-qualifiers"
10968 { as_ac_var=`printf "%s\n" "ac_cv_${wine_arch}_cflags_-Winit-self" |
$as_tr_sh`
10969 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -Winit-self" >&5
10970 printf %s "checking whether $CC supports -Winit-self... " >&6; }
10971 if eval test \${$as_ac_var+y}
10973 printf %s "(cached) " >&6
10975 ac_wine_try_cflags_saved=$CFLAGS
10976 ac_wine_try_cflags_saved_exeext=$ac_exeext
10977 CFLAGS="$CFLAGS -nostdlib -nodefaultlibs -Winit-self"
10979 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10980 /* end confdefs.h. */
10981 int __cdecl mainCRTStartup(void) { return 0; }
10983 if ac_fn_c_try_link "$LINENO"
10985 eval "$as_ac_var=yes"
10987 eval "$as_ac_var=no"
10989 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10990 conftest$ac_exeext conftest.$ac_ext
10991 CFLAGS=$ac_wine_try_cflags_saved
10992 ac_exeext=$ac_wine_try_cflags_saved_exeext
10994 eval ac_res=\$$as_ac_var
10995 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
10996 printf "%s\n" "$ac_res" >&6; }
10997 if eval test \"x\$"$as_ac_var"\" = x"yes"
10999 as_fn_append ${wine_arch}_EXTRACFLAGS " -Winit-self"
11001 { as_ac_var=`printf "%s\n" "ac_cv_${wine_arch}_cflags_-Wpacked-not-aligned" |
$as_tr_sh`
11002 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -Wpacked-not-aligned" >&5
11003 printf %s "checking whether $CC supports -Wpacked-not-aligned... " >&6; }
11004 if eval test \${$as_ac_var+y}
11006 printf %s "(cached) " >&6
11008 ac_wine_try_cflags_saved=$CFLAGS
11009 ac_wine_try_cflags_saved_exeext=$ac_exeext
11010 CFLAGS="$CFLAGS -nostdlib -nodefaultlibs -Wpacked-not-aligned"
11012 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11013 /* end confdefs.h. */
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 int __cdecl mainCRTStartup(void) { return 0; }
11049 if ac_fn_c_try_link "$LINENO"
11051 eval "$as_ac_var=yes"
11053 eval "$as_ac_var=no"
11055 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11056 conftest$ac_exeext conftest.$ac_ext
11057 CFLAGS=$ac_wine_try_cflags_saved
11058 ac_exeext=$ac_wine_try_cflags_saved_exeext
11060 eval ac_res=\$$as_ac_var
11061 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
11062 printf "%s\n" "$ac_res" >&6; }
11063 if eval test \"x\$"$as_ac_var"\" = x"yes"
11065 as_fn_append ${wine_arch}_EXTRACFLAGS " -Wno-pragma-pack"
11067 { as_ac_var=`printf "%s\n" "ac_cv_${wine_arch}_cflags_-Wshift-overflow=2" |
$as_tr_sh`
11068 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -Wshift-overflow=2" >&5
11069 printf %s "checking whether $CC supports -Wshift-overflow=2... " >&6; }
11070 if eval test \${$as_ac_var+y}
11072 printf %s "(cached) " >&6
11074 ac_wine_try_cflags_saved=$CFLAGS
11075 ac_wine_try_cflags_saved_exeext=$ac_exeext
11076 CFLAGS="$CFLAGS -nostdlib -nodefaultlibs -Wshift-overflow=2"
11078 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11079 /* end confdefs.h. */
11080 int __cdecl mainCRTStartup(void) { return 0; }
11082 if ac_fn_c_try_link "$LINENO"
11084 eval "$as_ac_var=yes"
11086 eval "$as_ac_var=no"
11088 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11089 conftest$ac_exeext conftest.$ac_ext
11090 CFLAGS=$ac_wine_try_cflags_saved
11091 ac_exeext=$ac_wine_try_cflags_saved_exeext
11093 eval ac_res=\$$as_ac_var
11094 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
11095 printf "%s\n" "$ac_res" >&6; }
11096 if eval test \"x\$"$as_ac_var"\" = x"yes"
11098 as_fn_append ${wine_arch}_EXTRACFLAGS " -Wshift-overflow=2"
11100 { as_ac_var=`printf "%s\n" "ac_cv_${wine_arch}_cflags_-Wstrict-prototypes" |
$as_tr_sh`
11101 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -Wstrict-prototypes" >&5
11102 printf %s "checking whether $CC supports -Wstrict-prototypes... " >&6; }
11103 if eval test \${$as_ac_var+y}
11105 printf %s "(cached) " >&6
11107 ac_wine_try_cflags_saved=$CFLAGS
11108 ac_wine_try_cflags_saved_exeext=$ac_exeext
11109 CFLAGS="$CFLAGS -nostdlib -nodefaultlibs -Wstrict-prototypes"
11111 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11112 /* end confdefs.h. */
11113 int __cdecl mainCRTStartup(void) { return 0; }
11115 if ac_fn_c_try_link "$LINENO"
11117 eval "$as_ac_var=yes"
11119 eval "$as_ac_var=no"
11121 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11122 conftest$ac_exeext conftest.$ac_ext
11123 CFLAGS=$ac_wine_try_cflags_saved
11124 ac_exeext=$ac_wine_try_cflags_saved_exeext
11126 eval ac_res=\$$as_ac_var
11127 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
11128 printf "%s\n" "$ac_res" >&6; }
11129 if eval test \"x\$"$as_ac_var"\" = x"yes"
11131 as_fn_append ${wine_arch}_EXTRACFLAGS " -Wstrict-prototypes"
11133 { as_ac_var=`printf "%s\n" "ac_cv_${wine_arch}_cflags_-Wtype-limits" |
$as_tr_sh`
11134 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -Wtype-limits" >&5
11135 printf %s "checking whether $CC supports -Wtype-limits... " >&6; }
11136 if eval test \${$as_ac_var+y}
11138 printf %s "(cached) " >&6
11140 ac_wine_try_cflags_saved=$CFLAGS
11141 ac_wine_try_cflags_saved_exeext=$ac_exeext
11142 CFLAGS="$CFLAGS -nostdlib -nodefaultlibs -Wtype-limits"
11144 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11145 /* end confdefs.h. */
11146 int __cdecl mainCRTStartup(void) { return 0; }
11148 if ac_fn_c_try_link "$LINENO"
11150 eval "$as_ac_var=yes"
11152 eval "$as_ac_var=no"
11154 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11155 conftest$ac_exeext conftest.$ac_ext
11156 CFLAGS=$ac_wine_try_cflags_saved
11157 ac_exeext=$ac_wine_try_cflags_saved_exeext
11159 eval ac_res=\$$as_ac_var
11160 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
11161 printf "%s\n" "$ac_res" >&6; }
11162 if eval test \"x\$"$as_ac_var"\" = x"yes"
11164 as_fn_append ${wine_arch}_EXTRACFLAGS " -Wtype-limits"
11166 { as_ac_var=`printf "%s\n" "ac_cv_${wine_arch}_cflags_-Wunused-but-set-parameter" |
$as_tr_sh`
11167 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -Wunused-but-set-parameter" >&5
11168 printf %s "checking whether $CC supports -Wunused-but-set-parameter... " >&6; }
11169 if eval test \${$as_ac_var+y}
11171 printf %s "(cached) " >&6
11173 ac_wine_try_cflags_saved=$CFLAGS
11174 ac_wine_try_cflags_saved_exeext=$ac_exeext
11175 CFLAGS="$CFLAGS -nostdlib -nodefaultlibs -Wunused-but-set-parameter"
11177 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11178 /* end confdefs.h. */
11179 int __cdecl mainCRTStartup(void) { return 0; }
11181 if ac_fn_c_try_link "$LINENO"
11183 eval "$as_ac_var=yes"
11185 eval "$as_ac_var=no"
11187 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11188 conftest$ac_exeext conftest.$ac_ext
11189 CFLAGS=$ac_wine_try_cflags_saved
11190 ac_exeext=$ac_wine_try_cflags_saved_exeext
11192 eval ac_res=\$$as_ac_var
11193 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
11194 printf "%s\n" "$ac_res" >&6; }
11195 if eval test \"x\$"$as_ac_var"\" = x"yes"
11197 as_fn_append ${wine_arch}_EXTRACFLAGS " -Wunused-but-set-parameter"
11199 { as_ac_var=`printf "%s\n" "ac_cv_${wine_arch}_cflags_-Wvla" |
$as_tr_sh`
11200 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -Wvla" >&5
11201 printf %s "checking whether $CC supports -Wvla... " >&6; }
11202 if eval test \${$as_ac_var+y}
11204 printf %s "(cached) " >&6
11206 ac_wine_try_cflags_saved=$CFLAGS
11207 ac_wine_try_cflags_saved_exeext=$ac_exeext
11208 CFLAGS="$CFLAGS -nostdlib -nodefaultlibs -Wvla"
11210 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11211 /* end confdefs.h. */
11212 int __cdecl mainCRTStartup(void) { return 0; }
11214 if ac_fn_c_try_link "$LINENO"
11216 eval "$as_ac_var=yes"
11218 eval "$as_ac_var=no"
11220 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11221 conftest$ac_exeext conftest.$ac_ext
11222 CFLAGS=$ac_wine_try_cflags_saved
11223 ac_exeext=$ac_wine_try_cflags_saved_exeext
11225 eval ac_res=\$$as_ac_var
11226 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
11227 printf "%s\n" "$ac_res" >&6; }
11228 if eval test \"x\$"$as_ac_var"\" = x"yes"
11230 as_fn_append ${wine_arch}_EXTRACFLAGS " -Wvla"
11232 { as_ac_var=`printf "%s\n" "ac_cv_${wine_arch}_cflags_-Wwrite-strings" |
$as_tr_sh`
11233 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -Wwrite-strings" >&5
11234 printf %s "checking whether $CC supports -Wwrite-strings... " >&6; }
11235 if eval test \${$as_ac_var+y}
11237 printf %s "(cached) " >&6
11239 ac_wine_try_cflags_saved=$CFLAGS
11240 ac_wine_try_cflags_saved_exeext=$ac_exeext
11241 CFLAGS="$CFLAGS -nostdlib -nodefaultlibs -Wwrite-strings"
11243 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11244 /* end confdefs.h. */
11245 int __cdecl mainCRTStartup(void) { return 0; }
11247 if ac_fn_c_try_link "$LINENO"
11249 eval "$as_ac_var=yes"
11251 eval "$as_ac_var=no"
11253 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11254 conftest$ac_exeext conftest.$ac_ext
11255 CFLAGS=$ac_wine_try_cflags_saved
11256 ac_exeext=$ac_wine_try_cflags_saved_exeext
11258 eval ac_res=\$$as_ac_var
11259 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
11260 printf "%s\n" "$ac_res" >&6; }
11261 if eval test \"x\$"$as_ac_var"\" = x"yes"
11263 as_fn_append ${wine_arch}_EXTRACFLAGS " -Wwrite-strings"
11265 { as_ac_var=`printf "%s\n" "ac_cv_${wine_arch}_cflags_-Wpointer-arith" |
$as_tr_sh`
11266 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -Wpointer-arith" >&5
11267 printf %s "checking whether $CC supports -Wpointer-arith... " >&6; }
11268 if eval test \${$as_ac_var+y}
11270 printf %s "(cached) " >&6
11272 ac_wine_try_cflags_saved=$CFLAGS
11273 ac_wine_try_cflags_saved_exeext=$ac_exeext
11274 CFLAGS="$CFLAGS -nostdlib -nodefaultlibs -Wpointer-arith"
11276 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11277 /* end confdefs.h. */
11278 int __cdecl mainCRTStartup(void) { return 0; }
11280 if ac_fn_c_try_link "$LINENO"
11282 eval "$as_ac_var=yes"
11284 eval "$as_ac_var=no"
11286 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11287 conftest$ac_exeext conftest.$ac_ext
11288 CFLAGS=$ac_wine_try_cflags_saved
11289 ac_exeext=$ac_wine_try_cflags_saved_exeext
11291 eval ac_res=\$$as_ac_var
11292 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
11293 printf "%s\n" "$ac_res" >&6; }
11294 if eval test \"x\$"$as_ac_var"\" = x"yes"
11296 as_fn_append ${wine_arch}_EXTRACFLAGS " -Wpointer-arith"
11298 { as_ac_var=`printf "%s\n" "ac_cv_${wine_arch}_cflags_-Wlogical-op" |
$as_tr_sh`
11299 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -Wlogical-op" >&5
11300 printf %s "checking whether $CC supports -Wlogical-op... " >&6; }
11301 if eval test \${$as_ac_var+y}
11303 printf %s "(cached) " >&6
11305 ac_wine_try_cflags_saved=$CFLAGS
11306 ac_wine_try_cflags_saved_exeext=$ac_exeext
11307 CFLAGS="$CFLAGS -nostdlib -nodefaultlibs -Wlogical-op"
11309 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11310 /* end confdefs.h. */
11311 int __cdecl mainCRTStartup(void) { return 0; }
11313 if ac_fn_c_try_link "$LINENO"
11315 eval "$as_ac_var=yes"
11317 eval "$as_ac_var=no"
11319 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11320 conftest$ac_exeext conftest.$ac_ext
11321 CFLAGS=$ac_wine_try_cflags_saved
11322 ac_exeext=$ac_wine_try_cflags_saved_exeext
11324 eval ac_res=\$$as_ac_var
11325 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
11326 printf "%s\n" "$ac_res" >&6; }
11327 if eval test \"x\$"$as_ac_var"\" = x"yes"
11329 as_fn_append ${wine_arch}_EXTRACFLAGS " -Wlogical-op"
11331 { as_ac_var=`printf "%s\n" "ac_cv_${wine_arch}_cflags_-Wabsolute-value" |
$as_tr_sh`
11332 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -Wabsolute-value" >&5
11333 printf %s "checking whether $CC supports -Wabsolute-value... " >&6; }
11334 if eval test \${$as_ac_var+y}
11336 printf %s "(cached) " >&6
11338 ac_wine_try_cflags_saved=$CFLAGS
11339 ac_wine_try_cflags_saved_exeext=$ac_exeext
11340 CFLAGS="$CFLAGS -nostdlib -nodefaultlibs -Wabsolute-value"
11342 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11343 /* end confdefs.h. */
11344 int __cdecl mainCRTStartup(void) { return 0; }
11346 if ac_fn_c_try_link "$LINENO"
11348 eval "$as_ac_var=yes"
11350 eval "$as_ac_var=no"
11352 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11353 conftest$ac_exeext conftest.$ac_ext
11354 CFLAGS=$ac_wine_try_cflags_saved
11355 ac_exeext=$ac_wine_try_cflags_saved_exeext
11357 eval ac_res=\$$as_ac_var
11358 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
11359 printf "%s\n" "$ac_res" >&6; }
11360 if eval test \"x\$"$as_ac_var"\" = x"yes"
11362 as_fn_append ${wine_arch}_EXTRACFLAGS " -Wabsolute-value"
11366 i386) { as_ac_var=`printf "%s\n" "ac_cv_${wine_arch}_cflags_-fno-omit-frame-pointer" |
$as_tr_sh`
11367 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -fno-omit-frame-pointer" >&5
11368 printf %s "checking whether $CC supports -fno-omit-frame-pointer... " >&6; }
11369 if eval test \${$as_ac_var+y}
11371 printf %s "(cached) " >&6
11373 ac_wine_try_cflags_saved=$CFLAGS
11374 ac_wine_try_cflags_saved_exeext=$ac_exeext
11375 CFLAGS="$CFLAGS -nostdlib -nodefaultlibs -fno-omit-frame-pointer"
11377 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11378 /* end confdefs.h. */
11379 int __cdecl mainCRTStartup(void) { return 0; }
11381 if ac_fn_c_try_link "$LINENO"
11383 eval "$as_ac_var=yes"
11385 eval "$as_ac_var=no"
11387 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11388 conftest$ac_exeext conftest.$ac_ext
11389 CFLAGS=$ac_wine_try_cflags_saved
11390 ac_exeext=$ac_wine_try_cflags_saved_exeext
11392 eval ac_res=\$$as_ac_var
11393 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
11394 printf "%s\n" "$ac_res" >&6; }
11395 if eval test \"x\$"$as_ac_var"\" = x"yes"
11397 as_fn_append ${wine_arch}_EXTRACFLAGS " -fno-omit-frame-pointer"
11399 { as_ac_var=`printf "%s\n" "ac_cv_${wine_arch}_cflags_-Wl,--disable-stdcall-fixup" |
$as_tr_sh`
11400 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -Wl,--disable-stdcall-fixup" >&5
11401 printf %s "checking whether $CC supports -Wl,--disable-stdcall-fixup... " >&6; }
11402 if eval test \${$as_ac_var+y}
11404 printf %s "(cached) " >&6
11406 ac_wine_try_cflags_saved=$CFLAGS
11407 ac_wine_try_cflags_saved_exeext=$ac_exeext
11408 CFLAGS="$CFLAGS -nostdlib -nodefaultlibs -Wl,--disable-stdcall-fixup"
11410 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11411 /* end confdefs.h. */
11412 int __cdecl mainCRTStartup(void) { return 0; }
11414 if ac_fn_c_try_link "$LINENO"
11416 eval "$as_ac_var=yes"
11418 eval "$as_ac_var=no"
11420 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11421 conftest$ac_exeext conftest.$ac_ext
11422 CFLAGS=$ac_wine_try_cflags_saved
11423 ac_exeext=$ac_wine_try_cflags_saved_exeext
11425 eval ac_res=\$$as_ac_var
11426 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
11427 printf "%s\n" "$ac_res" >&6; }
11428 if eval test \"x\$"$as_ac_var"\" = x"yes"
11430 as_fn_append ${wine_arch}_LDFLAGS " -Wl,--disable-stdcall-fixup"
11432 x86_64) { as_ac_var=`printf "%s\n" "ac_cv_${wine_arch}_cflags_-Wformat-overflow" |
$as_tr_sh`
11433 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -Wformat-overflow" >&5
11434 printf %s "checking whether $CC supports -Wformat-overflow... " >&6; }
11435 if eval test \${$as_ac_var+y}
11437 printf %s "(cached) " >&6
11439 ac_wine_try_cflags_saved=$CFLAGS
11440 ac_wine_try_cflags_saved_exeext=$ac_exeext
11441 CFLAGS="$CFLAGS -nostdlib -nodefaultlibs -Wformat-overflow"
11443 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11444 /* end confdefs.h. */
11445 int __cdecl mainCRTStartup(void) { return 0; }
11447 if ac_fn_c_try_link "$LINENO"
11449 eval "$as_ac_var=yes"
11451 eval "$as_ac_var=no"
11453 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11454 conftest$ac_exeext conftest.$ac_ext
11455 CFLAGS=$ac_wine_try_cflags_saved
11456 ac_exeext=$ac_wine_try_cflags_saved_exeext
11458 eval ac_res=\$$as_ac_var
11459 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
11460 printf "%s\n" "$ac_res" >&6; }
11461 if eval test \"x\$"$as_ac_var"\" = x"yes"
11463 as_fn_append ${wine_arch}_EXTRACFLAGS " -Wformat-overflow"
11465 { as_ac_var=`printf "%s\n" "ac_cv_${wine_arch}_cflags_-Wnonnull" |
$as_tr_sh`
11466 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -Wnonnull" >&5
11467 printf %s "checking whether $CC supports -Wnonnull... " >&6; }
11468 if eval test \${$as_ac_var+y}
11470 printf %s "(cached) " >&6
11472 ac_wine_try_cflags_saved=$CFLAGS
11473 ac_wine_try_cflags_saved_exeext=$ac_exeext
11474 CFLAGS="$CFLAGS -nostdlib -nodefaultlibs -Wnonnull"
11476 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11477 /* end confdefs.h. */
11478 int __cdecl mainCRTStartup(void) { return 0; }
11480 if ac_fn_c_try_link "$LINENO"
11482 eval "$as_ac_var=yes"
11484 eval "$as_ac_var=no"
11486 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11487 conftest$ac_exeext conftest.$ac_ext
11488 CFLAGS=$ac_wine_try_cflags_saved
11489 ac_exeext=$ac_wine_try_cflags_saved_exeext
11491 eval ac_res=\$$as_ac_var
11492 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
11493 printf "%s\n" "$ac_res" >&6; }
11494 if eval test \"x\$"$as_ac_var"\" = x"yes"
11496 as_fn_append ${wine_arch}_EXTRACFLAGS " -Wnonnull"
11498 { as_ac_var=`printf "%s\n" "ac_cv_${wine_arch}_cflags_-mcx16" |
$as_tr_sh`
11499 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -mcx16" >&5
11500 printf %s "checking whether $CC supports -mcx16... " >&6; }
11501 if eval test \${$as_ac_var+y}
11503 printf %s "(cached) " >&6
11505 ac_wine_try_cflags_saved=$CFLAGS
11506 ac_wine_try_cflags_saved_exeext=$ac_exeext
11507 CFLAGS="$CFLAGS -nostdlib -nodefaultlibs -mcx16"
11509 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11510 /* end confdefs.h. */
11511 int __cdecl mainCRTStartup(void) { return 0; }
11513 if ac_fn_c_try_link "$LINENO"
11515 eval "$as_ac_var=yes"
11517 eval "$as_ac_var=no"
11519 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11520 conftest$ac_exeext conftest.$ac_ext
11521 CFLAGS=$ac_wine_try_cflags_saved
11522 ac_exeext=$ac_wine_try_cflags_saved_exeext
11524 eval ac_res=\$$as_ac_var
11525 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
11526 printf "%s\n" "$ac_res" >&6; }
11527 if eval test \"x\$"$as_ac_var"\" = x"yes"
11529 as_fn_append ${wine_arch}_EXTRACFLAGS " -mcx16"
11531 { as_ac_var=`printf "%s\n" "ac_cv_${wine_arch}_cflags_-mcmodel=small" |
$as_tr_sh`
11532 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -mcmodel=small" >&5
11533 printf %s "checking whether $CC supports -mcmodel=small... " >&6; }
11534 if eval test \${$as_ac_var+y}
11536 printf %s "(cached) " >&6
11538 ac_wine_try_cflags_saved=$CFLAGS
11539 ac_wine_try_cflags_saved_exeext=$ac_exeext
11540 CFLAGS="$CFLAGS -nostdlib -nodefaultlibs -mcmodel=small"
11542 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11543 /* end confdefs.h. */
11544 int __cdecl mainCRTStartup(void) { return 0; }
11546 if ac_fn_c_try_link "$LINENO"
11548 eval "$as_ac_var=yes"
11550 eval "$as_ac_var=no"
11552 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11553 conftest$ac_exeext conftest.$ac_ext
11554 CFLAGS=$ac_wine_try_cflags_saved
11555 ac_exeext=$ac_wine_try_cflags_saved_exeext
11557 eval ac_res=\$$as_ac_var
11558 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
11559 printf "%s\n" "$ac_res" >&6; }
11560 if eval test \"x\$"$as_ac_var"\" = x"yes"
11562 as_fn_append ${wine_arch}_EXTRACFLAGS " -mcmodel=small"
11566 wine_crossdebug=$CROSSDEBUG
11567 if test -z "$wine_crossdebug"
11569 for ac_flag in $CFLAGS; do
11571 -gdwarf*) wine_crossdebug=dwarf ;;
11572 -gcodeview) wine_crossdebug=pdb ;;
11573 -g) wine_crossdebug=${wine_crossdebug:-dwarf} ;;
11578 ac_debug_format_seen=""
11579 for ac_flag in $CFLAGS; do
11581 -gdwarf*|-gcodeview) ac_debug_format_seen=$ac_flag ;;
11584 if test "x$ac_debug_format_seen" = x
11586 case $wine_crossdebug in
11587 *dwarf) { as_ac_var=`printf "%s\n" "ac_cv_${wine_arch}_cflags_-gdwarf-4" |
$as_tr_sh`
11588 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -gdwarf-4" >&5
11589 printf %s "checking whether $CC supports -gdwarf-4... " >&6; }
11590 if eval test \${$as_ac_var+y}
11592 printf %s "(cached) " >&6
11594 ac_wine_try_cflags_saved=$CFLAGS
11595 ac_wine_try_cflags_saved_exeext=$ac_exeext
11596 CFLAGS="$CFLAGS -nostdlib -nodefaultlibs -gdwarf-4"
11598 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11599 /* end confdefs.h. */
11600 int __cdecl mainCRTStartup(void) { return 0; }
11602 if ac_fn_c_try_link "$LINENO"
11604 eval "$as_ac_var=yes"
11606 eval "$as_ac_var=no"
11608 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11609 conftest$ac_exeext conftest.$ac_ext
11610 CFLAGS=$ac_wine_try_cflags_saved
11611 ac_exeext=$ac_wine_try_cflags_saved_exeext
11613 eval ac_res=\$$as_ac_var
11614 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
11615 printf "%s\n" "$ac_res" >&6; }
11616 if eval test \"x\$"$as_ac_var"\" = x"yes"
11618 as_fn_append ${wine_arch}_EXTRACFLAGS " -gdwarf-4"
11620 pdb) { as_ac_var=`printf "%s\n" "ac_cv_${wine_arch}_cflags_-gcodeview" |
$as_tr_sh`
11621 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -gcodeview" >&5
11622 printf %s "checking whether $CC supports -gcodeview... " >&6; }
11623 if eval test \${$as_ac_var+y}
11625 printf %s "(cached) " >&6
11627 ac_wine_try_cflags_saved=$CFLAGS
11628 ac_wine_try_cflags_saved_exeext=$ac_exeext
11629 CFLAGS="$CFLAGS -nostdlib -nodefaultlibs -gcodeview"
11631 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11632 /* end confdefs.h. */
11633 int __cdecl mainCRTStartup(void) { return 0; }
11635 if ac_fn_c_try_link "$LINENO"
11637 eval "$as_ac_var=yes"
11639 eval "$as_ac_var=no"
11641 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11642 conftest$ac_exeext conftest.$ac_ext
11643 CFLAGS=$ac_wine_try_cflags_saved
11644 ac_exeext=$ac_wine_try_cflags_saved_exeext
11646 eval ac_res=\$$as_ac_var
11647 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
11648 printf "%s\n" "$ac_res" >&6; }
11649 if eval test \"x\$"$as_ac_var"\" = x"yes"
11651 as_fn_append ${wine_arch}_EXTRACFLAGS " -gcodeview"
11655 eval "${wine_arch}_DEBUG=\$wine_crossdebug"
11657 test "x$enable_werror" != xyes || { as_ac_var=`printf "%s\n" "ac_cv_${wine_arch}_cflags_-Werror" |
$as_tr_sh`
11658 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -Werror" >&5
11659 printf %s "checking whether $CC supports -Werror... " >&6; }
11660 if eval test \${$as_ac_var+y}
11662 printf %s "(cached) " >&6
11664 ac_wine_try_cflags_saved=$CFLAGS
11665 ac_wine_try_cflags_saved_exeext=$ac_exeext
11666 CFLAGS="$CFLAGS -nostdlib -nodefaultlibs -Werror"
11668 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11669 /* end confdefs.h. */
11670 int __cdecl mainCRTStartup(void) { return 0; }
11672 if ac_fn_c_try_link "$LINENO"
11674 eval "$as_ac_var=yes"
11676 eval "$as_ac_var=no"
11678 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11679 conftest$ac_exeext conftest.$ac_ext
11680 CFLAGS=$ac_wine_try_cflags_saved
11681 ac_exeext=$ac_wine_try_cflags_saved_exeext
11683 eval ac_res=\$$as_ac_var
11684 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
11685 printf "%s\n" "$ac_res" >&6; }
11686 if eval test \"x\$"$as_ac_var"\" = x"yes"
11688 as_fn_append ${wine_arch}_EXTRACFLAGS " -Werror"
11690 test "x$enable_build_id" != xyes || { as_ac_var=`printf "%s\n" "ac_cv_${wine_arch}_cflags_-Wl,--build-id" |
$as_tr_sh`
11691 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -Wl,--build-id" >&5
11692 printf %s "checking whether $CC supports -Wl,--build-id... " >&6; }
11693 if eval test \${$as_ac_var+y}
11695 printf %s "(cached) " >&6
11697 ac_wine_try_cflags_saved=$CFLAGS
11698 ac_wine_try_cflags_saved_exeext=$ac_exeext
11699 CFLAGS="$CFLAGS -nostdlib -nodefaultlibs -Wl,--build-id"
11701 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11702 /* end confdefs.h. */
11703 int __cdecl mainCRTStartup(void) { return 0; }
11705 if ac_fn_c_try_link "$LINENO"
11707 eval "$as_ac_var=yes"
11709 eval "$as_ac_var=no"
11711 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11712 conftest$ac_exeext conftest.$ac_ext
11713 CFLAGS=$ac_wine_try_cflags_saved
11714 ac_exeext=$ac_wine_try_cflags_saved_exeext
11716 eval ac_res=\$$as_ac_var
11717 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
11718 printf "%s\n" "$ac_res" >&6; }
11719 if eval test \"x\$"$as_ac_var"\" = x"yes"
11721 as_fn_append ${wine_arch}_CFLAGS " -Wl,--build-id"
11722 as_fn_append ${wine_arch}_LDFLAGS " -Wl,--build-id"
11726 CFLAGS=$saved_CFLAGS
11727 LDFLAGS=$saved_LDFLAGS
11730 if test $HOST_ARCH = aarch64
11732 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
11735 if test "x$PE_ARCHS" = "x"
11737 case "x$with_mingw" in
11738 x) as_fn_append wine_notices "|MinGW compiler not found, cross-compiling PE files won't be supported." ;;
11740 *) as_fn_error $? "MinGW compiler not found, cross-compiling PE files won't be supported.
11741 This is an error since --with-mingw was requested." "$LINENO" 5 ;;
11748 if test "x$with_system_dllpath" != "x" -a -n "$PE_ARCHS"
11750 case "$host_cpu" in
11752 ac_prefix_list="i686-w64-mingw32-pkg-config i586-w64-mingw32-pkg-config i486-w64-mingw32-pkg-config i386-w64-mingw32-pkg-config " ;;
11754 ac_prefix_list="$host_cpu-w64-mingw32-pkg-config" ;;
11756 for ac_prog in $ac_prefix_list
11758 # Extract the first word of "$ac_prog", so it can be a program name with args.
11759 set dummy $ac_prog; ac_word=$2
11760 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11761 printf %s "checking for $ac_word... " >&6; }
11762 if test ${ac_cv_prog_MINGW_PKG_CONFIG+y}
11764 printf %s "(cached) " >&6
11766 if test -n "$MINGW_PKG_CONFIG"; then
11767 ac_cv_prog_MINGW_PKG_CONFIG="$MINGW_PKG_CONFIG" # Let the user override the test.
11769 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11770 for as_dir in $PATH
11773 case $as_dir in #(((
11776 *) as_dir=$as_dir/ ;;
11778 for ac_exec_ext in '' $ac_executable_extensions; do
11779 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
11780 ac_cv_prog_MINGW_PKG_CONFIG="$ac_prog"
11781 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
11790 MINGW_PKG_CONFIG=$ac_cv_prog_MINGW_PKG_CONFIG
11791 if test -n "$MINGW_PKG_CONFIG"; then
11792 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MINGW_PKG_CONFIG" >&5
11793 printf "%s\n" "$MINGW_PKG_CONFIG" >&6; }
11795 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
11796 printf "%s\n" "no" >&6; }
11800 test -n "$MINGW_PKG_CONFIG" && break
11802 test -n "$MINGW_PKG_CONFIG" || MINGW_PKG_CONFIG="false"
11804 if ${FAUDIO_PE_CFLAGS:+false} :
11806 if test ${MINGW_PKG_CONFIG+y}
11808 FAUDIO_PE_CFLAGS=`$MINGW_PKG_CONFIG --cflags FAudio
2>/dev
/null
`
11811 if ${FAUDIO_PE_LIBS:+false} :
11813 if test ${MINGW_PKG_CONFIG+y}
11815 FAUDIO_PE_LIBS=`$MINGW_PKG_CONFIG --libs FAudio
2>/dev
/null
`
11818 FAUDIO_PE_LIBS=${FAUDIO_PE_LIBS:-"-lFAudio"}
11819 ac_save_CPPFLAGS=$CPPFLAGS
11820 CPPFLAGS="$CPPFLAGS $FAUDIO_PE_CFLAGS"
11821 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MinGW FAudio.h" >&5
11822 printf %s "checking for MinGW FAudio.h... " >&6; }
11823 if test ${ac_cv_mingw_header_FAudio_h+y}
11825 printf %s "(cached) " >&6
11827 ac_wine_check_headers_saved_cc=$CC
11828 ac_wine_check_headers_saved_exeext=$ac_exeext
11829 eval CC=\$${wine_arch}_CC
11831 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11832 /* end confdefs.h. */
11834 #include <FAudio.h>
11843 if ac_fn_c_try_compile "$LINENO"
11845 ac_cv_mingw_header_FAudio_h=yes
11847 ac_cv_mingw_header_FAudio_h=no
11849 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
11850 CC=$ac_wine_check_headers_saved_cc
11851 ac_exeext=$ac_wine_check_headers_saved_exeext
11853 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_header_FAudio_h" >&5
11854 printf "%s\n" "$ac_cv_mingw_header_FAudio_h" >&6; }
11855 if test "x$ac_cv_mingw_header_FAudio_h" = xyes
11857 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for FAudio_CommitOperationSet in MinGW -lFAudio" >&5
11858 printf %s "checking for FAudio_CommitOperationSet in MinGW -lFAudio... " >&6; }
11859 if test ${ac_cv_mingw_lib_FAudio+y}
11861 printf %s "(cached) " >&6
11863 ac_wine_check_headers_saved_cc=$CC
11864 ac_wine_check_headers_saved_exeext=$ac_exeext
11865 ac_wine_check_headers_saved_libs=$LIBS
11866 eval CC=\$${wine_arch}_CC
11868 LIBS="-lFAudio $FAUDIO_PE_LIBS $LIBS"
11869 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11870 /* end confdefs.h. */
11872 /* Override any GCC internal prototype to avoid an error.
11873 Use char because int might match the return type of a GCC
11874 builtin and then its argument prototype would still apply. */
11875 char FAudio_CommitOperationSet ();
11879 return FAudio_CommitOperationSet ();
11884 if ac_fn_c_try_link "$LINENO"
11886 ac_cv_mingw_lib_FAudio=yes
11888 ac_cv_mingw_lib_FAudio=no
11890 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11891 conftest$ac_exeext conftest.$ac_ext
11892 CC=$ac_wine_check_headers_saved_cc
11893 ac_exeext=$ac_wine_check_headers_saved_exeext
11894 LIBS=$ac_wine_check_headers_saved_libs
11896 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_lib_FAudio" >&5
11897 printf "%s\n" "$ac_cv_mingw_lib_FAudio" >&6; }
11898 if test "x$ac_cv_mingw_lib_FAudio" = xyes
11902 FAUDIO_PE_CFLAGS=""; FAUDIO_PE_LIBS=""
11905 FAUDIO_PE_CFLAGS=""; FAUDIO_PE_LIBS=""
11907 CPPFLAGS=$ac_save_CPPFLAGS
11909 if test "x$FAUDIO_PE_LIBS" = "x"
11911 as_fn_append wine_notices "|FAudio ${notice_platform}MinGW development files not found (or too old); using bundled version."
11914 if ${JPEG_PE_CFLAGS:+false} :
11916 if test ${MINGW_PKG_CONFIG+y}
11918 JPEG_PE_CFLAGS=`$MINGW_PKG_CONFIG --cflags libjpeg
2>/dev
/null
`
11921 if ${JPEG_PE_LIBS:+false} :
11923 if test ${MINGW_PKG_CONFIG+y}
11925 JPEG_PE_LIBS=`$MINGW_PKG_CONFIG --libs libjpeg
2>/dev
/null
`
11929 ac_save_CPPFLAGS=$CPPFLAGS
11930 CPPFLAGS="$CPPFLAGS $JPEG_PE_CFLAGS"
11931 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MinGW jpeglib.h" >&5
11932 printf %s "checking for MinGW jpeglib.h... " >&6; }
11933 if test ${ac_cv_mingw_header_jpeglib_h+y}
11935 printf %s "(cached) " >&6
11937 ac_wine_check_headers_saved_cc=$CC
11938 ac_wine_check_headers_saved_exeext=$ac_exeext
11939 eval CC=\$${wine_arch}_CC
11941 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11942 /* end confdefs.h. */
11943 #include <stddef.h>
11945 #include <jpeglib.h>
11954 if ac_fn_c_try_compile "$LINENO"
11956 ac_cv_mingw_header_jpeglib_h=yes
11958 ac_cv_mingw_header_jpeglib_h=no
11960 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
11961 CC=$ac_wine_check_headers_saved_cc
11962 ac_exeext=$ac_wine_check_headers_saved_exeext
11964 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_header_jpeglib_h" >&5
11965 printf "%s\n" "$ac_cv_mingw_header_jpeglib_h" >&6; }
11966 if test "x$ac_cv_mingw_header_jpeglib_h" = xyes
11968 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for jpeg_start_decompress in MinGW -ljpeg" >&5
11969 printf %s "checking for jpeg_start_decompress in MinGW -ljpeg... " >&6; }
11970 if test ${ac_cv_mingw_lib_jpeg+y}
11972 printf %s "(cached) " >&6
11974 ac_wine_check_headers_saved_cc=$CC
11975 ac_wine_check_headers_saved_exeext=$ac_exeext
11976 ac_wine_check_headers_saved_libs=$LIBS
11977 eval CC=\$${wine_arch}_CC
11979 LIBS="-ljpeg $JPEG_PE_LIBS $LIBS"
11980 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11981 /* end confdefs.h. */
11983 /* Override any GCC internal prototype to avoid an error.
11984 Use char because int might match the return type of a GCC
11985 builtin and then its argument prototype would still apply. */
11986 char jpeg_start_decompress ();
11990 return jpeg_start_decompress ();
11995 if ac_fn_c_try_link "$LINENO"
11997 ac_cv_mingw_lib_jpeg=yes
11999 ac_cv_mingw_lib_jpeg=no
12001 rm -f core conftest.err conftest.$ac_objext conftest.beam \
12002 conftest$ac_exeext conftest.$ac_ext
12003 CC=$ac_wine_check_headers_saved_cc
12004 ac_exeext=$ac_wine_check_headers_saved_exeext
12005 LIBS=$ac_wine_check_headers_saved_libs
12007 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_lib_jpeg" >&5
12008 printf "%s\n" "$ac_cv_mingw_lib_jpeg" >&6; }
12009 if test "x$ac_cv_mingw_lib_jpeg" = xyes
12013 JPEG_PE_CFLAGS=""; JPEG_PE_LIBS=""
12016 JPEG_PE_CFLAGS=""; JPEG_PE_LIBS=""
12018 CPPFLAGS=$ac_save_CPPFLAGS
12020 if test "x$JPEG_PE_LIBS" = "x"
12022 as_fn_append wine_notices "|libjpeg ${notice_platform}MinGW development files not found; using bundled version."
12025 if ${LCMS2_PE_CFLAGS:+false} :
12027 if test ${MINGW_PKG_CONFIG+y}
12029 LCMS2_PE_CFLAGS=`$MINGW_PKG_CONFIG --cflags lcms2
2>/dev
/null
`
12032 if ${LCMS2_PE_LIBS:+false} :
12034 if test ${MINGW_PKG_CONFIG+y}
12036 LCMS2_PE_LIBS=`$MINGW_PKG_CONFIG --libs lcms2
2>/dev
/null
`
12039 LCMS2_PE_LIBS=${LCMS2_PE_LIBS:-"-llcms2"}
12040 ac_save_CPPFLAGS=$CPPFLAGS
12041 CPPFLAGS="$CPPFLAGS $LCMS2_PE_CFLAGS"
12042 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MinGW lcms2.h" >&5
12043 printf %s "checking for MinGW lcms2.h... " >&6; }
12044 if test ${ac_cv_mingw_header_lcms2_h+y}
12046 printf %s "(cached) " >&6
12048 ac_wine_check_headers_saved_cc=$CC
12049 ac_wine_check_headers_saved_exeext=$ac_exeext
12050 eval CC=\$${wine_arch}_CC
12052 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12053 /* end confdefs.h. */
12064 if ac_fn_c_try_compile "$LINENO"
12066 ac_cv_mingw_header_lcms2_h=yes
12068 ac_cv_mingw_header_lcms2_h=no
12070 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
12071 CC=$ac_wine_check_headers_saved_cc
12072 ac_exeext=$ac_wine_check_headers_saved_exeext
12074 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_header_lcms2_h" >&5
12075 printf "%s\n" "$ac_cv_mingw_header_lcms2_h" >&6; }
12076 if test "x$ac_cv_mingw_header_lcms2_h" = xyes
12078 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in MinGW -llcms2" >&5
12079 printf %s "checking for cmsOpenProfileFromFile in MinGW -llcms2... " >&6; }
12080 if test ${ac_cv_mingw_lib_lcms2+y}
12082 printf %s "(cached) " >&6
12084 ac_wine_check_headers_saved_cc=$CC
12085 ac_wine_check_headers_saved_exeext=$ac_exeext
12086 ac_wine_check_headers_saved_libs=$LIBS
12087 eval CC=\$${wine_arch}_CC
12089 LIBS="-llcms2 $LCMS2_PE_LIBS $LIBS"
12090 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12091 /* end confdefs.h. */
12093 /* Override any GCC internal prototype to avoid an error.
12094 Use char because int might match the return type of a GCC
12095 builtin and then its argument prototype would still apply. */
12096 char cmsOpenProfileFromFile ();
12100 return cmsOpenProfileFromFile ();
12105 if ac_fn_c_try_link "$LINENO"
12107 ac_cv_mingw_lib_lcms2=yes
12109 ac_cv_mingw_lib_lcms2=no
12111 rm -f core conftest.err conftest.$ac_objext conftest.beam \
12112 conftest$ac_exeext conftest.$ac_ext
12113 CC=$ac_wine_check_headers_saved_cc
12114 ac_exeext=$ac_wine_check_headers_saved_exeext
12115 LIBS=$ac_wine_check_headers_saved_libs
12117 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_lib_lcms2" >&5
12118 printf "%s\n" "$ac_cv_mingw_lib_lcms2" >&6; }
12119 if test "x$ac_cv_mingw_lib_lcms2" = xyes
12123 LCMS2_PE_CFLAGS=""; LCMS2_PE_LIBS=""
12126 LCMS2_PE_CFLAGS=""; LCMS2_PE_LIBS=""
12128 CPPFLAGS=$ac_save_CPPFLAGS
12130 if test "x$LCMS2_PE_LIBS" = "x"
12132 as_fn_append wine_notices "|liblcms2 ${notice_platform}MinGW development files not found; using bundled version."
12135 if ${MPG123_PE_CFLAGS:+false} :
12137 if test ${MINGW_PKG_CONFIG+y}
12139 MPG123_PE_CFLAGS=`$MINGW_PKG_CONFIG --cflags libmpg123
2>/dev
/null
`
12142 if ${MPG123_PE_LIBS:+false} :
12144 if test ${MINGW_PKG_CONFIG+y}
12146 MPG123_PE_LIBS=`$MINGW_PKG_CONFIG --libs libmpg123
2>/dev
/null
`
12149 MPG123_PE_LIBS=${MPG123_PE_LIBS:-"-lmpg123"}
12150 ac_save_CPPFLAGS=$CPPFLAGS
12151 CPPFLAGS="$CPPFLAGS $MPG123_PE_CFLAGS"
12152 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MinGW mpg123.h" >&5
12153 printf %s "checking for MinGW mpg123.h... " >&6; }
12154 if test ${ac_cv_mingw_header_mpg123_h+y}
12156 printf %s "(cached) " >&6
12158 ac_wine_check_headers_saved_cc=$CC
12159 ac_wine_check_headers_saved_exeext=$ac_exeext
12160 eval CC=\$${wine_arch}_CC
12162 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12163 /* end confdefs.h. */
12165 #include <mpg123.h>
12174 if ac_fn_c_try_compile "$LINENO"
12176 ac_cv_mingw_header_mpg123_h=yes
12178 ac_cv_mingw_header_mpg123_h=no
12180 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
12181 CC=$ac_wine_check_headers_saved_cc
12182 ac_exeext=$ac_wine_check_headers_saved_exeext
12184 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_header_mpg123_h" >&5
12185 printf "%s\n" "$ac_cv_mingw_header_mpg123_h" >&6; }
12186 if test "x$ac_cv_mingw_header_mpg123_h" = xyes
12188 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in MinGW -lmpg123" >&5
12189 printf %s "checking for mpg123_feed in MinGW -lmpg123... " >&6; }
12190 if test ${ac_cv_mingw_lib_mpg123+y}
12192 printf %s "(cached) " >&6
12194 ac_wine_check_headers_saved_cc=$CC
12195 ac_wine_check_headers_saved_exeext=$ac_exeext
12196 ac_wine_check_headers_saved_libs=$LIBS
12197 eval CC=\$${wine_arch}_CC
12199 LIBS="-lmpg123 $MPG123_PE_LIBS $LIBS"
12200 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12201 /* end confdefs.h. */
12203 /* Override any GCC internal prototype to avoid an error.
12204 Use char because int might match the return type of a GCC
12205 builtin and then its argument prototype would still apply. */
12206 char mpg123_feed ();
12210 return mpg123_feed ();
12215 if ac_fn_c_try_link "$LINENO"
12217 ac_cv_mingw_lib_mpg123=yes
12219 ac_cv_mingw_lib_mpg123=no
12221 rm -f core conftest.err conftest.$ac_objext conftest.beam \
12222 conftest$ac_exeext conftest.$ac_ext
12223 CC=$ac_wine_check_headers_saved_cc
12224 ac_exeext=$ac_wine_check_headers_saved_exeext
12225 LIBS=$ac_wine_check_headers_saved_libs
12227 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_lib_mpg123" >&5
12228 printf "%s\n" "$ac_cv_mingw_lib_mpg123" >&6; }
12229 if test "x$ac_cv_mingw_lib_mpg123" = xyes
12233 MPG123_PE_CFLAGS=""; MPG123_PE_LIBS=""
12236 MPG123_PE_CFLAGS=""; MPG123_PE_LIBS=""
12238 CPPFLAGS=$ac_save_CPPFLAGS
12240 if test "x$MPG123_PE_LIBS" = "x"
12242 as_fn_append wine_notices "|libmpg123 ${notice_platform}MinGW development files not found (or too old); using bundled version."
12245 if ${PNG_PE_CFLAGS:+false} :
12247 if test ${MINGW_PKG_CONFIG+y}
12249 PNG_PE_CFLAGS=`$MINGW_PKG_CONFIG --cflags libpng
2>/dev
/null
`
12252 if ${PNG_PE_LIBS:+false} :
12254 if test ${MINGW_PKG_CONFIG+y}
12256 PNG_PE_LIBS=`$MINGW_PKG_CONFIG --libs libpng
2>/dev
/null
`
12260 ac_save_CPPFLAGS=$CPPFLAGS
12261 CPPFLAGS="$CPPFLAGS $PNG_PE_CFLAGS"
12262 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MinGW png.h" >&5
12263 printf %s "checking for MinGW png.h... " >&6; }
12264 if test ${ac_cv_mingw_header_png_h+y}
12266 printf %s "(cached) " >&6
12268 ac_wine_check_headers_saved_cc=$CC
12269 ac_wine_check_headers_saved_exeext=$ac_exeext
12270 eval CC=\$${wine_arch}_CC
12272 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12273 /* end confdefs.h. */
12284 if ac_fn_c_try_compile "$LINENO"
12286 ac_cv_mingw_header_png_h=yes
12288 ac_cv_mingw_header_png_h=no
12290 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
12291 CC=$ac_wine_check_headers_saved_cc
12292 ac_exeext=$ac_wine_check_headers_saved_exeext
12294 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_header_png_h" >&5
12295 printf "%s\n" "$ac_cv_mingw_header_png_h" >&6; }
12296 if test "x$ac_cv_mingw_header_png_h" = xyes
12298 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for png_create_read_struct in MinGW -lpng" >&5
12299 printf %s "checking for png_create_read_struct in MinGW -lpng... " >&6; }
12300 if test ${ac_cv_mingw_lib_png+y}
12302 printf %s "(cached) " >&6
12304 ac_wine_check_headers_saved_cc=$CC
12305 ac_wine_check_headers_saved_exeext=$ac_exeext
12306 ac_wine_check_headers_saved_libs=$LIBS
12307 eval CC=\$${wine_arch}_CC
12309 LIBS="-lpng $PNG_PE_LIBS $LIBS"
12310 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12311 /* end confdefs.h. */
12313 /* Override any GCC internal prototype to avoid an error.
12314 Use char because int might match the return type of a GCC
12315 builtin and then its argument prototype would still apply. */
12316 char png_create_read_struct ();
12320 return png_create_read_struct ();
12325 if ac_fn_c_try_link "$LINENO"
12327 ac_cv_mingw_lib_png=yes
12329 ac_cv_mingw_lib_png=no
12331 rm -f core conftest.err conftest.$ac_objext conftest.beam \
12332 conftest$ac_exeext conftest.$ac_ext
12333 CC=$ac_wine_check_headers_saved_cc
12334 ac_exeext=$ac_wine_check_headers_saved_exeext
12335 LIBS=$ac_wine_check_headers_saved_libs
12337 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_lib_png" >&5
12338 printf "%s\n" "$ac_cv_mingw_lib_png" >&6; }
12339 if test "x$ac_cv_mingw_lib_png" = xyes
12343 PNG_PE_CFLAGS=""; PNG_PE_LIBS=""
12346 PNG_PE_CFLAGS=""; PNG_PE_LIBS=""
12348 CPPFLAGS=$ac_save_CPPFLAGS
12350 if test "x$PNG_PE_LIBS" = "x"
12352 as_fn_append wine_notices "|libpng ${notice_platform}MinGW development files not found; using bundled version."
12355 if ${TIFF_PE_CFLAGS:+false} :
12357 if test ${MINGW_PKG_CONFIG+y}
12359 TIFF_PE_CFLAGS=`$MINGW_PKG_CONFIG --cflags libtiff-4
2>/dev
/null
`
12362 if ${TIFF_PE_LIBS:+false} :
12364 if test ${MINGW_PKG_CONFIG+y}
12366 TIFF_PE_LIBS=`$MINGW_PKG_CONFIG --libs libtiff-4
2>/dev
/null
`
12370 ac_save_CPPFLAGS=$CPPFLAGS
12371 CPPFLAGS="$CPPFLAGS $TIFF_PE_CFLAGS"
12372 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MinGW tiffio.h" >&5
12373 printf %s "checking for MinGW tiffio.h... " >&6; }
12374 if test ${ac_cv_mingw_header_tiffio_h+y}
12376 printf %s "(cached) " >&6
12378 ac_wine_check_headers_saved_cc=$CC
12379 ac_wine_check_headers_saved_exeext=$ac_exeext
12380 eval CC=\$${wine_arch}_CC
12382 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12383 /* end confdefs.h. */
12385 #include <tiffio.h>
12394 if ac_fn_c_try_compile "$LINENO"
12396 ac_cv_mingw_header_tiffio_h=yes
12398 ac_cv_mingw_header_tiffio_h=no
12400 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
12401 CC=$ac_wine_check_headers_saved_cc
12402 ac_exeext=$ac_wine_check_headers_saved_exeext
12404 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_header_tiffio_h" >&5
12405 printf "%s\n" "$ac_cv_mingw_header_tiffio_h" >&6; }
12406 if test "x$ac_cv_mingw_header_tiffio_h" = xyes
12408 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for TIFFClientOpen in MinGW -ltiff" >&5
12409 printf %s "checking for TIFFClientOpen in MinGW -ltiff... " >&6; }
12410 if test ${ac_cv_mingw_lib_tiff+y}
12412 printf %s "(cached) " >&6
12414 ac_wine_check_headers_saved_cc=$CC
12415 ac_wine_check_headers_saved_exeext=$ac_exeext
12416 ac_wine_check_headers_saved_libs=$LIBS
12417 eval CC=\$${wine_arch}_CC
12419 LIBS="-ltiff $TIFF_PE_LIBS $LIBS"
12420 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12421 /* end confdefs.h. */
12423 /* Override any GCC internal prototype to avoid an error.
12424 Use char because int might match the return type of a GCC
12425 builtin and then its argument prototype would still apply. */
12426 char TIFFClientOpen ();
12430 return TIFFClientOpen ();
12435 if ac_fn_c_try_link "$LINENO"
12437 ac_cv_mingw_lib_tiff=yes
12439 ac_cv_mingw_lib_tiff=no
12441 rm -f core conftest.err conftest.$ac_objext conftest.beam \
12442 conftest$ac_exeext conftest.$ac_ext
12443 CC=$ac_wine_check_headers_saved_cc
12444 ac_exeext=$ac_wine_check_headers_saved_exeext
12445 LIBS=$ac_wine_check_headers_saved_libs
12447 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_lib_tiff" >&5
12448 printf "%s\n" "$ac_cv_mingw_lib_tiff" >&6; }
12449 if test "x$ac_cv_mingw_lib_tiff" = xyes
12453 TIFF_PE_CFLAGS=""; TIFF_PE_LIBS=""
12456 TIFF_PE_CFLAGS=""; TIFF_PE_LIBS=""
12458 CPPFLAGS=$ac_save_CPPFLAGS
12460 if test "x$TIFF_PE_LIBS" = "x"
12462 as_fn_append wine_notices "|libtiff ${notice_platform}MinGW development files not found; using bundled version."
12465 if ${XML2_PE_CFLAGS:+false} :
12467 if test ${MINGW_PKG_CONFIG+y}
12469 XML2_PE_CFLAGS=`$MINGW_PKG_CONFIG --cflags libxml-2.0
2>/dev
/null
`
12472 if ${XML2_PE_LIBS:+false} :
12474 if test ${MINGW_PKG_CONFIG+y}
12476 XML2_PE_LIBS=`$MINGW_PKG_CONFIG --libs libxml-2.0
2>/dev
/null
`
12479 XML2_PE_LIBS=${XML2_PE_LIBS:-"-lxml2"}
12480 ac_save_CPPFLAGS=$CPPFLAGS
12481 CPPFLAGS="$CPPFLAGS $XML2_PE_CFLAGS"
12482 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MinGW libxml/parser.h" >&5
12483 printf %s "checking for MinGW libxml/parser.h... " >&6; }
12484 if test ${ac_cv_mingw_header_libxml_parser_h+y}
12486 printf %s "(cached) " >&6
12488 ac_wine_check_headers_saved_cc=$CC
12489 ac_wine_check_headers_saved_exeext=$ac_exeext
12490 eval CC=\$${wine_arch}_CC
12492 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12493 /* end confdefs.h. */
12495 #include <libxml/parser.h>
12504 if ac_fn_c_try_compile "$LINENO"
12506 ac_cv_mingw_header_libxml_parser_h=yes
12508 ac_cv_mingw_header_libxml_parser_h=no
12510 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
12511 CC=$ac_wine_check_headers_saved_cc
12512 ac_exeext=$ac_wine_check_headers_saved_exeext
12514 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_header_libxml_parser_h" >&5
12515 printf "%s\n" "$ac_cv_mingw_header_libxml_parser_h" >&6; }
12516 if test "x$ac_cv_mingw_header_libxml_parser_h" = xyes
12520 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MinGW libxml/xmlsave.h" >&5
12521 printf %s "checking for MinGW libxml/xmlsave.h... " >&6; }
12522 if test ${ac_cv_mingw_header_libxml_xmlsave_h+y}
12524 printf %s "(cached) " >&6
12526 ac_wine_check_headers_saved_cc=$CC
12527 ac_wine_check_headers_saved_exeext=$ac_exeext
12528 eval CC=\$${wine_arch}_CC
12530 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12531 /* end confdefs.h. */
12533 #include <libxml/xmlsave.h>
12542 if ac_fn_c_try_compile "$LINENO"
12544 ac_cv_mingw_header_libxml_xmlsave_h=yes
12546 ac_cv_mingw_header_libxml_xmlsave_h=no
12548 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
12549 CC=$ac_wine_check_headers_saved_cc
12550 ac_exeext=$ac_wine_check_headers_saved_exeext
12552 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_header_libxml_xmlsave_h" >&5
12553 printf "%s\n" "$ac_cv_mingw_header_libxml_xmlsave_h" >&6; }
12554 if test "x$ac_cv_mingw_header_libxml_xmlsave_h" = xyes
12558 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MinGW libxml/SAX2.h" >&5
12559 printf %s "checking for MinGW libxml/SAX2.h... " >&6; }
12560 if test ${ac_cv_mingw_header_libxml_SAX2_h+y}
12562 printf %s "(cached) " >&6
12564 ac_wine_check_headers_saved_cc=$CC
12565 ac_wine_check_headers_saved_exeext=$ac_exeext
12566 eval CC=\$${wine_arch}_CC
12568 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12569 /* end confdefs.h. */
12571 #include <libxml/SAX2.h>
12580 if ac_fn_c_try_compile "$LINENO"
12582 ac_cv_mingw_header_libxml_SAX2_h=yes
12584 ac_cv_mingw_header_libxml_SAX2_h=no
12586 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
12587 CC=$ac_wine_check_headers_saved_cc
12588 ac_exeext=$ac_wine_check_headers_saved_exeext
12590 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_header_libxml_SAX2_h" >&5
12591 printf "%s\n" "$ac_cv_mingw_header_libxml_SAX2_h" >&6; }
12592 if test "x$ac_cv_mingw_header_libxml_SAX2_h" = xyes
12596 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"
12598 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for xmlFirstElementChild in MinGW -lxml2" >&5
12599 printf %s "checking for xmlFirstElementChild in MinGW -lxml2... " >&6; }
12600 if test ${ac_cv_mingw_lib_xml2+y}
12602 printf %s "(cached) " >&6
12604 ac_wine_check_headers_saved_cc=$CC
12605 ac_wine_check_headers_saved_exeext=$ac_exeext
12606 ac_wine_check_headers_saved_libs=$LIBS
12607 eval CC=\$${wine_arch}_CC
12609 LIBS="-lxml2 $XML2_PE_LIBS $LIBS"
12610 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12611 /* end confdefs.h. */
12613 /* Override any GCC internal prototype to avoid an error.
12614 Use char because int might match the return type of a GCC
12615 builtin and then its argument prototype would still apply. */
12616 char xmlFirstElementChild ();
12620 return xmlFirstElementChild ();
12625 if ac_fn_c_try_link "$LINENO"
12627 ac_cv_mingw_lib_xml2=yes
12629 ac_cv_mingw_lib_xml2=no
12631 rm -f core conftest.err conftest.$ac_objext conftest.beam \
12632 conftest$ac_exeext conftest.$ac_ext
12633 CC=$ac_wine_check_headers_saved_cc
12634 ac_exeext=$ac_wine_check_headers_saved_exeext
12635 LIBS=$ac_wine_check_headers_saved_libs
12637 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_lib_xml2" >&5
12638 printf "%s\n" "$ac_cv_mingw_lib_xml2" >&6; }
12639 if test "x$ac_cv_mingw_lib_xml2" = xyes
12643 XML2_PE_CFLAGS=""; XML2_PE_LIBS=""
12649 CPPFLAGS=$ac_save_CPPFLAGS
12651 if test "x$XML2_PE_LIBS" = "x"
12653 as_fn_append wine_notices "|libxml2 ${notice_platform}MinGW development files not found (or too old); using bundled version."
12656 if ${XSLT_PE_CFLAGS:+false} :
12658 if test ${MINGW_PKG_CONFIG+y}
12660 XSLT_PE_CFLAGS=`$MINGW_PKG_CONFIG --cflags libxslt
2>/dev
/null
`
12663 if ${XSLT_PE_LIBS:+false} :
12665 if test ${MINGW_PKG_CONFIG+y}
12667 XSLT_PE_LIBS=`$MINGW_PKG_CONFIG --libs libxslt
2>/dev
/null
`
12670 XSLT_PE_LIBS=${XSLT_PE_LIBS:-"-lxslt"}
12671 ac_save_CPPFLAGS=$CPPFLAGS
12672 CPPFLAGS="$CPPFLAGS $XSLT_PE_CFLAGS"
12673 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MinGW libxslt/pattern.h" >&5
12674 printf %s "checking for MinGW libxslt/pattern.h... " >&6; }
12675 if test ${ac_cv_mingw_header_libxslt_pattern_h+y}
12677 printf %s "(cached) " >&6
12679 ac_wine_check_headers_saved_cc=$CC
12680 ac_wine_check_headers_saved_exeext=$ac_exeext
12681 eval CC=\$${wine_arch}_CC
12683 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12684 /* end confdefs.h. */
12686 #include <libxslt/pattern.h>
12695 if ac_fn_c_try_compile "$LINENO"
12697 ac_cv_mingw_header_libxslt_pattern_h=yes
12699 ac_cv_mingw_header_libxslt_pattern_h=no
12701 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
12702 CC=$ac_wine_check_headers_saved_cc
12703 ac_exeext=$ac_wine_check_headers_saved_exeext
12705 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_header_libxslt_pattern_h" >&5
12706 printf "%s\n" "$ac_cv_mingw_header_libxslt_pattern_h" >&6; }
12707 if test "x$ac_cv_mingw_header_libxslt_pattern_h" = xyes
12711 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MinGW libxslt/transform.h" >&5
12712 printf %s "checking for MinGW libxslt/transform.h... " >&6; }
12713 if test ${ac_cv_mingw_header_libxslt_transform_h+y}
12715 printf %s "(cached) " >&6
12717 ac_wine_check_headers_saved_cc=$CC
12718 ac_wine_check_headers_saved_exeext=$ac_exeext
12719 eval CC=\$${wine_arch}_CC
12721 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12722 /* end confdefs.h. */
12724 #include <libxslt/transform.h>
12733 if ac_fn_c_try_compile "$LINENO"
12735 ac_cv_mingw_header_libxslt_transform_h=yes
12737 ac_cv_mingw_header_libxslt_transform_h=no
12739 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
12740 CC=$ac_wine_check_headers_saved_cc
12741 ac_exeext=$ac_wine_check_headers_saved_exeext
12743 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_header_libxslt_transform_h" >&5
12744 printf "%s\n" "$ac_cv_mingw_header_libxslt_transform_h" >&6; }
12745 if test "x$ac_cv_mingw_header_libxslt_transform_h" = xyes
12749 if test "$ac_cv_mingw_header_libxslt_pattern_h" = "yes" -a "$ac_cv_mingw_header_libxslt_transform_h" = "yes"
12751 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for xsltCompilePattern in MinGW -lxslt" >&5
12752 printf %s "checking for xsltCompilePattern in MinGW -lxslt... " >&6; }
12753 if test ${ac_cv_mingw_lib_xslt+y}
12755 printf %s "(cached) " >&6
12757 ac_wine_check_headers_saved_cc=$CC
12758 ac_wine_check_headers_saved_exeext=$ac_exeext
12759 ac_wine_check_headers_saved_libs=$LIBS
12760 eval CC=\$${wine_arch}_CC
12762 LIBS="-lxslt $XSLT_PE_LIBS $LIBS"
12763 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12764 /* end confdefs.h. */
12766 /* Override any GCC internal prototype to avoid an error.
12767 Use char because int might match the return type of a GCC
12768 builtin and then its argument prototype would still apply. */
12769 char xsltCompilePattern ();
12773 return xsltCompilePattern ();
12778 if ac_fn_c_try_link "$LINENO"
12780 ac_cv_mingw_lib_xslt=yes
12782 ac_cv_mingw_lib_xslt=no
12784 rm -f core conftest.err conftest.$ac_objext conftest.beam \
12785 conftest$ac_exeext conftest.$ac_ext
12786 CC=$ac_wine_check_headers_saved_cc
12787 ac_exeext=$ac_wine_check_headers_saved_exeext
12788 LIBS=$ac_wine_check_headers_saved_libs
12790 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_lib_xslt" >&5
12791 printf "%s\n" "$ac_cv_mingw_lib_xslt" >&6; }
12792 if test "x$ac_cv_mingw_lib_xslt" = xyes
12796 XSLT_PE_CFLAGS=""; XSLT_PE_LIBS=""
12802 CPPFLAGS=$ac_save_CPPFLAGS
12804 if test "x$XSLT_PE_LIBS" = "x"
12806 as_fn_append wine_notices "|libxslt ${notice_platform}MinGW development files not found; using bundled version."
12809 if ${VKD3D_PE_CFLAGS:+false} :
12811 if test ${MINGW_PKG_CONFIG+y}
12813 VKD3D_PE_CFLAGS=`$MINGW_PKG_CONFIG --cflags libvkd3d libvkd3d-shader
2>/dev
/null
`
12816 if ${VKD3D_PE_LIBS:+false} :
12818 if test ${MINGW_PKG_CONFIG+y}
12820 VKD3D_PE_LIBS=`$MINGW_PKG_CONFIG --libs libvkd3d libvkd3d-shader
2>/dev
/null
`
12823 VKD3D_PE_LIBS=${VKD3D_PE_LIBS:-"-lvkd3d -lvkd3d-shader"}
12824 ac_save_CPPFLAGS=$CPPFLAGS
12825 CPPFLAGS="$CPPFLAGS $VKD3D_PE_CFLAGS"
12826 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MinGW vkd3d.h" >&5
12827 printf %s "checking for MinGW vkd3d.h... " >&6; }
12828 if test ${ac_cv_mingw_header_vkd3d_h+y}
12830 printf %s "(cached) " >&6
12832 ac_wine_check_headers_saved_cc=$CC
12833 ac_wine_check_headers_saved_exeext=$ac_exeext
12834 eval CC=\$${wine_arch}_CC
12836 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12837 /* end confdefs.h. */
12848 if ac_fn_c_try_compile "$LINENO"
12850 ac_cv_mingw_header_vkd3d_h=yes
12852 ac_cv_mingw_header_vkd3d_h=no
12854 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
12855 CC=$ac_wine_check_headers_saved_cc
12856 ac_exeext=$ac_wine_check_headers_saved_exeext
12858 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_header_vkd3d_h" >&5
12859 printf "%s\n" "$ac_cv_mingw_header_vkd3d_h" >&6; }
12860 if test "x$ac_cv_mingw_header_vkd3d_h" = xyes
12864 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MinGW vkd3d_shader.h" >&5
12865 printf %s "checking for MinGW vkd3d_shader.h... " >&6; }
12866 if test ${ac_cv_mingw_header_vkd3d_shader_h+y}
12868 printf %s "(cached) " >&6
12870 ac_wine_check_headers_saved_cc=$CC
12871 ac_wine_check_headers_saved_exeext=$ac_exeext
12872 eval CC=\$${wine_arch}_CC
12874 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12875 /* end confdefs.h. */
12877 #include <vkd3d_shader.h>
12886 if ac_fn_c_try_compile "$LINENO"
12888 ac_cv_mingw_header_vkd3d_shader_h=yes
12890 ac_cv_mingw_header_vkd3d_shader_h=no
12892 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
12893 CC=$ac_wine_check_headers_saved_cc
12894 ac_exeext=$ac_wine_check_headers_saved_exeext
12896 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_header_vkd3d_shader_h" >&5
12897 printf "%s\n" "$ac_cv_mingw_header_vkd3d_shader_h" >&6; }
12898 if test "x$ac_cv_mingw_header_vkd3d_shader_h" = xyes
12902 if test "$ac_cv_mingw_header_vkd3d_h" = "yes" -a "$ac_cv_mingw_header_vkd3d_shader_h" = "yes"
12904 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for vkd3d_set_log_callback in MinGW -lvkd3d" >&5
12905 printf %s "checking for vkd3d_set_log_callback in MinGW -lvkd3d... " >&6; }
12906 if test ${ac_cv_mingw_lib_vkd3d+y}
12908 printf %s "(cached) " >&6
12910 ac_wine_check_headers_saved_cc=$CC
12911 ac_wine_check_headers_saved_exeext=$ac_exeext
12912 ac_wine_check_headers_saved_libs=$LIBS
12913 eval CC=\$${wine_arch}_CC
12915 LIBS="-lvkd3d $VKD3D_PE_LIBS $LIBS"
12916 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12917 /* end confdefs.h. */
12919 /* Override any GCC internal prototype to avoid an error.
12920 Use char because int might match the return type of a GCC
12921 builtin and then its argument prototype would still apply. */
12922 char vkd3d_set_log_callback ();
12926 return vkd3d_set_log_callback ();
12931 if ac_fn_c_try_link "$LINENO"
12933 ac_cv_mingw_lib_vkd3d=yes
12935 ac_cv_mingw_lib_vkd3d=no
12937 rm -f core conftest.err conftest.$ac_objext conftest.beam \
12938 conftest$ac_exeext conftest.$ac_ext
12939 CC=$ac_wine_check_headers_saved_cc
12940 ac_exeext=$ac_wine_check_headers_saved_exeext
12941 LIBS=$ac_wine_check_headers_saved_libs
12943 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_lib_vkd3d" >&5
12944 printf "%s\n" "$ac_cv_mingw_lib_vkd3d" >&6; }
12945 if test "x$ac_cv_mingw_lib_vkd3d" = xyes
12951 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for vkd3d_shader_serialize_dxbc in MinGW -lvkd3d-shader" >&5
12952 printf %s "checking for vkd3d_shader_serialize_dxbc in MinGW -lvkd3d-shader... " >&6; }
12953 if test ${ac_cv_mingw_lib_vkd3d_shader+y}
12955 printf %s "(cached) " >&6
12957 ac_wine_check_headers_saved_cc=$CC
12958 ac_wine_check_headers_saved_exeext=$ac_exeext
12959 ac_wine_check_headers_saved_libs=$LIBS
12960 eval CC=\$${wine_arch}_CC
12962 LIBS="-lvkd3d-shader $VKD3D_PE_LIBS $LIBS"
12963 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12964 /* end confdefs.h. */
12966 /* Override any GCC internal prototype to avoid an error.
12967 Use char because int might match the return type of a GCC
12968 builtin and then its argument prototype would still apply. */
12969 char vkd3d_shader_serialize_dxbc ();
12973 return vkd3d_shader_serialize_dxbc ();
12978 if ac_fn_c_try_link "$LINENO"
12980 ac_cv_mingw_lib_vkd3d_shader=yes
12982 ac_cv_mingw_lib_vkd3d_shader=no
12984 rm -f core conftest.err conftest.$ac_objext conftest.beam \
12985 conftest$ac_exeext conftest.$ac_ext
12986 CC=$ac_wine_check_headers_saved_cc
12987 ac_exeext=$ac_wine_check_headers_saved_exeext
12988 LIBS=$ac_wine_check_headers_saved_libs
12990 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_lib_vkd3d_shader" >&5
12991 printf "%s\n" "$ac_cv_mingw_lib_vkd3d_shader" >&6; }
12992 if test "x$ac_cv_mingw_lib_vkd3d_shader" = xyes
12998 if test "$ac_cv_mingw_lib_vkd3d" = "no" -o "$ac_cv_mingw_lib_vkd3d_shader" = "no"
13007 CPPFLAGS=$ac_save_CPPFLAGS
13009 if test "x$VKD3D_PE_LIBS" = "x"
13011 as_fn_append wine_notices "|libvkd3d ${notice_platform}MinGW development files not found (or too old); using bundled version."
13014 if ${ZLIB_PE_CFLAGS:+false} :
13016 if test ${MINGW_PKG_CONFIG+y}
13018 ZLIB_PE_CFLAGS=`$MINGW_PKG_CONFIG --cflags zlib
2>/dev
/null
`
13021 if ${ZLIB_PE_LIBS:+false} :
13023 if test ${MINGW_PKG_CONFIG+y}
13025 ZLIB_PE_LIBS=`$MINGW_PKG_CONFIG --libs zlib
2>/dev
/null
`
13028 ZLIB_PE_LIBS=${ZLIB_PE_LIBS:-"-lz"}
13029 ac_save_CPPFLAGS=$CPPFLAGS
13030 CPPFLAGS="$CPPFLAGS $ZLIB_PE_CFLAGS"
13031 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MinGW zlib.h" >&5
13032 printf %s "checking for MinGW zlib.h... " >&6; }
13033 if test ${ac_cv_mingw_header_zlib_h+y}
13035 printf %s "(cached) " >&6
13037 ac_wine_check_headers_saved_cc=$CC
13038 ac_wine_check_headers_saved_exeext=$ac_exeext
13039 eval CC=\$${wine_arch}_CC
13041 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13042 /* end confdefs.h. */
13053 if ac_fn_c_try_compile "$LINENO"
13055 ac_cv_mingw_header_zlib_h=yes
13057 ac_cv_mingw_header_zlib_h=no
13059 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
13060 CC=$ac_wine_check_headers_saved_cc
13061 ac_exeext=$ac_wine_check_headers_saved_exeext
13063 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_header_zlib_h" >&5
13064 printf "%s\n" "$ac_cv_mingw_header_zlib_h" >&6; }
13065 if test "x$ac_cv_mingw_header_zlib_h" = xyes
13067 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for inflate in MinGW -lz" >&5
13068 printf %s "checking for inflate in MinGW -lz... " >&6; }
13069 if test ${ac_cv_mingw_lib_z+y}
13071 printf %s "(cached) " >&6
13073 ac_wine_check_headers_saved_cc=$CC
13074 ac_wine_check_headers_saved_exeext=$ac_exeext
13075 ac_wine_check_headers_saved_libs=$LIBS
13076 eval CC=\$${wine_arch}_CC
13078 LIBS="-lz $ZLIB_PE_LIBS $LIBS"
13079 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13080 /* end confdefs.h. */
13082 /* Override any GCC internal prototype to avoid an error.
13083 Use char because int might match the return type of a GCC
13084 builtin and then its argument prototype would still apply. */
13094 if ac_fn_c_try_link "$LINENO"
13096 ac_cv_mingw_lib_z=yes
13098 ac_cv_mingw_lib_z=no
13100 rm -f core conftest.err conftest.$ac_objext conftest.beam \
13101 conftest$ac_exeext conftest.$ac_ext
13102 CC=$ac_wine_check_headers_saved_cc
13103 ac_exeext=$ac_wine_check_headers_saved_exeext
13104 LIBS=$ac_wine_check_headers_saved_libs
13106 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_lib_z" >&5
13107 printf "%s\n" "$ac_cv_mingw_lib_z" >&6; }
13108 if test "x$ac_cv_mingw_lib_z" = xyes
13112 ZLIB_PE_CFLAGS=""; ZLIB_PE_LIBS=""
13115 ZLIB_PE_CFLAGS=""; ZLIB_PE_LIBS=""
13117 CPPFLAGS=$ac_save_CPPFLAGS
13119 if test "x$ZLIB_PE_LIBS" = "x"
13121 as_fn_append wine_notices "|zlib ${notice_platform}MinGW development files not found; using bundled version."
13125 if ${FAUDIO_PE_LIBS:+false} :
13127 FAUDIO_PE_LIBS="faudio mfplat mfreadwrite mfuuid propsys"
13128 if ${FAUDIO_PE_CFLAGS:+false} :
13130 FAUDIO_PE_CFLAGS="-I\$(top_srcdir)/libs/faudio/include"
13137 printf "%s\n" "$as_me:${as_lineno-$LINENO}: faudio cflags: $FAUDIO_PE_CFLAGS" >&5
13138 printf "%s\n" "$as_me:${as_lineno-$LINENO}: faudio libs: $FAUDIO_PE_LIBS" >&5
13140 if ${GSM_PE_LIBS:+false} :
13143 if ${GSM_PE_CFLAGS:+false} :
13145 GSM_PE_CFLAGS="-I\$(top_srcdir)/libs/gsm/inc"
13152 printf "%s\n" "$as_me:${as_lineno-$LINENO}: gsm cflags: $GSM_PE_CFLAGS" >&5
13153 printf "%s\n" "$as_me:${as_lineno-$LINENO}: gsm libs: $GSM_PE_LIBS" >&5
13155 if ${JPEG_PE_LIBS:+false} :
13158 if ${JPEG_PE_CFLAGS:+false} :
13160 JPEG_PE_CFLAGS="-I\$(top_srcdir)/libs/jpeg"
13167 printf "%s\n" "$as_me:${as_lineno-$LINENO}: jpeg cflags: $JPEG_PE_CFLAGS" >&5
13168 printf "%s\n" "$as_me:${as_lineno-$LINENO}: jpeg libs: $JPEG_PE_LIBS" >&5
13170 if ${JXR_PE_LIBS:+false} :
13173 if ${JXR_PE_CFLAGS:+false} :
13175 JXR_PE_CFLAGS="-I\$(top_srcdir)/libs/jxr/jxrgluelib -I\$(top_srcdir)/libs/jxr/image/sys"
13182 printf "%s\n" "$as_me:${as_lineno-$LINENO}: jxr cflags: $JXR_PE_CFLAGS" >&5
13183 printf "%s\n" "$as_me:${as_lineno-$LINENO}: jxr libs: $JXR_PE_LIBS" >&5
13185 if ${LCMS2_PE_LIBS:+false} :
13187 LCMS2_PE_LIBS=lcms2
13188 if ${LCMS2_PE_CFLAGS:+false} :
13190 LCMS2_PE_CFLAGS="-I\$(top_srcdir)/libs/lcms2/include"
13197 printf "%s\n" "$as_me:${as_lineno-$LINENO}: lcms2 cflags: $LCMS2_PE_CFLAGS" >&5
13198 printf "%s\n" "$as_me:${as_lineno-$LINENO}: lcms2 libs: $LCMS2_PE_LIBS" >&5
13200 if ${LDAP_PE_LIBS:+false} :
13203 if ${LDAP_PE_CFLAGS:+false} :
13205 LDAP_PE_CFLAGS="-I\$(top_srcdir)/libs/ldap/include"
13212 printf "%s\n" "$as_me:${as_lineno-$LINENO}: ldap cflags: $LDAP_PE_CFLAGS" >&5
13213 printf "%s\n" "$as_me:${as_lineno-$LINENO}: ldap libs: $LDAP_PE_LIBS" >&5
13215 if ${MPG123_PE_LIBS:+false} :
13217 MPG123_PE_LIBS=mpg123
13218 if ${MPG123_PE_CFLAGS:+false} :
13220 MPG123_PE_CFLAGS="-I\$(top_srcdir)/libs/mpg123/src/libmpg123"
13227 printf "%s\n" "$as_me:${as_lineno-$LINENO}: mpg123 cflags: $MPG123_PE_CFLAGS" >&5
13228 printf "%s\n" "$as_me:${as_lineno-$LINENO}: mpg123 libs: $MPG123_PE_LIBS" >&5
13230 if ${MUSL_PE_LIBS:+false} :
13233 if ${MUSL_PE_CFLAGS:+false} :
13242 printf "%s\n" "$as_me:${as_lineno-$LINENO}: musl cflags: $MUSL_PE_CFLAGS" >&5
13243 printf "%s\n" "$as_me:${as_lineno-$LINENO}: musl libs: $MUSL_PE_LIBS" >&5
13245 if ${PNG_PE_LIBS:+false} :
13247 PNG_PE_LIBS="png \$(ZLIB_PE_LIBS)"
13248 if ${PNG_PE_CFLAGS:+false} :
13250 PNG_PE_CFLAGS="-I\$(top_srcdir)/libs/png"
13257 printf "%s\n" "$as_me:${as_lineno-$LINENO}: png cflags: $PNG_PE_CFLAGS" >&5
13258 printf "%s\n" "$as_me:${as_lineno-$LINENO}: png libs: $PNG_PE_LIBS" >&5
13260 if ${TIFF_PE_LIBS:+false} :
13262 TIFF_PE_LIBS="tiff \$(ZLIB_PE_LIBS)"
13263 if ${TIFF_PE_CFLAGS:+false} :
13265 TIFF_PE_CFLAGS="-I\$(top_srcdir)/libs/tiff/libtiff"
13272 printf "%s\n" "$as_me:${as_lineno-$LINENO}: tiff cflags: $TIFF_PE_CFLAGS" >&5
13273 printf "%s\n" "$as_me:${as_lineno-$LINENO}: tiff libs: $TIFF_PE_LIBS" >&5
13275 if ${VKD3D_PE_LIBS:+false} :
13277 VKD3D_PE_LIBS=vkd3d
13278 if ${VKD3D_PE_CFLAGS:+false} :
13280 VKD3D_PE_CFLAGS="-I\$(top_srcdir)/libs/vkd3d/include"
13287 printf "%s\n" "$as_me:${as_lineno-$LINENO}: vkd3d cflags: $VKD3D_PE_CFLAGS" >&5
13288 printf "%s\n" "$as_me:${as_lineno-$LINENO}: vkd3d libs: $VKD3D_PE_LIBS" >&5
13290 if ${XML2_PE_LIBS:+false} :
13293 if ${XML2_PE_CFLAGS:+false} :
13295 XML2_PE_CFLAGS="-I\$(top_srcdir)/libs/xml2/include -DLIBXML_STATIC"
13302 printf "%s\n" "$as_me:${as_lineno-$LINENO}: xml2 cflags: $XML2_PE_CFLAGS" >&5
13303 printf "%s\n" "$as_me:${as_lineno-$LINENO}: xml2 libs: $XML2_PE_LIBS" >&5
13305 if ${XSLT_PE_LIBS:+false} :
13308 if ${XSLT_PE_CFLAGS:+false} :
13310 XSLT_PE_CFLAGS="-I\$(top_srcdir)/libs/xslt/libxslt -I\$(top_srcdir)/libs/xslt -DLIBXSLT_STATIC"
13317 printf "%s\n" "$as_me:${as_lineno-$LINENO}: xslt cflags: $XSLT_PE_CFLAGS" >&5
13318 printf "%s\n" "$as_me:${as_lineno-$LINENO}: xslt libs: $XSLT_PE_LIBS" >&5
13320 if ${ZLIB_PE_LIBS:+false} :
13323 if ${ZLIB_PE_CFLAGS:+false} :
13325 ZLIB_PE_CFLAGS="-I\$(top_srcdir)/libs/zlib -DFAR= -DZ_SOLO"
13332 printf "%s\n" "$as_me:${as_lineno-$LINENO}: zlib cflags: $ZLIB_PE_CFLAGS" >&5
13333 printf "%s\n" "$as_me:${as_lineno-$LINENO}: zlib libs: $ZLIB_PE_LIBS" >&5
13335 if ${ZYDIS_PE_LIBS:+false} :
13337 ZYDIS_PE_LIBS=zydis
13338 if ${ZYDIS_PE_CFLAGS:+false} :
13340 ZYDIS_PE_CFLAGS="-I\$(top_srcdir)/libs/zydis/include"
13347 printf "%s\n" "$as_me:${as_lineno-$LINENO}: zydis cflags: $ZYDIS_PE_CFLAGS" >&5
13348 printf "%s\n" "$as_me:${as_lineno-$LINENO}: zydis libs: $ZYDIS_PE_LIBS" >&5
13352 if test "$ac_cv_header_pthread_h" = "yes"
13354 ac_fn_c_check_func "$LINENO" "pthread_create" "ac_cv_func_pthread_create"
13355 if test "x$ac_cv_func_pthread_create" = xyes
13359 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
13360 printf %s "checking for pthread_create in -lpthread... " >&6; }
13361 if test ${ac_cv_lib_pthread_pthread_create+y}
13363 printf %s "(cached) " >&6
13365 ac_check_lib_save_LIBS=$LIBS
13366 LIBS="-lpthread $LIBS"
13367 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13368 /* end confdefs.h. */
13370 /* Override any GCC internal prototype to avoid an error.
13371 Use char because int might match the return type of a GCC
13372 builtin and then its argument prototype would still apply. */
13373 char pthread_create ();
13377 return pthread_create ();
13382 if ac_fn_c_try_link "$LINENO"
13384 ac_cv_lib_pthread_pthread_create=yes
13386 ac_cv_lib_pthread_pthread_create=no
13388 rm -f core conftest.err conftest.$ac_objext conftest.beam \
13389 conftest$ac_exeext conftest.$ac_ext
13390 LIBS=$ac_check_lib_save_LIBS
13392 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
13393 printf "%s\n" "$ac_cv_lib_pthread_pthread_create" >&6; }
13394 if test "x$ac_cv_lib_pthread_pthread_create" = xyes
13396 PTHREAD_LIBS="-lpthread"
13403 if test "x$ac_cv_func_pthread_create" != xyes -a "x$PTHREAD_LIBS" = x
13405 case "x$with_pthread" in
13407 *) as_fn_error $? "pthread ${notice_platform}development files not found.
13408 Wine cannot support threads without libpthread.
13409 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
13416 ac_cpp='$CPP $CPPFLAGS'
13417 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13418 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13419 ac_compiler_gnu=$ac_cv_c_compiler_gnu
13420 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
13421 printf %s "checking how to run the C preprocessor... " >&6; }
13422 # On Suns, sometimes $CPP names a directory.
13423 if test -n "$CPP" && test -d "$CPP"; then
13426 if test -z "$CPP"; then
13427 if test ${ac_cv_prog_CPP+y}
13429 printf %s "(cached) " >&6
13431 # Double quotes because $CC needs to be expanded
13432 for CPP in "$CC -E" "$CC -E -traditional-cpp" cpp /lib/cpp
13434 ac_preproc_ok=false
13435 for ac_c_preproc_warn_flag in '' yes
13437 # Use a header file that comes with gcc, so configuring glibc
13438 # with a fresh cross-compiler works.
13439 # On the NeXT, cc -E runs the code through the compiler's parser,
13440 # not just through cpp. "Syntax error" is here to catch this case.
13441 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13442 /* end confdefs.h. */
13443 #include <limits.h>
13446 if ac_fn_c_try_cpp "$LINENO"
13450 # Broken: fails on valid input.
13453 rm -f conftest.err conftest.i conftest.$ac_ext
13455 # OK, works on sane cases. Now check whether nonexistent headers
13456 # can be detected and how.
13457 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13458 /* end confdefs.h. */
13459 #include <ac_nonexistent.h>
13461 if ac_fn_c_try_cpp "$LINENO"
13463 # Broken: success on invalid input.
13466 # Passes both tests.
13470 rm -f conftest.err conftest.i conftest.$ac_ext
13473 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
13474 rm -f conftest.i conftest.err conftest.
$ac_ext
13481 ac_cv_prog_CPP
=$CPP
13484 CPP
=$ac_cv_prog_CPP
13486 ac_cv_prog_CPP
=$CPP
13488 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
13489 printf "%s\n" "$CPP" >&6; }
13490 ac_preproc_ok
=false
13491 for ac_c_preproc_warn_flag
in '' yes
13493 # Use a header file that comes with gcc, so configuring glibc
13494 # with a fresh cross-compiler works.
13495 # On the NeXT, cc -E runs the code through the compiler's parser,
13496 # not just through cpp. "Syntax error" is here to catch this case.
13497 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13498 /* end confdefs.h. */
13499 #include <limits.h>
13502 if ac_fn_c_try_cpp
"$LINENO"
13506 # Broken: fails on valid input.
13509 rm -f conftest.err conftest.i conftest.
$ac_ext
13511 # OK, works on sane cases. Now check whether nonexistent headers
13512 # can be detected and how.
13513 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13514 /* end confdefs.h. */
13515 #include <ac_nonexistent.h>
13517 if ac_fn_c_try_cpp
"$LINENO"
13519 # Broken: success on invalid input.
13522 # Passes both tests.
13526 rm -f conftest.err conftest.i conftest.
$ac_ext
13529 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
13530 rm -f conftest.i conftest.err conftest.
$ac_ext
13535 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13536 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
13537 as_fn_error $?
"C preprocessor \"$CPP\" fails sanity check
13538 See \`config.log' for more details" "$LINENO" 5; }
13542 ac_cpp
='$CPP $CPPFLAGS'
13543 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13544 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13545 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
13548 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for X" >&5
13549 printf %s
"checking for X... " >&6; }
13552 # Check whether --with-x was given.
13553 if test ${with_x+y}
13558 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
13559 if test "x$with_x" = xno
; then
13560 # The user explicitly disabled X.
13563 case $x_includes,$x_libraries in #(
13564 *\'*) as_fn_error $?
"cannot use X directory names containing '" "$LINENO" 5;; #(
13565 *,NONE | NONE
,*) if test ${ac_cv_have_x+y}
13567 printf %s
"(cached) " >&6
13569 # One or both of the vars are not set, and there is no cached value.
13572 # Do we need to do anything special at all?
13575 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13576 /* end confdefs.h. */
13577 #include <X11/Xlib.h>
13586 if ac_fn_c_try_link
"$LINENO"
13588 # We can compile and link X programs with no special options.
13592 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
13593 conftest
$ac_exeext conftest.
$ac_ext
13594 LIBS
="$ac_save_LIBS"
13595 # If that didn't work, only try xmkmf and file system searches
13596 # for native compilation.
13597 if test x
"$ac_x_includes" = xno
&& test "$cross_compiling" = no
13599 rm -f -r conftest.dir
13600 if mkdir conftest.dir
; then
13602 cat >Imakefile
<<'_ACEOF'
13604 @echo incroot='${INCROOT}'
13606 @echo usrlibdir='${USRLIBDIR}'
13608 @echo libdir='${LIBDIR}'
13610 if (export CC
; ${XMKMF-xmkmf}) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
13611 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
13612 for ac_var
in incroot usrlibdir libdir
; do
13613 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
13615 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
13616 for ac_extension
in a so sl dylib la dll
; do
13617 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
13618 test -f "$ac_im_libdir/libX11.$ac_extension"; then
13619 ac_im_usrlibdir
=$ac_im_libdir; break
13622 # Screen out bogus values from the imake configuration. They are
13623 # bogus both because they are the default anyway, and because
13624 # using them would break gcc on systems where it needs fixed includes.
13625 case $ac_im_incroot in
13626 /usr
/include
) ac_x_includes
= ;;
13627 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
=$ac_im_incroot;;
13629 case $ac_im_usrlibdir in
13630 /usr
/lib |
/usr
/lib64 |
/lib |
/lib64
) ;;
13631 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
=$ac_im_usrlibdir ;;
13635 rm -f -r conftest.dir
13638 # Standard set of common directories for X headers.
13639 # Check X11 before X11Rn because it is often a symlink to the current release.
13653 /usr/local/X11/include
13654 /usr/local/X11R7/include
13655 /usr/local/X11R6/include
13656 /usr/local/X11R5/include
13657 /usr/local/X11R4/include
13659 /usr/local/include/X11
13660 /usr/local/include/X11R7
13661 /usr/local/include/X11R6
13662 /usr/local/include/X11R5
13663 /usr/local/include/X11R4
13669 /usr/XFree86/include/X11
13673 /usr/unsupported/include
13674 /usr/athena/include
13675 /usr/local/x11r5/include
13676 /usr/lpp/Xamples/include
13678 /usr/openwin/include
13679 /usr/openwin/share/include'
13681 if test "$ac_x_includes" = no
; then
13682 # Guess where to find include files, by looking for Xlib.h.
13683 # First, try using that file with no special directory specified.
13684 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13685 /* end confdefs.h. */
13686 #include <X11/Xlib.h>
13688 if ac_fn_c_try_cpp
"$LINENO"
13690 # We can compile using X headers with no special include directory.
13693 for ac_dir
in $ac_x_header_dirs; do
13694 if test -r "$ac_dir/X11/Xlib.h"; then
13695 ac_x_includes
=$ac_dir
13700 rm -f conftest.err conftest.i conftest.
$ac_ext
13701 fi # $ac_x_includes = no
13703 if test "$ac_x_libraries" = no
; then
13704 # Check for the libraries.
13705 # See if we find them without any special options.
13706 # Don't add to $LIBS permanently.
13709 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13710 /* end confdefs.h. */
13711 #include <X11/Xlib.h>
13720 if ac_fn_c_try_link
"$LINENO"
13723 # We can link X programs with no special library path.
13727 for ac_dir
in `printf "%s\n" "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
13729 # Don't even attempt the hair of trying to link an X program!
13730 for ac_extension
in a so sl dylib la dll
; do
13731 if test -r "$ac_dir/libX11.$ac_extension"; then
13732 ac_x_libraries
=$ac_dir
13738 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
13739 conftest
$ac_exeext conftest.
$ac_ext
13740 fi # $ac_x_libraries = no
13743 # Record the results.
13744 case $ac_x_includes,$ac_x_libraries in #(
13745 no
,* |
*,no |
*\'*) :
13746 # Didn't find X, or a directory has "'" in its name.
13747 ac_cv_have_x
="have_x=no" ;; #(
13749 # Record where we found X for the cache.
13750 ac_cv_have_x
="have_x=yes\
13751 ac_x_includes='$ac_x_includes'\
13752 ac_x_libraries='$ac_x_libraries'" ;;
13758 eval "$ac_cv_have_x"
13761 if test "$have_x" != yes; then
13762 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
13763 printf "%s\n" "$have_x" >&6; }
13766 # If each of the values was on the command line, it overrides each guess.
13767 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
13768 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
13769 # Update the cache value to reflect the command line values.
13770 ac_cv_have_x
="have_x=yes\
13771 ac_x_includes='$x_includes'\
13772 ac_x_libraries='$x_libraries'"
13773 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
13774 printf "%s\n" "libraries $x_libraries, headers $x_includes" >&6; }
13777 if test "$no_x" = yes; then
13778 # Not all programs may use this symbol, but it does not hurt to define it.
13780 printf "%s\n" "#define X_DISPLAY_MISSING 1" >>confdefs.h
13782 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
13784 if test -n "$x_includes"; then
13785 X_CFLAGS
="$X_CFLAGS -I$x_includes"
13788 # It would also be nice to do this for all -L options, not just this one.
13789 if test -n "$x_libraries"; then
13790 X_LIBS
="$X_LIBS -L$x_libraries"
13791 # For Solaris; some versions of Sun CC require a space after -R and
13792 # others require no space. Words are not sufficient . . . .
13793 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
13794 printf %s
"checking whether -R must be followed by a space... " >&6; }
13795 ac_xsave_LIBS
=$LIBS; LIBS
="$LIBS -R$x_libraries"
13796 ac_xsave_c_werror_flag
=$ac_c_werror_flag
13797 ac_c_werror_flag
=yes
13798 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13799 /* end confdefs.h. */
13809 if ac_fn_c_try_link
"$LINENO"
13811 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
13812 printf "%s\n" "no" >&6; }
13813 X_LIBS
="$X_LIBS -R$x_libraries"
13815 LIBS
="$ac_xsave_LIBS -R $x_libraries"
13816 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13817 /* end confdefs.h. */
13827 if ac_fn_c_try_link
"$LINENO"
13829 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13830 printf "%s\n" "yes" >&6; }
13831 X_LIBS
="$X_LIBS -R $x_libraries"
13833 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
13834 printf "%s\n" "neither works" >&6; }
13836 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
13837 conftest
$ac_exeext conftest.
$ac_ext
13839 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
13840 conftest
$ac_exeext conftest.
$ac_ext
13841 ac_c_werror_flag
=$ac_xsave_c_werror_flag
13842 LIBS
=$ac_xsave_LIBS
13845 # Check for system-dependent libraries X programs must link with.
13846 # Do this before checking for the system-independent R6 libraries
13847 # (-lICE), since we may need -lsocket or whatever for X linking.
13849 if test "$ISC" = yes; then
13850 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
13852 # Martyn Johnson says this is needed for Ultrix, if the X
13853 # libraries were built with DECnet support. And Karl Berry says
13854 # the Alpha needs dnet_stub (dnet does not exist).
13855 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS $X_LIBS -lX11"
13856 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13857 /* end confdefs.h. */
13859 /* Override any GCC internal prototype to avoid an error.
13860 Use char because int might match the return type of a GCC
13861 builtin and then its argument prototype would still apply. */
13862 char XOpenDisplay ();
13866 return XOpenDisplay ();
13871 if ac_fn_c_try_link
"$LINENO"
13875 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
13876 printf %s
"checking for dnet_ntoa in -ldnet... " >&6; }
13877 if test ${ac_cv_lib_dnet_dnet_ntoa+y}
13879 printf %s
"(cached) " >&6
13881 ac_check_lib_save_LIBS
=$LIBS
13882 LIBS
="-ldnet $LIBS"
13883 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13884 /* end confdefs.h. */
13886 /* Override any GCC internal prototype to avoid an error.
13887 Use char because int might match the return type of a GCC
13888 builtin and then its argument prototype would still apply. */
13893 return dnet_ntoa ();
13898 if ac_fn_c_try_link
"$LINENO"
13900 ac_cv_lib_dnet_dnet_ntoa
=yes
13902 ac_cv_lib_dnet_dnet_ntoa
=no
13904 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
13905 conftest
$ac_exeext conftest.
$ac_ext
13906 LIBS
=$ac_check_lib_save_LIBS
13908 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
13909 printf "%s\n" "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
13910 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes
13912 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
13915 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
13916 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
13917 printf %s
"checking for dnet_ntoa in -ldnet_stub... " >&6; }
13918 if test ${ac_cv_lib_dnet_stub_dnet_ntoa+y}
13920 printf %s
"(cached) " >&6
13922 ac_check_lib_save_LIBS
=$LIBS
13923 LIBS
="-ldnet_stub $LIBS"
13924 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13925 /* end confdefs.h. */
13927 /* Override any GCC internal prototype to avoid an error.
13928 Use char because int might match the return type of a GCC
13929 builtin and then its argument prototype would still apply. */
13934 return dnet_ntoa ();
13939 if ac_fn_c_try_link
"$LINENO"
13941 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
13943 ac_cv_lib_dnet_stub_dnet_ntoa
=no
13945 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
13946 conftest
$ac_exeext conftest.
$ac_ext
13947 LIBS
=$ac_check_lib_save_LIBS
13949 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
13950 printf "%s\n" "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
13951 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes
13953 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
13958 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
13959 conftest
$ac_exeext conftest.
$ac_ext
13960 LIBS
="$ac_xsave_LIBS"
13962 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
13963 # to get the SysV transport functions.
13964 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
13966 # The nsl library prevents programs from opening the X display
13967 # on Irix 5.2, according to T.E. Dickey.
13968 # The functions gethostbyname, getservbyname, and inet_addr are
13969 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
13970 ac_fn_c_check_func
"$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
13971 if test "x$ac_cv_func_gethostbyname" = xyes
13976 if test $ac_cv_func_gethostbyname = no
; then
13977 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
13978 printf %s
"checking for gethostbyname in -lnsl... " >&6; }
13979 if test ${ac_cv_lib_nsl_gethostbyname+y}
13981 printf %s
"(cached) " >&6
13983 ac_check_lib_save_LIBS
=$LIBS
13985 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13986 /* end confdefs.h. */
13988 /* Override any GCC internal prototype to avoid an error.
13989 Use char because int might match the return type of a GCC
13990 builtin and then its argument prototype would still apply. */
13991 char gethostbyname ();
13995 return gethostbyname ();
14000 if ac_fn_c_try_link
"$LINENO"
14002 ac_cv_lib_nsl_gethostbyname
=yes
14004 ac_cv_lib_nsl_gethostbyname
=no
14006 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
14007 conftest
$ac_exeext conftest.
$ac_ext
14008 LIBS
=$ac_check_lib_save_LIBS
14010 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
14011 printf "%s\n" "$ac_cv_lib_nsl_gethostbyname" >&6; }
14012 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes
14014 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
14017 if test $ac_cv_lib_nsl_gethostbyname = no
; then
14018 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
14019 printf %s
"checking for gethostbyname in -lbsd... " >&6; }
14020 if test ${ac_cv_lib_bsd_gethostbyname+y}
14022 printf %s
"(cached) " >&6
14024 ac_check_lib_save_LIBS
=$LIBS
14026 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14027 /* end confdefs.h. */
14029 /* Override any GCC internal prototype to avoid an error.
14030 Use char because int might match the return type of a GCC
14031 builtin and then its argument prototype would still apply. */
14032 char gethostbyname ();
14036 return gethostbyname ();
14041 if ac_fn_c_try_link
"$LINENO"
14043 ac_cv_lib_bsd_gethostbyname
=yes
14045 ac_cv_lib_bsd_gethostbyname
=no
14047 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
14048 conftest
$ac_exeext conftest.
$ac_ext
14049 LIBS
=$ac_check_lib_save_LIBS
14051 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
14052 printf "%s\n" "$ac_cv_lib_bsd_gethostbyname" >&6; }
14053 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes
14055 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lbsd"
14061 # lieder@skyler.mavd.honeywell.com says without -lsocket,
14062 # socket/setsockopt and other routines are undefined under SCO ODT
14063 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
14064 # on later versions), says Simon Leinen: it contains gethostby*
14065 # variants that don't use the name server (or something). -lsocket
14066 # must be given before -lnsl if both are needed. We assume that
14067 # if connect needs -lnsl, so does gethostbyname.
14068 ac_fn_c_check_func
"$LINENO" "connect" "ac_cv_func_connect"
14069 if test "x$ac_cv_func_connect" = xyes
14074 if test $ac_cv_func_connect = no
; then
14075 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
14076 printf %s
"checking for connect in -lsocket... " >&6; }
14077 if test ${ac_cv_lib_socket_connect+y}
14079 printf %s
"(cached) " >&6
14081 ac_check_lib_save_LIBS
=$LIBS
14082 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
14083 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14084 /* end confdefs.h. */
14086 /* Override any GCC internal prototype to avoid an error.
14087 Use char because int might match the return type of a GCC
14088 builtin and then its argument prototype would still apply. */
14098 if ac_fn_c_try_link
"$LINENO"
14100 ac_cv_lib_socket_connect
=yes
14102 ac_cv_lib_socket_connect
=no
14104 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
14105 conftest
$ac_exeext conftest.
$ac_ext
14106 LIBS
=$ac_check_lib_save_LIBS
14108 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
14109 printf "%s\n" "$ac_cv_lib_socket_connect" >&6; }
14110 if test "x$ac_cv_lib_socket_connect" = xyes
14112 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
14117 # Guillermo Gomez says -lposix is necessary on A/UX.
14118 ac_fn_c_check_func
"$LINENO" "remove" "ac_cv_func_remove"
14119 if test "x$ac_cv_func_remove" = xyes
14124 if test $ac_cv_func_remove = no
; then
14125 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
14126 printf %s
"checking for remove in -lposix... " >&6; }
14127 if test ${ac_cv_lib_posix_remove+y}
14129 printf %s
"(cached) " >&6
14131 ac_check_lib_save_LIBS
=$LIBS
14132 LIBS
="-lposix $LIBS"
14133 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14134 /* end confdefs.h. */
14136 /* Override any GCC internal prototype to avoid an error.
14137 Use char because int might match the return type of a GCC
14138 builtin and then its argument prototype would still apply. */
14148 if ac_fn_c_try_link
"$LINENO"
14150 ac_cv_lib_posix_remove
=yes
14152 ac_cv_lib_posix_remove
=no
14154 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
14155 conftest
$ac_exeext conftest.
$ac_ext
14156 LIBS
=$ac_check_lib_save_LIBS
14158 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
14159 printf "%s\n" "$ac_cv_lib_posix_remove" >&6; }
14160 if test "x$ac_cv_lib_posix_remove" = xyes
14162 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
14167 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
14168 ac_fn_c_check_func
"$LINENO" "shmat" "ac_cv_func_shmat"
14169 if test "x$ac_cv_func_shmat" = xyes
14174 if test $ac_cv_func_shmat = no
; then
14175 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
14176 printf %s
"checking for shmat in -lipc... " >&6; }
14177 if test ${ac_cv_lib_ipc_shmat+y}
14179 printf %s
"(cached) " >&6
14181 ac_check_lib_save_LIBS
=$LIBS
14183 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14184 /* end confdefs.h. */
14186 /* Override any GCC internal prototype to avoid an error.
14187 Use char because int might match the return type of a GCC
14188 builtin and then its argument prototype would still apply. */
14198 if ac_fn_c_try_link
"$LINENO"
14200 ac_cv_lib_ipc_shmat
=yes
14202 ac_cv_lib_ipc_shmat
=no
14204 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
14205 conftest
$ac_exeext conftest.
$ac_ext
14206 LIBS
=$ac_check_lib_save_LIBS
14208 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
14209 printf "%s\n" "$ac_cv_lib_ipc_shmat" >&6; }
14210 if test "x$ac_cv_lib_ipc_shmat" = xyes
14212 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
14218 # Check for libraries that X11R6 Xt/Xaw programs need.
14219 ac_save_LDFLAGS
=$LDFLAGS
14220 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
14221 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
14222 # check for ICE first), but we must link in the order -lSM -lICE or
14223 # we get undefined symbols. So assume we have SM if we have ICE.
14224 # These have to be linked with before -lX11, unlike the other
14225 # libraries we check for below, so use a different variable.
14226 # John Interrante, Karl Berry
14227 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
14228 printf %s
"checking for IceConnectionNumber in -lICE... " >&6; }
14229 if test ${ac_cv_lib_ICE_IceConnectionNumber+y}
14231 printf %s
"(cached) " >&6
14233 ac_check_lib_save_LIBS
=$LIBS
14234 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
14235 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14236 /* end confdefs.h. */
14238 /* Override any GCC internal prototype to avoid an error.
14239 Use char because int might match the return type of a GCC
14240 builtin and then its argument prototype would still apply. */
14241 char IceConnectionNumber ();
14245 return IceConnectionNumber ();
14250 if ac_fn_c_try_link
"$LINENO"
14252 ac_cv_lib_ICE_IceConnectionNumber
=yes
14254 ac_cv_lib_ICE_IceConnectionNumber
=no
14256 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
14257 conftest
$ac_exeext conftest.
$ac_ext
14258 LIBS
=$ac_check_lib_save_LIBS
14260 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
14261 printf "%s\n" "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
14262 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes
14264 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
14267 LDFLAGS
=$ac_save_LDFLAGS
14272 if test "$have_x" = "yes"
14274 ac_save_CPPFLAGS
="$CPPFLAGS"
14275 CPPFLAGS
="$CPPFLAGS $X_CFLAGS"
14277 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
14278 printf %s
"checking for -lX11... " >&6; }
14279 if test ${ac_cv_lib_soname_X11+y}
14281 printf %s
"(cached) " >&6
14283 ac_check_soname_save_LIBS
=$LIBS
14284 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
14285 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14286 /* end confdefs.h. */
14288 /* Override any GCC internal prototype to avoid an error.
14289 Use char because int might match the return type of a GCC
14290 builtin and then its argument prototype would still apply. */
14291 char XCreateWindow ();
14295 return XCreateWindow ();
14300 if ac_fn_c_try_link
"$LINENO"
14303 dll
) ac_cv_lib_soname_X11
=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14304 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'` ;;
14305 *) ac_cv_lib_soname_X11
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libX11\\.$LIBEXT" | sed -e "s/^.*\\[\\(libX11\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14306 if ${ac_cv_lib_soname_X11:+false} :
14308 ac_cv_lib_soname_X11
=`$LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14312 ac_cv_lib_soname_X11
=
14314 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
14315 conftest
$ac_exeext conftest.
$ac_ext
14316 LIBS
=$ac_check_soname_save_LIBS
14318 if ${ac_cv_lib_soname_X11:+false} :
14320 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14321 printf "%s\n" "not found" >&6; }
14324 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
14325 printf "%s\n" "$ac_cv_lib_soname_X11" >&6; }
14327 printf "%s\n" "#define SONAME_LIBX11 \"$ac_cv_lib_soname_X11\"" >>confdefs.h
14331 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
14332 printf %s
"checking for -lXext... " >&6; }
14333 if test ${ac_cv_lib_soname_Xext+y}
14335 printf %s
"(cached) " >&6
14337 ac_check_soname_save_LIBS
=$LIBS
14338 LIBS
="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
14339 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14340 /* end confdefs.h. */
14342 /* Override any GCC internal prototype to avoid an error.
14343 Use char because int might match the return type of a GCC
14344 builtin and then its argument prototype would still apply. */
14345 char XextCreateExtension ();
14349 return XextCreateExtension ();
14354 if ac_fn_c_try_link
"$LINENO"
14357 dll
) ac_cv_lib_soname_Xext
=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14358 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'` ;;
14359 *) ac_cv_lib_soname_Xext
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXext\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXext\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14360 if ${ac_cv_lib_soname_Xext:+false} :
14362 ac_cv_lib_soname_Xext
=`$LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14366 ac_cv_lib_soname_Xext
=
14368 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
14369 conftest
$ac_exeext conftest.
$ac_ext
14370 LIBS
=$ac_check_soname_save_LIBS
14372 if ${ac_cv_lib_soname_Xext:+false} :
14374 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14375 printf "%s\n" "not found" >&6; }
14378 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
14379 printf "%s\n" "$ac_cv_lib_soname_Xext" >&6; }
14381 printf "%s\n" "#define SONAME_LIBXEXT \"$ac_cv_lib_soname_Xext\"" >>confdefs.h
14383 X_LIBS
="$X_LIBS -lXext"
14385 X_LIBS
="$X_LIBS -lX11"
14387 ac_fn_c_check_header_compile
"$LINENO" "X11/Xlib.h" "ac_cv_header_X11_Xlib_h" "#ifdef HAVE_X11_XLIB_H
14388 # include <X11/Xlib.h>
14390 #ifdef HAVE_X11_XUTIL_H
14391 # include <X11/Xutil.h>
14394 if test "x$ac_cv_header_X11_Xlib_h" = xyes
14396 printf "%s\n" "#define HAVE_X11_XLIB_H 1" >>confdefs.h
14399 ac_fn_c_check_header_compile
"$LINENO" "X11/XKBlib.h" "ac_cv_header_X11_XKBlib_h" "#ifdef HAVE_X11_XLIB_H
14400 # include <X11/Xlib.h>
14402 #ifdef HAVE_X11_XUTIL_H
14403 # include <X11/Xutil.h>
14406 if test "x$ac_cv_header_X11_XKBlib_h" = xyes
14408 printf "%s\n" "#define HAVE_X11_XKBLIB_H 1" >>confdefs.h
14411 ac_fn_c_check_header_compile
"$LINENO" "X11/Xutil.h" "ac_cv_header_X11_Xutil_h" "#ifdef HAVE_X11_XLIB_H
14412 # include <X11/Xlib.h>
14414 #ifdef HAVE_X11_XUTIL_H
14415 # include <X11/Xutil.h>
14418 if test "x$ac_cv_header_X11_Xutil_h" = xyes
14420 printf "%s\n" "#define HAVE_X11_XUTIL_H 1" >>confdefs.h
14423 ac_fn_c_check_header_compile
"$LINENO" "X11/Xcursor/Xcursor.h" "ac_cv_header_X11_Xcursor_Xcursor_h" "#ifdef HAVE_X11_XLIB_H
14424 # include <X11/Xlib.h>
14426 #ifdef HAVE_X11_XUTIL_H
14427 # include <X11/Xutil.h>
14430 if test "x$ac_cv_header_X11_Xcursor_Xcursor_h" = xyes
14432 printf "%s\n" "#define HAVE_X11_XCURSOR_XCURSOR_H 1" >>confdefs.h
14435 ac_fn_c_check_header_compile
"$LINENO" "X11/extensions/shape.h" "ac_cv_header_X11_extensions_shape_h" "#ifdef HAVE_X11_XLIB_H
14436 # include <X11/Xlib.h>
14438 #ifdef HAVE_X11_XUTIL_H
14439 # include <X11/Xutil.h>
14442 if test "x$ac_cv_header_X11_extensions_shape_h" = xyes
14444 printf "%s\n" "#define HAVE_X11_EXTENSIONS_SHAPE_H 1" >>confdefs.h
14447 ac_fn_c_check_header_compile
"$LINENO" "X11/extensions/XInput.h" "ac_cv_header_X11_extensions_XInput_h" "#ifdef HAVE_X11_XLIB_H
14448 # include <X11/Xlib.h>
14450 #ifdef HAVE_X11_XUTIL_H
14451 # include <X11/Xutil.h>
14454 if test "x$ac_cv_header_X11_extensions_XInput_h" = xyes
14456 printf "%s\n" "#define HAVE_X11_EXTENSIONS_XINPUT_H 1" >>confdefs.h
14459 ac_fn_c_check_header_compile
"$LINENO" "X11/extensions/XInput2.h" "ac_cv_header_X11_extensions_XInput2_h" "#ifdef HAVE_X11_XLIB_H
14460 # include <X11/Xlib.h>
14462 #ifdef HAVE_X11_XUTIL_H
14463 # include <X11/Xutil.h>
14466 if test "x$ac_cv_header_X11_extensions_XInput2_h" = xyes
14468 printf "%s\n" "#define HAVE_X11_EXTENSIONS_XINPUT2_H 1" >>confdefs.h
14471 ac_fn_c_check_header_compile
"$LINENO" "X11/extensions/XShm.h" "ac_cv_header_X11_extensions_XShm_h" "#ifdef HAVE_X11_XLIB_H
14472 # include <X11/Xlib.h>
14474 #ifdef HAVE_X11_XUTIL_H
14475 # include <X11/Xutil.h>
14478 if test "x$ac_cv_header_X11_extensions_XShm_h" = xyes
14480 printf "%s\n" "#define HAVE_X11_EXTENSIONS_XSHM_H 1" >>confdefs.h
14483 ac_fn_c_check_header_compile
"$LINENO" "X11/extensions/Xcomposite.h" "ac_cv_header_X11_extensions_Xcomposite_h" "#ifdef HAVE_X11_XLIB_H
14484 # include <X11/Xlib.h>
14486 #ifdef HAVE_X11_XUTIL_H
14487 # include <X11/Xutil.h>
14490 if test "x$ac_cv_header_X11_extensions_Xcomposite_h" = xyes
14492 printf "%s\n" "#define HAVE_X11_EXTENSIONS_XCOMPOSITE_H 1" >>confdefs.h
14495 ac_fn_c_check_header_compile
"$LINENO" "X11/extensions/Xfixes.h" "ac_cv_header_X11_extensions_Xfixes_h" "#ifdef HAVE_X11_XLIB_H
14496 # include <X11/Xlib.h>
14498 #ifdef HAVE_X11_XUTIL_H
14499 # include <X11/Xutil.h>
14502 if test "x$ac_cv_header_X11_extensions_Xfixes_h" = xyes
14504 printf "%s\n" "#define HAVE_X11_EXTENSIONS_XFIXES_H 1" >>confdefs.h
14507 ac_fn_c_check_header_compile
"$LINENO" "X11/extensions/Xinerama.h" "ac_cv_header_X11_extensions_Xinerama_h" "#ifdef HAVE_X11_XLIB_H
14508 # include <X11/Xlib.h>
14510 #ifdef HAVE_X11_XUTIL_H
14511 # include <X11/Xutil.h>
14514 if test "x$ac_cv_header_X11_extensions_Xinerama_h" = xyes
14516 printf "%s\n" "#define HAVE_X11_EXTENSIONS_XINERAMA_H 1" >>confdefs.h
14519 ac_fn_c_check_header_compile
"$LINENO" "X11/extensions/Xrandr.h" "ac_cv_header_X11_extensions_Xrandr_h" "#ifdef HAVE_X11_XLIB_H
14520 # include <X11/Xlib.h>
14522 #ifdef HAVE_X11_XUTIL_H
14523 # include <X11/Xutil.h>
14526 if test "x$ac_cv_header_X11_extensions_Xrandr_h" = xyes
14528 printf "%s\n" "#define HAVE_X11_EXTENSIONS_XRANDR_H 1" >>confdefs.h
14531 ac_fn_c_check_header_compile
"$LINENO" "X11/extensions/Xrender.h" "ac_cv_header_X11_extensions_Xrender_h" "#ifdef HAVE_X11_XLIB_H
14532 # include <X11/Xlib.h>
14534 #ifdef HAVE_X11_XUTIL_H
14535 # include <X11/Xutil.h>
14538 if test "x$ac_cv_header_X11_extensions_Xrender_h" = xyes
14540 printf "%s\n" "#define HAVE_X11_EXTENSIONS_XRENDER_H 1" >>confdefs.h
14543 ac_fn_c_check_header_compile
"$LINENO" "X11/extensions/xf86vmode.h" "ac_cv_header_X11_extensions_xf86vmode_h" "#ifdef HAVE_X11_XLIB_H
14544 # include <X11/Xlib.h>
14546 #ifdef HAVE_X11_XUTIL_H
14547 # include <X11/Xutil.h>
14550 if test "x$ac_cv_header_X11_extensions_xf86vmode_h" = xyes
14552 printf "%s\n" "#define HAVE_X11_EXTENSIONS_XF86VMODE_H 1" >>confdefs.h
14555 ac_fn_c_check_header_compile
"$LINENO" "X11/extensions/xf86vmproto.h" "ac_cv_header_X11_extensions_xf86vmproto_h" "#ifdef HAVE_X11_XLIB_H
14556 # include <X11/Xlib.h>
14558 #ifdef HAVE_X11_XUTIL_H
14559 # include <X11/Xutil.h>
14562 if test "x$ac_cv_header_X11_extensions_xf86vmproto_h" = xyes
14564 printf "%s\n" "#define HAVE_X11_EXTENSIONS_XF86VMPROTO_H 1" >>confdefs.h
14569 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
14571 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
14572 printf %s
"checking for -lXcursor... " >&6; }
14573 if test ${ac_cv_lib_soname_Xcursor+y}
14575 printf %s
"(cached) " >&6
14577 ac_check_soname_save_LIBS
=$LIBS
14578 LIBS
="-lXcursor $X_LIBS $X_EXTRA_LIBS $LIBS"
14579 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14580 /* end confdefs.h. */
14582 /* Override any GCC internal prototype to avoid an error.
14583 Use char because int might match the return type of a GCC
14584 builtin and then its argument prototype would still apply. */
14585 char XcursorImageLoadCursor ();
14589 return XcursorImageLoadCursor ();
14594 if ac_fn_c_try_link
"$LINENO"
14597 dll
) ac_cv_lib_soname_Xcursor
=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14598 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'` ;;
14599 *) ac_cv_lib_soname_Xcursor
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcursor\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcursor\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14600 if ${ac_cv_lib_soname_Xcursor:+false} :
14602 ac_cv_lib_soname_Xcursor
=`$LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14606 ac_cv_lib_soname_Xcursor
=
14608 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
14609 conftest
$ac_exeext conftest.
$ac_ext
14610 LIBS
=$ac_check_soname_save_LIBS
14612 if ${ac_cv_lib_soname_Xcursor:+false} :
14614 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14615 printf "%s\n" "not found" >&6; }
14618 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
14619 printf "%s\n" "$ac_cv_lib_soname_Xcursor" >&6; }
14621 printf "%s\n" "#define SONAME_LIBXCURSOR \"$ac_cv_lib_soname_Xcursor\"" >>confdefs.h
14626 if test "x$ac_cv_lib_soname_Xcursor" = "x"
14628 case "x$with_xcursor" in
14629 x
) as_fn_append wine_notices
"|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
14631 *) as_fn_error $?
"libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
14632 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
14637 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
14639 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
14640 printf %s
"checking for -lXi... " >&6; }
14641 if test ${ac_cv_lib_soname_Xi+y}
14643 printf %s
"(cached) " >&6
14645 ac_check_soname_save_LIBS
=$LIBS
14646 LIBS
="-lXi $X_LIBS $X_EXTRA_LIBS $LIBS"
14647 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14648 /* end confdefs.h. */
14650 /* Override any GCC internal prototype to avoid an error.
14651 Use char because int might match the return type of a GCC
14652 builtin and then its argument prototype would still apply. */
14653 char XOpenDevice ();
14657 return XOpenDevice ();
14662 if ac_fn_c_try_link
"$LINENO"
14665 dll
) ac_cv_lib_soname_Xi
=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14666 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'` ;;
14667 *) ac_cv_lib_soname_Xi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14668 if ${ac_cv_lib_soname_Xi:+false} :
14670 ac_cv_lib_soname_Xi
=`$LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14674 ac_cv_lib_soname_Xi
=
14676 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
14677 conftest
$ac_exeext conftest.
$ac_ext
14678 LIBS
=$ac_check_soname_save_LIBS
14680 if ${ac_cv_lib_soname_Xi:+false} :
14682 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14683 printf "%s\n" "not found" >&6; }
14686 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
14687 printf "%s\n" "$ac_cv_lib_soname_Xi" >&6; }
14689 printf "%s\n" "#define SONAME_LIBXI \"$ac_cv_lib_soname_Xi\"" >>confdefs.h
14694 if test "x$ac_cv_lib_soname_Xi" = "x"
14696 case "x$with_xinput" in
14697 x
) as_fn_append wine_notices
"|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
14699 *) as_fn_error $?
"libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
14700 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
14705 if test "x$ac_cv_lib_soname_Xi" != x
14707 if test "$ac_cv_header_X11_extensions_XInput2_h" != "yes"
14709 case "x$with_xinput2" in
14710 x
) as_fn_append wine_notices
"|XInput2 headers not found, the XInput 2 extension won't be supported." ;;
14712 *) as_fn_error $?
"XInput2 headers not found, the XInput 2 extension won't be supported.
14713 This is an error since --with-xinput2 was requested." "$LINENO" 5 ;;
14719 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
14721 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
14722 printf %s
"checking for XShmQueryExtension in -lXext... " >&6; }
14723 if test ${ac_cv_lib_Xext_XShmQueryExtension+y}
14725 printf %s
"(cached) " >&6
14727 ac_check_lib_save_LIBS
=$LIBS
14728 LIBS
="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
14729 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14730 /* end confdefs.h. */
14732 /* Override any GCC internal prototype to avoid an error.
14733 Use char because int might match the return type of a GCC
14734 builtin and then its argument prototype would still apply. */
14735 char XShmQueryExtension ();
14739 return XShmQueryExtension ();
14744 if ac_fn_c_try_link
"$LINENO"
14746 ac_cv_lib_Xext_XShmQueryExtension
=yes
14748 ac_cv_lib_Xext_XShmQueryExtension
=no
14750 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
14751 conftest
$ac_exeext conftest.
$ac_ext
14752 LIBS
=$ac_check_lib_save_LIBS
14754 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
14755 printf "%s\n" "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
14756 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = xyes
14759 printf "%s\n" "#define HAVE_LIBXXSHM 1" >>confdefs.h
14764 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"
14766 case "x$with_xshm" in
14767 x
) as_fn_append wine_notices
"|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
14769 *) as_fn_error $?
"XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
14770 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
14775 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
14777 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
14778 printf %s
"checking for XShapeQueryExtension in -lXext... " >&6; }
14779 if test ${ac_cv_lib_Xext_XShapeQueryExtension+y}
14781 printf %s
"(cached) " >&6
14783 ac_check_lib_save_LIBS
=$LIBS
14784 LIBS
="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
14785 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14786 /* end confdefs.h. */
14788 /* Override any GCC internal prototype to avoid an error.
14789 Use char because int might match the return type of a GCC
14790 builtin and then its argument prototype would still apply. */
14791 char XShapeQueryExtension ();
14795 return XShapeQueryExtension ();
14800 if ac_fn_c_try_link
"$LINENO"
14802 ac_cv_lib_Xext_XShapeQueryExtension
=yes
14804 ac_cv_lib_Xext_XShapeQueryExtension
=no
14806 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
14807 conftest
$ac_exeext conftest.
$ac_ext
14808 LIBS
=$ac_check_lib_save_LIBS
14810 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
14811 printf "%s\n" "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
14812 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes
14815 printf "%s\n" "#define HAVE_LIBXSHAPE 1" >>confdefs.h
14820 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"
14822 case "x$with_xshape" in
14823 x
) as_fn_append wine_notices
"|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
14825 *) as_fn_error $?
"XShape ${notice_platform}development files not found, XShape won't be supported.
14826 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
14831 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
14833 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
14834 printf %s
"checking for -lXxf86vm... " >&6; }
14835 if test ${ac_cv_lib_soname_Xxf86vm+y}
14837 printf %s
"(cached) " >&6
14839 ac_check_soname_save_LIBS
=$LIBS
14840 LIBS
="-lXxf86vm $X_LIBS $X_EXTRA_LIBS $LIBS"
14841 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14842 /* end confdefs.h. */
14844 /* Override any GCC internal prototype to avoid an error.
14845 Use char because int might match the return type of a GCC
14846 builtin and then its argument prototype would still apply. */
14847 char XF86VidModeQueryExtension ();
14851 return XF86VidModeQueryExtension ();
14856 if ac_fn_c_try_link
"$LINENO"
14859 dll
) ac_cv_lib_soname_Xxf86vm
=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14860 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'` ;;
14861 *) ac_cv_lib_soname_Xxf86vm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXxf86vm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14862 if ${ac_cv_lib_soname_Xxf86vm:+false} :
14864 ac_cv_lib_soname_Xxf86vm
=`$LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14868 ac_cv_lib_soname_Xxf86vm
=
14870 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
14871 conftest
$ac_exeext conftest.
$ac_ext
14872 LIBS
=$ac_check_soname_save_LIBS
14874 if ${ac_cv_lib_soname_Xxf86vm:+false} :
14876 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14877 printf "%s\n" "not found" >&6; }
14880 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
14881 printf "%s\n" "$ac_cv_lib_soname_Xxf86vm" >&6; }
14883 printf "%s\n" "#define SONAME_LIBXXF86VM \"$ac_cv_lib_soname_Xxf86vm\"" >>confdefs.h
14888 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"
14890 case "x$with_xxf86vm" in
14891 x
) as_fn_append wine_notices
"|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
14893 *) as_fn_error $?
"libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
14894 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
14899 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x"
14901 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
14902 printf %s
"checking for -lXrender... " >&6; }
14903 if test ${ac_cv_lib_soname_Xrender+y}
14905 printf %s
"(cached) " >&6
14907 ac_check_soname_save_LIBS
=$LIBS
14908 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
14909 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14910 /* end confdefs.h. */
14912 /* Override any GCC internal prototype to avoid an error.
14913 Use char because int might match the return type of a GCC
14914 builtin and then its argument prototype would still apply. */
14915 char XRenderQueryExtension ();
14919 return XRenderQueryExtension ();
14924 if ac_fn_c_try_link
"$LINENO"
14927 dll
) ac_cv_lib_soname_Xrender
=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14928 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'` ;;
14929 *) ac_cv_lib_soname_Xrender
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrender\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrender\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14930 if ${ac_cv_lib_soname_Xrender:+false} :
14932 ac_cv_lib_soname_Xrender
=`$LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14936 ac_cv_lib_soname_Xrender
=
14938 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
14939 conftest
$ac_exeext conftest.
$ac_ext
14940 LIBS
=$ac_check_soname_save_LIBS
14942 if ${ac_cv_lib_soname_Xrender:+false} :
14944 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14945 printf "%s\n" "not found" >&6; }
14948 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
14949 printf "%s\n" "$ac_cv_lib_soname_Xrender" >&6; }
14951 printf "%s\n" "#define SONAME_LIBXRENDER \"$ac_cv_lib_soname_Xrender\"" >>confdefs.h
14953 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
14954 printf %s
"checking for XRenderSetPictureTransform in -lXrender... " >&6; }
14955 if test ${ac_cv_lib_Xrender_XRenderSetPictureTransform+y}
14957 printf %s
"(cached) " >&6
14959 ac_check_lib_save_LIBS
=$LIBS
14960 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
14961 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14962 /* end confdefs.h. */
14964 /* Override any GCC internal prototype to avoid an error.
14965 Use char because int might match the return type of a GCC
14966 builtin and then its argument prototype would still apply. */
14967 char XRenderSetPictureTransform ();
14971 return XRenderSetPictureTransform ();
14976 if ac_fn_c_try_link
"$LINENO"
14978 ac_cv_lib_Xrender_XRenderSetPictureTransform
=yes
14980 ac_cv_lib_Xrender_XRenderSetPictureTransform
=no
14982 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
14983 conftest
$ac_exeext conftest.
$ac_ext
14984 LIBS
=$ac_check_lib_save_LIBS
14986 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
14987 printf "%s\n" "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
14988 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = xyes
14991 printf "%s\n" "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
14995 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for XRenderCreateLinearGradient in -lXrender" >&5
14996 printf %s
"checking for XRenderCreateLinearGradient in -lXrender... " >&6; }
14997 if test ${ac_cv_lib_Xrender_XRenderCreateLinearGradient+y}
14999 printf %s
"(cached) " >&6
15001 ac_check_lib_save_LIBS
=$LIBS
15002 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
15003 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15004 /* end confdefs.h. */
15006 /* Override any GCC internal prototype to avoid an error.
15007 Use char because int might match the return type of a GCC
15008 builtin and then its argument prototype would still apply. */
15009 char XRenderCreateLinearGradient ();
15013 return XRenderCreateLinearGradient ();
15018 if ac_fn_c_try_link
"$LINENO"
15020 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=yes
15022 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=no
15024 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
15025 conftest
$ac_exeext conftest.
$ac_ext
15026 LIBS
=$ac_check_lib_save_LIBS
15028 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&5
15029 printf "%s\n" "$ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&6; }
15030 if test "x$ac_cv_lib_Xrender_XRenderCreateLinearGradient" = xyes
15033 printf "%s\n" "#define HAVE_XRENDERCREATELINEARGRADIENT 1" >>confdefs.h
15040 if test "x$ac_cv_lib_soname_Xrender" = "x"
15042 case "x$with_xrender" in
15043 x
) as_fn_append wine_warnings
"|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
15045 *) as_fn_error $?
"libxrender ${notice_platform}development files not found, XRender won't be supported.
15046 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
15051 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
15053 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15054 /* end confdefs.h. */
15055 #include <X11/Xlib.h>
15056 #include <X11/extensions/Xrandr.h>
15060 static typeof(XRRSetScreenConfigAndRate) * func; if (func) return 0;
15065 if ac_fn_c_try_compile
"$LINENO"
15067 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
15068 printf %s
"checking for -lXrandr... " >&6; }
15069 if test ${ac_cv_lib_soname_Xrandr+y}
15071 printf %s
"(cached) " >&6
15073 ac_check_soname_save_LIBS
=$LIBS
15074 LIBS
="-lXrandr $X_LIBS $X_EXTRA_LIBS $LIBS"
15075 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15076 /* end confdefs.h. */
15078 /* Override any GCC internal prototype to avoid an error.
15079 Use char because int might match the return type of a GCC
15080 builtin and then its argument prototype would still apply. */
15081 char XRRQueryExtension ();
15085 return XRRQueryExtension ();
15090 if ac_fn_c_try_link
"$LINENO"
15093 dll
) ac_cv_lib_soname_Xrandr
=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15094 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'` ;;
15095 *) ac_cv_lib_soname_Xrandr
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrandr\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrandr\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15096 if ${ac_cv_lib_soname_Xrandr:+false} :
15098 ac_cv_lib_soname_Xrandr
=`$LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15102 ac_cv_lib_soname_Xrandr
=
15104 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
15105 conftest
$ac_exeext conftest.
$ac_ext
15106 LIBS
=$ac_check_soname_save_LIBS
15108 if ${ac_cv_lib_soname_Xrandr:+false} :
15110 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15111 printf "%s\n" "not found" >&6; }
15114 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
15115 printf "%s\n" "$ac_cv_lib_soname_Xrandr" >&6; }
15117 printf "%s\n" "#define SONAME_LIBXRANDR \"$ac_cv_lib_soname_Xrandr\"" >>confdefs.h
15119 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15120 /* end confdefs.h. */
15121 #include <X11/Xlib.h>
15122 #include <X11/extensions/Xrandr.h>
15126 static typeof(XRRGetProviderResources) *f; if (f) return 0;
15131 if ac_fn_c_try_compile
"$LINENO"
15134 printf "%s\n" "#define HAVE_XRRGETPROVIDERRESOURCES 1" >>confdefs.h
15137 as_fn_append wine_notices
"|libxrandr ${notice_platform}development files too old, XRandR display device handler won't be supported."
15139 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
15142 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
15144 if test "x$ac_cv_lib_soname_Xrandr" = "x"
15146 case "x$with_xrandr" in
15147 x
) as_fn_append wine_notices
"|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
15149 *) as_fn_error $?
"libxrandr ${notice_platform}development files not found, XRandr won't be supported.
15150 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
15155 if test "$ac_cv_header_X11_extensions_Xfixes_h" = "yes"
15157 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15158 /* end confdefs.h. */
15159 #include <X11/Xlib.h>
15160 #include <X11/extensions/Xfixes.h>
15164 static typeof(XFixesQueryVersion) * func; if (func) return 0;
15169 if ac_fn_c_try_compile
"$LINENO"
15171 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lXfixes" >&5
15172 printf %s
"checking for -lXfixes... " >&6; }
15173 if test ${ac_cv_lib_soname_Xfixes+y}
15175 printf %s
"(cached) " >&6
15177 ac_check_soname_save_LIBS
=$LIBS
15178 LIBS
="-lXfixes $X_LIBS $X_EXTRA_LIBS $LIBS"
15179 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15180 /* end confdefs.h. */
15182 /* Override any GCC internal prototype to avoid an error.
15183 Use char because int might match the return type of a GCC
15184 builtin and then its argument prototype would still apply. */
15185 char XFixesQueryVersion ();
15189 return XFixesQueryVersion ();
15194 if ac_fn_c_try_link
"$LINENO"
15197 dll
) ac_cv_lib_soname_Xfixes
=`$ac_cv_path_LDD conftest.exe | grep "Xfixes" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15198 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'` ;;
15199 *) ac_cv_lib_soname_Xfixes
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXfixes\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXfixes\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15200 if ${ac_cv_lib_soname_Xfixes:+false} :
15202 ac_cv_lib_soname_Xfixes
=`$LDD conftest$ac_exeext | grep "libXfixes\\.$LIBEXT" | sed -e "s/^.*\(libXfixes\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15206 ac_cv_lib_soname_Xfixes
=
15208 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
15209 conftest
$ac_exeext conftest.
$ac_ext
15210 LIBS
=$ac_check_soname_save_LIBS
15212 if ${ac_cv_lib_soname_Xfixes:+false} :
15214 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15215 printf "%s\n" "not found" >&6; }
15218 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xfixes" >&5
15219 printf "%s\n" "$ac_cv_lib_soname_Xfixes" >&6; }
15221 printf "%s\n" "#define SONAME_LIBXFIXES \"$ac_cv_lib_soname_Xfixes\"" >>confdefs.h
15226 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
15228 if test "x$ac_cv_lib_soname_Xfixes" = "x"
15230 case "x$with_xfixes" in
15231 x
) as_fn_append wine_notices
"|libxfixes ${notice_platform}development files not found, Xfixes won't be supported." ;;
15233 *) as_fn_error $?
"libxfixes ${notice_platform}development files not found, Xfixes won't be supported.
15234 This is an error since --with-xfixes was requested." "$LINENO" 5 ;;
15239 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
15241 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15242 /* end confdefs.h. */
15243 #include <X11/Xlib.h>
15244 #include <X11/extensions/Xinerama.h>
15248 static typeof(XineramaQueryScreens) * func; if (func) return 0;
15253 if ac_fn_c_try_compile
"$LINENO"
15255 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
15256 printf %s
"checking for -lXinerama... " >&6; }
15257 if test ${ac_cv_lib_soname_Xinerama+y}
15259 printf %s
"(cached) " >&6
15261 ac_check_soname_save_LIBS
=$LIBS
15262 LIBS
="-lXinerama $X_LIBS $X_EXTRA_LIBS $LIBS"
15263 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15264 /* end confdefs.h. */
15266 /* Override any GCC internal prototype to avoid an error.
15267 Use char because int might match the return type of a GCC
15268 builtin and then its argument prototype would still apply. */
15269 char XineramaQueryScreens ();
15273 return XineramaQueryScreens ();
15278 if ac_fn_c_try_link
"$LINENO"
15281 dll
) ac_cv_lib_soname_Xinerama
=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15282 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'` ;;
15283 *) ac_cv_lib_soname_Xinerama
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXinerama\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXinerama\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15284 if ${ac_cv_lib_soname_Xinerama:+false} :
15286 ac_cv_lib_soname_Xinerama
=`$LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15290 ac_cv_lib_soname_Xinerama
=
15292 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
15293 conftest
$ac_exeext conftest.
$ac_ext
15294 LIBS
=$ac_check_soname_save_LIBS
15296 if ${ac_cv_lib_soname_Xinerama:+false} :
15298 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15299 printf "%s\n" "not found" >&6; }
15302 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
15303 printf "%s\n" "$ac_cv_lib_soname_Xinerama" >&6; }
15305 printf "%s\n" "#define SONAME_LIBXINERAMA \"$ac_cv_lib_soname_Xinerama\"" >>confdefs.h
15310 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
15312 if test "x$ac_cv_lib_soname_Xinerama" = "x"
15314 case "x$with_xinerama" in
15315 x
) as_fn_append wine_notices
"|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
15317 *) as_fn_error $?
"libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
15318 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
15323 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
15325 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
15326 printf %s
"checking for -lXcomposite... " >&6; }
15327 if test ${ac_cv_lib_soname_Xcomposite+y}
15329 printf %s
"(cached) " >&6
15331 ac_check_soname_save_LIBS
=$LIBS
15332 LIBS
="-lXcomposite $X_LIBS $X_EXTRA_LIBS $LIBS"
15333 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15334 /* end confdefs.h. */
15336 /* Override any GCC internal prototype to avoid an error.
15337 Use char because int might match the return type of a GCC
15338 builtin and then its argument prototype would still apply. */
15339 char XCompositeRedirectWindow ();
15343 return XCompositeRedirectWindow ();
15348 if ac_fn_c_try_link
"$LINENO"
15351 dll
) ac_cv_lib_soname_Xcomposite
=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15352 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'` ;;
15353 *) ac_cv_lib_soname_Xcomposite
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcomposite\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcomposite\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15354 if ${ac_cv_lib_soname_Xcomposite:+false} :
15356 ac_cv_lib_soname_Xcomposite
=`$LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15360 ac_cv_lib_soname_Xcomposite
=
15362 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
15363 conftest
$ac_exeext conftest.
$ac_ext
15364 LIBS
=$ac_check_soname_save_LIBS
15366 if ${ac_cv_lib_soname_Xcomposite:+false} :
15368 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15369 printf "%s\n" "not found" >&6; }
15372 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
15373 printf "%s\n" "$ac_cv_lib_soname_Xcomposite" >&6; }
15375 printf "%s\n" "#define SONAME_LIBXCOMPOSITE \"$ac_cv_lib_soname_Xcomposite\"" >>confdefs.h
15380 if test "x$ac_cv_lib_soname_Xcomposite" = "x"
15382 case "x$with_xcomposite" in
15383 x
) as_fn_append wine_notices
"|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
15385 *) as_fn_error $?
"libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
15386 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
15391 ac_fn_c_check_member
"$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
15392 #include <X11/Xlib.h>
15395 if test "x$ac_cv_member_XICCallback_callback" = xyes
15398 printf "%s\n" "#define HAVE_XICCALLBACK_CALLBACK 1" >>confdefs.h
15402 ac_fn_c_check_member
"$LINENO" "XEvent" "xcookie" "ac_cv_member_XEvent_xcookie" "#ifdef HAVE_X11_XLIB_H
15403 #include <X11/Xlib.h>
15406 if test "x$ac_cv_member_XEvent_xcookie" = xyes
15409 printf "%s\n" "#define HAVE_XEVENT_XCOOKIE 1" >>confdefs.h
15417 if test "x$with_opengl" != "xno"
15419 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
15420 printf %s
"checking for -lGL... " >&6; }
15421 if test ${ac_cv_lib_soname_GL+y}
15423 printf %s
"(cached) " >&6
15425 ac_check_soname_save_LIBS
=$LIBS
15426 LIBS
="-lGL $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
15427 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15428 /* end confdefs.h. */
15430 /* Override any GCC internal prototype to avoid an error.
15431 Use char because int might match the return type of a GCC
15432 builtin and then its argument prototype would still apply. */
15433 char glXCreateContext ();
15437 return glXCreateContext ();
15442 if ac_fn_c_try_link
"$LINENO"
15445 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15446 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'` ;;
15447 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15448 if ${ac_cv_lib_soname_GL:+false} :
15450 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15454 ac_cv_lib_soname_GL
=
15456 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
15457 conftest
$ac_exeext conftest.
$ac_ext
15458 LIBS
=$ac_check_soname_save_LIBS
15460 if ${ac_cv_lib_soname_GL:+false} :
15462 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15463 printf "%s\n" "not found" >&6; }
15464 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
15465 printf %s
"checking for -lGL... " >&6; }
15466 if test ${ac_cv_lib_soname_GL+y}
15468 printf %s
"(cached) " >&6
15470 ac_check_soname_save_LIBS
=$LIBS
15471 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"
15472 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15473 /* end confdefs.h. */
15475 /* Override any GCC internal prototype to avoid an error.
15476 Use char because int might match the return type of a GCC
15477 builtin and then its argument prototype would still apply. */
15478 char glXCreateContext ();
15482 return glXCreateContext ();
15487 if ac_fn_c_try_link
"$LINENO"
15490 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15491 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'` ;;
15492 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15493 if ${ac_cv_lib_soname_GL:+false} :
15495 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15499 ac_cv_lib_soname_GL
=
15501 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
15502 conftest
$ac_exeext conftest.
$ac_ext
15503 LIBS
=$ac_check_soname_save_LIBS
15505 if ${ac_cv_lib_soname_GL:+false} :
15507 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15508 printf "%s\n" "not found" >&6; }
15509 if test -f /usr
/X11R
6/lib
/libGL.a
15511 opengl_msg
="/usr/X11R6/lib/libGL.a is present on your system.
15512 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
15514 opengl_msg
="No OpenGL library found on this system."
15517 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
15518 printf "%s\n" "$ac_cv_lib_soname_GL" >&6; }
15520 printf "%s\n" "#define SONAME_LIBGL \"$ac_cv_lib_soname_GL\"" >>confdefs.h
15522 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"
15525 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
15526 printf "%s\n" "$ac_cv_lib_soname_GL" >&6; }
15528 printf "%s\n" "#define SONAME_LIBGL \"$ac_cv_lib_soname_GL\"" >>confdefs.h
15532 if test "x$with_osmesa" != "xno"
15534 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lOSMesa" >&5
15535 printf %s
"checking for -lOSMesa... " >&6; }
15536 if test ${ac_cv_lib_soname_OSMesa+y}
15538 printf %s
"(cached) " >&6
15540 ac_check_soname_save_LIBS
=$LIBS
15541 LIBS
="-lOSMesa $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
15542 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15543 /* end confdefs.h. */
15545 /* Override any GCC internal prototype to avoid an error.
15546 Use char because int might match the return type of a GCC
15547 builtin and then its argument prototype would still apply. */
15548 char OSMesaGetProcAddress ();
15552 return OSMesaGetProcAddress ();
15557 if ac_fn_c_try_link
"$LINENO"
15560 dll
) ac_cv_lib_soname_OSMesa
=`$ac_cv_path_LDD conftest.exe | grep "OSMesa" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15561 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'` ;;
15562 *) ac_cv_lib_soname_OSMesa
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libOSMesa\\.$LIBEXT" | sed -e "s/^.*\\[\\(libOSMesa\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15563 if ${ac_cv_lib_soname_OSMesa:+false} :
15565 ac_cv_lib_soname_OSMesa
=`$LDD conftest$ac_exeext | grep "libOSMesa\\.$LIBEXT" | sed -e "s/^.*\(libOSMesa\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15569 ac_cv_lib_soname_OSMesa
=
15571 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
15572 conftest
$ac_exeext conftest.
$ac_ext
15573 LIBS
=$ac_check_soname_save_LIBS
15575 if ${ac_cv_lib_soname_OSMesa:+false} :
15577 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15578 printf "%s\n" "not found" >&6; }
15581 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_OSMesa" >&5
15582 printf "%s\n" "$ac_cv_lib_soname_OSMesa" >&6; }
15584 printf "%s\n" "#define SONAME_LIBOSMESA \"$ac_cv_lib_soname_OSMesa\"" >>confdefs.h
15588 if test "x$ac_cv_lib_soname_OSMesa" = "x"
15590 case "x$with_osmesa" in
15591 x
) as_fn_append wine_notices
"|libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported." ;;
15593 *) as_fn_error $?
"libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
15594 This is an error since --with-osmesa was requested." "$LINENO" 5 ;;
15600 if test -n "$opengl_msg"
15602 case "x$with_opengl" in
15603 x
) as_fn_append wine_warnings
"|$opengl_msg
15604 OpenGL and Direct3D won't be supported." ;;
15606 *) as_fn_error $?
"$opengl_msg
15607 OpenGL and Direct3D won't be supported.
15608 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
15613 CPPFLAGS
="$ac_save_CPPFLAGS"
15619 if test "$enable_wineandroid_drv$enable_winemac_drv" = "nono"
15621 if test "x$X_LIBS" = "x"
15625 *) as_fn_error $?
"X ${notice_platform}development files not found. Wine will be built
15626 without X support, which probably isn't what you want. You will need
15627 to install ${notice_platform}development packages of Xlib at the very least.
15628 Use the --without-x option if you really want this." "$LINENO" 5 ;;
15630 enable_winex11_drv
=${enable_winex11_drv:-no}
15633 if test "x$X_LIBS" = "x"
15636 x
) as_fn_append wine_notices
"|X ${notice_platform}development files not found, the X11 driver won't be supported." ;;
15638 *) as_fn_error $?
"X ${notice_platform}development files not found, the X11 driver won't be supported.
15639 This is an error since --with-x was requested." "$LINENO" 5 ;;
15641 enable_winex11_drv
=${enable_winex11_drv:-no}
15645 if test "x$with_wayland" != "xno"
15648 if ${WAYLAND_CLIENT_CFLAGS:+false} :
15650 if test ${PKG_CONFIG+y}
15652 WAYLAND_CLIENT_CFLAGS
=`$PKG_CONFIG --cflags wayland-client 2>conftest.err`
15656 if ${WAYLAND_CLIENT_LIBS:+false} :
15658 if test ${PKG_CONFIG+y}
15660 WAYLAND_CLIENT_LIBS
=`$PKG_CONFIG --libs wayland-client 2>/dev/null`
15665 printf "%s\n" "$as_me:${as_lineno-$LINENO}: wayland-client cflags: $WAYLAND_CLIENT_CFLAGS" >&5
15666 printf "%s\n" "$as_me:${as_lineno-$LINENO}: wayland-client libs: $WAYLAND_CLIENT_LIBS" >&5
15667 if test -s conftest.err
; then
15668 printf %s
"$as_me:${as_lineno-$LINENO}: wayland-client errors: " >&5
15669 cat conftest.err
>&5
15672 ac_save_CPPFLAGS
=$CPPFLAGS
15673 CPPFLAGS
="$CPPFLAGS $WAYLAND_CLIENT_CFLAGS"
15674 for ac_header
in wayland-client.h
15676 ac_fn_c_check_header_compile
"$LINENO" "wayland-client.h" "ac_cv_header_wayland_client_h" "$ac_includes_default"
15677 if test "x$ac_cv_header_wayland_client_h" = xyes
15679 printf "%s\n" "#define HAVE_WAYLAND_CLIENT_H 1" >>confdefs.h
15680 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for wl_display_connect in -lwayland-client" >&5
15681 printf %s
"checking for wl_display_connect in -lwayland-client... " >&6; }
15682 if test ${ac_cv_lib_wayland_client_wl_display_connect+y}
15684 printf %s
"(cached) " >&6
15686 ac_check_lib_save_LIBS
=$LIBS
15687 LIBS
="-lwayland-client $WAYLAND_CLIENT_LIBS $LIBS"
15688 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15689 /* end confdefs.h. */
15691 /* Override any GCC internal prototype to avoid an error.
15692 Use char because int might match the return type of a GCC
15693 builtin and then its argument prototype would still apply. */
15694 char wl_display_connect ();
15698 return wl_display_connect ();
15703 if ac_fn_c_try_link
"$LINENO"
15705 ac_cv_lib_wayland_client_wl_display_connect
=yes
15707 ac_cv_lib_wayland_client_wl_display_connect
=no
15709 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
15710 conftest
$ac_exeext conftest.
$ac_ext
15711 LIBS
=$ac_check_lib_save_LIBS
15713 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_wayland_client_wl_display_connect" >&5
15714 printf "%s\n" "$ac_cv_lib_wayland_client_wl_display_connect" >&6; }
15715 if test "x$ac_cv_lib_wayland_client_wl_display_connect" = xyes
15717 # Extract the first word of "wayland-scanner", so it can be a program name with args.
15718 set dummy wayland-scanner
; ac_word
=$2
15719 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
15720 printf %s
"checking for $ac_word... " >&6; }
15721 if test ${ac_cv_path_WAYLAND_SCANNER+y}
15723 printf %s
"(cached) " >&6
15725 case $WAYLAND_SCANNER in
15727 ac_cv_path_WAYLAND_SCANNER
="$WAYLAND_SCANNER" # Let the user override the test with a path.
15730 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
15731 for as_dir
in $PATH
15734 case $as_dir in #(((
15737 *) as_dir
=$as_dir/ ;;
15739 for ac_exec_ext
in '' $ac_executable_extensions; do
15740 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
15741 ac_cv_path_WAYLAND_SCANNER
="$as_dir$ac_word$ac_exec_ext"
15742 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
15749 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`"
15753 WAYLAND_SCANNER
=$ac_cv_path_WAYLAND_SCANNER
15754 if test -n "$WAYLAND_SCANNER"; then
15755 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $WAYLAND_SCANNER" >&5
15756 printf "%s\n" "$WAYLAND_SCANNER" >&6; }
15758 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
15759 printf "%s\n" "no" >&6; }
15764 WAYLAND_CLIENT_LIBS
=""
15770 CPPFLAGS
=$ac_save_CPPFLAGS
15773 if test -z "$WAYLAND_CLIENT_LIBS" -o -z "$WAYLAND_SCANNER"
15775 case "x$with_wayland" in
15776 x
) as_fn_append wine_notices
"|Wayland ${notice_platform}development files not found, the Wayland driver won't be supported." ;;
15778 *) as_fn_error $?
"Wayland ${notice_platform}development files not found, the Wayland driver won't be supported.
15779 This is an error since --with-wayland was requested." "$LINENO" 5 ;;
15781 enable_winewayland_drv
=${enable_winewayland_drv:-no}
15784 if test "$ac_cv_header_CL_cl_h" = "yes"
15786 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5
15787 printf %s
"checking for clGetPlatformInfo in -lOpenCL... " >&6; }
15788 if test ${ac_cv_lib_OpenCL_clGetPlatformInfo+y}
15790 printf %s
"(cached) " >&6
15792 ac_check_lib_save_LIBS
=$LIBS
15793 LIBS
="-lOpenCL $LIBS"
15794 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15795 /* end confdefs.h. */
15797 /* Override any GCC internal prototype to avoid an error.
15798 Use char because int might match the return type of a GCC
15799 builtin and then its argument prototype would still apply. */
15800 char clGetPlatformInfo ();
15804 return clGetPlatformInfo ();
15809 if ac_fn_c_try_link
"$LINENO"
15811 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
15813 ac_cv_lib_OpenCL_clGetPlatformInfo
=no
15815 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
15816 conftest
$ac_exeext conftest.
$ac_ext
15817 LIBS
=$ac_check_lib_save_LIBS
15819 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_OpenCL_clGetPlatformInfo" >&5
15820 printf "%s\n" "$ac_cv_lib_OpenCL_clGetPlatformInfo" >&6; }
15821 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" = xyes
15823 OPENCL_LIBS
="-lOpenCL"
15828 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes
15830 case "x$with_opencl" in
15831 x
) as_fn_append wine_notices
"|OpenCL ${notice_platform}development files not found, OpenCL won't be supported." ;;
15833 *) as_fn_error $?
"OpenCL ${notice_platform}development files not found, OpenCL won't be supported.
15834 This is an error since --with-opencl was requested." "$LINENO" 5 ;;
15836 enable_opencl
=${enable_opencl:-no}
15839 if test "$ac_cv_header_pcap_pcap_h" = "yes"
15841 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pcap_init in -lpcap" >&5
15842 printf %s
"checking for pcap_init in -lpcap... " >&6; }
15843 if test ${ac_cv_lib_pcap_pcap_init+y}
15845 printf %s
"(cached) " >&6
15847 ac_check_lib_save_LIBS
=$LIBS
15848 LIBS
="-lpcap $LIBS"
15849 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15850 /* end confdefs.h. */
15852 /* Override any GCC internal prototype to avoid an error.
15853 Use char because int might match the return type of a GCC
15854 builtin and then its argument prototype would still apply. */
15859 return pcap_init ();
15864 if ac_fn_c_try_link
"$LINENO"
15866 ac_cv_lib_pcap_pcap_init
=yes
15868 ac_cv_lib_pcap_pcap_init
=no
15870 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
15871 conftest
$ac_exeext conftest.
$ac_ext
15872 LIBS
=$ac_check_lib_save_LIBS
15874 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcap_pcap_init" >&5
15875 printf "%s\n" "$ac_cv_lib_pcap_pcap_init" >&6; }
15876 if test "x$ac_cv_lib_pcap_pcap_init" = xyes
15883 if test "x$ac_cv_lib_pcap_pcap_init" != xyes
15885 case "x$with_pcap" in
15886 x
) as_fn_append wine_notices
"|pcap ${notice_platform}development files not found, wpcap won't be supported." ;;
15888 *) as_fn_error $?
"pcap ${notice_platform}development files not found, wpcap won't be supported.
15889 This is an error since --with-pcap was requested." "$LINENO" 5 ;;
15891 enable_wpcap
=${enable_wpcap:-no}
15894 if test "x$with_pcsclite" != "xno"
15896 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for SCardEstablishContext in -lpcsclite" >&5
15897 printf %s
"checking for SCardEstablishContext in -lpcsclite... " >&6; }
15898 if test ${ac_cv_lib_pcsclite_SCardEstablishContext+y}
15900 printf %s
"(cached) " >&6
15902 ac_check_lib_save_LIBS
=$LIBS
15903 LIBS
="-lpcsclite $LIBS"
15904 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15905 /* end confdefs.h. */
15907 /* Override any GCC internal prototype to avoid an error.
15908 Use char because int might match the return type of a GCC
15909 builtin and then its argument prototype would still apply. */
15910 char SCardEstablishContext ();
15914 return SCardEstablishContext ();
15919 if ac_fn_c_try_link
"$LINENO"
15921 ac_cv_lib_pcsclite_SCardEstablishContext
=yes
15923 ac_cv_lib_pcsclite_SCardEstablishContext
=no
15925 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
15926 conftest
$ac_exeext conftest.
$ac_ext
15927 LIBS
=$ac_check_lib_save_LIBS
15929 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcsclite_SCardEstablishContext" >&5
15930 printf "%s\n" "$ac_cv_lib_pcsclite_SCardEstablishContext" >&6; }
15931 if test "x$ac_cv_lib_pcsclite_SCardEstablishContext" = xyes
15933 PCSCLITE_LIBS
="-lpcsclite"
15938 if test "x$ac_cv_lib_pcsclite_SCardEstablishContext" != xyes
15940 case "x$with_pcsclite" in
15941 x
) as_fn_append wine_notices
"|libpcsclite not found, smart cards won't be supported." ;;
15943 *) as_fn_error $?
"libpcsclite not found, smart cards won't be supported.
15944 This is an error since --with-pcsclite was requested." "$LINENO" 5 ;;
15946 enable_winscard
=${enable_winscard:-no}
15949 if test "x$with_inotify" != "xno"
15952 if ${INOTIFY_CFLAGS:+false} :
15954 if test ${PKG_CONFIG+y}
15956 INOTIFY_CFLAGS
=`$PKG_CONFIG --cflags libinotify 2>conftest.err`
15960 if ${INOTIFY_LIBS:+false} :
15962 if test ${PKG_CONFIG+y}
15964 INOTIFY_LIBS
=`$PKG_CONFIG --libs libinotify 2>/dev/null`
15969 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libinotify cflags: $INOTIFY_CFLAGS" >&5
15970 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libinotify libs: $INOTIFY_LIBS" >&5
15971 if test -s conftest.err
; then
15972 printf %s
"$as_me:${as_lineno-$LINENO}: libinotify errors: " >&5
15973 cat conftest.err
>&5
15976 ac_save_CPPFLAGS
=$CPPFLAGS
15977 CPPFLAGS
="$CPPFLAGS $INOTIFY_CFLAGS"
15978 ac_fn_c_check_header_compile
"$LINENO" "sys/inotify.h" "ac_cv_header_sys_inotify_h" "$ac_includes_default"
15979 if test "x$ac_cv_header_sys_inotify_h" = xyes
15981 printf "%s\n" "#define HAVE_SYS_INOTIFY_H 1" >>confdefs.h
15985 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for inotify_add_watch in -linotify" >&5
15986 printf %s
"checking for inotify_add_watch in -linotify... " >&6; }
15987 if test ${ac_cv_lib_inotify_inotify_add_watch+y}
15989 printf %s
"(cached) " >&6
15991 ac_check_lib_save_LIBS
=$LIBS
15992 LIBS
="-linotify $INOTIFY_LIBS $LIBS"
15993 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15994 /* end confdefs.h. */
15996 /* Override any GCC internal prototype to avoid an error.
15997 Use char because int might match the return type of a GCC
15998 builtin and then its argument prototype would still apply. */
15999 char inotify_add_watch ();
16003 return inotify_add_watch ();
16008 if ac_fn_c_try_link
"$LINENO"
16010 ac_cv_lib_inotify_inotify_add_watch
=yes
16012 ac_cv_lib_inotify_inotify_add_watch
=no
16014 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
16015 conftest
$ac_exeext conftest.
$ac_ext
16016 LIBS
=$ac_check_lib_save_LIBS
16018 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_inotify_inotify_add_watch" >&5
16019 printf "%s\n" "$ac_cv_lib_inotify_inotify_add_watch" >&6; }
16020 if test "x$ac_cv_lib_inotify_inotify_add_watch" = xyes
16027 CPPFLAGS
=$ac_save_CPPFLAGS
16030 if test "$ac_cv_header_sys_inotify_h" != "yes"
16032 case "x$with_inotify" in
16033 x
) as_fn_append wine_notices
"|libinotify ${notice_platform}development files not found (or too old), filesystem change notifications won't be supported." ;;
16035 *) as_fn_error $?
"libinotify ${notice_platform}development files not found (or too old), filesystem change notifications won't be supported.
16036 This is an error since --with-inotify was requested." "$LINENO" 5 ;;
16041 if test "x$with_dbus" != "xno"
16044 if ${DBUS_CFLAGS:+false} :
16046 if test ${PKG_CONFIG+y}
16048 DBUS_CFLAGS
=`$PKG_CONFIG --cflags dbus-1 2>conftest.err`
16052 if ${DBUS_LIBS:+false} :
16054 if test ${PKG_CONFIG+y}
16056 DBUS_LIBS
=`$PKG_CONFIG --libs dbus-1 2>/dev/null`
16061 printf "%s\n" "$as_me:${as_lineno-$LINENO}: dbus-1 cflags: $DBUS_CFLAGS" >&5
16062 printf "%s\n" "$as_me:${as_lineno-$LINENO}: dbus-1 libs: $DBUS_LIBS" >&5
16063 if test -s conftest.err
; then
16064 printf %s
"$as_me:${as_lineno-$LINENO}: dbus-1 errors: " >&5
16065 cat conftest.err
>&5
16068 ac_save_CPPFLAGS
=$CPPFLAGS
16069 CPPFLAGS
="$CPPFLAGS $DBUS_CFLAGS"
16070 ac_fn_c_check_header_compile
"$LINENO" "dbus/dbus.h" "ac_cv_header_dbus_dbus_h" "$ac_includes_default"
16071 if test "x$ac_cv_header_dbus_dbus_h" = xyes
16073 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -ldbus-1" >&5
16074 printf %s
"checking for -ldbus-1... " >&6; }
16075 if test ${ac_cv_lib_soname_dbus_1+y}
16077 printf %s
"(cached) " >&6
16079 ac_check_soname_save_LIBS
=$LIBS
16080 LIBS
="-ldbus-1 $DBUS_LIBS $LIBS"
16081 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16082 /* end confdefs.h. */
16084 /* Override any GCC internal prototype to avoid an error.
16085 Use char because int might match the return type of a GCC
16086 builtin and then its argument prototype would still apply. */
16087 char dbus_connection_close ();
16091 return dbus_connection_close ();
16096 if ac_fn_c_try_link
"$LINENO"
16099 dll
) ac_cv_lib_soname_dbus_1
=`$ac_cv_path_LDD conftest.exe | grep "dbus-1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
16100 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'` ;;
16101 *) 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'`
16102 if ${ac_cv_lib_soname_dbus_1:+false} :
16104 ac_cv_lib_soname_dbus_1
=`$LDD conftest$ac_exeext | grep "libdbus-1\\.$LIBEXT" | sed -e "s/^.*\(libdbus-1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
16108 ac_cv_lib_soname_dbus_1
=
16110 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
16111 conftest
$ac_exeext conftest.
$ac_ext
16112 LIBS
=$ac_check_soname_save_LIBS
16114 if ${ac_cv_lib_soname_dbus_1:+false} :
16116 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
16117 printf "%s\n" "not found" >&6; }
16120 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_dbus_1" >&5
16121 printf "%s\n" "$ac_cv_lib_soname_dbus_1" >&6; }
16123 printf "%s\n" "#define SONAME_LIBDBUS_1 \"$ac_cv_lib_soname_dbus_1\"" >>confdefs.h
16131 CPPFLAGS
=$ac_save_CPPFLAGS
16135 darwin
*|macosx
*) ;;
16136 *) if test "x$ac_cv_lib_soname_dbus_1" = "x"
16138 case "x$with_dbus" in
16139 x
) as_fn_append wine_notices
"|libdbus ${notice_platform}development files not found, no dynamic device support." ;;
16141 *) as_fn_error $?
"libdbus ${notice_platform}development files not found, no dynamic device support.
16142 This is an error since --with-dbus was requested." "$LINENO" 5 ;;
16148 if test "x$with_gnutls" != "xno"
16151 if ${GNUTLS_CFLAGS:+false} :
16153 if test ${PKG_CONFIG+y}
16155 GNUTLS_CFLAGS
=`$PKG_CONFIG --cflags gnutls 2>conftest.err`
16159 if ${GNUTLS_LIBS:+false} :
16161 if test ${PKG_CONFIG+y}
16163 GNUTLS_LIBS
=`$PKG_CONFIG --libs gnutls 2>/dev/null`
16167 GNUTLS_LIBS
=${GNUTLS_LIBS:-"-lgnutls"}
16168 printf "%s\n" "$as_me:${as_lineno-$LINENO}: gnutls cflags: $GNUTLS_CFLAGS" >&5
16169 printf "%s\n" "$as_me:${as_lineno-$LINENO}: gnutls libs: $GNUTLS_LIBS" >&5
16170 if test -s conftest.err
; then
16171 printf %s
"$as_me:${as_lineno-$LINENO}: gnutls errors: " >&5
16172 cat conftest.err
>&5
16175 ac_save_CPPFLAGS
=$CPPFLAGS
16176 CPPFLAGS
="$CPPFLAGS $GNUTLS_CFLAGS"
16177 ac_fn_c_check_header_compile
"$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
16178 if test "x$ac_cv_header_gnutls_gnutls_h" = xyes
16180 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16181 /* end confdefs.h. */
16182 #include <gnutls/gnutls.h>
16183 #include <gnutls/crypto.h>
16187 static typeof(gnutls_mac_get_key_size) *func; if (func) return 0;
16192 if ac_fn_c_try_compile
"$LINENO"
16194 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
16195 printf %s
"checking for -lgnutls... " >&6; }
16196 if test ${ac_cv_lib_soname_gnutls+y}
16198 printf %s
"(cached) " >&6
16200 ac_check_soname_save_LIBS
=$LIBS
16201 LIBS
="-lgnutls $GNUTLS_LIBS $LIBS"
16202 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16203 /* end confdefs.h. */
16205 /* Override any GCC internal prototype to avoid an error.
16206 Use char because int might match the return type of a GCC
16207 builtin and then its argument prototype would still apply. */
16208 char gnutls_global_init ();
16212 return gnutls_global_init ();
16217 if ac_fn_c_try_link
"$LINENO"
16220 dll
) ac_cv_lib_soname_gnutls
=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
16221 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'` ;;
16222 *) 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'`
16223 if ${ac_cv_lib_soname_gnutls:+false} :
16225 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'`
16229 ac_cv_lib_soname_gnutls
=
16231 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
16232 conftest
$ac_exeext conftest.
$ac_ext
16233 LIBS
=$ac_check_soname_save_LIBS
16235 if ${ac_cv_lib_soname_gnutls:+false} :
16237 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
16238 printf "%s\n" "not found" >&6; }
16241 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
16242 printf "%s\n" "$ac_cv_lib_soname_gnutls" >&6; }
16244 printf "%s\n" "#define SONAME_LIBGNUTLS \"$ac_cv_lib_soname_gnutls\"" >>confdefs.h
16248 ac_wine_check_funcs_save_LIBS
="$LIBS"
16249 LIBS
="$LIBS $GNUTLS_LIBS"
16251 for ac_func
in gnutls_cipher_init
16253 ac_fn_c_check_func
"$LINENO" "gnutls_cipher_init" "ac_cv_func_gnutls_cipher_init"
16254 if test "x$ac_cv_func_gnutls_cipher_init" = xyes
16256 printf "%s\n" "#define HAVE_GNUTLS_CIPHER_INIT 1" >>confdefs.h
16259 as_fn_append wine_notices
"|libgnutls ${notice_platform}development files too old, bcrypt encryption won't be supported."
16263 LIBS
="$ac_wine_check_funcs_save_LIBS"
16265 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
16270 CPPFLAGS
=$ac_save_CPPFLAGS
16273 if test "x$ac_cv_lib_soname_gnutls" = "x"
16275 case "x$with_gnutls" in
16276 x
) as_fn_append wine_warnings
"|libgnutls ${notice_platform}development files not found, no schannel support." ;;
16278 *) as_fn_error $?
"libgnutls ${notice_platform}development files not found, no schannel support.
16279 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
16284 if test "x$with_sane" != "xno"
16287 if ${SANE_CFLAGS:+false} :
16289 if test ${PKG_CONFIG+y}
16291 SANE_CFLAGS
=`$PKG_CONFIG --cflags sane-backends 2>conftest.err`
16294 test "$cross_compiling" = yes || SANE_CFLAGS
=${SANE_CFLAGS:-`${SANE_CONFIG:-sane-config} --cflags 2>/dev/null`}
16295 if ${SANE_LIBS:+false} :
16297 if test ${PKG_CONFIG+y}
16299 SANE_LIBS
=`$PKG_CONFIG --libs sane-backends 2>/dev/null`
16302 test "$cross_compiling" = yes || SANE_LIBS
=${SANE_LIBS:-`${SANE_CONFIG:-sane-config} --ldflags 2>/dev/null`}
16304 printf "%s\n" "$as_me:${as_lineno-$LINENO}: sane-backends cflags: $SANE_CFLAGS" >&5
16305 printf "%s\n" "$as_me:${as_lineno-$LINENO}: sane-backends libs: $SANE_LIBS" >&5
16306 if test -s conftest.err
; then
16307 printf %s
"$as_me:${as_lineno-$LINENO}: sane-backends errors: " >&5
16308 cat conftest.err
>&5
16311 ac_save_CPPFLAGS
=$CPPFLAGS
16312 CPPFLAGS
="$CPPFLAGS $SANE_CFLAGS"
16313 ac_fn_c_check_header_compile
"$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
16314 if test "x$ac_cv_header_sane_sane_h" = xyes
16316 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for sane_init in -lsane" >&5
16317 printf %s
"checking for sane_init in -lsane... " >&6; }
16318 if test ${ac_cv_lib_sane_sane_init+y}
16320 printf %s
"(cached) " >&6
16322 ac_check_lib_save_LIBS
=$LIBS
16323 LIBS
="-lsane $SANE_LIBS $LIBS"
16324 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16325 /* end confdefs.h. */
16327 /* Override any GCC internal prototype to avoid an error.
16328 Use char because int might match the return type of a GCC
16329 builtin and then its argument prototype would still apply. */
16334 return sane_init ();
16339 if ac_fn_c_try_link
"$LINENO"
16341 ac_cv_lib_sane_sane_init
=yes
16343 ac_cv_lib_sane_sane_init
=no
16345 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
16346 conftest
$ac_exeext conftest.
$ac_ext
16347 LIBS
=$ac_check_lib_save_LIBS
16349 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_sane_sane_init" >&5
16350 printf "%s\n" "$ac_cv_lib_sane_sane_init" >&6; }
16351 if test "x$ac_cv_lib_sane_sane_init" = xyes
16358 CPPFLAGS
=$ac_save_CPPFLAGS
16361 if test "$ac_cv_lib_sane_sane_init" != "yes"
16363 case "x$with_sane" in
16364 x
) as_fn_append wine_notices
"|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
16366 *) as_fn_error $?
"libsane ${notice_platform}development files not found, scanners won't be supported.
16367 This is an error since --with-sane was requested." "$LINENO" 5 ;;
16369 enable_sane_ds
=${enable_sane_ds:-no}
16372 if test "x$with_usb" != "xno"
16375 if ${USB_CFLAGS:+false} :
16377 if test ${PKG_CONFIG+y}
16379 USB_CFLAGS
=`$PKG_CONFIG --cflags libusb-1.0 2>conftest.err`
16383 if ${USB_LIBS:+false} :
16385 if test ${PKG_CONFIG+y}
16387 USB_LIBS
=`$PKG_CONFIG --libs libusb-1.0 2>/dev/null`
16391 USB_LIBS
=${USB_LIBS:-"-lusb-1.0"}
16392 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libusb-1.0 cflags: $USB_CFLAGS" >&5
16393 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libusb-1.0 libs: $USB_LIBS" >&5
16394 if test -s conftest.err
; then
16395 printf %s
"$as_me:${as_lineno-$LINENO}: libusb-1.0 errors: " >&5
16396 cat conftest.err
>&5
16399 ac_save_CPPFLAGS
=$CPPFLAGS
16400 CPPFLAGS
="$CPPFLAGS $USB_CFLAGS"
16401 ac_fn_c_check_header_compile
"$LINENO" "libusb.h" "ac_cv_header_libusb_h" "$ac_includes_default"
16402 if test "x$ac_cv_header_libusb_h" = xyes
16404 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libusb_interrupt_event_handler in -lusb-1.0" >&5
16405 printf %s
"checking for libusb_interrupt_event_handler in -lusb-1.0... " >&6; }
16406 if test ${ac_cv_lib_usb_1_0_libusb_interrupt_event_handler+y}
16408 printf %s
"(cached) " >&6
16410 ac_check_lib_save_LIBS
=$LIBS
16411 LIBS
="-lusb-1.0 $USB_LIBS $LIBS"
16412 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16413 /* end confdefs.h. */
16415 /* Override any GCC internal prototype to avoid an error.
16416 Use char because int might match the return type of a GCC
16417 builtin and then its argument prototype would still apply. */
16418 char libusb_interrupt_event_handler ();
16422 return libusb_interrupt_event_handler ();
16427 if ac_fn_c_try_link
"$LINENO"
16429 ac_cv_lib_usb_1_0_libusb_interrupt_event_handler
=yes
16431 ac_cv_lib_usb_1_0_libusb_interrupt_event_handler
=no
16433 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
16434 conftest
$ac_exeext conftest.
$ac_ext
16435 LIBS
=$ac_check_lib_save_LIBS
16437 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_usb_1_0_libusb_interrupt_event_handler" >&5
16438 printf "%s\n" "$ac_cv_lib_usb_1_0_libusb_interrupt_event_handler" >&6; }
16439 if test "x$ac_cv_lib_usb_1_0_libusb_interrupt_event_handler" = xyes
16450 CPPFLAGS
=$ac_save_CPPFLAGS
16453 if test "$ac_cv_lib_usb_1_0_libusb_interrupt_event_handler" != "yes"
16455 case "x$with_usb" in
16456 x
) as_fn_append wine_notices
"|libusb-1.0 ${notice_platform}development files not found (or too old), USB devices won't be supported." ;;
16458 *) as_fn_error $?
"libusb-1.0 ${notice_platform}development files not found (or too old), USB devices won't be supported.
16459 This is an error since --with-usb was requested." "$LINENO" 5 ;;
16461 enable_wineusb_sys
=${enable_wineusb_sys:-no}
16464 if test "x$with_v4l2" != "xno"
16466 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lv4l2" >&5
16467 printf %s
"checking for -lv4l2... " >&6; }
16468 if test ${ac_cv_lib_soname_v4l2+y}
16470 printf %s
"(cached) " >&6
16472 ac_check_soname_save_LIBS
=$LIBS
16473 LIBS
="-lv4l2 $LIBS"
16474 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16475 /* end confdefs.h. */
16477 /* Override any GCC internal prototype to avoid an error.
16478 Use char because int might match the return type of a GCC
16479 builtin and then its argument prototype would still apply. */
16484 return v4l2_open ();
16489 if ac_fn_c_try_link
"$LINENO"
16492 dll
) ac_cv_lib_soname_v4l2
=`$ac_cv_path_LDD conftest.exe | grep "v4l2" | sed -e "s/dll.*/dll/"';2,$d'` ;;
16493 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'` ;;
16494 *) ac_cv_lib_soname_v4l2
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libv4l2\\.$LIBEXT" | sed -e "s/^.*\\[\\(libv4l2\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
16495 if ${ac_cv_lib_soname_v4l2:+false} :
16497 ac_cv_lib_soname_v4l2
=`$LDD conftest$ac_exeext | grep "libv4l2\\.$LIBEXT" | sed -e "s/^.*\(libv4l2\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
16501 ac_cv_lib_soname_v4l2
=
16503 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
16504 conftest
$ac_exeext conftest.
$ac_ext
16505 LIBS
=$ac_check_soname_save_LIBS
16507 if ${ac_cv_lib_soname_v4l2:+false} :
16509 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
16510 printf "%s\n" "not found" >&6; }
16513 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l2" >&5
16514 printf "%s\n" "$ac_cv_lib_soname_v4l2" >&6; }
16516 printf "%s\n" "#define SONAME_LIBV4L2 \"$ac_cv_lib_soname_v4l2\"" >>confdefs.h
16521 if test "x$ac_cv_lib_soname_v4l2" = "x"
16523 case "x$with_v4l2" in
16524 x
) as_fn_append wine_notices
"|libv4l2 ${notice_platform}development files not found." ;;
16526 *) as_fn_error $?
"libv4l2 ${notice_platform}development files not found.
16527 This is an error since --with-v4l2 was requested." "$LINENO" 5 ;;
16532 if test "x$with_gphoto" != "xno"
16535 if ${GPHOTO2_CFLAGS:+false} :
16537 if test ${PKG_CONFIG+y}
16539 GPHOTO2_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2 2>conftest.err`
16542 test "$cross_compiling" = yes || GPHOTO2_CFLAGS
=${GPHOTO2_CFLAGS:-`${GPHOTO2_CONFIG:-gphoto2-config} --cflags 2>/dev/null`}
16543 if ${GPHOTO2_LIBS:+false} :
16545 if test ${PKG_CONFIG+y}
16547 GPHOTO2_LIBS
=`$PKG_CONFIG --libs libgphoto2 2>/dev/null`
16550 test "$cross_compiling" = yes || GPHOTO2_LIBS
=${GPHOTO2_LIBS:-`${GPHOTO2_CONFIG:-gphoto2-config} --libs 2>/dev/null`}
16551 GPHOTO2_LIBS
=${GPHOTO2_LIBS:-"-lgphoto2"}
16552 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libgphoto2 cflags: $GPHOTO2_CFLAGS" >&5
16553 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libgphoto2 libs: $GPHOTO2_LIBS" >&5
16554 if test -s conftest.err
; then
16555 printf %s
"$as_me:${as_lineno-$LINENO}: libgphoto2 errors: " >&5
16556 cat conftest.err
>&5
16559 ac_save_CPPFLAGS
=$CPPFLAGS
16560 CPPFLAGS
="$CPPFLAGS $GPHOTO2_CFLAGS"
16561 ac_fn_c_check_header_compile
"$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
16562 if test "x$ac_cv_header_gphoto2_camera_h" = xyes
16564 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
16565 printf %s
"checking for gp_camera_new in -lgphoto2... " >&6; }
16566 if test ${ac_cv_lib_gphoto2_gp_camera_new+y}
16568 printf %s
"(cached) " >&6
16570 ac_check_lib_save_LIBS
=$LIBS
16571 LIBS
="-lgphoto2 $GPHOTO2_LIBS $LIBS"
16572 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16573 /* end confdefs.h. */
16575 /* Override any GCC internal prototype to avoid an error.
16576 Use char because int might match the return type of a GCC
16577 builtin and then its argument prototype would still apply. */
16578 char gp_camera_new ();
16582 return gp_camera_new ();
16587 if ac_fn_c_try_link
"$LINENO"
16589 ac_cv_lib_gphoto2_gp_camera_new
=yes
16591 ac_cv_lib_gphoto2_gp_camera_new
=no
16593 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
16594 conftest
$ac_exeext conftest.
$ac_ext
16595 LIBS
=$ac_check_lib_save_LIBS
16597 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
16598 printf "%s\n" "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
16599 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = xyes
16606 CPPFLAGS
=$ac_save_CPPFLAGS
16609 if ${GPHOTO2_PORT_CFLAGS:+false} :
16611 if test ${PKG_CONFIG+y}
16613 GPHOTO2_PORT_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2_port 2>conftest.err`
16616 test "$cross_compiling" = yes || GPHOTO2_PORT_CFLAGS
=${GPHOTO2_PORT_CFLAGS:-`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --cflags 2>/dev/null`}
16617 if ${GPHOTO2_PORT_LIBS:+false} :
16619 if test ${PKG_CONFIG+y}
16621 GPHOTO2_PORT_LIBS
=`$PKG_CONFIG --libs libgphoto2_port 2>/dev/null`
16624 test "$cross_compiling" = yes || GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --libs 2>/dev/null`}
16625 GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-"-lgphoto2_port"}
16626 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libgphoto2_port cflags: $GPHOTO2_PORT_CFLAGS" >&5
16627 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libgphoto2_port libs: $GPHOTO2_PORT_LIBS" >&5
16628 if test -s conftest.err
; then
16629 printf %s
"$as_me:${as_lineno-$LINENO}: libgphoto2_port errors: " >&5
16630 cat conftest.err
>&5
16633 ac_save_CPPFLAGS
=$CPPFLAGS
16634 CPPFLAGS
="$CPPFLAGS $GPHOTO2_PORT_CFLAGS"
16635 ac_fn_c_check_header_compile
"$LINENO" "gphoto2-port.h" "ac_cv_header_gphoto2_port_h" "$ac_includes_default"
16636 if test "x$ac_cv_header_gphoto2_port_h" = xyes
16638 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gp_port_info_list_new in -lgphoto2_port" >&5
16639 printf %s
"checking for gp_port_info_list_new in -lgphoto2_port... " >&6; }
16640 if test ${ac_cv_lib_gphoto2_port_gp_port_info_list_new+y}
16642 printf %s
"(cached) " >&6
16644 ac_check_lib_save_LIBS
=$LIBS
16645 LIBS
="-lgphoto2_port $GPHOTO2_PORT_LIBS $LIBS"
16646 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16647 /* end confdefs.h. */
16649 /* Override any GCC internal prototype to avoid an error.
16650 Use char because int might match the return type of a GCC
16651 builtin and then its argument prototype would still apply. */
16652 char gp_port_info_list_new ();
16656 return gp_port_info_list_new ();
16661 if ac_fn_c_try_link
"$LINENO"
16663 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=yes
16665 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=no
16667 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
16668 conftest
$ac_exeext conftest.
$ac_ext
16669 LIBS
=$ac_check_lib_save_LIBS
16671 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&5
16672 printf "%s\n" "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&6; }
16673 if test "x$ac_cv_lib_gphoto2_port_gp_port_info_list_new" = xyes
16676 printf "%s\n" "#define HAVE_GPHOTO2_PORT 1" >>confdefs.h
16679 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
16683 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
16686 CPPFLAGS
=$ac_save_CPPFLAGS
16689 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"
16691 case "x$with_gphoto" in
16692 x
) as_fn_append wine_notices
"|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
16694 *) as_fn_error $?
"libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
16695 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
16697 enable_gphoto2_ds
=${enable_gphoto2_ds:-no}
16699 if test "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" != "yes"
16701 case "x$with_gphoto" in
16702 x
) as_fn_append wine_notices
"|libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected." ;;
16704 *) as_fn_error $?
"libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected.
16705 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
16711 if test "$ac_cv_header_resolv_h" = "yes"
16713 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for resolver library" >&5
16714 printf %s
"checking for resolver library... " >&6; }
16715 if test ${ac_cv_have_resolv+y}
16717 printf %s
"(cached) " >&6
16719 ac_save_LIBS
="$LIBS"
16720 for lib
in '' -lresolv
16722 LIBS
="$lib $ac_save_LIBS"
16723 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16724 /* end confdefs.h. */
16725 #ifdef HAVE_NETINET_IN_H
16726 #include <netinet/in.h>
16728 #include <resolv.h>
16732 if (!(_res.options & RES_INIT)) res_init(); res_query("foo",ns_c_in,0,0,0); ns_initparse(0,0,0)
16737 if ac_fn_c_try_link
"$LINENO"
16739 ac_cv_have_resolv
=${lib:-"none required"}
16741 ac_cv_have_resolv
="not found"
16743 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
16744 conftest
$ac_exeext conftest.
$ac_ext
16745 test "x$ac_cv_have_resolv" = "xnot found" ||
break
16747 LIBS
="$ac_save_LIBS"
16749 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_resolv" >&5
16750 printf "%s\n" "$ac_cv_have_resolv" >&6; }
16752 case "$ac_cv_have_resolv" in
16756 printf "%s\n" "#define HAVE_RESOLV 1" >>confdefs.h
16759 printf "%s\n" "#define HAVE_RESOLV 1" >>confdefs.h
16761 RESOLV_LIBS
=$ac_cv_have_resolv
16765 if test "x$ac_cv_have_resolv" != "xnot found"
16767 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for res_getservers" >&5
16768 printf %s
"checking for res_getservers... " >&6; }
16769 if test ${ac_cv_have_res_getservers+y}
16771 printf %s
"(cached) " >&6
16773 ac_save_LIBS
="$LIBS"
16774 LIBS
="$RESOLV_LIBS $LIBS"
16775 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16776 /* end confdefs.h. */
16777 #include <resolv.h>
16781 res_getservers(NULL, NULL, 0);
16786 if ac_fn_c_try_link
"$LINENO"
16788 ac_cv_have_res_getservers
=yes
16790 ac_cv_have_res_getservers
=no
16792 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
16793 conftest
$ac_exeext conftest.
$ac_ext
16794 LIBS
="$ac_save_LIBS"
16796 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_res_getservers" >&5
16797 printf "%s\n" "$ac_cv_have_res_getservers" >&6; }
16798 if test "$ac_cv_have_res_getservers" = "yes"
16801 printf "%s\n" "#define HAVE_RES_GETSERVERS 1" >>confdefs.h
16807 if test "x$with_freetype" != "xno"
16810 if ${FREETYPE_CFLAGS:+false} :
16812 if test ${PKG_CONFIG+y}
16814 FREETYPE_CFLAGS
=`$PKG_CONFIG --cflags freetype2 2>conftest.err`
16817 test "$cross_compiling" = yes || FREETYPE_CFLAGS
=${FREETYPE_CFLAGS:-`(${FREETYPE_CONFIG:-freetype-config} --cflags || ${FREETYPE2_CONFIG:-freetype2-config} --cflags) 2>/dev/null`}
16818 if ${FREETYPE_LIBS:+false} :
16820 if test ${PKG_CONFIG+y}
16822 FREETYPE_LIBS
=`$PKG_CONFIG --libs freetype2 2>/dev/null`
16825 test "$cross_compiling" = yes || FREETYPE_LIBS
=${FREETYPE_LIBS:-`(${FREETYPE_CONFIG:-freetype-config} --libs || ${FREETYPE2_CONFIG:-freetype2-config} --libs) 2>/dev/null`}
16826 FREETYPE_LIBS
=${FREETYPE_LIBS:-"-lfreetype"}
16827 printf "%s\n" "$as_me:${as_lineno-$LINENO}: freetype2 cflags: $FREETYPE_CFLAGS" >&5
16828 printf "%s\n" "$as_me:${as_lineno-$LINENO}: freetype2 libs: $FREETYPE_LIBS" >&5
16829 if test -s conftest.err
; then
16830 printf %s
"$as_me:${as_lineno-$LINENO}: freetype2 errors: " >&5
16831 cat conftest.err
>&5
16834 ac_save_CPPFLAGS
=$CPPFLAGS
16835 CPPFLAGS
="$CPPFLAGS $FREETYPE_CFLAGS"
16836 ac_fn_c_check_header_compile
"$LINENO" "ft2build.h" "ac_cv_header_ft2build_h" "$ac_includes_default"
16837 if test "x$ac_cv_header_ft2build_h" = xyes
16839 printf "%s\n" "#define HAVE_FT2BUILD_H 1" >>confdefs.h
16843 if test "$ac_cv_header_ft2build_h" = "yes"
16845 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
16846 printf %s
"checking for -lfreetype... " >&6; }
16847 if test ${ac_cv_lib_soname_freetype+y}
16849 printf %s
"(cached) " >&6
16851 ac_check_soname_save_LIBS
=$LIBS
16852 LIBS
="-lfreetype $FREETYPE_LIBS $LIBS"
16853 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16854 /* end confdefs.h. */
16856 /* Override any GCC internal prototype to avoid an error.
16857 Use char because int might match the return type of a GCC
16858 builtin and then its argument prototype would still apply. */
16859 char FT_Init_FreeType ();
16863 return FT_Init_FreeType ();
16868 if ac_fn_c_try_link
"$LINENO"
16871 dll
) ac_cv_lib_soname_freetype
=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
16872 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'` ;;
16873 *) ac_cv_lib_soname_freetype
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfreetype\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfreetype\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
16874 if ${ac_cv_lib_soname_freetype:+false} :
16876 ac_cv_lib_soname_freetype
=`$LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
16880 ac_cv_lib_soname_freetype
=
16882 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
16883 conftest
$ac_exeext conftest.
$ac_ext
16884 LIBS
=$ac_check_soname_save_LIBS
16886 if ${ac_cv_lib_soname_freetype:+false} :
16888 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
16889 printf "%s\n" "not found" >&6; }
16892 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
16893 printf "%s\n" "$ac_cv_lib_soname_freetype" >&6; }
16895 printf "%s\n" "#define SONAME_LIBFREETYPE \"$ac_cv_lib_soname_freetype\"" >>confdefs.h
16898 printf "%s\n" "#define HAVE_FREETYPE 1" >>confdefs.h
16900 ac_fn_c_check_type
"$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <ft2build.h>
16901 #include FT_MODULE_H
16903 if test "x$ac_cv_type_FT_TrueTypeEngineType" = xyes
16906 printf "%s\n" "#define HAVE_FT_TRUETYPEENGINETYPE 1" >>confdefs.h
16916 CPPFLAGS
=$ac_save_CPPFLAGS
16919 if test "x$ac_cv_lib_soname_freetype" = x
16921 case "x$with_freetype" in
16923 *) as_fn_error $?
"FreeType ${notice_platform}development files not found. Fonts will not be built.
16924 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
16926 enable_fonts
=${enable_fonts:-no}
16929 ac_wine_check_funcs_save_LIBS
="$LIBS"
16930 LIBS
="$LIBS $PTHREAD_LIBS"
16931 ac_fn_c_check_func
"$LINENO" "pthread_getthreadid_np" "ac_cv_func_pthread_getthreadid_np"
16932 if test "x$ac_cv_func_pthread_getthreadid_np" = xyes
16934 printf "%s\n" "#define HAVE_PTHREAD_GETTHREADID_NP 1" >>confdefs.h
16938 LIBS
="$ac_wine_check_funcs_save_LIBS"
16940 if test "x$enable_tools" != xno
-a "x$with_gettextpo" = xyes
16942 if test "$ac_cv_header_gettext_po_h" = "yes"
16944 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for po_message_msgctxt in -lgettextpo" >&5
16945 printf %s
"checking for po_message_msgctxt in -lgettextpo... " >&6; }
16946 if test ${ac_cv_lib_gettextpo_po_message_msgctxt+y}
16948 printf %s
"(cached) " >&6
16950 ac_check_lib_save_LIBS
=$LIBS
16951 LIBS
="-lgettextpo $LIBS"
16952 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16953 /* end confdefs.h. */
16955 /* Override any GCC internal prototype to avoid an error.
16956 Use char because int might match the return type of a GCC
16957 builtin and then its argument prototype would still apply. */
16958 char po_message_msgctxt ();
16962 return po_message_msgctxt ();
16967 if ac_fn_c_try_link
"$LINENO"
16969 ac_cv_lib_gettextpo_po_message_msgctxt
=yes
16971 ac_cv_lib_gettextpo_po_message_msgctxt
=no
16973 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
16974 conftest
$ac_exeext conftest.
$ac_ext
16975 LIBS
=$ac_check_lib_save_LIBS
16977 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gettextpo_po_message_msgctxt" >&5
16978 printf "%s\n" "$ac_cv_lib_gettextpo_po_message_msgctxt" >&6; }
16979 if test "x$ac_cv_lib_gettextpo_po_message_msgctxt" = xyes
16982 printf "%s\n" "#define HAVE_LIBGETTEXTPO 1" >>confdefs.h
16984 GETTEXTPO_LIBS
="-lgettextpo"
16989 if test "x$GETTEXTPO_LIBS" = "x"
16991 case "x$with_gettextpo" in
16992 x
) as_fn_append wine_notices
"|GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt." ;;
16994 *) as_fn_error $?
"GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt.
16995 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
16999 if test "$srcdir" != .
17001 case "x$with_gettextpo" in
17002 x
) as_fn_append wine_notices
"|Rebuilding po files is not supported for out of tree builds." ;;
17004 *) as_fn_error $?
"Rebuilding po files is not supported for out of tree builds.
17005 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
17011 if test "x$with_pulse" != "xno";
17014 if ${PULSE_CFLAGS:+false} :
17016 if test ${PKG_CONFIG+y}
17018 PULSE_CFLAGS
=`$PKG_CONFIG --cflags libpulse 2>conftest.err`
17022 if ${PULSE_LIBS:+false} :
17024 if test ${PKG_CONFIG+y}
17026 PULSE_LIBS
=`$PKG_CONFIG --libs libpulse 2>/dev/null`
17031 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libpulse cflags: $PULSE_CFLAGS" >&5
17032 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libpulse libs: $PULSE_LIBS" >&5
17033 if test -s conftest.err
; then
17034 printf %s
"$as_me:${as_lineno-$LINENO}: libpulse errors: " >&5
17035 cat conftest.err
>&5
17038 ac_save_CPPFLAGS
=$CPPFLAGS
17039 CPPFLAGS
="$CPPFLAGS $PULSE_CFLAGS"
17040 for ac_header
in pulse
/pulseaudio.h
17042 ac_fn_c_check_header_compile
"$LINENO" "pulse/pulseaudio.h" "ac_cv_header_pulse_pulseaudio_h" "$ac_includes_default"
17043 if test "x$ac_cv_header_pulse_pulseaudio_h" = xyes
17045 printf "%s\n" "#define HAVE_PULSE_PULSEAUDIO_H 1" >>confdefs.h
17046 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pa_stream_is_corked in -lpulse" >&5
17047 printf %s
"checking for pa_stream_is_corked in -lpulse... " >&6; }
17048 if test ${ac_cv_lib_pulse_pa_stream_is_corked+y}
17050 printf %s
"(cached) " >&6
17052 ac_check_lib_save_LIBS
=$LIBS
17053 LIBS
="-lpulse $PULSE_LIBS $LIBS"
17054 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17055 /* end confdefs.h. */
17057 /* Override any GCC internal prototype to avoid an error.
17058 Use char because int might match the return type of a GCC
17059 builtin and then its argument prototype would still apply. */
17060 char pa_stream_is_corked ();
17064 return pa_stream_is_corked ();
17069 if ac_fn_c_try_link
"$LINENO"
17071 ac_cv_lib_pulse_pa_stream_is_corked
=yes
17073 ac_cv_lib_pulse_pa_stream_is_corked
=no
17075 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
17076 conftest
$ac_exeext conftest.
$ac_ext
17077 LIBS
=$ac_check_lib_save_LIBS
17079 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pulse_pa_stream_is_corked" >&5
17080 printf "%s\n" "$ac_cv_lib_pulse_pa_stream_is_corked" >&6; }
17081 if test "x$ac_cv_lib_pulse_pa_stream_is_corked" = xyes
17093 CPPFLAGS
=$ac_save_CPPFLAGS
17096 if test -z "$PULSE_LIBS"
17098 case "x$with_pulse" in
17099 x
) as_fn_append wine_notices
"|libpulse ${notice_platform}development files not found or too old, Pulse won't be supported." ;;
17101 *) as_fn_error $?
"libpulse ${notice_platform}development files not found or too old, Pulse won't be supported.
17102 This is an error since --with-pulse was requested." "$LINENO" 5 ;;
17104 enable_winepulse_drv
=${enable_winepulse_drv:-no}
17107 if test "x$with_gstreamer" != "xno"
17110 if ${GSTREAMER_CFLAGS:+false} :
17112 if test ${PKG_CONFIG+y}
17114 GSTREAMER_CFLAGS
=`$PKG_CONFIG --cflags gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 gstreamer-tag-1.0 2>conftest.err`
17118 if ${GSTREAMER_LIBS:+false} :
17120 if test ${PKG_CONFIG+y}
17122 GSTREAMER_LIBS
=`$PKG_CONFIG --libs gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 gstreamer-tag-1.0 2>/dev/null`
17127 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
17128 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
17129 if test -s conftest.err
; then
17130 printf %s
"$as_me:${as_lineno-$LINENO}: gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 gstreamer-tag-1.0 errors: " >&5
17131 cat conftest.err
>&5
17134 ac_save_CPPFLAGS
=$CPPFLAGS
17135 CPPFLAGS
="$CPPFLAGS $GSTREAMER_CFLAGS"
17136 ac_fn_c_check_header_compile
"$LINENO" "gst/gst.h" "ac_cv_header_gst_gst_h" "$ac_includes_default"
17137 if test "x$ac_cv_header_gst_gst_h" = xyes
17139 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether gint64 defined by gst/gst.h is indeed 64-bit" >&5
17140 printf %s
"checking whether gint64 defined by gst/gst.h is indeed 64-bit... " >&6; }
17141 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17142 /* end confdefs.h. */
17143 #include <gst/gst.h>
17147 static int a[sizeof(gint64) > 4 ? 1 : -1]; if (a[0]) return 0;
17152 if ac_fn_c_try_compile
"$LINENO"
17154 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
17155 printf "%s\n" "yes" >&6; }
17156 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gst_pad_new in -lgstreamer-1.0" >&5
17157 printf %s
"checking for gst_pad_new in -lgstreamer-1.0... " >&6; }
17158 if test ${ac_cv_lib_gstreamer_1_0_gst_pad_new+y}
17160 printf %s
"(cached) " >&6
17162 ac_check_lib_save_LIBS
=$LIBS
17163 LIBS
="-lgstreamer-1.0 $GSTREAMER_LIBS $LIBS"
17164 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17165 /* end confdefs.h. */
17167 /* Override any GCC internal prototype to avoid an error.
17168 Use char because int might match the return type of a GCC
17169 builtin and then its argument prototype would still apply. */
17170 char gst_pad_new ();
17174 return gst_pad_new ();
17179 if ac_fn_c_try_link
"$LINENO"
17181 ac_cv_lib_gstreamer_1_0_gst_pad_new
=yes
17183 ac_cv_lib_gstreamer_1_0_gst_pad_new
=no
17185 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
17186 conftest
$ac_exeext conftest.
$ac_ext
17187 LIBS
=$ac_check_lib_save_LIBS
17189 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstreamer_1_0_gst_pad_new" >&5
17190 printf "%s\n" "$ac_cv_lib_gstreamer_1_0_gst_pad_new" >&6; }
17191 if test "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" = xyes
17197 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
17198 printf "%s\n" "no" >&6; }
17199 ac_glib2_broken
=yes
17200 as_fn_append wine_notices
"|glib-2.0 pkgconfig configuration is for the wrong architecture, winegstreamer won't be built."
17202 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
17205 CPPFLAGS
=$ac_save_CPPFLAGS
17208 if test "x$ac_glib2_broken" != xyes
-a "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" != xyes
17210 case "x$with_gstreamer" in
17211 x
) as_fn_append wine_notices
"|gstreamer-1.0 base plugins ${notice_platform}development files not found, GStreamer won't be supported." ;;
17213 *) as_fn_error $?
"gstreamer-1.0 base plugins ${notice_platform}development files not found, GStreamer won't be supported.
17214 This is an error since --with-gstreamer was requested." "$LINENO" 5 ;;
17216 enable_winegstreamer
=${enable_winegstreamer:-no}
17221 if test "x$with_alsa" != "xno"
17223 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access_mask in -lasound" >&5
17224 printf %s
"checking for snd_pcm_hw_params_get_access_mask in -lasound... " >&6; }
17225 if test ${ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask+y}
17227 printf %s
"(cached) " >&6
17229 ac_check_lib_save_LIBS
=$LIBS
17230 LIBS
="-lasound $LIBS"
17231 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17232 /* end confdefs.h. */
17234 /* Override any GCC internal prototype to avoid an error.
17235 Use char because int might match the return type of a GCC
17236 builtin and then its argument prototype would still apply. */
17237 char snd_pcm_hw_params_get_access_mask ();
17241 return snd_pcm_hw_params_get_access_mask ();
17246 if ac_fn_c_try_link
"$LINENO"
17248 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=yes
17250 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=no
17252 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
17253 conftest
$ac_exeext conftest.
$ac_ext
17254 LIBS
=$ac_check_lib_save_LIBS
17256 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&5
17257 printf "%s\n" "$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&6; }
17258 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" = xyes
17260 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17261 /* end confdefs.h. */
17262 #include <alsa/asoundlib.h>
17266 snd_pcm_hw_params_get_access_mask(NULL, NULL)
17271 if ac_fn_c_try_compile
"$LINENO"
17273 ALSA_LIBS
="-lasound"
17275 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
17279 test -n "$ALSA_LIBS" || enable_winealsa_drv
=${enable_winealsa_drv:-no}
17281 if test "x$with_oss" != xno
17283 ac_save_CPPFLAGS
="$CPPFLAGS"
17284 if test -f /etc
/oss.conf
17288 ac_oss_incl
="-I${OSSLIBDIR:-/usr/lib/oss}/include"
17289 CPPFLAGS
="$CPPFLAGS $ac_oss_incl"
17290 ac_fn_c_check_header_compile
"$LINENO" "sys/soundcard.h" "ac_cv_header_sys_soundcard_h" "$ac_includes_default"
17291 if test "x$ac_cv_header_sys_soundcard_h" = xyes
17293 ac_fn_c_check_member
"$LINENO" "oss_sysinfo" "numaudioengines" "ac_cv_member_oss_sysinfo_numaudioengines" "#include <sys/soundcard.h>
17295 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes
17298 printf "%s\n" "#define HAVE_OSS_SYSINFO_NUMAUDIOENGINES 1" >>confdefs.h
17300 OSS4_CFLAGS
="$ac_oss_incl"
17302 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
17303 printf %s
"checking for _oss_ioctl in -lossaudio... " >&6; }
17304 if test ${ac_cv_lib_ossaudio__oss_ioctl+y}
17306 printf %s
"(cached) " >&6
17308 ac_check_lib_save_LIBS
=$LIBS
17309 LIBS
="-lossaudio $LIBS"
17310 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17311 /* end confdefs.h. */
17313 /* Override any GCC internal prototype to avoid an error.
17314 Use char because int might match the return type of a GCC
17315 builtin and then its argument prototype would still apply. */
17316 char _oss_ioctl ();
17320 return _oss_ioctl ();
17325 if ac_fn_c_try_link
"$LINENO"
17327 ac_cv_lib_ossaudio__oss_ioctl
=yes
17329 ac_cv_lib_ossaudio__oss_ioctl
=no
17331 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
17332 conftest
$ac_exeext conftest.
$ac_ext
17333 LIBS
=$ac_check_lib_save_LIBS
17335 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
17336 printf "%s\n" "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
17337 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes
17339 OSS4_LIBS
="-lossaudio"
17347 CPPFLAGS
="$ac_save_CPPFLAGS"
17349 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
17351 case "x$with_oss" in
17352 x
) as_fn_append wine_notices
"|OSS sound system found but too old (OSSv4 needed), OSS won't be supported." ;;
17354 *) as_fn_error $?
"OSS sound system found but too old (OSSv4 needed), OSS won't be supported.
17355 This is an error since --with-oss was requested." "$LINENO" 5 ;;
17357 enable_wineoss_drv
=${enable_wineoss_drv:-no}
17360 if test "x$with_udev" != "xno"
17363 if ${UDEV_CFLAGS:+false} :
17365 if test ${PKG_CONFIG+y}
17367 UDEV_CFLAGS
=`$PKG_CONFIG --cflags libudev 2>conftest.err`
17371 if ${UDEV_LIBS:+false} :
17373 if test ${PKG_CONFIG+y}
17375 UDEV_LIBS
=`$PKG_CONFIG --libs libudev 2>/dev/null`
17379 UDEV_LIBS
=${UDEV_LIBS:-"-ludev"}
17380 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libudev cflags: $UDEV_CFLAGS" >&5
17381 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libudev libs: $UDEV_LIBS" >&5
17382 if test -s conftest.err
; then
17383 printf %s
"$as_me:${as_lineno-$LINENO}: libudev errors: " >&5
17384 cat conftest.err
>&5
17387 ac_save_CPPFLAGS
=$CPPFLAGS
17388 CPPFLAGS
="$CPPFLAGS $UDEV_CFLAGS"
17389 for ac_header
in libudev.h
17391 ac_fn_c_check_header_compile
"$LINENO" "libudev.h" "ac_cv_header_libudev_h" "$ac_includes_default"
17392 if test "x$ac_cv_header_libudev_h" = xyes
17394 printf "%s\n" "#define HAVE_LIBUDEV_H 1" >>confdefs.h
17395 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for udev_new in -ludev" >&5
17396 printf %s
"checking for udev_new in -ludev... " >&6; }
17397 if test ${ac_cv_lib_udev_udev_new+y}
17399 printf %s
"(cached) " >&6
17401 ac_check_lib_save_LIBS
=$LIBS
17402 LIBS
="-ludev $UDEV_LIBS $LIBS"
17403 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17404 /* end confdefs.h. */
17406 /* Override any GCC internal prototype to avoid an error.
17407 Use char because int might match the return type of a GCC
17408 builtin and then its argument prototype would still apply. */
17413 return udev_new ();
17418 if ac_fn_c_try_link
"$LINENO"
17420 ac_cv_lib_udev_udev_new
=yes
17422 ac_cv_lib_udev_udev_new
=no
17424 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
17425 conftest
$ac_exeext conftest.
$ac_ext
17426 LIBS
=$ac_check_lib_save_LIBS
17428 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_udev_udev_new" >&5
17429 printf "%s\n" "$ac_cv_lib_udev_udev_new" >&6; }
17430 if test "x$ac_cv_lib_udev_udev_new" = xyes
17433 printf "%s\n" "#define HAVE_UDEV 1" >>confdefs.h
17444 CPPFLAGS
=$ac_save_CPPFLAGS
17447 if test "x$UDEV_LIBS" = "x"
17449 case "x$with_udev" in
17450 x
) as_fn_append wine_notices
"|libudev ${notice_platform}development files not found, plug and play won't be supported." ;;
17452 *) as_fn_error $?
"libudev ${notice_platform}development files not found, plug and play won't be supported.
17453 This is an error since --with-udev was requested." "$LINENO" 5 ;;
17458 if test "x$with_unwind" != xno
17461 if ${UNWIND_CFLAGS:+false} :
17463 if test ${PKG_CONFIG+y}
17465 UNWIND_CFLAGS
=`$PKG_CONFIG --cflags libunwind 2>conftest.err`
17469 if ${UNWIND_LIBS:+false} :
17471 if test ${PKG_CONFIG+y}
17473 UNWIND_LIBS
=`$PKG_CONFIG --libs libunwind 2>/dev/null`
17477 UNWIND_LIBS
=${UNWIND_LIBS:-"-lunwind"}
17478 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libunwind cflags: $UNWIND_CFLAGS" >&5
17479 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libunwind libs: $UNWIND_LIBS" >&5
17480 if test -s conftest.err
; then
17481 printf %s
"$as_me:${as_lineno-$LINENO}: libunwind errors: " >&5
17482 cat conftest.err
>&5
17485 ac_save_CPPFLAGS
=$CPPFLAGS
17486 CPPFLAGS
="$CPPFLAGS $UNWIND_CFLAGS"
17487 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for unw_step" >&5
17488 printf %s
"checking for unw_step... " >&6; }
17489 if test ${wine_cv_have_unw_step+y}
17491 printf %s
"(cached) " >&6
17493 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17494 /* end confdefs.h. */
17495 #define UNW_LOCAL_ONLY
17496 #include <libunwind.h>
17500 unw_cursor_t cursor; unw_step( &cursor );
17505 if ac_fn_c_try_link
"$LINENO"
17507 wine_cv_have_unw_step
="yes"
17509 wine_cv_have_unw_step
="no"
17511 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
17512 conftest
$ac_exeext conftest.
$ac_ext
17514 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_unw_step" >&5
17515 printf "%s\n" "$wine_cv_have_unw_step" >&6; }
17516 if test "$wine_cv_have_unw_step" = no
-a -n "$UNWIND_LIBS"
17519 UNWIND_LIBS
="-static-libgcc $UNWIND_LIBS"
17520 LIBS
="$UNWIND_LIBS $LIBS"
17521 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for unw_step in libunwind" >&5
17522 printf %s
"checking for unw_step in libunwind... " >&6; }
17523 if test ${wine_cv_have_libunwind_unw_step+y}
17525 printf %s
"(cached) " >&6
17527 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17528 /* end confdefs.h. */
17529 #define UNW_LOCAL_ONLY
17530 #include <libunwind.h>
17534 unw_cursor_t cursor; unw_step( &cursor );
17539 if ac_fn_c_try_link
"$LINENO"
17541 wine_cv_have_libunwind_unw_step
="yes"
17543 wine_cv_have_libunwind_unw_step
="no"
17545 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
17546 conftest
$ac_exeext conftest.
$ac_ext
17548 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_libunwind_unw_step" >&5
17549 printf "%s\n" "$wine_cv_have_libunwind_unw_step" >&6; }
17552 test "$wine_cv_have_libunwind_unw_step" = yes || UNWIND_LIBS
=""
17553 if test "x$wine_cv_have_unw_step$wine_cv_have_libunwind_unw_step" != xnono
17556 printf "%s\n" "#define HAVE_LIBUNWIND 1" >>confdefs.h
17559 CPPFLAGS
=$ac_save_CPPFLAGS
17563 aarch64
*|
*-darwin*)
17564 if test "x$wine_cv_have_unw_step$wine_cv_have_libunwind_unw_step" = xnono
17566 case "x$with_unwind" in
17567 x
) as_fn_append wine_notices
"|libunwind ${notice_platform}development files not found, stack unwinding won't work." ;;
17569 *) as_fn_error $?
"libunwind ${notice_platform}development files not found, stack unwinding won't work.
17570 This is an error since --with-unwind was requested." "$LINENO" 5 ;;
17576 if test "x$with_sdl" != "xno"
17579 if ${SDL2_CFLAGS:+false} :
17581 if test ${PKG_CONFIG+y}
17583 SDL2_CFLAGS
=`$PKG_CONFIG --cflags sdl2 2>conftest.err`
17587 if ${SDL2_LIBS:+false} :
17589 if test ${PKG_CONFIG+y}
17591 SDL2_LIBS
=`$PKG_CONFIG --libs sdl2 2>/dev/null`
17595 SDL2_LIBS
=${SDL2_LIBS:-"-lSDL2"}
17596 printf "%s\n" "$as_me:${as_lineno-$LINENO}: sdl2 cflags: $SDL2_CFLAGS" >&5
17597 printf "%s\n" "$as_me:${as_lineno-$LINENO}: sdl2 libs: $SDL2_LIBS" >&5
17598 if test -s conftest.err
; then
17599 printf %s
"$as_me:${as_lineno-$LINENO}: sdl2 errors: " >&5
17600 cat conftest.err
>&5
17603 ac_save_CPPFLAGS
=$CPPFLAGS
17604 CPPFLAGS
="$CPPFLAGS $SDL2_CFLAGS"
17605 for ac_header
in SDL.h
17607 ac_fn_c_check_header_compile
"$LINENO" "SDL.h" "ac_cv_header_SDL_h" "$ac_includes_default"
17608 if test "x$ac_cv_header_SDL_h" = xyes
17610 printf "%s\n" "#define HAVE_SDL_H 1" >>confdefs.h
17611 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lSDL2" >&5
17612 printf %s
"checking for -lSDL2... " >&6; }
17613 if test ${ac_cv_lib_soname_SDL2+y}
17615 printf %s
"(cached) " >&6
17617 ac_check_soname_save_LIBS
=$LIBS
17618 LIBS
="-lSDL2 $SDL2_LIBS $LIBS"
17619 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17620 /* end confdefs.h. */
17622 /* Override any GCC internal prototype to avoid an error.
17623 Use char because int might match the return type of a GCC
17624 builtin and then its argument prototype would still apply. */
17629 return SDL_Init ();
17634 if ac_fn_c_try_link
"$LINENO"
17637 dll
) ac_cv_lib_soname_SDL2
=`$ac_cv_path_LDD conftest.exe | grep "SDL2" | sed -e "s/dll.*/dll/"';2,$d'` ;;
17638 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'` ;;
17639 *) 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'`
17640 if ${ac_cv_lib_soname_SDL2:+false} :
17642 ac_cv_lib_soname_SDL2
=`$LDD conftest$ac_exeext | grep "libSDL2-2.0*\\.$LIBEXT" | sed -e "s/^.*\(libSDL2-2.0*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
17646 ac_cv_lib_soname_SDL2
=
17648 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
17649 conftest
$ac_exeext conftest.
$ac_ext
17650 LIBS
=$ac_check_soname_save_LIBS
17652 if ${ac_cv_lib_soname_SDL2:+false} :
17654 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
17655 printf "%s\n" "not found" >&6; }
17658 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_SDL2" >&5
17659 printf "%s\n" "$ac_cv_lib_soname_SDL2" >&6; }
17661 printf "%s\n" "#define SONAME_LIBSDL2 \"$ac_cv_lib_soname_SDL2\"" >>confdefs.h
17668 CPPFLAGS
=$ac_save_CPPFLAGS
17671 if test "x$ac_cv_lib_soname_SDL2" = "x"
17673 case "x$with_sdl" in
17674 x
) as_fn_append wine_notices
"|libSDL2 ${notice_platform}development files not found, SDL2 won't be supported." ;;
17676 *) as_fn_error $?
"libSDL2 ${notice_platform}development files not found, SDL2 won't be supported.
17677 This is an error since --with-sdl was requested." "$LINENO" 5 ;;
17682 if test "x$with_capi" != "xno"
17685 if ${CAPI20_CFLAGS:+false} :
17687 if test ${PKG_CONFIG+y}
17689 CAPI20_CFLAGS
=`$PKG_CONFIG --cflags capi20 2>conftest.err`
17693 if ${CAPI20_LIBS:+false} :
17695 if test ${PKG_CONFIG+y}
17697 CAPI20_LIBS
=`$PKG_CONFIG --libs capi20 2>/dev/null`
17702 printf "%s\n" "$as_me:${as_lineno-$LINENO}: capi20 cflags: $CAPI20_CFLAGS" >&5
17703 printf "%s\n" "$as_me:${as_lineno-$LINENO}: capi20 libs: $CAPI20_LIBS" >&5
17704 if test -s conftest.err
; then
17705 printf %s
"$as_me:${as_lineno-$LINENO}: capi20 errors: " >&5
17706 cat conftest.err
>&5
17709 ac_save_CPPFLAGS
=$CPPFLAGS
17710 CPPFLAGS
="$CPPFLAGS $CAPI20_CFLAGS"
17711 ac_fn_c_check_header_compile
"$LINENO" "capi20.h" "ac_cv_header_capi20_h" "#define __user
17713 if test "x$ac_cv_header_capi20_h" = xyes
17715 printf "%s\n" "#define HAVE_CAPI20_H 1" >>confdefs.h
17718 ac_fn_c_check_header_compile
"$LINENO" "linux/capi.h" "ac_cv_header_linux_capi_h" "#define __user
17720 if test "x$ac_cv_header_linux_capi_h" = xyes
17722 printf "%s\n" "#define HAVE_LINUX_CAPI_H 1" >>confdefs.h
17726 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
17728 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for capi20_register in -lcapi20" >&5
17729 printf %s
"checking for capi20_register in -lcapi20... " >&6; }
17730 if test ${ac_cv_lib_capi20_capi20_register+y}
17732 printf %s
"(cached) " >&6
17734 ac_check_lib_save_LIBS
=$LIBS
17735 LIBS
="-lcapi20 $CAPI20_LIBS $LIBS"
17736 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17737 /* end confdefs.h. */
17739 /* Override any GCC internal prototype to avoid an error.
17740 Use char because int might match the return type of a GCC
17741 builtin and then its argument prototype would still apply. */
17742 char capi20_register ();
17746 return capi20_register ();
17751 if ac_fn_c_try_link
"$LINENO"
17753 ac_cv_lib_capi20_capi20_register
=yes
17755 ac_cv_lib_capi20_capi20_register
=no
17757 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
17758 conftest
$ac_exeext conftest.
$ac_ext
17759 LIBS
=$ac_check_lib_save_LIBS
17761 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_capi20_capi20_register" >&5
17762 printf "%s\n" "$ac_cv_lib_capi20_capi20_register" >&6; }
17763 if test "x$ac_cv_lib_capi20_capi20_register" = xyes
17771 CPPFLAGS
=$ac_save_CPPFLAGS
17774 if test "x$ac_cv_lib_capi20_capi20_register" != xyes
17776 case "x$with_capi" in
17777 x
) as_fn_append wine_notices
"|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
17779 *) as_fn_error $?
"libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
17780 This is an error since --with-capi was requested." "$LINENO" 5 ;;
17782 enable_capi2032
=${enable_capi2032:-no}
17785 if test "x$with_cups" != "xno"
17788 if ${CUPS_CFLAGS:+false} :
17790 if test ${PKG_CONFIG+y}
17792 CUPS_CFLAGS
=`$PKG_CONFIG --cflags cups 2>conftest.err`
17795 test "$cross_compiling" = yes || CUPS_CFLAGS
=${CUPS_CFLAGS:-`${CUPS_CONFIG:-cups-config} --cflags 2>/dev/null`}
17796 if ${CUPS_LIBS:+false} :
17798 if test ${PKG_CONFIG+y}
17800 CUPS_LIBS
=`$PKG_CONFIG --libs cups 2>/dev/null`
17803 test "$cross_compiling" = yes || CUPS_LIBS
=${CUPS_LIBS:-`${CUPS_CONFIG:-cups-config} --libs 2>/dev/null`}
17804 CUPS_LIBS
=${CUPS_LIBS:-"-lcups"}
17805 printf "%s\n" "$as_me:${as_lineno-$LINENO}: cups cflags: $CUPS_CFLAGS" >&5
17806 printf "%s\n" "$as_me:${as_lineno-$LINENO}: cups libs: $CUPS_LIBS" >&5
17807 if test -s conftest.err
; then
17808 printf %s
"$as_me:${as_lineno-$LINENO}: cups errors: " >&5
17809 cat conftest.err
>&5
17812 ac_save_CPPFLAGS
=$CPPFLAGS
17813 CPPFLAGS
="$CPPFLAGS $CUPS_CFLAGS"
17814 ac_fn_c_check_header_compile
"$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
17815 if test "x$ac_cv_header_cups_cups_h" = xyes
17817 printf "%s\n" "#define HAVE_CUPS_CUPS_H 1" >>confdefs.h
17820 ac_fn_c_check_header_compile
"$LINENO" "cups/ppd.h" "ac_cv_header_cups_ppd_h" "$ac_includes_default"
17821 if test "x$ac_cv_header_cups_ppd_h" = xyes
17823 printf "%s\n" "#define HAVE_CUPS_PPD_H 1" >>confdefs.h
17827 if test "$ac_cv_header_cups_cups_h" = "yes"
17829 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
17830 printf %s
"checking for -lcups... " >&6; }
17831 if test ${ac_cv_lib_soname_cups+y}
17833 printf %s
"(cached) " >&6
17835 ac_check_soname_save_LIBS
=$LIBS
17836 LIBS
="-lcups $CUPS_LIBS $LIBS"
17837 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17838 /* end confdefs.h. */
17840 /* Override any GCC internal prototype to avoid an error.
17841 Use char because int might match the return type of a GCC
17842 builtin and then its argument prototype would still apply. */
17843 char cupsGetDefault ();
17847 return cupsGetDefault ();
17852 if ac_fn_c_try_link
"$LINENO"
17855 dll
) ac_cv_lib_soname_cups
=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
17856 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'` ;;
17857 *) ac_cv_lib_soname_cups
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcups\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcups\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
17858 if ${ac_cv_lib_soname_cups:+false} :
17860 ac_cv_lib_soname_cups
=`$LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
17864 ac_cv_lib_soname_cups
=
17866 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
17867 conftest
$ac_exeext conftest.
$ac_ext
17868 LIBS
=$ac_check_soname_save_LIBS
17870 if ${ac_cv_lib_soname_cups:+false} :
17872 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
17873 printf "%s\n" "not found" >&6; }
17876 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
17877 printf "%s\n" "$ac_cv_lib_soname_cups" >&6; }
17879 printf "%s\n" "#define SONAME_LIBCUPS \"$ac_cv_lib_soname_cups\"" >>confdefs.h
17887 CPPFLAGS
=$ac_save_CPPFLAGS
17890 if test "x$ac_cv_lib_soname_cups" = "x"
17892 case "x$with_cups" in
17893 x
) as_fn_append wine_notices
"|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
17895 *) as_fn_error $?
"libcups ${notice_platform}development files not found, CUPS won't be supported.
17896 This is an error since --with-cups was requested." "$LINENO" 5 ;;
17901 if test "x$with_fontconfig" != "xno"
17904 if ${FONTCONFIG_CFLAGS:+false} :
17906 if test ${PKG_CONFIG+y}
17908 FONTCONFIG_CFLAGS
=`$PKG_CONFIG --cflags fontconfig 2>conftest.err`
17911 test "$cross_compiling" = yes || FONTCONFIG_CFLAGS
=${FONTCONFIG_CFLAGS:-$X_CFLAGS}
17912 if ${FONTCONFIG_LIBS:+false} :
17914 if test ${PKG_CONFIG+y}
17916 FONTCONFIG_LIBS
=`$PKG_CONFIG --libs fontconfig 2>/dev/null`
17919 test "$cross_compiling" = yes || FONTCONFIG_LIBS
=${FONTCONFIG_LIBS:-$X_LIBS}
17921 printf "%s\n" "$as_me:${as_lineno-$LINENO}: fontconfig cflags: $FONTCONFIG_CFLAGS" >&5
17922 printf "%s\n" "$as_me:${as_lineno-$LINENO}: fontconfig libs: $FONTCONFIG_LIBS" >&5
17923 if test -s conftest.err
; then
17924 printf %s
"$as_me:${as_lineno-$LINENO}: fontconfig errors: " >&5
17925 cat conftest.err
>&5
17928 ac_save_CPPFLAGS
=$CPPFLAGS
17929 CPPFLAGS
="$CPPFLAGS $FONTCONFIG_CFLAGS"
17930 ac_fn_c_check_header_compile
"$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
17931 if test "x$ac_cv_header_fontconfig_fontconfig_h" = xyes
17933 printf "%s\n" "#define HAVE_FONTCONFIG_FONTCONFIG_H 1" >>confdefs.h
17937 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
17939 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
17940 printf %s
"checking for -lfontconfig... " >&6; }
17941 if test ${ac_cv_lib_soname_fontconfig+y}
17943 printf %s
"(cached) " >&6
17945 ac_check_soname_save_LIBS
=$LIBS
17946 LIBS
="-lfontconfig $FONTCONFIG_LIBS $LIBS"
17947 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17948 /* end confdefs.h. */
17950 /* Override any GCC internal prototype to avoid an error.
17951 Use char because int might match the return type of a GCC
17952 builtin and then its argument prototype would still apply. */
17962 if ac_fn_c_try_link
"$LINENO"
17965 dll
) ac_cv_lib_soname_fontconfig
=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
17966 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'` ;;
17967 *) ac_cv_lib_soname_fontconfig
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfontconfig\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfontconfig\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
17968 if ${ac_cv_lib_soname_fontconfig:+false} :
17970 ac_cv_lib_soname_fontconfig
=`$LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
17974 ac_cv_lib_soname_fontconfig
=
17976 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
17977 conftest
$ac_exeext conftest.
$ac_ext
17978 LIBS
=$ac_check_soname_save_LIBS
17980 if ${ac_cv_lib_soname_fontconfig:+false} :
17982 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
17983 printf "%s\n" "not found" >&6; }
17984 FONTCONFIG_CFLAGS
=""
17986 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
17987 printf "%s\n" "$ac_cv_lib_soname_fontconfig" >&6; }
17989 printf "%s\n" "#define SONAME_LIBFONTCONFIG \"$ac_cv_lib_soname_fontconfig\"" >>confdefs.h
17994 FONTCONFIG_CFLAGS
=""
17996 CPPFLAGS
=$ac_save_CPPFLAGS
17999 if test "x$ac_cv_lib_soname_fontconfig" = "x"
18001 case "x$with_fontconfig" in
18002 x
) as_fn_append wine_notices
"|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
18004 *) as_fn_error $?
"fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
18005 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
18010 if test "x$with_krb5" != "xno"
18013 if ${KRB5_CFLAGS:+false} :
18015 if test ${PKG_CONFIG+y}
18017 KRB5_CFLAGS
=`$PKG_CONFIG --cflags krb5 2>conftest.err`
18020 test "$cross_compiling" = yes || KRB5_CFLAGS
=${KRB5_CFLAGS:-`${KRB5_CONFIG:-krb5-config} --cflags 2>/dev/null`}
18021 if ${KRB5_LIBS:+false} :
18023 if test ${PKG_CONFIG+y}
18025 KRB5_LIBS
=`$PKG_CONFIG --libs krb5 2>/dev/null`
18028 test "$cross_compiling" = yes || KRB5_LIBS
=${KRB5_LIBS:-`${KRB5_CONFIG:-krb5-config} --libs 2>/dev/null`}
18030 printf "%s\n" "$as_me:${as_lineno-$LINENO}: krb5 cflags: $KRB5_CFLAGS" >&5
18031 printf "%s\n" "$as_me:${as_lineno-$LINENO}: krb5 libs: $KRB5_LIBS" >&5
18032 if test -s conftest.err
; then
18033 printf %s
"$as_me:${as_lineno-$LINENO}: krb5 errors: " >&5
18034 cat conftest.err
>&5
18037 ac_save_CPPFLAGS
=$CPPFLAGS
18038 CPPFLAGS
="$CPPFLAGS $KRB5_CFLAGS"
18039 ac_fn_c_check_header_compile
"$LINENO" "krb5/krb5.h" "ac_cv_header_krb5_krb5_h" "$ac_includes_default"
18040 if test "x$ac_cv_header_krb5_krb5_h" = xyes
18042 printf "%s\n" "#define HAVE_KRB5_KRB5_H 1" >>confdefs.h
18046 if test "$ac_cv_header_krb5_krb5_h" = "yes"
18048 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lkrb5" >&5
18049 printf %s
"checking for -lkrb5... " >&6; }
18050 if test ${ac_cv_lib_soname_krb5+y}
18052 printf %s
"(cached) " >&6
18054 ac_check_soname_save_LIBS
=$LIBS
18055 LIBS
="-lkrb5 $KRB5_LIBS $LIBS"
18056 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18057 /* end confdefs.h. */
18059 /* Override any GCC internal prototype to avoid an error.
18060 Use char because int might match the return type of a GCC
18061 builtin and then its argument prototype would still apply. */
18062 char krb5_is_config_principal ();
18066 return krb5_is_config_principal ();
18071 if ac_fn_c_try_link
"$LINENO"
18074 dll
) ac_cv_lib_soname_krb5
=`$ac_cv_path_LDD conftest.exe | grep "krb5" | sed -e "s/dll.*/dll/"';2,$d'` ;;
18075 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'` ;;
18076 *) ac_cv_lib_soname_krb5
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libkrb5\\.$LIBEXT" | sed -e "s/^.*\\[\\(libkrb5\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
18077 if ${ac_cv_lib_soname_krb5:+false} :
18079 ac_cv_lib_soname_krb5
=`$LDD conftest$ac_exeext | grep "libkrb5\\.$LIBEXT" | sed -e "s/^.*\(libkrb5\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
18083 ac_cv_lib_soname_krb5
=
18085 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
18086 conftest
$ac_exeext conftest.
$ac_ext
18087 LIBS
=$ac_check_soname_save_LIBS
18089 if ${ac_cv_lib_soname_krb5:+false} :
18091 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
18092 printf "%s\n" "not found" >&6; }
18095 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_krb5" >&5
18096 printf "%s\n" "$ac_cv_lib_soname_krb5" >&6; }
18098 printf "%s\n" "#define SONAME_LIBKRB5 \"$ac_cv_lib_soname_krb5\"" >>confdefs.h
18105 CPPFLAGS
=$ac_save_CPPFLAGS
18108 if test "x$ac_cv_lib_soname_krb5" = "x"
18110 case "x$with_krb5" in
18111 x
) as_fn_append wine_notices
"|libkrb5 ${notice_platform}development files not found (or too old), Kerberos won't be supported." ;;
18113 *) as_fn_error $?
"libkrb5 ${notice_platform}development files not found (or too old), Kerberos won't be supported.
18114 This is an error since --with-krb5 was requested." "$LINENO" 5 ;;
18118 test "x$ac_cv_lib_soname_krb5" != "x" || with_gssapi
=${with_gssapi:-no}
18120 if test "x$with_gssapi" != "xno"
18123 if ${GSSAPI_CFLAGS:+false} :
18125 if test ${PKG_CONFIG+y}
18127 GSSAPI_CFLAGS
=`$PKG_CONFIG --cflags krb5-gssapi 2>conftest.err`
18130 test "$cross_compiling" = yes || GSSAPI_CFLAGS
=${GSSAPI_CFLAGS:-`${KRB5_CONFIG:-krb5-config} --cflags gssapi 2>/dev/null`}
18131 if ${GSSAPI_LIBS:+false} :
18133 if test ${PKG_CONFIG+y}
18135 GSSAPI_LIBS
=`$PKG_CONFIG --libs krb5-gssapi 2>/dev/null`
18138 test "$cross_compiling" = yes || GSSAPI_LIBS
=${GSSAPI_LIBS:-`${KRB5_CONFIG:-krb5-config} --libs gssapi 2>/dev/null`}
18140 printf "%s\n" "$as_me:${as_lineno-$LINENO}: krb5-gssapi cflags: $GSSAPI_CFLAGS" >&5
18141 printf "%s\n" "$as_me:${as_lineno-$LINENO}: krb5-gssapi libs: $GSSAPI_LIBS" >&5
18142 if test -s conftest.err
; then
18143 printf %s
"$as_me:${as_lineno-$LINENO}: krb5-gssapi errors: " >&5
18144 cat conftest.err
>&5
18147 ac_save_CPPFLAGS
=$CPPFLAGS
18148 CPPFLAGS
="$CPPFLAGS $GSSAPI_CFLAGS"
18149 ac_fn_c_check_header_compile
"$LINENO" "gssapi/gssapi.h" "ac_cv_header_gssapi_gssapi_h" "$ac_includes_default"
18150 if test "x$ac_cv_header_gssapi_gssapi_h" = xyes
18152 printf "%s\n" "#define HAVE_GSSAPI_GSSAPI_H 1" >>confdefs.h
18155 ac_fn_c_check_header_compile
"$LINENO" "gssapi/gssapi_ext.h" "ac_cv_header_gssapi_gssapi_ext_h" "$ac_includes_default"
18156 if test "x$ac_cv_header_gssapi_gssapi_ext_h" = xyes
18158 printf "%s\n" "#define HAVE_GSSAPI_GSSAPI_EXT_H 1" >>confdefs.h
18162 if test "$ac_cv_header_gssapi_gssapi_h" = "yes" -a "$ac_cv_header_gssapi_gssapi_ext_h" = "yes"
18164 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lgssapi_krb5" >&5
18165 printf %s
"checking for -lgssapi_krb5... " >&6; }
18166 if test ${ac_cv_lib_soname_gssapi_krb5+y}
18168 printf %s
"(cached) " >&6
18170 ac_check_soname_save_LIBS
=$LIBS
18171 LIBS
="-lgssapi_krb5 $GSSAPI_LIBS $LIBS"
18172 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18173 /* end confdefs.h. */
18175 /* Override any GCC internal prototype to avoid an error.
18176 Use char because int might match the return type of a GCC
18177 builtin and then its argument prototype would still apply. */
18178 char gss_init_sec_context ();
18182 return gss_init_sec_context ();
18187 if ac_fn_c_try_link
"$LINENO"
18190 dll
) ac_cv_lib_soname_gssapi_krb5
=`$ac_cv_path_LDD conftest.exe | grep "gssapi_krb5" | sed -e "s/dll.*/dll/"';2,$d'` ;;
18191 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'` ;;
18192 *) 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'`
18193 if ${ac_cv_lib_soname_gssapi_krb5:+false} :
18195 ac_cv_lib_soname_gssapi_krb5
=`$LDD conftest$ac_exeext | grep "libgssapi_krb5\\.$LIBEXT" | sed -e "s/^.*\(libgssapi_krb5\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
18199 ac_cv_lib_soname_gssapi_krb5
=
18201 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
18202 conftest
$ac_exeext conftest.
$ac_ext
18203 LIBS
=$ac_check_soname_save_LIBS
18205 if ${ac_cv_lib_soname_gssapi_krb5:+false} :
18207 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
18208 printf "%s\n" "not found" >&6; }
18211 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gssapi_krb5" >&5
18212 printf "%s\n" "$ac_cv_lib_soname_gssapi_krb5" >&6; }
18214 printf "%s\n" "#define SONAME_LIBGSSAPI_KRB5 \"$ac_cv_lib_soname_gssapi_krb5\"" >>confdefs.h
18221 CPPFLAGS
=$ac_save_CPPFLAGS
18224 if test "x$ac_cv_lib_soname_gssapi_krb5" = "x"
18226 case "x$with_gssapi" in
18227 x
) as_fn_append wine_notices
"|libgssapi_krb5 ${notice_platform}development files not found (or too old), no Kerberos SSP support." ;;
18229 *) as_fn_error $?
"libgssapi_krb5 ${notice_platform}development files not found (or too old), no Kerberos SSP support.
18230 This is an error since --with-gssapi was requested." "$LINENO" 5 ;;
18235 if test "$ac_cv_header_libprocstat_h" = "yes"
18237 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for procstat_open_sysctl in -lprocstat" >&5
18238 printf %s
"checking for procstat_open_sysctl in -lprocstat... " >&6; }
18239 if test ${ac_cv_lib_procstat_procstat_open_sysctl+y}
18241 printf %s
"(cached) " >&6
18243 ac_check_lib_save_LIBS
=$LIBS
18244 LIBS
="-lprocstat $LIBS"
18245 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18246 /* end confdefs.h. */
18248 /* Override any GCC internal prototype to avoid an error.
18249 Use char because int might match the return type of a GCC
18250 builtin and then its argument prototype would still apply. */
18251 char procstat_open_sysctl ();
18255 return procstat_open_sysctl ();
18260 if ac_fn_c_try_link
"$LINENO"
18262 ac_cv_lib_procstat_procstat_open_sysctl
=yes
18264 ac_cv_lib_procstat_procstat_open_sysctl
=no
18266 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
18267 conftest
$ac_exeext conftest.
$ac_ext
18268 LIBS
=$ac_check_lib_save_LIBS
18270 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_procstat_procstat_open_sysctl" >&5
18271 printf "%s\n" "$ac_cv_lib_procstat_procstat_open_sysctl" >&6; }
18272 if test "x$ac_cv_lib_procstat_procstat_open_sysctl" = xyes
18275 printf "%s\n" "#define HAVE_LIBPROCSTAT 1" >>confdefs.h
18277 PROCSTAT_LIBS
="-lprocstat"
18283 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
18284 printf %s
"checking for -lodbc... " >&6; }
18285 if test ${ac_cv_lib_soname_odbc+y}
18287 printf %s
"(cached) " >&6
18289 ac_check_soname_save_LIBS
=$LIBS
18290 LIBS
="-lodbc $LIBS"
18291 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18292 /* end confdefs.h. */
18294 /* Override any GCC internal prototype to avoid an error.
18295 Use char because int might match the return type of a GCC
18296 builtin and then its argument prototype would still apply. */
18297 char SQLConnect ();
18301 return SQLConnect ();
18306 if ac_fn_c_try_link
"$LINENO"
18309 dll
) ac_cv_lib_soname_odbc
=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
18310 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'` ;;
18311 *) ac_cv_lib_soname_odbc
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libodbc\\.$LIBEXT" | sed -e "s/^.*\\[\\(libodbc\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
18312 if ${ac_cv_lib_soname_odbc:+false} :
18314 ac_cv_lib_soname_odbc
=`$LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
18318 ac_cv_lib_soname_odbc
=
18320 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
18321 conftest
$ac_exeext conftest.
$ac_ext
18322 LIBS
=$ac_check_soname_save_LIBS
18324 if ${ac_cv_lib_soname_odbc:+false} :
18326 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
18327 printf "%s\n" "not found" >&6; }
18328 printf "%s\n" "#define SONAME_LIBODBC \"libodbc.$LIBEXT\"" >>confdefs.h
18331 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
18332 printf "%s\n" "$ac_cv_lib_soname_odbc" >&6; }
18334 printf "%s\n" "#define SONAME_LIBODBC \"$ac_cv_lib_soname_odbc\"" >>confdefs.h
18339 if test "x$with_netapi" != "xno"
18342 if ${NETAPI_CFLAGS:+false} :
18344 if test ${PKG_CONFIG+y}
18346 NETAPI_CFLAGS
=`$PKG_CONFIG --cflags netapi 2>conftest.err`
18350 if ${NETAPI_LIBS:+false} :
18352 if test ${PKG_CONFIG+y}
18354 NETAPI_LIBS
=`$PKG_CONFIG --libs netapi 2>/dev/null`
18359 printf "%s\n" "$as_me:${as_lineno-$LINENO}: netapi cflags: $NETAPI_CFLAGS" >&5
18360 printf "%s\n" "$as_me:${as_lineno-$LINENO}: netapi libs: $NETAPI_LIBS" >&5
18361 if test -s conftest.err
; then
18362 printf %s
"$as_me:${as_lineno-$LINENO}: netapi errors: " >&5
18363 cat conftest.err
>&5
18366 ac_save_CPPFLAGS
=$CPPFLAGS
18367 CPPFLAGS
="$CPPFLAGS $NETAPI_CFLAGS"
18368 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lnetapi" >&5
18369 printf %s
"checking for -lnetapi... " >&6; }
18370 if test ${ac_cv_lib_soname_netapi+y}
18372 printf %s
"(cached) " >&6
18374 ac_check_soname_save_LIBS
=$LIBS
18375 LIBS
="-lnetapi $NETAPI_LIBS $LIBS"
18376 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18377 /* end confdefs.h. */
18379 /* Override any GCC internal prototype to avoid an error.
18380 Use char because int might match the return type of a GCC
18381 builtin and then its argument prototype would still apply. */
18382 char libnetapi_init ();
18386 return libnetapi_init ();
18391 if ac_fn_c_try_link
"$LINENO"
18394 dll
) ac_cv_lib_soname_netapi
=`$ac_cv_path_LDD conftest.exe | grep "netapi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
18395 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'` ;;
18396 *) ac_cv_lib_soname_netapi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libnetapi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libnetapi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
18397 if ${ac_cv_lib_soname_netapi:+false} :
18399 ac_cv_lib_soname_netapi
=`$LDD conftest$ac_exeext | grep "libnetapi\\.$LIBEXT" | sed -e "s/^.*\(libnetapi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
18403 ac_cv_lib_soname_netapi
=
18405 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
18406 conftest
$ac_exeext conftest.
$ac_ext
18407 LIBS
=$ac_check_soname_save_LIBS
18409 if ${ac_cv_lib_soname_netapi:+false} :
18411 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
18412 printf "%s\n" "not found" >&6; }
18413 printf "%s\n" "#define SONAME_LIBNETAPI \"libnetapi.$LIBEXT\"" >>confdefs.h
18416 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_netapi" >&5
18417 printf "%s\n" "$ac_cv_lib_soname_netapi" >&6; }
18419 printf "%s\n" "#define SONAME_LIBNETAPI \"$ac_cv_lib_soname_netapi\"" >>confdefs.h
18423 CPPFLAGS
=$ac_save_CPPFLAGS
18426 if test "x$ac_cv_lib_soname_netapi" = "x"
18428 case "x$with_netapi" in
18429 x
) as_fn_append wine_notices
"|libnetapi not found, Samba NetAPI won't be supported." ;;
18431 *) as_fn_error $?
"libnetapi not found, Samba NetAPI won't be supported.
18432 This is an error since --with-netapi was requested." "$LINENO" 5 ;;
18434 enable_netapi
=${enable_netapi:-no}
18438 if test "x$enable_winealsa_drv$enable_winecoreaudio_drv$enable_winepulse_drv$enable_wineoss_drv$enable_wineandroid_drv" = xnonononono
-a \
18439 "x$with_alsa$with_coreaudio$with_oss$with_pulse" != xnononono
18441 as_fn_append wine_warnings
"|No sound system was found. Windows applications will be silent."
18444 if test "x$with_vulkan" != "xno"
18446 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lvulkan" >&5
18447 printf %s
"checking for -lvulkan... " >&6; }
18448 if test ${ac_cv_lib_soname_vulkan+y}
18450 printf %s
"(cached) " >&6
18452 ac_check_soname_save_LIBS
=$LIBS
18453 LIBS
="-lvulkan $LIBS"
18454 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18455 /* end confdefs.h. */
18457 /* Override any GCC internal prototype to avoid an error.
18458 Use char because int might match the return type of a GCC
18459 builtin and then its argument prototype would still apply. */
18460 char vkGetInstanceProcAddr ();
18464 return vkGetInstanceProcAddr ();
18469 if ac_fn_c_try_link
"$LINENO"
18472 dll
) ac_cv_lib_soname_vulkan
=`$ac_cv_path_LDD conftest.exe | grep "vulkan" | sed -e "s/dll.*/dll/"';2,$d'` ;;
18473 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'` ;;
18474 *) ac_cv_lib_soname_vulkan
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libvulkan\\.$LIBEXT" | sed -e "s/^.*\\[\\(libvulkan\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
18475 if ${ac_cv_lib_soname_vulkan:+false} :
18477 ac_cv_lib_soname_vulkan
=`$LDD conftest$ac_exeext | grep "libvulkan\\.$LIBEXT" | sed -e "s/^.*\(libvulkan\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
18481 ac_cv_lib_soname_vulkan
=
18483 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
18484 conftest
$ac_exeext conftest.
$ac_ext
18485 LIBS
=$ac_check_soname_save_LIBS
18487 if ${ac_cv_lib_soname_vulkan:+false} :
18489 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
18490 printf "%s\n" "not found" >&6; }
18493 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_vulkan" >&5
18494 printf "%s\n" "$ac_cv_lib_soname_vulkan" >&6; }
18496 printf "%s\n" "#define SONAME_LIBVULKAN \"$ac_cv_lib_soname_vulkan\"" >>confdefs.h
18500 if test "x$ac_cv_lib_soname_vulkan" = "x"
18502 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lMoltenVK" >&5
18503 printf %s
"checking for -lMoltenVK... " >&6; }
18504 if test ${ac_cv_lib_soname_MoltenVK+y}
18506 printf %s
"(cached) " >&6
18508 ac_check_soname_save_LIBS
=$LIBS
18509 LIBS
="-lMoltenVK $LIBS"
18510 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18511 /* end confdefs.h. */
18513 /* Override any GCC internal prototype to avoid an error.
18514 Use char because int might match the return type of a GCC
18515 builtin and then its argument prototype would still apply. */
18516 char vkGetInstanceProcAddr ();
18520 return vkGetInstanceProcAddr ();
18525 if ac_fn_c_try_link
"$LINENO"
18528 dll
) ac_cv_lib_soname_MoltenVK
=`$ac_cv_path_LDD conftest.exe | grep "MoltenVK" | sed -e "s/dll.*/dll/"';2,$d'` ;;
18529 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'` ;;
18530 *) ac_cv_lib_soname_MoltenVK
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libMoltenVK\\.$LIBEXT" | sed -e "s/^.*\\[\\(libMoltenVK\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
18531 if ${ac_cv_lib_soname_MoltenVK:+false} :
18533 ac_cv_lib_soname_MoltenVK
=`$LDD conftest$ac_exeext | grep "libMoltenVK\\.$LIBEXT" | sed -e "s/^.*\(libMoltenVK\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
18537 ac_cv_lib_soname_MoltenVK
=
18539 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
18540 conftest
$ac_exeext conftest.
$ac_ext
18541 LIBS
=$ac_check_soname_save_LIBS
18543 if ${ac_cv_lib_soname_MoltenVK:+false} :
18545 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
18546 printf "%s\n" "not found" >&6; }
18549 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_MoltenVK" >&5
18550 printf "%s\n" "$ac_cv_lib_soname_MoltenVK" >&6; }
18552 printf "%s\n" "#define SONAME_LIBMOLTENVK \"$ac_cv_lib_soname_MoltenVK\"" >>confdefs.h
18558 if test "x$ac_cv_lib_soname_vulkan" = "x" -a "x$ac_cv_lib_soname_MoltenVK" = "x"
18560 case "x$with_vulkan" in
18561 x
) as_fn_append wine_notices
"|libvulkan and libMoltenVK ${notice_platform}development files not found, Vulkan won't be supported." ;;
18563 *) as_fn_error $?
"libvulkan and libMoltenVK ${notice_platform}development files not found, Vulkan won't be supported.
18564 This is an error since --with-vulkan was requested." "$LINENO" 5 ;;
18570 if test "x${GCC}" = "xyes"
18572 EXTRACFLAGS
="$EXTRACFLAGS -Wall -pipe"
18574 saved_CFLAGS
=$CFLAGS
18575 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unknown-warning-option" >&5
18576 printf %s
"checking whether the compiler supports -Werror=unknown-warning-option... " >&6; }
18577 if test ${ac_cv_cflags__Werror_unknown_warning_option+y}
18579 printf %s
"(cached) " >&6
18581 ac_wine_try_cflags_saved
=$CFLAGS
18582 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
18583 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18584 /* end confdefs.h. */
18585 int main(int argc, char **argv) { return 0; }
18587 if ac_fn_c_try_link
"$LINENO"
18589 ac_cv_cflags__Werror_unknown_warning_option
=yes
18591 ac_cv_cflags__Werror_unknown_warning_option
=no
18593 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
18594 conftest
$ac_exeext conftest.
$ac_ext
18595 CFLAGS
=$ac_wine_try_cflags_saved
18597 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_unknown_warning_option" >&5
18598 printf "%s\n" "$ac_cv_cflags__Werror_unknown_warning_option" >&6; }
18599 if test "x$ac_cv_cflags__Werror_unknown_warning_option" = xyes
18601 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
18603 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unused-command-line-argument" >&5
18604 printf %s
"checking whether the compiler supports -Werror=unused-command-line-argument... " >&6; }
18605 if test ${ac_cv_cflags__Werror_unused_command_line_argument+y}
18607 printf %s
"(cached) " >&6
18609 ac_wine_try_cflags_saved
=$CFLAGS
18610 CFLAGS
="$CFLAGS -Werror=unused-command-line-argument"
18611 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18612 /* end confdefs.h. */
18613 int main(int argc, char **argv) { return 0; }
18615 if ac_fn_c_try_link
"$LINENO"
18617 ac_cv_cflags__Werror_unused_command_line_argument
=yes
18619 ac_cv_cflags__Werror_unused_command_line_argument
=no
18621 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
18622 conftest
$ac_exeext conftest.
$ac_ext
18623 CFLAGS
=$ac_wine_try_cflags_saved
18625 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_unused_command_line_argument" >&5
18626 printf "%s\n" "$ac_cv_cflags__Werror_unused_command_line_argument" >&6; }
18627 if test "x$ac_cv_cflags__Werror_unused_command_line_argument" = xyes
18629 CFLAGS
="$CFLAGS -Werror=unused-command-line-argument"
18631 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=ignored-optimization-argument" >&5
18632 printf %s
"checking whether the compiler supports -Werror=ignored-optimization-argument... " >&6; }
18633 if test ${ac_cv_cflags__Werror_ignored_optimization_argument+y}
18635 printf %s
"(cached) " >&6
18637 ac_wine_try_cflags_saved
=$CFLAGS
18638 CFLAGS
="$CFLAGS -Werror=ignored-optimization-argument"
18639 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18640 /* end confdefs.h. */
18641 int main(int argc, char **argv) { return 0; }
18643 if ac_fn_c_try_link
"$LINENO"
18645 ac_cv_cflags__Werror_ignored_optimization_argument
=yes
18647 ac_cv_cflags__Werror_ignored_optimization_argument
=no
18649 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
18650 conftest
$ac_exeext conftest.
$ac_ext
18651 CFLAGS
=$ac_wine_try_cflags_saved
18653 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_ignored_optimization_argument" >&5
18654 printf "%s\n" "$ac_cv_cflags__Werror_ignored_optimization_argument" >&6; }
18655 if test "x$ac_cv_cflags__Werror_ignored_optimization_argument" = xyes
18657 CFLAGS
="$CFLAGS -Werror=ignored-optimization-argument"
18659 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fcf-protection=none" >&5
18660 printf %s
"checking whether the compiler supports -fcf-protection=none... " >&6; }
18661 if test ${ac_cv_cflags__fcf_protection_none+y}
18663 printf %s
"(cached) " >&6
18665 ac_wine_try_cflags_saved
=$CFLAGS
18666 CFLAGS
="$CFLAGS -fcf-protection=none"
18667 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18668 /* end confdefs.h. */
18669 int main(int argc, char **argv) { return 0; }
18671 if ac_fn_c_try_link
"$LINENO"
18673 ac_cv_cflags__fcf_protection_none
=yes
18675 ac_cv_cflags__fcf_protection_none
=no
18677 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
18678 conftest
$ac_exeext conftest.
$ac_ext
18679 CFLAGS
=$ac_wine_try_cflags_saved
18681 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fcf_protection_none" >&5
18682 printf "%s\n" "$ac_cv_cflags__fcf_protection_none" >&6; }
18683 if test "x$ac_cv_cflags__fcf_protection_none" = xyes
18685 EXTRACFLAGS
="$EXTRACFLAGS -fcf-protection=none"
18687 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-stack-protector" >&5
18688 printf %s
"checking whether the compiler supports -fno-stack-protector... " >&6; }
18689 if test ${ac_cv_cflags__fno_stack_protector+y}
18691 printf %s
"(cached) " >&6
18693 ac_wine_try_cflags_saved
=$CFLAGS
18694 CFLAGS
="$CFLAGS -fno-stack-protector"
18695 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18696 /* end confdefs.h. */
18697 int main(int argc, char **argv) { return 0; }
18699 if ac_fn_c_try_link
"$LINENO"
18701 ac_cv_cflags__fno_stack_protector
=yes
18703 ac_cv_cflags__fno_stack_protector
=no
18705 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
18706 conftest
$ac_exeext conftest.
$ac_ext
18707 CFLAGS
=$ac_wine_try_cflags_saved
18709 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_stack_protector" >&5
18710 printf "%s\n" "$ac_cv_cflags__fno_stack_protector" >&6; }
18711 if test "x$ac_cv_cflags__fno_stack_protector" = xyes
18713 EXTRACFLAGS
="$EXTRACFLAGS -fno-stack-protector"
18715 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
18716 printf %s
"checking whether the compiler supports -fno-strict-aliasing... " >&6; }
18717 if test ${ac_cv_cflags__fno_strict_aliasing+y}
18719 printf %s
"(cached) " >&6
18721 ac_wine_try_cflags_saved
=$CFLAGS
18722 CFLAGS
="$CFLAGS -fno-strict-aliasing"
18723 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18724 /* end confdefs.h. */
18725 int main(int argc, char **argv) { return 0; }
18727 if ac_fn_c_try_link
"$LINENO"
18729 ac_cv_cflags__fno_strict_aliasing
=yes
18731 ac_cv_cflags__fno_strict_aliasing
=no
18733 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
18734 conftest
$ac_exeext conftest.
$ac_ext
18735 CFLAGS
=$ac_wine_try_cflags_saved
18737 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
18738 printf "%s\n" "$ac_cv_cflags__fno_strict_aliasing" >&6; }
18739 if test "x$ac_cv_cflags__fno_strict_aliasing" = xyes
18741 EXTRACFLAGS
="$EXTRACFLAGS -fno-strict-aliasing"
18743 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
18744 printf %s
"checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
18745 if test ${ac_cv_cflags__Wdeclaration_after_statement+y}
18747 printf %s
"(cached) " >&6
18749 ac_wine_try_cflags_saved
=$CFLAGS
18750 CFLAGS
="$CFLAGS -Wdeclaration-after-statement"
18751 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18752 /* end confdefs.h. */
18753 int main(int argc, char **argv) { return 0; }
18755 if ac_fn_c_try_link
"$LINENO"
18757 ac_cv_cflags__Wdeclaration_after_statement
=yes
18759 ac_cv_cflags__Wdeclaration_after_statement
=no
18761 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
18762 conftest
$ac_exeext conftest.
$ac_ext
18763 CFLAGS
=$ac_wine_try_cflags_saved
18765 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
18766 printf "%s\n" "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
18767 if test "x$ac_cv_cflags__Wdeclaration_after_statement" = xyes
18769 EXTRACFLAGS
="$EXTRACFLAGS -Wdeclaration-after-statement"
18771 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wempty-body" >&5
18772 printf %s
"checking whether the compiler supports -Wempty-body... " >&6; }
18773 if test ${ac_cv_cflags__Wempty_body+y}
18775 printf %s
"(cached) " >&6
18777 ac_wine_try_cflags_saved
=$CFLAGS
18778 CFLAGS
="$CFLAGS -Wempty-body"
18779 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18780 /* end confdefs.h. */
18781 int main(int argc, char **argv) { return 0; }
18783 if ac_fn_c_try_link
"$LINENO"
18785 ac_cv_cflags__Wempty_body
=yes
18787 ac_cv_cflags__Wempty_body
=no
18789 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
18790 conftest
$ac_exeext conftest.
$ac_ext
18791 CFLAGS
=$ac_wine_try_cflags_saved
18793 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wempty_body" >&5
18794 printf "%s\n" "$ac_cv_cflags__Wempty_body" >&6; }
18795 if test "x$ac_cv_cflags__Wempty_body" = xyes
18797 EXTRACFLAGS
="$EXTRACFLAGS -Wempty-body"
18799 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wignored-qualifiers" >&5
18800 printf %s
"checking whether the compiler supports -Wignored-qualifiers... " >&6; }
18801 if test ${ac_cv_cflags__Wignored_qualifiers+y}
18803 printf %s
"(cached) " >&6
18805 ac_wine_try_cflags_saved
=$CFLAGS
18806 CFLAGS
="$CFLAGS -Wignored-qualifiers"
18807 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18808 /* end confdefs.h. */
18809 int main(int argc, char **argv) { return 0; }
18811 if ac_fn_c_try_link
"$LINENO"
18813 ac_cv_cflags__Wignored_qualifiers
=yes
18815 ac_cv_cflags__Wignored_qualifiers
=no
18817 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
18818 conftest
$ac_exeext conftest.
$ac_ext
18819 CFLAGS
=$ac_wine_try_cflags_saved
18821 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wignored_qualifiers" >&5
18822 printf "%s\n" "$ac_cv_cflags__Wignored_qualifiers" >&6; }
18823 if test "x$ac_cv_cflags__Wignored_qualifiers" = xyes
18825 EXTRACFLAGS
="$EXTRACFLAGS -Wignored-qualifiers"
18827 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Winit-self" >&5
18828 printf %s
"checking whether the compiler supports -Winit-self... " >&6; }
18829 if test ${ac_cv_cflags__Winit_self+y}
18831 printf %s
"(cached) " >&6
18833 ac_wine_try_cflags_saved
=$CFLAGS
18834 CFLAGS
="$CFLAGS -Winit-self"
18835 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18836 /* end confdefs.h. */
18837 int main(int argc, char **argv) { return 0; }
18839 if ac_fn_c_try_link
"$LINENO"
18841 ac_cv_cflags__Winit_self
=yes
18843 ac_cv_cflags__Winit_self
=no
18845 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
18846 conftest
$ac_exeext conftest.
$ac_ext
18847 CFLAGS
=$ac_wine_try_cflags_saved
18849 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Winit_self" >&5
18850 printf "%s\n" "$ac_cv_cflags__Winit_self" >&6; }
18851 if test "x$ac_cv_cflags__Winit_self" = xyes
18853 EXTRACFLAGS
="$EXTRACFLAGS -Winit-self"
18855 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpacked-not-aligned" >&5
18856 printf %s
"checking whether the compiler supports -Wpacked-not-aligned... " >&6; }
18857 if test ${ac_cv_cflags__Wpacked_not_aligned+y}
18859 printf %s
"(cached) " >&6
18861 ac_wine_try_cflags_saved
=$CFLAGS
18862 CFLAGS
="$CFLAGS -Wpacked-not-aligned"
18863 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18864 /* end confdefs.h. */
18865 int main(int argc, char **argv) { return 0; }
18867 if ac_fn_c_try_link
"$LINENO"
18869 ac_cv_cflags__Wpacked_not_aligned
=yes
18871 ac_cv_cflags__Wpacked_not_aligned
=no
18873 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
18874 conftest
$ac_exeext conftest.
$ac_ext
18875 CFLAGS
=$ac_wine_try_cflags_saved
18877 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpacked_not_aligned" >&5
18878 printf "%s\n" "$ac_cv_cflags__Wpacked_not_aligned" >&6; }
18879 if test "x$ac_cv_cflags__Wpacked_not_aligned" = xyes
18881 EXTRACFLAGS
="$EXTRACFLAGS -Wno-packed-not-aligned"
18883 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpragma-pack" >&5
18884 printf %s
"checking whether the compiler supports -Wpragma-pack... " >&6; }
18885 if test ${ac_cv_cflags__Wpragma_pack+y}
18887 printf %s
"(cached) " >&6
18889 ac_wine_try_cflags_saved
=$CFLAGS
18890 CFLAGS
="$CFLAGS -Wpragma-pack"
18891 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18892 /* end confdefs.h. */
18893 int main(int argc, char **argv) { return 0; }
18895 if ac_fn_c_try_link
"$LINENO"
18897 ac_cv_cflags__Wpragma_pack
=yes
18899 ac_cv_cflags__Wpragma_pack
=no
18901 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
18902 conftest
$ac_exeext conftest.
$ac_ext
18903 CFLAGS
=$ac_wine_try_cflags_saved
18905 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpragma_pack" >&5
18906 printf "%s\n" "$ac_cv_cflags__Wpragma_pack" >&6; }
18907 if test "x$ac_cv_cflags__Wpragma_pack" = xyes
18909 EXTRACFLAGS
="$EXTRACFLAGS -Wno-pragma-pack"
18911 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wshift-overflow=2" >&5
18912 printf %s
"checking whether the compiler supports -Wshift-overflow=2... " >&6; }
18913 if test ${ac_cv_cflags__Wshift_overflow_2+y}
18915 printf %s
"(cached) " >&6
18917 ac_wine_try_cflags_saved
=$CFLAGS
18918 CFLAGS
="$CFLAGS -Wshift-overflow=2"
18919 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18920 /* end confdefs.h. */
18921 int main(int argc, char **argv) { return 0; }
18923 if ac_fn_c_try_link
"$LINENO"
18925 ac_cv_cflags__Wshift_overflow_2
=yes
18927 ac_cv_cflags__Wshift_overflow_2
=no
18929 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
18930 conftest
$ac_exeext conftest.
$ac_ext
18931 CFLAGS
=$ac_wine_try_cflags_saved
18933 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wshift_overflow_2" >&5
18934 printf "%s\n" "$ac_cv_cflags__Wshift_overflow_2" >&6; }
18935 if test "x$ac_cv_cflags__Wshift_overflow_2" = xyes
18937 EXTRACFLAGS
="$EXTRACFLAGS -Wshift-overflow=2"
18939 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
18940 printf %s
"checking whether the compiler supports -Wstrict-prototypes... " >&6; }
18941 if test ${ac_cv_cflags__Wstrict_prototypes+y}
18943 printf %s
"(cached) " >&6
18945 ac_wine_try_cflags_saved
=$CFLAGS
18946 CFLAGS
="$CFLAGS -Wstrict-prototypes"
18947 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18948 /* end confdefs.h. */
18949 int main(int argc, char **argv) { return 0; }
18951 if ac_fn_c_try_link
"$LINENO"
18953 ac_cv_cflags__Wstrict_prototypes
=yes
18955 ac_cv_cflags__Wstrict_prototypes
=no
18957 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
18958 conftest
$ac_exeext conftest.
$ac_ext
18959 CFLAGS
=$ac_wine_try_cflags_saved
18961 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
18962 printf "%s\n" "$ac_cv_cflags__Wstrict_prototypes" >&6; }
18963 if test "x$ac_cv_cflags__Wstrict_prototypes" = xyes
18965 EXTRACFLAGS
="$EXTRACFLAGS -Wstrict-prototypes"
18967 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
18968 printf %s
"checking whether the compiler supports -Wtype-limits... " >&6; }
18969 if test ${ac_cv_cflags__Wtype_limits+y}
18971 printf %s
"(cached) " >&6
18973 ac_wine_try_cflags_saved
=$CFLAGS
18974 CFLAGS
="$CFLAGS -Wtype-limits"
18975 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18976 /* end confdefs.h. */
18977 int main(int argc, char **argv) { return 0; }
18979 if ac_fn_c_try_link
"$LINENO"
18981 ac_cv_cflags__Wtype_limits
=yes
18983 ac_cv_cflags__Wtype_limits
=no
18985 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
18986 conftest
$ac_exeext conftest.
$ac_ext
18987 CFLAGS
=$ac_wine_try_cflags_saved
18989 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
18990 printf "%s\n" "$ac_cv_cflags__Wtype_limits" >&6; }
18991 if test "x$ac_cv_cflags__Wtype_limits" = xyes
18993 EXTRACFLAGS
="$EXTRACFLAGS -Wtype-limits"
18995 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wunused-but-set-parameter" >&5
18996 printf %s
"checking whether the compiler supports -Wunused-but-set-parameter... " >&6; }
18997 if test ${ac_cv_cflags__Wunused_but_set_parameter+y}
18999 printf %s
"(cached) " >&6
19001 ac_wine_try_cflags_saved
=$CFLAGS
19002 CFLAGS
="$CFLAGS -Wunused-but-set-parameter"
19003 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19004 /* end confdefs.h. */
19005 int main(int argc, char **argv) { return 0; }
19007 if ac_fn_c_try_link
"$LINENO"
19009 ac_cv_cflags__Wunused_but_set_parameter
=yes
19011 ac_cv_cflags__Wunused_but_set_parameter
=no
19013 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
19014 conftest
$ac_exeext conftest.
$ac_ext
19015 CFLAGS
=$ac_wine_try_cflags_saved
19017 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wunused_but_set_parameter" >&5
19018 printf "%s\n" "$ac_cv_cflags__Wunused_but_set_parameter" >&6; }
19019 if test "x$ac_cv_cflags__Wunused_but_set_parameter" = xyes
19021 EXTRACFLAGS
="$EXTRACFLAGS -Wunused-but-set-parameter"
19023 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wvla" >&5
19024 printf %s
"checking whether the compiler supports -Wvla... " >&6; }
19025 if test ${ac_cv_cflags__Wvla+y}
19027 printf %s
"(cached) " >&6
19029 ac_wine_try_cflags_saved
=$CFLAGS
19030 CFLAGS
="$CFLAGS -Wvla"
19031 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19032 /* end confdefs.h. */
19033 int main(int argc, char **argv) { return 0; }
19035 if ac_fn_c_try_link
"$LINENO"
19037 ac_cv_cflags__Wvla
=yes
19039 ac_cv_cflags__Wvla
=no
19041 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
19042 conftest
$ac_exeext conftest.
$ac_ext
19043 CFLAGS
=$ac_wine_try_cflags_saved
19045 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wvla" >&5
19046 printf "%s\n" "$ac_cv_cflags__Wvla" >&6; }
19047 if test "x$ac_cv_cflags__Wvla" = xyes
19049 EXTRACFLAGS
="$EXTRACFLAGS -Wvla"
19051 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
19052 printf %s
"checking whether the compiler supports -Wwrite-strings... " >&6; }
19053 if test ${ac_cv_cflags__Wwrite_strings+y}
19055 printf %s
"(cached) " >&6
19057 ac_wine_try_cflags_saved
=$CFLAGS
19058 CFLAGS
="$CFLAGS -Wwrite-strings"
19059 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19060 /* end confdefs.h. */
19061 int main(int argc, char **argv) { return 0; }
19063 if ac_fn_c_try_link
"$LINENO"
19065 ac_cv_cflags__Wwrite_strings
=yes
19067 ac_cv_cflags__Wwrite_strings
=no
19069 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
19070 conftest
$ac_exeext conftest.
$ac_ext
19071 CFLAGS
=$ac_wine_try_cflags_saved
19073 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
19074 printf "%s\n" "$ac_cv_cflags__Wwrite_strings" >&6; }
19075 if test "x$ac_cv_cflags__Wwrite_strings" = xyes
19077 EXTRACFLAGS
="$EXTRACFLAGS -Wwrite-strings"
19080 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpointer-arith" >&5
19081 printf %s
"checking whether the compiler supports -Wpointer-arith... " >&6; }
19082 if test ${ac_cv_cflags__Wpointer_arith+y}
19084 printf %s
"(cached) " >&6
19086 ac_wine_try_cflags_saved
=$CFLAGS
19087 CFLAGS
="$CFLAGS -Wpointer-arith"
19088 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19089 /* end confdefs.h. */
19090 int main(int argc, char **argv) { return 0; }
19092 if ac_fn_c_try_link
"$LINENO"
19094 ac_cv_cflags__Wpointer_arith
=yes
19096 ac_cv_cflags__Wpointer_arith
=no
19098 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
19099 conftest
$ac_exeext conftest.
$ac_ext
19100 CFLAGS
=$ac_wine_try_cflags_saved
19102 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpointer_arith" >&5
19103 printf "%s\n" "$ac_cv_cflags__Wpointer_arith" >&6; }
19104 if test "x$ac_cv_cflags__Wpointer_arith" = xyes
19106 saved_string_h_CFLAGS
=$CFLAGS
19107 CFLAGS
="$CFLAGS -Wpointer-arith -Werror"
19108 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wpointer-arith" >&5
19109 printf %s
"checking for broken string.h that generates warnings with -Wpointer-arith... " >&6; }
19110 if test ${ac_cv_c_string_h_warnings+y}
19112 printf %s
"(cached) " >&6
19114 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19115 /* end confdefs.h. */
19116 #include <string.h>
19125 if ac_fn_c_try_compile
"$LINENO"
19127 ac_cv_c_string_h_warnings
=no
19129 ac_cv_c_string_h_warnings
=yes
19131 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
19133 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
19134 printf "%s\n" "$ac_cv_c_string_h_warnings" >&6; }
19135 test "$ac_cv_c_string_h_warnings" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wpointer-arith"
19136 CFLAGS
=$saved_string_h_CFLAGS
19139 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wlogical-op" >&5
19140 printf %s
"checking whether the compiler supports -Wlogical-op... " >&6; }
19141 if test ${ac_cv_cflags__Wlogical_op+y}
19143 printf %s
"(cached) " >&6
19145 ac_wine_try_cflags_saved
=$CFLAGS
19146 CFLAGS
="$CFLAGS -Wlogical-op"
19147 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19148 /* end confdefs.h. */
19149 int main(int argc, char **argv) { return 0; }
19151 if ac_fn_c_try_link
"$LINENO"
19153 ac_cv_cflags__Wlogical_op
=yes
19155 ac_cv_cflags__Wlogical_op
=no
19157 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
19158 conftest
$ac_exeext conftest.
$ac_ext
19159 CFLAGS
=$ac_wine_try_cflags_saved
19161 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wlogical_op" >&5
19162 printf "%s\n" "$ac_cv_cflags__Wlogical_op" >&6; }
19163 if test "x$ac_cv_cflags__Wlogical_op" = xyes
19165 saved_string_h_CFLAGS
=$CFLAGS
19166 CFLAGS
="$CFLAGS -Wlogical-op -Werror"
19167 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wlogical-op" >&5
19168 printf %s
"checking for broken string.h that generates warnings with -Wlogical-op... " >&6; }
19169 if test ${ac_cv_c_logicalop_noisy+y}
19171 printf %s
"(cached) " >&6
19173 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19174 /* end confdefs.h. */
19175 #include <string.h>
19176 char*f(const char *h,char n) {return strchr(h,n);}
19185 if ac_fn_c_try_compile
"$LINENO"
19187 ac_cv_c_logicalop_noisy
=no
19189 ac_cv_c_logicalop_noisy
=yes
19191 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
19193 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_logicalop_noisy" >&5
19194 printf "%s\n" "$ac_cv_c_logicalop_noisy" >&6; }
19195 CFLAGS
=$saved_string_h_CFLAGS
19196 test "$ac_cv_c_logicalop_noisy" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wlogical-op"
19199 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for flags needed for 64-bit compare-and-swap support" >&5
19200 printf %s
"checking for flags needed for 64-bit compare-and-swap support... " >&6; }
19201 if test ${wine_cv_64bit_compare_swap+y}
19203 printf %s
"(cached) " >&6
19205 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19206 /* end confdefs.h. */
19207 #ifndef __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8
19218 if ac_fn_c_try_compile
"$LINENO"
19220 wine_cv_64bit_compare_swap
="none needed"
19223 *i
[3456]86*) wine_cv_64bit_compare_swap
="-march=i586" ;;
19224 *arm
*) wine_cv_64bit_compare_swap
="-march=armv7-a" ;;
19225 *) wine_cv_64bit_compare_swap
="unknown" ;;
19227 if test "x$wine_cv_64bit_compare_swap" != xunknown
19229 CFLAGS
="$CFLAGS $wine_cv_64bit_compare_swap"
19230 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19231 /* end confdefs.h. */
19232 #ifndef __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8
19243 if ac_fn_c_try_compile
"$LINENO"
19247 wine_cv_64bit_compare_swap
="unknown"
19249 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
19250 CFLAGS
=$saved_CFLAGS
19253 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
19255 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $wine_cv_64bit_compare_swap" >&5
19256 printf "%s\n" "$wine_cv_64bit_compare_swap" >&6; }
19257 case "$wine_cv_64bit_compare_swap" in
19258 unknown
) as_fn_error $?
"gcc doesn't support 64-bit compare-and-swap on this platform" "$LINENO" 5 ;;
19260 *) EXTRACFLAGS
="$EXTRACFLAGS $wine_cv_64bit_compare_swap" ;;
19263 ac_debug_format_seen
=""
19264 for ac_flag
in $CFLAGS; do
19266 -gdwarf*) ac_debug_format_seen
=yes ;;
19267 -g) ac_debug_format_seen
=${ac_debug_format_seen:-default} ;;
19270 if test "x$ac_debug_format_seen" = xdefault
19272 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gdwarf-4" >&5
19273 printf %s
"checking whether the compiler supports -gdwarf-4... " >&6; }
19274 if test ${ac_cv_cflags__gdwarf_4+y}
19276 printf %s
"(cached) " >&6
19278 ac_wine_try_cflags_saved
=$CFLAGS
19279 CFLAGS
="$CFLAGS -gdwarf-4"
19280 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19281 /* end confdefs.h. */
19282 int main(int argc, char **argv) { return 0; }
19284 if ac_fn_c_try_link
"$LINENO"
19286 ac_cv_cflags__gdwarf_4
=yes
19288 ac_cv_cflags__gdwarf_4
=no
19290 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
19291 conftest
$ac_exeext conftest.
$ac_ext
19292 CFLAGS
=$ac_wine_try_cflags_saved
19294 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gdwarf_4" >&5
19295 printf "%s\n" "$ac_cv_cflags__gdwarf_4" >&6; }
19296 if test "x$ac_cv_cflags__gdwarf_4" = xyes
19298 EXTRACFLAGS
="$EXTRACFLAGS -gdwarf-4"
19305 mingw32
*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-delayload,autoconftest.dll" >&5
19306 printf %s
"checking whether the compiler supports -Wl,-delayload,autoconftest.dll... " >&6; }
19307 if test ${ac_cv_cflags__Wl__delayload_autoconftest_dll+y}
19309 printf %s
"(cached) " >&6
19311 ac_wine_try_cflags_saved
=$CFLAGS
19312 CFLAGS
="$CFLAGS -Wl,-delayload,autoconftest.dll"
19313 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19314 /* end confdefs.h. */
19315 int main(int argc, char **argv) { return 0; }
19317 if ac_fn_c_try_link
"$LINENO"
19319 ac_cv_cflags__Wl__delayload_autoconftest_dll
=yes
19321 ac_cv_cflags__Wl__delayload_autoconftest_dll
=no
19323 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
19324 conftest
$ac_exeext conftest.
$ac_ext
19325 CFLAGS
=$ac_wine_try_cflags_saved
19327 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__delayload_autoconftest_dll" >&5
19328 printf "%s\n" "$ac_cv_cflags__Wl__delayload_autoconftest_dll" >&6; }
19329 if test "x$ac_cv_cflags__Wl__delayload_autoconftest_dll" = xyes
19331 DELAYLOADFLAG
="-Wl,-delayload,"
19334 *) MSVCRTFLAGS
="-D_WIN32"
19335 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
19336 printf %s
"checking whether the compiler supports -fno-builtin... " >&6; }
19337 if test ${ac_cv_cflags__fno_builtin+y}
19339 printf %s
"(cached) " >&6
19341 ac_wine_try_cflags_saved
=$CFLAGS
19342 CFLAGS
="$CFLAGS -fno-builtin"
19343 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19344 /* end confdefs.h. */
19345 int main(int argc, char **argv) { return 0; }
19347 if ac_fn_c_try_link
"$LINENO"
19349 ac_cv_cflags__fno_builtin
=yes
19351 ac_cv_cflags__fno_builtin
=no
19353 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
19354 conftest
$ac_exeext conftest.
$ac_ext
19355 CFLAGS
=$ac_wine_try_cflags_saved
19357 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
19358 printf "%s\n" "$ac_cv_cflags__fno_builtin" >&6; }
19359 if test "x$ac_cv_cflags__fno_builtin" = xyes
19361 MSVCRTFLAGS
="$MSVCRTFLAGS -fno-builtin"
19363 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fshort-wchar" >&5
19364 printf %s
"checking whether the compiler supports -fshort-wchar... " >&6; }
19365 if test ${ac_cv_cflags__fshort_wchar+y}
19367 printf %s
"(cached) " >&6
19369 ac_wine_try_cflags_saved
=$CFLAGS
19370 CFLAGS
="$CFLAGS -fshort-wchar"
19371 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19372 /* end confdefs.h. */
19373 int main(int argc, char **argv) { return 0; }
19375 if ac_fn_c_try_link
"$LINENO"
19377 ac_cv_cflags__fshort_wchar
=yes
19379 ac_cv_cflags__fshort_wchar
=no
19381 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
19382 conftest
$ac_exeext conftest.
$ac_ext
19383 CFLAGS
=$ac_wine_try_cflags_saved
19385 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fshort_wchar" >&5
19386 printf "%s\n" "$ac_cv_cflags__fshort_wchar" >&6; }
19387 if test "x$ac_cv_cflags__fshort_wchar" = xyes
19389 MSVCRTFLAGS
="$MSVCRTFLAGS -fshort-wchar"
19391 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fvisibility=hidden" >&5
19392 printf %s
"checking whether the compiler supports -fvisibility=hidden... " >&6; }
19393 if test ${ac_cv_cflags__fvisibility_hidden+y}
19395 printf %s
"(cached) " >&6
19397 ac_wine_try_cflags_saved
=$CFLAGS
19398 CFLAGS
="$CFLAGS -fvisibility=hidden"
19399 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19400 /* end confdefs.h. */
19401 int main(int argc, char **argv) { return 0; }
19403 if ac_fn_c_try_link
"$LINENO"
19405 ac_cv_cflags__fvisibility_hidden
=yes
19407 ac_cv_cflags__fvisibility_hidden
=no
19409 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
19410 conftest
$ac_exeext conftest.
$ac_ext
19411 CFLAGS
=$ac_wine_try_cflags_saved
19413 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fvisibility_hidden" >&5
19414 printf "%s\n" "$ac_cv_cflags__fvisibility_hidden" >&6; }
19415 if test "x$ac_cv_cflags__fvisibility_hidden" = xyes
19417 MSVCRTFLAGS
="$MSVCRTFLAGS -fvisibility=hidden"
19419 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wno-format" >&5
19420 printf %s
"checking whether the compiler supports -Wno-format... " >&6; }
19421 if test ${ac_cv_cflags__Wno_format+y}
19423 printf %s
"(cached) " >&6
19425 ac_wine_try_cflags_saved
=$CFLAGS
19426 CFLAGS
="$CFLAGS -Wno-format"
19427 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19428 /* end confdefs.h. */
19429 int main(int argc, char **argv) { return 0; }
19431 if ac_fn_c_try_link
"$LINENO"
19433 ac_cv_cflags__Wno_format
=yes
19435 ac_cv_cflags__Wno_format
=no
19437 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
19438 conftest
$ac_exeext conftest.
$ac_ext
19439 CFLAGS
=$ac_wine_try_cflags_saved
19441 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wno_format" >&5
19442 printf "%s\n" "$ac_cv_cflags__Wno_format" >&6; }
19443 if test "x$ac_cv_cflags__Wno_format" = xyes
19445 MSVCRTFLAGS
="$MSVCRTFLAGS -Wno-format"
19450 *i
[3456789]86*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-omit-frame-pointer" >&5
19451 printf %s
"checking whether the compiler supports -fno-omit-frame-pointer... " >&6; }
19452 if test ${ac_cv_cflags__fno_omit_frame_pointer+y}
19454 printf %s
"(cached) " >&6
19456 ac_wine_try_cflags_saved
=$CFLAGS
19457 CFLAGS
="$CFLAGS -fno-omit-frame-pointer"
19458 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19459 /* end confdefs.h. */
19460 int main(int argc, char **argv) { return 0; }
19462 if ac_fn_c_try_link
"$LINENO"
19464 ac_cv_cflags__fno_omit_frame_pointer
=yes
19466 ac_cv_cflags__fno_omit_frame_pointer
=no
19468 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
19469 conftest
$ac_exeext conftest.
$ac_ext
19470 CFLAGS
=$ac_wine_try_cflags_saved
19472 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_omit_frame_pointer" >&5
19473 printf "%s\n" "$ac_cv_cflags__fno_omit_frame_pointer" >&6; }
19474 if test "x$ac_cv_cflags__fno_omit_frame_pointer" = xyes
19476 MSVCRTFLAGS
="$MSVCRTFLAGS -fno-omit-frame-pointer"
19480 cygwin
*|mingw32
*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wno-format" >&5
19481 printf %s
"checking whether the compiler supports -Wno-format... " >&6; }
19482 if test ${ac_cv_cflags__Wno_format+y}
19484 printf %s
"(cached) " >&6
19486 ac_wine_try_cflags_saved
=$CFLAGS
19487 CFLAGS
="$CFLAGS -Wno-format"
19488 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19489 /* end confdefs.h. */
19490 int main(int argc, char **argv) { return 0; }
19492 if ac_fn_c_try_link
"$LINENO"
19494 ac_cv_cflags__Wno_format
=yes
19496 ac_cv_cflags__Wno_format
=no
19498 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
19499 conftest
$ac_exeext conftest.
$ac_ext
19500 CFLAGS
=$ac_wine_try_cflags_saved
19502 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wno_format" >&5
19503 printf "%s\n" "$ac_cv_cflags__Wno_format" >&6; }
19504 if test "x$ac_cv_cflags__Wno_format" = xyes
19506 EXTRACFLAGS
="$EXTRACFLAGS -Wno-format"
19508 *) if test -z "$PE_ARCHS"
19510 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for working -mabi=ms" >&5
19511 printf %s
"checking for working -mabi=ms... " >&6; }
19512 if test ${ac_cv_mabi_ms+y}
19514 printf %s
"(cached) " >&6
19516 CFLAGS
="$CFLAGS -mabi=ms"
19517 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19518 /* end confdefs.h. */
19519 #include <stdarg.h>
19520 int a(int b, ...) { __builtin_ms_va_list list; __builtin_ms_va_start(list,b); }
19529 if ac_fn_c_try_compile
"$LINENO"
19535 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
19536 CFLAGS
=$saved_CFLAGS
19538 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mabi_ms" >&5
19539 printf "%s\n" "$ac_cv_mabi_ms" >&6; }
19540 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
19542 MSVCRTFLAGS
="$MSVCRTFLAGS -mabi=ms" ;;
19545 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wincompatible-function-pointer-types" >&5
19546 printf %s
"checking whether the compiler supports -Wincompatible-function-pointer-types... " >&6; }
19547 if test ${ac_cv_cflags__Wincompatible_function_pointer_types+y}
19549 printf %s
"(cached) " >&6
19551 ac_wine_try_cflags_saved
=$CFLAGS
19552 CFLAGS
="$CFLAGS -Wincompatible-function-pointer-types"
19553 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19554 /* end confdefs.h. */
19555 int main(int argc, char **argv) { return 0; }
19557 if ac_fn_c_try_link
"$LINENO"
19559 ac_cv_cflags__Wincompatible_function_pointer_types
=yes
19561 ac_cv_cflags__Wincompatible_function_pointer_types
=no
19563 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
19564 conftest
$ac_exeext conftest.
$ac_ext
19565 CFLAGS
=$ac_wine_try_cflags_saved
19567 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wincompatible_function_pointer_types" >&5
19568 printf "%s\n" "$ac_cv_cflags__Wincompatible_function_pointer_types" >&6; }
19569 if test "x$ac_cv_cflags__Wincompatible_function_pointer_types" = xyes
19571 EXTRACFLAGS
="$EXTRACFLAGS -Wno-error=incompatible-function-pointer-types"
19575 CFLAGS
=$saved_CFLAGS
19577 if test "x$enable_werror" = "xyes"
19579 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
19580 printf %s
"checking whether the compiler supports -Werror... " >&6; }
19581 if test ${ac_cv_cflags__Werror+y}
19583 printf %s
"(cached) " >&6
19585 ac_wine_try_cflags_saved
=$CFLAGS
19586 CFLAGS
="$CFLAGS -Werror"
19587 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19588 /* end confdefs.h. */
19589 int main(int argc, char **argv) { return 0; }
19591 if ac_fn_c_try_link
"$LINENO"
19593 ac_cv_cflags__Werror
=yes
19595 ac_cv_cflags__Werror
=no
19597 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
19598 conftest
$ac_exeext conftest.
$ac_ext
19599 CFLAGS
=$ac_wine_try_cflags_saved
19601 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
19602 printf "%s\n" "$ac_cv_cflags__Werror" >&6; }
19603 if test "x$ac_cv_cflags__Werror" = xyes
19605 EXTRACFLAGS
="$EXTRACFLAGS -Werror"
19608 if test "x$enable_build_id" = "xyes"
19610 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--build-id" >&5
19611 printf %s
"checking whether the compiler supports -Wl,--build-id... " >&6; }
19612 if test ${ac_cv_cflags__Wl___build_id+y}
19614 printf %s
"(cached) " >&6
19616 ac_wine_try_cflags_saved
=$CFLAGS
19617 CFLAGS
="$CFLAGS -Wl,--build-id"
19618 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19619 /* end confdefs.h. */
19620 int main(int argc, char **argv) { return 0; }
19622 if ac_fn_c_try_link
"$LINENO"
19624 ac_cv_cflags__Wl___build_id
=yes
19626 ac_cv_cflags__Wl___build_id
=no
19628 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
19629 conftest
$ac_exeext conftest.
$ac_ext
19630 CFLAGS
=$ac_wine_try_cflags_saved
19632 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___build_id" >&5
19633 printf "%s\n" "$ac_cv_cflags__Wl___build_id" >&6; }
19634 if test "x$ac_cv_cflags__Wl___build_id" = xyes
19636 CFLAGS
="$CFLAGS -Wl,--build-id"
19637 LDFLAGS
="$LDFLAGS -Wl,--build-id"
19643 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for the need to disable Fortify" >&5
19644 printf %s
"checking for the need to disable Fortify... " >&6; }
19645 if test ${ac_cv_c_fortify_enabled+y}
19647 printf %s
"(cached) " >&6
19649 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19650 /* end confdefs.h. */
19651 #include <string.h>
19655 #if (defined(__USE_FORTIFY_LEVEL) && __USE_FORTIFY_LEVEL > 0) || (defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0)
19656 #error Fortify enabled
19662 if ac_fn_c_try_compile
"$LINENO"
19664 ac_cv_c_fortify_enabled
=no
19666 ac_cv_c_fortify_enabled
=yes
19668 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
19670 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_fortify_enabled" >&5
19671 printf "%s\n" "$ac_cv_c_fortify_enabled" >&6; }
19672 if test "$ac_cv_c_fortify_enabled" = yes
19674 CFLAGS
="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
19678 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
19679 printf %s
"checking whether CFI directives are supported in assembly code... " >&6; }
19680 if test ${ac_cv_c_cfi_support+y}
19682 printf %s
"(cached) " >&6
19684 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19685 /* end confdefs.h. */
19686 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
19695 if ac_fn_c_try_compile
"$LINENO"
19697 ac_cv_c_cfi_support
="yes"
19699 ac_cv_c_cfi_support
="no"
19701 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
19703 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
19704 printf "%s\n" "$ac_cv_c_cfi_support" >&6; }
19705 if test "$ac_cv_c_cfi_support" = "yes"
19707 DLLFLAGS
="$DLLFLAGS -fasynchronous-unwind-tables"
19708 LDDLLFLAGS
="$LDDLLFLAGS -fasynchronous-unwind-tables"
19709 UNIXDLLFLAGS
="$UNIXDLLFLAGS -fasynchronous-unwind-tables"
19710 elif test $HOST_ARCH = x86_64
19712 as_fn_append wine_warnings
"|building 64-bit Wine without support for CFI directives; exception handling will not work properly."
19716 case "$HOST_ARCH,$PE_ARCHS" in
19717 x86_64
,*i386
*) wine_binary
="wine" ;;
19718 x86_64
,*) wine_binary
="wine64" ;;
19719 *) wine_binary
="wine" ;;
19721 WINELOADER_PROGRAMS
="$wine_binary"
19727 *i
[3456789]86*|x86_64
*|
*aarch64
*|arm
*)
19728 test "$wine_binary" = wine || as_fn_append CONFIGURE_TARGETS
" loader/wine-preloader"
19729 WINELOADER_PROGRAMS
="$WINELOADER_PROGRAMS $wine_binary-preloader"
19734 if test "$wine_can_build_preloader" = "yes"
19736 test "$wine_binary" = wine || as_fn_append CONFIGURE_TARGETS
" loader/wine-preloader"
19737 WINELOADER_PROGRAMS
="$WINELOADER_PROGRAMS $wine_binary-preloader"
19743 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
19744 printf %s
"checking for library containing dlopen... " >&6; }
19745 if test ${ac_cv_search_dlopen+y}
19747 printf %s
"(cached) " >&6
19749 ac_func_search_save_LIBS
=$LIBS
19750 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19751 /* end confdefs.h. */
19753 /* Override any GCC internal prototype to avoid an error.
19754 Use char because int might match the return type of a GCC
19755 builtin and then its argument prototype would still apply. */
19765 for ac_lib
in '' dl
19767 if test -z "$ac_lib"; then
19768 ac_res
="none required"
19771 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
19773 if ac_fn_c_try_link
"$LINENO"
19775 ac_cv_search_dlopen
=$ac_res
19777 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
19779 if test ${ac_cv_search_dlopen+y}
19784 if test ${ac_cv_search_dlopen+y}
19788 ac_cv_search_dlopen
=no
19790 rm conftest.
$ac_ext
19791 LIBS
=$ac_func_search_save_LIBS
19793 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
19794 printf "%s\n" "$ac_cv_search_dlopen" >&6; }
19795 ac_res
=$ac_cv_search_dlopen
19796 if test "$ac_res" != no
19798 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
19803 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
19804 printf %s
"checking for library containing gethostbyname... " >&6; }
19805 if test ${ac_cv_search_gethostbyname+y}
19807 printf %s
"(cached) " >&6
19809 ac_func_search_save_LIBS
=$LIBS
19810 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19811 /* end confdefs.h. */
19813 /* Override any GCC internal prototype to avoid an error.
19814 Use char because int might match the return type of a GCC
19815 builtin and then its argument prototype would still apply. */
19816 char gethostbyname ();
19820 return gethostbyname ();
19825 for ac_lib
in '' nsl
19827 if test -z "$ac_lib"; then
19828 ac_res
="none required"
19831 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
19833 if ac_fn_c_try_link
"$LINENO"
19835 ac_cv_search_gethostbyname
=$ac_res
19837 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
19839 if test ${ac_cv_search_gethostbyname+y}
19844 if test ${ac_cv_search_gethostbyname+y}
19848 ac_cv_search_gethostbyname
=no
19850 rm conftest.
$ac_ext
19851 LIBS
=$ac_func_search_save_LIBS
19853 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
19854 printf "%s\n" "$ac_cv_search_gethostbyname" >&6; }
19855 ac_res
=$ac_cv_search_gethostbyname
19856 if test "$ac_res" != no
19858 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
19863 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
19864 printf %s
"checking for library containing connect... " >&6; }
19865 if test ${ac_cv_search_connect+y}
19867 printf %s
"(cached) " >&6
19869 ac_func_search_save_LIBS
=$LIBS
19870 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19871 /* end confdefs.h. */
19873 /* Override any GCC internal prototype to avoid an error.
19874 Use char because int might match the return type of a GCC
19875 builtin and then its argument prototype would still apply. */
19885 for ac_lib
in '' socket
19887 if test -z "$ac_lib"; then
19888 ac_res
="none required"
19891 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
19893 if ac_fn_c_try_link
"$LINENO"
19895 ac_cv_search_connect
=$ac_res
19897 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
19899 if test ${ac_cv_search_connect+y}
19904 if test ${ac_cv_search_connect+y}
19908 ac_cv_search_connect
=no
19910 rm conftest.
$ac_ext
19911 LIBS
=$ac_func_search_save_LIBS
19913 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
19914 printf "%s\n" "$ac_cv_search_connect" >&6; }
19915 ac_res
=$ac_cv_search_connect
19916 if test "$ac_res" != no
19918 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
19923 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
19924 printf %s
"checking for library containing inet_aton... " >&6; }
19925 if test ${ac_cv_search_inet_aton+y}
19927 printf %s
"(cached) " >&6
19929 ac_func_search_save_LIBS
=$LIBS
19930 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19931 /* end confdefs.h. */
19933 /* Override any GCC internal prototype to avoid an error.
19934 Use char because int might match the return type of a GCC
19935 builtin and then its argument prototype would still apply. */
19940 return inet_aton ();
19945 for ac_lib
in '' resolv
19947 if test -z "$ac_lib"; then
19948 ac_res
="none required"
19951 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
19953 if ac_fn_c_try_link
"$LINENO"
19955 ac_cv_search_inet_aton
=$ac_res
19957 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
19959 if test ${ac_cv_search_inet_aton+y}
19964 if test ${ac_cv_search_inet_aton+y}
19968 ac_cv_search_inet_aton
=no
19970 rm conftest.
$ac_ext
19971 LIBS
=$ac_func_search_save_LIBS
19973 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
19974 printf "%s\n" "$ac_cv_search_inet_aton" >&6; }
19975 ac_res
=$ac_cv_search_inet_aton
19976 if test "$ac_res" != no
19978 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
19983 ac_save_CFLAGS
="$CFLAGS"
19984 CFLAGS
="$CFLAGS $BUILTINFLAG"
19985 ac_fn_c_check_func
"$LINENO" "dladdr1" "ac_cv_func_dladdr1"
19986 if test "x$ac_cv_func_dladdr1" = xyes
19988 printf "%s\n" "#define HAVE_DLADDR1 1" >>confdefs.h
19991 ac_fn_c_check_func
"$LINENO" "dlinfo" "ac_cv_func_dlinfo"
19992 if test "x$ac_cv_func_dlinfo" = xyes
19994 printf "%s\n" "#define HAVE_DLINFO 1" >>confdefs.h
19997 ac_fn_c_check_func
"$LINENO" "epoll_create" "ac_cv_func_epoll_create"
19998 if test "x$ac_cv_func_epoll_create" = xyes
20000 printf "%s\n" "#define HAVE_EPOLL_CREATE 1" >>confdefs.h
20003 ac_fn_c_check_func
"$LINENO" "fstatfs" "ac_cv_func_fstatfs"
20004 if test "x$ac_cv_func_fstatfs" = xyes
20006 printf "%s\n" "#define HAVE_FSTATFS 1" >>confdefs.h
20009 ac_fn_c_check_func
"$LINENO" "futimens" "ac_cv_func_futimens"
20010 if test "x$ac_cv_func_futimens" = xyes
20012 printf "%s\n" "#define HAVE_FUTIMENS 1" >>confdefs.h
20015 ac_fn_c_check_func
"$LINENO" "futimes" "ac_cv_func_futimes"
20016 if test "x$ac_cv_func_futimes" = xyes
20018 printf "%s\n" "#define HAVE_FUTIMES 1" >>confdefs.h
20021 ac_fn_c_check_func
"$LINENO" "futimesat" "ac_cv_func_futimesat"
20022 if test "x$ac_cv_func_futimesat" = xyes
20024 printf "%s\n" "#define HAVE_FUTIMESAT 1" >>confdefs.h
20027 ac_fn_c_check_func
"$LINENO" "getaddrinfo" "ac_cv_func_getaddrinfo"
20028 if test "x$ac_cv_func_getaddrinfo" = xyes
20030 printf "%s\n" "#define HAVE_GETADDRINFO 1" >>confdefs.h
20033 ac_fn_c_check_func
"$LINENO" "getattrlist" "ac_cv_func_getattrlist"
20034 if test "x$ac_cv_func_getattrlist" = xyes
20036 printf "%s\n" "#define HAVE_GETATTRLIST 1" >>confdefs.h
20039 ac_fn_c_check_func
"$LINENO" "getauxval" "ac_cv_func_getauxval"
20040 if test "x$ac_cv_func_getauxval" = xyes
20042 printf "%s\n" "#define HAVE_GETAUXVAL 1" >>confdefs.h
20045 ac_fn_c_check_func
"$LINENO" "getifaddrs" "ac_cv_func_getifaddrs"
20046 if test "x$ac_cv_func_getifaddrs" = xyes
20048 printf "%s\n" "#define HAVE_GETIFADDRS 1" >>confdefs.h
20051 ac_fn_c_check_func
"$LINENO" "getrandom" "ac_cv_func_getrandom"
20052 if test "x$ac_cv_func_getrandom" = xyes
20054 printf "%s\n" "#define HAVE_GETRANDOM 1" >>confdefs.h
20057 ac_fn_c_check_func
"$LINENO" "kqueue" "ac_cv_func_kqueue"
20058 if test "x$ac_cv_func_kqueue" = xyes
20060 printf "%s\n" "#define HAVE_KQUEUE 1" >>confdefs.h
20063 ac_fn_c_check_func
"$LINENO" "mach_continuous_time" "ac_cv_func_mach_continuous_time"
20064 if test "x$ac_cv_func_mach_continuous_time" = xyes
20066 printf "%s\n" "#define HAVE_MACH_CONTINUOUS_TIME 1" >>confdefs.h
20069 ac_fn_c_check_func
"$LINENO" "pipe2" "ac_cv_func_pipe2"
20070 if test "x$ac_cv_func_pipe2" = xyes
20072 printf "%s\n" "#define HAVE_PIPE2 1" >>confdefs.h
20075 ac_fn_c_check_func
"$LINENO" "port_create" "ac_cv_func_port_create"
20076 if test "x$ac_cv_func_port_create" = xyes
20078 printf "%s\n" "#define HAVE_PORT_CREATE 1" >>confdefs.h
20081 ac_fn_c_check_func
"$LINENO" "posix_fadvise" "ac_cv_func_posix_fadvise"
20082 if test "x$ac_cv_func_posix_fadvise" = xyes
20084 printf "%s\n" "#define HAVE_POSIX_FADVISE 1" >>confdefs.h
20087 ac_fn_c_check_func
"$LINENO" "posix_fallocate" "ac_cv_func_posix_fallocate"
20088 if test "x$ac_cv_func_posix_fallocate" = xyes
20090 printf "%s\n" "#define HAVE_POSIX_FALLOCATE 1" >>confdefs.h
20093 ac_fn_c_check_func
"$LINENO" "prctl" "ac_cv_func_prctl"
20094 if test "x$ac_cv_func_prctl" = xyes
20096 printf "%s\n" "#define HAVE_PRCTL 1" >>confdefs.h
20099 ac_fn_c_check_func
"$LINENO" "proc_pidinfo" "ac_cv_func_proc_pidinfo"
20100 if test "x$ac_cv_func_proc_pidinfo" = xyes
20102 printf "%s\n" "#define HAVE_PROC_PIDINFO 1" >>confdefs.h
20105 ac_fn_c_check_func
"$LINENO" "sched_yield" "ac_cv_func_sched_yield"
20106 if test "x$ac_cv_func_sched_yield" = xyes
20108 printf "%s\n" "#define HAVE_SCHED_YIELD 1" >>confdefs.h
20111 ac_fn_c_check_func
"$LINENO" "setproctitle" "ac_cv_func_setproctitle"
20112 if test "x$ac_cv_func_setproctitle" = xyes
20114 printf "%s\n" "#define HAVE_SETPROCTITLE 1" >>confdefs.h
20117 ac_fn_c_check_func
"$LINENO" "setprogname" "ac_cv_func_setprogname"
20118 if test "x$ac_cv_func_setprogname" = xyes
20120 printf "%s\n" "#define HAVE_SETPROGNAME 1" >>confdefs.h
20123 ac_fn_c_check_func
"$LINENO" "sigprocmask" "ac_cv_func_sigprocmask"
20124 if test "x$ac_cv_func_sigprocmask" = xyes
20126 printf "%s\n" "#define HAVE_SIGPROCMASK 1" >>confdefs.h
20129 ac_fn_c_check_func
"$LINENO" "sysinfo" "ac_cv_func_sysinfo"
20130 if test "x$ac_cv_func_sysinfo" = xyes
20132 printf "%s\n" "#define HAVE_SYSINFO 1" >>confdefs.h
20135 ac_fn_c_check_func
"$LINENO" "tcdrain" "ac_cv_func_tcdrain"
20136 if test "x$ac_cv_func_tcdrain" = xyes
20138 printf "%s\n" "#define HAVE_TCDRAIN 1" >>confdefs.h
20141 ac_fn_c_check_func
"$LINENO" "thr_kill2" "ac_cv_func_thr_kill2"
20142 if test "x$ac_cv_func_thr_kill2" = xyes
20144 printf "%s\n" "#define HAVE_THR_KILL2 1" >>confdefs.h
20148 CFLAGS
="$ac_save_CFLAGS"
20151 darwin
*|macosx
*) ;;
20152 *) ac_save_LIBS
=$LIBS
20153 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
20154 printf %s
"checking for library containing clock_gettime... " >&6; }
20155 if test ${ac_cv_search_clock_gettime+y}
20157 printf %s
"(cached) " >&6
20159 ac_func_search_save_LIBS
=$LIBS
20160 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
20161 /* end confdefs.h. */
20163 /* Override any GCC internal prototype to avoid an error.
20164 Use char because int might match the return type of a GCC
20165 builtin and then its argument prototype would still apply. */
20166 char clock_gettime ();
20170 return clock_gettime ();
20175 for ac_lib
in '' rt
20177 if test -z "$ac_lib"; then
20178 ac_res
="none required"
20181 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
20183 if ac_fn_c_try_link
"$LINENO"
20185 ac_cv_search_clock_gettime
=$ac_res
20187 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
20189 if test ${ac_cv_search_clock_gettime+y}
20194 if test ${ac_cv_search_clock_gettime+y}
20198 ac_cv_search_clock_gettime
=no
20200 rm conftest.
$ac_ext
20201 LIBS
=$ac_func_search_save_LIBS
20203 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5
20204 printf "%s\n" "$ac_cv_search_clock_gettime" >&6; }
20205 ac_res
=$ac_cv_search_clock_gettime
20206 if test "$ac_res" != no
20208 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
20210 printf "%s\n" "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h
20212 test "$ac_res" = "none required" || RT_LIBS
="$ac_res"
20220 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for sched_setaffinity" >&5
20221 printf %s
"checking for sched_setaffinity... " >&6; }
20222 if test ${wine_cv_have_sched_setaffinity+y}
20224 printf %s
"(cached) " >&6
20226 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
20227 /* end confdefs.h. */
20232 sched_setaffinity(0, 0, 0);
20237 if ac_fn_c_try_link
"$LINENO"
20239 wine_cv_have_sched_setaffinity
=yes
20241 wine_cv_have_sched_setaffinity
=no
20243 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
20244 conftest
$ac_exeext conftest.
$ac_ext
20246 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sched_setaffinity" >&5
20247 printf "%s\n" "$wine_cv_have_sched_setaffinity" >&6; }
20248 if test "$wine_cv_have_sched_setaffinity" = "yes"
20251 printf "%s\n" "#define HAVE_SCHED_SETAFFINITY 1" >>confdefs.h
20256 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
20257 printf %s
"checking for inline... " >&6; }
20258 if test ${ac_cv_c_inline+y}
20260 printf %s
"(cached) " >&6
20263 for ac_kw
in inline __inline__ __inline
; do
20264 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
20265 /* end confdefs.h. */
20266 #ifndef __cplusplus
20268 static $ac_kw foo_t static_foo (void) {return 0; }
20269 $ac_kw foo_t foo (void) {return 0; }
20273 if ac_fn_c_try_compile
"$LINENO"
20275 ac_cv_c_inline
=$ac_kw
20277 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
20278 test "$ac_cv_c_inline" != no
&& break
20282 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
20283 printf "%s\n" "$ac_cv_c_inline" >&6; }
20285 case $ac_cv_c_inline in
20288 case $ac_cv_c_inline in
20290 *) ac_val
=$ac_cv_c_inline;;
20292 cat >>confdefs.h
<<_ACEOF
20293 #ifndef __cplusplus
20294 #define inline $ac_val
20300 ac_fn_c_check_type
"$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
20302 if test "x$ac_cv_type_request_sense" = xyes
20305 printf "%s\n" "#define HAVE_REQUEST_SENSE 1" >>confdefs.h
20311 ac_fn_c_check_type
"$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
20312 #include <sys/socket.h>
20313 #ifdef HAVE_SYS_SOCKETVAR_H
20314 #include <sys/socketvar.h>
20316 #ifdef HAVE_NET_ROUTE_H
20317 #include <net/route.h>
20319 #ifdef HAVE_NETINET_IN_H
20320 #include <netinet/in.h>
20322 #ifdef HAVE_NETINET_IN_SYSTM_H
20323 #include <netinet/in_systm.h>
20325 #ifdef HAVE_NETINET_IP_H
20326 #include <netinet/ip.h>
20328 #ifdef HAVE_NETINET_IN_PCB_H
20329 #include <netinet/in_pcb.h>
20332 if test "x$ac_cv_type_struct_xinpgen" = xyes
20335 printf "%s\n" "#define HAVE_STRUCT_XINPGEN 1" >>confdefs.h
20341 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
20342 printf %s
"checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
20343 if test ${wine_cv_linux_gethostbyname_r_6+y}
20345 printf %s
"(cached) " >&6
20347 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
20348 /* end confdefs.h. */
20356 struct hostent *result;
20363 gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
20364 gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
20370 if ac_fn_c_try_link
"$LINENO"
20372 wine_cv_linux_gethostbyname_r_6
=yes
20374 wine_cv_linux_gethostbyname_r_6
=no
20377 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
20378 conftest
$ac_exeext conftest.
$ac_ext
20381 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
20382 printf "%s\n" "$wine_cv_linux_gethostbyname_r_6" >&6; }
20383 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
20386 printf "%s\n" "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
20390 ac_fn_c_check_member
"$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
20391 #include <sys/socket.h>
20392 #ifdef HAVE_SYS_UN_H
20393 # include <sys/un.h>
20396 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = xyes
20399 printf "%s\n" "#define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1" >>confdefs.h
20403 ac_fn_c_check_member
"$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
20404 #include <sys/socket.h>
20405 #ifdef HAVE_SYS_UN_H
20406 # include <sys/un.h>
20409 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = xyes
20412 printf "%s\n" "#define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1" >>confdefs.h
20418 ac_fn_c_check_member
"$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
20419 #ifdef HAVE_SCSI_SG_H
20420 #include <scsi/sg.h>
20423 if test "x$ac_cv_member_scsireq_t_cmd" = xyes
20426 printf "%s\n" "#define HAVE_SCSIREQ_T_CMD 1" >>confdefs.h
20430 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>
20431 #ifdef HAVE_SCSI_SG_H
20432 #include <scsi/sg.h>
20435 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = xyes
20438 printf "%s\n" "#define HAVE_SG_IO_HDR_T_INTERFACE_ID 1" >>confdefs.h
20444 ac_fn_c_check_member
"$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
20446 if test "x$ac_cv_member_siginfo_t_si_fd" = xyes
20449 printf "%s\n" "#define HAVE_SIGINFO_T_SI_FD 1" >>confdefs.h
20455 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
20456 #ifdef HAVE_SYS_MTIO_H
20457 #include <sys/mtio.h>
20460 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = xyes
20463 printf "%s\n" "#define HAVE_STRUCT_MTGET_MT_BLKSIZ 1" >>confdefs.h
20467 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
20468 #ifdef HAVE_SYS_MTIO_H
20469 #include <sys/mtio.h>
20472 if test "x$ac_cv_member_struct_mtget_mt_gstat" = xyes
20475 printf "%s\n" "#define HAVE_STRUCT_MTGET_MT_GSTAT 1" >>confdefs.h
20479 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
20480 #ifdef HAVE_SYS_MTIO_H
20481 #include <sys/mtio.h>
20484 if test "x$ac_cv_member_struct_mtget_mt_blkno" = xyes
20487 printf "%s\n" "#define HAVE_STRUCT_MTGET_MT_BLKNO 1" >>confdefs.h
20493 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
20494 if test "x$ac_cv_member_struct_stat_st_mtim" = xyes
20497 printf "%s\n" "#define HAVE_STRUCT_STAT_ST_MTIM 1" >>confdefs.h
20501 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtimespec" "ac_cv_member_struct_stat_st_mtimespec" "$ac_includes_default"
20502 if test "x$ac_cv_member_struct_stat_st_mtimespec" = xyes
20505 printf "%s\n" "#define HAVE_STRUCT_STAT_ST_MTIMESPEC 1" >>confdefs.h
20509 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
20510 if test "x$ac_cv_member_struct_stat_st_ctim" = xyes
20513 printf "%s\n" "#define HAVE_STRUCT_STAT_ST_CTIM 1" >>confdefs.h
20517 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctimespec" "ac_cv_member_struct_stat_st_ctimespec" "$ac_includes_default"
20518 if test "x$ac_cv_member_struct_stat_st_ctimespec" = xyes
20521 printf "%s\n" "#define HAVE_STRUCT_STAT_ST_CTIMESPEC 1" >>confdefs.h
20525 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
20526 if test "x$ac_cv_member_struct_stat_st_atim" = xyes
20529 printf "%s\n" "#define HAVE_STRUCT_STAT_ST_ATIM 1" >>confdefs.h
20533 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atimespec" "ac_cv_member_struct_stat_st_atimespec" "$ac_includes_default"
20534 if test "x$ac_cv_member_struct_stat_st_atimespec" = xyes
20537 printf "%s\n" "#define HAVE_STRUCT_STAT_ST_ATIMESPEC 1" >>confdefs.h
20541 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtime" "ac_cv_member_struct_stat_st_birthtime" "$ac_includes_default"
20542 if test "x$ac_cv_member_struct_stat_st_birthtime" = xyes
20545 printf "%s\n" "#define HAVE_STRUCT_STAT_ST_BIRTHTIME 1" >>confdefs.h
20549 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtim" "ac_cv_member_struct_stat_st_birthtim" "$ac_includes_default"
20550 if test "x$ac_cv_member_struct_stat_st_birthtim" = xyes
20553 printf "%s\n" "#define HAVE_STRUCT_STAT_ST_BIRTHTIM 1" >>confdefs.h
20557 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtimespec" "ac_cv_member_struct_stat_st_birthtimespec" "$ac_includes_default"
20558 if test "x$ac_cv_member_struct_stat_st_birthtimespec" = xyes
20561 printf "%s\n" "#define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1" >>confdefs.h
20565 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtime" "ac_cv_member_struct_stat___st_birthtime" "$ac_includes_default"
20566 if test "x$ac_cv_member_struct_stat___st_birthtime" = xyes
20569 printf "%s\n" "#define HAVE_STRUCT_STAT___ST_BIRTHTIME 1" >>confdefs.h
20573 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtim" "ac_cv_member_struct_stat___st_birthtim" "$ac_includes_default"
20574 if test "x$ac_cv_member_struct_stat___st_birthtim" = xyes
20577 printf "%s\n" "#define HAVE_STRUCT_STAT___ST_BIRTHTIM 1" >>confdefs.h
20583 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>
20584 #ifdef HAVE_NETINET_IN_H
20585 #include <netinet/in.h>
20588 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = xyes
20591 printf "%s\n" "#define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1" >>confdefs.h
20597 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
20598 #include <resolv.h>
20601 if test "x$ac_cv_member_struct___res_state__u__ext_nscount6" = xyes
20604 printf "%s\n" "#define HAVE_STRUCT___RES_STATE__U__EXT_NSCOUNT6 1" >>confdefs.h
20610 ac_fn_c_check_member
"$LINENO" "struct in6_pktinfo" "ipi6_addr" "ac_cv_member_struct_in6_pktinfo_ipi6_addr" "#ifdef HAVE_NETINET_IN_H
20611 #include <netinet/in.h>
20614 if test "x$ac_cv_member_struct_in6_pktinfo_ipi6_addr" = xyes
20617 printf "%s\n" "#define HAVE_STRUCT_IN6_PKTINFO_IPI6_ADDR 1" >>confdefs.h
20623 ac_fn_c_check_member
"$LINENO" "struct ipstat" "ips_total" "ac_cv_member_struct_ipstat_ips_total" "#include <sys/types.h>
20624 #ifdef HAVE_SYS_SOCKETVAR_H
20625 #include <sys/socketvar.h>
20627 #ifdef HAVE_NETINET_IN_H
20628 #include <netinet/in.h>
20630 #ifdef HAVE_NETINET_IP_VAR_H
20631 #include <netinet/ip_var.h>
20634 if test "x$ac_cv_member_struct_ipstat_ips_total" = xyes
20637 printf "%s\n" "#define HAVE_STRUCT_IPSTAT_IPS_TOTAL 1" >>confdefs.h
20643 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
20644 #include <netinet/ip_var.h>
20647 if test "x$ac_cv_member_struct_ip_stats_ips_total" = xyes
20650 printf "%s\n" "#define HAVE_STRUCT_IP_STATS_IPS_TOTAL 1" >>confdefs.h
20656 ac_fn_c_check_member
"$LINENO" "struct ip6stat" "ip6s_total" "ac_cv_member_struct_ip6stat_ip6s_total" "#include <sys/types.h>
20657 #ifdef HAVE_SYS_SOCKETVAR_H
20658 #include <sys/socketvar.h>
20660 #ifdef HAVE_NETINET_IN_H
20661 #include <netinet/in.h>
20663 #ifdef HAVE_NETINET6_IP6_VAR_H
20664 #include <netinet6/ip6_var.h>
20667 if test "x$ac_cv_member_struct_ip6stat_ip6s_total" = xyes
20670 printf "%s\n" "#define HAVE_STRUCT_IP6STAT_IP6S_TOTAL 1" >>confdefs.h
20676 ac_fn_c_check_member
"$LINENO" "struct icmpstat" "icps_error" "ac_cv_member_struct_icmpstat_icps_error" "#include <sys/types.h>
20677 #ifdef HAVE_SYS_SOCKETVAR_H
20678 #include <sys/socketvar.h>
20680 #ifdef HAVE_NETINET_IN_H
20681 #include <netinet/in.h>
20683 #ifdef HAVE_NETINET_IP_H
20684 #include <netinet/ip.h>
20686 #ifdef HAVE_NETINET_IP_ICMP_H
20687 #include <netinet/ip_icmp.h>
20689 #ifdef HAVE_NETINET_ICMP_VAR_H
20690 #include <netinet/icmp_var.h>
20693 if test "x$ac_cv_member_struct_icmpstat_icps_error" = xyes
20696 printf "%s\n" "#define HAVE_STRUCT_ICMPSTAT_ICPS_ERROR 1" >>confdefs.h
20702 ac_fn_c_check_member
"$LINENO" "struct icmp6stat" "icp6s_error" "ac_cv_member_struct_icmp6stat_icp6s_error" "#include <sys/types.h>
20703 #ifdef HAVE_SYS_SOCKETVAR_H
20704 #include <sys/socketvar.h>
20706 #ifdef HAVE_NETINET_IN_H
20707 #include <netinet/in.h>
20709 #ifdef HAVE_NETINET_ICMP6_H
20710 #include <netinet/icmp6.h>
20713 if test "x$ac_cv_member_struct_icmp6stat_icp6s_error" = xyes
20716 printf "%s\n" "#define HAVE_STRUCT_ICMP6STAT_ICP6S_ERROR 1" >>confdefs.h
20722 ac_fn_c_check_member
"$LINENO" "struct tcpstat" "tcps_connattempt" "ac_cv_member_struct_tcpstat_tcps_connattempt" "#include <sys/types.h>
20723 #ifdef HAVE_SYS_SOCKETVAR_H
20724 #include <sys/socketvar.h>
20726 #ifdef HAVE_NETINET_IN_H
20727 #include <netinet/in.h>
20729 #ifdef HAVE_NETINET_TCP_H
20730 #include <netinet/tcp.h>
20732 #ifdef HAVE_NETINET_TCP_VAR_H
20733 #include <netinet/tcp_var.h>
20736 if test "x$ac_cv_member_struct_tcpstat_tcps_connattempt" = xyes
20739 printf "%s\n" "#define HAVE_STRUCT_TCPSTAT_TCPS_CONNATTEMPT 1" >>confdefs.h
20745 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
20746 #include <netinet/tcp_var.h>
20749 if test "x$ac_cv_member_struct_tcp_stats_tcps_connattempt" = xyes
20752 printf "%s\n" "#define HAVE_STRUCT_TCP_STATS_TCPS_CONNATTEMPT 1" >>confdefs.h
20758 ac_fn_c_check_member
"$LINENO" "struct udpstat" "udps_ipackets" "ac_cv_member_struct_udpstat_udps_ipackets" "#include <sys/types.h>
20759 #ifdef HAVE_NETINET_IN_H
20760 #include <netinet/in.h>
20762 #ifdef HAVE_NETINET_IP_VAR_H
20763 #include <netinet/ip_var.h>
20765 #ifdef HAVE_NETINET_UDP_H
20766 #include <netinet/udp.h>
20768 #ifdef HAVE_NETINET_UDP_VAR_H
20769 #include <netinet/udp_var.h>
20772 if test "x$ac_cv_member_struct_udpstat_udps_ipackets" = xyes
20775 printf "%s\n" "#define HAVE_STRUCT_UDPSTAT_UDPS_IPACKETS 1" >>confdefs.h
20781 ac_fn_c_check_member
"$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#include <sys/types.h>
20782 #ifdef HAVE_NET_IF_H
20783 # include <net/if.h>
20786 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes
20789 printf "%s\n" "#define HAVE_STRUCT_IFREQ_IFR_HWADDR 1" >>confdefs.h
20795 ac_fn_c_check_member
"$LINENO" "struct sysinfo" "totalram" "ac_cv_member_struct_sysinfo_totalram" "#ifdef HAVE_SYS_SYSINFO_H
20796 # include <sys/sysinfo.h>
20799 if test "x$ac_cv_member_struct_sysinfo_totalram" = xyes
20802 printf "%s\n" "#define HAVE_STRUCT_SYSINFO_TOTALRAM 1" >>confdefs.h
20806 ac_fn_c_check_member
"$LINENO" "struct sysinfo" "mem_unit" "ac_cv_member_struct_sysinfo_mem_unit" "#ifdef HAVE_SYS_SYSINFO_H
20807 # include <sys/sysinfo.h>
20810 if test "x$ac_cv_member_struct_sysinfo_mem_unit" = xyes
20813 printf "%s\n" "#define HAVE_STRUCT_SYSINFO_MEM_UNIT 1" >>confdefs.h
20819 LIBS
="$ac_save_LIBS"
20821 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for __builtin_popcount" >&5
20822 printf %s
"checking for __builtin_popcount... " >&6; }
20823 if test ${ac_cv_have___builtin_popcount+y}
20825 printf %s
"(cached) " >&6
20827 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
20828 /* end confdefs.h. */
20833 return __builtin_popcount(1)
20838 if ac_fn_c_try_link
"$LINENO"
20840 ac_cv_have___builtin_popcount
="yes"
20842 ac_cv_have___builtin_popcount
="no"
20844 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
20845 conftest
$ac_exeext conftest.
$ac_ext
20847 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_popcount" >&5
20848 printf "%s\n" "$ac_cv_have___builtin_popcount" >&6; }
20849 if test "$ac_cv_have___builtin_popcount" = "yes"
20852 printf "%s\n" "#define HAVE___BUILTIN_POPCOUNT 1" >>confdefs.h
20856 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for __clear_cache" >&5
20857 printf %s
"checking for __clear_cache... " >&6; }
20858 if test ${ac_cv_have___clear_cache+y}
20860 printf %s
"(cached) " >&6
20862 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
20863 /* end confdefs.h. */
20868 __clear_cache((void*)0, (void*)0); return 0;
20873 if ac_fn_c_try_link
"$LINENO"
20875 ac_cv_have___clear_cache
="yes"
20877 ac_cv_have___clear_cache
="no"
20879 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
20880 conftest
$ac_exeext conftest.
$ac_ext
20882 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___clear_cache" >&5
20883 printf "%s\n" "$ac_cv_have___clear_cache" >&6; }
20884 if test "$ac_cv_have___clear_cache" = "yes"
20887 printf "%s\n" "#define HAVE___CLEAR_CACHE 1" >>confdefs.h
20893 *i
[3456789]86*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
20894 printf %s
"checking whether we need to define __i386__... " >&6; }
20895 if test ${ac_cv_cpp_def___i386__+y}
20897 printf %s
"(cached) " >&6
20899 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
20900 /* end confdefs.h. */
20905 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
20906 $EGREP "yes" >/dev
/null
2>&1
20908 ac_cv_cpp_def___i386__
=yes
20910 ac_cv_cpp_def___i386__
=no
20915 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
20916 printf "%s\n" "$ac_cv_cpp_def___i386__" >&6; }
20917 if test "x$ac_cv_cpp_def___i386__" = xyes
20919 CFLAGS
="$CFLAGS -D__i386__"
20920 LINTFLAGS
="$LINTFLAGS -D__i386__"
20922 *x86_64
*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
20923 printf %s
"checking whether we need to define __x86_64__... " >&6; }
20924 if test ${ac_cv_cpp_def___x86_64__+y}
20926 printf %s
"(cached) " >&6
20928 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
20929 /* end confdefs.h. */
20934 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
20935 $EGREP "yes" >/dev
/null
2>&1
20937 ac_cv_cpp_def___x86_64__
=yes
20939 ac_cv_cpp_def___x86_64__
=no
20944 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
20945 printf "%s\n" "$ac_cv_cpp_def___x86_64__" >&6; }
20946 if test "x$ac_cv_cpp_def___x86_64__" = xyes
20948 CFLAGS
="$CFLAGS -D__x86_64__"
20949 LINTFLAGS
="$LINTFLAGS -D__x86_64__"
20951 *sparc64
*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc64__" >&5
20952 printf %s
"checking whether we need to define __sparc64__... " >&6; }
20953 if test ${ac_cv_cpp_def___sparc64__+y}
20955 printf %s
"(cached) " >&6
20957 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
20958 /* end confdefs.h. */
20959 #ifndef __sparc64__
20963 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
20964 $EGREP "yes" >/dev
/null
2>&1
20966 ac_cv_cpp_def___sparc64__
=yes
20968 ac_cv_cpp_def___sparc64__
=no
20973 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc64__" >&5
20974 printf "%s\n" "$ac_cv_cpp_def___sparc64__" >&6; }
20975 if test "x$ac_cv_cpp_def___sparc64__" = xyes
20977 CFLAGS
="$CFLAGS -D__sparc64__"
20978 LINTFLAGS
="$LINTFLAGS -D__sparc64__"
20980 *sparc
*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
20981 printf %s
"checking whether we need to define __sparc__... " >&6; }
20982 if test ${ac_cv_cpp_def___sparc__+y}
20984 printf %s
"(cached) " >&6
20986 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
20987 /* end confdefs.h. */
20992 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
20993 $EGREP "yes" >/dev
/null
2>&1
20995 ac_cv_cpp_def___sparc__
=yes
20997 ac_cv_cpp_def___sparc__
=no
21002 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
21003 printf "%s\n" "$ac_cv_cpp_def___sparc__" >&6; }
21004 if test "x$ac_cv_cpp_def___sparc__" = xyes
21006 CFLAGS
="$CFLAGS -D__sparc__"
21007 LINTFLAGS
="$LINTFLAGS -D__sparc__"
21009 *powerpc64
*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc64__" >&5
21010 printf %s
"checking whether we need to define __powerpc64__... " >&6; }
21011 if test ${ac_cv_cpp_def___powerpc64__+y}
21013 printf %s
"(cached) " >&6
21015 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21016 /* end confdefs.h. */
21017 #ifndef __powerpc64__
21021 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21022 $EGREP "yes" >/dev
/null
2>&1
21024 ac_cv_cpp_def___powerpc64__
=yes
21026 ac_cv_cpp_def___powerpc64__
=no
21031 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc64__" >&5
21032 printf "%s\n" "$ac_cv_cpp_def___powerpc64__" >&6; }
21033 if test "x$ac_cv_cpp_def___powerpc64__" = xyes
21035 CFLAGS
="$CFLAGS -D__powerpc64__"
21036 LINTFLAGS
="$LINTFLAGS -D__powerpc64__"
21038 *powerpc
*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
21039 printf %s
"checking whether we need to define __powerpc__... " >&6; }
21040 if test ${ac_cv_cpp_def___powerpc__+y}
21042 printf %s
"(cached) " >&6
21044 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21045 /* end confdefs.h. */
21046 #ifndef __powerpc__
21050 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21051 $EGREP "yes" >/dev
/null
2>&1
21053 ac_cv_cpp_def___powerpc__
=yes
21055 ac_cv_cpp_def___powerpc__
=no
21060 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
21061 printf "%s\n" "$ac_cv_cpp_def___powerpc__" >&6; }
21062 if test "x$ac_cv_cpp_def___powerpc__" = xyes
21064 CFLAGS
="$CFLAGS -D__powerpc__"
21065 LINTFLAGS
="$LINTFLAGS -D__powerpc__"
21067 *aarch64
*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we need to define __aarch64__" >&5
21068 printf %s
"checking whether we need to define __aarch64__... " >&6; }
21069 if test ${ac_cv_cpp_def___aarch64__+y}
21071 printf %s
"(cached) " >&6
21073 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21074 /* end confdefs.h. */
21075 #ifndef __aarch64__
21079 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21080 $EGREP "yes" >/dev
/null
2>&1
21082 ac_cv_cpp_def___aarch64__
=yes
21084 ac_cv_cpp_def___aarch64__
=no
21089 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___aarch64__" >&5
21090 printf "%s\n" "$ac_cv_cpp_def___aarch64__" >&6; }
21091 if test "x$ac_cv_cpp_def___aarch64__" = xyes
21093 CFLAGS
="$CFLAGS -D__aarch64__"
21094 LINTFLAGS
="$LINTFLAGS -D__aarch64__"
21096 *arm
*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we need to define __arm__" >&5
21097 printf %s
"checking whether we need to define __arm__... " >&6; }
21098 if test ${ac_cv_cpp_def___arm__+y}
21100 printf %s
"(cached) " >&6
21102 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21103 /* end confdefs.h. */
21108 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21109 $EGREP "yes" >/dev
/null
2>&1
21111 ac_cv_cpp_def___arm__
=yes
21113 ac_cv_cpp_def___arm__
=no
21118 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___arm__" >&5
21119 printf "%s\n" "$ac_cv_cpp_def___arm__" >&6; }
21120 if test "x$ac_cv_cpp_def___arm__" = xyes
21122 CFLAGS
="$CFLAGS -D__arm__"
21123 LINTFLAGS
="$LINTFLAGS -D__arm__"
21127 case $host_vendor in
21128 *sun
*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
21129 printf %s
"checking whether we need to define __sun__... " >&6; }
21130 if test ${ac_cv_cpp_def___sun__+y}
21132 printf %s
"(cached) " >&6
21134 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21135 /* end confdefs.h. */
21140 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21141 $EGREP "yes" >/dev
/null
2>&1
21143 ac_cv_cpp_def___sun__
=yes
21145 ac_cv_cpp_def___sun__
=no
21150 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
21151 printf "%s\n" "$ac_cv_cpp_def___sun__" >&6; }
21152 if test "x$ac_cv_cpp_def___sun__" = xyes
21154 CFLAGS
="$CFLAGS -D__sun__"
21155 LINTFLAGS
="$LINTFLAGS -D__sun__"
21163 ac_config_commands
="$ac_config_commands include/stamp-h"
21165 printf %s
"creating Makefile rules..." >&6
21168 test "x$enable_silent_rules" = xyes
&& makedep_flags
="$makedep_flags -S"
21171 test "$srcdir" = . || wine_srcdir
="$srcdir/"
21173 ac_config_links
="$ac_config_links wine:tools/winewrapper"
21174 wine_fn_config_symlink wine
21175 if test "$wine_binary" = wine64
-o -n "$with_wine64"; then
21176 ac_config_links
="$ac_config_links wine64:tools/winewrapper"
21177 wine_fn_config_symlink wine64
21180 wine_fn_config_makefile dlls
/acledit enable_acledit
21181 wine_fn_config_makefile dlls
/aclui enable_aclui
21182 wine_fn_config_makefile dlls
/activeds.tlb enable_activeds_tlb
21183 wine_fn_config_makefile dlls
/activeds enable_activeds
21184 wine_fn_config_makefile dlls
/activeds
/tests enable_tests
21185 wine_fn_config_makefile dlls
/actxprxy enable_actxprxy
21186 wine_fn_config_makefile dlls
/adsldp enable_adsldp
21187 wine_fn_config_makefile dlls
/adsldp
/tests enable_tests
21188 wine_fn_config_makefile dlls
/adsldpc enable_adsldpc
21189 wine_fn_config_makefile dlls
/advapi32 enable_advapi32
21190 wine_fn_config_makefile dlls
/advapi32
/tests enable_tests
21191 wine_fn_config_makefile dlls
/advpack enable_advpack
21192 wine_fn_config_makefile dlls
/advpack
/tests enable_tests
21193 wine_fn_config_makefile dlls
/amsi enable_amsi
21194 wine_fn_config_makefile dlls
/amstream enable_amstream
21195 wine_fn_config_makefile dlls
/amstream
/tests enable_tests
21196 wine_fn_config_makefile dlls
/apisetschema enable_apisetschema
21197 wine_fn_config_makefile dlls
/apphelp enable_apphelp
21198 wine_fn_config_makefile dlls
/apphelp
/tests enable_tests
21199 wine_fn_config_makefile dlls
/appwiz.cpl enable_appwiz_cpl
21200 wine_fn_config_makefile dlls
/atl enable_atl
21201 wine_fn_config_makefile dlls
/atl
/tests enable_tests
21202 wine_fn_config_makefile dlls
/atl100 enable_atl100
21203 wine_fn_config_makefile dlls
/atl100
/tests enable_tests
21204 wine_fn_config_makefile dlls
/atl110 enable_atl110
21205 wine_fn_config_makefile dlls
/atl110
/tests enable_tests
21206 wine_fn_config_makefile dlls
/atl80 enable_atl80
21207 wine_fn_config_makefile dlls
/atl80
/tests enable_tests
21208 wine_fn_config_makefile dlls
/atl90 enable_atl90
21209 wine_fn_config_makefile dlls
/atlthunk enable_atlthunk
21210 wine_fn_config_makefile dlls
/atlthunk
/tests enable_tests
21211 wine_fn_config_makefile dlls
/atmlib enable_atmlib
21212 wine_fn_config_makefile dlls
/authz enable_authz
21213 wine_fn_config_makefile dlls
/avicap32 enable_avicap32
21214 wine_fn_config_makefile dlls
/avifil32 enable_avifil32
21215 wine_fn_config_makefile dlls
/avifil32
/tests enable_tests
21216 wine_fn_config_makefile dlls
/avifile.dll16 enable_win16
21217 wine_fn_config_makefile dlls
/avrt enable_avrt
21218 wine_fn_config_makefile dlls
/bcrypt enable_bcrypt
21219 wine_fn_config_makefile dlls
/bcrypt
/tests enable_tests
21220 wine_fn_config_makefile dlls
/bluetoothapis enable_bluetoothapis
21221 wine_fn_config_makefile dlls
/browseui enable_browseui
21222 wine_fn_config_makefile dlls
/browseui
/tests enable_tests
21223 wine_fn_config_makefile dlls
/bthprops.cpl enable_bthprops_cpl
21224 wine_fn_config_makefile dlls
/cabinet enable_cabinet
21225 wine_fn_config_makefile dlls
/cabinet
/tests enable_tests
21226 wine_fn_config_makefile dlls
/capi2032 enable_capi2032
21227 wine_fn_config_makefile dlls
/cards enable_cards
21228 wine_fn_config_makefile dlls
/cdosys enable_cdosys
21229 wine_fn_config_makefile dlls
/cfgmgr32 enable_cfgmgr32
21230 wine_fn_config_makefile dlls
/cfgmgr32
/tests enable_tests
21231 wine_fn_config_makefile dlls
/clusapi enable_clusapi
21232 wine_fn_config_makefile dlls
/cng.sys enable_cng_sys
21233 wine_fn_config_makefile dlls
/combase enable_combase
21234 wine_fn_config_makefile dlls
/combase
/tests enable_tests
21235 wine_fn_config_makefile dlls
/comcat enable_comcat
21236 wine_fn_config_makefile dlls
/comcat
/tests enable_tests
21237 wine_fn_config_makefile dlls
/comctl32 enable_comctl32
21238 wine_fn_config_makefile dlls
/comctl32
/tests enable_tests
21239 wine_fn_config_makefile dlls
/comdlg32 enable_comdlg32
21240 wine_fn_config_makefile dlls
/comdlg32
/tests enable_tests
21241 wine_fn_config_makefile dlls
/comm.drv16 enable_win16
21242 wine_fn_config_makefile dlls
/commdlg.dll16 enable_win16
21243 wine_fn_config_makefile dlls
/compobj.dll16 enable_win16
21244 wine_fn_config_makefile dlls
/compstui enable_compstui
21245 wine_fn_config_makefile dlls
/compstui
/tests enable_tests
21246 wine_fn_config_makefile dlls
/comsvcs enable_comsvcs
21247 wine_fn_config_makefile dlls
/comsvcs
/tests enable_tests
21248 wine_fn_config_makefile dlls
/concrt140 enable_concrt140
21249 wine_fn_config_makefile dlls
/concrt140
/tests enable_tests
21250 wine_fn_config_makefile dlls
/connect enable_connect
21251 wine_fn_config_makefile dlls
/credui enable_credui
21252 wine_fn_config_makefile dlls
/credui
/tests enable_tests
21253 wine_fn_config_makefile dlls
/crtdll enable_crtdll
21254 wine_fn_config_makefile dlls
/crypt32 enable_crypt32
21255 wine_fn_config_makefile dlls
/crypt32
/tests enable_tests
21256 wine_fn_config_makefile dlls
/cryptdlg enable_cryptdlg
21257 wine_fn_config_makefile dlls
/cryptdll enable_cryptdll
21258 wine_fn_config_makefile dlls
/cryptext enable_cryptext
21259 wine_fn_config_makefile dlls
/cryptnet enable_cryptnet
21260 wine_fn_config_makefile dlls
/cryptnet
/tests enable_tests
21261 wine_fn_config_makefile dlls
/cryptowinrt enable_cryptowinrt
21262 wine_fn_config_makefile dlls
/cryptowinrt
/tests enable_tests
21263 wine_fn_config_makefile dlls
/cryptsp enable_cryptsp
21264 wine_fn_config_makefile dlls
/cryptui enable_cryptui
21265 wine_fn_config_makefile dlls
/cryptui
/tests enable_tests
21266 wine_fn_config_makefile dlls
/ctapi32 enable_ctapi32
21267 wine_fn_config_makefile dlls
/ctl3d.dll16 enable_win16
21268 wine_fn_config_makefile dlls
/ctl3d32 enable_ctl3d32
21269 wine_fn_config_makefile dlls
/ctl3dv2.dll16 enable_win16
21270 wine_fn_config_makefile dlls
/d2d1 enable_d2d1
21271 wine_fn_config_makefile dlls
/d2d
1/tests enable_tests
21272 wine_fn_config_makefile dlls
/d3d10 enable_d3d10
21273 wine_fn_config_makefile dlls
/d3d10
/tests enable_tests
21274 wine_fn_config_makefile dlls
/d3d10_1 enable_d3d10_1
21275 wine_fn_config_makefile dlls
/d3d10_
1/tests enable_tests
21276 wine_fn_config_makefile dlls
/d3d10core enable_d3d10core
21277 wine_fn_config_makefile dlls
/d3d10core
/tests enable_tests
21278 wine_fn_config_makefile dlls
/d3d11 enable_d3d11
21279 wine_fn_config_makefile dlls
/d3d11
/tests enable_tests
21280 wine_fn_config_makefile dlls
/d3d12 enable_d3d12
21281 wine_fn_config_makefile dlls
/d3d12
/tests enable_tests
21282 wine_fn_config_makefile dlls
/d3d12core enable_d3d12core
21283 wine_fn_config_makefile dlls
/d3d8 enable_d3d8
21284 wine_fn_config_makefile dlls
/d3d
8/tests enable_tests
21285 wine_fn_config_makefile dlls
/d3d8thk enable_d3d8thk
21286 wine_fn_config_makefile dlls
/d3d9 enable_d3d9
21287 wine_fn_config_makefile dlls
/d3d
9/tests enable_tests
21288 wine_fn_config_makefile dlls
/d3dcompiler_33 enable_d3dcompiler_33
21289 wine_fn_config_makefile dlls
/d3dcompiler_34 enable_d3dcompiler_34
21290 wine_fn_config_makefile dlls
/d3dcompiler_35 enable_d3dcompiler_35
21291 wine_fn_config_makefile dlls
/d3dcompiler_36 enable_d3dcompiler_36
21292 wine_fn_config_makefile dlls
/d3dcompiler_37 enable_d3dcompiler_37
21293 wine_fn_config_makefile dlls
/d3dcompiler_38 enable_d3dcompiler_38
21294 wine_fn_config_makefile dlls
/d3dcompiler_39 enable_d3dcompiler_39
21295 wine_fn_config_makefile dlls
/d3dcompiler_40 enable_d3dcompiler_40
21296 wine_fn_config_makefile dlls
/d3dcompiler_41 enable_d3dcompiler_41
21297 wine_fn_config_makefile dlls
/d3dcompiler_42 enable_d3dcompiler_42
21298 wine_fn_config_makefile dlls
/d3dcompiler_43 enable_d3dcompiler_43
21299 wine_fn_config_makefile dlls
/d3dcompiler_43
/tests enable_tests
21300 wine_fn_config_makefile dlls
/d3dcompiler_46 enable_d3dcompiler_46
21301 wine_fn_config_makefile dlls
/d3dcompiler_46
/tests enable_tests
21302 wine_fn_config_makefile dlls
/d3dcompiler_47 enable_d3dcompiler_47
21303 wine_fn_config_makefile dlls
/d3dcompiler_47
/tests enable_tests
21304 wine_fn_config_makefile dlls
/d3dim enable_d3dim
21305 wine_fn_config_makefile dlls
/d3dim700 enable_d3dim700
21306 wine_fn_config_makefile dlls
/d3drm enable_d3drm
21307 wine_fn_config_makefile dlls
/d3drm
/tests enable_tests
21308 wine_fn_config_makefile dlls
/d3dx10_33 enable_d3dx10_33
21309 wine_fn_config_makefile dlls
/d3dx10_34 enable_d3dx10_34
21310 wine_fn_config_makefile dlls
/d3dx10_34
/tests enable_tests
21311 wine_fn_config_makefile dlls
/d3dx10_35 enable_d3dx10_35
21312 wine_fn_config_makefile dlls
/d3dx10_35
/tests enable_tests
21313 wine_fn_config_makefile dlls
/d3dx10_36 enable_d3dx10_36
21314 wine_fn_config_makefile dlls
/d3dx10_36
/tests enable_tests
21315 wine_fn_config_makefile dlls
/d3dx10_37 enable_d3dx10_37
21316 wine_fn_config_makefile dlls
/d3dx10_37
/tests enable_tests
21317 wine_fn_config_makefile dlls
/d3dx10_38 enable_d3dx10_38
21318 wine_fn_config_makefile dlls
/d3dx10_38
/tests enable_tests
21319 wine_fn_config_makefile dlls
/d3dx10_39 enable_d3dx10_39
21320 wine_fn_config_makefile dlls
/d3dx10_39
/tests enable_tests
21321 wine_fn_config_makefile dlls
/d3dx10_40 enable_d3dx10_40
21322 wine_fn_config_makefile dlls
/d3dx10_40
/tests enable_tests
21323 wine_fn_config_makefile dlls
/d3dx10_41 enable_d3dx10_41
21324 wine_fn_config_makefile dlls
/d3dx10_41
/tests enable_tests
21325 wine_fn_config_makefile dlls
/d3dx10_42 enable_d3dx10_42
21326 wine_fn_config_makefile dlls
/d3dx10_42
/tests enable_tests
21327 wine_fn_config_makefile dlls
/d3dx10_43 enable_d3dx10_43
21328 wine_fn_config_makefile dlls
/d3dx10_43
/tests enable_tests
21329 wine_fn_config_makefile dlls
/d3dx11_42 enable_d3dx11_42
21330 wine_fn_config_makefile dlls
/d3dx11_42
/tests enable_tests
21331 wine_fn_config_makefile dlls
/d3dx11_43 enable_d3dx11_43
21332 wine_fn_config_makefile dlls
/d3dx11_43
/tests enable_tests
21333 wine_fn_config_makefile dlls
/d3dx9_24 enable_d3dx9_24
21334 wine_fn_config_makefile dlls
/d3dx9_25 enable_d3dx9_25
21335 wine_fn_config_makefile dlls
/d3dx9_26 enable_d3dx9_26
21336 wine_fn_config_makefile dlls
/d3dx9_27 enable_d3dx9_27
21337 wine_fn_config_makefile dlls
/d3dx9_28 enable_d3dx9_28
21338 wine_fn_config_makefile dlls
/d3dx9_29 enable_d3dx9_29
21339 wine_fn_config_makefile dlls
/d3dx9_30 enable_d3dx9_30
21340 wine_fn_config_makefile dlls
/d3dx9_31 enable_d3dx9_31
21341 wine_fn_config_makefile dlls
/d3dx9_32 enable_d3dx9_32
21342 wine_fn_config_makefile dlls
/d3dx9_33 enable_d3dx9_33
21343 wine_fn_config_makefile dlls
/d3dx9_34 enable_d3dx9_34
21344 wine_fn_config_makefile dlls
/d3dx9_35 enable_d3dx9_35
21345 wine_fn_config_makefile dlls
/d3dx9_36 enable_d3dx9_36
21346 wine_fn_config_makefile dlls
/d3dx9_36
/tests enable_tests
21347 wine_fn_config_makefile dlls
/d3dx9_37 enable_d3dx9_37
21348 wine_fn_config_makefile dlls
/d3dx9_38 enable_d3dx9_38
21349 wine_fn_config_makefile dlls
/d3dx9_39 enable_d3dx9_39
21350 wine_fn_config_makefile dlls
/d3dx9_40 enable_d3dx9_40
21351 wine_fn_config_makefile dlls
/d3dx9_41 enable_d3dx9_41
21352 wine_fn_config_makefile dlls
/d3dx9_42 enable_d3dx9_42
21353 wine_fn_config_makefile dlls
/d3dx9_43 enable_d3dx9_43
21354 wine_fn_config_makefile dlls
/d3dxof enable_d3dxof
21355 wine_fn_config_makefile dlls
/d3dxof
/tests enable_tests
21356 wine_fn_config_makefile dlls
/davclnt enable_davclnt
21357 wine_fn_config_makefile dlls
/dbgeng enable_dbgeng
21358 wine_fn_config_makefile dlls
/dbgeng
/tests enable_tests
21359 wine_fn_config_makefile dlls
/dbghelp enable_dbghelp
21360 wine_fn_config_makefile dlls
/dbghelp
/tests enable_tests
21361 wine_fn_config_makefile dlls
/dciman32 enable_dciman32
21362 wine_fn_config_makefile dlls
/dcomp enable_dcomp
21363 wine_fn_config_makefile dlls
/ddeml.dll16 enable_win16
21364 wine_fn_config_makefile dlls
/ddraw enable_ddraw
21365 wine_fn_config_makefile dlls
/ddraw
/tests enable_tests
21366 wine_fn_config_makefile dlls
/ddrawex enable_ddrawex
21367 wine_fn_config_makefile dlls
/ddrawex
/tests enable_tests
21368 wine_fn_config_makefile dlls
/devenum enable_devenum
21369 wine_fn_config_makefile dlls
/devenum
/tests enable_tests
21370 wine_fn_config_makefile dlls
/dhcpcsvc enable_dhcpcsvc
21371 wine_fn_config_makefile dlls
/dhcpcsvc
/tests enable_tests
21372 wine_fn_config_makefile dlls
/dhcpcsvc6 enable_dhcpcsvc6
21373 wine_fn_config_makefile dlls
/dhtmled.ocx enable_dhtmled_ocx
21374 wine_fn_config_makefile dlls
/diasymreader enable_diasymreader
21375 wine_fn_config_makefile dlls
/difxapi enable_difxapi
21376 wine_fn_config_makefile dlls
/dinput enable_dinput
21377 wine_fn_config_makefile dlls
/dinput
/tests enable_tests
21378 wine_fn_config_makefile dlls
/dinput8 enable_dinput8
21379 wine_fn_config_makefile dlls
/directmanipulation enable_directmanipulation
21380 wine_fn_config_makefile dlls
/directmanipulation
/tests enable_tests
21381 wine_fn_config_makefile dlls
/dispdib.dll16 enable_win16
21382 wine_fn_config_makefile dlls
/dispex enable_dispex
21383 wine_fn_config_makefile dlls
/dispex
/tests enable_tests
21384 wine_fn_config_makefile dlls
/display.drv16 enable_win16
21385 wine_fn_config_makefile dlls
/dmband enable_dmband
21386 wine_fn_config_makefile dlls
/dmband
/tests enable_tests
21387 wine_fn_config_makefile dlls
/dmcompos enable_dmcompos
21388 wine_fn_config_makefile dlls
/dmcompos
/tests enable_tests
21389 wine_fn_config_makefile dlls
/dmime enable_dmime
21390 wine_fn_config_makefile dlls
/dmime
/tests enable_tests
21391 wine_fn_config_makefile dlls
/dmloader enable_dmloader
21392 wine_fn_config_makefile dlls
/dmloader
/tests enable_tests
21393 wine_fn_config_makefile dlls
/dmscript enable_dmscript
21394 wine_fn_config_makefile dlls
/dmscript
/tests enable_tests
21395 wine_fn_config_makefile dlls
/dmstyle enable_dmstyle
21396 wine_fn_config_makefile dlls
/dmstyle
/tests enable_tests
21397 wine_fn_config_makefile dlls
/dmsynth enable_dmsynth
21398 wine_fn_config_makefile dlls
/dmsynth
/tests enable_tests
21399 wine_fn_config_makefile dlls
/dmusic enable_dmusic
21400 wine_fn_config_makefile dlls
/dmusic
/tests enable_tests
21401 wine_fn_config_makefile dlls
/dmusic32 enable_dmusic32
21402 wine_fn_config_makefile dlls
/dnsapi enable_dnsapi
21403 wine_fn_config_makefile dlls
/dnsapi
/tests enable_tests
21404 wine_fn_config_makefile dlls
/dplay enable_dplay
21405 wine_fn_config_makefile dlls
/dplayx enable_dplayx
21406 wine_fn_config_makefile dlls
/dplayx
/tests enable_tests
21407 wine_fn_config_makefile dlls
/dpnaddr enable_dpnaddr
21408 wine_fn_config_makefile dlls
/dpnet enable_dpnet
21409 wine_fn_config_makefile dlls
/dpnet
/tests enable_tests
21410 wine_fn_config_makefile dlls
/dpnhpast enable_dpnhpast
21411 wine_fn_config_makefile dlls
/dpnhupnp enable_dpnhupnp
21412 wine_fn_config_makefile dlls
/dpnlobby enable_dpnlobby
21413 wine_fn_config_makefile dlls
/dpvoice enable_dpvoice
21414 wine_fn_config_makefile dlls
/dpvoice
/tests enable_tests
21415 wine_fn_config_makefile dlls
/dpwsockx enable_dpwsockx
21416 wine_fn_config_makefile dlls
/drmclien enable_drmclien
21417 wine_fn_config_makefile dlls
/dsdmo enable_dsdmo
21418 wine_fn_config_makefile dlls
/dsdmo
/tests enable_tests
21419 wine_fn_config_makefile dlls
/dsound enable_dsound
21420 wine_fn_config_makefile dlls
/dsound
/tests enable_tests
21421 wine_fn_config_makefile dlls
/dsquery enable_dsquery
21422 wine_fn_config_makefile dlls
/dssenh enable_dssenh
21423 wine_fn_config_makefile dlls
/dssenh
/tests enable_tests
21424 wine_fn_config_makefile dlls
/dsuiext enable_dsuiext
21425 wine_fn_config_makefile dlls
/dswave enable_dswave
21426 wine_fn_config_makefile dlls
/dswave
/tests enable_tests
21427 wine_fn_config_makefile dlls
/dwmapi enable_dwmapi
21428 wine_fn_config_makefile dlls
/dwmapi
/tests enable_tests
21429 wine_fn_config_makefile dlls
/dwrite enable_dwrite
21430 wine_fn_config_makefile dlls
/dwrite
/tests enable_tests
21431 wine_fn_config_makefile dlls
/dx8vb enable_dx8vb
21432 wine_fn_config_makefile dlls
/dxdiagn enable_dxdiagn
21433 wine_fn_config_makefile dlls
/dxdiagn
/tests enable_tests
21434 wine_fn_config_makefile dlls
/dxgi enable_dxgi
21435 wine_fn_config_makefile dlls
/dxgi
/tests enable_tests
21436 wine_fn_config_makefile dlls
/dxtrans enable_dxtrans
21437 wine_fn_config_makefile dlls
/dxva2 enable_dxva2
21438 wine_fn_config_makefile dlls
/dxva
2/tests enable_tests
21439 wine_fn_config_makefile dlls
/esent enable_esent
21440 wine_fn_config_makefile dlls
/evr enable_evr
21441 wine_fn_config_makefile dlls
/evr
/tests enable_tests
21442 wine_fn_config_makefile dlls
/explorerframe enable_explorerframe
21443 wine_fn_config_makefile dlls
/explorerframe
/tests enable_tests
21444 wine_fn_config_makefile dlls
/faultrep enable_faultrep
21445 wine_fn_config_makefile dlls
/faultrep
/tests enable_tests
21446 wine_fn_config_makefile dlls
/feclient enable_feclient
21447 wine_fn_config_makefile dlls
/fltlib enable_fltlib
21448 wine_fn_config_makefile dlls
/fltmgr.sys enable_fltmgr_sys
21449 wine_fn_config_makefile dlls
/fntcache enable_fntcache
21450 wine_fn_config_makefile dlls
/fontsub enable_fontsub
21451 wine_fn_config_makefile dlls
/fusion enable_fusion
21452 wine_fn_config_makefile dlls
/fusion
/tests enable_tests
21453 wine_fn_config_makefile dlls
/fwpuclnt enable_fwpuclnt
21454 wine_fn_config_makefile dlls
/gameux enable_gameux
21455 wine_fn_config_makefile dlls
/gameux
/tests enable_tests
21456 wine_fn_config_makefile dlls
/gamingtcui enable_gamingtcui
21457 wine_fn_config_makefile dlls
/gdi.exe16 enable_win16
21458 wine_fn_config_makefile dlls
/gdi32 enable_gdi32
21459 wine_fn_config_makefile dlls
/gdi32
/tests enable_tests
21460 wine_fn_config_makefile dlls
/gdiplus enable_gdiplus
21461 wine_fn_config_makefile dlls
/gdiplus
/tests enable_tests
21462 wine_fn_config_makefile dlls
/glu32 enable_glu32
21463 wine_fn_config_makefile dlls
/gphoto2.ds enable_gphoto2_ds
21464 wine_fn_config_makefile dlls
/gpkcsp enable_gpkcsp
21465 wine_fn_config_makefile dlls
/graphicscapture enable_graphicscapture
21466 wine_fn_config_makefile dlls
/graphicscapture
/tests enable_tests
21467 wine_fn_config_makefile dlls
/hal enable_hal
21468 wine_fn_config_makefile dlls
/hhctrl.ocx enable_hhctrl_ocx
21469 wine_fn_config_makefile dlls
/hid enable_hid
21470 wine_fn_config_makefile dlls
/hid
/tests enable_tests
21471 wine_fn_config_makefile dlls
/hidclass.sys enable_hidclass_sys
21472 wine_fn_config_makefile dlls
/hidparse.sys enable_hidparse_sys
21473 wine_fn_config_makefile dlls
/hlink enable_hlink
21474 wine_fn_config_makefile dlls
/hlink
/tests enable_tests
21475 wine_fn_config_makefile dlls
/hnetcfg enable_hnetcfg
21476 wine_fn_config_makefile dlls
/hnetcfg
/tests enable_tests
21477 wine_fn_config_makefile dlls
/hrtfapo enable_hrtfapo
21478 wine_fn_config_makefile dlls
/http.sys enable_http_sys
21479 wine_fn_config_makefile dlls
/httpapi enable_httpapi
21480 wine_fn_config_makefile dlls
/httpapi
/tests enable_tests
21481 wine_fn_config_makefile dlls
/ia2comproxy enable_ia2comproxy
21482 wine_fn_config_makefile dlls
/iccvid enable_iccvid
21483 wine_fn_config_makefile dlls
/icmp enable_icmp
21484 wine_fn_config_makefile dlls
/ieframe enable_ieframe
21485 wine_fn_config_makefile dlls
/ieframe
/tests enable_tests
21486 wine_fn_config_makefile dlls
/ieproxy enable_ieproxy
21487 wine_fn_config_makefile dlls
/ifsmgr.vxd enable_win16
21488 wine_fn_config_makefile dlls
/imaadp32.acm enable_imaadp32_acm
21489 wine_fn_config_makefile dlls
/imagehlp enable_imagehlp
21490 wine_fn_config_makefile dlls
/imagehlp
/tests enable_tests
21491 wine_fn_config_makefile dlls
/imm.dll16 enable_win16
21492 wine_fn_config_makefile dlls
/imm32 enable_imm32
21493 wine_fn_config_makefile dlls
/imm32
/tests enable_tests
21494 wine_fn_config_makefile dlls
/inetcomm enable_inetcomm
21495 wine_fn_config_makefile dlls
/inetcomm
/tests enable_tests
21496 wine_fn_config_makefile dlls
/inetcpl.cpl enable_inetcpl_cpl
21497 wine_fn_config_makefile dlls
/inetmib1 enable_inetmib1
21498 wine_fn_config_makefile dlls
/inetmib
1/tests enable_tests
21499 wine_fn_config_makefile dlls
/infosoft enable_infosoft
21500 wine_fn_config_makefile dlls
/infosoft
/tests enable_tests
21501 wine_fn_config_makefile dlls
/initpki enable_initpki
21502 wine_fn_config_makefile dlls
/inkobj enable_inkobj
21503 wine_fn_config_makefile dlls
/inseng enable_inseng
21504 wine_fn_config_makefile dlls
/iphlpapi enable_iphlpapi
21505 wine_fn_config_makefile dlls
/iphlpapi
/tests enable_tests
21506 wine_fn_config_makefile dlls
/iprop enable_iprop
21507 wine_fn_config_makefile dlls
/ir50_32 enable_ir50_32
21508 wine_fn_config_makefile dlls
/irprops.cpl enable_irprops_cpl
21509 wine_fn_config_makefile dlls
/itircl enable_itircl
21510 wine_fn_config_makefile dlls
/itss enable_itss
21511 wine_fn_config_makefile dlls
/itss
/tests enable_tests
21512 wine_fn_config_makefile dlls
/joy.cpl enable_joy_cpl
21513 wine_fn_config_makefile dlls
/jscript enable_jscript
21514 wine_fn_config_makefile dlls
/jscript
/tests enable_tests
21515 wine_fn_config_makefile dlls
/jsproxy enable_jsproxy
21516 wine_fn_config_makefile dlls
/jsproxy
/tests enable_tests
21517 wine_fn_config_makefile dlls
/kerberos enable_kerberos
21518 wine_fn_config_makefile dlls
/kernel32 enable_kernel32
21519 wine_fn_config_makefile dlls
/kernel32
/tests enable_tests
21520 wine_fn_config_makefile dlls
/kernelbase enable_kernelbase
21521 wine_fn_config_makefile dlls
/kernelbase
/tests enable_tests
21522 wine_fn_config_makefile dlls
/keyboard.drv16 enable_win16
21523 wine_fn_config_makefile dlls
/krnl386.exe16 enable_win16
21524 wine_fn_config_makefile dlls
/ksecdd.sys enable_ksecdd_sys
21525 wine_fn_config_makefile dlls
/ksproxy.ax enable_ksproxy_ax
21526 wine_fn_config_makefile dlls
/ksuser enable_ksuser
21527 wine_fn_config_makefile dlls
/ktmw32 enable_ktmw32
21528 wine_fn_config_makefile dlls
/l3codeca.acm enable_l3codeca_acm
21529 wine_fn_config_makefile dlls
/light.msstyles enable_light_msstyles
21530 wine_fn_config_makefile dlls
/loadperf enable_loadperf
21531 wine_fn_config_makefile dlls
/localspl enable_localspl
21532 wine_fn_config_makefile dlls
/localspl
/tests enable_tests
21533 wine_fn_config_makefile dlls
/localui enable_localui
21534 wine_fn_config_makefile dlls
/localui
/tests enable_tests
21535 wine_fn_config_makefile dlls
/lz32 enable_lz32
21536 wine_fn_config_makefile dlls
/lz32
/tests enable_tests
21537 wine_fn_config_makefile dlls
/lzexpand.dll16 enable_win16
21538 wine_fn_config_makefile dlls
/mapi32 enable_mapi32
21539 wine_fn_config_makefile dlls
/mapi32
/tests enable_tests
21540 wine_fn_config_makefile dlls
/mapistub enable_mapistub
21541 wine_fn_config_makefile dlls
/mciavi32 enable_mciavi32
21542 wine_fn_config_makefile dlls
/mcicda enable_mcicda
21543 wine_fn_config_makefile dlls
/mciqtz32 enable_mciqtz32
21544 wine_fn_config_makefile dlls
/mciseq enable_mciseq
21545 wine_fn_config_makefile dlls
/mciwave enable_mciwave
21546 wine_fn_config_makefile dlls
/mf enable_mf
21547 wine_fn_config_makefile dlls
/mf
/tests enable_tests
21548 wine_fn_config_makefile dlls
/mf3216 enable_mf3216
21549 wine_fn_config_makefile dlls
/mferror enable_mferror
21550 wine_fn_config_makefile dlls
/mfmediaengine enable_mfmediaengine
21551 wine_fn_config_makefile dlls
/mfmediaengine
/tests enable_tests
21552 wine_fn_config_makefile dlls
/mfplat enable_mfplat
21553 wine_fn_config_makefile dlls
/mfplat
/tests enable_tests
21554 wine_fn_config_makefile dlls
/mfplay enable_mfplay
21555 wine_fn_config_makefile dlls
/mfplay
/tests enable_tests
21556 wine_fn_config_makefile dlls
/mfreadwrite enable_mfreadwrite
21557 wine_fn_config_makefile dlls
/mfreadwrite
/tests enable_tests
21558 wine_fn_config_makefile dlls
/mfsrcsnk enable_mfsrcsnk
21559 wine_fn_config_makefile dlls
/mfsrcsnk
/tests enable_tests
21560 wine_fn_config_makefile dlls
/mgmtapi enable_mgmtapi
21561 wine_fn_config_makefile dlls
/midimap enable_midimap
21562 wine_fn_config_makefile dlls
/mlang enable_mlang
21563 wine_fn_config_makefile dlls
/mlang
/tests enable_tests
21564 wine_fn_config_makefile dlls
/mmcndmgr enable_mmcndmgr
21565 wine_fn_config_makefile dlls
/mmcndmgr
/tests enable_tests
21566 wine_fn_config_makefile dlls
/mmdevapi enable_mmdevapi
21567 wine_fn_config_makefile dlls
/mmdevapi
/tests enable_tests
21568 wine_fn_config_makefile dlls
/mmdevldr.vxd enable_win16
21569 wine_fn_config_makefile dlls
/mmsystem.dll16 enable_win16
21570 wine_fn_config_makefile dlls
/monodebg.vxd enable_win16
21571 wine_fn_config_makefile dlls
/mountmgr.sys enable_mountmgr_sys
21572 wine_fn_config_makefile dlls
/mouse.drv16 enable_win16
21573 wine_fn_config_makefile dlls
/mp3dmod enable_mp3dmod
21574 wine_fn_config_makefile dlls
/mp3dmod
/tests enable_tests
21575 wine_fn_config_makefile dlls
/mpr enable_mpr
21576 wine_fn_config_makefile dlls
/mpr
/tests enable_tests
21577 wine_fn_config_makefile dlls
/mprapi enable_mprapi
21578 wine_fn_config_makefile dlls
/msacm.dll16 enable_win16
21579 wine_fn_config_makefile dlls
/msacm32.drv enable_msacm32_drv
21580 wine_fn_config_makefile dlls
/msacm32 enable_msacm32
21581 wine_fn_config_makefile dlls
/msacm32
/tests enable_tests
21582 wine_fn_config_makefile dlls
/msado15 enable_msado15
21583 wine_fn_config_makefile dlls
/msado15
/tests enable_tests
21584 wine_fn_config_makefile dlls
/msadp32.acm enable_msadp32_acm
21585 wine_fn_config_makefile dlls
/msasn1 enable_msasn1
21586 wine_fn_config_makefile dlls
/msasn
1/tests enable_tests
21587 wine_fn_config_makefile dlls
/msauddecmft enable_msauddecmft
21588 wine_fn_config_makefile dlls
/mscat32 enable_mscat32
21589 wine_fn_config_makefile dlls
/mscms enable_mscms
21590 wine_fn_config_makefile dlls
/mscms
/tests enable_tests
21591 wine_fn_config_makefile dlls
/mscoree enable_mscoree
21592 wine_fn_config_makefile dlls
/mscoree
/tests enable_tests
21593 wine_fn_config_makefile dlls
/mscorwks enable_mscorwks
21594 wine_fn_config_makefile dlls
/msctf enable_msctf
21595 wine_fn_config_makefile dlls
/msctf
/tests enable_tests
21596 wine_fn_config_makefile dlls
/msctfmonitor enable_msctfmonitor
21597 wine_fn_config_makefile dlls
/msctfp enable_msctfp
21598 wine_fn_config_makefile dlls
/msdaps enable_msdaps
21599 wine_fn_config_makefile dlls
/msdasql enable_msdasql
21600 wine_fn_config_makefile dlls
/msdasql
/tests enable_tests
21601 wine_fn_config_makefile dlls
/msdelta enable_msdelta
21602 wine_fn_config_makefile dlls
/msdmo enable_msdmo
21603 wine_fn_config_makefile dlls
/msdmo
/tests enable_tests
21604 wine_fn_config_makefile dlls
/msdrm enable_msdrm
21605 wine_fn_config_makefile dlls
/msftedit enable_msftedit
21606 wine_fn_config_makefile dlls
/msftedit
/tests enable_tests
21607 wine_fn_config_makefile dlls
/msg711.acm enable_msg711_acm
21608 wine_fn_config_makefile dlls
/msgsm32.acm enable_msgsm32_acm
21609 wine_fn_config_makefile dlls
/mshtml.tlb enable_mshtml_tlb
21610 wine_fn_config_makefile dlls
/mshtml enable_mshtml
21611 wine_fn_config_makefile dlls
/mshtml
/tests enable_tests
21612 wine_fn_config_makefile dlls
/msi enable_msi
21613 wine_fn_config_makefile dlls
/msi
/tests enable_tests
21614 wine_fn_config_makefile dlls
/msident enable_msident
21615 wine_fn_config_makefile dlls
/msimg32 enable_msimg32
21616 wine_fn_config_makefile dlls
/msimsg enable_msimsg
21617 wine_fn_config_makefile dlls
/msimtf enable_msimtf
21618 wine_fn_config_makefile dlls
/msisip enable_msisip
21619 wine_fn_config_makefile dlls
/msisys.ocx enable_msisys_ocx
21620 wine_fn_config_makefile dlls
/msls31 enable_msls31
21621 wine_fn_config_makefile dlls
/msmpeg2vdec enable_msmpeg2vdec
21622 wine_fn_config_makefile dlls
/msnet32 enable_msnet32
21623 wine_fn_config_makefile dlls
/mspatcha enable_mspatcha
21624 wine_fn_config_makefile dlls
/mspatcha
/tests enable_tests
21625 wine_fn_config_makefile dlls
/msports enable_msports
21626 wine_fn_config_makefile dlls
/msrle32 enable_msrle32
21627 wine_fn_config_makefile dlls
/msrle32
/tests enable_tests
21628 wine_fn_config_makefile dlls
/msscript.ocx enable_msscript_ocx
21629 wine_fn_config_makefile dlls
/msscript.ocx
/tests enable_tests
21630 wine_fn_config_makefile dlls
/mssign32 enable_mssign32
21631 wine_fn_config_makefile dlls
/mssip32 enable_mssip32
21632 wine_fn_config_makefile dlls
/mstask enable_mstask
21633 wine_fn_config_makefile dlls
/mstask
/tests enable_tests
21634 wine_fn_config_makefile dlls
/msv1_0 enable_msv1_0
21635 wine_fn_config_makefile dlls
/msvcirt enable_msvcirt
21636 wine_fn_config_makefile dlls
/msvcirt
/tests enable_tests
21637 wine_fn_config_makefile dlls
/msvcm80 enable_msvcm80
21638 wine_fn_config_makefile dlls
/msvcm90 enable_msvcm90
21639 wine_fn_config_makefile dlls
/msvcp100 enable_msvcp100
21640 wine_fn_config_makefile dlls
/msvcp100
/tests enable_tests
21641 wine_fn_config_makefile dlls
/msvcp110 enable_msvcp110
21642 wine_fn_config_makefile dlls
/msvcp110
/tests enable_tests
21643 wine_fn_config_makefile dlls
/msvcp120 enable_msvcp120
21644 wine_fn_config_makefile dlls
/msvcp120
/tests enable_tests
21645 wine_fn_config_makefile dlls
/msvcp120_app enable_msvcp120_app
21646 wine_fn_config_makefile dlls
/msvcp140 enable_msvcp140
21647 wine_fn_config_makefile dlls
/msvcp140
/tests enable_tests
21648 wine_fn_config_makefile dlls
/msvcp140_1 enable_msvcp140_1
21649 wine_fn_config_makefile dlls
/msvcp140_
1/tests enable_tests
21650 wine_fn_config_makefile dlls
/msvcp140_2 enable_msvcp140_2
21651 wine_fn_config_makefile dlls
/msvcp140_atomic_wait enable_msvcp140_atomic_wait
21652 wine_fn_config_makefile dlls
/msvcp140_atomic_wait
/tests enable_tests
21653 wine_fn_config_makefile dlls
/msvcp60 enable_msvcp60
21654 wine_fn_config_makefile dlls
/msvcp60
/tests enable_tests
21655 wine_fn_config_makefile dlls
/msvcp70 enable_msvcp70
21656 wine_fn_config_makefile dlls
/msvcp71 enable_msvcp71
21657 wine_fn_config_makefile dlls
/msvcp80 enable_msvcp80
21658 wine_fn_config_makefile dlls
/msvcp90 enable_msvcp90
21659 wine_fn_config_makefile dlls
/msvcp90
/tests enable_tests
21660 wine_fn_config_makefile dlls
/msvcp_win enable_msvcp_win
21661 wine_fn_config_makefile dlls
/msvcr100 enable_msvcr100
21662 wine_fn_config_makefile dlls
/msvcr100
/tests enable_tests
21663 wine_fn_config_makefile dlls
/msvcr110 enable_msvcr110
21664 wine_fn_config_makefile dlls
/msvcr110
/tests enable_tests
21665 wine_fn_config_makefile dlls
/msvcr120 enable_msvcr120
21666 wine_fn_config_makefile dlls
/msvcr120
/tests enable_tests
21667 wine_fn_config_makefile dlls
/msvcr120_app enable_msvcr120_app
21668 wine_fn_config_makefile dlls
/msvcr70 enable_msvcr70
21669 wine_fn_config_makefile dlls
/msvcr70
/tests enable_tests
21670 wine_fn_config_makefile dlls
/msvcr71 enable_msvcr71
21671 wine_fn_config_makefile dlls
/msvcr71
/tests enable_tests
21672 wine_fn_config_makefile dlls
/msvcr80 enable_msvcr80
21673 wine_fn_config_makefile dlls
/msvcr80
/tests enable_tests
21674 wine_fn_config_makefile dlls
/msvcr90 enable_msvcr90
21675 wine_fn_config_makefile dlls
/msvcr90
/tests enable_tests
21676 wine_fn_config_makefile dlls
/msvcrt enable_msvcrt
21677 wine_fn_config_makefile dlls
/msvcrt
/tests enable_tests
21678 wine_fn_config_makefile dlls
/msvcrt20 enable_msvcrt20
21679 wine_fn_config_makefile dlls
/msvcrt40 enable_msvcrt40
21680 wine_fn_config_makefile dlls
/msvcrtd enable_msvcrtd
21681 wine_fn_config_makefile dlls
/msvcrtd
/tests enable_tests
21682 wine_fn_config_makefile dlls
/msvfw32 enable_msvfw32
21683 wine_fn_config_makefile dlls
/msvfw32
/tests enable_tests
21684 wine_fn_config_makefile dlls
/msvidc32 enable_msvidc32
21685 wine_fn_config_makefile dlls
/msvideo.dll16 enable_win16
21686 wine_fn_config_makefile dlls
/mswsock enable_mswsock
21687 wine_fn_config_makefile dlls
/msxml enable_msxml
21688 wine_fn_config_makefile dlls
/msxml2 enable_msxml2
21689 wine_fn_config_makefile dlls
/msxml3 enable_msxml3
21690 wine_fn_config_makefile dlls
/msxml
3/tests enable_tests
21691 wine_fn_config_makefile dlls
/msxml4 enable_msxml4
21692 wine_fn_config_makefile dlls
/msxml6 enable_msxml6
21693 wine_fn_config_makefile dlls
/mtxdm enable_mtxdm
21694 wine_fn_config_makefile dlls
/ncrypt enable_ncrypt
21695 wine_fn_config_makefile dlls
/ncrypt
/tests enable_tests
21696 wine_fn_config_makefile dlls
/nddeapi enable_nddeapi
21697 wine_fn_config_makefile dlls
/ndis.sys enable_ndis_sys
21698 wine_fn_config_makefile dlls
/ndis.sys
/tests enable_tests
21699 wine_fn_config_makefile dlls
/netapi32 enable_netapi32
21700 wine_fn_config_makefile dlls
/netapi32
/tests enable_tests
21701 wine_fn_config_makefile dlls
/netcfgx enable_netcfgx
21702 wine_fn_config_makefile dlls
/netcfgx
/tests enable_tests
21703 wine_fn_config_makefile dlls
/netio.sys enable_netio_sys
21704 wine_fn_config_makefile dlls
/netprofm enable_netprofm
21705 wine_fn_config_makefile dlls
/netprofm
/tests enable_tests
21706 wine_fn_config_makefile dlls
/netutils enable_netutils
21707 wine_fn_config_makefile dlls
/newdev enable_newdev
21708 wine_fn_config_makefile dlls
/ninput enable_ninput
21709 wine_fn_config_makefile dlls
/ninput
/tests enable_tests
21710 wine_fn_config_makefile dlls
/normaliz enable_normaliz
21711 wine_fn_config_makefile dlls
/npmshtml enable_npmshtml
21712 wine_fn_config_makefile dlls
/npptools enable_npptools
21713 wine_fn_config_makefile dlls
/nsi enable_nsi
21714 wine_fn_config_makefile dlls
/nsi
/tests enable_tests
21715 wine_fn_config_makefile dlls
/nsiproxy.sys enable_nsiproxy_sys
21716 wine_fn_config_makefile dlls
/ntdll enable_ntdll
21717 wine_fn_config_makefile dlls
/ntdll
/tests enable_tests
21718 wine_fn_config_makefile dlls
/ntdsapi enable_ntdsapi
21719 wine_fn_config_makefile dlls
/ntdsapi
/tests enable_tests
21720 wine_fn_config_makefile dlls
/ntoskrnl.exe enable_ntoskrnl_exe
21721 wine_fn_config_makefile dlls
/ntoskrnl.exe
/tests enable_tests
21722 wine_fn_config_makefile dlls
/ntprint enable_ntprint
21723 wine_fn_config_makefile dlls
/ntprint
/tests enable_tests
21724 wine_fn_config_makefile dlls
/objsel enable_objsel
21725 wine_fn_config_makefile dlls
/odbc32 enable_odbc32
21726 wine_fn_config_makefile dlls
/odbcbcp enable_odbcbcp
21727 wine_fn_config_makefile dlls
/odbccp32 enable_odbccp32
21728 wine_fn_config_makefile dlls
/odbccp32
/tests enable_tests
21729 wine_fn_config_makefile dlls
/odbccu32 enable_odbccu32
21730 wine_fn_config_makefile dlls
/ole2.dll16 enable_win16
21731 wine_fn_config_makefile dlls
/ole2conv.dll16 enable_win16
21732 wine_fn_config_makefile dlls
/ole2disp.dll16 enable_win16
21733 wine_fn_config_makefile dlls
/ole2nls.dll16 enable_win16
21734 wine_fn_config_makefile dlls
/ole2prox.dll16 enable_win16
21735 wine_fn_config_makefile dlls
/ole2thk.dll16 enable_win16
21736 wine_fn_config_makefile dlls
/ole32 enable_ole32
21737 wine_fn_config_makefile dlls
/ole32
/tests enable_tests
21738 wine_fn_config_makefile dlls
/oleacc enable_oleacc
21739 wine_fn_config_makefile dlls
/oleacc
/tests enable_tests
21740 wine_fn_config_makefile dlls
/oleaut32 enable_oleaut32
21741 wine_fn_config_makefile dlls
/oleaut32
/tests enable_tests
21742 wine_fn_config_makefile dlls
/olecli.dll16 enable_win16
21743 wine_fn_config_makefile dlls
/olecli32 enable_olecli32
21744 wine_fn_config_makefile dlls
/oledb32 enable_oledb32
21745 wine_fn_config_makefile dlls
/oledb32
/tests enable_tests
21746 wine_fn_config_makefile dlls
/oledlg enable_oledlg
21747 wine_fn_config_makefile dlls
/oledlg
/tests enable_tests
21748 wine_fn_config_makefile dlls
/olepro32 enable_olepro32
21749 wine_fn_config_makefile dlls
/olesvr.dll16 enable_win16
21750 wine_fn_config_makefile dlls
/olesvr32 enable_olesvr32
21751 wine_fn_config_makefile dlls
/olethk32 enable_olethk32
21752 wine_fn_config_makefile dlls
/opcservices enable_opcservices
21753 wine_fn_config_makefile dlls
/opcservices
/tests enable_tests
21754 wine_fn_config_makefile dlls
/opencl enable_opencl
21755 wine_fn_config_makefile dlls
/opengl32 enable_opengl32
21756 wine_fn_config_makefile dlls
/opengl32
/tests enable_tests
21757 wine_fn_config_makefile dlls
/packager enable_packager
21758 wine_fn_config_makefile dlls
/packager
/tests enable_tests
21759 wine_fn_config_makefile dlls
/pdh enable_pdh
21760 wine_fn_config_makefile dlls
/pdh
/tests enable_tests
21761 wine_fn_config_makefile dlls
/photometadatahandler enable_photometadatahandler
21762 wine_fn_config_makefile dlls
/pidgen enable_pidgen
21763 wine_fn_config_makefile dlls
/powrprof enable_powrprof
21764 wine_fn_config_makefile dlls
/printui enable_printui
21765 wine_fn_config_makefile dlls
/prntvpt enable_prntvpt
21766 wine_fn_config_makefile dlls
/prntvpt
/tests enable_tests
21767 wine_fn_config_makefile dlls
/propsys enable_propsys
21768 wine_fn_config_makefile dlls
/propsys
/tests enable_tests
21769 wine_fn_config_makefile dlls
/psapi enable_psapi
21770 wine_fn_config_makefile dlls
/psapi
/tests enable_tests
21771 wine_fn_config_makefile dlls
/pstorec enable_pstorec
21772 wine_fn_config_makefile dlls
/pstorec
/tests enable_tests
21773 wine_fn_config_makefile dlls
/pwrshplugin enable_pwrshplugin
21774 wine_fn_config_makefile dlls
/qasf enable_qasf
21775 wine_fn_config_makefile dlls
/qasf
/tests enable_tests
21776 wine_fn_config_makefile dlls
/qcap enable_qcap
21777 wine_fn_config_makefile dlls
/qcap
/tests enable_tests
21778 wine_fn_config_makefile dlls
/qdvd enable_qdvd
21779 wine_fn_config_makefile dlls
/qdvd
/tests enable_tests
21780 wine_fn_config_makefile dlls
/qedit enable_qedit
21781 wine_fn_config_makefile dlls
/qedit
/tests enable_tests
21782 wine_fn_config_makefile dlls
/qmgr enable_qmgr
21783 wine_fn_config_makefile dlls
/qmgr
/tests enable_tests
21784 wine_fn_config_makefile dlls
/qmgrprxy enable_qmgrprxy
21785 wine_fn_config_makefile dlls
/quartz enable_quartz
21786 wine_fn_config_makefile dlls
/quartz
/tests enable_tests
21787 wine_fn_config_makefile dlls
/query enable_query
21788 wine_fn_config_makefile dlls
/qwave enable_qwave
21789 wine_fn_config_makefile dlls
/qwave
/tests enable_tests
21790 wine_fn_config_makefile dlls
/rasapi16.dll16 enable_win16
21791 wine_fn_config_makefile dlls
/rasapi32 enable_rasapi32
21792 wine_fn_config_makefile dlls
/rasapi32
/tests enable_tests
21793 wine_fn_config_makefile dlls
/rasdlg enable_rasdlg
21794 wine_fn_config_makefile dlls
/regapi enable_regapi
21795 wine_fn_config_makefile dlls
/resutils enable_resutils
21796 wine_fn_config_makefile dlls
/riched20 enable_riched20
21797 wine_fn_config_makefile dlls
/riched20
/tests enable_tests
21798 wine_fn_config_makefile dlls
/riched32 enable_riched32
21799 wine_fn_config_makefile dlls
/riched32
/tests enable_tests
21800 wine_fn_config_makefile dlls
/rpcrt4 enable_rpcrt4
21801 wine_fn_config_makefile dlls
/rpcrt
4/tests enable_tests
21802 wine_fn_config_makefile dlls
/rsabase enable_rsabase
21803 wine_fn_config_makefile dlls
/rsaenh enable_rsaenh
21804 wine_fn_config_makefile dlls
/rsaenh
/tests enable_tests
21805 wine_fn_config_makefile dlls
/rstrtmgr enable_rstrtmgr
21806 wine_fn_config_makefile dlls
/rtutils enable_rtutils
21807 wine_fn_config_makefile dlls
/rtworkq enable_rtworkq
21808 wine_fn_config_makefile dlls
/rtworkq
/tests enable_tests
21809 wine_fn_config_makefile dlls
/samlib enable_samlib
21810 wine_fn_config_makefile dlls
/sane.ds enable_sane_ds
21811 wine_fn_config_makefile dlls
/sapi enable_sapi
21812 wine_fn_config_makefile dlls
/sapi
/tests enable_tests
21813 wine_fn_config_makefile dlls
/sas enable_sas
21814 wine_fn_config_makefile dlls
/scarddlg enable_scarddlg
21815 wine_fn_config_makefile dlls
/scardsvr enable_scardsvr
21816 wine_fn_config_makefile dlls
/sccbase enable_sccbase
21817 wine_fn_config_makefile dlls
/schannel enable_schannel
21818 wine_fn_config_makefile dlls
/schannel
/tests enable_tests
21819 wine_fn_config_makefile dlls
/schedsvc enable_schedsvc
21820 wine_fn_config_makefile dlls
/schedsvc
/tests enable_tests
21821 wine_fn_config_makefile dlls
/scrobj enable_scrobj
21822 wine_fn_config_makefile dlls
/scrobj
/tests enable_tests
21823 wine_fn_config_makefile dlls
/scrrun enable_scrrun
21824 wine_fn_config_makefile dlls
/scrrun
/tests enable_tests
21825 wine_fn_config_makefile dlls
/scsiport.sys enable_scsiport_sys
21826 wine_fn_config_makefile dlls
/sechost enable_sechost
21827 wine_fn_config_makefile dlls
/secur32 enable_secur32
21828 wine_fn_config_makefile dlls
/secur32
/tests enable_tests
21829 wine_fn_config_makefile dlls
/security enable_security
21830 wine_fn_config_makefile dlls
/sensapi enable_sensapi
21831 wine_fn_config_makefile dlls
/serialui enable_serialui
21832 wine_fn_config_makefile dlls
/serialui
/tests enable_tests
21833 wine_fn_config_makefile dlls
/setupapi enable_setupapi
21834 wine_fn_config_makefile dlls
/setupapi
/tests enable_tests
21835 wine_fn_config_makefile dlls
/setupx.dll16 enable_win16
21836 wine_fn_config_makefile dlls
/sfc enable_sfc
21837 wine_fn_config_makefile dlls
/sfc_os enable_sfc_os
21838 wine_fn_config_makefile dlls
/shcore enable_shcore
21839 wine_fn_config_makefile dlls
/shcore
/tests enable_tests
21840 wine_fn_config_makefile dlls
/shdoclc enable_shdoclc
21841 wine_fn_config_makefile dlls
/shdocvw enable_shdocvw
21842 wine_fn_config_makefile dlls
/shdocvw
/tests enable_tests
21843 wine_fn_config_makefile dlls
/shell.dll16 enable_win16
21844 wine_fn_config_makefile dlls
/shell32 enable_shell32
21845 wine_fn_config_makefile dlls
/shell32
/tests enable_tests
21846 wine_fn_config_makefile dlls
/shfolder enable_shfolder
21847 wine_fn_config_makefile dlls
/shlwapi enable_shlwapi
21848 wine_fn_config_makefile dlls
/shlwapi
/tests enable_tests
21849 wine_fn_config_makefile dlls
/slbcsp enable_slbcsp
21850 wine_fn_config_makefile dlls
/slc enable_slc
21851 wine_fn_config_makefile dlls
/slc
/tests enable_tests
21852 wine_fn_config_makefile dlls
/snmpapi enable_snmpapi
21853 wine_fn_config_makefile dlls
/snmpapi
/tests enable_tests
21854 wine_fn_config_makefile dlls
/softpub enable_softpub
21855 wine_fn_config_makefile dlls
/sound.drv16 enable_win16
21856 wine_fn_config_makefile dlls
/spoolss enable_spoolss
21857 wine_fn_config_makefile dlls
/spoolss
/tests enable_tests
21858 wine_fn_config_makefile dlls
/sppc enable_sppc
21859 wine_fn_config_makefile dlls
/srclient enable_srclient
21860 wine_fn_config_makefile dlls
/srvcli enable_srvcli
21861 wine_fn_config_makefile dlls
/sspicli enable_sspicli
21862 wine_fn_config_makefile dlls
/stdole2.tlb enable_stdole2_tlb
21863 wine_fn_config_makefile dlls
/stdole32.tlb enable_stdole32_tlb
21864 wine_fn_config_makefile dlls
/sti enable_sti
21865 wine_fn_config_makefile dlls
/sti
/tests enable_tests
21866 wine_fn_config_makefile dlls
/storage.dll16 enable_win16
21867 wine_fn_config_makefile dlls
/stress.dll16 enable_win16
21868 wine_fn_config_makefile dlls
/strmdll enable_strmdll
21869 wine_fn_config_makefile dlls
/svrapi enable_svrapi
21870 wine_fn_config_makefile dlls
/sxs enable_sxs
21871 wine_fn_config_makefile dlls
/sxs
/tests enable_tests
21872 wine_fn_config_makefile dlls
/system.drv16 enable_win16
21873 wine_fn_config_makefile dlls
/t2embed enable_t2embed
21874 wine_fn_config_makefile dlls
/t2embed
/tests enable_tests
21875 wine_fn_config_makefile dlls
/tapi32 enable_tapi32
21876 wine_fn_config_makefile dlls
/tapi32
/tests enable_tests
21877 wine_fn_config_makefile dlls
/taskschd enable_taskschd
21878 wine_fn_config_makefile dlls
/taskschd
/tests enable_tests
21879 wine_fn_config_makefile dlls
/tbs enable_tbs
21880 wine_fn_config_makefile dlls
/tdh enable_tdh
21881 wine_fn_config_makefile dlls
/tdi.sys enable_tdi_sys
21882 wine_fn_config_makefile dlls
/threadpoolwinrt enable_threadpoolwinrt
21883 wine_fn_config_makefile dlls
/threadpoolwinrt
/tests enable_tests
21884 wine_fn_config_makefile dlls
/toolhelp.dll16 enable_win16
21885 wine_fn_config_makefile dlls
/traffic enable_traffic
21886 wine_fn_config_makefile dlls
/twain.dll16 enable_win16
21887 wine_fn_config_makefile dlls
/twain_32 enable_twain_32
21888 wine_fn_config_makefile dlls
/twain_32
/tests enable_tests
21889 wine_fn_config_makefile dlls
/twinapi.appcore enable_twinapi_appcore
21890 wine_fn_config_makefile dlls
/typelib.dll16 enable_win16
21891 wine_fn_config_makefile dlls
/tzres enable_tzres
21892 wine_fn_config_makefile dlls
/ucrtbase enable_ucrtbase
21893 wine_fn_config_makefile dlls
/ucrtbase
/tests enable_tests
21894 wine_fn_config_makefile dlls
/uianimation enable_uianimation
21895 wine_fn_config_makefile dlls
/uianimation
/tests enable_tests
21896 wine_fn_config_makefile dlls
/uiautomationcore enable_uiautomationcore
21897 wine_fn_config_makefile dlls
/uiautomationcore
/tests enable_tests
21898 wine_fn_config_makefile dlls
/uiribbon enable_uiribbon
21899 wine_fn_config_makefile dlls
/unicows enable_unicows
21900 wine_fn_config_makefile dlls
/updspapi enable_updspapi
21901 wine_fn_config_makefile dlls
/url enable_url
21902 wine_fn_config_makefile dlls
/urlmon enable_urlmon
21903 wine_fn_config_makefile dlls
/urlmon
/tests enable_tests
21904 wine_fn_config_makefile dlls
/usbd.sys enable_usbd_sys
21905 wine_fn_config_makefile dlls
/user.exe16 enable_win16
21906 wine_fn_config_makefile dlls
/user32 enable_user32
21907 wine_fn_config_makefile dlls
/user32
/tests enable_tests
21908 wine_fn_config_makefile dlls
/userenv enable_userenv
21909 wine_fn_config_makefile dlls
/userenv
/tests enable_tests
21910 wine_fn_config_makefile dlls
/usp10 enable_usp10
21911 wine_fn_config_makefile dlls
/usp10
/tests enable_tests
21912 wine_fn_config_makefile dlls
/utildll enable_utildll
21913 wine_fn_config_makefile dlls
/uxtheme enable_uxtheme
21914 wine_fn_config_makefile dlls
/uxtheme
/tests enable_tests
21915 wine_fn_config_makefile dlls
/vbscript enable_vbscript
21916 wine_fn_config_makefile dlls
/vbscript
/tests enable_tests
21917 wine_fn_config_makefile dlls
/vcomp enable_vcomp
21918 wine_fn_config_makefile dlls
/vcomp
/tests enable_tests
21919 wine_fn_config_makefile dlls
/vcomp100 enable_vcomp100
21920 wine_fn_config_makefile dlls
/vcomp110 enable_vcomp110
21921 wine_fn_config_makefile dlls
/vcomp110
/tests enable_tests
21922 wine_fn_config_makefile dlls
/vcomp120 enable_vcomp120
21923 wine_fn_config_makefile dlls
/vcomp140 enable_vcomp140
21924 wine_fn_config_makefile dlls
/vcomp90 enable_vcomp90
21925 wine_fn_config_makefile dlls
/vcruntime140 enable_vcruntime140
21926 wine_fn_config_makefile dlls
/vcruntime140_1 enable_vcruntime140_1
21927 wine_fn_config_makefile dlls
/vdhcp.vxd enable_win16
21928 wine_fn_config_makefile dlls
/vdmdbg enable_vdmdbg
21929 wine_fn_config_makefile dlls
/ver.dll16 enable_win16
21930 wine_fn_config_makefile dlls
/version enable_version
21931 wine_fn_config_makefile dlls
/version
/tests enable_tests
21932 wine_fn_config_makefile dlls
/vga enable_vga
21933 wine_fn_config_makefile dlls
/virtdisk enable_virtdisk
21934 wine_fn_config_makefile dlls
/virtdisk
/tests enable_tests
21935 wine_fn_config_makefile dlls
/vmm.vxd enable_win16
21936 wine_fn_config_makefile dlls
/vnbt.vxd enable_win16
21937 wine_fn_config_makefile dlls
/vnetbios.vxd enable_win16
21938 wine_fn_config_makefile dlls
/vssapi enable_vssapi
21939 wine_fn_config_makefile dlls
/vtdapi.vxd enable_win16
21940 wine_fn_config_makefile dlls
/vulkan-1 enable_vulkan_1
21941 wine_fn_config_makefile dlls
/vulkan-
1/tests enable_tests
21942 wine_fn_config_makefile dlls
/vwin32.vxd enable_win16
21943 wine_fn_config_makefile dlls
/w32skrnl enable_win16
21944 wine_fn_config_makefile dlls
/w32sys.dll16 enable_win16
21945 wine_fn_config_makefile dlls
/wbemdisp enable_wbemdisp
21946 wine_fn_config_makefile dlls
/wbemdisp
/tests enable_tests
21947 wine_fn_config_makefile dlls
/wbemprox enable_wbemprox
21948 wine_fn_config_makefile dlls
/wbemprox
/tests enable_tests
21949 wine_fn_config_makefile dlls
/wdscore enable_wdscore
21950 wine_fn_config_makefile dlls
/webservices enable_webservices
21951 wine_fn_config_makefile dlls
/webservices
/tests enable_tests
21952 wine_fn_config_makefile dlls
/websocket enable_websocket
21953 wine_fn_config_makefile dlls
/wer enable_wer
21954 wine_fn_config_makefile dlls
/wer
/tests enable_tests
21955 wine_fn_config_makefile dlls
/wevtapi enable_wevtapi
21956 wine_fn_config_makefile dlls
/wevtapi
/tests enable_tests
21957 wine_fn_config_makefile dlls
/wevtsvc enable_wevtsvc
21958 wine_fn_config_makefile dlls
/wiaservc enable_wiaservc
21959 wine_fn_config_makefile dlls
/wiaservc
/tests enable_tests
21960 wine_fn_config_makefile dlls
/wimgapi enable_wimgapi
21961 wine_fn_config_makefile dlls
/win32s16.dll16 enable_win16
21962 wine_fn_config_makefile dlls
/win32u enable_win32u
21963 wine_fn_config_makefile dlls
/win32u
/tests enable_tests
21964 wine_fn_config_makefile dlls
/win87em.dll16 enable_win16
21965 wine_fn_config_makefile dlls
/winaspi.dll16 enable_win16
21966 wine_fn_config_makefile dlls
/windebug.dll16 enable_win16
21967 wine_fn_config_makefile dlls
/windows.devices.enumeration enable_windows_devices_enumeration
21968 wine_fn_config_makefile dlls
/windows.devices.enumeration
/tests enable_tests
21969 wine_fn_config_makefile dlls
/windows.gaming.input enable_windows_gaming_input
21970 wine_fn_config_makefile dlls
/windows.gaming.input
/tests enable_tests
21971 wine_fn_config_makefile dlls
/windows.gaming.ui.gamebar enable_windows_gaming_ui_gamebar
21972 wine_fn_config_makefile dlls
/windows.gaming.ui.gamebar
/tests enable_tests
21973 wine_fn_config_makefile dlls
/windows.globalization enable_windows_globalization
21974 wine_fn_config_makefile dlls
/windows.globalization
/tests enable_tests
21975 wine_fn_config_makefile dlls
/windows.media.devices enable_windows_media_devices
21976 wine_fn_config_makefile dlls
/windows.media.devices
/tests enable_tests
21977 wine_fn_config_makefile dlls
/windows.media.speech enable_windows_media_speech
21978 wine_fn_config_makefile dlls
/windows.media.speech
/tests enable_tests
21979 wine_fn_config_makefile dlls
/windows.media enable_windows_media
21980 wine_fn_config_makefile dlls
/windows.media
/tests enable_tests
21981 wine_fn_config_makefile dlls
/windows.networking enable_windows_networking
21982 wine_fn_config_makefile dlls
/windows.perception.stub enable_windows_perception_stub
21983 wine_fn_config_makefile dlls
/windows.perception.stub
/tests enable_tests
21984 wine_fn_config_makefile dlls
/windows.system.profile.systemmanufacturers enable_windows_system_profile_systemmanufacturers
21985 wine_fn_config_makefile dlls
/windows.system.profile.systemmanufacturers
/tests enable_tests
21986 wine_fn_config_makefile dlls
/windows.ui enable_windows_ui
21987 wine_fn_config_makefile dlls
/windows.ui
/tests enable_tests
21988 wine_fn_config_makefile dlls
/windowscodecs enable_windowscodecs
21989 wine_fn_config_makefile dlls
/windowscodecs
/tests enable_tests
21990 wine_fn_config_makefile dlls
/windowscodecsext enable_windowscodecsext
21991 wine_fn_config_makefile dlls
/windowscodecsext
/tests enable_tests
21992 wine_fn_config_makefile dlls
/winealsa.drv enable_winealsa_drv
21993 wine_fn_config_makefile dlls
/wineandroid.drv enable_wineandroid_drv
21994 wine_fn_config_makefile dlls
/winebus.sys enable_winebus_sys
21995 wine_fn_config_makefile dlls
/winecoreaudio.drv enable_winecoreaudio_drv
21996 wine_fn_config_makefile dlls
/winecrt0 enable_winecrt0
21997 wine_fn_config_makefile dlls
/wined3d enable_wined3d
21998 wine_fn_config_makefile dlls
/winegstreamer enable_winegstreamer
21999 wine_fn_config_makefile dlls
/winehid.sys enable_winehid_sys
22000 wine_fn_config_makefile dlls
/winemac.drv enable_winemac_drv
22001 wine_fn_config_makefile dlls
/winemapi enable_winemapi
22002 wine_fn_config_makefile dlls
/wineoss.drv enable_wineoss_drv
22003 wine_fn_config_makefile dlls
/wineps.drv enable_wineps_drv
22004 wine_fn_config_makefile dlls
/wineps16.drv16 enable_win16
22005 wine_fn_config_makefile dlls
/winepulse.drv enable_winepulse_drv
22006 wine_fn_config_makefile dlls
/wineusb.sys enable_wineusb_sys
22007 wine_fn_config_makefile dlls
/winevulkan enable_winevulkan
22008 wine_fn_config_makefile dlls
/winewayland.drv enable_winewayland_drv
22009 wine_fn_config_makefile dlls
/winex11.drv enable_winex11_drv
22010 wine_fn_config_makefile dlls
/winexinput.sys enable_winexinput_sys
22011 wine_fn_config_makefile dlls
/wing.dll16 enable_win16
22012 wine_fn_config_makefile dlls
/wing32 enable_wing32
22013 wine_fn_config_makefile dlls
/winhttp enable_winhttp
22014 wine_fn_config_makefile dlls
/winhttp
/tests enable_tests
22015 wine_fn_config_makefile dlls
/wininet enable_wininet
22016 wine_fn_config_makefile dlls
/wininet
/tests enable_tests
22017 wine_fn_config_makefile dlls
/winmm enable_winmm
22018 wine_fn_config_makefile dlls
/winmm
/tests enable_tests
22019 wine_fn_config_makefile dlls
/winnls.dll16 enable_win16
22020 wine_fn_config_makefile dlls
/winnls32 enable_winnls32
22021 wine_fn_config_makefile dlls
/winprint enable_winprint
22022 wine_fn_config_makefile dlls
/winscard enable_winscard
22023 wine_fn_config_makefile dlls
/winscard
/tests enable_tests
22024 wine_fn_config_makefile dlls
/winsock.dll16 enable_win16
22025 wine_fn_config_makefile dlls
/winspool.drv enable_winspool_drv
22026 wine_fn_config_makefile dlls
/winspool.drv
/tests enable_tests
22027 wine_fn_config_makefile dlls
/winsta enable_winsta
22028 wine_fn_config_makefile dlls
/wintab.dll16 enable_win16
22029 wine_fn_config_makefile dlls
/wintab32 enable_wintab32
22030 wine_fn_config_makefile dlls
/wintab32
/tests enable_tests
22031 wine_fn_config_makefile dlls
/wintrust enable_wintrust
22032 wine_fn_config_makefile dlls
/wintrust
/tests enable_tests
22033 wine_fn_config_makefile dlls
/wintypes enable_wintypes
22034 wine_fn_config_makefile dlls
/wintypes
/tests enable_tests
22035 wine_fn_config_makefile dlls
/winusb enable_winusb
22036 wine_fn_config_makefile dlls
/wlanapi enable_wlanapi
22037 wine_fn_config_makefile dlls
/wlanapi
/tests enable_tests
22038 wine_fn_config_makefile dlls
/wlanui enable_wlanui
22039 wine_fn_config_makefile dlls
/wldap32 enable_wldap32
22040 wine_fn_config_makefile dlls
/wldap32
/tests enable_tests
22041 wine_fn_config_makefile dlls
/wmasf enable_wmasf
22042 wine_fn_config_makefile dlls
/wmi enable_wmi
22043 wine_fn_config_makefile dlls
/wmiutils enable_wmiutils
22044 wine_fn_config_makefile dlls
/wmiutils
/tests enable_tests
22045 wine_fn_config_makefile dlls
/wmp enable_wmp
22046 wine_fn_config_makefile dlls
/wmp
/tests enable_tests
22047 wine_fn_config_makefile dlls
/wmphoto enable_wmphoto
22048 wine_fn_config_makefile dlls
/wmvcore enable_wmvcore
22049 wine_fn_config_makefile dlls
/wmvcore
/tests enable_tests
22050 wine_fn_config_makefile dlls
/wnaspi32 enable_wnaspi32
22051 wine_fn_config_makefile dlls
/wofutil enable_wofutil
22052 wine_fn_config_makefile dlls
/wow32 enable_win16
22053 wine_fn_config_makefile dlls
/wow64 enable_wow64
22054 wine_fn_config_makefile dlls
/wow64cpu enable_wow64cpu
22055 wine_fn_config_makefile dlls
/wow64win enable_wow64win
22056 wine_fn_config_makefile dlls
/wpc enable_wpc
22057 wine_fn_config_makefile dlls
/wpc
/tests enable_tests
22058 wine_fn_config_makefile dlls
/wpcap enable_wpcap
22059 wine_fn_config_makefile dlls
/wpcap
/tests enable_tests
22060 wine_fn_config_makefile dlls
/ws2_32 enable_ws2_32
22061 wine_fn_config_makefile dlls
/ws2_32
/tests enable_tests
22062 wine_fn_config_makefile dlls
/wsdapi enable_wsdapi
22063 wine_fn_config_makefile dlls
/wsdapi
/tests enable_tests
22064 wine_fn_config_makefile dlls
/wshom.ocx enable_wshom_ocx
22065 wine_fn_config_makefile dlls
/wshom.ocx
/tests enable_tests
22066 wine_fn_config_makefile dlls
/wsnmp32 enable_wsnmp32
22067 wine_fn_config_makefile dlls
/wsnmp32
/tests enable_tests
22068 wine_fn_config_makefile dlls
/wsock32 enable_wsock32
22069 wine_fn_config_makefile dlls
/wtsapi32 enable_wtsapi32
22070 wine_fn_config_makefile dlls
/wtsapi32
/tests enable_tests
22071 wine_fn_config_makefile dlls
/wuapi enable_wuapi
22072 wine_fn_config_makefile dlls
/wuaueng enable_wuaueng
22073 wine_fn_config_makefile dlls
/x3daudio1_0 enable_x3daudio1_0
22074 wine_fn_config_makefile dlls
/x3daudio1_1 enable_x3daudio1_1
22075 wine_fn_config_makefile dlls
/x3daudio1_2 enable_x3daudio1_2
22076 wine_fn_config_makefile dlls
/x3daudio1_3 enable_x3daudio1_3
22077 wine_fn_config_makefile dlls
/x3daudio1_4 enable_x3daudio1_4
22078 wine_fn_config_makefile dlls
/x3daudio1_5 enable_x3daudio1_5
22079 wine_fn_config_makefile dlls
/x3daudio1_6 enable_x3daudio1_6
22080 wine_fn_config_makefile dlls
/x3daudio1_7 enable_x3daudio1_7
22081 wine_fn_config_makefile dlls
/xactengine2_0 enable_xactengine2_0
22082 wine_fn_config_makefile dlls
/xactengine2_4 enable_xactengine2_4
22083 wine_fn_config_makefile dlls
/xactengine2_7 enable_xactengine2_7
22084 wine_fn_config_makefile dlls
/xactengine2_9 enable_xactengine2_9
22085 wine_fn_config_makefile dlls
/xactengine3_0 enable_xactengine3_0
22086 wine_fn_config_makefile dlls
/xactengine3_1 enable_xactengine3_1
22087 wine_fn_config_makefile dlls
/xactengine3_2 enable_xactengine3_2
22088 wine_fn_config_makefile dlls
/xactengine3_3 enable_xactengine3_3
22089 wine_fn_config_makefile dlls
/xactengine3_4 enable_xactengine3_4
22090 wine_fn_config_makefile dlls
/xactengine3_5 enable_xactengine3_5
22091 wine_fn_config_makefile dlls
/xactengine3_6 enable_xactengine3_6
22092 wine_fn_config_makefile dlls
/xactengine3_7 enable_xactengine3_7
22093 wine_fn_config_makefile dlls
/xactengine3_
7/tests enable_tests
22094 wine_fn_config_makefile dlls
/xapofx1_1 enable_xapofx1_1
22095 wine_fn_config_makefile dlls
/xapofx1_2 enable_xapofx1_2
22096 wine_fn_config_makefile dlls
/xapofx1_3 enable_xapofx1_3
22097 wine_fn_config_makefile dlls
/xapofx1_4 enable_xapofx1_4
22098 wine_fn_config_makefile dlls
/xapofx1_5 enable_xapofx1_5
22099 wine_fn_config_makefile dlls
/xaudio2_0 enable_xaudio2_0
22100 wine_fn_config_makefile dlls
/xaudio2_1 enable_xaudio2_1
22101 wine_fn_config_makefile dlls
/xaudio2_2 enable_xaudio2_2
22102 wine_fn_config_makefile dlls
/xaudio2_3 enable_xaudio2_3
22103 wine_fn_config_makefile dlls
/xaudio2_4 enable_xaudio2_4
22104 wine_fn_config_makefile dlls
/xaudio2_5 enable_xaudio2_5
22105 wine_fn_config_makefile dlls
/xaudio2_6 enable_xaudio2_6
22106 wine_fn_config_makefile dlls
/xaudio2_7 enable_xaudio2_7
22107 wine_fn_config_makefile dlls
/xaudio2_
7/tests enable_tests
22108 wine_fn_config_makefile dlls
/xaudio2_8 enable_xaudio2_8
22109 wine_fn_config_makefile dlls
/xaudio2_
8/tests enable_tests
22110 wine_fn_config_makefile dlls
/xaudio2_9 enable_xaudio2_9
22111 wine_fn_config_makefile dlls
/xinput1_1 enable_xinput1_1
22112 wine_fn_config_makefile dlls
/xinput1_2 enable_xinput1_2
22113 wine_fn_config_makefile dlls
/xinput1_3 enable_xinput1_3
22114 wine_fn_config_makefile dlls
/xinput1_
3/tests enable_tests
22115 wine_fn_config_makefile dlls
/xinput1_4 enable_xinput1_4
22116 wine_fn_config_makefile dlls
/xinput9_1_0 enable_xinput9_1_0
22117 wine_fn_config_makefile dlls
/xinputuap enable_xinputuap
22118 wine_fn_config_makefile dlls
/xmllite enable_xmllite
22119 wine_fn_config_makefile dlls
/xmllite
/tests enable_tests
22120 wine_fn_config_makefile dlls
/xolehlp enable_xolehlp
22121 wine_fn_config_makefile dlls
/xpsprint enable_xpsprint
22122 wine_fn_config_makefile dlls
/xpssvcs enable_xpssvcs
22123 wine_fn_config_makefile fonts enable_fonts
22124 wine_fn_config_makefile include enable_include
22125 wine_fn_config_makefile libs
/adsiid enable_adsiid
22126 wine_fn_config_makefile libs
/dmoguids enable_dmoguids
22127 wine_fn_config_makefile libs
/dxerr8 enable_dxerr8
22128 wine_fn_config_makefile libs
/dxerr9 enable_dxerr9
22129 wine_fn_config_makefile libs
/dxguid enable_dxguid
22130 wine_fn_config_makefile libs
/faudio enable_faudio
22131 wine_fn_config_makefile libs
/gsm enable_gsm
22132 wine_fn_config_makefile libs
/jpeg enable_jpeg
22133 wine_fn_config_makefile libs
/jxr enable_jxr
22134 wine_fn_config_makefile libs
/lcms2 enable_lcms2
22135 wine_fn_config_makefile libs
/ldap enable_ldap
22136 wine_fn_config_makefile libs
/mfuuid enable_mfuuid
22137 wine_fn_config_makefile libs
/mpg123 enable_mpg123
22138 wine_fn_config_makefile libs
/musl enable_musl
22139 wine_fn_config_makefile libs
/png enable_png
22140 wine_fn_config_makefile libs
/strmbase enable_strmbase
22141 wine_fn_config_makefile libs
/strmiids enable_strmiids
22142 wine_fn_config_makefile libs
/tiff enable_tiff
22143 wine_fn_config_makefile libs
/uuid enable_uuid
22144 wine_fn_config_makefile libs
/vkd3d enable_vkd3d
22145 wine_fn_config_makefile libs
/wbemuuid enable_wbemuuid
22146 wine_fn_config_makefile libs
/wmcodecdspuuid enable_wmcodecdspuuid
22147 wine_fn_config_makefile libs
/xml2 enable_xml2
22148 wine_fn_config_makefile libs
/xslt enable_xslt
22149 wine_fn_config_makefile libs
/zlib enable_zlib
22150 wine_fn_config_makefile libs
/zydis enable_zydis
22151 wine_fn_config_makefile loader enable_loader
22152 wine_fn_config_makefile nls enable_nls
22153 wine_fn_config_makefile po enable_po
22154 wine_fn_config_makefile programs
/arp enable_arp
22155 wine_fn_config_makefile programs
/aspnet_regiis enable_aspnet_regiis
22156 wine_fn_config_makefile programs
/attrib enable_attrib
22157 wine_fn_config_makefile programs
/cabarc enable_cabarc
22158 wine_fn_config_makefile programs
/cacls enable_cacls
22159 wine_fn_config_makefile programs
/certutil enable_certutil
22160 wine_fn_config_makefile programs
/chcp.com enable_chcp_com
22161 wine_fn_config_makefile programs
/clock enable_clock
22162 wine_fn_config_makefile programs
/cmd enable_cmd
22163 wine_fn_config_makefile programs
/cmd
/tests enable_tests
22164 wine_fn_config_makefile programs
/conhost enable_conhost
22165 wine_fn_config_makefile programs
/conhost
/tests enable_tests
22166 wine_fn_config_makefile programs
/control enable_control
22167 wine_fn_config_makefile programs
/cscript enable_cscript
22168 wine_fn_config_makefile programs
/dism enable_dism
22169 wine_fn_config_makefile programs
/dllhost enable_dllhost
22170 wine_fn_config_makefile programs
/dplaysvr enable_dplaysvr
22171 wine_fn_config_makefile programs
/dpnsvr enable_dpnsvr
22172 wine_fn_config_makefile programs
/dpvsetup enable_dpvsetup
22173 wine_fn_config_makefile programs
/dxdiag enable_dxdiag
22174 wine_fn_config_makefile programs
/eject enable_eject
22175 wine_fn_config_makefile programs
/expand enable_expand
22176 wine_fn_config_makefile programs
/explorer enable_explorer
22177 wine_fn_config_makefile programs
/explorer
/tests enable_tests
22178 wine_fn_config_makefile programs
/extrac32 enable_extrac32
22179 wine_fn_config_makefile programs
/fc enable_fc
22180 wine_fn_config_makefile programs
/find enable_find
22181 wine_fn_config_makefile programs
/find
/tests enable_tests
22182 wine_fn_config_makefile programs
/findstr enable_findstr
22183 wine_fn_config_makefile programs
/findstr
/tests enable_tests
22184 wine_fn_config_makefile programs
/fsutil enable_fsutil
22185 wine_fn_config_makefile programs
/fsutil
/tests enable_tests
22186 wine_fn_config_makefile programs
/hh enable_hh
22187 wine_fn_config_makefile programs
/hostname enable_hostname
22188 wine_fn_config_makefile programs
/icacls enable_icacls
22189 wine_fn_config_makefile programs
/icinfo enable_icinfo
22190 wine_fn_config_makefile programs
/iexplore enable_iexplore
22191 wine_fn_config_makefile programs
/ipconfig enable_ipconfig
22192 wine_fn_config_makefile programs
/lodctr enable_lodctr
22193 wine_fn_config_makefile programs
/mofcomp enable_mofcomp
22194 wine_fn_config_makefile programs
/mshta enable_mshta
22195 wine_fn_config_makefile programs
/msidb enable_msidb
22196 wine_fn_config_makefile programs
/msiexec enable_msiexec
22197 wine_fn_config_makefile programs
/msinfo32 enable_msinfo32
22198 wine_fn_config_makefile programs
/net enable_net
22199 wine_fn_config_makefile programs
/netsh enable_netsh
22200 wine_fn_config_makefile programs
/netstat enable_netstat
22201 wine_fn_config_makefile programs
/ngen enable_ngen
22202 wine_fn_config_makefile programs
/notepad enable_notepad
22203 wine_fn_config_makefile programs
/oleview enable_oleview
22204 wine_fn_config_makefile programs
/ping enable_ping
22205 wine_fn_config_makefile programs
/plugplay enable_plugplay
22206 wine_fn_config_makefile programs
/powershell enable_powershell
22207 wine_fn_config_makefile programs
/presentationfontcache enable_presentationfontcache
22208 wine_fn_config_makefile programs
/progman enable_progman
22209 wine_fn_config_makefile programs
/reg enable_reg
22210 wine_fn_config_makefile programs
/reg
/tests enable_tests
22211 wine_fn_config_makefile programs
/regasm enable_regasm
22212 wine_fn_config_makefile programs
/regedit enable_regedit
22213 wine_fn_config_makefile programs
/regedit
/tests enable_tests
22214 wine_fn_config_makefile programs
/regini enable_regini
22215 wine_fn_config_makefile programs
/regsvcs enable_regsvcs
22216 wine_fn_config_makefile programs
/regsvr32 enable_regsvr32
22217 wine_fn_config_makefile programs
/robocopy enable_robocopy
22218 wine_fn_config_makefile programs
/rpcss enable_rpcss
22219 wine_fn_config_makefile programs
/rundll.exe16 enable_win16
22220 wine_fn_config_makefile programs
/rundll32 enable_rundll32
22221 wine_fn_config_makefile programs
/sc enable_sc
22222 wine_fn_config_makefile programs
/sc
/tests enable_tests
22223 wine_fn_config_makefile programs
/schtasks enable_schtasks
22224 wine_fn_config_makefile programs
/schtasks
/tests enable_tests
22225 wine_fn_config_makefile programs
/sdbinst enable_sdbinst
22226 wine_fn_config_makefile programs
/secedit enable_secedit
22227 wine_fn_config_makefile programs
/servicemodelreg enable_servicemodelreg
22228 wine_fn_config_makefile programs
/services enable_services
22229 wine_fn_config_makefile programs
/services
/tests enable_tests
22230 wine_fn_config_makefile programs
/setx enable_setx
22231 wine_fn_config_makefile programs
/shutdown enable_shutdown
22232 wine_fn_config_makefile programs
/spoolsv enable_spoolsv
22233 wine_fn_config_makefile programs
/start enable_start
22234 wine_fn_config_makefile programs
/subst enable_subst
22235 wine_fn_config_makefile programs
/svchost enable_svchost
22236 wine_fn_config_makefile programs
/systeminfo enable_systeminfo
22237 wine_fn_config_makefile programs
/taskkill enable_taskkill
22238 wine_fn_config_makefile programs
/tasklist enable_tasklist
22239 wine_fn_config_makefile programs
/tasklist
/tests enable_tests
22240 wine_fn_config_makefile programs
/taskmgr enable_taskmgr
22241 wine_fn_config_makefile programs
/termsv enable_termsv
22242 wine_fn_config_makefile programs
/uninstaller enable_uninstaller
22243 wine_fn_config_makefile programs
/unlodctr enable_unlodctr
22244 wine_fn_config_makefile programs
/view enable_view
22245 wine_fn_config_makefile programs
/wevtutil enable_wevtutil
22246 wine_fn_config_makefile programs
/where enable_where
22247 wine_fn_config_makefile programs
/whoami enable_whoami
22248 wine_fn_config_makefile programs
/wineboot enable_wineboot
22249 wine_fn_config_makefile programs
/winebrowser enable_winebrowser
22250 wine_fn_config_makefile programs
/winecfg enable_winecfg
22251 wine_fn_config_makefile programs
/wineconsole enable_wineconsole
22252 wine_fn_config_makefile programs
/winedbg enable_winedbg
22253 wine_fn_config_makefile programs
/winedevice enable_winedevice
22254 wine_fn_config_makefile programs
/winefile enable_winefile
22255 wine_fn_config_makefile programs
/winemenubuilder enable_winemenubuilder
22256 wine_fn_config_makefile programs
/winemine enable_winemine
22257 wine_fn_config_makefile programs
/winemsibuilder enable_winemsibuilder
22258 wine_fn_config_makefile programs
/winepath enable_winepath
22259 wine_fn_config_makefile programs
/winetest enable_winetest
22260 wine_fn_config_makefile programs
/winevdm enable_win16
22261 wine_fn_config_makefile programs
/winhelp.exe16 enable_win16
22262 wine_fn_config_makefile programs
/winhlp32 enable_winhlp32
22263 wine_fn_config_makefile programs
/winmgmt enable_winmgmt
22264 wine_fn_config_makefile programs
/winoldap.mod16 enable_win16
22265 wine_fn_config_makefile programs
/winver enable_winver
22266 wine_fn_config_makefile programs
/wmic enable_wmic
22267 wine_fn_config_makefile programs
/wmplayer enable_wmplayer
22268 wine_fn_config_makefile programs
/wordpad enable_wordpad
22269 wine_fn_config_makefile programs
/write enable_write
22270 wine_fn_config_makefile programs
/wscript enable_wscript
22271 wine_fn_config_makefile programs
/wscript
/tests enable_tests
22272 wine_fn_config_makefile programs
/wuauserv enable_wuauserv
22273 wine_fn_config_makefile programs
/wusa enable_wusa
22274 wine_fn_config_makefile programs
/xcopy enable_xcopy
22275 wine_fn_config_makefile programs
/xcopy
/tests enable_tests
22276 wine_fn_config_makefile server enable_server
22277 test "x$enable_tools" = xno || wine_fn_config_makefile tools enable_tools
22278 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/sfnt2fon enable_sfnt2fon
22279 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/widl enable_widl
22280 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/winebuild enable_winebuild
22281 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/winedump enable_winedump
22282 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/winegcc enable_winegcc
22283 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/winemaker enable_winemaker
22284 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/wmc enable_wmc
22285 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/wrc enable_wrc
22288 as_fn_append CONFIGURE_TARGETS
" TAGS"
22289 as_fn_append CONFIGURE_TARGETS
" tags"
22290 as_fn_append CONFIGURE_TARGETS
" autom4te.cache"
22291 as_fn_append CONFIGURE_TARGETS
" config.log"
22292 as_fn_append CONFIGURE_TARGETS
" config.status"
22293 as_fn_append CONFIGURE_TARGETS
" include/config.h"
22294 as_fn_append CONFIGURE_TARGETS
" include/stamp-h"
22295 test "$wine_binary" = wine || as_fn_append CONFIGURE_TARGETS
" loader/wine"
22297 if test "x$enable_tools" != xno
22299 as_fn_append CONFIGURE_TARGETS
" tools/makedep$ac_exeext"
22300 ac_config_commands
="$ac_config_commands tools/makedep"
22304 ac_config_commands
="$ac_config_commands Makefile"
22311 as_fn_append wine_rules
"
22313 @echo \"Wine build complete.\"
22317 Makefile: config.status \$(MAKEDEP)
22318 @./config.status Makefile
22319 depend: \$(MAKEDEP)
22320 \$(MAKEDEP)$makedep_flags"
22323 as_fn_append wine_rules
"
22324 config.status: ${wine_srcdir}configure
22325 @./config.status --recheck
22326 include/config.h: include/stamp-h
22327 include/stamp-h: ${wine_srcdir}include/config.h.in config.status
22328 @./config.status include/config.h include/stamp-h"
22330 if test "x$enable_maintainer_mode" = xyes
22332 as_fn_append wine_rules
"
22333 configure: configure.ac aclocal.m4
22334 autoconf --warnings=all
22335 include/config.h.in: include/stamp-h.in
22336 include/stamp-h.in: configure.ac aclocal.m4
22337 autoheader --warnings=all
22338 @echo timestamp > \$@"
22341 if test "x$enable_tools" != xno
22343 as_fn_append wine_rules
"
22344 tools/makedep$ac_exeext: ${wine_srcdir}tools/makedep.c include/config.h config.status
22345 @./config.status tools/makedep
22346 Makefile: tools/makedep$ac_exeext"
22348 as_fn_append wine_rules
"
22350 @echo \"You need to run make in $toolsdir first\" && false"
22354 if test -n "$with_wine64"
22356 case "$with_wine64" in
22360 rm -f fonts server
2>/dev
/null
22361 as_fn_append wine_rules
"
22362 all: loader/wine64 loader/wine64-preloader $with_wine64/loader/wine $with_wine64/loader/wine-preloader
22363 loader/wine64 loader/wine64-preloader:
22364 rm -f \$@ && \$(LN_S) $reldir$with_wine64/\$@ \$@
22365 $with_wine64/loader/wine:
22366 rm -f \$@ && \$(LN_S) $ac_pwd/loader/wine \$@
22367 $with_wine64/loader/wine-preloader:
22368 rm -f \$@ && \$(LN_S) $ac_pwd/loader/wine-preloader \$@
22370 rm -f loader/wine64 loader/wine64-preloader $with_wine64/loader/wine $with_wine64/loader/wine-preloader"
22372 TOP_INSTALL_DEV
="$TOP_INSTALL_DEV include"
22373 TOP_INSTALL_LIB
="$TOP_INSTALL_LIB \
22377 programs/msidb/msidb \
22378 programs/msiexec/msiexec \
22379 programs/notepad/notepad \
22380 programs/regedit/regedit \
22381 programs/regsvr32/regsvr32 \
22382 programs/wineboot/wineboot \
22383 programs/winecfg/winecfg \
22384 programs/wineconsole/wineconsole \
22385 programs/winedbg/winedbg \
22386 programs/winefile/winefile \
22387 programs/winemine/winemine \
22388 programs/winepath/winepath \
22392 cygwin
*|mingw32
*|darwin
*|macosx
*|linux-android
*) ;;
22393 *) TOP_INSTALL_LIB
="$TOP_INSTALL_LIB loader/wine.desktop" ;;
22398 as_fn_append wine_rules
"
22400 rm -rf autom4te.cache
22402 rm -f configure include/config.h.in"
22405 as_fn_append wine_rules
"
22406 dlls/ntdll/unix/version.c: dummy
22407 @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)
22408 programs/winetest/build.rc: dummy
22409 @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)
22410 programs/winetest/build.nfo:
22412 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
22413 cd dlls/wineandroid.drv && gradle -q -Psrcdir=$srcdir assembleDebug
22414 mv dlls/wineandroid.drv/build/outputs/apk/wine-debug.apk \$@"
22417 TAGSFLAGS
="--langmap='c:+.idl.l.rh,make:(Make*.in)'"
22419 as_fn_append wine_rules
"
22422 (test -d .git && git ls-files || find -L $srcdir -name '*.[ch]' -print) | xargs etags -a \$(TAGSFLAGS)
22425 (test -d .git && git ls-files || find -L $srcdir -name '*.[ch]' -print) | xargs ctags -a \$(TAGSFLAGS)
22427 .PHONY: depend dummy install-manpages"
22429 printf "%s\n" " done" >&6
22430 cat >confcache
<<\_ACEOF
22431 # This file is a shell script that caches the results of configure
22432 # tests run on this system so they can be shared between configure
22433 # scripts and configure runs, see configure's option --config-cache.
22434 # It is not useful on other systems. If it contains results you don't
22435 # want to keep, you may remove or edit it.
22437 # config.status only pays attention to the cache file if you give it
22438 # the --recheck option to rerun configure.
22440 # `ac_cv_env_foo' variables (set or unset) will be overridden when
22441 # loading this file, other *unset* `ac_cv_foo' will be assigned the
22442 # following values.
22446 # The following way of writing the cache mishandles newlines in values,
22447 # but we know of no workaround that is simple, portable, and efficient.
22448 # So, we kill variables containing newlines.
22449 # Ultrix sh set writes to stderr and can't be redirected directly,
22450 # and sets the high bit in the cache file unless we assign to the vars.
22452 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
22453 eval ac_val
=\$
$ac_var
22457 *_cv_
*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
22458 printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
22461 _ | IFS | as_nl
) ;; #(
22462 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
22463 *) { eval $ac_var=; unset $ac_var;} ;;
22469 case $as_nl`(ac_space=' '; set) 2>&1` in #(
22470 *${as_nl}ac_space
=\
*)
22471 # `set' does not quote correctly, so add quotes: double-quote
22472 # substitution turns \\\\ into \\, and sed turns \\ into \.
22475 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
22478 # `set' quotes correctly as required by POSIX, so do not add quotes.
22479 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
22488 s/^\([^=]*\)=\(.*[{}].*\)$/test ${\1+y} || &/
22490 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
22492 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
22493 if test -w "$cache_file"; then
22494 if test "x$cache_file" != "x/dev/null"; then
22495 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
22496 printf "%s\n" "$as_me: updating cache $cache_file" >&6;}
22497 if test ! -f "$cache_file" ||
test -h "$cache_file"; then
22498 cat confcache
>"$cache_file"
22500 case $cache_file in #(
22502 mv -f confcache
"$cache_file"$$
&&
22503 mv -f "$cache_file"$$
"$cache_file" ;; #(
22505 mv -f confcache
"$cache_file" ;;
22510 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
22511 printf "%s\n" "$as_me: not updating unwritable cache $cache_file" >&6;}
22516 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
22517 # Let make expand exec_prefix.
22518 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
22520 DEFS
=-DHAVE_CONFIG_H
22525 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
22526 # 1. Remove the extension, and $U if already installed.
22527 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
22528 ac_i
=`printf "%s\n" "$ac_i" | sed "$ac_script"`
22529 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
22530 # will be set to the directory where LIBOBJS objects are built.
22531 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
22532 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
22534 LIBOBJS
=$ac_libobjs
22536 LTLIBOBJS
=$ac_ltlibobjs
22540 : "${CONFIG_STATUS=./config.status}"
22542 ac_clean_files_save
=$ac_clean_files
22543 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
22544 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
22545 printf "%s\n" "$as_me: creating $CONFIG_STATUS" >&6;}
22547 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
22549 # Generated by $as_me.
22550 # Run this file to recreate the current configuration.
22551 # Compiler output produced by configure, useful for debugging
22552 # configure, is in config.log if it exists.
22555 ac_cs_recheck=false
22558 SHELL=\${CONFIG_SHELL-$SHELL}
22561 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
22562 ## -------------------- ##
22563 ## M4sh Initialization. ##
22564 ## -------------------- ##
22566 # Be more Bourne compatible
22567 DUALCASE
=1; export DUALCASE
# for MKS sh
22569 if test ${ZSH_VERSION+y} && (emulate sh
) >/dev
/null
2>&1
22573 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
22574 # is contrary to our usage. Disable this feature.
22575 alias -g '${1+"$@"}'='"$@"'
22576 setopt NO_GLOB_SUBST
22578 case `(set -o) 2>/dev/null` in #(
22588 # Reset variables that may have inherited troublesome values from
22591 # IFS needs to be set, to space, tab, and newline, in precisely that order.
22592 # (If _AS_PATH_WALK were called with IFS unset, it would have the
22593 # side effect of setting IFS to empty, thus disabling word splitting.)
22594 # Quoting is to prevent editors from complaining about space-tab.
22604 # Ensure predictable behavior from utilities with locale-dependent output.
22610 # We cannot yet rely on "unset" to work, but we need these variables
22611 # to be unset--not just set to an empty or harmless value--now, to
22612 # avoid bugs in old shells (e.g. pre-3.0 UWIN ksh). This construct
22613 # also avoids known problems related to "unset" and subshell syntax
22614 # in other old shells (e.g. bash 2.01 and pdksh 5.2.14).
22615 for as_var
in BASH_ENV ENV MAIL MAILPATH CDPATH
22616 do eval test \
${$as_var+y} \
22617 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
22620 # Ensure that fds 0, 1, and 2 are open.
22621 if (exec 3>&0) 2>/dev
/null
; then :; else exec 0</dev
/null
; fi
22622 if (exec 3>&1) 2>/dev
/null
; then :; else exec 1>/dev
/null
; fi
22623 if (exec 3>&2) ; then :; else exec 2>/dev
/null
; fi
22625 # The user is always right.
22626 if ${PATH_SEPARATOR+false} :; then
22628 (PATH
='/bin;/bin'; FPATH
=$PATH; sh
-c :) >/dev
/null
2>&1 && {
22629 (PATH
='/bin:/bin'; FPATH
=$PATH; sh
-c :) >/dev
/null
2>&1 ||
22635 # Find who we are. Look in the path if we contain no directory separator.
22638 *[\\/]* ) as_myself
=$0 ;;
22639 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
22640 for as_dir
in $PATH
22643 case $as_dir in #(((
22646 *) as_dir
=$as_dir/ ;;
22648 test -r "$as_dir$0" && as_myself
=$as_dir$0 && break
22654 # We did not find ourselves, most probably we were run as `sh COMMAND'
22655 # in which case we are not to be found in the path.
22656 if test "x$as_myself" = x
; then
22659 if test ! -f "$as_myself"; then
22660 printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
22666 # as_fn_error STATUS ERROR [LINENO LOG_FD]
22667 # ----------------------------------------
22668 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
22669 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
22670 # script with STATUS, using 1 if that was 0.
22673 as_status
=$1; test $as_status -eq 0 && as_status
=1
22675 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
22676 printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
22678 printf "%s\n" "$as_me: error: $2" >&2
22679 as_fn_exit
$as_status
22684 # as_fn_set_status STATUS
22685 # -----------------------
22686 # Set $? to STATUS, without forking.
22687 as_fn_set_status
()
22690 } # as_fn_set_status
22692 # as_fn_exit STATUS
22693 # -----------------
22694 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
22698 as_fn_set_status
$1
22704 # Portably unset VAR.
22707 { eval $1=; unset $1;}
22709 as_unset
=as_fn_unset
22711 # as_fn_append VAR VALUE
22712 # ----------------------
22713 # Append the text in VALUE to the end of the definition contained in VAR. Take
22714 # advantage of any shell optimizations that allow amortized linear growth over
22715 # repeated appends, instead of the typical quadratic growth present in naive
22717 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
22719 eval 'as_fn_append ()
22730 # as_fn_arith ARG...
22731 # ------------------
22732 # Perform arithmetic evaluation on the ARGs, and store the result in the
22733 # global $as_val. Take advantage of shells that can avoid forks. The arguments
22734 # must be portable across $(()) and expr.
22735 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
22737 eval 'as_fn_arith ()
22744 as_val
=`expr "$@" || test $? -eq 1`
22749 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
22750 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
22756 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
22757 as_basename
=basename
22762 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
22768 as_me
=`$as_basename -- "$0" ||
22769 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
22770 X"$0" : 'X\(//\)$' \| \
22771 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
22772 printf "%s\n" X/"$0" |
22773 sed '/^.*\/\([^/][^/]*\)\/*$/{
22787 # Avoid depending upon Character Ranges.
22788 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
22789 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
22790 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
22791 as_cr_digits
='0123456789'
22792 as_cr_alnum
=$as_cr_Letters$as_cr_digits
22795 # Determine whether it's possible to make 'echo' print without a newline.
22796 # These variables are no longer used directly by Autoconf, but are AC_SUBSTed
22797 # for compatibility with existing Makefiles.
22798 ECHO_C
= ECHO_N
= ECHO_T
=
22799 case `echo -n x` in #(((((
22801 case `echo 'xy\c'` in
22802 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
22804 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
22811 # For backward compatibility with old third-party macros, we provide
22812 # the shell variables $as_echo and $as_echo_n. New code should use
22813 # AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively.
22814 as_echo
='printf %s\n'
22815 as_echo_n
='printf %s'
22817 rm -f conf$$ conf$$.exe conf$$.
file
22818 if test -d conf$$.dir
; then
22819 rm -f conf$$.dir
/conf$$.
file
22822 mkdir conf$$.dir
2>/dev
/null
22824 if (echo >conf$$.
file) 2>/dev
/null
; then
22825 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
22827 # ... but there are two gotchas:
22828 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
22829 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
22830 # In both cases, we have to default to `cp -pR'.
22831 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
22833 elif ln conf$$.
file conf$$
2>/dev
/null
; then
22841 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
22842 rmdir conf$$.dir
2>/dev
/null
22847 # Create "$as_dir" as a directory, including parents if necessary.
22852 -*) as_dir
=.
/$as_dir;;
22854 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
22858 *\'*) as_qdir
=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
22859 *) as_qdir
=$as_dir;;
22861 as_dirs
="'$as_qdir' $as_dirs"
22862 as_dir
=`$as_dirname -- "$as_dir" ||
22863 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
22864 X"$as_dir" : 'X\(//\)[^/]' \| \
22865 X"$as_dir" : 'X\(//\)$' \| \
22866 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
22867 printf "%s\n" X"$as_dir" |
22868 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
22872 /^X\(\/\/\)[^/].*/{
22885 test -d "$as_dir" && break
22887 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
22888 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
22892 if mkdir
-p .
2>/dev
/null
; then
22893 as_mkdir_p
='mkdir -p "$as_dir"'
22895 test -d .
/-p && rmdir .
/-p
22900 # as_fn_executable_p FILE
22901 # -----------------------
22902 # Test if FILE is an executable regular file.
22903 as_fn_executable_p
()
22905 test -f "$1" && test -x "$1"
22906 } # as_fn_executable_p
22907 as_test_x
='test -x'
22908 as_executable_p
=as_fn_executable_p
22910 # Sed expression to map a string onto a valid CPP name.
22911 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
22913 # Sed expression to map a string onto a valid variable name.
22914 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
22918 ## ----------------------------------- ##
22919 ## Main body of $CONFIG_STATUS script. ##
22920 ## ----------------------------------- ##
22922 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
22924 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
22925 # Save the log message, to keep $0 and so on meaningful, and to
22926 # report actual input values of CONFIG_FILES etc. instead of their
22927 # values after options handling.
22929 This file was extended by Wine $as_me 8.11, which was
22930 generated by GNU Autoconf 2.71. Invocation command line was
22932 CONFIG_FILES = $CONFIG_FILES
22933 CONFIG_HEADERS = $CONFIG_HEADERS
22934 CONFIG_LINKS = $CONFIG_LINKS
22935 CONFIG_COMMANDS = $CONFIG_COMMANDS
22938 on `(hostname || uname -n) 2>/dev/null | sed 1q`
22944 case $ac_config_headers in *"
22945 "*) set x
$ac_config_headers; shift; ac_config_headers
=$
*;;
22949 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22950 # Files that config.status was made for.
22951 config_headers="$ac_config_headers"
22952 config_links="$ac_config_links"
22953 config_commands="$ac_config_commands"
22957 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
22959 \`$as_me' instantiates files and other configuration actions
22960 from templates according to the current configuration. Unless the files
22961 and actions are specified as TAGs, all are instantiated by default.
22963 Usage: $0 [OPTION]... [TAG]...
22965 -h, --help print this help, then exit
22966 -V, --version print version number and configuration settings, then exit
22967 --config print configuration, then exit
22968 -q, --quiet, --silent
22969 do not print progress messages
22970 -d, --debug don't remove temporary files
22971 --recheck update $as_me by reconfiguring in the same conditions
22972 --header=FILE[:TEMPLATE]
22973 instantiate the configuration header FILE
22975 Configuration headers:
22978 Configuration links:
22981 Configuration commands:
22984 Report bugs to <wine-devel@winehq.org>.
22985 Wine home page: <https://www.winehq.org>."
22988 ac_cs_config
=`printf "%s\n" "$ac_configure_args" | sed "$ac_safe_unquote"`
22989 ac_cs_config_escaped
=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\''/g"`
22990 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22991 ac_cs_config='$ac_cs_config_escaped'
22993 Wine config.status 8.11
22994 configured by $0, generated by GNU Autoconf 2.71,
22995 with options \\"\$ac_cs_config\\"
22997 Copyright (C) 2021 Free Software Foundation, Inc.
22998 This config.status script is free software; the Free Software Foundation
22999 gives unlimited permission to copy, distribute and modify it."
23003 test -n "\$AWK" || AWK=awk
23006 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
23007 # The default lists apply if the user does not specify any file.
23013 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
23014 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
23018 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
23030 # Handling of the options.
23031 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
23033 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
23034 printf "%s\n" "$ac_cs_version"; exit ;;
23035 --config |
--confi |
--conf |
--con |
--co |
--c )
23036 printf "%s\n" "$ac_cs_config"; exit ;;
23037 --debug |
--debu |
--deb |
--de |
--d |
-d )
23039 --header |
--heade |
--head |
--hea )
23042 *\'*) ac_optarg
=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
23044 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
23045 ac_need_defaults
=false
;;
23047 # Conflict between --help and --header
23048 as_fn_error $?
"ambiguous option: \`$1'
23049 Try \`$0 --help' for more information.";;
23050 --help |
--hel |
-h )
23051 printf "%s\n" "$ac_cs_usage"; exit ;;
23052 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
23053 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
23056 # This is an error.
23057 -*) as_fn_error $?
"unrecognized option: \`$1'
23058 Try \`$0 --help' for more information." ;;
23060 *) as_fn_append ac_config_targets
" $1"
23061 ac_need_defaults
=false
;;
23067 ac_configure_extra_args
=
23069 if $ac_cs_silent; then
23071 ac_configure_extra_args
="$ac_configure_extra_args --silent"
23075 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
23076 if \$ac_cs_recheck; then
23077 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
23079 \printf "%s\n" "running CONFIG_SHELL=$SHELL \$*" >&6
23080 CONFIG_SHELL='$SHELL'
23081 export CONFIG_SHELL
23086 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
23090 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
23091 ## Running $as_me. ##
23093 printf "%s\n" "$ac_log"
23097 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
23101 wine_fn_output_makedep ()
23103 as_dir=tools; as_fn_mkdir_p
23104 $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
23106 wine_fn_output_makefile ()
23108 cat <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && "$wine_makedep"$makedep_flags && return
23109 # This Makefile understands the following targets:
23111 # all (default): build wine
23112 # clean: remove all intermediate files
23113 # distclean: also remove all files created by configure
23115 # testclean: clean test results to force running all tests again
23116 # install-lib: install libraries needed to run applications
23117 # install-dev: install development environment
23118 # install: install everything
23119 # uninstall: uninstall everything
23120 # ctags: create a tags file for vim and others.
23121 # etags: create a TAGS file for Emacs.
23124 PATH_SEPARATOR = $PATH_SEPARATOR
23125 PACKAGE_NAME = $PACKAGE_NAME
23126 PACKAGE_TARNAME = $PACKAGE_TARNAME
23127 PACKAGE_VERSION = $PACKAGE_VERSION
23128 PACKAGE_STRING = $PACKAGE_STRING
23129 PACKAGE_BUGREPORT = $PACKAGE_BUGREPORT
23130 PACKAGE_URL = $PACKAGE_URL
23131 exec_prefix = $exec_prefix
23133 program_transform_name = $program_transform_name
23136 libexecdir = $libexecdir
23137 datarootdir = $datarootdir
23139 sysconfdir = $sysconfdir
23140 sharedstatedir = $sharedstatedir
23141 localstatedir = $localstatedir
23142 runstatedir = $runstatedir
23143 includedir = $includedir
23144 oldincludedir = $oldincludedir
23152 localedir = $localedir
23159 build_alias = $build_alias
23160 host_alias = $host_alias
23161 target_alias = $target_alias
23162 system_dllpath = $system_dllpath
23164 build_cpu = $build_cpu
23165 build_vendor = $build_vendor
23166 build_os = $build_os
23168 host_cpu = $host_cpu
23169 host_vendor = $host_vendor
23175 SET_MAKE = $SET_MAKE
23179 CPPFLAGS = $CPPFLAGS
23180 ac_ct_CC = $ac_ct_CC
23184 CXXFLAGS = $CXXFLAGS
23185 ac_ct_CXX = $ac_ct_CXX
23188 TARGETFLAGS = $TARGETFLAGS
23189 toolsext = $toolsext
23190 HOST_ARCH = $HOST_ARCH
23191 aarch64_CC = $aarch64_CC
23192 aarch64_CFLAGS = $aarch64_CFLAGS
23193 aarch64_EXTRACFLAGS = $aarch64_EXTRACFLAGS
23194 aarch64_LDFLAGS = $aarch64_LDFLAGS
23195 aarch64_DEBUG = $aarch64_DEBUG
23196 aarch64_TARGET = $aarch64_TARGET
23197 aarch64_DELAYLOADFLAG = $aarch64_DELAYLOADFLAG
23198 aarch64_DISABLED_SUBDIRS = $aarch64_DISABLED_SUBDIRS
23200 arm_CFLAGS = $arm_CFLAGS
23201 arm_EXTRACFLAGS = $arm_EXTRACFLAGS
23202 arm_LDFLAGS = $arm_LDFLAGS
23203 arm_DEBUG = $arm_DEBUG
23204 arm_TARGET = $arm_TARGET
23205 arm_DELAYLOADFLAG = $arm_DELAYLOADFLAG
23206 arm_DISABLED_SUBDIRS = $arm_DISABLED_SUBDIRS
23208 i386_CFLAGS = $i386_CFLAGS
23209 i386_EXTRACFLAGS = $i386_EXTRACFLAGS
23210 i386_LDFLAGS = $i386_LDFLAGS
23211 i386_DEBUG = $i386_DEBUG
23212 i386_TARGET = $i386_TARGET
23213 i386_DELAYLOADFLAG = $i386_DELAYLOADFLAG
23214 i386_DISABLED_SUBDIRS = $i386_DISABLED_SUBDIRS
23215 x86_64_CC = $x86_64_CC
23216 x86_64_CFLAGS = $x86_64_CFLAGS
23217 x86_64_EXTRACFLAGS = $x86_64_EXTRACFLAGS
23218 x86_64_LDFLAGS = $x86_64_LDFLAGS
23219 x86_64_DEBUG = $x86_64_DEBUG
23220 x86_64_TARGET = $x86_64_TARGET
23221 x86_64_DELAYLOADFLAG = $x86_64_DELAYLOADFLAG
23222 x86_64_DISABLED_SUBDIRS = $x86_64_DISABLED_SUBDIRS
23223 toolsdir = $toolsdir
23225 RUNTESTFLAGS = $RUNTESTFLAGS
23230 ac_ct_AR = $ac_ct_AR
23236 LDCONFIG = $LDCONFIG
23238 PKG_CONFIG = $PKG_CONFIG
23239 FONTFORGE = $FONTFORGE
23243 I386_LIBS = $I386_LIBS
23244 OPENGL_LIBS = $OPENGL_LIBS
23245 DLLFLAGS = $DLLFLAGS
23246 LDDLLFLAGS = $LDDLLFLAGS
23247 LDEXECFLAGS = $LDEXECFLAGS
23248 EXTRACFLAGS = $EXTRACFLAGS
23249 UNIXDLLFLAGS = $UNIXDLLFLAGS
23250 UNIXLDFLAGS = $UNIXLDFLAGS
23251 TOP_INSTALL_LIB = $TOP_INSTALL_LIB
23252 TOP_INSTALL_DEV = $TOP_INSTALL_DEV
23253 WINELOADER_LDFLAGS = $WINELOADER_LDFLAGS
23254 WINEPRELOADER_LDFLAGS = $WINEPRELOADER_LDFLAGS
23260 DISABLED_SUBDIRS = $DISABLED_SUBDIRS
23261 CONFIGURE_TARGETS = $CONFIGURE_TARGETS
23262 CARBON_LIBS = $CARBON_LIBS
23263 COREFOUNDATION_LIBS = $COREFOUNDATION_LIBS
23264 DISKARBITRATION_LIBS = $DISKARBITRATION_LIBS
23265 IOKIT_LIBS = $IOKIT_LIBS
23266 METAL_LIBS = $METAL_LIBS
23267 APPLICATIONSERVICES_LIBS = $APPLICATIONSERVICES_LIBS
23268 CORESERVICES_LIBS = $CORESERVICES_LIBS
23269 APPKIT_LIBS = $APPKIT_LIBS
23270 SECURITY_LIBS = $SECURITY_LIBS
23271 SYSTEMCONFIGURATION_LIBS = $SYSTEMCONFIGURATION_LIBS
23272 COREAUDIO_LIBS = $COREAUDIO_LIBS
23273 OPENCL_LIBS = $OPENCL_LIBS
23275 OBJCFLAGS = $OBJCFLAGS
23276 ac_ct_OBJC = $ac_ct_OBJC
23277 WINELOADER_DEPENDS = $WINELOADER_DEPENDS
23278 PE_ARCHS = $PE_ARCHS
23279 MINGW_PKG_CONFIG = $MINGW_PKG_CONFIG
23280 FAUDIO_PE_CFLAGS = $FAUDIO_PE_CFLAGS
23281 FAUDIO_PE_LIBS = $FAUDIO_PE_LIBS
23282 GSM_PE_CFLAGS = $GSM_PE_CFLAGS
23283 GSM_PE_LIBS = $GSM_PE_LIBS
23284 JPEG_PE_CFLAGS = $JPEG_PE_CFLAGS
23285 JPEG_PE_LIBS = $JPEG_PE_LIBS
23286 JXR_PE_CFLAGS = $JXR_PE_CFLAGS
23287 JXR_PE_LIBS = $JXR_PE_LIBS
23288 LCMS2_PE_CFLAGS = $LCMS2_PE_CFLAGS
23289 LCMS2_PE_LIBS = $LCMS2_PE_LIBS
23290 LDAP_PE_CFLAGS = $LDAP_PE_CFLAGS
23291 LDAP_PE_LIBS = $LDAP_PE_LIBS
23292 MPG123_PE_CFLAGS = $MPG123_PE_CFLAGS
23293 MPG123_PE_LIBS = $MPG123_PE_LIBS
23294 MUSL_PE_CFLAGS = $MUSL_PE_CFLAGS
23295 MUSL_PE_LIBS = $MUSL_PE_LIBS
23296 PNG_PE_CFLAGS = $PNG_PE_CFLAGS
23297 PNG_PE_LIBS = $PNG_PE_LIBS
23298 TIFF_PE_CFLAGS = $TIFF_PE_CFLAGS
23299 TIFF_PE_LIBS = $TIFF_PE_LIBS
23300 VKD3D_PE_CFLAGS = $VKD3D_PE_CFLAGS
23301 VKD3D_PE_LIBS = $VKD3D_PE_LIBS
23302 XML2_PE_CFLAGS = $XML2_PE_CFLAGS
23303 XML2_PE_LIBS = $XML2_PE_LIBS
23304 XSLT_PE_CFLAGS = $XSLT_PE_CFLAGS
23305 XSLT_PE_LIBS = $XSLT_PE_LIBS
23306 ZLIB_PE_CFLAGS = $ZLIB_PE_CFLAGS
23307 ZLIB_PE_LIBS = $ZLIB_PE_LIBS
23308 ZYDIS_PE_CFLAGS = $ZYDIS_PE_CFLAGS
23309 ZYDIS_PE_LIBS = $ZYDIS_PE_LIBS
23310 PTHREAD_LIBS = $PTHREAD_LIBS
23313 X_CFLAGS = $X_CFLAGS
23314 X_PRE_LIBS = $X_PRE_LIBS
23316 X_EXTRA_LIBS = $X_EXTRA_LIBS
23317 WAYLAND_CLIENT_CFLAGS = $WAYLAND_CLIENT_CFLAGS
23318 WAYLAND_CLIENT_LIBS = $WAYLAND_CLIENT_LIBS
23319 WAYLAND_SCANNER = $WAYLAND_SCANNER
23320 PCAP_LIBS = $PCAP_LIBS
23321 PCSCLITE_LIBS = $PCSCLITE_LIBS
23322 INOTIFY_CFLAGS = $INOTIFY_CFLAGS
23323 INOTIFY_LIBS = $INOTIFY_LIBS
23324 DBUS_CFLAGS = $DBUS_CFLAGS
23325 DBUS_LIBS = $DBUS_LIBS
23326 GNUTLS_CFLAGS = $GNUTLS_CFLAGS
23327 GNUTLS_LIBS = $GNUTLS_LIBS
23328 SANE_CFLAGS = $SANE_CFLAGS
23329 SANE_LIBS = $SANE_LIBS
23330 USB_CFLAGS = $USB_CFLAGS
23331 USB_LIBS = $USB_LIBS
23332 GPHOTO2_CFLAGS = $GPHOTO2_CFLAGS
23333 GPHOTO2_LIBS = $GPHOTO2_LIBS
23334 GPHOTO2_PORT_CFLAGS = $GPHOTO2_PORT_CFLAGS
23335 GPHOTO2_PORT_LIBS = $GPHOTO2_PORT_LIBS
23336 RESOLV_LIBS = $RESOLV_LIBS
23337 FREETYPE_CFLAGS = $FREETYPE_CFLAGS
23338 FREETYPE_LIBS = $FREETYPE_LIBS
23339 GETTEXTPO_LIBS = $GETTEXTPO_LIBS
23340 PULSE_CFLAGS = $PULSE_CFLAGS
23341 PULSE_LIBS = $PULSE_LIBS
23342 GSTREAMER_CFLAGS = $GSTREAMER_CFLAGS
23343 GSTREAMER_LIBS = $GSTREAMER_LIBS
23344 ALSA_LIBS = $ALSA_LIBS
23345 OSS4_CFLAGS = $OSS4_CFLAGS
23346 OSS4_LIBS = $OSS4_LIBS
23347 UDEV_CFLAGS = $UDEV_CFLAGS
23348 UDEV_LIBS = $UDEV_LIBS
23349 UNWIND_CFLAGS = $UNWIND_CFLAGS
23350 UNWIND_LIBS = $UNWIND_LIBS
23351 SDL2_CFLAGS = $SDL2_CFLAGS
23352 SDL2_LIBS = $SDL2_LIBS
23353 CAPI20_CFLAGS = $CAPI20_CFLAGS
23354 CAPI20_LIBS = $CAPI20_LIBS
23355 CUPS_CFLAGS = $CUPS_CFLAGS
23356 CUPS_LIBS = $CUPS_LIBS
23357 FONTCONFIG_CFLAGS = $FONTCONFIG_CFLAGS
23358 FONTCONFIG_LIBS = $FONTCONFIG_LIBS
23359 KRB5_CFLAGS = $KRB5_CFLAGS
23360 KRB5_LIBS = $KRB5_LIBS
23361 GSSAPI_CFLAGS = $GSSAPI_CFLAGS
23362 GSSAPI_LIBS = $GSSAPI_LIBS
23363 PROCSTAT_LIBS = $PROCSTAT_LIBS
23364 NETAPI_CFLAGS = $NETAPI_CFLAGS
23365 NETAPI_LIBS = $NETAPI_LIBS
23366 MSVCRTFLAGS = $MSVCRTFLAGS
23367 DELAYLOADFLAG = $DELAYLOADFLAG
23368 WINELOADER_PROGRAMS = $WINELOADER_PROGRAMS
23370 TAGSFLAGS = $TAGSFLAGS
23372 LTLIBOBJS = $LTLIBOBJS
23376 as_fn_error $? "could not create Makefile" "$LINENO" 5
23381 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
23383 # Handling of arguments.
23384 for ac_config_target
in $ac_config_targets
23386 case $ac_config_target in
23387 "include/config.h") CONFIG_HEADERS
="$CONFIG_HEADERS include/config.h" ;;
23388 "include/stamp-h") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/stamp-h" ;;
23389 "wine") CONFIG_LINKS
="$CONFIG_LINKS wine:tools/winewrapper" ;;
23390 "wine64") CONFIG_LINKS
="$CONFIG_LINKS wine64:tools/winewrapper" ;;
23391 "tools/makedep") CONFIG_COMMANDS
="$CONFIG_COMMANDS tools/makedep" ;;
23392 "Makefile") CONFIG_COMMANDS
="$CONFIG_COMMANDS Makefile" ;;
23394 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
23399 # If the user did not use the arguments to specify the items to instantiate,
23400 # then the envvar interface is used. Set only those that are not.
23401 # We use the long form for the default assignment because of an extremely
23402 # bizarre bug on SunOS 4.1.3.
23403 if $ac_need_defaults; then
23404 test ${CONFIG_HEADERS+y} || CONFIG_HEADERS
=$config_headers
23405 test ${CONFIG_LINKS+y} || CONFIG_LINKS
=$config_links
23406 test ${CONFIG_COMMANDS+y} || CONFIG_COMMANDS
=$config_commands
23409 # Have a temporary directory for convenience. Make it in the build tree
23410 # simply because there is no reason against having it here, and in addition,
23411 # creating and moving files from /tmp can sometimes cause problems.
23412 # Hook for its removal unless debugging.
23413 # Note that there is a small window in which the directory will not be cleaned:
23414 # after its creation but before its name has been assigned to `$tmp'.
23418 trap 'exit_status=$?
23419 : "${ac_tmp:=$tmp}"
23420 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
23422 trap 'as_fn_exit 1' 1 2 13 15
23424 # Create a (secure) tmp directory for tmp files.
23427 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
23431 tmp
=.
/conf$$
-$RANDOM
23432 (umask 077 && mkdir
"$tmp")
23433 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
23436 # Set up the scripts for CONFIG_HEADERS section.
23437 # No need to generate them if there are no CONFIG_HEADERS.
23438 # This happens for instance with `./config.status Makefile'.
23439 if test -n "$CONFIG_HEADERS"; then
23440 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
23444 # Transform confdefs.h into an awk script `defines.awk', embedded as
23445 # here-document in config.status, that substitutes the proper values into
23446 # config.h.in to produce config.h.
23448 # Create a delimiter string that does not exist in confdefs.h, to ease
23449 # handling of long lines.
23451 for ac_last_try
in false false
:; do
23452 ac_tt
=`sed -n "/$ac_delim/p" confdefs.h`
23453 if test -z "$ac_tt"; then
23455 elif $ac_last_try; then
23456 as_fn_error $?
"could not make $CONFIG_HEADERS" "$LINENO" 5
23458 ac_delim
="$ac_delim!$ac_delim _$ac_delim!! "
23462 # For the awk script, D is an array of macro values keyed by name,
23463 # likewise P contains macro parameters if any. Preserve backslash
23464 # newline sequences.
23466 ac_word_re
=[_
$as_cr_Letters][_
$as_cr_alnum]*
23468 s/.\{148\}/&'"$ac_delim"'/g
23471 s/^[ ]*#[ ]*define[ ][ ]*/ /
23478 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
23480 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
23484 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
23485 D["\1"]=" \3\\\\\\n"\\/p
23487 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
23492 s/.\{148\}/&'"$ac_delim"'/g
23497 s/["\\]/\\&/g; s/^/"/; s/$/"/p
23500 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
23502 ' <confdefs.h |
sed '
23503 s/'"$ac_delim"'/"\\\
23504 "/g' >>$CONFIG_STATUS || ac_write_fail
=1
23506 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
23507 for (key in D) D_is_set[key] = 1
23510 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
23512 split(line, arg, " ")
23513 if (arg[1] == "#") {
23517 defundef = substr(arg[1], 2)
23520 split(mac1, mac2, "(") #)
23522 prefix = substr(line, 1, index(line, defundef) - 1)
23523 if (D_is_set[macro]) {
23524 # Preserve the white space surrounding the "#".
23525 print prefix "define", macro P[macro] D[macro]
23528 # Replace #undef with comments. This is necessary, for example,
23529 # in the case of _POSIX_SOURCE, which is predefined and required
23530 # on some systems where configure will not decide to define it.
23531 if (defundef == "undef") {
23532 print "/*", prefix defundef, macro, "*/"
23540 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
23541 as_fn_error $?
"could not setup config headers machinery" "$LINENO" 5
23542 fi # test -n "$CONFIG_HEADERS"
23545 eval set X
" :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
23550 :[FHLC
]) ac_mode
=$ac_tag; continue;;
23552 case $ac_mode$ac_tag in
23554 :L
* |
:C
*:*) as_fn_error $?
"invalid tag \`$ac_tag'" "$LINENO" 5;;
23555 :[FH
]-) ac_tag
=-:-;;
23556 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
23573 -) ac_f
="$ac_tmp/stdin";;
23574 *) # Look for the file first in the build tree, then in the source tree
23575 # (if the path is not absolute). The absolute path cannot be DOS-style,
23576 # because $ac_f cannot contain `:'.
23580 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
23582 as_fn_error
1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
23584 case $ac_f in *\'*) ac_f
=`printf "%s\n" "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
23585 as_fn_append ac_file_inputs
" '$ac_f'"
23588 # Let's still pretend it is `configure' which instantiates (i.e., don't
23589 # use $as_me), people would be surprised to read:
23590 # /* config.h. Generated by config.status. */
23591 configure_input
='Generated from '`
23592 printf "%s\n" "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
23594 if test x
"$ac_file" != x-
; then
23595 configure_input
="$ac_file. $configure_input"
23596 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
23597 printf "%s\n" "$as_me: creating $ac_file" >&6;}
23599 # Neutralize special characters interpreted by sed in replacement strings.
23600 case $configure_input in #(
23601 *\
&* |
*\|
* |
*\\* )
23602 ac_sed_conf_input
=`printf "%s\n" "$configure_input" |
23603 sed 's/[\\\\&|]/\\\\&/g'`;; #(
23604 *) ac_sed_conf_input
=$configure_input;;
23608 *:-:* |
*:-) cat >"$ac_tmp/stdin" \
23609 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5 ;;
23614 ac_dir
=`$as_dirname -- "$ac_file" ||
23615 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
23616 X"$ac_file" : 'X\(//\)[^/]' \| \
23617 X"$ac_file" : 'X\(//\)$' \| \
23618 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
23619 printf "%s\n" X"$ac_file" |
23620 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
23624 /^X\(\/\/\)[^/].*/{
23637 as_dir
="$ac_dir"; as_fn_mkdir_p
23641 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
23643 ac_dir_suffix
=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'`
23644 # A ".." for each directory in $ac_dir_suffix.
23645 ac_top_builddir_sub
=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
23646 case $ac_top_builddir_sub in
23647 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
23648 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
23651 ac_abs_top_builddir
=$ac_pwd
23652 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
23653 # for backward compatibility:
23654 ac_top_builddir
=$ac_top_build_prefix
23657 .
) # We are building in place.
23659 ac_top_srcdir
=$ac_top_builddir_sub
23660 ac_abs_top_srcdir
=$ac_pwd ;;
23661 [\\/]* | ?
:[\\/]* ) # Absolute name.
23662 ac_srcdir
=$srcdir$ac_dir_suffix;
23663 ac_top_srcdir
=$srcdir
23664 ac_abs_top_srcdir
=$srcdir ;;
23665 *) # Relative name.
23666 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
23667 ac_top_srcdir
=$ac_top_build_prefix$srcdir
23668 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
23670 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
23679 if test x
"$ac_file" != x-
; then
23681 printf "%s\n" "/* $configure_input */" >&1 \
23682 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
23683 } >"$ac_tmp/config.h" \
23684 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5
23685 if diff "$ac_file" "$ac_tmp/config.h" >/dev
/null
2>&1; then
23686 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
23687 printf "%s\n" "$as_me: $ac_file is unchanged" >&6;}
23690 mv "$ac_tmp/config.h" "$ac_file" \
23691 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5
23694 printf "%s\n" "/* $configure_input */" >&1 \
23695 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
23696 || as_fn_error $?
"could not create -" "$LINENO" 5
23704 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
23707 # Prefer the file from the source tree if names are identical.
23708 if test "$ac_source" = "$ac_file" ||
test ! -r "$ac_source"; then
23709 ac_source
=$srcdir/$ac_source
23712 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
23713 printf "%s\n" "$as_me: linking $ac_source to $ac_file" >&6;}
23715 if test ! -r "$ac_source"; then
23716 as_fn_error $?
"$ac_source: file not found" "$LINENO" 5
23720 # Try a relative symlink, then a hard link, then a copy.
23722 [\\/$
]* | ?
:[\\/]* ) ac_rel_source
=$ac_source ;;
23723 *) ac_rel_source
=$ac_top_build_prefix$ac_source ;;
23725 ln -s "$ac_rel_source" "$ac_file" 2>/dev
/null ||
23726 ln "$ac_source" "$ac_file" 2>/dev
/null ||
23727 cp -p "$ac_source" "$ac_file" ||
23728 as_fn_error $?
"cannot link or copy $ac_source to $ac_file" "$LINENO" 5
23731 :C
) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
23732 printf "%s\n" "$as_me: executing $ac_file commands" >&6;}
23737 case $ac_file$ac_mode in
23738 "include/stamp-h":C
) echo timestamp
> include
/stamp-h
;;
23739 "tools/makedep":C
) wine_fn_output_makedep || as_fn_exit $?
;;
23740 "Makefile":C
) wine_fn_output_makefile Makefile
;;
23748 ac_clean_files
=$ac_clean_files_save
23750 test $ac_write_fail = 0 ||
23751 as_fn_error $?
"write failure creating $CONFIG_STATUS" "$LINENO" 5
23754 # configure is writing to config.log, and then calls config.status.
23755 # config.status does its own redirection, appending to config.log.
23756 # Unfortunately, on DOS this fails, as config.log is still kept open
23757 # by configure, so config.status won't be able to write to it; its
23758 # output is simply discarded. So we exec the FD to /dev/null,
23759 # effectively closing config.log, so it can be properly (re)opened and
23760 # appended to by config.status. When coming back to configure, we
23761 # need to make the FD available again.
23762 if test "$no_create" != yes; then
23764 ac_config_status_args
=
23765 test "$silent" = yes &&
23766 ac_config_status_args
="$ac_config_status_args --quiet"
23768 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
23770 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
23771 # would make configure fail if this is the last instruction.
23772 $ac_cs_success || as_fn_exit
1
23774 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
23775 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
23776 printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
23780 if test "$no_create" = "yes"
23786 if test "x$wine_notices" != x
; then
23789 for msg
in $wine_notices; do
23795 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: $msg" >&5
23796 printf "%s\n" "$as_me: $msg" >&6;}
23801 for msg
in $wine_warnings; do
23808 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
23809 printf "%s\n" "$as_me: WARNING: $msg" >&2;}
23815 $as_me: Finished. Do '${ac_make}' to compile Wine.