2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.71 for Wine 7.5.
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
='7.5'
615 PACKAGE_STRING
='Wine 7.5'
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
736 EXCESS_PRECISION_CFLAGS
756 SYSTEMCONFIGURATION_LIBS
759 APPLICATIONSERVICES_LIBS
773 WINEPRELOADER_LDFLAGS
861 program_transform_name
874 enable_option_checking
879 enable_maintainer_mode
996 enable_d3dcompiler_33
997 enable_d3dcompiler_34
998 enable_d3dcompiler_35
999 enable_d3dcompiler_36
1000 enable_d3dcompiler_37
1001 enable_d3dcompiler_38
1002 enable_d3dcompiler_39
1003 enable_d3dcompiler_40
1004 enable_d3dcompiler_41
1005 enable_d3dcompiler_42
1006 enable_d3dcompiler_43
1007 enable_d3dcompiler_46
1008 enable_d3dcompiler_47
1061 enable_directmanipulation
1098 enable_explorerframe
1153 enable_light_msstyles
1168 enable_mfmediaengine
1229 enable_msvcp140_atomic_wait
1296 enable_photometadatahandler
1377 enable_uiautomationcore
1397 enable_vcruntime140_1
1415 enable_windows_devices_enumeration
1416 enable_windows_gaming_input
1417 enable_windows_globalization
1418 enable_windows_media_devices
1419 enable_windows_media_speech
1420 enable_windowscodecs
1421 enable_windowscodecsext
1423 enable_wineandroid_drv
1425 enable_winecoreaudio_drv
1428 enable_winegstreamer
1434 enable_winepulse_drv
1438 enable_winexinput_sys
1482 enable_xactengine2_0
1483 enable_xactengine2_4
1484 enable_xactengine2_7
1485 enable_xactengine2_9
1486 enable_xactengine3_0
1487 enable_xactengine3_1
1488 enable_xactengine3_2
1489 enable_xactengine3_3
1490 enable_xactengine3_4
1491 enable_xactengine3_5
1492 enable_xactengine3_6
1493 enable_xactengine3_7
1540 enable_wmcodecdspuuid
1548 enable_aspnet_regiis
1593 enable_presentationfontcache
1608 enable_servicemodelreg
1633 enable_winemenubuilder
1635 enable_winemsibuilder
1660 ac_precious_vars
='build_alias
1741 # Initialize some variables set by options.
1743 ac_init_version
=false
1744 ac_unrecognized_opts
=
1745 ac_unrecognized_sep
=
1746 # The variables have the same names as the options, with
1747 # dashes changed to underlines.
1748 cache_file
=/dev
/null
1755 program_transform_name
=s
,x
,x
,
1763 # Installation directory options.
1764 # These are left unexpanded so users can "make install exec_prefix=/foo"
1765 # and all the variables that are supposed to be based on exec_prefix
1766 # by default will actually change.
1767 # Use braces instead of parens because sh, perl, etc. also accept them.
1768 # (The list follows the same order as the GNU Coding Standards.)
1769 bindir
='${exec_prefix}/bin'
1770 sbindir
='${exec_prefix}/sbin'
1771 libexecdir
='${exec_prefix}/libexec'
1772 datarootdir
='${prefix}/share'
1773 datadir
='${datarootdir}'
1774 sysconfdir
='${prefix}/etc'
1775 sharedstatedir
='${prefix}/com'
1776 localstatedir
='${prefix}/var'
1777 runstatedir
='${localstatedir}/run'
1778 includedir
='${prefix}/include'
1779 oldincludedir
='/usr/include'
1780 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
1781 infodir
='${datarootdir}/info'
1786 libdir
='${exec_prefix}/lib'
1787 localedir
='${datarootdir}/locale'
1788 mandir
='${datarootdir}/man'
1794 # If the previous option needs an argument, assign it.
1795 if test -n "$ac_prev"; then
1796 eval $ac_prev=\
$ac_option
1802 *=?
*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1807 case $ac_dashdash$ac_option in
1811 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
1813 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
1814 bindir
=$ac_optarg ;;
1816 -build |
--build |
--buil |
--bui |
--bu)
1817 ac_prev
=build_alias
;;
1818 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
1819 build_alias
=$ac_optarg ;;
1821 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
1822 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
1823 ac_prev
=cache_file
;;
1824 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
1825 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
1826 cache_file
=$ac_optarg ;;
1828 --config-cache |
-C)
1829 cache_file
=config.cache
;;
1831 -datadir |
--datadir |
--datadi |
--datad)
1833 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
1834 datadir
=$ac_optarg ;;
1836 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
1837 |
--dataroo |
--dataro |
--datar)
1838 ac_prev
=datarootdir
;;
1839 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
1840 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
1841 datarootdir
=$ac_optarg ;;
1843 -disable-* |
--disable-*)
1844 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1845 # Reject names that are not valid shell variable names.
1846 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1847 as_fn_error $?
"invalid feature name: \`$ac_useropt'"
1848 ac_useropt_orig
=$ac_useropt
1849 ac_useropt
=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
1850 case $ac_user_opts in
1852 "enable_
$ac_useropt"
1854 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1855 ac_unrecognized_sep
=', ';;
1857 eval enable_
$ac_useropt=no
;;
1859 -docdir |
--docdir |
--docdi |
--doc |
--do)
1861 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
1862 docdir
=$ac_optarg ;;
1864 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
1866 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
1867 dvidir
=$ac_optarg ;;
1869 -enable-* |
--enable-*)
1870 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1871 # Reject names that are not valid shell variable names.
1872 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1873 as_fn_error $?
"invalid feature name: \`$ac_useropt'"
1874 ac_useropt_orig
=$ac_useropt
1875 ac_useropt
=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
1876 case $ac_user_opts in
1878 "enable_
$ac_useropt"
1880 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1881 ac_unrecognized_sep
=', ';;
1883 eval enable_
$ac_useropt=\
$ac_optarg ;;
1885 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
1886 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
1887 |
--exec |
--exe |
--ex)
1888 ac_prev
=exec_prefix
;;
1889 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
1890 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
1891 |
--exec=* |
--exe=* |
--ex=*)
1892 exec_prefix
=$ac_optarg ;;
1894 -gas |
--gas |
--ga |
--g)
1895 # Obsolete; use --with-gas.
1898 -help |
--help |
--hel |
--he |
-h)
1899 ac_init_help
=long
;;
1900 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
1901 ac_init_help
=recursive
;;
1902 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
1903 ac_init_help
=short
;;
1905 -host |
--host |
--hos |
--ho)
1906 ac_prev
=host_alias
;;
1907 -host=* |
--host=* |
--hos=* |
--ho=*)
1908 host_alias
=$ac_optarg ;;
1910 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
1912 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
1914 htmldir
=$ac_optarg ;;
1916 -includedir |
--includedir |
--includedi |
--included |
--include \
1917 |
--includ |
--inclu |
--incl |
--inc)
1918 ac_prev
=includedir
;;
1919 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
1920 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
1921 includedir
=$ac_optarg ;;
1923 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
1925 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
1926 infodir
=$ac_optarg ;;
1928 -libdir |
--libdir |
--libdi |
--libd)
1930 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
1931 libdir
=$ac_optarg ;;
1933 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
1934 |
--libexe |
--libex |
--libe)
1935 ac_prev
=libexecdir
;;
1936 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
1937 |
--libexe=* |
--libex=* |
--libe=*)
1938 libexecdir
=$ac_optarg ;;
1940 -localedir |
--localedir |
--localedi |
--localed |
--locale)
1941 ac_prev
=localedir
;;
1942 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
1943 localedir
=$ac_optarg ;;
1945 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
1946 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
1947 ac_prev
=localstatedir
;;
1948 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1949 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1950 localstatedir
=$ac_optarg ;;
1952 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1954 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1955 mandir
=$ac_optarg ;;
1957 -nfp |
--nfp |
--nf)
1958 # Obsolete; use --without-fp.
1961 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1962 |
--no-cr |
--no-c |
-n)
1965 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1966 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1969 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1970 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1971 |
--oldin |
--oldi |
--old |
--ol |
--o)
1972 ac_prev
=oldincludedir
;;
1973 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1974 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1975 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1976 oldincludedir
=$ac_optarg ;;
1978 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1980 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1981 prefix
=$ac_optarg ;;
1983 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1984 |
--program-pre |
--program-pr |
--program-p)
1985 ac_prev
=program_prefix
;;
1986 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1987 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1988 program_prefix
=$ac_optarg ;;
1990 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1991 |
--program-suf |
--program-su |
--program-s)
1992 ac_prev
=program_suffix
;;
1993 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1994 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1995 program_suffix
=$ac_optarg ;;
1997 -program-transform-name |
--program-transform-name \
1998 |
--program-transform-nam |
--program-transform-na \
1999 |
--program-transform-n |
--program-transform- \
2000 |
--program-transform |
--program-transfor \
2001 |
--program-transfo |
--program-transf \
2002 |
--program-trans |
--program-tran \
2003 |
--progr-tra |
--program-tr |
--program-t)
2004 ac_prev
=program_transform_name
;;
2005 -program-transform-name=* |
--program-transform-name=* \
2006 |
--program-transform-nam=* |
--program-transform-na=* \
2007 |
--program-transform-n=* |
--program-transform-=* \
2008 |
--program-transform=* |
--program-transfor=* \
2009 |
--program-transfo=* |
--program-transf=* \
2010 |
--program-trans=* |
--program-tran=* \
2011 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
2012 program_transform_name
=$ac_optarg ;;
2014 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
2016 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
2017 pdfdir
=$ac_optarg ;;
2019 -psdir |
--psdir |
--psdi |
--psd |
--ps)
2021 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
2024 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
2025 |
-silent |
--silent |
--silen |
--sile |
--sil)
2028 -runstatedir |
--runstatedir |
--runstatedi |
--runstated \
2029 |
--runstate |
--runstat |
--runsta |
--runst |
--runs \
2030 |
--run |
--ru |
--r)
2031 ac_prev
=runstatedir
;;
2032 -runstatedir=* |
--runstatedir=* |
--runstatedi=* |
--runstated=* \
2033 |
--runstate=* |
--runstat=* |
--runsta=* |
--runst=* |
--runs=* \
2034 |
--run=* |
--ru=* |
--r=*)
2035 runstatedir
=$ac_optarg ;;
2037 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
2039 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
2041 sbindir
=$ac_optarg ;;
2043 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
2044 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
2045 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
2047 ac_prev
=sharedstatedir
;;
2048 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
2049 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
2050 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
2052 sharedstatedir
=$ac_optarg ;;
2054 -site |
--site |
--sit)
2056 -site=* |
--site=* |
--sit=*)
2059 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
2061 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
2062 srcdir
=$ac_optarg ;;
2064 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
2065 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
2066 ac_prev
=sysconfdir
;;
2067 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
2068 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
2069 sysconfdir
=$ac_optarg ;;
2071 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
2072 ac_prev
=target_alias
;;
2073 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
2074 target_alias
=$ac_optarg ;;
2076 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
2079 -version |
--version |
--versio |
--versi |
--vers |
-V)
2080 ac_init_version
=: ;;
2083 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
2084 # Reject names that are not valid shell variable names.
2085 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
2086 as_fn_error $?
"invalid package name: \`$ac_useropt'"
2087 ac_useropt_orig
=$ac_useropt
2088 ac_useropt
=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
2089 case $ac_user_opts in
2093 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
2094 ac_unrecognized_sep
=', ';;
2096 eval with_
$ac_useropt=\
$ac_optarg ;;
2098 -without-* |
--without-*)
2099 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
2100 # Reject names that are not valid shell variable names.
2101 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
2102 as_fn_error $?
"invalid package name: \`$ac_useropt'"
2103 ac_useropt_orig
=$ac_useropt
2104 ac_useropt
=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
2105 case $ac_user_opts in
2109 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
2110 ac_unrecognized_sep
=', ';;
2112 eval with_
$ac_useropt=no
;;
2115 # Obsolete; use --with-x.
2118 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
2119 |
--x-incl |
--x-inc |
--x-in |
--x-i)
2120 ac_prev
=x_includes
;;
2121 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
2122 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
2123 x_includes
=$ac_optarg ;;
2125 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
2126 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
2127 ac_prev
=x_libraries
;;
2128 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
2129 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
2130 x_libraries
=$ac_optarg ;;
2132 -*) as_fn_error $?
"unrecognized option: \`$ac_option'
2133 Try \`$0 --help' for more information"
2137 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
2138 # Reject names that are not valid shell variable names.
2139 case $ac_envvar in #(
2140 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
2141 as_fn_error $?
"invalid variable name: \`$ac_envvar'" ;;
2143 eval $ac_envvar=\
$ac_optarg
2144 export $ac_envvar ;;
2147 # FIXME: should be removed in autoconf 3.0.
2148 printf "%s\n" "$as_me: WARNING: you should use --build, --host, --target" >&2
2149 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
2150 printf "%s\n" "$as_me: WARNING: invalid host type: $ac_option" >&2
2151 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
2157 if test -n "$ac_prev"; then
2158 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
2159 as_fn_error $?
"missing argument to $ac_option"
2162 if test -n "$ac_unrecognized_opts"; then
2163 case $enable_option_checking in
2165 fatal
) as_fn_error $?
"unrecognized options: $ac_unrecognized_opts" ;;
2166 *) printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
2170 # Check all directory arguments for consistency.
2171 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
2172 datadir sysconfdir sharedstatedir localstatedir includedir \
2173 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
2174 libdir localedir mandir runstatedir
2176 eval ac_val
=\$
$ac_var
2177 # Remove trailing slashes.
2180 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
2181 eval $ac_var=\
$ac_val;;
2183 # Be sure to have absolute directory names.
2185 [\\/$
]* | ?
:[\\/]* ) continue;;
2186 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
2188 as_fn_error $?
"expected an absolute directory name for --$ac_var: $ac_val"
2191 # There might be people who depend on the old broken behavior: `$host'
2192 # used to hold the argument of --host etc.
2193 # FIXME: To remove some day.
2196 target
=$target_alias
2198 # FIXME: To remove some day.
2199 if test "x$host_alias" != x
; then
2200 if test "x$build_alias" = x
; then
2201 cross_compiling
=maybe
2202 elif test "x$build_alias" != "x$host_alias"; then
2208 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
2210 test "$silent" = yes && exec 6>/dev
/null
2213 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
2214 ac_ls_di
=`ls -di .` &&
2215 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
2216 as_fn_error $?
"working directory cannot be determined"
2217 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
2218 as_fn_error $?
"pwd does not report name of working directory"
2221 # Find the source files, if location was not specified.
2222 if test -z "$srcdir"; then
2223 ac_srcdir_defaulted
=yes
2224 # Try the directory containing this script, then the parent directory.
2225 ac_confdir
=`$as_dirname -- "$as_myself" ||
2226 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2227 X"$as_myself" : 'X\(//\)[^/]' \| \
2228 X"$as_myself" : 'X\(//\)$' \| \
2229 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
2230 printf "%s\n" X"$as_myself" |
2231 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2249 if test ! -r "$srcdir/$ac_unique_file"; then
2253 ac_srcdir_defaulted
=no
2255 if test ! -r "$srcdir/$ac_unique_file"; then
2256 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
2257 as_fn_error $?
"cannot find sources ($ac_unique_file) in $srcdir"
2259 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
2261 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
2263 # When building in place, set srcdir=.
2264 if test "$ac_abs_confdir" = "$ac_pwd"; then
2267 # Remove unnecessary trailing slashes from srcdir.
2268 # Double slashes in file names in object file debugging info
2269 # mess up M-x gdb in Emacs.
2271 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
2273 for ac_var
in $ac_precious_vars; do
2274 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
2275 eval ac_env_
${ac_var}_value
=\$
${ac_var}
2276 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
2277 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
2281 # Report the --help message.
2283 if test "$ac_init_help" = "long"; then
2284 # Omit some internal or obsolete options to make the list less imposing.
2285 # This message is too long to be a string in the A/UX 3.1 sh.
2287 \`configure' configures Wine 7.5 to adapt to many kinds of systems.
2289 Usage: $0 [OPTION]... [VAR=VALUE]...
2291 To assign environment variables (e.g., CC, CFLAGS...), specify them as
2292 VAR=VALUE. See below for descriptions of some of the useful variables.
2294 Defaults for the options are specified in brackets.
2297 -h, --help display this help and exit
2298 --help=short display options specific to this package
2299 --help=recursive display the short help of all the included packages
2300 -V, --version display version information and exit
2301 -q, --quiet, --silent do not print \`checking ...' messages
2302 --cache-file=FILE cache test results in FILE [disabled]
2303 -C, --config-cache alias for \`--cache-file=config.cache'
2304 -n, --no-create do not create output files
2305 --srcdir=DIR find the sources in DIR [configure dir or \`..']
2307 Installation directories:
2308 --prefix=PREFIX install architecture-independent files in PREFIX
2309 [$ac_default_prefix]
2310 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
2313 By default, \`make install' will install all the files in
2314 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
2315 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
2316 for instance \`--prefix=\$HOME'.
2318 For better control, use the options below.
2320 Fine tuning of the installation directories:
2321 --bindir=DIR user executables [EPREFIX/bin]
2322 --sbindir=DIR system admin executables [EPREFIX/sbin]
2323 --libexecdir=DIR program executables [EPREFIX/libexec]
2324 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
2325 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
2326 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
2327 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
2328 --libdir=DIR object code libraries [EPREFIX/lib]
2329 --includedir=DIR C header files [PREFIX/include]
2330 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2331 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
2332 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
2333 --infodir=DIR info documentation [DATAROOTDIR/info]
2334 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
2335 --mandir=DIR man documentation [DATAROOTDIR/man]
2336 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
2337 --htmldir=DIR html documentation [DOCDIR]
2338 --dvidir=DIR dvi documentation [DOCDIR]
2339 --pdfdir=DIR pdf documentation [DOCDIR]
2340 --psdir=DIR ps documentation [DOCDIR]
2346 --x-includes=DIR X include files are
in DIR
2347 --x-libraries=DIR X library files are
in DIR
2350 --build=BUILD configure
for building on BUILD
[guessed
]
2351 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
2355 if test -n "$ac_init_help"; then
2356 case $ac_init_help in
2357 short | recursive
) echo "Configuration of Wine 7.5:";;
2362 --disable-option-checking ignore unrecognized
--enable/--with options
2363 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
2364 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
2365 --disable-win16 do not include Win16 support
2366 --enable-win64 build a Win64 emulator on AMD64
(won
't run Win32
2368 --disable-tests do not build the regression tests
2369 --enable-build-id include .buildid section in output objects
2370 --enable-maintainer-mode
2371 enable maintainer-specific build rules
2372 --enable-silent-rules use silent build rules (override: "make V=1")
2373 --enable-werror treat compilation warnings as errors
2374 --disable-largefile omit support for large files
2377 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
2378 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
2379 --without-alsa do not use the Alsa sound support
2380 --without-capi do not use CAPI (ISDN support)
2381 --without-coreaudio do not use the CoreAudio sound support
2382 --without-cups do not use CUPS
2383 --without-dbus do not use DBus (dynamic device support)
2384 --with-float-abi=abi specify the ABI (soft|softfp|hard) for ARM platforms
2385 --without-fontconfig do not use fontconfig
2386 --without-freetype do not use the FreeType library
2387 --without-gettext do not use gettext
2388 --with-gettextpo use the GetTextPO library to rebuild po files
2389 --without-gphoto do not use gphoto (Digital Camera support)
2390 --without-gnutls do not use GnuTLS (schannel support)
2391 --without-gssapi do not use GSSAPI (Kerberos SSP support)
2392 --without-gstreamer do not use GStreamer (codecs support)
2393 --without-inotify do not use inotify (filesystem change notifications)
2394 --without-krb5 do not use krb5 (Kerberos)
2395 --without-ldap do not use LDAP
2396 --without-mingw do not use the MinGW cross-compiler
2397 --without-netapi do not use the Samba NetAPI library
2398 --without-openal do not use OpenAL
2399 --without-opencl do not use OpenCL
2400 --without-opengl do not use OpenGL
2401 --without-osmesa do not use the OSMesa library
2402 --without-oss do not use the OSS sound support
2403 --without-pcap do not use the Packet Capture library
2404 --without-pthread do not use the pthread library
2405 --without-pulse do not use PulseAudio sound support
2406 --without-sane do not use SANE (scanner support)
2407 --without-sdl do not use SDL
2408 --without-udev do not use udev (plug and play support)
2409 --without-unwind do not use the libunwind library (exception
2411 --without-usb do not use the libusb library
2412 --without-v4l2 do not use v4l2 (video capture)
2413 --without-vulkan do not use Vulkan
2414 --without-xcomposite do not use the Xcomposite extension
2415 --without-xcursor do not use the Xcursor extension
2416 --without-xfixes do not use Xfixes for clipboard change notifications
2417 --without-xinerama do not use Xinerama (legacy multi-monitor support)
2418 --without-xinput do not use the Xinput extension
2419 --without-xinput2 do not use the Xinput 2 extension
2420 --without-xrandr do not use Xrandr (multi-monitor support)
2421 --without-xrender do not use the Xrender extension
2422 --without-xshape do not use the Xshape extension
2423 --without-xshm do not use XShm (shared memory extension)
2424 --without-xxf86vm do not use XFree video mode extension
2425 --with-system-dllpath=PATH
2426 load external PE dependencies from colon-separated
2428 --with-wine-tools=DIR use Wine tools from directory DIR
2429 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
2430 --with-x use the X Window System
2432 Some influential environment variables:
2433 CC C compiler command
2434 CFLAGS C compiler flags
2435 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
2436 nonstandard directory <lib dir>
2437 LIBS libraries to pass to the linker, e.g. -l<library>
2438 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2439 you have headers in a nonstandard directory <include dir>
2440 CXX C++ compiler command
2441 CXXFLAGS C++ compiler flags
2442 OBJC Objective C compiler command
2443 OBJCFLAGS Objective C compiler flags
2445 C compiler flags for the PE faudio, overriding the bundled
2448 Linker flags for the PE faudio, overriding the bundled version
2450 C compiler flags for the PE gsm, overriding the bundled version
2451 GSM_PE_LIBS Linker flags for the PE gsm, overriding the bundled version
2453 C compiler flags for the PE jpeg, overriding the bundled version
2455 Linker flags for the PE jpeg, overriding the bundled version
2457 C compiler flags for the PE jxr, overriding the bundled version
2458 JXR_PE_LIBS Linker flags for the PE jxr, overriding the bundled version
2460 C compiler flags for the PE lcms2, overriding the bundled
2463 Linker flags for the PE lcms2, overriding the bundled version
2465 C compiler flags for the PE mpg123, overriding the bundled
2468 Linker flags for the PE mpg123, overriding the bundled version
2470 C compiler flags for the PE png, overriding the bundled version
2471 PNG_PE_LIBS Linker flags for the PE png, overriding the bundled version
2473 C compiler flags for the PE tiff, overriding the bundled version
2475 Linker flags for the PE tiff, overriding the bundled version
2477 C compiler flags for the PE vkd3d, overriding the bundled
2480 Linker flags for the PE vkd3d, overriding the bundled version
2482 C compiler flags for the PE xml2, overriding the bundled version
2484 Linker flags for the PE xml2, overriding the bundled version
2486 C compiler flags for the PE xslt, overriding the bundled version
2488 Linker flags for the PE xslt, overriding the bundled version
2490 C compiler flags for the PE zlib, overriding the bundled version
2492 Linker flags for the PE zlib, overriding the bundled version
2493 XMKMF Path to xmkmf, Makefile generator for X Window System
2496 C compiler flags for libinotify, overriding pkg-config
2498 Linker flags for libinotify, overriding pkg-config
2499 DBUS_CFLAGS C compiler flags for dbus-1, overriding pkg-config
2500 DBUS_LIBS Linker flags for dbus-1, overriding pkg-config
2502 C compiler flags for gnutls, overriding pkg-config
2503 GNUTLS_LIBS Linker flags for gnutls, overriding pkg-config
2504 SANE_CFLAGS C compiler flags for sane-backends, overriding pkg-config
2505 SANE_LIBS Linker flags for sane-backends, overriding pkg-config
2506 USB_CFLAGS C compiler flags for libusb-1.0, overriding pkg-config
2507 USB_LIBS Linker flags for libusb-1.0, overriding pkg-config
2509 C compiler flags for libgphoto2, overriding pkg-config
2511 Linker flags for libgphoto2, overriding pkg-config
2513 C compiler flags for libgphoto2_port, overriding pkg-config
2515 Linker flags for libgphoto2_port, overriding pkg-config
2517 C compiler flags for freetype2, overriding pkg-config
2519 Linker flags for freetype2, overriding pkg-config
2521 C compiler flags for libpulse, overriding pkg-config
2522 PULSE_LIBS Linker flags for libpulse, overriding pkg-config
2524 C compiler flags for gstreamer-1.0 gstreamer-video-1.0
2525 gstreamer-audio-1.0, overriding pkg-config
2527 Linker flags for gstreamer-1.0 gstreamer-video-1.0
2528 gstreamer-audio-1.0, overriding pkg-config
2529 UDEV_CFLAGS C compiler flags for libudev, overriding pkg-config
2530 UDEV_LIBS Linker flags for libudev, overriding pkg-config
2532 C compiler flags for libunwind, overriding pkg-config
2533 UNWIND_LIBS Linker flags for libunwind, overriding pkg-config
2534 SDL2_CFLAGS C compiler flags for sdl2, overriding pkg-config
2535 SDL2_LIBS Linker flags for sdl2, overriding pkg-config
2537 C compiler flags for capi20, overriding pkg-config
2538 CAPI20_LIBS Linker flags for capi20, overriding pkg-config
2539 CUPS_CFLAGS C compiler flags for cups, overriding pkg-config
2540 CUPS_LIBS Linker flags for cups, overriding pkg-config
2542 C compiler flags for fontconfig, overriding pkg-config
2544 Linker flags for fontconfig, overriding pkg-config
2545 KRB5_CFLAGS C compiler flags for krb5, overriding pkg-config
2546 KRB5_LIBS Linker flags for krb5, overriding pkg-config
2548 C compiler flags for krb5-gssapi, overriding pkg-config
2549 GSSAPI_LIBS Linker flags for krb5-gssapi, overriding pkg-config
2551 C compiler flags for netapi, overriding pkg-config
2552 NETAPI_LIBS Linker flags for netapi, overriding pkg-config
2553 LDAP_CFLAGS C compiler flags for openldap, overriding pkg-config
2554 LDAP_LIBS Linker flags for openldap, overriding pkg-config
2556 Use these variables to override the choices made by `configure' or to
help
2557 it to
find libraries and programs with nonstandard names
/locations.
2559 Report bugs to
<wine-devel@winehq.org
>.
2560 Wine home page
: <https
://www.winehq.org
>.
2565 if test "$ac_init_help" = "recursive"; then
2566 # If there are subdirs, report their specific --help.
2567 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
2568 test -d "$ac_dir" ||
2569 { cd "$srcdir" && ac_pwd
=`pwd` && srcdir
=.
&& test -d "$ac_dir"; } ||
2574 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2576 ac_dir_suffix
=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'`
2577 # A ".." for each directory in $ac_dir_suffix.
2578 ac_top_builddir_sub
=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2579 case $ac_top_builddir_sub in
2580 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2581 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
2584 ac_abs_top_builddir
=$ac_pwd
2585 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
2586 # for backward compatibility:
2587 ac_top_builddir
=$ac_top_build_prefix
2590 .
) # We are building in place.
2592 ac_top_srcdir
=$ac_top_builddir_sub
2593 ac_abs_top_srcdir
=$ac_pwd ;;
2594 [\\/]* | ?
:[\\/]* ) # Absolute name.
2595 ac_srcdir
=$srcdir$ac_dir_suffix;
2596 ac_top_srcdir
=$srcdir
2597 ac_abs_top_srcdir
=$srcdir ;;
2599 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
2600 ac_top_srcdir
=$ac_top_build_prefix$srcdir
2601 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
2603 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
2605 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
2606 # Check for configure.gnu first; this name is used for a wrapper for
2607 # Metaconfig's "Configure" on case-insensitive file systems.
2608 if test -f "$ac_srcdir/configure.gnu"; then
2610 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2611 elif test -f "$ac_srcdir/configure"; then
2613 $SHELL "$ac_srcdir/configure" --help=recursive
2615 printf "%s\n" "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2617 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
2621 test -n "$ac_init_help" && exit $ac_status
2622 if $ac_init_version; then
2625 generated by GNU Autoconf
2.71
2627 Copyright
(C
) 2021 Free Software Foundation
, Inc.
2628 This configure
script is free software
; the Free Software Foundation
2629 gives unlimited permission to copy
, distribute and modify it.
2634 ## ------------------------ ##
2635 ## Autoconf initialization. ##
2636 ## ------------------------ ##
2638 # ac_fn_c_try_compile LINENO
2639 # --------------------------
2640 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2641 ac_fn_c_try_compile
()
2643 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2644 rm -f conftest.
$ac_objext conftest.beam
2645 if { { ac_try
="$ac_compile"
2647 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2648 *) ac_try_echo=$ac_try;;
2650 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2651 printf "%s\n" "$ac_try_echo"; } >&5
2652 (eval "$ac_compile") 2>conftest.err
2654 if test -s conftest.err; then
2655 grep -v '^ *+' conftest.err >conftest.er1
2656 cat conftest.er1 >&5
2657 mv -f conftest.er1 conftest.err
2659 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2660 test $ac_status = 0; } && {
2661 test -z "$ac_c_werror_flag" ||
2662 test ! -s conftest.err
2663 } && test -s conftest.$ac_objext
2667 printf "%s\n" "$as_me: failed program was:" >&5
2668 sed 's/^/| /' conftest.$ac_ext >&5
2672 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2673 as_fn_set_status $ac_retval
2675 } # ac_fn_c_try_compile
2677 # ac_fn_cxx_try_compile LINENO
2678 # ----------------------------
2679 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2680 ac_fn_cxx_try_compile ()
2682 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2683 rm -f conftest.$ac_objext conftest.beam
2684 if { { ac_try="$ac_compile"
2686 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2687 *) ac_try_echo
=$ac_try;;
2689 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2690 printf "%s\n" "$ac_try_echo"; } >&5
2691 (eval "$ac_compile") 2>conftest.err
2693 if test -s conftest.err
; then
2694 grep -v '^ *+' conftest.err
>conftest.er1
2695 cat conftest.er1
>&5
2696 mv -f conftest.er1 conftest.err
2698 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2699 test $ac_status = 0; } && {
2700 test -z "$ac_cxx_werror_flag" ||
2701 test ! -s conftest.err
2702 } && test -s conftest.
$ac_objext
2706 printf "%s\n" "$as_me: failed program was:" >&5
2707 sed 's/^/| /' conftest.
$ac_ext >&5
2711 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2712 as_fn_set_status
$ac_retval
2714 } # ac_fn_cxx_try_compile
2716 # ac_fn_c_try_link LINENO
2717 # -----------------------
2718 # Try to link conftest.$ac_ext, and return whether this succeeded.
2721 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2722 rm -f conftest.
$ac_objext conftest.beam conftest
$ac_exeext
2723 if { { ac_try
="$ac_link"
2725 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2726 *) ac_try_echo=$ac_try;;
2728 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2729 printf "%s\n" "$ac_try_echo"; } >&5
2730 (eval "$ac_link") 2>conftest.err
2732 if test -s conftest.err; then
2733 grep -v '^ *+' conftest.err >conftest.er1
2734 cat conftest.er1 >&5
2735 mv -f conftest.er1 conftest.err
2737 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2738 test $ac_status = 0; } && {
2739 test -z "$ac_c_werror_flag" ||
2740 test ! -s conftest.err
2741 } && test -s conftest$ac_exeext && {
2742 test "$cross_compiling" = yes ||
2743 test -x conftest$ac_exeext
2748 printf "%s\n" "$as_me: failed program was:" >&5
2749 sed 's/^/| /' conftest.$ac_ext >&5
2753 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2754 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2755 # interfere with the next link command; also delete a directory that is
2756 # left behind by Apple's compiler. We do this before executing the actions.
2757 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2758 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2759 as_fn_set_status $ac_retval
2761 } # ac_fn_c_try_link
2763 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2764 # -------------------------------------------------------
2765 # Tests whether HEADER exists and can be compiled using the include files in
2766 # INCLUDES, setting the cache variable VAR accordingly.
2767 ac_fn_c_check_header_compile ()
2769 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2770 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2771 printf %s "checking for $2... " >&6; }
2772 if eval test \${$3+y}
2774 printf %s "(cached) " >&6
2776 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2777 /* end confdefs.h. */
2781 if ac_fn_c_try_compile "$LINENO"
2787 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
2790 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2791 printf "%s\n" "$ac_res" >&6; }
2792 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2794 } # ac_fn_c_check_header_compile
2796 # ac_fn_objc_try_compile LINENO
2797 # -----------------------------
2798 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2799 ac_fn_objc_try_compile ()
2801 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2802 rm -f conftest.$ac_objext conftest.beam
2803 if { { ac_try="$ac_compile"
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_compile") 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_objc_werror_flag" ||
2820 test ! -s conftest.err
2821 } && test -s conftest.
$ac_objext
2825 printf "%s\n" "$as_me: failed program was:" >&5
2826 sed 's/^/| /' conftest.
$ac_ext >&5
2830 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2831 as_fn_set_status
$ac_retval
2833 } # ac_fn_objc_try_compile
2835 # ac_fn_objc_check_header_compile LINENO HEADER VAR INCLUDES
2836 # ----------------------------------------------------------
2837 # Tests whether HEADER exists and can be compiled using the include files in
2838 # INCLUDES, setting the cache variable VAR accordingly.
2839 ac_fn_objc_check_header_compile
()
2841 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2842 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2843 printf %s
"checking for $2... " >&6; }
2844 if eval test \
${$3+y}
2846 printf %s
"(cached) " >&6
2848 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2849 /* end confdefs.h. */
2853 if ac_fn_objc_try_compile
"$LINENO"
2859 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
2862 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2863 printf "%s\n" "$ac_res" >&6; }
2864 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2866 } # ac_fn_objc_check_header_compile
2868 # ac_fn_c_check_func LINENO FUNC VAR
2869 # ----------------------------------
2870 # Tests whether FUNC exists, setting the cache variable VAR accordingly
2871 ac_fn_c_check_func
()
2873 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2874 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2875 printf %s
"checking for $2... " >&6; }
2876 if eval test \
${$3+y}
2878 printf %s
"(cached) " >&6
2880 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2881 /* end confdefs.h. */
2882 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2883 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2884 #define $2 innocuous_$2
2886 /* System header to define __stub macros and hopefully few prototypes,
2887 which can conflict with char $2 (); below. */
2892 /* Override any GCC internal prototype to avoid an error.
2893 Use char because int might match the return type of a GCC
2894 builtin and then its argument prototype would still apply. */
2899 /* The GNU C library defines this for functions which it implements
2900 to always fail with ENOSYS. Some functions are actually named
2901 something starting with __ and the normal name is an alias. */
2902 #if defined __stub_$2 || defined __stub___$2
2914 if ac_fn_c_try_link
"$LINENO"
2920 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
2921 conftest
$ac_exeext conftest.
$ac_ext
2924 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2925 printf "%s\n" "$ac_res" >&6; }
2926 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2928 } # ac_fn_c_check_func
2930 # ac_fn_c_try_cpp LINENO
2931 # ----------------------
2932 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2935 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2936 if { { ac_try
="$ac_cpp conftest.$ac_ext"
2938 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2939 *) ac_try_echo=$ac_try;;
2941 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2942 printf "%s\n" "$ac_try_echo"; } >&5
2943 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2945 if test -s conftest.err; then
2946 grep -v '^ *+' conftest.err >conftest.er1
2947 cat conftest.er1 >&5
2948 mv -f conftest.er1 conftest.err
2950 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2951 test $ac_status = 0; } > conftest.i && {
2952 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2953 test ! -s conftest.err
2958 printf "%s\n" "$as_me: failed program was:" >&5
2959 sed 's/^/| /' conftest.$ac_ext >&5
2963 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2964 as_fn_set_status $ac_retval
2968 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2969 # ----------------------------------------------------
2970 # Tries to find if the field MEMBER exists in type AGGR, after including
2971 # INCLUDES, setting cache variable VAR accordingly.
2972 ac_fn_c_check_member ()
2974 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2975 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2976 printf %s "checking for $2.$3... " >&6; }
2977 if eval test \${$4+y}
2979 printf %s "(cached) " >&6
2981 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2982 /* end confdefs.h. */
2994 if ac_fn_c_try_compile "$LINENO"
2998 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2999 /* end confdefs.h. */
3005 if (sizeof ac_aggr.$3)
3011 if ac_fn_c_try_compile "$LINENO"
3017 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
3019 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
3022 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3023 printf "%s\n" "$ac_res" >&6; }
3024 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3026 } # ac_fn_c_check_member
3028 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
3029 # -------------------------------------------
3030 # Tests whether TYPE exists after having included INCLUDES, setting cache
3031 # variable VAR accordingly.
3032 ac_fn_c_check_type ()
3034 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3035 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3036 printf %s "checking for $2... " >&6; }
3037 if eval test \${$3+y}
3039 printf %s "(cached) " >&6
3042 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3043 /* end confdefs.h. */
3054 if ac_fn_c_try_compile "$LINENO"
3056 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3057 /* end confdefs.h. */
3068 if ac_fn_c_try_compile "$LINENO"
3074 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
3076 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
3079 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3080 printf "%s\n" "$ac_res" >&6; }
3081 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3083 } # ac_fn_c_check_type
3084 ac_configure_args_raw=
3089 ac_arg=`printf "%s\n" "$ac_arg" |
sed "s/'/'\\\\\\\\''/g"` ;;
3091 as_fn_append ac_configure_args_raw " '$ac_arg'"
3094 case $ac_configure_args_raw in
3098 ac_unsafe_z='|&;<>()$`\\"*?[ '' ' # This string ends in space, tab.
3099 ac_unsafe_a="$ac_unsafe_z#~
"
3100 ac_safe_unquote="s
/ '\\([^$ac_unsafe_a][^$ac_unsafe_z]*\\)'/ \\1/g
"
3101 ac_configure_args_raw=` printf "%s
\n" "$ac_configure_args_raw" | sed "$ac_safe_unquote"`;;
3104 cat >config.log <<_ACEOF
3105 This file contains any messages produced by compilers while
3106 running configure, to aid debugging if configure makes a mistake.
3108 It was created by Wine $as_me 7.5, which was
3109 generated by GNU Autoconf 2.71. Invocation command line was
3111 $ $0$ac_configure_args_raw
3121 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
3122 uname -m = `(uname -m) 2>/dev/null || echo unknown`
3123 uname -r = `(uname -r) 2>/dev/null || echo unknown`
3124 uname -s = `(uname -s) 2>/dev/null || echo unknown`
3125 uname -v = `(uname -v) 2>/dev/null || echo unknown`
3127 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
3128 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
3130 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
3131 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
3132 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
3133 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
3134 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
3135 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
3136 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
3140 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3144 case $as_dir in #(((
3147 *) as_dir=$as_dir/ ;;
3149 printf "%s
\n" "PATH
: $as_dir"
3165 # Keep a trace of the command line.
3166 # Strip out --no-create and --no-recursion so they do not pile up.
3167 # Strip out --silent because we don't want to record it for future runs.
3168 # Also quote any args containing shell meta-characters.
3169 # Make two passes to allow for proper duplicate-argument suppression.
3173 ac_must_keep_next=false
3179 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
3180 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
3181 | -silent | --silent | --silen | --sile | --sil)
3184 ac_arg=`printf "%s
\n" "$ac_arg" | sed "s
/'/'\\\\\\\\''/g
"` ;;
3187 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
3189 as_fn_append ac_configure_args1 " '$ac_arg'"
3190 if test $ac_must_keep_next = true; then
3191 ac_must_keep_next=false # Got value, back to normal.
3194 *=* | --config-cache | -C | -disable-* | --disable-* \
3195 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
3196 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
3197 | -with-* | --with-* | -without-* | --without-* | --x)
3198 case "$ac_configure_args0 " in
3199 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
3202 -* ) ac_must_keep_next=true ;;
3205 as_fn_append ac_configure_args " '$ac_arg'"
3210 { ac_configure_args0=; unset ac_configure_args0;}
3211 { ac_configure_args1=; unset ac_configure_args1;}
3213 # When interrupted or exit'd, cleanup temporary files, and complete
3214 # config.log. We remove comments because anyway the quotes in there
3215 # would cause problems or look ugly.
3216 # WARNING: Use '\'' to represent an apostrophe within the trap.
3217 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
3218 trap 'exit_status=$?
3221 # Save into config.log some information that might help in debugging.
3225 printf "%s
\n" "## ---------------- ##
3226 ## Cache variables. ##
3227 ## ---------------- ##"
3229 # The following way of writing the cache mishandles newlines in values,
3231 for ac_var
in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
3232 eval ac_val
=\$
$ac_var
3236 *_cv_
*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3237 printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3240 _ | IFS | as_nl
) ;; #(
3241 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
3242 *) { eval $ac_var=; unset $ac_var;} ;;
3247 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
3248 *${as_nl}ac_space
=\
*)
3250 "s/'\''/'\''\\\\'\'''\''/g;
3251 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
3254 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3261 printf "%s\n" "## ----------------- ##
3262 ## Output variables. ##
3263 ## ----------------- ##"
3265 for ac_var
in $ac_subst_vars
3267 eval ac_val
=\$
$ac_var
3269 *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3271 printf "%s\n" "$ac_var='\''$ac_val'\''"
3275 if test -n "$ac_subst_files"; then
3276 printf "%s\n" "## ------------------- ##
3277 ## File substitutions. ##
3278 ## ------------------- ##"
3280 for ac_var in $ac_subst_files
3282 eval ac_val=\$$ac_var
3284 *\'\''*) ac_val
=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3286 printf "%s\n" "$ac_var='\''$ac_val'\''"
3291 if test -s confdefs.h
; then
3292 printf "%s\n" "## ----------- ##
3299 test "$ac_signal" != 0 &&
3300 printf "%s\n" "$as_me: caught signal $ac_signal"
3301 printf "%s\n" "$as_me: exit $exit_status"
3303 rm -f core
*.core core.conftest.
* &&
3304 rm -f -r conftest
* confdefs
* conf$$
* $ac_clean_files &&
3307 for ac_signal in 1 2 13 15; do
3308 trap 'ac_signal
='$ac_signal'; as_fn_exit
1' $ac_signal
3312 # confdefs.h avoids OS command line length limits that DEFS can exceed.
3313 rm -f -r conftest* confdefs.h
3315 printf "%s\n" "/* confdefs.h */" > confdefs.h
3317 # Predefined preprocessor variables.
3319 printf "%s\n" "#define PACKAGE_NAME \"$PACKAGE_NAME\"" >>confdefs.h
3321 printf "%s\n" "#define PACKAGE_TARNAME \"$PACKAGE_TARNAME\"" >>confdefs.h
3323 printf "%s\n" "#define PACKAGE_VERSION \"$PACKAGE_VERSION\"" >>confdefs.h
3325 printf "%s\n" "#define PACKAGE_STRING \"$PACKAGE_STRING\"" >>confdefs.h
3327 printf "%s\n" "#define PACKAGE_BUGREPORT \"$PACKAGE_BUGREPORT\"" >>confdefs.h
3329 printf "%s\n" "#define PACKAGE_URL \"$PACKAGE_URL\"" >>confdefs.h
3332 # Let the site file select an alternate cache file if it wants to.
3333 # Prefer an explicitly selected file to automatically selected ones.
3334 if test -n "$CONFIG_SITE"; then
3335 ac_site_files="$CONFIG_SITE"
3336 elif test "x$prefix" != xNONE; then
3337 ac_site_files="$prefix/share/config.site $prefix/etc/config.site"
3339 ac_site_files="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
3342 for ac_site_file in $ac_site_files
3344 case $ac_site_file in #(
3348 ac_site_file=./$ac_site_file ;;
3350 if test -f "$ac_site_file" && test -r "$ac_site_file"; then
3351 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3352 printf "%s\n" "$as_me: loading site script $ac_site_file" >&6;}
3353 sed 's
/^
/|
/' "$ac_site_file" >&5
3355 || { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3356 printf "%s
\n" "$as_me: error
: in \
`$ac_pwd':" >&2;}
3357 as_fn_error $? "failed to load site script $ac_site_file
3358 See \`config.log
' for more details" "$LINENO" 5; }
3362 if test -r "$cache_file"; then
3363 # Some versions of bash will fail to source /dev/null (special files
3364 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
3365 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
3366 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3367 printf "%s\n" "$as_me: loading cache $cache_file" >&6;}
3369 [\\/]* | ?:[\\/]* ) . "$cache_file";;
3370 *) . "./$cache_file";;
3374 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3375 printf "%s\n" "$as_me: creating cache $cache_file" >&6;}
3379 # Test code for whether the C compiler supports C89 (global declarations)
3380 ac_c_conftest_c89_globals='
3381 /* Does the compiler advertise C89 conformance?
3382 Do not
test the value of __STDC__
, because some compilers
set it to
0
3383 while being otherwise adequately conformant.
*/
3384 #if !defined __STDC__
3385 # error "Compiler does not advertise C89 conformance"
3391 /* Most of the following tests are stolen from RCS
5.7 src
/conf.sh.
*/
3392 struct buf
{ int x
; };
3393 struct buf
* (*rcsopen
) (struct buf
*, struct stat
*, int
);
3394 static char
*e
(p
, i
)
3400 static char
*f
(char
* (*g
) (char
**, int
), char
**p
, ...
)
3405 s
= g
(p
, va_arg
(v
,int
));
3410 /* OSF
4.0 Compaq cc is some
sort of almost-ANSI by default. It has
3411 function prototypes and stuff
, but not \xHH hex character constants.
3412 These
do not provoke an error unfortunately
, instead are silently treated
3413 as an
"x". The following induces an error
, until -std is added to get
3414 proper ANSI mode. Curiously
\x00 != x always comes out true
, for an
3415 array size
at least. It is necessary to
write \x00 == 0 to get something
3416 that is true only with
-std.
*/
3417 int osf4_cc_array
['\''\x00'\'' == 0 ?
1 : -1];
3419 /* IBM C
6 for AIX is almost-ANSI by default
, but it replaces macro parameters
3420 inside
strings and character constants.
*/
3421 #define FOO(x) '\''x'\''
3422 int xlc6_cc_array
[FOO
(a
) == '\''x
'\'' ?
1 : -1];
3424 int
test (int i
, double x
);
3425 struct s1
{int
(*f
) (int a
);};
3426 struct s2
{int
(*f
) (double a
);};
3427 int pairnames
(int
, char
**, int
*(*)(struct buf
*, struct stat
*, int
),
3430 # Test code for whether the C compiler supports C89 (body of main).
3431 ac_c_conftest_c89_main='
3432 ok |
= (argc
== 0 || f
(e
, argv
, 0) != argv
[0] || f
(e
, argv
, 1) != argv
[1]);
3435 # Test code for whether the C compiler supports C99 (global declarations)
3436 ac_c_conftest_c99_globals='
3437 // Does the compiler advertise C99 conformance?
3438 #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 199901L
3439 # error "Compiler does not advertise C99 conformance"
3442 #include <stdbool.h>
3443 extern int puts
(const char
*);
3444 extern int
printf (const char
*, ...
);
3445 extern int dprintf
(int
, const char
*, ...
);
3446 extern void
*malloc
(size_t
);
3448 // Check varargs macros. These examples are taken from C99
6.10.3.5.
3449 // dprintf is used instead of fprintf to avoid needing to
declare
3451 #define debug(...) dprintf (2, __VA_ARGS__)
3452 #define showlist(...) puts (#__VA_ARGS__)
3453 #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
3455 test_varargs_macros
(void
)
3460 debug
("X = %d\n", x
);
3461 showlist
(The first
, second
, and third items.
);
3462 report
(x
>y
, "x is %d but y is %d", x
, y
);
3465 // Check long long types.
3466 #define BIG64 18446744073709551615ull
3467 #define BIG32 4294967295ul
3468 #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
3470 #error "your preprocessor is broken"
3474 #error "your preprocessor is broken"
3476 static long long int bignum
= -9223372036854775807LL;
3477 static unsigned long long int ubignum
= BIG64
;
3479 struct incomplete_array
3487 const wchar_t
*name
;
3491 typedef const char
*ccp
;
3494 test_restrict
(ccp restrict text
)
3496 // See
if C
++-style comments work.
3497 // Iterate through items via the restricted pointer.
3498 // Also check
for declarations
in for loops.
3499 for (unsigned int i
= 0; *(text
+i
) != '\''\
0'\''; ++i
)
3504 // Check varargs and va_copy.
3506 test_varargs
(const char
*format
, ...
)
3509 va_start
(args
, format
);
3511 va_copy
(args_copy
, args
);
3513 const char
*str
= "";
3521 case '\''s
'\'': // string
3522 str
= va_arg
(args_copy
, const char
*);
3524 case '\''d
'\'': // int
3525 number
= va_arg
(args_copy
, int
);
3527 case '\''f
'\'': // float
3528 fnumber
= va_arg
(args_copy
, double
);
3537 return *str
&& number
&& fnumber
;
3541 # Test code for whether the C compiler supports C99 (body of main).
3542 ac_c_conftest_c99_main='
3544 _Bool success
= false
;
3545 success |
= (argc
!= 0);
3548 if (test_restrict
("String literal") == 0)
3550 char
*restrict newvar
= "Another string";
3553 success
&= test_varargs
("s, d'\'' f .", "string", 65, 34.234);
3554 test_varargs_macros
();
3556 // Check flexible array members.
3557 struct incomplete_array
*ia
=
3558 malloc
(sizeof
(struct incomplete_array
) + (sizeof
(double
) * 10));
3560 for (int i
= 0; i
< ia-
>datasize
; ++i
)
3561 ia-
>data
[i
] = i
* 1.234;
3563 // Check named initializers.
3564 struct named_init ni
= {
3566 .name
= L
"Test wide string",
3567 .average
= 543.34343,
3572 int dynamic_array
[ni.number
];
3573 dynamic_array
[0] = argv
[0][0];
3574 dynamic_array
[ni.number
- 1] = 543;
3576 // work around unused variable warnings
3577 ok |
= (!success || bignum
== 0LL || ubignum
== 0uLL || newvar
[0] == '\''x
'\''
3578 || dynamic_array
[ni.number
- 1] != 543);
3581 # Test code for whether the C compiler supports C11 (global declarations)
3582 ac_c_conftest_c11_globals='
3583 // Does the compiler advertise C11 conformance?
3584 #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
3585 # error "Compiler does not advertise C11 conformance"
3589 char _Alignas
(double
) aligned_as_double
;
3590 char _Alignas
(0) no_special_alignment
;
3591 extern char aligned_as_int
;
3592 char _Alignas
(0) _Alignas
(int
) aligned_as_int
;
3597 int_alignment
= _Alignof
(int
),
3598 int_array_alignment
= _Alignof
(int
[100]),
3599 char_alignment
= _Alignof
(char
)
3601 _Static_assert
(0 < -_Alignof (int
), "_Alignof is signed");
3604 int _Noreturn does_not_return
(void
) { for (;;) continue; }
3606 // Check _Static_assert.
3607 struct test_static_assert
3610 _Static_assert
(sizeof
(int
) <= sizeof
(long int
),
3611 "_Static_assert does not work in struct");
3615 // Check UTF-8 literals.
3616 #define u8 syntax error!
3617 char const utf8_literal
[] = u8
"happens to be ASCII" "another string";
3619 // Check duplicate typedefs.
3620 typedef long
*long_ptr
;
3621 typedef long int
*long_ptr
;
3622 typedef long_ptr long_ptr
;
3624 // Anonymous structures and unions
-- taken from C11
6.7.2.1 Example
1.
3628 struct
{ int i
; int j
; };
3629 struct
{ int k
; long int l
; } w
;
3635 # Test code for whether the C compiler supports C11 (body of main).
3636 ac_c_conftest_c11_main='
3637 _Static_assert
((offsetof
(struct anonymous
, i
)
3638 == offsetof
(struct anonymous
, w.k
)),
3639 "Anonymous union alignment botch");
3645 # Test code for whether the C compiler supports C11 (complete).
3646 ac_c_conftest_c11_program="${ac_c_conftest_c89_globals}
3647 ${ac_c_conftest_c99_globals}
3648 ${ac_c_conftest_c11_globals}
3651 main (int argc, char **argv)
3654 ${ac_c_conftest_c89_main}
3655 ${ac_c_conftest_c99_main}
3656 ${ac_c_conftest_c11_main}
3661 # Test code for whether the C compiler supports C99 (complete).
3662 ac_c_conftest_c99_program="${ac_c_conftest_c89_globals}
3663 ${ac_c_conftest_c99_globals}
3666 main (int argc, char **argv)
3669 ${ac_c_conftest_c89_main}
3670 ${ac_c_conftest_c99_main}
3675 # Test code for whether the C compiler supports C89 (complete).
3676 ac_c_conftest_c89_program="${ac_c_conftest_c89_globals}
3679 main (int argc, char **argv)
3682 ${ac_c_conftest_c89_main}
3687 # Test code for whether the C++ compiler supports C++98 (global declarations)
3688 ac_cxx_conftest_cxx98_globals='
3689 // Does the compiler advertise C
++98 conformance?
3690 #if !defined __cplusplus || __cplusplus < 199711L
3691 # error "Compiler does not advertise C++98 conformance"
3694 // These inclusions are to reject old compilers that
3695 // lack the unsuffixed header files.
3697 #include <exception>
3699 // <cassert
> and
<cstring
> are
*not
* freestanding headers
in C
++98.
3700 extern void assert
(int
);
3702 extern int strcmp
(const char
*, const char
*);
3705 // Namespaces
, exceptions
, and templates were all added after
"C++ 2.0".
3706 using std
::exception
;
3711 void test_exception_syntax
()
3715 } catch
(const char
*s
) {
3716 // Extra parentheses suppress a warning when building autoconf itself
,
3717 // due to lint rules shared with
more typical C programs.
3718 assert
(!(strcmp
) (s
, "test"));
3722 template
<typename T
> struct test_template
3725 explicit test_template
(T t
) : val
(t
) {}
3726 template
<typename U
> T add
(U u
) { return static_cast
<T
>(u
) + val
; }
3729 } // anonymous namespace
3732 # Test code for whether the C++ compiler supports C++98 (body of main)
3733 ac_cxx_conftest_cxx98_main='
3737 test_exception_syntax
();
3738 test_template
<double
> tt
(2.0);
3739 assert
(tt.add
(4) == 6.0);
3740 assert
(true
&& !false
);
3744 # Test code for whether the C++ compiler supports C++11 (global declarations)
3745 ac_cxx_conftest_cxx11_globals='
3746 // Does the compiler advertise C
++ 2011 conformance?
3747 #if !defined __cplusplus || __cplusplus < 201103L
3748 # error "Compiler does not advertise C++11 conformance"
3753 constexpr int get_val
() { return 20; }
3764 delegate
(int n
) : n
(n
) {}
3765 delegate
(): delegate
(2354) {}
3767 virtual int getval
() { return this-
>n
; };
3772 class overridden
: public delegate
3775 overridden
(int n
): delegate
(n
) {}
3776 virtual int getval
() override final
{ return this-
>n
* 2; }
3782 nocopy
(int i
): i
(i
) {}
3784 nocopy
(const nocopy
&) = delete
;
3785 nocopy
& operator
=(const nocopy
&) = delete
;
3790 // for testing lambda expressions
3791 template
<typename Ret
, typename Fn
> Ret
eval(Fn f
, Ret v
)
3796 // for testing variadic templates and trailing
return types
3797 template
<typename V
> auto
sum(V first
) -> V
3801 template
<typename V
, typename... Args
> auto
sum(V first
, Args... rest
) -> V
3803 return first
+ sum(rest...
);
3808 # Test code for whether the C++ compiler supports C++11 (body of main)
3809 ac_cxx_conftest_cxx11_main='
3811 // Test auto and decltype
3813 auto a2
= 48573953.4;
3814 auto a3
= "String literal";
3817 for (auto i
= a3
; *i
; ++i
) { total
+= *i
; }
3819 decltype
(a2
) a4
= 34895.034;
3823 short sa
[cxx11test
::get_val
()] = { 0 };
3826 // Test initializer lists
3827 cxx11test
::testinit il
= { 4323, 435234.23544 };
3830 // Test range-based
for
3831 int array
[] = {9, 7, 13, 15, 4, 18, 12, 10, 5, 3,
3832 14, 19, 17, 8, 6, 20, 16, 2, 11, 1};
3833 for (auto
&x
: array
) { x
+= 23; }
3836 // Test lambda expressions
3837 using cxx11test
::eval;
3838 assert
(eval ([](int x
) { return x
*2; }, 21) == 42);
3840 assert
(eval ([&](double x
) { return d
+= x
; }, 3.0) == 5.0);
3842 assert
(eval ([=](double x
) mutable
{ return d
+= x
; }, 4.0) == 9.0);
3846 // Test use of variadic templates
3847 using cxx11test
::sum;
3850 auto c
= sum(1.0, 2.0, 3.0);
3853 // Test constructor delegation
3854 cxx11test
::delegate d1
;
3855 cxx11test
::delegate d2
();
3856 cxx11test
::delegate d3
(45);
3859 // Test override and final
3860 cxx11test
::overridden o1
(55464);
3867 // Test template brackets
3868 test_template
<::test_template
<int
>> v
(test_template
<int
>(12));
3872 char const
*utf8
= u8
"UTF-8 string \u2500";
3873 char16_t const
*utf16
= u
"UTF-8 string \u2500";
3874 char32_t const
*utf32
= U
"UTF-32 string \u2500";
3878 # Test code for whether the C compiler supports C++11 (complete).
3879 ac_cxx_conftest_cxx11_program="${ac_cxx_conftest_cxx98_globals}
3880 ${ac_cxx_conftest_cxx11_globals}
3883 main (int argc, char **argv)
3886 ${ac_cxx_conftest_cxx98_main}
3887 ${ac_cxx_conftest_cxx11_main}
3892 # Test code for whether the C compiler supports C++98 (complete).
3893 ac_cxx_conftest_cxx98_program="${ac_cxx_conftest_cxx98_globals}
3895 main (int argc, char **argv)
3898 ${ac_cxx_conftest_cxx98_main}
3903 as_fn_append ac_header_c_list " stdio.h stdio_h HAVE_STDIO_H"
3904 as_fn_append ac_header_c_list " stdlib.h stdlib_h HAVE_STDLIB_H"
3905 as_fn_append ac_header_c_list " string.h string_h HAVE_STRING_H"
3906 as_fn_append ac_header_c_list " inttypes.h inttypes_h HAVE_INTTYPES_H"
3907 as_fn_append ac_header_c_list " stdint.h stdint_h HAVE_STDINT_H"
3908 as_fn_append ac_header_c_list " strings.h strings_h HAVE_STRINGS_H"
3909 as_fn_append ac_header_c_list " sys/stat.h sys_stat_h HAVE_SYS_STAT_H"
3910 as_fn_append ac_header_c_list " sys/types.h sys_types_h HAVE_SYS_TYPES_H"
3911 as_fn_append ac_header_c_list " unistd.h unistd_h HAVE_UNISTD_H"
3913 # Auxiliary files required by this configure script.
3914 ac_aux_files="config.guess config.sub"
3916 # Locations in which to look for auxiliary files.
3917 ac_aux_dir_candidates="${srcdir}/tools"
3919 # Search for a directory containing all of the required auxiliary files,
3920 # $ac_aux_files, from the $PATH-style list $ac_aux_dir_candidates.
3921 # If we don't
find one directory that contains all the files we need
,
3922 # we report the set of missing files from the *first* directory in
3923 # $ac_aux_dir_candidates and give up.
3924 ac_missing_aux_files
=""
3925 ac_first_candidate
=:
3926 printf "%s\n" "$as_me:${as_lineno-$LINENO}: looking for aux files: $ac_aux_files" >&5
3927 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3929 for as_dir
in $ac_aux_dir_candidates
3932 case $as_dir in #(((
3935 *) as_dir
=$as_dir/ ;;
3939 printf "%s\n" "$as_me:${as_lineno-$LINENO}: trying $as_dir" >&5
3940 ac_aux_dir_found
=yes
3942 for ac_aux
in $ac_aux_files
3944 # As a special case, if "install-sh" is required, that requirement
3945 # can be satisfied by any of "install-sh", "install.sh", or "shtool",
3946 # and $ac_install_sh is set appropriately for whichever one is found.
3947 if test x
"$ac_aux" = x
"install-sh"
3949 if test -f "${as_dir}install-sh"; then
3950 printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}install-sh found" >&5
3951 ac_install_sh
="${as_dir}install-sh -c"
3952 elif test -f "${as_dir}install.sh"; then
3953 printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}install.sh found" >&5
3954 ac_install_sh
="${as_dir}install.sh -c"
3955 elif test -f "${as_dir}shtool"; then
3956 printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}shtool found" >&5
3957 ac_install_sh
="${as_dir}shtool install -c"
3960 if $ac_first_candidate; then
3961 ac_missing_aux_files
="${ac_missing_aux_files} install-sh"
3967 if test -f "${as_dir}${ac_aux}"; then
3968 printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}${ac_aux} found" >&5
3971 if $ac_first_candidate; then
3972 ac_missing_aux_files
="${ac_missing_aux_files} ${ac_aux}"
3979 if test "$ac_aux_dir_found" = yes; then
3980 ac_aux_dir
="$as_dir"
3983 ac_first_candidate
=false
3992 as_fn_error $?
"cannot find required auxiliary files:$ac_missing_aux_files" "$LINENO" 5
3996 # These three variables are undocumented and unsupported,
3997 # and are intended to be withdrawn in a future Autoconf release.
3998 # They can cause serious problems if a builder's source tree is in a directory
3999 # whose full name contains unusual characters.
4000 if test -f "${ac_aux_dir}config.guess"; then
4001 ac_config_guess
="$SHELL ${ac_aux_dir}config.guess"
4003 if test -f "${ac_aux_dir}config.sub"; then
4004 ac_config_sub
="$SHELL ${ac_aux_dir}config.sub"
4006 if test -f "$ac_aux_dir/configure"; then
4007 ac_configure
="$SHELL ${ac_aux_dir}configure"
4010 # Check that the precious variables saved in the cache have kept the same
4012 ac_cache_corrupted
=false
4013 for ac_var
in $ac_precious_vars; do
4014 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
4015 eval ac_new_set
=\
$ac_env_${ac_var}_set
4016 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
4017 eval ac_new_val
=\
$ac_env_${ac_var}_value
4018 case $ac_old_set,$ac_new_set in
4020 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
4021 printf "%s\n" "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
4022 ac_cache_corrupted
=: ;;
4024 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
4025 printf "%s\n" "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
4026 ac_cache_corrupted
=: ;;
4029 if test "x$ac_old_val" != "x$ac_new_val"; then
4030 # differences in whitespace do not lead to failure.
4031 ac_old_val_w
=`echo x $ac_old_val`
4032 ac_new_val_w
=`echo x $ac_new_val`
4033 if test "$ac_old_val_w" != "$ac_new_val_w"; then
4034 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
4035 printf "%s\n" "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
4036 ac_cache_corrupted
=:
4038 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
4039 printf "%s\n" "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
4040 eval $ac_var=\
$ac_old_val
4042 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
4043 printf "%s\n" "$as_me: former value: \`$ac_old_val'" >&2;}
4044 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
4045 printf "%s\n" "$as_me: current value: \`$ac_new_val'" >&2;}
4048 # Pass precious variables to config.status.
4049 if test "$ac_new_set" = set; then
4051 *\'*) ac_arg
=$ac_var=`printf "%s\n" "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
4052 *) ac_arg
=$ac_var=$ac_new_val ;;
4054 case " $ac_configure_args " in
4055 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
4056 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
4060 if $ac_cache_corrupted; then
4061 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4062 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
4063 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
4064 printf "%s\n" "$as_me: error: changes in the environment can compromise the build" >&2;}
4065 as_fn_error $?
"run \`${MAKE-make} distclean' and/or \`rm $cache_file'
4066 and start over" "$LINENO" 5
4068 ## -------------------- ##
4069 ## Main body of script. ##
4070 ## -------------------- ##
4073 ac_cpp
='$CPP $CPPFLAGS'
4074 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4075 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4076 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4080 ac_config_headers
="$ac_config_headers include/config.h"
4084 libwine_version
="1.0"
4087 # Check whether --enable-win16 was given.
4088 if test ${enable_win16+y}
4090 enableval
=$enable_win16;
4093 # Check whether --enable-win64 was given.
4094 if test ${enable_win64+y}
4096 enableval
=$enable_win64;
4099 # Check whether --enable-tests was given.
4100 if test ${enable_tests+y}
4102 enableval
=$enable_tests;
4105 # Check whether --enable-build-id was given.
4106 if test ${enable_build_id+y}
4108 enableval
=$enable_build_id;
4111 # Check whether --enable-maintainer-mode was given.
4112 if test ${enable_maintainer_mode+y}
4114 enableval
=$enable_maintainer_mode;
4117 # Check whether --enable-silent-rules was given.
4118 if test ${enable_silent_rules+y}
4120 enableval
=$enable_silent_rules;
4123 # Check whether --enable-werror was given.
4124 if test ${enable_werror+y}
4126 enableval
=$enable_werror;
4131 # Check whether --with-alsa was given.
4132 if test ${with_alsa+y}
4138 # Check whether --with-capi was given.
4139 if test ${with_capi+y}
4145 # Check whether --with-coreaudio was given.
4146 if test ${with_coreaudio+y}
4148 withval
=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h
=no
; fi
4152 # Check whether --with-cups was given.
4153 if test ${with_cups+y}
4159 # Check whether --with-dbus was given.
4160 if test ${with_dbus+y}
4166 # Check whether --with-float-abi was given.
4167 if test ${with_float_abi+y}
4169 withval
=$with_float_abi;
4173 # Check whether --with-fontconfig was given.
4174 if test ${with_fontconfig+y}
4176 withval
=$with_fontconfig;
4180 # Check whether --with-freetype was given.
4181 if test ${with_freetype+y}
4183 withval
=$with_freetype;
4187 # Check whether --with-gettext was given.
4188 if test ${with_gettext+y}
4190 withval
=$with_gettext;
4194 # Check whether --with-gettextpo was given.
4195 if test ${with_gettextpo+y}
4197 withval
=$with_gettextpo; if test "x$withval" = "xno"; then ac_cv_header_gettext_po_h
=no
; fi
4201 # Check whether --with-gphoto was given.
4202 if test ${with_gphoto+y}
4204 withval
=$with_gphoto;
4208 # Check whether --with-gnutls was given.
4209 if test ${with_gnutls+y}
4211 withval
=$with_gnutls;
4215 # Check whether --with-gssapi was given.
4216 if test ${with_gssapi+y}
4218 withval
=$with_gssapi;
4222 # Check whether --with-gstreamer was given.
4223 if test ${with_gstreamer+y}
4225 withval
=$with_gstreamer;
4229 # Check whether --with-inotify was given.
4230 if test ${with_inotify+y}
4232 withval
=$with_inotify;
4236 # Check whether --with-krb5 was given.
4237 if test ${with_krb5+y}
4243 # Check whether --with-ldap was given.
4244 if test ${with_ldap+y}
4246 withval
=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h
=no
; ac_cv_header_lber_h
=no
; fi
4250 # Check whether --with-mingw was given.
4251 if test ${with_mingw+y}
4253 withval
=$with_mingw;
4257 # Check whether --with-netapi was given.
4258 if test ${with_netapi+y}
4260 withval
=$with_netapi;
4264 # Check whether --with-openal was given.
4265 if test ${with_openal+y}
4267 withval
=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h
=no
; ac_cv_header_OpenAL_al_h
=no
; fi
4271 # Check whether --with-opencl was given.
4272 if test ${with_opencl+y}
4274 withval
=$with_opencl; if test "x$withval" = "xno"; then ac_cv_header_CL_cl_h
=no
; ac_cv_header_OpenCL_opencl_h
=no
; fi
4278 # Check whether --with-opengl was given.
4279 if test ${with_opengl+y}
4281 withval
=$with_opengl;
4285 # Check whether --with-osmesa was given.
4286 if test ${with_osmesa+y}
4288 withval
=$with_osmesa;
4292 # Check whether --with-oss was given.
4293 if test ${with_oss+y}
4299 # Check whether --with-pcap was given.
4300 if test ${with_pcap+y}
4302 withval
=$with_pcap; if test "x$withval" = "xno"; then ac_cv_header_pcap_pcap_h
=no
; fi
4306 # Check whether --with-pthread was given.
4307 if test ${with_pthread+y}
4309 withval
=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h
=no
; fi
4313 # Check whether --with-pulse was given.
4314 if test ${with_pulse+y}
4316 withval
=$with_pulse;
4320 # Check whether --with-sane was given.
4321 if test ${with_sane+y}
4327 # Check whether --with-sdl was given.
4328 if test ${with_sdl+y}
4334 # Check whether --with-udev was given.
4335 if test ${with_udev+y}
4341 # Check whether --with-unwind was given.
4342 if test ${with_unwind+y}
4344 withval
=$with_unwind;
4348 # Check whether --with-usb was given.
4349 if test ${with_usb+y}
4355 # Check whether --with-v4l2 was given.
4356 if test ${with_v4l2+y}
4362 # Check whether --with-vulkan was given.
4363 if test ${with_vulkan+y}
4365 withval
=$with_vulkan;
4369 # Check whether --with-xcomposite was given.
4370 if test ${with_xcomposite+y}
4372 withval
=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h
=no
; fi
4376 # Check whether --with-xcursor was given.
4377 if test ${with_xcursor+y}
4379 withval
=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h
=no
; fi
4383 # Check whether --with-xfixes was given.
4384 if test ${with_xfixes+y}
4386 withval
=$with_xfixes; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xfixes_h
=no
; fi
4390 # Check whether --with-xinerama was given.
4391 if test ${with_xinerama+y}
4393 withval
=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h
=no
; fi
4397 # Check whether --with-xinput was given.
4398 if test ${with_xinput+y}
4400 withval
=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h
=no
; fi
4404 # Check whether --with-xinput2 was given.
4405 if test ${with_xinput2+y}
4407 withval
=$with_xinput2; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput2_h
=no
; fi
4411 # Check whether --with-xrandr was given.
4412 if test ${with_xrandr+y}
4414 withval
=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h
=no
; fi
4418 # Check whether --with-xrender was given.
4419 if test ${with_xrender+y}
4421 withval
=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h
=no
; fi
4425 # Check whether --with-xshape was given.
4426 if test ${with_xshape+y}
4428 withval
=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h
=no
; fi
4432 # Check whether --with-xshm was given.
4433 if test ${with_xshm+y}
4435 withval
=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h
=no
; fi
4439 # Check whether --with-xxf86vm was given.
4440 if test ${with_xxf86vm+y}
4442 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
4447 # Check whether --with-system-dllpath was given.
4448 if test ${with_system_dllpath+y}
4450 withval
=$with_system_dllpath; system_dllpath
=$withval
4455 # Check whether --with-wine-tools was given.
4456 if test ${with_wine_tools+y}
4458 withval
=$with_wine_tools;
4462 # Check whether --with-wine64 was given.
4463 if test ${with_wine64+y}
4465 withval
=$with_wine64;
4472 # Make sure we can run config.sub.
4473 $SHELL "${ac_aux_dir}config.sub" sun4
>/dev
/null
2>&1 ||
4474 as_fn_error $?
"cannot run $SHELL ${ac_aux_dir}config.sub" "$LINENO" 5
4476 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4477 printf %s
"checking build system type... " >&6; }
4478 if test ${ac_cv_build+y}
4480 printf %s
"(cached) " >&6
4482 ac_build_alias
=$build_alias
4483 test "x$ac_build_alias" = x
&&
4484 ac_build_alias
=`$SHELL "${ac_aux_dir}config.guess"`
4485 test "x$ac_build_alias" = x
&&
4486 as_fn_error $?
"cannot guess build type; you must specify one" "$LINENO" 5
4487 ac_cv_build
=`$SHELL "${ac_aux_dir}config.sub" $ac_build_alias` ||
4488 as_fn_error $?
"$SHELL ${ac_aux_dir}config.sub $ac_build_alias failed" "$LINENO" 5
4491 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4492 printf "%s\n" "$ac_cv_build" >&6; }
4493 case $ac_cv_build in
4495 *) as_fn_error $?
"invalid value of canonical build" "$LINENO" 5;;
4498 ac_save_IFS
=$IFS; IFS
='-'
4504 # Remember, the first character of IFS is used to create $*,
4505 # except with old shells:
4508 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
4511 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
4512 printf %s
"checking host system type... " >&6; }
4513 if test ${ac_cv_host+y}
4515 printf %s
"(cached) " >&6
4517 if test "x$host_alias" = x
; then
4518 ac_cv_host
=$ac_cv_build
4520 ac_cv_host
=`$SHELL "${ac_aux_dir}config.sub" $host_alias` ||
4521 as_fn_error $?
"$SHELL ${ac_aux_dir}config.sub $host_alias failed" "$LINENO" 5
4525 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
4526 printf "%s\n" "$ac_cv_host" >&6; }
4529 *) as_fn_error $?
"invalid value of canonical host" "$LINENO" 5;;
4532 ac_save_IFS
=$IFS; IFS
='-'
4538 # Remember, the first character of IFS is used to create $*,
4539 # except with old shells:
4542 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
4546 dlldir
=\
${libdir}/wine
4548 fontdir
=\
${datadir}/wine
/fonts
4550 nlsdir
=\
${datadir}/wine
/nls
4555 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
4556 printf %s
"checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
4558 ac_make
=`printf "%s\n" "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
4559 if eval test \
${ac_cv_prog_make_${ac_make}_set+y}
4561 printf %s
"(cached) " >&6
4563 cat >conftest.
make <<\_ACEOF
4566 @
echo '@@@%%%=$(MAKE)=@@@%%%'
4568 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
4569 case `${MAKE-make} -f conftest.make 2>/dev/null` in
4571 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
4573 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
4577 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
4578 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4579 printf "%s\n" "yes" >&6; }
4582 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
4583 printf "%s\n" "no" >&6; }
4584 SET_MAKE
="MAKE=${MAKE-make}"
4597 ac_cpp
='$CPP $CPPFLAGS'
4598 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4599 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4600 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4601 if test -n "$ac_tool_prefix"; then
4602 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4603 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
4604 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4605 printf %s
"checking for $ac_word... " >&6; }
4606 if test ${ac_cv_prog_CC+y}
4608 printf %s
"(cached) " >&6
4610 if test -n "$CC"; then
4611 ac_cv_prog_CC
="$CC" # Let the user override the test.
4613 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4617 case $as_dir in #(((
4620 *) as_dir
=$as_dir/ ;;
4622 for ac_exec_ext
in '' $ac_executable_extensions; do
4623 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
4624 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
4625 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
4635 if test -n "$CC"; then
4636 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4637 printf "%s\n" "$CC" >&6; }
4639 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
4640 printf "%s\n" "no" >&6; }
4645 if test -z "$ac_cv_prog_CC"; then
4647 # Extract the first word of "gcc", so it can be a program name with args.
4648 set dummy gcc
; ac_word
=$2
4649 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4650 printf %s
"checking for $ac_word... " >&6; }
4651 if test ${ac_cv_prog_ac_ct_CC+y}
4653 printf %s
"(cached) " >&6
4655 if test -n "$ac_ct_CC"; then
4656 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
4658 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4662 case $as_dir in #(((
4665 *) as_dir
=$as_dir/ ;;
4667 for ac_exec_ext
in '' $ac_executable_extensions; do
4668 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
4669 ac_cv_prog_ac_ct_CC
="gcc"
4670 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
4679 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
4680 if test -n "$ac_ct_CC"; then
4681 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4682 printf "%s\n" "$ac_ct_CC" >&6; }
4684 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
4685 printf "%s\n" "no" >&6; }
4688 if test "x$ac_ct_CC" = x
; then
4691 case $cross_compiling:$ac_tool_warned in
4693 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4694 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4695 ac_tool_warned
=yes ;;
4703 if test -z "$CC"; then
4704 if test -n "$ac_tool_prefix"; then
4705 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4706 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
4707 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4708 printf %s
"checking for $ac_word... " >&6; }
4709 if test ${ac_cv_prog_CC+y}
4711 printf %s
"(cached) " >&6
4713 if test -n "$CC"; then
4714 ac_cv_prog_CC
="$CC" # Let the user override the test.
4716 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4720 case $as_dir in #(((
4723 *) as_dir
=$as_dir/ ;;
4725 for ac_exec_ext
in '' $ac_executable_extensions; do
4726 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
4727 ac_cv_prog_CC
="${ac_tool_prefix}cc"
4728 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
4738 if test -n "$CC"; then
4739 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4740 printf "%s\n" "$CC" >&6; }
4742 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
4743 printf "%s\n" "no" >&6; }
4749 if test -z "$CC"; then
4750 # Extract the first word of "cc", so it can be a program name with args.
4751 set dummy cc
; ac_word
=$2
4752 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4753 printf %s
"checking for $ac_word... " >&6; }
4754 if test ${ac_cv_prog_CC+y}
4756 printf %s
"(cached) " >&6
4758 if test -n "$CC"; then
4759 ac_cv_prog_CC
="$CC" # Let the user override the test.
4762 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4766 case $as_dir in #(((
4769 *) as_dir
=$as_dir/ ;;
4771 for ac_exec_ext
in '' $ac_executable_extensions; do
4772 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
4773 if test "$as_dir$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4774 ac_prog_rejected
=yes
4778 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
4785 if test $ac_prog_rejected = yes; then
4786 # We found a bogon in the path, so make sure we never use it.
4787 set dummy
$ac_cv_prog_CC
4789 if test $# != 0; then
4790 # We chose a different compiler from the bogus one.
4791 # However, it has the same basename, so the bogon will be chosen
4792 # first if we set CC to just the basename; use the full file name.
4794 ac_cv_prog_CC
="$as_dir$ac_word${1+' '}$@"
4800 if test -n "$CC"; then
4801 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4802 printf "%s\n" "$CC" >&6; }
4804 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
4805 printf "%s\n" "no" >&6; }
4810 if test -z "$CC"; then
4811 if test -n "$ac_tool_prefix"; then
4812 for ac_prog
in cl.exe
4814 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4815 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
4816 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4817 printf %s
"checking for $ac_word... " >&6; }
4818 if test ${ac_cv_prog_CC+y}
4820 printf %s
"(cached) " >&6
4822 if test -n "$CC"; then
4823 ac_cv_prog_CC
="$CC" # Let the user override the test.
4825 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4829 case $as_dir in #(((
4832 *) as_dir
=$as_dir/ ;;
4834 for ac_exec_ext
in '' $ac_executable_extensions; do
4835 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
4836 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
4837 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
4847 if test -n "$CC"; then
4848 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4849 printf "%s\n" "$CC" >&6; }
4851 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
4852 printf "%s\n" "no" >&6; }
4856 test -n "$CC" && break
4859 if test -z "$CC"; then
4861 for ac_prog
in cl.exe
4863 # Extract the first word of "$ac_prog", so it can be a program name with args.
4864 set dummy
$ac_prog; ac_word
=$2
4865 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4866 printf %s
"checking for $ac_word... " >&6; }
4867 if test ${ac_cv_prog_ac_ct_CC+y}
4869 printf %s
"(cached) " >&6
4871 if test -n "$ac_ct_CC"; then
4872 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
4874 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4878 case $as_dir in #(((
4881 *) as_dir
=$as_dir/ ;;
4883 for ac_exec_ext
in '' $ac_executable_extensions; do
4884 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
4885 ac_cv_prog_ac_ct_CC
="$ac_prog"
4886 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
4895 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
4896 if test -n "$ac_ct_CC"; then
4897 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4898 printf "%s\n" "$ac_ct_CC" >&6; }
4900 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
4901 printf "%s\n" "no" >&6; }
4905 test -n "$ac_ct_CC" && break
4908 if test "x$ac_ct_CC" = x
; then
4911 case $cross_compiling:$ac_tool_warned in
4913 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4914 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4915 ac_tool_warned
=yes ;;
4922 if test -z "$CC"; then
4923 if test -n "$ac_tool_prefix"; then
4924 # Extract the first word of "${ac_tool_prefix}clang", so it can be a program name with args.
4925 set dummy
${ac_tool_prefix}clang
; ac_word
=$2
4926 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4927 printf %s
"checking for $ac_word... " >&6; }
4928 if test ${ac_cv_prog_CC+y}
4930 printf %s
"(cached) " >&6
4932 if test -n "$CC"; then
4933 ac_cv_prog_CC
="$CC" # Let the user override the test.
4935 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4939 case $as_dir in #(((
4942 *) as_dir
=$as_dir/ ;;
4944 for ac_exec_ext
in '' $ac_executable_extensions; do
4945 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
4946 ac_cv_prog_CC
="${ac_tool_prefix}clang"
4947 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
4957 if test -n "$CC"; then
4958 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4959 printf "%s\n" "$CC" >&6; }
4961 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
4962 printf "%s\n" "no" >&6; }
4967 if test -z "$ac_cv_prog_CC"; then
4969 # Extract the first word of "clang", so it can be a program name with args.
4970 set dummy clang
; ac_word
=$2
4971 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4972 printf %s
"checking for $ac_word... " >&6; }
4973 if test ${ac_cv_prog_ac_ct_CC+y}
4975 printf %s
"(cached) " >&6
4977 if test -n "$ac_ct_CC"; then
4978 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
4980 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4984 case $as_dir in #(((
4987 *) as_dir
=$as_dir/ ;;
4989 for ac_exec_ext
in '' $ac_executable_extensions; do
4990 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
4991 ac_cv_prog_ac_ct_CC
="clang"
4992 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
5001 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
5002 if test -n "$ac_ct_CC"; then
5003 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
5004 printf "%s\n" "$ac_ct_CC" >&6; }
5006 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
5007 printf "%s\n" "no" >&6; }
5010 if test "x$ac_ct_CC" = x
; then
5013 case $cross_compiling:$ac_tool_warned in
5015 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5016 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5017 ac_tool_warned
=yes ;;
5028 test -z "$CC" && { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5029 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
5030 as_fn_error $?
"no acceptable C compiler found in \$PATH
5031 See \`config.log' for more details" "$LINENO" 5; }
5033 # Provide some information about the compiler.
5034 printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
5037 for ac_option
in --version -v -V -qversion -version; do
5038 { { ac_try
="$ac_compiler $ac_option >&5"
5040 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5041 *) ac_try_echo=$ac_try;;
5043 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5044 printf "%s\n" "$ac_try_echo"; } >&5
5045 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
5047 if test -s conftest.err; then
5049 ... rest of stderr output deleted ...
5050 10q' conftest.err >conftest.er1
5051 cat conftest.er1 >&5
5053 rm -f conftest.er1 conftest.err
5054 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5055 test $ac_status = 0; }
5058 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5059 /* end confdefs.h. */
5069 ac_clean_files_save=$ac_clean_files
5070 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
5071 # Try to create an executable without -o first, disregard a.out.
5072 # It will help us diagnose broken compilers, and finding out an intuition
5074 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
5075 printf %s "checking whether the C compiler works... " >&6; }
5076 ac_link_default=`printf "%s\n" "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
5078 # The possible output files:
5079 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
5082 for ac_file in $ac_files
5085 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
5086 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
5091 if { { ac_try="$ac_link_default"
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_link_default") 2>&5
5100 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5101 test $ac_status = 0; }
5103 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
5104 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
5105 # in a Makefile. We should not override ac_cv_exeext if it was cached,
5106 # so that the user can short-circuit this test for compilers unknown to
5108 for ac_file
in $ac_files ''
5110 test -f "$ac_file" ||
continue
5112 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
5115 # We found the default executable, but exeext='' is most
5119 if test ${ac_cv_exeext+y} && test "$ac_cv_exeext" != no
;
5121 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
5123 # We set ac_cv_exeext here because the later test for it is not
5124 # safe: cross compilers may not add the suffix if given an `-o'
5125 # argument, so we may need to know it at that point already.
5126 # Even if this section looks crufty: it has the advantage of
5133 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
5138 if test -z "$ac_file"
5140 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
5141 printf "%s\n" "no" >&6; }
5142 printf "%s\n" "$as_me: failed program was:" >&5
5143 sed 's/^/| /' conftest.
$ac_ext >&5
5145 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5146 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
5147 as_fn_error
77 "C compiler cannot create executables
5148 See \`config.log' for more details" "$LINENO" 5; }
5150 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5151 printf "%s\n" "yes" >&6; }
5153 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
5154 printf %s
"checking for C compiler default output file name... " >&6; }
5155 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
5156 printf "%s\n" "$ac_file" >&6; }
5157 ac_exeext
=$ac_cv_exeext
5159 rm -f -r a.out a.out.dSYM a.exe conftest
$ac_cv_exeext b.out
5160 ac_clean_files
=$ac_clean_files_save
5161 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
5162 printf %s
"checking for suffix of executables... " >&6; }
5163 if { { ac_try
="$ac_link"
5165 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5166 *) ac_try_echo=$ac_try;;
5168 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5169 printf "%s\n" "$ac_try_echo"; } >&5
5170 (eval "$ac_link") 2>&5
5172 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5173 test $ac_status = 0; }
5175 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
5176 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
5177 # work properly (i.e., refer to `conftest.exe'), while it won't with
5179 for ac_file
in conftest.exe conftest conftest.
*; do
5180 test -f "$ac_file" ||
continue
5182 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
5183 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
5189 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5190 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
5191 as_fn_error $?
"cannot compute suffix of executables: cannot compile and link
5192 See \`config.log' for more details" "$LINENO" 5; }
5194 rm -f conftest conftest
$ac_cv_exeext
5195 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
5196 printf "%s\n" "$ac_cv_exeext" >&6; }
5198 rm -f conftest.
$ac_ext
5199 EXEEXT
=$ac_cv_exeext
5201 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5202 /* end confdefs.h. */
5207 FILE *f = fopen ("conftest.out", "w");
5208 return ferror (f) || fclose (f) != 0;
5214 ac_clean_files
="$ac_clean_files conftest.out"
5215 # Check that the compiler produces executables we can run. If not, either
5216 # the compiler is broken, or we cross compile.
5217 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
5218 printf %s
"checking whether we are cross compiling... " >&6; }
5219 if test "$cross_compiling" != yes; then
5220 { { ac_try
="$ac_link"
5222 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5223 *) ac_try_echo=$ac_try;;
5225 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5226 printf "%s\n" "$ac_try_echo"; } >&5
5227 (eval "$ac_link") 2>&5
5229 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5230 test $ac_status = 0; }
5231 if { ac_try='./conftest$ac_cv_exeext'
5232 { { case "(($ac_try" in
5233 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5234 *) ac_try_echo
=$ac_try;;
5236 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5237 printf "%s\n" "$ac_try_echo"; } >&5
5238 (eval "$ac_try") 2>&5
5240 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5241 test $ac_status = 0; }; }; then
5244 if test "$cross_compiling" = maybe
; then
5247 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5248 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
5249 as_fn_error
77 "cannot run C compiled programs.
5250 If you meant to cross compile, use \`--host'.
5251 See \`config.log' for more details" "$LINENO" 5; }
5255 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
5256 printf "%s\n" "$cross_compiling" >&6; }
5258 rm -f conftest.
$ac_ext conftest
$ac_cv_exeext conftest.out
5259 ac_clean_files
=$ac_clean_files_save
5260 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
5261 printf %s
"checking for suffix of object files... " >&6; }
5262 if test ${ac_cv_objext+y}
5264 printf %s
"(cached) " >&6
5266 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5267 /* end confdefs.h. */
5277 rm -f conftest.o conftest.obj
5278 if { { ac_try
="$ac_compile"
5280 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5281 *) ac_try_echo=$ac_try;;
5283 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5284 printf "%s\n" "$ac_try_echo"; } >&5
5285 (eval "$ac_compile") 2>&5
5287 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5288 test $ac_status = 0; }
5290 for ac_file in conftest.o conftest.obj conftest.*; do
5291 test -f "$ac_file" || continue;
5293 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
5294 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
5299 printf "%s\n" "$as_me: failed program was:" >&5
5300 sed 's/^/| /' conftest.$ac_ext >&5
5302 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5303 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
5304 as_fn_error $? "cannot compute suffix of object files
: cannot compile
5305 See \
`config.log' for more details" "$LINENO" 5; }
5307 rm -f conftest.$ac_cv_objext conftest.$ac_ext
5309 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
5310 printf "%s\n" "$ac_cv_objext" >&6; }
5311 OBJEXT=$ac_cv_objext
5313 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports GNU C" >&5
5314 printf %s "checking whether the compiler supports GNU C... " >&6; }
5315 if test ${ac_cv_c_compiler_gnu+y}
5317 printf %s "(cached) " >&6
5319 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5320 /* end confdefs.h. */
5333 if ac_fn_c_try_compile "$LINENO"
5339 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
5340 ac_cv_c_compiler_gnu=$ac_compiler_gnu
5343 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
5344 printf "%s\n" "$ac_cv_c_compiler_gnu" >&6; }
5345 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5347 if test $ac_compiler_gnu = yes; then
5352 ac_test_CFLAGS=${CFLAGS+y}
5353 ac_save_CFLAGS=$CFLAGS
5354 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
5355 printf %s "checking whether $CC accepts -g... " >&6; }
5356 if test ${ac_cv_prog_cc_g+y}
5358 printf %s "(cached) " >&6
5360 ac_save_c_werror_flag=$ac_c_werror_flag
5361 ac_c_werror_flag=yes
5364 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5365 /* end confdefs.h. */
5375 if ac_fn_c_try_compile "$LINENO"
5380 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5381 /* end confdefs.h. */
5391 if ac_fn_c_try_compile "$LINENO"
5395 ac_c_werror_flag=$ac_save_c_werror_flag
5397 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5398 /* end confdefs.h. */
5408 if ac_fn_c_try_compile "$LINENO"
5412 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
5414 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
5416 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
5417 ac_c_werror_flag=$ac_save_c_werror_flag
5419 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
5420 printf "%s\n" "$ac_cv_prog_cc_g" >&6; }
5421 if test $ac_test_CFLAGS; then
5422 CFLAGS=$ac_save_CFLAGS
5423 elif test $ac_cv_prog_cc_g = yes; then
5424 if test "$GCC" = yes; then
5430 if test "$GCC" = yes; then
5437 if test x$ac_prog_cc_stdc = xno
5439 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C11 features" >&5
5440 printf %s "checking for $CC option to enable C11 features... " >&6; }
5441 if test ${ac_cv_prog_cc_c11+y}
5443 printf %s "(cached) " >&6
5445 ac_cv_prog_cc_c11=no
5447 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5448 /* end confdefs.h. */
5449 $ac_c_conftest_c11_program
5451 for ac_arg in '' -std=gnu11
5453 CC="$ac_save_CC $ac_arg"
5454 if ac_fn_c_try_compile "$LINENO"
5456 ac_cv_prog_cc_c11=$ac_arg
5458 rm -f core conftest.err conftest.$ac_objext conftest.beam
5459 test "x$ac_cv_prog_cc_c11" != "xno" && break
5461 rm -f conftest.$ac_ext
5465 if test "x$ac_cv_prog_cc_c11" = xno
5467 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
5468 printf "%s\n" "unsupported" >&6; }
5470 if test "x$ac_cv_prog_cc_c11" = x
5472 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
5473 printf "%s\n" "none needed" >&6; }
5475 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c11" >&5
5476 printf "%s\n" "$ac_cv_prog_cc_c11" >&6; }
5477 CC="$CC $ac_cv_prog_cc_c11"
5479 ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c11
5483 if test x$ac_prog_cc_stdc = xno
5485 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C99 features" >&5
5486 printf %s "checking for $CC option to enable C99 features... " >&6; }
5487 if test ${ac_cv_prog_cc_c99+y}
5489 printf %s "(cached) " >&6
5491 ac_cv_prog_cc_c99=no
5493 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5494 /* end confdefs.h. */
5495 $ac_c_conftest_c99_program
5497 for ac_arg in '' -std=gnu99 -std=c99 -c99 -qlanglvl=extc1x -qlanglvl=extc99 -AC99 -D_STDC_C99=
5499 CC="$ac_save_CC $ac_arg"
5500 if ac_fn_c_try_compile "$LINENO"
5502 ac_cv_prog_cc_c99=$ac_arg
5504 rm -f core conftest.err conftest.$ac_objext conftest.beam
5505 test "x$ac_cv_prog_cc_c99" != "xno" && break
5507 rm -f conftest.$ac_ext
5511 if test "x$ac_cv_prog_cc_c99" = xno
5513 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
5514 printf "%s\n" "unsupported" >&6; }
5516 if test "x$ac_cv_prog_cc_c99" = x
5518 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
5519 printf "%s\n" "none needed" >&6; }
5521 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5
5522 printf "%s\n" "$ac_cv_prog_cc_c99" >&6; }
5523 CC="$CC $ac_cv_prog_cc_c99"
5525 ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c99
5529 if test x$ac_prog_cc_stdc = xno
5531 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C89 features" >&5
5532 printf %s "checking for $CC option to enable C89 features... " >&6; }
5533 if test ${ac_cv_prog_cc_c89+y}
5535 printf %s "(cached) " >&6
5537 ac_cv_prog_cc_c89=no
5539 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5540 /* end confdefs.h. */
5541 $ac_c_conftest_c89_program
5543 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
5545 CC="$ac_save_CC $ac_arg"
5546 if ac_fn_c_try_compile "$LINENO"
5548 ac_cv_prog_cc_c89=$ac_arg
5550 rm -f core conftest.err conftest.$ac_objext conftest.beam
5551 test "x$ac_cv_prog_cc_c89" != "xno" && break
5553 rm -f conftest.$ac_ext
5557 if test "x$ac_cv_prog_cc_c89" = xno
5559 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
5560 printf "%s\n" "unsupported" >&6; }
5562 if test "x$ac_cv_prog_cc_c89" = x
5564 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
5565 printf "%s\n" "none needed" >&6; }
5567 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
5568 printf "%s\n" "$ac_cv_prog_cc_c89" >&6; }
5569 CC="$CC $ac_cv_prog_cc_c89"
5571 ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c89
5577 ac_cpp='$CPP $CPPFLAGS'
5578 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5579 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5580 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5589 ac_cpp='$CXXCPP $CPPFLAGS'
5590 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5591 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5592 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5593 if test -z "$CXX"; then
5594 if test -n "$CCC"; then
5597 if test -n "$ac_tool_prefix"; then
5598 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC clang++
5600 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5601 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5602 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5603 printf %s "checking for $ac_word... " >&6; }
5604 if test ${ac_cv_prog_CXX+y}
5606 printf %s "(cached) " >&6
5608 if test -n "$CXX"; then
5609 ac_cv_prog_CXX="$CXX" # Let the user override the test.
5611 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5615 case $as_dir in #(((
5618 *) as_dir=$as_dir/ ;;
5620 for ac_exec_ext in '' $ac_executable_extensions; do
5621 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
5622 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
5623 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
5633 if test -n "$CXX"; then
5634 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
5635 printf "%s\n" "$CXX" >&6; }
5637 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
5638 printf "%s\n" "no" >&6; }
5642 test -n "$CXX" && break
5645 if test -z "$CXX"; then
5647 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC clang++
5649 # Extract the first word of "$ac_prog", so it can be a program name with args.
5650 set dummy $ac_prog; ac_word=$2
5651 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5652 printf %s "checking for $ac_word... " >&6; }
5653 if test ${ac_cv_prog_ac_ct_CXX+y}
5655 printf %s "(cached) " >&6
5657 if test -n "$ac_ct_CXX"; then
5658 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
5660 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5664 case $as_dir in #(((
5667 *) as_dir=$as_dir/ ;;
5669 for ac_exec_ext in '' $ac_executable_extensions; do
5670 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
5671 ac_cv_prog_ac_ct_CXX="$ac_prog"
5672 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
5681 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
5682 if test -n "$ac_ct_CXX"; then
5683 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
5684 printf "%s\n" "$ac_ct_CXX" >&6; }
5686 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
5687 printf "%s\n" "no" >&6; }
5691 test -n "$ac_ct_CXX" && break
5694 if test "x$ac_ct_CXX" = x; then
5697 case $cross_compiling:$ac_tool_warned in
5699 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5700 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5701 ac_tool_warned=yes ;;
5709 # Provide some information about the compiler.
5710 printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
5713 for ac_option in --version -v -V -qversion; do
5714 { { ac_try="$ac_compiler $ac_option >&5"
5716 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5717 *) ac_try_echo
=$ac_try;;
5719 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5720 printf "%s\n" "$ac_try_echo"; } >&5
5721 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
5723 if test -s conftest.err
; then
5725 ... rest of stderr output deleted ...
5726 10q' conftest.err
>conftest.er1
5727 cat conftest.er1
>&5
5729 rm -f conftest.er1 conftest.err
5730 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5731 test $ac_status = 0; }
5734 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports GNU C++" >&5
5735 printf %s
"checking whether the compiler supports GNU C++... " >&6; }
5736 if test ${ac_cv_cxx_compiler_gnu+y}
5738 printf %s
"(cached) " >&6
5740 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5741 /* end confdefs.h. */
5754 if ac_fn_cxx_try_compile
"$LINENO"
5760 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
5761 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
5764 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
5765 printf "%s\n" "$ac_cv_cxx_compiler_gnu" >&6; }
5766 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
5768 if test $ac_compiler_gnu = yes; then
5773 ac_test_CXXFLAGS
=${CXXFLAGS+y}
5774 ac_save_CXXFLAGS
=$CXXFLAGS
5775 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
5776 printf %s
"checking whether $CXX accepts -g... " >&6; }
5777 if test ${ac_cv_prog_cxx_g+y}
5779 printf %s
"(cached) " >&6
5781 ac_save_cxx_werror_flag
=$ac_cxx_werror_flag
5782 ac_cxx_werror_flag
=yes
5785 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5786 /* end confdefs.h. */
5796 if ac_fn_cxx_try_compile
"$LINENO"
5798 ac_cv_prog_cxx_g
=yes
5801 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5802 /* end confdefs.h. */
5812 if ac_fn_cxx_try_compile
"$LINENO"
5816 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
5818 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5819 /* end confdefs.h. */
5829 if ac_fn_cxx_try_compile
"$LINENO"
5831 ac_cv_prog_cxx_g
=yes
5833 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
5835 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
5837 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
5838 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
5840 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
5841 printf "%s\n" "$ac_cv_prog_cxx_g" >&6; }
5842 if test $ac_test_CXXFLAGS; then
5843 CXXFLAGS
=$ac_save_CXXFLAGS
5844 elif test $ac_cv_prog_cxx_g = yes; then
5845 if test "$GXX" = yes; then
5851 if test "$GXX" = yes; then
5857 ac_prog_cxx_stdcxx
=no
5858 if test x
$ac_prog_cxx_stdcxx = xno
5860 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CXX option to enable C++11 features" >&5
5861 printf %s
"checking for $CXX option to enable C++11 features... " >&6; }
5862 if test ${ac_cv_prog_cxx_11+y}
5864 printf %s
"(cached) " >&6
5866 ac_cv_prog_cxx_11
=no
5868 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5869 /* end confdefs.h. */
5870 $ac_cxx_conftest_cxx11_program
5872 for ac_arg
in '' -std=gnu
++11 -std=gnu
++0x
-std=c
++11 -std=c
++0x
-qlanglvl=extended0x
-AA
5874 CXX
="$ac_save_CXX $ac_arg"
5875 if ac_fn_cxx_try_compile
"$LINENO"
5877 ac_cv_prog_cxx_cxx11
=$ac_arg
5879 rm -f core conftest.err conftest.
$ac_objext conftest.beam
5880 test "x$ac_cv_prog_cxx_cxx11" != "xno" && break
5882 rm -f conftest.
$ac_ext
5886 if test "x$ac_cv_prog_cxx_cxx11" = xno
5888 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
5889 printf "%s\n" "unsupported" >&6; }
5891 if test "x$ac_cv_prog_cxx_cxx11" = x
5893 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
5894 printf "%s\n" "none needed" >&6; }
5896 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_cxx11" >&5
5897 printf "%s\n" "$ac_cv_prog_cxx_cxx11" >&6; }
5898 CXX
="$CXX $ac_cv_prog_cxx_cxx11"
5900 ac_cv_prog_cxx_stdcxx
=$ac_cv_prog_cxx_cxx11
5901 ac_prog_cxx_stdcxx
=cxx11
5904 if test x
$ac_prog_cxx_stdcxx = xno
5906 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CXX option to enable C++98 features" >&5
5907 printf %s
"checking for $CXX option to enable C++98 features... " >&6; }
5908 if test ${ac_cv_prog_cxx_98+y}
5910 printf %s
"(cached) " >&6
5912 ac_cv_prog_cxx_98
=no
5914 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5915 /* end confdefs.h. */
5916 $ac_cxx_conftest_cxx98_program
5918 for ac_arg
in '' -std=gnu
++98 -std=c
++98 -qlanglvl=extended
-AA
5920 CXX
="$ac_save_CXX $ac_arg"
5921 if ac_fn_cxx_try_compile
"$LINENO"
5923 ac_cv_prog_cxx_cxx98
=$ac_arg
5925 rm -f core conftest.err conftest.
$ac_objext conftest.beam
5926 test "x$ac_cv_prog_cxx_cxx98" != "xno" && break
5928 rm -f conftest.
$ac_ext
5932 if test "x$ac_cv_prog_cxx_cxx98" = xno
5934 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
5935 printf "%s\n" "unsupported" >&6; }
5937 if test "x$ac_cv_prog_cxx_cxx98" = x
5939 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
5940 printf "%s\n" "none needed" >&6; }
5942 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_cxx98" >&5
5943 printf "%s\n" "$ac_cv_prog_cxx_cxx98" >&6; }
5944 CXX
="$CXX $ac_cv_prog_cxx_cxx98"
5946 ac_cv_prog_cxx_stdcxx
=$ac_cv_prog_cxx_cxx98
5947 ac_prog_cxx_stdcxx
=cxx98
5952 ac_cpp
='$CPP $CPPFLAGS'
5953 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5954 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5955 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
5957 if test -n "$ac_tool_prefix"; then
5958 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
5959 set dummy
${ac_tool_prefix}cpp
; ac_word
=$2
5960 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5961 printf %s
"checking for $ac_word... " >&6; }
5962 if test ${ac_cv_prog_CPPBIN+y}
5964 printf %s
"(cached) " >&6
5966 if test -n "$CPPBIN"; then
5967 ac_cv_prog_CPPBIN
="$CPPBIN" # Let the user override the test.
5969 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5973 case $as_dir in #(((
5976 *) as_dir
=$as_dir/ ;;
5978 for ac_exec_ext
in '' $ac_executable_extensions; do
5979 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
5980 ac_cv_prog_CPPBIN
="${ac_tool_prefix}cpp"
5981 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
5990 CPPBIN
=$ac_cv_prog_CPPBIN
5991 if test -n "$CPPBIN"; then
5992 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
5993 printf "%s\n" "$CPPBIN" >&6; }
5995 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
5996 printf "%s\n" "no" >&6; }
6001 if test -z "$ac_cv_prog_CPPBIN"; then
6002 ac_ct_CPPBIN
=$CPPBIN
6003 # Extract the first word of "cpp", so it can be a program name with args.
6004 set dummy cpp
; ac_word
=$2
6005 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6006 printf %s
"checking for $ac_word... " >&6; }
6007 if test ${ac_cv_prog_ac_ct_CPPBIN+y}
6009 printf %s
"(cached) " >&6
6011 if test -n "$ac_ct_CPPBIN"; then
6012 ac_cv_prog_ac_ct_CPPBIN
="$ac_ct_CPPBIN" # Let the user override the test.
6014 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6018 case $as_dir in #(((
6021 *) as_dir
=$as_dir/ ;;
6023 for ac_exec_ext
in '' $ac_executable_extensions; do
6024 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
6025 ac_cv_prog_ac_ct_CPPBIN
="cpp"
6026 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
6035 ac_ct_CPPBIN
=$ac_cv_prog_ac_ct_CPPBIN
6036 if test -n "$ac_ct_CPPBIN"; then
6037 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
6038 printf "%s\n" "$ac_ct_CPPBIN" >&6; }
6040 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
6041 printf "%s\n" "no" >&6; }
6044 if test "x$ac_ct_CPPBIN" = x
; then
6047 case $cross_compiling:$ac_tool_warned in
6049 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6050 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6051 ac_tool_warned
=yes ;;
6053 CPPBIN
=$ac_ct_CPPBIN
6056 CPPBIN
="$ac_cv_prog_CPPBIN"
6060 printf "%s\n" "#define EXEEXT \"$ac_exeext\"" >>confdefs.h
6062 if test -n "$ac_tool_prefix"; then
6063 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
6064 set dummy
${ac_tool_prefix}ld
; ac_word
=$2
6065 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6066 printf %s
"checking for $ac_word... " >&6; }
6067 if test ${ac_cv_prog_LD+y}
6069 printf %s
"(cached) " >&6
6071 if test -n "$LD"; then
6072 ac_cv_prog_LD
="$LD" # Let the user override the test.
6074 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6078 case $as_dir in #(((
6081 *) as_dir
=$as_dir/ ;;
6083 for ac_exec_ext
in '' $ac_executable_extensions; do
6084 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
6085 ac_cv_prog_LD
="${ac_tool_prefix}ld"
6086 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
6096 if test -n "$LD"; then
6097 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
6098 printf "%s\n" "$LD" >&6; }
6100 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
6101 printf "%s\n" "no" >&6; }
6106 if test -z "$ac_cv_prog_LD"; then
6108 # Extract the first word of "ld", so it can be a program name with args.
6109 set dummy ld
; ac_word
=$2
6110 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6111 printf %s
"checking for $ac_word... " >&6; }
6112 if test ${ac_cv_prog_ac_ct_LD+y}
6114 printf %s
"(cached) " >&6
6116 if test -n "$ac_ct_LD"; then
6117 ac_cv_prog_ac_ct_LD
="$ac_ct_LD" # Let the user override the test.
6119 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6123 case $as_dir in #(((
6126 *) as_dir
=$as_dir/ ;;
6128 for ac_exec_ext
in '' $ac_executable_extensions; do
6129 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
6130 ac_cv_prog_ac_ct_LD
="ld"
6131 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
6140 ac_ct_LD
=$ac_cv_prog_ac_ct_LD
6141 if test -n "$ac_ct_LD"; then
6142 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LD" >&5
6143 printf "%s\n" "$ac_ct_LD" >&6; }
6145 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
6146 printf "%s\n" "no" >&6; }
6149 if test "x$ac_ct_LD" = x
; then
6152 case $cross_compiling:$ac_tool_warned in
6154 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6155 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6156 ac_tool_warned
=yes ;;
6167 with_fontconfig
=${with_fontconfig:-no}
6169 *-mingw32*|
*-cygwin*)
6170 enable_win16
=${enable_win16:-no}
6171 with_mingw
=${with_mingw:-no}
6178 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
6183 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
6184 printf %s
"checking whether $CC works... " >&6; }
6185 if test ${wine_cv_cc_m32+y}
6187 printf %s
"(cached) " >&6
6189 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6190 /* end confdefs.h. */
6200 if ac_fn_c_try_link
"$LINENO"
6206 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
6207 conftest
$ac_exeext conftest.
$ac_ext
6209 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $wine_cv_cc_m32" >&5
6210 printf "%s\n" "$wine_cv_cc_m32" >&6; }
6211 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
6213 notice_platform
="32-bit "
6214 TARGETFLAGS
="$TARGETFLAGS -m32"
6215 PKG_CONFIG_PATH
=${PKG_CONFIG_PATH:-/usr/lib/i386-linux-gnu/pkgconfig:/usr/lib32/pkgconfig:/usr/lib/pkgconfig}
6216 export PKG_CONFIG_PATH
6217 enable_win16
=${enable_win16:-yes}
6218 with_unwind
=${with_unwind:-no}
6220 if test "x${GCC}" = "xyes"
6222 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
6223 printf %s
"checking whether $CC supports __builtin_ms_va_list... " >&6; }
6224 if test ${wine_cv_builtin_ms_va_list+y}
6226 printf %s
"(cached) " >&6
6228 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6229 /* end confdefs.h. */
6234 void func(__builtin_ms_va_list *args);
6239 if ac_fn_c_try_compile
"$LINENO"
6241 wine_cv_builtin_ms_va_list
=yes
6243 wine_cv_builtin_ms_va_list
=no
6245 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
6247 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $wine_cv_builtin_ms_va_list" >&5
6248 printf "%s\n" "$wine_cv_builtin_ms_va_list" >&6; }
6249 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
6254 notice_platform
="64-bit "
6255 TARGETFLAGS
="$TARGETFLAGS -m64"
6256 enable_wow64
=${enable_wow64:-yes}
6257 enable_wow64win
=${enable_wow64win:-yes}
6258 enable_wow64cpu
=${enable_wow64cpu:-yes}
6262 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports Thumb-2" >&5
6263 printf %s
"checking whether $CC supports Thumb-2... " >&6; }
6264 if test ${wine_cv_thumb2+y}
6266 printf %s
"(cached) " >&6
6268 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6269 /* end confdefs.h. */
6274 asm(".syntax unified\n\t.thumb\n\tldm r0,{r0-r8}");
6279 if ac_fn_c_try_link
"$LINENO"
6285 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
6286 conftest
$ac_exeext conftest.
$ac_ext
6288 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $wine_cv_thumb2" >&5
6289 printf "%s\n" "$wine_cv_thumb2" >&6; }
6290 if test x
"$wine_cv_thumb2" = xyes
6292 CFLAGS
="$CFLAGS -mthumb"
6293 TARGETFLAGS
="$TARGETFLAGS -mthumb"
6295 CFLAGS
="$CFLAGS -marm"
6296 TARGETFLAGS
="$TARGETFLAGS -marm"
6298 case $with_float_abi in
6300 float_abi
=$with_float_abi ;;
6307 saved_CFLAGS
=$CFLAGS
6308 CFLAGS
="$CFLAGS -mfloat-abi=$float_abi"
6309 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -mfloat-abi=$float_abi" >&5
6310 printf %s
"checking whether $CC supports -mfloat-abi=$float_abi... " >&6; }
6311 if test ${wine_cv_float_abi+y}
6313 printf %s
"(cached) " >&6
6315 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6316 /* end confdefs.h. */
6321 asm("vmrs r2,fpscr");
6326 if ac_fn_c_try_link
"$LINENO"
6328 wine_cv_float_abi
=yes
6330 wine_cv_float_abi
=no
6332 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
6333 conftest
$ac_exeext conftest.
$ac_ext
6335 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $wine_cv_float_abi" >&5
6336 printf "%s\n" "$wine_cv_float_abi" >&6; }
6337 if test $wine_cv_float_abi = no
6340 as_fn_append wine_warnings
"|Floating point is not supported for this target. The resulting build won't be compatible with Windows ARM binaries."
6342 CFLAGS
=$saved_CFLAGS
6346 CFLAGS
="$CFLAGS -mfloat-abi=$float_abi"
6347 TARGETFLAGS
="$TARGETFLAGS -mfloat-abi=$float_abi"
6350 enable_wow64
=${enable_wow64:-yes}
6351 enable_wow64win
=${enable_wow64win:-yes}
6354 enable_win16
=${enable_win16:-yes}
6355 with_unwind
=${with_unwind:-no}
6359 enable_win16
=${enable_win16:-no}
6360 enable_win64
=${enable_win64:-no}
6361 enable_wow64
=${enable_wow64:-no}
6362 enable_wow64win
=${enable_wow64win:-no}
6363 enable_wow64cpu
=${enable_wow64cpu:-no}
6365 enable_winetest
=${enable_winetest:-$enable_tests}
6367 if test "x$enable_win64" = "xyes"
6369 test -z "$with_wine64" || as_fn_error $?
"--enable-win64 and --with-wine64 are mutually exclusive.
6370 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
6374 cygwin
*|mingw32
*) toolsext
=".exe"
6380 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
6381 printf %s
"checking for the directory containing the Wine tools... " >&6; }
6382 if test ${wine_cv_toolsdir+y}
6384 printf %s
"(cached) " >&6
6386 wine_cv_toolsdir
="$with_wine_tools"
6387 if test -z "$with_wine_tools"; then
6388 if test "$cross_compiling" = "yes"; then
6389 as_fn_error $?
"you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
6390 elif test -n "$with_wine64"; then
6391 wine_cv_toolsdir
="$with_wine64"
6395 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
6396 printf "%s\n" "$wine_cv_toolsdir" >&6; }
6397 if test -z "$wine_cv_toolsdir"; then
6398 wine_makedep
=tools
/makedep
$toolsext
6399 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
6400 wine_makedep
=$wine_cv_toolsdir/tools
/makedep
$toolsext
6401 enable_tools
=${enable_tools:-no}
6402 test -f "$wine_makedep" || as_fn_error $?
"the Wine tools have not yet been built in $wine_cv_toolsdir" "$LINENO" 5
6404 as_fn_error $?
"could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
6406 toolsdir
=$wine_cv_toolsdir
6408 MAKEDEP
=$wine_makedep
6410 RUNTESTFLAGS
="-q -P wine"
6412 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'"
6415 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
6417 TARGETFLAGS
="-b $host_alias $TARGETFLAGS"
6422 # Extract the first word of "$ac_prog", so it can be a program name with args.
6423 set dummy
$ac_prog; ac_word
=$2
6424 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6425 printf %s
"checking for $ac_word... " >&6; }
6426 if test ${ac_cv_prog_FLEX+y}
6428 printf %s
"(cached) " >&6
6430 if test -n "$FLEX"; then
6431 ac_cv_prog_FLEX
="$FLEX" # Let the user override the test.
6433 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6437 case $as_dir in #(((
6440 *) as_dir
=$as_dir/ ;;
6442 for ac_exec_ext
in '' $ac_executable_extensions; do
6443 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
6444 ac_cv_prog_FLEX
="$ac_prog"
6445 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
6454 FLEX
=$ac_cv_prog_FLEX
6455 if test -n "$FLEX"; then
6456 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
6457 printf "%s\n" "$FLEX" >&6; }
6459 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
6460 printf "%s\n" "no" >&6; }
6464 test -n "$FLEX" && break
6466 test -n "$FLEX" || FLEX
="none"
6468 if test "$FLEX" = "none"
6470 as_fn_error $?
"no suitable flex found. Please install the 'flex' package." "$LINENO" 5
6472 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
6473 printf %s
"checking whether flex is recent enough... " >&6; }
6474 if test ${wine_cv_recent_flex+y}
6476 printf %s
"(cached) " >&6
6478 cat >conftest.l
<<EOF
6480 #include "prediluvian.h"
6484 if $FLEX -t conftest.l
>/dev
/null
2>&5
6486 wine_cv_recent_flex
=yes
6488 wine_cv_recent_flex
=no
6491 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $wine_cv_recent_flex" >&5
6492 printf "%s\n" "$wine_cv_recent_flex" >&6; }
6493 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
6495 for ac_prog
in bison
6497 # Extract the first word of "$ac_prog", so it can be a program name with args.
6498 set dummy
$ac_prog; ac_word
=$2
6499 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6500 printf %s
"checking for $ac_word... " >&6; }
6501 if test ${ac_cv_prog_BISON+y}
6503 printf %s
"(cached) " >&6
6505 if test -n "$BISON"; then
6506 ac_cv_prog_BISON
="$BISON" # Let the user override the test.
6508 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6512 case $as_dir in #(((
6515 *) as_dir
=$as_dir/ ;;
6517 for ac_exec_ext
in '' $ac_executable_extensions; do
6518 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
6519 ac_cv_prog_BISON
="$ac_prog"
6520 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
6529 BISON
=$ac_cv_prog_BISON
6530 if test -n "$BISON"; then
6531 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
6532 printf "%s\n" "$BISON" >&6; }
6534 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
6535 printf "%s\n" "no" >&6; }
6539 test -n "$BISON" && break
6541 test -n "$BISON" || BISON
="none"
6543 if test "$BISON" = "none"
6545 as_fn_error $?
"no suitable bison found. Please install the 'bison' package." "$LINENO" 5
6547 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether bison is recent enough" >&5
6548 printf %s
"checking whether bison is recent enough... " >&6; }
6549 if test ${wine_cv_recent_bison+y}
6551 printf %s
"(cached) " >&6
6553 cat >conftest.y
<<EOF
6554 %define parse.error verbose
6558 if $BISON conftest.y
>/dev
/null
2>&5
6560 wine_cv_recent_bison
=yes
6562 wine_cv_recent_bison
=no
6565 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $wine_cv_recent_bison" >&5
6566 printf "%s\n" "$wine_cv_recent_bison" >&6; }
6567 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
6569 if test -n "$ac_tool_prefix"; then
6570 for ac_prog
in ar gar
6572 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
6573 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
6574 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6575 printf %s
"checking for $ac_word... " >&6; }
6576 if test ${ac_cv_prog_AR+y}
6578 printf %s
"(cached) " >&6
6580 if test -n "$AR"; then
6581 ac_cv_prog_AR
="$AR" # Let the user override the test.
6583 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6587 case $as_dir in #(((
6590 *) as_dir
=$as_dir/ ;;
6592 for ac_exec_ext
in '' $ac_executable_extensions; do
6593 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
6594 ac_cv_prog_AR
="$ac_tool_prefix$ac_prog"
6595 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
6605 if test -n "$AR"; then
6606 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6607 printf "%s\n" "$AR" >&6; }
6609 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
6610 printf "%s\n" "no" >&6; }
6614 test -n "$AR" && break
6617 if test -z "$AR"; then
6619 for ac_prog
in ar gar
6621 # Extract the first word of "$ac_prog", so it can be a program name with args.
6622 set dummy
$ac_prog; ac_word
=$2
6623 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6624 printf %s
"checking for $ac_word... " >&6; }
6625 if test ${ac_cv_prog_ac_ct_AR+y}
6627 printf %s
"(cached) " >&6
6629 if test -n "$ac_ct_AR"; then
6630 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
6632 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6636 case $as_dir in #(((
6639 *) as_dir
=$as_dir/ ;;
6641 for ac_exec_ext
in '' $ac_executable_extensions; do
6642 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
6643 ac_cv_prog_ac_ct_AR
="$ac_prog"
6644 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
6653 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
6654 if test -n "$ac_ct_AR"; then
6655 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6656 printf "%s\n" "$ac_ct_AR" >&6; }
6658 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
6659 printf "%s\n" "no" >&6; }
6663 test -n "$ac_ct_AR" && break
6666 if test "x$ac_ct_AR" = x
; then
6669 case $cross_compiling:$ac_tool_warned in
6671 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6672 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6673 ac_tool_warned
=yes ;;
6679 if test -n "$ac_tool_prefix"; then
6680 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6681 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
6682 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6683 printf %s
"checking for $ac_word... " >&6; }
6684 if test ${ac_cv_prog_STRIP+y}
6686 printf %s
"(cached) " >&6
6688 if test -n "$STRIP"; then
6689 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
6691 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6695 case $as_dir in #(((
6698 *) as_dir
=$as_dir/ ;;
6700 for ac_exec_ext
in '' $ac_executable_extensions; do
6701 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
6702 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
6703 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
6712 STRIP
=$ac_cv_prog_STRIP
6713 if test -n "$STRIP"; then
6714 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6715 printf "%s\n" "$STRIP" >&6; }
6717 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
6718 printf "%s\n" "no" >&6; }
6723 if test -z "$ac_cv_prog_STRIP"; then
6725 # Extract the first word of "strip", so it can be a program name with args.
6726 set dummy strip
; ac_word
=$2
6727 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6728 printf %s
"checking for $ac_word... " >&6; }
6729 if test ${ac_cv_prog_ac_ct_STRIP+y}
6731 printf %s
"(cached) " >&6
6733 if test -n "$ac_ct_STRIP"; then
6734 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
6736 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6740 case $as_dir in #(((
6743 *) as_dir
=$as_dir/ ;;
6745 for ac_exec_ext
in '' $ac_executable_extensions; do
6746 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
6747 ac_cv_prog_ac_ct_STRIP
="strip"
6748 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
6757 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
6758 if test -n "$ac_ct_STRIP"; then
6759 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6760 printf "%s\n" "$ac_ct_STRIP" >&6; }
6762 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
6763 printf "%s\n" "no" >&6; }
6766 if test "x$ac_ct_STRIP" = x
; then
6769 case $cross_compiling:$ac_tool_warned in
6771 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6772 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6773 ac_tool_warned
=yes ;;
6778 STRIP
="$ac_cv_prog_STRIP"
6781 if test -n "$ac_tool_prefix"; then
6782 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6783 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
6784 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6785 printf %s
"checking for $ac_word... " >&6; }
6786 if test ${ac_cv_prog_RANLIB+y}
6788 printf %s
"(cached) " >&6
6790 if test -n "$RANLIB"; then
6791 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
6793 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6797 case $as_dir in #(((
6800 *) as_dir
=$as_dir/ ;;
6802 for ac_exec_ext
in '' $ac_executable_extensions; do
6803 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
6804 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
6805 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
6814 RANLIB
=$ac_cv_prog_RANLIB
6815 if test -n "$RANLIB"; then
6816 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6817 printf "%s\n" "$RANLIB" >&6; }
6819 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
6820 printf "%s\n" "no" >&6; }
6825 if test -z "$ac_cv_prog_RANLIB"; then
6826 ac_ct_RANLIB
=$RANLIB
6827 # Extract the first word of "ranlib", so it can be a program name with args.
6828 set dummy ranlib
; ac_word
=$2
6829 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6830 printf %s
"checking for $ac_word... " >&6; }
6831 if test ${ac_cv_prog_ac_ct_RANLIB+y}
6833 printf %s
"(cached) " >&6
6835 if test -n "$ac_ct_RANLIB"; then
6836 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
6838 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6842 case $as_dir in #(((
6845 *) as_dir
=$as_dir/ ;;
6847 for ac_exec_ext
in '' $ac_executable_extensions; do
6848 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
6849 ac_cv_prog_ac_ct_RANLIB
="ranlib"
6850 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
6859 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
6860 if test -n "$ac_ct_RANLIB"; then
6861 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6862 printf "%s\n" "$ac_ct_RANLIB" >&6; }
6864 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
6865 printf "%s\n" "no" >&6; }
6868 if test "x$ac_ct_RANLIB" = x
; then
6871 case $cross_compiling:$ac_tool_warned in
6873 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6874 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6875 ac_tool_warned
=yes ;;
6877 RANLIB
=$ac_ct_RANLIB
6880 RANLIB
="$ac_cv_prog_RANLIB"
6883 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6884 printf %s
"checking whether ln -s works... " >&6; }
6886 if test "$LN_S" = "ln -s"; then
6887 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6888 printf "%s\n" "yes" >&6; }
6890 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6891 printf "%s\n" "no, using $LN_S" >&6; }
6894 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
6895 printf %s
"checking for grep that handles long lines and -e... " >&6; }
6896 if test ${ac_cv_path_GREP+y}
6898 printf %s
"(cached) " >&6
6900 if test -z "$GREP"; then
6901 ac_path_GREP_found
=false
6902 # Loop through the user's path and test for each of PROGNAME-LIST
6903 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6904 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
6907 case $as_dir in #(((
6910 *) as_dir
=$as_dir/ ;;
6912 for ac_prog
in grep ggrep
6914 for ac_exec_ext
in '' $ac_executable_extensions; do
6915 ac_path_GREP
="$as_dir$ac_prog$ac_exec_ext"
6916 as_fn_executable_p
"$ac_path_GREP" ||
continue
6917 # Check for GNU ac_path_GREP and select it if it is found.
6918 # Check for GNU $ac_path_GREP
6919 case `"$ac_path_GREP" --version 2>&1` in
6921 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
6924 printf %s
0123456789 >"conftest.in"
6927 cat "conftest.in" "conftest.in" >"conftest.tmp"
6928 mv "conftest.tmp" "conftest.in"
6929 cp "conftest.in" "conftest.nl"
6930 printf "%s\n" 'GREP' >> "conftest.nl"
6931 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
6932 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
6933 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
6934 if test $ac_count -gt ${ac_path_GREP_max-0}; then
6935 # Best one so far, save it but keep looking for a better one
6936 ac_cv_path_GREP
="$ac_path_GREP"
6937 ac_path_GREP_max
=$ac_count
6939 # 10*(2^10) chars as input seems more than enough
6940 test $ac_count -gt 10 && break
6942 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
6945 $ac_path_GREP_found && break 3
6950 if test -z "$ac_cv_path_GREP"; then
6951 as_fn_error $?
"no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6954 ac_cv_path_GREP
=$GREP
6958 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
6959 printf "%s\n" "$ac_cv_path_GREP" >&6; }
6960 GREP
="$ac_cv_path_GREP"
6963 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
6964 printf %s
"checking for egrep... " >&6; }
6965 if test ${ac_cv_path_EGREP+y}
6967 printf %s
"(cached) " >&6
6969 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
6970 then ac_cv_path_EGREP
="$GREP -E"
6972 if test -z "$EGREP"; then
6973 ac_path_EGREP_found
=false
6974 # Loop through the user's path and test for each of PROGNAME-LIST
6975 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6976 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
6979 case $as_dir in #(((
6982 *) as_dir
=$as_dir/ ;;
6984 for ac_prog
in egrep
6986 for ac_exec_ext
in '' $ac_executable_extensions; do
6987 ac_path_EGREP
="$as_dir$ac_prog$ac_exec_ext"
6988 as_fn_executable_p
"$ac_path_EGREP" ||
continue
6989 # Check for GNU ac_path_EGREP and select it if it is found.
6990 # Check for GNU $ac_path_EGREP
6991 case `"$ac_path_EGREP" --version 2>&1` in
6993 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
6996 printf %s
0123456789 >"conftest.in"
6999 cat "conftest.in" "conftest.in" >"conftest.tmp"
7000 mv "conftest.tmp" "conftest.in"
7001 cp "conftest.in" "conftest.nl"
7002 printf "%s\n" 'EGREP' >> "conftest.nl"
7003 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
7004 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
7005 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
7006 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
7007 # Best one so far, save it but keep looking for a better one
7008 ac_cv_path_EGREP
="$ac_path_EGREP"
7009 ac_path_EGREP_max
=$ac_count
7011 # 10*(2^10) chars as input seems more than enough
7012 test $ac_count -gt 10 && break
7014 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
7017 $ac_path_EGREP_found && break 3
7022 if test -z "$ac_cv_path_EGREP"; then
7023 as_fn_error $?
"no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
7026 ac_cv_path_EGREP
=$EGREP
7031 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
7032 printf "%s\n" "$ac_cv_path_EGREP" >&6; }
7033 EGREP
="$ac_cv_path_EGREP"
7036 # Extract the first word of "ldconfig", so it can be a program name with args.
7037 set dummy ldconfig
; ac_word
=$2
7038 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7039 printf %s
"checking for $ac_word... " >&6; }
7040 if test ${ac_cv_path_LDCONFIG+y}
7042 printf %s
"(cached) " >&6
7046 ac_cv_path_LDCONFIG
="$LDCONFIG" # Let the user override the test with a path.
7049 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7050 for as_dir
in /sbin
/usr
/sbin
$PATH
7053 case $as_dir in #(((
7056 *) as_dir
=$as_dir/ ;;
7058 for ac_exec_ext
in '' $ac_executable_extensions; do
7059 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
7060 ac_cv_path_LDCONFIG
="$as_dir$ac_word$ac_exec_ext"
7061 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
7068 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG
="true"
7072 LDCONFIG
=$ac_cv_path_LDCONFIG
7073 if test -n "$LDCONFIG"; then
7074 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
7075 printf "%s\n" "$LDCONFIG" >&6; }
7077 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
7078 printf "%s\n" "no" >&6; }
7082 for ac_prog
in msgfmt
7084 # Extract the first word of "$ac_prog", so it can be a program name with args.
7085 set dummy
$ac_prog; ac_word
=$2
7086 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7087 printf %s
"checking for $ac_word... " >&6; }
7088 if test ${ac_cv_prog_MSGFMT+y}
7090 printf %s
"(cached) " >&6
7092 if test -n "$MSGFMT"; then
7093 ac_cv_prog_MSGFMT
="$MSGFMT" # Let the user override the test.
7095 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7099 case $as_dir in #(((
7102 *) as_dir
=$as_dir/ ;;
7104 for ac_exec_ext
in '' $ac_executable_extensions; do
7105 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
7106 ac_cv_prog_MSGFMT
="$ac_prog"
7107 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
7116 MSGFMT
=$ac_cv_prog_MSGFMT
7117 if test -n "$MSGFMT"; then
7118 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
7119 printf "%s\n" "$MSGFMT" >&6; }
7121 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
7122 printf "%s\n" "no" >&6; }
7126 test -n "$MSGFMT" && break
7128 test -n "$MSGFMT" || MSGFMT
="false"
7130 if test ${ac_tool_prefix+y}
7132 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
7133 set dummy
${ac_tool_prefix}pkg-config
; ac_word
=$2
7134 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7135 printf %s
"checking for $ac_word... " >&6; }
7136 if test ${ac_cv_prog_PKG_CONFIG+y}
7138 printf %s
"(cached) " >&6
7140 if test -n "$PKG_CONFIG"; then
7141 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
7143 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7147 case $as_dir in #(((
7150 *) as_dir
=$as_dir/ ;;
7152 for ac_exec_ext
in '' $ac_executable_extensions; do
7153 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
7154 ac_cv_prog_PKG_CONFIG
="${ac_tool_prefix}pkg-config"
7155 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
7164 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
7165 if test -n "$PKG_CONFIG"; then
7166 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
7167 printf "%s\n" "$PKG_CONFIG" >&6; }
7169 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
7170 printf "%s\n" "no" >&6; }
7175 if ${ac_cv_prog_PKG_CONFIG:+false} :
7177 if test "x$cross_compiling" = xyes
7181 { ac_cv_prog_PKG_CONFIG
=; unset ac_cv_prog_PKG_CONFIG
;}
7182 # Extract the first word of "pkg-config", so it can be a program name with args.
7183 set dummy pkg-config
; ac_word
=$2
7184 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7185 printf %s
"checking for $ac_word... " >&6; }
7186 if test ${ac_cv_prog_PKG_CONFIG+y}
7188 printf %s
"(cached) " >&6
7190 if test -n "$PKG_CONFIG"; then
7191 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
7193 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7197 case $as_dir in #(((
7200 *) as_dir
=$as_dir/ ;;
7202 for ac_exec_ext
in '' $ac_executable_extensions; do
7203 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
7204 ac_cv_prog_PKG_CONFIG
="pkg-config"
7205 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
7214 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
7215 if test -n "$PKG_CONFIG"; then
7216 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
7217 printf "%s\n" "$PKG_CONFIG" >&6; }
7219 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
7220 printf "%s\n" "no" >&6; }
7226 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
7229 if test "x$enable_maintainer_mode" != "xyes"
7236 test "$srcdir" = . || as_fn_error $?
"Maintainer mode cannot work out of tree." "$LINENO" 5
7237 for ac_prog
in fontforge
7239 # Extract the first word of "$ac_prog", so it can be a program name with args.
7240 set dummy
$ac_prog; ac_word
=$2
7241 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7242 printf %s
"checking for $ac_word... " >&6; }
7243 if test ${ac_cv_prog_FONTFORGE+y}
7245 printf %s
"(cached) " >&6
7247 if test -n "$FONTFORGE"; then
7248 ac_cv_prog_FONTFORGE
="$FONTFORGE" # Let the user override the test.
7250 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7254 case $as_dir in #(((
7257 *) as_dir
=$as_dir/ ;;
7259 for ac_exec_ext
in '' $ac_executable_extensions; do
7260 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
7261 ac_cv_prog_FONTFORGE
="$ac_prog"
7262 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
7271 FONTFORGE
=$ac_cv_prog_FONTFORGE
7272 if test -n "$FONTFORGE"; then
7273 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
7274 printf "%s\n" "$FONTFORGE" >&6; }
7276 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
7277 printf "%s\n" "no" >&6; }
7281 test -n "$FONTFORGE" && break
7283 test -n "$FONTFORGE" || FONTFORGE
="false"
7285 for ac_prog
in rsvg-convert rsvg
7287 # Extract the first word of "$ac_prog", so it can be a program name with args.
7288 set dummy
$ac_prog; ac_word
=$2
7289 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7290 printf %s
"checking for $ac_word... " >&6; }
7291 if test ${ac_cv_prog_RSVG+y}
7293 printf %s
"(cached) " >&6
7295 if test -n "$RSVG"; then
7296 ac_cv_prog_RSVG
="$RSVG" # Let the user override the test.
7298 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7302 case $as_dir in #(((
7305 *) as_dir
=$as_dir/ ;;
7307 for ac_exec_ext
in '' $ac_executable_extensions; do
7308 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
7309 ac_cv_prog_RSVG
="$ac_prog"
7310 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
7319 RSVG
=$ac_cv_prog_RSVG
7320 if test -n "$RSVG"; then
7321 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
7322 printf "%s\n" "$RSVG" >&6; }
7324 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
7325 printf "%s\n" "no" >&6; }
7329 test -n "$RSVG" && break
7331 test -n "$RSVG" || RSVG
="false"
7333 for ac_prog
in convert
7335 # Extract the first word of "$ac_prog", so it can be a program name with args.
7336 set dummy
$ac_prog; ac_word
=$2
7337 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7338 printf %s
"checking for $ac_word... " >&6; }
7339 if test ${ac_cv_prog_CONVERT+y}
7341 printf %s
"(cached) " >&6
7343 if test -n "$CONVERT"; then
7344 ac_cv_prog_CONVERT
="$CONVERT" # Let the user override the test.
7346 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7350 case $as_dir in #(((
7353 *) as_dir
=$as_dir/ ;;
7355 for ac_exec_ext
in '' $ac_executable_extensions; do
7356 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
7357 ac_cv_prog_CONVERT
="$ac_prog"
7358 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
7367 CONVERT
=$ac_cv_prog_CONVERT
7368 if test -n "$CONVERT"; then
7369 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
7370 printf "%s\n" "$CONVERT" >&6; }
7372 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
7373 printf "%s\n" "no" >&6; }
7377 test -n "$CONVERT" && break
7379 test -n "$CONVERT" || CONVERT
="false"
7381 for ac_prog
in icotool
7383 # Extract the first word of "$ac_prog", so it can be a program name with args.
7384 set dummy
$ac_prog; ac_word
=$2
7385 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7386 printf %s
"checking for $ac_word... " >&6; }
7387 if test ${ac_cv_prog_ICOTOOL+y}
7389 printf %s
"(cached) " >&6
7391 if test -n "$ICOTOOL"; then
7392 ac_cv_prog_ICOTOOL
="$ICOTOOL" # Let the user override the test.
7394 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7398 case $as_dir in #(((
7401 *) as_dir
=$as_dir/ ;;
7403 for ac_exec_ext
in '' $ac_executable_extensions; do
7404 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
7405 ac_cv_prog_ICOTOOL
="$ac_prog"
7406 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
7415 ICOTOOL
=$ac_cv_prog_ICOTOOL
7416 if test -n "$ICOTOOL"; then
7417 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
7418 printf "%s\n" "$ICOTOOL" >&6; }
7420 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
7421 printf "%s\n" "no" >&6; }
7425 test -n "$ICOTOOL" && break
7427 test -n "$ICOTOOL" || ICOTOOL
="false"
7429 test "$FONTFORGE" != "false" || as_fn_error $?
"You need fontforge to rebuild fonts in maintainer mode." "$LINENO" 5
7430 test "$RSVG" != "false" || as_fn_error $?
"You need rsvg to rebuild icons in maintainer mode." "$LINENO" 5
7432 if test "$CONVERT" = false
7434 as_fn_error $?
"You need imagemagick to rebuild icons in maintainer mode." "$LINENO" 5
7436 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
7437 printf %s
"checking for recent enough imagemagick... " >&6; }
7438 convert_version
=`convert --version | head -n1`
7439 if test "x$convert_version" != "x"
7441 convert_version_major
=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
7442 convert_version_minor
=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
7443 if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
7448 if test "$CONVERT" = false
7450 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
7451 printf "%s\n" "no ($convert_version_major.$convert_version_minor)" >&6; }
7452 as_fn_error $?
"You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode." "$LINENO" 5
7454 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
7455 printf "%s\n" "yes ($convert_version_major.$convert_version_minor)" >&6; }
7459 if test "$ICOTOOL" = false
7461 as_fn_error $?
"You need icotool to rebuild icons in maintainer mode." "$LINENO" 5
7463 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
7464 printf %s
"checking for recent enough icotool... " >&6; }
7465 icotool_version
=`icotool --version | head -n1`
7466 if test "x$icotool_version" != "x"
7468 icotool_version_major
=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
7469 icotool_version_minor
=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
7470 if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
7473 as_fn_append wine_warnings
"|icotool version 0.29.0 or newer is needed to rebuild icons."
7476 if test "$ICOTOOL" = false
7478 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
7479 printf "%s\n" "no ($icotool_version_major.$icotool_version_minor)" >&6; }
7480 as_fn_error $?
"You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode." "$LINENO" 5
7482 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
7483 printf "%s\n" "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
7493 test "x$with_gettext" != xno || MSGFMT
=false
7494 if test "$MSGFMT" != "false"
7496 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether msgfmt supports contexts" >&5
7497 printf %s
"checking whether msgfmt supports contexts... " >&6; }
7498 if test ${wine_cv_msgfmt_contexts+y}
7500 printf %s
"(cached) " >&6
7502 cat >conftest.po
<<EOF
7508 if $MSGFMT -o /dev
/null conftest.po
2>&5
7510 wine_cv_msgfmt_contexts
=yes
7512 wine_cv_msgfmt_contexts
=no
7515 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $wine_cv_msgfmt_contexts" >&5
7516 printf "%s\n" "$wine_cv_msgfmt_contexts" >&6; }
7517 test $wine_cv_msgfmt_contexts != no || MSGFMT
=false
7519 if test "$MSGFMT" = false
7521 case "x$with_gettext" in
7522 x
) as_fn_append wine_warnings
"|gettext tools not found (or too old), translations won't be built." ;;
7524 *) as_fn_error $?
"gettext tools not found (or too old), translations won't be built.
7525 This is an error since --with-gettext was requested." "$LINENO" 5 ;;
7527 enable_po
=${enable_po:-no}
7531 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
7532 printf %s
"checking for i386_set_ldt in -li386... " >&6; }
7533 if test ${ac_cv_lib_i386_i386_set_ldt+y}
7535 printf %s
"(cached) " >&6
7537 ac_check_lib_save_LIBS
=$LIBS
7539 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7540 /* end confdefs.h. */
7542 /* Override any GCC internal prototype to avoid an error.
7543 Use char because int might match the return type of a GCC
7544 builtin and then its argument prototype would still apply. */
7545 char i386_set_ldt ();
7549 return i386_set_ldt ();
7554 if ac_fn_c_try_link
"$LINENO"
7556 ac_cv_lib_i386_i386_set_ldt
=yes
7558 ac_cv_lib_i386_i386_set_ldt
=no
7560 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
7561 conftest
$ac_exeext conftest.
$ac_ext
7562 LIBS
=$ac_check_lib_save_LIBS
7564 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
7565 printf "%s\n" "$ac_cv_lib_i386_i386_set_ldt" >&6; }
7566 if test "x$ac_cv_lib_i386_i386_set_ldt" = xyes
7577 # Check whether --enable-largefile was given.
7578 if test ${enable_largefile+y}
7580 enableval
=$enable_largefile;
7583 if test "$enable_largefile" != no
; then
7585 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
7586 printf %s
"checking for special C compiler options needed for large files... " >&6; }
7587 if test ${ac_cv_sys_largefile_CC+y}
7589 printf %s
"(cached) " >&6
7591 ac_cv_sys_largefile_CC
=no
7592 if test "$GCC" != yes; then
7595 # IRIX 6.2 and later do not support large files by default,
7596 # so use the C compiler's -n32 option if that helps.
7597 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7598 /* end confdefs.h. */
7599 #include <sys/types.h>
7600 /* Check that off_t can represent 2**63 - 1 correctly.
7601 We can't simply define LARGE_OFF_T to be 9223372036854775807,
7602 since some C++ compilers masquerading as C compilers
7603 incorrectly reject 9223372036854775807. */
7604 #define LARGE_OFF_T (((off_t) 1 << 31 << 31) - 1 + ((off_t) 1 << 31 << 31))
7605 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
7606 && LARGE_OFF_T % 2147483647 == 1)
7616 if ac_fn_c_try_compile
"$LINENO"
7620 rm -f core conftest.err conftest.
$ac_objext conftest.beam
7622 if ac_fn_c_try_compile
"$LINENO"
7624 ac_cv_sys_largefile_CC
=' -n32'; break
7626 rm -f core conftest.err conftest.
$ac_objext conftest.beam
7630 rm -f conftest.
$ac_ext
7633 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
7634 printf "%s\n" "$ac_cv_sys_largefile_CC" >&6; }
7635 if test "$ac_cv_sys_largefile_CC" != no
; then
7636 CC
=$CC$ac_cv_sys_largefile_CC
7639 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
7640 printf %s
"checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
7641 if test ${ac_cv_sys_file_offset_bits+y}
7643 printf %s
"(cached) " >&6
7646 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7647 /* end confdefs.h. */
7648 #include <sys/types.h>
7649 /* Check that off_t can represent 2**63 - 1 correctly.
7650 We can't simply define LARGE_OFF_T to be 9223372036854775807,
7651 since some C++ compilers masquerading as C compilers
7652 incorrectly reject 9223372036854775807. */
7653 #define LARGE_OFF_T (((off_t) 1 << 31 << 31) - 1 + ((off_t) 1 << 31 << 31))
7654 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
7655 && LARGE_OFF_T % 2147483647 == 1)
7665 if ac_fn_c_try_compile
"$LINENO"
7667 ac_cv_sys_file_offset_bits
=no
; break
7669 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
7670 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7671 /* end confdefs.h. */
7672 #define _FILE_OFFSET_BITS 64
7673 #include <sys/types.h>
7674 /* Check that off_t can represent 2**63 - 1 correctly.
7675 We can't simply define LARGE_OFF_T to be 9223372036854775807,
7676 since some C++ compilers masquerading as C compilers
7677 incorrectly reject 9223372036854775807. */
7678 #define LARGE_OFF_T (((off_t) 1 << 31 << 31) - 1 + ((off_t) 1 << 31 << 31))
7679 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
7680 && LARGE_OFF_T % 2147483647 == 1)
7690 if ac_fn_c_try_compile
"$LINENO"
7692 ac_cv_sys_file_offset_bits
=64; break
7694 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
7695 ac_cv_sys_file_offset_bits
=unknown
7699 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
7700 printf "%s\n" "$ac_cv_sys_file_offset_bits" >&6; }
7701 case $ac_cv_sys_file_offset_bits in #(
7704 printf "%s\n" "#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits" >>confdefs.h
7708 if test $ac_cv_sys_file_offset_bits = unknown
; then
7709 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
7710 printf %s
"checking for _LARGE_FILES value needed for large files... " >&6; }
7711 if test ${ac_cv_sys_large_files+y}
7713 printf %s
"(cached) " >&6
7716 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7717 /* end confdefs.h. */
7718 #include <sys/types.h>
7719 /* Check that off_t can represent 2**63 - 1 correctly.
7720 We can't simply define LARGE_OFF_T to be 9223372036854775807,
7721 since some C++ compilers masquerading as C compilers
7722 incorrectly reject 9223372036854775807. */
7723 #define LARGE_OFF_T (((off_t) 1 << 31 << 31) - 1 + ((off_t) 1 << 31 << 31))
7724 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
7725 && LARGE_OFF_T % 2147483647 == 1)
7735 if ac_fn_c_try_compile
"$LINENO"
7737 ac_cv_sys_large_files
=no
; break
7739 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
7740 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7741 /* end confdefs.h. */
7742 #define _LARGE_FILES 1
7743 #include <sys/types.h>
7744 /* Check that off_t can represent 2**63 - 1 correctly.
7745 We can't simply define LARGE_OFF_T to be 9223372036854775807,
7746 since some C++ compilers masquerading as C compilers
7747 incorrectly reject 9223372036854775807. */
7748 #define LARGE_OFF_T (((off_t) 1 << 31 << 31) - 1 + ((off_t) 1 << 31 << 31))
7749 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
7750 && LARGE_OFF_T % 2147483647 == 1)
7760 if ac_fn_c_try_compile
"$LINENO"
7762 ac_cv_sys_large_files
=1; break
7764 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
7765 ac_cv_sys_large_files
=unknown
7769 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
7770 printf "%s\n" "$ac_cv_sys_large_files" >&6; }
7771 case $ac_cv_sys_large_files in #(
7774 printf "%s\n" "#define _LARGE_FILES $ac_cv_sys_large_files" >>confdefs.h
7782 ac_header
= ac_cache
=
7783 for ac_item
in $ac_header_c_list
7785 if test $ac_cache; then
7786 ac_fn_c_check_header_compile
"$LINENO" $ac_header ac_cv_header_
$ac_cache "$ac_includes_default"
7787 if eval test \"x\
$ac_cv_header_$ac_cache\" = xyes
; then
7788 printf "%s\n" "#define $ac_item 1" >> confdefs.h
7790 ac_header
= ac_cache
=
7791 elif test $ac_header; then
7805 if test $ac_cv_header_stdlib_h = yes && test $ac_cv_header_string_h = yes
7808 printf "%s\n" "#define STDC_HEADERS 1" >>confdefs.h
7811 ac_fn_c_check_header_compile
"$LINENO" "AL/al.h" "ac_cv_header_AL_al_h" "$ac_includes_default"
7812 if test "x$ac_cv_header_AL_al_h" = xyes
7814 printf "%s\n" "#define HAVE_AL_AL_H 1" >>confdefs.h
7817 ac_fn_c_check_header_compile
"$LINENO" "ApplicationServices/ApplicationServices.h" "ac_cv_header_ApplicationServices_ApplicationServices_h" "$ac_includes_default"
7818 if test "x$ac_cv_header_ApplicationServices_ApplicationServices_h" = xyes
7820 printf "%s\n" "#define HAVE_APPLICATIONSERVICES_APPLICATIONSERVICES_H 1" >>confdefs.h
7823 ac_fn_c_check_header_compile
"$LINENO" "CL/cl.h" "ac_cv_header_CL_cl_h" "$ac_includes_default"
7824 if test "x$ac_cv_header_CL_cl_h" = xyes
7826 printf "%s\n" "#define HAVE_CL_CL_H 1" >>confdefs.h
7829 ac_fn_c_check_header_compile
"$LINENO" "Carbon/Carbon.h" "ac_cv_header_Carbon_Carbon_h" "$ac_includes_default"
7830 if test "x$ac_cv_header_Carbon_Carbon_h" = xyes
7832 printf "%s\n" "#define HAVE_CARBON_CARBON_H 1" >>confdefs.h
7835 ac_fn_c_check_header_compile
"$LINENO" "CoreAudio/CoreAudio.h" "ac_cv_header_CoreAudio_CoreAudio_h" "$ac_includes_default"
7836 if test "x$ac_cv_header_CoreAudio_CoreAudio_h" = xyes
7838 printf "%s\n" "#define HAVE_COREAUDIO_COREAUDIO_H 1" >>confdefs.h
7841 ac_fn_c_check_header_compile
"$LINENO" "DiskArbitration/DiskArbitration.h" "ac_cv_header_DiskArbitration_DiskArbitration_h" "$ac_includes_default"
7842 if test "x$ac_cv_header_DiskArbitration_DiskArbitration_h" = xyes
7844 printf "%s\n" "#define HAVE_DISKARBITRATION_DISKARBITRATION_H 1" >>confdefs.h
7847 ac_fn_c_check_header_compile
"$LINENO" "EGL/egl.h" "ac_cv_header_EGL_egl_h" "$ac_includes_default"
7848 if test "x$ac_cv_header_EGL_egl_h" = xyes
7850 printf "%s\n" "#define HAVE_EGL_EGL_H 1" >>confdefs.h
7853 ac_fn_c_check_header_compile
"$LINENO" "IOKit/IOKitLib.h" "ac_cv_header_IOKit_IOKitLib_h" "$ac_includes_default"
7854 if test "x$ac_cv_header_IOKit_IOKitLib_h" = xyes
7856 printf "%s\n" "#define HAVE_IOKIT_IOKITLIB_H 1" >>confdefs.h
7859 ac_fn_c_check_header_compile
"$LINENO" "IOKit/hid/IOHIDLib.h" "ac_cv_header_IOKit_hid_IOHIDLib_h" "$ac_includes_default"
7860 if test "x$ac_cv_header_IOKit_hid_IOHIDLib_h" = xyes
7862 printf "%s\n" "#define HAVE_IOKIT_HID_IOHIDLIB_H 1" >>confdefs.h
7865 ac_fn_c_check_header_compile
"$LINENO" "OpenAL/al.h" "ac_cv_header_OpenAL_al_h" "$ac_includes_default"
7866 if test "x$ac_cv_header_OpenAL_al_h" = xyes
7868 printf "%s\n" "#define HAVE_OPENAL_AL_H 1" >>confdefs.h
7871 ac_fn_c_check_header_compile
"$LINENO" "OpenCL/opencl.h" "ac_cv_header_OpenCL_opencl_h" "$ac_includes_default"
7872 if test "x$ac_cv_header_OpenCL_opencl_h" = xyes
7874 printf "%s\n" "#define HAVE_OPENCL_OPENCL_H 1" >>confdefs.h
7877 ac_fn_c_check_header_compile
"$LINENO" "Security/Security.h" "ac_cv_header_Security_Security_h" "$ac_includes_default"
7878 if test "x$ac_cv_header_Security_Security_h" = xyes
7880 printf "%s\n" "#define HAVE_SECURITY_SECURITY_H 1" >>confdefs.h
7883 ac_fn_c_check_header_compile
"$LINENO" "SystemConfiguration/SCDynamicStoreCopyDHCPInfo.h" "ac_cv_header_SystemConfiguration_SCDynamicStoreCopyDHCPInfo_h" "$ac_includes_default"
7884 if test "x$ac_cv_header_SystemConfiguration_SCDynamicStoreCopyDHCPInfo_h" = xyes
7886 printf "%s\n" "#define HAVE_SYSTEMCONFIGURATION_SCDYNAMICSTORECOPYDHCPINFO_H 1" >>confdefs.h
7889 ac_fn_c_check_header_compile
"$LINENO" "SystemConfiguration/SCNetworkConfiguration.h" "ac_cv_header_SystemConfiguration_SCNetworkConfiguration_h" "$ac_includes_default"
7890 if test "x$ac_cv_header_SystemConfiguration_SCNetworkConfiguration_h" = xyes
7892 printf "%s\n" "#define HAVE_SYSTEMCONFIGURATION_SCNETWORKCONFIGURATION_H 1" >>confdefs.h
7895 ac_fn_c_check_header_compile
"$LINENO" "arpa/inet.h" "ac_cv_header_arpa_inet_h" "$ac_includes_default"
7896 if test "x$ac_cv_header_arpa_inet_h" = xyes
7898 printf "%s\n" "#define HAVE_ARPA_INET_H 1" >>confdefs.h
7901 ac_fn_c_check_header_compile
"$LINENO" "arpa/nameser.h" "ac_cv_header_arpa_nameser_h" "$ac_includes_default"
7902 if test "x$ac_cv_header_arpa_nameser_h" = xyes
7904 printf "%s\n" "#define HAVE_ARPA_NAMESER_H 1" >>confdefs.h
7907 ac_fn_c_check_header_compile
"$LINENO" "asm/types.h" "ac_cv_header_asm_types_h" "$ac_includes_default"
7908 if test "x$ac_cv_header_asm_types_h" = xyes
7910 printf "%s\n" "#define HAVE_ASM_TYPES_H 1" >>confdefs.h
7913 ac_fn_c_check_header_compile
"$LINENO" "asm/user.h" "ac_cv_header_asm_user_h" "$ac_includes_default"
7914 if test "x$ac_cv_header_asm_user_h" = xyes
7916 printf "%s\n" "#define HAVE_ASM_USER_H 1" >>confdefs.h
7919 ac_fn_c_check_header_compile
"$LINENO" "elf.h" "ac_cv_header_elf_h" "$ac_includes_default"
7920 if test "x$ac_cv_header_elf_h" = xyes
7922 printf "%s\n" "#define HAVE_ELF_H 1" >>confdefs.h
7925 ac_fn_c_check_header_compile
"$LINENO" "float.h" "ac_cv_header_float_h" "$ac_includes_default"
7926 if test "x$ac_cv_header_float_h" = xyes
7928 printf "%s\n" "#define HAVE_FLOAT_H 1" >>confdefs.h
7931 ac_fn_c_check_header_compile
"$LINENO" "gettext-po.h" "ac_cv_header_gettext_po_h" "$ac_includes_default"
7932 if test "x$ac_cv_header_gettext_po_h" = xyes
7934 printf "%s\n" "#define HAVE_GETTEXT_PO_H 1" >>confdefs.h
7937 ac_fn_c_check_header_compile
"$LINENO" "libproc.h" "ac_cv_header_libproc_h" "$ac_includes_default"
7938 if test "x$ac_cv_header_libproc_h" = xyes
7940 printf "%s\n" "#define HAVE_LIBPROC_H 1" >>confdefs.h
7943 ac_fn_c_check_header_compile
"$LINENO" "link.h" "ac_cv_header_link_h" "$ac_includes_default"
7944 if test "x$ac_cv_header_link_h" = xyes
7946 printf "%s\n" "#define HAVE_LINK_H 1" >>confdefs.h
7949 ac_fn_c_check_header_compile
"$LINENO" "linux/cdrom.h" "ac_cv_header_linux_cdrom_h" "$ac_includes_default"
7950 if test "x$ac_cv_header_linux_cdrom_h" = xyes
7952 printf "%s\n" "#define HAVE_LINUX_CDROM_H 1" >>confdefs.h
7955 ac_fn_c_check_header_compile
"$LINENO" "linux/filter.h" "ac_cv_header_linux_filter_h" "$ac_includes_default"
7956 if test "x$ac_cv_header_linux_filter_h" = xyes
7958 printf "%s\n" "#define HAVE_LINUX_FILTER_H 1" >>confdefs.h
7961 ac_fn_c_check_header_compile
"$LINENO" "linux/hdreg.h" "ac_cv_header_linux_hdreg_h" "$ac_includes_default"
7962 if test "x$ac_cv_header_linux_hdreg_h" = xyes
7964 printf "%s\n" "#define HAVE_LINUX_HDREG_H 1" >>confdefs.h
7967 ac_fn_c_check_header_compile
"$LINENO" "linux/hidraw.h" "ac_cv_header_linux_hidraw_h" "$ac_includes_default"
7968 if test "x$ac_cv_header_linux_hidraw_h" = xyes
7970 printf "%s\n" "#define HAVE_LINUX_HIDRAW_H 1" >>confdefs.h
7973 ac_fn_c_check_header_compile
"$LINENO" "linux/input.h" "ac_cv_header_linux_input_h" "$ac_includes_default"
7974 if test "x$ac_cv_header_linux_input_h" = xyes
7976 printf "%s\n" "#define HAVE_LINUX_INPUT_H 1" >>confdefs.h
7979 ac_fn_c_check_header_compile
"$LINENO" "linux/ioctl.h" "ac_cv_header_linux_ioctl_h" "$ac_includes_default"
7980 if test "x$ac_cv_header_linux_ioctl_h" = xyes
7982 printf "%s\n" "#define HAVE_LINUX_IOCTL_H 1" >>confdefs.h
7985 ac_fn_c_check_header_compile
"$LINENO" "linux/major.h" "ac_cv_header_linux_major_h" "$ac_includes_default"
7986 if test "x$ac_cv_header_linux_major_h" = xyes
7988 printf "%s\n" "#define HAVE_LINUX_MAJOR_H 1" >>confdefs.h
7991 ac_fn_c_check_header_compile
"$LINENO" "linux/param.h" "ac_cv_header_linux_param_h" "$ac_includes_default"
7992 if test "x$ac_cv_header_linux_param_h" = xyes
7994 printf "%s\n" "#define HAVE_LINUX_PARAM_H 1" >>confdefs.h
7997 ac_fn_c_check_header_compile
"$LINENO" "linux/serial.h" "ac_cv_header_linux_serial_h" "$ac_includes_default"
7998 if test "x$ac_cv_header_linux_serial_h" = xyes
8000 printf "%s\n" "#define HAVE_LINUX_SERIAL_H 1" >>confdefs.h
8003 ac_fn_c_check_header_compile
"$LINENO" "linux/types.h" "ac_cv_header_linux_types_h" "$ac_includes_default"
8004 if test "x$ac_cv_header_linux_types_h" = xyes
8006 printf "%s\n" "#define HAVE_LINUX_TYPES_H 1" >>confdefs.h
8009 ac_fn_c_check_header_compile
"$LINENO" "linux/ucdrom.h" "ac_cv_header_linux_ucdrom_h" "$ac_includes_default"
8010 if test "x$ac_cv_header_linux_ucdrom_h" = xyes
8012 printf "%s\n" "#define HAVE_LINUX_UCDROM_H 1" >>confdefs.h
8015 ac_fn_c_check_header_compile
"$LINENO" "lwp.h" "ac_cv_header_lwp_h" "$ac_includes_default"
8016 if test "x$ac_cv_header_lwp_h" = xyes
8018 printf "%s\n" "#define HAVE_LWP_H 1" >>confdefs.h
8021 ac_fn_c_check_header_compile
"$LINENO" "mach-o/loader.h" "ac_cv_header_mach_o_loader_h" "$ac_includes_default"
8022 if test "x$ac_cv_header_mach_o_loader_h" = xyes
8024 printf "%s\n" "#define HAVE_MACH_O_LOADER_H 1" >>confdefs.h
8027 ac_fn_c_check_header_compile
"$LINENO" "mach/mach.h" "ac_cv_header_mach_mach_h" "$ac_includes_default"
8028 if test "x$ac_cv_header_mach_mach_h" = xyes
8030 printf "%s\n" "#define HAVE_MACH_MACH_H 1" >>confdefs.h
8033 ac_fn_c_check_header_compile
"$LINENO" "machine/cpu.h" "ac_cv_header_machine_cpu_h" "$ac_includes_default"
8034 if test "x$ac_cv_header_machine_cpu_h" = xyes
8036 printf "%s\n" "#define HAVE_MACHINE_CPU_H 1" >>confdefs.h
8039 ac_fn_c_check_header_compile
"$LINENO" "machine/sysarch.h" "ac_cv_header_machine_sysarch_h" "$ac_includes_default"
8040 if test "x$ac_cv_header_machine_sysarch_h" = xyes
8042 printf "%s\n" "#define HAVE_MACHINE_SYSARCH_H 1" >>confdefs.h
8045 ac_fn_c_check_header_compile
"$LINENO" "mntent.h" "ac_cv_header_mntent_h" "$ac_includes_default"
8046 if test "x$ac_cv_header_mntent_h" = xyes
8048 printf "%s\n" "#define HAVE_MNTENT_H 1" >>confdefs.h
8051 ac_fn_c_check_header_compile
"$LINENO" "netdb.h" "ac_cv_header_netdb_h" "$ac_includes_default"
8052 if test "x$ac_cv_header_netdb_h" = xyes
8054 printf "%s\n" "#define HAVE_NETDB_H 1" >>confdefs.h
8057 ac_fn_c_check_header_compile
"$LINENO" "netinet/in.h" "ac_cv_header_netinet_in_h" "$ac_includes_default"
8058 if test "x$ac_cv_header_netinet_in_h" = xyes
8060 printf "%s\n" "#define HAVE_NETINET_IN_H 1" >>confdefs.h
8063 ac_fn_c_check_header_compile
"$LINENO" "netinet/in_systm.h" "ac_cv_header_netinet_in_systm_h" "$ac_includes_default"
8064 if test "x$ac_cv_header_netinet_in_systm_h" = xyes
8066 printf "%s\n" "#define HAVE_NETINET_IN_SYSTM_H 1" >>confdefs.h
8069 ac_fn_c_check_header_compile
"$LINENO" "netinet/tcp.h" "ac_cv_header_netinet_tcp_h" "$ac_includes_default"
8070 if test "x$ac_cv_header_netinet_tcp_h" = xyes
8072 printf "%s\n" "#define HAVE_NETINET_TCP_H 1" >>confdefs.h
8075 ac_fn_c_check_header_compile
"$LINENO" "netinet/tcp_fsm.h" "ac_cv_header_netinet_tcp_fsm_h" "$ac_includes_default"
8076 if test "x$ac_cv_header_netinet_tcp_fsm_h" = xyes
8078 printf "%s\n" "#define HAVE_NETINET_TCP_FSM_H 1" >>confdefs.h
8081 ac_fn_c_check_header_compile
"$LINENO" "pcap/pcap.h" "ac_cv_header_pcap_pcap_h" "$ac_includes_default"
8082 if test "x$ac_cv_header_pcap_pcap_h" = xyes
8084 printf "%s\n" "#define HAVE_PCAP_PCAP_H 1" >>confdefs.h
8087 ac_fn_c_check_header_compile
"$LINENO" "port.h" "ac_cv_header_port_h" "$ac_includes_default"
8088 if test "x$ac_cv_header_port_h" = xyes
8090 printf "%s\n" "#define HAVE_PORT_H 1" >>confdefs.h
8093 ac_fn_c_check_header_compile
"$LINENO" "pthread.h" "ac_cv_header_pthread_h" "$ac_includes_default"
8094 if test "x$ac_cv_header_pthread_h" = xyes
8096 printf "%s\n" "#define HAVE_PTHREAD_H 1" >>confdefs.h
8099 ac_fn_c_check_header_compile
"$LINENO" "pwd.h" "ac_cv_header_pwd_h" "$ac_includes_default"
8100 if test "x$ac_cv_header_pwd_h" = xyes
8102 printf "%s\n" "#define HAVE_PWD_H 1" >>confdefs.h
8105 ac_fn_c_check_header_compile
"$LINENO" "sasl/sasl.h" "ac_cv_header_sasl_sasl_h" "$ac_includes_default"
8106 if test "x$ac_cv_header_sasl_sasl_h" = xyes
8108 printf "%s\n" "#define HAVE_SASL_SASL_H 1" >>confdefs.h
8111 ac_fn_c_check_header_compile
"$LINENO" "sched.h" "ac_cv_header_sched_h" "$ac_includes_default"
8112 if test "x$ac_cv_header_sched_h" = xyes
8114 printf "%s\n" "#define HAVE_SCHED_H 1" >>confdefs.h
8117 ac_fn_c_check_header_compile
"$LINENO" "scsi/scsi.h" "ac_cv_header_scsi_scsi_h" "$ac_includes_default"
8118 if test "x$ac_cv_header_scsi_scsi_h" = xyes
8120 printf "%s\n" "#define HAVE_SCSI_SCSI_H 1" >>confdefs.h
8123 ac_fn_c_check_header_compile
"$LINENO" "scsi/scsi_ioctl.h" "ac_cv_header_scsi_scsi_ioctl_h" "$ac_includes_default"
8124 if test "x$ac_cv_header_scsi_scsi_ioctl_h" = xyes
8126 printf "%s\n" "#define HAVE_SCSI_SCSI_IOCTL_H 1" >>confdefs.h
8129 ac_fn_c_check_header_compile
"$LINENO" "scsi/sg.h" "ac_cv_header_scsi_sg_h" "$ac_includes_default"
8130 if test "x$ac_cv_header_scsi_sg_h" = xyes
8132 printf "%s\n" "#define HAVE_SCSI_SG_H 1" >>confdefs.h
8135 ac_fn_c_check_header_compile
"$LINENO" "stdint.h" "ac_cv_header_stdint_h" "$ac_includes_default"
8136 if test "x$ac_cv_header_stdint_h" = xyes
8138 printf "%s\n" "#define HAVE_STDINT_H 1" >>confdefs.h
8141 ac_fn_c_check_header_compile
"$LINENO" "sys/attr.h" "ac_cv_header_sys_attr_h" "$ac_includes_default"
8142 if test "x$ac_cv_header_sys_attr_h" = xyes
8144 printf "%s\n" "#define HAVE_SYS_ATTR_H 1" >>confdefs.h
8147 ac_fn_c_check_header_compile
"$LINENO" "sys/auxv.h" "ac_cv_header_sys_auxv_h" "$ac_includes_default"
8148 if test "x$ac_cv_header_sys_auxv_h" = xyes
8150 printf "%s\n" "#define HAVE_SYS_AUXV_H 1" >>confdefs.h
8153 ac_fn_c_check_header_compile
"$LINENO" "sys/cdio.h" "ac_cv_header_sys_cdio_h" "$ac_includes_default"
8154 if test "x$ac_cv_header_sys_cdio_h" = xyes
8156 printf "%s\n" "#define HAVE_SYS_CDIO_H 1" >>confdefs.h
8159 ac_fn_c_check_header_compile
"$LINENO" "sys/epoll.h" "ac_cv_header_sys_epoll_h" "$ac_includes_default"
8160 if test "x$ac_cv_header_sys_epoll_h" = xyes
8162 printf "%s\n" "#define HAVE_SYS_EPOLL_H 1" >>confdefs.h
8165 ac_fn_c_check_header_compile
"$LINENO" "sys/event.h" "ac_cv_header_sys_event_h" "$ac_includes_default"
8166 if test "x$ac_cv_header_sys_event_h" = xyes
8168 printf "%s\n" "#define HAVE_SYS_EVENT_H 1" >>confdefs.h
8171 ac_fn_c_check_header_compile
"$LINENO" "sys/filio.h" "ac_cv_header_sys_filio_h" "$ac_includes_default"
8172 if test "x$ac_cv_header_sys_filio_h" = xyes
8174 printf "%s\n" "#define HAVE_SYS_FILIO_H 1" >>confdefs.h
8177 ac_fn_c_check_header_compile
"$LINENO" "sys/ipc.h" "ac_cv_header_sys_ipc_h" "$ac_includes_default"
8178 if test "x$ac_cv_header_sys_ipc_h" = xyes
8180 printf "%s\n" "#define HAVE_SYS_IPC_H 1" >>confdefs.h
8183 ac_fn_c_check_header_compile
"$LINENO" "sys/link.h" "ac_cv_header_sys_link_h" "$ac_includes_default"
8184 if test "x$ac_cv_header_sys_link_h" = xyes
8186 printf "%s\n" "#define HAVE_SYS_LINK_H 1" >>confdefs.h
8189 ac_fn_c_check_header_compile
"$LINENO" "sys/modem.h" "ac_cv_header_sys_modem_h" "$ac_includes_default"
8190 if test "x$ac_cv_header_sys_modem_h" = xyes
8192 printf "%s\n" "#define HAVE_SYS_MODEM_H 1" >>confdefs.h
8195 ac_fn_c_check_header_compile
"$LINENO" "sys/mtio.h" "ac_cv_header_sys_mtio_h" "$ac_includes_default"
8196 if test "x$ac_cv_header_sys_mtio_h" = xyes
8198 printf "%s\n" "#define HAVE_SYS_MTIO_H 1" >>confdefs.h
8201 ac_fn_c_check_header_compile
"$LINENO" "sys/param.h" "ac_cv_header_sys_param_h" "$ac_includes_default"
8202 if test "x$ac_cv_header_sys_param_h" = xyes
8204 printf "%s\n" "#define HAVE_SYS_PARAM_H 1" >>confdefs.h
8207 ac_fn_c_check_header_compile
"$LINENO" "sys/prctl.h" "ac_cv_header_sys_prctl_h" "$ac_includes_default"
8208 if test "x$ac_cv_header_sys_prctl_h" = xyes
8210 printf "%s\n" "#define HAVE_SYS_PRCTL_H 1" >>confdefs.h
8213 ac_fn_c_check_header_compile
"$LINENO" "sys/ptrace.h" "ac_cv_header_sys_ptrace_h" "$ac_includes_default"
8214 if test "x$ac_cv_header_sys_ptrace_h" = xyes
8216 printf "%s\n" "#define HAVE_SYS_PTRACE_H 1" >>confdefs.h
8219 ac_fn_c_check_header_compile
"$LINENO" "sys/queue.h" "ac_cv_header_sys_queue_h" "$ac_includes_default"
8220 if test "x$ac_cv_header_sys_queue_h" = xyes
8222 printf "%s\n" "#define HAVE_SYS_QUEUE_H 1" >>confdefs.h
8225 ac_fn_c_check_header_compile
"$LINENO" "sys/random.h" "ac_cv_header_sys_random_h" "$ac_includes_default"
8226 if test "x$ac_cv_header_sys_random_h" = xyes
8228 printf "%s\n" "#define HAVE_SYS_RANDOM_H 1" >>confdefs.h
8231 ac_fn_c_check_header_compile
"$LINENO" "sys/resource.h" "ac_cv_header_sys_resource_h" "$ac_includes_default"
8232 if test "x$ac_cv_header_sys_resource_h" = xyes
8234 printf "%s\n" "#define HAVE_SYS_RESOURCE_H 1" >>confdefs.h
8237 ac_fn_c_check_header_compile
"$LINENO" "sys/scsiio.h" "ac_cv_header_sys_scsiio_h" "$ac_includes_default"
8238 if test "x$ac_cv_header_sys_scsiio_h" = xyes
8240 printf "%s\n" "#define HAVE_SYS_SCSIIO_H 1" >>confdefs.h
8243 ac_fn_c_check_header_compile
"$LINENO" "sys/shm.h" "ac_cv_header_sys_shm_h" "$ac_includes_default"
8244 if test "x$ac_cv_header_sys_shm_h" = xyes
8246 printf "%s\n" "#define HAVE_SYS_SHM_H 1" >>confdefs.h
8249 ac_fn_c_check_header_compile
"$LINENO" "sys/signal.h" "ac_cv_header_sys_signal_h" "$ac_includes_default"
8250 if test "x$ac_cv_header_sys_signal_h" = xyes
8252 printf "%s\n" "#define HAVE_SYS_SIGNAL_H 1" >>confdefs.h
8255 ac_fn_c_check_header_compile
"$LINENO" "sys/socketvar.h" "ac_cv_header_sys_socketvar_h" "$ac_includes_default"
8256 if test "x$ac_cv_header_sys_socketvar_h" = xyes
8258 printf "%s\n" "#define HAVE_SYS_SOCKETVAR_H 1" >>confdefs.h
8261 ac_fn_c_check_header_compile
"$LINENO" "sys/sockio.h" "ac_cv_header_sys_sockio_h" "$ac_includes_default"
8262 if test "x$ac_cv_header_sys_sockio_h" = xyes
8264 printf "%s\n" "#define HAVE_SYS_SOCKIO_H 1" >>confdefs.h
8267 ac_fn_c_check_header_compile
"$LINENO" "sys/statvfs.h" "ac_cv_header_sys_statvfs_h" "$ac_includes_default"
8268 if test "x$ac_cv_header_sys_statvfs_h" = xyes
8270 printf "%s\n" "#define HAVE_SYS_STATVFS_H 1" >>confdefs.h
8273 ac_fn_c_check_header_compile
"$LINENO" "sys/strtio.h" "ac_cv_header_sys_strtio_h" "$ac_includes_default"
8274 if test "x$ac_cv_header_sys_strtio_h" = xyes
8276 printf "%s\n" "#define HAVE_SYS_STRTIO_H 1" >>confdefs.h
8279 ac_fn_c_check_header_compile
"$LINENO" "sys/syscall.h" "ac_cv_header_sys_syscall_h" "$ac_includes_default"
8280 if test "x$ac_cv_header_sys_syscall_h" = xyes
8282 printf "%s\n" "#define HAVE_SYS_SYSCALL_H 1" >>confdefs.h
8285 ac_fn_c_check_header_compile
"$LINENO" "sys/sysinfo.h" "ac_cv_header_sys_sysinfo_h" "$ac_includes_default"
8286 if test "x$ac_cv_header_sys_sysinfo_h" = xyes
8288 printf "%s\n" "#define HAVE_SYS_SYSINFO_H 1" >>confdefs.h
8291 ac_fn_c_check_header_compile
"$LINENO" "sys/times.h" "ac_cv_header_sys_times_h" "$ac_includes_default"
8292 if test "x$ac_cv_header_sys_times_h" = xyes
8294 printf "%s\n" "#define HAVE_SYS_TIMES_H 1" >>confdefs.h
8297 ac_fn_c_check_header_compile
"$LINENO" "sys/uio.h" "ac_cv_header_sys_uio_h" "$ac_includes_default"
8298 if test "x$ac_cv_header_sys_uio_h" = xyes
8300 printf "%s\n" "#define HAVE_SYS_UIO_H 1" >>confdefs.h
8303 ac_fn_c_check_header_compile
"$LINENO" "sys/user.h" "ac_cv_header_sys_user_h" "$ac_includes_default"
8304 if test "x$ac_cv_header_sys_user_h" = xyes
8306 printf "%s\n" "#define HAVE_SYS_USER_H 1" >>confdefs.h
8309 ac_fn_c_check_header_compile
"$LINENO" "sys/utsname.h" "ac_cv_header_sys_utsname_h" "$ac_includes_default"
8310 if test "x$ac_cv_header_sys_utsname_h" = xyes
8312 printf "%s\n" "#define HAVE_SYS_UTSNAME_H 1" >>confdefs.h
8315 ac_fn_c_check_header_compile
"$LINENO" "sys/vnode.h" "ac_cv_header_sys_vnode_h" "$ac_includes_default"
8316 if test "x$ac_cv_header_sys_vnode_h" = xyes
8318 printf "%s\n" "#define HAVE_SYS_VNODE_H 1" >>confdefs.h
8321 ac_fn_c_check_header_compile
"$LINENO" "syscall.h" "ac_cv_header_syscall_h" "$ac_includes_default"
8322 if test "x$ac_cv_header_syscall_h" = xyes
8324 printf "%s\n" "#define HAVE_SYSCALL_H 1" >>confdefs.h
8327 ac_fn_c_check_header_compile
"$LINENO" "utime.h" "ac_cv_header_utime_h" "$ac_includes_default"
8328 if test "x$ac_cv_header_utime_h" = xyes
8330 printf "%s\n" "#define HAVE_UTIME_H 1" >>confdefs.h
8333 ac_fn_c_check_header_compile
"$LINENO" "valgrind/memcheck.h" "ac_cv_header_valgrind_memcheck_h" "$ac_includes_default"
8334 if test "x$ac_cv_header_valgrind_memcheck_h" = xyes
8336 printf "%s\n" "#define HAVE_VALGRIND_MEMCHECK_H 1" >>confdefs.h
8339 ac_fn_c_check_header_compile
"$LINENO" "valgrind/valgrind.h" "ac_cv_header_valgrind_valgrind_h" "$ac_includes_default"
8340 if test "x$ac_cv_header_valgrind_valgrind_h" = xyes
8342 printf "%s\n" "#define HAVE_VALGRIND_VALGRIND_H 1" >>confdefs.h
8346 ac_fn_c_check_header_compile
"$LINENO" "sys/mkdev.h" "ac_cv_header_sys_mkdev_h" "$ac_includes_default"
8347 if test "x$ac_cv_header_sys_mkdev_h" = xyes
8350 printf "%s\n" "#define MAJOR_IN_MKDEV 1" >>confdefs.h
8354 if test $ac_cv_header_sys_mkdev_h = no
; then
8355 ac_fn_c_check_header_compile
"$LINENO" "sys/sysmacros.h" "ac_cv_header_sys_sysmacros_h" "$ac_includes_default"
8356 if test "x$ac_cv_header_sys_sysmacros_h" = xyes
8359 printf "%s\n" "#define MAJOR_IN_SYSMACROS 1" >>confdefs.h
8364 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
8365 printf %s
"checking whether stat file-mode macros are broken... " >&6; }
8366 if test ${ac_cv_header_stat_broken+y}
8368 printf %s
"(cached) " >&6
8370 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8371 /* end confdefs.h. */
8372 #include <sys/types.h>
8373 #include <sys/stat.h>
8375 #if defined S_ISBLK && defined S_IFDIR
8376 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
8379 #if defined S_ISBLK && defined S_IFCHR
8380 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
8383 #if defined S_ISLNK && defined S_IFREG
8384 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
8387 #if defined S_ISSOCK && defined S_IFREG
8388 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
8392 if ac_fn_c_try_compile
"$LINENO"
8394 ac_cv_header_stat_broken
=no
8396 ac_cv_header_stat_broken
=yes
8398 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
8400 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
8401 printf "%s\n" "$ac_cv_header_stat_broken" >&6; }
8402 if test $ac_cv_header_stat_broken = yes; then
8404 printf "%s\n" "#define STAT_MACROS_BROKEN 1" >>confdefs.h
8410 ac_fn_c_check_header_compile
"$LINENO" "sys/conf.h" "ac_cv_header_sys_conf_h" "#include <sys/types.h>
8411 #ifdef HAVE_SYS_PARAM_H
8412 # include <sys/param.h>
8415 if test "x$ac_cv_header_sys_conf_h" = xyes
8417 printf "%s\n" "#define HAVE_SYS_CONF_H 1" >>confdefs.h
8420 ac_fn_c_check_header_compile
"$LINENO" "sys/mount.h" "ac_cv_header_sys_mount_h" "#include <sys/types.h>
8421 #ifdef HAVE_SYS_PARAM_H
8422 # include <sys/param.h>
8425 if test "x$ac_cv_header_sys_mount_h" = xyes
8427 printf "%s\n" "#define HAVE_SYS_MOUNT_H 1" >>confdefs.h
8430 ac_fn_c_check_header_compile
"$LINENO" "sys/statfs.h" "ac_cv_header_sys_statfs_h" "#include <sys/types.h>
8431 #ifdef HAVE_SYS_PARAM_H
8432 # include <sys/param.h>
8435 if test "x$ac_cv_header_sys_statfs_h" = xyes
8437 printf "%s\n" "#define HAVE_SYS_STATFS_H 1" >>confdefs.h
8440 ac_fn_c_check_header_compile
"$LINENO" "sys/user.h" "ac_cv_header_sys_user_h" "#include <sys/types.h>
8441 #ifdef HAVE_SYS_PARAM_H
8442 # include <sys/param.h>
8445 if test "x$ac_cv_header_sys_user_h" = xyes
8447 printf "%s\n" "#define HAVE_SYS_USER_H 1" >>confdefs.h
8450 ac_fn_c_check_header_compile
"$LINENO" "sys/vfs.h" "ac_cv_header_sys_vfs_h" "#include <sys/types.h>
8451 #ifdef HAVE_SYS_PARAM_H
8452 # include <sys/param.h>
8455 if test "x$ac_cv_header_sys_vfs_h" = xyes
8457 printf "%s\n" "#define HAVE_SYS_VFS_H 1" >>confdefs.h
8462 saved_sysctl_h_CFLAGS
=$CFLAGS
8463 test "x${GCC}" != xyes || CFLAGS
="$CFLAGS -Werror"
8464 ac_fn_c_check_header_compile
"$LINENO" "sys/sysctl.h" "ac_cv_header_sys_sysctl_h" "#include <sys/types.h>
8465 #ifdef HAVE_SYS_PARAM_H
8466 # include <sys/param.h>
8469 if test "x$ac_cv_header_sys_sysctl_h" = xyes
8471 printf "%s\n" "#define HAVE_SYS_SYSCTL_H 1" >>confdefs.h
8475 CFLAGS
=$saved_sysctl_h_CFLAGS
8477 ac_fn_c_check_header_compile
"$LINENO" "netinet/ip.h" "ac_cv_header_netinet_ip_h" "#include <sys/types.h>
8478 #include <sys/socket.h>
8479 #ifdef HAVE_SYS_SOCKETVAR_H
8480 # include <sys/socketvar.h>
8482 #ifdef HAVE_NET_ROUTE_H
8483 # include <net/route.h>
8485 #ifdef HAVE_NETINET_IN_H
8486 # include <netinet/in.h>
8488 #ifdef HAVE_NETINET_IN_SYSTM_H
8489 # include <netinet/in_systm.h>
8491 #ifdef HAVE_NET_IF_H
8492 # include <net/if.h>
8494 #ifdef HAVE_NETINET_IP_H
8495 # include <netinet/ip.h>
8498 if test "x$ac_cv_header_netinet_ip_h" = xyes
8500 printf "%s\n" "#define HAVE_NETINET_IP_H 1" >>confdefs.h
8503 ac_fn_c_check_header_compile
"$LINENO" "net/if.h" "ac_cv_header_net_if_h" "#include <sys/types.h>
8504 #include <sys/socket.h>
8505 #ifdef HAVE_SYS_SOCKETVAR_H
8506 # include <sys/socketvar.h>
8508 #ifdef HAVE_NET_ROUTE_H
8509 # include <net/route.h>
8511 #ifdef HAVE_NETINET_IN_H
8512 # include <netinet/in.h>
8514 #ifdef HAVE_NETINET_IN_SYSTM_H
8515 # include <netinet/in_systm.h>
8517 #ifdef HAVE_NET_IF_H
8518 # include <net/if.h>
8520 #ifdef HAVE_NETINET_IP_H
8521 # include <netinet/ip.h>
8524 if test "x$ac_cv_header_net_if_h" = xyes
8526 printf "%s\n" "#define HAVE_NET_IF_H 1" >>confdefs.h
8529 ac_fn_c_check_header_compile
"$LINENO" "net/if_arp.h" "ac_cv_header_net_if_arp_h" "#include <sys/types.h>
8530 #include <sys/socket.h>
8531 #ifdef HAVE_SYS_SOCKETVAR_H
8532 # include <sys/socketvar.h>
8534 #ifdef HAVE_NET_ROUTE_H
8535 # include <net/route.h>
8537 #ifdef HAVE_NETINET_IN_H
8538 # include <netinet/in.h>
8540 #ifdef HAVE_NETINET_IN_SYSTM_H
8541 # include <netinet/in_systm.h>
8543 #ifdef HAVE_NET_IF_H
8544 # include <net/if.h>
8546 #ifdef HAVE_NETINET_IP_H
8547 # include <netinet/ip.h>
8550 if test "x$ac_cv_header_net_if_arp_h" = xyes
8552 printf "%s\n" "#define HAVE_NET_IF_ARP_H 1" >>confdefs.h
8555 ac_fn_c_check_header_compile
"$LINENO" "net/if_dl.h" "ac_cv_header_net_if_dl_h" "#include <sys/types.h>
8556 #include <sys/socket.h>
8557 #ifdef HAVE_SYS_SOCKETVAR_H
8558 # include <sys/socketvar.h>
8560 #ifdef HAVE_NET_ROUTE_H
8561 # include <net/route.h>
8563 #ifdef HAVE_NETINET_IN_H
8564 # include <netinet/in.h>
8566 #ifdef HAVE_NETINET_IN_SYSTM_H
8567 # include <netinet/in_systm.h>
8569 #ifdef HAVE_NET_IF_H
8570 # include <net/if.h>
8572 #ifdef HAVE_NETINET_IP_H
8573 # include <netinet/ip.h>
8576 if test "x$ac_cv_header_net_if_dl_h" = xyes
8578 printf "%s\n" "#define HAVE_NET_IF_DL_H 1" >>confdefs.h
8581 ac_fn_c_check_header_compile
"$LINENO" "net/if_types.h" "ac_cv_header_net_if_types_h" "#include <sys/types.h>
8582 #include <sys/socket.h>
8583 #ifdef HAVE_SYS_SOCKETVAR_H
8584 # include <sys/socketvar.h>
8586 #ifdef HAVE_NET_ROUTE_H
8587 # include <net/route.h>
8589 #ifdef HAVE_NETINET_IN_H
8590 # include <netinet/in.h>
8592 #ifdef HAVE_NETINET_IN_SYSTM_H
8593 # include <netinet/in_systm.h>
8595 #ifdef HAVE_NET_IF_H
8596 # include <net/if.h>
8598 #ifdef HAVE_NETINET_IP_H
8599 # include <netinet/ip.h>
8602 if test "x$ac_cv_header_net_if_types_h" = xyes
8604 printf "%s\n" "#define HAVE_NET_IF_TYPES_H 1" >>confdefs.h
8607 ac_fn_c_check_header_compile
"$LINENO" "net/route.h" "ac_cv_header_net_route_h" "#include <sys/types.h>
8608 #include <sys/socket.h>
8609 #ifdef HAVE_SYS_SOCKETVAR_H
8610 # include <sys/socketvar.h>
8612 #ifdef HAVE_NET_ROUTE_H
8613 # include <net/route.h>
8615 #ifdef HAVE_NETINET_IN_H
8616 # include <netinet/in.h>
8618 #ifdef HAVE_NETINET_IN_SYSTM_H
8619 # include <netinet/in_systm.h>
8621 #ifdef HAVE_NET_IF_H
8622 # include <net/if.h>
8624 #ifdef HAVE_NETINET_IP_H
8625 # include <netinet/ip.h>
8628 if test "x$ac_cv_header_net_route_h" = xyes
8630 printf "%s\n" "#define HAVE_NET_ROUTE_H 1" >>confdefs.h
8633 ac_fn_c_check_header_compile
"$LINENO" "netinet/if_ether.h" "ac_cv_header_netinet_if_ether_h" "#include <sys/types.h>
8634 #include <sys/socket.h>
8635 #ifdef HAVE_SYS_SOCKETVAR_H
8636 # include <sys/socketvar.h>
8638 #ifdef HAVE_NET_ROUTE_H
8639 # include <net/route.h>
8641 #ifdef HAVE_NETINET_IN_H
8642 # include <netinet/in.h>
8644 #ifdef HAVE_NETINET_IN_SYSTM_H
8645 # include <netinet/in_systm.h>
8647 #ifdef HAVE_NET_IF_H
8648 # include <net/if.h>
8650 #ifdef HAVE_NETINET_IP_H
8651 # include <netinet/ip.h>
8654 if test "x$ac_cv_header_netinet_if_ether_h" = xyes
8656 printf "%s\n" "#define HAVE_NETINET_IF_ETHER_H 1" >>confdefs.h
8659 ac_fn_c_check_header_compile
"$LINENO" "netinet/in_pcb.h" "ac_cv_header_netinet_in_pcb_h" "#include <sys/types.h>
8660 #include <sys/socket.h>
8661 #ifdef HAVE_SYS_SOCKETVAR_H
8662 # include <sys/socketvar.h>
8664 #ifdef HAVE_NET_ROUTE_H
8665 # include <net/route.h>
8667 #ifdef HAVE_NETINET_IN_H
8668 # include <netinet/in.h>
8670 #ifdef HAVE_NETINET_IN_SYSTM_H
8671 # include <netinet/in_systm.h>
8673 #ifdef HAVE_NET_IF_H
8674 # include <net/if.h>
8676 #ifdef HAVE_NETINET_IP_H
8677 # include <netinet/ip.h>
8680 if test "x$ac_cv_header_netinet_in_pcb_h" = xyes
8682 printf "%s\n" "#define HAVE_NETINET_IN_PCB_H 1" >>confdefs.h
8685 ac_fn_c_check_header_compile
"$LINENO" "netinet/ip_icmp.h" "ac_cv_header_netinet_ip_icmp_h" "#include <sys/types.h>
8686 #include <sys/socket.h>
8687 #ifdef HAVE_SYS_SOCKETVAR_H
8688 # include <sys/socketvar.h>
8690 #ifdef HAVE_NET_ROUTE_H
8691 # include <net/route.h>
8693 #ifdef HAVE_NETINET_IN_H
8694 # include <netinet/in.h>
8696 #ifdef HAVE_NETINET_IN_SYSTM_H
8697 # include <netinet/in_systm.h>
8699 #ifdef HAVE_NET_IF_H
8700 # include <net/if.h>
8702 #ifdef HAVE_NETINET_IP_H
8703 # include <netinet/ip.h>
8706 if test "x$ac_cv_header_netinet_ip_icmp_h" = xyes
8708 printf "%s\n" "#define HAVE_NETINET_IP_ICMP_H 1" >>confdefs.h
8711 ac_fn_c_check_header_compile
"$LINENO" "netinet/ip_var.h" "ac_cv_header_netinet_ip_var_h" "#include <sys/types.h>
8712 #include <sys/socket.h>
8713 #ifdef HAVE_SYS_SOCKETVAR_H
8714 # include <sys/socketvar.h>
8716 #ifdef HAVE_NET_ROUTE_H
8717 # include <net/route.h>
8719 #ifdef HAVE_NETINET_IN_H
8720 # include <netinet/in.h>
8722 #ifdef HAVE_NETINET_IN_SYSTM_H
8723 # include <netinet/in_systm.h>
8725 #ifdef HAVE_NET_IF_H
8726 # include <net/if.h>
8728 #ifdef HAVE_NETINET_IP_H
8729 # include <netinet/ip.h>
8732 if test "x$ac_cv_header_netinet_ip_var_h" = xyes
8734 printf "%s\n" "#define HAVE_NETINET_IP_VAR_H 1" >>confdefs.h
8737 ac_fn_c_check_header_compile
"$LINENO" "netinet/udp.h" "ac_cv_header_netinet_udp_h" "#include <sys/types.h>
8738 #include <sys/socket.h>
8739 #ifdef HAVE_SYS_SOCKETVAR_H
8740 # include <sys/socketvar.h>
8742 #ifdef HAVE_NET_ROUTE_H
8743 # include <net/route.h>
8745 #ifdef HAVE_NETINET_IN_H
8746 # include <netinet/in.h>
8748 #ifdef HAVE_NETINET_IN_SYSTM_H
8749 # include <netinet/in_systm.h>
8751 #ifdef HAVE_NET_IF_H
8752 # include <net/if.h>
8754 #ifdef HAVE_NETINET_IP_H
8755 # include <netinet/ip.h>
8758 if test "x$ac_cv_header_netinet_udp_h" = xyes
8760 printf "%s\n" "#define HAVE_NETINET_UDP_H 1" >>confdefs.h
8763 ac_fn_c_check_header_compile
"$LINENO" "netipx/ipx.h" "ac_cv_header_netipx_ipx_h" "#include <sys/types.h>
8764 #include <sys/socket.h>
8765 #ifdef HAVE_SYS_SOCKETVAR_H
8766 # include <sys/socketvar.h>
8768 #ifdef HAVE_NET_ROUTE_H
8769 # include <net/route.h>
8771 #ifdef HAVE_NETINET_IN_H
8772 # include <netinet/in.h>
8774 #ifdef HAVE_NETINET_IN_SYSTM_H
8775 # include <netinet/in_systm.h>
8777 #ifdef HAVE_NET_IF_H
8778 # include <net/if.h>
8780 #ifdef HAVE_NETINET_IP_H
8781 # include <netinet/ip.h>
8784 if test "x$ac_cv_header_netipx_ipx_h" = xyes
8786 printf "%s\n" "#define HAVE_NETIPX_IPX_H 1" >>confdefs.h
8789 ac_fn_c_check_header_compile
"$LINENO" "sys/un.h" "ac_cv_header_sys_un_h" "#include <sys/types.h>
8790 #include <sys/socket.h>
8791 #ifdef HAVE_SYS_SOCKETVAR_H
8792 # include <sys/socketvar.h>
8794 #ifdef HAVE_NET_ROUTE_H
8795 # include <net/route.h>
8797 #ifdef HAVE_NETINET_IN_H
8798 # include <netinet/in.h>
8800 #ifdef HAVE_NETINET_IN_SYSTM_H
8801 # include <netinet/in_systm.h>
8803 #ifdef HAVE_NET_IF_H
8804 # include <net/if.h>
8806 #ifdef HAVE_NETINET_IP_H
8807 # include <netinet/ip.h>
8810 if test "x$ac_cv_header_sys_un_h" = xyes
8812 printf "%s\n" "#define HAVE_SYS_UN_H 1" >>confdefs.h
8817 ac_fn_c_check_header_compile
"$LINENO" "netinet/udp_var.h" "ac_cv_header_netinet_udp_var_h" "#include <sys/types.h>
8818 #include <sys/socket.h>
8819 #ifdef HAVE_SYS_SOCKETVAR_H
8820 # include <sys/socketvar.h>
8822 #ifdef HAVE_NETINET_IN_H
8823 # include <netinet/in.h>
8825 #ifdef HAVE_NETINET_IN_SYSTM_H
8826 # include <netinet/in_systm.h>
8828 #ifdef HAVE_NETINET_IP_H
8829 # include <netinet/ip.h>
8831 #ifdef HAVE_NETINET_IP_VAR_H
8832 # include <netinet/ip_var.h>
8834 #ifdef HAVE_NETINET_IP_ICMP_H
8835 # include <netinet/ip_icmp.h>
8837 #ifdef HAVE_NETINET_UDP_H
8838 # include <netinet/udp.h>
8840 #ifdef HAVE_NETINET_TCP_H
8841 # include <netinet/tcp.h>
8844 if test "x$ac_cv_header_netinet_udp_var_h" = xyes
8846 printf "%s\n" "#define HAVE_NETINET_UDP_VAR_H 1" >>confdefs.h
8849 ac_fn_c_check_header_compile
"$LINENO" "netinet/icmp_var.h" "ac_cv_header_netinet_icmp_var_h" "#include <sys/types.h>
8850 #include <sys/socket.h>
8851 #ifdef HAVE_SYS_SOCKETVAR_H
8852 # include <sys/socketvar.h>
8854 #ifdef HAVE_NETINET_IN_H
8855 # include <netinet/in.h>
8857 #ifdef HAVE_NETINET_IN_SYSTM_H
8858 # include <netinet/in_systm.h>
8860 #ifdef HAVE_NETINET_IP_H
8861 # include <netinet/ip.h>
8863 #ifdef HAVE_NETINET_IP_VAR_H
8864 # include <netinet/ip_var.h>
8866 #ifdef HAVE_NETINET_IP_ICMP_H
8867 # include <netinet/ip_icmp.h>
8869 #ifdef HAVE_NETINET_UDP_H
8870 # include <netinet/udp.h>
8872 #ifdef HAVE_NETINET_TCP_H
8873 # include <netinet/tcp.h>
8876 if test "x$ac_cv_header_netinet_icmp_var_h" = xyes
8878 printf "%s\n" "#define HAVE_NETINET_ICMP_VAR_H 1" >>confdefs.h
8881 ac_fn_c_check_header_compile
"$LINENO" "netinet/tcp_var.h" "ac_cv_header_netinet_tcp_var_h" "#include <sys/types.h>
8882 #include <sys/socket.h>
8883 #ifdef HAVE_SYS_SOCKETVAR_H
8884 # include <sys/socketvar.h>
8886 #ifdef HAVE_NETINET_IN_H
8887 # include <netinet/in.h>
8889 #ifdef HAVE_NETINET_IN_SYSTM_H
8890 # include <netinet/in_systm.h>
8892 #ifdef HAVE_NETINET_IP_H
8893 # include <netinet/ip.h>
8895 #ifdef HAVE_NETINET_IP_VAR_H
8896 # include <netinet/ip_var.h>
8898 #ifdef HAVE_NETINET_IP_ICMP_H
8899 # include <netinet/ip_icmp.h>
8901 #ifdef HAVE_NETINET_UDP_H
8902 # include <netinet/udp.h>
8904 #ifdef HAVE_NETINET_TCP_H
8905 # include <netinet/tcp.h>
8908 if test "x$ac_cv_header_netinet_tcp_var_h" = xyes
8910 printf "%s\n" "#define HAVE_NETINET_TCP_VAR_H 1" >>confdefs.h
8915 ac_fn_c_check_header_compile
"$LINENO" "linux/ipx.h" "ac_cv_header_linux_ipx_h" "#include <sys/types.h>
8916 #include <sys/socket.h>
8917 #ifdef HAVE_ASM_TYPES_H
8918 # include <asm/types.h>
8920 #ifdef HAVE_LINUX_TYPES_H
8921 # include <linux/types.h>
8924 if test "x$ac_cv_header_linux_ipx_h" = xyes
8926 printf "%s\n" "#define HAVE_LINUX_IPX_H 1" >>confdefs.h
8929 ac_fn_c_check_header_compile
"$LINENO" "linux/irda.h" "ac_cv_header_linux_irda_h" "#include <sys/types.h>
8930 #include <sys/socket.h>
8931 #ifdef HAVE_ASM_TYPES_H
8932 # include <asm/types.h>
8934 #ifdef HAVE_LINUX_TYPES_H
8935 # include <linux/types.h>
8938 if test "x$ac_cv_header_linux_irda_h" = xyes
8940 printf "%s\n" "#define HAVE_LINUX_IRDA_H 1" >>confdefs.h
8943 ac_fn_c_check_header_compile
"$LINENO" "linux/rtnetlink.h" "ac_cv_header_linux_rtnetlink_h" "#include <sys/types.h>
8944 #include <sys/socket.h>
8945 #ifdef HAVE_ASM_TYPES_H
8946 # include <asm/types.h>
8948 #ifdef HAVE_LINUX_TYPES_H
8949 # include <linux/types.h>
8952 if test "x$ac_cv_header_linux_rtnetlink_h" = xyes
8954 printf "%s\n" "#define HAVE_LINUX_RTNETLINK_H 1" >>confdefs.h
8959 ac_fn_c_check_header_compile
"$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
8960 #include <sys/socket.h>
8961 #ifdef HAVE_NETINET_IN_H
8962 # include <netinet/in.h>
8964 #ifdef HAVE_ARPA_NAMESER_H
8965 # include <arpa/nameser.h>
8968 if test "x$ac_cv_header_resolv_h" = xyes
8970 printf "%s\n" "#define HAVE_RESOLV_H 1" >>confdefs.h
8975 ac_fn_c_check_header_compile
"$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
8977 if test "x$ac_cv_header_ifaddrs_h" = xyes
8979 printf "%s\n" "#define HAVE_IFADDRS_H 1" >>confdefs.h
8984 ac_fn_c_check_header_compile
"$LINENO" "sys/ucontext.h" "ac_cv_header_sys_ucontext_h" "#include <signal.h>
8986 if test "x$ac_cv_header_sys_ucontext_h" = xyes
8988 printf "%s\n" "#define HAVE_SYS_UCONTEXT_H 1" >>confdefs.h
8993 ac_fn_c_check_header_compile
"$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
8994 #ifdef HAVE_SYS_UCONTEXT_H
8995 #include <sys/ucontext.h>
8998 if test "x$ac_cv_header_sys_thr_h" = xyes
9000 printf "%s\n" "#define HAVE_SYS_THR_H 1" >>confdefs.h
9005 ac_fn_c_check_header_compile
"$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
9006 #include <pthread.h>
9009 if test "x$ac_cv_header_pthread_np_h" = xyes
9011 printf "%s\n" "#define HAVE_PTHREAD_NP_H 1" >>confdefs.h
9016 ac_fn_c_check_header_compile
"$LINENO" "linux/videodev2.h" "ac_cv_header_linux_videodev2_h" "#include <sys/time.h>
9017 #include <sys/types.h>
9018 #ifdef HAVE_ASM_TYPES_H
9019 #include <asm/types.h>
9022 if test "x$ac_cv_header_linux_videodev2_h" = xyes
9024 printf "%s\n" "#define HAVE_LINUX_VIDEODEV2_H 1" >>confdefs.h
9029 ac_fn_c_check_header_compile
"$LINENO" "libprocstat.h" "ac_cv_header_libprocstat_h" "#ifdef HAVE_SYS_PARAM_H
9030 #include <sys/param.h>
9032 #include <sys/socket.h>
9033 #ifdef HAVE_SYS_QUEUE_H
9034 #include <sys/queue.h>
9037 if test "x$ac_cv_header_libprocstat_h" = xyes
9039 printf "%s\n" "#define HAVE_LIBPROCSTAT_H 1" >>confdefs.h
9053 UNIXDLLFLAGS
="-fPIC"
9055 UNIXLDFLAGS
="-shared -Wl,-Bsymbolic -Wl,-soname,\$(UNIXLIB)"
9061 WINELOADER_LDFLAGS
=""
9063 WINEPRELOADER_LDFLAGS
=""
9066 # Extract the first word of "ldd", so it can be a program name with args.
9067 set dummy ldd
; ac_word
=$2
9068 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9069 printf %s
"checking for $ac_word... " >&6; }
9070 if test ${ac_cv_path_LDD+y}
9072 printf %s
"(cached) " >&6
9076 ac_cv_path_LDD
="$LDD" # Let the user override the test with a path.
9079 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9080 as_dummy
="/sbin:/usr/sbin:$PATH"
9081 for as_dir
in $as_dummy
9084 case $as_dir in #(((
9087 *) as_dir
=$as_dir/ ;;
9089 for ac_exec_ext
in '' $ac_executable_extensions; do
9090 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
9091 ac_cv_path_LDD
="$as_dir$ac_word$ac_exec_ext"
9092 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
9099 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD
="true"
9104 if test -n "$LDD"; then
9105 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
9106 printf "%s\n" "$LDD" >&6; }
9108 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
9109 printf "%s\n" "no" >&6; }
9113 if test -n "$ac_tool_prefix"; then
9114 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
9115 set dummy
${ac_tool_prefix}otool
; ac_word
=$2
9116 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9117 printf %s
"checking for $ac_word... " >&6; }
9118 if test ${ac_cv_prog_OTOOL+y}
9120 printf %s
"(cached) " >&6
9122 if test -n "$OTOOL"; then
9123 ac_cv_prog_OTOOL
="$OTOOL" # Let the user override the test.
9125 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9129 case $as_dir in #(((
9132 *) as_dir
=$as_dir/ ;;
9134 for ac_exec_ext
in '' $ac_executable_extensions; do
9135 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
9136 ac_cv_prog_OTOOL
="${ac_tool_prefix}otool"
9137 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
9146 OTOOL
=$ac_cv_prog_OTOOL
9147 if test -n "$OTOOL"; then
9148 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
9149 printf "%s\n" "$OTOOL" >&6; }
9151 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
9152 printf "%s\n" "no" >&6; }
9157 if test -z "$ac_cv_prog_OTOOL"; then
9159 # Extract the first word of "otool", so it can be a program name with args.
9160 set dummy otool
; ac_word
=$2
9161 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9162 printf %s
"checking for $ac_word... " >&6; }
9163 if test ${ac_cv_prog_ac_ct_OTOOL+y}
9165 printf %s
"(cached) " >&6
9167 if test -n "$ac_ct_OTOOL"; then
9168 ac_cv_prog_ac_ct_OTOOL
="$ac_ct_OTOOL" # Let the user override the test.
9170 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9174 case $as_dir in #(((
9177 *) as_dir
=$as_dir/ ;;
9179 for ac_exec_ext
in '' $ac_executable_extensions; do
9180 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
9181 ac_cv_prog_ac_ct_OTOOL
="otool"
9182 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
9191 ac_ct_OTOOL
=$ac_cv_prog_ac_ct_OTOOL
9192 if test -n "$ac_ct_OTOOL"; then
9193 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
9194 printf "%s\n" "$ac_ct_OTOOL" >&6; }
9196 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
9197 printf "%s\n" "no" >&6; }
9200 if test "x$ac_ct_OTOOL" = x
; then
9203 case $cross_compiling:$ac_tool_warned in
9205 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
9206 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
9207 ac_tool_warned
=yes ;;
9212 OTOOL
="$ac_cv_prog_OTOOL"
9215 if test -n "$ac_tool_prefix"; then
9216 # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
9217 set dummy
${ac_tool_prefix}readelf
; ac_word
=$2
9218 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9219 printf %s
"checking for $ac_word... " >&6; }
9220 if test ${ac_cv_prog_READELF+y}
9222 printf %s
"(cached) " >&6
9224 if test -n "$READELF"; then
9225 ac_cv_prog_READELF
="$READELF" # Let the user override the test.
9227 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9231 case $as_dir in #(((
9234 *) as_dir
=$as_dir/ ;;
9236 for ac_exec_ext
in '' $ac_executable_extensions; do
9237 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
9238 ac_cv_prog_READELF
="${ac_tool_prefix}readelf"
9239 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
9248 READELF
=$ac_cv_prog_READELF
9249 if test -n "$READELF"; then
9250 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
9251 printf "%s\n" "$READELF" >&6; }
9253 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
9254 printf "%s\n" "no" >&6; }
9259 if test -z "$ac_cv_prog_READELF"; then
9260 ac_ct_READELF
=$READELF
9261 # Extract the first word of "readelf", so it can be a program name with args.
9262 set dummy readelf
; ac_word
=$2
9263 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9264 printf %s
"checking for $ac_word... " >&6; }
9265 if test ${ac_cv_prog_ac_ct_READELF+y}
9267 printf %s
"(cached) " >&6
9269 if test -n "$ac_ct_READELF"; then
9270 ac_cv_prog_ac_ct_READELF
="$ac_ct_READELF" # Let the user override the test.
9272 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9276 case $as_dir in #(((
9279 *) as_dir
=$as_dir/ ;;
9281 for ac_exec_ext
in '' $ac_executable_extensions; do
9282 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
9283 ac_cv_prog_ac_ct_READELF
="readelf"
9284 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
9293 ac_ct_READELF
=$ac_cv_prog_ac_ct_READELF
9294 if test -n "$ac_ct_READELF"; then
9295 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
9296 printf "%s\n" "$ac_ct_READELF" >&6; }
9298 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
9299 printf "%s\n" "no" >&6; }
9302 if test "x$ac_ct_READELF" = x
; then
9305 case $cross_compiling:$ac_tool_warned in
9307 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
9308 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
9309 ac_tool_warned
=yes ;;
9311 READELF
=$ac_ct_READELF
9314 READELF
="$ac_cv_prog_READELF"
9322 CONFIGURE_TARGETS
=""
9325 wine_fn_append_file
()
9327 as_fn_append
$1 " \\$as_nl $2"
9330 wine_fn_append_rule
()
9332 as_fn_append wine_rules
"$as_nl$1"
9335 wine_fn_config_makefile
()
9337 wine_fn_append_file SUBDIRS
$1
9338 if eval test \"x\$
"$2"\" = x
"no"
9340 wine_fn_append_file DISABLED_SUBDIRS
$1
9344 wine_fn_config_symlink
()
9347 wine_fn_append_rule \
9349 @./config.status \$@"
9350 for f
in $ac_links; do wine_fn_append_file CONFIGURE_TARGETS
$f; done
9354 test "x$enable_win64" != "xyes" || wine_binary
="wine64"
9355 WINELOADER_PROGRAMS
="$wine_binary"
9357 libwine_soversion
=`expr $libwine_version : '\([0-9]*\)\..*'`
9361 if test -n "$ac_tool_prefix"; then
9362 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
9363 set dummy
${ac_tool_prefix}dlltool
; ac_word
=$2
9364 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9365 printf %s
"checking for $ac_word... " >&6; }
9366 if test ${ac_cv_prog_DLLTOOL+y}
9368 printf %s
"(cached) " >&6
9370 if test -n "$DLLTOOL"; then
9371 ac_cv_prog_DLLTOOL
="$DLLTOOL" # Let the user override the test.
9373 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9377 case $as_dir in #(((
9380 *) as_dir
=$as_dir/ ;;
9382 for ac_exec_ext
in '' $ac_executable_extensions; do
9383 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
9384 ac_cv_prog_DLLTOOL
="${ac_tool_prefix}dlltool"
9385 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
9394 DLLTOOL
=$ac_cv_prog_DLLTOOL
9395 if test -n "$DLLTOOL"; then
9396 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
9397 printf "%s\n" "$DLLTOOL" >&6; }
9399 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
9400 printf "%s\n" "no" >&6; }
9405 if test -z "$ac_cv_prog_DLLTOOL"; then
9406 ac_ct_DLLTOOL
=$DLLTOOL
9407 # Extract the first word of "dlltool", so it can be a program name with args.
9408 set dummy dlltool
; ac_word
=$2
9409 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9410 printf %s
"checking for $ac_word... " >&6; }
9411 if test ${ac_cv_prog_ac_ct_DLLTOOL+y}
9413 printf %s
"(cached) " >&6
9415 if test -n "$ac_ct_DLLTOOL"; then
9416 ac_cv_prog_ac_ct_DLLTOOL
="$ac_ct_DLLTOOL" # Let the user override the test.
9418 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9422 case $as_dir in #(((
9425 *) as_dir
=$as_dir/ ;;
9427 for ac_exec_ext
in '' $ac_executable_extensions; do
9428 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
9429 ac_cv_prog_ac_ct_DLLTOOL
="dlltool"
9430 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
9439 ac_ct_DLLTOOL
=$ac_cv_prog_ac_ct_DLLTOOL
9440 if test -n "$ac_ct_DLLTOOL"; then
9441 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
9442 printf "%s\n" "$ac_ct_DLLTOOL" >&6; }
9444 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
9445 printf "%s\n" "no" >&6; }
9448 if test "x$ac_ct_DLLTOOL" = x
; then
9451 case $cross_compiling:$ac_tool_warned in
9453 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
9454 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
9455 ac_tool_warned
=yes ;;
9457 DLLTOOL
=$ac_ct_DLLTOOL
9460 DLLTOOL
="$ac_cv_prog_DLLTOOL"
9464 EXTRACFLAGS
="-D__WINE_PE_BUILD"
9466 *i
[3456]86*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--disable-stdcall-fixup" >&5
9467 printf %s
"checking whether the compiler supports -Wl,--disable-stdcall-fixup... " >&6; }
9468 if test ${ac_cv_cflags__Wl___disable_stdcall_fixup+y}
9470 printf %s
"(cached) " >&6
9472 ac_wine_try_cflags_saved
=$CFLAGS
9473 CFLAGS
="$CFLAGS -Wl,--disable-stdcall-fixup"
9474 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9475 /* end confdefs.h. */
9476 int main(int argc, char **argv) { return 0; }
9478 if ac_fn_c_try_link
"$LINENO"
9480 ac_cv_cflags__Wl___disable_stdcall_fixup
=yes
9482 ac_cv_cflags__Wl___disable_stdcall_fixup
=no
9484 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
9485 conftest
$ac_exeext conftest.
$ac_ext
9486 CFLAGS
=$ac_wine_try_cflags_saved
9488 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___disable_stdcall_fixup" >&5
9489 printf "%s\n" "$ac_cv_cflags__Wl___disable_stdcall_fixup" >&6; }
9490 if test "x$ac_cv_cflags__Wl___disable_stdcall_fixup" = xyes
9492 LDDLLFLAGS
="-Wl,--disable-stdcall-fixup"
9495 enable_loader
=${enable_loader:-no}
9496 enable_server
=${enable_server:-no}
9497 with_x
=${with_x:-no}
9498 with_pthread
=${with_pthread:-no}
9503 ac_cpp
='$OBJCPP $CPPFLAGS'
9504 ac_compile
='$OBJC -c $OBJCFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9505 ac_link
='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9506 ac_compiler_gnu
=$ac_cv_objc_compiler_gnu
9509 ac_cpp
='$OBJCPP $CPPFLAGS'
9510 ac_compile
='$OBJC -c $OBJCFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9511 ac_link
='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9512 ac_compiler_gnu
=$ac_cv_objc_compiler_gnu
9513 if test -n "$ac_tool_prefix"; then
9514 for ac_prog
in gcc objcc objc cc CC clang
9516 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
9517 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
9518 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9519 printf %s
"checking for $ac_word... " >&6; }
9520 if test ${ac_cv_prog_OBJC+y}
9522 printf %s
"(cached) " >&6
9524 if test -n "$OBJC"; then
9525 ac_cv_prog_OBJC
="$OBJC" # Let the user override the test.
9527 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9531 case $as_dir in #(((
9534 *) as_dir
=$as_dir/ ;;
9536 for ac_exec_ext
in '' $ac_executable_extensions; do
9537 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
9538 ac_cv_prog_OBJC
="$ac_tool_prefix$ac_prog"
9539 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
9548 OBJC
=$ac_cv_prog_OBJC
9549 if test -n "$OBJC"; then
9550 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $OBJC" >&5
9551 printf "%s\n" "$OBJC" >&6; }
9553 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
9554 printf "%s\n" "no" >&6; }
9558 test -n "$OBJC" && break
9561 if test -z "$OBJC"; then
9563 for ac_prog
in gcc objcc objc cc CC clang
9565 # Extract the first word of "$ac_prog", so it can be a program name with args.
9566 set dummy
$ac_prog; ac_word
=$2
9567 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9568 printf %s
"checking for $ac_word... " >&6; }
9569 if test ${ac_cv_prog_ac_ct_OBJC+y}
9571 printf %s
"(cached) " >&6
9573 if test -n "$ac_ct_OBJC"; then
9574 ac_cv_prog_ac_ct_OBJC
="$ac_ct_OBJC" # Let the user override the test.
9576 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9580 case $as_dir in #(((
9583 *) as_dir
=$as_dir/ ;;
9585 for ac_exec_ext
in '' $ac_executable_extensions; do
9586 if as_fn_executable_p
"$as_dir$ac_word$ac_exec_ext"; then
9587 ac_cv_prog_ac_ct_OBJC
="$ac_prog"
9588 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
9597 ac_ct_OBJC
=$ac_cv_prog_ac_ct_OBJC
9598 if test -n "$ac_ct_OBJC"; then
9599 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJC" >&5
9600 printf "%s\n" "$ac_ct_OBJC" >&6; }
9602 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
9603 printf "%s\n" "no" >&6; }
9607 test -n "$ac_ct_OBJC" && break
9610 if test "x$ac_ct_OBJC" = x
; then
9613 case $cross_compiling:$ac_tool_warned in
9615 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
9616 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
9617 ac_tool_warned
=yes ;;
9623 # Provide some information about the compiler.
9624 printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for Objective C compiler version" >&5
9627 for ac_option
in --version -v -V -qversion; do
9628 { { ac_try
="$ac_compiler $ac_option >&5"
9630 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9631 *) ac_try_echo=$ac_try;;
9633 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
9634 printf "%s\n" "$ac_try_echo"; } >&5
9635 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
9637 if test -s conftest.err; then
9639 ... rest of stderr output deleted ...
9640 10q' conftest.err >conftest.er1
9641 cat conftest.er1 >&5
9643 rm -f conftest.er1 conftest.err
9644 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9645 test $ac_status = 0; }
9648 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports GNU Objective C" >&5
9649 printf %s "checking whether the compiler supports GNU Objective C... " >&6; }
9650 if test ${ac_cv_objc_compiler_gnu+y}
9652 printf %s "(cached) " >&6
9654 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9655 /* end confdefs.h. */
9668 if ac_fn_objc_try_compile "$LINENO"
9674 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
9675 ac_cv_objc_compiler_gnu=$ac_compiler_gnu
9678 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objc_compiler_gnu" >&5
9679 printf "%s\n" "$ac_cv_objc_compiler_gnu" >&6; }
9680 ac_compiler_gnu=$ac_cv_objc_compiler_gnu
9682 if test $ac_compiler_gnu = yes; then
9687 ac_test_OBJCFLAGS=${OBJCFLAGS+y}
9688 ac_save_OBJCFLAGS=$OBJCFLAGS
9689 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $OBJC accepts -g" >&5
9690 printf %s "checking whether $OBJC accepts -g... " >&6; }
9691 if test ${ac_cv_prog_objc_g+y}
9693 printf %s "(cached) " >&6
9695 ac_save_objc_werror_flag=$ac_objc_werror_flag
9696 ac_objc_werror_flag=yes
9697 ac_cv_prog_objc_g=no
9699 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9700 /* end confdefs.h. */
9710 if ac_fn_objc_try_compile "$LINENO"
9712 ac_cv_prog_objc_g=yes
9715 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9716 /* end confdefs.h. */
9726 if ac_fn_objc_try_compile "$LINENO"
9730 ac_objc_werror_flag=$ac_save_objc_werror_flag
9732 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9733 /* end confdefs.h. */
9743 if ac_fn_objc_try_compile "$LINENO"
9745 ac_cv_prog_objc_g=yes
9747 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
9749 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
9751 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
9752 ac_objc_werror_flag=$ac_save_objc_werror_flag
9754 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_objc_g" >&5
9755 printf "%s\n" "$ac_cv_prog_objc_g" >&6; }
9756 if test $ac_test_OBJCFLAGS; then
9757 OBJCFLAGS=$ac_save_OBJCFLAGS
9758 elif test $ac_cv_prog_objc_g = yes; then
9759 if test "$GOBJC" = yes; then
9765 if test "$GOBJC" = yes; then
9772 ac_cpp='$OBJCPP $CPPFLAGS'
9773 ac_compile='$OBJC -c $OBJCFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9774 ac_link='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9775 ac_compiler_gnu=$ac_cv_objc_compiler_gnu
9778 ac_fn_objc_check_header_compile "$LINENO" "Metal/Metal.h" "ac_cv_header_Metal_Metal_h" "$ac_includes_default"
9779 if test "x$ac_cv_header_Metal_Metal_h" = xyes
9781 printf "%s\n" "#define HAVE_METAL_METAL_H 1" >>confdefs.h
9786 ac_cpp='$CPP $CPPFLAGS'
9787 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9788 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9789 ac_compiler_gnu=$ac_cv_c_compiler_gnu
9792 DLLFLAGS="$DLLFLAGS -fPIC"
9794 COREFOUNDATION_LIBS="-framework CoreFoundation"
9796 IOKIT_LIBS="-framework IOKit -framework CoreFoundation"
9798 APPLICATIONSERVICES_LIBS="-framework ApplicationServices"
9800 CORESERVICES_LIBS="-framework CoreServices"
9802 APPKIT_LIBS="-framework AppKit"
9804 SYSTEMCONFIGURATION_LIBS="-framework SystemConfiguration"
9807 WINELOADER_LDFLAGS="-Wl,-pie,-segalign,0x1000,-pagezero_size,0x1000,-sectcreate,__TEXT,__info_plist,loader/wine_info.plist"
9809 wine_can_build_preloader=yes
9810 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"
9811 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_new_main -e _main" >&5
9812 printf %s "checking whether the compiler supports -Wl,-no_new_main -e _main... " >&6; }
9813 if test ${ac_cv_cflags__Wl__no_new_main__e__main+y}
9815 printf %s "(cached) " >&6
9817 ac_wine_try_cflags_saved=$CFLAGS
9818 CFLAGS="$CFLAGS -Wl,-no_new_main -e _main"
9819 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9820 /* end confdefs.h. */
9821 int main(int argc, char **argv) { return 0; }
9823 if ac_fn_c_try_link "$LINENO"
9825 ac_cv_cflags__Wl__no_new_main__e__main=yes
9827 ac_cv_cflags__Wl__no_new_main__e__main=no
9829 rm -f core conftest.err conftest.$ac_objext conftest.beam \
9830 conftest$ac_exeext conftest.$ac_ext
9831 CFLAGS=$ac_wine_try_cflags_saved
9833 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_new_main__e__main" >&5
9834 printf "%s\n" "$ac_cv_cflags__Wl__no_new_main__e__main" >&6; }
9835 if test "x$ac_cv_cflags__Wl__no_new_main__e__main" = xyes
9837 WINEPRELOADER_LDFLAGS="-Wl,-no_new_main $WINEPRELOADER_LDFLAGS"
9838 { 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
9839 printf %s "checking whether the compiler supports -Wl,-no_new_main -e _main -mmacosx-version-min=10.7 -nostartfiles -nodefaultlibs... " >&6; }
9840 if test ${ac_cv_cflags__Wl__no_new_main__e__main__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs+y}
9842 printf %s "(cached) " >&6
9844 ac_wine_try_cflags_saved=$CFLAGS
9845 CFLAGS="$CFLAGS -Wl,-no_new_main -e _main -mmacosx-version-min=10.7 -nostartfiles -nodefaultlibs"
9846 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9847 /* end confdefs.h. */
9848 int main(int argc, char **argv) { return 0; }
9850 if ac_fn_c_try_link "$LINENO"
9852 ac_cv_cflags__Wl__no_new_main__e__main__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs=yes
9854 ac_cv_cflags__Wl__no_new_main__e__main__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs=no
9856 rm -f core conftest.err conftest.$ac_objext conftest.beam \
9857 conftest$ac_exeext conftest.$ac_ext
9858 CFLAGS=$ac_wine_try_cflags_saved
9860 { 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
9861 printf "%s\n" "$ac_cv_cflags__Wl__no_new_main__e__main__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs" >&6; }
9862 if test "x$ac_cv_cflags__Wl__no_new_main__e__main__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs" = xyes
9864 WINEPRELOADER_LDFLAGS="-mmacosx-version-min=10.7 $WINEPRELOADER_LDFLAGS"
9866 wine_can_build_preloader=no
9869 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -mmacosx-version-min=10.7 -nostartfiles -nodefaultlibs" >&5
9870 printf %s "checking whether the compiler supports -mmacosx-version-min=10.7 -nostartfiles -nodefaultlibs... " >&6; }
9871 if test ${ac_cv_cflags__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs+y}
9873 printf %s "(cached) " >&6
9875 ac_wine_try_cflags_saved=$CFLAGS
9876 CFLAGS="$CFLAGS -mmacosx-version-min=10.7 -nostartfiles -nodefaultlibs"
9877 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9878 /* end confdefs.h. */
9879 int main(int argc, char **argv) { return 0; }
9881 if ac_fn_c_try_link "$LINENO"
9883 ac_cv_cflags__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs=yes
9885 ac_cv_cflags__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs=no
9887 rm -f core conftest.err conftest.$ac_objext conftest.beam \
9888 conftest$ac_exeext conftest.$ac_ext
9889 CFLAGS=$ac_wine_try_cflags_saved
9891 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs" >&5
9892 printf "%s\n" "$ac_cv_cflags__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs" >&6; }
9893 if test "x$ac_cv_cflags__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs" = xyes
9895 WINEPRELOADER_LDFLAGS="-mmacosx-version-min=10.7 $WINEPRELOADER_LDFLAGS"
9897 wine_can_build_preloader=no
9900 if test "$wine_can_build_preloader" = "yes"
9902 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_pie" >&5
9903 printf %s "checking whether the compiler supports -Wl,-no_pie... " >&6; }
9904 if test ${ac_cv_cflags__Wl__no_pie+y}
9906 printf %s "(cached) " >&6
9908 ac_wine_try_cflags_saved=$CFLAGS
9909 CFLAGS="$CFLAGS -Wl,-no_pie"
9910 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9911 /* end confdefs.h. */
9912 int main(int argc, char **argv) { return 0; }
9914 if ac_fn_c_try_link "$LINENO"
9916 ac_cv_cflags__Wl__no_pie=yes
9918 ac_cv_cflags__Wl__no_pie=no
9920 rm -f core conftest.err conftest.$ac_objext conftest.beam \
9921 conftest$ac_exeext conftest.$ac_ext
9922 CFLAGS=$ac_wine_try_cflags_saved
9924 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_pie" >&5
9925 printf "%s\n" "$ac_cv_cflags__Wl__no_pie" >&6; }
9926 if test "x$ac_cv_cflags__Wl__no_pie" = xyes
9928 WINEPRELOADER_LDFLAGS="-Wl,-no_pie $WINEPRELOADER_LDFLAGS"
9930 test "$wine_binary" = wine || wine_fn_append_file CONFIGURE_TARGETS "loader/wine-preloader"
9931 WINELOADER_PROGRAMS="$WINELOADER_PROGRAMS $wine_binary-preloader"
9933 as_fn_append wine_warnings "|can't build Wine preloader; many programs won't work"
9936 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
9938 DISKARBITRATION_LIBS="-framework DiskArbitration -framework CoreFoundation"
9941 if test "$ac_cv_header_Security_Security_h" = "yes"
9943 SECURITY_LIBS="-framework Security -framework CoreFoundation"
9946 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes"
9948 COREAUDIO_LIBS="-framework CoreFoundation -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework CoreMIDI"
9950 enable_winecoreaudio_drv=${enable_winecoreaudio_drv:-yes}
9952 if test "$ac_cv_header_OpenAL_al_h" = "yes"
9954 OPENAL_LIBS="-framework OpenAL"
9957 printf "%s\n" "#define HAVE_OPENAL 1" >>confdefs.h
9959 ac_cv_lib_openal=yes
9961 if test "$ac_cv_header_OpenCL_opencl_h" = "yes"
9963 OPENCL_LIBS="-framework OpenCL"
9965 ac_cv_lib_OpenCL_clGetPlatformInfo=yes
9967 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
9969 ac_save_LIBS="$LIBS"
9970 LIBS="$LIBS $IOKIT_LIBS"
9971 ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
9972 if test "x$ac_cv_func_IOHIDManagerCreate" = xyes
9974 printf "%s\n" "#define HAVE_IOHIDMANAGERCREATE 1" >>confdefs.h
9978 LIBS="$ac_save_LIBS"
9981 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
9983 CARBON_LIBS="-framework Carbon"
9986 if test "$ac_cv_header_Metal_Metal_h" = "yes"
9988 METAL_LIBS="-framework Metal"
9992 if test "$ac_cv_header_Metal_Metal_h" = "yes"
9994 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether MTLDevice protocol supports registryID property" >&5
9995 printf %s "checking whether MTLDevice protocol supports registryID property... " >&6; }
9997 ac_cpp='$OBJCPP $CPPFLAGS'
9998 ac_compile='$OBJC -c $OBJCFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9999 ac_link='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10000 ac_compiler_gnu=$ac_cv_objc_compiler_gnu
10002 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10003 /* end confdefs.h. */
10004 #include <Metal/Metal.h>
10008 id<MTLDevice> device; device.registryID;
10013 if ac_fn_objc_try_compile "$LINENO"
10015 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10016 printf "%s\n" "yes" >&6; }
10018 printf "%s\n" "#define HAVE_MTLDEVICE_REGISTRYID 1" >>confdefs.h
10021 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
10022 printf "%s\n" "no" >&6; }
10024 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
10026 ac_cpp='$CPP $CPPFLAGS'
10027 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10028 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10029 ac_compiler_gnu=$ac_cv_c_compiler_gnu
10033 if test "$ac_cv_header_ApplicationServices_ApplicationServices_h" = "yes"
10035 ac_save_LIBS="$LIBS"
10036 LIBS="$LIBS $APPLICATIONSERVICES_LIBS"
10037 ac_fn_c_check_func "$LINENO" "CGDisplayModeGetWidth" "ac_cv_func_CGDisplayModeGetWidth"
10038 if test "x$ac_cv_func_CGDisplayModeGetWidth" = xyes
10040 enable_winemac_drv=${enable_winemac_drv:-yes}
10043 LIBS="$ac_save_LIBS"
10046 UNIXLDFLAGS="-dynamiclib -install_name @rpath/\$(UNIXLIB) -Wl,-rpath,@loader_path\/"
10047 LIBWINE_SHAREDLIB="libwine.$libwine_version.dylib"
10049 LIBWINE_LDFLAGS="-dynamiclib -install_name @rpath/libwine.$libwine_soversion.dylib -Wl,-rpath,@loader_path/ -compatibility_version $libwine_soversion -current_version $libwine_version"
10051 WINELOADER_DEPENDS="wine_info.plist"
10053 TOP_INSTALL_LIB="$TOP_INSTALL_LIB libs/wine/libwine.$libwine_version.dylib libs/wine/libwine.$libwine_soversion.dylib"
10058 printf "%s\n" "#define _GNU_SOURCE 1" >>confdefs.h
10060 DLLFLAGS="$DLLFLAGS -fPIC"
10062 LDEXECFLAGS="-Wl,-pie"
10063 enable_wineandroid_drv=${enable_wineandroid_drv:-yes}
10064 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-z,defs" >&5
10065 printf %s "checking whether the compiler supports -Wl,-z,defs... " >&6; }
10066 if test ${ac_cv_cflags__Wl__z_defs+y}
10068 printf %s "(cached) " >&6
10070 ac_wine_try_cflags_saved=$CFLAGS
10071 CFLAGS="$CFLAGS -Wl,-z,defs"
10072 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10073 /* end confdefs.h. */
10074 int main(int argc, char **argv) { return 0; }
10076 if ac_fn_c_try_link "$LINENO"
10078 ac_cv_cflags__Wl__z_defs=yes
10080 ac_cv_cflags__Wl__z_defs=no
10082 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10083 conftest$ac_exeext conftest.$ac_ext
10084 CFLAGS=$ac_wine_try_cflags_saved
10086 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__z_defs" >&5
10087 printf "%s\n" "$ac_cv_cflags__Wl__z_defs" >&6; }
10088 if test "x$ac_cv_cflags__Wl__z_defs" = xyes
10090 UNIXLDFLAGS="$UNIXLDFLAGS -Wl,-z,defs"
10092 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
10093 printf %s "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
10094 if test ${ac_cv_cflags__fPIC__Wl___export_dynamic+y}
10096 printf %s "(cached) " >&6
10098 ac_wine_try_cflags_saved=$CFLAGS
10099 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
10100 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10101 /* end confdefs.h. */
10102 int main(int argc, char **argv) { return 0; }
10104 if ac_fn_c_try_link "$LINENO"
10106 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
10108 ac_cv_cflags__fPIC__Wl___export_dynamic=no
10110 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10111 conftest$ac_exeext conftest.$ac_ext
10112 CFLAGS=$ac_wine_try_cflags_saved
10114 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
10115 printf "%s\n" "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
10116 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes
10118 WINELOADER_LDFLAGS="-Wl,--export-dynamic"
10120 WINEPRELOADER_LDFLAGS="-static -nostartfiles -nodefaultlibs -Wl,-Ttext=0x7d400000"
10122 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lEGL" >&5
10123 printf %s "checking for -lEGL... " >&6; }
10124 if test ${ac_cv_lib_soname_EGL+y}
10126 printf %s "(cached) " >&6
10128 ac_check_soname_save_LIBS=$LIBS
10130 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10131 /* end confdefs.h. */
10133 /* Override any GCC internal prototype to avoid an error.
10134 Use char because int might match the return type of a GCC
10135 builtin and then its argument prototype would still apply. */
10136 char eglGetProcAddress ();
10140 return eglGetProcAddress ();
10145 if ac_fn_c_try_link "$LINENO"
10148 dll) ac_cv_lib_soname_EGL=`$ac_cv_path_LDD conftest.exe |
grep "EGL" |
sed -e "s/dll.*/dll/"';2,$d'` ;;
10149 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'` ;;
10150 *) ac_cv_lib_soname_EGL=`$READELF -d conftest
$ac_exeext |
grep "NEEDED.*libEGL\\.$LIBEXT" |
sed -e "s/^.*\\[\\(libEGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10151 if ${ac_cv_lib_soname_EGL:+false} :
10153 ac_cv_lib_soname_EGL=`$LDD conftest
$ac_exeext |
grep "libEGL\\.$LIBEXT" |
sed -e "s/^.*\(libEGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10157 ac_cv_lib_soname_EGL=
10159 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10160 conftest$ac_exeext conftest.$ac_ext
10161 LIBS=$ac_check_soname_save_LIBS
10163 if ${ac_cv_lib_soname_EGL:+false} :
10165 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10166 printf "%s\n" "not found" >&6; }
10169 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_EGL" >&5
10170 printf "%s\n" "$ac_cv_lib_soname_EGL" >&6; }
10172 printf "%s\n" "#define SONAME_LIBEGL \"$ac_cv_lib_soname_EGL\"" >>confdefs.h
10176 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lGLESv2" >&5
10177 printf %s "checking for -lGLESv2... " >&6; }
10178 if test ${ac_cv_lib_soname_GLESv2+y}
10180 printf %s "(cached) " >&6
10182 ac_check_soname_save_LIBS=$LIBS
10183 LIBS="-lGLESv2 $LIBS"
10184 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10185 /* end confdefs.h. */
10187 /* Override any GCC internal prototype to avoid an error.
10188 Use char because int might match the return type of a GCC
10189 builtin and then its argument prototype would still apply. */
10199 if ac_fn_c_try_link "$LINENO"
10202 dll) ac_cv_lib_soname_GLESv2=`$ac_cv_path_LDD conftest.exe |
grep "GLESv2" |
sed -e "s/dll.*/dll/"';2,$d'` ;;
10203 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'` ;;
10204 *) ac_cv_lib_soname_GLESv2=`$READELF -d conftest
$ac_exeext |
grep "NEEDED.*libGLESv2\\.$LIBEXT" |
sed -e "s/^.*\\[\\(libGLESv2\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10205 if ${ac_cv_lib_soname_GLESv2:+false} :
10207 ac_cv_lib_soname_GLESv2=`$LDD conftest
$ac_exeext |
grep "libGLESv2\\.$LIBEXT" |
sed -e "s/^.*\(libGLESv2\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10211 ac_cv_lib_soname_GLESv2=
10213 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10214 conftest$ac_exeext conftest.$ac_ext
10215 LIBS=$ac_check_soname_save_LIBS
10217 if ${ac_cv_lib_soname_GLESv2:+false} :
10219 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10220 printf "%s\n" "not found" >&6; }
10223 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLESv2" >&5
10224 printf "%s\n" "$ac_cv_lib_soname_GLESv2" >&6; }
10226 printf "%s\n" "#define SONAME_LIBGLESV2 \"$ac_cv_lib_soname_GLESv2\"" >>confdefs.h
10231 if test "x$exec_prefix" = xNONE
10234 *i[3456]86*) exec_prefix='${prefix}/x86' ;;
10235 *x86_64*) exec_prefix='${prefix}/x86_64' ;;
10236 *arm*) exec_prefix='${prefix}/armeabi-v7a' ;;
10237 *aarch64*) exec_prefix='${prefix}/arm64-v8a' ;;
10244 printf "%s\n" "#define _GNU_SOURCE 1" >>confdefs.h
10246 test "$ac_cv_sys_file_offset_bits" = 64 &&
10247 printf "%s\n" "#define _TIME_BITS 64" >>confdefs.h
10251 DLLFLAGS="$DLLFLAGS -fno-PIC"
10252 LDDLLFLAGS="-fno-PIC"
10253 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-PIC -Wl,-z,notext" >&5
10254 printf %s "checking whether the compiler supports -fno-PIC -Wl,-z,notext... " >&6; }
10255 if test ${ac_cv_cflags__fno_PIC__Wl__z_notext+y}
10257 printf %s "(cached) " >&6
10259 ac_wine_try_cflags_saved=$CFLAGS
10260 CFLAGS="$CFLAGS -fno-PIC -Wl,-z,notext"
10261 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10262 /* end confdefs.h. */
10263 int main(int argc, char **argv) { return 0; }
10265 if ac_fn_c_try_link "$LINENO"
10267 ac_cv_cflags__fno_PIC__Wl__z_notext=yes
10269 ac_cv_cflags__fno_PIC__Wl__z_notext=no
10271 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10272 conftest$ac_exeext conftest.$ac_ext
10273 CFLAGS=$ac_wine_try_cflags_saved
10275 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_PIC__Wl__z_notext" >&5
10276 printf "%s\n" "$ac_cv_cflags__fno_PIC__Wl__z_notext" >&6; }
10277 if test "x$ac_cv_cflags__fno_PIC__Wl__z_notext" = xyes
10279 LDDLLFLAGS="$LDDLLFLAGS -Wl,-z,notext"
10283 DLLFLAGS="$DLLFLAGS -fPIC"
10284 LDDLLFLAGS="-fPIC" ;;
10286 LIBWINE_LDFLAGS="-shared -Wl,-soname,libwine.so.$libwine_soversion"
10288 echo '{ global: *; };' >conftest.map
10289 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -shared -Wl,--version-script=conftest.map" >&5
10290 printf %s "checking whether the compiler supports -shared -Wl,--version-script=conftest.map... " >&6; }
10291 if test ${ac_cv_cflags__shared__Wl___version_script_conftest_map+y}
10293 printf %s "(cached) " >&6
10295 ac_wine_try_cflags_saved=$CFLAGS
10296 CFLAGS="$CFLAGS -shared -Wl,--version-script=conftest.map"
10297 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10298 /* end confdefs.h. */
10299 int main(int argc, char **argv) { return 0; }
10301 if ac_fn_c_try_link "$LINENO"
10303 ac_cv_cflags__shared__Wl___version_script_conftest_map=yes
10305 ac_cv_cflags__shared__Wl___version_script_conftest_map=no
10307 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10308 conftest$ac_exeext conftest.$ac_ext
10309 CFLAGS=$ac_wine_try_cflags_saved
10311 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__shared__Wl___version_script_conftest_map" >&5
10312 printf "%s\n" "$ac_cv_cflags__shared__Wl___version_script_conftest_map" >&6; }
10313 if test "x$ac_cv_cflags__shared__Wl___version_script_conftest_map" = xyes
10315 LIBWINE_LDFLAGS="$LIBWINE_LDFLAGS -Wl,--version-script=\$(srcdir)/wine.map"
10319 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-z,defs" >&5
10320 printf %s "checking whether the compiler supports -Wl,-z,defs... " >&6; }
10321 if test ${ac_cv_cflags__Wl__z_defs+y}
10323 printf %s "(cached) " >&6
10325 ac_wine_try_cflags_saved=$CFLAGS
10326 CFLAGS="$CFLAGS -Wl,-z,defs"
10327 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10328 /* end confdefs.h. */
10329 int main(int argc, char **argv) { return 0; }
10331 if ac_fn_c_try_link "$LINENO"
10333 ac_cv_cflags__Wl__z_defs=yes
10335 ac_cv_cflags__Wl__z_defs=no
10337 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10338 conftest$ac_exeext conftest.$ac_ext
10339 CFLAGS=$ac_wine_try_cflags_saved
10341 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__z_defs" >&5
10342 printf "%s\n" "$ac_cv_cflags__Wl__z_defs" >&6; }
10343 if test "x$ac_cv_cflags__Wl__z_defs" = xyes
10345 UNIXLDFLAGS="$UNIXLDFLAGS -Wl,-z,defs"
10347 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--export-dynamic" >&5
10348 printf %s "checking whether the compiler supports -Wl,--export-dynamic... " >&6; }
10349 if test ${ac_cv_cflags__Wl___export_dynamic+y}
10351 printf %s "(cached) " >&6
10353 ac_wine_try_cflags_saved=$CFLAGS
10354 CFLAGS="$CFLAGS -Wl,--export-dynamic"
10355 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10356 /* end confdefs.h. */
10357 int main(int argc, char **argv) { return 0; }
10359 if ac_fn_c_try_link "$LINENO"
10361 ac_cv_cflags__Wl___export_dynamic=yes
10363 ac_cv_cflags__Wl___export_dynamic=no
10365 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10366 conftest$ac_exeext conftest.$ac_ext
10367 CFLAGS=$ac_wine_try_cflags_saved
10369 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___export_dynamic" >&5
10370 printf "%s\n" "$ac_cv_cflags__Wl___export_dynamic" >&6; }
10371 if test "x$ac_cv_cflags__Wl___export_dynamic" = xyes
10373 WINELOADER_LDFLAGS="-Wl,--export-dynamic"
10375 WINEPRELOADER_LDFLAGS="-static -nostartfiles -nodefaultlibs -Wl,-Ttext=0x7d400000"
10378 *i[3456789]86* | x86_64 | *aarch64* | arm*)
10379 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000" >&5
10380 printf %s "checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000... " >&6; }
10381 if test ${ac_cv_cflags__Wl__Ttext_segment_0x7bc00000+y}
10383 printf %s "(cached) " >&6
10385 ac_wine_try_cflags_saved=$CFLAGS
10386 CFLAGS="$CFLAGS -Wl,-Ttext-segment=0x7bc00000"
10387 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10388 /* end confdefs.h. */
10389 int main(int argc, char **argv) { return 0; }
10391 if ac_fn_c_try_link "$LINENO"
10393 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000=yes
10395 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000=no
10397 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10398 conftest$ac_exeext conftest.$ac_ext
10399 CFLAGS=$ac_wine_try_cflags_saved
10401 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&5
10402 printf "%s\n" "$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&6; }
10403 if test "x$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" = xyes
10406 freebsd* | kfreebsd*-gnu) WINELOADER_LDFLAGS="$WINELOADER_LDFLAGS -Wl,-Ttext-segment=0x60000000" ;;
10407 *) WINELOADER_LDFLAGS="$WINELOADER_LDFLAGS -Wl,-Ttext-segment=0x7d000000" ;;
10410 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7d000400" >&5
10411 printf %s "checking whether the compiler supports -Wl,--section-start,.interp=0x7d000400... " >&6; }
10412 if test ${ac_cv_cflags__Wl___section_start__interp_0x7d000400+y}
10414 printf %s "(cached) " >&6
10416 ac_wine_try_cflags_saved=$CFLAGS
10417 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7d000400"
10418 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10419 /* end confdefs.h. */
10420 int main(int argc, char **argv) { return 0; }
10422 if ac_fn_c_try_link "$LINENO"
10424 ac_cv_cflags__Wl___section_start__interp_0x7d000400=yes
10426 ac_cv_cflags__Wl___section_start__interp_0x7d000400=no
10428 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10429 conftest$ac_exeext conftest.$ac_ext
10430 CFLAGS=$ac_wine_try_cflags_saved
10432 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7d000400" >&5
10433 printf "%s\n" "$ac_cv_cflags__Wl___section_start__interp_0x7d000400" >&6; }
10434 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7d000400" = xyes
10437 freebsd* | kfreebsd*-gnu) WINELOADER_LDFLAGS="$WINELOADER_LDFLAGS -Wl,--section-start,.interp=0x60000400" ;;
10438 *) WINELOADER_LDFLAGS="$WINELOADER_LDFLAGS -Wl,--section-start,.interp=0x7d000400" ;;
10441 # Extract the first word of "prelink", so it can be a program name with args.
10442 set dummy prelink; ac_word=$2
10443 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10444 printf %s "checking for $ac_word... " >&6; }
10445 if test ${ac_cv_path_PRELINK+y}
10447 printf %s "(cached) " >&6
10451 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
10454 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10455 for as_dir in /sbin /usr/sbin $PATH
10458 case $as_dir in #(((
10461 *) as_dir=$as_dir/ ;;
10463 for ac_exec_ext in '' $ac_executable_extensions; do
10464 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
10465 ac_cv_path_PRELINK="$as_dir$ac_word$ac_exec_ext"
10466 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
10473 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
10477 PRELINK=$ac_cv_path_PRELINK
10478 if test -n "$PRELINK"; then
10479 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
10480 printf "%s\n" "$PRELINK" >&6; }
10482 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
10483 printf "%s\n" "no" >&6; }
10487 if test "x$PRELINK" = xfalse
10489 as_fn_append wine_warnings "|prelink not found and linker does not support relocation, base address of core dlls won't be set correctly."
10492 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-z,max-page-size=0x1000" >&5
10493 printf %s "checking whether the compiler supports -Wl,-z,max-page-size=0x1000... " >&6; }
10494 if test ${ac_cv_cflags__Wl__z_max_page_size_0x1000+y}
10496 printf %s "(cached) " >&6
10498 ac_wine_try_cflags_saved=$CFLAGS
10499 CFLAGS="$CFLAGS -Wl,-z,max-page-size=0x1000"
10500 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10501 /* end confdefs.h. */
10502 int main(int argc, char **argv) { return 0; }
10504 if ac_fn_c_try_link "$LINENO"
10506 ac_cv_cflags__Wl__z_max_page_size_0x1000=yes
10508 ac_cv_cflags__Wl__z_max_page_size_0x1000=no
10510 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10511 conftest$ac_exeext conftest.$ac_ext
10512 CFLAGS=$ac_wine_try_cflags_saved
10514 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__z_max_page_size_0x1000" >&5
10515 printf "%s\n" "$ac_cv_cflags__Wl__z_max_page_size_0x1000" >&6; }
10516 if test "x$ac_cv_cflags__Wl__z_max_page_size_0x1000" = xyes
10518 WINELOADER_LDFLAGS="$WINELOADER_LDFLAGS -Wl,-z,max-page-size=0x1000"
10522 LIBWINE_SHAREDLIB="libwine.so.$libwine_version"
10524 LIBWINE_DEPENDS="wine.map"
10526 TOP_INSTALL_LIB="$TOP_INSTALL_LIB libs/wine/libwine.so.$libwine_version libs/wine/libwine.so.$libwine_soversion"
10530 enable_winecoreaudio_drv=${enable_winecoreaudio_drv:-no}
10531 enable_wineandroid_drv=${enable_wineandroid_drv:-no}
10532 enable_winemac_drv=${enable_winemac_drv:-no}
10535 if test "x$with_mingw" != xno
10537 case "x$with_mingw" in
10538 x|xyes) case "$host_cpu" in
10540 ac_prefix_list="aarch64-w64-mingw32-clang aarch64-w64-mingw32-gcc clang" ;;
10542 ac_prefix_list="armv7-w64-mingw32-clang armv7-w64-mingw32-gcc clang" ;;
10544 ac_prefix_list="i686-w64-mingw32-gcc i586-w64-mingw32-gcc i486-w64-mingw32-gcc i386-w64-mingw32-gcc i686-pc-mingw32-gcc i586-pc-mingw32-gcc i486-pc-mingw32-gcc i386-pc-mingw32-gcc i686-mingw32msvc-gcc i586-mingw32msvc-gcc i486-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i486-mingw32-gcc i386-mingw32-gcc
10545 i686-w64-mingw32-clang i586-w64-mingw32-clang i486-w64-mingw32-clang i386-w64-mingw32-clang
10546 mingw32-gcc clang" ;;
10548 ac_prefix_list="x86_64-pc-mingw32-gcc amd64-pc-mingw32-gcc x86_64-w64-mingw32-gcc amd64-w64-mingw32-gcc x86_64-mingw32msvc-gcc amd64-mingw32msvc-gcc
10549 x86_64-w64-mingw32-clang amd64-w64-mingw32-clang clang" ;;
10551 ac_prefix_list="" ;;
10553 for ac_prog in $ac_prefix_list
10555 # Extract the first word of "$ac_prog", so it can be a program name with args.
10556 set dummy $ac_prog; ac_word=$2
10557 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10558 printf %s "checking for $ac_word... " >&6; }
10559 if test ${ac_cv_prog_CROSSCC+y}
10561 printf %s "(cached) " >&6
10563 if test -n "$CROSSCC"; then
10564 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
10566 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10567 for as_dir in $PATH
10570 case $as_dir in #(((
10573 *) as_dir=$as_dir/ ;;
10575 for ac_exec_ext in '' $ac_executable_extensions; do
10576 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
10577 ac_cv_prog_CROSSCC="$ac_prog"
10578 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
10587 CROSSCC=$ac_cv_prog_CROSSCC
10588 if test -n "$CROSSCC"; then
10589 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
10590 printf "%s\n" "$CROSSCC" >&6; }
10592 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
10593 printf "%s\n" "no" >&6; }
10597 test -n "$CROSSCC" && break
10599 test -n "$CROSSCC" || CROSSCC="false"
10601 *) CROSSCC=$with_mingw ;;
10603 if test "$CROSSCC" != "false"
10606 saved_CFLAGS=$CFLAGS
10607 saved_LDFLAGS=$LDFLAGS
10608 CROSSCFLAGS=${CROSSCFLAGS:-"-g -O2"}
10610 EXTRACROSSCFLAGS="-D__WINE_PE_BUILD -Wall"
10615 CFLAGS=$CROSSCFLAGS
10616 LDFLAGS=$CROSSLDFLAGS
10617 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CROSSCC works" >&5
10618 printf %s "checking whether $CROSSCC works... " >&6; }
10619 if test ${wine_cv_crosscc+y}
10621 printf %s "(cached) " >&6
10623 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10624 /* end confdefs.h. */
10634 if ac_fn_c_try_compile "$LINENO"
10636 wine_cv_crosscc=yes
10640 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
10642 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $wine_cv_crosscc" >&5
10643 printf "%s\n" "$wine_cv_crosscc" >&6; }
10644 if test $wine_cv_crosscc = yes
10648 while test $# -ge 1
10651 *-gcc) CROSSTARGET=`expr "$1" : '\(.*\)-gcc'` ;;
10652 *-clang) CROSSTARGET=`expr "$1" : '\(.*\)-clang'` ;;
10657 llvm_target=$CROSSTARGET
10658 llvm_cflags="-fuse-ld=lld"
10659 if test -z "$llvm_target"
10662 *i[3456789]86*) llvm_target=i686-windows ;;
10663 *) llvm_target=$host_cpu-windows ;;
10666 case $llvm_target in
10667 *windows) llvm_cflags="$llvm_cflags -Wl,-subsystem:console" ;;
10669 as_ac_var=`printf "%s\n" "ac_cv_crosscflags_-target $llvm_target $llvm_cflags" |
$as_tr_sh`
10670 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -target $llvm_target $llvm_cflags" >&5
10671 printf %s "checking whether the cross-compiler supports -target $llvm_target $llvm_cflags... " >&6; }
10672 if eval test \${$as_ac_var+y}
10674 printf %s "(cached) " >&6
10676 ac_wine_try_cflags_saved=$CFLAGS
10677 ac_wine_try_cflags_saved_cc=$CC
10678 ac_wine_try_cflags_saved_exeext=$ac_exeext
10679 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -target $llvm_target $llvm_cflags"
10682 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10683 /* end confdefs.h. */
10684 int __cdecl mainCRTStartup(void) { return 0; }
10686 if ac_fn_c_try_link "$LINENO"
10688 eval "$as_ac_var=yes"
10690 eval "$as_ac_var=no"
10692 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10693 conftest$ac_exeext conftest.$ac_ext
10694 CFLAGS=$ac_wine_try_cflags_saved
10695 CC=$ac_wine_try_cflags_saved_cc
10696 ac_exeext=$ac_wine_try_cflags_saved_exeext
10698 eval ac_res=\$$as_ac_var
10699 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
10700 printf "%s\n" "$ac_res" >&6; }
10701 if eval test \"x\$"$as_ac_var"\" = x"yes"
10703 CROSSTARGET=$llvm_target
10704 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -target $CROSSTARGET"
10705 DELAYLOADFLAG="-Wl,-delayload,"
10707 CFLAGS="$CFLAGS $llvm_cflags"
10710 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CROSSCC option to enable C99 features" >&5
10711 printf %s "checking for $CROSSCC option to enable C99 features... " >&6; }
10712 if test ${wine_cv_crosscc_c99+y}
10714 printf %s "(cached) " >&6
10716 wine_cv_crosscc_c99=no
10717 for arg in '' '-std=gnu99'
10720 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10721 /* end confdefs.h. */
10722 $ac_c_conftest_c99_program
10724 if ac_fn_c_try_compile "$LINENO"
10726 wine_cv_crosscc_c99=$arg
10728 wine_cv_crosscc_c99=no
10730 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
10731 test "x$wine_cv_crosscc_c99" != xno && break
10735 case "x$wine_cv_crosscc_c99" in
10736 x) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
10737 printf "%s\n" "none needed" >&6; } ;;
10738 xno) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
10739 printf "%s\n" "unsupported" >&6; } ;;
10740 x*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $wine_cv_crosscc_c99" >&5
10741 printf "%s\n" "$wine_cv_crosscc_c99" >&6; }
10742 CROSSCC="$CROSSCC $wine_cv_crosscc_c99" ;;
10745 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -fno-strict-aliasing" >&5
10746 printf %s "checking whether the cross-compiler supports -fno-strict-aliasing... " >&6; }
10747 if test ${ac_cv_crosscflags__fno_strict_aliasing+y}
10749 printf %s "(cached) " >&6
10751 ac_wine_try_cflags_saved=$CFLAGS
10752 ac_wine_try_cflags_saved_cc=$CC
10753 ac_wine_try_cflags_saved_exeext=$ac_exeext
10754 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -fno-strict-aliasing"
10757 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10758 /* end confdefs.h. */
10759 int __cdecl mainCRTStartup(void) { return 0; }
10761 if ac_fn_c_try_link "$LINENO"
10763 ac_cv_crosscflags__fno_strict_aliasing=yes
10765 ac_cv_crosscflags__fno_strict_aliasing=no
10767 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10768 conftest$ac_exeext conftest.$ac_ext
10769 CFLAGS=$ac_wine_try_cflags_saved
10770 CC=$ac_wine_try_cflags_saved_cc
10771 ac_exeext=$ac_wine_try_cflags_saved_exeext
10773 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__fno_strict_aliasing" >&5
10774 printf "%s\n" "$ac_cv_crosscflags__fno_strict_aliasing" >&6; }
10775 if test "x$ac_cv_crosscflags__fno_strict_aliasing" = xyes
10777 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -fno-strict-aliasing"
10779 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Werror=unknown-warning-option" >&5
10780 printf %s "checking whether the cross-compiler supports -Werror=unknown-warning-option... " >&6; }
10781 if test ${ac_cv_crosscflags__Werror_unknown_warning_option+y}
10783 printf %s "(cached) " >&6
10785 ac_wine_try_cflags_saved=$CFLAGS
10786 ac_wine_try_cflags_saved_cc=$CC
10787 ac_wine_try_cflags_saved_exeext=$ac_exeext
10788 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Werror=unknown-warning-option"
10791 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10792 /* end confdefs.h. */
10793 int __cdecl mainCRTStartup(void) { return 0; }
10795 if ac_fn_c_try_link "$LINENO"
10797 ac_cv_crosscflags__Werror_unknown_warning_option=yes
10799 ac_cv_crosscflags__Werror_unknown_warning_option=no
10801 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10802 conftest$ac_exeext conftest.$ac_ext
10803 CFLAGS=$ac_wine_try_cflags_saved
10804 CC=$ac_wine_try_cflags_saved_cc
10805 ac_exeext=$ac_wine_try_cflags_saved_exeext
10807 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Werror_unknown_warning_option" >&5
10808 printf "%s\n" "$ac_cv_crosscflags__Werror_unknown_warning_option" >&6; }
10809 if test "x$ac_cv_crosscflags__Werror_unknown_warning_option" = xyes
10811 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
10813 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Werror=ignored-optimization-argument" >&5
10814 printf %s "checking whether the cross-compiler supports -Werror=ignored-optimization-argument... " >&6; }
10815 if test ${ac_cv_crosscflags__Werror_ignored_optimization_argument+y}
10817 printf %s "(cached) " >&6
10819 ac_wine_try_cflags_saved=$CFLAGS
10820 ac_wine_try_cflags_saved_cc=$CC
10821 ac_wine_try_cflags_saved_exeext=$ac_exeext
10822 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Werror=ignored-optimization-argument"
10825 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10826 /* end confdefs.h. */
10827 int __cdecl mainCRTStartup(void) { return 0; }
10829 if ac_fn_c_try_link "$LINENO"
10831 ac_cv_crosscflags__Werror_ignored_optimization_argument=yes
10833 ac_cv_crosscflags__Werror_ignored_optimization_argument=no
10835 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10836 conftest$ac_exeext conftest.$ac_ext
10837 CFLAGS=$ac_wine_try_cflags_saved
10838 CC=$ac_wine_try_cflags_saved_cc
10839 ac_exeext=$ac_wine_try_cflags_saved_exeext
10841 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Werror_ignored_optimization_argument" >&5
10842 printf "%s\n" "$ac_cv_crosscflags__Werror_ignored_optimization_argument" >&6; }
10843 if test "x$ac_cv_crosscflags__Werror_ignored_optimization_argument" = xyes
10845 CFLAGS="$CFLAGS -Werror=ignored-optimization-argument"
10847 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wdeclaration-after-statement" >&5
10848 printf %s "checking whether the cross-compiler supports -Wdeclaration-after-statement... " >&6; }
10849 if test ${ac_cv_crosscflags__Wdeclaration_after_statement+y}
10851 printf %s "(cached) " >&6
10853 ac_wine_try_cflags_saved=$CFLAGS
10854 ac_wine_try_cflags_saved_cc=$CC
10855 ac_wine_try_cflags_saved_exeext=$ac_exeext
10856 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wdeclaration-after-statement"
10859 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10860 /* end confdefs.h. */
10861 int __cdecl mainCRTStartup(void) { return 0; }
10863 if ac_fn_c_try_link "$LINENO"
10865 ac_cv_crosscflags__Wdeclaration_after_statement=yes
10867 ac_cv_crosscflags__Wdeclaration_after_statement=no
10869 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10870 conftest$ac_exeext conftest.$ac_ext
10871 CFLAGS=$ac_wine_try_cflags_saved
10872 CC=$ac_wine_try_cflags_saved_cc
10873 ac_exeext=$ac_wine_try_cflags_saved_exeext
10875 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wdeclaration_after_statement" >&5
10876 printf "%s\n" "$ac_cv_crosscflags__Wdeclaration_after_statement" >&6; }
10877 if test "x$ac_cv_crosscflags__Wdeclaration_after_statement" = xyes
10879 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wdeclaration-after-statement"
10881 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wempty-body" >&5
10882 printf %s "checking whether the cross-compiler supports -Wempty-body... " >&6; }
10883 if test ${ac_cv_crosscflags__Wempty_body+y}
10885 printf %s "(cached) " >&6
10887 ac_wine_try_cflags_saved=$CFLAGS
10888 ac_wine_try_cflags_saved_cc=$CC
10889 ac_wine_try_cflags_saved_exeext=$ac_exeext
10890 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wempty-body"
10893 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10894 /* end confdefs.h. */
10895 int __cdecl mainCRTStartup(void) { return 0; }
10897 if ac_fn_c_try_link "$LINENO"
10899 ac_cv_crosscflags__Wempty_body=yes
10901 ac_cv_crosscflags__Wempty_body=no
10903 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10904 conftest$ac_exeext conftest.$ac_ext
10905 CFLAGS=$ac_wine_try_cflags_saved
10906 CC=$ac_wine_try_cflags_saved_cc
10907 ac_exeext=$ac_wine_try_cflags_saved_exeext
10909 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wempty_body" >&5
10910 printf "%s\n" "$ac_cv_crosscflags__Wempty_body" >&6; }
10911 if test "x$ac_cv_crosscflags__Wempty_body" = xyes
10913 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wempty-body"
10915 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wignored-qualifiers" >&5
10916 printf %s "checking whether the cross-compiler supports -Wignored-qualifiers... " >&6; }
10917 if test ${ac_cv_crosscflags__Wignored_qualifiers+y}
10919 printf %s "(cached) " >&6
10921 ac_wine_try_cflags_saved=$CFLAGS
10922 ac_wine_try_cflags_saved_cc=$CC
10923 ac_wine_try_cflags_saved_exeext=$ac_exeext
10924 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wignored-qualifiers"
10927 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10928 /* end confdefs.h. */
10929 int __cdecl mainCRTStartup(void) { return 0; }
10931 if ac_fn_c_try_link "$LINENO"
10933 ac_cv_crosscflags__Wignored_qualifiers=yes
10935 ac_cv_crosscflags__Wignored_qualifiers=no
10937 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10938 conftest$ac_exeext conftest.$ac_ext
10939 CFLAGS=$ac_wine_try_cflags_saved
10940 CC=$ac_wine_try_cflags_saved_cc
10941 ac_exeext=$ac_wine_try_cflags_saved_exeext
10943 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wignored_qualifiers" >&5
10944 printf "%s\n" "$ac_cv_crosscflags__Wignored_qualifiers" >&6; }
10945 if test "x$ac_cv_crosscflags__Wignored_qualifiers" = xyes
10947 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wignored-qualifiers"
10949 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Winit-self" >&5
10950 printf %s "checking whether the cross-compiler supports -Winit-self... " >&6; }
10951 if test ${ac_cv_crosscflags__Winit_self+y}
10953 printf %s "(cached) " >&6
10955 ac_wine_try_cflags_saved=$CFLAGS
10956 ac_wine_try_cflags_saved_cc=$CC
10957 ac_wine_try_cflags_saved_exeext=$ac_exeext
10958 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Winit-self"
10961 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10962 /* end confdefs.h. */
10963 int __cdecl mainCRTStartup(void) { return 0; }
10965 if ac_fn_c_try_link "$LINENO"
10967 ac_cv_crosscflags__Winit_self=yes
10969 ac_cv_crosscflags__Winit_self=no
10971 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10972 conftest$ac_exeext conftest.$ac_ext
10973 CFLAGS=$ac_wine_try_cflags_saved
10974 CC=$ac_wine_try_cflags_saved_cc
10975 ac_exeext=$ac_wine_try_cflags_saved_exeext
10977 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Winit_self" >&5
10978 printf "%s\n" "$ac_cv_crosscflags__Winit_self" >&6; }
10979 if test "x$ac_cv_crosscflags__Winit_self" = xyes
10981 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Winit-self"
10983 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wpacked-not-aligned" >&5
10984 printf %s "checking whether the cross-compiler supports -Wpacked-not-aligned... " >&6; }
10985 if test ${ac_cv_crosscflags__Wpacked_not_aligned+y}
10987 printf %s "(cached) " >&6
10989 ac_wine_try_cflags_saved=$CFLAGS
10990 ac_wine_try_cflags_saved_cc=$CC
10991 ac_wine_try_cflags_saved_exeext=$ac_exeext
10992 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wpacked-not-aligned"
10995 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10996 /* end confdefs.h. */
10997 int __cdecl mainCRTStartup(void) { return 0; }
10999 if ac_fn_c_try_link "$LINENO"
11001 ac_cv_crosscflags__Wpacked_not_aligned=yes
11003 ac_cv_crosscflags__Wpacked_not_aligned=no
11005 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11006 conftest$ac_exeext conftest.$ac_ext
11007 CFLAGS=$ac_wine_try_cflags_saved
11008 CC=$ac_wine_try_cflags_saved_cc
11009 ac_exeext=$ac_wine_try_cflags_saved_exeext
11011 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wpacked_not_aligned" >&5
11012 printf "%s\n" "$ac_cv_crosscflags__Wpacked_not_aligned" >&6; }
11013 if test "x$ac_cv_crosscflags__Wpacked_not_aligned" = xyes
11015 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wno-packed-not-aligned"
11017 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wpragma-pack" >&5
11018 printf %s "checking whether the cross-compiler supports -Wpragma-pack... " >&6; }
11019 if test ${ac_cv_crosscflags__Wpragma_pack+y}
11021 printf %s "(cached) " >&6
11023 ac_wine_try_cflags_saved=$CFLAGS
11024 ac_wine_try_cflags_saved_cc=$CC
11025 ac_wine_try_cflags_saved_exeext=$ac_exeext
11026 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wpragma-pack"
11029 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11030 /* end confdefs.h. */
11031 int __cdecl mainCRTStartup(void) { return 0; }
11033 if ac_fn_c_try_link "$LINENO"
11035 ac_cv_crosscflags__Wpragma_pack=yes
11037 ac_cv_crosscflags__Wpragma_pack=no
11039 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11040 conftest$ac_exeext conftest.$ac_ext
11041 CFLAGS=$ac_wine_try_cflags_saved
11042 CC=$ac_wine_try_cflags_saved_cc
11043 ac_exeext=$ac_wine_try_cflags_saved_exeext
11045 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wpragma_pack" >&5
11046 printf "%s\n" "$ac_cv_crosscflags__Wpragma_pack" >&6; }
11047 if test "x$ac_cv_crosscflags__Wpragma_pack" = xyes
11049 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wno-pragma-pack"
11051 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wshift-overflow=2" >&5
11052 printf %s "checking whether the cross-compiler supports -Wshift-overflow=2... " >&6; }
11053 if test ${ac_cv_crosscflags__Wshift_overflow_2+y}
11055 printf %s "(cached) " >&6
11057 ac_wine_try_cflags_saved=$CFLAGS
11058 ac_wine_try_cflags_saved_cc=$CC
11059 ac_wine_try_cflags_saved_exeext=$ac_exeext
11060 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wshift-overflow=2"
11063 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11064 /* end confdefs.h. */
11065 int __cdecl mainCRTStartup(void) { return 0; }
11067 if ac_fn_c_try_link "$LINENO"
11069 ac_cv_crosscflags__Wshift_overflow_2=yes
11071 ac_cv_crosscflags__Wshift_overflow_2=no
11073 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11074 conftest$ac_exeext conftest.$ac_ext
11075 CFLAGS=$ac_wine_try_cflags_saved
11076 CC=$ac_wine_try_cflags_saved_cc
11077 ac_exeext=$ac_wine_try_cflags_saved_exeext
11079 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wshift_overflow_2" >&5
11080 printf "%s\n" "$ac_cv_crosscflags__Wshift_overflow_2" >&6; }
11081 if test "x$ac_cv_crosscflags__Wshift_overflow_2" = xyes
11083 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wshift-overflow=2"
11085 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wstrict-prototypes" >&5
11086 printf %s "checking whether the cross-compiler supports -Wstrict-prototypes... " >&6; }
11087 if test ${ac_cv_crosscflags__Wstrict_prototypes+y}
11089 printf %s "(cached) " >&6
11091 ac_wine_try_cflags_saved=$CFLAGS
11092 ac_wine_try_cflags_saved_cc=$CC
11093 ac_wine_try_cflags_saved_exeext=$ac_exeext
11094 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wstrict-prototypes"
11097 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11098 /* end confdefs.h. */
11099 int __cdecl mainCRTStartup(void) { return 0; }
11101 if ac_fn_c_try_link "$LINENO"
11103 ac_cv_crosscflags__Wstrict_prototypes=yes
11105 ac_cv_crosscflags__Wstrict_prototypes=no
11107 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11108 conftest$ac_exeext conftest.$ac_ext
11109 CFLAGS=$ac_wine_try_cflags_saved
11110 CC=$ac_wine_try_cflags_saved_cc
11111 ac_exeext=$ac_wine_try_cflags_saved_exeext
11113 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wstrict_prototypes" >&5
11114 printf "%s\n" "$ac_cv_crosscflags__Wstrict_prototypes" >&6; }
11115 if test "x$ac_cv_crosscflags__Wstrict_prototypes" = xyes
11117 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wstrict-prototypes"
11119 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wtype-limits" >&5
11120 printf %s "checking whether the cross-compiler supports -Wtype-limits... " >&6; }
11121 if test ${ac_cv_crosscflags__Wtype_limits+y}
11123 printf %s "(cached) " >&6
11125 ac_wine_try_cflags_saved=$CFLAGS
11126 ac_wine_try_cflags_saved_cc=$CC
11127 ac_wine_try_cflags_saved_exeext=$ac_exeext
11128 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wtype-limits"
11131 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11132 /* end confdefs.h. */
11133 int __cdecl mainCRTStartup(void) { return 0; }
11135 if ac_fn_c_try_link "$LINENO"
11137 ac_cv_crosscflags__Wtype_limits=yes
11139 ac_cv_crosscflags__Wtype_limits=no
11141 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11142 conftest$ac_exeext conftest.$ac_ext
11143 CFLAGS=$ac_wine_try_cflags_saved
11144 CC=$ac_wine_try_cflags_saved_cc
11145 ac_exeext=$ac_wine_try_cflags_saved_exeext
11147 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wtype_limits" >&5
11148 printf "%s\n" "$ac_cv_crosscflags__Wtype_limits" >&6; }
11149 if test "x$ac_cv_crosscflags__Wtype_limits" = xyes
11151 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wtype-limits"
11153 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wunused-but-set-parameter" >&5
11154 printf %s "checking whether the cross-compiler supports -Wunused-but-set-parameter... " >&6; }
11155 if test ${ac_cv_crosscflags__Wunused_but_set_parameter+y}
11157 printf %s "(cached) " >&6
11159 ac_wine_try_cflags_saved=$CFLAGS
11160 ac_wine_try_cflags_saved_cc=$CC
11161 ac_wine_try_cflags_saved_exeext=$ac_exeext
11162 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wunused-but-set-parameter"
11165 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11166 /* end confdefs.h. */
11167 int __cdecl mainCRTStartup(void) { return 0; }
11169 if ac_fn_c_try_link "$LINENO"
11171 ac_cv_crosscflags__Wunused_but_set_parameter=yes
11173 ac_cv_crosscflags__Wunused_but_set_parameter=no
11175 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11176 conftest$ac_exeext conftest.$ac_ext
11177 CFLAGS=$ac_wine_try_cflags_saved
11178 CC=$ac_wine_try_cflags_saved_cc
11179 ac_exeext=$ac_wine_try_cflags_saved_exeext
11181 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wunused_but_set_parameter" >&5
11182 printf "%s\n" "$ac_cv_crosscflags__Wunused_but_set_parameter" >&6; }
11183 if test "x$ac_cv_crosscflags__Wunused_but_set_parameter" = xyes
11185 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wunused-but-set-parameter"
11187 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wvla" >&5
11188 printf %s "checking whether the cross-compiler supports -Wvla... " >&6; }
11189 if test ${ac_cv_crosscflags__Wvla+y}
11191 printf %s "(cached) " >&6
11193 ac_wine_try_cflags_saved=$CFLAGS
11194 ac_wine_try_cflags_saved_cc=$CC
11195 ac_wine_try_cflags_saved_exeext=$ac_exeext
11196 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wvla"
11199 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11200 /* end confdefs.h. */
11201 int __cdecl mainCRTStartup(void) { return 0; }
11203 if ac_fn_c_try_link "$LINENO"
11205 ac_cv_crosscflags__Wvla=yes
11207 ac_cv_crosscflags__Wvla=no
11209 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11210 conftest$ac_exeext conftest.$ac_ext
11211 CFLAGS=$ac_wine_try_cflags_saved
11212 CC=$ac_wine_try_cflags_saved_cc
11213 ac_exeext=$ac_wine_try_cflags_saved_exeext
11215 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wvla" >&5
11216 printf "%s\n" "$ac_cv_crosscflags__Wvla" >&6; }
11217 if test "x$ac_cv_crosscflags__Wvla" = xyes
11219 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wvla"
11221 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wwrite-strings" >&5
11222 printf %s "checking whether the cross-compiler supports -Wwrite-strings... " >&6; }
11223 if test ${ac_cv_crosscflags__Wwrite_strings+y}
11225 printf %s "(cached) " >&6
11227 ac_wine_try_cflags_saved=$CFLAGS
11228 ac_wine_try_cflags_saved_cc=$CC
11229 ac_wine_try_cflags_saved_exeext=$ac_exeext
11230 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wwrite-strings"
11233 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11234 /* end confdefs.h. */
11235 int __cdecl mainCRTStartup(void) { return 0; }
11237 if ac_fn_c_try_link "$LINENO"
11239 ac_cv_crosscflags__Wwrite_strings=yes
11241 ac_cv_crosscflags__Wwrite_strings=no
11243 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11244 conftest$ac_exeext conftest.$ac_ext
11245 CFLAGS=$ac_wine_try_cflags_saved
11246 CC=$ac_wine_try_cflags_saved_cc
11247 ac_exeext=$ac_wine_try_cflags_saved_exeext
11249 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wwrite_strings" >&5
11250 printf "%s\n" "$ac_cv_crosscflags__Wwrite_strings" >&6; }
11251 if test "x$ac_cv_crosscflags__Wwrite_strings" = xyes
11253 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wwrite-strings"
11255 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wpointer-arith" >&5
11256 printf %s "checking whether the cross-compiler supports -Wpointer-arith... " >&6; }
11257 if test ${ac_cv_crosscflags__Wpointer_arith+y}
11259 printf %s "(cached) " >&6
11261 ac_wine_try_cflags_saved=$CFLAGS
11262 ac_wine_try_cflags_saved_cc=$CC
11263 ac_wine_try_cflags_saved_exeext=$ac_exeext
11264 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wpointer-arith"
11267 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11268 /* end confdefs.h. */
11269 int __cdecl mainCRTStartup(void) { return 0; }
11271 if ac_fn_c_try_link "$LINENO"
11273 ac_cv_crosscflags__Wpointer_arith=yes
11275 ac_cv_crosscflags__Wpointer_arith=no
11277 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11278 conftest$ac_exeext conftest.$ac_ext
11279 CFLAGS=$ac_wine_try_cflags_saved
11280 CC=$ac_wine_try_cflags_saved_cc
11281 ac_exeext=$ac_wine_try_cflags_saved_exeext
11283 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wpointer_arith" >&5
11284 printf "%s\n" "$ac_cv_crosscflags__Wpointer_arith" >&6; }
11285 if test "x$ac_cv_crosscflags__Wpointer_arith" = xyes
11287 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wpointer-arith"
11289 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wlogical-op" >&5
11290 printf %s "checking whether the cross-compiler supports -Wlogical-op... " >&6; }
11291 if test ${ac_cv_crosscflags__Wlogical_op+y}
11293 printf %s "(cached) " >&6
11295 ac_wine_try_cflags_saved=$CFLAGS
11296 ac_wine_try_cflags_saved_cc=$CC
11297 ac_wine_try_cflags_saved_exeext=$ac_exeext
11298 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wlogical-op"
11301 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11302 /* end confdefs.h. */
11303 int __cdecl mainCRTStartup(void) { return 0; }
11305 if ac_fn_c_try_link "$LINENO"
11307 ac_cv_crosscflags__Wlogical_op=yes
11309 ac_cv_crosscflags__Wlogical_op=no
11311 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11312 conftest$ac_exeext conftest.$ac_ext
11313 CFLAGS=$ac_wine_try_cflags_saved
11314 CC=$ac_wine_try_cflags_saved_cc
11315 ac_exeext=$ac_wine_try_cflags_saved_exeext
11317 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wlogical_op" >&5
11318 printf "%s\n" "$ac_cv_crosscflags__Wlogical_op" >&6; }
11319 if test "x$ac_cv_crosscflags__Wlogical_op" = xyes
11321 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wlogical-op"
11323 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wabsolute-value" >&5
11324 printf %s "checking whether the cross-compiler supports -Wabsolute-value... " >&6; }
11325 if test ${ac_cv_crosscflags__Wabsolute_value+y}
11327 printf %s "(cached) " >&6
11329 ac_wine_try_cflags_saved=$CFLAGS
11330 ac_wine_try_cflags_saved_cc=$CC
11331 ac_wine_try_cflags_saved_exeext=$ac_exeext
11332 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wabsolute-value"
11335 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11336 /* end confdefs.h. */
11337 int __cdecl mainCRTStartup(void) { return 0; }
11339 if ac_fn_c_try_link "$LINENO"
11341 ac_cv_crosscflags__Wabsolute_value=yes
11343 ac_cv_crosscflags__Wabsolute_value=no
11345 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11346 conftest$ac_exeext conftest.$ac_ext
11347 CFLAGS=$ac_wine_try_cflags_saved
11348 CC=$ac_wine_try_cflags_saved_cc
11349 ac_exeext=$ac_wine_try_cflags_saved_exeext
11351 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wabsolute_value" >&5
11352 printf "%s\n" "$ac_cv_crosscflags__Wabsolute_value" >&6; }
11353 if test "x$ac_cv_crosscflags__Wabsolute_value" = xyes
11355 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wabsolute-value"
11359 *i[3456789]86*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -fno-omit-frame-pointer" >&5
11360 printf %s "checking whether the cross-compiler supports -fno-omit-frame-pointer... " >&6; }
11361 if test ${ac_cv_crosscflags__fno_omit_frame_pointer+y}
11363 printf %s "(cached) " >&6
11365 ac_wine_try_cflags_saved=$CFLAGS
11366 ac_wine_try_cflags_saved_cc=$CC
11367 ac_wine_try_cflags_saved_exeext=$ac_exeext
11368 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -fno-omit-frame-pointer"
11371 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11372 /* end confdefs.h. */
11373 int __cdecl mainCRTStartup(void) { return 0; }
11375 if ac_fn_c_try_link "$LINENO"
11377 ac_cv_crosscflags__fno_omit_frame_pointer=yes
11379 ac_cv_crosscflags__fno_omit_frame_pointer=no
11381 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11382 conftest$ac_exeext conftest.$ac_ext
11383 CFLAGS=$ac_wine_try_cflags_saved
11384 CC=$ac_wine_try_cflags_saved_cc
11385 ac_exeext=$ac_wine_try_cflags_saved_exeext
11387 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__fno_omit_frame_pointer" >&5
11388 printf "%s\n" "$ac_cv_crosscflags__fno_omit_frame_pointer" >&6; }
11389 if test "x$ac_cv_crosscflags__fno_omit_frame_pointer" = xyes
11391 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -fno-omit-frame-pointer"
11393 x86_64) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wno-format" >&5
11394 printf %s "checking whether the cross-compiler supports -Wno-format... " >&6; }
11395 if test ${ac_cv_crosscflags__Wno_format+y}
11397 printf %s "(cached) " >&6
11399 ac_wine_try_cflags_saved=$CFLAGS
11400 ac_wine_try_cflags_saved_cc=$CC
11401 ac_wine_try_cflags_saved_exeext=$ac_exeext
11402 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wno-format"
11405 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11406 /* end confdefs.h. */
11407 int __cdecl mainCRTStartup(void) { return 0; }
11409 if ac_fn_c_try_link "$LINENO"
11411 ac_cv_crosscflags__Wno_format=yes
11413 ac_cv_crosscflags__Wno_format=no
11415 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11416 conftest$ac_exeext conftest.$ac_ext
11417 CFLAGS=$ac_wine_try_cflags_saved
11418 CC=$ac_wine_try_cflags_saved_cc
11419 ac_exeext=$ac_wine_try_cflags_saved_exeext
11421 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wno_format" >&5
11422 printf "%s\n" "$ac_cv_crosscflags__Wno_format" >&6; }
11423 if test "x$ac_cv_crosscflags__Wno_format" = xyes
11425 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wno-format"
11427 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wformat-overflow" >&5
11428 printf %s "checking whether the cross-compiler supports -Wformat-overflow... " >&6; }
11429 if test ${ac_cv_crosscflags__Wformat_overflow+y}
11431 printf %s "(cached) " >&6
11433 ac_wine_try_cflags_saved=$CFLAGS
11434 ac_wine_try_cflags_saved_cc=$CC
11435 ac_wine_try_cflags_saved_exeext=$ac_exeext
11436 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wformat-overflow"
11439 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11440 /* end confdefs.h. */
11441 int __cdecl mainCRTStartup(void) { return 0; }
11443 if ac_fn_c_try_link "$LINENO"
11445 ac_cv_crosscflags__Wformat_overflow=yes
11447 ac_cv_crosscflags__Wformat_overflow=no
11449 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11450 conftest$ac_exeext conftest.$ac_ext
11451 CFLAGS=$ac_wine_try_cflags_saved
11452 CC=$ac_wine_try_cflags_saved_cc
11453 ac_exeext=$ac_wine_try_cflags_saved_exeext
11455 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wformat_overflow" >&5
11456 printf "%s\n" "$ac_cv_crosscflags__Wformat_overflow" >&6; }
11457 if test "x$ac_cv_crosscflags__Wformat_overflow" = xyes
11459 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wformat-overflow"
11461 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wnonnull" >&5
11462 printf %s "checking whether the cross-compiler supports -Wnonnull... " >&6; }
11463 if test ${ac_cv_crosscflags__Wnonnull+y}
11465 printf %s "(cached) " >&6
11467 ac_wine_try_cflags_saved=$CFLAGS
11468 ac_wine_try_cflags_saved_cc=$CC
11469 ac_wine_try_cflags_saved_exeext=$ac_exeext
11470 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wnonnull"
11473 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11474 /* end confdefs.h. */
11475 int __cdecl mainCRTStartup(void) { return 0; }
11477 if ac_fn_c_try_link "$LINENO"
11479 ac_cv_crosscflags__Wnonnull=yes
11481 ac_cv_crosscflags__Wnonnull=no
11483 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11484 conftest$ac_exeext conftest.$ac_ext
11485 CFLAGS=$ac_wine_try_cflags_saved
11486 CC=$ac_wine_try_cflags_saved_cc
11487 ac_exeext=$ac_wine_try_cflags_saved_exeext
11489 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wnonnull" >&5
11490 printf "%s\n" "$ac_cv_crosscflags__Wnonnull" >&6; }
11491 if test "x$ac_cv_crosscflags__Wnonnull" = xyes
11493 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wnonnull"
11495 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -mcx16" >&5
11496 printf %s "checking whether the cross-compiler supports -mcx16... " >&6; }
11497 if test ${ac_cv_crosscflags__mcx16+y}
11499 printf %s "(cached) " >&6
11501 ac_wine_try_cflags_saved=$CFLAGS
11502 ac_wine_try_cflags_saved_cc=$CC
11503 ac_wine_try_cflags_saved_exeext=$ac_exeext
11504 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -mcx16"
11507 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11508 /* end confdefs.h. */
11509 int __cdecl mainCRTStartup(void) { return 0; }
11511 if ac_fn_c_try_link "$LINENO"
11513 ac_cv_crosscflags__mcx16=yes
11515 ac_cv_crosscflags__mcx16=no
11517 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11518 conftest$ac_exeext conftest.$ac_ext
11519 CFLAGS=$ac_wine_try_cflags_saved
11520 CC=$ac_wine_try_cflags_saved_cc
11521 ac_exeext=$ac_wine_try_cflags_saved_exeext
11523 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__mcx16" >&5
11524 printf "%s\n" "$ac_cv_crosscflags__mcx16" >&6; }
11525 if test "x$ac_cv_crosscflags__mcx16" = xyes
11527 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -mcx16"
11529 aarch64) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wno-format" >&5
11530 printf %s "checking whether the cross-compiler supports -Wno-format... " >&6; }
11531 if test ${ac_cv_crosscflags__Wno_format+y}
11533 printf %s "(cached) " >&6
11535 ac_wine_try_cflags_saved=$CFLAGS
11536 ac_wine_try_cflags_saved_cc=$CC
11537 ac_wine_try_cflags_saved_exeext=$ac_exeext
11538 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wno-format"
11541 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11542 /* end confdefs.h. */
11543 int __cdecl mainCRTStartup(void) { return 0; }
11545 if ac_fn_c_try_link "$LINENO"
11547 ac_cv_crosscflags__Wno_format=yes
11549 ac_cv_crosscflags__Wno_format=no
11551 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11552 conftest$ac_exeext conftest.$ac_ext
11553 CFLAGS=$ac_wine_try_cflags_saved
11554 CC=$ac_wine_try_cflags_saved_cc
11555 ac_exeext=$ac_wine_try_cflags_saved_exeext
11557 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wno_format" >&5
11558 printf "%s\n" "$ac_cv_crosscflags__Wno_format" >&6; }
11559 if test "x$ac_cv_crosscflags__Wno_format" = xyes
11561 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wno-format"
11566 if test -z "$CROSSDEBUG"
11568 for ac_flag in $CROSSCFLAGS; do
11570 -gdwarf*) CROSSDEBUG=dwarf ;;
11571 -gcodeview) CROSSDEBUG=pdb ;;
11572 -g) CROSSDEBUG=${CROSSDEBUG:-dwarf} ;;
11577 ac_debug_format_seen=""
11578 for ac_flag in $CROSSCFLAGS; do
11580 -gdwarf*|-gcodeview) ac_debug_format_seen=$ac_flag ;;
11583 if test "x$ac_debug_format_seen" = x
11585 case $CROSSDEBUG in
11586 *dwarf) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -gdwarf-4" >&5
11587 printf %s "checking whether the cross-compiler supports -gdwarf-4... " >&6; }
11588 if test ${ac_cv_crosscflags__gdwarf_4+y}
11590 printf %s "(cached) " >&6
11592 ac_wine_try_cflags_saved=$CFLAGS
11593 ac_wine_try_cflags_saved_cc=$CC
11594 ac_wine_try_cflags_saved_exeext=$ac_exeext
11595 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -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 ac_cv_crosscflags__gdwarf_4=yes
11606 ac_cv_crosscflags__gdwarf_4=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 CC=$ac_wine_try_cflags_saved_cc
11612 ac_exeext=$ac_wine_try_cflags_saved_exeext
11614 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__gdwarf_4" >&5
11615 printf "%s\n" "$ac_cv_crosscflags__gdwarf_4" >&6; }
11616 if test "x$ac_cv_crosscflags__gdwarf_4" = xyes
11618 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -gdwarf-4"
11620 pdb) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -gcodeview" >&5
11621 printf %s "checking whether the cross-compiler supports -gcodeview... " >&6; }
11622 if test ${ac_cv_crosscflags__gcodeview+y}
11624 printf %s "(cached) " >&6
11626 ac_wine_try_cflags_saved=$CFLAGS
11627 ac_wine_try_cflags_saved_cc=$CC
11628 ac_wine_try_cflags_saved_exeext=$ac_exeext
11629 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -gcodeview"
11632 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11633 /* end confdefs.h. */
11634 int __cdecl mainCRTStartup(void) { return 0; }
11636 if ac_fn_c_try_link "$LINENO"
11638 ac_cv_crosscflags__gcodeview=yes
11640 ac_cv_crosscflags__gcodeview=no
11642 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11643 conftest$ac_exeext conftest.$ac_ext
11644 CFLAGS=$ac_wine_try_cflags_saved
11645 CC=$ac_wine_try_cflags_saved_cc
11646 ac_exeext=$ac_wine_try_cflags_saved_exeext
11648 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__gcodeview" >&5
11649 printf "%s\n" "$ac_cv_crosscflags__gcodeview" >&6; }
11650 if test "x$ac_cv_crosscflags__gcodeview" = xyes
11652 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -gcodeview"
11657 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -fexcess-precision=standard" >&5
11658 printf %s "checking whether the cross-compiler supports -fexcess-precision=standard... " >&6; }
11659 if test ${ac_cv_crosscflags__fexcess_precision_standard+y}
11661 printf %s "(cached) " >&6
11663 ac_wine_try_cflags_saved=$CFLAGS
11664 ac_wine_try_cflags_saved_cc=$CC
11665 ac_wine_try_cflags_saved_exeext=$ac_exeext
11666 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -fexcess-precision=standard"
11669 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11670 /* end confdefs.h. */
11671 int __cdecl mainCRTStartup(void) { return 0; }
11673 if ac_fn_c_try_link "$LINENO"
11675 ac_cv_crosscflags__fexcess_precision_standard=yes
11677 ac_cv_crosscflags__fexcess_precision_standard=no
11679 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11680 conftest$ac_exeext conftest.$ac_ext
11681 CFLAGS=$ac_wine_try_cflags_saved
11682 CC=$ac_wine_try_cflags_saved_cc
11683 ac_exeext=$ac_wine_try_cflags_saved_exeext
11685 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__fexcess_precision_standard" >&5
11686 printf "%s\n" "$ac_cv_crosscflags__fexcess_precision_standard" >&6; }
11687 if test "x$ac_cv_crosscflags__fexcess_precision_standard" = xyes
11689 EXCESS_PRECISION_CFLAGS="-fexcess-precision=standard"
11693 if test "x$enable_werror" = "xyes"
11695 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Werror" >&5
11696 printf %s "checking whether the cross-compiler supports -Werror... " >&6; }
11697 if test ${ac_cv_crosscflags__Werror+y}
11699 printf %s "(cached) " >&6
11701 ac_wine_try_cflags_saved=$CFLAGS
11702 ac_wine_try_cflags_saved_cc=$CC
11703 ac_wine_try_cflags_saved_exeext=$ac_exeext
11704 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Werror"
11707 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11708 /* end confdefs.h. */
11709 int __cdecl mainCRTStartup(void) { return 0; }
11711 if ac_fn_c_try_link "$LINENO"
11713 ac_cv_crosscflags__Werror=yes
11715 ac_cv_crosscflags__Werror=no
11717 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11718 conftest$ac_exeext conftest.$ac_ext
11719 CFLAGS=$ac_wine_try_cflags_saved
11720 CC=$ac_wine_try_cflags_saved_cc
11721 ac_exeext=$ac_wine_try_cflags_saved_exeext
11723 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Werror" >&5
11724 printf "%s\n" "$ac_cv_crosscflags__Werror" >&6; }
11725 if test "x$ac_cv_crosscflags__Werror" = xyes
11727 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Werror"
11730 if test "x$enable_build_id" = "xyes"
11732 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wl,--build-id" >&5
11733 printf %s "checking whether the cross-compiler supports -Wl,--build-id... " >&6; }
11734 if test ${ac_cv_crosscflags__Wl___build_id+y}
11736 printf %s "(cached) " >&6
11738 ac_wine_try_cflags_saved=$CFLAGS
11739 ac_wine_try_cflags_saved_cc=$CC
11740 ac_wine_try_cflags_saved_exeext=$ac_exeext
11741 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wl,--build-id"
11744 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11745 /* end confdefs.h. */
11746 int __cdecl mainCRTStartup(void) { return 0; }
11748 if ac_fn_c_try_link "$LINENO"
11750 ac_cv_crosscflags__Wl___build_id=yes
11752 ac_cv_crosscflags__Wl___build_id=no
11754 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11755 conftest$ac_exeext conftest.$ac_ext
11756 CFLAGS=$ac_wine_try_cflags_saved
11757 CC=$ac_wine_try_cflags_saved_cc
11758 ac_exeext=$ac_wine_try_cflags_saved_exeext
11760 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wl___build_id" >&5
11761 printf "%s\n" "$ac_cv_crosscflags__Wl___build_id" >&6; }
11762 if test "x$ac_cv_crosscflags__Wl___build_id" = xyes
11764 CROSSCFLAGS="$CROSSCFLAGS -Wl,--build-id"
11765 CROSSLDFLAGS="$CROSSLDFLAGS -Wl,--build-id"
11769 CFLAGS=$saved_CFLAGS
11770 LDFLAGS=$saved_LDFLAGS
11774 if test "x$CROSSTARGET" = "x"
11776 case "x$with_mingw" in
11777 x) as_fn_append wine_notices "|MinGW compiler not found, cross-compiling PE files won't be supported." ;;
11779 *) as_fn_error $? "MinGW compiler not found, cross-compiling PE files won't be supported.
11780 This is an error since --with-mingw was requested." "$LINENO" 5 ;;
11786 aarch64*) test "x$CROSSTARGET" != x || as_fn_error $? "PE cross-compilation is required for ARM64, please install clang/llvm-dlltool/lld, or llvm-mingw." "$LINENO" 5 ;;
11790 if test "x$with_system_dllpath" != "x" -a "$CROSSCC" != "false"
11792 case "$host_cpu" in
11794 ac_prefix_list="i686-w64-mingw32-pkg-config i586-w64-mingw32-pkg-config i486-w64-mingw32-pkg-config i386-w64-mingw32-pkg-config " ;;
11796 ac_prefix_list="$host_cpu-w64-mingw32-pkg-config" ;;
11798 for ac_prog in $ac_prefix_list
11800 # Extract the first word of "$ac_prog", so it can be a program name with args.
11801 set dummy $ac_prog; ac_word=$2
11802 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11803 printf %s "checking for $ac_word... " >&6; }
11804 if test ${ac_cv_prog_MINGW_PKG_CONFIG+y}
11806 printf %s "(cached) " >&6
11808 if test -n "$MINGW_PKG_CONFIG"; then
11809 ac_cv_prog_MINGW_PKG_CONFIG="$MINGW_PKG_CONFIG" # Let the user override the test.
11811 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11812 for as_dir in $PATH
11815 case $as_dir in #(((
11818 *) as_dir=$as_dir/ ;;
11820 for ac_exec_ext in '' $ac_executable_extensions; do
11821 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
11822 ac_cv_prog_MINGW_PKG_CONFIG="$ac_prog"
11823 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
11832 MINGW_PKG_CONFIG=$ac_cv_prog_MINGW_PKG_CONFIG
11833 if test -n "$MINGW_PKG_CONFIG"; then
11834 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MINGW_PKG_CONFIG" >&5
11835 printf "%s\n" "$MINGW_PKG_CONFIG" >&6; }
11837 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
11838 printf "%s\n" "no" >&6; }
11842 test -n "$MINGW_PKG_CONFIG" && break
11844 test -n "$MINGW_PKG_CONFIG" || MINGW_PKG_CONFIG="false"
11846 if ${FAUDIO_PE_CFLAGS:+false} :
11848 if test ${MINGW_PKG_CONFIG+y}
11850 FAUDIO_PE_CFLAGS=`$MINGW_PKG_CONFIG --cflags FAudio
2>/dev
/null
`
11853 if ${FAUDIO_PE_LIBS:+false} :
11855 if test ${MINGW_PKG_CONFIG+y}
11857 FAUDIO_PE_LIBS=`$MINGW_PKG_CONFIG --libs FAudio
2>/dev
/null
`
11860 FAUDIO_PE_LIBS=${FAUDIO_PE_LIBS:-"-lFAudio"}
11861 ac_save_CPPFLAGS=$CPPFLAGS
11862 CPPFLAGS="$CPPFLAGS $FAUDIO_PE_CFLAGS"
11863 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MinGW FAudio.h" >&5
11864 printf %s "checking for MinGW FAudio.h... " >&6; }
11865 if test ${ac_cv_mingw_header_FAudio_h+y}
11867 printf %s "(cached) " >&6
11869 ac_wine_check_headers_saved_cc=$CC
11870 ac_wine_check_headers_saved_exeext=$ac_exeext
11873 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11874 /* end confdefs.h. */
11876 #include <FAudio.h>
11885 if ac_fn_c_try_compile "$LINENO"
11887 ac_cv_mingw_header_FAudio_h=yes
11889 ac_cv_mingw_header_FAudio_h=no
11891 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
11892 CC=$ac_wine_check_headers_saved_cc
11893 ac_exeext=$ac_wine_check_headers_saved_exeext
11895 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_header_FAudio_h" >&5
11896 printf "%s\n" "$ac_cv_mingw_header_FAudio_h" >&6; }
11897 if test "x$ac_cv_mingw_header_FAudio_h" = xyes
11899 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for FAudio_CommitOperationSet in MinGW -lFAudio" >&5
11900 printf %s "checking for FAudio_CommitOperationSet in MinGW -lFAudio... " >&6; }
11901 if test ${ac_cv_mingw_lib_FAudio+y}
11903 printf %s "(cached) " >&6
11905 ac_wine_check_headers_saved_cc=$CC
11906 ac_wine_check_headers_saved_exeext=$ac_exeext
11907 ac_wine_check_headers_saved_libs=$LIBS
11910 LIBS="-lFAudio $FAUDIO_PE_LIBS $LIBS"
11911 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11912 /* end confdefs.h. */
11914 /* Override any GCC internal prototype to avoid an error.
11915 Use char because int might match the return type of a GCC
11916 builtin and then its argument prototype would still apply. */
11917 char FAudio_CommitOperationSet ();
11921 return FAudio_CommitOperationSet ();
11926 if ac_fn_c_try_link "$LINENO"
11928 ac_cv_mingw_lib_FAudio=yes
11930 ac_cv_mingw_lib_FAudio=no
11932 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11933 conftest$ac_exeext conftest.$ac_ext
11934 CC=$ac_wine_check_headers_saved_cc
11935 ac_exeext=$ac_wine_check_headers_saved_exeext
11936 LIBS=$ac_wine_check_headers_saved_libs
11938 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_lib_FAudio" >&5
11939 printf "%s\n" "$ac_cv_mingw_lib_FAudio" >&6; }
11940 if test "x$ac_cv_mingw_lib_FAudio" = xyes
11944 FAUDIO_PE_CFLAGS=""; FAUDIO_PE_LIBS=""
11947 FAUDIO_PE_CFLAGS=""; FAUDIO_PE_LIBS=""
11949 CPPFLAGS=$ac_save_CPPFLAGS
11951 if test "x$FAUDIO_PE_LIBS" = "x"
11953 as_fn_append wine_notices "|FAudio ${notice_platform}MinGW development files not found (or too old); using bundled version."
11956 if ${JPEG_PE_CFLAGS:+false} :
11958 if test ${MINGW_PKG_CONFIG+y}
11960 JPEG_PE_CFLAGS=`$MINGW_PKG_CONFIG --cflags libjpeg
2>/dev
/null
`
11963 if ${JPEG_PE_LIBS:+false} :
11965 if test ${MINGW_PKG_CONFIG+y}
11967 JPEG_PE_LIBS=`$MINGW_PKG_CONFIG --libs libjpeg
2>/dev
/null
`
11971 ac_save_CPPFLAGS=$CPPFLAGS
11972 CPPFLAGS="$CPPFLAGS $JPEG_PE_CFLAGS"
11973 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MinGW jpeglib.h" >&5
11974 printf %s "checking for MinGW jpeglib.h... " >&6; }
11975 if test ${ac_cv_mingw_header_jpeglib_h+y}
11977 printf %s "(cached) " >&6
11979 ac_wine_check_headers_saved_cc=$CC
11980 ac_wine_check_headers_saved_exeext=$ac_exeext
11983 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11984 /* end confdefs.h. */
11985 #include <stddef.h>
11987 #include <jpeglib.h>
11996 if ac_fn_c_try_compile "$LINENO"
11998 ac_cv_mingw_header_jpeglib_h=yes
12000 ac_cv_mingw_header_jpeglib_h=no
12002 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
12003 CC=$ac_wine_check_headers_saved_cc
12004 ac_exeext=$ac_wine_check_headers_saved_exeext
12006 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_header_jpeglib_h" >&5
12007 printf "%s\n" "$ac_cv_mingw_header_jpeglib_h" >&6; }
12008 if test "x$ac_cv_mingw_header_jpeglib_h" = xyes
12010 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for jpeg_start_decompress in MinGW -ljpeg" >&5
12011 printf %s "checking for jpeg_start_decompress in MinGW -ljpeg... " >&6; }
12012 if test ${ac_cv_mingw_lib_jpeg+y}
12014 printf %s "(cached) " >&6
12016 ac_wine_check_headers_saved_cc=$CC
12017 ac_wine_check_headers_saved_exeext=$ac_exeext
12018 ac_wine_check_headers_saved_libs=$LIBS
12021 LIBS="-ljpeg $JPEG_PE_LIBS $LIBS"
12022 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12023 /* end confdefs.h. */
12025 /* Override any GCC internal prototype to avoid an error.
12026 Use char because int might match the return type of a GCC
12027 builtin and then its argument prototype would still apply. */
12028 char jpeg_start_decompress ();
12032 return jpeg_start_decompress ();
12037 if ac_fn_c_try_link "$LINENO"
12039 ac_cv_mingw_lib_jpeg=yes
12041 ac_cv_mingw_lib_jpeg=no
12043 rm -f core conftest.err conftest.$ac_objext conftest.beam \
12044 conftest$ac_exeext conftest.$ac_ext
12045 CC=$ac_wine_check_headers_saved_cc
12046 ac_exeext=$ac_wine_check_headers_saved_exeext
12047 LIBS=$ac_wine_check_headers_saved_libs
12049 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_lib_jpeg" >&5
12050 printf "%s\n" "$ac_cv_mingw_lib_jpeg" >&6; }
12051 if test "x$ac_cv_mingw_lib_jpeg" = xyes
12055 JPEG_PE_CFLAGS=""; JPEG_PE_LIBS=""
12058 JPEG_PE_CFLAGS=""; JPEG_PE_LIBS=""
12060 CPPFLAGS=$ac_save_CPPFLAGS
12062 if test "x$JPEG_PE_LIBS" = "x"
12064 as_fn_append wine_notices "|libjpeg ${notice_platform}MinGW development files not found; using bundled version."
12067 if ${LCMS2_PE_CFLAGS:+false} :
12069 if test ${MINGW_PKG_CONFIG+y}
12071 LCMS2_PE_CFLAGS=`$MINGW_PKG_CONFIG --cflags lcms2
2>/dev
/null
`
12074 if ${LCMS2_PE_LIBS:+false} :
12076 if test ${MINGW_PKG_CONFIG+y}
12078 LCMS2_PE_LIBS=`$MINGW_PKG_CONFIG --libs lcms2
2>/dev
/null
`
12081 LCMS2_PE_LIBS=${LCMS2_PE_LIBS:-"-llcms2"}
12082 ac_save_CPPFLAGS=$CPPFLAGS
12083 CPPFLAGS="$CPPFLAGS $LCMS2_PE_CFLAGS"
12084 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MinGW lcms2.h" >&5
12085 printf %s "checking for MinGW lcms2.h... " >&6; }
12086 if test ${ac_cv_mingw_header_lcms2_h+y}
12088 printf %s "(cached) " >&6
12090 ac_wine_check_headers_saved_cc=$CC
12091 ac_wine_check_headers_saved_exeext=$ac_exeext
12094 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12095 /* end confdefs.h. */
12106 if ac_fn_c_try_compile "$LINENO"
12108 ac_cv_mingw_header_lcms2_h=yes
12110 ac_cv_mingw_header_lcms2_h=no
12112 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
12113 CC=$ac_wine_check_headers_saved_cc
12114 ac_exeext=$ac_wine_check_headers_saved_exeext
12116 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_header_lcms2_h" >&5
12117 printf "%s\n" "$ac_cv_mingw_header_lcms2_h" >&6; }
12118 if test "x$ac_cv_mingw_header_lcms2_h" = xyes
12120 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in MinGW -llcms2" >&5
12121 printf %s "checking for cmsOpenProfileFromFile in MinGW -llcms2... " >&6; }
12122 if test ${ac_cv_mingw_lib_lcms2+y}
12124 printf %s "(cached) " >&6
12126 ac_wine_check_headers_saved_cc=$CC
12127 ac_wine_check_headers_saved_exeext=$ac_exeext
12128 ac_wine_check_headers_saved_libs=$LIBS
12131 LIBS="-llcms2 $LCMS2_PE_LIBS $LIBS"
12132 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12133 /* end confdefs.h. */
12135 /* Override any GCC internal prototype to avoid an error.
12136 Use char because int might match the return type of a GCC
12137 builtin and then its argument prototype would still apply. */
12138 char cmsOpenProfileFromFile ();
12142 return cmsOpenProfileFromFile ();
12147 if ac_fn_c_try_link "$LINENO"
12149 ac_cv_mingw_lib_lcms2=yes
12151 ac_cv_mingw_lib_lcms2=no
12153 rm -f core conftest.err conftest.$ac_objext conftest.beam \
12154 conftest$ac_exeext conftest.$ac_ext
12155 CC=$ac_wine_check_headers_saved_cc
12156 ac_exeext=$ac_wine_check_headers_saved_exeext
12157 LIBS=$ac_wine_check_headers_saved_libs
12159 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_lib_lcms2" >&5
12160 printf "%s\n" "$ac_cv_mingw_lib_lcms2" >&6; }
12161 if test "x$ac_cv_mingw_lib_lcms2" = xyes
12165 LCMS2_PE_CFLAGS=""; LCMS2_PE_LIBS=""
12168 LCMS2_PE_CFLAGS=""; LCMS2_PE_LIBS=""
12170 CPPFLAGS=$ac_save_CPPFLAGS
12172 if test "x$LCMS2_PE_LIBS" = "x"
12174 as_fn_append wine_notices "|liblcms2 ${notice_platform}MinGW development files not found; using bundled version."
12177 if ${MPG123_PE_CFLAGS:+false} :
12179 if test ${MINGW_PKG_CONFIG+y}
12181 MPG123_PE_CFLAGS=`$MINGW_PKG_CONFIG --cflags libmpg123
2>/dev
/null
`
12184 if ${MPG123_PE_LIBS:+false} :
12186 if test ${MINGW_PKG_CONFIG+y}
12188 MPG123_PE_LIBS=`$MINGW_PKG_CONFIG --libs libmpg123
2>/dev
/null
`
12191 MPG123_PE_LIBS=${MPG123_PE_LIBS:-"-lmpg123"}
12192 ac_save_CPPFLAGS=$CPPFLAGS
12193 CPPFLAGS="$CPPFLAGS $MPG123_PE_CFLAGS"
12194 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MinGW mpg123.h" >&5
12195 printf %s "checking for MinGW mpg123.h... " >&6; }
12196 if test ${ac_cv_mingw_header_mpg123_h+y}
12198 printf %s "(cached) " >&6
12200 ac_wine_check_headers_saved_cc=$CC
12201 ac_wine_check_headers_saved_exeext=$ac_exeext
12204 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12205 /* end confdefs.h. */
12207 #include <mpg123.h>
12216 if ac_fn_c_try_compile "$LINENO"
12218 ac_cv_mingw_header_mpg123_h=yes
12220 ac_cv_mingw_header_mpg123_h=no
12222 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
12223 CC=$ac_wine_check_headers_saved_cc
12224 ac_exeext=$ac_wine_check_headers_saved_exeext
12226 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_header_mpg123_h" >&5
12227 printf "%s\n" "$ac_cv_mingw_header_mpg123_h" >&6; }
12228 if test "x$ac_cv_mingw_header_mpg123_h" = xyes
12230 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in MinGW -lmpg123" >&5
12231 printf %s "checking for mpg123_feed in MinGW -lmpg123... " >&6; }
12232 if test ${ac_cv_mingw_lib_mpg123+y}
12234 printf %s "(cached) " >&6
12236 ac_wine_check_headers_saved_cc=$CC
12237 ac_wine_check_headers_saved_exeext=$ac_exeext
12238 ac_wine_check_headers_saved_libs=$LIBS
12241 LIBS="-lmpg123 $MPG123_PE_LIBS $LIBS"
12242 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12243 /* end confdefs.h. */
12245 /* Override any GCC internal prototype to avoid an error.
12246 Use char because int might match the return type of a GCC
12247 builtin and then its argument prototype would still apply. */
12248 char mpg123_feed ();
12252 return mpg123_feed ();
12257 if ac_fn_c_try_link "$LINENO"
12259 ac_cv_mingw_lib_mpg123=yes
12261 ac_cv_mingw_lib_mpg123=no
12263 rm -f core conftest.err conftest.$ac_objext conftest.beam \
12264 conftest$ac_exeext conftest.$ac_ext
12265 CC=$ac_wine_check_headers_saved_cc
12266 ac_exeext=$ac_wine_check_headers_saved_exeext
12267 LIBS=$ac_wine_check_headers_saved_libs
12269 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_lib_mpg123" >&5
12270 printf "%s\n" "$ac_cv_mingw_lib_mpg123" >&6; }
12271 if test "x$ac_cv_mingw_lib_mpg123" = xyes
12275 MPG123_PE_CFLAGS=""; MPG123_PE_LIBS=""
12278 MPG123_PE_CFLAGS=""; MPG123_PE_LIBS=""
12280 CPPFLAGS=$ac_save_CPPFLAGS
12282 if test "x$MPG123_PE_LIBS" = "x"
12284 as_fn_append wine_notices "|libmpg123 ${notice_platform}MinGW development files not found (or too old); using bundled version."
12287 if ${PNG_PE_CFLAGS:+false} :
12289 if test ${MINGW_PKG_CONFIG+y}
12291 PNG_PE_CFLAGS=`$MINGW_PKG_CONFIG --cflags libpng
2>/dev
/null
`
12294 if ${PNG_PE_LIBS:+false} :
12296 if test ${MINGW_PKG_CONFIG+y}
12298 PNG_PE_LIBS=`$MINGW_PKG_CONFIG --libs libpng
2>/dev
/null
`
12302 ac_save_CPPFLAGS=$CPPFLAGS
12303 CPPFLAGS="$CPPFLAGS $PNG_PE_CFLAGS"
12304 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MinGW png.h" >&5
12305 printf %s "checking for MinGW png.h... " >&6; }
12306 if test ${ac_cv_mingw_header_png_h+y}
12308 printf %s "(cached) " >&6
12310 ac_wine_check_headers_saved_cc=$CC
12311 ac_wine_check_headers_saved_exeext=$ac_exeext
12314 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12315 /* end confdefs.h. */
12326 if ac_fn_c_try_compile "$LINENO"
12328 ac_cv_mingw_header_png_h=yes
12330 ac_cv_mingw_header_png_h=no
12332 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
12333 CC=$ac_wine_check_headers_saved_cc
12334 ac_exeext=$ac_wine_check_headers_saved_exeext
12336 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_header_png_h" >&5
12337 printf "%s\n" "$ac_cv_mingw_header_png_h" >&6; }
12338 if test "x$ac_cv_mingw_header_png_h" = xyes
12340 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for png_create_read_struct in MinGW -lpng" >&5
12341 printf %s "checking for png_create_read_struct in MinGW -lpng... " >&6; }
12342 if test ${ac_cv_mingw_lib_png+y}
12344 printf %s "(cached) " >&6
12346 ac_wine_check_headers_saved_cc=$CC
12347 ac_wine_check_headers_saved_exeext=$ac_exeext
12348 ac_wine_check_headers_saved_libs=$LIBS
12351 LIBS="-lpng $PNG_PE_LIBS $LIBS"
12352 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12353 /* end confdefs.h. */
12355 /* Override any GCC internal prototype to avoid an error.
12356 Use char because int might match the return type of a GCC
12357 builtin and then its argument prototype would still apply. */
12358 char png_create_read_struct ();
12362 return png_create_read_struct ();
12367 if ac_fn_c_try_link "$LINENO"
12369 ac_cv_mingw_lib_png=yes
12371 ac_cv_mingw_lib_png=no
12373 rm -f core conftest.err conftest.$ac_objext conftest.beam \
12374 conftest$ac_exeext conftest.$ac_ext
12375 CC=$ac_wine_check_headers_saved_cc
12376 ac_exeext=$ac_wine_check_headers_saved_exeext
12377 LIBS=$ac_wine_check_headers_saved_libs
12379 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_lib_png" >&5
12380 printf "%s\n" "$ac_cv_mingw_lib_png" >&6; }
12381 if test "x$ac_cv_mingw_lib_png" = xyes
12385 PNG_PE_CFLAGS=""; PNG_PE_LIBS=""
12388 PNG_PE_CFLAGS=""; PNG_PE_LIBS=""
12390 CPPFLAGS=$ac_save_CPPFLAGS
12392 if test "x$PNG_PE_LIBS" = "x"
12394 as_fn_append wine_notices "|libpng ${notice_platform}MinGW development files not found; using bundled version."
12397 if ${TIFF_PE_CFLAGS:+false} :
12399 if test ${MINGW_PKG_CONFIG+y}
12401 TIFF_PE_CFLAGS=`$MINGW_PKG_CONFIG --cflags libtiff-4
2>/dev
/null
`
12404 if ${TIFF_PE_LIBS:+false} :
12406 if test ${MINGW_PKG_CONFIG+y}
12408 TIFF_PE_LIBS=`$MINGW_PKG_CONFIG --libs libtiff-4
2>/dev
/null
`
12412 ac_save_CPPFLAGS=$CPPFLAGS
12413 CPPFLAGS="$CPPFLAGS $TIFF_PE_CFLAGS"
12414 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MinGW tiffio.h" >&5
12415 printf %s "checking for MinGW tiffio.h... " >&6; }
12416 if test ${ac_cv_mingw_header_tiffio_h+y}
12418 printf %s "(cached) " >&6
12420 ac_wine_check_headers_saved_cc=$CC
12421 ac_wine_check_headers_saved_exeext=$ac_exeext
12424 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12425 /* end confdefs.h. */
12427 #include <tiffio.h>
12436 if ac_fn_c_try_compile "$LINENO"
12438 ac_cv_mingw_header_tiffio_h=yes
12440 ac_cv_mingw_header_tiffio_h=no
12442 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
12443 CC=$ac_wine_check_headers_saved_cc
12444 ac_exeext=$ac_wine_check_headers_saved_exeext
12446 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_header_tiffio_h" >&5
12447 printf "%s\n" "$ac_cv_mingw_header_tiffio_h" >&6; }
12448 if test "x$ac_cv_mingw_header_tiffio_h" = xyes
12450 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for TIFFClientOpen in MinGW -ltiff" >&5
12451 printf %s "checking for TIFFClientOpen in MinGW -ltiff... " >&6; }
12452 if test ${ac_cv_mingw_lib_tiff+y}
12454 printf %s "(cached) " >&6
12456 ac_wine_check_headers_saved_cc=$CC
12457 ac_wine_check_headers_saved_exeext=$ac_exeext
12458 ac_wine_check_headers_saved_libs=$LIBS
12461 LIBS="-ltiff $TIFF_PE_LIBS $LIBS"
12462 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12463 /* end confdefs.h. */
12465 /* Override any GCC internal prototype to avoid an error.
12466 Use char because int might match the return type of a GCC
12467 builtin and then its argument prototype would still apply. */
12468 char TIFFClientOpen ();
12472 return TIFFClientOpen ();
12477 if ac_fn_c_try_link "$LINENO"
12479 ac_cv_mingw_lib_tiff=yes
12481 ac_cv_mingw_lib_tiff=no
12483 rm -f core conftest.err conftest.$ac_objext conftest.beam \
12484 conftest$ac_exeext conftest.$ac_ext
12485 CC=$ac_wine_check_headers_saved_cc
12486 ac_exeext=$ac_wine_check_headers_saved_exeext
12487 LIBS=$ac_wine_check_headers_saved_libs
12489 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_lib_tiff" >&5
12490 printf "%s\n" "$ac_cv_mingw_lib_tiff" >&6; }
12491 if test "x$ac_cv_mingw_lib_tiff" = xyes
12495 TIFF_PE_CFLAGS=""; TIFF_PE_LIBS=""
12498 TIFF_PE_CFLAGS=""; TIFF_PE_LIBS=""
12500 CPPFLAGS=$ac_save_CPPFLAGS
12502 if test "x$TIFF_PE_LIBS" = "x"
12504 as_fn_append wine_notices "|libtiff ${notice_platform}MinGW development files not found; using bundled version."
12507 if ${XML2_PE_CFLAGS:+false} :
12509 if test ${MINGW_PKG_CONFIG+y}
12511 XML2_PE_CFLAGS=`$MINGW_PKG_CONFIG --cflags libxml-2.0
2>/dev
/null
`
12514 if ${XML2_PE_LIBS:+false} :
12516 if test ${MINGW_PKG_CONFIG+y}
12518 XML2_PE_LIBS=`$MINGW_PKG_CONFIG --libs libxml-2.0
2>/dev
/null
`
12521 XML2_PE_LIBS=${XML2_PE_LIBS:-"-lxml2"}
12522 ac_save_CPPFLAGS=$CPPFLAGS
12523 CPPFLAGS="$CPPFLAGS $XML2_PE_CFLAGS"
12524 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MinGW libxml/parser.h" >&5
12525 printf %s "checking for MinGW libxml/parser.h... " >&6; }
12526 if test ${ac_cv_mingw_header_libxml_parser_h+y}
12528 printf %s "(cached) " >&6
12530 ac_wine_check_headers_saved_cc=$CC
12531 ac_wine_check_headers_saved_exeext=$ac_exeext
12534 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12535 /* end confdefs.h. */
12537 #include <libxml/parser.h>
12546 if ac_fn_c_try_compile "$LINENO"
12548 ac_cv_mingw_header_libxml_parser_h=yes
12550 ac_cv_mingw_header_libxml_parser_h=no
12552 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
12553 CC=$ac_wine_check_headers_saved_cc
12554 ac_exeext=$ac_wine_check_headers_saved_exeext
12556 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_header_libxml_parser_h" >&5
12557 printf "%s\n" "$ac_cv_mingw_header_libxml_parser_h" >&6; }
12558 if test "x$ac_cv_mingw_header_libxml_parser_h" = xyes
12562 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MinGW libxml/xmlsave.h" >&5
12563 printf %s "checking for MinGW libxml/xmlsave.h... " >&6; }
12564 if test ${ac_cv_mingw_header_libxml_xmlsave_h+y}
12566 printf %s "(cached) " >&6
12568 ac_wine_check_headers_saved_cc=$CC
12569 ac_wine_check_headers_saved_exeext=$ac_exeext
12572 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12573 /* end confdefs.h. */
12575 #include <libxml/xmlsave.h>
12584 if ac_fn_c_try_compile "$LINENO"
12586 ac_cv_mingw_header_libxml_xmlsave_h=yes
12588 ac_cv_mingw_header_libxml_xmlsave_h=no
12590 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
12591 CC=$ac_wine_check_headers_saved_cc
12592 ac_exeext=$ac_wine_check_headers_saved_exeext
12594 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_header_libxml_xmlsave_h" >&5
12595 printf "%s\n" "$ac_cv_mingw_header_libxml_xmlsave_h" >&6; }
12596 if test "x$ac_cv_mingw_header_libxml_xmlsave_h" = xyes
12600 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MinGW libxml/SAX2.h" >&5
12601 printf %s "checking for MinGW libxml/SAX2.h... " >&6; }
12602 if test ${ac_cv_mingw_header_libxml_SAX2_h+y}
12604 printf %s "(cached) " >&6
12606 ac_wine_check_headers_saved_cc=$CC
12607 ac_wine_check_headers_saved_exeext=$ac_exeext
12610 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12611 /* end confdefs.h. */
12613 #include <libxml/SAX2.h>
12622 if ac_fn_c_try_compile "$LINENO"
12624 ac_cv_mingw_header_libxml_SAX2_h=yes
12626 ac_cv_mingw_header_libxml_SAX2_h=no
12628 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
12629 CC=$ac_wine_check_headers_saved_cc
12630 ac_exeext=$ac_wine_check_headers_saved_exeext
12632 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_header_libxml_SAX2_h" >&5
12633 printf "%s\n" "$ac_cv_mingw_header_libxml_SAX2_h" >&6; }
12634 if test "x$ac_cv_mingw_header_libxml_SAX2_h" = xyes
12638 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"
12640 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for xmlFirstElementChild in MinGW -lxml2" >&5
12641 printf %s "checking for xmlFirstElementChild in MinGW -lxml2... " >&6; }
12642 if test ${ac_cv_mingw_lib_xml2+y}
12644 printf %s "(cached) " >&6
12646 ac_wine_check_headers_saved_cc=$CC
12647 ac_wine_check_headers_saved_exeext=$ac_exeext
12648 ac_wine_check_headers_saved_libs=$LIBS
12651 LIBS="-lxml2 $XML2_PE_LIBS $LIBS"
12652 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12653 /* end confdefs.h. */
12655 /* Override any GCC internal prototype to avoid an error.
12656 Use char because int might match the return type of a GCC
12657 builtin and then its argument prototype would still apply. */
12658 char xmlFirstElementChild ();
12662 return xmlFirstElementChild ();
12667 if ac_fn_c_try_link "$LINENO"
12669 ac_cv_mingw_lib_xml2=yes
12671 ac_cv_mingw_lib_xml2=no
12673 rm -f core conftest.err conftest.$ac_objext conftest.beam \
12674 conftest$ac_exeext conftest.$ac_ext
12675 CC=$ac_wine_check_headers_saved_cc
12676 ac_exeext=$ac_wine_check_headers_saved_exeext
12677 LIBS=$ac_wine_check_headers_saved_libs
12679 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_lib_xml2" >&5
12680 printf "%s\n" "$ac_cv_mingw_lib_xml2" >&6; }
12681 if test "x$ac_cv_mingw_lib_xml2" = xyes
12685 XML2_PE_CFLAGS=""; XML2_PE_LIBS=""
12691 CPPFLAGS=$ac_save_CPPFLAGS
12693 if test "x$XML2_PE_LIBS" = "x"
12695 as_fn_append wine_notices "|libxml2 ${notice_platform}MinGW development files not found (or too old); using bundled version."
12698 if ${XSLT_PE_CFLAGS:+false} :
12700 if test ${MINGW_PKG_CONFIG+y}
12702 XSLT_PE_CFLAGS=`$MINGW_PKG_CONFIG --cflags libxslt
2>/dev
/null
`
12705 if ${XSLT_PE_LIBS:+false} :
12707 if test ${MINGW_PKG_CONFIG+y}
12709 XSLT_PE_LIBS=`$MINGW_PKG_CONFIG --libs libxslt
2>/dev
/null
`
12712 XSLT_PE_LIBS=${XSLT_PE_LIBS:-"-lxslt"}
12713 ac_save_CPPFLAGS=$CPPFLAGS
12714 CPPFLAGS="$CPPFLAGS $XSLT_PE_CFLAGS"
12715 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MinGW libxslt/pattern.h" >&5
12716 printf %s "checking for MinGW libxslt/pattern.h... " >&6; }
12717 if test ${ac_cv_mingw_header_libxslt_pattern_h+y}
12719 printf %s "(cached) " >&6
12721 ac_wine_check_headers_saved_cc=$CC
12722 ac_wine_check_headers_saved_exeext=$ac_exeext
12725 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12726 /* end confdefs.h. */
12728 #include <libxslt/pattern.h>
12737 if ac_fn_c_try_compile "$LINENO"
12739 ac_cv_mingw_header_libxslt_pattern_h=yes
12741 ac_cv_mingw_header_libxslt_pattern_h=no
12743 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
12744 CC=$ac_wine_check_headers_saved_cc
12745 ac_exeext=$ac_wine_check_headers_saved_exeext
12747 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_header_libxslt_pattern_h" >&5
12748 printf "%s\n" "$ac_cv_mingw_header_libxslt_pattern_h" >&6; }
12749 if test "x$ac_cv_mingw_header_libxslt_pattern_h" = xyes
12753 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MinGW libxslt/transform.h" >&5
12754 printf %s "checking for MinGW libxslt/transform.h... " >&6; }
12755 if test ${ac_cv_mingw_header_libxslt_transform_h+y}
12757 printf %s "(cached) " >&6
12759 ac_wine_check_headers_saved_cc=$CC
12760 ac_wine_check_headers_saved_exeext=$ac_exeext
12763 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12764 /* end confdefs.h. */
12766 #include <libxslt/transform.h>
12775 if ac_fn_c_try_compile "$LINENO"
12777 ac_cv_mingw_header_libxslt_transform_h=yes
12779 ac_cv_mingw_header_libxslt_transform_h=no
12781 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
12782 CC=$ac_wine_check_headers_saved_cc
12783 ac_exeext=$ac_wine_check_headers_saved_exeext
12785 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_header_libxslt_transform_h" >&5
12786 printf "%s\n" "$ac_cv_mingw_header_libxslt_transform_h" >&6; }
12787 if test "x$ac_cv_mingw_header_libxslt_transform_h" = xyes
12791 if test "$ac_cv_mingw_header_libxslt_pattern_h" = "yes" -a "$ac_cv_mingw_header_libxslt_transform_h" = "yes"
12793 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for xsltCompilePattern in MinGW -lxslt" >&5
12794 printf %s "checking for xsltCompilePattern in MinGW -lxslt... " >&6; }
12795 if test ${ac_cv_mingw_lib_xslt+y}
12797 printf %s "(cached) " >&6
12799 ac_wine_check_headers_saved_cc=$CC
12800 ac_wine_check_headers_saved_exeext=$ac_exeext
12801 ac_wine_check_headers_saved_libs=$LIBS
12804 LIBS="-lxslt $XSLT_PE_LIBS $LIBS"
12805 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12806 /* end confdefs.h. */
12808 /* Override any GCC internal prototype to avoid an error.
12809 Use char because int might match the return type of a GCC
12810 builtin and then its argument prototype would still apply. */
12811 char xsltCompilePattern ();
12815 return xsltCompilePattern ();
12820 if ac_fn_c_try_link "$LINENO"
12822 ac_cv_mingw_lib_xslt=yes
12824 ac_cv_mingw_lib_xslt=no
12826 rm -f core conftest.err conftest.$ac_objext conftest.beam \
12827 conftest$ac_exeext conftest.$ac_ext
12828 CC=$ac_wine_check_headers_saved_cc
12829 ac_exeext=$ac_wine_check_headers_saved_exeext
12830 LIBS=$ac_wine_check_headers_saved_libs
12832 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_lib_xslt" >&5
12833 printf "%s\n" "$ac_cv_mingw_lib_xslt" >&6; }
12834 if test "x$ac_cv_mingw_lib_xslt" = xyes
12838 XSLT_PE_CFLAGS=""; XSLT_PE_LIBS=""
12844 CPPFLAGS=$ac_save_CPPFLAGS
12846 if test "x$XSLT_PE_LIBS" = "x"
12848 as_fn_append wine_notices "|libxslt ${notice_platform}MinGW development files not found; using bundled version."
12851 if ${VKD3D_PE_CFLAGS:+false} :
12853 if test ${MINGW_PKG_CONFIG+y}
12855 VKD3D_PE_CFLAGS=`$MINGW_PKG_CONFIG --cflags libvkd3d libvkd3d-shader
2>/dev
/null
`
12858 if ${VKD3D_PE_LIBS:+false} :
12860 if test ${MINGW_PKG_CONFIG+y}
12862 VKD3D_PE_LIBS=`$MINGW_PKG_CONFIG --libs libvkd3d libvkd3d-shader
2>/dev
/null
`
12865 VKD3D_PE_LIBS=${VKD3D_PE_LIBS:-"-lvkd3d -lvkd3d-shader"}
12866 ac_save_CPPFLAGS=$CPPFLAGS
12867 CPPFLAGS="$CPPFLAGS $VKD3D_PE_CFLAGS"
12868 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MinGW vkd3d.h" >&5
12869 printf %s "checking for MinGW vkd3d.h... " >&6; }
12870 if test ${ac_cv_mingw_header_vkd3d_h+y}
12872 printf %s "(cached) " >&6
12874 ac_wine_check_headers_saved_cc=$CC
12875 ac_wine_check_headers_saved_exeext=$ac_exeext
12878 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12879 /* end confdefs.h. */
12890 if ac_fn_c_try_compile "$LINENO"
12892 ac_cv_mingw_header_vkd3d_h=yes
12894 ac_cv_mingw_header_vkd3d_h=no
12896 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
12897 CC=$ac_wine_check_headers_saved_cc
12898 ac_exeext=$ac_wine_check_headers_saved_exeext
12900 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_header_vkd3d_h" >&5
12901 printf "%s\n" "$ac_cv_mingw_header_vkd3d_h" >&6; }
12902 if test "x$ac_cv_mingw_header_vkd3d_h" = xyes
12906 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MinGW vkd3d_shader.h" >&5
12907 printf %s "checking for MinGW vkd3d_shader.h... " >&6; }
12908 if test ${ac_cv_mingw_header_vkd3d_shader_h+y}
12910 printf %s "(cached) " >&6
12912 ac_wine_check_headers_saved_cc=$CC
12913 ac_wine_check_headers_saved_exeext=$ac_exeext
12916 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12917 /* end confdefs.h. */
12919 #include <vkd3d_shader.h>
12928 if ac_fn_c_try_compile "$LINENO"
12930 ac_cv_mingw_header_vkd3d_shader_h=yes
12932 ac_cv_mingw_header_vkd3d_shader_h=no
12934 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
12935 CC=$ac_wine_check_headers_saved_cc
12936 ac_exeext=$ac_wine_check_headers_saved_exeext
12938 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_header_vkd3d_shader_h" >&5
12939 printf "%s\n" "$ac_cv_mingw_header_vkd3d_shader_h" >&6; }
12940 if test "x$ac_cv_mingw_header_vkd3d_shader_h" = xyes
12944 if test "$ac_cv_mingw_header_vkd3d_h" = "yes" -a "$ac_cv_mingw_header_vkd3d_shader_h" = "yes"
12946 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for vkd3d_serialize_versioned_root_signature in MinGW -lvkd3d" >&5
12947 printf %s "checking for vkd3d_serialize_versioned_root_signature in MinGW -lvkd3d... " >&6; }
12948 if test ${ac_cv_mingw_lib_vkd3d+y}
12950 printf %s "(cached) " >&6
12952 ac_wine_check_headers_saved_cc=$CC
12953 ac_wine_check_headers_saved_exeext=$ac_exeext
12954 ac_wine_check_headers_saved_libs=$LIBS
12957 LIBS="-lvkd3d $VKD3D_PE_LIBS $LIBS"
12958 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12959 /* end confdefs.h. */
12961 /* Override any GCC internal prototype to avoid an error.
12962 Use char because int might match the return type of a GCC
12963 builtin and then its argument prototype would still apply. */
12964 char vkd3d_serialize_versioned_root_signature ();
12968 return vkd3d_serialize_versioned_root_signature ();
12973 if ac_fn_c_try_link "$LINENO"
12975 ac_cv_mingw_lib_vkd3d=yes
12977 ac_cv_mingw_lib_vkd3d=no
12979 rm -f core conftest.err conftest.$ac_objext conftest.beam \
12980 conftest$ac_exeext conftest.$ac_ext
12981 CC=$ac_wine_check_headers_saved_cc
12982 ac_exeext=$ac_wine_check_headers_saved_exeext
12983 LIBS=$ac_wine_check_headers_saved_libs
12985 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_lib_vkd3d" >&5
12986 printf "%s\n" "$ac_cv_mingw_lib_vkd3d" >&6; }
12987 if test "x$ac_cv_mingw_lib_vkd3d" = xyes
12993 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for vkd3d_shader_compile in MinGW -lvkd3d-shader" >&5
12994 printf %s "checking for vkd3d_shader_compile in MinGW -lvkd3d-shader... " >&6; }
12995 if test ${ac_cv_mingw_lib_vkd3d_shader+y}
12997 printf %s "(cached) " >&6
12999 ac_wine_check_headers_saved_cc=$CC
13000 ac_wine_check_headers_saved_exeext=$ac_exeext
13001 ac_wine_check_headers_saved_libs=$LIBS
13004 LIBS="-lvkd3d-shader $VKD3D_PE_LIBS $LIBS"
13005 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13006 /* end confdefs.h. */
13008 /* Override any GCC internal prototype to avoid an error.
13009 Use char because int might match the return type of a GCC
13010 builtin and then its argument prototype would still apply. */
13011 char vkd3d_shader_compile ();
13015 return vkd3d_shader_compile ();
13020 if ac_fn_c_try_link "$LINENO"
13022 ac_cv_mingw_lib_vkd3d_shader=yes
13024 ac_cv_mingw_lib_vkd3d_shader=no
13026 rm -f core conftest.err conftest.$ac_objext conftest.beam \
13027 conftest$ac_exeext conftest.$ac_ext
13028 CC=$ac_wine_check_headers_saved_cc
13029 ac_exeext=$ac_wine_check_headers_saved_exeext
13030 LIBS=$ac_wine_check_headers_saved_libs
13032 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_lib_vkd3d_shader" >&5
13033 printf "%s\n" "$ac_cv_mingw_lib_vkd3d_shader" >&6; }
13034 if test "x$ac_cv_mingw_lib_vkd3d_shader" = xyes
13040 if test "$ac_cv_mingw_lib_vkd3d" = "no" -o "$ac_cv_mingw_lib_vkd3d_shader" = "no"
13049 CPPFLAGS=$ac_save_CPPFLAGS
13051 if test "x$VKD3D_PE_LIBS" = "x"
13053 as_fn_append wine_notices "|libvkd3d ${notice_platform}MinGW development files not found; using bundled version."
13056 if ${ZLIB_PE_CFLAGS:+false} :
13058 if test ${MINGW_PKG_CONFIG+y}
13060 ZLIB_PE_CFLAGS=`$MINGW_PKG_CONFIG --cflags zlib
2>/dev
/null
`
13063 if ${ZLIB_PE_LIBS:+false} :
13065 if test ${MINGW_PKG_CONFIG+y}
13067 ZLIB_PE_LIBS=`$MINGW_PKG_CONFIG --libs zlib
2>/dev
/null
`
13070 ZLIB_PE_LIBS=${ZLIB_PE_LIBS:-"-lz"}
13071 ac_save_CPPFLAGS=$CPPFLAGS
13072 CPPFLAGS="$CPPFLAGS $ZLIB_PE_CFLAGS"
13073 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MinGW zlib.h" >&5
13074 printf %s "checking for MinGW zlib.h... " >&6; }
13075 if test ${ac_cv_mingw_header_zlib_h+y}
13077 printf %s "(cached) " >&6
13079 ac_wine_check_headers_saved_cc=$CC
13080 ac_wine_check_headers_saved_exeext=$ac_exeext
13083 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13084 /* end confdefs.h. */
13095 if ac_fn_c_try_compile "$LINENO"
13097 ac_cv_mingw_header_zlib_h=yes
13099 ac_cv_mingw_header_zlib_h=no
13101 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
13102 CC=$ac_wine_check_headers_saved_cc
13103 ac_exeext=$ac_wine_check_headers_saved_exeext
13105 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_header_zlib_h" >&5
13106 printf "%s\n" "$ac_cv_mingw_header_zlib_h" >&6; }
13107 if test "x$ac_cv_mingw_header_zlib_h" = xyes
13109 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for inflate in MinGW -lz" >&5
13110 printf %s "checking for inflate in MinGW -lz... " >&6; }
13111 if test ${ac_cv_mingw_lib_z+y}
13113 printf %s "(cached) " >&6
13115 ac_wine_check_headers_saved_cc=$CC
13116 ac_wine_check_headers_saved_exeext=$ac_exeext
13117 ac_wine_check_headers_saved_libs=$LIBS
13120 LIBS="-lz $ZLIB_PE_LIBS $LIBS"
13121 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13122 /* end confdefs.h. */
13124 /* Override any GCC internal prototype to avoid an error.
13125 Use char because int might match the return type of a GCC
13126 builtin and then its argument prototype would still apply. */
13136 if ac_fn_c_try_link "$LINENO"
13138 ac_cv_mingw_lib_z=yes
13140 ac_cv_mingw_lib_z=no
13142 rm -f core conftest.err conftest.$ac_objext conftest.beam \
13143 conftest$ac_exeext conftest.$ac_ext
13144 CC=$ac_wine_check_headers_saved_cc
13145 ac_exeext=$ac_wine_check_headers_saved_exeext
13146 LIBS=$ac_wine_check_headers_saved_libs
13148 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_lib_z" >&5
13149 printf "%s\n" "$ac_cv_mingw_lib_z" >&6; }
13150 if test "x$ac_cv_mingw_lib_z" = xyes
13154 ZLIB_PE_CFLAGS=""; ZLIB_PE_LIBS=""
13157 ZLIB_PE_CFLAGS=""; ZLIB_PE_LIBS=""
13159 CPPFLAGS=$ac_save_CPPFLAGS
13161 if test "x$ZLIB_PE_LIBS" = "x"
13163 as_fn_append wine_notices "|zlib ${notice_platform}MinGW development files not found; using bundled version."
13167 if ${FAUDIO_PE_LIBS:+false} :
13169 FAUDIO_PE_LIBS="faudio mfplat mfreadwrite mfuuid propsys"
13170 if ${FAUDIO_PE_CFLAGS:+false} :
13172 FAUDIO_PE_CFLAGS="-I\$(top_srcdir)/libs/faudio/include"
13179 printf "%s\n" "$as_me:${as_lineno-$LINENO}: faudio cflags: $FAUDIO_PE_CFLAGS" >&5
13180 printf "%s\n" "$as_me:${as_lineno-$LINENO}: faudio libs: $FAUDIO_PE_LIBS" >&5
13182 if ${GSM_PE_LIBS:+false} :
13185 if ${GSM_PE_CFLAGS:+false} :
13187 GSM_PE_CFLAGS="-I\$(top_srcdir)/libs/gsm/inc"
13194 printf "%s\n" "$as_me:${as_lineno-$LINENO}: gsm cflags: $GSM_PE_CFLAGS" >&5
13195 printf "%s\n" "$as_me:${as_lineno-$LINENO}: gsm libs: $GSM_PE_LIBS" >&5
13197 if ${JPEG_PE_LIBS:+false} :
13200 if ${JPEG_PE_CFLAGS:+false} :
13202 JPEG_PE_CFLAGS="-I\$(top_srcdir)/libs/jpeg"
13209 printf "%s\n" "$as_me:${as_lineno-$LINENO}: jpeg cflags: $JPEG_PE_CFLAGS" >&5
13210 printf "%s\n" "$as_me:${as_lineno-$LINENO}: jpeg libs: $JPEG_PE_LIBS" >&5
13212 if ${JXR_PE_LIBS:+false} :
13215 if ${JXR_PE_CFLAGS:+false} :
13217 JXR_PE_CFLAGS="-I\$(top_srcdir)/libs/jxr/jxrgluelib -I\$(top_srcdir)/libs/jxr/image/sys"
13224 printf "%s\n" "$as_me:${as_lineno-$LINENO}: jxr cflags: $JXR_PE_CFLAGS" >&5
13225 printf "%s\n" "$as_me:${as_lineno-$LINENO}: jxr libs: $JXR_PE_LIBS" >&5
13227 if ${LCMS2_PE_LIBS:+false} :
13229 LCMS2_PE_LIBS=lcms2
13230 if ${LCMS2_PE_CFLAGS:+false} :
13232 LCMS2_PE_CFLAGS="-I\$(top_srcdir)/libs/lcms2/include"
13239 printf "%s\n" "$as_me:${as_lineno-$LINENO}: lcms2 cflags: $LCMS2_PE_CFLAGS" >&5
13240 printf "%s\n" "$as_me:${as_lineno-$LINENO}: lcms2 libs: $LCMS2_PE_LIBS" >&5
13242 if ${MPG123_PE_LIBS:+false} :
13244 MPG123_PE_LIBS=mpg123
13245 if ${MPG123_PE_CFLAGS:+false} :
13247 MPG123_PE_CFLAGS="-I\$(top_srcdir)/libs/mpg123/src/libmpg123"
13254 printf "%s\n" "$as_me:${as_lineno-$LINENO}: mpg123 cflags: $MPG123_PE_CFLAGS" >&5
13255 printf "%s\n" "$as_me:${as_lineno-$LINENO}: mpg123 libs: $MPG123_PE_LIBS" >&5
13257 if ${PNG_PE_LIBS:+false} :
13259 PNG_PE_LIBS="png \$(ZLIB_PE_LIBS)"
13260 if ${PNG_PE_CFLAGS:+false} :
13262 PNG_PE_CFLAGS="-I\$(top_srcdir)/libs/png"
13269 printf "%s\n" "$as_me:${as_lineno-$LINENO}: png cflags: $PNG_PE_CFLAGS" >&5
13270 printf "%s\n" "$as_me:${as_lineno-$LINENO}: png libs: $PNG_PE_LIBS" >&5
13272 if ${TIFF_PE_LIBS:+false} :
13274 TIFF_PE_LIBS="tiff \$(ZLIB_PE_LIBS)"
13275 if ${TIFF_PE_CFLAGS:+false} :
13277 TIFF_PE_CFLAGS="-I\$(top_srcdir)/libs/tiff/libtiff"
13284 printf "%s\n" "$as_me:${as_lineno-$LINENO}: tiff cflags: $TIFF_PE_CFLAGS" >&5
13285 printf "%s\n" "$as_me:${as_lineno-$LINENO}: tiff libs: $TIFF_PE_LIBS" >&5
13287 if ${VKD3D_PE_LIBS:+false} :
13289 VKD3D_PE_LIBS=vkd3d
13290 if ${VKD3D_PE_CFLAGS:+false} :
13292 VKD3D_PE_CFLAGS="-I\$(top_srcdir)/libs/vkd3d/include"
13299 printf "%s\n" "$as_me:${as_lineno-$LINENO}: vkd3d cflags: $VKD3D_PE_CFLAGS" >&5
13300 printf "%s\n" "$as_me:${as_lineno-$LINENO}: vkd3d libs: $VKD3D_PE_LIBS" >&5
13302 if ${XML2_PE_LIBS:+false} :
13305 if ${XML2_PE_CFLAGS:+false} :
13307 XML2_PE_CFLAGS="-I\$(top_srcdir)/libs/xml2/include -DLIBXML_STATIC"
13314 printf "%s\n" "$as_me:${as_lineno-$LINENO}: xml2 cflags: $XML2_PE_CFLAGS" >&5
13315 printf "%s\n" "$as_me:${as_lineno-$LINENO}: xml2 libs: $XML2_PE_LIBS" >&5
13317 if ${XSLT_PE_LIBS:+false} :
13320 if ${XSLT_PE_CFLAGS:+false} :
13322 XSLT_PE_CFLAGS="-I\$(top_srcdir)/libs/xslt -DLIBXSLT_STATIC"
13329 printf "%s\n" "$as_me:${as_lineno-$LINENO}: xslt cflags: $XSLT_PE_CFLAGS" >&5
13330 printf "%s\n" "$as_me:${as_lineno-$LINENO}: xslt libs: $XSLT_PE_LIBS" >&5
13332 if ${ZLIB_PE_LIBS:+false} :
13335 if ${ZLIB_PE_CFLAGS:+false} :
13337 ZLIB_PE_CFLAGS="-I\$(top_srcdir)/libs/zlib -DFAR= -DZ_SOLO"
13344 printf "%s\n" "$as_me:${as_lineno-$LINENO}: zlib cflags: $ZLIB_PE_CFLAGS" >&5
13345 printf "%s\n" "$as_me:${as_lineno-$LINENO}: zlib libs: $ZLIB_PE_LIBS" >&5
13349 if test "$ac_cv_header_pthread_h" = "yes"
13351 ac_fn_c_check_func "$LINENO" "pthread_create" "ac_cv_func_pthread_create"
13352 if test "x$ac_cv_func_pthread_create" = xyes
13356 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
13357 printf %s "checking for pthread_create in -lpthread... " >&6; }
13358 if test ${ac_cv_lib_pthread_pthread_create+y}
13360 printf %s "(cached) " >&6
13362 ac_check_lib_save_LIBS=$LIBS
13363 LIBS="-lpthread $LIBS"
13364 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13365 /* end confdefs.h. */
13367 /* Override any GCC internal prototype to avoid an error.
13368 Use char because int might match the return type of a GCC
13369 builtin and then its argument prototype would still apply. */
13370 char pthread_create ();
13374 return pthread_create ();
13379 if ac_fn_c_try_link "$LINENO"
13381 ac_cv_lib_pthread_pthread_create=yes
13383 ac_cv_lib_pthread_pthread_create=no
13385 rm -f core conftest.err conftest.$ac_objext conftest.beam \
13386 conftest$ac_exeext conftest.$ac_ext
13387 LIBS=$ac_check_lib_save_LIBS
13389 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
13390 printf "%s\n" "$ac_cv_lib_pthread_pthread_create" >&6; }
13391 if test "x$ac_cv_lib_pthread_pthread_create" = xyes
13393 PTHREAD_LIBS="-lpthread"
13400 if test "x$ac_cv_func_pthread_create" != xyes -a "x$PTHREAD_LIBS" = x
13402 case "x$with_pthread" in
13404 *) as_fn_error $? "pthread ${notice_platform}development files not found.
13405 Wine cannot support threads without libpthread.
13406 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
13413 ac_cpp='$CPP $CPPFLAGS'
13414 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13415 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13416 ac_compiler_gnu=$ac_cv_c_compiler_gnu
13417 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
13418 printf %s "checking how to run the C preprocessor... " >&6; }
13419 # On Suns, sometimes $CPP names a directory.
13420 if test -n "$CPP" && test -d "$CPP"; then
13423 if test -z "$CPP"; then
13424 if test ${ac_cv_prog_CPP+y}
13426 printf %s "(cached) " >&6
13428 # Double quotes because $CC needs to be expanded
13429 for CPP in "$CC -E" "$CC -E -traditional-cpp" cpp /lib/cpp
13431 ac_preproc_ok=false
13432 for ac_c_preproc_warn_flag in '' yes
13434 # Use a header file that comes with gcc, so configuring glibc
13435 # with a fresh cross-compiler works.
13436 # On the NeXT, cc -E runs the code through the compiler's parser,
13437 # not just through cpp. "Syntax error" is here to catch this case.
13438 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13439 /* end confdefs.h. */
13440 #include <limits.h>
13443 if ac_fn_c_try_cpp "$LINENO"
13447 # Broken: fails on valid input.
13450 rm -f conftest.err conftest.i conftest.$ac_ext
13452 # OK, works on sane cases. Now check whether nonexistent headers
13453 # can be detected and how.
13454 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13455 /* end confdefs.h. */
13456 #include <ac_nonexistent.h>
13458 if ac_fn_c_try_cpp "$LINENO"
13460 # Broken: success on invalid input.
13463 # Passes both tests.
13467 rm -f conftest.err conftest.i conftest.$ac_ext
13470 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
13471 rm -f conftest.i conftest.err conftest.
$ac_ext
13478 ac_cv_prog_CPP
=$CPP
13481 CPP
=$ac_cv_prog_CPP
13483 ac_cv_prog_CPP
=$CPP
13485 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
13486 printf "%s\n" "$CPP" >&6; }
13487 ac_preproc_ok
=false
13488 for ac_c_preproc_warn_flag
in '' yes
13490 # Use a header file that comes with gcc, so configuring glibc
13491 # with a fresh cross-compiler works.
13492 # On the NeXT, cc -E runs the code through the compiler's parser,
13493 # not just through cpp. "Syntax error" is here to catch this case.
13494 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13495 /* end confdefs.h. */
13496 #include <limits.h>
13499 if ac_fn_c_try_cpp
"$LINENO"
13503 # Broken: fails on valid input.
13506 rm -f conftest.err conftest.i conftest.
$ac_ext
13508 # OK, works on sane cases. Now check whether nonexistent headers
13509 # can be detected and how.
13510 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13511 /* end confdefs.h. */
13512 #include <ac_nonexistent.h>
13514 if ac_fn_c_try_cpp
"$LINENO"
13516 # Broken: success on invalid input.
13519 # Passes both tests.
13523 rm -f conftest.err conftest.i conftest.
$ac_ext
13526 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
13527 rm -f conftest.i conftest.err conftest.
$ac_ext
13532 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13533 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
13534 as_fn_error $?
"C preprocessor \"$CPP\" fails sanity check
13535 See \`config.log' for more details" "$LINENO" 5; }
13539 ac_cpp
='$CPP $CPPFLAGS'
13540 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13541 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13542 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
13545 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for X" >&5
13546 printf %s
"checking for X... " >&6; }
13549 # Check whether --with-x was given.
13550 if test ${with_x+y}
13555 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
13556 if test "x$with_x" = xno
; then
13557 # The user explicitly disabled X.
13560 case $x_includes,$x_libraries in #(
13561 *\'*) as_fn_error $?
"cannot use X directory names containing '" "$LINENO" 5;; #(
13562 *,NONE | NONE
,*) if test ${ac_cv_have_x+y}
13564 printf %s
"(cached) " >&6
13566 # One or both of the vars are not set, and there is no cached value.
13569 # Do we need to do anything special at all?
13572 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13573 /* end confdefs.h. */
13574 #include <X11/Xlib.h>
13583 if ac_fn_c_try_link
"$LINENO"
13585 # We can compile and link X programs with no special options.
13589 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
13590 conftest
$ac_exeext conftest.
$ac_ext
13591 LIBS
="$ac_save_LIBS"
13592 # If that didn't work, only try xmkmf and file system searches
13593 # for native compilation.
13594 if test x
"$ac_x_includes" = xno
&& test "$cross_compiling" = no
13596 rm -f -r conftest.dir
13597 if mkdir conftest.dir
; then
13599 cat >Imakefile
<<'_ACEOF'
13601 @echo incroot='${INCROOT}'
13603 @echo usrlibdir='${USRLIBDIR}'
13605 @echo libdir='${LIBDIR}'
13607 if (export CC
; ${XMKMF-xmkmf}) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
13608 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
13609 for ac_var
in incroot usrlibdir libdir
; do
13610 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
13612 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
13613 for ac_extension
in a so sl dylib la dll
; do
13614 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
13615 test -f "$ac_im_libdir/libX11.$ac_extension"; then
13616 ac_im_usrlibdir
=$ac_im_libdir; break
13619 # Screen out bogus values from the imake configuration. They are
13620 # bogus both because they are the default anyway, and because
13621 # using them would break gcc on systems where it needs fixed includes.
13622 case $ac_im_incroot in
13623 /usr
/include
) ac_x_includes
= ;;
13624 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
=$ac_im_incroot;;
13626 case $ac_im_usrlibdir in
13627 /usr
/lib |
/usr
/lib64 |
/lib |
/lib64
) ;;
13628 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
=$ac_im_usrlibdir ;;
13632 rm -f -r conftest.dir
13635 # Standard set of common directories for X headers.
13636 # Check X11 before X11Rn because it is often a symlink to the current release.
13650 /usr/local/X11/include
13651 /usr/local/X11R7/include
13652 /usr/local/X11R6/include
13653 /usr/local/X11R5/include
13654 /usr/local/X11R4/include
13656 /usr/local/include/X11
13657 /usr/local/include/X11R7
13658 /usr/local/include/X11R6
13659 /usr/local/include/X11R5
13660 /usr/local/include/X11R4
13666 /usr/XFree86/include/X11
13670 /usr/unsupported/include
13671 /usr/athena/include
13672 /usr/local/x11r5/include
13673 /usr/lpp/Xamples/include
13675 /usr/openwin/include
13676 /usr/openwin/share/include'
13678 if test "$ac_x_includes" = no
; then
13679 # Guess where to find include files, by looking for Xlib.h.
13680 # First, try using that file with no special directory specified.
13681 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13682 /* end confdefs.h. */
13683 #include <X11/Xlib.h>
13685 if ac_fn_c_try_cpp
"$LINENO"
13687 # We can compile using X headers with no special include directory.
13690 for ac_dir
in $ac_x_header_dirs; do
13691 if test -r "$ac_dir/X11/Xlib.h"; then
13692 ac_x_includes
=$ac_dir
13697 rm -f conftest.err conftest.i conftest.
$ac_ext
13698 fi # $ac_x_includes = no
13700 if test "$ac_x_libraries" = no
; then
13701 # Check for the libraries.
13702 # See if we find them without any special options.
13703 # Don't add to $LIBS permanently.
13706 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13707 /* end confdefs.h. */
13708 #include <X11/Xlib.h>
13717 if ac_fn_c_try_link
"$LINENO"
13720 # We can link X programs with no special library path.
13724 for ac_dir
in `printf "%s\n" "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
13726 # Don't even attempt the hair of trying to link an X program!
13727 for ac_extension
in a so sl dylib la dll
; do
13728 if test -r "$ac_dir/libX11.$ac_extension"; then
13729 ac_x_libraries
=$ac_dir
13735 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
13736 conftest
$ac_exeext conftest.
$ac_ext
13737 fi # $ac_x_libraries = no
13740 # Record the results.
13741 case $ac_x_includes,$ac_x_libraries in #(
13742 no
,* |
*,no |
*\'*) :
13743 # Didn't find X, or a directory has "'" in its name.
13744 ac_cv_have_x
="have_x=no" ;; #(
13746 # Record where we found X for the cache.
13747 ac_cv_have_x
="have_x=yes\
13748 ac_x_includes='$ac_x_includes'\
13749 ac_x_libraries='$ac_x_libraries'" ;;
13755 eval "$ac_cv_have_x"
13758 if test "$have_x" != yes; then
13759 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
13760 printf "%s\n" "$have_x" >&6; }
13763 # If each of the values was on the command line, it overrides each guess.
13764 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
13765 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
13766 # Update the cache value to reflect the command line values.
13767 ac_cv_have_x
="have_x=yes\
13768 ac_x_includes='$x_includes'\
13769 ac_x_libraries='$x_libraries'"
13770 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
13771 printf "%s\n" "libraries $x_libraries, headers $x_includes" >&6; }
13774 if test "$no_x" = yes; then
13775 # Not all programs may use this symbol, but it does not hurt to define it.
13777 printf "%s\n" "#define X_DISPLAY_MISSING 1" >>confdefs.h
13779 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
13781 if test -n "$x_includes"; then
13782 X_CFLAGS
="$X_CFLAGS -I$x_includes"
13785 # It would also be nice to do this for all -L options, not just this one.
13786 if test -n "$x_libraries"; then
13787 X_LIBS
="$X_LIBS -L$x_libraries"
13788 # For Solaris; some versions of Sun CC require a space after -R and
13789 # others require no space. Words are not sufficient . . . .
13790 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
13791 printf %s
"checking whether -R must be followed by a space... " >&6; }
13792 ac_xsave_LIBS
=$LIBS; LIBS
="$LIBS -R$x_libraries"
13793 ac_xsave_c_werror_flag
=$ac_c_werror_flag
13794 ac_c_werror_flag
=yes
13795 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13796 /* end confdefs.h. */
13806 if ac_fn_c_try_link
"$LINENO"
13808 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
13809 printf "%s\n" "no" >&6; }
13810 X_LIBS
="$X_LIBS -R$x_libraries"
13812 LIBS
="$ac_xsave_LIBS -R $x_libraries"
13813 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13814 /* end confdefs.h. */
13824 if ac_fn_c_try_link
"$LINENO"
13826 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13827 printf "%s\n" "yes" >&6; }
13828 X_LIBS
="$X_LIBS -R $x_libraries"
13830 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
13831 printf "%s\n" "neither works" >&6; }
13833 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
13834 conftest
$ac_exeext conftest.
$ac_ext
13836 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
13837 conftest
$ac_exeext conftest.
$ac_ext
13838 ac_c_werror_flag
=$ac_xsave_c_werror_flag
13839 LIBS
=$ac_xsave_LIBS
13842 # Check for system-dependent libraries X programs must link with.
13843 # Do this before checking for the system-independent R6 libraries
13844 # (-lICE), since we may need -lsocket or whatever for X linking.
13846 if test "$ISC" = yes; then
13847 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
13849 # Martyn Johnson says this is needed for Ultrix, if the X
13850 # libraries were built with DECnet support. And Karl Berry says
13851 # the Alpha needs dnet_stub (dnet does not exist).
13852 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS $X_LIBS -lX11"
13853 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13854 /* end confdefs.h. */
13856 /* Override any GCC internal prototype to avoid an error.
13857 Use char because int might match the return type of a GCC
13858 builtin and then its argument prototype would still apply. */
13859 char XOpenDisplay ();
13863 return XOpenDisplay ();
13868 if ac_fn_c_try_link
"$LINENO"
13872 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
13873 printf %s
"checking for dnet_ntoa in -ldnet... " >&6; }
13874 if test ${ac_cv_lib_dnet_dnet_ntoa+y}
13876 printf %s
"(cached) " >&6
13878 ac_check_lib_save_LIBS
=$LIBS
13879 LIBS
="-ldnet $LIBS"
13880 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13881 /* end confdefs.h. */
13883 /* Override any GCC internal prototype to avoid an error.
13884 Use char because int might match the return type of a GCC
13885 builtin and then its argument prototype would still apply. */
13890 return dnet_ntoa ();
13895 if ac_fn_c_try_link
"$LINENO"
13897 ac_cv_lib_dnet_dnet_ntoa
=yes
13899 ac_cv_lib_dnet_dnet_ntoa
=no
13901 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
13902 conftest
$ac_exeext conftest.
$ac_ext
13903 LIBS
=$ac_check_lib_save_LIBS
13905 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
13906 printf "%s\n" "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
13907 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes
13909 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
13912 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
13913 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
13914 printf %s
"checking for dnet_ntoa in -ldnet_stub... " >&6; }
13915 if test ${ac_cv_lib_dnet_stub_dnet_ntoa+y}
13917 printf %s
"(cached) " >&6
13919 ac_check_lib_save_LIBS
=$LIBS
13920 LIBS
="-ldnet_stub $LIBS"
13921 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13922 /* end confdefs.h. */
13924 /* Override any GCC internal prototype to avoid an error.
13925 Use char because int might match the return type of a GCC
13926 builtin and then its argument prototype would still apply. */
13931 return dnet_ntoa ();
13936 if ac_fn_c_try_link
"$LINENO"
13938 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
13940 ac_cv_lib_dnet_stub_dnet_ntoa
=no
13942 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
13943 conftest
$ac_exeext conftest.
$ac_ext
13944 LIBS
=$ac_check_lib_save_LIBS
13946 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
13947 printf "%s\n" "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
13948 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes
13950 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
13955 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
13956 conftest
$ac_exeext conftest.
$ac_ext
13957 LIBS
="$ac_xsave_LIBS"
13959 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
13960 # to get the SysV transport functions.
13961 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
13963 # The nsl library prevents programs from opening the X display
13964 # on Irix 5.2, according to T.E. Dickey.
13965 # The functions gethostbyname, getservbyname, and inet_addr are
13966 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
13967 ac_fn_c_check_func
"$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
13968 if test "x$ac_cv_func_gethostbyname" = xyes
13973 if test $ac_cv_func_gethostbyname = no
; then
13974 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
13975 printf %s
"checking for gethostbyname in -lnsl... " >&6; }
13976 if test ${ac_cv_lib_nsl_gethostbyname+y}
13978 printf %s
"(cached) " >&6
13980 ac_check_lib_save_LIBS
=$LIBS
13982 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13983 /* end confdefs.h. */
13985 /* Override any GCC internal prototype to avoid an error.
13986 Use char because int might match the return type of a GCC
13987 builtin and then its argument prototype would still apply. */
13988 char gethostbyname ();
13992 return gethostbyname ();
13997 if ac_fn_c_try_link
"$LINENO"
13999 ac_cv_lib_nsl_gethostbyname
=yes
14001 ac_cv_lib_nsl_gethostbyname
=no
14003 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
14004 conftest
$ac_exeext conftest.
$ac_ext
14005 LIBS
=$ac_check_lib_save_LIBS
14007 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
14008 printf "%s\n" "$ac_cv_lib_nsl_gethostbyname" >&6; }
14009 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes
14011 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
14014 if test $ac_cv_lib_nsl_gethostbyname = no
; then
14015 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
14016 printf %s
"checking for gethostbyname in -lbsd... " >&6; }
14017 if test ${ac_cv_lib_bsd_gethostbyname+y}
14019 printf %s
"(cached) " >&6
14021 ac_check_lib_save_LIBS
=$LIBS
14023 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14024 /* end confdefs.h. */
14026 /* Override any GCC internal prototype to avoid an error.
14027 Use char because int might match the return type of a GCC
14028 builtin and then its argument prototype would still apply. */
14029 char gethostbyname ();
14033 return gethostbyname ();
14038 if ac_fn_c_try_link
"$LINENO"
14040 ac_cv_lib_bsd_gethostbyname
=yes
14042 ac_cv_lib_bsd_gethostbyname
=no
14044 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
14045 conftest
$ac_exeext conftest.
$ac_ext
14046 LIBS
=$ac_check_lib_save_LIBS
14048 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
14049 printf "%s\n" "$ac_cv_lib_bsd_gethostbyname" >&6; }
14050 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes
14052 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lbsd"
14058 # lieder@skyler.mavd.honeywell.com says without -lsocket,
14059 # socket/setsockopt and other routines are undefined under SCO ODT
14060 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
14061 # on later versions), says Simon Leinen: it contains gethostby*
14062 # variants that don't use the name server (or something). -lsocket
14063 # must be given before -lnsl if both are needed. We assume that
14064 # if connect needs -lnsl, so does gethostbyname.
14065 ac_fn_c_check_func
"$LINENO" "connect" "ac_cv_func_connect"
14066 if test "x$ac_cv_func_connect" = xyes
14071 if test $ac_cv_func_connect = no
; then
14072 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
14073 printf %s
"checking for connect in -lsocket... " >&6; }
14074 if test ${ac_cv_lib_socket_connect+y}
14076 printf %s
"(cached) " >&6
14078 ac_check_lib_save_LIBS
=$LIBS
14079 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
14080 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14081 /* end confdefs.h. */
14083 /* Override any GCC internal prototype to avoid an error.
14084 Use char because int might match the return type of a GCC
14085 builtin and then its argument prototype would still apply. */
14095 if ac_fn_c_try_link
"$LINENO"
14097 ac_cv_lib_socket_connect
=yes
14099 ac_cv_lib_socket_connect
=no
14101 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
14102 conftest
$ac_exeext conftest.
$ac_ext
14103 LIBS
=$ac_check_lib_save_LIBS
14105 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
14106 printf "%s\n" "$ac_cv_lib_socket_connect" >&6; }
14107 if test "x$ac_cv_lib_socket_connect" = xyes
14109 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
14114 # Guillermo Gomez says -lposix is necessary on A/UX.
14115 ac_fn_c_check_func
"$LINENO" "remove" "ac_cv_func_remove"
14116 if test "x$ac_cv_func_remove" = xyes
14121 if test $ac_cv_func_remove = no
; then
14122 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
14123 printf %s
"checking for remove in -lposix... " >&6; }
14124 if test ${ac_cv_lib_posix_remove+y}
14126 printf %s
"(cached) " >&6
14128 ac_check_lib_save_LIBS
=$LIBS
14129 LIBS
="-lposix $LIBS"
14130 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14131 /* end confdefs.h. */
14133 /* Override any GCC internal prototype to avoid an error.
14134 Use char because int might match the return type of a GCC
14135 builtin and then its argument prototype would still apply. */
14145 if ac_fn_c_try_link
"$LINENO"
14147 ac_cv_lib_posix_remove
=yes
14149 ac_cv_lib_posix_remove
=no
14151 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
14152 conftest
$ac_exeext conftest.
$ac_ext
14153 LIBS
=$ac_check_lib_save_LIBS
14155 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
14156 printf "%s\n" "$ac_cv_lib_posix_remove" >&6; }
14157 if test "x$ac_cv_lib_posix_remove" = xyes
14159 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
14164 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
14165 ac_fn_c_check_func
"$LINENO" "shmat" "ac_cv_func_shmat"
14166 if test "x$ac_cv_func_shmat" = xyes
14171 if test $ac_cv_func_shmat = no
; then
14172 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
14173 printf %s
"checking for shmat in -lipc... " >&6; }
14174 if test ${ac_cv_lib_ipc_shmat+y}
14176 printf %s
"(cached) " >&6
14178 ac_check_lib_save_LIBS
=$LIBS
14180 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14181 /* end confdefs.h. */
14183 /* Override any GCC internal prototype to avoid an error.
14184 Use char because int might match the return type of a GCC
14185 builtin and then its argument prototype would still apply. */
14195 if ac_fn_c_try_link
"$LINENO"
14197 ac_cv_lib_ipc_shmat
=yes
14199 ac_cv_lib_ipc_shmat
=no
14201 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
14202 conftest
$ac_exeext conftest.
$ac_ext
14203 LIBS
=$ac_check_lib_save_LIBS
14205 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
14206 printf "%s\n" "$ac_cv_lib_ipc_shmat" >&6; }
14207 if test "x$ac_cv_lib_ipc_shmat" = xyes
14209 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
14215 # Check for libraries that X11R6 Xt/Xaw programs need.
14216 ac_save_LDFLAGS
=$LDFLAGS
14217 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
14218 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
14219 # check for ICE first), but we must link in the order -lSM -lICE or
14220 # we get undefined symbols. So assume we have SM if we have ICE.
14221 # These have to be linked with before -lX11, unlike the other
14222 # libraries we check for below, so use a different variable.
14223 # John Interrante, Karl Berry
14224 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
14225 printf %s
"checking for IceConnectionNumber in -lICE... " >&6; }
14226 if test ${ac_cv_lib_ICE_IceConnectionNumber+y}
14228 printf %s
"(cached) " >&6
14230 ac_check_lib_save_LIBS
=$LIBS
14231 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
14232 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14233 /* end confdefs.h. */
14235 /* Override any GCC internal prototype to avoid an error.
14236 Use char because int might match the return type of a GCC
14237 builtin and then its argument prototype would still apply. */
14238 char IceConnectionNumber ();
14242 return IceConnectionNumber ();
14247 if ac_fn_c_try_link
"$LINENO"
14249 ac_cv_lib_ICE_IceConnectionNumber
=yes
14251 ac_cv_lib_ICE_IceConnectionNumber
=no
14253 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
14254 conftest
$ac_exeext conftest.
$ac_ext
14255 LIBS
=$ac_check_lib_save_LIBS
14257 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
14258 printf "%s\n" "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
14259 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes
14261 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
14264 LDFLAGS
=$ac_save_LDFLAGS
14269 if test "$have_x" = "yes"
14271 ac_save_CPPFLAGS
="$CPPFLAGS"
14272 CPPFLAGS
="$CPPFLAGS $X_CFLAGS"
14274 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
14275 printf %s
"checking for -lX11... " >&6; }
14276 if test ${ac_cv_lib_soname_X11+y}
14278 printf %s
"(cached) " >&6
14280 ac_check_soname_save_LIBS
=$LIBS
14281 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
14282 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14283 /* end confdefs.h. */
14285 /* Override any GCC internal prototype to avoid an error.
14286 Use char because int might match the return type of a GCC
14287 builtin and then its argument prototype would still apply. */
14288 char XCreateWindow ();
14292 return XCreateWindow ();
14297 if ac_fn_c_try_link
"$LINENO"
14300 dll
) ac_cv_lib_soname_X11
=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14301 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'` ;;
14302 *) ac_cv_lib_soname_X11
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libX11\\.$LIBEXT" | sed -e "s/^.*\\[\\(libX11\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14303 if ${ac_cv_lib_soname_X11:+false} :
14305 ac_cv_lib_soname_X11
=`$LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14309 ac_cv_lib_soname_X11
=
14311 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
14312 conftest
$ac_exeext conftest.
$ac_ext
14313 LIBS
=$ac_check_soname_save_LIBS
14315 if ${ac_cv_lib_soname_X11:+false} :
14317 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14318 printf "%s\n" "not found" >&6; }
14321 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
14322 printf "%s\n" "$ac_cv_lib_soname_X11" >&6; }
14324 printf "%s\n" "#define SONAME_LIBX11 \"$ac_cv_lib_soname_X11\"" >>confdefs.h
14328 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
14329 printf %s
"checking for -lXext... " >&6; }
14330 if test ${ac_cv_lib_soname_Xext+y}
14332 printf %s
"(cached) " >&6
14334 ac_check_soname_save_LIBS
=$LIBS
14335 LIBS
="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
14336 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14337 /* end confdefs.h. */
14339 /* Override any GCC internal prototype to avoid an error.
14340 Use char because int might match the return type of a GCC
14341 builtin and then its argument prototype would still apply. */
14342 char XextCreateExtension ();
14346 return XextCreateExtension ();
14351 if ac_fn_c_try_link
"$LINENO"
14354 dll
) ac_cv_lib_soname_Xext
=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14355 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'` ;;
14356 *) ac_cv_lib_soname_Xext
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXext\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXext\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14357 if ${ac_cv_lib_soname_Xext:+false} :
14359 ac_cv_lib_soname_Xext
=`$LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14363 ac_cv_lib_soname_Xext
=
14365 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
14366 conftest
$ac_exeext conftest.
$ac_ext
14367 LIBS
=$ac_check_soname_save_LIBS
14369 if ${ac_cv_lib_soname_Xext:+false} :
14371 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14372 printf "%s\n" "not found" >&6; }
14375 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
14376 printf "%s\n" "$ac_cv_lib_soname_Xext" >&6; }
14378 printf "%s\n" "#define SONAME_LIBXEXT \"$ac_cv_lib_soname_Xext\"" >>confdefs.h
14380 X_LIBS
="$X_LIBS -lXext"
14382 X_LIBS
="$X_LIBS -lX11"
14384 ac_fn_c_check_header_compile
"$LINENO" "X11/Xlib.h" "ac_cv_header_X11_Xlib_h" "#ifdef HAVE_X11_XLIB_H
14385 # include <X11/Xlib.h>
14387 #ifdef HAVE_X11_XUTIL_H
14388 # include <X11/Xutil.h>
14391 if test "x$ac_cv_header_X11_Xlib_h" = xyes
14393 printf "%s\n" "#define HAVE_X11_XLIB_H 1" >>confdefs.h
14396 ac_fn_c_check_header_compile
"$LINENO" "X11/XKBlib.h" "ac_cv_header_X11_XKBlib_h" "#ifdef HAVE_X11_XLIB_H
14397 # include <X11/Xlib.h>
14399 #ifdef HAVE_X11_XUTIL_H
14400 # include <X11/Xutil.h>
14403 if test "x$ac_cv_header_X11_XKBlib_h" = xyes
14405 printf "%s\n" "#define HAVE_X11_XKBLIB_H 1" >>confdefs.h
14408 ac_fn_c_check_header_compile
"$LINENO" "X11/Xutil.h" "ac_cv_header_X11_Xutil_h" "#ifdef HAVE_X11_XLIB_H
14409 # include <X11/Xlib.h>
14411 #ifdef HAVE_X11_XUTIL_H
14412 # include <X11/Xutil.h>
14415 if test "x$ac_cv_header_X11_Xutil_h" = xyes
14417 printf "%s\n" "#define HAVE_X11_XUTIL_H 1" >>confdefs.h
14420 ac_fn_c_check_header_compile
"$LINENO" "X11/Xcursor/Xcursor.h" "ac_cv_header_X11_Xcursor_Xcursor_h" "#ifdef HAVE_X11_XLIB_H
14421 # include <X11/Xlib.h>
14423 #ifdef HAVE_X11_XUTIL_H
14424 # include <X11/Xutil.h>
14427 if test "x$ac_cv_header_X11_Xcursor_Xcursor_h" = xyes
14429 printf "%s\n" "#define HAVE_X11_XCURSOR_XCURSOR_H 1" >>confdefs.h
14432 ac_fn_c_check_header_compile
"$LINENO" "X11/extensions/shape.h" "ac_cv_header_X11_extensions_shape_h" "#ifdef HAVE_X11_XLIB_H
14433 # include <X11/Xlib.h>
14435 #ifdef HAVE_X11_XUTIL_H
14436 # include <X11/Xutil.h>
14439 if test "x$ac_cv_header_X11_extensions_shape_h" = xyes
14441 printf "%s\n" "#define HAVE_X11_EXTENSIONS_SHAPE_H 1" >>confdefs.h
14444 ac_fn_c_check_header_compile
"$LINENO" "X11/extensions/XInput.h" "ac_cv_header_X11_extensions_XInput_h" "#ifdef HAVE_X11_XLIB_H
14445 # include <X11/Xlib.h>
14447 #ifdef HAVE_X11_XUTIL_H
14448 # include <X11/Xutil.h>
14451 if test "x$ac_cv_header_X11_extensions_XInput_h" = xyes
14453 printf "%s\n" "#define HAVE_X11_EXTENSIONS_XINPUT_H 1" >>confdefs.h
14456 ac_fn_c_check_header_compile
"$LINENO" "X11/extensions/XInput2.h" "ac_cv_header_X11_extensions_XInput2_h" "#ifdef HAVE_X11_XLIB_H
14457 # include <X11/Xlib.h>
14459 #ifdef HAVE_X11_XUTIL_H
14460 # include <X11/Xutil.h>
14463 if test "x$ac_cv_header_X11_extensions_XInput2_h" = xyes
14465 printf "%s\n" "#define HAVE_X11_EXTENSIONS_XINPUT2_H 1" >>confdefs.h
14468 ac_fn_c_check_header_compile
"$LINENO" "X11/extensions/XShm.h" "ac_cv_header_X11_extensions_XShm_h" "#ifdef HAVE_X11_XLIB_H
14469 # include <X11/Xlib.h>
14471 #ifdef HAVE_X11_XUTIL_H
14472 # include <X11/Xutil.h>
14475 if test "x$ac_cv_header_X11_extensions_XShm_h" = xyes
14477 printf "%s\n" "#define HAVE_X11_EXTENSIONS_XSHM_H 1" >>confdefs.h
14480 ac_fn_c_check_header_compile
"$LINENO" "X11/extensions/Xcomposite.h" "ac_cv_header_X11_extensions_Xcomposite_h" "#ifdef HAVE_X11_XLIB_H
14481 # include <X11/Xlib.h>
14483 #ifdef HAVE_X11_XUTIL_H
14484 # include <X11/Xutil.h>
14487 if test "x$ac_cv_header_X11_extensions_Xcomposite_h" = xyes
14489 printf "%s\n" "#define HAVE_X11_EXTENSIONS_XCOMPOSITE_H 1" >>confdefs.h
14492 ac_fn_c_check_header_compile
"$LINENO" "X11/extensions/Xfixes.h" "ac_cv_header_X11_extensions_Xfixes_h" "#ifdef HAVE_X11_XLIB_H
14493 # include <X11/Xlib.h>
14495 #ifdef HAVE_X11_XUTIL_H
14496 # include <X11/Xutil.h>
14499 if test "x$ac_cv_header_X11_extensions_Xfixes_h" = xyes
14501 printf "%s\n" "#define HAVE_X11_EXTENSIONS_XFIXES_H 1" >>confdefs.h
14504 ac_fn_c_check_header_compile
"$LINENO" "X11/extensions/Xinerama.h" "ac_cv_header_X11_extensions_Xinerama_h" "#ifdef HAVE_X11_XLIB_H
14505 # include <X11/Xlib.h>
14507 #ifdef HAVE_X11_XUTIL_H
14508 # include <X11/Xutil.h>
14511 if test "x$ac_cv_header_X11_extensions_Xinerama_h" = xyes
14513 printf "%s\n" "#define HAVE_X11_EXTENSIONS_XINERAMA_H 1" >>confdefs.h
14516 ac_fn_c_check_header_compile
"$LINENO" "X11/extensions/Xrandr.h" "ac_cv_header_X11_extensions_Xrandr_h" "#ifdef HAVE_X11_XLIB_H
14517 # include <X11/Xlib.h>
14519 #ifdef HAVE_X11_XUTIL_H
14520 # include <X11/Xutil.h>
14523 if test "x$ac_cv_header_X11_extensions_Xrandr_h" = xyes
14525 printf "%s\n" "#define HAVE_X11_EXTENSIONS_XRANDR_H 1" >>confdefs.h
14528 ac_fn_c_check_header_compile
"$LINENO" "X11/extensions/Xrender.h" "ac_cv_header_X11_extensions_Xrender_h" "#ifdef HAVE_X11_XLIB_H
14529 # include <X11/Xlib.h>
14531 #ifdef HAVE_X11_XUTIL_H
14532 # include <X11/Xutil.h>
14535 if test "x$ac_cv_header_X11_extensions_Xrender_h" = xyes
14537 printf "%s\n" "#define HAVE_X11_EXTENSIONS_XRENDER_H 1" >>confdefs.h
14540 ac_fn_c_check_header_compile
"$LINENO" "X11/extensions/xf86vmode.h" "ac_cv_header_X11_extensions_xf86vmode_h" "#ifdef HAVE_X11_XLIB_H
14541 # include <X11/Xlib.h>
14543 #ifdef HAVE_X11_XUTIL_H
14544 # include <X11/Xutil.h>
14547 if test "x$ac_cv_header_X11_extensions_xf86vmode_h" = xyes
14549 printf "%s\n" "#define HAVE_X11_EXTENSIONS_XF86VMODE_H 1" >>confdefs.h
14552 ac_fn_c_check_header_compile
"$LINENO" "X11/extensions/xf86vmproto.h" "ac_cv_header_X11_extensions_xf86vmproto_h" "#ifdef HAVE_X11_XLIB_H
14553 # include <X11/Xlib.h>
14555 #ifdef HAVE_X11_XUTIL_H
14556 # include <X11/Xutil.h>
14559 if test "x$ac_cv_header_X11_extensions_xf86vmproto_h" = xyes
14561 printf "%s\n" "#define HAVE_X11_EXTENSIONS_XF86VMPROTO_H 1" >>confdefs.h
14566 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
14568 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
14569 printf %s
"checking for XkbQueryExtension in -lX11... " >&6; }
14570 if test ${ac_cv_lib_X11_XkbQueryExtension+y}
14572 printf %s
"(cached) " >&6
14574 ac_check_lib_save_LIBS
=$LIBS
14575 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
14576 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14577 /* end confdefs.h. */
14579 /* Override any GCC internal prototype to avoid an error.
14580 Use char because int might match the return type of a GCC
14581 builtin and then its argument prototype would still apply. */
14582 char XkbQueryExtension ();
14586 return XkbQueryExtension ();
14591 if ac_fn_c_try_link
"$LINENO"
14593 ac_cv_lib_X11_XkbQueryExtension
=yes
14595 ac_cv_lib_X11_XkbQueryExtension
=no
14597 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
14598 conftest
$ac_exeext conftest.
$ac_ext
14599 LIBS
=$ac_check_lib_save_LIBS
14601 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
14602 printf "%s\n" "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
14603 if test "x$ac_cv_lib_X11_XkbQueryExtension" = xyes
14606 printf "%s\n" "#define HAVE_XKB 1" >>confdefs.h
14612 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
14614 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
14615 printf %s
"checking for -lXcursor... " >&6; }
14616 if test ${ac_cv_lib_soname_Xcursor+y}
14618 printf %s
"(cached) " >&6
14620 ac_check_soname_save_LIBS
=$LIBS
14621 LIBS
="-lXcursor $X_LIBS $X_EXTRA_LIBS $LIBS"
14622 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14623 /* end confdefs.h. */
14625 /* Override any GCC internal prototype to avoid an error.
14626 Use char because int might match the return type of a GCC
14627 builtin and then its argument prototype would still apply. */
14628 char XcursorImageLoadCursor ();
14632 return XcursorImageLoadCursor ();
14637 if ac_fn_c_try_link
"$LINENO"
14640 dll
) ac_cv_lib_soname_Xcursor
=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14641 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'` ;;
14642 *) ac_cv_lib_soname_Xcursor
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcursor\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcursor\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14643 if ${ac_cv_lib_soname_Xcursor:+false} :
14645 ac_cv_lib_soname_Xcursor
=`$LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14649 ac_cv_lib_soname_Xcursor
=
14651 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
14652 conftest
$ac_exeext conftest.
$ac_ext
14653 LIBS
=$ac_check_soname_save_LIBS
14655 if ${ac_cv_lib_soname_Xcursor:+false} :
14657 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14658 printf "%s\n" "not found" >&6; }
14661 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
14662 printf "%s\n" "$ac_cv_lib_soname_Xcursor" >&6; }
14664 printf "%s\n" "#define SONAME_LIBXCURSOR \"$ac_cv_lib_soname_Xcursor\"" >>confdefs.h
14669 if test "x$ac_cv_lib_soname_Xcursor" = "x"
14671 case "x$with_xcursor" in
14672 x
) as_fn_append wine_notices
"|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
14674 *) as_fn_error $?
"libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
14675 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
14680 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
14682 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
14683 printf %s
"checking for -lXi... " >&6; }
14684 if test ${ac_cv_lib_soname_Xi+y}
14686 printf %s
"(cached) " >&6
14688 ac_check_soname_save_LIBS
=$LIBS
14689 LIBS
="-lXi $X_LIBS $X_EXTRA_LIBS $LIBS"
14690 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14691 /* end confdefs.h. */
14693 /* Override any GCC internal prototype to avoid an error.
14694 Use char because int might match the return type of a GCC
14695 builtin and then its argument prototype would still apply. */
14696 char XOpenDevice ();
14700 return XOpenDevice ();
14705 if ac_fn_c_try_link
"$LINENO"
14708 dll
) ac_cv_lib_soname_Xi
=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14709 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'` ;;
14710 *) ac_cv_lib_soname_Xi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14711 if ${ac_cv_lib_soname_Xi:+false} :
14713 ac_cv_lib_soname_Xi
=`$LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14717 ac_cv_lib_soname_Xi
=
14719 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
14720 conftest
$ac_exeext conftest.
$ac_ext
14721 LIBS
=$ac_check_soname_save_LIBS
14723 if ${ac_cv_lib_soname_Xi:+false} :
14725 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14726 printf "%s\n" "not found" >&6; }
14729 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
14730 printf "%s\n" "$ac_cv_lib_soname_Xi" >&6; }
14732 printf "%s\n" "#define SONAME_LIBXI \"$ac_cv_lib_soname_Xi\"" >>confdefs.h
14737 if test "x$ac_cv_lib_soname_Xi" = "x"
14739 case "x$with_xinput" in
14740 x
) as_fn_append wine_notices
"|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
14742 *) as_fn_error $?
"libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
14743 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
14748 if test "x$ac_cv_lib_soname_Xi" != x
14750 if test "$ac_cv_header_X11_extensions_XInput2_h" != "yes"
14752 case "x$with_xinput2" in
14753 x
) as_fn_append wine_notices
"|XInput2 headers not found, the XInput 2 extension won't be supported." ;;
14755 *) as_fn_error $?
"XInput2 headers not found, the XInput 2 extension won't be supported.
14756 This is an error since --with-xinput2 was requested." "$LINENO" 5 ;;
14762 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
14764 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
14765 printf %s
"checking for XShmQueryExtension in -lXext... " >&6; }
14766 if test ${ac_cv_lib_Xext_XShmQueryExtension+y}
14768 printf %s
"(cached) " >&6
14770 ac_check_lib_save_LIBS
=$LIBS
14771 LIBS
="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
14772 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14773 /* end confdefs.h. */
14775 /* Override any GCC internal prototype to avoid an error.
14776 Use char because int might match the return type of a GCC
14777 builtin and then its argument prototype would still apply. */
14778 char XShmQueryExtension ();
14782 return XShmQueryExtension ();
14787 if ac_fn_c_try_link
"$LINENO"
14789 ac_cv_lib_Xext_XShmQueryExtension
=yes
14791 ac_cv_lib_Xext_XShmQueryExtension
=no
14793 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
14794 conftest
$ac_exeext conftest.
$ac_ext
14795 LIBS
=$ac_check_lib_save_LIBS
14797 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
14798 printf "%s\n" "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
14799 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = xyes
14802 printf "%s\n" "#define HAVE_LIBXXSHM 1" >>confdefs.h
14807 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"
14809 case "x$with_xshm" in
14810 x
) as_fn_append wine_notices
"|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
14812 *) as_fn_error $?
"XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
14813 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
14818 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
14820 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
14821 printf %s
"checking for XShapeQueryExtension in -lXext... " >&6; }
14822 if test ${ac_cv_lib_Xext_XShapeQueryExtension+y}
14824 printf %s
"(cached) " >&6
14826 ac_check_lib_save_LIBS
=$LIBS
14827 LIBS
="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
14828 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14829 /* end confdefs.h. */
14831 /* Override any GCC internal prototype to avoid an error.
14832 Use char because int might match the return type of a GCC
14833 builtin and then its argument prototype would still apply. */
14834 char XShapeQueryExtension ();
14838 return XShapeQueryExtension ();
14843 if ac_fn_c_try_link
"$LINENO"
14845 ac_cv_lib_Xext_XShapeQueryExtension
=yes
14847 ac_cv_lib_Xext_XShapeQueryExtension
=no
14849 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
14850 conftest
$ac_exeext conftest.
$ac_ext
14851 LIBS
=$ac_check_lib_save_LIBS
14853 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
14854 printf "%s\n" "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
14855 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes
14858 printf "%s\n" "#define HAVE_LIBXSHAPE 1" >>confdefs.h
14863 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"
14865 case "x$with_xshape" in
14866 x
) as_fn_append wine_notices
"|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
14868 *) as_fn_error $?
"XShape ${notice_platform}development files not found, XShape won't be supported.
14869 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
14874 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
14876 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
14877 printf %s
"checking for -lXxf86vm... " >&6; }
14878 if test ${ac_cv_lib_soname_Xxf86vm+y}
14880 printf %s
"(cached) " >&6
14882 ac_check_soname_save_LIBS
=$LIBS
14883 LIBS
="-lXxf86vm $X_LIBS $X_EXTRA_LIBS $LIBS"
14884 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14885 /* end confdefs.h. */
14887 /* Override any GCC internal prototype to avoid an error.
14888 Use char because int might match the return type of a GCC
14889 builtin and then its argument prototype would still apply. */
14890 char XF86VidModeQueryExtension ();
14894 return XF86VidModeQueryExtension ();
14899 if ac_fn_c_try_link
"$LINENO"
14902 dll
) ac_cv_lib_soname_Xxf86vm
=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14903 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'` ;;
14904 *) ac_cv_lib_soname_Xxf86vm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXxf86vm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14905 if ${ac_cv_lib_soname_Xxf86vm:+false} :
14907 ac_cv_lib_soname_Xxf86vm
=`$LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14911 ac_cv_lib_soname_Xxf86vm
=
14913 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
14914 conftest
$ac_exeext conftest.
$ac_ext
14915 LIBS
=$ac_check_soname_save_LIBS
14917 if ${ac_cv_lib_soname_Xxf86vm:+false} :
14919 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14920 printf "%s\n" "not found" >&6; }
14923 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
14924 printf "%s\n" "$ac_cv_lib_soname_Xxf86vm" >&6; }
14926 printf "%s\n" "#define SONAME_LIBXXF86VM \"$ac_cv_lib_soname_Xxf86vm\"" >>confdefs.h
14931 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"
14933 case "x$with_xxf86vm" in
14934 x
) as_fn_append wine_notices
"|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
14936 *) as_fn_error $?
"libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
14937 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
14942 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x"
14944 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
14945 printf %s
"checking for -lXrender... " >&6; }
14946 if test ${ac_cv_lib_soname_Xrender+y}
14948 printf %s
"(cached) " >&6
14950 ac_check_soname_save_LIBS
=$LIBS
14951 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
14952 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14953 /* end confdefs.h. */
14955 /* Override any GCC internal prototype to avoid an error.
14956 Use char because int might match the return type of a GCC
14957 builtin and then its argument prototype would still apply. */
14958 char XRenderQueryExtension ();
14962 return XRenderQueryExtension ();
14967 if ac_fn_c_try_link
"$LINENO"
14970 dll
) ac_cv_lib_soname_Xrender
=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14971 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'` ;;
14972 *) ac_cv_lib_soname_Xrender
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrender\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrender\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14973 if ${ac_cv_lib_soname_Xrender:+false} :
14975 ac_cv_lib_soname_Xrender
=`$LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14979 ac_cv_lib_soname_Xrender
=
14981 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
14982 conftest
$ac_exeext conftest.
$ac_ext
14983 LIBS
=$ac_check_soname_save_LIBS
14985 if ${ac_cv_lib_soname_Xrender:+false} :
14987 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14988 printf "%s\n" "not found" >&6; }
14991 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
14992 printf "%s\n" "$ac_cv_lib_soname_Xrender" >&6; }
14994 printf "%s\n" "#define SONAME_LIBXRENDER \"$ac_cv_lib_soname_Xrender\"" >>confdefs.h
14996 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
14997 printf %s
"checking for XRenderSetPictureTransform in -lXrender... " >&6; }
14998 if test ${ac_cv_lib_Xrender_XRenderSetPictureTransform+y}
15000 printf %s
"(cached) " >&6
15002 ac_check_lib_save_LIBS
=$LIBS
15003 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
15004 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15005 /* end confdefs.h. */
15007 /* Override any GCC internal prototype to avoid an error.
15008 Use char because int might match the return type of a GCC
15009 builtin and then its argument prototype would still apply. */
15010 char XRenderSetPictureTransform ();
15014 return XRenderSetPictureTransform ();
15019 if ac_fn_c_try_link
"$LINENO"
15021 ac_cv_lib_Xrender_XRenderSetPictureTransform
=yes
15023 ac_cv_lib_Xrender_XRenderSetPictureTransform
=no
15025 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
15026 conftest
$ac_exeext conftest.
$ac_ext
15027 LIBS
=$ac_check_lib_save_LIBS
15029 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
15030 printf "%s\n" "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
15031 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = xyes
15034 printf "%s\n" "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
15038 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for XRenderCreateLinearGradient in -lXrender" >&5
15039 printf %s
"checking for XRenderCreateLinearGradient in -lXrender... " >&6; }
15040 if test ${ac_cv_lib_Xrender_XRenderCreateLinearGradient+y}
15042 printf %s
"(cached) " >&6
15044 ac_check_lib_save_LIBS
=$LIBS
15045 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
15046 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15047 /* end confdefs.h. */
15049 /* Override any GCC internal prototype to avoid an error.
15050 Use char because int might match the return type of a GCC
15051 builtin and then its argument prototype would still apply. */
15052 char XRenderCreateLinearGradient ();
15056 return XRenderCreateLinearGradient ();
15061 if ac_fn_c_try_link
"$LINENO"
15063 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=yes
15065 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=no
15067 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
15068 conftest
$ac_exeext conftest.
$ac_ext
15069 LIBS
=$ac_check_lib_save_LIBS
15071 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&5
15072 printf "%s\n" "$ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&6; }
15073 if test "x$ac_cv_lib_Xrender_XRenderCreateLinearGradient" = xyes
15076 printf "%s\n" "#define HAVE_XRENDERCREATELINEARGRADIENT 1" >>confdefs.h
15083 if test "x$ac_cv_lib_soname_Xrender" = "x"
15085 case "x$with_xrender" in
15086 x
) as_fn_append wine_warnings
"|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
15088 *) as_fn_error $?
"libxrender ${notice_platform}development files not found, XRender won't be supported.
15089 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
15094 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
15096 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15097 /* end confdefs.h. */
15098 #include <X11/Xlib.h>
15099 #include <X11/extensions/Xrandr.h>
15103 static typeof(XRRSetScreenConfigAndRate) * func; if (func) return 0;
15108 if ac_fn_c_try_compile
"$LINENO"
15110 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
15111 printf %s
"checking for -lXrandr... " >&6; }
15112 if test ${ac_cv_lib_soname_Xrandr+y}
15114 printf %s
"(cached) " >&6
15116 ac_check_soname_save_LIBS
=$LIBS
15117 LIBS
="-lXrandr $X_LIBS $X_EXTRA_LIBS $LIBS"
15118 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15119 /* end confdefs.h. */
15121 /* Override any GCC internal prototype to avoid an error.
15122 Use char because int might match the return type of a GCC
15123 builtin and then its argument prototype would still apply. */
15124 char XRRQueryExtension ();
15128 return XRRQueryExtension ();
15133 if ac_fn_c_try_link
"$LINENO"
15136 dll
) ac_cv_lib_soname_Xrandr
=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15137 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'` ;;
15138 *) ac_cv_lib_soname_Xrandr
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrandr\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrandr\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15139 if ${ac_cv_lib_soname_Xrandr:+false} :
15141 ac_cv_lib_soname_Xrandr
=`$LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15145 ac_cv_lib_soname_Xrandr
=
15147 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
15148 conftest
$ac_exeext conftest.
$ac_ext
15149 LIBS
=$ac_check_soname_save_LIBS
15151 if ${ac_cv_lib_soname_Xrandr:+false} :
15153 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15154 printf "%s\n" "not found" >&6; }
15157 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
15158 printf "%s\n" "$ac_cv_lib_soname_Xrandr" >&6; }
15160 printf "%s\n" "#define SONAME_LIBXRANDR \"$ac_cv_lib_soname_Xrandr\"" >>confdefs.h
15162 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15163 /* end confdefs.h. */
15164 #include <X11/Xlib.h>
15165 #include <X11/extensions/Xrandr.h>
15169 static typeof(XRRGetProviderResources) *f; if (f) return 0;
15174 if ac_fn_c_try_compile
"$LINENO"
15177 printf "%s\n" "#define HAVE_XRRGETPROVIDERRESOURCES 1" >>confdefs.h
15180 as_fn_append wine_notices
"|libxrandr ${notice_platform}development files too old, XRandR display device handler won't be supported."
15182 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
15185 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
15187 if test "x$ac_cv_lib_soname_Xrandr" = "x"
15189 case "x$with_xrandr" in
15190 x
) as_fn_append wine_notices
"|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
15192 *) as_fn_error $?
"libxrandr ${notice_platform}development files not found, XRandr won't be supported.
15193 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
15198 if test "$ac_cv_header_X11_extensions_Xfixes_h" = "yes"
15200 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15201 /* end confdefs.h. */
15202 #include <X11/Xlib.h>
15203 #include <X11/extensions/Xfixes.h>
15207 static typeof(XFixesQueryVersion) * func; if (func) return 0;
15212 if ac_fn_c_try_compile
"$LINENO"
15214 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lXfixes" >&5
15215 printf %s
"checking for -lXfixes... " >&6; }
15216 if test ${ac_cv_lib_soname_Xfixes+y}
15218 printf %s
"(cached) " >&6
15220 ac_check_soname_save_LIBS
=$LIBS
15221 LIBS
="-lXfixes $X_LIBS $X_EXTRA_LIBS $LIBS"
15222 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15223 /* end confdefs.h. */
15225 /* Override any GCC internal prototype to avoid an error.
15226 Use char because int might match the return type of a GCC
15227 builtin and then its argument prototype would still apply. */
15228 char XFixesQueryVersion ();
15232 return XFixesQueryVersion ();
15237 if ac_fn_c_try_link
"$LINENO"
15240 dll
) ac_cv_lib_soname_Xfixes
=`$ac_cv_path_LDD conftest.exe | grep "Xfixes" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15241 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'` ;;
15242 *) ac_cv_lib_soname_Xfixes
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXfixes\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXfixes\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15243 if ${ac_cv_lib_soname_Xfixes:+false} :
15245 ac_cv_lib_soname_Xfixes
=`$LDD conftest$ac_exeext | grep "libXfixes\\.$LIBEXT" | sed -e "s/^.*\(libXfixes\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15249 ac_cv_lib_soname_Xfixes
=
15251 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
15252 conftest
$ac_exeext conftest.
$ac_ext
15253 LIBS
=$ac_check_soname_save_LIBS
15255 if ${ac_cv_lib_soname_Xfixes:+false} :
15257 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15258 printf "%s\n" "not found" >&6; }
15261 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xfixes" >&5
15262 printf "%s\n" "$ac_cv_lib_soname_Xfixes" >&6; }
15264 printf "%s\n" "#define SONAME_LIBXFIXES \"$ac_cv_lib_soname_Xfixes\"" >>confdefs.h
15269 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
15271 if test "x$ac_cv_lib_soname_Xfixes" = "x"
15273 case "x$with_xfixes" in
15274 x
) as_fn_append wine_notices
"|libxfixes ${notice_platform}development files not found, Xfixes won't be supported." ;;
15276 *) as_fn_error $?
"libxfixes ${notice_platform}development files not found, Xfixes won't be supported.
15277 This is an error since --with-xfixes was requested." "$LINENO" 5 ;;
15282 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
15284 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15285 /* end confdefs.h. */
15286 #include <X11/Xlib.h>
15287 #include <X11/extensions/Xinerama.h>
15291 static typeof(XineramaQueryScreens) * func; if (func) return 0;
15296 if ac_fn_c_try_compile
"$LINENO"
15298 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
15299 printf %s
"checking for -lXinerama... " >&6; }
15300 if test ${ac_cv_lib_soname_Xinerama+y}
15302 printf %s
"(cached) " >&6
15304 ac_check_soname_save_LIBS
=$LIBS
15305 LIBS
="-lXinerama $X_LIBS $X_EXTRA_LIBS $LIBS"
15306 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15307 /* end confdefs.h. */
15309 /* Override any GCC internal prototype to avoid an error.
15310 Use char because int might match the return type of a GCC
15311 builtin and then its argument prototype would still apply. */
15312 char XineramaQueryScreens ();
15316 return XineramaQueryScreens ();
15321 if ac_fn_c_try_link
"$LINENO"
15324 dll
) ac_cv_lib_soname_Xinerama
=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15325 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'` ;;
15326 *) ac_cv_lib_soname_Xinerama
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXinerama\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXinerama\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15327 if ${ac_cv_lib_soname_Xinerama:+false} :
15329 ac_cv_lib_soname_Xinerama
=`$LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15333 ac_cv_lib_soname_Xinerama
=
15335 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
15336 conftest
$ac_exeext conftest.
$ac_ext
15337 LIBS
=$ac_check_soname_save_LIBS
15339 if ${ac_cv_lib_soname_Xinerama:+false} :
15341 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15342 printf "%s\n" "not found" >&6; }
15345 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
15346 printf "%s\n" "$ac_cv_lib_soname_Xinerama" >&6; }
15348 printf "%s\n" "#define SONAME_LIBXINERAMA \"$ac_cv_lib_soname_Xinerama\"" >>confdefs.h
15353 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
15355 if test "x$ac_cv_lib_soname_Xinerama" = "x"
15357 case "x$with_xinerama" in
15358 x
) as_fn_append wine_notices
"|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
15360 *) as_fn_error $?
"libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
15361 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
15366 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
15368 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
15369 printf %s
"checking for -lXcomposite... " >&6; }
15370 if test ${ac_cv_lib_soname_Xcomposite+y}
15372 printf %s
"(cached) " >&6
15374 ac_check_soname_save_LIBS
=$LIBS
15375 LIBS
="-lXcomposite $X_LIBS $X_EXTRA_LIBS $LIBS"
15376 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15377 /* end confdefs.h. */
15379 /* Override any GCC internal prototype to avoid an error.
15380 Use char because int might match the return type of a GCC
15381 builtin and then its argument prototype would still apply. */
15382 char XCompositeRedirectWindow ();
15386 return XCompositeRedirectWindow ();
15391 if ac_fn_c_try_link
"$LINENO"
15394 dll
) ac_cv_lib_soname_Xcomposite
=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15395 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'` ;;
15396 *) ac_cv_lib_soname_Xcomposite
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcomposite\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcomposite\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15397 if ${ac_cv_lib_soname_Xcomposite:+false} :
15399 ac_cv_lib_soname_Xcomposite
=`$LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15403 ac_cv_lib_soname_Xcomposite
=
15405 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
15406 conftest
$ac_exeext conftest.
$ac_ext
15407 LIBS
=$ac_check_soname_save_LIBS
15409 if ${ac_cv_lib_soname_Xcomposite:+false} :
15411 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15412 printf "%s\n" "not found" >&6; }
15415 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
15416 printf "%s\n" "$ac_cv_lib_soname_Xcomposite" >&6; }
15418 printf "%s\n" "#define SONAME_LIBXCOMPOSITE \"$ac_cv_lib_soname_Xcomposite\"" >>confdefs.h
15423 if test "x$ac_cv_lib_soname_Xcomposite" = "x"
15425 case "x$with_xcomposite" in
15426 x
) as_fn_append wine_notices
"|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
15428 *) as_fn_error $?
"libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
15429 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
15434 ac_fn_c_check_member
"$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
15435 #include <X11/Xlib.h>
15438 if test "x$ac_cv_member_XICCallback_callback" = xyes
15441 printf "%s\n" "#define HAVE_XICCALLBACK_CALLBACK 1" >>confdefs.h
15445 ac_fn_c_check_member
"$LINENO" "XEvent" "xcookie" "ac_cv_member_XEvent_xcookie" "#ifdef HAVE_X11_XLIB_H
15446 #include <X11/Xlib.h>
15449 if test "x$ac_cv_member_XEvent_xcookie" = xyes
15452 printf "%s\n" "#define HAVE_XEVENT_XCOOKIE 1" >>confdefs.h
15460 if test "x$with_opengl" != "xno"
15462 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
15463 printf %s
"checking for -lGL... " >&6; }
15464 if test ${ac_cv_lib_soname_GL+y}
15466 printf %s
"(cached) " >&6
15468 ac_check_soname_save_LIBS
=$LIBS
15469 LIBS
="-lGL $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
15470 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15471 /* end confdefs.h. */
15473 /* Override any GCC internal prototype to avoid an error.
15474 Use char because int might match the return type of a GCC
15475 builtin and then its argument prototype would still apply. */
15476 char glXCreateContext ();
15480 return glXCreateContext ();
15485 if ac_fn_c_try_link
"$LINENO"
15488 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15489 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'` ;;
15490 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15491 if ${ac_cv_lib_soname_GL:+false} :
15493 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15497 ac_cv_lib_soname_GL
=
15499 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
15500 conftest
$ac_exeext conftest.
$ac_ext
15501 LIBS
=$ac_check_soname_save_LIBS
15503 if ${ac_cv_lib_soname_GL:+false} :
15505 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15506 printf "%s\n" "not found" >&6; }
15507 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
15508 printf %s
"checking for -lGL... " >&6; }
15509 if test ${ac_cv_lib_soname_GL+y}
15511 printf %s
"(cached) " >&6
15513 ac_check_soname_save_LIBS
=$LIBS
15514 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"
15515 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15516 /* end confdefs.h. */
15518 /* Override any GCC internal prototype to avoid an error.
15519 Use char because int might match the return type of a GCC
15520 builtin and then its argument prototype would still apply. */
15521 char glXCreateContext ();
15525 return glXCreateContext ();
15530 if ac_fn_c_try_link
"$LINENO"
15533 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15534 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'` ;;
15535 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15536 if ${ac_cv_lib_soname_GL:+false} :
15538 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15542 ac_cv_lib_soname_GL
=
15544 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
15545 conftest
$ac_exeext conftest.
$ac_ext
15546 LIBS
=$ac_check_soname_save_LIBS
15548 if ${ac_cv_lib_soname_GL:+false} :
15550 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15551 printf "%s\n" "not found" >&6; }
15552 if test -f /usr
/X11R
6/lib
/libGL.a
15554 opengl_msg
="/usr/X11R6/lib/libGL.a is present on your system.
15555 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
15557 opengl_msg
="No OpenGL library found on this system."
15560 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
15561 printf "%s\n" "$ac_cv_lib_soname_GL" >&6; }
15563 printf "%s\n" "#define SONAME_LIBGL \"$ac_cv_lib_soname_GL\"" >>confdefs.h
15565 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"
15568 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
15569 printf "%s\n" "$ac_cv_lib_soname_GL" >&6; }
15571 printf "%s\n" "#define SONAME_LIBGL \"$ac_cv_lib_soname_GL\"" >>confdefs.h
15575 if test "x$with_osmesa" != "xno"
15577 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lOSMesa" >&5
15578 printf %s
"checking for -lOSMesa... " >&6; }
15579 if test ${ac_cv_lib_soname_OSMesa+y}
15581 printf %s
"(cached) " >&6
15583 ac_check_soname_save_LIBS
=$LIBS
15584 LIBS
="-lOSMesa $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
15585 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15586 /* end confdefs.h. */
15588 /* Override any GCC internal prototype to avoid an error.
15589 Use char because int might match the return type of a GCC
15590 builtin and then its argument prototype would still apply. */
15591 char OSMesaGetProcAddress ();
15595 return OSMesaGetProcAddress ();
15600 if ac_fn_c_try_link
"$LINENO"
15603 dll
) ac_cv_lib_soname_OSMesa
=`$ac_cv_path_LDD conftest.exe | grep "OSMesa" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15604 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'` ;;
15605 *) ac_cv_lib_soname_OSMesa
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libOSMesa\\.$LIBEXT" | sed -e "s/^.*\\[\\(libOSMesa\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15606 if ${ac_cv_lib_soname_OSMesa:+false} :
15608 ac_cv_lib_soname_OSMesa
=`$LDD conftest$ac_exeext | grep "libOSMesa\\.$LIBEXT" | sed -e "s/^.*\(libOSMesa\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15612 ac_cv_lib_soname_OSMesa
=
15614 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
15615 conftest
$ac_exeext conftest.
$ac_ext
15616 LIBS
=$ac_check_soname_save_LIBS
15618 if ${ac_cv_lib_soname_OSMesa:+false} :
15620 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15621 printf "%s\n" "not found" >&6; }
15624 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_OSMesa" >&5
15625 printf "%s\n" "$ac_cv_lib_soname_OSMesa" >&6; }
15627 printf "%s\n" "#define SONAME_LIBOSMESA \"$ac_cv_lib_soname_OSMesa\"" >>confdefs.h
15631 if test "x$ac_cv_lib_soname_OSMesa" = "x"
15633 case "x$with_osmesa" in
15634 x
) as_fn_append wine_notices
"|libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported." ;;
15636 *) as_fn_error $?
"libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
15637 This is an error since --with-osmesa was requested." "$LINENO" 5 ;;
15643 if test -n "$opengl_msg"
15645 case "x$with_opengl" in
15646 x
) as_fn_append wine_warnings
"|$opengl_msg
15647 OpenGL and Direct3D won't be supported." ;;
15649 *) as_fn_error $?
"$opengl_msg
15650 OpenGL and Direct3D won't be supported.
15651 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
15656 CPPFLAGS
="$ac_save_CPPFLAGS"
15662 if test "$enable_wineandroid_drv$enable_winemac_drv" = "nono"
15664 if test "x$X_LIBS" = "x"
15668 *) as_fn_error $?
"X ${notice_platform}development files not found. Wine will be built
15669 without X support, which probably isn't what you want. You will need
15670 to install ${notice_platform}development packages of Xlib at the very least.
15671 Use the --without-x option if you really want this." "$LINENO" 5 ;;
15673 enable_winex11_drv
=${enable_winex11_drv:-no}
15676 if test "x$X_LIBS" = "x"
15679 x
) as_fn_append wine_notices
"|X ${notice_platform}development files not found, the X11 driver won't be supported." ;;
15681 *) as_fn_error $?
"X ${notice_platform}development files not found, the X11 driver won't be supported.
15682 This is an error since --with-x was requested." "$LINENO" 5 ;;
15684 enable_winex11_drv
=${enable_winex11_drv:-no}
15688 if test "$ac_cv_header_CL_cl_h" = "yes"
15690 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5
15691 printf %s
"checking for clGetPlatformInfo in -lOpenCL... " >&6; }
15692 if test ${ac_cv_lib_OpenCL_clGetPlatformInfo+y}
15694 printf %s
"(cached) " >&6
15696 ac_check_lib_save_LIBS
=$LIBS
15697 LIBS
="-lOpenCL $LIBS"
15698 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15699 /* end confdefs.h. */
15701 /* Override any GCC internal prototype to avoid an error.
15702 Use char because int might match the return type of a GCC
15703 builtin and then its argument prototype would still apply. */
15704 char clGetPlatformInfo ();
15708 return clGetPlatformInfo ();
15713 if ac_fn_c_try_link
"$LINENO"
15715 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
15717 ac_cv_lib_OpenCL_clGetPlatformInfo
=no
15719 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
15720 conftest
$ac_exeext conftest.
$ac_ext
15721 LIBS
=$ac_check_lib_save_LIBS
15723 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_OpenCL_clGetPlatformInfo" >&5
15724 printf "%s\n" "$ac_cv_lib_OpenCL_clGetPlatformInfo" >&6; }
15725 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" = xyes
15727 OPENCL_LIBS
="-lOpenCL"
15732 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes
15734 case "x$with_opencl" in
15735 x
) as_fn_append wine_notices
"|OpenCL ${notice_platform}development files not found, OpenCL won't be supported." ;;
15737 *) as_fn_error $?
"OpenCL ${notice_platform}development files not found, OpenCL won't be supported.
15738 This is an error since --with-opencl was requested." "$LINENO" 5 ;;
15740 enable_opencl
=${enable_opencl:-no}
15743 if test "$ac_cv_header_pcap_pcap_h" = "yes"
15745 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pcap_create in -lpcap" >&5
15746 printf %s
"checking for pcap_create in -lpcap... " >&6; }
15747 if test ${ac_cv_lib_pcap_pcap_create+y}
15749 printf %s
"(cached) " >&6
15751 ac_check_lib_save_LIBS
=$LIBS
15752 LIBS
="-lpcap $LIBS"
15753 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15754 /* end confdefs.h. */
15756 /* Override any GCC internal prototype to avoid an error.
15757 Use char because int might match the return type of a GCC
15758 builtin and then its argument prototype would still apply. */
15759 char pcap_create ();
15763 return pcap_create ();
15768 if ac_fn_c_try_link
"$LINENO"
15770 ac_cv_lib_pcap_pcap_create
=yes
15772 ac_cv_lib_pcap_pcap_create
=no
15774 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
15775 conftest
$ac_exeext conftest.
$ac_ext
15776 LIBS
=$ac_check_lib_save_LIBS
15778 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcap_pcap_create" >&5
15779 printf "%s\n" "$ac_cv_lib_pcap_pcap_create" >&6; }
15780 if test "x$ac_cv_lib_pcap_pcap_create" = xyes
15787 if test "x$ac_cv_lib_pcap_pcap_create" != xyes
15789 case "x$with_pcap" in
15790 x
) as_fn_append wine_notices
"|pcap ${notice_platform}development files not found, wpcap won't be supported." ;;
15792 *) as_fn_error $?
"pcap ${notice_platform}development files not found, wpcap won't be supported.
15793 This is an error since --with-pcap was requested." "$LINENO" 5 ;;
15795 enable_wpcap
=${enable_wpcap:-no}
15798 if test "x$with_inotify" != "xno"
15800 if ${INOTIFY_CFLAGS:+false} :
15802 if test ${PKG_CONFIG+y}
15804 INOTIFY_CFLAGS
=`$PKG_CONFIG --cflags libinotify 2>/dev/null`
15808 if ${INOTIFY_LIBS:+false} :
15810 if test ${PKG_CONFIG+y}
15812 INOTIFY_LIBS
=`$PKG_CONFIG --libs libinotify 2>/dev/null`
15817 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libinotify cflags: $INOTIFY_CFLAGS" >&5
15818 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libinotify libs: $INOTIFY_LIBS" >&5
15819 ac_save_CPPFLAGS
=$CPPFLAGS
15820 CPPFLAGS
="$CPPFLAGS $INOTIFY_CFLAGS"
15821 ac_fn_c_check_header_compile
"$LINENO" "sys/inotify.h" "ac_cv_header_sys_inotify_h" "$ac_includes_default"
15822 if test "x$ac_cv_header_sys_inotify_h" = xyes
15824 printf "%s\n" "#define HAVE_SYS_INOTIFY_H 1" >>confdefs.h
15828 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for inotify_add_watch in -linotify" >&5
15829 printf %s
"checking for inotify_add_watch in -linotify... " >&6; }
15830 if test ${ac_cv_lib_inotify_inotify_add_watch+y}
15832 printf %s
"(cached) " >&6
15834 ac_check_lib_save_LIBS
=$LIBS
15835 LIBS
="-linotify $INOTIFY_LIBS $LIBS"
15836 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15837 /* end confdefs.h. */
15839 /* Override any GCC internal prototype to avoid an error.
15840 Use char because int might match the return type of a GCC
15841 builtin and then its argument prototype would still apply. */
15842 char inotify_add_watch ();
15846 return inotify_add_watch ();
15851 if ac_fn_c_try_link
"$LINENO"
15853 ac_cv_lib_inotify_inotify_add_watch
=yes
15855 ac_cv_lib_inotify_inotify_add_watch
=no
15857 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
15858 conftest
$ac_exeext conftest.
$ac_ext
15859 LIBS
=$ac_check_lib_save_LIBS
15861 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_inotify_inotify_add_watch" >&5
15862 printf "%s\n" "$ac_cv_lib_inotify_inotify_add_watch" >&6; }
15863 if test "x$ac_cv_lib_inotify_inotify_add_watch" = xyes
15870 CPPFLAGS
=$ac_save_CPPFLAGS
15873 if test "$ac_cv_header_sys_inotify_h" != "yes"
15875 case "x$with_inotify" in
15876 x
) as_fn_append wine_notices
"|libinotify ${notice_platform}development files not found (or too old), filesystem change notifications won't be supported." ;;
15878 *) as_fn_error $?
"libinotify ${notice_platform}development files not found (or too old), filesystem change notifications won't be supported.
15879 This is an error since --with-inotify was requested." "$LINENO" 5 ;;
15884 if test "x$with_dbus" != "xno"
15886 if ${DBUS_CFLAGS:+false} :
15888 if test ${PKG_CONFIG+y}
15890 DBUS_CFLAGS
=`$PKG_CONFIG --cflags dbus-1 2>/dev/null`
15894 if ${DBUS_LIBS:+false} :
15896 if test ${PKG_CONFIG+y}
15898 DBUS_LIBS
=`$PKG_CONFIG --libs dbus-1 2>/dev/null`
15903 printf "%s\n" "$as_me:${as_lineno-$LINENO}: dbus-1 cflags: $DBUS_CFLAGS" >&5
15904 printf "%s\n" "$as_me:${as_lineno-$LINENO}: dbus-1 libs: $DBUS_LIBS" >&5
15905 ac_save_CPPFLAGS
=$CPPFLAGS
15906 CPPFLAGS
="$CPPFLAGS $DBUS_CFLAGS"
15907 ac_fn_c_check_header_compile
"$LINENO" "dbus/dbus.h" "ac_cv_header_dbus_dbus_h" "$ac_includes_default"
15908 if test "x$ac_cv_header_dbus_dbus_h" = xyes
15910 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -ldbus-1" >&5
15911 printf %s
"checking for -ldbus-1... " >&6; }
15912 if test ${ac_cv_lib_soname_dbus_1+y}
15914 printf %s
"(cached) " >&6
15916 ac_check_soname_save_LIBS
=$LIBS
15917 LIBS
="-ldbus-1 $DBUS_LIBS $LIBS"
15918 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15919 /* end confdefs.h. */
15921 /* Override any GCC internal prototype to avoid an error.
15922 Use char because int might match the return type of a GCC
15923 builtin and then its argument prototype would still apply. */
15924 char dbus_connection_close ();
15928 return dbus_connection_close ();
15933 if ac_fn_c_try_link
"$LINENO"
15936 dll
) ac_cv_lib_soname_dbus_1
=`$ac_cv_path_LDD conftest.exe | grep "dbus-1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15937 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'` ;;
15938 *) 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'`
15939 if ${ac_cv_lib_soname_dbus_1:+false} :
15941 ac_cv_lib_soname_dbus_1
=`$LDD conftest$ac_exeext | grep "libdbus-1\\.$LIBEXT" | sed -e "s/^.*\(libdbus-1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15945 ac_cv_lib_soname_dbus_1
=
15947 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
15948 conftest
$ac_exeext conftest.
$ac_ext
15949 LIBS
=$ac_check_soname_save_LIBS
15951 if ${ac_cv_lib_soname_dbus_1:+false} :
15953 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15954 printf "%s\n" "not found" >&6; }
15957 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_dbus_1" >&5
15958 printf "%s\n" "$ac_cv_lib_soname_dbus_1" >&6; }
15960 printf "%s\n" "#define SONAME_LIBDBUS_1 \"$ac_cv_lib_soname_dbus_1\"" >>confdefs.h
15968 CPPFLAGS
=$ac_save_CPPFLAGS
15971 if test "x$ac_cv_lib_soname_dbus_1" = "x" -a \
15972 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"
15974 case "x$with_dbus" in
15975 x
) as_fn_append wine_notices
"|libdbus ${notice_platform}development files not found, no dynamic device support." ;;
15977 *) as_fn_error $?
"libdbus ${notice_platform}development files not found, no dynamic device support.
15978 This is an error since --with-dbus was requested." "$LINENO" 5 ;;
15983 if test "x$with_gnutls" != "xno"
15985 if ${GNUTLS_CFLAGS:+false} :
15987 if test ${PKG_CONFIG+y}
15989 GNUTLS_CFLAGS
=`$PKG_CONFIG --cflags gnutls 2>/dev/null`
15993 if ${GNUTLS_LIBS:+false} :
15995 if test ${PKG_CONFIG+y}
15997 GNUTLS_LIBS
=`$PKG_CONFIG --libs gnutls 2>/dev/null`
16001 GNUTLS_LIBS
=${GNUTLS_LIBS:-"-lgnutls"}
16002 printf "%s\n" "$as_me:${as_lineno-$LINENO}: gnutls cflags: $GNUTLS_CFLAGS" >&5
16003 printf "%s\n" "$as_me:${as_lineno-$LINENO}: gnutls libs: $GNUTLS_LIBS" >&5
16004 ac_save_CPPFLAGS
=$CPPFLAGS
16005 CPPFLAGS
="$CPPFLAGS $GNUTLS_CFLAGS"
16006 ac_fn_c_check_header_compile
"$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
16007 if test "x$ac_cv_header_gnutls_gnutls_h" = xyes
16009 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16010 /* end confdefs.h. */
16011 #include <gnutls/gnutls.h>
16012 #include <gnutls/crypto.h>
16016 static typeof(gnutls_mac_get_key_size) *func; if (func) return 0;
16021 if ac_fn_c_try_compile
"$LINENO"
16023 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
16024 printf %s
"checking for -lgnutls... " >&6; }
16025 if test ${ac_cv_lib_soname_gnutls+y}
16027 printf %s
"(cached) " >&6
16029 ac_check_soname_save_LIBS
=$LIBS
16030 LIBS
="-lgnutls $GNUTLS_LIBS $LIBS"
16031 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16032 /* end confdefs.h. */
16034 /* Override any GCC internal prototype to avoid an error.
16035 Use char because int might match the return type of a GCC
16036 builtin and then its argument prototype would still apply. */
16037 char gnutls_global_init ();
16041 return gnutls_global_init ();
16046 if ac_fn_c_try_link
"$LINENO"
16049 dll
) ac_cv_lib_soname_gnutls
=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
16050 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'` ;;
16051 *) 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'`
16052 if ${ac_cv_lib_soname_gnutls:+false} :
16054 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'`
16058 ac_cv_lib_soname_gnutls
=
16060 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
16061 conftest
$ac_exeext conftest.
$ac_ext
16062 LIBS
=$ac_check_soname_save_LIBS
16064 if ${ac_cv_lib_soname_gnutls:+false} :
16066 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
16067 printf "%s\n" "not found" >&6; }
16070 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
16071 printf "%s\n" "$ac_cv_lib_soname_gnutls" >&6; }
16073 printf "%s\n" "#define SONAME_LIBGNUTLS \"$ac_cv_lib_soname_gnutls\"" >>confdefs.h
16077 ac_wine_check_funcs_save_LIBS
="$LIBS"
16078 LIBS
="$LIBS $GNUTLS_LIBS"
16080 for ac_func
in gnutls_cipher_init
16082 ac_fn_c_check_func
"$LINENO" "gnutls_cipher_init" "ac_cv_func_gnutls_cipher_init"
16083 if test "x$ac_cv_func_gnutls_cipher_init" = xyes
16085 printf "%s\n" "#define HAVE_GNUTLS_CIPHER_INIT 1" >>confdefs.h
16088 as_fn_append wine_notices
"|libgnutls ${notice_platform}development files too old, bcrypt encryption won't be supported."
16092 LIBS
="$ac_wine_check_funcs_save_LIBS"
16094 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
16099 CPPFLAGS
=$ac_save_CPPFLAGS
16102 if test "x$ac_cv_lib_soname_gnutls" = "x"
16104 case "x$with_gnutls" in
16105 x
) as_fn_append wine_warnings
"|libgnutls ${notice_platform}development files not found, no schannel support." ;;
16107 *) as_fn_error $?
"libgnutls ${notice_platform}development files not found, no schannel support.
16108 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
16113 if test "x$with_sane" != "xno"
16115 if ${SANE_CFLAGS:+false} :
16117 if test ${PKG_CONFIG+y}
16119 SANE_CFLAGS
=`$PKG_CONFIG --cflags sane-backends 2>/dev/null`
16122 test "$cross_compiling" = yes || SANE_CFLAGS
=${SANE_CFLAGS:-`${SANE_CONFIG:-sane-config} --cflags 2>/dev/null`}
16123 if ${SANE_LIBS:+false} :
16125 if test ${PKG_CONFIG+y}
16127 SANE_LIBS
=`$PKG_CONFIG --libs sane-backends 2>/dev/null`
16130 test "$cross_compiling" = yes || SANE_LIBS
=${SANE_LIBS:-`${SANE_CONFIG:-sane-config} --ldflags 2>/dev/null`}
16132 printf "%s\n" "$as_me:${as_lineno-$LINENO}: sane-backends cflags: $SANE_CFLAGS" >&5
16133 printf "%s\n" "$as_me:${as_lineno-$LINENO}: sane-backends libs: $SANE_LIBS" >&5
16134 ac_save_CPPFLAGS
=$CPPFLAGS
16135 CPPFLAGS
="$CPPFLAGS $SANE_CFLAGS"
16136 ac_fn_c_check_header_compile
"$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
16137 if test "x$ac_cv_header_sane_sane_h" = xyes
16139 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for sane_init in -lsane" >&5
16140 printf %s
"checking for sane_init in -lsane... " >&6; }
16141 if test ${ac_cv_lib_sane_sane_init+y}
16143 printf %s
"(cached) " >&6
16145 ac_check_lib_save_LIBS
=$LIBS
16146 LIBS
="-lsane $SANE_LIBS $LIBS"
16147 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16148 /* end confdefs.h. */
16150 /* Override any GCC internal prototype to avoid an error.
16151 Use char because int might match the return type of a GCC
16152 builtin and then its argument prototype would still apply. */
16157 return sane_init ();
16162 if ac_fn_c_try_link
"$LINENO"
16164 ac_cv_lib_sane_sane_init
=yes
16166 ac_cv_lib_sane_sane_init
=no
16168 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
16169 conftest
$ac_exeext conftest.
$ac_ext
16170 LIBS
=$ac_check_lib_save_LIBS
16172 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_sane_sane_init" >&5
16173 printf "%s\n" "$ac_cv_lib_sane_sane_init" >&6; }
16174 if test "x$ac_cv_lib_sane_sane_init" = xyes
16181 CPPFLAGS
=$ac_save_CPPFLAGS
16184 if test "$ac_cv_lib_sane_sane_init" != "yes"
16186 case "x$with_sane" in
16187 x
) as_fn_append wine_notices
"|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
16189 *) as_fn_error $?
"libsane ${notice_platform}development files not found, scanners won't be supported.
16190 This is an error since --with-sane was requested." "$LINENO" 5 ;;
16192 enable_sane_ds
=${enable_sane_ds:-no}
16195 if test "x$with_usb" != "xno"
16197 if ${USB_CFLAGS:+false} :
16199 if test ${PKG_CONFIG+y}
16201 USB_CFLAGS
=`$PKG_CONFIG --cflags libusb-1.0 2>/dev/null`
16205 if ${USB_LIBS:+false} :
16207 if test ${PKG_CONFIG+y}
16209 USB_LIBS
=`$PKG_CONFIG --libs libusb-1.0 2>/dev/null`
16213 USB_LIBS
=${USB_LIBS:-"-lusb-1.0"}
16214 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libusb-1.0 cflags: $USB_CFLAGS" >&5
16215 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libusb-1.0 libs: $USB_LIBS" >&5
16216 ac_save_CPPFLAGS
=$CPPFLAGS
16217 CPPFLAGS
="$CPPFLAGS $USB_CFLAGS"
16218 ac_fn_c_check_header_compile
"$LINENO" "libusb.h" "ac_cv_header_libusb_h" "$ac_includes_default"
16219 if test "x$ac_cv_header_libusb_h" = xyes
16221 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libusb_interrupt_event_handler in -lusb-1.0" >&5
16222 printf %s
"checking for libusb_interrupt_event_handler in -lusb-1.0... " >&6; }
16223 if test ${ac_cv_lib_usb_1_0_libusb_interrupt_event_handler+y}
16225 printf %s
"(cached) " >&6
16227 ac_check_lib_save_LIBS
=$LIBS
16228 LIBS
="-lusb-1.0 $USB_LIBS $LIBS"
16229 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16230 /* end confdefs.h. */
16232 /* Override any GCC internal prototype to avoid an error.
16233 Use char because int might match the return type of a GCC
16234 builtin and then its argument prototype would still apply. */
16235 char libusb_interrupt_event_handler ();
16239 return libusb_interrupt_event_handler ();
16244 if ac_fn_c_try_link
"$LINENO"
16246 ac_cv_lib_usb_1_0_libusb_interrupt_event_handler
=yes
16248 ac_cv_lib_usb_1_0_libusb_interrupt_event_handler
=no
16250 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
16251 conftest
$ac_exeext conftest.
$ac_ext
16252 LIBS
=$ac_check_lib_save_LIBS
16254 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_usb_1_0_libusb_interrupt_event_handler" >&5
16255 printf "%s\n" "$ac_cv_lib_usb_1_0_libusb_interrupt_event_handler" >&6; }
16256 if test "x$ac_cv_lib_usb_1_0_libusb_interrupt_event_handler" = xyes
16267 CPPFLAGS
=$ac_save_CPPFLAGS
16270 if test "$ac_cv_lib_usb_1_0_libusb_interrupt_event_handler" != "yes"
16272 case "x$with_usb" in
16273 x
) as_fn_append wine_notices
"|libusb-1.0 ${notice_platform}development files not found (or too old), USB devices won't be supported." ;;
16275 *) as_fn_error $?
"libusb-1.0 ${notice_platform}development files not found (or too old), USB devices won't be supported.
16276 This is an error since --with-usb was requested." "$LINENO" 5 ;;
16278 enable_wineusb_sys
=${enable_wineusb_sys:-no}
16281 if test "x$with_v4l2" != "xno"
16283 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lv4l2" >&5
16284 printf %s
"checking for -lv4l2... " >&6; }
16285 if test ${ac_cv_lib_soname_v4l2+y}
16287 printf %s
"(cached) " >&6
16289 ac_check_soname_save_LIBS
=$LIBS
16290 LIBS
="-lv4l2 $LIBS"
16291 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16292 /* end confdefs.h. */
16294 /* Override any GCC internal prototype to avoid an error.
16295 Use char because int might match the return type of a GCC
16296 builtin and then its argument prototype would still apply. */
16301 return v4l2_open ();
16306 if ac_fn_c_try_link
"$LINENO"
16309 dll
) ac_cv_lib_soname_v4l2
=`$ac_cv_path_LDD conftest.exe | grep "v4l2" | sed -e "s/dll.*/dll/"';2,$d'` ;;
16310 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'` ;;
16311 *) ac_cv_lib_soname_v4l2
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libv4l2\\.$LIBEXT" | sed -e "s/^.*\\[\\(libv4l2\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
16312 if ${ac_cv_lib_soname_v4l2:+false} :
16314 ac_cv_lib_soname_v4l2
=`$LDD conftest$ac_exeext | grep "libv4l2\\.$LIBEXT" | sed -e "s/^.*\(libv4l2\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
16318 ac_cv_lib_soname_v4l2
=
16320 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
16321 conftest
$ac_exeext conftest.
$ac_ext
16322 LIBS
=$ac_check_soname_save_LIBS
16324 if ${ac_cv_lib_soname_v4l2:+false} :
16326 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
16327 printf "%s\n" "not found" >&6; }
16330 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l2" >&5
16331 printf "%s\n" "$ac_cv_lib_soname_v4l2" >&6; }
16333 printf "%s\n" "#define SONAME_LIBV4L2 \"$ac_cv_lib_soname_v4l2\"" >>confdefs.h
16338 if test "x$ac_cv_lib_soname_v4l2" = "x"
16340 case "x$with_v4l2" in
16341 x
) as_fn_append wine_notices
"|libv4l2 ${notice_platform}development files not found." ;;
16343 *) as_fn_error $?
"libv4l2 ${notice_platform}development files not found.
16344 This is an error since --with-v4l2 was requested." "$LINENO" 5 ;;
16349 if test "x$with_gphoto" != "xno"
16351 if ${GPHOTO2_CFLAGS:+false} :
16353 if test ${PKG_CONFIG+y}
16355 GPHOTO2_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2 2>/dev/null`
16358 test "$cross_compiling" = yes || GPHOTO2_CFLAGS
=${GPHOTO2_CFLAGS:-`${GPHOTO2_CONFIG:-gphoto2-config} --cflags 2>/dev/null`}
16359 if ${GPHOTO2_LIBS:+false} :
16361 if test ${PKG_CONFIG+y}
16363 GPHOTO2_LIBS
=`$PKG_CONFIG --libs libgphoto2 2>/dev/null`
16366 test "$cross_compiling" = yes || GPHOTO2_LIBS
=${GPHOTO2_LIBS:-`${GPHOTO2_CONFIG:-gphoto2-config} --libs 2>/dev/null`}
16367 GPHOTO2_LIBS
=${GPHOTO2_LIBS:-"-lgphoto2"}
16368 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libgphoto2 cflags: $GPHOTO2_CFLAGS" >&5
16369 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libgphoto2 libs: $GPHOTO2_LIBS" >&5
16370 ac_save_CPPFLAGS
=$CPPFLAGS
16371 CPPFLAGS
="$CPPFLAGS $GPHOTO2_CFLAGS"
16372 ac_fn_c_check_header_compile
"$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
16373 if test "x$ac_cv_header_gphoto2_camera_h" = xyes
16375 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
16376 printf %s
"checking for gp_camera_new in -lgphoto2... " >&6; }
16377 if test ${ac_cv_lib_gphoto2_gp_camera_new+y}
16379 printf %s
"(cached) " >&6
16381 ac_check_lib_save_LIBS
=$LIBS
16382 LIBS
="-lgphoto2 $GPHOTO2_LIBS $LIBS"
16383 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16384 /* end confdefs.h. */
16386 /* Override any GCC internal prototype to avoid an error.
16387 Use char because int might match the return type of a GCC
16388 builtin and then its argument prototype would still apply. */
16389 char gp_camera_new ();
16393 return gp_camera_new ();
16398 if ac_fn_c_try_link
"$LINENO"
16400 ac_cv_lib_gphoto2_gp_camera_new
=yes
16402 ac_cv_lib_gphoto2_gp_camera_new
=no
16404 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
16405 conftest
$ac_exeext conftest.
$ac_ext
16406 LIBS
=$ac_check_lib_save_LIBS
16408 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
16409 printf "%s\n" "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
16410 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = xyes
16417 CPPFLAGS
=$ac_save_CPPFLAGS
16419 if ${GPHOTO2_PORT_CFLAGS:+false} :
16421 if test ${PKG_CONFIG+y}
16423 GPHOTO2_PORT_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2_port 2>/dev/null`
16426 test "$cross_compiling" = yes || GPHOTO2_PORT_CFLAGS
=${GPHOTO2_PORT_CFLAGS:-`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --cflags 2>/dev/null`}
16427 if ${GPHOTO2_PORT_LIBS:+false} :
16429 if test ${PKG_CONFIG+y}
16431 GPHOTO2_PORT_LIBS
=`$PKG_CONFIG --libs libgphoto2_port 2>/dev/null`
16434 test "$cross_compiling" = yes || GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --libs 2>/dev/null`}
16435 GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-"-lgphoto2_port"}
16436 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libgphoto2_port cflags: $GPHOTO2_PORT_CFLAGS" >&5
16437 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libgphoto2_port libs: $GPHOTO2_PORT_LIBS" >&5
16438 ac_save_CPPFLAGS
=$CPPFLAGS
16439 CPPFLAGS
="$CPPFLAGS $GPHOTO2_PORT_CFLAGS"
16440 ac_fn_c_check_header_compile
"$LINENO" "gphoto2-port.h" "ac_cv_header_gphoto2_port_h" "$ac_includes_default"
16441 if test "x$ac_cv_header_gphoto2_port_h" = xyes
16443 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gp_port_info_list_new in -lgphoto2_port" >&5
16444 printf %s
"checking for gp_port_info_list_new in -lgphoto2_port... " >&6; }
16445 if test ${ac_cv_lib_gphoto2_port_gp_port_info_list_new+y}
16447 printf %s
"(cached) " >&6
16449 ac_check_lib_save_LIBS
=$LIBS
16450 LIBS
="-lgphoto2_port $GPHOTO2_PORT_LIBS $LIBS"
16451 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16452 /* end confdefs.h. */
16454 /* Override any GCC internal prototype to avoid an error.
16455 Use char because int might match the return type of a GCC
16456 builtin and then its argument prototype would still apply. */
16457 char gp_port_info_list_new ();
16461 return gp_port_info_list_new ();
16466 if ac_fn_c_try_link
"$LINENO"
16468 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=yes
16470 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=no
16472 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
16473 conftest
$ac_exeext conftest.
$ac_ext
16474 LIBS
=$ac_check_lib_save_LIBS
16476 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&5
16477 printf "%s\n" "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&6; }
16478 if test "x$ac_cv_lib_gphoto2_port_gp_port_info_list_new" = xyes
16481 printf "%s\n" "#define HAVE_GPHOTO2_PORT 1" >>confdefs.h
16484 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
16488 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
16491 CPPFLAGS
=$ac_save_CPPFLAGS
16494 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"
16496 case "x$with_gphoto" in
16497 x
) as_fn_append wine_notices
"|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
16499 *) as_fn_error $?
"libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
16500 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
16502 enable_gphoto2_ds
=${enable_gphoto2_ds:-no}
16504 if test "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" != "yes"
16506 case "x$with_gphoto" in
16507 x
) as_fn_append wine_notices
"|libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected." ;;
16509 *) as_fn_error $?
"libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected.
16510 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
16516 if test "$ac_cv_header_resolv_h" = "yes"
16518 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for resolver library" >&5
16519 printf %s
"checking for resolver library... " >&6; }
16520 if test ${ac_cv_have_resolv+y}
16522 printf %s
"(cached) " >&6
16524 ac_save_LIBS
="$LIBS"
16525 for lib
in '' -lresolv
16527 LIBS
="$lib $ac_save_LIBS"
16528 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16529 /* end confdefs.h. */
16530 #ifdef HAVE_NETINET_IN_H
16531 #include <netinet/in.h>
16533 #include <resolv.h>
16537 if (!(_res.options & RES_INIT)) res_init(); res_query("foo",ns_c_in,0,0,0); ns_initparse(0,0,0)
16542 if ac_fn_c_try_link
"$LINENO"
16544 ac_cv_have_resolv
=${lib:-"none required"}
16546 ac_cv_have_resolv
="not found"
16548 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
16549 conftest
$ac_exeext conftest.
$ac_ext
16550 test "x$ac_cv_have_resolv" = "xnot found" ||
break
16552 LIBS
="$ac_save_LIBS"
16554 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_resolv" >&5
16555 printf "%s\n" "$ac_cv_have_resolv" >&6; }
16557 case "$ac_cv_have_resolv" in
16561 printf "%s\n" "#define HAVE_RESOLV 1" >>confdefs.h
16564 printf "%s\n" "#define HAVE_RESOLV 1" >>confdefs.h
16566 RESOLV_LIBS
=$ac_cv_have_resolv
16570 if test "x$ac_cv_have_resolv" != "xnot found"
16572 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for res_getservers" >&5
16573 printf %s
"checking for res_getservers... " >&6; }
16574 if test ${ac_cv_have_res_getservers+y}
16576 printf %s
"(cached) " >&6
16578 ac_save_LIBS
="$LIBS"
16579 LIBS
="$RESOLV_LIBS $LIBS"
16580 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16581 /* end confdefs.h. */
16582 #include <resolv.h>
16586 res_getservers(NULL, NULL, 0);
16591 if ac_fn_c_try_link
"$LINENO"
16593 ac_cv_have_res_getservers
=yes
16595 ac_cv_have_res_getservers
=no
16597 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
16598 conftest
$ac_exeext conftest.
$ac_ext
16599 LIBS
="$ac_save_LIBS"
16601 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_res_getservers" >&5
16602 printf "%s\n" "$ac_cv_have_res_getservers" >&6; }
16603 if test "$ac_cv_have_res_getservers" = "yes"
16606 printf "%s\n" "#define HAVE_RES_GETSERVERS 1" >>confdefs.h
16612 if test "x$with_freetype" != "xno"
16614 if ${FREETYPE_CFLAGS:+false} :
16616 if test ${PKG_CONFIG+y}
16618 FREETYPE_CFLAGS
=`$PKG_CONFIG --cflags freetype2 2>/dev/null`
16621 test "$cross_compiling" = yes || FREETYPE_CFLAGS
=${FREETYPE_CFLAGS:-`(${FREETYPE_CONFIG:-freetype-config} --cflags || ${FREETYPE2_CONFIG:-freetype2-config} --cflags) 2>/dev/null`}
16622 if ${FREETYPE_LIBS:+false} :
16624 if test ${PKG_CONFIG+y}
16626 FREETYPE_LIBS
=`$PKG_CONFIG --libs freetype2 2>/dev/null`
16629 test "$cross_compiling" = yes || FREETYPE_LIBS
=${FREETYPE_LIBS:-`(${FREETYPE_CONFIG:-freetype-config} --libs || ${FREETYPE2_CONFIG:-freetype2-config} --libs) 2>/dev/null`}
16630 FREETYPE_LIBS
=${FREETYPE_LIBS:-"-lfreetype"}
16631 printf "%s\n" "$as_me:${as_lineno-$LINENO}: freetype2 cflags: $FREETYPE_CFLAGS" >&5
16632 printf "%s\n" "$as_me:${as_lineno-$LINENO}: freetype2 libs: $FREETYPE_LIBS" >&5
16633 ac_save_CPPFLAGS
=$CPPFLAGS
16634 CPPFLAGS
="$CPPFLAGS $FREETYPE_CFLAGS"
16635 ac_fn_c_check_header_compile
"$LINENO" "ft2build.h" "ac_cv_header_ft2build_h" "$ac_includes_default"
16636 if test "x$ac_cv_header_ft2build_h" = xyes
16638 printf "%s\n" "#define HAVE_FT2BUILD_H 1" >>confdefs.h
16642 if test "$ac_cv_header_ft2build_h" = "yes"
16644 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
16645 printf %s
"checking for -lfreetype... " >&6; }
16646 if test ${ac_cv_lib_soname_freetype+y}
16648 printf %s
"(cached) " >&6
16650 ac_check_soname_save_LIBS
=$LIBS
16651 LIBS
="-lfreetype $FREETYPE_LIBS $LIBS"
16652 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16653 /* end confdefs.h. */
16655 /* Override any GCC internal prototype to avoid an error.
16656 Use char because int might match the return type of a GCC
16657 builtin and then its argument prototype would still apply. */
16658 char FT_Init_FreeType ();
16662 return FT_Init_FreeType ();
16667 if ac_fn_c_try_link
"$LINENO"
16670 dll
) ac_cv_lib_soname_freetype
=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
16671 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'` ;;
16672 *) ac_cv_lib_soname_freetype
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfreetype\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfreetype\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
16673 if ${ac_cv_lib_soname_freetype:+false} :
16675 ac_cv_lib_soname_freetype
=`$LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
16679 ac_cv_lib_soname_freetype
=
16681 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
16682 conftest
$ac_exeext conftest.
$ac_ext
16683 LIBS
=$ac_check_soname_save_LIBS
16685 if ${ac_cv_lib_soname_freetype:+false} :
16687 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
16688 printf "%s\n" "not found" >&6; }
16691 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
16692 printf "%s\n" "$ac_cv_lib_soname_freetype" >&6; }
16694 printf "%s\n" "#define SONAME_LIBFREETYPE \"$ac_cv_lib_soname_freetype\"" >>confdefs.h
16697 printf "%s\n" "#define HAVE_FREETYPE 1" >>confdefs.h
16699 ac_fn_c_check_type
"$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <ft2build.h>
16700 #include FT_MODULE_H
16702 if test "x$ac_cv_type_FT_TrueTypeEngineType" = xyes
16705 printf "%s\n" "#define HAVE_FT_TRUETYPEENGINETYPE 1" >>confdefs.h
16715 CPPFLAGS
=$ac_save_CPPFLAGS
16718 if test "x$ac_cv_lib_soname_freetype" = x
16720 case "x$with_freetype" in
16722 *) as_fn_error $?
"FreeType ${notice_platform}development files not found. Fonts will not be built.
16723 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
16725 enable_fonts
=${enable_fonts:-no}
16728 ac_wine_check_funcs_save_LIBS
="$LIBS"
16729 LIBS
="$LIBS $PTHREAD_LIBS"
16730 ac_fn_c_check_func
"$LINENO" "pthread_getthreadid_np" "ac_cv_func_pthread_getthreadid_np"
16731 if test "x$ac_cv_func_pthread_getthreadid_np" = xyes
16733 printf "%s\n" "#define HAVE_PTHREAD_GETTHREADID_NP 1" >>confdefs.h
16737 LIBS
="$ac_wine_check_funcs_save_LIBS"
16739 if test "x$enable_tools" != xno
-a "x$with_gettextpo" = xyes
16741 if test "$ac_cv_header_gettext_po_h" = "yes"
16743 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for po_message_msgctxt in -lgettextpo" >&5
16744 printf %s
"checking for po_message_msgctxt in -lgettextpo... " >&6; }
16745 if test ${ac_cv_lib_gettextpo_po_message_msgctxt+y}
16747 printf %s
"(cached) " >&6
16749 ac_check_lib_save_LIBS
=$LIBS
16750 LIBS
="-lgettextpo $LIBS"
16751 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16752 /* end confdefs.h. */
16754 /* Override any GCC internal prototype to avoid an error.
16755 Use char because int might match the return type of a GCC
16756 builtin and then its argument prototype would still apply. */
16757 char po_message_msgctxt ();
16761 return po_message_msgctxt ();
16766 if ac_fn_c_try_link
"$LINENO"
16768 ac_cv_lib_gettextpo_po_message_msgctxt
=yes
16770 ac_cv_lib_gettextpo_po_message_msgctxt
=no
16772 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
16773 conftest
$ac_exeext conftest.
$ac_ext
16774 LIBS
=$ac_check_lib_save_LIBS
16776 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gettextpo_po_message_msgctxt" >&5
16777 printf "%s\n" "$ac_cv_lib_gettextpo_po_message_msgctxt" >&6; }
16778 if test "x$ac_cv_lib_gettextpo_po_message_msgctxt" = xyes
16781 printf "%s\n" "#define HAVE_LIBGETTEXTPO 1" >>confdefs.h
16783 GETTEXTPO_LIBS
="-lgettextpo"
16788 if test "x$GETTEXTPO_LIBS" = "x"
16790 case "x$with_gettextpo" in
16791 x
) as_fn_append wine_notices
"|GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt." ;;
16793 *) as_fn_error $?
"GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt.
16794 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
16798 if test "$srcdir" != .
16800 case "x$with_gettextpo" in
16801 x
) as_fn_append wine_notices
"|Rebuilding po files is not supported for out of tree builds." ;;
16803 *) as_fn_error $?
"Rebuilding po files is not supported for out of tree builds.
16804 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
16810 if test "x$with_pulse" != "xno";
16812 if ${PULSE_CFLAGS:+false} :
16814 if test ${PKG_CONFIG+y}
16816 PULSE_CFLAGS
=`$PKG_CONFIG --cflags libpulse 2>/dev/null`
16820 if ${PULSE_LIBS:+false} :
16822 if test ${PKG_CONFIG+y}
16824 PULSE_LIBS
=`$PKG_CONFIG --libs libpulse 2>/dev/null`
16829 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libpulse cflags: $PULSE_CFLAGS" >&5
16830 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libpulse libs: $PULSE_LIBS" >&5
16831 ac_save_CPPFLAGS
=$CPPFLAGS
16832 CPPFLAGS
="$CPPFLAGS $PULSE_CFLAGS"
16833 for ac_header
in pulse
/pulseaudio.h
16835 ac_fn_c_check_header_compile
"$LINENO" "pulse/pulseaudio.h" "ac_cv_header_pulse_pulseaudio_h" "$ac_includes_default"
16836 if test "x$ac_cv_header_pulse_pulseaudio_h" = xyes
16838 printf "%s\n" "#define HAVE_PULSE_PULSEAUDIO_H 1" >>confdefs.h
16839 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pa_stream_is_corked in -lpulse" >&5
16840 printf %s
"checking for pa_stream_is_corked in -lpulse... " >&6; }
16841 if test ${ac_cv_lib_pulse_pa_stream_is_corked+y}
16843 printf %s
"(cached) " >&6
16845 ac_check_lib_save_LIBS
=$LIBS
16846 LIBS
="-lpulse $PULSE_LIBS $LIBS"
16847 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16848 /* end confdefs.h. */
16850 /* Override any GCC internal prototype to avoid an error.
16851 Use char because int might match the return type of a GCC
16852 builtin and then its argument prototype would still apply. */
16853 char pa_stream_is_corked ();
16857 return pa_stream_is_corked ();
16862 if ac_fn_c_try_link
"$LINENO"
16864 ac_cv_lib_pulse_pa_stream_is_corked
=yes
16866 ac_cv_lib_pulse_pa_stream_is_corked
=no
16868 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
16869 conftest
$ac_exeext conftest.
$ac_ext
16870 LIBS
=$ac_check_lib_save_LIBS
16872 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pulse_pa_stream_is_corked" >&5
16873 printf "%s\n" "$ac_cv_lib_pulse_pa_stream_is_corked" >&6; }
16874 if test "x$ac_cv_lib_pulse_pa_stream_is_corked" = xyes
16886 CPPFLAGS
=$ac_save_CPPFLAGS
16889 if test -z "$PULSE_LIBS"
16891 case "x$with_pulse" in
16892 x
) as_fn_append wine_notices
"|libpulse ${notice_platform}development files not found or too old, Pulse won't be supported." ;;
16894 *) as_fn_error $?
"libpulse ${notice_platform}development files not found or too old, Pulse won't be supported.
16895 This is an error since --with-pulse was requested." "$LINENO" 5 ;;
16897 enable_winepulse_drv
=${enable_winepulse_drv:-no}
16900 if test "x$with_gstreamer" != "xno"
16902 if ${GSTREAMER_CFLAGS:+false} :
16904 if test ${PKG_CONFIG+y}
16906 GSTREAMER_CFLAGS
=`$PKG_CONFIG --cflags gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 2>/dev/null`
16910 if ${GSTREAMER_LIBS:+false} :
16912 if test ${PKG_CONFIG+y}
16914 GSTREAMER_LIBS
=`$PKG_CONFIG --libs gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 2>/dev/null`
16919 printf "%s\n" "$as_me:${as_lineno-$LINENO}: gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 cflags: $GSTREAMER_CFLAGS" >&5
16920 printf "%s\n" "$as_me:${as_lineno-$LINENO}: gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 libs: $GSTREAMER_LIBS" >&5
16921 ac_save_CPPFLAGS
=$CPPFLAGS
16922 CPPFLAGS
="$CPPFLAGS $GSTREAMER_CFLAGS"
16923 ac_fn_c_check_header_compile
"$LINENO" "gst/gst.h" "ac_cv_header_gst_gst_h" "$ac_includes_default"
16924 if test "x$ac_cv_header_gst_gst_h" = xyes
16926 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether gint64 defined by gst/gst.h is indeed 64-bit" >&5
16927 printf %s
"checking whether gint64 defined by gst/gst.h is indeed 64-bit... " >&6; }
16928 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16929 /* end confdefs.h. */
16930 #include <gst/gst.h>
16934 static int a[sizeof(gint64) > 4 ? 1 : -1]; if (a[0]) return 0;
16939 if ac_fn_c_try_compile
"$LINENO"
16941 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
16942 printf "%s\n" "yes" >&6; }
16943 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gst_pad_new in -lgstreamer-1.0" >&5
16944 printf %s
"checking for gst_pad_new in -lgstreamer-1.0... " >&6; }
16945 if test ${ac_cv_lib_gstreamer_1_0_gst_pad_new+y}
16947 printf %s
"(cached) " >&6
16949 ac_check_lib_save_LIBS
=$LIBS
16950 LIBS
="-lgstreamer-1.0 $GSTREAMER_LIBS $LIBS"
16951 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16952 /* end confdefs.h. */
16954 /* Override any GCC internal prototype to avoid an error.
16955 Use char because int might match the return type of a GCC
16956 builtin and then its argument prototype would still apply. */
16957 char gst_pad_new ();
16961 return gst_pad_new ();
16966 if ac_fn_c_try_link
"$LINENO"
16968 ac_cv_lib_gstreamer_1_0_gst_pad_new
=yes
16970 ac_cv_lib_gstreamer_1_0_gst_pad_new
=no
16972 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
16973 conftest
$ac_exeext conftest.
$ac_ext
16974 LIBS
=$ac_check_lib_save_LIBS
16976 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstreamer_1_0_gst_pad_new" >&5
16977 printf "%s\n" "$ac_cv_lib_gstreamer_1_0_gst_pad_new" >&6; }
16978 if test "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" = xyes
16984 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
16985 printf "%s\n" "no" >&6; }
16986 ac_glib2_broken
=yes
16987 as_fn_append wine_notices
"|glib-2.0 pkgconfig configuration is for the wrong architecture, winegstreamer won't be built."
16989 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
16992 CPPFLAGS
=$ac_save_CPPFLAGS
16995 if test "x$ac_glib2_broken" != xyes
-a "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" != xyes
16997 case "x$with_gstreamer" in
16998 x
) as_fn_append wine_notices
"|gstreamer-1.0 base plugins ${notice_platform}development files not found, GStreamer won't be supported." ;;
17000 *) as_fn_error $?
"gstreamer-1.0 base plugins ${notice_platform}development files not found, GStreamer won't be supported.
17001 This is an error since --with-gstreamer was requested." "$LINENO" 5 ;;
17003 enable_winegstreamer
=${enable_winegstreamer:-no}
17008 if test "x$with_alsa" != "xno"
17010 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access_mask in -lasound" >&5
17011 printf %s
"checking for snd_pcm_hw_params_get_access_mask in -lasound... " >&6; }
17012 if test ${ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask+y}
17014 printf %s
"(cached) " >&6
17016 ac_check_lib_save_LIBS
=$LIBS
17017 LIBS
="-lasound $LIBS"
17018 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17019 /* end confdefs.h. */
17021 /* Override any GCC internal prototype to avoid an error.
17022 Use char because int might match the return type of a GCC
17023 builtin and then its argument prototype would still apply. */
17024 char snd_pcm_hw_params_get_access_mask ();
17028 return snd_pcm_hw_params_get_access_mask ();
17033 if ac_fn_c_try_link
"$LINENO"
17035 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=yes
17037 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=no
17039 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
17040 conftest
$ac_exeext conftest.
$ac_ext
17041 LIBS
=$ac_check_lib_save_LIBS
17043 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&5
17044 printf "%s\n" "$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&6; }
17045 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" = xyes
17047 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17048 /* end confdefs.h. */
17049 #include <alsa/asoundlib.h>
17053 snd_pcm_hw_params_get_access_mask(NULL, NULL)
17058 if ac_fn_c_try_compile
"$LINENO"
17060 ALSA_LIBS
="-lasound"
17062 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
17066 test -n "$ALSA_LIBS" || enable_winealsa_drv
=${enable_winealsa_drv:-no}
17068 if test "x$with_oss" != xno
17070 ac_save_CPPFLAGS
="$CPPFLAGS"
17071 if test -f /etc
/oss.conf
17075 ac_oss_incl
="-I${OSSLIBDIR:-/usr/lib/oss}/include"
17076 CPPFLAGS
="$CPPFLAGS $ac_oss_incl"
17077 ac_fn_c_check_header_compile
"$LINENO" "sys/soundcard.h" "ac_cv_header_sys_soundcard_h" "$ac_includes_default"
17078 if test "x$ac_cv_header_sys_soundcard_h" = xyes
17080 ac_fn_c_check_member
"$LINENO" "oss_sysinfo" "numaudioengines" "ac_cv_member_oss_sysinfo_numaudioengines" "#include <sys/soundcard.h>
17082 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes
17085 printf "%s\n" "#define HAVE_OSS_SYSINFO_NUMAUDIOENGINES 1" >>confdefs.h
17087 OSS4_CFLAGS
="$ac_oss_incl"
17089 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
17090 printf %s
"checking for _oss_ioctl in -lossaudio... " >&6; }
17091 if test ${ac_cv_lib_ossaudio__oss_ioctl+y}
17093 printf %s
"(cached) " >&6
17095 ac_check_lib_save_LIBS
=$LIBS
17096 LIBS
="-lossaudio $LIBS"
17097 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17098 /* end confdefs.h. */
17100 /* Override any GCC internal prototype to avoid an error.
17101 Use char because int might match the return type of a GCC
17102 builtin and then its argument prototype would still apply. */
17103 char _oss_ioctl ();
17107 return _oss_ioctl ();
17112 if ac_fn_c_try_link
"$LINENO"
17114 ac_cv_lib_ossaudio__oss_ioctl
=yes
17116 ac_cv_lib_ossaudio__oss_ioctl
=no
17118 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
17119 conftest
$ac_exeext conftest.
$ac_ext
17120 LIBS
=$ac_check_lib_save_LIBS
17122 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
17123 printf "%s\n" "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
17124 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes
17126 OSS4_LIBS
="-lossaudio"
17134 CPPFLAGS
="$ac_save_CPPFLAGS"
17136 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
17138 case "x$with_oss" in
17139 x
) as_fn_append wine_notices
"|OSS sound system found but too old (OSSv4 needed), OSS won't be supported." ;;
17141 *) as_fn_error $?
"OSS sound system found but too old (OSSv4 needed), OSS won't be supported.
17142 This is an error since --with-oss was requested." "$LINENO" 5 ;;
17144 enable_wineoss_drv
=${enable_wineoss_drv:-no}
17147 if test "x$with_udev" != "xno"
17149 if ${UDEV_CFLAGS:+false} :
17151 if test ${PKG_CONFIG+y}
17153 UDEV_CFLAGS
=`$PKG_CONFIG --cflags libudev 2>/dev/null`
17157 if ${UDEV_LIBS:+false} :
17159 if test ${PKG_CONFIG+y}
17161 UDEV_LIBS
=`$PKG_CONFIG --libs libudev 2>/dev/null`
17165 UDEV_LIBS
=${UDEV_LIBS:-"-ludev"}
17166 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libudev cflags: $UDEV_CFLAGS" >&5
17167 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libudev libs: $UDEV_LIBS" >&5
17168 ac_save_CPPFLAGS
=$CPPFLAGS
17169 CPPFLAGS
="$CPPFLAGS $UDEV_CFLAGS"
17170 for ac_header
in libudev.h
17172 ac_fn_c_check_header_compile
"$LINENO" "libudev.h" "ac_cv_header_libudev_h" "$ac_includes_default"
17173 if test "x$ac_cv_header_libudev_h" = xyes
17175 printf "%s\n" "#define HAVE_LIBUDEV_H 1" >>confdefs.h
17176 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for udev_new in -ludev" >&5
17177 printf %s
"checking for udev_new in -ludev... " >&6; }
17178 if test ${ac_cv_lib_udev_udev_new+y}
17180 printf %s
"(cached) " >&6
17182 ac_check_lib_save_LIBS
=$LIBS
17183 LIBS
="-ludev $UDEV_LIBS $LIBS"
17184 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17185 /* end confdefs.h. */
17187 /* Override any GCC internal prototype to avoid an error.
17188 Use char because int might match the return type of a GCC
17189 builtin and then its argument prototype would still apply. */
17194 return udev_new ();
17199 if ac_fn_c_try_link
"$LINENO"
17201 ac_cv_lib_udev_udev_new
=yes
17203 ac_cv_lib_udev_udev_new
=no
17205 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
17206 conftest
$ac_exeext conftest.
$ac_ext
17207 LIBS
=$ac_check_lib_save_LIBS
17209 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_udev_udev_new" >&5
17210 printf "%s\n" "$ac_cv_lib_udev_udev_new" >&6; }
17211 if test "x$ac_cv_lib_udev_udev_new" = xyes
17214 printf "%s\n" "#define HAVE_UDEV 1" >>confdefs.h
17225 CPPFLAGS
=$ac_save_CPPFLAGS
17228 if test "x$UDEV_LIBS" = "x"
17230 case "x$with_udev" in
17231 x
) as_fn_append wine_notices
"|libudev ${notice_platform}development files not found, plug and play won't be supported." ;;
17233 *) as_fn_error $?
"libudev ${notice_platform}development files not found, plug and play won't be supported.
17234 This is an error since --with-udev was requested." "$LINENO" 5 ;;
17239 if test "x$with_unwind" != xno
17241 if ${UNWIND_CFLAGS:+false} :
17243 if test ${PKG_CONFIG+y}
17245 UNWIND_CFLAGS
=`$PKG_CONFIG --cflags libunwind 2>/dev/null`
17249 if ${UNWIND_LIBS:+false} :
17251 if test ${PKG_CONFIG+y}
17253 UNWIND_LIBS
=`$PKG_CONFIG --libs libunwind 2>/dev/null`
17257 UNWIND_LIBS
=${UNWIND_LIBS:-"-lunwind"}
17258 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libunwind cflags: $UNWIND_CFLAGS" >&5
17259 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libunwind libs: $UNWIND_LIBS" >&5
17260 ac_save_CPPFLAGS
=$CPPFLAGS
17261 CPPFLAGS
="$CPPFLAGS $UNWIND_CFLAGS"
17262 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for unw_step" >&5
17263 printf %s
"checking for unw_step... " >&6; }
17264 if test ${wine_cv_have_unw_step+y}
17266 printf %s
"(cached) " >&6
17268 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17269 /* end confdefs.h. */
17270 #define UNW_LOCAL_ONLY
17271 #include <libunwind.h>
17275 unw_cursor_t cursor; unw_step( &cursor );
17280 if ac_fn_c_try_link
"$LINENO"
17282 wine_cv_have_unw_step
="yes"
17284 wine_cv_have_unw_step
="no"
17286 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
17287 conftest
$ac_exeext conftest.
$ac_ext
17289 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_unw_step" >&5
17290 printf "%s\n" "$wine_cv_have_unw_step" >&6; }
17291 if test "$wine_cv_have_unw_step" = no
-a -n "$UNWIND_LIBS"
17294 UNWIND_LIBS
="-static-libgcc $UNWIND_LIBS"
17295 LIBS
="$UNWIND_LIBS $LIBS"
17296 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for unw_step in libunwind" >&5
17297 printf %s
"checking for unw_step in libunwind... " >&6; }
17298 if test ${wine_cv_have_libunwind_unw_step+y}
17300 printf %s
"(cached) " >&6
17302 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17303 /* end confdefs.h. */
17304 #define UNW_LOCAL_ONLY
17305 #include <libunwind.h>
17309 unw_cursor_t cursor; unw_step( &cursor );
17314 if ac_fn_c_try_link
"$LINENO"
17316 wine_cv_have_libunwind_unw_step
="yes"
17318 wine_cv_have_libunwind_unw_step
="no"
17320 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
17321 conftest
$ac_exeext conftest.
$ac_ext
17323 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_libunwind_unw_step" >&5
17324 printf "%s\n" "$wine_cv_have_libunwind_unw_step" >&6; }
17327 test "$wine_cv_have_libunwind_unw_step" = yes || UNWIND_LIBS
=""
17328 if test "x$wine_cv_have_unw_step$wine_cv_have_libunwind_unw_step" != xnono
17331 printf "%s\n" "#define HAVE_LIBUNWIND 1" >>confdefs.h
17334 CPPFLAGS
=$ac_save_CPPFLAGS
17338 aarch64
*|
*-darwin*)
17339 if test "x$wine_cv_have_unw_step$wine_cv_have_libunwind_unw_step" = xnono
17341 case "x$with_unwind" in
17342 x
) as_fn_append wine_notices
"|libunwind ${notice_platform}development files not found, stack unwinding won't work." ;;
17344 *) as_fn_error $?
"libunwind ${notice_platform}development files not found, stack unwinding won't work.
17345 This is an error since --with-unwind was requested." "$LINENO" 5 ;;
17351 if test "x$with_sdl" != "xno"
17353 if ${SDL2_CFLAGS:+false} :
17355 if test ${PKG_CONFIG+y}
17357 SDL2_CFLAGS
=`$PKG_CONFIG --cflags sdl2 2>/dev/null`
17361 if ${SDL2_LIBS:+false} :
17363 if test ${PKG_CONFIG+y}
17365 SDL2_LIBS
=`$PKG_CONFIG --libs sdl2 2>/dev/null`
17369 SDL2_LIBS
=${SDL2_LIBS:-"-lSDL2"}
17370 printf "%s\n" "$as_me:${as_lineno-$LINENO}: sdl2 cflags: $SDL2_CFLAGS" >&5
17371 printf "%s\n" "$as_me:${as_lineno-$LINENO}: sdl2 libs: $SDL2_LIBS" >&5
17372 ac_save_CPPFLAGS
=$CPPFLAGS
17373 CPPFLAGS
="$CPPFLAGS $SDL2_CFLAGS"
17374 for ac_header
in SDL.h
17376 ac_fn_c_check_header_compile
"$LINENO" "SDL.h" "ac_cv_header_SDL_h" "$ac_includes_default"
17377 if test "x$ac_cv_header_SDL_h" = xyes
17379 printf "%s\n" "#define HAVE_SDL_H 1" >>confdefs.h
17380 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lSDL2" >&5
17381 printf %s
"checking for -lSDL2... " >&6; }
17382 if test ${ac_cv_lib_soname_SDL2+y}
17384 printf %s
"(cached) " >&6
17386 ac_check_soname_save_LIBS
=$LIBS
17387 LIBS
="-lSDL2 $SDL2_LIBS $LIBS"
17388 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17389 /* end confdefs.h. */
17391 /* Override any GCC internal prototype to avoid an error.
17392 Use char because int might match the return type of a GCC
17393 builtin and then its argument prototype would still apply. */
17398 return SDL_Init ();
17403 if ac_fn_c_try_link
"$LINENO"
17406 dll
) ac_cv_lib_soname_SDL2
=`$ac_cv_path_LDD conftest.exe | grep "SDL2" | sed -e "s/dll.*/dll/"';2,$d'` ;;
17407 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'` ;;
17408 *) 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'`
17409 if ${ac_cv_lib_soname_SDL2:+false} :
17411 ac_cv_lib_soname_SDL2
=`$LDD conftest$ac_exeext | grep "libSDL2-2.0*\\.$LIBEXT" | sed -e "s/^.*\(libSDL2-2.0*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
17415 ac_cv_lib_soname_SDL2
=
17417 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
17418 conftest
$ac_exeext conftest.
$ac_ext
17419 LIBS
=$ac_check_soname_save_LIBS
17421 if ${ac_cv_lib_soname_SDL2:+false} :
17423 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
17424 printf "%s\n" "not found" >&6; }
17427 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_SDL2" >&5
17428 printf "%s\n" "$ac_cv_lib_soname_SDL2" >&6; }
17430 printf "%s\n" "#define SONAME_LIBSDL2 \"$ac_cv_lib_soname_SDL2\"" >>confdefs.h
17437 CPPFLAGS
=$ac_save_CPPFLAGS
17440 if test "x$ac_cv_lib_soname_SDL2" = "x"
17442 case "x$with_sdl" in
17443 x
) as_fn_append wine_notices
"|libSDL2 ${notice_platform}development files not found, SDL2 won't be supported." ;;
17445 *) as_fn_error $?
"libSDL2 ${notice_platform}development files not found, SDL2 won't be supported.
17446 This is an error since --with-sdl was requested." "$LINENO" 5 ;;
17451 if test "x$with_capi" != "xno"
17453 if ${CAPI20_CFLAGS:+false} :
17455 if test ${PKG_CONFIG+y}
17457 CAPI20_CFLAGS
=`$PKG_CONFIG --cflags capi20 2>/dev/null`
17461 if ${CAPI20_LIBS:+false} :
17463 if test ${PKG_CONFIG+y}
17465 CAPI20_LIBS
=`$PKG_CONFIG --libs capi20 2>/dev/null`
17470 printf "%s\n" "$as_me:${as_lineno-$LINENO}: capi20 cflags: $CAPI20_CFLAGS" >&5
17471 printf "%s\n" "$as_me:${as_lineno-$LINENO}: capi20 libs: $CAPI20_LIBS" >&5
17472 ac_save_CPPFLAGS
=$CPPFLAGS
17473 CPPFLAGS
="$CPPFLAGS $CAPI20_CFLAGS"
17474 ac_fn_c_check_header_compile
"$LINENO" "capi20.h" "ac_cv_header_capi20_h" "#define __user
17476 if test "x$ac_cv_header_capi20_h" = xyes
17478 printf "%s\n" "#define HAVE_CAPI20_H 1" >>confdefs.h
17481 ac_fn_c_check_header_compile
"$LINENO" "linux/capi.h" "ac_cv_header_linux_capi_h" "#define __user
17483 if test "x$ac_cv_header_linux_capi_h" = xyes
17485 printf "%s\n" "#define HAVE_LINUX_CAPI_H 1" >>confdefs.h
17489 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
17491 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for capi20_register in -lcapi20" >&5
17492 printf %s
"checking for capi20_register in -lcapi20... " >&6; }
17493 if test ${ac_cv_lib_capi20_capi20_register+y}
17495 printf %s
"(cached) " >&6
17497 ac_check_lib_save_LIBS
=$LIBS
17498 LIBS
="-lcapi20 $CAPI20_LIBS $LIBS"
17499 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17500 /* end confdefs.h. */
17502 /* Override any GCC internal prototype to avoid an error.
17503 Use char because int might match the return type of a GCC
17504 builtin and then its argument prototype would still apply. */
17505 char capi20_register ();
17509 return capi20_register ();
17514 if ac_fn_c_try_link
"$LINENO"
17516 ac_cv_lib_capi20_capi20_register
=yes
17518 ac_cv_lib_capi20_capi20_register
=no
17520 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
17521 conftest
$ac_exeext conftest.
$ac_ext
17522 LIBS
=$ac_check_lib_save_LIBS
17524 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_capi20_capi20_register" >&5
17525 printf "%s\n" "$ac_cv_lib_capi20_capi20_register" >&6; }
17526 if test "x$ac_cv_lib_capi20_capi20_register" = xyes
17534 CPPFLAGS
=$ac_save_CPPFLAGS
17537 if test "x$ac_cv_lib_capi20_capi20_register" != xyes
17539 case "x$with_capi" in
17540 x
) as_fn_append wine_notices
"|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
17542 *) as_fn_error $?
"libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
17543 This is an error since --with-capi was requested." "$LINENO" 5 ;;
17545 enable_capi2032
=${enable_capi2032:-no}
17548 if test "x$with_cups" != "xno"
17550 if ${CUPS_CFLAGS:+false} :
17552 if test ${PKG_CONFIG+y}
17554 CUPS_CFLAGS
=`$PKG_CONFIG --cflags cups 2>/dev/null`
17557 test "$cross_compiling" = yes || CUPS_CFLAGS
=${CUPS_CFLAGS:-`${CUPS_CONFIG:-cups-config} --cflags 2>/dev/null`}
17558 if ${CUPS_LIBS:+false} :
17560 if test ${PKG_CONFIG+y}
17562 CUPS_LIBS
=`$PKG_CONFIG --libs cups 2>/dev/null`
17565 test "$cross_compiling" = yes || CUPS_LIBS
=${CUPS_LIBS:-`${CUPS_CONFIG:-cups-config} --libs 2>/dev/null`}
17566 CUPS_LIBS
=${CUPS_LIBS:-"-lcups"}
17567 printf "%s\n" "$as_me:${as_lineno-$LINENO}: cups cflags: $CUPS_CFLAGS" >&5
17568 printf "%s\n" "$as_me:${as_lineno-$LINENO}: cups libs: $CUPS_LIBS" >&5
17569 ac_save_CPPFLAGS
=$CPPFLAGS
17570 CPPFLAGS
="$CPPFLAGS $CUPS_CFLAGS"
17571 ac_fn_c_check_header_compile
"$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
17572 if test "x$ac_cv_header_cups_cups_h" = xyes
17574 printf "%s\n" "#define HAVE_CUPS_CUPS_H 1" >>confdefs.h
17577 ac_fn_c_check_header_compile
"$LINENO" "cups/ppd.h" "ac_cv_header_cups_ppd_h" "$ac_includes_default"
17578 if test "x$ac_cv_header_cups_ppd_h" = xyes
17580 printf "%s\n" "#define HAVE_CUPS_PPD_H 1" >>confdefs.h
17584 if test "$ac_cv_header_cups_cups_h" = "yes"
17586 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
17587 printf %s
"checking for -lcups... " >&6; }
17588 if test ${ac_cv_lib_soname_cups+y}
17590 printf %s
"(cached) " >&6
17592 ac_check_soname_save_LIBS
=$LIBS
17593 LIBS
="-lcups $CUPS_LIBS $LIBS"
17594 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17595 /* end confdefs.h. */
17597 /* Override any GCC internal prototype to avoid an error.
17598 Use char because int might match the return type of a GCC
17599 builtin and then its argument prototype would still apply. */
17600 char cupsGetDefault ();
17604 return cupsGetDefault ();
17609 if ac_fn_c_try_link
"$LINENO"
17612 dll
) ac_cv_lib_soname_cups
=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
17613 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'` ;;
17614 *) ac_cv_lib_soname_cups
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcups\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcups\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
17615 if ${ac_cv_lib_soname_cups:+false} :
17617 ac_cv_lib_soname_cups
=`$LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
17621 ac_cv_lib_soname_cups
=
17623 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
17624 conftest
$ac_exeext conftest.
$ac_ext
17625 LIBS
=$ac_check_soname_save_LIBS
17627 if ${ac_cv_lib_soname_cups:+false} :
17629 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
17630 printf "%s\n" "not found" >&6; }
17633 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
17634 printf "%s\n" "$ac_cv_lib_soname_cups" >&6; }
17636 printf "%s\n" "#define SONAME_LIBCUPS \"$ac_cv_lib_soname_cups\"" >>confdefs.h
17644 CPPFLAGS
=$ac_save_CPPFLAGS
17647 if test "x$ac_cv_lib_soname_cups" = "x"
17649 case "x$with_cups" in
17650 x
) as_fn_append wine_notices
"|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
17652 *) as_fn_error $?
"libcups ${notice_platform}development files not found, CUPS won't be supported.
17653 This is an error since --with-cups was requested." "$LINENO" 5 ;;
17658 if test "x$with_fontconfig" != "xno"
17660 if ${FONTCONFIG_CFLAGS:+false} :
17662 if test ${PKG_CONFIG+y}
17664 FONTCONFIG_CFLAGS
=`$PKG_CONFIG --cflags fontconfig 2>/dev/null`
17667 test "$cross_compiling" = yes || FONTCONFIG_CFLAGS
=${FONTCONFIG_CFLAGS:-$X_CFLAGS}
17668 if ${FONTCONFIG_LIBS:+false} :
17670 if test ${PKG_CONFIG+y}
17672 FONTCONFIG_LIBS
=`$PKG_CONFIG --libs fontconfig 2>/dev/null`
17675 test "$cross_compiling" = yes || FONTCONFIG_LIBS
=${FONTCONFIG_LIBS:-$X_LIBS}
17677 printf "%s\n" "$as_me:${as_lineno-$LINENO}: fontconfig cflags: $FONTCONFIG_CFLAGS" >&5
17678 printf "%s\n" "$as_me:${as_lineno-$LINENO}: fontconfig libs: $FONTCONFIG_LIBS" >&5
17679 ac_save_CPPFLAGS
=$CPPFLAGS
17680 CPPFLAGS
="$CPPFLAGS $FONTCONFIG_CFLAGS"
17681 ac_fn_c_check_header_compile
"$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
17682 if test "x$ac_cv_header_fontconfig_fontconfig_h" = xyes
17684 printf "%s\n" "#define HAVE_FONTCONFIG_FONTCONFIG_H 1" >>confdefs.h
17688 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
17690 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
17691 printf %s
"checking for -lfontconfig... " >&6; }
17692 if test ${ac_cv_lib_soname_fontconfig+y}
17694 printf %s
"(cached) " >&6
17696 ac_check_soname_save_LIBS
=$LIBS
17697 LIBS
="-lfontconfig $FONTCONFIG_LIBS $LIBS"
17698 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17699 /* end confdefs.h. */
17701 /* Override any GCC internal prototype to avoid an error.
17702 Use char because int might match the return type of a GCC
17703 builtin and then its argument prototype would still apply. */
17713 if ac_fn_c_try_link
"$LINENO"
17716 dll
) ac_cv_lib_soname_fontconfig
=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
17717 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'` ;;
17718 *) ac_cv_lib_soname_fontconfig
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfontconfig\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfontconfig\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
17719 if ${ac_cv_lib_soname_fontconfig:+false} :
17721 ac_cv_lib_soname_fontconfig
=`$LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
17725 ac_cv_lib_soname_fontconfig
=
17727 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
17728 conftest
$ac_exeext conftest.
$ac_ext
17729 LIBS
=$ac_check_soname_save_LIBS
17731 if ${ac_cv_lib_soname_fontconfig:+false} :
17733 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
17734 printf "%s\n" "not found" >&6; }
17735 FONTCONFIG_CFLAGS
=""
17737 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
17738 printf "%s\n" "$ac_cv_lib_soname_fontconfig" >&6; }
17740 printf "%s\n" "#define SONAME_LIBFONTCONFIG \"$ac_cv_lib_soname_fontconfig\"" >>confdefs.h
17745 FONTCONFIG_CFLAGS
=""
17747 CPPFLAGS
=$ac_save_CPPFLAGS
17750 if test "x$ac_cv_lib_soname_fontconfig" = "x"
17752 case "x$with_fontconfig" in
17753 x
) as_fn_append wine_notices
"|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
17755 *) as_fn_error $?
"fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
17756 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
17761 if test "x$with_krb5" != "xno"
17763 if ${KRB5_CFLAGS:+false} :
17765 if test ${PKG_CONFIG+y}
17767 KRB5_CFLAGS
=`$PKG_CONFIG --cflags krb5 2>/dev/null`
17770 test "$cross_compiling" = yes || KRB5_CFLAGS
=${KRB5_CFLAGS:-`${KRB5_CONFIG:-krb5-config} --cflags 2>/dev/null`}
17771 if ${KRB5_LIBS:+false} :
17773 if test ${PKG_CONFIG+y}
17775 KRB5_LIBS
=`$PKG_CONFIG --libs krb5 2>/dev/null`
17778 test "$cross_compiling" = yes || KRB5_LIBS
=${KRB5_LIBS:-`${KRB5_CONFIG:-krb5-config} --libs 2>/dev/null`}
17780 printf "%s\n" "$as_me:${as_lineno-$LINENO}: krb5 cflags: $KRB5_CFLAGS" >&5
17781 printf "%s\n" "$as_me:${as_lineno-$LINENO}: krb5 libs: $KRB5_LIBS" >&5
17782 ac_save_CPPFLAGS
=$CPPFLAGS
17783 CPPFLAGS
="$CPPFLAGS $KRB5_CFLAGS"
17784 ac_fn_c_check_header_compile
"$LINENO" "krb5/krb5.h" "ac_cv_header_krb5_krb5_h" "$ac_includes_default"
17785 if test "x$ac_cv_header_krb5_krb5_h" = xyes
17787 printf "%s\n" "#define HAVE_KRB5_KRB5_H 1" >>confdefs.h
17791 if test "$ac_cv_header_krb5_krb5_h" = "yes"
17793 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lkrb5" >&5
17794 printf %s
"checking for -lkrb5... " >&6; }
17795 if test ${ac_cv_lib_soname_krb5+y}
17797 printf %s
"(cached) " >&6
17799 ac_check_soname_save_LIBS
=$LIBS
17800 LIBS
="-lkrb5 $KRB5_LIBS $LIBS"
17801 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17802 /* end confdefs.h. */
17804 /* Override any GCC internal prototype to avoid an error.
17805 Use char because int might match the return type of a GCC
17806 builtin and then its argument prototype would still apply. */
17807 char krb5_is_config_principal ();
17811 return krb5_is_config_principal ();
17816 if ac_fn_c_try_link
"$LINENO"
17819 dll
) ac_cv_lib_soname_krb5
=`$ac_cv_path_LDD conftest.exe | grep "krb5" | sed -e "s/dll.*/dll/"';2,$d'` ;;
17820 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'` ;;
17821 *) ac_cv_lib_soname_krb5
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libkrb5\\.$LIBEXT" | sed -e "s/^.*\\[\\(libkrb5\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
17822 if ${ac_cv_lib_soname_krb5:+false} :
17824 ac_cv_lib_soname_krb5
=`$LDD conftest$ac_exeext | grep "libkrb5\\.$LIBEXT" | sed -e "s/^.*\(libkrb5\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
17828 ac_cv_lib_soname_krb5
=
17830 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
17831 conftest
$ac_exeext conftest.
$ac_ext
17832 LIBS
=$ac_check_soname_save_LIBS
17834 if ${ac_cv_lib_soname_krb5:+false} :
17836 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
17837 printf "%s\n" "not found" >&6; }
17840 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_krb5" >&5
17841 printf "%s\n" "$ac_cv_lib_soname_krb5" >&6; }
17843 printf "%s\n" "#define SONAME_LIBKRB5 \"$ac_cv_lib_soname_krb5\"" >>confdefs.h
17850 CPPFLAGS
=$ac_save_CPPFLAGS
17853 if test "x$ac_cv_lib_soname_krb5" = "x"
17855 case "x$with_krb5" in
17856 x
) as_fn_append wine_notices
"|libkrb5 ${notice_platform}development files not found (or too old), Kerberos won't be supported." ;;
17858 *) as_fn_error $?
"libkrb5 ${notice_platform}development files not found (or too old), Kerberos won't be supported.
17859 This is an error since --with-krb5 was requested." "$LINENO" 5 ;;
17863 test "x$ac_cv_lib_soname_krb5" != "x" || with_gssapi
=${with_gssapi:-no}
17865 if test "x$with_gssapi" != "xno"
17867 if ${GSSAPI_CFLAGS:+false} :
17869 if test ${PKG_CONFIG+y}
17871 GSSAPI_CFLAGS
=`$PKG_CONFIG --cflags krb5-gssapi 2>/dev/null`
17874 test "$cross_compiling" = yes || GSSAPI_CFLAGS
=${GSSAPI_CFLAGS:-`${KRB5_CONFIG:-krb5-config} --cflags gssapi 2>/dev/null`}
17875 if ${GSSAPI_LIBS:+false} :
17877 if test ${PKG_CONFIG+y}
17879 GSSAPI_LIBS
=`$PKG_CONFIG --libs krb5-gssapi 2>/dev/null`
17882 test "$cross_compiling" = yes || GSSAPI_LIBS
=${GSSAPI_LIBS:-`${KRB5_CONFIG:-krb5-config} --libs gssapi 2>/dev/null`}
17884 printf "%s\n" "$as_me:${as_lineno-$LINENO}: krb5-gssapi cflags: $GSSAPI_CFLAGS" >&5
17885 printf "%s\n" "$as_me:${as_lineno-$LINENO}: krb5-gssapi libs: $GSSAPI_LIBS" >&5
17886 ac_save_CPPFLAGS
=$CPPFLAGS
17887 CPPFLAGS
="$CPPFLAGS $GSSAPI_CFLAGS"
17888 ac_fn_c_check_header_compile
"$LINENO" "gssapi/gssapi.h" "ac_cv_header_gssapi_gssapi_h" "$ac_includes_default"
17889 if test "x$ac_cv_header_gssapi_gssapi_h" = xyes
17891 printf "%s\n" "#define HAVE_GSSAPI_GSSAPI_H 1" >>confdefs.h
17894 ac_fn_c_check_header_compile
"$LINENO" "gssapi/gssapi_ext.h" "ac_cv_header_gssapi_gssapi_ext_h" "$ac_includes_default"
17895 if test "x$ac_cv_header_gssapi_gssapi_ext_h" = xyes
17897 printf "%s\n" "#define HAVE_GSSAPI_GSSAPI_EXT_H 1" >>confdefs.h
17901 if test "$ac_cv_header_gssapi_gssapi_h" = "yes" -a "$ac_cv_header_gssapi_gssapi_ext_h" = "yes"
17903 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lgssapi_krb5" >&5
17904 printf %s
"checking for -lgssapi_krb5... " >&6; }
17905 if test ${ac_cv_lib_soname_gssapi_krb5+y}
17907 printf %s
"(cached) " >&6
17909 ac_check_soname_save_LIBS
=$LIBS
17910 LIBS
="-lgssapi_krb5 $GSSAPI_LIBS $LIBS"
17911 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17912 /* end confdefs.h. */
17914 /* Override any GCC internal prototype to avoid an error.
17915 Use char because int might match the return type of a GCC
17916 builtin and then its argument prototype would still apply. */
17917 char gss_init_sec_context ();
17921 return gss_init_sec_context ();
17926 if ac_fn_c_try_link
"$LINENO"
17929 dll
) ac_cv_lib_soname_gssapi_krb5
=`$ac_cv_path_LDD conftest.exe | grep "gssapi_krb5" | sed -e "s/dll.*/dll/"';2,$d'` ;;
17930 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'` ;;
17931 *) 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'`
17932 if ${ac_cv_lib_soname_gssapi_krb5:+false} :
17934 ac_cv_lib_soname_gssapi_krb5
=`$LDD conftest$ac_exeext | grep "libgssapi_krb5\\.$LIBEXT" | sed -e "s/^.*\(libgssapi_krb5\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
17938 ac_cv_lib_soname_gssapi_krb5
=
17940 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
17941 conftest
$ac_exeext conftest.
$ac_ext
17942 LIBS
=$ac_check_soname_save_LIBS
17944 if ${ac_cv_lib_soname_gssapi_krb5:+false} :
17946 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
17947 printf "%s\n" "not found" >&6; }
17950 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gssapi_krb5" >&5
17951 printf "%s\n" "$ac_cv_lib_soname_gssapi_krb5" >&6; }
17953 printf "%s\n" "#define SONAME_LIBGSSAPI_KRB5 \"$ac_cv_lib_soname_gssapi_krb5\"" >>confdefs.h
17960 CPPFLAGS
=$ac_save_CPPFLAGS
17963 if test "x$ac_cv_lib_soname_gssapi_krb5" = "x"
17965 case "x$with_gssapi" in
17966 x
) as_fn_append wine_notices
"|libgssapi_krb5 ${notice_platform}development files not found (or too old), no Kerberos SSP support." ;;
17968 *) as_fn_error $?
"libgssapi_krb5 ${notice_platform}development files not found (or too old), no Kerberos SSP support.
17969 This is an error since --with-gssapi was requested." "$LINENO" 5 ;;
17974 if test "$ac_cv_header_AL_al_h" = "yes"
17976 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
17977 printf %s
"checking for -lopenal... " >&6; }
17978 if test ${ac_cv_lib_soname_openal+y}
17980 printf %s
"(cached) " >&6
17982 ac_check_soname_save_LIBS
=$LIBS
17983 LIBS
="-lopenal $LIBS"
17984 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17985 /* end confdefs.h. */
17987 /* Override any GCC internal prototype to avoid an error.
17988 Use char because int might match the return type of a GCC
17989 builtin and then its argument prototype would still apply. */
17990 char alGetSource3i ();
17994 return alGetSource3i ();
17999 if ac_fn_c_try_link
"$LINENO"
18002 dll
) ac_cv_lib_soname_openal
=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
18003 dylib
) ac_cv_lib_soname_openal
=`$OTOOL -L conftest$ac_exeext | grep "libopenal\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libopenal\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
18004 *) ac_cv_lib_soname_openal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libopenal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libopenal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
18005 if ${ac_cv_lib_soname_openal:+false} :
18007 ac_cv_lib_soname_openal
=`$LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
18011 ac_cv_lib_soname_openal
=
18013 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
18014 conftest
$ac_exeext conftest.
$ac_ext
18015 LIBS
=$ac_check_soname_save_LIBS
18017 if ${ac_cv_lib_soname_openal:+false} :
18019 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
18020 printf "%s\n" "not found" >&6; }
18023 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
18024 printf "%s\n" "$ac_cv_lib_soname_openal" >&6; }
18026 printf "%s\n" "#define SONAME_LIBOPENAL \"$ac_cv_lib_soname_openal\"" >>confdefs.h
18028 OPENAL_LIBS
="-lopenal"
18030 ac_cv_lib_openal
=yes
18032 printf "%s\n" "#define HAVE_OPENAL 1" >>confdefs.h
18036 if test "x$ac_cv_lib_openal" != xyes
18038 case "x$with_openal" in
18039 x
) as_fn_append wine_notices
"|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
18041 *) as_fn_error $?
"libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
18042 This is an error since --with-openal was requested." "$LINENO" 5 ;;
18044 enable_openal32
=${enable_openal32:-no}
18047 if test "$ac_cv_header_libprocstat_h" = "yes"
18049 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for procstat_open_sysctl in -lprocstat" >&5
18050 printf %s
"checking for procstat_open_sysctl in -lprocstat... " >&6; }
18051 if test ${ac_cv_lib_procstat_procstat_open_sysctl+y}
18053 printf %s
"(cached) " >&6
18055 ac_check_lib_save_LIBS
=$LIBS
18056 LIBS
="-lprocstat $LIBS"
18057 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18058 /* end confdefs.h. */
18060 /* Override any GCC internal prototype to avoid an error.
18061 Use char because int might match the return type of a GCC
18062 builtin and then its argument prototype would still apply. */
18063 char procstat_open_sysctl ();
18067 return procstat_open_sysctl ();
18072 if ac_fn_c_try_link
"$LINENO"
18074 ac_cv_lib_procstat_procstat_open_sysctl
=yes
18076 ac_cv_lib_procstat_procstat_open_sysctl
=no
18078 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
18079 conftest
$ac_exeext conftest.
$ac_ext
18080 LIBS
=$ac_check_lib_save_LIBS
18082 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_procstat_procstat_open_sysctl" >&5
18083 printf "%s\n" "$ac_cv_lib_procstat_procstat_open_sysctl" >&6; }
18084 if test "x$ac_cv_lib_procstat_procstat_open_sysctl" = xyes
18087 printf "%s\n" "#define HAVE_LIBPROCSTAT 1" >>confdefs.h
18089 PROCSTAT_LIBS
="-lprocstat"
18095 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
18096 printf %s
"checking for -lodbc... " >&6; }
18097 if test ${ac_cv_lib_soname_odbc+y}
18099 printf %s
"(cached) " >&6
18101 ac_check_soname_save_LIBS
=$LIBS
18102 LIBS
="-lodbc $LIBS"
18103 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18104 /* end confdefs.h. */
18106 /* Override any GCC internal prototype to avoid an error.
18107 Use char because int might match the return type of a GCC
18108 builtin and then its argument prototype would still apply. */
18109 char SQLConnect ();
18113 return SQLConnect ();
18118 if ac_fn_c_try_link
"$LINENO"
18121 dll
) ac_cv_lib_soname_odbc
=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
18122 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'` ;;
18123 *) ac_cv_lib_soname_odbc
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libodbc\\.$LIBEXT" | sed -e "s/^.*\\[\\(libodbc\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
18124 if ${ac_cv_lib_soname_odbc:+false} :
18126 ac_cv_lib_soname_odbc
=`$LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
18130 ac_cv_lib_soname_odbc
=
18132 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
18133 conftest
$ac_exeext conftest.
$ac_ext
18134 LIBS
=$ac_check_soname_save_LIBS
18136 if ${ac_cv_lib_soname_odbc:+false} :
18138 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
18139 printf "%s\n" "not found" >&6; }
18140 printf "%s\n" "#define SONAME_LIBODBC \"libodbc.$LIBEXT\"" >>confdefs.h
18143 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
18144 printf "%s\n" "$ac_cv_lib_soname_odbc" >&6; }
18146 printf "%s\n" "#define SONAME_LIBODBC \"$ac_cv_lib_soname_odbc\"" >>confdefs.h
18151 if test "x$with_netapi" != "xno"
18153 if ${NETAPI_CFLAGS:+false} :
18155 if test ${PKG_CONFIG+y}
18157 NETAPI_CFLAGS
=`$PKG_CONFIG --cflags netapi 2>/dev/null`
18161 if ${NETAPI_LIBS:+false} :
18163 if test ${PKG_CONFIG+y}
18165 NETAPI_LIBS
=`$PKG_CONFIG --libs netapi 2>/dev/null`
18170 printf "%s\n" "$as_me:${as_lineno-$LINENO}: netapi cflags: $NETAPI_CFLAGS" >&5
18171 printf "%s\n" "$as_me:${as_lineno-$LINENO}: netapi libs: $NETAPI_LIBS" >&5
18172 ac_save_CPPFLAGS
=$CPPFLAGS
18173 CPPFLAGS
="$CPPFLAGS $NETAPI_CFLAGS"
18174 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lnetapi" >&5
18175 printf %s
"checking for -lnetapi... " >&6; }
18176 if test ${ac_cv_lib_soname_netapi+y}
18178 printf %s
"(cached) " >&6
18180 ac_check_soname_save_LIBS
=$LIBS
18181 LIBS
="-lnetapi $NETAPI_LIBS $LIBS"
18182 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18183 /* end confdefs.h. */
18185 /* Override any GCC internal prototype to avoid an error.
18186 Use char because int might match the return type of a GCC
18187 builtin and then its argument prototype would still apply. */
18188 char libnetapi_init ();
18192 return libnetapi_init ();
18197 if ac_fn_c_try_link
"$LINENO"
18200 dll
) ac_cv_lib_soname_netapi
=`$ac_cv_path_LDD conftest.exe | grep "netapi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
18201 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'` ;;
18202 *) ac_cv_lib_soname_netapi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libnetapi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libnetapi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
18203 if ${ac_cv_lib_soname_netapi:+false} :
18205 ac_cv_lib_soname_netapi
=`$LDD conftest$ac_exeext | grep "libnetapi\\.$LIBEXT" | sed -e "s/^.*\(libnetapi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
18209 ac_cv_lib_soname_netapi
=
18211 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
18212 conftest
$ac_exeext conftest.
$ac_ext
18213 LIBS
=$ac_check_soname_save_LIBS
18215 if ${ac_cv_lib_soname_netapi:+false} :
18217 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
18218 printf "%s\n" "not found" >&6; }
18219 printf "%s\n" "#define SONAME_LIBNETAPI \"libnetapi.$LIBEXT\"" >>confdefs.h
18222 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_netapi" >&5
18223 printf "%s\n" "$ac_cv_lib_soname_netapi" >&6; }
18225 printf "%s\n" "#define SONAME_LIBNETAPI \"$ac_cv_lib_soname_netapi\"" >>confdefs.h
18229 CPPFLAGS
=$ac_save_CPPFLAGS
18232 if test "x$ac_cv_lib_soname_netapi" = "x"
18234 case "x$with_netapi" in
18235 x
) as_fn_append wine_notices
"|libnetapi not found, Samba NetAPI won't be supported." ;;
18237 *) as_fn_error $?
"libnetapi not found, Samba NetAPI won't be supported.
18238 This is an error since --with-netapi was requested." "$LINENO" 5 ;;
18240 enable_netapi
=${enable_netapi:-no}
18244 if test "x$enable_winealsa_drv$enable_winecoreaudio_drv$enable_winepulse_drv$enable_wineoss_drv$enable_wineandroid_drv" = xnonononono
-a \
18245 "x$with_alsa$with_coreaudio$with_oss$with_pulse" != xnononono
18247 as_fn_append wine_warnings
"|No sound system was found. Windows applications will be silent."
18250 if test "x$with_vulkan" != "xno"
18252 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lvulkan" >&5
18253 printf %s
"checking for -lvulkan... " >&6; }
18254 if test ${ac_cv_lib_soname_vulkan+y}
18256 printf %s
"(cached) " >&6
18258 ac_check_soname_save_LIBS
=$LIBS
18259 LIBS
="-lvulkan $LIBS"
18260 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18261 /* end confdefs.h. */
18263 /* Override any GCC internal prototype to avoid an error.
18264 Use char because int might match the return type of a GCC
18265 builtin and then its argument prototype would still apply. */
18266 char vkGetInstanceProcAddr ();
18270 return vkGetInstanceProcAddr ();
18275 if ac_fn_c_try_link
"$LINENO"
18278 dll
) ac_cv_lib_soname_vulkan
=`$ac_cv_path_LDD conftest.exe | grep "vulkan" | sed -e "s/dll.*/dll/"';2,$d'` ;;
18279 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'` ;;
18280 *) ac_cv_lib_soname_vulkan
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libvulkan\\.$LIBEXT" | sed -e "s/^.*\\[\\(libvulkan\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
18281 if ${ac_cv_lib_soname_vulkan:+false} :
18283 ac_cv_lib_soname_vulkan
=`$LDD conftest$ac_exeext | grep "libvulkan\\.$LIBEXT" | sed -e "s/^.*\(libvulkan\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
18287 ac_cv_lib_soname_vulkan
=
18289 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
18290 conftest
$ac_exeext conftest.
$ac_ext
18291 LIBS
=$ac_check_soname_save_LIBS
18293 if ${ac_cv_lib_soname_vulkan:+false} :
18295 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
18296 printf "%s\n" "not found" >&6; }
18299 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_vulkan" >&5
18300 printf "%s\n" "$ac_cv_lib_soname_vulkan" >&6; }
18302 printf "%s\n" "#define SONAME_LIBVULKAN \"$ac_cv_lib_soname_vulkan\"" >>confdefs.h
18306 if test "x$ac_cv_lib_soname_vulkan" = "x"
18308 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lMoltenVK" >&5
18309 printf %s
"checking for -lMoltenVK... " >&6; }
18310 if test ${ac_cv_lib_soname_MoltenVK+y}
18312 printf %s
"(cached) " >&6
18314 ac_check_soname_save_LIBS
=$LIBS
18315 LIBS
="-lMoltenVK $LIBS"
18316 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18317 /* end confdefs.h. */
18319 /* Override any GCC internal prototype to avoid an error.
18320 Use char because int might match the return type of a GCC
18321 builtin and then its argument prototype would still apply. */
18322 char vkGetInstanceProcAddr ();
18326 return vkGetInstanceProcAddr ();
18331 if ac_fn_c_try_link
"$LINENO"
18334 dll
) ac_cv_lib_soname_MoltenVK
=`$ac_cv_path_LDD conftest.exe | grep "MoltenVK" | sed -e "s/dll.*/dll/"';2,$d'` ;;
18335 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'` ;;
18336 *) ac_cv_lib_soname_MoltenVK
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libMoltenVK\\.$LIBEXT" | sed -e "s/^.*\\[\\(libMoltenVK\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
18337 if ${ac_cv_lib_soname_MoltenVK:+false} :
18339 ac_cv_lib_soname_MoltenVK
=`$LDD conftest$ac_exeext | grep "libMoltenVK\\.$LIBEXT" | sed -e "s/^.*\(libMoltenVK\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
18343 ac_cv_lib_soname_MoltenVK
=
18345 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
18346 conftest
$ac_exeext conftest.
$ac_ext
18347 LIBS
=$ac_check_soname_save_LIBS
18349 if ${ac_cv_lib_soname_MoltenVK:+false} :
18351 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
18352 printf "%s\n" "not found" >&6; }
18355 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_MoltenVK" >&5
18356 printf "%s\n" "$ac_cv_lib_soname_MoltenVK" >&6; }
18358 printf "%s\n" "#define SONAME_LIBMOLTENVK \"$ac_cv_lib_soname_MoltenVK\"" >>confdefs.h
18364 if test "x$ac_cv_lib_soname_vulkan" = "x" -a "x$ac_cv_lib_soname_MoltenVK" = "x"
18366 case "x$with_vulkan" in
18367 x
) as_fn_append wine_notices
"|libvulkan and libMoltenVK ${notice_platform}development files not found, Vulkan won't be supported." ;;
18369 *) as_fn_error $?
"libvulkan and libMoltenVK ${notice_platform}development files not found, Vulkan won't be supported.
18370 This is an error since --with-vulkan was requested." "$LINENO" 5 ;;
18376 if test "x${GCC}" = "xyes"
18378 EXTRACFLAGS
="$EXTRACFLAGS -Wall -pipe"
18380 saved_CFLAGS
=$CFLAGS
18381 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unknown-warning-option" >&5
18382 printf %s
"checking whether the compiler supports -Werror=unknown-warning-option... " >&6; }
18383 if test ${ac_cv_cflags__Werror_unknown_warning_option+y}
18385 printf %s
"(cached) " >&6
18387 ac_wine_try_cflags_saved
=$CFLAGS
18388 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
18389 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18390 /* end confdefs.h. */
18391 int main(int argc, char **argv) { return 0; }
18393 if ac_fn_c_try_link
"$LINENO"
18395 ac_cv_cflags__Werror_unknown_warning_option
=yes
18397 ac_cv_cflags__Werror_unknown_warning_option
=no
18399 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
18400 conftest
$ac_exeext conftest.
$ac_ext
18401 CFLAGS
=$ac_wine_try_cflags_saved
18403 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_unknown_warning_option" >&5
18404 printf "%s\n" "$ac_cv_cflags__Werror_unknown_warning_option" >&6; }
18405 if test "x$ac_cv_cflags__Werror_unknown_warning_option" = xyes
18407 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
18409 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unused-command-line-argument" >&5
18410 printf %s
"checking whether the compiler supports -Werror=unused-command-line-argument... " >&6; }
18411 if test ${ac_cv_cflags__Werror_unused_command_line_argument+y}
18413 printf %s
"(cached) " >&6
18415 ac_wine_try_cflags_saved
=$CFLAGS
18416 CFLAGS
="$CFLAGS -Werror=unused-command-line-argument"
18417 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18418 /* end confdefs.h. */
18419 int main(int argc, char **argv) { return 0; }
18421 if ac_fn_c_try_link
"$LINENO"
18423 ac_cv_cflags__Werror_unused_command_line_argument
=yes
18425 ac_cv_cflags__Werror_unused_command_line_argument
=no
18427 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
18428 conftest
$ac_exeext conftest.
$ac_ext
18429 CFLAGS
=$ac_wine_try_cflags_saved
18431 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_unused_command_line_argument" >&5
18432 printf "%s\n" "$ac_cv_cflags__Werror_unused_command_line_argument" >&6; }
18433 if test "x$ac_cv_cflags__Werror_unused_command_line_argument" = xyes
18435 CFLAGS
="$CFLAGS -Werror=unused-command-line-argument"
18437 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=ignored-optimization-argument" >&5
18438 printf %s
"checking whether the compiler supports -Werror=ignored-optimization-argument... " >&6; }
18439 if test ${ac_cv_cflags__Werror_ignored_optimization_argument+y}
18441 printf %s
"(cached) " >&6
18443 ac_wine_try_cflags_saved
=$CFLAGS
18444 CFLAGS
="$CFLAGS -Werror=ignored-optimization-argument"
18445 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18446 /* end confdefs.h. */
18447 int main(int argc, char **argv) { return 0; }
18449 if ac_fn_c_try_link
"$LINENO"
18451 ac_cv_cflags__Werror_ignored_optimization_argument
=yes
18453 ac_cv_cflags__Werror_ignored_optimization_argument
=no
18455 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
18456 conftest
$ac_exeext conftest.
$ac_ext
18457 CFLAGS
=$ac_wine_try_cflags_saved
18459 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_ignored_optimization_argument" >&5
18460 printf "%s\n" "$ac_cv_cflags__Werror_ignored_optimization_argument" >&6; }
18461 if test "x$ac_cv_cflags__Werror_ignored_optimization_argument" = xyes
18463 CFLAGS
="$CFLAGS -Werror=ignored-optimization-argument"
18465 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fcf-protection=none" >&5
18466 printf %s
"checking whether the compiler supports -fcf-protection=none... " >&6; }
18467 if test ${ac_cv_cflags__fcf_protection_none+y}
18469 printf %s
"(cached) " >&6
18471 ac_wine_try_cflags_saved
=$CFLAGS
18472 CFLAGS
="$CFLAGS -fcf-protection=none"
18473 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18474 /* end confdefs.h. */
18475 int main(int argc, char **argv) { return 0; }
18477 if ac_fn_c_try_link
"$LINENO"
18479 ac_cv_cflags__fcf_protection_none
=yes
18481 ac_cv_cflags__fcf_protection_none
=no
18483 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
18484 conftest
$ac_exeext conftest.
$ac_ext
18485 CFLAGS
=$ac_wine_try_cflags_saved
18487 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fcf_protection_none" >&5
18488 printf "%s\n" "$ac_cv_cflags__fcf_protection_none" >&6; }
18489 if test "x$ac_cv_cflags__fcf_protection_none" = xyes
18491 EXTRACFLAGS
="$EXTRACFLAGS -fcf-protection=none"
18493 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-stack-protector" >&5
18494 printf %s
"checking whether the compiler supports -fno-stack-protector... " >&6; }
18495 if test ${ac_cv_cflags__fno_stack_protector+y}
18497 printf %s
"(cached) " >&6
18499 ac_wine_try_cflags_saved
=$CFLAGS
18500 CFLAGS
="$CFLAGS -fno-stack-protector"
18501 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18502 /* end confdefs.h. */
18503 int main(int argc, char **argv) { return 0; }
18505 if ac_fn_c_try_link
"$LINENO"
18507 ac_cv_cflags__fno_stack_protector
=yes
18509 ac_cv_cflags__fno_stack_protector
=no
18511 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
18512 conftest
$ac_exeext conftest.
$ac_ext
18513 CFLAGS
=$ac_wine_try_cflags_saved
18515 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_stack_protector" >&5
18516 printf "%s\n" "$ac_cv_cflags__fno_stack_protector" >&6; }
18517 if test "x$ac_cv_cflags__fno_stack_protector" = xyes
18519 EXTRACFLAGS
="$EXTRACFLAGS -fno-stack-protector"
18521 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
18522 printf %s
"checking whether the compiler supports -fno-strict-aliasing... " >&6; }
18523 if test ${ac_cv_cflags__fno_strict_aliasing+y}
18525 printf %s
"(cached) " >&6
18527 ac_wine_try_cflags_saved
=$CFLAGS
18528 CFLAGS
="$CFLAGS -fno-strict-aliasing"
18529 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18530 /* end confdefs.h. */
18531 int main(int argc, char **argv) { return 0; }
18533 if ac_fn_c_try_link
"$LINENO"
18535 ac_cv_cflags__fno_strict_aliasing
=yes
18537 ac_cv_cflags__fno_strict_aliasing
=no
18539 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
18540 conftest
$ac_exeext conftest.
$ac_ext
18541 CFLAGS
=$ac_wine_try_cflags_saved
18543 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
18544 printf "%s\n" "$ac_cv_cflags__fno_strict_aliasing" >&6; }
18545 if test "x$ac_cv_cflags__fno_strict_aliasing" = xyes
18547 EXTRACFLAGS
="$EXTRACFLAGS -fno-strict-aliasing"
18549 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
18550 printf %s
"checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
18551 if test ${ac_cv_cflags__Wdeclaration_after_statement+y}
18553 printf %s
"(cached) " >&6
18555 ac_wine_try_cflags_saved
=$CFLAGS
18556 CFLAGS
="$CFLAGS -Wdeclaration-after-statement"
18557 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18558 /* end confdefs.h. */
18559 int main(int argc, char **argv) { return 0; }
18561 if ac_fn_c_try_link
"$LINENO"
18563 ac_cv_cflags__Wdeclaration_after_statement
=yes
18565 ac_cv_cflags__Wdeclaration_after_statement
=no
18567 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
18568 conftest
$ac_exeext conftest.
$ac_ext
18569 CFLAGS
=$ac_wine_try_cflags_saved
18571 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
18572 printf "%s\n" "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
18573 if test "x$ac_cv_cflags__Wdeclaration_after_statement" = xyes
18575 EXTRACFLAGS
="$EXTRACFLAGS -Wdeclaration-after-statement"
18577 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wempty-body" >&5
18578 printf %s
"checking whether the compiler supports -Wempty-body... " >&6; }
18579 if test ${ac_cv_cflags__Wempty_body+y}
18581 printf %s
"(cached) " >&6
18583 ac_wine_try_cflags_saved
=$CFLAGS
18584 CFLAGS
="$CFLAGS -Wempty-body"
18585 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18586 /* end confdefs.h. */
18587 int main(int argc, char **argv) { return 0; }
18589 if ac_fn_c_try_link
"$LINENO"
18591 ac_cv_cflags__Wempty_body
=yes
18593 ac_cv_cflags__Wempty_body
=no
18595 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
18596 conftest
$ac_exeext conftest.
$ac_ext
18597 CFLAGS
=$ac_wine_try_cflags_saved
18599 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wempty_body" >&5
18600 printf "%s\n" "$ac_cv_cflags__Wempty_body" >&6; }
18601 if test "x$ac_cv_cflags__Wempty_body" = xyes
18603 EXTRACFLAGS
="$EXTRACFLAGS -Wempty-body"
18605 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wignored-qualifiers" >&5
18606 printf %s
"checking whether the compiler supports -Wignored-qualifiers... " >&6; }
18607 if test ${ac_cv_cflags__Wignored_qualifiers+y}
18609 printf %s
"(cached) " >&6
18611 ac_wine_try_cflags_saved
=$CFLAGS
18612 CFLAGS
="$CFLAGS -Wignored-qualifiers"
18613 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18614 /* end confdefs.h. */
18615 int main(int argc, char **argv) { return 0; }
18617 if ac_fn_c_try_link
"$LINENO"
18619 ac_cv_cflags__Wignored_qualifiers
=yes
18621 ac_cv_cflags__Wignored_qualifiers
=no
18623 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
18624 conftest
$ac_exeext conftest.
$ac_ext
18625 CFLAGS
=$ac_wine_try_cflags_saved
18627 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wignored_qualifiers" >&5
18628 printf "%s\n" "$ac_cv_cflags__Wignored_qualifiers" >&6; }
18629 if test "x$ac_cv_cflags__Wignored_qualifiers" = xyes
18631 EXTRACFLAGS
="$EXTRACFLAGS -Wignored-qualifiers"
18633 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Winit-self" >&5
18634 printf %s
"checking whether the compiler supports -Winit-self... " >&6; }
18635 if test ${ac_cv_cflags__Winit_self+y}
18637 printf %s
"(cached) " >&6
18639 ac_wine_try_cflags_saved
=$CFLAGS
18640 CFLAGS
="$CFLAGS -Winit-self"
18641 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18642 /* end confdefs.h. */
18643 int main(int argc, char **argv) { return 0; }
18645 if ac_fn_c_try_link
"$LINENO"
18647 ac_cv_cflags__Winit_self
=yes
18649 ac_cv_cflags__Winit_self
=no
18651 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
18652 conftest
$ac_exeext conftest.
$ac_ext
18653 CFLAGS
=$ac_wine_try_cflags_saved
18655 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Winit_self" >&5
18656 printf "%s\n" "$ac_cv_cflags__Winit_self" >&6; }
18657 if test "x$ac_cv_cflags__Winit_self" = xyes
18659 EXTRACFLAGS
="$EXTRACFLAGS -Winit-self"
18661 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpacked-not-aligned" >&5
18662 printf %s
"checking whether the compiler supports -Wpacked-not-aligned... " >&6; }
18663 if test ${ac_cv_cflags__Wpacked_not_aligned+y}
18665 printf %s
"(cached) " >&6
18667 ac_wine_try_cflags_saved
=$CFLAGS
18668 CFLAGS
="$CFLAGS -Wpacked-not-aligned"
18669 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18670 /* end confdefs.h. */
18671 int main(int argc, char **argv) { return 0; }
18673 if ac_fn_c_try_link
"$LINENO"
18675 ac_cv_cflags__Wpacked_not_aligned
=yes
18677 ac_cv_cflags__Wpacked_not_aligned
=no
18679 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
18680 conftest
$ac_exeext conftest.
$ac_ext
18681 CFLAGS
=$ac_wine_try_cflags_saved
18683 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpacked_not_aligned" >&5
18684 printf "%s\n" "$ac_cv_cflags__Wpacked_not_aligned" >&6; }
18685 if test "x$ac_cv_cflags__Wpacked_not_aligned" = xyes
18687 EXTRACFLAGS
="$EXTRACFLAGS -Wno-packed-not-aligned"
18689 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpragma-pack" >&5
18690 printf %s
"checking whether the compiler supports -Wpragma-pack... " >&6; }
18691 if test ${ac_cv_cflags__Wpragma_pack+y}
18693 printf %s
"(cached) " >&6
18695 ac_wine_try_cflags_saved
=$CFLAGS
18696 CFLAGS
="$CFLAGS -Wpragma-pack"
18697 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18698 /* end confdefs.h. */
18699 int main(int argc, char **argv) { return 0; }
18701 if ac_fn_c_try_link
"$LINENO"
18703 ac_cv_cflags__Wpragma_pack
=yes
18705 ac_cv_cflags__Wpragma_pack
=no
18707 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
18708 conftest
$ac_exeext conftest.
$ac_ext
18709 CFLAGS
=$ac_wine_try_cflags_saved
18711 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpragma_pack" >&5
18712 printf "%s\n" "$ac_cv_cflags__Wpragma_pack" >&6; }
18713 if test "x$ac_cv_cflags__Wpragma_pack" = xyes
18715 EXTRACFLAGS
="$EXTRACFLAGS -Wno-pragma-pack"
18717 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wshift-overflow=2" >&5
18718 printf %s
"checking whether the compiler supports -Wshift-overflow=2... " >&6; }
18719 if test ${ac_cv_cflags__Wshift_overflow_2+y}
18721 printf %s
"(cached) " >&6
18723 ac_wine_try_cflags_saved
=$CFLAGS
18724 CFLAGS
="$CFLAGS -Wshift-overflow=2"
18725 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18726 /* end confdefs.h. */
18727 int main(int argc, char **argv) { return 0; }
18729 if ac_fn_c_try_link
"$LINENO"
18731 ac_cv_cflags__Wshift_overflow_2
=yes
18733 ac_cv_cflags__Wshift_overflow_2
=no
18735 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
18736 conftest
$ac_exeext conftest.
$ac_ext
18737 CFLAGS
=$ac_wine_try_cflags_saved
18739 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wshift_overflow_2" >&5
18740 printf "%s\n" "$ac_cv_cflags__Wshift_overflow_2" >&6; }
18741 if test "x$ac_cv_cflags__Wshift_overflow_2" = xyes
18743 EXTRACFLAGS
="$EXTRACFLAGS -Wshift-overflow=2"
18745 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
18746 printf %s
"checking whether the compiler supports -Wstrict-prototypes... " >&6; }
18747 if test ${ac_cv_cflags__Wstrict_prototypes+y}
18749 printf %s
"(cached) " >&6
18751 ac_wine_try_cflags_saved
=$CFLAGS
18752 CFLAGS
="$CFLAGS -Wstrict-prototypes"
18753 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18754 /* end confdefs.h. */
18755 int main(int argc, char **argv) { return 0; }
18757 if ac_fn_c_try_link
"$LINENO"
18759 ac_cv_cflags__Wstrict_prototypes
=yes
18761 ac_cv_cflags__Wstrict_prototypes
=no
18763 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
18764 conftest
$ac_exeext conftest.
$ac_ext
18765 CFLAGS
=$ac_wine_try_cflags_saved
18767 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
18768 printf "%s\n" "$ac_cv_cflags__Wstrict_prototypes" >&6; }
18769 if test "x$ac_cv_cflags__Wstrict_prototypes" = xyes
18771 EXTRACFLAGS
="$EXTRACFLAGS -Wstrict-prototypes"
18773 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
18774 printf %s
"checking whether the compiler supports -Wtype-limits... " >&6; }
18775 if test ${ac_cv_cflags__Wtype_limits+y}
18777 printf %s
"(cached) " >&6
18779 ac_wine_try_cflags_saved
=$CFLAGS
18780 CFLAGS
="$CFLAGS -Wtype-limits"
18781 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18782 /* end confdefs.h. */
18783 int main(int argc, char **argv) { return 0; }
18785 if ac_fn_c_try_link
"$LINENO"
18787 ac_cv_cflags__Wtype_limits
=yes
18789 ac_cv_cflags__Wtype_limits
=no
18791 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
18792 conftest
$ac_exeext conftest.
$ac_ext
18793 CFLAGS
=$ac_wine_try_cflags_saved
18795 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
18796 printf "%s\n" "$ac_cv_cflags__Wtype_limits" >&6; }
18797 if test "x$ac_cv_cflags__Wtype_limits" = xyes
18799 EXTRACFLAGS
="$EXTRACFLAGS -Wtype-limits"
18801 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wunused-but-set-parameter" >&5
18802 printf %s
"checking whether the compiler supports -Wunused-but-set-parameter... " >&6; }
18803 if test ${ac_cv_cflags__Wunused_but_set_parameter+y}
18805 printf %s
"(cached) " >&6
18807 ac_wine_try_cflags_saved
=$CFLAGS
18808 CFLAGS
="$CFLAGS -Wunused-but-set-parameter"
18809 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18810 /* end confdefs.h. */
18811 int main(int argc, char **argv) { return 0; }
18813 if ac_fn_c_try_link
"$LINENO"
18815 ac_cv_cflags__Wunused_but_set_parameter
=yes
18817 ac_cv_cflags__Wunused_but_set_parameter
=no
18819 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
18820 conftest
$ac_exeext conftest.
$ac_ext
18821 CFLAGS
=$ac_wine_try_cflags_saved
18823 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wunused_but_set_parameter" >&5
18824 printf "%s\n" "$ac_cv_cflags__Wunused_but_set_parameter" >&6; }
18825 if test "x$ac_cv_cflags__Wunused_but_set_parameter" = xyes
18827 EXTRACFLAGS
="$EXTRACFLAGS -Wunused-but-set-parameter"
18829 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wvla" >&5
18830 printf %s
"checking whether the compiler supports -Wvla... " >&6; }
18831 if test ${ac_cv_cflags__Wvla+y}
18833 printf %s
"(cached) " >&6
18835 ac_wine_try_cflags_saved
=$CFLAGS
18836 CFLAGS
="$CFLAGS -Wvla"
18837 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18838 /* end confdefs.h. */
18839 int main(int argc, char **argv) { return 0; }
18841 if ac_fn_c_try_link
"$LINENO"
18843 ac_cv_cflags__Wvla
=yes
18845 ac_cv_cflags__Wvla
=no
18847 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
18848 conftest
$ac_exeext conftest.
$ac_ext
18849 CFLAGS
=$ac_wine_try_cflags_saved
18851 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wvla" >&5
18852 printf "%s\n" "$ac_cv_cflags__Wvla" >&6; }
18853 if test "x$ac_cv_cflags__Wvla" = xyes
18855 EXTRACFLAGS
="$EXTRACFLAGS -Wvla"
18857 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
18858 printf %s
"checking whether the compiler supports -Wwrite-strings... " >&6; }
18859 if test ${ac_cv_cflags__Wwrite_strings+y}
18861 printf %s
"(cached) " >&6
18863 ac_wine_try_cflags_saved
=$CFLAGS
18864 CFLAGS
="$CFLAGS -Wwrite-strings"
18865 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18866 /* end confdefs.h. */
18867 int main(int argc, char **argv) { return 0; }
18869 if ac_fn_c_try_link
"$LINENO"
18871 ac_cv_cflags__Wwrite_strings
=yes
18873 ac_cv_cflags__Wwrite_strings
=no
18875 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
18876 conftest
$ac_exeext conftest.
$ac_ext
18877 CFLAGS
=$ac_wine_try_cflags_saved
18879 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
18880 printf "%s\n" "$ac_cv_cflags__Wwrite_strings" >&6; }
18881 if test "x$ac_cv_cflags__Wwrite_strings" = xyes
18883 EXTRACFLAGS
="$EXTRACFLAGS -Wwrite-strings"
18886 if test -z "$CROSSTARGET"
18888 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fexcess-precision=standard" >&5
18889 printf %s
"checking whether the compiler supports -fexcess-precision=standard... " >&6; }
18890 if test ${ac_cv_cflags__fexcess_precision_standard+y}
18892 printf %s
"(cached) " >&6
18894 ac_wine_try_cflags_saved
=$CFLAGS
18895 CFLAGS
="$CFLAGS -fexcess-precision=standard"
18896 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18897 /* end confdefs.h. */
18898 int main(int argc, char **argv) { return 0; }
18900 if ac_fn_c_try_link
"$LINENO"
18902 ac_cv_cflags__fexcess_precision_standard
=yes
18904 ac_cv_cflags__fexcess_precision_standard
=no
18906 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
18907 conftest
$ac_exeext conftest.
$ac_ext
18908 CFLAGS
=$ac_wine_try_cflags_saved
18910 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fexcess_precision_standard" >&5
18911 printf "%s\n" "$ac_cv_cflags__fexcess_precision_standard" >&6; }
18912 if test "x$ac_cv_cflags__fexcess_precision_standard" = xyes
18914 EXCESS_PRECISION_CFLAGS
="-fexcess-precision=standard"
18919 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpointer-arith" >&5
18920 printf %s
"checking whether the compiler supports -Wpointer-arith... " >&6; }
18921 if test ${ac_cv_cflags__Wpointer_arith+y}
18923 printf %s
"(cached) " >&6
18925 ac_wine_try_cflags_saved
=$CFLAGS
18926 CFLAGS
="$CFLAGS -Wpointer-arith"
18927 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18928 /* end confdefs.h. */
18929 int main(int argc, char **argv) { return 0; }
18931 if ac_fn_c_try_link
"$LINENO"
18933 ac_cv_cflags__Wpointer_arith
=yes
18935 ac_cv_cflags__Wpointer_arith
=no
18937 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
18938 conftest
$ac_exeext conftest.
$ac_ext
18939 CFLAGS
=$ac_wine_try_cflags_saved
18941 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpointer_arith" >&5
18942 printf "%s\n" "$ac_cv_cflags__Wpointer_arith" >&6; }
18943 if test "x$ac_cv_cflags__Wpointer_arith" = xyes
18945 saved_string_h_CFLAGS
=$CFLAGS
18946 CFLAGS
="$CFLAGS -Wpointer-arith -Werror"
18947 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wpointer-arith" >&5
18948 printf %s
"checking for broken string.h that generates warnings with -Wpointer-arith... " >&6; }
18949 if test ${ac_cv_c_string_h_warnings+y}
18951 printf %s
"(cached) " >&6
18953 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18954 /* end confdefs.h. */
18955 #include <string.h>
18964 if ac_fn_c_try_compile
"$LINENO"
18966 ac_cv_c_string_h_warnings
=no
18968 ac_cv_c_string_h_warnings
=yes
18970 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
18972 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
18973 printf "%s\n" "$ac_cv_c_string_h_warnings" >&6; }
18974 test "$ac_cv_c_string_h_warnings" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wpointer-arith"
18975 CFLAGS
=$saved_string_h_CFLAGS
18978 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wlogical-op" >&5
18979 printf %s
"checking whether the compiler supports -Wlogical-op... " >&6; }
18980 if test ${ac_cv_cflags__Wlogical_op+y}
18982 printf %s
"(cached) " >&6
18984 ac_wine_try_cflags_saved
=$CFLAGS
18985 CFLAGS
="$CFLAGS -Wlogical-op"
18986 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18987 /* end confdefs.h. */
18988 int main(int argc, char **argv) { return 0; }
18990 if ac_fn_c_try_link
"$LINENO"
18992 ac_cv_cflags__Wlogical_op
=yes
18994 ac_cv_cflags__Wlogical_op
=no
18996 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
18997 conftest
$ac_exeext conftest.
$ac_ext
18998 CFLAGS
=$ac_wine_try_cflags_saved
19000 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wlogical_op" >&5
19001 printf "%s\n" "$ac_cv_cflags__Wlogical_op" >&6; }
19002 if test "x$ac_cv_cflags__Wlogical_op" = xyes
19004 saved_string_h_CFLAGS
=$CFLAGS
19005 CFLAGS
="$CFLAGS -Wlogical-op -Werror"
19006 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wlogical-op" >&5
19007 printf %s
"checking for broken string.h that generates warnings with -Wlogical-op... " >&6; }
19008 if test ${ac_cv_c_logicalop_noisy+y}
19010 printf %s
"(cached) " >&6
19012 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19013 /* end confdefs.h. */
19014 #include <string.h>
19015 char*f(const char *h,char n) {return strchr(h,n);}
19024 if ac_fn_c_try_compile
"$LINENO"
19026 ac_cv_c_logicalop_noisy
=no
19028 ac_cv_c_logicalop_noisy
=yes
19030 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
19032 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_logicalop_noisy" >&5
19033 printf "%s\n" "$ac_cv_c_logicalop_noisy" >&6; }
19034 CFLAGS
=$saved_string_h_CFLAGS
19035 test "$ac_cv_c_logicalop_noisy" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wlogical-op"
19038 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for flags needed for 64-bit compare-and-swap support" >&5
19039 printf %s
"checking for flags needed for 64-bit compare-and-swap support... " >&6; }
19040 if test ${wine_cv_64bit_compare_swap+y}
19042 printf %s
"(cached) " >&6
19044 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19045 /* end confdefs.h. */
19046 #ifndef __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8
19057 if ac_fn_c_try_compile
"$LINENO"
19059 wine_cv_64bit_compare_swap
="none needed"
19062 *i
[3456]86*) wine_cv_64bit_compare_swap
="-march=i586" ;;
19063 *arm
*) wine_cv_64bit_compare_swap
="-march=armv7-a" ;;
19064 *) wine_cv_64bit_compare_swap
="unknown" ;;
19066 if test "x$wine_cv_64bit_compare_swap" != xunknown
19068 CFLAGS
="$CFLAGS $wine_cv_64bit_compare_swap"
19069 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19070 /* end confdefs.h. */
19071 #ifndef __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8
19082 if ac_fn_c_try_compile
"$LINENO"
19086 wine_cv_64bit_compare_swap
="unknown"
19088 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
19089 CFLAGS
=$saved_CFLAGS
19092 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
19094 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $wine_cv_64bit_compare_swap" >&5
19095 printf "%s\n" "$wine_cv_64bit_compare_swap" >&6; }
19096 case "$wine_cv_64bit_compare_swap" in
19097 unknown
) as_fn_error $?
"gcc doesn't support 64-bit compare-and-swap on this platform" "$LINENO" 5 ;;
19099 *) EXTRACFLAGS
="$EXTRACFLAGS $wine_cv_64bit_compare_swap" ;;
19102 ac_debug_format_seen
=""
19103 for ac_flag
in $CFLAGS; do
19105 -gdwarf*) ac_debug_format_seen
=yes ;;
19106 -g) ac_debug_format_seen
=${ac_debug_format_seen:-default} ;;
19109 if test "x$ac_debug_format_seen" = xdefault
19111 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gdwarf-4" >&5
19112 printf %s
"checking whether the compiler supports -gdwarf-4... " >&6; }
19113 if test ${ac_cv_cflags__gdwarf_4+y}
19115 printf %s
"(cached) " >&6
19117 ac_wine_try_cflags_saved
=$CFLAGS
19118 CFLAGS
="$CFLAGS -gdwarf-4"
19119 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19120 /* end confdefs.h. */
19121 int main(int argc, char **argv) { return 0; }
19123 if ac_fn_c_try_link
"$LINENO"
19125 ac_cv_cflags__gdwarf_4
=yes
19127 ac_cv_cflags__gdwarf_4
=no
19129 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
19130 conftest
$ac_exeext conftest.
$ac_ext
19131 CFLAGS
=$ac_wine_try_cflags_saved
19133 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gdwarf_4" >&5
19134 printf "%s\n" "$ac_cv_cflags__gdwarf_4" >&6; }
19135 if test "x$ac_cv_cflags__gdwarf_4" = xyes
19137 EXTRACFLAGS
="$EXTRACFLAGS -gdwarf-4"
19144 mingw32
*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-delayload,autoconftest.dll" >&5
19145 printf %s
"checking whether the compiler supports -Wl,-delayload,autoconftest.dll... " >&6; }
19146 if test ${ac_cv_cflags__Wl__delayload_autoconftest_dll+y}
19148 printf %s
"(cached) " >&6
19150 ac_wine_try_cflags_saved
=$CFLAGS
19151 CFLAGS
="$CFLAGS -Wl,-delayload,autoconftest.dll"
19152 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19153 /* end confdefs.h. */
19154 int main(int argc, char **argv) { return 0; }
19156 if ac_fn_c_try_link
"$LINENO"
19158 ac_cv_cflags__Wl__delayload_autoconftest_dll
=yes
19160 ac_cv_cflags__Wl__delayload_autoconftest_dll
=no
19162 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
19163 conftest
$ac_exeext conftest.
$ac_ext
19164 CFLAGS
=$ac_wine_try_cflags_saved
19166 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__delayload_autoconftest_dll" >&5
19167 printf "%s\n" "$ac_cv_cflags__Wl__delayload_autoconftest_dll" >&6; }
19168 if test "x$ac_cv_cflags__Wl__delayload_autoconftest_dll" = xyes
19170 DELAYLOADFLAG
="-Wl,-delayload,"
19173 *) MSVCRTFLAGS
="-D_WIN32"
19174 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
19175 printf %s
"checking whether the compiler supports -fno-builtin... " >&6; }
19176 if test ${ac_cv_cflags__fno_builtin+y}
19178 printf %s
"(cached) " >&6
19180 ac_wine_try_cflags_saved
=$CFLAGS
19181 CFLAGS
="$CFLAGS -fno-builtin"
19182 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19183 /* end confdefs.h. */
19184 int main(int argc, char **argv) { return 0; }
19186 if ac_fn_c_try_link
"$LINENO"
19188 ac_cv_cflags__fno_builtin
=yes
19190 ac_cv_cflags__fno_builtin
=no
19192 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
19193 conftest
$ac_exeext conftest.
$ac_ext
19194 CFLAGS
=$ac_wine_try_cflags_saved
19196 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
19197 printf "%s\n" "$ac_cv_cflags__fno_builtin" >&6; }
19198 if test "x$ac_cv_cflags__fno_builtin" = xyes
19200 MSVCRTFLAGS
="$MSVCRTFLAGS -fno-builtin"
19202 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fshort-wchar" >&5
19203 printf %s
"checking whether the compiler supports -fshort-wchar... " >&6; }
19204 if test ${ac_cv_cflags__fshort_wchar+y}
19206 printf %s
"(cached) " >&6
19208 ac_wine_try_cflags_saved
=$CFLAGS
19209 CFLAGS
="$CFLAGS -fshort-wchar"
19210 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19211 /* end confdefs.h. */
19212 int main(int argc, char **argv) { return 0; }
19214 if ac_fn_c_try_link
"$LINENO"
19216 ac_cv_cflags__fshort_wchar
=yes
19218 ac_cv_cflags__fshort_wchar
=no
19220 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
19221 conftest
$ac_exeext conftest.
$ac_ext
19222 CFLAGS
=$ac_wine_try_cflags_saved
19224 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fshort_wchar" >&5
19225 printf "%s\n" "$ac_cv_cflags__fshort_wchar" >&6; }
19226 if test "x$ac_cv_cflags__fshort_wchar" = xyes
19228 MSVCRTFLAGS
="$MSVCRTFLAGS -fshort-wchar"
19230 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wno-format" >&5
19231 printf %s
"checking whether the compiler supports -Wno-format... " >&6; }
19232 if test ${ac_cv_cflags__Wno_format+y}
19234 printf %s
"(cached) " >&6
19236 ac_wine_try_cflags_saved
=$CFLAGS
19237 CFLAGS
="$CFLAGS -Wno-format"
19238 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19239 /* end confdefs.h. */
19240 int main(int argc, char **argv) { return 0; }
19242 if ac_fn_c_try_link
"$LINENO"
19244 ac_cv_cflags__Wno_format
=yes
19246 ac_cv_cflags__Wno_format
=no
19248 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
19249 conftest
$ac_exeext conftest.
$ac_ext
19250 CFLAGS
=$ac_wine_try_cflags_saved
19252 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wno_format" >&5
19253 printf "%s\n" "$ac_cv_cflags__Wno_format" >&6; }
19254 if test "x$ac_cv_cflags__Wno_format" = xyes
19256 MSVCRTFLAGS
="$MSVCRTFLAGS -Wno-format"
19261 *i
[3456789]86*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-omit-frame-pointer" >&5
19262 printf %s
"checking whether the compiler supports -fno-omit-frame-pointer... " >&6; }
19263 if test ${ac_cv_cflags__fno_omit_frame_pointer+y}
19265 printf %s
"(cached) " >&6
19267 ac_wine_try_cflags_saved
=$CFLAGS
19268 CFLAGS
="$CFLAGS -fno-omit-frame-pointer"
19269 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19270 /* end confdefs.h. */
19271 int main(int argc, char **argv) { return 0; }
19273 if ac_fn_c_try_link
"$LINENO"
19275 ac_cv_cflags__fno_omit_frame_pointer
=yes
19277 ac_cv_cflags__fno_omit_frame_pointer
=no
19279 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
19280 conftest
$ac_exeext conftest.
$ac_ext
19281 CFLAGS
=$ac_wine_try_cflags_saved
19283 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_omit_frame_pointer" >&5
19284 printf "%s\n" "$ac_cv_cflags__fno_omit_frame_pointer" >&6; }
19285 if test "x$ac_cv_cflags__fno_omit_frame_pointer" = xyes
19287 EXTRACFLAGS
="$EXTRACFLAGS -fno-omit-frame-pointer"
19291 cygwin
*|mingw32
*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wno-format" >&5
19292 printf %s
"checking whether the compiler supports -Wno-format... " >&6; }
19293 if test ${ac_cv_cflags__Wno_format+y}
19295 printf %s
"(cached) " >&6
19297 ac_wine_try_cflags_saved
=$CFLAGS
19298 CFLAGS
="$CFLAGS -Wno-format"
19299 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19300 /* end confdefs.h. */
19301 int main(int argc, char **argv) { return 0; }
19303 if ac_fn_c_try_link
"$LINENO"
19305 ac_cv_cflags__Wno_format
=yes
19307 ac_cv_cflags__Wno_format
=no
19309 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
19310 conftest
$ac_exeext conftest.
$ac_ext
19311 CFLAGS
=$ac_wine_try_cflags_saved
19313 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wno_format" >&5
19314 printf "%s\n" "$ac_cv_cflags__Wno_format" >&6; }
19315 if test "x$ac_cv_cflags__Wno_format" = xyes
19317 EXTRACFLAGS
="$EXTRACFLAGS -Wno-format"
19319 *) if test -z "$CROSSTARGET"
19321 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for working -mabi=ms" >&5
19322 printf %s
"checking for working -mabi=ms... " >&6; }
19323 if test ${ac_cv_mabi_ms+y}
19325 printf %s
"(cached) " >&6
19327 CFLAGS
="$CFLAGS -mabi=ms"
19328 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19329 /* end confdefs.h. */
19330 #include <stdarg.h>
19331 int a(int b, ...) { __builtin_ms_va_list list; __builtin_ms_va_start(list,b); }
19340 if ac_fn_c_try_compile
"$LINENO"
19346 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
19347 CFLAGS
=$saved_CFLAGS
19349 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mabi_ms" >&5
19350 printf "%s\n" "$ac_cv_mabi_ms" >&6; }
19351 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
19353 MSVCRTFLAGS
="$MSVCRTFLAGS -mabi=ms" ;;
19357 CFLAGS
=$saved_CFLAGS
19359 if test "x$enable_werror" = "xyes"
19361 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
19362 printf %s
"checking whether the compiler supports -Werror... " >&6; }
19363 if test ${ac_cv_cflags__Werror+y}
19365 printf %s
"(cached) " >&6
19367 ac_wine_try_cflags_saved
=$CFLAGS
19368 CFLAGS
="$CFLAGS -Werror"
19369 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19370 /* end confdefs.h. */
19371 int main(int argc, char **argv) { return 0; }
19373 if ac_fn_c_try_link
"$LINENO"
19375 ac_cv_cflags__Werror
=yes
19377 ac_cv_cflags__Werror
=no
19379 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
19380 conftest
$ac_exeext conftest.
$ac_ext
19381 CFLAGS
=$ac_wine_try_cflags_saved
19383 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
19384 printf "%s\n" "$ac_cv_cflags__Werror" >&6; }
19385 if test "x$ac_cv_cflags__Werror" = xyes
19387 EXTRACFLAGS
="$EXTRACFLAGS -Werror"
19390 if test "x$enable_build_id" = "xyes"
19392 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--build-id" >&5
19393 printf %s
"checking whether the compiler supports -Wl,--build-id... " >&6; }
19394 if test ${ac_cv_cflags__Wl___build_id+y}
19396 printf %s
"(cached) " >&6
19398 ac_wine_try_cflags_saved
=$CFLAGS
19399 CFLAGS
="$CFLAGS -Wl,--build-id"
19400 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19401 /* end confdefs.h. */
19402 int main(int argc, char **argv) { return 0; }
19404 if ac_fn_c_try_link
"$LINENO"
19406 ac_cv_cflags__Wl___build_id
=yes
19408 ac_cv_cflags__Wl___build_id
=no
19410 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
19411 conftest
$ac_exeext conftest.
$ac_ext
19412 CFLAGS
=$ac_wine_try_cflags_saved
19414 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___build_id" >&5
19415 printf "%s\n" "$ac_cv_cflags__Wl___build_id" >&6; }
19416 if test "x$ac_cv_cflags__Wl___build_id" = xyes
19418 CFLAGS
="$CFLAGS -Wl,--build-id"
19419 LDFLAGS
="$LDFLAGS -Wl,--build-id"
19425 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for the need to disable Fortify" >&5
19426 printf %s
"checking for the need to disable Fortify... " >&6; }
19427 if test ${ac_cv_c_fortify_enabled+y}
19429 printf %s
"(cached) " >&6
19431 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19432 /* end confdefs.h. */
19433 #include <string.h>
19437 #if (defined(__USE_FORTIFY_LEVEL) && __USE_FORTIFY_LEVEL > 0) || (defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0)
19438 #error Fortify enabled
19444 if ac_fn_c_try_compile
"$LINENO"
19446 ac_cv_c_fortify_enabled
=no
19448 ac_cv_c_fortify_enabled
=yes
19450 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
19452 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_fortify_enabled" >&5
19453 printf "%s\n" "$ac_cv_c_fortify_enabled" >&6; }
19454 if test "$ac_cv_c_fortify_enabled" = yes
19456 CFLAGS
="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
19460 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
19461 printf %s
"checking whether CFI directives are supported in assembly code... " >&6; }
19462 if test ${ac_cv_c_cfi_support+y}
19464 printf %s
"(cached) " >&6
19466 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19467 /* end confdefs.h. */
19468 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
19477 if ac_fn_c_try_compile
"$LINENO"
19479 ac_cv_c_cfi_support
="yes"
19481 ac_cv_c_cfi_support
="no"
19483 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
19485 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
19486 printf "%s\n" "$ac_cv_c_cfi_support" >&6; }
19487 if test "$ac_cv_c_cfi_support" = "yes"
19489 DLLFLAGS
="$DLLFLAGS -fasynchronous-unwind-tables"
19490 LDDLLFLAGS
="$LDDLLFLAGS -fasynchronous-unwind-tables"
19491 UNIXDLLFLAGS
="$UNIXDLLFLAGS -fasynchronous-unwind-tables"
19493 if test "x$enable_win64" = "xyes"
19495 as_fn_append wine_warnings
"|building 64-bit Wine without support for CFI directives; exception handling will not work properly."
19503 *i
[3456789]86*|x86_64
*|
*aarch64
*|arm
*)
19504 test "$wine_binary" = wine || wine_fn_append_file CONFIGURE_TARGETS
"loader/wine-preloader"
19505 WINELOADER_PROGRAMS
="$WINELOADER_PROGRAMS $wine_binary-preloader"
19512 ac_save_CFLAGS
="$CFLAGS"
19513 CFLAGS
="$CFLAGS $BUILTINFLAG"
19514 ac_fn_c_check_func
"$LINENO" "epoll_create" "ac_cv_func_epoll_create"
19515 if test "x$ac_cv_func_epoll_create" = xyes
19517 printf "%s\n" "#define HAVE_EPOLL_CREATE 1" >>confdefs.h
19520 ac_fn_c_check_func
"$LINENO" "fstatfs" "ac_cv_func_fstatfs"
19521 if test "x$ac_cv_func_fstatfs" = xyes
19523 printf "%s\n" "#define HAVE_FSTATFS 1" >>confdefs.h
19526 ac_fn_c_check_func
"$LINENO" "futimens" "ac_cv_func_futimens"
19527 if test "x$ac_cv_func_futimens" = xyes
19529 printf "%s\n" "#define HAVE_FUTIMENS 1" >>confdefs.h
19532 ac_fn_c_check_func
"$LINENO" "futimes" "ac_cv_func_futimes"
19533 if test "x$ac_cv_func_futimes" = xyes
19535 printf "%s\n" "#define HAVE_FUTIMES 1" >>confdefs.h
19538 ac_fn_c_check_func
"$LINENO" "futimesat" "ac_cv_func_futimesat"
19539 if test "x$ac_cv_func_futimesat" = xyes
19541 printf "%s\n" "#define HAVE_FUTIMESAT 1" >>confdefs.h
19544 ac_fn_c_check_func
"$LINENO" "getattrlist" "ac_cv_func_getattrlist"
19545 if test "x$ac_cv_func_getattrlist" = xyes
19547 printf "%s\n" "#define HAVE_GETATTRLIST 1" >>confdefs.h
19550 ac_fn_c_check_func
"$LINENO" "getauxval" "ac_cv_func_getauxval"
19551 if test "x$ac_cv_func_getauxval" = xyes
19553 printf "%s\n" "#define HAVE_GETAUXVAL 1" >>confdefs.h
19556 ac_fn_c_check_func
"$LINENO" "getifaddrs" "ac_cv_func_getifaddrs"
19557 if test "x$ac_cv_func_getifaddrs" = xyes
19559 printf "%s\n" "#define HAVE_GETIFADDRS 1" >>confdefs.h
19562 ac_fn_c_check_func
"$LINENO" "getrandom" "ac_cv_func_getrandom"
19563 if test "x$ac_cv_func_getrandom" = xyes
19565 printf "%s\n" "#define HAVE_GETRANDOM 1" >>confdefs.h
19568 ac_fn_c_check_func
"$LINENO" "kqueue" "ac_cv_func_kqueue"
19569 if test "x$ac_cv_func_kqueue" = xyes
19571 printf "%s\n" "#define HAVE_KQUEUE 1" >>confdefs.h
19574 ac_fn_c_check_func
"$LINENO" "mach_continuous_time" "ac_cv_func_mach_continuous_time"
19575 if test "x$ac_cv_func_mach_continuous_time" = xyes
19577 printf "%s\n" "#define HAVE_MACH_CONTINUOUS_TIME 1" >>confdefs.h
19580 ac_fn_c_check_func
"$LINENO" "pipe2" "ac_cv_func_pipe2"
19581 if test "x$ac_cv_func_pipe2" = xyes
19583 printf "%s\n" "#define HAVE_PIPE2 1" >>confdefs.h
19586 ac_fn_c_check_func
"$LINENO" "port_create" "ac_cv_func_port_create"
19587 if test "x$ac_cv_func_port_create" = xyes
19589 printf "%s\n" "#define HAVE_PORT_CREATE 1" >>confdefs.h
19592 ac_fn_c_check_func
"$LINENO" "posix_fadvise" "ac_cv_func_posix_fadvise"
19593 if test "x$ac_cv_func_posix_fadvise" = xyes
19595 printf "%s\n" "#define HAVE_POSIX_FADVISE 1" >>confdefs.h
19598 ac_fn_c_check_func
"$LINENO" "posix_fallocate" "ac_cv_func_posix_fallocate"
19599 if test "x$ac_cv_func_posix_fallocate" = xyes
19601 printf "%s\n" "#define HAVE_POSIX_FALLOCATE 1" >>confdefs.h
19604 ac_fn_c_check_func
"$LINENO" "prctl" "ac_cv_func_prctl"
19605 if test "x$ac_cv_func_prctl" = xyes
19607 printf "%s\n" "#define HAVE_PRCTL 1" >>confdefs.h
19610 ac_fn_c_check_func
"$LINENO" "proc_pidinfo" "ac_cv_func_proc_pidinfo"
19611 if test "x$ac_cv_func_proc_pidinfo" = xyes
19613 printf "%s\n" "#define HAVE_PROC_PIDINFO 1" >>confdefs.h
19616 ac_fn_c_check_func
"$LINENO" "sched_yield" "ac_cv_func_sched_yield"
19617 if test "x$ac_cv_func_sched_yield" = xyes
19619 printf "%s\n" "#define HAVE_SCHED_YIELD 1" >>confdefs.h
19622 ac_fn_c_check_func
"$LINENO" "setproctitle" "ac_cv_func_setproctitle"
19623 if test "x$ac_cv_func_setproctitle" = xyes
19625 printf "%s\n" "#define HAVE_SETPROCTITLE 1" >>confdefs.h
19628 ac_fn_c_check_func
"$LINENO" "setprogname" "ac_cv_func_setprogname"
19629 if test "x$ac_cv_func_setprogname" = xyes
19631 printf "%s\n" "#define HAVE_SETPROGNAME 1" >>confdefs.h
19634 ac_fn_c_check_func
"$LINENO" "sigprocmask" "ac_cv_func_sigprocmask"
19635 if test "x$ac_cv_func_sigprocmask" = xyes
19637 printf "%s\n" "#define HAVE_SIGPROCMASK 1" >>confdefs.h
19640 ac_fn_c_check_func
"$LINENO" "sysinfo" "ac_cv_func_sysinfo"
19641 if test "x$ac_cv_func_sysinfo" = xyes
19643 printf "%s\n" "#define HAVE_SYSINFO 1" >>confdefs.h
19646 ac_fn_c_check_func
"$LINENO" "tcdrain" "ac_cv_func_tcdrain"
19647 if test "x$ac_cv_func_tcdrain" = xyes
19649 printf "%s\n" "#define HAVE_TCDRAIN 1" >>confdefs.h
19652 ac_fn_c_check_func
"$LINENO" "thr_kill2" "ac_cv_func_thr_kill2"
19653 if test "x$ac_cv_func_thr_kill2" = xyes
19655 printf "%s\n" "#define HAVE_THR_KILL2 1" >>confdefs.h
19659 CFLAGS
="$ac_save_CFLAGS"
19661 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
19662 printf %s
"checking for library containing dlopen... " >&6; }
19663 if test ${ac_cv_search_dlopen+y}
19665 printf %s
"(cached) " >&6
19667 ac_func_search_save_LIBS
=$LIBS
19668 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19669 /* end confdefs.h. */
19671 /* Override any GCC internal prototype to avoid an error.
19672 Use char because int might match the return type of a GCC
19673 builtin and then its argument prototype would still apply. */
19683 for ac_lib
in '' dl
19685 if test -z "$ac_lib"; then
19686 ac_res
="none required"
19689 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
19691 if ac_fn_c_try_link
"$LINENO"
19693 ac_cv_search_dlopen
=$ac_res
19695 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
19697 if test ${ac_cv_search_dlopen+y}
19702 if test ${ac_cv_search_dlopen+y}
19706 ac_cv_search_dlopen
=no
19708 rm conftest.
$ac_ext
19709 LIBS
=$ac_func_search_save_LIBS
19711 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
19712 printf "%s\n" "$ac_cv_search_dlopen" >&6; }
19713 ac_res
=$ac_cv_search_dlopen
19714 if test "$ac_res" != no
19716 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
19720 ac_wine_check_funcs_save_LIBS
="$LIBS"
19721 LIBS
="$LIBS $DL_LIBS"
19722 ac_fn_c_check_func
"$LINENO" "dlinfo" "ac_cv_func_dlinfo"
19723 if test "x$ac_cv_func_dlinfo" = xyes
19725 printf "%s\n" "#define HAVE_DLINFO 1" >>confdefs.h
19729 LIBS
="$ac_wine_check_funcs_save_LIBS"
19731 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
19732 printf %s
"checking for library containing gethostbyname... " >&6; }
19733 if test ${ac_cv_search_gethostbyname+y}
19735 printf %s
"(cached) " >&6
19737 ac_func_search_save_LIBS
=$LIBS
19738 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19739 /* end confdefs.h. */
19741 /* Override any GCC internal prototype to avoid an error.
19742 Use char because int might match the return type of a GCC
19743 builtin and then its argument prototype would still apply. */
19744 char gethostbyname ();
19748 return gethostbyname ();
19753 for ac_lib
in '' nsl
19755 if test -z "$ac_lib"; then
19756 ac_res
="none required"
19759 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
19761 if ac_fn_c_try_link
"$LINENO"
19763 ac_cv_search_gethostbyname
=$ac_res
19765 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
19767 if test ${ac_cv_search_gethostbyname+y}
19772 if test ${ac_cv_search_gethostbyname+y}
19776 ac_cv_search_gethostbyname
=no
19778 rm conftest.
$ac_ext
19779 LIBS
=$ac_func_search_save_LIBS
19781 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
19782 printf "%s\n" "$ac_cv_search_gethostbyname" >&6; }
19783 ac_res
=$ac_cv_search_gethostbyname
19784 if test "$ac_res" != no
19786 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
19791 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
19792 printf %s
"checking for library containing connect... " >&6; }
19793 if test ${ac_cv_search_connect+y}
19795 printf %s
"(cached) " >&6
19797 ac_func_search_save_LIBS
=$LIBS
19798 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19799 /* end confdefs.h. */
19801 /* Override any GCC internal prototype to avoid an error.
19802 Use char because int might match the return type of a GCC
19803 builtin and then its argument prototype would still apply. */
19813 for ac_lib
in '' socket
19815 if test -z "$ac_lib"; then
19816 ac_res
="none required"
19819 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
19821 if ac_fn_c_try_link
"$LINENO"
19823 ac_cv_search_connect
=$ac_res
19825 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
19827 if test ${ac_cv_search_connect+y}
19832 if test ${ac_cv_search_connect+y}
19836 ac_cv_search_connect
=no
19838 rm conftest.
$ac_ext
19839 LIBS
=$ac_func_search_save_LIBS
19841 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
19842 printf "%s\n" "$ac_cv_search_connect" >&6; }
19843 ac_res
=$ac_cv_search_connect
19844 if test "$ac_res" != no
19846 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
19851 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
19852 printf %s
"checking for library containing inet_aton... " >&6; }
19853 if test ${ac_cv_search_inet_aton+y}
19855 printf %s
"(cached) " >&6
19857 ac_func_search_save_LIBS
=$LIBS
19858 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19859 /* end confdefs.h. */
19861 /* Override any GCC internal prototype to avoid an error.
19862 Use char because int might match the return type of a GCC
19863 builtin and then its argument prototype would still apply. */
19868 return inet_aton ();
19873 for ac_lib
in '' resolv
19875 if test -z "$ac_lib"; then
19876 ac_res
="none required"
19879 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
19881 if ac_fn_c_try_link
"$LINENO"
19883 ac_cv_search_inet_aton
=$ac_res
19885 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
19887 if test ${ac_cv_search_inet_aton+y}
19892 if test ${ac_cv_search_inet_aton+y}
19896 ac_cv_search_inet_aton
=no
19898 rm conftest.
$ac_ext
19899 LIBS
=$ac_func_search_save_LIBS
19901 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
19902 printf "%s\n" "$ac_cv_search_inet_aton" >&6; }
19903 ac_res
=$ac_cv_search_inet_aton
19904 if test "$ac_res" != no
19906 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
19911 ac_fn_c_check_func
"$LINENO" "getaddrinfo" "ac_cv_func_getaddrinfo"
19912 if test "x$ac_cv_func_getaddrinfo" = xyes
19914 printf "%s\n" "#define HAVE_GETADDRINFO 1" >>confdefs.h
19920 darwin
*|macosx
*) ;;
19921 *) ac_save_LIBS
=$LIBS
19922 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
19923 printf %s
"checking for library containing clock_gettime... " >&6; }
19924 if test ${ac_cv_search_clock_gettime+y}
19926 printf %s
"(cached) " >&6
19928 ac_func_search_save_LIBS
=$LIBS
19929 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19930 /* end confdefs.h. */
19932 /* Override any GCC internal prototype to avoid an error.
19933 Use char because int might match the return type of a GCC
19934 builtin and then its argument prototype would still apply. */
19935 char clock_gettime ();
19939 return clock_gettime ();
19944 for ac_lib
in '' rt
19946 if test -z "$ac_lib"; then
19947 ac_res
="none required"
19950 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
19952 if ac_fn_c_try_link
"$LINENO"
19954 ac_cv_search_clock_gettime
=$ac_res
19956 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
19958 if test ${ac_cv_search_clock_gettime+y}
19963 if test ${ac_cv_search_clock_gettime+y}
19967 ac_cv_search_clock_gettime
=no
19969 rm conftest.
$ac_ext
19970 LIBS
=$ac_func_search_save_LIBS
19972 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5
19973 printf "%s\n" "$ac_cv_search_clock_gettime" >&6; }
19974 ac_res
=$ac_cv_search_clock_gettime
19975 if test "$ac_res" != no
19977 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
19979 printf "%s\n" "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h
19981 test "$ac_res" = "none required" || RT_LIBS
="$ac_res"
19989 if test "x$with_ldap" != "xno"
19991 if ${LDAP_CFLAGS:+false} :
19993 if test ${PKG_CONFIG+y}
19995 LDAP_CFLAGS
=`$PKG_CONFIG --cflags openldap 2>/dev/null`
19999 if ${LDAP_LIBS:+false} :
20001 if test ${PKG_CONFIG+y}
20003 LDAP_LIBS
=`$PKG_CONFIG --libs openldap 2>/dev/null`
20007 LDAP_LIBS
=${LDAP_LIBS:-"-lldap -llber"}
20008 printf "%s\n" "$as_me:${as_lineno-$LINENO}: openldap cflags: $LDAP_CFLAGS" >&5
20009 printf "%s\n" "$as_me:${as_lineno-$LINENO}: openldap libs: $LDAP_LIBS" >&5
20010 ac_save_CPPFLAGS
=$CPPFLAGS
20011 CPPFLAGS
="$CPPFLAGS $LDAP_CFLAGS"
20012 ac_fn_c_check_header_compile
"$LINENO" "ldap.h" "ac_cv_header_ldap_h" "$ac_includes_default"
20013 if test "x$ac_cv_header_ldap_h" = xyes
20015 printf "%s\n" "#define HAVE_LDAP_H 1" >>confdefs.h
20018 ac_fn_c_check_header_compile
"$LINENO" "lber.h" "ac_cv_header_lber_h" "$ac_includes_default"
20019 if test "x$ac_cv_header_lber_h" = xyes
20021 printf "%s\n" "#define HAVE_LBER_H 1" >>confdefs.h
20025 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
20027 ac_fn_c_check_type
"$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
20029 if test "x$ac_cv_type_LDAPSortKey" = xyes
20031 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap" >&5
20032 printf %s
"checking for ldap_initialize in -lldap... " >&6; }
20033 if test ${ac_cv_lib_ldap_ldap_initialize+y}
20035 printf %s
"(cached) " >&6
20037 ac_check_lib_save_LIBS
=$LIBS
20038 LIBS
="-lldap $PTHREAD_LIBS $LDAP_LIBS $LIBS"
20039 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
20040 /* end confdefs.h. */
20042 /* Override any GCC internal prototype to avoid an error.
20043 Use char because int might match the return type of a GCC
20044 builtin and then its argument prototype would still apply. */
20045 char ldap_initialize ();
20049 return ldap_initialize ();
20054 if ac_fn_c_try_link
"$LINENO"
20056 ac_cv_lib_ldap_ldap_initialize
=yes
20058 ac_cv_lib_ldap_ldap_initialize
=no
20060 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
20061 conftest
$ac_exeext conftest.
$ac_ext
20062 LIBS
=$ac_check_lib_save_LIBS
20064 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_ldap_initialize" >&5
20065 printf "%s\n" "$ac_cv_lib_ldap_ldap_initialize" >&6; }
20066 if test "x$ac_cv_lib_ldap_ldap_initialize" = xyes
20068 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
20069 printf %s
"checking for ber_init in -llber... " >&6; }
20070 if test ${ac_cv_lib_lber_ber_init+y}
20072 printf %s
"(cached) " >&6
20074 ac_check_lib_save_LIBS
=$LIBS
20075 LIBS
="-llber $PTHREAD_LIBS $LDAP_LIBS $LIBS"
20076 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
20077 /* end confdefs.h. */
20079 /* Override any GCC internal prototype to avoid an error.
20080 Use char because int might match the return type of a GCC
20081 builtin and then its argument prototype would still apply. */
20086 return ber_init ();
20091 if ac_fn_c_try_link
"$LINENO"
20093 ac_cv_lib_lber_ber_init
=yes
20095 ac_cv_lib_lber_ber_init
=no
20097 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
20098 conftest
$ac_exeext conftest.
$ac_ext
20099 LIBS
=$ac_check_lib_save_LIBS
20101 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
20102 printf "%s\n" "$ac_cv_lib_lber_ber_init" >&6; }
20103 if test "x$ac_cv_lib_lber_ber_init" = xyes
20106 printf "%s\n" "#define HAVE_LDAP 1" >>confdefs.h
20123 CPPFLAGS
=$ac_save_CPPFLAGS
20126 if test "x$LDAP_LIBS" = "x"
20128 case "x$with_ldap" in
20129 x
) as_fn_append wine_notices
"|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
20131 *) as_fn_error $?
"libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
20132 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
20137 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for sched_setaffinity" >&5
20138 printf %s
"checking for sched_setaffinity... " >&6; }
20139 if test ${wine_cv_have_sched_setaffinity+y}
20141 printf %s
"(cached) " >&6
20143 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
20144 /* end confdefs.h. */
20149 sched_setaffinity(0, 0, 0);
20154 if ac_fn_c_try_link
"$LINENO"
20156 wine_cv_have_sched_setaffinity
=yes
20158 wine_cv_have_sched_setaffinity
=no
20160 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
20161 conftest
$ac_exeext conftest.
$ac_ext
20163 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sched_setaffinity" >&5
20164 printf "%s\n" "$wine_cv_have_sched_setaffinity" >&6; }
20165 if test "$wine_cv_have_sched_setaffinity" = "yes"
20168 printf "%s\n" "#define HAVE_SCHED_SETAFFINITY 1" >>confdefs.h
20173 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
20174 printf %s
"checking for inline... " >&6; }
20175 if test ${ac_cv_c_inline+y}
20177 printf %s
"(cached) " >&6
20180 for ac_kw
in inline __inline__ __inline
; do
20181 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
20182 /* end confdefs.h. */
20183 #ifndef __cplusplus
20185 static $ac_kw foo_t static_foo (void) {return 0; }
20186 $ac_kw foo_t foo (void) {return 0; }
20190 if ac_fn_c_try_compile
"$LINENO"
20192 ac_cv_c_inline
=$ac_kw
20194 rm -f core conftest.err conftest.
$ac_objext conftest.beam conftest.
$ac_ext
20195 test "$ac_cv_c_inline" != no
&& break
20199 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
20200 printf "%s\n" "$ac_cv_c_inline" >&6; }
20202 case $ac_cv_c_inline in
20205 case $ac_cv_c_inline in
20207 *) ac_val
=$ac_cv_c_inline;;
20209 cat >>confdefs.h
<<_ACEOF
20210 #ifndef __cplusplus
20211 #define inline $ac_val
20217 ac_fn_c_check_type
"$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
20218 #include <signal.h>
20220 if test "x$ac_cv_type_sigset_t" = xyes
20223 printf "%s\n" "#define HAVE_SIGSET_T 1" >>confdefs.h
20228 ac_fn_c_check_type
"$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
20230 if test "x$ac_cv_type_request_sense" = xyes
20233 printf "%s\n" "#define HAVE_REQUEST_SENSE 1" >>confdefs.h
20239 ac_fn_c_check_type
"$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
20240 #include <sys/socket.h>
20241 #ifdef HAVE_SYS_SOCKETVAR_H
20242 #include <sys/socketvar.h>
20244 #ifdef HAVE_NET_ROUTE_H
20245 #include <net/route.h>
20247 #ifdef HAVE_NETINET_IN_H
20248 #include <netinet/in.h>
20250 #ifdef HAVE_NETINET_IN_SYSTM_H
20251 #include <netinet/in_systm.h>
20253 #ifdef HAVE_NETINET_IP_H
20254 #include <netinet/ip.h>
20256 #ifdef HAVE_NETINET_IN_PCB_H
20257 #include <netinet/in_pcb.h>
20260 if test "x$ac_cv_type_struct_xinpgen" = xyes
20263 printf "%s\n" "#define HAVE_STRUCT_XINPGEN 1" >>confdefs.h
20269 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
20270 printf %s
"checking for sigaddset... " >&6; }
20271 if test ${wine_cv_have_sigaddset+y}
20273 printf %s
"(cached) " >&6
20275 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
20276 /* end confdefs.h. */
20277 #include <signal.h>
20281 sigset_t set; sigaddset(&set,SIGTERM);
20286 if ac_fn_c_try_link
"$LINENO"
20288 wine_cv_have_sigaddset
=yes
20290 wine_cv_have_sigaddset
=no
20292 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
20293 conftest
$ac_exeext conftest.
$ac_ext
20295 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
20296 printf "%s\n" "$wine_cv_have_sigaddset" >&6; }
20297 if test "$wine_cv_have_sigaddset" = "yes"
20300 printf "%s\n" "#define HAVE_SIGADDSET 1" >>confdefs.h
20305 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
20306 printf %s
"checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
20307 if test ${wine_cv_linux_gethostbyname_r_6+y}
20309 printf %s
"(cached) " >&6
20311 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
20312 /* end confdefs.h. */
20320 struct hostent *result;
20327 gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
20328 gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
20334 if ac_fn_c_try_link
"$LINENO"
20336 wine_cv_linux_gethostbyname_r_6
=yes
20338 wine_cv_linux_gethostbyname_r_6
=no
20341 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
20342 conftest
$ac_exeext conftest.
$ac_ext
20345 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
20346 printf "%s\n" "$wine_cv_linux_gethostbyname_r_6" >&6; }
20347 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
20350 printf "%s\n" "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
20354 ac_fn_c_check_member
"$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
20355 #include <sys/socket.h>
20356 #ifdef HAVE_SYS_UN_H
20357 # include <sys/un.h>
20360 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = xyes
20363 printf "%s\n" "#define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1" >>confdefs.h
20367 ac_fn_c_check_member
"$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
20368 #include <sys/socket.h>
20369 #ifdef HAVE_SYS_UN_H
20370 # include <sys/un.h>
20373 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = xyes
20376 printf "%s\n" "#define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1" >>confdefs.h
20382 ac_fn_c_check_member
"$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
20383 #ifdef HAVE_SCSI_SG_H
20384 #include <scsi/sg.h>
20387 if test "x$ac_cv_member_scsireq_t_cmd" = xyes
20390 printf "%s\n" "#define HAVE_SCSIREQ_T_CMD 1" >>confdefs.h
20394 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>
20395 #ifdef HAVE_SCSI_SG_H
20396 #include <scsi/sg.h>
20399 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = xyes
20402 printf "%s\n" "#define HAVE_SG_IO_HDR_T_INTERFACE_ID 1" >>confdefs.h
20408 ac_fn_c_check_member
"$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
20410 if test "x$ac_cv_member_siginfo_t_si_fd" = xyes
20413 printf "%s\n" "#define HAVE_SIGINFO_T_SI_FD 1" >>confdefs.h
20419 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
20420 #ifdef HAVE_SYS_MTIO_H
20421 #include <sys/mtio.h>
20424 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = xyes
20427 printf "%s\n" "#define HAVE_STRUCT_MTGET_MT_BLKSIZ 1" >>confdefs.h
20431 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
20432 #ifdef HAVE_SYS_MTIO_H
20433 #include <sys/mtio.h>
20436 if test "x$ac_cv_member_struct_mtget_mt_gstat" = xyes
20439 printf "%s\n" "#define HAVE_STRUCT_MTGET_MT_GSTAT 1" >>confdefs.h
20443 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
20444 #ifdef HAVE_SYS_MTIO_H
20445 #include <sys/mtio.h>
20448 if test "x$ac_cv_member_struct_mtget_mt_blkno" = xyes
20451 printf "%s\n" "#define HAVE_STRUCT_MTGET_MT_BLKNO 1" >>confdefs.h
20457 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
20458 if test "x$ac_cv_member_struct_stat_st_mtim" = xyes
20461 printf "%s\n" "#define HAVE_STRUCT_STAT_ST_MTIM 1" >>confdefs.h
20465 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtimespec" "ac_cv_member_struct_stat_st_mtimespec" "$ac_includes_default"
20466 if test "x$ac_cv_member_struct_stat_st_mtimespec" = xyes
20469 printf "%s\n" "#define HAVE_STRUCT_STAT_ST_MTIMESPEC 1" >>confdefs.h
20473 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
20474 if test "x$ac_cv_member_struct_stat_st_ctim" = xyes
20477 printf "%s\n" "#define HAVE_STRUCT_STAT_ST_CTIM 1" >>confdefs.h
20481 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctimespec" "ac_cv_member_struct_stat_st_ctimespec" "$ac_includes_default"
20482 if test "x$ac_cv_member_struct_stat_st_ctimespec" = xyes
20485 printf "%s\n" "#define HAVE_STRUCT_STAT_ST_CTIMESPEC 1" >>confdefs.h
20489 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
20490 if test "x$ac_cv_member_struct_stat_st_atim" = xyes
20493 printf "%s\n" "#define HAVE_STRUCT_STAT_ST_ATIM 1" >>confdefs.h
20497 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atimespec" "ac_cv_member_struct_stat_st_atimespec" "$ac_includes_default"
20498 if test "x$ac_cv_member_struct_stat_st_atimespec" = xyes
20501 printf "%s\n" "#define HAVE_STRUCT_STAT_ST_ATIMESPEC 1" >>confdefs.h
20505 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtime" "ac_cv_member_struct_stat_st_birthtime" "$ac_includes_default"
20506 if test "x$ac_cv_member_struct_stat_st_birthtime" = xyes
20509 printf "%s\n" "#define HAVE_STRUCT_STAT_ST_BIRTHTIME 1" >>confdefs.h
20513 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtim" "ac_cv_member_struct_stat_st_birthtim" "$ac_includes_default"
20514 if test "x$ac_cv_member_struct_stat_st_birthtim" = xyes
20517 printf "%s\n" "#define HAVE_STRUCT_STAT_ST_BIRTHTIM 1" >>confdefs.h
20521 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtimespec" "ac_cv_member_struct_stat_st_birthtimespec" "$ac_includes_default"
20522 if test "x$ac_cv_member_struct_stat_st_birthtimespec" = xyes
20525 printf "%s\n" "#define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1" >>confdefs.h
20529 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtime" "ac_cv_member_struct_stat___st_birthtime" "$ac_includes_default"
20530 if test "x$ac_cv_member_struct_stat___st_birthtime" = xyes
20533 printf "%s\n" "#define HAVE_STRUCT_STAT___ST_BIRTHTIME 1" >>confdefs.h
20537 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtim" "ac_cv_member_struct_stat___st_birthtim" "$ac_includes_default"
20538 if test "x$ac_cv_member_struct_stat___st_birthtim" = xyes
20541 printf "%s\n" "#define HAVE_STRUCT_STAT___ST_BIRTHTIM 1" >>confdefs.h
20547 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>
20548 #ifdef HAVE_NETINET_IN_H
20549 #include <netinet/in.h>
20552 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = xyes
20555 printf "%s\n" "#define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1" >>confdefs.h
20561 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
20562 #include <resolv.h>
20565 if test "x$ac_cv_member_struct___res_state__u__ext_nscount6" = xyes
20568 printf "%s\n" "#define HAVE_STRUCT___RES_STATE__U__EXT_NSCOUNT6 1" >>confdefs.h
20574 ac_fn_c_check_member
"$LINENO" "struct in6_pktinfo" "ipi6_addr" "ac_cv_member_struct_in6_pktinfo_ipi6_addr" "#ifdef HAVE_NETINET_IN_H
20575 #include <netinet/in.h>
20578 if test "x$ac_cv_member_struct_in6_pktinfo_ipi6_addr" = xyes
20581 printf "%s\n" "#define HAVE_STRUCT_IN6_PKTINFO_IPI6_ADDR 1" >>confdefs.h
20587 ac_fn_c_check_member
"$LINENO" "struct ipstat" "ips_total" "ac_cv_member_struct_ipstat_ips_total" "#include <sys/types.h>
20588 #ifdef HAVE_SYS_SOCKETVAR_H
20589 #include <sys/socketvar.h>
20591 #ifdef HAVE_NETINET_IN_H
20592 #include <netinet/in.h>
20594 #ifdef HAVE_NETINET_IP_VAR_H
20595 #include <netinet/ip_var.h>
20598 if test "x$ac_cv_member_struct_ipstat_ips_total" = xyes
20601 printf "%s\n" "#define HAVE_STRUCT_IPSTAT_IPS_TOTAL 1" >>confdefs.h
20607 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
20608 #include <netinet/ip_var.h>
20611 if test "x$ac_cv_member_struct_ip_stats_ips_total" = xyes
20614 printf "%s\n" "#define HAVE_STRUCT_IP_STATS_IPS_TOTAL 1" >>confdefs.h
20620 ac_fn_c_check_member
"$LINENO" "struct tcpstat" "tcps_connattempt" "ac_cv_member_struct_tcpstat_tcps_connattempt" "#include <sys/types.h>
20621 #ifdef HAVE_SYS_SOCKETVAR_H
20622 #include <sys/socketvar.h>
20624 #ifdef HAVE_NETINET_IN_H
20625 #include <netinet/in.h>
20627 #ifdef HAVE_NETINET_TCP_H
20628 #include <netinet/tcp.h>
20630 #ifdef HAVE_NETINET_TCP_VAR_H
20631 #include <netinet/tcp_var.h>
20634 if test "x$ac_cv_member_struct_tcpstat_tcps_connattempt" = xyes
20637 printf "%s\n" "#define HAVE_STRUCT_TCPSTAT_TCPS_CONNATTEMPT 1" >>confdefs.h
20643 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
20644 #include <netinet/tcp_var.h>
20647 if test "x$ac_cv_member_struct_tcp_stats_tcps_connattempt" = xyes
20650 printf "%s\n" "#define HAVE_STRUCT_TCP_STATS_TCPS_CONNATTEMPT 1" >>confdefs.h
20656 ac_fn_c_check_member
"$LINENO" "struct udpstat" "udps_ipackets" "ac_cv_member_struct_udpstat_udps_ipackets" "#include <sys/types.h>
20657 #ifdef HAVE_NETINET_IN_H
20658 #include <netinet/in.h>
20660 #ifdef HAVE_NETINET_IP_VAR_H
20661 #include <netinet/ip_var.h>
20663 #ifdef HAVE_NETINET_UDP_H
20664 #include <netinet/udp.h>
20666 #ifdef HAVE_NETINET_UDP_VAR_H
20667 #include <netinet/udp_var.h>
20670 if test "x$ac_cv_member_struct_udpstat_udps_ipackets" = xyes
20673 printf "%s\n" "#define HAVE_STRUCT_UDPSTAT_UDPS_IPACKETS 1" >>confdefs.h
20679 ac_fn_c_check_member
"$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#include <sys/types.h>
20680 #ifdef HAVE_NET_IF_H
20681 # include <net/if.h>
20684 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes
20687 printf "%s\n" "#define HAVE_STRUCT_IFREQ_IFR_HWADDR 1" >>confdefs.h
20693 ac_fn_c_check_member
"$LINENO" "struct sysinfo" "totalram" "ac_cv_member_struct_sysinfo_totalram" "#ifdef HAVE_SYS_SYSINFO_H
20694 # include <sys/sysinfo.h>
20697 if test "x$ac_cv_member_struct_sysinfo_totalram" = xyes
20700 printf "%s\n" "#define HAVE_STRUCT_SYSINFO_TOTALRAM 1" >>confdefs.h
20704 ac_fn_c_check_member
"$LINENO" "struct sysinfo" "mem_unit" "ac_cv_member_struct_sysinfo_mem_unit" "#ifdef HAVE_SYS_SYSINFO_H
20705 # include <sys/sysinfo.h>
20708 if test "x$ac_cv_member_struct_sysinfo_mem_unit" = xyes
20711 printf "%s\n" "#define HAVE_STRUCT_SYSINFO_MEM_UNIT 1" >>confdefs.h
20717 LIBS
="$ac_save_LIBS"
20719 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for __builtin_popcount" >&5
20720 printf %s
"checking for __builtin_popcount... " >&6; }
20721 if test ${ac_cv_have___builtin_popcount+y}
20723 printf %s
"(cached) " >&6
20725 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
20726 /* end confdefs.h. */
20731 return __builtin_popcount(1)
20736 if ac_fn_c_try_link
"$LINENO"
20738 ac_cv_have___builtin_popcount
="yes"
20740 ac_cv_have___builtin_popcount
="no"
20742 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
20743 conftest
$ac_exeext conftest.
$ac_ext
20745 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_popcount" >&5
20746 printf "%s\n" "$ac_cv_have___builtin_popcount" >&6; }
20747 if test "$ac_cv_have___builtin_popcount" = "yes"
20750 printf "%s\n" "#define HAVE___BUILTIN_POPCOUNT 1" >>confdefs.h
20754 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for __clear_cache" >&5
20755 printf %s
"checking for __clear_cache... " >&6; }
20756 if test ${ac_cv_have___clear_cache+y}
20758 printf %s
"(cached) " >&6
20760 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
20761 /* end confdefs.h. */
20766 __clear_cache((void*)0, (void*)0); return 0;
20771 if ac_fn_c_try_link
"$LINENO"
20773 ac_cv_have___clear_cache
="yes"
20775 ac_cv_have___clear_cache
="no"
20777 rm -f core conftest.err conftest.
$ac_objext conftest.beam \
20778 conftest
$ac_exeext conftest.
$ac_ext
20780 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___clear_cache" >&5
20781 printf "%s\n" "$ac_cv_have___clear_cache" >&6; }
20782 if test "$ac_cv_have___clear_cache" = "yes"
20785 printf "%s\n" "#define HAVE___CLEAR_CACHE 1" >>confdefs.h
20791 *i
[3456789]86*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
20792 printf %s
"checking whether we need to define __i386__... " >&6; }
20793 if test ${ac_cv_cpp_def___i386__+y}
20795 printf %s
"(cached) " >&6
20797 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
20798 /* end confdefs.h. */
20803 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
20804 $EGREP "yes" >/dev
/null
2>&1
20806 ac_cv_cpp_def___i386__
=yes
20808 ac_cv_cpp_def___i386__
=no
20813 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
20814 printf "%s\n" "$ac_cv_cpp_def___i386__" >&6; }
20815 if test "x$ac_cv_cpp_def___i386__" = xyes
20817 CFLAGS
="$CFLAGS -D__i386__"
20818 LINTFLAGS
="$LINTFLAGS -D__i386__"
20820 *x86_64
*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
20821 printf %s
"checking whether we need to define __x86_64__... " >&6; }
20822 if test ${ac_cv_cpp_def___x86_64__+y}
20824 printf %s
"(cached) " >&6
20826 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
20827 /* end confdefs.h. */
20832 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
20833 $EGREP "yes" >/dev
/null
2>&1
20835 ac_cv_cpp_def___x86_64__
=yes
20837 ac_cv_cpp_def___x86_64__
=no
20842 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
20843 printf "%s\n" "$ac_cv_cpp_def___x86_64__" >&6; }
20844 if test "x$ac_cv_cpp_def___x86_64__" = xyes
20846 CFLAGS
="$CFLAGS -D__x86_64__"
20847 LINTFLAGS
="$LINTFLAGS -D__x86_64__"
20849 *sparc64
*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc64__" >&5
20850 printf %s
"checking whether we need to define __sparc64__... " >&6; }
20851 if test ${ac_cv_cpp_def___sparc64__+y}
20853 printf %s
"(cached) " >&6
20855 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
20856 /* end confdefs.h. */
20857 #ifndef __sparc64__
20861 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
20862 $EGREP "yes" >/dev
/null
2>&1
20864 ac_cv_cpp_def___sparc64__
=yes
20866 ac_cv_cpp_def___sparc64__
=no
20871 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc64__" >&5
20872 printf "%s\n" "$ac_cv_cpp_def___sparc64__" >&6; }
20873 if test "x$ac_cv_cpp_def___sparc64__" = xyes
20875 CFLAGS
="$CFLAGS -D__sparc64__"
20876 LINTFLAGS
="$LINTFLAGS -D__sparc64__"
20878 *sparc
*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
20879 printf %s
"checking whether we need to define __sparc__... " >&6; }
20880 if test ${ac_cv_cpp_def___sparc__+y}
20882 printf %s
"(cached) " >&6
20884 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
20885 /* end confdefs.h. */
20890 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
20891 $EGREP "yes" >/dev
/null
2>&1
20893 ac_cv_cpp_def___sparc__
=yes
20895 ac_cv_cpp_def___sparc__
=no
20900 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
20901 printf "%s\n" "$ac_cv_cpp_def___sparc__" >&6; }
20902 if test "x$ac_cv_cpp_def___sparc__" = xyes
20904 CFLAGS
="$CFLAGS -D__sparc__"
20905 LINTFLAGS
="$LINTFLAGS -D__sparc__"
20907 *powerpc64
*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc64__" >&5
20908 printf %s
"checking whether we need to define __powerpc64__... " >&6; }
20909 if test ${ac_cv_cpp_def___powerpc64__+y}
20911 printf %s
"(cached) " >&6
20913 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
20914 /* end confdefs.h. */
20915 #ifndef __powerpc64__
20919 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
20920 $EGREP "yes" >/dev
/null
2>&1
20922 ac_cv_cpp_def___powerpc64__
=yes
20924 ac_cv_cpp_def___powerpc64__
=no
20929 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc64__" >&5
20930 printf "%s\n" "$ac_cv_cpp_def___powerpc64__" >&6; }
20931 if test "x$ac_cv_cpp_def___powerpc64__" = xyes
20933 CFLAGS
="$CFLAGS -D__powerpc64__"
20934 LINTFLAGS
="$LINTFLAGS -D__powerpc64__"
20936 *powerpc
*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
20937 printf %s
"checking whether we need to define __powerpc__... " >&6; }
20938 if test ${ac_cv_cpp_def___powerpc__+y}
20940 printf %s
"(cached) " >&6
20942 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
20943 /* end confdefs.h. */
20944 #ifndef __powerpc__
20948 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
20949 $EGREP "yes" >/dev
/null
2>&1
20951 ac_cv_cpp_def___powerpc__
=yes
20953 ac_cv_cpp_def___powerpc__
=no
20958 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
20959 printf "%s\n" "$ac_cv_cpp_def___powerpc__" >&6; }
20960 if test "x$ac_cv_cpp_def___powerpc__" = xyes
20962 CFLAGS
="$CFLAGS -D__powerpc__"
20963 LINTFLAGS
="$LINTFLAGS -D__powerpc__"
20965 *aarch64
*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we need to define __aarch64__" >&5
20966 printf %s
"checking whether we need to define __aarch64__... " >&6; }
20967 if test ${ac_cv_cpp_def___aarch64__+y}
20969 printf %s
"(cached) " >&6
20971 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
20972 /* end confdefs.h. */
20973 #ifndef __aarch64__
20977 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
20978 $EGREP "yes" >/dev
/null
2>&1
20980 ac_cv_cpp_def___aarch64__
=yes
20982 ac_cv_cpp_def___aarch64__
=no
20987 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___aarch64__" >&5
20988 printf "%s\n" "$ac_cv_cpp_def___aarch64__" >&6; }
20989 if test "x$ac_cv_cpp_def___aarch64__" = xyes
20991 CFLAGS
="$CFLAGS -D__aarch64__"
20992 LINTFLAGS
="$LINTFLAGS -D__aarch64__"
20994 *arm
*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we need to define __arm__" >&5
20995 printf %s
"checking whether we need to define __arm__... " >&6; }
20996 if test ${ac_cv_cpp_def___arm__+y}
20998 printf %s
"(cached) " >&6
21000 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21001 /* end confdefs.h. */
21006 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21007 $EGREP "yes" >/dev
/null
2>&1
21009 ac_cv_cpp_def___arm__
=yes
21011 ac_cv_cpp_def___arm__
=no
21016 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___arm__" >&5
21017 printf "%s\n" "$ac_cv_cpp_def___arm__" >&6; }
21018 if test "x$ac_cv_cpp_def___arm__" = xyes
21020 CFLAGS
="$CFLAGS -D__arm__"
21021 LINTFLAGS
="$LINTFLAGS -D__arm__"
21025 case $host_vendor in
21026 *sun
*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
21027 printf %s
"checking whether we need to define __sun__... " >&6; }
21028 if test ${ac_cv_cpp_def___sun__+y}
21030 printf %s
"(cached) " >&6
21032 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21033 /* end confdefs.h. */
21038 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21039 $EGREP "yes" >/dev
/null
2>&1
21041 ac_cv_cpp_def___sun__
=yes
21043 ac_cv_cpp_def___sun__
=no
21048 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
21049 printf "%s\n" "$ac_cv_cpp_def___sun__" >&6; }
21050 if test "x$ac_cv_cpp_def___sun__" = xyes
21052 CFLAGS
="$CFLAGS -D__sun__"
21053 LINTFLAGS
="$LINTFLAGS -D__sun__"
21061 ac_config_commands
="$ac_config_commands include/stamp-h"
21063 printf %s
"creating Makefile rules..." >&6
21066 test "x$enable_silent_rules" = xyes
&& makedep_flags
="$makedep_flags -S"
21069 test "$srcdir" = . || wine_srcdir
="$srcdir/"
21071 ac_config_links
="$ac_config_links wine:tools/winewrapper"
21072 wine_fn_config_symlink wine
21073 if test "x$enable_win64" != xno
-o -n "$with_wine64"; then
21074 ac_config_links
="$ac_config_links wine64:tools/winewrapper"
21075 wine_fn_config_symlink wine64
21078 wine_fn_config_makefile dlls
/acledit enable_acledit
21079 wine_fn_config_makefile dlls
/aclui enable_aclui
21080 wine_fn_config_makefile dlls
/activeds.tlb enable_activeds_tlb
21081 wine_fn_config_makefile dlls
/activeds enable_activeds
21082 wine_fn_config_makefile dlls
/activeds
/tests enable_tests
21083 wine_fn_config_makefile dlls
/actxprxy enable_actxprxy
21084 wine_fn_config_makefile dlls
/adsldp enable_adsldp
21085 wine_fn_config_makefile dlls
/adsldp
/tests enable_tests
21086 wine_fn_config_makefile dlls
/adsldpc enable_adsldpc
21087 wine_fn_config_makefile dlls
/advapi32 enable_advapi32
21088 wine_fn_config_makefile dlls
/advapi32
/tests enable_tests
21089 wine_fn_config_makefile dlls
/advpack enable_advpack
21090 wine_fn_config_makefile dlls
/advpack
/tests enable_tests
21091 wine_fn_config_makefile dlls
/amsi enable_amsi
21092 wine_fn_config_makefile dlls
/amstream enable_amstream
21093 wine_fn_config_makefile dlls
/amstream
/tests enable_tests
21094 wine_fn_config_makefile dlls
/apisetschema enable_apisetschema
21095 wine_fn_config_makefile dlls
/apphelp enable_apphelp
21096 wine_fn_config_makefile dlls
/apphelp
/tests enable_tests
21097 wine_fn_config_makefile dlls
/appwiz.cpl enable_appwiz_cpl
21098 wine_fn_config_makefile dlls
/atl enable_atl
21099 wine_fn_config_makefile dlls
/atl
/tests enable_tests
21100 wine_fn_config_makefile dlls
/atl100 enable_atl100
21101 wine_fn_config_makefile dlls
/atl100
/tests enable_tests
21102 wine_fn_config_makefile dlls
/atl110 enable_atl110
21103 wine_fn_config_makefile dlls
/atl80 enable_atl80
21104 wine_fn_config_makefile dlls
/atl80
/tests enable_tests
21105 wine_fn_config_makefile dlls
/atl90 enable_atl90
21106 wine_fn_config_makefile dlls
/atlthunk enable_atlthunk
21107 wine_fn_config_makefile dlls
/atlthunk
/tests enable_tests
21108 wine_fn_config_makefile dlls
/atmlib enable_atmlib
21109 wine_fn_config_makefile dlls
/authz enable_authz
21110 wine_fn_config_makefile dlls
/avicap32 enable_avicap32
21111 wine_fn_config_makefile dlls
/avifil32 enable_avifil32
21112 wine_fn_config_makefile dlls
/avifil32
/tests enable_tests
21113 wine_fn_config_makefile dlls
/avifile.dll16 enable_win16
21114 wine_fn_config_makefile dlls
/avrt enable_avrt
21115 wine_fn_config_makefile dlls
/bcrypt enable_bcrypt
21116 wine_fn_config_makefile dlls
/bcrypt
/tests enable_tests
21117 wine_fn_config_makefile dlls
/bluetoothapis enable_bluetoothapis
21118 wine_fn_config_makefile dlls
/browseui enable_browseui
21119 wine_fn_config_makefile dlls
/browseui
/tests enable_tests
21120 wine_fn_config_makefile dlls
/bthprops.cpl enable_bthprops_cpl
21121 wine_fn_config_makefile dlls
/cabinet enable_cabinet
21122 wine_fn_config_makefile dlls
/cabinet
/tests enable_tests
21123 wine_fn_config_makefile dlls
/capi2032 enable_capi2032
21124 wine_fn_config_makefile dlls
/cards enable_cards
21125 wine_fn_config_makefile dlls
/cdosys enable_cdosys
21126 wine_fn_config_makefile dlls
/cfgmgr32 enable_cfgmgr32
21127 wine_fn_config_makefile dlls
/clusapi enable_clusapi
21128 wine_fn_config_makefile dlls
/cng.sys enable_cng_sys
21129 wine_fn_config_makefile dlls
/combase enable_combase
21130 wine_fn_config_makefile dlls
/combase
/tests enable_tests
21131 wine_fn_config_makefile dlls
/comcat enable_comcat
21132 wine_fn_config_makefile dlls
/comcat
/tests enable_tests
21133 wine_fn_config_makefile dlls
/comctl32 enable_comctl32
21134 wine_fn_config_makefile dlls
/comctl32
/tests enable_tests
21135 wine_fn_config_makefile dlls
/comdlg32 enable_comdlg32
21136 wine_fn_config_makefile dlls
/comdlg32
/tests enable_tests
21137 wine_fn_config_makefile dlls
/comm.drv16 enable_win16
21138 wine_fn_config_makefile dlls
/commdlg.dll16 enable_win16
21139 wine_fn_config_makefile dlls
/compobj.dll16 enable_win16
21140 wine_fn_config_makefile dlls
/compstui enable_compstui
21141 wine_fn_config_makefile dlls
/comsvcs enable_comsvcs
21142 wine_fn_config_makefile dlls
/comsvcs
/tests enable_tests
21143 wine_fn_config_makefile dlls
/concrt140 enable_concrt140
21144 wine_fn_config_makefile dlls
/concrt140
/tests enable_tests
21145 wine_fn_config_makefile dlls
/connect enable_connect
21146 wine_fn_config_makefile dlls
/credui enable_credui
21147 wine_fn_config_makefile dlls
/credui
/tests enable_tests
21148 wine_fn_config_makefile dlls
/crtdll enable_crtdll
21149 wine_fn_config_makefile dlls
/crypt32 enable_crypt32
21150 wine_fn_config_makefile dlls
/crypt32
/tests enable_tests
21151 wine_fn_config_makefile dlls
/cryptdlg enable_cryptdlg
21152 wine_fn_config_makefile dlls
/cryptdll enable_cryptdll
21153 wine_fn_config_makefile dlls
/cryptext enable_cryptext
21154 wine_fn_config_makefile dlls
/cryptnet enable_cryptnet
21155 wine_fn_config_makefile dlls
/cryptnet
/tests enable_tests
21156 wine_fn_config_makefile dlls
/cryptsp enable_cryptsp
21157 wine_fn_config_makefile dlls
/cryptui enable_cryptui
21158 wine_fn_config_makefile dlls
/cryptui
/tests enable_tests
21159 wine_fn_config_makefile dlls
/ctapi32 enable_ctapi32
21160 wine_fn_config_makefile dlls
/ctl3d.dll16 enable_win16
21161 wine_fn_config_makefile dlls
/ctl3d32 enable_ctl3d32
21162 wine_fn_config_makefile dlls
/ctl3dv2.dll16 enable_win16
21163 wine_fn_config_makefile dlls
/d2d1 enable_d2d1
21164 wine_fn_config_makefile dlls
/d2d
1/tests enable_tests
21165 wine_fn_config_makefile dlls
/d3d10 enable_d3d10
21166 wine_fn_config_makefile dlls
/d3d10
/tests enable_tests
21167 wine_fn_config_makefile dlls
/d3d10_1 enable_d3d10_1
21168 wine_fn_config_makefile dlls
/d3d10_
1/tests enable_tests
21169 wine_fn_config_makefile dlls
/d3d10core enable_d3d10core
21170 wine_fn_config_makefile dlls
/d3d10core
/tests enable_tests
21171 wine_fn_config_makefile dlls
/d3d11 enable_d3d11
21172 wine_fn_config_makefile dlls
/d3d11
/tests enable_tests
21173 wine_fn_config_makefile dlls
/d3d12 enable_d3d12
21174 wine_fn_config_makefile dlls
/d3d12
/tests enable_tests
21175 wine_fn_config_makefile dlls
/d3d8 enable_d3d8
21176 wine_fn_config_makefile dlls
/d3d
8/tests enable_tests
21177 wine_fn_config_makefile dlls
/d3d8thk enable_d3d8thk
21178 wine_fn_config_makefile dlls
/d3d9 enable_d3d9
21179 wine_fn_config_makefile dlls
/d3d
9/tests enable_tests
21180 wine_fn_config_makefile dlls
/d3dcompiler_33 enable_d3dcompiler_33
21181 wine_fn_config_makefile dlls
/d3dcompiler_34 enable_d3dcompiler_34
21182 wine_fn_config_makefile dlls
/d3dcompiler_35 enable_d3dcompiler_35
21183 wine_fn_config_makefile dlls
/d3dcompiler_36 enable_d3dcompiler_36
21184 wine_fn_config_makefile dlls
/d3dcompiler_37 enable_d3dcompiler_37
21185 wine_fn_config_makefile dlls
/d3dcompiler_38 enable_d3dcompiler_38
21186 wine_fn_config_makefile dlls
/d3dcompiler_39 enable_d3dcompiler_39
21187 wine_fn_config_makefile dlls
/d3dcompiler_40 enable_d3dcompiler_40
21188 wine_fn_config_makefile dlls
/d3dcompiler_41 enable_d3dcompiler_41
21189 wine_fn_config_makefile dlls
/d3dcompiler_42 enable_d3dcompiler_42
21190 wine_fn_config_makefile dlls
/d3dcompiler_43 enable_d3dcompiler_43
21191 wine_fn_config_makefile dlls
/d3dcompiler_43
/tests enable_tests
21192 wine_fn_config_makefile dlls
/d3dcompiler_46 enable_d3dcompiler_46
21193 wine_fn_config_makefile dlls
/d3dcompiler_46
/tests enable_tests
21194 wine_fn_config_makefile dlls
/d3dcompiler_47 enable_d3dcompiler_47
21195 wine_fn_config_makefile dlls
/d3dcompiler_47
/tests enable_tests
21196 wine_fn_config_makefile dlls
/d3dim enable_d3dim
21197 wine_fn_config_makefile dlls
/d3dim700 enable_d3dim700
21198 wine_fn_config_makefile dlls
/d3drm enable_d3drm
21199 wine_fn_config_makefile dlls
/d3drm
/tests enable_tests
21200 wine_fn_config_makefile dlls
/d3dx10_33 enable_d3dx10_33
21201 wine_fn_config_makefile dlls
/d3dx10_34 enable_d3dx10_34
21202 wine_fn_config_makefile dlls
/d3dx10_34
/tests enable_tests
21203 wine_fn_config_makefile dlls
/d3dx10_35 enable_d3dx10_35
21204 wine_fn_config_makefile dlls
/d3dx10_35
/tests enable_tests
21205 wine_fn_config_makefile dlls
/d3dx10_36 enable_d3dx10_36
21206 wine_fn_config_makefile dlls
/d3dx10_36
/tests enable_tests
21207 wine_fn_config_makefile dlls
/d3dx10_37 enable_d3dx10_37
21208 wine_fn_config_makefile dlls
/d3dx10_37
/tests enable_tests
21209 wine_fn_config_makefile dlls
/d3dx10_38 enable_d3dx10_38
21210 wine_fn_config_makefile dlls
/d3dx10_38
/tests enable_tests
21211 wine_fn_config_makefile dlls
/d3dx10_39 enable_d3dx10_39
21212 wine_fn_config_makefile dlls
/d3dx10_39
/tests enable_tests
21213 wine_fn_config_makefile dlls
/d3dx10_40 enable_d3dx10_40
21214 wine_fn_config_makefile dlls
/d3dx10_40
/tests enable_tests
21215 wine_fn_config_makefile dlls
/d3dx10_41 enable_d3dx10_41
21216 wine_fn_config_makefile dlls
/d3dx10_41
/tests enable_tests
21217 wine_fn_config_makefile dlls
/d3dx10_42 enable_d3dx10_42
21218 wine_fn_config_makefile dlls
/d3dx10_42
/tests enable_tests
21219 wine_fn_config_makefile dlls
/d3dx10_43 enable_d3dx10_43
21220 wine_fn_config_makefile dlls
/d3dx10_43
/tests enable_tests
21221 wine_fn_config_makefile dlls
/d3dx11_42 enable_d3dx11_42
21222 wine_fn_config_makefile dlls
/d3dx11_42
/tests enable_tests
21223 wine_fn_config_makefile dlls
/d3dx11_43 enable_d3dx11_43
21224 wine_fn_config_makefile dlls
/d3dx11_43
/tests enable_tests
21225 wine_fn_config_makefile dlls
/d3dx9_24 enable_d3dx9_24
21226 wine_fn_config_makefile dlls
/d3dx9_25 enable_d3dx9_25
21227 wine_fn_config_makefile dlls
/d3dx9_26 enable_d3dx9_26
21228 wine_fn_config_makefile dlls
/d3dx9_27 enable_d3dx9_27
21229 wine_fn_config_makefile dlls
/d3dx9_28 enable_d3dx9_28
21230 wine_fn_config_makefile dlls
/d3dx9_29 enable_d3dx9_29
21231 wine_fn_config_makefile dlls
/d3dx9_30 enable_d3dx9_30
21232 wine_fn_config_makefile dlls
/d3dx9_31 enable_d3dx9_31
21233 wine_fn_config_makefile dlls
/d3dx9_32 enable_d3dx9_32
21234 wine_fn_config_makefile dlls
/d3dx9_33 enable_d3dx9_33
21235 wine_fn_config_makefile dlls
/d3dx9_34 enable_d3dx9_34
21236 wine_fn_config_makefile dlls
/d3dx9_35 enable_d3dx9_35
21237 wine_fn_config_makefile dlls
/d3dx9_36 enable_d3dx9_36
21238 wine_fn_config_makefile dlls
/d3dx9_36
/tests enable_tests
21239 wine_fn_config_makefile dlls
/d3dx9_37 enable_d3dx9_37
21240 wine_fn_config_makefile dlls
/d3dx9_38 enable_d3dx9_38
21241 wine_fn_config_makefile dlls
/d3dx9_39 enable_d3dx9_39
21242 wine_fn_config_makefile dlls
/d3dx9_40 enable_d3dx9_40
21243 wine_fn_config_makefile dlls
/d3dx9_41 enable_d3dx9_41
21244 wine_fn_config_makefile dlls
/d3dx9_42 enable_d3dx9_42
21245 wine_fn_config_makefile dlls
/d3dx9_43 enable_d3dx9_43
21246 wine_fn_config_makefile dlls
/d3dxof enable_d3dxof
21247 wine_fn_config_makefile dlls
/d3dxof
/tests enable_tests
21248 wine_fn_config_makefile dlls
/davclnt enable_davclnt
21249 wine_fn_config_makefile dlls
/dbgeng enable_dbgeng
21250 wine_fn_config_makefile dlls
/dbgeng
/tests enable_tests
21251 wine_fn_config_makefile dlls
/dbghelp enable_dbghelp
21252 wine_fn_config_makefile dlls
/dbghelp
/tests enable_tests
21253 wine_fn_config_makefile dlls
/dciman32 enable_dciman32
21254 wine_fn_config_makefile dlls
/dcomp enable_dcomp
21255 wine_fn_config_makefile dlls
/ddeml.dll16 enable_win16
21256 wine_fn_config_makefile dlls
/ddraw enable_ddraw
21257 wine_fn_config_makefile dlls
/ddraw
/tests enable_tests
21258 wine_fn_config_makefile dlls
/ddrawex enable_ddrawex
21259 wine_fn_config_makefile dlls
/ddrawex
/tests enable_tests
21260 wine_fn_config_makefile dlls
/devenum enable_devenum
21261 wine_fn_config_makefile dlls
/devenum
/tests enable_tests
21262 wine_fn_config_makefile dlls
/dhcpcsvc enable_dhcpcsvc
21263 wine_fn_config_makefile dlls
/dhcpcsvc
/tests enable_tests
21264 wine_fn_config_makefile dlls
/dhcpcsvc6 enable_dhcpcsvc6
21265 wine_fn_config_makefile dlls
/dhtmled.ocx enable_dhtmled_ocx
21266 wine_fn_config_makefile dlls
/diasymreader enable_diasymreader
21267 wine_fn_config_makefile dlls
/difxapi enable_difxapi
21268 wine_fn_config_makefile dlls
/dinput enable_dinput
21269 wine_fn_config_makefile dlls
/dinput
/tests enable_tests
21270 wine_fn_config_makefile dlls
/dinput8 enable_dinput8
21271 wine_fn_config_makefile dlls
/directmanipulation enable_directmanipulation
21272 wine_fn_config_makefile dlls
/directmanipulation
/tests enable_tests
21273 wine_fn_config_makefile dlls
/dispdib.dll16 enable_win16
21274 wine_fn_config_makefile dlls
/dispex enable_dispex
21275 wine_fn_config_makefile dlls
/dispex
/tests enable_tests
21276 wine_fn_config_makefile dlls
/display.drv16 enable_win16
21277 wine_fn_config_makefile dlls
/dmband enable_dmband
21278 wine_fn_config_makefile dlls
/dmband
/tests enable_tests
21279 wine_fn_config_makefile dlls
/dmcompos enable_dmcompos
21280 wine_fn_config_makefile dlls
/dmcompos
/tests enable_tests
21281 wine_fn_config_makefile dlls
/dmime enable_dmime
21282 wine_fn_config_makefile dlls
/dmime
/tests enable_tests
21283 wine_fn_config_makefile dlls
/dmloader enable_dmloader
21284 wine_fn_config_makefile dlls
/dmloader
/tests enable_tests
21285 wine_fn_config_makefile dlls
/dmscript enable_dmscript
21286 wine_fn_config_makefile dlls
/dmscript
/tests enable_tests
21287 wine_fn_config_makefile dlls
/dmstyle enable_dmstyle
21288 wine_fn_config_makefile dlls
/dmstyle
/tests enable_tests
21289 wine_fn_config_makefile dlls
/dmsynth enable_dmsynth
21290 wine_fn_config_makefile dlls
/dmsynth
/tests enable_tests
21291 wine_fn_config_makefile dlls
/dmusic enable_dmusic
21292 wine_fn_config_makefile dlls
/dmusic
/tests enable_tests
21293 wine_fn_config_makefile dlls
/dmusic32 enable_dmusic32
21294 wine_fn_config_makefile dlls
/dnsapi enable_dnsapi
21295 wine_fn_config_makefile dlls
/dnsapi
/tests enable_tests
21296 wine_fn_config_makefile dlls
/dplay enable_dplay
21297 wine_fn_config_makefile dlls
/dplayx enable_dplayx
21298 wine_fn_config_makefile dlls
/dplayx
/tests enable_tests
21299 wine_fn_config_makefile dlls
/dpnaddr enable_dpnaddr
21300 wine_fn_config_makefile dlls
/dpnet enable_dpnet
21301 wine_fn_config_makefile dlls
/dpnet
/tests enable_tests
21302 wine_fn_config_makefile dlls
/dpnhpast enable_dpnhpast
21303 wine_fn_config_makefile dlls
/dpnhupnp enable_dpnhupnp
21304 wine_fn_config_makefile dlls
/dpnlobby enable_dpnlobby
21305 wine_fn_config_makefile dlls
/dpvoice enable_dpvoice
21306 wine_fn_config_makefile dlls
/dpvoice
/tests enable_tests
21307 wine_fn_config_makefile dlls
/dpwsockx enable_dpwsockx
21308 wine_fn_config_makefile dlls
/drmclien enable_drmclien
21309 wine_fn_config_makefile dlls
/dsdmo enable_dsdmo
21310 wine_fn_config_makefile dlls
/dsdmo
/tests enable_tests
21311 wine_fn_config_makefile dlls
/dsound enable_dsound
21312 wine_fn_config_makefile dlls
/dsound
/tests enable_tests
21313 wine_fn_config_makefile dlls
/dsquery enable_dsquery
21314 wine_fn_config_makefile dlls
/dssenh enable_dssenh
21315 wine_fn_config_makefile dlls
/dssenh
/tests enable_tests
21316 wine_fn_config_makefile dlls
/dsuiext enable_dsuiext
21317 wine_fn_config_makefile dlls
/dswave enable_dswave
21318 wine_fn_config_makefile dlls
/dswave
/tests enable_tests
21319 wine_fn_config_makefile dlls
/dwmapi enable_dwmapi
21320 wine_fn_config_makefile dlls
/dwmapi
/tests enable_tests
21321 wine_fn_config_makefile dlls
/dwrite enable_dwrite
21322 wine_fn_config_makefile dlls
/dwrite
/tests enable_tests
21323 wine_fn_config_makefile dlls
/dx8vb enable_dx8vb
21324 wine_fn_config_makefile dlls
/dxdiagn enable_dxdiagn
21325 wine_fn_config_makefile dlls
/dxdiagn
/tests enable_tests
21326 wine_fn_config_makefile dlls
/dxgi enable_dxgi
21327 wine_fn_config_makefile dlls
/dxgi
/tests enable_tests
21328 wine_fn_config_makefile dlls
/dxtrans enable_dxtrans
21329 wine_fn_config_makefile dlls
/dxva2 enable_dxva2
21330 wine_fn_config_makefile dlls
/dxva
2/tests enable_tests
21331 wine_fn_config_makefile dlls
/esent enable_esent
21332 wine_fn_config_makefile dlls
/evr enable_evr
21333 wine_fn_config_makefile dlls
/evr
/tests enable_tests
21334 wine_fn_config_makefile dlls
/explorerframe enable_explorerframe
21335 wine_fn_config_makefile dlls
/explorerframe
/tests enable_tests
21336 wine_fn_config_makefile dlls
/faultrep enable_faultrep
21337 wine_fn_config_makefile dlls
/faultrep
/tests enable_tests
21338 wine_fn_config_makefile dlls
/feclient enable_feclient
21339 wine_fn_config_makefile dlls
/fltlib enable_fltlib
21340 wine_fn_config_makefile dlls
/fltmgr.sys enable_fltmgr_sys
21341 wine_fn_config_makefile dlls
/fntcache enable_fntcache
21342 wine_fn_config_makefile dlls
/fontsub enable_fontsub
21343 wine_fn_config_makefile dlls
/fusion enable_fusion
21344 wine_fn_config_makefile dlls
/fusion
/tests enable_tests
21345 wine_fn_config_makefile dlls
/fwpuclnt enable_fwpuclnt
21346 wine_fn_config_makefile dlls
/gameux enable_gameux
21347 wine_fn_config_makefile dlls
/gameux
/tests enable_tests
21348 wine_fn_config_makefile dlls
/gamingtcui enable_gamingtcui
21349 wine_fn_config_makefile dlls
/gdi.exe16 enable_win16
21350 wine_fn_config_makefile dlls
/gdi32 enable_gdi32
21351 wine_fn_config_makefile dlls
/gdi32
/tests enable_tests
21352 wine_fn_config_makefile dlls
/gdiplus enable_gdiplus
21353 wine_fn_config_makefile dlls
/gdiplus
/tests enable_tests
21354 wine_fn_config_makefile dlls
/glu32 enable_glu32
21355 wine_fn_config_makefile dlls
/gphoto2.ds enable_gphoto2_ds
21356 wine_fn_config_makefile dlls
/gpkcsp enable_gpkcsp
21357 wine_fn_config_makefile dlls
/hal enable_hal
21358 wine_fn_config_makefile dlls
/hhctrl.ocx enable_hhctrl_ocx
21359 wine_fn_config_makefile dlls
/hid enable_hid
21360 wine_fn_config_makefile dlls
/hid
/tests enable_tests
21361 wine_fn_config_makefile dlls
/hidclass.sys enable_hidclass_sys
21362 wine_fn_config_makefile dlls
/hidparse.sys enable_hidparse_sys
21363 wine_fn_config_makefile dlls
/hlink enable_hlink
21364 wine_fn_config_makefile dlls
/hlink
/tests enable_tests
21365 wine_fn_config_makefile dlls
/hnetcfg enable_hnetcfg
21366 wine_fn_config_makefile dlls
/hnetcfg
/tests enable_tests
21367 wine_fn_config_makefile dlls
/http.sys enable_http_sys
21368 wine_fn_config_makefile dlls
/httpapi enable_httpapi
21369 wine_fn_config_makefile dlls
/httpapi
/tests enable_tests
21370 wine_fn_config_makefile dlls
/iccvid enable_iccvid
21371 wine_fn_config_makefile dlls
/icmp enable_icmp
21372 wine_fn_config_makefile dlls
/ieframe enable_ieframe
21373 wine_fn_config_makefile dlls
/ieframe
/tests enable_tests
21374 wine_fn_config_makefile dlls
/ieproxy enable_ieproxy
21375 wine_fn_config_makefile dlls
/ifsmgr.vxd enable_win16
21376 wine_fn_config_makefile dlls
/imaadp32.acm enable_imaadp32_acm
21377 wine_fn_config_makefile dlls
/imagehlp enable_imagehlp
21378 wine_fn_config_makefile dlls
/imagehlp
/tests enable_tests
21379 wine_fn_config_makefile dlls
/imm.dll16 enable_win16
21380 wine_fn_config_makefile dlls
/imm32 enable_imm32
21381 wine_fn_config_makefile dlls
/imm32
/tests enable_tests
21382 wine_fn_config_makefile dlls
/inetcomm enable_inetcomm
21383 wine_fn_config_makefile dlls
/inetcomm
/tests enable_tests
21384 wine_fn_config_makefile dlls
/inetcpl.cpl enable_inetcpl_cpl
21385 wine_fn_config_makefile dlls
/inetmib1 enable_inetmib1
21386 wine_fn_config_makefile dlls
/inetmib
1/tests enable_tests
21387 wine_fn_config_makefile dlls
/infosoft enable_infosoft
21388 wine_fn_config_makefile dlls
/infosoft
/tests enable_tests
21389 wine_fn_config_makefile dlls
/initpki enable_initpki
21390 wine_fn_config_makefile dlls
/inkobj enable_inkobj
21391 wine_fn_config_makefile dlls
/inseng enable_inseng
21392 wine_fn_config_makefile dlls
/iphlpapi enable_iphlpapi
21393 wine_fn_config_makefile dlls
/iphlpapi
/tests enable_tests
21394 wine_fn_config_makefile dlls
/iprop enable_iprop
21395 wine_fn_config_makefile dlls
/irprops.cpl enable_irprops_cpl
21396 wine_fn_config_makefile dlls
/itircl enable_itircl
21397 wine_fn_config_makefile dlls
/itss enable_itss
21398 wine_fn_config_makefile dlls
/itss
/tests enable_tests
21399 wine_fn_config_makefile dlls
/joy.cpl enable_joy_cpl
21400 wine_fn_config_makefile dlls
/jscript enable_jscript
21401 wine_fn_config_makefile dlls
/jscript
/tests enable_tests
21402 wine_fn_config_makefile dlls
/jsproxy enable_jsproxy
21403 wine_fn_config_makefile dlls
/jsproxy
/tests enable_tests
21404 wine_fn_config_makefile dlls
/kerberos enable_kerberos
21405 wine_fn_config_makefile dlls
/kernel32 enable_kernel32
21406 wine_fn_config_makefile dlls
/kernel32
/tests enable_tests
21407 wine_fn_config_makefile dlls
/kernelbase enable_kernelbase
21408 wine_fn_config_makefile dlls
/kernelbase
/tests enable_tests
21409 wine_fn_config_makefile dlls
/keyboard.drv16 enable_win16
21410 wine_fn_config_makefile dlls
/krnl386.exe16 enable_win16
21411 wine_fn_config_makefile dlls
/ksecdd.sys enable_ksecdd_sys
21412 wine_fn_config_makefile dlls
/ksproxy.ax enable_ksproxy_ax
21413 wine_fn_config_makefile dlls
/ksuser enable_ksuser
21414 wine_fn_config_makefile dlls
/ktmw32 enable_ktmw32
21415 wine_fn_config_makefile dlls
/l3codeca.acm enable_l3codeca_acm
21416 wine_fn_config_makefile dlls
/light.msstyles enable_light_msstyles
21417 wine_fn_config_makefile dlls
/loadperf enable_loadperf
21418 wine_fn_config_makefile dlls
/localspl enable_localspl
21419 wine_fn_config_makefile dlls
/localspl
/tests enable_tests
21420 wine_fn_config_makefile dlls
/localui enable_localui
21421 wine_fn_config_makefile dlls
/localui
/tests enable_tests
21422 wine_fn_config_makefile dlls
/lz32 enable_lz32
21423 wine_fn_config_makefile dlls
/lz32
/tests enable_tests
21424 wine_fn_config_makefile dlls
/lzexpand.dll16 enable_win16
21425 wine_fn_config_makefile dlls
/mapi32 enable_mapi32
21426 wine_fn_config_makefile dlls
/mapi32
/tests enable_tests
21427 wine_fn_config_makefile dlls
/mapistub enable_mapistub
21428 wine_fn_config_makefile dlls
/mciavi32 enable_mciavi32
21429 wine_fn_config_makefile dlls
/mcicda enable_mcicda
21430 wine_fn_config_makefile dlls
/mciqtz32 enable_mciqtz32
21431 wine_fn_config_makefile dlls
/mciseq enable_mciseq
21432 wine_fn_config_makefile dlls
/mciwave enable_mciwave
21433 wine_fn_config_makefile dlls
/mf enable_mf
21434 wine_fn_config_makefile dlls
/mf
/tests enable_tests
21435 wine_fn_config_makefile dlls
/mf3216 enable_mf3216
21436 wine_fn_config_makefile dlls
/mferror enable_mferror
21437 wine_fn_config_makefile dlls
/mfmediaengine enable_mfmediaengine
21438 wine_fn_config_makefile dlls
/mfmediaengine
/tests enable_tests
21439 wine_fn_config_makefile dlls
/mfplat enable_mfplat
21440 wine_fn_config_makefile dlls
/mfplat
/tests enable_tests
21441 wine_fn_config_makefile dlls
/mfplay enable_mfplay
21442 wine_fn_config_makefile dlls
/mfplay
/tests enable_tests
21443 wine_fn_config_makefile dlls
/mfreadwrite enable_mfreadwrite
21444 wine_fn_config_makefile dlls
/mfreadwrite
/tests enable_tests
21445 wine_fn_config_makefile dlls
/mgmtapi enable_mgmtapi
21446 wine_fn_config_makefile dlls
/midimap enable_midimap
21447 wine_fn_config_makefile dlls
/mlang enable_mlang
21448 wine_fn_config_makefile dlls
/mlang
/tests enable_tests
21449 wine_fn_config_makefile dlls
/mmcndmgr enable_mmcndmgr
21450 wine_fn_config_makefile dlls
/mmcndmgr
/tests enable_tests
21451 wine_fn_config_makefile dlls
/mmdevapi enable_mmdevapi
21452 wine_fn_config_makefile dlls
/mmdevapi
/tests enable_tests
21453 wine_fn_config_makefile dlls
/mmdevldr.vxd enable_win16
21454 wine_fn_config_makefile dlls
/mmsystem.dll16 enable_win16
21455 wine_fn_config_makefile dlls
/monodebg.vxd enable_win16
21456 wine_fn_config_makefile dlls
/mountmgr.sys enable_mountmgr_sys
21457 wine_fn_config_makefile dlls
/mouse.drv16 enable_win16
21458 wine_fn_config_makefile dlls
/mp3dmod enable_mp3dmod
21459 wine_fn_config_makefile dlls
/mp3dmod
/tests enable_tests
21460 wine_fn_config_makefile dlls
/mpr enable_mpr
21461 wine_fn_config_makefile dlls
/mpr
/tests enable_tests
21462 wine_fn_config_makefile dlls
/mprapi enable_mprapi
21463 wine_fn_config_makefile dlls
/msacm.dll16 enable_win16
21464 wine_fn_config_makefile dlls
/msacm32.drv enable_msacm32_drv
21465 wine_fn_config_makefile dlls
/msacm32 enable_msacm32
21466 wine_fn_config_makefile dlls
/msacm32
/tests enable_tests
21467 wine_fn_config_makefile dlls
/msado15 enable_msado15
21468 wine_fn_config_makefile dlls
/msado15
/tests enable_tests
21469 wine_fn_config_makefile dlls
/msadp32.acm enable_msadp32_acm
21470 wine_fn_config_makefile dlls
/msasn1 enable_msasn1
21471 wine_fn_config_makefile dlls
/msasn
1/tests enable_tests
21472 wine_fn_config_makefile dlls
/mscat32 enable_mscat32
21473 wine_fn_config_makefile dlls
/mscms enable_mscms
21474 wine_fn_config_makefile dlls
/mscms
/tests enable_tests
21475 wine_fn_config_makefile dlls
/mscoree enable_mscoree
21476 wine_fn_config_makefile dlls
/mscoree
/tests enable_tests
21477 wine_fn_config_makefile dlls
/mscorwks enable_mscorwks
21478 wine_fn_config_makefile dlls
/msctf enable_msctf
21479 wine_fn_config_makefile dlls
/msctf
/tests enable_tests
21480 wine_fn_config_makefile dlls
/msctfmonitor enable_msctfmonitor
21481 wine_fn_config_makefile dlls
/msctfp enable_msctfp
21482 wine_fn_config_makefile dlls
/msdaps enable_msdaps
21483 wine_fn_config_makefile dlls
/msdasql enable_msdasql
21484 wine_fn_config_makefile dlls
/msdasql
/tests enable_tests
21485 wine_fn_config_makefile dlls
/msdelta enable_msdelta
21486 wine_fn_config_makefile dlls
/msdmo enable_msdmo
21487 wine_fn_config_makefile dlls
/msdmo
/tests enable_tests
21488 wine_fn_config_makefile dlls
/msdrm enable_msdrm
21489 wine_fn_config_makefile dlls
/msftedit enable_msftedit
21490 wine_fn_config_makefile dlls
/msftedit
/tests enable_tests
21491 wine_fn_config_makefile dlls
/msg711.acm enable_msg711_acm
21492 wine_fn_config_makefile dlls
/msgsm32.acm enable_msgsm32_acm
21493 wine_fn_config_makefile dlls
/mshtml.tlb enable_mshtml_tlb
21494 wine_fn_config_makefile dlls
/mshtml enable_mshtml
21495 wine_fn_config_makefile dlls
/mshtml
/tests enable_tests
21496 wine_fn_config_makefile dlls
/msi enable_msi
21497 wine_fn_config_makefile dlls
/msi
/tests enable_tests
21498 wine_fn_config_makefile dlls
/msident enable_msident
21499 wine_fn_config_makefile dlls
/msimg32 enable_msimg32
21500 wine_fn_config_makefile dlls
/msimsg enable_msimsg
21501 wine_fn_config_makefile dlls
/msimtf enable_msimtf
21502 wine_fn_config_makefile dlls
/msisip enable_msisip
21503 wine_fn_config_makefile dlls
/msisys.ocx enable_msisys_ocx
21504 wine_fn_config_makefile dlls
/msls31 enable_msls31
21505 wine_fn_config_makefile dlls
/msnet32 enable_msnet32
21506 wine_fn_config_makefile dlls
/mspatcha enable_mspatcha
21507 wine_fn_config_makefile dlls
/mspatcha
/tests enable_tests
21508 wine_fn_config_makefile dlls
/msports enable_msports
21509 wine_fn_config_makefile dlls
/msrle32 enable_msrle32
21510 wine_fn_config_makefile dlls
/msrle32
/tests enable_tests
21511 wine_fn_config_makefile dlls
/msscript.ocx enable_msscript_ocx
21512 wine_fn_config_makefile dlls
/msscript.ocx
/tests enable_tests
21513 wine_fn_config_makefile dlls
/mssign32 enable_mssign32
21514 wine_fn_config_makefile dlls
/mssip32 enable_mssip32
21515 wine_fn_config_makefile dlls
/mstask enable_mstask
21516 wine_fn_config_makefile dlls
/mstask
/tests enable_tests
21517 wine_fn_config_makefile dlls
/msv1_0 enable_msv1_0
21518 wine_fn_config_makefile dlls
/msvcirt enable_msvcirt
21519 wine_fn_config_makefile dlls
/msvcirt
/tests enable_tests
21520 wine_fn_config_makefile dlls
/msvcm80 enable_msvcm80
21521 wine_fn_config_makefile dlls
/msvcm90 enable_msvcm90
21522 wine_fn_config_makefile dlls
/msvcp100 enable_msvcp100
21523 wine_fn_config_makefile dlls
/msvcp100
/tests enable_tests
21524 wine_fn_config_makefile dlls
/msvcp110 enable_msvcp110
21525 wine_fn_config_makefile dlls
/msvcp110
/tests enable_tests
21526 wine_fn_config_makefile dlls
/msvcp120 enable_msvcp120
21527 wine_fn_config_makefile dlls
/msvcp120
/tests enable_tests
21528 wine_fn_config_makefile dlls
/msvcp120_app enable_msvcp120_app
21529 wine_fn_config_makefile dlls
/msvcp140 enable_msvcp140
21530 wine_fn_config_makefile dlls
/msvcp140
/tests enable_tests
21531 wine_fn_config_makefile dlls
/msvcp140_1 enable_msvcp140_1
21532 wine_fn_config_makefile dlls
/msvcp140_
1/tests enable_tests
21533 wine_fn_config_makefile dlls
/msvcp140_atomic_wait enable_msvcp140_atomic_wait
21534 wine_fn_config_makefile dlls
/msvcp140_atomic_wait
/tests enable_tests
21535 wine_fn_config_makefile dlls
/msvcp60 enable_msvcp60
21536 wine_fn_config_makefile dlls
/msvcp60
/tests enable_tests
21537 wine_fn_config_makefile dlls
/msvcp70 enable_msvcp70
21538 wine_fn_config_makefile dlls
/msvcp71 enable_msvcp71
21539 wine_fn_config_makefile dlls
/msvcp80 enable_msvcp80
21540 wine_fn_config_makefile dlls
/msvcp90 enable_msvcp90
21541 wine_fn_config_makefile dlls
/msvcp90
/tests enable_tests
21542 wine_fn_config_makefile dlls
/msvcp_win enable_msvcp_win
21543 wine_fn_config_makefile dlls
/msvcr100 enable_msvcr100
21544 wine_fn_config_makefile dlls
/msvcr100
/tests enable_tests
21545 wine_fn_config_makefile dlls
/msvcr110 enable_msvcr110
21546 wine_fn_config_makefile dlls
/msvcr110
/tests enable_tests
21547 wine_fn_config_makefile dlls
/msvcr120 enable_msvcr120
21548 wine_fn_config_makefile dlls
/msvcr120
/tests enable_tests
21549 wine_fn_config_makefile dlls
/msvcr120_app enable_msvcr120_app
21550 wine_fn_config_makefile dlls
/msvcr70 enable_msvcr70
21551 wine_fn_config_makefile dlls
/msvcr71 enable_msvcr71
21552 wine_fn_config_makefile dlls
/msvcr80 enable_msvcr80
21553 wine_fn_config_makefile dlls
/msvcr80
/tests enable_tests
21554 wine_fn_config_makefile dlls
/msvcr90 enable_msvcr90
21555 wine_fn_config_makefile dlls
/msvcr90
/tests enable_tests
21556 wine_fn_config_makefile dlls
/msvcrt enable_msvcrt
21557 wine_fn_config_makefile dlls
/msvcrt
/tests enable_tests
21558 wine_fn_config_makefile dlls
/msvcrt20 enable_msvcrt20
21559 wine_fn_config_makefile dlls
/msvcrt40 enable_msvcrt40
21560 wine_fn_config_makefile dlls
/msvcrtd enable_msvcrtd
21561 wine_fn_config_makefile dlls
/msvcrtd
/tests enable_tests
21562 wine_fn_config_makefile dlls
/msvfw32 enable_msvfw32
21563 wine_fn_config_makefile dlls
/msvfw32
/tests enable_tests
21564 wine_fn_config_makefile dlls
/msvidc32 enable_msvidc32
21565 wine_fn_config_makefile dlls
/msvideo.dll16 enable_win16
21566 wine_fn_config_makefile dlls
/mswsock enable_mswsock
21567 wine_fn_config_makefile dlls
/msxml enable_msxml
21568 wine_fn_config_makefile dlls
/msxml2 enable_msxml2
21569 wine_fn_config_makefile dlls
/msxml3 enable_msxml3
21570 wine_fn_config_makefile dlls
/msxml
3/tests enable_tests
21571 wine_fn_config_makefile dlls
/msxml4 enable_msxml4
21572 wine_fn_config_makefile dlls
/msxml6 enable_msxml6
21573 wine_fn_config_makefile dlls
/mtxdm enable_mtxdm
21574 wine_fn_config_makefile dlls
/ncrypt enable_ncrypt
21575 wine_fn_config_makefile dlls
/ncrypt
/tests enable_tests
21576 wine_fn_config_makefile dlls
/nddeapi enable_nddeapi
21577 wine_fn_config_makefile dlls
/ndis.sys enable_ndis_sys
21578 wine_fn_config_makefile dlls
/ndis.sys
/tests enable_tests
21579 wine_fn_config_makefile dlls
/netapi32 enable_netapi32
21580 wine_fn_config_makefile dlls
/netapi32
/tests enable_tests
21581 wine_fn_config_makefile dlls
/netcfgx enable_netcfgx
21582 wine_fn_config_makefile dlls
/netcfgx
/tests enable_tests
21583 wine_fn_config_makefile dlls
/netio.sys enable_netio_sys
21584 wine_fn_config_makefile dlls
/netprofm enable_netprofm
21585 wine_fn_config_makefile dlls
/netprofm
/tests enable_tests
21586 wine_fn_config_makefile dlls
/netutils enable_netutils
21587 wine_fn_config_makefile dlls
/newdev enable_newdev
21588 wine_fn_config_makefile dlls
/ninput enable_ninput
21589 wine_fn_config_makefile dlls
/ninput
/tests enable_tests
21590 wine_fn_config_makefile dlls
/normaliz enable_normaliz
21591 wine_fn_config_makefile dlls
/npmshtml enable_npmshtml
21592 wine_fn_config_makefile dlls
/npptools enable_npptools
21593 wine_fn_config_makefile dlls
/nsi enable_nsi
21594 wine_fn_config_makefile dlls
/nsi
/tests enable_tests
21595 wine_fn_config_makefile dlls
/nsiproxy.sys enable_nsiproxy_sys
21596 wine_fn_config_makefile dlls
/ntdll enable_ntdll
21597 wine_fn_config_makefile dlls
/ntdll
/tests enable_tests
21598 wine_fn_config_makefile dlls
/ntdsapi enable_ntdsapi
21599 wine_fn_config_makefile dlls
/ntdsapi
/tests enable_tests
21600 wine_fn_config_makefile dlls
/ntoskrnl.exe enable_ntoskrnl_exe
21601 wine_fn_config_makefile dlls
/ntoskrnl.exe
/tests enable_tests
21602 wine_fn_config_makefile dlls
/ntprint enable_ntprint
21603 wine_fn_config_makefile dlls
/ntprint
/tests enable_tests
21604 wine_fn_config_makefile dlls
/objsel enable_objsel
21605 wine_fn_config_makefile dlls
/odbc32 enable_odbc32
21606 wine_fn_config_makefile dlls
/odbcbcp enable_odbcbcp
21607 wine_fn_config_makefile dlls
/odbccp32 enable_odbccp32
21608 wine_fn_config_makefile dlls
/odbccp32
/tests enable_tests
21609 wine_fn_config_makefile dlls
/odbccu32 enable_odbccu32
21610 wine_fn_config_makefile dlls
/ole2.dll16 enable_win16
21611 wine_fn_config_makefile dlls
/ole2conv.dll16 enable_win16
21612 wine_fn_config_makefile dlls
/ole2disp.dll16 enable_win16
21613 wine_fn_config_makefile dlls
/ole2nls.dll16 enable_win16
21614 wine_fn_config_makefile dlls
/ole2prox.dll16 enable_win16
21615 wine_fn_config_makefile dlls
/ole2thk.dll16 enable_win16
21616 wine_fn_config_makefile dlls
/ole32 enable_ole32
21617 wine_fn_config_makefile dlls
/ole32
/tests enable_tests
21618 wine_fn_config_makefile dlls
/oleacc enable_oleacc
21619 wine_fn_config_makefile dlls
/oleacc
/tests enable_tests
21620 wine_fn_config_makefile dlls
/oleaut32 enable_oleaut32
21621 wine_fn_config_makefile dlls
/oleaut32
/tests enable_tests
21622 wine_fn_config_makefile dlls
/olecli.dll16 enable_win16
21623 wine_fn_config_makefile dlls
/olecli32 enable_olecli32
21624 wine_fn_config_makefile dlls
/oledb32 enable_oledb32
21625 wine_fn_config_makefile dlls
/oledb32
/tests enable_tests
21626 wine_fn_config_makefile dlls
/oledlg enable_oledlg
21627 wine_fn_config_makefile dlls
/oledlg
/tests enable_tests
21628 wine_fn_config_makefile dlls
/olepro32 enable_olepro32
21629 wine_fn_config_makefile dlls
/olesvr.dll16 enable_win16
21630 wine_fn_config_makefile dlls
/olesvr32 enable_olesvr32
21631 wine_fn_config_makefile dlls
/olethk32 enable_olethk32
21632 wine_fn_config_makefile dlls
/opcservices enable_opcservices
21633 wine_fn_config_makefile dlls
/opcservices
/tests enable_tests
21634 wine_fn_config_makefile dlls
/openal32 enable_openal32
21635 wine_fn_config_makefile dlls
/opencl enable_opencl
21636 wine_fn_config_makefile dlls
/opengl32 enable_opengl32
21637 wine_fn_config_makefile dlls
/opengl32
/tests enable_tests
21638 wine_fn_config_makefile dlls
/packager enable_packager
21639 wine_fn_config_makefile dlls
/packager
/tests enable_tests
21640 wine_fn_config_makefile dlls
/pdh enable_pdh
21641 wine_fn_config_makefile dlls
/pdh
/tests enable_tests
21642 wine_fn_config_makefile dlls
/photometadatahandler enable_photometadatahandler
21643 wine_fn_config_makefile dlls
/pidgen enable_pidgen
21644 wine_fn_config_makefile dlls
/powrprof enable_powrprof
21645 wine_fn_config_makefile dlls
/printui enable_printui
21646 wine_fn_config_makefile dlls
/prntvpt enable_prntvpt
21647 wine_fn_config_makefile dlls
/prntvpt
/tests enable_tests
21648 wine_fn_config_makefile dlls
/propsys enable_propsys
21649 wine_fn_config_makefile dlls
/propsys
/tests enable_tests
21650 wine_fn_config_makefile dlls
/psapi enable_psapi
21651 wine_fn_config_makefile dlls
/psapi
/tests enable_tests
21652 wine_fn_config_makefile dlls
/pstorec enable_pstorec
21653 wine_fn_config_makefile dlls
/pstorec
/tests enable_tests
21654 wine_fn_config_makefile dlls
/pwrshplugin enable_pwrshplugin
21655 wine_fn_config_makefile dlls
/qasf enable_qasf
21656 wine_fn_config_makefile dlls
/qasf
/tests enable_tests
21657 wine_fn_config_makefile dlls
/qcap enable_qcap
21658 wine_fn_config_makefile dlls
/qcap
/tests enable_tests
21659 wine_fn_config_makefile dlls
/qdvd enable_qdvd
21660 wine_fn_config_makefile dlls
/qdvd
/tests enable_tests
21661 wine_fn_config_makefile dlls
/qedit enable_qedit
21662 wine_fn_config_makefile dlls
/qedit
/tests enable_tests
21663 wine_fn_config_makefile dlls
/qmgr enable_qmgr
21664 wine_fn_config_makefile dlls
/qmgr
/tests enable_tests
21665 wine_fn_config_makefile dlls
/qmgrprxy enable_qmgrprxy
21666 wine_fn_config_makefile dlls
/quartz enable_quartz
21667 wine_fn_config_makefile dlls
/quartz
/tests enable_tests
21668 wine_fn_config_makefile dlls
/query enable_query
21669 wine_fn_config_makefile dlls
/qwave enable_qwave
21670 wine_fn_config_makefile dlls
/qwave
/tests enable_tests
21671 wine_fn_config_makefile dlls
/rasapi16.dll16 enable_win16
21672 wine_fn_config_makefile dlls
/rasapi32 enable_rasapi32
21673 wine_fn_config_makefile dlls
/rasapi32
/tests enable_tests
21674 wine_fn_config_makefile dlls
/rasdlg enable_rasdlg
21675 wine_fn_config_makefile dlls
/regapi enable_regapi
21676 wine_fn_config_makefile dlls
/resutils enable_resutils
21677 wine_fn_config_makefile dlls
/riched20 enable_riched20
21678 wine_fn_config_makefile dlls
/riched20
/tests enable_tests
21679 wine_fn_config_makefile dlls
/riched32 enable_riched32
21680 wine_fn_config_makefile dlls
/riched32
/tests enable_tests
21681 wine_fn_config_makefile dlls
/rpcrt4 enable_rpcrt4
21682 wine_fn_config_makefile dlls
/rpcrt
4/tests enable_tests
21683 wine_fn_config_makefile dlls
/rsabase enable_rsabase
21684 wine_fn_config_makefile dlls
/rsaenh enable_rsaenh
21685 wine_fn_config_makefile dlls
/rsaenh
/tests enable_tests
21686 wine_fn_config_makefile dlls
/rstrtmgr enable_rstrtmgr
21687 wine_fn_config_makefile dlls
/rtutils enable_rtutils
21688 wine_fn_config_makefile dlls
/rtworkq enable_rtworkq
21689 wine_fn_config_makefile dlls
/rtworkq
/tests enable_tests
21690 wine_fn_config_makefile dlls
/samlib enable_samlib
21691 wine_fn_config_makefile dlls
/sane.ds enable_sane_ds
21692 wine_fn_config_makefile dlls
/sapi enable_sapi
21693 wine_fn_config_makefile dlls
/sapi
/tests enable_tests
21694 wine_fn_config_makefile dlls
/sas enable_sas
21695 wine_fn_config_makefile dlls
/scarddlg enable_scarddlg
21696 wine_fn_config_makefile dlls
/sccbase enable_sccbase
21697 wine_fn_config_makefile dlls
/schannel enable_schannel
21698 wine_fn_config_makefile dlls
/schannel
/tests enable_tests
21699 wine_fn_config_makefile dlls
/schedsvc enable_schedsvc
21700 wine_fn_config_makefile dlls
/schedsvc
/tests enable_tests
21701 wine_fn_config_makefile dlls
/scrobj enable_scrobj
21702 wine_fn_config_makefile dlls
/scrobj
/tests enable_tests
21703 wine_fn_config_makefile dlls
/scrrun enable_scrrun
21704 wine_fn_config_makefile dlls
/scrrun
/tests enable_tests
21705 wine_fn_config_makefile dlls
/scsiport.sys enable_scsiport_sys
21706 wine_fn_config_makefile dlls
/sechost enable_sechost
21707 wine_fn_config_makefile dlls
/secur32 enable_secur32
21708 wine_fn_config_makefile dlls
/secur32
/tests enable_tests
21709 wine_fn_config_makefile dlls
/security enable_security
21710 wine_fn_config_makefile dlls
/sensapi enable_sensapi
21711 wine_fn_config_makefile dlls
/serialui enable_serialui
21712 wine_fn_config_makefile dlls
/serialui
/tests enable_tests
21713 wine_fn_config_makefile dlls
/setupapi enable_setupapi
21714 wine_fn_config_makefile dlls
/setupapi
/tests enable_tests
21715 wine_fn_config_makefile dlls
/setupx.dll16 enable_win16
21716 wine_fn_config_makefile dlls
/sfc enable_sfc
21717 wine_fn_config_makefile dlls
/sfc_os enable_sfc_os
21718 wine_fn_config_makefile dlls
/shcore enable_shcore
21719 wine_fn_config_makefile dlls
/shcore
/tests enable_tests
21720 wine_fn_config_makefile dlls
/shdoclc enable_shdoclc
21721 wine_fn_config_makefile dlls
/shdocvw enable_shdocvw
21722 wine_fn_config_makefile dlls
/shdocvw
/tests enable_tests
21723 wine_fn_config_makefile dlls
/shell.dll16 enable_win16
21724 wine_fn_config_makefile dlls
/shell32 enable_shell32
21725 wine_fn_config_makefile dlls
/shell32
/tests enable_tests
21726 wine_fn_config_makefile dlls
/shfolder enable_shfolder
21727 wine_fn_config_makefile dlls
/shlwapi enable_shlwapi
21728 wine_fn_config_makefile dlls
/shlwapi
/tests enable_tests
21729 wine_fn_config_makefile dlls
/slbcsp enable_slbcsp
21730 wine_fn_config_makefile dlls
/slc enable_slc
21731 wine_fn_config_makefile dlls
/slc
/tests enable_tests
21732 wine_fn_config_makefile dlls
/snmpapi enable_snmpapi
21733 wine_fn_config_makefile dlls
/snmpapi
/tests enable_tests
21734 wine_fn_config_makefile dlls
/softpub enable_softpub
21735 wine_fn_config_makefile dlls
/sound.drv16 enable_win16
21736 wine_fn_config_makefile dlls
/spoolss enable_spoolss
21737 wine_fn_config_makefile dlls
/spoolss
/tests enable_tests
21738 wine_fn_config_makefile dlls
/sppc enable_sppc
21739 wine_fn_config_makefile dlls
/srclient enable_srclient
21740 wine_fn_config_makefile dlls
/srvcli enable_srvcli
21741 wine_fn_config_makefile dlls
/sspicli enable_sspicli
21742 wine_fn_config_makefile dlls
/stdole2.tlb enable_stdole2_tlb
21743 wine_fn_config_makefile dlls
/stdole32.tlb enable_stdole32_tlb
21744 wine_fn_config_makefile dlls
/sti enable_sti
21745 wine_fn_config_makefile dlls
/sti
/tests enable_tests
21746 wine_fn_config_makefile dlls
/storage.dll16 enable_win16
21747 wine_fn_config_makefile dlls
/stress.dll16 enable_win16
21748 wine_fn_config_makefile dlls
/strmdll enable_strmdll
21749 wine_fn_config_makefile dlls
/svrapi enable_svrapi
21750 wine_fn_config_makefile dlls
/sxs enable_sxs
21751 wine_fn_config_makefile dlls
/sxs
/tests enable_tests
21752 wine_fn_config_makefile dlls
/system.drv16 enable_win16
21753 wine_fn_config_makefile dlls
/t2embed enable_t2embed
21754 wine_fn_config_makefile dlls
/t2embed
/tests enable_tests
21755 wine_fn_config_makefile dlls
/tapi32 enable_tapi32
21756 wine_fn_config_makefile dlls
/tapi32
/tests enable_tests
21757 wine_fn_config_makefile dlls
/taskschd enable_taskschd
21758 wine_fn_config_makefile dlls
/taskschd
/tests enable_tests
21759 wine_fn_config_makefile dlls
/tbs enable_tbs
21760 wine_fn_config_makefile dlls
/tdh enable_tdh
21761 wine_fn_config_makefile dlls
/tdi.sys enable_tdi_sys
21762 wine_fn_config_makefile dlls
/toolhelp.dll16 enable_win16
21763 wine_fn_config_makefile dlls
/traffic enable_traffic
21764 wine_fn_config_makefile dlls
/twain.dll16 enable_win16
21765 wine_fn_config_makefile dlls
/twain_32 enable_twain_32
21766 wine_fn_config_makefile dlls
/twain_32
/tests enable_tests
21767 wine_fn_config_makefile dlls
/typelib.dll16 enable_win16
21768 wine_fn_config_makefile dlls
/tzres enable_tzres
21769 wine_fn_config_makefile dlls
/ucrtbase enable_ucrtbase
21770 wine_fn_config_makefile dlls
/ucrtbase
/tests enable_tests
21771 wine_fn_config_makefile dlls
/uianimation enable_uianimation
21772 wine_fn_config_makefile dlls
/uianimation
/tests enable_tests
21773 wine_fn_config_makefile dlls
/uiautomationcore enable_uiautomationcore
21774 wine_fn_config_makefile dlls
/uiautomationcore
/tests enable_tests
21775 wine_fn_config_makefile dlls
/uiribbon enable_uiribbon
21776 wine_fn_config_makefile dlls
/unicows enable_unicows
21777 wine_fn_config_makefile dlls
/updspapi enable_updspapi
21778 wine_fn_config_makefile dlls
/url enable_url
21779 wine_fn_config_makefile dlls
/urlmon enable_urlmon
21780 wine_fn_config_makefile dlls
/urlmon
/tests enable_tests
21781 wine_fn_config_makefile dlls
/usbd.sys enable_usbd_sys
21782 wine_fn_config_makefile dlls
/user.exe16 enable_win16
21783 wine_fn_config_makefile dlls
/user32 enable_user32
21784 wine_fn_config_makefile dlls
/user32
/tests enable_tests
21785 wine_fn_config_makefile dlls
/userenv enable_userenv
21786 wine_fn_config_makefile dlls
/userenv
/tests enable_tests
21787 wine_fn_config_makefile dlls
/usp10 enable_usp10
21788 wine_fn_config_makefile dlls
/usp10
/tests enable_tests
21789 wine_fn_config_makefile dlls
/utildll enable_utildll
21790 wine_fn_config_makefile dlls
/uxtheme enable_uxtheme
21791 wine_fn_config_makefile dlls
/uxtheme
/tests enable_tests
21792 wine_fn_config_makefile dlls
/vbscript enable_vbscript
21793 wine_fn_config_makefile dlls
/vbscript
/tests enable_tests
21794 wine_fn_config_makefile dlls
/vcomp enable_vcomp
21795 wine_fn_config_makefile dlls
/vcomp
/tests enable_tests
21796 wine_fn_config_makefile dlls
/vcomp100 enable_vcomp100
21797 wine_fn_config_makefile dlls
/vcomp110 enable_vcomp110
21798 wine_fn_config_makefile dlls
/vcomp110
/tests enable_tests
21799 wine_fn_config_makefile dlls
/vcomp120 enable_vcomp120
21800 wine_fn_config_makefile dlls
/vcomp140 enable_vcomp140
21801 wine_fn_config_makefile dlls
/vcomp90 enable_vcomp90
21802 wine_fn_config_makefile dlls
/vcruntime140 enable_vcruntime140
21803 wine_fn_config_makefile dlls
/vcruntime140_1 enable_vcruntime140_1
21804 wine_fn_config_makefile dlls
/vdhcp.vxd enable_win16
21805 wine_fn_config_makefile dlls
/vdmdbg enable_vdmdbg
21806 wine_fn_config_makefile dlls
/ver.dll16 enable_win16
21807 wine_fn_config_makefile dlls
/version enable_version
21808 wine_fn_config_makefile dlls
/version
/tests enable_tests
21809 wine_fn_config_makefile dlls
/vga enable_vga
21810 wine_fn_config_makefile dlls
/virtdisk enable_virtdisk
21811 wine_fn_config_makefile dlls
/virtdisk
/tests enable_tests
21812 wine_fn_config_makefile dlls
/vmm.vxd enable_win16
21813 wine_fn_config_makefile dlls
/vnbt.vxd enable_win16
21814 wine_fn_config_makefile dlls
/vnetbios.vxd enable_win16
21815 wine_fn_config_makefile dlls
/vssapi enable_vssapi
21816 wine_fn_config_makefile dlls
/vtdapi.vxd enable_win16
21817 wine_fn_config_makefile dlls
/vulkan-1 enable_vulkan_1
21818 wine_fn_config_makefile dlls
/vulkan-
1/tests enable_tests
21819 wine_fn_config_makefile dlls
/vwin32.vxd enable_win16
21820 wine_fn_config_makefile dlls
/w32skrnl enable_win16
21821 wine_fn_config_makefile dlls
/w32sys.dll16 enable_win16
21822 wine_fn_config_makefile dlls
/wbemdisp enable_wbemdisp
21823 wine_fn_config_makefile dlls
/wbemdisp
/tests enable_tests
21824 wine_fn_config_makefile dlls
/wbemprox enable_wbemprox
21825 wine_fn_config_makefile dlls
/wbemprox
/tests enable_tests
21826 wine_fn_config_makefile dlls
/wdscore enable_wdscore
21827 wine_fn_config_makefile dlls
/webservices enable_webservices
21828 wine_fn_config_makefile dlls
/webservices
/tests enable_tests
21829 wine_fn_config_makefile dlls
/websocket enable_websocket
21830 wine_fn_config_makefile dlls
/wer enable_wer
21831 wine_fn_config_makefile dlls
/wer
/tests enable_tests
21832 wine_fn_config_makefile dlls
/wevtapi enable_wevtapi
21833 wine_fn_config_makefile dlls
/wevtapi
/tests enable_tests
21834 wine_fn_config_makefile dlls
/wevtsvc enable_wevtsvc
21835 wine_fn_config_makefile dlls
/wiaservc enable_wiaservc
21836 wine_fn_config_makefile dlls
/wiaservc
/tests enable_tests
21837 wine_fn_config_makefile dlls
/wimgapi enable_wimgapi
21838 wine_fn_config_makefile dlls
/win32s16.dll16 enable_win16
21839 wine_fn_config_makefile dlls
/win32u enable_win32u
21840 wine_fn_config_makefile dlls
/win32u
/tests enable_tests
21841 wine_fn_config_makefile dlls
/win87em.dll16 enable_win16
21842 wine_fn_config_makefile dlls
/winaspi.dll16 enable_win16
21843 wine_fn_config_makefile dlls
/windebug.dll16 enable_win16
21844 wine_fn_config_makefile dlls
/windows.devices.enumeration enable_windows_devices_enumeration
21845 wine_fn_config_makefile dlls
/windows.gaming.input enable_windows_gaming_input
21846 wine_fn_config_makefile dlls
/windows.gaming.input
/tests enable_tests
21847 wine_fn_config_makefile dlls
/windows.globalization enable_windows_globalization
21848 wine_fn_config_makefile dlls
/windows.globalization
/tests enable_tests
21849 wine_fn_config_makefile dlls
/windows.media.devices enable_windows_media_devices
21850 wine_fn_config_makefile dlls
/windows.media.devices
/tests enable_tests
21851 wine_fn_config_makefile dlls
/windows.media.speech enable_windows_media_speech
21852 wine_fn_config_makefile dlls
/windows.media.speech
/tests enable_tests
21853 wine_fn_config_makefile dlls
/windowscodecs enable_windowscodecs
21854 wine_fn_config_makefile dlls
/windowscodecs
/tests enable_tests
21855 wine_fn_config_makefile dlls
/windowscodecsext enable_windowscodecsext
21856 wine_fn_config_makefile dlls
/windowscodecsext
/tests enable_tests
21857 wine_fn_config_makefile dlls
/winealsa.drv enable_winealsa_drv
21858 wine_fn_config_makefile dlls
/wineandroid.drv enable_wineandroid_drv
21859 wine_fn_config_makefile dlls
/winebus.sys enable_winebus_sys
21860 wine_fn_config_makefile dlls
/winecoreaudio.drv enable_winecoreaudio_drv
21861 wine_fn_config_makefile dlls
/winecrt0 enable_winecrt0
21862 wine_fn_config_makefile dlls
/wined3d enable_wined3d
21863 wine_fn_config_makefile dlls
/winegstreamer enable_winegstreamer
21864 wine_fn_config_makefile dlls
/winehid.sys enable_winehid_sys
21865 wine_fn_config_makefile dlls
/winemac.drv enable_winemac_drv
21866 wine_fn_config_makefile dlls
/winemapi enable_winemapi
21867 wine_fn_config_makefile dlls
/wineoss.drv enable_wineoss_drv
21868 wine_fn_config_makefile dlls
/wineps.drv enable_wineps_drv
21869 wine_fn_config_makefile dlls
/wineps16.drv16 enable_win16
21870 wine_fn_config_makefile dlls
/winepulse.drv enable_winepulse_drv
21871 wine_fn_config_makefile dlls
/wineusb.sys enable_wineusb_sys
21872 wine_fn_config_makefile dlls
/winevulkan enable_winevulkan
21873 wine_fn_config_makefile dlls
/winex11.drv enable_winex11_drv
21874 wine_fn_config_makefile dlls
/winexinput.sys enable_winexinput_sys
21875 wine_fn_config_makefile dlls
/wing.dll16 enable_win16
21876 wine_fn_config_makefile dlls
/wing32 enable_wing32
21877 wine_fn_config_makefile dlls
/winhttp enable_winhttp
21878 wine_fn_config_makefile dlls
/winhttp
/tests enable_tests
21879 wine_fn_config_makefile dlls
/wininet enable_wininet
21880 wine_fn_config_makefile dlls
/wininet
/tests enable_tests
21881 wine_fn_config_makefile dlls
/winmm enable_winmm
21882 wine_fn_config_makefile dlls
/winmm
/tests enable_tests
21883 wine_fn_config_makefile dlls
/winnls.dll16 enable_win16
21884 wine_fn_config_makefile dlls
/winnls32 enable_winnls32
21885 wine_fn_config_makefile dlls
/winscard enable_winscard
21886 wine_fn_config_makefile dlls
/winsock.dll16 enable_win16
21887 wine_fn_config_makefile dlls
/winspool.drv enable_winspool_drv
21888 wine_fn_config_makefile dlls
/winspool.drv
/tests enable_tests
21889 wine_fn_config_makefile dlls
/winsta enable_winsta
21890 wine_fn_config_makefile dlls
/wintab.dll16 enable_win16
21891 wine_fn_config_makefile dlls
/wintab32 enable_wintab32
21892 wine_fn_config_makefile dlls
/wintab32
/tests enable_tests
21893 wine_fn_config_makefile dlls
/wintrust enable_wintrust
21894 wine_fn_config_makefile dlls
/wintrust
/tests enable_tests
21895 wine_fn_config_makefile dlls
/winusb enable_winusb
21896 wine_fn_config_makefile dlls
/wlanapi enable_wlanapi
21897 wine_fn_config_makefile dlls
/wlanapi
/tests enable_tests
21898 wine_fn_config_makefile dlls
/wlanui enable_wlanui
21899 wine_fn_config_makefile dlls
/wldap32 enable_wldap32
21900 wine_fn_config_makefile dlls
/wldap32
/tests enable_tests
21901 wine_fn_config_makefile dlls
/wmadmod enable_wmadmod
21902 wine_fn_config_makefile dlls
/wmadmod
/tests enable_tests
21903 wine_fn_config_makefile dlls
/wmasf enable_wmasf
21904 wine_fn_config_makefile dlls
/wmi enable_wmi
21905 wine_fn_config_makefile dlls
/wmiutils enable_wmiutils
21906 wine_fn_config_makefile dlls
/wmiutils
/tests enable_tests
21907 wine_fn_config_makefile dlls
/wmp enable_wmp
21908 wine_fn_config_makefile dlls
/wmp
/tests enable_tests
21909 wine_fn_config_makefile dlls
/wmphoto enable_wmphoto
21910 wine_fn_config_makefile dlls
/wmvcore enable_wmvcore
21911 wine_fn_config_makefile dlls
/wmvcore
/tests enable_tests
21912 wine_fn_config_makefile dlls
/wnaspi32 enable_wnaspi32
21913 wine_fn_config_makefile dlls
/wow32 enable_win16
21914 wine_fn_config_makefile dlls
/wow64 enable_wow64
21915 wine_fn_config_makefile dlls
/wow64cpu enable_wow64cpu
21916 wine_fn_config_makefile dlls
/wow64win enable_wow64win
21917 wine_fn_config_makefile dlls
/wpc enable_wpc
21918 wine_fn_config_makefile dlls
/wpc
/tests enable_tests
21919 wine_fn_config_makefile dlls
/wpcap enable_wpcap
21920 wine_fn_config_makefile dlls
/ws2_32 enable_ws2_32
21921 wine_fn_config_makefile dlls
/ws2_32
/tests enable_tests
21922 wine_fn_config_makefile dlls
/wsdapi enable_wsdapi
21923 wine_fn_config_makefile dlls
/wsdapi
/tests enable_tests
21924 wine_fn_config_makefile dlls
/wshom.ocx enable_wshom_ocx
21925 wine_fn_config_makefile dlls
/wshom.ocx
/tests enable_tests
21926 wine_fn_config_makefile dlls
/wsnmp32 enable_wsnmp32
21927 wine_fn_config_makefile dlls
/wsnmp32
/tests enable_tests
21928 wine_fn_config_makefile dlls
/wsock32 enable_wsock32
21929 wine_fn_config_makefile dlls
/wtsapi32 enable_wtsapi32
21930 wine_fn_config_makefile dlls
/wtsapi32
/tests enable_tests
21931 wine_fn_config_makefile dlls
/wuapi enable_wuapi
21932 wine_fn_config_makefile dlls
/wuaueng enable_wuaueng
21933 wine_fn_config_makefile dlls
/x3daudio1_0 enable_x3daudio1_0
21934 wine_fn_config_makefile dlls
/x3daudio1_1 enable_x3daudio1_1
21935 wine_fn_config_makefile dlls
/x3daudio1_2 enable_x3daudio1_2
21936 wine_fn_config_makefile dlls
/x3daudio1_3 enable_x3daudio1_3
21937 wine_fn_config_makefile dlls
/x3daudio1_4 enable_x3daudio1_4
21938 wine_fn_config_makefile dlls
/x3daudio1_5 enable_x3daudio1_5
21939 wine_fn_config_makefile dlls
/x3daudio1_6 enable_x3daudio1_6
21940 wine_fn_config_makefile dlls
/x3daudio1_7 enable_x3daudio1_7
21941 wine_fn_config_makefile dlls
/xactengine2_0 enable_xactengine2_0
21942 wine_fn_config_makefile dlls
/xactengine2_4 enable_xactengine2_4
21943 wine_fn_config_makefile dlls
/xactengine2_7 enable_xactengine2_7
21944 wine_fn_config_makefile dlls
/xactengine2_9 enable_xactengine2_9
21945 wine_fn_config_makefile dlls
/xactengine3_0 enable_xactengine3_0
21946 wine_fn_config_makefile dlls
/xactengine3_1 enable_xactengine3_1
21947 wine_fn_config_makefile dlls
/xactengine3_2 enable_xactengine3_2
21948 wine_fn_config_makefile dlls
/xactengine3_3 enable_xactengine3_3
21949 wine_fn_config_makefile dlls
/xactengine3_4 enable_xactengine3_4
21950 wine_fn_config_makefile dlls
/xactengine3_5 enable_xactengine3_5
21951 wine_fn_config_makefile dlls
/xactengine3_6 enable_xactengine3_6
21952 wine_fn_config_makefile dlls
/xactengine3_7 enable_xactengine3_7
21953 wine_fn_config_makefile dlls
/xactengine3_
7/tests enable_tests
21954 wine_fn_config_makefile dlls
/xapofx1_1 enable_xapofx1_1
21955 wine_fn_config_makefile dlls
/xapofx1_2 enable_xapofx1_2
21956 wine_fn_config_makefile dlls
/xapofx1_3 enable_xapofx1_3
21957 wine_fn_config_makefile dlls
/xapofx1_4 enable_xapofx1_4
21958 wine_fn_config_makefile dlls
/xapofx1_5 enable_xapofx1_5
21959 wine_fn_config_makefile dlls
/xaudio2_0 enable_xaudio2_0
21960 wine_fn_config_makefile dlls
/xaudio2_1 enable_xaudio2_1
21961 wine_fn_config_makefile dlls
/xaudio2_2 enable_xaudio2_2
21962 wine_fn_config_makefile dlls
/xaudio2_3 enable_xaudio2_3
21963 wine_fn_config_makefile dlls
/xaudio2_4 enable_xaudio2_4
21964 wine_fn_config_makefile dlls
/xaudio2_5 enable_xaudio2_5
21965 wine_fn_config_makefile dlls
/xaudio2_6 enable_xaudio2_6
21966 wine_fn_config_makefile dlls
/xaudio2_7 enable_xaudio2_7
21967 wine_fn_config_makefile dlls
/xaudio2_
7/tests enable_tests
21968 wine_fn_config_makefile dlls
/xaudio2_8 enable_xaudio2_8
21969 wine_fn_config_makefile dlls
/xaudio2_9 enable_xaudio2_9
21970 wine_fn_config_makefile dlls
/xinput1_1 enable_xinput1_1
21971 wine_fn_config_makefile dlls
/xinput1_2 enable_xinput1_2
21972 wine_fn_config_makefile dlls
/xinput1_3 enable_xinput1_3
21973 wine_fn_config_makefile dlls
/xinput1_
3/tests enable_tests
21974 wine_fn_config_makefile dlls
/xinput1_4 enable_xinput1_4
21975 wine_fn_config_makefile dlls
/xinput9_1_0 enable_xinput9_1_0
21976 wine_fn_config_makefile dlls
/xmllite enable_xmllite
21977 wine_fn_config_makefile dlls
/xmllite
/tests enable_tests
21978 wine_fn_config_makefile dlls
/xolehlp enable_xolehlp
21979 wine_fn_config_makefile dlls
/xpsprint enable_xpsprint
21980 wine_fn_config_makefile dlls
/xpssvcs enable_xpssvcs
21981 wine_fn_config_makefile fonts enable_fonts
21982 wine_fn_config_makefile include enable_include
21983 wine_fn_config_makefile libs
/adsiid enable_adsiid
21984 wine_fn_config_makefile libs
/dmoguids enable_dmoguids
21985 wine_fn_config_makefile libs
/dxerr8 enable_dxerr8
21986 wine_fn_config_makefile libs
/dxerr9 enable_dxerr9
21987 wine_fn_config_makefile libs
/dxguid enable_dxguid
21988 wine_fn_config_makefile libs
/faudio enable_faudio
21989 wine_fn_config_makefile libs
/gsm enable_gsm
21990 wine_fn_config_makefile libs
/jpeg enable_jpeg
21991 wine_fn_config_makefile libs
/jxr enable_jxr
21992 wine_fn_config_makefile libs
/lcms2 enable_lcms2
21993 wine_fn_config_makefile libs
/mfuuid enable_mfuuid
21994 wine_fn_config_makefile libs
/mpg123 enable_mpg123
21995 wine_fn_config_makefile libs
/png enable_png
21996 wine_fn_config_makefile libs
/strmbase enable_strmbase
21997 wine_fn_config_makefile libs
/strmiids enable_strmiids
21998 wine_fn_config_makefile libs
/tiff enable_tiff
21999 wine_fn_config_makefile libs
/uuid enable_uuid
22000 wine_fn_config_makefile libs
/vkd3d enable_vkd3d
22001 wine_fn_config_makefile libs
/wbemuuid enable_wbemuuid
22002 wine_fn_config_makefile libs
/wine enable_wine
22003 wine_fn_config_makefile libs
/wmcodecdspuuid enable_wmcodecdspuuid
22004 wine_fn_config_makefile libs
/xml2 enable_xml2
22005 wine_fn_config_makefile libs
/xslt enable_xslt
22006 wine_fn_config_makefile libs
/zlib enable_zlib
22007 wine_fn_config_makefile loader enable_loader
22008 wine_fn_config_makefile nls enable_nls
22009 wine_fn_config_makefile po enable_po
22010 wine_fn_config_makefile programs
/arp enable_arp
22011 wine_fn_config_makefile programs
/aspnet_regiis enable_aspnet_regiis
22012 wine_fn_config_makefile programs
/attrib enable_attrib
22013 wine_fn_config_makefile programs
/cabarc enable_cabarc
22014 wine_fn_config_makefile programs
/cacls enable_cacls
22015 wine_fn_config_makefile programs
/chcp.com enable_chcp_com
22016 wine_fn_config_makefile programs
/clock enable_clock
22017 wine_fn_config_makefile programs
/cmd enable_cmd
22018 wine_fn_config_makefile programs
/cmd
/tests enable_tests
22019 wine_fn_config_makefile programs
/conhost enable_conhost
22020 wine_fn_config_makefile programs
/conhost
/tests enable_tests
22021 wine_fn_config_makefile programs
/control enable_control
22022 wine_fn_config_makefile programs
/cscript enable_cscript
22023 wine_fn_config_makefile programs
/dism enable_dism
22024 wine_fn_config_makefile programs
/dllhost enable_dllhost
22025 wine_fn_config_makefile programs
/dplaysvr enable_dplaysvr
22026 wine_fn_config_makefile programs
/dpnsvr enable_dpnsvr
22027 wine_fn_config_makefile programs
/dpvsetup enable_dpvsetup
22028 wine_fn_config_makefile programs
/dxdiag enable_dxdiag
22029 wine_fn_config_makefile programs
/eject enable_eject
22030 wine_fn_config_makefile programs
/expand enable_expand
22031 wine_fn_config_makefile programs
/explorer enable_explorer
22032 wine_fn_config_makefile programs
/extrac32 enable_extrac32
22033 wine_fn_config_makefile programs
/fc enable_fc
22034 wine_fn_config_makefile programs
/find enable_find
22035 wine_fn_config_makefile programs
/find
/tests enable_tests
22036 wine_fn_config_makefile programs
/findstr enable_findstr
22037 wine_fn_config_makefile programs
/fsutil enable_fsutil
22038 wine_fn_config_makefile programs
/fsutil
/tests enable_tests
22039 wine_fn_config_makefile programs
/hh enable_hh
22040 wine_fn_config_makefile programs
/hostname enable_hostname
22041 wine_fn_config_makefile programs
/icacls enable_icacls
22042 wine_fn_config_makefile programs
/icinfo enable_icinfo
22043 wine_fn_config_makefile programs
/iexplore enable_iexplore
22044 wine_fn_config_makefile programs
/ipconfig enable_ipconfig
22045 wine_fn_config_makefile programs
/lodctr enable_lodctr
22046 wine_fn_config_makefile programs
/mofcomp enable_mofcomp
22047 wine_fn_config_makefile programs
/mshta enable_mshta
22048 wine_fn_config_makefile programs
/msidb enable_msidb
22049 wine_fn_config_makefile programs
/msiexec enable_msiexec
22050 wine_fn_config_makefile programs
/msinfo32 enable_msinfo32
22051 wine_fn_config_makefile programs
/net enable_net
22052 wine_fn_config_makefile programs
/netsh enable_netsh
22053 wine_fn_config_makefile programs
/netstat enable_netstat
22054 wine_fn_config_makefile programs
/ngen enable_ngen
22055 wine_fn_config_makefile programs
/notepad enable_notepad
22056 wine_fn_config_makefile programs
/oleview enable_oleview
22057 wine_fn_config_makefile programs
/ping enable_ping
22058 wine_fn_config_makefile programs
/plugplay enable_plugplay
22059 wine_fn_config_makefile programs
/powershell enable_powershell
22060 wine_fn_config_makefile programs
/presentationfontcache enable_presentationfontcache
22061 wine_fn_config_makefile programs
/progman enable_progman
22062 wine_fn_config_makefile programs
/reg enable_reg
22063 wine_fn_config_makefile programs
/reg
/tests enable_tests
22064 wine_fn_config_makefile programs
/regasm enable_regasm
22065 wine_fn_config_makefile programs
/regedit enable_regedit
22066 wine_fn_config_makefile programs
/regedit
/tests enable_tests
22067 wine_fn_config_makefile programs
/regini enable_regini
22068 wine_fn_config_makefile programs
/regsvcs enable_regsvcs
22069 wine_fn_config_makefile programs
/regsvr32 enable_regsvr32
22070 wine_fn_config_makefile programs
/robocopy enable_robocopy
22071 wine_fn_config_makefile programs
/rpcss enable_rpcss
22072 wine_fn_config_makefile programs
/rundll.exe16 enable_win16
22073 wine_fn_config_makefile programs
/rundll32 enable_rundll32
22074 wine_fn_config_makefile programs
/sc enable_sc
22075 wine_fn_config_makefile programs
/schtasks enable_schtasks
22076 wine_fn_config_makefile programs
/schtasks
/tests enable_tests
22077 wine_fn_config_makefile programs
/sdbinst enable_sdbinst
22078 wine_fn_config_makefile programs
/secedit enable_secedit
22079 wine_fn_config_makefile programs
/servicemodelreg enable_servicemodelreg
22080 wine_fn_config_makefile programs
/services enable_services
22081 wine_fn_config_makefile programs
/services
/tests enable_tests
22082 wine_fn_config_makefile programs
/shutdown enable_shutdown
22083 wine_fn_config_makefile programs
/spoolsv enable_spoolsv
22084 wine_fn_config_makefile programs
/start enable_start
22085 wine_fn_config_makefile programs
/subst enable_subst
22086 wine_fn_config_makefile programs
/svchost enable_svchost
22087 wine_fn_config_makefile programs
/systeminfo enable_systeminfo
22088 wine_fn_config_makefile programs
/taskkill enable_taskkill
22089 wine_fn_config_makefile programs
/tasklist enable_tasklist
22090 wine_fn_config_makefile programs
/taskmgr enable_taskmgr
22091 wine_fn_config_makefile programs
/termsv enable_termsv
22092 wine_fn_config_makefile programs
/uninstaller enable_uninstaller
22093 wine_fn_config_makefile programs
/unlodctr enable_unlodctr
22094 wine_fn_config_makefile programs
/view enable_view
22095 wine_fn_config_makefile programs
/wevtutil enable_wevtutil
22096 wine_fn_config_makefile programs
/where enable_where
22097 wine_fn_config_makefile programs
/whoami enable_whoami
22098 wine_fn_config_makefile programs
/wineboot enable_wineboot
22099 wine_fn_config_makefile programs
/winebrowser enable_winebrowser
22100 wine_fn_config_makefile programs
/winecfg enable_winecfg
22101 wine_fn_config_makefile programs
/wineconsole enable_wineconsole
22102 wine_fn_config_makefile programs
/winedbg enable_winedbg
22103 wine_fn_config_makefile programs
/winedevice enable_winedevice
22104 wine_fn_config_makefile programs
/winefile enable_winefile
22105 wine_fn_config_makefile programs
/winemenubuilder enable_winemenubuilder
22106 wine_fn_config_makefile programs
/winemine enable_winemine
22107 wine_fn_config_makefile programs
/winemsibuilder enable_winemsibuilder
22108 wine_fn_config_makefile programs
/winepath enable_winepath
22109 wine_fn_config_makefile programs
/winetest enable_winetest
22110 wine_fn_config_makefile programs
/winevdm enable_win16
22111 wine_fn_config_makefile programs
/winhelp.exe16 enable_win16
22112 wine_fn_config_makefile programs
/winhlp32 enable_winhlp32
22113 wine_fn_config_makefile programs
/winmgmt enable_winmgmt
22114 wine_fn_config_makefile programs
/winoldap.mod16 enable_win16
22115 wine_fn_config_makefile programs
/winver enable_winver
22116 wine_fn_config_makefile programs
/wmic enable_wmic
22117 wine_fn_config_makefile programs
/wmplayer enable_wmplayer
22118 wine_fn_config_makefile programs
/wordpad enable_wordpad
22119 wine_fn_config_makefile programs
/write enable_write
22120 wine_fn_config_makefile programs
/wscript enable_wscript
22121 wine_fn_config_makefile programs
/wscript
/tests enable_tests
22122 wine_fn_config_makefile programs
/wuauserv enable_wuauserv
22123 wine_fn_config_makefile programs
/wusa enable_wusa
22124 wine_fn_config_makefile programs
/xcopy enable_xcopy
22125 wine_fn_config_makefile programs
/xcopy
/tests enable_tests
22126 wine_fn_config_makefile server enable_server
22127 test "x$enable_tools" = xno || wine_fn_config_makefile tools enable_tools
22128 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/sfnt2fon enable_sfnt2fon
22129 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/widl enable_widl
22130 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/winebuild enable_winebuild
22131 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/winedump enable_winedump
22132 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/winegcc enable_winegcc
22133 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/winemaker enable_winemaker
22134 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/wmc enable_wmc
22135 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/wrc enable_wrc
22138 wine_fn_append_file CONFIGURE_TARGETS
"TAGS"
22139 wine_fn_append_file CONFIGURE_TARGETS
"tags"
22140 wine_fn_append_file CONFIGURE_TARGETS
"autom4te.cache"
22141 wine_fn_append_file CONFIGURE_TARGETS
"config.log"
22142 wine_fn_append_file CONFIGURE_TARGETS
"config.status"
22143 wine_fn_append_file CONFIGURE_TARGETS
"include/config.h"
22144 wine_fn_append_file CONFIGURE_TARGETS
"include/stamp-h"
22145 test "$wine_binary" = wine || wine_fn_append_file CONFIGURE_TARGETS
"loader/wine"
22147 if test "x$enable_tools" != xno
22149 wine_fn_append_file CONFIGURE_TARGETS
"tools/makedep$ac_exeext"
22150 ac_config_commands
="$ac_config_commands tools/makedep"
22154 ac_config_commands
="$ac_config_commands Makefile"
22161 wine_fn_append_rule
"all: wine
22162 @echo \"Wine build complete.\"
22166 Makefile: config.status \$(MAKEDEP)
22167 @./config.status Makefile
22168 depend: \$(MAKEDEP)
22169 \$(MAKEDEP)$makedep_flags"
22172 wine_fn_append_rule
"config.status: ${wine_srcdir}configure
22173 @./config.status --recheck
22174 include/config.h: include/stamp-h
22175 include/stamp-h: ${wine_srcdir}include/config.h.in config.status
22176 @./config.status include/config.h include/stamp-h"
22178 if test "x$enable_maintainer_mode" = xyes
22180 wine_fn_append_rule
"configure: configure.ac aclocal.m4
22181 autoconf --warnings=all
22182 include/config.h.in: include/stamp-h.in
22183 include/stamp-h.in: configure.ac aclocal.m4
22184 autoheader --warnings=all
22185 @echo timestamp > \$@"
22188 if test "x$enable_tools" != xno
22190 wine_fn_append_rule
"tools/makedep$ac_exeext: ${wine_srcdir}tools/makedep.c include/config.h config.status
22191 @./config.status tools/makedep
22192 Makefile: tools/makedep$ac_exeext"
22194 wine_fn_append_rule
"\$(MAKEDEP):
22195 @echo \"You need to run make in $toolsdir first\" && false"
22199 if test -n "$with_wine64"
22201 case "$with_wine64" in
22205 rm -f fonts server
2>/dev
/null
22206 wine_fn_append_rule
"all: loader/wine64 loader/wine64-preloader $with_wine64/loader/wine $with_wine64/loader/wine-preloader
22207 loader/wine64 loader/wine64-preloader:
22208 rm -f \$@ && \$(LN_S) $reldir$with_wine64/\$@ \$@
22209 $with_wine64/loader/wine:
22210 rm -f \$@ && \$(LN_S) $ac_pwd/loader/wine \$@
22211 $with_wine64/loader/wine-preloader:
22212 rm -f \$@ && \$(LN_S) $ac_pwd/loader/wine-preloader \$@
22214 rm -f loader/wine64 loader/wine64-preloader $with_wine64/loader/wine $with_wine64/loader/wine-preloader"
22216 TOP_INSTALL_DEV
="$TOP_INSTALL_DEV include"
22217 TOP_INSTALL_LIB
="$TOP_INSTALL_LIB \
22221 programs/msidb/msidb \
22222 programs/msiexec/msiexec \
22223 programs/notepad/notepad \
22224 programs/regedit/regedit \
22225 programs/regsvr32/regsvr32 \
22226 programs/wineboot/wineboot \
22227 programs/winecfg/winecfg \
22228 programs/wineconsole/wineconsole \
22229 programs/winedbg/winedbg \
22230 programs/winefile/winefile \
22231 programs/winemine/winemine \
22232 programs/winepath/winepath \
22236 cygwin
*|mingw32
*|darwin
*|macosx
*|linux-android
*) ;;
22237 *) TOP_INSTALL_LIB
="$TOP_INSTALL_LIB loader/wine.desktop" ;;
22242 wine_fn_append_rule
"distclean:: clean
22243 rm -rf autom4te.cache
22245 rm -f configure include/config.h.in"
22248 wine_fn_append_rule
"dlls/ntdll/unix/version.c: dummy
22249 @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)
22250 programs/winetest/build.rc: dummy
22251 @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)
22252 programs/winetest/build.nfo:
22254 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
22255 cd dlls/wineandroid.drv && gradle -q -Psrcdir=$srcdir assembleDebug
22256 mv dlls/wineandroid.drv/build/outputs/apk/wine-debug.apk \$@"
22259 TAGSFLAGS
="--langmap='c:+.idl.l.rh,make:(Make*.in)'"
22261 wine_fn_append_rule
"TAGS etags:
22263 (test -d .git && git ls-files || find -L $srcdir -name '*.[ch]' -print) | xargs etags -a \$(TAGSFLAGS)
22266 (test -d .git && git ls-files || find -L $srcdir -name '*.[ch]' -print) | xargs ctags -a \$(TAGSFLAGS)
22268 .PHONY: depend dummy install-manpages"
22270 printf "%s\n" " done" >&6
22271 cat >confcache
<<\_ACEOF
22272 # This file is a shell script that caches the results of configure
22273 # tests run on this system so they can be shared between configure
22274 # scripts and configure runs, see configure's option --config-cache.
22275 # It is not useful on other systems. If it contains results you don't
22276 # want to keep, you may remove or edit it.
22278 # config.status only pays attention to the cache file if you give it
22279 # the --recheck option to rerun configure.
22281 # `ac_cv_env_foo' variables (set or unset) will be overridden when
22282 # loading this file, other *unset* `ac_cv_foo' will be assigned the
22283 # following values.
22287 # The following way of writing the cache mishandles newlines in values,
22288 # but we know of no workaround that is simple, portable, and efficient.
22289 # So, we kill variables containing newlines.
22290 # Ultrix sh set writes to stderr and can't be redirected directly,
22291 # and sets the high bit in the cache file unless we assign to the vars.
22293 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
22294 eval ac_val
=\$
$ac_var
22298 *_cv_
*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
22299 printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
22302 _ | IFS | as_nl
) ;; #(
22303 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
22304 *) { eval $ac_var=; unset $ac_var;} ;;
22310 case $as_nl`(ac_space=' '; set) 2>&1` in #(
22311 *${as_nl}ac_space
=\
*)
22312 # `set' does not quote correctly, so add quotes: double-quote
22313 # substitution turns \\\\ into \\, and sed turns \\ into \.
22316 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
22319 # `set' quotes correctly as required by POSIX, so do not add quotes.
22320 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
22329 s/^\([^=]*\)=\(.*[{}].*\)$/test ${\1+y} || &/
22331 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
22333 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
22334 if test -w "$cache_file"; then
22335 if test "x$cache_file" != "x/dev/null"; then
22336 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
22337 printf "%s\n" "$as_me: updating cache $cache_file" >&6;}
22338 if test ! -f "$cache_file" ||
test -h "$cache_file"; then
22339 cat confcache
>"$cache_file"
22341 case $cache_file in #(
22343 mv -f confcache
"$cache_file"$$
&&
22344 mv -f "$cache_file"$$
"$cache_file" ;; #(
22346 mv -f confcache
"$cache_file" ;;
22351 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
22352 printf "%s\n" "$as_me: not updating unwritable cache $cache_file" >&6;}
22357 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
22358 # Let make expand exec_prefix.
22359 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
22361 DEFS
=-DHAVE_CONFIG_H
22366 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
22367 # 1. Remove the extension, and $U if already installed.
22368 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
22369 ac_i
=`printf "%s\n" "$ac_i" | sed "$ac_script"`
22370 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
22371 # will be set to the directory where LIBOBJS objects are built.
22372 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
22373 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
22375 LIBOBJS
=$ac_libobjs
22377 LTLIBOBJS
=$ac_ltlibobjs
22381 : "${CONFIG_STATUS=./config.status}"
22383 ac_clean_files_save
=$ac_clean_files
22384 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
22385 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
22386 printf "%s\n" "$as_me: creating $CONFIG_STATUS" >&6;}
22388 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
22390 # Generated by $as_me.
22391 # Run this file to recreate the current configuration.
22392 # Compiler output produced by configure, useful for debugging
22393 # configure, is in config.log if it exists.
22396 ac_cs_recheck=false
22399 SHELL=\${CONFIG_SHELL-$SHELL}
22402 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
22403 ## -------------------- ##
22404 ## M4sh Initialization. ##
22405 ## -------------------- ##
22407 # Be more Bourne compatible
22408 DUALCASE
=1; export DUALCASE
# for MKS sh
22410 if test ${ZSH_VERSION+y} && (emulate sh
) >/dev
/null
2>&1
22414 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
22415 # is contrary to our usage. Disable this feature.
22416 alias -g '${1+"$@"}'='"$@"'
22417 setopt NO_GLOB_SUBST
22419 case `(set -o) 2>/dev/null` in #(
22429 # Reset variables that may have inherited troublesome values from
22432 # IFS needs to be set, to space, tab, and newline, in precisely that order.
22433 # (If _AS_PATH_WALK were called with IFS unset, it would have the
22434 # side effect of setting IFS to empty, thus disabling word splitting.)
22435 # Quoting is to prevent editors from complaining about space-tab.
22445 # Ensure predictable behavior from utilities with locale-dependent output.
22451 # We cannot yet rely on "unset" to work, but we need these variables
22452 # to be unset--not just set to an empty or harmless value--now, to
22453 # avoid bugs in old shells (e.g. pre-3.0 UWIN ksh). This construct
22454 # also avoids known problems related to "unset" and subshell syntax
22455 # in other old shells (e.g. bash 2.01 and pdksh 5.2.14).
22456 for as_var
in BASH_ENV ENV MAIL MAILPATH CDPATH
22457 do eval test \
${$as_var+y} \
22458 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
22461 # Ensure that fds 0, 1, and 2 are open.
22462 if (exec 3>&0) 2>/dev
/null
; then :; else exec 0</dev
/null
; fi
22463 if (exec 3>&1) 2>/dev
/null
; then :; else exec 1>/dev
/null
; fi
22464 if (exec 3>&2) ; then :; else exec 2>/dev
/null
; fi
22466 # The user is always right.
22467 if ${PATH_SEPARATOR+false} :; then
22469 (PATH
='/bin;/bin'; FPATH
=$PATH; sh
-c :) >/dev
/null
2>&1 && {
22470 (PATH
='/bin:/bin'; FPATH
=$PATH; sh
-c :) >/dev
/null
2>&1 ||
22476 # Find who we are. Look in the path if we contain no directory separator.
22479 *[\\/]* ) as_myself
=$0 ;;
22480 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
22481 for as_dir
in $PATH
22484 case $as_dir in #(((
22487 *) as_dir
=$as_dir/ ;;
22489 test -r "$as_dir$0" && as_myself
=$as_dir$0 && break
22495 # We did not find ourselves, most probably we were run as `sh COMMAND'
22496 # in which case we are not to be found in the path.
22497 if test "x$as_myself" = x
; then
22500 if test ! -f "$as_myself"; then
22501 printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
22507 # as_fn_error STATUS ERROR [LINENO LOG_FD]
22508 # ----------------------------------------
22509 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
22510 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
22511 # script with STATUS, using 1 if that was 0.
22514 as_status
=$1; test $as_status -eq 0 && as_status
=1
22516 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
22517 printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
22519 printf "%s\n" "$as_me: error: $2" >&2
22520 as_fn_exit
$as_status
22525 # as_fn_set_status STATUS
22526 # -----------------------
22527 # Set $? to STATUS, without forking.
22528 as_fn_set_status
()
22531 } # as_fn_set_status
22533 # as_fn_exit STATUS
22534 # -----------------
22535 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
22539 as_fn_set_status
$1
22545 # Portably unset VAR.
22548 { eval $1=; unset $1;}
22550 as_unset
=as_fn_unset
22552 # as_fn_append VAR VALUE
22553 # ----------------------
22554 # Append the text in VALUE to the end of the definition contained in VAR. Take
22555 # advantage of any shell optimizations that allow amortized linear growth over
22556 # repeated appends, instead of the typical quadratic growth present in naive
22558 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
22560 eval 'as_fn_append ()
22571 # as_fn_arith ARG...
22572 # ------------------
22573 # Perform arithmetic evaluation on the ARGs, and store the result in the
22574 # global $as_val. Take advantage of shells that can avoid forks. The arguments
22575 # must be portable across $(()) and expr.
22576 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
22578 eval 'as_fn_arith ()
22585 as_val
=`expr "$@" || test $? -eq 1`
22590 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
22591 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
22597 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
22598 as_basename
=basename
22603 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
22609 as_me
=`$as_basename -- "$0" ||
22610 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
22611 X"$0" : 'X\(//\)$' \| \
22612 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
22613 printf "%s\n" X/"$0" |
22614 sed '/^.*\/\([^/][^/]*\)\/*$/{
22628 # Avoid depending upon Character Ranges.
22629 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
22630 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
22631 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
22632 as_cr_digits
='0123456789'
22633 as_cr_alnum
=$as_cr_Letters$as_cr_digits
22636 # Determine whether it's possible to make 'echo' print without a newline.
22637 # These variables are no longer used directly by Autoconf, but are AC_SUBSTed
22638 # for compatibility with existing Makefiles.
22639 ECHO_C
= ECHO_N
= ECHO_T
=
22640 case `echo -n x` in #(((((
22642 case `echo 'xy\c'` in
22643 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
22645 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
22652 # For backward compatibility with old third-party macros, we provide
22653 # the shell variables $as_echo and $as_echo_n. New code should use
22654 # AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively.
22655 as_echo
='printf %s\n'
22656 as_echo_n
='printf %s'
22658 rm -f conf$$ conf$$.exe conf$$.
file
22659 if test -d conf$$.dir
; then
22660 rm -f conf$$.dir
/conf$$.
file
22663 mkdir conf$$.dir
2>/dev
/null
22665 if (echo >conf$$.
file) 2>/dev
/null
; then
22666 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
22668 # ... but there are two gotchas:
22669 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
22670 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
22671 # In both cases, we have to default to `cp -pR'.
22672 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
22674 elif ln conf$$.
file conf$$
2>/dev
/null
; then
22682 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
22683 rmdir conf$$.dir
2>/dev
/null
22688 # Create "$as_dir" as a directory, including parents if necessary.
22693 -*) as_dir
=.
/$as_dir;;
22695 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
22699 *\'*) as_qdir
=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
22700 *) as_qdir
=$as_dir;;
22702 as_dirs
="'$as_qdir' $as_dirs"
22703 as_dir
=`$as_dirname -- "$as_dir" ||
22704 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
22705 X"$as_dir" : 'X\(//\)[^/]' \| \
22706 X"$as_dir" : 'X\(//\)$' \| \
22707 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
22708 printf "%s\n" X"$as_dir" |
22709 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
22713 /^X\(\/\/\)[^/].*/{
22726 test -d "$as_dir" && break
22728 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
22729 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
22733 if mkdir
-p .
2>/dev
/null
; then
22734 as_mkdir_p
='mkdir -p "$as_dir"'
22736 test -d .
/-p && rmdir .
/-p
22741 # as_fn_executable_p FILE
22742 # -----------------------
22743 # Test if FILE is an executable regular file.
22744 as_fn_executable_p
()
22746 test -f "$1" && test -x "$1"
22747 } # as_fn_executable_p
22748 as_test_x
='test -x'
22749 as_executable_p
=as_fn_executable_p
22751 # Sed expression to map a string onto a valid CPP name.
22752 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
22754 # Sed expression to map a string onto a valid variable name.
22755 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
22759 ## ----------------------------------- ##
22760 ## Main body of $CONFIG_STATUS script. ##
22761 ## ----------------------------------- ##
22763 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
22765 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
22766 # Save the log message, to keep $0 and so on meaningful, and to
22767 # report actual input values of CONFIG_FILES etc. instead of their
22768 # values after options handling.
22770 This file was extended by Wine $as_me 7.5, which was
22771 generated by GNU Autoconf 2.71. Invocation command line was
22773 CONFIG_FILES = $CONFIG_FILES
22774 CONFIG_HEADERS = $CONFIG_HEADERS
22775 CONFIG_LINKS = $CONFIG_LINKS
22776 CONFIG_COMMANDS = $CONFIG_COMMANDS
22779 on `(hostname || uname -n) 2>/dev/null | sed 1q`
22785 case $ac_config_headers in *"
22786 "*) set x
$ac_config_headers; shift; ac_config_headers
=$
*;;
22790 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22791 # Files that config.status was made for.
22792 config_headers="$ac_config_headers"
22793 config_links="$ac_config_links"
22794 config_commands="$ac_config_commands"
22798 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
22800 \`$as_me' instantiates files and other configuration actions
22801 from templates according to the current configuration. Unless the files
22802 and actions are specified as TAGs, all are instantiated by default.
22804 Usage: $0 [OPTION]... [TAG]...
22806 -h, --help print this help, then exit
22807 -V, --version print version number and configuration settings, then exit
22808 --config print configuration, then exit
22809 -q, --quiet, --silent
22810 do not print progress messages
22811 -d, --debug don't remove temporary files
22812 --recheck update $as_me by reconfiguring in the same conditions
22813 --header=FILE[:TEMPLATE]
22814 instantiate the configuration header FILE
22816 Configuration headers:
22819 Configuration links:
22822 Configuration commands:
22825 Report bugs to <wine-devel@winehq.org>.
22826 Wine home page: <https://www.winehq.org>."
22829 ac_cs_config
=`printf "%s\n" "$ac_configure_args" | sed "$ac_safe_unquote"`
22830 ac_cs_config_escaped
=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\''/g"`
22831 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22832 ac_cs_config='$ac_cs_config_escaped'
22834 Wine config.status 7.5
22835 configured by $0, generated by GNU Autoconf 2.71,
22836 with options \\"\$ac_cs_config\\"
22838 Copyright (C) 2021 Free Software Foundation, Inc.
22839 This config.status script is free software; the Free Software Foundation
22840 gives unlimited permission to copy, distribute and modify it."
22844 test -n "\$AWK" || AWK=awk
22847 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
22848 # The default lists apply if the user does not specify any file.
22854 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
22855 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
22859 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
22871 # Handling of the options.
22872 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
22874 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
22875 printf "%s\n" "$ac_cs_version"; exit ;;
22876 --config |
--confi |
--conf |
--con |
--co |
--c )
22877 printf "%s\n" "$ac_cs_config"; exit ;;
22878 --debug |
--debu |
--deb |
--de |
--d |
-d )
22880 --header |
--heade |
--head |
--hea )
22883 *\'*) ac_optarg
=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
22885 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
22886 ac_need_defaults
=false
;;
22888 # Conflict between --help and --header
22889 as_fn_error $?
"ambiguous option: \`$1'
22890 Try \`$0 --help' for more information.";;
22891 --help |
--hel |
-h )
22892 printf "%s\n" "$ac_cs_usage"; exit ;;
22893 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
22894 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
22897 # This is an error.
22898 -*) as_fn_error $?
"unrecognized option: \`$1'
22899 Try \`$0 --help' for more information." ;;
22901 *) as_fn_append ac_config_targets
" $1"
22902 ac_need_defaults
=false
;;
22908 ac_configure_extra_args
=
22910 if $ac_cs_silent; then
22912 ac_configure_extra_args
="$ac_configure_extra_args --silent"
22916 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22917 if \$ac_cs_recheck; then
22918 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
22920 \printf "%s\n" "running CONFIG_SHELL=$SHELL \$*" >&6
22921 CONFIG_SHELL='$SHELL'
22922 export CONFIG_SHELL
22927 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
22931 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
22932 ## Running $as_me. ##
22934 printf "%s\n" "$ac_log"
22938 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22942 wine_fn_output_makedep ()
22944 as_dir=tools; as_fn_mkdir_p
22945 $CC -I${wine_srcdir}tools -Iinclude -I${wine_srcdir}include -D__WINESRC__ $EXTRACFLAGS $CPPFLAGS $CFLAGS -o tools/makedep$ac_exeext ${wine_srcdir}tools/makedep.c $LDFLAGS
22947 wine_fn_output_makefile ()
22949 cat <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && "$wine_makedep"$makedep_flags && return
22950 # This Makefile understands the following targets:
22952 # all (default): build wine
22953 # clean: remove all intermediate files
22954 # distclean: also remove all files created by configure
22956 # testclean: clean test results to force running all tests again
22957 # install-lib: install libraries needed to run applications
22958 # install-dev: install development environment
22959 # install: install everything
22960 # uninstall: uninstall everything
22961 # ctags: create a tags file for vim and others.
22962 # etags: create a TAGS file for Emacs.
22965 PATH_SEPARATOR = $PATH_SEPARATOR
22966 PACKAGE_NAME = $PACKAGE_NAME
22967 PACKAGE_TARNAME = $PACKAGE_TARNAME
22968 PACKAGE_VERSION = $PACKAGE_VERSION
22969 PACKAGE_STRING = $PACKAGE_STRING
22970 PACKAGE_BUGREPORT = $PACKAGE_BUGREPORT
22971 PACKAGE_URL = $PACKAGE_URL
22972 exec_prefix = $exec_prefix
22974 program_transform_name = $program_transform_name
22977 libexecdir = $libexecdir
22978 datarootdir = $datarootdir
22980 sysconfdir = $sysconfdir
22981 sharedstatedir = $sharedstatedir
22982 localstatedir = $localstatedir
22983 runstatedir = $runstatedir
22984 includedir = $includedir
22985 oldincludedir = $oldincludedir
22993 localedir = $localedir
23000 build_alias = $build_alias
23001 host_alias = $host_alias
23002 target_alias = $target_alias
23003 system_dllpath = $system_dllpath
23005 build_cpu = $build_cpu
23006 build_vendor = $build_vendor
23007 build_os = $build_os
23009 host_cpu = $host_cpu
23010 host_vendor = $host_vendor
23016 SET_MAKE = $SET_MAKE
23020 CPPFLAGS = $CPPFLAGS
23021 ac_ct_CC = $ac_ct_CC
23025 CXXFLAGS = $CXXFLAGS
23026 ac_ct_CXX = $ac_ct_CXX
23029 TARGETFLAGS = $TARGETFLAGS
23030 toolsext = $toolsext
23031 toolsdir = $toolsdir
23033 RUNTESTFLAGS = $RUNTESTFLAGS
23038 ac_ct_AR = $ac_ct_AR
23044 LDCONFIG = $LDCONFIG
23046 PKG_CONFIG = $PKG_CONFIG
23047 FONTFORGE = $FONTFORGE
23051 I386_LIBS = $I386_LIBS
23052 OPENGL_LIBS = $OPENGL_LIBS
23053 DLLFLAGS = $DLLFLAGS
23054 LDDLLFLAGS = $LDDLLFLAGS
23055 LDEXECFLAGS = $LDEXECFLAGS
23056 EXTRACFLAGS = $EXTRACFLAGS
23057 UNIXDLLFLAGS = $UNIXDLLFLAGS
23058 UNIXLDFLAGS = $UNIXLDFLAGS
23059 TOP_INSTALL_LIB = $TOP_INSTALL_LIB
23060 TOP_INSTALL_DEV = $TOP_INSTALL_DEV
23061 WINELOADER_LDFLAGS = $WINELOADER_LDFLAGS
23062 WINEPRELOADER_LDFLAGS = $WINEPRELOADER_LDFLAGS
23067 DISABLED_SUBDIRS = $DISABLED_SUBDIRS
23068 CONFIGURE_TARGETS = $CONFIGURE_TARGETS
23069 WINELOADER_PROGRAMS = $WINELOADER_PROGRAMS
23072 OBJCFLAGS = $OBJCFLAGS
23073 ac_ct_OBJC = $ac_ct_OBJC
23074 COREFOUNDATION_LIBS = $COREFOUNDATION_LIBS
23075 IOKIT_LIBS = $IOKIT_LIBS
23076 APPLICATIONSERVICES_LIBS = $APPLICATIONSERVICES_LIBS
23077 CORESERVICES_LIBS = $CORESERVICES_LIBS
23078 APPKIT_LIBS = $APPKIT_LIBS
23079 SYSTEMCONFIGURATION_LIBS = $SYSTEMCONFIGURATION_LIBS
23080 DISKARBITRATION_LIBS = $DISKARBITRATION_LIBS
23081 SECURITY_LIBS = $SECURITY_LIBS
23082 COREAUDIO_LIBS = $COREAUDIO_LIBS
23083 OPENAL_LIBS = $OPENAL_LIBS
23084 OPENCL_LIBS = $OPENCL_LIBS
23085 CARBON_LIBS = $CARBON_LIBS
23086 METAL_LIBS = $METAL_LIBS
23087 LIBWINE_SHAREDLIB = $LIBWINE_SHAREDLIB
23088 LIBWINE_LDFLAGS = $LIBWINE_LDFLAGS
23089 WINELOADER_DEPENDS = $WINELOADER_DEPENDS
23091 LIBWINE_DEPENDS = $LIBWINE_DEPENDS
23092 CROSSTARGET = $CROSSTARGET
23094 CROSSCFLAGS = $CROSSCFLAGS
23095 EXTRACROSSCFLAGS = $EXTRACROSSCFLAGS
23096 CROSSLDFLAGS = $CROSSLDFLAGS
23097 DELAYLOADFLAG = $DELAYLOADFLAG
23098 CROSSDEBUG = $CROSSDEBUG
23099 EXCESS_PRECISION_CFLAGS = $EXCESS_PRECISION_CFLAGS
23100 MINGW_PKG_CONFIG = $MINGW_PKG_CONFIG
23101 FAUDIO_PE_CFLAGS = $FAUDIO_PE_CFLAGS
23102 FAUDIO_PE_LIBS = $FAUDIO_PE_LIBS
23103 GSM_PE_CFLAGS = $GSM_PE_CFLAGS
23104 GSM_PE_LIBS = $GSM_PE_LIBS
23105 JPEG_PE_CFLAGS = $JPEG_PE_CFLAGS
23106 JPEG_PE_LIBS = $JPEG_PE_LIBS
23107 JXR_PE_CFLAGS = $JXR_PE_CFLAGS
23108 JXR_PE_LIBS = $JXR_PE_LIBS
23109 LCMS2_PE_CFLAGS = $LCMS2_PE_CFLAGS
23110 LCMS2_PE_LIBS = $LCMS2_PE_LIBS
23111 MPG123_PE_CFLAGS = $MPG123_PE_CFLAGS
23112 MPG123_PE_LIBS = $MPG123_PE_LIBS
23113 PNG_PE_CFLAGS = $PNG_PE_CFLAGS
23114 PNG_PE_LIBS = $PNG_PE_LIBS
23115 TIFF_PE_CFLAGS = $TIFF_PE_CFLAGS
23116 TIFF_PE_LIBS = $TIFF_PE_LIBS
23117 VKD3D_PE_CFLAGS = $VKD3D_PE_CFLAGS
23118 VKD3D_PE_LIBS = $VKD3D_PE_LIBS
23119 XML2_PE_CFLAGS = $XML2_PE_CFLAGS
23120 XML2_PE_LIBS = $XML2_PE_LIBS
23121 XSLT_PE_CFLAGS = $XSLT_PE_CFLAGS
23122 XSLT_PE_LIBS = $XSLT_PE_LIBS
23123 ZLIB_PE_CFLAGS = $ZLIB_PE_CFLAGS
23124 ZLIB_PE_LIBS = $ZLIB_PE_LIBS
23125 PTHREAD_LIBS = $PTHREAD_LIBS
23128 X_CFLAGS = $X_CFLAGS
23129 X_PRE_LIBS = $X_PRE_LIBS
23131 X_EXTRA_LIBS = $X_EXTRA_LIBS
23132 PCAP_LIBS = $PCAP_LIBS
23133 INOTIFY_CFLAGS = $INOTIFY_CFLAGS
23134 INOTIFY_LIBS = $INOTIFY_LIBS
23135 DBUS_CFLAGS = $DBUS_CFLAGS
23136 DBUS_LIBS = $DBUS_LIBS
23137 GNUTLS_CFLAGS = $GNUTLS_CFLAGS
23138 GNUTLS_LIBS = $GNUTLS_LIBS
23139 SANE_CFLAGS = $SANE_CFLAGS
23140 SANE_LIBS = $SANE_LIBS
23141 USB_CFLAGS = $USB_CFLAGS
23142 USB_LIBS = $USB_LIBS
23143 GPHOTO2_CFLAGS = $GPHOTO2_CFLAGS
23144 GPHOTO2_LIBS = $GPHOTO2_LIBS
23145 GPHOTO2_PORT_CFLAGS = $GPHOTO2_PORT_CFLAGS
23146 GPHOTO2_PORT_LIBS = $GPHOTO2_PORT_LIBS
23147 RESOLV_LIBS = $RESOLV_LIBS
23148 FREETYPE_CFLAGS = $FREETYPE_CFLAGS
23149 FREETYPE_LIBS = $FREETYPE_LIBS
23150 GETTEXTPO_LIBS = $GETTEXTPO_LIBS
23151 PULSE_CFLAGS = $PULSE_CFLAGS
23152 PULSE_LIBS = $PULSE_LIBS
23153 GSTREAMER_CFLAGS = $GSTREAMER_CFLAGS
23154 GSTREAMER_LIBS = $GSTREAMER_LIBS
23155 ALSA_LIBS = $ALSA_LIBS
23156 OSS4_CFLAGS = $OSS4_CFLAGS
23157 OSS4_LIBS = $OSS4_LIBS
23158 UDEV_CFLAGS = $UDEV_CFLAGS
23159 UDEV_LIBS = $UDEV_LIBS
23160 UNWIND_CFLAGS = $UNWIND_CFLAGS
23161 UNWIND_LIBS = $UNWIND_LIBS
23162 SDL2_CFLAGS = $SDL2_CFLAGS
23163 SDL2_LIBS = $SDL2_LIBS
23164 CAPI20_CFLAGS = $CAPI20_CFLAGS
23165 CAPI20_LIBS = $CAPI20_LIBS
23166 CUPS_CFLAGS = $CUPS_CFLAGS
23167 CUPS_LIBS = $CUPS_LIBS
23168 FONTCONFIG_CFLAGS = $FONTCONFIG_CFLAGS
23169 FONTCONFIG_LIBS = $FONTCONFIG_LIBS
23170 KRB5_CFLAGS = $KRB5_CFLAGS
23171 KRB5_LIBS = $KRB5_LIBS
23172 GSSAPI_CFLAGS = $GSSAPI_CFLAGS
23173 GSSAPI_LIBS = $GSSAPI_LIBS
23174 PROCSTAT_LIBS = $PROCSTAT_LIBS
23175 NETAPI_CFLAGS = $NETAPI_CFLAGS
23176 NETAPI_LIBS = $NETAPI_LIBS
23177 MSVCRTFLAGS = $MSVCRTFLAGS
23179 LDAP_CFLAGS = $LDAP_CFLAGS
23180 LDAP_LIBS = $LDAP_LIBS
23181 TAGSFLAGS = $TAGSFLAGS
23183 LTLIBOBJS = $LTLIBOBJS
23187 as_fn_error $? "could not create Makefile" "$LINENO" 5
23192 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
23194 # Handling of arguments.
23195 for ac_config_target
in $ac_config_targets
23197 case $ac_config_target in
23198 "include/config.h") CONFIG_HEADERS
="$CONFIG_HEADERS include/config.h" ;;
23199 "include/stamp-h") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/stamp-h" ;;
23200 "wine") CONFIG_LINKS
="$CONFIG_LINKS wine:tools/winewrapper" ;;
23201 "wine64") CONFIG_LINKS
="$CONFIG_LINKS wine64:tools/winewrapper" ;;
23202 "tools/makedep") CONFIG_COMMANDS
="$CONFIG_COMMANDS tools/makedep" ;;
23203 "Makefile") CONFIG_COMMANDS
="$CONFIG_COMMANDS Makefile" ;;
23205 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
23210 # If the user did not use the arguments to specify the items to instantiate,
23211 # then the envvar interface is used. Set only those that are not.
23212 # We use the long form for the default assignment because of an extremely
23213 # bizarre bug on SunOS 4.1.3.
23214 if $ac_need_defaults; then
23215 test ${CONFIG_HEADERS+y} || CONFIG_HEADERS
=$config_headers
23216 test ${CONFIG_LINKS+y} || CONFIG_LINKS
=$config_links
23217 test ${CONFIG_COMMANDS+y} || CONFIG_COMMANDS
=$config_commands
23220 # Have a temporary directory for convenience. Make it in the build tree
23221 # simply because there is no reason against having it here, and in addition,
23222 # creating and moving files from /tmp can sometimes cause problems.
23223 # Hook for its removal unless debugging.
23224 # Note that there is a small window in which the directory will not be cleaned:
23225 # after its creation but before its name has been assigned to `$tmp'.
23229 trap 'exit_status=$?
23230 : "${ac_tmp:=$tmp}"
23231 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
23233 trap 'as_fn_exit 1' 1 2 13 15
23235 # Create a (secure) tmp directory for tmp files.
23238 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
23242 tmp
=.
/conf$$
-$RANDOM
23243 (umask 077 && mkdir
"$tmp")
23244 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
23247 # Set up the scripts for CONFIG_HEADERS section.
23248 # No need to generate them if there are no CONFIG_HEADERS.
23249 # This happens for instance with `./config.status Makefile'.
23250 if test -n "$CONFIG_HEADERS"; then
23251 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
23255 # Transform confdefs.h into an awk script `defines.awk', embedded as
23256 # here-document in config.status, that substitutes the proper values into
23257 # config.h.in to produce config.h.
23259 # Create a delimiter string that does not exist in confdefs.h, to ease
23260 # handling of long lines.
23262 for ac_last_try
in false false
:; do
23263 ac_tt
=`sed -n "/$ac_delim/p" confdefs.h`
23264 if test -z "$ac_tt"; then
23266 elif $ac_last_try; then
23267 as_fn_error $?
"could not make $CONFIG_HEADERS" "$LINENO" 5
23269 ac_delim
="$ac_delim!$ac_delim _$ac_delim!! "
23273 # For the awk script, D is an array of macro values keyed by name,
23274 # likewise P contains macro parameters if any. Preserve backslash
23275 # newline sequences.
23277 ac_word_re
=[_
$as_cr_Letters][_
$as_cr_alnum]*
23279 s/.\{148\}/&'"$ac_delim"'/g
23282 s/^[ ]*#[ ]*define[ ][ ]*/ /
23289 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
23291 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
23295 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
23296 D["\1"]=" \3\\\\\\n"\\/p
23298 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
23303 s/.\{148\}/&'"$ac_delim"'/g
23308 s/["\\]/\\&/g; s/^/"/; s/$/"/p
23311 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
23313 ' <confdefs.h |
sed '
23314 s/'"$ac_delim"'/"\\\
23315 "/g' >>$CONFIG_STATUS || ac_write_fail
=1
23317 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
23318 for (key in D) D_is_set[key] = 1
23321 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
23323 split(line, arg, " ")
23324 if (arg[1] == "#") {
23328 defundef = substr(arg[1], 2)
23331 split(mac1, mac2, "(") #)
23333 prefix = substr(line, 1, index(line, defundef) - 1)
23334 if (D_is_set[macro]) {
23335 # Preserve the white space surrounding the "#".
23336 print prefix "define", macro P[macro] D[macro]
23339 # Replace #undef with comments. This is necessary, for example,
23340 # in the case of _POSIX_SOURCE, which is predefined and required
23341 # on some systems where configure will not decide to define it.
23342 if (defundef == "undef") {
23343 print "/*", prefix defundef, macro, "*/"
23351 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
23352 as_fn_error $?
"could not setup config headers machinery" "$LINENO" 5
23353 fi # test -n "$CONFIG_HEADERS"
23356 eval set X
" :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
23361 :[FHLC
]) ac_mode
=$ac_tag; continue;;
23363 case $ac_mode$ac_tag in
23365 :L
* |
:C
*:*) as_fn_error $?
"invalid tag \`$ac_tag'" "$LINENO" 5;;
23366 :[FH
]-) ac_tag
=-:-;;
23367 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
23384 -) ac_f
="$ac_tmp/stdin";;
23385 *) # Look for the file first in the build tree, then in the source tree
23386 # (if the path is not absolute). The absolute path cannot be DOS-style,
23387 # because $ac_f cannot contain `:'.
23391 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
23393 as_fn_error
1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
23395 case $ac_f in *\'*) ac_f
=`printf "%s\n" "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
23396 as_fn_append ac_file_inputs
" '$ac_f'"
23399 # Let's still pretend it is `configure' which instantiates (i.e., don't
23400 # use $as_me), people would be surprised to read:
23401 # /* config.h. Generated by config.status. */
23402 configure_input
='Generated from '`
23403 printf "%s\n" "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
23405 if test x
"$ac_file" != x-
; then
23406 configure_input
="$ac_file. $configure_input"
23407 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
23408 printf "%s\n" "$as_me: creating $ac_file" >&6;}
23410 # Neutralize special characters interpreted by sed in replacement strings.
23411 case $configure_input in #(
23412 *\
&* |
*\|
* |
*\\* )
23413 ac_sed_conf_input
=`printf "%s\n" "$configure_input" |
23414 sed 's/[\\\\&|]/\\\\&/g'`;; #(
23415 *) ac_sed_conf_input
=$configure_input;;
23419 *:-:* |
*:-) cat >"$ac_tmp/stdin" \
23420 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5 ;;
23425 ac_dir
=`$as_dirname -- "$ac_file" ||
23426 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
23427 X"$ac_file" : 'X\(//\)[^/]' \| \
23428 X"$ac_file" : 'X\(//\)$' \| \
23429 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
23430 printf "%s\n" X"$ac_file" |
23431 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
23435 /^X\(\/\/\)[^/].*/{
23448 as_dir
="$ac_dir"; as_fn_mkdir_p
23452 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
23454 ac_dir_suffix
=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'`
23455 # A ".." for each directory in $ac_dir_suffix.
23456 ac_top_builddir_sub
=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
23457 case $ac_top_builddir_sub in
23458 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
23459 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
23462 ac_abs_top_builddir
=$ac_pwd
23463 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
23464 # for backward compatibility:
23465 ac_top_builddir
=$ac_top_build_prefix
23468 .
) # We are building in place.
23470 ac_top_srcdir
=$ac_top_builddir_sub
23471 ac_abs_top_srcdir
=$ac_pwd ;;
23472 [\\/]* | ?
:[\\/]* ) # Absolute name.
23473 ac_srcdir
=$srcdir$ac_dir_suffix;
23474 ac_top_srcdir
=$srcdir
23475 ac_abs_top_srcdir
=$srcdir ;;
23476 *) # Relative name.
23477 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
23478 ac_top_srcdir
=$ac_top_build_prefix$srcdir
23479 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
23481 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
23490 if test x
"$ac_file" != x-
; then
23492 printf "%s\n" "/* $configure_input */" >&1 \
23493 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
23494 } >"$ac_tmp/config.h" \
23495 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5
23496 if diff "$ac_file" "$ac_tmp/config.h" >/dev
/null
2>&1; then
23497 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
23498 printf "%s\n" "$as_me: $ac_file is unchanged" >&6;}
23501 mv "$ac_tmp/config.h" "$ac_file" \
23502 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5
23505 printf "%s\n" "/* $configure_input */" >&1 \
23506 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
23507 || as_fn_error $?
"could not create -" "$LINENO" 5
23515 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
23518 # Prefer the file from the source tree if names are identical.
23519 if test "$ac_source" = "$ac_file" ||
test ! -r "$ac_source"; then
23520 ac_source
=$srcdir/$ac_source
23523 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
23524 printf "%s\n" "$as_me: linking $ac_source to $ac_file" >&6;}
23526 if test ! -r "$ac_source"; then
23527 as_fn_error $?
"$ac_source: file not found" "$LINENO" 5
23531 # Try a relative symlink, then a hard link, then a copy.
23533 [\\/$
]* | ?
:[\\/]* ) ac_rel_source
=$ac_source ;;
23534 *) ac_rel_source
=$ac_top_build_prefix$ac_source ;;
23536 ln -s "$ac_rel_source" "$ac_file" 2>/dev
/null ||
23537 ln "$ac_source" "$ac_file" 2>/dev
/null ||
23538 cp -p "$ac_source" "$ac_file" ||
23539 as_fn_error $?
"cannot link or copy $ac_source to $ac_file" "$LINENO" 5
23542 :C
) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
23543 printf "%s\n" "$as_me: executing $ac_file commands" >&6;}
23548 case $ac_file$ac_mode in
23549 "include/stamp-h":C
) echo timestamp
> include
/stamp-h
;;
23550 "tools/makedep":C
) wine_fn_output_makedep || as_fn_exit $?
;;
23551 "Makefile":C
) wine_fn_output_makefile Makefile
;;
23559 ac_clean_files
=$ac_clean_files_save
23561 test $ac_write_fail = 0 ||
23562 as_fn_error $?
"write failure creating $CONFIG_STATUS" "$LINENO" 5
23565 # configure is writing to config.log, and then calls config.status.
23566 # config.status does its own redirection, appending to config.log.
23567 # Unfortunately, on DOS this fails, as config.log is still kept open
23568 # by configure, so config.status won't be able to write to it; its
23569 # output is simply discarded. So we exec the FD to /dev/null,
23570 # effectively closing config.log, so it can be properly (re)opened and
23571 # appended to by config.status. When coming back to configure, we
23572 # need to make the FD available again.
23573 if test "$no_create" != yes; then
23575 ac_config_status_args
=
23576 test "$silent" = yes &&
23577 ac_config_status_args
="$ac_config_status_args --quiet"
23579 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
23581 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
23582 # would make configure fail if this is the last instruction.
23583 $ac_cs_success || as_fn_exit
1
23585 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
23586 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
23587 printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
23591 if test "$no_create" = "yes"
23597 if test "x$wine_notices" != x
; then
23600 for msg
in $wine_notices; do
23606 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: $msg" >&5
23607 printf "%s\n" "$as_me: $msg" >&6;}
23612 for msg
in $wine_warnings; do
23619 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
23620 printf "%s\n" "$as_me: WARNING: $msg" >&2;}
23626 $as_me: Finished. Do '${ac_make}' to compile Wine.