msiexec: Append .msi extension to file name if file is not found.
[wine.git] / configure
blob3bfeb74b2298951f245984dc39a8dca1638bacfa
1 #! /bin/sh
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 :
20 emulate sh
21 NULLCMD=:
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+"$@"}'='"$@"'
25 setopt NO_GLOB_SUBST
26 else
27 case `(set -o) 2>/dev/null` in #(
28 *posix*) :
29 set -o posix ;; #(
30 *) :
32 esac
36 as_nl='
38 export as_nl
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
47 as_echo='print -r --'
48 as_echo_n='print -rn --'
49 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50 as_echo='printf %s\n'
51 as_echo_n='printf %s'
52 else
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'
56 else
57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58 as_echo_n_body='eval
59 arg=$1;
60 case $arg in #(
61 *"$as_nl"*)
62 expr "X$arg" : "X\\(.*\\)$as_nl";
63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64 esac;
65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
67 export as_echo_n_body
68 as_echo_n='sh -c $as_echo_n_body as_echo'
70 export as_echo_body
71 as_echo='sh -c $as_echo_body as_echo'
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
76 PATH_SEPARATOR=:
77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79 PATH_SEPARATOR=';'
84 # IFS
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.)
89 IFS=" "" $as_nl"
91 # Find who we are. Look in the path if we contain no directory separator.
92 as_myself=
93 case $0 in #((
94 *[\\/]* ) as_myself=$0 ;;
95 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
96 for as_dir in $PATH
98 IFS=$as_save_IFS
99 test -z "$as_dir" && as_dir=.
100 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
101 done
102 IFS=$as_save_IFS
105 esac
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
109 as_myself=$0
111 if test ! -f "$as_myself"; then
112 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
113 exit 1
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 || :
123 done
124 PS1='$ '
125 PS2='> '
126 PS4='+ '
128 # NLS nuisances.
129 LC_ALL=C
130 export LC_ALL
131 LANGUAGE=C
132 export LANGUAGE
134 # CDPATH.
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.
145 BASH_ENV=/dev/null
146 ENV=/dev/null
147 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
148 case $- in # ((((
149 *v*x* | *x*v* ) as_opts=-vx ;;
150 *v* ) as_opts=-v ;;
151 *x* ) as_opts=-x ;;
152 * ) as_opts= ;;
153 esac
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
158 as_fn_exit 255
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 :
164 emulate sh
165 NULLCMD=:
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+\"\$@\"}'='\"\$@\"'
169 setopt NO_GLOB_SUBST
170 else
171 case \`(set -o) 2>/dev/null\` in #(
172 *posix*) :
173 set -o posix ;; #(
174 *) :
176 esac
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; }
185 exitcode=0
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 :
192 else
193 exitcode=1; echo positional parameters were not saved.
195 test x\$exitcode = x0 || exit 1
196 test -x / || 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 :
203 as_have_required=yes
204 else
205 as_have_required=no
207 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
209 else
210 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
211 as_found=false
212 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
214 IFS=$as_save_IFS
215 test -z "$as_dir" && as_dir=.
216 as_found=:
217 case $as_dir in #(
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 :
226 break 2
229 done;;
230 esac
231 as_found=false
232 done
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
236 fi; }
237 IFS=$as_save_IFS
240 if test "x$CONFIG_SHELL" != x; then :
241 export CONFIG_SHELL
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.
246 BASH_ENV=/dev/null
247 ENV=/dev/null
248 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
249 case $- in # ((((
250 *v*x* | *x*v* ) as_opts=-vx ;;
251 *v* ) as_opts=-v ;;
252 *x* ) as_opts=-x ;;
253 * ) as_opts= ;;
254 esac
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
259 exit 255
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."
268 else
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."
275 exit 1
279 SHELL=${CONFIG_SHELL-/bin/sh}
280 export SHELL
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 ## --------------------- ##
288 # as_fn_unset VAR
289 # ---------------
290 # Portably unset VAR.
291 as_fn_unset ()
293 { eval $1=; unset $1;}
295 as_unset=as_fn_unset
297 # as_fn_set_status STATUS
298 # -----------------------
299 # Set $? to STATUS, without forking.
300 as_fn_set_status ()
302 return $1
303 } # as_fn_set_status
305 # as_fn_exit STATUS
306 # -----------------
307 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
308 as_fn_exit ()
310 set +e
311 as_fn_set_status $1
312 exit $1
313 } # as_fn_exit
315 # as_fn_mkdir_p
316 # -------------
317 # Create "$as_dir" as a directory, including parents if necessary.
318 as_fn_mkdir_p ()
321 case $as_dir in #(
322 -*) as_dir=./$as_dir;;
323 esac
324 test -d "$as_dir" || eval $as_mkdir_p || {
325 as_dirs=
326 while :; do
327 case $as_dir in #(
328 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
329 *) as_qdir=$as_dir;;
330 esac
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\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
339 s//\1/
342 /^X\(\/\/\)[^/].*/{
343 s//\1/
346 /^X\(\/\/\)$/{
347 s//\1/
350 /^X\(\/\).*/{
351 s//\1/
354 s/.*/./; q'`
355 test -d "$as_dir" && break
356 done
357 test -z "$as_dirs" || eval "mkdir $as_dirs"
358 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
361 } # as_fn_mkdir_p
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
375 # implementations.
376 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
377 eval 'as_fn_append ()
379 eval $1+=\$2
381 else
382 as_fn_append ()
384 eval $1=\$$1\$2
386 fi # as_fn_append
388 # as_fn_arith ARG...
389 # ------------------
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 :
394 eval 'as_fn_arith ()
396 as_val=$(( $* ))
398 else
399 as_fn_arith ()
401 as_val=`expr "$@" || test $? -eq 1`
403 fi # as_fn_arith
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.
411 as_fn_error ()
413 as_status=$1; test $as_status -eq 0 && as_status=1
414 if test "$4"; then
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
420 } # as_fn_error
422 if expr a : '\(a\)' >/dev/null 2>&1 &&
423 test "X`expr 00001 : '.*\(...\)'`" = X001; then
424 as_expr=expr
425 else
426 as_expr=false
429 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
430 as_basename=basename
431 else
432 as_basename=false
435 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
436 as_dirname=dirname
437 else
438 as_dirname=false
441 as_me=`$as_basename -- "$0" ||
442 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
443 X"$0" : 'X\(//\)$' \| \
444 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
445 $as_echo X/"$0" |
446 sed '/^.*\/\([^/][^/]*\)\/*$/{
447 s//\1/
450 /^X\/\(\/\/\)$/{
451 s//\1/
454 /^X\/\(\/\).*/{
455 s//\1/
458 s/.*/./; q'`
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. :-)
473 sed -n '
475 /[$]LINENO/=
476 ' <$as_myself |
477 sed '
478 s/[$]LINENO.*/&-/
479 t lineno
481 :lineno
483 :loop
484 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
485 t loop
486 s/-\n.*//
487 ' >$as_me.lineno &&
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).
498 . "./$as_me.lineno"
499 # Exit status is that of the last command.
500 exit
503 ECHO_C= ECHO_N= ECHO_T=
504 case `echo -n x` in #(((((
505 -n*)
506 case `echo 'xy\c'` in
507 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
508 xy) ECHO_C='\c';;
509 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
510 ECHO_T=' ';;
511 esac;;
513 ECHO_N='-n';;
514 esac
516 rm -f conf$$ conf$$.exe conf$$.file
517 if test -d conf$$.dir; then
518 rm -f conf$$.dir/conf$$.file
519 else
520 rm -f conf$$.dir
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
525 as_ln_s='ln -s'
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 ||
531 as_ln_s='cp -pR'
532 elif ln conf$$.file conf$$ 2>/dev/null; then
533 as_ln_s=ln
534 else
535 as_ln_s='cp -pR'
537 else
538 as_ln_s='cp -pR'
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"'
545 else
546 test -d ./-p && rmdir ./-p
547 as_mkdir_p=false
550 as_test_x='test -x'
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
561 exec 6>&1
563 # Name of the host.
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`
569 # Initializations.
571 ac_default_prefix=/usr/local
572 ac_clean_files=
573 ac_config_libobj_dir=.
574 LIBOBJS=
575 cross_compiling=no
576 subdirs=
577 MFLAGS=
578 MAKEFLAGS=
580 # Identity of this package.
581 PACKAGE_NAME='Wine'
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="\
591 #include <stdio.h>
592 #ifdef HAVE_SYS_TYPES_H
593 # include <sys/types.h>
594 #endif
595 #ifdef HAVE_SYS_STAT_H
596 # include <sys/stat.h>
597 #endif
598 #ifdef STDC_HEADERS
599 # include <stdlib.h>
600 # include <stddef.h>
601 #else
602 # ifdef HAVE_STDLIB_H
603 # include <stdlib.h>
604 # endif
605 #endif
606 #ifdef HAVE_STRING_H
607 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
608 # include <memory.h>
609 # endif
610 # include <string.h>
611 #endif
612 #ifdef HAVE_STRINGS_H
613 # include <strings.h>
614 #endif
615 #ifdef HAVE_INTTYPES_H
616 # include <inttypes.h>
617 #endif
618 #ifdef HAVE_STDINT_H
619 # include <stdint.h>
620 #endif
621 #ifdef HAVE_UNISTD_H
622 # include <unistd.h>
623 #endif"
625 ac_subst_vars='LTLIBOBJS
626 LIBOBJS
627 ALL_VARS_RULES
628 LDAP_LIBS
629 LDAP_CFLAGS
630 RT_LIBS
631 TOOLSEXT
632 MSVCRTFLAGS
633 VKD3D_SHADER_LIBS
634 VKD3D_SHADER_CFLAGS
635 VKD3D_LIBS
636 VKD3D_CFLAGS
637 NETAPI_LIBS
638 NETAPI_CFLAGS
639 PROCSTAT_LIBS
640 GSSAPI_LIBS
641 GSSAPI_CFLAGS
642 KRB5_LIBS
643 KRB5_CFLAGS
644 FONTCONFIG_LIBS
645 FONTCONFIG_CFLAGS
646 CUPS_LIBS
647 CUPS_CFLAGS
648 CAPI20_LIBS
649 CAPI20_CFLAGS
650 SDL2_LIBS
651 SDL2_CFLAGS
652 UNWIND_LIBS
653 UNWIND_CFLAGS
654 UDEV_LIBS
655 UDEV_CFLAGS
656 OSS4_LIBS
657 OSS4_CFLAGS
658 ALSA_LIBS
659 GSTREAMER_LIBS
660 GSTREAMER_CFLAGS
661 PULSE_LIBS
662 PULSE_CFLAGS
663 GETTEXTPO_LIBS
664 FREETYPE_LIBS
665 FREETYPE_CFLAGS
666 RESOLV_LIBS
667 GPHOTO2_PORT_LIBS
668 GPHOTO2_PORT_CFLAGS
669 GPHOTO2_LIBS
670 GPHOTO2_CFLAGS
671 USB_LIBS
672 USB_CFLAGS
673 SANE_LIBS
674 SANE_CFLAGS
675 GNUTLS_LIBS
676 GNUTLS_CFLAGS
677 HAL_LIBS
678 HAL_CFLAGS
679 DBUS_LIBS
680 DBUS_CFLAGS
681 INOTIFY_LIBS
682 INOTIFY_CFLAGS
683 PCAP_LIBS
684 X_EXTRA_LIBS
685 X_LIBS
686 X_PRE_LIBS
687 X_CFLAGS
688 XMKMF
689 PTHREAD_LIBS
690 ZLIB_PE_LIBS
691 ZLIB_PE_CFLAGS
692 XSLT_PE_LIBS
693 XSLT_PE_CFLAGS
694 XML2_PE_LIBS
695 XML2_PE_CFLAGS
696 TIFF_PE_LIBS
697 TIFF_PE_CFLAGS
698 PNG_PE_LIBS
699 PNG_PE_CFLAGS
700 MPG123_PE_LIBS
701 MPG123_PE_CFLAGS
702 LCMS2_PE_LIBS
703 LCMS2_PE_CFLAGS
704 JXR_PE_LIBS
705 JXR_PE_CFLAGS
706 JPEG_PE_LIBS
707 JPEG_PE_CFLAGS
708 GSM_PE_LIBS
709 GSM_PE_CFLAGS
710 FAUDIO_PE_LIBS
711 FAUDIO_PE_CFLAGS
712 EXCESS_PRECISION_CFLAGS
713 CROSSDEBUG
714 DELAYLOADFLAG
715 CROSSLDFLAGS
716 EXTRACROSSCFLAGS
717 CROSSCFLAGS
718 CROSSCC
719 CROSSTARGET
720 LIBWINE_DEPENDS
721 PRELINK
722 WINELOADER_DEPENDS
723 LIBWINE_LDFLAGS
724 LIBWINE_SHAREDLIB
725 METAL_LIBS
726 CARBON_LIBS
727 QUICKTIME_LIBS
728 OPENCL_LIBS
729 OPENAL_LIBS
730 COREAUDIO_LIBS
731 SECURITY_LIBS
732 DISKARBITRATION_LIBS
733 SYSTEMCONFIGURATION_LIBS
734 APPKIT_LIBS
735 CORESERVICES_LIBS
736 APPLICATIONSERVICES_LIBS
737 IOKIT_LIBS
738 COREFOUNDATION_LIBS
739 OBJCPP
740 ac_ct_OBJC
741 OBJCFLAGS
742 OBJC
743 DLLTOOL
744 WINELOADER_PROGRAMS
745 CONFIGURE_TARGETS
746 DISABLED_SUBDIRS
747 SUBDIRS
748 READELF
749 OTOOL
751 WINEPRELOADER_LDFLAGS
752 WINELOADER_LDFLAGS
753 TOP_INSTALL_DEV
754 TOP_INSTALL_LIB
755 UNIXLDFLAGS
756 UNIXDLLFLAGS
757 EXTRACFLAGS
758 LDEXECFLAGS
759 LDDLLFLAGS
760 DLLFLAGS
762 OPENGL_LIBS
763 I386_LIBS
764 ICOTOOL
765 CONVERT
766 RSVG
767 FONTFORGE
768 PKG_CONFIG
769 MSGFMT
770 LDCONFIG
771 EGREP
772 GREP
773 LN_S
774 RANLIB
775 STRIP
776 ac_ct_AR
778 BISON
779 FLEX
780 TOOLSDIR
781 TARGETFLAGS
783 CPPBIN
784 ac_ct_CXX
785 CXXFLAGS
787 OBJEXT
788 EXEEXT
789 ac_ct_CC
790 CPPFLAGS
791 LDFLAGS
792 CFLAGS
794 SET_MAKE
795 host_os
796 host_vendor
797 host_cpu
798 host
799 build_os
800 build_vendor
801 build_cpu
802 build
803 target_alias
804 host_alias
805 build_alias
806 LIBS
807 ECHO_T
808 ECHO_N
809 ECHO_C
810 DEFS
811 mandir
812 localedir
813 libdir
814 psdir
815 pdfdir
816 dvidir
817 htmldir
818 infodir
819 docdir
820 oldincludedir
821 includedir
822 runstatedir
823 localstatedir
824 sharedstatedir
825 sysconfdir
826 datadir
827 datarootdir
828 libexecdir
829 sbindir
830 bindir
831 program_transform_name
832 prefix
833 exec_prefix
834 PACKAGE_URL
835 PACKAGE_BUGREPORT
836 PACKAGE_STRING
837 PACKAGE_VERSION
838 PACKAGE_TARNAME
839 PACKAGE_NAME
840 PATH_SEPARATOR
841 SHELL'
842 ac_subst_files=''
843 ac_user_opts='
844 enable_option_checking
845 enable_win16
846 enable_win64
847 enable_tests
848 enable_build_id
849 enable_maintainer_mode
850 enable_silent_rules
851 enable_werror
852 with_alsa
853 with_capi
854 with_coreaudio
855 with_cups
856 with_dbus
857 with_float_abi
858 with_fontconfig
859 with_freetype
860 with_gettext
861 with_gettextpo
862 with_gphoto
863 with_gnutls
864 with_gssapi
865 with_gstreamer
866 with_hal
867 with_inotify
868 with_krb5
869 with_ldap
870 with_mingw
871 with_netapi
872 with_openal
873 with_opencl
874 with_opengl
875 with_osmesa
876 with_oss
877 with_pcap
878 with_pthread
879 with_pulse
880 with_quicktime
881 with_sane
882 with_sdl
883 with_udev
884 with_unwind
885 with_usb
886 with_v4l2
887 with_vkd3d
888 with_vulkan
889 with_xcomposite
890 with_xcursor
891 with_xfixes
892 with_xinerama
893 with_xinput
894 with_xinput2
895 with_xrandr
896 with_xrender
897 with_xshape
898 with_xshm
899 with_xxf86vm
900 with_wine_tools
901 with_wine64
902 enable_largefile
903 with_x
904 enable_acledit
905 enable_aclui
906 enable_activeds_tlb
907 enable_activeds
908 enable_actxprxy
909 enable_adsldp
910 enable_adsldpc
911 enable_advapi32
912 enable_advpack
913 enable_amsi
914 enable_amstream
915 enable_api_ms_win_appmodel_identity_l1_1_0
916 enable_api_ms_win_appmodel_runtime_l1_1_1
917 enable_api_ms_win_appmodel_runtime_l1_1_2
918 enable_api_ms_win_core_apiquery_l1_1_0
919 enable_api_ms_win_core_appcompat_l1_1_1
920 enable_api_ms_win_core_appinit_l1_1_0
921 enable_api_ms_win_core_atoms_l1_1_0
922 enable_api_ms_win_core_bem_l1_1_0
923 enable_api_ms_win_core_com_l1_1_0
924 enable_api_ms_win_core_com_l1_1_1
925 enable_api_ms_win_core_com_private_l1_1_0
926 enable_api_ms_win_core_comm_l1_1_0
927 enable_api_ms_win_core_console_l1_1_0
928 enable_api_ms_win_core_console_l1_2_0
929 enable_api_ms_win_core_console_l2_1_0
930 enable_api_ms_win_core_console_l3_2_0
931 enable_api_ms_win_core_crt_l1_1_0
932 enable_api_ms_win_core_crt_l2_1_0
933 enable_api_ms_win_core_datetime_l1_1_0
934 enable_api_ms_win_core_datetime_l1_1_1
935 enable_api_ms_win_core_debug_l1_1_0
936 enable_api_ms_win_core_debug_l1_1_1
937 enable_api_ms_win_core_delayload_l1_1_0
938 enable_api_ms_win_core_delayload_l1_1_1
939 enable_api_ms_win_core_errorhandling_l1_1_0
940 enable_api_ms_win_core_errorhandling_l1_1_1
941 enable_api_ms_win_core_errorhandling_l1_1_2
942 enable_api_ms_win_core_errorhandling_l1_1_3
943 enable_api_ms_win_core_featurestaging_l1_1_0
944 enable_api_ms_win_core_fibers_l1_1_0
945 enable_api_ms_win_core_fibers_l1_1_1
946 enable_api_ms_win_core_file_ansi_l2_1_0
947 enable_api_ms_win_core_file_fromapp_l1_1_0
948 enable_api_ms_win_core_file_l1_1_0
949 enable_api_ms_win_core_file_l1_2_0
950 enable_api_ms_win_core_file_l1_2_1
951 enable_api_ms_win_core_file_l1_2_2
952 enable_api_ms_win_core_file_l2_1_0
953 enable_api_ms_win_core_file_l2_1_1
954 enable_api_ms_win_core_file_l2_1_2
955 enable_api_ms_win_core_handle_l1_1_0
956 enable_api_ms_win_core_heap_l1_1_0
957 enable_api_ms_win_core_heap_l1_2_0
958 enable_api_ms_win_core_heap_l2_1_0
959 enable_api_ms_win_core_heap_obsolete_l1_1_0
960 enable_api_ms_win_core_interlocked_l1_1_0
961 enable_api_ms_win_core_interlocked_l1_2_0
962 enable_api_ms_win_core_io_l1_1_0
963 enable_api_ms_win_core_io_l1_1_1
964 enable_api_ms_win_core_job_l1_1_0
965 enable_api_ms_win_core_job_l2_1_0
966 enable_api_ms_win_core_kernel32_legacy_l1_1_0
967 enable_api_ms_win_core_kernel32_legacy_l1_1_1
968 enable_api_ms_win_core_kernel32_legacy_l1_1_2
969 enable_api_ms_win_core_kernel32_legacy_l1_1_5
970 enable_api_ms_win_core_kernel32_private_l1_1_1
971 enable_api_ms_win_core_largeinteger_l1_1_0
972 enable_api_ms_win_core_libraryloader_l1_1_0
973 enable_api_ms_win_core_libraryloader_l1_1_1
974 enable_api_ms_win_core_libraryloader_l1_2_0
975 enable_api_ms_win_core_libraryloader_l1_2_1
976 enable_api_ms_win_core_libraryloader_l1_2_2
977 enable_api_ms_win_core_libraryloader_l2_1_0
978 enable_api_ms_win_core_localization_l1_1_0
979 enable_api_ms_win_core_localization_l1_2_0
980 enable_api_ms_win_core_localization_l1_2_1
981 enable_api_ms_win_core_localization_l1_2_2
982 enable_api_ms_win_core_localization_l2_1_0
983 enable_api_ms_win_core_localization_obsolete_l1_1_0
984 enable_api_ms_win_core_localization_obsolete_l1_2_0
985 enable_api_ms_win_core_localization_obsolete_l1_3_0
986 enable_api_ms_win_core_localization_private_l1_1_0
987 enable_api_ms_win_core_localregistry_l1_1_0
988 enable_api_ms_win_core_memory_l1_1_0
989 enable_api_ms_win_core_memory_l1_1_1
990 enable_api_ms_win_core_memory_l1_1_2
991 enable_api_ms_win_core_memory_l1_1_3
992 enable_api_ms_win_core_memory_l1_1_4
993 enable_api_ms_win_core_misc_l1_1_0
994 enable_api_ms_win_core_namedpipe_ansi_l1_1_0
995 enable_api_ms_win_core_namedpipe_l1_1_0
996 enable_api_ms_win_core_namedpipe_l1_2_0
997 enable_api_ms_win_core_namespace_l1_1_0
998 enable_api_ms_win_core_normalization_l1_1_0
999 enable_api_ms_win_core_path_l1_1_0
1000 enable_api_ms_win_core_privateprofile_l1_1_1
1001 enable_api_ms_win_core_processenvironment_l1_1_0
1002 enable_api_ms_win_core_processenvironment_l1_2_0
1003 enable_api_ms_win_core_processthreads_l1_1_0
1004 enable_api_ms_win_core_processthreads_l1_1_1
1005 enable_api_ms_win_core_processthreads_l1_1_2
1006 enable_api_ms_win_core_processthreads_l1_1_3
1007 enable_api_ms_win_core_processtopology_l1_1_0
1008 enable_api_ms_win_core_processtopology_obsolete_l1_1_0
1009 enable_api_ms_win_core_profile_l1_1_0
1010 enable_api_ms_win_core_psapi_ansi_l1_1_0
1011 enable_api_ms_win_core_psapi_l1_1_0
1012 enable_api_ms_win_core_psapi_obsolete_l1_1_0
1013 enable_api_ms_win_core_psm_appnotify_l1_1_0
1014 enable_api_ms_win_core_quirks_l1_1_0
1015 enable_api_ms_win_core_realtime_l1_1_0
1016 enable_api_ms_win_core_realtime_l1_1_1
1017 enable_api_ms_win_core_registry_l1_1_0
1018 enable_api_ms_win_core_registry_l2_1_0
1019 enable_api_ms_win_core_registry_l2_2_0
1020 enable_api_ms_win_core_registryuserspecific_l1_1_0
1021 enable_api_ms_win_core_rtlsupport_l1_1_0
1022 enable_api_ms_win_core_rtlsupport_l1_2_0
1023 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
1024 enable_api_ms_win_core_shlwapi_obsolete_l1_1_0
1025 enable_api_ms_win_core_shlwapi_obsolete_l1_2_0
1026 enable_api_ms_win_core_shutdown_l1_1_0
1027 enable_api_ms_win_core_sidebyside_l1_1_0
1028 enable_api_ms_win_core_string_l1_1_0
1029 enable_api_ms_win_core_string_l2_1_0
1030 enable_api_ms_win_core_string_obsolete_l1_1_0
1031 enable_api_ms_win_core_stringansi_l1_1_0
1032 enable_api_ms_win_core_stringloader_l1_1_1
1033 enable_api_ms_win_core_synch_ansi_l1_1_0
1034 enable_api_ms_win_core_synch_l1_1_0
1035 enable_api_ms_win_core_synch_l1_2_0
1036 enable_api_ms_win_core_synch_l1_2_1
1037 enable_api_ms_win_core_sysinfo_l1_1_0
1038 enable_api_ms_win_core_sysinfo_l1_2_0
1039 enable_api_ms_win_core_sysinfo_l1_2_1
1040 enable_api_ms_win_core_systemtopology_l1_1_0
1041 enable_api_ms_win_core_threadpool_l1_1_0
1042 enable_api_ms_win_core_threadpool_l1_2_0
1043 enable_api_ms_win_core_threadpool_legacy_l1_1_0
1044 enable_api_ms_win_core_threadpool_private_l1_1_0
1045 enable_api_ms_win_core_timezone_l1_1_0
1046 enable_api_ms_win_core_toolhelp_l1_1_0
1047 enable_api_ms_win_core_url_l1_1_0
1048 enable_api_ms_win_core_util_l1_1_0
1049 enable_api_ms_win_core_version_l1_1_0
1050 enable_api_ms_win_core_version_l1_1_1
1051 enable_api_ms_win_core_version_private_l1_1_0
1052 enable_api_ms_win_core_versionansi_l1_1_0
1053 enable_api_ms_win_core_windowserrorreporting_l1_1_0
1054 enable_api_ms_win_core_winrt_error_l1_1_0
1055 enable_api_ms_win_core_winrt_error_l1_1_1
1056 enable_api_ms_win_core_winrt_errorprivate_l1_1_1
1057 enable_api_ms_win_core_winrt_l1_1_0
1058 enable_api_ms_win_core_winrt_registration_l1_1_0
1059 enable_api_ms_win_core_winrt_roparameterizediid_l1_1_0
1060 enable_api_ms_win_core_winrt_string_l1_1_0
1061 enable_api_ms_win_core_winrt_string_l1_1_1
1062 enable_api_ms_win_core_wow64_l1_1_0
1063 enable_api_ms_win_core_wow64_l1_1_1
1064 enable_api_ms_win_core_xstate_l1_1_0
1065 enable_api_ms_win_core_xstate_l2_1_0
1066 enable_api_ms_win_crt_conio_l1_1_0
1067 enable_api_ms_win_crt_convert_l1_1_0
1068 enable_api_ms_win_crt_environment_l1_1_0
1069 enable_api_ms_win_crt_filesystem_l1_1_0
1070 enable_api_ms_win_crt_heap_l1_1_0
1071 enable_api_ms_win_crt_locale_l1_1_0
1072 enable_api_ms_win_crt_math_l1_1_0
1073 enable_api_ms_win_crt_multibyte_l1_1_0
1074 enable_api_ms_win_crt_private_l1_1_0
1075 enable_api_ms_win_crt_process_l1_1_0
1076 enable_api_ms_win_crt_runtime_l1_1_0
1077 enable_api_ms_win_crt_stdio_l1_1_0
1078 enable_api_ms_win_crt_string_l1_1_0
1079 enable_api_ms_win_crt_time_l1_1_0
1080 enable_api_ms_win_crt_utility_l1_1_0
1081 enable_api_ms_win_devices_config_l1_1_0
1082 enable_api_ms_win_devices_config_l1_1_1
1083 enable_api_ms_win_devices_query_l1_1_1
1084 enable_api_ms_win_downlevel_advapi32_l1_1_0
1085 enable_api_ms_win_downlevel_advapi32_l2_1_0
1086 enable_api_ms_win_downlevel_kernel32_l2_1_0
1087 enable_api_ms_win_downlevel_normaliz_l1_1_0
1088 enable_api_ms_win_downlevel_ole32_l1_1_0
1089 enable_api_ms_win_downlevel_shell32_l1_1_0
1090 enable_api_ms_win_downlevel_shlwapi_l1_1_0
1091 enable_api_ms_win_downlevel_shlwapi_l2_1_0
1092 enable_api_ms_win_downlevel_user32_l1_1_0
1093 enable_api_ms_win_downlevel_version_l1_1_0
1094 enable_api_ms_win_dx_d3dkmt_l1_1_0
1095 enable_api_ms_win_eventing_classicprovider_l1_1_0
1096 enable_api_ms_win_eventing_consumer_l1_1_0
1097 enable_api_ms_win_eventing_controller_l1_1_0
1098 enable_api_ms_win_eventing_legacy_l1_1_0
1099 enable_api_ms_win_eventing_provider_l1_1_0
1100 enable_api_ms_win_eventlog_legacy_l1_1_0
1101 enable_api_ms_win_gaming_tcui_l1_1_0
1102 enable_api_ms_win_gdi_dpiinfo_l1_1_0
1103 enable_api_ms_win_mm_joystick_l1_1_0
1104 enable_api_ms_win_mm_misc_l1_1_1
1105 enable_api_ms_win_mm_mme_l1_1_0
1106 enable_api_ms_win_mm_time_l1_1_0
1107 enable_api_ms_win_ntuser_dc_access_l1_1_0
1108 enable_api_ms_win_ntuser_rectangle_l1_1_0
1109 enable_api_ms_win_ntuser_sysparams_l1_1_0
1110 enable_api_ms_win_perf_legacy_l1_1_0
1111 enable_api_ms_win_power_base_l1_1_0
1112 enable_api_ms_win_power_setting_l1_1_0
1113 enable_api_ms_win_rtcore_ntuser_draw_l1_1_0
1114 enable_api_ms_win_rtcore_ntuser_private_l1_1_0
1115 enable_api_ms_win_rtcore_ntuser_private_l1_1_4
1116 enable_api_ms_win_rtcore_ntuser_window_l1_1_0
1117 enable_api_ms_win_rtcore_ntuser_winevent_l1_1_0
1118 enable_api_ms_win_rtcore_ntuser_wmpointer_l1_1_0
1119 enable_api_ms_win_rtcore_ntuser_wmpointer_l1_1_3
1120 enable_api_ms_win_security_activedirectoryclient_l1_1_0
1121 enable_api_ms_win_security_audit_l1_1_1
1122 enable_api_ms_win_security_base_l1_1_0
1123 enable_api_ms_win_security_base_l1_2_0
1124 enable_api_ms_win_security_base_private_l1_1_1
1125 enable_api_ms_win_security_credentials_l1_1_0
1126 enable_api_ms_win_security_cryptoapi_l1_1_0
1127 enable_api_ms_win_security_grouppolicy_l1_1_0
1128 enable_api_ms_win_security_lsalookup_l1_1_0
1129 enable_api_ms_win_security_lsalookup_l1_1_1
1130 enable_api_ms_win_security_lsalookup_l2_1_0
1131 enable_api_ms_win_security_lsalookup_l2_1_1
1132 enable_api_ms_win_security_lsapolicy_l1_1_0
1133 enable_api_ms_win_security_provider_l1_1_0
1134 enable_api_ms_win_security_sddl_l1_1_0
1135 enable_api_ms_win_security_systemfunctions_l1_1_0
1136 enable_api_ms_win_service_core_l1_1_0
1137 enable_api_ms_win_service_core_l1_1_1
1138 enable_api_ms_win_service_management_l1_1_0
1139 enable_api_ms_win_service_management_l2_1_0
1140 enable_api_ms_win_service_private_l1_1_1
1141 enable_api_ms_win_service_winsvc_l1_1_0
1142 enable_api_ms_win_service_winsvc_l1_2_0
1143 enable_api_ms_win_shcore_obsolete_l1_1_0
1144 enable_api_ms_win_shcore_scaling_l1_1_0
1145 enable_api_ms_win_shcore_scaling_l1_1_1
1146 enable_api_ms_win_shcore_stream_l1_1_0
1147 enable_api_ms_win_shcore_stream_winrt_l1_1_0
1148 enable_api_ms_win_shcore_thread_l1_1_0
1149 enable_api_ms_win_shell_shellcom_l1_1_0
1150 enable_api_ms_win_shell_shellfolders_l1_1_0
1151 enable_apphelp
1152 enable_appwiz_cpl
1153 enable_atl
1154 enable_atl100
1155 enable_atl110
1156 enable_atl80
1157 enable_atl90
1158 enable_atlthunk
1159 enable_atmlib
1160 enable_authz
1161 enable_avicap32
1162 enable_avifil32
1163 enable_avrt
1164 enable_bcrypt
1165 enable_bluetoothapis
1166 enable_browseui
1167 enable_bthprops_cpl
1168 enable_cabinet
1169 enable_capi2032
1170 enable_cards
1171 enable_cdosys
1172 enable_cfgmgr32
1173 enable_clusapi
1174 enable_cng_sys
1175 enable_combase
1176 enable_comcat
1177 enable_comctl32
1178 enable_comdlg32
1179 enable_compstui
1180 enable_comsvcs
1181 enable_concrt140
1182 enable_connect
1183 enable_credui
1184 enable_crtdll
1185 enable_crypt32
1186 enable_cryptdlg
1187 enable_cryptdll
1188 enable_cryptext
1189 enable_cryptnet
1190 enable_cryptsp
1191 enable_cryptui
1192 enable_ctapi32
1193 enable_ctl3d32
1194 enable_d2d1
1195 enable_d3d10
1196 enable_d3d10_1
1197 enable_d3d10core
1198 enable_d3d11
1199 enable_d3d12
1200 enable_d3d8
1201 enable_d3d8thk
1202 enable_d3d9
1203 enable_d3dcompiler_33
1204 enable_d3dcompiler_34
1205 enable_d3dcompiler_35
1206 enable_d3dcompiler_36
1207 enable_d3dcompiler_37
1208 enable_d3dcompiler_38
1209 enable_d3dcompiler_39
1210 enable_d3dcompiler_40
1211 enable_d3dcompiler_41
1212 enable_d3dcompiler_42
1213 enable_d3dcompiler_43
1214 enable_d3dcompiler_46
1215 enable_d3dcompiler_47
1216 enable_d3dim
1217 enable_d3dim700
1218 enable_d3drm
1219 enable_d3dx10_33
1220 enable_d3dx10_34
1221 enable_d3dx10_35
1222 enable_d3dx10_36
1223 enable_d3dx10_37
1224 enable_d3dx10_38
1225 enable_d3dx10_39
1226 enable_d3dx10_40
1227 enable_d3dx10_41
1228 enable_d3dx10_42
1229 enable_d3dx10_43
1230 enable_d3dx11_42
1231 enable_d3dx11_43
1232 enable_d3dx9_24
1233 enable_d3dx9_25
1234 enable_d3dx9_26
1235 enable_d3dx9_27
1236 enable_d3dx9_28
1237 enable_d3dx9_29
1238 enable_d3dx9_30
1239 enable_d3dx9_31
1240 enable_d3dx9_32
1241 enable_d3dx9_33
1242 enable_d3dx9_34
1243 enable_d3dx9_35
1244 enable_d3dx9_36
1245 enable_d3dx9_37
1246 enable_d3dx9_38
1247 enable_d3dx9_39
1248 enable_d3dx9_40
1249 enable_d3dx9_41
1250 enable_d3dx9_42
1251 enable_d3dx9_43
1252 enable_d3dxof
1253 enable_davclnt
1254 enable_dbgeng
1255 enable_dbghelp
1256 enable_dciman32
1257 enable_dcomp
1258 enable_ddraw
1259 enable_ddrawex
1260 enable_devenum
1261 enable_dhcpcsvc
1262 enable_dhcpcsvc6
1263 enable_dhtmled_ocx
1264 enable_difxapi
1265 enable_dinput
1266 enable_dinput8
1267 enable_directmanipulation
1268 enable_dispex
1269 enable_dmband
1270 enable_dmcompos
1271 enable_dmime
1272 enable_dmloader
1273 enable_dmscript
1274 enable_dmstyle
1275 enable_dmsynth
1276 enable_dmusic
1277 enable_dmusic32
1278 enable_dnsapi
1279 enable_dplay
1280 enable_dplayx
1281 enable_dpnaddr
1282 enable_dpnet
1283 enable_dpnhpast
1284 enable_dpnhupnp
1285 enable_dpnlobby
1286 enable_dpvoice
1287 enable_dpwsockx
1288 enable_drmclien
1289 enable_dsdmo
1290 enable_dsound
1291 enable_dsquery
1292 enable_dssenh
1293 enable_dsuiext
1294 enable_dswave
1295 enable_dwmapi
1296 enable_dwrite
1297 enable_dx8vb
1298 enable_dxdiagn
1299 enable_dxgi
1300 enable_dxtrans
1301 enable_dxva2
1302 enable_esent
1303 enable_evr
1304 enable_explorerframe
1305 enable_ext_ms_win_authz_context_l1_1_0
1306 enable_ext_ms_win_domainjoin_netjoin_l1_1_0
1307 enable_ext_ms_win_dwmapi_ext_l1_1_0
1308 enable_ext_ms_win_gdi_dc_create_l1_1_0
1309 enable_ext_ms_win_gdi_dc_create_l1_1_1
1310 enable_ext_ms_win_gdi_dc_l1_2_0
1311 enable_ext_ms_win_gdi_devcaps_l1_1_0
1312 enable_ext_ms_win_gdi_draw_l1_1_0
1313 enable_ext_ms_win_gdi_draw_l1_1_1
1314 enable_ext_ms_win_gdi_font_l1_1_0
1315 enable_ext_ms_win_gdi_font_l1_1_1
1316 enable_ext_ms_win_gdi_render_l1_1_0
1317 enable_ext_ms_win_kernel32_package_current_l1_1_0
1318 enable_ext_ms_win_kernel32_package_l1_1_1
1319 enable_ext_ms_win_ntuser_dialogbox_l1_1_0
1320 enable_ext_ms_win_ntuser_draw_l1_1_0
1321 enable_ext_ms_win_ntuser_gui_l1_1_0
1322 enable_ext_ms_win_ntuser_gui_l1_3_0
1323 enable_ext_ms_win_ntuser_keyboard_l1_3_0
1324 enable_ext_ms_win_ntuser_message_l1_1_0
1325 enable_ext_ms_win_ntuser_message_l1_1_1
1326 enable_ext_ms_win_ntuser_misc_l1_1_0
1327 enable_ext_ms_win_ntuser_misc_l1_2_0
1328 enable_ext_ms_win_ntuser_misc_l1_5_1
1329 enable_ext_ms_win_ntuser_mouse_l1_1_0
1330 enable_ext_ms_win_ntuser_private_l1_1_1
1331 enable_ext_ms_win_ntuser_private_l1_3_1
1332 enable_ext_ms_win_ntuser_rectangle_ext_l1_1_0
1333 enable_ext_ms_win_ntuser_uicontext_ext_l1_1_0
1334 enable_ext_ms_win_ntuser_window_l1_1_0
1335 enable_ext_ms_win_ntuser_window_l1_1_1
1336 enable_ext_ms_win_ntuser_window_l1_1_4
1337 enable_ext_ms_win_ntuser_windowclass_l1_1_0
1338 enable_ext_ms_win_ntuser_windowclass_l1_1_1
1339 enable_ext_ms_win_oleacc_l1_1_0
1340 enable_ext_ms_win_ras_rasapi32_l1_1_0
1341 enable_ext_ms_win_rtcore_gdi_devcaps_l1_1_0
1342 enable_ext_ms_win_rtcore_gdi_object_l1_1_0
1343 enable_ext_ms_win_rtcore_gdi_rgn_l1_1_0
1344 enable_ext_ms_win_rtcore_ntuser_cursor_l1_1_0
1345 enable_ext_ms_win_rtcore_ntuser_dc_access_l1_1_0
1346 enable_ext_ms_win_rtcore_ntuser_dpi_l1_1_0
1347 enable_ext_ms_win_rtcore_ntuser_dpi_l1_2_0
1348 enable_ext_ms_win_rtcore_ntuser_rawinput_l1_1_0
1349 enable_ext_ms_win_rtcore_ntuser_syscolors_l1_1_0
1350 enable_ext_ms_win_rtcore_ntuser_sysparams_l1_1_0
1351 enable_ext_ms_win_security_credui_l1_1_0
1352 enable_ext_ms_win_security_cryptui_l1_1_0
1353 enable_ext_ms_win_shell_comctl32_init_l1_1_0
1354 enable_ext_ms_win_shell_comdlg32_l1_1_0
1355 enable_ext_ms_win_shell_shell32_l1_2_0
1356 enable_ext_ms_win_uxtheme_themes_l1_1_0
1357 enable_faultrep
1358 enable_feclient
1359 enable_fltlib
1360 enable_fltmgr_sys
1361 enable_fntcache
1362 enable_fontsub
1363 enable_fusion
1364 enable_fwpuclnt
1365 enable_gameux
1366 enable_gamingtcui
1367 enable_gdi32
1368 enable_gdiplus
1369 enable_glu32
1370 enable_gphoto2_ds
1371 enable_gpkcsp
1372 enable_hal
1373 enable_hhctrl_ocx
1374 enable_hid
1375 enable_hidclass_sys
1376 enable_hidparse_sys
1377 enable_hlink
1378 enable_hnetcfg
1379 enable_http_sys
1380 enable_httpapi
1381 enable_iccvid
1382 enable_icmp
1383 enable_ieframe
1384 enable_ieproxy
1385 enable_imaadp32_acm
1386 enable_imagehlp
1387 enable_imm32
1388 enable_inetcomm
1389 enable_inetcpl_cpl
1390 enable_inetmib1
1391 enable_infosoft
1392 enable_initpki
1393 enable_inkobj
1394 enable_inseng
1395 enable_iphlpapi
1396 enable_iprop
1397 enable_irprops_cpl
1398 enable_itircl
1399 enable_itss
1400 enable_joy_cpl
1401 enable_jscript
1402 enable_jsproxy
1403 enable_kerberos
1404 enable_kernel32
1405 enable_kernelbase
1406 enable_ksecdd_sys
1407 enable_ksproxy_ax
1408 enable_ksuser
1409 enable_ktmw32
1410 enable_l3codeca_acm
1411 enable_light_msstyles
1412 enable_loadperf
1413 enable_localspl
1414 enable_localui
1415 enable_lz32
1416 enable_mapi32
1417 enable_mapistub
1418 enable_mciavi32
1419 enable_mcicda
1420 enable_mciqtz32
1421 enable_mciseq
1422 enable_mciwave
1423 enable_mf
1424 enable_mf3216
1425 enable_mferror
1426 enable_mfmediaengine
1427 enable_mfplat
1428 enable_mfplay
1429 enable_mfreadwrite
1430 enable_mgmtapi
1431 enable_midimap
1432 enable_mlang
1433 enable_mmcndmgr
1434 enable_mmdevapi
1435 enable_mountmgr_sys
1436 enable_mp3dmod
1437 enable_mpr
1438 enable_mprapi
1439 enable_msacm32_drv
1440 enable_msacm32
1441 enable_msado15
1442 enable_msadp32_acm
1443 enable_msasn1
1444 enable_mscat32
1445 enable_mscms
1446 enable_mscoree
1447 enable_mscorwks
1448 enable_msctf
1449 enable_msctfp
1450 enable_msdaps
1451 enable_msdasql
1452 enable_msdelta
1453 enable_msdmo
1454 enable_msdrm
1455 enable_msftedit
1456 enable_msg711_acm
1457 enable_msgsm32_acm
1458 enable_mshtml_tlb
1459 enable_mshtml
1460 enable_msi
1461 enable_msident
1462 enable_msimg32
1463 enable_msimsg
1464 enable_msimtf
1465 enable_msisip
1466 enable_msisys_ocx
1467 enable_msls31
1468 enable_msnet32
1469 enable_mspatcha
1470 enable_msports
1471 enable_msrle32
1472 enable_msscript_ocx
1473 enable_mssign32
1474 enable_mssip32
1475 enable_mstask
1476 enable_msv1_0
1477 enable_msvcirt
1478 enable_msvcm80
1479 enable_msvcm90
1480 enable_msvcp100
1481 enable_msvcp110
1482 enable_msvcp120
1483 enable_msvcp120_app
1484 enable_msvcp140
1485 enable_msvcp140_1
1486 enable_msvcp60
1487 enable_msvcp70
1488 enable_msvcp71
1489 enable_msvcp80
1490 enable_msvcp90
1491 enable_msvcr100
1492 enable_msvcr110
1493 enable_msvcr120
1494 enable_msvcr120_app
1495 enable_msvcr70
1496 enable_msvcr71
1497 enable_msvcr80
1498 enable_msvcr90
1499 enable_msvcrt
1500 enable_msvcrt20
1501 enable_msvcrt40
1502 enable_msvcrtd
1503 enable_msvfw32
1504 enable_msvidc32
1505 enable_mswsock
1506 enable_msxml
1507 enable_msxml2
1508 enable_msxml3
1509 enable_msxml4
1510 enable_msxml6
1511 enable_mtxdm
1512 enable_ncrypt
1513 enable_nddeapi
1514 enable_ndis_sys
1515 enable_netapi32
1516 enable_netcfgx
1517 enable_netio_sys
1518 enable_netprofm
1519 enable_netutils
1520 enable_newdev
1521 enable_ninput
1522 enable_normaliz
1523 enable_npmshtml
1524 enable_npptools
1525 enable_nsi
1526 enable_nsiproxy_sys
1527 enable_ntdll
1528 enable_ntdsapi
1529 enable_ntoskrnl_exe
1530 enable_ntprint
1531 enable_objsel
1532 enable_odbc32
1533 enable_odbcbcp
1534 enable_odbccp32
1535 enable_odbccu32
1536 enable_ole32
1537 enable_oleacc
1538 enable_oleaut32
1539 enable_olecli32
1540 enable_oledb32
1541 enable_oledlg
1542 enable_olepro32
1543 enable_olesvr32
1544 enable_olethk32
1545 enable_opcservices
1546 enable_openal32
1547 enable_opencl
1548 enable_opengl32
1549 enable_packager
1550 enable_pdh
1551 enable_photometadatahandler
1552 enable_pidgen
1553 enable_powrprof
1554 enable_printui
1555 enable_prntvpt
1556 enable_propsys
1557 enable_psapi
1558 enable_pstorec
1559 enable_pwrshplugin
1560 enable_qasf
1561 enable_qcap
1562 enable_qdvd
1563 enable_qedit
1564 enable_qmgr
1565 enable_qmgrprxy
1566 enable_quartz
1567 enable_query
1568 enable_qwave
1569 enable_rasapi32
1570 enable_rasdlg
1571 enable_regapi
1572 enable_resutils
1573 enable_riched20
1574 enable_riched32
1575 enable_rpcrt4
1576 enable_rsabase
1577 enable_rsaenh
1578 enable_rstrtmgr
1579 enable_rtutils
1580 enable_rtworkq
1581 enable_samlib
1582 enable_sane_ds
1583 enable_sapi
1584 enable_sas
1585 enable_scarddlg
1586 enable_sccbase
1587 enable_schannel
1588 enable_schedsvc
1589 enable_scrobj
1590 enable_scrrun
1591 enable_scsiport_sys
1592 enable_sechost
1593 enable_secur32
1594 enable_security
1595 enable_sensapi
1596 enable_serialui
1597 enable_setupapi
1598 enable_sfc
1599 enable_sfc_os
1600 enable_shcore
1601 enable_shdoclc
1602 enable_shdocvw
1603 enable_shell32
1604 enable_shfolder
1605 enable_shlwapi
1606 enable_slbcsp
1607 enable_slc
1608 enable_snmpapi
1609 enable_softpub
1610 enable_spoolss
1611 enable_sppc
1612 enable_srclient
1613 enable_srvcli
1614 enable_sspicli
1615 enable_stdole2_tlb
1616 enable_stdole32_tlb
1617 enable_sti
1618 enable_strmbase
1619 enable_strmdll
1620 enable_svrapi
1621 enable_sxs
1622 enable_t2embed
1623 enable_tapi32
1624 enable_taskschd
1625 enable_tbs
1626 enable_tdh
1627 enable_tdi_sys
1628 enable_traffic
1629 enable_twain_32
1630 enable_tzres
1631 enable_ucrtbase
1632 enable_uianimation
1633 enable_uiautomationcore
1634 enable_uiribbon
1635 enable_unicows
1636 enable_updspapi
1637 enable_url
1638 enable_urlmon
1639 enable_usbd_sys
1640 enable_user32
1641 enable_userenv
1642 enable_usp10
1643 enable_utildll
1644 enable_uxtheme
1645 enable_vbscript
1646 enable_vcomp
1647 enable_vcomp100
1648 enable_vcomp110
1649 enable_vcomp120
1650 enable_vcomp140
1651 enable_vcomp90
1652 enable_vcruntime140
1653 enable_vcruntime140_1
1654 enable_vdmdbg
1655 enable_version
1656 enable_vga
1657 enable_virtdisk
1658 enable_vssapi
1659 enable_vulkan_1
1660 enable_wbemdisp
1661 enable_wbemprox
1662 enable_wdscore
1663 enable_webservices
1664 enable_websocket
1665 enable_wer
1666 enable_wevtapi
1667 enable_wevtsvc
1668 enable_wiaservc
1669 enable_wimgapi
1670 enable_win32u
1671 enable_windows_devices_enumeration
1672 enable_windows_gaming_input
1673 enable_windows_globalization
1674 enable_windows_media_devices
1675 enable_windows_media_speech
1676 enable_windowscodecs
1677 enable_windowscodecsext
1678 enable_winealsa_drv
1679 enable_wineandroid_drv
1680 enable_winebus_sys
1681 enable_winecoreaudio_drv
1682 enable_winecrt0
1683 enable_wined3d
1684 enable_winegstreamer
1685 enable_winehid_sys
1686 enable_winejoystick_drv
1687 enable_winemac_drv
1688 enable_winemapi
1689 enable_wineoss_drv
1690 enable_wineps_drv
1691 enable_winepulse_drv
1692 enable_wineqtdecoder
1693 enable_wineusb_sys
1694 enable_winevulkan
1695 enable_winex11_drv
1696 enable_winexinput_sys
1697 enable_wing32
1698 enable_winhttp
1699 enable_wininet
1700 enable_winmm
1701 enable_winnls32
1702 enable_winscard
1703 enable_winspool_drv
1704 enable_winsta
1705 enable_wintab32
1706 enable_wintrust
1707 enable_winusb
1708 enable_wlanapi
1709 enable_wlanui
1710 enable_wldap32
1711 enable_wmasf
1712 enable_wmi
1713 enable_wmiutils
1714 enable_wmp
1715 enable_wmphoto
1716 enable_wmvcore
1717 enable_wnaspi32
1718 enable_wow64
1719 enable_wow64cpu
1720 enable_wow64win
1721 enable_wpc
1722 enable_wpcap
1723 enable_ws2_32
1724 enable_wsdapi
1725 enable_wshom_ocx
1726 enable_wsnmp32
1727 enable_wsock32
1728 enable_wtsapi32
1729 enable_wuapi
1730 enable_wuaueng
1731 enable_x3daudio1_0
1732 enable_x3daudio1_1
1733 enable_x3daudio1_2
1734 enable_x3daudio1_3
1735 enable_x3daudio1_4
1736 enable_x3daudio1_5
1737 enable_x3daudio1_6
1738 enable_x3daudio1_7
1739 enable_xactengine2_0
1740 enable_xactengine2_4
1741 enable_xactengine2_7
1742 enable_xactengine2_9
1743 enable_xactengine3_0
1744 enable_xactengine3_1
1745 enable_xactengine3_2
1746 enable_xactengine3_3
1747 enable_xactengine3_4
1748 enable_xactengine3_5
1749 enable_xactengine3_6
1750 enable_xactengine3_7
1751 enable_xapofx1_1
1752 enable_xapofx1_2
1753 enable_xapofx1_3
1754 enable_xapofx1_4
1755 enable_xapofx1_5
1756 enable_xaudio2_0
1757 enable_xaudio2_1
1758 enable_xaudio2_2
1759 enable_xaudio2_3
1760 enable_xaudio2_4
1761 enable_xaudio2_5
1762 enable_xaudio2_6
1763 enable_xaudio2_7
1764 enable_xaudio2_8
1765 enable_xaudio2_9
1766 enable_xinput1_1
1767 enable_xinput1_2
1768 enable_xinput1_3
1769 enable_xinput1_4
1770 enable_xinput9_1_0
1771 enable_xmllite
1772 enable_xolehlp
1773 enable_xpsprint
1774 enable_xpssvcs
1775 enable_fonts
1776 enable_include
1777 enable_adsiid
1778 enable_dmoguids
1779 enable_dxerr8
1780 enable_dxerr9
1781 enable_dxguid
1782 enable_faudio
1783 enable_gsm
1784 enable_jpeg
1785 enable_jxr
1786 enable_lcms2
1787 enable_mfuuid
1788 enable_mpg123
1789 enable_png
1790 enable_strmiids
1791 enable_tiff
1792 enable_uuid
1793 enable_wbemuuid
1794 enable_wine
1795 enable_wmcodecdspuuid
1796 enable_xml2
1797 enable_xslt
1798 enable_zlib
1799 enable_loader
1800 enable_nls
1801 enable_po
1802 enable_arp
1803 enable_aspnet_regiis
1804 enable_attrib
1805 enable_cabarc
1806 enable_cacls
1807 enable_chcp_com
1808 enable_clock
1809 enable_cmd
1810 enable_conhost
1811 enable_control
1812 enable_cscript
1813 enable_dism
1814 enable_dplaysvr
1815 enable_dpnsvr
1816 enable_dpvsetup
1817 enable_dxdiag
1818 enable_eject
1819 enable_expand
1820 enable_explorer
1821 enable_extrac32
1822 enable_fc
1823 enable_find
1824 enable_findstr
1825 enable_fsutil
1826 enable_hh
1827 enable_hostname
1828 enable_icacls
1829 enable_icinfo
1830 enable_iexplore
1831 enable_ipconfig
1832 enable_lodctr
1833 enable_mofcomp
1834 enable_mshta
1835 enable_msidb
1836 enable_msiexec
1837 enable_msinfo32
1838 enable_net
1839 enable_netsh
1840 enable_netstat
1841 enable_ngen
1842 enable_notepad
1843 enable_oleview
1844 enable_ping
1845 enable_plugplay
1846 enable_powershell
1847 enable_presentationfontcache
1848 enable_progman
1849 enable_reg
1850 enable_regasm
1851 enable_regedit
1852 enable_regini
1853 enable_regsvcs
1854 enable_regsvr32
1855 enable_robocopy
1856 enable_rpcss
1857 enable_rundll32
1858 enable_sc
1859 enable_schtasks
1860 enable_sdbinst
1861 enable_secedit
1862 enable_servicemodelreg
1863 enable_services
1864 enable_shutdown
1865 enable_spoolsv
1866 enable_start
1867 enable_subst
1868 enable_svchost
1869 enable_systeminfo
1870 enable_taskkill
1871 enable_tasklist
1872 enable_taskmgr
1873 enable_termsv
1874 enable_uninstaller
1875 enable_unlodctr
1876 enable_view
1877 enable_wevtutil
1878 enable_where
1879 enable_whoami
1880 enable_wineboot
1881 enable_winebrowser
1882 enable_winecfg
1883 enable_wineconsole
1884 enable_winedbg
1885 enable_winedevice
1886 enable_winefile
1887 enable_winemenubuilder
1888 enable_winemine
1889 enable_winemsibuilder
1890 enable_winepath
1891 enable_winetest
1892 enable_winhlp32
1893 enable_winmgmt
1894 enable_winver
1895 enable_wmic
1896 enable_wmplayer
1897 enable_wordpad
1898 enable_write
1899 enable_wscript
1900 enable_wuauserv
1901 enable_wusa
1902 enable_xcopy
1903 enable_server
1904 enable_tools
1905 enable_sfnt2fon
1906 enable_widl
1907 enable_winebuild
1908 enable_winedump
1909 enable_winegcc
1910 enable_winemaker
1911 enable_wmc
1912 enable_wrc
1914 ac_precious_vars='build_alias
1915 host_alias
1916 target_alias
1918 CFLAGS
1919 LDFLAGS
1920 LIBS
1921 CPPFLAGS
1923 CXXFLAGS
1926 OBJC
1927 OBJCFLAGS
1928 OBJCPP
1929 FAUDIO_PE_CFLAGS
1930 FAUDIO_PE_LIBS
1931 GSM_PE_CFLAGS
1932 GSM_PE_LIBS
1933 JPEG_PE_CFLAGS
1934 JPEG_PE_LIBS
1935 JXR_PE_CFLAGS
1936 JXR_PE_LIBS
1937 LCMS2_PE_CFLAGS
1938 LCMS2_PE_LIBS
1939 MPG123_PE_CFLAGS
1940 MPG123_PE_LIBS
1941 PNG_PE_CFLAGS
1942 PNG_PE_LIBS
1943 TIFF_PE_CFLAGS
1944 TIFF_PE_LIBS
1945 XML2_PE_CFLAGS
1946 XML2_PE_LIBS
1947 XSLT_PE_CFLAGS
1948 XSLT_PE_LIBS
1949 ZLIB_PE_CFLAGS
1950 ZLIB_PE_LIBS
1951 XMKMF
1952 INOTIFY_CFLAGS
1953 INOTIFY_LIBS
1954 DBUS_CFLAGS
1955 DBUS_LIBS
1956 HAL_CFLAGS
1957 HAL_LIBS
1958 GNUTLS_CFLAGS
1959 GNUTLS_LIBS
1960 SANE_CFLAGS
1961 SANE_LIBS
1962 USB_CFLAGS
1963 USB_LIBS
1964 GPHOTO2_CFLAGS
1965 GPHOTO2_LIBS
1966 GPHOTO2_PORT_CFLAGS
1967 GPHOTO2_PORT_LIBS
1968 FREETYPE_CFLAGS
1969 FREETYPE_LIBS
1970 PULSE_CFLAGS
1971 PULSE_LIBS
1972 GSTREAMER_CFLAGS
1973 GSTREAMER_LIBS
1974 UDEV_CFLAGS
1975 UDEV_LIBS
1976 UNWIND_CFLAGS
1977 UNWIND_LIBS
1978 SDL2_CFLAGS
1979 SDL2_LIBS
1980 CAPI20_CFLAGS
1981 CAPI20_LIBS
1982 CUPS_CFLAGS
1983 CUPS_LIBS
1984 FONTCONFIG_CFLAGS
1985 FONTCONFIG_LIBS
1986 KRB5_CFLAGS
1987 KRB5_LIBS
1988 GSSAPI_CFLAGS
1989 GSSAPI_LIBS
1990 NETAPI_CFLAGS
1991 NETAPI_LIBS
1992 VKD3D_CFLAGS
1993 VKD3D_LIBS
1994 VKD3D_SHADER_CFLAGS
1995 VKD3D_SHADER_LIBS
1996 LDAP_CFLAGS
1997 LDAP_LIBS'
2000 # Initialize some variables set by options.
2001 ac_init_help=
2002 ac_init_version=false
2003 ac_unrecognized_opts=
2004 ac_unrecognized_sep=
2005 # The variables have the same names as the options, with
2006 # dashes changed to underlines.
2007 cache_file=/dev/null
2008 exec_prefix=NONE
2009 no_create=
2010 no_recursion=
2011 prefix=NONE
2012 program_prefix=NONE
2013 program_suffix=NONE
2014 program_transform_name=s,x,x,
2015 silent=
2016 site=
2017 srcdir=
2018 verbose=
2019 x_includes=NONE
2020 x_libraries=NONE
2022 # Installation directory options.
2023 # These are left unexpanded so users can "make install exec_prefix=/foo"
2024 # and all the variables that are supposed to be based on exec_prefix
2025 # by default will actually change.
2026 # Use braces instead of parens because sh, perl, etc. also accept them.
2027 # (The list follows the same order as the GNU Coding Standards.)
2028 bindir='${exec_prefix}/bin'
2029 sbindir='${exec_prefix}/sbin'
2030 libexecdir='${exec_prefix}/libexec'
2031 datarootdir='${prefix}/share'
2032 datadir='${datarootdir}'
2033 sysconfdir='${prefix}/etc'
2034 sharedstatedir='${prefix}/com'
2035 localstatedir='${prefix}/var'
2036 runstatedir='${localstatedir}/run'
2037 includedir='${prefix}/include'
2038 oldincludedir='/usr/include'
2039 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
2040 infodir='${datarootdir}/info'
2041 htmldir='${docdir}'
2042 dvidir='${docdir}'
2043 pdfdir='${docdir}'
2044 psdir='${docdir}'
2045 libdir='${exec_prefix}/lib'
2046 localedir='${datarootdir}/locale'
2047 mandir='${datarootdir}/man'
2049 ac_prev=
2050 ac_dashdash=
2051 for ac_option
2053 # If the previous option needs an argument, assign it.
2054 if test -n "$ac_prev"; then
2055 eval $ac_prev=\$ac_option
2056 ac_prev=
2057 continue
2060 case $ac_option in
2061 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
2062 *=) ac_optarg= ;;
2063 *) ac_optarg=yes ;;
2064 esac
2066 # Accept the important Cygnus configure options, so we can diagnose typos.
2068 case $ac_dashdash$ac_option in
2070 ac_dashdash=yes ;;
2072 -bindir | --bindir | --bindi | --bind | --bin | --bi)
2073 ac_prev=bindir ;;
2074 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
2075 bindir=$ac_optarg ;;
2077 -build | --build | --buil | --bui | --bu)
2078 ac_prev=build_alias ;;
2079 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
2080 build_alias=$ac_optarg ;;
2082 -cache-file | --cache-file | --cache-fil | --cache-fi \
2083 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
2084 ac_prev=cache_file ;;
2085 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
2086 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
2087 cache_file=$ac_optarg ;;
2089 --config-cache | -C)
2090 cache_file=config.cache ;;
2092 -datadir | --datadir | --datadi | --datad)
2093 ac_prev=datadir ;;
2094 -datadir=* | --datadir=* | --datadi=* | --datad=*)
2095 datadir=$ac_optarg ;;
2097 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
2098 | --dataroo | --dataro | --datar)
2099 ac_prev=datarootdir ;;
2100 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
2101 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
2102 datarootdir=$ac_optarg ;;
2104 -disable-* | --disable-*)
2105 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
2106 # Reject names that are not valid shell variable names.
2107 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
2108 as_fn_error $? "invalid feature name: $ac_useropt"
2109 ac_useropt_orig=$ac_useropt
2110 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
2111 case $ac_user_opts in
2113 "enable_$ac_useropt"
2114 "*) ;;
2115 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
2116 ac_unrecognized_sep=', ';;
2117 esac
2118 eval enable_$ac_useropt=no ;;
2120 -docdir | --docdir | --docdi | --doc | --do)
2121 ac_prev=docdir ;;
2122 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
2123 docdir=$ac_optarg ;;
2125 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
2126 ac_prev=dvidir ;;
2127 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
2128 dvidir=$ac_optarg ;;
2130 -enable-* | --enable-*)
2131 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
2132 # Reject names that are not valid shell variable names.
2133 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
2134 as_fn_error $? "invalid feature name: $ac_useropt"
2135 ac_useropt_orig=$ac_useropt
2136 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
2137 case $ac_user_opts in
2139 "enable_$ac_useropt"
2140 "*) ;;
2141 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
2142 ac_unrecognized_sep=', ';;
2143 esac
2144 eval enable_$ac_useropt=\$ac_optarg ;;
2146 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
2147 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
2148 | --exec | --exe | --ex)
2149 ac_prev=exec_prefix ;;
2150 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
2151 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
2152 | --exec=* | --exe=* | --ex=*)
2153 exec_prefix=$ac_optarg ;;
2155 -gas | --gas | --ga | --g)
2156 # Obsolete; use --with-gas.
2157 with_gas=yes ;;
2159 -help | --help | --hel | --he | -h)
2160 ac_init_help=long ;;
2161 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
2162 ac_init_help=recursive ;;
2163 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
2164 ac_init_help=short ;;
2166 -host | --host | --hos | --ho)
2167 ac_prev=host_alias ;;
2168 -host=* | --host=* | --hos=* | --ho=*)
2169 host_alias=$ac_optarg ;;
2171 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
2172 ac_prev=htmldir ;;
2173 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
2174 | --ht=*)
2175 htmldir=$ac_optarg ;;
2177 -includedir | --includedir | --includedi | --included | --include \
2178 | --includ | --inclu | --incl | --inc)
2179 ac_prev=includedir ;;
2180 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
2181 | --includ=* | --inclu=* | --incl=* | --inc=*)
2182 includedir=$ac_optarg ;;
2184 -infodir | --infodir | --infodi | --infod | --info | --inf)
2185 ac_prev=infodir ;;
2186 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
2187 infodir=$ac_optarg ;;
2189 -libdir | --libdir | --libdi | --libd)
2190 ac_prev=libdir ;;
2191 -libdir=* | --libdir=* | --libdi=* | --libd=*)
2192 libdir=$ac_optarg ;;
2194 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
2195 | --libexe | --libex | --libe)
2196 ac_prev=libexecdir ;;
2197 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
2198 | --libexe=* | --libex=* | --libe=*)
2199 libexecdir=$ac_optarg ;;
2201 -localedir | --localedir | --localedi | --localed | --locale)
2202 ac_prev=localedir ;;
2203 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
2204 localedir=$ac_optarg ;;
2206 -localstatedir | --localstatedir | --localstatedi | --localstated \
2207 | --localstate | --localstat | --localsta | --localst | --locals)
2208 ac_prev=localstatedir ;;
2209 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
2210 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
2211 localstatedir=$ac_optarg ;;
2213 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
2214 ac_prev=mandir ;;
2215 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
2216 mandir=$ac_optarg ;;
2218 -nfp | --nfp | --nf)
2219 # Obsolete; use --without-fp.
2220 with_fp=no ;;
2222 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
2223 | --no-cr | --no-c | -n)
2224 no_create=yes ;;
2226 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
2227 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
2228 no_recursion=yes ;;
2230 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
2231 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
2232 | --oldin | --oldi | --old | --ol | --o)
2233 ac_prev=oldincludedir ;;
2234 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
2235 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
2236 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
2237 oldincludedir=$ac_optarg ;;
2239 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
2240 ac_prev=prefix ;;
2241 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
2242 prefix=$ac_optarg ;;
2244 -program-prefix | --program-prefix | --program-prefi | --program-pref \
2245 | --program-pre | --program-pr | --program-p)
2246 ac_prev=program_prefix ;;
2247 -program-prefix=* | --program-prefix=* | --program-prefi=* \
2248 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
2249 program_prefix=$ac_optarg ;;
2251 -program-suffix | --program-suffix | --program-suffi | --program-suff \
2252 | --program-suf | --program-su | --program-s)
2253 ac_prev=program_suffix ;;
2254 -program-suffix=* | --program-suffix=* | --program-suffi=* \
2255 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
2256 program_suffix=$ac_optarg ;;
2258 -program-transform-name | --program-transform-name \
2259 | --program-transform-nam | --program-transform-na \
2260 | --program-transform-n | --program-transform- \
2261 | --program-transform | --program-transfor \
2262 | --program-transfo | --program-transf \
2263 | --program-trans | --program-tran \
2264 | --progr-tra | --program-tr | --program-t)
2265 ac_prev=program_transform_name ;;
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 program_transform_name=$ac_optarg ;;
2275 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
2276 ac_prev=pdfdir ;;
2277 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
2278 pdfdir=$ac_optarg ;;
2280 -psdir | --psdir | --psdi | --psd | --ps)
2281 ac_prev=psdir ;;
2282 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
2283 psdir=$ac_optarg ;;
2285 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2286 | -silent | --silent | --silen | --sile | --sil)
2287 silent=yes ;;
2289 -runstatedir | --runstatedir | --runstatedi | --runstated \
2290 | --runstate | --runstat | --runsta | --runst | --runs \
2291 | --run | --ru | --r)
2292 ac_prev=runstatedir ;;
2293 -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
2294 | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
2295 | --run=* | --ru=* | --r=*)
2296 runstatedir=$ac_optarg ;;
2298 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
2299 ac_prev=sbindir ;;
2300 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
2301 | --sbi=* | --sb=*)
2302 sbindir=$ac_optarg ;;
2304 -sharedstatedir | --sharedstatedir | --sharedstatedi \
2305 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
2306 | --sharedst | --shareds | --shared | --share | --shar \
2307 | --sha | --sh)
2308 ac_prev=sharedstatedir ;;
2309 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
2310 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
2311 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
2312 | --sha=* | --sh=*)
2313 sharedstatedir=$ac_optarg ;;
2315 -site | --site | --sit)
2316 ac_prev=site ;;
2317 -site=* | --site=* | --sit=*)
2318 site=$ac_optarg ;;
2320 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
2321 ac_prev=srcdir ;;
2322 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
2323 srcdir=$ac_optarg ;;
2325 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
2326 | --syscon | --sysco | --sysc | --sys | --sy)
2327 ac_prev=sysconfdir ;;
2328 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
2329 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
2330 sysconfdir=$ac_optarg ;;
2332 -target | --target | --targe | --targ | --tar | --ta | --t)
2333 ac_prev=target_alias ;;
2334 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
2335 target_alias=$ac_optarg ;;
2337 -v | -verbose | --verbose | --verbos | --verbo | --verb)
2338 verbose=yes ;;
2340 -version | --version | --versio | --versi | --vers | -V)
2341 ac_init_version=: ;;
2343 -with-* | --with-*)
2344 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
2345 # Reject names that are not valid shell variable names.
2346 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
2347 as_fn_error $? "invalid package name: $ac_useropt"
2348 ac_useropt_orig=$ac_useropt
2349 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
2350 case $ac_user_opts in
2352 "with_$ac_useropt"
2353 "*) ;;
2354 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
2355 ac_unrecognized_sep=', ';;
2356 esac
2357 eval with_$ac_useropt=\$ac_optarg ;;
2359 -without-* | --without-*)
2360 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
2361 # Reject names that are not valid shell variable names.
2362 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
2363 as_fn_error $? "invalid package name: $ac_useropt"
2364 ac_useropt_orig=$ac_useropt
2365 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
2366 case $ac_user_opts in
2368 "with_$ac_useropt"
2369 "*) ;;
2370 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
2371 ac_unrecognized_sep=', ';;
2372 esac
2373 eval with_$ac_useropt=no ;;
2375 --x)
2376 # Obsolete; use --with-x.
2377 with_x=yes ;;
2379 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
2380 | --x-incl | --x-inc | --x-in | --x-i)
2381 ac_prev=x_includes ;;
2382 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
2383 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
2384 x_includes=$ac_optarg ;;
2386 -x-libraries | --x-libraries | --x-librarie | --x-librari \
2387 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
2388 ac_prev=x_libraries ;;
2389 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
2390 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
2391 x_libraries=$ac_optarg ;;
2393 -*) as_fn_error $? "unrecognized option: \`$ac_option'
2394 Try \`$0 --help' for more information"
2397 *=*)
2398 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
2399 # Reject names that are not valid shell variable names.
2400 case $ac_envvar in #(
2401 '' | [0-9]* | *[!_$as_cr_alnum]* )
2402 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
2403 esac
2404 eval $ac_envvar=\$ac_optarg
2405 export $ac_envvar ;;
2408 # FIXME: should be removed in autoconf 3.0.
2409 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
2410 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
2411 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
2412 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
2415 esac
2416 done
2418 if test -n "$ac_prev"; then
2419 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
2420 as_fn_error $? "missing argument to $ac_option"
2423 if test -n "$ac_unrecognized_opts"; then
2424 case $enable_option_checking in
2425 no) ;;
2426 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
2427 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
2428 esac
2431 # Check all directory arguments for consistency.
2432 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
2433 datadir sysconfdir sharedstatedir localstatedir includedir \
2434 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
2435 libdir localedir mandir runstatedir
2437 eval ac_val=\$$ac_var
2438 # Remove trailing slashes.
2439 case $ac_val in
2440 */ )
2441 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
2442 eval $ac_var=\$ac_val;;
2443 esac
2444 # Be sure to have absolute directory names.
2445 case $ac_val in
2446 [\\/$]* | ?:[\\/]* ) continue;;
2447 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
2448 esac
2449 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
2450 done
2452 # There might be people who depend on the old broken behavior: `$host'
2453 # used to hold the argument of --host etc.
2454 # FIXME: To remove some day.
2455 build=$build_alias
2456 host=$host_alias
2457 target=$target_alias
2459 # FIXME: To remove some day.
2460 if test "x$host_alias" != x; then
2461 if test "x$build_alias" = x; then
2462 cross_compiling=maybe
2463 elif test "x$build_alias" != "x$host_alias"; then
2464 cross_compiling=yes
2468 ac_tool_prefix=
2469 test -n "$host_alias" && ac_tool_prefix=$host_alias-
2471 test "$silent" = yes && exec 6>/dev/null
2474 ac_pwd=`pwd` && test -n "$ac_pwd" &&
2475 ac_ls_di=`ls -di .` &&
2476 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
2477 as_fn_error $? "working directory cannot be determined"
2478 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
2479 as_fn_error $? "pwd does not report name of working directory"
2482 # Find the source files, if location was not specified.
2483 if test -z "$srcdir"; then
2484 ac_srcdir_defaulted=yes
2485 # Try the directory containing this script, then the parent directory.
2486 ac_confdir=`$as_dirname -- "$as_myself" ||
2487 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2488 X"$as_myself" : 'X\(//\)[^/]' \| \
2489 X"$as_myself" : 'X\(//\)$' \| \
2490 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
2491 $as_echo X"$as_myself" |
2492 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2493 s//\1/
2496 /^X\(\/\/\)[^/].*/{
2497 s//\1/
2500 /^X\(\/\/\)$/{
2501 s//\1/
2504 /^X\(\/\).*/{
2505 s//\1/
2508 s/.*/./; q'`
2509 srcdir=$ac_confdir
2510 if test ! -r "$srcdir/$ac_unique_file"; then
2511 srcdir=..
2513 else
2514 ac_srcdir_defaulted=no
2516 if test ! -r "$srcdir/$ac_unique_file"; then
2517 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
2518 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
2520 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
2521 ac_abs_confdir=`(
2522 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
2523 pwd)`
2524 # When building in place, set srcdir=.
2525 if test "$ac_abs_confdir" = "$ac_pwd"; then
2526 srcdir=.
2528 # Remove unnecessary trailing slashes from srcdir.
2529 # Double slashes in file names in object file debugging info
2530 # mess up M-x gdb in Emacs.
2531 case $srcdir in
2532 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
2533 esac
2534 for ac_var in $ac_precious_vars; do
2535 eval ac_env_${ac_var}_set=\${${ac_var}+set}
2536 eval ac_env_${ac_var}_value=\$${ac_var}
2537 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
2538 eval ac_cv_env_${ac_var}_value=\$${ac_var}
2539 done
2542 # Report the --help message.
2544 if test "$ac_init_help" = "long"; then
2545 # Omit some internal or obsolete options to make the list less imposing.
2546 # This message is too long to be a string in the A/UX 3.1 sh.
2547 cat <<_ACEOF
2548 \`configure' configures Wine 6.21 to adapt to many kinds of systems.
2550 Usage: $0 [OPTION]... [VAR=VALUE]...
2552 To assign environment variables (e.g., CC, CFLAGS...), specify them as
2553 VAR=VALUE. See below for descriptions of some of the useful variables.
2555 Defaults for the options are specified in brackets.
2557 Configuration:
2558 -h, --help display this help and exit
2559 --help=short display options specific to this package
2560 --help=recursive display the short help of all the included packages
2561 -V, --version display version information and exit
2562 -q, --quiet, --silent do not print \`checking ...' messages
2563 --cache-file=FILE cache test results in FILE [disabled]
2564 -C, --config-cache alias for \`--cache-file=config.cache'
2565 -n, --no-create do not create output files
2566 --srcdir=DIR find the sources in DIR [configure dir or \`..']
2568 Installation directories:
2569 --prefix=PREFIX install architecture-independent files in PREFIX
2570 [$ac_default_prefix]
2571 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
2572 [PREFIX]
2574 By default, \`make install' will install all the files in
2575 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
2576 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
2577 for instance \`--prefix=\$HOME'.
2579 For better control, use the options below.
2581 Fine tuning of the installation directories:
2582 --bindir=DIR user executables [EPREFIX/bin]
2583 --sbindir=DIR system admin executables [EPREFIX/sbin]
2584 --libexecdir=DIR program executables [EPREFIX/libexec]
2585 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
2586 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
2587 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
2588 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
2589 --libdir=DIR object code libraries [EPREFIX/lib]
2590 --includedir=DIR C header files [PREFIX/include]
2591 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2592 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
2593 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
2594 --infodir=DIR info documentation [DATAROOTDIR/info]
2595 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
2596 --mandir=DIR man documentation [DATAROOTDIR/man]
2597 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
2598 --htmldir=DIR html documentation [DOCDIR]
2599 --dvidir=DIR dvi documentation [DOCDIR]
2600 --pdfdir=DIR pdf documentation [DOCDIR]
2601 --psdir=DIR ps documentation [DOCDIR]
2602 _ACEOF
2604 cat <<\_ACEOF
2606 X features:
2607 --x-includes=DIR X include files are in DIR
2608 --x-libraries=DIR X library files are in DIR
2610 System types:
2611 --build=BUILD configure for building on BUILD [guessed]
2612 --host=HOST cross-compile to build programs to run on HOST [BUILD]
2613 _ACEOF
2616 if test -n "$ac_init_help"; then
2617 case $ac_init_help in
2618 short | recursive ) echo "Configuration of Wine 6.21:";;
2619 esac
2620 cat <<\_ACEOF
2622 Optional Features:
2623 --disable-option-checking ignore unrecognized --enable/--with options
2624 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
2625 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
2626 --disable-win16 do not include Win16 support
2627 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
2628 binaries)
2629 --disable-tests do not build the regression tests
2630 --enable-build-id include .buildid section in output objects
2631 --enable-maintainer-mode
2632 enable maintainer-specific build rules
2633 --enable-silent-rules use silent build rules (override: "make V=1")
2634 --enable-werror treat compilation warnings as errors
2635 --disable-largefile omit support for large files
2637 Optional Packages:
2638 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
2639 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
2640 --without-alsa do not use the Alsa sound support
2641 --without-capi do not use CAPI (ISDN support)
2642 --without-coreaudio do not use the CoreAudio sound support
2643 --without-cups do not use CUPS
2644 --without-dbus do not use DBus (dynamic device support)
2645 --with-float-abi=abi specify the ABI (soft|softfp|hard) for ARM platforms
2646 --without-fontconfig do not use fontconfig
2647 --without-freetype do not use the FreeType library
2648 --without-gettext do not use gettext
2649 --with-gettextpo use the GetTextPO library to rebuild po files
2650 --without-gphoto do not use gphoto (Digital Camera support)
2651 --without-gnutls do not use GnuTLS (schannel support)
2652 --without-gssapi do not use GSSAPI (Kerberos SSP support)
2653 --without-gstreamer do not use GStreamer (codecs support)
2654 --without-hal do not use HAL (dynamic device support)
2655 --without-inotify do not use inotify (filesystem change notifications)
2656 --without-krb5 do not use krb5 (Kerberos)
2657 --without-ldap do not use LDAP
2658 --without-mingw do not use the MinGW cross-compiler
2659 --without-netapi do not use the Samba NetAPI library
2660 --without-openal do not use OpenAL
2661 --without-opencl do not use OpenCL
2662 --without-opengl do not use OpenGL
2663 --without-osmesa do not use the OSMesa library
2664 --without-oss do not use the OSS sound support
2665 --without-pcap do not use the Packet Capture library
2666 --without-pthread do not use the pthread library
2667 --without-pulse do not use PulseAudio sound support
2668 --without-quicktime do not use QuickTime support
2669 --without-sane do not use SANE (scanner support)
2670 --without-sdl do not use SDL
2671 --without-udev do not use udev (plug and play support)
2672 --without-unwind do not use the libunwind library (exception
2673 handling)
2674 --without-usb do not use the libusb library
2675 --without-v4l2 do not use v4l2 (video capture)
2676 --without-vkd3d do not use vkd3d (Direct3D 12 support)
2677 --without-vulkan do not use Vulkan
2678 --without-xcomposite do not use the Xcomposite extension
2679 --without-xcursor do not use the Xcursor extension
2680 --without-xfixes do not use Xfixes for clipboard change notifications
2681 --without-xinerama do not use Xinerama (legacy multi-monitor support)
2682 --without-xinput do not use the Xinput extension
2683 --without-xinput2 do not use the Xinput 2 extension
2684 --without-xrandr do not use Xrandr (multi-monitor support)
2685 --without-xrender do not use the Xrender extension
2686 --without-xshape do not use the Xshape extension
2687 --without-xshm do not use XShm (shared memory extension)
2688 --without-xxf86vm do not use XFree video mode extension
2689 --with-wine-tools=DIR use Wine tools from directory DIR
2690 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
2691 --with-x use the X Window System
2693 Some influential environment variables:
2694 CC C compiler command
2695 CFLAGS C compiler flags
2696 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
2697 nonstandard directory <lib dir>
2698 LIBS libraries to pass to the linker, e.g. -l<library>
2699 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2700 you have headers in a nonstandard directory <include dir>
2701 CXX C++ compiler command
2702 CXXFLAGS C++ compiler flags
2703 CPP C preprocessor
2704 OBJC Objective C compiler command
2705 OBJCFLAGS Objective C compiler flags
2706 OBJCPP Objective C preprocessor
2707 FAUDIO_PE_CFLAGS
2708 C compiler flags for the PE faudio, overriding the bundled
2709 version
2710 FAUDIO_PE_LIBS
2711 Linker flags for the PE faudio, overriding the bundled version
2712 GSM_PE_CFLAGS
2713 C compiler flags for the PE gsm, overriding the bundled version
2714 GSM_PE_LIBS Linker flags for the PE gsm, overriding the bundled version
2715 JPEG_PE_CFLAGS
2716 C compiler flags for the PE jpeg, overriding the bundled version
2717 JPEG_PE_LIBS
2718 Linker flags for the PE jpeg, overriding the bundled version
2719 JXR_PE_CFLAGS
2720 C compiler flags for the PE jxr, overriding the bundled version
2721 JXR_PE_LIBS Linker flags for the PE jxr, overriding the bundled version
2722 LCMS2_PE_CFLAGS
2723 C compiler flags for the PE lcms2, overriding the bundled
2724 version
2725 LCMS2_PE_LIBS
2726 Linker flags for the PE lcms2, overriding the bundled version
2727 MPG123_PE_CFLAGS
2728 C compiler flags for the PE mpg123, overriding the bundled
2729 version
2730 MPG123_PE_LIBS
2731 Linker flags for the PE mpg123, overriding the bundled version
2732 PNG_PE_CFLAGS
2733 C compiler flags for the PE png, overriding the bundled version
2734 PNG_PE_LIBS Linker flags for the PE png, overriding the bundled version
2735 TIFF_PE_CFLAGS
2736 C compiler flags for the PE tiff, overriding the bundled version
2737 TIFF_PE_LIBS
2738 Linker flags for the PE tiff, overriding the bundled version
2739 XML2_PE_CFLAGS
2740 C compiler flags for the PE libxml2, overriding the bundled
2741 version
2742 XML2_PE_LIBS
2743 Linker flags for the PE libxml2, overriding the bundled version
2744 XSLT_PE_CFLAGS
2745 C compiler flags for the PE libxslt, overriding the bundled
2746 version
2747 XSLT_PE_LIBS
2748 Linker flags for the PE libxslt, overriding the bundled version
2749 ZLIB_PE_CFLAGS
2750 C compiler flags for the PE zlib, overriding the bundled version
2751 ZLIB_PE_LIBS
2752 Linker flags for the PE zlib, overriding the bundled version
2753 XMKMF Path to xmkmf, Makefile generator for X Window System
2754 INOTIFY_CFLAGS
2755 C compiler flags for libinotify, overriding pkg-config
2756 INOTIFY_LIBS
2757 Linker flags for libinotify, overriding pkg-config
2758 DBUS_CFLAGS C compiler flags for dbus-1, overriding pkg-config
2759 DBUS_LIBS Linker flags for dbus-1, overriding pkg-config
2760 HAL_CFLAGS C compiler flags for hal, overriding pkg-config
2761 HAL_LIBS Linker flags for hal, overriding pkg-config
2762 GNUTLS_CFLAGS
2763 C compiler flags for gnutls, overriding pkg-config
2764 GNUTLS_LIBS Linker flags for gnutls, overriding pkg-config
2765 SANE_CFLAGS C compiler flags for sane-backends, overriding pkg-config
2766 SANE_LIBS Linker flags for sane-backends, overriding pkg-config
2767 USB_CFLAGS C compiler flags for libusb-1.0, overriding pkg-config
2768 USB_LIBS Linker flags for libusb-1.0, overriding pkg-config
2769 GPHOTO2_CFLAGS
2770 C compiler flags for libgphoto2, overriding pkg-config
2771 GPHOTO2_LIBS
2772 Linker flags for libgphoto2, overriding pkg-config
2773 GPHOTO2_PORT_CFLAGS
2774 C compiler flags for libgphoto2_port, overriding pkg-config
2775 GPHOTO2_PORT_LIBS
2776 Linker flags for libgphoto2_port, overriding pkg-config
2777 FREETYPE_CFLAGS
2778 C compiler flags for freetype2, overriding pkg-config
2779 FREETYPE_LIBS
2780 Linker flags for freetype2, overriding pkg-config
2781 PULSE_CFLAGS
2782 C compiler flags for libpulse, overriding pkg-config
2783 PULSE_LIBS Linker flags for libpulse, overriding pkg-config
2784 GSTREAMER_CFLAGS
2785 C compiler flags for gstreamer-1.0 gstreamer-video-1.0
2786 gstreamer-audio-1.0, overriding pkg-config
2787 GSTREAMER_LIBS
2788 Linker flags for gstreamer-1.0 gstreamer-video-1.0
2789 gstreamer-audio-1.0, overriding pkg-config
2790 UDEV_CFLAGS C compiler flags for libudev, overriding pkg-config
2791 UDEV_LIBS Linker flags for libudev, overriding pkg-config
2792 UNWIND_CFLAGS
2793 C compiler flags for libunwind, overriding pkg-config
2794 UNWIND_LIBS Linker flags for libunwind, overriding pkg-config
2795 SDL2_CFLAGS C compiler flags for sdl2, overriding pkg-config
2796 SDL2_LIBS Linker flags for sdl2, overriding pkg-config
2797 CAPI20_CFLAGS
2798 C compiler flags for capi20, overriding pkg-config
2799 CAPI20_LIBS Linker flags for capi20, overriding pkg-config
2800 CUPS_CFLAGS C compiler flags for cups, overriding pkg-config
2801 CUPS_LIBS Linker flags for cups, overriding pkg-config
2802 FONTCONFIG_CFLAGS
2803 C compiler flags for fontconfig, overriding pkg-config
2804 FONTCONFIG_LIBS
2805 Linker flags for fontconfig, overriding pkg-config
2806 KRB5_CFLAGS C compiler flags for krb5, overriding pkg-config
2807 KRB5_LIBS Linker flags for krb5, overriding pkg-config
2808 GSSAPI_CFLAGS
2809 C compiler flags for krb5-gssapi, overriding pkg-config
2810 GSSAPI_LIBS Linker flags for krb5-gssapi, overriding pkg-config
2811 NETAPI_CFLAGS
2812 C compiler flags for netapi, overriding pkg-config
2813 NETAPI_LIBS Linker flags for netapi, overriding pkg-config
2814 VKD3D_CFLAGS
2815 C compiler flags for libvkd3d, overriding pkg-config
2816 VKD3D_LIBS Linker flags for libvkd3d, overriding pkg-config
2817 VKD3D_SHADER_CFLAGS
2818 C compiler flags for libvkd3d-shader, overriding pkg-config
2819 VKD3D_SHADER_LIBS
2820 Linker flags for libvkd3d-shader, overriding pkg-config
2821 LDAP_CFLAGS C compiler flags for openldap, overriding pkg-config
2822 LDAP_LIBS Linker flags for openldap, overriding pkg-config
2824 Use these variables to override the choices made by `configure' or to help
2825 it to find libraries and programs with nonstandard names/locations.
2827 Report bugs to <wine-devel@winehq.org>.
2828 Wine home page: <https://www.winehq.org>.
2829 _ACEOF
2830 ac_status=$?
2833 if test "$ac_init_help" = "recursive"; then
2834 # If there are subdirs, report their specific --help.
2835 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
2836 test -d "$ac_dir" ||
2837 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
2838 continue
2839 ac_builddir=.
2841 case "$ac_dir" in
2842 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
2844 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2845 # A ".." for each directory in $ac_dir_suffix.
2846 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2847 case $ac_top_builddir_sub in
2848 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
2849 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
2850 esac ;;
2851 esac
2852 ac_abs_top_builddir=$ac_pwd
2853 ac_abs_builddir=$ac_pwd$ac_dir_suffix
2854 # for backward compatibility:
2855 ac_top_builddir=$ac_top_build_prefix
2857 case $srcdir in
2858 .) # We are building in place.
2859 ac_srcdir=.
2860 ac_top_srcdir=$ac_top_builddir_sub
2861 ac_abs_top_srcdir=$ac_pwd ;;
2862 [\\/]* | ?:[\\/]* ) # Absolute name.
2863 ac_srcdir=$srcdir$ac_dir_suffix;
2864 ac_top_srcdir=$srcdir
2865 ac_abs_top_srcdir=$srcdir ;;
2866 *) # Relative name.
2867 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
2868 ac_top_srcdir=$ac_top_build_prefix$srcdir
2869 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
2870 esac
2871 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
2873 cd "$ac_dir" || { ac_status=$?; continue; }
2874 # Check for guested configure.
2875 if test -f "$ac_srcdir/configure.gnu"; then
2876 echo &&
2877 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2878 elif test -f "$ac_srcdir/configure"; then
2879 echo &&
2880 $SHELL "$ac_srcdir/configure" --help=recursive
2881 else
2882 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2883 fi || ac_status=$?
2884 cd "$ac_pwd" || { ac_status=$?; break; }
2885 done
2888 test -n "$ac_init_help" && exit $ac_status
2889 if $ac_init_version; then
2890 cat <<\_ACEOF
2891 Wine configure 6.21
2892 generated by GNU Autoconf 2.69
2894 Copyright (C) 2012 Free Software Foundation, Inc.
2895 This configure script is free software; the Free Software Foundation
2896 gives unlimited permission to copy, distribute and modify it.
2897 _ACEOF
2898 exit
2901 ## ------------------------ ##
2902 ## Autoconf initialization. ##
2903 ## ------------------------ ##
2905 # ac_fn_c_try_compile LINENO
2906 # --------------------------
2907 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2908 ac_fn_c_try_compile ()
2910 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2911 rm -f conftest.$ac_objext
2912 if { { ac_try="$ac_compile"
2913 case "(($ac_try" in
2914 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2915 *) ac_try_echo=$ac_try;;
2916 esac
2917 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2918 $as_echo "$ac_try_echo"; } >&5
2919 (eval "$ac_compile") 2>conftest.err
2920 ac_status=$?
2921 if test -s conftest.err; then
2922 grep -v '^ *+' conftest.err >conftest.er1
2923 cat conftest.er1 >&5
2924 mv -f conftest.er1 conftest.err
2926 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2927 test $ac_status = 0; } && {
2928 test -z "$ac_c_werror_flag" ||
2929 test ! -s conftest.err
2930 } && test -s conftest.$ac_objext; then :
2931 ac_retval=0
2932 else
2933 $as_echo "$as_me: failed program was:" >&5
2934 sed 's/^/| /' conftest.$ac_ext >&5
2936 ac_retval=1
2938 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2939 as_fn_set_status $ac_retval
2941 } # ac_fn_c_try_compile
2943 # ac_fn_cxx_try_compile LINENO
2944 # ----------------------------
2945 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2946 ac_fn_cxx_try_compile ()
2948 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2949 rm -f conftest.$ac_objext
2950 if { { ac_try="$ac_compile"
2951 case "(($ac_try" in
2952 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2953 *) ac_try_echo=$ac_try;;
2954 esac
2955 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2956 $as_echo "$ac_try_echo"; } >&5
2957 (eval "$ac_compile") 2>conftest.err
2958 ac_status=$?
2959 if test -s conftest.err; then
2960 grep -v '^ *+' conftest.err >conftest.er1
2961 cat conftest.er1 >&5
2962 mv -f conftest.er1 conftest.err
2964 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2965 test $ac_status = 0; } && {
2966 test -z "$ac_cxx_werror_flag" ||
2967 test ! -s conftest.err
2968 } && test -s conftest.$ac_objext; then :
2969 ac_retval=0
2970 else
2971 $as_echo "$as_me: failed program was:" >&5
2972 sed 's/^/| /' conftest.$ac_ext >&5
2974 ac_retval=1
2976 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2977 as_fn_set_status $ac_retval
2979 } # ac_fn_cxx_try_compile
2981 # ac_fn_c_try_link LINENO
2982 # -----------------------
2983 # Try to link conftest.$ac_ext, and return whether this succeeded.
2984 ac_fn_c_try_link ()
2986 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2987 rm -f conftest.$ac_objext conftest$ac_exeext
2988 if { { ac_try="$ac_link"
2989 case "(($ac_try" in
2990 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2991 *) ac_try_echo=$ac_try;;
2992 esac
2993 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2994 $as_echo "$ac_try_echo"; } >&5
2995 (eval "$ac_link") 2>conftest.err
2996 ac_status=$?
2997 if test -s conftest.err; then
2998 grep -v '^ *+' conftest.err >conftest.er1
2999 cat conftest.er1 >&5
3000 mv -f conftest.er1 conftest.err
3002 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3003 test $ac_status = 0; } && {
3004 test -z "$ac_c_werror_flag" ||
3005 test ! -s conftest.err
3006 } && test -s conftest$ac_exeext && {
3007 test "$cross_compiling" = yes ||
3008 test -x conftest$ac_exeext
3009 }; then :
3010 ac_retval=0
3011 else
3012 $as_echo "$as_me: failed program was:" >&5
3013 sed 's/^/| /' conftest.$ac_ext >&5
3015 ac_retval=1
3017 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
3018 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
3019 # interfere with the next link command; also delete a directory that is
3020 # left behind by Apple's compiler. We do this before executing the actions.
3021 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
3022 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3023 as_fn_set_status $ac_retval
3025 } # ac_fn_c_try_link
3027 # ac_fn_c_try_cpp LINENO
3028 # ----------------------
3029 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
3030 ac_fn_c_try_cpp ()
3032 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3033 if { { ac_try="$ac_cpp conftest.$ac_ext"
3034 case "(($ac_try" in
3035 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3036 *) ac_try_echo=$ac_try;;
3037 esac
3038 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3039 $as_echo "$ac_try_echo"; } >&5
3040 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
3041 ac_status=$?
3042 if test -s conftest.err; then
3043 grep -v '^ *+' conftest.err >conftest.er1
3044 cat conftest.er1 >&5
3045 mv -f conftest.er1 conftest.err
3047 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3048 test $ac_status = 0; } > conftest.i && {
3049 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3050 test ! -s conftest.err
3051 }; then :
3052 ac_retval=0
3053 else
3054 $as_echo "$as_me: failed program was:" >&5
3055 sed 's/^/| /' conftest.$ac_ext >&5
3057 ac_retval=1
3059 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3060 as_fn_set_status $ac_retval
3062 } # ac_fn_c_try_cpp
3064 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
3065 # -------------------------------------------------------
3066 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
3067 # the include files in INCLUDES and setting the cache variable VAR
3068 # accordingly.
3069 ac_fn_c_check_header_mongrel ()
3071 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3072 if eval \${$3+:} false; then :
3073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3074 $as_echo_n "checking for $2... " >&6; }
3075 if eval \${$3+:} false; then :
3076 $as_echo_n "(cached) " >&6
3078 eval ac_res=\$$3
3079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3080 $as_echo "$ac_res" >&6; }
3081 else
3082 # Is the header compilable?
3083 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
3084 $as_echo_n "checking $2 usability... " >&6; }
3085 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3086 /* end confdefs.h. */
3088 #include <$2>
3089 _ACEOF
3090 if ac_fn_c_try_compile "$LINENO"; then :
3091 ac_header_compiler=yes
3092 else
3093 ac_header_compiler=no
3095 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
3097 $as_echo "$ac_header_compiler" >&6; }
3099 # Is the header present?
3100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
3101 $as_echo_n "checking $2 presence... " >&6; }
3102 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3103 /* end confdefs.h. */
3104 #include <$2>
3105 _ACEOF
3106 if ac_fn_c_try_cpp "$LINENO"; then :
3107 ac_header_preproc=yes
3108 else
3109 ac_header_preproc=no
3111 rm -f conftest.err conftest.i conftest.$ac_ext
3112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
3113 $as_echo "$ac_header_preproc" >&6; }
3115 # So? What about this header?
3116 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
3117 yes:no: )
3118 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
3119 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
3120 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
3121 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
3123 no:yes:* )
3124 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
3125 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
3126 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
3127 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
3128 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
3129 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
3130 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
3131 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
3132 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
3133 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
3134 ( $as_echo "## ------------------------------------ ##
3135 ## Report this to wine-devel@winehq.org ##
3136 ## ------------------------------------ ##"
3137 ) | sed "s/^/$as_me: WARNING: /" >&2
3139 esac
3140 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3141 $as_echo_n "checking for $2... " >&6; }
3142 if eval \${$3+:} false; then :
3143 $as_echo_n "(cached) " >&6
3144 else
3145 eval "$3=\$ac_header_compiler"
3147 eval ac_res=\$$3
3148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3149 $as_echo "$ac_res" >&6; }
3151 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3153 } # ac_fn_c_check_header_mongrel
3155 # ac_fn_c_try_run LINENO
3156 # ----------------------
3157 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
3158 # that executables *can* be run.
3159 ac_fn_c_try_run ()
3161 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3162 if { { ac_try="$ac_link"
3163 case "(($ac_try" in
3164 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3165 *) ac_try_echo=$ac_try;;
3166 esac
3167 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3168 $as_echo "$ac_try_echo"; } >&5
3169 (eval "$ac_link") 2>&5
3170 ac_status=$?
3171 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3172 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
3173 { { case "(($ac_try" in
3174 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3175 *) ac_try_echo=$ac_try;;
3176 esac
3177 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3178 $as_echo "$ac_try_echo"; } >&5
3179 (eval "$ac_try") 2>&5
3180 ac_status=$?
3181 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3182 test $ac_status = 0; }; }; then :
3183 ac_retval=0
3184 else
3185 $as_echo "$as_me: program exited with status $ac_status" >&5
3186 $as_echo "$as_me: failed program was:" >&5
3187 sed 's/^/| /' conftest.$ac_ext >&5
3189 ac_retval=$ac_status
3191 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
3192 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3193 as_fn_set_status $ac_retval
3195 } # ac_fn_c_try_run
3197 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
3198 # -------------------------------------------------------
3199 # Tests whether HEADER exists and can be compiled using the include files in
3200 # INCLUDES, setting the cache variable VAR accordingly.
3201 ac_fn_c_check_header_compile ()
3203 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3204 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3205 $as_echo_n "checking for $2... " >&6; }
3206 if eval \${$3+:} false; then :
3207 $as_echo_n "(cached) " >&6
3208 else
3209 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3210 /* end confdefs.h. */
3212 #include <$2>
3213 _ACEOF
3214 if ac_fn_c_try_compile "$LINENO"; then :
3215 eval "$3=yes"
3216 else
3217 eval "$3=no"
3219 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3221 eval ac_res=\$$3
3222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3223 $as_echo "$ac_res" >&6; }
3224 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3226 } # ac_fn_c_check_header_compile
3228 # ac_fn_objc_try_compile LINENO
3229 # -----------------------------
3230 # Try to compile conftest.$ac_ext, and return whether this succeeded.
3231 ac_fn_objc_try_compile ()
3233 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3234 rm -f conftest.$ac_objext
3235 if { { ac_try="$ac_compile"
3236 case "(($ac_try" in
3237 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3238 *) ac_try_echo=$ac_try;;
3239 esac
3240 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3241 $as_echo "$ac_try_echo"; } >&5
3242 (eval "$ac_compile") 2>conftest.err
3243 ac_status=$?
3244 if test -s conftest.err; then
3245 grep -v '^ *+' conftest.err >conftest.er1
3246 cat conftest.er1 >&5
3247 mv -f conftest.er1 conftest.err
3249 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3250 test $ac_status = 0; } && {
3251 test -z "$ac_objc_werror_flag" ||
3252 test ! -s conftest.err
3253 } && test -s conftest.$ac_objext; then :
3254 ac_retval=0
3255 else
3256 $as_echo "$as_me: failed program was:" >&5
3257 sed 's/^/| /' conftest.$ac_ext >&5
3259 ac_retval=1
3261 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3262 as_fn_set_status $ac_retval
3264 } # ac_fn_objc_try_compile
3266 # ac_fn_objc_try_cpp LINENO
3267 # -------------------------
3268 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
3269 ac_fn_objc_try_cpp ()
3271 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3272 if { { ac_try="$ac_cpp conftest.$ac_ext"
3273 case "(($ac_try" in
3274 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3275 *) ac_try_echo=$ac_try;;
3276 esac
3277 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3278 $as_echo "$ac_try_echo"; } >&5
3279 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
3280 ac_status=$?
3281 if test -s conftest.err; then
3282 grep -v '^ *+' conftest.err >conftest.er1
3283 cat conftest.er1 >&5
3284 mv -f conftest.er1 conftest.err
3286 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3287 test $ac_status = 0; } > conftest.i && {
3288 test -z "$ac_objc_preproc_warn_flag$ac_objc_werror_flag" ||
3289 test ! -s conftest.err
3290 }; then :
3291 ac_retval=0
3292 else
3293 $as_echo "$as_me: failed program was:" >&5
3294 sed 's/^/| /' conftest.$ac_ext >&5
3296 ac_retval=1
3298 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3299 as_fn_set_status $ac_retval
3301 } # ac_fn_objc_try_cpp
3303 # ac_fn_objc_check_header_mongrel LINENO HEADER VAR INCLUDES
3304 # ----------------------------------------------------------
3305 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
3306 # the include files in INCLUDES and setting the cache variable VAR
3307 # accordingly.
3308 ac_fn_objc_check_header_mongrel ()
3310 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3311 if eval \${$3+:} false; then :
3312 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3313 $as_echo_n "checking for $2... " >&6; }
3314 if eval \${$3+:} false; then :
3315 $as_echo_n "(cached) " >&6
3317 eval ac_res=\$$3
3318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3319 $as_echo "$ac_res" >&6; }
3320 else
3321 # Is the header compilable?
3322 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
3323 $as_echo_n "checking $2 usability... " >&6; }
3324 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3325 /* end confdefs.h. */
3327 #include <$2>
3328 _ACEOF
3329 if ac_fn_objc_try_compile "$LINENO"; then :
3330 ac_header_compiler=yes
3331 else
3332 ac_header_compiler=no
3334 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
3336 $as_echo "$ac_header_compiler" >&6; }
3338 # Is the header present?
3339 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
3340 $as_echo_n "checking $2 presence... " >&6; }
3341 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3342 /* end confdefs.h. */
3343 #include <$2>
3344 _ACEOF
3345 if ac_fn_objc_try_cpp "$LINENO"; then :
3346 ac_header_preproc=yes
3347 else
3348 ac_header_preproc=no
3350 rm -f conftest.err conftest.i conftest.$ac_ext
3351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
3352 $as_echo "$ac_header_preproc" >&6; }
3354 # So? What about this header?
3355 case $ac_header_compiler:$ac_header_preproc:$ac_objc_preproc_warn_flag in #((
3356 yes:no: )
3357 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
3358 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
3359 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
3360 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
3362 no:yes:* )
3363 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
3364 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
3365 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
3366 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
3367 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
3368 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
3369 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
3370 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
3371 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
3372 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
3373 ( $as_echo "## ------------------------------------ ##
3374 ## Report this to wine-devel@winehq.org ##
3375 ## ------------------------------------ ##"
3376 ) | sed "s/^/$as_me: WARNING: /" >&2
3378 esac
3379 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3380 $as_echo_n "checking for $2... " >&6; }
3381 if eval \${$3+:} false; then :
3382 $as_echo_n "(cached) " >&6
3383 else
3384 eval "$3=\$ac_header_compiler"
3386 eval ac_res=\$$3
3387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3388 $as_echo "$ac_res" >&6; }
3390 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3392 } # ac_fn_objc_check_header_mongrel
3394 # ac_fn_c_check_func LINENO FUNC VAR
3395 # ----------------------------------
3396 # Tests whether FUNC exists, setting the cache variable VAR accordingly
3397 ac_fn_c_check_func ()
3399 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3401 $as_echo_n "checking for $2... " >&6; }
3402 if eval \${$3+:} false; then :
3403 $as_echo_n "(cached) " >&6
3404 else
3405 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3406 /* end confdefs.h. */
3407 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
3408 For example, HP-UX 11i <limits.h> declares gettimeofday. */
3409 #define $2 innocuous_$2
3411 /* System header to define __stub macros and hopefully few prototypes,
3412 which can conflict with char $2 (); below.
3413 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3414 <limits.h> exists even on freestanding compilers. */
3416 #ifdef __STDC__
3417 # include <limits.h>
3418 #else
3419 # include <assert.h>
3420 #endif
3422 #undef $2
3424 /* Override any GCC internal prototype to avoid an error.
3425 Use char because int might match the return type of a GCC
3426 builtin and then its argument prototype would still apply. */
3427 #ifdef __cplusplus
3428 extern "C"
3429 #endif
3430 char $2 ();
3431 /* The GNU C library defines this for functions which it implements
3432 to always fail with ENOSYS. Some functions are actually named
3433 something starting with __ and the normal name is an alias. */
3434 #if defined __stub_$2 || defined __stub___$2
3435 choke me
3436 #endif
3439 main ()
3441 return $2 ();
3443 return 0;
3445 _ACEOF
3446 if ac_fn_c_try_link "$LINENO"; then :
3447 eval "$3=yes"
3448 else
3449 eval "$3=no"
3451 rm -f core conftest.err conftest.$ac_objext \
3452 conftest$ac_exeext conftest.$ac_ext
3454 eval ac_res=\$$3
3455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3456 $as_echo "$ac_res" >&6; }
3457 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3459 } # ac_fn_c_check_func
3461 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
3462 # ----------------------------------------------------
3463 # Tries to find if the field MEMBER exists in type AGGR, after including
3464 # INCLUDES, setting cache variable VAR accordingly.
3465 ac_fn_c_check_member ()
3467 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3468 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
3469 $as_echo_n "checking for $2.$3... " >&6; }
3470 if eval \${$4+:} false; then :
3471 $as_echo_n "(cached) " >&6
3472 else
3473 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3474 /* end confdefs.h. */
3477 main ()
3479 static $2 ac_aggr;
3480 if (ac_aggr.$3)
3481 return 0;
3483 return 0;
3485 _ACEOF
3486 if ac_fn_c_try_compile "$LINENO"; then :
3487 eval "$4=yes"
3488 else
3489 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3490 /* end confdefs.h. */
3493 main ()
3495 static $2 ac_aggr;
3496 if (sizeof ac_aggr.$3)
3497 return 0;
3499 return 0;
3501 _ACEOF
3502 if ac_fn_c_try_compile "$LINENO"; then :
3503 eval "$4=yes"
3504 else
3505 eval "$4=no"
3507 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3509 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3511 eval ac_res=\$$4
3512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3513 $as_echo "$ac_res" >&6; }
3514 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3516 } # ac_fn_c_check_member
3518 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
3519 # -------------------------------------------
3520 # Tests whether TYPE exists after having included INCLUDES, setting cache
3521 # variable VAR accordingly.
3522 ac_fn_c_check_type ()
3524 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3526 $as_echo_n "checking for $2... " >&6; }
3527 if eval \${$3+:} false; then :
3528 $as_echo_n "(cached) " >&6
3529 else
3530 eval "$3=no"
3531 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3532 /* end confdefs.h. */
3535 main ()
3537 if (sizeof ($2))
3538 return 0;
3540 return 0;
3542 _ACEOF
3543 if ac_fn_c_try_compile "$LINENO"; then :
3544 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3545 /* end confdefs.h. */
3548 main ()
3550 if (sizeof (($2)))
3551 return 0;
3553 return 0;
3555 _ACEOF
3556 if ac_fn_c_try_compile "$LINENO"; then :
3558 else
3559 eval "$3=yes"
3561 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3563 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3565 eval ac_res=\$$3
3566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3567 $as_echo "$ac_res" >&6; }
3568 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3570 } # ac_fn_c_check_type
3571 cat >config.log <<_ACEOF
3572 This file contains any messages produced by compilers while
3573 running configure, to aid debugging if configure makes a mistake.
3575 It was created by Wine $as_me 6.21, which was
3576 generated by GNU Autoconf 2.69. Invocation command line was
3578 $ $0 $@
3580 _ACEOF
3581 exec 5>>config.log
3583 cat <<_ASUNAME
3584 ## --------- ##
3585 ## Platform. ##
3586 ## --------- ##
3588 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
3589 uname -m = `(uname -m) 2>/dev/null || echo unknown`
3590 uname -r = `(uname -r) 2>/dev/null || echo unknown`
3591 uname -s = `(uname -s) 2>/dev/null || echo unknown`
3592 uname -v = `(uname -v) 2>/dev/null || echo unknown`
3594 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
3595 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
3597 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
3598 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
3599 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
3600 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
3601 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
3602 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
3603 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
3605 _ASUNAME
3607 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3608 for as_dir in $PATH
3610 IFS=$as_save_IFS
3611 test -z "$as_dir" && as_dir=.
3612 $as_echo "PATH: $as_dir"
3613 done
3614 IFS=$as_save_IFS
3616 } >&5
3618 cat >&5 <<_ACEOF
3621 ## ----------- ##
3622 ## Core tests. ##
3623 ## ----------- ##
3625 _ACEOF
3628 # Keep a trace of the command line.
3629 # Strip out --no-create and --no-recursion so they do not pile up.
3630 # Strip out --silent because we don't want to record it for future runs.
3631 # Also quote any args containing shell meta-characters.
3632 # Make two passes to allow for proper duplicate-argument suppression.
3633 ac_configure_args=
3634 ac_configure_args0=
3635 ac_configure_args1=
3636 ac_must_keep_next=false
3637 for ac_pass in 1 2
3639 for ac_arg
3641 case $ac_arg in
3642 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
3643 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
3644 | -silent | --silent | --silen | --sile | --sil)
3645 continue ;;
3646 *\'*)
3647 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
3648 esac
3649 case $ac_pass in
3650 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
3652 as_fn_append ac_configure_args1 " '$ac_arg'"
3653 if test $ac_must_keep_next = true; then
3654 ac_must_keep_next=false # Got value, back to normal.
3655 else
3656 case $ac_arg in
3657 *=* | --config-cache | -C | -disable-* | --disable-* \
3658 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
3659 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
3660 | -with-* | --with-* | -without-* | --without-* | --x)
3661 case "$ac_configure_args0 " in
3662 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
3663 esac
3665 -* ) ac_must_keep_next=true ;;
3666 esac
3668 as_fn_append ac_configure_args " '$ac_arg'"
3670 esac
3671 done
3672 done
3673 { ac_configure_args0=; unset ac_configure_args0;}
3674 { ac_configure_args1=; unset ac_configure_args1;}
3676 # When interrupted or exit'd, cleanup temporary files, and complete
3677 # config.log. We remove comments because anyway the quotes in there
3678 # would cause problems or look ugly.
3679 # WARNING: Use '\'' to represent an apostrophe within the trap.
3680 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
3681 trap 'exit_status=$?
3682 # Save into config.log some information that might help in debugging.
3684 echo
3686 $as_echo "## ---------------- ##
3687 ## Cache variables. ##
3688 ## ---------------- ##"
3689 echo
3690 # The following way of writing the cache mishandles newlines in values,
3692 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
3693 eval ac_val=\$$ac_var
3694 case $ac_val in #(
3695 *${as_nl}*)
3696 case $ac_var in #(
3697 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3698 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3699 esac
3700 case $ac_var in #(
3701 _ | IFS | as_nl) ;; #(
3702 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3703 *) { eval $ac_var=; unset $ac_var;} ;;
3704 esac ;;
3705 esac
3706 done
3707 (set) 2>&1 |
3708 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
3709 *${as_nl}ac_space=\ *)
3710 sed -n \
3711 "s/'\''/'\''\\\\'\'''\''/g;
3712 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
3713 ;; #(
3715 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3717 esac |
3718 sort
3720 echo
3722 $as_echo "## ----------------- ##
3723 ## Output variables. ##
3724 ## ----------------- ##"
3725 echo
3726 for ac_var in $ac_subst_vars
3728 eval ac_val=\$$ac_var
3729 case $ac_val in
3730 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3731 esac
3732 $as_echo "$ac_var='\''$ac_val'\''"
3733 done | sort
3734 echo
3736 if test -n "$ac_subst_files"; then
3737 $as_echo "## ------------------- ##
3738 ## File substitutions. ##
3739 ## ------------------- ##"
3740 echo
3741 for ac_var in $ac_subst_files
3743 eval ac_val=\$$ac_var
3744 case $ac_val in
3745 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3746 esac
3747 $as_echo "$ac_var='\''$ac_val'\''"
3748 done | sort
3749 echo
3752 if test -s confdefs.h; then
3753 $as_echo "## ----------- ##
3754 ## confdefs.h. ##
3755 ## ----------- ##"
3756 echo
3757 cat confdefs.h
3758 echo
3760 test "$ac_signal" != 0 &&
3761 $as_echo "$as_me: caught signal $ac_signal"
3762 $as_echo "$as_me: exit $exit_status"
3763 } >&5
3764 rm -f core *.core core.conftest.* &&
3765 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
3766 exit $exit_status
3768 for ac_signal in 1 2 13 15; do
3769 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
3770 done
3771 ac_signal=0
3773 # confdefs.h avoids OS command line length limits that DEFS can exceed.
3774 rm -f -r conftest* confdefs.h
3776 $as_echo "/* confdefs.h */" > confdefs.h
3778 # Predefined preprocessor variables.
3780 cat >>confdefs.h <<_ACEOF
3781 #define PACKAGE_NAME "$PACKAGE_NAME"
3782 _ACEOF
3784 cat >>confdefs.h <<_ACEOF
3785 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
3786 _ACEOF
3788 cat >>confdefs.h <<_ACEOF
3789 #define PACKAGE_VERSION "$PACKAGE_VERSION"
3790 _ACEOF
3792 cat >>confdefs.h <<_ACEOF
3793 #define PACKAGE_STRING "$PACKAGE_STRING"
3794 _ACEOF
3796 cat >>confdefs.h <<_ACEOF
3797 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
3798 _ACEOF
3800 cat >>confdefs.h <<_ACEOF
3801 #define PACKAGE_URL "$PACKAGE_URL"
3802 _ACEOF
3805 # Let the site file select an alternate cache file if it wants to.
3806 # Prefer an explicitly selected file to automatically selected ones.
3807 ac_site_file1=NONE
3808 ac_site_file2=NONE
3809 if test -n "$CONFIG_SITE"; then
3810 # We do not want a PATH search for config.site.
3811 case $CONFIG_SITE in #((
3812 -*) ac_site_file1=./$CONFIG_SITE;;
3813 */*) ac_site_file1=$CONFIG_SITE;;
3814 *) ac_site_file1=./$CONFIG_SITE;;
3815 esac
3816 elif test "x$prefix" != xNONE; then
3817 ac_site_file1=$prefix/share/config.site
3818 ac_site_file2=$prefix/etc/config.site
3819 else
3820 ac_site_file1=$ac_default_prefix/share/config.site
3821 ac_site_file2=$ac_default_prefix/etc/config.site
3823 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
3825 test "x$ac_site_file" = xNONE && continue
3826 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
3827 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3828 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
3829 sed 's/^/| /' "$ac_site_file" >&5
3830 . "$ac_site_file" \
3831 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3832 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3833 as_fn_error $? "failed to load site script $ac_site_file
3834 See \`config.log' for more details" "$LINENO" 5; }
3836 done
3838 if test -r "$cache_file"; then
3839 # Some versions of bash will fail to source /dev/null (special files
3840 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
3841 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
3842 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3843 $as_echo "$as_me: loading cache $cache_file" >&6;}
3844 case $cache_file in
3845 [\\/]* | ?:[\\/]* ) . "$cache_file";;
3846 *) . "./$cache_file";;
3847 esac
3849 else
3850 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3851 $as_echo "$as_me: creating cache $cache_file" >&6;}
3852 >$cache_file
3855 # Check that the precious variables saved in the cache have kept the same
3856 # value.
3857 ac_cache_corrupted=false
3858 for ac_var in $ac_precious_vars; do
3859 eval ac_old_set=\$ac_cv_env_${ac_var}_set
3860 eval ac_new_set=\$ac_env_${ac_var}_set
3861 eval ac_old_val=\$ac_cv_env_${ac_var}_value
3862 eval ac_new_val=\$ac_env_${ac_var}_value
3863 case $ac_old_set,$ac_new_set in
3864 set,)
3865 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3866 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3867 ac_cache_corrupted=: ;;
3868 ,set)
3869 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
3870 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3871 ac_cache_corrupted=: ;;
3872 ,);;
3874 if test "x$ac_old_val" != "x$ac_new_val"; then
3875 # differences in whitespace do not lead to failure.
3876 ac_old_val_w=`echo x $ac_old_val`
3877 ac_new_val_w=`echo x $ac_new_val`
3878 if test "$ac_old_val_w" != "$ac_new_val_w"; then
3879 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
3880 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3881 ac_cache_corrupted=:
3882 else
3883 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3884 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3885 eval $ac_var=\$ac_old_val
3887 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
3888 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
3889 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
3890 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
3891 fi;;
3892 esac
3893 # Pass precious variables to config.status.
3894 if test "$ac_new_set" = set; then
3895 case $ac_new_val in
3896 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3897 *) ac_arg=$ac_var=$ac_new_val ;;
3898 esac
3899 case " $ac_configure_args " in
3900 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3901 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
3902 esac
3904 done
3905 if $ac_cache_corrupted; then
3906 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3907 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3908 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3909 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3910 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3912 ## -------------------- ##
3913 ## Main body of script. ##
3914 ## -------------------- ##
3916 ac_ext=c
3917 ac_cpp='$CPP $CPPFLAGS'
3918 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3919 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3920 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3924 ac_config_headers="$ac_config_headers include/config.h"
3926 ac_aux_dir=
3927 for ac_dir in tools "$srcdir"/tools; do
3928 if test -f "$ac_dir/install-sh"; then
3929 ac_aux_dir=$ac_dir
3930 ac_install_sh="$ac_aux_dir/install-sh -c"
3931 break
3932 elif test -f "$ac_dir/install.sh"; then
3933 ac_aux_dir=$ac_dir
3934 ac_install_sh="$ac_aux_dir/install.sh -c"
3935 break
3936 elif test -f "$ac_dir/shtool"; then
3937 ac_aux_dir=$ac_dir
3938 ac_install_sh="$ac_aux_dir/shtool install -c"
3939 break
3941 done
3942 if test -z "$ac_aux_dir"; then
3943 as_fn_error $? "cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
3946 # These three variables are undocumented and unsupported,
3947 # and are intended to be withdrawn in a future Autoconf release.
3948 # They can cause serious problems if a builder's source tree is in a directory
3949 # whose full name contains unusual characters.
3950 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3951 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3952 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3956 libwine_version="1.0"
3960 # Check whether --enable-win16 was given.
3961 if test "${enable_win16+set}" = set; then :
3962 enableval=$enable_win16;
3965 # Check whether --enable-win64 was given.
3966 if test "${enable_win64+set}" = set; then :
3967 enableval=$enable_win64;
3970 # Check whether --enable-tests was given.
3971 if test "${enable_tests+set}" = set; then :
3972 enableval=$enable_tests;
3975 # Check whether --enable-build-id was given.
3976 if test "${enable_build_id+set}" = set; then :
3977 enableval=$enable_build_id;
3980 # Check whether --enable-maintainer-mode was given.
3981 if test "${enable_maintainer_mode+set}" = set; then :
3982 enableval=$enable_maintainer_mode;
3985 # Check whether --enable-silent-rules was given.
3986 if test "${enable_silent_rules+set}" = set; then :
3987 enableval=$enable_silent_rules;
3990 # Check whether --enable-werror was given.
3991 if test "${enable_werror+set}" = set; then :
3992 enableval=$enable_werror;
3997 # Check whether --with-alsa was given.
3998 if test "${with_alsa+set}" = set; then :
3999 withval=$with_alsa;
4003 # Check whether --with-capi was given.
4004 if test "${with_capi+set}" = set; then :
4005 withval=$with_capi;
4009 # Check whether --with-coreaudio was given.
4010 if test "${with_coreaudio+set}" = set; then :
4011 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
4015 # Check whether --with-cups was given.
4016 if test "${with_cups+set}" = set; then :
4017 withval=$with_cups;
4021 # Check whether --with-dbus was given.
4022 if test "${with_dbus+set}" = set; then :
4023 withval=$with_dbus;
4027 # Check whether --with-float-abi was given.
4028 if test "${with_float_abi+set}" = set; then :
4029 withval=$with_float_abi;
4033 # Check whether --with-fontconfig was given.
4034 if test "${with_fontconfig+set}" = set; then :
4035 withval=$with_fontconfig;
4039 # Check whether --with-freetype was given.
4040 if test "${with_freetype+set}" = set; then :
4041 withval=$with_freetype;
4045 # Check whether --with-gettext was given.
4046 if test "${with_gettext+set}" = set; then :
4047 withval=$with_gettext;
4051 # Check whether --with-gettextpo was given.
4052 if test "${with_gettextpo+set}" = set; then :
4053 withval=$with_gettextpo; if test "x$withval" = "xno"; then ac_cv_header_gettext_po_h=no; fi
4057 # Check whether --with-gphoto was given.
4058 if test "${with_gphoto+set}" = set; then :
4059 withval=$with_gphoto;
4063 # Check whether --with-gnutls was given.
4064 if test "${with_gnutls+set}" = set; then :
4065 withval=$with_gnutls;
4069 # Check whether --with-gssapi was given.
4070 if test "${with_gssapi+set}" = set; then :
4071 withval=$with_gssapi;
4075 # Check whether --with-gstreamer was given.
4076 if test "${with_gstreamer+set}" = set; then :
4077 withval=$with_gstreamer;
4081 # Check whether --with-hal was given.
4082 if test "${with_hal+set}" = set; then :
4083 withval=$with_hal;
4087 # Check whether --with-inotify was given.
4088 if test "${with_inotify+set}" = set; then :
4089 withval=$with_inotify;
4093 # Check whether --with-krb5 was given.
4094 if test "${with_krb5+set}" = set; then :
4095 withval=$with_krb5;
4099 # Check whether --with-ldap was given.
4100 if test "${with_ldap+set}" = set; then :
4101 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
4105 # Check whether --with-mingw was given.
4106 if test "${with_mingw+set}" = set; then :
4107 withval=$with_mingw;
4111 # Check whether --with-netapi was given.
4112 if test "${with_netapi+set}" = set; then :
4113 withval=$with_netapi;
4117 # Check whether --with-openal was given.
4118 if test "${with_openal+set}" = set; then :
4119 withval=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h=no; ac_cv_header_OpenAL_al_h=no; fi
4123 # Check whether --with-opencl was given.
4124 if test "${with_opencl+set}" = set; then :
4125 withval=$with_opencl; if test "x$withval" = "xno"; then ac_cv_header_CL_cl_h=no; ac_cv_header_OpenCL_opencl_h=no; fi
4129 # Check whether --with-opengl was given.
4130 if test "${with_opengl+set}" = set; then :
4131 withval=$with_opengl;
4135 # Check whether --with-osmesa was given.
4136 if test "${with_osmesa+set}" = set; then :
4137 withval=$with_osmesa;
4141 # Check whether --with-oss was given.
4142 if test "${with_oss+set}" = set; then :
4143 withval=$with_oss;
4147 # Check whether --with-pcap was given.
4148 if test "${with_pcap+set}" = set; then :
4149 withval=$with_pcap; if test "x$withval" = "xno"; then ac_cv_header_pcap_pcap_h=no; fi
4153 # Check whether --with-pthread was given.
4154 if test "${with_pthread+set}" = set; then :
4155 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
4159 # Check whether --with-pulse was given.
4160 if test "${with_pulse+set}" = set; then :
4161 withval=$with_pulse;
4165 # Check whether --with-quicktime was given.
4166 if test "${with_quicktime+set}" = set; then :
4167 withval=$with_quicktime;
4171 # Check whether --with-sane was given.
4172 if test "${with_sane+set}" = set; then :
4173 withval=$with_sane;
4177 # Check whether --with-sdl was given.
4178 if test "${with_sdl+set}" = set; then :
4179 withval=$with_sdl;
4183 # Check whether --with-udev was given.
4184 if test "${with_udev+set}" = set; then :
4185 withval=$with_udev;
4189 # Check whether --with-unwind was given.
4190 if test "${with_unwind+set}" = set; then :
4191 withval=$with_unwind;
4195 # Check whether --with-usb was given.
4196 if test "${with_usb+set}" = set; then :
4197 withval=$with_usb;
4201 # Check whether --with-v4l2 was given.
4202 if test "${with_v4l2+set}" = set; then :
4203 withval=$with_v4l2;
4207 # Check whether --with-vkd3d was given.
4208 if test "${with_vkd3d+set}" = set; then :
4209 withval=$with_vkd3d;
4213 # Check whether --with-vulkan was given.
4214 if test "${with_vulkan+set}" = set; then :
4215 withval=$with_vulkan;
4219 # Check whether --with-xcomposite was given.
4220 if test "${with_xcomposite+set}" = set; then :
4221 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
4225 # Check whether --with-xcursor was given.
4226 if test "${with_xcursor+set}" = set; then :
4227 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
4231 # Check whether --with-xfixes was given.
4232 if test "${with_xfixes+set}" = set; then :
4233 withval=$with_xfixes; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xfixes_h=no; fi
4237 # Check whether --with-xinerama was given.
4238 if test "${with_xinerama+set}" = set; then :
4239 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
4243 # Check whether --with-xinput was given.
4244 if test "${with_xinput+set}" = set; then :
4245 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
4249 # Check whether --with-xinput2 was given.
4250 if test "${with_xinput2+set}" = set; then :
4251 withval=$with_xinput2; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput2_h=no; fi
4255 # Check whether --with-xrandr was given.
4256 if test "${with_xrandr+set}" = set; then :
4257 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
4261 # Check whether --with-xrender was given.
4262 if test "${with_xrender+set}" = set; then :
4263 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
4267 # Check whether --with-xshape was given.
4268 if test "${with_xshape+set}" = set; then :
4269 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
4273 # Check whether --with-xshm was given.
4274 if test "${with_xshm+set}" = set; then :
4275 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
4279 # Check whether --with-xxf86vm was given.
4280 if test "${with_xxf86vm+set}" = set; then :
4281 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
4286 # Check whether --with-wine-tools was given.
4287 if test "${with_wine_tools+set}" = set; then :
4288 withval=$with_wine_tools;
4292 # Check whether --with-wine64 was given.
4293 if test "${with_wine64+set}" = set; then :
4294 withval=$with_wine64;
4298 # Make sure we can run config.sub.
4299 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4300 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4302 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4303 $as_echo_n "checking build system type... " >&6; }
4304 if ${ac_cv_build+:} false; then :
4305 $as_echo_n "(cached) " >&6
4306 else
4307 ac_build_alias=$build_alias
4308 test "x$ac_build_alias" = x &&
4309 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
4310 test "x$ac_build_alias" = x &&
4311 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
4312 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4313 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
4316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4317 $as_echo "$ac_cv_build" >&6; }
4318 case $ac_cv_build in
4319 *-*-*) ;;
4320 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
4321 esac
4322 build=$ac_cv_build
4323 ac_save_IFS=$IFS; IFS='-'
4324 set x $ac_cv_build
4325 shift
4326 build_cpu=$1
4327 build_vendor=$2
4328 shift; shift
4329 # Remember, the first character of IFS is used to create $*,
4330 # except with old shells:
4331 build_os=$*
4332 IFS=$ac_save_IFS
4333 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
4336 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
4337 $as_echo_n "checking host system type... " >&6; }
4338 if ${ac_cv_host+:} false; then :
4339 $as_echo_n "(cached) " >&6
4340 else
4341 if test "x$host_alias" = x; then
4342 ac_cv_host=$ac_cv_build
4343 else
4344 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
4345 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
4349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
4350 $as_echo "$ac_cv_host" >&6; }
4351 case $ac_cv_host in
4352 *-*-*) ;;
4353 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
4354 esac
4355 host=$ac_cv_host
4356 ac_save_IFS=$IFS; IFS='-'
4357 set x $ac_cv_host
4358 shift
4359 host_cpu=$1
4360 host_vendor=$2
4361 shift; shift
4362 # Remember, the first character of IFS is used to create $*,
4363 # except with old shells:
4364 host_os=$*
4365 IFS=$ac_save_IFS
4366 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
4371 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
4372 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
4373 set x ${MAKE-make}
4374 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
4375 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
4376 $as_echo_n "(cached) " >&6
4377 else
4378 cat >conftest.make <<\_ACEOF
4379 SHELL = /bin/sh
4380 all:
4381 @echo '@@@%%%=$(MAKE)=@@@%%%'
4382 _ACEOF
4383 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
4384 case `${MAKE-make} -f conftest.make 2>/dev/null` in
4385 *@@@%%%=?*=@@@%%%*)
4386 eval ac_cv_prog_make_${ac_make}_set=yes;;
4388 eval ac_cv_prog_make_${ac_make}_set=no;;
4389 esac
4390 rm -f conftest.make
4392 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
4393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4394 $as_echo "yes" >&6; }
4395 SET_MAKE=
4396 else
4397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4398 $as_echo "no" >&6; }
4399 SET_MAKE="MAKE=${MAKE-make}"
4402 ac_ext=c
4403 ac_cpp='$CPP $CPPFLAGS'
4404 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4405 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4406 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4407 if test -n "$ac_tool_prefix"; then
4408 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4409 set dummy ${ac_tool_prefix}gcc; ac_word=$2
4410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4411 $as_echo_n "checking for $ac_word... " >&6; }
4412 if ${ac_cv_prog_CC+:} false; then :
4413 $as_echo_n "(cached) " >&6
4414 else
4415 if test -n "$CC"; then
4416 ac_cv_prog_CC="$CC" # Let the user override the test.
4417 else
4418 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4419 for as_dir in $PATH
4421 IFS=$as_save_IFS
4422 test -z "$as_dir" && as_dir=.
4423 for ac_exec_ext in '' $ac_executable_extensions; do
4424 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4425 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4426 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4427 break 2
4429 done
4430 done
4431 IFS=$as_save_IFS
4435 CC=$ac_cv_prog_CC
4436 if test -n "$CC"; then
4437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4438 $as_echo "$CC" >&6; }
4439 else
4440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4441 $as_echo "no" >&6; }
4446 if test -z "$ac_cv_prog_CC"; then
4447 ac_ct_CC=$CC
4448 # Extract the first word of "gcc", so it can be a program name with args.
4449 set dummy gcc; ac_word=$2
4450 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4451 $as_echo_n "checking for $ac_word... " >&6; }
4452 if ${ac_cv_prog_ac_ct_CC+:} false; then :
4453 $as_echo_n "(cached) " >&6
4454 else
4455 if test -n "$ac_ct_CC"; then
4456 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4457 else
4458 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4459 for as_dir in $PATH
4461 IFS=$as_save_IFS
4462 test -z "$as_dir" && as_dir=.
4463 for ac_exec_ext in '' $ac_executable_extensions; do
4464 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4465 ac_cv_prog_ac_ct_CC="gcc"
4466 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4467 break 2
4469 done
4470 done
4471 IFS=$as_save_IFS
4475 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4476 if test -n "$ac_ct_CC"; then
4477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4478 $as_echo "$ac_ct_CC" >&6; }
4479 else
4480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4481 $as_echo "no" >&6; }
4484 if test "x$ac_ct_CC" = x; then
4485 CC=""
4486 else
4487 case $cross_compiling:$ac_tool_warned in
4488 yes:)
4489 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4490 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4491 ac_tool_warned=yes ;;
4492 esac
4493 CC=$ac_ct_CC
4495 else
4496 CC="$ac_cv_prog_CC"
4499 if test -z "$CC"; then
4500 if test -n "$ac_tool_prefix"; then
4501 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4502 set dummy ${ac_tool_prefix}cc; ac_word=$2
4503 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4504 $as_echo_n "checking for $ac_word... " >&6; }
4505 if ${ac_cv_prog_CC+:} false; then :
4506 $as_echo_n "(cached) " >&6
4507 else
4508 if test -n "$CC"; then
4509 ac_cv_prog_CC="$CC" # Let the user override the test.
4510 else
4511 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4512 for as_dir in $PATH
4514 IFS=$as_save_IFS
4515 test -z "$as_dir" && as_dir=.
4516 for ac_exec_ext in '' $ac_executable_extensions; do
4517 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4518 ac_cv_prog_CC="${ac_tool_prefix}cc"
4519 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4520 break 2
4522 done
4523 done
4524 IFS=$as_save_IFS
4528 CC=$ac_cv_prog_CC
4529 if test -n "$CC"; then
4530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4531 $as_echo "$CC" >&6; }
4532 else
4533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4534 $as_echo "no" >&6; }
4540 if test -z "$CC"; then
4541 # Extract the first word of "cc", so it can be a program name with args.
4542 set dummy cc; ac_word=$2
4543 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4544 $as_echo_n "checking for $ac_word... " >&6; }
4545 if ${ac_cv_prog_CC+:} false; then :
4546 $as_echo_n "(cached) " >&6
4547 else
4548 if test -n "$CC"; then
4549 ac_cv_prog_CC="$CC" # Let the user override the test.
4550 else
4551 ac_prog_rejected=no
4552 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4553 for as_dir in $PATH
4555 IFS=$as_save_IFS
4556 test -z "$as_dir" && as_dir=.
4557 for ac_exec_ext in '' $ac_executable_extensions; do
4558 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4559 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4560 ac_prog_rejected=yes
4561 continue
4563 ac_cv_prog_CC="cc"
4564 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4565 break 2
4567 done
4568 done
4569 IFS=$as_save_IFS
4571 if test $ac_prog_rejected = yes; then
4572 # We found a bogon in the path, so make sure we never use it.
4573 set dummy $ac_cv_prog_CC
4574 shift
4575 if test $# != 0; then
4576 # We chose a different compiler from the bogus one.
4577 # However, it has the same basename, so the bogon will be chosen
4578 # first if we set CC to just the basename; use the full file name.
4579 shift
4580 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4585 CC=$ac_cv_prog_CC
4586 if test -n "$CC"; then
4587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4588 $as_echo "$CC" >&6; }
4589 else
4590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4591 $as_echo "no" >&6; }
4596 if test -z "$CC"; then
4597 if test -n "$ac_tool_prefix"; then
4598 for ac_prog in cl.exe
4600 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4601 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4602 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4603 $as_echo_n "checking for $ac_word... " >&6; }
4604 if ${ac_cv_prog_CC+:} false; then :
4605 $as_echo_n "(cached) " >&6
4606 else
4607 if test -n "$CC"; then
4608 ac_cv_prog_CC="$CC" # Let the user override the test.
4609 else
4610 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4611 for as_dir in $PATH
4613 IFS=$as_save_IFS
4614 test -z "$as_dir" && as_dir=.
4615 for ac_exec_ext in '' $ac_executable_extensions; do
4616 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4617 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4618 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4619 break 2
4621 done
4622 done
4623 IFS=$as_save_IFS
4627 CC=$ac_cv_prog_CC
4628 if test -n "$CC"; then
4629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4630 $as_echo "$CC" >&6; }
4631 else
4632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4633 $as_echo "no" >&6; }
4637 test -n "$CC" && break
4638 done
4640 if test -z "$CC"; then
4641 ac_ct_CC=$CC
4642 for ac_prog in cl.exe
4644 # Extract the first word of "$ac_prog", so it can be a program name with args.
4645 set dummy $ac_prog; ac_word=$2
4646 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4647 $as_echo_n "checking for $ac_word... " >&6; }
4648 if ${ac_cv_prog_ac_ct_CC+:} false; then :
4649 $as_echo_n "(cached) " >&6
4650 else
4651 if test -n "$ac_ct_CC"; then
4652 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4653 else
4654 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4655 for as_dir in $PATH
4657 IFS=$as_save_IFS
4658 test -z "$as_dir" && as_dir=.
4659 for ac_exec_ext in '' $ac_executable_extensions; do
4660 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4661 ac_cv_prog_ac_ct_CC="$ac_prog"
4662 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4663 break 2
4665 done
4666 done
4667 IFS=$as_save_IFS
4671 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4672 if test -n "$ac_ct_CC"; then
4673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4674 $as_echo "$ac_ct_CC" >&6; }
4675 else
4676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4677 $as_echo "no" >&6; }
4681 test -n "$ac_ct_CC" && break
4682 done
4684 if test "x$ac_ct_CC" = x; then
4685 CC=""
4686 else
4687 case $cross_compiling:$ac_tool_warned in
4688 yes:)
4689 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4690 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4691 ac_tool_warned=yes ;;
4692 esac
4693 CC=$ac_ct_CC
4700 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4701 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4702 as_fn_error $? "no acceptable C compiler found in \$PATH
4703 See \`config.log' for more details" "$LINENO" 5; }
4705 # Provide some information about the compiler.
4706 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4707 set X $ac_compile
4708 ac_compiler=$2
4709 for ac_option in --version -v -V -qversion; do
4710 { { ac_try="$ac_compiler $ac_option >&5"
4711 case "(($ac_try" in
4712 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4713 *) ac_try_echo=$ac_try;;
4714 esac
4715 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4716 $as_echo "$ac_try_echo"; } >&5
4717 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4718 ac_status=$?
4719 if test -s conftest.err; then
4720 sed '10a\
4721 ... rest of stderr output deleted ...
4722 10q' conftest.err >conftest.er1
4723 cat conftest.er1 >&5
4725 rm -f conftest.er1 conftest.err
4726 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4727 test $ac_status = 0; }
4728 done
4730 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4731 /* end confdefs.h. */
4734 main ()
4738 return 0;
4740 _ACEOF
4741 ac_clean_files_save=$ac_clean_files
4742 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
4743 # Try to create an executable without -o first, disregard a.out.
4744 # It will help us diagnose broken compilers, and finding out an intuition
4745 # of exeext.
4746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4747 $as_echo_n "checking whether the C compiler works... " >&6; }
4748 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4750 # The possible output files:
4751 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4753 ac_rmfiles=
4754 for ac_file in $ac_files
4756 case $ac_file in
4757 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4758 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4759 esac
4760 done
4761 rm -f $ac_rmfiles
4763 if { { ac_try="$ac_link_default"
4764 case "(($ac_try" in
4765 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4766 *) ac_try_echo=$ac_try;;
4767 esac
4768 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4769 $as_echo "$ac_try_echo"; } >&5
4770 (eval "$ac_link_default") 2>&5
4771 ac_status=$?
4772 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4773 test $ac_status = 0; }; then :
4774 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4775 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4776 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4777 # so that the user can short-circuit this test for compilers unknown to
4778 # Autoconf.
4779 for ac_file in $ac_files ''
4781 test -f "$ac_file" || continue
4782 case $ac_file in
4783 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4785 [ab].out )
4786 # We found the default executable, but exeext='' is most
4787 # certainly right.
4788 break;;
4789 *.* )
4790 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4791 then :; else
4792 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4794 # We set ac_cv_exeext here because the later test for it is not
4795 # safe: cross compilers may not add the suffix if given an `-o'
4796 # argument, so we may need to know it at that point already.
4797 # Even if this section looks crufty: it has the advantage of
4798 # actually working.
4799 break;;
4801 break;;
4802 esac
4803 done
4804 test "$ac_cv_exeext" = no && ac_cv_exeext=
4806 else
4807 ac_file=''
4809 if test -z "$ac_file"; then :
4810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4811 $as_echo "no" >&6; }
4812 $as_echo "$as_me: failed program was:" >&5
4813 sed 's/^/| /' conftest.$ac_ext >&5
4815 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4816 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4817 as_fn_error 77 "C compiler cannot create executables
4818 See \`config.log' for more details" "$LINENO" 5; }
4819 else
4820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4821 $as_echo "yes" >&6; }
4823 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4824 $as_echo_n "checking for C compiler default output file name... " >&6; }
4825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4826 $as_echo "$ac_file" >&6; }
4827 ac_exeext=$ac_cv_exeext
4829 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
4830 ac_clean_files=$ac_clean_files_save
4831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4832 $as_echo_n "checking for suffix of executables... " >&6; }
4833 if { { ac_try="$ac_link"
4834 case "(($ac_try" in
4835 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4836 *) ac_try_echo=$ac_try;;
4837 esac
4838 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4839 $as_echo "$ac_try_echo"; } >&5
4840 (eval "$ac_link") 2>&5
4841 ac_status=$?
4842 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4843 test $ac_status = 0; }; then :
4844 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4845 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4846 # work properly (i.e., refer to `conftest.exe'), while it won't with
4847 # `rm'.
4848 for ac_file in conftest.exe conftest conftest.*; do
4849 test -f "$ac_file" || continue
4850 case $ac_file in
4851 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4852 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4853 break;;
4854 * ) break;;
4855 esac
4856 done
4857 else
4858 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4859 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4860 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
4861 See \`config.log' for more details" "$LINENO" 5; }
4863 rm -f conftest conftest$ac_cv_exeext
4864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4865 $as_echo "$ac_cv_exeext" >&6; }
4867 rm -f conftest.$ac_ext
4868 EXEEXT=$ac_cv_exeext
4869 ac_exeext=$EXEEXT
4870 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4871 /* end confdefs.h. */
4872 #include <stdio.h>
4874 main ()
4876 FILE *f = fopen ("conftest.out", "w");
4877 return ferror (f) || fclose (f) != 0;
4880 return 0;
4882 _ACEOF
4883 ac_clean_files="$ac_clean_files conftest.out"
4884 # Check that the compiler produces executables we can run. If not, either
4885 # the compiler is broken, or we cross compile.
4886 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4887 $as_echo_n "checking whether we are cross compiling... " >&6; }
4888 if test "$cross_compiling" != yes; then
4889 { { ac_try="$ac_link"
4890 case "(($ac_try" in
4891 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4892 *) ac_try_echo=$ac_try;;
4893 esac
4894 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4895 $as_echo "$ac_try_echo"; } >&5
4896 (eval "$ac_link") 2>&5
4897 ac_status=$?
4898 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4899 test $ac_status = 0; }
4900 if { ac_try='./conftest$ac_cv_exeext'
4901 { { case "(($ac_try" in
4902 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4903 *) ac_try_echo=$ac_try;;
4904 esac
4905 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4906 $as_echo "$ac_try_echo"; } >&5
4907 (eval "$ac_try") 2>&5
4908 ac_status=$?
4909 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4910 test $ac_status = 0; }; }; then
4911 cross_compiling=no
4912 else
4913 if test "$cross_compiling" = maybe; then
4914 cross_compiling=yes
4915 else
4916 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4917 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4918 as_fn_error $? "cannot run C compiled programs.
4919 If you meant to cross compile, use \`--host'.
4920 See \`config.log' for more details" "$LINENO" 5; }
4924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4925 $as_echo "$cross_compiling" >&6; }
4927 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
4928 ac_clean_files=$ac_clean_files_save
4929 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4930 $as_echo_n "checking for suffix of object files... " >&6; }
4931 if ${ac_cv_objext+:} false; then :
4932 $as_echo_n "(cached) " >&6
4933 else
4934 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4935 /* end confdefs.h. */
4938 main ()
4942 return 0;
4944 _ACEOF
4945 rm -f conftest.o conftest.obj
4946 if { { ac_try="$ac_compile"
4947 case "(($ac_try" in
4948 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4949 *) ac_try_echo=$ac_try;;
4950 esac
4951 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4952 $as_echo "$ac_try_echo"; } >&5
4953 (eval "$ac_compile") 2>&5
4954 ac_status=$?
4955 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4956 test $ac_status = 0; }; then :
4957 for ac_file in conftest.o conftest.obj conftest.*; do
4958 test -f "$ac_file" || continue;
4959 case $ac_file in
4960 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4961 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4962 break;;
4963 esac
4964 done
4965 else
4966 $as_echo "$as_me: failed program was:" >&5
4967 sed 's/^/| /' conftest.$ac_ext >&5
4969 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4970 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4971 as_fn_error $? "cannot compute suffix of object files: cannot compile
4972 See \`config.log' for more details" "$LINENO" 5; }
4974 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4977 $as_echo "$ac_cv_objext" >&6; }
4978 OBJEXT=$ac_cv_objext
4979 ac_objext=$OBJEXT
4980 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4981 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4982 if ${ac_cv_c_compiler_gnu+:} false; then :
4983 $as_echo_n "(cached) " >&6
4984 else
4985 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4986 /* end confdefs.h. */
4989 main ()
4991 #ifndef __GNUC__
4992 choke me
4993 #endif
4996 return 0;
4998 _ACEOF
4999 if ac_fn_c_try_compile "$LINENO"; then :
5000 ac_compiler_gnu=yes
5001 else
5002 ac_compiler_gnu=no
5004 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5005 ac_cv_c_compiler_gnu=$ac_compiler_gnu
5008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
5009 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
5010 if test $ac_compiler_gnu = yes; then
5011 GCC=yes
5012 else
5013 GCC=
5015 ac_test_CFLAGS=${CFLAGS+set}
5016 ac_save_CFLAGS=$CFLAGS
5017 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
5018 $as_echo_n "checking whether $CC accepts -g... " >&6; }
5019 if ${ac_cv_prog_cc_g+:} false; then :
5020 $as_echo_n "(cached) " >&6
5021 else
5022 ac_save_c_werror_flag=$ac_c_werror_flag
5023 ac_c_werror_flag=yes
5024 ac_cv_prog_cc_g=no
5025 CFLAGS="-g"
5026 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5027 /* end confdefs.h. */
5030 main ()
5034 return 0;
5036 _ACEOF
5037 if ac_fn_c_try_compile "$LINENO"; then :
5038 ac_cv_prog_cc_g=yes
5039 else
5040 CFLAGS=""
5041 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5042 /* end confdefs.h. */
5045 main ()
5049 return 0;
5051 _ACEOF
5052 if ac_fn_c_try_compile "$LINENO"; then :
5054 else
5055 ac_c_werror_flag=$ac_save_c_werror_flag
5056 CFLAGS="-g"
5057 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5058 /* end confdefs.h. */
5061 main ()
5065 return 0;
5067 _ACEOF
5068 if ac_fn_c_try_compile "$LINENO"; then :
5069 ac_cv_prog_cc_g=yes
5071 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5073 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5075 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5076 ac_c_werror_flag=$ac_save_c_werror_flag
5078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
5079 $as_echo "$ac_cv_prog_cc_g" >&6; }
5080 if test "$ac_test_CFLAGS" = set; then
5081 CFLAGS=$ac_save_CFLAGS
5082 elif test $ac_cv_prog_cc_g = yes; then
5083 if test "$GCC" = yes; then
5084 CFLAGS="-g -O2"
5085 else
5086 CFLAGS="-g"
5088 else
5089 if test "$GCC" = yes; then
5090 CFLAGS="-O2"
5091 else
5092 CFLAGS=
5095 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
5096 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
5097 if ${ac_cv_prog_cc_c89+:} false; then :
5098 $as_echo_n "(cached) " >&6
5099 else
5100 ac_cv_prog_cc_c89=no
5101 ac_save_CC=$CC
5102 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5103 /* end confdefs.h. */
5104 #include <stdarg.h>
5105 #include <stdio.h>
5106 struct stat;
5107 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
5108 struct buf { int x; };
5109 FILE * (*rcsopen) (struct buf *, struct stat *, int);
5110 static char *e (p, i)
5111 char **p;
5112 int i;
5114 return p[i];
5116 static char *f (char * (*g) (char **, int), char **p, ...)
5118 char *s;
5119 va_list v;
5120 va_start (v,p);
5121 s = g (p, va_arg (v,int));
5122 va_end (v);
5123 return s;
5126 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
5127 function prototypes and stuff, but not '\xHH' hex character constants.
5128 These don't provoke an error unfortunately, instead are silently treated
5129 as 'x'. The following induces an error, until -std is added to get
5130 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
5131 array size at least. It's necessary to write '\x00'==0 to get something
5132 that's true only with -std. */
5133 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
5135 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
5136 inside strings and character constants. */
5137 #define FOO(x) 'x'
5138 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
5140 int test (int i, double x);
5141 struct s1 {int (*f) (int a);};
5142 struct s2 {int (*f) (double a);};
5143 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
5144 int argc;
5145 char **argv;
5147 main ()
5149 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
5151 return 0;
5153 _ACEOF
5154 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
5155 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
5157 CC="$ac_save_CC $ac_arg"
5158 if ac_fn_c_try_compile "$LINENO"; then :
5159 ac_cv_prog_cc_c89=$ac_arg
5161 rm -f core conftest.err conftest.$ac_objext
5162 test "x$ac_cv_prog_cc_c89" != "xno" && break
5163 done
5164 rm -f conftest.$ac_ext
5165 CC=$ac_save_CC
5168 # AC_CACHE_VAL
5169 case "x$ac_cv_prog_cc_c89" in
5171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
5172 $as_echo "none needed" >&6; } ;;
5173 xno)
5174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
5175 $as_echo "unsupported" >&6; } ;;
5177 CC="$CC $ac_cv_prog_cc_c89"
5178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
5179 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
5180 esac
5181 if test "x$ac_cv_prog_cc_c89" != xno; then :
5185 ac_ext=c
5186 ac_cpp='$CPP $CPPFLAGS'
5187 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5188 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5189 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5191 ac_ext=cpp
5192 ac_cpp='$CXXCPP $CPPFLAGS'
5193 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5194 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5195 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5196 if test -z "$CXX"; then
5197 if test -n "$CCC"; then
5198 CXX=$CCC
5199 else
5200 if test -n "$ac_tool_prefix"; then
5201 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
5203 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5204 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5205 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5206 $as_echo_n "checking for $ac_word... " >&6; }
5207 if ${ac_cv_prog_CXX+:} false; then :
5208 $as_echo_n "(cached) " >&6
5209 else
5210 if test -n "$CXX"; then
5211 ac_cv_prog_CXX="$CXX" # Let the user override the test.
5212 else
5213 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5214 for as_dir in $PATH
5216 IFS=$as_save_IFS
5217 test -z "$as_dir" && as_dir=.
5218 for ac_exec_ext in '' $ac_executable_extensions; do
5219 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5220 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
5221 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5222 break 2
5224 done
5225 done
5226 IFS=$as_save_IFS
5230 CXX=$ac_cv_prog_CXX
5231 if test -n "$CXX"; then
5232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
5233 $as_echo "$CXX" >&6; }
5234 else
5235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5236 $as_echo "no" >&6; }
5240 test -n "$CXX" && break
5241 done
5243 if test -z "$CXX"; then
5244 ac_ct_CXX=$CXX
5245 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
5247 # Extract the first word of "$ac_prog", so it can be a program name with args.
5248 set dummy $ac_prog; ac_word=$2
5249 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5250 $as_echo_n "checking for $ac_word... " >&6; }
5251 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
5252 $as_echo_n "(cached) " >&6
5253 else
5254 if test -n "$ac_ct_CXX"; then
5255 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
5256 else
5257 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5258 for as_dir in $PATH
5260 IFS=$as_save_IFS
5261 test -z "$as_dir" && as_dir=.
5262 for ac_exec_ext in '' $ac_executable_extensions; do
5263 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5264 ac_cv_prog_ac_ct_CXX="$ac_prog"
5265 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5266 break 2
5268 done
5269 done
5270 IFS=$as_save_IFS
5274 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
5275 if test -n "$ac_ct_CXX"; then
5276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
5277 $as_echo "$ac_ct_CXX" >&6; }
5278 else
5279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5280 $as_echo "no" >&6; }
5284 test -n "$ac_ct_CXX" && break
5285 done
5287 if test "x$ac_ct_CXX" = x; then
5288 CXX="g++"
5289 else
5290 case $cross_compiling:$ac_tool_warned in
5291 yes:)
5292 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5293 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5294 ac_tool_warned=yes ;;
5295 esac
5296 CXX=$ac_ct_CXX
5302 # Provide some information about the compiler.
5303 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
5304 set X $ac_compile
5305 ac_compiler=$2
5306 for ac_option in --version -v -V -qversion; do
5307 { { ac_try="$ac_compiler $ac_option >&5"
5308 case "(($ac_try" in
5309 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5310 *) ac_try_echo=$ac_try;;
5311 esac
5312 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5313 $as_echo "$ac_try_echo"; } >&5
5314 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
5315 ac_status=$?
5316 if test -s conftest.err; then
5317 sed '10a\
5318 ... rest of stderr output deleted ...
5319 10q' conftest.err >conftest.er1
5320 cat conftest.er1 >&5
5322 rm -f conftest.er1 conftest.err
5323 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5324 test $ac_status = 0; }
5325 done
5327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
5328 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
5329 if ${ac_cv_cxx_compiler_gnu+:} false; then :
5330 $as_echo_n "(cached) " >&6
5331 else
5332 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5333 /* end confdefs.h. */
5336 main ()
5338 #ifndef __GNUC__
5339 choke me
5340 #endif
5343 return 0;
5345 _ACEOF
5346 if ac_fn_cxx_try_compile "$LINENO"; then :
5347 ac_compiler_gnu=yes
5348 else
5349 ac_compiler_gnu=no
5351 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5352 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
5355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
5356 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
5357 if test $ac_compiler_gnu = yes; then
5358 GXX=yes
5359 else
5360 GXX=
5362 ac_test_CXXFLAGS=${CXXFLAGS+set}
5363 ac_save_CXXFLAGS=$CXXFLAGS
5364 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
5365 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
5366 if ${ac_cv_prog_cxx_g+:} false; then :
5367 $as_echo_n "(cached) " >&6
5368 else
5369 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
5370 ac_cxx_werror_flag=yes
5371 ac_cv_prog_cxx_g=no
5372 CXXFLAGS="-g"
5373 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5374 /* end confdefs.h. */
5377 main ()
5381 return 0;
5383 _ACEOF
5384 if ac_fn_cxx_try_compile "$LINENO"; then :
5385 ac_cv_prog_cxx_g=yes
5386 else
5387 CXXFLAGS=""
5388 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5389 /* end confdefs.h. */
5392 main ()
5396 return 0;
5398 _ACEOF
5399 if ac_fn_cxx_try_compile "$LINENO"; then :
5401 else
5402 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
5403 CXXFLAGS="-g"
5404 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5405 /* end confdefs.h. */
5408 main ()
5412 return 0;
5414 _ACEOF
5415 if ac_fn_cxx_try_compile "$LINENO"; then :
5416 ac_cv_prog_cxx_g=yes
5418 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5420 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5422 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5423 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
5425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
5426 $as_echo "$ac_cv_prog_cxx_g" >&6; }
5427 if test "$ac_test_CXXFLAGS" = set; then
5428 CXXFLAGS=$ac_save_CXXFLAGS
5429 elif test $ac_cv_prog_cxx_g = yes; then
5430 if test "$GXX" = yes; then
5431 CXXFLAGS="-g -O2"
5432 else
5433 CXXFLAGS="-g"
5435 else
5436 if test "$GXX" = yes; then
5437 CXXFLAGS="-O2"
5438 else
5439 CXXFLAGS=
5442 ac_ext=c
5443 ac_cpp='$CPP $CPPFLAGS'
5444 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5445 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5446 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5448 if test -n "$ac_tool_prefix"; then
5449 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
5450 set dummy ${ac_tool_prefix}cpp; ac_word=$2
5451 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5452 $as_echo_n "checking for $ac_word... " >&6; }
5453 if ${ac_cv_prog_CPPBIN+:} false; then :
5454 $as_echo_n "(cached) " >&6
5455 else
5456 if test -n "$CPPBIN"; then
5457 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
5458 else
5459 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5460 for as_dir in $PATH
5462 IFS=$as_save_IFS
5463 test -z "$as_dir" && as_dir=.
5464 for ac_exec_ext in '' $ac_executable_extensions; do
5465 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5466 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
5467 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5468 break 2
5470 done
5471 done
5472 IFS=$as_save_IFS
5476 CPPBIN=$ac_cv_prog_CPPBIN
5477 if test -n "$CPPBIN"; then
5478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
5479 $as_echo "$CPPBIN" >&6; }
5480 else
5481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5482 $as_echo "no" >&6; }
5487 if test -z "$ac_cv_prog_CPPBIN"; then
5488 ac_ct_CPPBIN=$CPPBIN
5489 # Extract the first word of "cpp", so it can be a program name with args.
5490 set dummy cpp; ac_word=$2
5491 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5492 $as_echo_n "checking for $ac_word... " >&6; }
5493 if ${ac_cv_prog_ac_ct_CPPBIN+:} false; then :
5494 $as_echo_n "(cached) " >&6
5495 else
5496 if test -n "$ac_ct_CPPBIN"; then
5497 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
5498 else
5499 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5500 for as_dir in $PATH
5502 IFS=$as_save_IFS
5503 test -z "$as_dir" && as_dir=.
5504 for ac_exec_ext in '' $ac_executable_extensions; do
5505 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5506 ac_cv_prog_ac_ct_CPPBIN="cpp"
5507 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5508 break 2
5510 done
5511 done
5512 IFS=$as_save_IFS
5516 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
5517 if test -n "$ac_ct_CPPBIN"; then
5518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
5519 $as_echo "$ac_ct_CPPBIN" >&6; }
5520 else
5521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5522 $as_echo "no" >&6; }
5525 if test "x$ac_ct_CPPBIN" = x; then
5526 CPPBIN="cpp"
5527 else
5528 case $cross_compiling:$ac_tool_warned in
5529 yes:)
5530 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5531 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5532 ac_tool_warned=yes ;;
5533 esac
5534 CPPBIN=$ac_ct_CPPBIN
5536 else
5537 CPPBIN="$ac_cv_prog_CPPBIN"
5541 cat >>confdefs.h <<_ACEOF
5542 #define EXEEXT "$ac_exeext"
5543 _ACEOF
5545 if test -n "$ac_tool_prefix"; then
5546 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
5547 set dummy ${ac_tool_prefix}ld; ac_word=$2
5548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5549 $as_echo_n "checking for $ac_word... " >&6; }
5550 if ${ac_cv_prog_LD+:} false; then :
5551 $as_echo_n "(cached) " >&6
5552 else
5553 if test -n "$LD"; then
5554 ac_cv_prog_LD="$LD" # Let the user override the test.
5555 else
5556 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5557 for as_dir in $PATH
5559 IFS=$as_save_IFS
5560 test -z "$as_dir" && as_dir=.
5561 for ac_exec_ext in '' $ac_executable_extensions; do
5562 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5563 ac_cv_prog_LD="${ac_tool_prefix}ld"
5564 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5565 break 2
5567 done
5568 done
5569 IFS=$as_save_IFS
5573 LD=$ac_cv_prog_LD
5574 if test -n "$LD"; then
5575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5576 $as_echo "$LD" >&6; }
5577 else
5578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5579 $as_echo "no" >&6; }
5584 if test -z "$ac_cv_prog_LD"; then
5585 ac_ct_LD=$LD
5586 # Extract the first word of "ld", so it can be a program name with args.
5587 set dummy ld; ac_word=$2
5588 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5589 $as_echo_n "checking for $ac_word... " >&6; }
5590 if ${ac_cv_prog_ac_ct_LD+:} false; then :
5591 $as_echo_n "(cached) " >&6
5592 else
5593 if test -n "$ac_ct_LD"; then
5594 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
5595 else
5596 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5597 for as_dir in $PATH
5599 IFS=$as_save_IFS
5600 test -z "$as_dir" && as_dir=.
5601 for ac_exec_ext in '' $ac_executable_extensions; do
5602 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5603 ac_cv_prog_ac_ct_LD="ld"
5604 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5605 break 2
5607 done
5608 done
5609 IFS=$as_save_IFS
5613 ac_ct_LD=$ac_cv_prog_ac_ct_LD
5614 if test -n "$ac_ct_LD"; then
5615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LD" >&5
5616 $as_echo "$ac_ct_LD" >&6; }
5617 else
5618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5619 $as_echo "no" >&6; }
5622 if test "x$ac_ct_LD" = x; then
5623 LD=""
5624 else
5625 case $cross_compiling:$ac_tool_warned in
5626 yes:)
5627 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5628 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5629 ac_tool_warned=yes ;;
5630 esac
5631 LD=$ac_ct_LD
5633 else
5634 LD="$ac_cv_prog_LD"
5638 case $host in
5639 *-darwin*)
5640 with_fontconfig=${with_fontconfig:-no}
5642 *-mingw32*|*-cygwin*)
5643 enable_win16=${enable_win16:-no}
5644 with_mingw=${with_mingw:-no}
5646 esac
5649 case $host in
5650 x86_64*|amd64*)
5651 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
5652 then
5653 CC="$CC -m32"
5654 CXX="$CXX -m32"
5656 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
5657 $as_echo_n "checking whether $CC works... " >&6; }
5658 if ${wine_cv_cc_m32+:} false; then :
5659 $as_echo_n "(cached) " >&6
5660 else
5661 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5662 /* end confdefs.h. */
5665 main ()
5669 return 0;
5671 _ACEOF
5672 if ac_fn_c_try_link "$LINENO"; then :
5673 wine_cv_cc_m32=yes
5674 else
5675 wine_cv_cc_m32=no
5677 rm -f core conftest.err conftest.$ac_objext \
5678 conftest$ac_exeext conftest.$ac_ext
5680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_cc_m32" >&5
5681 $as_echo "$wine_cv_cc_m32" >&6; }
5682 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
5683 host_cpu="i386"
5684 notice_platform="32-bit "
5685 TARGETFLAGS="$TARGETFLAGS -m32"
5686 PKG_CONFIG_PATH=${PKG_CONFIG_PATH:-/usr/lib/i386-linux-gnu/pkgconfig:/usr/lib32/pkgconfig:/usr/lib/pkgconfig}
5687 export PKG_CONFIG_PATH
5688 enable_win16=${enable_win16:-yes}
5689 with_unwind=${with_unwind:-no}
5690 else
5691 if test "x${GCC}" = "xyes"
5692 then
5693 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
5694 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
5695 if ${wine_cv_builtin_ms_va_list+:} false; then :
5696 $as_echo_n "(cached) " >&6
5697 else
5698 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5699 /* end confdefs.h. */
5700 #include <stdarg.h>
5702 main ()
5704 void func(__builtin_ms_va_list *args);
5706 return 0;
5708 _ACEOF
5709 if ac_fn_c_try_compile "$LINENO"; then :
5710 wine_cv_builtin_ms_va_list=yes
5711 else
5712 wine_cv_builtin_ms_va_list=no
5714 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_builtin_ms_va_list" >&5
5717 $as_echo "$wine_cv_builtin_ms_va_list" >&6; }
5718 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
5720 CC="$CC -m64"
5721 CXX="$CXX -m64"
5722 host_cpu="x86_64"
5723 notice_platform="64-bit "
5724 TARGETFLAGS="$TARGETFLAGS -m64"
5725 enable_wow64=${enable_wow64:-yes}
5726 enable_wow64win=${enable_wow64win:-yes}
5727 enable_wow64cpu=${enable_wow64cpu:-yes}
5730 arm*)
5731 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports Thumb-2" >&5
5732 $as_echo_n "checking whether $CC supports Thumb-2... " >&6; }
5733 if ${wine_cv_thumb2+:} false; then :
5734 $as_echo_n "(cached) " >&6
5735 else
5736 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5737 /* end confdefs.h. */
5740 main ()
5742 asm(".syntax unified\n\t.thumb\n\tldm r0,{r0-r8}");
5744 return 0;
5746 _ACEOF
5747 if ac_fn_c_try_link "$LINENO"; then :
5748 wine_cv_thumb2=yes
5749 else
5750 wine_cv_thumb2=no
5752 rm -f core conftest.err conftest.$ac_objext \
5753 conftest$ac_exeext conftest.$ac_ext
5755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_thumb2" >&5
5756 $as_echo "$wine_cv_thumb2" >&6; }
5757 if test x"$wine_cv_thumb2" = xyes
5758 then
5759 CFLAGS="$CFLAGS -mthumb"
5760 TARGETFLAGS="$TARGETFLAGS -mthumb"
5761 else
5762 CFLAGS="$CFLAGS -marm"
5763 TARGETFLAGS="$TARGETFLAGS -marm"
5765 case $with_float_abi in
5766 soft|softfp|hard)
5767 float_abi=$with_float_abi ;;
5769 case $host_os in
5770 *eabihf)
5771 float_abi=hard ;;
5773 float_abi=softfp
5774 saved_CFLAGS=$CFLAGS
5775 CFLAGS="$CFLAGS -mfloat-abi=$float_abi"
5776 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -mfloat-abi=$float_abi" >&5
5777 $as_echo_n "checking whether $CC supports -mfloat-abi=$float_abi... " >&6; }
5778 if ${wine_cv_float_abi+:} false; then :
5779 $as_echo_n "(cached) " >&6
5780 else
5781 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5782 /* end confdefs.h. */
5785 main ()
5787 asm("vmrs r2,fpscr");
5789 return 0;
5791 _ACEOF
5792 if ac_fn_c_try_link "$LINENO"; then :
5793 wine_cv_float_abi=yes
5794 else
5795 wine_cv_float_abi=no
5797 rm -f core conftest.err conftest.$ac_objext \
5798 conftest$ac_exeext conftest.$ac_ext
5800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_float_abi" >&5
5801 $as_echo "$wine_cv_float_abi" >&6; }
5802 if test $wine_cv_float_abi = no
5803 then
5804 float_abi=soft
5805 as_fn_append wine_warnings "|Floating point is not supported for this target. The resulting build won't be compatible with Windows ARM binaries."
5807 CFLAGS=$saved_CFLAGS
5808 esac
5810 esac
5811 CFLAGS="$CFLAGS -mfloat-abi=$float_abi"
5812 TARGETFLAGS="$TARGETFLAGS -mfloat-abi=$float_abi"
5814 aarch64*)
5815 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
5816 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
5817 if ${wine_cv_builtin_ms_va_list+:} false; then :
5818 $as_echo_n "(cached) " >&6
5819 else
5820 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5821 /* end confdefs.h. */
5822 #include <stdarg.h>
5824 main ()
5826 void func(__builtin_ms_va_list *args);
5828 return 0;
5830 _ACEOF
5831 if ac_fn_c_try_compile "$LINENO"; then :
5832 wine_cv_builtin_ms_va_list=yes
5833 else
5834 wine_cv_builtin_ms_va_list=no
5836 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_builtin_ms_va_list" >&5
5839 $as_echo "$wine_cv_builtin_ms_va_list" >&6; }
5840 test $wine_cv_builtin_ms_va_list != no || as_fn_error $? "You need clang >= 5.0 to build Wine for arm64." "$LINENO" 5
5841 enable_wow64=${enable_wow64:-yes}
5842 enable_wow64win=${enable_wow64win:-yes}
5844 i[3456789]86*)
5845 enable_win16=${enable_win16:-yes}
5846 with_unwind=${with_unwind:-no}
5848 esac
5850 enable_win16=${enable_win16:-no}
5851 enable_win64=${enable_win64:-no}
5852 enable_wow64=${enable_wow64:-no}
5853 enable_wow64win=${enable_wow64win:-no}
5854 enable_wow64cpu=${enable_wow64cpu:-no}
5856 enable_winetest=${enable_winetest:-$enable_tests}
5858 if test "x$enable_win64" = "xyes"
5859 then
5860 test -z "$with_wine64" || as_fn_error $? "--enable-win64 and --with-wine64 are mutually exclusive.
5861 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
5864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
5865 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
5866 if ${wine_cv_toolsdir+:} false; then :
5867 $as_echo_n "(cached) " >&6
5868 else
5869 wine_cv_toolsdir="$with_wine_tools"
5870 if test -z "$with_wine_tools"; then
5871 if test "$cross_compiling" = "yes"; then
5872 as_fn_error $? "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
5873 elif test -n "$with_wine64"; then
5874 wine_cv_toolsdir="$with_wine64"
5878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
5879 $as_echo "$wine_cv_toolsdir" >&6; }
5880 if test -z "$wine_cv_toolsdir"; then
5881 wine_makedep=tools/makedep
5882 TOOLSDIR="."
5884 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
5885 wine_makedep=$wine_cv_toolsdir/tools/makedep
5886 TOOLSDIR=$wine_cv_toolsdir
5888 enable_tools=${enable_tools:-no}
5889 test -f "$wine_makedep" || as_fn_error $? "the Wine tools have not yet been built in $wine_cv_toolsdir" "$LINENO" 5
5890 else
5891 as_fn_error $? "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
5893 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
5894 then
5895 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
5898 for ac_prog in flex
5900 # Extract the first word of "$ac_prog", so it can be a program name with args.
5901 set dummy $ac_prog; ac_word=$2
5902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5903 $as_echo_n "checking for $ac_word... " >&6; }
5904 if ${ac_cv_prog_FLEX+:} false; then :
5905 $as_echo_n "(cached) " >&6
5906 else
5907 if test -n "$FLEX"; then
5908 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5909 else
5910 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5911 for as_dir in $PATH
5913 IFS=$as_save_IFS
5914 test -z "$as_dir" && as_dir=.
5915 for ac_exec_ext in '' $ac_executable_extensions; do
5916 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5917 ac_cv_prog_FLEX="$ac_prog"
5918 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5919 break 2
5921 done
5922 done
5923 IFS=$as_save_IFS
5927 FLEX=$ac_cv_prog_FLEX
5928 if test -n "$FLEX"; then
5929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
5930 $as_echo "$FLEX" >&6; }
5931 else
5932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5933 $as_echo "no" >&6; }
5937 test -n "$FLEX" && break
5938 done
5939 test -n "$FLEX" || FLEX="none"
5941 if test "$FLEX" = "none"
5942 then
5943 as_fn_error $? "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
5945 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
5946 $as_echo_n "checking whether flex is recent enough... " >&6; }
5947 if ${wine_cv_recent_flex+:} false; then :
5948 $as_echo_n "(cached) " >&6
5949 else
5950 cat >conftest.l <<EOF
5951 %top{
5952 #include "prediluvian.h"
5956 if $FLEX -t conftest.l >/dev/null 2>&5
5957 then
5958 wine_cv_recent_flex=yes
5959 else
5960 wine_cv_recent_flex=no
5963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_recent_flex" >&5
5964 $as_echo "$wine_cv_recent_flex" >&6; }
5965 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
5967 for ac_prog in bison
5969 # Extract the first word of "$ac_prog", so it can be a program name with args.
5970 set dummy $ac_prog; ac_word=$2
5971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5972 $as_echo_n "checking for $ac_word... " >&6; }
5973 if ${ac_cv_prog_BISON+:} false; then :
5974 $as_echo_n "(cached) " >&6
5975 else
5976 if test -n "$BISON"; then
5977 ac_cv_prog_BISON="$BISON" # Let the user override the test.
5978 else
5979 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5980 for as_dir in $PATH
5982 IFS=$as_save_IFS
5983 test -z "$as_dir" && as_dir=.
5984 for ac_exec_ext in '' $ac_executable_extensions; do
5985 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5986 ac_cv_prog_BISON="$ac_prog"
5987 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5988 break 2
5990 done
5991 done
5992 IFS=$as_save_IFS
5996 BISON=$ac_cv_prog_BISON
5997 if test -n "$BISON"; then
5998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
5999 $as_echo "$BISON" >&6; }
6000 else
6001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6002 $as_echo "no" >&6; }
6006 test -n "$BISON" && break
6007 done
6008 test -n "$BISON" || BISON="none"
6010 if test "$BISON" = "none"
6011 then
6012 as_fn_error $? "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
6014 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether bison is recent enough" >&5
6015 $as_echo_n "checking whether bison is recent enough... " >&6; }
6016 if ${wine_cv_recent_bison+:} false; then :
6017 $as_echo_n "(cached) " >&6
6018 else
6019 cat >conftest.y <<EOF
6020 %define parse.error verbose
6022 empty: ;
6024 if $BISON conftest.y >/dev/null 2>&5
6025 then
6026 wine_cv_recent_bison=yes
6027 else
6028 wine_cv_recent_bison=no
6031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_recent_bison" >&5
6032 $as_echo "$wine_cv_recent_bison" >&6; }
6033 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
6035 if test -n "$ac_tool_prefix"; then
6036 for ac_prog in ar gar
6038 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
6039 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
6040 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6041 $as_echo_n "checking for $ac_word... " >&6; }
6042 if ${ac_cv_prog_AR+:} false; then :
6043 $as_echo_n "(cached) " >&6
6044 else
6045 if test -n "$AR"; then
6046 ac_cv_prog_AR="$AR" # Let the user override the test.
6047 else
6048 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6049 for as_dir in $PATH
6051 IFS=$as_save_IFS
6052 test -z "$as_dir" && as_dir=.
6053 for ac_exec_ext in '' $ac_executable_extensions; do
6054 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6055 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
6056 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6057 break 2
6059 done
6060 done
6061 IFS=$as_save_IFS
6065 AR=$ac_cv_prog_AR
6066 if test -n "$AR"; then
6067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6068 $as_echo "$AR" >&6; }
6069 else
6070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6071 $as_echo "no" >&6; }
6075 test -n "$AR" && break
6076 done
6078 if test -z "$AR"; then
6079 ac_ct_AR=$AR
6080 for ac_prog in ar gar
6082 # Extract the first word of "$ac_prog", so it can be a program name with args.
6083 set dummy $ac_prog; ac_word=$2
6084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6085 $as_echo_n "checking for $ac_word... " >&6; }
6086 if ${ac_cv_prog_ac_ct_AR+:} false; then :
6087 $as_echo_n "(cached) " >&6
6088 else
6089 if test -n "$ac_ct_AR"; then
6090 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6091 else
6092 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6093 for as_dir in $PATH
6095 IFS=$as_save_IFS
6096 test -z "$as_dir" && as_dir=.
6097 for ac_exec_ext in '' $ac_executable_extensions; do
6098 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6099 ac_cv_prog_ac_ct_AR="$ac_prog"
6100 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6101 break 2
6103 done
6104 done
6105 IFS=$as_save_IFS
6109 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6110 if test -n "$ac_ct_AR"; then
6111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6112 $as_echo "$ac_ct_AR" >&6; }
6113 else
6114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6115 $as_echo "no" >&6; }
6119 test -n "$ac_ct_AR" && break
6120 done
6122 if test "x$ac_ct_AR" = x; then
6123 AR="ar"
6124 else
6125 case $cross_compiling:$ac_tool_warned in
6126 yes:)
6127 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6128 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6129 ac_tool_warned=yes ;;
6130 esac
6131 AR=$ac_ct_AR
6135 if test -n "$ac_tool_prefix"; then
6136 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6137 set dummy ${ac_tool_prefix}strip; ac_word=$2
6138 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6139 $as_echo_n "checking for $ac_word... " >&6; }
6140 if ${ac_cv_prog_STRIP+:} false; then :
6141 $as_echo_n "(cached) " >&6
6142 else
6143 if test -n "$STRIP"; then
6144 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6145 else
6146 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6147 for as_dir in $PATH
6149 IFS=$as_save_IFS
6150 test -z "$as_dir" && as_dir=.
6151 for ac_exec_ext in '' $ac_executable_extensions; do
6152 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6153 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6154 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6155 break 2
6157 done
6158 done
6159 IFS=$as_save_IFS
6163 STRIP=$ac_cv_prog_STRIP
6164 if test -n "$STRIP"; then
6165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6166 $as_echo "$STRIP" >&6; }
6167 else
6168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6169 $as_echo "no" >&6; }
6174 if test -z "$ac_cv_prog_STRIP"; then
6175 ac_ct_STRIP=$STRIP
6176 # Extract the first word of "strip", so it can be a program name with args.
6177 set dummy strip; ac_word=$2
6178 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6179 $as_echo_n "checking for $ac_word... " >&6; }
6180 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6181 $as_echo_n "(cached) " >&6
6182 else
6183 if test -n "$ac_ct_STRIP"; then
6184 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6185 else
6186 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6187 for as_dir in $PATH
6189 IFS=$as_save_IFS
6190 test -z "$as_dir" && as_dir=.
6191 for ac_exec_ext in '' $ac_executable_extensions; do
6192 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6193 ac_cv_prog_ac_ct_STRIP="strip"
6194 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6195 break 2
6197 done
6198 done
6199 IFS=$as_save_IFS
6203 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6204 if test -n "$ac_ct_STRIP"; then
6205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6206 $as_echo "$ac_ct_STRIP" >&6; }
6207 else
6208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6209 $as_echo "no" >&6; }
6212 if test "x$ac_ct_STRIP" = x; then
6213 STRIP="strip"
6214 else
6215 case $cross_compiling:$ac_tool_warned in
6216 yes:)
6217 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6218 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6219 ac_tool_warned=yes ;;
6220 esac
6221 STRIP=$ac_ct_STRIP
6223 else
6224 STRIP="$ac_cv_prog_STRIP"
6227 if test -n "$ac_tool_prefix"; then
6228 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6229 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6230 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6231 $as_echo_n "checking for $ac_word... " >&6; }
6232 if ${ac_cv_prog_RANLIB+:} false; then :
6233 $as_echo_n "(cached) " >&6
6234 else
6235 if test -n "$RANLIB"; then
6236 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6237 else
6238 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6239 for as_dir in $PATH
6241 IFS=$as_save_IFS
6242 test -z "$as_dir" && as_dir=.
6243 for ac_exec_ext in '' $ac_executable_extensions; do
6244 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6245 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6246 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6247 break 2
6249 done
6250 done
6251 IFS=$as_save_IFS
6255 RANLIB=$ac_cv_prog_RANLIB
6256 if test -n "$RANLIB"; then
6257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6258 $as_echo "$RANLIB" >&6; }
6259 else
6260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6261 $as_echo "no" >&6; }
6266 if test -z "$ac_cv_prog_RANLIB"; then
6267 ac_ct_RANLIB=$RANLIB
6268 # Extract the first word of "ranlib", so it can be a program name with args.
6269 set dummy ranlib; ac_word=$2
6270 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6271 $as_echo_n "checking for $ac_word... " >&6; }
6272 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6273 $as_echo_n "(cached) " >&6
6274 else
6275 if test -n "$ac_ct_RANLIB"; then
6276 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6277 else
6278 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6279 for as_dir in $PATH
6281 IFS=$as_save_IFS
6282 test -z "$as_dir" && as_dir=.
6283 for ac_exec_ext in '' $ac_executable_extensions; do
6284 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6285 ac_cv_prog_ac_ct_RANLIB="ranlib"
6286 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6287 break 2
6289 done
6290 done
6291 IFS=$as_save_IFS
6295 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6296 if test -n "$ac_ct_RANLIB"; then
6297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6298 $as_echo "$ac_ct_RANLIB" >&6; }
6299 else
6300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6301 $as_echo "no" >&6; }
6304 if test "x$ac_ct_RANLIB" = x; then
6305 RANLIB=":"
6306 else
6307 case $cross_compiling:$ac_tool_warned in
6308 yes:)
6309 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6310 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6311 ac_tool_warned=yes ;;
6312 esac
6313 RANLIB=$ac_ct_RANLIB
6315 else
6316 RANLIB="$ac_cv_prog_RANLIB"
6319 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6320 $as_echo_n "checking whether ln -s works... " >&6; }
6321 LN_S=$as_ln_s
6322 if test "$LN_S" = "ln -s"; then
6323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6324 $as_echo "yes" >&6; }
6325 else
6326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6327 $as_echo "no, using $LN_S" >&6; }
6330 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
6331 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
6332 if ${ac_cv_path_GREP+:} false; then :
6333 $as_echo_n "(cached) " >&6
6334 else
6335 if test -z "$GREP"; then
6336 ac_path_GREP_found=false
6337 # Loop through the user's path and test for each of PROGNAME-LIST
6338 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6339 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6341 IFS=$as_save_IFS
6342 test -z "$as_dir" && as_dir=.
6343 for ac_prog in grep ggrep; do
6344 for ac_exec_ext in '' $ac_executable_extensions; do
6345 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
6346 as_fn_executable_p "$ac_path_GREP" || continue
6347 # Check for GNU ac_path_GREP and select it if it is found.
6348 # Check for GNU $ac_path_GREP
6349 case `"$ac_path_GREP" --version 2>&1` in
6350 *GNU*)
6351 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
6353 ac_count=0
6354 $as_echo_n 0123456789 >"conftest.in"
6355 while :
6357 cat "conftest.in" "conftest.in" >"conftest.tmp"
6358 mv "conftest.tmp" "conftest.in"
6359 cp "conftest.in" "conftest.nl"
6360 $as_echo 'GREP' >> "conftest.nl"
6361 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6362 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6363 as_fn_arith $ac_count + 1 && ac_count=$as_val
6364 if test $ac_count -gt ${ac_path_GREP_max-0}; then
6365 # Best one so far, save it but keep looking for a better one
6366 ac_cv_path_GREP="$ac_path_GREP"
6367 ac_path_GREP_max=$ac_count
6369 # 10*(2^10) chars as input seems more than enough
6370 test $ac_count -gt 10 && break
6371 done
6372 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6373 esac
6375 $ac_path_GREP_found && break 3
6376 done
6377 done
6378 done
6379 IFS=$as_save_IFS
6380 if test -z "$ac_cv_path_GREP"; then
6381 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6383 else
6384 ac_cv_path_GREP=$GREP
6388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
6389 $as_echo "$ac_cv_path_GREP" >&6; }
6390 GREP="$ac_cv_path_GREP"
6393 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
6394 $as_echo_n "checking for egrep... " >&6; }
6395 if ${ac_cv_path_EGREP+:} false; then :
6396 $as_echo_n "(cached) " >&6
6397 else
6398 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
6399 then ac_cv_path_EGREP="$GREP -E"
6400 else
6401 if test -z "$EGREP"; then
6402 ac_path_EGREP_found=false
6403 # Loop through the user's path and test for each of PROGNAME-LIST
6404 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6405 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6407 IFS=$as_save_IFS
6408 test -z "$as_dir" && as_dir=.
6409 for ac_prog in egrep; do
6410 for ac_exec_ext in '' $ac_executable_extensions; do
6411 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
6412 as_fn_executable_p "$ac_path_EGREP" || continue
6413 # Check for GNU ac_path_EGREP and select it if it is found.
6414 # Check for GNU $ac_path_EGREP
6415 case `"$ac_path_EGREP" --version 2>&1` in
6416 *GNU*)
6417 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
6419 ac_count=0
6420 $as_echo_n 0123456789 >"conftest.in"
6421 while :
6423 cat "conftest.in" "conftest.in" >"conftest.tmp"
6424 mv "conftest.tmp" "conftest.in"
6425 cp "conftest.in" "conftest.nl"
6426 $as_echo 'EGREP' >> "conftest.nl"
6427 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6428 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6429 as_fn_arith $ac_count + 1 && ac_count=$as_val
6430 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6431 # Best one so far, save it but keep looking for a better one
6432 ac_cv_path_EGREP="$ac_path_EGREP"
6433 ac_path_EGREP_max=$ac_count
6435 # 10*(2^10) chars as input seems more than enough
6436 test $ac_count -gt 10 && break
6437 done
6438 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6439 esac
6441 $ac_path_EGREP_found && break 3
6442 done
6443 done
6444 done
6445 IFS=$as_save_IFS
6446 if test -z "$ac_cv_path_EGREP"; then
6447 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6449 else
6450 ac_cv_path_EGREP=$EGREP
6455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
6456 $as_echo "$ac_cv_path_EGREP" >&6; }
6457 EGREP="$ac_cv_path_EGREP"
6460 # Extract the first word of "ldconfig", so it can be a program name with args.
6461 set dummy ldconfig; ac_word=$2
6462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6463 $as_echo_n "checking for $ac_word... " >&6; }
6464 if ${ac_cv_path_LDCONFIG+:} false; then :
6465 $as_echo_n "(cached) " >&6
6466 else
6467 case $LDCONFIG in
6468 [\\/]* | ?:[\\/]*)
6469 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
6472 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6473 for as_dir in /sbin /usr/sbin $PATH
6475 IFS=$as_save_IFS
6476 test -z "$as_dir" && as_dir=.
6477 for ac_exec_ext in '' $ac_executable_extensions; do
6478 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6479 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
6480 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6481 break 2
6483 done
6484 done
6485 IFS=$as_save_IFS
6487 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
6489 esac
6491 LDCONFIG=$ac_cv_path_LDCONFIG
6492 if test -n "$LDCONFIG"; then
6493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
6494 $as_echo "$LDCONFIG" >&6; }
6495 else
6496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6497 $as_echo "no" >&6; }
6501 for ac_prog in msgfmt
6503 # Extract the first word of "$ac_prog", so it can be a program name with args.
6504 set dummy $ac_prog; ac_word=$2
6505 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6506 $as_echo_n "checking for $ac_word... " >&6; }
6507 if ${ac_cv_prog_MSGFMT+:} false; then :
6508 $as_echo_n "(cached) " >&6
6509 else
6510 if test -n "$MSGFMT"; then
6511 ac_cv_prog_MSGFMT="$MSGFMT" # Let the user override the test.
6512 else
6513 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6514 for as_dir in $PATH
6516 IFS=$as_save_IFS
6517 test -z "$as_dir" && as_dir=.
6518 for ac_exec_ext in '' $ac_executable_extensions; do
6519 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6520 ac_cv_prog_MSGFMT="$ac_prog"
6521 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6522 break 2
6524 done
6525 done
6526 IFS=$as_save_IFS
6530 MSGFMT=$ac_cv_prog_MSGFMT
6531 if test -n "$MSGFMT"; then
6532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
6533 $as_echo "$MSGFMT" >&6; }
6534 else
6535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6536 $as_echo "no" >&6; }
6540 test -n "$MSGFMT" && break
6541 done
6542 test -n "$MSGFMT" || MSGFMT="false"
6544 if ${ac_tool_prefix+:} false; then :
6545 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
6546 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
6547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6548 $as_echo_n "checking for $ac_word... " >&6; }
6549 if ${ac_cv_prog_PKG_CONFIG+:} false; then :
6550 $as_echo_n "(cached) " >&6
6551 else
6552 if test -n "$PKG_CONFIG"; then
6553 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
6554 else
6555 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6556 for as_dir in $PATH
6558 IFS=$as_save_IFS
6559 test -z "$as_dir" && as_dir=.
6560 for ac_exec_ext in '' $ac_executable_extensions; do
6561 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6562 ac_cv_prog_PKG_CONFIG="${ac_tool_prefix}pkg-config"
6563 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6564 break 2
6566 done
6567 done
6568 IFS=$as_save_IFS
6572 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
6573 if test -n "$PKG_CONFIG"; then
6574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
6575 $as_echo "$PKG_CONFIG" >&6; }
6576 else
6577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6578 $as_echo "no" >&6; }
6583 if ${ac_cv_prog_PKG_CONFIG:+false} :; then :
6584 if test "x$cross_compiling" = xyes; then :
6586 else
6587 { ac_cv_prog_PKG_CONFIG=; unset ac_cv_prog_PKG_CONFIG;}
6588 # Extract the first word of "pkg-config", so it can be a program name with args.
6589 set dummy pkg-config; ac_word=$2
6590 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6591 $as_echo_n "checking for $ac_word... " >&6; }
6592 if ${ac_cv_prog_PKG_CONFIG+:} false; then :
6593 $as_echo_n "(cached) " >&6
6594 else
6595 if test -n "$PKG_CONFIG"; then
6596 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
6597 else
6598 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6599 for as_dir in $PATH
6601 IFS=$as_save_IFS
6602 test -z "$as_dir" && as_dir=.
6603 for ac_exec_ext in '' $ac_executable_extensions; do
6604 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6605 ac_cv_prog_PKG_CONFIG="pkg-config"
6606 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6607 break 2
6609 done
6610 done
6611 IFS=$as_save_IFS
6615 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
6616 if test -n "$PKG_CONFIG"; then
6617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
6618 $as_echo "$PKG_CONFIG" >&6; }
6619 else
6620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6621 $as_echo "no" >&6; }
6626 else
6627 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
6630 if test "x$enable_maintainer_mode" != "xyes"
6631 then
6632 FONTFORGE=""
6633 RSVG=""
6634 CONVERT=""
6635 ICOTOOL=""
6636 else
6637 test "$srcdir" = . || as_fn_error $? "Maintainer mode cannot work out of tree." "$LINENO" 5
6638 for ac_prog in fontforge
6640 # Extract the first word of "$ac_prog", so it can be a program name with args.
6641 set dummy $ac_prog; ac_word=$2
6642 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6643 $as_echo_n "checking for $ac_word... " >&6; }
6644 if ${ac_cv_prog_FONTFORGE+:} false; then :
6645 $as_echo_n "(cached) " >&6
6646 else
6647 if test -n "$FONTFORGE"; then
6648 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
6649 else
6650 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6651 for as_dir in $PATH
6653 IFS=$as_save_IFS
6654 test -z "$as_dir" && as_dir=.
6655 for ac_exec_ext in '' $ac_executable_extensions; do
6656 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6657 ac_cv_prog_FONTFORGE="$ac_prog"
6658 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6659 break 2
6661 done
6662 done
6663 IFS=$as_save_IFS
6667 FONTFORGE=$ac_cv_prog_FONTFORGE
6668 if test -n "$FONTFORGE"; then
6669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
6670 $as_echo "$FONTFORGE" >&6; }
6671 else
6672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6673 $as_echo "no" >&6; }
6677 test -n "$FONTFORGE" && break
6678 done
6679 test -n "$FONTFORGE" || FONTFORGE="false"
6681 for ac_prog in rsvg-convert rsvg
6683 # Extract the first word of "$ac_prog", so it can be a program name with args.
6684 set dummy $ac_prog; ac_word=$2
6685 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6686 $as_echo_n "checking for $ac_word... " >&6; }
6687 if ${ac_cv_prog_RSVG+:} false; then :
6688 $as_echo_n "(cached) " >&6
6689 else
6690 if test -n "$RSVG"; then
6691 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
6692 else
6693 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6694 for as_dir in $PATH
6696 IFS=$as_save_IFS
6697 test -z "$as_dir" && as_dir=.
6698 for ac_exec_ext in '' $ac_executable_extensions; do
6699 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6700 ac_cv_prog_RSVG="$ac_prog"
6701 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6702 break 2
6704 done
6705 done
6706 IFS=$as_save_IFS
6710 RSVG=$ac_cv_prog_RSVG
6711 if test -n "$RSVG"; then
6712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
6713 $as_echo "$RSVG" >&6; }
6714 else
6715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6716 $as_echo "no" >&6; }
6720 test -n "$RSVG" && break
6721 done
6722 test -n "$RSVG" || RSVG="false"
6724 for ac_prog in convert
6726 # Extract the first word of "$ac_prog", so it can be a program name with args.
6727 set dummy $ac_prog; ac_word=$2
6728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6729 $as_echo_n "checking for $ac_word... " >&6; }
6730 if ${ac_cv_prog_CONVERT+:} false; then :
6731 $as_echo_n "(cached) " >&6
6732 else
6733 if test -n "$CONVERT"; then
6734 ac_cv_prog_CONVERT="$CONVERT" # Let the user override the test.
6735 else
6736 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6737 for as_dir in $PATH
6739 IFS=$as_save_IFS
6740 test -z "$as_dir" && as_dir=.
6741 for ac_exec_ext in '' $ac_executable_extensions; do
6742 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6743 ac_cv_prog_CONVERT="$ac_prog"
6744 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6745 break 2
6747 done
6748 done
6749 IFS=$as_save_IFS
6753 CONVERT=$ac_cv_prog_CONVERT
6754 if test -n "$CONVERT"; then
6755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
6756 $as_echo "$CONVERT" >&6; }
6757 else
6758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6759 $as_echo "no" >&6; }
6763 test -n "$CONVERT" && break
6764 done
6765 test -n "$CONVERT" || CONVERT="false"
6767 for ac_prog in icotool
6769 # Extract the first word of "$ac_prog", so it can be a program name with args.
6770 set dummy $ac_prog; ac_word=$2
6771 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6772 $as_echo_n "checking for $ac_word... " >&6; }
6773 if ${ac_cv_prog_ICOTOOL+:} false; then :
6774 $as_echo_n "(cached) " >&6
6775 else
6776 if test -n "$ICOTOOL"; then
6777 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
6778 else
6779 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6780 for as_dir in $PATH
6782 IFS=$as_save_IFS
6783 test -z "$as_dir" && as_dir=.
6784 for ac_exec_ext in '' $ac_executable_extensions; do
6785 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6786 ac_cv_prog_ICOTOOL="$ac_prog"
6787 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6788 break 2
6790 done
6791 done
6792 IFS=$as_save_IFS
6796 ICOTOOL=$ac_cv_prog_ICOTOOL
6797 if test -n "$ICOTOOL"; then
6798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
6799 $as_echo "$ICOTOOL" >&6; }
6800 else
6801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6802 $as_echo "no" >&6; }
6806 test -n "$ICOTOOL" && break
6807 done
6808 test -n "$ICOTOOL" || ICOTOOL="false"
6810 test "$FONTFORGE" != "false" || as_fn_error $? "You need fontforge to rebuild fonts in maintainer mode." "$LINENO" 5
6811 test "$RSVG" != "false" || as_fn_error $? "You need rsvg to rebuild icons in maintainer mode." "$LINENO" 5
6813 if test "$CONVERT" = false
6814 then
6815 as_fn_error $? "You need imagemagick to rebuild icons in maintainer mode." "$LINENO" 5
6816 else
6817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
6818 $as_echo_n "checking for recent enough imagemagick... " >&6; }
6819 convert_version=`convert --version | head -n1`
6820 if test "x$convert_version" != "x"
6821 then
6822 convert_version_major=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
6823 convert_version_minor=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
6824 if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
6825 then
6826 CONVERT=false
6829 if test "$CONVERT" = false
6830 then
6831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
6832 $as_echo "no ($convert_version_major.$convert_version_minor)" >&6; }
6833 as_fn_error $? "You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6834 else
6835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
6836 $as_echo "yes ($convert_version_major.$convert_version_minor)" >&6; }
6840 if test "$ICOTOOL" = false
6841 then
6842 as_fn_error $? "You need icotool to rebuild icons in maintainer mode." "$LINENO" 5
6843 else
6844 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
6845 $as_echo_n "checking for recent enough icotool... " >&6; }
6846 icotool_version=`icotool --version | head -n1`
6847 if test "x$icotool_version" != "x"
6848 then
6849 icotool_version_major=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
6850 icotool_version_minor=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
6851 if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
6852 then
6853 ICOTOOL=false
6854 as_fn_append wine_warnings "|icotool version 0.29.0 or newer is needed to rebuild icons."
6857 if test "$ICOTOOL" = false
6858 then
6859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
6860 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
6861 as_fn_error $? "You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6862 else
6863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
6864 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
6868 with_gettext=yes
6869 with_gettextpo=yes
6871 enable_werror=yes
6874 test "x$with_gettext" != xno || MSGFMT=false
6875 if test "$MSGFMT" != "false"
6876 then
6877 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether msgfmt supports contexts" >&5
6878 $as_echo_n "checking whether msgfmt supports contexts... " >&6; }
6879 if ${wine_cv_msgfmt_contexts+:} false; then :
6880 $as_echo_n "(cached) " >&6
6881 else
6882 cat >conftest.po <<EOF
6883 # comment
6884 msgctxt "ctxt"
6885 msgid "id"
6886 msgstr "str"
6888 if $MSGFMT -o /dev/null conftest.po 2>&5
6889 then
6890 wine_cv_msgfmt_contexts=yes
6891 else
6892 wine_cv_msgfmt_contexts=no
6895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_msgfmt_contexts" >&5
6896 $as_echo "$wine_cv_msgfmt_contexts" >&6; }
6897 test $wine_cv_msgfmt_contexts != no || MSGFMT=false
6899 if test "$MSGFMT" = false; then :
6900 case "x$with_gettext" in
6901 x) as_fn_append wine_warnings "|gettext tools not found (or too old), translations won't be built." ;;
6902 xno) ;;
6903 *) as_fn_error $? "gettext tools not found (or too old), translations won't be built.
6904 This is an error since --with-gettext was requested." "$LINENO" 5 ;;
6905 esac
6906 enable_po=${enable_po:-no}
6910 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
6911 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
6912 if ${ac_cv_lib_i386_i386_set_ldt+:} false; then :
6913 $as_echo_n "(cached) " >&6
6914 else
6915 ac_check_lib_save_LIBS=$LIBS
6916 LIBS="-li386 $LIBS"
6917 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6918 /* end confdefs.h. */
6920 /* Override any GCC internal prototype to avoid an error.
6921 Use char because int might match the return type of a GCC
6922 builtin and then its argument prototype would still apply. */
6923 #ifdef __cplusplus
6924 extern "C"
6925 #endif
6926 char i386_set_ldt ();
6928 main ()
6930 return i386_set_ldt ();
6932 return 0;
6934 _ACEOF
6935 if ac_fn_c_try_link "$LINENO"; then :
6936 ac_cv_lib_i386_i386_set_ldt=yes
6937 else
6938 ac_cv_lib_i386_i386_set_ldt=no
6940 rm -f core conftest.err conftest.$ac_objext \
6941 conftest$ac_exeext conftest.$ac_ext
6942 LIBS=$ac_check_lib_save_LIBS
6944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6945 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
6946 if test "x$ac_cv_lib_i386_i386_set_ldt" = xyes; then :
6947 I386_LIBS="-li386"
6952 OPENGL_LIBS=""
6956 # Check whether --enable-largefile was given.
6957 if test "${enable_largefile+set}" = set; then :
6958 enableval=$enable_largefile;
6961 if test "$enable_largefile" != no; then
6963 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
6964 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
6965 if ${ac_cv_sys_largefile_CC+:} false; then :
6966 $as_echo_n "(cached) " >&6
6967 else
6968 ac_cv_sys_largefile_CC=no
6969 if test "$GCC" != yes; then
6970 ac_save_CC=$CC
6971 while :; do
6972 # IRIX 6.2 and later do not support large files by default,
6973 # so use the C compiler's -n32 option if that helps.
6974 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6975 /* end confdefs.h. */
6976 #include <sys/types.h>
6977 /* Check that off_t can represent 2**63 - 1 correctly.
6978 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6979 since some C++ compilers masquerading as C compilers
6980 incorrectly reject 9223372036854775807. */
6981 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6982 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6983 && LARGE_OFF_T % 2147483647 == 1)
6984 ? 1 : -1];
6986 main ()
6990 return 0;
6992 _ACEOF
6993 if ac_fn_c_try_compile "$LINENO"; then :
6994 break
6996 rm -f core conftest.err conftest.$ac_objext
6997 CC="$CC -n32"
6998 if ac_fn_c_try_compile "$LINENO"; then :
6999 ac_cv_sys_largefile_CC=' -n32'; break
7001 rm -f core conftest.err conftest.$ac_objext
7002 break
7003 done
7004 CC=$ac_save_CC
7005 rm -f conftest.$ac_ext
7008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
7009 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
7010 if test "$ac_cv_sys_largefile_CC" != no; then
7011 CC=$CC$ac_cv_sys_largefile_CC
7014 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
7015 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
7016 if ${ac_cv_sys_file_offset_bits+:} false; then :
7017 $as_echo_n "(cached) " >&6
7018 else
7019 while :; do
7020 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7021 /* end confdefs.h. */
7022 #include <sys/types.h>
7023 /* Check that off_t can represent 2**63 - 1 correctly.
7024 We can't simply define LARGE_OFF_T to be 9223372036854775807,
7025 since some C++ compilers masquerading as C compilers
7026 incorrectly reject 9223372036854775807. */
7027 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
7028 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
7029 && LARGE_OFF_T % 2147483647 == 1)
7030 ? 1 : -1];
7032 main ()
7036 return 0;
7038 _ACEOF
7039 if ac_fn_c_try_compile "$LINENO"; then :
7040 ac_cv_sys_file_offset_bits=no; break
7042 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7043 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7044 /* end confdefs.h. */
7045 #define _FILE_OFFSET_BITS 64
7046 #include <sys/types.h>
7047 /* Check that off_t can represent 2**63 - 1 correctly.
7048 We can't simply define LARGE_OFF_T to be 9223372036854775807,
7049 since some C++ compilers masquerading as C compilers
7050 incorrectly reject 9223372036854775807. */
7051 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
7052 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
7053 && LARGE_OFF_T % 2147483647 == 1)
7054 ? 1 : -1];
7056 main ()
7060 return 0;
7062 _ACEOF
7063 if ac_fn_c_try_compile "$LINENO"; then :
7064 ac_cv_sys_file_offset_bits=64; break
7066 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7067 ac_cv_sys_file_offset_bits=unknown
7068 break
7069 done
7071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
7072 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
7073 case $ac_cv_sys_file_offset_bits in #(
7074 no | unknown) ;;
7076 cat >>confdefs.h <<_ACEOF
7077 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
7078 _ACEOF
7080 esac
7081 rm -rf conftest*
7082 if test $ac_cv_sys_file_offset_bits = unknown; then
7083 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
7084 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
7085 if ${ac_cv_sys_large_files+:} false; then :
7086 $as_echo_n "(cached) " >&6
7087 else
7088 while :; do
7089 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7090 /* end confdefs.h. */
7091 #include <sys/types.h>
7092 /* Check that off_t can represent 2**63 - 1 correctly.
7093 We can't simply define LARGE_OFF_T to be 9223372036854775807,
7094 since some C++ compilers masquerading as C compilers
7095 incorrectly reject 9223372036854775807. */
7096 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
7097 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
7098 && LARGE_OFF_T % 2147483647 == 1)
7099 ? 1 : -1];
7101 main ()
7105 return 0;
7107 _ACEOF
7108 if ac_fn_c_try_compile "$LINENO"; then :
7109 ac_cv_sys_large_files=no; break
7111 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7112 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7113 /* end confdefs.h. */
7114 #define _LARGE_FILES 1
7115 #include <sys/types.h>
7116 /* Check that off_t can represent 2**63 - 1 correctly.
7117 We can't simply define LARGE_OFF_T to be 9223372036854775807,
7118 since some C++ compilers masquerading as C compilers
7119 incorrectly reject 9223372036854775807. */
7120 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
7121 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
7122 && LARGE_OFF_T % 2147483647 == 1)
7123 ? 1 : -1];
7125 main ()
7129 return 0;
7131 _ACEOF
7132 if ac_fn_c_try_compile "$LINENO"; then :
7133 ac_cv_sys_large_files=1; break
7135 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7136 ac_cv_sys_large_files=unknown
7137 break
7138 done
7140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
7141 $as_echo "$ac_cv_sys_large_files" >&6; }
7142 case $ac_cv_sys_large_files in #(
7143 no | unknown) ;;
7145 cat >>confdefs.h <<_ACEOF
7146 #define _LARGE_FILES $ac_cv_sys_large_files
7147 _ACEOF
7149 esac
7150 rm -rf conftest*
7157 ac_ext=c
7158 ac_cpp='$CPP $CPPFLAGS'
7159 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7160 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7161 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7162 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
7163 $as_echo_n "checking how to run the C preprocessor... " >&6; }
7164 # On Suns, sometimes $CPP names a directory.
7165 if test -n "$CPP" && test -d "$CPP"; then
7166 CPP=
7168 if test -z "$CPP"; then
7169 if ${ac_cv_prog_CPP+:} false; then :
7170 $as_echo_n "(cached) " >&6
7171 else
7172 # Double quotes because CPP needs to be expanded
7173 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
7175 ac_preproc_ok=false
7176 for ac_c_preproc_warn_flag in '' yes
7178 # Use a header file that comes with gcc, so configuring glibc
7179 # with a fresh cross-compiler works.
7180 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7181 # <limits.h> exists even on freestanding compilers.
7182 # On the NeXT, cc -E runs the code through the compiler's parser,
7183 # not just through cpp. "Syntax error" is here to catch this case.
7184 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7185 /* end confdefs.h. */
7186 #ifdef __STDC__
7187 # include <limits.h>
7188 #else
7189 # include <assert.h>
7190 #endif
7191 Syntax error
7192 _ACEOF
7193 if ac_fn_c_try_cpp "$LINENO"; then :
7195 else
7196 # Broken: fails on valid input.
7197 continue
7199 rm -f conftest.err conftest.i conftest.$ac_ext
7201 # OK, works on sane cases. Now check whether nonexistent headers
7202 # can be detected and how.
7203 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7204 /* end confdefs.h. */
7205 #include <ac_nonexistent.h>
7206 _ACEOF
7207 if ac_fn_c_try_cpp "$LINENO"; then :
7208 # Broken: success on invalid input.
7209 continue
7210 else
7211 # Passes both tests.
7212 ac_preproc_ok=:
7213 break
7215 rm -f conftest.err conftest.i conftest.$ac_ext
7217 done
7218 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7219 rm -f conftest.i conftest.err conftest.$ac_ext
7220 if $ac_preproc_ok; then :
7221 break
7224 done
7225 ac_cv_prog_CPP=$CPP
7228 CPP=$ac_cv_prog_CPP
7229 else
7230 ac_cv_prog_CPP=$CPP
7232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
7233 $as_echo "$CPP" >&6; }
7234 ac_preproc_ok=false
7235 for ac_c_preproc_warn_flag in '' yes
7237 # Use a header file that comes with gcc, so configuring glibc
7238 # with a fresh cross-compiler works.
7239 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7240 # <limits.h> exists even on freestanding compilers.
7241 # On the NeXT, cc -E runs the code through the compiler's parser,
7242 # not just through cpp. "Syntax error" is here to catch this case.
7243 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7244 /* end confdefs.h. */
7245 #ifdef __STDC__
7246 # include <limits.h>
7247 #else
7248 # include <assert.h>
7249 #endif
7250 Syntax error
7251 _ACEOF
7252 if ac_fn_c_try_cpp "$LINENO"; then :
7254 else
7255 # Broken: fails on valid input.
7256 continue
7258 rm -f conftest.err conftest.i conftest.$ac_ext
7260 # OK, works on sane cases. Now check whether nonexistent headers
7261 # can be detected and how.
7262 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7263 /* end confdefs.h. */
7264 #include <ac_nonexistent.h>
7265 _ACEOF
7266 if ac_fn_c_try_cpp "$LINENO"; then :
7267 # Broken: success on invalid input.
7268 continue
7269 else
7270 # Passes both tests.
7271 ac_preproc_ok=:
7272 break
7274 rm -f conftest.err conftest.i conftest.$ac_ext
7276 done
7277 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7278 rm -f conftest.i conftest.err conftest.$ac_ext
7279 if $ac_preproc_ok; then :
7281 else
7282 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
7283 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
7284 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
7285 See \`config.log' for more details" "$LINENO" 5; }
7288 ac_ext=c
7289 ac_cpp='$CPP $CPPFLAGS'
7290 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7291 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7292 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7295 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
7296 $as_echo_n "checking for ANSI C header files... " >&6; }
7297 if ${ac_cv_header_stdc+:} false; then :
7298 $as_echo_n "(cached) " >&6
7299 else
7300 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7301 /* end confdefs.h. */
7302 #include <stdlib.h>
7303 #include <stdarg.h>
7304 #include <string.h>
7305 #include <float.h>
7308 main ()
7312 return 0;
7314 _ACEOF
7315 if ac_fn_c_try_compile "$LINENO"; then :
7316 ac_cv_header_stdc=yes
7317 else
7318 ac_cv_header_stdc=no
7320 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7322 if test $ac_cv_header_stdc = yes; then
7323 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7324 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7325 /* end confdefs.h. */
7326 #include <string.h>
7328 _ACEOF
7329 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7330 $EGREP "memchr" >/dev/null 2>&1; then :
7332 else
7333 ac_cv_header_stdc=no
7335 rm -f conftest*
7339 if test $ac_cv_header_stdc = yes; then
7340 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7341 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7342 /* end confdefs.h. */
7343 #include <stdlib.h>
7345 _ACEOF
7346 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7347 $EGREP "free" >/dev/null 2>&1; then :
7349 else
7350 ac_cv_header_stdc=no
7352 rm -f conftest*
7356 if test $ac_cv_header_stdc = yes; then
7357 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7358 if test "$cross_compiling" = yes; then :
7360 else
7361 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7362 /* end confdefs.h. */
7363 #include <ctype.h>
7364 #include <stdlib.h>
7365 #if ((' ' & 0x0FF) == 0x020)
7366 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7367 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7368 #else
7369 # define ISLOWER(c) \
7370 (('a' <= (c) && (c) <= 'i') \
7371 || ('j' <= (c) && (c) <= 'r') \
7372 || ('s' <= (c) && (c) <= 'z'))
7373 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7374 #endif
7376 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7378 main ()
7380 int i;
7381 for (i = 0; i < 256; i++)
7382 if (XOR (islower (i), ISLOWER (i))
7383 || toupper (i) != TOUPPER (i))
7384 return 2;
7385 return 0;
7387 _ACEOF
7388 if ac_fn_c_try_run "$LINENO"; then :
7390 else
7391 ac_cv_header_stdc=no
7393 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
7394 conftest.$ac_objext conftest.beam conftest.$ac_ext
7399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
7400 $as_echo "$ac_cv_header_stdc" >&6; }
7401 if test $ac_cv_header_stdc = yes; then
7403 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
7407 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7408 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7409 inttypes.h stdint.h unistd.h
7410 do :
7411 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7412 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
7414 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7415 cat >>confdefs.h <<_ACEOF
7416 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7417 _ACEOF
7421 done
7424 for ac_header in \
7425 AL/al.h \
7426 ApplicationServices/ApplicationServices.h \
7427 CL/cl.h \
7428 Carbon/Carbon.h \
7429 CoreAudio/CoreAudio.h \
7430 DiskArbitration/DiskArbitration.h \
7431 EGL/egl.h \
7432 IOKit/IOKitLib.h \
7433 IOKit/hid/IOHIDLib.h \
7434 OpenAL/al.h \
7435 OpenCL/opencl.h \
7436 QuickTime/ImageCompression.h \
7437 Security/Security.h \
7438 SystemConfiguration/SCDynamicStoreCopyDHCPInfo.h \
7439 SystemConfiguration/SCNetworkConfiguration.h \
7440 alias.h \
7441 arpa/inet.h \
7442 arpa/nameser.h \
7443 asm/types.h \
7444 asm/user.h \
7445 dirent.h \
7446 elf.h \
7447 float.h \
7448 gettext-po.h \
7449 ieeefp.h \
7450 libproc.h \
7451 link.h \
7452 linux/cdrom.h \
7453 linux/filter.h \
7454 linux/hdreg.h \
7455 linux/hidraw.h \
7456 linux/input.h \
7457 linux/ioctl.h \
7458 linux/joystick.h \
7459 linux/major.h \
7460 linux/param.h \
7461 linux/serial.h \
7462 linux/types.h \
7463 linux/ucdrom.h \
7464 lwp.h \
7465 mach-o/loader.h \
7466 mach/mach.h \
7467 machine/cpu.h \
7468 machine/sysarch.h \
7469 mntent.h \
7470 netdb.h \
7471 netinet/in.h \
7472 netinet/in_systm.h \
7473 netinet/tcp.h \
7474 netinet/tcp_fsm.h \
7475 pcap/pcap.h \
7476 port.h \
7477 pthread.h \
7478 pwd.h \
7479 sasl/sasl.h \
7480 sched.h \
7481 scsi/scsi.h \
7482 scsi/scsi_ioctl.h \
7483 scsi/sg.h \
7484 stdint.h \
7485 sys/attr.h \
7486 sys/auxv.h \
7487 sys/cdio.h \
7488 sys/epoll.h \
7489 sys/event.h \
7490 sys/filio.h \
7491 sys/ioctl.h \
7492 sys/ipc.h \
7493 sys/link.h \
7494 sys/mman.h \
7495 sys/modem.h \
7496 sys/mtio.h \
7497 sys/param.h \
7498 sys/prctl.h \
7499 sys/protosw.h \
7500 sys/ptrace.h \
7501 sys/queue.h \
7502 sys/random.h \
7503 sys/resource.h \
7504 sys/scsiio.h \
7505 sys/shm.h \
7506 sys/signal.h \
7507 sys/socket.h \
7508 sys/socketvar.h \
7509 sys/sockio.h \
7510 sys/statvfs.h \
7511 sys/strtio.h \
7512 sys/syscall.h \
7513 sys/sysinfo.h \
7514 sys/time.h \
7515 sys/timeout.h \
7516 sys/times.h \
7517 sys/uio.h \
7518 sys/user.h \
7519 sys/utsname.h \
7520 sys/vnode.h \
7521 sys/wait.h \
7522 syscall.h \
7523 termios.h \
7524 unistd.h \
7525 utime.h \
7526 valgrind/memcheck.h \
7527 valgrind/valgrind.h
7529 do :
7530 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7531 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
7532 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7533 cat >>confdefs.h <<_ACEOF
7534 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7535 _ACEOF
7539 done
7541 ac_fn_c_check_header_mongrel "$LINENO" "sys/mkdev.h" "ac_cv_header_sys_mkdev_h" "$ac_includes_default"
7542 if test "x$ac_cv_header_sys_mkdev_h" = xyes; then :
7544 $as_echo "#define MAJOR_IN_MKDEV 1" >>confdefs.h
7549 if test $ac_cv_header_sys_mkdev_h = no; then
7550 ac_fn_c_check_header_mongrel "$LINENO" "sys/sysmacros.h" "ac_cv_header_sys_sysmacros_h" "$ac_includes_default"
7551 if test "x$ac_cv_header_sys_sysmacros_h" = xyes; then :
7553 $as_echo "#define MAJOR_IN_SYSMACROS 1" >>confdefs.h
7559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
7560 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
7561 if ${ac_cv_header_stat_broken+:} false; then :
7562 $as_echo_n "(cached) " >&6
7563 else
7564 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7565 /* end confdefs.h. */
7566 #include <sys/types.h>
7567 #include <sys/stat.h>
7569 #if defined S_ISBLK && defined S_IFDIR
7570 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7571 #endif
7573 #if defined S_ISBLK && defined S_IFCHR
7574 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7575 #endif
7577 #if defined S_ISLNK && defined S_IFREG
7578 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7579 #endif
7581 #if defined S_ISSOCK && defined S_IFREG
7582 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7583 #endif
7585 _ACEOF
7586 if ac_fn_c_try_compile "$LINENO"; then :
7587 ac_cv_header_stat_broken=no
7588 else
7589 ac_cv_header_stat_broken=yes
7591 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
7594 $as_echo "$ac_cv_header_stat_broken" >&6; }
7595 if test $ac_cv_header_stat_broken = yes; then
7597 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
7603 for ac_header in sys/conf.h sys/mount.h sys/statfs.h sys/user.h sys/vfs.h
7604 do :
7605 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7606 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7607 #ifdef HAVE_SYS_PARAM_H
7608 # include <sys/param.h>
7609 #endif
7611 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7612 cat >>confdefs.h <<_ACEOF
7613 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7614 _ACEOF
7618 done
7621 saved_sysctl_h_CFLAGS=$CFLAGS
7622 test "x${GCC}" != xyes || CFLAGS="$CFLAGS -Werror"
7623 for ac_header in sys/sysctl.h
7624 do :
7625 ac_fn_c_check_header_compile "$LINENO" "sys/sysctl.h" "ac_cv_header_sys_sysctl_h" "#include <sys/types.h>
7626 #ifdef HAVE_SYS_PARAM_H
7627 # include <sys/param.h>
7628 #endif
7630 if test "x$ac_cv_header_sys_sysctl_h" = xyes; then :
7631 cat >>confdefs.h <<_ACEOF
7632 #define HAVE_SYS_SYSCTL_H 1
7633 _ACEOF
7637 done
7639 CFLAGS=$saved_sysctl_h_CFLAGS
7641 for ac_header in \
7642 netinet/ip.h \
7643 net/if.h \
7644 net/if_arp.h \
7645 net/if_dl.h \
7646 net/if_types.h \
7647 net/route.h \
7648 netinet/if_ether.h \
7649 netinet/if_inarp.h \
7650 netinet/in_pcb.h \
7651 netinet/ip_icmp.h \
7652 netinet/ip_var.h \
7653 netinet/udp.h \
7654 netipx/ipx.h \
7655 sys/un.h \
7657 do :
7658 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7659 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7660 #ifdef HAVE_SYS_SOCKET_H
7661 # include <sys/socket.h>
7662 #endif
7663 #ifdef HAVE_SYS_SOCKETVAR_H
7664 # include <sys/socketvar.h>
7665 #endif
7666 #ifdef HAVE_NET_ROUTE_H
7667 # include <net/route.h>
7668 #endif
7669 #ifdef HAVE_NETINET_IN_H
7670 # include <netinet/in.h>
7671 #endif
7672 #ifdef HAVE_NETINET_IN_SYSTM_H
7673 # include <netinet/in_systm.h>
7674 #endif
7675 #ifdef HAVE_NET_IF_H
7676 # include <net/if.h>
7677 #endif
7678 #ifdef HAVE_NETINET_IP_H
7679 # include <netinet/ip.h>
7680 #endif
7682 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7683 cat >>confdefs.h <<_ACEOF
7684 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7685 _ACEOF
7689 done
7692 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
7693 do :
7694 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7695 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7696 #ifdef HAVE_ALIAS_H
7697 # include <alias.h>
7698 #endif
7699 #ifdef HAVE_SYS_SOCKET_H
7700 # include <sys/socket.h>
7701 #endif
7702 #ifdef HAVE_SYS_SOCKETVAR_H
7703 # include <sys/socketvar.h>
7704 #endif
7705 #ifdef HAVE_SYS_TIMEOUT_H
7706 # include <sys/timeout.h>
7707 #endif
7708 #ifdef HAVE_NETINET_IN_H
7709 # include <netinet/in.h>
7710 #endif
7711 #ifdef HAVE_NETINET_IN_SYSTM_H
7712 # include <netinet/in_systm.h>
7713 #endif
7714 #ifdef HAVE_NETINET_IP_H
7715 # include <netinet/ip.h>
7716 #endif
7717 #ifdef HAVE_NETINET_IP_VAR_H
7718 # include <netinet/ip_var.h>
7719 #endif
7720 #ifdef HAVE_NETINET_IP_ICMP_H
7721 # include <netinet/ip_icmp.h>
7722 #endif
7723 #ifdef HAVE_NETINET_UDP_H
7724 # include <netinet/udp.h>
7725 #endif
7726 #ifdef HAVE_NETINET_TCP_H
7727 # include <netinet/tcp.h>
7728 #endif
7729 #ifdef HAVE_NETINET_TCP_TIMER_H
7730 #include <netinet/tcp_timer.h>
7731 #endif
7733 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7734 cat >>confdefs.h <<_ACEOF
7735 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7736 _ACEOF
7740 done
7743 for ac_header in linux/ipx.h linux/irda.h linux/rtnetlink.h
7744 do :
7745 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7746 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7747 #ifdef HAVE_ASM_TYPES_H
7748 # include <asm/types.h>
7749 #endif
7750 #ifdef HAVE_SYS_SOCKET_H
7751 # include <sys/socket.h>
7752 #endif
7753 #ifdef HAVE_LINUX_TYPES_H
7754 # include <linux/types.h>
7755 #endif
7757 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7758 cat >>confdefs.h <<_ACEOF
7759 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7760 _ACEOF
7764 done
7767 for ac_header in resolv.h
7768 do :
7769 ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
7770 #ifdef HAVE_SYS_SOCKET_H
7771 # include <sys/socket.h>
7772 #endif
7773 #ifdef HAVE_NETINET_IN_H
7774 # include <netinet/in.h>
7775 #endif
7776 #ifdef HAVE_ARPA_NAMESER_H
7777 # include <arpa/nameser.h>
7778 #endif
7780 if test "x$ac_cv_header_resolv_h" = xyes; then :
7781 cat >>confdefs.h <<_ACEOF
7782 #define HAVE_RESOLV_H 1
7783 _ACEOF
7787 done
7790 for ac_header in ifaddrs.h
7791 do :
7792 ac_fn_c_check_header_compile "$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
7794 if test "x$ac_cv_header_ifaddrs_h" = xyes; then :
7795 cat >>confdefs.h <<_ACEOF
7796 #define HAVE_IFADDRS_H 1
7797 _ACEOF
7801 done
7804 for ac_header in sys/ucontext.h
7805 do :
7806 ac_fn_c_check_header_compile "$LINENO" "sys/ucontext.h" "ac_cv_header_sys_ucontext_h" "#include <signal.h>
7808 if test "x$ac_cv_header_sys_ucontext_h" = xyes; then :
7809 cat >>confdefs.h <<_ACEOF
7810 #define HAVE_SYS_UCONTEXT_H 1
7811 _ACEOF
7815 done
7818 for ac_header in sys/thr.h
7819 do :
7820 ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
7821 #ifdef HAVE_SYS_UCONTEXT_H
7822 #include <sys/ucontext.h>
7823 #endif
7825 if test "x$ac_cv_header_sys_thr_h" = xyes; then :
7826 cat >>confdefs.h <<_ACEOF
7827 #define HAVE_SYS_THR_H 1
7828 _ACEOF
7832 done
7835 for ac_header in pthread_np.h
7836 do :
7837 ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
7838 #include <pthread.h>
7839 #endif
7841 if test "x$ac_cv_header_pthread_np_h" = xyes; then :
7842 cat >>confdefs.h <<_ACEOF
7843 #define HAVE_PTHREAD_NP_H 1
7844 _ACEOF
7848 done
7851 for ac_header in linux/videodev2.h
7852 do :
7853 ac_fn_c_check_header_compile "$LINENO" "linux/videodev2.h" "ac_cv_header_linux_videodev2_h" "#ifdef HAVE_SYS_TIME_H
7854 #include <sys/time.h>
7855 #endif
7856 #include <sys/types.h>
7857 #ifdef HAVE_ASM_TYPES_H
7858 #include <asm/types.h>
7859 #endif
7861 if test "x$ac_cv_header_linux_videodev2_h" = xyes; then :
7862 cat >>confdefs.h <<_ACEOF
7863 #define HAVE_LINUX_VIDEODEV2_H 1
7864 _ACEOF
7868 done
7871 for ac_header in libprocstat.h
7872 do :
7873 ac_fn_c_check_header_compile "$LINENO" "libprocstat.h" "ac_cv_header_libprocstat_h" "#ifdef HAVE_SYS_PARAM_H
7874 #include <sys/param.h>
7875 #endif
7876 #ifdef HAVE_SYS_QUEUE_H
7877 #include <sys/queue.h>
7878 #endif
7879 #ifdef HAVE_SYS_SOCKET_H
7880 #include <sys/socket.h>
7881 #endif
7883 if test "x$ac_cv_header_libprocstat_h" = xyes; then :
7884 cat >>confdefs.h <<_ACEOF
7885 #define HAVE_LIBPROCSTAT_H 1
7886 _ACEOF
7890 done
7894 DLLFLAGS=""
7896 LDDLLFLAGS=""
7898 LDEXECFLAGS=""
7900 EXTRACFLAGS=""
7902 UNIXDLLFLAGS="-fPIC"
7904 UNIXLDFLAGS="-shared -Wl,-Bsymbolic -Wl,-soname,\$(UNIXLIB)"
7906 TOP_INSTALL_LIB=""
7908 TOP_INSTALL_DEV=""
7910 WINELOADER_LDFLAGS=""
7912 WINEPRELOADER_LDFLAGS=""
7914 LIBEXT="so"
7915 # Extract the first word of "ldd", so it can be a program name with args.
7916 set dummy ldd; ac_word=$2
7917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7918 $as_echo_n "checking for $ac_word... " >&6; }
7919 if ${ac_cv_path_LDD+:} false; then :
7920 $as_echo_n "(cached) " >&6
7921 else
7922 case $LDD in
7923 [\\/]* | ?:[\\/]*)
7924 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
7927 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7928 as_dummy="/sbin:/usr/sbin:$PATH"
7929 for as_dir in $as_dummy
7931 IFS=$as_save_IFS
7932 test -z "$as_dir" && as_dir=.
7933 for ac_exec_ext in '' $ac_executable_extensions; do
7934 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7935 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
7936 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7937 break 2
7939 done
7940 done
7941 IFS=$as_save_IFS
7943 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
7945 esac
7947 LDD=$ac_cv_path_LDD
7948 if test -n "$LDD"; then
7949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
7950 $as_echo "$LDD" >&6; }
7951 else
7952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7953 $as_echo "no" >&6; }
7957 if test -n "$ac_tool_prefix"; then
7958 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7959 set dummy ${ac_tool_prefix}otool; ac_word=$2
7960 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7961 $as_echo_n "checking for $ac_word... " >&6; }
7962 if ${ac_cv_prog_OTOOL+:} false; then :
7963 $as_echo_n "(cached) " >&6
7964 else
7965 if test -n "$OTOOL"; then
7966 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7967 else
7968 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7969 for as_dir in $PATH
7971 IFS=$as_save_IFS
7972 test -z "$as_dir" && as_dir=.
7973 for ac_exec_ext in '' $ac_executable_extensions; do
7974 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7975 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7976 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7977 break 2
7979 done
7980 done
7981 IFS=$as_save_IFS
7985 OTOOL=$ac_cv_prog_OTOOL
7986 if test -n "$OTOOL"; then
7987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7988 $as_echo "$OTOOL" >&6; }
7989 else
7990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7991 $as_echo "no" >&6; }
7996 if test -z "$ac_cv_prog_OTOOL"; then
7997 ac_ct_OTOOL=$OTOOL
7998 # Extract the first word of "otool", so it can be a program name with args.
7999 set dummy otool; ac_word=$2
8000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8001 $as_echo_n "checking for $ac_word... " >&6; }
8002 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
8003 $as_echo_n "(cached) " >&6
8004 else
8005 if test -n "$ac_ct_OTOOL"; then
8006 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
8007 else
8008 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8009 for as_dir in $PATH
8011 IFS=$as_save_IFS
8012 test -z "$as_dir" && as_dir=.
8013 for ac_exec_ext in '' $ac_executable_extensions; do
8014 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8015 ac_cv_prog_ac_ct_OTOOL="otool"
8016 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8017 break 2
8019 done
8020 done
8021 IFS=$as_save_IFS
8025 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
8026 if test -n "$ac_ct_OTOOL"; then
8027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
8028 $as_echo "$ac_ct_OTOOL" >&6; }
8029 else
8030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8031 $as_echo "no" >&6; }
8034 if test "x$ac_ct_OTOOL" = x; then
8035 OTOOL="otool"
8036 else
8037 case $cross_compiling:$ac_tool_warned in
8038 yes:)
8039 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8040 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8041 ac_tool_warned=yes ;;
8042 esac
8043 OTOOL=$ac_ct_OTOOL
8045 else
8046 OTOOL="$ac_cv_prog_OTOOL"
8049 if test -n "$ac_tool_prefix"; then
8050 # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
8051 set dummy ${ac_tool_prefix}readelf; ac_word=$2
8052 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8053 $as_echo_n "checking for $ac_word... " >&6; }
8054 if ${ac_cv_prog_READELF+:} false; then :
8055 $as_echo_n "(cached) " >&6
8056 else
8057 if test -n "$READELF"; then
8058 ac_cv_prog_READELF="$READELF" # Let the user override the test.
8059 else
8060 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8061 for as_dir in $PATH
8063 IFS=$as_save_IFS
8064 test -z "$as_dir" && as_dir=.
8065 for ac_exec_ext in '' $ac_executable_extensions; do
8066 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8067 ac_cv_prog_READELF="${ac_tool_prefix}readelf"
8068 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8069 break 2
8071 done
8072 done
8073 IFS=$as_save_IFS
8077 READELF=$ac_cv_prog_READELF
8078 if test -n "$READELF"; then
8079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
8080 $as_echo "$READELF" >&6; }
8081 else
8082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8083 $as_echo "no" >&6; }
8088 if test -z "$ac_cv_prog_READELF"; then
8089 ac_ct_READELF=$READELF
8090 # Extract the first word of "readelf", so it can be a program name with args.
8091 set dummy readelf; ac_word=$2
8092 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8093 $as_echo_n "checking for $ac_word... " >&6; }
8094 if ${ac_cv_prog_ac_ct_READELF+:} false; then :
8095 $as_echo_n "(cached) " >&6
8096 else
8097 if test -n "$ac_ct_READELF"; then
8098 ac_cv_prog_ac_ct_READELF="$ac_ct_READELF" # Let the user override the test.
8099 else
8100 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8101 for as_dir in $PATH
8103 IFS=$as_save_IFS
8104 test -z "$as_dir" && as_dir=.
8105 for ac_exec_ext in '' $ac_executable_extensions; do
8106 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8107 ac_cv_prog_ac_ct_READELF="readelf"
8108 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8109 break 2
8111 done
8112 done
8113 IFS=$as_save_IFS
8117 ac_ct_READELF=$ac_cv_prog_ac_ct_READELF
8118 if test -n "$ac_ct_READELF"; then
8119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
8120 $as_echo "$ac_ct_READELF" >&6; }
8121 else
8122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8123 $as_echo "no" >&6; }
8126 if test "x$ac_ct_READELF" = x; then
8127 READELF="true"
8128 else
8129 case $cross_compiling:$ac_tool_warned in
8130 yes:)
8131 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8132 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8133 ac_tool_warned=yes ;;
8134 esac
8135 READELF=$ac_ct_READELF
8137 else
8138 READELF="$ac_cv_prog_READELF"
8141 wine_rules_file=conf$$rules.make
8142 rm -f $wine_rules_file
8143 SUBDIRS=""
8145 DISABLED_SUBDIRS=""
8147 CONFIGURE_TARGETS=""
8150 wine_fn_append_file ()
8152 as_fn_append $1 " \\$as_nl $2"
8155 wine_fn_append_rule ()
8157 $as_echo "$1" >>$wine_rules_file
8160 wine_fn_config_makefile ()
8162 wine_fn_append_file SUBDIRS $1
8163 if eval test \"x\$"$2"\" = x"no"; then :
8164 wine_fn_append_file DISABLED_SUBDIRS $1
8168 wine_fn_config_symlink ()
8170 ac_links=$@
8171 wine_fn_append_rule \
8172 "$ac_links:
8173 @./config.status \$@"
8174 for f in $ac_links; do wine_fn_append_file CONFIGURE_TARGETS $f; done
8177 wine_binary="wine"
8178 test "x$enable_win64" != "xyes" || wine_binary="wine64"
8179 WINELOADER_PROGRAMS="$wine_binary"
8181 libwine_soversion=`expr $libwine_version : '\([0-9]*\)\..*'`
8183 case $host_os in
8184 cygwin*|mingw32*)
8185 if test -n "$ac_tool_prefix"; then
8186 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8187 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
8188 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8189 $as_echo_n "checking for $ac_word... " >&6; }
8190 if ${ac_cv_prog_DLLTOOL+:} false; then :
8191 $as_echo_n "(cached) " >&6
8192 else
8193 if test -n "$DLLTOOL"; then
8194 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8195 else
8196 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8197 for as_dir in $PATH
8199 IFS=$as_save_IFS
8200 test -z "$as_dir" && as_dir=.
8201 for ac_exec_ext in '' $ac_executable_extensions; do
8202 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8203 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
8204 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8205 break 2
8207 done
8208 done
8209 IFS=$as_save_IFS
8213 DLLTOOL=$ac_cv_prog_DLLTOOL
8214 if test -n "$DLLTOOL"; then
8215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8216 $as_echo "$DLLTOOL" >&6; }
8217 else
8218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8219 $as_echo "no" >&6; }
8224 if test -z "$ac_cv_prog_DLLTOOL"; then
8225 ac_ct_DLLTOOL=$DLLTOOL
8226 # Extract the first word of "dlltool", so it can be a program name with args.
8227 set dummy dlltool; ac_word=$2
8228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8229 $as_echo_n "checking for $ac_word... " >&6; }
8230 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then :
8231 $as_echo_n "(cached) " >&6
8232 else
8233 if test -n "$ac_ct_DLLTOOL"; then
8234 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
8235 else
8236 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8237 for as_dir in $PATH
8239 IFS=$as_save_IFS
8240 test -z "$as_dir" && as_dir=.
8241 for ac_exec_ext in '' $ac_executable_extensions; do
8242 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8243 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
8244 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8245 break 2
8247 done
8248 done
8249 IFS=$as_save_IFS
8253 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
8254 if test -n "$ac_ct_DLLTOOL"; then
8255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
8256 $as_echo "$ac_ct_DLLTOOL" >&6; }
8257 else
8258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8259 $as_echo "no" >&6; }
8262 if test "x$ac_ct_DLLTOOL" = x; then
8263 DLLTOOL="false"
8264 else
8265 case $cross_compiling:$ac_tool_warned in
8266 yes:)
8267 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8268 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8269 ac_tool_warned=yes ;;
8270 esac
8271 DLLTOOL=$ac_ct_DLLTOOL
8273 else
8274 DLLTOOL="$ac_cv_prog_DLLTOOL"
8277 LIBEXT="dll"
8278 EXTRACFLAGS="-D__WINE_PE_BUILD"
8279 case $host_cpu in
8280 *i[3456]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--disable-stdcall-fixup" >&5
8281 $as_echo_n "checking whether the compiler supports -Wl,--disable-stdcall-fixup... " >&6; }
8282 if ${ac_cv_cflags__Wl___disable_stdcall_fixup+:} false; then :
8283 $as_echo_n "(cached) " >&6
8284 else
8285 ac_wine_try_cflags_saved=$CFLAGS
8286 CFLAGS="$CFLAGS -Wl,--disable-stdcall-fixup"
8287 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8288 /* end confdefs.h. */
8289 int main(int argc, char **argv) { return 0; }
8290 _ACEOF
8291 if ac_fn_c_try_link "$LINENO"; then :
8292 ac_cv_cflags__Wl___disable_stdcall_fixup=yes
8293 else
8294 ac_cv_cflags__Wl___disable_stdcall_fixup=no
8296 rm -f core conftest.err conftest.$ac_objext \
8297 conftest$ac_exeext conftest.$ac_ext
8298 CFLAGS=$ac_wine_try_cflags_saved
8300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___disable_stdcall_fixup" >&5
8301 $as_echo "$ac_cv_cflags__Wl___disable_stdcall_fixup" >&6; }
8302 if test "x$ac_cv_cflags__Wl___disable_stdcall_fixup" = xyes; then :
8303 LDDLLFLAGS="-Wl,--disable-stdcall-fixup"
8304 fi ;;
8305 esac
8306 enable_mountmgr_sys=${enable_mountmgr_sys:-no}
8307 enable_loader=${enable_loader:-no}
8308 enable_server=${enable_server:-no}
8309 with_x=${with_x:-no}
8310 with_pthread=${with_pthread:-no}
8313 darwin*|macosx*)
8314 ac_ext=m
8315 ac_cpp='$OBJCPP $CPPFLAGS'
8316 ac_compile='$OBJC -c $OBJCFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8317 ac_link='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8318 ac_compiler_gnu=$ac_cv_objc_compiler_gnu
8320 ac_ext=m
8321 ac_cpp='$OBJCPP $CPPFLAGS'
8322 ac_compile='$OBJC -c $OBJCFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8323 ac_link='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8324 ac_compiler_gnu=$ac_cv_objc_compiler_gnu
8325 if test -n "$ac_tool_prefix"; then
8326 for ac_prog in gcc objcc objc cc CC
8328 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
8329 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
8330 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8331 $as_echo_n "checking for $ac_word... " >&6; }
8332 if ${ac_cv_prog_OBJC+:} false; then :
8333 $as_echo_n "(cached) " >&6
8334 else
8335 if test -n "$OBJC"; then
8336 ac_cv_prog_OBJC="$OBJC" # Let the user override the test.
8337 else
8338 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8339 for as_dir in $PATH
8341 IFS=$as_save_IFS
8342 test -z "$as_dir" && as_dir=.
8343 for ac_exec_ext in '' $ac_executable_extensions; do
8344 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8345 ac_cv_prog_OBJC="$ac_tool_prefix$ac_prog"
8346 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8347 break 2
8349 done
8350 done
8351 IFS=$as_save_IFS
8355 OBJC=$ac_cv_prog_OBJC
8356 if test -n "$OBJC"; then
8357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJC" >&5
8358 $as_echo "$OBJC" >&6; }
8359 else
8360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8361 $as_echo "no" >&6; }
8365 test -n "$OBJC" && break
8366 done
8368 if test -z "$OBJC"; then
8369 ac_ct_OBJC=$OBJC
8370 for ac_prog in gcc objcc objc cc CC
8372 # Extract the first word of "$ac_prog", so it can be a program name with args.
8373 set dummy $ac_prog; ac_word=$2
8374 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8375 $as_echo_n "checking for $ac_word... " >&6; }
8376 if ${ac_cv_prog_ac_ct_OBJC+:} false; then :
8377 $as_echo_n "(cached) " >&6
8378 else
8379 if test -n "$ac_ct_OBJC"; then
8380 ac_cv_prog_ac_ct_OBJC="$ac_ct_OBJC" # Let the user override the test.
8381 else
8382 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8383 for as_dir in $PATH
8385 IFS=$as_save_IFS
8386 test -z "$as_dir" && as_dir=.
8387 for ac_exec_ext in '' $ac_executable_extensions; do
8388 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8389 ac_cv_prog_ac_ct_OBJC="$ac_prog"
8390 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8391 break 2
8393 done
8394 done
8395 IFS=$as_save_IFS
8399 ac_ct_OBJC=$ac_cv_prog_ac_ct_OBJC
8400 if test -n "$ac_ct_OBJC"; then
8401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJC" >&5
8402 $as_echo "$ac_ct_OBJC" >&6; }
8403 else
8404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8405 $as_echo "no" >&6; }
8409 test -n "$ac_ct_OBJC" && break
8410 done
8412 if test "x$ac_ct_OBJC" = x; then
8413 OBJC="gcc"
8414 else
8415 case $cross_compiling:$ac_tool_warned in
8416 yes:)
8417 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8418 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8419 ac_tool_warned=yes ;;
8420 esac
8421 OBJC=$ac_ct_OBJC
8425 # Provide some information about the compiler.
8426 $as_echo "$as_me:${as_lineno-$LINENO}: checking for Objective C compiler version" >&5
8427 set X $ac_compile
8428 ac_compiler=$2
8429 for ac_option in --version -v -V -qversion; do
8430 { { ac_try="$ac_compiler $ac_option >&5"
8431 case "(($ac_try" in
8432 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8433 *) ac_try_echo=$ac_try;;
8434 esac
8435 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
8436 $as_echo "$ac_try_echo"; } >&5
8437 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
8438 ac_status=$?
8439 if test -s conftest.err; then
8440 sed '10a\
8441 ... rest of stderr output deleted ...
8442 10q' conftest.err >conftest.er1
8443 cat conftest.er1 >&5
8445 rm -f conftest.er1 conftest.err
8446 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
8447 test $ac_status = 0; }
8448 done
8450 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU Objective C compiler" >&5
8451 $as_echo_n "checking whether we are using the GNU Objective C compiler... " >&6; }
8452 if ${ac_cv_objc_compiler_gnu+:} false; then :
8453 $as_echo_n "(cached) " >&6
8454 else
8455 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8456 /* end confdefs.h. */
8459 main ()
8461 #ifndef __GNUC__
8462 choke me
8463 #endif
8466 return 0;
8468 _ACEOF
8469 if ac_fn_objc_try_compile "$LINENO"; then :
8470 ac_compiler_gnu=yes
8471 else
8472 ac_compiler_gnu=no
8474 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8475 ac_cv_objc_compiler_gnu=$ac_compiler_gnu
8478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objc_compiler_gnu" >&5
8479 $as_echo "$ac_cv_objc_compiler_gnu" >&6; }
8480 if test $ac_compiler_gnu = yes; then
8481 GOBJC=yes
8482 else
8483 GOBJC=
8485 ac_test_OBJCFLAGS=${OBJCFLAGS+set}
8486 ac_save_OBJCFLAGS=$OBJCFLAGS
8487 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $OBJC accepts -g" >&5
8488 $as_echo_n "checking whether $OBJC accepts -g... " >&6; }
8489 if ${ac_cv_prog_objc_g+:} false; then :
8490 $as_echo_n "(cached) " >&6
8491 else
8492 ac_save_objc_werror_flag=$ac_objc_werror_flag
8493 ac_objc_werror_flag=yes
8494 ac_cv_prog_objc_g=no
8495 OBJCFLAGS="-g"
8496 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8497 /* end confdefs.h. */
8500 main ()
8504 return 0;
8506 _ACEOF
8507 if ac_fn_objc_try_compile "$LINENO"; then :
8508 ac_cv_prog_objc_g=yes
8509 else
8510 OBJCFLAGS=""
8511 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8512 /* end confdefs.h. */
8515 main ()
8519 return 0;
8521 _ACEOF
8522 if ac_fn_objc_try_compile "$LINENO"; then :
8524 else
8525 ac_objc_werror_flag=$ac_save_objc_werror_flag
8526 OBJCFLAGS="-g"
8527 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8528 /* end confdefs.h. */
8531 main ()
8535 return 0;
8537 _ACEOF
8538 if ac_fn_objc_try_compile "$LINENO"; then :
8539 ac_cv_prog_objc_g=yes
8541 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8543 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8545 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8546 ac_objc_werror_flag=$ac_save_objc_werror_flag
8548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_objc_g" >&5
8549 $as_echo "$ac_cv_prog_objc_g" >&6; }
8550 if test "$ac_test_OBJCFLAGS" = set; then
8551 OBJCFLAGS=$ac_save_OBJCFLAGS
8552 elif test $ac_cv_prog_objc_g = yes; then
8553 if test "$GOBJC" = yes; then
8554 OBJCFLAGS="-g -O2"
8555 else
8556 OBJCFLAGS="-g"
8558 else
8559 if test "$GOBJC" = yes; then
8560 OBJCFLAGS="-O2"
8561 else
8562 OBJCFLAGS=
8565 ac_ext=m
8566 ac_cpp='$OBJCPP $CPPFLAGS'
8567 ac_compile='$OBJC -c $OBJCFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8568 ac_link='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8569 ac_compiler_gnu=$ac_cv_objc_compiler_gnu
8572 ac_ext=m
8573 ac_cpp='$OBJCPP $CPPFLAGS'
8574 ac_compile='$OBJC -c $OBJCFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8575 ac_link='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8576 ac_compiler_gnu=$ac_cv_objc_compiler_gnu
8577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the Objective C preprocessor" >&5
8578 $as_echo_n "checking how to run the Objective C preprocessor... " >&6; }
8579 if test -z "$OBJCPP"; then
8580 if ${ac_cv_prog_OBJCPP+:} false; then :
8581 $as_echo_n "(cached) " >&6
8582 else
8583 # Double quotes because OBJCPP needs to be expanded
8584 for OBJCPP in "$OBJC -E" "/lib/cpp"
8586 ac_preproc_ok=false
8587 for ac_objc_preproc_warn_flag in '' yes
8589 # Use a header file that comes with gcc, so configuring glibc
8590 # with a fresh cross-compiler works.
8591 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8592 # <limits.h> exists even on freestanding compilers.
8593 # On the NeXT, cc -E runs the code through the compiler's parser,
8594 # not just through cpp. "Syntax error" is here to catch this case.
8595 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8596 /* end confdefs.h. */
8597 #ifdef __STDC__
8598 # include <limits.h>
8599 #else
8600 # include <assert.h>
8601 #endif
8602 Syntax error
8603 _ACEOF
8604 if ac_fn_objc_try_cpp "$LINENO"; then :
8606 else
8607 # Broken: fails on valid input.
8608 continue
8610 rm -f conftest.err conftest.i conftest.$ac_ext
8612 # OK, works on sane cases. Now check whether nonexistent headers
8613 # can be detected and how.
8614 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8615 /* end confdefs.h. */
8616 #include <ac_nonexistent.h>
8617 _ACEOF
8618 if ac_fn_objc_try_cpp "$LINENO"; then :
8619 # Broken: success on invalid input.
8620 continue
8621 else
8622 # Passes both tests.
8623 ac_preproc_ok=:
8624 break
8626 rm -f conftest.err conftest.i conftest.$ac_ext
8628 done
8629 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
8630 rm -f conftest.i conftest.err conftest.$ac_ext
8631 if $ac_preproc_ok; then :
8632 break
8635 done
8636 ac_cv_prog_OBJCPP=$OBJCPP
8639 OBJCPP=$ac_cv_prog_OBJCPP
8640 else
8641 ac_cv_prog_OBJCPP=$OBJCPP
8643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCPP" >&5
8644 $as_echo "$OBJCPP" >&6; }
8645 ac_preproc_ok=false
8646 for ac_objc_preproc_warn_flag in '' yes
8648 # Use a header file that comes with gcc, so configuring glibc
8649 # with a fresh cross-compiler works.
8650 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8651 # <limits.h> exists even on freestanding compilers.
8652 # On the NeXT, cc -E runs the code through the compiler's parser,
8653 # not just through cpp. "Syntax error" is here to catch this case.
8654 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8655 /* end confdefs.h. */
8656 #ifdef __STDC__
8657 # include <limits.h>
8658 #else
8659 # include <assert.h>
8660 #endif
8661 Syntax error
8662 _ACEOF
8663 if ac_fn_objc_try_cpp "$LINENO"; then :
8665 else
8666 # Broken: fails on valid input.
8667 continue
8669 rm -f conftest.err conftest.i conftest.$ac_ext
8671 # OK, works on sane cases. Now check whether nonexistent headers
8672 # can be detected and how.
8673 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8674 /* end confdefs.h. */
8675 #include <ac_nonexistent.h>
8676 _ACEOF
8677 if ac_fn_objc_try_cpp "$LINENO"; then :
8678 # Broken: success on invalid input.
8679 continue
8680 else
8681 # Passes both tests.
8682 ac_preproc_ok=:
8683 break
8685 rm -f conftest.err conftest.i conftest.$ac_ext
8687 done
8688 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
8689 rm -f conftest.i conftest.err conftest.$ac_ext
8690 if $ac_preproc_ok; then :
8692 else
8693 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
8694 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
8695 as_fn_error $? "Objective C preprocessor \"$OBJCPP\" fails sanity check
8696 See \`config.log' for more details" "$LINENO" 5; }
8699 ac_ext=m
8700 ac_cpp='$OBJCPP $CPPFLAGS'
8701 ac_compile='$OBJC -c $OBJCFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8702 ac_link='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8703 ac_compiler_gnu=$ac_cv_objc_compiler_gnu
8706 for ac_header in Metal/Metal.h
8707 do :
8708 ac_fn_objc_check_header_mongrel "$LINENO" "Metal/Metal.h" "ac_cv_header_Metal_Metal_h" "$ac_includes_default"
8709 if test "x$ac_cv_header_Metal_Metal_h" = xyes; then :
8710 cat >>confdefs.h <<_ACEOF
8711 #define HAVE_METAL_METAL_H 1
8712 _ACEOF
8716 done
8718 ac_ext=c
8719 ac_cpp='$CPP $CPPFLAGS'
8720 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8721 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8722 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8724 LIBEXT="dylib"
8725 DLLFLAGS="$DLLFLAGS -fPIC"
8726 LDDLLFLAGS="-fPIC"
8727 COREFOUNDATION_LIBS="-framework CoreFoundation"
8729 IOKIT_LIBS="-framework IOKit -framework CoreFoundation"
8731 APPLICATIONSERVICES_LIBS="-framework ApplicationServices"
8733 CORESERVICES_LIBS="-framework CoreServices"
8735 APPKIT_LIBS="-framework AppKit"
8737 SYSTEMCONFIGURATION_LIBS="-framework SystemConfiguration"
8740 WINELOADER_LDFLAGS="-Wl,-pie,-segalign,0x1000,-pagezero_size,0x1000,-sectcreate,__TEXT,__info_plist,loader/wine_info.plist"
8742 wine_can_build_preloader=yes
8743 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"
8744 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_new_main -e _main" >&5
8745 $as_echo_n "checking whether the compiler supports -Wl,-no_new_main -e _main... " >&6; }
8746 if ${ac_cv_cflags__Wl__no_new_main__e__main+:} false; then :
8747 $as_echo_n "(cached) " >&6
8748 else
8749 ac_wine_try_cflags_saved=$CFLAGS
8750 CFLAGS="$CFLAGS -Wl,-no_new_main -e _main"
8751 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8752 /* end confdefs.h. */
8753 int main(int argc, char **argv) { return 0; }
8754 _ACEOF
8755 if ac_fn_c_try_link "$LINENO"; then :
8756 ac_cv_cflags__Wl__no_new_main__e__main=yes
8757 else
8758 ac_cv_cflags__Wl__no_new_main__e__main=no
8760 rm -f core conftest.err conftest.$ac_objext \
8761 conftest$ac_exeext conftest.$ac_ext
8762 CFLAGS=$ac_wine_try_cflags_saved
8764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_new_main__e__main" >&5
8765 $as_echo "$ac_cv_cflags__Wl__no_new_main__e__main" >&6; }
8766 if test "x$ac_cv_cflags__Wl__no_new_main__e__main" = xyes; then :
8767 WINEPRELOADER_LDFLAGS="-Wl,-no_new_main $WINEPRELOADER_LDFLAGS"
8768 { $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
8769 $as_echo_n "checking whether the compiler supports -Wl,-no_new_main -e _main -mmacosx-version-min=10.7 -nostartfiles -nodefaultlibs... " >&6; }
8770 if ${ac_cv_cflags__Wl__no_new_main__e__main__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs+:} false; then :
8771 $as_echo_n "(cached) " >&6
8772 else
8773 ac_wine_try_cflags_saved=$CFLAGS
8774 CFLAGS="$CFLAGS -Wl,-no_new_main -e _main -mmacosx-version-min=10.7 -nostartfiles -nodefaultlibs"
8775 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8776 /* end confdefs.h. */
8777 int main(int argc, char **argv) { return 0; }
8778 _ACEOF
8779 if ac_fn_c_try_link "$LINENO"; then :
8780 ac_cv_cflags__Wl__no_new_main__e__main__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs=yes
8781 else
8782 ac_cv_cflags__Wl__no_new_main__e__main__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs=no
8784 rm -f core conftest.err conftest.$ac_objext \
8785 conftest$ac_exeext conftest.$ac_ext
8786 CFLAGS=$ac_wine_try_cflags_saved
8788 { $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
8789 $as_echo "$ac_cv_cflags__Wl__no_new_main__e__main__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs" >&6; }
8790 if test "x$ac_cv_cflags__Wl__no_new_main__e__main__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs" = xyes; then :
8791 WINEPRELOADER_LDFLAGS="-mmacosx-version-min=10.7 $WINEPRELOADER_LDFLAGS"
8792 else
8793 wine_can_build_preloader=no
8795 else
8796 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -mmacosx-version-min=10.7 -nostartfiles -nodefaultlibs" >&5
8797 $as_echo_n "checking whether the compiler supports -mmacosx-version-min=10.7 -nostartfiles -nodefaultlibs... " >&6; }
8798 if ${ac_cv_cflags__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs+:} false; then :
8799 $as_echo_n "(cached) " >&6
8800 else
8801 ac_wine_try_cflags_saved=$CFLAGS
8802 CFLAGS="$CFLAGS -mmacosx-version-min=10.7 -nostartfiles -nodefaultlibs"
8803 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8804 /* end confdefs.h. */
8805 int main(int argc, char **argv) { return 0; }
8806 _ACEOF
8807 if ac_fn_c_try_link "$LINENO"; then :
8808 ac_cv_cflags__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs=yes
8809 else
8810 ac_cv_cflags__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs=no
8812 rm -f core conftest.err conftest.$ac_objext \
8813 conftest$ac_exeext conftest.$ac_ext
8814 CFLAGS=$ac_wine_try_cflags_saved
8816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs" >&5
8817 $as_echo "$ac_cv_cflags__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs" >&6; }
8818 if test "x$ac_cv_cflags__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs" = xyes; then :
8819 WINEPRELOADER_LDFLAGS="-mmacosx-version-min=10.7 $WINEPRELOADER_LDFLAGS"
8820 else
8821 wine_can_build_preloader=no
8824 if test "$wine_can_build_preloader" = "yes"
8825 then
8826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_pie" >&5
8827 $as_echo_n "checking whether the compiler supports -Wl,-no_pie... " >&6; }
8828 if ${ac_cv_cflags__Wl__no_pie+:} false; then :
8829 $as_echo_n "(cached) " >&6
8830 else
8831 ac_wine_try_cflags_saved=$CFLAGS
8832 CFLAGS="$CFLAGS -Wl,-no_pie"
8833 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8834 /* end confdefs.h. */
8835 int main(int argc, char **argv) { return 0; }
8836 _ACEOF
8837 if ac_fn_c_try_link "$LINENO"; then :
8838 ac_cv_cflags__Wl__no_pie=yes
8839 else
8840 ac_cv_cflags__Wl__no_pie=no
8842 rm -f core conftest.err conftest.$ac_objext \
8843 conftest$ac_exeext conftest.$ac_ext
8844 CFLAGS=$ac_wine_try_cflags_saved
8846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_pie" >&5
8847 $as_echo "$ac_cv_cflags__Wl__no_pie" >&6; }
8848 if test "x$ac_cv_cflags__Wl__no_pie" = xyes; then :
8849 WINEPRELOADER_LDFLAGS="-Wl,-no_pie $WINEPRELOADER_LDFLAGS"
8851 test "$wine_binary" = wine || wine_fn_append_file CONFIGURE_TARGETS "loader/wine-preloader"
8852 WINELOADER_PROGRAMS="$WINELOADER_PROGRAMS $wine_binary-preloader"
8853 else
8854 as_fn_append wine_warnings "|can't build Wine preloader; many programs won't work"
8857 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8858 then
8859 DISKARBITRATION_LIBS="-framework DiskArbitration -framework CoreFoundation"
8862 if test "$ac_cv_header_Security_Security_h" = "yes"
8863 then
8864 SECURITY_LIBS="-framework Security -framework CoreFoundation"
8867 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes"
8868 then
8869 COREAUDIO_LIBS="-framework CoreFoundation -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework CoreMIDI"
8871 enable_winecoreaudio_drv=${enable_winecoreaudio_drv:-yes}
8873 if test "$ac_cv_header_OpenAL_al_h" = "yes"
8874 then
8875 OPENAL_LIBS="-framework OpenAL"
8878 cat >>confdefs.h <<_ACEOF
8879 #define HAVE_OPENAL 1
8880 _ACEOF
8882 ac_cv_lib_openal=yes
8884 if test "$ac_cv_header_OpenCL_opencl_h" = "yes"
8885 then
8886 OPENCL_LIBS="-framework OpenCL"
8888 ac_cv_lib_OpenCL_clGetPlatformInfo=yes
8890 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
8891 then
8892 ac_save_LIBS="$LIBS"
8893 LIBS="$LIBS $IOKIT_LIBS"
8894 for ac_func in IOHIDManagerCreate
8895 do :
8896 ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
8897 if test "x$ac_cv_func_IOHIDManagerCreate" = xyes; then :
8898 cat >>confdefs.h <<_ACEOF
8899 #define HAVE_IOHIDMANAGERCREATE 1
8900 _ACEOF
8903 done
8905 LIBS="$ac_save_LIBS"
8908 if test "x$with_quicktime" != "xno"
8909 then
8910 if test "$ac_cv_header_QuickTime_ImageCompression_h" = "yes"
8911 then
8912 ac_save_LIBS="$LIBS"
8913 LIBS="-framework QuickTime -framework ApplicationServices -framework CoreVideo $LIBS"
8914 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the QuickTime framework" >&5
8915 $as_echo_n "checking for the QuickTime framework... " >&6; }
8916 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8917 /* end confdefs.h. */
8918 #include <QuickTime/ImageCompression.h>
8920 main ()
8922 CodecManagerVersion(NULL);
8924 return 0;
8926 _ACEOF
8927 if ac_fn_c_try_link "$LINENO"; then :
8928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8929 $as_echo "yes" >&6; }
8930 QUICKTIME_LIBS="-framework QuickTime -framework ApplicationServices -framework CoreVideo"
8932 enable_wineqtdecoder=${enable_wineqtdecoder:-yes}
8933 else
8934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8935 $as_echo "no" >&6; }
8936 ac_cv_header_QuickTime_ImageCompression_h=no
8938 rm -f core conftest.err conftest.$ac_objext \
8939 conftest$ac_exeext conftest.$ac_ext
8940 LIBS="$ac_save_LIBS"
8943 if test "$ac_cv_header_QuickTime_ImageCompression_h" != "yes"; then :
8944 case "x$with_quicktime" in
8945 x) as_fn_append wine_notices "|QuickTime ${notice_platform}development files not found, video decoding won't be supported." ;;
8946 xno) ;;
8947 *) as_fn_error $? "QuickTime ${notice_platform}development files not found, video decoding won't be supported.
8948 This is an error since --with-quicktime was requested." "$LINENO" 5 ;;
8949 esac
8953 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8954 then
8955 CARBON_LIBS="-framework Carbon"
8958 if test "$ac_cv_header_Metal_Metal_h" = "yes"
8959 then
8960 METAL_LIBS="-framework Metal -framework QuartzCore"
8964 if test "$ac_cv_header_Metal_Metal_h" = "yes"
8965 then
8966 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether MTLDevice protocol supports registryID property" >&5
8967 $as_echo_n "checking whether MTLDevice protocol supports registryID property... " >&6; }
8968 ac_ext=m
8969 ac_cpp='$OBJCPP $CPPFLAGS'
8970 ac_compile='$OBJC -c $OBJCFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8971 ac_link='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8972 ac_compiler_gnu=$ac_cv_objc_compiler_gnu
8974 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8975 /* end confdefs.h. */
8976 #include <Metal/Metal.h>
8978 main ()
8980 id<MTLDevice> device; device.registryID;
8982 return 0;
8984 _ACEOF
8985 if ac_fn_objc_try_compile "$LINENO"; then :
8986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8987 $as_echo "yes" >&6; }
8989 $as_echo "#define HAVE_MTLDEVICE_REGISTRYID 1" >>confdefs.h
8991 else
8992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8993 $as_echo "no" >&6; }
8995 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8996 ac_ext=c
8997 ac_cpp='$CPP $CPPFLAGS'
8998 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8999 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9000 ac_compiler_gnu=$ac_cv_c_compiler_gnu
9004 if test "$ac_cv_header_ApplicationServices_ApplicationServices_h" = "yes"
9005 then
9006 ac_save_LIBS="$LIBS"
9007 LIBS="$LIBS $APPLICATIONSERVICES_LIBS"
9008 ac_fn_c_check_func "$LINENO" "CGDisplayModeGetWidth" "ac_cv_func_CGDisplayModeGetWidth"
9009 if test "x$ac_cv_func_CGDisplayModeGetWidth" = xyes; then :
9010 enable_winemac_drv=${enable_winemac_drv:-yes}
9013 LIBS="$ac_save_LIBS"
9016 UNIXLDFLAGS="-dynamiclib -install_name @loader_path/\$(UNIXLIB)"
9017 LIBWINE_SHAREDLIB="libwine.$libwine_version.dylib"
9019 LIBWINE_LDFLAGS="-dynamiclib -install_name @rpath/libwine.$libwine_soversion.dylib -Wl,-rpath,@loader_path/ -compatibility_version $libwine_soversion -current_version $libwine_version"
9021 WINELOADER_DEPENDS="wine_info.plist"
9023 TOP_INSTALL_LIB="$TOP_INSTALL_LIB libs/wine/libwine.$libwine_version.dylib libs/wine/libwine.$libwine_soversion.dylib"
9026 linux-android*)
9028 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
9030 DLLFLAGS="$DLLFLAGS -fPIC"
9031 LDDLLFLAGS="-fPIC"
9032 LDEXECFLAGS="-Wl,-pie"
9033 enable_wineandroid_drv=${enable_wineandroid_drv:-yes}
9034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-z,defs" >&5
9035 $as_echo_n "checking whether the compiler supports -Wl,-z,defs... " >&6; }
9036 if ${ac_cv_cflags__Wl__z_defs+:} false; then :
9037 $as_echo_n "(cached) " >&6
9038 else
9039 ac_wine_try_cflags_saved=$CFLAGS
9040 CFLAGS="$CFLAGS -Wl,-z,defs"
9041 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9042 /* end confdefs.h. */
9043 int main(int argc, char **argv) { return 0; }
9044 _ACEOF
9045 if ac_fn_c_try_link "$LINENO"; then :
9046 ac_cv_cflags__Wl__z_defs=yes
9047 else
9048 ac_cv_cflags__Wl__z_defs=no
9050 rm -f core conftest.err conftest.$ac_objext \
9051 conftest$ac_exeext conftest.$ac_ext
9052 CFLAGS=$ac_wine_try_cflags_saved
9054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__z_defs" >&5
9055 $as_echo "$ac_cv_cflags__Wl__z_defs" >&6; }
9056 if test "x$ac_cv_cflags__Wl__z_defs" = xyes; then :
9057 UNIXLDFLAGS="$UNIXLDFLAGS -Wl,-z,defs"
9059 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
9060 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
9061 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false; then :
9062 $as_echo_n "(cached) " >&6
9063 else
9064 ac_wine_try_cflags_saved=$CFLAGS
9065 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
9066 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9067 /* end confdefs.h. */
9068 int main(int argc, char **argv) { return 0; }
9069 _ACEOF
9070 if ac_fn_c_try_link "$LINENO"; then :
9071 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
9072 else
9073 ac_cv_cflags__fPIC__Wl___export_dynamic=no
9075 rm -f core conftest.err conftest.$ac_objext \
9076 conftest$ac_exeext conftest.$ac_ext
9077 CFLAGS=$ac_wine_try_cflags_saved
9079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
9080 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
9081 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes; then :
9082 WINELOADER_LDFLAGS="-Wl,--export-dynamic"
9084 WINEPRELOADER_LDFLAGS="-static -nostartfiles -nodefaultlibs -Wl,-Ttext=0x7d400000"
9086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lEGL" >&5
9087 $as_echo_n "checking for -lEGL... " >&6; }
9088 if ${ac_cv_lib_soname_EGL+:} false; then :
9089 $as_echo_n "(cached) " >&6
9090 else
9091 ac_check_soname_save_LIBS=$LIBS
9092 LIBS="-lEGL $LIBS"
9093 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9094 /* end confdefs.h. */
9096 /* Override any GCC internal prototype to avoid an error.
9097 Use char because int might match the return type of a GCC
9098 builtin and then its argument prototype would still apply. */
9099 #ifdef __cplusplus
9100 extern "C"
9101 #endif
9102 char eglGetProcAddress ();
9104 main ()
9106 return eglGetProcAddress ();
9108 return 0;
9110 _ACEOF
9111 if ac_fn_c_try_link "$LINENO"; then :
9112 case "$LIBEXT" in
9113 dll) ac_cv_lib_soname_EGL=`$ac_cv_path_LDD conftest.exe | grep "EGL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9114 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'` ;;
9115 *) ac_cv_lib_soname_EGL=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libEGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libEGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9116 if ${ac_cv_lib_soname_EGL:+false} :; then :
9117 ac_cv_lib_soname_EGL=`$LDD conftest$ac_exeext | grep "libEGL\\.$LIBEXT" | sed -e "s/^.*\(libEGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9118 fi ;;
9119 esac
9120 else
9121 ac_cv_lib_soname_EGL=
9123 rm -f core conftest.err conftest.$ac_objext \
9124 conftest$ac_exeext conftest.$ac_ext
9125 LIBS=$ac_check_soname_save_LIBS
9127 if ${ac_cv_lib_soname_EGL:+false} :; then :
9128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9129 $as_echo "not found" >&6; }
9131 else
9132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_EGL" >&5
9133 $as_echo "$ac_cv_lib_soname_EGL" >&6; }
9135 cat >>confdefs.h <<_ACEOF
9136 #define SONAME_LIBEGL "$ac_cv_lib_soname_EGL"
9137 _ACEOF
9141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLESv2" >&5
9142 $as_echo_n "checking for -lGLESv2... " >&6; }
9143 if ${ac_cv_lib_soname_GLESv2+:} false; then :
9144 $as_echo_n "(cached) " >&6
9145 else
9146 ac_check_soname_save_LIBS=$LIBS
9147 LIBS="-lGLESv2 $LIBS"
9148 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9149 /* end confdefs.h. */
9151 /* Override any GCC internal prototype to avoid an error.
9152 Use char because int might match the return type of a GCC
9153 builtin and then its argument prototype would still apply. */
9154 #ifdef __cplusplus
9155 extern "C"
9156 #endif
9157 char glFlush ();
9159 main ()
9161 return glFlush ();
9163 return 0;
9165 _ACEOF
9166 if ac_fn_c_try_link "$LINENO"; then :
9167 case "$LIBEXT" in
9168 dll) ac_cv_lib_soname_GLESv2=`$ac_cv_path_LDD conftest.exe | grep "GLESv2" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9169 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'` ;;
9170 *) ac_cv_lib_soname_GLESv2=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGLESv2\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGLESv2\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9171 if ${ac_cv_lib_soname_GLESv2:+false} :; then :
9172 ac_cv_lib_soname_GLESv2=`$LDD conftest$ac_exeext | grep "libGLESv2\\.$LIBEXT" | sed -e "s/^.*\(libGLESv2\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9173 fi ;;
9174 esac
9175 else
9176 ac_cv_lib_soname_GLESv2=
9178 rm -f core conftest.err conftest.$ac_objext \
9179 conftest$ac_exeext conftest.$ac_ext
9180 LIBS=$ac_check_soname_save_LIBS
9182 if ${ac_cv_lib_soname_GLESv2:+false} :; then :
9183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9184 $as_echo "not found" >&6; }
9186 else
9187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLESv2" >&5
9188 $as_echo "$ac_cv_lib_soname_GLESv2" >&6; }
9190 cat >>confdefs.h <<_ACEOF
9191 #define SONAME_LIBGLESV2 "$ac_cv_lib_soname_GLESv2"
9192 _ACEOF
9197 if test "x$exec_prefix" = xNONE
9198 then
9199 case $host_cpu in
9200 *i[3456]86*) exec_prefix='${prefix}/x86' ;;
9201 *x86_64*) exec_prefix='${prefix}/x86_64' ;;
9202 *arm*) exec_prefix='${prefix}/armeabi-v7a' ;;
9203 *aarch64*) exec_prefix='${prefix}/arm64-v8a' ;;
9204 esac
9210 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
9212 case $host_cpu in
9213 *i[3456789]86*)
9214 DLLFLAGS="$DLLFLAGS -fno-PIC"
9215 LDDLLFLAGS="-fno-PIC"
9216 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-PIC -Wl,-z,notext" >&5
9217 $as_echo_n "checking whether the compiler supports -fno-PIC -Wl,-z,notext... " >&6; }
9218 if ${ac_cv_cflags__fno_PIC__Wl__z_notext+:} false; then :
9219 $as_echo_n "(cached) " >&6
9220 else
9221 ac_wine_try_cflags_saved=$CFLAGS
9222 CFLAGS="$CFLAGS -fno-PIC -Wl,-z,notext"
9223 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9224 /* end confdefs.h. */
9225 int main(int argc, char **argv) { return 0; }
9226 _ACEOF
9227 if ac_fn_c_try_link "$LINENO"; then :
9228 ac_cv_cflags__fno_PIC__Wl__z_notext=yes
9229 else
9230 ac_cv_cflags__fno_PIC__Wl__z_notext=no
9232 rm -f core conftest.err conftest.$ac_objext \
9233 conftest$ac_exeext conftest.$ac_ext
9234 CFLAGS=$ac_wine_try_cflags_saved
9236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_PIC__Wl__z_notext" >&5
9237 $as_echo "$ac_cv_cflags__fno_PIC__Wl__z_notext" >&6; }
9238 if test "x$ac_cv_cflags__fno_PIC__Wl__z_notext" = xyes; then :
9239 LDDLLFLAGS="$LDDLLFLAGS -Wl,-z,notext"
9243 DLLFLAGS="$DLLFLAGS -fPIC"
9244 LDDLLFLAGS="-fPIC" ;;
9245 esac
9246 LIBWINE_LDFLAGS="-shared -Wl,-soname,libwine.so.$libwine_soversion"
9248 echo '{ global: *; };' >conftest.map
9249 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -shared -Wl,--version-script=conftest.map" >&5
9250 $as_echo_n "checking whether the compiler supports -shared -Wl,--version-script=conftest.map... " >&6; }
9251 if ${ac_cv_cflags__shared__Wl___version_script_conftest_map+:} false; then :
9252 $as_echo_n "(cached) " >&6
9253 else
9254 ac_wine_try_cflags_saved=$CFLAGS
9255 CFLAGS="$CFLAGS -shared -Wl,--version-script=conftest.map"
9256 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9257 /* end confdefs.h. */
9258 int main(int argc, char **argv) { return 0; }
9259 _ACEOF
9260 if ac_fn_c_try_link "$LINENO"; then :
9261 ac_cv_cflags__shared__Wl___version_script_conftest_map=yes
9262 else
9263 ac_cv_cflags__shared__Wl___version_script_conftest_map=no
9265 rm -f core conftest.err conftest.$ac_objext \
9266 conftest$ac_exeext conftest.$ac_ext
9267 CFLAGS=$ac_wine_try_cflags_saved
9269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__shared__Wl___version_script_conftest_map" >&5
9270 $as_echo "$ac_cv_cflags__shared__Wl___version_script_conftest_map" >&6; }
9271 if test "x$ac_cv_cflags__shared__Wl___version_script_conftest_map" = xyes; then :
9272 LIBWINE_LDFLAGS="$LIBWINE_LDFLAGS -Wl,--version-script=\$(srcdir)/wine.map"
9274 rm -f conftest.map
9276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-z,defs" >&5
9277 $as_echo_n "checking whether the compiler supports -Wl,-z,defs... " >&6; }
9278 if ${ac_cv_cflags__Wl__z_defs+:} false; then :
9279 $as_echo_n "(cached) " >&6
9280 else
9281 ac_wine_try_cflags_saved=$CFLAGS
9282 CFLAGS="$CFLAGS -Wl,-z,defs"
9283 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9284 /* end confdefs.h. */
9285 int main(int argc, char **argv) { return 0; }
9286 _ACEOF
9287 if ac_fn_c_try_link "$LINENO"; then :
9288 ac_cv_cflags__Wl__z_defs=yes
9289 else
9290 ac_cv_cflags__Wl__z_defs=no
9292 rm -f core conftest.err conftest.$ac_objext \
9293 conftest$ac_exeext conftest.$ac_ext
9294 CFLAGS=$ac_wine_try_cflags_saved
9296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__z_defs" >&5
9297 $as_echo "$ac_cv_cflags__Wl__z_defs" >&6; }
9298 if test "x$ac_cv_cflags__Wl__z_defs" = xyes; then :
9299 UNIXLDFLAGS="$UNIXLDFLAGS -Wl,-z,defs"
9301 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--export-dynamic" >&5
9302 $as_echo_n "checking whether the compiler supports -Wl,--export-dynamic... " >&6; }
9303 if ${ac_cv_cflags__Wl___export_dynamic+:} false; then :
9304 $as_echo_n "(cached) " >&6
9305 else
9306 ac_wine_try_cflags_saved=$CFLAGS
9307 CFLAGS="$CFLAGS -Wl,--export-dynamic"
9308 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9309 /* end confdefs.h. */
9310 int main(int argc, char **argv) { return 0; }
9311 _ACEOF
9312 if ac_fn_c_try_link "$LINENO"; then :
9313 ac_cv_cflags__Wl___export_dynamic=yes
9314 else
9315 ac_cv_cflags__Wl___export_dynamic=no
9317 rm -f core conftest.err conftest.$ac_objext \
9318 conftest$ac_exeext conftest.$ac_ext
9319 CFLAGS=$ac_wine_try_cflags_saved
9321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___export_dynamic" >&5
9322 $as_echo "$ac_cv_cflags__Wl___export_dynamic" >&6; }
9323 if test "x$ac_cv_cflags__Wl___export_dynamic" = xyes; then :
9324 WINELOADER_LDFLAGS="-Wl,--export-dynamic"
9326 WINEPRELOADER_LDFLAGS="-static -nostartfiles -nodefaultlibs -Wl,-Ttext=0x7d400000"
9328 case $host_cpu in
9329 *i[3456789]86* | x86_64 | *aarch64* | arm*)
9330 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000" >&5
9331 $as_echo_n "checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000... " >&6; }
9332 if ${ac_cv_cflags__Wl__Ttext_segment_0x7bc00000+:} false; then :
9333 $as_echo_n "(cached) " >&6
9334 else
9335 ac_wine_try_cflags_saved=$CFLAGS
9336 CFLAGS="$CFLAGS -Wl,-Ttext-segment=0x7bc00000"
9337 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9338 /* end confdefs.h. */
9339 int main(int argc, char **argv) { return 0; }
9340 _ACEOF
9341 if ac_fn_c_try_link "$LINENO"; then :
9342 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000=yes
9343 else
9344 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000=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__Ttext_segment_0x7bc00000" >&5
9351 $as_echo "$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&6; }
9352 if test "x$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" = xyes; then :
9353 case $host_os in
9354 freebsd* | kfreebsd*-gnu) WINELOADER_LDFLAGS="$WINELOADER_LDFLAGS -Wl,-Ttext-segment=0x60000000" ;;
9355 *) WINELOADER_LDFLAGS="$WINELOADER_LDFLAGS -Wl,-Ttext-segment=0x7d000000" ;;
9356 esac
9357 else
9358 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7d000400" >&5
9359 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7d000400... " >&6; }
9360 if ${ac_cv_cflags__Wl___section_start__interp_0x7d000400+:} false; then :
9361 $as_echo_n "(cached) " >&6
9362 else
9363 ac_wine_try_cflags_saved=$CFLAGS
9364 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7d000400"
9365 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9366 /* end confdefs.h. */
9367 int main(int argc, char **argv) { return 0; }
9368 _ACEOF
9369 if ac_fn_c_try_link "$LINENO"; then :
9370 ac_cv_cflags__Wl___section_start__interp_0x7d000400=yes
9371 else
9372 ac_cv_cflags__Wl___section_start__interp_0x7d000400=no
9374 rm -f core conftest.err conftest.$ac_objext \
9375 conftest$ac_exeext conftest.$ac_ext
9376 CFLAGS=$ac_wine_try_cflags_saved
9378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7d000400" >&5
9379 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7d000400" >&6; }
9380 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7d000400" = xyes; then :
9381 case $host_os in
9382 freebsd* | kfreebsd*-gnu) WINELOADER_LDFLAGS="$WINELOADER_LDFLAGS -Wl,--section-start,.interp=0x60000400" ;;
9383 *) WINELOADER_LDFLAGS="$WINELOADER_LDFLAGS -Wl,--section-start,.interp=0x7d000400" ;;
9384 esac
9386 # Extract the first word of "prelink", so it can be a program name with args.
9387 set dummy prelink; ac_word=$2
9388 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9389 $as_echo_n "checking for $ac_word... " >&6; }
9390 if ${ac_cv_path_PRELINK+:} false; then :
9391 $as_echo_n "(cached) " >&6
9392 else
9393 case $PRELINK in
9394 [\\/]* | ?:[\\/]*)
9395 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
9398 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9399 for as_dir in /sbin /usr/sbin $PATH
9401 IFS=$as_save_IFS
9402 test -z "$as_dir" && as_dir=.
9403 for ac_exec_ext in '' $ac_executable_extensions; do
9404 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9405 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
9406 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9407 break 2
9409 done
9410 done
9411 IFS=$as_save_IFS
9413 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
9415 esac
9417 PRELINK=$ac_cv_path_PRELINK
9418 if test -n "$PRELINK"; then
9419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
9420 $as_echo "$PRELINK" >&6; }
9421 else
9422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9423 $as_echo "no" >&6; }
9427 if test "x$PRELINK" = xfalse
9428 then
9429 as_fn_append wine_warnings "|prelink not found and linker does not support relocation, base address of core dlls won't be set correctly."
9432 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-z,max-page-size=0x1000" >&5
9433 $as_echo_n "checking whether the compiler supports -Wl,-z,max-page-size=0x1000... " >&6; }
9434 if ${ac_cv_cflags__Wl__z_max_page_size_0x1000+:} false; then :
9435 $as_echo_n "(cached) " >&6
9436 else
9437 ac_wine_try_cflags_saved=$CFLAGS
9438 CFLAGS="$CFLAGS -Wl,-z,max-page-size=0x1000"
9439 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9440 /* end confdefs.h. */
9441 int main(int argc, char **argv) { return 0; }
9442 _ACEOF
9443 if ac_fn_c_try_link "$LINENO"; then :
9444 ac_cv_cflags__Wl__z_max_page_size_0x1000=yes
9445 else
9446 ac_cv_cflags__Wl__z_max_page_size_0x1000=no
9448 rm -f core conftest.err conftest.$ac_objext \
9449 conftest$ac_exeext conftest.$ac_ext
9450 CFLAGS=$ac_wine_try_cflags_saved
9452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__z_max_page_size_0x1000" >&5
9453 $as_echo "$ac_cv_cflags__Wl__z_max_page_size_0x1000" >&6; }
9454 if test "x$ac_cv_cflags__Wl__z_max_page_size_0x1000" = xyes; then :
9455 WINELOADER_LDFLAGS="$WINELOADER_LDFLAGS -Wl,-z,max-page-size=0x1000"
9458 esac
9459 LIBWINE_SHAREDLIB="libwine.so.$libwine_version"
9461 LIBWINE_DEPENDS="wine.map"
9463 TOP_INSTALL_LIB="$TOP_INSTALL_LIB libs/wine/libwine.so.$libwine_version libs/wine/libwine.so.$libwine_soversion"
9465 esac
9467 enable_winecoreaudio_drv=${enable_winecoreaudio_drv:-no}
9468 enable_wineqtdecoder=${enable_wineqtdecoder:-no}
9469 enable_wineandroid_drv=${enable_wineandroid_drv:-no}
9470 enable_winemac_drv=${enable_winemac_drv:-no}
9471 test "$ac_cv_header_linux_joystick_h" = "yes" -o "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes" || enable_winejoystick_drv=${enable_winejoystick_drv:-no}
9474 if test "x$with_mingw" != xno
9475 then
9476 case "x$with_mingw" in
9477 x|xyes) case "$host_cpu" in
9478 aarch64*)
9479 ac_prefix_list="aarch64-w64-mingw32-clang aarch64-w64-mingw32-gcc clang" ;;
9480 arm*)
9481 ac_prefix_list="armv7-w64-mingw32-clang armv7-w64-mingw32-gcc clang" ;;
9482 i[3456789]86*)
9483 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
9484 i686-w64-mingw32-clang i586-w64-mingw32-clang i486-w64-mingw32-clang i386-w64-mingw32-clang
9485 mingw32-gcc clang" ;;
9486 x86_64)
9487 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
9488 x86_64-w64-mingw32-clang amd64-w64-mingw32-clang clang" ;;
9490 ac_prefix_list="" ;;
9491 esac
9492 for ac_prog in $ac_prefix_list
9494 # Extract the first word of "$ac_prog", so it can be a program name with args.
9495 set dummy $ac_prog; ac_word=$2
9496 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9497 $as_echo_n "checking for $ac_word... " >&6; }
9498 if ${ac_cv_prog_CROSSCC+:} false; then :
9499 $as_echo_n "(cached) " >&6
9500 else
9501 if test -n "$CROSSCC"; then
9502 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
9503 else
9504 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9505 for as_dir in $PATH
9507 IFS=$as_save_IFS
9508 test -z "$as_dir" && as_dir=.
9509 for ac_exec_ext in '' $ac_executable_extensions; do
9510 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9511 ac_cv_prog_CROSSCC="$ac_prog"
9512 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9513 break 2
9515 done
9516 done
9517 IFS=$as_save_IFS
9521 CROSSCC=$ac_cv_prog_CROSSCC
9522 if test -n "$CROSSCC"; then
9523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
9524 $as_echo "$CROSSCC" >&6; }
9525 else
9526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9527 $as_echo "no" >&6; }
9531 test -n "$CROSSCC" && break
9532 done
9533 test -n "$CROSSCC" || CROSSCC="false"
9535 *) CROSSCC=$with_mingw ;;
9536 esac
9537 if test "$CROSSCC" != "false"
9538 then
9539 ac_save_CC="$CC"
9540 saved_CFLAGS=$CFLAGS
9541 saved_LDFLAGS=$LDFLAGS
9542 CROSSCFLAGS=${CROSSCFLAGS:-"-g -O2"}
9544 EXTRACROSSCFLAGS="-D__WINE_PE_BUILD -Wall"
9548 CC="$CROSSCC"
9549 CFLAGS=$CROSSCFLAGS
9550 LDFLAGS=$CROSSLDFLAGS
9551 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CROSSCC works" >&5
9552 $as_echo_n "checking whether $CROSSCC works... " >&6; }
9553 if ${wine_cv_crosscc+:} false; then :
9554 $as_echo_n "(cached) " >&6
9555 else
9556 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9557 /* end confdefs.h. */
9560 main ()
9564 return 0;
9566 _ACEOF
9567 if ac_fn_c_try_compile "$LINENO"; then :
9568 wine_cv_crosscc=yes
9569 else
9570 wine_cv_crosscc=no
9572 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_crosscc" >&5
9575 $as_echo "$wine_cv_crosscc" >&6; }
9576 if test $wine_cv_crosscc = yes
9577 then
9578 set x $CROSSCC
9579 shift
9580 while test $# -ge 1
9582 case "$1" in
9583 *-gcc) CROSSTARGET=`expr "$1" : '\(.*\)-gcc'` ;;
9584 *-clang) CROSSTARGET=`expr "$1" : '\(.*\)-clang'` ;;
9585 esac
9586 shift
9587 done
9589 llvm_target=$CROSSTARGET
9590 llvm_cflags="-fuse-ld=lld"
9591 if test -z "$llvm_target"
9592 then
9593 case $host_cpu in
9594 *i[3456789]86*) llvm_target=i686-windows ;;
9595 *) llvm_target=$host_cpu-windows ;;
9596 esac
9598 case $llvm_target in
9599 *windows) llvm_cflags="$llvm_cflags -Wl,-subsystem:console" ;;
9600 esac
9601 as_ac_var=`$as_echo "ac_cv_crosscflags_-target $llvm_target $llvm_cflags" | $as_tr_sh`
9602 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -target $llvm_target $llvm_cflags" >&5
9603 $as_echo_n "checking whether the cross-compiler supports -target $llvm_target $llvm_cflags... " >&6; }
9604 if eval \${$as_ac_var+:} false; then :
9605 $as_echo_n "(cached) " >&6
9606 else
9607 ac_wine_try_cflags_saved=$CFLAGS
9608 ac_wine_try_cflags_saved_cc=$CC
9609 ac_wine_try_cflags_saved_exeext=$ac_exeext
9610 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -target $llvm_target $llvm_cflags"
9611 CC="$CROSSCC"
9612 ac_exeext=".exe"
9613 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9614 /* end confdefs.h. */
9615 int __cdecl mainCRTStartup(void) { return 0; }
9616 _ACEOF
9617 if ac_fn_c_try_link "$LINENO"; then :
9618 eval "$as_ac_var=yes"
9619 else
9620 eval "$as_ac_var=no"
9622 rm -f core conftest.err conftest.$ac_objext \
9623 conftest$ac_exeext conftest.$ac_ext
9624 CFLAGS=$ac_wine_try_cflags_saved
9625 CC=$ac_wine_try_cflags_saved_cc
9626 ac_exeext=$ac_wine_try_cflags_saved_exeext
9628 eval ac_res=\$$as_ac_var
9629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
9630 $as_echo "$ac_res" >&6; }
9631 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
9632 CROSSTARGET=$llvm_target
9633 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -target $CROSSTARGET"
9634 DELAYLOADFLAG="-Wl,-delayload,"
9636 CFLAGS="$CFLAGS $llvm_cflags"
9639 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -fno-strict-aliasing" >&5
9640 $as_echo_n "checking whether the cross-compiler supports -fno-strict-aliasing... " >&6; }
9641 if ${ac_cv_crosscflags__fno_strict_aliasing+:} false; then :
9642 $as_echo_n "(cached) " >&6
9643 else
9644 ac_wine_try_cflags_saved=$CFLAGS
9645 ac_wine_try_cflags_saved_cc=$CC
9646 ac_wine_try_cflags_saved_exeext=$ac_exeext
9647 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -fno-strict-aliasing"
9648 CC="$CROSSCC"
9649 ac_exeext=".exe"
9650 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9651 /* end confdefs.h. */
9652 int __cdecl mainCRTStartup(void) { return 0; }
9653 _ACEOF
9654 if ac_fn_c_try_link "$LINENO"; then :
9655 ac_cv_crosscflags__fno_strict_aliasing=yes
9656 else
9657 ac_cv_crosscflags__fno_strict_aliasing=no
9659 rm -f core conftest.err conftest.$ac_objext \
9660 conftest$ac_exeext conftest.$ac_ext
9661 CFLAGS=$ac_wine_try_cflags_saved
9662 CC=$ac_wine_try_cflags_saved_cc
9663 ac_exeext=$ac_wine_try_cflags_saved_exeext
9665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__fno_strict_aliasing" >&5
9666 $as_echo "$ac_cv_crosscflags__fno_strict_aliasing" >&6; }
9667 if test "x$ac_cv_crosscflags__fno_strict_aliasing" = xyes; then :
9668 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -fno-strict-aliasing"
9670 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Werror=unknown-warning-option" >&5
9671 $as_echo_n "checking whether the cross-compiler supports -Werror=unknown-warning-option... " >&6; }
9672 if ${ac_cv_crosscflags__Werror_unknown_warning_option+:} false; then :
9673 $as_echo_n "(cached) " >&6
9674 else
9675 ac_wine_try_cflags_saved=$CFLAGS
9676 ac_wine_try_cflags_saved_cc=$CC
9677 ac_wine_try_cflags_saved_exeext=$ac_exeext
9678 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Werror=unknown-warning-option"
9679 CC="$CROSSCC"
9680 ac_exeext=".exe"
9681 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9682 /* end confdefs.h. */
9683 int __cdecl mainCRTStartup(void) { return 0; }
9684 _ACEOF
9685 if ac_fn_c_try_link "$LINENO"; then :
9686 ac_cv_crosscflags__Werror_unknown_warning_option=yes
9687 else
9688 ac_cv_crosscflags__Werror_unknown_warning_option=no
9690 rm -f core conftest.err conftest.$ac_objext \
9691 conftest$ac_exeext conftest.$ac_ext
9692 CFLAGS=$ac_wine_try_cflags_saved
9693 CC=$ac_wine_try_cflags_saved_cc
9694 ac_exeext=$ac_wine_try_cflags_saved_exeext
9696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Werror_unknown_warning_option" >&5
9697 $as_echo "$ac_cv_crosscflags__Werror_unknown_warning_option" >&6; }
9698 if test "x$ac_cv_crosscflags__Werror_unknown_warning_option" = xyes; then :
9699 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
9701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Werror=ignored-optimization-argument" >&5
9702 $as_echo_n "checking whether the cross-compiler supports -Werror=ignored-optimization-argument... " >&6; }
9703 if ${ac_cv_crosscflags__Werror_ignored_optimization_argument+:} false; then :
9704 $as_echo_n "(cached) " >&6
9705 else
9706 ac_wine_try_cflags_saved=$CFLAGS
9707 ac_wine_try_cflags_saved_cc=$CC
9708 ac_wine_try_cflags_saved_exeext=$ac_exeext
9709 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Werror=ignored-optimization-argument"
9710 CC="$CROSSCC"
9711 ac_exeext=".exe"
9712 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9713 /* end confdefs.h. */
9714 int __cdecl mainCRTStartup(void) { return 0; }
9715 _ACEOF
9716 if ac_fn_c_try_link "$LINENO"; then :
9717 ac_cv_crosscflags__Werror_ignored_optimization_argument=yes
9718 else
9719 ac_cv_crosscflags__Werror_ignored_optimization_argument=no
9721 rm -f core conftest.err conftest.$ac_objext \
9722 conftest$ac_exeext conftest.$ac_ext
9723 CFLAGS=$ac_wine_try_cflags_saved
9724 CC=$ac_wine_try_cflags_saved_cc
9725 ac_exeext=$ac_wine_try_cflags_saved_exeext
9727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Werror_ignored_optimization_argument" >&5
9728 $as_echo "$ac_cv_crosscflags__Werror_ignored_optimization_argument" >&6; }
9729 if test "x$ac_cv_crosscflags__Werror_ignored_optimization_argument" = xyes; then :
9730 CFLAGS="$CFLAGS -Werror=ignored-optimization-argument"
9732 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wdeclaration-after-statement" >&5
9733 $as_echo_n "checking whether the cross-compiler supports -Wdeclaration-after-statement... " >&6; }
9734 if ${ac_cv_crosscflags__Wdeclaration_after_statement+:} false; then :
9735 $as_echo_n "(cached) " >&6
9736 else
9737 ac_wine_try_cflags_saved=$CFLAGS
9738 ac_wine_try_cflags_saved_cc=$CC
9739 ac_wine_try_cflags_saved_exeext=$ac_exeext
9740 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wdeclaration-after-statement"
9741 CC="$CROSSCC"
9742 ac_exeext=".exe"
9743 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9744 /* end confdefs.h. */
9745 int __cdecl mainCRTStartup(void) { return 0; }
9746 _ACEOF
9747 if ac_fn_c_try_link "$LINENO"; then :
9748 ac_cv_crosscflags__Wdeclaration_after_statement=yes
9749 else
9750 ac_cv_crosscflags__Wdeclaration_after_statement=no
9752 rm -f core conftest.err conftest.$ac_objext \
9753 conftest$ac_exeext conftest.$ac_ext
9754 CFLAGS=$ac_wine_try_cflags_saved
9755 CC=$ac_wine_try_cflags_saved_cc
9756 ac_exeext=$ac_wine_try_cflags_saved_exeext
9758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wdeclaration_after_statement" >&5
9759 $as_echo "$ac_cv_crosscflags__Wdeclaration_after_statement" >&6; }
9760 if test "x$ac_cv_crosscflags__Wdeclaration_after_statement" = xyes; then :
9761 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wdeclaration-after-statement"
9763 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wempty-body" >&5
9764 $as_echo_n "checking whether the cross-compiler supports -Wempty-body... " >&6; }
9765 if ${ac_cv_crosscflags__Wempty_body+:} false; then :
9766 $as_echo_n "(cached) " >&6
9767 else
9768 ac_wine_try_cflags_saved=$CFLAGS
9769 ac_wine_try_cflags_saved_cc=$CC
9770 ac_wine_try_cflags_saved_exeext=$ac_exeext
9771 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wempty-body"
9772 CC="$CROSSCC"
9773 ac_exeext=".exe"
9774 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9775 /* end confdefs.h. */
9776 int __cdecl mainCRTStartup(void) { return 0; }
9777 _ACEOF
9778 if ac_fn_c_try_link "$LINENO"; then :
9779 ac_cv_crosscflags__Wempty_body=yes
9780 else
9781 ac_cv_crosscflags__Wempty_body=no
9783 rm -f core conftest.err conftest.$ac_objext \
9784 conftest$ac_exeext conftest.$ac_ext
9785 CFLAGS=$ac_wine_try_cflags_saved
9786 CC=$ac_wine_try_cflags_saved_cc
9787 ac_exeext=$ac_wine_try_cflags_saved_exeext
9789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wempty_body" >&5
9790 $as_echo "$ac_cv_crosscflags__Wempty_body" >&6; }
9791 if test "x$ac_cv_crosscflags__Wempty_body" = xyes; then :
9792 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wempty-body"
9794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wignored-qualifiers" >&5
9795 $as_echo_n "checking whether the cross-compiler supports -Wignored-qualifiers... " >&6; }
9796 if ${ac_cv_crosscflags__Wignored_qualifiers+:} false; then :
9797 $as_echo_n "(cached) " >&6
9798 else
9799 ac_wine_try_cflags_saved=$CFLAGS
9800 ac_wine_try_cflags_saved_cc=$CC
9801 ac_wine_try_cflags_saved_exeext=$ac_exeext
9802 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wignored-qualifiers"
9803 CC="$CROSSCC"
9804 ac_exeext=".exe"
9805 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9806 /* end confdefs.h. */
9807 int __cdecl mainCRTStartup(void) { return 0; }
9808 _ACEOF
9809 if ac_fn_c_try_link "$LINENO"; then :
9810 ac_cv_crosscflags__Wignored_qualifiers=yes
9811 else
9812 ac_cv_crosscflags__Wignored_qualifiers=no
9814 rm -f core conftest.err conftest.$ac_objext \
9815 conftest$ac_exeext conftest.$ac_ext
9816 CFLAGS=$ac_wine_try_cflags_saved
9817 CC=$ac_wine_try_cflags_saved_cc
9818 ac_exeext=$ac_wine_try_cflags_saved_exeext
9820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wignored_qualifiers" >&5
9821 $as_echo "$ac_cv_crosscflags__Wignored_qualifiers" >&6; }
9822 if test "x$ac_cv_crosscflags__Wignored_qualifiers" = xyes; then :
9823 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wignored-qualifiers"
9825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Winit-self" >&5
9826 $as_echo_n "checking whether the cross-compiler supports -Winit-self... " >&6; }
9827 if ${ac_cv_crosscflags__Winit_self+:} false; then :
9828 $as_echo_n "(cached) " >&6
9829 else
9830 ac_wine_try_cflags_saved=$CFLAGS
9831 ac_wine_try_cflags_saved_cc=$CC
9832 ac_wine_try_cflags_saved_exeext=$ac_exeext
9833 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Winit-self"
9834 CC="$CROSSCC"
9835 ac_exeext=".exe"
9836 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9837 /* end confdefs.h. */
9838 int __cdecl mainCRTStartup(void) { return 0; }
9839 _ACEOF
9840 if ac_fn_c_try_link "$LINENO"; then :
9841 ac_cv_crosscflags__Winit_self=yes
9842 else
9843 ac_cv_crosscflags__Winit_self=no
9845 rm -f core conftest.err conftest.$ac_objext \
9846 conftest$ac_exeext conftest.$ac_ext
9847 CFLAGS=$ac_wine_try_cflags_saved
9848 CC=$ac_wine_try_cflags_saved_cc
9849 ac_exeext=$ac_wine_try_cflags_saved_exeext
9851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Winit_self" >&5
9852 $as_echo "$ac_cv_crosscflags__Winit_self" >&6; }
9853 if test "x$ac_cv_crosscflags__Winit_self" = xyes; then :
9854 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Winit-self"
9856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wpacked-not-aligned" >&5
9857 $as_echo_n "checking whether the cross-compiler supports -Wpacked-not-aligned... " >&6; }
9858 if ${ac_cv_crosscflags__Wpacked_not_aligned+:} false; then :
9859 $as_echo_n "(cached) " >&6
9860 else
9861 ac_wine_try_cflags_saved=$CFLAGS
9862 ac_wine_try_cflags_saved_cc=$CC
9863 ac_wine_try_cflags_saved_exeext=$ac_exeext
9864 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wpacked-not-aligned"
9865 CC="$CROSSCC"
9866 ac_exeext=".exe"
9867 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9868 /* end confdefs.h. */
9869 int __cdecl mainCRTStartup(void) { return 0; }
9870 _ACEOF
9871 if ac_fn_c_try_link "$LINENO"; then :
9872 ac_cv_crosscflags__Wpacked_not_aligned=yes
9873 else
9874 ac_cv_crosscflags__Wpacked_not_aligned=no
9876 rm -f core conftest.err conftest.$ac_objext \
9877 conftest$ac_exeext conftest.$ac_ext
9878 CFLAGS=$ac_wine_try_cflags_saved
9879 CC=$ac_wine_try_cflags_saved_cc
9880 ac_exeext=$ac_wine_try_cflags_saved_exeext
9882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wpacked_not_aligned" >&5
9883 $as_echo "$ac_cv_crosscflags__Wpacked_not_aligned" >&6; }
9884 if test "x$ac_cv_crosscflags__Wpacked_not_aligned" = xyes; then :
9885 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wno-packed-not-aligned"
9887 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wpragma-pack" >&5
9888 $as_echo_n "checking whether the cross-compiler supports -Wpragma-pack... " >&6; }
9889 if ${ac_cv_crosscflags__Wpragma_pack+:} false; then :
9890 $as_echo_n "(cached) " >&6
9891 else
9892 ac_wine_try_cflags_saved=$CFLAGS
9893 ac_wine_try_cflags_saved_cc=$CC
9894 ac_wine_try_cflags_saved_exeext=$ac_exeext
9895 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wpragma-pack"
9896 CC="$CROSSCC"
9897 ac_exeext=".exe"
9898 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9899 /* end confdefs.h. */
9900 int __cdecl mainCRTStartup(void) { return 0; }
9901 _ACEOF
9902 if ac_fn_c_try_link "$LINENO"; then :
9903 ac_cv_crosscflags__Wpragma_pack=yes
9904 else
9905 ac_cv_crosscflags__Wpragma_pack=no
9907 rm -f core conftest.err conftest.$ac_objext \
9908 conftest$ac_exeext conftest.$ac_ext
9909 CFLAGS=$ac_wine_try_cflags_saved
9910 CC=$ac_wine_try_cflags_saved_cc
9911 ac_exeext=$ac_wine_try_cflags_saved_exeext
9913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wpragma_pack" >&5
9914 $as_echo "$ac_cv_crosscflags__Wpragma_pack" >&6; }
9915 if test "x$ac_cv_crosscflags__Wpragma_pack" = xyes; then :
9916 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wno-pragma-pack"
9918 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wshift-overflow=2" >&5
9919 $as_echo_n "checking whether the cross-compiler supports -Wshift-overflow=2... " >&6; }
9920 if ${ac_cv_crosscflags__Wshift_overflow_2+:} false; then :
9921 $as_echo_n "(cached) " >&6
9922 else
9923 ac_wine_try_cflags_saved=$CFLAGS
9924 ac_wine_try_cflags_saved_cc=$CC
9925 ac_wine_try_cflags_saved_exeext=$ac_exeext
9926 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wshift-overflow=2"
9927 CC="$CROSSCC"
9928 ac_exeext=".exe"
9929 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9930 /* end confdefs.h. */
9931 int __cdecl mainCRTStartup(void) { return 0; }
9932 _ACEOF
9933 if ac_fn_c_try_link "$LINENO"; then :
9934 ac_cv_crosscflags__Wshift_overflow_2=yes
9935 else
9936 ac_cv_crosscflags__Wshift_overflow_2=no
9938 rm -f core conftest.err conftest.$ac_objext \
9939 conftest$ac_exeext conftest.$ac_ext
9940 CFLAGS=$ac_wine_try_cflags_saved
9941 CC=$ac_wine_try_cflags_saved_cc
9942 ac_exeext=$ac_wine_try_cflags_saved_exeext
9944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wshift_overflow_2" >&5
9945 $as_echo "$ac_cv_crosscflags__Wshift_overflow_2" >&6; }
9946 if test "x$ac_cv_crosscflags__Wshift_overflow_2" = xyes; then :
9947 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wshift-overflow=2"
9949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wstrict-prototypes" >&5
9950 $as_echo_n "checking whether the cross-compiler supports -Wstrict-prototypes... " >&6; }
9951 if ${ac_cv_crosscflags__Wstrict_prototypes+:} false; then :
9952 $as_echo_n "(cached) " >&6
9953 else
9954 ac_wine_try_cflags_saved=$CFLAGS
9955 ac_wine_try_cflags_saved_cc=$CC
9956 ac_wine_try_cflags_saved_exeext=$ac_exeext
9957 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wstrict-prototypes"
9958 CC="$CROSSCC"
9959 ac_exeext=".exe"
9960 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9961 /* end confdefs.h. */
9962 int __cdecl mainCRTStartup(void) { return 0; }
9963 _ACEOF
9964 if ac_fn_c_try_link "$LINENO"; then :
9965 ac_cv_crosscflags__Wstrict_prototypes=yes
9966 else
9967 ac_cv_crosscflags__Wstrict_prototypes=no
9969 rm -f core conftest.err conftest.$ac_objext \
9970 conftest$ac_exeext conftest.$ac_ext
9971 CFLAGS=$ac_wine_try_cflags_saved
9972 CC=$ac_wine_try_cflags_saved_cc
9973 ac_exeext=$ac_wine_try_cflags_saved_exeext
9975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wstrict_prototypes" >&5
9976 $as_echo "$ac_cv_crosscflags__Wstrict_prototypes" >&6; }
9977 if test "x$ac_cv_crosscflags__Wstrict_prototypes" = xyes; then :
9978 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wstrict-prototypes"
9980 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wtype-limits" >&5
9981 $as_echo_n "checking whether the cross-compiler supports -Wtype-limits... " >&6; }
9982 if ${ac_cv_crosscflags__Wtype_limits+:} false; then :
9983 $as_echo_n "(cached) " >&6
9984 else
9985 ac_wine_try_cflags_saved=$CFLAGS
9986 ac_wine_try_cflags_saved_cc=$CC
9987 ac_wine_try_cflags_saved_exeext=$ac_exeext
9988 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wtype-limits"
9989 CC="$CROSSCC"
9990 ac_exeext=".exe"
9991 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9992 /* end confdefs.h. */
9993 int __cdecl mainCRTStartup(void) { return 0; }
9994 _ACEOF
9995 if ac_fn_c_try_link "$LINENO"; then :
9996 ac_cv_crosscflags__Wtype_limits=yes
9997 else
9998 ac_cv_crosscflags__Wtype_limits=no
10000 rm -f core conftest.err conftest.$ac_objext \
10001 conftest$ac_exeext conftest.$ac_ext
10002 CFLAGS=$ac_wine_try_cflags_saved
10003 CC=$ac_wine_try_cflags_saved_cc
10004 ac_exeext=$ac_wine_try_cflags_saved_exeext
10006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wtype_limits" >&5
10007 $as_echo "$ac_cv_crosscflags__Wtype_limits" >&6; }
10008 if test "x$ac_cv_crosscflags__Wtype_limits" = xyes; then :
10009 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wtype-limits"
10011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wunused-but-set-parameter" >&5
10012 $as_echo_n "checking whether the cross-compiler supports -Wunused-but-set-parameter... " >&6; }
10013 if ${ac_cv_crosscflags__Wunused_but_set_parameter+:} false; then :
10014 $as_echo_n "(cached) " >&6
10015 else
10016 ac_wine_try_cflags_saved=$CFLAGS
10017 ac_wine_try_cflags_saved_cc=$CC
10018 ac_wine_try_cflags_saved_exeext=$ac_exeext
10019 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wunused-but-set-parameter"
10020 CC="$CROSSCC"
10021 ac_exeext=".exe"
10022 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10023 /* end confdefs.h. */
10024 int __cdecl mainCRTStartup(void) { return 0; }
10025 _ACEOF
10026 if ac_fn_c_try_link "$LINENO"; then :
10027 ac_cv_crosscflags__Wunused_but_set_parameter=yes
10028 else
10029 ac_cv_crosscflags__Wunused_but_set_parameter=no
10031 rm -f core conftest.err conftest.$ac_objext \
10032 conftest$ac_exeext conftest.$ac_ext
10033 CFLAGS=$ac_wine_try_cflags_saved
10034 CC=$ac_wine_try_cflags_saved_cc
10035 ac_exeext=$ac_wine_try_cflags_saved_exeext
10037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wunused_but_set_parameter" >&5
10038 $as_echo "$ac_cv_crosscflags__Wunused_but_set_parameter" >&6; }
10039 if test "x$ac_cv_crosscflags__Wunused_but_set_parameter" = xyes; then :
10040 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wunused-but-set-parameter"
10042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wvla" >&5
10043 $as_echo_n "checking whether the cross-compiler supports -Wvla... " >&6; }
10044 if ${ac_cv_crosscflags__Wvla+:} false; then :
10045 $as_echo_n "(cached) " >&6
10046 else
10047 ac_wine_try_cflags_saved=$CFLAGS
10048 ac_wine_try_cflags_saved_cc=$CC
10049 ac_wine_try_cflags_saved_exeext=$ac_exeext
10050 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wvla"
10051 CC="$CROSSCC"
10052 ac_exeext=".exe"
10053 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10054 /* end confdefs.h. */
10055 int __cdecl mainCRTStartup(void) { return 0; }
10056 _ACEOF
10057 if ac_fn_c_try_link "$LINENO"; then :
10058 ac_cv_crosscflags__Wvla=yes
10059 else
10060 ac_cv_crosscflags__Wvla=no
10062 rm -f core conftest.err conftest.$ac_objext \
10063 conftest$ac_exeext conftest.$ac_ext
10064 CFLAGS=$ac_wine_try_cflags_saved
10065 CC=$ac_wine_try_cflags_saved_cc
10066 ac_exeext=$ac_wine_try_cflags_saved_exeext
10068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wvla" >&5
10069 $as_echo "$ac_cv_crosscflags__Wvla" >&6; }
10070 if test "x$ac_cv_crosscflags__Wvla" = xyes; then :
10071 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wvla"
10073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wwrite-strings" >&5
10074 $as_echo_n "checking whether the cross-compiler supports -Wwrite-strings... " >&6; }
10075 if ${ac_cv_crosscflags__Wwrite_strings+:} false; then :
10076 $as_echo_n "(cached) " >&6
10077 else
10078 ac_wine_try_cflags_saved=$CFLAGS
10079 ac_wine_try_cflags_saved_cc=$CC
10080 ac_wine_try_cflags_saved_exeext=$ac_exeext
10081 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wwrite-strings"
10082 CC="$CROSSCC"
10083 ac_exeext=".exe"
10084 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10085 /* end confdefs.h. */
10086 int __cdecl mainCRTStartup(void) { return 0; }
10087 _ACEOF
10088 if ac_fn_c_try_link "$LINENO"; then :
10089 ac_cv_crosscflags__Wwrite_strings=yes
10090 else
10091 ac_cv_crosscflags__Wwrite_strings=no
10093 rm -f core conftest.err conftest.$ac_objext \
10094 conftest$ac_exeext conftest.$ac_ext
10095 CFLAGS=$ac_wine_try_cflags_saved
10096 CC=$ac_wine_try_cflags_saved_cc
10097 ac_exeext=$ac_wine_try_cflags_saved_exeext
10099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wwrite_strings" >&5
10100 $as_echo "$ac_cv_crosscflags__Wwrite_strings" >&6; }
10101 if test "x$ac_cv_crosscflags__Wwrite_strings" = xyes; then :
10102 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wwrite-strings"
10104 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wpointer-arith" >&5
10105 $as_echo_n "checking whether the cross-compiler supports -Wpointer-arith... " >&6; }
10106 if ${ac_cv_crosscflags__Wpointer_arith+:} false; then :
10107 $as_echo_n "(cached) " >&6
10108 else
10109 ac_wine_try_cflags_saved=$CFLAGS
10110 ac_wine_try_cflags_saved_cc=$CC
10111 ac_wine_try_cflags_saved_exeext=$ac_exeext
10112 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wpointer-arith"
10113 CC="$CROSSCC"
10114 ac_exeext=".exe"
10115 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10116 /* end confdefs.h. */
10117 int __cdecl mainCRTStartup(void) { return 0; }
10118 _ACEOF
10119 if ac_fn_c_try_link "$LINENO"; then :
10120 ac_cv_crosscflags__Wpointer_arith=yes
10121 else
10122 ac_cv_crosscflags__Wpointer_arith=no
10124 rm -f core conftest.err conftest.$ac_objext \
10125 conftest$ac_exeext conftest.$ac_ext
10126 CFLAGS=$ac_wine_try_cflags_saved
10127 CC=$ac_wine_try_cflags_saved_cc
10128 ac_exeext=$ac_wine_try_cflags_saved_exeext
10130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wpointer_arith" >&5
10131 $as_echo "$ac_cv_crosscflags__Wpointer_arith" >&6; }
10132 if test "x$ac_cv_crosscflags__Wpointer_arith" = xyes; then :
10133 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wpointer-arith"
10135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wlogical-op" >&5
10136 $as_echo_n "checking whether the cross-compiler supports -Wlogical-op... " >&6; }
10137 if ${ac_cv_crosscflags__Wlogical_op+:} false; then :
10138 $as_echo_n "(cached) " >&6
10139 else
10140 ac_wine_try_cflags_saved=$CFLAGS
10141 ac_wine_try_cflags_saved_cc=$CC
10142 ac_wine_try_cflags_saved_exeext=$ac_exeext
10143 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wlogical-op"
10144 CC="$CROSSCC"
10145 ac_exeext=".exe"
10146 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10147 /* end confdefs.h. */
10148 int __cdecl mainCRTStartup(void) { return 0; }
10149 _ACEOF
10150 if ac_fn_c_try_link "$LINENO"; then :
10151 ac_cv_crosscflags__Wlogical_op=yes
10152 else
10153 ac_cv_crosscflags__Wlogical_op=no
10155 rm -f core conftest.err conftest.$ac_objext \
10156 conftest$ac_exeext conftest.$ac_ext
10157 CFLAGS=$ac_wine_try_cflags_saved
10158 CC=$ac_wine_try_cflags_saved_cc
10159 ac_exeext=$ac_wine_try_cflags_saved_exeext
10161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wlogical_op" >&5
10162 $as_echo "$ac_cv_crosscflags__Wlogical_op" >&6; }
10163 if test "x$ac_cv_crosscflags__Wlogical_op" = xyes; then :
10164 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wlogical-op"
10166 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wabsolute-value" >&5
10167 $as_echo_n "checking whether the cross-compiler supports -Wabsolute-value... " >&6; }
10168 if ${ac_cv_crosscflags__Wabsolute_value+:} false; then :
10169 $as_echo_n "(cached) " >&6
10170 else
10171 ac_wine_try_cflags_saved=$CFLAGS
10172 ac_wine_try_cflags_saved_cc=$CC
10173 ac_wine_try_cflags_saved_exeext=$ac_exeext
10174 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wabsolute-value"
10175 CC="$CROSSCC"
10176 ac_exeext=".exe"
10177 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10178 /* end confdefs.h. */
10179 int __cdecl mainCRTStartup(void) { return 0; }
10180 _ACEOF
10181 if ac_fn_c_try_link "$LINENO"; then :
10182 ac_cv_crosscflags__Wabsolute_value=yes
10183 else
10184 ac_cv_crosscflags__Wabsolute_value=no
10186 rm -f core conftest.err conftest.$ac_objext \
10187 conftest$ac_exeext conftest.$ac_ext
10188 CFLAGS=$ac_wine_try_cflags_saved
10189 CC=$ac_wine_try_cflags_saved_cc
10190 ac_exeext=$ac_wine_try_cflags_saved_exeext
10192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wabsolute_value" >&5
10193 $as_echo "$ac_cv_crosscflags__Wabsolute_value" >&6; }
10194 if test "x$ac_cv_crosscflags__Wabsolute_value" = xyes; then :
10195 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wabsolute-value"
10198 case $host_cpu in
10199 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -fno-omit-frame-pointer" >&5
10200 $as_echo_n "checking whether the cross-compiler supports -fno-omit-frame-pointer... " >&6; }
10201 if ${ac_cv_crosscflags__fno_omit_frame_pointer+:} false; then :
10202 $as_echo_n "(cached) " >&6
10203 else
10204 ac_wine_try_cflags_saved=$CFLAGS
10205 ac_wine_try_cflags_saved_cc=$CC
10206 ac_wine_try_cflags_saved_exeext=$ac_exeext
10207 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -fno-omit-frame-pointer"
10208 CC="$CROSSCC"
10209 ac_exeext=".exe"
10210 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10211 /* end confdefs.h. */
10212 int __cdecl mainCRTStartup(void) { return 0; }
10213 _ACEOF
10214 if ac_fn_c_try_link "$LINENO"; then :
10215 ac_cv_crosscflags__fno_omit_frame_pointer=yes
10216 else
10217 ac_cv_crosscflags__fno_omit_frame_pointer=no
10219 rm -f core conftest.err conftest.$ac_objext \
10220 conftest$ac_exeext conftest.$ac_ext
10221 CFLAGS=$ac_wine_try_cflags_saved
10222 CC=$ac_wine_try_cflags_saved_cc
10223 ac_exeext=$ac_wine_try_cflags_saved_exeext
10225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__fno_omit_frame_pointer" >&5
10226 $as_echo "$ac_cv_crosscflags__fno_omit_frame_pointer" >&6; }
10227 if test "x$ac_cv_crosscflags__fno_omit_frame_pointer" = xyes; then :
10228 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -fno-omit-frame-pointer"
10229 fi ;;
10230 x86_64) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wno-format" >&5
10231 $as_echo_n "checking whether the cross-compiler supports -Wno-format... " >&6; }
10232 if ${ac_cv_crosscflags__Wno_format+:} false; then :
10233 $as_echo_n "(cached) " >&6
10234 else
10235 ac_wine_try_cflags_saved=$CFLAGS
10236 ac_wine_try_cflags_saved_cc=$CC
10237 ac_wine_try_cflags_saved_exeext=$ac_exeext
10238 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wno-format"
10239 CC="$CROSSCC"
10240 ac_exeext=".exe"
10241 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10242 /* end confdefs.h. */
10243 int __cdecl mainCRTStartup(void) { return 0; }
10244 _ACEOF
10245 if ac_fn_c_try_link "$LINENO"; then :
10246 ac_cv_crosscflags__Wno_format=yes
10247 else
10248 ac_cv_crosscflags__Wno_format=no
10250 rm -f core conftest.err conftest.$ac_objext \
10251 conftest$ac_exeext conftest.$ac_ext
10252 CFLAGS=$ac_wine_try_cflags_saved
10253 CC=$ac_wine_try_cflags_saved_cc
10254 ac_exeext=$ac_wine_try_cflags_saved_exeext
10256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wno_format" >&5
10257 $as_echo "$ac_cv_crosscflags__Wno_format" >&6; }
10258 if test "x$ac_cv_crosscflags__Wno_format" = xyes; then :
10259 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wno-format"
10261 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wformat-overflow" >&5
10262 $as_echo_n "checking whether the cross-compiler supports -Wformat-overflow... " >&6; }
10263 if ${ac_cv_crosscflags__Wformat_overflow+:} false; then :
10264 $as_echo_n "(cached) " >&6
10265 else
10266 ac_wine_try_cflags_saved=$CFLAGS
10267 ac_wine_try_cflags_saved_cc=$CC
10268 ac_wine_try_cflags_saved_exeext=$ac_exeext
10269 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wformat-overflow"
10270 CC="$CROSSCC"
10271 ac_exeext=".exe"
10272 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10273 /* end confdefs.h. */
10274 int __cdecl mainCRTStartup(void) { return 0; }
10275 _ACEOF
10276 if ac_fn_c_try_link "$LINENO"; then :
10277 ac_cv_crosscflags__Wformat_overflow=yes
10278 else
10279 ac_cv_crosscflags__Wformat_overflow=no
10281 rm -f core conftest.err conftest.$ac_objext \
10282 conftest$ac_exeext conftest.$ac_ext
10283 CFLAGS=$ac_wine_try_cflags_saved
10284 CC=$ac_wine_try_cflags_saved_cc
10285 ac_exeext=$ac_wine_try_cflags_saved_exeext
10287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wformat_overflow" >&5
10288 $as_echo "$ac_cv_crosscflags__Wformat_overflow" >&6; }
10289 if test "x$ac_cv_crosscflags__Wformat_overflow" = xyes; then :
10290 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wformat-overflow"
10292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wnonnull" >&5
10293 $as_echo_n "checking whether the cross-compiler supports -Wnonnull... " >&6; }
10294 if ${ac_cv_crosscflags__Wnonnull+:} false; then :
10295 $as_echo_n "(cached) " >&6
10296 else
10297 ac_wine_try_cflags_saved=$CFLAGS
10298 ac_wine_try_cflags_saved_cc=$CC
10299 ac_wine_try_cflags_saved_exeext=$ac_exeext
10300 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wnonnull"
10301 CC="$CROSSCC"
10302 ac_exeext=".exe"
10303 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10304 /* end confdefs.h. */
10305 int __cdecl mainCRTStartup(void) { return 0; }
10306 _ACEOF
10307 if ac_fn_c_try_link "$LINENO"; then :
10308 ac_cv_crosscflags__Wnonnull=yes
10309 else
10310 ac_cv_crosscflags__Wnonnull=no
10312 rm -f core conftest.err conftest.$ac_objext \
10313 conftest$ac_exeext conftest.$ac_ext
10314 CFLAGS=$ac_wine_try_cflags_saved
10315 CC=$ac_wine_try_cflags_saved_cc
10316 ac_exeext=$ac_wine_try_cflags_saved_exeext
10318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wnonnull" >&5
10319 $as_echo "$ac_cv_crosscflags__Wnonnull" >&6; }
10320 if test "x$ac_cv_crosscflags__Wnonnull" = xyes; then :
10321 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wnonnull"
10323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -mcx16" >&5
10324 $as_echo_n "checking whether the cross-compiler supports -mcx16... " >&6; }
10325 if ${ac_cv_crosscflags__mcx16+:} false; then :
10326 $as_echo_n "(cached) " >&6
10327 else
10328 ac_wine_try_cflags_saved=$CFLAGS
10329 ac_wine_try_cflags_saved_cc=$CC
10330 ac_wine_try_cflags_saved_exeext=$ac_exeext
10331 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -mcx16"
10332 CC="$CROSSCC"
10333 ac_exeext=".exe"
10334 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10335 /* end confdefs.h. */
10336 int __cdecl mainCRTStartup(void) { return 0; }
10337 _ACEOF
10338 if ac_fn_c_try_link "$LINENO"; then :
10339 ac_cv_crosscflags__mcx16=yes
10340 else
10341 ac_cv_crosscflags__mcx16=no
10343 rm -f core conftest.err conftest.$ac_objext \
10344 conftest$ac_exeext conftest.$ac_ext
10345 CFLAGS=$ac_wine_try_cflags_saved
10346 CC=$ac_wine_try_cflags_saved_cc
10347 ac_exeext=$ac_wine_try_cflags_saved_exeext
10349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__mcx16" >&5
10350 $as_echo "$ac_cv_crosscflags__mcx16" >&6; }
10351 if test "x$ac_cv_crosscflags__mcx16" = xyes; then :
10352 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -mcx16"
10353 fi ;;
10354 aarch64) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wno-format" >&5
10355 $as_echo_n "checking whether the cross-compiler supports -Wno-format... " >&6; }
10356 if ${ac_cv_crosscflags__Wno_format+:} false; then :
10357 $as_echo_n "(cached) " >&6
10358 else
10359 ac_wine_try_cflags_saved=$CFLAGS
10360 ac_wine_try_cflags_saved_cc=$CC
10361 ac_wine_try_cflags_saved_exeext=$ac_exeext
10362 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wno-format"
10363 CC="$CROSSCC"
10364 ac_exeext=".exe"
10365 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10366 /* end confdefs.h. */
10367 int __cdecl mainCRTStartup(void) { return 0; }
10368 _ACEOF
10369 if ac_fn_c_try_link "$LINENO"; then :
10370 ac_cv_crosscflags__Wno_format=yes
10371 else
10372 ac_cv_crosscflags__Wno_format=no
10374 rm -f core conftest.err conftest.$ac_objext \
10375 conftest$ac_exeext conftest.$ac_ext
10376 CFLAGS=$ac_wine_try_cflags_saved
10377 CC=$ac_wine_try_cflags_saved_cc
10378 ac_exeext=$ac_wine_try_cflags_saved_exeext
10380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wno_format" >&5
10381 $as_echo "$ac_cv_crosscflags__Wno_format" >&6; }
10382 if test "x$ac_cv_crosscflags__Wno_format" = xyes; then :
10383 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wno-format"
10384 fi ;;
10385 esac
10388 if test -z "$CROSSDEBUG"
10389 then
10390 for ac_flag in $CROSSCFLAGS; do
10391 case $ac_flag in
10392 -gdwarf*) CROSSDEBUG=dwarf ;;
10393 -gcodeview) CROSSDEBUG=pdb ;;
10394 -g) CROSSDEBUG=${CROSSDEBUG:-dwarf} ;;
10395 esac
10396 done
10399 ac_debug_format_seen=""
10400 for ac_flag in $CROSSCFLAGS; do
10401 case $ac_flag in
10402 -gdwarf*|-gcodeview) ac_debug_format_seen=$ac_flag ;;
10403 esac
10404 done
10405 if test "x$ac_debug_format_seen" = x
10406 then
10407 case $CROSSDEBUG in
10408 *dwarf) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -gdwarf-2" >&5
10409 $as_echo_n "checking whether the cross-compiler supports -gdwarf-2... " >&6; }
10410 if ${ac_cv_crosscflags__gdwarf_2+:} false; then :
10411 $as_echo_n "(cached) " >&6
10412 else
10413 ac_wine_try_cflags_saved=$CFLAGS
10414 ac_wine_try_cflags_saved_cc=$CC
10415 ac_wine_try_cflags_saved_exeext=$ac_exeext
10416 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -gdwarf-2"
10417 CC="$CROSSCC"
10418 ac_exeext=".exe"
10419 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10420 /* end confdefs.h. */
10421 int __cdecl mainCRTStartup(void) { return 0; }
10422 _ACEOF
10423 if ac_fn_c_try_link "$LINENO"; then :
10424 ac_cv_crosscflags__gdwarf_2=yes
10425 else
10426 ac_cv_crosscflags__gdwarf_2=no
10428 rm -f core conftest.err conftest.$ac_objext \
10429 conftest$ac_exeext conftest.$ac_ext
10430 CFLAGS=$ac_wine_try_cflags_saved
10431 CC=$ac_wine_try_cflags_saved_cc
10432 ac_exeext=$ac_wine_try_cflags_saved_exeext
10434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__gdwarf_2" >&5
10435 $as_echo "$ac_cv_crosscflags__gdwarf_2" >&6; }
10436 if test "x$ac_cv_crosscflags__gdwarf_2" = xyes; then :
10437 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -gdwarf-2"
10439 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -gstrict-dwarf" >&5
10440 $as_echo_n "checking whether the cross-compiler supports -gstrict-dwarf... " >&6; }
10441 if ${ac_cv_crosscflags__gstrict_dwarf+:} false; then :
10442 $as_echo_n "(cached) " >&6
10443 else
10444 ac_wine_try_cflags_saved=$CFLAGS
10445 ac_wine_try_cflags_saved_cc=$CC
10446 ac_wine_try_cflags_saved_exeext=$ac_exeext
10447 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -gstrict-dwarf"
10448 CC="$CROSSCC"
10449 ac_exeext=".exe"
10450 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10451 /* end confdefs.h. */
10452 int __cdecl mainCRTStartup(void) { return 0; }
10453 _ACEOF
10454 if ac_fn_c_try_link "$LINENO"; then :
10455 ac_cv_crosscflags__gstrict_dwarf=yes
10456 else
10457 ac_cv_crosscflags__gstrict_dwarf=no
10459 rm -f core conftest.err conftest.$ac_objext \
10460 conftest$ac_exeext conftest.$ac_ext
10461 CFLAGS=$ac_wine_try_cflags_saved
10462 CC=$ac_wine_try_cflags_saved_cc
10463 ac_exeext=$ac_wine_try_cflags_saved_exeext
10465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__gstrict_dwarf" >&5
10466 $as_echo "$ac_cv_crosscflags__gstrict_dwarf" >&6; }
10467 if test "x$ac_cv_crosscflags__gstrict_dwarf" = xyes; then :
10468 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -gstrict-dwarf"
10469 fi ;;
10470 pdb) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -gcodeview" >&5
10471 $as_echo_n "checking whether the cross-compiler supports -gcodeview... " >&6; }
10472 if ${ac_cv_crosscflags__gcodeview+:} false; then :
10473 $as_echo_n "(cached) " >&6
10474 else
10475 ac_wine_try_cflags_saved=$CFLAGS
10476 ac_wine_try_cflags_saved_cc=$CC
10477 ac_wine_try_cflags_saved_exeext=$ac_exeext
10478 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -gcodeview"
10479 CC="$CROSSCC"
10480 ac_exeext=".exe"
10481 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10482 /* end confdefs.h. */
10483 int __cdecl mainCRTStartup(void) { return 0; }
10484 _ACEOF
10485 if ac_fn_c_try_link "$LINENO"; then :
10486 ac_cv_crosscflags__gcodeview=yes
10487 else
10488 ac_cv_crosscflags__gcodeview=no
10490 rm -f core conftest.err conftest.$ac_objext \
10491 conftest$ac_exeext conftest.$ac_ext
10492 CFLAGS=$ac_wine_try_cflags_saved
10493 CC=$ac_wine_try_cflags_saved_cc
10494 ac_exeext=$ac_wine_try_cflags_saved_exeext
10496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__gcodeview" >&5
10497 $as_echo "$ac_cv_crosscflags__gcodeview" >&6; }
10498 if test "x$ac_cv_crosscflags__gcodeview" = xyes; then :
10499 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -gcodeview"
10500 fi ;;
10501 esac
10504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -fexcess-precision=standard" >&5
10505 $as_echo_n "checking whether the cross-compiler supports -fexcess-precision=standard... " >&6; }
10506 if ${ac_cv_crosscflags__fexcess_precision_standard+:} false; then :
10507 $as_echo_n "(cached) " >&6
10508 else
10509 ac_wine_try_cflags_saved=$CFLAGS
10510 ac_wine_try_cflags_saved_cc=$CC
10511 ac_wine_try_cflags_saved_exeext=$ac_exeext
10512 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -fexcess-precision=standard"
10513 CC="$CROSSCC"
10514 ac_exeext=".exe"
10515 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10516 /* end confdefs.h. */
10517 int __cdecl mainCRTStartup(void) { return 0; }
10518 _ACEOF
10519 if ac_fn_c_try_link "$LINENO"; then :
10520 ac_cv_crosscflags__fexcess_precision_standard=yes
10521 else
10522 ac_cv_crosscflags__fexcess_precision_standard=no
10524 rm -f core conftest.err conftest.$ac_objext \
10525 conftest$ac_exeext conftest.$ac_ext
10526 CFLAGS=$ac_wine_try_cflags_saved
10527 CC=$ac_wine_try_cflags_saved_cc
10528 ac_exeext=$ac_wine_try_cflags_saved_exeext
10530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__fexcess_precision_standard" >&5
10531 $as_echo "$ac_cv_crosscflags__fexcess_precision_standard" >&6; }
10532 if test "x$ac_cv_crosscflags__fexcess_precision_standard" = xyes; then :
10533 EXCESS_PRECISION_CFLAGS="-fexcess-precision=standard"
10537 if test "x$enable_werror" = "xyes"
10538 then
10539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Werror" >&5
10540 $as_echo_n "checking whether the cross-compiler supports -Werror... " >&6; }
10541 if ${ac_cv_crosscflags__Werror+:} false; then :
10542 $as_echo_n "(cached) " >&6
10543 else
10544 ac_wine_try_cflags_saved=$CFLAGS
10545 ac_wine_try_cflags_saved_cc=$CC
10546 ac_wine_try_cflags_saved_exeext=$ac_exeext
10547 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Werror"
10548 CC="$CROSSCC"
10549 ac_exeext=".exe"
10550 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10551 /* end confdefs.h. */
10552 int __cdecl mainCRTStartup(void) { return 0; }
10553 _ACEOF
10554 if ac_fn_c_try_link "$LINENO"; then :
10555 ac_cv_crosscflags__Werror=yes
10556 else
10557 ac_cv_crosscflags__Werror=no
10559 rm -f core conftest.err conftest.$ac_objext \
10560 conftest$ac_exeext conftest.$ac_ext
10561 CFLAGS=$ac_wine_try_cflags_saved
10562 CC=$ac_wine_try_cflags_saved_cc
10563 ac_exeext=$ac_wine_try_cflags_saved_exeext
10565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Werror" >&5
10566 $as_echo "$ac_cv_crosscflags__Werror" >&6; }
10567 if test "x$ac_cv_crosscflags__Werror" = xyes; then :
10568 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Werror"
10571 if test "x$enable_build_id" = "xyes"
10572 then
10573 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wl,--build-id" >&5
10574 $as_echo_n "checking whether the cross-compiler supports -Wl,--build-id... " >&6; }
10575 if ${ac_cv_crosscflags__Wl___build_id+:} false; then :
10576 $as_echo_n "(cached) " >&6
10577 else
10578 ac_wine_try_cflags_saved=$CFLAGS
10579 ac_wine_try_cflags_saved_cc=$CC
10580 ac_wine_try_cflags_saved_exeext=$ac_exeext
10581 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wl,--build-id"
10582 CC="$CROSSCC"
10583 ac_exeext=".exe"
10584 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10585 /* end confdefs.h. */
10586 int __cdecl mainCRTStartup(void) { return 0; }
10587 _ACEOF
10588 if ac_fn_c_try_link "$LINENO"; then :
10589 ac_cv_crosscflags__Wl___build_id=yes
10590 else
10591 ac_cv_crosscflags__Wl___build_id=no
10593 rm -f core conftest.err conftest.$ac_objext \
10594 conftest$ac_exeext conftest.$ac_ext
10595 CFLAGS=$ac_wine_try_cflags_saved
10596 CC=$ac_wine_try_cflags_saved_cc
10597 ac_exeext=$ac_wine_try_cflags_saved_exeext
10599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wl___build_id" >&5
10600 $as_echo "$ac_cv_crosscflags__Wl___build_id" >&6; }
10601 if test "x$ac_cv_crosscflags__Wl___build_id" = xyes; then :
10602 CROSSCFLAGS="$CROSSCFLAGS -Wl,--build-id"
10603 CROSSLDFLAGS="$CROSSLDFLAGS -Wl,--build-id"
10607 CFLAGS=$saved_CFLAGS
10608 LDFLAGS=$saved_LDFLAGS
10609 CC="$ac_save_CC"
10612 if test "x$CROSSTARGET" = "x"; then :
10613 case "x$with_mingw" in
10614 x) as_fn_append wine_notices "|MinGW compiler not found, cross-compiling PE files won't be supported." ;;
10615 xno) ;;
10616 *) as_fn_error $? "MinGW compiler not found, cross-compiling PE files won't be supported.
10617 This is an error since --with-mingw was requested." "$LINENO" 5 ;;
10618 esac
10623 if ${FAUDIO_PE_CFLAGS:+false} :; then :
10624 FAUDIO_PE_CFLAGS="-I\$(top_srcdir)/libs/faudio/include"
10625 else
10626 enable_faudio=no
10628 if ${FAUDIO_PE_LIBS:+false} :; then :
10629 FAUDIO_PE_LIBS="faudio mfplat mfreadwrite mfuuid propsys"
10630 else
10631 enable_faudio=no
10633 $as_echo "$as_me:${as_lineno-$LINENO}: faudio cflags: $FAUDIO_PE_CFLAGS" >&5
10634 $as_echo "$as_me:${as_lineno-$LINENO}: faudio libs: $FAUDIO_PE_LIBS" >&5
10636 if ${GSM_PE_CFLAGS:+false} :; then :
10637 GSM_PE_CFLAGS="-I\$(top_srcdir)/libs/gsm/inc"
10638 else
10639 enable_gsm=no
10641 if ${GSM_PE_LIBS:+false} :; then :
10642 GSM_PE_LIBS=gsm
10643 else
10644 enable_gsm=no
10646 $as_echo "$as_me:${as_lineno-$LINENO}: gsm cflags: $GSM_PE_CFLAGS" >&5
10647 $as_echo "$as_me:${as_lineno-$LINENO}: gsm libs: $GSM_PE_LIBS" >&5
10649 if ${JPEG_PE_CFLAGS:+false} :; then :
10650 JPEG_PE_CFLAGS="-I\$(top_srcdir)/libs/jpeg"
10651 else
10652 enable_jpeg=no
10654 if ${JPEG_PE_LIBS:+false} :; then :
10655 JPEG_PE_LIBS=jpeg
10656 else
10657 enable_jpeg=no
10659 $as_echo "$as_me:${as_lineno-$LINENO}: jpeg cflags: $JPEG_PE_CFLAGS" >&5
10660 $as_echo "$as_me:${as_lineno-$LINENO}: jpeg libs: $JPEG_PE_LIBS" >&5
10662 if ${JXR_PE_CFLAGS:+false} :; then :
10663 JXR_PE_CFLAGS="-I\$(top_srcdir)/libs/jxr/jxrgluelib -I\$(top_srcdir)/libs/jxr/image/sys"
10664 else
10665 enable_jxr=no
10667 if ${JXR_PE_LIBS:+false} :; then :
10668 JXR_PE_LIBS=jxr
10669 else
10670 enable_jxr=no
10672 $as_echo "$as_me:${as_lineno-$LINENO}: jxr cflags: $JXR_PE_CFLAGS" >&5
10673 $as_echo "$as_me:${as_lineno-$LINENO}: jxr libs: $JXR_PE_LIBS" >&5
10675 if ${LCMS2_PE_CFLAGS:+false} :; then :
10676 LCMS2_PE_CFLAGS="-I\$(top_srcdir)/libs/lcms2/include"
10677 else
10678 enable_lcms2=no
10680 if ${LCMS2_PE_LIBS:+false} :; then :
10681 LCMS2_PE_LIBS=lcms2
10682 else
10683 enable_lcms2=no
10685 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 cflags: $LCMS2_PE_CFLAGS" >&5
10686 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 libs: $LCMS2_PE_LIBS" >&5
10688 if ${MPG123_PE_CFLAGS:+false} :; then :
10689 MPG123_PE_CFLAGS="-I\$(top_srcdir)/libs/mpg123/src/libmpg123"
10690 else
10691 enable_mpg123=no
10693 if ${MPG123_PE_LIBS:+false} :; then :
10694 MPG123_PE_LIBS=mpg123
10695 else
10696 enable_mpg123=no
10698 $as_echo "$as_me:${as_lineno-$LINENO}: mpg123 cflags: $MPG123_PE_CFLAGS" >&5
10699 $as_echo "$as_me:${as_lineno-$LINENO}: mpg123 libs: $MPG123_PE_LIBS" >&5
10701 if ${PNG_PE_CFLAGS:+false} :; then :
10702 PNG_PE_CFLAGS="-I\$(top_srcdir)/libs/png"
10703 else
10704 enable_png=no
10706 if ${PNG_PE_LIBS:+false} :; then :
10707 PNG_PE_LIBS="png \$(ZLIB_PE_LIBS)"
10708 else
10709 enable_png=no
10711 $as_echo "$as_me:${as_lineno-$LINENO}: png cflags: $PNG_PE_CFLAGS" >&5
10712 $as_echo "$as_me:${as_lineno-$LINENO}: png libs: $PNG_PE_LIBS" >&5
10714 if ${TIFF_PE_CFLAGS:+false} :; then :
10715 TIFF_PE_CFLAGS="-I\$(top_srcdir)/libs/tiff/libtiff"
10716 else
10717 enable_tiff=no
10719 if ${TIFF_PE_LIBS:+false} :; then :
10720 TIFF_PE_LIBS=tiff
10721 else
10722 enable_tiff=no
10724 $as_echo "$as_me:${as_lineno-$LINENO}: tiff cflags: $TIFF_PE_CFLAGS" >&5
10725 $as_echo "$as_me:${as_lineno-$LINENO}: tiff libs: $TIFF_PE_LIBS" >&5
10727 if ${XML2_PE_CFLAGS:+false} :; then :
10728 XML2_PE_CFLAGS="-I\$(top_srcdir)/libs/xml2/include -DLIBXML_STATIC"
10729 else
10730 enable_libxml2=no
10732 if ${XML2_PE_LIBS:+false} :; then :
10733 XML2_PE_LIBS=xml2
10734 else
10735 enable_libxml2=no
10737 $as_echo "$as_me:${as_lineno-$LINENO}: libxml2 cflags: $XML2_PE_CFLAGS" >&5
10738 $as_echo "$as_me:${as_lineno-$LINENO}: libxml2 libs: $XML2_PE_LIBS" >&5
10740 if ${XSLT_PE_CFLAGS:+false} :; then :
10741 XSLT_PE_CFLAGS="-I\$(top_srcdir)/libs/xslt -DLIBXSLT_STATIC"
10742 else
10743 enable_libxslt=no
10745 if ${XSLT_PE_LIBS:+false} :; then :
10746 XSLT_PE_LIBS=xslt
10747 else
10748 enable_libxslt=no
10750 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt cflags: $XSLT_PE_CFLAGS" >&5
10751 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt libs: $XSLT_PE_LIBS" >&5
10753 if ${ZLIB_PE_CFLAGS:+false} :; then :
10754 ZLIB_PE_CFLAGS="-I\$(top_srcdir)/libs/zlib -DFAR= -DZ_SOLO"
10755 else
10756 enable_zlib=no
10758 if ${ZLIB_PE_LIBS:+false} :; then :
10759 ZLIB_PE_LIBS=z
10760 else
10761 enable_zlib=no
10763 $as_echo "$as_me:${as_lineno-$LINENO}: zlib cflags: $ZLIB_PE_CFLAGS" >&5
10764 $as_echo "$as_me:${as_lineno-$LINENO}: zlib libs: $ZLIB_PE_LIBS" >&5
10768 if test "$ac_cv_header_pthread_h" = "yes"
10769 then
10770 ac_fn_c_check_func "$LINENO" "pthread_create" "ac_cv_func_pthread_create"
10771 if test "x$ac_cv_func_pthread_create" = xyes; then :
10773 else
10774 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
10775 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
10776 if ${ac_cv_lib_pthread_pthread_create+:} false; then :
10777 $as_echo_n "(cached) " >&6
10778 else
10779 ac_check_lib_save_LIBS=$LIBS
10780 LIBS="-lpthread $LIBS"
10781 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10782 /* end confdefs.h. */
10784 /* Override any GCC internal prototype to avoid an error.
10785 Use char because int might match the return type of a GCC
10786 builtin and then its argument prototype would still apply. */
10787 #ifdef __cplusplus
10788 extern "C"
10789 #endif
10790 char pthread_create ();
10792 main ()
10794 return pthread_create ();
10796 return 0;
10798 _ACEOF
10799 if ac_fn_c_try_link "$LINENO"; then :
10800 ac_cv_lib_pthread_pthread_create=yes
10801 else
10802 ac_cv_lib_pthread_pthread_create=no
10804 rm -f core conftest.err conftest.$ac_objext \
10805 conftest$ac_exeext conftest.$ac_ext
10806 LIBS=$ac_check_lib_save_LIBS
10808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
10809 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
10810 if test "x$ac_cv_lib_pthread_pthread_create" = xyes; then :
10811 PTHREAD_LIBS="-lpthread"
10818 if test "x$ac_cv_func_pthread_create" != xyes -a "x$PTHREAD_LIBS" = x; then :
10819 case "x$with_pthread" in
10820 xno) ;;
10821 *) as_fn_error $? "pthread ${notice_platform}development files not found.
10822 Wine cannot support threads without libpthread.
10823 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
10824 esac
10829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
10830 $as_echo_n "checking for X... " >&6; }
10833 # Check whether --with-x was given.
10834 if test "${with_x+set}" = set; then :
10835 withval=$with_x;
10838 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
10839 if test "x$with_x" = xno; then
10840 # The user explicitly disabled X.
10841 have_x=disabled
10842 else
10843 case $x_includes,$x_libraries in #(
10844 *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #(
10845 *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then :
10846 $as_echo_n "(cached) " >&6
10847 else
10848 # One or both of the vars are not set, and there is no cached value.
10849 ac_x_includes=no ac_x_libraries=no
10850 rm -f -r conftest.dir
10851 if mkdir conftest.dir; then
10852 cd conftest.dir
10853 cat >Imakefile <<'_ACEOF'
10854 incroot:
10855 @echo incroot='${INCROOT}'
10856 usrlibdir:
10857 @echo usrlibdir='${USRLIBDIR}'
10858 libdir:
10859 @echo libdir='${LIBDIR}'
10860 _ACEOF
10861 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
10862 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
10863 for ac_var in incroot usrlibdir libdir; do
10864 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
10865 done
10866 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
10867 for ac_extension in a so sl dylib la dll; do
10868 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
10869 test -f "$ac_im_libdir/libX11.$ac_extension"; then
10870 ac_im_usrlibdir=$ac_im_libdir; break
10872 done
10873 # Screen out bogus values from the imake configuration. They are
10874 # bogus both because they are the default anyway, and because
10875 # using them would break gcc on systems where it needs fixed includes.
10876 case $ac_im_incroot in
10877 /usr/include) ac_x_includes= ;;
10878 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
10879 esac
10880 case $ac_im_usrlibdir in
10881 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
10882 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
10883 esac
10885 cd ..
10886 rm -f -r conftest.dir
10889 # Standard set of common directories for X headers.
10890 # Check X11 before X11Rn because it is often a symlink to the current release.
10891 ac_x_header_dirs='
10892 /usr/X11/include
10893 /usr/X11R7/include
10894 /usr/X11R6/include
10895 /usr/X11R5/include
10896 /usr/X11R4/include
10898 /usr/include/X11
10899 /usr/include/X11R7
10900 /usr/include/X11R6
10901 /usr/include/X11R5
10902 /usr/include/X11R4
10904 /usr/local/X11/include
10905 /usr/local/X11R7/include
10906 /usr/local/X11R6/include
10907 /usr/local/X11R5/include
10908 /usr/local/X11R4/include
10910 /usr/local/include/X11
10911 /usr/local/include/X11R7
10912 /usr/local/include/X11R6
10913 /usr/local/include/X11R5
10914 /usr/local/include/X11R4
10916 /usr/X386/include
10917 /usr/x386/include
10918 /usr/XFree86/include/X11
10920 /usr/include
10921 /usr/local/include
10922 /usr/unsupported/include
10923 /usr/athena/include
10924 /usr/local/x11r5/include
10925 /usr/lpp/Xamples/include
10927 /usr/openwin/include
10928 /usr/openwin/share/include'
10930 if test "$ac_x_includes" = no; then
10931 # Guess where to find include files, by looking for Xlib.h.
10932 # First, try using that file with no special directory specified.
10933 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10934 /* end confdefs.h. */
10935 #include <X11/Xlib.h>
10936 _ACEOF
10937 if ac_fn_c_try_cpp "$LINENO"; then :
10938 # We can compile using X headers with no special include directory.
10939 ac_x_includes=
10940 else
10941 for ac_dir in $ac_x_header_dirs; do
10942 if test -r "$ac_dir/X11/Xlib.h"; then
10943 ac_x_includes=$ac_dir
10944 break
10946 done
10948 rm -f conftest.err conftest.i conftest.$ac_ext
10949 fi # $ac_x_includes = no
10951 if test "$ac_x_libraries" = no; then
10952 # Check for the libraries.
10953 # See if we find them without any special options.
10954 # Don't add to $LIBS permanently.
10955 ac_save_LIBS=$LIBS
10956 LIBS="-lX11 $LIBS"
10957 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10958 /* end confdefs.h. */
10959 #include <X11/Xlib.h>
10961 main ()
10963 XrmInitialize ()
10965 return 0;
10967 _ACEOF
10968 if ac_fn_c_try_link "$LINENO"; then :
10969 LIBS=$ac_save_LIBS
10970 # We can link X programs with no special library path.
10971 ac_x_libraries=
10972 else
10973 LIBS=$ac_save_LIBS
10974 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
10976 # Don't even attempt the hair of trying to link an X program!
10977 for ac_extension in a so sl dylib la dll; do
10978 if test -r "$ac_dir/libX11.$ac_extension"; then
10979 ac_x_libraries=$ac_dir
10980 break 2
10982 done
10983 done
10985 rm -f core conftest.err conftest.$ac_objext \
10986 conftest$ac_exeext conftest.$ac_ext
10987 fi # $ac_x_libraries = no
10989 case $ac_x_includes,$ac_x_libraries in #(
10990 no,* | *,no | *\'*)
10991 # Didn't find X, or a directory has "'" in its name.
10992 ac_cv_have_x="have_x=no";; #(
10994 # Record where we found X for the cache.
10995 ac_cv_have_x="have_x=yes\
10996 ac_x_includes='$ac_x_includes'\
10997 ac_x_libraries='$ac_x_libraries'"
10998 esac
11000 ;; #(
11001 *) have_x=yes;;
11002 esac
11003 eval "$ac_cv_have_x"
11004 fi # $with_x != no
11006 if test "$have_x" != yes; then
11007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
11008 $as_echo "$have_x" >&6; }
11009 no_x=yes
11010 else
11011 # If each of the values was on the command line, it overrides each guess.
11012 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
11013 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
11014 # Update the cache value to reflect the command line values.
11015 ac_cv_have_x="have_x=yes\
11016 ac_x_includes='$x_includes'\
11017 ac_x_libraries='$x_libraries'"
11018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
11019 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
11022 if test "$no_x" = yes; then
11023 # Not all programs may use this symbol, but it does not hurt to define it.
11025 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
11027 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
11028 else
11029 if test -n "$x_includes"; then
11030 X_CFLAGS="$X_CFLAGS -I$x_includes"
11033 # It would also be nice to do this for all -L options, not just this one.
11034 if test -n "$x_libraries"; then
11035 X_LIBS="$X_LIBS -L$x_libraries"
11036 # For Solaris; some versions of Sun CC require a space after -R and
11037 # others require no space. Words are not sufficient . . . .
11038 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
11039 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
11040 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
11041 ac_xsave_c_werror_flag=$ac_c_werror_flag
11042 ac_c_werror_flag=yes
11043 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11044 /* end confdefs.h. */
11047 main ()
11051 return 0;
11053 _ACEOF
11054 if ac_fn_c_try_link "$LINENO"; then :
11055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11056 $as_echo "no" >&6; }
11057 X_LIBS="$X_LIBS -R$x_libraries"
11058 else
11059 LIBS="$ac_xsave_LIBS -R $x_libraries"
11060 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11061 /* end confdefs.h. */
11064 main ()
11068 return 0;
11070 _ACEOF
11071 if ac_fn_c_try_link "$LINENO"; then :
11072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11073 $as_echo "yes" >&6; }
11074 X_LIBS="$X_LIBS -R $x_libraries"
11075 else
11076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
11077 $as_echo "neither works" >&6; }
11079 rm -f core conftest.err conftest.$ac_objext \
11080 conftest$ac_exeext conftest.$ac_ext
11082 rm -f core conftest.err conftest.$ac_objext \
11083 conftest$ac_exeext conftest.$ac_ext
11084 ac_c_werror_flag=$ac_xsave_c_werror_flag
11085 LIBS=$ac_xsave_LIBS
11088 # Check for system-dependent libraries X programs must link with.
11089 # Do this before checking for the system-independent R6 libraries
11090 # (-lICE), since we may need -lsocket or whatever for X linking.
11092 if test "$ISC" = yes; then
11093 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
11094 else
11095 # Martyn Johnson says this is needed for Ultrix, if the X
11096 # libraries were built with DECnet support. And Karl Berry says
11097 # the Alpha needs dnet_stub (dnet does not exist).
11098 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
11099 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11100 /* end confdefs.h. */
11102 /* Override any GCC internal prototype to avoid an error.
11103 Use char because int might match the return type of a GCC
11104 builtin and then its argument prototype would still apply. */
11105 #ifdef __cplusplus
11106 extern "C"
11107 #endif
11108 char XOpenDisplay ();
11110 main ()
11112 return XOpenDisplay ();
11114 return 0;
11116 _ACEOF
11117 if ac_fn_c_try_link "$LINENO"; then :
11119 else
11120 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
11121 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
11122 if ${ac_cv_lib_dnet_dnet_ntoa+:} false; then :
11123 $as_echo_n "(cached) " >&6
11124 else
11125 ac_check_lib_save_LIBS=$LIBS
11126 LIBS="-ldnet $LIBS"
11127 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11128 /* end confdefs.h. */
11130 /* Override any GCC internal prototype to avoid an error.
11131 Use char because int might match the return type of a GCC
11132 builtin and then its argument prototype would still apply. */
11133 #ifdef __cplusplus
11134 extern "C"
11135 #endif
11136 char dnet_ntoa ();
11138 main ()
11140 return dnet_ntoa ();
11142 return 0;
11144 _ACEOF
11145 if ac_fn_c_try_link "$LINENO"; then :
11146 ac_cv_lib_dnet_dnet_ntoa=yes
11147 else
11148 ac_cv_lib_dnet_dnet_ntoa=no
11150 rm -f core conftest.err conftest.$ac_objext \
11151 conftest$ac_exeext conftest.$ac_ext
11152 LIBS=$ac_check_lib_save_LIBS
11154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
11155 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
11156 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes; then :
11157 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
11160 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
11161 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
11162 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
11163 if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false; then :
11164 $as_echo_n "(cached) " >&6
11165 else
11166 ac_check_lib_save_LIBS=$LIBS
11167 LIBS="-ldnet_stub $LIBS"
11168 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11169 /* end confdefs.h. */
11171 /* Override any GCC internal prototype to avoid an error.
11172 Use char because int might match the return type of a GCC
11173 builtin and then its argument prototype would still apply. */
11174 #ifdef __cplusplus
11175 extern "C"
11176 #endif
11177 char dnet_ntoa ();
11179 main ()
11181 return dnet_ntoa ();
11183 return 0;
11185 _ACEOF
11186 if ac_fn_c_try_link "$LINENO"; then :
11187 ac_cv_lib_dnet_stub_dnet_ntoa=yes
11188 else
11189 ac_cv_lib_dnet_stub_dnet_ntoa=no
11191 rm -f core conftest.err conftest.$ac_objext \
11192 conftest$ac_exeext conftest.$ac_ext
11193 LIBS=$ac_check_lib_save_LIBS
11195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
11196 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
11197 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes; then :
11198 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
11203 rm -f core conftest.err conftest.$ac_objext \
11204 conftest$ac_exeext conftest.$ac_ext
11205 LIBS="$ac_xsave_LIBS"
11207 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
11208 # to get the SysV transport functions.
11209 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
11210 # needs -lnsl.
11211 # The nsl library prevents programs from opening the X display
11212 # on Irix 5.2, according to T.E. Dickey.
11213 # The functions gethostbyname, getservbyname, and inet_addr are
11214 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
11215 ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
11216 if test "x$ac_cv_func_gethostbyname" = xyes; then :
11220 if test $ac_cv_func_gethostbyname = no; then
11221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
11222 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
11223 if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
11224 $as_echo_n "(cached) " >&6
11225 else
11226 ac_check_lib_save_LIBS=$LIBS
11227 LIBS="-lnsl $LIBS"
11228 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11229 /* end confdefs.h. */
11231 /* Override any GCC internal prototype to avoid an error.
11232 Use char because int might match the return type of a GCC
11233 builtin and then its argument prototype would still apply. */
11234 #ifdef __cplusplus
11235 extern "C"
11236 #endif
11237 char gethostbyname ();
11239 main ()
11241 return gethostbyname ();
11243 return 0;
11245 _ACEOF
11246 if ac_fn_c_try_link "$LINENO"; then :
11247 ac_cv_lib_nsl_gethostbyname=yes
11248 else
11249 ac_cv_lib_nsl_gethostbyname=no
11251 rm -f core conftest.err conftest.$ac_objext \
11252 conftest$ac_exeext conftest.$ac_ext
11253 LIBS=$ac_check_lib_save_LIBS
11255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
11256 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
11257 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
11258 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
11261 if test $ac_cv_lib_nsl_gethostbyname = no; then
11262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
11263 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
11264 if ${ac_cv_lib_bsd_gethostbyname+:} false; then :
11265 $as_echo_n "(cached) " >&6
11266 else
11267 ac_check_lib_save_LIBS=$LIBS
11268 LIBS="-lbsd $LIBS"
11269 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11270 /* end confdefs.h. */
11272 /* Override any GCC internal prototype to avoid an error.
11273 Use char because int might match the return type of a GCC
11274 builtin and then its argument prototype would still apply. */
11275 #ifdef __cplusplus
11276 extern "C"
11277 #endif
11278 char gethostbyname ();
11280 main ()
11282 return gethostbyname ();
11284 return 0;
11286 _ACEOF
11287 if ac_fn_c_try_link "$LINENO"; then :
11288 ac_cv_lib_bsd_gethostbyname=yes
11289 else
11290 ac_cv_lib_bsd_gethostbyname=no
11292 rm -f core conftest.err conftest.$ac_objext \
11293 conftest$ac_exeext conftest.$ac_ext
11294 LIBS=$ac_check_lib_save_LIBS
11296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
11297 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
11298 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes; then :
11299 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
11305 # lieder@skyler.mavd.honeywell.com says without -lsocket,
11306 # socket/setsockopt and other routines are undefined under SCO ODT
11307 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
11308 # on later versions), says Simon Leinen: it contains gethostby*
11309 # variants that don't use the name server (or something). -lsocket
11310 # must be given before -lnsl if both are needed. We assume that
11311 # if connect needs -lnsl, so does gethostbyname.
11312 ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
11313 if test "x$ac_cv_func_connect" = xyes; then :
11317 if test $ac_cv_func_connect = no; then
11318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
11319 $as_echo_n "checking for connect in -lsocket... " >&6; }
11320 if ${ac_cv_lib_socket_connect+:} false; then :
11321 $as_echo_n "(cached) " >&6
11322 else
11323 ac_check_lib_save_LIBS=$LIBS
11324 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
11325 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11326 /* end confdefs.h. */
11328 /* Override any GCC internal prototype to avoid an error.
11329 Use char because int might match the return type of a GCC
11330 builtin and then its argument prototype would still apply. */
11331 #ifdef __cplusplus
11332 extern "C"
11333 #endif
11334 char connect ();
11336 main ()
11338 return connect ();
11340 return 0;
11342 _ACEOF
11343 if ac_fn_c_try_link "$LINENO"; then :
11344 ac_cv_lib_socket_connect=yes
11345 else
11346 ac_cv_lib_socket_connect=no
11348 rm -f core conftest.err conftest.$ac_objext \
11349 conftest$ac_exeext conftest.$ac_ext
11350 LIBS=$ac_check_lib_save_LIBS
11352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
11353 $as_echo "$ac_cv_lib_socket_connect" >&6; }
11354 if test "x$ac_cv_lib_socket_connect" = xyes; then :
11355 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
11360 # Guillermo Gomez says -lposix is necessary on A/UX.
11361 ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
11362 if test "x$ac_cv_func_remove" = xyes; then :
11366 if test $ac_cv_func_remove = no; then
11367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
11368 $as_echo_n "checking for remove in -lposix... " >&6; }
11369 if ${ac_cv_lib_posix_remove+:} false; then :
11370 $as_echo_n "(cached) " >&6
11371 else
11372 ac_check_lib_save_LIBS=$LIBS
11373 LIBS="-lposix $LIBS"
11374 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11375 /* end confdefs.h. */
11377 /* Override any GCC internal prototype to avoid an error.
11378 Use char because int might match the return type of a GCC
11379 builtin and then its argument prototype would still apply. */
11380 #ifdef __cplusplus
11381 extern "C"
11382 #endif
11383 char remove ();
11385 main ()
11387 return remove ();
11389 return 0;
11391 _ACEOF
11392 if ac_fn_c_try_link "$LINENO"; then :
11393 ac_cv_lib_posix_remove=yes
11394 else
11395 ac_cv_lib_posix_remove=no
11397 rm -f core conftest.err conftest.$ac_objext \
11398 conftest$ac_exeext conftest.$ac_ext
11399 LIBS=$ac_check_lib_save_LIBS
11401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
11402 $as_echo "$ac_cv_lib_posix_remove" >&6; }
11403 if test "x$ac_cv_lib_posix_remove" = xyes; then :
11404 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
11409 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
11410 ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
11411 if test "x$ac_cv_func_shmat" = xyes; then :
11415 if test $ac_cv_func_shmat = no; then
11416 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
11417 $as_echo_n "checking for shmat in -lipc... " >&6; }
11418 if ${ac_cv_lib_ipc_shmat+:} false; then :
11419 $as_echo_n "(cached) " >&6
11420 else
11421 ac_check_lib_save_LIBS=$LIBS
11422 LIBS="-lipc $LIBS"
11423 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11424 /* end confdefs.h. */
11426 /* Override any GCC internal prototype to avoid an error.
11427 Use char because int might match the return type of a GCC
11428 builtin and then its argument prototype would still apply. */
11429 #ifdef __cplusplus
11430 extern "C"
11431 #endif
11432 char shmat ();
11434 main ()
11436 return shmat ();
11438 return 0;
11440 _ACEOF
11441 if ac_fn_c_try_link "$LINENO"; then :
11442 ac_cv_lib_ipc_shmat=yes
11443 else
11444 ac_cv_lib_ipc_shmat=no
11446 rm -f core conftest.err conftest.$ac_objext \
11447 conftest$ac_exeext conftest.$ac_ext
11448 LIBS=$ac_check_lib_save_LIBS
11450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
11451 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
11452 if test "x$ac_cv_lib_ipc_shmat" = xyes; then :
11453 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
11459 # Check for libraries that X11R6 Xt/Xaw programs need.
11460 ac_save_LDFLAGS=$LDFLAGS
11461 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
11462 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
11463 # check for ICE first), but we must link in the order -lSM -lICE or
11464 # we get undefined symbols. So assume we have SM if we have ICE.
11465 # These have to be linked with before -lX11, unlike the other
11466 # libraries we check for below, so use a different variable.
11467 # John Interrante, Karl Berry
11468 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
11469 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
11470 if ${ac_cv_lib_ICE_IceConnectionNumber+:} false; then :
11471 $as_echo_n "(cached) " >&6
11472 else
11473 ac_check_lib_save_LIBS=$LIBS
11474 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
11475 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11476 /* end confdefs.h. */
11478 /* Override any GCC internal prototype to avoid an error.
11479 Use char because int might match the return type of a GCC
11480 builtin and then its argument prototype would still apply. */
11481 #ifdef __cplusplus
11482 extern "C"
11483 #endif
11484 char IceConnectionNumber ();
11486 main ()
11488 return IceConnectionNumber ();
11490 return 0;
11492 _ACEOF
11493 if ac_fn_c_try_link "$LINENO"; then :
11494 ac_cv_lib_ICE_IceConnectionNumber=yes
11495 else
11496 ac_cv_lib_ICE_IceConnectionNumber=no
11498 rm -f core conftest.err conftest.$ac_objext \
11499 conftest$ac_exeext conftest.$ac_ext
11500 LIBS=$ac_check_lib_save_LIBS
11502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
11503 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
11504 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes; then :
11505 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
11508 LDFLAGS=$ac_save_LDFLAGS
11513 if test "$have_x" = "yes"
11514 then
11515 ac_save_CPPFLAGS="$CPPFLAGS"
11516 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
11518 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
11519 $as_echo_n "checking for -lX11... " >&6; }
11520 if ${ac_cv_lib_soname_X11+:} false; then :
11521 $as_echo_n "(cached) " >&6
11522 else
11523 ac_check_soname_save_LIBS=$LIBS
11524 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
11525 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11526 /* end confdefs.h. */
11528 /* Override any GCC internal prototype to avoid an error.
11529 Use char because int might match the return type of a GCC
11530 builtin and then its argument prototype would still apply. */
11531 #ifdef __cplusplus
11532 extern "C"
11533 #endif
11534 char XCreateWindow ();
11536 main ()
11538 return XCreateWindow ();
11540 return 0;
11542 _ACEOF
11543 if ac_fn_c_try_link "$LINENO"; then :
11544 case "$LIBEXT" in
11545 dll) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11546 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'` ;;
11547 *) ac_cv_lib_soname_X11=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libX11\\.$LIBEXT" | sed -e "s/^.*\\[\\(libX11\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11548 if ${ac_cv_lib_soname_X11:+false} :; then :
11549 ac_cv_lib_soname_X11=`$LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11550 fi ;;
11551 esac
11552 else
11553 ac_cv_lib_soname_X11=
11555 rm -f core conftest.err conftest.$ac_objext \
11556 conftest$ac_exeext conftest.$ac_ext
11557 LIBS=$ac_check_soname_save_LIBS
11559 if ${ac_cv_lib_soname_X11:+false} :; then :
11560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11561 $as_echo "not found" >&6; }
11563 else
11564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
11565 $as_echo "$ac_cv_lib_soname_X11" >&6; }
11567 cat >>confdefs.h <<_ACEOF
11568 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
11569 _ACEOF
11573 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
11574 $as_echo_n "checking for -lXext... " >&6; }
11575 if ${ac_cv_lib_soname_Xext+:} false; then :
11576 $as_echo_n "(cached) " >&6
11577 else
11578 ac_check_soname_save_LIBS=$LIBS
11579 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
11580 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11581 /* end confdefs.h. */
11583 /* Override any GCC internal prototype to avoid an error.
11584 Use char because int might match the return type of a GCC
11585 builtin and then its argument prototype would still apply. */
11586 #ifdef __cplusplus
11587 extern "C"
11588 #endif
11589 char XextCreateExtension ();
11591 main ()
11593 return XextCreateExtension ();
11595 return 0;
11597 _ACEOF
11598 if ac_fn_c_try_link "$LINENO"; then :
11599 case "$LIBEXT" in
11600 dll) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11601 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'` ;;
11602 *) ac_cv_lib_soname_Xext=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXext\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXext\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11603 if ${ac_cv_lib_soname_Xext:+false} :; then :
11604 ac_cv_lib_soname_Xext=`$LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11605 fi ;;
11606 esac
11607 else
11608 ac_cv_lib_soname_Xext=
11610 rm -f core conftest.err conftest.$ac_objext \
11611 conftest$ac_exeext conftest.$ac_ext
11612 LIBS=$ac_check_soname_save_LIBS
11614 if ${ac_cv_lib_soname_Xext:+false} :; then :
11615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11616 $as_echo "not found" >&6; }
11618 else
11619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
11620 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
11622 cat >>confdefs.h <<_ACEOF
11623 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
11624 _ACEOF
11626 X_LIBS="$X_LIBS -lXext"
11628 X_LIBS="$X_LIBS -lX11"
11630 for ac_header in X11/Xlib.h \
11631 X11/XKBlib.h \
11632 X11/Xutil.h \
11633 X11/Xcursor/Xcursor.h \
11634 X11/extensions/shape.h \
11635 X11/extensions/XInput.h \
11636 X11/extensions/XInput2.h \
11637 X11/extensions/XShm.h \
11638 X11/extensions/Xcomposite.h \
11639 X11/extensions/Xfixes.h \
11640 X11/extensions/Xinerama.h \
11641 X11/extensions/Xrandr.h \
11642 X11/extensions/Xrender.h \
11643 X11/extensions/xf86vmode.h \
11644 X11/extensions/xf86vmproto.h
11645 do :
11646 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11647 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
11648 # include <X11/Xlib.h>
11649 #endif
11650 #ifdef HAVE_X11_XUTIL_H
11651 # include <X11/Xutil.h>
11652 #endif
11654 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
11655 cat >>confdefs.h <<_ACEOF
11656 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11657 _ACEOF
11661 done
11664 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
11665 then
11666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
11667 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
11668 if ${ac_cv_lib_X11_XkbQueryExtension+:} false; then :
11669 $as_echo_n "(cached) " >&6
11670 else
11671 ac_check_lib_save_LIBS=$LIBS
11672 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
11673 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11674 /* end confdefs.h. */
11676 /* Override any GCC internal prototype to avoid an error.
11677 Use char because int might match the return type of a GCC
11678 builtin and then its argument prototype would still apply. */
11679 #ifdef __cplusplus
11680 extern "C"
11681 #endif
11682 char XkbQueryExtension ();
11684 main ()
11686 return XkbQueryExtension ();
11688 return 0;
11690 _ACEOF
11691 if ac_fn_c_try_link "$LINENO"; then :
11692 ac_cv_lib_X11_XkbQueryExtension=yes
11693 else
11694 ac_cv_lib_X11_XkbQueryExtension=no
11696 rm -f core conftest.err conftest.$ac_objext \
11697 conftest$ac_exeext conftest.$ac_ext
11698 LIBS=$ac_check_lib_save_LIBS
11700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
11701 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
11702 if test "x$ac_cv_lib_X11_XkbQueryExtension" = xyes; then :
11704 $as_echo "#define HAVE_XKB 1" >>confdefs.h
11710 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
11711 then
11712 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
11713 $as_echo_n "checking for -lXcursor... " >&6; }
11714 if ${ac_cv_lib_soname_Xcursor+:} false; then :
11715 $as_echo_n "(cached) " >&6
11716 else
11717 ac_check_soname_save_LIBS=$LIBS
11718 LIBS="-lXcursor $X_LIBS $X_EXTRA_LIBS $LIBS"
11719 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11720 /* end confdefs.h. */
11722 /* Override any GCC internal prototype to avoid an error.
11723 Use char because int might match the return type of a GCC
11724 builtin and then its argument prototype would still apply. */
11725 #ifdef __cplusplus
11726 extern "C"
11727 #endif
11728 char XcursorImageLoadCursor ();
11730 main ()
11732 return XcursorImageLoadCursor ();
11734 return 0;
11736 _ACEOF
11737 if ac_fn_c_try_link "$LINENO"; then :
11738 case "$LIBEXT" in
11739 dll) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11740 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'` ;;
11741 *) ac_cv_lib_soname_Xcursor=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcursor\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcursor\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11742 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
11743 ac_cv_lib_soname_Xcursor=`$LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11744 fi ;;
11745 esac
11746 else
11747 ac_cv_lib_soname_Xcursor=
11749 rm -f core conftest.err conftest.$ac_objext \
11750 conftest$ac_exeext conftest.$ac_ext
11751 LIBS=$ac_check_soname_save_LIBS
11753 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
11754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11755 $as_echo "not found" >&6; }
11757 else
11758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
11759 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
11761 cat >>confdefs.h <<_ACEOF
11762 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
11763 _ACEOF
11768 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
11769 case "x$with_xcursor" in
11770 x) as_fn_append wine_notices "|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
11771 xno) ;;
11772 *) as_fn_error $? "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
11773 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
11774 esac
11778 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
11779 then
11780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
11781 $as_echo_n "checking for -lXi... " >&6; }
11782 if ${ac_cv_lib_soname_Xi+:} false; then :
11783 $as_echo_n "(cached) " >&6
11784 else
11785 ac_check_soname_save_LIBS=$LIBS
11786 LIBS="-lXi $X_LIBS $X_EXTRA_LIBS $LIBS"
11787 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11788 /* end confdefs.h. */
11790 /* Override any GCC internal prototype to avoid an error.
11791 Use char because int might match the return type of a GCC
11792 builtin and then its argument prototype would still apply. */
11793 #ifdef __cplusplus
11794 extern "C"
11795 #endif
11796 char XOpenDevice ();
11798 main ()
11800 return XOpenDevice ();
11802 return 0;
11804 _ACEOF
11805 if ac_fn_c_try_link "$LINENO"; then :
11806 case "$LIBEXT" in
11807 dll) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11808 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'` ;;
11809 *) ac_cv_lib_soname_Xi=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11810 if ${ac_cv_lib_soname_Xi:+false} :; then :
11811 ac_cv_lib_soname_Xi=`$LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11812 fi ;;
11813 esac
11814 else
11815 ac_cv_lib_soname_Xi=
11817 rm -f core conftest.err conftest.$ac_objext \
11818 conftest$ac_exeext conftest.$ac_ext
11819 LIBS=$ac_check_soname_save_LIBS
11821 if ${ac_cv_lib_soname_Xi:+false} :; then :
11822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11823 $as_echo "not found" >&6; }
11825 else
11826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
11827 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
11829 cat >>confdefs.h <<_ACEOF
11830 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
11831 _ACEOF
11836 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
11837 case "x$with_xinput" in
11838 x) as_fn_append wine_notices "|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
11839 xno) ;;
11840 *) as_fn_error $? "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
11841 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
11842 esac
11846 if test "x$ac_cv_lib_soname_Xi" != x
11847 then
11848 if test "$ac_cv_header_X11_extensions_XInput2_h" != "yes"; then :
11849 case "x$with_xinput2" in
11850 x) as_fn_append wine_notices "|XInput2 headers not found, the XInput 2 extension won't be supported." ;;
11851 xno) ;;
11852 *) as_fn_error $? "XInput2 headers not found, the XInput 2 extension won't be supported.
11853 This is an error since --with-xinput2 was requested." "$LINENO" 5 ;;
11854 esac
11859 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
11860 then
11861 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
11862 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
11863 if ${ac_cv_lib_Xext_XShmQueryExtension+:} false; then :
11864 $as_echo_n "(cached) " >&6
11865 else
11866 ac_check_lib_save_LIBS=$LIBS
11867 LIBS="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
11868 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11869 /* end confdefs.h. */
11871 /* Override any GCC internal prototype to avoid an error.
11872 Use char because int might match the return type of a GCC
11873 builtin and then its argument prototype would still apply. */
11874 #ifdef __cplusplus
11875 extern "C"
11876 #endif
11877 char XShmQueryExtension ();
11879 main ()
11881 return XShmQueryExtension ();
11883 return 0;
11885 _ACEOF
11886 if ac_fn_c_try_link "$LINENO"; then :
11887 ac_cv_lib_Xext_XShmQueryExtension=yes
11888 else
11889 ac_cv_lib_Xext_XShmQueryExtension=no
11891 rm -f core conftest.err conftest.$ac_objext \
11892 conftest$ac_exeext conftest.$ac_ext
11893 LIBS=$ac_check_lib_save_LIBS
11895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
11896 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
11897 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = xyes; then :
11899 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
11904 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
11905 case "x$with_xshm" in
11906 x) as_fn_append wine_notices "|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
11907 xno) ;;
11908 *) as_fn_error $? "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
11909 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
11910 esac
11914 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
11915 then
11916 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
11917 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
11918 if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false; then :
11919 $as_echo_n "(cached) " >&6
11920 else
11921 ac_check_lib_save_LIBS=$LIBS
11922 LIBS="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
11923 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11924 /* end confdefs.h. */
11926 /* Override any GCC internal prototype to avoid an error.
11927 Use char because int might match the return type of a GCC
11928 builtin and then its argument prototype would still apply. */
11929 #ifdef __cplusplus
11930 extern "C"
11931 #endif
11932 char XShapeQueryExtension ();
11934 main ()
11936 return XShapeQueryExtension ();
11938 return 0;
11940 _ACEOF
11941 if ac_fn_c_try_link "$LINENO"; then :
11942 ac_cv_lib_Xext_XShapeQueryExtension=yes
11943 else
11944 ac_cv_lib_Xext_XShapeQueryExtension=no
11946 rm -f core conftest.err conftest.$ac_objext \
11947 conftest$ac_exeext conftest.$ac_ext
11948 LIBS=$ac_check_lib_save_LIBS
11950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
11951 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
11952 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes; then :
11954 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
11959 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
11960 case "x$with_xshape" in
11961 x) as_fn_append wine_notices "|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
11962 xno) ;;
11963 *) as_fn_error $? "XShape ${notice_platform}development files not found, XShape won't be supported.
11964 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
11965 esac
11969 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
11970 then
11971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
11972 $as_echo_n "checking for -lXxf86vm... " >&6; }
11973 if ${ac_cv_lib_soname_Xxf86vm+:} false; then :
11974 $as_echo_n "(cached) " >&6
11975 else
11976 ac_check_soname_save_LIBS=$LIBS
11977 LIBS="-lXxf86vm $X_LIBS $X_EXTRA_LIBS $LIBS"
11978 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11979 /* end confdefs.h. */
11981 /* Override any GCC internal prototype to avoid an error.
11982 Use char because int might match the return type of a GCC
11983 builtin and then its argument prototype would still apply. */
11984 #ifdef __cplusplus
11985 extern "C"
11986 #endif
11987 char XF86VidModeQueryExtension ();
11989 main ()
11991 return XF86VidModeQueryExtension ();
11993 return 0;
11995 _ACEOF
11996 if ac_fn_c_try_link "$LINENO"; then :
11997 case "$LIBEXT" in
11998 dll) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11999 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'` ;;
12000 *) ac_cv_lib_soname_Xxf86vm=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXxf86vm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12001 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
12002 ac_cv_lib_soname_Xxf86vm=`$LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12003 fi ;;
12004 esac
12005 else
12006 ac_cv_lib_soname_Xxf86vm=
12008 rm -f core conftest.err conftest.$ac_objext \
12009 conftest$ac_exeext conftest.$ac_ext
12010 LIBS=$ac_check_soname_save_LIBS
12012 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
12013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12014 $as_echo "not found" >&6; }
12016 else
12017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
12018 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
12020 cat >>confdefs.h <<_ACEOF
12021 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
12022 _ACEOF
12027 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
12028 case "x$with_xxf86vm" in
12029 x) as_fn_append wine_notices "|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
12030 xno) ;;
12031 *) as_fn_error $? "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
12032 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
12033 esac
12037 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x"
12038 then
12039 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
12040 $as_echo_n "checking for -lXrender... " >&6; }
12041 if ${ac_cv_lib_soname_Xrender+:} false; then :
12042 $as_echo_n "(cached) " >&6
12043 else
12044 ac_check_soname_save_LIBS=$LIBS
12045 LIBS="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
12046 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12047 /* end confdefs.h. */
12049 /* Override any GCC internal prototype to avoid an error.
12050 Use char because int might match the return type of a GCC
12051 builtin and then its argument prototype would still apply. */
12052 #ifdef __cplusplus
12053 extern "C"
12054 #endif
12055 char XRenderQueryExtension ();
12057 main ()
12059 return XRenderQueryExtension ();
12061 return 0;
12063 _ACEOF
12064 if ac_fn_c_try_link "$LINENO"; then :
12065 case "$LIBEXT" in
12066 dll) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12067 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'` ;;
12068 *) ac_cv_lib_soname_Xrender=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrender\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrender\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12069 if ${ac_cv_lib_soname_Xrender:+false} :; then :
12070 ac_cv_lib_soname_Xrender=`$LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12071 fi ;;
12072 esac
12073 else
12074 ac_cv_lib_soname_Xrender=
12076 rm -f core conftest.err conftest.$ac_objext \
12077 conftest$ac_exeext conftest.$ac_ext
12078 LIBS=$ac_check_soname_save_LIBS
12080 if ${ac_cv_lib_soname_Xrender:+false} :; then :
12081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12082 $as_echo "not found" >&6; }
12084 else
12085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
12086 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
12088 cat >>confdefs.h <<_ACEOF
12089 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
12090 _ACEOF
12092 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
12093 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
12094 if ${ac_cv_lib_Xrender_XRenderSetPictureTransform+:} false; then :
12095 $as_echo_n "(cached) " >&6
12096 else
12097 ac_check_lib_save_LIBS=$LIBS
12098 LIBS="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
12099 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12100 /* end confdefs.h. */
12102 /* Override any GCC internal prototype to avoid an error.
12103 Use char because int might match the return type of a GCC
12104 builtin and then its argument prototype would still apply. */
12105 #ifdef __cplusplus
12106 extern "C"
12107 #endif
12108 char XRenderSetPictureTransform ();
12110 main ()
12112 return XRenderSetPictureTransform ();
12114 return 0;
12116 _ACEOF
12117 if ac_fn_c_try_link "$LINENO"; then :
12118 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
12119 else
12120 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
12122 rm -f core conftest.err conftest.$ac_objext \
12123 conftest$ac_exeext conftest.$ac_ext
12124 LIBS=$ac_check_lib_save_LIBS
12126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
12127 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
12128 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = xyes; then :
12130 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
12134 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderCreateLinearGradient in -lXrender" >&5
12135 $as_echo_n "checking for XRenderCreateLinearGradient in -lXrender... " >&6; }
12136 if ${ac_cv_lib_Xrender_XRenderCreateLinearGradient+:} false; then :
12137 $as_echo_n "(cached) " >&6
12138 else
12139 ac_check_lib_save_LIBS=$LIBS
12140 LIBS="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
12141 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12142 /* end confdefs.h. */
12144 /* Override any GCC internal prototype to avoid an error.
12145 Use char because int might match the return type of a GCC
12146 builtin and then its argument prototype would still apply. */
12147 #ifdef __cplusplus
12148 extern "C"
12149 #endif
12150 char XRenderCreateLinearGradient ();
12152 main ()
12154 return XRenderCreateLinearGradient ();
12156 return 0;
12158 _ACEOF
12159 if ac_fn_c_try_link "$LINENO"; then :
12160 ac_cv_lib_Xrender_XRenderCreateLinearGradient=yes
12161 else
12162 ac_cv_lib_Xrender_XRenderCreateLinearGradient=no
12164 rm -f core conftest.err conftest.$ac_objext \
12165 conftest$ac_exeext conftest.$ac_ext
12166 LIBS=$ac_check_lib_save_LIBS
12168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&5
12169 $as_echo "$ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&6; }
12170 if test "x$ac_cv_lib_Xrender_XRenderCreateLinearGradient" = xyes; then :
12172 $as_echo "#define HAVE_XRENDERCREATELINEARGRADIENT 1" >>confdefs.h
12179 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
12180 case "x$with_xrender" in
12181 x) as_fn_append wine_warnings "|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
12182 xno) ;;
12183 *) as_fn_error $? "libxrender ${notice_platform}development files not found, XRender won't be supported.
12184 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
12185 esac
12189 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
12190 then
12191 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12192 /* end confdefs.h. */
12193 #include <X11/Xlib.h>
12194 #include <X11/extensions/Xrandr.h>
12196 main ()
12198 static typeof(XRRSetScreenConfigAndRate) * func; if (func) return 0;
12200 return 0;
12202 _ACEOF
12203 if ac_fn_c_try_compile "$LINENO"; then :
12204 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
12205 $as_echo_n "checking for -lXrandr... " >&6; }
12206 if ${ac_cv_lib_soname_Xrandr+:} false; then :
12207 $as_echo_n "(cached) " >&6
12208 else
12209 ac_check_soname_save_LIBS=$LIBS
12210 LIBS="-lXrandr $X_LIBS $X_EXTRA_LIBS $LIBS"
12211 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12212 /* end confdefs.h. */
12214 /* Override any GCC internal prototype to avoid an error.
12215 Use char because int might match the return type of a GCC
12216 builtin and then its argument prototype would still apply. */
12217 #ifdef __cplusplus
12218 extern "C"
12219 #endif
12220 char XRRQueryExtension ();
12222 main ()
12224 return XRRQueryExtension ();
12226 return 0;
12228 _ACEOF
12229 if ac_fn_c_try_link "$LINENO"; then :
12230 case "$LIBEXT" in
12231 dll) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12232 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'` ;;
12233 *) ac_cv_lib_soname_Xrandr=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrandr\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrandr\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12234 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
12235 ac_cv_lib_soname_Xrandr=`$LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12236 fi ;;
12237 esac
12238 else
12239 ac_cv_lib_soname_Xrandr=
12241 rm -f core conftest.err conftest.$ac_objext \
12242 conftest$ac_exeext conftest.$ac_ext
12243 LIBS=$ac_check_soname_save_LIBS
12245 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
12246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12247 $as_echo "not found" >&6; }
12249 else
12250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
12251 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
12253 cat >>confdefs.h <<_ACEOF
12254 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
12255 _ACEOF
12257 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12258 /* end confdefs.h. */
12259 #include <X11/Xlib.h>
12260 #include <X11/extensions/Xrandr.h>
12262 main ()
12264 static typeof(XRRGetProviderResources) *f; if (f) return 0;
12266 return 0;
12268 _ACEOF
12269 if ac_fn_c_try_compile "$LINENO"; then :
12271 $as_echo "#define HAVE_XRRGETPROVIDERRESOURCES 1" >>confdefs.h
12273 else
12274 as_fn_append wine_notices "|libxrandr ${notice_platform}development files too old, XRandR display device handler won't be supported."
12276 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12279 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12281 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
12282 case "x$with_xrandr" in
12283 x) as_fn_append wine_notices "|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
12284 xno) ;;
12285 *) as_fn_error $? "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
12286 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
12287 esac
12291 if test "$ac_cv_header_X11_extensions_Xfixes_h" = "yes"
12292 then
12293 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12294 /* end confdefs.h. */
12295 #include <X11/Xlib.h>
12296 #include <X11/extensions/Xfixes.h>
12298 main ()
12300 static typeof(XFixesQueryVersion) * func; if (func) return 0;
12302 return 0;
12304 _ACEOF
12305 if ac_fn_c_try_compile "$LINENO"; then :
12306 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXfixes" >&5
12307 $as_echo_n "checking for -lXfixes... " >&6; }
12308 if ${ac_cv_lib_soname_Xfixes+:} false; then :
12309 $as_echo_n "(cached) " >&6
12310 else
12311 ac_check_soname_save_LIBS=$LIBS
12312 LIBS="-lXfixes $X_LIBS $X_EXTRA_LIBS $LIBS"
12313 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12314 /* end confdefs.h. */
12316 /* Override any GCC internal prototype to avoid an error.
12317 Use char because int might match the return type of a GCC
12318 builtin and then its argument prototype would still apply. */
12319 #ifdef __cplusplus
12320 extern "C"
12321 #endif
12322 char XFixesQueryVersion ();
12324 main ()
12326 return XFixesQueryVersion ();
12328 return 0;
12330 _ACEOF
12331 if ac_fn_c_try_link "$LINENO"; then :
12332 case "$LIBEXT" in
12333 dll) ac_cv_lib_soname_Xfixes=`$ac_cv_path_LDD conftest.exe | grep "Xfixes" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12334 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'` ;;
12335 *) ac_cv_lib_soname_Xfixes=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXfixes\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXfixes\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12336 if ${ac_cv_lib_soname_Xfixes:+false} :; then :
12337 ac_cv_lib_soname_Xfixes=`$LDD conftest$ac_exeext | grep "libXfixes\\.$LIBEXT" | sed -e "s/^.*\(libXfixes\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12338 fi ;;
12339 esac
12340 else
12341 ac_cv_lib_soname_Xfixes=
12343 rm -f core conftest.err conftest.$ac_objext \
12344 conftest$ac_exeext conftest.$ac_ext
12345 LIBS=$ac_check_soname_save_LIBS
12347 if ${ac_cv_lib_soname_Xfixes:+false} :; then :
12348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12349 $as_echo "not found" >&6; }
12351 else
12352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xfixes" >&5
12353 $as_echo "$ac_cv_lib_soname_Xfixes" >&6; }
12355 cat >>confdefs.h <<_ACEOF
12356 #define SONAME_LIBXFIXES "$ac_cv_lib_soname_Xfixes"
12357 _ACEOF
12362 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12364 if test "x$ac_cv_lib_soname_Xfixes" = "x"; then :
12365 case "x$with_xfixes" in
12366 x) as_fn_append wine_notices "|libxfixes ${notice_platform}development files not found, Xfixes won't be supported." ;;
12367 xno) ;;
12368 *) as_fn_error $? "libxfixes ${notice_platform}development files not found, Xfixes won't be supported.
12369 This is an error since --with-xfixes was requested." "$LINENO" 5 ;;
12370 esac
12374 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
12375 then
12376 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12377 /* end confdefs.h. */
12378 #include <X11/Xlib.h>
12379 #include <X11/extensions/Xinerama.h>
12381 main ()
12383 static typeof(XineramaQueryScreens) * func; if (func) return 0;
12385 return 0;
12387 _ACEOF
12388 if ac_fn_c_try_compile "$LINENO"; then :
12389 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
12390 $as_echo_n "checking for -lXinerama... " >&6; }
12391 if ${ac_cv_lib_soname_Xinerama+:} false; then :
12392 $as_echo_n "(cached) " >&6
12393 else
12394 ac_check_soname_save_LIBS=$LIBS
12395 LIBS="-lXinerama $X_LIBS $X_EXTRA_LIBS $LIBS"
12396 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12397 /* end confdefs.h. */
12399 /* Override any GCC internal prototype to avoid an error.
12400 Use char because int might match the return type of a GCC
12401 builtin and then its argument prototype would still apply. */
12402 #ifdef __cplusplus
12403 extern "C"
12404 #endif
12405 char XineramaQueryScreens ();
12407 main ()
12409 return XineramaQueryScreens ();
12411 return 0;
12413 _ACEOF
12414 if ac_fn_c_try_link "$LINENO"; then :
12415 case "$LIBEXT" in
12416 dll) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12417 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'` ;;
12418 *) ac_cv_lib_soname_Xinerama=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXinerama\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXinerama\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12419 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
12420 ac_cv_lib_soname_Xinerama=`$LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12421 fi ;;
12422 esac
12423 else
12424 ac_cv_lib_soname_Xinerama=
12426 rm -f core conftest.err conftest.$ac_objext \
12427 conftest$ac_exeext conftest.$ac_ext
12428 LIBS=$ac_check_soname_save_LIBS
12430 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
12431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12432 $as_echo "not found" >&6; }
12434 else
12435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
12436 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
12438 cat >>confdefs.h <<_ACEOF
12439 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
12440 _ACEOF
12445 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12447 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
12448 case "x$with_xinerama" in
12449 x) as_fn_append wine_notices "|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
12450 xno) ;;
12451 *) as_fn_error $? "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
12452 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
12453 esac
12457 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
12458 then
12459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
12460 $as_echo_n "checking for -lXcomposite... " >&6; }
12461 if ${ac_cv_lib_soname_Xcomposite+:} false; then :
12462 $as_echo_n "(cached) " >&6
12463 else
12464 ac_check_soname_save_LIBS=$LIBS
12465 LIBS="-lXcomposite $X_LIBS $X_EXTRA_LIBS $LIBS"
12466 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12467 /* end confdefs.h. */
12469 /* Override any GCC internal prototype to avoid an error.
12470 Use char because int might match the return type of a GCC
12471 builtin and then its argument prototype would still apply. */
12472 #ifdef __cplusplus
12473 extern "C"
12474 #endif
12475 char XCompositeRedirectWindow ();
12477 main ()
12479 return XCompositeRedirectWindow ();
12481 return 0;
12483 _ACEOF
12484 if ac_fn_c_try_link "$LINENO"; then :
12485 case "$LIBEXT" in
12486 dll) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12487 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'` ;;
12488 *) ac_cv_lib_soname_Xcomposite=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcomposite\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcomposite\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12489 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
12490 ac_cv_lib_soname_Xcomposite=`$LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12491 fi ;;
12492 esac
12493 else
12494 ac_cv_lib_soname_Xcomposite=
12496 rm -f core conftest.err conftest.$ac_objext \
12497 conftest$ac_exeext conftest.$ac_ext
12498 LIBS=$ac_check_soname_save_LIBS
12500 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
12501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12502 $as_echo "not found" >&6; }
12504 else
12505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
12506 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
12508 cat >>confdefs.h <<_ACEOF
12509 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
12510 _ACEOF
12515 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
12516 case "x$with_xcomposite" in
12517 x) as_fn_append wine_notices "|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
12518 xno) ;;
12519 *) as_fn_error $? "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
12520 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
12521 esac
12525 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
12526 #include <X11/Xlib.h>
12527 #endif
12529 if test "x$ac_cv_member_XICCallback_callback" = xyes; then :
12531 cat >>confdefs.h <<_ACEOF
12532 #define HAVE_XICCALLBACK_CALLBACK 1
12533 _ACEOF
12537 ac_fn_c_check_member "$LINENO" "XEvent" "xcookie" "ac_cv_member_XEvent_xcookie" "#ifdef HAVE_X11_XLIB_H
12538 #include <X11/Xlib.h>
12539 #endif
12541 if test "x$ac_cv_member_XEvent_xcookie" = xyes; then :
12543 cat >>confdefs.h <<_ACEOF
12544 #define HAVE_XEVENT_XCOOKIE 1
12545 _ACEOF
12552 opengl_msg=""
12553 if test "x$with_opengl" != "xno"
12554 then
12555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
12556 $as_echo_n "checking for -lGL... " >&6; }
12557 if ${ac_cv_lib_soname_GL+:} false; then :
12558 $as_echo_n "(cached) " >&6
12559 else
12560 ac_check_soname_save_LIBS=$LIBS
12561 LIBS="-lGL $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
12562 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12563 /* end confdefs.h. */
12565 /* Override any GCC internal prototype to avoid an error.
12566 Use char because int might match the return type of a GCC
12567 builtin and then its argument prototype would still apply. */
12568 #ifdef __cplusplus
12569 extern "C"
12570 #endif
12571 char glXCreateContext ();
12573 main ()
12575 return glXCreateContext ();
12577 return 0;
12579 _ACEOF
12580 if ac_fn_c_try_link "$LINENO"; then :
12581 case "$LIBEXT" in
12582 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12583 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'` ;;
12584 *) ac_cv_lib_soname_GL=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12585 if ${ac_cv_lib_soname_GL:+false} :; then :
12586 ac_cv_lib_soname_GL=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12587 fi ;;
12588 esac
12589 else
12590 ac_cv_lib_soname_GL=
12592 rm -f core conftest.err conftest.$ac_objext \
12593 conftest$ac_exeext conftest.$ac_ext
12594 LIBS=$ac_check_soname_save_LIBS
12596 if ${ac_cv_lib_soname_GL:+false} :; then :
12597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12598 $as_echo "not found" >&6; }
12599 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
12600 $as_echo_n "checking for -lGL... " >&6; }
12601 if ${ac_cv_lib_soname_GL+:} false; then :
12602 $as_echo_n "(cached) " >&6
12603 else
12604 ac_check_soname_save_LIBS=$LIBS
12605 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"
12606 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12607 /* end confdefs.h. */
12609 /* Override any GCC internal prototype to avoid an error.
12610 Use char because int might match the return type of a GCC
12611 builtin and then its argument prototype would still apply. */
12612 #ifdef __cplusplus
12613 extern "C"
12614 #endif
12615 char glXCreateContext ();
12617 main ()
12619 return glXCreateContext ();
12621 return 0;
12623 _ACEOF
12624 if ac_fn_c_try_link "$LINENO"; then :
12625 case "$LIBEXT" in
12626 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12627 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'` ;;
12628 *) ac_cv_lib_soname_GL=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12629 if ${ac_cv_lib_soname_GL:+false} :; then :
12630 ac_cv_lib_soname_GL=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12631 fi ;;
12632 esac
12633 else
12634 ac_cv_lib_soname_GL=
12636 rm -f core conftest.err conftest.$ac_objext \
12637 conftest$ac_exeext conftest.$ac_ext
12638 LIBS=$ac_check_soname_save_LIBS
12640 if ${ac_cv_lib_soname_GL:+false} :; then :
12641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12642 $as_echo "not found" >&6; }
12643 if test -f /usr/X11R6/lib/libGL.a
12644 then
12645 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
12646 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
12647 else
12648 opengl_msg="No OpenGL library found on this system."
12650 else
12651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
12652 $as_echo "$ac_cv_lib_soname_GL" >&6; }
12654 cat >>confdefs.h <<_ACEOF
12655 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
12656 _ACEOF
12658 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"
12660 else
12661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
12662 $as_echo "$ac_cv_lib_soname_GL" >&6; }
12664 cat >>confdefs.h <<_ACEOF
12665 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
12666 _ACEOF
12668 OPENGL_LIBS="-lGL"
12670 if test "x$with_osmesa" != "xno"
12671 then
12672 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lOSMesa" >&5
12673 $as_echo_n "checking for -lOSMesa... " >&6; }
12674 if ${ac_cv_lib_soname_OSMesa+:} false; then :
12675 $as_echo_n "(cached) " >&6
12676 else
12677 ac_check_soname_save_LIBS=$LIBS
12678 LIBS="-lOSMesa $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
12679 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12680 /* end confdefs.h. */
12682 /* Override any GCC internal prototype to avoid an error.
12683 Use char because int might match the return type of a GCC
12684 builtin and then its argument prototype would still apply. */
12685 #ifdef __cplusplus
12686 extern "C"
12687 #endif
12688 char OSMesaGetProcAddress ();
12690 main ()
12692 return OSMesaGetProcAddress ();
12694 return 0;
12696 _ACEOF
12697 if ac_fn_c_try_link "$LINENO"; then :
12698 case "$LIBEXT" in
12699 dll) ac_cv_lib_soname_OSMesa=`$ac_cv_path_LDD conftest.exe | grep "OSMesa" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12700 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'` ;;
12701 *) ac_cv_lib_soname_OSMesa=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libOSMesa\\.$LIBEXT" | sed -e "s/^.*\\[\\(libOSMesa\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12702 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
12703 ac_cv_lib_soname_OSMesa=`$LDD conftest$ac_exeext | grep "libOSMesa\\.$LIBEXT" | sed -e "s/^.*\(libOSMesa\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12704 fi ;;
12705 esac
12706 else
12707 ac_cv_lib_soname_OSMesa=
12709 rm -f core conftest.err conftest.$ac_objext \
12710 conftest$ac_exeext conftest.$ac_ext
12711 LIBS=$ac_check_soname_save_LIBS
12713 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
12714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12715 $as_echo "not found" >&6; }
12717 else
12718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_OSMesa" >&5
12719 $as_echo "$ac_cv_lib_soname_OSMesa" >&6; }
12721 cat >>confdefs.h <<_ACEOF
12722 #define SONAME_LIBOSMESA "$ac_cv_lib_soname_OSMesa"
12723 _ACEOF
12727 if test "x$ac_cv_lib_soname_OSMesa" = "x"; then :
12728 case "x$with_osmesa" in
12729 x) as_fn_append wine_notices "|libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported." ;;
12730 xno) ;;
12731 *) as_fn_error $? "libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
12732 This is an error since --with-osmesa was requested." "$LINENO" 5 ;;
12733 esac
12738 if test -n "$opengl_msg"; then :
12739 case "x$with_opengl" in
12740 x) as_fn_append wine_warnings "|$opengl_msg
12741 OpenGL and Direct3D won't be supported." ;;
12742 xno) ;;
12743 *) as_fn_error $? "$opengl_msg
12744 OpenGL and Direct3D won't be supported.
12745 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
12746 esac
12750 CPPFLAGS="$ac_save_CPPFLAGS"
12751 else
12752 X_CFLAGS=""
12753 X_LIBS=""
12756 if test "$enable_wineandroid_drv$enable_winemac_drv" = "nono"
12757 then
12758 if test "x$X_LIBS" = "x"; then :
12759 case "x$with_x" in
12760 xno) ;;
12761 *) as_fn_error $? "X ${notice_platform}development files not found. Wine will be built
12762 without X support, which probably isn't what you want. You will need
12763 to install ${notice_platform}development packages of Xlib at the very least.
12764 Use the --without-x option if you really want this." "$LINENO" 5 ;;
12765 esac
12766 enable_winex11_drv=${enable_winex11_drv:-no}
12768 else
12769 if test "x$X_LIBS" = "x"; then :
12770 case "x$with_x" in
12771 x) as_fn_append wine_notices "|X ${notice_platform}development files not found, the X11 driver won't be supported." ;;
12772 xno) ;;
12773 *) as_fn_error $? "X ${notice_platform}development files not found, the X11 driver won't be supported.
12774 This is an error since --with-x was requested." "$LINENO" 5 ;;
12775 esac
12776 enable_winex11_drv=${enable_winex11_drv:-no}
12780 if test "$ac_cv_header_CL_cl_h" = "yes"
12781 then
12782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5
12783 $as_echo_n "checking for clGetPlatformInfo in -lOpenCL... " >&6; }
12784 if ${ac_cv_lib_OpenCL_clGetPlatformInfo+:} false; then :
12785 $as_echo_n "(cached) " >&6
12786 else
12787 ac_check_lib_save_LIBS=$LIBS
12788 LIBS="-lOpenCL $LIBS"
12789 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12790 /* end confdefs.h. */
12792 /* Override any GCC internal prototype to avoid an error.
12793 Use char because int might match the return type of a GCC
12794 builtin and then its argument prototype would still apply. */
12795 #ifdef __cplusplus
12796 extern "C"
12797 #endif
12798 char clGetPlatformInfo ();
12800 main ()
12802 return clGetPlatformInfo ();
12804 return 0;
12806 _ACEOF
12807 if ac_fn_c_try_link "$LINENO"; then :
12808 ac_cv_lib_OpenCL_clGetPlatformInfo=yes
12809 else
12810 ac_cv_lib_OpenCL_clGetPlatformInfo=no
12812 rm -f core conftest.err conftest.$ac_objext \
12813 conftest$ac_exeext conftest.$ac_ext
12814 LIBS=$ac_check_lib_save_LIBS
12816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_OpenCL_clGetPlatformInfo" >&5
12817 $as_echo "$ac_cv_lib_OpenCL_clGetPlatformInfo" >&6; }
12818 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" = xyes; then :
12819 OPENCL_LIBS="-lOpenCL"
12824 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes; then :
12825 case "x$with_opencl" in
12826 x) as_fn_append wine_notices "|OpenCL ${notice_platform}development files not found, OpenCL won't be supported." ;;
12827 xno) ;;
12828 *) as_fn_error $? "OpenCL ${notice_platform}development files not found, OpenCL won't be supported.
12829 This is an error since --with-opencl was requested." "$LINENO" 5 ;;
12830 esac
12831 enable_opencl=${enable_opencl:-no}
12834 if test "$ac_cv_header_pcap_pcap_h" = "yes"
12835 then
12836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcap_create in -lpcap" >&5
12837 $as_echo_n "checking for pcap_create in -lpcap... " >&6; }
12838 if ${ac_cv_lib_pcap_pcap_create+:} false; then :
12839 $as_echo_n "(cached) " >&6
12840 else
12841 ac_check_lib_save_LIBS=$LIBS
12842 LIBS="-lpcap $LIBS"
12843 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12844 /* end confdefs.h. */
12846 /* Override any GCC internal prototype to avoid an error.
12847 Use char because int might match the return type of a GCC
12848 builtin and then its argument prototype would still apply. */
12849 #ifdef __cplusplus
12850 extern "C"
12851 #endif
12852 char pcap_create ();
12854 main ()
12856 return pcap_create ();
12858 return 0;
12860 _ACEOF
12861 if ac_fn_c_try_link "$LINENO"; then :
12862 ac_cv_lib_pcap_pcap_create=yes
12863 else
12864 ac_cv_lib_pcap_pcap_create=no
12866 rm -f core conftest.err conftest.$ac_objext \
12867 conftest$ac_exeext conftest.$ac_ext
12868 LIBS=$ac_check_lib_save_LIBS
12870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcap_pcap_create" >&5
12871 $as_echo "$ac_cv_lib_pcap_pcap_create" >&6; }
12872 if test "x$ac_cv_lib_pcap_pcap_create" = xyes; then :
12873 PCAP_LIBS="-lpcap"
12878 if test "x$ac_cv_lib_pcap_pcap_create" != xyes; then :
12879 case "x$with_pcap" in
12880 x) as_fn_append wine_notices "|pcap ${notice_platform}development files not found, wpcap won't be supported." ;;
12881 xno) ;;
12882 *) as_fn_error $? "pcap ${notice_platform}development files not found, wpcap won't be supported.
12883 This is an error since --with-pcap was requested." "$LINENO" 5 ;;
12884 esac
12885 enable_wpcap=${enable_wpcap:-no}
12888 if test "x$with_inotify" != "xno"
12889 then
12890 if ${INOTIFY_CFLAGS:+false} :; then :
12891 if ${PKG_CONFIG+:} false; then :
12892 INOTIFY_CFLAGS=`$PKG_CONFIG --cflags libinotify 2>/dev/null`
12896 if ${INOTIFY_LIBS:+false} :; then :
12897 if ${PKG_CONFIG+:} false; then :
12898 INOTIFY_LIBS=`$PKG_CONFIG --libs libinotify 2>/dev/null`
12903 $as_echo "$as_me:${as_lineno-$LINENO}: libinotify cflags: $INOTIFY_CFLAGS" >&5
12904 $as_echo "$as_me:${as_lineno-$LINENO}: libinotify libs: $INOTIFY_LIBS" >&5
12905 ac_save_CPPFLAGS=$CPPFLAGS
12906 CPPFLAGS="$CPPFLAGS $INOTIFY_CFLAGS"
12907 for ac_header in sys/inotify.h
12908 do :
12909 ac_fn_c_check_header_mongrel "$LINENO" "sys/inotify.h" "ac_cv_header_sys_inotify_h" "$ac_includes_default"
12910 if test "x$ac_cv_header_sys_inotify_h" = xyes; then :
12911 cat >>confdefs.h <<_ACEOF
12912 #define HAVE_SYS_INOTIFY_H 1
12913 _ACEOF
12917 done
12919 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inotify_add_watch in -linotify" >&5
12920 $as_echo_n "checking for inotify_add_watch in -linotify... " >&6; }
12921 if ${ac_cv_lib_inotify_inotify_add_watch+:} false; then :
12922 $as_echo_n "(cached) " >&6
12923 else
12924 ac_check_lib_save_LIBS=$LIBS
12925 LIBS="-linotify $INOTIFY_LIBS $LIBS"
12926 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12927 /* end confdefs.h. */
12929 /* Override any GCC internal prototype to avoid an error.
12930 Use char because int might match the return type of a GCC
12931 builtin and then its argument prototype would still apply. */
12932 #ifdef __cplusplus
12933 extern "C"
12934 #endif
12935 char inotify_add_watch ();
12937 main ()
12939 return inotify_add_watch ();
12941 return 0;
12943 _ACEOF
12944 if ac_fn_c_try_link "$LINENO"; then :
12945 ac_cv_lib_inotify_inotify_add_watch=yes
12946 else
12947 ac_cv_lib_inotify_inotify_add_watch=no
12949 rm -f core conftest.err conftest.$ac_objext \
12950 conftest$ac_exeext conftest.$ac_ext
12951 LIBS=$ac_check_lib_save_LIBS
12953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_inotify_inotify_add_watch" >&5
12954 $as_echo "$ac_cv_lib_inotify_inotify_add_watch" >&6; }
12955 if test "x$ac_cv_lib_inotify_inotify_add_watch" = xyes; then :
12957 else
12958 INOTIFY_LIBS=""
12961 CPPFLAGS=$ac_save_CPPFLAGS
12964 if test "$ac_cv_header_sys_inotify_h" != "yes"; then :
12965 case "x$with_inotify" in
12966 x) as_fn_append wine_notices "|libinotify ${notice_platform}development files not found (or too old), filesystem change notifications won't be supported." ;;
12967 xno) ;;
12968 *) as_fn_error $? "libinotify ${notice_platform}development files not found (or too old), filesystem change notifications won't be supported.
12969 This is an error since --with-inotify was requested." "$LINENO" 5 ;;
12970 esac
12974 if test "x$with_dbus" != "xno"
12975 then
12976 if ${DBUS_CFLAGS:+false} :; then :
12977 if ${PKG_CONFIG+:} false; then :
12978 DBUS_CFLAGS=`$PKG_CONFIG --cflags dbus-1 2>/dev/null`
12982 if ${DBUS_LIBS:+false} :; then :
12983 if ${PKG_CONFIG+:} false; then :
12984 DBUS_LIBS=`$PKG_CONFIG --libs dbus-1 2>/dev/null`
12989 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 cflags: $DBUS_CFLAGS" >&5
12990 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 libs: $DBUS_LIBS" >&5
12991 ac_save_CPPFLAGS=$CPPFLAGS
12992 CPPFLAGS="$CPPFLAGS $DBUS_CFLAGS"
12993 ac_fn_c_check_header_mongrel "$LINENO" "dbus/dbus.h" "ac_cv_header_dbus_dbus_h" "$ac_includes_default"
12994 if test "x$ac_cv_header_dbus_dbus_h" = xyes; then :
12995 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ldbus-1" >&5
12996 $as_echo_n "checking for -ldbus-1... " >&6; }
12997 if ${ac_cv_lib_soname_dbus_1+:} false; then :
12998 $as_echo_n "(cached) " >&6
12999 else
13000 ac_check_soname_save_LIBS=$LIBS
13001 LIBS="-ldbus-1 $DBUS_LIBS $LIBS"
13002 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13003 /* end confdefs.h. */
13005 /* Override any GCC internal prototype to avoid an error.
13006 Use char because int might match the return type of a GCC
13007 builtin and then its argument prototype would still apply. */
13008 #ifdef __cplusplus
13009 extern "C"
13010 #endif
13011 char dbus_connection_close ();
13013 main ()
13015 return dbus_connection_close ();
13017 return 0;
13019 _ACEOF
13020 if ac_fn_c_try_link "$LINENO"; then :
13021 case "$LIBEXT" in
13022 dll) ac_cv_lib_soname_dbus_1=`$ac_cv_path_LDD conftest.exe | grep "dbus-1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13023 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'` ;;
13024 *) 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'`
13025 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
13026 ac_cv_lib_soname_dbus_1=`$LDD conftest$ac_exeext | grep "libdbus-1\\.$LIBEXT" | sed -e "s/^.*\(libdbus-1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13027 fi ;;
13028 esac
13029 else
13030 ac_cv_lib_soname_dbus_1=
13032 rm -f core conftest.err conftest.$ac_objext \
13033 conftest$ac_exeext conftest.$ac_ext
13034 LIBS=$ac_check_soname_save_LIBS
13036 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
13037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13038 $as_echo "not found" >&6; }
13039 DBUS_CFLAGS=""
13040 else
13041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_dbus_1" >&5
13042 $as_echo "$ac_cv_lib_soname_dbus_1" >&6; }
13044 cat >>confdefs.h <<_ACEOF
13045 #define SONAME_LIBDBUS_1 "$ac_cv_lib_soname_dbus_1"
13046 _ACEOF
13050 else
13051 DBUS_CFLAGS=""
13055 CPPFLAGS=$ac_save_CPPFLAGS
13058 if test "x$ac_cv_lib_soname_dbus_1" = "x" -a \
13059 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
13060 case "x$with_dbus" in
13061 x) as_fn_append wine_notices "|libdbus ${notice_platform}development files not found, no dynamic device support." ;;
13062 xno) ;;
13063 *) as_fn_error $? "libdbus ${notice_platform}development files not found, no dynamic device support.
13064 This is an error since --with-dbus was requested." "$LINENO" 5 ;;
13065 esac
13069 if test "x$with_hal" != "xno" -a "x$ac_cv_lib_soname_dbus_1" != x
13070 then
13071 if ${HAL_CFLAGS:+false} :; then :
13072 if ${PKG_CONFIG+:} false; then :
13073 HAL_CFLAGS=`$PKG_CONFIG --cflags hal 2>/dev/null`
13077 if ${HAL_LIBS:+false} :; then :
13078 if ${PKG_CONFIG+:} false; then :
13079 HAL_LIBS=`$PKG_CONFIG --libs hal 2>/dev/null`
13083 HAL_LIBS=${HAL_LIBS:-"-ldbus-1"}
13084 $as_echo "$as_me:${as_lineno-$LINENO}: hal cflags: $HAL_CFLAGS" >&5
13085 $as_echo "$as_me:${as_lineno-$LINENO}: hal libs: $HAL_LIBS" >&5
13086 ac_save_CPPFLAGS=$CPPFLAGS
13087 CPPFLAGS="$CPPFLAGS $HAL_CFLAGS"
13088 ac_fn_c_check_header_mongrel "$LINENO" "hal/libhal.h" "ac_cv_header_hal_libhal_h" "$ac_includes_default"
13089 if test "x$ac_cv_header_hal_libhal_h" = xyes; then :
13090 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
13091 $as_echo_n "checking for -lhal... " >&6; }
13092 if ${ac_cv_lib_soname_hal+:} false; then :
13093 $as_echo_n "(cached) " >&6
13094 else
13095 ac_check_soname_save_LIBS=$LIBS
13096 LIBS="-lhal $HAL_LIBS $LIBS"
13097 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13098 /* end confdefs.h. */
13100 /* Override any GCC internal prototype to avoid an error.
13101 Use char because int might match the return type of a GCC
13102 builtin and then its argument prototype would still apply. */
13103 #ifdef __cplusplus
13104 extern "C"
13105 #endif
13106 char libhal_ctx_new ();
13108 main ()
13110 return libhal_ctx_new ();
13112 return 0;
13114 _ACEOF
13115 if ac_fn_c_try_link "$LINENO"; then :
13116 case "$LIBEXT" in
13117 dll) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13118 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'` ;;
13119 *) ac_cv_lib_soname_hal=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libhal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libhal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13120 if ${ac_cv_lib_soname_hal:+false} :; then :
13121 ac_cv_lib_soname_hal=`$LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13122 fi ;;
13123 esac
13124 else
13125 ac_cv_lib_soname_hal=
13127 rm -f core conftest.err conftest.$ac_objext \
13128 conftest$ac_exeext conftest.$ac_ext
13129 LIBS=$ac_check_soname_save_LIBS
13131 if ${ac_cv_lib_soname_hal:+false} :; then :
13132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13133 $as_echo "not found" >&6; }
13134 HAL_CFLAGS=""
13135 else
13136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
13137 $as_echo "$ac_cv_lib_soname_hal" >&6; }
13139 cat >>confdefs.h <<_ACEOF
13140 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
13141 _ACEOF
13145 else
13146 HAL_CFLAGS=""
13150 CPPFLAGS=$ac_save_CPPFLAGS
13152 if test "x$ac_cv_lib_soname_hal" = "x" -a \
13153 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
13154 case "x$with_hal" in
13155 x) as_fn_append wine_notices "|libhal ${notice_platform}development files not found, no legacy dynamic device support." ;;
13156 xno) ;;
13157 *) as_fn_error $? "libhal ${notice_platform}development files not found, no legacy dynamic device support.
13158 This is an error since --with-hal was requested." "$LINENO" 5 ;;
13159 esac
13164 if test "x$with_gnutls" != "xno"
13165 then
13166 if ${GNUTLS_CFLAGS:+false} :; then :
13167 if ${PKG_CONFIG+:} false; then :
13168 GNUTLS_CFLAGS=`$PKG_CONFIG --cflags gnutls 2>/dev/null`
13172 if ${GNUTLS_LIBS:+false} :; then :
13173 if ${PKG_CONFIG+:} false; then :
13174 GNUTLS_LIBS=`$PKG_CONFIG --libs gnutls 2>/dev/null`
13178 GNUTLS_LIBS=${GNUTLS_LIBS:-"-lgnutls"}
13179 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls cflags: $GNUTLS_CFLAGS" >&5
13180 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls libs: $GNUTLS_LIBS" >&5
13181 ac_save_CPPFLAGS=$CPPFLAGS
13182 CPPFLAGS="$CPPFLAGS $GNUTLS_CFLAGS"
13183 ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
13184 if test "x$ac_cv_header_gnutls_gnutls_h" = xyes; then :
13185 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13186 /* end confdefs.h. */
13187 #include <gnutls/gnutls.h>
13188 #include <gnutls/crypto.h>
13190 main ()
13192 static typeof(gnutls_mac_get_key_size) *func; if (func) return 0;
13194 return 0;
13196 _ACEOF
13197 if ac_fn_c_try_compile "$LINENO"; then :
13198 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
13199 $as_echo_n "checking for -lgnutls... " >&6; }
13200 if ${ac_cv_lib_soname_gnutls+:} false; then :
13201 $as_echo_n "(cached) " >&6
13202 else
13203 ac_check_soname_save_LIBS=$LIBS
13204 LIBS="-lgnutls $GNUTLS_LIBS $LIBS"
13205 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13206 /* end confdefs.h. */
13208 /* Override any GCC internal prototype to avoid an error.
13209 Use char because int might match the return type of a GCC
13210 builtin and then its argument prototype would still apply. */
13211 #ifdef __cplusplus
13212 extern "C"
13213 #endif
13214 char gnutls_global_init ();
13216 main ()
13218 return gnutls_global_init ();
13220 return 0;
13222 _ACEOF
13223 if ac_fn_c_try_link "$LINENO"; then :
13224 case "$LIBEXT" in
13225 dll) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13226 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'` ;;
13227 *) 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'`
13228 if ${ac_cv_lib_soname_gnutls:+false} :; then :
13229 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'`
13230 fi ;;
13231 esac
13232 else
13233 ac_cv_lib_soname_gnutls=
13235 rm -f core conftest.err conftest.$ac_objext \
13236 conftest$ac_exeext conftest.$ac_ext
13237 LIBS=$ac_check_soname_save_LIBS
13239 if ${ac_cv_lib_soname_gnutls:+false} :; then :
13240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13241 $as_echo "not found" >&6; }
13242 GNUTLS_CFLAGS=""
13243 else
13244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
13245 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
13247 cat >>confdefs.h <<_ACEOF
13248 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13249 _ACEOF
13253 ac_wine_check_funcs_save_LIBS="$LIBS"
13254 LIBS="$LIBS $GNUTLS_LIBS"
13255 for ac_func in gnutls_cipher_init
13256 do :
13257 ac_fn_c_check_func "$LINENO" "gnutls_cipher_init" "ac_cv_func_gnutls_cipher_init"
13258 if test "x$ac_cv_func_gnutls_cipher_init" = xyes; then :
13259 cat >>confdefs.h <<_ACEOF
13260 #define HAVE_GNUTLS_CIPHER_INIT 1
13261 _ACEOF
13263 else
13264 as_fn_append wine_notices "|libgnutls ${notice_platform}development files too old, bcrypt encryption won't be supported."
13266 done
13268 LIBS="$ac_wine_check_funcs_save_LIBS"
13270 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13271 else
13272 GNUTLS_CFLAGS=""
13276 CPPFLAGS=$ac_save_CPPFLAGS
13279 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
13280 case "x$with_gnutls" in
13281 x) as_fn_append wine_warnings "|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13282 xno) ;;
13283 *) as_fn_error $? "libgnutls ${notice_platform}development files not found, no schannel support.
13284 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
13285 esac
13289 if test "x$with_sane" != "xno"
13290 then
13291 if ${SANE_CFLAGS:+false} :; then :
13292 if ${PKG_CONFIG+:} false; then :
13293 SANE_CFLAGS=`$PKG_CONFIG --cflags sane-backends 2>/dev/null`
13296 test "$cross_compiling" = yes || SANE_CFLAGS=${SANE_CFLAGS:-`${SANE_CONFIG:-sane-config} --cflags 2>/dev/null`}
13297 if ${SANE_LIBS:+false} :; then :
13298 if ${PKG_CONFIG+:} false; then :
13299 SANE_LIBS=`$PKG_CONFIG --libs sane-backends 2>/dev/null`
13302 test "$cross_compiling" = yes || SANE_LIBS=${SANE_LIBS:-`${SANE_CONFIG:-sane-config} --ldflags 2>/dev/null`}
13304 $as_echo "$as_me:${as_lineno-$LINENO}: sane-backends cflags: $SANE_CFLAGS" >&5
13305 $as_echo "$as_me:${as_lineno-$LINENO}: sane-backends libs: $SANE_LIBS" >&5
13306 ac_save_CPPFLAGS=$CPPFLAGS
13307 CPPFLAGS="$CPPFLAGS $SANE_CFLAGS"
13308 ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
13309 if test "x$ac_cv_header_sane_sane_h" = xyes; then :
13310 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sane_init in -lsane" >&5
13311 $as_echo_n "checking for sane_init in -lsane... " >&6; }
13312 if ${ac_cv_lib_sane_sane_init+:} false; then :
13313 $as_echo_n "(cached) " >&6
13314 else
13315 ac_check_lib_save_LIBS=$LIBS
13316 LIBS="-lsane $SANE_LIBS $LIBS"
13317 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13318 /* end confdefs.h. */
13320 /* Override any GCC internal prototype to avoid an error.
13321 Use char because int might match the return type of a GCC
13322 builtin and then its argument prototype would still apply. */
13323 #ifdef __cplusplus
13324 extern "C"
13325 #endif
13326 char sane_init ();
13328 main ()
13330 return sane_init ();
13332 return 0;
13334 _ACEOF
13335 if ac_fn_c_try_link "$LINENO"; then :
13336 ac_cv_lib_sane_sane_init=yes
13337 else
13338 ac_cv_lib_sane_sane_init=no
13340 rm -f core conftest.err conftest.$ac_objext \
13341 conftest$ac_exeext conftest.$ac_ext
13342 LIBS=$ac_check_lib_save_LIBS
13344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_sane_sane_init" >&5
13345 $as_echo "$ac_cv_lib_sane_sane_init" >&6; }
13346 if test "x$ac_cv_lib_sane_sane_init" = xyes; then :
13353 CPPFLAGS=$ac_save_CPPFLAGS
13356 if test "$ac_cv_lib_sane_sane_init" != "yes"; then :
13357 case "x$with_sane" in
13358 x) as_fn_append wine_notices "|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
13359 xno) ;;
13360 *) as_fn_error $? "libsane ${notice_platform}development files not found, scanners won't be supported.
13361 This is an error since --with-sane was requested." "$LINENO" 5 ;;
13362 esac
13363 enable_sane_ds=${enable_sane_ds:-no}
13366 if test "x$with_usb" != "xno"
13367 then
13368 if ${USB_CFLAGS:+false} :; then :
13369 if ${PKG_CONFIG+:} false; then :
13370 USB_CFLAGS=`$PKG_CONFIG --cflags libusb-1.0 2>/dev/null`
13374 if ${USB_LIBS:+false} :; then :
13375 if ${PKG_CONFIG+:} false; then :
13376 USB_LIBS=`$PKG_CONFIG --libs libusb-1.0 2>/dev/null`
13380 USB_LIBS=${USB_LIBS:-"-lusb-1.0"}
13381 $as_echo "$as_me:${as_lineno-$LINENO}: libusb-1.0 cflags: $USB_CFLAGS" >&5
13382 $as_echo "$as_me:${as_lineno-$LINENO}: libusb-1.0 libs: $USB_LIBS" >&5
13383 ac_save_CPPFLAGS=$CPPFLAGS
13384 CPPFLAGS="$CPPFLAGS $USB_CFLAGS"
13385 ac_fn_c_check_header_mongrel "$LINENO" "libusb.h" "ac_cv_header_libusb_h" "$ac_includes_default"
13386 if test "x$ac_cv_header_libusb_h" = xyes; then :
13387 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libusb_interrupt_event_handler in -lusb-1.0" >&5
13388 $as_echo_n "checking for libusb_interrupt_event_handler in -lusb-1.0... " >&6; }
13389 if ${ac_cv_lib_usb_1_0_libusb_interrupt_event_handler+:} false; then :
13390 $as_echo_n "(cached) " >&6
13391 else
13392 ac_check_lib_save_LIBS=$LIBS
13393 LIBS="-lusb-1.0 $USB_LIBS $LIBS"
13394 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13395 /* end confdefs.h. */
13397 /* Override any GCC internal prototype to avoid an error.
13398 Use char because int might match the return type of a GCC
13399 builtin and then its argument prototype would still apply. */
13400 #ifdef __cplusplus
13401 extern "C"
13402 #endif
13403 char libusb_interrupt_event_handler ();
13405 main ()
13407 return libusb_interrupt_event_handler ();
13409 return 0;
13411 _ACEOF
13412 if ac_fn_c_try_link "$LINENO"; then :
13413 ac_cv_lib_usb_1_0_libusb_interrupt_event_handler=yes
13414 else
13415 ac_cv_lib_usb_1_0_libusb_interrupt_event_handler=no
13417 rm -f core conftest.err conftest.$ac_objext \
13418 conftest$ac_exeext conftest.$ac_ext
13419 LIBS=$ac_check_lib_save_LIBS
13421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_usb_1_0_libusb_interrupt_event_handler" >&5
13422 $as_echo "$ac_cv_lib_usb_1_0_libusb_interrupt_event_handler" >&6; }
13423 if test "x$ac_cv_lib_usb_1_0_libusb_interrupt_event_handler" = xyes; then :
13425 else
13426 USB_LIBS=""
13429 else
13430 USB_LIBS=""
13434 CPPFLAGS=$ac_save_CPPFLAGS
13437 if test "$ac_cv_lib_usb_1_0_libusb_interrupt_event_handler" != "yes"; then :
13438 case "x$with_usb" in
13439 x) as_fn_append wine_notices "|libusb-1.0 ${notice_platform}development files not found (or too old), USB devices won't be supported." ;;
13440 xno) ;;
13441 *) as_fn_error $? "libusb-1.0 ${notice_platform}development files not found (or too old), USB devices won't be supported.
13442 This is an error since --with-usb was requested." "$LINENO" 5 ;;
13443 esac
13444 enable_wineusb_sys=${enable_wineusb_sys:-no}
13447 if test "x$with_v4l2" != "xno"
13448 then
13449 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l2" >&5
13450 $as_echo_n "checking for -lv4l2... " >&6; }
13451 if ${ac_cv_lib_soname_v4l2+:} false; then :
13452 $as_echo_n "(cached) " >&6
13453 else
13454 ac_check_soname_save_LIBS=$LIBS
13455 LIBS="-lv4l2 $LIBS"
13456 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13457 /* end confdefs.h. */
13459 /* Override any GCC internal prototype to avoid an error.
13460 Use char because int might match the return type of a GCC
13461 builtin and then its argument prototype would still apply. */
13462 #ifdef __cplusplus
13463 extern "C"
13464 #endif
13465 char v4l2_open ();
13467 main ()
13469 return v4l2_open ();
13471 return 0;
13473 _ACEOF
13474 if ac_fn_c_try_link "$LINENO"; then :
13475 case "$LIBEXT" in
13476 dll) ac_cv_lib_soname_v4l2=`$ac_cv_path_LDD conftest.exe | grep "v4l2" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13477 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'` ;;
13478 *) ac_cv_lib_soname_v4l2=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libv4l2\\.$LIBEXT" | sed -e "s/^.*\\[\\(libv4l2\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13479 if ${ac_cv_lib_soname_v4l2:+false} :; then :
13480 ac_cv_lib_soname_v4l2=`$LDD conftest$ac_exeext | grep "libv4l2\\.$LIBEXT" | sed -e "s/^.*\(libv4l2\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13481 fi ;;
13482 esac
13483 else
13484 ac_cv_lib_soname_v4l2=
13486 rm -f core conftest.err conftest.$ac_objext \
13487 conftest$ac_exeext conftest.$ac_ext
13488 LIBS=$ac_check_soname_save_LIBS
13490 if ${ac_cv_lib_soname_v4l2:+false} :; then :
13491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13492 $as_echo "not found" >&6; }
13494 else
13495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l2" >&5
13496 $as_echo "$ac_cv_lib_soname_v4l2" >&6; }
13498 cat >>confdefs.h <<_ACEOF
13499 #define SONAME_LIBV4L2 "$ac_cv_lib_soname_v4l2"
13500 _ACEOF
13505 if test "x$ac_cv_lib_soname_v4l2" = "x"; then :
13506 case "x$with_v4l2" in
13507 x) as_fn_append wine_notices "|libv4l2 ${notice_platform}development files not found." ;;
13508 xno) ;;
13509 *) as_fn_error $? "libv4l2 ${notice_platform}development files not found.
13510 This is an error since --with-v4l2 was requested." "$LINENO" 5 ;;
13511 esac
13515 if test "x$with_gphoto" != "xno"
13516 then
13517 if ${GPHOTO2_CFLAGS:+false} :; then :
13518 if ${PKG_CONFIG+:} false; then :
13519 GPHOTO2_CFLAGS=`$PKG_CONFIG --cflags libgphoto2 2>/dev/null`
13522 test "$cross_compiling" = yes || GPHOTO2_CFLAGS=${GPHOTO2_CFLAGS:-`${GPHOTO2_CONFIG:-gphoto2-config} --cflags 2>/dev/null`}
13523 if ${GPHOTO2_LIBS:+false} :; then :
13524 if ${PKG_CONFIG+:} false; then :
13525 GPHOTO2_LIBS=`$PKG_CONFIG --libs libgphoto2 2>/dev/null`
13528 test "$cross_compiling" = yes || GPHOTO2_LIBS=${GPHOTO2_LIBS:-`${GPHOTO2_CONFIG:-gphoto2-config} --libs 2>/dev/null`}
13529 GPHOTO2_LIBS=${GPHOTO2_LIBS:-"-lgphoto2"}
13530 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 cflags: $GPHOTO2_CFLAGS" >&5
13531 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 libs: $GPHOTO2_LIBS" >&5
13532 ac_save_CPPFLAGS=$CPPFLAGS
13533 CPPFLAGS="$CPPFLAGS $GPHOTO2_CFLAGS"
13534 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
13535 if test "x$ac_cv_header_gphoto2_camera_h" = xyes; then :
13536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
13537 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
13538 if ${ac_cv_lib_gphoto2_gp_camera_new+:} false; then :
13539 $as_echo_n "(cached) " >&6
13540 else
13541 ac_check_lib_save_LIBS=$LIBS
13542 LIBS="-lgphoto2 $GPHOTO2_LIBS $LIBS"
13543 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13544 /* end confdefs.h. */
13546 /* Override any GCC internal prototype to avoid an error.
13547 Use char because int might match the return type of a GCC
13548 builtin and then its argument prototype would still apply. */
13549 #ifdef __cplusplus
13550 extern "C"
13551 #endif
13552 char gp_camera_new ();
13554 main ()
13556 return gp_camera_new ();
13558 return 0;
13560 _ACEOF
13561 if ac_fn_c_try_link "$LINENO"; then :
13562 ac_cv_lib_gphoto2_gp_camera_new=yes
13563 else
13564 ac_cv_lib_gphoto2_gp_camera_new=no
13566 rm -f core conftest.err conftest.$ac_objext \
13567 conftest$ac_exeext conftest.$ac_ext
13568 LIBS=$ac_check_lib_save_LIBS
13570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
13571 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
13572 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = xyes; then :
13579 CPPFLAGS=$ac_save_CPPFLAGS
13581 if ${GPHOTO2_PORT_CFLAGS:+false} :; then :
13582 if ${PKG_CONFIG+:} false; then :
13583 GPHOTO2_PORT_CFLAGS=`$PKG_CONFIG --cflags libgphoto2_port 2>/dev/null`
13586 test "$cross_compiling" = yes || GPHOTO2_PORT_CFLAGS=${GPHOTO2_PORT_CFLAGS:-`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --cflags 2>/dev/null`}
13587 if ${GPHOTO2_PORT_LIBS:+false} :; then :
13588 if ${PKG_CONFIG+:} false; then :
13589 GPHOTO2_PORT_LIBS=`$PKG_CONFIG --libs libgphoto2_port 2>/dev/null`
13592 test "$cross_compiling" = yes || GPHOTO2_PORT_LIBS=${GPHOTO2_PORT_LIBS:-`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --libs 2>/dev/null`}
13593 GPHOTO2_PORT_LIBS=${GPHOTO2_PORT_LIBS:-"-lgphoto2_port"}
13594 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port cflags: $GPHOTO2_PORT_CFLAGS" >&5
13595 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port libs: $GPHOTO2_PORT_LIBS" >&5
13596 ac_save_CPPFLAGS=$CPPFLAGS
13597 CPPFLAGS="$CPPFLAGS $GPHOTO2_PORT_CFLAGS"
13598 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-port.h" "ac_cv_header_gphoto2_port_h" "$ac_includes_default"
13599 if test "x$ac_cv_header_gphoto2_port_h" = xyes; then :
13600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_port_info_list_new in -lgphoto2_port" >&5
13601 $as_echo_n "checking for gp_port_info_list_new in -lgphoto2_port... " >&6; }
13602 if ${ac_cv_lib_gphoto2_port_gp_port_info_list_new+:} false; then :
13603 $as_echo_n "(cached) " >&6
13604 else
13605 ac_check_lib_save_LIBS=$LIBS
13606 LIBS="-lgphoto2_port $GPHOTO2_PORT_LIBS $LIBS"
13607 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13608 /* end confdefs.h. */
13610 /* Override any GCC internal prototype to avoid an error.
13611 Use char because int might match the return type of a GCC
13612 builtin and then its argument prototype would still apply. */
13613 #ifdef __cplusplus
13614 extern "C"
13615 #endif
13616 char gp_port_info_list_new ();
13618 main ()
13620 return gp_port_info_list_new ();
13622 return 0;
13624 _ACEOF
13625 if ac_fn_c_try_link "$LINENO"; then :
13626 ac_cv_lib_gphoto2_port_gp_port_info_list_new=yes
13627 else
13628 ac_cv_lib_gphoto2_port_gp_port_info_list_new=no
13630 rm -f core conftest.err conftest.$ac_objext \
13631 conftest$ac_exeext conftest.$ac_ext
13632 LIBS=$ac_check_lib_save_LIBS
13634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&5
13635 $as_echo "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&6; }
13636 if test "x$ac_cv_lib_gphoto2_port_gp_port_info_list_new" = xyes; then :
13638 $as_echo "#define HAVE_GPHOTO2_PORT 1" >>confdefs.h
13640 else
13641 GPHOTO2_PORT_LIBS=""; GPHOTO2_PORT_CFLAGS=""
13644 else
13645 GPHOTO2_PORT_LIBS=""; GPHOTO2_PORT_CFLAGS=""
13649 CPPFLAGS=$ac_save_CPPFLAGS
13652 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
13653 case "x$with_gphoto" in
13654 x) as_fn_append wine_notices "|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
13655 xno) ;;
13656 *) as_fn_error $? "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
13657 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
13658 esac
13659 enable_gphoto2_ds=${enable_gphoto2_ds:-no}
13661 if test "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" != "yes"; then :
13662 case "x$with_gphoto" in
13663 x) as_fn_append wine_notices "|libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected." ;;
13664 xno) ;;
13665 *) as_fn_error $? "libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected.
13666 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
13667 esac
13672 if test "$ac_cv_header_resolv_h" = "yes"
13673 then
13674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for resolver library" >&5
13675 $as_echo_n "checking for resolver library... " >&6; }
13676 if ${ac_cv_have_resolv+:} false; then :
13677 $as_echo_n "(cached) " >&6
13678 else
13679 ac_save_LIBS="$LIBS"
13680 for lib in '' -lresolv
13682 LIBS="$lib $ac_save_LIBS"
13683 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13684 /* end confdefs.h. */
13685 #ifdef HAVE_NETINET_IN_H
13686 #include <netinet/in.h>
13687 #endif
13688 #include <resolv.h>
13690 main ()
13692 if (!(_res.options & RES_INIT)) res_init(); res_query("foo",ns_c_in,0,0,0); ns_initparse(0,0,0)
13694 return 0;
13696 _ACEOF
13697 if ac_fn_c_try_link "$LINENO"; then :
13698 ac_cv_have_resolv=${lib:-"none required"}
13699 else
13700 ac_cv_have_resolv="not found"
13702 rm -f core conftest.err conftest.$ac_objext \
13703 conftest$ac_exeext conftest.$ac_ext
13704 test "x$ac_cv_have_resolv" = "xnot found" || break
13705 done
13706 LIBS="$ac_save_LIBS"
13708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_resolv" >&5
13709 $as_echo "$ac_cv_have_resolv" >&6; }
13711 case "$ac_cv_have_resolv" in
13712 "not found") ;;
13713 "none required")
13715 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
13718 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
13720 RESOLV_LIBS=$ac_cv_have_resolv
13722 esac
13724 if test "x$ac_cv_have_resolv" != "xnot found"
13725 then
13726 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for res_getservers" >&5
13727 $as_echo_n "checking for res_getservers... " >&6; }
13728 if ${ac_cv_have_res_getservers+:} false; then :
13729 $as_echo_n "(cached) " >&6
13730 else
13731 ac_save_LIBS="$LIBS"
13732 LIBS="$RESOLV_LIBS $LIBS"
13733 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13734 /* end confdefs.h. */
13735 #include <resolv.h>
13737 main ()
13739 res_getservers(NULL, NULL, 0);
13741 return 0;
13743 _ACEOF
13744 if ac_fn_c_try_link "$LINENO"; then :
13745 ac_cv_have_res_getservers=yes
13746 else
13747 ac_cv_have_res_getservers=no
13749 rm -f core conftest.err conftest.$ac_objext \
13750 conftest$ac_exeext conftest.$ac_ext
13751 LIBS="$ac_save_LIBS"
13753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_res_getservers" >&5
13754 $as_echo "$ac_cv_have_res_getservers" >&6; }
13755 if test "$ac_cv_have_res_getservers" = "yes"
13756 then
13758 $as_echo "#define HAVE_RES_GETSERVERS 1" >>confdefs.h
13764 if test "x$with_freetype" != "xno"
13765 then
13766 if ${FREETYPE_CFLAGS:+false} :; then :
13767 if ${PKG_CONFIG+:} false; then :
13768 FREETYPE_CFLAGS=`$PKG_CONFIG --cflags freetype2 2>/dev/null`
13771 test "$cross_compiling" = yes || FREETYPE_CFLAGS=${FREETYPE_CFLAGS:-`(${FREETYPE_CONFIG:-freetype-config} --cflags || ${FREETYPE2_CONFIG:-freetype2-config} --cflags) 2>/dev/null`}
13772 if ${FREETYPE_LIBS:+false} :; then :
13773 if ${PKG_CONFIG+:} false; then :
13774 FREETYPE_LIBS=`$PKG_CONFIG --libs freetype2 2>/dev/null`
13777 test "$cross_compiling" = yes || FREETYPE_LIBS=${FREETYPE_LIBS:-`(${FREETYPE_CONFIG:-freetype-config} --libs || ${FREETYPE2_CONFIG:-freetype2-config} --libs) 2>/dev/null`}
13778 FREETYPE_LIBS=${FREETYPE_LIBS:-"-lfreetype"}
13779 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 cflags: $FREETYPE_CFLAGS" >&5
13780 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 libs: $FREETYPE_LIBS" >&5
13781 ac_save_CPPFLAGS=$CPPFLAGS
13782 CPPFLAGS="$CPPFLAGS $FREETYPE_CFLAGS"
13783 for ac_header in ft2build.h
13784 do :
13785 ac_fn_c_check_header_mongrel "$LINENO" "ft2build.h" "ac_cv_header_ft2build_h" "$ac_includes_default"
13786 if test "x$ac_cv_header_ft2build_h" = xyes; then :
13787 cat >>confdefs.h <<_ACEOF
13788 #define HAVE_FT2BUILD_H 1
13789 _ACEOF
13793 done
13795 if test "$ac_cv_header_ft2build_h" = "yes"
13796 then
13797 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
13798 $as_echo_n "checking for -lfreetype... " >&6; }
13799 if ${ac_cv_lib_soname_freetype+:} false; then :
13800 $as_echo_n "(cached) " >&6
13801 else
13802 ac_check_soname_save_LIBS=$LIBS
13803 LIBS="-lfreetype $FREETYPE_LIBS $LIBS"
13804 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13805 /* end confdefs.h. */
13807 /* Override any GCC internal prototype to avoid an error.
13808 Use char because int might match the return type of a GCC
13809 builtin and then its argument prototype would still apply. */
13810 #ifdef __cplusplus
13811 extern "C"
13812 #endif
13813 char FT_Init_FreeType ();
13815 main ()
13817 return FT_Init_FreeType ();
13819 return 0;
13821 _ACEOF
13822 if ac_fn_c_try_link "$LINENO"; then :
13823 case "$LIBEXT" in
13824 dll) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13825 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'` ;;
13826 *) ac_cv_lib_soname_freetype=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfreetype\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfreetype\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13827 if ${ac_cv_lib_soname_freetype:+false} :; then :
13828 ac_cv_lib_soname_freetype=`$LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13829 fi ;;
13830 esac
13831 else
13832 ac_cv_lib_soname_freetype=
13834 rm -f core conftest.err conftest.$ac_objext \
13835 conftest$ac_exeext conftest.$ac_ext
13836 LIBS=$ac_check_soname_save_LIBS
13838 if ${ac_cv_lib_soname_freetype:+false} :; then :
13839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13840 $as_echo "not found" >&6; }
13841 FREETYPE_LIBS=""
13842 else
13843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
13844 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
13846 cat >>confdefs.h <<_ACEOF
13847 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
13848 _ACEOF
13851 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
13853 ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <ft2build.h>
13854 #include FT_MODULE_H
13856 if test "x$ac_cv_type_FT_TrueTypeEngineType" = xyes; then :
13858 cat >>confdefs.h <<_ACEOF
13859 #define HAVE_FT_TRUETYPEENGINETYPE 1
13860 _ACEOF
13866 else
13867 FREETYPE_CFLAGS=""
13868 FREETYPE_LIBS=""
13870 CPPFLAGS=$ac_save_CPPFLAGS
13873 if test "x$ac_cv_lib_soname_freetype" = x; then :
13874 case "x$with_freetype" in
13875 xno) ;;
13876 *) as_fn_error $? "FreeType ${notice_platform}development files not found. Fonts will not be built.
13877 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
13878 esac
13879 enable_fonts=${enable_fonts:-no}
13882 ac_wine_check_funcs_save_LIBS="$LIBS"
13883 LIBS="$LIBS $PTHREAD_LIBS"
13884 for ac_func in \
13885 pthread_getthreadid_np
13886 do :
13887 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13888 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13889 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
13890 cat >>confdefs.h <<_ACEOF
13891 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13892 _ACEOF
13895 done
13897 LIBS="$ac_wine_check_funcs_save_LIBS"
13899 if test "x$enable_tools" != xno -a "x$with_gettextpo" = xyes
13900 then
13901 if test "$ac_cv_header_gettext_po_h" = "yes"
13902 then
13903 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for po_message_msgctxt in -lgettextpo" >&5
13904 $as_echo_n "checking for po_message_msgctxt in -lgettextpo... " >&6; }
13905 if ${ac_cv_lib_gettextpo_po_message_msgctxt+:} false; then :
13906 $as_echo_n "(cached) " >&6
13907 else
13908 ac_check_lib_save_LIBS=$LIBS
13909 LIBS="-lgettextpo $LIBS"
13910 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13911 /* end confdefs.h. */
13913 /* Override any GCC internal prototype to avoid an error.
13914 Use char because int might match the return type of a GCC
13915 builtin and then its argument prototype would still apply. */
13916 #ifdef __cplusplus
13917 extern "C"
13918 #endif
13919 char po_message_msgctxt ();
13921 main ()
13923 return po_message_msgctxt ();
13925 return 0;
13927 _ACEOF
13928 if ac_fn_c_try_link "$LINENO"; then :
13929 ac_cv_lib_gettextpo_po_message_msgctxt=yes
13930 else
13931 ac_cv_lib_gettextpo_po_message_msgctxt=no
13933 rm -f core conftest.err conftest.$ac_objext \
13934 conftest$ac_exeext conftest.$ac_ext
13935 LIBS=$ac_check_lib_save_LIBS
13937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gettextpo_po_message_msgctxt" >&5
13938 $as_echo "$ac_cv_lib_gettextpo_po_message_msgctxt" >&6; }
13939 if test "x$ac_cv_lib_gettextpo_po_message_msgctxt" = xyes; then :
13941 $as_echo "#define HAVE_LIBGETTEXTPO 1" >>confdefs.h
13943 GETTEXTPO_LIBS="-lgettextpo"
13948 if test "x$GETTEXTPO_LIBS" = "x"; then :
13949 case "x$with_gettextpo" in
13950 x) as_fn_append wine_notices "|GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt." ;;
13951 xno) ;;
13952 *) as_fn_error $? "GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt.
13953 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
13954 esac
13957 if test "$srcdir" != .; then :
13958 case "x$with_gettextpo" in
13959 x) as_fn_append wine_notices "|Rebuilding po files is not supported for out of tree builds." ;;
13960 xno) ;;
13961 *) as_fn_error $? "Rebuilding po files is not supported for out of tree builds.
13962 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
13963 esac
13968 if test "x$with_pulse" != "xno";
13969 then
13970 if ${PULSE_CFLAGS:+false} :; then :
13971 if ${PKG_CONFIG+:} false; then :
13972 PULSE_CFLAGS=`$PKG_CONFIG --cflags libpulse 2>/dev/null`
13976 if ${PULSE_LIBS:+false} :; then :
13977 if ${PKG_CONFIG+:} false; then :
13978 PULSE_LIBS=`$PKG_CONFIG --libs libpulse 2>/dev/null`
13983 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse cflags: $PULSE_CFLAGS" >&5
13984 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse libs: $PULSE_LIBS" >&5
13985 ac_save_CPPFLAGS=$CPPFLAGS
13986 CPPFLAGS="$CPPFLAGS $PULSE_CFLAGS"
13987 for ac_header in pulse/pulseaudio.h
13988 do :
13989 ac_fn_c_check_header_mongrel "$LINENO" "pulse/pulseaudio.h" "ac_cv_header_pulse_pulseaudio_h" "$ac_includes_default"
13990 if test "x$ac_cv_header_pulse_pulseaudio_h" = xyes; then :
13991 cat >>confdefs.h <<_ACEOF
13992 #define HAVE_PULSE_PULSEAUDIO_H 1
13993 _ACEOF
13994 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pa_stream_is_corked in -lpulse" >&5
13995 $as_echo_n "checking for pa_stream_is_corked in -lpulse... " >&6; }
13996 if ${ac_cv_lib_pulse_pa_stream_is_corked+:} false; then :
13997 $as_echo_n "(cached) " >&6
13998 else
13999 ac_check_lib_save_LIBS=$LIBS
14000 LIBS="-lpulse $PULSE_LIBS $LIBS"
14001 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14002 /* end confdefs.h. */
14004 /* Override any GCC internal prototype to avoid an error.
14005 Use char because int might match the return type of a GCC
14006 builtin and then its argument prototype would still apply. */
14007 #ifdef __cplusplus
14008 extern "C"
14009 #endif
14010 char pa_stream_is_corked ();
14012 main ()
14014 return pa_stream_is_corked ();
14016 return 0;
14018 _ACEOF
14019 if ac_fn_c_try_link "$LINENO"; then :
14020 ac_cv_lib_pulse_pa_stream_is_corked=yes
14021 else
14022 ac_cv_lib_pulse_pa_stream_is_corked=no
14024 rm -f core conftest.err conftest.$ac_objext \
14025 conftest$ac_exeext conftest.$ac_ext
14026 LIBS=$ac_check_lib_save_LIBS
14028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pulse_pa_stream_is_corked" >&5
14029 $as_echo "$ac_cv_lib_pulse_pa_stream_is_corked" >&6; }
14030 if test "x$ac_cv_lib_pulse_pa_stream_is_corked" = xyes; then :
14032 else
14033 PULSE_LIBS=""
14036 else
14037 PULSE_LIBS=""
14040 done
14042 CPPFLAGS=$ac_save_CPPFLAGS
14045 if test -z "$PULSE_LIBS"; then :
14046 case "x$with_pulse" in
14047 x) as_fn_append wine_notices "|libpulse ${notice_platform}development files not found or too old, Pulse won't be supported." ;;
14048 xno) ;;
14049 *) as_fn_error $? "libpulse ${notice_platform}development files not found or too old, Pulse won't be supported.
14050 This is an error since --with-pulse was requested." "$LINENO" 5 ;;
14051 esac
14052 enable_winepulse_drv=${enable_winepulse_drv:-no}
14055 if test "x$with_gstreamer" != "xno"
14056 then
14057 if ${GSTREAMER_CFLAGS:+false} :; then :
14058 if ${PKG_CONFIG+:} false; then :
14059 GSTREAMER_CFLAGS=`$PKG_CONFIG --cflags gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 2>/dev/null`
14063 if ${GSTREAMER_LIBS:+false} :; then :
14064 if ${PKG_CONFIG+:} false; then :
14065 GSTREAMER_LIBS=`$PKG_CONFIG --libs gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 2>/dev/null`
14070 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 cflags: $GSTREAMER_CFLAGS" >&5
14071 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 libs: $GSTREAMER_LIBS" >&5
14072 ac_save_CPPFLAGS=$CPPFLAGS
14073 CPPFLAGS="$CPPFLAGS $GSTREAMER_CFLAGS"
14074 ac_fn_c_check_header_mongrel "$LINENO" "gst/gst.h" "ac_cv_header_gst_gst_h" "$ac_includes_default"
14075 if test "x$ac_cv_header_gst_gst_h" = xyes; then :
14076 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gint64 defined by gst/gst.h is indeed 64-bit" >&5
14077 $as_echo_n "checking whether gint64 defined by gst/gst.h is indeed 64-bit... " >&6; }
14078 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14079 /* end confdefs.h. */
14080 #include <gst/gst.h>
14082 main ()
14084 static int a[sizeof(gint64) > 4 ? 1 : -1]; if (a[0]) return 0;
14086 return 0;
14088 _ACEOF
14089 if ac_fn_c_try_compile "$LINENO"; then :
14090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14091 $as_echo "yes" >&6; }
14092 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_pad_new in -lgstreamer-1.0" >&5
14093 $as_echo_n "checking for gst_pad_new in -lgstreamer-1.0... " >&6; }
14094 if ${ac_cv_lib_gstreamer_1_0_gst_pad_new+:} false; then :
14095 $as_echo_n "(cached) " >&6
14096 else
14097 ac_check_lib_save_LIBS=$LIBS
14098 LIBS="-lgstreamer-1.0 $GSTREAMER_LIBS $LIBS"
14099 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14100 /* end confdefs.h. */
14102 /* Override any GCC internal prototype to avoid an error.
14103 Use char because int might match the return type of a GCC
14104 builtin and then its argument prototype would still apply. */
14105 #ifdef __cplusplus
14106 extern "C"
14107 #endif
14108 char gst_pad_new ();
14110 main ()
14112 return gst_pad_new ();
14114 return 0;
14116 _ACEOF
14117 if ac_fn_c_try_link "$LINENO"; then :
14118 ac_cv_lib_gstreamer_1_0_gst_pad_new=yes
14119 else
14120 ac_cv_lib_gstreamer_1_0_gst_pad_new=no
14122 rm -f core conftest.err conftest.$ac_objext \
14123 conftest$ac_exeext conftest.$ac_ext
14124 LIBS=$ac_check_lib_save_LIBS
14126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstreamer_1_0_gst_pad_new" >&5
14127 $as_echo "$ac_cv_lib_gstreamer_1_0_gst_pad_new" >&6; }
14128 if test "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" = xyes; then :
14132 else
14133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14134 $as_echo "no" >&6; }
14135 ac_glib2_broken=yes
14136 as_fn_append wine_notices "|glib-2.0 pkgconfig configuration is for the wrong architecture, winegstreamer won't be built."
14138 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14142 CPPFLAGS=$ac_save_CPPFLAGS
14145 if test "x$with_gstreamer" = xyes -o "x$with_quicktime" = xno -o "x$ac_cv_header_QuickTime_ImageCompression_h" != xyes
14146 then
14147 if test "x$ac_glib2_broken" != xyes -a "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" != xyes; then :
14148 case "x$with_gstreamer" in
14149 x) as_fn_append wine_notices "|gstreamer-1.0 base plugins ${notice_platform}development files not found, GStreamer won't be supported." ;;
14150 xno) ;;
14151 *) as_fn_error $? "gstreamer-1.0 base plugins ${notice_platform}development files not found, GStreamer won't be supported.
14152 This is an error since --with-gstreamer was requested." "$LINENO" 5 ;;
14153 esac
14157 test "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" = xyes || enable_winegstreamer=${enable_winegstreamer:-no}
14159 ALSA_LIBS=""
14161 if test "x$with_alsa" != "xno"
14162 then
14163 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access_mask in -lasound" >&5
14164 $as_echo_n "checking for snd_pcm_hw_params_get_access_mask in -lasound... " >&6; }
14165 if ${ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask+:} false; then :
14166 $as_echo_n "(cached) " >&6
14167 else
14168 ac_check_lib_save_LIBS=$LIBS
14169 LIBS="-lasound $LIBS"
14170 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14171 /* end confdefs.h. */
14173 /* Override any GCC internal prototype to avoid an error.
14174 Use char because int might match the return type of a GCC
14175 builtin and then its argument prototype would still apply. */
14176 #ifdef __cplusplus
14177 extern "C"
14178 #endif
14179 char snd_pcm_hw_params_get_access_mask ();
14181 main ()
14183 return snd_pcm_hw_params_get_access_mask ();
14185 return 0;
14187 _ACEOF
14188 if ac_fn_c_try_link "$LINENO"; then :
14189 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask=yes
14190 else
14191 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask=no
14193 rm -f core conftest.err conftest.$ac_objext \
14194 conftest$ac_exeext conftest.$ac_ext
14195 LIBS=$ac_check_lib_save_LIBS
14197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&5
14198 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&6; }
14199 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" = xyes; then :
14200 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14201 /* end confdefs.h. */
14202 #include <alsa/asoundlib.h>
14204 main ()
14206 snd_pcm_hw_params_get_access_mask(NULL, NULL)
14208 return 0;
14210 _ACEOF
14211 if ac_fn_c_try_compile "$LINENO"; then :
14212 ALSA_LIBS="-lasound"
14214 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14218 test -n "$ALSA_LIBS" || enable_winealsa_drv=${enable_winealsa_drv:-no}
14220 if test "x$with_oss" != xno
14221 then
14222 ac_save_CPPFLAGS="$CPPFLAGS"
14223 if test -f /etc/oss.conf
14224 then
14225 . /etc/oss.conf
14227 ac_oss_incl="-I${OSSLIBDIR:-/usr/lib/oss}/include"
14228 CPPFLAGS="$CPPFLAGS $ac_oss_incl"
14229 ac_fn_c_check_header_mongrel "$LINENO" "sys/soundcard.h" "ac_cv_header_sys_soundcard_h" "$ac_includes_default"
14230 if test "x$ac_cv_header_sys_soundcard_h" = xyes; then :
14231 ac_fn_c_check_member "$LINENO" "oss_sysinfo" "numaudioengines" "ac_cv_member_oss_sysinfo_numaudioengines" "#include <sys/soundcard.h>
14233 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes; then :
14235 cat >>confdefs.h <<_ACEOF
14236 #define HAVE_OSS_SYSINFO_NUMAUDIOENGINES 1
14237 _ACEOF
14239 OSS4_CFLAGS="$ac_oss_incl"
14241 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
14242 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
14243 if ${ac_cv_lib_ossaudio__oss_ioctl+:} false; then :
14244 $as_echo_n "(cached) " >&6
14245 else
14246 ac_check_lib_save_LIBS=$LIBS
14247 LIBS="-lossaudio $LIBS"
14248 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14249 /* end confdefs.h. */
14251 /* Override any GCC internal prototype to avoid an error.
14252 Use char because int might match the return type of a GCC
14253 builtin and then its argument prototype would still apply. */
14254 #ifdef __cplusplus
14255 extern "C"
14256 #endif
14257 char _oss_ioctl ();
14259 main ()
14261 return _oss_ioctl ();
14263 return 0;
14265 _ACEOF
14266 if ac_fn_c_try_link "$LINENO"; then :
14267 ac_cv_lib_ossaudio__oss_ioctl=yes
14268 else
14269 ac_cv_lib_ossaudio__oss_ioctl=no
14271 rm -f core conftest.err conftest.$ac_objext \
14272 conftest$ac_exeext conftest.$ac_ext
14273 LIBS=$ac_check_lib_save_LIBS
14275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
14276 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
14277 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes; then :
14278 OSS4_LIBS="-lossaudio"
14287 CPPFLAGS="$ac_save_CPPFLAGS"
14289 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes; then :
14290 case "x$with_oss" in
14291 x) as_fn_append wine_notices "|OSS sound system found but too old (OSSv4 needed), OSS won't be supported." ;;
14292 xno) ;;
14293 *) as_fn_error $? "OSS sound system found but too old (OSSv4 needed), OSS won't be supported.
14294 This is an error since --with-oss was requested." "$LINENO" 5 ;;
14295 esac
14296 enable_wineoss_drv=${enable_wineoss_drv:-no}
14299 if test "x$with_udev" != "xno"
14300 then
14301 if ${UDEV_CFLAGS:+false} :; then :
14302 if ${PKG_CONFIG+:} false; then :
14303 UDEV_CFLAGS=`$PKG_CONFIG --cflags libudev 2>/dev/null`
14307 if ${UDEV_LIBS:+false} :; then :
14308 if ${PKG_CONFIG+:} false; then :
14309 UDEV_LIBS=`$PKG_CONFIG --libs libudev 2>/dev/null`
14313 UDEV_LIBS=${UDEV_LIBS:-"-ludev"}
14314 $as_echo "$as_me:${as_lineno-$LINENO}: libudev cflags: $UDEV_CFLAGS" >&5
14315 $as_echo "$as_me:${as_lineno-$LINENO}: libudev libs: $UDEV_LIBS" >&5
14316 ac_save_CPPFLAGS=$CPPFLAGS
14317 CPPFLAGS="$CPPFLAGS $UDEV_CFLAGS"
14318 for ac_header in libudev.h
14319 do :
14320 ac_fn_c_check_header_mongrel "$LINENO" "libudev.h" "ac_cv_header_libudev_h" "$ac_includes_default"
14321 if test "x$ac_cv_header_libudev_h" = xyes; then :
14322 cat >>confdefs.h <<_ACEOF
14323 #define HAVE_LIBUDEV_H 1
14324 _ACEOF
14325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for udev_new in -ludev" >&5
14326 $as_echo_n "checking for udev_new in -ludev... " >&6; }
14327 if ${ac_cv_lib_udev_udev_new+:} false; then :
14328 $as_echo_n "(cached) " >&6
14329 else
14330 ac_check_lib_save_LIBS=$LIBS
14331 LIBS="-ludev $UDEV_LIBS $LIBS"
14332 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14333 /* end confdefs.h. */
14335 /* Override any GCC internal prototype to avoid an error.
14336 Use char because int might match the return type of a GCC
14337 builtin and then its argument prototype would still apply. */
14338 #ifdef __cplusplus
14339 extern "C"
14340 #endif
14341 char udev_new ();
14343 main ()
14345 return udev_new ();
14347 return 0;
14349 _ACEOF
14350 if ac_fn_c_try_link "$LINENO"; then :
14351 ac_cv_lib_udev_udev_new=yes
14352 else
14353 ac_cv_lib_udev_udev_new=no
14355 rm -f core conftest.err conftest.$ac_objext \
14356 conftest$ac_exeext conftest.$ac_ext
14357 LIBS=$ac_check_lib_save_LIBS
14359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_udev_udev_new" >&5
14360 $as_echo "$ac_cv_lib_udev_udev_new" >&6; }
14361 if test "x$ac_cv_lib_udev_udev_new" = xyes; then :
14363 $as_echo "#define HAVE_UDEV 1" >>confdefs.h
14365 else
14366 UDEV_LIBS=""
14369 else
14370 UDEV_LIBS=""
14373 done
14375 CPPFLAGS=$ac_save_CPPFLAGS
14378 if test "x$UDEV_LIBS" = "x"; then :
14379 case "x$with_udev" in
14380 x) as_fn_append wine_notices "|libudev ${notice_platform}development files not found, plug and play won't be supported." ;;
14381 xno) ;;
14382 *) as_fn_error $? "libudev ${notice_platform}development files not found, plug and play won't be supported.
14383 This is an error since --with-udev was requested." "$LINENO" 5 ;;
14384 esac
14388 if test "x$with_unwind" != xno
14389 then
14390 if ${UNWIND_CFLAGS:+false} :; then :
14391 if ${PKG_CONFIG+:} false; then :
14392 UNWIND_CFLAGS=`$PKG_CONFIG --cflags libunwind 2>/dev/null`
14396 if ${UNWIND_LIBS:+false} :; then :
14397 if ${PKG_CONFIG+:} false; then :
14398 UNWIND_LIBS=`$PKG_CONFIG --libs libunwind 2>/dev/null`
14402 UNWIND_LIBS=${UNWIND_LIBS:-"-lunwind"}
14403 $as_echo "$as_me:${as_lineno-$LINENO}: libunwind cflags: $UNWIND_CFLAGS" >&5
14404 $as_echo "$as_me:${as_lineno-$LINENO}: libunwind libs: $UNWIND_LIBS" >&5
14405 ac_save_CPPFLAGS=$CPPFLAGS
14406 CPPFLAGS="$CPPFLAGS $UNWIND_CFLAGS"
14407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for unw_step" >&5
14408 $as_echo_n "checking for unw_step... " >&6; }
14409 if ${wine_cv_have_unw_step+:} false; then :
14410 $as_echo_n "(cached) " >&6
14411 else
14412 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14413 /* end confdefs.h. */
14414 #define UNW_LOCAL_ONLY
14415 #include <libunwind.h>
14417 main ()
14419 unw_cursor_t cursor; unw_step( &cursor );
14421 return 0;
14423 _ACEOF
14424 if ac_fn_c_try_link "$LINENO"; then :
14425 wine_cv_have_unw_step="yes"
14426 else
14427 wine_cv_have_unw_step="no"
14429 rm -f core conftest.err conftest.$ac_objext \
14430 conftest$ac_exeext conftest.$ac_ext
14432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_unw_step" >&5
14433 $as_echo "$wine_cv_have_unw_step" >&6; }
14434 if test "$wine_cv_have_unw_step" = no -a -n "$UNWIND_LIBS"
14435 then
14436 save_libs=$LIBS
14437 UNWIND_LIBS="-static-libgcc $UNWIND_LIBS"
14438 LIBS="$UNWIND_LIBS $LIBS"
14439 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for unw_step in libunwind" >&5
14440 $as_echo_n "checking for unw_step in libunwind... " >&6; }
14441 if ${wine_cv_have_libunwind_unw_step+:} false; then :
14442 $as_echo_n "(cached) " >&6
14443 else
14444 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14445 /* end confdefs.h. */
14446 #define UNW_LOCAL_ONLY
14447 #include <libunwind.h>
14449 main ()
14451 unw_cursor_t cursor; unw_step( &cursor );
14453 return 0;
14455 _ACEOF
14456 if ac_fn_c_try_link "$LINENO"; then :
14457 wine_cv_have_libunwind_unw_step="yes"
14458 else
14459 wine_cv_have_libunwind_unw_step="no"
14461 rm -f core conftest.err conftest.$ac_objext \
14462 conftest$ac_exeext conftest.$ac_ext
14464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_libunwind_unw_step" >&5
14465 $as_echo "$wine_cv_have_libunwind_unw_step" >&6; }
14466 LIBS=$save_libs
14468 test "$wine_cv_have_libunwind_unw_step" = yes || UNWIND_LIBS=""
14469 if test "x$wine_cv_have_unw_step$wine_cv_have_libunwind_unw_step" != xnono
14470 then
14472 $as_echo "#define HAVE_LIBUNWIND 1" >>confdefs.h
14475 CPPFLAGS=$ac_save_CPPFLAGS
14478 case $host in
14479 aarch64*|*-darwin*)
14480 if test "x$wine_cv_have_unw_step$wine_cv_have_libunwind_unw_step" = xnono; then :
14481 case "x$with_unwind" in
14482 x) as_fn_append wine_notices "|libunwind ${notice_platform}development files not found, stack unwinding won't work." ;;
14483 xno) ;;
14484 *) as_fn_error $? "libunwind ${notice_platform}development files not found, stack unwinding won't work.
14485 This is an error since --with-unwind was requested." "$LINENO" 5 ;;
14486 esac
14488 fi ;;
14489 esac
14491 if test "x$with_sdl" != "xno"
14492 then
14493 if ${SDL2_CFLAGS:+false} :; then :
14494 if ${PKG_CONFIG+:} false; then :
14495 SDL2_CFLAGS=`$PKG_CONFIG --cflags sdl2 2>/dev/null`
14499 if ${SDL2_LIBS:+false} :; then :
14500 if ${PKG_CONFIG+:} false; then :
14501 SDL2_LIBS=`$PKG_CONFIG --libs sdl2 2>/dev/null`
14505 SDL2_LIBS=${SDL2_LIBS:-"-lSDL2"}
14506 $as_echo "$as_me:${as_lineno-$LINENO}: sdl2 cflags: $SDL2_CFLAGS" >&5
14507 $as_echo "$as_me:${as_lineno-$LINENO}: sdl2 libs: $SDL2_LIBS" >&5
14508 ac_save_CPPFLAGS=$CPPFLAGS
14509 CPPFLAGS="$CPPFLAGS $SDL2_CFLAGS"
14510 for ac_header in SDL.h
14511 do :
14512 ac_fn_c_check_header_mongrel "$LINENO" "SDL.h" "ac_cv_header_SDL_h" "$ac_includes_default"
14513 if test "x$ac_cv_header_SDL_h" = xyes; then :
14514 cat >>confdefs.h <<_ACEOF
14515 #define HAVE_SDL_H 1
14516 _ACEOF
14517 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lSDL2" >&5
14518 $as_echo_n "checking for -lSDL2... " >&6; }
14519 if ${ac_cv_lib_soname_SDL2+:} false; then :
14520 $as_echo_n "(cached) " >&6
14521 else
14522 ac_check_soname_save_LIBS=$LIBS
14523 LIBS="-lSDL2 $SDL2_LIBS $LIBS"
14524 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14525 /* end confdefs.h. */
14527 /* Override any GCC internal prototype to avoid an error.
14528 Use char because int might match the return type of a GCC
14529 builtin and then its argument prototype would still apply. */
14530 #ifdef __cplusplus
14531 extern "C"
14532 #endif
14533 char SDL_Init ();
14535 main ()
14537 return SDL_Init ();
14539 return 0;
14541 _ACEOF
14542 if ac_fn_c_try_link "$LINENO"; then :
14543 case "$LIBEXT" in
14544 dll) ac_cv_lib_soname_SDL2=`$ac_cv_path_LDD conftest.exe | grep "SDL2" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14545 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'` ;;
14546 *) 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'`
14547 if ${ac_cv_lib_soname_SDL2:+false} :; then :
14548 ac_cv_lib_soname_SDL2=`$LDD conftest$ac_exeext | grep "libSDL2-2.0*\\.$LIBEXT" | sed -e "s/^.*\(libSDL2-2.0*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14549 fi ;;
14550 esac
14551 else
14552 ac_cv_lib_soname_SDL2=
14554 rm -f core conftest.err conftest.$ac_objext \
14555 conftest$ac_exeext conftest.$ac_ext
14556 LIBS=$ac_check_soname_save_LIBS
14558 if ${ac_cv_lib_soname_SDL2:+false} :; then :
14559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14560 $as_echo "not found" >&6; }
14562 else
14563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_SDL2" >&5
14564 $as_echo "$ac_cv_lib_soname_SDL2" >&6; }
14566 cat >>confdefs.h <<_ACEOF
14567 #define SONAME_LIBSDL2 "$ac_cv_lib_soname_SDL2"
14568 _ACEOF
14574 done
14576 CPPFLAGS=$ac_save_CPPFLAGS
14579 if test "x$ac_cv_lib_soname_SDL2" = "x"; then :
14580 case "x$with_sdl" in
14581 x) as_fn_append wine_notices "|libSDL2 ${notice_platform}development files not found, SDL2 won't be supported." ;;
14582 xno) ;;
14583 *) as_fn_error $? "libSDL2 ${notice_platform}development files not found, SDL2 won't be supported.
14584 This is an error since --with-sdl was requested." "$LINENO" 5 ;;
14585 esac
14589 if test "x$with_capi" != "xno"
14590 then
14591 if ${CAPI20_CFLAGS:+false} :; then :
14592 if ${PKG_CONFIG+:} false; then :
14593 CAPI20_CFLAGS=`$PKG_CONFIG --cflags capi20 2>/dev/null`
14597 if ${CAPI20_LIBS:+false} :; then :
14598 if ${PKG_CONFIG+:} false; then :
14599 CAPI20_LIBS=`$PKG_CONFIG --libs capi20 2>/dev/null`
14604 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 cflags: $CAPI20_CFLAGS" >&5
14605 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 libs: $CAPI20_LIBS" >&5
14606 ac_save_CPPFLAGS=$CPPFLAGS
14607 CPPFLAGS="$CPPFLAGS $CAPI20_CFLAGS"
14608 for ac_header in capi20.h linux/capi.h
14609 do :
14610 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14611 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#define __user
14613 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
14614 cat >>confdefs.h <<_ACEOF
14615 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14616 _ACEOF
14620 done
14622 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
14623 then
14624 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for capi20_register in -lcapi20" >&5
14625 $as_echo_n "checking for capi20_register in -lcapi20... " >&6; }
14626 if ${ac_cv_lib_capi20_capi20_register+:} false; then :
14627 $as_echo_n "(cached) " >&6
14628 else
14629 ac_check_lib_save_LIBS=$LIBS
14630 LIBS="-lcapi20 $CAPI20_LIBS $LIBS"
14631 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14632 /* end confdefs.h. */
14634 /* Override any GCC internal prototype to avoid an error.
14635 Use char because int might match the return type of a GCC
14636 builtin and then its argument prototype would still apply. */
14637 #ifdef __cplusplus
14638 extern "C"
14639 #endif
14640 char capi20_register ();
14642 main ()
14644 return capi20_register ();
14646 return 0;
14648 _ACEOF
14649 if ac_fn_c_try_link "$LINENO"; then :
14650 ac_cv_lib_capi20_capi20_register=yes
14651 else
14652 ac_cv_lib_capi20_capi20_register=no
14654 rm -f core conftest.err conftest.$ac_objext \
14655 conftest$ac_exeext conftest.$ac_ext
14656 LIBS=$ac_check_lib_save_LIBS
14658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_capi20_capi20_register" >&5
14659 $as_echo "$ac_cv_lib_capi20_capi20_register" >&6; }
14660 if test "x$ac_cv_lib_capi20_capi20_register" = xyes; then :
14662 else
14663 CAPI20_LIBS=""
14667 CPPFLAGS=$ac_save_CPPFLAGS
14670 if test "x$ac_cv_lib_capi20_capi20_register" = "x"; then :
14671 case "x$with_capi" in
14672 x) as_fn_append wine_notices "|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
14673 xno) ;;
14674 *) as_fn_error $? "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
14675 This is an error since --with-capi was requested." "$LINENO" 5 ;;
14676 esac
14677 enable_capi2032=${enable_capi2032:-no}
14680 if test "x$with_cups" != "xno"
14681 then
14682 if ${CUPS_CFLAGS:+false} :; then :
14683 if ${PKG_CONFIG+:} false; then :
14684 CUPS_CFLAGS=`$PKG_CONFIG --cflags cups 2>/dev/null`
14687 test "$cross_compiling" = yes || CUPS_CFLAGS=${CUPS_CFLAGS:-`${CUPS_CONFIG:-cups-config} --cflags 2>/dev/null`}
14688 if ${CUPS_LIBS:+false} :; then :
14689 if ${PKG_CONFIG+:} false; then :
14690 CUPS_LIBS=`$PKG_CONFIG --libs cups 2>/dev/null`
14693 test "$cross_compiling" = yes || CUPS_LIBS=${CUPS_LIBS:-`${CUPS_CONFIG:-cups-config} --libs 2>/dev/null`}
14694 CUPS_LIBS=${CUPS_LIBS:-"-lcups"}
14695 $as_echo "$as_me:${as_lineno-$LINENO}: cups cflags: $CUPS_CFLAGS" >&5
14696 $as_echo "$as_me:${as_lineno-$LINENO}: cups libs: $CUPS_LIBS" >&5
14697 ac_save_CPPFLAGS=$CPPFLAGS
14698 CPPFLAGS="$CPPFLAGS $CUPS_CFLAGS"
14699 for ac_header in cups/cups.h cups/ppd.h
14700 do :
14701 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14702 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
14703 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
14704 cat >>confdefs.h <<_ACEOF
14705 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14706 _ACEOF
14710 done
14712 if test "$ac_cv_header_cups_cups_h" = "yes"
14713 then
14714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
14715 $as_echo_n "checking for -lcups... " >&6; }
14716 if ${ac_cv_lib_soname_cups+:} false; then :
14717 $as_echo_n "(cached) " >&6
14718 else
14719 ac_check_soname_save_LIBS=$LIBS
14720 LIBS="-lcups $CUPS_LIBS $LIBS"
14721 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14722 /* end confdefs.h. */
14724 /* Override any GCC internal prototype to avoid an error.
14725 Use char because int might match the return type of a GCC
14726 builtin and then its argument prototype would still apply. */
14727 #ifdef __cplusplus
14728 extern "C"
14729 #endif
14730 char cupsGetDefault ();
14732 main ()
14734 return cupsGetDefault ();
14736 return 0;
14738 _ACEOF
14739 if ac_fn_c_try_link "$LINENO"; then :
14740 case "$LIBEXT" in
14741 dll) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14742 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'` ;;
14743 *) ac_cv_lib_soname_cups=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcups\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcups\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14744 if ${ac_cv_lib_soname_cups:+false} :; then :
14745 ac_cv_lib_soname_cups=`$LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14746 fi ;;
14747 esac
14748 else
14749 ac_cv_lib_soname_cups=
14751 rm -f core conftest.err conftest.$ac_objext \
14752 conftest$ac_exeext conftest.$ac_ext
14753 LIBS=$ac_check_soname_save_LIBS
14755 if ${ac_cv_lib_soname_cups:+false} :; then :
14756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14757 $as_echo "not found" >&6; }
14758 CUPS_LIBS=""
14759 else
14760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
14761 $as_echo "$ac_cv_lib_soname_cups" >&6; }
14763 cat >>confdefs.h <<_ACEOF
14764 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
14765 _ACEOF
14769 else
14770 CUPS_CFLAGS=""
14771 CUPS_LIBS=""
14773 CPPFLAGS=$ac_save_CPPFLAGS
14776 if test "x$ac_cv_lib_soname_cups" = "x"; then :
14777 case "x$with_cups" in
14778 x) as_fn_append wine_notices "|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
14779 xno) ;;
14780 *) as_fn_error $? "libcups ${notice_platform}development files not found, CUPS won't be supported.
14781 This is an error since --with-cups was requested." "$LINENO" 5 ;;
14782 esac
14786 if test "x$with_fontconfig" != "xno"
14787 then
14788 if ${FONTCONFIG_CFLAGS:+false} :; then :
14789 if ${PKG_CONFIG+:} false; then :
14790 FONTCONFIG_CFLAGS=`$PKG_CONFIG --cflags fontconfig 2>/dev/null`
14793 test "$cross_compiling" = yes || FONTCONFIG_CFLAGS=${FONTCONFIG_CFLAGS:-$X_CFLAGS}
14794 if ${FONTCONFIG_LIBS:+false} :; then :
14795 if ${PKG_CONFIG+:} false; then :
14796 FONTCONFIG_LIBS=`$PKG_CONFIG --libs fontconfig 2>/dev/null`
14799 test "$cross_compiling" = yes || FONTCONFIG_LIBS=${FONTCONFIG_LIBS:-$X_LIBS}
14801 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig cflags: $FONTCONFIG_CFLAGS" >&5
14802 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig libs: $FONTCONFIG_LIBS" >&5
14803 ac_save_CPPFLAGS=$CPPFLAGS
14804 CPPFLAGS="$CPPFLAGS $FONTCONFIG_CFLAGS"
14805 for ac_header in fontconfig/fontconfig.h
14806 do :
14807 ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
14808 if test "x$ac_cv_header_fontconfig_fontconfig_h" = xyes; then :
14809 cat >>confdefs.h <<_ACEOF
14810 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
14811 _ACEOF
14815 done
14817 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
14818 then
14819 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
14820 $as_echo_n "checking for -lfontconfig... " >&6; }
14821 if ${ac_cv_lib_soname_fontconfig+:} false; then :
14822 $as_echo_n "(cached) " >&6
14823 else
14824 ac_check_soname_save_LIBS=$LIBS
14825 LIBS="-lfontconfig $FONTCONFIG_LIBS $LIBS"
14826 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14827 /* end confdefs.h. */
14829 /* Override any GCC internal prototype to avoid an error.
14830 Use char because int might match the return type of a GCC
14831 builtin and then its argument prototype would still apply. */
14832 #ifdef __cplusplus
14833 extern "C"
14834 #endif
14835 char FcInit ();
14837 main ()
14839 return FcInit ();
14841 return 0;
14843 _ACEOF
14844 if ac_fn_c_try_link "$LINENO"; then :
14845 case "$LIBEXT" in
14846 dll) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14847 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'` ;;
14848 *) ac_cv_lib_soname_fontconfig=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfontconfig\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfontconfig\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14849 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
14850 ac_cv_lib_soname_fontconfig=`$LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14851 fi ;;
14852 esac
14853 else
14854 ac_cv_lib_soname_fontconfig=
14856 rm -f core conftest.err conftest.$ac_objext \
14857 conftest$ac_exeext conftest.$ac_ext
14858 LIBS=$ac_check_soname_save_LIBS
14860 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
14861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14862 $as_echo "not found" >&6; }
14863 FONTCONFIG_CFLAGS=""
14864 else
14865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
14866 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
14868 cat >>confdefs.h <<_ACEOF
14869 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
14870 _ACEOF
14874 else
14875 FONTCONFIG_CFLAGS=""
14877 CPPFLAGS=$ac_save_CPPFLAGS
14880 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
14881 case "x$with_fontconfig" in
14882 x) as_fn_append wine_notices "|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
14883 xno) ;;
14884 *) as_fn_error $? "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
14885 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
14886 esac
14890 if test "x$with_krb5" != "xno"
14891 then
14892 if ${KRB5_CFLAGS:+false} :; then :
14893 if ${PKG_CONFIG+:} false; then :
14894 KRB5_CFLAGS=`$PKG_CONFIG --cflags krb5 2>/dev/null`
14897 test "$cross_compiling" = yes || KRB5_CFLAGS=${KRB5_CFLAGS:-`${KRB5_CONFIG:-krb5-config} --cflags 2>/dev/null`}
14898 if ${KRB5_LIBS:+false} :; then :
14899 if ${PKG_CONFIG+:} false; then :
14900 KRB5_LIBS=`$PKG_CONFIG --libs krb5 2>/dev/null`
14903 test "$cross_compiling" = yes || KRB5_LIBS=${KRB5_LIBS:-`${KRB5_CONFIG:-krb5-config} --libs 2>/dev/null`}
14905 $as_echo "$as_me:${as_lineno-$LINENO}: krb5 cflags: $KRB5_CFLAGS" >&5
14906 $as_echo "$as_me:${as_lineno-$LINENO}: krb5 libs: $KRB5_LIBS" >&5
14907 ac_save_CPPFLAGS=$CPPFLAGS
14908 CPPFLAGS="$CPPFLAGS $KRB5_CFLAGS"
14909 for ac_header in krb5/krb5.h
14910 do :
14911 ac_fn_c_check_header_mongrel "$LINENO" "krb5/krb5.h" "ac_cv_header_krb5_krb5_h" "$ac_includes_default"
14912 if test "x$ac_cv_header_krb5_krb5_h" = xyes; then :
14913 cat >>confdefs.h <<_ACEOF
14914 #define HAVE_KRB5_KRB5_H 1
14915 _ACEOF
14919 done
14921 if test "$ac_cv_header_krb5_krb5_h" = "yes"
14922 then
14923 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lkrb5" >&5
14924 $as_echo_n "checking for -lkrb5... " >&6; }
14925 if ${ac_cv_lib_soname_krb5+:} false; then :
14926 $as_echo_n "(cached) " >&6
14927 else
14928 ac_check_soname_save_LIBS=$LIBS
14929 LIBS="-lkrb5 $KRB5_LIBS $LIBS"
14930 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14931 /* end confdefs.h. */
14933 /* Override any GCC internal prototype to avoid an error.
14934 Use char because int might match the return type of a GCC
14935 builtin and then its argument prototype would still apply. */
14936 #ifdef __cplusplus
14937 extern "C"
14938 #endif
14939 char krb5_is_config_principal ();
14941 main ()
14943 return krb5_is_config_principal ();
14945 return 0;
14947 _ACEOF
14948 if ac_fn_c_try_link "$LINENO"; then :
14949 case "$LIBEXT" in
14950 dll) ac_cv_lib_soname_krb5=`$ac_cv_path_LDD conftest.exe | grep "krb5" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14951 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'` ;;
14952 *) ac_cv_lib_soname_krb5=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libkrb5\\.$LIBEXT" | sed -e "s/^.*\\[\\(libkrb5\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14953 if ${ac_cv_lib_soname_krb5:+false} :; then :
14954 ac_cv_lib_soname_krb5=`$LDD conftest$ac_exeext | grep "libkrb5\\.$LIBEXT" | sed -e "s/^.*\(libkrb5\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14955 fi ;;
14956 esac
14957 else
14958 ac_cv_lib_soname_krb5=
14960 rm -f core conftest.err conftest.$ac_objext \
14961 conftest$ac_exeext conftest.$ac_ext
14962 LIBS=$ac_check_soname_save_LIBS
14964 if ${ac_cv_lib_soname_krb5:+false} :; then :
14965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14966 $as_echo "not found" >&6; }
14967 KRB5_CFLAGS=""
14968 else
14969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_krb5" >&5
14970 $as_echo "$ac_cv_lib_soname_krb5" >&6; }
14972 cat >>confdefs.h <<_ACEOF
14973 #define SONAME_LIBKRB5 "$ac_cv_lib_soname_krb5"
14974 _ACEOF
14978 else
14979 KRB5_CFLAGS=""
14981 CPPFLAGS=$ac_save_CPPFLAGS
14984 if test "x$ac_cv_lib_soname_krb5" = "x"; then :
14985 case "x$with_krb5" in
14986 x) as_fn_append wine_notices "|libkrb5 ${notice_platform}development files not found (or too old), Kerberos won't be supported." ;;
14987 xno) ;;
14988 *) as_fn_error $? "libkrb5 ${notice_platform}development files not found (or too old), Kerberos won't be supported.
14989 This is an error since --with-krb5 was requested." "$LINENO" 5 ;;
14990 esac
14993 test "x$ac_cv_lib_soname_krb5" != "x" || with_gssapi=${with_gssapi:-no}
14995 if test "x$with_gssapi" != "xno"
14996 then
14997 if ${GSSAPI_CFLAGS:+false} :; then :
14998 if ${PKG_CONFIG+:} false; then :
14999 GSSAPI_CFLAGS=`$PKG_CONFIG --cflags krb5-gssapi 2>/dev/null`
15002 test "$cross_compiling" = yes || GSSAPI_CFLAGS=${GSSAPI_CFLAGS:-`${KRB5_CONFIG:-krb5-config} --cflags gssapi 2>/dev/null`}
15003 if ${GSSAPI_LIBS:+false} :; then :
15004 if ${PKG_CONFIG+:} false; then :
15005 GSSAPI_LIBS=`$PKG_CONFIG --libs krb5-gssapi 2>/dev/null`
15008 test "$cross_compiling" = yes || GSSAPI_LIBS=${GSSAPI_LIBS:-`${KRB5_CONFIG:-krb5-config} --libs gssapi 2>/dev/null`}
15010 $as_echo "$as_me:${as_lineno-$LINENO}: krb5-gssapi cflags: $GSSAPI_CFLAGS" >&5
15011 $as_echo "$as_me:${as_lineno-$LINENO}: krb5-gssapi libs: $GSSAPI_LIBS" >&5
15012 ac_save_CPPFLAGS=$CPPFLAGS
15013 CPPFLAGS="$CPPFLAGS $GSSAPI_CFLAGS"
15014 for ac_header in gssapi/gssapi.h gssapi/gssapi_ext.h
15015 do :
15016 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15017 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
15018 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
15019 cat >>confdefs.h <<_ACEOF
15020 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
15021 _ACEOF
15025 done
15027 if test "$ac_cv_header_gssapi_gssapi_h" = "yes" -a "$ac_cv_header_gssapi_gssapi_ext_h" = "yes"
15028 then
15029 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgssapi_krb5" >&5
15030 $as_echo_n "checking for -lgssapi_krb5... " >&6; }
15031 if ${ac_cv_lib_soname_gssapi_krb5+:} false; then :
15032 $as_echo_n "(cached) " >&6
15033 else
15034 ac_check_soname_save_LIBS=$LIBS
15035 LIBS="-lgssapi_krb5 $GSSAPI_LIBS $LIBS"
15036 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15037 /* end confdefs.h. */
15039 /* Override any GCC internal prototype to avoid an error.
15040 Use char because int might match the return type of a GCC
15041 builtin and then its argument prototype would still apply. */
15042 #ifdef __cplusplus
15043 extern "C"
15044 #endif
15045 char gss_init_sec_context ();
15047 main ()
15049 return gss_init_sec_context ();
15051 return 0;
15053 _ACEOF
15054 if ac_fn_c_try_link "$LINENO"; then :
15055 case "$LIBEXT" in
15056 dll) ac_cv_lib_soname_gssapi_krb5=`$ac_cv_path_LDD conftest.exe | grep "gssapi_krb5" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15057 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'` ;;
15058 *) 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'`
15059 if ${ac_cv_lib_soname_gssapi_krb5:+false} :; then :
15060 ac_cv_lib_soname_gssapi_krb5=`$LDD conftest$ac_exeext | grep "libgssapi_krb5\\.$LIBEXT" | sed -e "s/^.*\(libgssapi_krb5\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15061 fi ;;
15062 esac
15063 else
15064 ac_cv_lib_soname_gssapi_krb5=
15066 rm -f core conftest.err conftest.$ac_objext \
15067 conftest$ac_exeext conftest.$ac_ext
15068 LIBS=$ac_check_soname_save_LIBS
15070 if ${ac_cv_lib_soname_gssapi_krb5:+false} :; then :
15071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15072 $as_echo "not found" >&6; }
15073 GSSAPI_CFLAGS=""
15074 else
15075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gssapi_krb5" >&5
15076 $as_echo "$ac_cv_lib_soname_gssapi_krb5" >&6; }
15078 cat >>confdefs.h <<_ACEOF
15079 #define SONAME_LIBGSSAPI_KRB5 "$ac_cv_lib_soname_gssapi_krb5"
15080 _ACEOF
15084 else
15085 GSSAPI_CFLAGS=""
15087 CPPFLAGS=$ac_save_CPPFLAGS
15090 if test "x$ac_cv_lib_soname_gssapi_krb5" = "x"; then :
15091 case "x$with_gssapi" in
15092 x) as_fn_append wine_notices "|libgssapi_krb5 ${notice_platform}development files not found (or too old), no Kerberos SSP support." ;;
15093 xno) ;;
15094 *) as_fn_error $? "libgssapi_krb5 ${notice_platform}development files not found (or too old), no Kerberos SSP support.
15095 This is an error since --with-gssapi was requested." "$LINENO" 5 ;;
15096 esac
15100 if test "$ac_cv_header_AL_al_h" = "yes"
15101 then
15102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
15103 $as_echo_n "checking for -lopenal... " >&6; }
15104 if ${ac_cv_lib_soname_openal+:} false; then :
15105 $as_echo_n "(cached) " >&6
15106 else
15107 ac_check_soname_save_LIBS=$LIBS
15108 LIBS="-lopenal $LIBS"
15109 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15110 /* end confdefs.h. */
15112 /* Override any GCC internal prototype to avoid an error.
15113 Use char because int might match the return type of a GCC
15114 builtin and then its argument prototype would still apply. */
15115 #ifdef __cplusplus
15116 extern "C"
15117 #endif
15118 char alGetSource3i ();
15120 main ()
15122 return alGetSource3i ();
15124 return 0;
15126 _ACEOF
15127 if ac_fn_c_try_link "$LINENO"; then :
15128 case "$LIBEXT" in
15129 dll) ac_cv_lib_soname_openal=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15130 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'` ;;
15131 *) ac_cv_lib_soname_openal=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libopenal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libopenal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15132 if ${ac_cv_lib_soname_openal:+false} :; then :
15133 ac_cv_lib_soname_openal=`$LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15134 fi ;;
15135 esac
15136 else
15137 ac_cv_lib_soname_openal=
15139 rm -f core conftest.err conftest.$ac_objext \
15140 conftest$ac_exeext conftest.$ac_ext
15141 LIBS=$ac_check_soname_save_LIBS
15143 if ${ac_cv_lib_soname_openal:+false} :; then :
15144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15145 $as_echo "not found" >&6; }
15147 else
15148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
15149 $as_echo "$ac_cv_lib_soname_openal" >&6; }
15151 cat >>confdefs.h <<_ACEOF
15152 #define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
15153 _ACEOF
15155 OPENAL_LIBS="-lopenal"
15157 ac_cv_lib_openal=yes
15159 cat >>confdefs.h <<_ACEOF
15160 #define HAVE_OPENAL 1
15161 _ACEOF
15165 if test "x$ac_cv_lib_openal" != xyes; then :
15166 case "x$with_openal" in
15167 x) as_fn_append wine_notices "|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
15168 xno) ;;
15169 *) as_fn_error $? "libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
15170 This is an error since --with-openal was requested." "$LINENO" 5 ;;
15171 esac
15172 enable_openal32=${enable_openal32:-no}
15175 if test "$ac_cv_header_libprocstat_h" = "yes"
15176 then
15177 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for procstat_open_sysctl in -lprocstat" >&5
15178 $as_echo_n "checking for procstat_open_sysctl in -lprocstat... " >&6; }
15179 if ${ac_cv_lib_procstat_procstat_open_sysctl+:} false; then :
15180 $as_echo_n "(cached) " >&6
15181 else
15182 ac_check_lib_save_LIBS=$LIBS
15183 LIBS="-lprocstat $LIBS"
15184 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15185 /* end confdefs.h. */
15187 /* Override any GCC internal prototype to avoid an error.
15188 Use char because int might match the return type of a GCC
15189 builtin and then its argument prototype would still apply. */
15190 #ifdef __cplusplus
15191 extern "C"
15192 #endif
15193 char procstat_open_sysctl ();
15195 main ()
15197 return procstat_open_sysctl ();
15199 return 0;
15201 _ACEOF
15202 if ac_fn_c_try_link "$LINENO"; then :
15203 ac_cv_lib_procstat_procstat_open_sysctl=yes
15204 else
15205 ac_cv_lib_procstat_procstat_open_sysctl=no
15207 rm -f core conftest.err conftest.$ac_objext \
15208 conftest$ac_exeext conftest.$ac_ext
15209 LIBS=$ac_check_lib_save_LIBS
15211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_procstat_procstat_open_sysctl" >&5
15212 $as_echo "$ac_cv_lib_procstat_procstat_open_sysctl" >&6; }
15213 if test "x$ac_cv_lib_procstat_procstat_open_sysctl" = xyes; then :
15215 $as_echo "#define HAVE_LIBPROCSTAT 1" >>confdefs.h
15217 PROCSTAT_LIBS="-lprocstat"
15223 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
15224 $as_echo_n "checking for -lodbc... " >&6; }
15225 if ${ac_cv_lib_soname_odbc+:} false; then :
15226 $as_echo_n "(cached) " >&6
15227 else
15228 ac_check_soname_save_LIBS=$LIBS
15229 LIBS="-lodbc $LIBS"
15230 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15231 /* end confdefs.h. */
15233 /* Override any GCC internal prototype to avoid an error.
15234 Use char because int might match the return type of a GCC
15235 builtin and then its argument prototype would still apply. */
15236 #ifdef __cplusplus
15237 extern "C"
15238 #endif
15239 char SQLConnect ();
15241 main ()
15243 return SQLConnect ();
15245 return 0;
15247 _ACEOF
15248 if ac_fn_c_try_link "$LINENO"; then :
15249 case "$LIBEXT" in
15250 dll) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15251 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'` ;;
15252 *) ac_cv_lib_soname_odbc=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libodbc\\.$LIBEXT" | sed -e "s/^.*\\[\\(libodbc\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15253 if ${ac_cv_lib_soname_odbc:+false} :; then :
15254 ac_cv_lib_soname_odbc=`$LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15255 fi ;;
15256 esac
15257 else
15258 ac_cv_lib_soname_odbc=
15260 rm -f core conftest.err conftest.$ac_objext \
15261 conftest$ac_exeext conftest.$ac_ext
15262 LIBS=$ac_check_soname_save_LIBS
15264 if ${ac_cv_lib_soname_odbc:+false} :; then :
15265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15266 $as_echo "not found" >&6; }
15267 cat >>confdefs.h <<_ACEOF
15268 #define SONAME_LIBODBC "libodbc.$LIBEXT"
15269 _ACEOF
15271 else
15272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
15273 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
15275 cat >>confdefs.h <<_ACEOF
15276 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
15277 _ACEOF
15282 if test "x$with_netapi" != "xno"
15283 then
15284 if ${NETAPI_CFLAGS:+false} :; then :
15285 if ${PKG_CONFIG+:} false; then :
15286 NETAPI_CFLAGS=`$PKG_CONFIG --cflags netapi 2>/dev/null`
15290 if ${NETAPI_LIBS:+false} :; then :
15291 if ${PKG_CONFIG+:} false; then :
15292 NETAPI_LIBS=`$PKG_CONFIG --libs netapi 2>/dev/null`
15297 $as_echo "$as_me:${as_lineno-$LINENO}: netapi cflags: $NETAPI_CFLAGS" >&5
15298 $as_echo "$as_me:${as_lineno-$LINENO}: netapi libs: $NETAPI_LIBS" >&5
15299 ac_save_CPPFLAGS=$CPPFLAGS
15300 CPPFLAGS="$CPPFLAGS $NETAPI_CFLAGS"
15301 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lnetapi" >&5
15302 $as_echo_n "checking for -lnetapi... " >&6; }
15303 if ${ac_cv_lib_soname_netapi+:} false; then :
15304 $as_echo_n "(cached) " >&6
15305 else
15306 ac_check_soname_save_LIBS=$LIBS
15307 LIBS="-lnetapi $NETAPI_LIBS $LIBS"
15308 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15309 /* end confdefs.h. */
15311 /* Override any GCC internal prototype to avoid an error.
15312 Use char because int might match the return type of a GCC
15313 builtin and then its argument prototype would still apply. */
15314 #ifdef __cplusplus
15315 extern "C"
15316 #endif
15317 char libnetapi_init ();
15319 main ()
15321 return libnetapi_init ();
15323 return 0;
15325 _ACEOF
15326 if ac_fn_c_try_link "$LINENO"; then :
15327 case "$LIBEXT" in
15328 dll) ac_cv_lib_soname_netapi=`$ac_cv_path_LDD conftest.exe | grep "netapi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15329 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'` ;;
15330 *) ac_cv_lib_soname_netapi=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libnetapi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libnetapi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15331 if ${ac_cv_lib_soname_netapi:+false} :; then :
15332 ac_cv_lib_soname_netapi=`$LDD conftest$ac_exeext | grep "libnetapi\\.$LIBEXT" | sed -e "s/^.*\(libnetapi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15333 fi ;;
15334 esac
15335 else
15336 ac_cv_lib_soname_netapi=
15338 rm -f core conftest.err conftest.$ac_objext \
15339 conftest$ac_exeext conftest.$ac_ext
15340 LIBS=$ac_check_soname_save_LIBS
15342 if ${ac_cv_lib_soname_netapi:+false} :; then :
15343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15344 $as_echo "not found" >&6; }
15345 cat >>confdefs.h <<_ACEOF
15346 #define SONAME_LIBNETAPI "libnetapi.$LIBEXT"
15347 _ACEOF
15349 else
15350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_netapi" >&5
15351 $as_echo "$ac_cv_lib_soname_netapi" >&6; }
15353 cat >>confdefs.h <<_ACEOF
15354 #define SONAME_LIBNETAPI "$ac_cv_lib_soname_netapi"
15355 _ACEOF
15359 CPPFLAGS=$ac_save_CPPFLAGS
15363 if test "x$enable_winealsa_drv$enable_winecoreaudio_drv$enable_winepulse_drv$enable_wineoss_drv$enable_wineandroid_drv" = xnonononono -a \
15364 "x$with_alsa$with_coreaudio$with_oss$with_pulse" != xnononono
15365 then
15366 as_fn_append wine_warnings "|No sound system was found. Windows applications will be silent."
15369 if test "x$with_vulkan" != "xno"
15370 then
15371 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lvulkan" >&5
15372 $as_echo_n "checking for -lvulkan... " >&6; }
15373 if ${ac_cv_lib_soname_vulkan+:} false; then :
15374 $as_echo_n "(cached) " >&6
15375 else
15376 ac_check_soname_save_LIBS=$LIBS
15377 LIBS="-lvulkan $LIBS"
15378 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15379 /* end confdefs.h. */
15381 /* Override any GCC internal prototype to avoid an error.
15382 Use char because int might match the return type of a GCC
15383 builtin and then its argument prototype would still apply. */
15384 #ifdef __cplusplus
15385 extern "C"
15386 #endif
15387 char vkGetInstanceProcAddr ();
15389 main ()
15391 return vkGetInstanceProcAddr ();
15393 return 0;
15395 _ACEOF
15396 if ac_fn_c_try_link "$LINENO"; then :
15397 case "$LIBEXT" in
15398 dll) ac_cv_lib_soname_vulkan=`$ac_cv_path_LDD conftest.exe | grep "vulkan" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15399 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'` ;;
15400 *) ac_cv_lib_soname_vulkan=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libvulkan\\.$LIBEXT" | sed -e "s/^.*\\[\\(libvulkan\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15401 if ${ac_cv_lib_soname_vulkan:+false} :; then :
15402 ac_cv_lib_soname_vulkan=`$LDD conftest$ac_exeext | grep "libvulkan\\.$LIBEXT" | sed -e "s/^.*\(libvulkan\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15403 fi ;;
15404 esac
15405 else
15406 ac_cv_lib_soname_vulkan=
15408 rm -f core conftest.err conftest.$ac_objext \
15409 conftest$ac_exeext conftest.$ac_ext
15410 LIBS=$ac_check_soname_save_LIBS
15412 if ${ac_cv_lib_soname_vulkan:+false} :; then :
15413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15414 $as_echo "not found" >&6; }
15416 else
15417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_vulkan" >&5
15418 $as_echo "$ac_cv_lib_soname_vulkan" >&6; }
15420 cat >>confdefs.h <<_ACEOF
15421 #define SONAME_LIBVULKAN "$ac_cv_lib_soname_vulkan"
15422 _ACEOF
15426 if test "x$ac_cv_lib_soname_vulkan" = "x"
15427 then
15428 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lMoltenVK" >&5
15429 $as_echo_n "checking for -lMoltenVK... " >&6; }
15430 if ${ac_cv_lib_soname_MoltenVK+:} false; then :
15431 $as_echo_n "(cached) " >&6
15432 else
15433 ac_check_soname_save_LIBS=$LIBS
15434 LIBS="-lMoltenVK $LIBS"
15435 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15436 /* end confdefs.h. */
15438 /* Override any GCC internal prototype to avoid an error.
15439 Use char because int might match the return type of a GCC
15440 builtin and then its argument prototype would still apply. */
15441 #ifdef __cplusplus
15442 extern "C"
15443 #endif
15444 char vkGetInstanceProcAddr ();
15446 main ()
15448 return vkGetInstanceProcAddr ();
15450 return 0;
15452 _ACEOF
15453 if ac_fn_c_try_link "$LINENO"; then :
15454 case "$LIBEXT" in
15455 dll) ac_cv_lib_soname_MoltenVK=`$ac_cv_path_LDD conftest.exe | grep "MoltenVK" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15456 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'` ;;
15457 *) ac_cv_lib_soname_MoltenVK=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libMoltenVK\\.$LIBEXT" | sed -e "s/^.*\\[\\(libMoltenVK\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15458 if ${ac_cv_lib_soname_MoltenVK:+false} :; then :
15459 ac_cv_lib_soname_MoltenVK=`$LDD conftest$ac_exeext | grep "libMoltenVK\\.$LIBEXT" | sed -e "s/^.*\(libMoltenVK\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15460 fi ;;
15461 esac
15462 else
15463 ac_cv_lib_soname_MoltenVK=
15465 rm -f core conftest.err conftest.$ac_objext \
15466 conftest$ac_exeext conftest.$ac_ext
15467 LIBS=$ac_check_soname_save_LIBS
15469 if ${ac_cv_lib_soname_MoltenVK:+false} :; then :
15470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15471 $as_echo "not found" >&6; }
15473 else
15474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_MoltenVK" >&5
15475 $as_echo "$ac_cv_lib_soname_MoltenVK" >&6; }
15477 cat >>confdefs.h <<_ACEOF
15478 #define SONAME_LIBMOLTENVK "$ac_cv_lib_soname_MoltenVK"
15479 _ACEOF
15485 if test "x$ac_cv_lib_soname_vulkan" = "x" -a "x$ac_cv_lib_soname_MoltenVK" = "x"; then :
15486 case "x$with_vulkan" in
15487 x) as_fn_append wine_notices "|libvulkan and libMoltenVK ${notice_platform}development files not found, Vulkan won't be supported." ;;
15488 xno) ;;
15489 *) as_fn_error $? "libvulkan and libMoltenVK ${notice_platform}development files not found, Vulkan won't be supported.
15490 This is an error since --with-vulkan was requested." "$LINENO" 5 ;;
15491 esac
15495 if test "x$with_vkd3d" != "xno"
15496 then
15497 if ${VKD3D_CFLAGS:+false} :; then :
15498 if ${PKG_CONFIG+:} false; then :
15499 VKD3D_CFLAGS=`$PKG_CONFIG --cflags libvkd3d 2>/dev/null`
15503 if ${VKD3D_LIBS:+false} :; then :
15504 if ${PKG_CONFIG+:} false; then :
15505 VKD3D_LIBS=`$PKG_CONFIG --libs libvkd3d 2>/dev/null`
15510 $as_echo "$as_me:${as_lineno-$LINENO}: libvkd3d cflags: $VKD3D_CFLAGS" >&5
15511 $as_echo "$as_me:${as_lineno-$LINENO}: libvkd3d libs: $VKD3D_LIBS" >&5
15512 ac_save_CPPFLAGS=$CPPFLAGS
15513 CPPFLAGS="$CPPFLAGS $VKD3D_CFLAGS"
15514 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lvkd3d" >&5
15515 $as_echo_n "checking for -lvkd3d... " >&6; }
15516 if ${ac_cv_lib_soname_vkd3d+:} false; then :
15517 $as_echo_n "(cached) " >&6
15518 else
15519 ac_check_soname_save_LIBS=$LIBS
15520 LIBS="-lvkd3d $VKD3D_LIBS $LIBS"
15521 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15522 /* end confdefs.h. */
15524 /* Override any GCC internal prototype to avoid an error.
15525 Use char because int might match the return type of a GCC
15526 builtin and then its argument prototype would still apply. */
15527 #ifdef __cplusplus
15528 extern "C"
15529 #endif
15530 char vkd3d_serialize_versioned_root_signature ();
15532 main ()
15534 return vkd3d_serialize_versioned_root_signature ();
15536 return 0;
15538 _ACEOF
15539 if ac_fn_c_try_link "$LINENO"; then :
15540 case "$LIBEXT" in
15541 dll) ac_cv_lib_soname_vkd3d=`$ac_cv_path_LDD conftest.exe | grep "vkd3d" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15542 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'` ;;
15543 *) ac_cv_lib_soname_vkd3d=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libvkd3d\\.$LIBEXT" | sed -e "s/^.*\\[\\(libvkd3d\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15544 if ${ac_cv_lib_soname_vkd3d:+false} :; then :
15545 ac_cv_lib_soname_vkd3d=`$LDD conftest$ac_exeext | grep "libvkd3d\\.$LIBEXT" | sed -e "s/^.*\(libvkd3d\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15546 fi ;;
15547 esac
15548 else
15549 ac_cv_lib_soname_vkd3d=
15551 rm -f core conftest.err conftest.$ac_objext \
15552 conftest$ac_exeext conftest.$ac_ext
15553 LIBS=$ac_check_soname_save_LIBS
15555 if ${ac_cv_lib_soname_vkd3d:+false} :; then :
15556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15557 $as_echo "not found" >&6; }
15559 else
15560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_vkd3d" >&5
15561 $as_echo "$ac_cv_lib_soname_vkd3d" >&6; }
15563 cat >>confdefs.h <<_ACEOF
15564 #define SONAME_LIBVKD3D "$ac_cv_lib_soname_vkd3d"
15565 _ACEOF
15569 CPPFLAGS=$ac_save_CPPFLAGS
15571 if ${VKD3D_SHADER_CFLAGS:+false} :; then :
15572 if ${PKG_CONFIG+:} false; then :
15573 VKD3D_SHADER_CFLAGS=`$PKG_CONFIG --cflags libvkd3d-shader 2>/dev/null`
15577 if ${VKD3D_SHADER_LIBS:+false} :; then :
15578 if ${PKG_CONFIG+:} false; then :
15579 VKD3D_SHADER_LIBS=`$PKG_CONFIG --libs libvkd3d-shader 2>/dev/null`
15584 $as_echo "$as_me:${as_lineno-$LINENO}: libvkd3d-shader cflags: $VKD3D_SHADER_CFLAGS" >&5
15585 $as_echo "$as_me:${as_lineno-$LINENO}: libvkd3d-shader libs: $VKD3D_SHADER_LIBS" >&5
15586 ac_save_CPPFLAGS=$CPPFLAGS
15587 CPPFLAGS="$CPPFLAGS $VKD3D_SHADER_CFLAGS"
15588 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lvkd3d-shader" >&5
15589 $as_echo_n "checking for -lvkd3d-shader... " >&6; }
15590 if ${ac_cv_lib_soname_vkd3d_shader+:} false; then :
15591 $as_echo_n "(cached) " >&6
15592 else
15593 ac_check_soname_save_LIBS=$LIBS
15594 LIBS="-lvkd3d-shader $VKD3D_SHADER_LIBS $LIBS"
15595 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15596 /* end confdefs.h. */
15598 /* Override any GCC internal prototype to avoid an error.
15599 Use char because int might match the return type of a GCC
15600 builtin and then its argument prototype would still apply. */
15601 #ifdef __cplusplus
15602 extern "C"
15603 #endif
15604 char vkd3d_shader_compile ();
15606 main ()
15608 return vkd3d_shader_compile ();
15610 return 0;
15612 _ACEOF
15613 if ac_fn_c_try_link "$LINENO"; then :
15614 case "$LIBEXT" in
15615 dll) ac_cv_lib_soname_vkd3d_shader=`$ac_cv_path_LDD conftest.exe | grep "vkd3d-shader" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15616 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'` ;;
15617 *) 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'`
15618 if ${ac_cv_lib_soname_vkd3d_shader:+false} :; then :
15619 ac_cv_lib_soname_vkd3d_shader=`$LDD conftest$ac_exeext | grep "libvkd3d-shader\\.$LIBEXT" | sed -e "s/^.*\(libvkd3d-shader\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15620 fi ;;
15621 esac
15622 else
15623 ac_cv_lib_soname_vkd3d_shader=
15625 rm -f core conftest.err conftest.$ac_objext \
15626 conftest$ac_exeext conftest.$ac_ext
15627 LIBS=$ac_check_soname_save_LIBS
15629 if ${ac_cv_lib_soname_vkd3d_shader:+false} :; then :
15630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15631 $as_echo "not found" >&6; }
15633 else
15634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_vkd3d_shader" >&5
15635 $as_echo "$ac_cv_lib_soname_vkd3d_shader" >&6; }
15637 cat >>confdefs.h <<_ACEOF
15638 #define SONAME_LIBVKD3D_SHADER "$ac_cv_lib_soname_vkd3d_shader"
15639 _ACEOF
15643 CPPFLAGS=$ac_save_CPPFLAGS
15646 if test "x$ac_cv_lib_soname_vkd3d" = "x"; then :
15647 case "x$with_vkd3d" in
15648 x) as_fn_append wine_notices "|vkd3d ${notice_platform}development files not found (or too old), Direct3D 12 won't be supported." ;;
15649 xno) ;;
15650 *) as_fn_error $? "vkd3d ${notice_platform}development files not found (or too old), Direct3D 12 won't be supported.
15651 This is an error since --with-vkd3d was requested." "$LINENO" 5 ;;
15652 esac
15655 test "x$ac_cv_lib_soname_vkd3d" != "x" || enable_d3d12=${enable_d3d12:-no}
15658 if test "x${GCC}" = "xyes"
15659 then
15660 EXTRACFLAGS="$EXTRACFLAGS -Wall -pipe"
15662 saved_CFLAGS=$CFLAGS
15663 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unknown-warning-option" >&5
15664 $as_echo_n "checking whether the compiler supports -Werror=unknown-warning-option... " >&6; }
15665 if ${ac_cv_cflags__Werror_unknown_warning_option+:} false; then :
15666 $as_echo_n "(cached) " >&6
15667 else
15668 ac_wine_try_cflags_saved=$CFLAGS
15669 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
15670 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15671 /* end confdefs.h. */
15672 int main(int argc, char **argv) { return 0; }
15673 _ACEOF
15674 if ac_fn_c_try_link "$LINENO"; then :
15675 ac_cv_cflags__Werror_unknown_warning_option=yes
15676 else
15677 ac_cv_cflags__Werror_unknown_warning_option=no
15679 rm -f core conftest.err conftest.$ac_objext \
15680 conftest$ac_exeext conftest.$ac_ext
15681 CFLAGS=$ac_wine_try_cflags_saved
15683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_unknown_warning_option" >&5
15684 $as_echo "$ac_cv_cflags__Werror_unknown_warning_option" >&6; }
15685 if test "x$ac_cv_cflags__Werror_unknown_warning_option" = xyes; then :
15686 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
15688 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unused-command-line-argument" >&5
15689 $as_echo_n "checking whether the compiler supports -Werror=unused-command-line-argument... " >&6; }
15690 if ${ac_cv_cflags__Werror_unused_command_line_argument+:} false; then :
15691 $as_echo_n "(cached) " >&6
15692 else
15693 ac_wine_try_cflags_saved=$CFLAGS
15694 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
15695 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15696 /* end confdefs.h. */
15697 int main(int argc, char **argv) { return 0; }
15698 _ACEOF
15699 if ac_fn_c_try_link "$LINENO"; then :
15700 ac_cv_cflags__Werror_unused_command_line_argument=yes
15701 else
15702 ac_cv_cflags__Werror_unused_command_line_argument=no
15704 rm -f core conftest.err conftest.$ac_objext \
15705 conftest$ac_exeext conftest.$ac_ext
15706 CFLAGS=$ac_wine_try_cflags_saved
15708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_unused_command_line_argument" >&5
15709 $as_echo "$ac_cv_cflags__Werror_unused_command_line_argument" >&6; }
15710 if test "x$ac_cv_cflags__Werror_unused_command_line_argument" = xyes; then :
15711 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
15713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=ignored-optimization-argument" >&5
15714 $as_echo_n "checking whether the compiler supports -Werror=ignored-optimization-argument... " >&6; }
15715 if ${ac_cv_cflags__Werror_ignored_optimization_argument+:} false; then :
15716 $as_echo_n "(cached) " >&6
15717 else
15718 ac_wine_try_cflags_saved=$CFLAGS
15719 CFLAGS="$CFLAGS -Werror=ignored-optimization-argument"
15720 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15721 /* end confdefs.h. */
15722 int main(int argc, char **argv) { return 0; }
15723 _ACEOF
15724 if ac_fn_c_try_link "$LINENO"; then :
15725 ac_cv_cflags__Werror_ignored_optimization_argument=yes
15726 else
15727 ac_cv_cflags__Werror_ignored_optimization_argument=no
15729 rm -f core conftest.err conftest.$ac_objext \
15730 conftest$ac_exeext conftest.$ac_ext
15731 CFLAGS=$ac_wine_try_cflags_saved
15733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_ignored_optimization_argument" >&5
15734 $as_echo "$ac_cv_cflags__Werror_ignored_optimization_argument" >&6; }
15735 if test "x$ac_cv_cflags__Werror_ignored_optimization_argument" = xyes; then :
15736 CFLAGS="$CFLAGS -Werror=ignored-optimization-argument"
15738 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fcf-protection=none" >&5
15739 $as_echo_n "checking whether the compiler supports -fcf-protection=none... " >&6; }
15740 if ${ac_cv_cflags__fcf_protection_none+:} false; then :
15741 $as_echo_n "(cached) " >&6
15742 else
15743 ac_wine_try_cflags_saved=$CFLAGS
15744 CFLAGS="$CFLAGS -fcf-protection=none"
15745 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15746 /* end confdefs.h. */
15747 int main(int argc, char **argv) { return 0; }
15748 _ACEOF
15749 if ac_fn_c_try_link "$LINENO"; then :
15750 ac_cv_cflags__fcf_protection_none=yes
15751 else
15752 ac_cv_cflags__fcf_protection_none=no
15754 rm -f core conftest.err conftest.$ac_objext \
15755 conftest$ac_exeext conftest.$ac_ext
15756 CFLAGS=$ac_wine_try_cflags_saved
15758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fcf_protection_none" >&5
15759 $as_echo "$ac_cv_cflags__fcf_protection_none" >&6; }
15760 if test "x$ac_cv_cflags__fcf_protection_none" = xyes; then :
15761 EXTRACFLAGS="$EXTRACFLAGS -fcf-protection=none"
15763 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-stack-protector" >&5
15764 $as_echo_n "checking whether the compiler supports -fno-stack-protector... " >&6; }
15765 if ${ac_cv_cflags__fno_stack_protector+:} false; then :
15766 $as_echo_n "(cached) " >&6
15767 else
15768 ac_wine_try_cflags_saved=$CFLAGS
15769 CFLAGS="$CFLAGS -fno-stack-protector"
15770 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15771 /* end confdefs.h. */
15772 int main(int argc, char **argv) { return 0; }
15773 _ACEOF
15774 if ac_fn_c_try_link "$LINENO"; then :
15775 ac_cv_cflags__fno_stack_protector=yes
15776 else
15777 ac_cv_cflags__fno_stack_protector=no
15779 rm -f core conftest.err conftest.$ac_objext \
15780 conftest$ac_exeext conftest.$ac_ext
15781 CFLAGS=$ac_wine_try_cflags_saved
15783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_stack_protector" >&5
15784 $as_echo "$ac_cv_cflags__fno_stack_protector" >&6; }
15785 if test "x$ac_cv_cflags__fno_stack_protector" = xyes; then :
15786 EXTRACFLAGS="$EXTRACFLAGS -fno-stack-protector"
15788 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
15789 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
15790 if ${ac_cv_cflags__fno_strict_aliasing+:} false; then :
15791 $as_echo_n "(cached) " >&6
15792 else
15793 ac_wine_try_cflags_saved=$CFLAGS
15794 CFLAGS="$CFLAGS -fno-strict-aliasing"
15795 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15796 /* end confdefs.h. */
15797 int main(int argc, char **argv) { return 0; }
15798 _ACEOF
15799 if ac_fn_c_try_link "$LINENO"; then :
15800 ac_cv_cflags__fno_strict_aliasing=yes
15801 else
15802 ac_cv_cflags__fno_strict_aliasing=no
15804 rm -f core conftest.err conftest.$ac_objext \
15805 conftest$ac_exeext conftest.$ac_ext
15806 CFLAGS=$ac_wine_try_cflags_saved
15808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
15809 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
15810 if test "x$ac_cv_cflags__fno_strict_aliasing" = xyes; then :
15811 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
15813 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
15814 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
15815 if ${ac_cv_cflags__Wdeclaration_after_statement+:} false; then :
15816 $as_echo_n "(cached) " >&6
15817 else
15818 ac_wine_try_cflags_saved=$CFLAGS
15819 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
15820 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15821 /* end confdefs.h. */
15822 int main(int argc, char **argv) { return 0; }
15823 _ACEOF
15824 if ac_fn_c_try_link "$LINENO"; then :
15825 ac_cv_cflags__Wdeclaration_after_statement=yes
15826 else
15827 ac_cv_cflags__Wdeclaration_after_statement=no
15829 rm -f core conftest.err conftest.$ac_objext \
15830 conftest$ac_exeext conftest.$ac_ext
15831 CFLAGS=$ac_wine_try_cflags_saved
15833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
15834 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
15835 if test "x$ac_cv_cflags__Wdeclaration_after_statement" = xyes; then :
15836 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
15838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wempty-body" >&5
15839 $as_echo_n "checking whether the compiler supports -Wempty-body... " >&6; }
15840 if ${ac_cv_cflags__Wempty_body+:} false; then :
15841 $as_echo_n "(cached) " >&6
15842 else
15843 ac_wine_try_cflags_saved=$CFLAGS
15844 CFLAGS="$CFLAGS -Wempty-body"
15845 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15846 /* end confdefs.h. */
15847 int main(int argc, char **argv) { return 0; }
15848 _ACEOF
15849 if ac_fn_c_try_link "$LINENO"; then :
15850 ac_cv_cflags__Wempty_body=yes
15851 else
15852 ac_cv_cflags__Wempty_body=no
15854 rm -f core conftest.err conftest.$ac_objext \
15855 conftest$ac_exeext conftest.$ac_ext
15856 CFLAGS=$ac_wine_try_cflags_saved
15858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wempty_body" >&5
15859 $as_echo "$ac_cv_cflags__Wempty_body" >&6; }
15860 if test "x$ac_cv_cflags__Wempty_body" = xyes; then :
15861 EXTRACFLAGS="$EXTRACFLAGS -Wempty-body"
15863 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wignored-qualifiers" >&5
15864 $as_echo_n "checking whether the compiler supports -Wignored-qualifiers... " >&6; }
15865 if ${ac_cv_cflags__Wignored_qualifiers+:} false; then :
15866 $as_echo_n "(cached) " >&6
15867 else
15868 ac_wine_try_cflags_saved=$CFLAGS
15869 CFLAGS="$CFLAGS -Wignored-qualifiers"
15870 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15871 /* end confdefs.h. */
15872 int main(int argc, char **argv) { return 0; }
15873 _ACEOF
15874 if ac_fn_c_try_link "$LINENO"; then :
15875 ac_cv_cflags__Wignored_qualifiers=yes
15876 else
15877 ac_cv_cflags__Wignored_qualifiers=no
15879 rm -f core conftest.err conftest.$ac_objext \
15880 conftest$ac_exeext conftest.$ac_ext
15881 CFLAGS=$ac_wine_try_cflags_saved
15883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wignored_qualifiers" >&5
15884 $as_echo "$ac_cv_cflags__Wignored_qualifiers" >&6; }
15885 if test "x$ac_cv_cflags__Wignored_qualifiers" = xyes; then :
15886 EXTRACFLAGS="$EXTRACFLAGS -Wignored-qualifiers"
15888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Winit-self" >&5
15889 $as_echo_n "checking whether the compiler supports -Winit-self... " >&6; }
15890 if ${ac_cv_cflags__Winit_self+:} false; then :
15891 $as_echo_n "(cached) " >&6
15892 else
15893 ac_wine_try_cflags_saved=$CFLAGS
15894 CFLAGS="$CFLAGS -Winit-self"
15895 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15896 /* end confdefs.h. */
15897 int main(int argc, char **argv) { return 0; }
15898 _ACEOF
15899 if ac_fn_c_try_link "$LINENO"; then :
15900 ac_cv_cflags__Winit_self=yes
15901 else
15902 ac_cv_cflags__Winit_self=no
15904 rm -f core conftest.err conftest.$ac_objext \
15905 conftest$ac_exeext conftest.$ac_ext
15906 CFLAGS=$ac_wine_try_cflags_saved
15908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Winit_self" >&5
15909 $as_echo "$ac_cv_cflags__Winit_self" >&6; }
15910 if test "x$ac_cv_cflags__Winit_self" = xyes; then :
15911 EXTRACFLAGS="$EXTRACFLAGS -Winit-self"
15913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpacked-not-aligned" >&5
15914 $as_echo_n "checking whether the compiler supports -Wpacked-not-aligned... " >&6; }
15915 if ${ac_cv_cflags__Wpacked_not_aligned+:} false; then :
15916 $as_echo_n "(cached) " >&6
15917 else
15918 ac_wine_try_cflags_saved=$CFLAGS
15919 CFLAGS="$CFLAGS -Wpacked-not-aligned"
15920 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15921 /* end confdefs.h. */
15922 int main(int argc, char **argv) { return 0; }
15923 _ACEOF
15924 if ac_fn_c_try_link "$LINENO"; then :
15925 ac_cv_cflags__Wpacked_not_aligned=yes
15926 else
15927 ac_cv_cflags__Wpacked_not_aligned=no
15929 rm -f core conftest.err conftest.$ac_objext \
15930 conftest$ac_exeext conftest.$ac_ext
15931 CFLAGS=$ac_wine_try_cflags_saved
15933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpacked_not_aligned" >&5
15934 $as_echo "$ac_cv_cflags__Wpacked_not_aligned" >&6; }
15935 if test "x$ac_cv_cflags__Wpacked_not_aligned" = xyes; then :
15936 EXTRACFLAGS="$EXTRACFLAGS -Wno-packed-not-aligned"
15938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpragma-pack" >&5
15939 $as_echo_n "checking whether the compiler supports -Wpragma-pack... " >&6; }
15940 if ${ac_cv_cflags__Wpragma_pack+:} false; then :
15941 $as_echo_n "(cached) " >&6
15942 else
15943 ac_wine_try_cflags_saved=$CFLAGS
15944 CFLAGS="$CFLAGS -Wpragma-pack"
15945 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15946 /* end confdefs.h. */
15947 int main(int argc, char **argv) { return 0; }
15948 _ACEOF
15949 if ac_fn_c_try_link "$LINENO"; then :
15950 ac_cv_cflags__Wpragma_pack=yes
15951 else
15952 ac_cv_cflags__Wpragma_pack=no
15954 rm -f core conftest.err conftest.$ac_objext \
15955 conftest$ac_exeext conftest.$ac_ext
15956 CFLAGS=$ac_wine_try_cflags_saved
15958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpragma_pack" >&5
15959 $as_echo "$ac_cv_cflags__Wpragma_pack" >&6; }
15960 if test "x$ac_cv_cflags__Wpragma_pack" = xyes; then :
15961 EXTRACFLAGS="$EXTRACFLAGS -Wno-pragma-pack"
15963 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wshift-overflow=2" >&5
15964 $as_echo_n "checking whether the compiler supports -Wshift-overflow=2... " >&6; }
15965 if ${ac_cv_cflags__Wshift_overflow_2+:} false; then :
15966 $as_echo_n "(cached) " >&6
15967 else
15968 ac_wine_try_cflags_saved=$CFLAGS
15969 CFLAGS="$CFLAGS -Wshift-overflow=2"
15970 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15971 /* end confdefs.h. */
15972 int main(int argc, char **argv) { return 0; }
15973 _ACEOF
15974 if ac_fn_c_try_link "$LINENO"; then :
15975 ac_cv_cflags__Wshift_overflow_2=yes
15976 else
15977 ac_cv_cflags__Wshift_overflow_2=no
15979 rm -f core conftest.err conftest.$ac_objext \
15980 conftest$ac_exeext conftest.$ac_ext
15981 CFLAGS=$ac_wine_try_cflags_saved
15983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wshift_overflow_2" >&5
15984 $as_echo "$ac_cv_cflags__Wshift_overflow_2" >&6; }
15985 if test "x$ac_cv_cflags__Wshift_overflow_2" = xyes; then :
15986 EXTRACFLAGS="$EXTRACFLAGS -Wshift-overflow=2"
15988 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
15989 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
15990 if ${ac_cv_cflags__Wstrict_prototypes+:} false; then :
15991 $as_echo_n "(cached) " >&6
15992 else
15993 ac_wine_try_cflags_saved=$CFLAGS
15994 CFLAGS="$CFLAGS -Wstrict-prototypes"
15995 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15996 /* end confdefs.h. */
15997 int main(int argc, char **argv) { return 0; }
15998 _ACEOF
15999 if ac_fn_c_try_link "$LINENO"; then :
16000 ac_cv_cflags__Wstrict_prototypes=yes
16001 else
16002 ac_cv_cflags__Wstrict_prototypes=no
16004 rm -f core conftest.err conftest.$ac_objext \
16005 conftest$ac_exeext conftest.$ac_ext
16006 CFLAGS=$ac_wine_try_cflags_saved
16008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
16009 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
16010 if test "x$ac_cv_cflags__Wstrict_prototypes" = xyes; then :
16011 EXTRACFLAGS="$EXTRACFLAGS -Wstrict-prototypes"
16013 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
16014 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
16015 if ${ac_cv_cflags__Wtype_limits+:} false; then :
16016 $as_echo_n "(cached) " >&6
16017 else
16018 ac_wine_try_cflags_saved=$CFLAGS
16019 CFLAGS="$CFLAGS -Wtype-limits"
16020 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16021 /* end confdefs.h. */
16022 int main(int argc, char **argv) { return 0; }
16023 _ACEOF
16024 if ac_fn_c_try_link "$LINENO"; then :
16025 ac_cv_cflags__Wtype_limits=yes
16026 else
16027 ac_cv_cflags__Wtype_limits=no
16029 rm -f core conftest.err conftest.$ac_objext \
16030 conftest$ac_exeext conftest.$ac_ext
16031 CFLAGS=$ac_wine_try_cflags_saved
16033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
16034 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
16035 if test "x$ac_cv_cflags__Wtype_limits" = xyes; then :
16036 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
16038 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wunused-but-set-parameter" >&5
16039 $as_echo_n "checking whether the compiler supports -Wunused-but-set-parameter... " >&6; }
16040 if ${ac_cv_cflags__Wunused_but_set_parameter+:} false; then :
16041 $as_echo_n "(cached) " >&6
16042 else
16043 ac_wine_try_cflags_saved=$CFLAGS
16044 CFLAGS="$CFLAGS -Wunused-but-set-parameter"
16045 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16046 /* end confdefs.h. */
16047 int main(int argc, char **argv) { return 0; }
16048 _ACEOF
16049 if ac_fn_c_try_link "$LINENO"; then :
16050 ac_cv_cflags__Wunused_but_set_parameter=yes
16051 else
16052 ac_cv_cflags__Wunused_but_set_parameter=no
16054 rm -f core conftest.err conftest.$ac_objext \
16055 conftest$ac_exeext conftest.$ac_ext
16056 CFLAGS=$ac_wine_try_cflags_saved
16058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wunused_but_set_parameter" >&5
16059 $as_echo "$ac_cv_cflags__Wunused_but_set_parameter" >&6; }
16060 if test "x$ac_cv_cflags__Wunused_but_set_parameter" = xyes; then :
16061 EXTRACFLAGS="$EXTRACFLAGS -Wunused-but-set-parameter"
16063 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wvla" >&5
16064 $as_echo_n "checking whether the compiler supports -Wvla... " >&6; }
16065 if ${ac_cv_cflags__Wvla+:} false; then :
16066 $as_echo_n "(cached) " >&6
16067 else
16068 ac_wine_try_cflags_saved=$CFLAGS
16069 CFLAGS="$CFLAGS -Wvla"
16070 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16071 /* end confdefs.h. */
16072 int main(int argc, char **argv) { return 0; }
16073 _ACEOF
16074 if ac_fn_c_try_link "$LINENO"; then :
16075 ac_cv_cflags__Wvla=yes
16076 else
16077 ac_cv_cflags__Wvla=no
16079 rm -f core conftest.err conftest.$ac_objext \
16080 conftest$ac_exeext conftest.$ac_ext
16081 CFLAGS=$ac_wine_try_cflags_saved
16083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wvla" >&5
16084 $as_echo "$ac_cv_cflags__Wvla" >&6; }
16085 if test "x$ac_cv_cflags__Wvla" = xyes; then :
16086 EXTRACFLAGS="$EXTRACFLAGS -Wvla"
16088 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
16089 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
16090 if ${ac_cv_cflags__Wwrite_strings+:} false; then :
16091 $as_echo_n "(cached) " >&6
16092 else
16093 ac_wine_try_cflags_saved=$CFLAGS
16094 CFLAGS="$CFLAGS -Wwrite-strings"
16095 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16096 /* end confdefs.h. */
16097 int main(int argc, char **argv) { return 0; }
16098 _ACEOF
16099 if ac_fn_c_try_link "$LINENO"; then :
16100 ac_cv_cflags__Wwrite_strings=yes
16101 else
16102 ac_cv_cflags__Wwrite_strings=no
16104 rm -f core conftest.err conftest.$ac_objext \
16105 conftest$ac_exeext conftest.$ac_ext
16106 CFLAGS=$ac_wine_try_cflags_saved
16108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
16109 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
16110 if test "x$ac_cv_cflags__Wwrite_strings" = xyes; then :
16111 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
16114 if test -z "$CROSSTARGET"
16115 then
16116 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fexcess-precision=standard" >&5
16117 $as_echo_n "checking whether the compiler supports -fexcess-precision=standard... " >&6; }
16118 if ${ac_cv_cflags__fexcess_precision_standard+:} false; then :
16119 $as_echo_n "(cached) " >&6
16120 else
16121 ac_wine_try_cflags_saved=$CFLAGS
16122 CFLAGS="$CFLAGS -fexcess-precision=standard"
16123 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16124 /* end confdefs.h. */
16125 int main(int argc, char **argv) { return 0; }
16126 _ACEOF
16127 if ac_fn_c_try_link "$LINENO"; then :
16128 ac_cv_cflags__fexcess_precision_standard=yes
16129 else
16130 ac_cv_cflags__fexcess_precision_standard=no
16132 rm -f core conftest.err conftest.$ac_objext \
16133 conftest$ac_exeext conftest.$ac_ext
16134 CFLAGS=$ac_wine_try_cflags_saved
16136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fexcess_precision_standard" >&5
16137 $as_echo "$ac_cv_cflags__fexcess_precision_standard" >&6; }
16138 if test "x$ac_cv_cflags__fexcess_precision_standard" = xyes; then :
16139 EXCESS_PRECISION_CFLAGS="-fexcess-precision=standard"
16144 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpointer-arith" >&5
16145 $as_echo_n "checking whether the compiler supports -Wpointer-arith... " >&6; }
16146 if ${ac_cv_cflags__Wpointer_arith+:} false; then :
16147 $as_echo_n "(cached) " >&6
16148 else
16149 ac_wine_try_cflags_saved=$CFLAGS
16150 CFLAGS="$CFLAGS -Wpointer-arith"
16151 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16152 /* end confdefs.h. */
16153 int main(int argc, char **argv) { return 0; }
16154 _ACEOF
16155 if ac_fn_c_try_link "$LINENO"; then :
16156 ac_cv_cflags__Wpointer_arith=yes
16157 else
16158 ac_cv_cflags__Wpointer_arith=no
16160 rm -f core conftest.err conftest.$ac_objext \
16161 conftest$ac_exeext conftest.$ac_ext
16162 CFLAGS=$ac_wine_try_cflags_saved
16164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpointer_arith" >&5
16165 $as_echo "$ac_cv_cflags__Wpointer_arith" >&6; }
16166 if test "x$ac_cv_cflags__Wpointer_arith" = xyes; then :
16167 saved_string_h_CFLAGS=$CFLAGS
16168 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
16169 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wpointer-arith" >&5
16170 $as_echo_n "checking for broken string.h that generates warnings with -Wpointer-arith... " >&6; }
16171 if ${ac_cv_c_string_h_warnings+:} false; then :
16172 $as_echo_n "(cached) " >&6
16173 else
16174 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16175 /* end confdefs.h. */
16176 #include <string.h>
16178 main ()
16182 return 0;
16184 _ACEOF
16185 if ac_fn_c_try_compile "$LINENO"; then :
16186 ac_cv_c_string_h_warnings=no
16187 else
16188 ac_cv_c_string_h_warnings=yes
16190 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
16193 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
16194 test "$ac_cv_c_string_h_warnings" = yes || EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
16195 CFLAGS=$saved_string_h_CFLAGS
16198 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wlogical-op" >&5
16199 $as_echo_n "checking whether the compiler supports -Wlogical-op... " >&6; }
16200 if ${ac_cv_cflags__Wlogical_op+:} false; then :
16201 $as_echo_n "(cached) " >&6
16202 else
16203 ac_wine_try_cflags_saved=$CFLAGS
16204 CFLAGS="$CFLAGS -Wlogical-op"
16205 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16206 /* end confdefs.h. */
16207 int main(int argc, char **argv) { return 0; }
16208 _ACEOF
16209 if ac_fn_c_try_link "$LINENO"; then :
16210 ac_cv_cflags__Wlogical_op=yes
16211 else
16212 ac_cv_cflags__Wlogical_op=no
16214 rm -f core conftest.err conftest.$ac_objext \
16215 conftest$ac_exeext conftest.$ac_ext
16216 CFLAGS=$ac_wine_try_cflags_saved
16218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wlogical_op" >&5
16219 $as_echo "$ac_cv_cflags__Wlogical_op" >&6; }
16220 if test "x$ac_cv_cflags__Wlogical_op" = xyes; then :
16221 saved_string_h_CFLAGS=$CFLAGS
16222 CFLAGS="$CFLAGS -Wlogical-op -Werror"
16223 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wlogical-op" >&5
16224 $as_echo_n "checking for broken string.h that generates warnings with -Wlogical-op... " >&6; }
16225 if ${ac_cv_c_logicalop_noisy+:} false; then :
16226 $as_echo_n "(cached) " >&6
16227 else
16228 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16229 /* end confdefs.h. */
16230 #include <string.h>
16231 char*f(const char *h,char n) {return strchr(h,n);}
16233 main ()
16237 return 0;
16239 _ACEOF
16240 if ac_fn_c_try_compile "$LINENO"; then :
16241 ac_cv_c_logicalop_noisy=no
16242 else
16243 ac_cv_c_logicalop_noisy=yes
16245 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_logicalop_noisy" >&5
16248 $as_echo "$ac_cv_c_logicalop_noisy" >&6; }
16249 CFLAGS=$saved_string_h_CFLAGS
16250 test "$ac_cv_c_logicalop_noisy" = yes || EXTRACFLAGS="$EXTRACFLAGS -Wlogical-op"
16253 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for flags needed for 64-bit compare-and-swap support" >&5
16254 $as_echo_n "checking for flags needed for 64-bit compare-and-swap support... " >&6; }
16255 if ${wine_cv_64bit_compare_swap+:} false; then :
16256 $as_echo_n "(cached) " >&6
16257 else
16258 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16259 /* end confdefs.h. */
16260 #ifndef __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8
16261 #error no
16262 #endif
16264 main ()
16268 return 0;
16270 _ACEOF
16271 if ac_fn_c_try_compile "$LINENO"; then :
16272 wine_cv_64bit_compare_swap="none needed"
16273 else
16274 case $host_cpu in
16275 *i[3456]86*) wine_cv_64bit_compare_swap="-march=i586" ;;
16276 *arm*) wine_cv_64bit_compare_swap="-march=armv7-a" ;;
16277 *) wine_cv_64bit_compare_swap="unknown" ;;
16278 esac
16279 if test "x$wine_cv_64bit_compare_swap" != xunknown
16280 then
16281 CFLAGS="$CFLAGS $wine_cv_64bit_compare_swap"
16282 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16283 /* end confdefs.h. */
16284 #ifndef __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8
16285 #error no
16286 #endif
16288 main ()
16292 return 0;
16294 _ACEOF
16295 if ac_fn_c_try_compile "$LINENO"; then :
16297 else
16298 wine_cv_64bit_compare_swap="unknown"
16300 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16301 CFLAGS=$saved_CFLAGS
16304 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_64bit_compare_swap" >&5
16307 $as_echo "$wine_cv_64bit_compare_swap" >&6; }
16308 case "$wine_cv_64bit_compare_swap" in
16309 unknown) as_fn_error $? "gcc doesn't support 64-bit compare-and-swap on this platform" "$LINENO" 5 ;;
16310 "none needed") ;;
16311 *) EXTRACFLAGS="$EXTRACFLAGS $wine_cv_64bit_compare_swap" ;;
16312 esac
16314 ac_debug_format_seen=""
16315 for ac_flag in $CFLAGS; do
16316 case $ac_flag in
16317 -gdwarf*) ac_debug_format_seen=yes ;;
16318 -g) ac_debug_format_seen=${ac_debug_format_seen:-default} ;;
16319 esac
16320 done
16321 if test "x$ac_debug_format_seen" = xdefault
16322 then
16323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gdwarf-2" >&5
16324 $as_echo_n "checking whether the compiler supports -gdwarf-2... " >&6; }
16325 if ${ac_cv_cflags__gdwarf_2+:} false; then :
16326 $as_echo_n "(cached) " >&6
16327 else
16328 ac_wine_try_cflags_saved=$CFLAGS
16329 CFLAGS="$CFLAGS -gdwarf-2"
16330 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16331 /* end confdefs.h. */
16332 int main(int argc, char **argv) { return 0; }
16333 _ACEOF
16334 if ac_fn_c_try_link "$LINENO"; then :
16335 ac_cv_cflags__gdwarf_2=yes
16336 else
16337 ac_cv_cflags__gdwarf_2=no
16339 rm -f core conftest.err conftest.$ac_objext \
16340 conftest$ac_exeext conftest.$ac_ext
16341 CFLAGS=$ac_wine_try_cflags_saved
16343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gdwarf_2" >&5
16344 $as_echo "$ac_cv_cflags__gdwarf_2" >&6; }
16345 if test "x$ac_cv_cflags__gdwarf_2" = xyes; then :
16346 EXTRACFLAGS="$EXTRACFLAGS -gdwarf-2"
16348 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gstrict-dwarf" >&5
16349 $as_echo_n "checking whether the compiler supports -gstrict-dwarf... " >&6; }
16350 if ${ac_cv_cflags__gstrict_dwarf+:} false; then :
16351 $as_echo_n "(cached) " >&6
16352 else
16353 ac_wine_try_cflags_saved=$CFLAGS
16354 CFLAGS="$CFLAGS -gstrict-dwarf"
16355 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16356 /* end confdefs.h. */
16357 int main(int argc, char **argv) { return 0; }
16358 _ACEOF
16359 if ac_fn_c_try_link "$LINENO"; then :
16360 ac_cv_cflags__gstrict_dwarf=yes
16361 else
16362 ac_cv_cflags__gstrict_dwarf=no
16364 rm -f core conftest.err conftest.$ac_objext \
16365 conftest$ac_exeext conftest.$ac_ext
16366 CFLAGS=$ac_wine_try_cflags_saved
16368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gstrict_dwarf" >&5
16369 $as_echo "$ac_cv_cflags__gstrict_dwarf" >&6; }
16370 if test "x$ac_cv_cflags__gstrict_dwarf" = xyes; then :
16371 EXTRACFLAGS="$EXTRACFLAGS -gstrict-dwarf"
16375 MSVCRTFLAGS=""
16377 case $host_os in
16378 mingw32*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-delayload,autoconftest.dll" >&5
16379 $as_echo_n "checking whether the compiler supports -Wl,-delayload,autoconftest.dll... " >&6; }
16380 if ${ac_cv_cflags__Wl__delayload_autoconftest_dll+:} false; then :
16381 $as_echo_n "(cached) " >&6
16382 else
16383 ac_wine_try_cflags_saved=$CFLAGS
16384 CFLAGS="$CFLAGS -Wl,-delayload,autoconftest.dll"
16385 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16386 /* end confdefs.h. */
16387 int main(int argc, char **argv) { return 0; }
16388 _ACEOF
16389 if ac_fn_c_try_link "$LINENO"; then :
16390 ac_cv_cflags__Wl__delayload_autoconftest_dll=yes
16391 else
16392 ac_cv_cflags__Wl__delayload_autoconftest_dll=no
16394 rm -f core conftest.err conftest.$ac_objext \
16395 conftest$ac_exeext conftest.$ac_ext
16396 CFLAGS=$ac_wine_try_cflags_saved
16398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__delayload_autoconftest_dll" >&5
16399 $as_echo "$ac_cv_cflags__Wl__delayload_autoconftest_dll" >&6; }
16400 if test "x$ac_cv_cflags__Wl__delayload_autoconftest_dll" = xyes; then :
16401 DELAYLOADFLAG="-Wl,-delayload,"
16403 fi ;;
16404 *) MSVCRTFLAGS="-D_WIN32"
16405 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
16406 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
16407 if ${ac_cv_cflags__fno_builtin+:} false; then :
16408 $as_echo_n "(cached) " >&6
16409 else
16410 ac_wine_try_cflags_saved=$CFLAGS
16411 CFLAGS="$CFLAGS -fno-builtin"
16412 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16413 /* end confdefs.h. */
16414 int main(int argc, char **argv) { return 0; }
16415 _ACEOF
16416 if ac_fn_c_try_link "$LINENO"; then :
16417 ac_cv_cflags__fno_builtin=yes
16418 else
16419 ac_cv_cflags__fno_builtin=no
16421 rm -f core conftest.err conftest.$ac_objext \
16422 conftest$ac_exeext conftest.$ac_ext
16423 CFLAGS=$ac_wine_try_cflags_saved
16425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
16426 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
16427 if test "x$ac_cv_cflags__fno_builtin" = xyes; then :
16428 MSVCRTFLAGS="$MSVCRTFLAGS -fno-builtin"
16430 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fshort-wchar" >&5
16431 $as_echo_n "checking whether the compiler supports -fshort-wchar... " >&6; }
16432 if ${ac_cv_cflags__fshort_wchar+:} false; then :
16433 $as_echo_n "(cached) " >&6
16434 else
16435 ac_wine_try_cflags_saved=$CFLAGS
16436 CFLAGS="$CFLAGS -fshort-wchar"
16437 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16438 /* end confdefs.h. */
16439 int main(int argc, char **argv) { return 0; }
16440 _ACEOF
16441 if ac_fn_c_try_link "$LINENO"; then :
16442 ac_cv_cflags__fshort_wchar=yes
16443 else
16444 ac_cv_cflags__fshort_wchar=no
16446 rm -f core conftest.err conftest.$ac_objext \
16447 conftest$ac_exeext conftest.$ac_ext
16448 CFLAGS=$ac_wine_try_cflags_saved
16450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fshort_wchar" >&5
16451 $as_echo "$ac_cv_cflags__fshort_wchar" >&6; }
16452 if test "x$ac_cv_cflags__fshort_wchar" = xyes; then :
16453 MSVCRTFLAGS="$MSVCRTFLAGS -fshort-wchar"
16454 fi ;;
16455 esac
16457 case $host_cpu in
16458 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-omit-frame-pointer" >&5
16459 $as_echo_n "checking whether the compiler supports -fno-omit-frame-pointer... " >&6; }
16460 if ${ac_cv_cflags__fno_omit_frame_pointer+:} false; then :
16461 $as_echo_n "(cached) " >&6
16462 else
16463 ac_wine_try_cflags_saved=$CFLAGS
16464 CFLAGS="$CFLAGS -fno-omit-frame-pointer"
16465 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16466 /* end confdefs.h. */
16467 int main(int argc, char **argv) { return 0; }
16468 _ACEOF
16469 if ac_fn_c_try_link "$LINENO"; then :
16470 ac_cv_cflags__fno_omit_frame_pointer=yes
16471 else
16472 ac_cv_cflags__fno_omit_frame_pointer=no
16474 rm -f core conftest.err conftest.$ac_objext \
16475 conftest$ac_exeext conftest.$ac_ext
16476 CFLAGS=$ac_wine_try_cflags_saved
16478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_omit_frame_pointer" >&5
16479 $as_echo "$ac_cv_cflags__fno_omit_frame_pointer" >&6; }
16480 if test "x$ac_cv_cflags__fno_omit_frame_pointer" = xyes; then :
16481 EXTRACFLAGS="$EXTRACFLAGS -fno-omit-frame-pointer"
16482 fi ;;
16483 *x86_64*)
16484 case $host_os in
16485 cygwin*|mingw32*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wno-format" >&5
16486 $as_echo_n "checking whether the compiler supports -Wno-format... " >&6; }
16487 if ${ac_cv_cflags__Wno_format+:} false; then :
16488 $as_echo_n "(cached) " >&6
16489 else
16490 ac_wine_try_cflags_saved=$CFLAGS
16491 CFLAGS="$CFLAGS -Wno-format"
16492 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16493 /* end confdefs.h. */
16494 int main(int argc, char **argv) { return 0; }
16495 _ACEOF
16496 if ac_fn_c_try_link "$LINENO"; then :
16497 ac_cv_cflags__Wno_format=yes
16498 else
16499 ac_cv_cflags__Wno_format=no
16501 rm -f core conftest.err conftest.$ac_objext \
16502 conftest$ac_exeext conftest.$ac_ext
16503 CFLAGS=$ac_wine_try_cflags_saved
16505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wno_format" >&5
16506 $as_echo "$ac_cv_cflags__Wno_format" >&6; }
16507 if test "x$ac_cv_cflags__Wno_format" = xyes; then :
16508 EXTRACFLAGS="$EXTRACFLAGS -Wno-format"
16509 fi ;;
16510 *) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -mabi=ms" >&5
16511 $as_echo_n "checking whether the compiler supports -mabi=ms... " >&6; }
16512 if ${ac_cv_cflags__mabi_ms+:} false; then :
16513 $as_echo_n "(cached) " >&6
16514 else
16515 ac_wine_try_cflags_saved=$CFLAGS
16516 CFLAGS="$CFLAGS -mabi=ms"
16517 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16518 /* end confdefs.h. */
16519 int main(int argc, char **argv) { return 0; }
16520 _ACEOF
16521 if ac_fn_c_try_link "$LINENO"; then :
16522 ac_cv_cflags__mabi_ms=yes
16523 else
16524 ac_cv_cflags__mabi_ms=no
16526 rm -f core conftest.err conftest.$ac_objext \
16527 conftest$ac_exeext conftest.$ac_ext
16528 CFLAGS=$ac_wine_try_cflags_saved
16530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__mabi_ms" >&5
16531 $as_echo "$ac_cv_cflags__mabi_ms" >&6; }
16532 if test "x$ac_cv_cflags__mabi_ms" = xyes; then :
16533 MSVCRTFLAGS="$MSVCRTFLAGS -mabi=ms"
16534 fi ;;
16535 esac ;;
16536 esac
16538 CFLAGS=$saved_CFLAGS
16540 if test "x$enable_werror" = "xyes"
16541 then
16542 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
16543 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
16544 if ${ac_cv_cflags__Werror+:} false; then :
16545 $as_echo_n "(cached) " >&6
16546 else
16547 ac_wine_try_cflags_saved=$CFLAGS
16548 CFLAGS="$CFLAGS -Werror"
16549 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16550 /* end confdefs.h. */
16551 int main(int argc, char **argv) { return 0; }
16552 _ACEOF
16553 if ac_fn_c_try_link "$LINENO"; then :
16554 ac_cv_cflags__Werror=yes
16555 else
16556 ac_cv_cflags__Werror=no
16558 rm -f core conftest.err conftest.$ac_objext \
16559 conftest$ac_exeext conftest.$ac_ext
16560 CFLAGS=$ac_wine_try_cflags_saved
16562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
16563 $as_echo "$ac_cv_cflags__Werror" >&6; }
16564 if test "x$ac_cv_cflags__Werror" = xyes; then :
16565 EXTRACFLAGS="$EXTRACFLAGS -Werror"
16568 if test "x$enable_build_id" = "xyes"
16569 then
16570 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--build-id" >&5
16571 $as_echo_n "checking whether the compiler supports -Wl,--build-id... " >&6; }
16572 if ${ac_cv_cflags__Wl___build_id+:} false; then :
16573 $as_echo_n "(cached) " >&6
16574 else
16575 ac_wine_try_cflags_saved=$CFLAGS
16576 CFLAGS="$CFLAGS -Wl,--build-id"
16577 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16578 /* end confdefs.h. */
16579 int main(int argc, char **argv) { return 0; }
16580 _ACEOF
16581 if ac_fn_c_try_link "$LINENO"; then :
16582 ac_cv_cflags__Wl___build_id=yes
16583 else
16584 ac_cv_cflags__Wl___build_id=no
16586 rm -f core conftest.err conftest.$ac_objext \
16587 conftest$ac_exeext conftest.$ac_ext
16588 CFLAGS=$ac_wine_try_cflags_saved
16590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___build_id" >&5
16591 $as_echo "$ac_cv_cflags__Wl___build_id" >&6; }
16592 if test "x$ac_cv_cflags__Wl___build_id" = xyes; then :
16593 CFLAGS="$CFLAGS -Wl,--build-id"
16594 LDFLAGS="$LDFLAGS -Wl,--build-id"
16600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the need to disable Fortify" >&5
16601 $as_echo_n "checking for the need to disable Fortify... " >&6; }
16602 if ${ac_cv_c_fortify_enabled+:} false; then :
16603 $as_echo_n "(cached) " >&6
16604 else
16605 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16606 /* end confdefs.h. */
16607 #include <string.h>
16609 main ()
16611 #if (defined(__USE_FORTIFY_LEVEL) && __USE_FORTIFY_LEVEL > 0) || (defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0)
16612 #error Fortify enabled
16613 #endif
16615 return 0;
16617 _ACEOF
16618 if ac_fn_c_try_compile "$LINENO"; then :
16619 ac_cv_c_fortify_enabled=no
16620 else
16621 ac_cv_c_fortify_enabled=yes
16623 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_fortify_enabled" >&5
16626 $as_echo "$ac_cv_c_fortify_enabled" >&6; }
16627 if test "$ac_cv_c_fortify_enabled" = yes
16628 then
16629 CFLAGS="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
16633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
16634 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
16635 if ${ac_cv_c_cfi_support+:} false; then :
16636 $as_echo_n "(cached) " >&6
16637 else
16638 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16639 /* end confdefs.h. */
16640 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
16642 main ()
16646 return 0;
16648 _ACEOF
16649 if ac_fn_c_try_compile "$LINENO"; then :
16650 ac_cv_c_cfi_support="yes"
16651 else
16652 ac_cv_c_cfi_support="no"
16654 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
16657 $as_echo "$ac_cv_c_cfi_support" >&6; }
16658 if test "$ac_cv_c_cfi_support" = "yes"
16659 then
16660 DLLFLAGS="$DLLFLAGS -fasynchronous-unwind-tables"
16661 LDDLLFLAGS="$LDDLLFLAGS -fasynchronous-unwind-tables"
16662 UNIXDLLFLAGS="$UNIXDLLFLAGS -fasynchronous-unwind-tables"
16663 else
16664 if test "x$enable_win64" = "xyes"
16665 then
16666 as_fn_append wine_warnings "|building 64-bit Wine without support for CFI directives; exception handling will not work properly."
16671 case $build_os in
16672 cygwin*|mingw32*) TOOLSEXT=".exe"
16674 esac
16676 case $host_os in
16677 linux*)
16678 case $host_cpu in
16679 *i[3456789]86*|x86_64*|*aarch64*|arm*)
16680 test "$wine_binary" = wine || wine_fn_append_file CONFIGURE_TARGETS "loader/wine-preloader"
16681 WINELOADER_PROGRAMS="$WINELOADER_PROGRAMS $wine_binary-preloader"
16683 esac
16685 esac
16688 ac_save_CFLAGS="$CFLAGS"
16689 CFLAGS="$CFLAGS $BUILTINFLAG"
16690 for ac_func in \
16691 epoll_create \
16692 fstatfs \
16693 futimens \
16694 futimes \
16695 futimesat \
16696 getattrlist \
16697 getauxval \
16698 getifaddrs \
16699 getrandom \
16700 kqueue \
16701 mach_continuous_time \
16702 pipe2 \
16703 port_create \
16704 posix_fadvise \
16705 posix_fallocate \
16706 prctl \
16707 proc_pidinfo \
16708 setproctitle \
16709 setprogname \
16710 sigprocmask \
16711 sysinfo \
16712 tcdrain \
16713 thr_kill2
16715 do :
16716 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16717 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
16718 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
16719 cat >>confdefs.h <<_ACEOF
16720 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16721 _ACEOF
16724 done
16726 CFLAGS="$ac_save_CFLAGS"
16728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
16729 $as_echo_n "checking for library containing dlopen... " >&6; }
16730 if ${ac_cv_search_dlopen+:} false; then :
16731 $as_echo_n "(cached) " >&6
16732 else
16733 ac_func_search_save_LIBS=$LIBS
16734 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16735 /* end confdefs.h. */
16737 /* Override any GCC internal prototype to avoid an error.
16738 Use char because int might match the return type of a GCC
16739 builtin and then its argument prototype would still apply. */
16740 #ifdef __cplusplus
16741 extern "C"
16742 #endif
16743 char dlopen ();
16745 main ()
16747 return dlopen ();
16749 return 0;
16751 _ACEOF
16752 for ac_lib in '' dl; do
16753 if test -z "$ac_lib"; then
16754 ac_res="none required"
16755 else
16756 ac_res=-l$ac_lib
16757 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
16759 if ac_fn_c_try_link "$LINENO"; then :
16760 ac_cv_search_dlopen=$ac_res
16762 rm -f core conftest.err conftest.$ac_objext \
16763 conftest$ac_exeext
16764 if ${ac_cv_search_dlopen+:} false; then :
16765 break
16767 done
16768 if ${ac_cv_search_dlopen+:} false; then :
16770 else
16771 ac_cv_search_dlopen=no
16773 rm conftest.$ac_ext
16774 LIBS=$ac_func_search_save_LIBS
16776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
16777 $as_echo "$ac_cv_search_dlopen" >&6; }
16778 ac_res=$ac_cv_search_dlopen
16779 if test "$ac_res" != no; then :
16780 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
16784 ac_wine_check_funcs_save_LIBS="$LIBS"
16785 LIBS="$LIBS $DL_LIBS"
16786 for ac_func in dlinfo
16787 do :
16788 ac_fn_c_check_func "$LINENO" "dlinfo" "ac_cv_func_dlinfo"
16789 if test "x$ac_cv_func_dlinfo" = xyes; then :
16790 cat >>confdefs.h <<_ACEOF
16791 #define HAVE_DLINFO 1
16792 _ACEOF
16795 done
16797 LIBS="$ac_wine_check_funcs_save_LIBS"
16799 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
16800 $as_echo_n "checking for library containing gethostbyname... " >&6; }
16801 if ${ac_cv_search_gethostbyname+:} false; then :
16802 $as_echo_n "(cached) " >&6
16803 else
16804 ac_func_search_save_LIBS=$LIBS
16805 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16806 /* end confdefs.h. */
16808 /* Override any GCC internal prototype to avoid an error.
16809 Use char because int might match the return type of a GCC
16810 builtin and then its argument prototype would still apply. */
16811 #ifdef __cplusplus
16812 extern "C"
16813 #endif
16814 char gethostbyname ();
16816 main ()
16818 return gethostbyname ();
16820 return 0;
16822 _ACEOF
16823 for ac_lib in '' nsl; do
16824 if test -z "$ac_lib"; then
16825 ac_res="none required"
16826 else
16827 ac_res=-l$ac_lib
16828 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
16830 if ac_fn_c_try_link "$LINENO"; then :
16831 ac_cv_search_gethostbyname=$ac_res
16833 rm -f core conftest.err conftest.$ac_objext \
16834 conftest$ac_exeext
16835 if ${ac_cv_search_gethostbyname+:} false; then :
16836 break
16838 done
16839 if ${ac_cv_search_gethostbyname+:} false; then :
16841 else
16842 ac_cv_search_gethostbyname=no
16844 rm conftest.$ac_ext
16845 LIBS=$ac_func_search_save_LIBS
16847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
16848 $as_echo "$ac_cv_search_gethostbyname" >&6; }
16849 ac_res=$ac_cv_search_gethostbyname
16850 if test "$ac_res" != no; then :
16851 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
16856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
16857 $as_echo_n "checking for library containing connect... " >&6; }
16858 if ${ac_cv_search_connect+:} false; then :
16859 $as_echo_n "(cached) " >&6
16860 else
16861 ac_func_search_save_LIBS=$LIBS
16862 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16863 /* end confdefs.h. */
16865 /* Override any GCC internal prototype to avoid an error.
16866 Use char because int might match the return type of a GCC
16867 builtin and then its argument prototype would still apply. */
16868 #ifdef __cplusplus
16869 extern "C"
16870 #endif
16871 char connect ();
16873 main ()
16875 return connect ();
16877 return 0;
16879 _ACEOF
16880 for ac_lib in '' socket; do
16881 if test -z "$ac_lib"; then
16882 ac_res="none required"
16883 else
16884 ac_res=-l$ac_lib
16885 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
16887 if ac_fn_c_try_link "$LINENO"; then :
16888 ac_cv_search_connect=$ac_res
16890 rm -f core conftest.err conftest.$ac_objext \
16891 conftest$ac_exeext
16892 if ${ac_cv_search_connect+:} false; then :
16893 break
16895 done
16896 if ${ac_cv_search_connect+:} false; then :
16898 else
16899 ac_cv_search_connect=no
16901 rm conftest.$ac_ext
16902 LIBS=$ac_func_search_save_LIBS
16904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
16905 $as_echo "$ac_cv_search_connect" >&6; }
16906 ac_res=$ac_cv_search_connect
16907 if test "$ac_res" != no; then :
16908 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
16913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
16914 $as_echo_n "checking for library containing inet_aton... " >&6; }
16915 if ${ac_cv_search_inet_aton+:} false; then :
16916 $as_echo_n "(cached) " >&6
16917 else
16918 ac_func_search_save_LIBS=$LIBS
16919 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16920 /* end confdefs.h. */
16922 /* Override any GCC internal prototype to avoid an error.
16923 Use char because int might match the return type of a GCC
16924 builtin and then its argument prototype would still apply. */
16925 #ifdef __cplusplus
16926 extern "C"
16927 #endif
16928 char inet_aton ();
16930 main ()
16932 return inet_aton ();
16934 return 0;
16936 _ACEOF
16937 for ac_lib in '' resolv; do
16938 if test -z "$ac_lib"; then
16939 ac_res="none required"
16940 else
16941 ac_res=-l$ac_lib
16942 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
16944 if ac_fn_c_try_link "$LINENO"; then :
16945 ac_cv_search_inet_aton=$ac_res
16947 rm -f core conftest.err conftest.$ac_objext \
16948 conftest$ac_exeext
16949 if ${ac_cv_search_inet_aton+:} false; then :
16950 break
16952 done
16953 if ${ac_cv_search_inet_aton+:} false; then :
16955 else
16956 ac_cv_search_inet_aton=no
16958 rm conftest.$ac_ext
16959 LIBS=$ac_func_search_save_LIBS
16961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
16962 $as_echo "$ac_cv_search_inet_aton" >&6; }
16963 ac_res=$ac_cv_search_inet_aton
16964 if test "$ac_res" != no; then :
16965 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
16970 for ac_func in getaddrinfo
16971 do :
16972 ac_fn_c_check_func "$LINENO" "getaddrinfo" "ac_cv_func_getaddrinfo"
16973 if test "x$ac_cv_func_getaddrinfo" = xyes; then :
16974 cat >>confdefs.h <<_ACEOF
16975 #define HAVE_GETADDRINFO 1
16976 _ACEOF
16979 done
16982 case $host_os in
16983 darwin*|macosx*) ;;
16984 *) ac_save_LIBS=$LIBS
16985 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
16986 $as_echo_n "checking for library containing clock_gettime... " >&6; }
16987 if ${ac_cv_search_clock_gettime+:} false; then :
16988 $as_echo_n "(cached) " >&6
16989 else
16990 ac_func_search_save_LIBS=$LIBS
16991 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16992 /* end confdefs.h. */
16994 /* Override any GCC internal prototype to avoid an error.
16995 Use char because int might match the return type of a GCC
16996 builtin and then its argument prototype would still apply. */
16997 #ifdef __cplusplus
16998 extern "C"
16999 #endif
17000 char clock_gettime ();
17002 main ()
17004 return clock_gettime ();
17006 return 0;
17008 _ACEOF
17009 for ac_lib in '' rt; do
17010 if test -z "$ac_lib"; then
17011 ac_res="none required"
17012 else
17013 ac_res=-l$ac_lib
17014 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17016 if ac_fn_c_try_link "$LINENO"; then :
17017 ac_cv_search_clock_gettime=$ac_res
17019 rm -f core conftest.err conftest.$ac_objext \
17020 conftest$ac_exeext
17021 if ${ac_cv_search_clock_gettime+:} false; then :
17022 break
17024 done
17025 if ${ac_cv_search_clock_gettime+:} false; then :
17027 else
17028 ac_cv_search_clock_gettime=no
17030 rm conftest.$ac_ext
17031 LIBS=$ac_func_search_save_LIBS
17033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5
17034 $as_echo "$ac_cv_search_clock_gettime" >&6; }
17035 ac_res=$ac_cv_search_clock_gettime
17036 if test "$ac_res" != no; then :
17037 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17039 $as_echo "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h
17041 test "$ac_res" = "none required" || RT_LIBS="$ac_res"
17045 LIBS=$ac_save_LIBS
17047 esac
17049 if test "x$with_ldap" != "xno"
17050 then
17051 if ${LDAP_CFLAGS:+false} :; then :
17052 if ${PKG_CONFIG+:} false; then :
17053 LDAP_CFLAGS=`$PKG_CONFIG --cflags openldap 2>/dev/null`
17057 if ${LDAP_LIBS:+false} :; then :
17058 if ${PKG_CONFIG+:} false; then :
17059 LDAP_LIBS=`$PKG_CONFIG --libs openldap 2>/dev/null`
17063 LDAP_LIBS=${LDAP_LIBS:-"-lldap_r -llber"}
17064 $as_echo "$as_me:${as_lineno-$LINENO}: openldap cflags: $LDAP_CFLAGS" >&5
17065 $as_echo "$as_me:${as_lineno-$LINENO}: openldap libs: $LDAP_LIBS" >&5
17066 ac_save_CPPFLAGS=$CPPFLAGS
17067 CPPFLAGS="$CPPFLAGS $LDAP_CFLAGS"
17068 for ac_header in ldap.h lber.h
17069 do :
17070 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
17071 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
17072 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
17073 cat >>confdefs.h <<_ACEOF
17074 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
17075 _ACEOF
17079 done
17081 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
17082 then
17083 ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
17085 if test "x$ac_cv_type_LDAPSortKey" = xyes; then :
17086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
17087 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
17088 if ${ac_cv_lib_ldap_r_ldap_initialize+:} false; then :
17089 $as_echo_n "(cached) " >&6
17090 else
17091 ac_check_lib_save_LIBS=$LIBS
17092 LIBS="-lldap_r $PTHREAD_LIBS $LDAP_LIBS $LIBS"
17093 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17094 /* end confdefs.h. */
17096 /* Override any GCC internal prototype to avoid an error.
17097 Use char because int might match the return type of a GCC
17098 builtin and then its argument prototype would still apply. */
17099 #ifdef __cplusplus
17100 extern "C"
17101 #endif
17102 char ldap_initialize ();
17104 main ()
17106 return ldap_initialize ();
17108 return 0;
17110 _ACEOF
17111 if ac_fn_c_try_link "$LINENO"; then :
17112 ac_cv_lib_ldap_r_ldap_initialize=yes
17113 else
17114 ac_cv_lib_ldap_r_ldap_initialize=no
17116 rm -f core conftest.err conftest.$ac_objext \
17117 conftest$ac_exeext conftest.$ac_ext
17118 LIBS=$ac_check_lib_save_LIBS
17120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
17121 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
17122 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = xyes; then :
17123 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
17124 $as_echo_n "checking for ber_init in -llber... " >&6; }
17125 if ${ac_cv_lib_lber_ber_init+:} false; then :
17126 $as_echo_n "(cached) " >&6
17127 else
17128 ac_check_lib_save_LIBS=$LIBS
17129 LIBS="-llber $PTHREAD_LIBS $LDAP_LIBS $LIBS"
17130 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17131 /* end confdefs.h. */
17133 /* Override any GCC internal prototype to avoid an error.
17134 Use char because int might match the return type of a GCC
17135 builtin and then its argument prototype would still apply. */
17136 #ifdef __cplusplus
17137 extern "C"
17138 #endif
17139 char ber_init ();
17141 main ()
17143 return ber_init ();
17145 return 0;
17147 _ACEOF
17148 if ac_fn_c_try_link "$LINENO"; then :
17149 ac_cv_lib_lber_ber_init=yes
17150 else
17151 ac_cv_lib_lber_ber_init=no
17153 rm -f core conftest.err conftest.$ac_objext \
17154 conftest$ac_exeext conftest.$ac_ext
17155 LIBS=$ac_check_lib_save_LIBS
17157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
17158 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
17159 if test "x$ac_cv_lib_lber_ber_init" = xyes; then :
17161 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
17163 else
17164 LDAP_LIBS=""
17167 else
17168 LDAP_LIBS=""
17171 else
17172 LDAP_LIBS=""
17175 ac_wine_check_funcs_save_LIBS="$LIBS"
17176 LIBS="$LIBS $LDAP_LIBS $PTHREAD_LIBS"
17177 for ac_func in \
17178 ldap_count_references \
17179 ldap_first_reference \
17180 ldap_next_reference \
17181 ldap_parse_reference \
17182 ldap_parse_sort_control \
17183 ldap_parse_sortresponse_control \
17184 ldap_parse_vlv_control \
17185 ldap_parse_vlvresponse_control
17186 do :
17187 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
17188 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
17189 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
17190 cat >>confdefs.h <<_ACEOF
17191 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
17192 _ACEOF
17195 done
17197 LIBS="$ac_wine_check_funcs_save_LIBS"
17198 else
17199 LDAP_LIBS=""
17201 CPPFLAGS=$ac_save_CPPFLAGS
17204 if test "x$LDAP_LIBS" = "x"; then :
17205 case "x$with_ldap" in
17206 x) as_fn_append wine_notices "|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
17207 xno) ;;
17208 *) as_fn_error $? "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
17209 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
17210 esac
17214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_setaffinity" >&5
17215 $as_echo_n "checking for sched_setaffinity... " >&6; }
17216 if ${wine_cv_have_sched_setaffinity+:} false; then :
17217 $as_echo_n "(cached) " >&6
17218 else
17219 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17220 /* end confdefs.h. */
17221 #include <sched.h>
17223 main ()
17225 sched_setaffinity(0, 0, 0);
17227 return 0;
17229 _ACEOF
17230 if ac_fn_c_try_link "$LINENO"; then :
17231 wine_cv_have_sched_setaffinity=yes
17232 else
17233 wine_cv_have_sched_setaffinity=no
17235 rm -f core conftest.err conftest.$ac_objext \
17236 conftest$ac_exeext conftest.$ac_ext
17238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sched_setaffinity" >&5
17239 $as_echo "$wine_cv_have_sched_setaffinity" >&6; }
17240 if test "$wine_cv_have_sched_setaffinity" = "yes"
17241 then
17243 $as_echo "#define HAVE_SCHED_SETAFFINITY 1" >>confdefs.h
17248 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
17249 $as_echo_n "checking for inline... " >&6; }
17250 if ${ac_cv_c_inline+:} false; then :
17251 $as_echo_n "(cached) " >&6
17252 else
17253 ac_cv_c_inline=no
17254 for ac_kw in inline __inline__ __inline; do
17255 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17256 /* end confdefs.h. */
17257 #ifndef __cplusplus
17258 typedef int foo_t;
17259 static $ac_kw foo_t static_foo () {return 0; }
17260 $ac_kw foo_t foo () {return 0; }
17261 #endif
17263 _ACEOF
17264 if ac_fn_c_try_compile "$LINENO"; then :
17265 ac_cv_c_inline=$ac_kw
17267 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17268 test "$ac_cv_c_inline" != no && break
17269 done
17272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
17273 $as_echo "$ac_cv_c_inline" >&6; }
17275 case $ac_cv_c_inline in
17276 inline | yes) ;;
17278 case $ac_cv_c_inline in
17279 no) ac_val=;;
17280 *) ac_val=$ac_cv_c_inline;;
17281 esac
17282 cat >>confdefs.h <<_ACEOF
17283 #ifndef __cplusplus
17284 #define inline $ac_val
17285 #endif
17286 _ACEOF
17288 esac
17290 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
17291 #include <signal.h>
17293 if test "x$ac_cv_type_sigset_t" = xyes; then :
17295 cat >>confdefs.h <<_ACEOF
17296 #define HAVE_SIGSET_T 1
17297 _ACEOF
17302 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
17304 if test "x$ac_cv_type_request_sense" = xyes; then :
17306 cat >>confdefs.h <<_ACEOF
17307 #define HAVE_REQUEST_SENSE 1
17308 _ACEOF
17314 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
17315 #ifdef HAVE_SYS_SOCKET_H
17316 #include <sys/socket.h>
17317 #endif
17318 #ifdef HAVE_SYS_SOCKETVAR_H
17319 #include <sys/socketvar.h>
17320 #endif
17321 #ifdef HAVE_NET_ROUTE_H
17322 #include <net/route.h>
17323 #endif
17324 #ifdef HAVE_NETINET_IN_H
17325 #include <netinet/in.h>
17326 #endif
17327 #ifdef HAVE_NETINET_IN_SYSTM_H
17328 #include <netinet/in_systm.h>
17329 #endif
17330 #ifdef HAVE_NETINET_IP_H
17331 #include <netinet/ip.h>
17332 #endif
17333 #ifdef HAVE_NETINET_IN_PCB_H
17334 #include <netinet/in_pcb.h>
17335 #endif
17337 if test "x$ac_cv_type_struct_xinpgen" = xyes; then :
17339 cat >>confdefs.h <<_ACEOF
17340 #define HAVE_STRUCT_XINPGEN 1
17341 _ACEOF
17347 ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
17348 #include <linux/input.h>
17349 #endif
17351 if test "x$ac_cv_member_struct_ff_effect_direction" = xyes; then :
17353 cat >>confdefs.h <<_ACEOF
17354 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
17355 _ACEOF
17361 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
17362 $as_echo_n "checking for sigaddset... " >&6; }
17363 if ${wine_cv_have_sigaddset+:} false; then :
17364 $as_echo_n "(cached) " >&6
17365 else
17366 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17367 /* end confdefs.h. */
17368 #include <signal.h>
17370 main ()
17372 sigset_t set; sigaddset(&set,SIGTERM);
17374 return 0;
17376 _ACEOF
17377 if ac_fn_c_try_link "$LINENO"; then :
17378 wine_cv_have_sigaddset=yes
17379 else
17380 wine_cv_have_sigaddset=no
17382 rm -f core conftest.err conftest.$ac_objext \
17383 conftest$ac_exeext conftest.$ac_ext
17385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
17386 $as_echo "$wine_cv_have_sigaddset" >&6; }
17387 if test "$wine_cv_have_sigaddset" = "yes"
17388 then
17390 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
17395 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
17396 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
17397 if ${wine_cv_linux_gethostbyname_r_6+:} false; then :
17398 $as_echo_n "(cached) " >&6
17399 else
17400 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17401 /* end confdefs.h. */
17402 #include <netdb.h>
17404 main ()
17407 char *name=0;
17408 struct hostent he;
17409 struct hostent *result;
17410 char *buf=0;
17411 int bufsize=0;
17412 int errnr;
17413 char *addr=0;
17414 int addrlen=0;
17415 int addrtype=0;
17416 gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
17417 gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
17420 return 0;
17422 _ACEOF
17423 if ac_fn_c_try_link "$LINENO"; then :
17424 wine_cv_linux_gethostbyname_r_6=yes
17425 else
17426 wine_cv_linux_gethostbyname_r_6=no
17429 rm -f core conftest.err conftest.$ac_objext \
17430 conftest$ac_exeext conftest.$ac_ext
17433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
17434 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
17435 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
17436 then
17438 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
17442 if test "$ac_cv_header_linux_joystick_h" = "yes"
17443 then
17444 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
17445 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
17446 if ${wine_cv_linux_joystick_22_api+:} false; then :
17447 $as_echo_n "(cached) " >&6
17448 else
17449 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17450 /* end confdefs.h. */
17452 #include <sys/ioctl.h>
17453 #include <sys/types.h>
17454 #include <linux/joystick.h>
17456 struct js_event blub;
17457 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
17458 #error "no 2.2 header"
17459 #endif
17462 main ()
17464 /*empty*/
17466 return 0;
17468 _ACEOF
17469 if ac_fn_c_try_compile "$LINENO"; then :
17470 wine_cv_linux_joystick_22_api=yes
17471 else
17472 wine_cv_linux_joystick_22_api=no
17474 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
17478 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
17479 if test "$wine_cv_linux_joystick_22_api" = "yes"
17480 then
17482 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
17487 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
17488 #ifdef HAVE_SYS_SOCKET_H
17489 # include <sys/socket.h>
17490 #endif
17491 #ifdef HAVE_SYS_UN_H
17492 # include <sys/un.h>
17493 #endif
17495 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = xyes; then :
17497 cat >>confdefs.h <<_ACEOF
17498 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
17499 _ACEOF
17503 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
17504 #ifdef HAVE_SYS_SOCKET_H
17505 # include <sys/socket.h>
17506 #endif
17507 #ifdef HAVE_SYS_UN_H
17508 # include <sys/un.h>
17509 #endif
17511 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = xyes; then :
17513 cat >>confdefs.h <<_ACEOF
17514 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
17515 _ACEOF
17521 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
17522 #ifdef HAVE_SCSI_SG_H
17523 #include <scsi/sg.h>
17524 #endif
17526 if test "x$ac_cv_member_scsireq_t_cmd" = xyes; then :
17528 cat >>confdefs.h <<_ACEOF
17529 #define HAVE_SCSIREQ_T_CMD 1
17530 _ACEOF
17534 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>
17535 #ifdef HAVE_SCSI_SG_H
17536 #include <scsi/sg.h>
17537 #endif
17539 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = xyes; then :
17541 cat >>confdefs.h <<_ACEOF
17542 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
17543 _ACEOF
17549 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
17551 if test "x$ac_cv_member_siginfo_t_si_fd" = xyes; then :
17553 cat >>confdefs.h <<_ACEOF
17554 #define HAVE_SIGINFO_T_SI_FD 1
17555 _ACEOF
17561 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
17562 #ifdef HAVE_SYS_MTIO_H
17563 #include <sys/mtio.h>
17564 #endif
17566 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = xyes; then :
17568 cat >>confdefs.h <<_ACEOF
17569 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
17570 _ACEOF
17574 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
17575 #ifdef HAVE_SYS_MTIO_H
17576 #include <sys/mtio.h>
17577 #endif
17579 if test "x$ac_cv_member_struct_mtget_mt_gstat" = xyes; then :
17581 cat >>confdefs.h <<_ACEOF
17582 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
17583 _ACEOF
17587 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
17588 #ifdef HAVE_SYS_MTIO_H
17589 #include <sys/mtio.h>
17590 #endif
17592 if test "x$ac_cv_member_struct_mtget_mt_blkno" = xyes; then :
17594 cat >>confdefs.h <<_ACEOF
17595 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
17596 _ACEOF
17602 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
17603 if test "x$ac_cv_member_struct_stat_st_mtim" = xyes; then :
17605 cat >>confdefs.h <<_ACEOF
17606 #define HAVE_STRUCT_STAT_ST_MTIM 1
17607 _ACEOF
17611 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtimespec" "ac_cv_member_struct_stat_st_mtimespec" "$ac_includes_default"
17612 if test "x$ac_cv_member_struct_stat_st_mtimespec" = xyes; then :
17614 cat >>confdefs.h <<_ACEOF
17615 #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
17616 _ACEOF
17620 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
17621 if test "x$ac_cv_member_struct_stat_st_ctim" = xyes; then :
17623 cat >>confdefs.h <<_ACEOF
17624 #define HAVE_STRUCT_STAT_ST_CTIM 1
17625 _ACEOF
17629 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctimespec" "ac_cv_member_struct_stat_st_ctimespec" "$ac_includes_default"
17630 if test "x$ac_cv_member_struct_stat_st_ctimespec" = xyes; then :
17632 cat >>confdefs.h <<_ACEOF
17633 #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
17634 _ACEOF
17638 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
17639 if test "x$ac_cv_member_struct_stat_st_atim" = xyes; then :
17641 cat >>confdefs.h <<_ACEOF
17642 #define HAVE_STRUCT_STAT_ST_ATIM 1
17643 _ACEOF
17647 ac_fn_c_check_member "$LINENO" "struct stat" "st_atimespec" "ac_cv_member_struct_stat_st_atimespec" "$ac_includes_default"
17648 if test "x$ac_cv_member_struct_stat_st_atimespec" = xyes; then :
17650 cat >>confdefs.h <<_ACEOF
17651 #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
17652 _ACEOF
17656 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtime" "ac_cv_member_struct_stat_st_birthtime" "$ac_includes_default"
17657 if test "x$ac_cv_member_struct_stat_st_birthtime" = xyes; then :
17659 cat >>confdefs.h <<_ACEOF
17660 #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
17661 _ACEOF
17665 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtim" "ac_cv_member_struct_stat_st_birthtim" "$ac_includes_default"
17666 if test "x$ac_cv_member_struct_stat_st_birthtim" = xyes; then :
17668 cat >>confdefs.h <<_ACEOF
17669 #define HAVE_STRUCT_STAT_ST_BIRTHTIM 1
17670 _ACEOF
17674 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtimespec" "ac_cv_member_struct_stat_st_birthtimespec" "$ac_includes_default"
17675 if test "x$ac_cv_member_struct_stat_st_birthtimespec" = xyes; then :
17677 cat >>confdefs.h <<_ACEOF
17678 #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
17679 _ACEOF
17683 ac_fn_c_check_member "$LINENO" "struct stat" "__st_birthtime" "ac_cv_member_struct_stat___st_birthtime" "$ac_includes_default"
17684 if test "x$ac_cv_member_struct_stat___st_birthtime" = xyes; then :
17686 cat >>confdefs.h <<_ACEOF
17687 #define HAVE_STRUCT_STAT___ST_BIRTHTIME 1
17688 _ACEOF
17692 ac_fn_c_check_member "$LINENO" "struct stat" "__st_birthtim" "ac_cv_member_struct_stat___st_birthtim" "$ac_includes_default"
17693 if test "x$ac_cv_member_struct_stat___st_birthtim" = xyes; then :
17695 cat >>confdefs.h <<_ACEOF
17696 #define HAVE_STRUCT_STAT___ST_BIRTHTIM 1
17697 _ACEOF
17703 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
17704 #include <sys/types.h>
17705 #endif
17706 #ifdef HAVE_NETINET_IN_H
17707 #include <netinet/in.h>
17708 #endif
17710 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = xyes; then :
17712 cat >>confdefs.h <<_ACEOF
17713 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
17714 _ACEOF
17720 ac_fn_c_check_type "$LINENO" "struct __res_state" "ac_cv_type_struct___res_state" "#ifdef HAVE_SYS_TYPES_H
17721 #include <sys/types.h>
17722 #endif
17723 #ifdef HAVE_NETINET_IN_H
17724 #include <netinet/in.h>
17725 #endif
17726 #ifdef HAVE_RESOLV_H
17727 #include <resolv.h>
17728 #endif
17730 if test "x$ac_cv_type_struct___res_state" = xyes; then :
17732 cat >>confdefs.h <<_ACEOF
17733 #define HAVE_STRUCT___RES_STATE 1
17734 _ACEOF
17740 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
17741 #include <resolv.h>
17742 #endif
17744 if test "x$ac_cv_member_struct___res_state__u__ext_nscount6" = xyes; then :
17746 cat >>confdefs.h <<_ACEOF
17747 #define HAVE_STRUCT___RES_STATE__U__EXT_NSCOUNT6 1
17748 _ACEOF
17754 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_inhist" "ac_cv_member_struct_icmpstat_icps_inhist" "#ifdef HAVE_SYS_TYPES_H
17755 #include <sys/types.h>
17756 #endif
17757 #ifdef HAVE_NETINET_IN_H
17758 #include <netinet/in.h>
17759 #endif
17760 #ifdef HAVE_NETINET_IP_H
17761 #include <netinet/ip.h>
17762 #endif
17763 #ifdef HAVE_NETINET_IP_ICMP_H
17764 #include <netinet/ip_icmp.h>
17765 #endif
17766 #ifdef HAVE_NETINET_ICMP_VAR_H
17767 #include <netinet/icmp_var.h>
17768 #endif
17770 if test "x$ac_cv_member_struct_icmpstat_icps_inhist" = xyes; then :
17772 cat >>confdefs.h <<_ACEOF
17773 #define HAVE_STRUCT_ICMPSTAT_ICPS_INHIST 1
17774 _ACEOF
17780 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
17781 #include <sys/types.h>
17782 #endif
17783 #ifdef HAVE_ALIAS_H
17784 #include <alias.h>
17785 #endif
17786 #ifdef HAVE_SYS_SOCKET_H
17787 #include <sys/socket.h>
17788 #endif
17789 #ifdef HAVE_SYS_SOCKETVAR_H
17790 #include <sys/socketvar.h>
17791 #endif
17792 #ifdef HAVE_SYS_TIMEOUT_H
17793 #include <sys/timeout.h>
17794 #endif
17795 #ifdef HAVE_NETINET_IN_H
17796 #include <netinet/in.h>
17797 #endif
17798 #ifdef HAVE_NETINET_IN_SYSTM_H
17799 #include <netinet/in_systm.h>
17800 #endif
17801 #ifdef HAVE_NETINET_IP_H
17802 #include <netinet/ip.h>
17803 #endif
17804 #ifdef HAVE_NETINET_IP_VAR_H
17805 #include <netinet/ip_var.h>
17806 #endif
17807 #ifdef HAVE_NETINET_IP_ICMP_H
17808 #include <netinet/ip_icmp.h>
17809 #endif
17810 #ifdef HAVE_NETINET_ICMP_VAR_H
17811 #include <netinet/icmp_var.h>
17812 #endif
17814 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = xyes; then :
17816 cat >>confdefs.h <<_ACEOF
17817 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
17818 _ACEOF
17824 ac_fn_c_check_member "$LINENO" "struct in6_pktinfo" "ipi6_addr" "ac_cv_member_struct_in6_pktinfo_ipi6_addr" "#ifdef HAVE_NETINET_IN_H
17825 #include <netinet/in.h>
17826 #endif
17828 if test "x$ac_cv_member_struct_in6_pktinfo_ipi6_addr" = xyes; then :
17830 cat >>confdefs.h <<_ACEOF
17831 #define HAVE_STRUCT_IN6_PKTINFO_IPI6_ADDR 1
17832 _ACEOF
17838 ac_fn_c_check_member "$LINENO" "struct ipstat" "ips_total" "ac_cv_member_struct_ipstat_ips_total" "#ifdef HAVE_SYS_TYPES_H
17839 #include <sys/types.h>
17840 #endif
17841 #ifdef HAVE_SYS_SOCKETVAR_H
17842 #include <sys/socketvar.h>
17843 #endif
17844 #ifdef HAVE_NETINET_IN_H
17845 #include <netinet/in.h>
17846 #endif
17847 #ifdef HAVE_NETINET_IP_VAR_H
17848 #include <netinet/ip_var.h>
17849 #endif
17851 if test "x$ac_cv_member_struct_ipstat_ips_total" = xyes; then :
17853 cat >>confdefs.h <<_ACEOF
17854 #define HAVE_STRUCT_IPSTAT_IPS_TOTAL 1
17855 _ACEOF
17861 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
17862 #include <netinet/ip_var.h>
17863 #endif
17865 if test "x$ac_cv_member_struct_ip_stats_ips_total" = xyes; then :
17867 cat >>confdefs.h <<_ACEOF
17868 #define HAVE_STRUCT_IP_STATS_IPS_TOTAL 1
17869 _ACEOF
17875 ac_fn_c_check_member "$LINENO" "struct tcpstat" "tcps_connattempt" "ac_cv_member_struct_tcpstat_tcps_connattempt" "#ifdef HAVE_SYS_TYPES_H
17876 #include <sys/types.h>
17877 #endif
17878 #ifdef HAVE_SYS_SOCKETVAR_H
17879 #include <sys/socketvar.h>
17880 #endif
17881 #ifdef HAVE_NETINET_IN_H
17882 #include <netinet/in.h>
17883 #endif
17884 #ifdef HAVE_NETINET_TCP_H
17885 #include <netinet/tcp.h>
17886 #endif
17887 #ifdef HAVE_NETINET_TCP_VAR_H
17888 #include <netinet/tcp_var.h>
17889 #endif
17891 if test "x$ac_cv_member_struct_tcpstat_tcps_connattempt" = xyes; then :
17893 cat >>confdefs.h <<_ACEOF
17894 #define HAVE_STRUCT_TCPSTAT_TCPS_CONNATTEMPT 1
17895 _ACEOF
17901 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
17902 #include <netinet/tcp_var.h>
17903 #endif
17905 if test "x$ac_cv_member_struct_tcp_stats_tcps_connattempt" = xyes; then :
17907 cat >>confdefs.h <<_ACEOF
17908 #define HAVE_STRUCT_TCP_STATS_TCPS_CONNATTEMPT 1
17909 _ACEOF
17915 ac_fn_c_check_member "$LINENO" "struct udpstat" "udps_ipackets" "ac_cv_member_struct_udpstat_udps_ipackets" "#ifdef HAVE_SYS_TYPES_H
17916 #include <sys/types.h>
17917 #endif
17918 #ifdef HAVE_NETINET_IN_H
17919 #include <netinet/in.h>
17920 #endif
17921 #ifdef HAVE_NETINET_IP_VAR_H
17922 #include <netinet/ip_var.h>
17923 #endif
17924 #ifdef HAVE_NETINET_UDP_H
17925 #include <netinet/udp.h>
17926 #endif
17927 #ifdef HAVE_NETINET_UDP_VAR_H
17928 #include <netinet/udp_var.h>
17929 #endif
17931 if test "x$ac_cv_member_struct_udpstat_udps_ipackets" = xyes; then :
17933 cat >>confdefs.h <<_ACEOF
17934 #define HAVE_STRUCT_UDPSTAT_UDPS_IPACKETS 1
17935 _ACEOF
17941 ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
17942 #include <sys/types.h>
17943 #endif
17944 #ifdef HAVE_NET_IF_H
17945 # include <net/if.h>
17946 #endif
17948 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes; then :
17950 cat >>confdefs.h <<_ACEOF
17951 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
17952 _ACEOF
17958 ac_fn_c_check_member "$LINENO" "struct sysinfo" "totalram" "ac_cv_member_struct_sysinfo_totalram" "#ifdef HAVE_SYS_SYSINFO_H
17959 # include <sys/sysinfo.h>
17960 #endif
17962 if test "x$ac_cv_member_struct_sysinfo_totalram" = xyes; then :
17964 cat >>confdefs.h <<_ACEOF
17965 #define HAVE_STRUCT_SYSINFO_TOTALRAM 1
17966 _ACEOF
17970 ac_fn_c_check_member "$LINENO" "struct sysinfo" "mem_unit" "ac_cv_member_struct_sysinfo_mem_unit" "#ifdef HAVE_SYS_SYSINFO_H
17971 # include <sys/sysinfo.h>
17972 #endif
17974 if test "x$ac_cv_member_struct_sysinfo_mem_unit" = xyes; then :
17976 cat >>confdefs.h <<_ACEOF
17977 #define HAVE_STRUCT_SYSINFO_MEM_UNIT 1
17978 _ACEOF
17984 ac_save_LIBS="$LIBS"
17985 LIBS="$LIBS -lm"
17986 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isfinite" >&5
17987 $as_echo_n "checking for isfinite... " >&6; }
17988 if ${ac_cv_have_isfinite+:} false; then :
17989 $as_echo_n "(cached) " >&6
17990 else
17991 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17992 /* end confdefs.h. */
17993 #include <math.h>
17995 main ()
17997 float f = 0.0; return isfinite(f)
17999 return 0;
18001 _ACEOF
18002 if ac_fn_c_try_link "$LINENO"; then :
18003 ac_cv_have_isfinite="yes"
18004 else
18005 ac_cv_have_isfinite="no"
18007 rm -f core conftest.err conftest.$ac_objext \
18008 conftest$ac_exeext conftest.$ac_ext
18010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isfinite" >&5
18011 $as_echo "$ac_cv_have_isfinite" >&6; }
18012 if test "$ac_cv_have_isfinite" = "yes"
18013 then
18015 $as_echo "#define HAVE_ISFINITE 1" >>confdefs.h
18019 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
18020 $as_echo_n "checking for isinf... " >&6; }
18021 if ${ac_cv_have_isinf+:} false; then :
18022 $as_echo_n "(cached) " >&6
18023 else
18024 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18025 /* end confdefs.h. */
18026 #include <math.h>
18028 main ()
18030 float f = 0.0; return isinf(f)
18032 return 0;
18034 _ACEOF
18035 if ac_fn_c_try_link "$LINENO"; then :
18036 ac_cv_have_isinf="yes"
18037 else
18038 ac_cv_have_isinf="no"
18040 rm -f core conftest.err conftest.$ac_objext \
18041 conftest$ac_exeext conftest.$ac_ext
18043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
18044 $as_echo "$ac_cv_have_isinf" >&6; }
18045 if test "$ac_cv_have_isinf" = "yes"
18046 then
18048 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
18052 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
18053 $as_echo_n "checking for isnan... " >&6; }
18054 if ${ac_cv_have_isnan+:} false; then :
18055 $as_echo_n "(cached) " >&6
18056 else
18057 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18058 /* end confdefs.h. */
18059 #include <math.h>
18061 main ()
18063 float f = 0.0; return isnan(f)
18065 return 0;
18067 _ACEOF
18068 if ac_fn_c_try_link "$LINENO"; then :
18069 ac_cv_have_isnan="yes"
18070 else
18071 ac_cv_have_isnan="no"
18073 rm -f core conftest.err conftest.$ac_objext \
18074 conftest$ac_exeext conftest.$ac_ext
18076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
18077 $as_echo "$ac_cv_have_isnan" >&6; }
18078 if test "$ac_cv_have_isnan" = "yes"
18079 then
18081 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
18085 LIBS="$ac_save_LIBS"
18087 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_popcount" >&5
18088 $as_echo_n "checking for __builtin_popcount... " >&6; }
18089 if ${ac_cv_have___builtin_popcount+:} false; then :
18090 $as_echo_n "(cached) " >&6
18091 else
18092 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18093 /* end confdefs.h. */
18096 main ()
18098 return __builtin_popcount(1)
18100 return 0;
18102 _ACEOF
18103 if ac_fn_c_try_link "$LINENO"; then :
18104 ac_cv_have___builtin_popcount="yes"
18105 else
18106 ac_cv_have___builtin_popcount="no"
18108 rm -f core conftest.err conftest.$ac_objext \
18109 conftest$ac_exeext conftest.$ac_ext
18111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_popcount" >&5
18112 $as_echo "$ac_cv_have___builtin_popcount" >&6; }
18113 if test "$ac_cv_have___builtin_popcount" = "yes"
18114 then
18116 $as_echo "#define HAVE___BUILTIN_POPCOUNT 1" >>confdefs.h
18120 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __clear_cache" >&5
18121 $as_echo_n "checking for __clear_cache... " >&6; }
18122 if ${ac_cv_have___clear_cache+:} false; then :
18123 $as_echo_n "(cached) " >&6
18124 else
18125 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18126 /* end confdefs.h. */
18129 main ()
18131 __clear_cache((void*)0, (void*)0); return 0;
18133 return 0;
18135 _ACEOF
18136 if ac_fn_c_try_link "$LINENO"; then :
18137 ac_cv_have___clear_cache="yes"
18138 else
18139 ac_cv_have___clear_cache="no"
18141 rm -f core conftest.err conftest.$ac_objext \
18142 conftest$ac_exeext conftest.$ac_ext
18144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___clear_cache" >&5
18145 $as_echo "$ac_cv_have___clear_cache" >&6; }
18146 if test "$ac_cv_have___clear_cache" = "yes"
18147 then
18149 $as_echo "#define HAVE___CLEAR_CACHE 1" >>confdefs.h
18154 case $host_cpu in
18155 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
18156 $as_echo_n "checking whether we need to define __i386__... " >&6; }
18157 if ${ac_cv_cpp_def___i386__+:} false; then :
18158 $as_echo_n "(cached) " >&6
18159 else
18160 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18161 /* end confdefs.h. */
18162 #ifndef __i386__
18164 #endif
18165 _ACEOF
18166 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18167 $EGREP "yes" >/dev/null 2>&1; then :
18168 ac_cv_cpp_def___i386__=yes
18169 else
18170 ac_cv_cpp_def___i386__=no
18172 rm -f conftest*
18175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
18176 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
18177 if test "x$ac_cv_cpp_def___i386__" = xyes; then :
18178 CFLAGS="$CFLAGS -D__i386__"
18179 LINTFLAGS="$LINTFLAGS -D__i386__"
18180 fi ;;
18181 *x86_64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
18182 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
18183 if ${ac_cv_cpp_def___x86_64__+:} false; then :
18184 $as_echo_n "(cached) " >&6
18185 else
18186 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18187 /* end confdefs.h. */
18188 #ifndef __x86_64__
18190 #endif
18191 _ACEOF
18192 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18193 $EGREP "yes" >/dev/null 2>&1; then :
18194 ac_cv_cpp_def___x86_64__=yes
18195 else
18196 ac_cv_cpp_def___x86_64__=no
18198 rm -f conftest*
18201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
18202 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
18203 if test "x$ac_cv_cpp_def___x86_64__" = xyes; then :
18204 CFLAGS="$CFLAGS -D__x86_64__"
18205 LINTFLAGS="$LINTFLAGS -D__x86_64__"
18206 fi ;;
18207 *sparc64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc64__" >&5
18208 $as_echo_n "checking whether we need to define __sparc64__... " >&6; }
18209 if ${ac_cv_cpp_def___sparc64__+:} false; then :
18210 $as_echo_n "(cached) " >&6
18211 else
18212 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18213 /* end confdefs.h. */
18214 #ifndef __sparc64__
18216 #endif
18217 _ACEOF
18218 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18219 $EGREP "yes" >/dev/null 2>&1; then :
18220 ac_cv_cpp_def___sparc64__=yes
18221 else
18222 ac_cv_cpp_def___sparc64__=no
18224 rm -f conftest*
18227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc64__" >&5
18228 $as_echo "$ac_cv_cpp_def___sparc64__" >&6; }
18229 if test "x$ac_cv_cpp_def___sparc64__" = xyes; then :
18230 CFLAGS="$CFLAGS -D__sparc64__"
18231 LINTFLAGS="$LINTFLAGS -D__sparc64__"
18232 fi ;;
18233 *sparc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
18234 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
18235 if ${ac_cv_cpp_def___sparc__+:} false; then :
18236 $as_echo_n "(cached) " >&6
18237 else
18238 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18239 /* end confdefs.h. */
18240 #ifndef __sparc__
18242 #endif
18243 _ACEOF
18244 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18245 $EGREP "yes" >/dev/null 2>&1; then :
18246 ac_cv_cpp_def___sparc__=yes
18247 else
18248 ac_cv_cpp_def___sparc__=no
18250 rm -f conftest*
18253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
18254 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
18255 if test "x$ac_cv_cpp_def___sparc__" = xyes; then :
18256 CFLAGS="$CFLAGS -D__sparc__"
18257 LINTFLAGS="$LINTFLAGS -D__sparc__"
18258 fi ;;
18259 *powerpc64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc64__" >&5
18260 $as_echo_n "checking whether we need to define __powerpc64__... " >&6; }
18261 if ${ac_cv_cpp_def___powerpc64__+:} false; then :
18262 $as_echo_n "(cached) " >&6
18263 else
18264 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18265 /* end confdefs.h. */
18266 #ifndef __powerpc64__
18268 #endif
18269 _ACEOF
18270 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18271 $EGREP "yes" >/dev/null 2>&1; then :
18272 ac_cv_cpp_def___powerpc64__=yes
18273 else
18274 ac_cv_cpp_def___powerpc64__=no
18276 rm -f conftest*
18279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc64__" >&5
18280 $as_echo "$ac_cv_cpp_def___powerpc64__" >&6; }
18281 if test "x$ac_cv_cpp_def___powerpc64__" = xyes; then :
18282 CFLAGS="$CFLAGS -D__powerpc64__"
18283 LINTFLAGS="$LINTFLAGS -D__powerpc64__"
18284 fi ;;
18285 *powerpc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
18286 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
18287 if ${ac_cv_cpp_def___powerpc__+:} false; then :
18288 $as_echo_n "(cached) " >&6
18289 else
18290 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18291 /* end confdefs.h. */
18292 #ifndef __powerpc__
18294 #endif
18295 _ACEOF
18296 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18297 $EGREP "yes" >/dev/null 2>&1; then :
18298 ac_cv_cpp_def___powerpc__=yes
18299 else
18300 ac_cv_cpp_def___powerpc__=no
18302 rm -f conftest*
18305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
18306 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
18307 if test "x$ac_cv_cpp_def___powerpc__" = xyes; then :
18308 CFLAGS="$CFLAGS -D__powerpc__"
18309 LINTFLAGS="$LINTFLAGS -D__powerpc__"
18310 fi ;;
18311 *aarch64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __aarch64__" >&5
18312 $as_echo_n "checking whether we need to define __aarch64__... " >&6; }
18313 if ${ac_cv_cpp_def___aarch64__+:} false; then :
18314 $as_echo_n "(cached) " >&6
18315 else
18316 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18317 /* end confdefs.h. */
18318 #ifndef __aarch64__
18320 #endif
18321 _ACEOF
18322 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18323 $EGREP "yes" >/dev/null 2>&1; then :
18324 ac_cv_cpp_def___aarch64__=yes
18325 else
18326 ac_cv_cpp_def___aarch64__=no
18328 rm -f conftest*
18331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___aarch64__" >&5
18332 $as_echo "$ac_cv_cpp_def___aarch64__" >&6; }
18333 if test "x$ac_cv_cpp_def___aarch64__" = xyes; then :
18334 CFLAGS="$CFLAGS -D__aarch64__"
18335 LINTFLAGS="$LINTFLAGS -D__aarch64__"
18336 fi ;;
18337 *arm*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __arm__" >&5
18338 $as_echo_n "checking whether we need to define __arm__... " >&6; }
18339 if ${ac_cv_cpp_def___arm__+:} false; then :
18340 $as_echo_n "(cached) " >&6
18341 else
18342 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18343 /* end confdefs.h. */
18344 #ifndef __arm__
18346 #endif
18347 _ACEOF
18348 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18349 $EGREP "yes" >/dev/null 2>&1; then :
18350 ac_cv_cpp_def___arm__=yes
18351 else
18352 ac_cv_cpp_def___arm__=no
18354 rm -f conftest*
18357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___arm__" >&5
18358 $as_echo "$ac_cv_cpp_def___arm__" >&6; }
18359 if test "x$ac_cv_cpp_def___arm__" = xyes; then :
18360 CFLAGS="$CFLAGS -D__arm__"
18361 LINTFLAGS="$LINTFLAGS -D__arm__"
18362 fi ;;
18363 esac
18365 case $host_vendor in
18366 *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
18367 $as_echo_n "checking whether we need to define __sun__... " >&6; }
18368 if ${ac_cv_cpp_def___sun__+:} false; then :
18369 $as_echo_n "(cached) " >&6
18370 else
18371 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18372 /* end confdefs.h. */
18373 #ifndef __sun__
18375 #endif
18376 _ACEOF
18377 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18378 $EGREP "yes" >/dev/null 2>&1; then :
18379 ac_cv_cpp_def___sun__=yes
18380 else
18381 ac_cv_cpp_def___sun__=no
18383 rm -f conftest*
18386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
18387 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
18388 if test "x$ac_cv_cpp_def___sun__" = xyes; then :
18389 CFLAGS="$CFLAGS -D__sun__"
18390 LINTFLAGS="$LINTFLAGS -D__sun__"
18391 fi ;;
18392 esac
18398 ac_config_commands="$ac_config_commands include/stamp-h"
18400 $as_echo_n "creating Makefile rules..." >&6
18402 ALL_VARS_RULES="I386_LIBS = $I386_LIBS
18403 OPENGL_LIBS = $OPENGL_LIBS
18404 COREFOUNDATION_LIBS = $COREFOUNDATION_LIBS
18405 IOKIT_LIBS = $IOKIT_LIBS
18406 APPLICATIONSERVICES_LIBS = $APPLICATIONSERVICES_LIBS
18407 CORESERVICES_LIBS = $CORESERVICES_LIBS
18408 APPKIT_LIBS = $APPKIT_LIBS
18409 SYSTEMCONFIGURATION_LIBS = $SYSTEMCONFIGURATION_LIBS
18410 DISKARBITRATION_LIBS = $DISKARBITRATION_LIBS
18411 SECURITY_LIBS = $SECURITY_LIBS
18412 COREAUDIO_LIBS = $COREAUDIO_LIBS
18413 OPENAL_LIBS = $OPENAL_LIBS
18414 OPENCL_LIBS = $OPENCL_LIBS
18415 QUICKTIME_LIBS = $QUICKTIME_LIBS
18416 CARBON_LIBS = $CARBON_LIBS
18417 METAL_LIBS = $METAL_LIBS
18418 EXCESS_PRECISION_CFLAGS = $EXCESS_PRECISION_CFLAGS
18419 FAUDIO_PE_CFLAGS = $FAUDIO_PE_CFLAGS
18420 FAUDIO_PE_LIBS = $FAUDIO_PE_LIBS
18421 GSM_PE_CFLAGS = $GSM_PE_CFLAGS
18422 GSM_PE_LIBS = $GSM_PE_LIBS
18423 JPEG_PE_CFLAGS = $JPEG_PE_CFLAGS
18424 JPEG_PE_LIBS = $JPEG_PE_LIBS
18425 JXR_PE_CFLAGS = $JXR_PE_CFLAGS
18426 JXR_PE_LIBS = $JXR_PE_LIBS
18427 LCMS2_PE_CFLAGS = $LCMS2_PE_CFLAGS
18428 LCMS2_PE_LIBS = $LCMS2_PE_LIBS
18429 MPG123_PE_CFLAGS = $MPG123_PE_CFLAGS
18430 MPG123_PE_LIBS = $MPG123_PE_LIBS
18431 PNG_PE_CFLAGS = $PNG_PE_CFLAGS
18432 PNG_PE_LIBS = $PNG_PE_LIBS
18433 TIFF_PE_CFLAGS = $TIFF_PE_CFLAGS
18434 TIFF_PE_LIBS = $TIFF_PE_LIBS
18435 XML2_PE_CFLAGS = $XML2_PE_CFLAGS
18436 XML2_PE_LIBS = $XML2_PE_LIBS
18437 XSLT_PE_CFLAGS = $XSLT_PE_CFLAGS
18438 XSLT_PE_LIBS = $XSLT_PE_LIBS
18439 ZLIB_PE_CFLAGS = $ZLIB_PE_CFLAGS
18440 ZLIB_PE_LIBS = $ZLIB_PE_LIBS
18441 PTHREAD_LIBS = $PTHREAD_LIBS
18442 X_CFLAGS = $X_CFLAGS
18443 X_PRE_LIBS = $X_PRE_LIBS
18444 X_LIBS = $X_LIBS
18445 X_EXTRA_LIBS = $X_EXTRA_LIBS
18446 PCAP_LIBS = $PCAP_LIBS
18447 INOTIFY_CFLAGS = $INOTIFY_CFLAGS
18448 INOTIFY_LIBS = $INOTIFY_LIBS
18449 DBUS_CFLAGS = $DBUS_CFLAGS
18450 DBUS_LIBS = $DBUS_LIBS
18451 HAL_CFLAGS = $HAL_CFLAGS
18452 HAL_LIBS = $HAL_LIBS
18453 GNUTLS_CFLAGS = $GNUTLS_CFLAGS
18454 GNUTLS_LIBS = $GNUTLS_LIBS
18455 SANE_CFLAGS = $SANE_CFLAGS
18456 SANE_LIBS = $SANE_LIBS
18457 USB_CFLAGS = $USB_CFLAGS
18458 USB_LIBS = $USB_LIBS
18459 GPHOTO2_CFLAGS = $GPHOTO2_CFLAGS
18460 GPHOTO2_LIBS = $GPHOTO2_LIBS
18461 GPHOTO2_PORT_CFLAGS = $GPHOTO2_PORT_CFLAGS
18462 GPHOTO2_PORT_LIBS = $GPHOTO2_PORT_LIBS
18463 RESOLV_LIBS = $RESOLV_LIBS
18464 FREETYPE_CFLAGS = $FREETYPE_CFLAGS
18465 FREETYPE_LIBS = $FREETYPE_LIBS
18466 GETTEXTPO_LIBS = $GETTEXTPO_LIBS
18467 PULSE_CFLAGS = $PULSE_CFLAGS
18468 PULSE_LIBS = $PULSE_LIBS
18469 GSTREAMER_CFLAGS = $GSTREAMER_CFLAGS
18470 GSTREAMER_LIBS = $GSTREAMER_LIBS
18471 ALSA_LIBS = $ALSA_LIBS
18472 OSS4_CFLAGS = $OSS4_CFLAGS
18473 OSS4_LIBS = $OSS4_LIBS
18474 UDEV_CFLAGS = $UDEV_CFLAGS
18475 UDEV_LIBS = $UDEV_LIBS
18476 UNWIND_CFLAGS = $UNWIND_CFLAGS
18477 UNWIND_LIBS = $UNWIND_LIBS
18478 SDL2_CFLAGS = $SDL2_CFLAGS
18479 SDL2_LIBS = $SDL2_LIBS
18480 CAPI20_CFLAGS = $CAPI20_CFLAGS
18481 CAPI20_LIBS = $CAPI20_LIBS
18482 CUPS_CFLAGS = $CUPS_CFLAGS
18483 CUPS_LIBS = $CUPS_LIBS
18484 FONTCONFIG_CFLAGS = $FONTCONFIG_CFLAGS
18485 FONTCONFIG_LIBS = $FONTCONFIG_LIBS
18486 KRB5_CFLAGS = $KRB5_CFLAGS
18487 KRB5_LIBS = $KRB5_LIBS
18488 GSSAPI_CFLAGS = $GSSAPI_CFLAGS
18489 GSSAPI_LIBS = $GSSAPI_LIBS
18490 PROCSTAT_LIBS = $PROCSTAT_LIBS
18491 NETAPI_CFLAGS = $NETAPI_CFLAGS
18492 NETAPI_LIBS = $NETAPI_LIBS
18493 VKD3D_CFLAGS = $VKD3D_CFLAGS
18494 VKD3D_LIBS = $VKD3D_LIBS
18495 VKD3D_SHADER_CFLAGS = $VKD3D_SHADER_CFLAGS
18496 VKD3D_SHADER_LIBS = $VKD3D_SHADER_LIBS
18497 RT_LIBS = $RT_LIBS
18498 LDAP_CFLAGS = $LDAP_CFLAGS
18499 LDAP_LIBS = $LDAP_LIBS
18503 makedep_flags=""
18504 test "x$enable_silent_rules" = xyes && makedep_flags="$makedep_flags -S"
18507 wine_fn_append_rule "
18508 # Rules automatically generated by configure
18510 .INIT: Makefile
18511 .MAKEFILEDEPS:
18512 all: Makefile
18513 Makefile: $srcdir/Makefile.in config.status \$(MAKEDEP)
18514 @./config.status Make.tmp Makefile
18515 depend: \$(MAKEDEP)
18516 \$(MAKEDEP)$makedep_flags
18517 dummy:
18518 .PHONY: depend dummy"
18520 ac_config_links="$ac_config_links wine:tools/winewrapper"
18521 wine_fn_config_symlink wine
18522 if test "x$enable_win64" != xno -o -n "$with_wine64"; then
18523 ac_config_links="$ac_config_links wine64:tools/winewrapper"
18524 wine_fn_config_symlink wine64
18527 wine_fn_config_makefile dlls/acledit enable_acledit
18528 wine_fn_config_makefile dlls/aclui enable_aclui
18529 wine_fn_config_makefile dlls/activeds.tlb enable_activeds_tlb
18530 wine_fn_config_makefile dlls/activeds enable_activeds
18531 wine_fn_config_makefile dlls/activeds/tests enable_tests
18532 wine_fn_config_makefile dlls/actxprxy enable_actxprxy
18533 wine_fn_config_makefile dlls/adsldp enable_adsldp
18534 wine_fn_config_makefile dlls/adsldp/tests enable_tests
18535 wine_fn_config_makefile dlls/adsldpc enable_adsldpc
18536 wine_fn_config_makefile dlls/advapi32 enable_advapi32
18537 wine_fn_config_makefile dlls/advapi32/tests enable_tests
18538 wine_fn_config_makefile dlls/advpack enable_advpack
18539 wine_fn_config_makefile dlls/advpack/tests enable_tests
18540 wine_fn_config_makefile dlls/amsi enable_amsi
18541 wine_fn_config_makefile dlls/amstream enable_amstream
18542 wine_fn_config_makefile dlls/amstream/tests enable_tests
18543 wine_fn_config_makefile dlls/api-ms-win-appmodel-identity-l1-1-0 enable_api_ms_win_appmodel_identity_l1_1_0
18544 wine_fn_config_makefile dlls/api-ms-win-appmodel-runtime-l1-1-1 enable_api_ms_win_appmodel_runtime_l1_1_1
18545 wine_fn_config_makefile dlls/api-ms-win-appmodel-runtime-l1-1-2 enable_api_ms_win_appmodel_runtime_l1_1_2
18546 wine_fn_config_makefile dlls/api-ms-win-core-apiquery-l1-1-0 enable_api_ms_win_core_apiquery_l1_1_0
18547 wine_fn_config_makefile dlls/api-ms-win-core-appcompat-l1-1-1 enable_api_ms_win_core_appcompat_l1_1_1
18548 wine_fn_config_makefile dlls/api-ms-win-core-appinit-l1-1-0 enable_api_ms_win_core_appinit_l1_1_0
18549 wine_fn_config_makefile dlls/api-ms-win-core-atoms-l1-1-0 enable_api_ms_win_core_atoms_l1_1_0
18550 wine_fn_config_makefile dlls/api-ms-win-core-bem-l1-1-0 enable_api_ms_win_core_bem_l1_1_0
18551 wine_fn_config_makefile dlls/api-ms-win-core-com-l1-1-0 enable_api_ms_win_core_com_l1_1_0
18552 wine_fn_config_makefile dlls/api-ms-win-core-com-l1-1-1 enable_api_ms_win_core_com_l1_1_1
18553 wine_fn_config_makefile dlls/api-ms-win-core-com-private-l1-1-0 enable_api_ms_win_core_com_private_l1_1_0
18554 wine_fn_config_makefile dlls/api-ms-win-core-comm-l1-1-0 enable_api_ms_win_core_comm_l1_1_0
18555 wine_fn_config_makefile dlls/api-ms-win-core-console-l1-1-0 enable_api_ms_win_core_console_l1_1_0
18556 wine_fn_config_makefile dlls/api-ms-win-core-console-l1-2-0 enable_api_ms_win_core_console_l1_2_0
18557 wine_fn_config_makefile dlls/api-ms-win-core-console-l2-1-0 enable_api_ms_win_core_console_l2_1_0
18558 wine_fn_config_makefile dlls/api-ms-win-core-console-l3-2-0 enable_api_ms_win_core_console_l3_2_0
18559 wine_fn_config_makefile dlls/api-ms-win-core-crt-l1-1-0 enable_api_ms_win_core_crt_l1_1_0
18560 wine_fn_config_makefile dlls/api-ms-win-core-crt-l2-1-0 enable_api_ms_win_core_crt_l2_1_0
18561 wine_fn_config_makefile dlls/api-ms-win-core-datetime-l1-1-0 enable_api_ms_win_core_datetime_l1_1_0
18562 wine_fn_config_makefile dlls/api-ms-win-core-datetime-l1-1-1 enable_api_ms_win_core_datetime_l1_1_1
18563 wine_fn_config_makefile dlls/api-ms-win-core-debug-l1-1-0 enable_api_ms_win_core_debug_l1_1_0
18564 wine_fn_config_makefile dlls/api-ms-win-core-debug-l1-1-1 enable_api_ms_win_core_debug_l1_1_1
18565 wine_fn_config_makefile dlls/api-ms-win-core-delayload-l1-1-0 enable_api_ms_win_core_delayload_l1_1_0
18566 wine_fn_config_makefile dlls/api-ms-win-core-delayload-l1-1-1 enable_api_ms_win_core_delayload_l1_1_1
18567 wine_fn_config_makefile dlls/api-ms-win-core-errorhandling-l1-1-0 enable_api_ms_win_core_errorhandling_l1_1_0
18568 wine_fn_config_makefile dlls/api-ms-win-core-errorhandling-l1-1-1 enable_api_ms_win_core_errorhandling_l1_1_1
18569 wine_fn_config_makefile dlls/api-ms-win-core-errorhandling-l1-1-2 enable_api_ms_win_core_errorhandling_l1_1_2
18570 wine_fn_config_makefile dlls/api-ms-win-core-errorhandling-l1-1-3 enable_api_ms_win_core_errorhandling_l1_1_3
18571 wine_fn_config_makefile dlls/api-ms-win-core-featurestaging-l1-1-0 enable_api_ms_win_core_featurestaging_l1_1_0
18572 wine_fn_config_makefile dlls/api-ms-win-core-fibers-l1-1-0 enable_api_ms_win_core_fibers_l1_1_0
18573 wine_fn_config_makefile dlls/api-ms-win-core-fibers-l1-1-1 enable_api_ms_win_core_fibers_l1_1_1
18574 wine_fn_config_makefile dlls/api-ms-win-core-file-ansi-l2-1-0 enable_api_ms_win_core_file_ansi_l2_1_0
18575 wine_fn_config_makefile dlls/api-ms-win-core-file-fromapp-l1-1-0 enable_api_ms_win_core_file_fromapp_l1_1_0
18576 wine_fn_config_makefile dlls/api-ms-win-core-file-l1-1-0 enable_api_ms_win_core_file_l1_1_0
18577 wine_fn_config_makefile dlls/api-ms-win-core-file-l1-2-0 enable_api_ms_win_core_file_l1_2_0
18578 wine_fn_config_makefile dlls/api-ms-win-core-file-l1-2-1 enable_api_ms_win_core_file_l1_2_1
18579 wine_fn_config_makefile dlls/api-ms-win-core-file-l1-2-2 enable_api_ms_win_core_file_l1_2_2
18580 wine_fn_config_makefile dlls/api-ms-win-core-file-l2-1-0 enable_api_ms_win_core_file_l2_1_0
18581 wine_fn_config_makefile dlls/api-ms-win-core-file-l2-1-1 enable_api_ms_win_core_file_l2_1_1
18582 wine_fn_config_makefile dlls/api-ms-win-core-file-l2-1-2 enable_api_ms_win_core_file_l2_1_2
18583 wine_fn_config_makefile dlls/api-ms-win-core-handle-l1-1-0 enable_api_ms_win_core_handle_l1_1_0
18584 wine_fn_config_makefile dlls/api-ms-win-core-heap-l1-1-0 enable_api_ms_win_core_heap_l1_1_0
18585 wine_fn_config_makefile dlls/api-ms-win-core-heap-l1-2-0 enable_api_ms_win_core_heap_l1_2_0
18586 wine_fn_config_makefile dlls/api-ms-win-core-heap-l2-1-0 enable_api_ms_win_core_heap_l2_1_0
18587 wine_fn_config_makefile dlls/api-ms-win-core-heap-obsolete-l1-1-0 enable_api_ms_win_core_heap_obsolete_l1_1_0
18588 wine_fn_config_makefile dlls/api-ms-win-core-interlocked-l1-1-0 enable_api_ms_win_core_interlocked_l1_1_0
18589 wine_fn_config_makefile dlls/api-ms-win-core-interlocked-l1-2-0 enable_api_ms_win_core_interlocked_l1_2_0
18590 wine_fn_config_makefile dlls/api-ms-win-core-io-l1-1-0 enable_api_ms_win_core_io_l1_1_0
18591 wine_fn_config_makefile dlls/api-ms-win-core-io-l1-1-1 enable_api_ms_win_core_io_l1_1_1
18592 wine_fn_config_makefile dlls/api-ms-win-core-job-l1-1-0 enable_api_ms_win_core_job_l1_1_0
18593 wine_fn_config_makefile dlls/api-ms-win-core-job-l2-1-0 enable_api_ms_win_core_job_l2_1_0
18594 wine_fn_config_makefile dlls/api-ms-win-core-kernel32-legacy-l1-1-0 enable_api_ms_win_core_kernel32_legacy_l1_1_0
18595 wine_fn_config_makefile dlls/api-ms-win-core-kernel32-legacy-l1-1-1 enable_api_ms_win_core_kernel32_legacy_l1_1_1
18596 wine_fn_config_makefile dlls/api-ms-win-core-kernel32-legacy-l1-1-2 enable_api_ms_win_core_kernel32_legacy_l1_1_2
18597 wine_fn_config_makefile dlls/api-ms-win-core-kernel32-legacy-l1-1-5 enable_api_ms_win_core_kernel32_legacy_l1_1_5
18598 wine_fn_config_makefile dlls/api-ms-win-core-kernel32-private-l1-1-1 enable_api_ms_win_core_kernel32_private_l1_1_1
18599 wine_fn_config_makefile dlls/api-ms-win-core-largeinteger-l1-1-0 enable_api_ms_win_core_largeinteger_l1_1_0
18600 wine_fn_config_makefile dlls/api-ms-win-core-libraryloader-l1-1-0 enable_api_ms_win_core_libraryloader_l1_1_0
18601 wine_fn_config_makefile dlls/api-ms-win-core-libraryloader-l1-1-1 enable_api_ms_win_core_libraryloader_l1_1_1
18602 wine_fn_config_makefile dlls/api-ms-win-core-libraryloader-l1-2-0 enable_api_ms_win_core_libraryloader_l1_2_0
18603 wine_fn_config_makefile dlls/api-ms-win-core-libraryloader-l1-2-1 enable_api_ms_win_core_libraryloader_l1_2_1
18604 wine_fn_config_makefile dlls/api-ms-win-core-libraryloader-l1-2-2 enable_api_ms_win_core_libraryloader_l1_2_2
18605 wine_fn_config_makefile dlls/api-ms-win-core-libraryloader-l2-1-0 enable_api_ms_win_core_libraryloader_l2_1_0
18606 wine_fn_config_makefile dlls/api-ms-win-core-localization-l1-1-0 enable_api_ms_win_core_localization_l1_1_0
18607 wine_fn_config_makefile dlls/api-ms-win-core-localization-l1-2-0 enable_api_ms_win_core_localization_l1_2_0
18608 wine_fn_config_makefile dlls/api-ms-win-core-localization-l1-2-1 enable_api_ms_win_core_localization_l1_2_1
18609 wine_fn_config_makefile dlls/api-ms-win-core-localization-l1-2-2 enable_api_ms_win_core_localization_l1_2_2
18610 wine_fn_config_makefile dlls/api-ms-win-core-localization-l2-1-0 enable_api_ms_win_core_localization_l2_1_0
18611 wine_fn_config_makefile dlls/api-ms-win-core-localization-obsolete-l1-1-0 enable_api_ms_win_core_localization_obsolete_l1_1_0
18612 wine_fn_config_makefile dlls/api-ms-win-core-localization-obsolete-l1-2-0 enable_api_ms_win_core_localization_obsolete_l1_2_0
18613 wine_fn_config_makefile dlls/api-ms-win-core-localization-obsolete-l1-3-0 enable_api_ms_win_core_localization_obsolete_l1_3_0
18614 wine_fn_config_makefile dlls/api-ms-win-core-localization-private-l1-1-0 enable_api_ms_win_core_localization_private_l1_1_0
18615 wine_fn_config_makefile dlls/api-ms-win-core-localregistry-l1-1-0 enable_api_ms_win_core_localregistry_l1_1_0
18616 wine_fn_config_makefile dlls/api-ms-win-core-memory-l1-1-0 enable_api_ms_win_core_memory_l1_1_0
18617 wine_fn_config_makefile dlls/api-ms-win-core-memory-l1-1-1 enable_api_ms_win_core_memory_l1_1_1
18618 wine_fn_config_makefile dlls/api-ms-win-core-memory-l1-1-2 enable_api_ms_win_core_memory_l1_1_2
18619 wine_fn_config_makefile dlls/api-ms-win-core-memory-l1-1-3 enable_api_ms_win_core_memory_l1_1_3
18620 wine_fn_config_makefile dlls/api-ms-win-core-memory-l1-1-4 enable_api_ms_win_core_memory_l1_1_4
18621 wine_fn_config_makefile dlls/api-ms-win-core-misc-l1-1-0 enable_api_ms_win_core_misc_l1_1_0
18622 wine_fn_config_makefile dlls/api-ms-win-core-namedpipe-ansi-l1-1-0 enable_api_ms_win_core_namedpipe_ansi_l1_1_0
18623 wine_fn_config_makefile dlls/api-ms-win-core-namedpipe-l1-1-0 enable_api_ms_win_core_namedpipe_l1_1_0
18624 wine_fn_config_makefile dlls/api-ms-win-core-namedpipe-l1-2-0 enable_api_ms_win_core_namedpipe_l1_2_0
18625 wine_fn_config_makefile dlls/api-ms-win-core-namespace-l1-1-0 enable_api_ms_win_core_namespace_l1_1_0
18626 wine_fn_config_makefile dlls/api-ms-win-core-normalization-l1-1-0 enable_api_ms_win_core_normalization_l1_1_0
18627 wine_fn_config_makefile dlls/api-ms-win-core-path-l1-1-0 enable_api_ms_win_core_path_l1_1_0
18628 wine_fn_config_makefile dlls/api-ms-win-core-privateprofile-l1-1-1 enable_api_ms_win_core_privateprofile_l1_1_1
18629 wine_fn_config_makefile dlls/api-ms-win-core-processenvironment-l1-1-0 enable_api_ms_win_core_processenvironment_l1_1_0
18630 wine_fn_config_makefile dlls/api-ms-win-core-processenvironment-l1-2-0 enable_api_ms_win_core_processenvironment_l1_2_0
18631 wine_fn_config_makefile dlls/api-ms-win-core-processthreads-l1-1-0 enable_api_ms_win_core_processthreads_l1_1_0
18632 wine_fn_config_makefile dlls/api-ms-win-core-processthreads-l1-1-1 enable_api_ms_win_core_processthreads_l1_1_1
18633 wine_fn_config_makefile dlls/api-ms-win-core-processthreads-l1-1-2 enable_api_ms_win_core_processthreads_l1_1_2
18634 wine_fn_config_makefile dlls/api-ms-win-core-processthreads-l1-1-3 enable_api_ms_win_core_processthreads_l1_1_3
18635 wine_fn_config_makefile dlls/api-ms-win-core-processtopology-l1-1-0 enable_api_ms_win_core_processtopology_l1_1_0
18636 wine_fn_config_makefile dlls/api-ms-win-core-processtopology-obsolete-l1-1-0 enable_api_ms_win_core_processtopology_obsolete_l1_1_0
18637 wine_fn_config_makefile dlls/api-ms-win-core-profile-l1-1-0 enable_api_ms_win_core_profile_l1_1_0
18638 wine_fn_config_makefile dlls/api-ms-win-core-psapi-ansi-l1-1-0 enable_api_ms_win_core_psapi_ansi_l1_1_0
18639 wine_fn_config_makefile dlls/api-ms-win-core-psapi-l1-1-0 enable_api_ms_win_core_psapi_l1_1_0
18640 wine_fn_config_makefile dlls/api-ms-win-core-psapi-obsolete-l1-1-0 enable_api_ms_win_core_psapi_obsolete_l1_1_0
18641 wine_fn_config_makefile dlls/api-ms-win-core-psm-appnotify-l1-1-0 enable_api_ms_win_core_psm_appnotify_l1_1_0
18642 wine_fn_config_makefile dlls/api-ms-win-core-quirks-l1-1-0 enable_api_ms_win_core_quirks_l1_1_0
18643 wine_fn_config_makefile dlls/api-ms-win-core-realtime-l1-1-0 enable_api_ms_win_core_realtime_l1_1_0
18644 wine_fn_config_makefile dlls/api-ms-win-core-realtime-l1-1-1 enable_api_ms_win_core_realtime_l1_1_1
18645 wine_fn_config_makefile dlls/api-ms-win-core-registry-l1-1-0 enable_api_ms_win_core_registry_l1_1_0
18646 wine_fn_config_makefile dlls/api-ms-win-core-registry-l2-1-0 enable_api_ms_win_core_registry_l2_1_0
18647 wine_fn_config_makefile dlls/api-ms-win-core-registry-l2-2-0 enable_api_ms_win_core_registry_l2_2_0
18648 wine_fn_config_makefile dlls/api-ms-win-core-registryuserspecific-l1-1-0 enable_api_ms_win_core_registryuserspecific_l1_1_0
18649 wine_fn_config_makefile dlls/api-ms-win-core-rtlsupport-l1-1-0 enable_api_ms_win_core_rtlsupport_l1_1_0
18650 wine_fn_config_makefile dlls/api-ms-win-core-rtlsupport-l1-2-0 enable_api_ms_win_core_rtlsupport_l1_2_0
18651 wine_fn_config_makefile dlls/api-ms-win-core-shlwapi-legacy-l1-1-0 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
18652 wine_fn_config_makefile dlls/api-ms-win-core-shlwapi-obsolete-l1-1-0 enable_api_ms_win_core_shlwapi_obsolete_l1_1_0
18653 wine_fn_config_makefile dlls/api-ms-win-core-shlwapi-obsolete-l1-2-0 enable_api_ms_win_core_shlwapi_obsolete_l1_2_0
18654 wine_fn_config_makefile dlls/api-ms-win-core-shutdown-l1-1-0 enable_api_ms_win_core_shutdown_l1_1_0
18655 wine_fn_config_makefile dlls/api-ms-win-core-sidebyside-l1-1-0 enable_api_ms_win_core_sidebyside_l1_1_0
18656 wine_fn_config_makefile dlls/api-ms-win-core-string-l1-1-0 enable_api_ms_win_core_string_l1_1_0
18657 wine_fn_config_makefile dlls/api-ms-win-core-string-l2-1-0 enable_api_ms_win_core_string_l2_1_0
18658 wine_fn_config_makefile dlls/api-ms-win-core-string-obsolete-l1-1-0 enable_api_ms_win_core_string_obsolete_l1_1_0
18659 wine_fn_config_makefile dlls/api-ms-win-core-stringansi-l1-1-0 enable_api_ms_win_core_stringansi_l1_1_0
18660 wine_fn_config_makefile dlls/api-ms-win-core-stringloader-l1-1-1 enable_api_ms_win_core_stringloader_l1_1_1
18661 wine_fn_config_makefile dlls/api-ms-win-core-synch-ansi-l1-1-0 enable_api_ms_win_core_synch_ansi_l1_1_0
18662 wine_fn_config_makefile dlls/api-ms-win-core-synch-l1-1-0 enable_api_ms_win_core_synch_l1_1_0
18663 wine_fn_config_makefile dlls/api-ms-win-core-synch-l1-2-0 enable_api_ms_win_core_synch_l1_2_0
18664 wine_fn_config_makefile dlls/api-ms-win-core-synch-l1-2-1 enable_api_ms_win_core_synch_l1_2_1
18665 wine_fn_config_makefile dlls/api-ms-win-core-sysinfo-l1-1-0 enable_api_ms_win_core_sysinfo_l1_1_0
18666 wine_fn_config_makefile dlls/api-ms-win-core-sysinfo-l1-2-0 enable_api_ms_win_core_sysinfo_l1_2_0
18667 wine_fn_config_makefile dlls/api-ms-win-core-sysinfo-l1-2-1 enable_api_ms_win_core_sysinfo_l1_2_1
18668 wine_fn_config_makefile dlls/api-ms-win-core-systemtopology-l1-1-0 enable_api_ms_win_core_systemtopology_l1_1_0
18669 wine_fn_config_makefile dlls/api-ms-win-core-threadpool-l1-1-0 enable_api_ms_win_core_threadpool_l1_1_0
18670 wine_fn_config_makefile dlls/api-ms-win-core-threadpool-l1-2-0 enable_api_ms_win_core_threadpool_l1_2_0
18671 wine_fn_config_makefile dlls/api-ms-win-core-threadpool-legacy-l1-1-0 enable_api_ms_win_core_threadpool_legacy_l1_1_0
18672 wine_fn_config_makefile dlls/api-ms-win-core-threadpool-private-l1-1-0 enable_api_ms_win_core_threadpool_private_l1_1_0
18673 wine_fn_config_makefile dlls/api-ms-win-core-timezone-l1-1-0 enable_api_ms_win_core_timezone_l1_1_0
18674 wine_fn_config_makefile dlls/api-ms-win-core-toolhelp-l1-1-0 enable_api_ms_win_core_toolhelp_l1_1_0
18675 wine_fn_config_makefile dlls/api-ms-win-core-url-l1-1-0 enable_api_ms_win_core_url_l1_1_0
18676 wine_fn_config_makefile dlls/api-ms-win-core-util-l1-1-0 enable_api_ms_win_core_util_l1_1_0
18677 wine_fn_config_makefile dlls/api-ms-win-core-version-l1-1-0 enable_api_ms_win_core_version_l1_1_0
18678 wine_fn_config_makefile dlls/api-ms-win-core-version-l1-1-1 enable_api_ms_win_core_version_l1_1_1
18679 wine_fn_config_makefile dlls/api-ms-win-core-version-private-l1-1-0 enable_api_ms_win_core_version_private_l1_1_0
18680 wine_fn_config_makefile dlls/api-ms-win-core-versionansi-l1-1-0 enable_api_ms_win_core_versionansi_l1_1_0
18681 wine_fn_config_makefile dlls/api-ms-win-core-windowserrorreporting-l1-1-0 enable_api_ms_win_core_windowserrorreporting_l1_1_0
18682 wine_fn_config_makefile dlls/api-ms-win-core-winrt-error-l1-1-0 enable_api_ms_win_core_winrt_error_l1_1_0
18683 wine_fn_config_makefile dlls/api-ms-win-core-winrt-error-l1-1-1 enable_api_ms_win_core_winrt_error_l1_1_1
18684 wine_fn_config_makefile dlls/api-ms-win-core-winrt-errorprivate-l1-1-1 enable_api_ms_win_core_winrt_errorprivate_l1_1_1
18685 wine_fn_config_makefile dlls/api-ms-win-core-winrt-l1-1-0 enable_api_ms_win_core_winrt_l1_1_0
18686 wine_fn_config_makefile dlls/api-ms-win-core-winrt-registration-l1-1-0 enable_api_ms_win_core_winrt_registration_l1_1_0
18687 wine_fn_config_makefile dlls/api-ms-win-core-winrt-roparameterizediid-l1-1-0 enable_api_ms_win_core_winrt_roparameterizediid_l1_1_0
18688 wine_fn_config_makefile dlls/api-ms-win-core-winrt-string-l1-1-0 enable_api_ms_win_core_winrt_string_l1_1_0
18689 wine_fn_config_makefile dlls/api-ms-win-core-winrt-string-l1-1-1 enable_api_ms_win_core_winrt_string_l1_1_1
18690 wine_fn_config_makefile dlls/api-ms-win-core-wow64-l1-1-0 enable_api_ms_win_core_wow64_l1_1_0
18691 wine_fn_config_makefile dlls/api-ms-win-core-wow64-l1-1-1 enable_api_ms_win_core_wow64_l1_1_1
18692 wine_fn_config_makefile dlls/api-ms-win-core-xstate-l1-1-0 enable_api_ms_win_core_xstate_l1_1_0
18693 wine_fn_config_makefile dlls/api-ms-win-core-xstate-l2-1-0 enable_api_ms_win_core_xstate_l2_1_0
18694 wine_fn_config_makefile dlls/api-ms-win-crt-conio-l1-1-0 enable_api_ms_win_crt_conio_l1_1_0
18695 wine_fn_config_makefile dlls/api-ms-win-crt-convert-l1-1-0 enable_api_ms_win_crt_convert_l1_1_0
18696 wine_fn_config_makefile dlls/api-ms-win-crt-environment-l1-1-0 enable_api_ms_win_crt_environment_l1_1_0
18697 wine_fn_config_makefile dlls/api-ms-win-crt-filesystem-l1-1-0 enable_api_ms_win_crt_filesystem_l1_1_0
18698 wine_fn_config_makefile dlls/api-ms-win-crt-heap-l1-1-0 enable_api_ms_win_crt_heap_l1_1_0
18699 wine_fn_config_makefile dlls/api-ms-win-crt-locale-l1-1-0 enable_api_ms_win_crt_locale_l1_1_0
18700 wine_fn_config_makefile dlls/api-ms-win-crt-math-l1-1-0 enable_api_ms_win_crt_math_l1_1_0
18701 wine_fn_config_makefile dlls/api-ms-win-crt-multibyte-l1-1-0 enable_api_ms_win_crt_multibyte_l1_1_0
18702 wine_fn_config_makefile dlls/api-ms-win-crt-private-l1-1-0 enable_api_ms_win_crt_private_l1_1_0
18703 wine_fn_config_makefile dlls/api-ms-win-crt-process-l1-1-0 enable_api_ms_win_crt_process_l1_1_0
18704 wine_fn_config_makefile dlls/api-ms-win-crt-runtime-l1-1-0 enable_api_ms_win_crt_runtime_l1_1_0
18705 wine_fn_config_makefile dlls/api-ms-win-crt-stdio-l1-1-0 enable_api_ms_win_crt_stdio_l1_1_0
18706 wine_fn_config_makefile dlls/api-ms-win-crt-string-l1-1-0 enable_api_ms_win_crt_string_l1_1_0
18707 wine_fn_config_makefile dlls/api-ms-win-crt-time-l1-1-0 enable_api_ms_win_crt_time_l1_1_0
18708 wine_fn_config_makefile dlls/api-ms-win-crt-utility-l1-1-0 enable_api_ms_win_crt_utility_l1_1_0
18709 wine_fn_config_makefile dlls/api-ms-win-devices-config-l1-1-0 enable_api_ms_win_devices_config_l1_1_0
18710 wine_fn_config_makefile dlls/api-ms-win-devices-config-l1-1-1 enable_api_ms_win_devices_config_l1_1_1
18711 wine_fn_config_makefile dlls/api-ms-win-devices-query-l1-1-1 enable_api_ms_win_devices_query_l1_1_1
18712 wine_fn_config_makefile dlls/api-ms-win-downlevel-advapi32-l1-1-0 enable_api_ms_win_downlevel_advapi32_l1_1_0
18713 wine_fn_config_makefile dlls/api-ms-win-downlevel-advapi32-l2-1-0 enable_api_ms_win_downlevel_advapi32_l2_1_0
18714 wine_fn_config_makefile dlls/api-ms-win-downlevel-kernel32-l2-1-0 enable_api_ms_win_downlevel_kernel32_l2_1_0
18715 wine_fn_config_makefile dlls/api-ms-win-downlevel-normaliz-l1-1-0 enable_api_ms_win_downlevel_normaliz_l1_1_0
18716 wine_fn_config_makefile dlls/api-ms-win-downlevel-ole32-l1-1-0 enable_api_ms_win_downlevel_ole32_l1_1_0
18717 wine_fn_config_makefile dlls/api-ms-win-downlevel-shell32-l1-1-0 enable_api_ms_win_downlevel_shell32_l1_1_0
18718 wine_fn_config_makefile dlls/api-ms-win-downlevel-shlwapi-l1-1-0 enable_api_ms_win_downlevel_shlwapi_l1_1_0
18719 wine_fn_config_makefile dlls/api-ms-win-downlevel-shlwapi-l2-1-0 enable_api_ms_win_downlevel_shlwapi_l2_1_0
18720 wine_fn_config_makefile dlls/api-ms-win-downlevel-user32-l1-1-0 enable_api_ms_win_downlevel_user32_l1_1_0
18721 wine_fn_config_makefile dlls/api-ms-win-downlevel-version-l1-1-0 enable_api_ms_win_downlevel_version_l1_1_0
18722 wine_fn_config_makefile dlls/api-ms-win-dx-d3dkmt-l1-1-0 enable_api_ms_win_dx_d3dkmt_l1_1_0
18723 wine_fn_config_makefile dlls/api-ms-win-eventing-classicprovider-l1-1-0 enable_api_ms_win_eventing_classicprovider_l1_1_0
18724 wine_fn_config_makefile dlls/api-ms-win-eventing-consumer-l1-1-0 enable_api_ms_win_eventing_consumer_l1_1_0
18725 wine_fn_config_makefile dlls/api-ms-win-eventing-controller-l1-1-0 enable_api_ms_win_eventing_controller_l1_1_0
18726 wine_fn_config_makefile dlls/api-ms-win-eventing-legacy-l1-1-0 enable_api_ms_win_eventing_legacy_l1_1_0
18727 wine_fn_config_makefile dlls/api-ms-win-eventing-provider-l1-1-0 enable_api_ms_win_eventing_provider_l1_1_0
18728 wine_fn_config_makefile dlls/api-ms-win-eventlog-legacy-l1-1-0 enable_api_ms_win_eventlog_legacy_l1_1_0
18729 wine_fn_config_makefile dlls/api-ms-win-gaming-tcui-l1-1-0 enable_api_ms_win_gaming_tcui_l1_1_0
18730 wine_fn_config_makefile dlls/api-ms-win-gdi-dpiinfo-l1-1-0 enable_api_ms_win_gdi_dpiinfo_l1_1_0
18731 wine_fn_config_makefile dlls/api-ms-win-mm-joystick-l1-1-0 enable_api_ms_win_mm_joystick_l1_1_0
18732 wine_fn_config_makefile dlls/api-ms-win-mm-misc-l1-1-1 enable_api_ms_win_mm_misc_l1_1_1
18733 wine_fn_config_makefile dlls/api-ms-win-mm-mme-l1-1-0 enable_api_ms_win_mm_mme_l1_1_0
18734 wine_fn_config_makefile dlls/api-ms-win-mm-time-l1-1-0 enable_api_ms_win_mm_time_l1_1_0
18735 wine_fn_config_makefile dlls/api-ms-win-ntuser-dc-access-l1-1-0 enable_api_ms_win_ntuser_dc_access_l1_1_0
18736 wine_fn_config_makefile dlls/api-ms-win-ntuser-rectangle-l1-1-0 enable_api_ms_win_ntuser_rectangle_l1_1_0
18737 wine_fn_config_makefile dlls/api-ms-win-ntuser-sysparams-l1-1-0 enable_api_ms_win_ntuser_sysparams_l1_1_0
18738 wine_fn_config_makefile dlls/api-ms-win-perf-legacy-l1-1-0 enable_api_ms_win_perf_legacy_l1_1_0
18739 wine_fn_config_makefile dlls/api-ms-win-power-base-l1-1-0 enable_api_ms_win_power_base_l1_1_0
18740 wine_fn_config_makefile dlls/api-ms-win-power-setting-l1-1-0 enable_api_ms_win_power_setting_l1_1_0
18741 wine_fn_config_makefile dlls/api-ms-win-rtcore-ntuser-draw-l1-1-0 enable_api_ms_win_rtcore_ntuser_draw_l1_1_0
18742 wine_fn_config_makefile dlls/api-ms-win-rtcore-ntuser-private-l1-1-0 enable_api_ms_win_rtcore_ntuser_private_l1_1_0
18743 wine_fn_config_makefile dlls/api-ms-win-rtcore-ntuser-private-l1-1-4 enable_api_ms_win_rtcore_ntuser_private_l1_1_4
18744 wine_fn_config_makefile dlls/api-ms-win-rtcore-ntuser-window-l1-1-0 enable_api_ms_win_rtcore_ntuser_window_l1_1_0
18745 wine_fn_config_makefile dlls/api-ms-win-rtcore-ntuser-winevent-l1-1-0 enable_api_ms_win_rtcore_ntuser_winevent_l1_1_0
18746 wine_fn_config_makefile dlls/api-ms-win-rtcore-ntuser-wmpointer-l1-1-0 enable_api_ms_win_rtcore_ntuser_wmpointer_l1_1_0
18747 wine_fn_config_makefile dlls/api-ms-win-rtcore-ntuser-wmpointer-l1-1-3 enable_api_ms_win_rtcore_ntuser_wmpointer_l1_1_3
18748 wine_fn_config_makefile dlls/api-ms-win-security-activedirectoryclient-l1-1-0 enable_api_ms_win_security_activedirectoryclient_l1_1_0
18749 wine_fn_config_makefile dlls/api-ms-win-security-audit-l1-1-1 enable_api_ms_win_security_audit_l1_1_1
18750 wine_fn_config_makefile dlls/api-ms-win-security-base-l1-1-0 enable_api_ms_win_security_base_l1_1_0
18751 wine_fn_config_makefile dlls/api-ms-win-security-base-l1-2-0 enable_api_ms_win_security_base_l1_2_0
18752 wine_fn_config_makefile dlls/api-ms-win-security-base-private-l1-1-1 enable_api_ms_win_security_base_private_l1_1_1
18753 wine_fn_config_makefile dlls/api-ms-win-security-credentials-l1-1-0 enable_api_ms_win_security_credentials_l1_1_0
18754 wine_fn_config_makefile dlls/api-ms-win-security-cryptoapi-l1-1-0 enable_api_ms_win_security_cryptoapi_l1_1_0
18755 wine_fn_config_makefile dlls/api-ms-win-security-grouppolicy-l1-1-0 enable_api_ms_win_security_grouppolicy_l1_1_0
18756 wine_fn_config_makefile dlls/api-ms-win-security-lsalookup-l1-1-0 enable_api_ms_win_security_lsalookup_l1_1_0
18757 wine_fn_config_makefile dlls/api-ms-win-security-lsalookup-l1-1-1 enable_api_ms_win_security_lsalookup_l1_1_1
18758 wine_fn_config_makefile dlls/api-ms-win-security-lsalookup-l2-1-0 enable_api_ms_win_security_lsalookup_l2_1_0
18759 wine_fn_config_makefile dlls/api-ms-win-security-lsalookup-l2-1-1 enable_api_ms_win_security_lsalookup_l2_1_1
18760 wine_fn_config_makefile dlls/api-ms-win-security-lsapolicy-l1-1-0 enable_api_ms_win_security_lsapolicy_l1_1_0
18761 wine_fn_config_makefile dlls/api-ms-win-security-provider-l1-1-0 enable_api_ms_win_security_provider_l1_1_0
18762 wine_fn_config_makefile dlls/api-ms-win-security-sddl-l1-1-0 enable_api_ms_win_security_sddl_l1_1_0
18763 wine_fn_config_makefile dlls/api-ms-win-security-systemfunctions-l1-1-0 enable_api_ms_win_security_systemfunctions_l1_1_0
18764 wine_fn_config_makefile dlls/api-ms-win-service-core-l1-1-0 enable_api_ms_win_service_core_l1_1_0
18765 wine_fn_config_makefile dlls/api-ms-win-service-core-l1-1-1 enable_api_ms_win_service_core_l1_1_1
18766 wine_fn_config_makefile dlls/api-ms-win-service-management-l1-1-0 enable_api_ms_win_service_management_l1_1_0
18767 wine_fn_config_makefile dlls/api-ms-win-service-management-l2-1-0 enable_api_ms_win_service_management_l2_1_0
18768 wine_fn_config_makefile dlls/api-ms-win-service-private-l1-1-1 enable_api_ms_win_service_private_l1_1_1
18769 wine_fn_config_makefile dlls/api-ms-win-service-winsvc-l1-1-0 enable_api_ms_win_service_winsvc_l1_1_0
18770 wine_fn_config_makefile dlls/api-ms-win-service-winsvc-l1-2-0 enable_api_ms_win_service_winsvc_l1_2_0
18771 wine_fn_config_makefile dlls/api-ms-win-shcore-obsolete-l1-1-0 enable_api_ms_win_shcore_obsolete_l1_1_0
18772 wine_fn_config_makefile dlls/api-ms-win-shcore-scaling-l1-1-0 enable_api_ms_win_shcore_scaling_l1_1_0
18773 wine_fn_config_makefile dlls/api-ms-win-shcore-scaling-l1-1-1 enable_api_ms_win_shcore_scaling_l1_1_1
18774 wine_fn_config_makefile dlls/api-ms-win-shcore-stream-l1-1-0 enable_api_ms_win_shcore_stream_l1_1_0
18775 wine_fn_config_makefile dlls/api-ms-win-shcore-stream-winrt-l1-1-0 enable_api_ms_win_shcore_stream_winrt_l1_1_0
18776 wine_fn_config_makefile dlls/api-ms-win-shcore-thread-l1-1-0 enable_api_ms_win_shcore_thread_l1_1_0
18777 wine_fn_config_makefile dlls/api-ms-win-shell-shellcom-l1-1-0 enable_api_ms_win_shell_shellcom_l1_1_0
18778 wine_fn_config_makefile dlls/api-ms-win-shell-shellfolders-l1-1-0 enable_api_ms_win_shell_shellfolders_l1_1_0
18779 wine_fn_config_makefile dlls/apphelp enable_apphelp
18780 wine_fn_config_makefile dlls/apphelp/tests enable_tests
18781 wine_fn_config_makefile dlls/appwiz.cpl enable_appwiz_cpl
18782 wine_fn_config_makefile dlls/atl enable_atl
18783 wine_fn_config_makefile dlls/atl/tests enable_tests
18784 wine_fn_config_makefile dlls/atl100 enable_atl100
18785 wine_fn_config_makefile dlls/atl100/tests enable_tests
18786 wine_fn_config_makefile dlls/atl110 enable_atl110
18787 wine_fn_config_makefile dlls/atl80 enable_atl80
18788 wine_fn_config_makefile dlls/atl80/tests enable_tests
18789 wine_fn_config_makefile dlls/atl90 enable_atl90
18790 wine_fn_config_makefile dlls/atlthunk enable_atlthunk
18791 wine_fn_config_makefile dlls/atlthunk/tests enable_tests
18792 wine_fn_config_makefile dlls/atmlib enable_atmlib
18793 wine_fn_config_makefile dlls/authz enable_authz
18794 wine_fn_config_makefile dlls/avicap32 enable_avicap32
18795 wine_fn_config_makefile dlls/avifil32 enable_avifil32
18796 wine_fn_config_makefile dlls/avifil32/tests enable_tests
18797 wine_fn_config_makefile dlls/avifile.dll16 enable_win16
18798 wine_fn_config_makefile dlls/avrt enable_avrt
18799 wine_fn_config_makefile dlls/bcrypt enable_bcrypt
18800 wine_fn_config_makefile dlls/bcrypt/tests enable_tests
18801 wine_fn_config_makefile dlls/bluetoothapis enable_bluetoothapis
18802 wine_fn_config_makefile dlls/browseui enable_browseui
18803 wine_fn_config_makefile dlls/browseui/tests enable_tests
18804 wine_fn_config_makefile dlls/bthprops.cpl enable_bthprops_cpl
18805 wine_fn_config_makefile dlls/cabinet enable_cabinet
18806 wine_fn_config_makefile dlls/cabinet/tests enable_tests
18807 wine_fn_config_makefile dlls/capi2032 enable_capi2032
18808 wine_fn_config_makefile dlls/cards enable_cards
18809 wine_fn_config_makefile dlls/cdosys enable_cdosys
18810 wine_fn_config_makefile dlls/cfgmgr32 enable_cfgmgr32
18811 wine_fn_config_makefile dlls/clusapi enable_clusapi
18812 wine_fn_config_makefile dlls/cng.sys enable_cng_sys
18813 wine_fn_config_makefile dlls/combase enable_combase
18814 wine_fn_config_makefile dlls/combase/tests enable_tests
18815 wine_fn_config_makefile dlls/comcat enable_comcat
18816 wine_fn_config_makefile dlls/comcat/tests enable_tests
18817 wine_fn_config_makefile dlls/comctl32 enable_comctl32
18818 wine_fn_config_makefile dlls/comctl32/tests enable_tests
18819 wine_fn_config_makefile dlls/comdlg32 enable_comdlg32
18820 wine_fn_config_makefile dlls/comdlg32/tests enable_tests
18821 wine_fn_config_makefile dlls/comm.drv16 enable_win16
18822 wine_fn_config_makefile dlls/commdlg.dll16 enable_win16
18823 wine_fn_config_makefile dlls/compobj.dll16 enable_win16
18824 wine_fn_config_makefile dlls/compstui enable_compstui
18825 wine_fn_config_makefile dlls/comsvcs enable_comsvcs
18826 wine_fn_config_makefile dlls/comsvcs/tests enable_tests
18827 wine_fn_config_makefile dlls/concrt140 enable_concrt140
18828 wine_fn_config_makefile dlls/concrt140/tests enable_tests
18829 wine_fn_config_makefile dlls/connect enable_connect
18830 wine_fn_config_makefile dlls/credui enable_credui
18831 wine_fn_config_makefile dlls/credui/tests enable_tests
18832 wine_fn_config_makefile dlls/crtdll enable_crtdll
18833 wine_fn_config_makefile dlls/crypt32 enable_crypt32
18834 wine_fn_config_makefile dlls/crypt32/tests enable_tests
18835 wine_fn_config_makefile dlls/cryptdlg enable_cryptdlg
18836 wine_fn_config_makefile dlls/cryptdll enable_cryptdll
18837 wine_fn_config_makefile dlls/cryptext enable_cryptext
18838 wine_fn_config_makefile dlls/cryptnet enable_cryptnet
18839 wine_fn_config_makefile dlls/cryptnet/tests enable_tests
18840 wine_fn_config_makefile dlls/cryptsp enable_cryptsp
18841 wine_fn_config_makefile dlls/cryptui enable_cryptui
18842 wine_fn_config_makefile dlls/cryptui/tests enable_tests
18843 wine_fn_config_makefile dlls/ctapi32 enable_ctapi32
18844 wine_fn_config_makefile dlls/ctl3d.dll16 enable_win16
18845 wine_fn_config_makefile dlls/ctl3d32 enable_ctl3d32
18846 wine_fn_config_makefile dlls/ctl3dv2.dll16 enable_win16
18847 wine_fn_config_makefile dlls/d2d1 enable_d2d1
18848 wine_fn_config_makefile dlls/d2d1/tests enable_tests
18849 wine_fn_config_makefile dlls/d3d10 enable_d3d10
18850 wine_fn_config_makefile dlls/d3d10/tests enable_tests
18851 wine_fn_config_makefile dlls/d3d10_1 enable_d3d10_1
18852 wine_fn_config_makefile dlls/d3d10_1/tests enable_tests
18853 wine_fn_config_makefile dlls/d3d10core enable_d3d10core
18854 wine_fn_config_makefile dlls/d3d10core/tests enable_tests
18855 wine_fn_config_makefile dlls/d3d11 enable_d3d11
18856 wine_fn_config_makefile dlls/d3d11/tests enable_tests
18857 wine_fn_config_makefile dlls/d3d12 enable_d3d12
18858 wine_fn_config_makefile dlls/d3d12/tests enable_tests
18859 wine_fn_config_makefile dlls/d3d8 enable_d3d8
18860 wine_fn_config_makefile dlls/d3d8/tests enable_tests
18861 wine_fn_config_makefile dlls/d3d8thk enable_d3d8thk
18862 wine_fn_config_makefile dlls/d3d9 enable_d3d9
18863 wine_fn_config_makefile dlls/d3d9/tests enable_tests
18864 wine_fn_config_makefile dlls/d3dcompiler_33 enable_d3dcompiler_33
18865 wine_fn_config_makefile dlls/d3dcompiler_34 enable_d3dcompiler_34
18866 wine_fn_config_makefile dlls/d3dcompiler_35 enable_d3dcompiler_35
18867 wine_fn_config_makefile dlls/d3dcompiler_36 enable_d3dcompiler_36
18868 wine_fn_config_makefile dlls/d3dcompiler_37 enable_d3dcompiler_37
18869 wine_fn_config_makefile dlls/d3dcompiler_38 enable_d3dcompiler_38
18870 wine_fn_config_makefile dlls/d3dcompiler_39 enable_d3dcompiler_39
18871 wine_fn_config_makefile dlls/d3dcompiler_40 enable_d3dcompiler_40
18872 wine_fn_config_makefile dlls/d3dcompiler_41 enable_d3dcompiler_41
18873 wine_fn_config_makefile dlls/d3dcompiler_42 enable_d3dcompiler_42
18874 wine_fn_config_makefile dlls/d3dcompiler_43 enable_d3dcompiler_43
18875 wine_fn_config_makefile dlls/d3dcompiler_43/tests enable_tests
18876 wine_fn_config_makefile dlls/d3dcompiler_46 enable_d3dcompiler_46
18877 wine_fn_config_makefile dlls/d3dcompiler_46/tests enable_tests
18878 wine_fn_config_makefile dlls/d3dcompiler_47 enable_d3dcompiler_47
18879 wine_fn_config_makefile dlls/d3dcompiler_47/tests enable_tests
18880 wine_fn_config_makefile dlls/d3dim enable_d3dim
18881 wine_fn_config_makefile dlls/d3dim700 enable_d3dim700
18882 wine_fn_config_makefile dlls/d3drm enable_d3drm
18883 wine_fn_config_makefile dlls/d3drm/tests enable_tests
18884 wine_fn_config_makefile dlls/d3dx10_33 enable_d3dx10_33
18885 wine_fn_config_makefile dlls/d3dx10_34 enable_d3dx10_34
18886 wine_fn_config_makefile dlls/d3dx10_34/tests enable_tests
18887 wine_fn_config_makefile dlls/d3dx10_35 enable_d3dx10_35
18888 wine_fn_config_makefile dlls/d3dx10_35/tests enable_tests
18889 wine_fn_config_makefile dlls/d3dx10_36 enable_d3dx10_36
18890 wine_fn_config_makefile dlls/d3dx10_36/tests enable_tests
18891 wine_fn_config_makefile dlls/d3dx10_37 enable_d3dx10_37
18892 wine_fn_config_makefile dlls/d3dx10_37/tests enable_tests
18893 wine_fn_config_makefile dlls/d3dx10_38 enable_d3dx10_38
18894 wine_fn_config_makefile dlls/d3dx10_38/tests enable_tests
18895 wine_fn_config_makefile dlls/d3dx10_39 enable_d3dx10_39
18896 wine_fn_config_makefile dlls/d3dx10_39/tests enable_tests
18897 wine_fn_config_makefile dlls/d3dx10_40 enable_d3dx10_40
18898 wine_fn_config_makefile dlls/d3dx10_40/tests enable_tests
18899 wine_fn_config_makefile dlls/d3dx10_41 enable_d3dx10_41
18900 wine_fn_config_makefile dlls/d3dx10_41/tests enable_tests
18901 wine_fn_config_makefile dlls/d3dx10_42 enable_d3dx10_42
18902 wine_fn_config_makefile dlls/d3dx10_42/tests enable_tests
18903 wine_fn_config_makefile dlls/d3dx10_43 enable_d3dx10_43
18904 wine_fn_config_makefile dlls/d3dx10_43/tests enable_tests
18905 wine_fn_config_makefile dlls/d3dx11_42 enable_d3dx11_42
18906 wine_fn_config_makefile dlls/d3dx11_42/tests enable_tests
18907 wine_fn_config_makefile dlls/d3dx11_43 enable_d3dx11_43
18908 wine_fn_config_makefile dlls/d3dx11_43/tests enable_tests
18909 wine_fn_config_makefile dlls/d3dx9_24 enable_d3dx9_24
18910 wine_fn_config_makefile dlls/d3dx9_25 enable_d3dx9_25
18911 wine_fn_config_makefile dlls/d3dx9_26 enable_d3dx9_26
18912 wine_fn_config_makefile dlls/d3dx9_27 enable_d3dx9_27
18913 wine_fn_config_makefile dlls/d3dx9_28 enable_d3dx9_28
18914 wine_fn_config_makefile dlls/d3dx9_29 enable_d3dx9_29
18915 wine_fn_config_makefile dlls/d3dx9_30 enable_d3dx9_30
18916 wine_fn_config_makefile dlls/d3dx9_31 enable_d3dx9_31
18917 wine_fn_config_makefile dlls/d3dx9_32 enable_d3dx9_32
18918 wine_fn_config_makefile dlls/d3dx9_33 enable_d3dx9_33
18919 wine_fn_config_makefile dlls/d3dx9_34 enable_d3dx9_34
18920 wine_fn_config_makefile dlls/d3dx9_35 enable_d3dx9_35
18921 wine_fn_config_makefile dlls/d3dx9_36 enable_d3dx9_36
18922 wine_fn_config_makefile dlls/d3dx9_36/tests enable_tests
18923 wine_fn_config_makefile dlls/d3dx9_37 enable_d3dx9_37
18924 wine_fn_config_makefile dlls/d3dx9_38 enable_d3dx9_38
18925 wine_fn_config_makefile dlls/d3dx9_39 enable_d3dx9_39
18926 wine_fn_config_makefile dlls/d3dx9_40 enable_d3dx9_40
18927 wine_fn_config_makefile dlls/d3dx9_41 enable_d3dx9_41
18928 wine_fn_config_makefile dlls/d3dx9_42 enable_d3dx9_42
18929 wine_fn_config_makefile dlls/d3dx9_43 enable_d3dx9_43
18930 wine_fn_config_makefile dlls/d3dxof enable_d3dxof
18931 wine_fn_config_makefile dlls/d3dxof/tests enable_tests
18932 wine_fn_config_makefile dlls/davclnt enable_davclnt
18933 wine_fn_config_makefile dlls/dbgeng enable_dbgeng
18934 wine_fn_config_makefile dlls/dbgeng/tests enable_tests
18935 wine_fn_config_makefile dlls/dbghelp enable_dbghelp
18936 wine_fn_config_makefile dlls/dbghelp/tests enable_tests
18937 wine_fn_config_makefile dlls/dciman32 enable_dciman32
18938 wine_fn_config_makefile dlls/dcomp enable_dcomp
18939 wine_fn_config_makefile dlls/ddeml.dll16 enable_win16
18940 wine_fn_config_makefile dlls/ddraw enable_ddraw
18941 wine_fn_config_makefile dlls/ddraw/tests enable_tests
18942 wine_fn_config_makefile dlls/ddrawex enable_ddrawex
18943 wine_fn_config_makefile dlls/ddrawex/tests enable_tests
18944 wine_fn_config_makefile dlls/devenum enable_devenum
18945 wine_fn_config_makefile dlls/devenum/tests enable_tests
18946 wine_fn_config_makefile dlls/dhcpcsvc enable_dhcpcsvc
18947 wine_fn_config_makefile dlls/dhcpcsvc/tests enable_tests
18948 wine_fn_config_makefile dlls/dhcpcsvc6 enable_dhcpcsvc6
18949 wine_fn_config_makefile dlls/dhtmled.ocx enable_dhtmled_ocx
18950 wine_fn_config_makefile dlls/difxapi enable_difxapi
18951 wine_fn_config_makefile dlls/dinput enable_dinput
18952 wine_fn_config_makefile dlls/dinput/tests enable_tests
18953 wine_fn_config_makefile dlls/dinput8 enable_dinput8
18954 wine_fn_config_makefile dlls/dinput8/tests enable_tests
18955 wine_fn_config_makefile dlls/directmanipulation enable_directmanipulation
18956 wine_fn_config_makefile dlls/directmanipulation/tests enable_tests
18957 wine_fn_config_makefile dlls/dispdib.dll16 enable_win16
18958 wine_fn_config_makefile dlls/dispex enable_dispex
18959 wine_fn_config_makefile dlls/dispex/tests enable_tests
18960 wine_fn_config_makefile dlls/display.drv16 enable_win16
18961 wine_fn_config_makefile dlls/dmband enable_dmband
18962 wine_fn_config_makefile dlls/dmband/tests enable_tests
18963 wine_fn_config_makefile dlls/dmcompos enable_dmcompos
18964 wine_fn_config_makefile dlls/dmcompos/tests enable_tests
18965 wine_fn_config_makefile dlls/dmime enable_dmime
18966 wine_fn_config_makefile dlls/dmime/tests enable_tests
18967 wine_fn_config_makefile dlls/dmloader enable_dmloader
18968 wine_fn_config_makefile dlls/dmloader/tests enable_tests
18969 wine_fn_config_makefile dlls/dmscript enable_dmscript
18970 wine_fn_config_makefile dlls/dmscript/tests enable_tests
18971 wine_fn_config_makefile dlls/dmstyle enable_dmstyle
18972 wine_fn_config_makefile dlls/dmstyle/tests enable_tests
18973 wine_fn_config_makefile dlls/dmsynth enable_dmsynth
18974 wine_fn_config_makefile dlls/dmsynth/tests enable_tests
18975 wine_fn_config_makefile dlls/dmusic enable_dmusic
18976 wine_fn_config_makefile dlls/dmusic/tests enable_tests
18977 wine_fn_config_makefile dlls/dmusic32 enable_dmusic32
18978 wine_fn_config_makefile dlls/dnsapi enable_dnsapi
18979 wine_fn_config_makefile dlls/dnsapi/tests enable_tests
18980 wine_fn_config_makefile dlls/dplay enable_dplay
18981 wine_fn_config_makefile dlls/dplayx enable_dplayx
18982 wine_fn_config_makefile dlls/dplayx/tests enable_tests
18983 wine_fn_config_makefile dlls/dpnaddr enable_dpnaddr
18984 wine_fn_config_makefile dlls/dpnet enable_dpnet
18985 wine_fn_config_makefile dlls/dpnet/tests enable_tests
18986 wine_fn_config_makefile dlls/dpnhpast enable_dpnhpast
18987 wine_fn_config_makefile dlls/dpnhupnp enable_dpnhupnp
18988 wine_fn_config_makefile dlls/dpnlobby enable_dpnlobby
18989 wine_fn_config_makefile dlls/dpvoice enable_dpvoice
18990 wine_fn_config_makefile dlls/dpvoice/tests enable_tests
18991 wine_fn_config_makefile dlls/dpwsockx enable_dpwsockx
18992 wine_fn_config_makefile dlls/drmclien enable_drmclien
18993 wine_fn_config_makefile dlls/dsdmo enable_dsdmo
18994 wine_fn_config_makefile dlls/dsdmo/tests enable_tests
18995 wine_fn_config_makefile dlls/dsound enable_dsound
18996 wine_fn_config_makefile dlls/dsound/tests enable_tests
18997 wine_fn_config_makefile dlls/dsquery enable_dsquery
18998 wine_fn_config_makefile dlls/dssenh enable_dssenh
18999 wine_fn_config_makefile dlls/dssenh/tests enable_tests
19000 wine_fn_config_makefile dlls/dsuiext enable_dsuiext
19001 wine_fn_config_makefile dlls/dswave enable_dswave
19002 wine_fn_config_makefile dlls/dswave/tests enable_tests
19003 wine_fn_config_makefile dlls/dwmapi enable_dwmapi
19004 wine_fn_config_makefile dlls/dwmapi/tests enable_tests
19005 wine_fn_config_makefile dlls/dwrite enable_dwrite
19006 wine_fn_config_makefile dlls/dwrite/tests enable_tests
19007 wine_fn_config_makefile dlls/dx8vb enable_dx8vb
19008 wine_fn_config_makefile dlls/dxdiagn enable_dxdiagn
19009 wine_fn_config_makefile dlls/dxdiagn/tests enable_tests
19010 wine_fn_config_makefile dlls/dxgi enable_dxgi
19011 wine_fn_config_makefile dlls/dxgi/tests enable_tests
19012 wine_fn_config_makefile dlls/dxtrans enable_dxtrans
19013 wine_fn_config_makefile dlls/dxva2 enable_dxva2
19014 wine_fn_config_makefile dlls/dxva2/tests enable_tests
19015 wine_fn_config_makefile dlls/esent enable_esent
19016 wine_fn_config_makefile dlls/evr enable_evr
19017 wine_fn_config_makefile dlls/evr/tests enable_tests
19018 wine_fn_config_makefile dlls/explorerframe enable_explorerframe
19019 wine_fn_config_makefile dlls/explorerframe/tests enable_tests
19020 wine_fn_config_makefile dlls/ext-ms-win-authz-context-l1-1-0 enable_ext_ms_win_authz_context_l1_1_0
19021 wine_fn_config_makefile dlls/ext-ms-win-domainjoin-netjoin-l1-1-0 enable_ext_ms_win_domainjoin_netjoin_l1_1_0
19022 wine_fn_config_makefile dlls/ext-ms-win-dwmapi-ext-l1-1-0 enable_ext_ms_win_dwmapi_ext_l1_1_0
19023 wine_fn_config_makefile dlls/ext-ms-win-gdi-dc-create-l1-1-0 enable_ext_ms_win_gdi_dc_create_l1_1_0
19024 wine_fn_config_makefile dlls/ext-ms-win-gdi-dc-create-l1-1-1 enable_ext_ms_win_gdi_dc_create_l1_1_1
19025 wine_fn_config_makefile dlls/ext-ms-win-gdi-dc-l1-2-0 enable_ext_ms_win_gdi_dc_l1_2_0
19026 wine_fn_config_makefile dlls/ext-ms-win-gdi-devcaps-l1-1-0 enable_ext_ms_win_gdi_devcaps_l1_1_0
19027 wine_fn_config_makefile dlls/ext-ms-win-gdi-draw-l1-1-0 enable_ext_ms_win_gdi_draw_l1_1_0
19028 wine_fn_config_makefile dlls/ext-ms-win-gdi-draw-l1-1-1 enable_ext_ms_win_gdi_draw_l1_1_1
19029 wine_fn_config_makefile dlls/ext-ms-win-gdi-font-l1-1-0 enable_ext_ms_win_gdi_font_l1_1_0
19030 wine_fn_config_makefile dlls/ext-ms-win-gdi-font-l1-1-1 enable_ext_ms_win_gdi_font_l1_1_1
19031 wine_fn_config_makefile dlls/ext-ms-win-gdi-render-l1-1-0 enable_ext_ms_win_gdi_render_l1_1_0
19032 wine_fn_config_makefile dlls/ext-ms-win-kernel32-package-current-l1-1-0 enable_ext_ms_win_kernel32_package_current_l1_1_0
19033 wine_fn_config_makefile dlls/ext-ms-win-kernel32-package-l1-1-1 enable_ext_ms_win_kernel32_package_l1_1_1
19034 wine_fn_config_makefile dlls/ext-ms-win-ntuser-dialogbox-l1-1-0 enable_ext_ms_win_ntuser_dialogbox_l1_1_0
19035 wine_fn_config_makefile dlls/ext-ms-win-ntuser-draw-l1-1-0 enable_ext_ms_win_ntuser_draw_l1_1_0
19036 wine_fn_config_makefile dlls/ext-ms-win-ntuser-gui-l1-1-0 enable_ext_ms_win_ntuser_gui_l1_1_0
19037 wine_fn_config_makefile dlls/ext-ms-win-ntuser-gui-l1-3-0 enable_ext_ms_win_ntuser_gui_l1_3_0
19038 wine_fn_config_makefile dlls/ext-ms-win-ntuser-keyboard-l1-3-0 enable_ext_ms_win_ntuser_keyboard_l1_3_0
19039 wine_fn_config_makefile dlls/ext-ms-win-ntuser-message-l1-1-0 enable_ext_ms_win_ntuser_message_l1_1_0
19040 wine_fn_config_makefile dlls/ext-ms-win-ntuser-message-l1-1-1 enable_ext_ms_win_ntuser_message_l1_1_1
19041 wine_fn_config_makefile dlls/ext-ms-win-ntuser-misc-l1-1-0 enable_ext_ms_win_ntuser_misc_l1_1_0
19042 wine_fn_config_makefile dlls/ext-ms-win-ntuser-misc-l1-2-0 enable_ext_ms_win_ntuser_misc_l1_2_0
19043 wine_fn_config_makefile dlls/ext-ms-win-ntuser-misc-l1-5-1 enable_ext_ms_win_ntuser_misc_l1_5_1
19044 wine_fn_config_makefile dlls/ext-ms-win-ntuser-mouse-l1-1-0 enable_ext_ms_win_ntuser_mouse_l1_1_0
19045 wine_fn_config_makefile dlls/ext-ms-win-ntuser-private-l1-1-1 enable_ext_ms_win_ntuser_private_l1_1_1
19046 wine_fn_config_makefile dlls/ext-ms-win-ntuser-private-l1-3-1 enable_ext_ms_win_ntuser_private_l1_3_1
19047 wine_fn_config_makefile dlls/ext-ms-win-ntuser-rectangle-ext-l1-1-0 enable_ext_ms_win_ntuser_rectangle_ext_l1_1_0
19048 wine_fn_config_makefile dlls/ext-ms-win-ntuser-uicontext-ext-l1-1-0 enable_ext_ms_win_ntuser_uicontext_ext_l1_1_0
19049 wine_fn_config_makefile dlls/ext-ms-win-ntuser-window-l1-1-0 enable_ext_ms_win_ntuser_window_l1_1_0
19050 wine_fn_config_makefile dlls/ext-ms-win-ntuser-window-l1-1-1 enable_ext_ms_win_ntuser_window_l1_1_1
19051 wine_fn_config_makefile dlls/ext-ms-win-ntuser-window-l1-1-4 enable_ext_ms_win_ntuser_window_l1_1_4
19052 wine_fn_config_makefile dlls/ext-ms-win-ntuser-windowclass-l1-1-0 enable_ext_ms_win_ntuser_windowclass_l1_1_0
19053 wine_fn_config_makefile dlls/ext-ms-win-ntuser-windowclass-l1-1-1 enable_ext_ms_win_ntuser_windowclass_l1_1_1
19054 wine_fn_config_makefile dlls/ext-ms-win-oleacc-l1-1-0 enable_ext_ms_win_oleacc_l1_1_0
19055 wine_fn_config_makefile dlls/ext-ms-win-ras-rasapi32-l1-1-0 enable_ext_ms_win_ras_rasapi32_l1_1_0
19056 wine_fn_config_makefile dlls/ext-ms-win-rtcore-gdi-devcaps-l1-1-0 enable_ext_ms_win_rtcore_gdi_devcaps_l1_1_0
19057 wine_fn_config_makefile dlls/ext-ms-win-rtcore-gdi-object-l1-1-0 enable_ext_ms_win_rtcore_gdi_object_l1_1_0
19058 wine_fn_config_makefile dlls/ext-ms-win-rtcore-gdi-rgn-l1-1-0 enable_ext_ms_win_rtcore_gdi_rgn_l1_1_0
19059 wine_fn_config_makefile dlls/ext-ms-win-rtcore-ntuser-cursor-l1-1-0 enable_ext_ms_win_rtcore_ntuser_cursor_l1_1_0
19060 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
19061 wine_fn_config_makefile dlls/ext-ms-win-rtcore-ntuser-dpi-l1-1-0 enable_ext_ms_win_rtcore_ntuser_dpi_l1_1_0
19062 wine_fn_config_makefile dlls/ext-ms-win-rtcore-ntuser-dpi-l1-2-0 enable_ext_ms_win_rtcore_ntuser_dpi_l1_2_0
19063 wine_fn_config_makefile dlls/ext-ms-win-rtcore-ntuser-rawinput-l1-1-0 enable_ext_ms_win_rtcore_ntuser_rawinput_l1_1_0
19064 wine_fn_config_makefile dlls/ext-ms-win-rtcore-ntuser-syscolors-l1-1-0 enable_ext_ms_win_rtcore_ntuser_syscolors_l1_1_0
19065 wine_fn_config_makefile dlls/ext-ms-win-rtcore-ntuser-sysparams-l1-1-0 enable_ext_ms_win_rtcore_ntuser_sysparams_l1_1_0
19066 wine_fn_config_makefile dlls/ext-ms-win-security-credui-l1-1-0 enable_ext_ms_win_security_credui_l1_1_0
19067 wine_fn_config_makefile dlls/ext-ms-win-security-cryptui-l1-1-0 enable_ext_ms_win_security_cryptui_l1_1_0
19068 wine_fn_config_makefile dlls/ext-ms-win-shell-comctl32-init-l1-1-0 enable_ext_ms_win_shell_comctl32_init_l1_1_0
19069 wine_fn_config_makefile dlls/ext-ms-win-shell-comdlg32-l1-1-0 enable_ext_ms_win_shell_comdlg32_l1_1_0
19070 wine_fn_config_makefile dlls/ext-ms-win-shell-shell32-l1-2-0 enable_ext_ms_win_shell_shell32_l1_2_0
19071 wine_fn_config_makefile dlls/ext-ms-win-uxtheme-themes-l1-1-0 enable_ext_ms_win_uxtheme_themes_l1_1_0
19072 wine_fn_config_makefile dlls/faultrep enable_faultrep
19073 wine_fn_config_makefile dlls/faultrep/tests enable_tests
19074 wine_fn_config_makefile dlls/feclient enable_feclient
19075 wine_fn_config_makefile dlls/fltlib enable_fltlib
19076 wine_fn_config_makefile dlls/fltmgr.sys enable_fltmgr_sys
19077 wine_fn_config_makefile dlls/fntcache enable_fntcache
19078 wine_fn_config_makefile dlls/fontsub enable_fontsub
19079 wine_fn_config_makefile dlls/fusion enable_fusion
19080 wine_fn_config_makefile dlls/fusion/tests enable_tests
19081 wine_fn_config_makefile dlls/fwpuclnt enable_fwpuclnt
19082 wine_fn_config_makefile dlls/gameux enable_gameux
19083 wine_fn_config_makefile dlls/gameux/tests enable_tests
19084 wine_fn_config_makefile dlls/gamingtcui enable_gamingtcui
19085 wine_fn_config_makefile dlls/gdi.exe16 enable_win16
19086 wine_fn_config_makefile dlls/gdi32 enable_gdi32
19087 wine_fn_config_makefile dlls/gdi32/tests enable_tests
19088 wine_fn_config_makefile dlls/gdiplus enable_gdiplus
19089 wine_fn_config_makefile dlls/gdiplus/tests enable_tests
19090 wine_fn_config_makefile dlls/glu32 enable_glu32
19091 wine_fn_config_makefile dlls/gphoto2.ds enable_gphoto2_ds
19092 wine_fn_config_makefile dlls/gpkcsp enable_gpkcsp
19093 wine_fn_config_makefile dlls/hal enable_hal
19094 wine_fn_config_makefile dlls/hhctrl.ocx enable_hhctrl_ocx
19095 wine_fn_config_makefile dlls/hid enable_hid
19096 wine_fn_config_makefile dlls/hid/tests enable_tests
19097 wine_fn_config_makefile dlls/hidclass.sys enable_hidclass_sys
19098 wine_fn_config_makefile dlls/hidparse.sys enable_hidparse_sys
19099 wine_fn_config_makefile dlls/hlink enable_hlink
19100 wine_fn_config_makefile dlls/hlink/tests enable_tests
19101 wine_fn_config_makefile dlls/hnetcfg enable_hnetcfg
19102 wine_fn_config_makefile dlls/hnetcfg/tests enable_tests
19103 wine_fn_config_makefile dlls/http.sys enable_http_sys
19104 wine_fn_config_makefile dlls/httpapi enable_httpapi
19105 wine_fn_config_makefile dlls/httpapi/tests enable_tests
19106 wine_fn_config_makefile dlls/iccvid enable_iccvid
19107 wine_fn_config_makefile dlls/icmp enable_icmp
19108 wine_fn_config_makefile dlls/ieframe enable_ieframe
19109 wine_fn_config_makefile dlls/ieframe/tests enable_tests
19110 wine_fn_config_makefile dlls/ieproxy enable_ieproxy
19111 wine_fn_config_makefile dlls/ifsmgr.vxd enable_win16
19112 wine_fn_config_makefile dlls/imaadp32.acm enable_imaadp32_acm
19113 wine_fn_config_makefile dlls/imagehlp enable_imagehlp
19114 wine_fn_config_makefile dlls/imagehlp/tests enable_tests
19115 wine_fn_config_makefile dlls/imm.dll16 enable_win16
19116 wine_fn_config_makefile dlls/imm32 enable_imm32
19117 wine_fn_config_makefile dlls/imm32/tests enable_tests
19118 wine_fn_config_makefile dlls/inetcomm enable_inetcomm
19119 wine_fn_config_makefile dlls/inetcomm/tests enable_tests
19120 wine_fn_config_makefile dlls/inetcpl.cpl enable_inetcpl_cpl
19121 wine_fn_config_makefile dlls/inetmib1 enable_inetmib1
19122 wine_fn_config_makefile dlls/inetmib1/tests enable_tests
19123 wine_fn_config_makefile dlls/infosoft enable_infosoft
19124 wine_fn_config_makefile dlls/infosoft/tests enable_tests
19125 wine_fn_config_makefile dlls/initpki enable_initpki
19126 wine_fn_config_makefile dlls/inkobj enable_inkobj
19127 wine_fn_config_makefile dlls/inseng enable_inseng
19128 wine_fn_config_makefile dlls/iphlpapi enable_iphlpapi
19129 wine_fn_config_makefile dlls/iphlpapi/tests enable_tests
19130 wine_fn_config_makefile dlls/iprop enable_iprop
19131 wine_fn_config_makefile dlls/irprops.cpl enable_irprops_cpl
19132 wine_fn_config_makefile dlls/itircl enable_itircl
19133 wine_fn_config_makefile dlls/itss enable_itss
19134 wine_fn_config_makefile dlls/itss/tests enable_tests
19135 wine_fn_config_makefile dlls/joy.cpl enable_joy_cpl
19136 wine_fn_config_makefile dlls/jscript enable_jscript
19137 wine_fn_config_makefile dlls/jscript/tests enable_tests
19138 wine_fn_config_makefile dlls/jsproxy enable_jsproxy
19139 wine_fn_config_makefile dlls/jsproxy/tests enable_tests
19140 wine_fn_config_makefile dlls/kerberos enable_kerberos
19141 wine_fn_config_makefile dlls/kernel32 enable_kernel32
19142 wine_fn_config_makefile dlls/kernel32/tests enable_tests
19143 wine_fn_config_makefile dlls/kernelbase enable_kernelbase
19144 wine_fn_config_makefile dlls/kernelbase/tests enable_tests
19145 wine_fn_config_makefile dlls/keyboard.drv16 enable_win16
19146 wine_fn_config_makefile dlls/krnl386.exe16 enable_win16
19147 wine_fn_config_makefile dlls/ksecdd.sys enable_ksecdd_sys
19148 wine_fn_config_makefile dlls/ksproxy.ax enable_ksproxy_ax
19149 wine_fn_config_makefile dlls/ksuser enable_ksuser
19150 wine_fn_config_makefile dlls/ktmw32 enable_ktmw32
19151 wine_fn_config_makefile dlls/l3codeca.acm enable_l3codeca_acm
19152 wine_fn_config_makefile dlls/light.msstyles enable_light_msstyles
19153 wine_fn_config_makefile dlls/loadperf enable_loadperf
19154 wine_fn_config_makefile dlls/localspl enable_localspl
19155 wine_fn_config_makefile dlls/localspl/tests enable_tests
19156 wine_fn_config_makefile dlls/localui enable_localui
19157 wine_fn_config_makefile dlls/localui/tests enable_tests
19158 wine_fn_config_makefile dlls/lz32 enable_lz32
19159 wine_fn_config_makefile dlls/lz32/tests enable_tests
19160 wine_fn_config_makefile dlls/lzexpand.dll16 enable_win16
19161 wine_fn_config_makefile dlls/mapi32 enable_mapi32
19162 wine_fn_config_makefile dlls/mapi32/tests enable_tests
19163 wine_fn_config_makefile dlls/mapistub enable_mapistub
19164 wine_fn_config_makefile dlls/mciavi32 enable_mciavi32
19165 wine_fn_config_makefile dlls/mcicda enable_mcicda
19166 wine_fn_config_makefile dlls/mciqtz32 enable_mciqtz32
19167 wine_fn_config_makefile dlls/mciseq enable_mciseq
19168 wine_fn_config_makefile dlls/mciwave enable_mciwave
19169 wine_fn_config_makefile dlls/mf enable_mf
19170 wine_fn_config_makefile dlls/mf/tests enable_tests
19171 wine_fn_config_makefile dlls/mf3216 enable_mf3216
19172 wine_fn_config_makefile dlls/mferror enable_mferror
19173 wine_fn_config_makefile dlls/mfmediaengine enable_mfmediaengine
19174 wine_fn_config_makefile dlls/mfmediaengine/tests enable_tests
19175 wine_fn_config_makefile dlls/mfplat enable_mfplat
19176 wine_fn_config_makefile dlls/mfplat/tests enable_tests
19177 wine_fn_config_makefile dlls/mfplay enable_mfplay
19178 wine_fn_config_makefile dlls/mfplay/tests enable_tests
19179 wine_fn_config_makefile dlls/mfreadwrite enable_mfreadwrite
19180 wine_fn_config_makefile dlls/mfreadwrite/tests enable_tests
19181 wine_fn_config_makefile dlls/mgmtapi enable_mgmtapi
19182 wine_fn_config_makefile dlls/midimap enable_midimap
19183 wine_fn_config_makefile dlls/mlang enable_mlang
19184 wine_fn_config_makefile dlls/mlang/tests enable_tests
19185 wine_fn_config_makefile dlls/mmcndmgr enable_mmcndmgr
19186 wine_fn_config_makefile dlls/mmcndmgr/tests enable_tests
19187 wine_fn_config_makefile dlls/mmdevapi enable_mmdevapi
19188 wine_fn_config_makefile dlls/mmdevapi/tests enable_tests
19189 wine_fn_config_makefile dlls/mmdevldr.vxd enable_win16
19190 wine_fn_config_makefile dlls/mmsystem.dll16 enable_win16
19191 wine_fn_config_makefile dlls/monodebg.vxd enable_win16
19192 wine_fn_config_makefile dlls/mountmgr.sys enable_mountmgr_sys
19193 wine_fn_config_makefile dlls/mouse.drv16 enable_win16
19194 wine_fn_config_makefile dlls/mp3dmod enable_mp3dmod
19195 wine_fn_config_makefile dlls/mp3dmod/tests enable_tests
19196 wine_fn_config_makefile dlls/mpr enable_mpr
19197 wine_fn_config_makefile dlls/mpr/tests enable_tests
19198 wine_fn_config_makefile dlls/mprapi enable_mprapi
19199 wine_fn_config_makefile dlls/msacm.dll16 enable_win16
19200 wine_fn_config_makefile dlls/msacm32.drv enable_msacm32_drv
19201 wine_fn_config_makefile dlls/msacm32 enable_msacm32
19202 wine_fn_config_makefile dlls/msacm32/tests enable_tests
19203 wine_fn_config_makefile dlls/msado15 enable_msado15
19204 wine_fn_config_makefile dlls/msado15/tests enable_tests
19205 wine_fn_config_makefile dlls/msadp32.acm enable_msadp32_acm
19206 wine_fn_config_makefile dlls/msasn1 enable_msasn1
19207 wine_fn_config_makefile dlls/msasn1/tests enable_tests
19208 wine_fn_config_makefile dlls/mscat32 enable_mscat32
19209 wine_fn_config_makefile dlls/mscms enable_mscms
19210 wine_fn_config_makefile dlls/mscms/tests enable_tests
19211 wine_fn_config_makefile dlls/mscoree enable_mscoree
19212 wine_fn_config_makefile dlls/mscoree/tests enable_tests
19213 wine_fn_config_makefile dlls/mscorwks enable_mscorwks
19214 wine_fn_config_makefile dlls/msctf enable_msctf
19215 wine_fn_config_makefile dlls/msctf/tests enable_tests
19216 wine_fn_config_makefile dlls/msctfp enable_msctfp
19217 wine_fn_config_makefile dlls/msdaps enable_msdaps
19218 wine_fn_config_makefile dlls/msdasql enable_msdasql
19219 wine_fn_config_makefile dlls/msdasql/tests enable_tests
19220 wine_fn_config_makefile dlls/msdelta enable_msdelta
19221 wine_fn_config_makefile dlls/msdmo enable_msdmo
19222 wine_fn_config_makefile dlls/msdmo/tests enable_tests
19223 wine_fn_config_makefile dlls/msdrm enable_msdrm
19224 wine_fn_config_makefile dlls/msftedit enable_msftedit
19225 wine_fn_config_makefile dlls/msftedit/tests enable_tests
19226 wine_fn_config_makefile dlls/msg711.acm enable_msg711_acm
19227 wine_fn_config_makefile dlls/msgsm32.acm enable_msgsm32_acm
19228 wine_fn_config_makefile dlls/mshtml.tlb enable_mshtml_tlb
19229 wine_fn_config_makefile dlls/mshtml enable_mshtml
19230 wine_fn_config_makefile dlls/mshtml/tests enable_tests
19231 wine_fn_config_makefile dlls/msi enable_msi
19232 wine_fn_config_makefile dlls/msi/tests enable_tests
19233 wine_fn_config_makefile dlls/msident enable_msident
19234 wine_fn_config_makefile dlls/msimg32 enable_msimg32
19235 wine_fn_config_makefile dlls/msimsg enable_msimsg
19236 wine_fn_config_makefile dlls/msimtf enable_msimtf
19237 wine_fn_config_makefile dlls/msisip enable_msisip
19238 wine_fn_config_makefile dlls/msisys.ocx enable_msisys_ocx
19239 wine_fn_config_makefile dlls/msls31 enable_msls31
19240 wine_fn_config_makefile dlls/msnet32 enable_msnet32
19241 wine_fn_config_makefile dlls/mspatcha enable_mspatcha
19242 wine_fn_config_makefile dlls/mspatcha/tests enable_tests
19243 wine_fn_config_makefile dlls/msports enable_msports
19244 wine_fn_config_makefile dlls/msrle32 enable_msrle32
19245 wine_fn_config_makefile dlls/msrle32/tests enable_tests
19246 wine_fn_config_makefile dlls/msscript.ocx enable_msscript_ocx
19247 wine_fn_config_makefile dlls/msscript.ocx/tests enable_tests
19248 wine_fn_config_makefile dlls/mssign32 enable_mssign32
19249 wine_fn_config_makefile dlls/mssip32 enable_mssip32
19250 wine_fn_config_makefile dlls/mstask enable_mstask
19251 wine_fn_config_makefile dlls/mstask/tests enable_tests
19252 wine_fn_config_makefile dlls/msv1_0 enable_msv1_0
19253 wine_fn_config_makefile dlls/msvcirt enable_msvcirt
19254 wine_fn_config_makefile dlls/msvcirt/tests enable_tests
19255 wine_fn_config_makefile dlls/msvcm80 enable_msvcm80
19256 wine_fn_config_makefile dlls/msvcm90 enable_msvcm90
19257 wine_fn_config_makefile dlls/msvcp100 enable_msvcp100
19258 wine_fn_config_makefile dlls/msvcp100/tests enable_tests
19259 wine_fn_config_makefile dlls/msvcp110 enable_msvcp110
19260 wine_fn_config_makefile dlls/msvcp110/tests enable_tests
19261 wine_fn_config_makefile dlls/msvcp120 enable_msvcp120
19262 wine_fn_config_makefile dlls/msvcp120/tests enable_tests
19263 wine_fn_config_makefile dlls/msvcp120_app enable_msvcp120_app
19264 wine_fn_config_makefile dlls/msvcp140 enable_msvcp140
19265 wine_fn_config_makefile dlls/msvcp140/tests enable_tests
19266 wine_fn_config_makefile dlls/msvcp140_1 enable_msvcp140_1
19267 wine_fn_config_makefile dlls/msvcp140_1/tests enable_tests
19268 wine_fn_config_makefile dlls/msvcp60 enable_msvcp60
19269 wine_fn_config_makefile dlls/msvcp60/tests enable_tests
19270 wine_fn_config_makefile dlls/msvcp70 enable_msvcp70
19271 wine_fn_config_makefile dlls/msvcp71 enable_msvcp71
19272 wine_fn_config_makefile dlls/msvcp80 enable_msvcp80
19273 wine_fn_config_makefile dlls/msvcp90 enable_msvcp90
19274 wine_fn_config_makefile dlls/msvcp90/tests enable_tests
19275 wine_fn_config_makefile dlls/msvcr100 enable_msvcr100
19276 wine_fn_config_makefile dlls/msvcr100/tests enable_tests
19277 wine_fn_config_makefile dlls/msvcr110 enable_msvcr110
19278 wine_fn_config_makefile dlls/msvcr110/tests enable_tests
19279 wine_fn_config_makefile dlls/msvcr120 enable_msvcr120
19280 wine_fn_config_makefile dlls/msvcr120/tests enable_tests
19281 wine_fn_config_makefile dlls/msvcr120_app enable_msvcr120_app
19282 wine_fn_config_makefile dlls/msvcr70 enable_msvcr70
19283 wine_fn_config_makefile dlls/msvcr71 enable_msvcr71
19284 wine_fn_config_makefile dlls/msvcr80 enable_msvcr80
19285 wine_fn_config_makefile dlls/msvcr90 enable_msvcr90
19286 wine_fn_config_makefile dlls/msvcr90/tests enable_tests
19287 wine_fn_config_makefile dlls/msvcrt enable_msvcrt
19288 wine_fn_config_makefile dlls/msvcrt/tests enable_tests
19289 wine_fn_config_makefile dlls/msvcrt20 enable_msvcrt20
19290 wine_fn_config_makefile dlls/msvcrt40 enable_msvcrt40
19291 wine_fn_config_makefile dlls/msvcrtd enable_msvcrtd
19292 wine_fn_config_makefile dlls/msvcrtd/tests enable_tests
19293 wine_fn_config_makefile dlls/msvfw32 enable_msvfw32
19294 wine_fn_config_makefile dlls/msvfw32/tests enable_tests
19295 wine_fn_config_makefile dlls/msvidc32 enable_msvidc32
19296 wine_fn_config_makefile dlls/msvideo.dll16 enable_win16
19297 wine_fn_config_makefile dlls/mswsock enable_mswsock
19298 wine_fn_config_makefile dlls/msxml enable_msxml
19299 wine_fn_config_makefile dlls/msxml2 enable_msxml2
19300 wine_fn_config_makefile dlls/msxml3 enable_msxml3
19301 wine_fn_config_makefile dlls/msxml3/tests enable_tests
19302 wine_fn_config_makefile dlls/msxml4 enable_msxml4
19303 wine_fn_config_makefile dlls/msxml6 enable_msxml6
19304 wine_fn_config_makefile dlls/mtxdm enable_mtxdm
19305 wine_fn_config_makefile dlls/ncrypt enable_ncrypt
19306 wine_fn_config_makefile dlls/nddeapi enable_nddeapi
19307 wine_fn_config_makefile dlls/ndis.sys enable_ndis_sys
19308 wine_fn_config_makefile dlls/ndis.sys/tests enable_tests
19309 wine_fn_config_makefile dlls/netapi32 enable_netapi32
19310 wine_fn_config_makefile dlls/netapi32/tests enable_tests
19311 wine_fn_config_makefile dlls/netcfgx enable_netcfgx
19312 wine_fn_config_makefile dlls/netcfgx/tests enable_tests
19313 wine_fn_config_makefile dlls/netio.sys enable_netio_sys
19314 wine_fn_config_makefile dlls/netprofm enable_netprofm
19315 wine_fn_config_makefile dlls/netprofm/tests enable_tests
19316 wine_fn_config_makefile dlls/netutils enable_netutils
19317 wine_fn_config_makefile dlls/newdev enable_newdev
19318 wine_fn_config_makefile dlls/ninput enable_ninput
19319 wine_fn_config_makefile dlls/ninput/tests enable_tests
19320 wine_fn_config_makefile dlls/normaliz enable_normaliz
19321 wine_fn_config_makefile dlls/npmshtml enable_npmshtml
19322 wine_fn_config_makefile dlls/npptools enable_npptools
19323 wine_fn_config_makefile dlls/nsi enable_nsi
19324 wine_fn_config_makefile dlls/nsi/tests enable_tests
19325 wine_fn_config_makefile dlls/nsiproxy.sys enable_nsiproxy_sys
19326 wine_fn_config_makefile dlls/ntdll enable_ntdll
19327 wine_fn_config_makefile dlls/ntdll/tests enable_tests
19328 wine_fn_config_makefile dlls/ntdsapi enable_ntdsapi
19329 wine_fn_config_makefile dlls/ntdsapi/tests enable_tests
19330 wine_fn_config_makefile dlls/ntoskrnl.exe enable_ntoskrnl_exe
19331 wine_fn_config_makefile dlls/ntoskrnl.exe/tests enable_tests
19332 wine_fn_config_makefile dlls/ntprint enable_ntprint
19333 wine_fn_config_makefile dlls/ntprint/tests enable_tests
19334 wine_fn_config_makefile dlls/objsel enable_objsel
19335 wine_fn_config_makefile dlls/odbc32 enable_odbc32
19336 wine_fn_config_makefile dlls/odbcbcp enable_odbcbcp
19337 wine_fn_config_makefile dlls/odbccp32 enable_odbccp32
19338 wine_fn_config_makefile dlls/odbccp32/tests enable_tests
19339 wine_fn_config_makefile dlls/odbccu32 enable_odbccu32
19340 wine_fn_config_makefile dlls/ole2.dll16 enable_win16
19341 wine_fn_config_makefile dlls/ole2conv.dll16 enable_win16
19342 wine_fn_config_makefile dlls/ole2disp.dll16 enable_win16
19343 wine_fn_config_makefile dlls/ole2nls.dll16 enable_win16
19344 wine_fn_config_makefile dlls/ole2prox.dll16 enable_win16
19345 wine_fn_config_makefile dlls/ole2thk.dll16 enable_win16
19346 wine_fn_config_makefile dlls/ole32 enable_ole32
19347 wine_fn_config_makefile dlls/ole32/tests enable_tests
19348 wine_fn_config_makefile dlls/oleacc enable_oleacc
19349 wine_fn_config_makefile dlls/oleacc/tests enable_tests
19350 wine_fn_config_makefile dlls/oleaut32 enable_oleaut32
19351 wine_fn_config_makefile dlls/oleaut32/tests enable_tests
19352 wine_fn_config_makefile dlls/olecli.dll16 enable_win16
19353 wine_fn_config_makefile dlls/olecli32 enable_olecli32
19354 wine_fn_config_makefile dlls/oledb32 enable_oledb32
19355 wine_fn_config_makefile dlls/oledb32/tests enable_tests
19356 wine_fn_config_makefile dlls/oledlg enable_oledlg
19357 wine_fn_config_makefile dlls/oledlg/tests enable_tests
19358 wine_fn_config_makefile dlls/olepro32 enable_olepro32
19359 wine_fn_config_makefile dlls/olesvr.dll16 enable_win16
19360 wine_fn_config_makefile dlls/olesvr32 enable_olesvr32
19361 wine_fn_config_makefile dlls/olethk32 enable_olethk32
19362 wine_fn_config_makefile dlls/opcservices enable_opcservices
19363 wine_fn_config_makefile dlls/opcservices/tests enable_tests
19364 wine_fn_config_makefile dlls/openal32 enable_openal32
19365 wine_fn_config_makefile dlls/opencl enable_opencl
19366 wine_fn_config_makefile dlls/opengl32 enable_opengl32
19367 wine_fn_config_makefile dlls/opengl32/tests enable_tests
19368 wine_fn_config_makefile dlls/packager enable_packager
19369 wine_fn_config_makefile dlls/packager/tests enable_tests
19370 wine_fn_config_makefile dlls/pdh enable_pdh
19371 wine_fn_config_makefile dlls/pdh/tests enable_tests
19372 wine_fn_config_makefile dlls/photometadatahandler enable_photometadatahandler
19373 wine_fn_config_makefile dlls/pidgen enable_pidgen
19374 wine_fn_config_makefile dlls/powrprof enable_powrprof
19375 wine_fn_config_makefile dlls/printui enable_printui
19376 wine_fn_config_makefile dlls/prntvpt enable_prntvpt
19377 wine_fn_config_makefile dlls/prntvpt/tests enable_tests
19378 wine_fn_config_makefile dlls/propsys enable_propsys
19379 wine_fn_config_makefile dlls/propsys/tests enable_tests
19380 wine_fn_config_makefile dlls/psapi enable_psapi
19381 wine_fn_config_makefile dlls/psapi/tests enable_tests
19382 wine_fn_config_makefile dlls/pstorec enable_pstorec
19383 wine_fn_config_makefile dlls/pstorec/tests enable_tests
19384 wine_fn_config_makefile dlls/pwrshplugin enable_pwrshplugin
19385 wine_fn_config_makefile dlls/qasf enable_qasf
19386 wine_fn_config_makefile dlls/qasf/tests enable_tests
19387 wine_fn_config_makefile dlls/qcap enable_qcap
19388 wine_fn_config_makefile dlls/qcap/tests enable_tests
19389 wine_fn_config_makefile dlls/qdvd enable_qdvd
19390 wine_fn_config_makefile dlls/qdvd/tests enable_tests
19391 wine_fn_config_makefile dlls/qedit enable_qedit
19392 wine_fn_config_makefile dlls/qedit/tests enable_tests
19393 wine_fn_config_makefile dlls/qmgr enable_qmgr
19394 wine_fn_config_makefile dlls/qmgr/tests enable_tests
19395 wine_fn_config_makefile dlls/qmgrprxy enable_qmgrprxy
19396 wine_fn_config_makefile dlls/quartz enable_quartz
19397 wine_fn_config_makefile dlls/quartz/tests enable_tests
19398 wine_fn_config_makefile dlls/query enable_query
19399 wine_fn_config_makefile dlls/qwave enable_qwave
19400 wine_fn_config_makefile dlls/qwave/tests enable_tests
19401 wine_fn_config_makefile dlls/rasapi16.dll16 enable_win16
19402 wine_fn_config_makefile dlls/rasapi32 enable_rasapi32
19403 wine_fn_config_makefile dlls/rasapi32/tests enable_tests
19404 wine_fn_config_makefile dlls/rasdlg enable_rasdlg
19405 wine_fn_config_makefile dlls/regapi enable_regapi
19406 wine_fn_config_makefile dlls/resutils enable_resutils
19407 wine_fn_config_makefile dlls/riched20 enable_riched20
19408 wine_fn_config_makefile dlls/riched20/tests enable_tests
19409 wine_fn_config_makefile dlls/riched32 enable_riched32
19410 wine_fn_config_makefile dlls/riched32/tests enable_tests
19411 wine_fn_config_makefile dlls/rpcrt4 enable_rpcrt4
19412 wine_fn_config_makefile dlls/rpcrt4/tests enable_tests
19413 wine_fn_config_makefile dlls/rsabase enable_rsabase
19414 wine_fn_config_makefile dlls/rsaenh enable_rsaenh
19415 wine_fn_config_makefile dlls/rsaenh/tests enable_tests
19416 wine_fn_config_makefile dlls/rstrtmgr enable_rstrtmgr
19417 wine_fn_config_makefile dlls/rtutils enable_rtutils
19418 wine_fn_config_makefile dlls/rtworkq enable_rtworkq
19419 wine_fn_config_makefile dlls/rtworkq/tests enable_tests
19420 wine_fn_config_makefile dlls/samlib enable_samlib
19421 wine_fn_config_makefile dlls/sane.ds enable_sane_ds
19422 wine_fn_config_makefile dlls/sapi enable_sapi
19423 wine_fn_config_makefile dlls/sapi/tests enable_tests
19424 wine_fn_config_makefile dlls/sas enable_sas
19425 wine_fn_config_makefile dlls/scarddlg enable_scarddlg
19426 wine_fn_config_makefile dlls/sccbase enable_sccbase
19427 wine_fn_config_makefile dlls/schannel enable_schannel
19428 wine_fn_config_makefile dlls/schannel/tests enable_tests
19429 wine_fn_config_makefile dlls/schedsvc enable_schedsvc
19430 wine_fn_config_makefile dlls/schedsvc/tests enable_tests
19431 wine_fn_config_makefile dlls/scrobj enable_scrobj
19432 wine_fn_config_makefile dlls/scrobj/tests enable_tests
19433 wine_fn_config_makefile dlls/scrrun enable_scrrun
19434 wine_fn_config_makefile dlls/scrrun/tests enable_tests
19435 wine_fn_config_makefile dlls/scsiport.sys enable_scsiport_sys
19436 wine_fn_config_makefile dlls/sechost enable_sechost
19437 wine_fn_config_makefile dlls/secur32 enable_secur32
19438 wine_fn_config_makefile dlls/secur32/tests enable_tests
19439 wine_fn_config_makefile dlls/security enable_security
19440 wine_fn_config_makefile dlls/sensapi enable_sensapi
19441 wine_fn_config_makefile dlls/serialui enable_serialui
19442 wine_fn_config_makefile dlls/serialui/tests enable_tests
19443 wine_fn_config_makefile dlls/setupapi enable_setupapi
19444 wine_fn_config_makefile dlls/setupapi/tests enable_tests
19445 wine_fn_config_makefile dlls/setupx.dll16 enable_win16
19446 wine_fn_config_makefile dlls/sfc enable_sfc
19447 wine_fn_config_makefile dlls/sfc_os enable_sfc_os
19448 wine_fn_config_makefile dlls/shcore enable_shcore
19449 wine_fn_config_makefile dlls/shcore/tests enable_tests
19450 wine_fn_config_makefile dlls/shdoclc enable_shdoclc
19451 wine_fn_config_makefile dlls/shdocvw enable_shdocvw
19452 wine_fn_config_makefile dlls/shdocvw/tests enable_tests
19453 wine_fn_config_makefile dlls/shell.dll16 enable_win16
19454 wine_fn_config_makefile dlls/shell32 enable_shell32
19455 wine_fn_config_makefile dlls/shell32/tests enable_tests
19456 wine_fn_config_makefile dlls/shfolder enable_shfolder
19457 wine_fn_config_makefile dlls/shlwapi enable_shlwapi
19458 wine_fn_config_makefile dlls/shlwapi/tests enable_tests
19459 wine_fn_config_makefile dlls/slbcsp enable_slbcsp
19460 wine_fn_config_makefile dlls/slc enable_slc
19461 wine_fn_config_makefile dlls/slc/tests enable_tests
19462 wine_fn_config_makefile dlls/snmpapi enable_snmpapi
19463 wine_fn_config_makefile dlls/snmpapi/tests enable_tests
19464 wine_fn_config_makefile dlls/softpub enable_softpub
19465 wine_fn_config_makefile dlls/sound.drv16 enable_win16
19466 wine_fn_config_makefile dlls/spoolss enable_spoolss
19467 wine_fn_config_makefile dlls/spoolss/tests enable_tests
19468 wine_fn_config_makefile dlls/sppc enable_sppc
19469 wine_fn_config_makefile dlls/srclient enable_srclient
19470 wine_fn_config_makefile dlls/srvcli enable_srvcli
19471 wine_fn_config_makefile dlls/sspicli enable_sspicli
19472 wine_fn_config_makefile dlls/stdole2.tlb enable_stdole2_tlb
19473 wine_fn_config_makefile dlls/stdole32.tlb enable_stdole32_tlb
19474 wine_fn_config_makefile dlls/sti enable_sti
19475 wine_fn_config_makefile dlls/sti/tests enable_tests
19476 wine_fn_config_makefile dlls/storage.dll16 enable_win16
19477 wine_fn_config_makefile dlls/stress.dll16 enable_win16
19478 wine_fn_config_makefile dlls/strmbase enable_strmbase
19479 wine_fn_config_makefile dlls/strmdll enable_strmdll
19480 wine_fn_config_makefile dlls/svrapi enable_svrapi
19481 wine_fn_config_makefile dlls/sxs enable_sxs
19482 wine_fn_config_makefile dlls/sxs/tests enable_tests
19483 wine_fn_config_makefile dlls/system.drv16 enable_win16
19484 wine_fn_config_makefile dlls/t2embed enable_t2embed
19485 wine_fn_config_makefile dlls/t2embed/tests enable_tests
19486 wine_fn_config_makefile dlls/tapi32 enable_tapi32
19487 wine_fn_config_makefile dlls/tapi32/tests enable_tests
19488 wine_fn_config_makefile dlls/taskschd enable_taskschd
19489 wine_fn_config_makefile dlls/taskschd/tests enable_tests
19490 wine_fn_config_makefile dlls/tbs enable_tbs
19491 wine_fn_config_makefile dlls/tdh enable_tdh
19492 wine_fn_config_makefile dlls/tdi.sys enable_tdi_sys
19493 wine_fn_config_makefile dlls/toolhelp.dll16 enable_win16
19494 wine_fn_config_makefile dlls/traffic enable_traffic
19495 wine_fn_config_makefile dlls/twain.dll16 enable_win16
19496 wine_fn_config_makefile dlls/twain_32 enable_twain_32
19497 wine_fn_config_makefile dlls/twain_32/tests enable_tests
19498 wine_fn_config_makefile dlls/typelib.dll16 enable_win16
19499 wine_fn_config_makefile dlls/tzres enable_tzres
19500 wine_fn_config_makefile dlls/ucrtbase enable_ucrtbase
19501 wine_fn_config_makefile dlls/ucrtbase/tests enable_tests
19502 wine_fn_config_makefile dlls/uianimation enable_uianimation
19503 wine_fn_config_makefile dlls/uianimation/tests enable_tests
19504 wine_fn_config_makefile dlls/uiautomationcore enable_uiautomationcore
19505 wine_fn_config_makefile dlls/uiautomationcore/tests enable_tests
19506 wine_fn_config_makefile dlls/uiribbon enable_uiribbon
19507 wine_fn_config_makefile dlls/unicows enable_unicows
19508 wine_fn_config_makefile dlls/updspapi enable_updspapi
19509 wine_fn_config_makefile dlls/url enable_url
19510 wine_fn_config_makefile dlls/urlmon enable_urlmon
19511 wine_fn_config_makefile dlls/urlmon/tests enable_tests
19512 wine_fn_config_makefile dlls/usbd.sys enable_usbd_sys
19513 wine_fn_config_makefile dlls/user.exe16 enable_win16
19514 wine_fn_config_makefile dlls/user32 enable_user32
19515 wine_fn_config_makefile dlls/user32/tests enable_tests
19516 wine_fn_config_makefile dlls/userenv enable_userenv
19517 wine_fn_config_makefile dlls/userenv/tests enable_tests
19518 wine_fn_config_makefile dlls/usp10 enable_usp10
19519 wine_fn_config_makefile dlls/usp10/tests enable_tests
19520 wine_fn_config_makefile dlls/utildll enable_utildll
19521 wine_fn_config_makefile dlls/uxtheme enable_uxtheme
19522 wine_fn_config_makefile dlls/uxtheme/tests enable_tests
19523 wine_fn_config_makefile dlls/vbscript enable_vbscript
19524 wine_fn_config_makefile dlls/vbscript/tests enable_tests
19525 wine_fn_config_makefile dlls/vcomp enable_vcomp
19526 wine_fn_config_makefile dlls/vcomp/tests enable_tests
19527 wine_fn_config_makefile dlls/vcomp100 enable_vcomp100
19528 wine_fn_config_makefile dlls/vcomp110 enable_vcomp110
19529 wine_fn_config_makefile dlls/vcomp110/tests enable_tests
19530 wine_fn_config_makefile dlls/vcomp120 enable_vcomp120
19531 wine_fn_config_makefile dlls/vcomp140 enable_vcomp140
19532 wine_fn_config_makefile dlls/vcomp90 enable_vcomp90
19533 wine_fn_config_makefile dlls/vcruntime140 enable_vcruntime140
19534 wine_fn_config_makefile dlls/vcruntime140_1 enable_vcruntime140_1
19535 wine_fn_config_makefile dlls/vdhcp.vxd enable_win16
19536 wine_fn_config_makefile dlls/vdmdbg enable_vdmdbg
19537 wine_fn_config_makefile dlls/ver.dll16 enable_win16
19538 wine_fn_config_makefile dlls/version enable_version
19539 wine_fn_config_makefile dlls/version/tests enable_tests
19540 wine_fn_config_makefile dlls/vga enable_vga
19541 wine_fn_config_makefile dlls/virtdisk enable_virtdisk
19542 wine_fn_config_makefile dlls/virtdisk/tests enable_tests
19543 wine_fn_config_makefile dlls/vmm.vxd enable_win16
19544 wine_fn_config_makefile dlls/vnbt.vxd enable_win16
19545 wine_fn_config_makefile dlls/vnetbios.vxd enable_win16
19546 wine_fn_config_makefile dlls/vssapi enable_vssapi
19547 wine_fn_config_makefile dlls/vtdapi.vxd enable_win16
19548 wine_fn_config_makefile dlls/vulkan-1 enable_vulkan_1
19549 wine_fn_config_makefile dlls/vulkan-1/tests enable_tests
19550 wine_fn_config_makefile dlls/vwin32.vxd enable_win16
19551 wine_fn_config_makefile dlls/w32skrnl enable_win16
19552 wine_fn_config_makefile dlls/w32sys.dll16 enable_win16
19553 wine_fn_config_makefile dlls/wbemdisp enable_wbemdisp
19554 wine_fn_config_makefile dlls/wbemdisp/tests enable_tests
19555 wine_fn_config_makefile dlls/wbemprox enable_wbemprox
19556 wine_fn_config_makefile dlls/wbemprox/tests enable_tests
19557 wine_fn_config_makefile dlls/wdscore enable_wdscore
19558 wine_fn_config_makefile dlls/webservices enable_webservices
19559 wine_fn_config_makefile dlls/webservices/tests enable_tests
19560 wine_fn_config_makefile dlls/websocket enable_websocket
19561 wine_fn_config_makefile dlls/wer enable_wer
19562 wine_fn_config_makefile dlls/wer/tests enable_tests
19563 wine_fn_config_makefile dlls/wevtapi enable_wevtapi
19564 wine_fn_config_makefile dlls/wevtapi/tests enable_tests
19565 wine_fn_config_makefile dlls/wevtsvc enable_wevtsvc
19566 wine_fn_config_makefile dlls/wiaservc enable_wiaservc
19567 wine_fn_config_makefile dlls/wiaservc/tests enable_tests
19568 wine_fn_config_makefile dlls/wimgapi enable_wimgapi
19569 wine_fn_config_makefile dlls/win32s16.dll16 enable_win16
19570 wine_fn_config_makefile dlls/win32u enable_win32u
19571 wine_fn_config_makefile dlls/win32u/tests enable_tests
19572 wine_fn_config_makefile dlls/win87em.dll16 enable_win16
19573 wine_fn_config_makefile dlls/winaspi.dll16 enable_win16
19574 wine_fn_config_makefile dlls/windebug.dll16 enable_win16
19575 wine_fn_config_makefile dlls/windows.devices.enumeration enable_windows_devices_enumeration
19576 wine_fn_config_makefile dlls/windows.gaming.input enable_windows_gaming_input
19577 wine_fn_config_makefile dlls/windows.gaming.input/tests enable_tests
19578 wine_fn_config_makefile dlls/windows.globalization enable_windows_globalization
19579 wine_fn_config_makefile dlls/windows.globalization/tests enable_tests
19580 wine_fn_config_makefile dlls/windows.media.devices enable_windows_media_devices
19581 wine_fn_config_makefile dlls/windows.media.devices/tests enable_tests
19582 wine_fn_config_makefile dlls/windows.media.speech enable_windows_media_speech
19583 wine_fn_config_makefile dlls/windows.media.speech/tests enable_tests
19584 wine_fn_config_makefile dlls/windowscodecs enable_windowscodecs
19585 wine_fn_config_makefile dlls/windowscodecs/tests enable_tests
19586 wine_fn_config_makefile dlls/windowscodecsext enable_windowscodecsext
19587 wine_fn_config_makefile dlls/windowscodecsext/tests enable_tests
19588 wine_fn_config_makefile dlls/winealsa.drv enable_winealsa_drv
19589 wine_fn_config_makefile dlls/wineandroid.drv enable_wineandroid_drv
19590 wine_fn_config_makefile dlls/winebus.sys enable_winebus_sys
19591 wine_fn_config_makefile dlls/winecoreaudio.drv enable_winecoreaudio_drv
19592 wine_fn_config_makefile dlls/winecrt0 enable_winecrt0
19593 wine_fn_config_makefile dlls/wined3d enable_wined3d
19594 wine_fn_config_makefile dlls/winegstreamer enable_winegstreamer
19595 wine_fn_config_makefile dlls/winehid.sys enable_winehid_sys
19596 wine_fn_config_makefile dlls/winejoystick.drv enable_winejoystick_drv
19597 wine_fn_config_makefile dlls/winemac.drv enable_winemac_drv
19598 wine_fn_config_makefile dlls/winemapi enable_winemapi
19599 wine_fn_config_makefile dlls/wineoss.drv enable_wineoss_drv
19600 wine_fn_config_makefile dlls/wineps.drv enable_wineps_drv
19601 wine_fn_config_makefile dlls/wineps16.drv16 enable_win16
19602 wine_fn_config_makefile dlls/winepulse.drv enable_winepulse_drv
19603 wine_fn_config_makefile dlls/wineqtdecoder enable_wineqtdecoder
19604 wine_fn_config_makefile dlls/wineusb.sys enable_wineusb_sys
19605 wine_fn_config_makefile dlls/winevulkan enable_winevulkan
19606 wine_fn_config_makefile dlls/winex11.drv enable_winex11_drv
19607 wine_fn_config_makefile dlls/winexinput.sys enable_winexinput_sys
19608 wine_fn_config_makefile dlls/wing.dll16 enable_win16
19609 wine_fn_config_makefile dlls/wing32 enable_wing32
19610 wine_fn_config_makefile dlls/winhttp enable_winhttp
19611 wine_fn_config_makefile dlls/winhttp/tests enable_tests
19612 wine_fn_config_makefile dlls/wininet enable_wininet
19613 wine_fn_config_makefile dlls/wininet/tests enable_tests
19614 wine_fn_config_makefile dlls/winmm enable_winmm
19615 wine_fn_config_makefile dlls/winmm/tests enable_tests
19616 wine_fn_config_makefile dlls/winnls.dll16 enable_win16
19617 wine_fn_config_makefile dlls/winnls32 enable_winnls32
19618 wine_fn_config_makefile dlls/winscard enable_winscard
19619 wine_fn_config_makefile dlls/winsock.dll16 enable_win16
19620 wine_fn_config_makefile dlls/winspool.drv enable_winspool_drv
19621 wine_fn_config_makefile dlls/winspool.drv/tests enable_tests
19622 wine_fn_config_makefile dlls/winsta enable_winsta
19623 wine_fn_config_makefile dlls/wintab.dll16 enable_win16
19624 wine_fn_config_makefile dlls/wintab32 enable_wintab32
19625 wine_fn_config_makefile dlls/wintab32/tests enable_tests
19626 wine_fn_config_makefile dlls/wintrust enable_wintrust
19627 wine_fn_config_makefile dlls/wintrust/tests enable_tests
19628 wine_fn_config_makefile dlls/winusb enable_winusb
19629 wine_fn_config_makefile dlls/wlanapi enable_wlanapi
19630 wine_fn_config_makefile dlls/wlanapi/tests enable_tests
19631 wine_fn_config_makefile dlls/wlanui enable_wlanui
19632 wine_fn_config_makefile dlls/wldap32 enable_wldap32
19633 wine_fn_config_makefile dlls/wldap32/tests enable_tests
19634 wine_fn_config_makefile dlls/wmasf enable_wmasf
19635 wine_fn_config_makefile dlls/wmi enable_wmi
19636 wine_fn_config_makefile dlls/wmiutils enable_wmiutils
19637 wine_fn_config_makefile dlls/wmiutils/tests enable_tests
19638 wine_fn_config_makefile dlls/wmp enable_wmp
19639 wine_fn_config_makefile dlls/wmp/tests enable_tests
19640 wine_fn_config_makefile dlls/wmphoto enable_wmphoto
19641 wine_fn_config_makefile dlls/wmvcore enable_wmvcore
19642 wine_fn_config_makefile dlls/wmvcore/tests enable_tests
19643 wine_fn_config_makefile dlls/wnaspi32 enable_wnaspi32
19644 wine_fn_config_makefile dlls/wow32 enable_win16
19645 wine_fn_config_makefile dlls/wow64 enable_wow64
19646 wine_fn_config_makefile dlls/wow64cpu enable_wow64cpu
19647 wine_fn_config_makefile dlls/wow64win enable_wow64win
19648 wine_fn_config_makefile dlls/wpc enable_wpc
19649 wine_fn_config_makefile dlls/wpc/tests enable_tests
19650 wine_fn_config_makefile dlls/wpcap enable_wpcap
19651 wine_fn_config_makefile dlls/ws2_32 enable_ws2_32
19652 wine_fn_config_makefile dlls/ws2_32/tests enable_tests
19653 wine_fn_config_makefile dlls/wsdapi enable_wsdapi
19654 wine_fn_config_makefile dlls/wsdapi/tests enable_tests
19655 wine_fn_config_makefile dlls/wshom.ocx enable_wshom_ocx
19656 wine_fn_config_makefile dlls/wshom.ocx/tests enable_tests
19657 wine_fn_config_makefile dlls/wsnmp32 enable_wsnmp32
19658 wine_fn_config_makefile dlls/wsnmp32/tests enable_tests
19659 wine_fn_config_makefile dlls/wsock32 enable_wsock32
19660 wine_fn_config_makefile dlls/wtsapi32 enable_wtsapi32
19661 wine_fn_config_makefile dlls/wtsapi32/tests enable_tests
19662 wine_fn_config_makefile dlls/wuapi enable_wuapi
19663 wine_fn_config_makefile dlls/wuaueng enable_wuaueng
19664 wine_fn_config_makefile dlls/x3daudio1_0 enable_x3daudio1_0
19665 wine_fn_config_makefile dlls/x3daudio1_1 enable_x3daudio1_1
19666 wine_fn_config_makefile dlls/x3daudio1_2 enable_x3daudio1_2
19667 wine_fn_config_makefile dlls/x3daudio1_3 enable_x3daudio1_3
19668 wine_fn_config_makefile dlls/x3daudio1_4 enable_x3daudio1_4
19669 wine_fn_config_makefile dlls/x3daudio1_5 enable_x3daudio1_5
19670 wine_fn_config_makefile dlls/x3daudio1_6 enable_x3daudio1_6
19671 wine_fn_config_makefile dlls/x3daudio1_7 enable_x3daudio1_7
19672 wine_fn_config_makefile dlls/xactengine2_0 enable_xactengine2_0
19673 wine_fn_config_makefile dlls/xactengine2_4 enable_xactengine2_4
19674 wine_fn_config_makefile dlls/xactengine2_7 enable_xactengine2_7
19675 wine_fn_config_makefile dlls/xactengine2_9 enable_xactengine2_9
19676 wine_fn_config_makefile dlls/xactengine3_0 enable_xactengine3_0
19677 wine_fn_config_makefile dlls/xactengine3_1 enable_xactengine3_1
19678 wine_fn_config_makefile dlls/xactengine3_2 enable_xactengine3_2
19679 wine_fn_config_makefile dlls/xactengine3_3 enable_xactengine3_3
19680 wine_fn_config_makefile dlls/xactengine3_4 enable_xactengine3_4
19681 wine_fn_config_makefile dlls/xactengine3_5 enable_xactengine3_5
19682 wine_fn_config_makefile dlls/xactengine3_6 enable_xactengine3_6
19683 wine_fn_config_makefile dlls/xactengine3_7 enable_xactengine3_7
19684 wine_fn_config_makefile dlls/xactengine3_7/tests enable_tests
19685 wine_fn_config_makefile dlls/xapofx1_1 enable_xapofx1_1
19686 wine_fn_config_makefile dlls/xapofx1_2 enable_xapofx1_2
19687 wine_fn_config_makefile dlls/xapofx1_3 enable_xapofx1_3
19688 wine_fn_config_makefile dlls/xapofx1_4 enable_xapofx1_4
19689 wine_fn_config_makefile dlls/xapofx1_5 enable_xapofx1_5
19690 wine_fn_config_makefile dlls/xaudio2_0 enable_xaudio2_0
19691 wine_fn_config_makefile dlls/xaudio2_1 enable_xaudio2_1
19692 wine_fn_config_makefile dlls/xaudio2_2 enable_xaudio2_2
19693 wine_fn_config_makefile dlls/xaudio2_3 enable_xaudio2_3
19694 wine_fn_config_makefile dlls/xaudio2_4 enable_xaudio2_4
19695 wine_fn_config_makefile dlls/xaudio2_5 enable_xaudio2_5
19696 wine_fn_config_makefile dlls/xaudio2_6 enable_xaudio2_6
19697 wine_fn_config_makefile dlls/xaudio2_7 enable_xaudio2_7
19698 wine_fn_config_makefile dlls/xaudio2_7/tests enable_tests
19699 wine_fn_config_makefile dlls/xaudio2_8 enable_xaudio2_8
19700 wine_fn_config_makefile dlls/xaudio2_9 enable_xaudio2_9
19701 wine_fn_config_makefile dlls/xinput1_1 enable_xinput1_1
19702 wine_fn_config_makefile dlls/xinput1_2 enable_xinput1_2
19703 wine_fn_config_makefile dlls/xinput1_3 enable_xinput1_3
19704 wine_fn_config_makefile dlls/xinput1_3/tests enable_tests
19705 wine_fn_config_makefile dlls/xinput1_4 enable_xinput1_4
19706 wine_fn_config_makefile dlls/xinput9_1_0 enable_xinput9_1_0
19707 wine_fn_config_makefile dlls/xmllite enable_xmllite
19708 wine_fn_config_makefile dlls/xmllite/tests enable_tests
19709 wine_fn_config_makefile dlls/xolehlp enable_xolehlp
19710 wine_fn_config_makefile dlls/xpsprint enable_xpsprint
19711 wine_fn_config_makefile dlls/xpssvcs enable_xpssvcs
19712 wine_fn_config_makefile fonts enable_fonts
19713 wine_fn_config_makefile include enable_include
19714 wine_fn_config_makefile libs/adsiid enable_adsiid
19715 wine_fn_config_makefile libs/dmoguids enable_dmoguids
19716 wine_fn_config_makefile libs/dxerr8 enable_dxerr8
19717 wine_fn_config_makefile libs/dxerr9 enable_dxerr9
19718 wine_fn_config_makefile libs/dxguid enable_dxguid
19719 wine_fn_config_makefile libs/faudio enable_faudio
19720 wine_fn_config_makefile libs/gsm enable_gsm
19721 wine_fn_config_makefile libs/jpeg enable_jpeg
19722 wine_fn_config_makefile libs/jxr enable_jxr
19723 wine_fn_config_makefile libs/lcms2 enable_lcms2
19724 wine_fn_config_makefile libs/mfuuid enable_mfuuid
19725 wine_fn_config_makefile libs/mpg123 enable_mpg123
19726 wine_fn_config_makefile libs/png enable_png
19727 wine_fn_config_makefile libs/strmiids enable_strmiids
19728 wine_fn_config_makefile libs/tiff enable_tiff
19729 wine_fn_config_makefile libs/uuid enable_uuid
19730 wine_fn_config_makefile libs/wbemuuid enable_wbemuuid
19731 wine_fn_config_makefile libs/wine enable_wine
19732 wine_fn_config_makefile libs/wmcodecdspuuid enable_wmcodecdspuuid
19733 wine_fn_config_makefile libs/xml2 enable_xml2
19734 wine_fn_config_makefile libs/xslt enable_xslt
19735 wine_fn_config_makefile libs/zlib enable_zlib
19736 wine_fn_config_makefile loader enable_loader
19737 wine_fn_config_makefile nls enable_nls
19738 wine_fn_config_makefile po enable_po
19739 wine_fn_config_makefile programs/arp enable_arp
19740 wine_fn_config_makefile programs/aspnet_regiis enable_aspnet_regiis
19741 wine_fn_config_makefile programs/attrib enable_attrib
19742 wine_fn_config_makefile programs/cabarc enable_cabarc
19743 wine_fn_config_makefile programs/cacls enable_cacls
19744 wine_fn_config_makefile programs/chcp.com enable_chcp_com
19745 wine_fn_config_makefile programs/clock enable_clock
19746 wine_fn_config_makefile programs/cmd enable_cmd
19747 wine_fn_config_makefile programs/cmd/tests enable_tests
19748 wine_fn_config_makefile programs/conhost enable_conhost
19749 wine_fn_config_makefile programs/conhost/tests enable_tests
19750 wine_fn_config_makefile programs/control enable_control
19751 wine_fn_config_makefile programs/cscript enable_cscript
19752 wine_fn_config_makefile programs/dism enable_dism
19753 wine_fn_config_makefile programs/dplaysvr enable_dplaysvr
19754 wine_fn_config_makefile programs/dpnsvr enable_dpnsvr
19755 wine_fn_config_makefile programs/dpvsetup enable_dpvsetup
19756 wine_fn_config_makefile programs/dxdiag enable_dxdiag
19757 wine_fn_config_makefile programs/eject enable_eject
19758 wine_fn_config_makefile programs/expand enable_expand
19759 wine_fn_config_makefile programs/explorer enable_explorer
19760 wine_fn_config_makefile programs/extrac32 enable_extrac32
19761 wine_fn_config_makefile programs/fc enable_fc
19762 wine_fn_config_makefile programs/find enable_find
19763 wine_fn_config_makefile programs/find/tests enable_tests
19764 wine_fn_config_makefile programs/findstr enable_findstr
19765 wine_fn_config_makefile programs/fsutil enable_fsutil
19766 wine_fn_config_makefile programs/fsutil/tests enable_tests
19767 wine_fn_config_makefile programs/hh enable_hh
19768 wine_fn_config_makefile programs/hostname enable_hostname
19769 wine_fn_config_makefile programs/icacls enable_icacls
19770 wine_fn_config_makefile programs/icinfo enable_icinfo
19771 wine_fn_config_makefile programs/iexplore enable_iexplore
19772 wine_fn_config_makefile programs/ipconfig enable_ipconfig
19773 wine_fn_config_makefile programs/lodctr enable_lodctr
19774 wine_fn_config_makefile programs/mofcomp enable_mofcomp
19775 wine_fn_config_makefile programs/mshta enable_mshta
19776 wine_fn_config_makefile programs/msidb enable_msidb
19777 wine_fn_config_makefile programs/msiexec enable_msiexec
19778 wine_fn_config_makefile programs/msinfo32 enable_msinfo32
19779 wine_fn_config_makefile programs/net enable_net
19780 wine_fn_config_makefile programs/netsh enable_netsh
19781 wine_fn_config_makefile programs/netstat enable_netstat
19782 wine_fn_config_makefile programs/ngen enable_ngen
19783 wine_fn_config_makefile programs/notepad enable_notepad
19784 wine_fn_config_makefile programs/oleview enable_oleview
19785 wine_fn_config_makefile programs/ping enable_ping
19786 wine_fn_config_makefile programs/plugplay enable_plugplay
19787 wine_fn_config_makefile programs/powershell enable_powershell
19788 wine_fn_config_makefile programs/presentationfontcache enable_presentationfontcache
19789 wine_fn_config_makefile programs/progman enable_progman
19790 wine_fn_config_makefile programs/reg enable_reg
19791 wine_fn_config_makefile programs/reg/tests enable_tests
19792 wine_fn_config_makefile programs/regasm enable_regasm
19793 wine_fn_config_makefile programs/regedit enable_regedit
19794 wine_fn_config_makefile programs/regedit/tests enable_tests
19795 wine_fn_config_makefile programs/regini enable_regini
19796 wine_fn_config_makefile programs/regsvcs enable_regsvcs
19797 wine_fn_config_makefile programs/regsvr32 enable_regsvr32
19798 wine_fn_config_makefile programs/robocopy enable_robocopy
19799 wine_fn_config_makefile programs/rpcss enable_rpcss
19800 wine_fn_config_makefile programs/rundll.exe16 enable_win16
19801 wine_fn_config_makefile programs/rundll32 enable_rundll32
19802 wine_fn_config_makefile programs/sc enable_sc
19803 wine_fn_config_makefile programs/schtasks enable_schtasks
19804 wine_fn_config_makefile programs/schtasks/tests enable_tests
19805 wine_fn_config_makefile programs/sdbinst enable_sdbinst
19806 wine_fn_config_makefile programs/secedit enable_secedit
19807 wine_fn_config_makefile programs/servicemodelreg enable_servicemodelreg
19808 wine_fn_config_makefile programs/services enable_services
19809 wine_fn_config_makefile programs/services/tests enable_tests
19810 wine_fn_config_makefile programs/shutdown enable_shutdown
19811 wine_fn_config_makefile programs/spoolsv enable_spoolsv
19812 wine_fn_config_makefile programs/start enable_start
19813 wine_fn_config_makefile programs/subst enable_subst
19814 wine_fn_config_makefile programs/svchost enable_svchost
19815 wine_fn_config_makefile programs/systeminfo enable_systeminfo
19816 wine_fn_config_makefile programs/taskkill enable_taskkill
19817 wine_fn_config_makefile programs/tasklist enable_tasklist
19818 wine_fn_config_makefile programs/taskmgr enable_taskmgr
19819 wine_fn_config_makefile programs/termsv enable_termsv
19820 wine_fn_config_makefile programs/uninstaller enable_uninstaller
19821 wine_fn_config_makefile programs/unlodctr enable_unlodctr
19822 wine_fn_config_makefile programs/view enable_view
19823 wine_fn_config_makefile programs/wevtutil enable_wevtutil
19824 wine_fn_config_makefile programs/where enable_where
19825 wine_fn_config_makefile programs/whoami enable_whoami
19826 wine_fn_config_makefile programs/wineboot enable_wineboot
19827 wine_fn_config_makefile programs/winebrowser enable_winebrowser
19828 wine_fn_config_makefile programs/winecfg enable_winecfg
19829 wine_fn_config_makefile programs/wineconsole enable_wineconsole
19830 wine_fn_config_makefile programs/winedbg enable_winedbg
19831 wine_fn_config_makefile programs/winedevice enable_winedevice
19832 wine_fn_config_makefile programs/winefile enable_winefile
19833 wine_fn_config_makefile programs/winemenubuilder enable_winemenubuilder
19834 wine_fn_config_makefile programs/winemine enable_winemine
19835 wine_fn_config_makefile programs/winemsibuilder enable_winemsibuilder
19836 wine_fn_config_makefile programs/winepath enable_winepath
19837 wine_fn_config_makefile programs/winetest enable_winetest
19838 wine_fn_config_makefile programs/winevdm enable_win16
19839 wine_fn_config_makefile programs/winhelp.exe16 enable_win16
19840 wine_fn_config_makefile programs/winhlp32 enable_winhlp32
19841 wine_fn_config_makefile programs/winmgmt enable_winmgmt
19842 wine_fn_config_makefile programs/winoldap.mod16 enable_win16
19843 wine_fn_config_makefile programs/winver enable_winver
19844 wine_fn_config_makefile programs/wmic enable_wmic
19845 wine_fn_config_makefile programs/wmplayer enable_wmplayer
19846 wine_fn_config_makefile programs/wordpad enable_wordpad
19847 wine_fn_config_makefile programs/write enable_write
19848 wine_fn_config_makefile programs/wscript enable_wscript
19849 wine_fn_config_makefile programs/wscript/tests enable_tests
19850 wine_fn_config_makefile programs/wuauserv enable_wuauserv
19851 wine_fn_config_makefile programs/wusa enable_wusa
19852 wine_fn_config_makefile programs/xcopy enable_xcopy
19853 wine_fn_config_makefile programs/xcopy/tests enable_tests
19854 wine_fn_config_makefile server enable_server
19855 test "x$enable_tools" = xno || wine_fn_config_makefile tools enable_tools
19856 test "x$enable_tools" = xno || wine_fn_config_makefile tools/sfnt2fon enable_sfnt2fon
19857 test "x$enable_tools" = xno || wine_fn_config_makefile tools/widl enable_widl
19858 test "x$enable_tools" = xno || wine_fn_config_makefile tools/winebuild enable_winebuild
19859 test "x$enable_tools" = xno || wine_fn_config_makefile tools/winedump enable_winedump
19860 test "x$enable_tools" = xno || wine_fn_config_makefile tools/winegcc enable_winegcc
19861 test "x$enable_tools" = xno || wine_fn_config_makefile tools/winemaker enable_winemaker
19862 test "x$enable_tools" = xno || wine_fn_config_makefile tools/wmc enable_wmc
19863 test "x$enable_tools" = xno || wine_fn_config_makefile tools/wrc enable_wrc
19866 wine_fn_append_file CONFIGURE_TARGETS "TAGS"
19867 wine_fn_append_file CONFIGURE_TARGETS "tags"
19868 wine_fn_append_file CONFIGURE_TARGETS "autom4te.cache"
19869 wine_fn_append_file CONFIGURE_TARGETS "config.log"
19870 wine_fn_append_file CONFIGURE_TARGETS "config.status"
19871 wine_fn_append_file CONFIGURE_TARGETS "include/config.h"
19872 wine_fn_append_file CONFIGURE_TARGETS "include/stamp-h"
19873 test "$wine_binary" = wine || wine_fn_append_file CONFIGURE_TARGETS "loader/wine"
19875 if test "x$enable_tools" != xno
19876 then
19877 wine_fn_append_file CONFIGURE_TARGETS "tools/makedep$ac_exeext"
19878 ac_config_commands="$ac_config_commands tools/makedep"
19882 ac_config_commands="$ac_config_commands Makefile"
19885 ac_config_files="$ac_config_files Make.tmp:Makefile.in"
19889 if test "x$enable_maintainer_mode" = xyes
19890 then
19891 wine_fn_append_rule "configure: configure.ac aclocal.m4
19892 autoconf --warnings=all
19893 include/config.h.in: include/stamp-h.in
19894 include/stamp-h.in: configure.ac aclocal.m4
19895 autoheader --warnings=all
19896 @echo timestamp > \$@"
19899 if test "x$enable_tools" != xno
19900 then
19901 wine_fn_append_rule "tools/makedep$ac_exeext: $srcdir/tools/makedep.c include/config.h config.status
19902 @./config.status tools/makedep
19903 Makefile: tools/makedep$ac_exeext"
19904 else
19905 wine_fn_append_rule "\$(MAKEDEP):
19906 @echo \"You need to run make in $TOOLSDIR first\" && false"
19909 if test -n "$with_wine64"
19910 then
19911 case "$with_wine64" in
19912 /*) reldir="" ;;
19913 *) reldir="../" ;;
19914 esac
19915 rm -f fonts server 2>/dev/null
19916 wine_fn_append_rule "all: loader/wine64 loader/wine64-preloader $with_wine64/loader/wine $with_wine64/loader/wine-preloader
19917 loader/wine64 loader/wine64-preloader:
19918 rm -f \$@ && \$(LN_S) $reldir$with_wine64/\$@ \$@
19919 $with_wine64/loader/wine:
19920 rm -f \$@ && \$(LN_S) $ac_pwd/loader/wine \$@
19921 $with_wine64/loader/wine-preloader:
19922 rm -f \$@ && \$(LN_S) $ac_pwd/loader/wine-preloader \$@
19923 clean::
19924 rm -f loader/wine64 loader/wine64-preloader $with_wine64/loader/wine $with_wine64/loader/wine-preloader"
19925 else
19926 TOP_INSTALL_DEV="$TOP_INSTALL_DEV include"
19927 TOP_INSTALL_LIB="$TOP_INSTALL_LIB \
19928 fonts \
19929 loader/wine.inf \
19930 nls \
19931 programs/msidb/msidb \
19932 programs/msiexec/msiexec \
19933 programs/notepad/notepad \
19934 programs/regedit/regedit \
19935 programs/regsvr32/regsvr32 \
19936 programs/wineboot/wineboot \
19937 programs/winecfg/winecfg \
19938 programs/wineconsole/wineconsole \
19939 programs/winedbg/winedbg \
19940 programs/winefile/winefile \
19941 programs/winemine/winemine \
19942 programs/winepath/winepath \
19943 server/wineserver"
19945 case $host_os in
19946 cygwin*|mingw32*|darwin*|macosx*|linux-android*) ;;
19947 *) TOP_INSTALL_LIB="$TOP_INSTALL_LIB loader/wine.desktop" ;;
19948 esac
19951 $as_echo " done" >&6
19952 cat >confcache <<\_ACEOF
19953 # This file is a shell script that caches the results of configure
19954 # tests run on this system so they can be shared between configure
19955 # scripts and configure runs, see configure's option --config-cache.
19956 # It is not useful on other systems. If it contains results you don't
19957 # want to keep, you may remove or edit it.
19959 # config.status only pays attention to the cache file if you give it
19960 # the --recheck option to rerun configure.
19962 # `ac_cv_env_foo' variables (set or unset) will be overridden when
19963 # loading this file, other *unset* `ac_cv_foo' will be assigned the
19964 # following values.
19966 _ACEOF
19968 # The following way of writing the cache mishandles newlines in values,
19969 # but we know of no workaround that is simple, portable, and efficient.
19970 # So, we kill variables containing newlines.
19971 # Ultrix sh set writes to stderr and can't be redirected directly,
19972 # and sets the high bit in the cache file unless we assign to the vars.
19974 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
19975 eval ac_val=\$$ac_var
19976 case $ac_val in #(
19977 *${as_nl}*)
19978 case $ac_var in #(
19979 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
19980 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
19981 esac
19982 case $ac_var in #(
19983 _ | IFS | as_nl) ;; #(
19984 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
19985 *) { eval $ac_var=; unset $ac_var;} ;;
19986 esac ;;
19987 esac
19988 done
19990 (set) 2>&1 |
19991 case $as_nl`(ac_space=' '; set) 2>&1` in #(
19992 *${as_nl}ac_space=\ *)
19993 # `set' does not quote correctly, so add quotes: double-quote
19994 # substitution turns \\\\ into \\, and sed turns \\ into \.
19995 sed -n \
19996 "s/'/'\\\\''/g;
19997 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
19998 ;; #(
20000 # `set' quotes correctly as required by POSIX, so do not add quotes.
20001 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
20003 esac |
20004 sort
20006 sed '
20007 /^ac_cv_env_/b end
20008 t clear
20009 :clear
20010 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
20011 t end
20012 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
20013 :end' >>confcache
20014 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
20015 if test -w "$cache_file"; then
20016 if test "x$cache_file" != "x/dev/null"; then
20017 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
20018 $as_echo "$as_me: updating cache $cache_file" >&6;}
20019 if test ! -f "$cache_file" || test -h "$cache_file"; then
20020 cat confcache >"$cache_file"
20021 else
20022 case $cache_file in #(
20023 */* | ?:*)
20024 mv -f confcache "$cache_file"$$ &&
20025 mv -f "$cache_file"$$ "$cache_file" ;; #(
20027 mv -f confcache "$cache_file" ;;
20028 esac
20031 else
20032 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
20033 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
20036 rm -f confcache
20038 test "x$prefix" = xNONE && prefix=$ac_default_prefix
20039 # Let make expand exec_prefix.
20040 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
20042 DEFS=-DHAVE_CONFIG_H
20044 ac_libobjs=
20045 ac_ltlibobjs=
20047 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
20048 # 1. Remove the extension, and $U if already installed.
20049 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
20050 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
20051 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
20052 # will be set to the directory where LIBOBJS objects are built.
20053 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
20054 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
20055 done
20056 LIBOBJS=$ac_libobjs
20058 LTLIBOBJS=$ac_ltlibobjs
20062 : "${CONFIG_STATUS=./config.status}"
20063 ac_write_fail=0
20064 ac_clean_files_save=$ac_clean_files
20065 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
20066 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
20067 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
20068 as_write_fail=0
20069 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
20070 #! $SHELL
20071 # Generated by $as_me.
20072 # Run this file to recreate the current configuration.
20073 # Compiler output produced by configure, useful for debugging
20074 # configure, is in config.log if it exists.
20076 debug=false
20077 ac_cs_recheck=false
20078 ac_cs_silent=false
20080 SHELL=\${CONFIG_SHELL-$SHELL}
20081 export SHELL
20082 _ASEOF
20083 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
20084 ## -------------------- ##
20085 ## M4sh Initialization. ##
20086 ## -------------------- ##
20088 # Be more Bourne compatible
20089 DUALCASE=1; export DUALCASE # for MKS sh
20090 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
20091 emulate sh
20092 NULLCMD=:
20093 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
20094 # is contrary to our usage. Disable this feature.
20095 alias -g '${1+"$@"}'='"$@"'
20096 setopt NO_GLOB_SUBST
20097 else
20098 case `(set -o) 2>/dev/null` in #(
20099 *posix*) :
20100 set -o posix ;; #(
20101 *) :
20103 esac
20107 as_nl='
20109 export as_nl
20110 # Printing a long string crashes Solaris 7 /usr/bin/printf.
20111 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
20112 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
20113 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
20114 # Prefer a ksh shell builtin over an external printf program on Solaris,
20115 # but without wasting forks for bash or zsh.
20116 if test -z "$BASH_VERSION$ZSH_VERSION" \
20117 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
20118 as_echo='print -r --'
20119 as_echo_n='print -rn --'
20120 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
20121 as_echo='printf %s\n'
20122 as_echo_n='printf %s'
20123 else
20124 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
20125 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
20126 as_echo_n='/usr/ucb/echo -n'
20127 else
20128 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
20129 as_echo_n_body='eval
20130 arg=$1;
20131 case $arg in #(
20132 *"$as_nl"*)
20133 expr "X$arg" : "X\\(.*\\)$as_nl";
20134 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
20135 esac;
20136 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
20138 export as_echo_n_body
20139 as_echo_n='sh -c $as_echo_n_body as_echo'
20141 export as_echo_body
20142 as_echo='sh -c $as_echo_body as_echo'
20145 # The user is always right.
20146 if test "${PATH_SEPARATOR+set}" != set; then
20147 PATH_SEPARATOR=:
20148 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
20149 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
20150 PATH_SEPARATOR=';'
20155 # IFS
20156 # We need space, tab and new line, in precisely that order. Quoting is
20157 # there to prevent editors from complaining about space-tab.
20158 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
20159 # splitting by setting IFS to empty value.)
20160 IFS=" "" $as_nl"
20162 # Find who we are. Look in the path if we contain no directory separator.
20163 as_myself=
20164 case $0 in #((
20165 *[\\/]* ) as_myself=$0 ;;
20166 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
20167 for as_dir in $PATH
20169 IFS=$as_save_IFS
20170 test -z "$as_dir" && as_dir=.
20171 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
20172 done
20173 IFS=$as_save_IFS
20176 esac
20177 # We did not find ourselves, most probably we were run as `sh COMMAND'
20178 # in which case we are not to be found in the path.
20179 if test "x$as_myself" = x; then
20180 as_myself=$0
20182 if test ! -f "$as_myself"; then
20183 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
20184 exit 1
20187 # Unset variables that we do not need and which cause bugs (e.g. in
20188 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
20189 # suppresses any "Segmentation fault" message there. '((' could
20190 # trigger a bug in pdksh 5.2.14.
20191 for as_var in BASH_ENV ENV MAIL MAILPATH
20192 do eval test x\${$as_var+set} = xset \
20193 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
20194 done
20195 PS1='$ '
20196 PS2='> '
20197 PS4='+ '
20199 # NLS nuisances.
20200 LC_ALL=C
20201 export LC_ALL
20202 LANGUAGE=C
20203 export LANGUAGE
20205 # CDPATH.
20206 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
20209 # as_fn_error STATUS ERROR [LINENO LOG_FD]
20210 # ----------------------------------------
20211 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
20212 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
20213 # script with STATUS, using 1 if that was 0.
20214 as_fn_error ()
20216 as_status=$1; test $as_status -eq 0 && as_status=1
20217 if test "$4"; then
20218 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
20219 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
20221 $as_echo "$as_me: error: $2" >&2
20222 as_fn_exit $as_status
20223 } # as_fn_error
20226 # as_fn_set_status STATUS
20227 # -----------------------
20228 # Set $? to STATUS, without forking.
20229 as_fn_set_status ()
20231 return $1
20232 } # as_fn_set_status
20234 # as_fn_exit STATUS
20235 # -----------------
20236 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
20237 as_fn_exit ()
20239 set +e
20240 as_fn_set_status $1
20241 exit $1
20242 } # as_fn_exit
20244 # as_fn_unset VAR
20245 # ---------------
20246 # Portably unset VAR.
20247 as_fn_unset ()
20249 { eval $1=; unset $1;}
20251 as_unset=as_fn_unset
20252 # as_fn_append VAR VALUE
20253 # ----------------------
20254 # Append the text in VALUE to the end of the definition contained in VAR. Take
20255 # advantage of any shell optimizations that allow amortized linear growth over
20256 # repeated appends, instead of the typical quadratic growth present in naive
20257 # implementations.
20258 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
20259 eval 'as_fn_append ()
20261 eval $1+=\$2
20263 else
20264 as_fn_append ()
20266 eval $1=\$$1\$2
20268 fi # as_fn_append
20270 # as_fn_arith ARG...
20271 # ------------------
20272 # Perform arithmetic evaluation on the ARGs, and store the result in the
20273 # global $as_val. Take advantage of shells that can avoid forks. The arguments
20274 # must be portable across $(()) and expr.
20275 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
20276 eval 'as_fn_arith ()
20278 as_val=$(( $* ))
20280 else
20281 as_fn_arith ()
20283 as_val=`expr "$@" || test $? -eq 1`
20285 fi # as_fn_arith
20288 if expr a : '\(a\)' >/dev/null 2>&1 &&
20289 test "X`expr 00001 : '.*\(...\)'`" = X001; then
20290 as_expr=expr
20291 else
20292 as_expr=false
20295 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
20296 as_basename=basename
20297 else
20298 as_basename=false
20301 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
20302 as_dirname=dirname
20303 else
20304 as_dirname=false
20307 as_me=`$as_basename -- "$0" ||
20308 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
20309 X"$0" : 'X\(//\)$' \| \
20310 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
20311 $as_echo X/"$0" |
20312 sed '/^.*\/\([^/][^/]*\)\/*$/{
20313 s//\1/
20316 /^X\/\(\/\/\)$/{
20317 s//\1/
20320 /^X\/\(\/\).*/{
20321 s//\1/
20324 s/.*/./; q'`
20326 # Avoid depending upon Character Ranges.
20327 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
20328 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
20329 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
20330 as_cr_digits='0123456789'
20331 as_cr_alnum=$as_cr_Letters$as_cr_digits
20333 ECHO_C= ECHO_N= ECHO_T=
20334 case `echo -n x` in #(((((
20335 -n*)
20336 case `echo 'xy\c'` in
20337 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
20338 xy) ECHO_C='\c';;
20339 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
20340 ECHO_T=' ';;
20341 esac;;
20343 ECHO_N='-n';;
20344 esac
20346 rm -f conf$$ conf$$.exe conf$$.file
20347 if test -d conf$$.dir; then
20348 rm -f conf$$.dir/conf$$.file
20349 else
20350 rm -f conf$$.dir
20351 mkdir conf$$.dir 2>/dev/null
20353 if (echo >conf$$.file) 2>/dev/null; then
20354 if ln -s conf$$.file conf$$ 2>/dev/null; then
20355 as_ln_s='ln -s'
20356 # ... but there are two gotchas:
20357 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
20358 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
20359 # In both cases, we have to default to `cp -pR'.
20360 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
20361 as_ln_s='cp -pR'
20362 elif ln conf$$.file conf$$ 2>/dev/null; then
20363 as_ln_s=ln
20364 else
20365 as_ln_s='cp -pR'
20367 else
20368 as_ln_s='cp -pR'
20370 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
20371 rmdir conf$$.dir 2>/dev/null
20374 # as_fn_mkdir_p
20375 # -------------
20376 # Create "$as_dir" as a directory, including parents if necessary.
20377 as_fn_mkdir_p ()
20380 case $as_dir in #(
20381 -*) as_dir=./$as_dir;;
20382 esac
20383 test -d "$as_dir" || eval $as_mkdir_p || {
20384 as_dirs=
20385 while :; do
20386 case $as_dir in #(
20387 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
20388 *) as_qdir=$as_dir;;
20389 esac
20390 as_dirs="'$as_qdir' $as_dirs"
20391 as_dir=`$as_dirname -- "$as_dir" ||
20392 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
20393 X"$as_dir" : 'X\(//\)[^/]' \| \
20394 X"$as_dir" : 'X\(//\)$' \| \
20395 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
20396 $as_echo X"$as_dir" |
20397 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
20398 s//\1/
20401 /^X\(\/\/\)[^/].*/{
20402 s//\1/
20405 /^X\(\/\/\)$/{
20406 s//\1/
20409 /^X\(\/\).*/{
20410 s//\1/
20413 s/.*/./; q'`
20414 test -d "$as_dir" && break
20415 done
20416 test -z "$as_dirs" || eval "mkdir $as_dirs"
20417 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
20420 } # as_fn_mkdir_p
20421 if mkdir -p . 2>/dev/null; then
20422 as_mkdir_p='mkdir -p "$as_dir"'
20423 else
20424 test -d ./-p && rmdir ./-p
20425 as_mkdir_p=false
20429 # as_fn_executable_p FILE
20430 # -----------------------
20431 # Test if FILE is an executable regular file.
20432 as_fn_executable_p ()
20434 test -f "$1" && test -x "$1"
20435 } # as_fn_executable_p
20436 as_test_x='test -x'
20437 as_executable_p=as_fn_executable_p
20439 # Sed expression to map a string onto a valid CPP name.
20440 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
20442 # Sed expression to map a string onto a valid variable name.
20443 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
20446 exec 6>&1
20447 ## ----------------------------------- ##
20448 ## Main body of $CONFIG_STATUS script. ##
20449 ## ----------------------------------- ##
20450 _ASEOF
20451 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
20453 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20454 # Save the log message, to keep $0 and so on meaningful, and to
20455 # report actual input values of CONFIG_FILES etc. instead of their
20456 # values after options handling.
20457 ac_log="
20458 This file was extended by Wine $as_me 6.21, which was
20459 generated by GNU Autoconf 2.69. Invocation command line was
20461 CONFIG_FILES = $CONFIG_FILES
20462 CONFIG_HEADERS = $CONFIG_HEADERS
20463 CONFIG_LINKS = $CONFIG_LINKS
20464 CONFIG_COMMANDS = $CONFIG_COMMANDS
20465 $ $0 $@
20467 on `(hostname || uname -n) 2>/dev/null | sed 1q`
20470 _ACEOF
20472 case $ac_config_files in *"
20473 "*) set x $ac_config_files; shift; ac_config_files=$*;;
20474 esac
20476 case $ac_config_headers in *"
20477 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
20478 esac
20481 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20482 # Files that config.status was made for.
20483 config_files="$ac_config_files"
20484 config_headers="$ac_config_headers"
20485 config_links="$ac_config_links"
20486 config_commands="$ac_config_commands"
20488 _ACEOF
20490 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20491 ac_cs_usage="\
20492 \`$as_me' instantiates files and other configuration actions
20493 from templates according to the current configuration. Unless the files
20494 and actions are specified as TAGs, all are instantiated by default.
20496 Usage: $0 [OPTION]... [TAG]...
20498 -h, --help print this help, then exit
20499 -V, --version print version number and configuration settings, then exit
20500 --config print configuration, then exit
20501 -q, --quiet, --silent
20502 do not print progress messages
20503 -d, --debug don't remove temporary files
20504 --recheck update $as_me by reconfiguring in the same conditions
20505 --file=FILE[:TEMPLATE]
20506 instantiate the configuration file FILE
20507 --header=FILE[:TEMPLATE]
20508 instantiate the configuration header FILE
20510 Configuration files:
20511 $config_files
20513 Configuration headers:
20514 $config_headers
20516 Configuration links:
20517 $config_links
20519 Configuration commands:
20520 $config_commands
20522 Report bugs to <wine-devel@winehq.org>.
20523 Wine home page: <https://www.winehq.org>."
20525 _ACEOF
20526 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20527 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
20528 ac_cs_version="\\
20529 Wine config.status 6.21
20530 configured by $0, generated by GNU Autoconf 2.69,
20531 with options \\"\$ac_cs_config\\"
20533 Copyright (C) 2012 Free Software Foundation, Inc.
20534 This config.status script is free software; the Free Software Foundation
20535 gives unlimited permission to copy, distribute and modify it."
20537 ac_pwd='$ac_pwd'
20538 srcdir='$srcdir'
20539 test -n "\$AWK" || AWK=awk
20540 _ACEOF
20542 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20543 # The default lists apply if the user does not specify any file.
20544 ac_need_defaults=:
20545 while test $# != 0
20547 case $1 in
20548 --*=?*)
20549 ac_option=`expr "X$1" : 'X\([^=]*\)='`
20550 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
20551 ac_shift=:
20553 --*=)
20554 ac_option=`expr "X$1" : 'X\([^=]*\)='`
20555 ac_optarg=
20556 ac_shift=:
20559 ac_option=$1
20560 ac_optarg=$2
20561 ac_shift=shift
20563 esac
20565 case $ac_option in
20566 # Handling of the options.
20567 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
20568 ac_cs_recheck=: ;;
20569 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
20570 $as_echo "$ac_cs_version"; exit ;;
20571 --config | --confi | --conf | --con | --co | --c )
20572 $as_echo "$ac_cs_config"; exit ;;
20573 --debug | --debu | --deb | --de | --d | -d )
20574 debug=: ;;
20575 --file | --fil | --fi | --f )
20576 $ac_shift
20577 case $ac_optarg in
20578 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
20579 '') as_fn_error $? "missing file argument" ;;
20580 esac
20581 as_fn_append CONFIG_FILES " '$ac_optarg'"
20582 ac_need_defaults=false;;
20583 --header | --heade | --head | --hea )
20584 $ac_shift
20585 case $ac_optarg in
20586 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
20587 esac
20588 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
20589 ac_need_defaults=false;;
20590 --he | --h)
20591 # Conflict between --help and --header
20592 as_fn_error $? "ambiguous option: \`$1'
20593 Try \`$0 --help' for more information.";;
20594 --help | --hel | -h )
20595 $as_echo "$ac_cs_usage"; exit ;;
20596 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
20597 | -silent | --silent | --silen | --sile | --sil | --si | --s)
20598 ac_cs_silent=: ;;
20600 # This is an error.
20601 -*) as_fn_error $? "unrecognized option: \`$1'
20602 Try \`$0 --help' for more information." ;;
20604 *) as_fn_append ac_config_targets " $1"
20605 ac_need_defaults=false ;;
20607 esac
20608 shift
20609 done
20611 ac_configure_extra_args=
20613 if $ac_cs_silent; then
20614 exec 6>/dev/null
20615 ac_configure_extra_args="$ac_configure_extra_args --silent"
20618 _ACEOF
20619 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20620 if \$ac_cs_recheck; then
20621 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
20622 shift
20623 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
20624 CONFIG_SHELL='$SHELL'
20625 export CONFIG_SHELL
20626 exec "\$@"
20629 _ACEOF
20630 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20631 exec 5>>config.log
20633 echo
20634 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
20635 ## Running $as_me. ##
20636 _ASBOX
20637 $as_echo "$ac_log"
20638 } >&5
20640 _ACEOF
20641 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20643 # INIT-COMMANDS
20645 wine_fn_output_makedep ()
20647 as_dir=tools; as_fn_mkdir_p
20648 $CC -I$srcdir/tools -Iinclude -I$srcdir/include -D__WINESRC__ $EXTRACFLAGS $CPPFLAGS $CFLAGS -o tools/makedep$ac_exeext $srcdir/tools/makedep.c $LDFLAGS
20650 wine_fn_output_makefile ()
20652 cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && rm -f Make.tmp && "$wine_makedep"$makedep_flags && return
20653 `cat $wine_rules_file`
20654 _WINE_EOF
20655 as_fn_error $? "could not create Makefile" "$LINENO" 5
20658 _ACEOF
20660 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20662 # Handling of arguments.
20663 for ac_config_target in $ac_config_targets
20665 case $ac_config_target in
20666 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
20667 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
20668 "wine") CONFIG_LINKS="$CONFIG_LINKS wine:tools/winewrapper" ;;
20669 "wine64") CONFIG_LINKS="$CONFIG_LINKS wine64:tools/winewrapper" ;;
20670 "tools/makedep") CONFIG_COMMANDS="$CONFIG_COMMANDS tools/makedep" ;;
20671 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
20672 "Make.tmp") CONFIG_FILES="$CONFIG_FILES Make.tmp:Makefile.in" ;;
20674 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
20675 esac
20676 done
20679 # If the user did not use the arguments to specify the items to instantiate,
20680 # then the envvar interface is used. Set only those that are not.
20681 # We use the long form for the default assignment because of an extremely
20682 # bizarre bug on SunOS 4.1.3.
20683 if $ac_need_defaults; then
20684 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
20685 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
20686 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
20687 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
20690 # Have a temporary directory for convenience. Make it in the build tree
20691 # simply because there is no reason against having it here, and in addition,
20692 # creating and moving files from /tmp can sometimes cause problems.
20693 # Hook for its removal unless debugging.
20694 # Note that there is a small window in which the directory will not be cleaned:
20695 # after its creation but before its name has been assigned to `$tmp'.
20696 $debug ||
20698 tmp= ac_tmp=
20699 trap 'exit_status=$?
20700 : "${ac_tmp:=$tmp}"
20701 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
20703 trap 'as_fn_exit 1' 1 2 13 15
20705 # Create a (secure) tmp directory for tmp files.
20708 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
20709 test -d "$tmp"
20710 } ||
20712 tmp=./conf$$-$RANDOM
20713 (umask 077 && mkdir "$tmp")
20714 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
20715 ac_tmp=$tmp
20717 # Set up the scripts for CONFIG_FILES section.
20718 # No need to generate them if there are no CONFIG_FILES.
20719 # This happens for instance with `./config.status config.h'.
20720 if test -n "$CONFIG_FILES"; then
20723 ac_cr=`echo X | tr X '\015'`
20724 # On cygwin, bash can eat \r inside `` if the user requested igncr.
20725 # But we know of no other shell where ac_cr would be empty at this
20726 # point, so we can use a bashism as a fallback.
20727 if test "x$ac_cr" = x; then
20728 eval ac_cr=\$\'\\r\'
20730 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
20731 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
20732 ac_cs_awk_cr='\\r'
20733 else
20734 ac_cs_awk_cr=$ac_cr
20737 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
20738 _ACEOF
20742 echo "cat >conf$$subs.awk <<_ACEOF" &&
20743 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
20744 echo "_ACEOF"
20745 } >conf$$subs.sh ||
20746 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
20747 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
20748 ac_delim='%!_!# '
20749 for ac_last_try in false false false false false :; do
20750 . ./conf$$subs.sh ||
20751 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
20753 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
20754 if test $ac_delim_n = $ac_delim_num; then
20755 break
20756 elif $ac_last_try; then
20757 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
20758 else
20759 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
20761 done
20762 rm -f conf$$subs.sh
20764 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20765 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
20766 _ACEOF
20767 sed -n '
20769 s/^/S["/; s/!.*/"]=/
20772 s/^[^!]*!//
20773 :repl
20774 t repl
20775 s/'"$ac_delim"'$//
20776 t delim
20779 s/\(.\{148\}\)..*/\1/
20780 t more1
20781 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
20784 b repl
20785 :more1
20786 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
20789 s/.\{148\}//
20790 t nl
20791 :delim
20793 s/\(.\{148\}\)..*/\1/
20794 t more2
20795 s/["\\]/\\&/g; s/^/"/; s/$/"/
20798 :more2
20799 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
20802 s/.\{148\}//
20803 t delim
20804 ' <conf$$subs.awk | sed '
20805 /^[^""]/{
20807 s/\n//
20809 ' >>$CONFIG_STATUS || ac_write_fail=1
20810 rm -f conf$$subs.awk
20811 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20812 _ACAWK
20813 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
20814 for (key in S) S_is_set[key] = 1
20815 FS = "\a"
20819 line = $ 0
20820 nfields = split(line, field, "@")
20821 substed = 0
20822 len = length(field[1])
20823 for (i = 2; i < nfields; i++) {
20824 key = field[i]
20825 keylen = length(key)
20826 if (S_is_set[key]) {
20827 value = S[key]
20828 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
20829 len += length(value) + length(field[++i])
20830 substed = 1
20831 } else
20832 len += 1 + keylen
20835 print line
20838 _ACAWK
20839 _ACEOF
20840 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20841 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
20842 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
20843 else
20845 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
20846 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
20847 _ACEOF
20849 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
20850 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
20851 # trailing colons and then remove the whole line if VPATH becomes empty
20852 # (actually we leave an empty line to preserve line numbers).
20853 if test "x$srcdir" = x.; then
20854 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
20856 s///
20857 s/^/:/
20858 s/[ ]*$/:/
20859 s/:\$(srcdir):/:/g
20860 s/:\${srcdir}:/:/g
20861 s/:@srcdir@:/:/g
20862 s/^:*//
20863 s/:*$//
20865 s/\(=[ ]*\).*/\1/
20867 s/\n//
20868 s/^[^=]*=[ ]*$//
20872 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20873 fi # test -n "$CONFIG_FILES"
20875 # Set up the scripts for CONFIG_HEADERS section.
20876 # No need to generate them if there are no CONFIG_HEADERS.
20877 # This happens for instance with `./config.status Makefile'.
20878 if test -n "$CONFIG_HEADERS"; then
20879 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
20880 BEGIN {
20881 _ACEOF
20883 # Transform confdefs.h into an awk script `defines.awk', embedded as
20884 # here-document in config.status, that substitutes the proper values into
20885 # config.h.in to produce config.h.
20887 # Create a delimiter string that does not exist in confdefs.h, to ease
20888 # handling of long lines.
20889 ac_delim='%!_!# '
20890 for ac_last_try in false false :; do
20891 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
20892 if test -z "$ac_tt"; then
20893 break
20894 elif $ac_last_try; then
20895 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
20896 else
20897 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
20899 done
20901 # For the awk script, D is an array of macro values keyed by name,
20902 # likewise P contains macro parameters if any. Preserve backslash
20903 # newline sequences.
20905 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
20906 sed -n '
20907 s/.\{148\}/&'"$ac_delim"'/g
20908 t rset
20909 :rset
20910 s/^[ ]*#[ ]*define[ ][ ]*/ /
20911 t def
20913 :def
20914 s/\\$//
20915 t bsnl
20916 s/["\\]/\\&/g
20917 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
20918 D["\1"]=" \3"/p
20919 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
20921 :bsnl
20922 s/["\\]/\\&/g
20923 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
20924 D["\1"]=" \3\\\\\\n"\\/p
20925 t cont
20926 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
20927 t cont
20929 :cont
20931 s/.\{148\}/&'"$ac_delim"'/g
20932 t clear
20933 :clear
20934 s/\\$//
20935 t bsnlc
20936 s/["\\]/\\&/g; s/^/"/; s/$/"/p
20938 :bsnlc
20939 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
20940 b cont
20941 ' <confdefs.h | sed '
20942 s/'"$ac_delim"'/"\\\
20943 "/g' >>$CONFIG_STATUS || ac_write_fail=1
20945 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20946 for (key in D) D_is_set[key] = 1
20947 FS = "\a"
20949 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
20950 line = \$ 0
20951 split(line, arg, " ")
20952 if (arg[1] == "#") {
20953 defundef = arg[2]
20954 mac1 = arg[3]
20955 } else {
20956 defundef = substr(arg[1], 2)
20957 mac1 = arg[2]
20959 split(mac1, mac2, "(") #)
20960 macro = mac2[1]
20961 prefix = substr(line, 1, index(line, defundef) - 1)
20962 if (D_is_set[macro]) {
20963 # Preserve the white space surrounding the "#".
20964 print prefix "define", macro P[macro] D[macro]
20965 next
20966 } else {
20967 # Replace #undef with comments. This is necessary, for example,
20968 # in the case of _POSIX_SOURCE, which is predefined and required
20969 # on some systems where configure will not decide to define it.
20970 if (defundef == "undef") {
20971 print "/*", prefix defundef, macro, "*/"
20972 next
20976 { print }
20977 _ACAWK
20978 _ACEOF
20979 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20980 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
20981 fi # test -n "$CONFIG_HEADERS"
20984 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
20985 shift
20986 for ac_tag
20988 case $ac_tag in
20989 :[FHLC]) ac_mode=$ac_tag; continue;;
20990 esac
20991 case $ac_mode$ac_tag in
20992 :[FHL]*:*);;
20993 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
20994 :[FH]-) ac_tag=-:-;;
20995 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
20996 esac
20997 ac_save_IFS=$IFS
20998 IFS=:
20999 set x $ac_tag
21000 IFS=$ac_save_IFS
21001 shift
21002 ac_file=$1
21003 shift
21005 case $ac_mode in
21006 :L) ac_source=$1;;
21007 :[FH])
21008 ac_file_inputs=
21009 for ac_f
21011 case $ac_f in
21012 -) ac_f="$ac_tmp/stdin";;
21013 *) # Look for the file first in the build tree, then in the source tree
21014 # (if the path is not absolute). The absolute path cannot be DOS-style,
21015 # because $ac_f cannot contain `:'.
21016 test -f "$ac_f" ||
21017 case $ac_f in
21018 [\\/$]*) false;;
21019 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
21020 esac ||
21021 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
21022 esac
21023 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
21024 as_fn_append ac_file_inputs " '$ac_f'"
21025 done
21027 # Let's still pretend it is `configure' which instantiates (i.e., don't
21028 # use $as_me), people would be surprised to read:
21029 # /* config.h. Generated by config.status. */
21030 configure_input='Generated from '`
21031 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
21032 `' by configure.'
21033 if test x"$ac_file" != x-; then
21034 configure_input="$ac_file. $configure_input"
21035 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
21036 $as_echo "$as_me: creating $ac_file" >&6;}
21038 # Neutralize special characters interpreted by sed in replacement strings.
21039 case $configure_input in #(
21040 *\&* | *\|* | *\\* )
21041 ac_sed_conf_input=`$as_echo "$configure_input" |
21042 sed 's/[\\\\&|]/\\\\&/g'`;; #(
21043 *) ac_sed_conf_input=$configure_input;;
21044 esac
21046 case $ac_tag in
21047 *:-:* | *:-) cat >"$ac_tmp/stdin" \
21048 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
21049 esac
21051 esac
21053 ac_dir=`$as_dirname -- "$ac_file" ||
21054 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
21055 X"$ac_file" : 'X\(//\)[^/]' \| \
21056 X"$ac_file" : 'X\(//\)$' \| \
21057 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
21058 $as_echo X"$ac_file" |
21059 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
21060 s//\1/
21063 /^X\(\/\/\)[^/].*/{
21064 s//\1/
21067 /^X\(\/\/\)$/{
21068 s//\1/
21071 /^X\(\/\).*/{
21072 s//\1/
21075 s/.*/./; q'`
21076 as_dir="$ac_dir"; as_fn_mkdir_p
21077 ac_builddir=.
21079 case "$ac_dir" in
21080 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
21082 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
21083 # A ".." for each directory in $ac_dir_suffix.
21084 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
21085 case $ac_top_builddir_sub in
21086 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
21087 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
21088 esac ;;
21089 esac
21090 ac_abs_top_builddir=$ac_pwd
21091 ac_abs_builddir=$ac_pwd$ac_dir_suffix
21092 # for backward compatibility:
21093 ac_top_builddir=$ac_top_build_prefix
21095 case $srcdir in
21096 .) # We are building in place.
21097 ac_srcdir=.
21098 ac_top_srcdir=$ac_top_builddir_sub
21099 ac_abs_top_srcdir=$ac_pwd ;;
21100 [\\/]* | ?:[\\/]* ) # Absolute name.
21101 ac_srcdir=$srcdir$ac_dir_suffix;
21102 ac_top_srcdir=$srcdir
21103 ac_abs_top_srcdir=$srcdir ;;
21104 *) # Relative name.
21105 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
21106 ac_top_srcdir=$ac_top_build_prefix$srcdir
21107 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
21108 esac
21109 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
21112 case $ac_mode in
21115 # CONFIG_FILE
21118 _ACEOF
21120 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
21121 # If the template does not know about datarootdir, expand it.
21122 # FIXME: This hack should be removed a few years after 2.60.
21123 ac_datarootdir_hack=; ac_datarootdir_seen=
21124 ac_sed_dataroot='
21125 /datarootdir/ {
21129 /@datadir@/p
21130 /@docdir@/p
21131 /@infodir@/p
21132 /@localedir@/p
21133 /@mandir@/p'
21134 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
21135 *datarootdir*) ac_datarootdir_seen=yes;;
21136 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
21137 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
21138 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
21139 _ACEOF
21140 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
21141 ac_datarootdir_hack='
21142 s&@datadir@&$datadir&g
21143 s&@docdir@&$docdir&g
21144 s&@infodir@&$infodir&g
21145 s&@localedir@&$localedir&g
21146 s&@mandir@&$mandir&g
21147 s&\\\${datarootdir}&$datarootdir&g' ;;
21148 esac
21149 _ACEOF
21151 # Neutralize VPATH when `$srcdir' = `.'.
21152 # Shell code in configure.ac might set extrasub.
21153 # FIXME: do we really want to maintain this feature?
21154 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
21155 ac_sed_extra="$ac_vpsub
21156 $extrasub
21157 _ACEOF
21158 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
21160 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
21161 s|@configure_input@|$ac_sed_conf_input|;t t
21162 s&@top_builddir@&$ac_top_builddir_sub&;t t
21163 s&@top_build_prefix@&$ac_top_build_prefix&;t t
21164 s&@srcdir@&$ac_srcdir&;t t
21165 s&@abs_srcdir@&$ac_abs_srcdir&;t t
21166 s&@top_srcdir@&$ac_top_srcdir&;t t
21167 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
21168 s&@builddir@&$ac_builddir&;t t
21169 s&@abs_builddir@&$ac_abs_builddir&;t t
21170 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
21171 $ac_datarootdir_hack
21173 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
21174 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
21176 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
21177 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
21178 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
21179 "$ac_tmp/out"`; test -z "$ac_out"; } &&
21180 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
21181 which seems to be undefined. Please make sure it is defined" >&5
21182 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
21183 which seems to be undefined. Please make sure it is defined" >&2;}
21185 rm -f "$ac_tmp/stdin"
21186 case $ac_file in
21187 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
21188 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
21189 esac \
21190 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
21194 # CONFIG_HEADER
21196 if test x"$ac_file" != x-; then
21198 $as_echo "/* $configure_input */" \
21199 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
21200 } >"$ac_tmp/config.h" \
21201 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
21202 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
21203 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
21204 $as_echo "$as_me: $ac_file is unchanged" >&6;}
21205 else
21206 rm -f "$ac_file"
21207 mv "$ac_tmp/config.h" "$ac_file" \
21208 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
21210 else
21211 $as_echo "/* $configure_input */" \
21212 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
21213 || as_fn_error $? "could not create -" "$LINENO" 5
21218 # CONFIG_LINK
21221 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
21223 else
21224 # Prefer the file from the source tree if names are identical.
21225 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
21226 ac_source=$srcdir/$ac_source
21229 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
21230 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
21232 if test ! -r "$ac_source"; then
21233 as_fn_error $? "$ac_source: file not found" "$LINENO" 5
21235 rm -f "$ac_file"
21237 # Try a relative symlink, then a hard link, then a copy.
21238 case $ac_source in
21239 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
21240 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
21241 esac
21242 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
21243 ln "$ac_source" "$ac_file" 2>/dev/null ||
21244 cp -p "$ac_source" "$ac_file" ||
21245 as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
21248 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
21249 $as_echo "$as_me: executing $ac_file commands" >&6;}
21251 esac
21254 case $ac_file$ac_mode in
21255 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
21256 "tools/makedep":C) wine_fn_output_makedep || as_fn_exit $? ;;
21257 "Makefile":C) wine_fn_output_makefile Makefile ;;
21259 esac
21260 done # for ac_tag
21263 as_fn_exit 0
21264 _ACEOF
21265 ac_clean_files=$ac_clean_files_save
21267 test $ac_write_fail = 0 ||
21268 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
21271 # configure is writing to config.log, and then calls config.status.
21272 # config.status does its own redirection, appending to config.log.
21273 # Unfortunately, on DOS this fails, as config.log is still kept open
21274 # by configure, so config.status won't be able to write to it; its
21275 # output is simply discarded. So we exec the FD to /dev/null,
21276 # effectively closing config.log, so it can be properly (re)opened and
21277 # appended to by config.status. When coming back to configure, we
21278 # need to make the FD available again.
21279 if test "$no_create" != yes; then
21280 ac_cs_success=:
21281 ac_config_status_args=
21282 test "$silent" = yes &&
21283 ac_config_status_args="$ac_config_status_args --quiet"
21284 exec 5>/dev/null
21285 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
21286 exec 5>>config.log
21287 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
21288 # would make configure fail if this is the last instruction.
21289 $ac_cs_success || as_fn_exit 1
21291 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
21292 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
21293 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
21297 if test "$no_create" = "yes"
21298 then
21299 exit 0
21302 ac_save_IFS="$IFS"
21303 if test "x$wine_notices" != x; then
21304 echo >&6
21305 IFS="|"
21306 for msg in $wine_notices; do
21307 IFS="$ac_save_IFS"
21308 if ${msg:+false} :; then :
21310 else
21311 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
21312 $as_echo "$as_me: $msg" >&6;}
21314 done
21316 IFS="|"
21317 for msg in $wine_warnings; do
21318 IFS="$ac_save_IFS"
21319 if ${msg:+false} :; then :
21321 else
21322 echo >&2
21323 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
21324 $as_echo "$as_me: WARNING: $msg" >&2;}
21326 done
21327 IFS="$ac_save_IFS"
21329 $as_echo "
21330 $as_me: Finished. Do '${ac_make}' to compile Wine.
21331 " >&6