2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for Wine 6.21.
5 # Report bugs to <wine-devel@winehq.org>.
8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
11 # This configure script is free software; the Free Software Foundation
12 # gives unlimited permission to copy, distribute and modify it.
13 ## -------------------- ##
14 ## M4sh Initialization. ##
15 ## -------------------- ##
17 # Be more Bourne compatible
18 DUALCASE
=1; export DUALCASE
# for MKS sh
19 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
23 # is contrary to our usage. Disable this feature.
24 alias -g '${1+"$@"}'='"$@"'
27 case `(set -o) 2>/dev/null` in #(
39 # Printing a long string crashes Solaris 7 /usr/bin/printf.
40 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
43 # Prefer a ksh shell builtin over an external printf program on Solaris,
44 # but without wasting forks for bash or zsh.
45 if test -z "$BASH_VERSION$ZSH_VERSION" \
46 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo_n='print
-rn --'
49 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
55 as_echo_n='/usr
/ucb
/echo -n'
57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
62 expr "X$arg" : "X\\(.*\\)$as_nl";
63 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
65 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
68 as_echo_n='sh
-c $as_echo_n_body as_echo
'
71 as_echo='sh
-c $as_echo_body as_echo
'
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
77 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
85 # We need space, tab and new line, in precisely that order. Quoting is
86 # there to prevent editors from complaining about space-tab.
87 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
88 # splitting by setting IFS to empty value.)
91 # Find who we are. Look in the path if we contain no directory separator.
94 *[\\/]* ) as_myself=$0 ;;
95 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
99 test -z "$as_dir" && as_dir=.
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 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
116 # Unset variables that we do not need and which cause bugs (e.g. in
117 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
118 # suppresses any "Segmentation fault" message there. '((' could
119 # trigger a bug in pdksh 5.2.14.
120 for as_var
in BASH_ENV ENV MAIL MAILPATH
121 do eval test x\
${$as_var+set} = xset \
122 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
135 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
137 # Use a proper internal environment variable to ensure we don't fall
138 # into an infinite loop, continuously re-executing ourselves.
139 if test x
"${_as_can_reexec}" != xno
&& test "x$CONFIG_SHELL" != x
; then
140 _as_can_reexec
=no
; export _as_can_reexec
;
141 # We cannot yet assume a decent shell, so we have to provide a
142 # neutralization value for shells without unset; and this also
143 # works around shells that cannot unset nonexistent variables.
144 # Preserve -v and -x to the replacement shell.
147 (unset BASH_ENV
) >/dev
/null
2>&1 && unset BASH_ENV ENV
149 *v
*x
* |
*x
*v
* ) as_opts
=-vx ;;
154 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
155 # Admittedly, this is quite paranoid, since all the known shells bail
156 # out after a failed `exec'.
157 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
160 # We don't want this to propagate to other subprocesses.
161 { _as_can_reexec
=; unset _as_can_reexec
;}
162 if test "x$CONFIG_SHELL" = x
; then
163 as_bourne_compatible
="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
166 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
167 # is contrary to our usage. Disable this feature.
168 alias -g '\${1+\"\$@\"}'='\"\$@\"'
171 case \`(set -o) 2>/dev/null\` in #(
179 as_required
="as_fn_return () { (exit \$1); }
180 as_fn_success () { as_fn_return 0; }
181 as_fn_failure () { as_fn_return 1; }
182 as_fn_ret_success () { return 0; }
183 as_fn_ret_failure () { return 1; }
186 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
187 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
188 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
189 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
190 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
193 exitcode=1; echo positional parameters were not saved.
195 test x\$exitcode = x0 || exit 1
197 as_suggested
=" as_lineno_1=";as_suggested
=$as_suggested$LINENO;as_suggested
=$as_suggested" as_lineno_1a=\$LINENO
198 as_lineno_2=";as_suggested
=$as_suggested$LINENO;as_suggested
=$as_suggested" as_lineno_2a=\$LINENO
199 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
200 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
201 test \$(( 1 + 1 )) = 2 || exit 1"
202 if (eval "$as_required") 2>/dev
/null
; then :
207 if test x
$as_have_required = xyes
&& (eval "$as_suggested") 2>/dev
/null
; then :
210 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
212 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
215 test -z "$as_dir" && as_dir
=.
219 for as_base
in sh bash ksh sh5
; do
220 # Try only shells that exist, to save several forks.
221 as_shell
=$as_dir/$as_base
222 if { test -f "$as_shell" ||
test -f "$as_shell.exe"; } &&
223 { $as_echo "$as_bourne_compatible""$as_required" | as_run
=a
"$as_shell"; } 2>/dev
/null
; then :
224 CONFIG_SHELL
=$as_shell as_have_required
=yes
225 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run
=a
"$as_shell"; } 2>/dev
/null
; then :
233 $as_found ||
{ if { test -f "$SHELL" ||
test -f "$SHELL.exe"; } &&
234 { $as_echo "$as_bourne_compatible""$as_required" | as_run
=a
"$SHELL"; } 2>/dev
/null
; then :
235 CONFIG_SHELL
=$SHELL as_have_required
=yes
240 if test "x$CONFIG_SHELL" != x
; then :
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 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
262 if test x
$as_have_required = xno
; then :
263 $as_echo "$0: This script requires a shell more modern than all"
264 $as_echo "$0: the shells that I found on your system."
265 if test x
${ZSH_VERSION+set} = xset
; then
266 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
267 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
269 $as_echo "$0: Please tell bug-autoconf@gnu.org and
270 $0: wine-devel@winehq.org about your system, including any
271 $0: error possibly output before this message. Then install
272 $0: a modern shell, or manually run the script under such a
273 $0: shell if you do have one."
279 SHELL
=${CONFIG_SHELL-/bin/sh}
281 # Unset more variables known to interfere with behavior of common tools.
282 CLICOLOR_FORCE
= GREP_OPTIONS
=
283 unset CLICOLOR_FORCE GREP_OPTIONS
285 ## --------------------- ##
286 ## M4sh Shell Functions. ##
287 ## --------------------- ##
290 # Portably unset VAR.
293 { eval $1=; unset $1;}
297 # as_fn_set_status STATUS
298 # -----------------------
299 # Set $? to STATUS, without forking.
307 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
317 # Create "$as_dir" as a directory, including parents if necessary.
322 -*) as_dir
=.
/$as_dir;;
324 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
328 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
331 as_dirs
="'$as_qdir' $as_dirs"
332 as_dir
=`$as_dirname -- "$as_dir" ||
333 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
334 X"$as_dir" : 'X\(//\)[^/]' \| \
335 X"$as_dir" : 'X\(//\)$' \| \
336 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
337 $as_echo X"$as_dir" |
338 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
355 test -d "$as_dir" && break
357 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
358 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
363 # as_fn_executable_p FILE
364 # -----------------------
365 # Test if FILE is an executable regular file.
366 as_fn_executable_p
()
368 test -f "$1" && test -x "$1"
369 } # as_fn_executable_p
370 # as_fn_append VAR VALUE
371 # ----------------------
372 # Append the text in VALUE to the end of the definition contained in VAR. Take
373 # advantage of any shell optimizations that allow amortized linear growth over
374 # repeated appends, instead of the typical quadratic growth present in naive
376 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
377 eval 'as_fn_append ()
390 # Perform arithmetic evaluation on the ARGs, and store the result in the
391 # global $as_val. Take advantage of shells that can avoid forks. The arguments
392 # must be portable across $(()) and expr.
393 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
401 as_val
=`expr "$@" || test $? -eq 1`
406 # as_fn_error STATUS ERROR [LINENO LOG_FD]
407 # ----------------------------------------
408 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
409 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
410 # script with STATUS, using 1 if that was 0.
413 as_status
=$1; test $as_status -eq 0 && as_status
=1
415 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
416 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
418 $as_echo "$as_me: error: $2" >&2
419 as_fn_exit
$as_status
422 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
423 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
429 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
435 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
441 as_me
=`$as_basename -- "$0" ||
442 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
443 X"$0" : 'X\(//\)$' \| \
444 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
446 sed '/^.*\/\([^/][^/]*\)\/*$/{
460 # Avoid depending upon Character Ranges.
461 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
462 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
463 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
464 as_cr_digits
='0123456789'
465 as_cr_alnum
=$as_cr_Letters$as_cr_digits
468 as_lineno_1
=$LINENO as_lineno_1a
=$LINENO
469 as_lineno_2
=$LINENO as_lineno_2a
=$LINENO
470 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
471 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' ||
{
472 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
484 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
488 chmod +x
"$as_me.lineno" ||
489 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit
1; }
491 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
492 # already done that, so ensure we don't try to do so again and fall
493 # in an infinite loop. This has already happened in practice.
494 _as_can_reexec
=no
; export _as_can_reexec
495 # Don't try to exec as it changes $[0], causing all sort of problems
496 # (the dirname of $[0] is not the place where we might find the
497 # original and so on. Autoconf is especially sensitive to this).
499 # Exit status is that of the last command.
503 ECHO_C
= ECHO_N
= ECHO_T
=
504 case `echo -n x` in #(((((
506 case `echo 'xy\c'` in
507 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
509 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
516 rm -f conf$$ conf$$.exe conf$$.
file
517 if test -d conf$$.dir
; then
518 rm -f conf$$.dir
/conf$$.
file
521 mkdir conf$$.dir
2>/dev
/null
523 if (echo >conf$$.
file) 2>/dev
/null
; then
524 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
526 # ... but there are two gotchas:
527 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
528 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
529 # In both cases, we have to default to `cp -pR'.
530 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
532 elif ln conf$$.
file conf$$
2>/dev
/null
; then
540 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
541 rmdir conf$$.dir
2>/dev
/null
543 if mkdir
-p .
2>/dev
/null
; then
544 as_mkdir_p
='mkdir -p "$as_dir"'
546 test -d .
/-p && rmdir .
/-p
551 as_executable_p
=as_fn_executable_p
553 # Sed expression to map a string onto a valid CPP name.
554 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
556 # Sed expression to map a string onto a valid variable name.
557 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
560 test -n "$DJDIR" ||
exec 7<&0 </dev
/null
564 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
565 # so uname gets run too.
566 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
571 ac_default_prefix
=/usr
/local
573 ac_config_libobj_dir
=.
580 # Identity of this package.
582 PACKAGE_TARNAME
='wine'
583 PACKAGE_VERSION
='6.21'
584 PACKAGE_STRING
='Wine 6.21'
585 PACKAGE_BUGREPORT
='wine-devel@winehq.org'
586 PACKAGE_URL
='https://www.winehq.org'
588 ac_unique_file
="server/atom.c"
589 # Factoring default headers for most tests.
590 ac_includes_default
="\
592 #ifdef HAVE_SYS_TYPES_H
593 # include <sys/types.h>
595 #ifdef HAVE_SYS_STAT_H
596 # include <sys/stat.h>
602 # ifdef HAVE_STDLIB_H
607 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
612 #ifdef HAVE_STRINGS_H
613 # include <strings.h>
615 #ifdef HAVE_INTTYPES_H
616 # include <inttypes.h>
625 ac_subst_vars
='LTLIBOBJS
711 EXCESS_PRECISION_CFLAGS
732 SYSTEMCONFIGURATION_LIBS
735 APPLICATIONSERVICES_LIBS
750 WINEPRELOADER_LDFLAGS
839 program_transform_name
852 enable_option_checking
857 enable_maintainer_mode
923 enable_api_ms_win_appmodel_identity_l1_1_0
924 enable_api_ms_win_appmodel_runtime_l1_1_1
925 enable_api_ms_win_appmodel_runtime_l1_1_2
926 enable_api_ms_win_core_apiquery_l1_1_0
927 enable_api_ms_win_core_appcompat_l1_1_1
928 enable_api_ms_win_core_appinit_l1_1_0
929 enable_api_ms_win_core_atoms_l1_1_0
930 enable_api_ms_win_core_bem_l1_1_0
931 enable_api_ms_win_core_com_l1_1_0
932 enable_api_ms_win_core_com_l1_1_1
933 enable_api_ms_win_core_com_private_l1_1_0
934 enable_api_ms_win_core_comm_l1_1_0
935 enable_api_ms_win_core_console_l1_1_0
936 enable_api_ms_win_core_console_l1_2_0
937 enable_api_ms_win_core_console_l2_1_0
938 enable_api_ms_win_core_console_l3_2_0
939 enable_api_ms_win_core_crt_l1_1_0
940 enable_api_ms_win_core_crt_l2_1_0
941 enable_api_ms_win_core_datetime_l1_1_0
942 enable_api_ms_win_core_datetime_l1_1_1
943 enable_api_ms_win_core_debug_l1_1_0
944 enable_api_ms_win_core_debug_l1_1_1
945 enable_api_ms_win_core_delayload_l1_1_0
946 enable_api_ms_win_core_delayload_l1_1_1
947 enable_api_ms_win_core_errorhandling_l1_1_0
948 enable_api_ms_win_core_errorhandling_l1_1_1
949 enable_api_ms_win_core_errorhandling_l1_1_2
950 enable_api_ms_win_core_errorhandling_l1_1_3
951 enable_api_ms_win_core_featurestaging_l1_1_0
952 enable_api_ms_win_core_fibers_l1_1_0
953 enable_api_ms_win_core_fibers_l1_1_1
954 enable_api_ms_win_core_file_ansi_l2_1_0
955 enable_api_ms_win_core_file_fromapp_l1_1_0
956 enable_api_ms_win_core_file_l1_1_0
957 enable_api_ms_win_core_file_l1_2_0
958 enable_api_ms_win_core_file_l1_2_1
959 enable_api_ms_win_core_file_l1_2_2
960 enable_api_ms_win_core_file_l2_1_0
961 enable_api_ms_win_core_file_l2_1_1
962 enable_api_ms_win_core_file_l2_1_2
963 enable_api_ms_win_core_handle_l1_1_0
964 enable_api_ms_win_core_heap_l1_1_0
965 enable_api_ms_win_core_heap_l1_2_0
966 enable_api_ms_win_core_heap_l2_1_0
967 enable_api_ms_win_core_heap_obsolete_l1_1_0
968 enable_api_ms_win_core_interlocked_l1_1_0
969 enable_api_ms_win_core_interlocked_l1_2_0
970 enable_api_ms_win_core_io_l1_1_0
971 enable_api_ms_win_core_io_l1_1_1
972 enable_api_ms_win_core_job_l1_1_0
973 enable_api_ms_win_core_job_l2_1_0
974 enable_api_ms_win_core_kernel32_legacy_l1_1_0
975 enable_api_ms_win_core_kernel32_legacy_l1_1_1
976 enable_api_ms_win_core_kernel32_legacy_l1_1_2
977 enable_api_ms_win_core_kernel32_legacy_l1_1_5
978 enable_api_ms_win_core_kernel32_private_l1_1_1
979 enable_api_ms_win_core_largeinteger_l1_1_0
980 enable_api_ms_win_core_libraryloader_l1_1_0
981 enable_api_ms_win_core_libraryloader_l1_1_1
982 enable_api_ms_win_core_libraryloader_l1_2_0
983 enable_api_ms_win_core_libraryloader_l1_2_1
984 enable_api_ms_win_core_libraryloader_l1_2_2
985 enable_api_ms_win_core_libraryloader_l2_1_0
986 enable_api_ms_win_core_localization_l1_1_0
987 enable_api_ms_win_core_localization_l1_2_0
988 enable_api_ms_win_core_localization_l1_2_1
989 enable_api_ms_win_core_localization_l1_2_2
990 enable_api_ms_win_core_localization_l2_1_0
991 enable_api_ms_win_core_localization_obsolete_l1_1_0
992 enable_api_ms_win_core_localization_obsolete_l1_2_0
993 enable_api_ms_win_core_localization_obsolete_l1_3_0
994 enable_api_ms_win_core_localization_private_l1_1_0
995 enable_api_ms_win_core_localregistry_l1_1_0
996 enable_api_ms_win_core_memory_l1_1_0
997 enable_api_ms_win_core_memory_l1_1_1
998 enable_api_ms_win_core_memory_l1_1_2
999 enable_api_ms_win_core_memory_l1_1_3
1000 enable_api_ms_win_core_memory_l1_1_4
1001 enable_api_ms_win_core_misc_l1_1_0
1002 enable_api_ms_win_core_namedpipe_ansi_l1_1_0
1003 enable_api_ms_win_core_namedpipe_l1_1_0
1004 enable_api_ms_win_core_namedpipe_l1_2_0
1005 enable_api_ms_win_core_namespace_l1_1_0
1006 enable_api_ms_win_core_normalization_l1_1_0
1007 enable_api_ms_win_core_path_l1_1_0
1008 enable_api_ms_win_core_privateprofile_l1_1_1
1009 enable_api_ms_win_core_processenvironment_l1_1_0
1010 enable_api_ms_win_core_processenvironment_l1_2_0
1011 enable_api_ms_win_core_processthreads_l1_1_0
1012 enable_api_ms_win_core_processthreads_l1_1_1
1013 enable_api_ms_win_core_processthreads_l1_1_2
1014 enable_api_ms_win_core_processthreads_l1_1_3
1015 enable_api_ms_win_core_processtopology_l1_1_0
1016 enable_api_ms_win_core_processtopology_obsolete_l1_1_0
1017 enable_api_ms_win_core_profile_l1_1_0
1018 enable_api_ms_win_core_psapi_ansi_l1_1_0
1019 enable_api_ms_win_core_psapi_l1_1_0
1020 enable_api_ms_win_core_psapi_obsolete_l1_1_0
1021 enable_api_ms_win_core_psm_appnotify_l1_1_0
1022 enable_api_ms_win_core_quirks_l1_1_0
1023 enable_api_ms_win_core_realtime_l1_1_0
1024 enable_api_ms_win_core_realtime_l1_1_1
1025 enable_api_ms_win_core_registry_l1_1_0
1026 enable_api_ms_win_core_registry_l2_1_0
1027 enable_api_ms_win_core_registry_l2_2_0
1028 enable_api_ms_win_core_registryuserspecific_l1_1_0
1029 enable_api_ms_win_core_rtlsupport_l1_1_0
1030 enable_api_ms_win_core_rtlsupport_l1_2_0
1031 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
1032 enable_api_ms_win_core_shlwapi_obsolete_l1_1_0
1033 enable_api_ms_win_core_shlwapi_obsolete_l1_2_0
1034 enable_api_ms_win_core_shutdown_l1_1_0
1035 enable_api_ms_win_core_sidebyside_l1_1_0
1036 enable_api_ms_win_core_string_l1_1_0
1037 enable_api_ms_win_core_string_l2_1_0
1038 enable_api_ms_win_core_string_obsolete_l1_1_0
1039 enable_api_ms_win_core_stringansi_l1_1_0
1040 enable_api_ms_win_core_stringloader_l1_1_1
1041 enable_api_ms_win_core_synch_ansi_l1_1_0
1042 enable_api_ms_win_core_synch_l1_1_0
1043 enable_api_ms_win_core_synch_l1_2_0
1044 enable_api_ms_win_core_synch_l1_2_1
1045 enable_api_ms_win_core_sysinfo_l1_1_0
1046 enable_api_ms_win_core_sysinfo_l1_2_0
1047 enable_api_ms_win_core_sysinfo_l1_2_1
1048 enable_api_ms_win_core_systemtopology_l1_1_0
1049 enable_api_ms_win_core_threadpool_l1_1_0
1050 enable_api_ms_win_core_threadpool_l1_2_0
1051 enable_api_ms_win_core_threadpool_legacy_l1_1_0
1052 enable_api_ms_win_core_threadpool_private_l1_1_0
1053 enable_api_ms_win_core_timezone_l1_1_0
1054 enable_api_ms_win_core_toolhelp_l1_1_0
1055 enable_api_ms_win_core_url_l1_1_0
1056 enable_api_ms_win_core_util_l1_1_0
1057 enable_api_ms_win_core_version_l1_1_0
1058 enable_api_ms_win_core_version_l1_1_1
1059 enable_api_ms_win_core_version_private_l1_1_0
1060 enable_api_ms_win_core_versionansi_l1_1_0
1061 enable_api_ms_win_core_windowserrorreporting_l1_1_0
1062 enable_api_ms_win_core_winrt_error_l1_1_0
1063 enable_api_ms_win_core_winrt_error_l1_1_1
1064 enable_api_ms_win_core_winrt_errorprivate_l1_1_1
1065 enable_api_ms_win_core_winrt_l1_1_0
1066 enable_api_ms_win_core_winrt_registration_l1_1_0
1067 enable_api_ms_win_core_winrt_roparameterizediid_l1_1_0
1068 enable_api_ms_win_core_winrt_string_l1_1_0
1069 enable_api_ms_win_core_winrt_string_l1_1_1
1070 enable_api_ms_win_core_wow64_l1_1_0
1071 enable_api_ms_win_core_wow64_l1_1_1
1072 enable_api_ms_win_core_xstate_l1_1_0
1073 enable_api_ms_win_core_xstate_l2_1_0
1074 enable_api_ms_win_crt_conio_l1_1_0
1075 enable_api_ms_win_crt_convert_l1_1_0
1076 enable_api_ms_win_crt_environment_l1_1_0
1077 enable_api_ms_win_crt_filesystem_l1_1_0
1078 enable_api_ms_win_crt_heap_l1_1_0
1079 enable_api_ms_win_crt_locale_l1_1_0
1080 enable_api_ms_win_crt_math_l1_1_0
1081 enable_api_ms_win_crt_multibyte_l1_1_0
1082 enable_api_ms_win_crt_private_l1_1_0
1083 enable_api_ms_win_crt_process_l1_1_0
1084 enable_api_ms_win_crt_runtime_l1_1_0
1085 enable_api_ms_win_crt_stdio_l1_1_0
1086 enable_api_ms_win_crt_string_l1_1_0
1087 enable_api_ms_win_crt_time_l1_1_0
1088 enable_api_ms_win_crt_utility_l1_1_0
1089 enable_api_ms_win_devices_config_l1_1_0
1090 enable_api_ms_win_devices_config_l1_1_1
1091 enable_api_ms_win_devices_query_l1_1_1
1092 enable_api_ms_win_downlevel_advapi32_l1_1_0
1093 enable_api_ms_win_downlevel_advapi32_l2_1_0
1094 enable_api_ms_win_downlevel_kernel32_l2_1_0
1095 enable_api_ms_win_downlevel_normaliz_l1_1_0
1096 enable_api_ms_win_downlevel_ole32_l1_1_0
1097 enable_api_ms_win_downlevel_shell32_l1_1_0
1098 enable_api_ms_win_downlevel_shlwapi_l1_1_0
1099 enable_api_ms_win_downlevel_shlwapi_l2_1_0
1100 enable_api_ms_win_downlevel_user32_l1_1_0
1101 enable_api_ms_win_downlevel_version_l1_1_0
1102 enable_api_ms_win_dx_d3dkmt_l1_1_0
1103 enable_api_ms_win_eventing_classicprovider_l1_1_0
1104 enable_api_ms_win_eventing_consumer_l1_1_0
1105 enable_api_ms_win_eventing_controller_l1_1_0
1106 enable_api_ms_win_eventing_legacy_l1_1_0
1107 enable_api_ms_win_eventing_provider_l1_1_0
1108 enable_api_ms_win_eventlog_legacy_l1_1_0
1109 enable_api_ms_win_gaming_tcui_l1_1_0
1110 enable_api_ms_win_gdi_dpiinfo_l1_1_0
1111 enable_api_ms_win_mm_joystick_l1_1_0
1112 enable_api_ms_win_mm_misc_l1_1_1
1113 enable_api_ms_win_mm_mme_l1_1_0
1114 enable_api_ms_win_mm_time_l1_1_0
1115 enable_api_ms_win_ntuser_dc_access_l1_1_0
1116 enable_api_ms_win_ntuser_rectangle_l1_1_0
1117 enable_api_ms_win_ntuser_sysparams_l1_1_0
1118 enable_api_ms_win_perf_legacy_l1_1_0
1119 enable_api_ms_win_power_base_l1_1_0
1120 enable_api_ms_win_power_setting_l1_1_0
1121 enable_api_ms_win_rtcore_ntuser_draw_l1_1_0
1122 enable_api_ms_win_rtcore_ntuser_private_l1_1_0
1123 enable_api_ms_win_rtcore_ntuser_private_l1_1_4
1124 enable_api_ms_win_rtcore_ntuser_window_l1_1_0
1125 enable_api_ms_win_rtcore_ntuser_winevent_l1_1_0
1126 enable_api_ms_win_rtcore_ntuser_wmpointer_l1_1_0
1127 enable_api_ms_win_rtcore_ntuser_wmpointer_l1_1_3
1128 enable_api_ms_win_security_activedirectoryclient_l1_1_0
1129 enable_api_ms_win_security_audit_l1_1_1
1130 enable_api_ms_win_security_base_l1_1_0
1131 enable_api_ms_win_security_base_l1_2_0
1132 enable_api_ms_win_security_base_private_l1_1_1
1133 enable_api_ms_win_security_credentials_l1_1_0
1134 enable_api_ms_win_security_cryptoapi_l1_1_0
1135 enable_api_ms_win_security_grouppolicy_l1_1_0
1136 enable_api_ms_win_security_lsalookup_l1_1_0
1137 enable_api_ms_win_security_lsalookup_l1_1_1
1138 enable_api_ms_win_security_lsalookup_l2_1_0
1139 enable_api_ms_win_security_lsalookup_l2_1_1
1140 enable_api_ms_win_security_lsapolicy_l1_1_0
1141 enable_api_ms_win_security_provider_l1_1_0
1142 enable_api_ms_win_security_sddl_l1_1_0
1143 enable_api_ms_win_security_systemfunctions_l1_1_0
1144 enable_api_ms_win_service_core_l1_1_0
1145 enable_api_ms_win_service_core_l1_1_1
1146 enable_api_ms_win_service_management_l1_1_0
1147 enable_api_ms_win_service_management_l2_1_0
1148 enable_api_ms_win_service_private_l1_1_1
1149 enable_api_ms_win_service_winsvc_l1_1_0
1150 enable_api_ms_win_service_winsvc_l1_2_0
1151 enable_api_ms_win_shcore_obsolete_l1_1_0
1152 enable_api_ms_win_shcore_scaling_l1_1_0
1153 enable_api_ms_win_shcore_scaling_l1_1_1
1154 enable_api_ms_win_shcore_stream_l1_1_0
1155 enable_api_ms_win_shcore_stream_winrt_l1_1_0
1156 enable_api_ms_win_shcore_thread_l1_1_0
1157 enable_api_ms_win_shell_shellcom_l1_1_0
1158 enable_api_ms_win_shell_shellfolders_l1_1_0
1173 enable_bluetoothapis
1211 enable_d3dcompiler_33
1212 enable_d3dcompiler_34
1213 enable_d3dcompiler_35
1214 enable_d3dcompiler_36
1215 enable_d3dcompiler_37
1216 enable_d3dcompiler_38
1217 enable_d3dcompiler_39
1218 enable_d3dcompiler_40
1219 enable_d3dcompiler_41
1220 enable_d3dcompiler_42
1221 enable_d3dcompiler_43
1222 enable_d3dcompiler_46
1223 enable_d3dcompiler_47
1275 enable_directmanipulation
1312 enable_explorerframe
1313 enable_ext_ms_win_authz_context_l1_1_0
1314 enable_ext_ms_win_domainjoin_netjoin_l1_1_0
1315 enable_ext_ms_win_dwmapi_ext_l1_1_0
1316 enable_ext_ms_win_gdi_dc_create_l1_1_0
1317 enable_ext_ms_win_gdi_dc_create_l1_1_1
1318 enable_ext_ms_win_gdi_dc_l1_2_0
1319 enable_ext_ms_win_gdi_devcaps_l1_1_0
1320 enable_ext_ms_win_gdi_draw_l1_1_0
1321 enable_ext_ms_win_gdi_draw_l1_1_1
1322 enable_ext_ms_win_gdi_font_l1_1_0
1323 enable_ext_ms_win_gdi_font_l1_1_1
1324 enable_ext_ms_win_gdi_render_l1_1_0
1325 enable_ext_ms_win_kernel32_package_current_l1_1_0
1326 enable_ext_ms_win_kernel32_package_l1_1_1
1327 enable_ext_ms_win_ntuser_dialogbox_l1_1_0
1328 enable_ext_ms_win_ntuser_draw_l1_1_0
1329 enable_ext_ms_win_ntuser_gui_l1_1_0
1330 enable_ext_ms_win_ntuser_gui_l1_3_0
1331 enable_ext_ms_win_ntuser_keyboard_l1_3_0
1332 enable_ext_ms_win_ntuser_message_l1_1_0
1333 enable_ext_ms_win_ntuser_message_l1_1_1
1334 enable_ext_ms_win_ntuser_misc_l1_1_0
1335 enable_ext_ms_win_ntuser_misc_l1_2_0
1336 enable_ext_ms_win_ntuser_misc_l1_5_1
1337 enable_ext_ms_win_ntuser_mouse_l1_1_0
1338 enable_ext_ms_win_ntuser_private_l1_1_1
1339 enable_ext_ms_win_ntuser_private_l1_3_1
1340 enable_ext_ms_win_ntuser_rectangle_ext_l1_1_0
1341 enable_ext_ms_win_ntuser_uicontext_ext_l1_1_0
1342 enable_ext_ms_win_ntuser_window_l1_1_0
1343 enable_ext_ms_win_ntuser_window_l1_1_1
1344 enable_ext_ms_win_ntuser_window_l1_1_4
1345 enable_ext_ms_win_ntuser_windowclass_l1_1_0
1346 enable_ext_ms_win_ntuser_windowclass_l1_1_1
1347 enable_ext_ms_win_oleacc_l1_1_0
1348 enable_ext_ms_win_ras_rasapi32_l1_1_0
1349 enable_ext_ms_win_rtcore_gdi_devcaps_l1_1_0
1350 enable_ext_ms_win_rtcore_gdi_object_l1_1_0
1351 enable_ext_ms_win_rtcore_gdi_rgn_l1_1_0
1352 enable_ext_ms_win_rtcore_ntuser_cursor_l1_1_0
1353 enable_ext_ms_win_rtcore_ntuser_dc_access_l1_1_0
1354 enable_ext_ms_win_rtcore_ntuser_dpi_l1_1_0
1355 enable_ext_ms_win_rtcore_ntuser_dpi_l1_2_0
1356 enable_ext_ms_win_rtcore_ntuser_rawinput_l1_1_0
1357 enable_ext_ms_win_rtcore_ntuser_syscolors_l1_1_0
1358 enable_ext_ms_win_rtcore_ntuser_sysparams_l1_1_0
1359 enable_ext_ms_win_security_credui_l1_1_0
1360 enable_ext_ms_win_security_cryptui_l1_1_0
1361 enable_ext_ms_win_shell_comctl32_init_l1_1_0
1362 enable_ext_ms_win_shell_comdlg32_l1_1_0
1363 enable_ext_ms_win_shell_shell32_l1_2_0
1364 enable_ext_ms_win_uxtheme_themes_l1_1_0
1419 enable_light_msstyles
1434 enable_mfmediaengine
1559 enable_photometadatahandler
1641 enable_uiautomationcore
1661 enable_vcruntime140_1
1679 enable_windows_devices_enumeration
1680 enable_windows_gaming_input
1681 enable_windows_globalization
1682 enable_windows_media_devices
1683 enable_windows_media_speech
1684 enable_windowscodecs
1685 enable_windowscodecsext
1687 enable_wineandroid_drv
1689 enable_winecoreaudio_drv
1692 enable_winegstreamer
1694 enable_winejoystick_drv
1699 enable_winepulse_drv
1700 enable_wineqtdecoder
1704 enable_winexinput_sys
1747 enable_xactengine2_0
1748 enable_xactengine2_4
1749 enable_xactengine2_7
1750 enable_xactengine2_9
1751 enable_xactengine3_0
1752 enable_xactengine3_1
1753 enable_xactengine3_2
1754 enable_xactengine3_3
1755 enable_xactengine3_4
1756 enable_xactengine3_5
1757 enable_xactengine3_6
1758 enable_xactengine3_7
1803 enable_wmcodecdspuuid
1811 enable_aspnet_regiis
1855 enable_presentationfontcache
1870 enable_servicemodelreg
1895 enable_winemenubuilder
1897 enable_winemsibuilder
1922 ac_precious_vars
='build_alias
2008 # Initialize some variables set by options.
2010 ac_init_version
=false
2011 ac_unrecognized_opts
=
2012 ac_unrecognized_sep
=
2013 # The variables have the same names as the options, with
2014 # dashes changed to underlines.
2015 cache_file
=/dev
/null
2022 program_transform_name
=s
,x
,x
,
2030 # Installation directory options.
2031 # These are left unexpanded so users can "make install exec_prefix=/foo"
2032 # and all the variables that are supposed to be based on exec_prefix
2033 # by default will actually change.
2034 # Use braces instead of parens because sh, perl, etc. also accept them.
2035 # (The list follows the same order as the GNU Coding Standards.)
2036 bindir
='${exec_prefix}/bin'
2037 sbindir
='${exec_prefix}/sbin'
2038 libexecdir
='${exec_prefix}/libexec'
2039 datarootdir
='${prefix}/share'
2040 datadir
='${datarootdir}'
2041 sysconfdir
='${prefix}/etc'
2042 sharedstatedir
='${prefix}/com'
2043 localstatedir
='${prefix}/var'
2044 runstatedir
='${localstatedir}/run'
2045 includedir
='${prefix}/include'
2046 oldincludedir
='/usr/include'
2047 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
2048 infodir
='${datarootdir}/info'
2053 libdir
='${exec_prefix}/lib'
2054 localedir
='${datarootdir}/locale'
2055 mandir
='${datarootdir}/man'
2061 # If the previous option needs an argument, assign it.
2062 if test -n "$ac_prev"; then
2063 eval $ac_prev=\
$ac_option
2069 *=?
*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
2074 # Accept the important Cygnus configure options, so we can diagnose typos.
2076 case $ac_dashdash$ac_option in
2080 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
2082 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
2083 bindir
=$ac_optarg ;;
2085 -build |
--build |
--buil |
--bui |
--bu)
2086 ac_prev
=build_alias
;;
2087 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
2088 build_alias
=$ac_optarg ;;
2090 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
2091 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
2092 ac_prev
=cache_file
;;
2093 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
2094 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
2095 cache_file
=$ac_optarg ;;
2097 --config-cache |
-C)
2098 cache_file
=config.cache
;;
2100 -datadir |
--datadir |
--datadi |
--datad)
2102 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
2103 datadir
=$ac_optarg ;;
2105 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
2106 |
--dataroo |
--dataro |
--datar)
2107 ac_prev
=datarootdir
;;
2108 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
2109 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
2110 datarootdir
=$ac_optarg ;;
2112 -disable-* |
--disable-*)
2113 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
2114 # Reject names that are not valid shell variable names.
2115 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
2116 as_fn_error $?
"invalid feature name: $ac_useropt"
2117 ac_useropt_orig
=$ac_useropt
2118 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
2119 case $ac_user_opts in
2121 "enable_
$ac_useropt"
2123 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
2124 ac_unrecognized_sep
=', ';;
2126 eval enable_
$ac_useropt=no
;;
2128 -docdir |
--docdir |
--docdi |
--doc |
--do)
2130 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
2131 docdir
=$ac_optarg ;;
2133 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
2135 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
2136 dvidir
=$ac_optarg ;;
2138 -enable-* |
--enable-*)
2139 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
2140 # Reject names that are not valid shell variable names.
2141 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
2142 as_fn_error $?
"invalid feature name: $ac_useropt"
2143 ac_useropt_orig
=$ac_useropt
2144 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
2145 case $ac_user_opts in
2147 "enable_
$ac_useropt"
2149 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
2150 ac_unrecognized_sep
=', ';;
2152 eval enable_
$ac_useropt=\
$ac_optarg ;;
2154 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
2155 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
2156 |
--exec |
--exe |
--ex)
2157 ac_prev
=exec_prefix
;;
2158 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
2159 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
2160 |
--exec=* |
--exe=* |
--ex=*)
2161 exec_prefix
=$ac_optarg ;;
2163 -gas |
--gas |
--ga |
--g)
2164 # Obsolete; use --with-gas.
2167 -help |
--help |
--hel |
--he |
-h)
2168 ac_init_help
=long
;;
2169 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
2170 ac_init_help
=recursive
;;
2171 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
2172 ac_init_help
=short
;;
2174 -host |
--host |
--hos |
--ho)
2175 ac_prev
=host_alias
;;
2176 -host=* |
--host=* |
--hos=* |
--ho=*)
2177 host_alias
=$ac_optarg ;;
2179 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
2181 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
2183 htmldir
=$ac_optarg ;;
2185 -includedir |
--includedir |
--includedi |
--included |
--include \
2186 |
--includ |
--inclu |
--incl |
--inc)
2187 ac_prev
=includedir
;;
2188 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
2189 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
2190 includedir
=$ac_optarg ;;
2192 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
2194 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
2195 infodir
=$ac_optarg ;;
2197 -libdir |
--libdir |
--libdi |
--libd)
2199 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
2200 libdir
=$ac_optarg ;;
2202 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
2203 |
--libexe |
--libex |
--libe)
2204 ac_prev
=libexecdir
;;
2205 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
2206 |
--libexe=* |
--libex=* |
--libe=*)
2207 libexecdir
=$ac_optarg ;;
2209 -localedir |
--localedir |
--localedi |
--localed |
--locale)
2210 ac_prev
=localedir
;;
2211 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
2212 localedir
=$ac_optarg ;;
2214 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
2215 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
2216 ac_prev
=localstatedir
;;
2217 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
2218 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
2219 localstatedir
=$ac_optarg ;;
2221 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
2223 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
2224 mandir
=$ac_optarg ;;
2226 -nfp |
--nfp |
--nf)
2227 # Obsolete; use --without-fp.
2230 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
2231 |
--no-cr |
--no-c |
-n)
2234 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
2235 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
2238 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
2239 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
2240 |
--oldin |
--oldi |
--old |
--ol |
--o)
2241 ac_prev
=oldincludedir
;;
2242 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
2243 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
2244 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
2245 oldincludedir
=$ac_optarg ;;
2247 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
2249 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
2250 prefix
=$ac_optarg ;;
2252 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
2253 |
--program-pre |
--program-pr |
--program-p)
2254 ac_prev
=program_prefix
;;
2255 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
2256 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
2257 program_prefix
=$ac_optarg ;;
2259 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
2260 |
--program-suf |
--program-su |
--program-s)
2261 ac_prev
=program_suffix
;;
2262 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
2263 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
2264 program_suffix
=$ac_optarg ;;
2266 -program-transform-name |
--program-transform-name \
2267 |
--program-transform-nam |
--program-transform-na \
2268 |
--program-transform-n |
--program-transform- \
2269 |
--program-transform |
--program-transfor \
2270 |
--program-transfo |
--program-transf \
2271 |
--program-trans |
--program-tran \
2272 |
--progr-tra |
--program-tr |
--program-t)
2273 ac_prev
=program_transform_name
;;
2274 -program-transform-name=* |
--program-transform-name=* \
2275 |
--program-transform-nam=* |
--program-transform-na=* \
2276 |
--program-transform-n=* |
--program-transform-=* \
2277 |
--program-transform=* |
--program-transfor=* \
2278 |
--program-transfo=* |
--program-transf=* \
2279 |
--program-trans=* |
--program-tran=* \
2280 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
2281 program_transform_name
=$ac_optarg ;;
2283 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
2285 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
2286 pdfdir
=$ac_optarg ;;
2288 -psdir |
--psdir |
--psdi |
--psd |
--ps)
2290 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
2293 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
2294 |
-silent |
--silent |
--silen |
--sile |
--sil)
2297 -runstatedir |
--runstatedir |
--runstatedi |
--runstated \
2298 |
--runstate |
--runstat |
--runsta |
--runst |
--runs \
2299 |
--run |
--ru |
--r)
2300 ac_prev
=runstatedir
;;
2301 -runstatedir=* |
--runstatedir=* |
--runstatedi=* |
--runstated=* \
2302 |
--runstate=* |
--runstat=* |
--runsta=* |
--runst=* |
--runs=* \
2303 |
--run=* |
--ru=* |
--r=*)
2304 runstatedir
=$ac_optarg ;;
2306 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
2308 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
2310 sbindir
=$ac_optarg ;;
2312 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
2313 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
2314 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
2316 ac_prev
=sharedstatedir
;;
2317 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
2318 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
2319 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
2321 sharedstatedir
=$ac_optarg ;;
2323 -site |
--site |
--sit)
2325 -site=* |
--site=* |
--sit=*)
2328 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
2330 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
2331 srcdir
=$ac_optarg ;;
2333 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
2334 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
2335 ac_prev
=sysconfdir
;;
2336 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
2337 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
2338 sysconfdir
=$ac_optarg ;;
2340 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
2341 ac_prev
=target_alias
;;
2342 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
2343 target_alias
=$ac_optarg ;;
2345 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
2348 -version |
--version |
--versio |
--versi |
--vers |
-V)
2349 ac_init_version
=: ;;
2352 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
2353 # Reject names that are not valid shell variable names.
2354 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
2355 as_fn_error $?
"invalid package name: $ac_useropt"
2356 ac_useropt_orig
=$ac_useropt
2357 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
2358 case $ac_user_opts in
2362 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
2363 ac_unrecognized_sep
=', ';;
2365 eval with_
$ac_useropt=\
$ac_optarg ;;
2367 -without-* |
--without-*)
2368 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
2369 # Reject names that are not valid shell variable names.
2370 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
2371 as_fn_error $?
"invalid package name: $ac_useropt"
2372 ac_useropt_orig
=$ac_useropt
2373 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
2374 case $ac_user_opts in
2378 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
2379 ac_unrecognized_sep
=', ';;
2381 eval with_
$ac_useropt=no
;;
2384 # Obsolete; use --with-x.
2387 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
2388 |
--x-incl |
--x-inc |
--x-in |
--x-i)
2389 ac_prev
=x_includes
;;
2390 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
2391 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
2392 x_includes
=$ac_optarg ;;
2394 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
2395 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
2396 ac_prev
=x_libraries
;;
2397 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
2398 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
2399 x_libraries
=$ac_optarg ;;
2401 -*) as_fn_error $?
"unrecognized option: \`$ac_option'
2402 Try \`$0 --help' for more information"
2406 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
2407 # Reject names that are not valid shell variable names.
2408 case $ac_envvar in #(
2409 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
2410 as_fn_error $?
"invalid variable name: \`$ac_envvar'" ;;
2412 eval $ac_envvar=\
$ac_optarg
2413 export $ac_envvar ;;
2416 # FIXME: should be removed in autoconf 3.0.
2417 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
2418 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
2419 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
2420 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
2426 if test -n "$ac_prev"; then
2427 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
2428 as_fn_error $?
"missing argument to $ac_option"
2431 if test -n "$ac_unrecognized_opts"; then
2432 case $enable_option_checking in
2434 fatal
) as_fn_error $?
"unrecognized options: $ac_unrecognized_opts" ;;
2435 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
2439 # Check all directory arguments for consistency.
2440 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
2441 datadir sysconfdir sharedstatedir localstatedir includedir \
2442 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
2443 libdir localedir mandir runstatedir
2445 eval ac_val
=\$
$ac_var
2446 # Remove trailing slashes.
2449 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
2450 eval $ac_var=\
$ac_val;;
2452 # Be sure to have absolute directory names.
2454 [\\/$
]* | ?
:[\\/]* ) continue;;
2455 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
2457 as_fn_error $?
"expected an absolute directory name for --$ac_var: $ac_val"
2460 # There might be people who depend on the old broken behavior: `$host'
2461 # used to hold the argument of --host etc.
2462 # FIXME: To remove some day.
2465 target
=$target_alias
2467 # FIXME: To remove some day.
2468 if test "x$host_alias" != x
; then
2469 if test "x$build_alias" = x
; then
2470 cross_compiling
=maybe
2471 elif test "x$build_alias" != "x$host_alias"; then
2477 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
2479 test "$silent" = yes && exec 6>/dev
/null
2482 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
2483 ac_ls_di
=`ls -di .` &&
2484 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
2485 as_fn_error $?
"working directory cannot be determined"
2486 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
2487 as_fn_error $?
"pwd does not report name of working directory"
2490 # Find the source files, if location was not specified.
2491 if test -z "$srcdir"; then
2492 ac_srcdir_defaulted
=yes
2493 # Try the directory containing this script, then the parent directory.
2494 ac_confdir
=`$as_dirname -- "$as_myself" ||
2495 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2496 X"$as_myself" : 'X\(//\)[^/]' \| \
2497 X"$as_myself" : 'X\(//\)$' \| \
2498 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
2499 $as_echo X"$as_myself" |
2500 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2518 if test ! -r "$srcdir/$ac_unique_file"; then
2522 ac_srcdir_defaulted
=no
2524 if test ! -r "$srcdir/$ac_unique_file"; then
2525 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
2526 as_fn_error $?
"cannot find sources ($ac_unique_file) in $srcdir"
2528 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
2530 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
2532 # When building in place, set srcdir=.
2533 if test "$ac_abs_confdir" = "$ac_pwd"; then
2536 # Remove unnecessary trailing slashes from srcdir.
2537 # Double slashes in file names in object file debugging info
2538 # mess up M-x gdb in Emacs.
2540 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
2542 for ac_var
in $ac_precious_vars; do
2543 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
2544 eval ac_env_
${ac_var}_value
=\$
${ac_var}
2545 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
2546 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
2550 # Report the --help message.
2552 if test "$ac_init_help" = "long"; then
2553 # Omit some internal or obsolete options to make the list less imposing.
2554 # This message is too long to be a string in the A/UX 3.1 sh.
2556 \`configure' configures Wine 6.21 to adapt to many kinds of systems.
2558 Usage: $0 [OPTION]... [VAR=VALUE]...
2560 To assign environment variables (e.g., CC, CFLAGS...), specify them as
2561 VAR=VALUE. See below for descriptions of some of the useful variables.
2563 Defaults for the options are specified in brackets.
2566 -h, --help display this help and exit
2567 --help=short display options specific to this package
2568 --help=recursive display the short help of all the included packages
2569 -V, --version display version information and exit
2570 -q, --quiet, --silent do not print \`checking ...' messages
2571 --cache-file=FILE cache test results in FILE [disabled]
2572 -C, --config-cache alias for \`--cache-file=config.cache'
2573 -n, --no-create do not create output files
2574 --srcdir=DIR find the sources in DIR [configure dir or \`..']
2576 Installation directories:
2577 --prefix=PREFIX install architecture-independent files in PREFIX
2578 [$ac_default_prefix]
2579 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
2582 By default, \`make install' will install all the files in
2583 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
2584 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
2585 for instance \`--prefix=\$HOME'.
2587 For better control, use the options below.
2589 Fine tuning of the installation directories:
2590 --bindir=DIR user executables [EPREFIX/bin]
2591 --sbindir=DIR system admin executables [EPREFIX/sbin]
2592 --libexecdir=DIR program executables [EPREFIX/libexec]
2593 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
2594 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
2595 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
2596 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
2597 --libdir=DIR object code libraries [EPREFIX/lib]
2598 --includedir=DIR C header files [PREFIX/include]
2599 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2600 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
2601 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
2602 --infodir=DIR info documentation [DATAROOTDIR/info]
2603 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
2604 --mandir=DIR man documentation [DATAROOTDIR/man]
2605 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
2606 --htmldir=DIR html documentation [DOCDIR]
2607 --dvidir=DIR dvi documentation [DOCDIR]
2608 --pdfdir=DIR pdf documentation [DOCDIR]
2609 --psdir=DIR ps documentation [DOCDIR]
2615 --x-includes=DIR X include files are
in DIR
2616 --x-libraries=DIR X library files are
in DIR
2619 --build=BUILD configure
for building on BUILD
[guessed
]
2620 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
2624 if test -n "$ac_init_help"; then
2625 case $ac_init_help in
2626 short | recursive
) echo "Configuration of Wine 6.21:";;
2631 --disable-option-checking ignore unrecognized
--enable/--with options
2632 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
2633 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
2634 --disable-win16 do not include Win16 support
2635 --enable-win64 build a Win64 emulator on AMD64
(won
't run Win32
2637 --disable-tests do not build the regression tests
2638 --enable-build-id include .buildid section in output objects
2639 --enable-maintainer-mode
2640 enable maintainer-specific build rules
2641 --enable-silent-rules use silent build rules (override: "make V=1")
2642 --enable-werror treat compilation warnings as errors
2643 --disable-largefile omit support for large files
2646 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
2647 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
2648 --without-alsa do not use the Alsa sound support
2649 --without-capi do not use CAPI (ISDN support)
2650 --without-coreaudio do not use the CoreAudio sound support
2651 --without-cups do not use CUPS
2652 --without-dbus do not use DBus (dynamic device support)
2653 --with-float-abi=abi specify the ABI (soft|softfp|hard) for ARM platforms
2654 --without-fontconfig do not use fontconfig
2655 --without-freetype do not use the FreeType library
2656 --without-gettext do not use gettext
2657 --with-gettextpo use the GetTextPO library to rebuild po files
2658 --without-gphoto do not use gphoto (Digital Camera support)
2659 --without-gnutls do not use GnuTLS (schannel support)
2660 --without-gssapi do not use GSSAPI (Kerberos SSP support)
2661 --without-gstreamer do not use GStreamer (codecs support)
2662 --without-hal do not use HAL (dynamic device support)
2663 --without-inotify do not use inotify (filesystem change notifications)
2664 --without-krb5 do not use krb5 (Kerberos)
2665 --without-ldap do not use LDAP
2666 --without-mingw do not use the MinGW cross-compiler
2667 --without-netapi do not use the Samba NetAPI library
2668 --without-openal do not use OpenAL
2669 --without-opencl do not use OpenCL
2670 --without-opengl do not use OpenGL
2671 --without-osmesa do not use the OSMesa library
2672 --without-oss do not use the OSS sound support
2673 --without-pcap do not use the Packet Capture library
2674 --without-pthread do not use the pthread library
2675 --without-pulse do not use PulseAudio sound support
2676 --without-quicktime do not use QuickTime support
2677 --without-sane do not use SANE (scanner support)
2678 --without-sdl do not use SDL
2679 --without-udev do not use udev (plug and play support)
2680 --without-unwind do not use the libunwind library (exception
2682 --without-usb do not use the libusb library
2683 --without-v4l2 do not use v4l2 (video capture)
2684 --without-vkd3d do not use vkd3d (Direct3D 12 support)
2685 --without-vulkan do not use Vulkan
2686 --without-xcomposite do not use the Xcomposite extension
2687 --without-xcursor do not use the Xcursor extension
2688 --without-xfixes do not use Xfixes for clipboard change notifications
2689 --without-xinerama do not use Xinerama (legacy multi-monitor support)
2690 --without-xinput do not use the Xinput extension
2691 --without-xinput2 do not use the Xinput 2 extension
2692 --without-xrandr do not use Xrandr (multi-monitor support)
2693 --without-xrender do not use the Xrender extension
2694 --without-xshape do not use the Xshape extension
2695 --without-xshm do not use XShm (shared memory extension)
2696 --without-xxf86vm do not use XFree video mode extension
2697 --with-wine-tools=DIR use Wine tools from directory DIR
2698 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
2699 --with-x use the X Window System
2701 Some influential environment variables:
2702 CC C compiler command
2703 CFLAGS C compiler flags
2704 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
2705 nonstandard directory <lib dir>
2706 LIBS libraries to pass to the linker, e.g. -l<library>
2707 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2708 you have headers in a nonstandard directory <include dir>
2709 CXX C++ compiler command
2710 CXXFLAGS C++ compiler flags
2712 OBJC Objective C compiler command
2713 OBJCFLAGS Objective C compiler flags
2714 OBJCPP Objective C preprocessor
2716 C compiler flags for the PE faudio, overriding the bundled
2719 Linker flags for the PE faudio, overriding the bundled version
2721 C compiler flags for the PE gsm, overriding the bundled version
2722 GSM_PE_LIBS Linker flags for the PE gsm, overriding the bundled version
2724 C compiler flags for the PE jpeg, overriding the bundled version
2726 Linker flags for the PE jpeg, overriding the bundled version
2728 C compiler flags for the PE jxr, overriding the bundled version
2729 JXR_PE_LIBS Linker flags for the PE jxr, overriding the bundled version
2731 C compiler flags for the PE lcms2, overriding the bundled
2734 Linker flags for the PE lcms2, overriding the bundled version
2736 C compiler flags for the PE mpg123, overriding the bundled
2739 Linker flags for the PE mpg123, overriding the bundled version
2741 C compiler flags for the PE png, overriding the bundled version
2742 PNG_PE_LIBS Linker flags for the PE png, overriding the bundled version
2744 C compiler flags for the PE tiff, overriding the bundled version
2746 Linker flags for the PE tiff, overriding the bundled version
2748 C compiler flags for the PE libxml2, overriding the bundled
2751 Linker flags for the PE libxml2, overriding the bundled version
2753 C compiler flags for the PE libxslt, overriding the bundled
2756 Linker flags for the PE libxslt, overriding the bundled version
2758 C compiler flags for the PE zlib, overriding the bundled version
2760 Linker flags for the PE zlib, overriding the bundled version
2761 XMKMF Path to xmkmf, Makefile generator for X Window System
2763 C compiler flags for libinotify, overriding pkg-config
2765 Linker flags for libinotify, overriding pkg-config
2766 DBUS_CFLAGS C compiler flags for dbus-1, overriding pkg-config
2767 DBUS_LIBS Linker flags for dbus-1, overriding pkg-config
2768 HAL_CFLAGS C compiler flags for hal, overriding pkg-config
2769 HAL_LIBS Linker flags for hal, overriding pkg-config
2771 C compiler flags for gnutls, overriding pkg-config
2772 GNUTLS_LIBS Linker flags for gnutls, overriding pkg-config
2773 SANE_CFLAGS C compiler flags for sane-backends, overriding pkg-config
2774 SANE_LIBS Linker flags for sane-backends, overriding pkg-config
2775 USB_CFLAGS C compiler flags for libusb-1.0, overriding pkg-config
2776 USB_LIBS Linker flags for libusb-1.0, overriding pkg-config
2778 C compiler flags for libgphoto2, overriding pkg-config
2780 Linker flags for libgphoto2, overriding pkg-config
2782 C compiler flags for libgphoto2_port, overriding pkg-config
2784 Linker flags for libgphoto2_port, overriding pkg-config
2786 C compiler flags for freetype2, overriding pkg-config
2788 Linker flags for freetype2, overriding pkg-config
2790 C compiler flags for libpulse, overriding pkg-config
2791 PULSE_LIBS Linker flags for libpulse, overriding pkg-config
2793 C compiler flags for gstreamer-1.0 gstreamer-video-1.0
2794 gstreamer-audio-1.0, overriding pkg-config
2796 Linker flags for gstreamer-1.0 gstreamer-video-1.0
2797 gstreamer-audio-1.0, overriding pkg-config
2798 UDEV_CFLAGS C compiler flags for libudev, overriding pkg-config
2799 UDEV_LIBS Linker flags for libudev, overriding pkg-config
2801 C compiler flags for libunwind, overriding pkg-config
2802 UNWIND_LIBS Linker flags for libunwind, overriding pkg-config
2803 SDL2_CFLAGS C compiler flags for sdl2, overriding pkg-config
2804 SDL2_LIBS Linker flags for sdl2, overriding pkg-config
2806 C compiler flags for capi20, overriding pkg-config
2807 CAPI20_LIBS Linker flags for capi20, overriding pkg-config
2808 CUPS_CFLAGS C compiler flags for cups, overriding pkg-config
2809 CUPS_LIBS Linker flags for cups, overriding pkg-config
2811 C compiler flags for fontconfig, overriding pkg-config
2813 Linker flags for fontconfig, overriding pkg-config
2814 KRB5_CFLAGS C compiler flags for krb5, overriding pkg-config
2815 KRB5_LIBS Linker flags for krb5, overriding pkg-config
2817 C compiler flags for krb5-gssapi, overriding pkg-config
2818 GSSAPI_LIBS Linker flags for krb5-gssapi, overriding pkg-config
2820 C compiler flags for netapi, overriding pkg-config
2821 NETAPI_LIBS Linker flags for netapi, overriding pkg-config
2823 C compiler flags for libvkd3d, overriding pkg-config
2824 VKD3D_LIBS Linker flags for libvkd3d, overriding pkg-config
2826 C compiler flags for libvkd3d-shader, overriding pkg-config
2828 Linker flags for libvkd3d-shader, overriding pkg-config
2829 LDAP_CFLAGS C compiler flags for openldap, overriding pkg-config
2830 LDAP_LIBS Linker flags for openldap, overriding pkg-config
2832 Use these variables to override the choices made by `configure' or to
help
2833 it to
find libraries and programs with nonstandard names
/locations.
2835 Report bugs to
<wine-devel@winehq.org
>.
2836 Wine home page
: <https
://www.winehq.org
>.
2841 if test "$ac_init_help" = "recursive"; then
2842 # If there are subdirs, report their specific --help.
2843 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
2844 test -d "$ac_dir" ||
2845 { cd "$srcdir" && ac_pwd
=`pwd` && srcdir
=.
&& test -d "$ac_dir"; } ||
2850 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2852 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2853 # A ".." for each directory in $ac_dir_suffix.
2854 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2855 case $ac_top_builddir_sub in
2856 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2857 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
2860 ac_abs_top_builddir
=$ac_pwd
2861 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
2862 # for backward compatibility:
2863 ac_top_builddir
=$ac_top_build_prefix
2866 .
) # We are building in place.
2868 ac_top_srcdir
=$ac_top_builddir_sub
2869 ac_abs_top_srcdir
=$ac_pwd ;;
2870 [\\/]* | ?
:[\\/]* ) # Absolute name.
2871 ac_srcdir
=$srcdir$ac_dir_suffix;
2872 ac_top_srcdir
=$srcdir
2873 ac_abs_top_srcdir
=$srcdir ;;
2875 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
2876 ac_top_srcdir
=$ac_top_build_prefix$srcdir
2877 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
2879 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
2881 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
2882 # Check for guested configure.
2883 if test -f "$ac_srcdir/configure.gnu"; then
2885 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2886 elif test -f "$ac_srcdir/configure"; then
2888 $SHELL "$ac_srcdir/configure" --help=recursive
2890 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2892 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
2896 test -n "$ac_init_help" && exit $ac_status
2897 if $ac_init_version; then
2900 generated by GNU Autoconf
2.69
2902 Copyright
(C
) 2012 Free Software Foundation
, Inc.
2903 This configure
script is free software
; the Free Software Foundation
2904 gives unlimited permission to copy
, distribute and modify it.
2909 ## ------------------------ ##
2910 ## Autoconf initialization. ##
2911 ## ------------------------ ##
2913 # ac_fn_c_try_compile LINENO
2914 # --------------------------
2915 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2916 ac_fn_c_try_compile
()
2918 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2919 rm -f conftest.
$ac_objext
2920 if { { ac_try
="$ac_compile"
2922 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2923 *) ac_try_echo=$ac_try;;
2925 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2926 $as_echo "$ac_try_echo"; } >&5
2927 (eval "$ac_compile") 2>conftest.err
2929 if test -s conftest.err; then
2930 grep -v '^ *+' conftest.err >conftest.er1
2931 cat conftest.er1 >&5
2932 mv -f conftest.er1 conftest.err
2934 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2935 test $ac_status = 0; } && {
2936 test -z "$ac_c_werror_flag" ||
2937 test ! -s conftest.err
2938 } && test -s conftest.$ac_objext; then :
2941 $as_echo "$as_me: failed program was:" >&5
2942 sed 's/^/| /' conftest.$ac_ext >&5
2946 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2947 as_fn_set_status $ac_retval
2949 } # ac_fn_c_try_compile
2951 # ac_fn_cxx_try_compile LINENO
2952 # ----------------------------
2953 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2954 ac_fn_cxx_try_compile ()
2956 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2957 rm -f conftest.$ac_objext
2958 if { { ac_try="$ac_compile"
2960 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2961 *) ac_try_echo
=$ac_try;;
2963 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2964 $as_echo "$ac_try_echo"; } >&5
2965 (eval "$ac_compile") 2>conftest.err
2967 if test -s conftest.err
; then
2968 grep -v '^ *+' conftest.err
>conftest.er1
2969 cat conftest.er1
>&5
2970 mv -f conftest.er1 conftest.err
2972 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2973 test $ac_status = 0; } && {
2974 test -z "$ac_cxx_werror_flag" ||
2975 test ! -s conftest.err
2976 } && test -s conftest.
$ac_objext; then :
2979 $as_echo "$as_me: failed program was:" >&5
2980 sed 's/^/| /' conftest.
$ac_ext >&5
2984 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2985 as_fn_set_status
$ac_retval
2987 } # ac_fn_cxx_try_compile
2989 # ac_fn_c_try_link LINENO
2990 # -----------------------
2991 # Try to link conftest.$ac_ext, and return whether this succeeded.
2994 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2995 rm -f conftest.
$ac_objext conftest
$ac_exeext
2996 if { { ac_try
="$ac_link"
2998 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2999 *) ac_try_echo=$ac_try;;
3001 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3002 $as_echo "$ac_try_echo"; } >&5
3003 (eval "$ac_link") 2>conftest.err
3005 if test -s conftest.err; then
3006 grep -v '^ *+' conftest.err >conftest.er1
3007 cat conftest.er1 >&5
3008 mv -f conftest.er1 conftest.err
3010 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3011 test $ac_status = 0; } && {
3012 test -z "$ac_c_werror_flag" ||
3013 test ! -s conftest.err
3014 } && test -s conftest$ac_exeext && {
3015 test "$cross_compiling" = yes ||
3016 test -x conftest$ac_exeext
3020 $as_echo "$as_me: failed program was:" >&5
3021 sed 's/^/| /' conftest.$ac_ext >&5
3025 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
3026 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
3027 # interfere with the next link command; also delete a directory that is
3028 # left behind by Apple's compiler. We do this before executing the actions.
3029 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
3030 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3031 as_fn_set_status $ac_retval
3033 } # ac_fn_c_try_link
3035 # ac_fn_c_try_cpp LINENO
3036 # ----------------------
3037 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
3040 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3041 if { { ac_try="$ac_cpp conftest.$ac_ext"
3043 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3044 *) ac_try_echo
=$ac_try;;
3046 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3047 $as_echo "$ac_try_echo"; } >&5
3048 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
3050 if test -s conftest.err
; then
3051 grep -v '^ *+' conftest.err
>conftest.er1
3052 cat conftest.er1
>&5
3053 mv -f conftest.er1 conftest.err
3055 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3056 test $ac_status = 0; } > conftest.i
&& {
3057 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3058 test ! -s conftest.err
3062 $as_echo "$as_me: failed program was:" >&5
3063 sed 's/^/| /' conftest.
$ac_ext >&5
3067 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3068 as_fn_set_status
$ac_retval
3072 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
3073 # -------------------------------------------------------
3074 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
3075 # the include files in INCLUDES and setting the cache variable VAR
3077 ac_fn_c_check_header_mongrel
()
3079 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
3080 if eval \
${$3+:} false
; then :
3081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3082 $as_echo_n "checking for $2... " >&6; }
3083 if eval \
${$3+:} false
; then :
3084 $as_echo_n "(cached) " >&6
3087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3088 $as_echo "$ac_res" >&6; }
3090 # Is the header compilable?
3091 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
3092 $as_echo_n "checking $2 usability... " >&6; }
3093 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3094 /* end confdefs.h. */
3098 if ac_fn_c_try_compile
"$LINENO"; then :
3099 ac_header_compiler
=yes
3101 ac_header_compiler
=no
3103 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
3105 $as_echo "$ac_header_compiler" >&6; }
3107 # Is the header present?
3108 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
3109 $as_echo_n "checking $2 presence... " >&6; }
3110 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3111 /* end confdefs.h. */
3114 if ac_fn_c_try_cpp
"$LINENO"; then :
3115 ac_header_preproc
=yes
3117 ac_header_preproc
=no
3119 rm -f conftest.err conftest.i conftest.
$ac_ext
3120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
3121 $as_echo "$ac_header_preproc" >&6; }
3123 # So? What about this header?
3124 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
3126 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
3127 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
3128 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
3129 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
3132 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
3133 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
3134 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
3135 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
3136 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
3137 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
3138 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
3139 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
3140 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
3141 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
3142 ( $as_echo "## ------------------------------------ ##
3143 ## Report this to wine-devel@winehq.org ##
3144 ## ------------------------------------ ##"
3145 ) |
sed "s/^/$as_me: WARNING: /" >&2
3148 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3149 $as_echo_n "checking for $2... " >&6; }
3150 if eval \
${$3+:} false
; then :
3151 $as_echo_n "(cached) " >&6
3153 eval "$3=\$ac_header_compiler"
3156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3157 $as_echo "$ac_res" >&6; }
3159 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3161 } # ac_fn_c_check_header_mongrel
3163 # ac_fn_c_try_run LINENO
3164 # ----------------------
3165 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
3166 # that executables *can* be run.
3169 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
3170 if { { ac_try
="$ac_link"
3172 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3173 *) ac_try_echo=$ac_try;;
3175 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3176 $as_echo "$ac_try_echo"; } >&5
3177 (eval "$ac_link") 2>&5
3179 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3180 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
3181 { { case "(($ac_try" in
3182 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3183 *) ac_try_echo
=$ac_try;;
3185 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3186 $as_echo "$ac_try_echo"; } >&5
3187 (eval "$ac_try") 2>&5
3189 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3190 test $ac_status = 0; }; }; then :
3193 $as_echo "$as_me: program exited with status $ac_status" >&5
3194 $as_echo "$as_me: failed program was:" >&5
3195 sed 's/^/| /' conftest.
$ac_ext >&5
3197 ac_retval
=$ac_status
3199 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
3200 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3201 as_fn_set_status
$ac_retval
3205 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
3206 # -------------------------------------------------------
3207 # Tests whether HEADER exists and can be compiled using the include files in
3208 # INCLUDES, setting the cache variable VAR accordingly.
3209 ac_fn_c_check_header_compile
()
3211 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
3212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3213 $as_echo_n "checking for $2... " >&6; }
3214 if eval \
${$3+:} false
; then :
3215 $as_echo_n "(cached) " >&6
3217 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3218 /* end confdefs.h. */
3222 if ac_fn_c_try_compile
"$LINENO"; then :
3227 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3231 $as_echo "$ac_res" >&6; }
3232 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3234 } # ac_fn_c_check_header_compile
3236 # ac_fn_objc_try_compile LINENO
3237 # -----------------------------
3238 # Try to compile conftest.$ac_ext, and return whether this succeeded.
3239 ac_fn_objc_try_compile
()
3241 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
3242 rm -f conftest.
$ac_objext
3243 if { { ac_try
="$ac_compile"
3245 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3246 *) ac_try_echo=$ac_try;;
3248 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3249 $as_echo "$ac_try_echo"; } >&5
3250 (eval "$ac_compile") 2>conftest.err
3252 if test -s conftest.err; then
3253 grep -v '^ *+' conftest.err >conftest.er1
3254 cat conftest.er1 >&5
3255 mv -f conftest.er1 conftest.err
3257 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3258 test $ac_status = 0; } && {
3259 test -z "$ac_objc_werror_flag" ||
3260 test ! -s conftest.err
3261 } && test -s conftest.$ac_objext; then :
3264 $as_echo "$as_me: failed program was:" >&5
3265 sed 's/^/| /' conftest.$ac_ext >&5
3269 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3270 as_fn_set_status $ac_retval
3272 } # ac_fn_objc_try_compile
3274 # ac_fn_objc_try_cpp LINENO
3275 # -------------------------
3276 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
3277 ac_fn_objc_try_cpp ()
3279 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3280 if { { ac_try="$ac_cpp conftest.$ac_ext"
3282 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3283 *) ac_try_echo
=$ac_try;;
3285 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3286 $as_echo "$ac_try_echo"; } >&5
3287 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
3289 if test -s conftest.err
; then
3290 grep -v '^ *+' conftest.err
>conftest.er1
3291 cat conftest.er1
>&5
3292 mv -f conftest.er1 conftest.err
3294 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3295 test $ac_status = 0; } > conftest.i
&& {
3296 test -z "$ac_objc_preproc_warn_flag$ac_objc_werror_flag" ||
3297 test ! -s conftest.err
3301 $as_echo "$as_me: failed program was:" >&5
3302 sed 's/^/| /' conftest.
$ac_ext >&5
3306 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3307 as_fn_set_status
$ac_retval
3309 } # ac_fn_objc_try_cpp
3311 # ac_fn_objc_check_header_mongrel LINENO HEADER VAR INCLUDES
3312 # ----------------------------------------------------------
3313 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
3314 # the include files in INCLUDES and setting the cache variable VAR
3316 ac_fn_objc_check_header_mongrel
()
3318 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
3319 if eval \
${$3+:} false
; then :
3320 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3321 $as_echo_n "checking for $2... " >&6; }
3322 if eval \
${$3+:} false
; then :
3323 $as_echo_n "(cached) " >&6
3326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3327 $as_echo "$ac_res" >&6; }
3329 # Is the header compilable?
3330 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
3331 $as_echo_n "checking $2 usability... " >&6; }
3332 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3333 /* end confdefs.h. */
3337 if ac_fn_objc_try_compile
"$LINENO"; then :
3338 ac_header_compiler
=yes
3340 ac_header_compiler
=no
3342 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
3344 $as_echo "$ac_header_compiler" >&6; }
3346 # Is the header present?
3347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
3348 $as_echo_n "checking $2 presence... " >&6; }
3349 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3350 /* end confdefs.h. */
3353 if ac_fn_objc_try_cpp
"$LINENO"; then :
3354 ac_header_preproc
=yes
3356 ac_header_preproc
=no
3358 rm -f conftest.err conftest.i conftest.
$ac_ext
3359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
3360 $as_echo "$ac_header_preproc" >&6; }
3362 # So? What about this header?
3363 case $ac_header_compiler:$ac_header_preproc:$ac_objc_preproc_warn_flag in #((
3365 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
3366 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
3367 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
3368 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
3371 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
3372 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
3373 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
3374 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
3375 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
3376 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
3377 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
3378 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
3379 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
3380 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
3381 ( $as_echo "## ------------------------------------ ##
3382 ## Report this to wine-devel@winehq.org ##
3383 ## ------------------------------------ ##"
3384 ) |
sed "s/^/$as_me: WARNING: /" >&2
3387 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3388 $as_echo_n "checking for $2... " >&6; }
3389 if eval \
${$3+:} false
; then :
3390 $as_echo_n "(cached) " >&6
3392 eval "$3=\$ac_header_compiler"
3395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3396 $as_echo "$ac_res" >&6; }
3398 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3400 } # ac_fn_objc_check_header_mongrel
3402 # ac_fn_c_check_func LINENO FUNC VAR
3403 # ----------------------------------
3404 # Tests whether FUNC exists, setting the cache variable VAR accordingly
3405 ac_fn_c_check_func
()
3407 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
3408 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3409 $as_echo_n "checking for $2... " >&6; }
3410 if eval \
${$3+:} false
; then :
3411 $as_echo_n "(cached) " >&6
3413 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3414 /* end confdefs.h. */
3415 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
3416 For example, HP-UX 11i <limits.h> declares gettimeofday. */
3417 #define $2 innocuous_$2
3419 /* System header to define __stub macros and hopefully few prototypes,
3420 which can conflict with char $2 (); below.
3421 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3422 <limits.h> exists even on freestanding compilers. */
3425 # include <limits.h>
3427 # include <assert.h>
3432 /* Override any GCC internal prototype to avoid an error.
3433 Use char because int might match the return type of a GCC
3434 builtin and then its argument prototype would still apply. */
3439 /* The GNU C library defines this for functions which it implements
3440 to always fail with ENOSYS. Some functions are actually named
3441 something starting with __ and the normal name is an alias. */
3442 #if defined __stub_$2 || defined __stub___$2
3454 if ac_fn_c_try_link
"$LINENO"; then :
3459 rm -f core conftest.err conftest.
$ac_objext \
3460 conftest
$ac_exeext conftest.
$ac_ext
3463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3464 $as_echo "$ac_res" >&6; }
3465 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3467 } # ac_fn_c_check_func
3469 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
3470 # ----------------------------------------------------
3471 # Tries to find if the field MEMBER exists in type AGGR, after including
3472 # INCLUDES, setting cache variable VAR accordingly.
3473 ac_fn_c_check_member
()
3475 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
3476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
3477 $as_echo_n "checking for $2.$3... " >&6; }
3478 if eval \
${$4+:} false
; then :
3479 $as_echo_n "(cached) " >&6
3481 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3482 /* end confdefs.h. */
3494 if ac_fn_c_try_compile
"$LINENO"; then :
3497 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3498 /* end confdefs.h. */
3504 if (sizeof ac_aggr.$3)
3510 if ac_fn_c_try_compile
"$LINENO"; then :
3515 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3517 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3521 $as_echo "$ac_res" >&6; }
3522 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3524 } # ac_fn_c_check_member
3526 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
3527 # -------------------------------------------
3528 # Tests whether TYPE exists after having included INCLUDES, setting cache
3529 # variable VAR accordingly.
3530 ac_fn_c_check_type
()
3532 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
3533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3534 $as_echo_n "checking for $2... " >&6; }
3535 if eval \
${$3+:} false
; then :
3536 $as_echo_n "(cached) " >&6
3539 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3540 /* end confdefs.h. */
3551 if ac_fn_c_try_compile
"$LINENO"; then :
3552 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3553 /* end confdefs.h. */
3564 if ac_fn_c_try_compile
"$LINENO"; then :
3569 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3571 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3575 $as_echo "$ac_res" >&6; }
3576 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3578 } # ac_fn_c_check_type
3579 cat >config.log
<<_ACEOF
3580 This file contains any messages produced by compilers while
3581 running configure, to aid debugging if configure makes a mistake.
3583 It was created by Wine $as_me 6.21, which was
3584 generated by GNU Autoconf 2.69. Invocation command line was
3596 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
3597 uname -m = `(uname -m) 2>/dev/null || echo unknown`
3598 uname -r = `(uname -r) 2>/dev/null || echo unknown`
3599 uname -s = `(uname -s) 2>/dev/null || echo unknown`
3600 uname -v = `(uname -v) 2>/dev/null || echo unknown`
3602 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
3603 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
3605 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
3606 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
3607 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
3608 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
3609 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
3610 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
3611 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
3615 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3619 test -z "$as_dir" && as_dir
=.
3620 $as_echo "PATH: $as_dir"
3636 # Keep a trace of the command line.
3637 # Strip out --no-create and --no-recursion so they do not pile up.
3638 # Strip out --silent because we don't want to record it for future runs.
3639 # Also quote any args containing shell meta-characters.
3640 # Make two passes to allow for proper duplicate-argument suppression.
3644 ac_must_keep_next
=false
3650 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
3651 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
3652 |
-silent |
--silent |
--silen |
--sile |
--sil)
3655 ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
3658 1) as_fn_append ac_configure_args0
" '$ac_arg'" ;;
3660 as_fn_append ac_configure_args1
" '$ac_arg'"
3661 if test $ac_must_keep_next = true
; then
3662 ac_must_keep_next
=false
# Got value, back to normal.
3665 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
3666 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
3667 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
3668 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
3669 case "$ac_configure_args0 " in
3670 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
3673 -* ) ac_must_keep_next
=true
;;
3676 as_fn_append ac_configure_args
" '$ac_arg'"
3681 { ac_configure_args0
=; unset ac_configure_args0
;}
3682 { ac_configure_args1
=; unset ac_configure_args1
;}
3684 # When interrupted or exit'd, cleanup temporary files, and complete
3685 # config.log. We remove comments because anyway the quotes in there
3686 # would cause problems or look ugly.
3687 # WARNING: Use '\'' to represent an apostrophe within the trap.
3688 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
3689 trap 'exit_status=$?
3690 # Save into config.log some information that might help in debugging.
3694 $as_echo "## ---------------- ##
3695 ## Cache variables. ##
3696 ## ---------------- ##"
3698 # The following way of writing the cache mishandles newlines in values,
3700 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
3701 eval ac_val=\$$ac_var
3705 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3706 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3709 _ | IFS | as_nl) ;; #(
3710 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3711 *) { eval $ac_var=; unset $ac_var;} ;;
3716 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
3717 *${as_nl}ac_space=\ *)
3719 "s/'\''/'\''\\\\'\'''\''/g;
3720 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
3723 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3730 $as_echo "## ----------------- ##
3731 ## Output variables. ##
3732 ## ----------------- ##"
3734 for ac_var in $ac_subst_vars
3736 eval ac_val=\$$ac_var
3738 *\'\''*) ac_val
=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3740 $as_echo "$ac_var='\''$ac_val'\''"
3744 if test -n "$ac_subst_files"; then
3745 $as_echo "## ------------------- ##
3746 ## File substitutions. ##
3747 ## ------------------- ##"
3749 for ac_var
in $ac_subst_files
3751 eval ac_val
=\$
$ac_var
3753 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3755 $as_echo "$ac_var='\''$ac_val'\''"
3760 if test -s confdefs.h; then
3761 $as_echo "## ----------- ##
3768 test "$ac_signal" != 0 &&
3769 $as_echo "$as_me: caught signal $ac_signal"
3770 $as_echo "$as_me: exit $exit_status"
3772 rm -f core *.core core.conftest.* &&
3773 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
3776 for ac_signal
in 1 2 13 15; do
3777 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
3781 # confdefs.h avoids OS command line length limits that DEFS can exceed.
3782 rm -f -r conftest
* confdefs.h
3784 $as_echo "/* confdefs.h */" > confdefs.h
3786 # Predefined preprocessor variables.
3788 cat >>confdefs.h
<<_ACEOF
3789 #define PACKAGE_NAME "$PACKAGE_NAME"
3792 cat >>confdefs.h
<<_ACEOF
3793 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
3796 cat >>confdefs.h
<<_ACEOF
3797 #define PACKAGE_VERSION "$PACKAGE_VERSION"
3800 cat >>confdefs.h
<<_ACEOF
3801 #define PACKAGE_STRING "$PACKAGE_STRING"
3804 cat >>confdefs.h
<<_ACEOF
3805 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
3808 cat >>confdefs.h
<<_ACEOF
3809 #define PACKAGE_URL "$PACKAGE_URL"
3813 # Let the site file select an alternate cache file if it wants to.
3814 # Prefer an explicitly selected file to automatically selected ones.
3817 if test -n "$CONFIG_SITE"; then
3818 # We do not want a PATH search for config.site.
3819 case $CONFIG_SITE in #((
3820 -*) ac_site_file1
=.
/$CONFIG_SITE;;
3821 */*) ac_site_file1
=$CONFIG_SITE;;
3822 *) ac_site_file1
=.
/$CONFIG_SITE;;
3824 elif test "x$prefix" != xNONE
; then
3825 ac_site_file1
=$prefix/share
/config.site
3826 ac_site_file2
=$prefix/etc
/config.site
3828 ac_site_file1
=$ac_default_prefix/share
/config.site
3829 ac_site_file2
=$ac_default_prefix/etc
/config.site
3831 for ac_site_file
in "$ac_site_file1" "$ac_site_file2"
3833 test "x$ac_site_file" = xNONE
&& continue
3834 if test /dev
/null
!= "$ac_site_file" && test -r "$ac_site_file"; then
3835 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3836 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
3837 sed 's/^/| /' "$ac_site_file" >&5
3839 ||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3840 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3841 as_fn_error $?
"failed to load site script $ac_site_file
3842 See \`config.log' for more details" "$LINENO" 5; }
3846 if test -r "$cache_file"; then
3847 # Some versions of bash will fail to source /dev/null (special files
3848 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
3849 if test /dev
/null
!= "$cache_file" && test -f "$cache_file"; then
3850 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3851 $as_echo "$as_me: loading cache $cache_file" >&6;}
3853 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
3854 *) .
"./$cache_file";;
3858 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3859 $as_echo "$as_me: creating cache $cache_file" >&6;}
3863 # Check that the precious variables saved in the cache have kept the same
3865 ac_cache_corrupted
=false
3866 for ac_var
in $ac_precious_vars; do
3867 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
3868 eval ac_new_set
=\
$ac_env_${ac_var}_set
3869 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
3870 eval ac_new_val
=\
$ac_env_${ac_var}_value
3871 case $ac_old_set,$ac_new_set in
3873 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3874 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3875 ac_cache_corrupted
=: ;;
3877 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
3878 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3879 ac_cache_corrupted
=: ;;
3882 if test "x$ac_old_val" != "x$ac_new_val"; then
3883 # differences in whitespace do not lead to failure.
3884 ac_old_val_w
=`echo x $ac_old_val`
3885 ac_new_val_w
=`echo x $ac_new_val`
3886 if test "$ac_old_val_w" != "$ac_new_val_w"; then
3887 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
3888 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3889 ac_cache_corrupted
=:
3891 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3892 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3893 eval $ac_var=\
$ac_old_val
3895 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
3896 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
3897 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
3898 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
3901 # Pass precious variables to config.status.
3902 if test "$ac_new_set" = set; then
3904 *\'*) ac_arg
=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3905 *) ac_arg
=$ac_var=$ac_new_val ;;
3907 case " $ac_configure_args " in
3908 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3909 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
3913 if $ac_cache_corrupted; then
3914 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3915 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3916 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3917 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3918 as_fn_error $?
"run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3920 ## -------------------- ##
3921 ## Main body of script. ##
3922 ## -------------------- ##
3925 ac_cpp
='$CPP $CPPFLAGS'
3926 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3927 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3928 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3932 ac_config_headers
="$ac_config_headers include/config.h"
3935 for ac_dir
in tools
"$srcdir"/tools
; do
3936 if test -f "$ac_dir/install-sh"; then
3938 ac_install_sh
="$ac_aux_dir/install-sh -c"
3940 elif test -f "$ac_dir/install.sh"; then
3942 ac_install_sh
="$ac_aux_dir/install.sh -c"
3944 elif test -f "$ac_dir/shtool"; then
3946 ac_install_sh
="$ac_aux_dir/shtool install -c"
3950 if test -z "$ac_aux_dir"; then
3951 as_fn_error $?
"cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
3954 # These three variables are undocumented and unsupported,
3955 # and are intended to be withdrawn in a future Autoconf release.
3956 # They can cause serious problems if a builder's source tree is in a directory
3957 # whose full name contains unusual characters.
3958 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3959 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3960 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3964 libwine_version
="1.0"
3968 # Check whether --enable-win16 was given.
3969 if test "${enable_win16+set}" = set; then :
3970 enableval
=$enable_win16;
3973 # Check whether --enable-win64 was given.
3974 if test "${enable_win64+set}" = set; then :
3975 enableval
=$enable_win64;
3978 # Check whether --enable-tests was given.
3979 if test "${enable_tests+set}" = set; then :
3980 enableval
=$enable_tests;
3983 # Check whether --enable-build-id was given.
3984 if test "${enable_build_id+set}" = set; then :
3985 enableval
=$enable_build_id;
3988 # Check whether --enable-maintainer-mode was given.
3989 if test "${enable_maintainer_mode+set}" = set; then :
3990 enableval
=$enable_maintainer_mode;
3993 # Check whether --enable-silent-rules was given.
3994 if test "${enable_silent_rules+set}" = set; then :
3995 enableval
=$enable_silent_rules;
3998 # Check whether --enable-werror was given.
3999 if test "${enable_werror+set}" = set; then :
4000 enableval
=$enable_werror;
4005 # Check whether --with-alsa was given.
4006 if test "${with_alsa+set}" = set; then :
4011 # Check whether --with-capi was given.
4012 if test "${with_capi+set}" = set; then :
4017 # Check whether --with-coreaudio was given.
4018 if test "${with_coreaudio+set}" = set; then :
4019 withval
=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h
=no
; fi
4023 # Check whether --with-cups was given.
4024 if test "${with_cups+set}" = set; then :
4029 # Check whether --with-dbus was given.
4030 if test "${with_dbus+set}" = set; then :
4035 # Check whether --with-float-abi was given.
4036 if test "${with_float_abi+set}" = set; then :
4037 withval
=$with_float_abi;
4041 # Check whether --with-fontconfig was given.
4042 if test "${with_fontconfig+set}" = set; then :
4043 withval
=$with_fontconfig;
4047 # Check whether --with-freetype was given.
4048 if test "${with_freetype+set}" = set; then :
4049 withval
=$with_freetype;
4053 # Check whether --with-gettext was given.
4054 if test "${with_gettext+set}" = set; then :
4055 withval
=$with_gettext;
4059 # Check whether --with-gettextpo was given.
4060 if test "${with_gettextpo+set}" = set; then :
4061 withval
=$with_gettextpo; if test "x$withval" = "xno"; then ac_cv_header_gettext_po_h
=no
; fi
4065 # Check whether --with-gphoto was given.
4066 if test "${with_gphoto+set}" = set; then :
4067 withval
=$with_gphoto;
4071 # Check whether --with-gnutls was given.
4072 if test "${with_gnutls+set}" = set; then :
4073 withval
=$with_gnutls;
4077 # Check whether --with-gssapi was given.
4078 if test "${with_gssapi+set}" = set; then :
4079 withval
=$with_gssapi;
4083 # Check whether --with-gstreamer was given.
4084 if test "${with_gstreamer+set}" = set; then :
4085 withval
=$with_gstreamer;
4089 # Check whether --with-hal was given.
4090 if test "${with_hal+set}" = set; then :
4095 # Check whether --with-inotify was given.
4096 if test "${with_inotify+set}" = set; then :
4097 withval
=$with_inotify;
4101 # Check whether --with-krb5 was given.
4102 if test "${with_krb5+set}" = set; then :
4107 # Check whether --with-ldap was given.
4108 if test "${with_ldap+set}" = set; then :
4109 withval
=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h
=no
; ac_cv_header_lber_h
=no
; fi
4113 # Check whether --with-mingw was given.
4114 if test "${with_mingw+set}" = set; then :
4115 withval
=$with_mingw;
4119 # Check whether --with-netapi was given.
4120 if test "${with_netapi+set}" = set; then :
4121 withval
=$with_netapi;
4125 # Check whether --with-openal was given.
4126 if test "${with_openal+set}" = set; then :
4127 withval
=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h
=no
; ac_cv_header_OpenAL_al_h
=no
; fi
4131 # Check whether --with-opencl was given.
4132 if test "${with_opencl+set}" = set; then :
4133 withval
=$with_opencl; if test "x$withval" = "xno"; then ac_cv_header_CL_cl_h
=no
; ac_cv_header_OpenCL_opencl_h
=no
; fi
4137 # Check whether --with-opengl was given.
4138 if test "${with_opengl+set}" = set; then :
4139 withval
=$with_opengl;
4143 # Check whether --with-osmesa was given.
4144 if test "${with_osmesa+set}" = set; then :
4145 withval
=$with_osmesa;
4149 # Check whether --with-oss was given.
4150 if test "${with_oss+set}" = set; then :
4155 # Check whether --with-pcap was given.
4156 if test "${with_pcap+set}" = set; then :
4157 withval
=$with_pcap; if test "x$withval" = "xno"; then ac_cv_header_pcap_pcap_h
=no
; fi
4161 # Check whether --with-pthread was given.
4162 if test "${with_pthread+set}" = set; then :
4163 withval
=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h
=no
; fi
4167 # Check whether --with-pulse was given.
4168 if test "${with_pulse+set}" = set; then :
4169 withval
=$with_pulse;
4173 # Check whether --with-quicktime was given.
4174 if test "${with_quicktime+set}" = set; then :
4175 withval
=$with_quicktime;
4179 # Check whether --with-sane was given.
4180 if test "${with_sane+set}" = set; then :
4185 # Check whether --with-sdl was given.
4186 if test "${with_sdl+set}" = set; then :
4191 # Check whether --with-udev was given.
4192 if test "${with_udev+set}" = set; then :
4197 # Check whether --with-unwind was given.
4198 if test "${with_unwind+set}" = set; then :
4199 withval
=$with_unwind;
4203 # Check whether --with-usb was given.
4204 if test "${with_usb+set}" = set; then :
4209 # Check whether --with-v4l2 was given.
4210 if test "${with_v4l2+set}" = set; then :
4215 # Check whether --with-vkd3d was given.
4216 if test "${with_vkd3d+set}" = set; then :
4217 withval
=$with_vkd3d;
4221 # Check whether --with-vulkan was given.
4222 if test "${with_vulkan+set}" = set; then :
4223 withval
=$with_vulkan;
4227 # Check whether --with-xcomposite was given.
4228 if test "${with_xcomposite+set}" = set; then :
4229 withval
=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h
=no
; fi
4233 # Check whether --with-xcursor was given.
4234 if test "${with_xcursor+set}" = set; then :
4235 withval
=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h
=no
; fi
4239 # Check whether --with-xfixes was given.
4240 if test "${with_xfixes+set}" = set; then :
4241 withval
=$with_xfixes; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xfixes_h
=no
; fi
4245 # Check whether --with-xinerama was given.
4246 if test "${with_xinerama+set}" = set; then :
4247 withval
=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h
=no
; fi
4251 # Check whether --with-xinput was given.
4252 if test "${with_xinput+set}" = set; then :
4253 withval
=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h
=no
; fi
4257 # Check whether --with-xinput2 was given.
4258 if test "${with_xinput2+set}" = set; then :
4259 withval
=$with_xinput2; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput2_h
=no
; fi
4263 # Check whether --with-xrandr was given.
4264 if test "${with_xrandr+set}" = set; then :
4265 withval
=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h
=no
; fi
4269 # Check whether --with-xrender was given.
4270 if test "${with_xrender+set}" = set; then :
4271 withval
=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h
=no
; fi
4275 # Check whether --with-xshape was given.
4276 if test "${with_xshape+set}" = set; then :
4277 withval
=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h
=no
; fi
4281 # Check whether --with-xshm was given.
4282 if test "${with_xshm+set}" = set; then :
4283 withval
=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h
=no
; fi
4287 # Check whether --with-xxf86vm was given.
4288 if test "${with_xxf86vm+set}" = set; then :
4289 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
4294 # Check whether --with-wine-tools was given.
4295 if test "${with_wine_tools+set}" = set; then :
4296 withval
=$with_wine_tools;
4300 # Check whether --with-wine64 was given.
4301 if test "${with_wine64+set}" = set; then :
4302 withval
=$with_wine64;
4306 # Make sure we can run config.sub.
4307 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
4308 as_fn_error $?
"cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4310 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4311 $as_echo_n "checking build system type... " >&6; }
4312 if ${ac_cv_build+:} false
; then :
4313 $as_echo_n "(cached) " >&6
4315 ac_build_alias
=$build_alias
4316 test "x$ac_build_alias" = x
&&
4317 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
4318 test "x$ac_build_alias" = x
&&
4319 as_fn_error $?
"cannot guess build type; you must specify one" "$LINENO" 5
4320 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4321 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
4324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4325 $as_echo "$ac_cv_build" >&6; }
4326 case $ac_cv_build in
4328 *) as_fn_error $?
"invalid value of canonical build" "$LINENO" 5;;
4331 ac_save_IFS
=$IFS; IFS
='-'
4337 # Remember, the first character of IFS is used to create $*,
4338 # except with old shells:
4341 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
4344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
4345 $as_echo_n "checking host system type... " >&6; }
4346 if ${ac_cv_host+:} false
; then :
4347 $as_echo_n "(cached) " >&6
4349 if test "x$host_alias" = x
; then
4350 ac_cv_host
=$ac_cv_build
4352 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
4353 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
4357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
4358 $as_echo "$ac_cv_host" >&6; }
4361 *) as_fn_error $?
"invalid value of canonical host" "$LINENO" 5;;
4364 ac_save_IFS
=$IFS; IFS
='-'
4370 # Remember, the first character of IFS is used to create $*,
4371 # except with old shells:
4374 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
4378 dlldir
=\
${libdir}/wine
4380 fontdir
=\
${datadir}/wine
/fonts
4382 nlsdir
=\
${datadir}/wine
/nls
4387 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
4388 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
4390 ac_make
=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
4391 if eval \
${ac_cv_prog_make_${ac_make}_set+:} false
; then :
4392 $as_echo_n "(cached) " >&6
4394 cat >conftest.
make <<\_ACEOF
4397 @
echo '@@@%%%=$(MAKE)=@@@%%%'
4399 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
4400 case `${MAKE-make} -f conftest.make 2>/dev/null` in
4402 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
4404 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
4408 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
4409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4410 $as_echo "yes" >&6; }
4413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4414 $as_echo "no" >&6; }
4415 SET_MAKE
="MAKE=${MAKE-make}"
4419 ac_cpp
='$CPP $CPPFLAGS'
4420 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4421 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4422 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4423 if test -n "$ac_tool_prefix"; then
4424 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4425 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
4426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4427 $as_echo_n "checking for $ac_word... " >&6; }
4428 if ${ac_cv_prog_CC+:} false
; then :
4429 $as_echo_n "(cached) " >&6
4431 if test -n "$CC"; then
4432 ac_cv_prog_CC
="$CC" # Let the user override the test.
4434 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4438 test -z "$as_dir" && as_dir
=.
4439 for ac_exec_ext
in '' $ac_executable_extensions; do
4440 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4441 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
4442 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4452 if test -n "$CC"; then
4453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4454 $as_echo "$CC" >&6; }
4456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4457 $as_echo "no" >&6; }
4462 if test -z "$ac_cv_prog_CC"; then
4464 # Extract the first word of "gcc", so it can be a program name with args.
4465 set dummy gcc
; ac_word
=$2
4466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4467 $as_echo_n "checking for $ac_word... " >&6; }
4468 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
4469 $as_echo_n "(cached) " >&6
4471 if test -n "$ac_ct_CC"; then
4472 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
4474 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4478 test -z "$as_dir" && as_dir
=.
4479 for ac_exec_ext
in '' $ac_executable_extensions; do
4480 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4481 ac_cv_prog_ac_ct_CC
="gcc"
4482 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4491 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
4492 if test -n "$ac_ct_CC"; then
4493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4494 $as_echo "$ac_ct_CC" >&6; }
4496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4497 $as_echo "no" >&6; }
4500 if test "x$ac_ct_CC" = x
; then
4503 case $cross_compiling:$ac_tool_warned in
4505 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4506 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4507 ac_tool_warned
=yes ;;
4515 if test -z "$CC"; then
4516 if test -n "$ac_tool_prefix"; then
4517 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4518 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
4519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4520 $as_echo_n "checking for $ac_word... " >&6; }
4521 if ${ac_cv_prog_CC+:} false
; then :
4522 $as_echo_n "(cached) " >&6
4524 if test -n "$CC"; then
4525 ac_cv_prog_CC
="$CC" # Let the user override the test.
4527 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4531 test -z "$as_dir" && as_dir
=.
4532 for ac_exec_ext
in '' $ac_executable_extensions; do
4533 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4534 ac_cv_prog_CC
="${ac_tool_prefix}cc"
4535 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4545 if test -n "$CC"; then
4546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4547 $as_echo "$CC" >&6; }
4549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4550 $as_echo "no" >&6; }
4556 if test -z "$CC"; then
4557 # Extract the first word of "cc", so it can be a program name with args.
4558 set dummy cc
; ac_word
=$2
4559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4560 $as_echo_n "checking for $ac_word... " >&6; }
4561 if ${ac_cv_prog_CC+:} false
; then :
4562 $as_echo_n "(cached) " >&6
4564 if test -n "$CC"; then
4565 ac_cv_prog_CC
="$CC" # Let the user override the test.
4568 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4572 test -z "$as_dir" && as_dir
=.
4573 for ac_exec_ext
in '' $ac_executable_extensions; do
4574 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4575 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4576 ac_prog_rejected
=yes
4580 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4587 if test $ac_prog_rejected = yes; then
4588 # We found a bogon in the path, so make sure we never use it.
4589 set dummy
$ac_cv_prog_CC
4591 if test $# != 0; then
4592 # We chose a different compiler from the bogus one.
4593 # However, it has the same basename, so the bogon will be chosen
4594 # first if we set CC to just the basename; use the full file name.
4596 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
4602 if test -n "$CC"; then
4603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4604 $as_echo "$CC" >&6; }
4606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4607 $as_echo "no" >&6; }
4612 if test -z "$CC"; then
4613 if test -n "$ac_tool_prefix"; then
4614 for ac_prog
in cl.exe
4616 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4617 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
4618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4619 $as_echo_n "checking for $ac_word... " >&6; }
4620 if ${ac_cv_prog_CC+:} false
; then :
4621 $as_echo_n "(cached) " >&6
4623 if test -n "$CC"; then
4624 ac_cv_prog_CC
="$CC" # Let the user override the test.
4626 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4630 test -z "$as_dir" && as_dir
=.
4631 for ac_exec_ext
in '' $ac_executable_extensions; do
4632 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4633 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
4634 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4644 if test -n "$CC"; then
4645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4646 $as_echo "$CC" >&6; }
4648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4649 $as_echo "no" >&6; }
4653 test -n "$CC" && break
4656 if test -z "$CC"; then
4658 for ac_prog
in cl.exe
4660 # Extract the first word of "$ac_prog", so it can be a program name with args.
4661 set dummy
$ac_prog; ac_word
=$2
4662 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4663 $as_echo_n "checking for $ac_word... " >&6; }
4664 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
4665 $as_echo_n "(cached) " >&6
4667 if test -n "$ac_ct_CC"; then
4668 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
4670 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4674 test -z "$as_dir" && as_dir
=.
4675 for ac_exec_ext
in '' $ac_executable_extensions; do
4676 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4677 ac_cv_prog_ac_ct_CC
="$ac_prog"
4678 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4687 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
4688 if test -n "$ac_ct_CC"; then
4689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4690 $as_echo "$ac_ct_CC" >&6; }
4692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4693 $as_echo "no" >&6; }
4697 test -n "$ac_ct_CC" && break
4700 if test "x$ac_ct_CC" = x
; then
4703 case $cross_compiling:$ac_tool_warned in
4705 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4706 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4707 ac_tool_warned
=yes ;;
4716 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4717 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4718 as_fn_error $?
"no acceptable C compiler found in \$PATH
4719 See \`config.log' for more details" "$LINENO" 5; }
4721 # Provide some information about the compiler.
4722 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4725 for ac_option
in --version -v -V -qversion; do
4726 { { ac_try
="$ac_compiler $ac_option >&5"
4728 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4729 *) ac_try_echo=$ac_try;;
4731 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4732 $as_echo "$ac_try_echo"; } >&5
4733 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4735 if test -s conftest.err; then
4737 ... rest of stderr output deleted ...
4738 10q' conftest.err >conftest.er1
4739 cat conftest.er1 >&5
4741 rm -f conftest.er1 conftest.err
4742 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4743 test $ac_status = 0; }
4746 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4747 /* end confdefs.h. */
4757 ac_clean_files_save=$ac_clean_files
4758 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
4759 # Try to create an executable without -o first, disregard a.out.
4760 # It will help us diagnose broken compilers, and finding out an intuition
4762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4763 $as_echo_n "checking whether the C compiler works... " >&6; }
4764 ac_link_default=`$as_echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
4766 # The possible output files:
4767 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4770 for ac_file in $ac_files
4773 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4774 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4779 if { { ac_try="$ac_link_default"
4781 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4782 *) ac_try_echo
=$ac_try;;
4784 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4785 $as_echo "$ac_try_echo"; } >&5
4786 (eval "$ac_link_default") 2>&5
4788 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4789 test $ac_status = 0; }; then :
4790 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4791 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4792 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4793 # so that the user can short-circuit this test for compilers unknown to
4795 for ac_file
in $ac_files ''
4797 test -f "$ac_file" ||
continue
4799 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
4802 # We found the default executable, but exeext='' is most
4806 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
4808 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4810 # We set ac_cv_exeext here because the later test for it is not
4811 # safe: cross compilers may not add the suffix if given an `-o'
4812 # argument, so we may need to know it at that point already.
4813 # Even if this section looks crufty: it has the advantage of
4820 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
4825 if test -z "$ac_file"; then :
4826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4827 $as_echo "no" >&6; }
4828 $as_echo "$as_me: failed program was:" >&5
4829 sed 's/^/| /' conftest.
$ac_ext >&5
4831 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4832 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4833 as_fn_error
77 "C compiler cannot create executables
4834 See \`config.log' for more details" "$LINENO" 5; }
4836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4837 $as_echo "yes" >&6; }
4839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4840 $as_echo_n "checking for C compiler default output file name... " >&6; }
4841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4842 $as_echo "$ac_file" >&6; }
4843 ac_exeext
=$ac_cv_exeext
4845 rm -f -r a.out a.out.dSYM a.exe conftest
$ac_cv_exeext b.out
4846 ac_clean_files
=$ac_clean_files_save
4847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4848 $as_echo_n "checking for suffix of executables... " >&6; }
4849 if { { ac_try
="$ac_link"
4851 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4852 *) ac_try_echo=$ac_try;;
4854 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4855 $as_echo "$ac_try_echo"; } >&5
4856 (eval "$ac_link") 2>&5
4858 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4859 test $ac_status = 0; }; then :
4860 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
4861 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
4862 # work properly (i.e., refer to `conftest.exe'), while it won't with
4864 for ac_file
in conftest.exe conftest conftest.
*; do
4865 test -f "$ac_file" ||
continue
4867 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
4868 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4874 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4875 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4876 as_fn_error $?
"cannot compute suffix of executables: cannot compile and link
4877 See \`config.log' for more details" "$LINENO" 5; }
4879 rm -f conftest conftest
$ac_cv_exeext
4880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4881 $as_echo "$ac_cv_exeext" >&6; }
4883 rm -f conftest.
$ac_ext
4884 EXEEXT
=$ac_cv_exeext
4886 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4887 /* end confdefs.h. */
4892 FILE *f = fopen ("conftest.out", "w");
4893 return ferror (f) || fclose (f) != 0;
4899 ac_clean_files
="$ac_clean_files conftest.out"
4900 # Check that the compiler produces executables we can run. If not, either
4901 # the compiler is broken, or we cross compile.
4902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4903 $as_echo_n "checking whether we are cross compiling... " >&6; }
4904 if test "$cross_compiling" != yes; then
4905 { { ac_try
="$ac_link"
4907 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4908 *) ac_try_echo=$ac_try;;
4910 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4911 $as_echo "$ac_try_echo"; } >&5
4912 (eval "$ac_link") 2>&5
4914 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4915 test $ac_status = 0; }
4916 if { ac_try='./conftest$ac_cv_exeext'
4917 { { case "(($ac_try" in
4918 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4919 *) ac_try_echo
=$ac_try;;
4921 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4922 $as_echo "$ac_try_echo"; } >&5
4923 (eval "$ac_try") 2>&5
4925 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4926 test $ac_status = 0; }; }; then
4929 if test "$cross_compiling" = maybe
; then
4932 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4933 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4934 as_fn_error $?
"cannot run C compiled programs.
4935 If you meant to cross compile, use \`--host'.
4936 See \`config.log' for more details" "$LINENO" 5; }
4940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4941 $as_echo "$cross_compiling" >&6; }
4943 rm -f conftest.
$ac_ext conftest
$ac_cv_exeext conftest.out
4944 ac_clean_files
=$ac_clean_files_save
4945 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4946 $as_echo_n "checking for suffix of object files... " >&6; }
4947 if ${ac_cv_objext+:} false
; then :
4948 $as_echo_n "(cached) " >&6
4950 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4951 /* end confdefs.h. */
4961 rm -f conftest.o conftest.obj
4962 if { { ac_try
="$ac_compile"
4964 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4965 *) ac_try_echo=$ac_try;;
4967 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4968 $as_echo "$ac_try_echo"; } >&5
4969 (eval "$ac_compile") 2>&5
4971 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4972 test $ac_status = 0; }; then :
4973 for ac_file in conftest.o conftest.obj conftest.*; do
4974 test -f "$ac_file" || continue;
4976 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4977 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4982 $as_echo "$as_me: failed program was:" >&5
4983 sed 's/^/| /' conftest.$ac_ext >&5
4985 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4986 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4987 as_fn_error $? "cannot compute suffix of object files
: cannot compile
4988 See \
`config.log' for more details" "$LINENO" 5; }
4990 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4993 $as_echo "$ac_cv_objext" >&6; }
4994 OBJEXT=$ac_cv_objext
4996 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4997 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4998 if ${ac_cv_c_compiler_gnu+:} false; then :
4999 $as_echo_n "(cached) " >&6
5001 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5002 /* end confdefs.h. */
5015 if ac_fn_c_try_compile "$LINENO"; then :
5020 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5021 ac_cv_c_compiler_gnu=$ac_compiler_gnu
5024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
5025 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
5026 if test $ac_compiler_gnu = yes; then
5031 ac_test_CFLAGS=${CFLAGS+set}
5032 ac_save_CFLAGS=$CFLAGS
5033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
5034 $as_echo_n "checking whether $CC accepts -g... " >&6; }
5035 if ${ac_cv_prog_cc_g+:} false; then :
5036 $as_echo_n "(cached) " >&6
5038 ac_save_c_werror_flag=$ac_c_werror_flag
5039 ac_c_werror_flag=yes
5042 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5043 /* end confdefs.h. */
5053 if ac_fn_c_try_compile "$LINENO"; then :
5057 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5058 /* end confdefs.h. */
5068 if ac_fn_c_try_compile "$LINENO"; then :
5071 ac_c_werror_flag=$ac_save_c_werror_flag
5073 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5074 /* end confdefs.h. */
5084 if ac_fn_c_try_compile "$LINENO"; then :
5087 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5089 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5091 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5092 ac_c_werror_flag=$ac_save_c_werror_flag
5094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
5095 $as_echo "$ac_cv_prog_cc_g" >&6; }
5096 if test "$ac_test_CFLAGS" = set; then
5097 CFLAGS=$ac_save_CFLAGS
5098 elif test $ac_cv_prog_cc_g = yes; then
5099 if test "$GCC" = yes; then
5105 if test "$GCC" = yes; then
5111 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
5112 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
5113 if ${ac_cv_prog_cc_c89+:} false; then :
5114 $as_echo_n "(cached) " >&6
5116 ac_cv_prog_cc_c89=no
5118 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5119 /* end confdefs.h. */
5123 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
5124 struct buf { int x; };
5125 FILE * (*rcsopen) (struct buf *, struct stat *, int);
5126 static char *e (p, i)
5132 static char *f (char * (*g) (char **, int), char **p, ...)
5137 s = g (p, va_arg (v,int));
5142 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
5143 function prototypes and stuff, but not '\xHH' hex character constants.
5144 These don't provoke an error unfortunately, instead are silently treated
5145 as 'x'. The following induces an error, until -std is added to get
5146 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
5147 array size at least. It's necessary to write '\x00'==0 to get something
5148 that's true only with -std. */
5149 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
5151 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
5152 inside strings and character constants. */
5154 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
5156 int test (int i, double x);
5157 struct s1 {int (*f) (int a);};
5158 struct s2 {int (*f) (double a);};
5159 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
5165 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
5170 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
5171 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
5173 CC="$ac_save_CC $ac_arg"
5174 if ac_fn_c_try_compile "$LINENO"; then :
5175 ac_cv_prog_cc_c89=$ac_arg
5177 rm -f core conftest.err conftest.$ac_objext
5178 test "x$ac_cv_prog_cc_c89" != "xno" && break
5180 rm -f conftest.$ac_ext
5185 case "x$ac_cv_prog_cc_c89" in
5187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
5188 $as_echo "none needed" >&6; } ;;
5190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
5191 $as_echo "unsupported" >&6; } ;;
5193 CC="$CC $ac_cv_prog_cc_c89"
5194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
5195 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
5197 if test "x$ac_cv_prog_cc_c89" != xno; then :
5202 ac_cpp='$CPP $CPPFLAGS'
5203 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5204 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5205 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5208 ac_cpp='$CXXCPP $CPPFLAGS'
5209 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5210 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5211 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5212 if test -z "$CXX"; then
5213 if test -n "$CCC"; then
5216 if test -n "$ac_tool_prefix"; then
5217 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
5219 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5220 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5222 $as_echo_n "checking for $ac_word... " >&6; }
5223 if ${ac_cv_prog_CXX+:} false; then :
5224 $as_echo_n "(cached) " >&6
5226 if test -n "$CXX"; then
5227 ac_cv_prog_CXX="$CXX" # Let the user override the test.
5229 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5233 test -z "$as_dir" && as_dir=.
5234 for ac_exec_ext in '' $ac_executable_extensions; do
5235 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5236 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
5237 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5247 if test -n "$CXX"; then
5248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
5249 $as_echo "$CXX" >&6; }
5251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5252 $as_echo "no" >&6; }
5256 test -n "$CXX" && break
5259 if test -z "$CXX"; then
5261 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
5263 # Extract the first word of "$ac_prog", so it can be a program name with args.
5264 set dummy $ac_prog; ac_word=$2
5265 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5266 $as_echo_n "checking for $ac_word... " >&6; }
5267 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
5268 $as_echo_n "(cached) " >&6
5270 if test -n "$ac_ct_CXX"; then
5271 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
5273 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5277 test -z "$as_dir" && as_dir=.
5278 for ac_exec_ext in '' $ac_executable_extensions; do
5279 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5280 ac_cv_prog_ac_ct_CXX="$ac_prog"
5281 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5290 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
5291 if test -n "$ac_ct_CXX"; then
5292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
5293 $as_echo "$ac_ct_CXX" >&6; }
5295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5296 $as_echo "no" >&6; }
5300 test -n "$ac_ct_CXX" && break
5303 if test "x$ac_ct_CXX" = x; then
5306 case $cross_compiling:$ac_tool_warned in
5308 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5309 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5310 ac_tool_warned=yes ;;
5318 # Provide some information about the compiler.
5319 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
5322 for ac_option in --version -v -V -qversion; do
5323 { { ac_try="$ac_compiler $ac_option >&5"
5325 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5326 *) ac_try_echo
=$ac_try;;
5328 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5329 $as_echo "$ac_try_echo"; } >&5
5330 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
5332 if test -s conftest.err
; then
5334 ... rest of stderr output deleted ...
5335 10q' conftest.err
>conftest.er1
5336 cat conftest.er1
>&5
5338 rm -f conftest.er1 conftest.err
5339 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5340 test $ac_status = 0; }
5343 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
5344 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
5345 if ${ac_cv_cxx_compiler_gnu+:} false
; then :
5346 $as_echo_n "(cached) " >&6
5348 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5349 /* end confdefs.h. */
5362 if ac_fn_cxx_try_compile
"$LINENO"; then :
5367 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5368 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
5371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
5372 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
5373 if test $ac_compiler_gnu = yes; then
5378 ac_test_CXXFLAGS
=${CXXFLAGS+set}
5379 ac_save_CXXFLAGS
=$CXXFLAGS
5380 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
5381 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
5382 if ${ac_cv_prog_cxx_g+:} false
; then :
5383 $as_echo_n "(cached) " >&6
5385 ac_save_cxx_werror_flag
=$ac_cxx_werror_flag
5386 ac_cxx_werror_flag
=yes
5389 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5390 /* end confdefs.h. */
5400 if ac_fn_cxx_try_compile
"$LINENO"; then :
5401 ac_cv_prog_cxx_g
=yes
5404 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5405 /* end confdefs.h. */
5415 if ac_fn_cxx_try_compile
"$LINENO"; then :
5418 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
5420 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5421 /* end confdefs.h. */
5431 if ac_fn_cxx_try_compile
"$LINENO"; then :
5432 ac_cv_prog_cxx_g
=yes
5434 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5436 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5438 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5439 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
5441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
5442 $as_echo "$ac_cv_prog_cxx_g" >&6; }
5443 if test "$ac_test_CXXFLAGS" = set; then
5444 CXXFLAGS
=$ac_save_CXXFLAGS
5445 elif test $ac_cv_prog_cxx_g = yes; then
5446 if test "$GXX" = yes; then
5452 if test "$GXX" = yes; then
5459 ac_cpp
='$CPP $CPPFLAGS'
5460 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5461 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5462 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
5464 if test -n "$ac_tool_prefix"; then
5465 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
5466 set dummy
${ac_tool_prefix}cpp
; ac_word
=$2
5467 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5468 $as_echo_n "checking for $ac_word... " >&6; }
5469 if ${ac_cv_prog_CPPBIN+:} false
; then :
5470 $as_echo_n "(cached) " >&6
5472 if test -n "$CPPBIN"; then
5473 ac_cv_prog_CPPBIN
="$CPPBIN" # Let the user override the test.
5475 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5479 test -z "$as_dir" && as_dir
=.
5480 for ac_exec_ext
in '' $ac_executable_extensions; do
5481 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5482 ac_cv_prog_CPPBIN
="${ac_tool_prefix}cpp"
5483 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5492 CPPBIN
=$ac_cv_prog_CPPBIN
5493 if test -n "$CPPBIN"; then
5494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
5495 $as_echo "$CPPBIN" >&6; }
5497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5498 $as_echo "no" >&6; }
5503 if test -z "$ac_cv_prog_CPPBIN"; then
5504 ac_ct_CPPBIN
=$CPPBIN
5505 # Extract the first word of "cpp", so it can be a program name with args.
5506 set dummy cpp
; ac_word
=$2
5507 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5508 $as_echo_n "checking for $ac_word... " >&6; }
5509 if ${ac_cv_prog_ac_ct_CPPBIN+:} false
; then :
5510 $as_echo_n "(cached) " >&6
5512 if test -n "$ac_ct_CPPBIN"; then
5513 ac_cv_prog_ac_ct_CPPBIN
="$ac_ct_CPPBIN" # Let the user override the test.
5515 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5519 test -z "$as_dir" && as_dir
=.
5520 for ac_exec_ext
in '' $ac_executable_extensions; do
5521 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5522 ac_cv_prog_ac_ct_CPPBIN
="cpp"
5523 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5532 ac_ct_CPPBIN
=$ac_cv_prog_ac_ct_CPPBIN
5533 if test -n "$ac_ct_CPPBIN"; then
5534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
5535 $as_echo "$ac_ct_CPPBIN" >&6; }
5537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5538 $as_echo "no" >&6; }
5541 if test "x$ac_ct_CPPBIN" = x
; then
5544 case $cross_compiling:$ac_tool_warned in
5546 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5547 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5548 ac_tool_warned
=yes ;;
5550 CPPBIN
=$ac_ct_CPPBIN
5553 CPPBIN
="$ac_cv_prog_CPPBIN"
5557 cat >>confdefs.h
<<_ACEOF
5558 #define EXEEXT "$ac_exeext"
5561 if test -n "$ac_tool_prefix"; then
5562 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
5563 set dummy
${ac_tool_prefix}ld
; ac_word
=$2
5564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5565 $as_echo_n "checking for $ac_word... " >&6; }
5566 if ${ac_cv_prog_LD+:} false
; then :
5567 $as_echo_n "(cached) " >&6
5569 if test -n "$LD"; then
5570 ac_cv_prog_LD
="$LD" # Let the user override the test.
5572 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5576 test -z "$as_dir" && as_dir
=.
5577 for ac_exec_ext
in '' $ac_executable_extensions; do
5578 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5579 ac_cv_prog_LD
="${ac_tool_prefix}ld"
5580 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5590 if test -n "$LD"; then
5591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5592 $as_echo "$LD" >&6; }
5594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5595 $as_echo "no" >&6; }
5600 if test -z "$ac_cv_prog_LD"; then
5602 # Extract the first word of "ld", so it can be a program name with args.
5603 set dummy ld
; ac_word
=$2
5604 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5605 $as_echo_n "checking for $ac_word... " >&6; }
5606 if ${ac_cv_prog_ac_ct_LD+:} false
; then :
5607 $as_echo_n "(cached) " >&6
5609 if test -n "$ac_ct_LD"; then
5610 ac_cv_prog_ac_ct_LD
="$ac_ct_LD" # Let the user override the test.
5612 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5616 test -z "$as_dir" && as_dir
=.
5617 for ac_exec_ext
in '' $ac_executable_extensions; do
5618 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5619 ac_cv_prog_ac_ct_LD
="ld"
5620 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5629 ac_ct_LD
=$ac_cv_prog_ac_ct_LD
5630 if test -n "$ac_ct_LD"; then
5631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LD" >&5
5632 $as_echo "$ac_ct_LD" >&6; }
5634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5635 $as_echo "no" >&6; }
5638 if test "x$ac_ct_LD" = x
; then
5641 case $cross_compiling:$ac_tool_warned in
5643 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5644 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5645 ac_tool_warned
=yes ;;
5656 with_fontconfig
=${with_fontconfig:-no}
5658 *-mingw32*|
*-cygwin*)
5659 enable_win16
=${enable_win16:-no}
5660 with_mingw
=${with_mingw:-no}
5667 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
5672 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
5673 $as_echo_n "checking whether $CC works... " >&6; }
5674 if ${wine_cv_cc_m32+:} false
; then :
5675 $as_echo_n "(cached) " >&6
5677 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5678 /* end confdefs.h. */
5688 if ac_fn_c_try_link
"$LINENO"; then :
5693 rm -f core conftest.err conftest.
$ac_objext \
5694 conftest
$ac_exeext conftest.
$ac_ext
5696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_cc_m32" >&5
5697 $as_echo "$wine_cv_cc_m32" >&6; }
5698 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
5700 notice_platform
="32-bit "
5701 TARGETFLAGS
="$TARGETFLAGS -m32"
5702 PKG_CONFIG_PATH
=${PKG_CONFIG_PATH:-/usr/lib/i386-linux-gnu/pkgconfig:/usr/lib32/pkgconfig:/usr/lib/pkgconfig}
5703 export PKG_CONFIG_PATH
5704 enable_win16
=${enable_win16:-yes}
5705 with_unwind
=${with_unwind:-no}
5707 if test "x${GCC}" = "xyes"
5709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
5710 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
5711 if ${wine_cv_builtin_ms_va_list+:} false
; then :
5712 $as_echo_n "(cached) " >&6
5714 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5715 /* end confdefs.h. */
5720 void func(__builtin_ms_va_list *args);
5725 if ac_fn_c_try_compile
"$LINENO"; then :
5726 wine_cv_builtin_ms_va_list
=yes
5728 wine_cv_builtin_ms_va_list
=no
5730 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_builtin_ms_va_list" >&5
5733 $as_echo "$wine_cv_builtin_ms_va_list" >&6; }
5734 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
5739 notice_platform
="64-bit "
5740 TARGETFLAGS
="$TARGETFLAGS -m64"
5741 enable_wow64
=${enable_wow64:-yes}
5742 enable_wow64win
=${enable_wow64win:-yes}
5743 enable_wow64cpu
=${enable_wow64cpu:-yes}
5747 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports Thumb-2" >&5
5748 $as_echo_n "checking whether $CC supports Thumb-2... " >&6; }
5749 if ${wine_cv_thumb2+:} false
; then :
5750 $as_echo_n "(cached) " >&6
5752 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5753 /* end confdefs.h. */
5758 asm(".syntax unified\n\t.thumb\n\tldm r0,{r0-r8}");
5763 if ac_fn_c_try_link
"$LINENO"; then :
5768 rm -f core conftest.err conftest.
$ac_objext \
5769 conftest
$ac_exeext conftest.
$ac_ext
5771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_thumb2" >&5
5772 $as_echo "$wine_cv_thumb2" >&6; }
5773 if test x
"$wine_cv_thumb2" = xyes
5775 CFLAGS
="$CFLAGS -mthumb"
5776 TARGETFLAGS
="$TARGETFLAGS -mthumb"
5778 CFLAGS
="$CFLAGS -marm"
5779 TARGETFLAGS
="$TARGETFLAGS -marm"
5781 case $with_float_abi in
5783 float_abi
=$with_float_abi ;;
5790 saved_CFLAGS
=$CFLAGS
5791 CFLAGS
="$CFLAGS -mfloat-abi=$float_abi"
5792 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -mfloat-abi=$float_abi" >&5
5793 $as_echo_n "checking whether $CC supports -mfloat-abi=$float_abi... " >&6; }
5794 if ${wine_cv_float_abi+:} false
; then :
5795 $as_echo_n "(cached) " >&6
5797 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5798 /* end confdefs.h. */
5803 asm("vmrs r2,fpscr");
5808 if ac_fn_c_try_link
"$LINENO"; then :
5809 wine_cv_float_abi
=yes
5811 wine_cv_float_abi
=no
5813 rm -f core conftest.err conftest.
$ac_objext \
5814 conftest
$ac_exeext conftest.
$ac_ext
5816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_float_abi" >&5
5817 $as_echo "$wine_cv_float_abi" >&6; }
5818 if test $wine_cv_float_abi = no
5821 as_fn_append wine_warnings
"|Floating point is not supported for this target. The resulting build won't be compatible with Windows ARM binaries."
5823 CFLAGS
=$saved_CFLAGS
5827 CFLAGS
="$CFLAGS -mfloat-abi=$float_abi"
5828 TARGETFLAGS
="$TARGETFLAGS -mfloat-abi=$float_abi"
5831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
5832 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
5833 if ${wine_cv_builtin_ms_va_list+:} false
; then :
5834 $as_echo_n "(cached) " >&6
5836 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5837 /* end confdefs.h. */
5842 void func(__builtin_ms_va_list *args);
5847 if ac_fn_c_try_compile
"$LINENO"; then :
5848 wine_cv_builtin_ms_va_list
=yes
5850 wine_cv_builtin_ms_va_list
=no
5852 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_builtin_ms_va_list" >&5
5855 $as_echo "$wine_cv_builtin_ms_va_list" >&6; }
5856 test $wine_cv_builtin_ms_va_list != no || as_fn_error $?
"You need clang >= 5.0 to build Wine for arm64." "$LINENO" 5
5857 enable_wow64
=${enable_wow64:-yes}
5858 enable_wow64win
=${enable_wow64win:-yes}
5861 enable_win16
=${enable_win16:-yes}
5862 with_unwind
=${with_unwind:-no}
5866 enable_win16
=${enable_win16:-no}
5867 enable_win64
=${enable_win64:-no}
5868 enable_wow64
=${enable_wow64:-no}
5869 enable_wow64win
=${enable_wow64win:-no}
5870 enable_wow64cpu
=${enable_wow64cpu:-no}
5872 enable_winetest
=${enable_winetest:-$enable_tests}
5874 if test "x$enable_win64" = "xyes"
5876 test -z "$with_wine64" || as_fn_error $?
"--enable-win64 and --with-wine64 are mutually exclusive.
5877 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
5881 cygwin
*|mingw32
*) toolsext
=".exe"
5887 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
5888 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
5889 if ${wine_cv_toolsdir+:} false
; then :
5890 $as_echo_n "(cached) " >&6
5892 wine_cv_toolsdir
="$with_wine_tools"
5893 if test -z "$with_wine_tools"; then
5894 if test "$cross_compiling" = "yes"; then
5895 as_fn_error $?
"you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
5896 elif test -n "$with_wine64"; then
5897 wine_cv_toolsdir
="$with_wine64"
5901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
5902 $as_echo "$wine_cv_toolsdir" >&6; }
5903 if test -z "$wine_cv_toolsdir"; then
5904 wine_makedep
=tools
/makedep
$toolsext
5905 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
5906 wine_makedep
=$wine_cv_toolsdir/tools
/makedep
$toolsext
5907 enable_tools
=${enable_tools:-no}
5908 test -f "$wine_makedep" || as_fn_error $?
"the Wine tools have not yet been built in $wine_cv_toolsdir" "$LINENO" 5
5910 as_fn_error $?
"could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
5912 toolsdir
=$wine_cv_toolsdir
5914 MAKEDEP
=$wine_makedep
5916 RUNTESTFLAGS
="-q -P wine"
5918 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'"
5923 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
5925 TARGETFLAGS
="-b $host_alias $TARGETFLAGS"
5930 # Extract the first word of "$ac_prog", so it can be a program name with args.
5931 set dummy
$ac_prog; ac_word
=$2
5932 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5933 $as_echo_n "checking for $ac_word... " >&6; }
5934 if ${ac_cv_prog_FLEX+:} false
; then :
5935 $as_echo_n "(cached) " >&6
5937 if test -n "$FLEX"; then
5938 ac_cv_prog_FLEX
="$FLEX" # Let the user override the test.
5940 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5944 test -z "$as_dir" && as_dir
=.
5945 for ac_exec_ext
in '' $ac_executable_extensions; do
5946 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5947 ac_cv_prog_FLEX
="$ac_prog"
5948 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5957 FLEX
=$ac_cv_prog_FLEX
5958 if test -n "$FLEX"; then
5959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
5960 $as_echo "$FLEX" >&6; }
5962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5963 $as_echo "no" >&6; }
5967 test -n "$FLEX" && break
5969 test -n "$FLEX" || FLEX
="none"
5971 if test "$FLEX" = "none"
5973 as_fn_error $?
"no suitable flex found. Please install the 'flex' package." "$LINENO" 5
5975 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
5976 $as_echo_n "checking whether flex is recent enough... " >&6; }
5977 if ${wine_cv_recent_flex+:} false
; then :
5978 $as_echo_n "(cached) " >&6
5980 cat >conftest.l
<<EOF
5982 #include "prediluvian.h"
5986 if $FLEX -t conftest.l
>/dev
/null
2>&5
5988 wine_cv_recent_flex
=yes
5990 wine_cv_recent_flex
=no
5993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_recent_flex" >&5
5994 $as_echo "$wine_cv_recent_flex" >&6; }
5995 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
5997 for ac_prog
in bison
5999 # Extract the first word of "$ac_prog", so it can be a program name with args.
6000 set dummy
$ac_prog; ac_word
=$2
6001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6002 $as_echo_n "checking for $ac_word... " >&6; }
6003 if ${ac_cv_prog_BISON+:} false
; then :
6004 $as_echo_n "(cached) " >&6
6006 if test -n "$BISON"; then
6007 ac_cv_prog_BISON
="$BISON" # Let the user override the test.
6009 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6013 test -z "$as_dir" && as_dir
=.
6014 for ac_exec_ext
in '' $ac_executable_extensions; do
6015 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6016 ac_cv_prog_BISON
="$ac_prog"
6017 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6026 BISON
=$ac_cv_prog_BISON
6027 if test -n "$BISON"; then
6028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
6029 $as_echo "$BISON" >&6; }
6031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6032 $as_echo "no" >&6; }
6036 test -n "$BISON" && break
6038 test -n "$BISON" || BISON
="none"
6040 if test "$BISON" = "none"
6042 as_fn_error $?
"no suitable bison found. Please install the 'bison' package." "$LINENO" 5
6044 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether bison is recent enough" >&5
6045 $as_echo_n "checking whether bison is recent enough... " >&6; }
6046 if ${wine_cv_recent_bison+:} false
; then :
6047 $as_echo_n "(cached) " >&6
6049 cat >conftest.y
<<EOF
6050 %define parse.error verbose
6054 if $BISON conftest.y
>/dev
/null
2>&5
6056 wine_cv_recent_bison
=yes
6058 wine_cv_recent_bison
=no
6061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_recent_bison" >&5
6062 $as_echo "$wine_cv_recent_bison" >&6; }
6063 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
6065 if test -n "$ac_tool_prefix"; then
6066 for ac_prog
in ar gar
6068 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
6069 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
6070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6071 $as_echo_n "checking for $ac_word... " >&6; }
6072 if ${ac_cv_prog_AR+:} false
; then :
6073 $as_echo_n "(cached) " >&6
6075 if test -n "$AR"; then
6076 ac_cv_prog_AR
="$AR" # Let the user override the test.
6078 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6082 test -z "$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_AR
="$ac_tool_prefix$ac_prog"
6086 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6096 if test -n "$AR"; then
6097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6098 $as_echo "$AR" >&6; }
6100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6101 $as_echo "no" >&6; }
6105 test -n "$AR" && break
6108 if test -z "$AR"; then
6110 for ac_prog
in ar gar
6112 # Extract the first word of "$ac_prog", so it can be a program name with args.
6113 set dummy
$ac_prog; ac_word
=$2
6114 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6115 $as_echo_n "checking for $ac_word... " >&6; }
6116 if ${ac_cv_prog_ac_ct_AR+:} false
; then :
6117 $as_echo_n "(cached) " >&6
6119 if test -n "$ac_ct_AR"; then
6120 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
6122 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6126 test -z "$as_dir" && as_dir
=.
6127 for ac_exec_ext
in '' $ac_executable_extensions; do
6128 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6129 ac_cv_prog_ac_ct_AR
="$ac_prog"
6130 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6139 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
6140 if test -n "$ac_ct_AR"; then
6141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6142 $as_echo "$ac_ct_AR" >&6; }
6144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6145 $as_echo "no" >&6; }
6149 test -n "$ac_ct_AR" && break
6152 if test "x$ac_ct_AR" = x
; then
6155 case $cross_compiling:$ac_tool_warned in
6157 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6158 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6159 ac_tool_warned
=yes ;;
6165 if test -n "$ac_tool_prefix"; then
6166 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6167 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
6168 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6169 $as_echo_n "checking for $ac_word... " >&6; }
6170 if ${ac_cv_prog_STRIP+:} false
; then :
6171 $as_echo_n "(cached) " >&6
6173 if test -n "$STRIP"; then
6174 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
6176 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6180 test -z "$as_dir" && as_dir
=.
6181 for ac_exec_ext
in '' $ac_executable_extensions; do
6182 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6183 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
6184 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6193 STRIP
=$ac_cv_prog_STRIP
6194 if test -n "$STRIP"; then
6195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6196 $as_echo "$STRIP" >&6; }
6198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6199 $as_echo "no" >&6; }
6204 if test -z "$ac_cv_prog_STRIP"; then
6206 # Extract the first word of "strip", so it can be a program name with args.
6207 set dummy strip
; ac_word
=$2
6208 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6209 $as_echo_n "checking for $ac_word... " >&6; }
6210 if ${ac_cv_prog_ac_ct_STRIP+:} false
; then :
6211 $as_echo_n "(cached) " >&6
6213 if test -n "$ac_ct_STRIP"; then
6214 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
6216 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6220 test -z "$as_dir" && as_dir
=.
6221 for ac_exec_ext
in '' $ac_executable_extensions; do
6222 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6223 ac_cv_prog_ac_ct_STRIP
="strip"
6224 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6233 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
6234 if test -n "$ac_ct_STRIP"; then
6235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6236 $as_echo "$ac_ct_STRIP" >&6; }
6238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6239 $as_echo "no" >&6; }
6242 if test "x$ac_ct_STRIP" = x
; then
6245 case $cross_compiling:$ac_tool_warned in
6247 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6248 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6249 ac_tool_warned
=yes ;;
6254 STRIP
="$ac_cv_prog_STRIP"
6257 if test -n "$ac_tool_prefix"; then
6258 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6259 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
6260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6261 $as_echo_n "checking for $ac_word... " >&6; }
6262 if ${ac_cv_prog_RANLIB+:} false
; then :
6263 $as_echo_n "(cached) " >&6
6265 if test -n "$RANLIB"; then
6266 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
6268 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6272 test -z "$as_dir" && as_dir
=.
6273 for ac_exec_ext
in '' $ac_executable_extensions; do
6274 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6275 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
6276 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6285 RANLIB
=$ac_cv_prog_RANLIB
6286 if test -n "$RANLIB"; then
6287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6288 $as_echo "$RANLIB" >&6; }
6290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6291 $as_echo "no" >&6; }
6296 if test -z "$ac_cv_prog_RANLIB"; then
6297 ac_ct_RANLIB
=$RANLIB
6298 # Extract the first word of "ranlib", so it can be a program name with args.
6299 set dummy ranlib
; ac_word
=$2
6300 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6301 $as_echo_n "checking for $ac_word... " >&6; }
6302 if ${ac_cv_prog_ac_ct_RANLIB+:} false
; then :
6303 $as_echo_n "(cached) " >&6
6305 if test -n "$ac_ct_RANLIB"; then
6306 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
6308 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6312 test -z "$as_dir" && as_dir
=.
6313 for ac_exec_ext
in '' $ac_executable_extensions; do
6314 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6315 ac_cv_prog_ac_ct_RANLIB
="ranlib"
6316 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6325 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
6326 if test -n "$ac_ct_RANLIB"; then
6327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6328 $as_echo "$ac_ct_RANLIB" >&6; }
6330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6331 $as_echo "no" >&6; }
6334 if test "x$ac_ct_RANLIB" = x
; then
6337 case $cross_compiling:$ac_tool_warned in
6339 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6340 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6341 ac_tool_warned
=yes ;;
6343 RANLIB
=$ac_ct_RANLIB
6346 RANLIB
="$ac_cv_prog_RANLIB"
6349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6350 $as_echo_n "checking whether ln -s works... " >&6; }
6352 if test "$LN_S" = "ln -s"; then
6353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6354 $as_echo "yes" >&6; }
6356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6357 $as_echo "no, using $LN_S" >&6; }
6360 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
6361 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
6362 if ${ac_cv_path_GREP+:} false
; then :
6363 $as_echo_n "(cached) " >&6
6365 if test -z "$GREP"; then
6366 ac_path_GREP_found
=false
6367 # Loop through the user's path and test for each of PROGNAME-LIST
6368 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6369 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
6372 test -z "$as_dir" && as_dir
=.
6373 for ac_prog
in grep ggrep
; do
6374 for ac_exec_ext
in '' $ac_executable_extensions; do
6375 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
6376 as_fn_executable_p
"$ac_path_GREP" ||
continue
6377 # Check for GNU ac_path_GREP and select it if it is found.
6378 # Check for GNU $ac_path_GREP
6379 case `"$ac_path_GREP" --version 2>&1` in
6381 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
6384 $as_echo_n 0123456789 >"conftest.in"
6387 cat "conftest.in" "conftest.in" >"conftest.tmp"
6388 mv "conftest.tmp" "conftest.in"
6389 cp "conftest.in" "conftest.nl"
6390 $as_echo 'GREP' >> "conftest.nl"
6391 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
6392 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
6393 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
6394 if test $ac_count -gt ${ac_path_GREP_max-0}; then
6395 # Best one so far, save it but keep looking for a better one
6396 ac_cv_path_GREP
="$ac_path_GREP"
6397 ac_path_GREP_max
=$ac_count
6399 # 10*(2^10) chars as input seems more than enough
6400 test $ac_count -gt 10 && break
6402 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
6405 $ac_path_GREP_found && break 3
6410 if test -z "$ac_cv_path_GREP"; then
6411 as_fn_error $?
"no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6414 ac_cv_path_GREP
=$GREP
6418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
6419 $as_echo "$ac_cv_path_GREP" >&6; }
6420 GREP
="$ac_cv_path_GREP"
6423 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
6424 $as_echo_n "checking for egrep... " >&6; }
6425 if ${ac_cv_path_EGREP+:} false
; then :
6426 $as_echo_n "(cached) " >&6
6428 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
6429 then ac_cv_path_EGREP
="$GREP -E"
6431 if test -z "$EGREP"; then
6432 ac_path_EGREP_found
=false
6433 # Loop through the user's path and test for each of PROGNAME-LIST
6434 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6435 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
6438 test -z "$as_dir" && as_dir
=.
6439 for ac_prog
in egrep; do
6440 for ac_exec_ext
in '' $ac_executable_extensions; do
6441 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
6442 as_fn_executable_p
"$ac_path_EGREP" ||
continue
6443 # Check for GNU ac_path_EGREP and select it if it is found.
6444 # Check for GNU $ac_path_EGREP
6445 case `"$ac_path_EGREP" --version 2>&1` in
6447 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
6450 $as_echo_n 0123456789 >"conftest.in"
6453 cat "conftest.in" "conftest.in" >"conftest.tmp"
6454 mv "conftest.tmp" "conftest.in"
6455 cp "conftest.in" "conftest.nl"
6456 $as_echo 'EGREP' >> "conftest.nl"
6457 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
6458 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
6459 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
6460 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6461 # Best one so far, save it but keep looking for a better one
6462 ac_cv_path_EGREP
="$ac_path_EGREP"
6463 ac_path_EGREP_max
=$ac_count
6465 # 10*(2^10) chars as input seems more than enough
6466 test $ac_count -gt 10 && break
6468 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
6471 $ac_path_EGREP_found && break 3
6476 if test -z "$ac_cv_path_EGREP"; then
6477 as_fn_error $?
"no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6480 ac_cv_path_EGREP
=$EGREP
6485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
6486 $as_echo "$ac_cv_path_EGREP" >&6; }
6487 EGREP
="$ac_cv_path_EGREP"
6490 # Extract the first word of "ldconfig", so it can be a program name with args.
6491 set dummy ldconfig
; ac_word
=$2
6492 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6493 $as_echo_n "checking for $ac_word... " >&6; }
6494 if ${ac_cv_path_LDCONFIG+:} false
; then :
6495 $as_echo_n "(cached) " >&6
6499 ac_cv_path_LDCONFIG
="$LDCONFIG" # Let the user override the test with a path.
6502 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6503 for as_dir
in /sbin
/usr
/sbin
$PATH
6506 test -z "$as_dir" && as_dir
=.
6507 for ac_exec_ext
in '' $ac_executable_extensions; do
6508 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6509 ac_cv_path_LDCONFIG
="$as_dir/$ac_word$ac_exec_ext"
6510 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6517 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG
="true"
6521 LDCONFIG
=$ac_cv_path_LDCONFIG
6522 if test -n "$LDCONFIG"; then
6523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
6524 $as_echo "$LDCONFIG" >&6; }
6526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6527 $as_echo "no" >&6; }
6531 for ac_prog
in msgfmt
6533 # Extract the first word of "$ac_prog", so it can be a program name with args.
6534 set dummy
$ac_prog; ac_word
=$2
6535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6536 $as_echo_n "checking for $ac_word... " >&6; }
6537 if ${ac_cv_prog_MSGFMT+:} false
; then :
6538 $as_echo_n "(cached) " >&6
6540 if test -n "$MSGFMT"; then
6541 ac_cv_prog_MSGFMT
="$MSGFMT" # Let the user override the test.
6543 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6547 test -z "$as_dir" && as_dir
=.
6548 for ac_exec_ext
in '' $ac_executable_extensions; do
6549 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6550 ac_cv_prog_MSGFMT
="$ac_prog"
6551 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6560 MSGFMT
=$ac_cv_prog_MSGFMT
6561 if test -n "$MSGFMT"; then
6562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
6563 $as_echo "$MSGFMT" >&6; }
6565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6566 $as_echo "no" >&6; }
6570 test -n "$MSGFMT" && break
6572 test -n "$MSGFMT" || MSGFMT
="false"
6574 if ${ac_tool_prefix+:} false
; then :
6575 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
6576 set dummy
${ac_tool_prefix}pkg-config
; ac_word
=$2
6577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6578 $as_echo_n "checking for $ac_word... " >&6; }
6579 if ${ac_cv_prog_PKG_CONFIG+:} false
; then :
6580 $as_echo_n "(cached) " >&6
6582 if test -n "$PKG_CONFIG"; then
6583 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
6585 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6589 test -z "$as_dir" && as_dir
=.
6590 for ac_exec_ext
in '' $ac_executable_extensions; do
6591 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6592 ac_cv_prog_PKG_CONFIG
="${ac_tool_prefix}pkg-config"
6593 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6602 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
6603 if test -n "$PKG_CONFIG"; then
6604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
6605 $as_echo "$PKG_CONFIG" >&6; }
6607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6608 $as_echo "no" >&6; }
6613 if ${ac_cv_prog_PKG_CONFIG:+false} :; then :
6614 if test "x$cross_compiling" = xyes
; then :
6617 { ac_cv_prog_PKG_CONFIG
=; unset ac_cv_prog_PKG_CONFIG
;}
6618 # Extract the first word of "pkg-config", so it can be a program name with args.
6619 set dummy pkg-config
; ac_word
=$2
6620 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6621 $as_echo_n "checking for $ac_word... " >&6; }
6622 if ${ac_cv_prog_PKG_CONFIG+:} false
; then :
6623 $as_echo_n "(cached) " >&6
6625 if test -n "$PKG_CONFIG"; then
6626 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
6628 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6632 test -z "$as_dir" && as_dir
=.
6633 for ac_exec_ext
in '' $ac_executable_extensions; do
6634 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6635 ac_cv_prog_PKG_CONFIG
="pkg-config"
6636 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6645 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
6646 if test -n "$PKG_CONFIG"; then
6647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
6648 $as_echo "$PKG_CONFIG" >&6; }
6650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6651 $as_echo "no" >&6; }
6657 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
6660 if test "x$enable_maintainer_mode" != "xyes"
6667 test "$srcdir" = . || as_fn_error $?
"Maintainer mode cannot work out of tree." "$LINENO" 5
6668 for ac_prog
in fontforge
6670 # Extract the first word of "$ac_prog", so it can be a program name with args.
6671 set dummy
$ac_prog; ac_word
=$2
6672 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6673 $as_echo_n "checking for $ac_word... " >&6; }
6674 if ${ac_cv_prog_FONTFORGE+:} false
; then :
6675 $as_echo_n "(cached) " >&6
6677 if test -n "$FONTFORGE"; then
6678 ac_cv_prog_FONTFORGE
="$FONTFORGE" # Let the user override the test.
6680 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6684 test -z "$as_dir" && as_dir
=.
6685 for ac_exec_ext
in '' $ac_executable_extensions; do
6686 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6687 ac_cv_prog_FONTFORGE
="$ac_prog"
6688 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6697 FONTFORGE
=$ac_cv_prog_FONTFORGE
6698 if test -n "$FONTFORGE"; then
6699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
6700 $as_echo "$FONTFORGE" >&6; }
6702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6703 $as_echo "no" >&6; }
6707 test -n "$FONTFORGE" && break
6709 test -n "$FONTFORGE" || FONTFORGE
="false"
6711 for ac_prog
in rsvg-convert rsvg
6713 # Extract the first word of "$ac_prog", so it can be a program name with args.
6714 set dummy
$ac_prog; ac_word
=$2
6715 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6716 $as_echo_n "checking for $ac_word... " >&6; }
6717 if ${ac_cv_prog_RSVG+:} false
; then :
6718 $as_echo_n "(cached) " >&6
6720 if test -n "$RSVG"; then
6721 ac_cv_prog_RSVG
="$RSVG" # Let the user override the test.
6723 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6727 test -z "$as_dir" && as_dir
=.
6728 for ac_exec_ext
in '' $ac_executable_extensions; do
6729 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6730 ac_cv_prog_RSVG
="$ac_prog"
6731 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6740 RSVG
=$ac_cv_prog_RSVG
6741 if test -n "$RSVG"; then
6742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
6743 $as_echo "$RSVG" >&6; }
6745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6746 $as_echo "no" >&6; }
6750 test -n "$RSVG" && break
6752 test -n "$RSVG" || RSVG
="false"
6754 for ac_prog
in convert
6756 # Extract the first word of "$ac_prog", so it can be a program name with args.
6757 set dummy
$ac_prog; ac_word
=$2
6758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6759 $as_echo_n "checking for $ac_word... " >&6; }
6760 if ${ac_cv_prog_CONVERT+:} false
; then :
6761 $as_echo_n "(cached) " >&6
6763 if test -n "$CONVERT"; then
6764 ac_cv_prog_CONVERT
="$CONVERT" # Let the user override the test.
6766 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6770 test -z "$as_dir" && as_dir
=.
6771 for ac_exec_ext
in '' $ac_executable_extensions; do
6772 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6773 ac_cv_prog_CONVERT
="$ac_prog"
6774 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6783 CONVERT
=$ac_cv_prog_CONVERT
6784 if test -n "$CONVERT"; then
6785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
6786 $as_echo "$CONVERT" >&6; }
6788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6789 $as_echo "no" >&6; }
6793 test -n "$CONVERT" && break
6795 test -n "$CONVERT" || CONVERT
="false"
6797 for ac_prog
in icotool
6799 # Extract the first word of "$ac_prog", so it can be a program name with args.
6800 set dummy
$ac_prog; ac_word
=$2
6801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6802 $as_echo_n "checking for $ac_word... " >&6; }
6803 if ${ac_cv_prog_ICOTOOL+:} false
; then :
6804 $as_echo_n "(cached) " >&6
6806 if test -n "$ICOTOOL"; then
6807 ac_cv_prog_ICOTOOL
="$ICOTOOL" # Let the user override the test.
6809 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6813 test -z "$as_dir" && as_dir
=.
6814 for ac_exec_ext
in '' $ac_executable_extensions; do
6815 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6816 ac_cv_prog_ICOTOOL
="$ac_prog"
6817 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6826 ICOTOOL
=$ac_cv_prog_ICOTOOL
6827 if test -n "$ICOTOOL"; then
6828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
6829 $as_echo "$ICOTOOL" >&6; }
6831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6832 $as_echo "no" >&6; }
6836 test -n "$ICOTOOL" && break
6838 test -n "$ICOTOOL" || ICOTOOL
="false"
6840 test "$FONTFORGE" != "false" || as_fn_error $?
"You need fontforge to rebuild fonts in maintainer mode." "$LINENO" 5
6841 test "$RSVG" != "false" || as_fn_error $?
"You need rsvg to rebuild icons in maintainer mode." "$LINENO" 5
6843 if test "$CONVERT" = false
6845 as_fn_error $?
"You need imagemagick to rebuild icons in maintainer mode." "$LINENO" 5
6847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
6848 $as_echo_n "checking for recent enough imagemagick... " >&6; }
6849 convert_version
=`convert --version | head -n1`
6850 if test "x$convert_version" != "x"
6852 convert_version_major
=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
6853 convert_version_minor
=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
6854 if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
6859 if test "$CONVERT" = false
6861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
6862 $as_echo "no ($convert_version_major.$convert_version_minor)" >&6; }
6863 as_fn_error $?
"You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
6866 $as_echo "yes ($convert_version_major.$convert_version_minor)" >&6; }
6870 if test "$ICOTOOL" = false
6872 as_fn_error $?
"You need icotool to rebuild icons in maintainer mode." "$LINENO" 5
6874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
6875 $as_echo_n "checking for recent enough icotool... " >&6; }
6876 icotool_version
=`icotool --version | head -n1`
6877 if test "x$icotool_version" != "x"
6879 icotool_version_major
=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
6880 icotool_version_minor
=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
6881 if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
6884 as_fn_append wine_warnings
"|icotool version 0.29.0 or newer is needed to rebuild icons."
6887 if test "$ICOTOOL" = false
6889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
6890 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
6891 as_fn_error $?
"You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
6894 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
6904 test "x$with_gettext" != xno || MSGFMT
=false
6905 if test "$MSGFMT" != "false"
6907 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether msgfmt supports contexts" >&5
6908 $as_echo_n "checking whether msgfmt supports contexts... " >&6; }
6909 if ${wine_cv_msgfmt_contexts+:} false
; then :
6910 $as_echo_n "(cached) " >&6
6912 cat >conftest.po
<<EOF
6918 if $MSGFMT -o /dev
/null conftest.po
2>&5
6920 wine_cv_msgfmt_contexts
=yes
6922 wine_cv_msgfmt_contexts
=no
6925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_msgfmt_contexts" >&5
6926 $as_echo "$wine_cv_msgfmt_contexts" >&6; }
6927 test $wine_cv_msgfmt_contexts != no || MSGFMT
=false
6929 if test "$MSGFMT" = false
; then :
6930 case "x$with_gettext" in
6931 x
) as_fn_append wine_warnings
"|gettext tools not found (or too old), translations won't be built." ;;
6933 *) as_fn_error $?
"gettext tools not found (or too old), translations won't be built.
6934 This is an error since --with-gettext was requested." "$LINENO" 5 ;;
6936 enable_po
=${enable_po:-no}
6940 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
6941 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
6942 if ${ac_cv_lib_i386_i386_set_ldt+:} false
; then :
6943 $as_echo_n "(cached) " >&6
6945 ac_check_lib_save_LIBS
=$LIBS
6947 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6948 /* end confdefs.h. */
6950 /* Override any GCC internal prototype to avoid an error.
6951 Use char because int might match the return type of a GCC
6952 builtin and then its argument prototype would still apply. */
6956 char i386_set_ldt ();
6960 return i386_set_ldt ();
6965 if ac_fn_c_try_link
"$LINENO"; then :
6966 ac_cv_lib_i386_i386_set_ldt
=yes
6968 ac_cv_lib_i386_i386_set_ldt
=no
6970 rm -f core conftest.err conftest.
$ac_objext \
6971 conftest
$ac_exeext conftest.
$ac_ext
6972 LIBS
=$ac_check_lib_save_LIBS
6974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6975 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
6976 if test "x$ac_cv_lib_i386_i386_set_ldt" = xyes
; then :
6986 # Check whether --enable-largefile was given.
6987 if test "${enable_largefile+set}" = set; then :
6988 enableval
=$enable_largefile;
6991 if test "$enable_largefile" != no
; then
6993 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
6994 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
6995 if ${ac_cv_sys_largefile_CC+:} false
; then :
6996 $as_echo_n "(cached) " >&6
6998 ac_cv_sys_largefile_CC
=no
6999 if test "$GCC" != yes; then
7002 # IRIX 6.2 and later do not support large files by default,
7003 # so use the C compiler's -n32 option if that helps.
7004 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7005 /* end confdefs.h. */
7006 #include <sys/types.h>
7007 /* Check that off_t can represent 2**63 - 1 correctly.
7008 We can't simply define LARGE_OFF_T to be 9223372036854775807,
7009 since some C++ compilers masquerading as C compilers
7010 incorrectly reject 9223372036854775807. */
7011 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
7012 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
7013 && LARGE_OFF_T % 2147483647 == 1)
7023 if ac_fn_c_try_compile
"$LINENO"; then :
7026 rm -f core conftest.err conftest.
$ac_objext
7028 if ac_fn_c_try_compile
"$LINENO"; then :
7029 ac_cv_sys_largefile_CC
=' -n32'; break
7031 rm -f core conftest.err conftest.
$ac_objext
7035 rm -f conftest.
$ac_ext
7038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
7039 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
7040 if test "$ac_cv_sys_largefile_CC" != no
; then
7041 CC
=$CC$ac_cv_sys_largefile_CC
7044 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
7045 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
7046 if ${ac_cv_sys_file_offset_bits+:} false
; then :
7047 $as_echo_n "(cached) " >&6
7050 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7051 /* end confdefs.h. */
7052 #include <sys/types.h>
7053 /* Check that off_t can represent 2**63 - 1 correctly.
7054 We can't simply define LARGE_OFF_T to be 9223372036854775807,
7055 since some C++ compilers masquerading as C compilers
7056 incorrectly reject 9223372036854775807. */
7057 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
7058 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
7059 && LARGE_OFF_T % 2147483647 == 1)
7069 if ac_fn_c_try_compile
"$LINENO"; then :
7070 ac_cv_sys_file_offset_bits
=no
; break
7072 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7073 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7074 /* end confdefs.h. */
7075 #define _FILE_OFFSET_BITS 64
7076 #include <sys/types.h>
7077 /* Check that off_t can represent 2**63 - 1 correctly.
7078 We can't simply define LARGE_OFF_T to be 9223372036854775807,
7079 since some C++ compilers masquerading as C compilers
7080 incorrectly reject 9223372036854775807. */
7081 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
7082 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
7083 && LARGE_OFF_T % 2147483647 == 1)
7093 if ac_fn_c_try_compile
"$LINENO"; then :
7094 ac_cv_sys_file_offset_bits
=64; break
7096 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7097 ac_cv_sys_file_offset_bits
=unknown
7101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
7102 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
7103 case $ac_cv_sys_file_offset_bits in #(
7106 cat >>confdefs.h
<<_ACEOF
7107 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
7112 if test $ac_cv_sys_file_offset_bits = unknown
; then
7113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
7114 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
7115 if ${ac_cv_sys_large_files+:} false
; then :
7116 $as_echo_n "(cached) " >&6
7119 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7120 /* end confdefs.h. */
7121 #include <sys/types.h>
7122 /* Check that off_t can represent 2**63 - 1 correctly.
7123 We can't simply define LARGE_OFF_T to be 9223372036854775807,
7124 since some C++ compilers masquerading as C compilers
7125 incorrectly reject 9223372036854775807. */
7126 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
7127 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
7128 && LARGE_OFF_T % 2147483647 == 1)
7138 if ac_fn_c_try_compile
"$LINENO"; then :
7139 ac_cv_sys_large_files
=no
; break
7141 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7142 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7143 /* end confdefs.h. */
7144 #define _LARGE_FILES 1
7145 #include <sys/types.h>
7146 /* Check that off_t can represent 2**63 - 1 correctly.
7147 We can't simply define LARGE_OFF_T to be 9223372036854775807,
7148 since some C++ compilers masquerading as C compilers
7149 incorrectly reject 9223372036854775807. */
7150 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
7151 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
7152 && LARGE_OFF_T % 2147483647 == 1)
7162 if ac_fn_c_try_compile
"$LINENO"; then :
7163 ac_cv_sys_large_files
=1; break
7165 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7166 ac_cv_sys_large_files
=unknown
7170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
7171 $as_echo "$ac_cv_sys_large_files" >&6; }
7172 case $ac_cv_sys_large_files in #(
7175 cat >>confdefs.h
<<_ACEOF
7176 #define _LARGE_FILES $ac_cv_sys_large_files
7188 ac_cpp
='$CPP $CPPFLAGS'
7189 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7190 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7191 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
7192 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
7193 $as_echo_n "checking how to run the C preprocessor... " >&6; }
7194 # On Suns, sometimes $CPP names a directory.
7195 if test -n "$CPP" && test -d "$CPP"; then
7198 if test -z "$CPP"; then
7199 if ${ac_cv_prog_CPP+:} false
; then :
7200 $as_echo_n "(cached) " >&6
7202 # Double quotes because CPP needs to be expanded
7203 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
7206 for ac_c_preproc_warn_flag
in '' yes
7208 # Use a header file that comes with gcc, so configuring glibc
7209 # with a fresh cross-compiler works.
7210 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7211 # <limits.h> exists even on freestanding compilers.
7212 # On the NeXT, cc -E runs the code through the compiler's parser,
7213 # not just through cpp. "Syntax error" is here to catch this case.
7214 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7215 /* end confdefs.h. */
7217 # include <limits.h>
7219 # include <assert.h>
7223 if ac_fn_c_try_cpp
"$LINENO"; then :
7226 # Broken: fails on valid input.
7229 rm -f conftest.err conftest.i conftest.
$ac_ext
7231 # OK, works on sane cases. Now check whether nonexistent headers
7232 # can be detected and how.
7233 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7234 /* end confdefs.h. */
7235 #include <ac_nonexistent.h>
7237 if ac_fn_c_try_cpp
"$LINENO"; then :
7238 # Broken: success on invalid input.
7241 # Passes both tests.
7245 rm -f conftest.err conftest.i conftest.
$ac_ext
7248 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7249 rm -f conftest.i conftest.err conftest.
$ac_ext
7250 if $ac_preproc_ok; then :
7262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
7263 $as_echo "$CPP" >&6; }
7265 for ac_c_preproc_warn_flag
in '' yes
7267 # Use a header file that comes with gcc, so configuring glibc
7268 # with a fresh cross-compiler works.
7269 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7270 # <limits.h> exists even on freestanding compilers.
7271 # On the NeXT, cc -E runs the code through the compiler's parser,
7272 # not just through cpp. "Syntax error" is here to catch this case.
7273 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7274 /* end confdefs.h. */
7276 # include <limits.h>
7278 # include <assert.h>
7282 if ac_fn_c_try_cpp
"$LINENO"; then :
7285 # Broken: fails on valid input.
7288 rm -f conftest.err conftest.i conftest.
$ac_ext
7290 # OK, works on sane cases. Now check whether nonexistent headers
7291 # can be detected and how.
7292 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7293 /* end confdefs.h. */
7294 #include <ac_nonexistent.h>
7296 if ac_fn_c_try_cpp
"$LINENO"; then :
7297 # Broken: success on invalid input.
7300 # Passes both tests.
7304 rm -f conftest.err conftest.i conftest.
$ac_ext
7307 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7308 rm -f conftest.i conftest.err conftest.
$ac_ext
7309 if $ac_preproc_ok; then :
7312 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
7313 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
7314 as_fn_error $?
"C preprocessor \"$CPP\" fails sanity check
7315 See \`config.log' for more details" "$LINENO" 5; }
7319 ac_cpp
='$CPP $CPPFLAGS'
7320 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7321 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7322 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
7325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
7326 $as_echo_n "checking for ANSI C header files... " >&6; }
7327 if ${ac_cv_header_stdc+:} false
; then :
7328 $as_echo_n "(cached) " >&6
7330 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7331 /* end confdefs.h. */
7345 if ac_fn_c_try_compile
"$LINENO"; then :
7346 ac_cv_header_stdc
=yes
7348 ac_cv_header_stdc
=no
7350 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7352 if test $ac_cv_header_stdc = yes; then
7353 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7354 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7355 /* end confdefs.h. */
7359 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7360 $EGREP "memchr" >/dev
/null
2>&1; then :
7363 ac_cv_header_stdc
=no
7369 if test $ac_cv_header_stdc = yes; then
7370 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7371 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7372 /* end confdefs.h. */
7376 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7377 $EGREP "free" >/dev
/null
2>&1; then :
7380 ac_cv_header_stdc
=no
7386 if test $ac_cv_header_stdc = yes; then
7387 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7388 if test "$cross_compiling" = yes; then :
7391 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7392 /* end confdefs.h. */
7395 #if ((' ' & 0x0FF) == 0x020)
7396 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7397 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7399 # define ISLOWER(c) \
7400 (('a' <= (c) && (c) <= 'i') \
7401 || ('j' <= (c) && (c) <= 'r') \
7402 || ('s' <= (c) && (c) <= 'z'))
7403 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7406 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7411 for (i = 0; i < 256; i++)
7412 if (XOR (islower (i), ISLOWER (i))
7413 || toupper (i) != TOUPPER (i))
7418 if ac_fn_c_try_run
"$LINENO"; then :
7421 ac_cv_header_stdc
=no
7423 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
7424 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
7429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
7430 $as_echo "$ac_cv_header_stdc" >&6; }
7431 if test $ac_cv_header_stdc = yes; then
7433 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
7437 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7438 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
7439 inttypes.h stdint.h unistd.h
7441 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7442 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
7444 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7445 cat >>confdefs.h
<<_ACEOF
7446 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7456 ApplicationServices
/ApplicationServices.h \
7459 CoreAudio
/CoreAudio.h \
7460 DiskArbitration
/DiskArbitration.h \
7463 IOKit
/hid
/IOHIDLib.h \
7466 QuickTime
/ImageCompression.h \
7467 Security
/Security.h \
7468 SystemConfiguration
/SCDynamicStoreCopyDHCPInfo.h \
7469 SystemConfiguration
/SCNetworkConfiguration.h \
7502 netinet
/in_systm.h \
7556 valgrind
/memcheck.h \
7560 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7561 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
7562 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7563 cat >>confdefs.h
<<_ACEOF
7564 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7571 ac_fn_c_check_header_mongrel
"$LINENO" "sys/mkdev.h" "ac_cv_header_sys_mkdev_h" "$ac_includes_default"
7572 if test "x$ac_cv_header_sys_mkdev_h" = xyes
; then :
7574 $as_echo "#define MAJOR_IN_MKDEV 1" >>confdefs.h
7579 if test $ac_cv_header_sys_mkdev_h = no
; then
7580 ac_fn_c_check_header_mongrel
"$LINENO" "sys/sysmacros.h" "ac_cv_header_sys_sysmacros_h" "$ac_includes_default"
7581 if test "x$ac_cv_header_sys_sysmacros_h" = xyes
; then :
7583 $as_echo "#define MAJOR_IN_SYSMACROS 1" >>confdefs.h
7589 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
7590 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
7591 if ${ac_cv_header_stat_broken+:} false
; then :
7592 $as_echo_n "(cached) " >&6
7594 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7595 /* end confdefs.h. */
7596 #include <sys/types.h>
7597 #include <sys/stat.h>
7599 #if defined S_ISBLK && defined S_IFDIR
7600 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7603 #if defined S_ISBLK && defined S_IFCHR
7604 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7607 #if defined S_ISLNK && defined S_IFREG
7608 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7611 #if defined S_ISSOCK && defined S_IFREG
7612 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7616 if ac_fn_c_try_compile
"$LINENO"; then :
7617 ac_cv_header_stat_broken
=no
7619 ac_cv_header_stat_broken
=yes
7621 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
7624 $as_echo "$ac_cv_header_stat_broken" >&6; }
7625 if test $ac_cv_header_stat_broken = yes; then
7627 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
7633 for ac_header
in sys
/conf.h sys
/mount.h sys
/statfs.h sys
/user.h sys
/vfs.h
7635 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7636 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7637 #ifdef HAVE_SYS_PARAM_H
7638 # include <sys/param.h>
7641 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7642 cat >>confdefs.h
<<_ACEOF
7643 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7651 saved_sysctl_h_CFLAGS
=$CFLAGS
7652 test "x${GCC}" != xyes || CFLAGS
="$CFLAGS -Werror"
7653 for ac_header
in sys
/sysctl.h
7655 ac_fn_c_check_header_compile
"$LINENO" "sys/sysctl.h" "ac_cv_header_sys_sysctl_h" "#include <sys/types.h>
7656 #ifdef HAVE_SYS_PARAM_H
7657 # include <sys/param.h>
7660 if test "x$ac_cv_header_sys_sysctl_h" = xyes
; then :
7661 cat >>confdefs.h
<<_ACEOF
7662 #define HAVE_SYS_SYSCTL_H 1
7669 CFLAGS
=$saved_sysctl_h_CFLAGS
7678 netinet
/if_ether.h \
7679 netinet
/if_inarp.h \
7688 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7689 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7690 #ifdef HAVE_SYS_SOCKET_H
7691 # include <sys/socket.h>
7693 #ifdef HAVE_SYS_SOCKETVAR_H
7694 # include <sys/socketvar.h>
7696 #ifdef HAVE_NET_ROUTE_H
7697 # include <net/route.h>
7699 #ifdef HAVE_NETINET_IN_H
7700 # include <netinet/in.h>
7702 #ifdef HAVE_NETINET_IN_SYSTM_H
7703 # include <netinet/in_systm.h>
7705 #ifdef HAVE_NET_IF_H
7706 # include <net/if.h>
7708 #ifdef HAVE_NETINET_IP_H
7709 # include <netinet/ip.h>
7712 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7713 cat >>confdefs.h
<<_ACEOF
7714 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7722 for ac_header
in netinet
/tcp_timer.h netinet
/udp_var.h netinet
/icmp_var.h netinet
/tcp_var.h
7724 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7725 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7729 #ifdef HAVE_SYS_SOCKET_H
7730 # include <sys/socket.h>
7732 #ifdef HAVE_SYS_SOCKETVAR_H
7733 # include <sys/socketvar.h>
7735 #ifdef HAVE_SYS_TIMEOUT_H
7736 # include <sys/timeout.h>
7738 #ifdef HAVE_NETINET_IN_H
7739 # include <netinet/in.h>
7741 #ifdef HAVE_NETINET_IN_SYSTM_H
7742 # include <netinet/in_systm.h>
7744 #ifdef HAVE_NETINET_IP_H
7745 # include <netinet/ip.h>
7747 #ifdef HAVE_NETINET_IP_VAR_H
7748 # include <netinet/ip_var.h>
7750 #ifdef HAVE_NETINET_IP_ICMP_H
7751 # include <netinet/ip_icmp.h>
7753 #ifdef HAVE_NETINET_UDP_H
7754 # include <netinet/udp.h>
7756 #ifdef HAVE_NETINET_TCP_H
7757 # include <netinet/tcp.h>
7759 #ifdef HAVE_NETINET_TCP_TIMER_H
7760 #include <netinet/tcp_timer.h>
7763 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7764 cat >>confdefs.h
<<_ACEOF
7765 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7773 for ac_header
in linux
/ipx.h linux
/irda.h linux
/rtnetlink.h
7775 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7776 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7777 #ifdef HAVE_ASM_TYPES_H
7778 # include <asm/types.h>
7780 #ifdef HAVE_SYS_SOCKET_H
7781 # include <sys/socket.h>
7783 #ifdef HAVE_LINUX_TYPES_H
7784 # include <linux/types.h>
7787 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7788 cat >>confdefs.h
<<_ACEOF
7789 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7797 for ac_header
in resolv.h
7799 ac_fn_c_check_header_compile
"$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
7800 #ifdef HAVE_SYS_SOCKET_H
7801 # include <sys/socket.h>
7803 #ifdef HAVE_NETINET_IN_H
7804 # include <netinet/in.h>
7806 #ifdef HAVE_ARPA_NAMESER_H
7807 # include <arpa/nameser.h>
7810 if test "x$ac_cv_header_resolv_h" = xyes
; then :
7811 cat >>confdefs.h
<<_ACEOF
7812 #define HAVE_RESOLV_H 1
7820 for ac_header
in ifaddrs.h
7822 ac_fn_c_check_header_compile
"$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
7824 if test "x$ac_cv_header_ifaddrs_h" = xyes
; then :
7825 cat >>confdefs.h
<<_ACEOF
7826 #define HAVE_IFADDRS_H 1
7834 for ac_header
in sys
/ucontext.h
7836 ac_fn_c_check_header_compile
"$LINENO" "sys/ucontext.h" "ac_cv_header_sys_ucontext_h" "#include <signal.h>
7838 if test "x$ac_cv_header_sys_ucontext_h" = xyes
; then :
7839 cat >>confdefs.h
<<_ACEOF
7840 #define HAVE_SYS_UCONTEXT_H 1
7848 for ac_header
in sys
/thr.h
7850 ac_fn_c_check_header_compile
"$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
7851 #ifdef HAVE_SYS_UCONTEXT_H
7852 #include <sys/ucontext.h>
7855 if test "x$ac_cv_header_sys_thr_h" = xyes
; then :
7856 cat >>confdefs.h
<<_ACEOF
7857 #define HAVE_SYS_THR_H 1
7865 for ac_header
in pthread_np.h
7867 ac_fn_c_check_header_compile
"$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
7868 #include <pthread.h>
7871 if test "x$ac_cv_header_pthread_np_h" = xyes
; then :
7872 cat >>confdefs.h
<<_ACEOF
7873 #define HAVE_PTHREAD_NP_H 1
7881 for ac_header
in linux
/videodev2.h
7883 ac_fn_c_check_header_compile
"$LINENO" "linux/videodev2.h" "ac_cv_header_linux_videodev2_h" "#ifdef HAVE_SYS_TIME_H
7884 #include <sys/time.h>
7886 #include <sys/types.h>
7887 #ifdef HAVE_ASM_TYPES_H
7888 #include <asm/types.h>
7891 if test "x$ac_cv_header_linux_videodev2_h" = xyes
; then :
7892 cat >>confdefs.h
<<_ACEOF
7893 #define HAVE_LINUX_VIDEODEV2_H 1
7901 for ac_header
in libprocstat.h
7903 ac_fn_c_check_header_compile
"$LINENO" "libprocstat.h" "ac_cv_header_libprocstat_h" "#ifdef HAVE_SYS_PARAM_H
7904 #include <sys/param.h>
7906 #ifdef HAVE_SYS_QUEUE_H
7907 #include <sys/queue.h>
7909 #ifdef HAVE_SYS_SOCKET_H
7910 #include <sys/socket.h>
7913 if test "x$ac_cv_header_libprocstat_h" = xyes
; then :
7914 cat >>confdefs.h
<<_ACEOF
7915 #define HAVE_LIBPROCSTAT_H 1
7932 UNIXDLLFLAGS
="-fPIC"
7934 UNIXLDFLAGS
="-shared -Wl,-Bsymbolic -Wl,-soname,\$(UNIXLIB)"
7940 WINELOADER_LDFLAGS
=""
7942 WINEPRELOADER_LDFLAGS
=""
7945 # Extract the first word of "ldd", so it can be a program name with args.
7946 set dummy ldd
; ac_word
=$2
7947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7948 $as_echo_n "checking for $ac_word... " >&6; }
7949 if ${ac_cv_path_LDD+:} false
; then :
7950 $as_echo_n "(cached) " >&6
7954 ac_cv_path_LDD
="$LDD" # Let the user override the test with a path.
7957 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7958 as_dummy
="/sbin:/usr/sbin:$PATH"
7959 for as_dir
in $as_dummy
7962 test -z "$as_dir" && as_dir
=.
7963 for ac_exec_ext
in '' $ac_executable_extensions; do
7964 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7965 ac_cv_path_LDD
="$as_dir/$ac_word$ac_exec_ext"
7966 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7973 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD
="true"
7978 if test -n "$LDD"; then
7979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
7980 $as_echo "$LDD" >&6; }
7982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7983 $as_echo "no" >&6; }
7987 if test -n "$ac_tool_prefix"; then
7988 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7989 set dummy
${ac_tool_prefix}otool
; ac_word
=$2
7990 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7991 $as_echo_n "checking for $ac_word... " >&6; }
7992 if ${ac_cv_prog_OTOOL+:} false
; then :
7993 $as_echo_n "(cached) " >&6
7995 if test -n "$OTOOL"; then
7996 ac_cv_prog_OTOOL
="$OTOOL" # Let the user override the test.
7998 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8002 test -z "$as_dir" && as_dir
=.
8003 for ac_exec_ext
in '' $ac_executable_extensions; do
8004 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8005 ac_cv_prog_OTOOL
="${ac_tool_prefix}otool"
8006 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8015 OTOOL
=$ac_cv_prog_OTOOL
8016 if test -n "$OTOOL"; then
8017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
8018 $as_echo "$OTOOL" >&6; }
8020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8021 $as_echo "no" >&6; }
8026 if test -z "$ac_cv_prog_OTOOL"; then
8028 # Extract the first word of "otool", so it can be a program name with args.
8029 set dummy otool
; ac_word
=$2
8030 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8031 $as_echo_n "checking for $ac_word... " >&6; }
8032 if ${ac_cv_prog_ac_ct_OTOOL+:} false
; then :
8033 $as_echo_n "(cached) " >&6
8035 if test -n "$ac_ct_OTOOL"; then
8036 ac_cv_prog_ac_ct_OTOOL
="$ac_ct_OTOOL" # Let the user override the test.
8038 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8042 test -z "$as_dir" && as_dir
=.
8043 for ac_exec_ext
in '' $ac_executable_extensions; do
8044 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8045 ac_cv_prog_ac_ct_OTOOL
="otool"
8046 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8055 ac_ct_OTOOL
=$ac_cv_prog_ac_ct_OTOOL
8056 if test -n "$ac_ct_OTOOL"; then
8057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
8058 $as_echo "$ac_ct_OTOOL" >&6; }
8060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8061 $as_echo "no" >&6; }
8064 if test "x$ac_ct_OTOOL" = x
; then
8067 case $cross_compiling:$ac_tool_warned in
8069 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8070 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8071 ac_tool_warned
=yes ;;
8076 OTOOL
="$ac_cv_prog_OTOOL"
8079 if test -n "$ac_tool_prefix"; then
8080 # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
8081 set dummy
${ac_tool_prefix}readelf
; ac_word
=$2
8082 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8083 $as_echo_n "checking for $ac_word... " >&6; }
8084 if ${ac_cv_prog_READELF+:} false
; then :
8085 $as_echo_n "(cached) " >&6
8087 if test -n "$READELF"; then
8088 ac_cv_prog_READELF
="$READELF" # Let the user override the test.
8090 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8094 test -z "$as_dir" && as_dir
=.
8095 for ac_exec_ext
in '' $ac_executable_extensions; do
8096 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8097 ac_cv_prog_READELF
="${ac_tool_prefix}readelf"
8098 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8107 READELF
=$ac_cv_prog_READELF
8108 if test -n "$READELF"; then
8109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
8110 $as_echo "$READELF" >&6; }
8112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8113 $as_echo "no" >&6; }
8118 if test -z "$ac_cv_prog_READELF"; then
8119 ac_ct_READELF
=$READELF
8120 # Extract the first word of "readelf", so it can be a program name with args.
8121 set dummy readelf
; ac_word
=$2
8122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8123 $as_echo_n "checking for $ac_word... " >&6; }
8124 if ${ac_cv_prog_ac_ct_READELF+:} false
; then :
8125 $as_echo_n "(cached) " >&6
8127 if test -n "$ac_ct_READELF"; then
8128 ac_cv_prog_ac_ct_READELF
="$ac_ct_READELF" # Let the user override the test.
8130 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8134 test -z "$as_dir" && as_dir
=.
8135 for ac_exec_ext
in '' $ac_executable_extensions; do
8136 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8137 ac_cv_prog_ac_ct_READELF
="readelf"
8138 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8147 ac_ct_READELF
=$ac_cv_prog_ac_ct_READELF
8148 if test -n "$ac_ct_READELF"; then
8149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
8150 $as_echo "$ac_ct_READELF" >&6; }
8152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8153 $as_echo "no" >&6; }
8156 if test "x$ac_ct_READELF" = x
; then
8159 case $cross_compiling:$ac_tool_warned in
8161 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8162 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8163 ac_tool_warned
=yes ;;
8165 READELF
=$ac_ct_READELF
8168 READELF
="$ac_cv_prog_READELF"
8176 CONFIGURE_TARGETS
=""
8179 wine_fn_append_file
()
8181 as_fn_append
$1 " \\$as_nl $2"
8184 wine_fn_append_rule
()
8186 as_fn_append wine_rules
"$as_nl$1"
8189 wine_fn_config_makefile
()
8191 wine_fn_append_file SUBDIRS
$1
8192 if eval test \"x\$
"$2"\" = x
"no"; then :
8193 wine_fn_append_file DISABLED_SUBDIRS
$1
8197 wine_fn_config_symlink
()
8200 wine_fn_append_rule \
8202 @./config.status \$@"
8203 for f
in $ac_links; do wine_fn_append_file CONFIGURE_TARGETS
$f; done
8207 test "x$enable_win64" != "xyes" || wine_binary
="wine64"
8208 WINELOADER_PROGRAMS
="$wine_binary"
8210 libwine_soversion
=`expr $libwine_version : '\([0-9]*\)\..*'`
8214 if test -n "$ac_tool_prefix"; then
8215 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8216 set dummy
${ac_tool_prefix}dlltool
; ac_word
=$2
8217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8218 $as_echo_n "checking for $ac_word... " >&6; }
8219 if ${ac_cv_prog_DLLTOOL+:} false
; then :
8220 $as_echo_n "(cached) " >&6
8222 if test -n "$DLLTOOL"; then
8223 ac_cv_prog_DLLTOOL
="$DLLTOOL" # Let the user override the test.
8225 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8229 test -z "$as_dir" && as_dir
=.
8230 for ac_exec_ext
in '' $ac_executable_extensions; do
8231 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8232 ac_cv_prog_DLLTOOL
="${ac_tool_prefix}dlltool"
8233 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8242 DLLTOOL
=$ac_cv_prog_DLLTOOL
8243 if test -n "$DLLTOOL"; then
8244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8245 $as_echo "$DLLTOOL" >&6; }
8247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8248 $as_echo "no" >&6; }
8253 if test -z "$ac_cv_prog_DLLTOOL"; then
8254 ac_ct_DLLTOOL
=$DLLTOOL
8255 # Extract the first word of "dlltool", so it can be a program name with args.
8256 set dummy dlltool
; ac_word
=$2
8257 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8258 $as_echo_n "checking for $ac_word... " >&6; }
8259 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false
; then :
8260 $as_echo_n "(cached) " >&6
8262 if test -n "$ac_ct_DLLTOOL"; then
8263 ac_cv_prog_ac_ct_DLLTOOL
="$ac_ct_DLLTOOL" # Let the user override the test.
8265 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8269 test -z "$as_dir" && as_dir
=.
8270 for ac_exec_ext
in '' $ac_executable_extensions; do
8271 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8272 ac_cv_prog_ac_ct_DLLTOOL
="dlltool"
8273 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8282 ac_ct_DLLTOOL
=$ac_cv_prog_ac_ct_DLLTOOL
8283 if test -n "$ac_ct_DLLTOOL"; then
8284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
8285 $as_echo "$ac_ct_DLLTOOL" >&6; }
8287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8288 $as_echo "no" >&6; }
8291 if test "x$ac_ct_DLLTOOL" = x
; then
8294 case $cross_compiling:$ac_tool_warned in
8296 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8297 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8298 ac_tool_warned
=yes ;;
8300 DLLTOOL
=$ac_ct_DLLTOOL
8303 DLLTOOL
="$ac_cv_prog_DLLTOOL"
8307 EXTRACFLAGS
="-D__WINE_PE_BUILD"
8309 *i
[3456]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--disable-stdcall-fixup" >&5
8310 $as_echo_n "checking whether the compiler supports -Wl,--disable-stdcall-fixup... " >&6; }
8311 if ${ac_cv_cflags__Wl___disable_stdcall_fixup+:} false
; then :
8312 $as_echo_n "(cached) " >&6
8314 ac_wine_try_cflags_saved
=$CFLAGS
8315 CFLAGS
="$CFLAGS -Wl,--disable-stdcall-fixup"
8316 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8317 /* end confdefs.h. */
8318 int main(int argc, char **argv) { return 0; }
8320 if ac_fn_c_try_link
"$LINENO"; then :
8321 ac_cv_cflags__Wl___disable_stdcall_fixup
=yes
8323 ac_cv_cflags__Wl___disable_stdcall_fixup
=no
8325 rm -f core conftest.err conftest.
$ac_objext \
8326 conftest
$ac_exeext conftest.
$ac_ext
8327 CFLAGS
=$ac_wine_try_cflags_saved
8329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___disable_stdcall_fixup" >&5
8330 $as_echo "$ac_cv_cflags__Wl___disable_stdcall_fixup" >&6; }
8331 if test "x$ac_cv_cflags__Wl___disable_stdcall_fixup" = xyes
; then :
8332 LDDLLFLAGS
="-Wl,--disable-stdcall-fixup"
8335 enable_mountmgr_sys
=${enable_mountmgr_sys:-no}
8336 enable_loader
=${enable_loader:-no}
8337 enable_server
=${enable_server:-no}
8338 with_x
=${with_x:-no}
8339 with_pthread
=${with_pthread:-no}
8344 ac_cpp
='$OBJCPP $CPPFLAGS'
8345 ac_compile
='$OBJC -c $OBJCFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8346 ac_link
='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8347 ac_compiler_gnu
=$ac_cv_objc_compiler_gnu
8350 ac_cpp
='$OBJCPP $CPPFLAGS'
8351 ac_compile
='$OBJC -c $OBJCFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8352 ac_link
='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8353 ac_compiler_gnu
=$ac_cv_objc_compiler_gnu
8354 if test -n "$ac_tool_prefix"; then
8355 for ac_prog
in gcc objcc objc cc CC
8357 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
8358 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
8359 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8360 $as_echo_n "checking for $ac_word... " >&6; }
8361 if ${ac_cv_prog_OBJC+:} false
; then :
8362 $as_echo_n "(cached) " >&6
8364 if test -n "$OBJC"; then
8365 ac_cv_prog_OBJC
="$OBJC" # Let the user override the test.
8367 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8371 test -z "$as_dir" && as_dir
=.
8372 for ac_exec_ext
in '' $ac_executable_extensions; do
8373 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8374 ac_cv_prog_OBJC
="$ac_tool_prefix$ac_prog"
8375 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8384 OBJC
=$ac_cv_prog_OBJC
8385 if test -n "$OBJC"; then
8386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJC" >&5
8387 $as_echo "$OBJC" >&6; }
8389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8390 $as_echo "no" >&6; }
8394 test -n "$OBJC" && break
8397 if test -z "$OBJC"; then
8399 for ac_prog
in gcc objcc objc cc CC
8401 # Extract the first word of "$ac_prog", so it can be a program name with args.
8402 set dummy
$ac_prog; ac_word
=$2
8403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8404 $as_echo_n "checking for $ac_word... " >&6; }
8405 if ${ac_cv_prog_ac_ct_OBJC+:} false
; then :
8406 $as_echo_n "(cached) " >&6
8408 if test -n "$ac_ct_OBJC"; then
8409 ac_cv_prog_ac_ct_OBJC
="$ac_ct_OBJC" # Let the user override the test.
8411 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8415 test -z "$as_dir" && as_dir
=.
8416 for ac_exec_ext
in '' $ac_executable_extensions; do
8417 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8418 ac_cv_prog_ac_ct_OBJC
="$ac_prog"
8419 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8428 ac_ct_OBJC
=$ac_cv_prog_ac_ct_OBJC
8429 if test -n "$ac_ct_OBJC"; then
8430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJC" >&5
8431 $as_echo "$ac_ct_OBJC" >&6; }
8433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8434 $as_echo "no" >&6; }
8438 test -n "$ac_ct_OBJC" && break
8441 if test "x$ac_ct_OBJC" = x
; then
8444 case $cross_compiling:$ac_tool_warned in
8446 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8447 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8448 ac_tool_warned
=yes ;;
8454 # Provide some information about the compiler.
8455 $as_echo "$as_me:${as_lineno-$LINENO}: checking for Objective C compiler version" >&5
8458 for ac_option
in --version -v -V -qversion; do
8459 { { ac_try
="$ac_compiler $ac_option >&5"
8461 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8462 *) ac_try_echo=$ac_try;;
8464 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
8465 $as_echo "$ac_try_echo"; } >&5
8466 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
8468 if test -s conftest.err; then
8470 ... rest of stderr output deleted ...
8471 10q' conftest.err >conftest.er1
8472 cat conftest.er1 >&5
8474 rm -f conftest.er1 conftest.err
8475 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
8476 test $ac_status = 0; }
8479 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU Objective C compiler" >&5
8480 $as_echo_n "checking whether we are using the GNU Objective C compiler... " >&6; }
8481 if ${ac_cv_objc_compiler_gnu+:} false; then :
8482 $as_echo_n "(cached) " >&6
8484 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8485 /* end confdefs.h. */
8498 if ac_fn_objc_try_compile "$LINENO"; then :
8503 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8504 ac_cv_objc_compiler_gnu=$ac_compiler_gnu
8507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objc_compiler_gnu" >&5
8508 $as_echo "$ac_cv_objc_compiler_gnu" >&6; }
8509 if test $ac_compiler_gnu = yes; then
8514 ac_test_OBJCFLAGS=${OBJCFLAGS+set}
8515 ac_save_OBJCFLAGS=$OBJCFLAGS
8516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $OBJC accepts -g" >&5
8517 $as_echo_n "checking whether $OBJC accepts -g... " >&6; }
8518 if ${ac_cv_prog_objc_g+:} false; then :
8519 $as_echo_n "(cached) " >&6
8521 ac_save_objc_werror_flag=$ac_objc_werror_flag
8522 ac_objc_werror_flag=yes
8523 ac_cv_prog_objc_g=no
8525 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8526 /* end confdefs.h. */
8536 if ac_fn_objc_try_compile "$LINENO"; then :
8537 ac_cv_prog_objc_g=yes
8540 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8541 /* end confdefs.h. */
8551 if ac_fn_objc_try_compile "$LINENO"; then :
8554 ac_objc_werror_flag=$ac_save_objc_werror_flag
8556 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8557 /* end confdefs.h. */
8567 if ac_fn_objc_try_compile "$LINENO"; then :
8568 ac_cv_prog_objc_g=yes
8570 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8572 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8574 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8575 ac_objc_werror_flag=$ac_save_objc_werror_flag
8577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_objc_g" >&5
8578 $as_echo "$ac_cv_prog_objc_g" >&6; }
8579 if test "$ac_test_OBJCFLAGS" = set; then
8580 OBJCFLAGS=$ac_save_OBJCFLAGS
8581 elif test $ac_cv_prog_objc_g = yes; then
8582 if test "$GOBJC" = yes; then
8588 if test "$GOBJC" = yes; then
8595 ac_cpp='$OBJCPP $CPPFLAGS'
8596 ac_compile='$OBJC -c $OBJCFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8597 ac_link='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8598 ac_compiler_gnu=$ac_cv_objc_compiler_gnu
8602 ac_cpp='$OBJCPP $CPPFLAGS'
8603 ac_compile='$OBJC -c $OBJCFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8604 ac_link='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8605 ac_compiler_gnu=$ac_cv_objc_compiler_gnu
8606 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the Objective C preprocessor" >&5
8607 $as_echo_n "checking how to run the Objective C preprocessor... " >&6; }
8608 if test -z "$OBJCPP"; then
8609 if ${ac_cv_prog_OBJCPP+:} false; then :
8610 $as_echo_n "(cached) " >&6
8612 # Double quotes because OBJCPP needs to be expanded
8613 for OBJCPP in "$OBJC -E" "/lib/cpp"
8616 for ac_objc_preproc_warn_flag in '' yes
8618 # Use a header file that comes with gcc, so configuring glibc
8619 # with a fresh cross-compiler works.
8620 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8621 # <limits.h> exists even on freestanding compilers.
8622 # On the NeXT, cc -E runs the code through the compiler's parser,
8623 # not just through cpp. "Syntax error" is here to catch this case.
8624 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8625 /* end confdefs.h. */
8627 # include <limits.h>
8629 # include <assert.h>
8633 if ac_fn_objc_try_cpp "$LINENO"; then :
8636 # Broken: fails on valid input.
8639 rm -f conftest.err conftest.i conftest.$ac_ext
8641 # OK, works on sane cases. Now check whether nonexistent headers
8642 # can be detected and how.
8643 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8644 /* end confdefs.h. */
8645 #include <ac_nonexistent.h>
8647 if ac_fn_objc_try_cpp "$LINENO"; then :
8648 # Broken: success on invalid input.
8651 # Passes both tests.
8655 rm -f conftest.err conftest.i conftest.$ac_ext
8658 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
8659 rm -f conftest.i conftest.err conftest.
$ac_ext
8660 if $ac_preproc_ok; then :
8665 ac_cv_prog_OBJCPP
=$OBJCPP
8668 OBJCPP
=$ac_cv_prog_OBJCPP
8670 ac_cv_prog_OBJCPP
=$OBJCPP
8672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCPP" >&5
8673 $as_echo "$OBJCPP" >&6; }
8675 for ac_objc_preproc_warn_flag
in '' yes
8677 # Use a header file that comes with gcc, so configuring glibc
8678 # with a fresh cross-compiler works.
8679 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8680 # <limits.h> exists even on freestanding compilers.
8681 # On the NeXT, cc -E runs the code through the compiler's parser,
8682 # not just through cpp. "Syntax error" is here to catch this case.
8683 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8684 /* end confdefs.h. */
8686 # include <limits.h>
8688 # include <assert.h>
8692 if ac_fn_objc_try_cpp
"$LINENO"; then :
8695 # Broken: fails on valid input.
8698 rm -f conftest.err conftest.i conftest.
$ac_ext
8700 # OK, works on sane cases. Now check whether nonexistent headers
8701 # can be detected and how.
8702 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8703 /* end confdefs.h. */
8704 #include <ac_nonexistent.h>
8706 if ac_fn_objc_try_cpp
"$LINENO"; then :
8707 # Broken: success on invalid input.
8710 # Passes both tests.
8714 rm -f conftest.err conftest.i conftest.
$ac_ext
8717 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
8718 rm -f conftest.i conftest.err conftest.
$ac_ext
8719 if $ac_preproc_ok; then :
8722 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
8723 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
8724 as_fn_error $?
"Objective C preprocessor \"$OBJCPP\" fails sanity check
8725 See \`config.log' for more details" "$LINENO" 5; }
8729 ac_cpp
='$OBJCPP $CPPFLAGS'
8730 ac_compile
='$OBJC -c $OBJCFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8731 ac_link
='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8732 ac_compiler_gnu
=$ac_cv_objc_compiler_gnu
8735 for ac_header
in Metal
/Metal.h
8737 ac_fn_objc_check_header_mongrel
"$LINENO" "Metal/Metal.h" "ac_cv_header_Metal_Metal_h" "$ac_includes_default"
8738 if test "x$ac_cv_header_Metal_Metal_h" = xyes
; then :
8739 cat >>confdefs.h
<<_ACEOF
8740 #define HAVE_METAL_METAL_H 1
8748 ac_cpp
='$CPP $CPPFLAGS'
8749 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8750 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8751 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
8754 DLLFLAGS
="$DLLFLAGS -fPIC"
8756 COREFOUNDATION_LIBS
="-framework CoreFoundation"
8758 IOKIT_LIBS
="-framework IOKit -framework CoreFoundation"
8760 APPLICATIONSERVICES_LIBS
="-framework ApplicationServices"
8762 CORESERVICES_LIBS
="-framework CoreServices"
8764 APPKIT_LIBS
="-framework AppKit"
8766 SYSTEMCONFIGURATION_LIBS
="-framework SystemConfiguration"
8769 WINELOADER_LDFLAGS
="-Wl,-pie,-segalign,0x1000,-pagezero_size,0x1000,-sectcreate,__TEXT,__info_plist,loader/wine_info.plist"
8771 wine_can_build_preloader
=yes
8772 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"
8773 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_new_main -e _main" >&5
8774 $as_echo_n "checking whether the compiler supports -Wl,-no_new_main -e _main... " >&6; }
8775 if ${ac_cv_cflags__Wl__no_new_main__e__main+:} false
; then :
8776 $as_echo_n "(cached) " >&6
8778 ac_wine_try_cflags_saved
=$CFLAGS
8779 CFLAGS
="$CFLAGS -Wl,-no_new_main -e _main"
8780 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8781 /* end confdefs.h. */
8782 int main(int argc, char **argv) { return 0; }
8784 if ac_fn_c_try_link
"$LINENO"; then :
8785 ac_cv_cflags__Wl__no_new_main__e__main
=yes
8787 ac_cv_cflags__Wl__no_new_main__e__main
=no
8789 rm -f core conftest.err conftest.
$ac_objext \
8790 conftest
$ac_exeext conftest.
$ac_ext
8791 CFLAGS
=$ac_wine_try_cflags_saved
8793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_new_main__e__main" >&5
8794 $as_echo "$ac_cv_cflags__Wl__no_new_main__e__main" >&6; }
8795 if test "x$ac_cv_cflags__Wl__no_new_main__e__main" = xyes
; then :
8796 WINEPRELOADER_LDFLAGS
="-Wl,-no_new_main $WINEPRELOADER_LDFLAGS"
8797 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_new_main -e _main -mmacosx-version-min=10.7 -nostartfiles -nodefaultlibs" >&5
8798 $as_echo_n "checking whether the compiler supports -Wl,-no_new_main -e _main -mmacosx-version-min=10.7 -nostartfiles -nodefaultlibs... " >&6; }
8799 if ${ac_cv_cflags__Wl__no_new_main__e__main__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs+:} false
; then :
8800 $as_echo_n "(cached) " >&6
8802 ac_wine_try_cflags_saved
=$CFLAGS
8803 CFLAGS
="$CFLAGS -Wl,-no_new_main -e _main -mmacosx-version-min=10.7 -nostartfiles -nodefaultlibs"
8804 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8805 /* end confdefs.h. */
8806 int main(int argc, char **argv) { return 0; }
8808 if ac_fn_c_try_link
"$LINENO"; then :
8809 ac_cv_cflags__Wl__no_new_main__e__main__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs
=yes
8811 ac_cv_cflags__Wl__no_new_main__e__main__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs
=no
8813 rm -f core conftest.err conftest.
$ac_objext \
8814 conftest
$ac_exeext conftest.
$ac_ext
8815 CFLAGS
=$ac_wine_try_cflags_saved
8817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_new_main__e__main__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs" >&5
8818 $as_echo "$ac_cv_cflags__Wl__no_new_main__e__main__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs" >&6; }
8819 if test "x$ac_cv_cflags__Wl__no_new_main__e__main__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs" = xyes
; then :
8820 WINEPRELOADER_LDFLAGS
="-mmacosx-version-min=10.7 $WINEPRELOADER_LDFLAGS"
8822 wine_can_build_preloader
=no
8825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -mmacosx-version-min=10.7 -nostartfiles -nodefaultlibs" >&5
8826 $as_echo_n "checking whether the compiler supports -mmacosx-version-min=10.7 -nostartfiles -nodefaultlibs... " >&6; }
8827 if ${ac_cv_cflags__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs+:} false
; then :
8828 $as_echo_n "(cached) " >&6
8830 ac_wine_try_cflags_saved
=$CFLAGS
8831 CFLAGS
="$CFLAGS -mmacosx-version-min=10.7 -nostartfiles -nodefaultlibs"
8832 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8833 /* end confdefs.h. */
8834 int main(int argc, char **argv) { return 0; }
8836 if ac_fn_c_try_link
"$LINENO"; then :
8837 ac_cv_cflags__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs
=yes
8839 ac_cv_cflags__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs
=no
8841 rm -f core conftest.err conftest.
$ac_objext \
8842 conftest
$ac_exeext conftest.
$ac_ext
8843 CFLAGS
=$ac_wine_try_cflags_saved
8845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs" >&5
8846 $as_echo "$ac_cv_cflags__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs" >&6; }
8847 if test "x$ac_cv_cflags__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs" = xyes
; then :
8848 WINEPRELOADER_LDFLAGS
="-mmacosx-version-min=10.7 $WINEPRELOADER_LDFLAGS"
8850 wine_can_build_preloader
=no
8853 if test "$wine_can_build_preloader" = "yes"
8855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_pie" >&5
8856 $as_echo_n "checking whether the compiler supports -Wl,-no_pie... " >&6; }
8857 if ${ac_cv_cflags__Wl__no_pie+:} false
; then :
8858 $as_echo_n "(cached) " >&6
8860 ac_wine_try_cflags_saved
=$CFLAGS
8861 CFLAGS
="$CFLAGS -Wl,-no_pie"
8862 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8863 /* end confdefs.h. */
8864 int main(int argc, char **argv) { return 0; }
8866 if ac_fn_c_try_link
"$LINENO"; then :
8867 ac_cv_cflags__Wl__no_pie
=yes
8869 ac_cv_cflags__Wl__no_pie
=no
8871 rm -f core conftest.err conftest.
$ac_objext \
8872 conftest
$ac_exeext conftest.
$ac_ext
8873 CFLAGS
=$ac_wine_try_cflags_saved
8875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_pie" >&5
8876 $as_echo "$ac_cv_cflags__Wl__no_pie" >&6; }
8877 if test "x$ac_cv_cflags__Wl__no_pie" = xyes
; then :
8878 WINEPRELOADER_LDFLAGS
="-Wl,-no_pie $WINEPRELOADER_LDFLAGS"
8880 test "$wine_binary" = wine || wine_fn_append_file CONFIGURE_TARGETS
"loader/wine-preloader"
8881 WINELOADER_PROGRAMS
="$WINELOADER_PROGRAMS $wine_binary-preloader"
8883 as_fn_append wine_warnings
"|can't build Wine preloader; many programs won't work"
8886 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8888 DISKARBITRATION_LIBS
="-framework DiskArbitration -framework CoreFoundation"
8891 if test "$ac_cv_header_Security_Security_h" = "yes"
8893 SECURITY_LIBS
="-framework Security -framework CoreFoundation"
8896 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes"
8898 COREAUDIO_LIBS
="-framework CoreFoundation -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework CoreMIDI"
8900 enable_winecoreaudio_drv
=${enable_winecoreaudio_drv:-yes}
8902 if test "$ac_cv_header_OpenAL_al_h" = "yes"
8904 OPENAL_LIBS
="-framework OpenAL"
8907 cat >>confdefs.h
<<_ACEOF
8908 #define HAVE_OPENAL 1
8911 ac_cv_lib_openal
=yes
8913 if test "$ac_cv_header_OpenCL_opencl_h" = "yes"
8915 OPENCL_LIBS
="-framework OpenCL"
8917 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
8919 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
8921 ac_save_LIBS
="$LIBS"
8922 LIBS
="$LIBS $IOKIT_LIBS"
8923 for ac_func
in IOHIDManagerCreate
8925 ac_fn_c_check_func
"$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
8926 if test "x$ac_cv_func_IOHIDManagerCreate" = xyes
; then :
8927 cat >>confdefs.h
<<_ACEOF
8928 #define HAVE_IOHIDMANAGERCREATE 1
8934 LIBS
="$ac_save_LIBS"
8937 if test "x$with_quicktime" != "xno"
8939 if test "$ac_cv_header_QuickTime_ImageCompression_h" = "yes"
8941 ac_save_LIBS
="$LIBS"
8942 LIBS
="-framework QuickTime -framework ApplicationServices -framework CoreVideo $LIBS"
8943 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the QuickTime framework" >&5
8944 $as_echo_n "checking for the QuickTime framework... " >&6; }
8945 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8946 /* end confdefs.h. */
8947 #include <QuickTime/ImageCompression.h>
8951 CodecManagerVersion(NULL);
8956 if ac_fn_c_try_link
"$LINENO"; then :
8957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8958 $as_echo "yes" >&6; }
8959 QUICKTIME_LIBS
="-framework QuickTime -framework ApplicationServices -framework CoreVideo"
8961 enable_wineqtdecoder
=${enable_wineqtdecoder:-yes}
8963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8964 $as_echo "no" >&6; }
8965 ac_cv_header_QuickTime_ImageCompression_h
=no
8967 rm -f core conftest.err conftest.
$ac_objext \
8968 conftest
$ac_exeext conftest.
$ac_ext
8969 LIBS
="$ac_save_LIBS"
8972 if test "$ac_cv_header_QuickTime_ImageCompression_h" != "yes"; then :
8973 case "x$with_quicktime" in
8974 x
) as_fn_append wine_notices
"|QuickTime ${notice_platform}development files not found, video decoding won't be supported." ;;
8976 *) as_fn_error $?
"QuickTime ${notice_platform}development files not found, video decoding won't be supported.
8977 This is an error since --with-quicktime was requested." "$LINENO" 5 ;;
8982 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8984 CARBON_LIBS
="-framework Carbon"
8987 if test "$ac_cv_header_Metal_Metal_h" = "yes"
8989 METAL_LIBS
="-framework Metal -framework QuartzCore"
8993 if test "$ac_cv_header_Metal_Metal_h" = "yes"
8995 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether MTLDevice protocol supports registryID property" >&5
8996 $as_echo_n "checking whether MTLDevice protocol supports registryID property... " >&6; }
8998 ac_cpp
='$OBJCPP $CPPFLAGS'
8999 ac_compile
='$OBJC -c $OBJCFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9000 ac_link
='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9001 ac_compiler_gnu
=$ac_cv_objc_compiler_gnu
9003 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9004 /* end confdefs.h. */
9005 #include <Metal/Metal.h>
9009 id<MTLDevice> device; device.registryID;
9014 if ac_fn_objc_try_compile
"$LINENO"; then :
9015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9016 $as_echo "yes" >&6; }
9018 $as_echo "#define HAVE_MTLDEVICE_REGISTRYID 1" >>confdefs.h
9021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9022 $as_echo "no" >&6; }
9024 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
9026 ac_cpp
='$CPP $CPPFLAGS'
9027 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9028 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9029 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
9033 if test "$ac_cv_header_ApplicationServices_ApplicationServices_h" = "yes"
9035 ac_save_LIBS
="$LIBS"
9036 LIBS
="$LIBS $APPLICATIONSERVICES_LIBS"
9037 ac_fn_c_check_func
"$LINENO" "CGDisplayModeGetWidth" "ac_cv_func_CGDisplayModeGetWidth"
9038 if test "x$ac_cv_func_CGDisplayModeGetWidth" = xyes
; then :
9039 enable_winemac_drv
=${enable_winemac_drv:-yes}
9042 LIBS
="$ac_save_LIBS"
9045 UNIXLDFLAGS
="-dynamiclib -install_name @loader_path/\$(UNIXLIB)"
9046 LIBWINE_SHAREDLIB
="libwine.$libwine_version.dylib"
9048 LIBWINE_LDFLAGS
="-dynamiclib -install_name @rpath/libwine.$libwine_soversion.dylib -Wl,-rpath,@loader_path/ -compatibility_version $libwine_soversion -current_version $libwine_version"
9050 WINELOADER_DEPENDS
="wine_info.plist"
9052 TOP_INSTALL_LIB
="$TOP_INSTALL_LIB libs/wine/libwine.$libwine_version.dylib libs/wine/libwine.$libwine_soversion.dylib"
9057 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
9059 DLLFLAGS
="$DLLFLAGS -fPIC"
9061 LDEXECFLAGS
="-Wl,-pie"
9062 enable_wineandroid_drv
=${enable_wineandroid_drv:-yes}
9063 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-z,defs" >&5
9064 $as_echo_n "checking whether the compiler supports -Wl,-z,defs... " >&6; }
9065 if ${ac_cv_cflags__Wl__z_defs+:} false
; then :
9066 $as_echo_n "(cached) " >&6
9068 ac_wine_try_cflags_saved
=$CFLAGS
9069 CFLAGS
="$CFLAGS -Wl,-z,defs"
9070 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9071 /* end confdefs.h. */
9072 int main(int argc, char **argv) { return 0; }
9074 if ac_fn_c_try_link
"$LINENO"; then :
9075 ac_cv_cflags__Wl__z_defs
=yes
9077 ac_cv_cflags__Wl__z_defs
=no
9079 rm -f core conftest.err conftest.
$ac_objext \
9080 conftest
$ac_exeext conftest.
$ac_ext
9081 CFLAGS
=$ac_wine_try_cflags_saved
9083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__z_defs" >&5
9084 $as_echo "$ac_cv_cflags__Wl__z_defs" >&6; }
9085 if test "x$ac_cv_cflags__Wl__z_defs" = xyes
; then :
9086 UNIXLDFLAGS
="$UNIXLDFLAGS -Wl,-z,defs"
9088 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
9089 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
9090 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false
; then :
9091 $as_echo_n "(cached) " >&6
9093 ac_wine_try_cflags_saved
=$CFLAGS
9094 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
9095 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9096 /* end confdefs.h. */
9097 int main(int argc, char **argv) { return 0; }
9099 if ac_fn_c_try_link
"$LINENO"; then :
9100 ac_cv_cflags__fPIC__Wl___export_dynamic
=yes
9102 ac_cv_cflags__fPIC__Wl___export_dynamic
=no
9104 rm -f core conftest.err conftest.
$ac_objext \
9105 conftest
$ac_exeext conftest.
$ac_ext
9106 CFLAGS
=$ac_wine_try_cflags_saved
9108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
9109 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
9110 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes
; then :
9111 WINELOADER_LDFLAGS
="-Wl,--export-dynamic"
9113 WINEPRELOADER_LDFLAGS
="-static -nostartfiles -nodefaultlibs -Wl,-Ttext=0x7d400000"
9115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lEGL" >&5
9116 $as_echo_n "checking for -lEGL... " >&6; }
9117 if ${ac_cv_lib_soname_EGL+:} false
; then :
9118 $as_echo_n "(cached) " >&6
9120 ac_check_soname_save_LIBS
=$LIBS
9122 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9123 /* end confdefs.h. */
9125 /* Override any GCC internal prototype to avoid an error.
9126 Use char because int might match the return type of a GCC
9127 builtin and then its argument prototype would still apply. */
9131 char eglGetProcAddress ();
9135 return eglGetProcAddress ();
9140 if ac_fn_c_try_link
"$LINENO"; then :
9142 dll
) ac_cv_lib_soname_EGL
=`$ac_cv_path_LDD conftest.exe | grep "EGL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9143 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'` ;;
9144 *) ac_cv_lib_soname_EGL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libEGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libEGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9145 if ${ac_cv_lib_soname_EGL:+false} :; then :
9146 ac_cv_lib_soname_EGL
=`$LDD conftest$ac_exeext | grep "libEGL\\.$LIBEXT" | sed -e "s/^.*\(libEGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9150 ac_cv_lib_soname_EGL
=
9152 rm -f core conftest.err conftest.
$ac_objext \
9153 conftest
$ac_exeext conftest.
$ac_ext
9154 LIBS
=$ac_check_soname_save_LIBS
9156 if ${ac_cv_lib_soname_EGL:+false} :; then :
9157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9158 $as_echo "not found" >&6; }
9161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_EGL" >&5
9162 $as_echo "$ac_cv_lib_soname_EGL" >&6; }
9164 cat >>confdefs.h
<<_ACEOF
9165 #define SONAME_LIBEGL "$ac_cv_lib_soname_EGL"
9170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLESv2" >&5
9171 $as_echo_n "checking for -lGLESv2... " >&6; }
9172 if ${ac_cv_lib_soname_GLESv2+:} false
; then :
9173 $as_echo_n "(cached) " >&6
9175 ac_check_soname_save_LIBS
=$LIBS
9176 LIBS
="-lGLESv2 $LIBS"
9177 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9178 /* end confdefs.h. */
9180 /* Override any GCC internal prototype to avoid an error.
9181 Use char because int might match the return type of a GCC
9182 builtin and then its argument prototype would still apply. */
9195 if ac_fn_c_try_link
"$LINENO"; then :
9197 dll
) ac_cv_lib_soname_GLESv2
=`$ac_cv_path_LDD conftest.exe | grep "GLESv2" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9198 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'` ;;
9199 *) ac_cv_lib_soname_GLESv2
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGLESv2\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGLESv2\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9200 if ${ac_cv_lib_soname_GLESv2:+false} :; then :
9201 ac_cv_lib_soname_GLESv2
=`$LDD conftest$ac_exeext | grep "libGLESv2\\.$LIBEXT" | sed -e "s/^.*\(libGLESv2\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9205 ac_cv_lib_soname_GLESv2
=
9207 rm -f core conftest.err conftest.
$ac_objext \
9208 conftest
$ac_exeext conftest.
$ac_ext
9209 LIBS
=$ac_check_soname_save_LIBS
9211 if ${ac_cv_lib_soname_GLESv2:+false} :; then :
9212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9213 $as_echo "not found" >&6; }
9216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLESv2" >&5
9217 $as_echo "$ac_cv_lib_soname_GLESv2" >&6; }
9219 cat >>confdefs.h
<<_ACEOF
9220 #define SONAME_LIBGLESV2 "$ac_cv_lib_soname_GLESv2"
9226 if test "x$exec_prefix" = xNONE
9229 *i
[3456]86*) exec_prefix
='${prefix}/x86' ;;
9230 *x86_64
*) exec_prefix
='${prefix}/x86_64' ;;
9231 *arm
*) exec_prefix
='${prefix}/armeabi-v7a' ;;
9232 *aarch64
*) exec_prefix
='${prefix}/arm64-v8a' ;;
9239 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
9243 DLLFLAGS
="$DLLFLAGS -fno-PIC"
9244 LDDLLFLAGS
="-fno-PIC"
9245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-PIC -Wl,-z,notext" >&5
9246 $as_echo_n "checking whether the compiler supports -fno-PIC -Wl,-z,notext... " >&6; }
9247 if ${ac_cv_cflags__fno_PIC__Wl__z_notext+:} false
; then :
9248 $as_echo_n "(cached) " >&6
9250 ac_wine_try_cflags_saved
=$CFLAGS
9251 CFLAGS
="$CFLAGS -fno-PIC -Wl,-z,notext"
9252 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9253 /* end confdefs.h. */
9254 int main(int argc, char **argv) { return 0; }
9256 if ac_fn_c_try_link
"$LINENO"; then :
9257 ac_cv_cflags__fno_PIC__Wl__z_notext
=yes
9259 ac_cv_cflags__fno_PIC__Wl__z_notext
=no
9261 rm -f core conftest.err conftest.
$ac_objext \
9262 conftest
$ac_exeext conftest.
$ac_ext
9263 CFLAGS
=$ac_wine_try_cflags_saved
9265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_PIC__Wl__z_notext" >&5
9266 $as_echo "$ac_cv_cflags__fno_PIC__Wl__z_notext" >&6; }
9267 if test "x$ac_cv_cflags__fno_PIC__Wl__z_notext" = xyes
; then :
9268 LDDLLFLAGS
="$LDDLLFLAGS -Wl,-z,notext"
9272 DLLFLAGS
="$DLLFLAGS -fPIC"
9273 LDDLLFLAGS
="-fPIC" ;;
9275 LIBWINE_LDFLAGS
="-shared -Wl,-soname,libwine.so.$libwine_soversion"
9277 echo '{ global: *; };' >conftest.map
9278 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -shared -Wl,--version-script=conftest.map" >&5
9279 $as_echo_n "checking whether the compiler supports -shared -Wl,--version-script=conftest.map... " >&6; }
9280 if ${ac_cv_cflags__shared__Wl___version_script_conftest_map+:} false
; then :
9281 $as_echo_n "(cached) " >&6
9283 ac_wine_try_cflags_saved
=$CFLAGS
9284 CFLAGS
="$CFLAGS -shared -Wl,--version-script=conftest.map"
9285 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9286 /* end confdefs.h. */
9287 int main(int argc, char **argv) { return 0; }
9289 if ac_fn_c_try_link
"$LINENO"; then :
9290 ac_cv_cflags__shared__Wl___version_script_conftest_map
=yes
9292 ac_cv_cflags__shared__Wl___version_script_conftest_map
=no
9294 rm -f core conftest.err conftest.
$ac_objext \
9295 conftest
$ac_exeext conftest.
$ac_ext
9296 CFLAGS
=$ac_wine_try_cflags_saved
9298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__shared__Wl___version_script_conftest_map" >&5
9299 $as_echo "$ac_cv_cflags__shared__Wl___version_script_conftest_map" >&6; }
9300 if test "x$ac_cv_cflags__shared__Wl___version_script_conftest_map" = xyes
; then :
9301 LIBWINE_LDFLAGS
="$LIBWINE_LDFLAGS -Wl,--version-script=\$(srcdir)/wine.map"
9305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-z,defs" >&5
9306 $as_echo_n "checking whether the compiler supports -Wl,-z,defs... " >&6; }
9307 if ${ac_cv_cflags__Wl__z_defs+:} false
; then :
9308 $as_echo_n "(cached) " >&6
9310 ac_wine_try_cflags_saved
=$CFLAGS
9311 CFLAGS
="$CFLAGS -Wl,-z,defs"
9312 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9313 /* end confdefs.h. */
9314 int main(int argc, char **argv) { return 0; }
9316 if ac_fn_c_try_link
"$LINENO"; then :
9317 ac_cv_cflags__Wl__z_defs
=yes
9319 ac_cv_cflags__Wl__z_defs
=no
9321 rm -f core conftest.err conftest.
$ac_objext \
9322 conftest
$ac_exeext conftest.
$ac_ext
9323 CFLAGS
=$ac_wine_try_cflags_saved
9325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__z_defs" >&5
9326 $as_echo "$ac_cv_cflags__Wl__z_defs" >&6; }
9327 if test "x$ac_cv_cflags__Wl__z_defs" = xyes
; then :
9328 UNIXLDFLAGS
="$UNIXLDFLAGS -Wl,-z,defs"
9330 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--export-dynamic" >&5
9331 $as_echo_n "checking whether the compiler supports -Wl,--export-dynamic... " >&6; }
9332 if ${ac_cv_cflags__Wl___export_dynamic+:} false
; then :
9333 $as_echo_n "(cached) " >&6
9335 ac_wine_try_cflags_saved
=$CFLAGS
9336 CFLAGS
="$CFLAGS -Wl,--export-dynamic"
9337 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9338 /* end confdefs.h. */
9339 int main(int argc, char **argv) { return 0; }
9341 if ac_fn_c_try_link
"$LINENO"; then :
9342 ac_cv_cflags__Wl___export_dynamic
=yes
9344 ac_cv_cflags__Wl___export_dynamic
=no
9346 rm -f core conftest.err conftest.
$ac_objext \
9347 conftest
$ac_exeext conftest.
$ac_ext
9348 CFLAGS
=$ac_wine_try_cflags_saved
9350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___export_dynamic" >&5
9351 $as_echo "$ac_cv_cflags__Wl___export_dynamic" >&6; }
9352 if test "x$ac_cv_cflags__Wl___export_dynamic" = xyes
; then :
9353 WINELOADER_LDFLAGS
="-Wl,--export-dynamic"
9355 WINEPRELOADER_LDFLAGS
="-static -nostartfiles -nodefaultlibs -Wl,-Ttext=0x7d400000"
9358 *i
[3456789]86* | x86_64 |
*aarch64
* | arm
*)
9359 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000" >&5
9360 $as_echo_n "checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000... " >&6; }
9361 if ${ac_cv_cflags__Wl__Ttext_segment_0x7bc00000+:} false
; then :
9362 $as_echo_n "(cached) " >&6
9364 ac_wine_try_cflags_saved
=$CFLAGS
9365 CFLAGS
="$CFLAGS -Wl,-Ttext-segment=0x7bc00000"
9366 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9367 /* end confdefs.h. */
9368 int main(int argc, char **argv) { return 0; }
9370 if ac_fn_c_try_link
"$LINENO"; then :
9371 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000
=yes
9373 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000
=no
9375 rm -f core conftest.err conftest.
$ac_objext \
9376 conftest
$ac_exeext conftest.
$ac_ext
9377 CFLAGS
=$ac_wine_try_cflags_saved
9379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&5
9380 $as_echo "$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&6; }
9381 if test "x$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" = xyes
; then :
9383 freebsd
* | kfreebsd
*-gnu) WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,-Ttext-segment=0x60000000" ;;
9384 *) WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,-Ttext-segment=0x7d000000" ;;
9387 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7d000400" >&5
9388 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7d000400... " >&6; }
9389 if ${ac_cv_cflags__Wl___section_start__interp_0x7d000400+:} false
; then :
9390 $as_echo_n "(cached) " >&6
9392 ac_wine_try_cflags_saved
=$CFLAGS
9393 CFLAGS
="$CFLAGS -Wl,--section-start,.interp=0x7d000400"
9394 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9395 /* end confdefs.h. */
9396 int main(int argc, char **argv) { return 0; }
9398 if ac_fn_c_try_link
"$LINENO"; then :
9399 ac_cv_cflags__Wl___section_start__interp_0x7d000400
=yes
9401 ac_cv_cflags__Wl___section_start__interp_0x7d000400
=no
9403 rm -f core conftest.err conftest.
$ac_objext \
9404 conftest
$ac_exeext conftest.
$ac_ext
9405 CFLAGS
=$ac_wine_try_cflags_saved
9407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7d000400" >&5
9408 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7d000400" >&6; }
9409 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7d000400" = xyes
; then :
9411 freebsd
* | kfreebsd
*-gnu) WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,--section-start,.interp=0x60000400" ;;
9412 *) WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,--section-start,.interp=0x7d000400" ;;
9415 # Extract the first word of "prelink", so it can be a program name with args.
9416 set dummy prelink
; ac_word
=$2
9417 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9418 $as_echo_n "checking for $ac_word... " >&6; }
9419 if ${ac_cv_path_PRELINK+:} false
; then :
9420 $as_echo_n "(cached) " >&6
9424 ac_cv_path_PRELINK
="$PRELINK" # Let the user override the test with a path.
9427 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9428 for as_dir
in /sbin
/usr
/sbin
$PATH
9431 test -z "$as_dir" && as_dir
=.
9432 for ac_exec_ext
in '' $ac_executable_extensions; do
9433 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
9434 ac_cv_path_PRELINK
="$as_dir/$ac_word$ac_exec_ext"
9435 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9442 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK
="false"
9446 PRELINK
=$ac_cv_path_PRELINK
9447 if test -n "$PRELINK"; then
9448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
9449 $as_echo "$PRELINK" >&6; }
9451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9452 $as_echo "no" >&6; }
9456 if test "x$PRELINK" = xfalse
9458 as_fn_append wine_warnings
"|prelink not found and linker does not support relocation, base address of core dlls won't be set correctly."
9461 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-z,max-page-size=0x1000" >&5
9462 $as_echo_n "checking whether the compiler supports -Wl,-z,max-page-size=0x1000... " >&6; }
9463 if ${ac_cv_cflags__Wl__z_max_page_size_0x1000+:} false
; then :
9464 $as_echo_n "(cached) " >&6
9466 ac_wine_try_cflags_saved
=$CFLAGS
9467 CFLAGS
="$CFLAGS -Wl,-z,max-page-size=0x1000"
9468 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9469 /* end confdefs.h. */
9470 int main(int argc, char **argv) { return 0; }
9472 if ac_fn_c_try_link
"$LINENO"; then :
9473 ac_cv_cflags__Wl__z_max_page_size_0x1000
=yes
9475 ac_cv_cflags__Wl__z_max_page_size_0x1000
=no
9477 rm -f core conftest.err conftest.
$ac_objext \
9478 conftest
$ac_exeext conftest.
$ac_ext
9479 CFLAGS
=$ac_wine_try_cflags_saved
9481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__z_max_page_size_0x1000" >&5
9482 $as_echo "$ac_cv_cflags__Wl__z_max_page_size_0x1000" >&6; }
9483 if test "x$ac_cv_cflags__Wl__z_max_page_size_0x1000" = xyes
; then :
9484 WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,-z,max-page-size=0x1000"
9488 LIBWINE_SHAREDLIB
="libwine.so.$libwine_version"
9490 LIBWINE_DEPENDS
="wine.map"
9492 TOP_INSTALL_LIB
="$TOP_INSTALL_LIB libs/wine/libwine.so.$libwine_version libs/wine/libwine.so.$libwine_soversion"
9496 enable_winecoreaudio_drv
=${enable_winecoreaudio_drv:-no}
9497 enable_wineqtdecoder
=${enable_wineqtdecoder:-no}
9498 enable_wineandroid_drv
=${enable_wineandroid_drv:-no}
9499 enable_winemac_drv
=${enable_winemac_drv:-no}
9500 test "$ac_cv_header_linux_joystick_h" = "yes" -o "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes" || enable_winejoystick_drv
=${enable_winejoystick_drv:-no}
9503 if test "x$with_mingw" != xno
9505 case "x$with_mingw" in
9506 x|xyes
) case "$host_cpu" in
9508 ac_prefix_list
="aarch64-w64-mingw32-clang aarch64-w64-mingw32-gcc clang" ;;
9510 ac_prefix_list
="armv7-w64-mingw32-clang armv7-w64-mingw32-gcc clang" ;;
9512 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
9513 i686-w64-mingw32-clang i586-w64-mingw32-clang i486-w64-mingw32-clang i386-w64-mingw32-clang
9514 mingw32-gcc clang" ;;
9516 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
9517 x86_64-w64-mingw32-clang amd64-w64-mingw32-clang clang" ;;
9519 ac_prefix_list
="" ;;
9521 for ac_prog
in $ac_prefix_list
9523 # Extract the first word of "$ac_prog", so it can be a program name with args.
9524 set dummy
$ac_prog; ac_word
=$2
9525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9526 $as_echo_n "checking for $ac_word... " >&6; }
9527 if ${ac_cv_prog_CROSSCC+:} false
; then :
9528 $as_echo_n "(cached) " >&6
9530 if test -n "$CROSSCC"; then
9531 ac_cv_prog_CROSSCC
="$CROSSCC" # Let the user override the test.
9533 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9537 test -z "$as_dir" && as_dir
=.
9538 for ac_exec_ext
in '' $ac_executable_extensions; do
9539 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
9540 ac_cv_prog_CROSSCC
="$ac_prog"
9541 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9550 CROSSCC
=$ac_cv_prog_CROSSCC
9551 if test -n "$CROSSCC"; then
9552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
9553 $as_echo "$CROSSCC" >&6; }
9555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9556 $as_echo "no" >&6; }
9560 test -n "$CROSSCC" && break
9562 test -n "$CROSSCC" || CROSSCC
="false"
9564 *) CROSSCC
=$with_mingw ;;
9566 if test "$CROSSCC" != "false"
9569 saved_CFLAGS
=$CFLAGS
9570 saved_LDFLAGS
=$LDFLAGS
9571 CROSSCFLAGS
=${CROSSCFLAGS:-"-g -O2"}
9573 EXTRACROSSCFLAGS
="-D__WINE_PE_BUILD -Wall"
9579 LDFLAGS
=$CROSSLDFLAGS
9580 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CROSSCC works" >&5
9581 $as_echo_n "checking whether $CROSSCC works... " >&6; }
9582 if ${wine_cv_crosscc+:} false
; then :
9583 $as_echo_n "(cached) " >&6
9585 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9586 /* end confdefs.h. */
9596 if ac_fn_c_try_compile
"$LINENO"; then :
9601 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
9603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_crosscc" >&5
9604 $as_echo "$wine_cv_crosscc" >&6; }
9605 if test $wine_cv_crosscc = yes
9612 *-gcc) CROSSTARGET
=`expr "$1" : '\(.*\)-gcc'` ;;
9613 *-clang) CROSSTARGET
=`expr "$1" : '\(.*\)-clang'` ;;
9618 llvm_target
=$CROSSTARGET
9619 llvm_cflags
="-fuse-ld=lld"
9620 if test -z "$llvm_target"
9623 *i
[3456789]86*) llvm_target
=i686-windows
;;
9624 *) llvm_target
=$host_cpu-windows ;;
9627 case $llvm_target in
9628 *windows
) llvm_cflags
="$llvm_cflags -Wl,-subsystem:console" ;;
9630 as_ac_var
=`$as_echo "ac_cv_crosscflags_-target $llvm_target $llvm_cflags" | $as_tr_sh`
9631 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -target $llvm_target $llvm_cflags" >&5
9632 $as_echo_n "checking whether the cross-compiler supports -target $llvm_target $llvm_cflags... " >&6; }
9633 if eval \
${$as_ac_var+:} false
; then :
9634 $as_echo_n "(cached) " >&6
9636 ac_wine_try_cflags_saved
=$CFLAGS
9637 ac_wine_try_cflags_saved_cc
=$CC
9638 ac_wine_try_cflags_saved_exeext
=$ac_exeext
9639 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -target $llvm_target $llvm_cflags"
9642 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9643 /* end confdefs.h. */
9644 int __cdecl mainCRTStartup(void) { return 0; }
9646 if ac_fn_c_try_link
"$LINENO"; then :
9647 eval "$as_ac_var=yes"
9649 eval "$as_ac_var=no"
9651 rm -f core conftest.err conftest.
$ac_objext \
9652 conftest
$ac_exeext conftest.
$ac_ext
9653 CFLAGS
=$ac_wine_try_cflags_saved
9654 CC
=$ac_wine_try_cflags_saved_cc
9655 ac_exeext
=$ac_wine_try_cflags_saved_exeext
9657 eval ac_res
=\$
$as_ac_var
9658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
9659 $as_echo "$ac_res" >&6; }
9660 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
9661 CROSSTARGET
=$llvm_target
9662 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -target $CROSSTARGET"
9663 DELAYLOADFLAG
="-Wl,-delayload,"
9665 CFLAGS
="$CFLAGS $llvm_cflags"
9668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -fno-strict-aliasing" >&5
9669 $as_echo_n "checking whether the cross-compiler supports -fno-strict-aliasing... " >&6; }
9670 if ${ac_cv_crosscflags__fno_strict_aliasing+:} false
; then :
9671 $as_echo_n "(cached) " >&6
9673 ac_wine_try_cflags_saved
=$CFLAGS
9674 ac_wine_try_cflags_saved_cc
=$CC
9675 ac_wine_try_cflags_saved_exeext
=$ac_exeext
9676 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -fno-strict-aliasing"
9679 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9680 /* end confdefs.h. */
9681 int __cdecl mainCRTStartup(void) { return 0; }
9683 if ac_fn_c_try_link
"$LINENO"; then :
9684 ac_cv_crosscflags__fno_strict_aliasing
=yes
9686 ac_cv_crosscflags__fno_strict_aliasing
=no
9688 rm -f core conftest.err conftest.
$ac_objext \
9689 conftest
$ac_exeext conftest.
$ac_ext
9690 CFLAGS
=$ac_wine_try_cflags_saved
9691 CC
=$ac_wine_try_cflags_saved_cc
9692 ac_exeext
=$ac_wine_try_cflags_saved_exeext
9694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__fno_strict_aliasing" >&5
9695 $as_echo "$ac_cv_crosscflags__fno_strict_aliasing" >&6; }
9696 if test "x$ac_cv_crosscflags__fno_strict_aliasing" = xyes
; then :
9697 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -fno-strict-aliasing"
9699 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Werror=unknown-warning-option" >&5
9700 $as_echo_n "checking whether the cross-compiler supports -Werror=unknown-warning-option... " >&6; }
9701 if ${ac_cv_crosscflags__Werror_unknown_warning_option+:} false
; then :
9702 $as_echo_n "(cached) " >&6
9704 ac_wine_try_cflags_saved
=$CFLAGS
9705 ac_wine_try_cflags_saved_cc
=$CC
9706 ac_wine_try_cflags_saved_exeext
=$ac_exeext
9707 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Werror=unknown-warning-option"
9710 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9711 /* end confdefs.h. */
9712 int __cdecl mainCRTStartup(void) { return 0; }
9714 if ac_fn_c_try_link
"$LINENO"; then :
9715 ac_cv_crosscflags__Werror_unknown_warning_option
=yes
9717 ac_cv_crosscflags__Werror_unknown_warning_option
=no
9719 rm -f core conftest.err conftest.
$ac_objext \
9720 conftest
$ac_exeext conftest.
$ac_ext
9721 CFLAGS
=$ac_wine_try_cflags_saved
9722 CC
=$ac_wine_try_cflags_saved_cc
9723 ac_exeext
=$ac_wine_try_cflags_saved_exeext
9725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Werror_unknown_warning_option" >&5
9726 $as_echo "$ac_cv_crosscflags__Werror_unknown_warning_option" >&6; }
9727 if test "x$ac_cv_crosscflags__Werror_unknown_warning_option" = xyes
; then :
9728 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
9730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Werror=ignored-optimization-argument" >&5
9731 $as_echo_n "checking whether the cross-compiler supports -Werror=ignored-optimization-argument... " >&6; }
9732 if ${ac_cv_crosscflags__Werror_ignored_optimization_argument+:} false
; then :
9733 $as_echo_n "(cached) " >&6
9735 ac_wine_try_cflags_saved
=$CFLAGS
9736 ac_wine_try_cflags_saved_cc
=$CC
9737 ac_wine_try_cflags_saved_exeext
=$ac_exeext
9738 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Werror=ignored-optimization-argument"
9741 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9742 /* end confdefs.h. */
9743 int __cdecl mainCRTStartup(void) { return 0; }
9745 if ac_fn_c_try_link
"$LINENO"; then :
9746 ac_cv_crosscflags__Werror_ignored_optimization_argument
=yes
9748 ac_cv_crosscflags__Werror_ignored_optimization_argument
=no
9750 rm -f core conftest.err conftest.
$ac_objext \
9751 conftest
$ac_exeext conftest.
$ac_ext
9752 CFLAGS
=$ac_wine_try_cflags_saved
9753 CC
=$ac_wine_try_cflags_saved_cc
9754 ac_exeext
=$ac_wine_try_cflags_saved_exeext
9756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Werror_ignored_optimization_argument" >&5
9757 $as_echo "$ac_cv_crosscflags__Werror_ignored_optimization_argument" >&6; }
9758 if test "x$ac_cv_crosscflags__Werror_ignored_optimization_argument" = xyes
; then :
9759 CFLAGS
="$CFLAGS -Werror=ignored-optimization-argument"
9761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wdeclaration-after-statement" >&5
9762 $as_echo_n "checking whether the cross-compiler supports -Wdeclaration-after-statement... " >&6; }
9763 if ${ac_cv_crosscflags__Wdeclaration_after_statement+:} false
; then :
9764 $as_echo_n "(cached) " >&6
9766 ac_wine_try_cflags_saved
=$CFLAGS
9767 ac_wine_try_cflags_saved_cc
=$CC
9768 ac_wine_try_cflags_saved_exeext
=$ac_exeext
9769 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wdeclaration-after-statement"
9772 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9773 /* end confdefs.h. */
9774 int __cdecl mainCRTStartup(void) { return 0; }
9776 if ac_fn_c_try_link
"$LINENO"; then :
9777 ac_cv_crosscflags__Wdeclaration_after_statement
=yes
9779 ac_cv_crosscflags__Wdeclaration_after_statement
=no
9781 rm -f core conftest.err conftest.
$ac_objext \
9782 conftest
$ac_exeext conftest.
$ac_ext
9783 CFLAGS
=$ac_wine_try_cflags_saved
9784 CC
=$ac_wine_try_cflags_saved_cc
9785 ac_exeext
=$ac_wine_try_cflags_saved_exeext
9787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wdeclaration_after_statement" >&5
9788 $as_echo "$ac_cv_crosscflags__Wdeclaration_after_statement" >&6; }
9789 if test "x$ac_cv_crosscflags__Wdeclaration_after_statement" = xyes
; then :
9790 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wdeclaration-after-statement"
9792 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wempty-body" >&5
9793 $as_echo_n "checking whether the cross-compiler supports -Wempty-body... " >&6; }
9794 if ${ac_cv_crosscflags__Wempty_body+:} false
; then :
9795 $as_echo_n "(cached) " >&6
9797 ac_wine_try_cflags_saved
=$CFLAGS
9798 ac_wine_try_cflags_saved_cc
=$CC
9799 ac_wine_try_cflags_saved_exeext
=$ac_exeext
9800 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wempty-body"
9803 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9804 /* end confdefs.h. */
9805 int __cdecl mainCRTStartup(void) { return 0; }
9807 if ac_fn_c_try_link
"$LINENO"; then :
9808 ac_cv_crosscflags__Wempty_body
=yes
9810 ac_cv_crosscflags__Wempty_body
=no
9812 rm -f core conftest.err conftest.
$ac_objext \
9813 conftest
$ac_exeext conftest.
$ac_ext
9814 CFLAGS
=$ac_wine_try_cflags_saved
9815 CC
=$ac_wine_try_cflags_saved_cc
9816 ac_exeext
=$ac_wine_try_cflags_saved_exeext
9818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wempty_body" >&5
9819 $as_echo "$ac_cv_crosscflags__Wempty_body" >&6; }
9820 if test "x$ac_cv_crosscflags__Wempty_body" = xyes
; then :
9821 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wempty-body"
9823 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wignored-qualifiers" >&5
9824 $as_echo_n "checking whether the cross-compiler supports -Wignored-qualifiers... " >&6; }
9825 if ${ac_cv_crosscflags__Wignored_qualifiers+:} false
; then :
9826 $as_echo_n "(cached) " >&6
9828 ac_wine_try_cflags_saved
=$CFLAGS
9829 ac_wine_try_cflags_saved_cc
=$CC
9830 ac_wine_try_cflags_saved_exeext
=$ac_exeext
9831 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wignored-qualifiers"
9834 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9835 /* end confdefs.h. */
9836 int __cdecl mainCRTStartup(void) { return 0; }
9838 if ac_fn_c_try_link
"$LINENO"; then :
9839 ac_cv_crosscflags__Wignored_qualifiers
=yes
9841 ac_cv_crosscflags__Wignored_qualifiers
=no
9843 rm -f core conftest.err conftest.
$ac_objext \
9844 conftest
$ac_exeext conftest.
$ac_ext
9845 CFLAGS
=$ac_wine_try_cflags_saved
9846 CC
=$ac_wine_try_cflags_saved_cc
9847 ac_exeext
=$ac_wine_try_cflags_saved_exeext
9849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wignored_qualifiers" >&5
9850 $as_echo "$ac_cv_crosscflags__Wignored_qualifiers" >&6; }
9851 if test "x$ac_cv_crosscflags__Wignored_qualifiers" = xyes
; then :
9852 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wignored-qualifiers"
9854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Winit-self" >&5
9855 $as_echo_n "checking whether the cross-compiler supports -Winit-self... " >&6; }
9856 if ${ac_cv_crosscflags__Winit_self+:} false
; then :
9857 $as_echo_n "(cached) " >&6
9859 ac_wine_try_cflags_saved
=$CFLAGS
9860 ac_wine_try_cflags_saved_cc
=$CC
9861 ac_wine_try_cflags_saved_exeext
=$ac_exeext
9862 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Winit-self"
9865 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9866 /* end confdefs.h. */
9867 int __cdecl mainCRTStartup(void) { return 0; }
9869 if ac_fn_c_try_link
"$LINENO"; then :
9870 ac_cv_crosscflags__Winit_self
=yes
9872 ac_cv_crosscflags__Winit_self
=no
9874 rm -f core conftest.err conftest.
$ac_objext \
9875 conftest
$ac_exeext conftest.
$ac_ext
9876 CFLAGS
=$ac_wine_try_cflags_saved
9877 CC
=$ac_wine_try_cflags_saved_cc
9878 ac_exeext
=$ac_wine_try_cflags_saved_exeext
9880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Winit_self" >&5
9881 $as_echo "$ac_cv_crosscflags__Winit_self" >&6; }
9882 if test "x$ac_cv_crosscflags__Winit_self" = xyes
; then :
9883 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Winit-self"
9885 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wpacked-not-aligned" >&5
9886 $as_echo_n "checking whether the cross-compiler supports -Wpacked-not-aligned... " >&6; }
9887 if ${ac_cv_crosscflags__Wpacked_not_aligned+:} false
; then :
9888 $as_echo_n "(cached) " >&6
9890 ac_wine_try_cflags_saved
=$CFLAGS
9891 ac_wine_try_cflags_saved_cc
=$CC
9892 ac_wine_try_cflags_saved_exeext
=$ac_exeext
9893 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wpacked-not-aligned"
9896 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9897 /* end confdefs.h. */
9898 int __cdecl mainCRTStartup(void) { return 0; }
9900 if ac_fn_c_try_link
"$LINENO"; then :
9901 ac_cv_crosscflags__Wpacked_not_aligned
=yes
9903 ac_cv_crosscflags__Wpacked_not_aligned
=no
9905 rm -f core conftest.err conftest.
$ac_objext \
9906 conftest
$ac_exeext conftest.
$ac_ext
9907 CFLAGS
=$ac_wine_try_cflags_saved
9908 CC
=$ac_wine_try_cflags_saved_cc
9909 ac_exeext
=$ac_wine_try_cflags_saved_exeext
9911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wpacked_not_aligned" >&5
9912 $as_echo "$ac_cv_crosscflags__Wpacked_not_aligned" >&6; }
9913 if test "x$ac_cv_crosscflags__Wpacked_not_aligned" = xyes
; then :
9914 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wno-packed-not-aligned"
9916 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wpragma-pack" >&5
9917 $as_echo_n "checking whether the cross-compiler supports -Wpragma-pack... " >&6; }
9918 if ${ac_cv_crosscflags__Wpragma_pack+:} false
; then :
9919 $as_echo_n "(cached) " >&6
9921 ac_wine_try_cflags_saved
=$CFLAGS
9922 ac_wine_try_cflags_saved_cc
=$CC
9923 ac_wine_try_cflags_saved_exeext
=$ac_exeext
9924 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wpragma-pack"
9927 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9928 /* end confdefs.h. */
9929 int __cdecl mainCRTStartup(void) { return 0; }
9931 if ac_fn_c_try_link
"$LINENO"; then :
9932 ac_cv_crosscflags__Wpragma_pack
=yes
9934 ac_cv_crosscflags__Wpragma_pack
=no
9936 rm -f core conftest.err conftest.
$ac_objext \
9937 conftest
$ac_exeext conftest.
$ac_ext
9938 CFLAGS
=$ac_wine_try_cflags_saved
9939 CC
=$ac_wine_try_cflags_saved_cc
9940 ac_exeext
=$ac_wine_try_cflags_saved_exeext
9942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wpragma_pack" >&5
9943 $as_echo "$ac_cv_crosscflags__Wpragma_pack" >&6; }
9944 if test "x$ac_cv_crosscflags__Wpragma_pack" = xyes
; then :
9945 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wno-pragma-pack"
9947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wshift-overflow=2" >&5
9948 $as_echo_n "checking whether the cross-compiler supports -Wshift-overflow=2... " >&6; }
9949 if ${ac_cv_crosscflags__Wshift_overflow_2+:} false
; then :
9950 $as_echo_n "(cached) " >&6
9952 ac_wine_try_cflags_saved
=$CFLAGS
9953 ac_wine_try_cflags_saved_cc
=$CC
9954 ac_wine_try_cflags_saved_exeext
=$ac_exeext
9955 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wshift-overflow=2"
9958 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9959 /* end confdefs.h. */
9960 int __cdecl mainCRTStartup(void) { return 0; }
9962 if ac_fn_c_try_link
"$LINENO"; then :
9963 ac_cv_crosscflags__Wshift_overflow_2
=yes
9965 ac_cv_crosscflags__Wshift_overflow_2
=no
9967 rm -f core conftest.err conftest.
$ac_objext \
9968 conftest
$ac_exeext conftest.
$ac_ext
9969 CFLAGS
=$ac_wine_try_cflags_saved
9970 CC
=$ac_wine_try_cflags_saved_cc
9971 ac_exeext
=$ac_wine_try_cflags_saved_exeext
9973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wshift_overflow_2" >&5
9974 $as_echo "$ac_cv_crosscflags__Wshift_overflow_2" >&6; }
9975 if test "x$ac_cv_crosscflags__Wshift_overflow_2" = xyes
; then :
9976 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wshift-overflow=2"
9978 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wstrict-prototypes" >&5
9979 $as_echo_n "checking whether the cross-compiler supports -Wstrict-prototypes... " >&6; }
9980 if ${ac_cv_crosscflags__Wstrict_prototypes+:} false
; then :
9981 $as_echo_n "(cached) " >&6
9983 ac_wine_try_cflags_saved
=$CFLAGS
9984 ac_wine_try_cflags_saved_cc
=$CC
9985 ac_wine_try_cflags_saved_exeext
=$ac_exeext
9986 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wstrict-prototypes"
9989 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9990 /* end confdefs.h. */
9991 int __cdecl mainCRTStartup(void) { return 0; }
9993 if ac_fn_c_try_link
"$LINENO"; then :
9994 ac_cv_crosscflags__Wstrict_prototypes
=yes
9996 ac_cv_crosscflags__Wstrict_prototypes
=no
9998 rm -f core conftest.err conftest.
$ac_objext \
9999 conftest
$ac_exeext conftest.
$ac_ext
10000 CFLAGS
=$ac_wine_try_cflags_saved
10001 CC
=$ac_wine_try_cflags_saved_cc
10002 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wstrict_prototypes" >&5
10005 $as_echo "$ac_cv_crosscflags__Wstrict_prototypes" >&6; }
10006 if test "x$ac_cv_crosscflags__Wstrict_prototypes" = xyes
; then :
10007 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wstrict-prototypes"
10009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wtype-limits" >&5
10010 $as_echo_n "checking whether the cross-compiler supports -Wtype-limits... " >&6; }
10011 if ${ac_cv_crosscflags__Wtype_limits+:} false
; then :
10012 $as_echo_n "(cached) " >&6
10014 ac_wine_try_cflags_saved
=$CFLAGS
10015 ac_wine_try_cflags_saved_cc
=$CC
10016 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10017 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wtype-limits"
10020 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10021 /* end confdefs.h. */
10022 int __cdecl mainCRTStartup(void) { return 0; }
10024 if ac_fn_c_try_link
"$LINENO"; then :
10025 ac_cv_crosscflags__Wtype_limits
=yes
10027 ac_cv_crosscflags__Wtype_limits
=no
10029 rm -f core conftest.err conftest.
$ac_objext \
10030 conftest
$ac_exeext conftest.
$ac_ext
10031 CFLAGS
=$ac_wine_try_cflags_saved
10032 CC
=$ac_wine_try_cflags_saved_cc
10033 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wtype_limits" >&5
10036 $as_echo "$ac_cv_crosscflags__Wtype_limits" >&6; }
10037 if test "x$ac_cv_crosscflags__Wtype_limits" = xyes
; then :
10038 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wtype-limits"
10040 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wunused-but-set-parameter" >&5
10041 $as_echo_n "checking whether the cross-compiler supports -Wunused-but-set-parameter... " >&6; }
10042 if ${ac_cv_crosscflags__Wunused_but_set_parameter+:} false
; then :
10043 $as_echo_n "(cached) " >&6
10045 ac_wine_try_cflags_saved
=$CFLAGS
10046 ac_wine_try_cflags_saved_cc
=$CC
10047 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10048 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wunused-but-set-parameter"
10051 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10052 /* end confdefs.h. */
10053 int __cdecl mainCRTStartup(void) { return 0; }
10055 if ac_fn_c_try_link
"$LINENO"; then :
10056 ac_cv_crosscflags__Wunused_but_set_parameter
=yes
10058 ac_cv_crosscflags__Wunused_but_set_parameter
=no
10060 rm -f core conftest.err conftest.
$ac_objext \
10061 conftest
$ac_exeext conftest.
$ac_ext
10062 CFLAGS
=$ac_wine_try_cflags_saved
10063 CC
=$ac_wine_try_cflags_saved_cc
10064 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wunused_but_set_parameter" >&5
10067 $as_echo "$ac_cv_crosscflags__Wunused_but_set_parameter" >&6; }
10068 if test "x$ac_cv_crosscflags__Wunused_but_set_parameter" = xyes
; then :
10069 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wunused-but-set-parameter"
10071 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wvla" >&5
10072 $as_echo_n "checking whether the cross-compiler supports -Wvla... " >&6; }
10073 if ${ac_cv_crosscflags__Wvla+:} false
; then :
10074 $as_echo_n "(cached) " >&6
10076 ac_wine_try_cflags_saved
=$CFLAGS
10077 ac_wine_try_cflags_saved_cc
=$CC
10078 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10079 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wvla"
10082 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10083 /* end confdefs.h. */
10084 int __cdecl mainCRTStartup(void) { return 0; }
10086 if ac_fn_c_try_link
"$LINENO"; then :
10087 ac_cv_crosscflags__Wvla
=yes
10089 ac_cv_crosscflags__Wvla
=no
10091 rm -f core conftest.err conftest.
$ac_objext \
10092 conftest
$ac_exeext conftest.
$ac_ext
10093 CFLAGS
=$ac_wine_try_cflags_saved
10094 CC
=$ac_wine_try_cflags_saved_cc
10095 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wvla" >&5
10098 $as_echo "$ac_cv_crosscflags__Wvla" >&6; }
10099 if test "x$ac_cv_crosscflags__Wvla" = xyes
; then :
10100 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wvla"
10102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wwrite-strings" >&5
10103 $as_echo_n "checking whether the cross-compiler supports -Wwrite-strings... " >&6; }
10104 if ${ac_cv_crosscflags__Wwrite_strings+:} false
; then :
10105 $as_echo_n "(cached) " >&6
10107 ac_wine_try_cflags_saved
=$CFLAGS
10108 ac_wine_try_cflags_saved_cc
=$CC
10109 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10110 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wwrite-strings"
10113 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10114 /* end confdefs.h. */
10115 int __cdecl mainCRTStartup(void) { return 0; }
10117 if ac_fn_c_try_link
"$LINENO"; then :
10118 ac_cv_crosscflags__Wwrite_strings
=yes
10120 ac_cv_crosscflags__Wwrite_strings
=no
10122 rm -f core conftest.err conftest.
$ac_objext \
10123 conftest
$ac_exeext conftest.
$ac_ext
10124 CFLAGS
=$ac_wine_try_cflags_saved
10125 CC
=$ac_wine_try_cflags_saved_cc
10126 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wwrite_strings" >&5
10129 $as_echo "$ac_cv_crosscflags__Wwrite_strings" >&6; }
10130 if test "x$ac_cv_crosscflags__Wwrite_strings" = xyes
; then :
10131 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wwrite-strings"
10133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wpointer-arith" >&5
10134 $as_echo_n "checking whether the cross-compiler supports -Wpointer-arith... " >&6; }
10135 if ${ac_cv_crosscflags__Wpointer_arith+:} false
; then :
10136 $as_echo_n "(cached) " >&6
10138 ac_wine_try_cflags_saved
=$CFLAGS
10139 ac_wine_try_cflags_saved_cc
=$CC
10140 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10141 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wpointer-arith"
10144 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10145 /* end confdefs.h. */
10146 int __cdecl mainCRTStartup(void) { return 0; }
10148 if ac_fn_c_try_link
"$LINENO"; then :
10149 ac_cv_crosscflags__Wpointer_arith
=yes
10151 ac_cv_crosscflags__Wpointer_arith
=no
10153 rm -f core conftest.err conftest.
$ac_objext \
10154 conftest
$ac_exeext conftest.
$ac_ext
10155 CFLAGS
=$ac_wine_try_cflags_saved
10156 CC
=$ac_wine_try_cflags_saved_cc
10157 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wpointer_arith" >&5
10160 $as_echo "$ac_cv_crosscflags__Wpointer_arith" >&6; }
10161 if test "x$ac_cv_crosscflags__Wpointer_arith" = xyes
; then :
10162 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wpointer-arith"
10164 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wlogical-op" >&5
10165 $as_echo_n "checking whether the cross-compiler supports -Wlogical-op... " >&6; }
10166 if ${ac_cv_crosscflags__Wlogical_op+:} false
; then :
10167 $as_echo_n "(cached) " >&6
10169 ac_wine_try_cflags_saved
=$CFLAGS
10170 ac_wine_try_cflags_saved_cc
=$CC
10171 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10172 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wlogical-op"
10175 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10176 /* end confdefs.h. */
10177 int __cdecl mainCRTStartup(void) { return 0; }
10179 if ac_fn_c_try_link
"$LINENO"; then :
10180 ac_cv_crosscflags__Wlogical_op
=yes
10182 ac_cv_crosscflags__Wlogical_op
=no
10184 rm -f core conftest.err conftest.
$ac_objext \
10185 conftest
$ac_exeext conftest.
$ac_ext
10186 CFLAGS
=$ac_wine_try_cflags_saved
10187 CC
=$ac_wine_try_cflags_saved_cc
10188 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wlogical_op" >&5
10191 $as_echo "$ac_cv_crosscflags__Wlogical_op" >&6; }
10192 if test "x$ac_cv_crosscflags__Wlogical_op" = xyes
; then :
10193 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wlogical-op"
10195 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wabsolute-value" >&5
10196 $as_echo_n "checking whether the cross-compiler supports -Wabsolute-value... " >&6; }
10197 if ${ac_cv_crosscflags__Wabsolute_value+:} false
; then :
10198 $as_echo_n "(cached) " >&6
10200 ac_wine_try_cflags_saved
=$CFLAGS
10201 ac_wine_try_cflags_saved_cc
=$CC
10202 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10203 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wabsolute-value"
10206 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10207 /* end confdefs.h. */
10208 int __cdecl mainCRTStartup(void) { return 0; }
10210 if ac_fn_c_try_link
"$LINENO"; then :
10211 ac_cv_crosscflags__Wabsolute_value
=yes
10213 ac_cv_crosscflags__Wabsolute_value
=no
10215 rm -f core conftest.err conftest.
$ac_objext \
10216 conftest
$ac_exeext conftest.
$ac_ext
10217 CFLAGS
=$ac_wine_try_cflags_saved
10218 CC
=$ac_wine_try_cflags_saved_cc
10219 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wabsolute_value" >&5
10222 $as_echo "$ac_cv_crosscflags__Wabsolute_value" >&6; }
10223 if test "x$ac_cv_crosscflags__Wabsolute_value" = xyes
; then :
10224 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wabsolute-value"
10228 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -fno-omit-frame-pointer" >&5
10229 $as_echo_n "checking whether the cross-compiler supports -fno-omit-frame-pointer... " >&6; }
10230 if ${ac_cv_crosscflags__fno_omit_frame_pointer+:} false
; then :
10231 $as_echo_n "(cached) " >&6
10233 ac_wine_try_cflags_saved
=$CFLAGS
10234 ac_wine_try_cflags_saved_cc
=$CC
10235 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10236 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -fno-omit-frame-pointer"
10239 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10240 /* end confdefs.h. */
10241 int __cdecl mainCRTStartup(void) { return 0; }
10243 if ac_fn_c_try_link
"$LINENO"; then :
10244 ac_cv_crosscflags__fno_omit_frame_pointer
=yes
10246 ac_cv_crosscflags__fno_omit_frame_pointer
=no
10248 rm -f core conftest.err conftest.
$ac_objext \
10249 conftest
$ac_exeext conftest.
$ac_ext
10250 CFLAGS
=$ac_wine_try_cflags_saved
10251 CC
=$ac_wine_try_cflags_saved_cc
10252 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__fno_omit_frame_pointer" >&5
10255 $as_echo "$ac_cv_crosscflags__fno_omit_frame_pointer" >&6; }
10256 if test "x$ac_cv_crosscflags__fno_omit_frame_pointer" = xyes
; then :
10257 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -fno-omit-frame-pointer"
10259 x86_64
) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wno-format" >&5
10260 $as_echo_n "checking whether the cross-compiler supports -Wno-format... " >&6; }
10261 if ${ac_cv_crosscflags__Wno_format+:} false
; then :
10262 $as_echo_n "(cached) " >&6
10264 ac_wine_try_cflags_saved
=$CFLAGS
10265 ac_wine_try_cflags_saved_cc
=$CC
10266 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10267 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wno-format"
10270 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10271 /* end confdefs.h. */
10272 int __cdecl mainCRTStartup(void) { return 0; }
10274 if ac_fn_c_try_link
"$LINENO"; then :
10275 ac_cv_crosscflags__Wno_format
=yes
10277 ac_cv_crosscflags__Wno_format
=no
10279 rm -f core conftest.err conftest.
$ac_objext \
10280 conftest
$ac_exeext conftest.
$ac_ext
10281 CFLAGS
=$ac_wine_try_cflags_saved
10282 CC
=$ac_wine_try_cflags_saved_cc
10283 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wno_format" >&5
10286 $as_echo "$ac_cv_crosscflags__Wno_format" >&6; }
10287 if test "x$ac_cv_crosscflags__Wno_format" = xyes
; then :
10288 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wno-format"
10290 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wformat-overflow" >&5
10291 $as_echo_n "checking whether the cross-compiler supports -Wformat-overflow... " >&6; }
10292 if ${ac_cv_crosscflags__Wformat_overflow+:} false
; then :
10293 $as_echo_n "(cached) " >&6
10295 ac_wine_try_cflags_saved
=$CFLAGS
10296 ac_wine_try_cflags_saved_cc
=$CC
10297 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10298 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wformat-overflow"
10301 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10302 /* end confdefs.h. */
10303 int __cdecl mainCRTStartup(void) { return 0; }
10305 if ac_fn_c_try_link
"$LINENO"; then :
10306 ac_cv_crosscflags__Wformat_overflow
=yes
10308 ac_cv_crosscflags__Wformat_overflow
=no
10310 rm -f core conftest.err conftest.
$ac_objext \
10311 conftest
$ac_exeext conftest.
$ac_ext
10312 CFLAGS
=$ac_wine_try_cflags_saved
10313 CC
=$ac_wine_try_cflags_saved_cc
10314 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wformat_overflow" >&5
10317 $as_echo "$ac_cv_crosscflags__Wformat_overflow" >&6; }
10318 if test "x$ac_cv_crosscflags__Wformat_overflow" = xyes
; then :
10319 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wformat-overflow"
10321 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wnonnull" >&5
10322 $as_echo_n "checking whether the cross-compiler supports -Wnonnull... " >&6; }
10323 if ${ac_cv_crosscflags__Wnonnull+:} false
; then :
10324 $as_echo_n "(cached) " >&6
10326 ac_wine_try_cflags_saved
=$CFLAGS
10327 ac_wine_try_cflags_saved_cc
=$CC
10328 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10329 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wnonnull"
10332 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10333 /* end confdefs.h. */
10334 int __cdecl mainCRTStartup(void) { return 0; }
10336 if ac_fn_c_try_link
"$LINENO"; then :
10337 ac_cv_crosscflags__Wnonnull
=yes
10339 ac_cv_crosscflags__Wnonnull
=no
10341 rm -f core conftest.err conftest.
$ac_objext \
10342 conftest
$ac_exeext conftest.
$ac_ext
10343 CFLAGS
=$ac_wine_try_cflags_saved
10344 CC
=$ac_wine_try_cflags_saved_cc
10345 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wnonnull" >&5
10348 $as_echo "$ac_cv_crosscflags__Wnonnull" >&6; }
10349 if test "x$ac_cv_crosscflags__Wnonnull" = xyes
; then :
10350 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wnonnull"
10352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -mcx16" >&5
10353 $as_echo_n "checking whether the cross-compiler supports -mcx16... " >&6; }
10354 if ${ac_cv_crosscflags__mcx16+:} false
; then :
10355 $as_echo_n "(cached) " >&6
10357 ac_wine_try_cflags_saved
=$CFLAGS
10358 ac_wine_try_cflags_saved_cc
=$CC
10359 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10360 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -mcx16"
10363 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10364 /* end confdefs.h. */
10365 int __cdecl mainCRTStartup(void) { return 0; }
10367 if ac_fn_c_try_link
"$LINENO"; then :
10368 ac_cv_crosscflags__mcx16
=yes
10370 ac_cv_crosscflags__mcx16
=no
10372 rm -f core conftest.err conftest.
$ac_objext \
10373 conftest
$ac_exeext conftest.
$ac_ext
10374 CFLAGS
=$ac_wine_try_cflags_saved
10375 CC
=$ac_wine_try_cflags_saved_cc
10376 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__mcx16" >&5
10379 $as_echo "$ac_cv_crosscflags__mcx16" >&6; }
10380 if test "x$ac_cv_crosscflags__mcx16" = xyes
; then :
10381 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -mcx16"
10383 aarch64
) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wno-format" >&5
10384 $as_echo_n "checking whether the cross-compiler supports -Wno-format... " >&6; }
10385 if ${ac_cv_crosscflags__Wno_format+:} false
; then :
10386 $as_echo_n "(cached) " >&6
10388 ac_wine_try_cflags_saved
=$CFLAGS
10389 ac_wine_try_cflags_saved_cc
=$CC
10390 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10391 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wno-format"
10394 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10395 /* end confdefs.h. */
10396 int __cdecl mainCRTStartup(void) { return 0; }
10398 if ac_fn_c_try_link
"$LINENO"; then :
10399 ac_cv_crosscflags__Wno_format
=yes
10401 ac_cv_crosscflags__Wno_format
=no
10403 rm -f core conftest.err conftest.
$ac_objext \
10404 conftest
$ac_exeext conftest.
$ac_ext
10405 CFLAGS
=$ac_wine_try_cflags_saved
10406 CC
=$ac_wine_try_cflags_saved_cc
10407 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wno_format" >&5
10410 $as_echo "$ac_cv_crosscflags__Wno_format" >&6; }
10411 if test "x$ac_cv_crosscflags__Wno_format" = xyes
; then :
10412 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wno-format"
10417 if test -z "$CROSSDEBUG"
10419 for ac_flag
in $CROSSCFLAGS; do
10421 -gdwarf*) CROSSDEBUG
=dwarf
;;
10422 -gcodeview) CROSSDEBUG
=pdb
;;
10423 -g) CROSSDEBUG
=${CROSSDEBUG:-dwarf} ;;
10428 ac_debug_format_seen
=""
10429 for ac_flag
in $CROSSCFLAGS; do
10431 -gdwarf*|
-gcodeview) ac_debug_format_seen
=$ac_flag ;;
10434 if test "x$ac_debug_format_seen" = x
10436 case $CROSSDEBUG in
10437 *dwarf
) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -gdwarf-2" >&5
10438 $as_echo_n "checking whether the cross-compiler supports -gdwarf-2... " >&6; }
10439 if ${ac_cv_crosscflags__gdwarf_2+:} false
; then :
10440 $as_echo_n "(cached) " >&6
10442 ac_wine_try_cflags_saved
=$CFLAGS
10443 ac_wine_try_cflags_saved_cc
=$CC
10444 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10445 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -gdwarf-2"
10448 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10449 /* end confdefs.h. */
10450 int __cdecl mainCRTStartup(void) { return 0; }
10452 if ac_fn_c_try_link
"$LINENO"; then :
10453 ac_cv_crosscflags__gdwarf_2
=yes
10455 ac_cv_crosscflags__gdwarf_2
=no
10457 rm -f core conftest.err conftest.
$ac_objext \
10458 conftest
$ac_exeext conftest.
$ac_ext
10459 CFLAGS
=$ac_wine_try_cflags_saved
10460 CC
=$ac_wine_try_cflags_saved_cc
10461 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__gdwarf_2" >&5
10464 $as_echo "$ac_cv_crosscflags__gdwarf_2" >&6; }
10465 if test "x$ac_cv_crosscflags__gdwarf_2" = xyes
; then :
10466 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -gdwarf-2"
10468 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -gstrict-dwarf" >&5
10469 $as_echo_n "checking whether the cross-compiler supports -gstrict-dwarf... " >&6; }
10470 if ${ac_cv_crosscflags__gstrict_dwarf+:} false
; then :
10471 $as_echo_n "(cached) " >&6
10473 ac_wine_try_cflags_saved
=$CFLAGS
10474 ac_wine_try_cflags_saved_cc
=$CC
10475 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10476 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -gstrict-dwarf"
10479 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10480 /* end confdefs.h. */
10481 int __cdecl mainCRTStartup(void) { return 0; }
10483 if ac_fn_c_try_link
"$LINENO"; then :
10484 ac_cv_crosscflags__gstrict_dwarf
=yes
10486 ac_cv_crosscflags__gstrict_dwarf
=no
10488 rm -f core conftest.err conftest.
$ac_objext \
10489 conftest
$ac_exeext conftest.
$ac_ext
10490 CFLAGS
=$ac_wine_try_cflags_saved
10491 CC
=$ac_wine_try_cflags_saved_cc
10492 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__gstrict_dwarf" >&5
10495 $as_echo "$ac_cv_crosscflags__gstrict_dwarf" >&6; }
10496 if test "x$ac_cv_crosscflags__gstrict_dwarf" = xyes
; then :
10497 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -gstrict-dwarf"
10499 pdb
) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -gcodeview" >&5
10500 $as_echo_n "checking whether the cross-compiler supports -gcodeview... " >&6; }
10501 if ${ac_cv_crosscflags__gcodeview+:} false
; then :
10502 $as_echo_n "(cached) " >&6
10504 ac_wine_try_cflags_saved
=$CFLAGS
10505 ac_wine_try_cflags_saved_cc
=$CC
10506 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10507 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -gcodeview"
10510 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10511 /* end confdefs.h. */
10512 int __cdecl mainCRTStartup(void) { return 0; }
10514 if ac_fn_c_try_link
"$LINENO"; then :
10515 ac_cv_crosscflags__gcodeview
=yes
10517 ac_cv_crosscflags__gcodeview
=no
10519 rm -f core conftest.err conftest.
$ac_objext \
10520 conftest
$ac_exeext conftest.
$ac_ext
10521 CFLAGS
=$ac_wine_try_cflags_saved
10522 CC
=$ac_wine_try_cflags_saved_cc
10523 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__gcodeview" >&5
10526 $as_echo "$ac_cv_crosscflags__gcodeview" >&6; }
10527 if test "x$ac_cv_crosscflags__gcodeview" = xyes
; then :
10528 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -gcodeview"
10533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -fexcess-precision=standard" >&5
10534 $as_echo_n "checking whether the cross-compiler supports -fexcess-precision=standard... " >&6; }
10535 if ${ac_cv_crosscflags__fexcess_precision_standard+:} false
; then :
10536 $as_echo_n "(cached) " >&6
10538 ac_wine_try_cflags_saved
=$CFLAGS
10539 ac_wine_try_cflags_saved_cc
=$CC
10540 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10541 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -fexcess-precision=standard"
10544 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10545 /* end confdefs.h. */
10546 int __cdecl mainCRTStartup(void) { return 0; }
10548 if ac_fn_c_try_link
"$LINENO"; then :
10549 ac_cv_crosscflags__fexcess_precision_standard
=yes
10551 ac_cv_crosscflags__fexcess_precision_standard
=no
10553 rm -f core conftest.err conftest.
$ac_objext \
10554 conftest
$ac_exeext conftest.
$ac_ext
10555 CFLAGS
=$ac_wine_try_cflags_saved
10556 CC
=$ac_wine_try_cflags_saved_cc
10557 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__fexcess_precision_standard" >&5
10560 $as_echo "$ac_cv_crosscflags__fexcess_precision_standard" >&6; }
10561 if test "x$ac_cv_crosscflags__fexcess_precision_standard" = xyes
; then :
10562 EXCESS_PRECISION_CFLAGS
="-fexcess-precision=standard"
10566 if test "x$enable_werror" = "xyes"
10568 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Werror" >&5
10569 $as_echo_n "checking whether the cross-compiler supports -Werror... " >&6; }
10570 if ${ac_cv_crosscflags__Werror+:} false
; then :
10571 $as_echo_n "(cached) " >&6
10573 ac_wine_try_cflags_saved
=$CFLAGS
10574 ac_wine_try_cflags_saved_cc
=$CC
10575 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10576 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Werror"
10579 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10580 /* end confdefs.h. */
10581 int __cdecl mainCRTStartup(void) { return 0; }
10583 if ac_fn_c_try_link
"$LINENO"; then :
10584 ac_cv_crosscflags__Werror
=yes
10586 ac_cv_crosscflags__Werror
=no
10588 rm -f core conftest.err conftest.
$ac_objext \
10589 conftest
$ac_exeext conftest.
$ac_ext
10590 CFLAGS
=$ac_wine_try_cflags_saved
10591 CC
=$ac_wine_try_cflags_saved_cc
10592 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Werror" >&5
10595 $as_echo "$ac_cv_crosscflags__Werror" >&6; }
10596 if test "x$ac_cv_crosscflags__Werror" = xyes
; then :
10597 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Werror"
10600 if test "x$enable_build_id" = "xyes"
10602 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wl,--build-id" >&5
10603 $as_echo_n "checking whether the cross-compiler supports -Wl,--build-id... " >&6; }
10604 if ${ac_cv_crosscflags__Wl___build_id+:} false
; then :
10605 $as_echo_n "(cached) " >&6
10607 ac_wine_try_cflags_saved
=$CFLAGS
10608 ac_wine_try_cflags_saved_cc
=$CC
10609 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10610 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wl,--build-id"
10613 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10614 /* end confdefs.h. */
10615 int __cdecl mainCRTStartup(void) { return 0; }
10617 if ac_fn_c_try_link
"$LINENO"; then :
10618 ac_cv_crosscflags__Wl___build_id
=yes
10620 ac_cv_crosscflags__Wl___build_id
=no
10622 rm -f core conftest.err conftest.
$ac_objext \
10623 conftest
$ac_exeext conftest.
$ac_ext
10624 CFLAGS
=$ac_wine_try_cflags_saved
10625 CC
=$ac_wine_try_cflags_saved_cc
10626 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wl___build_id" >&5
10629 $as_echo "$ac_cv_crosscflags__Wl___build_id" >&6; }
10630 if test "x$ac_cv_crosscflags__Wl___build_id" = xyes
; then :
10631 CROSSCFLAGS
="$CROSSCFLAGS -Wl,--build-id"
10632 CROSSLDFLAGS
="$CROSSLDFLAGS -Wl,--build-id"
10636 CFLAGS
=$saved_CFLAGS
10637 LDFLAGS
=$saved_LDFLAGS
10641 if test "x$CROSSTARGET" = "x"; then :
10642 case "x$with_mingw" in
10643 x
) as_fn_append wine_notices
"|MinGW compiler not found, cross-compiling PE files won't be supported." ;;
10645 *) as_fn_error $?
"MinGW compiler not found, cross-compiling PE files won't be supported.
10646 This is an error since --with-mingw was requested." "$LINENO" 5 ;;
10652 if ${FAUDIO_PE_CFLAGS:+false} :; then :
10653 FAUDIO_PE_CFLAGS
="-I\$(top_srcdir)/libs/faudio/include"
10657 if ${FAUDIO_PE_LIBS:+false} :; then :
10658 FAUDIO_PE_LIBS
="faudio mfplat mfreadwrite mfuuid propsys"
10662 $as_echo "$as_me:${as_lineno-$LINENO}: faudio cflags: $FAUDIO_PE_CFLAGS" >&5
10663 $as_echo "$as_me:${as_lineno-$LINENO}: faudio libs: $FAUDIO_PE_LIBS" >&5
10665 if ${GSM_PE_CFLAGS:+false} :; then :
10666 GSM_PE_CFLAGS
="-I\$(top_srcdir)/libs/gsm/inc"
10670 if ${GSM_PE_LIBS:+false} :; then :
10675 $as_echo "$as_me:${as_lineno-$LINENO}: gsm cflags: $GSM_PE_CFLAGS" >&5
10676 $as_echo "$as_me:${as_lineno-$LINENO}: gsm libs: $GSM_PE_LIBS" >&5
10678 if ${JPEG_PE_CFLAGS:+false} :; then :
10679 JPEG_PE_CFLAGS
="-I\$(top_srcdir)/libs/jpeg"
10683 if ${JPEG_PE_LIBS:+false} :; then :
10688 $as_echo "$as_me:${as_lineno-$LINENO}: jpeg cflags: $JPEG_PE_CFLAGS" >&5
10689 $as_echo "$as_me:${as_lineno-$LINENO}: jpeg libs: $JPEG_PE_LIBS" >&5
10691 if ${JXR_PE_CFLAGS:+false} :; then :
10692 JXR_PE_CFLAGS
="-I\$(top_srcdir)/libs/jxr/jxrgluelib -I\$(top_srcdir)/libs/jxr/image/sys"
10696 if ${JXR_PE_LIBS:+false} :; then :
10701 $as_echo "$as_me:${as_lineno-$LINENO}: jxr cflags: $JXR_PE_CFLAGS" >&5
10702 $as_echo "$as_me:${as_lineno-$LINENO}: jxr libs: $JXR_PE_LIBS" >&5
10704 if ${LCMS2_PE_CFLAGS:+false} :; then :
10705 LCMS2_PE_CFLAGS
="-I\$(top_srcdir)/libs/lcms2/include"
10709 if ${LCMS2_PE_LIBS:+false} :; then :
10710 LCMS2_PE_LIBS
=lcms2
10714 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 cflags: $LCMS2_PE_CFLAGS" >&5
10715 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 libs: $LCMS2_PE_LIBS" >&5
10717 if ${MPG123_PE_CFLAGS:+false} :; then :
10718 MPG123_PE_CFLAGS
="-I\$(top_srcdir)/libs/mpg123/src/libmpg123"
10722 if ${MPG123_PE_LIBS:+false} :; then :
10723 MPG123_PE_LIBS
=mpg123
10727 $as_echo "$as_me:${as_lineno-$LINENO}: mpg123 cflags: $MPG123_PE_CFLAGS" >&5
10728 $as_echo "$as_me:${as_lineno-$LINENO}: mpg123 libs: $MPG123_PE_LIBS" >&5
10730 if ${PNG_PE_CFLAGS:+false} :; then :
10731 PNG_PE_CFLAGS
="-I\$(top_srcdir)/libs/png"
10735 if ${PNG_PE_LIBS:+false} :; then :
10736 PNG_PE_LIBS
="png \$(ZLIB_PE_LIBS)"
10740 $as_echo "$as_me:${as_lineno-$LINENO}: png cflags: $PNG_PE_CFLAGS" >&5
10741 $as_echo "$as_me:${as_lineno-$LINENO}: png libs: $PNG_PE_LIBS" >&5
10743 if ${TIFF_PE_CFLAGS:+false} :; then :
10744 TIFF_PE_CFLAGS
="-I\$(top_srcdir)/libs/tiff/libtiff"
10748 if ${TIFF_PE_LIBS:+false} :; then :
10753 $as_echo "$as_me:${as_lineno-$LINENO}: tiff cflags: $TIFF_PE_CFLAGS" >&5
10754 $as_echo "$as_me:${as_lineno-$LINENO}: tiff libs: $TIFF_PE_LIBS" >&5
10756 if ${XML2_PE_CFLAGS:+false} :; then :
10757 XML2_PE_CFLAGS
="-I\$(top_srcdir)/libs/xml2/include -DLIBXML_STATIC"
10761 if ${XML2_PE_LIBS:+false} :; then :
10766 $as_echo "$as_me:${as_lineno-$LINENO}: libxml2 cflags: $XML2_PE_CFLAGS" >&5
10767 $as_echo "$as_me:${as_lineno-$LINENO}: libxml2 libs: $XML2_PE_LIBS" >&5
10769 if ${XSLT_PE_CFLAGS:+false} :; then :
10770 XSLT_PE_CFLAGS
="-I\$(top_srcdir)/libs/xslt -DLIBXSLT_STATIC"
10774 if ${XSLT_PE_LIBS:+false} :; then :
10779 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt cflags: $XSLT_PE_CFLAGS" >&5
10780 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt libs: $XSLT_PE_LIBS" >&5
10782 if ${ZLIB_PE_CFLAGS:+false} :; then :
10783 ZLIB_PE_CFLAGS
="-I\$(top_srcdir)/libs/zlib -DFAR= -DZ_SOLO"
10787 if ${ZLIB_PE_LIBS:+false} :; then :
10792 $as_echo "$as_me:${as_lineno-$LINENO}: zlib cflags: $ZLIB_PE_CFLAGS" >&5
10793 $as_echo "$as_me:${as_lineno-$LINENO}: zlib libs: $ZLIB_PE_LIBS" >&5
10797 if test "$ac_cv_header_pthread_h" = "yes"
10799 ac_fn_c_check_func
"$LINENO" "pthread_create" "ac_cv_func_pthread_create"
10800 if test "x$ac_cv_func_pthread_create" = xyes
; then :
10803 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
10804 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
10805 if ${ac_cv_lib_pthread_pthread_create+:} false
; then :
10806 $as_echo_n "(cached) " >&6
10808 ac_check_lib_save_LIBS
=$LIBS
10809 LIBS
="-lpthread $LIBS"
10810 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10811 /* end confdefs.h. */
10813 /* Override any GCC internal prototype to avoid an error.
10814 Use char because int might match the return type of a GCC
10815 builtin and then its argument prototype would still apply. */
10819 char pthread_create ();
10823 return pthread_create ();
10828 if ac_fn_c_try_link
"$LINENO"; then :
10829 ac_cv_lib_pthread_pthread_create
=yes
10831 ac_cv_lib_pthread_pthread_create
=no
10833 rm -f core conftest.err conftest.
$ac_objext \
10834 conftest
$ac_exeext conftest.
$ac_ext
10835 LIBS
=$ac_check_lib_save_LIBS
10837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
10838 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
10839 if test "x$ac_cv_lib_pthread_pthread_create" = xyes
; then :
10840 PTHREAD_LIBS
="-lpthread"
10847 if test "x$ac_cv_func_pthread_create" != xyes
-a "x$PTHREAD_LIBS" = x
; then :
10848 case "x$with_pthread" in
10850 *) as_fn_error $?
"pthread ${notice_platform}development files not found.
10851 Wine cannot support threads without libpthread.
10852 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
10858 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
10859 $as_echo_n "checking for X... " >&6; }
10862 # Check whether --with-x was given.
10863 if test "${with_x+set}" = set; then :
10867 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
10868 if test "x$with_x" = xno
; then
10869 # The user explicitly disabled X.
10872 case $x_includes,$x_libraries in #(
10873 *\'*) as_fn_error $?
"cannot use X directory names containing '" "$LINENO" 5;; #(
10874 *,NONE | NONE
,*) if ${ac_cv_have_x+:} false
; then :
10875 $as_echo_n "(cached) " >&6
10877 # One or both of the vars are not set, and there is no cached value.
10878 ac_x_includes
=no ac_x_libraries
=no
10879 rm -f -r conftest.dir
10880 if mkdir conftest.dir
; then
10882 cat >Imakefile
<<'_ACEOF'
10884 @echo incroot='${INCROOT}'
10886 @echo usrlibdir='${USRLIBDIR}'
10888 @echo libdir='${LIBDIR}'
10890 if (export CC
; ${XMKMF-xmkmf}) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
10891 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
10892 for ac_var
in incroot usrlibdir libdir
; do
10893 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
10895 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
10896 for ac_extension
in a so sl dylib la dll
; do
10897 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
10898 test -f "$ac_im_libdir/libX11.$ac_extension"; then
10899 ac_im_usrlibdir
=$ac_im_libdir; break
10902 # Screen out bogus values from the imake configuration. They are
10903 # bogus both because they are the default anyway, and because
10904 # using them would break gcc on systems where it needs fixed includes.
10905 case $ac_im_incroot in
10906 /usr
/include
) ac_x_includes
= ;;
10907 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
=$ac_im_incroot;;
10909 case $ac_im_usrlibdir in
10910 /usr
/lib |
/usr
/lib64 |
/lib |
/lib64
) ;;
10911 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
=$ac_im_usrlibdir ;;
10915 rm -f -r conftest.dir
10918 # Standard set of common directories for X headers.
10919 # Check X11 before X11Rn because it is often a symlink to the current release.
10933 /usr/local/X11/include
10934 /usr/local/X11R7/include
10935 /usr/local/X11R6/include
10936 /usr/local/X11R5/include
10937 /usr/local/X11R4/include
10939 /usr/local/include/X11
10940 /usr/local/include/X11R7
10941 /usr/local/include/X11R6
10942 /usr/local/include/X11R5
10943 /usr/local/include/X11R4
10947 /usr/XFree86/include/X11
10951 /usr/unsupported/include
10952 /usr/athena/include
10953 /usr/local/x11r5/include
10954 /usr/lpp/Xamples/include
10956 /usr/openwin/include
10957 /usr/openwin/share/include'
10959 if test "$ac_x_includes" = no
; then
10960 # Guess where to find include files, by looking for Xlib.h.
10961 # First, try using that file with no special directory specified.
10962 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10963 /* end confdefs.h. */
10964 #include <X11/Xlib.h>
10966 if ac_fn_c_try_cpp
"$LINENO"; then :
10967 # We can compile using X headers with no special include directory.
10970 for ac_dir
in $ac_x_header_dirs; do
10971 if test -r "$ac_dir/X11/Xlib.h"; then
10972 ac_x_includes
=$ac_dir
10977 rm -f conftest.err conftest.i conftest.
$ac_ext
10978 fi # $ac_x_includes = no
10980 if test "$ac_x_libraries" = no
; then
10981 # Check for the libraries.
10982 # See if we find them without any special options.
10983 # Don't add to $LIBS permanently.
10986 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10987 /* end confdefs.h. */
10988 #include <X11/Xlib.h>
10997 if ac_fn_c_try_link
"$LINENO"; then :
10999 # We can link X programs with no special library path.
11003 for ac_dir
in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
11005 # Don't even attempt the hair of trying to link an X program!
11006 for ac_extension
in a so sl dylib la dll
; do
11007 if test -r "$ac_dir/libX11.$ac_extension"; then
11008 ac_x_libraries
=$ac_dir
11014 rm -f core conftest.err conftest.
$ac_objext \
11015 conftest
$ac_exeext conftest.
$ac_ext
11016 fi # $ac_x_libraries = no
11018 case $ac_x_includes,$ac_x_libraries in #(
11019 no
,* |
*,no |
*\'*)
11020 # Didn't find X, or a directory has "'" in its name.
11021 ac_cv_have_x
="have_x=no";; #(
11023 # Record where we found X for the cache.
11024 ac_cv_have_x
="have_x=yes\
11025 ac_x_includes='$ac_x_includes'\
11026 ac_x_libraries='$ac_x_libraries'"
11032 eval "$ac_cv_have_x"
11035 if test "$have_x" != yes; then
11036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
11037 $as_echo "$have_x" >&6; }
11040 # If each of the values was on the command line, it overrides each guess.
11041 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
11042 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
11043 # Update the cache value to reflect the command line values.
11044 ac_cv_have_x
="have_x=yes\
11045 ac_x_includes='$x_includes'\
11046 ac_x_libraries='$x_libraries'"
11047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
11048 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
11051 if test "$no_x" = yes; then
11052 # Not all programs may use this symbol, but it does not hurt to define it.
11054 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
11056 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
11058 if test -n "$x_includes"; then
11059 X_CFLAGS
="$X_CFLAGS -I$x_includes"
11062 # It would also be nice to do this for all -L options, not just this one.
11063 if test -n "$x_libraries"; then
11064 X_LIBS
="$X_LIBS -L$x_libraries"
11065 # For Solaris; some versions of Sun CC require a space after -R and
11066 # others require no space. Words are not sufficient . . . .
11067 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
11068 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
11069 ac_xsave_LIBS
=$LIBS; LIBS
="$LIBS -R$x_libraries"
11070 ac_xsave_c_werror_flag
=$ac_c_werror_flag
11071 ac_c_werror_flag
=yes
11072 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11073 /* end confdefs.h. */
11083 if ac_fn_c_try_link
"$LINENO"; then :
11084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11085 $as_echo "no" >&6; }
11086 X_LIBS
="$X_LIBS -R$x_libraries"
11088 LIBS
="$ac_xsave_LIBS -R $x_libraries"
11089 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11090 /* end confdefs.h. */
11100 if ac_fn_c_try_link
"$LINENO"; then :
11101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11102 $as_echo "yes" >&6; }
11103 X_LIBS
="$X_LIBS -R $x_libraries"
11105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
11106 $as_echo "neither works" >&6; }
11108 rm -f core conftest.err conftest.
$ac_objext \
11109 conftest
$ac_exeext conftest.
$ac_ext
11111 rm -f core conftest.err conftest.
$ac_objext \
11112 conftest
$ac_exeext conftest.
$ac_ext
11113 ac_c_werror_flag
=$ac_xsave_c_werror_flag
11114 LIBS
=$ac_xsave_LIBS
11117 # Check for system-dependent libraries X programs must link with.
11118 # Do this before checking for the system-independent R6 libraries
11119 # (-lICE), since we may need -lsocket or whatever for X linking.
11121 if test "$ISC" = yes; then
11122 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
11124 # Martyn Johnson says this is needed for Ultrix, if the X
11125 # libraries were built with DECnet support. And Karl Berry says
11126 # the Alpha needs dnet_stub (dnet does not exist).
11127 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS $X_LIBS -lX11"
11128 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11129 /* end confdefs.h. */
11131 /* Override any GCC internal prototype to avoid an error.
11132 Use char because int might match the return type of a GCC
11133 builtin and then its argument prototype would still apply. */
11137 char XOpenDisplay ();
11141 return XOpenDisplay ();
11146 if ac_fn_c_try_link
"$LINENO"; then :
11149 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
11150 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
11151 if ${ac_cv_lib_dnet_dnet_ntoa+:} false
; then :
11152 $as_echo_n "(cached) " >&6
11154 ac_check_lib_save_LIBS
=$LIBS
11155 LIBS
="-ldnet $LIBS"
11156 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11157 /* end confdefs.h. */
11159 /* Override any GCC internal prototype to avoid an error.
11160 Use char because int might match the return type of a GCC
11161 builtin and then its argument prototype would still apply. */
11169 return dnet_ntoa ();
11174 if ac_fn_c_try_link
"$LINENO"; then :
11175 ac_cv_lib_dnet_dnet_ntoa
=yes
11177 ac_cv_lib_dnet_dnet_ntoa
=no
11179 rm -f core conftest.err conftest.
$ac_objext \
11180 conftest
$ac_exeext conftest.
$ac_ext
11181 LIBS
=$ac_check_lib_save_LIBS
11183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
11184 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
11185 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes
; then :
11186 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
11189 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
11190 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
11191 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
11192 if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false
; then :
11193 $as_echo_n "(cached) " >&6
11195 ac_check_lib_save_LIBS
=$LIBS
11196 LIBS
="-ldnet_stub $LIBS"
11197 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11198 /* end confdefs.h. */
11200 /* Override any GCC internal prototype to avoid an error.
11201 Use char because int might match the return type of a GCC
11202 builtin and then its argument prototype would still apply. */
11210 return dnet_ntoa ();
11215 if ac_fn_c_try_link
"$LINENO"; then :
11216 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
11218 ac_cv_lib_dnet_stub_dnet_ntoa
=no
11220 rm -f core conftest.err conftest.
$ac_objext \
11221 conftest
$ac_exeext conftest.
$ac_ext
11222 LIBS
=$ac_check_lib_save_LIBS
11224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
11225 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
11226 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes
; then :
11227 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
11232 rm -f core conftest.err conftest.
$ac_objext \
11233 conftest
$ac_exeext conftest.
$ac_ext
11234 LIBS
="$ac_xsave_LIBS"
11236 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
11237 # to get the SysV transport functions.
11238 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
11240 # The nsl library prevents programs from opening the X display
11241 # on Irix 5.2, according to T.E. Dickey.
11242 # The functions gethostbyname, getservbyname, and inet_addr are
11243 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
11244 ac_fn_c_check_func
"$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
11245 if test "x$ac_cv_func_gethostbyname" = xyes
; then :
11249 if test $ac_cv_func_gethostbyname = no
; then
11250 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
11251 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
11252 if ${ac_cv_lib_nsl_gethostbyname+:} false
; then :
11253 $as_echo_n "(cached) " >&6
11255 ac_check_lib_save_LIBS
=$LIBS
11257 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11258 /* end confdefs.h. */
11260 /* Override any GCC internal prototype to avoid an error.
11261 Use char because int might match the return type of a GCC
11262 builtin and then its argument prototype would still apply. */
11266 char gethostbyname ();
11270 return gethostbyname ();
11275 if ac_fn_c_try_link
"$LINENO"; then :
11276 ac_cv_lib_nsl_gethostbyname
=yes
11278 ac_cv_lib_nsl_gethostbyname
=no
11280 rm -f core conftest.err conftest.
$ac_objext \
11281 conftest
$ac_exeext conftest.
$ac_ext
11282 LIBS
=$ac_check_lib_save_LIBS
11284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
11285 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
11286 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes
; then :
11287 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
11290 if test $ac_cv_lib_nsl_gethostbyname = no
; then
11291 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
11292 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
11293 if ${ac_cv_lib_bsd_gethostbyname+:} false
; then :
11294 $as_echo_n "(cached) " >&6
11296 ac_check_lib_save_LIBS
=$LIBS
11298 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11299 /* end confdefs.h. */
11301 /* Override any GCC internal prototype to avoid an error.
11302 Use char because int might match the return type of a GCC
11303 builtin and then its argument prototype would still apply. */
11307 char gethostbyname ();
11311 return gethostbyname ();
11316 if ac_fn_c_try_link
"$LINENO"; then :
11317 ac_cv_lib_bsd_gethostbyname
=yes
11319 ac_cv_lib_bsd_gethostbyname
=no
11321 rm -f core conftest.err conftest.
$ac_objext \
11322 conftest
$ac_exeext conftest.
$ac_ext
11323 LIBS
=$ac_check_lib_save_LIBS
11325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
11326 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
11327 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes
; then :
11328 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lbsd"
11334 # lieder@skyler.mavd.honeywell.com says without -lsocket,
11335 # socket/setsockopt and other routines are undefined under SCO ODT
11336 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
11337 # on later versions), says Simon Leinen: it contains gethostby*
11338 # variants that don't use the name server (or something). -lsocket
11339 # must be given before -lnsl if both are needed. We assume that
11340 # if connect needs -lnsl, so does gethostbyname.
11341 ac_fn_c_check_func
"$LINENO" "connect" "ac_cv_func_connect"
11342 if test "x$ac_cv_func_connect" = xyes
; then :
11346 if test $ac_cv_func_connect = no
; then
11347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
11348 $as_echo_n "checking for connect in -lsocket... " >&6; }
11349 if ${ac_cv_lib_socket_connect+:} false
; then :
11350 $as_echo_n "(cached) " >&6
11352 ac_check_lib_save_LIBS
=$LIBS
11353 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
11354 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11355 /* end confdefs.h. */
11357 /* Override any GCC internal prototype to avoid an error.
11358 Use char because int might match the return type of a GCC
11359 builtin and then its argument prototype would still apply. */
11372 if ac_fn_c_try_link
"$LINENO"; then :
11373 ac_cv_lib_socket_connect
=yes
11375 ac_cv_lib_socket_connect
=no
11377 rm -f core conftest.err conftest.
$ac_objext \
11378 conftest
$ac_exeext conftest.
$ac_ext
11379 LIBS
=$ac_check_lib_save_LIBS
11381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
11382 $as_echo "$ac_cv_lib_socket_connect" >&6; }
11383 if test "x$ac_cv_lib_socket_connect" = xyes
; then :
11384 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
11389 # Guillermo Gomez says -lposix is necessary on A/UX.
11390 ac_fn_c_check_func
"$LINENO" "remove" "ac_cv_func_remove"
11391 if test "x$ac_cv_func_remove" = xyes
; then :
11395 if test $ac_cv_func_remove = no
; then
11396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
11397 $as_echo_n "checking for remove in -lposix... " >&6; }
11398 if ${ac_cv_lib_posix_remove+:} false
; then :
11399 $as_echo_n "(cached) " >&6
11401 ac_check_lib_save_LIBS
=$LIBS
11402 LIBS
="-lposix $LIBS"
11403 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11404 /* end confdefs.h. */
11406 /* Override any GCC internal prototype to avoid an error.
11407 Use char because int might match the return type of a GCC
11408 builtin and then its argument prototype would still apply. */
11421 if ac_fn_c_try_link
"$LINENO"; then :
11422 ac_cv_lib_posix_remove
=yes
11424 ac_cv_lib_posix_remove
=no
11426 rm -f core conftest.err conftest.
$ac_objext \
11427 conftest
$ac_exeext conftest.
$ac_ext
11428 LIBS
=$ac_check_lib_save_LIBS
11430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
11431 $as_echo "$ac_cv_lib_posix_remove" >&6; }
11432 if test "x$ac_cv_lib_posix_remove" = xyes
; then :
11433 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
11438 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
11439 ac_fn_c_check_func
"$LINENO" "shmat" "ac_cv_func_shmat"
11440 if test "x$ac_cv_func_shmat" = xyes
; then :
11444 if test $ac_cv_func_shmat = no
; then
11445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
11446 $as_echo_n "checking for shmat in -lipc... " >&6; }
11447 if ${ac_cv_lib_ipc_shmat+:} false
; then :
11448 $as_echo_n "(cached) " >&6
11450 ac_check_lib_save_LIBS
=$LIBS
11452 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11453 /* end confdefs.h. */
11455 /* Override any GCC internal prototype to avoid an error.
11456 Use char because int might match the return type of a GCC
11457 builtin and then its argument prototype would still apply. */
11470 if ac_fn_c_try_link
"$LINENO"; then :
11471 ac_cv_lib_ipc_shmat
=yes
11473 ac_cv_lib_ipc_shmat
=no
11475 rm -f core conftest.err conftest.
$ac_objext \
11476 conftest
$ac_exeext conftest.
$ac_ext
11477 LIBS
=$ac_check_lib_save_LIBS
11479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
11480 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
11481 if test "x$ac_cv_lib_ipc_shmat" = xyes
; then :
11482 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
11488 # Check for libraries that X11R6 Xt/Xaw programs need.
11489 ac_save_LDFLAGS
=$LDFLAGS
11490 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
11491 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
11492 # check for ICE first), but we must link in the order -lSM -lICE or
11493 # we get undefined symbols. So assume we have SM if we have ICE.
11494 # These have to be linked with before -lX11, unlike the other
11495 # libraries we check for below, so use a different variable.
11496 # John Interrante, Karl Berry
11497 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
11498 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
11499 if ${ac_cv_lib_ICE_IceConnectionNumber+:} false
; then :
11500 $as_echo_n "(cached) " >&6
11502 ac_check_lib_save_LIBS
=$LIBS
11503 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
11504 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11505 /* end confdefs.h. */
11507 /* Override any GCC internal prototype to avoid an error.
11508 Use char because int might match the return type of a GCC
11509 builtin and then its argument prototype would still apply. */
11513 char IceConnectionNumber ();
11517 return IceConnectionNumber ();
11522 if ac_fn_c_try_link
"$LINENO"; then :
11523 ac_cv_lib_ICE_IceConnectionNumber
=yes
11525 ac_cv_lib_ICE_IceConnectionNumber
=no
11527 rm -f core conftest.err conftest.
$ac_objext \
11528 conftest
$ac_exeext conftest.
$ac_ext
11529 LIBS
=$ac_check_lib_save_LIBS
11531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
11532 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
11533 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes
; then :
11534 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
11537 LDFLAGS
=$ac_save_LDFLAGS
11542 if test "$have_x" = "yes"
11544 ac_save_CPPFLAGS
="$CPPFLAGS"
11545 CPPFLAGS
="$CPPFLAGS $X_CFLAGS"
11547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
11548 $as_echo_n "checking for -lX11... " >&6; }
11549 if ${ac_cv_lib_soname_X11+:} false
; then :
11550 $as_echo_n "(cached) " >&6
11552 ac_check_soname_save_LIBS
=$LIBS
11553 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
11554 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11555 /* end confdefs.h. */
11557 /* Override any GCC internal prototype to avoid an error.
11558 Use char because int might match the return type of a GCC
11559 builtin and then its argument prototype would still apply. */
11563 char XCreateWindow ();
11567 return XCreateWindow ();
11572 if ac_fn_c_try_link
"$LINENO"; then :
11574 dll
) ac_cv_lib_soname_X11
=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11575 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'` ;;
11576 *) ac_cv_lib_soname_X11
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libX11\\.$LIBEXT" | sed -e "s/^.*\\[\\(libX11\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11577 if ${ac_cv_lib_soname_X11:+false} :; then :
11578 ac_cv_lib_soname_X11
=`$LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11582 ac_cv_lib_soname_X11
=
11584 rm -f core conftest.err conftest.
$ac_objext \
11585 conftest
$ac_exeext conftest.
$ac_ext
11586 LIBS
=$ac_check_soname_save_LIBS
11588 if ${ac_cv_lib_soname_X11:+false} :; then :
11589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11590 $as_echo "not found" >&6; }
11593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
11594 $as_echo "$ac_cv_lib_soname_X11" >&6; }
11596 cat >>confdefs.h
<<_ACEOF
11597 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
11602 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
11603 $as_echo_n "checking for -lXext... " >&6; }
11604 if ${ac_cv_lib_soname_Xext+:} false
; then :
11605 $as_echo_n "(cached) " >&6
11607 ac_check_soname_save_LIBS
=$LIBS
11608 LIBS
="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
11609 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11610 /* end confdefs.h. */
11612 /* Override any GCC internal prototype to avoid an error.
11613 Use char because int might match the return type of a GCC
11614 builtin and then its argument prototype would still apply. */
11618 char XextCreateExtension ();
11622 return XextCreateExtension ();
11627 if ac_fn_c_try_link
"$LINENO"; then :
11629 dll
) ac_cv_lib_soname_Xext
=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11630 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'` ;;
11631 *) ac_cv_lib_soname_Xext
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXext\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXext\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11632 if ${ac_cv_lib_soname_Xext:+false} :; then :
11633 ac_cv_lib_soname_Xext
=`$LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11637 ac_cv_lib_soname_Xext
=
11639 rm -f core conftest.err conftest.
$ac_objext \
11640 conftest
$ac_exeext conftest.
$ac_ext
11641 LIBS
=$ac_check_soname_save_LIBS
11643 if ${ac_cv_lib_soname_Xext:+false} :; then :
11644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11645 $as_echo "not found" >&6; }
11648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
11649 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
11651 cat >>confdefs.h
<<_ACEOF
11652 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
11655 X_LIBS
="$X_LIBS -lXext"
11657 X_LIBS
="$X_LIBS -lX11"
11659 for ac_header
in X11
/Xlib.h \
11662 X11
/Xcursor
/Xcursor.h \
11663 X11
/extensions
/shape.h \
11664 X11
/extensions
/XInput.h \
11665 X11
/extensions
/XInput2.h \
11666 X11
/extensions
/XShm.h \
11667 X11
/extensions
/Xcomposite.h \
11668 X11
/extensions
/Xfixes.h \
11669 X11
/extensions
/Xinerama.h \
11670 X11
/extensions
/Xrandr.h \
11671 X11
/extensions
/Xrender.h \
11672 X11
/extensions
/xf86vmode.h \
11673 X11
/extensions
/xf86vmproto.h
11675 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11676 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
11677 # include <X11/Xlib.h>
11679 #ifdef HAVE_X11_XUTIL_H
11680 # include <X11/Xutil.h>
11683 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
11684 cat >>confdefs.h
<<_ACEOF
11685 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11693 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
11695 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
11696 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
11697 if ${ac_cv_lib_X11_XkbQueryExtension+:} false
; then :
11698 $as_echo_n "(cached) " >&6
11700 ac_check_lib_save_LIBS
=$LIBS
11701 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
11702 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11703 /* end confdefs.h. */
11705 /* Override any GCC internal prototype to avoid an error.
11706 Use char because int might match the return type of a GCC
11707 builtin and then its argument prototype would still apply. */
11711 char XkbQueryExtension ();
11715 return XkbQueryExtension ();
11720 if ac_fn_c_try_link
"$LINENO"; then :
11721 ac_cv_lib_X11_XkbQueryExtension
=yes
11723 ac_cv_lib_X11_XkbQueryExtension
=no
11725 rm -f core conftest.err conftest.
$ac_objext \
11726 conftest
$ac_exeext conftest.
$ac_ext
11727 LIBS
=$ac_check_lib_save_LIBS
11729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
11730 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
11731 if test "x$ac_cv_lib_X11_XkbQueryExtension" = xyes
; then :
11733 $as_echo "#define HAVE_XKB 1" >>confdefs.h
11739 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
11741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
11742 $as_echo_n "checking for -lXcursor... " >&6; }
11743 if ${ac_cv_lib_soname_Xcursor+:} false
; then :
11744 $as_echo_n "(cached) " >&6
11746 ac_check_soname_save_LIBS
=$LIBS
11747 LIBS
="-lXcursor $X_LIBS $X_EXTRA_LIBS $LIBS"
11748 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11749 /* end confdefs.h. */
11751 /* Override any GCC internal prototype to avoid an error.
11752 Use char because int might match the return type of a GCC
11753 builtin and then its argument prototype would still apply. */
11757 char XcursorImageLoadCursor ();
11761 return XcursorImageLoadCursor ();
11766 if ac_fn_c_try_link
"$LINENO"; then :
11768 dll
) ac_cv_lib_soname_Xcursor
=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11769 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'` ;;
11770 *) ac_cv_lib_soname_Xcursor
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcursor\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcursor\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11771 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
11772 ac_cv_lib_soname_Xcursor
=`$LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11776 ac_cv_lib_soname_Xcursor
=
11778 rm -f core conftest.err conftest.
$ac_objext \
11779 conftest
$ac_exeext conftest.
$ac_ext
11780 LIBS
=$ac_check_soname_save_LIBS
11782 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
11783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11784 $as_echo "not found" >&6; }
11787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
11788 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
11790 cat >>confdefs.h
<<_ACEOF
11791 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
11797 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
11798 case "x$with_xcursor" in
11799 x
) as_fn_append wine_notices
"|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
11801 *) as_fn_error $?
"libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
11802 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
11807 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
11809 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
11810 $as_echo_n "checking for -lXi... " >&6; }
11811 if ${ac_cv_lib_soname_Xi+:} false
; then :
11812 $as_echo_n "(cached) " >&6
11814 ac_check_soname_save_LIBS
=$LIBS
11815 LIBS
="-lXi $X_LIBS $X_EXTRA_LIBS $LIBS"
11816 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11817 /* end confdefs.h. */
11819 /* Override any GCC internal prototype to avoid an error.
11820 Use char because int might match the return type of a GCC
11821 builtin and then its argument prototype would still apply. */
11825 char XOpenDevice ();
11829 return XOpenDevice ();
11834 if ac_fn_c_try_link
"$LINENO"; then :
11836 dll
) ac_cv_lib_soname_Xi
=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11837 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'` ;;
11838 *) ac_cv_lib_soname_Xi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11839 if ${ac_cv_lib_soname_Xi:+false} :; then :
11840 ac_cv_lib_soname_Xi
=`$LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11844 ac_cv_lib_soname_Xi
=
11846 rm -f core conftest.err conftest.
$ac_objext \
11847 conftest
$ac_exeext conftest.
$ac_ext
11848 LIBS
=$ac_check_soname_save_LIBS
11850 if ${ac_cv_lib_soname_Xi:+false} :; then :
11851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11852 $as_echo "not found" >&6; }
11855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
11856 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
11858 cat >>confdefs.h
<<_ACEOF
11859 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
11865 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
11866 case "x$with_xinput" in
11867 x
) as_fn_append wine_notices
"|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
11869 *) as_fn_error $?
"libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
11870 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
11875 if test "x$ac_cv_lib_soname_Xi" != x
11877 if test "$ac_cv_header_X11_extensions_XInput2_h" != "yes"; then :
11878 case "x$with_xinput2" in
11879 x
) as_fn_append wine_notices
"|XInput2 headers not found, the XInput 2 extension won't be supported." ;;
11881 *) as_fn_error $?
"XInput2 headers not found, the XInput 2 extension won't be supported.
11882 This is an error since --with-xinput2 was requested." "$LINENO" 5 ;;
11888 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
11890 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
11891 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
11892 if ${ac_cv_lib_Xext_XShmQueryExtension+:} false
; then :
11893 $as_echo_n "(cached) " >&6
11895 ac_check_lib_save_LIBS
=$LIBS
11896 LIBS
="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
11897 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11898 /* end confdefs.h. */
11900 /* Override any GCC internal prototype to avoid an error.
11901 Use char because int might match the return type of a GCC
11902 builtin and then its argument prototype would still apply. */
11906 char XShmQueryExtension ();
11910 return XShmQueryExtension ();
11915 if ac_fn_c_try_link
"$LINENO"; then :
11916 ac_cv_lib_Xext_XShmQueryExtension
=yes
11918 ac_cv_lib_Xext_XShmQueryExtension
=no
11920 rm -f core conftest.err conftest.
$ac_objext \
11921 conftest
$ac_exeext conftest.
$ac_ext
11922 LIBS
=$ac_check_lib_save_LIBS
11924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
11925 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
11926 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = xyes
; then :
11928 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
11933 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
11934 case "x$with_xshm" in
11935 x
) as_fn_append wine_notices
"|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
11937 *) as_fn_error $?
"XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
11938 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
11943 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
11945 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
11946 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
11947 if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false
; then :
11948 $as_echo_n "(cached) " >&6
11950 ac_check_lib_save_LIBS
=$LIBS
11951 LIBS
="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
11952 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11953 /* end confdefs.h. */
11955 /* Override any GCC internal prototype to avoid an error.
11956 Use char because int might match the return type of a GCC
11957 builtin and then its argument prototype would still apply. */
11961 char XShapeQueryExtension ();
11965 return XShapeQueryExtension ();
11970 if ac_fn_c_try_link
"$LINENO"; then :
11971 ac_cv_lib_Xext_XShapeQueryExtension
=yes
11973 ac_cv_lib_Xext_XShapeQueryExtension
=no
11975 rm -f core conftest.err conftest.
$ac_objext \
11976 conftest
$ac_exeext conftest.
$ac_ext
11977 LIBS
=$ac_check_lib_save_LIBS
11979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
11980 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
11981 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes
; then :
11983 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
11988 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
11989 case "x$with_xshape" in
11990 x
) as_fn_append wine_notices
"|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
11992 *) as_fn_error $?
"XShape ${notice_platform}development files not found, XShape won't be supported.
11993 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
11998 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
12000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
12001 $as_echo_n "checking for -lXxf86vm... " >&6; }
12002 if ${ac_cv_lib_soname_Xxf86vm+:} false
; then :
12003 $as_echo_n "(cached) " >&6
12005 ac_check_soname_save_LIBS
=$LIBS
12006 LIBS
="-lXxf86vm $X_LIBS $X_EXTRA_LIBS $LIBS"
12007 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12008 /* end confdefs.h. */
12010 /* Override any GCC internal prototype to avoid an error.
12011 Use char because int might match the return type of a GCC
12012 builtin and then its argument prototype would still apply. */
12016 char XF86VidModeQueryExtension ();
12020 return XF86VidModeQueryExtension ();
12025 if ac_fn_c_try_link
"$LINENO"; then :
12027 dll
) ac_cv_lib_soname_Xxf86vm
=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12028 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'` ;;
12029 *) ac_cv_lib_soname_Xxf86vm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXxf86vm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12030 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
12031 ac_cv_lib_soname_Xxf86vm
=`$LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12035 ac_cv_lib_soname_Xxf86vm
=
12037 rm -f core conftest.err conftest.
$ac_objext \
12038 conftest
$ac_exeext conftest.
$ac_ext
12039 LIBS
=$ac_check_soname_save_LIBS
12041 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
12042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12043 $as_echo "not found" >&6; }
12046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
12047 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
12049 cat >>confdefs.h
<<_ACEOF
12050 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
12056 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
12057 case "x$with_xxf86vm" in
12058 x
) as_fn_append wine_notices
"|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
12060 *) as_fn_error $?
"libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
12061 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
12066 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x"
12068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
12069 $as_echo_n "checking for -lXrender... " >&6; }
12070 if ${ac_cv_lib_soname_Xrender+:} false
; then :
12071 $as_echo_n "(cached) " >&6
12073 ac_check_soname_save_LIBS
=$LIBS
12074 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
12075 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12076 /* end confdefs.h. */
12078 /* Override any GCC internal prototype to avoid an error.
12079 Use char because int might match the return type of a GCC
12080 builtin and then its argument prototype would still apply. */
12084 char XRenderQueryExtension ();
12088 return XRenderQueryExtension ();
12093 if ac_fn_c_try_link
"$LINENO"; then :
12095 dll
) ac_cv_lib_soname_Xrender
=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12096 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'` ;;
12097 *) ac_cv_lib_soname_Xrender
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrender\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrender\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12098 if ${ac_cv_lib_soname_Xrender:+false} :; then :
12099 ac_cv_lib_soname_Xrender
=`$LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12103 ac_cv_lib_soname_Xrender
=
12105 rm -f core conftest.err conftest.
$ac_objext \
12106 conftest
$ac_exeext conftest.
$ac_ext
12107 LIBS
=$ac_check_soname_save_LIBS
12109 if ${ac_cv_lib_soname_Xrender:+false} :; then :
12110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12111 $as_echo "not found" >&6; }
12114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
12115 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
12117 cat >>confdefs.h
<<_ACEOF
12118 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
12121 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
12122 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
12123 if ${ac_cv_lib_Xrender_XRenderSetPictureTransform+:} false
; then :
12124 $as_echo_n "(cached) " >&6
12126 ac_check_lib_save_LIBS
=$LIBS
12127 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
12128 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12129 /* end confdefs.h. */
12131 /* Override any GCC internal prototype to avoid an error.
12132 Use char because int might match the return type of a GCC
12133 builtin and then its argument prototype would still apply. */
12137 char XRenderSetPictureTransform ();
12141 return XRenderSetPictureTransform ();
12146 if ac_fn_c_try_link
"$LINENO"; then :
12147 ac_cv_lib_Xrender_XRenderSetPictureTransform
=yes
12149 ac_cv_lib_Xrender_XRenderSetPictureTransform
=no
12151 rm -f core conftest.err conftest.
$ac_objext \
12152 conftest
$ac_exeext conftest.
$ac_ext
12153 LIBS
=$ac_check_lib_save_LIBS
12155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
12156 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
12157 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = xyes
; then :
12159 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
12163 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderCreateLinearGradient in -lXrender" >&5
12164 $as_echo_n "checking for XRenderCreateLinearGradient in -lXrender... " >&6; }
12165 if ${ac_cv_lib_Xrender_XRenderCreateLinearGradient+:} false
; then :
12166 $as_echo_n "(cached) " >&6
12168 ac_check_lib_save_LIBS
=$LIBS
12169 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
12170 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12171 /* end confdefs.h. */
12173 /* Override any GCC internal prototype to avoid an error.
12174 Use char because int might match the return type of a GCC
12175 builtin and then its argument prototype would still apply. */
12179 char XRenderCreateLinearGradient ();
12183 return XRenderCreateLinearGradient ();
12188 if ac_fn_c_try_link
"$LINENO"; then :
12189 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=yes
12191 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=no
12193 rm -f core conftest.err conftest.
$ac_objext \
12194 conftest
$ac_exeext conftest.
$ac_ext
12195 LIBS
=$ac_check_lib_save_LIBS
12197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&5
12198 $as_echo "$ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&6; }
12199 if test "x$ac_cv_lib_Xrender_XRenderCreateLinearGradient" = xyes
; then :
12201 $as_echo "#define HAVE_XRENDERCREATELINEARGRADIENT 1" >>confdefs.h
12208 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
12209 case "x$with_xrender" in
12210 x
) as_fn_append wine_warnings
"|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
12212 *) as_fn_error $?
"libxrender ${notice_platform}development files not found, XRender won't be supported.
12213 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
12218 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
12220 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12221 /* end confdefs.h. */
12222 #include <X11/Xlib.h>
12223 #include <X11/extensions/Xrandr.h>
12227 static typeof(XRRSetScreenConfigAndRate) * func; if (func) return 0;
12232 if ac_fn_c_try_compile
"$LINENO"; then :
12233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
12234 $as_echo_n "checking for -lXrandr... " >&6; }
12235 if ${ac_cv_lib_soname_Xrandr+:} false
; then :
12236 $as_echo_n "(cached) " >&6
12238 ac_check_soname_save_LIBS
=$LIBS
12239 LIBS
="-lXrandr $X_LIBS $X_EXTRA_LIBS $LIBS"
12240 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12241 /* end confdefs.h. */
12243 /* Override any GCC internal prototype to avoid an error.
12244 Use char because int might match the return type of a GCC
12245 builtin and then its argument prototype would still apply. */
12249 char XRRQueryExtension ();
12253 return XRRQueryExtension ();
12258 if ac_fn_c_try_link
"$LINENO"; then :
12260 dll
) ac_cv_lib_soname_Xrandr
=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12261 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'` ;;
12262 *) ac_cv_lib_soname_Xrandr
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrandr\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrandr\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12263 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
12264 ac_cv_lib_soname_Xrandr
=`$LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12268 ac_cv_lib_soname_Xrandr
=
12270 rm -f core conftest.err conftest.
$ac_objext \
12271 conftest
$ac_exeext conftest.
$ac_ext
12272 LIBS
=$ac_check_soname_save_LIBS
12274 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
12275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12276 $as_echo "not found" >&6; }
12279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
12280 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
12282 cat >>confdefs.h
<<_ACEOF
12283 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
12286 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12287 /* end confdefs.h. */
12288 #include <X11/Xlib.h>
12289 #include <X11/extensions/Xrandr.h>
12293 static typeof(XRRGetProviderResources) *f; if (f) return 0;
12298 if ac_fn_c_try_compile
"$LINENO"; then :
12300 $as_echo "#define HAVE_XRRGETPROVIDERRESOURCES 1" >>confdefs.h
12303 as_fn_append wine_notices
"|libxrandr ${notice_platform}development files too old, XRandR display device handler won't be supported."
12305 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12308 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12310 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
12311 case "x$with_xrandr" in
12312 x
) as_fn_append wine_notices
"|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
12314 *) as_fn_error $?
"libxrandr ${notice_platform}development files not found, XRandr won't be supported.
12315 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
12320 if test "$ac_cv_header_X11_extensions_Xfixes_h" = "yes"
12322 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12323 /* end confdefs.h. */
12324 #include <X11/Xlib.h>
12325 #include <X11/extensions/Xfixes.h>
12329 static typeof(XFixesQueryVersion) * func; if (func) return 0;
12334 if ac_fn_c_try_compile
"$LINENO"; then :
12335 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXfixes" >&5
12336 $as_echo_n "checking for -lXfixes... " >&6; }
12337 if ${ac_cv_lib_soname_Xfixes+:} false
; then :
12338 $as_echo_n "(cached) " >&6
12340 ac_check_soname_save_LIBS
=$LIBS
12341 LIBS
="-lXfixes $X_LIBS $X_EXTRA_LIBS $LIBS"
12342 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12343 /* end confdefs.h. */
12345 /* Override any GCC internal prototype to avoid an error.
12346 Use char because int might match the return type of a GCC
12347 builtin and then its argument prototype would still apply. */
12351 char XFixesQueryVersion ();
12355 return XFixesQueryVersion ();
12360 if ac_fn_c_try_link
"$LINENO"; then :
12362 dll
) ac_cv_lib_soname_Xfixes
=`$ac_cv_path_LDD conftest.exe | grep "Xfixes" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12363 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'` ;;
12364 *) ac_cv_lib_soname_Xfixes
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXfixes\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXfixes\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12365 if ${ac_cv_lib_soname_Xfixes:+false} :; then :
12366 ac_cv_lib_soname_Xfixes
=`$LDD conftest$ac_exeext | grep "libXfixes\\.$LIBEXT" | sed -e "s/^.*\(libXfixes\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12370 ac_cv_lib_soname_Xfixes
=
12372 rm -f core conftest.err conftest.
$ac_objext \
12373 conftest
$ac_exeext conftest.
$ac_ext
12374 LIBS
=$ac_check_soname_save_LIBS
12376 if ${ac_cv_lib_soname_Xfixes:+false} :; then :
12377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12378 $as_echo "not found" >&6; }
12381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xfixes" >&5
12382 $as_echo "$ac_cv_lib_soname_Xfixes" >&6; }
12384 cat >>confdefs.h
<<_ACEOF
12385 #define SONAME_LIBXFIXES "$ac_cv_lib_soname_Xfixes"
12391 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12393 if test "x$ac_cv_lib_soname_Xfixes" = "x"; then :
12394 case "x$with_xfixes" in
12395 x
) as_fn_append wine_notices
"|libxfixes ${notice_platform}development files not found, Xfixes won't be supported." ;;
12397 *) as_fn_error $?
"libxfixes ${notice_platform}development files not found, Xfixes won't be supported.
12398 This is an error since --with-xfixes was requested." "$LINENO" 5 ;;
12403 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
12405 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12406 /* end confdefs.h. */
12407 #include <X11/Xlib.h>
12408 #include <X11/extensions/Xinerama.h>
12412 static typeof(XineramaQueryScreens) * func; if (func) return 0;
12417 if ac_fn_c_try_compile
"$LINENO"; then :
12418 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
12419 $as_echo_n "checking for -lXinerama... " >&6; }
12420 if ${ac_cv_lib_soname_Xinerama+:} false
; then :
12421 $as_echo_n "(cached) " >&6
12423 ac_check_soname_save_LIBS
=$LIBS
12424 LIBS
="-lXinerama $X_LIBS $X_EXTRA_LIBS $LIBS"
12425 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12426 /* end confdefs.h. */
12428 /* Override any GCC internal prototype to avoid an error.
12429 Use char because int might match the return type of a GCC
12430 builtin and then its argument prototype would still apply. */
12434 char XineramaQueryScreens ();
12438 return XineramaQueryScreens ();
12443 if ac_fn_c_try_link
"$LINENO"; then :
12445 dll
) ac_cv_lib_soname_Xinerama
=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12446 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'` ;;
12447 *) ac_cv_lib_soname_Xinerama
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXinerama\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXinerama\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12448 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
12449 ac_cv_lib_soname_Xinerama
=`$LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12453 ac_cv_lib_soname_Xinerama
=
12455 rm -f core conftest.err conftest.
$ac_objext \
12456 conftest
$ac_exeext conftest.
$ac_ext
12457 LIBS
=$ac_check_soname_save_LIBS
12459 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
12460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12461 $as_echo "not found" >&6; }
12464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
12465 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
12467 cat >>confdefs.h
<<_ACEOF
12468 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
12474 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12476 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
12477 case "x$with_xinerama" in
12478 x
) as_fn_append wine_notices
"|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
12480 *) as_fn_error $?
"libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
12481 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
12486 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
12488 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
12489 $as_echo_n "checking for -lXcomposite... " >&6; }
12490 if ${ac_cv_lib_soname_Xcomposite+:} false
; then :
12491 $as_echo_n "(cached) " >&6
12493 ac_check_soname_save_LIBS
=$LIBS
12494 LIBS
="-lXcomposite $X_LIBS $X_EXTRA_LIBS $LIBS"
12495 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12496 /* end confdefs.h. */
12498 /* Override any GCC internal prototype to avoid an error.
12499 Use char because int might match the return type of a GCC
12500 builtin and then its argument prototype would still apply. */
12504 char XCompositeRedirectWindow ();
12508 return XCompositeRedirectWindow ();
12513 if ac_fn_c_try_link
"$LINENO"; then :
12515 dll
) ac_cv_lib_soname_Xcomposite
=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12516 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'` ;;
12517 *) ac_cv_lib_soname_Xcomposite
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcomposite\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcomposite\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12518 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
12519 ac_cv_lib_soname_Xcomposite
=`$LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12523 ac_cv_lib_soname_Xcomposite
=
12525 rm -f core conftest.err conftest.
$ac_objext \
12526 conftest
$ac_exeext conftest.
$ac_ext
12527 LIBS
=$ac_check_soname_save_LIBS
12529 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
12530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12531 $as_echo "not found" >&6; }
12534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
12535 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
12537 cat >>confdefs.h
<<_ACEOF
12538 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
12544 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
12545 case "x$with_xcomposite" in
12546 x
) as_fn_append wine_notices
"|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
12548 *) as_fn_error $?
"libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
12549 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
12554 ac_fn_c_check_member
"$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
12555 #include <X11/Xlib.h>
12558 if test "x$ac_cv_member_XICCallback_callback" = xyes
; then :
12560 cat >>confdefs.h
<<_ACEOF
12561 #define HAVE_XICCALLBACK_CALLBACK 1
12566 ac_fn_c_check_member
"$LINENO" "XEvent" "xcookie" "ac_cv_member_XEvent_xcookie" "#ifdef HAVE_X11_XLIB_H
12567 #include <X11/Xlib.h>
12570 if test "x$ac_cv_member_XEvent_xcookie" = xyes
; then :
12572 cat >>confdefs.h
<<_ACEOF
12573 #define HAVE_XEVENT_XCOOKIE 1
12582 if test "x$with_opengl" != "xno"
12584 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
12585 $as_echo_n "checking for -lGL... " >&6; }
12586 if ${ac_cv_lib_soname_GL+:} false
; then :
12587 $as_echo_n "(cached) " >&6
12589 ac_check_soname_save_LIBS
=$LIBS
12590 LIBS
="-lGL $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
12591 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12592 /* end confdefs.h. */
12594 /* Override any GCC internal prototype to avoid an error.
12595 Use char because int might match the return type of a GCC
12596 builtin and then its argument prototype would still apply. */
12600 char glXCreateContext ();
12604 return glXCreateContext ();
12609 if ac_fn_c_try_link
"$LINENO"; then :
12611 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12612 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'` ;;
12613 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12614 if ${ac_cv_lib_soname_GL:+false} :; then :
12615 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12619 ac_cv_lib_soname_GL
=
12621 rm -f core conftest.err conftest.
$ac_objext \
12622 conftest
$ac_exeext conftest.
$ac_ext
12623 LIBS
=$ac_check_soname_save_LIBS
12625 if ${ac_cv_lib_soname_GL:+false} :; then :
12626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12627 $as_echo "not found" >&6; }
12628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
12629 $as_echo_n "checking for -lGL... " >&6; }
12630 if ${ac_cv_lib_soname_GL+:} false
; then :
12631 $as_echo_n "(cached) " >&6
12633 ac_check_soname_save_LIBS
=$LIBS
12634 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"
12635 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12636 /* end confdefs.h. */
12638 /* Override any GCC internal prototype to avoid an error.
12639 Use char because int might match the return type of a GCC
12640 builtin and then its argument prototype would still apply. */
12644 char glXCreateContext ();
12648 return glXCreateContext ();
12653 if ac_fn_c_try_link
"$LINENO"; then :
12655 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12656 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'` ;;
12657 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12658 if ${ac_cv_lib_soname_GL:+false} :; then :
12659 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12663 ac_cv_lib_soname_GL
=
12665 rm -f core conftest.err conftest.
$ac_objext \
12666 conftest
$ac_exeext conftest.
$ac_ext
12667 LIBS
=$ac_check_soname_save_LIBS
12669 if ${ac_cv_lib_soname_GL:+false} :; then :
12670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12671 $as_echo "not found" >&6; }
12672 if test -f /usr
/X11R
6/lib
/libGL.a
12674 opengl_msg
="/usr/X11R6/lib/libGL.a is present on your system.
12675 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
12677 opengl_msg
="No OpenGL library found on this system."
12680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
12681 $as_echo "$ac_cv_lib_soname_GL" >&6; }
12683 cat >>confdefs.h
<<_ACEOF
12684 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
12687 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"
12690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
12691 $as_echo "$ac_cv_lib_soname_GL" >&6; }
12693 cat >>confdefs.h
<<_ACEOF
12694 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
12699 if test "x$with_osmesa" != "xno"
12701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lOSMesa" >&5
12702 $as_echo_n "checking for -lOSMesa... " >&6; }
12703 if ${ac_cv_lib_soname_OSMesa+:} false
; then :
12704 $as_echo_n "(cached) " >&6
12706 ac_check_soname_save_LIBS
=$LIBS
12707 LIBS
="-lOSMesa $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
12708 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12709 /* end confdefs.h. */
12711 /* Override any GCC internal prototype to avoid an error.
12712 Use char because int might match the return type of a GCC
12713 builtin and then its argument prototype would still apply. */
12717 char OSMesaGetProcAddress ();
12721 return OSMesaGetProcAddress ();
12726 if ac_fn_c_try_link
"$LINENO"; then :
12728 dll
) ac_cv_lib_soname_OSMesa
=`$ac_cv_path_LDD conftest.exe | grep "OSMesa" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12729 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'` ;;
12730 *) ac_cv_lib_soname_OSMesa
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libOSMesa\\.$LIBEXT" | sed -e "s/^.*\\[\\(libOSMesa\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12731 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
12732 ac_cv_lib_soname_OSMesa
=`$LDD conftest$ac_exeext | grep "libOSMesa\\.$LIBEXT" | sed -e "s/^.*\(libOSMesa\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12736 ac_cv_lib_soname_OSMesa
=
12738 rm -f core conftest.err conftest.
$ac_objext \
12739 conftest
$ac_exeext conftest.
$ac_ext
12740 LIBS
=$ac_check_soname_save_LIBS
12742 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
12743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12744 $as_echo "not found" >&6; }
12747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_OSMesa" >&5
12748 $as_echo "$ac_cv_lib_soname_OSMesa" >&6; }
12750 cat >>confdefs.h
<<_ACEOF
12751 #define SONAME_LIBOSMESA "$ac_cv_lib_soname_OSMesa"
12756 if test "x$ac_cv_lib_soname_OSMesa" = "x"; then :
12757 case "x$with_osmesa" in
12758 x
) as_fn_append wine_notices
"|libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported." ;;
12760 *) as_fn_error $?
"libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
12761 This is an error since --with-osmesa was requested." "$LINENO" 5 ;;
12767 if test -n "$opengl_msg"; then :
12768 case "x$with_opengl" in
12769 x
) as_fn_append wine_warnings
"|$opengl_msg
12770 OpenGL and Direct3D won't be supported." ;;
12772 *) as_fn_error $?
"$opengl_msg
12773 OpenGL and Direct3D won't be supported.
12774 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
12779 CPPFLAGS
="$ac_save_CPPFLAGS"
12785 if test "$enable_wineandroid_drv$enable_winemac_drv" = "nono"
12787 if test "x$X_LIBS" = "x"; then :
12790 *) as_fn_error $?
"X ${notice_platform}development files not found. Wine will be built
12791 without X support, which probably isn't what you want. You will need
12792 to install ${notice_platform}development packages of Xlib at the very least.
12793 Use the --without-x option if you really want this." "$LINENO" 5 ;;
12795 enable_winex11_drv
=${enable_winex11_drv:-no}
12798 if test "x$X_LIBS" = "x"; then :
12800 x
) as_fn_append wine_notices
"|X ${notice_platform}development files not found, the X11 driver won't be supported." ;;
12802 *) as_fn_error $?
"X ${notice_platform}development files not found, the X11 driver won't be supported.
12803 This is an error since --with-x was requested." "$LINENO" 5 ;;
12805 enable_winex11_drv
=${enable_winex11_drv:-no}
12809 if test "$ac_cv_header_CL_cl_h" = "yes"
12811 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5
12812 $as_echo_n "checking for clGetPlatformInfo in -lOpenCL... " >&6; }
12813 if ${ac_cv_lib_OpenCL_clGetPlatformInfo+:} false
; then :
12814 $as_echo_n "(cached) " >&6
12816 ac_check_lib_save_LIBS
=$LIBS
12817 LIBS
="-lOpenCL $LIBS"
12818 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12819 /* end confdefs.h. */
12821 /* Override any GCC internal prototype to avoid an error.
12822 Use char because int might match the return type of a GCC
12823 builtin and then its argument prototype would still apply. */
12827 char clGetPlatformInfo ();
12831 return clGetPlatformInfo ();
12836 if ac_fn_c_try_link
"$LINENO"; then :
12837 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
12839 ac_cv_lib_OpenCL_clGetPlatformInfo
=no
12841 rm -f core conftest.err conftest.
$ac_objext \
12842 conftest
$ac_exeext conftest.
$ac_ext
12843 LIBS
=$ac_check_lib_save_LIBS
12845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_OpenCL_clGetPlatformInfo" >&5
12846 $as_echo "$ac_cv_lib_OpenCL_clGetPlatformInfo" >&6; }
12847 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" = xyes
; then :
12848 OPENCL_LIBS
="-lOpenCL"
12853 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes
; then :
12854 case "x$with_opencl" in
12855 x
) as_fn_append wine_notices
"|OpenCL ${notice_platform}development files not found, OpenCL won't be supported." ;;
12857 *) as_fn_error $?
"OpenCL ${notice_platform}development files not found, OpenCL won't be supported.
12858 This is an error since --with-opencl was requested." "$LINENO" 5 ;;
12860 enable_opencl
=${enable_opencl:-no}
12863 if test "$ac_cv_header_pcap_pcap_h" = "yes"
12865 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcap_create in -lpcap" >&5
12866 $as_echo_n "checking for pcap_create in -lpcap... " >&6; }
12867 if ${ac_cv_lib_pcap_pcap_create+:} false
; then :
12868 $as_echo_n "(cached) " >&6
12870 ac_check_lib_save_LIBS
=$LIBS
12871 LIBS
="-lpcap $LIBS"
12872 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12873 /* end confdefs.h. */
12875 /* Override any GCC internal prototype to avoid an error.
12876 Use char because int might match the return type of a GCC
12877 builtin and then its argument prototype would still apply. */
12881 char pcap_create ();
12885 return pcap_create ();
12890 if ac_fn_c_try_link
"$LINENO"; then :
12891 ac_cv_lib_pcap_pcap_create
=yes
12893 ac_cv_lib_pcap_pcap_create
=no
12895 rm -f core conftest.err conftest.
$ac_objext \
12896 conftest
$ac_exeext conftest.
$ac_ext
12897 LIBS
=$ac_check_lib_save_LIBS
12899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcap_pcap_create" >&5
12900 $as_echo "$ac_cv_lib_pcap_pcap_create" >&6; }
12901 if test "x$ac_cv_lib_pcap_pcap_create" = xyes
; then :
12907 if test "x$ac_cv_lib_pcap_pcap_create" != xyes
; then :
12908 case "x$with_pcap" in
12909 x
) as_fn_append wine_notices
"|pcap ${notice_platform}development files not found, wpcap won't be supported." ;;
12911 *) as_fn_error $?
"pcap ${notice_platform}development files not found, wpcap won't be supported.
12912 This is an error since --with-pcap was requested." "$LINENO" 5 ;;
12914 enable_wpcap
=${enable_wpcap:-no}
12917 if test "x$with_inotify" != "xno"
12919 if ${INOTIFY_CFLAGS:+false} :; then :
12920 if ${PKG_CONFIG+:} false
; then :
12921 INOTIFY_CFLAGS
=`$PKG_CONFIG --cflags libinotify 2>/dev/null`
12925 if ${INOTIFY_LIBS:+false} :; then :
12926 if ${PKG_CONFIG+:} false
; then :
12927 INOTIFY_LIBS
=`$PKG_CONFIG --libs libinotify 2>/dev/null`
12932 $as_echo "$as_me:${as_lineno-$LINENO}: libinotify cflags: $INOTIFY_CFLAGS" >&5
12933 $as_echo "$as_me:${as_lineno-$LINENO}: libinotify libs: $INOTIFY_LIBS" >&5
12934 ac_save_CPPFLAGS
=$CPPFLAGS
12935 CPPFLAGS
="$CPPFLAGS $INOTIFY_CFLAGS"
12936 for ac_header
in sys
/inotify.h
12938 ac_fn_c_check_header_mongrel
"$LINENO" "sys/inotify.h" "ac_cv_header_sys_inotify_h" "$ac_includes_default"
12939 if test "x$ac_cv_header_sys_inotify_h" = xyes
; then :
12940 cat >>confdefs.h
<<_ACEOF
12941 #define HAVE_SYS_INOTIFY_H 1
12948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inotify_add_watch in -linotify" >&5
12949 $as_echo_n "checking for inotify_add_watch in -linotify... " >&6; }
12950 if ${ac_cv_lib_inotify_inotify_add_watch+:} false
; then :
12951 $as_echo_n "(cached) " >&6
12953 ac_check_lib_save_LIBS
=$LIBS
12954 LIBS
="-linotify $INOTIFY_LIBS $LIBS"
12955 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12956 /* end confdefs.h. */
12958 /* Override any GCC internal prototype to avoid an error.
12959 Use char because int might match the return type of a GCC
12960 builtin and then its argument prototype would still apply. */
12964 char inotify_add_watch ();
12968 return inotify_add_watch ();
12973 if ac_fn_c_try_link
"$LINENO"; then :
12974 ac_cv_lib_inotify_inotify_add_watch
=yes
12976 ac_cv_lib_inotify_inotify_add_watch
=no
12978 rm -f core conftest.err conftest.
$ac_objext \
12979 conftest
$ac_exeext conftest.
$ac_ext
12980 LIBS
=$ac_check_lib_save_LIBS
12982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_inotify_inotify_add_watch" >&5
12983 $as_echo "$ac_cv_lib_inotify_inotify_add_watch" >&6; }
12984 if test "x$ac_cv_lib_inotify_inotify_add_watch" = xyes
; then :
12990 CPPFLAGS
=$ac_save_CPPFLAGS
12993 if test "$ac_cv_header_sys_inotify_h" != "yes"; then :
12994 case "x$with_inotify" in
12995 x
) as_fn_append wine_notices
"|libinotify ${notice_platform}development files not found (or too old), filesystem change notifications won't be supported." ;;
12997 *) as_fn_error $?
"libinotify ${notice_platform}development files not found (or too old), filesystem change notifications won't be supported.
12998 This is an error since --with-inotify was requested." "$LINENO" 5 ;;
13003 if test "x$with_dbus" != "xno"
13005 if ${DBUS_CFLAGS:+false} :; then :
13006 if ${PKG_CONFIG+:} false
; then :
13007 DBUS_CFLAGS
=`$PKG_CONFIG --cflags dbus-1 2>/dev/null`
13011 if ${DBUS_LIBS:+false} :; then :
13012 if ${PKG_CONFIG+:} false
; then :
13013 DBUS_LIBS
=`$PKG_CONFIG --libs dbus-1 2>/dev/null`
13018 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 cflags: $DBUS_CFLAGS" >&5
13019 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 libs: $DBUS_LIBS" >&5
13020 ac_save_CPPFLAGS
=$CPPFLAGS
13021 CPPFLAGS
="$CPPFLAGS $DBUS_CFLAGS"
13022 ac_fn_c_check_header_mongrel
"$LINENO" "dbus/dbus.h" "ac_cv_header_dbus_dbus_h" "$ac_includes_default"
13023 if test "x$ac_cv_header_dbus_dbus_h" = xyes
; then :
13024 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ldbus-1" >&5
13025 $as_echo_n "checking for -ldbus-1... " >&6; }
13026 if ${ac_cv_lib_soname_dbus_1+:} false
; then :
13027 $as_echo_n "(cached) " >&6
13029 ac_check_soname_save_LIBS
=$LIBS
13030 LIBS
="-ldbus-1 $DBUS_LIBS $LIBS"
13031 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13032 /* end confdefs.h. */
13034 /* Override any GCC internal prototype to avoid an error.
13035 Use char because int might match the return type of a GCC
13036 builtin and then its argument prototype would still apply. */
13040 char dbus_connection_close ();
13044 return dbus_connection_close ();
13049 if ac_fn_c_try_link
"$LINENO"; then :
13051 dll
) ac_cv_lib_soname_dbus_1
=`$ac_cv_path_LDD conftest.exe | grep "dbus-1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13052 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'` ;;
13053 *) 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'`
13054 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
13055 ac_cv_lib_soname_dbus_1
=`$LDD conftest$ac_exeext | grep "libdbus-1\\.$LIBEXT" | sed -e "s/^.*\(libdbus-1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13059 ac_cv_lib_soname_dbus_1
=
13061 rm -f core conftest.err conftest.
$ac_objext \
13062 conftest
$ac_exeext conftest.
$ac_ext
13063 LIBS
=$ac_check_soname_save_LIBS
13065 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
13066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13067 $as_echo "not found" >&6; }
13070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_dbus_1" >&5
13071 $as_echo "$ac_cv_lib_soname_dbus_1" >&6; }
13073 cat >>confdefs.h
<<_ACEOF
13074 #define SONAME_LIBDBUS_1 "$ac_cv_lib_soname_dbus_1"
13084 CPPFLAGS
=$ac_save_CPPFLAGS
13087 if test "x$ac_cv_lib_soname_dbus_1" = "x" -a \
13088 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
13089 case "x$with_dbus" in
13090 x
) as_fn_append wine_notices
"|libdbus ${notice_platform}development files not found, no dynamic device support." ;;
13092 *) as_fn_error $?
"libdbus ${notice_platform}development files not found, no dynamic device support.
13093 This is an error since --with-dbus was requested." "$LINENO" 5 ;;
13098 if test "x$with_hal" != "xno" -a "x$ac_cv_lib_soname_dbus_1" != x
13100 if ${HAL_CFLAGS:+false} :; then :
13101 if ${PKG_CONFIG+:} false
; then :
13102 HAL_CFLAGS
=`$PKG_CONFIG --cflags hal 2>/dev/null`
13106 if ${HAL_LIBS:+false} :; then :
13107 if ${PKG_CONFIG+:} false
; then :
13108 HAL_LIBS
=`$PKG_CONFIG --libs hal 2>/dev/null`
13112 HAL_LIBS
=${HAL_LIBS:-"-ldbus-1"}
13113 $as_echo "$as_me:${as_lineno-$LINENO}: hal cflags: $HAL_CFLAGS" >&5
13114 $as_echo "$as_me:${as_lineno-$LINENO}: hal libs: $HAL_LIBS" >&5
13115 ac_save_CPPFLAGS
=$CPPFLAGS
13116 CPPFLAGS
="$CPPFLAGS $HAL_CFLAGS"
13117 ac_fn_c_check_header_mongrel
"$LINENO" "hal/libhal.h" "ac_cv_header_hal_libhal_h" "$ac_includes_default"
13118 if test "x$ac_cv_header_hal_libhal_h" = xyes
; then :
13119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
13120 $as_echo_n "checking for -lhal... " >&6; }
13121 if ${ac_cv_lib_soname_hal+:} false
; then :
13122 $as_echo_n "(cached) " >&6
13124 ac_check_soname_save_LIBS
=$LIBS
13125 LIBS
="-lhal $HAL_LIBS $LIBS"
13126 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13127 /* end confdefs.h. */
13129 /* Override any GCC internal prototype to avoid an error.
13130 Use char because int might match the return type of a GCC
13131 builtin and then its argument prototype would still apply. */
13135 char libhal_ctx_new ();
13139 return libhal_ctx_new ();
13144 if ac_fn_c_try_link
"$LINENO"; then :
13146 dll
) ac_cv_lib_soname_hal
=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13147 dylib
) ac_cv_lib_soname_hal
=`$OTOOL -L conftest$ac_exeext | grep "libhal\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libhal\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
13148 *) ac_cv_lib_soname_hal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libhal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libhal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13149 if ${ac_cv_lib_soname_hal:+false} :; then :
13150 ac_cv_lib_soname_hal
=`$LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13154 ac_cv_lib_soname_hal
=
13156 rm -f core conftest.err conftest.
$ac_objext \
13157 conftest
$ac_exeext conftest.
$ac_ext
13158 LIBS
=$ac_check_soname_save_LIBS
13160 if ${ac_cv_lib_soname_hal:+false} :; then :
13161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13162 $as_echo "not found" >&6; }
13165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
13166 $as_echo "$ac_cv_lib_soname_hal" >&6; }
13168 cat >>confdefs.h
<<_ACEOF
13169 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
13179 CPPFLAGS
=$ac_save_CPPFLAGS
13181 if test "x$ac_cv_lib_soname_hal" = "x" -a \
13182 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
13183 case "x$with_hal" in
13184 x
) as_fn_append wine_notices
"|libhal ${notice_platform}development files not found, no legacy dynamic device support." ;;
13186 *) as_fn_error $?
"libhal ${notice_platform}development files not found, no legacy dynamic device support.
13187 This is an error since --with-hal was requested." "$LINENO" 5 ;;
13193 if test "x$with_gnutls" != "xno"
13195 if ${GNUTLS_CFLAGS:+false} :; then :
13196 if ${PKG_CONFIG+:} false
; then :
13197 GNUTLS_CFLAGS
=`$PKG_CONFIG --cflags gnutls 2>/dev/null`
13201 if ${GNUTLS_LIBS:+false} :; then :
13202 if ${PKG_CONFIG+:} false
; then :
13203 GNUTLS_LIBS
=`$PKG_CONFIG --libs gnutls 2>/dev/null`
13207 GNUTLS_LIBS
=${GNUTLS_LIBS:-"-lgnutls"}
13208 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls cflags: $GNUTLS_CFLAGS" >&5
13209 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls libs: $GNUTLS_LIBS" >&5
13210 ac_save_CPPFLAGS
=$CPPFLAGS
13211 CPPFLAGS
="$CPPFLAGS $GNUTLS_CFLAGS"
13212 ac_fn_c_check_header_mongrel
"$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
13213 if test "x$ac_cv_header_gnutls_gnutls_h" = xyes
; then :
13214 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13215 /* end confdefs.h. */
13216 #include <gnutls/gnutls.h>
13217 #include <gnutls/crypto.h>
13221 static typeof(gnutls_mac_get_key_size) *func; if (func) return 0;
13226 if ac_fn_c_try_compile
"$LINENO"; then :
13227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
13228 $as_echo_n "checking for -lgnutls... " >&6; }
13229 if ${ac_cv_lib_soname_gnutls+:} false
; then :
13230 $as_echo_n "(cached) " >&6
13232 ac_check_soname_save_LIBS
=$LIBS
13233 LIBS
="-lgnutls $GNUTLS_LIBS $LIBS"
13234 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13235 /* end confdefs.h. */
13237 /* Override any GCC internal prototype to avoid an error.
13238 Use char because int might match the return type of a GCC
13239 builtin and then its argument prototype would still apply. */
13243 char gnutls_global_init ();
13247 return gnutls_global_init ();
13252 if ac_fn_c_try_link
"$LINENO"; then :
13254 dll
) ac_cv_lib_soname_gnutls
=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13255 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'` ;;
13256 *) 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'`
13257 if ${ac_cv_lib_soname_gnutls:+false} :; then :
13258 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'`
13262 ac_cv_lib_soname_gnutls
=
13264 rm -f core conftest.err conftest.
$ac_objext \
13265 conftest
$ac_exeext conftest.
$ac_ext
13266 LIBS
=$ac_check_soname_save_LIBS
13268 if ${ac_cv_lib_soname_gnutls:+false} :; then :
13269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13270 $as_echo "not found" >&6; }
13273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
13274 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
13276 cat >>confdefs.h
<<_ACEOF
13277 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13282 ac_wine_check_funcs_save_LIBS
="$LIBS"
13283 LIBS
="$LIBS $GNUTLS_LIBS"
13284 for ac_func
in gnutls_cipher_init
13286 ac_fn_c_check_func
"$LINENO" "gnutls_cipher_init" "ac_cv_func_gnutls_cipher_init"
13287 if test "x$ac_cv_func_gnutls_cipher_init" = xyes
; then :
13288 cat >>confdefs.h
<<_ACEOF
13289 #define HAVE_GNUTLS_CIPHER_INIT 1
13293 as_fn_append wine_notices
"|libgnutls ${notice_platform}development files too old, bcrypt encryption won't be supported."
13297 LIBS
="$ac_wine_check_funcs_save_LIBS"
13299 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13305 CPPFLAGS
=$ac_save_CPPFLAGS
13308 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
13309 case "x$with_gnutls" in
13310 x
) as_fn_append wine_warnings
"|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13312 *) as_fn_error $?
"libgnutls ${notice_platform}development files not found, no schannel support.
13313 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
13318 if test "x$with_sane" != "xno"
13320 if ${SANE_CFLAGS:+false} :; then :
13321 if ${PKG_CONFIG+:} false
; then :
13322 SANE_CFLAGS
=`$PKG_CONFIG --cflags sane-backends 2>/dev/null`
13325 test "$cross_compiling" = yes || SANE_CFLAGS
=${SANE_CFLAGS:-`${SANE_CONFIG:-sane-config} --cflags 2>/dev/null`}
13326 if ${SANE_LIBS:+false} :; then :
13327 if ${PKG_CONFIG+:} false
; then :
13328 SANE_LIBS
=`$PKG_CONFIG --libs sane-backends 2>/dev/null`
13331 test "$cross_compiling" = yes || SANE_LIBS
=${SANE_LIBS:-`${SANE_CONFIG:-sane-config} --ldflags 2>/dev/null`}
13333 $as_echo "$as_me:${as_lineno-$LINENO}: sane-backends cflags: $SANE_CFLAGS" >&5
13334 $as_echo "$as_me:${as_lineno-$LINENO}: sane-backends libs: $SANE_LIBS" >&5
13335 ac_save_CPPFLAGS
=$CPPFLAGS
13336 CPPFLAGS
="$CPPFLAGS $SANE_CFLAGS"
13337 ac_fn_c_check_header_mongrel
"$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
13338 if test "x$ac_cv_header_sane_sane_h" = xyes
; then :
13339 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sane_init in -lsane" >&5
13340 $as_echo_n "checking for sane_init in -lsane... " >&6; }
13341 if ${ac_cv_lib_sane_sane_init+:} false
; then :
13342 $as_echo_n "(cached) " >&6
13344 ac_check_lib_save_LIBS
=$LIBS
13345 LIBS
="-lsane $SANE_LIBS $LIBS"
13346 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13347 /* end confdefs.h. */
13349 /* Override any GCC internal prototype to avoid an error.
13350 Use char because int might match the return type of a GCC
13351 builtin and then its argument prototype would still apply. */
13359 return sane_init ();
13364 if ac_fn_c_try_link
"$LINENO"; then :
13365 ac_cv_lib_sane_sane_init
=yes
13367 ac_cv_lib_sane_sane_init
=no
13369 rm -f core conftest.err conftest.
$ac_objext \
13370 conftest
$ac_exeext conftest.
$ac_ext
13371 LIBS
=$ac_check_lib_save_LIBS
13373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_sane_sane_init" >&5
13374 $as_echo "$ac_cv_lib_sane_sane_init" >&6; }
13375 if test "x$ac_cv_lib_sane_sane_init" = xyes
; then :
13382 CPPFLAGS
=$ac_save_CPPFLAGS
13385 if test "$ac_cv_lib_sane_sane_init" != "yes"; then :
13386 case "x$with_sane" in
13387 x
) as_fn_append wine_notices
"|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
13389 *) as_fn_error $?
"libsane ${notice_platform}development files not found, scanners won't be supported.
13390 This is an error since --with-sane was requested." "$LINENO" 5 ;;
13392 enable_sane_ds
=${enable_sane_ds:-no}
13395 if test "x$with_usb" != "xno"
13397 if ${USB_CFLAGS:+false} :; then :
13398 if ${PKG_CONFIG+:} false
; then :
13399 USB_CFLAGS
=`$PKG_CONFIG --cflags libusb-1.0 2>/dev/null`
13403 if ${USB_LIBS:+false} :; then :
13404 if ${PKG_CONFIG+:} false
; then :
13405 USB_LIBS
=`$PKG_CONFIG --libs libusb-1.0 2>/dev/null`
13409 USB_LIBS
=${USB_LIBS:-"-lusb-1.0"}
13410 $as_echo "$as_me:${as_lineno-$LINENO}: libusb-1.0 cflags: $USB_CFLAGS" >&5
13411 $as_echo "$as_me:${as_lineno-$LINENO}: libusb-1.0 libs: $USB_LIBS" >&5
13412 ac_save_CPPFLAGS
=$CPPFLAGS
13413 CPPFLAGS
="$CPPFLAGS $USB_CFLAGS"
13414 ac_fn_c_check_header_mongrel
"$LINENO" "libusb.h" "ac_cv_header_libusb_h" "$ac_includes_default"
13415 if test "x$ac_cv_header_libusb_h" = xyes
; then :
13416 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libusb_interrupt_event_handler in -lusb-1.0" >&5
13417 $as_echo_n "checking for libusb_interrupt_event_handler in -lusb-1.0... " >&6; }
13418 if ${ac_cv_lib_usb_1_0_libusb_interrupt_event_handler+:} false
; then :
13419 $as_echo_n "(cached) " >&6
13421 ac_check_lib_save_LIBS
=$LIBS
13422 LIBS
="-lusb-1.0 $USB_LIBS $LIBS"
13423 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13424 /* end confdefs.h. */
13426 /* Override any GCC internal prototype to avoid an error.
13427 Use char because int might match the return type of a GCC
13428 builtin and then its argument prototype would still apply. */
13432 char libusb_interrupt_event_handler ();
13436 return libusb_interrupt_event_handler ();
13441 if ac_fn_c_try_link
"$LINENO"; then :
13442 ac_cv_lib_usb_1_0_libusb_interrupt_event_handler
=yes
13444 ac_cv_lib_usb_1_0_libusb_interrupt_event_handler
=no
13446 rm -f core conftest.err conftest.
$ac_objext \
13447 conftest
$ac_exeext conftest.
$ac_ext
13448 LIBS
=$ac_check_lib_save_LIBS
13450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_usb_1_0_libusb_interrupt_event_handler" >&5
13451 $as_echo "$ac_cv_lib_usb_1_0_libusb_interrupt_event_handler" >&6; }
13452 if test "x$ac_cv_lib_usb_1_0_libusb_interrupt_event_handler" = xyes
; then :
13463 CPPFLAGS
=$ac_save_CPPFLAGS
13466 if test "$ac_cv_lib_usb_1_0_libusb_interrupt_event_handler" != "yes"; then :
13467 case "x$with_usb" in
13468 x
) as_fn_append wine_notices
"|libusb-1.0 ${notice_platform}development files not found (or too old), USB devices won't be supported." ;;
13470 *) as_fn_error $?
"libusb-1.0 ${notice_platform}development files not found (or too old), USB devices won't be supported.
13471 This is an error since --with-usb was requested." "$LINENO" 5 ;;
13473 enable_wineusb_sys
=${enable_wineusb_sys:-no}
13476 if test "x$with_v4l2" != "xno"
13478 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l2" >&5
13479 $as_echo_n "checking for -lv4l2... " >&6; }
13480 if ${ac_cv_lib_soname_v4l2+:} false
; then :
13481 $as_echo_n "(cached) " >&6
13483 ac_check_soname_save_LIBS
=$LIBS
13484 LIBS
="-lv4l2 $LIBS"
13485 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13486 /* end confdefs.h. */
13488 /* Override any GCC internal prototype to avoid an error.
13489 Use char because int might match the return type of a GCC
13490 builtin and then its argument prototype would still apply. */
13498 return v4l2_open ();
13503 if ac_fn_c_try_link
"$LINENO"; then :
13505 dll
) ac_cv_lib_soname_v4l2
=`$ac_cv_path_LDD conftest.exe | grep "v4l2" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13506 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'` ;;
13507 *) ac_cv_lib_soname_v4l2
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libv4l2\\.$LIBEXT" | sed -e "s/^.*\\[\\(libv4l2\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13508 if ${ac_cv_lib_soname_v4l2:+false} :; then :
13509 ac_cv_lib_soname_v4l2
=`$LDD conftest$ac_exeext | grep "libv4l2\\.$LIBEXT" | sed -e "s/^.*\(libv4l2\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13513 ac_cv_lib_soname_v4l2
=
13515 rm -f core conftest.err conftest.
$ac_objext \
13516 conftest
$ac_exeext conftest.
$ac_ext
13517 LIBS
=$ac_check_soname_save_LIBS
13519 if ${ac_cv_lib_soname_v4l2:+false} :; then :
13520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13521 $as_echo "not found" >&6; }
13524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l2" >&5
13525 $as_echo "$ac_cv_lib_soname_v4l2" >&6; }
13527 cat >>confdefs.h
<<_ACEOF
13528 #define SONAME_LIBV4L2 "$ac_cv_lib_soname_v4l2"
13534 if test "x$ac_cv_lib_soname_v4l2" = "x"; then :
13535 case "x$with_v4l2" in
13536 x
) as_fn_append wine_notices
"|libv4l2 ${notice_platform}development files not found." ;;
13538 *) as_fn_error $?
"libv4l2 ${notice_platform}development files not found.
13539 This is an error since --with-v4l2 was requested." "$LINENO" 5 ;;
13544 if test "x$with_gphoto" != "xno"
13546 if ${GPHOTO2_CFLAGS:+false} :; then :
13547 if ${PKG_CONFIG+:} false
; then :
13548 GPHOTO2_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2 2>/dev/null`
13551 test "$cross_compiling" = yes || GPHOTO2_CFLAGS
=${GPHOTO2_CFLAGS:-`${GPHOTO2_CONFIG:-gphoto2-config} --cflags 2>/dev/null`}
13552 if ${GPHOTO2_LIBS:+false} :; then :
13553 if ${PKG_CONFIG+:} false
; then :
13554 GPHOTO2_LIBS
=`$PKG_CONFIG --libs libgphoto2 2>/dev/null`
13557 test "$cross_compiling" = yes || GPHOTO2_LIBS
=${GPHOTO2_LIBS:-`${GPHOTO2_CONFIG:-gphoto2-config} --libs 2>/dev/null`}
13558 GPHOTO2_LIBS
=${GPHOTO2_LIBS:-"-lgphoto2"}
13559 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 cflags: $GPHOTO2_CFLAGS" >&5
13560 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 libs: $GPHOTO2_LIBS" >&5
13561 ac_save_CPPFLAGS
=$CPPFLAGS
13562 CPPFLAGS
="$CPPFLAGS $GPHOTO2_CFLAGS"
13563 ac_fn_c_check_header_mongrel
"$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
13564 if test "x$ac_cv_header_gphoto2_camera_h" = xyes
; then :
13565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
13566 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
13567 if ${ac_cv_lib_gphoto2_gp_camera_new+:} false
; then :
13568 $as_echo_n "(cached) " >&6
13570 ac_check_lib_save_LIBS
=$LIBS
13571 LIBS
="-lgphoto2 $GPHOTO2_LIBS $LIBS"
13572 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13573 /* end confdefs.h. */
13575 /* Override any GCC internal prototype to avoid an error.
13576 Use char because int might match the return type of a GCC
13577 builtin and then its argument prototype would still apply. */
13581 char gp_camera_new ();
13585 return gp_camera_new ();
13590 if ac_fn_c_try_link
"$LINENO"; then :
13591 ac_cv_lib_gphoto2_gp_camera_new
=yes
13593 ac_cv_lib_gphoto2_gp_camera_new
=no
13595 rm -f core conftest.err conftest.
$ac_objext \
13596 conftest
$ac_exeext conftest.
$ac_ext
13597 LIBS
=$ac_check_lib_save_LIBS
13599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
13600 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
13601 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = xyes
; then :
13608 CPPFLAGS
=$ac_save_CPPFLAGS
13610 if ${GPHOTO2_PORT_CFLAGS:+false} :; then :
13611 if ${PKG_CONFIG+:} false
; then :
13612 GPHOTO2_PORT_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2_port 2>/dev/null`
13615 test "$cross_compiling" = yes || GPHOTO2_PORT_CFLAGS
=${GPHOTO2_PORT_CFLAGS:-`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --cflags 2>/dev/null`}
13616 if ${GPHOTO2_PORT_LIBS:+false} :; then :
13617 if ${PKG_CONFIG+:} false
; then :
13618 GPHOTO2_PORT_LIBS
=`$PKG_CONFIG --libs libgphoto2_port 2>/dev/null`
13621 test "$cross_compiling" = yes || GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --libs 2>/dev/null`}
13622 GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-"-lgphoto2_port"}
13623 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port cflags: $GPHOTO2_PORT_CFLAGS" >&5
13624 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port libs: $GPHOTO2_PORT_LIBS" >&5
13625 ac_save_CPPFLAGS
=$CPPFLAGS
13626 CPPFLAGS
="$CPPFLAGS $GPHOTO2_PORT_CFLAGS"
13627 ac_fn_c_check_header_mongrel
"$LINENO" "gphoto2-port.h" "ac_cv_header_gphoto2_port_h" "$ac_includes_default"
13628 if test "x$ac_cv_header_gphoto2_port_h" = xyes
; then :
13629 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_port_info_list_new in -lgphoto2_port" >&5
13630 $as_echo_n "checking for gp_port_info_list_new in -lgphoto2_port... " >&6; }
13631 if ${ac_cv_lib_gphoto2_port_gp_port_info_list_new+:} false
; then :
13632 $as_echo_n "(cached) " >&6
13634 ac_check_lib_save_LIBS
=$LIBS
13635 LIBS
="-lgphoto2_port $GPHOTO2_PORT_LIBS $LIBS"
13636 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13637 /* end confdefs.h. */
13639 /* Override any GCC internal prototype to avoid an error.
13640 Use char because int might match the return type of a GCC
13641 builtin and then its argument prototype would still apply. */
13645 char gp_port_info_list_new ();
13649 return gp_port_info_list_new ();
13654 if ac_fn_c_try_link
"$LINENO"; then :
13655 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=yes
13657 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=no
13659 rm -f core conftest.err conftest.
$ac_objext \
13660 conftest
$ac_exeext conftest.
$ac_ext
13661 LIBS
=$ac_check_lib_save_LIBS
13663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&5
13664 $as_echo "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&6; }
13665 if test "x$ac_cv_lib_gphoto2_port_gp_port_info_list_new" = xyes
; then :
13667 $as_echo "#define HAVE_GPHOTO2_PORT 1" >>confdefs.h
13670 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
13674 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
13678 CPPFLAGS
=$ac_save_CPPFLAGS
13681 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
13682 case "x$with_gphoto" in
13683 x
) as_fn_append wine_notices
"|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
13685 *) as_fn_error $?
"libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
13686 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
13688 enable_gphoto2_ds
=${enable_gphoto2_ds:-no}
13690 if test "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" != "yes"; then :
13691 case "x$with_gphoto" in
13692 x
) as_fn_append wine_notices
"|libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected." ;;
13694 *) as_fn_error $?
"libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected.
13695 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
13701 if test "$ac_cv_header_resolv_h" = "yes"
13703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for resolver library" >&5
13704 $as_echo_n "checking for resolver library... " >&6; }
13705 if ${ac_cv_have_resolv+:} false
; then :
13706 $as_echo_n "(cached) " >&6
13708 ac_save_LIBS
="$LIBS"
13709 for lib
in '' -lresolv
13711 LIBS
="$lib $ac_save_LIBS"
13712 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13713 /* end confdefs.h. */
13714 #ifdef HAVE_NETINET_IN_H
13715 #include <netinet/in.h>
13717 #include <resolv.h>
13721 if (!(_res.options & RES_INIT)) res_init(); res_query("foo",ns_c_in,0,0,0); ns_initparse(0,0,0)
13726 if ac_fn_c_try_link
"$LINENO"; then :
13727 ac_cv_have_resolv
=${lib:-"none required"}
13729 ac_cv_have_resolv
="not found"
13731 rm -f core conftest.err conftest.
$ac_objext \
13732 conftest
$ac_exeext conftest.
$ac_ext
13733 test "x$ac_cv_have_resolv" = "xnot found" ||
break
13735 LIBS
="$ac_save_LIBS"
13737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_resolv" >&5
13738 $as_echo "$ac_cv_have_resolv" >&6; }
13740 case "$ac_cv_have_resolv" in
13744 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
13747 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
13749 RESOLV_LIBS
=$ac_cv_have_resolv
13753 if test "x$ac_cv_have_resolv" != "xnot found"
13755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for res_getservers" >&5
13756 $as_echo_n "checking for res_getservers... " >&6; }
13757 if ${ac_cv_have_res_getservers+:} false
; then :
13758 $as_echo_n "(cached) " >&6
13760 ac_save_LIBS
="$LIBS"
13761 LIBS
="$RESOLV_LIBS $LIBS"
13762 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13763 /* end confdefs.h. */
13764 #include <resolv.h>
13768 res_getservers(NULL, NULL, 0);
13773 if ac_fn_c_try_link
"$LINENO"; then :
13774 ac_cv_have_res_getservers
=yes
13776 ac_cv_have_res_getservers
=no
13778 rm -f core conftest.err conftest.
$ac_objext \
13779 conftest
$ac_exeext conftest.
$ac_ext
13780 LIBS
="$ac_save_LIBS"
13782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_res_getservers" >&5
13783 $as_echo "$ac_cv_have_res_getservers" >&6; }
13784 if test "$ac_cv_have_res_getservers" = "yes"
13787 $as_echo "#define HAVE_RES_GETSERVERS 1" >>confdefs.h
13793 if test "x$with_freetype" != "xno"
13795 if ${FREETYPE_CFLAGS:+false} :; then :
13796 if ${PKG_CONFIG+:} false
; then :
13797 FREETYPE_CFLAGS
=`$PKG_CONFIG --cflags freetype2 2>/dev/null`
13800 test "$cross_compiling" = yes || FREETYPE_CFLAGS
=${FREETYPE_CFLAGS:-`(${FREETYPE_CONFIG:-freetype-config} --cflags || ${FREETYPE2_CONFIG:-freetype2-config} --cflags) 2>/dev/null`}
13801 if ${FREETYPE_LIBS:+false} :; then :
13802 if ${PKG_CONFIG+:} false
; then :
13803 FREETYPE_LIBS
=`$PKG_CONFIG --libs freetype2 2>/dev/null`
13806 test "$cross_compiling" = yes || FREETYPE_LIBS
=${FREETYPE_LIBS:-`(${FREETYPE_CONFIG:-freetype-config} --libs || ${FREETYPE2_CONFIG:-freetype2-config} --libs) 2>/dev/null`}
13807 FREETYPE_LIBS
=${FREETYPE_LIBS:-"-lfreetype"}
13808 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 cflags: $FREETYPE_CFLAGS" >&5
13809 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 libs: $FREETYPE_LIBS" >&5
13810 ac_save_CPPFLAGS
=$CPPFLAGS
13811 CPPFLAGS
="$CPPFLAGS $FREETYPE_CFLAGS"
13812 for ac_header
in ft2build.h
13814 ac_fn_c_check_header_mongrel
"$LINENO" "ft2build.h" "ac_cv_header_ft2build_h" "$ac_includes_default"
13815 if test "x$ac_cv_header_ft2build_h" = xyes
; then :
13816 cat >>confdefs.h
<<_ACEOF
13817 #define HAVE_FT2BUILD_H 1
13824 if test "$ac_cv_header_ft2build_h" = "yes"
13826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
13827 $as_echo_n "checking for -lfreetype... " >&6; }
13828 if ${ac_cv_lib_soname_freetype+:} false
; then :
13829 $as_echo_n "(cached) " >&6
13831 ac_check_soname_save_LIBS
=$LIBS
13832 LIBS
="-lfreetype $FREETYPE_LIBS $LIBS"
13833 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13834 /* end confdefs.h. */
13836 /* Override any GCC internal prototype to avoid an error.
13837 Use char because int might match the return type of a GCC
13838 builtin and then its argument prototype would still apply. */
13842 char FT_Init_FreeType ();
13846 return FT_Init_FreeType ();
13851 if ac_fn_c_try_link
"$LINENO"; then :
13853 dll
) ac_cv_lib_soname_freetype
=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13854 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'` ;;
13855 *) ac_cv_lib_soname_freetype
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfreetype\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfreetype\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13856 if ${ac_cv_lib_soname_freetype:+false} :; then :
13857 ac_cv_lib_soname_freetype
=`$LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13861 ac_cv_lib_soname_freetype
=
13863 rm -f core conftest.err conftest.
$ac_objext \
13864 conftest
$ac_exeext conftest.
$ac_ext
13865 LIBS
=$ac_check_soname_save_LIBS
13867 if ${ac_cv_lib_soname_freetype:+false} :; then :
13868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13869 $as_echo "not found" >&6; }
13872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
13873 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
13875 cat >>confdefs.h
<<_ACEOF
13876 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
13880 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
13882 ac_fn_c_check_type
"$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <ft2build.h>
13883 #include FT_MODULE_H
13885 if test "x$ac_cv_type_FT_TrueTypeEngineType" = xyes
; then :
13887 cat >>confdefs.h
<<_ACEOF
13888 #define HAVE_FT_TRUETYPEENGINETYPE 1
13899 CPPFLAGS
=$ac_save_CPPFLAGS
13902 if test "x$ac_cv_lib_soname_freetype" = x
; then :
13903 case "x$with_freetype" in
13905 *) as_fn_error $?
"FreeType ${notice_platform}development files not found. Fonts will not be built.
13906 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
13908 enable_fonts
=${enable_fonts:-no}
13911 ac_wine_check_funcs_save_LIBS
="$LIBS"
13912 LIBS
="$LIBS $PTHREAD_LIBS"
13914 pthread_getthreadid_np
13916 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13917 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
13918 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
13919 cat >>confdefs.h
<<_ACEOF
13920 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13926 LIBS
="$ac_wine_check_funcs_save_LIBS"
13928 if test "x$enable_tools" != xno
-a "x$with_gettextpo" = xyes
13930 if test "$ac_cv_header_gettext_po_h" = "yes"
13932 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for po_message_msgctxt in -lgettextpo" >&5
13933 $as_echo_n "checking for po_message_msgctxt in -lgettextpo... " >&6; }
13934 if ${ac_cv_lib_gettextpo_po_message_msgctxt+:} false
; then :
13935 $as_echo_n "(cached) " >&6
13937 ac_check_lib_save_LIBS
=$LIBS
13938 LIBS
="-lgettextpo $LIBS"
13939 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13940 /* end confdefs.h. */
13942 /* Override any GCC internal prototype to avoid an error.
13943 Use char because int might match the return type of a GCC
13944 builtin and then its argument prototype would still apply. */
13948 char po_message_msgctxt ();
13952 return po_message_msgctxt ();
13957 if ac_fn_c_try_link
"$LINENO"; then :
13958 ac_cv_lib_gettextpo_po_message_msgctxt
=yes
13960 ac_cv_lib_gettextpo_po_message_msgctxt
=no
13962 rm -f core conftest.err conftest.
$ac_objext \
13963 conftest
$ac_exeext conftest.
$ac_ext
13964 LIBS
=$ac_check_lib_save_LIBS
13966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gettextpo_po_message_msgctxt" >&5
13967 $as_echo "$ac_cv_lib_gettextpo_po_message_msgctxt" >&6; }
13968 if test "x$ac_cv_lib_gettextpo_po_message_msgctxt" = xyes
; then :
13970 $as_echo "#define HAVE_LIBGETTEXTPO 1" >>confdefs.h
13972 GETTEXTPO_LIBS
="-lgettextpo"
13977 if test "x$GETTEXTPO_LIBS" = "x"; then :
13978 case "x$with_gettextpo" in
13979 x
) as_fn_append wine_notices
"|GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt." ;;
13981 *) as_fn_error $?
"GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt.
13982 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
13986 if test "$srcdir" != .
; then :
13987 case "x$with_gettextpo" in
13988 x
) as_fn_append wine_notices
"|Rebuilding po files is not supported for out of tree builds." ;;
13990 *) as_fn_error $?
"Rebuilding po files is not supported for out of tree builds.
13991 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
13997 if test "x$with_pulse" != "xno";
13999 if ${PULSE_CFLAGS:+false} :; then :
14000 if ${PKG_CONFIG+:} false
; then :
14001 PULSE_CFLAGS
=`$PKG_CONFIG --cflags libpulse 2>/dev/null`
14005 if ${PULSE_LIBS:+false} :; then :
14006 if ${PKG_CONFIG+:} false
; then :
14007 PULSE_LIBS
=`$PKG_CONFIG --libs libpulse 2>/dev/null`
14012 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse cflags: $PULSE_CFLAGS" >&5
14013 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse libs: $PULSE_LIBS" >&5
14014 ac_save_CPPFLAGS
=$CPPFLAGS
14015 CPPFLAGS
="$CPPFLAGS $PULSE_CFLAGS"
14016 for ac_header
in pulse
/pulseaudio.h
14018 ac_fn_c_check_header_mongrel
"$LINENO" "pulse/pulseaudio.h" "ac_cv_header_pulse_pulseaudio_h" "$ac_includes_default"
14019 if test "x$ac_cv_header_pulse_pulseaudio_h" = xyes
; then :
14020 cat >>confdefs.h
<<_ACEOF
14021 #define HAVE_PULSE_PULSEAUDIO_H 1
14023 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pa_stream_is_corked in -lpulse" >&5
14024 $as_echo_n "checking for pa_stream_is_corked in -lpulse... " >&6; }
14025 if ${ac_cv_lib_pulse_pa_stream_is_corked+:} false
; then :
14026 $as_echo_n "(cached) " >&6
14028 ac_check_lib_save_LIBS
=$LIBS
14029 LIBS
="-lpulse $PULSE_LIBS $LIBS"
14030 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14031 /* end confdefs.h. */
14033 /* Override any GCC internal prototype to avoid an error.
14034 Use char because int might match the return type of a GCC
14035 builtin and then its argument prototype would still apply. */
14039 char pa_stream_is_corked ();
14043 return pa_stream_is_corked ();
14048 if ac_fn_c_try_link
"$LINENO"; then :
14049 ac_cv_lib_pulse_pa_stream_is_corked
=yes
14051 ac_cv_lib_pulse_pa_stream_is_corked
=no
14053 rm -f core conftest.err conftest.
$ac_objext \
14054 conftest
$ac_exeext conftest.
$ac_ext
14055 LIBS
=$ac_check_lib_save_LIBS
14057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pulse_pa_stream_is_corked" >&5
14058 $as_echo "$ac_cv_lib_pulse_pa_stream_is_corked" >&6; }
14059 if test "x$ac_cv_lib_pulse_pa_stream_is_corked" = xyes
; then :
14071 CPPFLAGS
=$ac_save_CPPFLAGS
14074 if test -z "$PULSE_LIBS"; then :
14075 case "x$with_pulse" in
14076 x
) as_fn_append wine_notices
"|libpulse ${notice_platform}development files not found or too old, Pulse won't be supported." ;;
14078 *) as_fn_error $?
"libpulse ${notice_platform}development files not found or too old, Pulse won't be supported.
14079 This is an error since --with-pulse was requested." "$LINENO" 5 ;;
14081 enable_winepulse_drv
=${enable_winepulse_drv:-no}
14084 if test "x$with_gstreamer" != "xno"
14086 if ${GSTREAMER_CFLAGS:+false} :; then :
14087 if ${PKG_CONFIG+:} false
; then :
14088 GSTREAMER_CFLAGS
=`$PKG_CONFIG --cflags gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 2>/dev/null`
14092 if ${GSTREAMER_LIBS:+false} :; then :
14093 if ${PKG_CONFIG+:} false
; then :
14094 GSTREAMER_LIBS
=`$PKG_CONFIG --libs gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 2>/dev/null`
14099 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 cflags: $GSTREAMER_CFLAGS" >&5
14100 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 libs: $GSTREAMER_LIBS" >&5
14101 ac_save_CPPFLAGS
=$CPPFLAGS
14102 CPPFLAGS
="$CPPFLAGS $GSTREAMER_CFLAGS"
14103 ac_fn_c_check_header_mongrel
"$LINENO" "gst/gst.h" "ac_cv_header_gst_gst_h" "$ac_includes_default"
14104 if test "x$ac_cv_header_gst_gst_h" = xyes
; then :
14105 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gint64 defined by gst/gst.h is indeed 64-bit" >&5
14106 $as_echo_n "checking whether gint64 defined by gst/gst.h is indeed 64-bit... " >&6; }
14107 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14108 /* end confdefs.h. */
14109 #include <gst/gst.h>
14113 static int a[sizeof(gint64) > 4 ? 1 : -1]; if (a[0]) return 0;
14118 if ac_fn_c_try_compile
"$LINENO"; then :
14119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14120 $as_echo "yes" >&6; }
14121 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_pad_new in -lgstreamer-1.0" >&5
14122 $as_echo_n "checking for gst_pad_new in -lgstreamer-1.0... " >&6; }
14123 if ${ac_cv_lib_gstreamer_1_0_gst_pad_new+:} false
; then :
14124 $as_echo_n "(cached) " >&6
14126 ac_check_lib_save_LIBS
=$LIBS
14127 LIBS
="-lgstreamer-1.0 $GSTREAMER_LIBS $LIBS"
14128 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14129 /* end confdefs.h. */
14131 /* Override any GCC internal prototype to avoid an error.
14132 Use char because int might match the return type of a GCC
14133 builtin and then its argument prototype would still apply. */
14137 char gst_pad_new ();
14141 return gst_pad_new ();
14146 if ac_fn_c_try_link
"$LINENO"; then :
14147 ac_cv_lib_gstreamer_1_0_gst_pad_new
=yes
14149 ac_cv_lib_gstreamer_1_0_gst_pad_new
=no
14151 rm -f core conftest.err conftest.
$ac_objext \
14152 conftest
$ac_exeext conftest.
$ac_ext
14153 LIBS
=$ac_check_lib_save_LIBS
14155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstreamer_1_0_gst_pad_new" >&5
14156 $as_echo "$ac_cv_lib_gstreamer_1_0_gst_pad_new" >&6; }
14157 if test "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" = xyes
; then :
14162 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14163 $as_echo "no" >&6; }
14164 ac_glib2_broken
=yes
14165 as_fn_append wine_notices
"|glib-2.0 pkgconfig configuration is for the wrong architecture, winegstreamer won't be built."
14167 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14171 CPPFLAGS
=$ac_save_CPPFLAGS
14174 if test "x$with_gstreamer" = xyes
-o "x$with_quicktime" = xno
-o "x$ac_cv_header_QuickTime_ImageCompression_h" != xyes
14176 if test "x$ac_glib2_broken" != xyes
-a "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" != xyes
; then :
14177 case "x$with_gstreamer" in
14178 x
) as_fn_append wine_notices
"|gstreamer-1.0 base plugins ${notice_platform}development files not found, GStreamer won't be supported." ;;
14180 *) as_fn_error $?
"gstreamer-1.0 base plugins ${notice_platform}development files not found, GStreamer won't be supported.
14181 This is an error since --with-gstreamer was requested." "$LINENO" 5 ;;
14186 test "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" = xyes || enable_winegstreamer
=${enable_winegstreamer:-no}
14190 if test "x$with_alsa" != "xno"
14192 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access_mask in -lasound" >&5
14193 $as_echo_n "checking for snd_pcm_hw_params_get_access_mask in -lasound... " >&6; }
14194 if ${ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask+:} false
; then :
14195 $as_echo_n "(cached) " >&6
14197 ac_check_lib_save_LIBS
=$LIBS
14198 LIBS
="-lasound $LIBS"
14199 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14200 /* end confdefs.h. */
14202 /* Override any GCC internal prototype to avoid an error.
14203 Use char because int might match the return type of a GCC
14204 builtin and then its argument prototype would still apply. */
14208 char snd_pcm_hw_params_get_access_mask ();
14212 return snd_pcm_hw_params_get_access_mask ();
14217 if ac_fn_c_try_link
"$LINENO"; then :
14218 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=yes
14220 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=no
14222 rm -f core conftest.err conftest.
$ac_objext \
14223 conftest
$ac_exeext conftest.
$ac_ext
14224 LIBS
=$ac_check_lib_save_LIBS
14226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&5
14227 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&6; }
14228 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" = xyes
; then :
14229 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14230 /* end confdefs.h. */
14231 #include <alsa/asoundlib.h>
14235 snd_pcm_hw_params_get_access_mask(NULL, NULL)
14240 if ac_fn_c_try_compile
"$LINENO"; then :
14241 ALSA_LIBS
="-lasound"
14243 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14247 test -n "$ALSA_LIBS" || enable_winealsa_drv
=${enable_winealsa_drv:-no}
14249 if test "x$with_oss" != xno
14251 ac_save_CPPFLAGS
="$CPPFLAGS"
14252 if test -f /etc
/oss.conf
14256 ac_oss_incl
="-I${OSSLIBDIR:-/usr/lib/oss}/include"
14257 CPPFLAGS
="$CPPFLAGS $ac_oss_incl"
14258 ac_fn_c_check_header_mongrel
"$LINENO" "sys/soundcard.h" "ac_cv_header_sys_soundcard_h" "$ac_includes_default"
14259 if test "x$ac_cv_header_sys_soundcard_h" = xyes
; then :
14260 ac_fn_c_check_member
"$LINENO" "oss_sysinfo" "numaudioengines" "ac_cv_member_oss_sysinfo_numaudioengines" "#include <sys/soundcard.h>
14262 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes
; then :
14264 cat >>confdefs.h
<<_ACEOF
14265 #define HAVE_OSS_SYSINFO_NUMAUDIOENGINES 1
14268 OSS4_CFLAGS
="$ac_oss_incl"
14270 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
14271 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
14272 if ${ac_cv_lib_ossaudio__oss_ioctl+:} false
; then :
14273 $as_echo_n "(cached) " >&6
14275 ac_check_lib_save_LIBS
=$LIBS
14276 LIBS
="-lossaudio $LIBS"
14277 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14278 /* end confdefs.h. */
14280 /* Override any GCC internal prototype to avoid an error.
14281 Use char because int might match the return type of a GCC
14282 builtin and then its argument prototype would still apply. */
14286 char _oss_ioctl ();
14290 return _oss_ioctl ();
14295 if ac_fn_c_try_link
"$LINENO"; then :
14296 ac_cv_lib_ossaudio__oss_ioctl
=yes
14298 ac_cv_lib_ossaudio__oss_ioctl
=no
14300 rm -f core conftest.err conftest.
$ac_objext \
14301 conftest
$ac_exeext conftest.
$ac_ext
14302 LIBS
=$ac_check_lib_save_LIBS
14304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
14305 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
14306 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes
; then :
14307 OSS4_LIBS
="-lossaudio"
14316 CPPFLAGS
="$ac_save_CPPFLAGS"
14318 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
; then :
14319 case "x$with_oss" in
14320 x
) as_fn_append wine_notices
"|OSS sound system found but too old (OSSv4 needed), OSS won't be supported." ;;
14322 *) as_fn_error $?
"OSS sound system found but too old (OSSv4 needed), OSS won't be supported.
14323 This is an error since --with-oss was requested." "$LINENO" 5 ;;
14325 enable_wineoss_drv
=${enable_wineoss_drv:-no}
14328 if test "x$with_udev" != "xno"
14330 if ${UDEV_CFLAGS:+false} :; then :
14331 if ${PKG_CONFIG+:} false
; then :
14332 UDEV_CFLAGS
=`$PKG_CONFIG --cflags libudev 2>/dev/null`
14336 if ${UDEV_LIBS:+false} :; then :
14337 if ${PKG_CONFIG+:} false
; then :
14338 UDEV_LIBS
=`$PKG_CONFIG --libs libudev 2>/dev/null`
14342 UDEV_LIBS
=${UDEV_LIBS:-"-ludev"}
14343 $as_echo "$as_me:${as_lineno-$LINENO}: libudev cflags: $UDEV_CFLAGS" >&5
14344 $as_echo "$as_me:${as_lineno-$LINENO}: libudev libs: $UDEV_LIBS" >&5
14345 ac_save_CPPFLAGS
=$CPPFLAGS
14346 CPPFLAGS
="$CPPFLAGS $UDEV_CFLAGS"
14347 for ac_header
in libudev.h
14349 ac_fn_c_check_header_mongrel
"$LINENO" "libudev.h" "ac_cv_header_libudev_h" "$ac_includes_default"
14350 if test "x$ac_cv_header_libudev_h" = xyes
; then :
14351 cat >>confdefs.h
<<_ACEOF
14352 #define HAVE_LIBUDEV_H 1
14354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for udev_new in -ludev" >&5
14355 $as_echo_n "checking for udev_new in -ludev... " >&6; }
14356 if ${ac_cv_lib_udev_udev_new+:} false
; then :
14357 $as_echo_n "(cached) " >&6
14359 ac_check_lib_save_LIBS
=$LIBS
14360 LIBS
="-ludev $UDEV_LIBS $LIBS"
14361 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14362 /* end confdefs.h. */
14364 /* Override any GCC internal prototype to avoid an error.
14365 Use char because int might match the return type of a GCC
14366 builtin and then its argument prototype would still apply. */
14374 return udev_new ();
14379 if ac_fn_c_try_link
"$LINENO"; then :
14380 ac_cv_lib_udev_udev_new
=yes
14382 ac_cv_lib_udev_udev_new
=no
14384 rm -f core conftest.err conftest.
$ac_objext \
14385 conftest
$ac_exeext conftest.
$ac_ext
14386 LIBS
=$ac_check_lib_save_LIBS
14388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_udev_udev_new" >&5
14389 $as_echo "$ac_cv_lib_udev_udev_new" >&6; }
14390 if test "x$ac_cv_lib_udev_udev_new" = xyes
; then :
14392 $as_echo "#define HAVE_UDEV 1" >>confdefs.h
14404 CPPFLAGS
=$ac_save_CPPFLAGS
14407 if test "x$UDEV_LIBS" = "x"; then :
14408 case "x$with_udev" in
14409 x
) as_fn_append wine_notices
"|libudev ${notice_platform}development files not found, plug and play won't be supported." ;;
14411 *) as_fn_error $?
"libudev ${notice_platform}development files not found, plug and play won't be supported.
14412 This is an error since --with-udev was requested." "$LINENO" 5 ;;
14417 if test "x$with_unwind" != xno
14419 if ${UNWIND_CFLAGS:+false} :; then :
14420 if ${PKG_CONFIG+:} false
; then :
14421 UNWIND_CFLAGS
=`$PKG_CONFIG --cflags libunwind 2>/dev/null`
14425 if ${UNWIND_LIBS:+false} :; then :
14426 if ${PKG_CONFIG+:} false
; then :
14427 UNWIND_LIBS
=`$PKG_CONFIG --libs libunwind 2>/dev/null`
14431 UNWIND_LIBS
=${UNWIND_LIBS:-"-lunwind"}
14432 $as_echo "$as_me:${as_lineno-$LINENO}: libunwind cflags: $UNWIND_CFLAGS" >&5
14433 $as_echo "$as_me:${as_lineno-$LINENO}: libunwind libs: $UNWIND_LIBS" >&5
14434 ac_save_CPPFLAGS
=$CPPFLAGS
14435 CPPFLAGS
="$CPPFLAGS $UNWIND_CFLAGS"
14436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for unw_step" >&5
14437 $as_echo_n "checking for unw_step... " >&6; }
14438 if ${wine_cv_have_unw_step+:} false
; then :
14439 $as_echo_n "(cached) " >&6
14441 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14442 /* end confdefs.h. */
14443 #define UNW_LOCAL_ONLY
14444 #include <libunwind.h>
14448 unw_cursor_t cursor; unw_step( &cursor );
14453 if ac_fn_c_try_link
"$LINENO"; then :
14454 wine_cv_have_unw_step
="yes"
14456 wine_cv_have_unw_step
="no"
14458 rm -f core conftest.err conftest.
$ac_objext \
14459 conftest
$ac_exeext conftest.
$ac_ext
14461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_unw_step" >&5
14462 $as_echo "$wine_cv_have_unw_step" >&6; }
14463 if test "$wine_cv_have_unw_step" = no
-a -n "$UNWIND_LIBS"
14466 UNWIND_LIBS
="-static-libgcc $UNWIND_LIBS"
14467 LIBS
="$UNWIND_LIBS $LIBS"
14468 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for unw_step in libunwind" >&5
14469 $as_echo_n "checking for unw_step in libunwind... " >&6; }
14470 if ${wine_cv_have_libunwind_unw_step+:} false
; then :
14471 $as_echo_n "(cached) " >&6
14473 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14474 /* end confdefs.h. */
14475 #define UNW_LOCAL_ONLY
14476 #include <libunwind.h>
14480 unw_cursor_t cursor; unw_step( &cursor );
14485 if ac_fn_c_try_link
"$LINENO"; then :
14486 wine_cv_have_libunwind_unw_step
="yes"
14488 wine_cv_have_libunwind_unw_step
="no"
14490 rm -f core conftest.err conftest.
$ac_objext \
14491 conftest
$ac_exeext conftest.
$ac_ext
14493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_libunwind_unw_step" >&5
14494 $as_echo "$wine_cv_have_libunwind_unw_step" >&6; }
14497 test "$wine_cv_have_libunwind_unw_step" = yes || UNWIND_LIBS
=""
14498 if test "x$wine_cv_have_unw_step$wine_cv_have_libunwind_unw_step" != xnono
14501 $as_echo "#define HAVE_LIBUNWIND 1" >>confdefs.h
14504 CPPFLAGS
=$ac_save_CPPFLAGS
14508 aarch64
*|
*-darwin*)
14509 if test "x$wine_cv_have_unw_step$wine_cv_have_libunwind_unw_step" = xnono
; then :
14510 case "x$with_unwind" in
14511 x
) as_fn_append wine_notices
"|libunwind ${notice_platform}development files not found, stack unwinding won't work." ;;
14513 *) as_fn_error $?
"libunwind ${notice_platform}development files not found, stack unwinding won't work.
14514 This is an error since --with-unwind was requested." "$LINENO" 5 ;;
14520 if test "x$with_sdl" != "xno"
14522 if ${SDL2_CFLAGS:+false} :; then :
14523 if ${PKG_CONFIG+:} false
; then :
14524 SDL2_CFLAGS
=`$PKG_CONFIG --cflags sdl2 2>/dev/null`
14528 if ${SDL2_LIBS:+false} :; then :
14529 if ${PKG_CONFIG+:} false
; then :
14530 SDL2_LIBS
=`$PKG_CONFIG --libs sdl2 2>/dev/null`
14534 SDL2_LIBS
=${SDL2_LIBS:-"-lSDL2"}
14535 $as_echo "$as_me:${as_lineno-$LINENO}: sdl2 cflags: $SDL2_CFLAGS" >&5
14536 $as_echo "$as_me:${as_lineno-$LINENO}: sdl2 libs: $SDL2_LIBS" >&5
14537 ac_save_CPPFLAGS
=$CPPFLAGS
14538 CPPFLAGS
="$CPPFLAGS $SDL2_CFLAGS"
14539 for ac_header
in SDL.h
14541 ac_fn_c_check_header_mongrel
"$LINENO" "SDL.h" "ac_cv_header_SDL_h" "$ac_includes_default"
14542 if test "x$ac_cv_header_SDL_h" = xyes
; then :
14543 cat >>confdefs.h
<<_ACEOF
14544 #define HAVE_SDL_H 1
14546 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lSDL2" >&5
14547 $as_echo_n "checking for -lSDL2... " >&6; }
14548 if ${ac_cv_lib_soname_SDL2+:} false
; then :
14549 $as_echo_n "(cached) " >&6
14551 ac_check_soname_save_LIBS
=$LIBS
14552 LIBS
="-lSDL2 $SDL2_LIBS $LIBS"
14553 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14554 /* end confdefs.h. */
14556 /* Override any GCC internal prototype to avoid an error.
14557 Use char because int might match the return type of a GCC
14558 builtin and then its argument prototype would still apply. */
14566 return SDL_Init ();
14571 if ac_fn_c_try_link
"$LINENO"; then :
14573 dll
) ac_cv_lib_soname_SDL2
=`$ac_cv_path_LDD conftest.exe | grep "SDL2" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14574 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'` ;;
14575 *) 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'`
14576 if ${ac_cv_lib_soname_SDL2:+false} :; then :
14577 ac_cv_lib_soname_SDL2
=`$LDD conftest$ac_exeext | grep "libSDL2-2.0*\\.$LIBEXT" | sed -e "s/^.*\(libSDL2-2.0*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14581 ac_cv_lib_soname_SDL2
=
14583 rm -f core conftest.err conftest.
$ac_objext \
14584 conftest
$ac_exeext conftest.
$ac_ext
14585 LIBS
=$ac_check_soname_save_LIBS
14587 if ${ac_cv_lib_soname_SDL2:+false} :; then :
14588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14589 $as_echo "not found" >&6; }
14592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_SDL2" >&5
14593 $as_echo "$ac_cv_lib_soname_SDL2" >&6; }
14595 cat >>confdefs.h
<<_ACEOF
14596 #define SONAME_LIBSDL2 "$ac_cv_lib_soname_SDL2"
14605 CPPFLAGS
=$ac_save_CPPFLAGS
14608 if test "x$ac_cv_lib_soname_SDL2" = "x"; then :
14609 case "x$with_sdl" in
14610 x
) as_fn_append wine_notices
"|libSDL2 ${notice_platform}development files not found, SDL2 won't be supported." ;;
14612 *) as_fn_error $?
"libSDL2 ${notice_platform}development files not found, SDL2 won't be supported.
14613 This is an error since --with-sdl was requested." "$LINENO" 5 ;;
14618 if test "x$with_capi" != "xno"
14620 if ${CAPI20_CFLAGS:+false} :; then :
14621 if ${PKG_CONFIG+:} false
; then :
14622 CAPI20_CFLAGS
=`$PKG_CONFIG --cflags capi20 2>/dev/null`
14626 if ${CAPI20_LIBS:+false} :; then :
14627 if ${PKG_CONFIG+:} false
; then :
14628 CAPI20_LIBS
=`$PKG_CONFIG --libs capi20 2>/dev/null`
14633 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 cflags: $CAPI20_CFLAGS" >&5
14634 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 libs: $CAPI20_LIBS" >&5
14635 ac_save_CPPFLAGS
=$CPPFLAGS
14636 CPPFLAGS
="$CPPFLAGS $CAPI20_CFLAGS"
14637 for ac_header
in capi20.h linux
/capi.h
14639 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14640 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#define __user
14642 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
14643 cat >>confdefs.h
<<_ACEOF
14644 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14651 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
14653 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for capi20_register in -lcapi20" >&5
14654 $as_echo_n "checking for capi20_register in -lcapi20... " >&6; }
14655 if ${ac_cv_lib_capi20_capi20_register+:} false
; then :
14656 $as_echo_n "(cached) " >&6
14658 ac_check_lib_save_LIBS
=$LIBS
14659 LIBS
="-lcapi20 $CAPI20_LIBS $LIBS"
14660 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14661 /* end confdefs.h. */
14663 /* Override any GCC internal prototype to avoid an error.
14664 Use char because int might match the return type of a GCC
14665 builtin and then its argument prototype would still apply. */
14669 char capi20_register ();
14673 return capi20_register ();
14678 if ac_fn_c_try_link
"$LINENO"; then :
14679 ac_cv_lib_capi20_capi20_register
=yes
14681 ac_cv_lib_capi20_capi20_register
=no
14683 rm -f core conftest.err conftest.
$ac_objext \
14684 conftest
$ac_exeext conftest.
$ac_ext
14685 LIBS
=$ac_check_lib_save_LIBS
14687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_capi20_capi20_register" >&5
14688 $as_echo "$ac_cv_lib_capi20_capi20_register" >&6; }
14689 if test "x$ac_cv_lib_capi20_capi20_register" = xyes
; then :
14696 CPPFLAGS
=$ac_save_CPPFLAGS
14699 if test "x$ac_cv_lib_capi20_capi20_register" = "x"; then :
14700 case "x$with_capi" in
14701 x
) as_fn_append wine_notices
"|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
14703 *) as_fn_error $?
"libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
14704 This is an error since --with-capi was requested." "$LINENO" 5 ;;
14706 enable_capi2032
=${enable_capi2032:-no}
14709 if test "x$with_cups" != "xno"
14711 if ${CUPS_CFLAGS:+false} :; then :
14712 if ${PKG_CONFIG+:} false
; then :
14713 CUPS_CFLAGS
=`$PKG_CONFIG --cflags cups 2>/dev/null`
14716 test "$cross_compiling" = yes || CUPS_CFLAGS
=${CUPS_CFLAGS:-`${CUPS_CONFIG:-cups-config} --cflags 2>/dev/null`}
14717 if ${CUPS_LIBS:+false} :; then :
14718 if ${PKG_CONFIG+:} false
; then :
14719 CUPS_LIBS
=`$PKG_CONFIG --libs cups 2>/dev/null`
14722 test "$cross_compiling" = yes || CUPS_LIBS
=${CUPS_LIBS:-`${CUPS_CONFIG:-cups-config} --libs 2>/dev/null`}
14723 CUPS_LIBS
=${CUPS_LIBS:-"-lcups"}
14724 $as_echo "$as_me:${as_lineno-$LINENO}: cups cflags: $CUPS_CFLAGS" >&5
14725 $as_echo "$as_me:${as_lineno-$LINENO}: cups libs: $CUPS_LIBS" >&5
14726 ac_save_CPPFLAGS
=$CPPFLAGS
14727 CPPFLAGS
="$CPPFLAGS $CUPS_CFLAGS"
14728 for ac_header
in cups
/cups.h cups
/ppd.h
14730 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14731 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
14732 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
14733 cat >>confdefs.h
<<_ACEOF
14734 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14741 if test "$ac_cv_header_cups_cups_h" = "yes"
14743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
14744 $as_echo_n "checking for -lcups... " >&6; }
14745 if ${ac_cv_lib_soname_cups+:} false
; then :
14746 $as_echo_n "(cached) " >&6
14748 ac_check_soname_save_LIBS
=$LIBS
14749 LIBS
="-lcups $CUPS_LIBS $LIBS"
14750 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14751 /* end confdefs.h. */
14753 /* Override any GCC internal prototype to avoid an error.
14754 Use char because int might match the return type of a GCC
14755 builtin and then its argument prototype would still apply. */
14759 char cupsGetDefault ();
14763 return cupsGetDefault ();
14768 if ac_fn_c_try_link
"$LINENO"; then :
14770 dll
) ac_cv_lib_soname_cups
=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14771 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'` ;;
14772 *) ac_cv_lib_soname_cups
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcups\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcups\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14773 if ${ac_cv_lib_soname_cups:+false} :; then :
14774 ac_cv_lib_soname_cups
=`$LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14778 ac_cv_lib_soname_cups
=
14780 rm -f core conftest.err conftest.
$ac_objext \
14781 conftest
$ac_exeext conftest.
$ac_ext
14782 LIBS
=$ac_check_soname_save_LIBS
14784 if ${ac_cv_lib_soname_cups:+false} :; then :
14785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14786 $as_echo "not found" >&6; }
14789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
14790 $as_echo "$ac_cv_lib_soname_cups" >&6; }
14792 cat >>confdefs.h
<<_ACEOF
14793 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
14802 CPPFLAGS
=$ac_save_CPPFLAGS
14805 if test "x$ac_cv_lib_soname_cups" = "x"; then :
14806 case "x$with_cups" in
14807 x
) as_fn_append wine_notices
"|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
14809 *) as_fn_error $?
"libcups ${notice_platform}development files not found, CUPS won't be supported.
14810 This is an error since --with-cups was requested." "$LINENO" 5 ;;
14815 if test "x$with_fontconfig" != "xno"
14817 if ${FONTCONFIG_CFLAGS:+false} :; then :
14818 if ${PKG_CONFIG+:} false
; then :
14819 FONTCONFIG_CFLAGS
=`$PKG_CONFIG --cflags fontconfig 2>/dev/null`
14822 test "$cross_compiling" = yes || FONTCONFIG_CFLAGS
=${FONTCONFIG_CFLAGS:-$X_CFLAGS}
14823 if ${FONTCONFIG_LIBS:+false} :; then :
14824 if ${PKG_CONFIG+:} false
; then :
14825 FONTCONFIG_LIBS
=`$PKG_CONFIG --libs fontconfig 2>/dev/null`
14828 test "$cross_compiling" = yes || FONTCONFIG_LIBS
=${FONTCONFIG_LIBS:-$X_LIBS}
14830 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig cflags: $FONTCONFIG_CFLAGS" >&5
14831 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig libs: $FONTCONFIG_LIBS" >&5
14832 ac_save_CPPFLAGS
=$CPPFLAGS
14833 CPPFLAGS
="$CPPFLAGS $FONTCONFIG_CFLAGS"
14834 for ac_header
in fontconfig
/fontconfig.h
14836 ac_fn_c_check_header_mongrel
"$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
14837 if test "x$ac_cv_header_fontconfig_fontconfig_h" = xyes
; then :
14838 cat >>confdefs.h
<<_ACEOF
14839 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
14846 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
14848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
14849 $as_echo_n "checking for -lfontconfig... " >&6; }
14850 if ${ac_cv_lib_soname_fontconfig+:} false
; then :
14851 $as_echo_n "(cached) " >&6
14853 ac_check_soname_save_LIBS
=$LIBS
14854 LIBS
="-lfontconfig $FONTCONFIG_LIBS $LIBS"
14855 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14856 /* end confdefs.h. */
14858 /* Override any GCC internal prototype to avoid an error.
14859 Use char because int might match the return type of a GCC
14860 builtin and then its argument prototype would still apply. */
14873 if ac_fn_c_try_link
"$LINENO"; then :
14875 dll
) ac_cv_lib_soname_fontconfig
=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14876 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'` ;;
14877 *) ac_cv_lib_soname_fontconfig
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfontconfig\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfontconfig\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14878 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
14879 ac_cv_lib_soname_fontconfig
=`$LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14883 ac_cv_lib_soname_fontconfig
=
14885 rm -f core conftest.err conftest.
$ac_objext \
14886 conftest
$ac_exeext conftest.
$ac_ext
14887 LIBS
=$ac_check_soname_save_LIBS
14889 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
14890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14891 $as_echo "not found" >&6; }
14892 FONTCONFIG_CFLAGS
=""
14894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
14895 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
14897 cat >>confdefs.h
<<_ACEOF
14898 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
14904 FONTCONFIG_CFLAGS
=""
14906 CPPFLAGS
=$ac_save_CPPFLAGS
14909 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
14910 case "x$with_fontconfig" in
14911 x
) as_fn_append wine_notices
"|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
14913 *) as_fn_error $?
"fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
14914 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
14919 if test "x$with_krb5" != "xno"
14921 if ${KRB5_CFLAGS:+false} :; then :
14922 if ${PKG_CONFIG+:} false
; then :
14923 KRB5_CFLAGS
=`$PKG_CONFIG --cflags krb5 2>/dev/null`
14926 test "$cross_compiling" = yes || KRB5_CFLAGS
=${KRB5_CFLAGS:-`${KRB5_CONFIG:-krb5-config} --cflags 2>/dev/null`}
14927 if ${KRB5_LIBS:+false} :; then :
14928 if ${PKG_CONFIG+:} false
; then :
14929 KRB5_LIBS
=`$PKG_CONFIG --libs krb5 2>/dev/null`
14932 test "$cross_compiling" = yes || KRB5_LIBS
=${KRB5_LIBS:-`${KRB5_CONFIG:-krb5-config} --libs 2>/dev/null`}
14934 $as_echo "$as_me:${as_lineno-$LINENO}: krb5 cflags: $KRB5_CFLAGS" >&5
14935 $as_echo "$as_me:${as_lineno-$LINENO}: krb5 libs: $KRB5_LIBS" >&5
14936 ac_save_CPPFLAGS
=$CPPFLAGS
14937 CPPFLAGS
="$CPPFLAGS $KRB5_CFLAGS"
14938 for ac_header
in krb
5/krb5.h
14940 ac_fn_c_check_header_mongrel
"$LINENO" "krb5/krb5.h" "ac_cv_header_krb5_krb5_h" "$ac_includes_default"
14941 if test "x$ac_cv_header_krb5_krb5_h" = xyes
; then :
14942 cat >>confdefs.h
<<_ACEOF
14943 #define HAVE_KRB5_KRB5_H 1
14950 if test "$ac_cv_header_krb5_krb5_h" = "yes"
14952 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lkrb5" >&5
14953 $as_echo_n "checking for -lkrb5... " >&6; }
14954 if ${ac_cv_lib_soname_krb5+:} false
; then :
14955 $as_echo_n "(cached) " >&6
14957 ac_check_soname_save_LIBS
=$LIBS
14958 LIBS
="-lkrb5 $KRB5_LIBS $LIBS"
14959 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14960 /* end confdefs.h. */
14962 /* Override any GCC internal prototype to avoid an error.
14963 Use char because int might match the return type of a GCC
14964 builtin and then its argument prototype would still apply. */
14968 char krb5_is_config_principal ();
14972 return krb5_is_config_principal ();
14977 if ac_fn_c_try_link
"$LINENO"; then :
14979 dll
) ac_cv_lib_soname_krb5
=`$ac_cv_path_LDD conftest.exe | grep "krb5" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14980 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'` ;;
14981 *) ac_cv_lib_soname_krb5
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libkrb5\\.$LIBEXT" | sed -e "s/^.*\\[\\(libkrb5\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14982 if ${ac_cv_lib_soname_krb5:+false} :; then :
14983 ac_cv_lib_soname_krb5
=`$LDD conftest$ac_exeext | grep "libkrb5\\.$LIBEXT" | sed -e "s/^.*\(libkrb5\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14987 ac_cv_lib_soname_krb5
=
14989 rm -f core conftest.err conftest.
$ac_objext \
14990 conftest
$ac_exeext conftest.
$ac_ext
14991 LIBS
=$ac_check_soname_save_LIBS
14993 if ${ac_cv_lib_soname_krb5:+false} :; then :
14994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14995 $as_echo "not found" >&6; }
14998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_krb5" >&5
14999 $as_echo "$ac_cv_lib_soname_krb5" >&6; }
15001 cat >>confdefs.h
<<_ACEOF
15002 #define SONAME_LIBKRB5 "$ac_cv_lib_soname_krb5"
15010 CPPFLAGS
=$ac_save_CPPFLAGS
15013 if test "x$ac_cv_lib_soname_krb5" = "x"; then :
15014 case "x$with_krb5" in
15015 x
) as_fn_append wine_notices
"|libkrb5 ${notice_platform}development files not found (or too old), Kerberos won't be supported." ;;
15017 *) as_fn_error $?
"libkrb5 ${notice_platform}development files not found (or too old), Kerberos won't be supported.
15018 This is an error since --with-krb5 was requested." "$LINENO" 5 ;;
15022 test "x$ac_cv_lib_soname_krb5" != "x" || with_gssapi
=${with_gssapi:-no}
15024 if test "x$with_gssapi" != "xno"
15026 if ${GSSAPI_CFLAGS:+false} :; then :
15027 if ${PKG_CONFIG+:} false
; then :
15028 GSSAPI_CFLAGS
=`$PKG_CONFIG --cflags krb5-gssapi 2>/dev/null`
15031 test "$cross_compiling" = yes || GSSAPI_CFLAGS
=${GSSAPI_CFLAGS:-`${KRB5_CONFIG:-krb5-config} --cflags gssapi 2>/dev/null`}
15032 if ${GSSAPI_LIBS:+false} :; then :
15033 if ${PKG_CONFIG+:} false
; then :
15034 GSSAPI_LIBS
=`$PKG_CONFIG --libs krb5-gssapi 2>/dev/null`
15037 test "$cross_compiling" = yes || GSSAPI_LIBS
=${GSSAPI_LIBS:-`${KRB5_CONFIG:-krb5-config} --libs gssapi 2>/dev/null`}
15039 $as_echo "$as_me:${as_lineno-$LINENO}: krb5-gssapi cflags: $GSSAPI_CFLAGS" >&5
15040 $as_echo "$as_me:${as_lineno-$LINENO}: krb5-gssapi libs: $GSSAPI_LIBS" >&5
15041 ac_save_CPPFLAGS
=$CPPFLAGS
15042 CPPFLAGS
="$CPPFLAGS $GSSAPI_CFLAGS"
15043 for ac_header
in gssapi
/gssapi.h gssapi
/gssapi_ext.h
15045 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15046 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
15047 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
15048 cat >>confdefs.h
<<_ACEOF
15049 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
15056 if test "$ac_cv_header_gssapi_gssapi_h" = "yes" -a "$ac_cv_header_gssapi_gssapi_ext_h" = "yes"
15058 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgssapi_krb5" >&5
15059 $as_echo_n "checking for -lgssapi_krb5... " >&6; }
15060 if ${ac_cv_lib_soname_gssapi_krb5+:} false
; then :
15061 $as_echo_n "(cached) " >&6
15063 ac_check_soname_save_LIBS
=$LIBS
15064 LIBS
="-lgssapi_krb5 $GSSAPI_LIBS $LIBS"
15065 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15066 /* end confdefs.h. */
15068 /* Override any GCC internal prototype to avoid an error.
15069 Use char because int might match the return type of a GCC
15070 builtin and then its argument prototype would still apply. */
15074 char gss_init_sec_context ();
15078 return gss_init_sec_context ();
15083 if ac_fn_c_try_link
"$LINENO"; then :
15085 dll
) ac_cv_lib_soname_gssapi_krb5
=`$ac_cv_path_LDD conftest.exe | grep "gssapi_krb5" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15086 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'` ;;
15087 *) 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'`
15088 if ${ac_cv_lib_soname_gssapi_krb5:+false} :; then :
15089 ac_cv_lib_soname_gssapi_krb5
=`$LDD conftest$ac_exeext | grep "libgssapi_krb5\\.$LIBEXT" | sed -e "s/^.*\(libgssapi_krb5\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15093 ac_cv_lib_soname_gssapi_krb5
=
15095 rm -f core conftest.err conftest.
$ac_objext \
15096 conftest
$ac_exeext conftest.
$ac_ext
15097 LIBS
=$ac_check_soname_save_LIBS
15099 if ${ac_cv_lib_soname_gssapi_krb5:+false} :; then :
15100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15101 $as_echo "not found" >&6; }
15104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gssapi_krb5" >&5
15105 $as_echo "$ac_cv_lib_soname_gssapi_krb5" >&6; }
15107 cat >>confdefs.h
<<_ACEOF
15108 #define SONAME_LIBGSSAPI_KRB5 "$ac_cv_lib_soname_gssapi_krb5"
15116 CPPFLAGS
=$ac_save_CPPFLAGS
15119 if test "x$ac_cv_lib_soname_gssapi_krb5" = "x"; then :
15120 case "x$with_gssapi" in
15121 x
) as_fn_append wine_notices
"|libgssapi_krb5 ${notice_platform}development files not found (or too old), no Kerberos SSP support." ;;
15123 *) as_fn_error $?
"libgssapi_krb5 ${notice_platform}development files not found (or too old), no Kerberos SSP support.
15124 This is an error since --with-gssapi was requested." "$LINENO" 5 ;;
15129 if test "$ac_cv_header_AL_al_h" = "yes"
15131 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
15132 $as_echo_n "checking for -lopenal... " >&6; }
15133 if ${ac_cv_lib_soname_openal+:} false
; then :
15134 $as_echo_n "(cached) " >&6
15136 ac_check_soname_save_LIBS
=$LIBS
15137 LIBS
="-lopenal $LIBS"
15138 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15139 /* end confdefs.h. */
15141 /* Override any GCC internal prototype to avoid an error.
15142 Use char because int might match the return type of a GCC
15143 builtin and then its argument prototype would still apply. */
15147 char alGetSource3i ();
15151 return alGetSource3i ();
15156 if ac_fn_c_try_link
"$LINENO"; then :
15158 dll
) ac_cv_lib_soname_openal
=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15159 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'` ;;
15160 *) ac_cv_lib_soname_openal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libopenal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libopenal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15161 if ${ac_cv_lib_soname_openal:+false} :; then :
15162 ac_cv_lib_soname_openal
=`$LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15166 ac_cv_lib_soname_openal
=
15168 rm -f core conftest.err conftest.
$ac_objext \
15169 conftest
$ac_exeext conftest.
$ac_ext
15170 LIBS
=$ac_check_soname_save_LIBS
15172 if ${ac_cv_lib_soname_openal:+false} :; then :
15173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15174 $as_echo "not found" >&6; }
15177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
15178 $as_echo "$ac_cv_lib_soname_openal" >&6; }
15180 cat >>confdefs.h
<<_ACEOF
15181 #define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
15184 OPENAL_LIBS
="-lopenal"
15186 ac_cv_lib_openal
=yes
15188 cat >>confdefs.h
<<_ACEOF
15189 #define HAVE_OPENAL 1
15194 if test "x$ac_cv_lib_openal" != xyes
; then :
15195 case "x$with_openal" in
15196 x
) as_fn_append wine_notices
"|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
15198 *) as_fn_error $?
"libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
15199 This is an error since --with-openal was requested." "$LINENO" 5 ;;
15201 enable_openal32
=${enable_openal32:-no}
15204 if test "$ac_cv_header_libprocstat_h" = "yes"
15206 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for procstat_open_sysctl in -lprocstat" >&5
15207 $as_echo_n "checking for procstat_open_sysctl in -lprocstat... " >&6; }
15208 if ${ac_cv_lib_procstat_procstat_open_sysctl+:} false
; then :
15209 $as_echo_n "(cached) " >&6
15211 ac_check_lib_save_LIBS
=$LIBS
15212 LIBS
="-lprocstat $LIBS"
15213 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15214 /* end confdefs.h. */
15216 /* Override any GCC internal prototype to avoid an error.
15217 Use char because int might match the return type of a GCC
15218 builtin and then its argument prototype would still apply. */
15222 char procstat_open_sysctl ();
15226 return procstat_open_sysctl ();
15231 if ac_fn_c_try_link
"$LINENO"; then :
15232 ac_cv_lib_procstat_procstat_open_sysctl
=yes
15234 ac_cv_lib_procstat_procstat_open_sysctl
=no
15236 rm -f core conftest.err conftest.
$ac_objext \
15237 conftest
$ac_exeext conftest.
$ac_ext
15238 LIBS
=$ac_check_lib_save_LIBS
15240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_procstat_procstat_open_sysctl" >&5
15241 $as_echo "$ac_cv_lib_procstat_procstat_open_sysctl" >&6; }
15242 if test "x$ac_cv_lib_procstat_procstat_open_sysctl" = xyes
; then :
15244 $as_echo "#define HAVE_LIBPROCSTAT 1" >>confdefs.h
15246 PROCSTAT_LIBS
="-lprocstat"
15252 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
15253 $as_echo_n "checking for -lodbc... " >&6; }
15254 if ${ac_cv_lib_soname_odbc+:} false
; then :
15255 $as_echo_n "(cached) " >&6
15257 ac_check_soname_save_LIBS
=$LIBS
15258 LIBS
="-lodbc $LIBS"
15259 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15260 /* end confdefs.h. */
15262 /* Override any GCC internal prototype to avoid an error.
15263 Use char because int might match the return type of a GCC
15264 builtin and then its argument prototype would still apply. */
15268 char SQLConnect ();
15272 return SQLConnect ();
15277 if ac_fn_c_try_link
"$LINENO"; then :
15279 dll
) ac_cv_lib_soname_odbc
=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15280 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'` ;;
15281 *) ac_cv_lib_soname_odbc
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libodbc\\.$LIBEXT" | sed -e "s/^.*\\[\\(libodbc\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15282 if ${ac_cv_lib_soname_odbc:+false} :; then :
15283 ac_cv_lib_soname_odbc
=`$LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15287 ac_cv_lib_soname_odbc
=
15289 rm -f core conftest.err conftest.
$ac_objext \
15290 conftest
$ac_exeext conftest.
$ac_ext
15291 LIBS
=$ac_check_soname_save_LIBS
15293 if ${ac_cv_lib_soname_odbc:+false} :; then :
15294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15295 $as_echo "not found" >&6; }
15296 cat >>confdefs.h
<<_ACEOF
15297 #define SONAME_LIBODBC "libodbc.$LIBEXT"
15301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
15302 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
15304 cat >>confdefs.h
<<_ACEOF
15305 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
15311 if test "x$with_netapi" != "xno"
15313 if ${NETAPI_CFLAGS:+false} :; then :
15314 if ${PKG_CONFIG+:} false
; then :
15315 NETAPI_CFLAGS
=`$PKG_CONFIG --cflags netapi 2>/dev/null`
15319 if ${NETAPI_LIBS:+false} :; then :
15320 if ${PKG_CONFIG+:} false
; then :
15321 NETAPI_LIBS
=`$PKG_CONFIG --libs netapi 2>/dev/null`
15326 $as_echo "$as_me:${as_lineno-$LINENO}: netapi cflags: $NETAPI_CFLAGS" >&5
15327 $as_echo "$as_me:${as_lineno-$LINENO}: netapi libs: $NETAPI_LIBS" >&5
15328 ac_save_CPPFLAGS
=$CPPFLAGS
15329 CPPFLAGS
="$CPPFLAGS $NETAPI_CFLAGS"
15330 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lnetapi" >&5
15331 $as_echo_n "checking for -lnetapi... " >&6; }
15332 if ${ac_cv_lib_soname_netapi+:} false
; then :
15333 $as_echo_n "(cached) " >&6
15335 ac_check_soname_save_LIBS
=$LIBS
15336 LIBS
="-lnetapi $NETAPI_LIBS $LIBS"
15337 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15338 /* end confdefs.h. */
15340 /* Override any GCC internal prototype to avoid an error.
15341 Use char because int might match the return type of a GCC
15342 builtin and then its argument prototype would still apply. */
15346 char libnetapi_init ();
15350 return libnetapi_init ();
15355 if ac_fn_c_try_link
"$LINENO"; then :
15357 dll
) ac_cv_lib_soname_netapi
=`$ac_cv_path_LDD conftest.exe | grep "netapi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15358 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'` ;;
15359 *) ac_cv_lib_soname_netapi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libnetapi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libnetapi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15360 if ${ac_cv_lib_soname_netapi:+false} :; then :
15361 ac_cv_lib_soname_netapi
=`$LDD conftest$ac_exeext | grep "libnetapi\\.$LIBEXT" | sed -e "s/^.*\(libnetapi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15365 ac_cv_lib_soname_netapi
=
15367 rm -f core conftest.err conftest.
$ac_objext \
15368 conftest
$ac_exeext conftest.
$ac_ext
15369 LIBS
=$ac_check_soname_save_LIBS
15371 if ${ac_cv_lib_soname_netapi:+false} :; then :
15372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15373 $as_echo "not found" >&6; }
15374 cat >>confdefs.h
<<_ACEOF
15375 #define SONAME_LIBNETAPI "libnetapi.$LIBEXT"
15379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_netapi" >&5
15380 $as_echo "$ac_cv_lib_soname_netapi" >&6; }
15382 cat >>confdefs.h
<<_ACEOF
15383 #define SONAME_LIBNETAPI "$ac_cv_lib_soname_netapi"
15388 CPPFLAGS
=$ac_save_CPPFLAGS
15392 if test "x$enable_winealsa_drv$enable_winecoreaudio_drv$enable_winepulse_drv$enable_wineoss_drv$enable_wineandroid_drv" = xnonononono
-a \
15393 "x$with_alsa$with_coreaudio$with_oss$with_pulse" != xnononono
15395 as_fn_append wine_warnings
"|No sound system was found. Windows applications will be silent."
15398 if test "x$with_vulkan" != "xno"
15400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lvulkan" >&5
15401 $as_echo_n "checking for -lvulkan... " >&6; }
15402 if ${ac_cv_lib_soname_vulkan+:} false
; then :
15403 $as_echo_n "(cached) " >&6
15405 ac_check_soname_save_LIBS
=$LIBS
15406 LIBS
="-lvulkan $LIBS"
15407 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15408 /* end confdefs.h. */
15410 /* Override any GCC internal prototype to avoid an error.
15411 Use char because int might match the return type of a GCC
15412 builtin and then its argument prototype would still apply. */
15416 char vkGetInstanceProcAddr ();
15420 return vkGetInstanceProcAddr ();
15425 if ac_fn_c_try_link
"$LINENO"; then :
15427 dll
) ac_cv_lib_soname_vulkan
=`$ac_cv_path_LDD conftest.exe | grep "vulkan" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15428 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'` ;;
15429 *) ac_cv_lib_soname_vulkan
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libvulkan\\.$LIBEXT" | sed -e "s/^.*\\[\\(libvulkan\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15430 if ${ac_cv_lib_soname_vulkan:+false} :; then :
15431 ac_cv_lib_soname_vulkan
=`$LDD conftest$ac_exeext | grep "libvulkan\\.$LIBEXT" | sed -e "s/^.*\(libvulkan\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15435 ac_cv_lib_soname_vulkan
=
15437 rm -f core conftest.err conftest.
$ac_objext \
15438 conftest
$ac_exeext conftest.
$ac_ext
15439 LIBS
=$ac_check_soname_save_LIBS
15441 if ${ac_cv_lib_soname_vulkan:+false} :; then :
15442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15443 $as_echo "not found" >&6; }
15446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_vulkan" >&5
15447 $as_echo "$ac_cv_lib_soname_vulkan" >&6; }
15449 cat >>confdefs.h
<<_ACEOF
15450 #define SONAME_LIBVULKAN "$ac_cv_lib_soname_vulkan"
15455 if test "x$ac_cv_lib_soname_vulkan" = "x"
15457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lMoltenVK" >&5
15458 $as_echo_n "checking for -lMoltenVK... " >&6; }
15459 if ${ac_cv_lib_soname_MoltenVK+:} false
; then :
15460 $as_echo_n "(cached) " >&6
15462 ac_check_soname_save_LIBS
=$LIBS
15463 LIBS
="-lMoltenVK $LIBS"
15464 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15465 /* end confdefs.h. */
15467 /* Override any GCC internal prototype to avoid an error.
15468 Use char because int might match the return type of a GCC
15469 builtin and then its argument prototype would still apply. */
15473 char vkGetInstanceProcAddr ();
15477 return vkGetInstanceProcAddr ();
15482 if ac_fn_c_try_link
"$LINENO"; then :
15484 dll
) ac_cv_lib_soname_MoltenVK
=`$ac_cv_path_LDD conftest.exe | grep "MoltenVK" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15485 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'` ;;
15486 *) ac_cv_lib_soname_MoltenVK
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libMoltenVK\\.$LIBEXT" | sed -e "s/^.*\\[\\(libMoltenVK\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15487 if ${ac_cv_lib_soname_MoltenVK:+false} :; then :
15488 ac_cv_lib_soname_MoltenVK
=`$LDD conftest$ac_exeext | grep "libMoltenVK\\.$LIBEXT" | sed -e "s/^.*\(libMoltenVK\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15492 ac_cv_lib_soname_MoltenVK
=
15494 rm -f core conftest.err conftest.
$ac_objext \
15495 conftest
$ac_exeext conftest.
$ac_ext
15496 LIBS
=$ac_check_soname_save_LIBS
15498 if ${ac_cv_lib_soname_MoltenVK:+false} :; then :
15499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15500 $as_echo "not found" >&6; }
15503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_MoltenVK" >&5
15504 $as_echo "$ac_cv_lib_soname_MoltenVK" >&6; }
15506 cat >>confdefs.h
<<_ACEOF
15507 #define SONAME_LIBMOLTENVK "$ac_cv_lib_soname_MoltenVK"
15514 if test "x$ac_cv_lib_soname_vulkan" = "x" -a "x$ac_cv_lib_soname_MoltenVK" = "x"; then :
15515 case "x$with_vulkan" in
15516 x
) as_fn_append wine_notices
"|libvulkan and libMoltenVK ${notice_platform}development files not found, Vulkan won't be supported." ;;
15518 *) as_fn_error $?
"libvulkan and libMoltenVK ${notice_platform}development files not found, Vulkan won't be supported.
15519 This is an error since --with-vulkan was requested." "$LINENO" 5 ;;
15524 if test "x$with_vkd3d" != "xno"
15526 if ${VKD3D_CFLAGS:+false} :; then :
15527 if ${PKG_CONFIG+:} false
; then :
15528 VKD3D_CFLAGS
=`$PKG_CONFIG --cflags libvkd3d 2>/dev/null`
15532 if ${VKD3D_LIBS:+false} :; then :
15533 if ${PKG_CONFIG+:} false
; then :
15534 VKD3D_LIBS
=`$PKG_CONFIG --libs libvkd3d 2>/dev/null`
15539 $as_echo "$as_me:${as_lineno-$LINENO}: libvkd3d cflags: $VKD3D_CFLAGS" >&5
15540 $as_echo "$as_me:${as_lineno-$LINENO}: libvkd3d libs: $VKD3D_LIBS" >&5
15541 ac_save_CPPFLAGS
=$CPPFLAGS
15542 CPPFLAGS
="$CPPFLAGS $VKD3D_CFLAGS"
15543 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lvkd3d" >&5
15544 $as_echo_n "checking for -lvkd3d... " >&6; }
15545 if ${ac_cv_lib_soname_vkd3d+:} false
; then :
15546 $as_echo_n "(cached) " >&6
15548 ac_check_soname_save_LIBS
=$LIBS
15549 LIBS
="-lvkd3d $VKD3D_LIBS $LIBS"
15550 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15551 /* end confdefs.h. */
15553 /* Override any GCC internal prototype to avoid an error.
15554 Use char because int might match the return type of a GCC
15555 builtin and then its argument prototype would still apply. */
15559 char vkd3d_serialize_versioned_root_signature ();
15563 return vkd3d_serialize_versioned_root_signature ();
15568 if ac_fn_c_try_link
"$LINENO"; then :
15570 dll
) ac_cv_lib_soname_vkd3d
=`$ac_cv_path_LDD conftest.exe | grep "vkd3d" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15571 dylib
) ac_cv_lib_soname_vkd3d
=`$OTOOL -L conftest$ac_exeext | grep "libvkd3d\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libvkd3d\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
15572 *) ac_cv_lib_soname_vkd3d
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libvkd3d\\.$LIBEXT" | sed -e "s/^.*\\[\\(libvkd3d\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15573 if ${ac_cv_lib_soname_vkd3d:+false} :; then :
15574 ac_cv_lib_soname_vkd3d
=`$LDD conftest$ac_exeext | grep "libvkd3d\\.$LIBEXT" | sed -e "s/^.*\(libvkd3d\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15578 ac_cv_lib_soname_vkd3d
=
15580 rm -f core conftest.err conftest.
$ac_objext \
15581 conftest
$ac_exeext conftest.
$ac_ext
15582 LIBS
=$ac_check_soname_save_LIBS
15584 if ${ac_cv_lib_soname_vkd3d:+false} :; then :
15585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15586 $as_echo "not found" >&6; }
15589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_vkd3d" >&5
15590 $as_echo "$ac_cv_lib_soname_vkd3d" >&6; }
15592 cat >>confdefs.h
<<_ACEOF
15593 #define SONAME_LIBVKD3D "$ac_cv_lib_soname_vkd3d"
15598 CPPFLAGS
=$ac_save_CPPFLAGS
15600 if ${VKD3D_SHADER_CFLAGS:+false} :; then :
15601 if ${PKG_CONFIG+:} false
; then :
15602 VKD3D_SHADER_CFLAGS
=`$PKG_CONFIG --cflags libvkd3d-shader 2>/dev/null`
15606 if ${VKD3D_SHADER_LIBS:+false} :; then :
15607 if ${PKG_CONFIG+:} false
; then :
15608 VKD3D_SHADER_LIBS
=`$PKG_CONFIG --libs libvkd3d-shader 2>/dev/null`
15613 $as_echo "$as_me:${as_lineno-$LINENO}: libvkd3d-shader cflags: $VKD3D_SHADER_CFLAGS" >&5
15614 $as_echo "$as_me:${as_lineno-$LINENO}: libvkd3d-shader libs: $VKD3D_SHADER_LIBS" >&5
15615 ac_save_CPPFLAGS
=$CPPFLAGS
15616 CPPFLAGS
="$CPPFLAGS $VKD3D_SHADER_CFLAGS"
15617 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lvkd3d-shader" >&5
15618 $as_echo_n "checking for -lvkd3d-shader... " >&6; }
15619 if ${ac_cv_lib_soname_vkd3d_shader+:} false
; then :
15620 $as_echo_n "(cached) " >&6
15622 ac_check_soname_save_LIBS
=$LIBS
15623 LIBS
="-lvkd3d-shader $VKD3D_SHADER_LIBS $LIBS"
15624 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15625 /* end confdefs.h. */
15627 /* Override any GCC internal prototype to avoid an error.
15628 Use char because int might match the return type of a GCC
15629 builtin and then its argument prototype would still apply. */
15633 char vkd3d_shader_compile ();
15637 return vkd3d_shader_compile ();
15642 if ac_fn_c_try_link
"$LINENO"; then :
15644 dll
) ac_cv_lib_soname_vkd3d_shader
=`$ac_cv_path_LDD conftest.exe | grep "vkd3d-shader" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15645 dylib
) ac_cv_lib_soname_vkd3d_shader
=`$OTOOL -L conftest$ac_exeext | grep "libvkd3d-shader\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libvkd3d-shader\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
15646 *) ac_cv_lib_soname_vkd3d_shader
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libvkd3d-shader\\.$LIBEXT" | sed -e "s/^.*\\[\\(libvkd3d-shader\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15647 if ${ac_cv_lib_soname_vkd3d_shader:+false} :; then :
15648 ac_cv_lib_soname_vkd3d_shader
=`$LDD conftest$ac_exeext | grep "libvkd3d-shader\\.$LIBEXT" | sed -e "s/^.*\(libvkd3d-shader\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15652 ac_cv_lib_soname_vkd3d_shader
=
15654 rm -f core conftest.err conftest.
$ac_objext \
15655 conftest
$ac_exeext conftest.
$ac_ext
15656 LIBS
=$ac_check_soname_save_LIBS
15658 if ${ac_cv_lib_soname_vkd3d_shader:+false} :; then :
15659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15660 $as_echo "not found" >&6; }
15663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_vkd3d_shader" >&5
15664 $as_echo "$ac_cv_lib_soname_vkd3d_shader" >&6; }
15666 cat >>confdefs.h
<<_ACEOF
15667 #define SONAME_LIBVKD3D_SHADER "$ac_cv_lib_soname_vkd3d_shader"
15672 CPPFLAGS
=$ac_save_CPPFLAGS
15675 if test "x$ac_cv_lib_soname_vkd3d" = "x"; then :
15676 case "x$with_vkd3d" in
15677 x
) as_fn_append wine_notices
"|vkd3d ${notice_platform}development files not found (or too old), Direct3D 12 won't be supported." ;;
15679 *) as_fn_error $?
"vkd3d ${notice_platform}development files not found (or too old), Direct3D 12 won't be supported.
15680 This is an error since --with-vkd3d was requested." "$LINENO" 5 ;;
15684 test "x$ac_cv_lib_soname_vkd3d" != "x" || enable_d3d12
=${enable_d3d12:-no}
15687 if test "x${GCC}" = "xyes"
15689 EXTRACFLAGS
="$EXTRACFLAGS -Wall -pipe"
15691 saved_CFLAGS
=$CFLAGS
15692 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unknown-warning-option" >&5
15693 $as_echo_n "checking whether the compiler supports -Werror=unknown-warning-option... " >&6; }
15694 if ${ac_cv_cflags__Werror_unknown_warning_option+:} false
; then :
15695 $as_echo_n "(cached) " >&6
15697 ac_wine_try_cflags_saved
=$CFLAGS
15698 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
15699 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15700 /* end confdefs.h. */
15701 int main(int argc, char **argv) { return 0; }
15703 if ac_fn_c_try_link
"$LINENO"; then :
15704 ac_cv_cflags__Werror_unknown_warning_option
=yes
15706 ac_cv_cflags__Werror_unknown_warning_option
=no
15708 rm -f core conftest.err conftest.
$ac_objext \
15709 conftest
$ac_exeext conftest.
$ac_ext
15710 CFLAGS
=$ac_wine_try_cflags_saved
15712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_unknown_warning_option" >&5
15713 $as_echo "$ac_cv_cflags__Werror_unknown_warning_option" >&6; }
15714 if test "x$ac_cv_cflags__Werror_unknown_warning_option" = xyes
; then :
15715 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
15717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unused-command-line-argument" >&5
15718 $as_echo_n "checking whether the compiler supports -Werror=unused-command-line-argument... " >&6; }
15719 if ${ac_cv_cflags__Werror_unused_command_line_argument+:} false
; then :
15720 $as_echo_n "(cached) " >&6
15722 ac_wine_try_cflags_saved
=$CFLAGS
15723 CFLAGS
="$CFLAGS -Werror=unused-command-line-argument"
15724 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15725 /* end confdefs.h. */
15726 int main(int argc, char **argv) { return 0; }
15728 if ac_fn_c_try_link
"$LINENO"; then :
15729 ac_cv_cflags__Werror_unused_command_line_argument
=yes
15731 ac_cv_cflags__Werror_unused_command_line_argument
=no
15733 rm -f core conftest.err conftest.
$ac_objext \
15734 conftest
$ac_exeext conftest.
$ac_ext
15735 CFLAGS
=$ac_wine_try_cflags_saved
15737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_unused_command_line_argument" >&5
15738 $as_echo "$ac_cv_cflags__Werror_unused_command_line_argument" >&6; }
15739 if test "x$ac_cv_cflags__Werror_unused_command_line_argument" = xyes
; then :
15740 CFLAGS
="$CFLAGS -Werror=unused-command-line-argument"
15742 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=ignored-optimization-argument" >&5
15743 $as_echo_n "checking whether the compiler supports -Werror=ignored-optimization-argument... " >&6; }
15744 if ${ac_cv_cflags__Werror_ignored_optimization_argument+:} false
; then :
15745 $as_echo_n "(cached) " >&6
15747 ac_wine_try_cflags_saved
=$CFLAGS
15748 CFLAGS
="$CFLAGS -Werror=ignored-optimization-argument"
15749 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15750 /* end confdefs.h. */
15751 int main(int argc, char **argv) { return 0; }
15753 if ac_fn_c_try_link
"$LINENO"; then :
15754 ac_cv_cflags__Werror_ignored_optimization_argument
=yes
15756 ac_cv_cflags__Werror_ignored_optimization_argument
=no
15758 rm -f core conftest.err conftest.
$ac_objext \
15759 conftest
$ac_exeext conftest.
$ac_ext
15760 CFLAGS
=$ac_wine_try_cflags_saved
15762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_ignored_optimization_argument" >&5
15763 $as_echo "$ac_cv_cflags__Werror_ignored_optimization_argument" >&6; }
15764 if test "x$ac_cv_cflags__Werror_ignored_optimization_argument" = xyes
; then :
15765 CFLAGS
="$CFLAGS -Werror=ignored-optimization-argument"
15767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fcf-protection=none" >&5
15768 $as_echo_n "checking whether the compiler supports -fcf-protection=none... " >&6; }
15769 if ${ac_cv_cflags__fcf_protection_none+:} false
; then :
15770 $as_echo_n "(cached) " >&6
15772 ac_wine_try_cflags_saved
=$CFLAGS
15773 CFLAGS
="$CFLAGS -fcf-protection=none"
15774 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15775 /* end confdefs.h. */
15776 int main(int argc, char **argv) { return 0; }
15778 if ac_fn_c_try_link
"$LINENO"; then :
15779 ac_cv_cflags__fcf_protection_none
=yes
15781 ac_cv_cflags__fcf_protection_none
=no
15783 rm -f core conftest.err conftest.
$ac_objext \
15784 conftest
$ac_exeext conftest.
$ac_ext
15785 CFLAGS
=$ac_wine_try_cflags_saved
15787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fcf_protection_none" >&5
15788 $as_echo "$ac_cv_cflags__fcf_protection_none" >&6; }
15789 if test "x$ac_cv_cflags__fcf_protection_none" = xyes
; then :
15790 EXTRACFLAGS
="$EXTRACFLAGS -fcf-protection=none"
15792 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-stack-protector" >&5
15793 $as_echo_n "checking whether the compiler supports -fno-stack-protector... " >&6; }
15794 if ${ac_cv_cflags__fno_stack_protector+:} false
; then :
15795 $as_echo_n "(cached) " >&6
15797 ac_wine_try_cflags_saved
=$CFLAGS
15798 CFLAGS
="$CFLAGS -fno-stack-protector"
15799 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15800 /* end confdefs.h. */
15801 int main(int argc, char **argv) { return 0; }
15803 if ac_fn_c_try_link
"$LINENO"; then :
15804 ac_cv_cflags__fno_stack_protector
=yes
15806 ac_cv_cflags__fno_stack_protector
=no
15808 rm -f core conftest.err conftest.
$ac_objext \
15809 conftest
$ac_exeext conftest.
$ac_ext
15810 CFLAGS
=$ac_wine_try_cflags_saved
15812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_stack_protector" >&5
15813 $as_echo "$ac_cv_cflags__fno_stack_protector" >&6; }
15814 if test "x$ac_cv_cflags__fno_stack_protector" = xyes
; then :
15815 EXTRACFLAGS
="$EXTRACFLAGS -fno-stack-protector"
15817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
15818 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
15819 if ${ac_cv_cflags__fno_strict_aliasing+:} false
; then :
15820 $as_echo_n "(cached) " >&6
15822 ac_wine_try_cflags_saved
=$CFLAGS
15823 CFLAGS
="$CFLAGS -fno-strict-aliasing"
15824 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15825 /* end confdefs.h. */
15826 int main(int argc, char **argv) { return 0; }
15828 if ac_fn_c_try_link
"$LINENO"; then :
15829 ac_cv_cflags__fno_strict_aliasing
=yes
15831 ac_cv_cflags__fno_strict_aliasing
=no
15833 rm -f core conftest.err conftest.
$ac_objext \
15834 conftest
$ac_exeext conftest.
$ac_ext
15835 CFLAGS
=$ac_wine_try_cflags_saved
15837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
15838 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
15839 if test "x$ac_cv_cflags__fno_strict_aliasing" = xyes
; then :
15840 EXTRACFLAGS
="$EXTRACFLAGS -fno-strict-aliasing"
15842 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
15843 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
15844 if ${ac_cv_cflags__Wdeclaration_after_statement+:} false
; then :
15845 $as_echo_n "(cached) " >&6
15847 ac_wine_try_cflags_saved
=$CFLAGS
15848 CFLAGS
="$CFLAGS -Wdeclaration-after-statement"
15849 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15850 /* end confdefs.h. */
15851 int main(int argc, char **argv) { return 0; }
15853 if ac_fn_c_try_link
"$LINENO"; then :
15854 ac_cv_cflags__Wdeclaration_after_statement
=yes
15856 ac_cv_cflags__Wdeclaration_after_statement
=no
15858 rm -f core conftest.err conftest.
$ac_objext \
15859 conftest
$ac_exeext conftest.
$ac_ext
15860 CFLAGS
=$ac_wine_try_cflags_saved
15862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
15863 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
15864 if test "x$ac_cv_cflags__Wdeclaration_after_statement" = xyes
; then :
15865 EXTRACFLAGS
="$EXTRACFLAGS -Wdeclaration-after-statement"
15867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wempty-body" >&5
15868 $as_echo_n "checking whether the compiler supports -Wempty-body... " >&6; }
15869 if ${ac_cv_cflags__Wempty_body+:} false
; then :
15870 $as_echo_n "(cached) " >&6
15872 ac_wine_try_cflags_saved
=$CFLAGS
15873 CFLAGS
="$CFLAGS -Wempty-body"
15874 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15875 /* end confdefs.h. */
15876 int main(int argc, char **argv) { return 0; }
15878 if ac_fn_c_try_link
"$LINENO"; then :
15879 ac_cv_cflags__Wempty_body
=yes
15881 ac_cv_cflags__Wempty_body
=no
15883 rm -f core conftest.err conftest.
$ac_objext \
15884 conftest
$ac_exeext conftest.
$ac_ext
15885 CFLAGS
=$ac_wine_try_cflags_saved
15887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wempty_body" >&5
15888 $as_echo "$ac_cv_cflags__Wempty_body" >&6; }
15889 if test "x$ac_cv_cflags__Wempty_body" = xyes
; then :
15890 EXTRACFLAGS
="$EXTRACFLAGS -Wempty-body"
15892 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wignored-qualifiers" >&5
15893 $as_echo_n "checking whether the compiler supports -Wignored-qualifiers... " >&6; }
15894 if ${ac_cv_cflags__Wignored_qualifiers+:} false
; then :
15895 $as_echo_n "(cached) " >&6
15897 ac_wine_try_cflags_saved
=$CFLAGS
15898 CFLAGS
="$CFLAGS -Wignored-qualifiers"
15899 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15900 /* end confdefs.h. */
15901 int main(int argc, char **argv) { return 0; }
15903 if ac_fn_c_try_link
"$LINENO"; then :
15904 ac_cv_cflags__Wignored_qualifiers
=yes
15906 ac_cv_cflags__Wignored_qualifiers
=no
15908 rm -f core conftest.err conftest.
$ac_objext \
15909 conftest
$ac_exeext conftest.
$ac_ext
15910 CFLAGS
=$ac_wine_try_cflags_saved
15912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wignored_qualifiers" >&5
15913 $as_echo "$ac_cv_cflags__Wignored_qualifiers" >&6; }
15914 if test "x$ac_cv_cflags__Wignored_qualifiers" = xyes
; then :
15915 EXTRACFLAGS
="$EXTRACFLAGS -Wignored-qualifiers"
15917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Winit-self" >&5
15918 $as_echo_n "checking whether the compiler supports -Winit-self... " >&6; }
15919 if ${ac_cv_cflags__Winit_self+:} false
; then :
15920 $as_echo_n "(cached) " >&6
15922 ac_wine_try_cflags_saved
=$CFLAGS
15923 CFLAGS
="$CFLAGS -Winit-self"
15924 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15925 /* end confdefs.h. */
15926 int main(int argc, char **argv) { return 0; }
15928 if ac_fn_c_try_link
"$LINENO"; then :
15929 ac_cv_cflags__Winit_self
=yes
15931 ac_cv_cflags__Winit_self
=no
15933 rm -f core conftest.err conftest.
$ac_objext \
15934 conftest
$ac_exeext conftest.
$ac_ext
15935 CFLAGS
=$ac_wine_try_cflags_saved
15937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Winit_self" >&5
15938 $as_echo "$ac_cv_cflags__Winit_self" >&6; }
15939 if test "x$ac_cv_cflags__Winit_self" = xyes
; then :
15940 EXTRACFLAGS
="$EXTRACFLAGS -Winit-self"
15942 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpacked-not-aligned" >&5
15943 $as_echo_n "checking whether the compiler supports -Wpacked-not-aligned... " >&6; }
15944 if ${ac_cv_cflags__Wpacked_not_aligned+:} false
; then :
15945 $as_echo_n "(cached) " >&6
15947 ac_wine_try_cflags_saved
=$CFLAGS
15948 CFLAGS
="$CFLAGS -Wpacked-not-aligned"
15949 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15950 /* end confdefs.h. */
15951 int main(int argc, char **argv) { return 0; }
15953 if ac_fn_c_try_link
"$LINENO"; then :
15954 ac_cv_cflags__Wpacked_not_aligned
=yes
15956 ac_cv_cflags__Wpacked_not_aligned
=no
15958 rm -f core conftest.err conftest.
$ac_objext \
15959 conftest
$ac_exeext conftest.
$ac_ext
15960 CFLAGS
=$ac_wine_try_cflags_saved
15962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpacked_not_aligned" >&5
15963 $as_echo "$ac_cv_cflags__Wpacked_not_aligned" >&6; }
15964 if test "x$ac_cv_cflags__Wpacked_not_aligned" = xyes
; then :
15965 EXTRACFLAGS
="$EXTRACFLAGS -Wno-packed-not-aligned"
15967 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpragma-pack" >&5
15968 $as_echo_n "checking whether the compiler supports -Wpragma-pack... " >&6; }
15969 if ${ac_cv_cflags__Wpragma_pack+:} false
; then :
15970 $as_echo_n "(cached) " >&6
15972 ac_wine_try_cflags_saved
=$CFLAGS
15973 CFLAGS
="$CFLAGS -Wpragma-pack"
15974 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15975 /* end confdefs.h. */
15976 int main(int argc, char **argv) { return 0; }
15978 if ac_fn_c_try_link
"$LINENO"; then :
15979 ac_cv_cflags__Wpragma_pack
=yes
15981 ac_cv_cflags__Wpragma_pack
=no
15983 rm -f core conftest.err conftest.
$ac_objext \
15984 conftest
$ac_exeext conftest.
$ac_ext
15985 CFLAGS
=$ac_wine_try_cflags_saved
15987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpragma_pack" >&5
15988 $as_echo "$ac_cv_cflags__Wpragma_pack" >&6; }
15989 if test "x$ac_cv_cflags__Wpragma_pack" = xyes
; then :
15990 EXTRACFLAGS
="$EXTRACFLAGS -Wno-pragma-pack"
15992 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wshift-overflow=2" >&5
15993 $as_echo_n "checking whether the compiler supports -Wshift-overflow=2... " >&6; }
15994 if ${ac_cv_cflags__Wshift_overflow_2+:} false
; then :
15995 $as_echo_n "(cached) " >&6
15997 ac_wine_try_cflags_saved
=$CFLAGS
15998 CFLAGS
="$CFLAGS -Wshift-overflow=2"
15999 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16000 /* end confdefs.h. */
16001 int main(int argc, char **argv) { return 0; }
16003 if ac_fn_c_try_link
"$LINENO"; then :
16004 ac_cv_cflags__Wshift_overflow_2
=yes
16006 ac_cv_cflags__Wshift_overflow_2
=no
16008 rm -f core conftest.err conftest.
$ac_objext \
16009 conftest
$ac_exeext conftest.
$ac_ext
16010 CFLAGS
=$ac_wine_try_cflags_saved
16012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wshift_overflow_2" >&5
16013 $as_echo "$ac_cv_cflags__Wshift_overflow_2" >&6; }
16014 if test "x$ac_cv_cflags__Wshift_overflow_2" = xyes
; then :
16015 EXTRACFLAGS
="$EXTRACFLAGS -Wshift-overflow=2"
16017 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
16018 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
16019 if ${ac_cv_cflags__Wstrict_prototypes+:} false
; then :
16020 $as_echo_n "(cached) " >&6
16022 ac_wine_try_cflags_saved
=$CFLAGS
16023 CFLAGS
="$CFLAGS -Wstrict-prototypes"
16024 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16025 /* end confdefs.h. */
16026 int main(int argc, char **argv) { return 0; }
16028 if ac_fn_c_try_link
"$LINENO"; then :
16029 ac_cv_cflags__Wstrict_prototypes
=yes
16031 ac_cv_cflags__Wstrict_prototypes
=no
16033 rm -f core conftest.err conftest.
$ac_objext \
16034 conftest
$ac_exeext conftest.
$ac_ext
16035 CFLAGS
=$ac_wine_try_cflags_saved
16037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
16038 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
16039 if test "x$ac_cv_cflags__Wstrict_prototypes" = xyes
; then :
16040 EXTRACFLAGS
="$EXTRACFLAGS -Wstrict-prototypes"
16042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
16043 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
16044 if ${ac_cv_cflags__Wtype_limits+:} false
; then :
16045 $as_echo_n "(cached) " >&6
16047 ac_wine_try_cflags_saved
=$CFLAGS
16048 CFLAGS
="$CFLAGS -Wtype-limits"
16049 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16050 /* end confdefs.h. */
16051 int main(int argc, char **argv) { return 0; }
16053 if ac_fn_c_try_link
"$LINENO"; then :
16054 ac_cv_cflags__Wtype_limits
=yes
16056 ac_cv_cflags__Wtype_limits
=no
16058 rm -f core conftest.err conftest.
$ac_objext \
16059 conftest
$ac_exeext conftest.
$ac_ext
16060 CFLAGS
=$ac_wine_try_cflags_saved
16062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
16063 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
16064 if test "x$ac_cv_cflags__Wtype_limits" = xyes
; then :
16065 EXTRACFLAGS
="$EXTRACFLAGS -Wtype-limits"
16067 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wunused-but-set-parameter" >&5
16068 $as_echo_n "checking whether the compiler supports -Wunused-but-set-parameter... " >&6; }
16069 if ${ac_cv_cflags__Wunused_but_set_parameter+:} false
; then :
16070 $as_echo_n "(cached) " >&6
16072 ac_wine_try_cflags_saved
=$CFLAGS
16073 CFLAGS
="$CFLAGS -Wunused-but-set-parameter"
16074 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16075 /* end confdefs.h. */
16076 int main(int argc, char **argv) { return 0; }
16078 if ac_fn_c_try_link
"$LINENO"; then :
16079 ac_cv_cflags__Wunused_but_set_parameter
=yes
16081 ac_cv_cflags__Wunused_but_set_parameter
=no
16083 rm -f core conftest.err conftest.
$ac_objext \
16084 conftest
$ac_exeext conftest.
$ac_ext
16085 CFLAGS
=$ac_wine_try_cflags_saved
16087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wunused_but_set_parameter" >&5
16088 $as_echo "$ac_cv_cflags__Wunused_but_set_parameter" >&6; }
16089 if test "x$ac_cv_cflags__Wunused_but_set_parameter" = xyes
; then :
16090 EXTRACFLAGS
="$EXTRACFLAGS -Wunused-but-set-parameter"
16092 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wvla" >&5
16093 $as_echo_n "checking whether the compiler supports -Wvla... " >&6; }
16094 if ${ac_cv_cflags__Wvla+:} false
; then :
16095 $as_echo_n "(cached) " >&6
16097 ac_wine_try_cflags_saved
=$CFLAGS
16098 CFLAGS
="$CFLAGS -Wvla"
16099 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16100 /* end confdefs.h. */
16101 int main(int argc, char **argv) { return 0; }
16103 if ac_fn_c_try_link
"$LINENO"; then :
16104 ac_cv_cflags__Wvla
=yes
16106 ac_cv_cflags__Wvla
=no
16108 rm -f core conftest.err conftest.
$ac_objext \
16109 conftest
$ac_exeext conftest.
$ac_ext
16110 CFLAGS
=$ac_wine_try_cflags_saved
16112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wvla" >&5
16113 $as_echo "$ac_cv_cflags__Wvla" >&6; }
16114 if test "x$ac_cv_cflags__Wvla" = xyes
; then :
16115 EXTRACFLAGS
="$EXTRACFLAGS -Wvla"
16117 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
16118 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
16119 if ${ac_cv_cflags__Wwrite_strings+:} false
; then :
16120 $as_echo_n "(cached) " >&6
16122 ac_wine_try_cflags_saved
=$CFLAGS
16123 CFLAGS
="$CFLAGS -Wwrite-strings"
16124 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16125 /* end confdefs.h. */
16126 int main(int argc, char **argv) { return 0; }
16128 if ac_fn_c_try_link
"$LINENO"; then :
16129 ac_cv_cflags__Wwrite_strings
=yes
16131 ac_cv_cflags__Wwrite_strings
=no
16133 rm -f core conftest.err conftest.
$ac_objext \
16134 conftest
$ac_exeext conftest.
$ac_ext
16135 CFLAGS
=$ac_wine_try_cflags_saved
16137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
16138 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
16139 if test "x$ac_cv_cflags__Wwrite_strings" = xyes
; then :
16140 EXTRACFLAGS
="$EXTRACFLAGS -Wwrite-strings"
16143 if test -z "$CROSSTARGET"
16145 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fexcess-precision=standard" >&5
16146 $as_echo_n "checking whether the compiler supports -fexcess-precision=standard... " >&6; }
16147 if ${ac_cv_cflags__fexcess_precision_standard+:} false
; then :
16148 $as_echo_n "(cached) " >&6
16150 ac_wine_try_cflags_saved
=$CFLAGS
16151 CFLAGS
="$CFLAGS -fexcess-precision=standard"
16152 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16153 /* end confdefs.h. */
16154 int main(int argc, char **argv) { return 0; }
16156 if ac_fn_c_try_link
"$LINENO"; then :
16157 ac_cv_cflags__fexcess_precision_standard
=yes
16159 ac_cv_cflags__fexcess_precision_standard
=no
16161 rm -f core conftest.err conftest.
$ac_objext \
16162 conftest
$ac_exeext conftest.
$ac_ext
16163 CFLAGS
=$ac_wine_try_cflags_saved
16165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fexcess_precision_standard" >&5
16166 $as_echo "$ac_cv_cflags__fexcess_precision_standard" >&6; }
16167 if test "x$ac_cv_cflags__fexcess_precision_standard" = xyes
; then :
16168 EXCESS_PRECISION_CFLAGS
="-fexcess-precision=standard"
16173 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpointer-arith" >&5
16174 $as_echo_n "checking whether the compiler supports -Wpointer-arith... " >&6; }
16175 if ${ac_cv_cflags__Wpointer_arith+:} false
; then :
16176 $as_echo_n "(cached) " >&6
16178 ac_wine_try_cflags_saved
=$CFLAGS
16179 CFLAGS
="$CFLAGS -Wpointer-arith"
16180 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16181 /* end confdefs.h. */
16182 int main(int argc, char **argv) { return 0; }
16184 if ac_fn_c_try_link
"$LINENO"; then :
16185 ac_cv_cflags__Wpointer_arith
=yes
16187 ac_cv_cflags__Wpointer_arith
=no
16189 rm -f core conftest.err conftest.
$ac_objext \
16190 conftest
$ac_exeext conftest.
$ac_ext
16191 CFLAGS
=$ac_wine_try_cflags_saved
16193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpointer_arith" >&5
16194 $as_echo "$ac_cv_cflags__Wpointer_arith" >&6; }
16195 if test "x$ac_cv_cflags__Wpointer_arith" = xyes
; then :
16196 saved_string_h_CFLAGS
=$CFLAGS
16197 CFLAGS
="$CFLAGS -Wpointer-arith -Werror"
16198 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wpointer-arith" >&5
16199 $as_echo_n "checking for broken string.h that generates warnings with -Wpointer-arith... " >&6; }
16200 if ${ac_cv_c_string_h_warnings+:} false
; then :
16201 $as_echo_n "(cached) " >&6
16203 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16204 /* end confdefs.h. */
16205 #include <string.h>
16214 if ac_fn_c_try_compile
"$LINENO"; then :
16215 ac_cv_c_string_h_warnings
=no
16217 ac_cv_c_string_h_warnings
=yes
16219 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
16221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
16222 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
16223 test "$ac_cv_c_string_h_warnings" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wpointer-arith"
16224 CFLAGS
=$saved_string_h_CFLAGS
16227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wlogical-op" >&5
16228 $as_echo_n "checking whether the compiler supports -Wlogical-op... " >&6; }
16229 if ${ac_cv_cflags__Wlogical_op+:} false
; then :
16230 $as_echo_n "(cached) " >&6
16232 ac_wine_try_cflags_saved
=$CFLAGS
16233 CFLAGS
="$CFLAGS -Wlogical-op"
16234 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16235 /* end confdefs.h. */
16236 int main(int argc, char **argv) { return 0; }
16238 if ac_fn_c_try_link
"$LINENO"; then :
16239 ac_cv_cflags__Wlogical_op
=yes
16241 ac_cv_cflags__Wlogical_op
=no
16243 rm -f core conftest.err conftest.
$ac_objext \
16244 conftest
$ac_exeext conftest.
$ac_ext
16245 CFLAGS
=$ac_wine_try_cflags_saved
16247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wlogical_op" >&5
16248 $as_echo "$ac_cv_cflags__Wlogical_op" >&6; }
16249 if test "x$ac_cv_cflags__Wlogical_op" = xyes
; then :
16250 saved_string_h_CFLAGS
=$CFLAGS
16251 CFLAGS
="$CFLAGS -Wlogical-op -Werror"
16252 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wlogical-op" >&5
16253 $as_echo_n "checking for broken string.h that generates warnings with -Wlogical-op... " >&6; }
16254 if ${ac_cv_c_logicalop_noisy+:} false
; then :
16255 $as_echo_n "(cached) " >&6
16257 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16258 /* end confdefs.h. */
16259 #include <string.h>
16260 char*f(const char *h,char n) {return strchr(h,n);}
16269 if ac_fn_c_try_compile
"$LINENO"; then :
16270 ac_cv_c_logicalop_noisy
=no
16272 ac_cv_c_logicalop_noisy
=yes
16274 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
16276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_logicalop_noisy" >&5
16277 $as_echo "$ac_cv_c_logicalop_noisy" >&6; }
16278 CFLAGS
=$saved_string_h_CFLAGS
16279 test "$ac_cv_c_logicalop_noisy" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wlogical-op"
16282 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for flags needed for 64-bit compare-and-swap support" >&5
16283 $as_echo_n "checking for flags needed for 64-bit compare-and-swap support... " >&6; }
16284 if ${wine_cv_64bit_compare_swap+:} false
; then :
16285 $as_echo_n "(cached) " >&6
16287 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16288 /* end confdefs.h. */
16289 #ifndef __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8
16300 if ac_fn_c_try_compile
"$LINENO"; then :
16301 wine_cv_64bit_compare_swap
="none needed"
16304 *i
[3456]86*) wine_cv_64bit_compare_swap
="-march=i586" ;;
16305 *arm
*) wine_cv_64bit_compare_swap
="-march=armv7-a" ;;
16306 *) wine_cv_64bit_compare_swap
="unknown" ;;
16308 if test "x$wine_cv_64bit_compare_swap" != xunknown
16310 CFLAGS
="$CFLAGS $wine_cv_64bit_compare_swap"
16311 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16312 /* end confdefs.h. */
16313 #ifndef __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8
16324 if ac_fn_c_try_compile
"$LINENO"; then :
16327 wine_cv_64bit_compare_swap
="unknown"
16329 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
16330 CFLAGS
=$saved_CFLAGS
16333 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
16335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_64bit_compare_swap" >&5
16336 $as_echo "$wine_cv_64bit_compare_swap" >&6; }
16337 case "$wine_cv_64bit_compare_swap" in
16338 unknown
) as_fn_error $?
"gcc doesn't support 64-bit compare-and-swap on this platform" "$LINENO" 5 ;;
16340 *) EXTRACFLAGS
="$EXTRACFLAGS $wine_cv_64bit_compare_swap" ;;
16343 ac_debug_format_seen
=""
16344 for ac_flag
in $CFLAGS; do
16346 -gdwarf*) ac_debug_format_seen
=yes ;;
16347 -g) ac_debug_format_seen
=${ac_debug_format_seen:-default} ;;
16350 if test "x$ac_debug_format_seen" = xdefault
16352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gdwarf-2" >&5
16353 $as_echo_n "checking whether the compiler supports -gdwarf-2... " >&6; }
16354 if ${ac_cv_cflags__gdwarf_2+:} false
; then :
16355 $as_echo_n "(cached) " >&6
16357 ac_wine_try_cflags_saved
=$CFLAGS
16358 CFLAGS
="$CFLAGS -gdwarf-2"
16359 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16360 /* end confdefs.h. */
16361 int main(int argc, char **argv) { return 0; }
16363 if ac_fn_c_try_link
"$LINENO"; then :
16364 ac_cv_cflags__gdwarf_2
=yes
16366 ac_cv_cflags__gdwarf_2
=no
16368 rm -f core conftest.err conftest.
$ac_objext \
16369 conftest
$ac_exeext conftest.
$ac_ext
16370 CFLAGS
=$ac_wine_try_cflags_saved
16372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gdwarf_2" >&5
16373 $as_echo "$ac_cv_cflags__gdwarf_2" >&6; }
16374 if test "x$ac_cv_cflags__gdwarf_2" = xyes
; then :
16375 EXTRACFLAGS
="$EXTRACFLAGS -gdwarf-2"
16377 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gstrict-dwarf" >&5
16378 $as_echo_n "checking whether the compiler supports -gstrict-dwarf... " >&6; }
16379 if ${ac_cv_cflags__gstrict_dwarf+:} false
; then :
16380 $as_echo_n "(cached) " >&6
16382 ac_wine_try_cflags_saved
=$CFLAGS
16383 CFLAGS
="$CFLAGS -gstrict-dwarf"
16384 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16385 /* end confdefs.h. */
16386 int main(int argc, char **argv) { return 0; }
16388 if ac_fn_c_try_link
"$LINENO"; then :
16389 ac_cv_cflags__gstrict_dwarf
=yes
16391 ac_cv_cflags__gstrict_dwarf
=no
16393 rm -f core conftest.err conftest.
$ac_objext \
16394 conftest
$ac_exeext conftest.
$ac_ext
16395 CFLAGS
=$ac_wine_try_cflags_saved
16397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gstrict_dwarf" >&5
16398 $as_echo "$ac_cv_cflags__gstrict_dwarf" >&6; }
16399 if test "x$ac_cv_cflags__gstrict_dwarf" = xyes
; then :
16400 EXTRACFLAGS
="$EXTRACFLAGS -gstrict-dwarf"
16407 mingw32
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-delayload,autoconftest.dll" >&5
16408 $as_echo_n "checking whether the compiler supports -Wl,-delayload,autoconftest.dll... " >&6; }
16409 if ${ac_cv_cflags__Wl__delayload_autoconftest_dll+:} false
; then :
16410 $as_echo_n "(cached) " >&6
16412 ac_wine_try_cflags_saved
=$CFLAGS
16413 CFLAGS
="$CFLAGS -Wl,-delayload,autoconftest.dll"
16414 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16415 /* end confdefs.h. */
16416 int main(int argc, char **argv) { return 0; }
16418 if ac_fn_c_try_link
"$LINENO"; then :
16419 ac_cv_cflags__Wl__delayload_autoconftest_dll
=yes
16421 ac_cv_cflags__Wl__delayload_autoconftest_dll
=no
16423 rm -f core conftest.err conftest.
$ac_objext \
16424 conftest
$ac_exeext conftest.
$ac_ext
16425 CFLAGS
=$ac_wine_try_cflags_saved
16427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__delayload_autoconftest_dll" >&5
16428 $as_echo "$ac_cv_cflags__Wl__delayload_autoconftest_dll" >&6; }
16429 if test "x$ac_cv_cflags__Wl__delayload_autoconftest_dll" = xyes
; then :
16430 DELAYLOADFLAG
="-Wl,-delayload,"
16433 *) MSVCRTFLAGS
="-D_WIN32"
16434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
16435 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
16436 if ${ac_cv_cflags__fno_builtin+:} false
; then :
16437 $as_echo_n "(cached) " >&6
16439 ac_wine_try_cflags_saved
=$CFLAGS
16440 CFLAGS
="$CFLAGS -fno-builtin"
16441 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16442 /* end confdefs.h. */
16443 int main(int argc, char **argv) { return 0; }
16445 if ac_fn_c_try_link
"$LINENO"; then :
16446 ac_cv_cflags__fno_builtin
=yes
16448 ac_cv_cflags__fno_builtin
=no
16450 rm -f core conftest.err conftest.
$ac_objext \
16451 conftest
$ac_exeext conftest.
$ac_ext
16452 CFLAGS
=$ac_wine_try_cflags_saved
16454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
16455 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
16456 if test "x$ac_cv_cflags__fno_builtin" = xyes
; then :
16457 MSVCRTFLAGS
="$MSVCRTFLAGS -fno-builtin"
16459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fshort-wchar" >&5
16460 $as_echo_n "checking whether the compiler supports -fshort-wchar... " >&6; }
16461 if ${ac_cv_cflags__fshort_wchar+:} false
; then :
16462 $as_echo_n "(cached) " >&6
16464 ac_wine_try_cflags_saved
=$CFLAGS
16465 CFLAGS
="$CFLAGS -fshort-wchar"
16466 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16467 /* end confdefs.h. */
16468 int main(int argc, char **argv) { return 0; }
16470 if ac_fn_c_try_link
"$LINENO"; then :
16471 ac_cv_cflags__fshort_wchar
=yes
16473 ac_cv_cflags__fshort_wchar
=no
16475 rm -f core conftest.err conftest.
$ac_objext \
16476 conftest
$ac_exeext conftest.
$ac_ext
16477 CFLAGS
=$ac_wine_try_cflags_saved
16479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fshort_wchar" >&5
16480 $as_echo "$ac_cv_cflags__fshort_wchar" >&6; }
16481 if test "x$ac_cv_cflags__fshort_wchar" = xyes
; then :
16482 MSVCRTFLAGS
="$MSVCRTFLAGS -fshort-wchar"
16487 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-omit-frame-pointer" >&5
16488 $as_echo_n "checking whether the compiler supports -fno-omit-frame-pointer... " >&6; }
16489 if ${ac_cv_cflags__fno_omit_frame_pointer+:} false
; then :
16490 $as_echo_n "(cached) " >&6
16492 ac_wine_try_cflags_saved
=$CFLAGS
16493 CFLAGS
="$CFLAGS -fno-omit-frame-pointer"
16494 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16495 /* end confdefs.h. */
16496 int main(int argc, char **argv) { return 0; }
16498 if ac_fn_c_try_link
"$LINENO"; then :
16499 ac_cv_cflags__fno_omit_frame_pointer
=yes
16501 ac_cv_cflags__fno_omit_frame_pointer
=no
16503 rm -f core conftest.err conftest.
$ac_objext \
16504 conftest
$ac_exeext conftest.
$ac_ext
16505 CFLAGS
=$ac_wine_try_cflags_saved
16507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_omit_frame_pointer" >&5
16508 $as_echo "$ac_cv_cflags__fno_omit_frame_pointer" >&6; }
16509 if test "x$ac_cv_cflags__fno_omit_frame_pointer" = xyes
; then :
16510 EXTRACFLAGS
="$EXTRACFLAGS -fno-omit-frame-pointer"
16514 cygwin
*|mingw32
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wno-format" >&5
16515 $as_echo_n "checking whether the compiler supports -Wno-format... " >&6; }
16516 if ${ac_cv_cflags__Wno_format+:} false
; then :
16517 $as_echo_n "(cached) " >&6
16519 ac_wine_try_cflags_saved
=$CFLAGS
16520 CFLAGS
="$CFLAGS -Wno-format"
16521 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16522 /* end confdefs.h. */
16523 int main(int argc, char **argv) { return 0; }
16525 if ac_fn_c_try_link
"$LINENO"; then :
16526 ac_cv_cflags__Wno_format
=yes
16528 ac_cv_cflags__Wno_format
=no
16530 rm -f core conftest.err conftest.
$ac_objext \
16531 conftest
$ac_exeext conftest.
$ac_ext
16532 CFLAGS
=$ac_wine_try_cflags_saved
16534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wno_format" >&5
16535 $as_echo "$ac_cv_cflags__Wno_format" >&6; }
16536 if test "x$ac_cv_cflags__Wno_format" = xyes
; then :
16537 EXTRACFLAGS
="$EXTRACFLAGS -Wno-format"
16539 *) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -mabi=ms" >&5
16540 $as_echo_n "checking whether the compiler supports -mabi=ms... " >&6; }
16541 if ${ac_cv_cflags__mabi_ms+:} false
; then :
16542 $as_echo_n "(cached) " >&6
16544 ac_wine_try_cflags_saved
=$CFLAGS
16545 CFLAGS
="$CFLAGS -mabi=ms"
16546 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16547 /* end confdefs.h. */
16548 int main(int argc, char **argv) { return 0; }
16550 if ac_fn_c_try_link
"$LINENO"; then :
16551 ac_cv_cflags__mabi_ms
=yes
16553 ac_cv_cflags__mabi_ms
=no
16555 rm -f core conftest.err conftest.
$ac_objext \
16556 conftest
$ac_exeext conftest.
$ac_ext
16557 CFLAGS
=$ac_wine_try_cflags_saved
16559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__mabi_ms" >&5
16560 $as_echo "$ac_cv_cflags__mabi_ms" >&6; }
16561 if test "x$ac_cv_cflags__mabi_ms" = xyes
; then :
16562 MSVCRTFLAGS
="$MSVCRTFLAGS -mabi=ms"
16567 CFLAGS
=$saved_CFLAGS
16569 if test "x$enable_werror" = "xyes"
16571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
16572 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
16573 if ${ac_cv_cflags__Werror+:} false
; then :
16574 $as_echo_n "(cached) " >&6
16576 ac_wine_try_cflags_saved
=$CFLAGS
16577 CFLAGS
="$CFLAGS -Werror"
16578 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16579 /* end confdefs.h. */
16580 int main(int argc, char **argv) { return 0; }
16582 if ac_fn_c_try_link
"$LINENO"; then :
16583 ac_cv_cflags__Werror
=yes
16585 ac_cv_cflags__Werror
=no
16587 rm -f core conftest.err conftest.
$ac_objext \
16588 conftest
$ac_exeext conftest.
$ac_ext
16589 CFLAGS
=$ac_wine_try_cflags_saved
16591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
16592 $as_echo "$ac_cv_cflags__Werror" >&6; }
16593 if test "x$ac_cv_cflags__Werror" = xyes
; then :
16594 EXTRACFLAGS
="$EXTRACFLAGS -Werror"
16597 if test "x$enable_build_id" = "xyes"
16599 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--build-id" >&5
16600 $as_echo_n "checking whether the compiler supports -Wl,--build-id... " >&6; }
16601 if ${ac_cv_cflags__Wl___build_id+:} false
; then :
16602 $as_echo_n "(cached) " >&6
16604 ac_wine_try_cflags_saved
=$CFLAGS
16605 CFLAGS
="$CFLAGS -Wl,--build-id"
16606 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16607 /* end confdefs.h. */
16608 int main(int argc, char **argv) { return 0; }
16610 if ac_fn_c_try_link
"$LINENO"; then :
16611 ac_cv_cflags__Wl___build_id
=yes
16613 ac_cv_cflags__Wl___build_id
=no
16615 rm -f core conftest.err conftest.
$ac_objext \
16616 conftest
$ac_exeext conftest.
$ac_ext
16617 CFLAGS
=$ac_wine_try_cflags_saved
16619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___build_id" >&5
16620 $as_echo "$ac_cv_cflags__Wl___build_id" >&6; }
16621 if test "x$ac_cv_cflags__Wl___build_id" = xyes
; then :
16622 CFLAGS
="$CFLAGS -Wl,--build-id"
16623 LDFLAGS
="$LDFLAGS -Wl,--build-id"
16629 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the need to disable Fortify" >&5
16630 $as_echo_n "checking for the need to disable Fortify... " >&6; }
16631 if ${ac_cv_c_fortify_enabled+:} false
; then :
16632 $as_echo_n "(cached) " >&6
16634 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16635 /* end confdefs.h. */
16636 #include <string.h>
16640 #if (defined(__USE_FORTIFY_LEVEL) && __USE_FORTIFY_LEVEL > 0) || (defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0)
16641 #error Fortify enabled
16647 if ac_fn_c_try_compile
"$LINENO"; then :
16648 ac_cv_c_fortify_enabled
=no
16650 ac_cv_c_fortify_enabled
=yes
16652 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
16654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_fortify_enabled" >&5
16655 $as_echo "$ac_cv_c_fortify_enabled" >&6; }
16656 if test "$ac_cv_c_fortify_enabled" = yes
16658 CFLAGS
="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
16662 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
16663 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
16664 if ${ac_cv_c_cfi_support+:} false
; then :
16665 $as_echo_n "(cached) " >&6
16667 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16668 /* end confdefs.h. */
16669 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
16678 if ac_fn_c_try_compile
"$LINENO"; then :
16679 ac_cv_c_cfi_support
="yes"
16681 ac_cv_c_cfi_support
="no"
16683 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
16685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
16686 $as_echo "$ac_cv_c_cfi_support" >&6; }
16687 if test "$ac_cv_c_cfi_support" = "yes"
16689 DLLFLAGS
="$DLLFLAGS -fasynchronous-unwind-tables"
16690 LDDLLFLAGS
="$LDDLLFLAGS -fasynchronous-unwind-tables"
16691 UNIXDLLFLAGS
="$UNIXDLLFLAGS -fasynchronous-unwind-tables"
16693 if test "x$enable_win64" = "xyes"
16695 as_fn_append wine_warnings
"|building 64-bit Wine without support for CFI directives; exception handling will not work properly."
16703 *i
[3456789]86*|x86_64
*|
*aarch64
*|arm
*)
16704 test "$wine_binary" = wine || wine_fn_append_file CONFIGURE_TARGETS
"loader/wine-preloader"
16705 WINELOADER_PROGRAMS
="$WINELOADER_PROGRAMS $wine_binary-preloader"
16712 ac_save_CFLAGS
="$CFLAGS"
16713 CFLAGS
="$CFLAGS $BUILTINFLAG"
16725 mach_continuous_time \
16740 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16741 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
16742 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
16743 cat >>confdefs.h
<<_ACEOF
16744 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16750 CFLAGS
="$ac_save_CFLAGS"
16752 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
16753 $as_echo_n "checking for library containing dlopen... " >&6; }
16754 if ${ac_cv_search_dlopen+:} false
; then :
16755 $as_echo_n "(cached) " >&6
16757 ac_func_search_save_LIBS
=$LIBS
16758 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16759 /* end confdefs.h. */
16761 /* Override any GCC internal prototype to avoid an error.
16762 Use char because int might match the return type of a GCC
16763 builtin and then its argument prototype would still apply. */
16776 for ac_lib
in '' dl
; do
16777 if test -z "$ac_lib"; then
16778 ac_res
="none required"
16781 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
16783 if ac_fn_c_try_link
"$LINENO"; then :
16784 ac_cv_search_dlopen
=$ac_res
16786 rm -f core conftest.err conftest.
$ac_objext \
16788 if ${ac_cv_search_dlopen+:} false
; then :
16792 if ${ac_cv_search_dlopen+:} false
; then :
16795 ac_cv_search_dlopen
=no
16797 rm conftest.
$ac_ext
16798 LIBS
=$ac_func_search_save_LIBS
16800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
16801 $as_echo "$ac_cv_search_dlopen" >&6; }
16802 ac_res
=$ac_cv_search_dlopen
16803 if test "$ac_res" != no
; then :
16804 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
16808 ac_wine_check_funcs_save_LIBS
="$LIBS"
16809 LIBS
="$LIBS $DL_LIBS"
16810 for ac_func
in dlinfo
16812 ac_fn_c_check_func
"$LINENO" "dlinfo" "ac_cv_func_dlinfo"
16813 if test "x$ac_cv_func_dlinfo" = xyes
; then :
16814 cat >>confdefs.h
<<_ACEOF
16815 #define HAVE_DLINFO 1
16821 LIBS
="$ac_wine_check_funcs_save_LIBS"
16823 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
16824 $as_echo_n "checking for library containing gethostbyname... " >&6; }
16825 if ${ac_cv_search_gethostbyname+:} false
; then :
16826 $as_echo_n "(cached) " >&6
16828 ac_func_search_save_LIBS
=$LIBS
16829 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16830 /* end confdefs.h. */
16832 /* Override any GCC internal prototype to avoid an error.
16833 Use char because int might match the return type of a GCC
16834 builtin and then its argument prototype would still apply. */
16838 char gethostbyname ();
16842 return gethostbyname ();
16847 for ac_lib
in '' nsl
; do
16848 if test -z "$ac_lib"; then
16849 ac_res
="none required"
16852 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
16854 if ac_fn_c_try_link
"$LINENO"; then :
16855 ac_cv_search_gethostbyname
=$ac_res
16857 rm -f core conftest.err conftest.
$ac_objext \
16859 if ${ac_cv_search_gethostbyname+:} false
; then :
16863 if ${ac_cv_search_gethostbyname+:} false
; then :
16866 ac_cv_search_gethostbyname
=no
16868 rm conftest.
$ac_ext
16869 LIBS
=$ac_func_search_save_LIBS
16871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
16872 $as_echo "$ac_cv_search_gethostbyname" >&6; }
16873 ac_res
=$ac_cv_search_gethostbyname
16874 if test "$ac_res" != no
; then :
16875 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
16880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
16881 $as_echo_n "checking for library containing connect... " >&6; }
16882 if ${ac_cv_search_connect+:} false
; then :
16883 $as_echo_n "(cached) " >&6
16885 ac_func_search_save_LIBS
=$LIBS
16886 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16887 /* end confdefs.h. */
16889 /* Override any GCC internal prototype to avoid an error.
16890 Use char because int might match the return type of a GCC
16891 builtin and then its argument prototype would still apply. */
16904 for ac_lib
in '' socket
; do
16905 if test -z "$ac_lib"; then
16906 ac_res
="none required"
16909 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
16911 if ac_fn_c_try_link
"$LINENO"; then :
16912 ac_cv_search_connect
=$ac_res
16914 rm -f core conftest.err conftest.
$ac_objext \
16916 if ${ac_cv_search_connect+:} false
; then :
16920 if ${ac_cv_search_connect+:} false
; then :
16923 ac_cv_search_connect
=no
16925 rm conftest.
$ac_ext
16926 LIBS
=$ac_func_search_save_LIBS
16928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
16929 $as_echo "$ac_cv_search_connect" >&6; }
16930 ac_res
=$ac_cv_search_connect
16931 if test "$ac_res" != no
; then :
16932 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
16937 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
16938 $as_echo_n "checking for library containing inet_aton... " >&6; }
16939 if ${ac_cv_search_inet_aton+:} false
; then :
16940 $as_echo_n "(cached) " >&6
16942 ac_func_search_save_LIBS
=$LIBS
16943 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16944 /* end confdefs.h. */
16946 /* Override any GCC internal prototype to avoid an error.
16947 Use char because int might match the return type of a GCC
16948 builtin and then its argument prototype would still apply. */
16956 return inet_aton ();
16961 for ac_lib
in '' resolv
; do
16962 if test -z "$ac_lib"; then
16963 ac_res
="none required"
16966 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
16968 if ac_fn_c_try_link
"$LINENO"; then :
16969 ac_cv_search_inet_aton
=$ac_res
16971 rm -f core conftest.err conftest.
$ac_objext \
16973 if ${ac_cv_search_inet_aton+:} false
; then :
16977 if ${ac_cv_search_inet_aton+:} false
; then :
16980 ac_cv_search_inet_aton
=no
16982 rm conftest.
$ac_ext
16983 LIBS
=$ac_func_search_save_LIBS
16985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
16986 $as_echo "$ac_cv_search_inet_aton" >&6; }
16987 ac_res
=$ac_cv_search_inet_aton
16988 if test "$ac_res" != no
; then :
16989 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
16994 for ac_func
in getaddrinfo
16996 ac_fn_c_check_func
"$LINENO" "getaddrinfo" "ac_cv_func_getaddrinfo"
16997 if test "x$ac_cv_func_getaddrinfo" = xyes
; then :
16998 cat >>confdefs.h
<<_ACEOF
16999 #define HAVE_GETADDRINFO 1
17007 darwin
*|macosx
*) ;;
17008 *) ac_save_LIBS
=$LIBS
17009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
17010 $as_echo_n "checking for library containing clock_gettime... " >&6; }
17011 if ${ac_cv_search_clock_gettime+:} false
; then :
17012 $as_echo_n "(cached) " >&6
17014 ac_func_search_save_LIBS
=$LIBS
17015 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17016 /* end confdefs.h. */
17018 /* Override any GCC internal prototype to avoid an error.
17019 Use char because int might match the return type of a GCC
17020 builtin and then its argument prototype would still apply. */
17024 char clock_gettime ();
17028 return clock_gettime ();
17033 for ac_lib
in '' rt
; do
17034 if test -z "$ac_lib"; then
17035 ac_res
="none required"
17038 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
17040 if ac_fn_c_try_link
"$LINENO"; then :
17041 ac_cv_search_clock_gettime
=$ac_res
17043 rm -f core conftest.err conftest.
$ac_objext \
17045 if ${ac_cv_search_clock_gettime+:} false
; then :
17049 if ${ac_cv_search_clock_gettime+:} false
; then :
17052 ac_cv_search_clock_gettime
=no
17054 rm conftest.
$ac_ext
17055 LIBS
=$ac_func_search_save_LIBS
17057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5
17058 $as_echo "$ac_cv_search_clock_gettime" >&6; }
17059 ac_res
=$ac_cv_search_clock_gettime
17060 if test "$ac_res" != no
; then :
17061 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
17063 $as_echo "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h
17065 test "$ac_res" = "none required" || RT_LIBS
="$ac_res"
17073 if test "x$with_ldap" != "xno"
17075 if ${LDAP_CFLAGS:+false} :; then :
17076 if ${PKG_CONFIG+:} false
; then :
17077 LDAP_CFLAGS
=`$PKG_CONFIG --cflags openldap 2>/dev/null`
17081 if ${LDAP_LIBS:+false} :; then :
17082 if ${PKG_CONFIG+:} false
; then :
17083 LDAP_LIBS
=`$PKG_CONFIG --libs openldap 2>/dev/null`
17087 LDAP_LIBS
=${LDAP_LIBS:-"-lldap_r -llber"}
17088 $as_echo "$as_me:${as_lineno-$LINENO}: openldap cflags: $LDAP_CFLAGS" >&5
17089 $as_echo "$as_me:${as_lineno-$LINENO}: openldap libs: $LDAP_LIBS" >&5
17090 ac_save_CPPFLAGS
=$CPPFLAGS
17091 CPPFLAGS
="$CPPFLAGS $LDAP_CFLAGS"
17092 for ac_header
in ldap.h lber.h
17094 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
17095 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
17096 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
17097 cat >>confdefs.h
<<_ACEOF
17098 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
17105 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
17107 ac_fn_c_check_type
"$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
17109 if test "x$ac_cv_type_LDAPSortKey" = xyes
; then :
17110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
17111 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
17112 if ${ac_cv_lib_ldap_r_ldap_initialize+:} false
; then :
17113 $as_echo_n "(cached) " >&6
17115 ac_check_lib_save_LIBS
=$LIBS
17116 LIBS
="-lldap_r $PTHREAD_LIBS $LDAP_LIBS $LIBS"
17117 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17118 /* end confdefs.h. */
17120 /* Override any GCC internal prototype to avoid an error.
17121 Use char because int might match the return type of a GCC
17122 builtin and then its argument prototype would still apply. */
17126 char ldap_initialize ();
17130 return ldap_initialize ();
17135 if ac_fn_c_try_link
"$LINENO"; then :
17136 ac_cv_lib_ldap_r_ldap_initialize
=yes
17138 ac_cv_lib_ldap_r_ldap_initialize
=no
17140 rm -f core conftest.err conftest.
$ac_objext \
17141 conftest
$ac_exeext conftest.
$ac_ext
17142 LIBS
=$ac_check_lib_save_LIBS
17144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
17145 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
17146 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = xyes
; then :
17147 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
17148 $as_echo_n "checking for ber_init in -llber... " >&6; }
17149 if ${ac_cv_lib_lber_ber_init+:} false
; then :
17150 $as_echo_n "(cached) " >&6
17152 ac_check_lib_save_LIBS
=$LIBS
17153 LIBS
="-llber $PTHREAD_LIBS $LDAP_LIBS $LIBS"
17154 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17155 /* end confdefs.h. */
17157 /* Override any GCC internal prototype to avoid an error.
17158 Use char because int might match the return type of a GCC
17159 builtin and then its argument prototype would still apply. */
17167 return ber_init ();
17172 if ac_fn_c_try_link
"$LINENO"; then :
17173 ac_cv_lib_lber_ber_init
=yes
17175 ac_cv_lib_lber_ber_init
=no
17177 rm -f core conftest.err conftest.
$ac_objext \
17178 conftest
$ac_exeext conftest.
$ac_ext
17179 LIBS
=$ac_check_lib_save_LIBS
17181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
17182 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
17183 if test "x$ac_cv_lib_lber_ber_init" = xyes
; then :
17185 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
17199 ac_wine_check_funcs_save_LIBS
="$LIBS"
17200 LIBS
="$LIBS $LDAP_LIBS $PTHREAD_LIBS"
17202 ldap_count_references \
17203 ldap_first_reference \
17204 ldap_next_reference \
17205 ldap_parse_reference \
17206 ldap_parse_sort_control \
17207 ldap_parse_sortresponse_control \
17208 ldap_parse_vlv_control \
17209 ldap_parse_vlvresponse_control
17211 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
17212 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
17213 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
17214 cat >>confdefs.h
<<_ACEOF
17215 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
17221 LIBS
="$ac_wine_check_funcs_save_LIBS"
17225 CPPFLAGS
=$ac_save_CPPFLAGS
17228 if test "x$LDAP_LIBS" = "x"; then :
17229 case "x$with_ldap" in
17230 x
) as_fn_append wine_notices
"|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
17232 *) as_fn_error $?
"libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
17233 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
17238 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_setaffinity" >&5
17239 $as_echo_n "checking for sched_setaffinity... " >&6; }
17240 if ${wine_cv_have_sched_setaffinity+:} false
; then :
17241 $as_echo_n "(cached) " >&6
17243 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17244 /* end confdefs.h. */
17249 sched_setaffinity(0, 0, 0);
17254 if ac_fn_c_try_link
"$LINENO"; then :
17255 wine_cv_have_sched_setaffinity
=yes
17257 wine_cv_have_sched_setaffinity
=no
17259 rm -f core conftest.err conftest.
$ac_objext \
17260 conftest
$ac_exeext conftest.
$ac_ext
17262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sched_setaffinity" >&5
17263 $as_echo "$wine_cv_have_sched_setaffinity" >&6; }
17264 if test "$wine_cv_have_sched_setaffinity" = "yes"
17267 $as_echo "#define HAVE_SCHED_SETAFFINITY 1" >>confdefs.h
17272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
17273 $as_echo_n "checking for inline... " >&6; }
17274 if ${ac_cv_c_inline+:} false
; then :
17275 $as_echo_n "(cached) " >&6
17278 for ac_kw
in inline __inline__ __inline
; do
17279 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17280 /* end confdefs.h. */
17281 #ifndef __cplusplus
17283 static $ac_kw foo_t static_foo () {return 0; }
17284 $ac_kw foo_t foo () {return 0; }
17288 if ac_fn_c_try_compile
"$LINENO"; then :
17289 ac_cv_c_inline
=$ac_kw
17291 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
17292 test "$ac_cv_c_inline" != no
&& break
17296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
17297 $as_echo "$ac_cv_c_inline" >&6; }
17299 case $ac_cv_c_inline in
17302 case $ac_cv_c_inline in
17304 *) ac_val
=$ac_cv_c_inline;;
17306 cat >>confdefs.h
<<_ACEOF
17307 #ifndef __cplusplus
17308 #define inline $ac_val
17314 ac_fn_c_check_type
"$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
17315 #include <signal.h>
17317 if test "x$ac_cv_type_sigset_t" = xyes
; then :
17319 cat >>confdefs.h
<<_ACEOF
17320 #define HAVE_SIGSET_T 1
17326 ac_fn_c_check_type
"$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
17328 if test "x$ac_cv_type_request_sense" = xyes
; then :
17330 cat >>confdefs.h
<<_ACEOF
17331 #define HAVE_REQUEST_SENSE 1
17338 ac_fn_c_check_type
"$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
17339 #ifdef HAVE_SYS_SOCKET_H
17340 #include <sys/socket.h>
17342 #ifdef HAVE_SYS_SOCKETVAR_H
17343 #include <sys/socketvar.h>
17345 #ifdef HAVE_NET_ROUTE_H
17346 #include <net/route.h>
17348 #ifdef HAVE_NETINET_IN_H
17349 #include <netinet/in.h>
17351 #ifdef HAVE_NETINET_IN_SYSTM_H
17352 #include <netinet/in_systm.h>
17354 #ifdef HAVE_NETINET_IP_H
17355 #include <netinet/ip.h>
17357 #ifdef HAVE_NETINET_IN_PCB_H
17358 #include <netinet/in_pcb.h>
17361 if test "x$ac_cv_type_struct_xinpgen" = xyes
; then :
17363 cat >>confdefs.h
<<_ACEOF
17364 #define HAVE_STRUCT_XINPGEN 1
17371 ac_fn_c_check_member
"$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
17372 #include <linux/input.h>
17375 if test "x$ac_cv_member_struct_ff_effect_direction" = xyes
; then :
17377 cat >>confdefs.h
<<_ACEOF
17378 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
17385 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
17386 $as_echo_n "checking for sigaddset... " >&6; }
17387 if ${wine_cv_have_sigaddset+:} false
; then :
17388 $as_echo_n "(cached) " >&6
17390 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17391 /* end confdefs.h. */
17392 #include <signal.h>
17396 sigset_t set; sigaddset(&set,SIGTERM);
17401 if ac_fn_c_try_link
"$LINENO"; then :
17402 wine_cv_have_sigaddset
=yes
17404 wine_cv_have_sigaddset
=no
17406 rm -f core conftest.err conftest.
$ac_objext \
17407 conftest
$ac_exeext conftest.
$ac_ext
17409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
17410 $as_echo "$wine_cv_have_sigaddset" >&6; }
17411 if test "$wine_cv_have_sigaddset" = "yes"
17414 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
17419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
17420 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
17421 if ${wine_cv_linux_gethostbyname_r_6+:} false
; then :
17422 $as_echo_n "(cached) " >&6
17424 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17425 /* end confdefs.h. */
17433 struct hostent *result;
17440 gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
17441 gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
17447 if ac_fn_c_try_link
"$LINENO"; then :
17448 wine_cv_linux_gethostbyname_r_6
=yes
17450 wine_cv_linux_gethostbyname_r_6
=no
17453 rm -f core conftest.err conftest.
$ac_objext \
17454 conftest
$ac_exeext conftest.
$ac_ext
17457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
17458 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
17459 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
17462 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
17466 if test "$ac_cv_header_linux_joystick_h" = "yes"
17468 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
17469 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
17470 if ${wine_cv_linux_joystick_22_api+:} false
; then :
17471 $as_echo_n "(cached) " >&6
17473 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17474 /* end confdefs.h. */
17476 #include <sys/ioctl.h>
17477 #include <sys/types.h>
17478 #include <linux/joystick.h>
17480 struct js_event blub;
17481 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
17482 #error "no 2.2 header"
17493 if ac_fn_c_try_compile
"$LINENO"; then :
17494 wine_cv_linux_joystick_22_api
=yes
17496 wine_cv_linux_joystick_22_api
=no
17498 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
17501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
17502 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
17503 if test "$wine_cv_linux_joystick_22_api" = "yes"
17506 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
17511 ac_fn_c_check_member
"$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
17512 #ifdef HAVE_SYS_SOCKET_H
17513 # include <sys/socket.h>
17515 #ifdef HAVE_SYS_UN_H
17516 # include <sys/un.h>
17519 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = xyes
; then :
17521 cat >>confdefs.h
<<_ACEOF
17522 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
17527 ac_fn_c_check_member
"$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
17528 #ifdef HAVE_SYS_SOCKET_H
17529 # include <sys/socket.h>
17531 #ifdef HAVE_SYS_UN_H
17532 # include <sys/un.h>
17535 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = xyes
; then :
17537 cat >>confdefs.h
<<_ACEOF
17538 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
17545 ac_fn_c_check_member
"$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
17546 #ifdef HAVE_SCSI_SG_H
17547 #include <scsi/sg.h>
17550 if test "x$ac_cv_member_scsireq_t_cmd" = xyes
; then :
17552 cat >>confdefs.h
<<_ACEOF
17553 #define HAVE_SCSIREQ_T_CMD 1
17558 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>
17559 #ifdef HAVE_SCSI_SG_H
17560 #include <scsi/sg.h>
17563 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = xyes
; then :
17565 cat >>confdefs.h
<<_ACEOF
17566 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
17573 ac_fn_c_check_member
"$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
17575 if test "x$ac_cv_member_siginfo_t_si_fd" = xyes
; then :
17577 cat >>confdefs.h
<<_ACEOF
17578 #define HAVE_SIGINFO_T_SI_FD 1
17585 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
17586 #ifdef HAVE_SYS_MTIO_H
17587 #include <sys/mtio.h>
17590 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = xyes
; then :
17592 cat >>confdefs.h
<<_ACEOF
17593 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
17598 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
17599 #ifdef HAVE_SYS_MTIO_H
17600 #include <sys/mtio.h>
17603 if test "x$ac_cv_member_struct_mtget_mt_gstat" = xyes
; then :
17605 cat >>confdefs.h
<<_ACEOF
17606 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
17611 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
17612 #ifdef HAVE_SYS_MTIO_H
17613 #include <sys/mtio.h>
17616 if test "x$ac_cv_member_struct_mtget_mt_blkno" = xyes
; then :
17618 cat >>confdefs.h
<<_ACEOF
17619 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
17626 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
17627 if test "x$ac_cv_member_struct_stat_st_mtim" = xyes
; then :
17629 cat >>confdefs.h
<<_ACEOF
17630 #define HAVE_STRUCT_STAT_ST_MTIM 1
17635 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtimespec" "ac_cv_member_struct_stat_st_mtimespec" "$ac_includes_default"
17636 if test "x$ac_cv_member_struct_stat_st_mtimespec" = xyes
; then :
17638 cat >>confdefs.h
<<_ACEOF
17639 #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
17644 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
17645 if test "x$ac_cv_member_struct_stat_st_ctim" = xyes
; then :
17647 cat >>confdefs.h
<<_ACEOF
17648 #define HAVE_STRUCT_STAT_ST_CTIM 1
17653 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctimespec" "ac_cv_member_struct_stat_st_ctimespec" "$ac_includes_default"
17654 if test "x$ac_cv_member_struct_stat_st_ctimespec" = xyes
; then :
17656 cat >>confdefs.h
<<_ACEOF
17657 #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
17662 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
17663 if test "x$ac_cv_member_struct_stat_st_atim" = xyes
; then :
17665 cat >>confdefs.h
<<_ACEOF
17666 #define HAVE_STRUCT_STAT_ST_ATIM 1
17671 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atimespec" "ac_cv_member_struct_stat_st_atimespec" "$ac_includes_default"
17672 if test "x$ac_cv_member_struct_stat_st_atimespec" = xyes
; then :
17674 cat >>confdefs.h
<<_ACEOF
17675 #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
17680 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtime" "ac_cv_member_struct_stat_st_birthtime" "$ac_includes_default"
17681 if test "x$ac_cv_member_struct_stat_st_birthtime" = xyes
; then :
17683 cat >>confdefs.h
<<_ACEOF
17684 #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
17689 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtim" "ac_cv_member_struct_stat_st_birthtim" "$ac_includes_default"
17690 if test "x$ac_cv_member_struct_stat_st_birthtim" = xyes
; then :
17692 cat >>confdefs.h
<<_ACEOF
17693 #define HAVE_STRUCT_STAT_ST_BIRTHTIM 1
17698 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtimespec" "ac_cv_member_struct_stat_st_birthtimespec" "$ac_includes_default"
17699 if test "x$ac_cv_member_struct_stat_st_birthtimespec" = xyes
; then :
17701 cat >>confdefs.h
<<_ACEOF
17702 #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
17707 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtime" "ac_cv_member_struct_stat___st_birthtime" "$ac_includes_default"
17708 if test "x$ac_cv_member_struct_stat___st_birthtime" = xyes
; then :
17710 cat >>confdefs.h
<<_ACEOF
17711 #define HAVE_STRUCT_STAT___ST_BIRTHTIME 1
17716 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtim" "ac_cv_member_struct_stat___st_birthtim" "$ac_includes_default"
17717 if test "x$ac_cv_member_struct_stat___st_birthtim" = xyes
; then :
17719 cat >>confdefs.h
<<_ACEOF
17720 #define HAVE_STRUCT_STAT___ST_BIRTHTIM 1
17727 ac_fn_c_check_member
"$LINENO" "struct sockaddr_in6" "sin6_scope_id" "ac_cv_member_struct_sockaddr_in6_sin6_scope_id" "#ifdef HAVE_SYS_TYPES_H
17728 #include <sys/types.h>
17730 #ifdef HAVE_NETINET_IN_H
17731 #include <netinet/in.h>
17734 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = xyes
; then :
17736 cat >>confdefs.h
<<_ACEOF
17737 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
17744 ac_fn_c_check_type
"$LINENO" "struct __res_state" "ac_cv_type_struct___res_state" "#ifdef HAVE_SYS_TYPES_H
17745 #include <sys/types.h>
17747 #ifdef HAVE_NETINET_IN_H
17748 #include <netinet/in.h>
17750 #ifdef HAVE_RESOLV_H
17751 #include <resolv.h>
17754 if test "x$ac_cv_type_struct___res_state" = xyes
; then :
17756 cat >>confdefs.h
<<_ACEOF
17757 #define HAVE_STRUCT___RES_STATE 1
17764 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
17765 #include <resolv.h>
17768 if test "x$ac_cv_member_struct___res_state__u__ext_nscount6" = xyes
; then :
17770 cat >>confdefs.h
<<_ACEOF
17771 #define HAVE_STRUCT___RES_STATE__U__EXT_NSCOUNT6 1
17778 ac_fn_c_check_member
"$LINENO" "struct icmpstat" "icps_inhist" "ac_cv_member_struct_icmpstat_icps_inhist" "#ifdef HAVE_SYS_TYPES_H
17779 #include <sys/types.h>
17781 #ifdef HAVE_NETINET_IN_H
17782 #include <netinet/in.h>
17784 #ifdef HAVE_NETINET_IP_H
17785 #include <netinet/ip.h>
17787 #ifdef HAVE_NETINET_IP_ICMP_H
17788 #include <netinet/ip_icmp.h>
17790 #ifdef HAVE_NETINET_ICMP_VAR_H
17791 #include <netinet/icmp_var.h>
17794 if test "x$ac_cv_member_struct_icmpstat_icps_inhist" = xyes
; then :
17796 cat >>confdefs.h
<<_ACEOF
17797 #define HAVE_STRUCT_ICMPSTAT_ICPS_INHIST 1
17804 ac_fn_c_check_member
"$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
17805 #include <sys/types.h>
17807 #ifdef HAVE_ALIAS_H
17810 #ifdef HAVE_SYS_SOCKET_H
17811 #include <sys/socket.h>
17813 #ifdef HAVE_SYS_SOCKETVAR_H
17814 #include <sys/socketvar.h>
17816 #ifdef HAVE_SYS_TIMEOUT_H
17817 #include <sys/timeout.h>
17819 #ifdef HAVE_NETINET_IN_H
17820 #include <netinet/in.h>
17822 #ifdef HAVE_NETINET_IN_SYSTM_H
17823 #include <netinet/in_systm.h>
17825 #ifdef HAVE_NETINET_IP_H
17826 #include <netinet/ip.h>
17828 #ifdef HAVE_NETINET_IP_VAR_H
17829 #include <netinet/ip_var.h>
17831 #ifdef HAVE_NETINET_IP_ICMP_H
17832 #include <netinet/ip_icmp.h>
17834 #ifdef HAVE_NETINET_ICMP_VAR_H
17835 #include <netinet/icmp_var.h>
17838 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = xyes
; then :
17840 cat >>confdefs.h
<<_ACEOF
17841 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
17848 ac_fn_c_check_member
"$LINENO" "struct in6_pktinfo" "ipi6_addr" "ac_cv_member_struct_in6_pktinfo_ipi6_addr" "#ifdef HAVE_NETINET_IN_H
17849 #include <netinet/in.h>
17852 if test "x$ac_cv_member_struct_in6_pktinfo_ipi6_addr" = xyes
; then :
17854 cat >>confdefs.h
<<_ACEOF
17855 #define HAVE_STRUCT_IN6_PKTINFO_IPI6_ADDR 1
17862 ac_fn_c_check_member
"$LINENO" "struct ipstat" "ips_total" "ac_cv_member_struct_ipstat_ips_total" "#ifdef HAVE_SYS_TYPES_H
17863 #include <sys/types.h>
17865 #ifdef HAVE_SYS_SOCKETVAR_H
17866 #include <sys/socketvar.h>
17868 #ifdef HAVE_NETINET_IN_H
17869 #include <netinet/in.h>
17871 #ifdef HAVE_NETINET_IP_VAR_H
17872 #include <netinet/ip_var.h>
17875 if test "x$ac_cv_member_struct_ipstat_ips_total" = xyes
; then :
17877 cat >>confdefs.h
<<_ACEOF
17878 #define HAVE_STRUCT_IPSTAT_IPS_TOTAL 1
17885 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
17886 #include <netinet/ip_var.h>
17889 if test "x$ac_cv_member_struct_ip_stats_ips_total" = xyes
; then :
17891 cat >>confdefs.h
<<_ACEOF
17892 #define HAVE_STRUCT_IP_STATS_IPS_TOTAL 1
17899 ac_fn_c_check_member
"$LINENO" "struct tcpstat" "tcps_connattempt" "ac_cv_member_struct_tcpstat_tcps_connattempt" "#ifdef HAVE_SYS_TYPES_H
17900 #include <sys/types.h>
17902 #ifdef HAVE_SYS_SOCKETVAR_H
17903 #include <sys/socketvar.h>
17905 #ifdef HAVE_NETINET_IN_H
17906 #include <netinet/in.h>
17908 #ifdef HAVE_NETINET_TCP_H
17909 #include <netinet/tcp.h>
17911 #ifdef HAVE_NETINET_TCP_VAR_H
17912 #include <netinet/tcp_var.h>
17915 if test "x$ac_cv_member_struct_tcpstat_tcps_connattempt" = xyes
; then :
17917 cat >>confdefs.h
<<_ACEOF
17918 #define HAVE_STRUCT_TCPSTAT_TCPS_CONNATTEMPT 1
17925 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
17926 #include <netinet/tcp_var.h>
17929 if test "x$ac_cv_member_struct_tcp_stats_tcps_connattempt" = xyes
; then :
17931 cat >>confdefs.h
<<_ACEOF
17932 #define HAVE_STRUCT_TCP_STATS_TCPS_CONNATTEMPT 1
17939 ac_fn_c_check_member
"$LINENO" "struct udpstat" "udps_ipackets" "ac_cv_member_struct_udpstat_udps_ipackets" "#ifdef HAVE_SYS_TYPES_H
17940 #include <sys/types.h>
17942 #ifdef HAVE_NETINET_IN_H
17943 #include <netinet/in.h>
17945 #ifdef HAVE_NETINET_IP_VAR_H
17946 #include <netinet/ip_var.h>
17948 #ifdef HAVE_NETINET_UDP_H
17949 #include <netinet/udp.h>
17951 #ifdef HAVE_NETINET_UDP_VAR_H
17952 #include <netinet/udp_var.h>
17955 if test "x$ac_cv_member_struct_udpstat_udps_ipackets" = xyes
; then :
17957 cat >>confdefs.h
<<_ACEOF
17958 #define HAVE_STRUCT_UDPSTAT_UDPS_IPACKETS 1
17965 ac_fn_c_check_member
"$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
17966 #include <sys/types.h>
17968 #ifdef HAVE_NET_IF_H
17969 # include <net/if.h>
17972 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes
; then :
17974 cat >>confdefs.h
<<_ACEOF
17975 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
17982 ac_fn_c_check_member
"$LINENO" "struct sysinfo" "totalram" "ac_cv_member_struct_sysinfo_totalram" "#ifdef HAVE_SYS_SYSINFO_H
17983 # include <sys/sysinfo.h>
17986 if test "x$ac_cv_member_struct_sysinfo_totalram" = xyes
; then :
17988 cat >>confdefs.h
<<_ACEOF
17989 #define HAVE_STRUCT_SYSINFO_TOTALRAM 1
17994 ac_fn_c_check_member
"$LINENO" "struct sysinfo" "mem_unit" "ac_cv_member_struct_sysinfo_mem_unit" "#ifdef HAVE_SYS_SYSINFO_H
17995 # include <sys/sysinfo.h>
17998 if test "x$ac_cv_member_struct_sysinfo_mem_unit" = xyes
; then :
18000 cat >>confdefs.h
<<_ACEOF
18001 #define HAVE_STRUCT_SYSINFO_MEM_UNIT 1
18008 ac_save_LIBS
="$LIBS"
18010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isfinite" >&5
18011 $as_echo_n "checking for isfinite... " >&6; }
18012 if ${ac_cv_have_isfinite+:} false
; then :
18013 $as_echo_n "(cached) " >&6
18015 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18016 /* end confdefs.h. */
18021 float f = 0.0; return isfinite(f)
18026 if ac_fn_c_try_link
"$LINENO"; then :
18027 ac_cv_have_isfinite
="yes"
18029 ac_cv_have_isfinite
="no"
18031 rm -f core conftest.err conftest.
$ac_objext \
18032 conftest
$ac_exeext conftest.
$ac_ext
18034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isfinite" >&5
18035 $as_echo "$ac_cv_have_isfinite" >&6; }
18036 if test "$ac_cv_have_isfinite" = "yes"
18039 $as_echo "#define HAVE_ISFINITE 1" >>confdefs.h
18043 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
18044 $as_echo_n "checking for isinf... " >&6; }
18045 if ${ac_cv_have_isinf+:} false
; then :
18046 $as_echo_n "(cached) " >&6
18048 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18049 /* end confdefs.h. */
18054 float f = 0.0; return isinf(f)
18059 if ac_fn_c_try_link
"$LINENO"; then :
18060 ac_cv_have_isinf
="yes"
18062 ac_cv_have_isinf
="no"
18064 rm -f core conftest.err conftest.
$ac_objext \
18065 conftest
$ac_exeext conftest.
$ac_ext
18067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
18068 $as_echo "$ac_cv_have_isinf" >&6; }
18069 if test "$ac_cv_have_isinf" = "yes"
18072 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
18076 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
18077 $as_echo_n "checking for isnan... " >&6; }
18078 if ${ac_cv_have_isnan+:} false
; then :
18079 $as_echo_n "(cached) " >&6
18081 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18082 /* end confdefs.h. */
18087 float f = 0.0; return isnan(f)
18092 if ac_fn_c_try_link
"$LINENO"; then :
18093 ac_cv_have_isnan
="yes"
18095 ac_cv_have_isnan
="no"
18097 rm -f core conftest.err conftest.
$ac_objext \
18098 conftest
$ac_exeext conftest.
$ac_ext
18100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
18101 $as_echo "$ac_cv_have_isnan" >&6; }
18102 if test "$ac_cv_have_isnan" = "yes"
18105 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
18109 LIBS
="$ac_save_LIBS"
18111 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_popcount" >&5
18112 $as_echo_n "checking for __builtin_popcount... " >&6; }
18113 if ${ac_cv_have___builtin_popcount+:} false
; then :
18114 $as_echo_n "(cached) " >&6
18116 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18117 /* end confdefs.h. */
18122 return __builtin_popcount(1)
18127 if ac_fn_c_try_link
"$LINENO"; then :
18128 ac_cv_have___builtin_popcount
="yes"
18130 ac_cv_have___builtin_popcount
="no"
18132 rm -f core conftest.err conftest.
$ac_objext \
18133 conftest
$ac_exeext conftest.
$ac_ext
18135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_popcount" >&5
18136 $as_echo "$ac_cv_have___builtin_popcount" >&6; }
18137 if test "$ac_cv_have___builtin_popcount" = "yes"
18140 $as_echo "#define HAVE___BUILTIN_POPCOUNT 1" >>confdefs.h
18144 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __clear_cache" >&5
18145 $as_echo_n "checking for __clear_cache... " >&6; }
18146 if ${ac_cv_have___clear_cache+:} false
; then :
18147 $as_echo_n "(cached) " >&6
18149 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18150 /* end confdefs.h. */
18155 __clear_cache((void*)0, (void*)0); return 0;
18160 if ac_fn_c_try_link
"$LINENO"; then :
18161 ac_cv_have___clear_cache
="yes"
18163 ac_cv_have___clear_cache
="no"
18165 rm -f core conftest.err conftest.
$ac_objext \
18166 conftest
$ac_exeext conftest.
$ac_ext
18168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___clear_cache" >&5
18169 $as_echo "$ac_cv_have___clear_cache" >&6; }
18170 if test "$ac_cv_have___clear_cache" = "yes"
18173 $as_echo "#define HAVE___CLEAR_CACHE 1" >>confdefs.h
18179 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
18180 $as_echo_n "checking whether we need to define __i386__... " >&6; }
18181 if ${ac_cv_cpp_def___i386__+:} false
; then :
18182 $as_echo_n "(cached) " >&6
18184 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18185 /* end confdefs.h. */
18190 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18191 $EGREP "yes" >/dev
/null
2>&1; then :
18192 ac_cv_cpp_def___i386__
=yes
18194 ac_cv_cpp_def___i386__
=no
18199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
18200 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
18201 if test "x$ac_cv_cpp_def___i386__" = xyes
; then :
18202 CFLAGS
="$CFLAGS -D__i386__"
18203 LINTFLAGS
="$LINTFLAGS -D__i386__"
18205 *x86_64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
18206 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
18207 if ${ac_cv_cpp_def___x86_64__+:} false
; then :
18208 $as_echo_n "(cached) " >&6
18210 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18211 /* end confdefs.h. */
18216 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18217 $EGREP "yes" >/dev
/null
2>&1; then :
18218 ac_cv_cpp_def___x86_64__
=yes
18220 ac_cv_cpp_def___x86_64__
=no
18225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
18226 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
18227 if test "x$ac_cv_cpp_def___x86_64__" = xyes
; then :
18228 CFLAGS
="$CFLAGS -D__x86_64__"
18229 LINTFLAGS
="$LINTFLAGS -D__x86_64__"
18231 *sparc64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc64__" >&5
18232 $as_echo_n "checking whether we need to define __sparc64__... " >&6; }
18233 if ${ac_cv_cpp_def___sparc64__+:} false
; then :
18234 $as_echo_n "(cached) " >&6
18236 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18237 /* end confdefs.h. */
18238 #ifndef __sparc64__
18242 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18243 $EGREP "yes" >/dev
/null
2>&1; then :
18244 ac_cv_cpp_def___sparc64__
=yes
18246 ac_cv_cpp_def___sparc64__
=no
18251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc64__" >&5
18252 $as_echo "$ac_cv_cpp_def___sparc64__" >&6; }
18253 if test "x$ac_cv_cpp_def___sparc64__" = xyes
; then :
18254 CFLAGS
="$CFLAGS -D__sparc64__"
18255 LINTFLAGS
="$LINTFLAGS -D__sparc64__"
18257 *sparc
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
18258 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
18259 if ${ac_cv_cpp_def___sparc__+:} false
; then :
18260 $as_echo_n "(cached) " >&6
18262 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18263 /* end confdefs.h. */
18268 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18269 $EGREP "yes" >/dev
/null
2>&1; then :
18270 ac_cv_cpp_def___sparc__
=yes
18272 ac_cv_cpp_def___sparc__
=no
18277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
18278 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
18279 if test "x$ac_cv_cpp_def___sparc__" = xyes
; then :
18280 CFLAGS
="$CFLAGS -D__sparc__"
18281 LINTFLAGS
="$LINTFLAGS -D__sparc__"
18283 *powerpc64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc64__" >&5
18284 $as_echo_n "checking whether we need to define __powerpc64__... " >&6; }
18285 if ${ac_cv_cpp_def___powerpc64__+:} false
; then :
18286 $as_echo_n "(cached) " >&6
18288 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18289 /* end confdefs.h. */
18290 #ifndef __powerpc64__
18294 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18295 $EGREP "yes" >/dev
/null
2>&1; then :
18296 ac_cv_cpp_def___powerpc64__
=yes
18298 ac_cv_cpp_def___powerpc64__
=no
18303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc64__" >&5
18304 $as_echo "$ac_cv_cpp_def___powerpc64__" >&6; }
18305 if test "x$ac_cv_cpp_def___powerpc64__" = xyes
; then :
18306 CFLAGS
="$CFLAGS -D__powerpc64__"
18307 LINTFLAGS
="$LINTFLAGS -D__powerpc64__"
18309 *powerpc
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
18310 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
18311 if ${ac_cv_cpp_def___powerpc__+:} false
; then :
18312 $as_echo_n "(cached) " >&6
18314 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18315 /* end confdefs.h. */
18316 #ifndef __powerpc__
18320 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18321 $EGREP "yes" >/dev
/null
2>&1; then :
18322 ac_cv_cpp_def___powerpc__
=yes
18324 ac_cv_cpp_def___powerpc__
=no
18329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
18330 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
18331 if test "x$ac_cv_cpp_def___powerpc__" = xyes
; then :
18332 CFLAGS
="$CFLAGS -D__powerpc__"
18333 LINTFLAGS
="$LINTFLAGS -D__powerpc__"
18335 *aarch64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __aarch64__" >&5
18336 $as_echo_n "checking whether we need to define __aarch64__... " >&6; }
18337 if ${ac_cv_cpp_def___aarch64__+:} false
; then :
18338 $as_echo_n "(cached) " >&6
18340 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18341 /* end confdefs.h. */
18342 #ifndef __aarch64__
18346 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18347 $EGREP "yes" >/dev
/null
2>&1; then :
18348 ac_cv_cpp_def___aarch64__
=yes
18350 ac_cv_cpp_def___aarch64__
=no
18355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___aarch64__" >&5
18356 $as_echo "$ac_cv_cpp_def___aarch64__" >&6; }
18357 if test "x$ac_cv_cpp_def___aarch64__" = xyes
; then :
18358 CFLAGS
="$CFLAGS -D__aarch64__"
18359 LINTFLAGS
="$LINTFLAGS -D__aarch64__"
18361 *arm
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __arm__" >&5
18362 $as_echo_n "checking whether we need to define __arm__... " >&6; }
18363 if ${ac_cv_cpp_def___arm__+:} false
; then :
18364 $as_echo_n "(cached) " >&6
18366 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18367 /* end confdefs.h. */
18372 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18373 $EGREP "yes" >/dev
/null
2>&1; then :
18374 ac_cv_cpp_def___arm__
=yes
18376 ac_cv_cpp_def___arm__
=no
18381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___arm__" >&5
18382 $as_echo "$ac_cv_cpp_def___arm__" >&6; }
18383 if test "x$ac_cv_cpp_def___arm__" = xyes
; then :
18384 CFLAGS
="$CFLAGS -D__arm__"
18385 LINTFLAGS
="$LINTFLAGS -D__arm__"
18389 case $host_vendor in
18390 *sun
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
18391 $as_echo_n "checking whether we need to define __sun__... " >&6; }
18392 if ${ac_cv_cpp_def___sun__+:} false
; then :
18393 $as_echo_n "(cached) " >&6
18395 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18396 /* end confdefs.h. */
18401 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18402 $EGREP "yes" >/dev
/null
2>&1; then :
18403 ac_cv_cpp_def___sun__
=yes
18405 ac_cv_cpp_def___sun__
=no
18410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
18411 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
18412 if test "x$ac_cv_cpp_def___sun__" = xyes
; then :
18413 CFLAGS
="$CFLAGS -D__sun__"
18414 LINTFLAGS
="$LINTFLAGS -D__sun__"
18422 ac_config_commands
="$ac_config_commands include/stamp-h"
18424 $as_echo_n "creating Makefile rules..." >&6
18427 test "x$enable_silent_rules" = xyes
&& makedep_flags
="$makedep_flags -S"
18430 test "$srcdir" = . || wine_srcdir
="$srcdir/"
18432 ac_config_links
="$ac_config_links wine:tools/winewrapper"
18433 wine_fn_config_symlink wine
18434 if test "x$enable_win64" != xno
-o -n "$with_wine64"; then
18435 ac_config_links
="$ac_config_links wine64:tools/winewrapper"
18436 wine_fn_config_symlink wine64
18439 wine_fn_config_makefile dlls
/acledit enable_acledit
18440 wine_fn_config_makefile dlls
/aclui enable_aclui
18441 wine_fn_config_makefile dlls
/activeds.tlb enable_activeds_tlb
18442 wine_fn_config_makefile dlls
/activeds enable_activeds
18443 wine_fn_config_makefile dlls
/activeds
/tests enable_tests
18444 wine_fn_config_makefile dlls
/actxprxy enable_actxprxy
18445 wine_fn_config_makefile dlls
/adsldp enable_adsldp
18446 wine_fn_config_makefile dlls
/adsldp
/tests enable_tests
18447 wine_fn_config_makefile dlls
/adsldpc enable_adsldpc
18448 wine_fn_config_makefile dlls
/advapi32 enable_advapi32
18449 wine_fn_config_makefile dlls
/advapi32
/tests enable_tests
18450 wine_fn_config_makefile dlls
/advpack enable_advpack
18451 wine_fn_config_makefile dlls
/advpack
/tests enable_tests
18452 wine_fn_config_makefile dlls
/amsi enable_amsi
18453 wine_fn_config_makefile dlls
/amstream enable_amstream
18454 wine_fn_config_makefile dlls
/amstream
/tests enable_tests
18455 wine_fn_config_makefile dlls
/api-ms-win-appmodel-identity-l1-1-0 enable_api_ms_win_appmodel_identity_l1_1_0
18456 wine_fn_config_makefile dlls
/api-ms-win-appmodel-runtime-l1-1-1 enable_api_ms_win_appmodel_runtime_l1_1_1
18457 wine_fn_config_makefile dlls
/api-ms-win-appmodel-runtime-l1-1-2 enable_api_ms_win_appmodel_runtime_l1_1_2
18458 wine_fn_config_makefile dlls
/api-ms-win-core-apiquery-l1-1-0 enable_api_ms_win_core_apiquery_l1_1_0
18459 wine_fn_config_makefile dlls
/api-ms-win-core-appcompat-l1-1-1 enable_api_ms_win_core_appcompat_l1_1_1
18460 wine_fn_config_makefile dlls
/api-ms-win-core-appinit-l1-1-0 enable_api_ms_win_core_appinit_l1_1_0
18461 wine_fn_config_makefile dlls
/api-ms-win-core-atoms-l1-1-0 enable_api_ms_win_core_atoms_l1_1_0
18462 wine_fn_config_makefile dlls
/api-ms-win-core-bem-l1-1-0 enable_api_ms_win_core_bem_l1_1_0
18463 wine_fn_config_makefile dlls
/api-ms-win-core-com-l1-1-0 enable_api_ms_win_core_com_l1_1_0
18464 wine_fn_config_makefile dlls
/api-ms-win-core-com-l1-1-1 enable_api_ms_win_core_com_l1_1_1
18465 wine_fn_config_makefile dlls
/api-ms-win-core-com-private-l1-1-0 enable_api_ms_win_core_com_private_l1_1_0
18466 wine_fn_config_makefile dlls
/api-ms-win-core-comm-l1-1-0 enable_api_ms_win_core_comm_l1_1_0
18467 wine_fn_config_makefile dlls
/api-ms-win-core-console-l1-1-0 enable_api_ms_win_core_console_l1_1_0
18468 wine_fn_config_makefile dlls
/api-ms-win-core-console-l1-2-0 enable_api_ms_win_core_console_l1_2_0
18469 wine_fn_config_makefile dlls
/api-ms-win-core-console-l2-1-0 enable_api_ms_win_core_console_l2_1_0
18470 wine_fn_config_makefile dlls
/api-ms-win-core-console-l3-2-0 enable_api_ms_win_core_console_l3_2_0
18471 wine_fn_config_makefile dlls
/api-ms-win-core-crt-l1-1-0 enable_api_ms_win_core_crt_l1_1_0
18472 wine_fn_config_makefile dlls
/api-ms-win-core-crt-l2-1-0 enable_api_ms_win_core_crt_l2_1_0
18473 wine_fn_config_makefile dlls
/api-ms-win-core-datetime-l1-1-0 enable_api_ms_win_core_datetime_l1_1_0
18474 wine_fn_config_makefile dlls
/api-ms-win-core-datetime-l1-1-1 enable_api_ms_win_core_datetime_l1_1_1
18475 wine_fn_config_makefile dlls
/api-ms-win-core-debug-l1-1-0 enable_api_ms_win_core_debug_l1_1_0
18476 wine_fn_config_makefile dlls
/api-ms-win-core-debug-l1-1-1 enable_api_ms_win_core_debug_l1_1_1
18477 wine_fn_config_makefile dlls
/api-ms-win-core-delayload-l1-1-0 enable_api_ms_win_core_delayload_l1_1_0
18478 wine_fn_config_makefile dlls
/api-ms-win-core-delayload-l1-1-1 enable_api_ms_win_core_delayload_l1_1_1
18479 wine_fn_config_makefile dlls
/api-ms-win-core-errorhandling-l1-1-0 enable_api_ms_win_core_errorhandling_l1_1_0
18480 wine_fn_config_makefile dlls
/api-ms-win-core-errorhandling-l1-1-1 enable_api_ms_win_core_errorhandling_l1_1_1
18481 wine_fn_config_makefile dlls
/api-ms-win-core-errorhandling-l1-1-2 enable_api_ms_win_core_errorhandling_l1_1_2
18482 wine_fn_config_makefile dlls
/api-ms-win-core-errorhandling-l1-1-3 enable_api_ms_win_core_errorhandling_l1_1_3
18483 wine_fn_config_makefile dlls
/api-ms-win-core-featurestaging-l1-1-0 enable_api_ms_win_core_featurestaging_l1_1_0
18484 wine_fn_config_makefile dlls
/api-ms-win-core-fibers-l1-1-0 enable_api_ms_win_core_fibers_l1_1_0
18485 wine_fn_config_makefile dlls
/api-ms-win-core-fibers-l1-1-1 enable_api_ms_win_core_fibers_l1_1_1
18486 wine_fn_config_makefile dlls
/api-ms-win-core-file-ansi-l2-1-0 enable_api_ms_win_core_file_ansi_l2_1_0
18487 wine_fn_config_makefile dlls
/api-ms-win-core-file-fromapp-l1-1-0 enable_api_ms_win_core_file_fromapp_l1_1_0
18488 wine_fn_config_makefile dlls
/api-ms-win-core-file-l1-1-0 enable_api_ms_win_core_file_l1_1_0
18489 wine_fn_config_makefile dlls
/api-ms-win-core-file-l1-2-0 enable_api_ms_win_core_file_l1_2_0
18490 wine_fn_config_makefile dlls
/api-ms-win-core-file-l1-2-1 enable_api_ms_win_core_file_l1_2_1
18491 wine_fn_config_makefile dlls
/api-ms-win-core-file-l1-2-2 enable_api_ms_win_core_file_l1_2_2
18492 wine_fn_config_makefile dlls
/api-ms-win-core-file-l2-1-0 enable_api_ms_win_core_file_l2_1_0
18493 wine_fn_config_makefile dlls
/api-ms-win-core-file-l2-1-1 enable_api_ms_win_core_file_l2_1_1
18494 wine_fn_config_makefile dlls
/api-ms-win-core-file-l2-1-2 enable_api_ms_win_core_file_l2_1_2
18495 wine_fn_config_makefile dlls
/api-ms-win-core-handle-l1-1-0 enable_api_ms_win_core_handle_l1_1_0
18496 wine_fn_config_makefile dlls
/api-ms-win-core-heap-l1-1-0 enable_api_ms_win_core_heap_l1_1_0
18497 wine_fn_config_makefile dlls
/api-ms-win-core-heap-l1-2-0 enable_api_ms_win_core_heap_l1_2_0
18498 wine_fn_config_makefile dlls
/api-ms-win-core-heap-l2-1-0 enable_api_ms_win_core_heap_l2_1_0
18499 wine_fn_config_makefile dlls
/api-ms-win-core-heap-obsolete-l1-1-0 enable_api_ms_win_core_heap_obsolete_l1_1_0
18500 wine_fn_config_makefile dlls
/api-ms-win-core-interlocked-l1-1-0 enable_api_ms_win_core_interlocked_l1_1_0
18501 wine_fn_config_makefile dlls
/api-ms-win-core-interlocked-l1-2-0 enable_api_ms_win_core_interlocked_l1_2_0
18502 wine_fn_config_makefile dlls
/api-ms-win-core-io-l1-1-0 enable_api_ms_win_core_io_l1_1_0
18503 wine_fn_config_makefile dlls
/api-ms-win-core-io-l1-1-1 enable_api_ms_win_core_io_l1_1_1
18504 wine_fn_config_makefile dlls
/api-ms-win-core-job-l1-1-0 enable_api_ms_win_core_job_l1_1_0
18505 wine_fn_config_makefile dlls
/api-ms-win-core-job-l2-1-0 enable_api_ms_win_core_job_l2_1_0
18506 wine_fn_config_makefile dlls
/api-ms-win-core-kernel32-legacy-l1-1-0 enable_api_ms_win_core_kernel32_legacy_l1_1_0
18507 wine_fn_config_makefile dlls
/api-ms-win-core-kernel32-legacy-l1-1-1 enable_api_ms_win_core_kernel32_legacy_l1_1_1
18508 wine_fn_config_makefile dlls
/api-ms-win-core-kernel32-legacy-l1-1-2 enable_api_ms_win_core_kernel32_legacy_l1_1_2
18509 wine_fn_config_makefile dlls
/api-ms-win-core-kernel32-legacy-l1-1-5 enable_api_ms_win_core_kernel32_legacy_l1_1_5
18510 wine_fn_config_makefile dlls
/api-ms-win-core-kernel32-private-l1-1-1 enable_api_ms_win_core_kernel32_private_l1_1_1
18511 wine_fn_config_makefile dlls
/api-ms-win-core-largeinteger-l1-1-0 enable_api_ms_win_core_largeinteger_l1_1_0
18512 wine_fn_config_makefile dlls
/api-ms-win-core-libraryloader-l1-1-0 enable_api_ms_win_core_libraryloader_l1_1_0
18513 wine_fn_config_makefile dlls
/api-ms-win-core-libraryloader-l1-1-1 enable_api_ms_win_core_libraryloader_l1_1_1
18514 wine_fn_config_makefile dlls
/api-ms-win-core-libraryloader-l1-2-0 enable_api_ms_win_core_libraryloader_l1_2_0
18515 wine_fn_config_makefile dlls
/api-ms-win-core-libraryloader-l1-2-1 enable_api_ms_win_core_libraryloader_l1_2_1
18516 wine_fn_config_makefile dlls
/api-ms-win-core-libraryloader-l1-2-2 enable_api_ms_win_core_libraryloader_l1_2_2
18517 wine_fn_config_makefile dlls
/api-ms-win-core-libraryloader-l2-1-0 enable_api_ms_win_core_libraryloader_l2_1_0
18518 wine_fn_config_makefile dlls
/api-ms-win-core-localization-l1-1-0 enable_api_ms_win_core_localization_l1_1_0
18519 wine_fn_config_makefile dlls
/api-ms-win-core-localization-l1-2-0 enable_api_ms_win_core_localization_l1_2_0
18520 wine_fn_config_makefile dlls
/api-ms-win-core-localization-l1-2-1 enable_api_ms_win_core_localization_l1_2_1
18521 wine_fn_config_makefile dlls
/api-ms-win-core-localization-l1-2-2 enable_api_ms_win_core_localization_l1_2_2
18522 wine_fn_config_makefile dlls
/api-ms-win-core-localization-l2-1-0 enable_api_ms_win_core_localization_l2_1_0
18523 wine_fn_config_makefile dlls
/api-ms-win-core-localization-obsolete-l1-1-0 enable_api_ms_win_core_localization_obsolete_l1_1_0
18524 wine_fn_config_makefile dlls
/api-ms-win-core-localization-obsolete-l1-2-0 enable_api_ms_win_core_localization_obsolete_l1_2_0
18525 wine_fn_config_makefile dlls
/api-ms-win-core-localization-obsolete-l1-3-0 enable_api_ms_win_core_localization_obsolete_l1_3_0
18526 wine_fn_config_makefile dlls
/api-ms-win-core-localization-private-l1-1-0 enable_api_ms_win_core_localization_private_l1_1_0
18527 wine_fn_config_makefile dlls
/api-ms-win-core-localregistry-l1-1-0 enable_api_ms_win_core_localregistry_l1_1_0
18528 wine_fn_config_makefile dlls
/api-ms-win-core-memory-l1-1-0 enable_api_ms_win_core_memory_l1_1_0
18529 wine_fn_config_makefile dlls
/api-ms-win-core-memory-l1-1-1 enable_api_ms_win_core_memory_l1_1_1
18530 wine_fn_config_makefile dlls
/api-ms-win-core-memory-l1-1-2 enable_api_ms_win_core_memory_l1_1_2
18531 wine_fn_config_makefile dlls
/api-ms-win-core-memory-l1-1-3 enable_api_ms_win_core_memory_l1_1_3
18532 wine_fn_config_makefile dlls
/api-ms-win-core-memory-l1-1-4 enable_api_ms_win_core_memory_l1_1_4
18533 wine_fn_config_makefile dlls
/api-ms-win-core-misc-l1-1-0 enable_api_ms_win_core_misc_l1_1_0
18534 wine_fn_config_makefile dlls
/api-ms-win-core-namedpipe-ansi-l1-1-0 enable_api_ms_win_core_namedpipe_ansi_l1_1_0
18535 wine_fn_config_makefile dlls
/api-ms-win-core-namedpipe-l1-1-0 enable_api_ms_win_core_namedpipe_l1_1_0
18536 wine_fn_config_makefile dlls
/api-ms-win-core-namedpipe-l1-2-0 enable_api_ms_win_core_namedpipe_l1_2_0
18537 wine_fn_config_makefile dlls
/api-ms-win-core-namespace-l1-1-0 enable_api_ms_win_core_namespace_l1_1_0
18538 wine_fn_config_makefile dlls
/api-ms-win-core-normalization-l1-1-0 enable_api_ms_win_core_normalization_l1_1_0
18539 wine_fn_config_makefile dlls
/api-ms-win-core-path-l1-1-0 enable_api_ms_win_core_path_l1_1_0
18540 wine_fn_config_makefile dlls
/api-ms-win-core-privateprofile-l1-1-1 enable_api_ms_win_core_privateprofile_l1_1_1
18541 wine_fn_config_makefile dlls
/api-ms-win-core-processenvironment-l1-1-0 enable_api_ms_win_core_processenvironment_l1_1_0
18542 wine_fn_config_makefile dlls
/api-ms-win-core-processenvironment-l1-2-0 enable_api_ms_win_core_processenvironment_l1_2_0
18543 wine_fn_config_makefile dlls
/api-ms-win-core-processthreads-l1-1-0 enable_api_ms_win_core_processthreads_l1_1_0
18544 wine_fn_config_makefile dlls
/api-ms-win-core-processthreads-l1-1-1 enable_api_ms_win_core_processthreads_l1_1_1
18545 wine_fn_config_makefile dlls
/api-ms-win-core-processthreads-l1-1-2 enable_api_ms_win_core_processthreads_l1_1_2
18546 wine_fn_config_makefile dlls
/api-ms-win-core-processthreads-l1-1-3 enable_api_ms_win_core_processthreads_l1_1_3
18547 wine_fn_config_makefile dlls
/api-ms-win-core-processtopology-l1-1-0 enable_api_ms_win_core_processtopology_l1_1_0
18548 wine_fn_config_makefile dlls
/api-ms-win-core-processtopology-obsolete-l1-1-0 enable_api_ms_win_core_processtopology_obsolete_l1_1_0
18549 wine_fn_config_makefile dlls
/api-ms-win-core-profile-l1-1-0 enable_api_ms_win_core_profile_l1_1_0
18550 wine_fn_config_makefile dlls
/api-ms-win-core-psapi-ansi-l1-1-0 enable_api_ms_win_core_psapi_ansi_l1_1_0
18551 wine_fn_config_makefile dlls
/api-ms-win-core-psapi-l1-1-0 enable_api_ms_win_core_psapi_l1_1_0
18552 wine_fn_config_makefile dlls
/api-ms-win-core-psapi-obsolete-l1-1-0 enable_api_ms_win_core_psapi_obsolete_l1_1_0
18553 wine_fn_config_makefile dlls
/api-ms-win-core-psm-appnotify-l1-1-0 enable_api_ms_win_core_psm_appnotify_l1_1_0
18554 wine_fn_config_makefile dlls
/api-ms-win-core-quirks-l1-1-0 enable_api_ms_win_core_quirks_l1_1_0
18555 wine_fn_config_makefile dlls
/api-ms-win-core-realtime-l1-1-0 enable_api_ms_win_core_realtime_l1_1_0
18556 wine_fn_config_makefile dlls
/api-ms-win-core-realtime-l1-1-1 enable_api_ms_win_core_realtime_l1_1_1
18557 wine_fn_config_makefile dlls
/api-ms-win-core-registry-l1-1-0 enable_api_ms_win_core_registry_l1_1_0
18558 wine_fn_config_makefile dlls
/api-ms-win-core-registry-l2-1-0 enable_api_ms_win_core_registry_l2_1_0
18559 wine_fn_config_makefile dlls
/api-ms-win-core-registry-l2-2-0 enable_api_ms_win_core_registry_l2_2_0
18560 wine_fn_config_makefile dlls
/api-ms-win-core-registryuserspecific-l1-1-0 enable_api_ms_win_core_registryuserspecific_l1_1_0
18561 wine_fn_config_makefile dlls
/api-ms-win-core-rtlsupport-l1-1-0 enable_api_ms_win_core_rtlsupport_l1_1_0
18562 wine_fn_config_makefile dlls
/api-ms-win-core-rtlsupport-l1-2-0 enable_api_ms_win_core_rtlsupport_l1_2_0
18563 wine_fn_config_makefile dlls
/api-ms-win-core-shlwapi-legacy-l1-1-0 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
18564 wine_fn_config_makefile dlls
/api-ms-win-core-shlwapi-obsolete-l1-1-0 enable_api_ms_win_core_shlwapi_obsolete_l1_1_0
18565 wine_fn_config_makefile dlls
/api-ms-win-core-shlwapi-obsolete-l1-2-0 enable_api_ms_win_core_shlwapi_obsolete_l1_2_0
18566 wine_fn_config_makefile dlls
/api-ms-win-core-shutdown-l1-1-0 enable_api_ms_win_core_shutdown_l1_1_0
18567 wine_fn_config_makefile dlls
/api-ms-win-core-sidebyside-l1-1-0 enable_api_ms_win_core_sidebyside_l1_1_0
18568 wine_fn_config_makefile dlls
/api-ms-win-core-string-l1-1-0 enable_api_ms_win_core_string_l1_1_0
18569 wine_fn_config_makefile dlls
/api-ms-win-core-string-l2-1-0 enable_api_ms_win_core_string_l2_1_0
18570 wine_fn_config_makefile dlls
/api-ms-win-core-string-obsolete-l1-1-0 enable_api_ms_win_core_string_obsolete_l1_1_0
18571 wine_fn_config_makefile dlls
/api-ms-win-core-stringansi-l1-1-0 enable_api_ms_win_core_stringansi_l1_1_0
18572 wine_fn_config_makefile dlls
/api-ms-win-core-stringloader-l1-1-1 enable_api_ms_win_core_stringloader_l1_1_1
18573 wine_fn_config_makefile dlls
/api-ms-win-core-synch-ansi-l1-1-0 enable_api_ms_win_core_synch_ansi_l1_1_0
18574 wine_fn_config_makefile dlls
/api-ms-win-core-synch-l1-1-0 enable_api_ms_win_core_synch_l1_1_0
18575 wine_fn_config_makefile dlls
/api-ms-win-core-synch-l1-2-0 enable_api_ms_win_core_synch_l1_2_0
18576 wine_fn_config_makefile dlls
/api-ms-win-core-synch-l1-2-1 enable_api_ms_win_core_synch_l1_2_1
18577 wine_fn_config_makefile dlls
/api-ms-win-core-sysinfo-l1-1-0 enable_api_ms_win_core_sysinfo_l1_1_0
18578 wine_fn_config_makefile dlls
/api-ms-win-core-sysinfo-l1-2-0 enable_api_ms_win_core_sysinfo_l1_2_0
18579 wine_fn_config_makefile dlls
/api-ms-win-core-sysinfo-l1-2-1 enable_api_ms_win_core_sysinfo_l1_2_1
18580 wine_fn_config_makefile dlls
/api-ms-win-core-systemtopology-l1-1-0 enable_api_ms_win_core_systemtopology_l1_1_0
18581 wine_fn_config_makefile dlls
/api-ms-win-core-threadpool-l1-1-0 enable_api_ms_win_core_threadpool_l1_1_0
18582 wine_fn_config_makefile dlls
/api-ms-win-core-threadpool-l1-2-0 enable_api_ms_win_core_threadpool_l1_2_0
18583 wine_fn_config_makefile dlls
/api-ms-win-core-threadpool-legacy-l1-1-0 enable_api_ms_win_core_threadpool_legacy_l1_1_0
18584 wine_fn_config_makefile dlls
/api-ms-win-core-threadpool-private-l1-1-0 enable_api_ms_win_core_threadpool_private_l1_1_0
18585 wine_fn_config_makefile dlls
/api-ms-win-core-timezone-l1-1-0 enable_api_ms_win_core_timezone_l1_1_0
18586 wine_fn_config_makefile dlls
/api-ms-win-core-toolhelp-l1-1-0 enable_api_ms_win_core_toolhelp_l1_1_0
18587 wine_fn_config_makefile dlls
/api-ms-win-core-url-l1-1-0 enable_api_ms_win_core_url_l1_1_0
18588 wine_fn_config_makefile dlls
/api-ms-win-core-util-l1-1-0 enable_api_ms_win_core_util_l1_1_0
18589 wine_fn_config_makefile dlls
/api-ms-win-core-version-l1-1-0 enable_api_ms_win_core_version_l1_1_0
18590 wine_fn_config_makefile dlls
/api-ms-win-core-version-l1-1-1 enable_api_ms_win_core_version_l1_1_1
18591 wine_fn_config_makefile dlls
/api-ms-win-core-version-private-l1-1-0 enable_api_ms_win_core_version_private_l1_1_0
18592 wine_fn_config_makefile dlls
/api-ms-win-core-versionansi-l1-1-0 enable_api_ms_win_core_versionansi_l1_1_0
18593 wine_fn_config_makefile dlls
/api-ms-win-core-windowserrorreporting-l1-1-0 enable_api_ms_win_core_windowserrorreporting_l1_1_0
18594 wine_fn_config_makefile dlls
/api-ms-win-core-winrt-error-l1-1-0 enable_api_ms_win_core_winrt_error_l1_1_0
18595 wine_fn_config_makefile dlls
/api-ms-win-core-winrt-error-l1-1-1 enable_api_ms_win_core_winrt_error_l1_1_1
18596 wine_fn_config_makefile dlls
/api-ms-win-core-winrt-errorprivate-l1-1-1 enable_api_ms_win_core_winrt_errorprivate_l1_1_1
18597 wine_fn_config_makefile dlls
/api-ms-win-core-winrt-l1-1-0 enable_api_ms_win_core_winrt_l1_1_0
18598 wine_fn_config_makefile dlls
/api-ms-win-core-winrt-registration-l1-1-0 enable_api_ms_win_core_winrt_registration_l1_1_0
18599 wine_fn_config_makefile dlls
/api-ms-win-core-winrt-roparameterizediid-l1-1-0 enable_api_ms_win_core_winrt_roparameterizediid_l1_1_0
18600 wine_fn_config_makefile dlls
/api-ms-win-core-winrt-string-l1-1-0 enable_api_ms_win_core_winrt_string_l1_1_0
18601 wine_fn_config_makefile dlls
/api-ms-win-core-winrt-string-l1-1-1 enable_api_ms_win_core_winrt_string_l1_1_1
18602 wine_fn_config_makefile dlls
/api-ms-win-core-wow64-l1-1-0 enable_api_ms_win_core_wow64_l1_1_0
18603 wine_fn_config_makefile dlls
/api-ms-win-core-wow64-l1-1-1 enable_api_ms_win_core_wow64_l1_1_1
18604 wine_fn_config_makefile dlls
/api-ms-win-core-xstate-l1-1-0 enable_api_ms_win_core_xstate_l1_1_0
18605 wine_fn_config_makefile dlls
/api-ms-win-core-xstate-l2-1-0 enable_api_ms_win_core_xstate_l2_1_0
18606 wine_fn_config_makefile dlls
/api-ms-win-crt-conio-l1-1-0 enable_api_ms_win_crt_conio_l1_1_0
18607 wine_fn_config_makefile dlls
/api-ms-win-crt-convert-l1-1-0 enable_api_ms_win_crt_convert_l1_1_0
18608 wine_fn_config_makefile dlls
/api-ms-win-crt-environment-l1-1-0 enable_api_ms_win_crt_environment_l1_1_0
18609 wine_fn_config_makefile dlls
/api-ms-win-crt-filesystem-l1-1-0 enable_api_ms_win_crt_filesystem_l1_1_0
18610 wine_fn_config_makefile dlls
/api-ms-win-crt-heap-l1-1-0 enable_api_ms_win_crt_heap_l1_1_0
18611 wine_fn_config_makefile dlls
/api-ms-win-crt-locale-l1-1-0 enable_api_ms_win_crt_locale_l1_1_0
18612 wine_fn_config_makefile dlls
/api-ms-win-crt-math-l1-1-0 enable_api_ms_win_crt_math_l1_1_0
18613 wine_fn_config_makefile dlls
/api-ms-win-crt-multibyte-l1-1-0 enable_api_ms_win_crt_multibyte_l1_1_0
18614 wine_fn_config_makefile dlls
/api-ms-win-crt-private-l1-1-0 enable_api_ms_win_crt_private_l1_1_0
18615 wine_fn_config_makefile dlls
/api-ms-win-crt-process-l1-1-0 enable_api_ms_win_crt_process_l1_1_0
18616 wine_fn_config_makefile dlls
/api-ms-win-crt-runtime-l1-1-0 enable_api_ms_win_crt_runtime_l1_1_0
18617 wine_fn_config_makefile dlls
/api-ms-win-crt-stdio-l1-1-0 enable_api_ms_win_crt_stdio_l1_1_0
18618 wine_fn_config_makefile dlls
/api-ms-win-crt-string-l1-1-0 enable_api_ms_win_crt_string_l1_1_0
18619 wine_fn_config_makefile dlls
/api-ms-win-crt-time-l1-1-0 enable_api_ms_win_crt_time_l1_1_0
18620 wine_fn_config_makefile dlls
/api-ms-win-crt-utility-l1-1-0 enable_api_ms_win_crt_utility_l1_1_0
18621 wine_fn_config_makefile dlls
/api-ms-win-devices-config-l1-1-0 enable_api_ms_win_devices_config_l1_1_0
18622 wine_fn_config_makefile dlls
/api-ms-win-devices-config-l1-1-1 enable_api_ms_win_devices_config_l1_1_1
18623 wine_fn_config_makefile dlls
/api-ms-win-devices-query-l1-1-1 enable_api_ms_win_devices_query_l1_1_1
18624 wine_fn_config_makefile dlls
/api-ms-win-downlevel-advapi32-l1-1-0 enable_api_ms_win_downlevel_advapi32_l1_1_0
18625 wine_fn_config_makefile dlls
/api-ms-win-downlevel-advapi32-l2-1-0 enable_api_ms_win_downlevel_advapi32_l2_1_0
18626 wine_fn_config_makefile dlls
/api-ms-win-downlevel-kernel32-l2-1-0 enable_api_ms_win_downlevel_kernel32_l2_1_0
18627 wine_fn_config_makefile dlls
/api-ms-win-downlevel-normaliz-l1-1-0 enable_api_ms_win_downlevel_normaliz_l1_1_0
18628 wine_fn_config_makefile dlls
/api-ms-win-downlevel-ole32-l1-1-0 enable_api_ms_win_downlevel_ole32_l1_1_0
18629 wine_fn_config_makefile dlls
/api-ms-win-downlevel-shell32-l1-1-0 enable_api_ms_win_downlevel_shell32_l1_1_0
18630 wine_fn_config_makefile dlls
/api-ms-win-downlevel-shlwapi-l1-1-0 enable_api_ms_win_downlevel_shlwapi_l1_1_0
18631 wine_fn_config_makefile dlls
/api-ms-win-downlevel-shlwapi-l2-1-0 enable_api_ms_win_downlevel_shlwapi_l2_1_0
18632 wine_fn_config_makefile dlls
/api-ms-win-downlevel-user32-l1-1-0 enable_api_ms_win_downlevel_user32_l1_1_0
18633 wine_fn_config_makefile dlls
/api-ms-win-downlevel-version-l1-1-0 enable_api_ms_win_downlevel_version_l1_1_0
18634 wine_fn_config_makefile dlls
/api-ms-win-dx-d3dkmt-l1-1-0 enable_api_ms_win_dx_d3dkmt_l1_1_0
18635 wine_fn_config_makefile dlls
/api-ms-win-eventing-classicprovider-l1-1-0 enable_api_ms_win_eventing_classicprovider_l1_1_0
18636 wine_fn_config_makefile dlls
/api-ms-win-eventing-consumer-l1-1-0 enable_api_ms_win_eventing_consumer_l1_1_0
18637 wine_fn_config_makefile dlls
/api-ms-win-eventing-controller-l1-1-0 enable_api_ms_win_eventing_controller_l1_1_0
18638 wine_fn_config_makefile dlls
/api-ms-win-eventing-legacy-l1-1-0 enable_api_ms_win_eventing_legacy_l1_1_0
18639 wine_fn_config_makefile dlls
/api-ms-win-eventing-provider-l1-1-0 enable_api_ms_win_eventing_provider_l1_1_0
18640 wine_fn_config_makefile dlls
/api-ms-win-eventlog-legacy-l1-1-0 enable_api_ms_win_eventlog_legacy_l1_1_0
18641 wine_fn_config_makefile dlls
/api-ms-win-gaming-tcui-l1-1-0 enable_api_ms_win_gaming_tcui_l1_1_0
18642 wine_fn_config_makefile dlls
/api-ms-win-gdi-dpiinfo-l1-1-0 enable_api_ms_win_gdi_dpiinfo_l1_1_0
18643 wine_fn_config_makefile dlls
/api-ms-win-mm-joystick-l1-1-0 enable_api_ms_win_mm_joystick_l1_1_0
18644 wine_fn_config_makefile dlls
/api-ms-win-mm-misc-l1-1-1 enable_api_ms_win_mm_misc_l1_1_1
18645 wine_fn_config_makefile dlls
/api-ms-win-mm-mme-l1-1-0 enable_api_ms_win_mm_mme_l1_1_0
18646 wine_fn_config_makefile dlls
/api-ms-win-mm-time-l1-1-0 enable_api_ms_win_mm_time_l1_1_0
18647 wine_fn_config_makefile dlls
/api-ms-win-ntuser-dc-access-l1-1-0 enable_api_ms_win_ntuser_dc_access_l1_1_0
18648 wine_fn_config_makefile dlls
/api-ms-win-ntuser-rectangle-l1-1-0 enable_api_ms_win_ntuser_rectangle_l1_1_0
18649 wine_fn_config_makefile dlls
/api-ms-win-ntuser-sysparams-l1-1-0 enable_api_ms_win_ntuser_sysparams_l1_1_0
18650 wine_fn_config_makefile dlls
/api-ms-win-perf-legacy-l1-1-0 enable_api_ms_win_perf_legacy_l1_1_0
18651 wine_fn_config_makefile dlls
/api-ms-win-power-base-l1-1-0 enable_api_ms_win_power_base_l1_1_0
18652 wine_fn_config_makefile dlls
/api-ms-win-power-setting-l1-1-0 enable_api_ms_win_power_setting_l1_1_0
18653 wine_fn_config_makefile dlls
/api-ms-win-rtcore-ntuser-draw-l1-1-0 enable_api_ms_win_rtcore_ntuser_draw_l1_1_0
18654 wine_fn_config_makefile dlls
/api-ms-win-rtcore-ntuser-private-l1-1-0 enable_api_ms_win_rtcore_ntuser_private_l1_1_0
18655 wine_fn_config_makefile dlls
/api-ms-win-rtcore-ntuser-private-l1-1-4 enable_api_ms_win_rtcore_ntuser_private_l1_1_4
18656 wine_fn_config_makefile dlls
/api-ms-win-rtcore-ntuser-window-l1-1-0 enable_api_ms_win_rtcore_ntuser_window_l1_1_0
18657 wine_fn_config_makefile dlls
/api-ms-win-rtcore-ntuser-winevent-l1-1-0 enable_api_ms_win_rtcore_ntuser_winevent_l1_1_0
18658 wine_fn_config_makefile dlls
/api-ms-win-rtcore-ntuser-wmpointer-l1-1-0 enable_api_ms_win_rtcore_ntuser_wmpointer_l1_1_0
18659 wine_fn_config_makefile dlls
/api-ms-win-rtcore-ntuser-wmpointer-l1-1-3 enable_api_ms_win_rtcore_ntuser_wmpointer_l1_1_3
18660 wine_fn_config_makefile dlls
/api-ms-win-security-activedirectoryclient-l1-1-0 enable_api_ms_win_security_activedirectoryclient_l1_1_0
18661 wine_fn_config_makefile dlls
/api-ms-win-security-audit-l1-1-1 enable_api_ms_win_security_audit_l1_1_1
18662 wine_fn_config_makefile dlls
/api-ms-win-security-base-l1-1-0 enable_api_ms_win_security_base_l1_1_0
18663 wine_fn_config_makefile dlls
/api-ms-win-security-base-l1-2-0 enable_api_ms_win_security_base_l1_2_0
18664 wine_fn_config_makefile dlls
/api-ms-win-security-base-private-l1-1-1 enable_api_ms_win_security_base_private_l1_1_1
18665 wine_fn_config_makefile dlls
/api-ms-win-security-credentials-l1-1-0 enable_api_ms_win_security_credentials_l1_1_0
18666 wine_fn_config_makefile dlls
/api-ms-win-security-cryptoapi-l1-1-0 enable_api_ms_win_security_cryptoapi_l1_1_0
18667 wine_fn_config_makefile dlls
/api-ms-win-security-grouppolicy-l1-1-0 enable_api_ms_win_security_grouppolicy_l1_1_0
18668 wine_fn_config_makefile dlls
/api-ms-win-security-lsalookup-l1-1-0 enable_api_ms_win_security_lsalookup_l1_1_0
18669 wine_fn_config_makefile dlls
/api-ms-win-security-lsalookup-l1-1-1 enable_api_ms_win_security_lsalookup_l1_1_1
18670 wine_fn_config_makefile dlls
/api-ms-win-security-lsalookup-l2-1-0 enable_api_ms_win_security_lsalookup_l2_1_0
18671 wine_fn_config_makefile dlls
/api-ms-win-security-lsalookup-l2-1-1 enable_api_ms_win_security_lsalookup_l2_1_1
18672 wine_fn_config_makefile dlls
/api-ms-win-security-lsapolicy-l1-1-0 enable_api_ms_win_security_lsapolicy_l1_1_0
18673 wine_fn_config_makefile dlls
/api-ms-win-security-provider-l1-1-0 enable_api_ms_win_security_provider_l1_1_0
18674 wine_fn_config_makefile dlls
/api-ms-win-security-sddl-l1-1-0 enable_api_ms_win_security_sddl_l1_1_0
18675 wine_fn_config_makefile dlls
/api-ms-win-security-systemfunctions-l1-1-0 enable_api_ms_win_security_systemfunctions_l1_1_0
18676 wine_fn_config_makefile dlls
/api-ms-win-service-core-l1-1-0 enable_api_ms_win_service_core_l1_1_0
18677 wine_fn_config_makefile dlls
/api-ms-win-service-core-l1-1-1 enable_api_ms_win_service_core_l1_1_1
18678 wine_fn_config_makefile dlls
/api-ms-win-service-management-l1-1-0 enable_api_ms_win_service_management_l1_1_0
18679 wine_fn_config_makefile dlls
/api-ms-win-service-management-l2-1-0 enable_api_ms_win_service_management_l2_1_0
18680 wine_fn_config_makefile dlls
/api-ms-win-service-private-l1-1-1 enable_api_ms_win_service_private_l1_1_1
18681 wine_fn_config_makefile dlls
/api-ms-win-service-winsvc-l1-1-0 enable_api_ms_win_service_winsvc_l1_1_0
18682 wine_fn_config_makefile dlls
/api-ms-win-service-winsvc-l1-2-0 enable_api_ms_win_service_winsvc_l1_2_0
18683 wine_fn_config_makefile dlls
/api-ms-win-shcore-obsolete-l1-1-0 enable_api_ms_win_shcore_obsolete_l1_1_0
18684 wine_fn_config_makefile dlls
/api-ms-win-shcore-scaling-l1-1-0 enable_api_ms_win_shcore_scaling_l1_1_0
18685 wine_fn_config_makefile dlls
/api-ms-win-shcore-scaling-l1-1-1 enable_api_ms_win_shcore_scaling_l1_1_1
18686 wine_fn_config_makefile dlls
/api-ms-win-shcore-stream-l1-1-0 enable_api_ms_win_shcore_stream_l1_1_0
18687 wine_fn_config_makefile dlls
/api-ms-win-shcore-stream-winrt-l1-1-0 enable_api_ms_win_shcore_stream_winrt_l1_1_0
18688 wine_fn_config_makefile dlls
/api-ms-win-shcore-thread-l1-1-0 enable_api_ms_win_shcore_thread_l1_1_0
18689 wine_fn_config_makefile dlls
/api-ms-win-shell-shellcom-l1-1-0 enable_api_ms_win_shell_shellcom_l1_1_0
18690 wine_fn_config_makefile dlls
/api-ms-win-shell-shellfolders-l1-1-0 enable_api_ms_win_shell_shellfolders_l1_1_0
18691 wine_fn_config_makefile dlls
/apphelp enable_apphelp
18692 wine_fn_config_makefile dlls
/apphelp
/tests enable_tests
18693 wine_fn_config_makefile dlls
/appwiz.cpl enable_appwiz_cpl
18694 wine_fn_config_makefile dlls
/atl enable_atl
18695 wine_fn_config_makefile dlls
/atl
/tests enable_tests
18696 wine_fn_config_makefile dlls
/atl100 enable_atl100
18697 wine_fn_config_makefile dlls
/atl100
/tests enable_tests
18698 wine_fn_config_makefile dlls
/atl110 enable_atl110
18699 wine_fn_config_makefile dlls
/atl80 enable_atl80
18700 wine_fn_config_makefile dlls
/atl80
/tests enable_tests
18701 wine_fn_config_makefile dlls
/atl90 enable_atl90
18702 wine_fn_config_makefile dlls
/atlthunk enable_atlthunk
18703 wine_fn_config_makefile dlls
/atlthunk
/tests enable_tests
18704 wine_fn_config_makefile dlls
/atmlib enable_atmlib
18705 wine_fn_config_makefile dlls
/authz enable_authz
18706 wine_fn_config_makefile dlls
/avicap32 enable_avicap32
18707 wine_fn_config_makefile dlls
/avifil32 enable_avifil32
18708 wine_fn_config_makefile dlls
/avifil32
/tests enable_tests
18709 wine_fn_config_makefile dlls
/avifile.dll16 enable_win16
18710 wine_fn_config_makefile dlls
/avrt enable_avrt
18711 wine_fn_config_makefile dlls
/bcrypt enable_bcrypt
18712 wine_fn_config_makefile dlls
/bcrypt
/tests enable_tests
18713 wine_fn_config_makefile dlls
/bluetoothapis enable_bluetoothapis
18714 wine_fn_config_makefile dlls
/browseui enable_browseui
18715 wine_fn_config_makefile dlls
/browseui
/tests enable_tests
18716 wine_fn_config_makefile dlls
/bthprops.cpl enable_bthprops_cpl
18717 wine_fn_config_makefile dlls
/cabinet enable_cabinet
18718 wine_fn_config_makefile dlls
/cabinet
/tests enable_tests
18719 wine_fn_config_makefile dlls
/capi2032 enable_capi2032
18720 wine_fn_config_makefile dlls
/cards enable_cards
18721 wine_fn_config_makefile dlls
/cdosys enable_cdosys
18722 wine_fn_config_makefile dlls
/cfgmgr32 enable_cfgmgr32
18723 wine_fn_config_makefile dlls
/clusapi enable_clusapi
18724 wine_fn_config_makefile dlls
/cng.sys enable_cng_sys
18725 wine_fn_config_makefile dlls
/combase enable_combase
18726 wine_fn_config_makefile dlls
/combase
/tests enable_tests
18727 wine_fn_config_makefile dlls
/comcat enable_comcat
18728 wine_fn_config_makefile dlls
/comcat
/tests enable_tests
18729 wine_fn_config_makefile dlls
/comctl32 enable_comctl32
18730 wine_fn_config_makefile dlls
/comctl32
/tests enable_tests
18731 wine_fn_config_makefile dlls
/comdlg32 enable_comdlg32
18732 wine_fn_config_makefile dlls
/comdlg32
/tests enable_tests
18733 wine_fn_config_makefile dlls
/comm.drv16 enable_win16
18734 wine_fn_config_makefile dlls
/commdlg.dll16 enable_win16
18735 wine_fn_config_makefile dlls
/compobj.dll16 enable_win16
18736 wine_fn_config_makefile dlls
/compstui enable_compstui
18737 wine_fn_config_makefile dlls
/comsvcs enable_comsvcs
18738 wine_fn_config_makefile dlls
/comsvcs
/tests enable_tests
18739 wine_fn_config_makefile dlls
/concrt140 enable_concrt140
18740 wine_fn_config_makefile dlls
/concrt140
/tests enable_tests
18741 wine_fn_config_makefile dlls
/connect enable_connect
18742 wine_fn_config_makefile dlls
/credui enable_credui
18743 wine_fn_config_makefile dlls
/credui
/tests enable_tests
18744 wine_fn_config_makefile dlls
/crtdll enable_crtdll
18745 wine_fn_config_makefile dlls
/crypt32 enable_crypt32
18746 wine_fn_config_makefile dlls
/crypt32
/tests enable_tests
18747 wine_fn_config_makefile dlls
/cryptdlg enable_cryptdlg
18748 wine_fn_config_makefile dlls
/cryptdll enable_cryptdll
18749 wine_fn_config_makefile dlls
/cryptext enable_cryptext
18750 wine_fn_config_makefile dlls
/cryptnet enable_cryptnet
18751 wine_fn_config_makefile dlls
/cryptnet
/tests enable_tests
18752 wine_fn_config_makefile dlls
/cryptsp enable_cryptsp
18753 wine_fn_config_makefile dlls
/cryptui enable_cryptui
18754 wine_fn_config_makefile dlls
/cryptui
/tests enable_tests
18755 wine_fn_config_makefile dlls
/ctapi32 enable_ctapi32
18756 wine_fn_config_makefile dlls
/ctl3d.dll16 enable_win16
18757 wine_fn_config_makefile dlls
/ctl3d32 enable_ctl3d32
18758 wine_fn_config_makefile dlls
/ctl3dv2.dll16 enable_win16
18759 wine_fn_config_makefile dlls
/d2d1 enable_d2d1
18760 wine_fn_config_makefile dlls
/d2d
1/tests enable_tests
18761 wine_fn_config_makefile dlls
/d3d10 enable_d3d10
18762 wine_fn_config_makefile dlls
/d3d10
/tests enable_tests
18763 wine_fn_config_makefile dlls
/d3d10_1 enable_d3d10_1
18764 wine_fn_config_makefile dlls
/d3d10_
1/tests enable_tests
18765 wine_fn_config_makefile dlls
/d3d10core enable_d3d10core
18766 wine_fn_config_makefile dlls
/d3d10core
/tests enable_tests
18767 wine_fn_config_makefile dlls
/d3d11 enable_d3d11
18768 wine_fn_config_makefile dlls
/d3d11
/tests enable_tests
18769 wine_fn_config_makefile dlls
/d3d12 enable_d3d12
18770 wine_fn_config_makefile dlls
/d3d12
/tests enable_tests
18771 wine_fn_config_makefile dlls
/d3d8 enable_d3d8
18772 wine_fn_config_makefile dlls
/d3d
8/tests enable_tests
18773 wine_fn_config_makefile dlls
/d3d8thk enable_d3d8thk
18774 wine_fn_config_makefile dlls
/d3d9 enable_d3d9
18775 wine_fn_config_makefile dlls
/d3d
9/tests enable_tests
18776 wine_fn_config_makefile dlls
/d3dcompiler_33 enable_d3dcompiler_33
18777 wine_fn_config_makefile dlls
/d3dcompiler_34 enable_d3dcompiler_34
18778 wine_fn_config_makefile dlls
/d3dcompiler_35 enable_d3dcompiler_35
18779 wine_fn_config_makefile dlls
/d3dcompiler_36 enable_d3dcompiler_36
18780 wine_fn_config_makefile dlls
/d3dcompiler_37 enable_d3dcompiler_37
18781 wine_fn_config_makefile dlls
/d3dcompiler_38 enable_d3dcompiler_38
18782 wine_fn_config_makefile dlls
/d3dcompiler_39 enable_d3dcompiler_39
18783 wine_fn_config_makefile dlls
/d3dcompiler_40 enable_d3dcompiler_40
18784 wine_fn_config_makefile dlls
/d3dcompiler_41 enable_d3dcompiler_41
18785 wine_fn_config_makefile dlls
/d3dcompiler_42 enable_d3dcompiler_42
18786 wine_fn_config_makefile dlls
/d3dcompiler_43 enable_d3dcompiler_43
18787 wine_fn_config_makefile dlls
/d3dcompiler_43
/tests enable_tests
18788 wine_fn_config_makefile dlls
/d3dcompiler_46 enable_d3dcompiler_46
18789 wine_fn_config_makefile dlls
/d3dcompiler_46
/tests enable_tests
18790 wine_fn_config_makefile dlls
/d3dcompiler_47 enable_d3dcompiler_47
18791 wine_fn_config_makefile dlls
/d3dcompiler_47
/tests enable_tests
18792 wine_fn_config_makefile dlls
/d3dim enable_d3dim
18793 wine_fn_config_makefile dlls
/d3dim700 enable_d3dim700
18794 wine_fn_config_makefile dlls
/d3drm enable_d3drm
18795 wine_fn_config_makefile dlls
/d3drm
/tests enable_tests
18796 wine_fn_config_makefile dlls
/d3dx10_33 enable_d3dx10_33
18797 wine_fn_config_makefile dlls
/d3dx10_34 enable_d3dx10_34
18798 wine_fn_config_makefile dlls
/d3dx10_34
/tests enable_tests
18799 wine_fn_config_makefile dlls
/d3dx10_35 enable_d3dx10_35
18800 wine_fn_config_makefile dlls
/d3dx10_35
/tests enable_tests
18801 wine_fn_config_makefile dlls
/d3dx10_36 enable_d3dx10_36
18802 wine_fn_config_makefile dlls
/d3dx10_36
/tests enable_tests
18803 wine_fn_config_makefile dlls
/d3dx10_37 enable_d3dx10_37
18804 wine_fn_config_makefile dlls
/d3dx10_37
/tests enable_tests
18805 wine_fn_config_makefile dlls
/d3dx10_38 enable_d3dx10_38
18806 wine_fn_config_makefile dlls
/d3dx10_38
/tests enable_tests
18807 wine_fn_config_makefile dlls
/d3dx10_39 enable_d3dx10_39
18808 wine_fn_config_makefile dlls
/d3dx10_39
/tests enable_tests
18809 wine_fn_config_makefile dlls
/d3dx10_40 enable_d3dx10_40
18810 wine_fn_config_makefile dlls
/d3dx10_40
/tests enable_tests
18811 wine_fn_config_makefile dlls
/d3dx10_41 enable_d3dx10_41
18812 wine_fn_config_makefile dlls
/d3dx10_41
/tests enable_tests
18813 wine_fn_config_makefile dlls
/d3dx10_42 enable_d3dx10_42
18814 wine_fn_config_makefile dlls
/d3dx10_42
/tests enable_tests
18815 wine_fn_config_makefile dlls
/d3dx10_43 enable_d3dx10_43
18816 wine_fn_config_makefile dlls
/d3dx10_43
/tests enable_tests
18817 wine_fn_config_makefile dlls
/d3dx11_42 enable_d3dx11_42
18818 wine_fn_config_makefile dlls
/d3dx11_42
/tests enable_tests
18819 wine_fn_config_makefile dlls
/d3dx11_43 enable_d3dx11_43
18820 wine_fn_config_makefile dlls
/d3dx11_43
/tests enable_tests
18821 wine_fn_config_makefile dlls
/d3dx9_24 enable_d3dx9_24
18822 wine_fn_config_makefile dlls
/d3dx9_25 enable_d3dx9_25
18823 wine_fn_config_makefile dlls
/d3dx9_26 enable_d3dx9_26
18824 wine_fn_config_makefile dlls
/d3dx9_27 enable_d3dx9_27
18825 wine_fn_config_makefile dlls
/d3dx9_28 enable_d3dx9_28
18826 wine_fn_config_makefile dlls
/d3dx9_29 enable_d3dx9_29
18827 wine_fn_config_makefile dlls
/d3dx9_30 enable_d3dx9_30
18828 wine_fn_config_makefile dlls
/d3dx9_31 enable_d3dx9_31
18829 wine_fn_config_makefile dlls
/d3dx9_32 enable_d3dx9_32
18830 wine_fn_config_makefile dlls
/d3dx9_33 enable_d3dx9_33
18831 wine_fn_config_makefile dlls
/d3dx9_34 enable_d3dx9_34
18832 wine_fn_config_makefile dlls
/d3dx9_35 enable_d3dx9_35
18833 wine_fn_config_makefile dlls
/d3dx9_36 enable_d3dx9_36
18834 wine_fn_config_makefile dlls
/d3dx9_36
/tests enable_tests
18835 wine_fn_config_makefile dlls
/d3dx9_37 enable_d3dx9_37
18836 wine_fn_config_makefile dlls
/d3dx9_38 enable_d3dx9_38
18837 wine_fn_config_makefile dlls
/d3dx9_39 enable_d3dx9_39
18838 wine_fn_config_makefile dlls
/d3dx9_40 enable_d3dx9_40
18839 wine_fn_config_makefile dlls
/d3dx9_41 enable_d3dx9_41
18840 wine_fn_config_makefile dlls
/d3dx9_42 enable_d3dx9_42
18841 wine_fn_config_makefile dlls
/d3dx9_43 enable_d3dx9_43
18842 wine_fn_config_makefile dlls
/d3dxof enable_d3dxof
18843 wine_fn_config_makefile dlls
/d3dxof
/tests enable_tests
18844 wine_fn_config_makefile dlls
/davclnt enable_davclnt
18845 wine_fn_config_makefile dlls
/dbgeng enable_dbgeng
18846 wine_fn_config_makefile dlls
/dbgeng
/tests enable_tests
18847 wine_fn_config_makefile dlls
/dbghelp enable_dbghelp
18848 wine_fn_config_makefile dlls
/dbghelp
/tests enable_tests
18849 wine_fn_config_makefile dlls
/dciman32 enable_dciman32
18850 wine_fn_config_makefile dlls
/dcomp enable_dcomp
18851 wine_fn_config_makefile dlls
/ddeml.dll16 enable_win16
18852 wine_fn_config_makefile dlls
/ddraw enable_ddraw
18853 wine_fn_config_makefile dlls
/ddraw
/tests enable_tests
18854 wine_fn_config_makefile dlls
/ddrawex enable_ddrawex
18855 wine_fn_config_makefile dlls
/ddrawex
/tests enable_tests
18856 wine_fn_config_makefile dlls
/devenum enable_devenum
18857 wine_fn_config_makefile dlls
/devenum
/tests enable_tests
18858 wine_fn_config_makefile dlls
/dhcpcsvc enable_dhcpcsvc
18859 wine_fn_config_makefile dlls
/dhcpcsvc
/tests enable_tests
18860 wine_fn_config_makefile dlls
/dhcpcsvc6 enable_dhcpcsvc6
18861 wine_fn_config_makefile dlls
/dhtmled.ocx enable_dhtmled_ocx
18862 wine_fn_config_makefile dlls
/difxapi enable_difxapi
18863 wine_fn_config_makefile dlls
/dinput enable_dinput
18864 wine_fn_config_makefile dlls
/dinput
/tests enable_tests
18865 wine_fn_config_makefile dlls
/dinput8 enable_dinput8
18866 wine_fn_config_makefile dlls
/dinput
8/tests enable_tests
18867 wine_fn_config_makefile dlls
/directmanipulation enable_directmanipulation
18868 wine_fn_config_makefile dlls
/directmanipulation
/tests enable_tests
18869 wine_fn_config_makefile dlls
/dispdib.dll16 enable_win16
18870 wine_fn_config_makefile dlls
/dispex enable_dispex
18871 wine_fn_config_makefile dlls
/dispex
/tests enable_tests
18872 wine_fn_config_makefile dlls
/display.drv16 enable_win16
18873 wine_fn_config_makefile dlls
/dmband enable_dmband
18874 wine_fn_config_makefile dlls
/dmband
/tests enable_tests
18875 wine_fn_config_makefile dlls
/dmcompos enable_dmcompos
18876 wine_fn_config_makefile dlls
/dmcompos
/tests enable_tests
18877 wine_fn_config_makefile dlls
/dmime enable_dmime
18878 wine_fn_config_makefile dlls
/dmime
/tests enable_tests
18879 wine_fn_config_makefile dlls
/dmloader enable_dmloader
18880 wine_fn_config_makefile dlls
/dmloader
/tests enable_tests
18881 wine_fn_config_makefile dlls
/dmscript enable_dmscript
18882 wine_fn_config_makefile dlls
/dmscript
/tests enable_tests
18883 wine_fn_config_makefile dlls
/dmstyle enable_dmstyle
18884 wine_fn_config_makefile dlls
/dmstyle
/tests enable_tests
18885 wine_fn_config_makefile dlls
/dmsynth enable_dmsynth
18886 wine_fn_config_makefile dlls
/dmsynth
/tests enable_tests
18887 wine_fn_config_makefile dlls
/dmusic enable_dmusic
18888 wine_fn_config_makefile dlls
/dmusic
/tests enable_tests
18889 wine_fn_config_makefile dlls
/dmusic32 enable_dmusic32
18890 wine_fn_config_makefile dlls
/dnsapi enable_dnsapi
18891 wine_fn_config_makefile dlls
/dnsapi
/tests enable_tests
18892 wine_fn_config_makefile dlls
/dplay enable_dplay
18893 wine_fn_config_makefile dlls
/dplayx enable_dplayx
18894 wine_fn_config_makefile dlls
/dplayx
/tests enable_tests
18895 wine_fn_config_makefile dlls
/dpnaddr enable_dpnaddr
18896 wine_fn_config_makefile dlls
/dpnet enable_dpnet
18897 wine_fn_config_makefile dlls
/dpnet
/tests enable_tests
18898 wine_fn_config_makefile dlls
/dpnhpast enable_dpnhpast
18899 wine_fn_config_makefile dlls
/dpnhupnp enable_dpnhupnp
18900 wine_fn_config_makefile dlls
/dpnlobby enable_dpnlobby
18901 wine_fn_config_makefile dlls
/dpvoice enable_dpvoice
18902 wine_fn_config_makefile dlls
/dpvoice
/tests enable_tests
18903 wine_fn_config_makefile dlls
/dpwsockx enable_dpwsockx
18904 wine_fn_config_makefile dlls
/drmclien enable_drmclien
18905 wine_fn_config_makefile dlls
/dsdmo enable_dsdmo
18906 wine_fn_config_makefile dlls
/dsdmo
/tests enable_tests
18907 wine_fn_config_makefile dlls
/dsound enable_dsound
18908 wine_fn_config_makefile dlls
/dsound
/tests enable_tests
18909 wine_fn_config_makefile dlls
/dsquery enable_dsquery
18910 wine_fn_config_makefile dlls
/dssenh enable_dssenh
18911 wine_fn_config_makefile dlls
/dssenh
/tests enable_tests
18912 wine_fn_config_makefile dlls
/dsuiext enable_dsuiext
18913 wine_fn_config_makefile dlls
/dswave enable_dswave
18914 wine_fn_config_makefile dlls
/dswave
/tests enable_tests
18915 wine_fn_config_makefile dlls
/dwmapi enable_dwmapi
18916 wine_fn_config_makefile dlls
/dwmapi
/tests enable_tests
18917 wine_fn_config_makefile dlls
/dwrite enable_dwrite
18918 wine_fn_config_makefile dlls
/dwrite
/tests enable_tests
18919 wine_fn_config_makefile dlls
/dx8vb enable_dx8vb
18920 wine_fn_config_makefile dlls
/dxdiagn enable_dxdiagn
18921 wine_fn_config_makefile dlls
/dxdiagn
/tests enable_tests
18922 wine_fn_config_makefile dlls
/dxgi enable_dxgi
18923 wine_fn_config_makefile dlls
/dxgi
/tests enable_tests
18924 wine_fn_config_makefile dlls
/dxtrans enable_dxtrans
18925 wine_fn_config_makefile dlls
/dxva2 enable_dxva2
18926 wine_fn_config_makefile dlls
/dxva
2/tests enable_tests
18927 wine_fn_config_makefile dlls
/esent enable_esent
18928 wine_fn_config_makefile dlls
/evr enable_evr
18929 wine_fn_config_makefile dlls
/evr
/tests enable_tests
18930 wine_fn_config_makefile dlls
/explorerframe enable_explorerframe
18931 wine_fn_config_makefile dlls
/explorerframe
/tests enable_tests
18932 wine_fn_config_makefile dlls
/ext-ms-win-authz-context-l1-1-0 enable_ext_ms_win_authz_context_l1_1_0
18933 wine_fn_config_makefile dlls
/ext-ms-win-domainjoin-netjoin-l1-1-0 enable_ext_ms_win_domainjoin_netjoin_l1_1_0
18934 wine_fn_config_makefile dlls
/ext-ms-win-dwmapi-ext-l1-1-0 enable_ext_ms_win_dwmapi_ext_l1_1_0
18935 wine_fn_config_makefile dlls
/ext-ms-win-gdi-dc-create-l1-1-0 enable_ext_ms_win_gdi_dc_create_l1_1_0
18936 wine_fn_config_makefile dlls
/ext-ms-win-gdi-dc-create-l1-1-1 enable_ext_ms_win_gdi_dc_create_l1_1_1
18937 wine_fn_config_makefile dlls
/ext-ms-win-gdi-dc-l1-2-0 enable_ext_ms_win_gdi_dc_l1_2_0
18938 wine_fn_config_makefile dlls
/ext-ms-win-gdi-devcaps-l1-1-0 enable_ext_ms_win_gdi_devcaps_l1_1_0
18939 wine_fn_config_makefile dlls
/ext-ms-win-gdi-draw-l1-1-0 enable_ext_ms_win_gdi_draw_l1_1_0
18940 wine_fn_config_makefile dlls
/ext-ms-win-gdi-draw-l1-1-1 enable_ext_ms_win_gdi_draw_l1_1_1
18941 wine_fn_config_makefile dlls
/ext-ms-win-gdi-font-l1-1-0 enable_ext_ms_win_gdi_font_l1_1_0
18942 wine_fn_config_makefile dlls
/ext-ms-win-gdi-font-l1-1-1 enable_ext_ms_win_gdi_font_l1_1_1
18943 wine_fn_config_makefile dlls
/ext-ms-win-gdi-render-l1-1-0 enable_ext_ms_win_gdi_render_l1_1_0
18944 wine_fn_config_makefile dlls
/ext-ms-win-kernel32-package-current-l1-1-0 enable_ext_ms_win_kernel32_package_current_l1_1_0
18945 wine_fn_config_makefile dlls
/ext-ms-win-kernel32-package-l1-1-1 enable_ext_ms_win_kernel32_package_l1_1_1
18946 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-dialogbox-l1-1-0 enable_ext_ms_win_ntuser_dialogbox_l1_1_0
18947 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-draw-l1-1-0 enable_ext_ms_win_ntuser_draw_l1_1_0
18948 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-gui-l1-1-0 enable_ext_ms_win_ntuser_gui_l1_1_0
18949 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-gui-l1-3-0 enable_ext_ms_win_ntuser_gui_l1_3_0
18950 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-keyboard-l1-3-0 enable_ext_ms_win_ntuser_keyboard_l1_3_0
18951 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-message-l1-1-0 enable_ext_ms_win_ntuser_message_l1_1_0
18952 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-message-l1-1-1 enable_ext_ms_win_ntuser_message_l1_1_1
18953 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-misc-l1-1-0 enable_ext_ms_win_ntuser_misc_l1_1_0
18954 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-misc-l1-2-0 enable_ext_ms_win_ntuser_misc_l1_2_0
18955 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-misc-l1-5-1 enable_ext_ms_win_ntuser_misc_l1_5_1
18956 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-mouse-l1-1-0 enable_ext_ms_win_ntuser_mouse_l1_1_0
18957 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-private-l1-1-1 enable_ext_ms_win_ntuser_private_l1_1_1
18958 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-private-l1-3-1 enable_ext_ms_win_ntuser_private_l1_3_1
18959 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-rectangle-ext-l1-1-0 enable_ext_ms_win_ntuser_rectangle_ext_l1_1_0
18960 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-uicontext-ext-l1-1-0 enable_ext_ms_win_ntuser_uicontext_ext_l1_1_0
18961 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-window-l1-1-0 enable_ext_ms_win_ntuser_window_l1_1_0
18962 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-window-l1-1-1 enable_ext_ms_win_ntuser_window_l1_1_1
18963 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-window-l1-1-4 enable_ext_ms_win_ntuser_window_l1_1_4
18964 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-windowclass-l1-1-0 enable_ext_ms_win_ntuser_windowclass_l1_1_0
18965 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-windowclass-l1-1-1 enable_ext_ms_win_ntuser_windowclass_l1_1_1
18966 wine_fn_config_makefile dlls
/ext-ms-win-oleacc-l1-1-0 enable_ext_ms_win_oleacc_l1_1_0
18967 wine_fn_config_makefile dlls
/ext-ms-win-ras-rasapi32-l1-1-0 enable_ext_ms_win_ras_rasapi32_l1_1_0
18968 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-gdi-devcaps-l1-1-0 enable_ext_ms_win_rtcore_gdi_devcaps_l1_1_0
18969 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-gdi-object-l1-1-0 enable_ext_ms_win_rtcore_gdi_object_l1_1_0
18970 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-gdi-rgn-l1-1-0 enable_ext_ms_win_rtcore_gdi_rgn_l1_1_0
18971 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-ntuser-cursor-l1-1-0 enable_ext_ms_win_rtcore_ntuser_cursor_l1_1_0
18972 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-ntuser-dc-access-l1-1-0 enable_ext_ms_win_rtcore_ntuser_dc_access_l1_1_0
18973 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-ntuser-dpi-l1-1-0 enable_ext_ms_win_rtcore_ntuser_dpi_l1_1_0
18974 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-ntuser-dpi-l1-2-0 enable_ext_ms_win_rtcore_ntuser_dpi_l1_2_0
18975 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-ntuser-rawinput-l1-1-0 enable_ext_ms_win_rtcore_ntuser_rawinput_l1_1_0
18976 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-ntuser-syscolors-l1-1-0 enable_ext_ms_win_rtcore_ntuser_syscolors_l1_1_0
18977 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-ntuser-sysparams-l1-1-0 enable_ext_ms_win_rtcore_ntuser_sysparams_l1_1_0
18978 wine_fn_config_makefile dlls
/ext-ms-win-security-credui-l1-1-0 enable_ext_ms_win_security_credui_l1_1_0
18979 wine_fn_config_makefile dlls
/ext-ms-win-security-cryptui-l1-1-0 enable_ext_ms_win_security_cryptui_l1_1_0
18980 wine_fn_config_makefile dlls
/ext-ms-win-shell-comctl32-init-l1-1-0 enable_ext_ms_win_shell_comctl32_init_l1_1_0
18981 wine_fn_config_makefile dlls
/ext-ms-win-shell-comdlg32-l1-1-0 enable_ext_ms_win_shell_comdlg32_l1_1_0
18982 wine_fn_config_makefile dlls
/ext-ms-win-shell-shell32-l1-2-0 enable_ext_ms_win_shell_shell32_l1_2_0
18983 wine_fn_config_makefile dlls
/ext-ms-win-uxtheme-themes-l1-1-0 enable_ext_ms_win_uxtheme_themes_l1_1_0
18984 wine_fn_config_makefile dlls
/faultrep enable_faultrep
18985 wine_fn_config_makefile dlls
/faultrep
/tests enable_tests
18986 wine_fn_config_makefile dlls
/feclient enable_feclient
18987 wine_fn_config_makefile dlls
/fltlib enable_fltlib
18988 wine_fn_config_makefile dlls
/fltmgr.sys enable_fltmgr_sys
18989 wine_fn_config_makefile dlls
/fntcache enable_fntcache
18990 wine_fn_config_makefile dlls
/fontsub enable_fontsub
18991 wine_fn_config_makefile dlls
/fusion enable_fusion
18992 wine_fn_config_makefile dlls
/fusion
/tests enable_tests
18993 wine_fn_config_makefile dlls
/fwpuclnt enable_fwpuclnt
18994 wine_fn_config_makefile dlls
/gameux enable_gameux
18995 wine_fn_config_makefile dlls
/gameux
/tests enable_tests
18996 wine_fn_config_makefile dlls
/gamingtcui enable_gamingtcui
18997 wine_fn_config_makefile dlls
/gdi.exe16 enable_win16
18998 wine_fn_config_makefile dlls
/gdi32 enable_gdi32
18999 wine_fn_config_makefile dlls
/gdi32
/tests enable_tests
19000 wine_fn_config_makefile dlls
/gdiplus enable_gdiplus
19001 wine_fn_config_makefile dlls
/gdiplus
/tests enable_tests
19002 wine_fn_config_makefile dlls
/glu32 enable_glu32
19003 wine_fn_config_makefile dlls
/gphoto2.ds enable_gphoto2_ds
19004 wine_fn_config_makefile dlls
/gpkcsp enable_gpkcsp
19005 wine_fn_config_makefile dlls
/hal enable_hal
19006 wine_fn_config_makefile dlls
/hhctrl.ocx enable_hhctrl_ocx
19007 wine_fn_config_makefile dlls
/hid enable_hid
19008 wine_fn_config_makefile dlls
/hid
/tests enable_tests
19009 wine_fn_config_makefile dlls
/hidclass.sys enable_hidclass_sys
19010 wine_fn_config_makefile dlls
/hidparse.sys enable_hidparse_sys
19011 wine_fn_config_makefile dlls
/hlink enable_hlink
19012 wine_fn_config_makefile dlls
/hlink
/tests enable_tests
19013 wine_fn_config_makefile dlls
/hnetcfg enable_hnetcfg
19014 wine_fn_config_makefile dlls
/hnetcfg
/tests enable_tests
19015 wine_fn_config_makefile dlls
/http.sys enable_http_sys
19016 wine_fn_config_makefile dlls
/httpapi enable_httpapi
19017 wine_fn_config_makefile dlls
/httpapi
/tests enable_tests
19018 wine_fn_config_makefile dlls
/iccvid enable_iccvid
19019 wine_fn_config_makefile dlls
/icmp enable_icmp
19020 wine_fn_config_makefile dlls
/ieframe enable_ieframe
19021 wine_fn_config_makefile dlls
/ieframe
/tests enable_tests
19022 wine_fn_config_makefile dlls
/ieproxy enable_ieproxy
19023 wine_fn_config_makefile dlls
/ifsmgr.vxd enable_win16
19024 wine_fn_config_makefile dlls
/imaadp32.acm enable_imaadp32_acm
19025 wine_fn_config_makefile dlls
/imagehlp enable_imagehlp
19026 wine_fn_config_makefile dlls
/imagehlp
/tests enable_tests
19027 wine_fn_config_makefile dlls
/imm.dll16 enable_win16
19028 wine_fn_config_makefile dlls
/imm32 enable_imm32
19029 wine_fn_config_makefile dlls
/imm32
/tests enable_tests
19030 wine_fn_config_makefile dlls
/inetcomm enable_inetcomm
19031 wine_fn_config_makefile dlls
/inetcomm
/tests enable_tests
19032 wine_fn_config_makefile dlls
/inetcpl.cpl enable_inetcpl_cpl
19033 wine_fn_config_makefile dlls
/inetmib1 enable_inetmib1
19034 wine_fn_config_makefile dlls
/inetmib
1/tests enable_tests
19035 wine_fn_config_makefile dlls
/infosoft enable_infosoft
19036 wine_fn_config_makefile dlls
/infosoft
/tests enable_tests
19037 wine_fn_config_makefile dlls
/initpki enable_initpki
19038 wine_fn_config_makefile dlls
/inkobj enable_inkobj
19039 wine_fn_config_makefile dlls
/inseng enable_inseng
19040 wine_fn_config_makefile dlls
/iphlpapi enable_iphlpapi
19041 wine_fn_config_makefile dlls
/iphlpapi
/tests enable_tests
19042 wine_fn_config_makefile dlls
/iprop enable_iprop
19043 wine_fn_config_makefile dlls
/irprops.cpl enable_irprops_cpl
19044 wine_fn_config_makefile dlls
/itircl enable_itircl
19045 wine_fn_config_makefile dlls
/itss enable_itss
19046 wine_fn_config_makefile dlls
/itss
/tests enable_tests
19047 wine_fn_config_makefile dlls
/joy.cpl enable_joy_cpl
19048 wine_fn_config_makefile dlls
/jscript enable_jscript
19049 wine_fn_config_makefile dlls
/jscript
/tests enable_tests
19050 wine_fn_config_makefile dlls
/jsproxy enable_jsproxy
19051 wine_fn_config_makefile dlls
/jsproxy
/tests enable_tests
19052 wine_fn_config_makefile dlls
/kerberos enable_kerberos
19053 wine_fn_config_makefile dlls
/kernel32 enable_kernel32
19054 wine_fn_config_makefile dlls
/kernel32
/tests enable_tests
19055 wine_fn_config_makefile dlls
/kernelbase enable_kernelbase
19056 wine_fn_config_makefile dlls
/kernelbase
/tests enable_tests
19057 wine_fn_config_makefile dlls
/keyboard.drv16 enable_win16
19058 wine_fn_config_makefile dlls
/krnl386.exe16 enable_win16
19059 wine_fn_config_makefile dlls
/ksecdd.sys enable_ksecdd_sys
19060 wine_fn_config_makefile dlls
/ksproxy.ax enable_ksproxy_ax
19061 wine_fn_config_makefile dlls
/ksuser enable_ksuser
19062 wine_fn_config_makefile dlls
/ktmw32 enable_ktmw32
19063 wine_fn_config_makefile dlls
/l3codeca.acm enable_l3codeca_acm
19064 wine_fn_config_makefile dlls
/light.msstyles enable_light_msstyles
19065 wine_fn_config_makefile dlls
/loadperf enable_loadperf
19066 wine_fn_config_makefile dlls
/localspl enable_localspl
19067 wine_fn_config_makefile dlls
/localspl
/tests enable_tests
19068 wine_fn_config_makefile dlls
/localui enable_localui
19069 wine_fn_config_makefile dlls
/localui
/tests enable_tests
19070 wine_fn_config_makefile dlls
/lz32 enable_lz32
19071 wine_fn_config_makefile dlls
/lz32
/tests enable_tests
19072 wine_fn_config_makefile dlls
/lzexpand.dll16 enable_win16
19073 wine_fn_config_makefile dlls
/mapi32 enable_mapi32
19074 wine_fn_config_makefile dlls
/mapi32
/tests enable_tests
19075 wine_fn_config_makefile dlls
/mapistub enable_mapistub
19076 wine_fn_config_makefile dlls
/mciavi32 enable_mciavi32
19077 wine_fn_config_makefile dlls
/mcicda enable_mcicda
19078 wine_fn_config_makefile dlls
/mciqtz32 enable_mciqtz32
19079 wine_fn_config_makefile dlls
/mciseq enable_mciseq
19080 wine_fn_config_makefile dlls
/mciwave enable_mciwave
19081 wine_fn_config_makefile dlls
/mf enable_mf
19082 wine_fn_config_makefile dlls
/mf
/tests enable_tests
19083 wine_fn_config_makefile dlls
/mf3216 enable_mf3216
19084 wine_fn_config_makefile dlls
/mferror enable_mferror
19085 wine_fn_config_makefile dlls
/mfmediaengine enable_mfmediaengine
19086 wine_fn_config_makefile dlls
/mfmediaengine
/tests enable_tests
19087 wine_fn_config_makefile dlls
/mfplat enable_mfplat
19088 wine_fn_config_makefile dlls
/mfplat
/tests enable_tests
19089 wine_fn_config_makefile dlls
/mfplay enable_mfplay
19090 wine_fn_config_makefile dlls
/mfplay
/tests enable_tests
19091 wine_fn_config_makefile dlls
/mfreadwrite enable_mfreadwrite
19092 wine_fn_config_makefile dlls
/mfreadwrite
/tests enable_tests
19093 wine_fn_config_makefile dlls
/mgmtapi enable_mgmtapi
19094 wine_fn_config_makefile dlls
/midimap enable_midimap
19095 wine_fn_config_makefile dlls
/mlang enable_mlang
19096 wine_fn_config_makefile dlls
/mlang
/tests enable_tests
19097 wine_fn_config_makefile dlls
/mmcndmgr enable_mmcndmgr
19098 wine_fn_config_makefile dlls
/mmcndmgr
/tests enable_tests
19099 wine_fn_config_makefile dlls
/mmdevapi enable_mmdevapi
19100 wine_fn_config_makefile dlls
/mmdevapi
/tests enable_tests
19101 wine_fn_config_makefile dlls
/mmdevldr.vxd enable_win16
19102 wine_fn_config_makefile dlls
/mmsystem.dll16 enable_win16
19103 wine_fn_config_makefile dlls
/monodebg.vxd enable_win16
19104 wine_fn_config_makefile dlls
/mountmgr.sys enable_mountmgr_sys
19105 wine_fn_config_makefile dlls
/mouse.drv16 enable_win16
19106 wine_fn_config_makefile dlls
/mp3dmod enable_mp3dmod
19107 wine_fn_config_makefile dlls
/mp3dmod
/tests enable_tests
19108 wine_fn_config_makefile dlls
/mpr enable_mpr
19109 wine_fn_config_makefile dlls
/mpr
/tests enable_tests
19110 wine_fn_config_makefile dlls
/mprapi enable_mprapi
19111 wine_fn_config_makefile dlls
/msacm.dll16 enable_win16
19112 wine_fn_config_makefile dlls
/msacm32.drv enable_msacm32_drv
19113 wine_fn_config_makefile dlls
/msacm32 enable_msacm32
19114 wine_fn_config_makefile dlls
/msacm32
/tests enable_tests
19115 wine_fn_config_makefile dlls
/msado15 enable_msado15
19116 wine_fn_config_makefile dlls
/msado15
/tests enable_tests
19117 wine_fn_config_makefile dlls
/msadp32.acm enable_msadp32_acm
19118 wine_fn_config_makefile dlls
/msasn1 enable_msasn1
19119 wine_fn_config_makefile dlls
/msasn
1/tests enable_tests
19120 wine_fn_config_makefile dlls
/mscat32 enable_mscat32
19121 wine_fn_config_makefile dlls
/mscms enable_mscms
19122 wine_fn_config_makefile dlls
/mscms
/tests enable_tests
19123 wine_fn_config_makefile dlls
/mscoree enable_mscoree
19124 wine_fn_config_makefile dlls
/mscoree
/tests enable_tests
19125 wine_fn_config_makefile dlls
/mscorwks enable_mscorwks
19126 wine_fn_config_makefile dlls
/msctf enable_msctf
19127 wine_fn_config_makefile dlls
/msctf
/tests enable_tests
19128 wine_fn_config_makefile dlls
/msctfp enable_msctfp
19129 wine_fn_config_makefile dlls
/msdaps enable_msdaps
19130 wine_fn_config_makefile dlls
/msdasql enable_msdasql
19131 wine_fn_config_makefile dlls
/msdasql
/tests enable_tests
19132 wine_fn_config_makefile dlls
/msdelta enable_msdelta
19133 wine_fn_config_makefile dlls
/msdmo enable_msdmo
19134 wine_fn_config_makefile dlls
/msdmo
/tests enable_tests
19135 wine_fn_config_makefile dlls
/msdrm enable_msdrm
19136 wine_fn_config_makefile dlls
/msftedit enable_msftedit
19137 wine_fn_config_makefile dlls
/msftedit
/tests enable_tests
19138 wine_fn_config_makefile dlls
/msg711.acm enable_msg711_acm
19139 wine_fn_config_makefile dlls
/msgsm32.acm enable_msgsm32_acm
19140 wine_fn_config_makefile dlls
/mshtml.tlb enable_mshtml_tlb
19141 wine_fn_config_makefile dlls
/mshtml enable_mshtml
19142 wine_fn_config_makefile dlls
/mshtml
/tests enable_tests
19143 wine_fn_config_makefile dlls
/msi enable_msi
19144 wine_fn_config_makefile dlls
/msi
/tests enable_tests
19145 wine_fn_config_makefile dlls
/msident enable_msident
19146 wine_fn_config_makefile dlls
/msimg32 enable_msimg32
19147 wine_fn_config_makefile dlls
/msimsg enable_msimsg
19148 wine_fn_config_makefile dlls
/msimtf enable_msimtf
19149 wine_fn_config_makefile dlls
/msisip enable_msisip
19150 wine_fn_config_makefile dlls
/msisys.ocx enable_msisys_ocx
19151 wine_fn_config_makefile dlls
/msls31 enable_msls31
19152 wine_fn_config_makefile dlls
/msnet32 enable_msnet32
19153 wine_fn_config_makefile dlls
/mspatcha enable_mspatcha
19154 wine_fn_config_makefile dlls
/mspatcha
/tests enable_tests
19155 wine_fn_config_makefile dlls
/msports enable_msports
19156 wine_fn_config_makefile dlls
/msrle32 enable_msrle32
19157 wine_fn_config_makefile dlls
/msrle32
/tests enable_tests
19158 wine_fn_config_makefile dlls
/msscript.ocx enable_msscript_ocx
19159 wine_fn_config_makefile dlls
/msscript.ocx
/tests enable_tests
19160 wine_fn_config_makefile dlls
/mssign32 enable_mssign32
19161 wine_fn_config_makefile dlls
/mssip32 enable_mssip32
19162 wine_fn_config_makefile dlls
/mstask enable_mstask
19163 wine_fn_config_makefile dlls
/mstask
/tests enable_tests
19164 wine_fn_config_makefile dlls
/msv1_0 enable_msv1_0
19165 wine_fn_config_makefile dlls
/msvcirt enable_msvcirt
19166 wine_fn_config_makefile dlls
/msvcirt
/tests enable_tests
19167 wine_fn_config_makefile dlls
/msvcm80 enable_msvcm80
19168 wine_fn_config_makefile dlls
/msvcm90 enable_msvcm90
19169 wine_fn_config_makefile dlls
/msvcp100 enable_msvcp100
19170 wine_fn_config_makefile dlls
/msvcp100
/tests enable_tests
19171 wine_fn_config_makefile dlls
/msvcp110 enable_msvcp110
19172 wine_fn_config_makefile dlls
/msvcp110
/tests enable_tests
19173 wine_fn_config_makefile dlls
/msvcp120 enable_msvcp120
19174 wine_fn_config_makefile dlls
/msvcp120
/tests enable_tests
19175 wine_fn_config_makefile dlls
/msvcp120_app enable_msvcp120_app
19176 wine_fn_config_makefile dlls
/msvcp140 enable_msvcp140
19177 wine_fn_config_makefile dlls
/msvcp140
/tests enable_tests
19178 wine_fn_config_makefile dlls
/msvcp140_1 enable_msvcp140_1
19179 wine_fn_config_makefile dlls
/msvcp140_
1/tests enable_tests
19180 wine_fn_config_makefile dlls
/msvcp60 enable_msvcp60
19181 wine_fn_config_makefile dlls
/msvcp60
/tests enable_tests
19182 wine_fn_config_makefile dlls
/msvcp70 enable_msvcp70
19183 wine_fn_config_makefile dlls
/msvcp71 enable_msvcp71
19184 wine_fn_config_makefile dlls
/msvcp80 enable_msvcp80
19185 wine_fn_config_makefile dlls
/msvcp90 enable_msvcp90
19186 wine_fn_config_makefile dlls
/msvcp90
/tests enable_tests
19187 wine_fn_config_makefile dlls
/msvcr100 enable_msvcr100
19188 wine_fn_config_makefile dlls
/msvcr100
/tests enable_tests
19189 wine_fn_config_makefile dlls
/msvcr110 enable_msvcr110
19190 wine_fn_config_makefile dlls
/msvcr110
/tests enable_tests
19191 wine_fn_config_makefile dlls
/msvcr120 enable_msvcr120
19192 wine_fn_config_makefile dlls
/msvcr120
/tests enable_tests
19193 wine_fn_config_makefile dlls
/msvcr120_app enable_msvcr120_app
19194 wine_fn_config_makefile dlls
/msvcr70 enable_msvcr70
19195 wine_fn_config_makefile dlls
/msvcr71 enable_msvcr71
19196 wine_fn_config_makefile dlls
/msvcr80 enable_msvcr80
19197 wine_fn_config_makefile dlls
/msvcr90 enable_msvcr90
19198 wine_fn_config_makefile dlls
/msvcr90
/tests enable_tests
19199 wine_fn_config_makefile dlls
/msvcrt enable_msvcrt
19200 wine_fn_config_makefile dlls
/msvcrt
/tests enable_tests
19201 wine_fn_config_makefile dlls
/msvcrt20 enable_msvcrt20
19202 wine_fn_config_makefile dlls
/msvcrt40 enable_msvcrt40
19203 wine_fn_config_makefile dlls
/msvcrtd enable_msvcrtd
19204 wine_fn_config_makefile dlls
/msvcrtd
/tests enable_tests
19205 wine_fn_config_makefile dlls
/msvfw32 enable_msvfw32
19206 wine_fn_config_makefile dlls
/msvfw32
/tests enable_tests
19207 wine_fn_config_makefile dlls
/msvidc32 enable_msvidc32
19208 wine_fn_config_makefile dlls
/msvideo.dll16 enable_win16
19209 wine_fn_config_makefile dlls
/mswsock enable_mswsock
19210 wine_fn_config_makefile dlls
/msxml enable_msxml
19211 wine_fn_config_makefile dlls
/msxml2 enable_msxml2
19212 wine_fn_config_makefile dlls
/msxml3 enable_msxml3
19213 wine_fn_config_makefile dlls
/msxml
3/tests enable_tests
19214 wine_fn_config_makefile dlls
/msxml4 enable_msxml4
19215 wine_fn_config_makefile dlls
/msxml6 enable_msxml6
19216 wine_fn_config_makefile dlls
/mtxdm enable_mtxdm
19217 wine_fn_config_makefile dlls
/ncrypt enable_ncrypt
19218 wine_fn_config_makefile dlls
/nddeapi enable_nddeapi
19219 wine_fn_config_makefile dlls
/ndis.sys enable_ndis_sys
19220 wine_fn_config_makefile dlls
/ndis.sys
/tests enable_tests
19221 wine_fn_config_makefile dlls
/netapi32 enable_netapi32
19222 wine_fn_config_makefile dlls
/netapi32
/tests enable_tests
19223 wine_fn_config_makefile dlls
/netcfgx enable_netcfgx
19224 wine_fn_config_makefile dlls
/netcfgx
/tests enable_tests
19225 wine_fn_config_makefile dlls
/netio.sys enable_netio_sys
19226 wine_fn_config_makefile dlls
/netprofm enable_netprofm
19227 wine_fn_config_makefile dlls
/netprofm
/tests enable_tests
19228 wine_fn_config_makefile dlls
/netutils enable_netutils
19229 wine_fn_config_makefile dlls
/newdev enable_newdev
19230 wine_fn_config_makefile dlls
/ninput enable_ninput
19231 wine_fn_config_makefile dlls
/ninput
/tests enable_tests
19232 wine_fn_config_makefile dlls
/normaliz enable_normaliz
19233 wine_fn_config_makefile dlls
/npmshtml enable_npmshtml
19234 wine_fn_config_makefile dlls
/npptools enable_npptools
19235 wine_fn_config_makefile dlls
/nsi enable_nsi
19236 wine_fn_config_makefile dlls
/nsi
/tests enable_tests
19237 wine_fn_config_makefile dlls
/nsiproxy.sys enable_nsiproxy_sys
19238 wine_fn_config_makefile dlls
/ntdll enable_ntdll
19239 wine_fn_config_makefile dlls
/ntdll
/tests enable_tests
19240 wine_fn_config_makefile dlls
/ntdsapi enable_ntdsapi
19241 wine_fn_config_makefile dlls
/ntdsapi
/tests enable_tests
19242 wine_fn_config_makefile dlls
/ntoskrnl.exe enable_ntoskrnl_exe
19243 wine_fn_config_makefile dlls
/ntoskrnl.exe
/tests enable_tests
19244 wine_fn_config_makefile dlls
/ntprint enable_ntprint
19245 wine_fn_config_makefile dlls
/ntprint
/tests enable_tests
19246 wine_fn_config_makefile dlls
/objsel enable_objsel
19247 wine_fn_config_makefile dlls
/odbc32 enable_odbc32
19248 wine_fn_config_makefile dlls
/odbcbcp enable_odbcbcp
19249 wine_fn_config_makefile dlls
/odbccp32 enable_odbccp32
19250 wine_fn_config_makefile dlls
/odbccp32
/tests enable_tests
19251 wine_fn_config_makefile dlls
/odbccu32 enable_odbccu32
19252 wine_fn_config_makefile dlls
/ole2.dll16 enable_win16
19253 wine_fn_config_makefile dlls
/ole2conv.dll16 enable_win16
19254 wine_fn_config_makefile dlls
/ole2disp.dll16 enable_win16
19255 wine_fn_config_makefile dlls
/ole2nls.dll16 enable_win16
19256 wine_fn_config_makefile dlls
/ole2prox.dll16 enable_win16
19257 wine_fn_config_makefile dlls
/ole2thk.dll16 enable_win16
19258 wine_fn_config_makefile dlls
/ole32 enable_ole32
19259 wine_fn_config_makefile dlls
/ole32
/tests enable_tests
19260 wine_fn_config_makefile dlls
/oleacc enable_oleacc
19261 wine_fn_config_makefile dlls
/oleacc
/tests enable_tests
19262 wine_fn_config_makefile dlls
/oleaut32 enable_oleaut32
19263 wine_fn_config_makefile dlls
/oleaut32
/tests enable_tests
19264 wine_fn_config_makefile dlls
/olecli.dll16 enable_win16
19265 wine_fn_config_makefile dlls
/olecli32 enable_olecli32
19266 wine_fn_config_makefile dlls
/oledb32 enable_oledb32
19267 wine_fn_config_makefile dlls
/oledb32
/tests enable_tests
19268 wine_fn_config_makefile dlls
/oledlg enable_oledlg
19269 wine_fn_config_makefile dlls
/oledlg
/tests enable_tests
19270 wine_fn_config_makefile dlls
/olepro32 enable_olepro32
19271 wine_fn_config_makefile dlls
/olesvr.dll16 enable_win16
19272 wine_fn_config_makefile dlls
/olesvr32 enable_olesvr32
19273 wine_fn_config_makefile dlls
/olethk32 enable_olethk32
19274 wine_fn_config_makefile dlls
/opcservices enable_opcservices
19275 wine_fn_config_makefile dlls
/opcservices
/tests enable_tests
19276 wine_fn_config_makefile dlls
/openal32 enable_openal32
19277 wine_fn_config_makefile dlls
/opencl enable_opencl
19278 wine_fn_config_makefile dlls
/opengl32 enable_opengl32
19279 wine_fn_config_makefile dlls
/opengl32
/tests enable_tests
19280 wine_fn_config_makefile dlls
/packager enable_packager
19281 wine_fn_config_makefile dlls
/packager
/tests enable_tests
19282 wine_fn_config_makefile dlls
/pdh enable_pdh
19283 wine_fn_config_makefile dlls
/pdh
/tests enable_tests
19284 wine_fn_config_makefile dlls
/photometadatahandler enable_photometadatahandler
19285 wine_fn_config_makefile dlls
/pidgen enable_pidgen
19286 wine_fn_config_makefile dlls
/powrprof enable_powrprof
19287 wine_fn_config_makefile dlls
/printui enable_printui
19288 wine_fn_config_makefile dlls
/prntvpt enable_prntvpt
19289 wine_fn_config_makefile dlls
/prntvpt
/tests enable_tests
19290 wine_fn_config_makefile dlls
/propsys enable_propsys
19291 wine_fn_config_makefile dlls
/propsys
/tests enable_tests
19292 wine_fn_config_makefile dlls
/psapi enable_psapi
19293 wine_fn_config_makefile dlls
/psapi
/tests enable_tests
19294 wine_fn_config_makefile dlls
/pstorec enable_pstorec
19295 wine_fn_config_makefile dlls
/pstorec
/tests enable_tests
19296 wine_fn_config_makefile dlls
/pwrshplugin enable_pwrshplugin
19297 wine_fn_config_makefile dlls
/qasf enable_qasf
19298 wine_fn_config_makefile dlls
/qasf
/tests enable_tests
19299 wine_fn_config_makefile dlls
/qcap enable_qcap
19300 wine_fn_config_makefile dlls
/qcap
/tests enable_tests
19301 wine_fn_config_makefile dlls
/qdvd enable_qdvd
19302 wine_fn_config_makefile dlls
/qdvd
/tests enable_tests
19303 wine_fn_config_makefile dlls
/qedit enable_qedit
19304 wine_fn_config_makefile dlls
/qedit
/tests enable_tests
19305 wine_fn_config_makefile dlls
/qmgr enable_qmgr
19306 wine_fn_config_makefile dlls
/qmgr
/tests enable_tests
19307 wine_fn_config_makefile dlls
/qmgrprxy enable_qmgrprxy
19308 wine_fn_config_makefile dlls
/quartz enable_quartz
19309 wine_fn_config_makefile dlls
/quartz
/tests enable_tests
19310 wine_fn_config_makefile dlls
/query enable_query
19311 wine_fn_config_makefile dlls
/qwave enable_qwave
19312 wine_fn_config_makefile dlls
/qwave
/tests enable_tests
19313 wine_fn_config_makefile dlls
/rasapi16.dll16 enable_win16
19314 wine_fn_config_makefile dlls
/rasapi32 enable_rasapi32
19315 wine_fn_config_makefile dlls
/rasapi32
/tests enable_tests
19316 wine_fn_config_makefile dlls
/rasdlg enable_rasdlg
19317 wine_fn_config_makefile dlls
/regapi enable_regapi
19318 wine_fn_config_makefile dlls
/resutils enable_resutils
19319 wine_fn_config_makefile dlls
/riched20 enable_riched20
19320 wine_fn_config_makefile dlls
/riched20
/tests enable_tests
19321 wine_fn_config_makefile dlls
/riched32 enable_riched32
19322 wine_fn_config_makefile dlls
/riched32
/tests enable_tests
19323 wine_fn_config_makefile dlls
/rpcrt4 enable_rpcrt4
19324 wine_fn_config_makefile dlls
/rpcrt
4/tests enable_tests
19325 wine_fn_config_makefile dlls
/rsabase enable_rsabase
19326 wine_fn_config_makefile dlls
/rsaenh enable_rsaenh
19327 wine_fn_config_makefile dlls
/rsaenh
/tests enable_tests
19328 wine_fn_config_makefile dlls
/rstrtmgr enable_rstrtmgr
19329 wine_fn_config_makefile dlls
/rtutils enable_rtutils
19330 wine_fn_config_makefile dlls
/rtworkq enable_rtworkq
19331 wine_fn_config_makefile dlls
/rtworkq
/tests enable_tests
19332 wine_fn_config_makefile dlls
/samlib enable_samlib
19333 wine_fn_config_makefile dlls
/sane.ds enable_sane_ds
19334 wine_fn_config_makefile dlls
/sapi enable_sapi
19335 wine_fn_config_makefile dlls
/sapi
/tests enable_tests
19336 wine_fn_config_makefile dlls
/sas enable_sas
19337 wine_fn_config_makefile dlls
/scarddlg enable_scarddlg
19338 wine_fn_config_makefile dlls
/sccbase enable_sccbase
19339 wine_fn_config_makefile dlls
/schannel enable_schannel
19340 wine_fn_config_makefile dlls
/schannel
/tests enable_tests
19341 wine_fn_config_makefile dlls
/schedsvc enable_schedsvc
19342 wine_fn_config_makefile dlls
/schedsvc
/tests enable_tests
19343 wine_fn_config_makefile dlls
/scrobj enable_scrobj
19344 wine_fn_config_makefile dlls
/scrobj
/tests enable_tests
19345 wine_fn_config_makefile dlls
/scrrun enable_scrrun
19346 wine_fn_config_makefile dlls
/scrrun
/tests enable_tests
19347 wine_fn_config_makefile dlls
/scsiport.sys enable_scsiport_sys
19348 wine_fn_config_makefile dlls
/sechost enable_sechost
19349 wine_fn_config_makefile dlls
/secur32 enable_secur32
19350 wine_fn_config_makefile dlls
/secur32
/tests enable_tests
19351 wine_fn_config_makefile dlls
/security enable_security
19352 wine_fn_config_makefile dlls
/sensapi enable_sensapi
19353 wine_fn_config_makefile dlls
/serialui enable_serialui
19354 wine_fn_config_makefile dlls
/serialui
/tests enable_tests
19355 wine_fn_config_makefile dlls
/setupapi enable_setupapi
19356 wine_fn_config_makefile dlls
/setupapi
/tests enable_tests
19357 wine_fn_config_makefile dlls
/setupx.dll16 enable_win16
19358 wine_fn_config_makefile dlls
/sfc enable_sfc
19359 wine_fn_config_makefile dlls
/sfc_os enable_sfc_os
19360 wine_fn_config_makefile dlls
/shcore enable_shcore
19361 wine_fn_config_makefile dlls
/shcore
/tests enable_tests
19362 wine_fn_config_makefile dlls
/shdoclc enable_shdoclc
19363 wine_fn_config_makefile dlls
/shdocvw enable_shdocvw
19364 wine_fn_config_makefile dlls
/shdocvw
/tests enable_tests
19365 wine_fn_config_makefile dlls
/shell.dll16 enable_win16
19366 wine_fn_config_makefile dlls
/shell32 enable_shell32
19367 wine_fn_config_makefile dlls
/shell32
/tests enable_tests
19368 wine_fn_config_makefile dlls
/shfolder enable_shfolder
19369 wine_fn_config_makefile dlls
/shlwapi enable_shlwapi
19370 wine_fn_config_makefile dlls
/shlwapi
/tests enable_tests
19371 wine_fn_config_makefile dlls
/slbcsp enable_slbcsp
19372 wine_fn_config_makefile dlls
/slc enable_slc
19373 wine_fn_config_makefile dlls
/slc
/tests enable_tests
19374 wine_fn_config_makefile dlls
/snmpapi enable_snmpapi
19375 wine_fn_config_makefile dlls
/snmpapi
/tests enable_tests
19376 wine_fn_config_makefile dlls
/softpub enable_softpub
19377 wine_fn_config_makefile dlls
/sound.drv16 enable_win16
19378 wine_fn_config_makefile dlls
/spoolss enable_spoolss
19379 wine_fn_config_makefile dlls
/spoolss
/tests enable_tests
19380 wine_fn_config_makefile dlls
/sppc enable_sppc
19381 wine_fn_config_makefile dlls
/srclient enable_srclient
19382 wine_fn_config_makefile dlls
/srvcli enable_srvcli
19383 wine_fn_config_makefile dlls
/sspicli enable_sspicli
19384 wine_fn_config_makefile dlls
/stdole2.tlb enable_stdole2_tlb
19385 wine_fn_config_makefile dlls
/stdole32.tlb enable_stdole32_tlb
19386 wine_fn_config_makefile dlls
/sti enable_sti
19387 wine_fn_config_makefile dlls
/sti
/tests enable_tests
19388 wine_fn_config_makefile dlls
/storage.dll16 enable_win16
19389 wine_fn_config_makefile dlls
/stress.dll16 enable_win16
19390 wine_fn_config_makefile dlls
/strmbase enable_strmbase
19391 wine_fn_config_makefile dlls
/strmdll enable_strmdll
19392 wine_fn_config_makefile dlls
/svrapi enable_svrapi
19393 wine_fn_config_makefile dlls
/sxs enable_sxs
19394 wine_fn_config_makefile dlls
/sxs
/tests enable_tests
19395 wine_fn_config_makefile dlls
/system.drv16 enable_win16
19396 wine_fn_config_makefile dlls
/t2embed enable_t2embed
19397 wine_fn_config_makefile dlls
/t2embed
/tests enable_tests
19398 wine_fn_config_makefile dlls
/tapi32 enable_tapi32
19399 wine_fn_config_makefile dlls
/tapi32
/tests enable_tests
19400 wine_fn_config_makefile dlls
/taskschd enable_taskschd
19401 wine_fn_config_makefile dlls
/taskschd
/tests enable_tests
19402 wine_fn_config_makefile dlls
/tbs enable_tbs
19403 wine_fn_config_makefile dlls
/tdh enable_tdh
19404 wine_fn_config_makefile dlls
/tdi.sys enable_tdi_sys
19405 wine_fn_config_makefile dlls
/toolhelp.dll16 enable_win16
19406 wine_fn_config_makefile dlls
/traffic enable_traffic
19407 wine_fn_config_makefile dlls
/twain.dll16 enable_win16
19408 wine_fn_config_makefile dlls
/twain_32 enable_twain_32
19409 wine_fn_config_makefile dlls
/twain_32
/tests enable_tests
19410 wine_fn_config_makefile dlls
/typelib.dll16 enable_win16
19411 wine_fn_config_makefile dlls
/tzres enable_tzres
19412 wine_fn_config_makefile dlls
/ucrtbase enable_ucrtbase
19413 wine_fn_config_makefile dlls
/ucrtbase
/tests enable_tests
19414 wine_fn_config_makefile dlls
/uianimation enable_uianimation
19415 wine_fn_config_makefile dlls
/uianimation
/tests enable_tests
19416 wine_fn_config_makefile dlls
/uiautomationcore enable_uiautomationcore
19417 wine_fn_config_makefile dlls
/uiautomationcore
/tests enable_tests
19418 wine_fn_config_makefile dlls
/uiribbon enable_uiribbon
19419 wine_fn_config_makefile dlls
/unicows enable_unicows
19420 wine_fn_config_makefile dlls
/updspapi enable_updspapi
19421 wine_fn_config_makefile dlls
/url enable_url
19422 wine_fn_config_makefile dlls
/urlmon enable_urlmon
19423 wine_fn_config_makefile dlls
/urlmon
/tests enable_tests
19424 wine_fn_config_makefile dlls
/usbd.sys enable_usbd_sys
19425 wine_fn_config_makefile dlls
/user.exe16 enable_win16
19426 wine_fn_config_makefile dlls
/user32 enable_user32
19427 wine_fn_config_makefile dlls
/user32
/tests enable_tests
19428 wine_fn_config_makefile dlls
/userenv enable_userenv
19429 wine_fn_config_makefile dlls
/userenv
/tests enable_tests
19430 wine_fn_config_makefile dlls
/usp10 enable_usp10
19431 wine_fn_config_makefile dlls
/usp10
/tests enable_tests
19432 wine_fn_config_makefile dlls
/utildll enable_utildll
19433 wine_fn_config_makefile dlls
/uxtheme enable_uxtheme
19434 wine_fn_config_makefile dlls
/uxtheme
/tests enable_tests
19435 wine_fn_config_makefile dlls
/vbscript enable_vbscript
19436 wine_fn_config_makefile dlls
/vbscript
/tests enable_tests
19437 wine_fn_config_makefile dlls
/vcomp enable_vcomp
19438 wine_fn_config_makefile dlls
/vcomp
/tests enable_tests
19439 wine_fn_config_makefile dlls
/vcomp100 enable_vcomp100
19440 wine_fn_config_makefile dlls
/vcomp110 enable_vcomp110
19441 wine_fn_config_makefile dlls
/vcomp110
/tests enable_tests
19442 wine_fn_config_makefile dlls
/vcomp120 enable_vcomp120
19443 wine_fn_config_makefile dlls
/vcomp140 enable_vcomp140
19444 wine_fn_config_makefile dlls
/vcomp90 enable_vcomp90
19445 wine_fn_config_makefile dlls
/vcruntime140 enable_vcruntime140
19446 wine_fn_config_makefile dlls
/vcruntime140_1 enable_vcruntime140_1
19447 wine_fn_config_makefile dlls
/vdhcp.vxd enable_win16
19448 wine_fn_config_makefile dlls
/vdmdbg enable_vdmdbg
19449 wine_fn_config_makefile dlls
/ver.dll16 enable_win16
19450 wine_fn_config_makefile dlls
/version enable_version
19451 wine_fn_config_makefile dlls
/version
/tests enable_tests
19452 wine_fn_config_makefile dlls
/vga enable_vga
19453 wine_fn_config_makefile dlls
/virtdisk enable_virtdisk
19454 wine_fn_config_makefile dlls
/virtdisk
/tests enable_tests
19455 wine_fn_config_makefile dlls
/vmm.vxd enable_win16
19456 wine_fn_config_makefile dlls
/vnbt.vxd enable_win16
19457 wine_fn_config_makefile dlls
/vnetbios.vxd enable_win16
19458 wine_fn_config_makefile dlls
/vssapi enable_vssapi
19459 wine_fn_config_makefile dlls
/vtdapi.vxd enable_win16
19460 wine_fn_config_makefile dlls
/vulkan-1 enable_vulkan_1
19461 wine_fn_config_makefile dlls
/vulkan-
1/tests enable_tests
19462 wine_fn_config_makefile dlls
/vwin32.vxd enable_win16
19463 wine_fn_config_makefile dlls
/w32skrnl enable_win16
19464 wine_fn_config_makefile dlls
/w32sys.dll16 enable_win16
19465 wine_fn_config_makefile dlls
/wbemdisp enable_wbemdisp
19466 wine_fn_config_makefile dlls
/wbemdisp
/tests enable_tests
19467 wine_fn_config_makefile dlls
/wbemprox enable_wbemprox
19468 wine_fn_config_makefile dlls
/wbemprox
/tests enable_tests
19469 wine_fn_config_makefile dlls
/wdscore enable_wdscore
19470 wine_fn_config_makefile dlls
/webservices enable_webservices
19471 wine_fn_config_makefile dlls
/webservices
/tests enable_tests
19472 wine_fn_config_makefile dlls
/websocket enable_websocket
19473 wine_fn_config_makefile dlls
/wer enable_wer
19474 wine_fn_config_makefile dlls
/wer
/tests enable_tests
19475 wine_fn_config_makefile dlls
/wevtapi enable_wevtapi
19476 wine_fn_config_makefile dlls
/wevtapi
/tests enable_tests
19477 wine_fn_config_makefile dlls
/wevtsvc enable_wevtsvc
19478 wine_fn_config_makefile dlls
/wiaservc enable_wiaservc
19479 wine_fn_config_makefile dlls
/wiaservc
/tests enable_tests
19480 wine_fn_config_makefile dlls
/wimgapi enable_wimgapi
19481 wine_fn_config_makefile dlls
/win32s16.dll16 enable_win16
19482 wine_fn_config_makefile dlls
/win32u enable_win32u
19483 wine_fn_config_makefile dlls
/win32u
/tests enable_tests
19484 wine_fn_config_makefile dlls
/win87em.dll16 enable_win16
19485 wine_fn_config_makefile dlls
/winaspi.dll16 enable_win16
19486 wine_fn_config_makefile dlls
/windebug.dll16 enable_win16
19487 wine_fn_config_makefile dlls
/windows.devices.enumeration enable_windows_devices_enumeration
19488 wine_fn_config_makefile dlls
/windows.gaming.input enable_windows_gaming_input
19489 wine_fn_config_makefile dlls
/windows.gaming.input
/tests enable_tests
19490 wine_fn_config_makefile dlls
/windows.globalization enable_windows_globalization
19491 wine_fn_config_makefile dlls
/windows.globalization
/tests enable_tests
19492 wine_fn_config_makefile dlls
/windows.media.devices enable_windows_media_devices
19493 wine_fn_config_makefile dlls
/windows.media.devices
/tests enable_tests
19494 wine_fn_config_makefile dlls
/windows.media.speech enable_windows_media_speech
19495 wine_fn_config_makefile dlls
/windows.media.speech
/tests enable_tests
19496 wine_fn_config_makefile dlls
/windowscodecs enable_windowscodecs
19497 wine_fn_config_makefile dlls
/windowscodecs
/tests enable_tests
19498 wine_fn_config_makefile dlls
/windowscodecsext enable_windowscodecsext
19499 wine_fn_config_makefile dlls
/windowscodecsext
/tests enable_tests
19500 wine_fn_config_makefile dlls
/winealsa.drv enable_winealsa_drv
19501 wine_fn_config_makefile dlls
/wineandroid.drv enable_wineandroid_drv
19502 wine_fn_config_makefile dlls
/winebus.sys enable_winebus_sys
19503 wine_fn_config_makefile dlls
/winecoreaudio.drv enable_winecoreaudio_drv
19504 wine_fn_config_makefile dlls
/winecrt0 enable_winecrt0
19505 wine_fn_config_makefile dlls
/wined3d enable_wined3d
19506 wine_fn_config_makefile dlls
/winegstreamer enable_winegstreamer
19507 wine_fn_config_makefile dlls
/winehid.sys enable_winehid_sys
19508 wine_fn_config_makefile dlls
/winejoystick.drv enable_winejoystick_drv
19509 wine_fn_config_makefile dlls
/winemac.drv enable_winemac_drv
19510 wine_fn_config_makefile dlls
/winemapi enable_winemapi
19511 wine_fn_config_makefile dlls
/wineoss.drv enable_wineoss_drv
19512 wine_fn_config_makefile dlls
/wineps.drv enable_wineps_drv
19513 wine_fn_config_makefile dlls
/wineps16.drv16 enable_win16
19514 wine_fn_config_makefile dlls
/winepulse.drv enable_winepulse_drv
19515 wine_fn_config_makefile dlls
/wineqtdecoder enable_wineqtdecoder
19516 wine_fn_config_makefile dlls
/wineusb.sys enable_wineusb_sys
19517 wine_fn_config_makefile dlls
/winevulkan enable_winevulkan
19518 wine_fn_config_makefile dlls
/winex11.drv enable_winex11_drv
19519 wine_fn_config_makefile dlls
/winexinput.sys enable_winexinput_sys
19520 wine_fn_config_makefile dlls
/wing.dll16 enable_win16
19521 wine_fn_config_makefile dlls
/wing32 enable_wing32
19522 wine_fn_config_makefile dlls
/winhttp enable_winhttp
19523 wine_fn_config_makefile dlls
/winhttp
/tests enable_tests
19524 wine_fn_config_makefile dlls
/wininet enable_wininet
19525 wine_fn_config_makefile dlls
/wininet
/tests enable_tests
19526 wine_fn_config_makefile dlls
/winmm enable_winmm
19527 wine_fn_config_makefile dlls
/winmm
/tests enable_tests
19528 wine_fn_config_makefile dlls
/winnls.dll16 enable_win16
19529 wine_fn_config_makefile dlls
/winnls32 enable_winnls32
19530 wine_fn_config_makefile dlls
/winscard enable_winscard
19531 wine_fn_config_makefile dlls
/winsock.dll16 enable_win16
19532 wine_fn_config_makefile dlls
/winspool.drv enable_winspool_drv
19533 wine_fn_config_makefile dlls
/winspool.drv
/tests enable_tests
19534 wine_fn_config_makefile dlls
/winsta enable_winsta
19535 wine_fn_config_makefile dlls
/wintab.dll16 enable_win16
19536 wine_fn_config_makefile dlls
/wintab32 enable_wintab32
19537 wine_fn_config_makefile dlls
/wintab32
/tests enable_tests
19538 wine_fn_config_makefile dlls
/wintrust enable_wintrust
19539 wine_fn_config_makefile dlls
/wintrust
/tests enable_tests
19540 wine_fn_config_makefile dlls
/winusb enable_winusb
19541 wine_fn_config_makefile dlls
/wlanapi enable_wlanapi
19542 wine_fn_config_makefile dlls
/wlanapi
/tests enable_tests
19543 wine_fn_config_makefile dlls
/wlanui enable_wlanui
19544 wine_fn_config_makefile dlls
/wldap32 enable_wldap32
19545 wine_fn_config_makefile dlls
/wldap32
/tests enable_tests
19546 wine_fn_config_makefile dlls
/wmasf enable_wmasf
19547 wine_fn_config_makefile dlls
/wmi enable_wmi
19548 wine_fn_config_makefile dlls
/wmiutils enable_wmiutils
19549 wine_fn_config_makefile dlls
/wmiutils
/tests enable_tests
19550 wine_fn_config_makefile dlls
/wmp enable_wmp
19551 wine_fn_config_makefile dlls
/wmp
/tests enable_tests
19552 wine_fn_config_makefile dlls
/wmphoto enable_wmphoto
19553 wine_fn_config_makefile dlls
/wmvcore enable_wmvcore
19554 wine_fn_config_makefile dlls
/wmvcore
/tests enable_tests
19555 wine_fn_config_makefile dlls
/wnaspi32 enable_wnaspi32
19556 wine_fn_config_makefile dlls
/wow32 enable_win16
19557 wine_fn_config_makefile dlls
/wow64 enable_wow64
19558 wine_fn_config_makefile dlls
/wow64cpu enable_wow64cpu
19559 wine_fn_config_makefile dlls
/wow64win enable_wow64win
19560 wine_fn_config_makefile dlls
/wpc enable_wpc
19561 wine_fn_config_makefile dlls
/wpc
/tests enable_tests
19562 wine_fn_config_makefile dlls
/wpcap enable_wpcap
19563 wine_fn_config_makefile dlls
/ws2_32 enable_ws2_32
19564 wine_fn_config_makefile dlls
/ws2_32
/tests enable_tests
19565 wine_fn_config_makefile dlls
/wsdapi enable_wsdapi
19566 wine_fn_config_makefile dlls
/wsdapi
/tests enable_tests
19567 wine_fn_config_makefile dlls
/wshom.ocx enable_wshom_ocx
19568 wine_fn_config_makefile dlls
/wshom.ocx
/tests enable_tests
19569 wine_fn_config_makefile dlls
/wsnmp32 enable_wsnmp32
19570 wine_fn_config_makefile dlls
/wsnmp32
/tests enable_tests
19571 wine_fn_config_makefile dlls
/wsock32 enable_wsock32
19572 wine_fn_config_makefile dlls
/wtsapi32 enable_wtsapi32
19573 wine_fn_config_makefile dlls
/wtsapi32
/tests enable_tests
19574 wine_fn_config_makefile dlls
/wuapi enable_wuapi
19575 wine_fn_config_makefile dlls
/wuaueng enable_wuaueng
19576 wine_fn_config_makefile dlls
/x3daudio1_0 enable_x3daudio1_0
19577 wine_fn_config_makefile dlls
/x3daudio1_1 enable_x3daudio1_1
19578 wine_fn_config_makefile dlls
/x3daudio1_2 enable_x3daudio1_2
19579 wine_fn_config_makefile dlls
/x3daudio1_3 enable_x3daudio1_3
19580 wine_fn_config_makefile dlls
/x3daudio1_4 enable_x3daudio1_4
19581 wine_fn_config_makefile dlls
/x3daudio1_5 enable_x3daudio1_5
19582 wine_fn_config_makefile dlls
/x3daudio1_6 enable_x3daudio1_6
19583 wine_fn_config_makefile dlls
/x3daudio1_7 enable_x3daudio1_7
19584 wine_fn_config_makefile dlls
/xactengine2_0 enable_xactengine2_0
19585 wine_fn_config_makefile dlls
/xactengine2_4 enable_xactengine2_4
19586 wine_fn_config_makefile dlls
/xactengine2_7 enable_xactengine2_7
19587 wine_fn_config_makefile dlls
/xactengine2_9 enable_xactengine2_9
19588 wine_fn_config_makefile dlls
/xactengine3_0 enable_xactengine3_0
19589 wine_fn_config_makefile dlls
/xactengine3_1 enable_xactengine3_1
19590 wine_fn_config_makefile dlls
/xactengine3_2 enable_xactengine3_2
19591 wine_fn_config_makefile dlls
/xactengine3_3 enable_xactengine3_3
19592 wine_fn_config_makefile dlls
/xactengine3_4 enable_xactengine3_4
19593 wine_fn_config_makefile dlls
/xactengine3_5 enable_xactengine3_5
19594 wine_fn_config_makefile dlls
/xactengine3_6 enable_xactengine3_6
19595 wine_fn_config_makefile dlls
/xactengine3_7 enable_xactengine3_7
19596 wine_fn_config_makefile dlls
/xactengine3_
7/tests enable_tests
19597 wine_fn_config_makefile dlls
/xapofx1_1 enable_xapofx1_1
19598 wine_fn_config_makefile dlls
/xapofx1_2 enable_xapofx1_2
19599 wine_fn_config_makefile dlls
/xapofx1_3 enable_xapofx1_3
19600 wine_fn_config_makefile dlls
/xapofx1_4 enable_xapofx1_4
19601 wine_fn_config_makefile dlls
/xapofx1_5 enable_xapofx1_5
19602 wine_fn_config_makefile dlls
/xaudio2_0 enable_xaudio2_0
19603 wine_fn_config_makefile dlls
/xaudio2_1 enable_xaudio2_1
19604 wine_fn_config_makefile dlls
/xaudio2_2 enable_xaudio2_2
19605 wine_fn_config_makefile dlls
/xaudio2_3 enable_xaudio2_3
19606 wine_fn_config_makefile dlls
/xaudio2_4 enable_xaudio2_4
19607 wine_fn_config_makefile dlls
/xaudio2_5 enable_xaudio2_5
19608 wine_fn_config_makefile dlls
/xaudio2_6 enable_xaudio2_6
19609 wine_fn_config_makefile dlls
/xaudio2_7 enable_xaudio2_7
19610 wine_fn_config_makefile dlls
/xaudio2_
7/tests enable_tests
19611 wine_fn_config_makefile dlls
/xaudio2_8 enable_xaudio2_8
19612 wine_fn_config_makefile dlls
/xaudio2_9 enable_xaudio2_9
19613 wine_fn_config_makefile dlls
/xinput1_1 enable_xinput1_1
19614 wine_fn_config_makefile dlls
/xinput1_2 enable_xinput1_2
19615 wine_fn_config_makefile dlls
/xinput1_3 enable_xinput1_3
19616 wine_fn_config_makefile dlls
/xinput1_
3/tests enable_tests
19617 wine_fn_config_makefile dlls
/xinput1_4 enable_xinput1_4
19618 wine_fn_config_makefile dlls
/xinput9_1_0 enable_xinput9_1_0
19619 wine_fn_config_makefile dlls
/xmllite enable_xmllite
19620 wine_fn_config_makefile dlls
/xmllite
/tests enable_tests
19621 wine_fn_config_makefile dlls
/xolehlp enable_xolehlp
19622 wine_fn_config_makefile dlls
/xpsprint enable_xpsprint
19623 wine_fn_config_makefile dlls
/xpssvcs enable_xpssvcs
19624 wine_fn_config_makefile fonts enable_fonts
19625 wine_fn_config_makefile include enable_include
19626 wine_fn_config_makefile libs
/adsiid enable_adsiid
19627 wine_fn_config_makefile libs
/dmoguids enable_dmoguids
19628 wine_fn_config_makefile libs
/dxerr8 enable_dxerr8
19629 wine_fn_config_makefile libs
/dxerr9 enable_dxerr9
19630 wine_fn_config_makefile libs
/dxguid enable_dxguid
19631 wine_fn_config_makefile libs
/faudio enable_faudio
19632 wine_fn_config_makefile libs
/gsm enable_gsm
19633 wine_fn_config_makefile libs
/jpeg enable_jpeg
19634 wine_fn_config_makefile libs
/jxr enable_jxr
19635 wine_fn_config_makefile libs
/lcms2 enable_lcms2
19636 wine_fn_config_makefile libs
/mfuuid enable_mfuuid
19637 wine_fn_config_makefile libs
/mpg123 enable_mpg123
19638 wine_fn_config_makefile libs
/png enable_png
19639 wine_fn_config_makefile libs
/strmiids enable_strmiids
19640 wine_fn_config_makefile libs
/tiff enable_tiff
19641 wine_fn_config_makefile libs
/uuid enable_uuid
19642 wine_fn_config_makefile libs
/wbemuuid enable_wbemuuid
19643 wine_fn_config_makefile libs
/wine enable_wine
19644 wine_fn_config_makefile libs
/wmcodecdspuuid enable_wmcodecdspuuid
19645 wine_fn_config_makefile libs
/xml2 enable_xml2
19646 wine_fn_config_makefile libs
/xslt enable_xslt
19647 wine_fn_config_makefile libs
/zlib enable_zlib
19648 wine_fn_config_makefile loader enable_loader
19649 wine_fn_config_makefile nls enable_nls
19650 wine_fn_config_makefile po enable_po
19651 wine_fn_config_makefile programs
/arp enable_arp
19652 wine_fn_config_makefile programs
/aspnet_regiis enable_aspnet_regiis
19653 wine_fn_config_makefile programs
/attrib enable_attrib
19654 wine_fn_config_makefile programs
/cabarc enable_cabarc
19655 wine_fn_config_makefile programs
/cacls enable_cacls
19656 wine_fn_config_makefile programs
/chcp.com enable_chcp_com
19657 wine_fn_config_makefile programs
/clock enable_clock
19658 wine_fn_config_makefile programs
/cmd enable_cmd
19659 wine_fn_config_makefile programs
/cmd
/tests enable_tests
19660 wine_fn_config_makefile programs
/conhost enable_conhost
19661 wine_fn_config_makefile programs
/conhost
/tests enable_tests
19662 wine_fn_config_makefile programs
/control enable_control
19663 wine_fn_config_makefile programs
/cscript enable_cscript
19664 wine_fn_config_makefile programs
/dism enable_dism
19665 wine_fn_config_makefile programs
/dplaysvr enable_dplaysvr
19666 wine_fn_config_makefile programs
/dpnsvr enable_dpnsvr
19667 wine_fn_config_makefile programs
/dpvsetup enable_dpvsetup
19668 wine_fn_config_makefile programs
/dxdiag enable_dxdiag
19669 wine_fn_config_makefile programs
/eject enable_eject
19670 wine_fn_config_makefile programs
/expand enable_expand
19671 wine_fn_config_makefile programs
/explorer enable_explorer
19672 wine_fn_config_makefile programs
/extrac32 enable_extrac32
19673 wine_fn_config_makefile programs
/fc enable_fc
19674 wine_fn_config_makefile programs
/find enable_find
19675 wine_fn_config_makefile programs
/find
/tests enable_tests
19676 wine_fn_config_makefile programs
/findstr enable_findstr
19677 wine_fn_config_makefile programs
/fsutil enable_fsutil
19678 wine_fn_config_makefile programs
/fsutil
/tests enable_tests
19679 wine_fn_config_makefile programs
/hh enable_hh
19680 wine_fn_config_makefile programs
/hostname enable_hostname
19681 wine_fn_config_makefile programs
/icacls enable_icacls
19682 wine_fn_config_makefile programs
/icinfo enable_icinfo
19683 wine_fn_config_makefile programs
/iexplore enable_iexplore
19684 wine_fn_config_makefile programs
/ipconfig enable_ipconfig
19685 wine_fn_config_makefile programs
/lodctr enable_lodctr
19686 wine_fn_config_makefile programs
/mofcomp enable_mofcomp
19687 wine_fn_config_makefile programs
/mshta enable_mshta
19688 wine_fn_config_makefile programs
/msidb enable_msidb
19689 wine_fn_config_makefile programs
/msiexec enable_msiexec
19690 wine_fn_config_makefile programs
/msinfo32 enable_msinfo32
19691 wine_fn_config_makefile programs
/net enable_net
19692 wine_fn_config_makefile programs
/netsh enable_netsh
19693 wine_fn_config_makefile programs
/netstat enable_netstat
19694 wine_fn_config_makefile programs
/ngen enable_ngen
19695 wine_fn_config_makefile programs
/notepad enable_notepad
19696 wine_fn_config_makefile programs
/oleview enable_oleview
19697 wine_fn_config_makefile programs
/ping enable_ping
19698 wine_fn_config_makefile programs
/plugplay enable_plugplay
19699 wine_fn_config_makefile programs
/powershell enable_powershell
19700 wine_fn_config_makefile programs
/presentationfontcache enable_presentationfontcache
19701 wine_fn_config_makefile programs
/progman enable_progman
19702 wine_fn_config_makefile programs
/reg enable_reg
19703 wine_fn_config_makefile programs
/reg
/tests enable_tests
19704 wine_fn_config_makefile programs
/regasm enable_regasm
19705 wine_fn_config_makefile programs
/regedit enable_regedit
19706 wine_fn_config_makefile programs
/regedit
/tests enable_tests
19707 wine_fn_config_makefile programs
/regini enable_regini
19708 wine_fn_config_makefile programs
/regsvcs enable_regsvcs
19709 wine_fn_config_makefile programs
/regsvr32 enable_regsvr32
19710 wine_fn_config_makefile programs
/robocopy enable_robocopy
19711 wine_fn_config_makefile programs
/rpcss enable_rpcss
19712 wine_fn_config_makefile programs
/rundll.exe16 enable_win16
19713 wine_fn_config_makefile programs
/rundll32 enable_rundll32
19714 wine_fn_config_makefile programs
/sc enable_sc
19715 wine_fn_config_makefile programs
/schtasks enable_schtasks
19716 wine_fn_config_makefile programs
/schtasks
/tests enable_tests
19717 wine_fn_config_makefile programs
/sdbinst enable_sdbinst
19718 wine_fn_config_makefile programs
/secedit enable_secedit
19719 wine_fn_config_makefile programs
/servicemodelreg enable_servicemodelreg
19720 wine_fn_config_makefile programs
/services enable_services
19721 wine_fn_config_makefile programs
/services
/tests enable_tests
19722 wine_fn_config_makefile programs
/shutdown enable_shutdown
19723 wine_fn_config_makefile programs
/spoolsv enable_spoolsv
19724 wine_fn_config_makefile programs
/start enable_start
19725 wine_fn_config_makefile programs
/subst enable_subst
19726 wine_fn_config_makefile programs
/svchost enable_svchost
19727 wine_fn_config_makefile programs
/systeminfo enable_systeminfo
19728 wine_fn_config_makefile programs
/taskkill enable_taskkill
19729 wine_fn_config_makefile programs
/tasklist enable_tasklist
19730 wine_fn_config_makefile programs
/taskmgr enable_taskmgr
19731 wine_fn_config_makefile programs
/termsv enable_termsv
19732 wine_fn_config_makefile programs
/uninstaller enable_uninstaller
19733 wine_fn_config_makefile programs
/unlodctr enable_unlodctr
19734 wine_fn_config_makefile programs
/view enable_view
19735 wine_fn_config_makefile programs
/wevtutil enable_wevtutil
19736 wine_fn_config_makefile programs
/where enable_where
19737 wine_fn_config_makefile programs
/whoami enable_whoami
19738 wine_fn_config_makefile programs
/wineboot enable_wineboot
19739 wine_fn_config_makefile programs
/winebrowser enable_winebrowser
19740 wine_fn_config_makefile programs
/winecfg enable_winecfg
19741 wine_fn_config_makefile programs
/wineconsole enable_wineconsole
19742 wine_fn_config_makefile programs
/winedbg enable_winedbg
19743 wine_fn_config_makefile programs
/winedevice enable_winedevice
19744 wine_fn_config_makefile programs
/winefile enable_winefile
19745 wine_fn_config_makefile programs
/winemenubuilder enable_winemenubuilder
19746 wine_fn_config_makefile programs
/winemine enable_winemine
19747 wine_fn_config_makefile programs
/winemsibuilder enable_winemsibuilder
19748 wine_fn_config_makefile programs
/winepath enable_winepath
19749 wine_fn_config_makefile programs
/winetest enable_winetest
19750 wine_fn_config_makefile programs
/winevdm enable_win16
19751 wine_fn_config_makefile programs
/winhelp.exe16 enable_win16
19752 wine_fn_config_makefile programs
/winhlp32 enable_winhlp32
19753 wine_fn_config_makefile programs
/winmgmt enable_winmgmt
19754 wine_fn_config_makefile programs
/winoldap.mod16 enable_win16
19755 wine_fn_config_makefile programs
/winver enable_winver
19756 wine_fn_config_makefile programs
/wmic enable_wmic
19757 wine_fn_config_makefile programs
/wmplayer enable_wmplayer
19758 wine_fn_config_makefile programs
/wordpad enable_wordpad
19759 wine_fn_config_makefile programs
/write enable_write
19760 wine_fn_config_makefile programs
/wscript enable_wscript
19761 wine_fn_config_makefile programs
/wscript
/tests enable_tests
19762 wine_fn_config_makefile programs
/wuauserv enable_wuauserv
19763 wine_fn_config_makefile programs
/wusa enable_wusa
19764 wine_fn_config_makefile programs
/xcopy enable_xcopy
19765 wine_fn_config_makefile programs
/xcopy
/tests enable_tests
19766 wine_fn_config_makefile server enable_server
19767 test "x$enable_tools" = xno || wine_fn_config_makefile tools enable_tools
19768 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/sfnt2fon enable_sfnt2fon
19769 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/widl enable_widl
19770 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/winebuild enable_winebuild
19771 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/winedump enable_winedump
19772 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/winegcc enable_winegcc
19773 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/winemaker enable_winemaker
19774 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/wmc enable_wmc
19775 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/wrc enable_wrc
19778 wine_fn_append_file CONFIGURE_TARGETS
"TAGS"
19779 wine_fn_append_file CONFIGURE_TARGETS
"tags"
19780 wine_fn_append_file CONFIGURE_TARGETS
"autom4te.cache"
19781 wine_fn_append_file CONFIGURE_TARGETS
"config.log"
19782 wine_fn_append_file CONFIGURE_TARGETS
"config.status"
19783 wine_fn_append_file CONFIGURE_TARGETS
"include/config.h"
19784 wine_fn_append_file CONFIGURE_TARGETS
"include/stamp-h"
19785 test "$wine_binary" = wine || wine_fn_append_file CONFIGURE_TARGETS
"loader/wine"
19787 if test "x$enable_tools" != xno
19789 wine_fn_append_file CONFIGURE_TARGETS
"tools/makedep$ac_exeext"
19790 ac_config_commands
="$ac_config_commands tools/makedep"
19794 ac_config_commands
="$ac_config_commands Makefile"
19801 wine_fn_append_rule
"all: wine
19802 @echo \"Wine build complete.\"
19806 Makefile: config.status \$(MAKEDEP)
19807 @./config.status Makefile
19808 depend: \$(MAKEDEP)
19809 \$(MAKEDEP)$makedep_flags"
19812 wine_fn_append_rule
"config.status: ${wine_srcdir}configure
19813 @./config.status --recheck
19814 include/config.h: include/stamp-h
19815 include/stamp-h: ${wine_srcdir}include/config.h.in config.status
19816 @./config.status include/config.h include/stamp-h"
19818 if test "x$enable_maintainer_mode" = xyes
19820 wine_fn_append_rule
"configure: configure.ac aclocal.m4
19821 autoconf --warnings=all
19822 include/config.h.in: include/stamp-h.in
19823 include/stamp-h.in: configure.ac aclocal.m4
19824 autoheader --warnings=all
19825 @echo timestamp > \$@"
19828 if test "x$enable_tools" != xno
19830 wine_fn_append_rule
"tools/makedep$ac_exeext: ${wine_srcdir}tools/makedep.c include/config.h config.status
19831 @./config.status tools/makedep
19832 Makefile: tools/makedep$ac_exeext"
19834 wine_fn_append_rule
"\$(MAKEDEP):
19835 @echo \"You need to run make in $toolsdir first\" && false"
19839 if test -n "$with_wine64"
19841 case "$with_wine64" in
19845 rm -f fonts server
2>/dev
/null
19846 wine_fn_append_rule
"all: loader/wine64 loader/wine64-preloader $with_wine64/loader/wine $with_wine64/loader/wine-preloader
19847 loader/wine64 loader/wine64-preloader:
19848 rm -f \$@ && \$(LN_S) $reldir$with_wine64/\$@ \$@
19849 $with_wine64/loader/wine:
19850 rm -f \$@ && \$(LN_S) $ac_pwd/loader/wine \$@
19851 $with_wine64/loader/wine-preloader:
19852 rm -f \$@ && \$(LN_S) $ac_pwd/loader/wine-preloader \$@
19854 rm -f loader/wine64 loader/wine64-preloader $with_wine64/loader/wine $with_wine64/loader/wine-preloader"
19856 TOP_INSTALL_DEV
="$TOP_INSTALL_DEV include"
19857 TOP_INSTALL_LIB
="$TOP_INSTALL_LIB \
19861 programs/msidb/msidb \
19862 programs/msiexec/msiexec \
19863 programs/notepad/notepad \
19864 programs/regedit/regedit \
19865 programs/regsvr32/regsvr32 \
19866 programs/wineboot/wineboot \
19867 programs/winecfg/winecfg \
19868 programs/wineconsole/wineconsole \
19869 programs/winedbg/winedbg \
19870 programs/winefile/winefile \
19871 programs/winemine/winemine \
19872 programs/winepath/winepath \
19876 cygwin
*|mingw32
*|darwin
*|macosx
*|linux-android
*) ;;
19877 *) TOP_INSTALL_LIB
="$TOP_INSTALL_LIB loader/wine.desktop" ;;
19882 wine_fn_append_rule
"distclean:: clean
19883 rm -rf autom4te.cache documentation/html documentation/api-guide documentation/api-guide-xml documentation/man\$(api_manext)"
19886 wine_fn_append_rule
"install-manpages:: manpages
19887 for i in documentation/man\$(api_manext)/*.\$(api_manext); do ${wine_srcdir}tools/install-sh -m 644 \$(INSTALL_DATA_FLAGS) \$\$i \$(DESTDIR)\$(mandir)/\$\$i; done"
19890 wine_fn_append_rule
"dlls/ntdll/unix/version.c: dummy
19891 @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)
19892 programs/winetest/build.rc: dummy
19893 @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)
19894 programs/winetest/build.nfo:
19896 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
19897 cd dlls/wineandroid.drv && gradle -q -Psrcdir=$srcdir assembleDebug
19898 mv dlls/wineandroid.drv/build/outputs/apk/wine-debug.apk \$@"
19901 TAGSFLAGS
="--langmap='c:+.idl.l.rh,make:(Make*.in)'"
19903 wine_fn_append_rule
"TAGS etags:
19905 (test -d .git && git ls-files || find -L $srcdir -name '*.[ch]' -print) | xargs etags -a \$(TAGSFLAGS)
19908 (test -d .git && git ls-files || find -L $srcdir -name '*.[ch]' -print) | xargs ctags -a \$(TAGSFLAGS)
19910 .PHONY: depend dummy install-manpages"
19912 $as_echo " done" >&6
19913 cat >confcache
<<\_ACEOF
19914 # This file is a shell script that caches the results of configure
19915 # tests run on this system so they can be shared between configure
19916 # scripts and configure runs, see configure's option --config-cache.
19917 # It is not useful on other systems. If it contains results you don't
19918 # want to keep, you may remove or edit it.
19920 # config.status only pays attention to the cache file if you give it
19921 # the --recheck option to rerun configure.
19923 # `ac_cv_env_foo' variables (set or unset) will be overridden when
19924 # loading this file, other *unset* `ac_cv_foo' will be assigned the
19925 # following values.
19929 # The following way of writing the cache mishandles newlines in values,
19930 # but we know of no workaround that is simple, portable, and efficient.
19931 # So, we kill variables containing newlines.
19932 # Ultrix sh set writes to stderr and can't be redirected directly,
19933 # and sets the high bit in the cache file unless we assign to the vars.
19935 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
19936 eval ac_val
=\$
$ac_var
19940 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
19941 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
19944 _ | IFS | as_nl
) ;; #(
19945 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
19946 *) { eval $ac_var=; unset $ac_var;} ;;
19952 case $as_nl`(ac_space=' '; set) 2>&1` in #(
19953 *${as_nl}ac_space
=\
*)
19954 # `set' does not quote correctly, so add quotes: double-quote
19955 # substitution turns \\\\ into \\, and sed turns \\ into \.
19958 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
19961 # `set' quotes correctly as required by POSIX, so do not add quotes.
19962 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
19971 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
19973 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
19975 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
19976 if test -w "$cache_file"; then
19977 if test "x$cache_file" != "x/dev/null"; then
19978 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
19979 $as_echo "$as_me: updating cache $cache_file" >&6;}
19980 if test ! -f "$cache_file" ||
test -h "$cache_file"; then
19981 cat confcache
>"$cache_file"
19983 case $cache_file in #(
19985 mv -f confcache
"$cache_file"$$
&&
19986 mv -f "$cache_file"$$
"$cache_file" ;; #(
19988 mv -f confcache
"$cache_file" ;;
19993 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
19994 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
19999 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
20000 # Let make expand exec_prefix.
20001 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
20003 DEFS
=-DHAVE_CONFIG_H
20008 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
20009 # 1. Remove the extension, and $U if already installed.
20010 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
20011 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
20012 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
20013 # will be set to the directory where LIBOBJS objects are built.
20014 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
20015 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
20017 LIBOBJS
=$ac_libobjs
20019 LTLIBOBJS
=$ac_ltlibobjs
20023 : "${CONFIG_STATUS=./config.status}"
20025 ac_clean_files_save
=$ac_clean_files
20026 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
20027 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
20028 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
20030 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
20032 # Generated by $as_me.
20033 # Run this file to recreate the current configuration.
20034 # Compiler output produced by configure, useful for debugging
20035 # configure, is in config.log if it exists.
20038 ac_cs_recheck=false
20041 SHELL=\${CONFIG_SHELL-$SHELL}
20044 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
20045 ## -------------------- ##
20046 ## M4sh Initialization. ##
20047 ## -------------------- ##
20049 # Be more Bourne compatible
20050 DUALCASE
=1; export DUALCASE
# for MKS sh
20051 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
20054 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
20055 # is contrary to our usage. Disable this feature.
20056 alias -g '${1+"$@"}'='"$@"'
20057 setopt NO_GLOB_SUBST
20059 case `(set -o) 2>/dev/null` in #(
20071 # Printing a long string crashes Solaris 7 /usr/bin/printf.
20072 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
20073 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
20074 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
20075 # Prefer a ksh shell builtin over an external printf program on Solaris,
20076 # but without wasting forks for bash or zsh.
20077 if test -z "$BASH_VERSION$ZSH_VERSION" \
20078 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
20079 as_echo='print
-r --'
20080 as_echo_n='print
-rn --'
20081 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
20082 as_echo='printf %s
\n'
20083 as_echo_n='printf %s
'
20085 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
20086 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
20087 as_echo_n='/usr
/ucb
/echo -n'
20089 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
20090 as_echo_n_body='eval
20094 expr "X$arg" : "X\\(.*\\)$as_nl";
20095 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
20097 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
20099 export as_echo_n_body
20100 as_echo_n='sh
-c $as_echo_n_body as_echo
'
20102 export as_echo_body
20103 as_echo='sh
-c $as_echo_body as_echo
'
20106 # The user is always right.
20107 if test "${PATH_SEPARATOR+set}" != set; then
20109 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
20110 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
20117 # We need space, tab and new line, in precisely that order. Quoting is
20118 # there to prevent editors from complaining about space-tab.
20119 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
20120 # splitting by setting IFS to empty value.)
20123 # Find who we are. Look in the path if we contain no directory separator.
20126 *[\\/]* ) as_myself=$0 ;;
20127 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
20128 for as_dir in $PATH
20131 test -z "$as_dir" && as_dir=.
20132 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
20138 # We did not find ourselves, most probably we were run as `sh COMMAND'
20139 # in which case we are not to be found in the path.
20140 if test "x$as_myself" = x
; then
20143 if test ! -f "$as_myself"; then
20144 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
20148 # Unset variables that we do not need and which cause bugs (e.g. in
20149 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
20150 # suppresses any "Segmentation fault" message there. '((' could
20151 # trigger a bug in pdksh 5.2.14.
20152 for as_var
in BASH_ENV ENV MAIL MAILPATH
20153 do eval test x\
${$as_var+set} = xset \
20154 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
20167 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
20170 # as_fn_error STATUS ERROR [LINENO LOG_FD]
20171 # ----------------------------------------
20172 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
20173 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
20174 # script with STATUS, using 1 if that was 0.
20177 as_status
=$1; test $as_status -eq 0 && as_status
=1
20179 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
20180 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
20182 $as_echo "$as_me: error: $2" >&2
20183 as_fn_exit
$as_status
20187 # as_fn_set_status STATUS
20188 # -----------------------
20189 # Set $? to STATUS, without forking.
20190 as_fn_set_status
()
20193 } # as_fn_set_status
20195 # as_fn_exit STATUS
20196 # -----------------
20197 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
20201 as_fn_set_status
$1
20207 # Portably unset VAR.
20210 { eval $1=; unset $1;}
20212 as_unset
=as_fn_unset
20213 # as_fn_append VAR VALUE
20214 # ----------------------
20215 # Append the text in VALUE to the end of the definition contained in VAR. Take
20216 # advantage of any shell optimizations that allow amortized linear growth over
20217 # repeated appends, instead of the typical quadratic growth present in naive
20219 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
20220 eval 'as_fn_append ()
20231 # as_fn_arith ARG...
20232 # ------------------
20233 # Perform arithmetic evaluation on the ARGs, and store the result in the
20234 # global $as_val. Take advantage of shells that can avoid forks. The arguments
20235 # must be portable across $(()) and expr.
20236 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
20237 eval 'as_fn_arith ()
20244 as_val
=`expr "$@" || test $? -eq 1`
20249 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
20250 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
20256 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
20257 as_basename
=basename
20262 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
20268 as_me
=`$as_basename -- "$0" ||
20269 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
20270 X"$0" : 'X\(//\)$' \| \
20271 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
20273 sed '/^.*\/\([^/][^/]*\)\/*$/{
20287 # Avoid depending upon Character Ranges.
20288 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
20289 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
20290 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
20291 as_cr_digits
='0123456789'
20292 as_cr_alnum
=$as_cr_Letters$as_cr_digits
20294 ECHO_C
= ECHO_N
= ECHO_T
=
20295 case `echo -n x` in #(((((
20297 case `echo 'xy\c'` in
20298 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
20300 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
20307 rm -f conf$$ conf$$.exe conf$$.
file
20308 if test -d conf$$.dir
; then
20309 rm -f conf$$.dir
/conf$$.
file
20312 mkdir conf$$.dir
2>/dev
/null
20314 if (echo >conf$$.
file) 2>/dev
/null
; then
20315 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
20317 # ... but there are two gotchas:
20318 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
20319 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
20320 # In both cases, we have to default to `cp -pR'.
20321 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
20323 elif ln conf$$.
file conf$$
2>/dev
/null
; then
20331 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
20332 rmdir conf$$.dir
2>/dev
/null
20337 # Create "$as_dir" as a directory, including parents if necessary.
20342 -*) as_dir
=.
/$as_dir;;
20344 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
20348 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
20349 *) as_qdir
=$as_dir;;
20351 as_dirs
="'$as_qdir' $as_dirs"
20352 as_dir
=`$as_dirname -- "$as_dir" ||
20353 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
20354 X"$as_dir" : 'X\(//\)[^/]' \| \
20355 X"$as_dir" : 'X\(//\)$' \| \
20356 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
20357 $as_echo X"$as_dir" |
20358 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
20362 /^X\(\/\/\)[^/].*/{
20375 test -d "$as_dir" && break
20377 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
20378 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
20382 if mkdir
-p .
2>/dev
/null
; then
20383 as_mkdir_p
='mkdir -p "$as_dir"'
20385 test -d .
/-p && rmdir .
/-p
20390 # as_fn_executable_p FILE
20391 # -----------------------
20392 # Test if FILE is an executable regular file.
20393 as_fn_executable_p
()
20395 test -f "$1" && test -x "$1"
20396 } # as_fn_executable_p
20397 as_test_x
='test -x'
20398 as_executable_p
=as_fn_executable_p
20400 # Sed expression to map a string onto a valid CPP name.
20401 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
20403 # Sed expression to map a string onto a valid variable name.
20404 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
20408 ## ----------------------------------- ##
20409 ## Main body of $CONFIG_STATUS script. ##
20410 ## ----------------------------------- ##
20412 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
20414 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
20415 # Save the log message, to keep $0 and so on meaningful, and to
20416 # report actual input values of CONFIG_FILES etc. instead of their
20417 # values after options handling.
20419 This file was extended by Wine $as_me 6.21, which was
20420 generated by GNU Autoconf 2.69. Invocation command line was
20422 CONFIG_FILES = $CONFIG_FILES
20423 CONFIG_HEADERS = $CONFIG_HEADERS
20424 CONFIG_LINKS = $CONFIG_LINKS
20425 CONFIG_COMMANDS = $CONFIG_COMMANDS
20428 on `(hostname || uname -n) 2>/dev/null | sed 1q`
20434 case $ac_config_headers in *"
20435 "*) set x
$ac_config_headers; shift; ac_config_headers
=$
*;;
20439 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20440 # Files that config.status was made for.
20441 config_headers="$ac_config_headers"
20442 config_links="$ac_config_links"
20443 config_commands="$ac_config_commands"
20447 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
20449 \`$as_me' instantiates files and other configuration actions
20450 from templates according to the current configuration. Unless the files
20451 and actions are specified as TAGs, all are instantiated by default.
20453 Usage: $0 [OPTION]... [TAG]...
20455 -h, --help print this help, then exit
20456 -V, --version print version number and configuration settings, then exit
20457 --config print configuration, then exit
20458 -q, --quiet, --silent
20459 do not print progress messages
20460 -d, --debug don't remove temporary files
20461 --recheck update $as_me by reconfiguring in the same conditions
20462 --header=FILE[:TEMPLATE]
20463 instantiate the configuration header FILE
20465 Configuration headers:
20468 Configuration links:
20471 Configuration commands:
20474 Report bugs to <wine-devel@winehq.org>.
20475 Wine home page: <https://www.winehq.org>."
20478 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20479 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
20481 Wine config.status 6.21
20482 configured by $0, generated by GNU Autoconf 2.69,
20483 with options \\"\$ac_cs_config\\"
20485 Copyright (C) 2012 Free Software Foundation, Inc.
20486 This config.status script is free software; the Free Software Foundation
20487 gives unlimited permission to copy, distribute and modify it."
20491 test -n "\$AWK" || AWK=awk
20494 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
20495 # The default lists apply if the user does not specify any file.
20501 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
20502 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
20506 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
20518 # Handling of the options.
20519 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
20521 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
20522 $as_echo "$ac_cs_version"; exit ;;
20523 --config |
--confi |
--conf |
--con |
--co |
--c )
20524 $as_echo "$ac_cs_config"; exit ;;
20525 --debug |
--debu |
--deb |
--de |
--d |
-d )
20527 --header |
--heade |
--head |
--hea )
20530 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
20532 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
20533 ac_need_defaults
=false
;;
20535 # Conflict between --help and --header
20536 as_fn_error $?
"ambiguous option: \`$1'
20537 Try \`$0 --help' for more information.";;
20538 --help |
--hel |
-h )
20539 $as_echo "$ac_cs_usage"; exit ;;
20540 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
20541 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
20544 # This is an error.
20545 -*) as_fn_error $?
"unrecognized option: \`$1'
20546 Try \`$0 --help' for more information." ;;
20548 *) as_fn_append ac_config_targets
" $1"
20549 ac_need_defaults
=false
;;
20555 ac_configure_extra_args
=
20557 if $ac_cs_silent; then
20559 ac_configure_extra_args
="$ac_configure_extra_args --silent"
20563 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20564 if \$ac_cs_recheck; then
20565 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
20567 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
20568 CONFIG_SHELL='$SHELL'
20569 export CONFIG_SHELL
20574 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
20578 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
20579 ## Running $as_me. ##
20585 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20589 wine_fn_output_makedep ()
20591 as_dir=tools; as_fn_mkdir_p
20592 $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
20594 wine_fn_output_makefile ()
20596 cat <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && "$wine_makedep"$makedep_flags && return
20597 # This Makefile understands the following targets:
20599 # all (default): build wine
20600 # clean: remove all intermediate files
20601 # distclean: also remove all files created by configure
20603 # testclean: clean test results to force running all tests again
20604 # install-lib: install libraries needed to run applications
20605 # install-dev: install development environment
20606 # install: install everything
20607 # uninstall: uninstall everything
20608 # ctags: create a tags file for vim and others.
20609 # etags: create a TAGS file for Emacs.
20610 # manpages: compile manpages for Wine API
20611 # htmlpages: compile html pages for Wine API
20612 # sgmlpages: compile sgml source for the Wine API Guide
20613 # xmlpages: compile xml source for the Wine API Guide
20616 PATH_SEPARATOR = $PATH_SEPARATOR
20617 PACKAGE_NAME = $PACKAGE_NAME
20618 PACKAGE_TARNAME = $PACKAGE_TARNAME
20619 PACKAGE_VERSION = $PACKAGE_VERSION
20620 PACKAGE_STRING = $PACKAGE_STRING
20621 PACKAGE_BUGREPORT = $PACKAGE_BUGREPORT
20622 PACKAGE_URL = $PACKAGE_URL
20623 exec_prefix = $exec_prefix
20625 program_transform_name = $program_transform_name
20628 libexecdir = $libexecdir
20629 datarootdir = $datarootdir
20631 sysconfdir = $sysconfdir
20632 sharedstatedir = $sharedstatedir
20633 localstatedir = $localstatedir
20634 runstatedir = $runstatedir
20635 includedir = $includedir
20636 oldincludedir = $oldincludedir
20644 localedir = $localedir
20651 build_alias = $build_alias
20652 host_alias = $host_alias
20653 target_alias = $target_alias
20655 build_cpu = $build_cpu
20656 build_vendor = $build_vendor
20657 build_os = $build_os
20659 host_cpu = $host_cpu
20660 host_vendor = $host_vendor
20666 SET_MAKE = $SET_MAKE
20670 CPPFLAGS = $CPPFLAGS
20671 ac_ct_CC = $ac_ct_CC
20675 CXXFLAGS = $CXXFLAGS
20676 ac_ct_CXX = $ac_ct_CXX
20679 TARGETFLAGS = $TARGETFLAGS
20680 toolsext = $toolsext
20681 toolsdir = $toolsdir
20683 RUNTESTFLAGS = $RUNTESTFLAGS
20685 api_manext = $api_manext
20689 ac_ct_AR = $ac_ct_AR
20695 LDCONFIG = $LDCONFIG
20697 PKG_CONFIG = $PKG_CONFIG
20698 FONTFORGE = $FONTFORGE
20702 I386_LIBS = $I386_LIBS
20703 OPENGL_LIBS = $OPENGL_LIBS
20705 DLLFLAGS = $DLLFLAGS
20706 LDDLLFLAGS = $LDDLLFLAGS
20707 LDEXECFLAGS = $LDEXECFLAGS
20708 EXTRACFLAGS = $EXTRACFLAGS
20709 UNIXDLLFLAGS = $UNIXDLLFLAGS
20710 UNIXLDFLAGS = $UNIXLDFLAGS
20711 TOP_INSTALL_LIB = $TOP_INSTALL_LIB
20712 TOP_INSTALL_DEV = $TOP_INSTALL_DEV
20713 WINELOADER_LDFLAGS = $WINELOADER_LDFLAGS
20714 WINEPRELOADER_LDFLAGS = $WINEPRELOADER_LDFLAGS
20719 DISABLED_SUBDIRS = $DISABLED_SUBDIRS
20720 CONFIGURE_TARGETS = $CONFIGURE_TARGETS
20721 WINELOADER_PROGRAMS = $WINELOADER_PROGRAMS
20724 OBJCFLAGS = $OBJCFLAGS
20725 ac_ct_OBJC = $ac_ct_OBJC
20727 COREFOUNDATION_LIBS = $COREFOUNDATION_LIBS
20728 IOKIT_LIBS = $IOKIT_LIBS
20729 APPLICATIONSERVICES_LIBS = $APPLICATIONSERVICES_LIBS
20730 CORESERVICES_LIBS = $CORESERVICES_LIBS
20731 APPKIT_LIBS = $APPKIT_LIBS
20732 SYSTEMCONFIGURATION_LIBS = $SYSTEMCONFIGURATION_LIBS
20733 DISKARBITRATION_LIBS = $DISKARBITRATION_LIBS
20734 SECURITY_LIBS = $SECURITY_LIBS
20735 COREAUDIO_LIBS = $COREAUDIO_LIBS
20736 OPENAL_LIBS = $OPENAL_LIBS
20737 OPENCL_LIBS = $OPENCL_LIBS
20738 QUICKTIME_LIBS = $QUICKTIME_LIBS
20739 CARBON_LIBS = $CARBON_LIBS
20740 METAL_LIBS = $METAL_LIBS
20741 LIBWINE_SHAREDLIB = $LIBWINE_SHAREDLIB
20742 LIBWINE_LDFLAGS = $LIBWINE_LDFLAGS
20743 WINELOADER_DEPENDS = $WINELOADER_DEPENDS
20745 LIBWINE_DEPENDS = $LIBWINE_DEPENDS
20746 CROSSTARGET = $CROSSTARGET
20748 CROSSCFLAGS = $CROSSCFLAGS
20749 EXTRACROSSCFLAGS = $EXTRACROSSCFLAGS
20750 CROSSLDFLAGS = $CROSSLDFLAGS
20751 DELAYLOADFLAG = $DELAYLOADFLAG
20752 CROSSDEBUG = $CROSSDEBUG
20753 EXCESS_PRECISION_CFLAGS = $EXCESS_PRECISION_CFLAGS
20754 FAUDIO_PE_CFLAGS = $FAUDIO_PE_CFLAGS
20755 FAUDIO_PE_LIBS = $FAUDIO_PE_LIBS
20756 GSM_PE_CFLAGS = $GSM_PE_CFLAGS
20757 GSM_PE_LIBS = $GSM_PE_LIBS
20758 JPEG_PE_CFLAGS = $JPEG_PE_CFLAGS
20759 JPEG_PE_LIBS = $JPEG_PE_LIBS
20760 JXR_PE_CFLAGS = $JXR_PE_CFLAGS
20761 JXR_PE_LIBS = $JXR_PE_LIBS
20762 LCMS2_PE_CFLAGS = $LCMS2_PE_CFLAGS
20763 LCMS2_PE_LIBS = $LCMS2_PE_LIBS
20764 MPG123_PE_CFLAGS = $MPG123_PE_CFLAGS
20765 MPG123_PE_LIBS = $MPG123_PE_LIBS
20766 PNG_PE_CFLAGS = $PNG_PE_CFLAGS
20767 PNG_PE_LIBS = $PNG_PE_LIBS
20768 TIFF_PE_CFLAGS = $TIFF_PE_CFLAGS
20769 TIFF_PE_LIBS = $TIFF_PE_LIBS
20770 XML2_PE_CFLAGS = $XML2_PE_CFLAGS
20771 XML2_PE_LIBS = $XML2_PE_LIBS
20772 XSLT_PE_CFLAGS = $XSLT_PE_CFLAGS
20773 XSLT_PE_LIBS = $XSLT_PE_LIBS
20774 ZLIB_PE_CFLAGS = $ZLIB_PE_CFLAGS
20775 ZLIB_PE_LIBS = $ZLIB_PE_LIBS
20776 PTHREAD_LIBS = $PTHREAD_LIBS
20778 X_CFLAGS = $X_CFLAGS
20779 X_PRE_LIBS = $X_PRE_LIBS
20781 X_EXTRA_LIBS = $X_EXTRA_LIBS
20782 PCAP_LIBS = $PCAP_LIBS
20783 INOTIFY_CFLAGS = $INOTIFY_CFLAGS
20784 INOTIFY_LIBS = $INOTIFY_LIBS
20785 DBUS_CFLAGS = $DBUS_CFLAGS
20786 DBUS_LIBS = $DBUS_LIBS
20787 HAL_CFLAGS = $HAL_CFLAGS
20788 HAL_LIBS = $HAL_LIBS
20789 GNUTLS_CFLAGS = $GNUTLS_CFLAGS
20790 GNUTLS_LIBS = $GNUTLS_LIBS
20791 SANE_CFLAGS = $SANE_CFLAGS
20792 SANE_LIBS = $SANE_LIBS
20793 USB_CFLAGS = $USB_CFLAGS
20794 USB_LIBS = $USB_LIBS
20795 GPHOTO2_CFLAGS = $GPHOTO2_CFLAGS
20796 GPHOTO2_LIBS = $GPHOTO2_LIBS
20797 GPHOTO2_PORT_CFLAGS = $GPHOTO2_PORT_CFLAGS
20798 GPHOTO2_PORT_LIBS = $GPHOTO2_PORT_LIBS
20799 RESOLV_LIBS = $RESOLV_LIBS
20800 FREETYPE_CFLAGS = $FREETYPE_CFLAGS
20801 FREETYPE_LIBS = $FREETYPE_LIBS
20802 GETTEXTPO_LIBS = $GETTEXTPO_LIBS
20803 PULSE_CFLAGS = $PULSE_CFLAGS
20804 PULSE_LIBS = $PULSE_LIBS
20805 GSTREAMER_CFLAGS = $GSTREAMER_CFLAGS
20806 GSTREAMER_LIBS = $GSTREAMER_LIBS
20807 ALSA_LIBS = $ALSA_LIBS
20808 OSS4_CFLAGS = $OSS4_CFLAGS
20809 OSS4_LIBS = $OSS4_LIBS
20810 UDEV_CFLAGS = $UDEV_CFLAGS
20811 UDEV_LIBS = $UDEV_LIBS
20812 UNWIND_CFLAGS = $UNWIND_CFLAGS
20813 UNWIND_LIBS = $UNWIND_LIBS
20814 SDL2_CFLAGS = $SDL2_CFLAGS
20815 SDL2_LIBS = $SDL2_LIBS
20816 CAPI20_CFLAGS = $CAPI20_CFLAGS
20817 CAPI20_LIBS = $CAPI20_LIBS
20818 CUPS_CFLAGS = $CUPS_CFLAGS
20819 CUPS_LIBS = $CUPS_LIBS
20820 FONTCONFIG_CFLAGS = $FONTCONFIG_CFLAGS
20821 FONTCONFIG_LIBS = $FONTCONFIG_LIBS
20822 KRB5_CFLAGS = $KRB5_CFLAGS
20823 KRB5_LIBS = $KRB5_LIBS
20824 GSSAPI_CFLAGS = $GSSAPI_CFLAGS
20825 GSSAPI_LIBS = $GSSAPI_LIBS
20826 PROCSTAT_LIBS = $PROCSTAT_LIBS
20827 NETAPI_CFLAGS = $NETAPI_CFLAGS
20828 NETAPI_LIBS = $NETAPI_LIBS
20829 VKD3D_CFLAGS = $VKD3D_CFLAGS
20830 VKD3D_LIBS = $VKD3D_LIBS
20831 VKD3D_SHADER_CFLAGS = $VKD3D_SHADER_CFLAGS
20832 VKD3D_SHADER_LIBS = $VKD3D_SHADER_LIBS
20833 MSVCRTFLAGS = $MSVCRTFLAGS
20835 LDAP_CFLAGS = $LDAP_CFLAGS
20836 LDAP_LIBS = $LDAP_LIBS
20837 TAGSFLAGS = $TAGSFLAGS
20839 LTLIBOBJS = $LTLIBOBJS
20843 as_fn_error $? "could not create Makefile" "$LINENO" 5
20848 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
20850 # Handling of arguments.
20851 for ac_config_target
in $ac_config_targets
20853 case $ac_config_target in
20854 "include/config.h") CONFIG_HEADERS
="$CONFIG_HEADERS include/config.h" ;;
20855 "include/stamp-h") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/stamp-h" ;;
20856 "wine") CONFIG_LINKS
="$CONFIG_LINKS wine:tools/winewrapper" ;;
20857 "wine64") CONFIG_LINKS
="$CONFIG_LINKS wine64:tools/winewrapper" ;;
20858 "tools/makedep") CONFIG_COMMANDS
="$CONFIG_COMMANDS tools/makedep" ;;
20859 "Makefile") CONFIG_COMMANDS
="$CONFIG_COMMANDS Makefile" ;;
20861 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
20866 # If the user did not use the arguments to specify the items to instantiate,
20867 # then the envvar interface is used. Set only those that are not.
20868 # We use the long form for the default assignment because of an extremely
20869 # bizarre bug on SunOS 4.1.3.
20870 if $ac_need_defaults; then
20871 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
20872 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS
=$config_links
20873 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
20876 # Have a temporary directory for convenience. Make it in the build tree
20877 # simply because there is no reason against having it here, and in addition,
20878 # creating and moving files from /tmp can sometimes cause problems.
20879 # Hook for its removal unless debugging.
20880 # Note that there is a small window in which the directory will not be cleaned:
20881 # after its creation but before its name has been assigned to `$tmp'.
20885 trap 'exit_status=$?
20886 : "${ac_tmp:=$tmp}"
20887 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
20889 trap 'as_fn_exit 1' 1 2 13 15
20891 # Create a (secure) tmp directory for tmp files.
20894 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
20898 tmp
=.
/conf$$
-$RANDOM
20899 (umask 077 && mkdir
"$tmp")
20900 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
20903 # Set up the scripts for CONFIG_HEADERS section.
20904 # No need to generate them if there are no CONFIG_HEADERS.
20905 # This happens for instance with `./config.status Makefile'.
20906 if test -n "$CONFIG_HEADERS"; then
20907 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
20911 # Transform confdefs.h into an awk script `defines.awk', embedded as
20912 # here-document in config.status, that substitutes the proper values into
20913 # config.h.in to produce config.h.
20915 # Create a delimiter string that does not exist in confdefs.h, to ease
20916 # handling of long lines.
20918 for ac_last_try
in false false
:; do
20919 ac_tt
=`sed -n "/$ac_delim/p" confdefs.h`
20920 if test -z "$ac_tt"; then
20922 elif $ac_last_try; then
20923 as_fn_error $?
"could not make $CONFIG_HEADERS" "$LINENO" 5
20925 ac_delim
="$ac_delim!$ac_delim _$ac_delim!! "
20929 # For the awk script, D is an array of macro values keyed by name,
20930 # likewise P contains macro parameters if any. Preserve backslash
20931 # newline sequences.
20933 ac_word_re
=[_
$as_cr_Letters][_
$as_cr_alnum]*
20935 s/.\{148\}/&'"$ac_delim"'/g
20938 s/^[ ]*#[ ]*define[ ][ ]*/ /
20945 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
20947 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
20951 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
20952 D["\1"]=" \3\\\\\\n"\\/p
20954 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
20959 s/.\{148\}/&'"$ac_delim"'/g
20964 s/["\\]/\\&/g; s/^/"/; s/$/"/p
20967 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
20969 ' <confdefs.h |
sed '
20970 s/'"$ac_delim"'/"\\\
20971 "/g' >>$CONFIG_STATUS || ac_write_fail
=1
20973 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20974 for (key in D) D_is_set[key] = 1
20977 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
20979 split(line, arg, " ")
20980 if (arg[1] == "#") {
20984 defundef = substr(arg[1], 2)
20987 split(mac1, mac2, "(") #)
20989 prefix = substr(line, 1, index(line, defundef) - 1)
20990 if (D_is_set[macro]) {
20991 # Preserve the white space surrounding the "#".
20992 print prefix "define", macro P[macro] D[macro]
20995 # Replace #undef with comments. This is necessary, for example,
20996 # in the case of _POSIX_SOURCE, which is predefined and required
20997 # on some systems where configure will not decide to define it.
20998 if (defundef == "undef") {
20999 print "/*", prefix defundef, macro, "*/"
21007 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
21008 as_fn_error $?
"could not setup config headers machinery" "$LINENO" 5
21009 fi # test -n "$CONFIG_HEADERS"
21012 eval set X
" :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
21017 :[FHLC
]) ac_mode
=$ac_tag; continue;;
21019 case $ac_mode$ac_tag in
21021 :L
* |
:C
*:*) as_fn_error $?
"invalid tag \`$ac_tag'" "$LINENO" 5;;
21022 :[FH
]-) ac_tag
=-:-;;
21023 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
21040 -) ac_f
="$ac_tmp/stdin";;
21041 *) # Look for the file first in the build tree, then in the source tree
21042 # (if the path is not absolute). The absolute path cannot be DOS-style,
21043 # because $ac_f cannot contain `:'.
21047 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
21049 as_fn_error
1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
21051 case $ac_f in *\'*) ac_f
=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
21052 as_fn_append ac_file_inputs
" '$ac_f'"
21055 # Let's still pretend it is `configure' which instantiates (i.e., don't
21056 # use $as_me), people would be surprised to read:
21057 # /* config.h. Generated by config.status. */
21058 configure_input
='Generated from '`
21059 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
21061 if test x
"$ac_file" != x-
; then
21062 configure_input
="$ac_file. $configure_input"
21063 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
21064 $as_echo "$as_me: creating $ac_file" >&6;}
21066 # Neutralize special characters interpreted by sed in replacement strings.
21067 case $configure_input in #(
21068 *\
&* |
*\|
* |
*\\* )
21069 ac_sed_conf_input
=`$as_echo "$configure_input" |
21070 sed 's/[\\\\&|]/\\\\&/g'`;; #(
21071 *) ac_sed_conf_input
=$configure_input;;
21075 *:-:* |
*:-) cat >"$ac_tmp/stdin" \
21076 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5 ;;
21081 ac_dir
=`$as_dirname -- "$ac_file" ||
21082 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
21083 X"$ac_file" : 'X\(//\)[^/]' \| \
21084 X"$ac_file" : 'X\(//\)$' \| \
21085 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
21086 $as_echo X"$ac_file" |
21087 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
21091 /^X\(\/\/\)[^/].*/{
21104 as_dir
="$ac_dir"; as_fn_mkdir_p
21108 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
21110 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
21111 # A ".." for each directory in $ac_dir_suffix.
21112 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
21113 case $ac_top_builddir_sub in
21114 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
21115 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
21118 ac_abs_top_builddir
=$ac_pwd
21119 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
21120 # for backward compatibility:
21121 ac_top_builddir
=$ac_top_build_prefix
21124 .
) # We are building in place.
21126 ac_top_srcdir
=$ac_top_builddir_sub
21127 ac_abs_top_srcdir
=$ac_pwd ;;
21128 [\\/]* | ?
:[\\/]* ) # Absolute name.
21129 ac_srcdir
=$srcdir$ac_dir_suffix;
21130 ac_top_srcdir
=$srcdir
21131 ac_abs_top_srcdir
=$srcdir ;;
21132 *) # Relative name.
21133 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
21134 ac_top_srcdir
=$ac_top_build_prefix$srcdir
21135 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
21137 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
21146 if test x
"$ac_file" != x-
; then
21148 $as_echo "/* $configure_input */" \
21149 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
21150 } >"$ac_tmp/config.h" \
21151 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5
21152 if diff "$ac_file" "$ac_tmp/config.h" >/dev
/null
2>&1; then
21153 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
21154 $as_echo "$as_me: $ac_file is unchanged" >&6;}
21157 mv "$ac_tmp/config.h" "$ac_file" \
21158 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5
21161 $as_echo "/* $configure_input */" \
21162 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
21163 || as_fn_error $?
"could not create -" "$LINENO" 5
21171 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
21174 # Prefer the file from the source tree if names are identical.
21175 if test "$ac_source" = "$ac_file" ||
test ! -r "$ac_source"; then
21176 ac_source
=$srcdir/$ac_source
21179 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
21180 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
21182 if test ! -r "$ac_source"; then
21183 as_fn_error $?
"$ac_source: file not found" "$LINENO" 5
21187 # Try a relative symlink, then a hard link, then a copy.
21189 [\\/$
]* | ?
:[\\/]* ) ac_rel_source
=$ac_source ;;
21190 *) ac_rel_source
=$ac_top_build_prefix$ac_source ;;
21192 ln -s "$ac_rel_source" "$ac_file" 2>/dev
/null ||
21193 ln "$ac_source" "$ac_file" 2>/dev
/null ||
21194 cp -p "$ac_source" "$ac_file" ||
21195 as_fn_error $?
"cannot link or copy $ac_source to $ac_file" "$LINENO" 5
21198 :C
) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
21199 $as_echo "$as_me: executing $ac_file commands" >&6;}
21204 case $ac_file$ac_mode in
21205 "include/stamp-h":C
) echo timestamp
> include
/stamp-h
;;
21206 "tools/makedep":C
) wine_fn_output_makedep || as_fn_exit $?
;;
21207 "Makefile":C
) wine_fn_output_makefile Makefile
;;
21215 ac_clean_files
=$ac_clean_files_save
21217 test $ac_write_fail = 0 ||
21218 as_fn_error $?
"write failure creating $CONFIG_STATUS" "$LINENO" 5
21221 # configure is writing to config.log, and then calls config.status.
21222 # config.status does its own redirection, appending to config.log.
21223 # Unfortunately, on DOS this fails, as config.log is still kept open
21224 # by configure, so config.status won't be able to write to it; its
21225 # output is simply discarded. So we exec the FD to /dev/null,
21226 # effectively closing config.log, so it can be properly (re)opened and
21227 # appended to by config.status. When coming back to configure, we
21228 # need to make the FD available again.
21229 if test "$no_create" != yes; then
21231 ac_config_status_args
=
21232 test "$silent" = yes &&
21233 ac_config_status_args
="$ac_config_status_args --quiet"
21235 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
21237 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
21238 # would make configure fail if this is the last instruction.
21239 $ac_cs_success || as_fn_exit
1
21241 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
21242 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
21243 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
21247 if test "$no_create" = "yes"
21253 if test "x$wine_notices" != x
; then
21256 for msg
in $wine_notices; do
21258 if ${msg:+false} :; then :
21261 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
21262 $as_echo "$as_me: $msg" >&6;}
21267 for msg
in $wine_warnings; do
21269 if ${msg:+false} :; then :
21273 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
21274 $as_echo "$as_me: WARNING: $msg" >&2;}
21280 $as_me: Finished. Do '${ac_make}' to compile Wine.