dbghelp: Don't call assert() on missing subprogram dwarf's information.
[wine.git] / configure
blob88074e4e2763a0f4f54d9138b629d64704319375
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for Wine 6.16.
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.16'
584 PACKAGE_STRING='Wine 6.16'
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 POLL_LIBS
632 TOOLSEXT
633 MSVCRTFLAGS
634 EXTRACFLAGS
635 VKD3D_SHADER_LIBS
636 VKD3D_SHADER_CFLAGS
637 VKD3D_LIBS
638 VKD3D_CFLAGS
639 NETAPI_LIBS
640 NETAPI_CFLAGS
641 PROCSTAT_LIBS
642 MPG123_LIBS
643 MPG123_CFLAGS
644 TIFF_LIBS
645 TIFF_CFLAGS
646 PNG_LIBS
647 PNG_CFLAGS
648 JXRLIB_LIBS
649 JXRLIB_CFLAGS
650 JPEG_LIBS
651 JPEG_CFLAGS
652 GSSAPI_LIBS
653 GSSAPI_CFLAGS
654 KRB5_LIBS
655 KRB5_CFLAGS
656 FONTCONFIG_LIBS
657 FONTCONFIG_CFLAGS
658 CUPS_LIBS
659 CUPS_CFLAGS
660 CAPI20_LIBS
661 CAPI20_CFLAGS
662 FAUDIO_LIBS
663 FAUDIO_CFLAGS
664 SDL2_LIBS
665 SDL2_CFLAGS
666 UNWIND_LIBS
667 UNWIND_CFLAGS
668 UDEV_LIBS
669 UDEV_CFLAGS
670 OSS4_LIBS
671 OSS4_CFLAGS
672 ALSA_LIBS
673 GSTREAMER_LIBS
674 GSTREAMER_CFLAGS
675 PULSE_LIBS
676 PULSE_CFLAGS
677 GETTEXTPO_LIBS
678 FREETYPE_LIBS
679 FREETYPE_CFLAGS
680 LCMS2_LIBS
681 LCMS2_CFLAGS
682 RESOLV_LIBS
683 GPHOTO2_PORT_LIBS
684 GPHOTO2_PORT_CFLAGS
685 GPHOTO2_LIBS
686 GPHOTO2_CFLAGS
687 USB_LIBS
688 USB_CFLAGS
689 SANE_LIBS
690 SANE_CFLAGS
691 GNUTLS_LIBS
692 GNUTLS_CFLAGS
693 HAL_LIBS
694 HAL_CFLAGS
695 DBUS_LIBS
696 DBUS_CFLAGS
697 INOTIFY_LIBS
698 INOTIFY_CFLAGS
699 XSLT_LIBS
700 XSLT_CFLAGS
701 XML2_LIBS
702 XML2_CFLAGS
703 PCAP_LIBS
704 X_EXTRA_LIBS
705 X_LIBS
706 X_PRE_LIBS
707 X_CFLAGS
708 XMKMF
709 PTHREAD_LIBS
710 EXCESS_PRECISION_CFLAGS
711 CROSSDEBUG
712 DELAYLOADFLAG
713 CROSSLDFLAGS
714 EXTRACROSSCFLAGS
715 CROSSCFLAGS
716 CROSSCC
717 CROSSTARGET
718 LIBWINE_DEPENDS
719 PRELINK
720 WINELOADER_DEPENDS
721 LIBWINE_LDFLAGS
722 LIBWINE_SHAREDLIB
723 METAL_LIBS
724 CARBON_LIBS
725 QUICKTIME_LIBS
726 OPENCL_LIBS
727 OPENAL_LIBS
728 COREAUDIO_LIBS
729 SECURITY_LIBS
730 DISKARBITRATION_LIBS
731 SYSTEMCONFIGURATION_LIBS
732 APPKIT_LIBS
733 CORESERVICES_LIBS
734 APPLICATIONSERVICES_LIBS
735 FORCEFEEDBACK_LIBS
736 IOKIT_LIBS
737 COREFOUNDATION_LIBS
738 OBJCPP
739 ac_ct_OBJC
740 OBJCFLAGS
741 OBJC
742 DLLTOOL
743 WINELOADER_PROGRAMS
744 CONFIGURE_TARGETS
745 DISABLED_SUBDIRS
746 SUBDIRS
747 READELF
748 OTOOL
750 WINEPRELOADER_LDFLAGS
751 WINELOADER_LDFLAGS
752 TOP_INSTALL_DEV
753 TOP_INSTALL_LIB
754 LDEXECFLAGS
755 LDDLLFLAGS
756 DLLFLAGS
758 OPENGL_LIBS
759 I386_LIBS
760 ICOTOOL
761 CONVERT
762 RSVG
763 FONTFORGE
764 PKG_CONFIG
765 MSGFMT
766 LDCONFIG
767 EGREP
768 GREP
769 LN_S
770 RANLIB
771 STRIP
772 ac_ct_AR
774 BISON
775 FLEX
776 TOOLSDIR
777 ARCH
778 TARGETFLAGS
780 CPPBIN
781 ac_ct_CXX
782 CXXFLAGS
784 OBJEXT
785 EXEEXT
786 ac_ct_CC
787 CPPFLAGS
788 LDFLAGS
789 CFLAGS
791 SET_MAKE
792 host_os
793 host_vendor
794 host_cpu
795 host
796 build_os
797 build_vendor
798 build_cpu
799 build
800 target_alias
801 host_alias
802 build_alias
803 LIBS
804 ECHO_T
805 ECHO_N
806 ECHO_C
807 DEFS
808 mandir
809 localedir
810 libdir
811 psdir
812 pdfdir
813 dvidir
814 htmldir
815 infodir
816 docdir
817 oldincludedir
818 includedir
819 runstatedir
820 localstatedir
821 sharedstatedir
822 sysconfdir
823 datadir
824 datarootdir
825 libexecdir
826 sbindir
827 bindir
828 program_transform_name
829 prefix
830 exec_prefix
831 PACKAGE_URL
832 PACKAGE_BUGREPORT
833 PACKAGE_STRING
834 PACKAGE_VERSION
835 PACKAGE_TARNAME
836 PACKAGE_NAME
837 PATH_SEPARATOR
838 SHELL'
839 ac_subst_files=''
840 ac_user_opts='
841 enable_option_checking
842 enable_win16
843 enable_win64
844 enable_tests
845 enable_build_id
846 enable_maintainer_mode
847 enable_silent_rules
848 enable_werror
849 with_alsa
850 with_capi
851 with_cms
852 with_coreaudio
853 with_cups
854 with_dbus
855 with_faudio
856 with_float_abi
857 with_fontconfig
858 with_freetype
859 with_gettext
860 with_gettextpo
861 with_gphoto
862 with_gnutls
863 with_gsm
864 with_gssapi
865 with_gstreamer
866 with_hal
867 with_inotify
868 with_jpeg
869 with_jxrlib
870 with_krb5
871 with_ldap
872 with_mingw
873 with_mpg123
874 with_netapi
875 with_openal
876 with_opencl
877 with_opengl
878 with_osmesa
879 with_oss
880 with_pcap
881 with_png
882 with_pthread
883 with_pulse
884 with_quicktime
885 with_sane
886 with_sdl
887 with_tiff
888 with_udev
889 with_unwind
890 with_usb
891 with_v4l2
892 with_vkd3d
893 with_vulkan
894 with_xcomposite
895 with_xcursor
896 with_xfixes
897 with_xinerama
898 with_xinput
899 with_xinput2
900 with_xml
901 with_xrandr
902 with_xrender
903 with_xshape
904 with_xshm
905 with_xslt
906 with_xxf86vm
907 with_wine_tools
908 with_wine64
909 enable_largefile
910 with_x
911 enable_acledit
912 enable_aclui
913 enable_activeds_tlb
914 enable_activeds
915 enable_actxprxy
916 enable_adsiid
917 enable_adsldp
918 enable_adsldpc
919 enable_advapi32
920 enable_advpack
921 enable_amsi
922 enable_amstream
923 enable_api_ms_win_appmodel_identity_l1_1_0
924 enable_api_ms_win_appmodel_runtime_l1_1_1
925 enable_api_ms_win_appmodel_runtime_l1_1_2
926 enable_api_ms_win_core_apiquery_l1_1_0
927 enable_api_ms_win_core_appcompat_l1_1_1
928 enable_api_ms_win_core_appinit_l1_1_0
929 enable_api_ms_win_core_atoms_l1_1_0
930 enable_api_ms_win_core_bem_l1_1_0
931 enable_api_ms_win_core_com_l1_1_0
932 enable_api_ms_win_core_com_l1_1_1
933 enable_api_ms_win_core_com_private_l1_1_0
934 enable_api_ms_win_core_comm_l1_1_0
935 enable_api_ms_win_core_console_l1_1_0
936 enable_api_ms_win_core_console_l1_2_0
937 enable_api_ms_win_core_console_l2_1_0
938 enable_api_ms_win_core_console_l3_2_0
939 enable_api_ms_win_core_crt_l1_1_0
940 enable_api_ms_win_core_crt_l2_1_0
941 enable_api_ms_win_core_datetime_l1_1_0
942 enable_api_ms_win_core_datetime_l1_1_1
943 enable_api_ms_win_core_debug_l1_1_0
944 enable_api_ms_win_core_debug_l1_1_1
945 enable_api_ms_win_core_delayload_l1_1_0
946 enable_api_ms_win_core_delayload_l1_1_1
947 enable_api_ms_win_core_errorhandling_l1_1_0
948 enable_api_ms_win_core_errorhandling_l1_1_1
949 enable_api_ms_win_core_errorhandling_l1_1_2
950 enable_api_ms_win_core_errorhandling_l1_1_3
951 enable_api_ms_win_core_featurestaging_l1_1_0
952 enable_api_ms_win_core_fibers_l1_1_0
953 enable_api_ms_win_core_fibers_l1_1_1
954 enable_api_ms_win_core_file_ansi_l2_1_0
955 enable_api_ms_win_core_file_fromapp_l1_1_0
956 enable_api_ms_win_core_file_l1_1_0
957 enable_api_ms_win_core_file_l1_2_0
958 enable_api_ms_win_core_file_l1_2_1
959 enable_api_ms_win_core_file_l1_2_2
960 enable_api_ms_win_core_file_l2_1_0
961 enable_api_ms_win_core_file_l2_1_1
962 enable_api_ms_win_core_file_l2_1_2
963 enable_api_ms_win_core_handle_l1_1_0
964 enable_api_ms_win_core_heap_l1_1_0
965 enable_api_ms_win_core_heap_l1_2_0
966 enable_api_ms_win_core_heap_l2_1_0
967 enable_api_ms_win_core_heap_obsolete_l1_1_0
968 enable_api_ms_win_core_interlocked_l1_1_0
969 enable_api_ms_win_core_interlocked_l1_2_0
970 enable_api_ms_win_core_io_l1_1_0
971 enable_api_ms_win_core_io_l1_1_1
972 enable_api_ms_win_core_job_l1_1_0
973 enable_api_ms_win_core_job_l2_1_0
974 enable_api_ms_win_core_kernel32_legacy_l1_1_0
975 enable_api_ms_win_core_kernel32_legacy_l1_1_1
976 enable_api_ms_win_core_kernel32_legacy_l1_1_2
977 enable_api_ms_win_core_kernel32_legacy_l1_1_5
978 enable_api_ms_win_core_kernel32_private_l1_1_1
979 enable_api_ms_win_core_largeinteger_l1_1_0
980 enable_api_ms_win_core_libraryloader_l1_1_0
981 enable_api_ms_win_core_libraryloader_l1_1_1
982 enable_api_ms_win_core_libraryloader_l1_2_0
983 enable_api_ms_win_core_libraryloader_l1_2_1
984 enable_api_ms_win_core_libraryloader_l1_2_2
985 enable_api_ms_win_core_libraryloader_l2_1_0
986 enable_api_ms_win_core_localization_l1_1_0
987 enable_api_ms_win_core_localization_l1_2_0
988 enable_api_ms_win_core_localization_l1_2_1
989 enable_api_ms_win_core_localization_l1_2_2
990 enable_api_ms_win_core_localization_l2_1_0
991 enable_api_ms_win_core_localization_obsolete_l1_1_0
992 enable_api_ms_win_core_localization_obsolete_l1_2_0
993 enable_api_ms_win_core_localization_obsolete_l1_3_0
994 enable_api_ms_win_core_localization_private_l1_1_0
995 enable_api_ms_win_core_localregistry_l1_1_0
996 enable_api_ms_win_core_memory_l1_1_0
997 enable_api_ms_win_core_memory_l1_1_1
998 enable_api_ms_win_core_memory_l1_1_2
999 enable_api_ms_win_core_memory_l1_1_3
1000 enable_api_ms_win_core_memory_l1_1_4
1001 enable_api_ms_win_core_misc_l1_1_0
1002 enable_api_ms_win_core_namedpipe_ansi_l1_1_0
1003 enable_api_ms_win_core_namedpipe_l1_1_0
1004 enable_api_ms_win_core_namedpipe_l1_2_0
1005 enable_api_ms_win_core_namespace_l1_1_0
1006 enable_api_ms_win_core_normalization_l1_1_0
1007 enable_api_ms_win_core_path_l1_1_0
1008 enable_api_ms_win_core_privateprofile_l1_1_1
1009 enable_api_ms_win_core_processenvironment_l1_1_0
1010 enable_api_ms_win_core_processenvironment_l1_2_0
1011 enable_api_ms_win_core_processthreads_l1_1_0
1012 enable_api_ms_win_core_processthreads_l1_1_1
1013 enable_api_ms_win_core_processthreads_l1_1_2
1014 enable_api_ms_win_core_processthreads_l1_1_3
1015 enable_api_ms_win_core_processtopology_l1_1_0
1016 enable_api_ms_win_core_processtopology_obsolete_l1_1_0
1017 enable_api_ms_win_core_profile_l1_1_0
1018 enable_api_ms_win_core_psapi_ansi_l1_1_0
1019 enable_api_ms_win_core_psapi_l1_1_0
1020 enable_api_ms_win_core_psapi_obsolete_l1_1_0
1021 enable_api_ms_win_core_psm_appnotify_l1_1_0
1022 enable_api_ms_win_core_quirks_l1_1_0
1023 enable_api_ms_win_core_realtime_l1_1_0
1024 enable_api_ms_win_core_registry_l1_1_0
1025 enable_api_ms_win_core_registry_l2_1_0
1026 enable_api_ms_win_core_registry_l2_2_0
1027 enable_api_ms_win_core_registryuserspecific_l1_1_0
1028 enable_api_ms_win_core_rtlsupport_l1_1_0
1029 enable_api_ms_win_core_rtlsupport_l1_2_0
1030 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
1031 enable_api_ms_win_core_shlwapi_obsolete_l1_1_0
1032 enable_api_ms_win_core_shlwapi_obsolete_l1_2_0
1033 enable_api_ms_win_core_shutdown_l1_1_0
1034 enable_api_ms_win_core_sidebyside_l1_1_0
1035 enable_api_ms_win_core_string_l1_1_0
1036 enable_api_ms_win_core_string_l2_1_0
1037 enable_api_ms_win_core_string_obsolete_l1_1_0
1038 enable_api_ms_win_core_stringansi_l1_1_0
1039 enable_api_ms_win_core_stringloader_l1_1_1
1040 enable_api_ms_win_core_synch_ansi_l1_1_0
1041 enable_api_ms_win_core_synch_l1_1_0
1042 enable_api_ms_win_core_synch_l1_2_0
1043 enable_api_ms_win_core_synch_l1_2_1
1044 enable_api_ms_win_core_sysinfo_l1_1_0
1045 enable_api_ms_win_core_sysinfo_l1_2_0
1046 enable_api_ms_win_core_sysinfo_l1_2_1
1047 enable_api_ms_win_core_systemtopology_l1_1_0
1048 enable_api_ms_win_core_threadpool_l1_1_0
1049 enable_api_ms_win_core_threadpool_l1_2_0
1050 enable_api_ms_win_core_threadpool_legacy_l1_1_0
1051 enable_api_ms_win_core_threadpool_private_l1_1_0
1052 enable_api_ms_win_core_timezone_l1_1_0
1053 enable_api_ms_win_core_toolhelp_l1_1_0
1054 enable_api_ms_win_core_url_l1_1_0
1055 enable_api_ms_win_core_util_l1_1_0
1056 enable_api_ms_win_core_version_l1_1_0
1057 enable_api_ms_win_core_version_l1_1_1
1058 enable_api_ms_win_core_version_private_l1_1_0
1059 enable_api_ms_win_core_versionansi_l1_1_0
1060 enable_api_ms_win_core_windowserrorreporting_l1_1_0
1061 enable_api_ms_win_core_winrt_error_l1_1_0
1062 enable_api_ms_win_core_winrt_error_l1_1_1
1063 enable_api_ms_win_core_winrt_errorprivate_l1_1_1
1064 enable_api_ms_win_core_winrt_l1_1_0
1065 enable_api_ms_win_core_winrt_registration_l1_1_0
1066 enable_api_ms_win_core_winrt_roparameterizediid_l1_1_0
1067 enable_api_ms_win_core_winrt_string_l1_1_0
1068 enable_api_ms_win_core_winrt_string_l1_1_1
1069 enable_api_ms_win_core_wow64_l1_1_0
1070 enable_api_ms_win_core_wow64_l1_1_1
1071 enable_api_ms_win_core_xstate_l1_1_0
1072 enable_api_ms_win_core_xstate_l2_1_0
1073 enable_api_ms_win_crt_conio_l1_1_0
1074 enable_api_ms_win_crt_convert_l1_1_0
1075 enable_api_ms_win_crt_environment_l1_1_0
1076 enable_api_ms_win_crt_filesystem_l1_1_0
1077 enable_api_ms_win_crt_heap_l1_1_0
1078 enable_api_ms_win_crt_locale_l1_1_0
1079 enable_api_ms_win_crt_math_l1_1_0
1080 enable_api_ms_win_crt_multibyte_l1_1_0
1081 enable_api_ms_win_crt_private_l1_1_0
1082 enable_api_ms_win_crt_process_l1_1_0
1083 enable_api_ms_win_crt_runtime_l1_1_0
1084 enable_api_ms_win_crt_stdio_l1_1_0
1085 enable_api_ms_win_crt_string_l1_1_0
1086 enable_api_ms_win_crt_time_l1_1_0
1087 enable_api_ms_win_crt_utility_l1_1_0
1088 enable_api_ms_win_devices_config_l1_1_0
1089 enable_api_ms_win_devices_config_l1_1_1
1090 enable_api_ms_win_devices_query_l1_1_1
1091 enable_api_ms_win_downlevel_advapi32_l1_1_0
1092 enable_api_ms_win_downlevel_advapi32_l2_1_0
1093 enable_api_ms_win_downlevel_kernel32_l2_1_0
1094 enable_api_ms_win_downlevel_normaliz_l1_1_0
1095 enable_api_ms_win_downlevel_ole32_l1_1_0
1096 enable_api_ms_win_downlevel_shell32_l1_1_0
1097 enable_api_ms_win_downlevel_shlwapi_l1_1_0
1098 enable_api_ms_win_downlevel_shlwapi_l2_1_0
1099 enable_api_ms_win_downlevel_user32_l1_1_0
1100 enable_api_ms_win_downlevel_version_l1_1_0
1101 enable_api_ms_win_dx_d3dkmt_l1_1_0
1102 enable_api_ms_win_eventing_classicprovider_l1_1_0
1103 enable_api_ms_win_eventing_consumer_l1_1_0
1104 enable_api_ms_win_eventing_controller_l1_1_0
1105 enable_api_ms_win_eventing_legacy_l1_1_0
1106 enable_api_ms_win_eventing_provider_l1_1_0
1107 enable_api_ms_win_eventlog_legacy_l1_1_0
1108 enable_api_ms_win_gaming_tcui_l1_1_0
1109 enable_api_ms_win_gdi_dpiinfo_l1_1_0
1110 enable_api_ms_win_mm_joystick_l1_1_0
1111 enable_api_ms_win_mm_misc_l1_1_1
1112 enable_api_ms_win_mm_mme_l1_1_0
1113 enable_api_ms_win_mm_time_l1_1_0
1114 enable_api_ms_win_ntuser_dc_access_l1_1_0
1115 enable_api_ms_win_ntuser_rectangle_l1_1_0
1116 enable_api_ms_win_ntuser_sysparams_l1_1_0
1117 enable_api_ms_win_perf_legacy_l1_1_0
1118 enable_api_ms_win_power_base_l1_1_0
1119 enable_api_ms_win_power_setting_l1_1_0
1120 enable_api_ms_win_rtcore_ntuser_draw_l1_1_0
1121 enable_api_ms_win_rtcore_ntuser_private_l1_1_0
1122 enable_api_ms_win_rtcore_ntuser_private_l1_1_4
1123 enable_api_ms_win_rtcore_ntuser_window_l1_1_0
1124 enable_api_ms_win_rtcore_ntuser_winevent_l1_1_0
1125 enable_api_ms_win_rtcore_ntuser_wmpointer_l1_1_0
1126 enable_api_ms_win_rtcore_ntuser_wmpointer_l1_1_3
1127 enable_api_ms_win_security_activedirectoryclient_l1_1_0
1128 enable_api_ms_win_security_audit_l1_1_1
1129 enable_api_ms_win_security_base_l1_1_0
1130 enable_api_ms_win_security_base_l1_2_0
1131 enable_api_ms_win_security_base_private_l1_1_1
1132 enable_api_ms_win_security_credentials_l1_1_0
1133 enable_api_ms_win_security_cryptoapi_l1_1_0
1134 enable_api_ms_win_security_grouppolicy_l1_1_0
1135 enable_api_ms_win_security_lsalookup_l1_1_0
1136 enable_api_ms_win_security_lsalookup_l1_1_1
1137 enable_api_ms_win_security_lsalookup_l2_1_0
1138 enable_api_ms_win_security_lsalookup_l2_1_1
1139 enable_api_ms_win_security_lsapolicy_l1_1_0
1140 enable_api_ms_win_security_provider_l1_1_0
1141 enable_api_ms_win_security_sddl_l1_1_0
1142 enable_api_ms_win_security_systemfunctions_l1_1_0
1143 enable_api_ms_win_service_core_l1_1_0
1144 enable_api_ms_win_service_core_l1_1_1
1145 enable_api_ms_win_service_management_l1_1_0
1146 enable_api_ms_win_service_management_l2_1_0
1147 enable_api_ms_win_service_private_l1_1_1
1148 enable_api_ms_win_service_winsvc_l1_1_0
1149 enable_api_ms_win_service_winsvc_l1_2_0
1150 enable_api_ms_win_shcore_obsolete_l1_1_0
1151 enable_api_ms_win_shcore_scaling_l1_1_0
1152 enable_api_ms_win_shcore_scaling_l1_1_1
1153 enable_api_ms_win_shcore_stream_l1_1_0
1154 enable_api_ms_win_shcore_stream_winrt_l1_1_0
1155 enable_api_ms_win_shcore_thread_l1_1_0
1156 enable_api_ms_win_shell_shellcom_l1_1_0
1157 enable_api_ms_win_shell_shellfolders_l1_1_0
1158 enable_apphelp
1159 enable_appwiz_cpl
1160 enable_atl
1161 enable_atl100
1162 enable_atl110
1163 enable_atl80
1164 enable_atl90
1165 enable_atlthunk
1166 enable_atmlib
1167 enable_authz
1168 enable_avicap32
1169 enable_avifil32
1170 enable_avrt
1171 enable_bcrypt
1172 enable_bluetoothapis
1173 enable_browseui
1174 enable_bthprops_cpl
1175 enable_cabinet
1176 enable_capi2032
1177 enable_cards
1178 enable_cdosys
1179 enable_cfgmgr32
1180 enable_clusapi
1181 enable_combase
1182 enable_comcat
1183 enable_comctl32
1184 enable_comdlg32
1185 enable_compstui
1186 enable_comsvcs
1187 enable_concrt140
1188 enable_connect
1189 enable_credui
1190 enable_crtdll
1191 enable_crypt32
1192 enable_cryptdlg
1193 enable_cryptdll
1194 enable_cryptext
1195 enable_cryptnet
1196 enable_cryptsp
1197 enable_cryptui
1198 enable_ctapi32
1199 enable_ctl3d32
1200 enable_d2d1
1201 enable_d3d10
1202 enable_d3d10_1
1203 enable_d3d10core
1204 enable_d3d11
1205 enable_d3d12
1206 enable_d3d8
1207 enable_d3d8thk
1208 enable_d3d9
1209 enable_d3dcompiler_33
1210 enable_d3dcompiler_34
1211 enable_d3dcompiler_35
1212 enable_d3dcompiler_36
1213 enable_d3dcompiler_37
1214 enable_d3dcompiler_38
1215 enable_d3dcompiler_39
1216 enable_d3dcompiler_40
1217 enable_d3dcompiler_41
1218 enable_d3dcompiler_42
1219 enable_d3dcompiler_43
1220 enable_d3dcompiler_46
1221 enable_d3dcompiler_47
1222 enable_d3dim
1223 enable_d3dim700
1224 enable_d3drm
1225 enable_d3dx10_33
1226 enable_d3dx10_34
1227 enable_d3dx10_35
1228 enable_d3dx10_36
1229 enable_d3dx10_37
1230 enable_d3dx10_38
1231 enable_d3dx10_39
1232 enable_d3dx10_40
1233 enable_d3dx10_41
1234 enable_d3dx10_42
1235 enable_d3dx10_43
1236 enable_d3dx11_42
1237 enable_d3dx11_43
1238 enable_d3dx9_24
1239 enable_d3dx9_25
1240 enable_d3dx9_26
1241 enable_d3dx9_27
1242 enable_d3dx9_28
1243 enable_d3dx9_29
1244 enable_d3dx9_30
1245 enable_d3dx9_31
1246 enable_d3dx9_32
1247 enable_d3dx9_33
1248 enable_d3dx9_34
1249 enable_d3dx9_35
1250 enable_d3dx9_36
1251 enable_d3dx9_37
1252 enable_d3dx9_38
1253 enable_d3dx9_39
1254 enable_d3dx9_40
1255 enable_d3dx9_41
1256 enable_d3dx9_42
1257 enable_d3dx9_43
1258 enable_d3dxof
1259 enable_davclnt
1260 enable_dbgeng
1261 enable_dbghelp
1262 enable_dciman32
1263 enable_dcomp
1264 enable_ddraw
1265 enable_ddrawex
1266 enable_devenum
1267 enable_dhcpcsvc
1268 enable_dhtmled_ocx
1269 enable_difxapi
1270 enable_dinput
1271 enable_dinput8
1272 enable_directmanipulation
1273 enable_dispex
1274 enable_dmband
1275 enable_dmcompos
1276 enable_dmime
1277 enable_dmloader
1278 enable_dmoguids
1279 enable_dmscript
1280 enable_dmstyle
1281 enable_dmsynth
1282 enable_dmusic
1283 enable_dmusic32
1284 enable_dnsapi
1285 enable_dplay
1286 enable_dplayx
1287 enable_dpnaddr
1288 enable_dpnet
1289 enable_dpnhpast
1290 enable_dpnhupnp
1291 enable_dpnlobby
1292 enable_dpvoice
1293 enable_dpwsockx
1294 enable_drmclien
1295 enable_dsdmo
1296 enable_dsound
1297 enable_dsquery
1298 enable_dssenh
1299 enable_dsuiext
1300 enable_dswave
1301 enable_dwmapi
1302 enable_dwrite
1303 enable_dx8vb
1304 enable_dxdiagn
1305 enable_dxerr8
1306 enable_dxerr9
1307 enable_dxgi
1308 enable_dxguid
1309 enable_dxtrans
1310 enable_dxva2
1311 enable_esent
1312 enable_evr
1313 enable_explorerframe
1314 enable_ext_ms_win_authz_context_l1_1_0
1315 enable_ext_ms_win_domainjoin_netjoin_l1_1_0
1316 enable_ext_ms_win_dwmapi_ext_l1_1_0
1317 enable_ext_ms_win_gdi_dc_create_l1_1_0
1318 enable_ext_ms_win_gdi_dc_create_l1_1_1
1319 enable_ext_ms_win_gdi_dc_l1_2_0
1320 enable_ext_ms_win_gdi_devcaps_l1_1_0
1321 enable_ext_ms_win_gdi_draw_l1_1_0
1322 enable_ext_ms_win_gdi_draw_l1_1_1
1323 enable_ext_ms_win_gdi_font_l1_1_0
1324 enable_ext_ms_win_gdi_font_l1_1_1
1325 enable_ext_ms_win_gdi_render_l1_1_0
1326 enable_ext_ms_win_kernel32_package_current_l1_1_0
1327 enable_ext_ms_win_kernel32_package_l1_1_1
1328 enable_ext_ms_win_ntuser_dialogbox_l1_1_0
1329 enable_ext_ms_win_ntuser_draw_l1_1_0
1330 enable_ext_ms_win_ntuser_gui_l1_1_0
1331 enable_ext_ms_win_ntuser_gui_l1_3_0
1332 enable_ext_ms_win_ntuser_keyboard_l1_3_0
1333 enable_ext_ms_win_ntuser_message_l1_1_0
1334 enable_ext_ms_win_ntuser_message_l1_1_1
1335 enable_ext_ms_win_ntuser_misc_l1_1_0
1336 enable_ext_ms_win_ntuser_misc_l1_2_0
1337 enable_ext_ms_win_ntuser_misc_l1_5_1
1338 enable_ext_ms_win_ntuser_mouse_l1_1_0
1339 enable_ext_ms_win_ntuser_private_l1_1_1
1340 enable_ext_ms_win_ntuser_private_l1_3_1
1341 enable_ext_ms_win_ntuser_rectangle_ext_l1_1_0
1342 enable_ext_ms_win_ntuser_uicontext_ext_l1_1_0
1343 enable_ext_ms_win_ntuser_window_l1_1_0
1344 enable_ext_ms_win_ntuser_window_l1_1_1
1345 enable_ext_ms_win_ntuser_window_l1_1_4
1346 enable_ext_ms_win_ntuser_windowclass_l1_1_0
1347 enable_ext_ms_win_ntuser_windowclass_l1_1_1
1348 enable_ext_ms_win_oleacc_l1_1_0
1349 enable_ext_ms_win_ras_rasapi32_l1_1_0
1350 enable_ext_ms_win_rtcore_gdi_devcaps_l1_1_0
1351 enable_ext_ms_win_rtcore_gdi_object_l1_1_0
1352 enable_ext_ms_win_rtcore_gdi_rgn_l1_1_0
1353 enable_ext_ms_win_rtcore_ntuser_cursor_l1_1_0
1354 enable_ext_ms_win_rtcore_ntuser_dc_access_l1_1_0
1355 enable_ext_ms_win_rtcore_ntuser_dpi_l1_1_0
1356 enable_ext_ms_win_rtcore_ntuser_dpi_l1_2_0
1357 enable_ext_ms_win_rtcore_ntuser_rawinput_l1_1_0
1358 enable_ext_ms_win_rtcore_ntuser_syscolors_l1_1_0
1359 enable_ext_ms_win_rtcore_ntuser_sysparams_l1_1_0
1360 enable_ext_ms_win_security_credui_l1_1_0
1361 enable_ext_ms_win_security_cryptui_l1_1_0
1362 enable_ext_ms_win_shell_comctl32_init_l1_1_0
1363 enable_ext_ms_win_shell_comdlg32_l1_1_0
1364 enable_ext_ms_win_shell_shell32_l1_2_0
1365 enable_ext_ms_win_uxtheme_themes_l1_1_0
1366 enable_faultrep
1367 enable_feclient
1368 enable_fltlib
1369 enable_fltmgr_sys
1370 enable_fntcache
1371 enable_fontsub
1372 enable_fusion
1373 enable_fwpuclnt
1374 enable_gameux
1375 enable_gamingtcui
1376 enable_gdi32
1377 enable_gdiplus
1378 enable_glu32
1379 enable_gphoto2_ds
1380 enable_gpkcsp
1381 enable_hal
1382 enable_hhctrl_ocx
1383 enable_hid
1384 enable_hidclass_sys
1385 enable_hidparse_sys
1386 enable_hlink
1387 enable_hnetcfg
1388 enable_http_sys
1389 enable_httpapi
1390 enable_iccvid
1391 enable_icmp
1392 enable_ieframe
1393 enable_ieproxy
1394 enable_imaadp32_acm
1395 enable_imagehlp
1396 enable_imm32
1397 enable_inetcomm
1398 enable_inetcpl_cpl
1399 enable_inetmib1
1400 enable_infosoft
1401 enable_initpki
1402 enable_inkobj
1403 enable_inseng
1404 enable_iphlpapi
1405 enable_iprop
1406 enable_irprops_cpl
1407 enable_itircl
1408 enable_itss
1409 enable_joy_cpl
1410 enable_jscript
1411 enable_jsproxy
1412 enable_kerberos
1413 enable_kernel32
1414 enable_kernelbase
1415 enable_ksecdd_sys
1416 enable_ksproxy_ax
1417 enable_ksuser
1418 enable_ktmw32
1419 enable_l3codeca_acm
1420 enable_light_msstyles
1421 enable_loadperf
1422 enable_localspl
1423 enable_localui
1424 enable_lz32
1425 enable_mapi32
1426 enable_mapistub
1427 enable_mciavi32
1428 enable_mcicda
1429 enable_mciqtz32
1430 enable_mciseq
1431 enable_mciwave
1432 enable_mf
1433 enable_mf3216
1434 enable_mferror
1435 enable_mfmediaengine
1436 enable_mfplat
1437 enable_mfplay
1438 enable_mfreadwrite
1439 enable_mfuuid
1440 enable_mgmtapi
1441 enable_midimap
1442 enable_mlang
1443 enable_mmcndmgr
1444 enable_mmdevapi
1445 enable_mountmgr_sys
1446 enable_mp3dmod
1447 enable_mpr
1448 enable_mprapi
1449 enable_msacm32_drv
1450 enable_msacm32
1451 enable_msado15
1452 enable_msadp32_acm
1453 enable_msasn1
1454 enable_mscat32
1455 enable_mscms
1456 enable_mscoree
1457 enable_mscorwks
1458 enable_msctf
1459 enable_msctfp
1460 enable_msdaps
1461 enable_msdelta
1462 enable_msdmo
1463 enable_msdrm
1464 enable_msftedit
1465 enable_msg711_acm
1466 enable_msgsm32_acm
1467 enable_mshtml_tlb
1468 enable_mshtml
1469 enable_msi
1470 enable_msident
1471 enable_msimg32
1472 enable_msimsg
1473 enable_msimtf
1474 enable_msisip
1475 enable_msisys_ocx
1476 enable_msls31
1477 enable_msnet32
1478 enable_mspatcha
1479 enable_msports
1480 enable_msrle32
1481 enable_msscript_ocx
1482 enable_mssign32
1483 enable_mssip32
1484 enable_mstask
1485 enable_msv1_0
1486 enable_msvcirt
1487 enable_msvcm80
1488 enable_msvcm90
1489 enable_msvcp100
1490 enable_msvcp110
1491 enable_msvcp120
1492 enable_msvcp120_app
1493 enable_msvcp140
1494 enable_msvcp140_1
1495 enable_msvcp60
1496 enable_msvcp70
1497 enable_msvcp71
1498 enable_msvcp80
1499 enable_msvcp90
1500 enable_msvcr100
1501 enable_msvcr110
1502 enable_msvcr120
1503 enable_msvcr120_app
1504 enable_msvcr70
1505 enable_msvcr71
1506 enable_msvcr80
1507 enable_msvcr90
1508 enable_msvcrt
1509 enable_msvcrt20
1510 enable_msvcrt40
1511 enable_msvcrtd
1512 enable_msvfw32
1513 enable_msvidc32
1514 enable_mswsock
1515 enable_msxml
1516 enable_msxml2
1517 enable_msxml3
1518 enable_msxml4
1519 enable_msxml6
1520 enable_mtxdm
1521 enable_ncrypt
1522 enable_nddeapi
1523 enable_ndis_sys
1524 enable_netapi32
1525 enable_netcfgx
1526 enable_netio_sys
1527 enable_netprofm
1528 enable_netutils
1529 enable_newdev
1530 enable_ninput
1531 enable_normaliz
1532 enable_npmshtml
1533 enable_npptools
1534 enable_nsi
1535 enable_nsiproxy_sys
1536 enable_ntdll
1537 enable_ntdsapi
1538 enable_ntoskrnl_exe
1539 enable_ntprint
1540 enable_objsel
1541 enable_odbc32
1542 enable_odbcbcp
1543 enable_odbccp32
1544 enable_odbccu32
1545 enable_ole32
1546 enable_oleacc
1547 enable_oleaut32
1548 enable_olecli32
1549 enable_oledb32
1550 enable_oledlg
1551 enable_olepro32
1552 enable_olesvr32
1553 enable_olethk32
1554 enable_opcservices
1555 enable_openal32
1556 enable_opencl
1557 enable_opengl32
1558 enable_packager
1559 enable_pdh
1560 enable_photometadatahandler
1561 enable_pidgen
1562 enable_powrprof
1563 enable_printui
1564 enable_prntvpt
1565 enable_propsys
1566 enable_psapi
1567 enable_pstorec
1568 enable_pwrshplugin
1569 enable_qasf
1570 enable_qcap
1571 enable_qdvd
1572 enable_qedit
1573 enable_qmgr
1574 enable_qmgrprxy
1575 enable_quartz
1576 enable_query
1577 enable_qwave
1578 enable_rasapi32
1579 enable_rasdlg
1580 enable_regapi
1581 enable_resutils
1582 enable_riched20
1583 enable_riched32
1584 enable_rpcrt4
1585 enable_rsabase
1586 enable_rsaenh
1587 enable_rstrtmgr
1588 enable_rtutils
1589 enable_rtworkq
1590 enable_samlib
1591 enable_sane_ds
1592 enable_sapi
1593 enable_sas
1594 enable_scarddlg
1595 enable_sccbase
1596 enable_schannel
1597 enable_schedsvc
1598 enable_scrobj
1599 enable_scrrun
1600 enable_scsiport_sys
1601 enable_sechost
1602 enable_secur32
1603 enable_security
1604 enable_sensapi
1605 enable_serialui
1606 enable_setupapi
1607 enable_sfc
1608 enable_sfc_os
1609 enable_shcore
1610 enable_shdoclc
1611 enable_shdocvw
1612 enable_shell32
1613 enable_shfolder
1614 enable_shlwapi
1615 enable_slbcsp
1616 enable_slc
1617 enable_snmpapi
1618 enable_softpub
1619 enable_spoolss
1620 enable_sppc
1621 enable_srclient
1622 enable_srvcli
1623 enable_sspicli
1624 enable_stdole2_tlb
1625 enable_stdole32_tlb
1626 enable_sti
1627 enable_strmbase
1628 enable_strmdll
1629 enable_strmiids
1630 enable_svrapi
1631 enable_sxs
1632 enable_t2embed
1633 enable_tapi32
1634 enable_taskschd
1635 enable_tbs
1636 enable_tdh
1637 enable_tdi_sys
1638 enable_traffic
1639 enable_twain_32
1640 enable_tzres
1641 enable_ucrtbase
1642 enable_uianimation
1643 enable_uiautomationcore
1644 enable_uiribbon
1645 enable_unicows
1646 enable_updspapi
1647 enable_url
1648 enable_urlmon
1649 enable_usbd_sys
1650 enable_user32
1651 enable_userenv
1652 enable_usp10
1653 enable_utildll
1654 enable_uuid
1655 enable_uxtheme
1656 enable_vbscript
1657 enable_vcomp
1658 enable_vcomp100
1659 enable_vcomp110
1660 enable_vcomp120
1661 enable_vcomp140
1662 enable_vcomp90
1663 enable_vcruntime140
1664 enable_vcruntime140_1
1665 enable_vdmdbg
1666 enable_version
1667 enable_vga
1668 enable_virtdisk
1669 enable_vssapi
1670 enable_vulkan_1
1671 enable_wbemdisp
1672 enable_wbemprox
1673 enable_wbemuuid
1674 enable_wdscore
1675 enable_webservices
1676 enable_websocket
1677 enable_wer
1678 enable_wevtapi
1679 enable_wevtsvc
1680 enable_wiaservc
1681 enable_wimgapi
1682 enable_win32u
1683 enable_windows_gaming_input
1684 enable_windows_globalization
1685 enable_windows_media_devices
1686 enable_windows_media_speech
1687 enable_windowscodecs
1688 enable_windowscodecsext
1689 enable_winealsa_drv
1690 enable_wineandroid_drv
1691 enable_winebus_sys
1692 enable_winecoreaudio_drv
1693 enable_winecrt0
1694 enable_wined3d
1695 enable_winegstreamer
1696 enable_winehid_sys
1697 enable_winejoystick_drv
1698 enable_winemac_drv
1699 enable_winemapi
1700 enable_wineoss_drv
1701 enable_wineps_drv
1702 enable_winepulse_drv
1703 enable_wineqtdecoder
1704 enable_wineusb_sys
1705 enable_winevulkan
1706 enable_winex11_drv
1707 enable_winexinput_sys
1708 enable_wing32
1709 enable_winhttp
1710 enable_wininet
1711 enable_winmm
1712 enable_winnls32
1713 enable_winscard
1714 enable_winspool_drv
1715 enable_winsta
1716 enable_wintab32
1717 enable_wintrust
1718 enable_winusb
1719 enable_wlanapi
1720 enable_wlanui
1721 enable_wldap32
1722 enable_wmasf
1723 enable_wmcodecdspuuid
1724 enable_wmi
1725 enable_wmiutils
1726 enable_wmp
1727 enable_wmphoto
1728 enable_wmvcore
1729 enable_wnaspi32
1730 enable_wow64
1731 enable_wow64cpu
1732 enable_wow64win
1733 enable_wpc
1734 enable_wpcap
1735 enable_ws2_32
1736 enable_wsdapi
1737 enable_wshom_ocx
1738 enable_wsnmp32
1739 enable_wsock32
1740 enable_wtsapi32
1741 enable_wuapi
1742 enable_wuaueng
1743 enable_x3daudio1_0
1744 enable_x3daudio1_1
1745 enable_x3daudio1_2
1746 enable_x3daudio1_3
1747 enable_x3daudio1_4
1748 enable_x3daudio1_5
1749 enable_x3daudio1_6
1750 enable_x3daudio1_7
1751 enable_xactengine2_0
1752 enable_xactengine2_4
1753 enable_xactengine2_7
1754 enable_xactengine2_9
1755 enable_xactengine3_0
1756 enable_xactengine3_1
1757 enable_xactengine3_2
1758 enable_xactengine3_3
1759 enable_xactengine3_4
1760 enable_xactengine3_5
1761 enable_xactengine3_6
1762 enable_xactengine3_7
1763 enable_xapofx1_1
1764 enable_xapofx1_2
1765 enable_xapofx1_3
1766 enable_xapofx1_4
1767 enable_xapofx1_5
1768 enable_xaudio2_0
1769 enable_xaudio2_1
1770 enable_xaudio2_2
1771 enable_xaudio2_3
1772 enable_xaudio2_4
1773 enable_xaudio2_5
1774 enable_xaudio2_6
1775 enable_xaudio2_7
1776 enable_xaudio2_8
1777 enable_xaudio2_9
1778 enable_xinput1_1
1779 enable_xinput1_2
1780 enable_xinput1_3
1781 enable_xinput1_4
1782 enable_xinput9_1_0
1783 enable_xmllite
1784 enable_xolehlp
1785 enable_xpsprint
1786 enable_xpssvcs
1787 enable_fonts
1788 enable_include
1789 enable_port
1790 enable_wine
1791 enable_wpp
1792 enable_loader
1793 enable_nls
1794 enable_po
1795 enable_arp
1796 enable_aspnet_regiis
1797 enable_attrib
1798 enable_cabarc
1799 enable_cacls
1800 enable_chcp_com
1801 enable_clock
1802 enable_cmd
1803 enable_conhost
1804 enable_control
1805 enable_cscript
1806 enable_dism
1807 enable_dplaysvr
1808 enable_dpnsvr
1809 enable_dpvsetup
1810 enable_dxdiag
1811 enable_eject
1812 enable_expand
1813 enable_explorer
1814 enable_extrac32
1815 enable_fc
1816 enable_find
1817 enable_findstr
1818 enable_fsutil
1819 enable_hh
1820 enable_hostname
1821 enable_icacls
1822 enable_icinfo
1823 enable_iexplore
1824 enable_ipconfig
1825 enable_lodctr
1826 enable_mofcomp
1827 enable_mshta
1828 enable_msidb
1829 enable_msiexec
1830 enable_msinfo32
1831 enable_net
1832 enable_netsh
1833 enable_netstat
1834 enable_ngen
1835 enable_notepad
1836 enable_oleview
1837 enable_ping
1838 enable_plugplay
1839 enable_powershell
1840 enable_presentationfontcache
1841 enable_progman
1842 enable_reg
1843 enable_regasm
1844 enable_regedit
1845 enable_regini
1846 enable_regsvcs
1847 enable_regsvr32
1848 enable_rpcss
1849 enable_rundll32
1850 enable_sc
1851 enable_schtasks
1852 enable_sdbinst
1853 enable_secedit
1854 enable_servicemodelreg
1855 enable_services
1856 enable_shutdown
1857 enable_spoolsv
1858 enable_start
1859 enable_subst
1860 enable_svchost
1861 enable_systeminfo
1862 enable_taskkill
1863 enable_tasklist
1864 enable_taskmgr
1865 enable_termsv
1866 enable_uninstaller
1867 enable_unlodctr
1868 enable_view
1869 enable_wevtutil
1870 enable_where
1871 enable_whoami
1872 enable_wineboot
1873 enable_winebrowser
1874 enable_winecfg
1875 enable_wineconsole
1876 enable_winedbg
1877 enable_winedevice
1878 enable_winefile
1879 enable_winemenubuilder
1880 enable_winemine
1881 enable_winemsibuilder
1882 enable_winepath
1883 enable_winetest
1884 enable_winhlp32
1885 enable_winmgmt
1886 enable_winver
1887 enable_wmic
1888 enable_wmplayer
1889 enable_wordpad
1890 enable_write
1891 enable_wscript
1892 enable_wuauserv
1893 enable_wusa
1894 enable_xcopy
1895 enable_server
1896 enable_tools
1897 enable_sfnt2fon
1898 enable_widl
1899 enable_winebuild
1900 enable_winedump
1901 enable_winegcc
1902 enable_winemaker
1903 enable_wmc
1904 enable_wrc
1906 ac_precious_vars='build_alias
1907 host_alias
1908 target_alias
1910 CFLAGS
1911 LDFLAGS
1912 LIBS
1913 CPPFLAGS
1915 CXXFLAGS
1918 OBJC
1919 OBJCFLAGS
1920 OBJCPP
1921 XMKMF
1922 XML2_CFLAGS
1923 XML2_LIBS
1924 XSLT_CFLAGS
1925 XSLT_LIBS
1926 INOTIFY_CFLAGS
1927 INOTIFY_LIBS
1928 DBUS_CFLAGS
1929 DBUS_LIBS
1930 HAL_CFLAGS
1931 HAL_LIBS
1932 GNUTLS_CFLAGS
1933 GNUTLS_LIBS
1934 SANE_CFLAGS
1935 SANE_LIBS
1936 USB_CFLAGS
1937 USB_LIBS
1938 GPHOTO2_CFLAGS
1939 GPHOTO2_LIBS
1940 GPHOTO2_PORT_CFLAGS
1941 GPHOTO2_PORT_LIBS
1942 LCMS2_CFLAGS
1943 LCMS2_LIBS
1944 FREETYPE_CFLAGS
1945 FREETYPE_LIBS
1946 PULSE_CFLAGS
1947 PULSE_LIBS
1948 GSTREAMER_CFLAGS
1949 GSTREAMER_LIBS
1950 UDEV_CFLAGS
1951 UDEV_LIBS
1952 UNWIND_CFLAGS
1953 UNWIND_LIBS
1954 SDL2_CFLAGS
1955 SDL2_LIBS
1956 FAUDIO_CFLAGS
1957 FAUDIO_LIBS
1958 CAPI20_CFLAGS
1959 CAPI20_LIBS
1960 CUPS_CFLAGS
1961 CUPS_LIBS
1962 FONTCONFIG_CFLAGS
1963 FONTCONFIG_LIBS
1964 KRB5_CFLAGS
1965 KRB5_LIBS
1966 GSSAPI_CFLAGS
1967 GSSAPI_LIBS
1968 JPEG_CFLAGS
1969 JPEG_LIBS
1970 JXRLIB_CFLAGS
1971 JXRLIB_LIBS
1972 PNG_CFLAGS
1973 PNG_LIBS
1974 TIFF_CFLAGS
1975 TIFF_LIBS
1976 MPG123_CFLAGS
1977 MPG123_LIBS
1978 NETAPI_CFLAGS
1979 NETAPI_LIBS
1980 VKD3D_CFLAGS
1981 VKD3D_LIBS
1982 VKD3D_SHADER_CFLAGS
1983 VKD3D_SHADER_LIBS
1984 LDAP_CFLAGS
1985 LDAP_LIBS'
1988 # Initialize some variables set by options.
1989 ac_init_help=
1990 ac_init_version=false
1991 ac_unrecognized_opts=
1992 ac_unrecognized_sep=
1993 # The variables have the same names as the options, with
1994 # dashes changed to underlines.
1995 cache_file=/dev/null
1996 exec_prefix=NONE
1997 no_create=
1998 no_recursion=
1999 prefix=NONE
2000 program_prefix=NONE
2001 program_suffix=NONE
2002 program_transform_name=s,x,x,
2003 silent=
2004 site=
2005 srcdir=
2006 verbose=
2007 x_includes=NONE
2008 x_libraries=NONE
2010 # Installation directory options.
2011 # These are left unexpanded so users can "make install exec_prefix=/foo"
2012 # and all the variables that are supposed to be based on exec_prefix
2013 # by default will actually change.
2014 # Use braces instead of parens because sh, perl, etc. also accept them.
2015 # (The list follows the same order as the GNU Coding Standards.)
2016 bindir='${exec_prefix}/bin'
2017 sbindir='${exec_prefix}/sbin'
2018 libexecdir='${exec_prefix}/libexec'
2019 datarootdir='${prefix}/share'
2020 datadir='${datarootdir}'
2021 sysconfdir='${prefix}/etc'
2022 sharedstatedir='${prefix}/com'
2023 localstatedir='${prefix}/var'
2024 runstatedir='${localstatedir}/run'
2025 includedir='${prefix}/include'
2026 oldincludedir='/usr/include'
2027 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
2028 infodir='${datarootdir}/info'
2029 htmldir='${docdir}'
2030 dvidir='${docdir}'
2031 pdfdir='${docdir}'
2032 psdir='${docdir}'
2033 libdir='${exec_prefix}/lib'
2034 localedir='${datarootdir}/locale'
2035 mandir='${datarootdir}/man'
2037 ac_prev=
2038 ac_dashdash=
2039 for ac_option
2041 # If the previous option needs an argument, assign it.
2042 if test -n "$ac_prev"; then
2043 eval $ac_prev=\$ac_option
2044 ac_prev=
2045 continue
2048 case $ac_option in
2049 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
2050 *=) ac_optarg= ;;
2051 *) ac_optarg=yes ;;
2052 esac
2054 # Accept the important Cygnus configure options, so we can diagnose typos.
2056 case $ac_dashdash$ac_option in
2058 ac_dashdash=yes ;;
2060 -bindir | --bindir | --bindi | --bind | --bin | --bi)
2061 ac_prev=bindir ;;
2062 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
2063 bindir=$ac_optarg ;;
2065 -build | --build | --buil | --bui | --bu)
2066 ac_prev=build_alias ;;
2067 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
2068 build_alias=$ac_optarg ;;
2070 -cache-file | --cache-file | --cache-fil | --cache-fi \
2071 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
2072 ac_prev=cache_file ;;
2073 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
2074 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
2075 cache_file=$ac_optarg ;;
2077 --config-cache | -C)
2078 cache_file=config.cache ;;
2080 -datadir | --datadir | --datadi | --datad)
2081 ac_prev=datadir ;;
2082 -datadir=* | --datadir=* | --datadi=* | --datad=*)
2083 datadir=$ac_optarg ;;
2085 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
2086 | --dataroo | --dataro | --datar)
2087 ac_prev=datarootdir ;;
2088 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
2089 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
2090 datarootdir=$ac_optarg ;;
2092 -disable-* | --disable-*)
2093 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
2094 # Reject names that are not valid shell variable names.
2095 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
2096 as_fn_error $? "invalid feature name: $ac_useropt"
2097 ac_useropt_orig=$ac_useropt
2098 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
2099 case $ac_user_opts in
2101 "enable_$ac_useropt"
2102 "*) ;;
2103 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
2104 ac_unrecognized_sep=', ';;
2105 esac
2106 eval enable_$ac_useropt=no ;;
2108 -docdir | --docdir | --docdi | --doc | --do)
2109 ac_prev=docdir ;;
2110 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
2111 docdir=$ac_optarg ;;
2113 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
2114 ac_prev=dvidir ;;
2115 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
2116 dvidir=$ac_optarg ;;
2118 -enable-* | --enable-*)
2119 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
2120 # Reject names that are not valid shell variable names.
2121 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
2122 as_fn_error $? "invalid feature name: $ac_useropt"
2123 ac_useropt_orig=$ac_useropt
2124 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
2125 case $ac_user_opts in
2127 "enable_$ac_useropt"
2128 "*) ;;
2129 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
2130 ac_unrecognized_sep=', ';;
2131 esac
2132 eval enable_$ac_useropt=\$ac_optarg ;;
2134 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
2135 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
2136 | --exec | --exe | --ex)
2137 ac_prev=exec_prefix ;;
2138 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
2139 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
2140 | --exec=* | --exe=* | --ex=*)
2141 exec_prefix=$ac_optarg ;;
2143 -gas | --gas | --ga | --g)
2144 # Obsolete; use --with-gas.
2145 with_gas=yes ;;
2147 -help | --help | --hel | --he | -h)
2148 ac_init_help=long ;;
2149 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
2150 ac_init_help=recursive ;;
2151 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
2152 ac_init_help=short ;;
2154 -host | --host | --hos | --ho)
2155 ac_prev=host_alias ;;
2156 -host=* | --host=* | --hos=* | --ho=*)
2157 host_alias=$ac_optarg ;;
2159 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
2160 ac_prev=htmldir ;;
2161 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
2162 | --ht=*)
2163 htmldir=$ac_optarg ;;
2165 -includedir | --includedir | --includedi | --included | --include \
2166 | --includ | --inclu | --incl | --inc)
2167 ac_prev=includedir ;;
2168 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
2169 | --includ=* | --inclu=* | --incl=* | --inc=*)
2170 includedir=$ac_optarg ;;
2172 -infodir | --infodir | --infodi | --infod | --info | --inf)
2173 ac_prev=infodir ;;
2174 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
2175 infodir=$ac_optarg ;;
2177 -libdir | --libdir | --libdi | --libd)
2178 ac_prev=libdir ;;
2179 -libdir=* | --libdir=* | --libdi=* | --libd=*)
2180 libdir=$ac_optarg ;;
2182 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
2183 | --libexe | --libex | --libe)
2184 ac_prev=libexecdir ;;
2185 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
2186 | --libexe=* | --libex=* | --libe=*)
2187 libexecdir=$ac_optarg ;;
2189 -localedir | --localedir | --localedi | --localed | --locale)
2190 ac_prev=localedir ;;
2191 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
2192 localedir=$ac_optarg ;;
2194 -localstatedir | --localstatedir | --localstatedi | --localstated \
2195 | --localstate | --localstat | --localsta | --localst | --locals)
2196 ac_prev=localstatedir ;;
2197 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
2198 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
2199 localstatedir=$ac_optarg ;;
2201 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
2202 ac_prev=mandir ;;
2203 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
2204 mandir=$ac_optarg ;;
2206 -nfp | --nfp | --nf)
2207 # Obsolete; use --without-fp.
2208 with_fp=no ;;
2210 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
2211 | --no-cr | --no-c | -n)
2212 no_create=yes ;;
2214 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
2215 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
2216 no_recursion=yes ;;
2218 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
2219 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
2220 | --oldin | --oldi | --old | --ol | --o)
2221 ac_prev=oldincludedir ;;
2222 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
2223 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
2224 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
2225 oldincludedir=$ac_optarg ;;
2227 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
2228 ac_prev=prefix ;;
2229 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
2230 prefix=$ac_optarg ;;
2232 -program-prefix | --program-prefix | --program-prefi | --program-pref \
2233 | --program-pre | --program-pr | --program-p)
2234 ac_prev=program_prefix ;;
2235 -program-prefix=* | --program-prefix=* | --program-prefi=* \
2236 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
2237 program_prefix=$ac_optarg ;;
2239 -program-suffix | --program-suffix | --program-suffi | --program-suff \
2240 | --program-suf | --program-su | --program-s)
2241 ac_prev=program_suffix ;;
2242 -program-suffix=* | --program-suffix=* | --program-suffi=* \
2243 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
2244 program_suffix=$ac_optarg ;;
2246 -program-transform-name | --program-transform-name \
2247 | --program-transform-nam | --program-transform-na \
2248 | --program-transform-n | --program-transform- \
2249 | --program-transform | --program-transfor \
2250 | --program-transfo | --program-transf \
2251 | --program-trans | --program-tran \
2252 | --progr-tra | --program-tr | --program-t)
2253 ac_prev=program_transform_name ;;
2254 -program-transform-name=* | --program-transform-name=* \
2255 | --program-transform-nam=* | --program-transform-na=* \
2256 | --program-transform-n=* | --program-transform-=* \
2257 | --program-transform=* | --program-transfor=* \
2258 | --program-transfo=* | --program-transf=* \
2259 | --program-trans=* | --program-tran=* \
2260 | --progr-tra=* | --program-tr=* | --program-t=*)
2261 program_transform_name=$ac_optarg ;;
2263 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
2264 ac_prev=pdfdir ;;
2265 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
2266 pdfdir=$ac_optarg ;;
2268 -psdir | --psdir | --psdi | --psd | --ps)
2269 ac_prev=psdir ;;
2270 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
2271 psdir=$ac_optarg ;;
2273 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2274 | -silent | --silent | --silen | --sile | --sil)
2275 silent=yes ;;
2277 -runstatedir | --runstatedir | --runstatedi | --runstated \
2278 | --runstate | --runstat | --runsta | --runst | --runs \
2279 | --run | --ru | --r)
2280 ac_prev=runstatedir ;;
2281 -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
2282 | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
2283 | --run=* | --ru=* | --r=*)
2284 runstatedir=$ac_optarg ;;
2286 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
2287 ac_prev=sbindir ;;
2288 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
2289 | --sbi=* | --sb=*)
2290 sbindir=$ac_optarg ;;
2292 -sharedstatedir | --sharedstatedir | --sharedstatedi \
2293 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
2294 | --sharedst | --shareds | --shared | --share | --shar \
2295 | --sha | --sh)
2296 ac_prev=sharedstatedir ;;
2297 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
2298 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
2299 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
2300 | --sha=* | --sh=*)
2301 sharedstatedir=$ac_optarg ;;
2303 -site | --site | --sit)
2304 ac_prev=site ;;
2305 -site=* | --site=* | --sit=*)
2306 site=$ac_optarg ;;
2308 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
2309 ac_prev=srcdir ;;
2310 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
2311 srcdir=$ac_optarg ;;
2313 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
2314 | --syscon | --sysco | --sysc | --sys | --sy)
2315 ac_prev=sysconfdir ;;
2316 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
2317 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
2318 sysconfdir=$ac_optarg ;;
2320 -target | --target | --targe | --targ | --tar | --ta | --t)
2321 ac_prev=target_alias ;;
2322 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
2323 target_alias=$ac_optarg ;;
2325 -v | -verbose | --verbose | --verbos | --verbo | --verb)
2326 verbose=yes ;;
2328 -version | --version | --versio | --versi | --vers | -V)
2329 ac_init_version=: ;;
2331 -with-* | --with-*)
2332 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
2333 # Reject names that are not valid shell variable names.
2334 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
2335 as_fn_error $? "invalid package name: $ac_useropt"
2336 ac_useropt_orig=$ac_useropt
2337 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
2338 case $ac_user_opts in
2340 "with_$ac_useropt"
2341 "*) ;;
2342 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
2343 ac_unrecognized_sep=', ';;
2344 esac
2345 eval with_$ac_useropt=\$ac_optarg ;;
2347 -without-* | --without-*)
2348 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
2349 # Reject names that are not valid shell variable names.
2350 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
2351 as_fn_error $? "invalid package name: $ac_useropt"
2352 ac_useropt_orig=$ac_useropt
2353 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
2354 case $ac_user_opts in
2356 "with_$ac_useropt"
2357 "*) ;;
2358 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
2359 ac_unrecognized_sep=', ';;
2360 esac
2361 eval with_$ac_useropt=no ;;
2363 --x)
2364 # Obsolete; use --with-x.
2365 with_x=yes ;;
2367 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
2368 | --x-incl | --x-inc | --x-in | --x-i)
2369 ac_prev=x_includes ;;
2370 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
2371 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
2372 x_includes=$ac_optarg ;;
2374 -x-libraries | --x-libraries | --x-librarie | --x-librari \
2375 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
2376 ac_prev=x_libraries ;;
2377 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
2378 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
2379 x_libraries=$ac_optarg ;;
2381 -*) as_fn_error $? "unrecognized option: \`$ac_option'
2382 Try \`$0 --help' for more information"
2385 *=*)
2386 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
2387 # Reject names that are not valid shell variable names.
2388 case $ac_envvar in #(
2389 '' | [0-9]* | *[!_$as_cr_alnum]* )
2390 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
2391 esac
2392 eval $ac_envvar=\$ac_optarg
2393 export $ac_envvar ;;
2396 # FIXME: should be removed in autoconf 3.0.
2397 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
2398 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
2399 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
2400 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
2403 esac
2404 done
2406 if test -n "$ac_prev"; then
2407 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
2408 as_fn_error $? "missing argument to $ac_option"
2411 if test -n "$ac_unrecognized_opts"; then
2412 case $enable_option_checking in
2413 no) ;;
2414 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
2415 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
2416 esac
2419 # Check all directory arguments for consistency.
2420 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
2421 datadir sysconfdir sharedstatedir localstatedir includedir \
2422 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
2423 libdir localedir mandir runstatedir
2425 eval ac_val=\$$ac_var
2426 # Remove trailing slashes.
2427 case $ac_val in
2428 */ )
2429 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
2430 eval $ac_var=\$ac_val;;
2431 esac
2432 # Be sure to have absolute directory names.
2433 case $ac_val in
2434 [\\/$]* | ?:[\\/]* ) continue;;
2435 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
2436 esac
2437 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
2438 done
2440 # There might be people who depend on the old broken behavior: `$host'
2441 # used to hold the argument of --host etc.
2442 # FIXME: To remove some day.
2443 build=$build_alias
2444 host=$host_alias
2445 target=$target_alias
2447 # FIXME: To remove some day.
2448 if test "x$host_alias" != x; then
2449 if test "x$build_alias" = x; then
2450 cross_compiling=maybe
2451 elif test "x$build_alias" != "x$host_alias"; then
2452 cross_compiling=yes
2456 ac_tool_prefix=
2457 test -n "$host_alias" && ac_tool_prefix=$host_alias-
2459 test "$silent" = yes && exec 6>/dev/null
2462 ac_pwd=`pwd` && test -n "$ac_pwd" &&
2463 ac_ls_di=`ls -di .` &&
2464 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
2465 as_fn_error $? "working directory cannot be determined"
2466 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
2467 as_fn_error $? "pwd does not report name of working directory"
2470 # Find the source files, if location was not specified.
2471 if test -z "$srcdir"; then
2472 ac_srcdir_defaulted=yes
2473 # Try the directory containing this script, then the parent directory.
2474 ac_confdir=`$as_dirname -- "$as_myself" ||
2475 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2476 X"$as_myself" : 'X\(//\)[^/]' \| \
2477 X"$as_myself" : 'X\(//\)$' \| \
2478 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
2479 $as_echo X"$as_myself" |
2480 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2481 s//\1/
2484 /^X\(\/\/\)[^/].*/{
2485 s//\1/
2488 /^X\(\/\/\)$/{
2489 s//\1/
2492 /^X\(\/\).*/{
2493 s//\1/
2496 s/.*/./; q'`
2497 srcdir=$ac_confdir
2498 if test ! -r "$srcdir/$ac_unique_file"; then
2499 srcdir=..
2501 else
2502 ac_srcdir_defaulted=no
2504 if test ! -r "$srcdir/$ac_unique_file"; then
2505 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
2506 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
2508 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
2509 ac_abs_confdir=`(
2510 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
2511 pwd)`
2512 # When building in place, set srcdir=.
2513 if test "$ac_abs_confdir" = "$ac_pwd"; then
2514 srcdir=.
2516 # Remove unnecessary trailing slashes from srcdir.
2517 # Double slashes in file names in object file debugging info
2518 # mess up M-x gdb in Emacs.
2519 case $srcdir in
2520 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
2521 esac
2522 for ac_var in $ac_precious_vars; do
2523 eval ac_env_${ac_var}_set=\${${ac_var}+set}
2524 eval ac_env_${ac_var}_value=\$${ac_var}
2525 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
2526 eval ac_cv_env_${ac_var}_value=\$${ac_var}
2527 done
2530 # Report the --help message.
2532 if test "$ac_init_help" = "long"; then
2533 # Omit some internal or obsolete options to make the list less imposing.
2534 # This message is too long to be a string in the A/UX 3.1 sh.
2535 cat <<_ACEOF
2536 \`configure' configures Wine 6.16 to adapt to many kinds of systems.
2538 Usage: $0 [OPTION]... [VAR=VALUE]...
2540 To assign environment variables (e.g., CC, CFLAGS...), specify them as
2541 VAR=VALUE. See below for descriptions of some of the useful variables.
2543 Defaults for the options are specified in brackets.
2545 Configuration:
2546 -h, --help display this help and exit
2547 --help=short display options specific to this package
2548 --help=recursive display the short help of all the included packages
2549 -V, --version display version information and exit
2550 -q, --quiet, --silent do not print \`checking ...' messages
2551 --cache-file=FILE cache test results in FILE [disabled]
2552 -C, --config-cache alias for \`--cache-file=config.cache'
2553 -n, --no-create do not create output files
2554 --srcdir=DIR find the sources in DIR [configure dir or \`..']
2556 Installation directories:
2557 --prefix=PREFIX install architecture-independent files in PREFIX
2558 [$ac_default_prefix]
2559 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
2560 [PREFIX]
2562 By default, \`make install' will install all the files in
2563 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
2564 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
2565 for instance \`--prefix=\$HOME'.
2567 For better control, use the options below.
2569 Fine tuning of the installation directories:
2570 --bindir=DIR user executables [EPREFIX/bin]
2571 --sbindir=DIR system admin executables [EPREFIX/sbin]
2572 --libexecdir=DIR program executables [EPREFIX/libexec]
2573 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
2574 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
2575 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
2576 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
2577 --libdir=DIR object code libraries [EPREFIX/lib]
2578 --includedir=DIR C header files [PREFIX/include]
2579 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2580 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
2581 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
2582 --infodir=DIR info documentation [DATAROOTDIR/info]
2583 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
2584 --mandir=DIR man documentation [DATAROOTDIR/man]
2585 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
2586 --htmldir=DIR html documentation [DOCDIR]
2587 --dvidir=DIR dvi documentation [DOCDIR]
2588 --pdfdir=DIR pdf documentation [DOCDIR]
2589 --psdir=DIR ps documentation [DOCDIR]
2590 _ACEOF
2592 cat <<\_ACEOF
2594 X features:
2595 --x-includes=DIR X include files are in DIR
2596 --x-libraries=DIR X library files are in DIR
2598 System types:
2599 --build=BUILD configure for building on BUILD [guessed]
2600 --host=HOST cross-compile to build programs to run on HOST [BUILD]
2601 _ACEOF
2604 if test -n "$ac_init_help"; then
2605 case $ac_init_help in
2606 short | recursive ) echo "Configuration of Wine 6.16:";;
2607 esac
2608 cat <<\_ACEOF
2610 Optional Features:
2611 --disable-option-checking ignore unrecognized --enable/--with options
2612 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
2613 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
2614 --disable-win16 do not include Win16 support
2615 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
2616 binaries)
2617 --disable-tests do not build the regression tests
2618 --enable-build-id include .buildid section in output objects
2619 --enable-maintainer-mode
2620 enable maintainer-specific build rules
2621 --enable-silent-rules use silent build rules (override: "make V=1")
2622 --enable-werror treat compilation warnings as errors
2623 --disable-largefile omit support for large files
2625 Optional Packages:
2626 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
2627 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
2628 --without-alsa do not use the Alsa sound support
2629 --without-capi do not use CAPI (ISDN support)
2630 --without-cms do not use CMS (color management support)
2631 --without-coreaudio do not use the CoreAudio sound support
2632 --without-cups do not use CUPS
2633 --without-dbus do not use DBus (dynamic device support)
2634 --without-faudio do not use FAudio (XAudio2 support)
2635 --with-float-abi=abi specify the ABI (soft|softfp|hard) for ARM platforms
2636 --without-fontconfig do not use fontconfig
2637 --without-freetype do not use the FreeType library
2638 --without-gettext do not use gettext
2639 --with-gettextpo use the GetTextPO library to rebuild po files
2640 --without-gphoto do not use gphoto (Digital Camera support)
2641 --without-gnutls do not use GnuTLS (schannel support)
2642 --without-gsm do not use libgsm (GSM 06.10 codec support)
2643 --without-gssapi do not use GSSAPI (Kerberos SSP support)
2644 --without-gstreamer do not use GStreamer (codecs support)
2645 --without-hal do not use HAL (dynamic device support)
2646 --without-inotify do not use inotify (filesystem change notifications)
2647 --without-jpeg do not use JPEG
2648 --without-jxrlib do not use JPEG-XR
2649 --without-krb5 do not use krb5 (Kerberos)
2650 --without-ldap do not use LDAP
2651 --without-mingw do not use the MinGW cross-compiler
2652 --without-mpg123 do not use the mpg123 library
2653 --without-netapi do not use the Samba NetAPI library
2654 --without-openal do not use OpenAL
2655 --without-opencl do not use OpenCL
2656 --without-opengl do not use OpenGL
2657 --without-osmesa do not use the OSMesa library
2658 --without-oss do not use the OSS sound support
2659 --without-pcap do not use the Packet Capture library
2660 --without-png do not use PNG
2661 --without-pthread do not use the pthread library
2662 --without-pulse do not use PulseAudio sound support
2663 --without-quicktime do not use QuickTime support
2664 --without-sane do not use SANE (scanner support)
2665 --without-sdl do not use SDL
2666 --without-tiff do not use TIFF
2667 --without-udev do not use udev (plug and play support)
2668 --without-unwind do not use the libunwind library (exception
2669 handling)
2670 --without-usb do not use the libusb library
2671 --without-v4l2 do not use v4l2 (video capture)
2672 --without-vkd3d do not use vkd3d (Direct3D 12 support)
2673 --without-vulkan do not use Vulkan
2674 --without-xcomposite do not use the Xcomposite extension
2675 --without-xcursor do not use the Xcursor extension
2676 --without-xfixes do not use Xfixes for clipboard change notifications
2677 --without-xinerama do not use Xinerama (legacy multi-monitor support)
2678 --without-xinput do not use the Xinput extension
2679 --without-xinput2 do not use the Xinput 2 extension
2680 --without-xml do not use XML
2681 --without-xrandr do not use Xrandr (multi-monitor support)
2682 --without-xrender do not use the Xrender extension
2683 --without-xshape do not use the Xshape extension
2684 --without-xshm do not use XShm (shared memory extension)
2685 --without-xslt do not use XSLT
2686 --without-xxf86vm do not use XFree video mode extension
2687 --with-wine-tools=DIR use Wine tools from directory DIR
2688 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
2689 --with-x use the X Window System
2691 Some influential environment variables:
2692 CC C compiler command
2693 CFLAGS C compiler flags
2694 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
2695 nonstandard directory <lib dir>
2696 LIBS libraries to pass to the linker, e.g. -l<library>
2697 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2698 you have headers in a nonstandard directory <include dir>
2699 CXX C++ compiler command
2700 CXXFLAGS C++ compiler flags
2701 CPP C preprocessor
2702 OBJC Objective C compiler command
2703 OBJCFLAGS Objective C compiler flags
2704 OBJCPP Objective C preprocessor
2705 XMKMF Path to xmkmf, Makefile generator for X Window System
2706 XML2_CFLAGS C compiler flags for libxml-2.0, overriding pkg-config
2707 XML2_LIBS Linker flags for libxml-2.0, overriding pkg-config
2708 XSLT_CFLAGS C compiler flags for libxslt, overriding pkg-config
2709 XSLT_LIBS Linker flags for libxslt, overriding pkg-config
2710 INOTIFY_CFLAGS
2711 C compiler flags for libinotify, overriding pkg-config
2712 INOTIFY_LIBS
2713 Linker flags for libinotify, overriding pkg-config
2714 DBUS_CFLAGS C compiler flags for dbus-1, overriding pkg-config
2715 DBUS_LIBS Linker flags for dbus-1, overriding pkg-config
2716 HAL_CFLAGS C compiler flags for hal, overriding pkg-config
2717 HAL_LIBS Linker flags for hal, overriding pkg-config
2718 GNUTLS_CFLAGS
2719 C compiler flags for gnutls, overriding pkg-config
2720 GNUTLS_LIBS Linker flags for gnutls, overriding pkg-config
2721 SANE_CFLAGS C compiler flags for sane-backends, overriding pkg-config
2722 SANE_LIBS Linker flags for sane-backends, overriding pkg-config
2723 USB_CFLAGS C compiler flags for libusb-1.0, overriding pkg-config
2724 USB_LIBS Linker flags for libusb-1.0, overriding pkg-config
2725 GPHOTO2_CFLAGS
2726 C compiler flags for libgphoto2, overriding pkg-config
2727 GPHOTO2_LIBS
2728 Linker flags for libgphoto2, overriding pkg-config
2729 GPHOTO2_PORT_CFLAGS
2730 C compiler flags for libgphoto2_port, overriding pkg-config
2731 GPHOTO2_PORT_LIBS
2732 Linker flags for libgphoto2_port, overriding pkg-config
2733 LCMS2_CFLAGS
2734 C compiler flags for lcms2, overriding pkg-config
2735 LCMS2_LIBS Linker flags for lcms2, overriding pkg-config
2736 FREETYPE_CFLAGS
2737 C compiler flags for freetype2, overriding pkg-config
2738 FREETYPE_LIBS
2739 Linker flags for freetype2, overriding pkg-config
2740 PULSE_CFLAGS
2741 C compiler flags for libpulse, overriding pkg-config
2742 PULSE_LIBS Linker flags for libpulse, overriding pkg-config
2743 GSTREAMER_CFLAGS
2744 C compiler flags for gstreamer-1.0 gstreamer-video-1.0
2745 gstreamer-audio-1.0, overriding pkg-config
2746 GSTREAMER_LIBS
2747 Linker flags for gstreamer-1.0 gstreamer-video-1.0
2748 gstreamer-audio-1.0, overriding pkg-config
2749 UDEV_CFLAGS C compiler flags for libudev, overriding pkg-config
2750 UDEV_LIBS Linker flags for libudev, overriding pkg-config
2751 UNWIND_CFLAGS
2752 C compiler flags for libunwind, overriding pkg-config
2753 UNWIND_LIBS Linker flags for libunwind, overriding pkg-config
2754 SDL2_CFLAGS C compiler flags for sdl2, overriding pkg-config
2755 SDL2_LIBS Linker flags for sdl2, overriding pkg-config
2756 FAUDIO_CFLAGS
2757 C compiler flags for FAudio, overriding pkg-config
2758 FAUDIO_LIBS Linker flags for FAudio, overriding pkg-config
2759 CAPI20_CFLAGS
2760 C compiler flags for capi20, overriding pkg-config
2761 CAPI20_LIBS Linker flags for capi20, overriding pkg-config
2762 CUPS_CFLAGS C compiler flags for cups, overriding pkg-config
2763 CUPS_LIBS Linker flags for cups, overriding pkg-config
2764 FONTCONFIG_CFLAGS
2765 C compiler flags for fontconfig, overriding pkg-config
2766 FONTCONFIG_LIBS
2767 Linker flags for fontconfig, overriding pkg-config
2768 KRB5_CFLAGS C compiler flags for krb5, overriding pkg-config
2769 KRB5_LIBS Linker flags for krb5, overriding pkg-config
2770 GSSAPI_CFLAGS
2771 C compiler flags for krb5-gssapi, overriding pkg-config
2772 GSSAPI_LIBS Linker flags for krb5-gssapi, overriding pkg-config
2773 JPEG_CFLAGS C compiler flags for libjpeg, overriding pkg-config
2774 JPEG_LIBS Linker flags for libjpeg, overriding pkg-config
2775 JXRLIB_CFLAGS
2776 C compiler flags for jxrlib, overriding pkg-config
2777 JXRLIB_LIBS Linker flags for jxrlib, overriding pkg-config
2778 PNG_CFLAGS C compiler flags for libpng, overriding pkg-config
2779 PNG_LIBS Linker flags for libpng, overriding pkg-config
2780 TIFF_CFLAGS C compiler flags for libtiff-4, overriding pkg-config
2781 TIFF_LIBS Linker flags for libtiff-4, overriding pkg-config
2782 MPG123_CFLAGS
2783 C compiler flags for libmpg123, overriding pkg-config
2784 MPG123_LIBS Linker flags for libmpg123, overriding pkg-config
2785 NETAPI_CFLAGS
2786 C compiler flags for netapi, overriding pkg-config
2787 NETAPI_LIBS Linker flags for netapi, overriding pkg-config
2788 VKD3D_CFLAGS
2789 C compiler flags for libvkd3d, overriding pkg-config
2790 VKD3D_LIBS Linker flags for libvkd3d, overriding pkg-config
2791 VKD3D_SHADER_CFLAGS
2792 C compiler flags for libvkd3d-shader, overriding pkg-config
2793 VKD3D_SHADER_LIBS
2794 Linker flags for libvkd3d-shader, overriding pkg-config
2795 LDAP_CFLAGS C compiler flags for openldap, overriding pkg-config
2796 LDAP_LIBS Linker flags for openldap, overriding pkg-config
2798 Use these variables to override the choices made by `configure' or to help
2799 it to find libraries and programs with nonstandard names/locations.
2801 Report bugs to <wine-devel@winehq.org>.
2802 Wine home page: <https://www.winehq.org>.
2803 _ACEOF
2804 ac_status=$?
2807 if test "$ac_init_help" = "recursive"; then
2808 # If there are subdirs, report their specific --help.
2809 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
2810 test -d "$ac_dir" ||
2811 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
2812 continue
2813 ac_builddir=.
2815 case "$ac_dir" in
2816 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
2818 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2819 # A ".." for each directory in $ac_dir_suffix.
2820 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2821 case $ac_top_builddir_sub in
2822 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
2823 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
2824 esac ;;
2825 esac
2826 ac_abs_top_builddir=$ac_pwd
2827 ac_abs_builddir=$ac_pwd$ac_dir_suffix
2828 # for backward compatibility:
2829 ac_top_builddir=$ac_top_build_prefix
2831 case $srcdir in
2832 .) # We are building in place.
2833 ac_srcdir=.
2834 ac_top_srcdir=$ac_top_builddir_sub
2835 ac_abs_top_srcdir=$ac_pwd ;;
2836 [\\/]* | ?:[\\/]* ) # Absolute name.
2837 ac_srcdir=$srcdir$ac_dir_suffix;
2838 ac_top_srcdir=$srcdir
2839 ac_abs_top_srcdir=$srcdir ;;
2840 *) # Relative name.
2841 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
2842 ac_top_srcdir=$ac_top_build_prefix$srcdir
2843 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
2844 esac
2845 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
2847 cd "$ac_dir" || { ac_status=$?; continue; }
2848 # Check for guested configure.
2849 if test -f "$ac_srcdir/configure.gnu"; then
2850 echo &&
2851 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2852 elif test -f "$ac_srcdir/configure"; then
2853 echo &&
2854 $SHELL "$ac_srcdir/configure" --help=recursive
2855 else
2856 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2857 fi || ac_status=$?
2858 cd "$ac_pwd" || { ac_status=$?; break; }
2859 done
2862 test -n "$ac_init_help" && exit $ac_status
2863 if $ac_init_version; then
2864 cat <<\_ACEOF
2865 Wine configure 6.16
2866 generated by GNU Autoconf 2.69
2868 Copyright (C) 2012 Free Software Foundation, Inc.
2869 This configure script is free software; the Free Software Foundation
2870 gives unlimited permission to copy, distribute and modify it.
2871 _ACEOF
2872 exit
2875 ## ------------------------ ##
2876 ## Autoconf initialization. ##
2877 ## ------------------------ ##
2879 # ac_fn_c_try_compile LINENO
2880 # --------------------------
2881 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2882 ac_fn_c_try_compile ()
2884 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2885 rm -f conftest.$ac_objext
2886 if { { ac_try="$ac_compile"
2887 case "(($ac_try" in
2888 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2889 *) ac_try_echo=$ac_try;;
2890 esac
2891 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2892 $as_echo "$ac_try_echo"; } >&5
2893 (eval "$ac_compile") 2>conftest.err
2894 ac_status=$?
2895 if test -s conftest.err; then
2896 grep -v '^ *+' conftest.err >conftest.er1
2897 cat conftest.er1 >&5
2898 mv -f conftest.er1 conftest.err
2900 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2901 test $ac_status = 0; } && {
2902 test -z "$ac_c_werror_flag" ||
2903 test ! -s conftest.err
2904 } && test -s conftest.$ac_objext; then :
2905 ac_retval=0
2906 else
2907 $as_echo "$as_me: failed program was:" >&5
2908 sed 's/^/| /' conftest.$ac_ext >&5
2910 ac_retval=1
2912 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2913 as_fn_set_status $ac_retval
2915 } # ac_fn_c_try_compile
2917 # ac_fn_cxx_try_compile LINENO
2918 # ----------------------------
2919 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2920 ac_fn_cxx_try_compile ()
2922 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2923 rm -f conftest.$ac_objext
2924 if { { ac_try="$ac_compile"
2925 case "(($ac_try" in
2926 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2927 *) ac_try_echo=$ac_try;;
2928 esac
2929 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2930 $as_echo "$ac_try_echo"; } >&5
2931 (eval "$ac_compile") 2>conftest.err
2932 ac_status=$?
2933 if test -s conftest.err; then
2934 grep -v '^ *+' conftest.err >conftest.er1
2935 cat conftest.er1 >&5
2936 mv -f conftest.er1 conftest.err
2938 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2939 test $ac_status = 0; } && {
2940 test -z "$ac_cxx_werror_flag" ||
2941 test ! -s conftest.err
2942 } && test -s conftest.$ac_objext; then :
2943 ac_retval=0
2944 else
2945 $as_echo "$as_me: failed program was:" >&5
2946 sed 's/^/| /' conftest.$ac_ext >&5
2948 ac_retval=1
2950 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2951 as_fn_set_status $ac_retval
2953 } # ac_fn_cxx_try_compile
2955 # ac_fn_c_try_link LINENO
2956 # -----------------------
2957 # Try to link conftest.$ac_ext, and return whether this succeeded.
2958 ac_fn_c_try_link ()
2960 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2961 rm -f conftest.$ac_objext conftest$ac_exeext
2962 if { { ac_try="$ac_link"
2963 case "(($ac_try" in
2964 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2965 *) ac_try_echo=$ac_try;;
2966 esac
2967 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2968 $as_echo "$ac_try_echo"; } >&5
2969 (eval "$ac_link") 2>conftest.err
2970 ac_status=$?
2971 if test -s conftest.err; then
2972 grep -v '^ *+' conftest.err >conftest.er1
2973 cat conftest.er1 >&5
2974 mv -f conftest.er1 conftest.err
2976 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2977 test $ac_status = 0; } && {
2978 test -z "$ac_c_werror_flag" ||
2979 test ! -s conftest.err
2980 } && test -s conftest$ac_exeext && {
2981 test "$cross_compiling" = yes ||
2982 test -x conftest$ac_exeext
2983 }; then :
2984 ac_retval=0
2985 else
2986 $as_echo "$as_me: failed program was:" >&5
2987 sed 's/^/| /' conftest.$ac_ext >&5
2989 ac_retval=1
2991 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2992 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2993 # interfere with the next link command; also delete a directory that is
2994 # left behind by Apple's compiler. We do this before executing the actions.
2995 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2996 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2997 as_fn_set_status $ac_retval
2999 } # ac_fn_c_try_link
3001 # ac_fn_c_try_cpp LINENO
3002 # ----------------------
3003 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
3004 ac_fn_c_try_cpp ()
3006 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3007 if { { ac_try="$ac_cpp conftest.$ac_ext"
3008 case "(($ac_try" in
3009 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3010 *) ac_try_echo=$ac_try;;
3011 esac
3012 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3013 $as_echo "$ac_try_echo"; } >&5
3014 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
3015 ac_status=$?
3016 if test -s conftest.err; then
3017 grep -v '^ *+' conftest.err >conftest.er1
3018 cat conftest.er1 >&5
3019 mv -f conftest.er1 conftest.err
3021 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3022 test $ac_status = 0; } > conftest.i && {
3023 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3024 test ! -s conftest.err
3025 }; then :
3026 ac_retval=0
3027 else
3028 $as_echo "$as_me: failed program was:" >&5
3029 sed 's/^/| /' conftest.$ac_ext >&5
3031 ac_retval=1
3033 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3034 as_fn_set_status $ac_retval
3036 } # ac_fn_c_try_cpp
3038 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
3039 # -------------------------------------------------------
3040 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
3041 # the include files in INCLUDES and setting the cache variable VAR
3042 # accordingly.
3043 ac_fn_c_check_header_mongrel ()
3045 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3046 if eval \${$3+:} false; then :
3047 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3048 $as_echo_n "checking for $2... " >&6; }
3049 if eval \${$3+:} false; then :
3050 $as_echo_n "(cached) " >&6
3052 eval ac_res=\$$3
3053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3054 $as_echo "$ac_res" >&6; }
3055 else
3056 # Is the header compilable?
3057 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
3058 $as_echo_n "checking $2 usability... " >&6; }
3059 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3060 /* end confdefs.h. */
3062 #include <$2>
3063 _ACEOF
3064 if ac_fn_c_try_compile "$LINENO"; then :
3065 ac_header_compiler=yes
3066 else
3067 ac_header_compiler=no
3069 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
3071 $as_echo "$ac_header_compiler" >&6; }
3073 # Is the header present?
3074 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
3075 $as_echo_n "checking $2 presence... " >&6; }
3076 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3077 /* end confdefs.h. */
3078 #include <$2>
3079 _ACEOF
3080 if ac_fn_c_try_cpp "$LINENO"; then :
3081 ac_header_preproc=yes
3082 else
3083 ac_header_preproc=no
3085 rm -f conftest.err conftest.i conftest.$ac_ext
3086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
3087 $as_echo "$ac_header_preproc" >&6; }
3089 # So? What about this header?
3090 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
3091 yes:no: )
3092 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
3093 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
3094 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
3095 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
3097 no:yes:* )
3098 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
3099 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
3100 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
3101 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
3102 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
3103 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
3104 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
3105 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
3106 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
3107 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
3108 ( $as_echo "## ------------------------------------ ##
3109 ## Report this to wine-devel@winehq.org ##
3110 ## ------------------------------------ ##"
3111 ) | sed "s/^/$as_me: WARNING: /" >&2
3113 esac
3114 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3115 $as_echo_n "checking for $2... " >&6; }
3116 if eval \${$3+:} false; then :
3117 $as_echo_n "(cached) " >&6
3118 else
3119 eval "$3=\$ac_header_compiler"
3121 eval ac_res=\$$3
3122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3123 $as_echo "$ac_res" >&6; }
3125 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3127 } # ac_fn_c_check_header_mongrel
3129 # ac_fn_c_try_run LINENO
3130 # ----------------------
3131 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
3132 # that executables *can* be run.
3133 ac_fn_c_try_run ()
3135 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3136 if { { ac_try="$ac_link"
3137 case "(($ac_try" in
3138 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3139 *) ac_try_echo=$ac_try;;
3140 esac
3141 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3142 $as_echo "$ac_try_echo"; } >&5
3143 (eval "$ac_link") 2>&5
3144 ac_status=$?
3145 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3146 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
3147 { { case "(($ac_try" in
3148 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3149 *) ac_try_echo=$ac_try;;
3150 esac
3151 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3152 $as_echo "$ac_try_echo"; } >&5
3153 (eval "$ac_try") 2>&5
3154 ac_status=$?
3155 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3156 test $ac_status = 0; }; }; then :
3157 ac_retval=0
3158 else
3159 $as_echo "$as_me: program exited with status $ac_status" >&5
3160 $as_echo "$as_me: failed program was:" >&5
3161 sed 's/^/| /' conftest.$ac_ext >&5
3163 ac_retval=$ac_status
3165 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
3166 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3167 as_fn_set_status $ac_retval
3169 } # ac_fn_c_try_run
3171 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
3172 # -------------------------------------------------------
3173 # Tests whether HEADER exists and can be compiled using the include files in
3174 # INCLUDES, setting the cache variable VAR accordingly.
3175 ac_fn_c_check_header_compile ()
3177 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3178 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3179 $as_echo_n "checking for $2... " >&6; }
3180 if eval \${$3+:} false; then :
3181 $as_echo_n "(cached) " >&6
3182 else
3183 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3184 /* end confdefs.h. */
3186 #include <$2>
3187 _ACEOF
3188 if ac_fn_c_try_compile "$LINENO"; then :
3189 eval "$3=yes"
3190 else
3191 eval "$3=no"
3193 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3195 eval ac_res=\$$3
3196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3197 $as_echo "$ac_res" >&6; }
3198 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3200 } # ac_fn_c_check_header_compile
3202 # ac_fn_objc_try_compile LINENO
3203 # -----------------------------
3204 # Try to compile conftest.$ac_ext, and return whether this succeeded.
3205 ac_fn_objc_try_compile ()
3207 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3208 rm -f conftest.$ac_objext
3209 if { { ac_try="$ac_compile"
3210 case "(($ac_try" in
3211 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3212 *) ac_try_echo=$ac_try;;
3213 esac
3214 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3215 $as_echo "$ac_try_echo"; } >&5
3216 (eval "$ac_compile") 2>conftest.err
3217 ac_status=$?
3218 if test -s conftest.err; then
3219 grep -v '^ *+' conftest.err >conftest.er1
3220 cat conftest.er1 >&5
3221 mv -f conftest.er1 conftest.err
3223 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3224 test $ac_status = 0; } && {
3225 test -z "$ac_objc_werror_flag" ||
3226 test ! -s conftest.err
3227 } && test -s conftest.$ac_objext; then :
3228 ac_retval=0
3229 else
3230 $as_echo "$as_me: failed program was:" >&5
3231 sed 's/^/| /' conftest.$ac_ext >&5
3233 ac_retval=1
3235 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3236 as_fn_set_status $ac_retval
3238 } # ac_fn_objc_try_compile
3240 # ac_fn_objc_try_cpp LINENO
3241 # -------------------------
3242 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
3243 ac_fn_objc_try_cpp ()
3245 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3246 if { { ac_try="$ac_cpp conftest.$ac_ext"
3247 case "(($ac_try" in
3248 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3249 *) ac_try_echo=$ac_try;;
3250 esac
3251 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3252 $as_echo "$ac_try_echo"; } >&5
3253 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
3254 ac_status=$?
3255 if test -s conftest.err; then
3256 grep -v '^ *+' conftest.err >conftest.er1
3257 cat conftest.er1 >&5
3258 mv -f conftest.er1 conftest.err
3260 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3261 test $ac_status = 0; } > conftest.i && {
3262 test -z "$ac_objc_preproc_warn_flag$ac_objc_werror_flag" ||
3263 test ! -s conftest.err
3264 }; then :
3265 ac_retval=0
3266 else
3267 $as_echo "$as_me: failed program was:" >&5
3268 sed 's/^/| /' conftest.$ac_ext >&5
3270 ac_retval=1
3272 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3273 as_fn_set_status $ac_retval
3275 } # ac_fn_objc_try_cpp
3277 # ac_fn_objc_check_header_mongrel LINENO HEADER VAR INCLUDES
3278 # ----------------------------------------------------------
3279 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
3280 # the include files in INCLUDES and setting the cache variable VAR
3281 # accordingly.
3282 ac_fn_objc_check_header_mongrel ()
3284 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3285 if eval \${$3+:} false; then :
3286 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3287 $as_echo_n "checking for $2... " >&6; }
3288 if eval \${$3+:} false; then :
3289 $as_echo_n "(cached) " >&6
3291 eval ac_res=\$$3
3292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3293 $as_echo "$ac_res" >&6; }
3294 else
3295 # Is the header compilable?
3296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
3297 $as_echo_n "checking $2 usability... " >&6; }
3298 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3299 /* end confdefs.h. */
3301 #include <$2>
3302 _ACEOF
3303 if ac_fn_objc_try_compile "$LINENO"; then :
3304 ac_header_compiler=yes
3305 else
3306 ac_header_compiler=no
3308 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
3310 $as_echo "$ac_header_compiler" >&6; }
3312 # Is the header present?
3313 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
3314 $as_echo_n "checking $2 presence... " >&6; }
3315 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3316 /* end confdefs.h. */
3317 #include <$2>
3318 _ACEOF
3319 if ac_fn_objc_try_cpp "$LINENO"; then :
3320 ac_header_preproc=yes
3321 else
3322 ac_header_preproc=no
3324 rm -f conftest.err conftest.i conftest.$ac_ext
3325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
3326 $as_echo "$ac_header_preproc" >&6; }
3328 # So? What about this header?
3329 case $ac_header_compiler:$ac_header_preproc:$ac_objc_preproc_warn_flag in #((
3330 yes:no: )
3331 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
3332 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
3333 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
3334 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
3336 no:yes:* )
3337 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
3338 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
3339 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
3340 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
3341 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
3342 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
3343 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
3344 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
3345 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
3346 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
3347 ( $as_echo "## ------------------------------------ ##
3348 ## Report this to wine-devel@winehq.org ##
3349 ## ------------------------------------ ##"
3350 ) | sed "s/^/$as_me: WARNING: /" >&2
3352 esac
3353 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3354 $as_echo_n "checking for $2... " >&6; }
3355 if eval \${$3+:} false; then :
3356 $as_echo_n "(cached) " >&6
3357 else
3358 eval "$3=\$ac_header_compiler"
3360 eval ac_res=\$$3
3361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3362 $as_echo "$ac_res" >&6; }
3364 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3366 } # ac_fn_objc_check_header_mongrel
3368 # ac_fn_c_check_func LINENO FUNC VAR
3369 # ----------------------------------
3370 # Tests whether FUNC exists, setting the cache variable VAR accordingly
3371 ac_fn_c_check_func ()
3373 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3374 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3375 $as_echo_n "checking for $2... " >&6; }
3376 if eval \${$3+:} false; then :
3377 $as_echo_n "(cached) " >&6
3378 else
3379 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3380 /* end confdefs.h. */
3381 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
3382 For example, HP-UX 11i <limits.h> declares gettimeofday. */
3383 #define $2 innocuous_$2
3385 /* System header to define __stub macros and hopefully few prototypes,
3386 which can conflict with char $2 (); below.
3387 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3388 <limits.h> exists even on freestanding compilers. */
3390 #ifdef __STDC__
3391 # include <limits.h>
3392 #else
3393 # include <assert.h>
3394 #endif
3396 #undef $2
3398 /* Override any GCC internal prototype to avoid an error.
3399 Use char because int might match the return type of a GCC
3400 builtin and then its argument prototype would still apply. */
3401 #ifdef __cplusplus
3402 extern "C"
3403 #endif
3404 char $2 ();
3405 /* The GNU C library defines this for functions which it implements
3406 to always fail with ENOSYS. Some functions are actually named
3407 something starting with __ and the normal name is an alias. */
3408 #if defined __stub_$2 || defined __stub___$2
3409 choke me
3410 #endif
3413 main ()
3415 return $2 ();
3417 return 0;
3419 _ACEOF
3420 if ac_fn_c_try_link "$LINENO"; then :
3421 eval "$3=yes"
3422 else
3423 eval "$3=no"
3425 rm -f core conftest.err conftest.$ac_objext \
3426 conftest$ac_exeext conftest.$ac_ext
3428 eval ac_res=\$$3
3429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3430 $as_echo "$ac_res" >&6; }
3431 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3433 } # ac_fn_c_check_func
3435 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
3436 # ----------------------------------------------------
3437 # Tries to find if the field MEMBER exists in type AGGR, after including
3438 # INCLUDES, setting cache variable VAR accordingly.
3439 ac_fn_c_check_member ()
3441 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
3443 $as_echo_n "checking for $2.$3... " >&6; }
3444 if eval \${$4+:} false; then :
3445 $as_echo_n "(cached) " >&6
3446 else
3447 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3448 /* end confdefs.h. */
3451 main ()
3453 static $2 ac_aggr;
3454 if (ac_aggr.$3)
3455 return 0;
3457 return 0;
3459 _ACEOF
3460 if ac_fn_c_try_compile "$LINENO"; then :
3461 eval "$4=yes"
3462 else
3463 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3464 /* end confdefs.h. */
3467 main ()
3469 static $2 ac_aggr;
3470 if (sizeof ac_aggr.$3)
3471 return 0;
3473 return 0;
3475 _ACEOF
3476 if ac_fn_c_try_compile "$LINENO"; then :
3477 eval "$4=yes"
3478 else
3479 eval "$4=no"
3481 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3483 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3485 eval ac_res=\$$4
3486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3487 $as_echo "$ac_res" >&6; }
3488 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3490 } # ac_fn_c_check_member
3492 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
3493 # -------------------------------------------
3494 # Tests whether TYPE exists after having included INCLUDES, setting cache
3495 # variable VAR accordingly.
3496 ac_fn_c_check_type ()
3498 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3499 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3500 $as_echo_n "checking for $2... " >&6; }
3501 if eval \${$3+:} false; then :
3502 $as_echo_n "(cached) " >&6
3503 else
3504 eval "$3=no"
3505 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3506 /* end confdefs.h. */
3509 main ()
3511 if (sizeof ($2))
3512 return 0;
3514 return 0;
3516 _ACEOF
3517 if ac_fn_c_try_compile "$LINENO"; then :
3518 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3519 /* end confdefs.h. */
3522 main ()
3524 if (sizeof (($2)))
3525 return 0;
3527 return 0;
3529 _ACEOF
3530 if ac_fn_c_try_compile "$LINENO"; then :
3532 else
3533 eval "$3=yes"
3535 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3537 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3539 eval ac_res=\$$3
3540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3541 $as_echo "$ac_res" >&6; }
3542 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3544 } # ac_fn_c_check_type
3545 cat >config.log <<_ACEOF
3546 This file contains any messages produced by compilers while
3547 running configure, to aid debugging if configure makes a mistake.
3549 It was created by Wine $as_me 6.16, which was
3550 generated by GNU Autoconf 2.69. Invocation command line was
3552 $ $0 $@
3554 _ACEOF
3555 exec 5>>config.log
3557 cat <<_ASUNAME
3558 ## --------- ##
3559 ## Platform. ##
3560 ## --------- ##
3562 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
3563 uname -m = `(uname -m) 2>/dev/null || echo unknown`
3564 uname -r = `(uname -r) 2>/dev/null || echo unknown`
3565 uname -s = `(uname -s) 2>/dev/null || echo unknown`
3566 uname -v = `(uname -v) 2>/dev/null || echo unknown`
3568 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
3569 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
3571 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
3572 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
3573 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
3574 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
3575 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
3576 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
3577 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
3579 _ASUNAME
3581 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3582 for as_dir in $PATH
3584 IFS=$as_save_IFS
3585 test -z "$as_dir" && as_dir=.
3586 $as_echo "PATH: $as_dir"
3587 done
3588 IFS=$as_save_IFS
3590 } >&5
3592 cat >&5 <<_ACEOF
3595 ## ----------- ##
3596 ## Core tests. ##
3597 ## ----------- ##
3599 _ACEOF
3602 # Keep a trace of the command line.
3603 # Strip out --no-create and --no-recursion so they do not pile up.
3604 # Strip out --silent because we don't want to record it for future runs.
3605 # Also quote any args containing shell meta-characters.
3606 # Make two passes to allow for proper duplicate-argument suppression.
3607 ac_configure_args=
3608 ac_configure_args0=
3609 ac_configure_args1=
3610 ac_must_keep_next=false
3611 for ac_pass in 1 2
3613 for ac_arg
3615 case $ac_arg in
3616 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
3617 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
3618 | -silent | --silent | --silen | --sile | --sil)
3619 continue ;;
3620 *\'*)
3621 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
3622 esac
3623 case $ac_pass in
3624 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
3626 as_fn_append ac_configure_args1 " '$ac_arg'"
3627 if test $ac_must_keep_next = true; then
3628 ac_must_keep_next=false # Got value, back to normal.
3629 else
3630 case $ac_arg in
3631 *=* | --config-cache | -C | -disable-* | --disable-* \
3632 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
3633 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
3634 | -with-* | --with-* | -without-* | --without-* | --x)
3635 case "$ac_configure_args0 " in
3636 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
3637 esac
3639 -* ) ac_must_keep_next=true ;;
3640 esac
3642 as_fn_append ac_configure_args " '$ac_arg'"
3644 esac
3645 done
3646 done
3647 { ac_configure_args0=; unset ac_configure_args0;}
3648 { ac_configure_args1=; unset ac_configure_args1;}
3650 # When interrupted or exit'd, cleanup temporary files, and complete
3651 # config.log. We remove comments because anyway the quotes in there
3652 # would cause problems or look ugly.
3653 # WARNING: Use '\'' to represent an apostrophe within the trap.
3654 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
3655 trap 'exit_status=$?
3656 # Save into config.log some information that might help in debugging.
3658 echo
3660 $as_echo "## ---------------- ##
3661 ## Cache variables. ##
3662 ## ---------------- ##"
3663 echo
3664 # The following way of writing the cache mishandles newlines in values,
3666 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
3667 eval ac_val=\$$ac_var
3668 case $ac_val in #(
3669 *${as_nl}*)
3670 case $ac_var in #(
3671 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3672 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3673 esac
3674 case $ac_var in #(
3675 _ | IFS | as_nl) ;; #(
3676 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3677 *) { eval $ac_var=; unset $ac_var;} ;;
3678 esac ;;
3679 esac
3680 done
3681 (set) 2>&1 |
3682 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
3683 *${as_nl}ac_space=\ *)
3684 sed -n \
3685 "s/'\''/'\''\\\\'\'''\''/g;
3686 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
3687 ;; #(
3689 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3691 esac |
3692 sort
3694 echo
3696 $as_echo "## ----------------- ##
3697 ## Output variables. ##
3698 ## ----------------- ##"
3699 echo
3700 for ac_var in $ac_subst_vars
3702 eval ac_val=\$$ac_var
3703 case $ac_val in
3704 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3705 esac
3706 $as_echo "$ac_var='\''$ac_val'\''"
3707 done | sort
3708 echo
3710 if test -n "$ac_subst_files"; then
3711 $as_echo "## ------------------- ##
3712 ## File substitutions. ##
3713 ## ------------------- ##"
3714 echo
3715 for ac_var in $ac_subst_files
3717 eval ac_val=\$$ac_var
3718 case $ac_val in
3719 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3720 esac
3721 $as_echo "$ac_var='\''$ac_val'\''"
3722 done | sort
3723 echo
3726 if test -s confdefs.h; then
3727 $as_echo "## ----------- ##
3728 ## confdefs.h. ##
3729 ## ----------- ##"
3730 echo
3731 cat confdefs.h
3732 echo
3734 test "$ac_signal" != 0 &&
3735 $as_echo "$as_me: caught signal $ac_signal"
3736 $as_echo "$as_me: exit $exit_status"
3737 } >&5
3738 rm -f core *.core core.conftest.* &&
3739 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
3740 exit $exit_status
3742 for ac_signal in 1 2 13 15; do
3743 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
3744 done
3745 ac_signal=0
3747 # confdefs.h avoids OS command line length limits that DEFS can exceed.
3748 rm -f -r conftest* confdefs.h
3750 $as_echo "/* confdefs.h */" > confdefs.h
3752 # Predefined preprocessor variables.
3754 cat >>confdefs.h <<_ACEOF
3755 #define PACKAGE_NAME "$PACKAGE_NAME"
3756 _ACEOF
3758 cat >>confdefs.h <<_ACEOF
3759 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
3760 _ACEOF
3762 cat >>confdefs.h <<_ACEOF
3763 #define PACKAGE_VERSION "$PACKAGE_VERSION"
3764 _ACEOF
3766 cat >>confdefs.h <<_ACEOF
3767 #define PACKAGE_STRING "$PACKAGE_STRING"
3768 _ACEOF
3770 cat >>confdefs.h <<_ACEOF
3771 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
3772 _ACEOF
3774 cat >>confdefs.h <<_ACEOF
3775 #define PACKAGE_URL "$PACKAGE_URL"
3776 _ACEOF
3779 # Let the site file select an alternate cache file if it wants to.
3780 # Prefer an explicitly selected file to automatically selected ones.
3781 ac_site_file1=NONE
3782 ac_site_file2=NONE
3783 if test -n "$CONFIG_SITE"; then
3784 # We do not want a PATH search for config.site.
3785 case $CONFIG_SITE in #((
3786 -*) ac_site_file1=./$CONFIG_SITE;;
3787 */*) ac_site_file1=$CONFIG_SITE;;
3788 *) ac_site_file1=./$CONFIG_SITE;;
3789 esac
3790 elif test "x$prefix" != xNONE; then
3791 ac_site_file1=$prefix/share/config.site
3792 ac_site_file2=$prefix/etc/config.site
3793 else
3794 ac_site_file1=$ac_default_prefix/share/config.site
3795 ac_site_file2=$ac_default_prefix/etc/config.site
3797 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
3799 test "x$ac_site_file" = xNONE && continue
3800 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
3801 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3802 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
3803 sed 's/^/| /' "$ac_site_file" >&5
3804 . "$ac_site_file" \
3805 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3806 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3807 as_fn_error $? "failed to load site script $ac_site_file
3808 See \`config.log' for more details" "$LINENO" 5; }
3810 done
3812 if test -r "$cache_file"; then
3813 # Some versions of bash will fail to source /dev/null (special files
3814 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
3815 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
3816 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3817 $as_echo "$as_me: loading cache $cache_file" >&6;}
3818 case $cache_file in
3819 [\\/]* | ?:[\\/]* ) . "$cache_file";;
3820 *) . "./$cache_file";;
3821 esac
3823 else
3824 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3825 $as_echo "$as_me: creating cache $cache_file" >&6;}
3826 >$cache_file
3829 # Check that the precious variables saved in the cache have kept the same
3830 # value.
3831 ac_cache_corrupted=false
3832 for ac_var in $ac_precious_vars; do
3833 eval ac_old_set=\$ac_cv_env_${ac_var}_set
3834 eval ac_new_set=\$ac_env_${ac_var}_set
3835 eval ac_old_val=\$ac_cv_env_${ac_var}_value
3836 eval ac_new_val=\$ac_env_${ac_var}_value
3837 case $ac_old_set,$ac_new_set in
3838 set,)
3839 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3840 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3841 ac_cache_corrupted=: ;;
3842 ,set)
3843 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
3844 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3845 ac_cache_corrupted=: ;;
3846 ,);;
3848 if test "x$ac_old_val" != "x$ac_new_val"; then
3849 # differences in whitespace do not lead to failure.
3850 ac_old_val_w=`echo x $ac_old_val`
3851 ac_new_val_w=`echo x $ac_new_val`
3852 if test "$ac_old_val_w" != "$ac_new_val_w"; then
3853 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
3854 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3855 ac_cache_corrupted=:
3856 else
3857 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3858 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3859 eval $ac_var=\$ac_old_val
3861 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
3862 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
3863 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
3864 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
3865 fi;;
3866 esac
3867 # Pass precious variables to config.status.
3868 if test "$ac_new_set" = set; then
3869 case $ac_new_val in
3870 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3871 *) ac_arg=$ac_var=$ac_new_val ;;
3872 esac
3873 case " $ac_configure_args " in
3874 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3875 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
3876 esac
3878 done
3879 if $ac_cache_corrupted; then
3880 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3881 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3882 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3883 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3884 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3886 ## -------------------- ##
3887 ## Main body of script. ##
3888 ## -------------------- ##
3890 ac_ext=c
3891 ac_cpp='$CPP $CPPFLAGS'
3892 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3893 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3894 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3898 ac_config_headers="$ac_config_headers include/config.h"
3900 ac_aux_dir=
3901 for ac_dir in tools "$srcdir"/tools; do
3902 if test -f "$ac_dir/install-sh"; then
3903 ac_aux_dir=$ac_dir
3904 ac_install_sh="$ac_aux_dir/install-sh -c"
3905 break
3906 elif test -f "$ac_dir/install.sh"; then
3907 ac_aux_dir=$ac_dir
3908 ac_install_sh="$ac_aux_dir/install.sh -c"
3909 break
3910 elif test -f "$ac_dir/shtool"; then
3911 ac_aux_dir=$ac_dir
3912 ac_install_sh="$ac_aux_dir/shtool install -c"
3913 break
3915 done
3916 if test -z "$ac_aux_dir"; then
3917 as_fn_error $? "cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
3920 # These three variables are undocumented and unsupported,
3921 # and are intended to be withdrawn in a future Autoconf release.
3922 # They can cause serious problems if a builder's source tree is in a directory
3923 # whose full name contains unusual characters.
3924 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3925 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3926 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3930 libwine_version="1.0"
3934 # Check whether --enable-win16 was given.
3935 if test "${enable_win16+set}" = set; then :
3936 enableval=$enable_win16;
3939 # Check whether --enable-win64 was given.
3940 if test "${enable_win64+set}" = set; then :
3941 enableval=$enable_win64;
3944 # Check whether --enable-tests was given.
3945 if test "${enable_tests+set}" = set; then :
3946 enableval=$enable_tests;
3949 # Check whether --enable-build-id was given.
3950 if test "${enable_build_id+set}" = set; then :
3951 enableval=$enable_build_id;
3954 # Check whether --enable-maintainer-mode was given.
3955 if test "${enable_maintainer_mode+set}" = set; then :
3956 enableval=$enable_maintainer_mode;
3959 # Check whether --enable-silent-rules was given.
3960 if test "${enable_silent_rules+set}" = set; then :
3961 enableval=$enable_silent_rules;
3964 # Check whether --enable-werror was given.
3965 if test "${enable_werror+set}" = set; then :
3966 enableval=$enable_werror;
3971 # Check whether --with-alsa was given.
3972 if test "${with_alsa+set}" = set; then :
3973 withval=$with_alsa;
3977 # Check whether --with-capi was given.
3978 if test "${with_capi+set}" = set; then :
3979 withval=$with_capi;
3983 # Check whether --with-cms was given.
3984 if test "${with_cms+set}" = set; then :
3985 withval=$with_cms;
3989 # Check whether --with-coreaudio was given.
3990 if test "${with_coreaudio+set}" = set; then :
3991 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
3995 # Check whether --with-cups was given.
3996 if test "${with_cups+set}" = set; then :
3997 withval=$with_cups;
4001 # Check whether --with-dbus was given.
4002 if test "${with_dbus+set}" = set; then :
4003 withval=$with_dbus;
4007 # Check whether --with-faudio was given.
4008 if test "${with_faudio+set}" = set; then :
4009 withval=$with_faudio;
4013 # Check whether --with-float-abi was given.
4014 if test "${with_float_abi+set}" = set; then :
4015 withval=$with_float_abi;
4019 # Check whether --with-fontconfig was given.
4020 if test "${with_fontconfig+set}" = set; then :
4021 withval=$with_fontconfig;
4025 # Check whether --with-freetype was given.
4026 if test "${with_freetype+set}" = set; then :
4027 withval=$with_freetype;
4031 # Check whether --with-gettext was given.
4032 if test "${with_gettext+set}" = set; then :
4033 withval=$with_gettext;
4037 # Check whether --with-gettextpo was given.
4038 if test "${with_gettextpo+set}" = set; then :
4039 withval=$with_gettextpo; if test "x$withval" = "xno"; then ac_cv_header_gettext_po_h=no; fi
4043 # Check whether --with-gphoto was given.
4044 if test "${with_gphoto+set}" = set; then :
4045 withval=$with_gphoto;
4049 # Check whether --with-gnutls was given.
4050 if test "${with_gnutls+set}" = set; then :
4051 withval=$with_gnutls;
4055 # Check whether --with-gsm was given.
4056 if test "${with_gsm+set}" = set; then :
4057 withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
4061 # Check whether --with-gssapi was given.
4062 if test "${with_gssapi+set}" = set; then :
4063 withval=$with_gssapi;
4067 # Check whether --with-gstreamer was given.
4068 if test "${with_gstreamer+set}" = set; then :
4069 withval=$with_gstreamer;
4073 # Check whether --with-hal was given.
4074 if test "${with_hal+set}" = set; then :
4075 withval=$with_hal;
4079 # Check whether --with-inotify was given.
4080 if test "${with_inotify+set}" = set; then :
4081 withval=$with_inotify;
4085 # Check whether --with-jpeg was given.
4086 if test "${with_jpeg+set}" = set; then :
4087 withval=$with_jpeg;
4091 # Check whether --with-jxrlib was given.
4092 if test "${with_jxrlib+set}" = set; then :
4093 withval=$with_jxrlib;
4097 # Check whether --with-krb5 was given.
4098 if test "${with_krb5+set}" = set; then :
4099 withval=$with_krb5;
4103 # Check whether --with-ldap was given.
4104 if test "${with_ldap+set}" = set; then :
4105 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
4109 # Check whether --with-mingw was given.
4110 if test "${with_mingw+set}" = set; then :
4111 withval=$with_mingw;
4115 # Check whether --with-mpg123 was given.
4116 if test "${with_mpg123+set}" = set; then :
4117 withval=$with_mpg123;
4121 # Check whether --with-netapi was given.
4122 if test "${with_netapi+set}" = set; then :
4123 withval=$with_netapi;
4127 # Check whether --with-openal was given.
4128 if test "${with_openal+set}" = set; then :
4129 withval=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h=no; ac_cv_header_OpenAL_al_h=no; fi
4133 # Check whether --with-opencl was given.
4134 if test "${with_opencl+set}" = set; then :
4135 withval=$with_opencl; if test "x$withval" = "xno"; then ac_cv_header_CL_cl_h=no; ac_cv_header_OpenCL_opencl_h=no; fi
4139 # Check whether --with-opengl was given.
4140 if test "${with_opengl+set}" = set; then :
4141 withval=$with_opengl;
4145 # Check whether --with-osmesa was given.
4146 if test "${with_osmesa+set}" = set; then :
4147 withval=$with_osmesa;
4151 # Check whether --with-oss was given.
4152 if test "${with_oss+set}" = set; then :
4153 withval=$with_oss;
4157 # Check whether --with-pcap was given.
4158 if test "${with_pcap+set}" = set; then :
4159 withval=$with_pcap; if test "x$withval" = "xno"; then ac_cv_header_pcap_pcap_h=no; fi
4163 # Check whether --with-png was given.
4164 if test "${with_png+set}" = set; then :
4165 withval=$with_png;
4169 # Check whether --with-pthread was given.
4170 if test "${with_pthread+set}" = set; then :
4171 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
4175 # Check whether --with-pulse was given.
4176 if test "${with_pulse+set}" = set; then :
4177 withval=$with_pulse;
4181 # Check whether --with-quicktime was given.
4182 if test "${with_quicktime+set}" = set; then :
4183 withval=$with_quicktime;
4187 # Check whether --with-sane was given.
4188 if test "${with_sane+set}" = set; then :
4189 withval=$with_sane;
4193 # Check whether --with-sdl was given.
4194 if test "${with_sdl+set}" = set; then :
4195 withval=$with_sdl;
4199 # Check whether --with-tiff was given.
4200 if test "${with_tiff+set}" = set; then :
4201 withval=$with_tiff;
4205 # Check whether --with-udev was given.
4206 if test "${with_udev+set}" = set; then :
4207 withval=$with_udev;
4211 # Check whether --with-unwind was given.
4212 if test "${with_unwind+set}" = set; then :
4213 withval=$with_unwind;
4217 # Check whether --with-usb was given.
4218 if test "${with_usb+set}" = set; then :
4219 withval=$with_usb;
4223 # Check whether --with-v4l2 was given.
4224 if test "${with_v4l2+set}" = set; then :
4225 withval=$with_v4l2;
4229 # Check whether --with-vkd3d was given.
4230 if test "${with_vkd3d+set}" = set; then :
4231 withval=$with_vkd3d;
4235 # Check whether --with-vulkan was given.
4236 if test "${with_vulkan+set}" = set; then :
4237 withval=$with_vulkan;
4241 # Check whether --with-xcomposite was given.
4242 if test "${with_xcomposite+set}" = set; then :
4243 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
4247 # Check whether --with-xcursor was given.
4248 if test "${with_xcursor+set}" = set; then :
4249 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
4253 # Check whether --with-xfixes was given.
4254 if test "${with_xfixes+set}" = set; then :
4255 withval=$with_xfixes; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xfixes_h=no; fi
4259 # Check whether --with-xinerama was given.
4260 if test "${with_xinerama+set}" = set; then :
4261 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
4265 # Check whether --with-xinput was given.
4266 if test "${with_xinput+set}" = set; then :
4267 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
4271 # Check whether --with-xinput2 was given.
4272 if test "${with_xinput2+set}" = set; then :
4273 withval=$with_xinput2; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput2_h=no; fi
4277 # Check whether --with-xml was given.
4278 if test "${with_xml+set}" = set; then :
4279 withval=$with_xml;
4283 # Check whether --with-xrandr was given.
4284 if test "${with_xrandr+set}" = set; then :
4285 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
4289 # Check whether --with-xrender was given.
4290 if test "${with_xrender+set}" = set; then :
4291 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
4295 # Check whether --with-xshape was given.
4296 if test "${with_xshape+set}" = set; then :
4297 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
4301 # Check whether --with-xshm was given.
4302 if test "${with_xshm+set}" = set; then :
4303 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
4307 # Check whether --with-xslt was given.
4308 if test "${with_xslt+set}" = set; then :
4309 withval=$with_xslt;
4313 # Check whether --with-xxf86vm was given.
4314 if test "${with_xxf86vm+set}" = set; then :
4315 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
4320 # Check whether --with-wine-tools was given.
4321 if test "${with_wine_tools+set}" = set; then :
4322 withval=$with_wine_tools;
4326 # Check whether --with-wine64 was given.
4327 if test "${with_wine64+set}" = set; then :
4328 withval=$with_wine64;
4332 # Make sure we can run config.sub.
4333 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4334 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4336 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4337 $as_echo_n "checking build system type... " >&6; }
4338 if ${ac_cv_build+:} false; then :
4339 $as_echo_n "(cached) " >&6
4340 else
4341 ac_build_alias=$build_alias
4342 test "x$ac_build_alias" = x &&
4343 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
4344 test "x$ac_build_alias" = x &&
4345 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
4346 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4347 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
4350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4351 $as_echo "$ac_cv_build" >&6; }
4352 case $ac_cv_build in
4353 *-*-*) ;;
4354 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
4355 esac
4356 build=$ac_cv_build
4357 ac_save_IFS=$IFS; IFS='-'
4358 set x $ac_cv_build
4359 shift
4360 build_cpu=$1
4361 build_vendor=$2
4362 shift; shift
4363 # Remember, the first character of IFS is used to create $*,
4364 # except with old shells:
4365 build_os=$*
4366 IFS=$ac_save_IFS
4367 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
4370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
4371 $as_echo_n "checking host system type... " >&6; }
4372 if ${ac_cv_host+:} false; then :
4373 $as_echo_n "(cached) " >&6
4374 else
4375 if test "x$host_alias" = x; then
4376 ac_cv_host=$ac_cv_build
4377 else
4378 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
4379 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
4383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
4384 $as_echo "$ac_cv_host" >&6; }
4385 case $ac_cv_host in
4386 *-*-*) ;;
4387 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
4388 esac
4389 host=$ac_cv_host
4390 ac_save_IFS=$IFS; IFS='-'
4391 set x $ac_cv_host
4392 shift
4393 host_cpu=$1
4394 host_vendor=$2
4395 shift; shift
4396 # Remember, the first character of IFS is used to create $*,
4397 # except with old shells:
4398 host_os=$*
4399 IFS=$ac_save_IFS
4400 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
4405 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
4406 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
4407 set x ${MAKE-make}
4408 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
4409 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
4410 $as_echo_n "(cached) " >&6
4411 else
4412 cat >conftest.make <<\_ACEOF
4413 SHELL = /bin/sh
4414 all:
4415 @echo '@@@%%%=$(MAKE)=@@@%%%'
4416 _ACEOF
4417 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
4418 case `${MAKE-make} -f conftest.make 2>/dev/null` in
4419 *@@@%%%=?*=@@@%%%*)
4420 eval ac_cv_prog_make_${ac_make}_set=yes;;
4422 eval ac_cv_prog_make_${ac_make}_set=no;;
4423 esac
4424 rm -f conftest.make
4426 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
4427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4428 $as_echo "yes" >&6; }
4429 SET_MAKE=
4430 else
4431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4432 $as_echo "no" >&6; }
4433 SET_MAKE="MAKE=${MAKE-make}"
4436 ac_ext=c
4437 ac_cpp='$CPP $CPPFLAGS'
4438 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4439 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4440 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4441 if test -n "$ac_tool_prefix"; then
4442 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4443 set dummy ${ac_tool_prefix}gcc; ac_word=$2
4444 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4445 $as_echo_n "checking for $ac_word... " >&6; }
4446 if ${ac_cv_prog_CC+:} false; then :
4447 $as_echo_n "(cached) " >&6
4448 else
4449 if test -n "$CC"; then
4450 ac_cv_prog_CC="$CC" # Let the user override the test.
4451 else
4452 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4453 for as_dir in $PATH
4455 IFS=$as_save_IFS
4456 test -z "$as_dir" && as_dir=.
4457 for ac_exec_ext in '' $ac_executable_extensions; do
4458 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4459 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4460 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4461 break 2
4463 done
4464 done
4465 IFS=$as_save_IFS
4469 CC=$ac_cv_prog_CC
4470 if test -n "$CC"; then
4471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4472 $as_echo "$CC" >&6; }
4473 else
4474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4475 $as_echo "no" >&6; }
4480 if test -z "$ac_cv_prog_CC"; then
4481 ac_ct_CC=$CC
4482 # Extract the first word of "gcc", so it can be a program name with args.
4483 set dummy gcc; ac_word=$2
4484 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4485 $as_echo_n "checking for $ac_word... " >&6; }
4486 if ${ac_cv_prog_ac_ct_CC+:} false; then :
4487 $as_echo_n "(cached) " >&6
4488 else
4489 if test -n "$ac_ct_CC"; then
4490 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4491 else
4492 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4493 for as_dir in $PATH
4495 IFS=$as_save_IFS
4496 test -z "$as_dir" && as_dir=.
4497 for ac_exec_ext in '' $ac_executable_extensions; do
4498 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4499 ac_cv_prog_ac_ct_CC="gcc"
4500 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4501 break 2
4503 done
4504 done
4505 IFS=$as_save_IFS
4509 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4510 if test -n "$ac_ct_CC"; then
4511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4512 $as_echo "$ac_ct_CC" >&6; }
4513 else
4514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4515 $as_echo "no" >&6; }
4518 if test "x$ac_ct_CC" = x; then
4519 CC=""
4520 else
4521 case $cross_compiling:$ac_tool_warned in
4522 yes:)
4523 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4524 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4525 ac_tool_warned=yes ;;
4526 esac
4527 CC=$ac_ct_CC
4529 else
4530 CC="$ac_cv_prog_CC"
4533 if test -z "$CC"; then
4534 if test -n "$ac_tool_prefix"; then
4535 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4536 set dummy ${ac_tool_prefix}cc; ac_word=$2
4537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4538 $as_echo_n "checking for $ac_word... " >&6; }
4539 if ${ac_cv_prog_CC+:} false; then :
4540 $as_echo_n "(cached) " >&6
4541 else
4542 if test -n "$CC"; then
4543 ac_cv_prog_CC="$CC" # Let the user override the test.
4544 else
4545 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4546 for as_dir in $PATH
4548 IFS=$as_save_IFS
4549 test -z "$as_dir" && as_dir=.
4550 for ac_exec_ext in '' $ac_executable_extensions; do
4551 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4552 ac_cv_prog_CC="${ac_tool_prefix}cc"
4553 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4554 break 2
4556 done
4557 done
4558 IFS=$as_save_IFS
4562 CC=$ac_cv_prog_CC
4563 if test -n "$CC"; then
4564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4565 $as_echo "$CC" >&6; }
4566 else
4567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4568 $as_echo "no" >&6; }
4574 if test -z "$CC"; then
4575 # Extract the first word of "cc", so it can be a program name with args.
4576 set dummy cc; ac_word=$2
4577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4578 $as_echo_n "checking for $ac_word... " >&6; }
4579 if ${ac_cv_prog_CC+:} false; then :
4580 $as_echo_n "(cached) " >&6
4581 else
4582 if test -n "$CC"; then
4583 ac_cv_prog_CC="$CC" # Let the user override the test.
4584 else
4585 ac_prog_rejected=no
4586 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4587 for as_dir in $PATH
4589 IFS=$as_save_IFS
4590 test -z "$as_dir" && as_dir=.
4591 for ac_exec_ext in '' $ac_executable_extensions; do
4592 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4593 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4594 ac_prog_rejected=yes
4595 continue
4597 ac_cv_prog_CC="cc"
4598 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4599 break 2
4601 done
4602 done
4603 IFS=$as_save_IFS
4605 if test $ac_prog_rejected = yes; then
4606 # We found a bogon in the path, so make sure we never use it.
4607 set dummy $ac_cv_prog_CC
4608 shift
4609 if test $# != 0; then
4610 # We chose a different compiler from the bogus one.
4611 # However, it has the same basename, so the bogon will be chosen
4612 # first if we set CC to just the basename; use the full file name.
4613 shift
4614 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4619 CC=$ac_cv_prog_CC
4620 if test -n "$CC"; then
4621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4622 $as_echo "$CC" >&6; }
4623 else
4624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4625 $as_echo "no" >&6; }
4630 if test -z "$CC"; then
4631 if test -n "$ac_tool_prefix"; then
4632 for ac_prog in cl.exe
4634 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4635 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4637 $as_echo_n "checking for $ac_word... " >&6; }
4638 if ${ac_cv_prog_CC+:} false; then :
4639 $as_echo_n "(cached) " >&6
4640 else
4641 if test -n "$CC"; then
4642 ac_cv_prog_CC="$CC" # Let the user override the test.
4643 else
4644 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4645 for as_dir in $PATH
4647 IFS=$as_save_IFS
4648 test -z "$as_dir" && as_dir=.
4649 for ac_exec_ext in '' $ac_executable_extensions; do
4650 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4651 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4652 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4653 break 2
4655 done
4656 done
4657 IFS=$as_save_IFS
4661 CC=$ac_cv_prog_CC
4662 if test -n "$CC"; then
4663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4664 $as_echo "$CC" >&6; }
4665 else
4666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4667 $as_echo "no" >&6; }
4671 test -n "$CC" && break
4672 done
4674 if test -z "$CC"; then
4675 ac_ct_CC=$CC
4676 for ac_prog in cl.exe
4678 # Extract the first word of "$ac_prog", so it can be a program name with args.
4679 set dummy $ac_prog; ac_word=$2
4680 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4681 $as_echo_n "checking for $ac_word... " >&6; }
4682 if ${ac_cv_prog_ac_ct_CC+:} false; then :
4683 $as_echo_n "(cached) " >&6
4684 else
4685 if test -n "$ac_ct_CC"; then
4686 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4687 else
4688 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4689 for as_dir in $PATH
4691 IFS=$as_save_IFS
4692 test -z "$as_dir" && as_dir=.
4693 for ac_exec_ext in '' $ac_executable_extensions; do
4694 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4695 ac_cv_prog_ac_ct_CC="$ac_prog"
4696 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4697 break 2
4699 done
4700 done
4701 IFS=$as_save_IFS
4705 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4706 if test -n "$ac_ct_CC"; then
4707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4708 $as_echo "$ac_ct_CC" >&6; }
4709 else
4710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4711 $as_echo "no" >&6; }
4715 test -n "$ac_ct_CC" && break
4716 done
4718 if test "x$ac_ct_CC" = x; then
4719 CC=""
4720 else
4721 case $cross_compiling:$ac_tool_warned in
4722 yes:)
4723 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4724 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4725 ac_tool_warned=yes ;;
4726 esac
4727 CC=$ac_ct_CC
4734 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4735 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4736 as_fn_error $? "no acceptable C compiler found in \$PATH
4737 See \`config.log' for more details" "$LINENO" 5; }
4739 # Provide some information about the compiler.
4740 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4741 set X $ac_compile
4742 ac_compiler=$2
4743 for ac_option in --version -v -V -qversion; do
4744 { { ac_try="$ac_compiler $ac_option >&5"
4745 case "(($ac_try" in
4746 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4747 *) ac_try_echo=$ac_try;;
4748 esac
4749 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4750 $as_echo "$ac_try_echo"; } >&5
4751 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4752 ac_status=$?
4753 if test -s conftest.err; then
4754 sed '10a\
4755 ... rest of stderr output deleted ...
4756 10q' conftest.err >conftest.er1
4757 cat conftest.er1 >&5
4759 rm -f conftest.er1 conftest.err
4760 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4761 test $ac_status = 0; }
4762 done
4764 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4765 /* end confdefs.h. */
4768 main ()
4772 return 0;
4774 _ACEOF
4775 ac_clean_files_save=$ac_clean_files
4776 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
4777 # Try to create an executable without -o first, disregard a.out.
4778 # It will help us diagnose broken compilers, and finding out an intuition
4779 # of exeext.
4780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4781 $as_echo_n "checking whether the C compiler works... " >&6; }
4782 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4784 # The possible output files:
4785 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4787 ac_rmfiles=
4788 for ac_file in $ac_files
4790 case $ac_file in
4791 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4792 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4793 esac
4794 done
4795 rm -f $ac_rmfiles
4797 if { { ac_try="$ac_link_default"
4798 case "(($ac_try" in
4799 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4800 *) ac_try_echo=$ac_try;;
4801 esac
4802 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4803 $as_echo "$ac_try_echo"; } >&5
4804 (eval "$ac_link_default") 2>&5
4805 ac_status=$?
4806 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4807 test $ac_status = 0; }; then :
4808 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4809 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4810 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4811 # so that the user can short-circuit this test for compilers unknown to
4812 # Autoconf.
4813 for ac_file in $ac_files ''
4815 test -f "$ac_file" || continue
4816 case $ac_file in
4817 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4819 [ab].out )
4820 # We found the default executable, but exeext='' is most
4821 # certainly right.
4822 break;;
4823 *.* )
4824 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4825 then :; else
4826 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4828 # We set ac_cv_exeext here because the later test for it is not
4829 # safe: cross compilers may not add the suffix if given an `-o'
4830 # argument, so we may need to know it at that point already.
4831 # Even if this section looks crufty: it has the advantage of
4832 # actually working.
4833 break;;
4835 break;;
4836 esac
4837 done
4838 test "$ac_cv_exeext" = no && ac_cv_exeext=
4840 else
4841 ac_file=''
4843 if test -z "$ac_file"; then :
4844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4845 $as_echo "no" >&6; }
4846 $as_echo "$as_me: failed program was:" >&5
4847 sed 's/^/| /' conftest.$ac_ext >&5
4849 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4850 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4851 as_fn_error 77 "C compiler cannot create executables
4852 See \`config.log' for more details" "$LINENO" 5; }
4853 else
4854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4855 $as_echo "yes" >&6; }
4857 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4858 $as_echo_n "checking for C compiler default output file name... " >&6; }
4859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4860 $as_echo "$ac_file" >&6; }
4861 ac_exeext=$ac_cv_exeext
4863 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
4864 ac_clean_files=$ac_clean_files_save
4865 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4866 $as_echo_n "checking for suffix of executables... " >&6; }
4867 if { { ac_try="$ac_link"
4868 case "(($ac_try" in
4869 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4870 *) ac_try_echo=$ac_try;;
4871 esac
4872 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4873 $as_echo "$ac_try_echo"; } >&5
4874 (eval "$ac_link") 2>&5
4875 ac_status=$?
4876 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4877 test $ac_status = 0; }; then :
4878 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4879 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4880 # work properly (i.e., refer to `conftest.exe'), while it won't with
4881 # `rm'.
4882 for ac_file in conftest.exe conftest conftest.*; do
4883 test -f "$ac_file" || continue
4884 case $ac_file in
4885 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4886 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4887 break;;
4888 * ) break;;
4889 esac
4890 done
4891 else
4892 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4893 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4894 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
4895 See \`config.log' for more details" "$LINENO" 5; }
4897 rm -f conftest conftest$ac_cv_exeext
4898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4899 $as_echo "$ac_cv_exeext" >&6; }
4901 rm -f conftest.$ac_ext
4902 EXEEXT=$ac_cv_exeext
4903 ac_exeext=$EXEEXT
4904 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4905 /* end confdefs.h. */
4906 #include <stdio.h>
4908 main ()
4910 FILE *f = fopen ("conftest.out", "w");
4911 return ferror (f) || fclose (f) != 0;
4914 return 0;
4916 _ACEOF
4917 ac_clean_files="$ac_clean_files conftest.out"
4918 # Check that the compiler produces executables we can run. If not, either
4919 # the compiler is broken, or we cross compile.
4920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4921 $as_echo_n "checking whether we are cross compiling... " >&6; }
4922 if test "$cross_compiling" != yes; then
4923 { { ac_try="$ac_link"
4924 case "(($ac_try" in
4925 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4926 *) ac_try_echo=$ac_try;;
4927 esac
4928 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4929 $as_echo "$ac_try_echo"; } >&5
4930 (eval "$ac_link") 2>&5
4931 ac_status=$?
4932 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4933 test $ac_status = 0; }
4934 if { ac_try='./conftest$ac_cv_exeext'
4935 { { case "(($ac_try" in
4936 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4937 *) ac_try_echo=$ac_try;;
4938 esac
4939 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4940 $as_echo "$ac_try_echo"; } >&5
4941 (eval "$ac_try") 2>&5
4942 ac_status=$?
4943 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4944 test $ac_status = 0; }; }; then
4945 cross_compiling=no
4946 else
4947 if test "$cross_compiling" = maybe; then
4948 cross_compiling=yes
4949 else
4950 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4951 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4952 as_fn_error $? "cannot run C compiled programs.
4953 If you meant to cross compile, use \`--host'.
4954 See \`config.log' for more details" "$LINENO" 5; }
4958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4959 $as_echo "$cross_compiling" >&6; }
4961 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
4962 ac_clean_files=$ac_clean_files_save
4963 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4964 $as_echo_n "checking for suffix of object files... " >&6; }
4965 if ${ac_cv_objext+:} false; then :
4966 $as_echo_n "(cached) " >&6
4967 else
4968 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4969 /* end confdefs.h. */
4972 main ()
4976 return 0;
4978 _ACEOF
4979 rm -f conftest.o conftest.obj
4980 if { { ac_try="$ac_compile"
4981 case "(($ac_try" in
4982 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4983 *) ac_try_echo=$ac_try;;
4984 esac
4985 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4986 $as_echo "$ac_try_echo"; } >&5
4987 (eval "$ac_compile") 2>&5
4988 ac_status=$?
4989 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4990 test $ac_status = 0; }; then :
4991 for ac_file in conftest.o conftest.obj conftest.*; do
4992 test -f "$ac_file" || continue;
4993 case $ac_file in
4994 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4995 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4996 break;;
4997 esac
4998 done
4999 else
5000 $as_echo "$as_me: failed program was:" >&5
5001 sed 's/^/| /' conftest.$ac_ext >&5
5003 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5004 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5005 as_fn_error $? "cannot compute suffix of object files: cannot compile
5006 See \`config.log' for more details" "$LINENO" 5; }
5008 rm -f conftest.$ac_cv_objext conftest.$ac_ext
5010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
5011 $as_echo "$ac_cv_objext" >&6; }
5012 OBJEXT=$ac_cv_objext
5013 ac_objext=$OBJEXT
5014 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
5015 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
5016 if ${ac_cv_c_compiler_gnu+:} false; then :
5017 $as_echo_n "(cached) " >&6
5018 else
5019 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5020 /* end confdefs.h. */
5023 main ()
5025 #ifndef __GNUC__
5026 choke me
5027 #endif
5030 return 0;
5032 _ACEOF
5033 if ac_fn_c_try_compile "$LINENO"; then :
5034 ac_compiler_gnu=yes
5035 else
5036 ac_compiler_gnu=no
5038 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5039 ac_cv_c_compiler_gnu=$ac_compiler_gnu
5042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
5043 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
5044 if test $ac_compiler_gnu = yes; then
5045 GCC=yes
5046 else
5047 GCC=
5049 ac_test_CFLAGS=${CFLAGS+set}
5050 ac_save_CFLAGS=$CFLAGS
5051 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
5052 $as_echo_n "checking whether $CC accepts -g... " >&6; }
5053 if ${ac_cv_prog_cc_g+:} false; then :
5054 $as_echo_n "(cached) " >&6
5055 else
5056 ac_save_c_werror_flag=$ac_c_werror_flag
5057 ac_c_werror_flag=yes
5058 ac_cv_prog_cc_g=no
5059 CFLAGS="-g"
5060 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5061 /* end confdefs.h. */
5064 main ()
5068 return 0;
5070 _ACEOF
5071 if ac_fn_c_try_compile "$LINENO"; then :
5072 ac_cv_prog_cc_g=yes
5073 else
5074 CFLAGS=""
5075 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5076 /* end confdefs.h. */
5079 main ()
5083 return 0;
5085 _ACEOF
5086 if ac_fn_c_try_compile "$LINENO"; then :
5088 else
5089 ac_c_werror_flag=$ac_save_c_werror_flag
5090 CFLAGS="-g"
5091 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5092 /* end confdefs.h. */
5095 main ()
5099 return 0;
5101 _ACEOF
5102 if ac_fn_c_try_compile "$LINENO"; then :
5103 ac_cv_prog_cc_g=yes
5105 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5107 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5109 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5110 ac_c_werror_flag=$ac_save_c_werror_flag
5112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
5113 $as_echo "$ac_cv_prog_cc_g" >&6; }
5114 if test "$ac_test_CFLAGS" = set; then
5115 CFLAGS=$ac_save_CFLAGS
5116 elif test $ac_cv_prog_cc_g = yes; then
5117 if test "$GCC" = yes; then
5118 CFLAGS="-g -O2"
5119 else
5120 CFLAGS="-g"
5122 else
5123 if test "$GCC" = yes; then
5124 CFLAGS="-O2"
5125 else
5126 CFLAGS=
5129 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
5130 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
5131 if ${ac_cv_prog_cc_c89+:} false; then :
5132 $as_echo_n "(cached) " >&6
5133 else
5134 ac_cv_prog_cc_c89=no
5135 ac_save_CC=$CC
5136 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5137 /* end confdefs.h. */
5138 #include <stdarg.h>
5139 #include <stdio.h>
5140 struct stat;
5141 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
5142 struct buf { int x; };
5143 FILE * (*rcsopen) (struct buf *, struct stat *, int);
5144 static char *e (p, i)
5145 char **p;
5146 int i;
5148 return p[i];
5150 static char *f (char * (*g) (char **, int), char **p, ...)
5152 char *s;
5153 va_list v;
5154 va_start (v,p);
5155 s = g (p, va_arg (v,int));
5156 va_end (v);
5157 return s;
5160 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
5161 function prototypes and stuff, but not '\xHH' hex character constants.
5162 These don't provoke an error unfortunately, instead are silently treated
5163 as 'x'. The following induces an error, until -std is added to get
5164 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
5165 array size at least. It's necessary to write '\x00'==0 to get something
5166 that's true only with -std. */
5167 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
5169 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
5170 inside strings and character constants. */
5171 #define FOO(x) 'x'
5172 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
5174 int test (int i, double x);
5175 struct s1 {int (*f) (int a);};
5176 struct s2 {int (*f) (double a);};
5177 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
5178 int argc;
5179 char **argv;
5181 main ()
5183 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
5185 return 0;
5187 _ACEOF
5188 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
5189 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
5191 CC="$ac_save_CC $ac_arg"
5192 if ac_fn_c_try_compile "$LINENO"; then :
5193 ac_cv_prog_cc_c89=$ac_arg
5195 rm -f core conftest.err conftest.$ac_objext
5196 test "x$ac_cv_prog_cc_c89" != "xno" && break
5197 done
5198 rm -f conftest.$ac_ext
5199 CC=$ac_save_CC
5202 # AC_CACHE_VAL
5203 case "x$ac_cv_prog_cc_c89" in
5205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
5206 $as_echo "none needed" >&6; } ;;
5207 xno)
5208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
5209 $as_echo "unsupported" >&6; } ;;
5211 CC="$CC $ac_cv_prog_cc_c89"
5212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
5213 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
5214 esac
5215 if test "x$ac_cv_prog_cc_c89" != xno; then :
5219 ac_ext=c
5220 ac_cpp='$CPP $CPPFLAGS'
5221 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5222 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5223 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5225 ac_ext=cpp
5226 ac_cpp='$CXXCPP $CPPFLAGS'
5227 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5228 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5229 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5230 if test -z "$CXX"; then
5231 if test -n "$CCC"; then
5232 CXX=$CCC
5233 else
5234 if test -n "$ac_tool_prefix"; then
5235 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
5237 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5238 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5239 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5240 $as_echo_n "checking for $ac_word... " >&6; }
5241 if ${ac_cv_prog_CXX+:} false; then :
5242 $as_echo_n "(cached) " >&6
5243 else
5244 if test -n "$CXX"; then
5245 ac_cv_prog_CXX="$CXX" # Let the user override the test.
5246 else
5247 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5248 for as_dir in $PATH
5250 IFS=$as_save_IFS
5251 test -z "$as_dir" && as_dir=.
5252 for ac_exec_ext in '' $ac_executable_extensions; do
5253 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5254 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
5255 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5256 break 2
5258 done
5259 done
5260 IFS=$as_save_IFS
5264 CXX=$ac_cv_prog_CXX
5265 if test -n "$CXX"; then
5266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
5267 $as_echo "$CXX" >&6; }
5268 else
5269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5270 $as_echo "no" >&6; }
5274 test -n "$CXX" && break
5275 done
5277 if test -z "$CXX"; then
5278 ac_ct_CXX=$CXX
5279 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
5281 # Extract the first word of "$ac_prog", so it can be a program name with args.
5282 set dummy $ac_prog; ac_word=$2
5283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5284 $as_echo_n "checking for $ac_word... " >&6; }
5285 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
5286 $as_echo_n "(cached) " >&6
5287 else
5288 if test -n "$ac_ct_CXX"; then
5289 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
5290 else
5291 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5292 for as_dir in $PATH
5294 IFS=$as_save_IFS
5295 test -z "$as_dir" && as_dir=.
5296 for ac_exec_ext in '' $ac_executable_extensions; do
5297 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5298 ac_cv_prog_ac_ct_CXX="$ac_prog"
5299 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5300 break 2
5302 done
5303 done
5304 IFS=$as_save_IFS
5308 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
5309 if test -n "$ac_ct_CXX"; then
5310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
5311 $as_echo "$ac_ct_CXX" >&6; }
5312 else
5313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5314 $as_echo "no" >&6; }
5318 test -n "$ac_ct_CXX" && break
5319 done
5321 if test "x$ac_ct_CXX" = x; then
5322 CXX="g++"
5323 else
5324 case $cross_compiling:$ac_tool_warned in
5325 yes:)
5326 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5327 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5328 ac_tool_warned=yes ;;
5329 esac
5330 CXX=$ac_ct_CXX
5336 # Provide some information about the compiler.
5337 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
5338 set X $ac_compile
5339 ac_compiler=$2
5340 for ac_option in --version -v -V -qversion; do
5341 { { ac_try="$ac_compiler $ac_option >&5"
5342 case "(($ac_try" in
5343 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5344 *) ac_try_echo=$ac_try;;
5345 esac
5346 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5347 $as_echo "$ac_try_echo"; } >&5
5348 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
5349 ac_status=$?
5350 if test -s conftest.err; then
5351 sed '10a\
5352 ... rest of stderr output deleted ...
5353 10q' conftest.err >conftest.er1
5354 cat conftest.er1 >&5
5356 rm -f conftest.er1 conftest.err
5357 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5358 test $ac_status = 0; }
5359 done
5361 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
5362 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
5363 if ${ac_cv_cxx_compiler_gnu+:} false; then :
5364 $as_echo_n "(cached) " >&6
5365 else
5366 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5367 /* end confdefs.h. */
5370 main ()
5372 #ifndef __GNUC__
5373 choke me
5374 #endif
5377 return 0;
5379 _ACEOF
5380 if ac_fn_cxx_try_compile "$LINENO"; then :
5381 ac_compiler_gnu=yes
5382 else
5383 ac_compiler_gnu=no
5385 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5386 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
5389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
5390 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
5391 if test $ac_compiler_gnu = yes; then
5392 GXX=yes
5393 else
5394 GXX=
5396 ac_test_CXXFLAGS=${CXXFLAGS+set}
5397 ac_save_CXXFLAGS=$CXXFLAGS
5398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
5399 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
5400 if ${ac_cv_prog_cxx_g+:} false; then :
5401 $as_echo_n "(cached) " >&6
5402 else
5403 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
5404 ac_cxx_werror_flag=yes
5405 ac_cv_prog_cxx_g=no
5406 CXXFLAGS="-g"
5407 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5408 /* end confdefs.h. */
5411 main ()
5415 return 0;
5417 _ACEOF
5418 if ac_fn_cxx_try_compile "$LINENO"; then :
5419 ac_cv_prog_cxx_g=yes
5420 else
5421 CXXFLAGS=""
5422 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5423 /* end confdefs.h. */
5426 main ()
5430 return 0;
5432 _ACEOF
5433 if ac_fn_cxx_try_compile "$LINENO"; then :
5435 else
5436 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
5437 CXXFLAGS="-g"
5438 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5439 /* end confdefs.h. */
5442 main ()
5446 return 0;
5448 _ACEOF
5449 if ac_fn_cxx_try_compile "$LINENO"; then :
5450 ac_cv_prog_cxx_g=yes
5452 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5454 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5456 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5457 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
5459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
5460 $as_echo "$ac_cv_prog_cxx_g" >&6; }
5461 if test "$ac_test_CXXFLAGS" = set; then
5462 CXXFLAGS=$ac_save_CXXFLAGS
5463 elif test $ac_cv_prog_cxx_g = yes; then
5464 if test "$GXX" = yes; then
5465 CXXFLAGS="-g -O2"
5466 else
5467 CXXFLAGS="-g"
5469 else
5470 if test "$GXX" = yes; then
5471 CXXFLAGS="-O2"
5472 else
5473 CXXFLAGS=
5476 ac_ext=c
5477 ac_cpp='$CPP $CPPFLAGS'
5478 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5479 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5480 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5482 if test -n "$ac_tool_prefix"; then
5483 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
5484 set dummy ${ac_tool_prefix}cpp; ac_word=$2
5485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5486 $as_echo_n "checking for $ac_word... " >&6; }
5487 if ${ac_cv_prog_CPPBIN+:} false; then :
5488 $as_echo_n "(cached) " >&6
5489 else
5490 if test -n "$CPPBIN"; then
5491 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
5492 else
5493 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5494 for as_dir in $PATH
5496 IFS=$as_save_IFS
5497 test -z "$as_dir" && as_dir=.
5498 for ac_exec_ext in '' $ac_executable_extensions; do
5499 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5500 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
5501 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5502 break 2
5504 done
5505 done
5506 IFS=$as_save_IFS
5510 CPPBIN=$ac_cv_prog_CPPBIN
5511 if test -n "$CPPBIN"; then
5512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
5513 $as_echo "$CPPBIN" >&6; }
5514 else
5515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5516 $as_echo "no" >&6; }
5521 if test -z "$ac_cv_prog_CPPBIN"; then
5522 ac_ct_CPPBIN=$CPPBIN
5523 # Extract the first word of "cpp", so it can be a program name with args.
5524 set dummy cpp; ac_word=$2
5525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5526 $as_echo_n "checking for $ac_word... " >&6; }
5527 if ${ac_cv_prog_ac_ct_CPPBIN+:} false; then :
5528 $as_echo_n "(cached) " >&6
5529 else
5530 if test -n "$ac_ct_CPPBIN"; then
5531 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
5532 else
5533 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5534 for as_dir in $PATH
5536 IFS=$as_save_IFS
5537 test -z "$as_dir" && as_dir=.
5538 for ac_exec_ext in '' $ac_executable_extensions; do
5539 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5540 ac_cv_prog_ac_ct_CPPBIN="cpp"
5541 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5542 break 2
5544 done
5545 done
5546 IFS=$as_save_IFS
5550 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
5551 if test -n "$ac_ct_CPPBIN"; then
5552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
5553 $as_echo "$ac_ct_CPPBIN" >&6; }
5554 else
5555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5556 $as_echo "no" >&6; }
5559 if test "x$ac_ct_CPPBIN" = x; then
5560 CPPBIN="cpp"
5561 else
5562 case $cross_compiling:$ac_tool_warned in
5563 yes:)
5564 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5565 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5566 ac_tool_warned=yes ;;
5567 esac
5568 CPPBIN=$ac_ct_CPPBIN
5570 else
5571 CPPBIN="$ac_cv_prog_CPPBIN"
5575 cat >>confdefs.h <<_ACEOF
5576 #define EXEEXT "$ac_exeext"
5577 _ACEOF
5579 if test -n "$ac_tool_prefix"; then
5580 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
5581 set dummy ${ac_tool_prefix}ld; ac_word=$2
5582 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5583 $as_echo_n "checking for $ac_word... " >&6; }
5584 if ${ac_cv_prog_LD+:} false; then :
5585 $as_echo_n "(cached) " >&6
5586 else
5587 if test -n "$LD"; then
5588 ac_cv_prog_LD="$LD" # Let the user override the test.
5589 else
5590 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5591 for as_dir in $PATH
5593 IFS=$as_save_IFS
5594 test -z "$as_dir" && as_dir=.
5595 for ac_exec_ext in '' $ac_executable_extensions; do
5596 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5597 ac_cv_prog_LD="${ac_tool_prefix}ld"
5598 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5599 break 2
5601 done
5602 done
5603 IFS=$as_save_IFS
5607 LD=$ac_cv_prog_LD
5608 if test -n "$LD"; then
5609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5610 $as_echo "$LD" >&6; }
5611 else
5612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5613 $as_echo "no" >&6; }
5618 if test -z "$ac_cv_prog_LD"; then
5619 ac_ct_LD=$LD
5620 # Extract the first word of "ld", so it can be a program name with args.
5621 set dummy ld; ac_word=$2
5622 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5623 $as_echo_n "checking for $ac_word... " >&6; }
5624 if ${ac_cv_prog_ac_ct_LD+:} false; then :
5625 $as_echo_n "(cached) " >&6
5626 else
5627 if test -n "$ac_ct_LD"; then
5628 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
5629 else
5630 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5631 for as_dir in $PATH
5633 IFS=$as_save_IFS
5634 test -z "$as_dir" && as_dir=.
5635 for ac_exec_ext in '' $ac_executable_extensions; do
5636 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5637 ac_cv_prog_ac_ct_LD="ld"
5638 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5639 break 2
5641 done
5642 done
5643 IFS=$as_save_IFS
5647 ac_ct_LD=$ac_cv_prog_ac_ct_LD
5648 if test -n "$ac_ct_LD"; then
5649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LD" >&5
5650 $as_echo "$ac_ct_LD" >&6; }
5651 else
5652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5653 $as_echo "no" >&6; }
5656 if test "x$ac_ct_LD" = x; then
5657 LD=""
5658 else
5659 case $cross_compiling:$ac_tool_warned in
5660 yes:)
5661 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5662 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5663 ac_tool_warned=yes ;;
5664 esac
5665 LD=$ac_ct_LD
5667 else
5668 LD="$ac_cv_prog_LD"
5672 case $host in
5673 *-darwin*)
5674 with_fontconfig=${with_fontconfig:-no}
5676 *-mingw32*|*-cygwin*)
5677 enable_win16=${enable_win16:-no}
5678 with_mingw=${with_mingw:-no}
5679 CFLAGS="$CFLAGS -D_WIN32"
5681 esac
5684 case $host in
5685 x86_64*|amd64*)
5686 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
5687 then
5688 CC="$CC -m32"
5689 CXX="$CXX -m32"
5691 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
5692 $as_echo_n "checking whether $CC works... " >&6; }
5693 if ${wine_cv_cc_m32+:} false; then :
5694 $as_echo_n "(cached) " >&6
5695 else
5696 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5697 /* end confdefs.h. */
5700 main ()
5704 return 0;
5706 _ACEOF
5707 if ac_fn_c_try_link "$LINENO"; then :
5708 wine_cv_cc_m32=yes
5709 else
5710 wine_cv_cc_m32=no
5712 rm -f core conftest.err conftest.$ac_objext \
5713 conftest$ac_exeext conftest.$ac_ext
5715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_cc_m32" >&5
5716 $as_echo "$wine_cv_cc_m32" >&6; }
5717 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
5718 host_cpu="i386"
5719 notice_platform="32-bit "
5720 TARGETFLAGS="$TARGETFLAGS -m32"
5721 PKG_CONFIG_PATH=${PKG_CONFIG_PATH:-/usr/lib/i386-linux-gnu/pkgconfig:/usr/lib32/pkgconfig:/usr/lib/pkgconfig}
5722 export PKG_CONFIG_PATH
5723 enable_win16=${enable_win16:-yes}
5724 with_unwind=${with_unwind:-no}
5725 else
5726 if test "x${GCC}" = "xyes"
5727 then
5728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
5729 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
5730 if ${wine_cv_builtin_ms_va_list+:} false; then :
5731 $as_echo_n "(cached) " >&6
5732 else
5733 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5734 /* end confdefs.h. */
5735 #include <stdarg.h>
5737 main ()
5739 void func(__builtin_ms_va_list *args);
5741 return 0;
5743 _ACEOF
5744 if ac_fn_c_try_compile "$LINENO"; then :
5745 wine_cv_builtin_ms_va_list=yes
5746 else
5747 wine_cv_builtin_ms_va_list=no
5749 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_builtin_ms_va_list" >&5
5752 $as_echo "$wine_cv_builtin_ms_va_list" >&6; }
5753 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
5755 CC="$CC -m64"
5756 CXX="$CXX -m64"
5757 host_cpu="x86_64"
5758 notice_platform="64-bit "
5759 TARGETFLAGS="$TARGETFLAGS -m64"
5760 enable_wow64=${enable_wow64:-yes}
5761 enable_wow64win=${enable_wow64win:-yes}
5762 enable_wow64cpu=${enable_wow64cpu:-yes}
5765 arm*)
5766 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports Thumb-2" >&5
5767 $as_echo_n "checking whether $CC supports Thumb-2... " >&6; }
5768 if ${wine_cv_thumb2+:} false; then :
5769 $as_echo_n "(cached) " >&6
5770 else
5771 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5772 /* end confdefs.h. */
5775 main ()
5777 asm(".syntax unified\n\t.thumb\n\tldm r0,{r0-r8}");
5779 return 0;
5781 _ACEOF
5782 if ac_fn_c_try_link "$LINENO"; then :
5783 wine_cv_thumb2=yes
5784 else
5785 wine_cv_thumb2=no
5787 rm -f core conftest.err conftest.$ac_objext \
5788 conftest$ac_exeext conftest.$ac_ext
5790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_thumb2" >&5
5791 $as_echo "$wine_cv_thumb2" >&6; }
5792 if test x"$wine_cv_thumb2" = xyes
5793 then
5794 CFLAGS="$CFLAGS -mthumb"
5795 TARGETFLAGS="$TARGETFLAGS -mthumb"
5796 else
5797 CFLAGS="$CFLAGS -marm"
5798 TARGETFLAGS="$TARGETFLAGS -marm"
5800 case $with_float_abi in
5801 soft|softfp|hard)
5802 float_abi=$with_float_abi ;;
5804 case $host_os in
5805 *eabihf)
5806 float_abi=hard ;;
5808 float_abi=softfp
5809 saved_CFLAGS=$CFLAGS
5810 CFLAGS="$CFLAGS -mfloat-abi=$float_abi"
5811 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -mfloat-abi=$float_abi" >&5
5812 $as_echo_n "checking whether $CC supports -mfloat-abi=$float_abi... " >&6; }
5813 if ${wine_cv_float_abi+:} false; then :
5814 $as_echo_n "(cached) " >&6
5815 else
5816 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5817 /* end confdefs.h. */
5820 main ()
5822 asm("vmrs r2,fpscr");
5824 return 0;
5826 _ACEOF
5827 if ac_fn_c_try_link "$LINENO"; then :
5828 wine_cv_float_abi=yes
5829 else
5830 wine_cv_float_abi=no
5832 rm -f core conftest.err conftest.$ac_objext \
5833 conftest$ac_exeext conftest.$ac_ext
5835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_float_abi" >&5
5836 $as_echo "$wine_cv_float_abi" >&6; }
5837 if test $wine_cv_float_abi = no
5838 then
5839 float_abi=soft
5840 as_fn_append wine_warnings "|Floating point is not supported for this target. The resulting build won't be compatible with Windows ARM binaries."
5842 CFLAGS=$saved_CFLAGS
5843 esac
5845 esac
5846 CFLAGS="$CFLAGS -mfloat-abi=$float_abi"
5847 TARGETFLAGS="$TARGETFLAGS -mfloat-abi=$float_abi"
5849 aarch64*)
5850 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
5851 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
5852 if ${wine_cv_builtin_ms_va_list+:} false; then :
5853 $as_echo_n "(cached) " >&6
5854 else
5855 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5856 /* end confdefs.h. */
5857 #include <stdarg.h>
5859 main ()
5861 void func(__builtin_ms_va_list *args);
5863 return 0;
5865 _ACEOF
5866 if ac_fn_c_try_compile "$LINENO"; then :
5867 wine_cv_builtin_ms_va_list=yes
5868 else
5869 wine_cv_builtin_ms_va_list=no
5871 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_builtin_ms_va_list" >&5
5874 $as_echo "$wine_cv_builtin_ms_va_list" >&6; }
5875 test $wine_cv_builtin_ms_va_list != no || as_fn_error $? "You need clang >= 5.0 to build Wine for arm64." "$LINENO" 5
5876 enable_wow64=${enable_wow64:-yes}
5877 enable_wow64win=${enable_wow64win:-yes}
5879 i[3456789]86*)
5880 enable_win16=${enable_win16:-yes}
5881 with_unwind=${with_unwind:-no}
5883 esac
5885 enable_win16=${enable_win16:-no}
5886 enable_win64=${enable_win64:-no}
5887 enable_wow64=${enable_wow64:-no}
5888 enable_wow64win=${enable_wow64win:-no}
5889 enable_wow64cpu=${enable_wow64cpu:-no}
5891 enable_winetest=${enable_winetest:-$enable_tests}
5893 if test "x$enable_win64" = "xyes"
5894 then
5895 test -z "$with_wine64" || as_fn_error $? "--enable-win64 and --with-wine64 are mutually exclusive.
5896 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
5899 case $host_cpu in
5900 *i[3456789]86*) ARCH="i386"
5902 *x86_64*) ARCH="x86_64"
5904 *aarch64*) ARCH="aarch64"
5906 *arm*) ARCH="arm"
5908 *) ARCH=""
5910 esac
5912 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
5913 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
5914 if ${wine_cv_toolsdir+:} false; then :
5915 $as_echo_n "(cached) " >&6
5916 else
5917 wine_cv_toolsdir="$with_wine_tools"
5918 if test -z "$with_wine_tools"; then
5919 if test "$cross_compiling" = "yes"; then
5920 as_fn_error $? "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
5921 elif test -n "$with_wine64"; then
5922 wine_cv_toolsdir="$with_wine64"
5926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
5927 $as_echo "$wine_cv_toolsdir" >&6; }
5928 if test -z "$wine_cv_toolsdir"; then
5929 wine_makedep=tools/makedep
5930 TOOLSDIR="."
5932 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
5933 wine_makedep=$wine_cv_toolsdir/tools/makedep
5934 TOOLSDIR=$wine_cv_toolsdir
5936 enable_tools=${enable_tools:-no}
5937 test -f "$wine_makedep" || as_fn_error $? "the Wine tools have not yet been built in $wine_cv_toolsdir" "$LINENO" 5
5938 else
5939 as_fn_error $? "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
5941 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
5942 then
5943 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
5946 for ac_prog in flex
5948 # Extract the first word of "$ac_prog", so it can be a program name with args.
5949 set dummy $ac_prog; ac_word=$2
5950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5951 $as_echo_n "checking for $ac_word... " >&6; }
5952 if ${ac_cv_prog_FLEX+:} false; then :
5953 $as_echo_n "(cached) " >&6
5954 else
5955 if test -n "$FLEX"; then
5956 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5957 else
5958 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5959 for as_dir in $PATH
5961 IFS=$as_save_IFS
5962 test -z "$as_dir" && as_dir=.
5963 for ac_exec_ext in '' $ac_executable_extensions; do
5964 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5965 ac_cv_prog_FLEX="$ac_prog"
5966 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5967 break 2
5969 done
5970 done
5971 IFS=$as_save_IFS
5975 FLEX=$ac_cv_prog_FLEX
5976 if test -n "$FLEX"; then
5977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
5978 $as_echo "$FLEX" >&6; }
5979 else
5980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5981 $as_echo "no" >&6; }
5985 test -n "$FLEX" && break
5986 done
5987 test -n "$FLEX" || FLEX="none"
5989 if test "$FLEX" = "none"
5990 then
5991 as_fn_error $? "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
5993 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
5994 $as_echo_n "checking whether flex is recent enough... " >&6; }
5995 if ${wine_cv_recent_flex+:} false; then :
5996 $as_echo_n "(cached) " >&6
5997 else
5998 cat >conftest.l <<EOF
5999 %top{
6000 #include "prediluvian.h"
6004 if $FLEX -t conftest.l >/dev/null 2>&5
6005 then
6006 wine_cv_recent_flex=yes
6007 else
6008 wine_cv_recent_flex=no
6011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_recent_flex" >&5
6012 $as_echo "$wine_cv_recent_flex" >&6; }
6013 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
6015 for ac_prog in bison
6017 # Extract the first word of "$ac_prog", so it can be a program name with args.
6018 set dummy $ac_prog; ac_word=$2
6019 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6020 $as_echo_n "checking for $ac_word... " >&6; }
6021 if ${ac_cv_prog_BISON+:} false; then :
6022 $as_echo_n "(cached) " >&6
6023 else
6024 if test -n "$BISON"; then
6025 ac_cv_prog_BISON="$BISON" # Let the user override the test.
6026 else
6027 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6028 for as_dir in $PATH
6030 IFS=$as_save_IFS
6031 test -z "$as_dir" && as_dir=.
6032 for ac_exec_ext in '' $ac_executable_extensions; do
6033 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6034 ac_cv_prog_BISON="$ac_prog"
6035 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6036 break 2
6038 done
6039 done
6040 IFS=$as_save_IFS
6044 BISON=$ac_cv_prog_BISON
6045 if test -n "$BISON"; then
6046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
6047 $as_echo "$BISON" >&6; }
6048 else
6049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6050 $as_echo "no" >&6; }
6054 test -n "$BISON" && break
6055 done
6056 test -n "$BISON" || BISON="none"
6058 if test "$BISON" = "none"
6059 then
6060 as_fn_error $? "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
6062 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether bison is recent enough" >&5
6063 $as_echo_n "checking whether bison is recent enough... " >&6; }
6064 if ${wine_cv_recent_bison+:} false; then :
6065 $as_echo_n "(cached) " >&6
6066 else
6067 cat >conftest.y <<EOF
6068 %define parse.error verbose
6070 empty: ;
6072 if $BISON conftest.y >/dev/null 2>&5
6073 then
6074 wine_cv_recent_bison=yes
6075 else
6076 wine_cv_recent_bison=no
6079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_recent_bison" >&5
6080 $as_echo "$wine_cv_recent_bison" >&6; }
6081 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
6083 if test -n "$ac_tool_prefix"; then
6084 for ac_prog in ar gar
6086 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
6087 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
6088 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6089 $as_echo_n "checking for $ac_word... " >&6; }
6090 if ${ac_cv_prog_AR+:} false; then :
6091 $as_echo_n "(cached) " >&6
6092 else
6093 if test -n "$AR"; then
6094 ac_cv_prog_AR="$AR" # Let the user override the test.
6095 else
6096 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6097 for as_dir in $PATH
6099 IFS=$as_save_IFS
6100 test -z "$as_dir" && as_dir=.
6101 for ac_exec_ext in '' $ac_executable_extensions; do
6102 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6103 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
6104 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6105 break 2
6107 done
6108 done
6109 IFS=$as_save_IFS
6113 AR=$ac_cv_prog_AR
6114 if test -n "$AR"; then
6115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6116 $as_echo "$AR" >&6; }
6117 else
6118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6119 $as_echo "no" >&6; }
6123 test -n "$AR" && break
6124 done
6126 if test -z "$AR"; then
6127 ac_ct_AR=$AR
6128 for ac_prog in ar gar
6130 # Extract the first word of "$ac_prog", so it can be a program name with args.
6131 set dummy $ac_prog; ac_word=$2
6132 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6133 $as_echo_n "checking for $ac_word... " >&6; }
6134 if ${ac_cv_prog_ac_ct_AR+:} false; then :
6135 $as_echo_n "(cached) " >&6
6136 else
6137 if test -n "$ac_ct_AR"; then
6138 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6139 else
6140 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6141 for as_dir in $PATH
6143 IFS=$as_save_IFS
6144 test -z "$as_dir" && as_dir=.
6145 for ac_exec_ext in '' $ac_executable_extensions; do
6146 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6147 ac_cv_prog_ac_ct_AR="$ac_prog"
6148 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6149 break 2
6151 done
6152 done
6153 IFS=$as_save_IFS
6157 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6158 if test -n "$ac_ct_AR"; then
6159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6160 $as_echo "$ac_ct_AR" >&6; }
6161 else
6162 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6163 $as_echo "no" >&6; }
6167 test -n "$ac_ct_AR" && break
6168 done
6170 if test "x$ac_ct_AR" = x; then
6171 AR="ar"
6172 else
6173 case $cross_compiling:$ac_tool_warned in
6174 yes:)
6175 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6176 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6177 ac_tool_warned=yes ;;
6178 esac
6179 AR=$ac_ct_AR
6183 if test -n "$ac_tool_prefix"; then
6184 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6185 set dummy ${ac_tool_prefix}strip; ac_word=$2
6186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6187 $as_echo_n "checking for $ac_word... " >&6; }
6188 if ${ac_cv_prog_STRIP+:} false; then :
6189 $as_echo_n "(cached) " >&6
6190 else
6191 if test -n "$STRIP"; then
6192 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6193 else
6194 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6195 for as_dir in $PATH
6197 IFS=$as_save_IFS
6198 test -z "$as_dir" && as_dir=.
6199 for ac_exec_ext in '' $ac_executable_extensions; do
6200 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6201 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6202 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6203 break 2
6205 done
6206 done
6207 IFS=$as_save_IFS
6211 STRIP=$ac_cv_prog_STRIP
6212 if test -n "$STRIP"; then
6213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6214 $as_echo "$STRIP" >&6; }
6215 else
6216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6217 $as_echo "no" >&6; }
6222 if test -z "$ac_cv_prog_STRIP"; then
6223 ac_ct_STRIP=$STRIP
6224 # Extract the first word of "strip", so it can be a program name with args.
6225 set dummy strip; ac_word=$2
6226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6227 $as_echo_n "checking for $ac_word... " >&6; }
6228 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6229 $as_echo_n "(cached) " >&6
6230 else
6231 if test -n "$ac_ct_STRIP"; then
6232 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6233 else
6234 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6235 for as_dir in $PATH
6237 IFS=$as_save_IFS
6238 test -z "$as_dir" && as_dir=.
6239 for ac_exec_ext in '' $ac_executable_extensions; do
6240 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6241 ac_cv_prog_ac_ct_STRIP="strip"
6242 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6243 break 2
6245 done
6246 done
6247 IFS=$as_save_IFS
6251 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6252 if test -n "$ac_ct_STRIP"; then
6253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6254 $as_echo "$ac_ct_STRIP" >&6; }
6255 else
6256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6257 $as_echo "no" >&6; }
6260 if test "x$ac_ct_STRIP" = x; then
6261 STRIP="strip"
6262 else
6263 case $cross_compiling:$ac_tool_warned in
6264 yes:)
6265 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6266 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6267 ac_tool_warned=yes ;;
6268 esac
6269 STRIP=$ac_ct_STRIP
6271 else
6272 STRIP="$ac_cv_prog_STRIP"
6275 if test -n "$ac_tool_prefix"; then
6276 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6277 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6278 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6279 $as_echo_n "checking for $ac_word... " >&6; }
6280 if ${ac_cv_prog_RANLIB+:} false; then :
6281 $as_echo_n "(cached) " >&6
6282 else
6283 if test -n "$RANLIB"; then
6284 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6285 else
6286 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6287 for as_dir in $PATH
6289 IFS=$as_save_IFS
6290 test -z "$as_dir" && as_dir=.
6291 for ac_exec_ext in '' $ac_executable_extensions; do
6292 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6293 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6294 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6295 break 2
6297 done
6298 done
6299 IFS=$as_save_IFS
6303 RANLIB=$ac_cv_prog_RANLIB
6304 if test -n "$RANLIB"; then
6305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6306 $as_echo "$RANLIB" >&6; }
6307 else
6308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6309 $as_echo "no" >&6; }
6314 if test -z "$ac_cv_prog_RANLIB"; then
6315 ac_ct_RANLIB=$RANLIB
6316 # Extract the first word of "ranlib", so it can be a program name with args.
6317 set dummy ranlib; ac_word=$2
6318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6319 $as_echo_n "checking for $ac_word... " >&6; }
6320 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6321 $as_echo_n "(cached) " >&6
6322 else
6323 if test -n "$ac_ct_RANLIB"; then
6324 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6325 else
6326 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6327 for as_dir in $PATH
6329 IFS=$as_save_IFS
6330 test -z "$as_dir" && as_dir=.
6331 for ac_exec_ext in '' $ac_executable_extensions; do
6332 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6333 ac_cv_prog_ac_ct_RANLIB="ranlib"
6334 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6335 break 2
6337 done
6338 done
6339 IFS=$as_save_IFS
6343 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6344 if test -n "$ac_ct_RANLIB"; then
6345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6346 $as_echo "$ac_ct_RANLIB" >&6; }
6347 else
6348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6349 $as_echo "no" >&6; }
6352 if test "x$ac_ct_RANLIB" = x; then
6353 RANLIB=":"
6354 else
6355 case $cross_compiling:$ac_tool_warned in
6356 yes:)
6357 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6358 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6359 ac_tool_warned=yes ;;
6360 esac
6361 RANLIB=$ac_ct_RANLIB
6363 else
6364 RANLIB="$ac_cv_prog_RANLIB"
6367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6368 $as_echo_n "checking whether ln -s works... " >&6; }
6369 LN_S=$as_ln_s
6370 if test "$LN_S" = "ln -s"; then
6371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6372 $as_echo "yes" >&6; }
6373 else
6374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6375 $as_echo "no, using $LN_S" >&6; }
6378 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
6379 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
6380 if ${ac_cv_path_GREP+:} false; then :
6381 $as_echo_n "(cached) " >&6
6382 else
6383 if test -z "$GREP"; then
6384 ac_path_GREP_found=false
6385 # Loop through the user's path and test for each of PROGNAME-LIST
6386 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6387 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6389 IFS=$as_save_IFS
6390 test -z "$as_dir" && as_dir=.
6391 for ac_prog in grep ggrep; do
6392 for ac_exec_ext in '' $ac_executable_extensions; do
6393 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
6394 as_fn_executable_p "$ac_path_GREP" || continue
6395 # Check for GNU ac_path_GREP and select it if it is found.
6396 # Check for GNU $ac_path_GREP
6397 case `"$ac_path_GREP" --version 2>&1` in
6398 *GNU*)
6399 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
6401 ac_count=0
6402 $as_echo_n 0123456789 >"conftest.in"
6403 while :
6405 cat "conftest.in" "conftest.in" >"conftest.tmp"
6406 mv "conftest.tmp" "conftest.in"
6407 cp "conftest.in" "conftest.nl"
6408 $as_echo 'GREP' >> "conftest.nl"
6409 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6410 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6411 as_fn_arith $ac_count + 1 && ac_count=$as_val
6412 if test $ac_count -gt ${ac_path_GREP_max-0}; then
6413 # Best one so far, save it but keep looking for a better one
6414 ac_cv_path_GREP="$ac_path_GREP"
6415 ac_path_GREP_max=$ac_count
6417 # 10*(2^10) chars as input seems more than enough
6418 test $ac_count -gt 10 && break
6419 done
6420 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6421 esac
6423 $ac_path_GREP_found && break 3
6424 done
6425 done
6426 done
6427 IFS=$as_save_IFS
6428 if test -z "$ac_cv_path_GREP"; then
6429 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6431 else
6432 ac_cv_path_GREP=$GREP
6436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
6437 $as_echo "$ac_cv_path_GREP" >&6; }
6438 GREP="$ac_cv_path_GREP"
6441 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
6442 $as_echo_n "checking for egrep... " >&6; }
6443 if ${ac_cv_path_EGREP+:} false; then :
6444 $as_echo_n "(cached) " >&6
6445 else
6446 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
6447 then ac_cv_path_EGREP="$GREP -E"
6448 else
6449 if test -z "$EGREP"; then
6450 ac_path_EGREP_found=false
6451 # Loop through the user's path and test for each of PROGNAME-LIST
6452 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6453 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6455 IFS=$as_save_IFS
6456 test -z "$as_dir" && as_dir=.
6457 for ac_prog in egrep; do
6458 for ac_exec_ext in '' $ac_executable_extensions; do
6459 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
6460 as_fn_executable_p "$ac_path_EGREP" || continue
6461 # Check for GNU ac_path_EGREP and select it if it is found.
6462 # Check for GNU $ac_path_EGREP
6463 case `"$ac_path_EGREP" --version 2>&1` in
6464 *GNU*)
6465 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
6467 ac_count=0
6468 $as_echo_n 0123456789 >"conftest.in"
6469 while :
6471 cat "conftest.in" "conftest.in" >"conftest.tmp"
6472 mv "conftest.tmp" "conftest.in"
6473 cp "conftest.in" "conftest.nl"
6474 $as_echo 'EGREP' >> "conftest.nl"
6475 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6476 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6477 as_fn_arith $ac_count + 1 && ac_count=$as_val
6478 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6479 # Best one so far, save it but keep looking for a better one
6480 ac_cv_path_EGREP="$ac_path_EGREP"
6481 ac_path_EGREP_max=$ac_count
6483 # 10*(2^10) chars as input seems more than enough
6484 test $ac_count -gt 10 && break
6485 done
6486 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6487 esac
6489 $ac_path_EGREP_found && break 3
6490 done
6491 done
6492 done
6493 IFS=$as_save_IFS
6494 if test -z "$ac_cv_path_EGREP"; then
6495 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6497 else
6498 ac_cv_path_EGREP=$EGREP
6503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
6504 $as_echo "$ac_cv_path_EGREP" >&6; }
6505 EGREP="$ac_cv_path_EGREP"
6508 # Extract the first word of "ldconfig", so it can be a program name with args.
6509 set dummy ldconfig; ac_word=$2
6510 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6511 $as_echo_n "checking for $ac_word... " >&6; }
6512 if ${ac_cv_path_LDCONFIG+:} false; then :
6513 $as_echo_n "(cached) " >&6
6514 else
6515 case $LDCONFIG in
6516 [\\/]* | ?:[\\/]*)
6517 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
6520 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6521 for as_dir in /sbin /usr/sbin $PATH
6523 IFS=$as_save_IFS
6524 test -z "$as_dir" && as_dir=.
6525 for ac_exec_ext in '' $ac_executable_extensions; do
6526 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6527 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
6528 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6529 break 2
6531 done
6532 done
6533 IFS=$as_save_IFS
6535 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
6537 esac
6539 LDCONFIG=$ac_cv_path_LDCONFIG
6540 if test -n "$LDCONFIG"; then
6541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
6542 $as_echo "$LDCONFIG" >&6; }
6543 else
6544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6545 $as_echo "no" >&6; }
6549 for ac_prog in msgfmt
6551 # Extract the first word of "$ac_prog", so it can be a program name with args.
6552 set dummy $ac_prog; ac_word=$2
6553 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6554 $as_echo_n "checking for $ac_word... " >&6; }
6555 if ${ac_cv_prog_MSGFMT+:} false; then :
6556 $as_echo_n "(cached) " >&6
6557 else
6558 if test -n "$MSGFMT"; then
6559 ac_cv_prog_MSGFMT="$MSGFMT" # Let the user override the test.
6560 else
6561 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6562 for as_dir in $PATH
6564 IFS=$as_save_IFS
6565 test -z "$as_dir" && as_dir=.
6566 for ac_exec_ext in '' $ac_executable_extensions; do
6567 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6568 ac_cv_prog_MSGFMT="$ac_prog"
6569 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6570 break 2
6572 done
6573 done
6574 IFS=$as_save_IFS
6578 MSGFMT=$ac_cv_prog_MSGFMT
6579 if test -n "$MSGFMT"; then
6580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
6581 $as_echo "$MSGFMT" >&6; }
6582 else
6583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6584 $as_echo "no" >&6; }
6588 test -n "$MSGFMT" && break
6589 done
6590 test -n "$MSGFMT" || MSGFMT="false"
6592 if ${ac_tool_prefix+:} false; then :
6593 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
6594 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
6595 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6596 $as_echo_n "checking for $ac_word... " >&6; }
6597 if ${ac_cv_prog_PKG_CONFIG+:} false; then :
6598 $as_echo_n "(cached) " >&6
6599 else
6600 if test -n "$PKG_CONFIG"; then
6601 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
6602 else
6603 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6604 for as_dir in $PATH
6606 IFS=$as_save_IFS
6607 test -z "$as_dir" && as_dir=.
6608 for ac_exec_ext in '' $ac_executable_extensions; do
6609 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6610 ac_cv_prog_PKG_CONFIG="${ac_tool_prefix}pkg-config"
6611 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6612 break 2
6614 done
6615 done
6616 IFS=$as_save_IFS
6620 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
6621 if test -n "$PKG_CONFIG"; then
6622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
6623 $as_echo "$PKG_CONFIG" >&6; }
6624 else
6625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6626 $as_echo "no" >&6; }
6631 if ${ac_cv_prog_PKG_CONFIG:+false} :; then :
6632 if test "x$cross_compiling" = xyes; then :
6634 else
6635 { ac_cv_prog_PKG_CONFIG=; unset ac_cv_prog_PKG_CONFIG;}
6636 # Extract the first word of "pkg-config", so it can be a program name with args.
6637 set dummy pkg-config; ac_word=$2
6638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6639 $as_echo_n "checking for $ac_word... " >&6; }
6640 if ${ac_cv_prog_PKG_CONFIG+:} false; then :
6641 $as_echo_n "(cached) " >&6
6642 else
6643 if test -n "$PKG_CONFIG"; then
6644 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
6645 else
6646 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6647 for as_dir in $PATH
6649 IFS=$as_save_IFS
6650 test -z "$as_dir" && as_dir=.
6651 for ac_exec_ext in '' $ac_executable_extensions; do
6652 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6653 ac_cv_prog_PKG_CONFIG="pkg-config"
6654 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6655 break 2
6657 done
6658 done
6659 IFS=$as_save_IFS
6663 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
6664 if test -n "$PKG_CONFIG"; then
6665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
6666 $as_echo "$PKG_CONFIG" >&6; }
6667 else
6668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6669 $as_echo "no" >&6; }
6674 else
6675 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
6678 if test "x$enable_maintainer_mode" != "xyes"
6679 then
6680 FONTFORGE=""
6681 RSVG=""
6682 CONVERT=""
6683 ICOTOOL=""
6684 else
6685 test "$srcdir" = . || as_fn_error $? "Maintainer mode cannot work out of tree." "$LINENO" 5
6686 for ac_prog in fontforge
6688 # Extract the first word of "$ac_prog", so it can be a program name with args.
6689 set dummy $ac_prog; ac_word=$2
6690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6691 $as_echo_n "checking for $ac_word... " >&6; }
6692 if ${ac_cv_prog_FONTFORGE+:} false; then :
6693 $as_echo_n "(cached) " >&6
6694 else
6695 if test -n "$FONTFORGE"; then
6696 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
6697 else
6698 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6699 for as_dir in $PATH
6701 IFS=$as_save_IFS
6702 test -z "$as_dir" && as_dir=.
6703 for ac_exec_ext in '' $ac_executable_extensions; do
6704 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6705 ac_cv_prog_FONTFORGE="$ac_prog"
6706 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6707 break 2
6709 done
6710 done
6711 IFS=$as_save_IFS
6715 FONTFORGE=$ac_cv_prog_FONTFORGE
6716 if test -n "$FONTFORGE"; then
6717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
6718 $as_echo "$FONTFORGE" >&6; }
6719 else
6720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6721 $as_echo "no" >&6; }
6725 test -n "$FONTFORGE" && break
6726 done
6727 test -n "$FONTFORGE" || FONTFORGE="false"
6729 for ac_prog in rsvg-convert rsvg
6731 # Extract the first word of "$ac_prog", so it can be a program name with args.
6732 set dummy $ac_prog; ac_word=$2
6733 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6734 $as_echo_n "checking for $ac_word... " >&6; }
6735 if ${ac_cv_prog_RSVG+:} false; then :
6736 $as_echo_n "(cached) " >&6
6737 else
6738 if test -n "$RSVG"; then
6739 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
6740 else
6741 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6742 for as_dir in $PATH
6744 IFS=$as_save_IFS
6745 test -z "$as_dir" && as_dir=.
6746 for ac_exec_ext in '' $ac_executable_extensions; do
6747 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6748 ac_cv_prog_RSVG="$ac_prog"
6749 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6750 break 2
6752 done
6753 done
6754 IFS=$as_save_IFS
6758 RSVG=$ac_cv_prog_RSVG
6759 if test -n "$RSVG"; then
6760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
6761 $as_echo "$RSVG" >&6; }
6762 else
6763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6764 $as_echo "no" >&6; }
6768 test -n "$RSVG" && break
6769 done
6770 test -n "$RSVG" || RSVG="false"
6772 for ac_prog in convert
6774 # Extract the first word of "$ac_prog", so it can be a program name with args.
6775 set dummy $ac_prog; ac_word=$2
6776 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6777 $as_echo_n "checking for $ac_word... " >&6; }
6778 if ${ac_cv_prog_CONVERT+:} false; then :
6779 $as_echo_n "(cached) " >&6
6780 else
6781 if test -n "$CONVERT"; then
6782 ac_cv_prog_CONVERT="$CONVERT" # Let the user override the test.
6783 else
6784 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6785 for as_dir in $PATH
6787 IFS=$as_save_IFS
6788 test -z "$as_dir" && as_dir=.
6789 for ac_exec_ext in '' $ac_executable_extensions; do
6790 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6791 ac_cv_prog_CONVERT="$ac_prog"
6792 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6793 break 2
6795 done
6796 done
6797 IFS=$as_save_IFS
6801 CONVERT=$ac_cv_prog_CONVERT
6802 if test -n "$CONVERT"; then
6803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
6804 $as_echo "$CONVERT" >&6; }
6805 else
6806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6807 $as_echo "no" >&6; }
6811 test -n "$CONVERT" && break
6812 done
6813 test -n "$CONVERT" || CONVERT="false"
6815 for ac_prog in icotool
6817 # Extract the first word of "$ac_prog", so it can be a program name with args.
6818 set dummy $ac_prog; ac_word=$2
6819 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6820 $as_echo_n "checking for $ac_word... " >&6; }
6821 if ${ac_cv_prog_ICOTOOL+:} false; then :
6822 $as_echo_n "(cached) " >&6
6823 else
6824 if test -n "$ICOTOOL"; then
6825 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
6826 else
6827 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6828 for as_dir in $PATH
6830 IFS=$as_save_IFS
6831 test -z "$as_dir" && as_dir=.
6832 for ac_exec_ext in '' $ac_executable_extensions; do
6833 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6834 ac_cv_prog_ICOTOOL="$ac_prog"
6835 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6836 break 2
6838 done
6839 done
6840 IFS=$as_save_IFS
6844 ICOTOOL=$ac_cv_prog_ICOTOOL
6845 if test -n "$ICOTOOL"; then
6846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
6847 $as_echo "$ICOTOOL" >&6; }
6848 else
6849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6850 $as_echo "no" >&6; }
6854 test -n "$ICOTOOL" && break
6855 done
6856 test -n "$ICOTOOL" || ICOTOOL="false"
6858 test "$FONTFORGE" != "false" || as_fn_error $? "You need fontforge to rebuild fonts in maintainer mode." "$LINENO" 5
6859 test "$RSVG" != "false" || as_fn_error $? "You need rsvg to rebuild icons in maintainer mode." "$LINENO" 5
6861 if test "$CONVERT" = false
6862 then
6863 as_fn_error $? "You need imagemagick to rebuild icons in maintainer mode." "$LINENO" 5
6864 else
6865 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
6866 $as_echo_n "checking for recent enough imagemagick... " >&6; }
6867 convert_version=`convert --version | head -n1`
6868 if test "x$convert_version" != "x"
6869 then
6870 convert_version_major=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
6871 convert_version_minor=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
6872 if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
6873 then
6874 CONVERT=false
6877 if test "$CONVERT" = false
6878 then
6879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
6880 $as_echo "no ($convert_version_major.$convert_version_minor)" >&6; }
6881 as_fn_error $? "You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6882 else
6883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
6884 $as_echo "yes ($convert_version_major.$convert_version_minor)" >&6; }
6888 if test "$ICOTOOL" = false
6889 then
6890 as_fn_error $? "You need icotool to rebuild icons in maintainer mode." "$LINENO" 5
6891 else
6892 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
6893 $as_echo_n "checking for recent enough icotool... " >&6; }
6894 icotool_version=`icotool --version | head -n1`
6895 if test "x$icotool_version" != "x"
6896 then
6897 icotool_version_major=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
6898 icotool_version_minor=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
6899 if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
6900 then
6901 ICOTOOL=false
6902 as_fn_append wine_warnings "|icotool version 0.29.0 or newer is needed to rebuild icons."
6905 if test "$ICOTOOL" = false
6906 then
6907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
6908 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
6909 as_fn_error $? "You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6910 else
6911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
6912 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
6916 with_gettext=yes
6917 with_gettextpo=yes
6919 enable_werror=yes
6922 test "x$with_gettext" != xno || MSGFMT=false
6923 if test "$MSGFMT" != "false"
6924 then
6925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether msgfmt supports contexts" >&5
6926 $as_echo_n "checking whether msgfmt supports contexts... " >&6; }
6927 if ${wine_cv_msgfmt_contexts+:} false; then :
6928 $as_echo_n "(cached) " >&6
6929 else
6930 cat >conftest.po <<EOF
6931 # comment
6932 msgctxt "ctxt"
6933 msgid "id"
6934 msgstr "str"
6936 if $MSGFMT -o /dev/null conftest.po 2>&5
6937 then
6938 wine_cv_msgfmt_contexts=yes
6939 else
6940 wine_cv_msgfmt_contexts=no
6943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_msgfmt_contexts" >&5
6944 $as_echo "$wine_cv_msgfmt_contexts" >&6; }
6945 test $wine_cv_msgfmt_contexts != no || MSGFMT=false
6947 if test "$MSGFMT" = false; then :
6948 case "x$with_gettext" in
6949 x) as_fn_append wine_warnings "|gettext tools not found (or too old), translations won't be built." ;;
6950 xno) ;;
6951 *) as_fn_error $? "gettext tools not found (or too old), translations won't be built.
6952 This is an error since --with-gettext was requested." "$LINENO" 5 ;;
6953 esac
6954 enable_po=${enable_po:-no}
6958 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
6959 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
6960 if ${ac_cv_lib_i386_i386_set_ldt+:} false; then :
6961 $as_echo_n "(cached) " >&6
6962 else
6963 ac_check_lib_save_LIBS=$LIBS
6964 LIBS="-li386 $LIBS"
6965 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6966 /* end confdefs.h. */
6968 /* Override any GCC internal prototype to avoid an error.
6969 Use char because int might match the return type of a GCC
6970 builtin and then its argument prototype would still apply. */
6971 #ifdef __cplusplus
6972 extern "C"
6973 #endif
6974 char i386_set_ldt ();
6976 main ()
6978 return i386_set_ldt ();
6980 return 0;
6982 _ACEOF
6983 if ac_fn_c_try_link "$LINENO"; then :
6984 ac_cv_lib_i386_i386_set_ldt=yes
6985 else
6986 ac_cv_lib_i386_i386_set_ldt=no
6988 rm -f core conftest.err conftest.$ac_objext \
6989 conftest$ac_exeext conftest.$ac_ext
6990 LIBS=$ac_check_lib_save_LIBS
6992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6993 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
6994 if test "x$ac_cv_lib_i386_i386_set_ldt" = xyes; then :
6995 I386_LIBS="-li386"
7000 OPENGL_LIBS=""
7004 # Check whether --enable-largefile was given.
7005 if test "${enable_largefile+set}" = set; then :
7006 enableval=$enable_largefile;
7009 if test "$enable_largefile" != no; then
7011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
7012 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
7013 if ${ac_cv_sys_largefile_CC+:} false; then :
7014 $as_echo_n "(cached) " >&6
7015 else
7016 ac_cv_sys_largefile_CC=no
7017 if test "$GCC" != yes; then
7018 ac_save_CC=$CC
7019 while :; do
7020 # IRIX 6.2 and later do not support large files by default,
7021 # so use the C compiler's -n32 option if that helps.
7022 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7023 /* end confdefs.h. */
7024 #include <sys/types.h>
7025 /* Check that off_t can represent 2**63 - 1 correctly.
7026 We can't simply define LARGE_OFF_T to be 9223372036854775807,
7027 since some C++ compilers masquerading as C compilers
7028 incorrectly reject 9223372036854775807. */
7029 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
7030 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
7031 && LARGE_OFF_T % 2147483647 == 1)
7032 ? 1 : -1];
7034 main ()
7038 return 0;
7040 _ACEOF
7041 if ac_fn_c_try_compile "$LINENO"; then :
7042 break
7044 rm -f core conftest.err conftest.$ac_objext
7045 CC="$CC -n32"
7046 if ac_fn_c_try_compile "$LINENO"; then :
7047 ac_cv_sys_largefile_CC=' -n32'; break
7049 rm -f core conftest.err conftest.$ac_objext
7050 break
7051 done
7052 CC=$ac_save_CC
7053 rm -f conftest.$ac_ext
7056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
7057 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
7058 if test "$ac_cv_sys_largefile_CC" != no; then
7059 CC=$CC$ac_cv_sys_largefile_CC
7062 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
7063 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
7064 if ${ac_cv_sys_file_offset_bits+:} false; then :
7065 $as_echo_n "(cached) " >&6
7066 else
7067 while :; do
7068 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7069 /* end confdefs.h. */
7070 #include <sys/types.h>
7071 /* Check that off_t can represent 2**63 - 1 correctly.
7072 We can't simply define LARGE_OFF_T to be 9223372036854775807,
7073 since some C++ compilers masquerading as C compilers
7074 incorrectly reject 9223372036854775807. */
7075 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
7076 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
7077 && LARGE_OFF_T % 2147483647 == 1)
7078 ? 1 : -1];
7080 main ()
7084 return 0;
7086 _ACEOF
7087 if ac_fn_c_try_compile "$LINENO"; then :
7088 ac_cv_sys_file_offset_bits=no; break
7090 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7091 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7092 /* end confdefs.h. */
7093 #define _FILE_OFFSET_BITS 64
7094 #include <sys/types.h>
7095 /* Check that off_t can represent 2**63 - 1 correctly.
7096 We can't simply define LARGE_OFF_T to be 9223372036854775807,
7097 since some C++ compilers masquerading as C compilers
7098 incorrectly reject 9223372036854775807. */
7099 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
7100 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
7101 && LARGE_OFF_T % 2147483647 == 1)
7102 ? 1 : -1];
7104 main ()
7108 return 0;
7110 _ACEOF
7111 if ac_fn_c_try_compile "$LINENO"; then :
7112 ac_cv_sys_file_offset_bits=64; break
7114 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7115 ac_cv_sys_file_offset_bits=unknown
7116 break
7117 done
7119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
7120 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
7121 case $ac_cv_sys_file_offset_bits in #(
7122 no | unknown) ;;
7124 cat >>confdefs.h <<_ACEOF
7125 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
7126 _ACEOF
7128 esac
7129 rm -rf conftest*
7130 if test $ac_cv_sys_file_offset_bits = unknown; then
7131 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
7132 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
7133 if ${ac_cv_sys_large_files+:} false; then :
7134 $as_echo_n "(cached) " >&6
7135 else
7136 while :; do
7137 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7138 /* end confdefs.h. */
7139 #include <sys/types.h>
7140 /* Check that off_t can represent 2**63 - 1 correctly.
7141 We can't simply define LARGE_OFF_T to be 9223372036854775807,
7142 since some C++ compilers masquerading as C compilers
7143 incorrectly reject 9223372036854775807. */
7144 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
7145 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
7146 && LARGE_OFF_T % 2147483647 == 1)
7147 ? 1 : -1];
7149 main ()
7153 return 0;
7155 _ACEOF
7156 if ac_fn_c_try_compile "$LINENO"; then :
7157 ac_cv_sys_large_files=no; break
7159 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7160 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7161 /* end confdefs.h. */
7162 #define _LARGE_FILES 1
7163 #include <sys/types.h>
7164 /* Check that off_t can represent 2**63 - 1 correctly.
7165 We can't simply define LARGE_OFF_T to be 9223372036854775807,
7166 since some C++ compilers masquerading as C compilers
7167 incorrectly reject 9223372036854775807. */
7168 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
7169 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
7170 && LARGE_OFF_T % 2147483647 == 1)
7171 ? 1 : -1];
7173 main ()
7177 return 0;
7179 _ACEOF
7180 if ac_fn_c_try_compile "$LINENO"; then :
7181 ac_cv_sys_large_files=1; break
7183 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7184 ac_cv_sys_large_files=unknown
7185 break
7186 done
7188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
7189 $as_echo "$ac_cv_sys_large_files" >&6; }
7190 case $ac_cv_sys_large_files in #(
7191 no | unknown) ;;
7193 cat >>confdefs.h <<_ACEOF
7194 #define _LARGE_FILES $ac_cv_sys_large_files
7195 _ACEOF
7197 esac
7198 rm -rf conftest*
7205 ac_ext=c
7206 ac_cpp='$CPP $CPPFLAGS'
7207 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7208 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7209 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7210 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
7211 $as_echo_n "checking how to run the C preprocessor... " >&6; }
7212 # On Suns, sometimes $CPP names a directory.
7213 if test -n "$CPP" && test -d "$CPP"; then
7214 CPP=
7216 if test -z "$CPP"; then
7217 if ${ac_cv_prog_CPP+:} false; then :
7218 $as_echo_n "(cached) " >&6
7219 else
7220 # Double quotes because CPP needs to be expanded
7221 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
7223 ac_preproc_ok=false
7224 for ac_c_preproc_warn_flag in '' yes
7226 # Use a header file that comes with gcc, so configuring glibc
7227 # with a fresh cross-compiler works.
7228 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7229 # <limits.h> exists even on freestanding compilers.
7230 # On the NeXT, cc -E runs the code through the compiler's parser,
7231 # not just through cpp. "Syntax error" is here to catch this case.
7232 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7233 /* end confdefs.h. */
7234 #ifdef __STDC__
7235 # include <limits.h>
7236 #else
7237 # include <assert.h>
7238 #endif
7239 Syntax error
7240 _ACEOF
7241 if ac_fn_c_try_cpp "$LINENO"; then :
7243 else
7244 # Broken: fails on valid input.
7245 continue
7247 rm -f conftest.err conftest.i conftest.$ac_ext
7249 # OK, works on sane cases. Now check whether nonexistent headers
7250 # can be detected and how.
7251 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7252 /* end confdefs.h. */
7253 #include <ac_nonexistent.h>
7254 _ACEOF
7255 if ac_fn_c_try_cpp "$LINENO"; then :
7256 # Broken: success on invalid input.
7257 continue
7258 else
7259 # Passes both tests.
7260 ac_preproc_ok=:
7261 break
7263 rm -f conftest.err conftest.i conftest.$ac_ext
7265 done
7266 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7267 rm -f conftest.i conftest.err conftest.$ac_ext
7268 if $ac_preproc_ok; then :
7269 break
7272 done
7273 ac_cv_prog_CPP=$CPP
7276 CPP=$ac_cv_prog_CPP
7277 else
7278 ac_cv_prog_CPP=$CPP
7280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
7281 $as_echo "$CPP" >&6; }
7282 ac_preproc_ok=false
7283 for ac_c_preproc_warn_flag in '' yes
7285 # Use a header file that comes with gcc, so configuring glibc
7286 # with a fresh cross-compiler works.
7287 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7288 # <limits.h> exists even on freestanding compilers.
7289 # On the NeXT, cc -E runs the code through the compiler's parser,
7290 # not just through cpp. "Syntax error" is here to catch this case.
7291 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7292 /* end confdefs.h. */
7293 #ifdef __STDC__
7294 # include <limits.h>
7295 #else
7296 # include <assert.h>
7297 #endif
7298 Syntax error
7299 _ACEOF
7300 if ac_fn_c_try_cpp "$LINENO"; then :
7302 else
7303 # Broken: fails on valid input.
7304 continue
7306 rm -f conftest.err conftest.i conftest.$ac_ext
7308 # OK, works on sane cases. Now check whether nonexistent headers
7309 # can be detected and how.
7310 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7311 /* end confdefs.h. */
7312 #include <ac_nonexistent.h>
7313 _ACEOF
7314 if ac_fn_c_try_cpp "$LINENO"; then :
7315 # Broken: success on invalid input.
7316 continue
7317 else
7318 # Passes both tests.
7319 ac_preproc_ok=:
7320 break
7322 rm -f conftest.err conftest.i conftest.$ac_ext
7324 done
7325 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7326 rm -f conftest.i conftest.err conftest.$ac_ext
7327 if $ac_preproc_ok; then :
7329 else
7330 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
7331 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
7332 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
7333 See \`config.log' for more details" "$LINENO" 5; }
7336 ac_ext=c
7337 ac_cpp='$CPP $CPPFLAGS'
7338 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7339 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7340 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7343 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
7344 $as_echo_n "checking for ANSI C header files... " >&6; }
7345 if ${ac_cv_header_stdc+:} false; then :
7346 $as_echo_n "(cached) " >&6
7347 else
7348 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7349 /* end confdefs.h. */
7350 #include <stdlib.h>
7351 #include <stdarg.h>
7352 #include <string.h>
7353 #include <float.h>
7356 main ()
7360 return 0;
7362 _ACEOF
7363 if ac_fn_c_try_compile "$LINENO"; then :
7364 ac_cv_header_stdc=yes
7365 else
7366 ac_cv_header_stdc=no
7368 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7370 if test $ac_cv_header_stdc = yes; then
7371 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7372 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7373 /* end confdefs.h. */
7374 #include <string.h>
7376 _ACEOF
7377 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7378 $EGREP "memchr" >/dev/null 2>&1; then :
7380 else
7381 ac_cv_header_stdc=no
7383 rm -f conftest*
7387 if test $ac_cv_header_stdc = yes; then
7388 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7389 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7390 /* end confdefs.h. */
7391 #include <stdlib.h>
7393 _ACEOF
7394 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7395 $EGREP "free" >/dev/null 2>&1; then :
7397 else
7398 ac_cv_header_stdc=no
7400 rm -f conftest*
7404 if test $ac_cv_header_stdc = yes; then
7405 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7406 if test "$cross_compiling" = yes; then :
7408 else
7409 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7410 /* end confdefs.h. */
7411 #include <ctype.h>
7412 #include <stdlib.h>
7413 #if ((' ' & 0x0FF) == 0x020)
7414 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7415 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7416 #else
7417 # define ISLOWER(c) \
7418 (('a' <= (c) && (c) <= 'i') \
7419 || ('j' <= (c) && (c) <= 'r') \
7420 || ('s' <= (c) && (c) <= 'z'))
7421 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7422 #endif
7424 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7426 main ()
7428 int i;
7429 for (i = 0; i < 256; i++)
7430 if (XOR (islower (i), ISLOWER (i))
7431 || toupper (i) != TOUPPER (i))
7432 return 2;
7433 return 0;
7435 _ACEOF
7436 if ac_fn_c_try_run "$LINENO"; then :
7438 else
7439 ac_cv_header_stdc=no
7441 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
7442 conftest.$ac_objext conftest.beam conftest.$ac_ext
7447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
7448 $as_echo "$ac_cv_header_stdc" >&6; }
7449 if test $ac_cv_header_stdc = yes; then
7451 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
7455 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7456 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7457 inttypes.h stdint.h unistd.h
7458 do :
7459 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7460 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
7462 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7463 cat >>confdefs.h <<_ACEOF
7464 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7465 _ACEOF
7469 done
7472 for ac_header in \
7473 AL/al.h \
7474 ApplicationServices/ApplicationServices.h \
7475 CL/cl.h \
7476 Carbon/Carbon.h \
7477 CommonCrypto/CommonCryptor.h \
7478 CoreAudio/CoreAudio.h \
7479 DiskArbitration/DiskArbitration.h \
7480 EGL/egl.h \
7481 IOKit/IOKitLib.h \
7482 IOKit/hid/IOHIDLib.h \
7483 OpenAL/al.h \
7484 OpenCL/opencl.h \
7485 QuickTime/ImageCompression.h \
7486 Security/Security.h \
7487 SystemConfiguration/SCDynamicStoreCopyDHCPInfo.h \
7488 SystemConfiguration/SCNetworkConfiguration.h \
7489 alias.h \
7490 arpa/inet.h \
7491 arpa/nameser.h \
7492 asm/types.h \
7493 asm/user.h \
7494 dirent.h \
7495 dlfcn.h \
7496 elf.h \
7497 float.h \
7498 fnmatch.h \
7499 getopt.h \
7500 gettext-po.h \
7501 grp.h \
7502 gsm.h \
7503 gsm/gsm.h \
7504 ieeefp.h \
7505 inet/mib2.h \
7506 libproc.h \
7507 link.h \
7508 linux/cdrom.h \
7509 linux/filter.h \
7510 linux/hdreg.h \
7511 linux/hidraw.h \
7512 linux/input.h \
7513 linux/ioctl.h \
7514 linux/joystick.h \
7515 linux/major.h \
7516 linux/param.h \
7517 linux/serial.h \
7518 linux/types.h \
7519 linux/ucdrom.h \
7520 lwp.h \
7521 mach-o/loader.h \
7522 mach/mach.h \
7523 machine/cpu.h \
7524 machine/sysarch.h \
7525 mntent.h \
7526 netdb.h \
7527 netinet/in.h \
7528 netinet/in_systm.h \
7529 netinet/tcp.h \
7530 netinet/tcp_fsm.h \
7531 pcap/pcap.h \
7532 poll.h \
7533 port.h \
7534 pthread.h \
7535 pwd.h \
7536 sasl/sasl.h \
7537 sched.h \
7538 scsi/scsi.h \
7539 scsi/scsi_ioctl.h \
7540 scsi/sg.h \
7541 stdint.h \
7542 stropts.h \
7543 sys/attr.h \
7544 sys/auxv.h \
7545 sys/cdio.h \
7546 sys/epoll.h \
7547 sys/event.h \
7548 sys/filio.h \
7549 sys/ioctl.h \
7550 sys/ipc.h \
7551 sys/link.h \
7552 sys/mman.h \
7553 sys/modem.h \
7554 sys/msg.h \
7555 sys/mtio.h \
7556 sys/param.h \
7557 sys/poll.h \
7558 sys/prctl.h \
7559 sys/protosw.h \
7560 sys/ptrace.h \
7561 sys/queue.h \
7562 sys/random.h \
7563 sys/resource.h \
7564 sys/scsiio.h \
7565 sys/shm.h \
7566 sys/signal.h \
7567 sys/socket.h \
7568 sys/socketvar.h \
7569 sys/sockio.h \
7570 sys/statvfs.h \
7571 sys/strtio.h \
7572 sys/syscall.h \
7573 sys/sysinfo.h \
7574 sys/tihdr.h \
7575 sys/time.h \
7576 sys/timeout.h \
7577 sys/times.h \
7578 sys/uio.h \
7579 sys/user.h \
7580 sys/utsname.h \
7581 sys/vnode.h \
7582 sys/wait.h \
7583 syscall.h \
7584 termios.h \
7585 unistd.h \
7586 utime.h \
7587 valgrind/memcheck.h \
7588 valgrind/valgrind.h
7590 do :
7591 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7592 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
7593 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7594 cat >>confdefs.h <<_ACEOF
7595 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7596 _ACEOF
7600 done
7602 ac_fn_c_check_header_mongrel "$LINENO" "sys/mkdev.h" "ac_cv_header_sys_mkdev_h" "$ac_includes_default"
7603 if test "x$ac_cv_header_sys_mkdev_h" = xyes; then :
7605 $as_echo "#define MAJOR_IN_MKDEV 1" >>confdefs.h
7610 if test $ac_cv_header_sys_mkdev_h = no; then
7611 ac_fn_c_check_header_mongrel "$LINENO" "sys/sysmacros.h" "ac_cv_header_sys_sysmacros_h" "$ac_includes_default"
7612 if test "x$ac_cv_header_sys_sysmacros_h" = xyes; then :
7614 $as_echo "#define MAJOR_IN_SYSMACROS 1" >>confdefs.h
7620 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
7621 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
7622 if ${ac_cv_header_stat_broken+:} false; then :
7623 $as_echo_n "(cached) " >&6
7624 else
7625 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7626 /* end confdefs.h. */
7627 #include <sys/types.h>
7628 #include <sys/stat.h>
7630 #if defined S_ISBLK && defined S_IFDIR
7631 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7632 #endif
7634 #if defined S_ISBLK && defined S_IFCHR
7635 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7636 #endif
7638 #if defined S_ISLNK && defined S_IFREG
7639 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7640 #endif
7642 #if defined S_ISSOCK && defined S_IFREG
7643 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7644 #endif
7646 _ACEOF
7647 if ac_fn_c_try_compile "$LINENO"; then :
7648 ac_cv_header_stat_broken=no
7649 else
7650 ac_cv_header_stat_broken=yes
7652 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
7655 $as_echo "$ac_cv_header_stat_broken" >&6; }
7656 if test $ac_cv_header_stat_broken = yes; then
7658 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
7664 for ac_header in sys/conf.h sys/mount.h sys/statfs.h sys/user.h sys/vfs.h
7665 do :
7666 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7667 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7668 #ifdef HAVE_SYS_PARAM_H
7669 # include <sys/param.h>
7670 #endif
7672 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7673 cat >>confdefs.h <<_ACEOF
7674 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7675 _ACEOF
7679 done
7682 saved_sysctl_h_CFLAGS=$CFLAGS
7683 test "x${GCC}" != xyes || CFLAGS="$CFLAGS -Werror"
7684 for ac_header in sys/sysctl.h
7685 do :
7686 ac_fn_c_check_header_compile "$LINENO" "sys/sysctl.h" "ac_cv_header_sys_sysctl_h" "#include <sys/types.h>
7687 #ifdef HAVE_SYS_PARAM_H
7688 # include <sys/param.h>
7689 #endif
7691 if test "x$ac_cv_header_sys_sysctl_h" = xyes; then :
7692 cat >>confdefs.h <<_ACEOF
7693 #define HAVE_SYS_SYSCTL_H 1
7694 _ACEOF
7698 done
7700 CFLAGS=$saved_sysctl_h_CFLAGS
7702 for ac_header in \
7703 netinet/ip.h \
7704 net/if.h \
7705 net/if_arp.h \
7706 net/if_dl.h \
7707 net/if_types.h \
7708 net/route.h \
7709 netinet/if_ether.h \
7710 netinet/if_inarp.h \
7711 netinet/in_pcb.h \
7712 netinet/ip_icmp.h \
7713 netinet/ip_var.h \
7714 netinet/udp.h \
7715 netipx/ipx.h \
7716 sys/un.h \
7718 do :
7719 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7720 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7721 #ifdef HAVE_SYS_SOCKET_H
7722 # include <sys/socket.h>
7723 #endif
7724 #ifdef HAVE_SYS_SOCKETVAR_H
7725 # include <sys/socketvar.h>
7726 #endif
7727 #ifdef HAVE_NET_ROUTE_H
7728 # include <net/route.h>
7729 #endif
7730 #ifdef HAVE_NETINET_IN_H
7731 # include <netinet/in.h>
7732 #endif
7733 #ifdef HAVE_NETINET_IN_SYSTM_H
7734 # include <netinet/in_systm.h>
7735 #endif
7736 #ifdef HAVE_NET_IF_H
7737 # include <net/if.h>
7738 #endif
7739 #ifdef HAVE_NETINET_IP_H
7740 # include <netinet/ip.h>
7741 #endif
7743 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7744 cat >>confdefs.h <<_ACEOF
7745 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7746 _ACEOF
7750 done
7753 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
7754 do :
7755 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7756 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7757 #ifdef HAVE_ALIAS_H
7758 # include <alias.h>
7759 #endif
7760 #ifdef HAVE_SYS_SOCKET_H
7761 # include <sys/socket.h>
7762 #endif
7763 #ifdef HAVE_SYS_SOCKETVAR_H
7764 # include <sys/socketvar.h>
7765 #endif
7766 #ifdef HAVE_SYS_TIMEOUT_H
7767 # include <sys/timeout.h>
7768 #endif
7769 #ifdef HAVE_NETINET_IN_H
7770 # include <netinet/in.h>
7771 #endif
7772 #ifdef HAVE_NETINET_IN_SYSTM_H
7773 # include <netinet/in_systm.h>
7774 #endif
7775 #ifdef HAVE_NETINET_IP_H
7776 # include <netinet/ip.h>
7777 #endif
7778 #ifdef HAVE_NETINET_IP_VAR_H
7779 # include <netinet/ip_var.h>
7780 #endif
7781 #ifdef HAVE_NETINET_IP_ICMP_H
7782 # include <netinet/ip_icmp.h>
7783 #endif
7784 #ifdef HAVE_NETINET_UDP_H
7785 # include <netinet/udp.h>
7786 #endif
7787 #ifdef HAVE_NETINET_TCP_H
7788 # include <netinet/tcp.h>
7789 #endif
7790 #ifdef HAVE_NETINET_TCP_TIMER_H
7791 #include <netinet/tcp_timer.h>
7792 #endif
7794 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7795 cat >>confdefs.h <<_ACEOF
7796 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7797 _ACEOF
7801 done
7804 for ac_header in linux/ipx.h linux/irda.h linux/rtnetlink.h
7805 do :
7806 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7807 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7808 #ifdef HAVE_ASM_TYPES_H
7809 # include <asm/types.h>
7810 #endif
7811 #ifdef HAVE_SYS_SOCKET_H
7812 # include <sys/socket.h>
7813 #endif
7814 #ifdef HAVE_LINUX_TYPES_H
7815 # include <linux/types.h>
7816 #endif
7818 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7819 cat >>confdefs.h <<_ACEOF
7820 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7821 _ACEOF
7825 done
7828 for ac_header in resolv.h
7829 do :
7830 ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
7831 #ifdef HAVE_SYS_SOCKET_H
7832 # include <sys/socket.h>
7833 #endif
7834 #ifdef HAVE_NETINET_IN_H
7835 # include <netinet/in.h>
7836 #endif
7837 #ifdef HAVE_ARPA_NAMESER_H
7838 # include <arpa/nameser.h>
7839 #endif
7841 if test "x$ac_cv_header_resolv_h" = xyes; then :
7842 cat >>confdefs.h <<_ACEOF
7843 #define HAVE_RESOLV_H 1
7844 _ACEOF
7848 done
7851 for ac_header in ifaddrs.h
7852 do :
7853 ac_fn_c_check_header_compile "$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
7855 if test "x$ac_cv_header_ifaddrs_h" = xyes; then :
7856 cat >>confdefs.h <<_ACEOF
7857 #define HAVE_IFADDRS_H 1
7858 _ACEOF
7862 done
7865 for ac_header in sys/ucontext.h
7866 do :
7867 ac_fn_c_check_header_compile "$LINENO" "sys/ucontext.h" "ac_cv_header_sys_ucontext_h" "#include <signal.h>
7869 if test "x$ac_cv_header_sys_ucontext_h" = xyes; then :
7870 cat >>confdefs.h <<_ACEOF
7871 #define HAVE_SYS_UCONTEXT_H 1
7872 _ACEOF
7876 done
7879 for ac_header in sys/thr.h
7880 do :
7881 ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
7882 #ifdef HAVE_SYS_UCONTEXT_H
7883 #include <sys/ucontext.h>
7884 #endif
7886 if test "x$ac_cv_header_sys_thr_h" = xyes; then :
7887 cat >>confdefs.h <<_ACEOF
7888 #define HAVE_SYS_THR_H 1
7889 _ACEOF
7893 done
7896 for ac_header in pthread_np.h
7897 do :
7898 ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
7899 #include <pthread.h>
7900 #endif
7902 if test "x$ac_cv_header_pthread_np_h" = xyes; then :
7903 cat >>confdefs.h <<_ACEOF
7904 #define HAVE_PTHREAD_NP_H 1
7905 _ACEOF
7909 done
7912 for ac_header in linux/videodev2.h
7913 do :
7914 ac_fn_c_check_header_compile "$LINENO" "linux/videodev2.h" "ac_cv_header_linux_videodev2_h" "#ifdef HAVE_SYS_TIME_H
7915 #include <sys/time.h>
7916 #endif
7917 #include <sys/types.h>
7918 #ifdef HAVE_ASM_TYPES_H
7919 #include <asm/types.h>
7920 #endif
7922 if test "x$ac_cv_header_linux_videodev2_h" = xyes; then :
7923 cat >>confdefs.h <<_ACEOF
7924 #define HAVE_LINUX_VIDEODEV2_H 1
7925 _ACEOF
7929 done
7932 for ac_header in libprocstat.h
7933 do :
7934 ac_fn_c_check_header_compile "$LINENO" "libprocstat.h" "ac_cv_header_libprocstat_h" "#ifdef HAVE_SYS_PARAM_H
7935 #include <sys/param.h>
7936 #endif
7937 #ifdef HAVE_SYS_QUEUE_H
7938 #include <sys/queue.h>
7939 #endif
7940 #ifdef HAVE_SYS_SOCKET_H
7941 #include <sys/socket.h>
7942 #endif
7944 if test "x$ac_cv_header_libprocstat_h" = xyes; then :
7945 cat >>confdefs.h <<_ACEOF
7946 #define HAVE_LIBPROCSTAT_H 1
7947 _ACEOF
7951 done
7955 DLLFLAGS="-D_REENTRANT"
7957 LDDLLFLAGS=""
7959 LDEXECFLAGS=""
7961 TOP_INSTALL_LIB=""
7963 TOP_INSTALL_DEV=""
7965 WINELOADER_LDFLAGS=""
7967 WINEPRELOADER_LDFLAGS=""
7969 LIBEXT="so"
7970 DLLEXT=".so"
7971 # Extract the first word of "ldd", so it can be a program name with args.
7972 set dummy ldd; ac_word=$2
7973 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7974 $as_echo_n "checking for $ac_word... " >&6; }
7975 if ${ac_cv_path_LDD+:} false; then :
7976 $as_echo_n "(cached) " >&6
7977 else
7978 case $LDD in
7979 [\\/]* | ?:[\\/]*)
7980 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
7983 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7984 as_dummy="/sbin:/usr/sbin:$PATH"
7985 for as_dir in $as_dummy
7987 IFS=$as_save_IFS
7988 test -z "$as_dir" && as_dir=.
7989 for ac_exec_ext in '' $ac_executable_extensions; do
7990 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7991 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
7992 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7993 break 2
7995 done
7996 done
7997 IFS=$as_save_IFS
7999 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
8001 esac
8003 LDD=$ac_cv_path_LDD
8004 if test -n "$LDD"; then
8005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
8006 $as_echo "$LDD" >&6; }
8007 else
8008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8009 $as_echo "no" >&6; }
8013 if test -n "$ac_tool_prefix"; then
8014 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
8015 set dummy ${ac_tool_prefix}otool; ac_word=$2
8016 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8017 $as_echo_n "checking for $ac_word... " >&6; }
8018 if ${ac_cv_prog_OTOOL+:} false; then :
8019 $as_echo_n "(cached) " >&6
8020 else
8021 if test -n "$OTOOL"; then
8022 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
8023 else
8024 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8025 for as_dir in $PATH
8027 IFS=$as_save_IFS
8028 test -z "$as_dir" && as_dir=.
8029 for ac_exec_ext in '' $ac_executable_extensions; do
8030 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8031 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
8032 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8033 break 2
8035 done
8036 done
8037 IFS=$as_save_IFS
8041 OTOOL=$ac_cv_prog_OTOOL
8042 if test -n "$OTOOL"; then
8043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
8044 $as_echo "$OTOOL" >&6; }
8045 else
8046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8047 $as_echo "no" >&6; }
8052 if test -z "$ac_cv_prog_OTOOL"; then
8053 ac_ct_OTOOL=$OTOOL
8054 # Extract the first word of "otool", so it can be a program name with args.
8055 set dummy otool; ac_word=$2
8056 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8057 $as_echo_n "checking for $ac_word... " >&6; }
8058 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
8059 $as_echo_n "(cached) " >&6
8060 else
8061 if test -n "$ac_ct_OTOOL"; then
8062 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
8063 else
8064 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8065 for as_dir in $PATH
8067 IFS=$as_save_IFS
8068 test -z "$as_dir" && as_dir=.
8069 for ac_exec_ext in '' $ac_executable_extensions; do
8070 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8071 ac_cv_prog_ac_ct_OTOOL="otool"
8072 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8073 break 2
8075 done
8076 done
8077 IFS=$as_save_IFS
8081 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
8082 if test -n "$ac_ct_OTOOL"; then
8083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
8084 $as_echo "$ac_ct_OTOOL" >&6; }
8085 else
8086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8087 $as_echo "no" >&6; }
8090 if test "x$ac_ct_OTOOL" = x; then
8091 OTOOL="otool"
8092 else
8093 case $cross_compiling:$ac_tool_warned in
8094 yes:)
8095 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8096 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8097 ac_tool_warned=yes ;;
8098 esac
8099 OTOOL=$ac_ct_OTOOL
8101 else
8102 OTOOL="$ac_cv_prog_OTOOL"
8105 if test -n "$ac_tool_prefix"; then
8106 # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
8107 set dummy ${ac_tool_prefix}readelf; ac_word=$2
8108 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8109 $as_echo_n "checking for $ac_word... " >&6; }
8110 if ${ac_cv_prog_READELF+:} false; then :
8111 $as_echo_n "(cached) " >&6
8112 else
8113 if test -n "$READELF"; then
8114 ac_cv_prog_READELF="$READELF" # Let the user override the test.
8115 else
8116 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8117 for as_dir in $PATH
8119 IFS=$as_save_IFS
8120 test -z "$as_dir" && as_dir=.
8121 for ac_exec_ext in '' $ac_executable_extensions; do
8122 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8123 ac_cv_prog_READELF="${ac_tool_prefix}readelf"
8124 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8125 break 2
8127 done
8128 done
8129 IFS=$as_save_IFS
8133 READELF=$ac_cv_prog_READELF
8134 if test -n "$READELF"; then
8135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
8136 $as_echo "$READELF" >&6; }
8137 else
8138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8139 $as_echo "no" >&6; }
8144 if test -z "$ac_cv_prog_READELF"; then
8145 ac_ct_READELF=$READELF
8146 # Extract the first word of "readelf", so it can be a program name with args.
8147 set dummy readelf; ac_word=$2
8148 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8149 $as_echo_n "checking for $ac_word... " >&6; }
8150 if ${ac_cv_prog_ac_ct_READELF+:} false; then :
8151 $as_echo_n "(cached) " >&6
8152 else
8153 if test -n "$ac_ct_READELF"; then
8154 ac_cv_prog_ac_ct_READELF="$ac_ct_READELF" # Let the user override the test.
8155 else
8156 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8157 for as_dir in $PATH
8159 IFS=$as_save_IFS
8160 test -z "$as_dir" && as_dir=.
8161 for ac_exec_ext in '' $ac_executable_extensions; do
8162 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8163 ac_cv_prog_ac_ct_READELF="readelf"
8164 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8165 break 2
8167 done
8168 done
8169 IFS=$as_save_IFS
8173 ac_ct_READELF=$ac_cv_prog_ac_ct_READELF
8174 if test -n "$ac_ct_READELF"; then
8175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
8176 $as_echo "$ac_ct_READELF" >&6; }
8177 else
8178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8179 $as_echo "no" >&6; }
8182 if test "x$ac_ct_READELF" = x; then
8183 READELF="true"
8184 else
8185 case $cross_compiling:$ac_tool_warned in
8186 yes:)
8187 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8188 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8189 ac_tool_warned=yes ;;
8190 esac
8191 READELF=$ac_ct_READELF
8193 else
8194 READELF="$ac_cv_prog_READELF"
8197 wine_rules_file=conf$$rules.make
8198 rm -f $wine_rules_file
8199 SUBDIRS=""
8201 DISABLED_SUBDIRS=""
8203 CONFIGURE_TARGETS=""
8206 wine_fn_append_file ()
8208 as_fn_append $1 " \\$as_nl $2"
8211 wine_fn_append_rule ()
8213 $as_echo "$1" >>$wine_rules_file
8216 wine_fn_config_makefile ()
8218 wine_fn_append_file SUBDIRS $1
8219 if eval test \"x\$"$2"\" = x"no"; then :
8220 wine_fn_append_file DISABLED_SUBDIRS $1
8224 wine_fn_config_symlink ()
8226 ac_links=$@
8227 wine_fn_append_rule \
8228 "$ac_links:
8229 @./config.status \$@"
8230 for f in $ac_links; do wine_fn_append_file CONFIGURE_TARGETS $f; done
8233 wine_binary="wine"
8234 test "x$enable_win64" != "xyes" || wine_binary="wine64"
8235 WINELOADER_PROGRAMS="$wine_binary"
8237 libwine_soversion=`expr $libwine_version : '\([0-9]*\)\..*'`
8239 case $host_os in
8240 cygwin*|mingw32*)
8241 if test -n "$ac_tool_prefix"; then
8242 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8243 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
8244 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8245 $as_echo_n "checking for $ac_word... " >&6; }
8246 if ${ac_cv_prog_DLLTOOL+:} false; then :
8247 $as_echo_n "(cached) " >&6
8248 else
8249 if test -n "$DLLTOOL"; then
8250 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8251 else
8252 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8253 for as_dir in $PATH
8255 IFS=$as_save_IFS
8256 test -z "$as_dir" && as_dir=.
8257 for ac_exec_ext in '' $ac_executable_extensions; do
8258 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8259 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
8260 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8261 break 2
8263 done
8264 done
8265 IFS=$as_save_IFS
8269 DLLTOOL=$ac_cv_prog_DLLTOOL
8270 if test -n "$DLLTOOL"; then
8271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8272 $as_echo "$DLLTOOL" >&6; }
8273 else
8274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8275 $as_echo "no" >&6; }
8280 if test -z "$ac_cv_prog_DLLTOOL"; then
8281 ac_ct_DLLTOOL=$DLLTOOL
8282 # Extract the first word of "dlltool", so it can be a program name with args.
8283 set dummy dlltool; ac_word=$2
8284 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8285 $as_echo_n "checking for $ac_word... " >&6; }
8286 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then :
8287 $as_echo_n "(cached) " >&6
8288 else
8289 if test -n "$ac_ct_DLLTOOL"; then
8290 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
8291 else
8292 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8293 for as_dir in $PATH
8295 IFS=$as_save_IFS
8296 test -z "$as_dir" && as_dir=.
8297 for ac_exec_ext in '' $ac_executable_extensions; do
8298 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8299 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
8300 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8301 break 2
8303 done
8304 done
8305 IFS=$as_save_IFS
8309 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
8310 if test -n "$ac_ct_DLLTOOL"; then
8311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
8312 $as_echo "$ac_ct_DLLTOOL" >&6; }
8313 else
8314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8315 $as_echo "no" >&6; }
8318 if test "x$ac_ct_DLLTOOL" = x; then
8319 DLLTOOL="false"
8320 else
8321 case $cross_compiling:$ac_tool_warned in
8322 yes:)
8323 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8324 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8325 ac_tool_warned=yes ;;
8326 esac
8327 DLLTOOL=$ac_ct_DLLTOOL
8329 else
8330 DLLTOOL="$ac_cv_prog_DLLTOOL"
8333 LIBEXT="dll"
8334 DLLEXT=""
8335 case $host_cpu in
8336 *i[3456]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--disable-stdcall-fixup" >&5
8337 $as_echo_n "checking whether the compiler supports -Wl,--disable-stdcall-fixup... " >&6; }
8338 if ${ac_cv_cflags__Wl___disable_stdcall_fixup+:} false; then :
8339 $as_echo_n "(cached) " >&6
8340 else
8341 ac_wine_try_cflags_saved=$CFLAGS
8342 CFLAGS="$CFLAGS -Wl,--disable-stdcall-fixup"
8343 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8344 /* end confdefs.h. */
8345 int main(int argc, char **argv) { return 0; }
8346 _ACEOF
8347 if ac_fn_c_try_link "$LINENO"; then :
8348 ac_cv_cflags__Wl___disable_stdcall_fixup=yes
8349 else
8350 ac_cv_cflags__Wl___disable_stdcall_fixup=no
8352 rm -f core conftest.err conftest.$ac_objext \
8353 conftest$ac_exeext conftest.$ac_ext
8354 CFLAGS=$ac_wine_try_cflags_saved
8356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___disable_stdcall_fixup" >&5
8357 $as_echo "$ac_cv_cflags__Wl___disable_stdcall_fixup" >&6; }
8358 if test "x$ac_cv_cflags__Wl___disable_stdcall_fixup" = xyes; then :
8359 LDDLLFLAGS="-Wl,--disable-stdcall-fixup"
8360 fi ;;
8361 esac
8362 enable_iphlpapi=${enable_iphlpapi:-no}
8363 enable_nsiproxy_sys=${enable_nsiproxy_sys:-no}
8364 enable_ws2_32=${enable_ws2_32:-no}
8365 enable_loader=${enable_loader:-no}
8366 enable_server=${enable_server:-no}
8367 with_x=${with_x:-no}
8368 with_pthread=${with_pthread:-no}
8371 darwin*|macosx*)
8372 ac_ext=m
8373 ac_cpp='$OBJCPP $CPPFLAGS'
8374 ac_compile='$OBJC -c $OBJCFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8375 ac_link='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8376 ac_compiler_gnu=$ac_cv_objc_compiler_gnu
8378 ac_ext=m
8379 ac_cpp='$OBJCPP $CPPFLAGS'
8380 ac_compile='$OBJC -c $OBJCFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8381 ac_link='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8382 ac_compiler_gnu=$ac_cv_objc_compiler_gnu
8383 if test -n "$ac_tool_prefix"; then
8384 for ac_prog in gcc objcc objc cc CC
8386 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
8387 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
8388 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8389 $as_echo_n "checking for $ac_word... " >&6; }
8390 if ${ac_cv_prog_OBJC+:} false; then :
8391 $as_echo_n "(cached) " >&6
8392 else
8393 if test -n "$OBJC"; then
8394 ac_cv_prog_OBJC="$OBJC" # Let the user override the test.
8395 else
8396 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8397 for as_dir in $PATH
8399 IFS=$as_save_IFS
8400 test -z "$as_dir" && as_dir=.
8401 for ac_exec_ext in '' $ac_executable_extensions; do
8402 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8403 ac_cv_prog_OBJC="$ac_tool_prefix$ac_prog"
8404 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8405 break 2
8407 done
8408 done
8409 IFS=$as_save_IFS
8413 OBJC=$ac_cv_prog_OBJC
8414 if test -n "$OBJC"; then
8415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJC" >&5
8416 $as_echo "$OBJC" >&6; }
8417 else
8418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8419 $as_echo "no" >&6; }
8423 test -n "$OBJC" && break
8424 done
8426 if test -z "$OBJC"; then
8427 ac_ct_OBJC=$OBJC
8428 for ac_prog in gcc objcc objc cc CC
8430 # Extract the first word of "$ac_prog", so it can be a program name with args.
8431 set dummy $ac_prog; ac_word=$2
8432 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8433 $as_echo_n "checking for $ac_word... " >&6; }
8434 if ${ac_cv_prog_ac_ct_OBJC+:} false; then :
8435 $as_echo_n "(cached) " >&6
8436 else
8437 if test -n "$ac_ct_OBJC"; then
8438 ac_cv_prog_ac_ct_OBJC="$ac_ct_OBJC" # Let the user override the test.
8439 else
8440 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8441 for as_dir in $PATH
8443 IFS=$as_save_IFS
8444 test -z "$as_dir" && as_dir=.
8445 for ac_exec_ext in '' $ac_executable_extensions; do
8446 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8447 ac_cv_prog_ac_ct_OBJC="$ac_prog"
8448 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8449 break 2
8451 done
8452 done
8453 IFS=$as_save_IFS
8457 ac_ct_OBJC=$ac_cv_prog_ac_ct_OBJC
8458 if test -n "$ac_ct_OBJC"; then
8459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJC" >&5
8460 $as_echo "$ac_ct_OBJC" >&6; }
8461 else
8462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8463 $as_echo "no" >&6; }
8467 test -n "$ac_ct_OBJC" && break
8468 done
8470 if test "x$ac_ct_OBJC" = x; then
8471 OBJC="gcc"
8472 else
8473 case $cross_compiling:$ac_tool_warned in
8474 yes:)
8475 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8476 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8477 ac_tool_warned=yes ;;
8478 esac
8479 OBJC=$ac_ct_OBJC
8483 # Provide some information about the compiler.
8484 $as_echo "$as_me:${as_lineno-$LINENO}: checking for Objective C compiler version" >&5
8485 set X $ac_compile
8486 ac_compiler=$2
8487 for ac_option in --version -v -V -qversion; do
8488 { { ac_try="$ac_compiler $ac_option >&5"
8489 case "(($ac_try" in
8490 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8491 *) ac_try_echo=$ac_try;;
8492 esac
8493 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
8494 $as_echo "$ac_try_echo"; } >&5
8495 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
8496 ac_status=$?
8497 if test -s conftest.err; then
8498 sed '10a\
8499 ... rest of stderr output deleted ...
8500 10q' conftest.err >conftest.er1
8501 cat conftest.er1 >&5
8503 rm -f conftest.er1 conftest.err
8504 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
8505 test $ac_status = 0; }
8506 done
8508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU Objective C compiler" >&5
8509 $as_echo_n "checking whether we are using the GNU Objective C compiler... " >&6; }
8510 if ${ac_cv_objc_compiler_gnu+:} false; then :
8511 $as_echo_n "(cached) " >&6
8512 else
8513 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8514 /* end confdefs.h. */
8517 main ()
8519 #ifndef __GNUC__
8520 choke me
8521 #endif
8524 return 0;
8526 _ACEOF
8527 if ac_fn_objc_try_compile "$LINENO"; then :
8528 ac_compiler_gnu=yes
8529 else
8530 ac_compiler_gnu=no
8532 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8533 ac_cv_objc_compiler_gnu=$ac_compiler_gnu
8536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objc_compiler_gnu" >&5
8537 $as_echo "$ac_cv_objc_compiler_gnu" >&6; }
8538 if test $ac_compiler_gnu = yes; then
8539 GOBJC=yes
8540 else
8541 GOBJC=
8543 ac_test_OBJCFLAGS=${OBJCFLAGS+set}
8544 ac_save_OBJCFLAGS=$OBJCFLAGS
8545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $OBJC accepts -g" >&5
8546 $as_echo_n "checking whether $OBJC accepts -g... " >&6; }
8547 if ${ac_cv_prog_objc_g+:} false; then :
8548 $as_echo_n "(cached) " >&6
8549 else
8550 ac_save_objc_werror_flag=$ac_objc_werror_flag
8551 ac_objc_werror_flag=yes
8552 ac_cv_prog_objc_g=no
8553 OBJCFLAGS="-g"
8554 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8555 /* end confdefs.h. */
8558 main ()
8562 return 0;
8564 _ACEOF
8565 if ac_fn_objc_try_compile "$LINENO"; then :
8566 ac_cv_prog_objc_g=yes
8567 else
8568 OBJCFLAGS=""
8569 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8570 /* end confdefs.h. */
8573 main ()
8577 return 0;
8579 _ACEOF
8580 if ac_fn_objc_try_compile "$LINENO"; then :
8582 else
8583 ac_objc_werror_flag=$ac_save_objc_werror_flag
8584 OBJCFLAGS="-g"
8585 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8586 /* end confdefs.h. */
8589 main ()
8593 return 0;
8595 _ACEOF
8596 if ac_fn_objc_try_compile "$LINENO"; then :
8597 ac_cv_prog_objc_g=yes
8599 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8601 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8603 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8604 ac_objc_werror_flag=$ac_save_objc_werror_flag
8606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_objc_g" >&5
8607 $as_echo "$ac_cv_prog_objc_g" >&6; }
8608 if test "$ac_test_OBJCFLAGS" = set; then
8609 OBJCFLAGS=$ac_save_OBJCFLAGS
8610 elif test $ac_cv_prog_objc_g = yes; then
8611 if test "$GOBJC" = yes; then
8612 OBJCFLAGS="-g -O2"
8613 else
8614 OBJCFLAGS="-g"
8616 else
8617 if test "$GOBJC" = yes; then
8618 OBJCFLAGS="-O2"
8619 else
8620 OBJCFLAGS=
8623 ac_ext=m
8624 ac_cpp='$OBJCPP $CPPFLAGS'
8625 ac_compile='$OBJC -c $OBJCFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8626 ac_link='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8627 ac_compiler_gnu=$ac_cv_objc_compiler_gnu
8630 ac_ext=m
8631 ac_cpp='$OBJCPP $CPPFLAGS'
8632 ac_compile='$OBJC -c $OBJCFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8633 ac_link='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8634 ac_compiler_gnu=$ac_cv_objc_compiler_gnu
8635 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the Objective C preprocessor" >&5
8636 $as_echo_n "checking how to run the Objective C preprocessor... " >&6; }
8637 if test -z "$OBJCPP"; then
8638 if ${ac_cv_prog_OBJCPP+:} false; then :
8639 $as_echo_n "(cached) " >&6
8640 else
8641 # Double quotes because OBJCPP needs to be expanded
8642 for OBJCPP in "$OBJC -E" "/lib/cpp"
8644 ac_preproc_ok=false
8645 for ac_objc_preproc_warn_flag in '' yes
8647 # Use a header file that comes with gcc, so configuring glibc
8648 # with a fresh cross-compiler works.
8649 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8650 # <limits.h> exists even on freestanding compilers.
8651 # On the NeXT, cc -E runs the code through the compiler's parser,
8652 # not just through cpp. "Syntax error" is here to catch this case.
8653 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8654 /* end confdefs.h. */
8655 #ifdef __STDC__
8656 # include <limits.h>
8657 #else
8658 # include <assert.h>
8659 #endif
8660 Syntax error
8661 _ACEOF
8662 if ac_fn_objc_try_cpp "$LINENO"; then :
8664 else
8665 # Broken: fails on valid input.
8666 continue
8668 rm -f conftest.err conftest.i conftest.$ac_ext
8670 # OK, works on sane cases. Now check whether nonexistent headers
8671 # can be detected and how.
8672 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8673 /* end confdefs.h. */
8674 #include <ac_nonexistent.h>
8675 _ACEOF
8676 if ac_fn_objc_try_cpp "$LINENO"; then :
8677 # Broken: success on invalid input.
8678 continue
8679 else
8680 # Passes both tests.
8681 ac_preproc_ok=:
8682 break
8684 rm -f conftest.err conftest.i conftest.$ac_ext
8686 done
8687 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
8688 rm -f conftest.i conftest.err conftest.$ac_ext
8689 if $ac_preproc_ok; then :
8690 break
8693 done
8694 ac_cv_prog_OBJCPP=$OBJCPP
8697 OBJCPP=$ac_cv_prog_OBJCPP
8698 else
8699 ac_cv_prog_OBJCPP=$OBJCPP
8701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCPP" >&5
8702 $as_echo "$OBJCPP" >&6; }
8703 ac_preproc_ok=false
8704 for ac_objc_preproc_warn_flag in '' yes
8706 # Use a header file that comes with gcc, so configuring glibc
8707 # with a fresh cross-compiler works.
8708 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8709 # <limits.h> exists even on freestanding compilers.
8710 # On the NeXT, cc -E runs the code through the compiler's parser,
8711 # not just through cpp. "Syntax error" is here to catch this case.
8712 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8713 /* end confdefs.h. */
8714 #ifdef __STDC__
8715 # include <limits.h>
8716 #else
8717 # include <assert.h>
8718 #endif
8719 Syntax error
8720 _ACEOF
8721 if ac_fn_objc_try_cpp "$LINENO"; then :
8723 else
8724 # Broken: fails on valid input.
8725 continue
8727 rm -f conftest.err conftest.i conftest.$ac_ext
8729 # OK, works on sane cases. Now check whether nonexistent headers
8730 # can be detected and how.
8731 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8732 /* end confdefs.h. */
8733 #include <ac_nonexistent.h>
8734 _ACEOF
8735 if ac_fn_objc_try_cpp "$LINENO"; then :
8736 # Broken: success on invalid input.
8737 continue
8738 else
8739 # Passes both tests.
8740 ac_preproc_ok=:
8741 break
8743 rm -f conftest.err conftest.i conftest.$ac_ext
8745 done
8746 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
8747 rm -f conftest.i conftest.err conftest.$ac_ext
8748 if $ac_preproc_ok; then :
8750 else
8751 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
8752 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
8753 as_fn_error $? "Objective C preprocessor \"$OBJCPP\" fails sanity check
8754 See \`config.log' for more details" "$LINENO" 5; }
8757 ac_ext=m
8758 ac_cpp='$OBJCPP $CPPFLAGS'
8759 ac_compile='$OBJC -c $OBJCFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8760 ac_link='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8761 ac_compiler_gnu=$ac_cv_objc_compiler_gnu
8764 for ac_header in Metal/Metal.h
8765 do :
8766 ac_fn_objc_check_header_mongrel "$LINENO" "Metal/Metal.h" "ac_cv_header_Metal_Metal_h" "$ac_includes_default"
8767 if test "x$ac_cv_header_Metal_Metal_h" = xyes; then :
8768 cat >>confdefs.h <<_ACEOF
8769 #define HAVE_METAL_METAL_H 1
8770 _ACEOF
8774 done
8776 ac_ext=c
8777 ac_cpp='$CPP $CPPFLAGS'
8778 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8779 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8780 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8782 LIBEXT="dylib"
8783 DLLFLAGS="$DLLFLAGS -fPIC"
8784 LDDLLFLAGS="-fPIC"
8785 COREFOUNDATION_LIBS="-framework CoreFoundation"
8787 IOKIT_LIBS="-framework IOKit -framework CoreFoundation"
8789 FORCEFEEDBACK_LIBS="-framework ForceFeedback -framework CoreFoundation"
8791 APPLICATIONSERVICES_LIBS="-framework ApplicationServices"
8793 CORESERVICES_LIBS="-framework CoreServices"
8795 APPKIT_LIBS="-framework AppKit"
8797 SYSTEMCONFIGURATION_LIBS="-framework SystemConfiguration"
8800 WINELOADER_LDFLAGS="-Wl,-pie,-segalign,0x1000,-pagezero_size,0x1000,-sectcreate,__TEXT,__info_plist,loader/wine_info.plist"
8802 wine_can_build_preloader=yes
8803 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"
8804 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_new_main -e _main" >&5
8805 $as_echo_n "checking whether the compiler supports -Wl,-no_new_main -e _main... " >&6; }
8806 if ${ac_cv_cflags__Wl__no_new_main__e__main+:} false; then :
8807 $as_echo_n "(cached) " >&6
8808 else
8809 ac_wine_try_cflags_saved=$CFLAGS
8810 CFLAGS="$CFLAGS -Wl,-no_new_main -e _main"
8811 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8812 /* end confdefs.h. */
8813 int main(int argc, char **argv) { return 0; }
8814 _ACEOF
8815 if ac_fn_c_try_link "$LINENO"; then :
8816 ac_cv_cflags__Wl__no_new_main__e__main=yes
8817 else
8818 ac_cv_cflags__Wl__no_new_main__e__main=no
8820 rm -f core conftest.err conftest.$ac_objext \
8821 conftest$ac_exeext conftest.$ac_ext
8822 CFLAGS=$ac_wine_try_cflags_saved
8824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_new_main__e__main" >&5
8825 $as_echo "$ac_cv_cflags__Wl__no_new_main__e__main" >&6; }
8826 if test "x$ac_cv_cflags__Wl__no_new_main__e__main" = xyes; then :
8827 WINEPRELOADER_LDFLAGS="-Wl,-no_new_main $WINEPRELOADER_LDFLAGS"
8828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_new_main -e _main -nostartfiles -nodefaultlibs" >&5
8829 $as_echo_n "checking whether the compiler supports -Wl,-no_new_main -e _main -nostartfiles -nodefaultlibs... " >&6; }
8830 if ${ac_cv_cflags__Wl__no_new_main__e__main__nostartfiles__nodefaultlibs+:} false; then :
8831 $as_echo_n "(cached) " >&6
8832 else
8833 ac_wine_try_cflags_saved=$CFLAGS
8834 CFLAGS="$CFLAGS -Wl,-no_new_main -e _main -nostartfiles -nodefaultlibs"
8835 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8836 /* end confdefs.h. */
8837 int main(int argc, char **argv) { return 0; }
8838 _ACEOF
8839 if ac_fn_c_try_link "$LINENO"; then :
8840 ac_cv_cflags__Wl__no_new_main__e__main__nostartfiles__nodefaultlibs=yes
8841 else
8842 ac_cv_cflags__Wl__no_new_main__e__main__nostartfiles__nodefaultlibs=no
8844 rm -f core conftest.err conftest.$ac_objext \
8845 conftest$ac_exeext conftest.$ac_ext
8846 CFLAGS=$ac_wine_try_cflags_saved
8848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_new_main__e__main__nostartfiles__nodefaultlibs" >&5
8849 $as_echo "$ac_cv_cflags__Wl__no_new_main__e__main__nostartfiles__nodefaultlibs" >&6; }
8850 if test "x$ac_cv_cflags__Wl__no_new_main__e__main__nostartfiles__nodefaultlibs" = xyes; then :
8851 EXTRACFLAGS="$EXTRACFLAGS -Wl,-no_new_main -e _main -nostartfiles -nodefaultlibs"
8852 else
8853 { $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
8854 $as_echo_n "checking whether the compiler supports -Wl,-no_new_main -e _main -mmacosx-version-min=10.7 -nostartfiles -nodefaultlibs... " >&6; }
8855 if ${ac_cv_cflags__Wl__no_new_main__e__main__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs+:} false; then :
8856 $as_echo_n "(cached) " >&6
8857 else
8858 ac_wine_try_cflags_saved=$CFLAGS
8859 CFLAGS="$CFLAGS -Wl,-no_new_main -e _main -mmacosx-version-min=10.7 -nostartfiles -nodefaultlibs"
8860 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8861 /* end confdefs.h. */
8862 int main(int argc, char **argv) { return 0; }
8863 _ACEOF
8864 if ac_fn_c_try_link "$LINENO"; then :
8865 ac_cv_cflags__Wl__no_new_main__e__main__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs=yes
8866 else
8867 ac_cv_cflags__Wl__no_new_main__e__main__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs=no
8869 rm -f core conftest.err conftest.$ac_objext \
8870 conftest$ac_exeext conftest.$ac_ext
8871 CFLAGS=$ac_wine_try_cflags_saved
8873 { $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
8874 $as_echo "$ac_cv_cflags__Wl__no_new_main__e__main__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs" >&6; }
8875 if test "x$ac_cv_cflags__Wl__no_new_main__e__main__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs" = xyes; then :
8876 WINEPRELOADER_LDFLAGS="-mmacosx-version-min=10.7 $WINEPRELOADER_LDFLAGS"
8877 else
8878 wine_can_build_preloader=no
8881 else
8882 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -nostartfiles -nodefaultlibs" >&5
8883 $as_echo_n "checking whether the compiler supports -nostartfiles -nodefaultlibs... " >&6; }
8884 if ${ac_cv_cflags__nostartfiles__nodefaultlibs+:} false; then :
8885 $as_echo_n "(cached) " >&6
8886 else
8887 ac_wine_try_cflags_saved=$CFLAGS
8888 CFLAGS="$CFLAGS -nostartfiles -nodefaultlibs"
8889 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8890 /* end confdefs.h. */
8891 int main(int argc, char **argv) { return 0; }
8892 _ACEOF
8893 if ac_fn_c_try_link "$LINENO"; then :
8894 ac_cv_cflags__nostartfiles__nodefaultlibs=yes
8895 else
8896 ac_cv_cflags__nostartfiles__nodefaultlibs=no
8898 rm -f core conftest.err conftest.$ac_objext \
8899 conftest$ac_exeext conftest.$ac_ext
8900 CFLAGS=$ac_wine_try_cflags_saved
8902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__nostartfiles__nodefaultlibs" >&5
8903 $as_echo "$ac_cv_cflags__nostartfiles__nodefaultlibs" >&6; }
8904 if test "x$ac_cv_cflags__nostartfiles__nodefaultlibs" = xyes; then :
8905 EXTRACFLAGS="$EXTRACFLAGS -nostartfiles -nodefaultlibs"
8906 else
8907 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -mmacosx-version-min=10.7 -nostartfiles -nodefaultlibs" >&5
8908 $as_echo_n "checking whether the compiler supports -mmacosx-version-min=10.7 -nostartfiles -nodefaultlibs... " >&6; }
8909 if ${ac_cv_cflags__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs+:} false; then :
8910 $as_echo_n "(cached) " >&6
8911 else
8912 ac_wine_try_cflags_saved=$CFLAGS
8913 CFLAGS="$CFLAGS -mmacosx-version-min=10.7 -nostartfiles -nodefaultlibs"
8914 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8915 /* end confdefs.h. */
8916 int main(int argc, char **argv) { return 0; }
8917 _ACEOF
8918 if ac_fn_c_try_link "$LINENO"; then :
8919 ac_cv_cflags__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs=yes
8920 else
8921 ac_cv_cflags__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs=no
8923 rm -f core conftest.err conftest.$ac_objext \
8924 conftest$ac_exeext conftest.$ac_ext
8925 CFLAGS=$ac_wine_try_cflags_saved
8927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs" >&5
8928 $as_echo "$ac_cv_cflags__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs" >&6; }
8929 if test "x$ac_cv_cflags__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs" = xyes; then :
8930 WINEPRELOADER_LDFLAGS="-mmacosx-version-min=10.7 $WINEPRELOADER_LDFLAGS"
8931 else
8932 wine_can_build_preloader=no
8936 if test "$wine_can_build_preloader" = "yes"
8937 then
8938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_pie" >&5
8939 $as_echo_n "checking whether the compiler supports -Wl,-no_pie... " >&6; }
8940 if ${ac_cv_cflags__Wl__no_pie+:} false; then :
8941 $as_echo_n "(cached) " >&6
8942 else
8943 ac_wine_try_cflags_saved=$CFLAGS
8944 CFLAGS="$CFLAGS -Wl,-no_pie"
8945 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8946 /* end confdefs.h. */
8947 int main(int argc, char **argv) { return 0; }
8948 _ACEOF
8949 if ac_fn_c_try_link "$LINENO"; then :
8950 ac_cv_cflags__Wl__no_pie=yes
8951 else
8952 ac_cv_cflags__Wl__no_pie=no
8954 rm -f core conftest.err conftest.$ac_objext \
8955 conftest$ac_exeext conftest.$ac_ext
8956 CFLAGS=$ac_wine_try_cflags_saved
8958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_pie" >&5
8959 $as_echo "$ac_cv_cflags__Wl__no_pie" >&6; }
8960 if test "x$ac_cv_cflags__Wl__no_pie" = xyes; then :
8961 WINEPRELOADER_LDFLAGS="-Wl,-no_pie $WINEPRELOADER_LDFLAGS"
8963 test "$wine_binary" = wine || wine_fn_append_file CONFIGURE_TARGETS "loader/wine-preloader"
8964 WINELOADER_PROGRAMS="$WINELOADER_PROGRAMS $wine_binary-preloader"
8965 else
8966 as_fn_append wine_warnings "|can't build Wine preloader; many programs won't work"
8969 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8970 then
8971 DISKARBITRATION_LIBS="-framework DiskArbitration -framework CoreFoundation"
8974 if test "$ac_cv_header_Security_Security_h" = "yes"
8975 then
8976 SECURITY_LIBS="-framework Security -framework CoreFoundation"
8978 ac_save_LIBS="$LIBS"
8979 LIBS="$LIBS $SECURITY_LIBS"
8980 for ac_func in SSLCopyPeerCertificates
8981 do :
8982 ac_fn_c_check_func "$LINENO" "SSLCopyPeerCertificates" "ac_cv_func_SSLCopyPeerCertificates"
8983 if test "x$ac_cv_func_SSLCopyPeerCertificates" = xyes; then :
8984 cat >>confdefs.h <<_ACEOF
8985 #define HAVE_SSLCOPYPEERCERTIFICATES 1
8986 _ACEOF
8989 done
8991 LIBS="$ac_save_LIBS"
8993 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes"
8994 then
8995 COREAUDIO_LIBS="-framework CoreFoundation -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework CoreMIDI"
8997 enable_winecoreaudio_drv=${enable_winecoreaudio_drv:-yes}
8999 if test "$ac_cv_header_OpenAL_al_h" = "yes"
9000 then
9001 OPENAL_LIBS="-framework OpenAL"
9004 cat >>confdefs.h <<_ACEOF
9005 #define HAVE_OPENAL 1
9006 _ACEOF
9008 ac_cv_lib_openal=yes
9010 if test "$ac_cv_header_OpenCL_opencl_h" = "yes"
9011 then
9012 OPENCL_LIBS="-framework OpenCL"
9014 ac_cv_lib_OpenCL_clGetPlatformInfo=yes
9016 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
9017 then
9018 ac_save_LIBS="$LIBS"
9019 LIBS="$LIBS $IOKIT_LIBS"
9020 for ac_func in IOHIDManagerCreate
9021 do :
9022 ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
9023 if test "x$ac_cv_func_IOHIDManagerCreate" = xyes; then :
9024 cat >>confdefs.h <<_ACEOF
9025 #define HAVE_IOHIDMANAGERCREATE 1
9026 _ACEOF
9029 done
9031 LIBS="$ac_save_LIBS"
9034 if test "x$with_quicktime" != "xno"
9035 then
9036 if test "$ac_cv_header_QuickTime_ImageCompression_h" = "yes"
9037 then
9038 ac_save_LIBS="$LIBS"
9039 LIBS="-framework QuickTime -framework ApplicationServices -framework CoreVideo $LIBS"
9040 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the QuickTime framework" >&5
9041 $as_echo_n "checking for the QuickTime framework... " >&6; }
9042 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9043 /* end confdefs.h. */
9044 #include <QuickTime/ImageCompression.h>
9046 main ()
9048 CodecManagerVersion(NULL);
9050 return 0;
9052 _ACEOF
9053 if ac_fn_c_try_link "$LINENO"; then :
9054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9055 $as_echo "yes" >&6; }
9056 QUICKTIME_LIBS="-framework QuickTime -framework ApplicationServices -framework CoreVideo"
9058 enable_wineqtdecoder=${enable_wineqtdecoder:-yes}
9059 else
9060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9061 $as_echo "no" >&6; }
9062 ac_cv_header_QuickTime_ImageCompression_h=no
9064 rm -f core conftest.err conftest.$ac_objext \
9065 conftest$ac_exeext conftest.$ac_ext
9066 LIBS="$ac_save_LIBS"
9069 if test "$ac_cv_header_QuickTime_ImageCompression_h" != "yes"; then :
9070 case "x$with_quicktime" in
9071 x) as_fn_append wine_notices "|QuickTime ${notice_platform}development files not found, video decoding won't be supported." ;;
9072 xno) ;;
9073 *) as_fn_error $? "QuickTime ${notice_platform}development files not found, video decoding won't be supported.
9074 This is an error since --with-quicktime was requested." "$LINENO" 5 ;;
9075 esac
9079 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
9080 then
9081 CARBON_LIBS="-framework Carbon"
9084 if test "$ac_cv_header_Metal_Metal_h" = "yes"
9085 then
9086 METAL_LIBS="-framework Metal -framework QuartzCore"
9090 if test "$ac_cv_header_Metal_Metal_h" = "yes"
9091 then
9092 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether MTLDevice protocol supports registryID property" >&5
9093 $as_echo_n "checking whether MTLDevice protocol supports registryID property... " >&6; }
9094 ac_ext=m
9095 ac_cpp='$OBJCPP $CPPFLAGS'
9096 ac_compile='$OBJC -c $OBJCFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9097 ac_link='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9098 ac_compiler_gnu=$ac_cv_objc_compiler_gnu
9100 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9101 /* end confdefs.h. */
9102 #include <Metal/Metal.h>
9104 main ()
9106 id<MTLDevice> device; device.registryID;
9108 return 0;
9110 _ACEOF
9111 if ac_fn_objc_try_compile "$LINENO"; then :
9112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9113 $as_echo "yes" >&6; }
9115 $as_echo "#define HAVE_MTLDEVICE_REGISTRYID 1" >>confdefs.h
9117 else
9118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9119 $as_echo "no" >&6; }
9121 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9122 ac_ext=c
9123 ac_cpp='$CPP $CPPFLAGS'
9124 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9125 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9126 ac_compiler_gnu=$ac_cv_c_compiler_gnu
9130 if test "$ac_cv_header_ApplicationServices_ApplicationServices_h" = "yes"
9131 then
9132 ac_save_LIBS="$LIBS"
9133 LIBS="$LIBS $APPLICATIONSERVICES_LIBS"
9134 ac_fn_c_check_func "$LINENO" "CGDisplayModeGetWidth" "ac_cv_func_CGDisplayModeGetWidth"
9135 if test "x$ac_cv_func_CGDisplayModeGetWidth" = xyes; then :
9136 enable_winemac_drv=${enable_winemac_drv:-yes}
9139 LIBS="$ac_save_LIBS"
9142 LIBWINE_SHAREDLIB="libwine.$libwine_version.dylib"
9144 LIBWINE_LDFLAGS="-dynamiclib -install_name @rpath/libwine.$libwine_soversion.dylib -Wl,-rpath,@loader_path/ -compatibility_version $libwine_soversion -current_version $libwine_version"
9146 WINELOADER_DEPENDS="wine_info.plist"
9148 TOP_INSTALL_LIB="$TOP_INSTALL_LIB libs/wine/libwine.$libwine_version.dylib libs/wine/libwine.$libwine_soversion.dylib"
9151 linux-android*)
9152 DLLFLAGS="$DLLFLAGS -fPIC"
9153 LDDLLFLAGS="-fPIC"
9154 LDEXECFLAGS="-Wl,-pie"
9155 enable_wineandroid_drv=${enable_wineandroid_drv:-yes}
9156 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
9157 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
9158 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false; then :
9159 $as_echo_n "(cached) " >&6
9160 else
9161 ac_wine_try_cflags_saved=$CFLAGS
9162 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
9163 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9164 /* end confdefs.h. */
9165 int main(int argc, char **argv) { return 0; }
9166 _ACEOF
9167 if ac_fn_c_try_link "$LINENO"; then :
9168 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
9169 else
9170 ac_cv_cflags__fPIC__Wl___export_dynamic=no
9172 rm -f core conftest.err conftest.$ac_objext \
9173 conftest$ac_exeext conftest.$ac_ext
9174 CFLAGS=$ac_wine_try_cflags_saved
9176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
9177 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
9178 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes; then :
9179 WINELOADER_LDFLAGS="-Wl,--export-dynamic"
9181 WINEPRELOADER_LDFLAGS="-static -nostartfiles -nodefaultlibs -Wl,-Ttext=0x7d400000"
9183 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lEGL" >&5
9184 $as_echo_n "checking for -lEGL... " >&6; }
9185 if ${ac_cv_lib_soname_EGL+:} false; then :
9186 $as_echo_n "(cached) " >&6
9187 else
9188 ac_check_soname_save_LIBS=$LIBS
9189 LIBS="-lEGL $LIBS"
9190 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9191 /* end confdefs.h. */
9193 /* Override any GCC internal prototype to avoid an error.
9194 Use char because int might match the return type of a GCC
9195 builtin and then its argument prototype would still apply. */
9196 #ifdef __cplusplus
9197 extern "C"
9198 #endif
9199 char eglGetProcAddress ();
9201 main ()
9203 return eglGetProcAddress ();
9205 return 0;
9207 _ACEOF
9208 if ac_fn_c_try_link "$LINENO"; then :
9209 case "$LIBEXT" in
9210 dll) ac_cv_lib_soname_EGL=`$ac_cv_path_LDD conftest.exe | grep "EGL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9211 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'` ;;
9212 *) ac_cv_lib_soname_EGL=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libEGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libEGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9213 if ${ac_cv_lib_soname_EGL:+false} :; then :
9214 ac_cv_lib_soname_EGL=`$LDD conftest$ac_exeext | grep "libEGL\\.$LIBEXT" | sed -e "s/^.*\(libEGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9215 fi ;;
9216 esac
9217 else
9218 ac_cv_lib_soname_EGL=
9220 rm -f core conftest.err conftest.$ac_objext \
9221 conftest$ac_exeext conftest.$ac_ext
9222 LIBS=$ac_check_soname_save_LIBS
9224 if ${ac_cv_lib_soname_EGL:+false} :; then :
9225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9226 $as_echo "not found" >&6; }
9228 else
9229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_EGL" >&5
9230 $as_echo "$ac_cv_lib_soname_EGL" >&6; }
9232 cat >>confdefs.h <<_ACEOF
9233 #define SONAME_LIBEGL "$ac_cv_lib_soname_EGL"
9234 _ACEOF
9238 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLESv2" >&5
9239 $as_echo_n "checking for -lGLESv2... " >&6; }
9240 if ${ac_cv_lib_soname_GLESv2+:} false; then :
9241 $as_echo_n "(cached) " >&6
9242 else
9243 ac_check_soname_save_LIBS=$LIBS
9244 LIBS="-lGLESv2 $LIBS"
9245 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9246 /* end confdefs.h. */
9248 /* Override any GCC internal prototype to avoid an error.
9249 Use char because int might match the return type of a GCC
9250 builtin and then its argument prototype would still apply. */
9251 #ifdef __cplusplus
9252 extern "C"
9253 #endif
9254 char glFlush ();
9256 main ()
9258 return glFlush ();
9260 return 0;
9262 _ACEOF
9263 if ac_fn_c_try_link "$LINENO"; then :
9264 case "$LIBEXT" in
9265 dll) ac_cv_lib_soname_GLESv2=`$ac_cv_path_LDD conftest.exe | grep "GLESv2" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9266 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'` ;;
9267 *) ac_cv_lib_soname_GLESv2=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGLESv2\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGLESv2\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9268 if ${ac_cv_lib_soname_GLESv2:+false} :; then :
9269 ac_cv_lib_soname_GLESv2=`$LDD conftest$ac_exeext | grep "libGLESv2\\.$LIBEXT" | sed -e "s/^.*\(libGLESv2\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9270 fi ;;
9271 esac
9272 else
9273 ac_cv_lib_soname_GLESv2=
9275 rm -f core conftest.err conftest.$ac_objext \
9276 conftest$ac_exeext conftest.$ac_ext
9277 LIBS=$ac_check_soname_save_LIBS
9279 if ${ac_cv_lib_soname_GLESv2:+false} :; then :
9280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9281 $as_echo "not found" >&6; }
9283 else
9284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLESv2" >&5
9285 $as_echo "$ac_cv_lib_soname_GLESv2" >&6; }
9287 cat >>confdefs.h <<_ACEOF
9288 #define SONAME_LIBGLESV2 "$ac_cv_lib_soname_GLESv2"
9289 _ACEOF
9294 if test "x$exec_prefix" = xNONE
9295 then
9296 case $host_cpu in
9297 *i[3456]86*) exec_prefix='${prefix}/x86' ;;
9298 *x86_64*) exec_prefix='${prefix}/x86_64' ;;
9299 *arm*) exec_prefix='${prefix}/armeabi-v7a' ;;
9300 *aarch64*) exec_prefix='${prefix}/arm64-v8a' ;;
9301 esac
9306 case $host_cpu in
9307 *i[3456789]86*)
9308 DLLFLAGS="$DLLFLAGS -fno-PIC"
9309 LDDLLFLAGS="-fno-PIC"
9310 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-PIC -Wl,-z,notext" >&5
9311 $as_echo_n "checking whether the compiler supports -fno-PIC -Wl,-z,notext... " >&6; }
9312 if ${ac_cv_cflags__fno_PIC__Wl__z_notext+:} false; then :
9313 $as_echo_n "(cached) " >&6
9314 else
9315 ac_wine_try_cflags_saved=$CFLAGS
9316 CFLAGS="$CFLAGS -fno-PIC -Wl,-z,notext"
9317 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9318 /* end confdefs.h. */
9319 int main(int argc, char **argv) { return 0; }
9320 _ACEOF
9321 if ac_fn_c_try_link "$LINENO"; then :
9322 ac_cv_cflags__fno_PIC__Wl__z_notext=yes
9323 else
9324 ac_cv_cflags__fno_PIC__Wl__z_notext=no
9326 rm -f core conftest.err conftest.$ac_objext \
9327 conftest$ac_exeext conftest.$ac_ext
9328 CFLAGS=$ac_wine_try_cflags_saved
9330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_PIC__Wl__z_notext" >&5
9331 $as_echo "$ac_cv_cflags__fno_PIC__Wl__z_notext" >&6; }
9332 if test "x$ac_cv_cflags__fno_PIC__Wl__z_notext" = xyes; then :
9333 LDDLLFLAGS="$LDDLLFLAGS -Wl,-z,notext"
9337 DLLFLAGS="$DLLFLAGS -fPIC"
9338 LDDLLFLAGS="-fPIC" ;;
9339 esac
9340 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
9341 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
9342 if ${ac_cv_c_dll_gnuelf+:} false; then :
9343 $as_echo_n "(cached) " >&6
9344 else
9345 ac_wine_try_cflags_saved=$CFLAGS
9346 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
9347 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9348 /* end confdefs.h. */
9349 void myfunc() {}
9350 _ACEOF
9351 if ac_fn_c_try_link "$LINENO"; then :
9352 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic=yes
9353 else
9354 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic=no
9356 rm -f core conftest.err conftest.$ac_objext \
9357 conftest$ac_exeext conftest.$ac_ext
9358 CFLAGS=$ac_wine_try_cflags_saved
9359 if test "x$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic" = xyes; then :
9360 ac_cv_c_dll_gnuelf="yes"
9361 else
9362 ac_cv_c_dll_gnuelf="no"
9365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
9366 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
9367 if test "$ac_cv_c_dll_gnuelf" = "yes"
9368 then
9369 LIBWINE_LDFLAGS="-shared"
9370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -shared -Wl,-soname,confest.so.1" >&5
9371 $as_echo_n "checking whether the compiler supports -shared -Wl,-soname,confest.so.1... " >&6; }
9372 if ${ac_cv_cflags__shared__Wl__soname_confest_so_1+:} false; then :
9373 $as_echo_n "(cached) " >&6
9374 else
9375 ac_wine_try_cflags_saved=$CFLAGS
9376 CFLAGS="$CFLAGS -shared -Wl,-soname,confest.so.1"
9377 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9378 /* end confdefs.h. */
9379 int main(int argc, char **argv) { return 0; }
9380 _ACEOF
9381 if ac_fn_c_try_link "$LINENO"; then :
9382 ac_cv_cflags__shared__Wl__soname_confest_so_1=yes
9383 else
9384 ac_cv_cflags__shared__Wl__soname_confest_so_1=no
9386 rm -f core conftest.err conftest.$ac_objext \
9387 conftest$ac_exeext conftest.$ac_ext
9388 CFLAGS=$ac_wine_try_cflags_saved
9390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__shared__Wl__soname_confest_so_1" >&5
9391 $as_echo "$ac_cv_cflags__shared__Wl__soname_confest_so_1" >&6; }
9392 if test "x$ac_cv_cflags__shared__Wl__soname_confest_so_1" = xyes; then :
9393 LIBWINE_LDFLAGS="-shared -Wl,-soname,libwine.so.$libwine_soversion"
9394 else
9395 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -shared -Wl,-h,confest.so.1" >&5
9396 $as_echo_n "checking whether the compiler supports -shared -Wl,-h,confest.so.1... " >&6; }
9397 if ${ac_cv_cflags__shared__Wl__h_confest_so_1+:} false; then :
9398 $as_echo_n "(cached) " >&6
9399 else
9400 ac_wine_try_cflags_saved=$CFLAGS
9401 CFLAGS="$CFLAGS -shared -Wl,-h,confest.so.1"
9402 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9403 /* end confdefs.h. */
9404 int main(int argc, char **argv) { return 0; }
9405 _ACEOF
9406 if ac_fn_c_try_link "$LINENO"; then :
9407 ac_cv_cflags__shared__Wl__h_confest_so_1=yes
9408 else
9409 ac_cv_cflags__shared__Wl__h_confest_so_1=no
9411 rm -f core conftest.err conftest.$ac_objext \
9412 conftest$ac_exeext conftest.$ac_ext
9413 CFLAGS=$ac_wine_try_cflags_saved
9415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__shared__Wl__h_confest_so_1" >&5
9416 $as_echo "$ac_cv_cflags__shared__Wl__h_confest_so_1" >&6; }
9417 if test "x$ac_cv_cflags__shared__Wl__h_confest_so_1" = xyes; then :
9418 LIBWINE_LDFLAGS="-shared -Wl,-h,libwine.so.$libwine_soversion"
9422 echo '{ global: *; };' >conftest.map
9423 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -shared -Wl,--version-script=conftest.map" >&5
9424 $as_echo_n "checking whether the compiler supports -shared -Wl,--version-script=conftest.map... " >&6; }
9425 if ${ac_cv_cflags__shared__Wl___version_script_conftest_map+:} false; then :
9426 $as_echo_n "(cached) " >&6
9427 else
9428 ac_wine_try_cflags_saved=$CFLAGS
9429 CFLAGS="$CFLAGS -shared -Wl,--version-script=conftest.map"
9430 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9431 /* end confdefs.h. */
9432 int main(int argc, char **argv) { return 0; }
9433 _ACEOF
9434 if ac_fn_c_try_link "$LINENO"; then :
9435 ac_cv_cflags__shared__Wl___version_script_conftest_map=yes
9436 else
9437 ac_cv_cflags__shared__Wl___version_script_conftest_map=no
9439 rm -f core conftest.err conftest.$ac_objext \
9440 conftest$ac_exeext conftest.$ac_ext
9441 CFLAGS=$ac_wine_try_cflags_saved
9443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__shared__Wl___version_script_conftest_map" >&5
9444 $as_echo "$ac_cv_cflags__shared__Wl___version_script_conftest_map" >&6; }
9445 if test "x$ac_cv_cflags__shared__Wl___version_script_conftest_map" = xyes; then :
9446 LIBWINE_LDFLAGS="$LIBWINE_LDFLAGS -Wl,--version-script=\$(srcdir)/wine.map"
9448 rm -f conftest.map
9450 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--export-dynamic" >&5
9451 $as_echo_n "checking whether the compiler supports -Wl,--export-dynamic... " >&6; }
9452 if ${ac_cv_cflags__Wl___export_dynamic+:} false; then :
9453 $as_echo_n "(cached) " >&6
9454 else
9455 ac_wine_try_cflags_saved=$CFLAGS
9456 CFLAGS="$CFLAGS -Wl,--export-dynamic"
9457 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9458 /* end confdefs.h. */
9459 int main(int argc, char **argv) { return 0; }
9460 _ACEOF
9461 if ac_fn_c_try_link "$LINENO"; then :
9462 ac_cv_cflags__Wl___export_dynamic=yes
9463 else
9464 ac_cv_cflags__Wl___export_dynamic=no
9466 rm -f core conftest.err conftest.$ac_objext \
9467 conftest$ac_exeext conftest.$ac_ext
9468 CFLAGS=$ac_wine_try_cflags_saved
9470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___export_dynamic" >&5
9471 $as_echo "$ac_cv_cflags__Wl___export_dynamic" >&6; }
9472 if test "x$ac_cv_cflags__Wl___export_dynamic" = xyes; then :
9473 WINELOADER_LDFLAGS="-Wl,--export-dynamic"
9475 WINEPRELOADER_LDFLAGS="-static -nostartfiles -nodefaultlibs -Wl,-Ttext=0x7d400000"
9477 case $host_cpu in
9478 *i[3456789]86* | x86_64 | *aarch64* | arm*)
9479 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000" >&5
9480 $as_echo_n "checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000... " >&6; }
9481 if ${ac_cv_cflags__Wl__Ttext_segment_0x7bc00000+:} false; then :
9482 $as_echo_n "(cached) " >&6
9483 else
9484 ac_wine_try_cflags_saved=$CFLAGS
9485 CFLAGS="$CFLAGS -Wl,-Ttext-segment=0x7bc00000"
9486 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9487 /* end confdefs.h. */
9488 int main(int argc, char **argv) { return 0; }
9489 _ACEOF
9490 if ac_fn_c_try_link "$LINENO"; then :
9491 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000=yes
9492 else
9493 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000=no
9495 rm -f core conftest.err conftest.$ac_objext \
9496 conftest$ac_exeext conftest.$ac_ext
9497 CFLAGS=$ac_wine_try_cflags_saved
9499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&5
9500 $as_echo "$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&6; }
9501 if test "x$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" = xyes; then :
9502 case $host_os in
9503 freebsd* | kfreebsd*-gnu) WINELOADER_LDFLAGS="$WINELOADER_LDFLAGS -Wl,-Ttext-segment=0x60000000" ;;
9504 *) WINELOADER_LDFLAGS="$WINELOADER_LDFLAGS -Wl,-Ttext-segment=0x7d000000" ;;
9505 esac
9506 else
9507 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7d000400" >&5
9508 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7d000400... " >&6; }
9509 if ${ac_cv_cflags__Wl___section_start__interp_0x7d000400+:} false; then :
9510 $as_echo_n "(cached) " >&6
9511 else
9512 ac_wine_try_cflags_saved=$CFLAGS
9513 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7d000400"
9514 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9515 /* end confdefs.h. */
9516 int main(int argc, char **argv) { return 0; }
9517 _ACEOF
9518 if ac_fn_c_try_link "$LINENO"; then :
9519 ac_cv_cflags__Wl___section_start__interp_0x7d000400=yes
9520 else
9521 ac_cv_cflags__Wl___section_start__interp_0x7d000400=no
9523 rm -f core conftest.err conftest.$ac_objext \
9524 conftest$ac_exeext conftest.$ac_ext
9525 CFLAGS=$ac_wine_try_cflags_saved
9527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7d000400" >&5
9528 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7d000400" >&6; }
9529 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7d000400" = xyes; then :
9530 case $host_os in
9531 freebsd* | kfreebsd*-gnu) WINELOADER_LDFLAGS="$WINELOADER_LDFLAGS -Wl,--section-start,.interp=0x60000400" ;;
9532 *) WINELOADER_LDFLAGS="$WINELOADER_LDFLAGS -Wl,--section-start,.interp=0x7d000400" ;;
9533 esac
9535 # Extract the first word of "prelink", so it can be a program name with args.
9536 set dummy prelink; ac_word=$2
9537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9538 $as_echo_n "checking for $ac_word... " >&6; }
9539 if ${ac_cv_path_PRELINK+:} false; then :
9540 $as_echo_n "(cached) " >&6
9541 else
9542 case $PRELINK in
9543 [\\/]* | ?:[\\/]*)
9544 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
9547 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9548 for as_dir in /sbin /usr/sbin $PATH
9550 IFS=$as_save_IFS
9551 test -z "$as_dir" && as_dir=.
9552 for ac_exec_ext in '' $ac_executable_extensions; do
9553 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9554 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
9555 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9556 break 2
9558 done
9559 done
9560 IFS=$as_save_IFS
9562 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
9564 esac
9566 PRELINK=$ac_cv_path_PRELINK
9567 if test -n "$PRELINK"; then
9568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
9569 $as_echo "$PRELINK" >&6; }
9570 else
9571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9572 $as_echo "no" >&6; }
9576 if test "x$PRELINK" = xfalse
9577 then
9578 as_fn_append wine_warnings "|prelink not found and linker does not support relocation, base address of core dlls won't be set correctly."
9581 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-z,max-page-size=0x1000" >&5
9582 $as_echo_n "checking whether the compiler supports -Wl,-z,max-page-size=0x1000... " >&6; }
9583 if ${ac_cv_cflags__Wl__z_max_page_size_0x1000+:} false; then :
9584 $as_echo_n "(cached) " >&6
9585 else
9586 ac_wine_try_cflags_saved=$CFLAGS
9587 CFLAGS="$CFLAGS -Wl,-z,max-page-size=0x1000"
9588 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9589 /* end confdefs.h. */
9590 int main(int argc, char **argv) { return 0; }
9591 _ACEOF
9592 if ac_fn_c_try_link "$LINENO"; then :
9593 ac_cv_cflags__Wl__z_max_page_size_0x1000=yes
9594 else
9595 ac_cv_cflags__Wl__z_max_page_size_0x1000=no
9597 rm -f core conftest.err conftest.$ac_objext \
9598 conftest$ac_exeext conftest.$ac_ext
9599 CFLAGS=$ac_wine_try_cflags_saved
9601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__z_max_page_size_0x1000" >&5
9602 $as_echo "$ac_cv_cflags__Wl__z_max_page_size_0x1000" >&6; }
9603 if test "x$ac_cv_cflags__Wl__z_max_page_size_0x1000" = xyes; then :
9604 WINELOADER_LDFLAGS="$WINELOADER_LDFLAGS -Wl,-z,max-page-size=0x1000"
9607 esac
9609 else
9610 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
9611 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
9612 if ${ac_cv_c_dll_unixware+:} false; then :
9613 $as_echo_n "(cached) " >&6
9614 else
9615 ac_wine_try_cflags_saved=$CFLAGS
9616 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9617 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9618 /* end confdefs.h. */
9619 void myfunc() {}
9620 _ACEOF
9621 if ac_fn_c_try_link "$LINENO"; then :
9622 ac_cv_cflags__fPIC__Wl__G__h_conftest_so_1_0__B_symbolic=yes
9623 else
9624 ac_cv_cflags__fPIC__Wl__G__h_conftest_so_1_0__B_symbolic=no
9626 rm -f core conftest.err conftest.$ac_objext \
9627 conftest$ac_exeext conftest.$ac_ext
9628 CFLAGS=$ac_wine_try_cflags_saved
9629 if test "x$ac_cv_cflags__fPIC__Wl__G__h_conftest_so_1_0__B_symbolic" = xyes; then :
9630 ac_cv_c_dll_unixware="yes"
9631 else
9632 ac_cv_c_dll_unixware="no"
9635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
9636 $as_echo "$ac_cv_c_dll_unixware" >&6; }
9637 if test "$ac_cv_c_dll_unixware" = "yes"
9638 then
9639 LIBWINE_LDFLAGS="-Wl,-G,-h,libwine.so.$libwine_soversion"
9642 LIBWINE_SHAREDLIB="libwine.so.$libwine_version"
9644 LIBWINE_DEPENDS="wine.map"
9646 TOP_INSTALL_LIB="$TOP_INSTALL_LIB libs/wine/libwine.so.$libwine_version libs/wine/libwine.so.$libwine_soversion"
9648 esac
9650 enable_winecoreaudio_drv=${enable_winecoreaudio_drv:-no}
9651 enable_wineqtdecoder=${enable_wineqtdecoder:-no}
9652 enable_wineandroid_drv=${enable_wineandroid_drv:-no}
9653 enable_winemac_drv=${enable_winemac_drv:-no}
9654 test "$ac_cv_header_linux_joystick_h" = "yes" -o "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes" || enable_winejoystick_drv=${enable_winejoystick_drv:-no}
9657 if test "x$with_mingw" != xno
9658 then
9659 case "x$with_mingw" in
9660 x|xyes) case "$host_cpu" in
9661 aarch64*)
9662 ac_prefix_list="aarch64-w64-mingw32-clang aarch64-w64-mingw32-gcc clang" ;;
9663 arm*)
9664 ac_prefix_list="armv7-w64-mingw32-clang armv7-w64-mingw32-gcc clang" ;;
9665 i[3456789]86*)
9666 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
9667 i686-w64-mingw32-clang i586-w64-mingw32-clang i486-w64-mingw32-clang i386-w64-mingw32-clang
9668 mingw32-gcc clang" ;;
9669 x86_64)
9670 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
9671 x86_64-w64-mingw32-clang amd64-w64-mingw32-clang clang" ;;
9673 ac_prefix_list="" ;;
9674 esac
9675 for ac_prog in $ac_prefix_list
9677 # Extract the first word of "$ac_prog", so it can be a program name with args.
9678 set dummy $ac_prog; ac_word=$2
9679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9680 $as_echo_n "checking for $ac_word... " >&6; }
9681 if ${ac_cv_prog_CROSSCC+:} false; then :
9682 $as_echo_n "(cached) " >&6
9683 else
9684 if test -n "$CROSSCC"; then
9685 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
9686 else
9687 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9688 for as_dir in $PATH
9690 IFS=$as_save_IFS
9691 test -z "$as_dir" && as_dir=.
9692 for ac_exec_ext in '' $ac_executable_extensions; do
9693 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9694 ac_cv_prog_CROSSCC="$ac_prog"
9695 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9696 break 2
9698 done
9699 done
9700 IFS=$as_save_IFS
9704 CROSSCC=$ac_cv_prog_CROSSCC
9705 if test -n "$CROSSCC"; then
9706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
9707 $as_echo "$CROSSCC" >&6; }
9708 else
9709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9710 $as_echo "no" >&6; }
9714 test -n "$CROSSCC" && break
9715 done
9716 test -n "$CROSSCC" || CROSSCC="false"
9718 *) CROSSCC=$with_mingw ;;
9719 esac
9720 if test "$CROSSCC" != "false"
9721 then
9722 ac_save_CC="$CC"
9723 saved_CFLAGS=$CFLAGS
9724 CROSSCFLAGS=${CROSSCFLAGS:-"-g -O2"}
9726 EXTRACROSSCFLAGS="-DWINE_CROSS_PE -Wall"
9730 CC="$CROSSCC"
9731 CFLAGS=$CROSSCFLAGS
9732 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CROSSCC works" >&5
9733 $as_echo_n "checking whether $CROSSCC works... " >&6; }
9734 if ${wine_cv_crosscc+:} false; then :
9735 $as_echo_n "(cached) " >&6
9736 else
9737 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9738 /* end confdefs.h. */
9741 main ()
9745 return 0;
9747 _ACEOF
9748 if ac_fn_c_try_compile "$LINENO"; then :
9749 wine_cv_crosscc=yes
9750 else
9751 wine_cv_crosscc=no
9753 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_crosscc" >&5
9756 $as_echo "$wine_cv_crosscc" >&6; }
9757 if test $wine_cv_crosscc = yes
9758 then
9759 set x $CROSSCC
9760 shift
9761 while test $# -ge 1
9763 case "$1" in
9764 *-gcc) CROSSTARGET=`expr "$1" : '\(.*\)-gcc'` ;;
9765 *-clang) CROSSTARGET=`expr "$1" : '\(.*\)-clang'` ;;
9766 esac
9767 shift
9768 done
9770 llvm_target=$CROSSTARGET
9771 llvm_cflags="-fuse-ld=lld"
9772 if test -z "$llvm_target"
9773 then
9774 case $host_cpu in
9775 *i[3456789]86*) llvm_target=i686-windows ;;
9776 *) llvm_target=$host_cpu-windows ;;
9777 esac
9779 case $llvm_target in
9780 *windows) llvm_cflags="$llvm_cflags -Wl,-subsystem:console" ;;
9781 esac
9782 as_ac_var=`$as_echo "ac_cv_crosscflags_-target $llvm_target $llvm_cflags" | $as_tr_sh`
9783 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -target $llvm_target $llvm_cflags" >&5
9784 $as_echo_n "checking whether the cross-compiler supports -target $llvm_target $llvm_cflags... " >&6; }
9785 if eval \${$as_ac_var+:} false; then :
9786 $as_echo_n "(cached) " >&6
9787 else
9788 ac_wine_try_cflags_saved=$CFLAGS
9789 ac_wine_try_cflags_saved_cc=$CC
9790 ac_wine_try_cflags_saved_exeext=$ac_exeext
9791 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -target $llvm_target $llvm_cflags"
9792 CC="$CROSSCC"
9793 ac_exeext=".exe"
9794 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9795 /* end confdefs.h. */
9796 int __cdecl mainCRTStartup(void) { return 0; }
9797 _ACEOF
9798 if ac_fn_c_try_link "$LINENO"; then :
9799 eval "$as_ac_var=yes"
9800 else
9801 eval "$as_ac_var=no"
9803 rm -f core conftest.err conftest.$ac_objext \
9804 conftest$ac_exeext conftest.$ac_ext
9805 CFLAGS=$ac_wine_try_cflags_saved
9806 CC=$ac_wine_try_cflags_saved_cc
9807 ac_exeext=$ac_wine_try_cflags_saved_exeext
9809 eval ac_res=\$$as_ac_var
9810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
9811 $as_echo "$ac_res" >&6; }
9812 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
9813 CROSSTARGET=$llvm_target
9814 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -target $CROSSTARGET"
9815 DELAYLOADFLAG="-Wl,-delayload,"
9817 CFLAGS="$CFLAGS $llvm_cflags"
9820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -fno-strict-aliasing" >&5
9821 $as_echo_n "checking whether the cross-compiler supports -fno-strict-aliasing... " >&6; }
9822 if ${ac_cv_crosscflags__fno_strict_aliasing+:} false; then :
9823 $as_echo_n "(cached) " >&6
9824 else
9825 ac_wine_try_cflags_saved=$CFLAGS
9826 ac_wine_try_cflags_saved_cc=$CC
9827 ac_wine_try_cflags_saved_exeext=$ac_exeext
9828 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -fno-strict-aliasing"
9829 CC="$CROSSCC"
9830 ac_exeext=".exe"
9831 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9832 /* end confdefs.h. */
9833 int __cdecl mainCRTStartup(void) { return 0; }
9834 _ACEOF
9835 if ac_fn_c_try_link "$LINENO"; then :
9836 ac_cv_crosscflags__fno_strict_aliasing=yes
9837 else
9838 ac_cv_crosscflags__fno_strict_aliasing=no
9840 rm -f core conftest.err conftest.$ac_objext \
9841 conftest$ac_exeext conftest.$ac_ext
9842 CFLAGS=$ac_wine_try_cflags_saved
9843 CC=$ac_wine_try_cflags_saved_cc
9844 ac_exeext=$ac_wine_try_cflags_saved_exeext
9846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__fno_strict_aliasing" >&5
9847 $as_echo "$ac_cv_crosscflags__fno_strict_aliasing" >&6; }
9848 if test "x$ac_cv_crosscflags__fno_strict_aliasing" = xyes; then :
9849 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -fno-strict-aliasing"
9851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Werror=unknown-warning-option" >&5
9852 $as_echo_n "checking whether the cross-compiler supports -Werror=unknown-warning-option... " >&6; }
9853 if ${ac_cv_crosscflags__Werror_unknown_warning_option+:} false; then :
9854 $as_echo_n "(cached) " >&6
9855 else
9856 ac_wine_try_cflags_saved=$CFLAGS
9857 ac_wine_try_cflags_saved_cc=$CC
9858 ac_wine_try_cflags_saved_exeext=$ac_exeext
9859 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Werror=unknown-warning-option"
9860 CC="$CROSSCC"
9861 ac_exeext=".exe"
9862 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9863 /* end confdefs.h. */
9864 int __cdecl mainCRTStartup(void) { return 0; }
9865 _ACEOF
9866 if ac_fn_c_try_link "$LINENO"; then :
9867 ac_cv_crosscflags__Werror_unknown_warning_option=yes
9868 else
9869 ac_cv_crosscflags__Werror_unknown_warning_option=no
9871 rm -f core conftest.err conftest.$ac_objext \
9872 conftest$ac_exeext conftest.$ac_ext
9873 CFLAGS=$ac_wine_try_cflags_saved
9874 CC=$ac_wine_try_cflags_saved_cc
9875 ac_exeext=$ac_wine_try_cflags_saved_exeext
9877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Werror_unknown_warning_option" >&5
9878 $as_echo "$ac_cv_crosscflags__Werror_unknown_warning_option" >&6; }
9879 if test "x$ac_cv_crosscflags__Werror_unknown_warning_option" = xyes; then :
9880 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
9882 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Werror=ignored-optimization-argument" >&5
9883 $as_echo_n "checking whether the cross-compiler supports -Werror=ignored-optimization-argument... " >&6; }
9884 if ${ac_cv_crosscflags__Werror_ignored_optimization_argument+:} false; then :
9885 $as_echo_n "(cached) " >&6
9886 else
9887 ac_wine_try_cflags_saved=$CFLAGS
9888 ac_wine_try_cflags_saved_cc=$CC
9889 ac_wine_try_cflags_saved_exeext=$ac_exeext
9890 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Werror=ignored-optimization-argument"
9891 CC="$CROSSCC"
9892 ac_exeext=".exe"
9893 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9894 /* end confdefs.h. */
9895 int __cdecl mainCRTStartup(void) { return 0; }
9896 _ACEOF
9897 if ac_fn_c_try_link "$LINENO"; then :
9898 ac_cv_crosscflags__Werror_ignored_optimization_argument=yes
9899 else
9900 ac_cv_crosscflags__Werror_ignored_optimization_argument=no
9902 rm -f core conftest.err conftest.$ac_objext \
9903 conftest$ac_exeext conftest.$ac_ext
9904 CFLAGS=$ac_wine_try_cflags_saved
9905 CC=$ac_wine_try_cflags_saved_cc
9906 ac_exeext=$ac_wine_try_cflags_saved_exeext
9908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Werror_ignored_optimization_argument" >&5
9909 $as_echo "$ac_cv_crosscflags__Werror_ignored_optimization_argument" >&6; }
9910 if test "x$ac_cv_crosscflags__Werror_ignored_optimization_argument" = xyes; then :
9911 CFLAGS="$CFLAGS -Werror=ignored-optimization-argument"
9913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wdeclaration-after-statement" >&5
9914 $as_echo_n "checking whether the cross-compiler supports -Wdeclaration-after-statement... " >&6; }
9915 if ${ac_cv_crosscflags__Wdeclaration_after_statement+:} false; then :
9916 $as_echo_n "(cached) " >&6
9917 else
9918 ac_wine_try_cflags_saved=$CFLAGS
9919 ac_wine_try_cflags_saved_cc=$CC
9920 ac_wine_try_cflags_saved_exeext=$ac_exeext
9921 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wdeclaration-after-statement"
9922 CC="$CROSSCC"
9923 ac_exeext=".exe"
9924 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9925 /* end confdefs.h. */
9926 int __cdecl mainCRTStartup(void) { return 0; }
9927 _ACEOF
9928 if ac_fn_c_try_link "$LINENO"; then :
9929 ac_cv_crosscflags__Wdeclaration_after_statement=yes
9930 else
9931 ac_cv_crosscflags__Wdeclaration_after_statement=no
9933 rm -f core conftest.err conftest.$ac_objext \
9934 conftest$ac_exeext conftest.$ac_ext
9935 CFLAGS=$ac_wine_try_cflags_saved
9936 CC=$ac_wine_try_cflags_saved_cc
9937 ac_exeext=$ac_wine_try_cflags_saved_exeext
9939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wdeclaration_after_statement" >&5
9940 $as_echo "$ac_cv_crosscflags__Wdeclaration_after_statement" >&6; }
9941 if test "x$ac_cv_crosscflags__Wdeclaration_after_statement" = xyes; then :
9942 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wdeclaration-after-statement"
9944 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wempty-body" >&5
9945 $as_echo_n "checking whether the cross-compiler supports -Wempty-body... " >&6; }
9946 if ${ac_cv_crosscflags__Wempty_body+:} false; then :
9947 $as_echo_n "(cached) " >&6
9948 else
9949 ac_wine_try_cflags_saved=$CFLAGS
9950 ac_wine_try_cflags_saved_cc=$CC
9951 ac_wine_try_cflags_saved_exeext=$ac_exeext
9952 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wempty-body"
9953 CC="$CROSSCC"
9954 ac_exeext=".exe"
9955 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9956 /* end confdefs.h. */
9957 int __cdecl mainCRTStartup(void) { return 0; }
9958 _ACEOF
9959 if ac_fn_c_try_link "$LINENO"; then :
9960 ac_cv_crosscflags__Wempty_body=yes
9961 else
9962 ac_cv_crosscflags__Wempty_body=no
9964 rm -f core conftest.err conftest.$ac_objext \
9965 conftest$ac_exeext conftest.$ac_ext
9966 CFLAGS=$ac_wine_try_cflags_saved
9967 CC=$ac_wine_try_cflags_saved_cc
9968 ac_exeext=$ac_wine_try_cflags_saved_exeext
9970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wempty_body" >&5
9971 $as_echo "$ac_cv_crosscflags__Wempty_body" >&6; }
9972 if test "x$ac_cv_crosscflags__Wempty_body" = xyes; then :
9973 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wempty-body"
9975 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wignored-qualifiers" >&5
9976 $as_echo_n "checking whether the cross-compiler supports -Wignored-qualifiers... " >&6; }
9977 if ${ac_cv_crosscflags__Wignored_qualifiers+:} false; then :
9978 $as_echo_n "(cached) " >&6
9979 else
9980 ac_wine_try_cflags_saved=$CFLAGS
9981 ac_wine_try_cflags_saved_cc=$CC
9982 ac_wine_try_cflags_saved_exeext=$ac_exeext
9983 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wignored-qualifiers"
9984 CC="$CROSSCC"
9985 ac_exeext=".exe"
9986 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9987 /* end confdefs.h. */
9988 int __cdecl mainCRTStartup(void) { return 0; }
9989 _ACEOF
9990 if ac_fn_c_try_link "$LINENO"; then :
9991 ac_cv_crosscflags__Wignored_qualifiers=yes
9992 else
9993 ac_cv_crosscflags__Wignored_qualifiers=no
9995 rm -f core conftest.err conftest.$ac_objext \
9996 conftest$ac_exeext conftest.$ac_ext
9997 CFLAGS=$ac_wine_try_cflags_saved
9998 CC=$ac_wine_try_cflags_saved_cc
9999 ac_exeext=$ac_wine_try_cflags_saved_exeext
10001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wignored_qualifiers" >&5
10002 $as_echo "$ac_cv_crosscflags__Wignored_qualifiers" >&6; }
10003 if test "x$ac_cv_crosscflags__Wignored_qualifiers" = xyes; then :
10004 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wignored-qualifiers"
10006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Winit-self" >&5
10007 $as_echo_n "checking whether the cross-compiler supports -Winit-self... " >&6; }
10008 if ${ac_cv_crosscflags__Winit_self+:} false; then :
10009 $as_echo_n "(cached) " >&6
10010 else
10011 ac_wine_try_cflags_saved=$CFLAGS
10012 ac_wine_try_cflags_saved_cc=$CC
10013 ac_wine_try_cflags_saved_exeext=$ac_exeext
10014 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Winit-self"
10015 CC="$CROSSCC"
10016 ac_exeext=".exe"
10017 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10018 /* end confdefs.h. */
10019 int __cdecl mainCRTStartup(void) { return 0; }
10020 _ACEOF
10021 if ac_fn_c_try_link "$LINENO"; then :
10022 ac_cv_crosscflags__Winit_self=yes
10023 else
10024 ac_cv_crosscflags__Winit_self=no
10026 rm -f core conftest.err conftest.$ac_objext \
10027 conftest$ac_exeext conftest.$ac_ext
10028 CFLAGS=$ac_wine_try_cflags_saved
10029 CC=$ac_wine_try_cflags_saved_cc
10030 ac_exeext=$ac_wine_try_cflags_saved_exeext
10032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Winit_self" >&5
10033 $as_echo "$ac_cv_crosscflags__Winit_self" >&6; }
10034 if test "x$ac_cv_crosscflags__Winit_self" = xyes; then :
10035 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Winit-self"
10037 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wpacked-not-aligned" >&5
10038 $as_echo_n "checking whether the cross-compiler supports -Wpacked-not-aligned... " >&6; }
10039 if ${ac_cv_crosscflags__Wpacked_not_aligned+:} false; then :
10040 $as_echo_n "(cached) " >&6
10041 else
10042 ac_wine_try_cflags_saved=$CFLAGS
10043 ac_wine_try_cflags_saved_cc=$CC
10044 ac_wine_try_cflags_saved_exeext=$ac_exeext
10045 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wpacked-not-aligned"
10046 CC="$CROSSCC"
10047 ac_exeext=".exe"
10048 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10049 /* end confdefs.h. */
10050 int __cdecl mainCRTStartup(void) { return 0; }
10051 _ACEOF
10052 if ac_fn_c_try_link "$LINENO"; then :
10053 ac_cv_crosscflags__Wpacked_not_aligned=yes
10054 else
10055 ac_cv_crosscflags__Wpacked_not_aligned=no
10057 rm -f core conftest.err conftest.$ac_objext \
10058 conftest$ac_exeext conftest.$ac_ext
10059 CFLAGS=$ac_wine_try_cflags_saved
10060 CC=$ac_wine_try_cflags_saved_cc
10061 ac_exeext=$ac_wine_try_cflags_saved_exeext
10063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wpacked_not_aligned" >&5
10064 $as_echo "$ac_cv_crosscflags__Wpacked_not_aligned" >&6; }
10065 if test "x$ac_cv_crosscflags__Wpacked_not_aligned" = xyes; then :
10066 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wno-packed-not-aligned"
10068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wpragma-pack" >&5
10069 $as_echo_n "checking whether the cross-compiler supports -Wpragma-pack... " >&6; }
10070 if ${ac_cv_crosscflags__Wpragma_pack+:} false; then :
10071 $as_echo_n "(cached) " >&6
10072 else
10073 ac_wine_try_cflags_saved=$CFLAGS
10074 ac_wine_try_cflags_saved_cc=$CC
10075 ac_wine_try_cflags_saved_exeext=$ac_exeext
10076 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wpragma-pack"
10077 CC="$CROSSCC"
10078 ac_exeext=".exe"
10079 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10080 /* end confdefs.h. */
10081 int __cdecl mainCRTStartup(void) { return 0; }
10082 _ACEOF
10083 if ac_fn_c_try_link "$LINENO"; then :
10084 ac_cv_crosscflags__Wpragma_pack=yes
10085 else
10086 ac_cv_crosscflags__Wpragma_pack=no
10088 rm -f core conftest.err conftest.$ac_objext \
10089 conftest$ac_exeext conftest.$ac_ext
10090 CFLAGS=$ac_wine_try_cflags_saved
10091 CC=$ac_wine_try_cflags_saved_cc
10092 ac_exeext=$ac_wine_try_cflags_saved_exeext
10094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wpragma_pack" >&5
10095 $as_echo "$ac_cv_crosscflags__Wpragma_pack" >&6; }
10096 if test "x$ac_cv_crosscflags__Wpragma_pack" = xyes; then :
10097 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wno-pragma-pack"
10099 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wshift-overflow=2" >&5
10100 $as_echo_n "checking whether the cross-compiler supports -Wshift-overflow=2... " >&6; }
10101 if ${ac_cv_crosscflags__Wshift_overflow_2+:} false; then :
10102 $as_echo_n "(cached) " >&6
10103 else
10104 ac_wine_try_cflags_saved=$CFLAGS
10105 ac_wine_try_cflags_saved_cc=$CC
10106 ac_wine_try_cflags_saved_exeext=$ac_exeext
10107 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wshift-overflow=2"
10108 CC="$CROSSCC"
10109 ac_exeext=".exe"
10110 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10111 /* end confdefs.h. */
10112 int __cdecl mainCRTStartup(void) { return 0; }
10113 _ACEOF
10114 if ac_fn_c_try_link "$LINENO"; then :
10115 ac_cv_crosscflags__Wshift_overflow_2=yes
10116 else
10117 ac_cv_crosscflags__Wshift_overflow_2=no
10119 rm -f core conftest.err conftest.$ac_objext \
10120 conftest$ac_exeext conftest.$ac_ext
10121 CFLAGS=$ac_wine_try_cflags_saved
10122 CC=$ac_wine_try_cflags_saved_cc
10123 ac_exeext=$ac_wine_try_cflags_saved_exeext
10125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wshift_overflow_2" >&5
10126 $as_echo "$ac_cv_crosscflags__Wshift_overflow_2" >&6; }
10127 if test "x$ac_cv_crosscflags__Wshift_overflow_2" = xyes; then :
10128 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wshift-overflow=2"
10130 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wstrict-prototypes" >&5
10131 $as_echo_n "checking whether the cross-compiler supports -Wstrict-prototypes... " >&6; }
10132 if ${ac_cv_crosscflags__Wstrict_prototypes+:} false; then :
10133 $as_echo_n "(cached) " >&6
10134 else
10135 ac_wine_try_cflags_saved=$CFLAGS
10136 ac_wine_try_cflags_saved_cc=$CC
10137 ac_wine_try_cflags_saved_exeext=$ac_exeext
10138 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wstrict-prototypes"
10139 CC="$CROSSCC"
10140 ac_exeext=".exe"
10141 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10142 /* end confdefs.h. */
10143 int __cdecl mainCRTStartup(void) { return 0; }
10144 _ACEOF
10145 if ac_fn_c_try_link "$LINENO"; then :
10146 ac_cv_crosscflags__Wstrict_prototypes=yes
10147 else
10148 ac_cv_crosscflags__Wstrict_prototypes=no
10150 rm -f core conftest.err conftest.$ac_objext \
10151 conftest$ac_exeext conftest.$ac_ext
10152 CFLAGS=$ac_wine_try_cflags_saved
10153 CC=$ac_wine_try_cflags_saved_cc
10154 ac_exeext=$ac_wine_try_cflags_saved_exeext
10156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wstrict_prototypes" >&5
10157 $as_echo "$ac_cv_crosscflags__Wstrict_prototypes" >&6; }
10158 if test "x$ac_cv_crosscflags__Wstrict_prototypes" = xyes; then :
10159 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wstrict-prototypes"
10161 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wtype-limits" >&5
10162 $as_echo_n "checking whether the cross-compiler supports -Wtype-limits... " >&6; }
10163 if ${ac_cv_crosscflags__Wtype_limits+:} false; then :
10164 $as_echo_n "(cached) " >&6
10165 else
10166 ac_wine_try_cflags_saved=$CFLAGS
10167 ac_wine_try_cflags_saved_cc=$CC
10168 ac_wine_try_cflags_saved_exeext=$ac_exeext
10169 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wtype-limits"
10170 CC="$CROSSCC"
10171 ac_exeext=".exe"
10172 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10173 /* end confdefs.h. */
10174 int __cdecl mainCRTStartup(void) { return 0; }
10175 _ACEOF
10176 if ac_fn_c_try_link "$LINENO"; then :
10177 ac_cv_crosscflags__Wtype_limits=yes
10178 else
10179 ac_cv_crosscflags__Wtype_limits=no
10181 rm -f core conftest.err conftest.$ac_objext \
10182 conftest$ac_exeext conftest.$ac_ext
10183 CFLAGS=$ac_wine_try_cflags_saved
10184 CC=$ac_wine_try_cflags_saved_cc
10185 ac_exeext=$ac_wine_try_cflags_saved_exeext
10187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wtype_limits" >&5
10188 $as_echo "$ac_cv_crosscflags__Wtype_limits" >&6; }
10189 if test "x$ac_cv_crosscflags__Wtype_limits" = xyes; then :
10190 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wtype-limits"
10192 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wunused-but-set-parameter" >&5
10193 $as_echo_n "checking whether the cross-compiler supports -Wunused-but-set-parameter... " >&6; }
10194 if ${ac_cv_crosscflags__Wunused_but_set_parameter+:} false; then :
10195 $as_echo_n "(cached) " >&6
10196 else
10197 ac_wine_try_cflags_saved=$CFLAGS
10198 ac_wine_try_cflags_saved_cc=$CC
10199 ac_wine_try_cflags_saved_exeext=$ac_exeext
10200 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wunused-but-set-parameter"
10201 CC="$CROSSCC"
10202 ac_exeext=".exe"
10203 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10204 /* end confdefs.h. */
10205 int __cdecl mainCRTStartup(void) { return 0; }
10206 _ACEOF
10207 if ac_fn_c_try_link "$LINENO"; then :
10208 ac_cv_crosscflags__Wunused_but_set_parameter=yes
10209 else
10210 ac_cv_crosscflags__Wunused_but_set_parameter=no
10212 rm -f core conftest.err conftest.$ac_objext \
10213 conftest$ac_exeext conftest.$ac_ext
10214 CFLAGS=$ac_wine_try_cflags_saved
10215 CC=$ac_wine_try_cflags_saved_cc
10216 ac_exeext=$ac_wine_try_cflags_saved_exeext
10218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wunused_but_set_parameter" >&5
10219 $as_echo "$ac_cv_crosscflags__Wunused_but_set_parameter" >&6; }
10220 if test "x$ac_cv_crosscflags__Wunused_but_set_parameter" = xyes; then :
10221 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wunused-but-set-parameter"
10223 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wvla" >&5
10224 $as_echo_n "checking whether the cross-compiler supports -Wvla... " >&6; }
10225 if ${ac_cv_crosscflags__Wvla+:} false; then :
10226 $as_echo_n "(cached) " >&6
10227 else
10228 ac_wine_try_cflags_saved=$CFLAGS
10229 ac_wine_try_cflags_saved_cc=$CC
10230 ac_wine_try_cflags_saved_exeext=$ac_exeext
10231 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wvla"
10232 CC="$CROSSCC"
10233 ac_exeext=".exe"
10234 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10235 /* end confdefs.h. */
10236 int __cdecl mainCRTStartup(void) { return 0; }
10237 _ACEOF
10238 if ac_fn_c_try_link "$LINENO"; then :
10239 ac_cv_crosscflags__Wvla=yes
10240 else
10241 ac_cv_crosscflags__Wvla=no
10243 rm -f core conftest.err conftest.$ac_objext \
10244 conftest$ac_exeext conftest.$ac_ext
10245 CFLAGS=$ac_wine_try_cflags_saved
10246 CC=$ac_wine_try_cflags_saved_cc
10247 ac_exeext=$ac_wine_try_cflags_saved_exeext
10249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wvla" >&5
10250 $as_echo "$ac_cv_crosscflags__Wvla" >&6; }
10251 if test "x$ac_cv_crosscflags__Wvla" = xyes; then :
10252 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wvla"
10254 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wwrite-strings" >&5
10255 $as_echo_n "checking whether the cross-compiler supports -Wwrite-strings... " >&6; }
10256 if ${ac_cv_crosscflags__Wwrite_strings+:} false; then :
10257 $as_echo_n "(cached) " >&6
10258 else
10259 ac_wine_try_cflags_saved=$CFLAGS
10260 ac_wine_try_cflags_saved_cc=$CC
10261 ac_wine_try_cflags_saved_exeext=$ac_exeext
10262 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wwrite-strings"
10263 CC="$CROSSCC"
10264 ac_exeext=".exe"
10265 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10266 /* end confdefs.h. */
10267 int __cdecl mainCRTStartup(void) { return 0; }
10268 _ACEOF
10269 if ac_fn_c_try_link "$LINENO"; then :
10270 ac_cv_crosscflags__Wwrite_strings=yes
10271 else
10272 ac_cv_crosscflags__Wwrite_strings=no
10274 rm -f core conftest.err conftest.$ac_objext \
10275 conftest$ac_exeext conftest.$ac_ext
10276 CFLAGS=$ac_wine_try_cflags_saved
10277 CC=$ac_wine_try_cflags_saved_cc
10278 ac_exeext=$ac_wine_try_cflags_saved_exeext
10280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wwrite_strings" >&5
10281 $as_echo "$ac_cv_crosscflags__Wwrite_strings" >&6; }
10282 if test "x$ac_cv_crosscflags__Wwrite_strings" = xyes; then :
10283 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wwrite-strings"
10285 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wpointer-arith" >&5
10286 $as_echo_n "checking whether the cross-compiler supports -Wpointer-arith... " >&6; }
10287 if ${ac_cv_crosscflags__Wpointer_arith+:} false; then :
10288 $as_echo_n "(cached) " >&6
10289 else
10290 ac_wine_try_cflags_saved=$CFLAGS
10291 ac_wine_try_cflags_saved_cc=$CC
10292 ac_wine_try_cflags_saved_exeext=$ac_exeext
10293 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wpointer-arith"
10294 CC="$CROSSCC"
10295 ac_exeext=".exe"
10296 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10297 /* end confdefs.h. */
10298 int __cdecl mainCRTStartup(void) { return 0; }
10299 _ACEOF
10300 if ac_fn_c_try_link "$LINENO"; then :
10301 ac_cv_crosscflags__Wpointer_arith=yes
10302 else
10303 ac_cv_crosscflags__Wpointer_arith=no
10305 rm -f core conftest.err conftest.$ac_objext \
10306 conftest$ac_exeext conftest.$ac_ext
10307 CFLAGS=$ac_wine_try_cflags_saved
10308 CC=$ac_wine_try_cflags_saved_cc
10309 ac_exeext=$ac_wine_try_cflags_saved_exeext
10311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wpointer_arith" >&5
10312 $as_echo "$ac_cv_crosscflags__Wpointer_arith" >&6; }
10313 if test "x$ac_cv_crosscflags__Wpointer_arith" = xyes; then :
10314 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wpointer-arith"
10316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wlogical-op" >&5
10317 $as_echo_n "checking whether the cross-compiler supports -Wlogical-op... " >&6; }
10318 if ${ac_cv_crosscflags__Wlogical_op+:} false; then :
10319 $as_echo_n "(cached) " >&6
10320 else
10321 ac_wine_try_cflags_saved=$CFLAGS
10322 ac_wine_try_cflags_saved_cc=$CC
10323 ac_wine_try_cflags_saved_exeext=$ac_exeext
10324 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wlogical-op"
10325 CC="$CROSSCC"
10326 ac_exeext=".exe"
10327 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10328 /* end confdefs.h. */
10329 int __cdecl mainCRTStartup(void) { return 0; }
10330 _ACEOF
10331 if ac_fn_c_try_link "$LINENO"; then :
10332 ac_cv_crosscflags__Wlogical_op=yes
10333 else
10334 ac_cv_crosscflags__Wlogical_op=no
10336 rm -f core conftest.err conftest.$ac_objext \
10337 conftest$ac_exeext conftest.$ac_ext
10338 CFLAGS=$ac_wine_try_cflags_saved
10339 CC=$ac_wine_try_cflags_saved_cc
10340 ac_exeext=$ac_wine_try_cflags_saved_exeext
10342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wlogical_op" >&5
10343 $as_echo "$ac_cv_crosscflags__Wlogical_op" >&6; }
10344 if test "x$ac_cv_crosscflags__Wlogical_op" = xyes; then :
10345 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wlogical-op"
10347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wabsolute-value" >&5
10348 $as_echo_n "checking whether the cross-compiler supports -Wabsolute-value... " >&6; }
10349 if ${ac_cv_crosscflags__Wabsolute_value+:} false; then :
10350 $as_echo_n "(cached) " >&6
10351 else
10352 ac_wine_try_cflags_saved=$CFLAGS
10353 ac_wine_try_cflags_saved_cc=$CC
10354 ac_wine_try_cflags_saved_exeext=$ac_exeext
10355 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wabsolute-value"
10356 CC="$CROSSCC"
10357 ac_exeext=".exe"
10358 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10359 /* end confdefs.h. */
10360 int __cdecl mainCRTStartup(void) { return 0; }
10361 _ACEOF
10362 if ac_fn_c_try_link "$LINENO"; then :
10363 ac_cv_crosscflags__Wabsolute_value=yes
10364 else
10365 ac_cv_crosscflags__Wabsolute_value=no
10367 rm -f core conftest.err conftest.$ac_objext \
10368 conftest$ac_exeext conftest.$ac_ext
10369 CFLAGS=$ac_wine_try_cflags_saved
10370 CC=$ac_wine_try_cflags_saved_cc
10371 ac_exeext=$ac_wine_try_cflags_saved_exeext
10373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wabsolute_value" >&5
10374 $as_echo "$ac_cv_crosscflags__Wabsolute_value" >&6; }
10375 if test "x$ac_cv_crosscflags__Wabsolute_value" = xyes; then :
10376 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wabsolute-value"
10379 case $host_cpu in
10380 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -fno-omit-frame-pointer" >&5
10381 $as_echo_n "checking whether the cross-compiler supports -fno-omit-frame-pointer... " >&6; }
10382 if ${ac_cv_crosscflags__fno_omit_frame_pointer+:} false; then :
10383 $as_echo_n "(cached) " >&6
10384 else
10385 ac_wine_try_cflags_saved=$CFLAGS
10386 ac_wine_try_cflags_saved_cc=$CC
10387 ac_wine_try_cflags_saved_exeext=$ac_exeext
10388 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -fno-omit-frame-pointer"
10389 CC="$CROSSCC"
10390 ac_exeext=".exe"
10391 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10392 /* end confdefs.h. */
10393 int __cdecl mainCRTStartup(void) { return 0; }
10394 _ACEOF
10395 if ac_fn_c_try_link "$LINENO"; then :
10396 ac_cv_crosscflags__fno_omit_frame_pointer=yes
10397 else
10398 ac_cv_crosscflags__fno_omit_frame_pointer=no
10400 rm -f core conftest.err conftest.$ac_objext \
10401 conftest$ac_exeext conftest.$ac_ext
10402 CFLAGS=$ac_wine_try_cflags_saved
10403 CC=$ac_wine_try_cflags_saved_cc
10404 ac_exeext=$ac_wine_try_cflags_saved_exeext
10406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__fno_omit_frame_pointer" >&5
10407 $as_echo "$ac_cv_crosscflags__fno_omit_frame_pointer" >&6; }
10408 if test "x$ac_cv_crosscflags__fno_omit_frame_pointer" = xyes; then :
10409 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -fno-omit-frame-pointer"
10410 fi ;;
10411 x86_64) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wno-format" >&5
10412 $as_echo_n "checking whether the cross-compiler supports -Wno-format... " >&6; }
10413 if ${ac_cv_crosscflags__Wno_format+:} false; then :
10414 $as_echo_n "(cached) " >&6
10415 else
10416 ac_wine_try_cflags_saved=$CFLAGS
10417 ac_wine_try_cflags_saved_cc=$CC
10418 ac_wine_try_cflags_saved_exeext=$ac_exeext
10419 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wno-format"
10420 CC="$CROSSCC"
10421 ac_exeext=".exe"
10422 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10423 /* end confdefs.h. */
10424 int __cdecl mainCRTStartup(void) { return 0; }
10425 _ACEOF
10426 if ac_fn_c_try_link "$LINENO"; then :
10427 ac_cv_crosscflags__Wno_format=yes
10428 else
10429 ac_cv_crosscflags__Wno_format=no
10431 rm -f core conftest.err conftest.$ac_objext \
10432 conftest$ac_exeext conftest.$ac_ext
10433 CFLAGS=$ac_wine_try_cflags_saved
10434 CC=$ac_wine_try_cflags_saved_cc
10435 ac_exeext=$ac_wine_try_cflags_saved_exeext
10437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wno_format" >&5
10438 $as_echo "$ac_cv_crosscflags__Wno_format" >&6; }
10439 if test "x$ac_cv_crosscflags__Wno_format" = xyes; then :
10440 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wno-format"
10442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wformat-overflow" >&5
10443 $as_echo_n "checking whether the cross-compiler supports -Wformat-overflow... " >&6; }
10444 if ${ac_cv_crosscflags__Wformat_overflow+:} false; then :
10445 $as_echo_n "(cached) " >&6
10446 else
10447 ac_wine_try_cflags_saved=$CFLAGS
10448 ac_wine_try_cflags_saved_cc=$CC
10449 ac_wine_try_cflags_saved_exeext=$ac_exeext
10450 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wformat-overflow"
10451 CC="$CROSSCC"
10452 ac_exeext=".exe"
10453 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10454 /* end confdefs.h. */
10455 int __cdecl mainCRTStartup(void) { return 0; }
10456 _ACEOF
10457 if ac_fn_c_try_link "$LINENO"; then :
10458 ac_cv_crosscflags__Wformat_overflow=yes
10459 else
10460 ac_cv_crosscflags__Wformat_overflow=no
10462 rm -f core conftest.err conftest.$ac_objext \
10463 conftest$ac_exeext conftest.$ac_ext
10464 CFLAGS=$ac_wine_try_cflags_saved
10465 CC=$ac_wine_try_cflags_saved_cc
10466 ac_exeext=$ac_wine_try_cflags_saved_exeext
10468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wformat_overflow" >&5
10469 $as_echo "$ac_cv_crosscflags__Wformat_overflow" >&6; }
10470 if test "x$ac_cv_crosscflags__Wformat_overflow" = xyes; then :
10471 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wformat-overflow"
10473 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wnonnull" >&5
10474 $as_echo_n "checking whether the cross-compiler supports -Wnonnull... " >&6; }
10475 if ${ac_cv_crosscflags__Wnonnull+:} false; then :
10476 $as_echo_n "(cached) " >&6
10477 else
10478 ac_wine_try_cflags_saved=$CFLAGS
10479 ac_wine_try_cflags_saved_cc=$CC
10480 ac_wine_try_cflags_saved_exeext=$ac_exeext
10481 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wnonnull"
10482 CC="$CROSSCC"
10483 ac_exeext=".exe"
10484 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10485 /* end confdefs.h. */
10486 int __cdecl mainCRTStartup(void) { return 0; }
10487 _ACEOF
10488 if ac_fn_c_try_link "$LINENO"; then :
10489 ac_cv_crosscflags__Wnonnull=yes
10490 else
10491 ac_cv_crosscflags__Wnonnull=no
10493 rm -f core conftest.err conftest.$ac_objext \
10494 conftest$ac_exeext conftest.$ac_ext
10495 CFLAGS=$ac_wine_try_cflags_saved
10496 CC=$ac_wine_try_cflags_saved_cc
10497 ac_exeext=$ac_wine_try_cflags_saved_exeext
10499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wnonnull" >&5
10500 $as_echo "$ac_cv_crosscflags__Wnonnull" >&6; }
10501 if test "x$ac_cv_crosscflags__Wnonnull" = xyes; then :
10502 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wnonnull"
10504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -mcx16" >&5
10505 $as_echo_n "checking whether the cross-compiler supports -mcx16... " >&6; }
10506 if ${ac_cv_crosscflags__mcx16+:} 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 -mcx16"
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__mcx16=yes
10521 else
10522 ac_cv_crosscflags__mcx16=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__mcx16" >&5
10531 $as_echo "$ac_cv_crosscflags__mcx16" >&6; }
10532 if test "x$ac_cv_crosscflags__mcx16" = xyes; then :
10533 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -mcx16"
10534 fi ;;
10535 aarch64) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wno-format" >&5
10536 $as_echo_n "checking whether the cross-compiler supports -Wno-format... " >&6; }
10537 if ${ac_cv_crosscflags__Wno_format+:} false; then :
10538 $as_echo_n "(cached) " >&6
10539 else
10540 ac_wine_try_cflags_saved=$CFLAGS
10541 ac_wine_try_cflags_saved_cc=$CC
10542 ac_wine_try_cflags_saved_exeext=$ac_exeext
10543 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wno-format"
10544 CC="$CROSSCC"
10545 ac_exeext=".exe"
10546 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10547 /* end confdefs.h. */
10548 int __cdecl mainCRTStartup(void) { return 0; }
10549 _ACEOF
10550 if ac_fn_c_try_link "$LINENO"; then :
10551 ac_cv_crosscflags__Wno_format=yes
10552 else
10553 ac_cv_crosscflags__Wno_format=no
10555 rm -f core conftest.err conftest.$ac_objext \
10556 conftest$ac_exeext conftest.$ac_ext
10557 CFLAGS=$ac_wine_try_cflags_saved
10558 CC=$ac_wine_try_cflags_saved_cc
10559 ac_exeext=$ac_wine_try_cflags_saved_exeext
10561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wno_format" >&5
10562 $as_echo "$ac_cv_crosscflags__Wno_format" >&6; }
10563 if test "x$ac_cv_crosscflags__Wno_format" = xyes; then :
10564 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wno-format"
10565 fi ;;
10566 esac
10569 if test -z "$CROSSDEBUG"
10570 then
10571 for ac_flag in $CROSSCFLAGS; do
10572 case $ac_flag in
10573 -gdwarf*) CROSSDEBUG=dwarf ;;
10574 -gcodeview) CROSSDEBUG=pdb ;;
10575 -g) CROSSDEBUG=${CROSSDEBUG:-dwarf} ;;
10576 esac
10577 done
10579 case $CROSSDEBUG in
10580 *dwarf) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -gdwarf-2" >&5
10581 $as_echo_n "checking whether the cross-compiler supports -gdwarf-2... " >&6; }
10582 if ${ac_cv_crosscflags__gdwarf_2+:} false; then :
10583 $as_echo_n "(cached) " >&6
10584 else
10585 ac_wine_try_cflags_saved=$CFLAGS
10586 ac_wine_try_cflags_saved_cc=$CC
10587 ac_wine_try_cflags_saved_exeext=$ac_exeext
10588 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -gdwarf-2"
10589 CC="$CROSSCC"
10590 ac_exeext=".exe"
10591 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10592 /* end confdefs.h. */
10593 int __cdecl mainCRTStartup(void) { return 0; }
10594 _ACEOF
10595 if ac_fn_c_try_link "$LINENO"; then :
10596 ac_cv_crosscflags__gdwarf_2=yes
10597 else
10598 ac_cv_crosscflags__gdwarf_2=no
10600 rm -f core conftest.err conftest.$ac_objext \
10601 conftest$ac_exeext conftest.$ac_ext
10602 CFLAGS=$ac_wine_try_cflags_saved
10603 CC=$ac_wine_try_cflags_saved_cc
10604 ac_exeext=$ac_wine_try_cflags_saved_exeext
10606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__gdwarf_2" >&5
10607 $as_echo "$ac_cv_crosscflags__gdwarf_2" >&6; }
10608 if test "x$ac_cv_crosscflags__gdwarf_2" = xyes; then :
10609 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -gdwarf-2"
10611 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -gstrict-dwarf" >&5
10612 $as_echo_n "checking whether the cross-compiler supports -gstrict-dwarf... " >&6; }
10613 if ${ac_cv_crosscflags__gstrict_dwarf+:} false; then :
10614 $as_echo_n "(cached) " >&6
10615 else
10616 ac_wine_try_cflags_saved=$CFLAGS
10617 ac_wine_try_cflags_saved_cc=$CC
10618 ac_wine_try_cflags_saved_exeext=$ac_exeext
10619 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -gstrict-dwarf"
10620 CC="$CROSSCC"
10621 ac_exeext=".exe"
10622 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10623 /* end confdefs.h. */
10624 int __cdecl mainCRTStartup(void) { return 0; }
10625 _ACEOF
10626 if ac_fn_c_try_link "$LINENO"; then :
10627 ac_cv_crosscflags__gstrict_dwarf=yes
10628 else
10629 ac_cv_crosscflags__gstrict_dwarf=no
10631 rm -f core conftest.err conftest.$ac_objext \
10632 conftest$ac_exeext conftest.$ac_ext
10633 CFLAGS=$ac_wine_try_cflags_saved
10634 CC=$ac_wine_try_cflags_saved_cc
10635 ac_exeext=$ac_wine_try_cflags_saved_exeext
10637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__gstrict_dwarf" >&5
10638 $as_echo "$ac_cv_crosscflags__gstrict_dwarf" >&6; }
10639 if test "x$ac_cv_crosscflags__gstrict_dwarf" = xyes; then :
10640 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -gstrict-dwarf"
10641 fi ;;
10642 pdb) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -gcodeview" >&5
10643 $as_echo_n "checking whether the cross-compiler supports -gcodeview... " >&6; }
10644 if ${ac_cv_crosscflags__gcodeview+:} false; then :
10645 $as_echo_n "(cached) " >&6
10646 else
10647 ac_wine_try_cflags_saved=$CFLAGS
10648 ac_wine_try_cflags_saved_cc=$CC
10649 ac_wine_try_cflags_saved_exeext=$ac_exeext
10650 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -gcodeview"
10651 CC="$CROSSCC"
10652 ac_exeext=".exe"
10653 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10654 /* end confdefs.h. */
10655 int __cdecl mainCRTStartup(void) { return 0; }
10656 _ACEOF
10657 if ac_fn_c_try_link "$LINENO"; then :
10658 ac_cv_crosscflags__gcodeview=yes
10659 else
10660 ac_cv_crosscflags__gcodeview=no
10662 rm -f core conftest.err conftest.$ac_objext \
10663 conftest$ac_exeext conftest.$ac_ext
10664 CFLAGS=$ac_wine_try_cflags_saved
10665 CC=$ac_wine_try_cflags_saved_cc
10666 ac_exeext=$ac_wine_try_cflags_saved_exeext
10668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__gcodeview" >&5
10669 $as_echo "$ac_cv_crosscflags__gcodeview" >&6; }
10670 if test "x$ac_cv_crosscflags__gcodeview" = xyes; then :
10671 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -gcodeview"
10672 fi ;;
10673 esac
10675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -fexcess-precision=standard" >&5
10676 $as_echo_n "checking whether the cross-compiler supports -fexcess-precision=standard... " >&6; }
10677 if ${ac_cv_crosscflags__fexcess_precision_standard+:} false; then :
10678 $as_echo_n "(cached) " >&6
10679 else
10680 ac_wine_try_cflags_saved=$CFLAGS
10681 ac_wine_try_cflags_saved_cc=$CC
10682 ac_wine_try_cflags_saved_exeext=$ac_exeext
10683 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -fexcess-precision=standard"
10684 CC="$CROSSCC"
10685 ac_exeext=".exe"
10686 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10687 /* end confdefs.h. */
10688 int __cdecl mainCRTStartup(void) { return 0; }
10689 _ACEOF
10690 if ac_fn_c_try_link "$LINENO"; then :
10691 ac_cv_crosscflags__fexcess_precision_standard=yes
10692 else
10693 ac_cv_crosscflags__fexcess_precision_standard=no
10695 rm -f core conftest.err conftest.$ac_objext \
10696 conftest$ac_exeext conftest.$ac_ext
10697 CFLAGS=$ac_wine_try_cflags_saved
10698 CC=$ac_wine_try_cflags_saved_cc
10699 ac_exeext=$ac_wine_try_cflags_saved_exeext
10701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__fexcess_precision_standard" >&5
10702 $as_echo "$ac_cv_crosscflags__fexcess_precision_standard" >&6; }
10703 if test "x$ac_cv_crosscflags__fexcess_precision_standard" = xyes; then :
10704 EXCESS_PRECISION_CFLAGS="-fexcess-precision=standard"
10708 if test "x$enable_werror" = "xyes"
10709 then
10710 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Werror" >&5
10711 $as_echo_n "checking whether the cross-compiler supports -Werror... " >&6; }
10712 if ${ac_cv_crosscflags__Werror+:} false; then :
10713 $as_echo_n "(cached) " >&6
10714 else
10715 ac_wine_try_cflags_saved=$CFLAGS
10716 ac_wine_try_cflags_saved_cc=$CC
10717 ac_wine_try_cflags_saved_exeext=$ac_exeext
10718 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Werror"
10719 CC="$CROSSCC"
10720 ac_exeext=".exe"
10721 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10722 /* end confdefs.h. */
10723 int __cdecl mainCRTStartup(void) { return 0; }
10724 _ACEOF
10725 if ac_fn_c_try_link "$LINENO"; then :
10726 ac_cv_crosscflags__Werror=yes
10727 else
10728 ac_cv_crosscflags__Werror=no
10730 rm -f core conftest.err conftest.$ac_objext \
10731 conftest$ac_exeext conftest.$ac_ext
10732 CFLAGS=$ac_wine_try_cflags_saved
10733 CC=$ac_wine_try_cflags_saved_cc
10734 ac_exeext=$ac_wine_try_cflags_saved_exeext
10736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Werror" >&5
10737 $as_echo "$ac_cv_crosscflags__Werror" >&6; }
10738 if test "x$ac_cv_crosscflags__Werror" = xyes; then :
10739 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Werror"
10742 if test "x$enable_build_id" = "xyes"
10743 then
10744 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wl,--build-id" >&5
10745 $as_echo_n "checking whether the cross-compiler supports -Wl,--build-id... " >&6; }
10746 if ${ac_cv_crosscflags__Wl___build_id+:} false; then :
10747 $as_echo_n "(cached) " >&6
10748 else
10749 ac_wine_try_cflags_saved=$CFLAGS
10750 ac_wine_try_cflags_saved_cc=$CC
10751 ac_wine_try_cflags_saved_exeext=$ac_exeext
10752 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wl,--build-id"
10753 CC="$CROSSCC"
10754 ac_exeext=".exe"
10755 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10756 /* end confdefs.h. */
10757 int __cdecl mainCRTStartup(void) { return 0; }
10758 _ACEOF
10759 if ac_fn_c_try_link "$LINENO"; then :
10760 ac_cv_crosscflags__Wl___build_id=yes
10761 else
10762 ac_cv_crosscflags__Wl___build_id=no
10764 rm -f core conftest.err conftest.$ac_objext \
10765 conftest$ac_exeext conftest.$ac_ext
10766 CFLAGS=$ac_wine_try_cflags_saved
10767 CC=$ac_wine_try_cflags_saved_cc
10768 ac_exeext=$ac_wine_try_cflags_saved_exeext
10770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wl___build_id" >&5
10771 $as_echo "$ac_cv_crosscflags__Wl___build_id" >&6; }
10772 if test "x$ac_cv_crosscflags__Wl___build_id" = xyes; then :
10773 CROSSCFLAGS="$CROSSCFLAGS -Wl,--build-id"
10774 CROSSLDFLAGS="$CROSSLDFLAGS -Wl,--build-id"
10778 CFLAGS=$saved_CFLAGS
10779 CC="$ac_save_CC"
10782 if test "x$CROSSTARGET" = "x"; then :
10783 case "x$with_mingw" in
10784 x) as_fn_append wine_notices "|MinGW compiler not found, cross-compiling PE files won't be supported." ;;
10785 xno) ;;
10786 *) as_fn_error $? "MinGW compiler not found, cross-compiling PE files won't be supported.
10787 This is an error since --with-mingw was requested." "$LINENO" 5 ;;
10788 esac
10793 if test "$ac_cv_header_pthread_h" = "yes"
10794 then
10795 ac_fn_c_check_func "$LINENO" "pthread_create" "ac_cv_func_pthread_create"
10796 if test "x$ac_cv_func_pthread_create" = xyes; then :
10798 else
10799 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
10800 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
10801 if ${ac_cv_lib_pthread_pthread_create+:} false; then :
10802 $as_echo_n "(cached) " >&6
10803 else
10804 ac_check_lib_save_LIBS=$LIBS
10805 LIBS="-lpthread $LIBS"
10806 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10807 /* end confdefs.h. */
10809 /* Override any GCC internal prototype to avoid an error.
10810 Use char because int might match the return type of a GCC
10811 builtin and then its argument prototype would still apply. */
10812 #ifdef __cplusplus
10813 extern "C"
10814 #endif
10815 char pthread_create ();
10817 main ()
10819 return pthread_create ();
10821 return 0;
10823 _ACEOF
10824 if ac_fn_c_try_link "$LINENO"; then :
10825 ac_cv_lib_pthread_pthread_create=yes
10826 else
10827 ac_cv_lib_pthread_pthread_create=no
10829 rm -f core conftest.err conftest.$ac_objext \
10830 conftest$ac_exeext conftest.$ac_ext
10831 LIBS=$ac_check_lib_save_LIBS
10833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
10834 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
10835 if test "x$ac_cv_lib_pthread_pthread_create" = xyes; then :
10836 PTHREAD_LIBS="-lpthread"
10843 if test "x$ac_cv_func_pthread_create" != xyes -a "x$PTHREAD_LIBS" = x; then :
10844 case "x$with_pthread" in
10845 xno) ;;
10846 *) as_fn_error $? "pthread ${notice_platform}development files not found.
10847 Wine cannot support threads without libpthread.
10848 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
10849 esac
10854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
10855 $as_echo_n "checking for X... " >&6; }
10858 # Check whether --with-x was given.
10859 if test "${with_x+set}" = set; then :
10860 withval=$with_x;
10863 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
10864 if test "x$with_x" = xno; then
10865 # The user explicitly disabled X.
10866 have_x=disabled
10867 else
10868 case $x_includes,$x_libraries in #(
10869 *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #(
10870 *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then :
10871 $as_echo_n "(cached) " >&6
10872 else
10873 # One or both of the vars are not set, and there is no cached value.
10874 ac_x_includes=no ac_x_libraries=no
10875 rm -f -r conftest.dir
10876 if mkdir conftest.dir; then
10877 cd conftest.dir
10878 cat >Imakefile <<'_ACEOF'
10879 incroot:
10880 @echo incroot='${INCROOT}'
10881 usrlibdir:
10882 @echo usrlibdir='${USRLIBDIR}'
10883 libdir:
10884 @echo libdir='${LIBDIR}'
10885 _ACEOF
10886 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
10887 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
10888 for ac_var in incroot usrlibdir libdir; do
10889 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
10890 done
10891 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
10892 for ac_extension in a so sl dylib la dll; do
10893 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
10894 test -f "$ac_im_libdir/libX11.$ac_extension"; then
10895 ac_im_usrlibdir=$ac_im_libdir; break
10897 done
10898 # Screen out bogus values from the imake configuration. They are
10899 # bogus both because they are the default anyway, and because
10900 # using them would break gcc on systems where it needs fixed includes.
10901 case $ac_im_incroot in
10902 /usr/include) ac_x_includes= ;;
10903 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
10904 esac
10905 case $ac_im_usrlibdir in
10906 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
10907 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
10908 esac
10910 cd ..
10911 rm -f -r conftest.dir
10914 # Standard set of common directories for X headers.
10915 # Check X11 before X11Rn because it is often a symlink to the current release.
10916 ac_x_header_dirs='
10917 /usr/X11/include
10918 /usr/X11R7/include
10919 /usr/X11R6/include
10920 /usr/X11R5/include
10921 /usr/X11R4/include
10923 /usr/include/X11
10924 /usr/include/X11R7
10925 /usr/include/X11R6
10926 /usr/include/X11R5
10927 /usr/include/X11R4
10929 /usr/local/X11/include
10930 /usr/local/X11R7/include
10931 /usr/local/X11R6/include
10932 /usr/local/X11R5/include
10933 /usr/local/X11R4/include
10935 /usr/local/include/X11
10936 /usr/local/include/X11R7
10937 /usr/local/include/X11R6
10938 /usr/local/include/X11R5
10939 /usr/local/include/X11R4
10941 /usr/X386/include
10942 /usr/x386/include
10943 /usr/XFree86/include/X11
10945 /usr/include
10946 /usr/local/include
10947 /usr/unsupported/include
10948 /usr/athena/include
10949 /usr/local/x11r5/include
10950 /usr/lpp/Xamples/include
10952 /usr/openwin/include
10953 /usr/openwin/share/include'
10955 if test "$ac_x_includes" = no; then
10956 # Guess where to find include files, by looking for Xlib.h.
10957 # First, try using that file with no special directory specified.
10958 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10959 /* end confdefs.h. */
10960 #include <X11/Xlib.h>
10961 _ACEOF
10962 if ac_fn_c_try_cpp "$LINENO"; then :
10963 # We can compile using X headers with no special include directory.
10964 ac_x_includes=
10965 else
10966 for ac_dir in $ac_x_header_dirs; do
10967 if test -r "$ac_dir/X11/Xlib.h"; then
10968 ac_x_includes=$ac_dir
10969 break
10971 done
10973 rm -f conftest.err conftest.i conftest.$ac_ext
10974 fi # $ac_x_includes = no
10976 if test "$ac_x_libraries" = no; then
10977 # Check for the libraries.
10978 # See if we find them without any special options.
10979 # Don't add to $LIBS permanently.
10980 ac_save_LIBS=$LIBS
10981 LIBS="-lX11 $LIBS"
10982 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10983 /* end confdefs.h. */
10984 #include <X11/Xlib.h>
10986 main ()
10988 XrmInitialize ()
10990 return 0;
10992 _ACEOF
10993 if ac_fn_c_try_link "$LINENO"; then :
10994 LIBS=$ac_save_LIBS
10995 # We can link X programs with no special library path.
10996 ac_x_libraries=
10997 else
10998 LIBS=$ac_save_LIBS
10999 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
11001 # Don't even attempt the hair of trying to link an X program!
11002 for ac_extension in a so sl dylib la dll; do
11003 if test -r "$ac_dir/libX11.$ac_extension"; then
11004 ac_x_libraries=$ac_dir
11005 break 2
11007 done
11008 done
11010 rm -f core conftest.err conftest.$ac_objext \
11011 conftest$ac_exeext conftest.$ac_ext
11012 fi # $ac_x_libraries = no
11014 case $ac_x_includes,$ac_x_libraries in #(
11015 no,* | *,no | *\'*)
11016 # Didn't find X, or a directory has "'" in its name.
11017 ac_cv_have_x="have_x=no";; #(
11019 # Record where we found X for the cache.
11020 ac_cv_have_x="have_x=yes\
11021 ac_x_includes='$ac_x_includes'\
11022 ac_x_libraries='$ac_x_libraries'"
11023 esac
11025 ;; #(
11026 *) have_x=yes;;
11027 esac
11028 eval "$ac_cv_have_x"
11029 fi # $with_x != no
11031 if test "$have_x" != yes; then
11032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
11033 $as_echo "$have_x" >&6; }
11034 no_x=yes
11035 else
11036 # If each of the values was on the command line, it overrides each guess.
11037 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
11038 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
11039 # Update the cache value to reflect the command line values.
11040 ac_cv_have_x="have_x=yes\
11041 ac_x_includes='$x_includes'\
11042 ac_x_libraries='$x_libraries'"
11043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
11044 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
11047 if test "$no_x" = yes; then
11048 # Not all programs may use this symbol, but it does not hurt to define it.
11050 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
11052 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
11053 else
11054 if test -n "$x_includes"; then
11055 X_CFLAGS="$X_CFLAGS -I$x_includes"
11058 # It would also be nice to do this for all -L options, not just this one.
11059 if test -n "$x_libraries"; then
11060 X_LIBS="$X_LIBS -L$x_libraries"
11061 # For Solaris; some versions of Sun CC require a space after -R and
11062 # others require no space. Words are not sufficient . . . .
11063 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
11064 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
11065 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
11066 ac_xsave_c_werror_flag=$ac_c_werror_flag
11067 ac_c_werror_flag=yes
11068 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11069 /* end confdefs.h. */
11072 main ()
11076 return 0;
11078 _ACEOF
11079 if ac_fn_c_try_link "$LINENO"; then :
11080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11081 $as_echo "no" >&6; }
11082 X_LIBS="$X_LIBS -R$x_libraries"
11083 else
11084 LIBS="$ac_xsave_LIBS -R $x_libraries"
11085 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11086 /* end confdefs.h. */
11089 main ()
11093 return 0;
11095 _ACEOF
11096 if ac_fn_c_try_link "$LINENO"; then :
11097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11098 $as_echo "yes" >&6; }
11099 X_LIBS="$X_LIBS -R $x_libraries"
11100 else
11101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
11102 $as_echo "neither works" >&6; }
11104 rm -f core conftest.err conftest.$ac_objext \
11105 conftest$ac_exeext conftest.$ac_ext
11107 rm -f core conftest.err conftest.$ac_objext \
11108 conftest$ac_exeext conftest.$ac_ext
11109 ac_c_werror_flag=$ac_xsave_c_werror_flag
11110 LIBS=$ac_xsave_LIBS
11113 # Check for system-dependent libraries X programs must link with.
11114 # Do this before checking for the system-independent R6 libraries
11115 # (-lICE), since we may need -lsocket or whatever for X linking.
11117 if test "$ISC" = yes; then
11118 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
11119 else
11120 # Martyn Johnson says this is needed for Ultrix, if the X
11121 # libraries were built with DECnet support. And Karl Berry says
11122 # the Alpha needs dnet_stub (dnet does not exist).
11123 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
11124 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11125 /* end confdefs.h. */
11127 /* Override any GCC internal prototype to avoid an error.
11128 Use char because int might match the return type of a GCC
11129 builtin and then its argument prototype would still apply. */
11130 #ifdef __cplusplus
11131 extern "C"
11132 #endif
11133 char XOpenDisplay ();
11135 main ()
11137 return XOpenDisplay ();
11139 return 0;
11141 _ACEOF
11142 if ac_fn_c_try_link "$LINENO"; then :
11144 else
11145 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
11146 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
11147 if ${ac_cv_lib_dnet_dnet_ntoa+:} false; then :
11148 $as_echo_n "(cached) " >&6
11149 else
11150 ac_check_lib_save_LIBS=$LIBS
11151 LIBS="-ldnet $LIBS"
11152 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11153 /* end confdefs.h. */
11155 /* Override any GCC internal prototype to avoid an error.
11156 Use char because int might match the return type of a GCC
11157 builtin and then its argument prototype would still apply. */
11158 #ifdef __cplusplus
11159 extern "C"
11160 #endif
11161 char dnet_ntoa ();
11163 main ()
11165 return dnet_ntoa ();
11167 return 0;
11169 _ACEOF
11170 if ac_fn_c_try_link "$LINENO"; then :
11171 ac_cv_lib_dnet_dnet_ntoa=yes
11172 else
11173 ac_cv_lib_dnet_dnet_ntoa=no
11175 rm -f core conftest.err conftest.$ac_objext \
11176 conftest$ac_exeext conftest.$ac_ext
11177 LIBS=$ac_check_lib_save_LIBS
11179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
11180 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
11181 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes; then :
11182 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
11185 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
11186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
11187 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
11188 if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false; then :
11189 $as_echo_n "(cached) " >&6
11190 else
11191 ac_check_lib_save_LIBS=$LIBS
11192 LIBS="-ldnet_stub $LIBS"
11193 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11194 /* end confdefs.h. */
11196 /* Override any GCC internal prototype to avoid an error.
11197 Use char because int might match the return type of a GCC
11198 builtin and then its argument prototype would still apply. */
11199 #ifdef __cplusplus
11200 extern "C"
11201 #endif
11202 char dnet_ntoa ();
11204 main ()
11206 return dnet_ntoa ();
11208 return 0;
11210 _ACEOF
11211 if ac_fn_c_try_link "$LINENO"; then :
11212 ac_cv_lib_dnet_stub_dnet_ntoa=yes
11213 else
11214 ac_cv_lib_dnet_stub_dnet_ntoa=no
11216 rm -f core conftest.err conftest.$ac_objext \
11217 conftest$ac_exeext conftest.$ac_ext
11218 LIBS=$ac_check_lib_save_LIBS
11220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
11221 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
11222 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes; then :
11223 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
11228 rm -f core conftest.err conftest.$ac_objext \
11229 conftest$ac_exeext conftest.$ac_ext
11230 LIBS="$ac_xsave_LIBS"
11232 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
11233 # to get the SysV transport functions.
11234 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
11235 # needs -lnsl.
11236 # The nsl library prevents programs from opening the X display
11237 # on Irix 5.2, according to T.E. Dickey.
11238 # The functions gethostbyname, getservbyname, and inet_addr are
11239 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
11240 ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
11241 if test "x$ac_cv_func_gethostbyname" = xyes; then :
11245 if test $ac_cv_func_gethostbyname = no; then
11246 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
11247 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
11248 if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
11249 $as_echo_n "(cached) " >&6
11250 else
11251 ac_check_lib_save_LIBS=$LIBS
11252 LIBS="-lnsl $LIBS"
11253 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11254 /* end confdefs.h. */
11256 /* Override any GCC internal prototype to avoid an error.
11257 Use char because int might match the return type of a GCC
11258 builtin and then its argument prototype would still apply. */
11259 #ifdef __cplusplus
11260 extern "C"
11261 #endif
11262 char gethostbyname ();
11264 main ()
11266 return gethostbyname ();
11268 return 0;
11270 _ACEOF
11271 if ac_fn_c_try_link "$LINENO"; then :
11272 ac_cv_lib_nsl_gethostbyname=yes
11273 else
11274 ac_cv_lib_nsl_gethostbyname=no
11276 rm -f core conftest.err conftest.$ac_objext \
11277 conftest$ac_exeext conftest.$ac_ext
11278 LIBS=$ac_check_lib_save_LIBS
11280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
11281 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
11282 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
11283 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
11286 if test $ac_cv_lib_nsl_gethostbyname = no; then
11287 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
11288 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
11289 if ${ac_cv_lib_bsd_gethostbyname+:} false; then :
11290 $as_echo_n "(cached) " >&6
11291 else
11292 ac_check_lib_save_LIBS=$LIBS
11293 LIBS="-lbsd $LIBS"
11294 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11295 /* end confdefs.h. */
11297 /* Override any GCC internal prototype to avoid an error.
11298 Use char because int might match the return type of a GCC
11299 builtin and then its argument prototype would still apply. */
11300 #ifdef __cplusplus
11301 extern "C"
11302 #endif
11303 char gethostbyname ();
11305 main ()
11307 return gethostbyname ();
11309 return 0;
11311 _ACEOF
11312 if ac_fn_c_try_link "$LINENO"; then :
11313 ac_cv_lib_bsd_gethostbyname=yes
11314 else
11315 ac_cv_lib_bsd_gethostbyname=no
11317 rm -f core conftest.err conftest.$ac_objext \
11318 conftest$ac_exeext conftest.$ac_ext
11319 LIBS=$ac_check_lib_save_LIBS
11321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
11322 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
11323 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes; then :
11324 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
11330 # lieder@skyler.mavd.honeywell.com says without -lsocket,
11331 # socket/setsockopt and other routines are undefined under SCO ODT
11332 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
11333 # on later versions), says Simon Leinen: it contains gethostby*
11334 # variants that don't use the name server (or something). -lsocket
11335 # must be given before -lnsl if both are needed. We assume that
11336 # if connect needs -lnsl, so does gethostbyname.
11337 ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
11338 if test "x$ac_cv_func_connect" = xyes; then :
11342 if test $ac_cv_func_connect = no; then
11343 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
11344 $as_echo_n "checking for connect in -lsocket... " >&6; }
11345 if ${ac_cv_lib_socket_connect+:} false; then :
11346 $as_echo_n "(cached) " >&6
11347 else
11348 ac_check_lib_save_LIBS=$LIBS
11349 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
11350 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11351 /* end confdefs.h. */
11353 /* Override any GCC internal prototype to avoid an error.
11354 Use char because int might match the return type of a GCC
11355 builtin and then its argument prototype would still apply. */
11356 #ifdef __cplusplus
11357 extern "C"
11358 #endif
11359 char connect ();
11361 main ()
11363 return connect ();
11365 return 0;
11367 _ACEOF
11368 if ac_fn_c_try_link "$LINENO"; then :
11369 ac_cv_lib_socket_connect=yes
11370 else
11371 ac_cv_lib_socket_connect=no
11373 rm -f core conftest.err conftest.$ac_objext \
11374 conftest$ac_exeext conftest.$ac_ext
11375 LIBS=$ac_check_lib_save_LIBS
11377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
11378 $as_echo "$ac_cv_lib_socket_connect" >&6; }
11379 if test "x$ac_cv_lib_socket_connect" = xyes; then :
11380 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
11385 # Guillermo Gomez says -lposix is necessary on A/UX.
11386 ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
11387 if test "x$ac_cv_func_remove" = xyes; then :
11391 if test $ac_cv_func_remove = no; then
11392 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
11393 $as_echo_n "checking for remove in -lposix... " >&6; }
11394 if ${ac_cv_lib_posix_remove+:} false; then :
11395 $as_echo_n "(cached) " >&6
11396 else
11397 ac_check_lib_save_LIBS=$LIBS
11398 LIBS="-lposix $LIBS"
11399 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11400 /* end confdefs.h. */
11402 /* Override any GCC internal prototype to avoid an error.
11403 Use char because int might match the return type of a GCC
11404 builtin and then its argument prototype would still apply. */
11405 #ifdef __cplusplus
11406 extern "C"
11407 #endif
11408 char remove ();
11410 main ()
11412 return remove ();
11414 return 0;
11416 _ACEOF
11417 if ac_fn_c_try_link "$LINENO"; then :
11418 ac_cv_lib_posix_remove=yes
11419 else
11420 ac_cv_lib_posix_remove=no
11422 rm -f core conftest.err conftest.$ac_objext \
11423 conftest$ac_exeext conftest.$ac_ext
11424 LIBS=$ac_check_lib_save_LIBS
11426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
11427 $as_echo "$ac_cv_lib_posix_remove" >&6; }
11428 if test "x$ac_cv_lib_posix_remove" = xyes; then :
11429 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
11434 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
11435 ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
11436 if test "x$ac_cv_func_shmat" = xyes; then :
11440 if test $ac_cv_func_shmat = no; then
11441 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
11442 $as_echo_n "checking for shmat in -lipc... " >&6; }
11443 if ${ac_cv_lib_ipc_shmat+:} false; then :
11444 $as_echo_n "(cached) " >&6
11445 else
11446 ac_check_lib_save_LIBS=$LIBS
11447 LIBS="-lipc $LIBS"
11448 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11449 /* end confdefs.h. */
11451 /* Override any GCC internal prototype to avoid an error.
11452 Use char because int might match the return type of a GCC
11453 builtin and then its argument prototype would still apply. */
11454 #ifdef __cplusplus
11455 extern "C"
11456 #endif
11457 char shmat ();
11459 main ()
11461 return shmat ();
11463 return 0;
11465 _ACEOF
11466 if ac_fn_c_try_link "$LINENO"; then :
11467 ac_cv_lib_ipc_shmat=yes
11468 else
11469 ac_cv_lib_ipc_shmat=no
11471 rm -f core conftest.err conftest.$ac_objext \
11472 conftest$ac_exeext conftest.$ac_ext
11473 LIBS=$ac_check_lib_save_LIBS
11475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
11476 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
11477 if test "x$ac_cv_lib_ipc_shmat" = xyes; then :
11478 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
11484 # Check for libraries that X11R6 Xt/Xaw programs need.
11485 ac_save_LDFLAGS=$LDFLAGS
11486 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
11487 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
11488 # check for ICE first), but we must link in the order -lSM -lICE or
11489 # we get undefined symbols. So assume we have SM if we have ICE.
11490 # These have to be linked with before -lX11, unlike the other
11491 # libraries we check for below, so use a different variable.
11492 # John Interrante, Karl Berry
11493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
11494 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
11495 if ${ac_cv_lib_ICE_IceConnectionNumber+:} false; then :
11496 $as_echo_n "(cached) " >&6
11497 else
11498 ac_check_lib_save_LIBS=$LIBS
11499 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
11500 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11501 /* end confdefs.h. */
11503 /* Override any GCC internal prototype to avoid an error.
11504 Use char because int might match the return type of a GCC
11505 builtin and then its argument prototype would still apply. */
11506 #ifdef __cplusplus
11507 extern "C"
11508 #endif
11509 char IceConnectionNumber ();
11511 main ()
11513 return IceConnectionNumber ();
11515 return 0;
11517 _ACEOF
11518 if ac_fn_c_try_link "$LINENO"; then :
11519 ac_cv_lib_ICE_IceConnectionNumber=yes
11520 else
11521 ac_cv_lib_ICE_IceConnectionNumber=no
11523 rm -f core conftest.err conftest.$ac_objext \
11524 conftest$ac_exeext conftest.$ac_ext
11525 LIBS=$ac_check_lib_save_LIBS
11527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
11528 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
11529 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes; then :
11530 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
11533 LDFLAGS=$ac_save_LDFLAGS
11538 if test "$have_x" = "yes"
11539 then
11540 ac_save_CPPFLAGS="$CPPFLAGS"
11541 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
11543 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
11544 $as_echo_n "checking for -lX11... " >&6; }
11545 if ${ac_cv_lib_soname_X11+:} false; then :
11546 $as_echo_n "(cached) " >&6
11547 else
11548 ac_check_soname_save_LIBS=$LIBS
11549 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
11550 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11551 /* end confdefs.h. */
11553 /* Override any GCC internal prototype to avoid an error.
11554 Use char because int might match the return type of a GCC
11555 builtin and then its argument prototype would still apply. */
11556 #ifdef __cplusplus
11557 extern "C"
11558 #endif
11559 char XCreateWindow ();
11561 main ()
11563 return XCreateWindow ();
11565 return 0;
11567 _ACEOF
11568 if ac_fn_c_try_link "$LINENO"; then :
11569 case "$LIBEXT" in
11570 dll) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11571 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'` ;;
11572 *) ac_cv_lib_soname_X11=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libX11\\.$LIBEXT" | sed -e "s/^.*\\[\\(libX11\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11573 if ${ac_cv_lib_soname_X11:+false} :; then :
11574 ac_cv_lib_soname_X11=`$LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11575 fi ;;
11576 esac
11577 else
11578 ac_cv_lib_soname_X11=
11580 rm -f core conftest.err conftest.$ac_objext \
11581 conftest$ac_exeext conftest.$ac_ext
11582 LIBS=$ac_check_soname_save_LIBS
11584 if ${ac_cv_lib_soname_X11:+false} :; then :
11585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11586 $as_echo "not found" >&6; }
11588 else
11589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
11590 $as_echo "$ac_cv_lib_soname_X11" >&6; }
11592 cat >>confdefs.h <<_ACEOF
11593 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
11594 _ACEOF
11598 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
11599 $as_echo_n "checking for -lXext... " >&6; }
11600 if ${ac_cv_lib_soname_Xext+:} false; then :
11601 $as_echo_n "(cached) " >&6
11602 else
11603 ac_check_soname_save_LIBS=$LIBS
11604 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
11605 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11606 /* end confdefs.h. */
11608 /* Override any GCC internal prototype to avoid an error.
11609 Use char because int might match the return type of a GCC
11610 builtin and then its argument prototype would still apply. */
11611 #ifdef __cplusplus
11612 extern "C"
11613 #endif
11614 char XextCreateExtension ();
11616 main ()
11618 return XextCreateExtension ();
11620 return 0;
11622 _ACEOF
11623 if ac_fn_c_try_link "$LINENO"; then :
11624 case "$LIBEXT" in
11625 dll) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11626 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'` ;;
11627 *) ac_cv_lib_soname_Xext=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXext\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXext\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11628 if ${ac_cv_lib_soname_Xext:+false} :; then :
11629 ac_cv_lib_soname_Xext=`$LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11630 fi ;;
11631 esac
11632 else
11633 ac_cv_lib_soname_Xext=
11635 rm -f core conftest.err conftest.$ac_objext \
11636 conftest$ac_exeext conftest.$ac_ext
11637 LIBS=$ac_check_soname_save_LIBS
11639 if ${ac_cv_lib_soname_Xext:+false} :; then :
11640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11641 $as_echo "not found" >&6; }
11643 else
11644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
11645 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
11647 cat >>confdefs.h <<_ACEOF
11648 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
11649 _ACEOF
11651 X_LIBS="$X_LIBS -lXext"
11653 X_LIBS="$X_LIBS -lX11"
11655 for ac_header in X11/Xlib.h \
11656 X11/XKBlib.h \
11657 X11/Xutil.h \
11658 X11/Xcursor/Xcursor.h \
11659 X11/extensions/shape.h \
11660 X11/extensions/XInput.h \
11661 X11/extensions/XInput2.h \
11662 X11/extensions/XShm.h \
11663 X11/extensions/Xcomposite.h \
11664 X11/extensions/Xfixes.h \
11665 X11/extensions/Xinerama.h \
11666 X11/extensions/Xrandr.h \
11667 X11/extensions/Xrender.h \
11668 X11/extensions/xf86vmode.h \
11669 X11/extensions/xf86vmproto.h
11670 do :
11671 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11672 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
11673 # include <X11/Xlib.h>
11674 #endif
11675 #ifdef HAVE_X11_XUTIL_H
11676 # include <X11/Xutil.h>
11677 #endif
11679 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
11680 cat >>confdefs.h <<_ACEOF
11681 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11682 _ACEOF
11686 done
11689 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
11690 then
11691 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
11692 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
11693 if ${ac_cv_lib_X11_XkbQueryExtension+:} false; then :
11694 $as_echo_n "(cached) " >&6
11695 else
11696 ac_check_lib_save_LIBS=$LIBS
11697 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
11698 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11699 /* end confdefs.h. */
11701 /* Override any GCC internal prototype to avoid an error.
11702 Use char because int might match the return type of a GCC
11703 builtin and then its argument prototype would still apply. */
11704 #ifdef __cplusplus
11705 extern "C"
11706 #endif
11707 char XkbQueryExtension ();
11709 main ()
11711 return XkbQueryExtension ();
11713 return 0;
11715 _ACEOF
11716 if ac_fn_c_try_link "$LINENO"; then :
11717 ac_cv_lib_X11_XkbQueryExtension=yes
11718 else
11719 ac_cv_lib_X11_XkbQueryExtension=no
11721 rm -f core conftest.err conftest.$ac_objext \
11722 conftest$ac_exeext conftest.$ac_ext
11723 LIBS=$ac_check_lib_save_LIBS
11725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
11726 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
11727 if test "x$ac_cv_lib_X11_XkbQueryExtension" = xyes; then :
11729 $as_echo "#define HAVE_XKB 1" >>confdefs.h
11735 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
11736 then
11737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
11738 $as_echo_n "checking for -lXcursor... " >&6; }
11739 if ${ac_cv_lib_soname_Xcursor+:} false; then :
11740 $as_echo_n "(cached) " >&6
11741 else
11742 ac_check_soname_save_LIBS=$LIBS
11743 LIBS="-lXcursor $X_LIBS $X_EXTRA_LIBS $LIBS"
11744 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11745 /* end confdefs.h. */
11747 /* Override any GCC internal prototype to avoid an error.
11748 Use char because int might match the return type of a GCC
11749 builtin and then its argument prototype would still apply. */
11750 #ifdef __cplusplus
11751 extern "C"
11752 #endif
11753 char XcursorImageLoadCursor ();
11755 main ()
11757 return XcursorImageLoadCursor ();
11759 return 0;
11761 _ACEOF
11762 if ac_fn_c_try_link "$LINENO"; then :
11763 case "$LIBEXT" in
11764 dll) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11765 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'` ;;
11766 *) ac_cv_lib_soname_Xcursor=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcursor\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcursor\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11767 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
11768 ac_cv_lib_soname_Xcursor=`$LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11769 fi ;;
11770 esac
11771 else
11772 ac_cv_lib_soname_Xcursor=
11774 rm -f core conftest.err conftest.$ac_objext \
11775 conftest$ac_exeext conftest.$ac_ext
11776 LIBS=$ac_check_soname_save_LIBS
11778 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
11779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11780 $as_echo "not found" >&6; }
11782 else
11783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
11784 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
11786 cat >>confdefs.h <<_ACEOF
11787 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
11788 _ACEOF
11793 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
11794 case "x$with_xcursor" in
11795 x) as_fn_append wine_notices "|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
11796 xno) ;;
11797 *) as_fn_error $? "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
11798 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
11799 esac
11803 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
11804 then
11805 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
11806 $as_echo_n "checking for -lXi... " >&6; }
11807 if ${ac_cv_lib_soname_Xi+:} false; then :
11808 $as_echo_n "(cached) " >&6
11809 else
11810 ac_check_soname_save_LIBS=$LIBS
11811 LIBS="-lXi $X_LIBS $X_EXTRA_LIBS $LIBS"
11812 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11813 /* end confdefs.h. */
11815 /* Override any GCC internal prototype to avoid an error.
11816 Use char because int might match the return type of a GCC
11817 builtin and then its argument prototype would still apply. */
11818 #ifdef __cplusplus
11819 extern "C"
11820 #endif
11821 char XOpenDevice ();
11823 main ()
11825 return XOpenDevice ();
11827 return 0;
11829 _ACEOF
11830 if ac_fn_c_try_link "$LINENO"; then :
11831 case "$LIBEXT" in
11832 dll) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11833 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'` ;;
11834 *) ac_cv_lib_soname_Xi=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11835 if ${ac_cv_lib_soname_Xi:+false} :; then :
11836 ac_cv_lib_soname_Xi=`$LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11837 fi ;;
11838 esac
11839 else
11840 ac_cv_lib_soname_Xi=
11842 rm -f core conftest.err conftest.$ac_objext \
11843 conftest$ac_exeext conftest.$ac_ext
11844 LIBS=$ac_check_soname_save_LIBS
11846 if ${ac_cv_lib_soname_Xi:+false} :; then :
11847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11848 $as_echo "not found" >&6; }
11850 else
11851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
11852 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
11854 cat >>confdefs.h <<_ACEOF
11855 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
11856 _ACEOF
11861 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
11862 case "x$with_xinput" in
11863 x) as_fn_append wine_notices "|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
11864 xno) ;;
11865 *) as_fn_error $? "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
11866 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
11867 esac
11871 if test "x$ac_cv_lib_soname_Xi" != x
11872 then
11873 if test "$ac_cv_header_X11_extensions_XInput2_h" != "yes"; then :
11874 case "x$with_xinput2" in
11875 x) as_fn_append wine_notices "|XInput2 headers not found, the XInput 2 extension won't be supported." ;;
11876 xno) ;;
11877 *) as_fn_error $? "XInput2 headers not found, the XInput 2 extension won't be supported.
11878 This is an error since --with-xinput2 was requested." "$LINENO" 5 ;;
11879 esac
11884 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
11885 then
11886 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
11887 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
11888 if ${ac_cv_lib_Xext_XShmQueryExtension+:} false; then :
11889 $as_echo_n "(cached) " >&6
11890 else
11891 ac_check_lib_save_LIBS=$LIBS
11892 LIBS="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
11893 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11894 /* end confdefs.h. */
11896 /* Override any GCC internal prototype to avoid an error.
11897 Use char because int might match the return type of a GCC
11898 builtin and then its argument prototype would still apply. */
11899 #ifdef __cplusplus
11900 extern "C"
11901 #endif
11902 char XShmQueryExtension ();
11904 main ()
11906 return XShmQueryExtension ();
11908 return 0;
11910 _ACEOF
11911 if ac_fn_c_try_link "$LINENO"; then :
11912 ac_cv_lib_Xext_XShmQueryExtension=yes
11913 else
11914 ac_cv_lib_Xext_XShmQueryExtension=no
11916 rm -f core conftest.err conftest.$ac_objext \
11917 conftest$ac_exeext conftest.$ac_ext
11918 LIBS=$ac_check_lib_save_LIBS
11920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
11921 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
11922 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = xyes; then :
11924 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
11929 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
11930 case "x$with_xshm" in
11931 x) as_fn_append wine_notices "|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
11932 xno) ;;
11933 *) as_fn_error $? "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
11934 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
11935 esac
11939 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
11940 then
11941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
11942 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
11943 if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false; then :
11944 $as_echo_n "(cached) " >&6
11945 else
11946 ac_check_lib_save_LIBS=$LIBS
11947 LIBS="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
11948 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11949 /* end confdefs.h. */
11951 /* Override any GCC internal prototype to avoid an error.
11952 Use char because int might match the return type of a GCC
11953 builtin and then its argument prototype would still apply. */
11954 #ifdef __cplusplus
11955 extern "C"
11956 #endif
11957 char XShapeQueryExtension ();
11959 main ()
11961 return XShapeQueryExtension ();
11963 return 0;
11965 _ACEOF
11966 if ac_fn_c_try_link "$LINENO"; then :
11967 ac_cv_lib_Xext_XShapeQueryExtension=yes
11968 else
11969 ac_cv_lib_Xext_XShapeQueryExtension=no
11971 rm -f core conftest.err conftest.$ac_objext \
11972 conftest$ac_exeext conftest.$ac_ext
11973 LIBS=$ac_check_lib_save_LIBS
11975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
11976 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
11977 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes; then :
11979 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
11984 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
11985 case "x$with_xshape" in
11986 x) as_fn_append wine_notices "|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
11987 xno) ;;
11988 *) as_fn_error $? "XShape ${notice_platform}development files not found, XShape won't be supported.
11989 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
11990 esac
11994 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
11995 then
11996 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
11997 $as_echo_n "checking for -lXxf86vm... " >&6; }
11998 if ${ac_cv_lib_soname_Xxf86vm+:} false; then :
11999 $as_echo_n "(cached) " >&6
12000 else
12001 ac_check_soname_save_LIBS=$LIBS
12002 LIBS="-lXxf86vm $X_LIBS $X_EXTRA_LIBS $LIBS"
12003 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12004 /* end confdefs.h. */
12006 /* Override any GCC internal prototype to avoid an error.
12007 Use char because int might match the return type of a GCC
12008 builtin and then its argument prototype would still apply. */
12009 #ifdef __cplusplus
12010 extern "C"
12011 #endif
12012 char XF86VidModeQueryExtension ();
12014 main ()
12016 return XF86VidModeQueryExtension ();
12018 return 0;
12020 _ACEOF
12021 if ac_fn_c_try_link "$LINENO"; then :
12022 case "$LIBEXT" in
12023 dll) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12024 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'` ;;
12025 *) ac_cv_lib_soname_Xxf86vm=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXxf86vm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12026 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
12027 ac_cv_lib_soname_Xxf86vm=`$LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12028 fi ;;
12029 esac
12030 else
12031 ac_cv_lib_soname_Xxf86vm=
12033 rm -f core conftest.err conftest.$ac_objext \
12034 conftest$ac_exeext conftest.$ac_ext
12035 LIBS=$ac_check_soname_save_LIBS
12037 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
12038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12039 $as_echo "not found" >&6; }
12041 else
12042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
12043 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
12045 cat >>confdefs.h <<_ACEOF
12046 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
12047 _ACEOF
12052 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
12053 case "x$with_xxf86vm" in
12054 x) as_fn_append wine_notices "|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
12055 xno) ;;
12056 *) as_fn_error $? "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
12057 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
12058 esac
12062 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x"
12063 then
12064 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
12065 $as_echo_n "checking for -lXrender... " >&6; }
12066 if ${ac_cv_lib_soname_Xrender+:} false; then :
12067 $as_echo_n "(cached) " >&6
12068 else
12069 ac_check_soname_save_LIBS=$LIBS
12070 LIBS="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
12071 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12072 /* end confdefs.h. */
12074 /* Override any GCC internal prototype to avoid an error.
12075 Use char because int might match the return type of a GCC
12076 builtin and then its argument prototype would still apply. */
12077 #ifdef __cplusplus
12078 extern "C"
12079 #endif
12080 char XRenderQueryExtension ();
12082 main ()
12084 return XRenderQueryExtension ();
12086 return 0;
12088 _ACEOF
12089 if ac_fn_c_try_link "$LINENO"; then :
12090 case "$LIBEXT" in
12091 dll) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12092 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'` ;;
12093 *) ac_cv_lib_soname_Xrender=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrender\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrender\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12094 if ${ac_cv_lib_soname_Xrender:+false} :; then :
12095 ac_cv_lib_soname_Xrender=`$LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12096 fi ;;
12097 esac
12098 else
12099 ac_cv_lib_soname_Xrender=
12101 rm -f core conftest.err conftest.$ac_objext \
12102 conftest$ac_exeext conftest.$ac_ext
12103 LIBS=$ac_check_soname_save_LIBS
12105 if ${ac_cv_lib_soname_Xrender:+false} :; then :
12106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12107 $as_echo "not found" >&6; }
12109 else
12110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
12111 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
12113 cat >>confdefs.h <<_ACEOF
12114 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
12115 _ACEOF
12117 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
12118 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
12119 if ${ac_cv_lib_Xrender_XRenderSetPictureTransform+:} false; then :
12120 $as_echo_n "(cached) " >&6
12121 else
12122 ac_check_lib_save_LIBS=$LIBS
12123 LIBS="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
12124 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12125 /* end confdefs.h. */
12127 /* Override any GCC internal prototype to avoid an error.
12128 Use char because int might match the return type of a GCC
12129 builtin and then its argument prototype would still apply. */
12130 #ifdef __cplusplus
12131 extern "C"
12132 #endif
12133 char XRenderSetPictureTransform ();
12135 main ()
12137 return XRenderSetPictureTransform ();
12139 return 0;
12141 _ACEOF
12142 if ac_fn_c_try_link "$LINENO"; then :
12143 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
12144 else
12145 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
12147 rm -f core conftest.err conftest.$ac_objext \
12148 conftest$ac_exeext conftest.$ac_ext
12149 LIBS=$ac_check_lib_save_LIBS
12151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
12152 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
12153 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = xyes; then :
12155 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
12159 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderCreateLinearGradient in -lXrender" >&5
12160 $as_echo_n "checking for XRenderCreateLinearGradient in -lXrender... " >&6; }
12161 if ${ac_cv_lib_Xrender_XRenderCreateLinearGradient+:} false; then :
12162 $as_echo_n "(cached) " >&6
12163 else
12164 ac_check_lib_save_LIBS=$LIBS
12165 LIBS="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
12166 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12167 /* end confdefs.h. */
12169 /* Override any GCC internal prototype to avoid an error.
12170 Use char because int might match the return type of a GCC
12171 builtin and then its argument prototype would still apply. */
12172 #ifdef __cplusplus
12173 extern "C"
12174 #endif
12175 char XRenderCreateLinearGradient ();
12177 main ()
12179 return XRenderCreateLinearGradient ();
12181 return 0;
12183 _ACEOF
12184 if ac_fn_c_try_link "$LINENO"; then :
12185 ac_cv_lib_Xrender_XRenderCreateLinearGradient=yes
12186 else
12187 ac_cv_lib_Xrender_XRenderCreateLinearGradient=no
12189 rm -f core conftest.err conftest.$ac_objext \
12190 conftest$ac_exeext conftest.$ac_ext
12191 LIBS=$ac_check_lib_save_LIBS
12193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&5
12194 $as_echo "$ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&6; }
12195 if test "x$ac_cv_lib_Xrender_XRenderCreateLinearGradient" = xyes; then :
12197 $as_echo "#define HAVE_XRENDERCREATELINEARGRADIENT 1" >>confdefs.h
12204 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
12205 case "x$with_xrender" in
12206 x) as_fn_append wine_warnings "|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
12207 xno) ;;
12208 *) as_fn_error $? "libxrender ${notice_platform}development files not found, XRender won't be supported.
12209 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
12210 esac
12214 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
12215 then
12216 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12217 /* end confdefs.h. */
12218 #include <X11/Xlib.h>
12219 #include <X11/extensions/Xrandr.h>
12221 main ()
12223 static typeof(XRRSetScreenConfigAndRate) * func; if (func) return 0;
12225 return 0;
12227 _ACEOF
12228 if ac_fn_c_try_compile "$LINENO"; then :
12229 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
12230 $as_echo_n "checking for -lXrandr... " >&6; }
12231 if ${ac_cv_lib_soname_Xrandr+:} false; then :
12232 $as_echo_n "(cached) " >&6
12233 else
12234 ac_check_soname_save_LIBS=$LIBS
12235 LIBS="-lXrandr $X_LIBS $X_EXTRA_LIBS $LIBS"
12236 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12237 /* end confdefs.h. */
12239 /* Override any GCC internal prototype to avoid an error.
12240 Use char because int might match the return type of a GCC
12241 builtin and then its argument prototype would still apply. */
12242 #ifdef __cplusplus
12243 extern "C"
12244 #endif
12245 char XRRQueryExtension ();
12247 main ()
12249 return XRRQueryExtension ();
12251 return 0;
12253 _ACEOF
12254 if ac_fn_c_try_link "$LINENO"; then :
12255 case "$LIBEXT" in
12256 dll) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12257 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'` ;;
12258 *) ac_cv_lib_soname_Xrandr=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrandr\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrandr\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12259 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
12260 ac_cv_lib_soname_Xrandr=`$LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12261 fi ;;
12262 esac
12263 else
12264 ac_cv_lib_soname_Xrandr=
12266 rm -f core conftest.err conftest.$ac_objext \
12267 conftest$ac_exeext conftest.$ac_ext
12268 LIBS=$ac_check_soname_save_LIBS
12270 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
12271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12272 $as_echo "not found" >&6; }
12274 else
12275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
12276 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
12278 cat >>confdefs.h <<_ACEOF
12279 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
12280 _ACEOF
12282 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12283 /* end confdefs.h. */
12284 #include <X11/Xlib.h>
12285 #include <X11/extensions/Xrandr.h>
12287 main ()
12289 static typeof(XRRGetProviderResources) *f; if (f) return 0;
12291 return 0;
12293 _ACEOF
12294 if ac_fn_c_try_compile "$LINENO"; then :
12296 $as_echo "#define HAVE_XRRGETPROVIDERRESOURCES 1" >>confdefs.h
12298 else
12299 as_fn_append wine_notices "|libxrandr ${notice_platform}development files too old, XRandR display device handler won't be supported."
12301 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12304 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12306 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
12307 case "x$with_xrandr" in
12308 x) as_fn_append wine_notices "|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
12309 xno) ;;
12310 *) as_fn_error $? "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
12311 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
12312 esac
12316 if test "$ac_cv_header_X11_extensions_Xfixes_h" = "yes"
12317 then
12318 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12319 /* end confdefs.h. */
12320 #include <X11/Xlib.h>
12321 #include <X11/extensions/Xfixes.h>
12323 main ()
12325 static typeof(XFixesQueryVersion) * func; if (func) return 0;
12327 return 0;
12329 _ACEOF
12330 if ac_fn_c_try_compile "$LINENO"; then :
12331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXfixes" >&5
12332 $as_echo_n "checking for -lXfixes... " >&6; }
12333 if ${ac_cv_lib_soname_Xfixes+:} false; then :
12334 $as_echo_n "(cached) " >&6
12335 else
12336 ac_check_soname_save_LIBS=$LIBS
12337 LIBS="-lXfixes $X_LIBS $X_EXTRA_LIBS $LIBS"
12338 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12339 /* end confdefs.h. */
12341 /* Override any GCC internal prototype to avoid an error.
12342 Use char because int might match the return type of a GCC
12343 builtin and then its argument prototype would still apply. */
12344 #ifdef __cplusplus
12345 extern "C"
12346 #endif
12347 char XFixesQueryVersion ();
12349 main ()
12351 return XFixesQueryVersion ();
12353 return 0;
12355 _ACEOF
12356 if ac_fn_c_try_link "$LINENO"; then :
12357 case "$LIBEXT" in
12358 dll) ac_cv_lib_soname_Xfixes=`$ac_cv_path_LDD conftest.exe | grep "Xfixes" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12359 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'` ;;
12360 *) ac_cv_lib_soname_Xfixes=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXfixes\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXfixes\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12361 if ${ac_cv_lib_soname_Xfixes:+false} :; then :
12362 ac_cv_lib_soname_Xfixes=`$LDD conftest$ac_exeext | grep "libXfixes\\.$LIBEXT" | sed -e "s/^.*\(libXfixes\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12363 fi ;;
12364 esac
12365 else
12366 ac_cv_lib_soname_Xfixes=
12368 rm -f core conftest.err conftest.$ac_objext \
12369 conftest$ac_exeext conftest.$ac_ext
12370 LIBS=$ac_check_soname_save_LIBS
12372 if ${ac_cv_lib_soname_Xfixes:+false} :; then :
12373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12374 $as_echo "not found" >&6; }
12376 else
12377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xfixes" >&5
12378 $as_echo "$ac_cv_lib_soname_Xfixes" >&6; }
12380 cat >>confdefs.h <<_ACEOF
12381 #define SONAME_LIBXFIXES "$ac_cv_lib_soname_Xfixes"
12382 _ACEOF
12387 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12389 if test "x$ac_cv_lib_soname_Xfixes" = "x"; then :
12390 case "x$with_xfixes" in
12391 x) as_fn_append wine_notices "|libxfixes ${notice_platform}development files not found, Xfixes won't be supported." ;;
12392 xno) ;;
12393 *) as_fn_error $? "libxfixes ${notice_platform}development files not found, Xfixes won't be supported.
12394 This is an error since --with-xfixes was requested." "$LINENO" 5 ;;
12395 esac
12399 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
12400 then
12401 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12402 /* end confdefs.h. */
12403 #include <X11/Xlib.h>
12404 #include <X11/extensions/Xinerama.h>
12406 main ()
12408 static typeof(XineramaQueryScreens) * func; if (func) return 0;
12410 return 0;
12412 _ACEOF
12413 if ac_fn_c_try_compile "$LINENO"; then :
12414 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
12415 $as_echo_n "checking for -lXinerama... " >&6; }
12416 if ${ac_cv_lib_soname_Xinerama+:} false; then :
12417 $as_echo_n "(cached) " >&6
12418 else
12419 ac_check_soname_save_LIBS=$LIBS
12420 LIBS="-lXinerama $X_LIBS $X_EXTRA_LIBS $LIBS"
12421 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12422 /* end confdefs.h. */
12424 /* Override any GCC internal prototype to avoid an error.
12425 Use char because int might match the return type of a GCC
12426 builtin and then its argument prototype would still apply. */
12427 #ifdef __cplusplus
12428 extern "C"
12429 #endif
12430 char XineramaQueryScreens ();
12432 main ()
12434 return XineramaQueryScreens ();
12436 return 0;
12438 _ACEOF
12439 if ac_fn_c_try_link "$LINENO"; then :
12440 case "$LIBEXT" in
12441 dll) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12442 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'` ;;
12443 *) ac_cv_lib_soname_Xinerama=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXinerama\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXinerama\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12444 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
12445 ac_cv_lib_soname_Xinerama=`$LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12446 fi ;;
12447 esac
12448 else
12449 ac_cv_lib_soname_Xinerama=
12451 rm -f core conftest.err conftest.$ac_objext \
12452 conftest$ac_exeext conftest.$ac_ext
12453 LIBS=$ac_check_soname_save_LIBS
12455 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
12456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12457 $as_echo "not found" >&6; }
12459 else
12460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
12461 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
12463 cat >>confdefs.h <<_ACEOF
12464 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
12465 _ACEOF
12470 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12472 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
12473 case "x$with_xinerama" in
12474 x) as_fn_append wine_notices "|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
12475 xno) ;;
12476 *) as_fn_error $? "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
12477 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
12478 esac
12482 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
12483 then
12484 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
12485 $as_echo_n "checking for -lXcomposite... " >&6; }
12486 if ${ac_cv_lib_soname_Xcomposite+:} false; then :
12487 $as_echo_n "(cached) " >&6
12488 else
12489 ac_check_soname_save_LIBS=$LIBS
12490 LIBS="-lXcomposite $X_LIBS $X_EXTRA_LIBS $LIBS"
12491 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12492 /* end confdefs.h. */
12494 /* Override any GCC internal prototype to avoid an error.
12495 Use char because int might match the return type of a GCC
12496 builtin and then its argument prototype would still apply. */
12497 #ifdef __cplusplus
12498 extern "C"
12499 #endif
12500 char XCompositeRedirectWindow ();
12502 main ()
12504 return XCompositeRedirectWindow ();
12506 return 0;
12508 _ACEOF
12509 if ac_fn_c_try_link "$LINENO"; then :
12510 case "$LIBEXT" in
12511 dll) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12512 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'` ;;
12513 *) ac_cv_lib_soname_Xcomposite=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcomposite\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcomposite\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12514 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
12515 ac_cv_lib_soname_Xcomposite=`$LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12516 fi ;;
12517 esac
12518 else
12519 ac_cv_lib_soname_Xcomposite=
12521 rm -f core conftest.err conftest.$ac_objext \
12522 conftest$ac_exeext conftest.$ac_ext
12523 LIBS=$ac_check_soname_save_LIBS
12525 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
12526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12527 $as_echo "not found" >&6; }
12529 else
12530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
12531 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
12533 cat >>confdefs.h <<_ACEOF
12534 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
12535 _ACEOF
12540 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
12541 case "x$with_xcomposite" in
12542 x) as_fn_append wine_notices "|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
12543 xno) ;;
12544 *) as_fn_error $? "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
12545 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
12546 esac
12550 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
12551 #include <X11/Xlib.h>
12552 #endif
12554 if test "x$ac_cv_member_XICCallback_callback" = xyes; then :
12556 cat >>confdefs.h <<_ACEOF
12557 #define HAVE_XICCALLBACK_CALLBACK 1
12558 _ACEOF
12562 ac_fn_c_check_member "$LINENO" "XEvent" "xcookie" "ac_cv_member_XEvent_xcookie" "#ifdef HAVE_X11_XLIB_H
12563 #include <X11/Xlib.h>
12564 #endif
12566 if test "x$ac_cv_member_XEvent_xcookie" = xyes; then :
12568 cat >>confdefs.h <<_ACEOF
12569 #define HAVE_XEVENT_XCOOKIE 1
12570 _ACEOF
12577 opengl_msg=""
12578 if test "x$with_opengl" != "xno"
12579 then
12580 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
12581 $as_echo_n "checking for -lGL... " >&6; }
12582 if ${ac_cv_lib_soname_GL+:} false; then :
12583 $as_echo_n "(cached) " >&6
12584 else
12585 ac_check_soname_save_LIBS=$LIBS
12586 LIBS="-lGL $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
12587 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12588 /* end confdefs.h. */
12590 /* Override any GCC internal prototype to avoid an error.
12591 Use char because int might match the return type of a GCC
12592 builtin and then its argument prototype would still apply. */
12593 #ifdef __cplusplus
12594 extern "C"
12595 #endif
12596 char glXCreateContext ();
12598 main ()
12600 return glXCreateContext ();
12602 return 0;
12604 _ACEOF
12605 if ac_fn_c_try_link "$LINENO"; then :
12606 case "$LIBEXT" in
12607 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12608 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'` ;;
12609 *) ac_cv_lib_soname_GL=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12610 if ${ac_cv_lib_soname_GL:+false} :; then :
12611 ac_cv_lib_soname_GL=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12612 fi ;;
12613 esac
12614 else
12615 ac_cv_lib_soname_GL=
12617 rm -f core conftest.err conftest.$ac_objext \
12618 conftest$ac_exeext conftest.$ac_ext
12619 LIBS=$ac_check_soname_save_LIBS
12621 if ${ac_cv_lib_soname_GL:+false} :; then :
12622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12623 $as_echo "not found" >&6; }
12624 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
12625 $as_echo_n "checking for -lGL... " >&6; }
12626 if ${ac_cv_lib_soname_GL+:} false; then :
12627 $as_echo_n "(cached) " >&6
12628 else
12629 ac_check_soname_save_LIBS=$LIBS
12630 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"
12631 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12632 /* end confdefs.h. */
12634 /* Override any GCC internal prototype to avoid an error.
12635 Use char because int might match the return type of a GCC
12636 builtin and then its argument prototype would still apply. */
12637 #ifdef __cplusplus
12638 extern "C"
12639 #endif
12640 char glXCreateContext ();
12642 main ()
12644 return glXCreateContext ();
12646 return 0;
12648 _ACEOF
12649 if ac_fn_c_try_link "$LINENO"; then :
12650 case "$LIBEXT" in
12651 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12652 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'` ;;
12653 *) ac_cv_lib_soname_GL=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12654 if ${ac_cv_lib_soname_GL:+false} :; then :
12655 ac_cv_lib_soname_GL=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12656 fi ;;
12657 esac
12658 else
12659 ac_cv_lib_soname_GL=
12661 rm -f core conftest.err conftest.$ac_objext \
12662 conftest$ac_exeext conftest.$ac_ext
12663 LIBS=$ac_check_soname_save_LIBS
12665 if ${ac_cv_lib_soname_GL:+false} :; then :
12666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12667 $as_echo "not found" >&6; }
12668 if test -f /usr/X11R6/lib/libGL.a
12669 then
12670 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
12671 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
12672 else
12673 opengl_msg="No OpenGL library found on this system."
12675 else
12676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
12677 $as_echo "$ac_cv_lib_soname_GL" >&6; }
12679 cat >>confdefs.h <<_ACEOF
12680 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
12681 _ACEOF
12683 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"
12685 else
12686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
12687 $as_echo "$ac_cv_lib_soname_GL" >&6; }
12689 cat >>confdefs.h <<_ACEOF
12690 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
12691 _ACEOF
12693 OPENGL_LIBS="-lGL"
12695 if test "x$with_osmesa" != "xno"
12696 then
12697 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lOSMesa" >&5
12698 $as_echo_n "checking for -lOSMesa... " >&6; }
12699 if ${ac_cv_lib_soname_OSMesa+:} false; then :
12700 $as_echo_n "(cached) " >&6
12701 else
12702 ac_check_soname_save_LIBS=$LIBS
12703 LIBS="-lOSMesa $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
12704 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12705 /* end confdefs.h. */
12707 /* Override any GCC internal prototype to avoid an error.
12708 Use char because int might match the return type of a GCC
12709 builtin and then its argument prototype would still apply. */
12710 #ifdef __cplusplus
12711 extern "C"
12712 #endif
12713 char OSMesaGetProcAddress ();
12715 main ()
12717 return OSMesaGetProcAddress ();
12719 return 0;
12721 _ACEOF
12722 if ac_fn_c_try_link "$LINENO"; then :
12723 case "$LIBEXT" in
12724 dll) ac_cv_lib_soname_OSMesa=`$ac_cv_path_LDD conftest.exe | grep "OSMesa" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12725 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'` ;;
12726 *) ac_cv_lib_soname_OSMesa=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libOSMesa\\.$LIBEXT" | sed -e "s/^.*\\[\\(libOSMesa\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12727 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
12728 ac_cv_lib_soname_OSMesa=`$LDD conftest$ac_exeext | grep "libOSMesa\\.$LIBEXT" | sed -e "s/^.*\(libOSMesa\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12729 fi ;;
12730 esac
12731 else
12732 ac_cv_lib_soname_OSMesa=
12734 rm -f core conftest.err conftest.$ac_objext \
12735 conftest$ac_exeext conftest.$ac_ext
12736 LIBS=$ac_check_soname_save_LIBS
12738 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
12739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12740 $as_echo "not found" >&6; }
12742 else
12743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_OSMesa" >&5
12744 $as_echo "$ac_cv_lib_soname_OSMesa" >&6; }
12746 cat >>confdefs.h <<_ACEOF
12747 #define SONAME_LIBOSMESA "$ac_cv_lib_soname_OSMesa"
12748 _ACEOF
12752 if test "x$ac_cv_lib_soname_OSMesa" = "x"; then :
12753 case "x$with_osmesa" in
12754 x) as_fn_append wine_notices "|libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported." ;;
12755 xno) ;;
12756 *) as_fn_error $? "libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
12757 This is an error since --with-osmesa was requested." "$LINENO" 5 ;;
12758 esac
12763 if test -n "$opengl_msg"; then :
12764 case "x$with_opengl" in
12765 x) as_fn_append wine_warnings "|$opengl_msg
12766 OpenGL and Direct3D won't be supported." ;;
12767 xno) ;;
12768 *) as_fn_error $? "$opengl_msg
12769 OpenGL and Direct3D won't be supported.
12770 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
12771 esac
12775 CPPFLAGS="$ac_save_CPPFLAGS"
12776 else
12777 X_CFLAGS=""
12778 X_LIBS=""
12781 if test "$enable_wineandroid_drv$enable_winemac_drv" = "nono"
12782 then
12783 if test "x$X_LIBS" = "x"; then :
12784 case "x$with_x" in
12785 xno) ;;
12786 *) as_fn_error $? "X ${notice_platform}development files not found. Wine will be built
12787 without X support, which probably isn't what you want. You will need
12788 to install ${notice_platform}development packages of Xlib at the very least.
12789 Use the --without-x option if you really want this." "$LINENO" 5 ;;
12790 esac
12791 enable_winex11_drv=${enable_winex11_drv:-no}
12793 else
12794 if test "x$X_LIBS" = "x"; then :
12795 case "x$with_x" in
12796 x) as_fn_append wine_notices "|X ${notice_platform}development files not found, the X11 driver won't be supported." ;;
12797 xno) ;;
12798 *) as_fn_error $? "X ${notice_platform}development files not found, the X11 driver won't be supported.
12799 This is an error since --with-x was requested." "$LINENO" 5 ;;
12800 esac
12801 enable_winex11_drv=${enable_winex11_drv:-no}
12805 if test "$ac_cv_header_CL_cl_h" = "yes"
12806 then
12807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5
12808 $as_echo_n "checking for clGetPlatformInfo in -lOpenCL... " >&6; }
12809 if ${ac_cv_lib_OpenCL_clGetPlatformInfo+:} false; then :
12810 $as_echo_n "(cached) " >&6
12811 else
12812 ac_check_lib_save_LIBS=$LIBS
12813 LIBS="-lOpenCL $LIBS"
12814 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12815 /* end confdefs.h. */
12817 /* Override any GCC internal prototype to avoid an error.
12818 Use char because int might match the return type of a GCC
12819 builtin and then its argument prototype would still apply. */
12820 #ifdef __cplusplus
12821 extern "C"
12822 #endif
12823 char clGetPlatformInfo ();
12825 main ()
12827 return clGetPlatformInfo ();
12829 return 0;
12831 _ACEOF
12832 if ac_fn_c_try_link "$LINENO"; then :
12833 ac_cv_lib_OpenCL_clGetPlatformInfo=yes
12834 else
12835 ac_cv_lib_OpenCL_clGetPlatformInfo=no
12837 rm -f core conftest.err conftest.$ac_objext \
12838 conftest$ac_exeext conftest.$ac_ext
12839 LIBS=$ac_check_lib_save_LIBS
12841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_OpenCL_clGetPlatformInfo" >&5
12842 $as_echo "$ac_cv_lib_OpenCL_clGetPlatformInfo" >&6; }
12843 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" = xyes; then :
12844 OPENCL_LIBS="-lOpenCL"
12849 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes; then :
12850 case "x$with_opencl" in
12851 x) as_fn_append wine_notices "|OpenCL ${notice_platform}development files not found, OpenCL won't be supported." ;;
12852 xno) ;;
12853 *) as_fn_error $? "OpenCL ${notice_platform}development files not found, OpenCL won't be supported.
12854 This is an error since --with-opencl was requested." "$LINENO" 5 ;;
12855 esac
12856 enable_opencl=${enable_opencl:-no}
12859 if test "$ac_cv_header_pcap_pcap_h" = "yes"
12860 then
12861 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcap_create in -lpcap" >&5
12862 $as_echo_n "checking for pcap_create in -lpcap... " >&6; }
12863 if ${ac_cv_lib_pcap_pcap_create+:} false; then :
12864 $as_echo_n "(cached) " >&6
12865 else
12866 ac_check_lib_save_LIBS=$LIBS
12867 LIBS="-lpcap $LIBS"
12868 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12869 /* end confdefs.h. */
12871 /* Override any GCC internal prototype to avoid an error.
12872 Use char because int might match the return type of a GCC
12873 builtin and then its argument prototype would still apply. */
12874 #ifdef __cplusplus
12875 extern "C"
12876 #endif
12877 char pcap_create ();
12879 main ()
12881 return pcap_create ();
12883 return 0;
12885 _ACEOF
12886 if ac_fn_c_try_link "$LINENO"; then :
12887 ac_cv_lib_pcap_pcap_create=yes
12888 else
12889 ac_cv_lib_pcap_pcap_create=no
12891 rm -f core conftest.err conftest.$ac_objext \
12892 conftest$ac_exeext conftest.$ac_ext
12893 LIBS=$ac_check_lib_save_LIBS
12895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcap_pcap_create" >&5
12896 $as_echo "$ac_cv_lib_pcap_pcap_create" >&6; }
12897 if test "x$ac_cv_lib_pcap_pcap_create" = xyes; then :
12898 PCAP_LIBS="-lpcap"
12903 if test "x$ac_cv_lib_pcap_pcap_create" != xyes; then :
12904 case "x$with_pcap" in
12905 x) as_fn_append wine_notices "|pcap ${notice_platform}development files not found, wpcap won't be supported." ;;
12906 xno) ;;
12907 *) as_fn_error $? "pcap ${notice_platform}development files not found, wpcap won't be supported.
12908 This is an error since --with-pcap was requested." "$LINENO" 5 ;;
12909 esac
12910 enable_wpcap=${enable_wpcap:-no}
12914 if test "x$with_xml" != "xno"
12915 then
12916 if ${XML2_CFLAGS:+false} :; then :
12917 if ${PKG_CONFIG+:} false; then :
12918 XML2_CFLAGS=`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`
12921 test "$cross_compiling" = yes || XML2_CFLAGS=${XML2_CFLAGS:-`${XML2_CONFIG:-xml2-config} --cflags 2>/dev/null`}
12922 if ${XML2_LIBS:+false} :; then :
12923 if ${PKG_CONFIG+:} false; then :
12924 XML2_LIBS=`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`
12927 test "$cross_compiling" = yes || XML2_LIBS=${XML2_LIBS:-`${XML2_CONFIG:-xml2-config} --libs 2>/dev/null`}
12928 XML2_LIBS=${XML2_LIBS:-"-lxml2"}
12929 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 cflags: $XML2_CFLAGS" >&5
12930 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 libs: $XML2_LIBS" >&5
12931 ac_save_CPPFLAGS=$CPPFLAGS
12932 CPPFLAGS="$CPPFLAGS $XML2_CFLAGS"
12933 for ac_header in libxml/parser.h libxml/xmlsave.h libxml/SAX2.h
12934 do :
12935 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12936 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12937 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
12938 cat >>confdefs.h <<_ACEOF
12939 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12940 _ACEOF
12944 done
12946 if test "$ac_cv_header_libxml_parser_h" = "yes" -a "$ac_cv_header_libxml_xmlsave_h" = "yes" -a "$ac_cv_header_libxml_SAX2_h" = "yes"
12947 then
12948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
12949 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
12950 if ${ac_cv_lib_xml2_xmlParseMemory+:} false; then :
12951 $as_echo_n "(cached) " >&6
12952 else
12953 ac_check_lib_save_LIBS=$LIBS
12954 LIBS="-lxml2 $XML2_LIBS $LIBS"
12955 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12956 /* end confdefs.h. */
12958 /* Override any GCC internal prototype to avoid an error.
12959 Use char because int might match the return type of a GCC
12960 builtin and then its argument prototype would still apply. */
12961 #ifdef __cplusplus
12962 extern "C"
12963 #endif
12964 char xmlParseMemory ();
12966 main ()
12968 return xmlParseMemory ();
12970 return 0;
12972 _ACEOF
12973 if ac_fn_c_try_link "$LINENO"; then :
12974 ac_cv_lib_xml2_xmlParseMemory=yes
12975 else
12976 ac_cv_lib_xml2_xmlParseMemory=no
12978 rm -f core conftest.err conftest.$ac_objext \
12979 conftest$ac_exeext conftest.$ac_ext
12980 LIBS=$ac_check_lib_save_LIBS
12982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12983 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12984 if test "x$ac_cv_lib_xml2_xmlParseMemory" = xyes; then :
12986 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
12988 else
12989 XML2_LIBS=""
12992 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
12993 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
12994 if ${ac_cv_lib_xml2_xmlReadMemory+:} false; then :
12995 $as_echo_n "(cached) " >&6
12996 else
12997 ac_check_lib_save_LIBS=$LIBS
12998 LIBS="-lxml2 $XML2_LIBS $LIBS"
12999 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13000 /* end confdefs.h. */
13002 /* Override any GCC internal prototype to avoid an error.
13003 Use char because int might match the return type of a GCC
13004 builtin and then its argument prototype would still apply. */
13005 #ifdef __cplusplus
13006 extern "C"
13007 #endif
13008 char xmlReadMemory ();
13010 main ()
13012 return xmlReadMemory ();
13014 return 0;
13016 _ACEOF
13017 if ac_fn_c_try_link "$LINENO"; then :
13018 ac_cv_lib_xml2_xmlReadMemory=yes
13019 else
13020 ac_cv_lib_xml2_xmlReadMemory=no
13022 rm -f core conftest.err conftest.$ac_objext \
13023 conftest$ac_exeext conftest.$ac_ext
13024 LIBS=$ac_check_lib_save_LIBS
13026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
13027 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
13028 if test "x$ac_cv_lib_xml2_xmlReadMemory" = xyes; then :
13030 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
13034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
13035 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
13036 if ${ac_cv_lib_xml2_xmlNewDocPI+:} false; then :
13037 $as_echo_n "(cached) " >&6
13038 else
13039 ac_check_lib_save_LIBS=$LIBS
13040 LIBS="-lxml2 $XML2_LIBS $LIBS"
13041 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13042 /* end confdefs.h. */
13044 /* Override any GCC internal prototype to avoid an error.
13045 Use char because int might match the return type of a GCC
13046 builtin and then its argument prototype would still apply. */
13047 #ifdef __cplusplus
13048 extern "C"
13049 #endif
13050 char xmlNewDocPI ();
13052 main ()
13054 return xmlNewDocPI ();
13056 return 0;
13058 _ACEOF
13059 if ac_fn_c_try_link "$LINENO"; then :
13060 ac_cv_lib_xml2_xmlNewDocPI=yes
13061 else
13062 ac_cv_lib_xml2_xmlNewDocPI=no
13064 rm -f core conftest.err conftest.$ac_objext \
13065 conftest$ac_exeext conftest.$ac_ext
13066 LIBS=$ac_check_lib_save_LIBS
13068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
13069 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
13070 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = xyes; then :
13072 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
13076 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetParserStructuredErrors in -lxml2" >&5
13077 $as_echo_n "checking for xmlSchemaSetParserStructuredErrors in -lxml2... " >&6; }
13078 if ${ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors+:} false; then :
13079 $as_echo_n "(cached) " >&6
13080 else
13081 ac_check_lib_save_LIBS=$LIBS
13082 LIBS="-lxml2 $XML2_LIBS $LIBS"
13083 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13084 /* end confdefs.h. */
13086 /* Override any GCC internal prototype to avoid an error.
13087 Use char because int might match the return type of a GCC
13088 builtin and then its argument prototype would still apply. */
13089 #ifdef __cplusplus
13090 extern "C"
13091 #endif
13092 char xmlSchemaSetParserStructuredErrors ();
13094 main ()
13096 return xmlSchemaSetParserStructuredErrors ();
13098 return 0;
13100 _ACEOF
13101 if ac_fn_c_try_link "$LINENO"; then :
13102 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors=yes
13103 else
13104 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors=no
13106 rm -f core conftest.err conftest.$ac_objext \
13107 conftest$ac_exeext conftest.$ac_ext
13108 LIBS=$ac_check_lib_save_LIBS
13110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&5
13111 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&6; }
13112 if test "x$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" = xyes; then :
13114 $as_echo "#define HAVE_XMLSCHEMASSETPARSERSTRUCTUREDERRORS 1" >>confdefs.h
13118 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetValidStructuredErrors in -lxml2" >&5
13119 $as_echo_n "checking for xmlSchemaSetValidStructuredErrors in -lxml2... " >&6; }
13120 if ${ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors+:} false; then :
13121 $as_echo_n "(cached) " >&6
13122 else
13123 ac_check_lib_save_LIBS=$LIBS
13124 LIBS="-lxml2 $XML2_LIBS $LIBS"
13125 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13126 /* end confdefs.h. */
13128 /* Override any GCC internal prototype to avoid an error.
13129 Use char because int might match the return type of a GCC
13130 builtin and then its argument prototype would still apply. */
13131 #ifdef __cplusplus
13132 extern "C"
13133 #endif
13134 char xmlSchemaSetValidStructuredErrors ();
13136 main ()
13138 return xmlSchemaSetValidStructuredErrors ();
13140 return 0;
13142 _ACEOF
13143 if ac_fn_c_try_link "$LINENO"; then :
13144 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors=yes
13145 else
13146 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors=no
13148 rm -f core conftest.err conftest.$ac_objext \
13149 conftest$ac_exeext conftest.$ac_ext
13150 LIBS=$ac_check_lib_save_LIBS
13152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&5
13153 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&6; }
13154 if test "x$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" = xyes; then :
13156 $as_echo "#define HAVE_XMLSCHEMASSETVALIDSTRUCTUREDERRORS 1" >>confdefs.h
13160 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlFirstElementChild in -lxml2" >&5
13161 $as_echo_n "checking for xmlFirstElementChild in -lxml2... " >&6; }
13162 if ${ac_cv_lib_xml2_xmlFirstElementChild+:} false; then :
13163 $as_echo_n "(cached) " >&6
13164 else
13165 ac_check_lib_save_LIBS=$LIBS
13166 LIBS="-lxml2 $XML2_LIBS $LIBS"
13167 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13168 /* end confdefs.h. */
13170 /* Override any GCC internal prototype to avoid an error.
13171 Use char because int might match the return type of a GCC
13172 builtin and then its argument prototype would still apply. */
13173 #ifdef __cplusplus
13174 extern "C"
13175 #endif
13176 char xmlFirstElementChild ();
13178 main ()
13180 return xmlFirstElementChild ();
13182 return 0;
13184 _ACEOF
13185 if ac_fn_c_try_link "$LINENO"; then :
13186 ac_cv_lib_xml2_xmlFirstElementChild=yes
13187 else
13188 ac_cv_lib_xml2_xmlFirstElementChild=no
13190 rm -f core conftest.err conftest.$ac_objext \
13191 conftest$ac_exeext conftest.$ac_ext
13192 LIBS=$ac_check_lib_save_LIBS
13194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlFirstElementChild" >&5
13195 $as_echo "$ac_cv_lib_xml2_xmlFirstElementChild" >&6; }
13196 if test "x$ac_cv_lib_xml2_xmlFirstElementChild" = xyes; then :
13198 $as_echo "#define HAVE_XMLFIRSTELEMENTCHILD 1" >>confdefs.h
13202 ac_fn_c_check_type "$LINENO" "xmlDocProperties" "ac_cv_type_xmlDocProperties" "#include <libxml/tree.h>
13204 if test "x$ac_cv_type_xmlDocProperties" = xyes; then :
13206 $as_echo "#define HAVE_XMLDOC_PROPERTIES 1" >>confdefs.h
13210 else
13211 XML2_CFLAGS=""
13212 XML2_LIBS=""
13214 CPPFLAGS=$ac_save_CPPFLAGS
13217 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
13218 case "x$with_xml" in
13219 x) as_fn_append wine_warnings "|libxml2 ${notice_platform}development files not found (or too old), XML won't be supported." ;;
13220 xno) ;;
13221 *) as_fn_error $? "libxml2 ${notice_platform}development files not found (or too old), XML won't be supported.
13222 This is an error since --with-xml was requested." "$LINENO" 5 ;;
13223 esac
13227 if test "x$with_xslt" != "xno"
13228 then
13229 if ${XSLT_CFLAGS:+false} :; then :
13230 if ${PKG_CONFIG+:} false; then :
13231 XSLT_CFLAGS=`$PKG_CONFIG --cflags libxslt 2>/dev/null`
13234 test "$cross_compiling" = yes || XSLT_CFLAGS=${XSLT_CFLAGS:-`${XSLT_CONFIG:-xslt-config} --cflags 2>/dev/null`}
13235 if ${XSLT_LIBS:+false} :; then :
13236 if ${PKG_CONFIG+:} false; then :
13237 XSLT_LIBS=`$PKG_CONFIG --libs libxslt 2>/dev/null`
13240 test "$cross_compiling" = yes || XSLT_LIBS=${XSLT_LIBS:-`${XSLT_CONFIG:-xslt-config} --libs 2>/dev/null`}
13241 XSLT_LIBS=${XSLT_LIBS:-"-lxml2"}
13242 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt cflags: $XSLT_CFLAGS" >&5
13243 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt libs: $XSLT_LIBS" >&5
13244 ac_save_CPPFLAGS=$CPPFLAGS
13245 CPPFLAGS="$CPPFLAGS $XSLT_CFLAGS"
13246 for ac_header in libxslt/pattern.h libxslt/transform.h
13247 do :
13248 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13249 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
13250 # include <libxslt/pattern.h>
13251 #endif
13253 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
13254 cat >>confdefs.h <<_ACEOF
13255 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13256 _ACEOF
13260 done
13262 if test "$ac_cv_header_libxslt_transform_h" = "yes"
13263 then
13264 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
13265 $as_echo_n "checking for -lxslt... " >&6; }
13266 if ${ac_cv_lib_soname_xslt+:} false; then :
13267 $as_echo_n "(cached) " >&6
13268 else
13269 ac_check_soname_save_LIBS=$LIBS
13270 LIBS="-lxslt $XSLT_LIBS $LIBS"
13271 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13272 /* end confdefs.h. */
13274 /* Override any GCC internal prototype to avoid an error.
13275 Use char because int might match the return type of a GCC
13276 builtin and then its argument prototype would still apply. */
13277 #ifdef __cplusplus
13278 extern "C"
13279 #endif
13280 char xsltCompilePattern ();
13282 main ()
13284 return xsltCompilePattern ();
13286 return 0;
13288 _ACEOF
13289 if ac_fn_c_try_link "$LINENO"; then :
13290 case "$LIBEXT" in
13291 dll) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13292 dylib) ac_cv_lib_soname_xslt=`$OTOOL -L conftest$ac_exeext | grep "libxslt\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libxslt\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
13293 *) ac_cv_lib_soname_xslt=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libxslt\\.$LIBEXT" | sed -e "s/^.*\\[\\(libxslt\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13294 if ${ac_cv_lib_soname_xslt:+false} :; then :
13295 ac_cv_lib_soname_xslt=`$LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13296 fi ;;
13297 esac
13298 else
13299 ac_cv_lib_soname_xslt=
13301 rm -f core conftest.err conftest.$ac_objext \
13302 conftest$ac_exeext conftest.$ac_ext
13303 LIBS=$ac_check_soname_save_LIBS
13305 if ${ac_cv_lib_soname_xslt:+false} :; then :
13306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13307 $as_echo "not found" >&6; }
13309 else
13310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
13311 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
13313 cat >>confdefs.h <<_ACEOF
13314 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
13315 _ACEOF
13319 else
13320 XSLT_CFLAGS=""
13322 CPPFLAGS=$ac_save_CPPFLAGS
13325 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
13326 case "x$with_xslt" in
13327 x) as_fn_append wine_warnings "|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
13328 xno) ;;
13329 *) as_fn_error $? "libxslt ${notice_platform}development files not found, xslt won't be supported.
13330 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
13331 esac
13335 if test "x$with_inotify" != "xno"
13336 then
13337 if ${INOTIFY_CFLAGS:+false} :; then :
13338 if ${PKG_CONFIG+:} false; then :
13339 INOTIFY_CFLAGS=`$PKG_CONFIG --cflags libinotify 2>/dev/null`
13343 if ${INOTIFY_LIBS:+false} :; then :
13344 if ${PKG_CONFIG+:} false; then :
13345 INOTIFY_LIBS=`$PKG_CONFIG --libs libinotify 2>/dev/null`
13350 $as_echo "$as_me:${as_lineno-$LINENO}: libinotify cflags: $INOTIFY_CFLAGS" >&5
13351 $as_echo "$as_me:${as_lineno-$LINENO}: libinotify libs: $INOTIFY_LIBS" >&5
13352 ac_save_CPPFLAGS=$CPPFLAGS
13353 CPPFLAGS="$CPPFLAGS $INOTIFY_CFLAGS"
13354 for ac_header in sys/inotify.h
13355 do :
13356 ac_fn_c_check_header_mongrel "$LINENO" "sys/inotify.h" "ac_cv_header_sys_inotify_h" "$ac_includes_default"
13357 if test "x$ac_cv_header_sys_inotify_h" = xyes; then :
13358 cat >>confdefs.h <<_ACEOF
13359 #define HAVE_SYS_INOTIFY_H 1
13360 _ACEOF
13364 done
13366 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inotify_add_watch in -linotify" >&5
13367 $as_echo_n "checking for inotify_add_watch in -linotify... " >&6; }
13368 if ${ac_cv_lib_inotify_inotify_add_watch+:} false; then :
13369 $as_echo_n "(cached) " >&6
13370 else
13371 ac_check_lib_save_LIBS=$LIBS
13372 LIBS="-linotify $INOTIFY_LIBS $LIBS"
13373 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13374 /* end confdefs.h. */
13376 /* Override any GCC internal prototype to avoid an error.
13377 Use char because int might match the return type of a GCC
13378 builtin and then its argument prototype would still apply. */
13379 #ifdef __cplusplus
13380 extern "C"
13381 #endif
13382 char inotify_add_watch ();
13384 main ()
13386 return inotify_add_watch ();
13388 return 0;
13390 _ACEOF
13391 if ac_fn_c_try_link "$LINENO"; then :
13392 ac_cv_lib_inotify_inotify_add_watch=yes
13393 else
13394 ac_cv_lib_inotify_inotify_add_watch=no
13396 rm -f core conftest.err conftest.$ac_objext \
13397 conftest$ac_exeext conftest.$ac_ext
13398 LIBS=$ac_check_lib_save_LIBS
13400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_inotify_inotify_add_watch" >&5
13401 $as_echo "$ac_cv_lib_inotify_inotify_add_watch" >&6; }
13402 if test "x$ac_cv_lib_inotify_inotify_add_watch" = xyes; then :
13404 else
13405 INOTIFY_LIBS=""
13408 CPPFLAGS=$ac_save_CPPFLAGS
13411 if test "$ac_cv_header_sys_inotify_h" != "yes"; then :
13412 case "x$with_inotify" in
13413 x) as_fn_append wine_notices "|libinotify ${notice_platform}development files not found (or too old), filesystem change notifications won't be supported." ;;
13414 xno) ;;
13415 *) as_fn_error $? "libinotify ${notice_platform}development files not found (or too old), filesystem change notifications won't be supported.
13416 This is an error since --with-inotify was requested." "$LINENO" 5 ;;
13417 esac
13421 if test "x$with_dbus" != "xno"
13422 then
13423 if ${DBUS_CFLAGS:+false} :; then :
13424 if ${PKG_CONFIG+:} false; then :
13425 DBUS_CFLAGS=`$PKG_CONFIG --cflags dbus-1 2>/dev/null`
13429 if ${DBUS_LIBS:+false} :; then :
13430 if ${PKG_CONFIG+:} false; then :
13431 DBUS_LIBS=`$PKG_CONFIG --libs dbus-1 2>/dev/null`
13436 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 cflags: $DBUS_CFLAGS" >&5
13437 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 libs: $DBUS_LIBS" >&5
13438 ac_save_CPPFLAGS=$CPPFLAGS
13439 CPPFLAGS="$CPPFLAGS $DBUS_CFLAGS"
13440 ac_fn_c_check_header_mongrel "$LINENO" "dbus/dbus.h" "ac_cv_header_dbus_dbus_h" "$ac_includes_default"
13441 if test "x$ac_cv_header_dbus_dbus_h" = xyes; then :
13442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ldbus-1" >&5
13443 $as_echo_n "checking for -ldbus-1... " >&6; }
13444 if ${ac_cv_lib_soname_dbus_1+:} false; then :
13445 $as_echo_n "(cached) " >&6
13446 else
13447 ac_check_soname_save_LIBS=$LIBS
13448 LIBS="-ldbus-1 $DBUS_LIBS $LIBS"
13449 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13450 /* end confdefs.h. */
13452 /* Override any GCC internal prototype to avoid an error.
13453 Use char because int might match the return type of a GCC
13454 builtin and then its argument prototype would still apply. */
13455 #ifdef __cplusplus
13456 extern "C"
13457 #endif
13458 char dbus_connection_close ();
13460 main ()
13462 return dbus_connection_close ();
13464 return 0;
13466 _ACEOF
13467 if ac_fn_c_try_link "$LINENO"; then :
13468 case "$LIBEXT" in
13469 dll) ac_cv_lib_soname_dbus_1=`$ac_cv_path_LDD conftest.exe | grep "dbus-1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13470 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'` ;;
13471 *) 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'`
13472 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
13473 ac_cv_lib_soname_dbus_1=`$LDD conftest$ac_exeext | grep "libdbus-1\\.$LIBEXT" | sed -e "s/^.*\(libdbus-1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13474 fi ;;
13475 esac
13476 else
13477 ac_cv_lib_soname_dbus_1=
13479 rm -f core conftest.err conftest.$ac_objext \
13480 conftest$ac_exeext conftest.$ac_ext
13481 LIBS=$ac_check_soname_save_LIBS
13483 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
13484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13485 $as_echo "not found" >&6; }
13486 DBUS_CFLAGS=""
13487 else
13488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_dbus_1" >&5
13489 $as_echo "$ac_cv_lib_soname_dbus_1" >&6; }
13491 cat >>confdefs.h <<_ACEOF
13492 #define SONAME_LIBDBUS_1 "$ac_cv_lib_soname_dbus_1"
13493 _ACEOF
13497 else
13498 DBUS_CFLAGS=""
13502 CPPFLAGS=$ac_save_CPPFLAGS
13505 if test "x$ac_cv_lib_soname_dbus_1" = "x" -a \
13506 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
13507 case "x$with_dbus" in
13508 x) as_fn_append wine_notices "|libdbus ${notice_platform}development files not found, no dynamic device support." ;;
13509 xno) ;;
13510 *) as_fn_error $? "libdbus ${notice_platform}development files not found, no dynamic device support.
13511 This is an error since --with-dbus was requested." "$LINENO" 5 ;;
13512 esac
13516 if test "x$with_hal" != "xno" -a "x$ac_cv_lib_soname_dbus_1" != x
13517 then
13518 if ${HAL_CFLAGS:+false} :; then :
13519 if ${PKG_CONFIG+:} false; then :
13520 HAL_CFLAGS=`$PKG_CONFIG --cflags hal 2>/dev/null`
13524 if ${HAL_LIBS:+false} :; then :
13525 if ${PKG_CONFIG+:} false; then :
13526 HAL_LIBS=`$PKG_CONFIG --libs hal 2>/dev/null`
13530 HAL_LIBS=${HAL_LIBS:-"-ldbus-1"}
13531 $as_echo "$as_me:${as_lineno-$LINENO}: hal cflags: $HAL_CFLAGS" >&5
13532 $as_echo "$as_me:${as_lineno-$LINENO}: hal libs: $HAL_LIBS" >&5
13533 ac_save_CPPFLAGS=$CPPFLAGS
13534 CPPFLAGS="$CPPFLAGS $HAL_CFLAGS"
13535 ac_fn_c_check_header_mongrel "$LINENO" "hal/libhal.h" "ac_cv_header_hal_libhal_h" "$ac_includes_default"
13536 if test "x$ac_cv_header_hal_libhal_h" = xyes; then :
13537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
13538 $as_echo_n "checking for -lhal... " >&6; }
13539 if ${ac_cv_lib_soname_hal+:} false; then :
13540 $as_echo_n "(cached) " >&6
13541 else
13542 ac_check_soname_save_LIBS=$LIBS
13543 LIBS="-lhal $HAL_LIBS $LIBS"
13544 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13545 /* end confdefs.h. */
13547 /* Override any GCC internal prototype to avoid an error.
13548 Use char because int might match the return type of a GCC
13549 builtin and then its argument prototype would still apply. */
13550 #ifdef __cplusplus
13551 extern "C"
13552 #endif
13553 char libhal_ctx_new ();
13555 main ()
13557 return libhal_ctx_new ();
13559 return 0;
13561 _ACEOF
13562 if ac_fn_c_try_link "$LINENO"; then :
13563 case "$LIBEXT" in
13564 dll) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13565 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'` ;;
13566 *) ac_cv_lib_soname_hal=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libhal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libhal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13567 if ${ac_cv_lib_soname_hal:+false} :; then :
13568 ac_cv_lib_soname_hal=`$LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13569 fi ;;
13570 esac
13571 else
13572 ac_cv_lib_soname_hal=
13574 rm -f core conftest.err conftest.$ac_objext \
13575 conftest$ac_exeext conftest.$ac_ext
13576 LIBS=$ac_check_soname_save_LIBS
13578 if ${ac_cv_lib_soname_hal:+false} :; then :
13579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13580 $as_echo "not found" >&6; }
13581 HAL_CFLAGS=""
13582 else
13583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
13584 $as_echo "$ac_cv_lib_soname_hal" >&6; }
13586 cat >>confdefs.h <<_ACEOF
13587 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
13588 _ACEOF
13592 else
13593 HAL_CFLAGS=""
13597 CPPFLAGS=$ac_save_CPPFLAGS
13599 if test "x$ac_cv_lib_soname_hal" = "x" -a \
13600 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
13601 case "x$with_hal" in
13602 x) as_fn_append wine_notices "|libhal ${notice_platform}development files not found, no legacy dynamic device support." ;;
13603 xno) ;;
13604 *) as_fn_error $? "libhal ${notice_platform}development files not found, no legacy dynamic device support.
13605 This is an error since --with-hal was requested." "$LINENO" 5 ;;
13606 esac
13611 if test "x$with_gnutls" != "xno"
13612 then
13613 if ${GNUTLS_CFLAGS:+false} :; then :
13614 if ${PKG_CONFIG+:} false; then :
13615 GNUTLS_CFLAGS=`$PKG_CONFIG --cflags gnutls 2>/dev/null`
13619 if ${GNUTLS_LIBS:+false} :; then :
13620 if ${PKG_CONFIG+:} false; then :
13621 GNUTLS_LIBS=`$PKG_CONFIG --libs gnutls 2>/dev/null`
13625 GNUTLS_LIBS=${GNUTLS_LIBS:-"-lgnutls"}
13626 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls cflags: $GNUTLS_CFLAGS" >&5
13627 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls libs: $GNUTLS_LIBS" >&5
13628 ac_save_CPPFLAGS=$CPPFLAGS
13629 CPPFLAGS="$CPPFLAGS $GNUTLS_CFLAGS"
13630 ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
13631 if test "x$ac_cv_header_gnutls_gnutls_h" = xyes; then :
13632 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13633 /* end confdefs.h. */
13634 #include <gnutls/gnutls.h>
13635 #include <gnutls/crypto.h>
13637 main ()
13639 static typeof(gnutls_mac_get_key_size) *func; if (func) return 0;
13641 return 0;
13643 _ACEOF
13644 if ac_fn_c_try_compile "$LINENO"; then :
13645 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
13646 $as_echo_n "checking for -lgnutls... " >&6; }
13647 if ${ac_cv_lib_soname_gnutls+:} false; then :
13648 $as_echo_n "(cached) " >&6
13649 else
13650 ac_check_soname_save_LIBS=$LIBS
13651 LIBS="-lgnutls $GNUTLS_LIBS $LIBS"
13652 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13653 /* end confdefs.h. */
13655 /* Override any GCC internal prototype to avoid an error.
13656 Use char because int might match the return type of a GCC
13657 builtin and then its argument prototype would still apply. */
13658 #ifdef __cplusplus
13659 extern "C"
13660 #endif
13661 char gnutls_global_init ();
13663 main ()
13665 return gnutls_global_init ();
13667 return 0;
13669 _ACEOF
13670 if ac_fn_c_try_link "$LINENO"; then :
13671 case "$LIBEXT" in
13672 dll) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13673 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'` ;;
13674 *) 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'`
13675 if ${ac_cv_lib_soname_gnutls:+false} :; then :
13676 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'`
13677 fi ;;
13678 esac
13679 else
13680 ac_cv_lib_soname_gnutls=
13682 rm -f core conftest.err conftest.$ac_objext \
13683 conftest$ac_exeext conftest.$ac_ext
13684 LIBS=$ac_check_soname_save_LIBS
13686 if ${ac_cv_lib_soname_gnutls:+false} :; then :
13687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13688 $as_echo "not found" >&6; }
13689 GNUTLS_CFLAGS=""
13690 else
13691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
13692 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
13694 cat >>confdefs.h <<_ACEOF
13695 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13696 _ACEOF
13700 ac_wine_check_funcs_save_LIBS="$LIBS"
13701 LIBS="$LIBS $GNUTLS_LIBS"
13702 for ac_func in gnutls_cipher_init
13703 do :
13704 ac_fn_c_check_func "$LINENO" "gnutls_cipher_init" "ac_cv_func_gnutls_cipher_init"
13705 if test "x$ac_cv_func_gnutls_cipher_init" = xyes; then :
13706 cat >>confdefs.h <<_ACEOF
13707 #define HAVE_GNUTLS_CIPHER_INIT 1
13708 _ACEOF
13710 else
13711 as_fn_append wine_notices "|libgnutls ${notice_platform}development files too old, bcrypt encryption won't be supported."
13713 done
13715 LIBS="$ac_wine_check_funcs_save_LIBS"
13717 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13718 else
13719 GNUTLS_CFLAGS=""
13723 CPPFLAGS=$ac_save_CPPFLAGS
13726 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
13727 case "x$with_gnutls" in
13728 x) as_fn_append wine_warnings "|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13729 xno) ;;
13730 *) as_fn_error $? "libgnutls ${notice_platform}development files not found, no schannel support.
13731 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
13732 esac
13736 if test "x$with_sane" != "xno"
13737 then
13738 if ${SANE_CFLAGS:+false} :; then :
13739 if ${PKG_CONFIG+:} false; then :
13740 SANE_CFLAGS=`$PKG_CONFIG --cflags sane-backends 2>/dev/null`
13743 test "$cross_compiling" = yes || SANE_CFLAGS=${SANE_CFLAGS:-`${SANE_CONFIG:-sane-config} --cflags 2>/dev/null`}
13744 if ${SANE_LIBS:+false} :; then :
13745 if ${PKG_CONFIG+:} false; then :
13746 SANE_LIBS=`$PKG_CONFIG --libs sane-backends 2>/dev/null`
13749 test "$cross_compiling" = yes || SANE_LIBS=${SANE_LIBS:-`${SANE_CONFIG:-sane-config} --ldflags 2>/dev/null`}
13751 $as_echo "$as_me:${as_lineno-$LINENO}: sane-backends cflags: $SANE_CFLAGS" >&5
13752 $as_echo "$as_me:${as_lineno-$LINENO}: sane-backends libs: $SANE_LIBS" >&5
13753 ac_save_CPPFLAGS=$CPPFLAGS
13754 CPPFLAGS="$CPPFLAGS $SANE_CFLAGS"
13755 ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
13756 if test "x$ac_cv_header_sane_sane_h" = xyes; then :
13757 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
13758 $as_echo_n "checking for -lsane... " >&6; }
13759 if ${ac_cv_lib_soname_sane+:} false; then :
13760 $as_echo_n "(cached) " >&6
13761 else
13762 ac_check_soname_save_LIBS=$LIBS
13763 LIBS="-lsane $SANE_LIBS $LIBS"
13764 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13765 /* end confdefs.h. */
13767 /* Override any GCC internal prototype to avoid an error.
13768 Use char because int might match the return type of a GCC
13769 builtin and then its argument prototype would still apply. */
13770 #ifdef __cplusplus
13771 extern "C"
13772 #endif
13773 char sane_init ();
13775 main ()
13777 return sane_init ();
13779 return 0;
13781 _ACEOF
13782 if ac_fn_c_try_link "$LINENO"; then :
13783 case "$LIBEXT" in
13784 dll) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13785 dylib) ac_cv_lib_soname_sane=`$OTOOL -L conftest$ac_exeext | grep "libsane\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libsane\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
13786 *) ac_cv_lib_soname_sane=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libsane\\.$LIBEXT" | sed -e "s/^.*\\[\\(libsane\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13787 if ${ac_cv_lib_soname_sane:+false} :; then :
13788 ac_cv_lib_soname_sane=`$LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13789 fi ;;
13790 esac
13791 else
13792 ac_cv_lib_soname_sane=
13794 rm -f core conftest.err conftest.$ac_objext \
13795 conftest$ac_exeext conftest.$ac_ext
13796 LIBS=$ac_check_soname_save_LIBS
13798 if ${ac_cv_lib_soname_sane:+false} :; then :
13799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13800 $as_echo "not found" >&6; }
13801 SANE_CFLAGS=""
13802 else
13803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
13804 $as_echo "$ac_cv_lib_soname_sane" >&6; }
13806 cat >>confdefs.h <<_ACEOF
13807 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13808 _ACEOF
13812 else
13813 SANE_CFLAGS=""
13817 CPPFLAGS=$ac_save_CPPFLAGS
13820 if test "x$ac_cv_lib_soname_sane" = "x"; then :
13821 case "x$with_sane" in
13822 x) as_fn_append wine_notices "|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
13823 xno) ;;
13824 *) as_fn_error $? "libsane ${notice_platform}development files not found, scanners won't be supported.
13825 This is an error since --with-sane was requested." "$LINENO" 5 ;;
13826 esac
13830 if test "x$with_usb" != "xno"
13831 then
13832 if ${USB_CFLAGS:+false} :; then :
13833 if ${PKG_CONFIG+:} false; then :
13834 USB_CFLAGS=`$PKG_CONFIG --cflags libusb-1.0 2>/dev/null`
13838 if ${USB_LIBS:+false} :; then :
13839 if ${PKG_CONFIG+:} false; then :
13840 USB_LIBS=`$PKG_CONFIG --libs libusb-1.0 2>/dev/null`
13844 USB_LIBS=${USB_LIBS:-"-lusb-1.0"}
13845 $as_echo "$as_me:${as_lineno-$LINENO}: libusb-1.0 cflags: $USB_CFLAGS" >&5
13846 $as_echo "$as_me:${as_lineno-$LINENO}: libusb-1.0 libs: $USB_LIBS" >&5
13847 ac_save_CPPFLAGS=$CPPFLAGS
13848 CPPFLAGS="$CPPFLAGS $USB_CFLAGS"
13849 ac_fn_c_check_header_mongrel "$LINENO" "libusb.h" "ac_cv_header_libusb_h" "$ac_includes_default"
13850 if test "x$ac_cv_header_libusb_h" = xyes; then :
13851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libusb_interrupt_event_handler in -lusb-1.0" >&5
13852 $as_echo_n "checking for libusb_interrupt_event_handler in -lusb-1.0... " >&6; }
13853 if ${ac_cv_lib_usb_1_0_libusb_interrupt_event_handler+:} false; then :
13854 $as_echo_n "(cached) " >&6
13855 else
13856 ac_check_lib_save_LIBS=$LIBS
13857 LIBS="-lusb-1.0 $USB_LIBS $LIBS"
13858 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13859 /* end confdefs.h. */
13861 /* Override any GCC internal prototype to avoid an error.
13862 Use char because int might match the return type of a GCC
13863 builtin and then its argument prototype would still apply. */
13864 #ifdef __cplusplus
13865 extern "C"
13866 #endif
13867 char libusb_interrupt_event_handler ();
13869 main ()
13871 return libusb_interrupt_event_handler ();
13873 return 0;
13875 _ACEOF
13876 if ac_fn_c_try_link "$LINENO"; then :
13877 ac_cv_lib_usb_1_0_libusb_interrupt_event_handler=yes
13878 else
13879 ac_cv_lib_usb_1_0_libusb_interrupt_event_handler=no
13881 rm -f core conftest.err conftest.$ac_objext \
13882 conftest$ac_exeext conftest.$ac_ext
13883 LIBS=$ac_check_lib_save_LIBS
13885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_usb_1_0_libusb_interrupt_event_handler" >&5
13886 $as_echo "$ac_cv_lib_usb_1_0_libusb_interrupt_event_handler" >&6; }
13887 if test "x$ac_cv_lib_usb_1_0_libusb_interrupt_event_handler" = xyes; then :
13889 else
13890 USB_LIBS=""
13893 else
13894 USB_LIBS=""
13898 CPPFLAGS=$ac_save_CPPFLAGS
13901 if test "$ac_cv_lib_usb_1_0_libusb_interrupt_event_handler" != "yes"; then :
13902 case "x$with_usb" in
13903 x) as_fn_append wine_notices "|libusb-1.0 ${notice_platform}development files not found (or too old), USB devices won't be supported." ;;
13904 xno) ;;
13905 *) as_fn_error $? "libusb-1.0 ${notice_platform}development files not found (or too old), USB devices won't be supported.
13906 This is an error since --with-usb was requested." "$LINENO" 5 ;;
13907 esac
13908 enable_wineusb_sys=${enable_wineusb_sys:-no}
13911 if test "x$with_v4l2" != "xno"
13912 then
13913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l2" >&5
13914 $as_echo_n "checking for -lv4l2... " >&6; }
13915 if ${ac_cv_lib_soname_v4l2+:} false; then :
13916 $as_echo_n "(cached) " >&6
13917 else
13918 ac_check_soname_save_LIBS=$LIBS
13919 LIBS="-lv4l2 $LIBS"
13920 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13921 /* end confdefs.h. */
13923 /* Override any GCC internal prototype to avoid an error.
13924 Use char because int might match the return type of a GCC
13925 builtin and then its argument prototype would still apply. */
13926 #ifdef __cplusplus
13927 extern "C"
13928 #endif
13929 char v4l2_open ();
13931 main ()
13933 return v4l2_open ();
13935 return 0;
13937 _ACEOF
13938 if ac_fn_c_try_link "$LINENO"; then :
13939 case "$LIBEXT" in
13940 dll) ac_cv_lib_soname_v4l2=`$ac_cv_path_LDD conftest.exe | grep "v4l2" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13941 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'` ;;
13942 *) ac_cv_lib_soname_v4l2=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libv4l2\\.$LIBEXT" | sed -e "s/^.*\\[\\(libv4l2\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13943 if ${ac_cv_lib_soname_v4l2:+false} :; then :
13944 ac_cv_lib_soname_v4l2=`$LDD conftest$ac_exeext | grep "libv4l2\\.$LIBEXT" | sed -e "s/^.*\(libv4l2\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13945 fi ;;
13946 esac
13947 else
13948 ac_cv_lib_soname_v4l2=
13950 rm -f core conftest.err conftest.$ac_objext \
13951 conftest$ac_exeext conftest.$ac_ext
13952 LIBS=$ac_check_soname_save_LIBS
13954 if ${ac_cv_lib_soname_v4l2:+false} :; then :
13955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13956 $as_echo "not found" >&6; }
13958 else
13959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l2" >&5
13960 $as_echo "$ac_cv_lib_soname_v4l2" >&6; }
13962 cat >>confdefs.h <<_ACEOF
13963 #define SONAME_LIBV4L2 "$ac_cv_lib_soname_v4l2"
13964 _ACEOF
13969 if test "x$ac_cv_lib_soname_v4l2" = "x"; then :
13970 case "x$with_v4l2" in
13971 x) as_fn_append wine_notices "|libv4l2 ${notice_platform}development files not found." ;;
13972 xno) ;;
13973 *) as_fn_error $? "libv4l2 ${notice_platform}development files not found.
13974 This is an error since --with-v4l2 was requested." "$LINENO" 5 ;;
13975 esac
13979 if test "x$with_gphoto" != "xno"
13980 then
13981 if ${GPHOTO2_CFLAGS:+false} :; then :
13982 if ${PKG_CONFIG+:} false; then :
13983 GPHOTO2_CFLAGS=`$PKG_CONFIG --cflags libgphoto2 2>/dev/null`
13986 test "$cross_compiling" = yes || GPHOTO2_CFLAGS=${GPHOTO2_CFLAGS:-`${GPHOTO2_CONFIG:-gphoto2-config} --cflags 2>/dev/null`}
13987 if ${GPHOTO2_LIBS:+false} :; then :
13988 if ${PKG_CONFIG+:} false; then :
13989 GPHOTO2_LIBS=`$PKG_CONFIG --libs libgphoto2 2>/dev/null`
13992 test "$cross_compiling" = yes || GPHOTO2_LIBS=${GPHOTO2_LIBS:-`${GPHOTO2_CONFIG:-gphoto2-config} --libs 2>/dev/null`}
13993 GPHOTO2_LIBS=${GPHOTO2_LIBS:-"-lgphoto2"}
13994 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 cflags: $GPHOTO2_CFLAGS" >&5
13995 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 libs: $GPHOTO2_LIBS" >&5
13996 ac_save_CPPFLAGS=$CPPFLAGS
13997 CPPFLAGS="$CPPFLAGS $GPHOTO2_CFLAGS"
13998 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
13999 if test "x$ac_cv_header_gphoto2_camera_h" = xyes; then :
14000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
14001 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
14002 if ${ac_cv_lib_gphoto2_gp_camera_new+:} false; then :
14003 $as_echo_n "(cached) " >&6
14004 else
14005 ac_check_lib_save_LIBS=$LIBS
14006 LIBS="-lgphoto2 $GPHOTO2_LIBS $LIBS"
14007 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14008 /* end confdefs.h. */
14010 /* Override any GCC internal prototype to avoid an error.
14011 Use char because int might match the return type of a GCC
14012 builtin and then its argument prototype would still apply. */
14013 #ifdef __cplusplus
14014 extern "C"
14015 #endif
14016 char gp_camera_new ();
14018 main ()
14020 return gp_camera_new ();
14022 return 0;
14024 _ACEOF
14025 if ac_fn_c_try_link "$LINENO"; then :
14026 ac_cv_lib_gphoto2_gp_camera_new=yes
14027 else
14028 ac_cv_lib_gphoto2_gp_camera_new=no
14030 rm -f core conftest.err conftest.$ac_objext \
14031 conftest$ac_exeext conftest.$ac_ext
14032 LIBS=$ac_check_lib_save_LIBS
14034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
14035 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
14036 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = xyes; then :
14038 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
14040 else
14041 GPHOTO2_LIBS=""; GPHOTO2_CFLAGS=""
14044 else
14045 GPHOTO2_LIBS=""; GPHOTO2_CFLAGS=""
14049 CPPFLAGS=$ac_save_CPPFLAGS
14051 if ${GPHOTO2_PORT_CFLAGS:+false} :; then :
14052 if ${PKG_CONFIG+:} false; then :
14053 GPHOTO2_PORT_CFLAGS=`$PKG_CONFIG --cflags libgphoto2_port 2>/dev/null`
14056 test "$cross_compiling" = yes || GPHOTO2_PORT_CFLAGS=${GPHOTO2_PORT_CFLAGS:-`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --cflags 2>/dev/null`}
14057 if ${GPHOTO2_PORT_LIBS:+false} :; then :
14058 if ${PKG_CONFIG+:} false; then :
14059 GPHOTO2_PORT_LIBS=`$PKG_CONFIG --libs libgphoto2_port 2>/dev/null`
14062 test "$cross_compiling" = yes || GPHOTO2_PORT_LIBS=${GPHOTO2_PORT_LIBS:-`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --libs 2>/dev/null`}
14063 GPHOTO2_PORT_LIBS=${GPHOTO2_PORT_LIBS:-"-lgphoto2_port"}
14064 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port cflags: $GPHOTO2_PORT_CFLAGS" >&5
14065 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port libs: $GPHOTO2_PORT_LIBS" >&5
14066 ac_save_CPPFLAGS=$CPPFLAGS
14067 CPPFLAGS="$CPPFLAGS $GPHOTO2_PORT_CFLAGS"
14068 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-port.h" "ac_cv_header_gphoto2_port_h" "$ac_includes_default"
14069 if test "x$ac_cv_header_gphoto2_port_h" = xyes; then :
14070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_port_info_list_new in -lgphoto2_port" >&5
14071 $as_echo_n "checking for gp_port_info_list_new in -lgphoto2_port... " >&6; }
14072 if ${ac_cv_lib_gphoto2_port_gp_port_info_list_new+:} false; then :
14073 $as_echo_n "(cached) " >&6
14074 else
14075 ac_check_lib_save_LIBS=$LIBS
14076 LIBS="-lgphoto2_port $GPHOTO2_PORT_LIBS $LIBS"
14077 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14078 /* end confdefs.h. */
14080 /* Override any GCC internal prototype to avoid an error.
14081 Use char because int might match the return type of a GCC
14082 builtin and then its argument prototype would still apply. */
14083 #ifdef __cplusplus
14084 extern "C"
14085 #endif
14086 char gp_port_info_list_new ();
14088 main ()
14090 return gp_port_info_list_new ();
14092 return 0;
14094 _ACEOF
14095 if ac_fn_c_try_link "$LINENO"; then :
14096 ac_cv_lib_gphoto2_port_gp_port_info_list_new=yes
14097 else
14098 ac_cv_lib_gphoto2_port_gp_port_info_list_new=no
14100 rm -f core conftest.err conftest.$ac_objext \
14101 conftest$ac_exeext conftest.$ac_ext
14102 LIBS=$ac_check_lib_save_LIBS
14104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&5
14105 $as_echo "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&6; }
14106 if test "x$ac_cv_lib_gphoto2_port_gp_port_info_list_new" = xyes; then :
14108 $as_echo "#define HAVE_GPHOTO2_PORT 1" >>confdefs.h
14110 else
14111 GPHOTO2_PORT_LIBS=""; GPHOTO2_PORT_CFLAGS=""
14114 else
14115 GPHOTO2_PORT_LIBS=""; GPHOTO2_PORT_CFLAGS=""
14119 CPPFLAGS=$ac_save_CPPFLAGS
14122 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
14123 case "x$with_gphoto" in
14124 x) as_fn_append wine_notices "|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14125 xno) ;;
14126 *) as_fn_error $? "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14127 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
14128 esac
14131 if test "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" != "yes"; then :
14132 case "x$with_gphoto" in
14133 x) as_fn_append wine_notices "|libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected." ;;
14134 xno) ;;
14135 *) as_fn_error $? "libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected.
14136 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
14137 esac
14142 if test "$ac_cv_header_resolv_h" = "yes"
14143 then
14144 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for resolver library" >&5
14145 $as_echo_n "checking for resolver library... " >&6; }
14146 if ${ac_cv_have_resolv+:} false; then :
14147 $as_echo_n "(cached) " >&6
14148 else
14149 ac_save_LIBS="$LIBS"
14150 for lib in '' -lresolv
14152 LIBS="$lib $ac_save_LIBS"
14153 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14154 /* end confdefs.h. */
14155 #ifdef HAVE_NETINET_IN_H
14156 #include <netinet/in.h>
14157 #endif
14158 #include <resolv.h>
14160 main ()
14162 if (!(_res.options & RES_INIT)) res_init(); res_query("foo",ns_c_in,0,0,0); ns_initparse(0,0,0)
14164 return 0;
14166 _ACEOF
14167 if ac_fn_c_try_link "$LINENO"; then :
14168 ac_cv_have_resolv=${lib:-"none required"}
14169 else
14170 ac_cv_have_resolv="not found"
14172 rm -f core conftest.err conftest.$ac_objext \
14173 conftest$ac_exeext conftest.$ac_ext
14174 test "x$ac_cv_have_resolv" = "xnot found" || break
14175 done
14176 LIBS="$ac_save_LIBS"
14178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_resolv" >&5
14179 $as_echo "$ac_cv_have_resolv" >&6; }
14181 case "$ac_cv_have_resolv" in
14182 "not found") ;;
14183 "none required")
14185 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
14188 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
14190 RESOLV_LIBS=$ac_cv_have_resolv
14192 esac
14194 if test "x$ac_cv_have_resolv" != "xnot found"
14195 then
14196 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for res_getservers" >&5
14197 $as_echo_n "checking for res_getservers... " >&6; }
14198 if ${ac_cv_have_res_getservers+:} false; then :
14199 $as_echo_n "(cached) " >&6
14200 else
14201 ac_save_LIBS="$LIBS"
14202 LIBS="$RESOLV_LIBS $LIBS"
14203 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14204 /* end confdefs.h. */
14205 #include <resolv.h>
14207 main ()
14209 res_getservers(NULL, NULL, 0);
14211 return 0;
14213 _ACEOF
14214 if ac_fn_c_try_link "$LINENO"; then :
14215 ac_cv_have_res_getservers=yes
14216 else
14217 ac_cv_have_res_getservers=no
14219 rm -f core conftest.err conftest.$ac_objext \
14220 conftest$ac_exeext conftest.$ac_ext
14221 LIBS="$ac_save_LIBS"
14223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_res_getservers" >&5
14224 $as_echo "$ac_cv_have_res_getservers" >&6; }
14225 if test "$ac_cv_have_res_getservers" = "yes"
14226 then
14228 $as_echo "#define HAVE_RES_GETSERVERS 1" >>confdefs.h
14234 if test "x$with_cms" != "xno"
14235 then
14236 if ${LCMS2_CFLAGS:+false} :; then :
14237 if ${PKG_CONFIG+:} false; then :
14238 LCMS2_CFLAGS=`$PKG_CONFIG --cflags lcms2 2>/dev/null`
14242 if ${LCMS2_LIBS:+false} :; then :
14243 if ${PKG_CONFIG+:} false; then :
14244 LCMS2_LIBS=`$PKG_CONFIG --libs lcms2 2>/dev/null`
14248 LCMS2_LIBS=${LCMS2_LIBS:-"-llcms2"}
14249 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 cflags: $LCMS2_CFLAGS" >&5
14250 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 libs: $LCMS2_LIBS" >&5
14251 ac_save_CPPFLAGS=$CPPFLAGS
14252 CPPFLAGS="$CPPFLAGS $LCMS2_CFLAGS"
14253 for ac_header in lcms2.h
14254 do :
14255 ac_fn_c_check_header_mongrel "$LINENO" "lcms2.h" "ac_cv_header_lcms2_h" "$ac_includes_default"
14256 if test "x$ac_cv_header_lcms2_h" = xyes; then :
14257 cat >>confdefs.h <<_ACEOF
14258 #define HAVE_LCMS2_H 1
14259 _ACEOF
14263 done
14265 if test "$ac_cv_header_lcms2_h" = "yes"
14266 then
14267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms2" >&5
14268 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms2... " >&6; }
14269 if ${ac_cv_lib_lcms2_cmsOpenProfileFromFile+:} false; then :
14270 $as_echo_n "(cached) " >&6
14271 else
14272 ac_check_lib_save_LIBS=$LIBS
14273 LIBS="-llcms2 $LCMS2_LIBS $LIBS"
14274 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14275 /* end confdefs.h. */
14277 /* Override any GCC internal prototype to avoid an error.
14278 Use char because int might match the return type of a GCC
14279 builtin and then its argument prototype would still apply. */
14280 #ifdef __cplusplus
14281 extern "C"
14282 #endif
14283 char cmsOpenProfileFromFile ();
14285 main ()
14287 return cmsOpenProfileFromFile ();
14289 return 0;
14291 _ACEOF
14292 if ac_fn_c_try_link "$LINENO"; then :
14293 ac_cv_lib_lcms2_cmsOpenProfileFromFile=yes
14294 else
14295 ac_cv_lib_lcms2_cmsOpenProfileFromFile=no
14297 rm -f core conftest.err conftest.$ac_objext \
14298 conftest$ac_exeext conftest.$ac_ext
14299 LIBS=$ac_check_lib_save_LIBS
14301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&5
14302 $as_echo "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&6; }
14303 if test "x$ac_cv_lib_lcms2_cmsOpenProfileFromFile" = xyes; then :
14305 $as_echo "#define HAVE_LCMS2 1" >>confdefs.h
14307 else
14308 LCMS2_LIBS=""
14311 else
14312 LCMS2_CFLAGS=""
14313 LCMS2_LIBS=""
14315 CPPFLAGS=$ac_save_CPPFLAGS
14318 if test "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" != "yes"; then :
14319 case "x$with_cms" in
14320 x) as_fn_append wine_notices "|liblcms2 ${notice_platform}development files not found, Color Management won't be supported." ;;
14321 xno) ;;
14322 *) as_fn_error $? "liblcms2 ${notice_platform}development files not found, Color Management won't be supported.
14323 This is an error since --with-cms was requested." "$LINENO" 5 ;;
14324 esac
14328 if test "x$with_freetype" != "xno"
14329 then
14330 if ${FREETYPE_CFLAGS:+false} :; then :
14331 if ${PKG_CONFIG+:} false; then :
14332 FREETYPE_CFLAGS=`$PKG_CONFIG --cflags freetype2 2>/dev/null`
14335 test "$cross_compiling" = yes || FREETYPE_CFLAGS=${FREETYPE_CFLAGS:-`(${FREETYPE_CONFIG:-freetype-config} --cflags || ${FREETYPE2_CONFIG:-freetype2-config} --cflags) 2>/dev/null`}
14336 if ${FREETYPE_LIBS:+false} :; then :
14337 if ${PKG_CONFIG+:} false; then :
14338 FREETYPE_LIBS=`$PKG_CONFIG --libs freetype2 2>/dev/null`
14341 test "$cross_compiling" = yes || FREETYPE_LIBS=${FREETYPE_LIBS:-`(${FREETYPE_CONFIG:-freetype-config} --libs || ${FREETYPE2_CONFIG:-freetype2-config} --libs) 2>/dev/null`}
14342 FREETYPE_LIBS=${FREETYPE_LIBS:-"-lfreetype"}
14343 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 cflags: $FREETYPE_CFLAGS" >&5
14344 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 libs: $FREETYPE_LIBS" >&5
14345 ac_save_CPPFLAGS=$CPPFLAGS
14346 CPPFLAGS="$CPPFLAGS $FREETYPE_CFLAGS"
14347 for ac_header in ft2build.h
14348 do :
14349 ac_fn_c_check_header_mongrel "$LINENO" "ft2build.h" "ac_cv_header_ft2build_h" "$ac_includes_default"
14350 if test "x$ac_cv_header_ft2build_h" = xyes; then :
14351 cat >>confdefs.h <<_ACEOF
14352 #define HAVE_FT2BUILD_H 1
14353 _ACEOF
14357 done
14359 if test "$ac_cv_header_ft2build_h" = "yes"
14360 then
14361 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
14362 $as_echo_n "checking for -lfreetype... " >&6; }
14363 if ${ac_cv_lib_soname_freetype+:} false; then :
14364 $as_echo_n "(cached) " >&6
14365 else
14366 ac_check_soname_save_LIBS=$LIBS
14367 LIBS="-lfreetype $FREETYPE_LIBS $LIBS"
14368 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14369 /* end confdefs.h. */
14371 /* Override any GCC internal prototype to avoid an error.
14372 Use char because int might match the return type of a GCC
14373 builtin and then its argument prototype would still apply. */
14374 #ifdef __cplusplus
14375 extern "C"
14376 #endif
14377 char FT_Init_FreeType ();
14379 main ()
14381 return FT_Init_FreeType ();
14383 return 0;
14385 _ACEOF
14386 if ac_fn_c_try_link "$LINENO"; then :
14387 case "$LIBEXT" in
14388 dll) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14389 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'` ;;
14390 *) ac_cv_lib_soname_freetype=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfreetype\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfreetype\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14391 if ${ac_cv_lib_soname_freetype:+false} :; then :
14392 ac_cv_lib_soname_freetype=`$LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14393 fi ;;
14394 esac
14395 else
14396 ac_cv_lib_soname_freetype=
14398 rm -f core conftest.err conftest.$ac_objext \
14399 conftest$ac_exeext conftest.$ac_ext
14400 LIBS=$ac_check_soname_save_LIBS
14402 if ${ac_cv_lib_soname_freetype:+false} :; then :
14403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14404 $as_echo "not found" >&6; }
14405 FREETYPE_LIBS=""
14406 else
14407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
14408 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
14410 cat >>confdefs.h <<_ACEOF
14411 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14412 _ACEOF
14415 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
14417 ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <ft2build.h>
14418 #include FT_MODULE_H
14420 if test "x$ac_cv_type_FT_TrueTypeEngineType" = xyes; then :
14422 cat >>confdefs.h <<_ACEOF
14423 #define HAVE_FT_TRUETYPEENGINETYPE 1
14424 _ACEOF
14430 else
14431 FREETYPE_CFLAGS=""
14432 FREETYPE_LIBS=""
14434 CPPFLAGS=$ac_save_CPPFLAGS
14437 if test "x$ac_cv_lib_soname_freetype" = x; then :
14438 case "x$with_freetype" in
14439 xno) ;;
14440 *) as_fn_error $? "FreeType ${notice_platform}development files not found. Fonts will not be built.
14441 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
14442 esac
14443 enable_fonts=${enable_fonts:-no}
14446 ac_wine_check_funcs_save_LIBS="$LIBS"
14447 LIBS="$LIBS $PTHREAD_LIBS"
14448 for ac_func in \
14449 pthread_getthreadid_np
14450 do :
14451 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14452 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
14453 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
14454 cat >>confdefs.h <<_ACEOF
14455 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14456 _ACEOF
14459 done
14461 LIBS="$ac_wine_check_funcs_save_LIBS"
14463 if test "x$enable_tools" != xno -a "x$with_gettextpo" = xyes
14464 then
14465 if test "$ac_cv_header_gettext_po_h" = "yes"
14466 then
14467 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for po_message_msgctxt in -lgettextpo" >&5
14468 $as_echo_n "checking for po_message_msgctxt in -lgettextpo... " >&6; }
14469 if ${ac_cv_lib_gettextpo_po_message_msgctxt+:} false; then :
14470 $as_echo_n "(cached) " >&6
14471 else
14472 ac_check_lib_save_LIBS=$LIBS
14473 LIBS="-lgettextpo $LIBS"
14474 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14475 /* end confdefs.h. */
14477 /* Override any GCC internal prototype to avoid an error.
14478 Use char because int might match the return type of a GCC
14479 builtin and then its argument prototype would still apply. */
14480 #ifdef __cplusplus
14481 extern "C"
14482 #endif
14483 char po_message_msgctxt ();
14485 main ()
14487 return po_message_msgctxt ();
14489 return 0;
14491 _ACEOF
14492 if ac_fn_c_try_link "$LINENO"; then :
14493 ac_cv_lib_gettextpo_po_message_msgctxt=yes
14494 else
14495 ac_cv_lib_gettextpo_po_message_msgctxt=no
14497 rm -f core conftest.err conftest.$ac_objext \
14498 conftest$ac_exeext conftest.$ac_ext
14499 LIBS=$ac_check_lib_save_LIBS
14501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gettextpo_po_message_msgctxt" >&5
14502 $as_echo "$ac_cv_lib_gettextpo_po_message_msgctxt" >&6; }
14503 if test "x$ac_cv_lib_gettextpo_po_message_msgctxt" = xyes; then :
14505 $as_echo "#define HAVE_LIBGETTEXTPO 1" >>confdefs.h
14507 GETTEXTPO_LIBS="-lgettextpo"
14512 if test "x$GETTEXTPO_LIBS" = "x"; then :
14513 case "x$with_gettextpo" in
14514 x) as_fn_append wine_notices "|GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt." ;;
14515 xno) ;;
14516 *) as_fn_error $? "GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt.
14517 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
14518 esac
14521 if test "$srcdir" != .; then :
14522 case "x$with_gettextpo" in
14523 x) as_fn_append wine_notices "|Rebuilding po files is not supported for out of tree builds." ;;
14524 xno) ;;
14525 *) as_fn_error $? "Rebuilding po files is not supported for out of tree builds.
14526 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
14527 esac
14532 if test "x$with_pulse" != "xno";
14533 then
14534 if ${PULSE_CFLAGS:+false} :; then :
14535 if ${PKG_CONFIG+:} false; then :
14536 PULSE_CFLAGS=`$PKG_CONFIG --cflags libpulse 2>/dev/null`
14540 if ${PULSE_LIBS:+false} :; then :
14541 if ${PKG_CONFIG+:} false; then :
14542 PULSE_LIBS=`$PKG_CONFIG --libs libpulse 2>/dev/null`
14547 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse cflags: $PULSE_CFLAGS" >&5
14548 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse libs: $PULSE_LIBS" >&5
14549 ac_save_CPPFLAGS=$CPPFLAGS
14550 CPPFLAGS="$CPPFLAGS $PULSE_CFLAGS"
14551 for ac_header in pulse/pulseaudio.h
14552 do :
14553 ac_fn_c_check_header_mongrel "$LINENO" "pulse/pulseaudio.h" "ac_cv_header_pulse_pulseaudio_h" "$ac_includes_default"
14554 if test "x$ac_cv_header_pulse_pulseaudio_h" = xyes; then :
14555 cat >>confdefs.h <<_ACEOF
14556 #define HAVE_PULSE_PULSEAUDIO_H 1
14557 _ACEOF
14558 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pa_stream_is_corked in -lpulse" >&5
14559 $as_echo_n "checking for pa_stream_is_corked in -lpulse... " >&6; }
14560 if ${ac_cv_lib_pulse_pa_stream_is_corked+:} false; then :
14561 $as_echo_n "(cached) " >&6
14562 else
14563 ac_check_lib_save_LIBS=$LIBS
14564 LIBS="-lpulse $PULSE_LIBS $LIBS"
14565 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14566 /* end confdefs.h. */
14568 /* Override any GCC internal prototype to avoid an error.
14569 Use char because int might match the return type of a GCC
14570 builtin and then its argument prototype would still apply. */
14571 #ifdef __cplusplus
14572 extern "C"
14573 #endif
14574 char pa_stream_is_corked ();
14576 main ()
14578 return pa_stream_is_corked ();
14580 return 0;
14582 _ACEOF
14583 if ac_fn_c_try_link "$LINENO"; then :
14584 ac_cv_lib_pulse_pa_stream_is_corked=yes
14585 else
14586 ac_cv_lib_pulse_pa_stream_is_corked=no
14588 rm -f core conftest.err conftest.$ac_objext \
14589 conftest$ac_exeext conftest.$ac_ext
14590 LIBS=$ac_check_lib_save_LIBS
14592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pulse_pa_stream_is_corked" >&5
14593 $as_echo "$ac_cv_lib_pulse_pa_stream_is_corked" >&6; }
14594 if test "x$ac_cv_lib_pulse_pa_stream_is_corked" = xyes; then :
14596 else
14597 PULSE_LIBS=""
14600 else
14601 PULSE_LIBS=""
14604 done
14606 CPPFLAGS=$ac_save_CPPFLAGS
14609 if test -z "$PULSE_LIBS"; then :
14610 case "x$with_pulse" in
14611 x) as_fn_append wine_notices "|libpulse ${notice_platform}development files not found or too old, Pulse won't be supported." ;;
14612 xno) ;;
14613 *) as_fn_error $? "libpulse ${notice_platform}development files not found or too old, Pulse won't be supported.
14614 This is an error since --with-pulse was requested." "$LINENO" 5 ;;
14615 esac
14616 enable_winepulse_drv=${enable_winepulse_drv:-no}
14619 if test "x$with_gstreamer" != "xno"
14620 then
14621 if ${GSTREAMER_CFLAGS:+false} :; then :
14622 if ${PKG_CONFIG+:} false; then :
14623 GSTREAMER_CFLAGS=`$PKG_CONFIG --cflags gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 2>/dev/null`
14627 if ${GSTREAMER_LIBS:+false} :; then :
14628 if ${PKG_CONFIG+:} false; then :
14629 GSTREAMER_LIBS=`$PKG_CONFIG --libs gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 2>/dev/null`
14634 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 cflags: $GSTREAMER_CFLAGS" >&5
14635 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 libs: $GSTREAMER_LIBS" >&5
14636 ac_save_CPPFLAGS=$CPPFLAGS
14637 CPPFLAGS="$CPPFLAGS $GSTREAMER_CFLAGS"
14638 ac_fn_c_check_header_mongrel "$LINENO" "gst/gst.h" "ac_cv_header_gst_gst_h" "$ac_includes_default"
14639 if test "x$ac_cv_header_gst_gst_h" = xyes; then :
14640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gint64 defined by gst/gst.h is indeed 64-bit" >&5
14641 $as_echo_n "checking whether gint64 defined by gst/gst.h is indeed 64-bit... " >&6; }
14642 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14643 /* end confdefs.h. */
14644 #include <gst/gst.h>
14646 main ()
14648 static int a[sizeof(gint64) > 4 ? 1 : -1]; if (a[0]) return 0;
14650 return 0;
14652 _ACEOF
14653 if ac_fn_c_try_compile "$LINENO"; then :
14654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14655 $as_echo "yes" >&6; }
14656 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_pad_new in -lgstreamer-1.0" >&5
14657 $as_echo_n "checking for gst_pad_new in -lgstreamer-1.0... " >&6; }
14658 if ${ac_cv_lib_gstreamer_1_0_gst_pad_new+:} false; then :
14659 $as_echo_n "(cached) " >&6
14660 else
14661 ac_check_lib_save_LIBS=$LIBS
14662 LIBS="-lgstreamer-1.0 $GSTREAMER_LIBS $LIBS"
14663 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14664 /* end confdefs.h. */
14666 /* Override any GCC internal prototype to avoid an error.
14667 Use char because int might match the return type of a GCC
14668 builtin and then its argument prototype would still apply. */
14669 #ifdef __cplusplus
14670 extern "C"
14671 #endif
14672 char gst_pad_new ();
14674 main ()
14676 return gst_pad_new ();
14678 return 0;
14680 _ACEOF
14681 if ac_fn_c_try_link "$LINENO"; then :
14682 ac_cv_lib_gstreamer_1_0_gst_pad_new=yes
14683 else
14684 ac_cv_lib_gstreamer_1_0_gst_pad_new=no
14686 rm -f core conftest.err conftest.$ac_objext \
14687 conftest$ac_exeext conftest.$ac_ext
14688 LIBS=$ac_check_lib_save_LIBS
14690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstreamer_1_0_gst_pad_new" >&5
14691 $as_echo "$ac_cv_lib_gstreamer_1_0_gst_pad_new" >&6; }
14692 if test "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" = xyes; then :
14696 else
14697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14698 $as_echo "no" >&6; }
14699 ac_glib2_broken=yes
14700 as_fn_append wine_notices "|glib-2.0 pkgconfig configuration is for the wrong architecture, winegstreamer won't be built."
14702 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14706 CPPFLAGS=$ac_save_CPPFLAGS
14709 if test "x$with_gstreamer" = xyes -o "x$with_quicktime" = xno -o "x$ac_cv_header_QuickTime_ImageCompression_h" != xyes
14710 then
14711 if test "x$ac_glib2_broken" != xyes -a "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" != xyes; then :
14712 case "x$with_gstreamer" in
14713 x) as_fn_append wine_notices "|gstreamer-1.0 base plugins ${notice_platform}development files not found, GStreamer won't be supported." ;;
14714 xno) ;;
14715 *) as_fn_error $? "gstreamer-1.0 base plugins ${notice_platform}development files not found, GStreamer won't be supported.
14716 This is an error since --with-gstreamer was requested." "$LINENO" 5 ;;
14717 esac
14721 test "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" = xyes || enable_winegstreamer=${enable_winegstreamer:-no}
14723 ALSA_LIBS=""
14725 if test "x$with_alsa" != "xno"
14726 then
14727 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access_mask in -lasound" >&5
14728 $as_echo_n "checking for snd_pcm_hw_params_get_access_mask in -lasound... " >&6; }
14729 if ${ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask+:} false; then :
14730 $as_echo_n "(cached) " >&6
14731 else
14732 ac_check_lib_save_LIBS=$LIBS
14733 LIBS="-lasound $LIBS"
14734 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14735 /* end confdefs.h. */
14737 /* Override any GCC internal prototype to avoid an error.
14738 Use char because int might match the return type of a GCC
14739 builtin and then its argument prototype would still apply. */
14740 #ifdef __cplusplus
14741 extern "C"
14742 #endif
14743 char snd_pcm_hw_params_get_access_mask ();
14745 main ()
14747 return snd_pcm_hw_params_get_access_mask ();
14749 return 0;
14751 _ACEOF
14752 if ac_fn_c_try_link "$LINENO"; then :
14753 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask=yes
14754 else
14755 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask=no
14757 rm -f core conftest.err conftest.$ac_objext \
14758 conftest$ac_exeext conftest.$ac_ext
14759 LIBS=$ac_check_lib_save_LIBS
14761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&5
14762 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&6; }
14763 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" = xyes; then :
14764 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14765 /* end confdefs.h. */
14766 #include <alsa/asoundlib.h>
14768 main ()
14770 snd_pcm_hw_params_get_access_mask(NULL, NULL)
14772 return 0;
14774 _ACEOF
14775 if ac_fn_c_try_compile "$LINENO"; then :
14776 ALSA_LIBS="-lasound"
14778 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14782 test -n "$ALSA_LIBS" || enable_winealsa_drv=${enable_winealsa_drv:-no}
14784 if test "x$with_oss" != xno
14785 then
14786 ac_save_CPPFLAGS="$CPPFLAGS"
14787 if test -f /etc/oss.conf
14788 then
14789 . /etc/oss.conf
14791 ac_oss_incl="-I${OSSLIBDIR:-/usr/lib/oss}/include"
14792 CPPFLAGS="$CPPFLAGS $ac_oss_incl"
14793 ac_fn_c_check_header_mongrel "$LINENO" "sys/soundcard.h" "ac_cv_header_sys_soundcard_h" "$ac_includes_default"
14794 if test "x$ac_cv_header_sys_soundcard_h" = xyes; then :
14795 ac_fn_c_check_member "$LINENO" "oss_sysinfo" "numaudioengines" "ac_cv_member_oss_sysinfo_numaudioengines" "#include <sys/soundcard.h>
14797 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes; then :
14799 cat >>confdefs.h <<_ACEOF
14800 #define HAVE_OSS_SYSINFO_NUMAUDIOENGINES 1
14801 _ACEOF
14803 OSS4_CFLAGS="$ac_oss_incl"
14805 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
14806 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
14807 if ${ac_cv_lib_ossaudio__oss_ioctl+:} false; then :
14808 $as_echo_n "(cached) " >&6
14809 else
14810 ac_check_lib_save_LIBS=$LIBS
14811 LIBS="-lossaudio $LIBS"
14812 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14813 /* end confdefs.h. */
14815 /* Override any GCC internal prototype to avoid an error.
14816 Use char because int might match the return type of a GCC
14817 builtin and then its argument prototype would still apply. */
14818 #ifdef __cplusplus
14819 extern "C"
14820 #endif
14821 char _oss_ioctl ();
14823 main ()
14825 return _oss_ioctl ();
14827 return 0;
14829 _ACEOF
14830 if ac_fn_c_try_link "$LINENO"; then :
14831 ac_cv_lib_ossaudio__oss_ioctl=yes
14832 else
14833 ac_cv_lib_ossaudio__oss_ioctl=no
14835 rm -f core conftest.err conftest.$ac_objext \
14836 conftest$ac_exeext conftest.$ac_ext
14837 LIBS=$ac_check_lib_save_LIBS
14839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
14840 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
14841 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes; then :
14842 OSS4_LIBS="-lossaudio"
14851 CPPFLAGS="$ac_save_CPPFLAGS"
14853 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes; then :
14854 case "x$with_oss" in
14855 x) as_fn_append wine_notices "|OSS sound system found but too old (OSSv4 needed), OSS won't be supported." ;;
14856 xno) ;;
14857 *) as_fn_error $? "OSS sound system found but too old (OSSv4 needed), OSS won't be supported.
14858 This is an error since --with-oss was requested." "$LINENO" 5 ;;
14859 esac
14860 enable_wineoss_drv=${enable_wineoss_drv:-no}
14863 if test "x$with_udev" != "xno"
14864 then
14865 if ${UDEV_CFLAGS:+false} :; then :
14866 if ${PKG_CONFIG+:} false; then :
14867 UDEV_CFLAGS=`$PKG_CONFIG --cflags libudev 2>/dev/null`
14871 if ${UDEV_LIBS:+false} :; then :
14872 if ${PKG_CONFIG+:} false; then :
14873 UDEV_LIBS=`$PKG_CONFIG --libs libudev 2>/dev/null`
14877 UDEV_LIBS=${UDEV_LIBS:-"-ludev"}
14878 $as_echo "$as_me:${as_lineno-$LINENO}: libudev cflags: $UDEV_CFLAGS" >&5
14879 $as_echo "$as_me:${as_lineno-$LINENO}: libudev libs: $UDEV_LIBS" >&5
14880 ac_save_CPPFLAGS=$CPPFLAGS
14881 CPPFLAGS="$CPPFLAGS $UDEV_CFLAGS"
14882 for ac_header in libudev.h
14883 do :
14884 ac_fn_c_check_header_mongrel "$LINENO" "libudev.h" "ac_cv_header_libudev_h" "$ac_includes_default"
14885 if test "x$ac_cv_header_libudev_h" = xyes; then :
14886 cat >>confdefs.h <<_ACEOF
14887 #define HAVE_LIBUDEV_H 1
14888 _ACEOF
14889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for udev_new in -ludev" >&5
14890 $as_echo_n "checking for udev_new in -ludev... " >&6; }
14891 if ${ac_cv_lib_udev_udev_new+:} false; then :
14892 $as_echo_n "(cached) " >&6
14893 else
14894 ac_check_lib_save_LIBS=$LIBS
14895 LIBS="-ludev $UDEV_LIBS $LIBS"
14896 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14897 /* end confdefs.h. */
14899 /* Override any GCC internal prototype to avoid an error.
14900 Use char because int might match the return type of a GCC
14901 builtin and then its argument prototype would still apply. */
14902 #ifdef __cplusplus
14903 extern "C"
14904 #endif
14905 char udev_new ();
14907 main ()
14909 return udev_new ();
14911 return 0;
14913 _ACEOF
14914 if ac_fn_c_try_link "$LINENO"; then :
14915 ac_cv_lib_udev_udev_new=yes
14916 else
14917 ac_cv_lib_udev_udev_new=no
14919 rm -f core conftest.err conftest.$ac_objext \
14920 conftest$ac_exeext conftest.$ac_ext
14921 LIBS=$ac_check_lib_save_LIBS
14923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_udev_udev_new" >&5
14924 $as_echo "$ac_cv_lib_udev_udev_new" >&6; }
14925 if test "x$ac_cv_lib_udev_udev_new" = xyes; then :
14927 $as_echo "#define HAVE_UDEV 1" >>confdefs.h
14929 else
14930 UDEV_LIBS=""
14933 else
14934 UDEV_LIBS=""
14937 done
14939 CPPFLAGS=$ac_save_CPPFLAGS
14942 if test "x$UDEV_LIBS" = "x"; then :
14943 case "x$with_udev" in
14944 x) as_fn_append wine_notices "|libudev ${notice_platform}development files not found, plug and play won't be supported." ;;
14945 xno) ;;
14946 *) as_fn_error $? "libudev ${notice_platform}development files not found, plug and play won't be supported.
14947 This is an error since --with-udev was requested." "$LINENO" 5 ;;
14948 esac
14952 if test "x$with_unwind" != xno
14953 then
14954 if ${UNWIND_CFLAGS:+false} :; then :
14955 if ${PKG_CONFIG+:} false; then :
14956 UNWIND_CFLAGS=`$PKG_CONFIG --cflags libunwind 2>/dev/null`
14960 if ${UNWIND_LIBS:+false} :; then :
14961 if ${PKG_CONFIG+:} false; then :
14962 UNWIND_LIBS=`$PKG_CONFIG --libs libunwind 2>/dev/null`
14966 UNWIND_LIBS=${UNWIND_LIBS:-"-lunwind"}
14967 $as_echo "$as_me:${as_lineno-$LINENO}: libunwind cflags: $UNWIND_CFLAGS" >&5
14968 $as_echo "$as_me:${as_lineno-$LINENO}: libunwind libs: $UNWIND_LIBS" >&5
14969 ac_save_CPPFLAGS=$CPPFLAGS
14970 CPPFLAGS="$CPPFLAGS $UNWIND_CFLAGS"
14971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for unw_step" >&5
14972 $as_echo_n "checking for unw_step... " >&6; }
14973 if ${wine_cv_have_unw_step+:} false; then :
14974 $as_echo_n "(cached) " >&6
14975 else
14976 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14977 /* end confdefs.h. */
14978 #define UNW_LOCAL_ONLY
14979 #include <libunwind.h>
14981 main ()
14983 unw_cursor_t cursor; unw_step( &cursor );
14985 return 0;
14987 _ACEOF
14988 if ac_fn_c_try_link "$LINENO"; then :
14989 wine_cv_have_unw_step="yes"
14990 else
14991 wine_cv_have_unw_step="no"
14993 rm -f core conftest.err conftest.$ac_objext \
14994 conftest$ac_exeext conftest.$ac_ext
14996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_unw_step" >&5
14997 $as_echo "$wine_cv_have_unw_step" >&6; }
14998 if test "$wine_cv_have_unw_step" = no -a -n "$UNWIND_LIBS"
14999 then
15000 save_libs=$LIBS
15001 UNWIND_LIBS="-static-libgcc $UNWIND_LIBS"
15002 LIBS="$UNWIND_LIBS $LIBS"
15003 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for unw_step in libunwind" >&5
15004 $as_echo_n "checking for unw_step in libunwind... " >&6; }
15005 if ${wine_cv_have_libunwind_unw_step+:} false; then :
15006 $as_echo_n "(cached) " >&6
15007 else
15008 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15009 /* end confdefs.h. */
15010 #define UNW_LOCAL_ONLY
15011 #include <libunwind.h>
15013 main ()
15015 unw_cursor_t cursor; unw_step( &cursor );
15017 return 0;
15019 _ACEOF
15020 if ac_fn_c_try_link "$LINENO"; then :
15021 wine_cv_have_libunwind_unw_step="yes"
15022 else
15023 wine_cv_have_libunwind_unw_step="no"
15025 rm -f core conftest.err conftest.$ac_objext \
15026 conftest$ac_exeext conftest.$ac_ext
15028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_libunwind_unw_step" >&5
15029 $as_echo "$wine_cv_have_libunwind_unw_step" >&6; }
15030 LIBS=$save_libs
15032 test "$wine_cv_have_libunwind_unw_step" = yes || UNWIND_LIBS=""
15033 if test "x$wine_cv_have_unw_step$wine_cv_have_libunwind_unw_step" != xnono
15034 then
15036 $as_echo "#define HAVE_LIBUNWIND 1" >>confdefs.h
15039 CPPFLAGS=$ac_save_CPPFLAGS
15042 case $host in
15043 aarch64*|*-darwin*)
15044 if test "x$wine_cv_have_unw_step$wine_cv_have_libunwind_unw_step" = xnono; then :
15045 case "x$with_unwind" in
15046 x) as_fn_append wine_notices "|libunwind ${notice_platform}development files not found, stack unwinding won't work." ;;
15047 xno) ;;
15048 *) as_fn_error $? "libunwind ${notice_platform}development files not found, stack unwinding won't work.
15049 This is an error since --with-unwind was requested." "$LINENO" 5 ;;
15050 esac
15052 fi ;;
15053 esac
15055 if test "x$with_sdl" != "xno"
15056 then
15057 if ${SDL2_CFLAGS:+false} :; then :
15058 if ${PKG_CONFIG+:} false; then :
15059 SDL2_CFLAGS=`$PKG_CONFIG --cflags sdl2 2>/dev/null`
15063 if ${SDL2_LIBS:+false} :; then :
15064 if ${PKG_CONFIG+:} false; then :
15065 SDL2_LIBS=`$PKG_CONFIG --libs sdl2 2>/dev/null`
15069 SDL2_LIBS=${SDL2_LIBS:-"-lSDL2"}
15070 $as_echo "$as_me:${as_lineno-$LINENO}: sdl2 cflags: $SDL2_CFLAGS" >&5
15071 $as_echo "$as_me:${as_lineno-$LINENO}: sdl2 libs: $SDL2_LIBS" >&5
15072 ac_save_CPPFLAGS=$CPPFLAGS
15073 CPPFLAGS="$CPPFLAGS $SDL2_CFLAGS"
15074 for ac_header in SDL.h
15075 do :
15076 ac_fn_c_check_header_mongrel "$LINENO" "SDL.h" "ac_cv_header_SDL_h" "$ac_includes_default"
15077 if test "x$ac_cv_header_SDL_h" = xyes; then :
15078 cat >>confdefs.h <<_ACEOF
15079 #define HAVE_SDL_H 1
15080 _ACEOF
15081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lSDL2" >&5
15082 $as_echo_n "checking for -lSDL2... " >&6; }
15083 if ${ac_cv_lib_soname_SDL2+:} false; then :
15084 $as_echo_n "(cached) " >&6
15085 else
15086 ac_check_soname_save_LIBS=$LIBS
15087 LIBS="-lSDL2 $SDL2_LIBS $LIBS"
15088 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15089 /* end confdefs.h. */
15091 /* Override any GCC internal prototype to avoid an error.
15092 Use char because int might match the return type of a GCC
15093 builtin and then its argument prototype would still apply. */
15094 #ifdef __cplusplus
15095 extern "C"
15096 #endif
15097 char SDL_Init ();
15099 main ()
15101 return SDL_Init ();
15103 return 0;
15105 _ACEOF
15106 if ac_fn_c_try_link "$LINENO"; then :
15107 case "$LIBEXT" in
15108 dll) ac_cv_lib_soname_SDL2=`$ac_cv_path_LDD conftest.exe | grep "SDL2" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15109 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'` ;;
15110 *) 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'`
15111 if ${ac_cv_lib_soname_SDL2:+false} :; then :
15112 ac_cv_lib_soname_SDL2=`$LDD conftest$ac_exeext | grep "libSDL2-2.0*\\.$LIBEXT" | sed -e "s/^.*\(libSDL2-2.0*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15113 fi ;;
15114 esac
15115 else
15116 ac_cv_lib_soname_SDL2=
15118 rm -f core conftest.err conftest.$ac_objext \
15119 conftest$ac_exeext conftest.$ac_ext
15120 LIBS=$ac_check_soname_save_LIBS
15122 if ${ac_cv_lib_soname_SDL2:+false} :; then :
15123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15124 $as_echo "not found" >&6; }
15126 else
15127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_SDL2" >&5
15128 $as_echo "$ac_cv_lib_soname_SDL2" >&6; }
15130 cat >>confdefs.h <<_ACEOF
15131 #define SONAME_LIBSDL2 "$ac_cv_lib_soname_SDL2"
15132 _ACEOF
15138 done
15140 CPPFLAGS=$ac_save_CPPFLAGS
15143 if test "x$ac_cv_lib_soname_SDL2" = "x"; then :
15144 case "x$with_sdl" in
15145 x) as_fn_append wine_notices "|libSDL2 ${notice_platform}development files not found, SDL2 won't be supported." ;;
15146 xno) ;;
15147 *) as_fn_error $? "libSDL2 ${notice_platform}development files not found, SDL2 won't be supported.
15148 This is an error since --with-sdl was requested." "$LINENO" 5 ;;
15149 esac
15153 if test "x$with_faudio" != "xno"
15154 then
15155 if ${FAUDIO_CFLAGS:+false} :; then :
15156 if ${PKG_CONFIG+:} false; then :
15157 FAUDIO_CFLAGS=`$PKG_CONFIG --cflags FAudio 2>/dev/null`
15161 if ${FAUDIO_LIBS:+false} :; then :
15162 if ${PKG_CONFIG+:} false; then :
15163 FAUDIO_LIBS=`$PKG_CONFIG --libs FAudio 2>/dev/null`
15167 FAUDIO_LIBS=${FAUDIO_LIBS:-"-lFAudio"}
15168 $as_echo "$as_me:${as_lineno-$LINENO}: FAudio cflags: $FAUDIO_CFLAGS" >&5
15169 $as_echo "$as_me:${as_lineno-$LINENO}: FAudio libs: $FAUDIO_LIBS" >&5
15170 ac_save_CPPFLAGS=$CPPFLAGS
15171 CPPFLAGS="$CPPFLAGS $FAUDIO_CFLAGS"
15172 for ac_header in FAudio.h
15173 do :
15174 ac_fn_c_check_header_mongrel "$LINENO" "FAudio.h" "ac_cv_header_FAudio_h" "$ac_includes_default"
15175 if test "x$ac_cv_header_FAudio_h" = xyes; then :
15176 cat >>confdefs.h <<_ACEOF
15177 #define HAVE_FAUDIO_H 1
15178 _ACEOF
15179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lFAudio" >&5
15180 $as_echo_n "checking for -lFAudio... " >&6; }
15181 if ${ac_cv_lib_soname_FAudio+:} false; then :
15182 $as_echo_n "(cached) " >&6
15183 else
15184 ac_check_soname_save_LIBS=$LIBS
15185 LIBS="-lFAudio $FAUDIO_LIBS $LIBS"
15186 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15187 /* end confdefs.h. */
15189 /* Override any GCC internal prototype to avoid an error.
15190 Use char because int might match the return type of a GCC
15191 builtin and then its argument prototype would still apply. */
15192 #ifdef __cplusplus
15193 extern "C"
15194 #endif
15195 char FAudioCreate ();
15197 main ()
15199 return FAudioCreate ();
15201 return 0;
15203 _ACEOF
15204 if ac_fn_c_try_link "$LINENO"; then :
15205 case "$LIBEXT" in
15206 dll) ac_cv_lib_soname_FAudio=`$ac_cv_path_LDD conftest.exe | grep "FAudio" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15207 dylib) ac_cv_lib_soname_FAudio=`$OTOOL -L conftest$ac_exeext | grep "libFAudio*\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libFAudio*\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
15208 *) ac_cv_lib_soname_FAudio=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libFAudio*\\.$LIBEXT" | sed -e "s/^.*\\[\\(libFAudio*\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15209 if ${ac_cv_lib_soname_FAudio:+false} :; then :
15210 ac_cv_lib_soname_FAudio=`$LDD conftest$ac_exeext | grep "libFAudio*\\.$LIBEXT" | sed -e "s/^.*\(libFAudio*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15211 fi ;;
15212 esac
15213 else
15214 ac_cv_lib_soname_FAudio=
15216 rm -f core conftest.err conftest.$ac_objext \
15217 conftest$ac_exeext conftest.$ac_ext
15218 LIBS=$ac_check_soname_save_LIBS
15220 if ${ac_cv_lib_soname_FAudio:+false} :; then :
15221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15222 $as_echo "not found" >&6; }
15224 else
15225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_FAudio" >&5
15226 $as_echo "$ac_cv_lib_soname_FAudio" >&6; }
15228 cat >>confdefs.h <<_ACEOF
15229 #define SONAME_LIBFAUDIO "$ac_cv_lib_soname_FAudio"
15230 _ACEOF
15236 done
15238 ac_wine_check_funcs_save_LIBS="$LIBS"
15239 LIBS="$LIBS $FAUDIO_LIBS"
15240 for ac_func in FAudio_CommitOperationSet \
15241 F3DAudioInitialize8 \
15242 FAudioLinkedVersion \
15243 FAudioCreateReverb9WithCustomAllocatorEXT
15244 do :
15245 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15246 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15247 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
15248 cat >>confdefs.h <<_ACEOF
15249 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15250 _ACEOF
15253 done
15255 LIBS="$ac_wine_check_funcs_save_LIBS"
15257 CPPFLAGS=$ac_save_CPPFLAGS
15260 if test "x$ac_cv_lib_soname_FAudio" = "x"; then :
15261 case "x$with_faudio" in
15262 x) as_fn_append wine_notices "|libFAudio ${notice_platform}development files not found, XAudio2 won't be supported." ;;
15263 xno) ;;
15264 *) as_fn_error $? "libFAudio ${notice_platform}development files not found, XAudio2 won't be supported.
15265 This is an error since --with-faudio was requested." "$LINENO" 5 ;;
15266 esac
15270 if test "x$with_capi" != "xno"
15271 then
15272 if ${CAPI20_CFLAGS:+false} :; then :
15273 if ${PKG_CONFIG+:} false; then :
15274 CAPI20_CFLAGS=`$PKG_CONFIG --cflags capi20 2>/dev/null`
15278 if ${CAPI20_LIBS:+false} :; then :
15279 if ${PKG_CONFIG+:} false; then :
15280 CAPI20_LIBS=`$PKG_CONFIG --libs capi20 2>/dev/null`
15285 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 cflags: $CAPI20_CFLAGS" >&5
15286 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 libs: $CAPI20_LIBS" >&5
15287 ac_save_CPPFLAGS=$CPPFLAGS
15288 CPPFLAGS="$CPPFLAGS $CAPI20_CFLAGS"
15289 for ac_header in capi20.h linux/capi.h
15290 do :
15291 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15292 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#define __user
15294 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
15295 cat >>confdefs.h <<_ACEOF
15296 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
15297 _ACEOF
15301 done
15303 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15304 then
15305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
15306 $as_echo_n "checking for -lcapi20... " >&6; }
15307 if ${ac_cv_lib_soname_capi20+:} false; then :
15308 $as_echo_n "(cached) " >&6
15309 else
15310 ac_check_soname_save_LIBS=$LIBS
15311 LIBS="-lcapi20 $CAPI20_LIBS $LIBS"
15312 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15313 /* end confdefs.h. */
15315 /* Override any GCC internal prototype to avoid an error.
15316 Use char because int might match the return type of a GCC
15317 builtin and then its argument prototype would still apply. */
15318 #ifdef __cplusplus
15319 extern "C"
15320 #endif
15321 char capi20_register ();
15323 main ()
15325 return capi20_register ();
15327 return 0;
15329 _ACEOF
15330 if ac_fn_c_try_link "$LINENO"; then :
15331 case "$LIBEXT" in
15332 dll) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15333 dylib) ac_cv_lib_soname_capi20=`$OTOOL -L conftest$ac_exeext | grep "libcapi20\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libcapi20\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
15334 *) ac_cv_lib_soname_capi20=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcapi20\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcapi20\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15335 if ${ac_cv_lib_soname_capi20:+false} :; then :
15336 ac_cv_lib_soname_capi20=`$LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15337 fi ;;
15338 esac
15339 else
15340 ac_cv_lib_soname_capi20=
15342 rm -f core conftest.err conftest.$ac_objext \
15343 conftest$ac_exeext conftest.$ac_ext
15344 LIBS=$ac_check_soname_save_LIBS
15346 if ${ac_cv_lib_soname_capi20:+false} :; then :
15347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15348 $as_echo "not found" >&6; }
15350 else
15351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
15352 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
15354 cat >>confdefs.h <<_ACEOF
15355 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15356 _ACEOF
15361 CPPFLAGS=$ac_save_CPPFLAGS
15364 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
15365 case "x$with_capi" in
15366 x) as_fn_append wine_notices "|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15367 xno) ;;
15368 *) as_fn_error $? "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15369 This is an error since --with-capi was requested." "$LINENO" 5 ;;
15370 esac
15374 if test "x$with_cups" != "xno"
15375 then
15376 if ${CUPS_CFLAGS:+false} :; then :
15377 if ${PKG_CONFIG+:} false; then :
15378 CUPS_CFLAGS=`$PKG_CONFIG --cflags cups 2>/dev/null`
15381 test "$cross_compiling" = yes || CUPS_CFLAGS=${CUPS_CFLAGS:-`${CUPS_CONFIG:-cups-config} --cflags 2>/dev/null`}
15382 if ${CUPS_LIBS:+false} :; then :
15383 if ${PKG_CONFIG+:} false; then :
15384 CUPS_LIBS=`$PKG_CONFIG --libs cups 2>/dev/null`
15387 test "$cross_compiling" = yes || CUPS_LIBS=${CUPS_LIBS:-`${CUPS_CONFIG:-cups-config} --libs 2>/dev/null`}
15388 CUPS_LIBS=${CUPS_LIBS:-"-lcups"}
15389 $as_echo "$as_me:${as_lineno-$LINENO}: cups cflags: $CUPS_CFLAGS" >&5
15390 $as_echo "$as_me:${as_lineno-$LINENO}: cups libs: $CUPS_LIBS" >&5
15391 ac_save_CPPFLAGS=$CPPFLAGS
15392 CPPFLAGS="$CPPFLAGS $CUPS_CFLAGS"
15393 for ac_header in cups/cups.h cups/ppd.h
15394 do :
15395 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15396 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
15397 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
15398 cat >>confdefs.h <<_ACEOF
15399 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
15400 _ACEOF
15404 done
15406 if test "$ac_cv_header_cups_cups_h" = "yes"
15407 then
15408 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
15409 $as_echo_n "checking for -lcups... " >&6; }
15410 if ${ac_cv_lib_soname_cups+:} false; then :
15411 $as_echo_n "(cached) " >&6
15412 else
15413 ac_check_soname_save_LIBS=$LIBS
15414 LIBS="-lcups $CUPS_LIBS $LIBS"
15415 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15416 /* end confdefs.h. */
15418 /* Override any GCC internal prototype to avoid an error.
15419 Use char because int might match the return type of a GCC
15420 builtin and then its argument prototype would still apply. */
15421 #ifdef __cplusplus
15422 extern "C"
15423 #endif
15424 char cupsGetDefault ();
15426 main ()
15428 return cupsGetDefault ();
15430 return 0;
15432 _ACEOF
15433 if ac_fn_c_try_link "$LINENO"; then :
15434 case "$LIBEXT" in
15435 dll) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15436 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'` ;;
15437 *) ac_cv_lib_soname_cups=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcups\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcups\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15438 if ${ac_cv_lib_soname_cups:+false} :; then :
15439 ac_cv_lib_soname_cups=`$LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15440 fi ;;
15441 esac
15442 else
15443 ac_cv_lib_soname_cups=
15445 rm -f core conftest.err conftest.$ac_objext \
15446 conftest$ac_exeext conftest.$ac_ext
15447 LIBS=$ac_check_soname_save_LIBS
15449 if ${ac_cv_lib_soname_cups:+false} :; then :
15450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15451 $as_echo "not found" >&6; }
15452 CUPS_LIBS=""
15453 else
15454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
15455 $as_echo "$ac_cv_lib_soname_cups" >&6; }
15457 cat >>confdefs.h <<_ACEOF
15458 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15459 _ACEOF
15463 else
15464 CUPS_CFLAGS=""
15465 CUPS_LIBS=""
15467 CPPFLAGS=$ac_save_CPPFLAGS
15470 if test "x$ac_cv_lib_soname_cups" = "x"; then :
15471 case "x$with_cups" in
15472 x) as_fn_append wine_notices "|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
15473 xno) ;;
15474 *) as_fn_error $? "libcups ${notice_platform}development files not found, CUPS won't be supported.
15475 This is an error since --with-cups was requested." "$LINENO" 5 ;;
15476 esac
15480 if test "x$with_fontconfig" != "xno"
15481 then
15482 if ${FONTCONFIG_CFLAGS:+false} :; then :
15483 if ${PKG_CONFIG+:} false; then :
15484 FONTCONFIG_CFLAGS=`$PKG_CONFIG --cflags fontconfig 2>/dev/null`
15487 test "$cross_compiling" = yes || FONTCONFIG_CFLAGS=${FONTCONFIG_CFLAGS:-$X_CFLAGS}
15488 if ${FONTCONFIG_LIBS:+false} :; then :
15489 if ${PKG_CONFIG+:} false; then :
15490 FONTCONFIG_LIBS=`$PKG_CONFIG --libs fontconfig 2>/dev/null`
15493 test "$cross_compiling" = yes || FONTCONFIG_LIBS=${FONTCONFIG_LIBS:-$X_LIBS}
15495 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig cflags: $FONTCONFIG_CFLAGS" >&5
15496 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig libs: $FONTCONFIG_LIBS" >&5
15497 ac_save_CPPFLAGS=$CPPFLAGS
15498 CPPFLAGS="$CPPFLAGS $FONTCONFIG_CFLAGS"
15499 for ac_header in fontconfig/fontconfig.h
15500 do :
15501 ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
15502 if test "x$ac_cv_header_fontconfig_fontconfig_h" = xyes; then :
15503 cat >>confdefs.h <<_ACEOF
15504 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
15505 _ACEOF
15509 done
15511 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15512 then
15513 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
15514 $as_echo_n "checking for -lfontconfig... " >&6; }
15515 if ${ac_cv_lib_soname_fontconfig+:} false; then :
15516 $as_echo_n "(cached) " >&6
15517 else
15518 ac_check_soname_save_LIBS=$LIBS
15519 LIBS="-lfontconfig $FONTCONFIG_LIBS $LIBS"
15520 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15521 /* end confdefs.h. */
15523 /* Override any GCC internal prototype to avoid an error.
15524 Use char because int might match the return type of a GCC
15525 builtin and then its argument prototype would still apply. */
15526 #ifdef __cplusplus
15527 extern "C"
15528 #endif
15529 char FcInit ();
15531 main ()
15533 return FcInit ();
15535 return 0;
15537 _ACEOF
15538 if ac_fn_c_try_link "$LINENO"; then :
15539 case "$LIBEXT" in
15540 dll) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15541 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'` ;;
15542 *) ac_cv_lib_soname_fontconfig=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfontconfig\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfontconfig\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15543 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
15544 ac_cv_lib_soname_fontconfig=`$LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15545 fi ;;
15546 esac
15547 else
15548 ac_cv_lib_soname_fontconfig=
15550 rm -f core conftest.err conftest.$ac_objext \
15551 conftest$ac_exeext conftest.$ac_ext
15552 LIBS=$ac_check_soname_save_LIBS
15554 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
15555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15556 $as_echo "not found" >&6; }
15557 FONTCONFIG_CFLAGS=""
15558 else
15559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
15560 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
15562 cat >>confdefs.h <<_ACEOF
15563 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15564 _ACEOF
15568 else
15569 FONTCONFIG_CFLAGS=""
15571 CPPFLAGS=$ac_save_CPPFLAGS
15574 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
15575 case "x$with_fontconfig" in
15576 x) as_fn_append wine_notices "|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
15577 xno) ;;
15578 *) as_fn_error $? "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
15579 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
15580 esac
15584 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
15585 then
15586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
15587 $as_echo_n "checking for -lgsm... " >&6; }
15588 if ${ac_cv_lib_soname_gsm+:} false; then :
15589 $as_echo_n "(cached) " >&6
15590 else
15591 ac_check_soname_save_LIBS=$LIBS
15592 LIBS="-lgsm $LIBS"
15593 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15594 /* end confdefs.h. */
15596 /* Override any GCC internal prototype to avoid an error.
15597 Use char because int might match the return type of a GCC
15598 builtin and then its argument prototype would still apply. */
15599 #ifdef __cplusplus
15600 extern "C"
15601 #endif
15602 char gsm_create ();
15604 main ()
15606 return gsm_create ();
15608 return 0;
15610 _ACEOF
15611 if ac_fn_c_try_link "$LINENO"; then :
15612 case "$LIBEXT" in
15613 dll) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15614 dylib) ac_cv_lib_soname_gsm=`$OTOOL -L conftest$ac_exeext | grep "libgsm\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libgsm\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
15615 *) ac_cv_lib_soname_gsm=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libgsm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libgsm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15616 if ${ac_cv_lib_soname_gsm:+false} :; then :
15617 ac_cv_lib_soname_gsm=`$LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15618 fi ;;
15619 esac
15620 else
15621 ac_cv_lib_soname_gsm=
15623 rm -f core conftest.err conftest.$ac_objext \
15624 conftest$ac_exeext conftest.$ac_ext
15625 LIBS=$ac_check_soname_save_LIBS
15627 if ${ac_cv_lib_soname_gsm:+false} :; then :
15628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15629 $as_echo "not found" >&6; }
15631 else
15632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
15633 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
15635 cat >>confdefs.h <<_ACEOF
15636 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
15637 _ACEOF
15642 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
15643 case "x$with_gsm" in
15644 x) as_fn_append wine_notices "|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
15645 xno) ;;
15646 *) as_fn_error $? "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
15647 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
15648 esac
15652 if test "x$with_krb5" != "xno"
15653 then
15654 if ${KRB5_CFLAGS:+false} :; then :
15655 if ${PKG_CONFIG+:} false; then :
15656 KRB5_CFLAGS=`$PKG_CONFIG --cflags krb5 2>/dev/null`
15659 test "$cross_compiling" = yes || KRB5_CFLAGS=${KRB5_CFLAGS:-`${KRB5_CONFIG:-krb5-config} --cflags 2>/dev/null`}
15660 if ${KRB5_LIBS:+false} :; then :
15661 if ${PKG_CONFIG+:} false; then :
15662 KRB5_LIBS=`$PKG_CONFIG --libs krb5 2>/dev/null`
15665 test "$cross_compiling" = yes || KRB5_LIBS=${KRB5_LIBS:-`${KRB5_CONFIG:-krb5-config} --libs 2>/dev/null`}
15667 $as_echo "$as_me:${as_lineno-$LINENO}: krb5 cflags: $KRB5_CFLAGS" >&5
15668 $as_echo "$as_me:${as_lineno-$LINENO}: krb5 libs: $KRB5_LIBS" >&5
15669 ac_save_CPPFLAGS=$CPPFLAGS
15670 CPPFLAGS="$CPPFLAGS $KRB5_CFLAGS"
15671 for ac_header in krb5/krb5.h
15672 do :
15673 ac_fn_c_check_header_mongrel "$LINENO" "krb5/krb5.h" "ac_cv_header_krb5_krb5_h" "$ac_includes_default"
15674 if test "x$ac_cv_header_krb5_krb5_h" = xyes; then :
15675 cat >>confdefs.h <<_ACEOF
15676 #define HAVE_KRB5_KRB5_H 1
15677 _ACEOF
15681 done
15683 if test "$ac_cv_header_krb5_krb5_h" = "yes"
15684 then
15685 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lkrb5" >&5
15686 $as_echo_n "checking for -lkrb5... " >&6; }
15687 if ${ac_cv_lib_soname_krb5+:} false; then :
15688 $as_echo_n "(cached) " >&6
15689 else
15690 ac_check_soname_save_LIBS=$LIBS
15691 LIBS="-lkrb5 $KRB5_LIBS $LIBS"
15692 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15693 /* end confdefs.h. */
15695 /* Override any GCC internal prototype to avoid an error.
15696 Use char because int might match the return type of a GCC
15697 builtin and then its argument prototype would still apply. */
15698 #ifdef __cplusplus
15699 extern "C"
15700 #endif
15701 char krb5_is_config_principal ();
15703 main ()
15705 return krb5_is_config_principal ();
15707 return 0;
15709 _ACEOF
15710 if ac_fn_c_try_link "$LINENO"; then :
15711 case "$LIBEXT" in
15712 dll) ac_cv_lib_soname_krb5=`$ac_cv_path_LDD conftest.exe | grep "krb5" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15713 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'` ;;
15714 *) ac_cv_lib_soname_krb5=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libkrb5\\.$LIBEXT" | sed -e "s/^.*\\[\\(libkrb5\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15715 if ${ac_cv_lib_soname_krb5:+false} :; then :
15716 ac_cv_lib_soname_krb5=`$LDD conftest$ac_exeext | grep "libkrb5\\.$LIBEXT" | sed -e "s/^.*\(libkrb5\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15717 fi ;;
15718 esac
15719 else
15720 ac_cv_lib_soname_krb5=
15722 rm -f core conftest.err conftest.$ac_objext \
15723 conftest$ac_exeext conftest.$ac_ext
15724 LIBS=$ac_check_soname_save_LIBS
15726 if ${ac_cv_lib_soname_krb5:+false} :; then :
15727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15728 $as_echo "not found" >&6; }
15729 KRB5_CFLAGS=""
15730 else
15731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_krb5" >&5
15732 $as_echo "$ac_cv_lib_soname_krb5" >&6; }
15734 cat >>confdefs.h <<_ACEOF
15735 #define SONAME_LIBKRB5 "$ac_cv_lib_soname_krb5"
15736 _ACEOF
15740 else
15741 KRB5_CFLAGS=""
15743 CPPFLAGS=$ac_save_CPPFLAGS
15746 if test "x$ac_cv_lib_soname_krb5" = "x"; then :
15747 case "x$with_krb5" in
15748 x) as_fn_append wine_notices "|libkrb5 ${notice_platform}development files not found (or too old), Kerberos won't be supported." ;;
15749 xno) ;;
15750 *) as_fn_error $? "libkrb5 ${notice_platform}development files not found (or too old), Kerberos won't be supported.
15751 This is an error since --with-krb5 was requested." "$LINENO" 5 ;;
15752 esac
15755 test "x$ac_cv_lib_soname_krb5" != "x" || with_gssapi=${with_gssapi:-no}
15757 if test "x$with_gssapi" != "xno"
15758 then
15759 if ${GSSAPI_CFLAGS:+false} :; then :
15760 if ${PKG_CONFIG+:} false; then :
15761 GSSAPI_CFLAGS=`$PKG_CONFIG --cflags krb5-gssapi 2>/dev/null`
15764 test "$cross_compiling" = yes || GSSAPI_CFLAGS=${GSSAPI_CFLAGS:-`${KRB5_CONFIG:-krb5-config} --cflags gssapi 2>/dev/null`}
15765 if ${GSSAPI_LIBS:+false} :; then :
15766 if ${PKG_CONFIG+:} false; then :
15767 GSSAPI_LIBS=`$PKG_CONFIG --libs krb5-gssapi 2>/dev/null`
15770 test "$cross_compiling" = yes || GSSAPI_LIBS=${GSSAPI_LIBS:-`${KRB5_CONFIG:-krb5-config} --libs gssapi 2>/dev/null`}
15772 $as_echo "$as_me:${as_lineno-$LINENO}: krb5-gssapi cflags: $GSSAPI_CFLAGS" >&5
15773 $as_echo "$as_me:${as_lineno-$LINENO}: krb5-gssapi libs: $GSSAPI_LIBS" >&5
15774 ac_save_CPPFLAGS=$CPPFLAGS
15775 CPPFLAGS="$CPPFLAGS $GSSAPI_CFLAGS"
15776 for ac_header in gssapi/gssapi.h gssapi/gssapi_ext.h
15777 do :
15778 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15779 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
15780 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
15781 cat >>confdefs.h <<_ACEOF
15782 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
15783 _ACEOF
15787 done
15789 if test "$ac_cv_header_gssapi_gssapi_h" = "yes" -a "$ac_cv_header_gssapi_gssapi_ext_h" = "yes"
15790 then
15791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgssapi_krb5" >&5
15792 $as_echo_n "checking for -lgssapi_krb5... " >&6; }
15793 if ${ac_cv_lib_soname_gssapi_krb5+:} false; then :
15794 $as_echo_n "(cached) " >&6
15795 else
15796 ac_check_soname_save_LIBS=$LIBS
15797 LIBS="-lgssapi_krb5 $GSSAPI_LIBS $LIBS"
15798 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15799 /* end confdefs.h. */
15801 /* Override any GCC internal prototype to avoid an error.
15802 Use char because int might match the return type of a GCC
15803 builtin and then its argument prototype would still apply. */
15804 #ifdef __cplusplus
15805 extern "C"
15806 #endif
15807 char gss_init_sec_context ();
15809 main ()
15811 return gss_init_sec_context ();
15813 return 0;
15815 _ACEOF
15816 if ac_fn_c_try_link "$LINENO"; then :
15817 case "$LIBEXT" in
15818 dll) ac_cv_lib_soname_gssapi_krb5=`$ac_cv_path_LDD conftest.exe | grep "gssapi_krb5" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15819 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'` ;;
15820 *) 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'`
15821 if ${ac_cv_lib_soname_gssapi_krb5:+false} :; then :
15822 ac_cv_lib_soname_gssapi_krb5=`$LDD conftest$ac_exeext | grep "libgssapi_krb5\\.$LIBEXT" | sed -e "s/^.*\(libgssapi_krb5\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15823 fi ;;
15824 esac
15825 else
15826 ac_cv_lib_soname_gssapi_krb5=
15828 rm -f core conftest.err conftest.$ac_objext \
15829 conftest$ac_exeext conftest.$ac_ext
15830 LIBS=$ac_check_soname_save_LIBS
15832 if ${ac_cv_lib_soname_gssapi_krb5:+false} :; then :
15833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15834 $as_echo "not found" >&6; }
15835 GSSAPI_CFLAGS=""
15836 else
15837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gssapi_krb5" >&5
15838 $as_echo "$ac_cv_lib_soname_gssapi_krb5" >&6; }
15840 cat >>confdefs.h <<_ACEOF
15841 #define SONAME_LIBGSSAPI_KRB5 "$ac_cv_lib_soname_gssapi_krb5"
15842 _ACEOF
15846 else
15847 GSSAPI_CFLAGS=""
15849 CPPFLAGS=$ac_save_CPPFLAGS
15852 if test "x$ac_cv_lib_soname_gssapi_krb5" = "x"; then :
15853 case "x$with_gssapi" in
15854 x) as_fn_append wine_notices "|libgssapi_krb5 ${notice_platform}development files not found (or too old), no Kerberos SSP support." ;;
15855 xno) ;;
15856 *) as_fn_error $? "libgssapi_krb5 ${notice_platform}development files not found (or too old), no Kerberos SSP support.
15857 This is an error since --with-gssapi was requested." "$LINENO" 5 ;;
15858 esac
15862 if test "x$with_jpeg" != "xno"
15863 then
15864 if ${JPEG_CFLAGS:+false} :; then :
15865 if ${PKG_CONFIG+:} false; then :
15866 JPEG_CFLAGS=`$PKG_CONFIG --cflags libjpeg 2>/dev/null`
15870 if ${JPEG_LIBS:+false} :; then :
15871 if ${PKG_CONFIG+:} false; then :
15872 JPEG_LIBS=`$PKG_CONFIG --libs libjpeg 2>/dev/null`
15877 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg cflags: $JPEG_CFLAGS" >&5
15878 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg libs: $JPEG_LIBS" >&5
15879 ac_save_CPPFLAGS=$CPPFLAGS
15880 CPPFLAGS="$CPPFLAGS $JPEG_CFLAGS"
15881 for ac_header in jpeglib.h
15882 do :
15883 ac_fn_c_check_header_mongrel "$LINENO" "jpeglib.h" "ac_cv_header_jpeglib_h" "$ac_includes_default"
15884 if test "x$ac_cv_header_jpeglib_h" = xyes; then :
15885 cat >>confdefs.h <<_ACEOF
15886 #define HAVE_JPEGLIB_H 1
15887 _ACEOF
15891 done
15893 if test "$ac_cv_header_jpeglib_h" = "yes"
15894 then
15895 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
15896 $as_echo_n "checking for -ljpeg... " >&6; }
15897 if ${ac_cv_lib_soname_jpeg+:} false; then :
15898 $as_echo_n "(cached) " >&6
15899 else
15900 ac_check_soname_save_LIBS=$LIBS
15901 LIBS="-ljpeg $JPEG_LIBS $LIBS"
15902 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15903 /* end confdefs.h. */
15905 /* Override any GCC internal prototype to avoid an error.
15906 Use char because int might match the return type of a GCC
15907 builtin and then its argument prototype would still apply. */
15908 #ifdef __cplusplus
15909 extern "C"
15910 #endif
15911 char jpeg_start_decompress ();
15913 main ()
15915 return jpeg_start_decompress ();
15917 return 0;
15919 _ACEOF
15920 if ac_fn_c_try_link "$LINENO"; then :
15921 case "$LIBEXT" in
15922 dll) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15923 dylib) ac_cv_lib_soname_jpeg=`$OTOOL -L conftest$ac_exeext | grep "libjpeg\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libjpeg\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
15924 *) ac_cv_lib_soname_jpeg=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libjpeg\\.$LIBEXT" | sed -e "s/^.*\\[\\(libjpeg\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15925 if ${ac_cv_lib_soname_jpeg:+false} :; then :
15926 ac_cv_lib_soname_jpeg=`$LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15927 fi ;;
15928 esac
15929 else
15930 ac_cv_lib_soname_jpeg=
15932 rm -f core conftest.err conftest.$ac_objext \
15933 conftest$ac_exeext conftest.$ac_ext
15934 LIBS=$ac_check_soname_save_LIBS
15936 if ${ac_cv_lib_soname_jpeg:+false} :; then :
15937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15938 $as_echo "not found" >&6; }
15939 JPEG_CFLAGS=""
15940 else
15941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
15942 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
15944 cat >>confdefs.h <<_ACEOF
15945 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
15946 _ACEOF
15950 else
15951 JPEG_CFLAGS=""
15953 CPPFLAGS=$ac_save_CPPFLAGS
15956 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
15957 case "x$with_jpeg" in
15958 x) as_fn_append wine_warnings "|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
15959 xno) ;;
15960 *) as_fn_error $? "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
15961 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
15962 esac
15966 if test "x$with_jxrlib" != "xno"
15967 then
15968 if ${JXRLIB_CFLAGS:+false} :; then :
15969 if ${PKG_CONFIG+:} false; then :
15970 JXRLIB_CFLAGS=`$PKG_CONFIG --cflags jxrlib 2>/dev/null`
15973 test "$cross_compiling" = yes || JXRLIB_CFLAGS=${JXRLIB_CFLAGS:-${JXRLIB_CFLAGS:--I/usr/include/jxrlib}}
15974 if ${JXRLIB_LIBS:+false} :; then :
15975 if ${PKG_CONFIG+:} false; then :
15976 JXRLIB_LIBS=`$PKG_CONFIG --libs jxrlib 2>/dev/null`
15981 $as_echo "$as_me:${as_lineno-$LINENO}: jxrlib cflags: $JXRLIB_CFLAGS" >&5
15982 $as_echo "$as_me:${as_lineno-$LINENO}: jxrlib libs: $JXRLIB_LIBS" >&5
15983 ac_save_CPPFLAGS=$CPPFLAGS
15984 CPPFLAGS="$CPPFLAGS $JXRLIB_CFLAGS"
15985 for ac_header in JXRGlue.h
15986 do :
15987 ac_fn_c_check_header_compile "$LINENO" "JXRGlue.h" "ac_cv_header_JXRGlue_h" "#define FAR
15989 if test "x$ac_cv_header_JXRGlue_h" = xyes; then :
15990 cat >>confdefs.h <<_ACEOF
15991 #define HAVE_JXRGLUE_H 1
15992 _ACEOF
15996 done
15998 if test "$ac_cv_header_JXRGlue_h" = "yes"
15999 then
16000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljxrglue" >&5
16001 $as_echo_n "checking for -ljxrglue... " >&6; }
16002 if ${ac_cv_lib_soname_jxrglue+:} false; then :
16003 $as_echo_n "(cached) " >&6
16004 else
16005 ac_check_soname_save_LIBS=$LIBS
16006 LIBS="-ljxrglue $JXRLIB_LIBS $LIBS"
16007 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16008 /* end confdefs.h. */
16010 /* Override any GCC internal prototype to avoid an error.
16011 Use char because int might match the return type of a GCC
16012 builtin and then its argument prototype would still apply. */
16013 #ifdef __cplusplus
16014 extern "C"
16015 #endif
16016 char PKImageDecode_Create_WMP ();
16018 main ()
16020 return PKImageDecode_Create_WMP ();
16022 return 0;
16024 _ACEOF
16025 if ac_fn_c_try_link "$LINENO"; then :
16026 case "$LIBEXT" in
16027 dll) ac_cv_lib_soname_jxrglue=`$ac_cv_path_LDD conftest.exe | grep "jxrglue" | sed -e "s/dll.*/dll/"';2,$d'` ;;
16028 dylib) ac_cv_lib_soname_jxrglue=`$OTOOL -L conftest$ac_exeext | grep "libjxrglue\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libjxrglue\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
16029 *) ac_cv_lib_soname_jxrglue=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libjxrglue\\.$LIBEXT" | sed -e "s/^.*\\[\\(libjxrglue\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
16030 if ${ac_cv_lib_soname_jxrglue:+false} :; then :
16031 ac_cv_lib_soname_jxrglue=`$LDD conftest$ac_exeext | grep "libjxrglue\\.$LIBEXT" | sed -e "s/^.*\(libjxrglue\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
16032 fi ;;
16033 esac
16034 else
16035 ac_cv_lib_soname_jxrglue=
16037 rm -f core conftest.err conftest.$ac_objext \
16038 conftest$ac_exeext conftest.$ac_ext
16039 LIBS=$ac_check_soname_save_LIBS
16041 if ${ac_cv_lib_soname_jxrglue:+false} :; then :
16042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
16043 $as_echo "not found" >&6; }
16044 JXRLIB_CFLAGS=""
16045 else
16046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jxrglue" >&5
16047 $as_echo "$ac_cv_lib_soname_jxrglue" >&6; }
16049 cat >>confdefs.h <<_ACEOF
16050 #define SONAME_LIBJXRGLUE "$ac_cv_lib_soname_jxrglue"
16051 _ACEOF
16055 else
16056 JXRLIB_CFLAGS=""
16058 CPPFLAGS=$ac_save_CPPFLAGS
16061 if test "x$ac_cv_lib_soname_jxrglue" = "x"; then :
16062 case "x$with_jxrlib" in
16063 x) as_fn_append wine_notices "|jxrlib ${notice_platform}development files not found, JPEG-XR won't be supported." ;;
16064 xno) ;;
16065 *) as_fn_error $? "jxrlib ${notice_platform}development files not found, JPEG-XR won't be supported.
16066 This is an error since --with-jxrlib was requested." "$LINENO" 5 ;;
16067 esac
16071 if test "x$with_png" != "xno"
16072 then
16073 if ${PNG_CFLAGS:+false} :; then :
16074 if ${PKG_CONFIG+:} false; then :
16075 PNG_CFLAGS=`$PKG_CONFIG --cflags libpng 2>/dev/null`
16078 test "$cross_compiling" = yes || PNG_CFLAGS=${PNG_CFLAGS:-$X_CFLAGS}
16079 if ${PNG_LIBS:+false} :; then :
16080 if ${PKG_CONFIG+:} false; then :
16081 PNG_LIBS=`$PKG_CONFIG --libs libpng 2>/dev/null`
16084 test "$cross_compiling" = yes || PNG_LIBS=${PNG_LIBS:-$X_LIBS}
16086 $as_echo "$as_me:${as_lineno-$LINENO}: libpng cflags: $PNG_CFLAGS" >&5
16087 $as_echo "$as_me:${as_lineno-$LINENO}: libpng libs: $PNG_LIBS" >&5
16088 ac_save_CPPFLAGS=$CPPFLAGS
16089 CPPFLAGS="$CPPFLAGS $PNG_CFLAGS"
16090 for ac_header in png.h
16091 do :
16092 ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
16093 if test "x$ac_cv_header_png_h" = xyes; then :
16094 cat >>confdefs.h <<_ACEOF
16095 #define HAVE_PNG_H 1
16096 _ACEOF
16100 done
16102 if test "$ac_cv_header_png_h" = "yes"
16103 then
16104 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
16105 $as_echo_n "checking for -lpng... " >&6; }
16106 if ${ac_cv_lib_soname_png+:} false; then :
16107 $as_echo_n "(cached) " >&6
16108 else
16109 ac_check_soname_save_LIBS=$LIBS
16110 LIBS="-lpng $PNG_LIBS -lm -lz $LIBS"
16111 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16112 /* end confdefs.h. */
16114 /* Override any GCC internal prototype to avoid an error.
16115 Use char because int might match the return type of a GCC
16116 builtin and then its argument prototype would still apply. */
16117 #ifdef __cplusplus
16118 extern "C"
16119 #endif
16120 char png_create_read_struct ();
16122 main ()
16124 return png_create_read_struct ();
16126 return 0;
16128 _ACEOF
16129 if ac_fn_c_try_link "$LINENO"; then :
16130 case "$LIBEXT" in
16131 dll) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
16132 dylib) ac_cv_lib_soname_png=`$OTOOL -L conftest$ac_exeext | grep "libpng[0-9]*\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libpng[0-9]*\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
16133 *) ac_cv_lib_soname_png=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\\[\\(libpng[0-9]*\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
16134 if ${ac_cv_lib_soname_png:+false} :; then :
16135 ac_cv_lib_soname_png=`$LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
16136 fi ;;
16137 esac
16138 else
16139 ac_cv_lib_soname_png=
16141 rm -f core conftest.err conftest.$ac_objext \
16142 conftest$ac_exeext conftest.$ac_ext
16143 LIBS=$ac_check_soname_save_LIBS
16145 if ${ac_cv_lib_soname_png:+false} :; then :
16146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
16147 $as_echo "not found" >&6; }
16148 PNG_CFLAGS=""
16149 else
16150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
16151 $as_echo "$ac_cv_lib_soname_png" >&6; }
16153 cat >>confdefs.h <<_ACEOF
16154 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16155 _ACEOF
16159 else
16160 PNG_CFLAGS=""
16162 CPPFLAGS=$ac_save_CPPFLAGS
16165 if test "x$ac_cv_lib_soname_png" = "x"; then :
16166 case "x$with_png" in
16167 x) as_fn_append wine_warnings "|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
16168 xno) ;;
16169 *) as_fn_error $? "libpng ${notice_platform}development files not found, PNG won't be supported.
16170 This is an error since --with-png was requested." "$LINENO" 5 ;;
16171 esac
16175 if test "x$with_tiff" != "xno"
16176 then
16177 if ${TIFF_CFLAGS:+false} :; then :
16178 if ${PKG_CONFIG+:} false; then :
16179 TIFF_CFLAGS=`$PKG_CONFIG --cflags libtiff-4 2>/dev/null`
16183 if ${TIFF_LIBS:+false} :; then :
16184 if ${PKG_CONFIG+:} false; then :
16185 TIFF_LIBS=`$PKG_CONFIG --libs libtiff-4 2>/dev/null`
16190 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff-4 cflags: $TIFF_CFLAGS" >&5
16191 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff-4 libs: $TIFF_LIBS" >&5
16192 ac_save_CPPFLAGS=$CPPFLAGS
16193 CPPFLAGS="$CPPFLAGS $TIFF_CFLAGS"
16194 for ac_header in tiffio.h
16195 do :
16196 ac_fn_c_check_header_mongrel "$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default"
16197 if test "x$ac_cv_header_tiffio_h" = xyes; then :
16198 cat >>confdefs.h <<_ACEOF
16199 #define HAVE_TIFFIO_H 1
16200 _ACEOF
16204 done
16206 if test "$ac_cv_header_tiffio_h" = "yes"
16207 then
16208 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
16209 $as_echo_n "checking for -ltiff... " >&6; }
16210 if ${ac_cv_lib_soname_tiff+:} false; then :
16211 $as_echo_n "(cached) " >&6
16212 else
16213 ac_check_soname_save_LIBS=$LIBS
16214 LIBS="-ltiff $TIFF_LIBS $LIBS"
16215 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16216 /* end confdefs.h. */
16218 /* Override any GCC internal prototype to avoid an error.
16219 Use char because int might match the return type of a GCC
16220 builtin and then its argument prototype would still apply. */
16221 #ifdef __cplusplus
16222 extern "C"
16223 #endif
16224 char TIFFClientOpen ();
16226 main ()
16228 return TIFFClientOpen ();
16230 return 0;
16232 _ACEOF
16233 if ac_fn_c_try_link "$LINENO"; then :
16234 case "$LIBEXT" in
16235 dll) ac_cv_lib_soname_tiff=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
16236 dylib) ac_cv_lib_soname_tiff=`$OTOOL -L conftest$ac_exeext | grep "libtiff\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libtiff\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
16237 *) ac_cv_lib_soname_tiff=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libtiff\\.$LIBEXT" | sed -e "s/^.*\\[\\(libtiff\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
16238 if ${ac_cv_lib_soname_tiff:+false} :; then :
16239 ac_cv_lib_soname_tiff=`$LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
16240 fi ;;
16241 esac
16242 else
16243 ac_cv_lib_soname_tiff=
16245 rm -f core conftest.err conftest.$ac_objext \
16246 conftest$ac_exeext conftest.$ac_ext
16247 LIBS=$ac_check_soname_save_LIBS
16249 if ${ac_cv_lib_soname_tiff:+false} :; then :
16250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
16251 $as_echo "not found" >&6; }
16253 else
16254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
16255 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
16257 cat >>confdefs.h <<_ACEOF
16258 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
16259 _ACEOF
16264 CPPFLAGS=$ac_save_CPPFLAGS
16267 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
16268 case "x$with_tiff" in
16269 x) as_fn_append wine_notices "|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
16270 xno) ;;
16271 *) as_fn_error $? "libtiff ${notice_platform}development files not found, TIFF won't be supported.
16272 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
16273 esac
16277 if test "x$with_mpg123" != "xno"
16278 then
16279 if ${MPG123_CFLAGS:+false} :; then :
16280 if ${PKG_CONFIG+:} false; then :
16281 MPG123_CFLAGS=`$PKG_CONFIG --cflags libmpg123 2>/dev/null`
16285 if ${MPG123_LIBS:+false} :; then :
16286 if ${PKG_CONFIG+:} false; then :
16287 MPG123_LIBS=`$PKG_CONFIG --libs libmpg123 2>/dev/null`
16291 MPG123_LIBS=${MPG123_LIBS:-"-lmpg123"}
16292 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 cflags: $MPG123_CFLAGS" >&5
16293 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 libs: $MPG123_LIBS" >&5
16294 ac_save_CPPFLAGS=$CPPFLAGS
16295 CPPFLAGS="$CPPFLAGS $MPG123_CFLAGS"
16296 for ac_header in mpg123.h
16297 do :
16298 ac_fn_c_check_header_mongrel "$LINENO" "mpg123.h" "ac_cv_header_mpg123_h" "$ac_includes_default"
16299 if test "x$ac_cv_header_mpg123_h" = xyes; then :
16300 cat >>confdefs.h <<_ACEOF
16301 #define HAVE_MPG123_H 1
16302 _ACEOF
16306 done
16308 if test "$ac_cv_header_mpg123_h" = "yes"
16309 then
16310 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
16311 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
16312 if ${ac_cv_lib_mpg123_mpg123_feed+:} false; then :
16313 $as_echo_n "(cached) " >&6
16314 else
16315 ac_check_lib_save_LIBS=$LIBS
16316 LIBS="-lmpg123 $MPG123_LIBS $LIBS"
16317 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16318 /* end confdefs.h. */
16320 /* Override any GCC internal prototype to avoid an error.
16321 Use char because int might match the return type of a GCC
16322 builtin and then its argument prototype would still apply. */
16323 #ifdef __cplusplus
16324 extern "C"
16325 #endif
16326 char mpg123_feed ();
16328 main ()
16330 return mpg123_feed ();
16332 return 0;
16334 _ACEOF
16335 if ac_fn_c_try_link "$LINENO"; then :
16336 ac_cv_lib_mpg123_mpg123_feed=yes
16337 else
16338 ac_cv_lib_mpg123_mpg123_feed=no
16340 rm -f core conftest.err conftest.$ac_objext \
16341 conftest$ac_exeext conftest.$ac_ext
16342 LIBS=$ac_check_lib_save_LIBS
16344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
16345 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
16346 if test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes; then :
16348 else
16349 MPG123_LIBS=""
16352 else
16353 MPG123_CFLAGS=""
16354 MPG123_LIBS=""
16356 CPPFLAGS=$ac_save_CPPFLAGS
16359 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes; then :
16360 case "x$with_mpg123" in
16361 x) as_fn_append wine_notices "|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
16362 xno) ;;
16363 *) as_fn_error $? "libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
16364 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
16365 esac
16366 enable_l3codeca_acm=${enable_l3codeca_acm:-no}
16368 test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes || enable_mp3dmod=${enable_mp3dmod:-no}
16370 if test "$ac_cv_header_AL_al_h" = "yes"
16371 then
16372 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
16373 $as_echo_n "checking for -lopenal... " >&6; }
16374 if ${ac_cv_lib_soname_openal+:} false; then :
16375 $as_echo_n "(cached) " >&6
16376 else
16377 ac_check_soname_save_LIBS=$LIBS
16378 LIBS="-lopenal $LIBS"
16379 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16380 /* end confdefs.h. */
16382 /* Override any GCC internal prototype to avoid an error.
16383 Use char because int might match the return type of a GCC
16384 builtin and then its argument prototype would still apply. */
16385 #ifdef __cplusplus
16386 extern "C"
16387 #endif
16388 char alGetSource3i ();
16390 main ()
16392 return alGetSource3i ();
16394 return 0;
16396 _ACEOF
16397 if ac_fn_c_try_link "$LINENO"; then :
16398 case "$LIBEXT" in
16399 dll) ac_cv_lib_soname_openal=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
16400 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'` ;;
16401 *) ac_cv_lib_soname_openal=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libopenal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libopenal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
16402 if ${ac_cv_lib_soname_openal:+false} :; then :
16403 ac_cv_lib_soname_openal=`$LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
16404 fi ;;
16405 esac
16406 else
16407 ac_cv_lib_soname_openal=
16409 rm -f core conftest.err conftest.$ac_objext \
16410 conftest$ac_exeext conftest.$ac_ext
16411 LIBS=$ac_check_soname_save_LIBS
16413 if ${ac_cv_lib_soname_openal:+false} :; then :
16414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
16415 $as_echo "not found" >&6; }
16417 else
16418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
16419 $as_echo "$ac_cv_lib_soname_openal" >&6; }
16421 cat >>confdefs.h <<_ACEOF
16422 #define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
16423 _ACEOF
16425 OPENAL_LIBS="-lopenal"
16427 ac_cv_lib_openal=yes
16429 cat >>confdefs.h <<_ACEOF
16430 #define HAVE_OPENAL 1
16431 _ACEOF
16435 if test "x$ac_cv_lib_openal" != xyes; then :
16436 case "x$with_openal" in
16437 x) as_fn_append wine_notices "|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
16438 xno) ;;
16439 *) as_fn_error $? "libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
16440 This is an error since --with-openal was requested." "$LINENO" 5 ;;
16441 esac
16442 enable_openal32=${enable_openal32:-no}
16445 if test "x$ac_cv_lib_soname_FAudio" = "x"
16446 then
16447 enable_x3daudio1_0=${enable_x3daudio1_0:-no}
16448 enable_x3daudio1_1=${enable_x3daudio1_1:-no}
16449 enable_x3daudio1_2=${enable_x3daudio1_2:-no}
16450 enable_x3daudio1_3=${enable_x3daudio1_3:-no}
16451 enable_x3daudio1_4=${enable_x3daudio1_4:-no}
16452 enable_x3daudio1_5=${enable_x3daudio1_5:-no}
16453 enable_x3daudio1_6=${enable_x3daudio1_6:-no}
16454 enable_x3daudio1_7=${enable_x3daudio1_7:-no}
16455 enable_xactengine2_0=${enable_xactengine2_0:-no}
16456 enable_xactengine2_4=${enable_xactengine2_4:-no}
16457 enable_xactengine2_7=${enable_xactengine2_7:-no}
16458 enable_xactengine2_9=${enable_xactengine2_9:-no}
16459 enable_xactengine3_0=${enable_xactengine3_0:-no}
16460 enable_xactengine3_1=${enable_xactengine3_1:-no}
16461 enable_xactengine3_2=${enable_xactengine3_2:-no}
16462 enable_xactengine3_3=${enable_xactengine3_3:-no}
16463 enable_xactengine3_4=${enable_xactengine3_4:-no}
16464 enable_xactengine3_5=${enable_xactengine3_5:-no}
16465 enable_xactengine3_6=${enable_xactengine3_6:-no}
16466 enable_xactengine3_7=${enable_xactengine3_7:-no}
16467 enable_xapofx1_1=${enable_xapofx1_1:-no}
16468 enable_xapofx1_2=${enable_xapofx1_2:-no}
16469 enable_xapofx1_3=${enable_xapofx1_3:-no}
16470 enable_xapofx1_4=${enable_xapofx1_4:-no}
16471 enable_xapofx1_5=${enable_xapofx1_5:-no}
16472 enable_xaudio2_0=${enable_xaudio2_0:-no}
16473 enable_xaudio2_1=${enable_xaudio2_1:-no}
16474 enable_xaudio2_2=${enable_xaudio2_2:-no}
16475 enable_xaudio2_3=${enable_xaudio2_3:-no}
16476 enable_xaudio2_4=${enable_xaudio2_4:-no}
16477 enable_xaudio2_5=${enable_xaudio2_5:-no}
16478 enable_xaudio2_6=${enable_xaudio2_6:-no}
16479 enable_xaudio2_7=${enable_xaudio2_7:-no}
16480 enable_xaudio2_8=${enable_xaudio2_8:-no}
16481 enable_xaudio2_9=${enable_xaudio2_9:-no}
16484 if test "$ac_cv_header_libprocstat_h" = "yes"
16485 then
16486 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for procstat_open_sysctl in -lprocstat" >&5
16487 $as_echo_n "checking for procstat_open_sysctl in -lprocstat... " >&6; }
16488 if ${ac_cv_lib_procstat_procstat_open_sysctl+:} false; then :
16489 $as_echo_n "(cached) " >&6
16490 else
16491 ac_check_lib_save_LIBS=$LIBS
16492 LIBS="-lprocstat $LIBS"
16493 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16494 /* end confdefs.h. */
16496 /* Override any GCC internal prototype to avoid an error.
16497 Use char because int might match the return type of a GCC
16498 builtin and then its argument prototype would still apply. */
16499 #ifdef __cplusplus
16500 extern "C"
16501 #endif
16502 char procstat_open_sysctl ();
16504 main ()
16506 return procstat_open_sysctl ();
16508 return 0;
16510 _ACEOF
16511 if ac_fn_c_try_link "$LINENO"; then :
16512 ac_cv_lib_procstat_procstat_open_sysctl=yes
16513 else
16514 ac_cv_lib_procstat_procstat_open_sysctl=no
16516 rm -f core conftest.err conftest.$ac_objext \
16517 conftest$ac_exeext conftest.$ac_ext
16518 LIBS=$ac_check_lib_save_LIBS
16520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_procstat_procstat_open_sysctl" >&5
16521 $as_echo "$ac_cv_lib_procstat_procstat_open_sysctl" >&6; }
16522 if test "x$ac_cv_lib_procstat_procstat_open_sysctl" = xyes; then :
16524 $as_echo "#define HAVE_LIBPROCSTAT 1" >>confdefs.h
16526 PROCSTAT_LIBS="-lprocstat"
16532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
16533 $as_echo_n "checking for -lodbc... " >&6; }
16534 if ${ac_cv_lib_soname_odbc+:} false; then :
16535 $as_echo_n "(cached) " >&6
16536 else
16537 ac_check_soname_save_LIBS=$LIBS
16538 LIBS="-lodbc $LIBS"
16539 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16540 /* end confdefs.h. */
16542 /* Override any GCC internal prototype to avoid an error.
16543 Use char because int might match the return type of a GCC
16544 builtin and then its argument prototype would still apply. */
16545 #ifdef __cplusplus
16546 extern "C"
16547 #endif
16548 char SQLConnect ();
16550 main ()
16552 return SQLConnect ();
16554 return 0;
16556 _ACEOF
16557 if ac_fn_c_try_link "$LINENO"; then :
16558 case "$LIBEXT" in
16559 dll) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
16560 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'` ;;
16561 *) ac_cv_lib_soname_odbc=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libodbc\\.$LIBEXT" | sed -e "s/^.*\\[\\(libodbc\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
16562 if ${ac_cv_lib_soname_odbc:+false} :; then :
16563 ac_cv_lib_soname_odbc=`$LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
16564 fi ;;
16565 esac
16566 else
16567 ac_cv_lib_soname_odbc=
16569 rm -f core conftest.err conftest.$ac_objext \
16570 conftest$ac_exeext conftest.$ac_ext
16571 LIBS=$ac_check_soname_save_LIBS
16573 if ${ac_cv_lib_soname_odbc:+false} :; then :
16574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
16575 $as_echo "not found" >&6; }
16576 cat >>confdefs.h <<_ACEOF
16577 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16578 _ACEOF
16580 else
16581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
16582 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
16584 cat >>confdefs.h <<_ACEOF
16585 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
16586 _ACEOF
16591 if test "x$with_netapi" != "xno"
16592 then
16593 if ${NETAPI_CFLAGS:+false} :; then :
16594 if ${PKG_CONFIG+:} false; then :
16595 NETAPI_CFLAGS=`$PKG_CONFIG --cflags netapi 2>/dev/null`
16599 if ${NETAPI_LIBS:+false} :; then :
16600 if ${PKG_CONFIG+:} false; then :
16601 NETAPI_LIBS=`$PKG_CONFIG --libs netapi 2>/dev/null`
16606 $as_echo "$as_me:${as_lineno-$LINENO}: netapi cflags: $NETAPI_CFLAGS" >&5
16607 $as_echo "$as_me:${as_lineno-$LINENO}: netapi libs: $NETAPI_LIBS" >&5
16608 ac_save_CPPFLAGS=$CPPFLAGS
16609 CPPFLAGS="$CPPFLAGS $NETAPI_CFLAGS"
16610 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lnetapi" >&5
16611 $as_echo_n "checking for -lnetapi... " >&6; }
16612 if ${ac_cv_lib_soname_netapi+:} false; then :
16613 $as_echo_n "(cached) " >&6
16614 else
16615 ac_check_soname_save_LIBS=$LIBS
16616 LIBS="-lnetapi $NETAPI_LIBS $LIBS"
16617 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16618 /* end confdefs.h. */
16620 /* Override any GCC internal prototype to avoid an error.
16621 Use char because int might match the return type of a GCC
16622 builtin and then its argument prototype would still apply. */
16623 #ifdef __cplusplus
16624 extern "C"
16625 #endif
16626 char libnetapi_init ();
16628 main ()
16630 return libnetapi_init ();
16632 return 0;
16634 _ACEOF
16635 if ac_fn_c_try_link "$LINENO"; then :
16636 case "$LIBEXT" in
16637 dll) ac_cv_lib_soname_netapi=`$ac_cv_path_LDD conftest.exe | grep "netapi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
16638 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'` ;;
16639 *) ac_cv_lib_soname_netapi=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libnetapi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libnetapi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
16640 if ${ac_cv_lib_soname_netapi:+false} :; then :
16641 ac_cv_lib_soname_netapi=`$LDD conftest$ac_exeext | grep "libnetapi\\.$LIBEXT" | sed -e "s/^.*\(libnetapi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
16642 fi ;;
16643 esac
16644 else
16645 ac_cv_lib_soname_netapi=
16647 rm -f core conftest.err conftest.$ac_objext \
16648 conftest$ac_exeext conftest.$ac_ext
16649 LIBS=$ac_check_soname_save_LIBS
16651 if ${ac_cv_lib_soname_netapi:+false} :; then :
16652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
16653 $as_echo "not found" >&6; }
16654 cat >>confdefs.h <<_ACEOF
16655 #define SONAME_LIBNETAPI "libnetapi.$LIBEXT"
16656 _ACEOF
16658 else
16659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_netapi" >&5
16660 $as_echo "$ac_cv_lib_soname_netapi" >&6; }
16662 cat >>confdefs.h <<_ACEOF
16663 #define SONAME_LIBNETAPI "$ac_cv_lib_soname_netapi"
16664 _ACEOF
16668 CPPFLAGS=$ac_save_CPPFLAGS
16672 if test "x$enable_winealsa_drv$enable_winecoreaudio_drv$enable_winepulse_drv$enable_wineoss_drv$enable_wineandroid_drv" = xnonononono -a \
16673 "x$with_alsa$with_coreaudio$with_oss$with_pulse" != xnononono
16674 then
16675 as_fn_append wine_warnings "|No sound system was found. Windows applications will be silent."
16678 if test "x$with_vulkan" != "xno"
16679 then
16680 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lvulkan" >&5
16681 $as_echo_n "checking for -lvulkan... " >&6; }
16682 if ${ac_cv_lib_soname_vulkan+:} false; then :
16683 $as_echo_n "(cached) " >&6
16684 else
16685 ac_check_soname_save_LIBS=$LIBS
16686 LIBS="-lvulkan $LIBS"
16687 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16688 /* end confdefs.h. */
16690 /* Override any GCC internal prototype to avoid an error.
16691 Use char because int might match the return type of a GCC
16692 builtin and then its argument prototype would still apply. */
16693 #ifdef __cplusplus
16694 extern "C"
16695 #endif
16696 char vkGetInstanceProcAddr ();
16698 main ()
16700 return vkGetInstanceProcAddr ();
16702 return 0;
16704 _ACEOF
16705 if ac_fn_c_try_link "$LINENO"; then :
16706 case "$LIBEXT" in
16707 dll) ac_cv_lib_soname_vulkan=`$ac_cv_path_LDD conftest.exe | grep "vulkan" | sed -e "s/dll.*/dll/"';2,$d'` ;;
16708 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'` ;;
16709 *) ac_cv_lib_soname_vulkan=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libvulkan\\.$LIBEXT" | sed -e "s/^.*\\[\\(libvulkan\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
16710 if ${ac_cv_lib_soname_vulkan:+false} :; then :
16711 ac_cv_lib_soname_vulkan=`$LDD conftest$ac_exeext | grep "libvulkan\\.$LIBEXT" | sed -e "s/^.*\(libvulkan\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
16712 fi ;;
16713 esac
16714 else
16715 ac_cv_lib_soname_vulkan=
16717 rm -f core conftest.err conftest.$ac_objext \
16718 conftest$ac_exeext conftest.$ac_ext
16719 LIBS=$ac_check_soname_save_LIBS
16721 if ${ac_cv_lib_soname_vulkan:+false} :; then :
16722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
16723 $as_echo "not found" >&6; }
16725 else
16726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_vulkan" >&5
16727 $as_echo "$ac_cv_lib_soname_vulkan" >&6; }
16729 cat >>confdefs.h <<_ACEOF
16730 #define SONAME_LIBVULKAN "$ac_cv_lib_soname_vulkan"
16731 _ACEOF
16735 if test "x$ac_cv_lib_soname_vulkan" = "x"
16736 then
16737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lMoltenVK" >&5
16738 $as_echo_n "checking for -lMoltenVK... " >&6; }
16739 if ${ac_cv_lib_soname_MoltenVK+:} false; then :
16740 $as_echo_n "(cached) " >&6
16741 else
16742 ac_check_soname_save_LIBS=$LIBS
16743 LIBS="-lMoltenVK $LIBS"
16744 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16745 /* end confdefs.h. */
16747 /* Override any GCC internal prototype to avoid an error.
16748 Use char because int might match the return type of a GCC
16749 builtin and then its argument prototype would still apply. */
16750 #ifdef __cplusplus
16751 extern "C"
16752 #endif
16753 char vkGetInstanceProcAddr ();
16755 main ()
16757 return vkGetInstanceProcAddr ();
16759 return 0;
16761 _ACEOF
16762 if ac_fn_c_try_link "$LINENO"; then :
16763 case "$LIBEXT" in
16764 dll) ac_cv_lib_soname_MoltenVK=`$ac_cv_path_LDD conftest.exe | grep "MoltenVK" | sed -e "s/dll.*/dll/"';2,$d'` ;;
16765 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'` ;;
16766 *) ac_cv_lib_soname_MoltenVK=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libMoltenVK\\.$LIBEXT" | sed -e "s/^.*\\[\\(libMoltenVK\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
16767 if ${ac_cv_lib_soname_MoltenVK:+false} :; then :
16768 ac_cv_lib_soname_MoltenVK=`$LDD conftest$ac_exeext | grep "libMoltenVK\\.$LIBEXT" | sed -e "s/^.*\(libMoltenVK\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
16769 fi ;;
16770 esac
16771 else
16772 ac_cv_lib_soname_MoltenVK=
16774 rm -f core conftest.err conftest.$ac_objext \
16775 conftest$ac_exeext conftest.$ac_ext
16776 LIBS=$ac_check_soname_save_LIBS
16778 if ${ac_cv_lib_soname_MoltenVK:+false} :; then :
16779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
16780 $as_echo "not found" >&6; }
16782 else
16783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_MoltenVK" >&5
16784 $as_echo "$ac_cv_lib_soname_MoltenVK" >&6; }
16786 cat >>confdefs.h <<_ACEOF
16787 #define SONAME_LIBMOLTENVK "$ac_cv_lib_soname_MoltenVK"
16788 _ACEOF
16794 if test "x$ac_cv_lib_soname_vulkan" = "x" -a "x$ac_cv_lib_soname_MoltenVK" = "x"; then :
16795 case "x$with_vulkan" in
16796 x) as_fn_append wine_notices "|libvulkan and libMoltenVK ${notice_platform}development files not found, Vulkan won't be supported." ;;
16797 xno) ;;
16798 *) as_fn_error $? "libvulkan and libMoltenVK ${notice_platform}development files not found, Vulkan won't be supported.
16799 This is an error since --with-vulkan was requested." "$LINENO" 5 ;;
16800 esac
16804 if test "x$with_vkd3d" != "xno"
16805 then
16806 if ${VKD3D_CFLAGS:+false} :; then :
16807 if ${PKG_CONFIG+:} false; then :
16808 VKD3D_CFLAGS=`$PKG_CONFIG --cflags libvkd3d 2>/dev/null`
16812 if ${VKD3D_LIBS:+false} :; then :
16813 if ${PKG_CONFIG+:} false; then :
16814 VKD3D_LIBS=`$PKG_CONFIG --libs libvkd3d 2>/dev/null`
16819 $as_echo "$as_me:${as_lineno-$LINENO}: libvkd3d cflags: $VKD3D_CFLAGS" >&5
16820 $as_echo "$as_me:${as_lineno-$LINENO}: libvkd3d libs: $VKD3D_LIBS" >&5
16821 ac_save_CPPFLAGS=$CPPFLAGS
16822 CPPFLAGS="$CPPFLAGS $VKD3D_CFLAGS"
16823 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lvkd3d" >&5
16824 $as_echo_n "checking for -lvkd3d... " >&6; }
16825 if ${ac_cv_lib_soname_vkd3d+:} false; then :
16826 $as_echo_n "(cached) " >&6
16827 else
16828 ac_check_soname_save_LIBS=$LIBS
16829 LIBS="-lvkd3d $VKD3D_LIBS $LIBS"
16830 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16831 /* end confdefs.h. */
16833 /* Override any GCC internal prototype to avoid an error.
16834 Use char because int might match the return type of a GCC
16835 builtin and then its argument prototype would still apply. */
16836 #ifdef __cplusplus
16837 extern "C"
16838 #endif
16839 char vkd3d_serialize_versioned_root_signature ();
16841 main ()
16843 return vkd3d_serialize_versioned_root_signature ();
16845 return 0;
16847 _ACEOF
16848 if ac_fn_c_try_link "$LINENO"; then :
16849 case "$LIBEXT" in
16850 dll) ac_cv_lib_soname_vkd3d=`$ac_cv_path_LDD conftest.exe | grep "vkd3d" | sed -e "s/dll.*/dll/"';2,$d'` ;;
16851 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'` ;;
16852 *) ac_cv_lib_soname_vkd3d=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libvkd3d\\.$LIBEXT" | sed -e "s/^.*\\[\\(libvkd3d\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
16853 if ${ac_cv_lib_soname_vkd3d:+false} :; then :
16854 ac_cv_lib_soname_vkd3d=`$LDD conftest$ac_exeext | grep "libvkd3d\\.$LIBEXT" | sed -e "s/^.*\(libvkd3d\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
16855 fi ;;
16856 esac
16857 else
16858 ac_cv_lib_soname_vkd3d=
16860 rm -f core conftest.err conftest.$ac_objext \
16861 conftest$ac_exeext conftest.$ac_ext
16862 LIBS=$ac_check_soname_save_LIBS
16864 if ${ac_cv_lib_soname_vkd3d:+false} :; then :
16865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
16866 $as_echo "not found" >&6; }
16868 else
16869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_vkd3d" >&5
16870 $as_echo "$ac_cv_lib_soname_vkd3d" >&6; }
16872 cat >>confdefs.h <<_ACEOF
16873 #define SONAME_LIBVKD3D "$ac_cv_lib_soname_vkd3d"
16874 _ACEOF
16878 CPPFLAGS=$ac_save_CPPFLAGS
16880 if ${VKD3D_SHADER_CFLAGS:+false} :; then :
16881 if ${PKG_CONFIG+:} false; then :
16882 VKD3D_SHADER_CFLAGS=`$PKG_CONFIG --cflags libvkd3d-shader 2>/dev/null`
16886 if ${VKD3D_SHADER_LIBS:+false} :; then :
16887 if ${PKG_CONFIG+:} false; then :
16888 VKD3D_SHADER_LIBS=`$PKG_CONFIG --libs libvkd3d-shader 2>/dev/null`
16893 $as_echo "$as_me:${as_lineno-$LINENO}: libvkd3d-shader cflags: $VKD3D_SHADER_CFLAGS" >&5
16894 $as_echo "$as_me:${as_lineno-$LINENO}: libvkd3d-shader libs: $VKD3D_SHADER_LIBS" >&5
16895 ac_save_CPPFLAGS=$CPPFLAGS
16896 CPPFLAGS="$CPPFLAGS $VKD3D_SHADER_CFLAGS"
16897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lvkd3d-shader" >&5
16898 $as_echo_n "checking for -lvkd3d-shader... " >&6; }
16899 if ${ac_cv_lib_soname_vkd3d_shader+:} false; then :
16900 $as_echo_n "(cached) " >&6
16901 else
16902 ac_check_soname_save_LIBS=$LIBS
16903 LIBS="-lvkd3d-shader $VKD3D_SHADER_LIBS $LIBS"
16904 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16905 /* end confdefs.h. */
16907 /* Override any GCC internal prototype to avoid an error.
16908 Use char because int might match the return type of a GCC
16909 builtin and then its argument prototype would still apply. */
16910 #ifdef __cplusplus
16911 extern "C"
16912 #endif
16913 char vkd3d_shader_compile ();
16915 main ()
16917 return vkd3d_shader_compile ();
16919 return 0;
16921 _ACEOF
16922 if ac_fn_c_try_link "$LINENO"; then :
16923 case "$LIBEXT" in
16924 dll) ac_cv_lib_soname_vkd3d_shader=`$ac_cv_path_LDD conftest.exe | grep "vkd3d-shader" | sed -e "s/dll.*/dll/"';2,$d'` ;;
16925 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'` ;;
16926 *) 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'`
16927 if ${ac_cv_lib_soname_vkd3d_shader:+false} :; then :
16928 ac_cv_lib_soname_vkd3d_shader=`$LDD conftest$ac_exeext | grep "libvkd3d-shader\\.$LIBEXT" | sed -e "s/^.*\(libvkd3d-shader\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
16929 fi ;;
16930 esac
16931 else
16932 ac_cv_lib_soname_vkd3d_shader=
16934 rm -f core conftest.err conftest.$ac_objext \
16935 conftest$ac_exeext conftest.$ac_ext
16936 LIBS=$ac_check_soname_save_LIBS
16938 if ${ac_cv_lib_soname_vkd3d_shader:+false} :; then :
16939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
16940 $as_echo "not found" >&6; }
16942 else
16943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_vkd3d_shader" >&5
16944 $as_echo "$ac_cv_lib_soname_vkd3d_shader" >&6; }
16946 cat >>confdefs.h <<_ACEOF
16947 #define SONAME_LIBVKD3D_SHADER "$ac_cv_lib_soname_vkd3d_shader"
16948 _ACEOF
16952 CPPFLAGS=$ac_save_CPPFLAGS
16955 if test "x$ac_cv_lib_soname_vkd3d" = "x"; then :
16956 case "x$with_vkd3d" in
16957 x) as_fn_append wine_notices "|vkd3d ${notice_platform}development files not found (or too old), Direct3D 12 won't be supported." ;;
16958 xno) ;;
16959 *) as_fn_error $? "vkd3d ${notice_platform}development files not found (or too old), Direct3D 12 won't be supported.
16960 This is an error since --with-vkd3d was requested." "$LINENO" 5 ;;
16961 esac
16964 test "x$ac_cv_lib_soname_vkd3d" != "x" || enable_d3d12=${enable_d3d12:-no}
16967 EXTRACFLAGS=""
16969 if test "x${GCC}" = "xyes"
16970 then
16971 EXTRACFLAGS="-Wall -pipe"
16973 saved_CFLAGS=$CFLAGS
16974 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unknown-warning-option" >&5
16975 $as_echo_n "checking whether the compiler supports -Werror=unknown-warning-option... " >&6; }
16976 if ${ac_cv_cflags__Werror_unknown_warning_option+:} false; then :
16977 $as_echo_n "(cached) " >&6
16978 else
16979 ac_wine_try_cflags_saved=$CFLAGS
16980 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
16981 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16982 /* end confdefs.h. */
16983 int main(int argc, char **argv) { return 0; }
16984 _ACEOF
16985 if ac_fn_c_try_link "$LINENO"; then :
16986 ac_cv_cflags__Werror_unknown_warning_option=yes
16987 else
16988 ac_cv_cflags__Werror_unknown_warning_option=no
16990 rm -f core conftest.err conftest.$ac_objext \
16991 conftest$ac_exeext conftest.$ac_ext
16992 CFLAGS=$ac_wine_try_cflags_saved
16994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_unknown_warning_option" >&5
16995 $as_echo "$ac_cv_cflags__Werror_unknown_warning_option" >&6; }
16996 if test "x$ac_cv_cflags__Werror_unknown_warning_option" = xyes; then :
16997 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
16999 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unused-command-line-argument" >&5
17000 $as_echo_n "checking whether the compiler supports -Werror=unused-command-line-argument... " >&6; }
17001 if ${ac_cv_cflags__Werror_unused_command_line_argument+:} false; then :
17002 $as_echo_n "(cached) " >&6
17003 else
17004 ac_wine_try_cflags_saved=$CFLAGS
17005 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
17006 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17007 /* end confdefs.h. */
17008 int main(int argc, char **argv) { return 0; }
17009 _ACEOF
17010 if ac_fn_c_try_link "$LINENO"; then :
17011 ac_cv_cflags__Werror_unused_command_line_argument=yes
17012 else
17013 ac_cv_cflags__Werror_unused_command_line_argument=no
17015 rm -f core conftest.err conftest.$ac_objext \
17016 conftest$ac_exeext conftest.$ac_ext
17017 CFLAGS=$ac_wine_try_cflags_saved
17019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_unused_command_line_argument" >&5
17020 $as_echo "$ac_cv_cflags__Werror_unused_command_line_argument" >&6; }
17021 if test "x$ac_cv_cflags__Werror_unused_command_line_argument" = xyes; then :
17022 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
17024 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=ignored-optimization-argument" >&5
17025 $as_echo_n "checking whether the compiler supports -Werror=ignored-optimization-argument... " >&6; }
17026 if ${ac_cv_cflags__Werror_ignored_optimization_argument+:} false; then :
17027 $as_echo_n "(cached) " >&6
17028 else
17029 ac_wine_try_cflags_saved=$CFLAGS
17030 CFLAGS="$CFLAGS -Werror=ignored-optimization-argument"
17031 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17032 /* end confdefs.h. */
17033 int main(int argc, char **argv) { return 0; }
17034 _ACEOF
17035 if ac_fn_c_try_link "$LINENO"; then :
17036 ac_cv_cflags__Werror_ignored_optimization_argument=yes
17037 else
17038 ac_cv_cflags__Werror_ignored_optimization_argument=no
17040 rm -f core conftest.err conftest.$ac_objext \
17041 conftest$ac_exeext conftest.$ac_ext
17042 CFLAGS=$ac_wine_try_cflags_saved
17044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_ignored_optimization_argument" >&5
17045 $as_echo "$ac_cv_cflags__Werror_ignored_optimization_argument" >&6; }
17046 if test "x$ac_cv_cflags__Werror_ignored_optimization_argument" = xyes; then :
17047 CFLAGS="$CFLAGS -Werror=ignored-optimization-argument"
17049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fcf-protection=none" >&5
17050 $as_echo_n "checking whether the compiler supports -fcf-protection=none... " >&6; }
17051 if ${ac_cv_cflags__fcf_protection_none+:} false; then :
17052 $as_echo_n "(cached) " >&6
17053 else
17054 ac_wine_try_cflags_saved=$CFLAGS
17055 CFLAGS="$CFLAGS -fcf-protection=none"
17056 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17057 /* end confdefs.h. */
17058 int main(int argc, char **argv) { return 0; }
17059 _ACEOF
17060 if ac_fn_c_try_link "$LINENO"; then :
17061 ac_cv_cflags__fcf_protection_none=yes
17062 else
17063 ac_cv_cflags__fcf_protection_none=no
17065 rm -f core conftest.err conftest.$ac_objext \
17066 conftest$ac_exeext conftest.$ac_ext
17067 CFLAGS=$ac_wine_try_cflags_saved
17069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fcf_protection_none" >&5
17070 $as_echo "$ac_cv_cflags__fcf_protection_none" >&6; }
17071 if test "x$ac_cv_cflags__fcf_protection_none" = xyes; then :
17072 EXTRACFLAGS="$EXTRACFLAGS -fcf-protection=none"
17074 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-stack-protector" >&5
17075 $as_echo_n "checking whether the compiler supports -fno-stack-protector... " >&6; }
17076 if ${ac_cv_cflags__fno_stack_protector+:} false; then :
17077 $as_echo_n "(cached) " >&6
17078 else
17079 ac_wine_try_cflags_saved=$CFLAGS
17080 CFLAGS="$CFLAGS -fno-stack-protector"
17081 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17082 /* end confdefs.h. */
17083 int main(int argc, char **argv) { return 0; }
17084 _ACEOF
17085 if ac_fn_c_try_link "$LINENO"; then :
17086 ac_cv_cflags__fno_stack_protector=yes
17087 else
17088 ac_cv_cflags__fno_stack_protector=no
17090 rm -f core conftest.err conftest.$ac_objext \
17091 conftest$ac_exeext conftest.$ac_ext
17092 CFLAGS=$ac_wine_try_cflags_saved
17094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_stack_protector" >&5
17095 $as_echo "$ac_cv_cflags__fno_stack_protector" >&6; }
17096 if test "x$ac_cv_cflags__fno_stack_protector" = xyes; then :
17097 EXTRACFLAGS="$EXTRACFLAGS -fno-stack-protector"
17099 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
17100 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
17101 if ${ac_cv_cflags__fno_strict_aliasing+:} false; then :
17102 $as_echo_n "(cached) " >&6
17103 else
17104 ac_wine_try_cflags_saved=$CFLAGS
17105 CFLAGS="$CFLAGS -fno-strict-aliasing"
17106 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17107 /* end confdefs.h. */
17108 int main(int argc, char **argv) { return 0; }
17109 _ACEOF
17110 if ac_fn_c_try_link "$LINENO"; then :
17111 ac_cv_cflags__fno_strict_aliasing=yes
17112 else
17113 ac_cv_cflags__fno_strict_aliasing=no
17115 rm -f core conftest.err conftest.$ac_objext \
17116 conftest$ac_exeext conftest.$ac_ext
17117 CFLAGS=$ac_wine_try_cflags_saved
17119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
17120 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
17121 if test "x$ac_cv_cflags__fno_strict_aliasing" = xyes; then :
17122 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
17124 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
17125 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
17126 if ${ac_cv_cflags__Wdeclaration_after_statement+:} false; then :
17127 $as_echo_n "(cached) " >&6
17128 else
17129 ac_wine_try_cflags_saved=$CFLAGS
17130 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
17131 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17132 /* end confdefs.h. */
17133 int main(int argc, char **argv) { return 0; }
17134 _ACEOF
17135 if ac_fn_c_try_link "$LINENO"; then :
17136 ac_cv_cflags__Wdeclaration_after_statement=yes
17137 else
17138 ac_cv_cflags__Wdeclaration_after_statement=no
17140 rm -f core conftest.err conftest.$ac_objext \
17141 conftest$ac_exeext conftest.$ac_ext
17142 CFLAGS=$ac_wine_try_cflags_saved
17144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
17145 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
17146 if test "x$ac_cv_cflags__Wdeclaration_after_statement" = xyes; then :
17147 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
17149 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wempty-body" >&5
17150 $as_echo_n "checking whether the compiler supports -Wempty-body... " >&6; }
17151 if ${ac_cv_cflags__Wempty_body+:} false; then :
17152 $as_echo_n "(cached) " >&6
17153 else
17154 ac_wine_try_cflags_saved=$CFLAGS
17155 CFLAGS="$CFLAGS -Wempty-body"
17156 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17157 /* end confdefs.h. */
17158 int main(int argc, char **argv) { return 0; }
17159 _ACEOF
17160 if ac_fn_c_try_link "$LINENO"; then :
17161 ac_cv_cflags__Wempty_body=yes
17162 else
17163 ac_cv_cflags__Wempty_body=no
17165 rm -f core conftest.err conftest.$ac_objext \
17166 conftest$ac_exeext conftest.$ac_ext
17167 CFLAGS=$ac_wine_try_cflags_saved
17169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wempty_body" >&5
17170 $as_echo "$ac_cv_cflags__Wempty_body" >&6; }
17171 if test "x$ac_cv_cflags__Wempty_body" = xyes; then :
17172 EXTRACFLAGS="$EXTRACFLAGS -Wempty-body"
17174 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wignored-qualifiers" >&5
17175 $as_echo_n "checking whether the compiler supports -Wignored-qualifiers... " >&6; }
17176 if ${ac_cv_cflags__Wignored_qualifiers+:} false; then :
17177 $as_echo_n "(cached) " >&6
17178 else
17179 ac_wine_try_cflags_saved=$CFLAGS
17180 CFLAGS="$CFLAGS -Wignored-qualifiers"
17181 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17182 /* end confdefs.h. */
17183 int main(int argc, char **argv) { return 0; }
17184 _ACEOF
17185 if ac_fn_c_try_link "$LINENO"; then :
17186 ac_cv_cflags__Wignored_qualifiers=yes
17187 else
17188 ac_cv_cflags__Wignored_qualifiers=no
17190 rm -f core conftest.err conftest.$ac_objext \
17191 conftest$ac_exeext conftest.$ac_ext
17192 CFLAGS=$ac_wine_try_cflags_saved
17194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wignored_qualifiers" >&5
17195 $as_echo "$ac_cv_cflags__Wignored_qualifiers" >&6; }
17196 if test "x$ac_cv_cflags__Wignored_qualifiers" = xyes; then :
17197 EXTRACFLAGS="$EXTRACFLAGS -Wignored-qualifiers"
17199 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Winit-self" >&5
17200 $as_echo_n "checking whether the compiler supports -Winit-self... " >&6; }
17201 if ${ac_cv_cflags__Winit_self+:} false; then :
17202 $as_echo_n "(cached) " >&6
17203 else
17204 ac_wine_try_cflags_saved=$CFLAGS
17205 CFLAGS="$CFLAGS -Winit-self"
17206 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17207 /* end confdefs.h. */
17208 int main(int argc, char **argv) { return 0; }
17209 _ACEOF
17210 if ac_fn_c_try_link "$LINENO"; then :
17211 ac_cv_cflags__Winit_self=yes
17212 else
17213 ac_cv_cflags__Winit_self=no
17215 rm -f core conftest.err conftest.$ac_objext \
17216 conftest$ac_exeext conftest.$ac_ext
17217 CFLAGS=$ac_wine_try_cflags_saved
17219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Winit_self" >&5
17220 $as_echo "$ac_cv_cflags__Winit_self" >&6; }
17221 if test "x$ac_cv_cflags__Winit_self" = xyes; then :
17222 EXTRACFLAGS="$EXTRACFLAGS -Winit-self"
17224 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpacked-not-aligned" >&5
17225 $as_echo_n "checking whether the compiler supports -Wpacked-not-aligned... " >&6; }
17226 if ${ac_cv_cflags__Wpacked_not_aligned+:} false; then :
17227 $as_echo_n "(cached) " >&6
17228 else
17229 ac_wine_try_cflags_saved=$CFLAGS
17230 CFLAGS="$CFLAGS -Wpacked-not-aligned"
17231 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17232 /* end confdefs.h. */
17233 int main(int argc, char **argv) { return 0; }
17234 _ACEOF
17235 if ac_fn_c_try_link "$LINENO"; then :
17236 ac_cv_cflags__Wpacked_not_aligned=yes
17237 else
17238 ac_cv_cflags__Wpacked_not_aligned=no
17240 rm -f core conftest.err conftest.$ac_objext \
17241 conftest$ac_exeext conftest.$ac_ext
17242 CFLAGS=$ac_wine_try_cflags_saved
17244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpacked_not_aligned" >&5
17245 $as_echo "$ac_cv_cflags__Wpacked_not_aligned" >&6; }
17246 if test "x$ac_cv_cflags__Wpacked_not_aligned" = xyes; then :
17247 EXTRACFLAGS="$EXTRACFLAGS -Wno-packed-not-aligned"
17249 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpragma-pack" >&5
17250 $as_echo_n "checking whether the compiler supports -Wpragma-pack... " >&6; }
17251 if ${ac_cv_cflags__Wpragma_pack+:} false; then :
17252 $as_echo_n "(cached) " >&6
17253 else
17254 ac_wine_try_cflags_saved=$CFLAGS
17255 CFLAGS="$CFLAGS -Wpragma-pack"
17256 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17257 /* end confdefs.h. */
17258 int main(int argc, char **argv) { return 0; }
17259 _ACEOF
17260 if ac_fn_c_try_link "$LINENO"; then :
17261 ac_cv_cflags__Wpragma_pack=yes
17262 else
17263 ac_cv_cflags__Wpragma_pack=no
17265 rm -f core conftest.err conftest.$ac_objext \
17266 conftest$ac_exeext conftest.$ac_ext
17267 CFLAGS=$ac_wine_try_cflags_saved
17269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpragma_pack" >&5
17270 $as_echo "$ac_cv_cflags__Wpragma_pack" >&6; }
17271 if test "x$ac_cv_cflags__Wpragma_pack" = xyes; then :
17272 EXTRACFLAGS="$EXTRACFLAGS -Wno-pragma-pack"
17274 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wshift-overflow=2" >&5
17275 $as_echo_n "checking whether the compiler supports -Wshift-overflow=2... " >&6; }
17276 if ${ac_cv_cflags__Wshift_overflow_2+:} false; then :
17277 $as_echo_n "(cached) " >&6
17278 else
17279 ac_wine_try_cflags_saved=$CFLAGS
17280 CFLAGS="$CFLAGS -Wshift-overflow=2"
17281 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17282 /* end confdefs.h. */
17283 int main(int argc, char **argv) { return 0; }
17284 _ACEOF
17285 if ac_fn_c_try_link "$LINENO"; then :
17286 ac_cv_cflags__Wshift_overflow_2=yes
17287 else
17288 ac_cv_cflags__Wshift_overflow_2=no
17290 rm -f core conftest.err conftest.$ac_objext \
17291 conftest$ac_exeext conftest.$ac_ext
17292 CFLAGS=$ac_wine_try_cflags_saved
17294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wshift_overflow_2" >&5
17295 $as_echo "$ac_cv_cflags__Wshift_overflow_2" >&6; }
17296 if test "x$ac_cv_cflags__Wshift_overflow_2" = xyes; then :
17297 EXTRACFLAGS="$EXTRACFLAGS -Wshift-overflow=2"
17299 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
17300 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
17301 if ${ac_cv_cflags__Wstrict_prototypes+:} false; then :
17302 $as_echo_n "(cached) " >&6
17303 else
17304 ac_wine_try_cflags_saved=$CFLAGS
17305 CFLAGS="$CFLAGS -Wstrict-prototypes"
17306 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17307 /* end confdefs.h. */
17308 int main(int argc, char **argv) { return 0; }
17309 _ACEOF
17310 if ac_fn_c_try_link "$LINENO"; then :
17311 ac_cv_cflags__Wstrict_prototypes=yes
17312 else
17313 ac_cv_cflags__Wstrict_prototypes=no
17315 rm -f core conftest.err conftest.$ac_objext \
17316 conftest$ac_exeext conftest.$ac_ext
17317 CFLAGS=$ac_wine_try_cflags_saved
17319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
17320 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
17321 if test "x$ac_cv_cflags__Wstrict_prototypes" = xyes; then :
17322 EXTRACFLAGS="$EXTRACFLAGS -Wstrict-prototypes"
17324 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
17325 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
17326 if ${ac_cv_cflags__Wtype_limits+:} false; then :
17327 $as_echo_n "(cached) " >&6
17328 else
17329 ac_wine_try_cflags_saved=$CFLAGS
17330 CFLAGS="$CFLAGS -Wtype-limits"
17331 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17332 /* end confdefs.h. */
17333 int main(int argc, char **argv) { return 0; }
17334 _ACEOF
17335 if ac_fn_c_try_link "$LINENO"; then :
17336 ac_cv_cflags__Wtype_limits=yes
17337 else
17338 ac_cv_cflags__Wtype_limits=no
17340 rm -f core conftest.err conftest.$ac_objext \
17341 conftest$ac_exeext conftest.$ac_ext
17342 CFLAGS=$ac_wine_try_cflags_saved
17344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
17345 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
17346 if test "x$ac_cv_cflags__Wtype_limits" = xyes; then :
17347 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
17349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wunused-but-set-parameter" >&5
17350 $as_echo_n "checking whether the compiler supports -Wunused-but-set-parameter... " >&6; }
17351 if ${ac_cv_cflags__Wunused_but_set_parameter+:} false; then :
17352 $as_echo_n "(cached) " >&6
17353 else
17354 ac_wine_try_cflags_saved=$CFLAGS
17355 CFLAGS="$CFLAGS -Wunused-but-set-parameter"
17356 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17357 /* end confdefs.h. */
17358 int main(int argc, char **argv) { return 0; }
17359 _ACEOF
17360 if ac_fn_c_try_link "$LINENO"; then :
17361 ac_cv_cflags__Wunused_but_set_parameter=yes
17362 else
17363 ac_cv_cflags__Wunused_but_set_parameter=no
17365 rm -f core conftest.err conftest.$ac_objext \
17366 conftest$ac_exeext conftest.$ac_ext
17367 CFLAGS=$ac_wine_try_cflags_saved
17369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wunused_but_set_parameter" >&5
17370 $as_echo "$ac_cv_cflags__Wunused_but_set_parameter" >&6; }
17371 if test "x$ac_cv_cflags__Wunused_but_set_parameter" = xyes; then :
17372 EXTRACFLAGS="$EXTRACFLAGS -Wunused-but-set-parameter"
17374 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wvla" >&5
17375 $as_echo_n "checking whether the compiler supports -Wvla... " >&6; }
17376 if ${ac_cv_cflags__Wvla+:} false; then :
17377 $as_echo_n "(cached) " >&6
17378 else
17379 ac_wine_try_cflags_saved=$CFLAGS
17380 CFLAGS="$CFLAGS -Wvla"
17381 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17382 /* end confdefs.h. */
17383 int main(int argc, char **argv) { return 0; }
17384 _ACEOF
17385 if ac_fn_c_try_link "$LINENO"; then :
17386 ac_cv_cflags__Wvla=yes
17387 else
17388 ac_cv_cflags__Wvla=no
17390 rm -f core conftest.err conftest.$ac_objext \
17391 conftest$ac_exeext conftest.$ac_ext
17392 CFLAGS=$ac_wine_try_cflags_saved
17394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wvla" >&5
17395 $as_echo "$ac_cv_cflags__Wvla" >&6; }
17396 if test "x$ac_cv_cflags__Wvla" = xyes; then :
17397 EXTRACFLAGS="$EXTRACFLAGS -Wvla"
17399 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
17400 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
17401 if ${ac_cv_cflags__Wwrite_strings+:} false; then :
17402 $as_echo_n "(cached) " >&6
17403 else
17404 ac_wine_try_cflags_saved=$CFLAGS
17405 CFLAGS="$CFLAGS -Wwrite-strings"
17406 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17407 /* end confdefs.h. */
17408 int main(int argc, char **argv) { return 0; }
17409 _ACEOF
17410 if ac_fn_c_try_link "$LINENO"; then :
17411 ac_cv_cflags__Wwrite_strings=yes
17412 else
17413 ac_cv_cflags__Wwrite_strings=no
17415 rm -f core conftest.err conftest.$ac_objext \
17416 conftest$ac_exeext conftest.$ac_ext
17417 CFLAGS=$ac_wine_try_cflags_saved
17419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
17420 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
17421 if test "x$ac_cv_cflags__Wwrite_strings" = xyes; then :
17422 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
17425 if test -z "$CROSSTARGET"
17426 then
17427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fexcess-precision=standard" >&5
17428 $as_echo_n "checking whether the compiler supports -fexcess-precision=standard... " >&6; }
17429 if ${ac_cv_cflags__fexcess_precision_standard+:} false; then :
17430 $as_echo_n "(cached) " >&6
17431 else
17432 ac_wine_try_cflags_saved=$CFLAGS
17433 CFLAGS="$CFLAGS -fexcess-precision=standard"
17434 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17435 /* end confdefs.h. */
17436 int main(int argc, char **argv) { return 0; }
17437 _ACEOF
17438 if ac_fn_c_try_link "$LINENO"; then :
17439 ac_cv_cflags__fexcess_precision_standard=yes
17440 else
17441 ac_cv_cflags__fexcess_precision_standard=no
17443 rm -f core conftest.err conftest.$ac_objext \
17444 conftest$ac_exeext conftest.$ac_ext
17445 CFLAGS=$ac_wine_try_cflags_saved
17447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fexcess_precision_standard" >&5
17448 $as_echo "$ac_cv_cflags__fexcess_precision_standard" >&6; }
17449 if test "x$ac_cv_cflags__fexcess_precision_standard" = xyes; then :
17450 EXCESS_PRECISION_CFLAGS="-fexcess-precision=standard"
17455 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpointer-arith" >&5
17456 $as_echo_n "checking whether the compiler supports -Wpointer-arith... " >&6; }
17457 if ${ac_cv_cflags__Wpointer_arith+:} false; then :
17458 $as_echo_n "(cached) " >&6
17459 else
17460 ac_wine_try_cflags_saved=$CFLAGS
17461 CFLAGS="$CFLAGS -Wpointer-arith"
17462 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17463 /* end confdefs.h. */
17464 int main(int argc, char **argv) { return 0; }
17465 _ACEOF
17466 if ac_fn_c_try_link "$LINENO"; then :
17467 ac_cv_cflags__Wpointer_arith=yes
17468 else
17469 ac_cv_cflags__Wpointer_arith=no
17471 rm -f core conftest.err conftest.$ac_objext \
17472 conftest$ac_exeext conftest.$ac_ext
17473 CFLAGS=$ac_wine_try_cflags_saved
17475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpointer_arith" >&5
17476 $as_echo "$ac_cv_cflags__Wpointer_arith" >&6; }
17477 if test "x$ac_cv_cflags__Wpointer_arith" = xyes; then :
17478 saved_string_h_CFLAGS=$CFLAGS
17479 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
17480 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wpointer-arith" >&5
17481 $as_echo_n "checking for broken string.h that generates warnings with -Wpointer-arith... " >&6; }
17482 if ${ac_cv_c_string_h_warnings+:} false; then :
17483 $as_echo_n "(cached) " >&6
17484 else
17485 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17486 /* end confdefs.h. */
17487 #include <string.h>
17489 main ()
17493 return 0;
17495 _ACEOF
17496 if ac_fn_c_try_compile "$LINENO"; then :
17497 ac_cv_c_string_h_warnings=no
17498 else
17499 ac_cv_c_string_h_warnings=yes
17501 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
17504 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
17505 test "$ac_cv_c_string_h_warnings" = yes || EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17506 CFLAGS=$saved_string_h_CFLAGS
17509 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wlogical-op" >&5
17510 $as_echo_n "checking whether the compiler supports -Wlogical-op... " >&6; }
17511 if ${ac_cv_cflags__Wlogical_op+:} false; then :
17512 $as_echo_n "(cached) " >&6
17513 else
17514 ac_wine_try_cflags_saved=$CFLAGS
17515 CFLAGS="$CFLAGS -Wlogical-op"
17516 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17517 /* end confdefs.h. */
17518 int main(int argc, char **argv) { return 0; }
17519 _ACEOF
17520 if ac_fn_c_try_link "$LINENO"; then :
17521 ac_cv_cflags__Wlogical_op=yes
17522 else
17523 ac_cv_cflags__Wlogical_op=no
17525 rm -f core conftest.err conftest.$ac_objext \
17526 conftest$ac_exeext conftest.$ac_ext
17527 CFLAGS=$ac_wine_try_cflags_saved
17529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wlogical_op" >&5
17530 $as_echo "$ac_cv_cflags__Wlogical_op" >&6; }
17531 if test "x$ac_cv_cflags__Wlogical_op" = xyes; then :
17532 saved_string_h_CFLAGS=$CFLAGS
17533 CFLAGS="$CFLAGS -Wlogical-op -Werror"
17534 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wlogical-op" >&5
17535 $as_echo_n "checking for broken string.h that generates warnings with -Wlogical-op... " >&6; }
17536 if ${ac_cv_c_logicalop_noisy+:} false; then :
17537 $as_echo_n "(cached) " >&6
17538 else
17539 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17540 /* end confdefs.h. */
17541 #include <string.h>
17542 char*f(const char *h,char n) {return strchr(h,n);}
17544 main ()
17548 return 0;
17550 _ACEOF
17551 if ac_fn_c_try_compile "$LINENO"; then :
17552 ac_cv_c_logicalop_noisy=no
17553 else
17554 ac_cv_c_logicalop_noisy=yes
17556 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_logicalop_noisy" >&5
17559 $as_echo "$ac_cv_c_logicalop_noisy" >&6; }
17560 CFLAGS=$saved_string_h_CFLAGS
17561 test "$ac_cv_c_logicalop_noisy" = yes || EXTRACFLAGS="$EXTRACFLAGS -Wlogical-op"
17564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for flags needed for 64-bit compare-and-swap support" >&5
17565 $as_echo_n "checking for flags needed for 64-bit compare-and-swap support... " >&6; }
17566 if ${wine_cv_64bit_compare_swap+:} false; then :
17567 $as_echo_n "(cached) " >&6
17568 else
17569 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17570 /* end confdefs.h. */
17571 #ifndef __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8
17572 #error no
17573 #endif
17575 main ()
17579 return 0;
17581 _ACEOF
17582 if ac_fn_c_try_compile "$LINENO"; then :
17583 wine_cv_64bit_compare_swap="none needed"
17584 else
17585 case $host_cpu in
17586 *i[3456]86*) wine_cv_64bit_compare_swap="-march=i586" ;;
17587 *arm*) wine_cv_64bit_compare_swap="-march=armv7-a" ;;
17588 *) wine_cv_64bit_compare_swap="unknown" ;;
17589 esac
17590 if test "x$wine_cv_64bit_compare_swap" != xunknown
17591 then
17592 CFLAGS="$CFLAGS $wine_cv_64bit_compare_swap"
17593 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17594 /* end confdefs.h. */
17595 #ifndef __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8
17596 #error no
17597 #endif
17599 main ()
17603 return 0;
17605 _ACEOF
17606 if ac_fn_c_try_compile "$LINENO"; then :
17608 else
17609 wine_cv_64bit_compare_swap="unknown"
17611 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17612 CFLAGS=$saved_CFLAGS
17615 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_64bit_compare_swap" >&5
17618 $as_echo "$wine_cv_64bit_compare_swap" >&6; }
17619 case "$wine_cv_64bit_compare_swap" in
17620 unknown) as_fn_error $? "gcc doesn't support 64-bit compare-and-swap on this platform" "$LINENO" 5 ;;
17621 "none needed") ;;
17622 *) EXTRACFLAGS="$EXTRACFLAGS $wine_cv_64bit_compare_swap" ;;
17623 esac
17625 for ac_flag in $CFLAGS; do
17626 case $ac_flag in
17627 -g) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gdwarf-2" >&5
17628 $as_echo_n "checking whether the compiler supports -gdwarf-2... " >&6; }
17629 if ${ac_cv_cflags__gdwarf_2+:} false; then :
17630 $as_echo_n "(cached) " >&6
17631 else
17632 ac_wine_try_cflags_saved=$CFLAGS
17633 CFLAGS="$CFLAGS -gdwarf-2"
17634 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17635 /* end confdefs.h. */
17636 int main(int argc, char **argv) { return 0; }
17637 _ACEOF
17638 if ac_fn_c_try_link "$LINENO"; then :
17639 ac_cv_cflags__gdwarf_2=yes
17640 else
17641 ac_cv_cflags__gdwarf_2=no
17643 rm -f core conftest.err conftest.$ac_objext \
17644 conftest$ac_exeext conftest.$ac_ext
17645 CFLAGS=$ac_wine_try_cflags_saved
17647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gdwarf_2" >&5
17648 $as_echo "$ac_cv_cflags__gdwarf_2" >&6; }
17649 if test "x$ac_cv_cflags__gdwarf_2" = xyes; then :
17650 EXTRACFLAGS="$EXTRACFLAGS -gdwarf-2"
17652 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gstrict-dwarf" >&5
17653 $as_echo_n "checking whether the compiler supports -gstrict-dwarf... " >&6; }
17654 if ${ac_cv_cflags__gstrict_dwarf+:} false; then :
17655 $as_echo_n "(cached) " >&6
17656 else
17657 ac_wine_try_cflags_saved=$CFLAGS
17658 CFLAGS="$CFLAGS -gstrict-dwarf"
17659 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17660 /* end confdefs.h. */
17661 int main(int argc, char **argv) { return 0; }
17662 _ACEOF
17663 if ac_fn_c_try_link "$LINENO"; then :
17664 ac_cv_cflags__gstrict_dwarf=yes
17665 else
17666 ac_cv_cflags__gstrict_dwarf=no
17668 rm -f core conftest.err conftest.$ac_objext \
17669 conftest$ac_exeext conftest.$ac_ext
17670 CFLAGS=$ac_wine_try_cflags_saved
17672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gstrict_dwarf" >&5
17673 $as_echo "$ac_cv_cflags__gstrict_dwarf" >&6; }
17674 if test "x$ac_cv_cflags__gstrict_dwarf" = xyes; then :
17675 EXTRACFLAGS="$EXTRACFLAGS -gstrict-dwarf"
17676 fi ;;
17677 esac
17678 done
17680 MSVCRTFLAGS=""
17682 case $host_os in
17683 mingw32*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-delayload,autoconftest.dll" >&5
17684 $as_echo_n "checking whether the compiler supports -Wl,-delayload,autoconftest.dll... " >&6; }
17685 if ${ac_cv_cflags__Wl__delayload_autoconftest_dll+:} false; then :
17686 $as_echo_n "(cached) " >&6
17687 else
17688 ac_wine_try_cflags_saved=$CFLAGS
17689 CFLAGS="$CFLAGS -Wl,-delayload,autoconftest.dll"
17690 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17691 /* end confdefs.h. */
17692 int main(int argc, char **argv) { return 0; }
17693 _ACEOF
17694 if ac_fn_c_try_link "$LINENO"; then :
17695 ac_cv_cflags__Wl__delayload_autoconftest_dll=yes
17696 else
17697 ac_cv_cflags__Wl__delayload_autoconftest_dll=no
17699 rm -f core conftest.err conftest.$ac_objext \
17700 conftest$ac_exeext conftest.$ac_ext
17701 CFLAGS=$ac_wine_try_cflags_saved
17703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__delayload_autoconftest_dll" >&5
17704 $as_echo "$ac_cv_cflags__Wl__delayload_autoconftest_dll" >&6; }
17705 if test "x$ac_cv_cflags__Wl__delayload_autoconftest_dll" = xyes; then :
17706 DELAYLOADFLAG="-Wl,-delayload,"
17708 fi ;;
17709 *) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
17710 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
17711 if ${ac_cv_cflags__fno_builtin+:} false; then :
17712 $as_echo_n "(cached) " >&6
17713 else
17714 ac_wine_try_cflags_saved=$CFLAGS
17715 CFLAGS="$CFLAGS -fno-builtin"
17716 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17717 /* end confdefs.h. */
17718 int main(int argc, char **argv) { return 0; }
17719 _ACEOF
17720 if ac_fn_c_try_link "$LINENO"; then :
17721 ac_cv_cflags__fno_builtin=yes
17722 else
17723 ac_cv_cflags__fno_builtin=no
17725 rm -f core conftest.err conftest.$ac_objext \
17726 conftest$ac_exeext conftest.$ac_ext
17727 CFLAGS=$ac_wine_try_cflags_saved
17729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
17730 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
17731 if test "x$ac_cv_cflags__fno_builtin" = xyes; then :
17732 MSVCRTFLAGS="$MSVCRTFLAGS -fno-builtin"
17734 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fshort-wchar" >&5
17735 $as_echo_n "checking whether the compiler supports -fshort-wchar... " >&6; }
17736 if ${ac_cv_cflags__fshort_wchar+:} false; then :
17737 $as_echo_n "(cached) " >&6
17738 else
17739 ac_wine_try_cflags_saved=$CFLAGS
17740 CFLAGS="$CFLAGS -fshort-wchar"
17741 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17742 /* end confdefs.h. */
17743 int main(int argc, char **argv) { return 0; }
17744 _ACEOF
17745 if ac_fn_c_try_link "$LINENO"; then :
17746 ac_cv_cflags__fshort_wchar=yes
17747 else
17748 ac_cv_cflags__fshort_wchar=no
17750 rm -f core conftest.err conftest.$ac_objext \
17751 conftest$ac_exeext conftest.$ac_ext
17752 CFLAGS=$ac_wine_try_cflags_saved
17754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fshort_wchar" >&5
17755 $as_echo "$ac_cv_cflags__fshort_wchar" >&6; }
17756 if test "x$ac_cv_cflags__fshort_wchar" = xyes; then :
17757 MSVCRTFLAGS="$MSVCRTFLAGS -fshort-wchar"
17758 fi ;;
17759 esac
17761 case $host_cpu in
17762 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-omit-frame-pointer" >&5
17763 $as_echo_n "checking whether the compiler supports -fno-omit-frame-pointer... " >&6; }
17764 if ${ac_cv_cflags__fno_omit_frame_pointer+:} false; then :
17765 $as_echo_n "(cached) " >&6
17766 else
17767 ac_wine_try_cflags_saved=$CFLAGS
17768 CFLAGS="$CFLAGS -fno-omit-frame-pointer"
17769 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17770 /* end confdefs.h. */
17771 int main(int argc, char **argv) { return 0; }
17772 _ACEOF
17773 if ac_fn_c_try_link "$LINENO"; then :
17774 ac_cv_cflags__fno_omit_frame_pointer=yes
17775 else
17776 ac_cv_cflags__fno_omit_frame_pointer=no
17778 rm -f core conftest.err conftest.$ac_objext \
17779 conftest$ac_exeext conftest.$ac_ext
17780 CFLAGS=$ac_wine_try_cflags_saved
17782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_omit_frame_pointer" >&5
17783 $as_echo "$ac_cv_cflags__fno_omit_frame_pointer" >&6; }
17784 if test "x$ac_cv_cflags__fno_omit_frame_pointer" = xyes; then :
17785 EXTRACFLAGS="$EXTRACFLAGS -fno-omit-frame-pointer"
17786 fi ;;
17787 *x86_64*)
17788 case $host_os in
17789 cygwin*|mingw32*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wno-format" >&5
17790 $as_echo_n "checking whether the compiler supports -Wno-format... " >&6; }
17791 if ${ac_cv_cflags__Wno_format+:} false; then :
17792 $as_echo_n "(cached) " >&6
17793 else
17794 ac_wine_try_cflags_saved=$CFLAGS
17795 CFLAGS="$CFLAGS -Wno-format"
17796 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17797 /* end confdefs.h. */
17798 int main(int argc, char **argv) { return 0; }
17799 _ACEOF
17800 if ac_fn_c_try_link "$LINENO"; then :
17801 ac_cv_cflags__Wno_format=yes
17802 else
17803 ac_cv_cflags__Wno_format=no
17805 rm -f core conftest.err conftest.$ac_objext \
17806 conftest$ac_exeext conftest.$ac_ext
17807 CFLAGS=$ac_wine_try_cflags_saved
17809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wno_format" >&5
17810 $as_echo "$ac_cv_cflags__Wno_format" >&6; }
17811 if test "x$ac_cv_cflags__Wno_format" = xyes; then :
17812 EXTRACFLAGS="$EXTRACFLAGS -Wno-format"
17813 fi ;;
17814 *) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -mabi=ms" >&5
17815 $as_echo_n "checking whether the compiler supports -mabi=ms... " >&6; }
17816 if ${ac_cv_cflags__mabi_ms+:} false; then :
17817 $as_echo_n "(cached) " >&6
17818 else
17819 ac_wine_try_cflags_saved=$CFLAGS
17820 CFLAGS="$CFLAGS -mabi=ms"
17821 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17822 /* end confdefs.h. */
17823 int main(int argc, char **argv) { return 0; }
17824 _ACEOF
17825 if ac_fn_c_try_link "$LINENO"; then :
17826 ac_cv_cflags__mabi_ms=yes
17827 else
17828 ac_cv_cflags__mabi_ms=no
17830 rm -f core conftest.err conftest.$ac_objext \
17831 conftest$ac_exeext conftest.$ac_ext
17832 CFLAGS=$ac_wine_try_cflags_saved
17834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__mabi_ms" >&5
17835 $as_echo "$ac_cv_cflags__mabi_ms" >&6; }
17836 if test "x$ac_cv_cflags__mabi_ms" = xyes; then :
17837 MSVCRTFLAGS="$MSVCRTFLAGS -mabi=ms"
17838 fi ;;
17839 esac ;;
17840 esac
17842 CFLAGS=$saved_CFLAGS
17844 if test "x$enable_werror" = "xyes"
17845 then
17846 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
17847 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
17848 if ${ac_cv_cflags__Werror+:} false; then :
17849 $as_echo_n "(cached) " >&6
17850 else
17851 ac_wine_try_cflags_saved=$CFLAGS
17852 CFLAGS="$CFLAGS -Werror"
17853 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17854 /* end confdefs.h. */
17855 int main(int argc, char **argv) { return 0; }
17856 _ACEOF
17857 if ac_fn_c_try_link "$LINENO"; then :
17858 ac_cv_cflags__Werror=yes
17859 else
17860 ac_cv_cflags__Werror=no
17862 rm -f core conftest.err conftest.$ac_objext \
17863 conftest$ac_exeext conftest.$ac_ext
17864 CFLAGS=$ac_wine_try_cflags_saved
17866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
17867 $as_echo "$ac_cv_cflags__Werror" >&6; }
17868 if test "x$ac_cv_cflags__Werror" = xyes; then :
17869 EXTRACFLAGS="$EXTRACFLAGS -Werror"
17872 if test "x$enable_build_id" = "xyes"
17873 then
17874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--build-id" >&5
17875 $as_echo_n "checking whether the compiler supports -Wl,--build-id... " >&6; }
17876 if ${ac_cv_cflags__Wl___build_id+:} false; then :
17877 $as_echo_n "(cached) " >&6
17878 else
17879 ac_wine_try_cflags_saved=$CFLAGS
17880 CFLAGS="$CFLAGS -Wl,--build-id"
17881 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17882 /* end confdefs.h. */
17883 int main(int argc, char **argv) { return 0; }
17884 _ACEOF
17885 if ac_fn_c_try_link "$LINENO"; then :
17886 ac_cv_cflags__Wl___build_id=yes
17887 else
17888 ac_cv_cflags__Wl___build_id=no
17890 rm -f core conftest.err conftest.$ac_objext \
17891 conftest$ac_exeext conftest.$ac_ext
17892 CFLAGS=$ac_wine_try_cflags_saved
17894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___build_id" >&5
17895 $as_echo "$ac_cv_cflags__Wl___build_id" >&6; }
17896 if test "x$ac_cv_cflags__Wl___build_id" = xyes; then :
17897 CFLAGS="$CFLAGS -Wl,--build-id"
17898 LDFLAGS="$LDFLAGS -Wl,--build-id"
17904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the need to disable Fortify" >&5
17905 $as_echo_n "checking for the need to disable Fortify... " >&6; }
17906 if ${ac_cv_c_fortify_enabled+:} false; then :
17907 $as_echo_n "(cached) " >&6
17908 else
17909 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17910 /* end confdefs.h. */
17911 #include <string.h>
17913 main ()
17915 #if (defined(__USE_FORTIFY_LEVEL) && __USE_FORTIFY_LEVEL > 0) || (defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0)
17916 #error Fortify enabled
17917 #endif
17919 return 0;
17921 _ACEOF
17922 if ac_fn_c_try_compile "$LINENO"; then :
17923 ac_cv_c_fortify_enabled=no
17924 else
17925 ac_cv_c_fortify_enabled=yes
17927 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_fortify_enabled" >&5
17930 $as_echo "$ac_cv_c_fortify_enabled" >&6; }
17931 if test "$ac_cv_c_fortify_enabled" = yes
17932 then
17933 CFLAGS="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
17937 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
17938 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
17939 if ${ac_cv_c_cfi_support+:} false; then :
17940 $as_echo_n "(cached) " >&6
17941 else
17942 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17943 /* end confdefs.h. */
17944 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
17946 main ()
17950 return 0;
17952 _ACEOF
17953 if ac_fn_c_try_compile "$LINENO"; then :
17954 ac_cv_c_cfi_support="yes"
17955 else
17956 ac_cv_c_cfi_support="no"
17958 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
17961 $as_echo "$ac_cv_c_cfi_support" >&6; }
17962 if test "$ac_cv_c_cfi_support" = "yes"
17963 then
17964 DLLFLAGS="$DLLFLAGS -fasynchronous-unwind-tables"
17965 LDDLLFLAGS="$LDDLLFLAGS -fasynchronous-unwind-tables"
17966 else
17967 if test "x$enable_win64" = "xyes"
17968 then
17969 as_fn_append wine_warnings "|building 64-bit Wine without support for CFI directives; exception handling will not work properly."
17974 case $build_os in
17975 cygwin*|mingw32*) TOOLSEXT=".exe"
17977 esac
17979 case $host_os in
17980 linux*)
17981 case $host_cpu in
17982 *i[3456789]86*|x86_64*|*aarch64*|arm*)
17983 test "$wine_binary" = wine || wine_fn_append_file CONFIGURE_TARGETS "loader/wine-preloader"
17984 WINELOADER_PROGRAMS="$WINELOADER_PROGRAMS $wine_binary-preloader"
17986 esac
17988 esac
17991 ac_save_CFLAGS="$CFLAGS"
17992 CFLAGS="$CFLAGS $BUILTINFLAG"
17993 for ac_func in \
17994 __res_get_state \
17995 __res_getservers \
17996 _spawnvp \
17997 epoll_create \
17998 fnmatch \
17999 fork \
18000 fstatfs \
18001 futimens \
18002 futimes \
18003 futimesat \
18004 getattrlist \
18005 getauxval \
18006 getifaddrs \
18007 getopt_long_only \
18008 getrandom \
18009 kqueue \
18010 lstat \
18011 mach_continuous_time \
18012 pipe2 \
18013 poll \
18014 port_create \
18015 posix_fadvise \
18016 prctl \
18017 pread \
18018 proc_pidinfo \
18019 pwrite \
18020 readlink \
18021 sched_yield \
18022 setproctitle \
18023 setprogname \
18024 sigprocmask \
18025 symlink \
18026 sysinfo \
18027 tcdrain \
18028 thr_kill2
18030 do :
18031 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18032 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
18033 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
18034 cat >>confdefs.h <<_ACEOF
18035 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18036 _ACEOF
18039 done
18041 CFLAGS="$ac_save_CFLAGS"
18043 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
18044 $as_echo_n "checking for library containing dlopen... " >&6; }
18045 if ${ac_cv_search_dlopen+:} false; then :
18046 $as_echo_n "(cached) " >&6
18047 else
18048 ac_func_search_save_LIBS=$LIBS
18049 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18050 /* end confdefs.h. */
18052 /* Override any GCC internal prototype to avoid an error.
18053 Use char because int might match the return type of a GCC
18054 builtin and then its argument prototype would still apply. */
18055 #ifdef __cplusplus
18056 extern "C"
18057 #endif
18058 char dlopen ();
18060 main ()
18062 return dlopen ();
18064 return 0;
18066 _ACEOF
18067 for ac_lib in '' dl; do
18068 if test -z "$ac_lib"; then
18069 ac_res="none required"
18070 else
18071 ac_res=-l$ac_lib
18072 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18074 if ac_fn_c_try_link "$LINENO"; then :
18075 ac_cv_search_dlopen=$ac_res
18077 rm -f core conftest.err conftest.$ac_objext \
18078 conftest$ac_exeext
18079 if ${ac_cv_search_dlopen+:} false; then :
18080 break
18082 done
18083 if ${ac_cv_search_dlopen+:} false; then :
18085 else
18086 ac_cv_search_dlopen=no
18088 rm conftest.$ac_ext
18089 LIBS=$ac_func_search_save_LIBS
18091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
18092 $as_echo "$ac_cv_search_dlopen" >&6; }
18093 ac_res=$ac_cv_search_dlopen
18094 if test "$ac_res" != no; then :
18095 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18099 ac_wine_check_funcs_save_LIBS="$LIBS"
18100 LIBS="$LIBS $DL_LIBS"
18101 for ac_func in dladdr dlinfo
18102 do :
18103 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18104 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
18105 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
18106 cat >>confdefs.h <<_ACEOF
18107 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18108 _ACEOF
18111 done
18113 LIBS="$ac_wine_check_funcs_save_LIBS"
18115 if test "$ac_cv_func_poll" = no
18116 then
18117 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
18118 $as_echo_n "checking for poll in -lpoll... " >&6; }
18119 if ${ac_cv_lib_poll_poll+:} false; then :
18120 $as_echo_n "(cached) " >&6
18121 else
18122 ac_check_lib_save_LIBS=$LIBS
18123 LIBS="-lpoll $LIBS"
18124 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18125 /* end confdefs.h. */
18127 /* Override any GCC internal prototype to avoid an error.
18128 Use char because int might match the return type of a GCC
18129 builtin and then its argument prototype would still apply. */
18130 #ifdef __cplusplus
18131 extern "C"
18132 #endif
18133 char poll ();
18135 main ()
18137 return poll ();
18139 return 0;
18141 _ACEOF
18142 if ac_fn_c_try_link "$LINENO"; then :
18143 ac_cv_lib_poll_poll=yes
18144 else
18145 ac_cv_lib_poll_poll=no
18147 rm -f core conftest.err conftest.$ac_objext \
18148 conftest$ac_exeext conftest.$ac_ext
18149 LIBS=$ac_check_lib_save_LIBS
18151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
18152 $as_echo "$ac_cv_lib_poll_poll" >&6; }
18153 if test "x$ac_cv_lib_poll_poll" = xyes; then :
18154 $as_echo "#define HAVE_POLL 1" >>confdefs.h
18155 POLL_LIBS="-lpoll"
18161 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
18162 $as_echo_n "checking for library containing gethostbyname... " >&6; }
18163 if ${ac_cv_search_gethostbyname+:} false; then :
18164 $as_echo_n "(cached) " >&6
18165 else
18166 ac_func_search_save_LIBS=$LIBS
18167 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18168 /* end confdefs.h. */
18170 /* Override any GCC internal prototype to avoid an error.
18171 Use char because int might match the return type of a GCC
18172 builtin and then its argument prototype would still apply. */
18173 #ifdef __cplusplus
18174 extern "C"
18175 #endif
18176 char gethostbyname ();
18178 main ()
18180 return gethostbyname ();
18182 return 0;
18184 _ACEOF
18185 for ac_lib in '' nsl; do
18186 if test -z "$ac_lib"; then
18187 ac_res="none required"
18188 else
18189 ac_res=-l$ac_lib
18190 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18192 if ac_fn_c_try_link "$LINENO"; then :
18193 ac_cv_search_gethostbyname=$ac_res
18195 rm -f core conftest.err conftest.$ac_objext \
18196 conftest$ac_exeext
18197 if ${ac_cv_search_gethostbyname+:} false; then :
18198 break
18200 done
18201 if ${ac_cv_search_gethostbyname+:} false; then :
18203 else
18204 ac_cv_search_gethostbyname=no
18206 rm conftest.$ac_ext
18207 LIBS=$ac_func_search_save_LIBS
18209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
18210 $as_echo "$ac_cv_search_gethostbyname" >&6; }
18211 ac_res=$ac_cv_search_gethostbyname
18212 if test "$ac_res" != no; then :
18213 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18218 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
18219 $as_echo_n "checking for library containing connect... " >&6; }
18220 if ${ac_cv_search_connect+:} false; then :
18221 $as_echo_n "(cached) " >&6
18222 else
18223 ac_func_search_save_LIBS=$LIBS
18224 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18225 /* end confdefs.h. */
18227 /* Override any GCC internal prototype to avoid an error.
18228 Use char because int might match the return type of a GCC
18229 builtin and then its argument prototype would still apply. */
18230 #ifdef __cplusplus
18231 extern "C"
18232 #endif
18233 char connect ();
18235 main ()
18237 return connect ();
18239 return 0;
18241 _ACEOF
18242 for ac_lib in '' socket; do
18243 if test -z "$ac_lib"; then
18244 ac_res="none required"
18245 else
18246 ac_res=-l$ac_lib
18247 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18249 if ac_fn_c_try_link "$LINENO"; then :
18250 ac_cv_search_connect=$ac_res
18252 rm -f core conftest.err conftest.$ac_objext \
18253 conftest$ac_exeext
18254 if ${ac_cv_search_connect+:} false; then :
18255 break
18257 done
18258 if ${ac_cv_search_connect+:} false; then :
18260 else
18261 ac_cv_search_connect=no
18263 rm conftest.$ac_ext
18264 LIBS=$ac_func_search_save_LIBS
18266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
18267 $as_echo "$ac_cv_search_connect" >&6; }
18268 ac_res=$ac_cv_search_connect
18269 if test "$ac_res" != no; then :
18270 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18275 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
18276 $as_echo_n "checking for library containing inet_aton... " >&6; }
18277 if ${ac_cv_search_inet_aton+:} false; then :
18278 $as_echo_n "(cached) " >&6
18279 else
18280 ac_func_search_save_LIBS=$LIBS
18281 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18282 /* end confdefs.h. */
18284 /* Override any GCC internal prototype to avoid an error.
18285 Use char because int might match the return type of a GCC
18286 builtin and then its argument prototype would still apply. */
18287 #ifdef __cplusplus
18288 extern "C"
18289 #endif
18290 char inet_aton ();
18292 main ()
18294 return inet_aton ();
18296 return 0;
18298 _ACEOF
18299 for ac_lib in '' resolv; do
18300 if test -z "$ac_lib"; then
18301 ac_res="none required"
18302 else
18303 ac_res=-l$ac_lib
18304 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18306 if ac_fn_c_try_link "$LINENO"; then :
18307 ac_cv_search_inet_aton=$ac_res
18309 rm -f core conftest.err conftest.$ac_objext \
18310 conftest$ac_exeext
18311 if ${ac_cv_search_inet_aton+:} false; then :
18312 break
18314 done
18315 if ${ac_cv_search_inet_aton+:} false; then :
18317 else
18318 ac_cv_search_inet_aton=no
18320 rm conftest.$ac_ext
18321 LIBS=$ac_func_search_save_LIBS
18323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
18324 $as_echo "$ac_cv_search_inet_aton" >&6; }
18325 ac_res=$ac_cv_search_inet_aton
18326 if test "$ac_res" != no; then :
18327 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18332 for ac_func in \
18333 getaddrinfo \
18334 getnameinfo \
18335 getservbyport \
18337 do :
18338 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18339 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
18340 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
18341 cat >>confdefs.h <<_ACEOF
18342 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18343 _ACEOF
18346 done
18349 case $host_os in
18350 darwin*|macosx*) ;;
18351 *) ac_save_LIBS=$LIBS
18352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
18353 $as_echo_n "checking for library containing clock_gettime... " >&6; }
18354 if ${ac_cv_search_clock_gettime+:} false; then :
18355 $as_echo_n "(cached) " >&6
18356 else
18357 ac_func_search_save_LIBS=$LIBS
18358 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18359 /* end confdefs.h. */
18361 /* Override any GCC internal prototype to avoid an error.
18362 Use char because int might match the return type of a GCC
18363 builtin and then its argument prototype would still apply. */
18364 #ifdef __cplusplus
18365 extern "C"
18366 #endif
18367 char clock_gettime ();
18369 main ()
18371 return clock_gettime ();
18373 return 0;
18375 _ACEOF
18376 for ac_lib in '' rt; do
18377 if test -z "$ac_lib"; then
18378 ac_res="none required"
18379 else
18380 ac_res=-l$ac_lib
18381 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18383 if ac_fn_c_try_link "$LINENO"; then :
18384 ac_cv_search_clock_gettime=$ac_res
18386 rm -f core conftest.err conftest.$ac_objext \
18387 conftest$ac_exeext
18388 if ${ac_cv_search_clock_gettime+:} false; then :
18389 break
18391 done
18392 if ${ac_cv_search_clock_gettime+:} false; then :
18394 else
18395 ac_cv_search_clock_gettime=no
18397 rm conftest.$ac_ext
18398 LIBS=$ac_func_search_save_LIBS
18400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5
18401 $as_echo "$ac_cv_search_clock_gettime" >&6; }
18402 ac_res=$ac_cv_search_clock_gettime
18403 if test "$ac_res" != no; then :
18404 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18406 $as_echo "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h
18408 test "$ac_res" = "none required" || RT_LIBS="$ac_res"
18412 LIBS=$ac_save_LIBS
18414 esac
18416 if test "x$with_ldap" != "xno"
18417 then
18418 if ${LDAP_CFLAGS:+false} :; then :
18419 if ${PKG_CONFIG+:} false; then :
18420 LDAP_CFLAGS=`$PKG_CONFIG --cflags openldap 2>/dev/null`
18424 if ${LDAP_LIBS:+false} :; then :
18425 if ${PKG_CONFIG+:} false; then :
18426 LDAP_LIBS=`$PKG_CONFIG --libs openldap 2>/dev/null`
18430 LDAP_LIBS=${LDAP_LIBS:-"-lldap_r -llber"}
18431 $as_echo "$as_me:${as_lineno-$LINENO}: openldap cflags: $LDAP_CFLAGS" >&5
18432 $as_echo "$as_me:${as_lineno-$LINENO}: openldap libs: $LDAP_LIBS" >&5
18433 ac_save_CPPFLAGS=$CPPFLAGS
18434 CPPFLAGS="$CPPFLAGS $LDAP_CFLAGS"
18435 for ac_header in ldap.h lber.h
18436 do :
18437 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
18438 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
18439 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
18440 cat >>confdefs.h <<_ACEOF
18441 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
18442 _ACEOF
18446 done
18448 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18449 then
18450 ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
18452 if test "x$ac_cv_type_LDAPSortKey" = xyes; then :
18453 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
18454 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
18455 if ${ac_cv_lib_ldap_r_ldap_initialize+:} false; then :
18456 $as_echo_n "(cached) " >&6
18457 else
18458 ac_check_lib_save_LIBS=$LIBS
18459 LIBS="-lldap_r $PTHREAD_LIBS $LDAP_LIBS $LIBS"
18460 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18461 /* end confdefs.h. */
18463 /* Override any GCC internal prototype to avoid an error.
18464 Use char because int might match the return type of a GCC
18465 builtin and then its argument prototype would still apply. */
18466 #ifdef __cplusplus
18467 extern "C"
18468 #endif
18469 char ldap_initialize ();
18471 main ()
18473 return ldap_initialize ();
18475 return 0;
18477 _ACEOF
18478 if ac_fn_c_try_link "$LINENO"; then :
18479 ac_cv_lib_ldap_r_ldap_initialize=yes
18480 else
18481 ac_cv_lib_ldap_r_ldap_initialize=no
18483 rm -f core conftest.err conftest.$ac_objext \
18484 conftest$ac_exeext conftest.$ac_ext
18485 LIBS=$ac_check_lib_save_LIBS
18487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18488 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18489 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = xyes; then :
18490 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
18491 $as_echo_n "checking for ber_init in -llber... " >&6; }
18492 if ${ac_cv_lib_lber_ber_init+:} false; then :
18493 $as_echo_n "(cached) " >&6
18494 else
18495 ac_check_lib_save_LIBS=$LIBS
18496 LIBS="-llber $PTHREAD_LIBS $LDAP_LIBS $LIBS"
18497 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18498 /* end confdefs.h. */
18500 /* Override any GCC internal prototype to avoid an error.
18501 Use char because int might match the return type of a GCC
18502 builtin and then its argument prototype would still apply. */
18503 #ifdef __cplusplus
18504 extern "C"
18505 #endif
18506 char ber_init ();
18508 main ()
18510 return ber_init ();
18512 return 0;
18514 _ACEOF
18515 if ac_fn_c_try_link "$LINENO"; then :
18516 ac_cv_lib_lber_ber_init=yes
18517 else
18518 ac_cv_lib_lber_ber_init=no
18520 rm -f core conftest.err conftest.$ac_objext \
18521 conftest$ac_exeext conftest.$ac_ext
18522 LIBS=$ac_check_lib_save_LIBS
18524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
18525 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
18526 if test "x$ac_cv_lib_lber_ber_init" = xyes; then :
18528 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
18530 else
18531 LDAP_LIBS=""
18534 else
18535 LDAP_LIBS=""
18538 else
18539 LDAP_LIBS=""
18542 ac_wine_check_funcs_save_LIBS="$LIBS"
18543 LIBS="$LIBS $LDAP_LIBS $PTHREAD_LIBS"
18544 for ac_func in \
18545 ldap_count_references \
18546 ldap_first_reference \
18547 ldap_next_reference \
18548 ldap_parse_reference \
18549 ldap_parse_sort_control \
18550 ldap_parse_sortresponse_control \
18551 ldap_parse_vlv_control \
18552 ldap_parse_vlvresponse_control
18553 do :
18554 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18555 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
18556 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
18557 cat >>confdefs.h <<_ACEOF
18558 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18559 _ACEOF
18562 done
18564 LIBS="$ac_wine_check_funcs_save_LIBS"
18565 else
18566 LDAP_LIBS=""
18568 CPPFLAGS=$ac_save_CPPFLAGS
18571 if test "x$LDAP_LIBS" = "x"; then :
18572 case "x$with_ldap" in
18573 x) as_fn_append wine_notices "|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
18574 xno) ;;
18575 *) as_fn_error $? "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
18576 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
18577 esac
18581 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_setaffinity" >&5
18582 $as_echo_n "checking for sched_setaffinity... " >&6; }
18583 if ${wine_cv_have_sched_setaffinity+:} false; then :
18584 $as_echo_n "(cached) " >&6
18585 else
18586 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18587 /* end confdefs.h. */
18588 #define _GNU_SOURCE
18589 #include <sched.h>
18591 main ()
18593 sched_setaffinity(0, 0, 0);
18595 return 0;
18597 _ACEOF
18598 if ac_fn_c_try_link "$LINENO"; then :
18599 wine_cv_have_sched_setaffinity=yes
18600 else
18601 wine_cv_have_sched_setaffinity=no
18603 rm -f core conftest.err conftest.$ac_objext \
18604 conftest$ac_exeext conftest.$ac_ext
18606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sched_setaffinity" >&5
18607 $as_echo "$wine_cv_have_sched_setaffinity" >&6; }
18608 if test "$wine_cv_have_sched_setaffinity" = "yes"
18609 then
18611 $as_echo "#define HAVE_SCHED_SETAFFINITY 1" >>confdefs.h
18615 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fallocate" >&5
18616 $as_echo_n "checking for fallocate... " >&6; }
18617 if ${wine_cv_have_fallocate+:} false; then :
18618 $as_echo_n "(cached) " >&6
18619 else
18620 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18621 /* end confdefs.h. */
18622 #define _GNU_SOURCE
18623 #include <fcntl.h>
18625 main ()
18627 fallocate(-1, 0, 0, 0);
18629 return 0;
18631 _ACEOF
18632 if ac_fn_c_try_link "$LINENO"; then :
18633 wine_cv_have_fallocate=yes
18634 else
18635 wine_cv_have_fallocate=no
18637 rm -f core conftest.err conftest.$ac_objext \
18638 conftest$ac_exeext conftest.$ac_ext
18640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_fallocate" >&5
18641 $as_echo "$wine_cv_have_fallocate" >&6; }
18642 if test "$wine_cv_have_fallocate" = "yes"
18643 then
18645 $as_echo "#define HAVE_FALLOCATE 1" >>confdefs.h
18650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
18651 $as_echo_n "checking for inline... " >&6; }
18652 if ${ac_cv_c_inline+:} false; then :
18653 $as_echo_n "(cached) " >&6
18654 else
18655 ac_cv_c_inline=no
18656 for ac_kw in inline __inline__ __inline; do
18657 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18658 /* end confdefs.h. */
18659 #ifndef __cplusplus
18660 typedef int foo_t;
18661 static $ac_kw foo_t static_foo () {return 0; }
18662 $ac_kw foo_t foo () {return 0; }
18663 #endif
18665 _ACEOF
18666 if ac_fn_c_try_compile "$LINENO"; then :
18667 ac_cv_c_inline=$ac_kw
18669 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18670 test "$ac_cv_c_inline" != no && break
18671 done
18674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
18675 $as_echo "$ac_cv_c_inline" >&6; }
18677 case $ac_cv_c_inline in
18678 inline | yes) ;;
18680 case $ac_cv_c_inline in
18681 no) ac_val=;;
18682 *) ac_val=$ac_cv_c_inline;;
18683 esac
18684 cat >>confdefs.h <<_ACEOF
18685 #ifndef __cplusplus
18686 #define inline $ac_val
18687 #endif
18688 _ACEOF
18690 esac
18692 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
18693 #include <signal.h>
18695 if test "x$ac_cv_type_sigset_t" = xyes; then :
18697 cat >>confdefs.h <<_ACEOF
18698 #define HAVE_SIGSET_T 1
18699 _ACEOF
18704 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
18706 if test "x$ac_cv_type_request_sense" = xyes; then :
18708 cat >>confdefs.h <<_ACEOF
18709 #define HAVE_REQUEST_SENSE 1
18710 _ACEOF
18716 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
18717 #ifdef HAVE_SYS_SOCKET_H
18718 #include <sys/socket.h>
18719 #endif
18720 #ifdef HAVE_SYS_SOCKETVAR_H
18721 #include <sys/socketvar.h>
18722 #endif
18723 #ifdef HAVE_NET_ROUTE_H
18724 #include <net/route.h>
18725 #endif
18726 #ifdef HAVE_NETINET_IN_H
18727 #include <netinet/in.h>
18728 #endif
18729 #ifdef HAVE_NETINET_IN_SYSTM_H
18730 #include <netinet/in_systm.h>
18731 #endif
18732 #ifdef HAVE_NETINET_IP_H
18733 #include <netinet/ip.h>
18734 #endif
18735 #ifdef HAVE_NETINET_IN_PCB_H
18736 #include <netinet/in_pcb.h>
18737 #endif
18739 if test "x$ac_cv_type_struct_xinpgen" = xyes; then :
18741 cat >>confdefs.h <<_ACEOF
18742 #define HAVE_STRUCT_XINPGEN 1
18743 _ACEOF
18749 ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
18750 #include <linux/input.h>
18751 #endif
18753 if test "x$ac_cv_member_struct_ff_effect_direction" = xyes; then :
18755 cat >>confdefs.h <<_ACEOF
18756 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
18757 _ACEOF
18763 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for if_nameindex" >&5
18764 $as_echo_n "checking for if_nameindex... " >&6; }
18765 if ${wine_cv_have_if_nameindex+:} false; then :
18766 $as_echo_n "(cached) " >&6
18767 else
18768 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18769 /* end confdefs.h. */
18770 #ifdef HAVE_SYS_TYPES_H
18771 #include <sys/types.h>
18772 #endif
18773 #ifdef HAVE_SYS_SOCKET_H
18774 #include <sys/socket.h>
18775 #endif
18776 #ifdef HAVE_NET_IF_H
18777 # include <net/if.h>
18778 #endif
18780 main ()
18782 struct if_nameindex *p = if_nameindex(); return p->if_index;
18784 return 0;
18786 _ACEOF
18787 if ac_fn_c_try_link "$LINENO"; then :
18788 wine_cv_have_if_nameindex=yes
18789 else
18790 wine_cv_have_if_nameindex=no
18792 rm -f core conftest.err conftest.$ac_objext \
18793 conftest$ac_exeext conftest.$ac_ext
18795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_if_nameindex" >&5
18796 $as_echo "$wine_cv_have_if_nameindex" >&6; }
18797 if test "$wine_cv_have_if_nameindex" = "yes"
18798 then
18800 $as_echo "#define HAVE_IF_NAMEINDEX 1" >>confdefs.h
18804 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
18805 $as_echo_n "checking for sigaddset... " >&6; }
18806 if ${wine_cv_have_sigaddset+:} false; then :
18807 $as_echo_n "(cached) " >&6
18808 else
18809 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18810 /* end confdefs.h. */
18811 #include <signal.h>
18813 main ()
18815 sigset_t set; sigaddset(&set,SIGTERM);
18817 return 0;
18819 _ACEOF
18820 if ac_fn_c_try_link "$LINENO"; then :
18821 wine_cv_have_sigaddset=yes
18822 else
18823 wine_cv_have_sigaddset=no
18825 rm -f core conftest.err conftest.$ac_objext \
18826 conftest$ac_exeext conftest.$ac_ext
18828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
18829 $as_echo "$wine_cv_have_sigaddset" >&6; }
18830 if test "$wine_cv_have_sigaddset" = "yes"
18831 then
18833 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
18838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
18839 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
18840 if ${wine_cv_linux_gethostbyname_r_6+:} false; then :
18841 $as_echo_n "(cached) " >&6
18842 else
18843 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18844 /* end confdefs.h. */
18845 #include <netdb.h>
18847 main ()
18850 char *name=0;
18851 struct hostent he;
18852 struct hostent *result;
18853 char *buf=0;
18854 int bufsize=0;
18855 int errnr;
18856 char *addr=0;
18857 int addrlen=0;
18858 int addrtype=0;
18859 gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
18860 gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
18863 return 0;
18865 _ACEOF
18866 if ac_fn_c_try_link "$LINENO"; then :
18867 wine_cv_linux_gethostbyname_r_6=yes
18868 else
18869 wine_cv_linux_gethostbyname_r_6=no
18872 rm -f core conftest.err conftest.$ac_objext \
18873 conftest$ac_exeext conftest.$ac_ext
18876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
18877 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
18878 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
18879 then
18881 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
18885 if test "$ac_cv_header_linux_joystick_h" = "yes"
18886 then
18887 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
18888 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
18889 if ${wine_cv_linux_joystick_22_api+:} false; then :
18890 $as_echo_n "(cached) " >&6
18891 else
18892 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18893 /* end confdefs.h. */
18895 #include <sys/ioctl.h>
18896 #include <sys/types.h>
18897 #include <linux/joystick.h>
18899 struct js_event blub;
18900 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
18901 #error "no 2.2 header"
18902 #endif
18905 main ()
18907 /*empty*/
18909 return 0;
18911 _ACEOF
18912 if ac_fn_c_try_compile "$LINENO"; then :
18913 wine_cv_linux_joystick_22_api=yes
18914 else
18915 wine_cv_linux_joystick_22_api=no
18917 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
18921 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
18922 if test "$wine_cv_linux_joystick_22_api" = "yes"
18923 then
18925 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
18930 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
18931 #ifdef HAVE_SYS_SOCKET_H
18932 # include <sys/socket.h>
18933 #endif
18934 #ifdef HAVE_SYS_UN_H
18935 # include <sys/un.h>
18936 #endif
18938 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = xyes; then :
18940 cat >>confdefs.h <<_ACEOF
18941 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
18942 _ACEOF
18946 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
18947 #ifdef HAVE_SYS_SOCKET_H
18948 # include <sys/socket.h>
18949 #endif
18950 #ifdef HAVE_SYS_UN_H
18951 # include <sys/un.h>
18952 #endif
18954 if test "x$ac_cv_member_struct_sockaddr_sa_len" = xyes; then :
18956 cat >>confdefs.h <<_ACEOF
18957 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
18958 _ACEOF
18962 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
18963 #ifdef HAVE_SYS_SOCKET_H
18964 # include <sys/socket.h>
18965 #endif
18966 #ifdef HAVE_SYS_UN_H
18967 # include <sys/un.h>
18968 #endif
18970 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = xyes; then :
18972 cat >>confdefs.h <<_ACEOF
18973 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
18974 _ACEOF
18980 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
18981 #ifdef HAVE_SCSI_SG_H
18982 #include <scsi/sg.h>
18983 #endif
18985 if test "x$ac_cv_member_scsireq_t_cmd" = xyes; then :
18987 cat >>confdefs.h <<_ACEOF
18988 #define HAVE_SCSIREQ_T_CMD 1
18989 _ACEOF
18993 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>
18994 #ifdef HAVE_SCSI_SG_H
18995 #include <scsi/sg.h>
18996 #endif
18998 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = xyes; then :
19000 cat >>confdefs.h <<_ACEOF
19001 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
19002 _ACEOF
19008 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
19010 if test "x$ac_cv_member_siginfo_t_si_fd" = xyes; then :
19012 cat >>confdefs.h <<_ACEOF
19013 #define HAVE_SIGINFO_T_SI_FD 1
19014 _ACEOF
19020 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
19021 #ifdef HAVE_SYS_MTIO_H
19022 #include <sys/mtio.h>
19023 #endif
19025 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = xyes; then :
19027 cat >>confdefs.h <<_ACEOF
19028 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
19029 _ACEOF
19033 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
19034 #ifdef HAVE_SYS_MTIO_H
19035 #include <sys/mtio.h>
19036 #endif
19038 if test "x$ac_cv_member_struct_mtget_mt_gstat" = xyes; then :
19040 cat >>confdefs.h <<_ACEOF
19041 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
19042 _ACEOF
19046 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
19047 #ifdef HAVE_SYS_MTIO_H
19048 #include <sys/mtio.h>
19049 #endif
19051 if test "x$ac_cv_member_struct_mtget_mt_blkno" = xyes; then :
19053 cat >>confdefs.h <<_ACEOF
19054 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
19055 _ACEOF
19061 ac_fn_c_check_member "$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
19062 #include <getopt.h>
19063 #endif
19065 if test "x$ac_cv_member_struct_option_name" = xyes; then :
19067 cat >>confdefs.h <<_ACEOF
19068 #define HAVE_STRUCT_OPTION_NAME 1
19069 _ACEOF
19075 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
19076 if test "x$ac_cv_member_struct_stat_st_blocks" = xyes; then :
19078 cat >>confdefs.h <<_ACEOF
19079 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
19080 _ACEOF
19084 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
19085 if test "x$ac_cv_member_struct_stat_st_mtim" = xyes; then :
19087 cat >>confdefs.h <<_ACEOF
19088 #define HAVE_STRUCT_STAT_ST_MTIM 1
19089 _ACEOF
19093 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtimespec" "ac_cv_member_struct_stat_st_mtimespec" "$ac_includes_default"
19094 if test "x$ac_cv_member_struct_stat_st_mtimespec" = xyes; then :
19096 cat >>confdefs.h <<_ACEOF
19097 #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
19098 _ACEOF
19102 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
19103 if test "x$ac_cv_member_struct_stat_st_ctim" = xyes; then :
19105 cat >>confdefs.h <<_ACEOF
19106 #define HAVE_STRUCT_STAT_ST_CTIM 1
19107 _ACEOF
19111 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctimespec" "ac_cv_member_struct_stat_st_ctimespec" "$ac_includes_default"
19112 if test "x$ac_cv_member_struct_stat_st_ctimespec" = xyes; then :
19114 cat >>confdefs.h <<_ACEOF
19115 #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
19116 _ACEOF
19120 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
19121 if test "x$ac_cv_member_struct_stat_st_atim" = xyes; then :
19123 cat >>confdefs.h <<_ACEOF
19124 #define HAVE_STRUCT_STAT_ST_ATIM 1
19125 _ACEOF
19129 ac_fn_c_check_member "$LINENO" "struct stat" "st_atimespec" "ac_cv_member_struct_stat_st_atimespec" "$ac_includes_default"
19130 if test "x$ac_cv_member_struct_stat_st_atimespec" = xyes; then :
19132 cat >>confdefs.h <<_ACEOF
19133 #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
19134 _ACEOF
19138 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtime" "ac_cv_member_struct_stat_st_birthtime" "$ac_includes_default"
19139 if test "x$ac_cv_member_struct_stat_st_birthtime" = xyes; then :
19141 cat >>confdefs.h <<_ACEOF
19142 #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
19143 _ACEOF
19147 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtim" "ac_cv_member_struct_stat_st_birthtim" "$ac_includes_default"
19148 if test "x$ac_cv_member_struct_stat_st_birthtim" = xyes; then :
19150 cat >>confdefs.h <<_ACEOF
19151 #define HAVE_STRUCT_STAT_ST_BIRTHTIM 1
19152 _ACEOF
19156 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtimespec" "ac_cv_member_struct_stat_st_birthtimespec" "$ac_includes_default"
19157 if test "x$ac_cv_member_struct_stat_st_birthtimespec" = xyes; then :
19159 cat >>confdefs.h <<_ACEOF
19160 #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
19161 _ACEOF
19165 ac_fn_c_check_member "$LINENO" "struct stat" "__st_birthtime" "ac_cv_member_struct_stat___st_birthtime" "$ac_includes_default"
19166 if test "x$ac_cv_member_struct_stat___st_birthtime" = xyes; then :
19168 cat >>confdefs.h <<_ACEOF
19169 #define HAVE_STRUCT_STAT___ST_BIRTHTIME 1
19170 _ACEOF
19174 ac_fn_c_check_member "$LINENO" "struct stat" "__st_birthtim" "ac_cv_member_struct_stat___st_birthtim" "$ac_includes_default"
19175 if test "x$ac_cv_member_struct_stat___st_birthtim" = xyes; then :
19177 cat >>confdefs.h <<_ACEOF
19178 #define HAVE_STRUCT_STAT___ST_BIRTHTIM 1
19179 _ACEOF
19185 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
19186 #include <sys/types.h>
19187 #endif
19188 #ifdef HAVE_NETINET_IN_H
19189 #include <netinet/in.h>
19190 #endif
19192 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = xyes; then :
19194 cat >>confdefs.h <<_ACEOF
19195 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
19196 _ACEOF
19202 ac_fn_c_check_type "$LINENO" "struct __res_state" "ac_cv_type_struct___res_state" "#ifdef HAVE_SYS_TYPES_H
19203 #include <sys/types.h>
19204 #endif
19205 #ifdef HAVE_NETINET_IN_H
19206 #include <netinet/in.h>
19207 #endif
19208 #ifdef HAVE_RESOLV_H
19209 #include <resolv.h>
19210 #endif
19212 if test "x$ac_cv_type_struct___res_state" = xyes; then :
19214 cat >>confdefs.h <<_ACEOF
19215 #define HAVE_STRUCT___RES_STATE 1
19216 _ACEOF
19222 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
19223 #include <resolv.h>
19224 #endif
19226 if test "x$ac_cv_member_struct___res_state__u__ext_nscount6" = xyes; then :
19228 cat >>confdefs.h <<_ACEOF
19229 #define HAVE_STRUCT___RES_STATE__U__EXT_NSCOUNT6 1
19230 _ACEOF
19236 ac_fn_c_check_member "$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
19237 #include <sys/types.h>
19238 #endif
19239 #ifdef HAVE_NETINET_IN_H
19240 # include <netinet/in.h>
19241 #endif
19242 #ifdef HAVE_ARPA_NAMESER_H
19243 # include <arpa/nameser.h>
19244 #endif
19246 if test "x$ac_cv_member_ns_msg__msg_ptr" = xyes; then :
19248 cat >>confdefs.h <<_ACEOF
19249 #define HAVE_NS_MSG__MSG_PTR 1
19250 _ACEOF
19256 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_inhist" "ac_cv_member_struct_icmpstat_icps_inhist" "#ifdef HAVE_SYS_TYPES_H
19257 #include <sys/types.h>
19258 #endif
19259 #ifdef HAVE_NETINET_IN_H
19260 #include <netinet/in.h>
19261 #endif
19262 #ifdef HAVE_NETINET_IP_H
19263 #include <netinet/ip.h>
19264 #endif
19265 #ifdef HAVE_NETINET_IP_ICMP_H
19266 #include <netinet/ip_icmp.h>
19267 #endif
19268 #ifdef HAVE_NETINET_ICMP_VAR_H
19269 #include <netinet/icmp_var.h>
19270 #endif
19272 if test "x$ac_cv_member_struct_icmpstat_icps_inhist" = xyes; then :
19274 cat >>confdefs.h <<_ACEOF
19275 #define HAVE_STRUCT_ICMPSTAT_ICPS_INHIST 1
19276 _ACEOF
19282 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
19283 #include <sys/types.h>
19284 #endif
19285 #ifdef HAVE_ALIAS_H
19286 #include <alias.h>
19287 #endif
19288 #ifdef HAVE_SYS_SOCKET_H
19289 #include <sys/socket.h>
19290 #endif
19291 #ifdef HAVE_SYS_SOCKETVAR_H
19292 #include <sys/socketvar.h>
19293 #endif
19294 #ifdef HAVE_SYS_TIMEOUT_H
19295 #include <sys/timeout.h>
19296 #endif
19297 #ifdef HAVE_NETINET_IN_H
19298 #include <netinet/in.h>
19299 #endif
19300 #ifdef HAVE_NETINET_IN_SYSTM_H
19301 #include <netinet/in_systm.h>
19302 #endif
19303 #ifdef HAVE_NETINET_IP_H
19304 #include <netinet/ip.h>
19305 #endif
19306 #ifdef HAVE_NETINET_IP_VAR_H
19307 #include <netinet/ip_var.h>
19308 #endif
19309 #ifdef HAVE_NETINET_IP_ICMP_H
19310 #include <netinet/ip_icmp.h>
19311 #endif
19312 #ifdef HAVE_NETINET_ICMP_VAR_H
19313 #include <netinet/icmp_var.h>
19314 #endif
19316 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = xyes; then :
19318 cat >>confdefs.h <<_ACEOF
19319 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
19320 _ACEOF
19326 ac_fn_c_check_member "$LINENO" "struct in6_pktinfo" "ipi6_addr" "ac_cv_member_struct_in6_pktinfo_ipi6_addr" "#ifdef HAVE_NETINET_IN_H
19327 #define _GNU_SOURCE
19328 #include <netinet/in.h>
19329 #endif
19331 if test "x$ac_cv_member_struct_in6_pktinfo_ipi6_addr" = xyes; then :
19333 cat >>confdefs.h <<_ACEOF
19334 #define HAVE_STRUCT_IN6_PKTINFO_IPI6_ADDR 1
19335 _ACEOF
19341 ac_fn_c_check_member "$LINENO" "struct ipstat" "ips_total" "ac_cv_member_struct_ipstat_ips_total" "#ifdef HAVE_SYS_TYPES_H
19342 #include <sys/types.h>
19343 #endif
19344 #ifdef HAVE_SYS_SOCKETVAR_H
19345 #include <sys/socketvar.h>
19346 #endif
19347 #ifdef HAVE_NETINET_IN_H
19348 #include <netinet/in.h>
19349 #endif
19350 #ifdef HAVE_NETINET_IP_VAR_H
19351 #include <netinet/ip_var.h>
19352 #endif
19354 if test "x$ac_cv_member_struct_ipstat_ips_total" = xyes; then :
19356 cat >>confdefs.h <<_ACEOF
19357 #define HAVE_STRUCT_IPSTAT_IPS_TOTAL 1
19358 _ACEOF
19364 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
19365 #include <netinet/ip_var.h>
19366 #endif
19368 if test "x$ac_cv_member_struct_ip_stats_ips_total" = xyes; then :
19370 cat >>confdefs.h <<_ACEOF
19371 #define HAVE_STRUCT_IP_STATS_IPS_TOTAL 1
19372 _ACEOF
19378 ac_fn_c_check_member "$LINENO" "struct tcpstat" "tcps_connattempt" "ac_cv_member_struct_tcpstat_tcps_connattempt" "#ifdef HAVE_SYS_TYPES_H
19379 #include <sys/types.h>
19380 #endif
19381 #ifdef HAVE_SYS_SOCKETVAR_H
19382 #include <sys/socketvar.h>
19383 #endif
19384 #ifdef HAVE_NETINET_IN_H
19385 #include <netinet/in.h>
19386 #endif
19387 #ifdef HAVE_NETINET_TCP_H
19388 #include <netinet/tcp.h>
19389 #endif
19390 #ifdef HAVE_NETINET_TCP_VAR_H
19391 #include <netinet/tcp_var.h>
19392 #endif
19394 if test "x$ac_cv_member_struct_tcpstat_tcps_connattempt" = xyes; then :
19396 cat >>confdefs.h <<_ACEOF
19397 #define HAVE_STRUCT_TCPSTAT_TCPS_CONNATTEMPT 1
19398 _ACEOF
19404 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
19405 #include <netinet/tcp_var.h>
19406 #endif
19408 if test "x$ac_cv_member_struct_tcp_stats_tcps_connattempt" = xyes; then :
19410 cat >>confdefs.h <<_ACEOF
19411 #define HAVE_STRUCT_TCP_STATS_TCPS_CONNATTEMPT 1
19412 _ACEOF
19418 ac_fn_c_check_member "$LINENO" "struct udpstat" "udps_ipackets" "ac_cv_member_struct_udpstat_udps_ipackets" "#ifdef HAVE_SYS_TYPES_H
19419 #include <sys/types.h>
19420 #endif
19421 #ifdef HAVE_NETINET_IN_H
19422 #include <netinet/in.h>
19423 #endif
19424 #ifdef HAVE_NETINET_IP_VAR_H
19425 #include <netinet/ip_var.h>
19426 #endif
19427 #ifdef HAVE_NETINET_UDP_H
19428 #include <netinet/udp.h>
19429 #endif
19430 #ifdef HAVE_NETINET_UDP_VAR_H
19431 #include <netinet/udp_var.h>
19432 #endif
19434 if test "x$ac_cv_member_struct_udpstat_udps_ipackets" = xyes; then :
19436 cat >>confdefs.h <<_ACEOF
19437 #define HAVE_STRUCT_UDPSTAT_UDPS_IPACKETS 1
19438 _ACEOF
19444 ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
19445 #include <sys/types.h>
19446 #endif
19447 #ifdef HAVE_NET_IF_H
19448 # include <net/if.h>
19449 #endif
19451 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes; then :
19453 cat >>confdefs.h <<_ACEOF
19454 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
19455 _ACEOF
19461 ac_fn_c_check_member "$LINENO" "struct sysinfo" "totalram" "ac_cv_member_struct_sysinfo_totalram" "#ifdef HAVE_SYS_SYSINFO_H
19462 # include <sys/sysinfo.h>
19463 #endif
19465 if test "x$ac_cv_member_struct_sysinfo_totalram" = xyes; then :
19467 cat >>confdefs.h <<_ACEOF
19468 #define HAVE_STRUCT_SYSINFO_TOTALRAM 1
19469 _ACEOF
19473 ac_fn_c_check_member "$LINENO" "struct sysinfo" "mem_unit" "ac_cv_member_struct_sysinfo_mem_unit" "#ifdef HAVE_SYS_SYSINFO_H
19474 # include <sys/sysinfo.h>
19475 #endif
19477 if test "x$ac_cv_member_struct_sysinfo_mem_unit" = xyes; then :
19479 cat >>confdefs.h <<_ACEOF
19480 #define HAVE_STRUCT_SYSINFO_MEM_UNIT 1
19481 _ACEOF
19487 ac_save_LIBS="$LIBS"
19488 LIBS="$LIBS -lm"
19489 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isfinite" >&5
19490 $as_echo_n "checking for isfinite... " >&6; }
19491 if ${ac_cv_have_isfinite+:} false; then :
19492 $as_echo_n "(cached) " >&6
19493 else
19494 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19495 /* end confdefs.h. */
19496 #define _GNU_SOURCE
19497 #include <math.h>
19499 main ()
19501 float f = 0.0; return isfinite(f)
19503 return 0;
19505 _ACEOF
19506 if ac_fn_c_try_link "$LINENO"; then :
19507 ac_cv_have_isfinite="yes"
19508 else
19509 ac_cv_have_isfinite="no"
19511 rm -f core conftest.err conftest.$ac_objext \
19512 conftest$ac_exeext conftest.$ac_ext
19514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isfinite" >&5
19515 $as_echo "$ac_cv_have_isfinite" >&6; }
19516 if test "$ac_cv_have_isfinite" = "yes"
19517 then
19519 $as_echo "#define HAVE_ISFINITE 1" >>confdefs.h
19523 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
19524 $as_echo_n "checking for isinf... " >&6; }
19525 if ${ac_cv_have_isinf+:} false; then :
19526 $as_echo_n "(cached) " >&6
19527 else
19528 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19529 /* end confdefs.h. */
19530 #include <math.h>
19532 main ()
19534 float f = 0.0; return isinf(f)
19536 return 0;
19538 _ACEOF
19539 if ac_fn_c_try_link "$LINENO"; then :
19540 ac_cv_have_isinf="yes"
19541 else
19542 ac_cv_have_isinf="no"
19544 rm -f core conftest.err conftest.$ac_objext \
19545 conftest$ac_exeext conftest.$ac_ext
19547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
19548 $as_echo "$ac_cv_have_isinf" >&6; }
19549 if test "$ac_cv_have_isinf" = "yes"
19550 then
19552 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
19556 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
19557 $as_echo_n "checking for isnan... " >&6; }
19558 if ${ac_cv_have_isnan+:} false; then :
19559 $as_echo_n "(cached) " >&6
19560 else
19561 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19562 /* end confdefs.h. */
19563 #include <math.h>
19565 main ()
19567 float f = 0.0; return isnan(f)
19569 return 0;
19571 _ACEOF
19572 if ac_fn_c_try_link "$LINENO"; then :
19573 ac_cv_have_isnan="yes"
19574 else
19575 ac_cv_have_isnan="no"
19577 rm -f core conftest.err conftest.$ac_objext \
19578 conftest$ac_exeext conftest.$ac_ext
19580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
19581 $as_echo "$ac_cv_have_isnan" >&6; }
19582 if test "$ac_cv_have_isnan" = "yes"
19583 then
19585 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
19589 LIBS="$ac_save_LIBS"
19591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_popcount" >&5
19592 $as_echo_n "checking for __builtin_popcount... " >&6; }
19593 if ${ac_cv_have___builtin_popcount+:} false; then :
19594 $as_echo_n "(cached) " >&6
19595 else
19596 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19597 /* end confdefs.h. */
19600 main ()
19602 return __builtin_popcount(1)
19604 return 0;
19606 _ACEOF
19607 if ac_fn_c_try_link "$LINENO"; then :
19608 ac_cv_have___builtin_popcount="yes"
19609 else
19610 ac_cv_have___builtin_popcount="no"
19612 rm -f core conftest.err conftest.$ac_objext \
19613 conftest$ac_exeext conftest.$ac_ext
19615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_popcount" >&5
19616 $as_echo "$ac_cv_have___builtin_popcount" >&6; }
19617 if test "$ac_cv_have___builtin_popcount" = "yes"
19618 then
19620 $as_echo "#define HAVE___BUILTIN_POPCOUNT 1" >>confdefs.h
19624 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __clear_cache" >&5
19625 $as_echo_n "checking for __clear_cache... " >&6; }
19626 if ${ac_cv_have___clear_cache+:} false; then :
19627 $as_echo_n "(cached) " >&6
19628 else
19629 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19630 /* end confdefs.h. */
19633 main ()
19635 __clear_cache((void*)0, (void*)0); return 0;
19637 return 0;
19639 _ACEOF
19640 if ac_fn_c_try_link "$LINENO"; then :
19641 ac_cv_have___clear_cache="yes"
19642 else
19643 ac_cv_have___clear_cache="no"
19645 rm -f core conftest.err conftest.$ac_objext \
19646 conftest$ac_exeext conftest.$ac_ext
19648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___clear_cache" >&5
19649 $as_echo "$ac_cv_have___clear_cache" >&6; }
19650 if test "$ac_cv_have___clear_cache" = "yes"
19651 then
19653 $as_echo "#define HAVE___CLEAR_CACHE 1" >>confdefs.h
19658 case $host_cpu in
19659 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
19660 $as_echo_n "checking whether we need to define __i386__... " >&6; }
19661 if ${ac_cv_cpp_def___i386__+:} false; then :
19662 $as_echo_n "(cached) " >&6
19663 else
19664 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19665 /* end confdefs.h. */
19666 #ifndef __i386__
19668 #endif
19669 _ACEOF
19670 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19671 $EGREP "yes" >/dev/null 2>&1; then :
19672 ac_cv_cpp_def___i386__=yes
19673 else
19674 ac_cv_cpp_def___i386__=no
19676 rm -f conftest*
19679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
19680 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
19681 if test "x$ac_cv_cpp_def___i386__" = xyes; then :
19682 CFLAGS="$CFLAGS -D__i386__"
19683 LINTFLAGS="$LINTFLAGS -D__i386__"
19684 fi ;;
19685 *x86_64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
19686 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
19687 if ${ac_cv_cpp_def___x86_64__+:} false; then :
19688 $as_echo_n "(cached) " >&6
19689 else
19690 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19691 /* end confdefs.h. */
19692 #ifndef __x86_64__
19694 #endif
19695 _ACEOF
19696 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19697 $EGREP "yes" >/dev/null 2>&1; then :
19698 ac_cv_cpp_def___x86_64__=yes
19699 else
19700 ac_cv_cpp_def___x86_64__=no
19702 rm -f conftest*
19705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
19706 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
19707 if test "x$ac_cv_cpp_def___x86_64__" = xyes; then :
19708 CFLAGS="$CFLAGS -D__x86_64__"
19709 LINTFLAGS="$LINTFLAGS -D__x86_64__"
19710 fi ;;
19711 *sparc64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc64__" >&5
19712 $as_echo_n "checking whether we need to define __sparc64__... " >&6; }
19713 if ${ac_cv_cpp_def___sparc64__+:} false; then :
19714 $as_echo_n "(cached) " >&6
19715 else
19716 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19717 /* end confdefs.h. */
19718 #ifndef __sparc64__
19720 #endif
19721 _ACEOF
19722 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19723 $EGREP "yes" >/dev/null 2>&1; then :
19724 ac_cv_cpp_def___sparc64__=yes
19725 else
19726 ac_cv_cpp_def___sparc64__=no
19728 rm -f conftest*
19731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc64__" >&5
19732 $as_echo "$ac_cv_cpp_def___sparc64__" >&6; }
19733 if test "x$ac_cv_cpp_def___sparc64__" = xyes; then :
19734 CFLAGS="$CFLAGS -D__sparc64__"
19735 LINTFLAGS="$LINTFLAGS -D__sparc64__"
19736 fi ;;
19737 *sparc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
19738 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
19739 if ${ac_cv_cpp_def___sparc__+:} false; then :
19740 $as_echo_n "(cached) " >&6
19741 else
19742 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19743 /* end confdefs.h. */
19744 #ifndef __sparc__
19746 #endif
19747 _ACEOF
19748 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19749 $EGREP "yes" >/dev/null 2>&1; then :
19750 ac_cv_cpp_def___sparc__=yes
19751 else
19752 ac_cv_cpp_def___sparc__=no
19754 rm -f conftest*
19757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
19758 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
19759 if test "x$ac_cv_cpp_def___sparc__" = xyes; then :
19760 CFLAGS="$CFLAGS -D__sparc__"
19761 LINTFLAGS="$LINTFLAGS -D__sparc__"
19762 fi ;;
19763 *powerpc64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc64__" >&5
19764 $as_echo_n "checking whether we need to define __powerpc64__... " >&6; }
19765 if ${ac_cv_cpp_def___powerpc64__+:} false; then :
19766 $as_echo_n "(cached) " >&6
19767 else
19768 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19769 /* end confdefs.h. */
19770 #ifndef __powerpc64__
19772 #endif
19773 _ACEOF
19774 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19775 $EGREP "yes" >/dev/null 2>&1; then :
19776 ac_cv_cpp_def___powerpc64__=yes
19777 else
19778 ac_cv_cpp_def___powerpc64__=no
19780 rm -f conftest*
19783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc64__" >&5
19784 $as_echo "$ac_cv_cpp_def___powerpc64__" >&6; }
19785 if test "x$ac_cv_cpp_def___powerpc64__" = xyes; then :
19786 CFLAGS="$CFLAGS -D__powerpc64__"
19787 LINTFLAGS="$LINTFLAGS -D__powerpc64__"
19788 fi ;;
19789 *powerpc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
19790 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
19791 if ${ac_cv_cpp_def___powerpc__+:} false; then :
19792 $as_echo_n "(cached) " >&6
19793 else
19794 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19795 /* end confdefs.h. */
19796 #ifndef __powerpc__
19798 #endif
19799 _ACEOF
19800 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19801 $EGREP "yes" >/dev/null 2>&1; then :
19802 ac_cv_cpp_def___powerpc__=yes
19803 else
19804 ac_cv_cpp_def___powerpc__=no
19806 rm -f conftest*
19809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
19810 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
19811 if test "x$ac_cv_cpp_def___powerpc__" = xyes; then :
19812 CFLAGS="$CFLAGS -D__powerpc__"
19813 LINTFLAGS="$LINTFLAGS -D__powerpc__"
19814 fi ;;
19815 *aarch64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __aarch64__" >&5
19816 $as_echo_n "checking whether we need to define __aarch64__... " >&6; }
19817 if ${ac_cv_cpp_def___aarch64__+:} false; then :
19818 $as_echo_n "(cached) " >&6
19819 else
19820 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19821 /* end confdefs.h. */
19822 #ifndef __aarch64__
19824 #endif
19825 _ACEOF
19826 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19827 $EGREP "yes" >/dev/null 2>&1; then :
19828 ac_cv_cpp_def___aarch64__=yes
19829 else
19830 ac_cv_cpp_def___aarch64__=no
19832 rm -f conftest*
19835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___aarch64__" >&5
19836 $as_echo "$ac_cv_cpp_def___aarch64__" >&6; }
19837 if test "x$ac_cv_cpp_def___aarch64__" = xyes; then :
19838 CFLAGS="$CFLAGS -D__aarch64__"
19839 LINTFLAGS="$LINTFLAGS -D__aarch64__"
19840 fi ;;
19841 *arm*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __arm__" >&5
19842 $as_echo_n "checking whether we need to define __arm__... " >&6; }
19843 if ${ac_cv_cpp_def___arm__+:} false; then :
19844 $as_echo_n "(cached) " >&6
19845 else
19846 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19847 /* end confdefs.h. */
19848 #ifndef __arm__
19850 #endif
19851 _ACEOF
19852 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19853 $EGREP "yes" >/dev/null 2>&1; then :
19854 ac_cv_cpp_def___arm__=yes
19855 else
19856 ac_cv_cpp_def___arm__=no
19858 rm -f conftest*
19861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___arm__" >&5
19862 $as_echo "$ac_cv_cpp_def___arm__" >&6; }
19863 if test "x$ac_cv_cpp_def___arm__" = xyes; then :
19864 CFLAGS="$CFLAGS -D__arm__"
19865 LINTFLAGS="$LINTFLAGS -D__arm__"
19866 fi ;;
19867 esac
19869 case $host_vendor in
19870 *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
19871 $as_echo_n "checking whether we need to define __sun__... " >&6; }
19872 if ${ac_cv_cpp_def___sun__+:} false; then :
19873 $as_echo_n "(cached) " >&6
19874 else
19875 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19876 /* end confdefs.h. */
19877 #ifndef __sun__
19879 #endif
19880 _ACEOF
19881 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19882 $EGREP "yes" >/dev/null 2>&1; then :
19883 ac_cv_cpp_def___sun__=yes
19884 else
19885 ac_cv_cpp_def___sun__=no
19887 rm -f conftest*
19890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
19891 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
19892 if test "x$ac_cv_cpp_def___sun__" = xyes; then :
19893 CFLAGS="$CFLAGS -D__sun__"
19894 LINTFLAGS="$LINTFLAGS -D__sun__"
19895 fi ;;
19896 esac
19902 ac_config_commands="$ac_config_commands include/stamp-h"
19904 $as_echo_n "creating Makefile rules..." >&6
19906 ALL_VARS_RULES="I386_LIBS = $I386_LIBS
19907 OPENGL_LIBS = $OPENGL_LIBS
19908 COREFOUNDATION_LIBS = $COREFOUNDATION_LIBS
19909 IOKIT_LIBS = $IOKIT_LIBS
19910 FORCEFEEDBACK_LIBS = $FORCEFEEDBACK_LIBS
19911 APPLICATIONSERVICES_LIBS = $APPLICATIONSERVICES_LIBS
19912 CORESERVICES_LIBS = $CORESERVICES_LIBS
19913 APPKIT_LIBS = $APPKIT_LIBS
19914 SYSTEMCONFIGURATION_LIBS = $SYSTEMCONFIGURATION_LIBS
19915 DISKARBITRATION_LIBS = $DISKARBITRATION_LIBS
19916 SECURITY_LIBS = $SECURITY_LIBS
19917 COREAUDIO_LIBS = $COREAUDIO_LIBS
19918 OPENAL_LIBS = $OPENAL_LIBS
19919 OPENCL_LIBS = $OPENCL_LIBS
19920 QUICKTIME_LIBS = $QUICKTIME_LIBS
19921 CARBON_LIBS = $CARBON_LIBS
19922 METAL_LIBS = $METAL_LIBS
19923 EXCESS_PRECISION_CFLAGS = $EXCESS_PRECISION_CFLAGS
19924 PTHREAD_LIBS = $PTHREAD_LIBS
19925 X_CFLAGS = $X_CFLAGS
19926 X_PRE_LIBS = $X_PRE_LIBS
19927 X_LIBS = $X_LIBS
19928 X_EXTRA_LIBS = $X_EXTRA_LIBS
19929 PCAP_LIBS = $PCAP_LIBS
19930 XML2_CFLAGS = $XML2_CFLAGS
19931 XML2_LIBS = $XML2_LIBS
19932 XSLT_CFLAGS = $XSLT_CFLAGS
19933 XSLT_LIBS = $XSLT_LIBS
19934 INOTIFY_CFLAGS = $INOTIFY_CFLAGS
19935 INOTIFY_LIBS = $INOTIFY_LIBS
19936 DBUS_CFLAGS = $DBUS_CFLAGS
19937 DBUS_LIBS = $DBUS_LIBS
19938 HAL_CFLAGS = $HAL_CFLAGS
19939 HAL_LIBS = $HAL_LIBS
19940 GNUTLS_CFLAGS = $GNUTLS_CFLAGS
19941 GNUTLS_LIBS = $GNUTLS_LIBS
19942 SANE_CFLAGS = $SANE_CFLAGS
19943 SANE_LIBS = $SANE_LIBS
19944 USB_CFLAGS = $USB_CFLAGS
19945 USB_LIBS = $USB_LIBS
19946 GPHOTO2_CFLAGS = $GPHOTO2_CFLAGS
19947 GPHOTO2_LIBS = $GPHOTO2_LIBS
19948 GPHOTO2_PORT_CFLAGS = $GPHOTO2_PORT_CFLAGS
19949 GPHOTO2_PORT_LIBS = $GPHOTO2_PORT_LIBS
19950 RESOLV_LIBS = $RESOLV_LIBS
19951 LCMS2_CFLAGS = $LCMS2_CFLAGS
19952 LCMS2_LIBS = $LCMS2_LIBS
19953 FREETYPE_CFLAGS = $FREETYPE_CFLAGS
19954 FREETYPE_LIBS = $FREETYPE_LIBS
19955 GETTEXTPO_LIBS = $GETTEXTPO_LIBS
19956 PULSE_CFLAGS = $PULSE_CFLAGS
19957 PULSE_LIBS = $PULSE_LIBS
19958 GSTREAMER_CFLAGS = $GSTREAMER_CFLAGS
19959 GSTREAMER_LIBS = $GSTREAMER_LIBS
19960 ALSA_LIBS = $ALSA_LIBS
19961 OSS4_CFLAGS = $OSS4_CFLAGS
19962 OSS4_LIBS = $OSS4_LIBS
19963 UDEV_CFLAGS = $UDEV_CFLAGS
19964 UDEV_LIBS = $UDEV_LIBS
19965 UNWIND_CFLAGS = $UNWIND_CFLAGS
19966 UNWIND_LIBS = $UNWIND_LIBS
19967 SDL2_CFLAGS = $SDL2_CFLAGS
19968 SDL2_LIBS = $SDL2_LIBS
19969 FAUDIO_CFLAGS = $FAUDIO_CFLAGS
19970 FAUDIO_LIBS = $FAUDIO_LIBS
19971 CAPI20_CFLAGS = $CAPI20_CFLAGS
19972 CAPI20_LIBS = $CAPI20_LIBS
19973 CUPS_CFLAGS = $CUPS_CFLAGS
19974 CUPS_LIBS = $CUPS_LIBS
19975 FONTCONFIG_CFLAGS = $FONTCONFIG_CFLAGS
19976 FONTCONFIG_LIBS = $FONTCONFIG_LIBS
19977 KRB5_CFLAGS = $KRB5_CFLAGS
19978 KRB5_LIBS = $KRB5_LIBS
19979 GSSAPI_CFLAGS = $GSSAPI_CFLAGS
19980 GSSAPI_LIBS = $GSSAPI_LIBS
19981 JPEG_CFLAGS = $JPEG_CFLAGS
19982 JPEG_LIBS = $JPEG_LIBS
19983 JXRLIB_CFLAGS = $JXRLIB_CFLAGS
19984 JXRLIB_LIBS = $JXRLIB_LIBS
19985 PNG_CFLAGS = $PNG_CFLAGS
19986 PNG_LIBS = $PNG_LIBS
19987 TIFF_CFLAGS = $TIFF_CFLAGS
19988 TIFF_LIBS = $TIFF_LIBS
19989 MPG123_CFLAGS = $MPG123_CFLAGS
19990 MPG123_LIBS = $MPG123_LIBS
19991 PROCSTAT_LIBS = $PROCSTAT_LIBS
19992 NETAPI_CFLAGS = $NETAPI_CFLAGS
19993 NETAPI_LIBS = $NETAPI_LIBS
19994 VKD3D_CFLAGS = $VKD3D_CFLAGS
19995 VKD3D_LIBS = $VKD3D_LIBS
19996 VKD3D_SHADER_CFLAGS = $VKD3D_SHADER_CFLAGS
19997 VKD3D_SHADER_LIBS = $VKD3D_SHADER_LIBS
19998 POLL_LIBS = $POLL_LIBS
19999 RT_LIBS = $RT_LIBS
20000 LDAP_CFLAGS = $LDAP_CFLAGS
20001 LDAP_LIBS = $LDAP_LIBS
20005 makedep_flags=""
20006 test "x$enable_silent_rules" = xyes && makedep_flags="$makedep_flags -S"
20009 wine_fn_append_rule "
20010 # Rules automatically generated by configure
20012 .INIT: Makefile
20013 .MAKEFILEDEPS:
20014 all: Makefile
20015 Makefile: $srcdir/Makefile.in config.status \$(MAKEDEP)
20016 @./config.status Make.tmp Makefile
20017 depend: \$(MAKEDEP)
20018 \$(MAKEDEP)$makedep_flags
20019 dummy:
20020 .PHONY: depend dummy"
20022 ac_config_links="$ac_config_links wine:tools/winewrapper"
20023 wine_fn_config_symlink wine
20024 if test "x$enable_win64" != xno -o -n "$with_wine64"; then
20025 ac_config_links="$ac_config_links wine64:tools/winewrapper"
20026 wine_fn_config_symlink wine64
20029 wine_fn_config_makefile dlls/acledit enable_acledit
20030 wine_fn_config_makefile dlls/aclui enable_aclui
20031 wine_fn_config_makefile dlls/activeds.tlb enable_activeds_tlb
20032 wine_fn_config_makefile dlls/activeds enable_activeds
20033 wine_fn_config_makefile dlls/activeds/tests enable_tests
20034 wine_fn_config_makefile dlls/actxprxy enable_actxprxy
20035 wine_fn_config_makefile dlls/adsiid enable_adsiid
20036 wine_fn_config_makefile dlls/adsldp enable_adsldp
20037 wine_fn_config_makefile dlls/adsldp/tests enable_tests
20038 wine_fn_config_makefile dlls/adsldpc enable_adsldpc
20039 wine_fn_config_makefile dlls/advapi32 enable_advapi32
20040 wine_fn_config_makefile dlls/advapi32/tests enable_tests
20041 wine_fn_config_makefile dlls/advpack enable_advpack
20042 wine_fn_config_makefile dlls/advpack/tests enable_tests
20043 wine_fn_config_makefile dlls/amsi enable_amsi
20044 wine_fn_config_makefile dlls/amstream enable_amstream
20045 wine_fn_config_makefile dlls/amstream/tests enable_tests
20046 wine_fn_config_makefile dlls/api-ms-win-appmodel-identity-l1-1-0 enable_api_ms_win_appmodel_identity_l1_1_0
20047 wine_fn_config_makefile dlls/api-ms-win-appmodel-runtime-l1-1-1 enable_api_ms_win_appmodel_runtime_l1_1_1
20048 wine_fn_config_makefile dlls/api-ms-win-appmodel-runtime-l1-1-2 enable_api_ms_win_appmodel_runtime_l1_1_2
20049 wine_fn_config_makefile dlls/api-ms-win-core-apiquery-l1-1-0 enable_api_ms_win_core_apiquery_l1_1_0
20050 wine_fn_config_makefile dlls/api-ms-win-core-appcompat-l1-1-1 enable_api_ms_win_core_appcompat_l1_1_1
20051 wine_fn_config_makefile dlls/api-ms-win-core-appinit-l1-1-0 enable_api_ms_win_core_appinit_l1_1_0
20052 wine_fn_config_makefile dlls/api-ms-win-core-atoms-l1-1-0 enable_api_ms_win_core_atoms_l1_1_0
20053 wine_fn_config_makefile dlls/api-ms-win-core-bem-l1-1-0 enable_api_ms_win_core_bem_l1_1_0
20054 wine_fn_config_makefile dlls/api-ms-win-core-com-l1-1-0 enable_api_ms_win_core_com_l1_1_0
20055 wine_fn_config_makefile dlls/api-ms-win-core-com-l1-1-1 enable_api_ms_win_core_com_l1_1_1
20056 wine_fn_config_makefile dlls/api-ms-win-core-com-private-l1-1-0 enable_api_ms_win_core_com_private_l1_1_0
20057 wine_fn_config_makefile dlls/api-ms-win-core-comm-l1-1-0 enable_api_ms_win_core_comm_l1_1_0
20058 wine_fn_config_makefile dlls/api-ms-win-core-console-l1-1-0 enable_api_ms_win_core_console_l1_1_0
20059 wine_fn_config_makefile dlls/api-ms-win-core-console-l1-2-0 enable_api_ms_win_core_console_l1_2_0
20060 wine_fn_config_makefile dlls/api-ms-win-core-console-l2-1-0 enable_api_ms_win_core_console_l2_1_0
20061 wine_fn_config_makefile dlls/api-ms-win-core-console-l3-2-0 enable_api_ms_win_core_console_l3_2_0
20062 wine_fn_config_makefile dlls/api-ms-win-core-crt-l1-1-0 enable_api_ms_win_core_crt_l1_1_0
20063 wine_fn_config_makefile dlls/api-ms-win-core-crt-l2-1-0 enable_api_ms_win_core_crt_l2_1_0
20064 wine_fn_config_makefile dlls/api-ms-win-core-datetime-l1-1-0 enable_api_ms_win_core_datetime_l1_1_0
20065 wine_fn_config_makefile dlls/api-ms-win-core-datetime-l1-1-1 enable_api_ms_win_core_datetime_l1_1_1
20066 wine_fn_config_makefile dlls/api-ms-win-core-debug-l1-1-0 enable_api_ms_win_core_debug_l1_1_0
20067 wine_fn_config_makefile dlls/api-ms-win-core-debug-l1-1-1 enable_api_ms_win_core_debug_l1_1_1
20068 wine_fn_config_makefile dlls/api-ms-win-core-delayload-l1-1-0 enable_api_ms_win_core_delayload_l1_1_0
20069 wine_fn_config_makefile dlls/api-ms-win-core-delayload-l1-1-1 enable_api_ms_win_core_delayload_l1_1_1
20070 wine_fn_config_makefile dlls/api-ms-win-core-errorhandling-l1-1-0 enable_api_ms_win_core_errorhandling_l1_1_0
20071 wine_fn_config_makefile dlls/api-ms-win-core-errorhandling-l1-1-1 enable_api_ms_win_core_errorhandling_l1_1_1
20072 wine_fn_config_makefile dlls/api-ms-win-core-errorhandling-l1-1-2 enable_api_ms_win_core_errorhandling_l1_1_2
20073 wine_fn_config_makefile dlls/api-ms-win-core-errorhandling-l1-1-3 enable_api_ms_win_core_errorhandling_l1_1_3
20074 wine_fn_config_makefile dlls/api-ms-win-core-featurestaging-l1-1-0 enable_api_ms_win_core_featurestaging_l1_1_0
20075 wine_fn_config_makefile dlls/api-ms-win-core-fibers-l1-1-0 enable_api_ms_win_core_fibers_l1_1_0
20076 wine_fn_config_makefile dlls/api-ms-win-core-fibers-l1-1-1 enable_api_ms_win_core_fibers_l1_1_1
20077 wine_fn_config_makefile dlls/api-ms-win-core-file-ansi-l2-1-0 enable_api_ms_win_core_file_ansi_l2_1_0
20078 wine_fn_config_makefile dlls/api-ms-win-core-file-fromapp-l1-1-0 enable_api_ms_win_core_file_fromapp_l1_1_0
20079 wine_fn_config_makefile dlls/api-ms-win-core-file-l1-1-0 enable_api_ms_win_core_file_l1_1_0
20080 wine_fn_config_makefile dlls/api-ms-win-core-file-l1-2-0 enable_api_ms_win_core_file_l1_2_0
20081 wine_fn_config_makefile dlls/api-ms-win-core-file-l1-2-1 enable_api_ms_win_core_file_l1_2_1
20082 wine_fn_config_makefile dlls/api-ms-win-core-file-l1-2-2 enable_api_ms_win_core_file_l1_2_2
20083 wine_fn_config_makefile dlls/api-ms-win-core-file-l2-1-0 enable_api_ms_win_core_file_l2_1_0
20084 wine_fn_config_makefile dlls/api-ms-win-core-file-l2-1-1 enable_api_ms_win_core_file_l2_1_1
20085 wine_fn_config_makefile dlls/api-ms-win-core-file-l2-1-2 enable_api_ms_win_core_file_l2_1_2
20086 wine_fn_config_makefile dlls/api-ms-win-core-handle-l1-1-0 enable_api_ms_win_core_handle_l1_1_0
20087 wine_fn_config_makefile dlls/api-ms-win-core-heap-l1-1-0 enable_api_ms_win_core_heap_l1_1_0
20088 wine_fn_config_makefile dlls/api-ms-win-core-heap-l1-2-0 enable_api_ms_win_core_heap_l1_2_0
20089 wine_fn_config_makefile dlls/api-ms-win-core-heap-l2-1-0 enable_api_ms_win_core_heap_l2_1_0
20090 wine_fn_config_makefile dlls/api-ms-win-core-heap-obsolete-l1-1-0 enable_api_ms_win_core_heap_obsolete_l1_1_0
20091 wine_fn_config_makefile dlls/api-ms-win-core-interlocked-l1-1-0 enable_api_ms_win_core_interlocked_l1_1_0
20092 wine_fn_config_makefile dlls/api-ms-win-core-interlocked-l1-2-0 enable_api_ms_win_core_interlocked_l1_2_0
20093 wine_fn_config_makefile dlls/api-ms-win-core-io-l1-1-0 enable_api_ms_win_core_io_l1_1_0
20094 wine_fn_config_makefile dlls/api-ms-win-core-io-l1-1-1 enable_api_ms_win_core_io_l1_1_1
20095 wine_fn_config_makefile dlls/api-ms-win-core-job-l1-1-0 enable_api_ms_win_core_job_l1_1_0
20096 wine_fn_config_makefile dlls/api-ms-win-core-job-l2-1-0 enable_api_ms_win_core_job_l2_1_0
20097 wine_fn_config_makefile dlls/api-ms-win-core-kernel32-legacy-l1-1-0 enable_api_ms_win_core_kernel32_legacy_l1_1_0
20098 wine_fn_config_makefile dlls/api-ms-win-core-kernel32-legacy-l1-1-1 enable_api_ms_win_core_kernel32_legacy_l1_1_1
20099 wine_fn_config_makefile dlls/api-ms-win-core-kernel32-legacy-l1-1-2 enable_api_ms_win_core_kernel32_legacy_l1_1_2
20100 wine_fn_config_makefile dlls/api-ms-win-core-kernel32-legacy-l1-1-5 enable_api_ms_win_core_kernel32_legacy_l1_1_5
20101 wine_fn_config_makefile dlls/api-ms-win-core-kernel32-private-l1-1-1 enable_api_ms_win_core_kernel32_private_l1_1_1
20102 wine_fn_config_makefile dlls/api-ms-win-core-largeinteger-l1-1-0 enable_api_ms_win_core_largeinteger_l1_1_0
20103 wine_fn_config_makefile dlls/api-ms-win-core-libraryloader-l1-1-0 enable_api_ms_win_core_libraryloader_l1_1_0
20104 wine_fn_config_makefile dlls/api-ms-win-core-libraryloader-l1-1-1 enable_api_ms_win_core_libraryloader_l1_1_1
20105 wine_fn_config_makefile dlls/api-ms-win-core-libraryloader-l1-2-0 enable_api_ms_win_core_libraryloader_l1_2_0
20106 wine_fn_config_makefile dlls/api-ms-win-core-libraryloader-l1-2-1 enable_api_ms_win_core_libraryloader_l1_2_1
20107 wine_fn_config_makefile dlls/api-ms-win-core-libraryloader-l1-2-2 enable_api_ms_win_core_libraryloader_l1_2_2
20108 wine_fn_config_makefile dlls/api-ms-win-core-libraryloader-l2-1-0 enable_api_ms_win_core_libraryloader_l2_1_0
20109 wine_fn_config_makefile dlls/api-ms-win-core-localization-l1-1-0 enable_api_ms_win_core_localization_l1_1_0
20110 wine_fn_config_makefile dlls/api-ms-win-core-localization-l1-2-0 enable_api_ms_win_core_localization_l1_2_0
20111 wine_fn_config_makefile dlls/api-ms-win-core-localization-l1-2-1 enable_api_ms_win_core_localization_l1_2_1
20112 wine_fn_config_makefile dlls/api-ms-win-core-localization-l1-2-2 enable_api_ms_win_core_localization_l1_2_2
20113 wine_fn_config_makefile dlls/api-ms-win-core-localization-l2-1-0 enable_api_ms_win_core_localization_l2_1_0
20114 wine_fn_config_makefile dlls/api-ms-win-core-localization-obsolete-l1-1-0 enable_api_ms_win_core_localization_obsolete_l1_1_0
20115 wine_fn_config_makefile dlls/api-ms-win-core-localization-obsolete-l1-2-0 enable_api_ms_win_core_localization_obsolete_l1_2_0
20116 wine_fn_config_makefile dlls/api-ms-win-core-localization-obsolete-l1-3-0 enable_api_ms_win_core_localization_obsolete_l1_3_0
20117 wine_fn_config_makefile dlls/api-ms-win-core-localization-private-l1-1-0 enable_api_ms_win_core_localization_private_l1_1_0
20118 wine_fn_config_makefile dlls/api-ms-win-core-localregistry-l1-1-0 enable_api_ms_win_core_localregistry_l1_1_0
20119 wine_fn_config_makefile dlls/api-ms-win-core-memory-l1-1-0 enable_api_ms_win_core_memory_l1_1_0
20120 wine_fn_config_makefile dlls/api-ms-win-core-memory-l1-1-1 enable_api_ms_win_core_memory_l1_1_1
20121 wine_fn_config_makefile dlls/api-ms-win-core-memory-l1-1-2 enable_api_ms_win_core_memory_l1_1_2
20122 wine_fn_config_makefile dlls/api-ms-win-core-memory-l1-1-3 enable_api_ms_win_core_memory_l1_1_3
20123 wine_fn_config_makefile dlls/api-ms-win-core-memory-l1-1-4 enable_api_ms_win_core_memory_l1_1_4
20124 wine_fn_config_makefile dlls/api-ms-win-core-misc-l1-1-0 enable_api_ms_win_core_misc_l1_1_0
20125 wine_fn_config_makefile dlls/api-ms-win-core-namedpipe-ansi-l1-1-0 enable_api_ms_win_core_namedpipe_ansi_l1_1_0
20126 wine_fn_config_makefile dlls/api-ms-win-core-namedpipe-l1-1-0 enable_api_ms_win_core_namedpipe_l1_1_0
20127 wine_fn_config_makefile dlls/api-ms-win-core-namedpipe-l1-2-0 enable_api_ms_win_core_namedpipe_l1_2_0
20128 wine_fn_config_makefile dlls/api-ms-win-core-namespace-l1-1-0 enable_api_ms_win_core_namespace_l1_1_0
20129 wine_fn_config_makefile dlls/api-ms-win-core-normalization-l1-1-0 enable_api_ms_win_core_normalization_l1_1_0
20130 wine_fn_config_makefile dlls/api-ms-win-core-path-l1-1-0 enable_api_ms_win_core_path_l1_1_0
20131 wine_fn_config_makefile dlls/api-ms-win-core-privateprofile-l1-1-1 enable_api_ms_win_core_privateprofile_l1_1_1
20132 wine_fn_config_makefile dlls/api-ms-win-core-processenvironment-l1-1-0 enable_api_ms_win_core_processenvironment_l1_1_0
20133 wine_fn_config_makefile dlls/api-ms-win-core-processenvironment-l1-2-0 enable_api_ms_win_core_processenvironment_l1_2_0
20134 wine_fn_config_makefile dlls/api-ms-win-core-processthreads-l1-1-0 enable_api_ms_win_core_processthreads_l1_1_0
20135 wine_fn_config_makefile dlls/api-ms-win-core-processthreads-l1-1-1 enable_api_ms_win_core_processthreads_l1_1_1
20136 wine_fn_config_makefile dlls/api-ms-win-core-processthreads-l1-1-2 enable_api_ms_win_core_processthreads_l1_1_2
20137 wine_fn_config_makefile dlls/api-ms-win-core-processthreads-l1-1-3 enable_api_ms_win_core_processthreads_l1_1_3
20138 wine_fn_config_makefile dlls/api-ms-win-core-processtopology-l1-1-0 enable_api_ms_win_core_processtopology_l1_1_0
20139 wine_fn_config_makefile dlls/api-ms-win-core-processtopology-obsolete-l1-1-0 enable_api_ms_win_core_processtopology_obsolete_l1_1_0
20140 wine_fn_config_makefile dlls/api-ms-win-core-profile-l1-1-0 enable_api_ms_win_core_profile_l1_1_0
20141 wine_fn_config_makefile dlls/api-ms-win-core-psapi-ansi-l1-1-0 enable_api_ms_win_core_psapi_ansi_l1_1_0
20142 wine_fn_config_makefile dlls/api-ms-win-core-psapi-l1-1-0 enable_api_ms_win_core_psapi_l1_1_0
20143 wine_fn_config_makefile dlls/api-ms-win-core-psapi-obsolete-l1-1-0 enable_api_ms_win_core_psapi_obsolete_l1_1_0
20144 wine_fn_config_makefile dlls/api-ms-win-core-psm-appnotify-l1-1-0 enable_api_ms_win_core_psm_appnotify_l1_1_0
20145 wine_fn_config_makefile dlls/api-ms-win-core-quirks-l1-1-0 enable_api_ms_win_core_quirks_l1_1_0
20146 wine_fn_config_makefile dlls/api-ms-win-core-realtime-l1-1-0 enable_api_ms_win_core_realtime_l1_1_0
20147 wine_fn_config_makefile dlls/api-ms-win-core-registry-l1-1-0 enable_api_ms_win_core_registry_l1_1_0
20148 wine_fn_config_makefile dlls/api-ms-win-core-registry-l2-1-0 enable_api_ms_win_core_registry_l2_1_0
20149 wine_fn_config_makefile dlls/api-ms-win-core-registry-l2-2-0 enable_api_ms_win_core_registry_l2_2_0
20150 wine_fn_config_makefile dlls/api-ms-win-core-registryuserspecific-l1-1-0 enable_api_ms_win_core_registryuserspecific_l1_1_0
20151 wine_fn_config_makefile dlls/api-ms-win-core-rtlsupport-l1-1-0 enable_api_ms_win_core_rtlsupport_l1_1_0
20152 wine_fn_config_makefile dlls/api-ms-win-core-rtlsupport-l1-2-0 enable_api_ms_win_core_rtlsupport_l1_2_0
20153 wine_fn_config_makefile dlls/api-ms-win-core-shlwapi-legacy-l1-1-0 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
20154 wine_fn_config_makefile dlls/api-ms-win-core-shlwapi-obsolete-l1-1-0 enable_api_ms_win_core_shlwapi_obsolete_l1_1_0
20155 wine_fn_config_makefile dlls/api-ms-win-core-shlwapi-obsolete-l1-2-0 enable_api_ms_win_core_shlwapi_obsolete_l1_2_0
20156 wine_fn_config_makefile dlls/api-ms-win-core-shutdown-l1-1-0 enable_api_ms_win_core_shutdown_l1_1_0
20157 wine_fn_config_makefile dlls/api-ms-win-core-sidebyside-l1-1-0 enable_api_ms_win_core_sidebyside_l1_1_0
20158 wine_fn_config_makefile dlls/api-ms-win-core-string-l1-1-0 enable_api_ms_win_core_string_l1_1_0
20159 wine_fn_config_makefile dlls/api-ms-win-core-string-l2-1-0 enable_api_ms_win_core_string_l2_1_0
20160 wine_fn_config_makefile dlls/api-ms-win-core-string-obsolete-l1-1-0 enable_api_ms_win_core_string_obsolete_l1_1_0
20161 wine_fn_config_makefile dlls/api-ms-win-core-stringansi-l1-1-0 enable_api_ms_win_core_stringansi_l1_1_0
20162 wine_fn_config_makefile dlls/api-ms-win-core-stringloader-l1-1-1 enable_api_ms_win_core_stringloader_l1_1_1
20163 wine_fn_config_makefile dlls/api-ms-win-core-synch-ansi-l1-1-0 enable_api_ms_win_core_synch_ansi_l1_1_0
20164 wine_fn_config_makefile dlls/api-ms-win-core-synch-l1-1-0 enable_api_ms_win_core_synch_l1_1_0
20165 wine_fn_config_makefile dlls/api-ms-win-core-synch-l1-2-0 enable_api_ms_win_core_synch_l1_2_0
20166 wine_fn_config_makefile dlls/api-ms-win-core-synch-l1-2-1 enable_api_ms_win_core_synch_l1_2_1
20167 wine_fn_config_makefile dlls/api-ms-win-core-sysinfo-l1-1-0 enable_api_ms_win_core_sysinfo_l1_1_0
20168 wine_fn_config_makefile dlls/api-ms-win-core-sysinfo-l1-2-0 enable_api_ms_win_core_sysinfo_l1_2_0
20169 wine_fn_config_makefile dlls/api-ms-win-core-sysinfo-l1-2-1 enable_api_ms_win_core_sysinfo_l1_2_1
20170 wine_fn_config_makefile dlls/api-ms-win-core-systemtopology-l1-1-0 enable_api_ms_win_core_systemtopology_l1_1_0
20171 wine_fn_config_makefile dlls/api-ms-win-core-threadpool-l1-1-0 enable_api_ms_win_core_threadpool_l1_1_0
20172 wine_fn_config_makefile dlls/api-ms-win-core-threadpool-l1-2-0 enable_api_ms_win_core_threadpool_l1_2_0
20173 wine_fn_config_makefile dlls/api-ms-win-core-threadpool-legacy-l1-1-0 enable_api_ms_win_core_threadpool_legacy_l1_1_0
20174 wine_fn_config_makefile dlls/api-ms-win-core-threadpool-private-l1-1-0 enable_api_ms_win_core_threadpool_private_l1_1_0
20175 wine_fn_config_makefile dlls/api-ms-win-core-timezone-l1-1-0 enable_api_ms_win_core_timezone_l1_1_0
20176 wine_fn_config_makefile dlls/api-ms-win-core-toolhelp-l1-1-0 enable_api_ms_win_core_toolhelp_l1_1_0
20177 wine_fn_config_makefile dlls/api-ms-win-core-url-l1-1-0 enable_api_ms_win_core_url_l1_1_0
20178 wine_fn_config_makefile dlls/api-ms-win-core-util-l1-1-0 enable_api_ms_win_core_util_l1_1_0
20179 wine_fn_config_makefile dlls/api-ms-win-core-version-l1-1-0 enable_api_ms_win_core_version_l1_1_0
20180 wine_fn_config_makefile dlls/api-ms-win-core-version-l1-1-1 enable_api_ms_win_core_version_l1_1_1
20181 wine_fn_config_makefile dlls/api-ms-win-core-version-private-l1-1-0 enable_api_ms_win_core_version_private_l1_1_0
20182 wine_fn_config_makefile dlls/api-ms-win-core-versionansi-l1-1-0 enable_api_ms_win_core_versionansi_l1_1_0
20183 wine_fn_config_makefile dlls/api-ms-win-core-windowserrorreporting-l1-1-0 enable_api_ms_win_core_windowserrorreporting_l1_1_0
20184 wine_fn_config_makefile dlls/api-ms-win-core-winrt-error-l1-1-0 enable_api_ms_win_core_winrt_error_l1_1_0
20185 wine_fn_config_makefile dlls/api-ms-win-core-winrt-error-l1-1-1 enable_api_ms_win_core_winrt_error_l1_1_1
20186 wine_fn_config_makefile dlls/api-ms-win-core-winrt-errorprivate-l1-1-1 enable_api_ms_win_core_winrt_errorprivate_l1_1_1
20187 wine_fn_config_makefile dlls/api-ms-win-core-winrt-l1-1-0 enable_api_ms_win_core_winrt_l1_1_0
20188 wine_fn_config_makefile dlls/api-ms-win-core-winrt-registration-l1-1-0 enable_api_ms_win_core_winrt_registration_l1_1_0
20189 wine_fn_config_makefile dlls/api-ms-win-core-winrt-roparameterizediid-l1-1-0 enable_api_ms_win_core_winrt_roparameterizediid_l1_1_0
20190 wine_fn_config_makefile dlls/api-ms-win-core-winrt-string-l1-1-0 enable_api_ms_win_core_winrt_string_l1_1_0
20191 wine_fn_config_makefile dlls/api-ms-win-core-winrt-string-l1-1-1 enable_api_ms_win_core_winrt_string_l1_1_1
20192 wine_fn_config_makefile dlls/api-ms-win-core-wow64-l1-1-0 enable_api_ms_win_core_wow64_l1_1_0
20193 wine_fn_config_makefile dlls/api-ms-win-core-wow64-l1-1-1 enable_api_ms_win_core_wow64_l1_1_1
20194 wine_fn_config_makefile dlls/api-ms-win-core-xstate-l1-1-0 enable_api_ms_win_core_xstate_l1_1_0
20195 wine_fn_config_makefile dlls/api-ms-win-core-xstate-l2-1-0 enable_api_ms_win_core_xstate_l2_1_0
20196 wine_fn_config_makefile dlls/api-ms-win-crt-conio-l1-1-0 enable_api_ms_win_crt_conio_l1_1_0
20197 wine_fn_config_makefile dlls/api-ms-win-crt-convert-l1-1-0 enable_api_ms_win_crt_convert_l1_1_0
20198 wine_fn_config_makefile dlls/api-ms-win-crt-environment-l1-1-0 enable_api_ms_win_crt_environment_l1_1_0
20199 wine_fn_config_makefile dlls/api-ms-win-crt-filesystem-l1-1-0 enable_api_ms_win_crt_filesystem_l1_1_0
20200 wine_fn_config_makefile dlls/api-ms-win-crt-heap-l1-1-0 enable_api_ms_win_crt_heap_l1_1_0
20201 wine_fn_config_makefile dlls/api-ms-win-crt-locale-l1-1-0 enable_api_ms_win_crt_locale_l1_1_0
20202 wine_fn_config_makefile dlls/api-ms-win-crt-math-l1-1-0 enable_api_ms_win_crt_math_l1_1_0
20203 wine_fn_config_makefile dlls/api-ms-win-crt-multibyte-l1-1-0 enable_api_ms_win_crt_multibyte_l1_1_0
20204 wine_fn_config_makefile dlls/api-ms-win-crt-private-l1-1-0 enable_api_ms_win_crt_private_l1_1_0
20205 wine_fn_config_makefile dlls/api-ms-win-crt-process-l1-1-0 enable_api_ms_win_crt_process_l1_1_0
20206 wine_fn_config_makefile dlls/api-ms-win-crt-runtime-l1-1-0 enable_api_ms_win_crt_runtime_l1_1_0
20207 wine_fn_config_makefile dlls/api-ms-win-crt-stdio-l1-1-0 enable_api_ms_win_crt_stdio_l1_1_0
20208 wine_fn_config_makefile dlls/api-ms-win-crt-string-l1-1-0 enable_api_ms_win_crt_string_l1_1_0
20209 wine_fn_config_makefile dlls/api-ms-win-crt-time-l1-1-0 enable_api_ms_win_crt_time_l1_1_0
20210 wine_fn_config_makefile dlls/api-ms-win-crt-utility-l1-1-0 enable_api_ms_win_crt_utility_l1_1_0
20211 wine_fn_config_makefile dlls/api-ms-win-devices-config-l1-1-0 enable_api_ms_win_devices_config_l1_1_0
20212 wine_fn_config_makefile dlls/api-ms-win-devices-config-l1-1-1 enable_api_ms_win_devices_config_l1_1_1
20213 wine_fn_config_makefile dlls/api-ms-win-devices-query-l1-1-1 enable_api_ms_win_devices_query_l1_1_1
20214 wine_fn_config_makefile dlls/api-ms-win-downlevel-advapi32-l1-1-0 enable_api_ms_win_downlevel_advapi32_l1_1_0
20215 wine_fn_config_makefile dlls/api-ms-win-downlevel-advapi32-l2-1-0 enable_api_ms_win_downlevel_advapi32_l2_1_0
20216 wine_fn_config_makefile dlls/api-ms-win-downlevel-kernel32-l2-1-0 enable_api_ms_win_downlevel_kernel32_l2_1_0
20217 wine_fn_config_makefile dlls/api-ms-win-downlevel-normaliz-l1-1-0 enable_api_ms_win_downlevel_normaliz_l1_1_0
20218 wine_fn_config_makefile dlls/api-ms-win-downlevel-ole32-l1-1-0 enable_api_ms_win_downlevel_ole32_l1_1_0
20219 wine_fn_config_makefile dlls/api-ms-win-downlevel-shell32-l1-1-0 enable_api_ms_win_downlevel_shell32_l1_1_0
20220 wine_fn_config_makefile dlls/api-ms-win-downlevel-shlwapi-l1-1-0 enable_api_ms_win_downlevel_shlwapi_l1_1_0
20221 wine_fn_config_makefile dlls/api-ms-win-downlevel-shlwapi-l2-1-0 enable_api_ms_win_downlevel_shlwapi_l2_1_0
20222 wine_fn_config_makefile dlls/api-ms-win-downlevel-user32-l1-1-0 enable_api_ms_win_downlevel_user32_l1_1_0
20223 wine_fn_config_makefile dlls/api-ms-win-downlevel-version-l1-1-0 enable_api_ms_win_downlevel_version_l1_1_0
20224 wine_fn_config_makefile dlls/api-ms-win-dx-d3dkmt-l1-1-0 enable_api_ms_win_dx_d3dkmt_l1_1_0
20225 wine_fn_config_makefile dlls/api-ms-win-eventing-classicprovider-l1-1-0 enable_api_ms_win_eventing_classicprovider_l1_1_0
20226 wine_fn_config_makefile dlls/api-ms-win-eventing-consumer-l1-1-0 enable_api_ms_win_eventing_consumer_l1_1_0
20227 wine_fn_config_makefile dlls/api-ms-win-eventing-controller-l1-1-0 enable_api_ms_win_eventing_controller_l1_1_0
20228 wine_fn_config_makefile dlls/api-ms-win-eventing-legacy-l1-1-0 enable_api_ms_win_eventing_legacy_l1_1_0
20229 wine_fn_config_makefile dlls/api-ms-win-eventing-provider-l1-1-0 enable_api_ms_win_eventing_provider_l1_1_0
20230 wine_fn_config_makefile dlls/api-ms-win-eventlog-legacy-l1-1-0 enable_api_ms_win_eventlog_legacy_l1_1_0
20231 wine_fn_config_makefile dlls/api-ms-win-gaming-tcui-l1-1-0 enable_api_ms_win_gaming_tcui_l1_1_0
20232 wine_fn_config_makefile dlls/api-ms-win-gdi-dpiinfo-l1-1-0 enable_api_ms_win_gdi_dpiinfo_l1_1_0
20233 wine_fn_config_makefile dlls/api-ms-win-mm-joystick-l1-1-0 enable_api_ms_win_mm_joystick_l1_1_0
20234 wine_fn_config_makefile dlls/api-ms-win-mm-misc-l1-1-1 enable_api_ms_win_mm_misc_l1_1_1
20235 wine_fn_config_makefile dlls/api-ms-win-mm-mme-l1-1-0 enable_api_ms_win_mm_mme_l1_1_0
20236 wine_fn_config_makefile dlls/api-ms-win-mm-time-l1-1-0 enable_api_ms_win_mm_time_l1_1_0
20237 wine_fn_config_makefile dlls/api-ms-win-ntuser-dc-access-l1-1-0 enable_api_ms_win_ntuser_dc_access_l1_1_0
20238 wine_fn_config_makefile dlls/api-ms-win-ntuser-rectangle-l1-1-0 enable_api_ms_win_ntuser_rectangle_l1_1_0
20239 wine_fn_config_makefile dlls/api-ms-win-ntuser-sysparams-l1-1-0 enable_api_ms_win_ntuser_sysparams_l1_1_0
20240 wine_fn_config_makefile dlls/api-ms-win-perf-legacy-l1-1-0 enable_api_ms_win_perf_legacy_l1_1_0
20241 wine_fn_config_makefile dlls/api-ms-win-power-base-l1-1-0 enable_api_ms_win_power_base_l1_1_0
20242 wine_fn_config_makefile dlls/api-ms-win-power-setting-l1-1-0 enable_api_ms_win_power_setting_l1_1_0
20243 wine_fn_config_makefile dlls/api-ms-win-rtcore-ntuser-draw-l1-1-0 enable_api_ms_win_rtcore_ntuser_draw_l1_1_0
20244 wine_fn_config_makefile dlls/api-ms-win-rtcore-ntuser-private-l1-1-0 enable_api_ms_win_rtcore_ntuser_private_l1_1_0
20245 wine_fn_config_makefile dlls/api-ms-win-rtcore-ntuser-private-l1-1-4 enable_api_ms_win_rtcore_ntuser_private_l1_1_4
20246 wine_fn_config_makefile dlls/api-ms-win-rtcore-ntuser-window-l1-1-0 enable_api_ms_win_rtcore_ntuser_window_l1_1_0
20247 wine_fn_config_makefile dlls/api-ms-win-rtcore-ntuser-winevent-l1-1-0 enable_api_ms_win_rtcore_ntuser_winevent_l1_1_0
20248 wine_fn_config_makefile dlls/api-ms-win-rtcore-ntuser-wmpointer-l1-1-0 enable_api_ms_win_rtcore_ntuser_wmpointer_l1_1_0
20249 wine_fn_config_makefile dlls/api-ms-win-rtcore-ntuser-wmpointer-l1-1-3 enable_api_ms_win_rtcore_ntuser_wmpointer_l1_1_3
20250 wine_fn_config_makefile dlls/api-ms-win-security-activedirectoryclient-l1-1-0 enable_api_ms_win_security_activedirectoryclient_l1_1_0
20251 wine_fn_config_makefile dlls/api-ms-win-security-audit-l1-1-1 enable_api_ms_win_security_audit_l1_1_1
20252 wine_fn_config_makefile dlls/api-ms-win-security-base-l1-1-0 enable_api_ms_win_security_base_l1_1_0
20253 wine_fn_config_makefile dlls/api-ms-win-security-base-l1-2-0 enable_api_ms_win_security_base_l1_2_0
20254 wine_fn_config_makefile dlls/api-ms-win-security-base-private-l1-1-1 enable_api_ms_win_security_base_private_l1_1_1
20255 wine_fn_config_makefile dlls/api-ms-win-security-credentials-l1-1-0 enable_api_ms_win_security_credentials_l1_1_0
20256 wine_fn_config_makefile dlls/api-ms-win-security-cryptoapi-l1-1-0 enable_api_ms_win_security_cryptoapi_l1_1_0
20257 wine_fn_config_makefile dlls/api-ms-win-security-grouppolicy-l1-1-0 enable_api_ms_win_security_grouppolicy_l1_1_0
20258 wine_fn_config_makefile dlls/api-ms-win-security-lsalookup-l1-1-0 enable_api_ms_win_security_lsalookup_l1_1_0
20259 wine_fn_config_makefile dlls/api-ms-win-security-lsalookup-l1-1-1 enable_api_ms_win_security_lsalookup_l1_1_1
20260 wine_fn_config_makefile dlls/api-ms-win-security-lsalookup-l2-1-0 enable_api_ms_win_security_lsalookup_l2_1_0
20261 wine_fn_config_makefile dlls/api-ms-win-security-lsalookup-l2-1-1 enable_api_ms_win_security_lsalookup_l2_1_1
20262 wine_fn_config_makefile dlls/api-ms-win-security-lsapolicy-l1-1-0 enable_api_ms_win_security_lsapolicy_l1_1_0
20263 wine_fn_config_makefile dlls/api-ms-win-security-provider-l1-1-0 enable_api_ms_win_security_provider_l1_1_0
20264 wine_fn_config_makefile dlls/api-ms-win-security-sddl-l1-1-0 enable_api_ms_win_security_sddl_l1_1_0
20265 wine_fn_config_makefile dlls/api-ms-win-security-systemfunctions-l1-1-0 enable_api_ms_win_security_systemfunctions_l1_1_0
20266 wine_fn_config_makefile dlls/api-ms-win-service-core-l1-1-0 enable_api_ms_win_service_core_l1_1_0
20267 wine_fn_config_makefile dlls/api-ms-win-service-core-l1-1-1 enable_api_ms_win_service_core_l1_1_1
20268 wine_fn_config_makefile dlls/api-ms-win-service-management-l1-1-0 enable_api_ms_win_service_management_l1_1_0
20269 wine_fn_config_makefile dlls/api-ms-win-service-management-l2-1-0 enable_api_ms_win_service_management_l2_1_0
20270 wine_fn_config_makefile dlls/api-ms-win-service-private-l1-1-1 enable_api_ms_win_service_private_l1_1_1
20271 wine_fn_config_makefile dlls/api-ms-win-service-winsvc-l1-1-0 enable_api_ms_win_service_winsvc_l1_1_0
20272 wine_fn_config_makefile dlls/api-ms-win-service-winsvc-l1-2-0 enable_api_ms_win_service_winsvc_l1_2_0
20273 wine_fn_config_makefile dlls/api-ms-win-shcore-obsolete-l1-1-0 enable_api_ms_win_shcore_obsolete_l1_1_0
20274 wine_fn_config_makefile dlls/api-ms-win-shcore-scaling-l1-1-0 enable_api_ms_win_shcore_scaling_l1_1_0
20275 wine_fn_config_makefile dlls/api-ms-win-shcore-scaling-l1-1-1 enable_api_ms_win_shcore_scaling_l1_1_1
20276 wine_fn_config_makefile dlls/api-ms-win-shcore-stream-l1-1-0 enable_api_ms_win_shcore_stream_l1_1_0
20277 wine_fn_config_makefile dlls/api-ms-win-shcore-stream-winrt-l1-1-0 enable_api_ms_win_shcore_stream_winrt_l1_1_0
20278 wine_fn_config_makefile dlls/api-ms-win-shcore-thread-l1-1-0 enable_api_ms_win_shcore_thread_l1_1_0
20279 wine_fn_config_makefile dlls/api-ms-win-shell-shellcom-l1-1-0 enable_api_ms_win_shell_shellcom_l1_1_0
20280 wine_fn_config_makefile dlls/api-ms-win-shell-shellfolders-l1-1-0 enable_api_ms_win_shell_shellfolders_l1_1_0
20281 wine_fn_config_makefile dlls/apphelp enable_apphelp
20282 wine_fn_config_makefile dlls/apphelp/tests enable_tests
20283 wine_fn_config_makefile dlls/appwiz.cpl enable_appwiz_cpl
20284 wine_fn_config_makefile dlls/atl enable_atl
20285 wine_fn_config_makefile dlls/atl/tests enable_tests
20286 wine_fn_config_makefile dlls/atl100 enable_atl100
20287 wine_fn_config_makefile dlls/atl100/tests enable_tests
20288 wine_fn_config_makefile dlls/atl110 enable_atl110
20289 wine_fn_config_makefile dlls/atl80 enable_atl80
20290 wine_fn_config_makefile dlls/atl80/tests enable_tests
20291 wine_fn_config_makefile dlls/atl90 enable_atl90
20292 wine_fn_config_makefile dlls/atlthunk enable_atlthunk
20293 wine_fn_config_makefile dlls/atlthunk/tests enable_tests
20294 wine_fn_config_makefile dlls/atmlib enable_atmlib
20295 wine_fn_config_makefile dlls/authz enable_authz
20296 wine_fn_config_makefile dlls/avicap32 enable_avicap32
20297 wine_fn_config_makefile dlls/avifil32 enable_avifil32
20298 wine_fn_config_makefile dlls/avifil32/tests enable_tests
20299 wine_fn_config_makefile dlls/avifile.dll16 enable_win16
20300 wine_fn_config_makefile dlls/avrt enable_avrt
20301 wine_fn_config_makefile dlls/bcrypt enable_bcrypt
20302 wine_fn_config_makefile dlls/bcrypt/tests enable_tests
20303 wine_fn_config_makefile dlls/bluetoothapis enable_bluetoothapis
20304 wine_fn_config_makefile dlls/browseui enable_browseui
20305 wine_fn_config_makefile dlls/browseui/tests enable_tests
20306 wine_fn_config_makefile dlls/bthprops.cpl enable_bthprops_cpl
20307 wine_fn_config_makefile dlls/cabinet enable_cabinet
20308 wine_fn_config_makefile dlls/cabinet/tests enable_tests
20309 wine_fn_config_makefile dlls/capi2032 enable_capi2032
20310 wine_fn_config_makefile dlls/cards enable_cards
20311 wine_fn_config_makefile dlls/cdosys enable_cdosys
20312 wine_fn_config_makefile dlls/cfgmgr32 enable_cfgmgr32
20313 wine_fn_config_makefile dlls/clusapi enable_clusapi
20314 wine_fn_config_makefile dlls/combase enable_combase
20315 wine_fn_config_makefile dlls/combase/tests enable_tests
20316 wine_fn_config_makefile dlls/comcat enable_comcat
20317 wine_fn_config_makefile dlls/comcat/tests enable_tests
20318 wine_fn_config_makefile dlls/comctl32 enable_comctl32
20319 wine_fn_config_makefile dlls/comctl32/tests enable_tests
20320 wine_fn_config_makefile dlls/comdlg32 enable_comdlg32
20321 wine_fn_config_makefile dlls/comdlg32/tests enable_tests
20322 wine_fn_config_makefile dlls/comm.drv16 enable_win16
20323 wine_fn_config_makefile dlls/commdlg.dll16 enable_win16
20324 wine_fn_config_makefile dlls/compobj.dll16 enable_win16
20325 wine_fn_config_makefile dlls/compstui enable_compstui
20326 wine_fn_config_makefile dlls/comsvcs enable_comsvcs
20327 wine_fn_config_makefile dlls/comsvcs/tests enable_tests
20328 wine_fn_config_makefile dlls/concrt140 enable_concrt140
20329 wine_fn_config_makefile dlls/concrt140/tests enable_tests
20330 wine_fn_config_makefile dlls/connect enable_connect
20331 wine_fn_config_makefile dlls/credui enable_credui
20332 wine_fn_config_makefile dlls/credui/tests enable_tests
20333 wine_fn_config_makefile dlls/crtdll enable_crtdll
20334 wine_fn_config_makefile dlls/crypt32 enable_crypt32
20335 wine_fn_config_makefile dlls/crypt32/tests enable_tests
20336 wine_fn_config_makefile dlls/cryptdlg enable_cryptdlg
20337 wine_fn_config_makefile dlls/cryptdll enable_cryptdll
20338 wine_fn_config_makefile dlls/cryptext enable_cryptext
20339 wine_fn_config_makefile dlls/cryptnet enable_cryptnet
20340 wine_fn_config_makefile dlls/cryptnet/tests enable_tests
20341 wine_fn_config_makefile dlls/cryptsp enable_cryptsp
20342 wine_fn_config_makefile dlls/cryptui enable_cryptui
20343 wine_fn_config_makefile dlls/cryptui/tests enable_tests
20344 wine_fn_config_makefile dlls/ctapi32 enable_ctapi32
20345 wine_fn_config_makefile dlls/ctl3d.dll16 enable_win16
20346 wine_fn_config_makefile dlls/ctl3d32 enable_ctl3d32
20347 wine_fn_config_makefile dlls/ctl3dv2.dll16 enable_win16
20348 wine_fn_config_makefile dlls/d2d1 enable_d2d1
20349 wine_fn_config_makefile dlls/d2d1/tests enable_tests
20350 wine_fn_config_makefile dlls/d3d10 enable_d3d10
20351 wine_fn_config_makefile dlls/d3d10/tests enable_tests
20352 wine_fn_config_makefile dlls/d3d10_1 enable_d3d10_1
20353 wine_fn_config_makefile dlls/d3d10_1/tests enable_tests
20354 wine_fn_config_makefile dlls/d3d10core enable_d3d10core
20355 wine_fn_config_makefile dlls/d3d10core/tests enable_tests
20356 wine_fn_config_makefile dlls/d3d11 enable_d3d11
20357 wine_fn_config_makefile dlls/d3d11/tests enable_tests
20358 wine_fn_config_makefile dlls/d3d12 enable_d3d12
20359 wine_fn_config_makefile dlls/d3d12/tests enable_tests
20360 wine_fn_config_makefile dlls/d3d8 enable_d3d8
20361 wine_fn_config_makefile dlls/d3d8/tests enable_tests
20362 wine_fn_config_makefile dlls/d3d8thk enable_d3d8thk
20363 wine_fn_config_makefile dlls/d3d9 enable_d3d9
20364 wine_fn_config_makefile dlls/d3d9/tests enable_tests
20365 wine_fn_config_makefile dlls/d3dcompiler_33 enable_d3dcompiler_33
20366 wine_fn_config_makefile dlls/d3dcompiler_34 enable_d3dcompiler_34
20367 wine_fn_config_makefile dlls/d3dcompiler_35 enable_d3dcompiler_35
20368 wine_fn_config_makefile dlls/d3dcompiler_36 enable_d3dcompiler_36
20369 wine_fn_config_makefile dlls/d3dcompiler_37 enable_d3dcompiler_37
20370 wine_fn_config_makefile dlls/d3dcompiler_38 enable_d3dcompiler_38
20371 wine_fn_config_makefile dlls/d3dcompiler_39 enable_d3dcompiler_39
20372 wine_fn_config_makefile dlls/d3dcompiler_40 enable_d3dcompiler_40
20373 wine_fn_config_makefile dlls/d3dcompiler_41 enable_d3dcompiler_41
20374 wine_fn_config_makefile dlls/d3dcompiler_42 enable_d3dcompiler_42
20375 wine_fn_config_makefile dlls/d3dcompiler_43 enable_d3dcompiler_43
20376 wine_fn_config_makefile dlls/d3dcompiler_43/tests enable_tests
20377 wine_fn_config_makefile dlls/d3dcompiler_46 enable_d3dcompiler_46
20378 wine_fn_config_makefile dlls/d3dcompiler_47 enable_d3dcompiler_47
20379 wine_fn_config_makefile dlls/d3dcompiler_47/tests enable_tests
20380 wine_fn_config_makefile dlls/d3dim enable_d3dim
20381 wine_fn_config_makefile dlls/d3dim700 enable_d3dim700
20382 wine_fn_config_makefile dlls/d3drm enable_d3drm
20383 wine_fn_config_makefile dlls/d3drm/tests enable_tests
20384 wine_fn_config_makefile dlls/d3dx10_33 enable_d3dx10_33
20385 wine_fn_config_makefile dlls/d3dx10_34 enable_d3dx10_34
20386 wine_fn_config_makefile dlls/d3dx10_35 enable_d3dx10_35
20387 wine_fn_config_makefile dlls/d3dx10_36 enable_d3dx10_36
20388 wine_fn_config_makefile dlls/d3dx10_37 enable_d3dx10_37
20389 wine_fn_config_makefile dlls/d3dx10_38 enable_d3dx10_38
20390 wine_fn_config_makefile dlls/d3dx10_39 enable_d3dx10_39
20391 wine_fn_config_makefile dlls/d3dx10_39/tests enable_tests
20392 wine_fn_config_makefile dlls/d3dx10_40 enable_d3dx10_40
20393 wine_fn_config_makefile dlls/d3dx10_40/tests enable_tests
20394 wine_fn_config_makefile dlls/d3dx10_41 enable_d3dx10_41
20395 wine_fn_config_makefile dlls/d3dx10_41/tests enable_tests
20396 wine_fn_config_makefile dlls/d3dx10_42 enable_d3dx10_42
20397 wine_fn_config_makefile dlls/d3dx10_42/tests enable_tests
20398 wine_fn_config_makefile dlls/d3dx10_43 enable_d3dx10_43
20399 wine_fn_config_makefile dlls/d3dx10_43/tests enable_tests
20400 wine_fn_config_makefile dlls/d3dx11_42 enable_d3dx11_42
20401 wine_fn_config_makefile dlls/d3dx11_42/tests enable_tests
20402 wine_fn_config_makefile dlls/d3dx11_43 enable_d3dx11_43
20403 wine_fn_config_makefile dlls/d3dx11_43/tests enable_tests
20404 wine_fn_config_makefile dlls/d3dx9_24 enable_d3dx9_24
20405 wine_fn_config_makefile dlls/d3dx9_25 enable_d3dx9_25
20406 wine_fn_config_makefile dlls/d3dx9_26 enable_d3dx9_26
20407 wine_fn_config_makefile dlls/d3dx9_27 enable_d3dx9_27
20408 wine_fn_config_makefile dlls/d3dx9_28 enable_d3dx9_28
20409 wine_fn_config_makefile dlls/d3dx9_29 enable_d3dx9_29
20410 wine_fn_config_makefile dlls/d3dx9_30 enable_d3dx9_30
20411 wine_fn_config_makefile dlls/d3dx9_31 enable_d3dx9_31
20412 wine_fn_config_makefile dlls/d3dx9_32 enable_d3dx9_32
20413 wine_fn_config_makefile dlls/d3dx9_33 enable_d3dx9_33
20414 wine_fn_config_makefile dlls/d3dx9_34 enable_d3dx9_34
20415 wine_fn_config_makefile dlls/d3dx9_35 enable_d3dx9_35
20416 wine_fn_config_makefile dlls/d3dx9_36 enable_d3dx9_36
20417 wine_fn_config_makefile dlls/d3dx9_36/tests enable_tests
20418 wine_fn_config_makefile dlls/d3dx9_37 enable_d3dx9_37
20419 wine_fn_config_makefile dlls/d3dx9_38 enable_d3dx9_38
20420 wine_fn_config_makefile dlls/d3dx9_39 enable_d3dx9_39
20421 wine_fn_config_makefile dlls/d3dx9_40 enable_d3dx9_40
20422 wine_fn_config_makefile dlls/d3dx9_41 enable_d3dx9_41
20423 wine_fn_config_makefile dlls/d3dx9_42 enable_d3dx9_42
20424 wine_fn_config_makefile dlls/d3dx9_43 enable_d3dx9_43
20425 wine_fn_config_makefile dlls/d3dxof enable_d3dxof
20426 wine_fn_config_makefile dlls/d3dxof/tests enable_tests
20427 wine_fn_config_makefile dlls/davclnt enable_davclnt
20428 wine_fn_config_makefile dlls/dbgeng enable_dbgeng
20429 wine_fn_config_makefile dlls/dbgeng/tests enable_tests
20430 wine_fn_config_makefile dlls/dbghelp enable_dbghelp
20431 wine_fn_config_makefile dlls/dbghelp/tests enable_tests
20432 wine_fn_config_makefile dlls/dciman32 enable_dciman32
20433 wine_fn_config_makefile dlls/dcomp enable_dcomp
20434 wine_fn_config_makefile dlls/ddeml.dll16 enable_win16
20435 wine_fn_config_makefile dlls/ddraw enable_ddraw
20436 wine_fn_config_makefile dlls/ddraw/tests enable_tests
20437 wine_fn_config_makefile dlls/ddrawex enable_ddrawex
20438 wine_fn_config_makefile dlls/ddrawex/tests enable_tests
20439 wine_fn_config_makefile dlls/devenum enable_devenum
20440 wine_fn_config_makefile dlls/devenum/tests enable_tests
20441 wine_fn_config_makefile dlls/dhcpcsvc enable_dhcpcsvc
20442 wine_fn_config_makefile dlls/dhcpcsvc/tests enable_tests
20443 wine_fn_config_makefile dlls/dhtmled.ocx enable_dhtmled_ocx
20444 wine_fn_config_makefile dlls/difxapi enable_difxapi
20445 wine_fn_config_makefile dlls/dinput enable_dinput
20446 wine_fn_config_makefile dlls/dinput/tests enable_tests
20447 wine_fn_config_makefile dlls/dinput8 enable_dinput8
20448 wine_fn_config_makefile dlls/dinput8/tests enable_tests
20449 wine_fn_config_makefile dlls/directmanipulation enable_directmanipulation
20450 wine_fn_config_makefile dlls/directmanipulation/tests enable_tests
20451 wine_fn_config_makefile dlls/dispdib.dll16 enable_win16
20452 wine_fn_config_makefile dlls/dispex enable_dispex
20453 wine_fn_config_makefile dlls/dispex/tests enable_tests
20454 wine_fn_config_makefile dlls/display.drv16 enable_win16
20455 wine_fn_config_makefile dlls/dmband enable_dmband
20456 wine_fn_config_makefile dlls/dmband/tests enable_tests
20457 wine_fn_config_makefile dlls/dmcompos enable_dmcompos
20458 wine_fn_config_makefile dlls/dmcompos/tests enable_tests
20459 wine_fn_config_makefile dlls/dmime enable_dmime
20460 wine_fn_config_makefile dlls/dmime/tests enable_tests
20461 wine_fn_config_makefile dlls/dmloader enable_dmloader
20462 wine_fn_config_makefile dlls/dmloader/tests enable_tests
20463 wine_fn_config_makefile dlls/dmoguids enable_dmoguids
20464 wine_fn_config_makefile dlls/dmscript enable_dmscript
20465 wine_fn_config_makefile dlls/dmscript/tests enable_tests
20466 wine_fn_config_makefile dlls/dmstyle enable_dmstyle
20467 wine_fn_config_makefile dlls/dmstyle/tests enable_tests
20468 wine_fn_config_makefile dlls/dmsynth enable_dmsynth
20469 wine_fn_config_makefile dlls/dmsynth/tests enable_tests
20470 wine_fn_config_makefile dlls/dmusic enable_dmusic
20471 wine_fn_config_makefile dlls/dmusic/tests enable_tests
20472 wine_fn_config_makefile dlls/dmusic32 enable_dmusic32
20473 wine_fn_config_makefile dlls/dnsapi enable_dnsapi
20474 wine_fn_config_makefile dlls/dnsapi/tests enable_tests
20475 wine_fn_config_makefile dlls/dplay enable_dplay
20476 wine_fn_config_makefile dlls/dplayx enable_dplayx
20477 wine_fn_config_makefile dlls/dplayx/tests enable_tests
20478 wine_fn_config_makefile dlls/dpnaddr enable_dpnaddr
20479 wine_fn_config_makefile dlls/dpnet enable_dpnet
20480 wine_fn_config_makefile dlls/dpnet/tests enable_tests
20481 wine_fn_config_makefile dlls/dpnhpast enable_dpnhpast
20482 wine_fn_config_makefile dlls/dpnhupnp enable_dpnhupnp
20483 wine_fn_config_makefile dlls/dpnlobby enable_dpnlobby
20484 wine_fn_config_makefile dlls/dpvoice enable_dpvoice
20485 wine_fn_config_makefile dlls/dpvoice/tests enable_tests
20486 wine_fn_config_makefile dlls/dpwsockx enable_dpwsockx
20487 wine_fn_config_makefile dlls/drmclien enable_drmclien
20488 wine_fn_config_makefile dlls/dsdmo enable_dsdmo
20489 wine_fn_config_makefile dlls/dsdmo/tests enable_tests
20490 wine_fn_config_makefile dlls/dsound enable_dsound
20491 wine_fn_config_makefile dlls/dsound/tests enable_tests
20492 wine_fn_config_makefile dlls/dsquery enable_dsquery
20493 wine_fn_config_makefile dlls/dssenh enable_dssenh
20494 wine_fn_config_makefile dlls/dssenh/tests enable_tests
20495 wine_fn_config_makefile dlls/dsuiext enable_dsuiext
20496 wine_fn_config_makefile dlls/dswave enable_dswave
20497 wine_fn_config_makefile dlls/dswave/tests enable_tests
20498 wine_fn_config_makefile dlls/dwmapi enable_dwmapi
20499 wine_fn_config_makefile dlls/dwmapi/tests enable_tests
20500 wine_fn_config_makefile dlls/dwrite enable_dwrite
20501 wine_fn_config_makefile dlls/dwrite/tests enable_tests
20502 wine_fn_config_makefile dlls/dx8vb enable_dx8vb
20503 wine_fn_config_makefile dlls/dxdiagn enable_dxdiagn
20504 wine_fn_config_makefile dlls/dxdiagn/tests enable_tests
20505 wine_fn_config_makefile dlls/dxerr8 enable_dxerr8
20506 wine_fn_config_makefile dlls/dxerr9 enable_dxerr9
20507 wine_fn_config_makefile dlls/dxgi enable_dxgi
20508 wine_fn_config_makefile dlls/dxgi/tests enable_tests
20509 wine_fn_config_makefile dlls/dxguid enable_dxguid
20510 wine_fn_config_makefile dlls/dxtrans enable_dxtrans
20511 wine_fn_config_makefile dlls/dxva2 enable_dxva2
20512 wine_fn_config_makefile dlls/dxva2/tests enable_tests
20513 wine_fn_config_makefile dlls/esent enable_esent
20514 wine_fn_config_makefile dlls/evr enable_evr
20515 wine_fn_config_makefile dlls/evr/tests enable_tests
20516 wine_fn_config_makefile dlls/explorerframe enable_explorerframe
20517 wine_fn_config_makefile dlls/explorerframe/tests enable_tests
20518 wine_fn_config_makefile dlls/ext-ms-win-authz-context-l1-1-0 enable_ext_ms_win_authz_context_l1_1_0
20519 wine_fn_config_makefile dlls/ext-ms-win-domainjoin-netjoin-l1-1-0 enable_ext_ms_win_domainjoin_netjoin_l1_1_0
20520 wine_fn_config_makefile dlls/ext-ms-win-dwmapi-ext-l1-1-0 enable_ext_ms_win_dwmapi_ext_l1_1_0
20521 wine_fn_config_makefile dlls/ext-ms-win-gdi-dc-create-l1-1-0 enable_ext_ms_win_gdi_dc_create_l1_1_0
20522 wine_fn_config_makefile dlls/ext-ms-win-gdi-dc-create-l1-1-1 enable_ext_ms_win_gdi_dc_create_l1_1_1
20523 wine_fn_config_makefile dlls/ext-ms-win-gdi-dc-l1-2-0 enable_ext_ms_win_gdi_dc_l1_2_0
20524 wine_fn_config_makefile dlls/ext-ms-win-gdi-devcaps-l1-1-0 enable_ext_ms_win_gdi_devcaps_l1_1_0
20525 wine_fn_config_makefile dlls/ext-ms-win-gdi-draw-l1-1-0 enable_ext_ms_win_gdi_draw_l1_1_0
20526 wine_fn_config_makefile dlls/ext-ms-win-gdi-draw-l1-1-1 enable_ext_ms_win_gdi_draw_l1_1_1
20527 wine_fn_config_makefile dlls/ext-ms-win-gdi-font-l1-1-0 enable_ext_ms_win_gdi_font_l1_1_0
20528 wine_fn_config_makefile dlls/ext-ms-win-gdi-font-l1-1-1 enable_ext_ms_win_gdi_font_l1_1_1
20529 wine_fn_config_makefile dlls/ext-ms-win-gdi-render-l1-1-0 enable_ext_ms_win_gdi_render_l1_1_0
20530 wine_fn_config_makefile dlls/ext-ms-win-kernel32-package-current-l1-1-0 enable_ext_ms_win_kernel32_package_current_l1_1_0
20531 wine_fn_config_makefile dlls/ext-ms-win-kernel32-package-l1-1-1 enable_ext_ms_win_kernel32_package_l1_1_1
20532 wine_fn_config_makefile dlls/ext-ms-win-ntuser-dialogbox-l1-1-0 enable_ext_ms_win_ntuser_dialogbox_l1_1_0
20533 wine_fn_config_makefile dlls/ext-ms-win-ntuser-draw-l1-1-0 enable_ext_ms_win_ntuser_draw_l1_1_0
20534 wine_fn_config_makefile dlls/ext-ms-win-ntuser-gui-l1-1-0 enable_ext_ms_win_ntuser_gui_l1_1_0
20535 wine_fn_config_makefile dlls/ext-ms-win-ntuser-gui-l1-3-0 enable_ext_ms_win_ntuser_gui_l1_3_0
20536 wine_fn_config_makefile dlls/ext-ms-win-ntuser-keyboard-l1-3-0 enable_ext_ms_win_ntuser_keyboard_l1_3_0
20537 wine_fn_config_makefile dlls/ext-ms-win-ntuser-message-l1-1-0 enable_ext_ms_win_ntuser_message_l1_1_0
20538 wine_fn_config_makefile dlls/ext-ms-win-ntuser-message-l1-1-1 enable_ext_ms_win_ntuser_message_l1_1_1
20539 wine_fn_config_makefile dlls/ext-ms-win-ntuser-misc-l1-1-0 enable_ext_ms_win_ntuser_misc_l1_1_0
20540 wine_fn_config_makefile dlls/ext-ms-win-ntuser-misc-l1-2-0 enable_ext_ms_win_ntuser_misc_l1_2_0
20541 wine_fn_config_makefile dlls/ext-ms-win-ntuser-misc-l1-5-1 enable_ext_ms_win_ntuser_misc_l1_5_1
20542 wine_fn_config_makefile dlls/ext-ms-win-ntuser-mouse-l1-1-0 enable_ext_ms_win_ntuser_mouse_l1_1_0
20543 wine_fn_config_makefile dlls/ext-ms-win-ntuser-private-l1-1-1 enable_ext_ms_win_ntuser_private_l1_1_1
20544 wine_fn_config_makefile dlls/ext-ms-win-ntuser-private-l1-3-1 enable_ext_ms_win_ntuser_private_l1_3_1
20545 wine_fn_config_makefile dlls/ext-ms-win-ntuser-rectangle-ext-l1-1-0 enable_ext_ms_win_ntuser_rectangle_ext_l1_1_0
20546 wine_fn_config_makefile dlls/ext-ms-win-ntuser-uicontext-ext-l1-1-0 enable_ext_ms_win_ntuser_uicontext_ext_l1_1_0
20547 wine_fn_config_makefile dlls/ext-ms-win-ntuser-window-l1-1-0 enable_ext_ms_win_ntuser_window_l1_1_0
20548 wine_fn_config_makefile dlls/ext-ms-win-ntuser-window-l1-1-1 enable_ext_ms_win_ntuser_window_l1_1_1
20549 wine_fn_config_makefile dlls/ext-ms-win-ntuser-window-l1-1-4 enable_ext_ms_win_ntuser_window_l1_1_4
20550 wine_fn_config_makefile dlls/ext-ms-win-ntuser-windowclass-l1-1-0 enable_ext_ms_win_ntuser_windowclass_l1_1_0
20551 wine_fn_config_makefile dlls/ext-ms-win-ntuser-windowclass-l1-1-1 enable_ext_ms_win_ntuser_windowclass_l1_1_1
20552 wine_fn_config_makefile dlls/ext-ms-win-oleacc-l1-1-0 enable_ext_ms_win_oleacc_l1_1_0
20553 wine_fn_config_makefile dlls/ext-ms-win-ras-rasapi32-l1-1-0 enable_ext_ms_win_ras_rasapi32_l1_1_0
20554 wine_fn_config_makefile dlls/ext-ms-win-rtcore-gdi-devcaps-l1-1-0 enable_ext_ms_win_rtcore_gdi_devcaps_l1_1_0
20555 wine_fn_config_makefile dlls/ext-ms-win-rtcore-gdi-object-l1-1-0 enable_ext_ms_win_rtcore_gdi_object_l1_1_0
20556 wine_fn_config_makefile dlls/ext-ms-win-rtcore-gdi-rgn-l1-1-0 enable_ext_ms_win_rtcore_gdi_rgn_l1_1_0
20557 wine_fn_config_makefile dlls/ext-ms-win-rtcore-ntuser-cursor-l1-1-0 enable_ext_ms_win_rtcore_ntuser_cursor_l1_1_0
20558 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
20559 wine_fn_config_makefile dlls/ext-ms-win-rtcore-ntuser-dpi-l1-1-0 enable_ext_ms_win_rtcore_ntuser_dpi_l1_1_0
20560 wine_fn_config_makefile dlls/ext-ms-win-rtcore-ntuser-dpi-l1-2-0 enable_ext_ms_win_rtcore_ntuser_dpi_l1_2_0
20561 wine_fn_config_makefile dlls/ext-ms-win-rtcore-ntuser-rawinput-l1-1-0 enable_ext_ms_win_rtcore_ntuser_rawinput_l1_1_0
20562 wine_fn_config_makefile dlls/ext-ms-win-rtcore-ntuser-syscolors-l1-1-0 enable_ext_ms_win_rtcore_ntuser_syscolors_l1_1_0
20563 wine_fn_config_makefile dlls/ext-ms-win-rtcore-ntuser-sysparams-l1-1-0 enable_ext_ms_win_rtcore_ntuser_sysparams_l1_1_0
20564 wine_fn_config_makefile dlls/ext-ms-win-security-credui-l1-1-0 enable_ext_ms_win_security_credui_l1_1_0
20565 wine_fn_config_makefile dlls/ext-ms-win-security-cryptui-l1-1-0 enable_ext_ms_win_security_cryptui_l1_1_0
20566 wine_fn_config_makefile dlls/ext-ms-win-shell-comctl32-init-l1-1-0 enable_ext_ms_win_shell_comctl32_init_l1_1_0
20567 wine_fn_config_makefile dlls/ext-ms-win-shell-comdlg32-l1-1-0 enable_ext_ms_win_shell_comdlg32_l1_1_0
20568 wine_fn_config_makefile dlls/ext-ms-win-shell-shell32-l1-2-0 enable_ext_ms_win_shell_shell32_l1_2_0
20569 wine_fn_config_makefile dlls/ext-ms-win-uxtheme-themes-l1-1-0 enable_ext_ms_win_uxtheme_themes_l1_1_0
20570 wine_fn_config_makefile dlls/faultrep enable_faultrep
20571 wine_fn_config_makefile dlls/faultrep/tests enable_tests
20572 wine_fn_config_makefile dlls/feclient enable_feclient
20573 wine_fn_config_makefile dlls/fltlib enable_fltlib
20574 wine_fn_config_makefile dlls/fltmgr.sys enable_fltmgr_sys
20575 wine_fn_config_makefile dlls/fntcache enable_fntcache
20576 wine_fn_config_makefile dlls/fontsub enable_fontsub
20577 wine_fn_config_makefile dlls/fusion enable_fusion
20578 wine_fn_config_makefile dlls/fusion/tests enable_tests
20579 wine_fn_config_makefile dlls/fwpuclnt enable_fwpuclnt
20580 wine_fn_config_makefile dlls/gameux enable_gameux
20581 wine_fn_config_makefile dlls/gameux/tests enable_tests
20582 wine_fn_config_makefile dlls/gamingtcui enable_gamingtcui
20583 wine_fn_config_makefile dlls/gdi.exe16 enable_win16
20584 wine_fn_config_makefile dlls/gdi32 enable_gdi32
20585 wine_fn_config_makefile dlls/gdi32/tests enable_tests
20586 wine_fn_config_makefile dlls/gdiplus enable_gdiplus
20587 wine_fn_config_makefile dlls/gdiplus/tests enable_tests
20588 wine_fn_config_makefile dlls/glu32 enable_glu32
20589 wine_fn_config_makefile dlls/gphoto2.ds enable_gphoto2_ds
20590 wine_fn_config_makefile dlls/gpkcsp enable_gpkcsp
20591 wine_fn_config_makefile dlls/hal enable_hal
20592 wine_fn_config_makefile dlls/hhctrl.ocx enable_hhctrl_ocx
20593 wine_fn_config_makefile dlls/hid enable_hid
20594 wine_fn_config_makefile dlls/hid/tests enable_tests
20595 wine_fn_config_makefile dlls/hidclass.sys enable_hidclass_sys
20596 wine_fn_config_makefile dlls/hidparse.sys enable_hidparse_sys
20597 wine_fn_config_makefile dlls/hlink enable_hlink
20598 wine_fn_config_makefile dlls/hlink/tests enable_tests
20599 wine_fn_config_makefile dlls/hnetcfg enable_hnetcfg
20600 wine_fn_config_makefile dlls/hnetcfg/tests enable_tests
20601 wine_fn_config_makefile dlls/http.sys enable_http_sys
20602 wine_fn_config_makefile dlls/httpapi enable_httpapi
20603 wine_fn_config_makefile dlls/httpapi/tests enable_tests
20604 wine_fn_config_makefile dlls/iccvid enable_iccvid
20605 wine_fn_config_makefile dlls/icmp enable_icmp
20606 wine_fn_config_makefile dlls/ieframe enable_ieframe
20607 wine_fn_config_makefile dlls/ieframe/tests enable_tests
20608 wine_fn_config_makefile dlls/ieproxy enable_ieproxy
20609 wine_fn_config_makefile dlls/ifsmgr.vxd enable_win16
20610 wine_fn_config_makefile dlls/imaadp32.acm enable_imaadp32_acm
20611 wine_fn_config_makefile dlls/imagehlp enable_imagehlp
20612 wine_fn_config_makefile dlls/imagehlp/tests enable_tests
20613 wine_fn_config_makefile dlls/imm.dll16 enable_win16
20614 wine_fn_config_makefile dlls/imm32 enable_imm32
20615 wine_fn_config_makefile dlls/imm32/tests enable_tests
20616 wine_fn_config_makefile dlls/inetcomm enable_inetcomm
20617 wine_fn_config_makefile dlls/inetcomm/tests enable_tests
20618 wine_fn_config_makefile dlls/inetcpl.cpl enable_inetcpl_cpl
20619 wine_fn_config_makefile dlls/inetmib1 enable_inetmib1
20620 wine_fn_config_makefile dlls/inetmib1/tests enable_tests
20621 wine_fn_config_makefile dlls/infosoft enable_infosoft
20622 wine_fn_config_makefile dlls/infosoft/tests enable_tests
20623 wine_fn_config_makefile dlls/initpki enable_initpki
20624 wine_fn_config_makefile dlls/inkobj enable_inkobj
20625 wine_fn_config_makefile dlls/inseng enable_inseng
20626 wine_fn_config_makefile dlls/iphlpapi enable_iphlpapi
20627 wine_fn_config_makefile dlls/iphlpapi/tests enable_tests
20628 wine_fn_config_makefile dlls/iprop enable_iprop
20629 wine_fn_config_makefile dlls/irprops.cpl enable_irprops_cpl
20630 wine_fn_config_makefile dlls/itircl enable_itircl
20631 wine_fn_config_makefile dlls/itss enable_itss
20632 wine_fn_config_makefile dlls/itss/tests enable_tests
20633 wine_fn_config_makefile dlls/joy.cpl enable_joy_cpl
20634 wine_fn_config_makefile dlls/jscript enable_jscript
20635 wine_fn_config_makefile dlls/jscript/tests enable_tests
20636 wine_fn_config_makefile dlls/jsproxy enable_jsproxy
20637 wine_fn_config_makefile dlls/jsproxy/tests enable_tests
20638 wine_fn_config_makefile dlls/kerberos enable_kerberos
20639 wine_fn_config_makefile dlls/kernel32 enable_kernel32
20640 wine_fn_config_makefile dlls/kernel32/tests enable_tests
20641 wine_fn_config_makefile dlls/kernelbase enable_kernelbase
20642 wine_fn_config_makefile dlls/kernelbase/tests enable_tests
20643 wine_fn_config_makefile dlls/keyboard.drv16 enable_win16
20644 wine_fn_config_makefile dlls/krnl386.exe16 enable_win16
20645 wine_fn_config_makefile dlls/ksecdd.sys enable_ksecdd_sys
20646 wine_fn_config_makefile dlls/ksproxy.ax enable_ksproxy_ax
20647 wine_fn_config_makefile dlls/ksuser enable_ksuser
20648 wine_fn_config_makefile dlls/ktmw32 enable_ktmw32
20649 wine_fn_config_makefile dlls/l3codeca.acm enable_l3codeca_acm
20650 wine_fn_config_makefile dlls/light.msstyles enable_light_msstyles
20651 wine_fn_config_makefile dlls/loadperf enable_loadperf
20652 wine_fn_config_makefile dlls/localspl enable_localspl
20653 wine_fn_config_makefile dlls/localspl/tests enable_tests
20654 wine_fn_config_makefile dlls/localui enable_localui
20655 wine_fn_config_makefile dlls/localui/tests enable_tests
20656 wine_fn_config_makefile dlls/lz32 enable_lz32
20657 wine_fn_config_makefile dlls/lz32/tests enable_tests
20658 wine_fn_config_makefile dlls/lzexpand.dll16 enable_win16
20659 wine_fn_config_makefile dlls/mapi32 enable_mapi32
20660 wine_fn_config_makefile dlls/mapi32/tests enable_tests
20661 wine_fn_config_makefile dlls/mapistub enable_mapistub
20662 wine_fn_config_makefile dlls/mciavi32 enable_mciavi32
20663 wine_fn_config_makefile dlls/mcicda enable_mcicda
20664 wine_fn_config_makefile dlls/mciqtz32 enable_mciqtz32
20665 wine_fn_config_makefile dlls/mciseq enable_mciseq
20666 wine_fn_config_makefile dlls/mciwave enable_mciwave
20667 wine_fn_config_makefile dlls/mf enable_mf
20668 wine_fn_config_makefile dlls/mf/tests enable_tests
20669 wine_fn_config_makefile dlls/mf3216 enable_mf3216
20670 wine_fn_config_makefile dlls/mferror enable_mferror
20671 wine_fn_config_makefile dlls/mfmediaengine enable_mfmediaengine
20672 wine_fn_config_makefile dlls/mfmediaengine/tests enable_tests
20673 wine_fn_config_makefile dlls/mfplat enable_mfplat
20674 wine_fn_config_makefile dlls/mfplat/tests enable_tests
20675 wine_fn_config_makefile dlls/mfplay enable_mfplay
20676 wine_fn_config_makefile dlls/mfplay/tests enable_tests
20677 wine_fn_config_makefile dlls/mfreadwrite enable_mfreadwrite
20678 wine_fn_config_makefile dlls/mfreadwrite/tests enable_tests
20679 wine_fn_config_makefile dlls/mfuuid enable_mfuuid
20680 wine_fn_config_makefile dlls/mgmtapi enable_mgmtapi
20681 wine_fn_config_makefile dlls/midimap enable_midimap
20682 wine_fn_config_makefile dlls/mlang enable_mlang
20683 wine_fn_config_makefile dlls/mlang/tests enable_tests
20684 wine_fn_config_makefile dlls/mmcndmgr enable_mmcndmgr
20685 wine_fn_config_makefile dlls/mmcndmgr/tests enable_tests
20686 wine_fn_config_makefile dlls/mmdevapi enable_mmdevapi
20687 wine_fn_config_makefile dlls/mmdevapi/tests enable_tests
20688 wine_fn_config_makefile dlls/mmdevldr.vxd enable_win16
20689 wine_fn_config_makefile dlls/mmsystem.dll16 enable_win16
20690 wine_fn_config_makefile dlls/monodebg.vxd enable_win16
20691 wine_fn_config_makefile dlls/mountmgr.sys enable_mountmgr_sys
20692 wine_fn_config_makefile dlls/mouse.drv16 enable_win16
20693 wine_fn_config_makefile dlls/mp3dmod enable_mp3dmod
20694 wine_fn_config_makefile dlls/mp3dmod/tests enable_tests
20695 wine_fn_config_makefile dlls/mpr enable_mpr
20696 wine_fn_config_makefile dlls/mpr/tests enable_tests
20697 wine_fn_config_makefile dlls/mprapi enable_mprapi
20698 wine_fn_config_makefile dlls/msacm.dll16 enable_win16
20699 wine_fn_config_makefile dlls/msacm32.drv enable_msacm32_drv
20700 wine_fn_config_makefile dlls/msacm32 enable_msacm32
20701 wine_fn_config_makefile dlls/msacm32/tests enable_tests
20702 wine_fn_config_makefile dlls/msado15 enable_msado15
20703 wine_fn_config_makefile dlls/msado15/tests enable_tests
20704 wine_fn_config_makefile dlls/msadp32.acm enable_msadp32_acm
20705 wine_fn_config_makefile dlls/msasn1 enable_msasn1
20706 wine_fn_config_makefile dlls/msasn1/tests enable_tests
20707 wine_fn_config_makefile dlls/mscat32 enable_mscat32
20708 wine_fn_config_makefile dlls/mscms enable_mscms
20709 wine_fn_config_makefile dlls/mscms/tests enable_tests
20710 wine_fn_config_makefile dlls/mscoree enable_mscoree
20711 wine_fn_config_makefile dlls/mscoree/tests enable_tests
20712 wine_fn_config_makefile dlls/mscorwks enable_mscorwks
20713 wine_fn_config_makefile dlls/msctf enable_msctf
20714 wine_fn_config_makefile dlls/msctf/tests enable_tests
20715 wine_fn_config_makefile dlls/msctfp enable_msctfp
20716 wine_fn_config_makefile dlls/msdaps enable_msdaps
20717 wine_fn_config_makefile dlls/msdelta enable_msdelta
20718 wine_fn_config_makefile dlls/msdmo enable_msdmo
20719 wine_fn_config_makefile dlls/msdmo/tests enable_tests
20720 wine_fn_config_makefile dlls/msdrm enable_msdrm
20721 wine_fn_config_makefile dlls/msftedit enable_msftedit
20722 wine_fn_config_makefile dlls/msftedit/tests enable_tests
20723 wine_fn_config_makefile dlls/msg711.acm enable_msg711_acm
20724 wine_fn_config_makefile dlls/msgsm32.acm enable_msgsm32_acm
20725 wine_fn_config_makefile dlls/mshtml.tlb enable_mshtml_tlb
20726 wine_fn_config_makefile dlls/mshtml enable_mshtml
20727 wine_fn_config_makefile dlls/mshtml/tests enable_tests
20728 wine_fn_config_makefile dlls/msi enable_msi
20729 wine_fn_config_makefile dlls/msi/tests enable_tests
20730 wine_fn_config_makefile dlls/msident enable_msident
20731 wine_fn_config_makefile dlls/msimg32 enable_msimg32
20732 wine_fn_config_makefile dlls/msimsg enable_msimsg
20733 wine_fn_config_makefile dlls/msimtf enable_msimtf
20734 wine_fn_config_makefile dlls/msisip enable_msisip
20735 wine_fn_config_makefile dlls/msisys.ocx enable_msisys_ocx
20736 wine_fn_config_makefile dlls/msls31 enable_msls31
20737 wine_fn_config_makefile dlls/msnet32 enable_msnet32
20738 wine_fn_config_makefile dlls/mspatcha enable_mspatcha
20739 wine_fn_config_makefile dlls/mspatcha/tests enable_tests
20740 wine_fn_config_makefile dlls/msports enable_msports
20741 wine_fn_config_makefile dlls/msrle32 enable_msrle32
20742 wine_fn_config_makefile dlls/msrle32/tests enable_tests
20743 wine_fn_config_makefile dlls/msscript.ocx enable_msscript_ocx
20744 wine_fn_config_makefile dlls/msscript.ocx/tests enable_tests
20745 wine_fn_config_makefile dlls/mssign32 enable_mssign32
20746 wine_fn_config_makefile dlls/mssip32 enable_mssip32
20747 wine_fn_config_makefile dlls/mstask enable_mstask
20748 wine_fn_config_makefile dlls/mstask/tests enable_tests
20749 wine_fn_config_makefile dlls/msv1_0 enable_msv1_0
20750 wine_fn_config_makefile dlls/msvcirt enable_msvcirt
20751 wine_fn_config_makefile dlls/msvcirt/tests enable_tests
20752 wine_fn_config_makefile dlls/msvcm80 enable_msvcm80
20753 wine_fn_config_makefile dlls/msvcm90 enable_msvcm90
20754 wine_fn_config_makefile dlls/msvcp100 enable_msvcp100
20755 wine_fn_config_makefile dlls/msvcp100/tests enable_tests
20756 wine_fn_config_makefile dlls/msvcp110 enable_msvcp110
20757 wine_fn_config_makefile dlls/msvcp110/tests enable_tests
20758 wine_fn_config_makefile dlls/msvcp120 enable_msvcp120
20759 wine_fn_config_makefile dlls/msvcp120/tests enable_tests
20760 wine_fn_config_makefile dlls/msvcp120_app enable_msvcp120_app
20761 wine_fn_config_makefile dlls/msvcp140 enable_msvcp140
20762 wine_fn_config_makefile dlls/msvcp140/tests enable_tests
20763 wine_fn_config_makefile dlls/msvcp140_1 enable_msvcp140_1
20764 wine_fn_config_makefile dlls/msvcp140_1/tests enable_tests
20765 wine_fn_config_makefile dlls/msvcp60 enable_msvcp60
20766 wine_fn_config_makefile dlls/msvcp60/tests enable_tests
20767 wine_fn_config_makefile dlls/msvcp70 enable_msvcp70
20768 wine_fn_config_makefile dlls/msvcp71 enable_msvcp71
20769 wine_fn_config_makefile dlls/msvcp80 enable_msvcp80
20770 wine_fn_config_makefile dlls/msvcp90 enable_msvcp90
20771 wine_fn_config_makefile dlls/msvcp90/tests enable_tests
20772 wine_fn_config_makefile dlls/msvcr100 enable_msvcr100
20773 wine_fn_config_makefile dlls/msvcr100/tests enable_tests
20774 wine_fn_config_makefile dlls/msvcr110 enable_msvcr110
20775 wine_fn_config_makefile dlls/msvcr110/tests enable_tests
20776 wine_fn_config_makefile dlls/msvcr120 enable_msvcr120
20777 wine_fn_config_makefile dlls/msvcr120/tests enable_tests
20778 wine_fn_config_makefile dlls/msvcr120_app enable_msvcr120_app
20779 wine_fn_config_makefile dlls/msvcr70 enable_msvcr70
20780 wine_fn_config_makefile dlls/msvcr71 enable_msvcr71
20781 wine_fn_config_makefile dlls/msvcr80 enable_msvcr80
20782 wine_fn_config_makefile dlls/msvcr90 enable_msvcr90
20783 wine_fn_config_makefile dlls/msvcr90/tests enable_tests
20784 wine_fn_config_makefile dlls/msvcrt enable_msvcrt
20785 wine_fn_config_makefile dlls/msvcrt/tests enable_tests
20786 wine_fn_config_makefile dlls/msvcrt20 enable_msvcrt20
20787 wine_fn_config_makefile dlls/msvcrt40 enable_msvcrt40
20788 wine_fn_config_makefile dlls/msvcrtd enable_msvcrtd
20789 wine_fn_config_makefile dlls/msvcrtd/tests enable_tests
20790 wine_fn_config_makefile dlls/msvfw32 enable_msvfw32
20791 wine_fn_config_makefile dlls/msvfw32/tests enable_tests
20792 wine_fn_config_makefile dlls/msvidc32 enable_msvidc32
20793 wine_fn_config_makefile dlls/msvideo.dll16 enable_win16
20794 wine_fn_config_makefile dlls/mswsock enable_mswsock
20795 wine_fn_config_makefile dlls/msxml enable_msxml
20796 wine_fn_config_makefile dlls/msxml2 enable_msxml2
20797 wine_fn_config_makefile dlls/msxml3 enable_msxml3
20798 wine_fn_config_makefile dlls/msxml3/tests enable_tests
20799 wine_fn_config_makefile dlls/msxml4 enable_msxml4
20800 wine_fn_config_makefile dlls/msxml6 enable_msxml6
20801 wine_fn_config_makefile dlls/mtxdm enable_mtxdm
20802 wine_fn_config_makefile dlls/ncrypt enable_ncrypt
20803 wine_fn_config_makefile dlls/nddeapi enable_nddeapi
20804 wine_fn_config_makefile dlls/ndis.sys enable_ndis_sys
20805 wine_fn_config_makefile dlls/ndis.sys/tests enable_tests
20806 wine_fn_config_makefile dlls/netapi32 enable_netapi32
20807 wine_fn_config_makefile dlls/netapi32/tests enable_tests
20808 wine_fn_config_makefile dlls/netcfgx enable_netcfgx
20809 wine_fn_config_makefile dlls/netcfgx/tests enable_tests
20810 wine_fn_config_makefile dlls/netio.sys enable_netio_sys
20811 wine_fn_config_makefile dlls/netprofm enable_netprofm
20812 wine_fn_config_makefile dlls/netprofm/tests enable_tests
20813 wine_fn_config_makefile dlls/netutils enable_netutils
20814 wine_fn_config_makefile dlls/newdev enable_newdev
20815 wine_fn_config_makefile dlls/ninput enable_ninput
20816 wine_fn_config_makefile dlls/ninput/tests enable_tests
20817 wine_fn_config_makefile dlls/normaliz enable_normaliz
20818 wine_fn_config_makefile dlls/npmshtml enable_npmshtml
20819 wine_fn_config_makefile dlls/npptools enable_npptools
20820 wine_fn_config_makefile dlls/nsi enable_nsi
20821 wine_fn_config_makefile dlls/nsi/tests enable_tests
20822 wine_fn_config_makefile dlls/nsiproxy.sys enable_nsiproxy_sys
20823 wine_fn_config_makefile dlls/ntdll enable_ntdll
20824 wine_fn_config_makefile dlls/ntdll/tests enable_tests
20825 wine_fn_config_makefile dlls/ntdsapi enable_ntdsapi
20826 wine_fn_config_makefile dlls/ntdsapi/tests enable_tests
20827 wine_fn_config_makefile dlls/ntoskrnl.exe enable_ntoskrnl_exe
20828 wine_fn_config_makefile dlls/ntoskrnl.exe/tests enable_tests
20829 wine_fn_config_makefile dlls/ntprint enable_ntprint
20830 wine_fn_config_makefile dlls/ntprint/tests enable_tests
20831 wine_fn_config_makefile dlls/objsel enable_objsel
20832 wine_fn_config_makefile dlls/odbc32 enable_odbc32
20833 wine_fn_config_makefile dlls/odbcbcp enable_odbcbcp
20834 wine_fn_config_makefile dlls/odbccp32 enable_odbccp32
20835 wine_fn_config_makefile dlls/odbccp32/tests enable_tests
20836 wine_fn_config_makefile dlls/odbccu32 enable_odbccu32
20837 wine_fn_config_makefile dlls/ole2.dll16 enable_win16
20838 wine_fn_config_makefile dlls/ole2conv.dll16 enable_win16
20839 wine_fn_config_makefile dlls/ole2disp.dll16 enable_win16
20840 wine_fn_config_makefile dlls/ole2nls.dll16 enable_win16
20841 wine_fn_config_makefile dlls/ole2prox.dll16 enable_win16
20842 wine_fn_config_makefile dlls/ole2thk.dll16 enable_win16
20843 wine_fn_config_makefile dlls/ole32 enable_ole32
20844 wine_fn_config_makefile dlls/ole32/tests enable_tests
20845 wine_fn_config_makefile dlls/oleacc enable_oleacc
20846 wine_fn_config_makefile dlls/oleacc/tests enable_tests
20847 wine_fn_config_makefile dlls/oleaut32 enable_oleaut32
20848 wine_fn_config_makefile dlls/oleaut32/tests enable_tests
20849 wine_fn_config_makefile dlls/olecli.dll16 enable_win16
20850 wine_fn_config_makefile dlls/olecli32 enable_olecli32
20851 wine_fn_config_makefile dlls/oledb32 enable_oledb32
20852 wine_fn_config_makefile dlls/oledb32/tests enable_tests
20853 wine_fn_config_makefile dlls/oledlg enable_oledlg
20854 wine_fn_config_makefile dlls/oledlg/tests enable_tests
20855 wine_fn_config_makefile dlls/olepro32 enable_olepro32
20856 wine_fn_config_makefile dlls/olesvr.dll16 enable_win16
20857 wine_fn_config_makefile dlls/olesvr32 enable_olesvr32
20858 wine_fn_config_makefile dlls/olethk32 enable_olethk32
20859 wine_fn_config_makefile dlls/opcservices enable_opcservices
20860 wine_fn_config_makefile dlls/opcservices/tests enable_tests
20861 wine_fn_config_makefile dlls/openal32 enable_openal32
20862 wine_fn_config_makefile dlls/opencl enable_opencl
20863 wine_fn_config_makefile dlls/opengl32 enable_opengl32
20864 wine_fn_config_makefile dlls/opengl32/tests enable_tests
20865 wine_fn_config_makefile dlls/packager enable_packager
20866 wine_fn_config_makefile dlls/packager/tests enable_tests
20867 wine_fn_config_makefile dlls/pdh enable_pdh
20868 wine_fn_config_makefile dlls/pdh/tests enable_tests
20869 wine_fn_config_makefile dlls/photometadatahandler enable_photometadatahandler
20870 wine_fn_config_makefile dlls/pidgen enable_pidgen
20871 wine_fn_config_makefile dlls/powrprof enable_powrprof
20872 wine_fn_config_makefile dlls/printui enable_printui
20873 wine_fn_config_makefile dlls/prntvpt enable_prntvpt
20874 wine_fn_config_makefile dlls/prntvpt/tests enable_tests
20875 wine_fn_config_makefile dlls/propsys enable_propsys
20876 wine_fn_config_makefile dlls/propsys/tests enable_tests
20877 wine_fn_config_makefile dlls/psapi enable_psapi
20878 wine_fn_config_makefile dlls/psapi/tests enable_tests
20879 wine_fn_config_makefile dlls/pstorec enable_pstorec
20880 wine_fn_config_makefile dlls/pstorec/tests enable_tests
20881 wine_fn_config_makefile dlls/pwrshplugin enable_pwrshplugin
20882 wine_fn_config_makefile dlls/qasf enable_qasf
20883 wine_fn_config_makefile dlls/qasf/tests enable_tests
20884 wine_fn_config_makefile dlls/qcap enable_qcap
20885 wine_fn_config_makefile dlls/qcap/tests enable_tests
20886 wine_fn_config_makefile dlls/qdvd enable_qdvd
20887 wine_fn_config_makefile dlls/qdvd/tests enable_tests
20888 wine_fn_config_makefile dlls/qedit enable_qedit
20889 wine_fn_config_makefile dlls/qedit/tests enable_tests
20890 wine_fn_config_makefile dlls/qmgr enable_qmgr
20891 wine_fn_config_makefile dlls/qmgr/tests enable_tests
20892 wine_fn_config_makefile dlls/qmgrprxy enable_qmgrprxy
20893 wine_fn_config_makefile dlls/quartz enable_quartz
20894 wine_fn_config_makefile dlls/quartz/tests enable_tests
20895 wine_fn_config_makefile dlls/query enable_query
20896 wine_fn_config_makefile dlls/qwave enable_qwave
20897 wine_fn_config_makefile dlls/qwave/tests enable_tests
20898 wine_fn_config_makefile dlls/rasapi16.dll16 enable_win16
20899 wine_fn_config_makefile dlls/rasapi32 enable_rasapi32
20900 wine_fn_config_makefile dlls/rasapi32/tests enable_tests
20901 wine_fn_config_makefile dlls/rasdlg enable_rasdlg
20902 wine_fn_config_makefile dlls/regapi enable_regapi
20903 wine_fn_config_makefile dlls/resutils enable_resutils
20904 wine_fn_config_makefile dlls/riched20 enable_riched20
20905 wine_fn_config_makefile dlls/riched20/tests enable_tests
20906 wine_fn_config_makefile dlls/riched32 enable_riched32
20907 wine_fn_config_makefile dlls/riched32/tests enable_tests
20908 wine_fn_config_makefile dlls/rpcrt4 enable_rpcrt4
20909 wine_fn_config_makefile dlls/rpcrt4/tests enable_tests
20910 wine_fn_config_makefile dlls/rsabase enable_rsabase
20911 wine_fn_config_makefile dlls/rsaenh enable_rsaenh
20912 wine_fn_config_makefile dlls/rsaenh/tests enable_tests
20913 wine_fn_config_makefile dlls/rstrtmgr enable_rstrtmgr
20914 wine_fn_config_makefile dlls/rtutils enable_rtutils
20915 wine_fn_config_makefile dlls/rtworkq enable_rtworkq
20916 wine_fn_config_makefile dlls/rtworkq/tests enable_tests
20917 wine_fn_config_makefile dlls/samlib enable_samlib
20918 wine_fn_config_makefile dlls/sane.ds enable_sane_ds
20919 wine_fn_config_makefile dlls/sapi enable_sapi
20920 wine_fn_config_makefile dlls/sapi/tests enable_tests
20921 wine_fn_config_makefile dlls/sas enable_sas
20922 wine_fn_config_makefile dlls/scarddlg enable_scarddlg
20923 wine_fn_config_makefile dlls/sccbase enable_sccbase
20924 wine_fn_config_makefile dlls/schannel enable_schannel
20925 wine_fn_config_makefile dlls/schannel/tests enable_tests
20926 wine_fn_config_makefile dlls/schedsvc enable_schedsvc
20927 wine_fn_config_makefile dlls/schedsvc/tests enable_tests
20928 wine_fn_config_makefile dlls/scrobj enable_scrobj
20929 wine_fn_config_makefile dlls/scrobj/tests enable_tests
20930 wine_fn_config_makefile dlls/scrrun enable_scrrun
20931 wine_fn_config_makefile dlls/scrrun/tests enable_tests
20932 wine_fn_config_makefile dlls/scsiport.sys enable_scsiport_sys
20933 wine_fn_config_makefile dlls/sechost enable_sechost
20934 wine_fn_config_makefile dlls/secur32 enable_secur32
20935 wine_fn_config_makefile dlls/secur32/tests enable_tests
20936 wine_fn_config_makefile dlls/security enable_security
20937 wine_fn_config_makefile dlls/sensapi enable_sensapi
20938 wine_fn_config_makefile dlls/serialui enable_serialui
20939 wine_fn_config_makefile dlls/serialui/tests enable_tests
20940 wine_fn_config_makefile dlls/setupapi enable_setupapi
20941 wine_fn_config_makefile dlls/setupapi/tests enable_tests
20942 wine_fn_config_makefile dlls/setupx.dll16 enable_win16
20943 wine_fn_config_makefile dlls/sfc enable_sfc
20944 wine_fn_config_makefile dlls/sfc_os enable_sfc_os
20945 wine_fn_config_makefile dlls/shcore enable_shcore
20946 wine_fn_config_makefile dlls/shcore/tests enable_tests
20947 wine_fn_config_makefile dlls/shdoclc enable_shdoclc
20948 wine_fn_config_makefile dlls/shdocvw enable_shdocvw
20949 wine_fn_config_makefile dlls/shdocvw/tests enable_tests
20950 wine_fn_config_makefile dlls/shell.dll16 enable_win16
20951 wine_fn_config_makefile dlls/shell32 enable_shell32
20952 wine_fn_config_makefile dlls/shell32/tests enable_tests
20953 wine_fn_config_makefile dlls/shfolder enable_shfolder
20954 wine_fn_config_makefile dlls/shlwapi enable_shlwapi
20955 wine_fn_config_makefile dlls/shlwapi/tests enable_tests
20956 wine_fn_config_makefile dlls/slbcsp enable_slbcsp
20957 wine_fn_config_makefile dlls/slc enable_slc
20958 wine_fn_config_makefile dlls/slc/tests enable_tests
20959 wine_fn_config_makefile dlls/snmpapi enable_snmpapi
20960 wine_fn_config_makefile dlls/snmpapi/tests enable_tests
20961 wine_fn_config_makefile dlls/softpub enable_softpub
20962 wine_fn_config_makefile dlls/sound.drv16 enable_win16
20963 wine_fn_config_makefile dlls/spoolss enable_spoolss
20964 wine_fn_config_makefile dlls/spoolss/tests enable_tests
20965 wine_fn_config_makefile dlls/sppc enable_sppc
20966 wine_fn_config_makefile dlls/srclient enable_srclient
20967 wine_fn_config_makefile dlls/srvcli enable_srvcli
20968 wine_fn_config_makefile dlls/sspicli enable_sspicli
20969 wine_fn_config_makefile dlls/stdole2.tlb enable_stdole2_tlb
20970 wine_fn_config_makefile dlls/stdole32.tlb enable_stdole32_tlb
20971 wine_fn_config_makefile dlls/sti enable_sti
20972 wine_fn_config_makefile dlls/sti/tests enable_tests
20973 wine_fn_config_makefile dlls/storage.dll16 enable_win16
20974 wine_fn_config_makefile dlls/stress.dll16 enable_win16
20975 wine_fn_config_makefile dlls/strmbase enable_strmbase
20976 wine_fn_config_makefile dlls/strmdll enable_strmdll
20977 wine_fn_config_makefile dlls/strmiids enable_strmiids
20978 wine_fn_config_makefile dlls/svrapi enable_svrapi
20979 wine_fn_config_makefile dlls/sxs enable_sxs
20980 wine_fn_config_makefile dlls/sxs/tests enable_tests
20981 wine_fn_config_makefile dlls/system.drv16 enable_win16
20982 wine_fn_config_makefile dlls/t2embed enable_t2embed
20983 wine_fn_config_makefile dlls/t2embed/tests enable_tests
20984 wine_fn_config_makefile dlls/tapi32 enable_tapi32
20985 wine_fn_config_makefile dlls/tapi32/tests enable_tests
20986 wine_fn_config_makefile dlls/taskschd enable_taskschd
20987 wine_fn_config_makefile dlls/taskschd/tests enable_tests
20988 wine_fn_config_makefile dlls/tbs enable_tbs
20989 wine_fn_config_makefile dlls/tdh enable_tdh
20990 wine_fn_config_makefile dlls/tdi.sys enable_tdi_sys
20991 wine_fn_config_makefile dlls/toolhelp.dll16 enable_win16
20992 wine_fn_config_makefile dlls/traffic enable_traffic
20993 wine_fn_config_makefile dlls/twain.dll16 enable_win16
20994 wine_fn_config_makefile dlls/twain_32 enable_twain_32
20995 wine_fn_config_makefile dlls/twain_32/tests enable_tests
20996 wine_fn_config_makefile dlls/typelib.dll16 enable_win16
20997 wine_fn_config_makefile dlls/tzres enable_tzres
20998 wine_fn_config_makefile dlls/ucrtbase enable_ucrtbase
20999 wine_fn_config_makefile dlls/ucrtbase/tests enable_tests
21000 wine_fn_config_makefile dlls/uianimation enable_uianimation
21001 wine_fn_config_makefile dlls/uianimation/tests enable_tests
21002 wine_fn_config_makefile dlls/uiautomationcore enable_uiautomationcore
21003 wine_fn_config_makefile dlls/uiautomationcore/tests enable_tests
21004 wine_fn_config_makefile dlls/uiribbon enable_uiribbon
21005 wine_fn_config_makefile dlls/unicows enable_unicows
21006 wine_fn_config_makefile dlls/updspapi enable_updspapi
21007 wine_fn_config_makefile dlls/url enable_url
21008 wine_fn_config_makefile dlls/urlmon enable_urlmon
21009 wine_fn_config_makefile dlls/urlmon/tests enable_tests
21010 wine_fn_config_makefile dlls/usbd.sys enable_usbd_sys
21011 wine_fn_config_makefile dlls/user.exe16 enable_win16
21012 wine_fn_config_makefile dlls/user32 enable_user32
21013 wine_fn_config_makefile dlls/user32/tests enable_tests
21014 wine_fn_config_makefile dlls/userenv enable_userenv
21015 wine_fn_config_makefile dlls/userenv/tests enable_tests
21016 wine_fn_config_makefile dlls/usp10 enable_usp10
21017 wine_fn_config_makefile dlls/usp10/tests enable_tests
21018 wine_fn_config_makefile dlls/utildll enable_utildll
21019 wine_fn_config_makefile dlls/uuid enable_uuid
21020 wine_fn_config_makefile dlls/uxtheme enable_uxtheme
21021 wine_fn_config_makefile dlls/uxtheme/tests enable_tests
21022 wine_fn_config_makefile dlls/vbscript enable_vbscript
21023 wine_fn_config_makefile dlls/vbscript/tests enable_tests
21024 wine_fn_config_makefile dlls/vcomp enable_vcomp
21025 wine_fn_config_makefile dlls/vcomp/tests enable_tests
21026 wine_fn_config_makefile dlls/vcomp100 enable_vcomp100
21027 wine_fn_config_makefile dlls/vcomp110 enable_vcomp110
21028 wine_fn_config_makefile dlls/vcomp110/tests enable_tests
21029 wine_fn_config_makefile dlls/vcomp120 enable_vcomp120
21030 wine_fn_config_makefile dlls/vcomp140 enable_vcomp140
21031 wine_fn_config_makefile dlls/vcomp90 enable_vcomp90
21032 wine_fn_config_makefile dlls/vcruntime140 enable_vcruntime140
21033 wine_fn_config_makefile dlls/vcruntime140_1 enable_vcruntime140_1
21034 wine_fn_config_makefile dlls/vdhcp.vxd enable_win16
21035 wine_fn_config_makefile dlls/vdmdbg enable_vdmdbg
21036 wine_fn_config_makefile dlls/ver.dll16 enable_win16
21037 wine_fn_config_makefile dlls/version enable_version
21038 wine_fn_config_makefile dlls/version/tests enable_tests
21039 wine_fn_config_makefile dlls/vga enable_vga
21040 wine_fn_config_makefile dlls/virtdisk enable_virtdisk
21041 wine_fn_config_makefile dlls/virtdisk/tests enable_tests
21042 wine_fn_config_makefile dlls/vmm.vxd enable_win16
21043 wine_fn_config_makefile dlls/vnbt.vxd enable_win16
21044 wine_fn_config_makefile dlls/vnetbios.vxd enable_win16
21045 wine_fn_config_makefile dlls/vssapi enable_vssapi
21046 wine_fn_config_makefile dlls/vtdapi.vxd enable_win16
21047 wine_fn_config_makefile dlls/vulkan-1 enable_vulkan_1
21048 wine_fn_config_makefile dlls/vulkan-1/tests enable_tests
21049 wine_fn_config_makefile dlls/vwin32.vxd enable_win16
21050 wine_fn_config_makefile dlls/w32skrnl enable_win16
21051 wine_fn_config_makefile dlls/w32sys.dll16 enable_win16
21052 wine_fn_config_makefile dlls/wbemdisp enable_wbemdisp
21053 wine_fn_config_makefile dlls/wbemdisp/tests enable_tests
21054 wine_fn_config_makefile dlls/wbemprox enable_wbemprox
21055 wine_fn_config_makefile dlls/wbemprox/tests enable_tests
21056 wine_fn_config_makefile dlls/wbemuuid enable_wbemuuid
21057 wine_fn_config_makefile dlls/wdscore enable_wdscore
21058 wine_fn_config_makefile dlls/webservices enable_webservices
21059 wine_fn_config_makefile dlls/webservices/tests enable_tests
21060 wine_fn_config_makefile dlls/websocket enable_websocket
21061 wine_fn_config_makefile dlls/wer enable_wer
21062 wine_fn_config_makefile dlls/wer/tests enable_tests
21063 wine_fn_config_makefile dlls/wevtapi enable_wevtapi
21064 wine_fn_config_makefile dlls/wevtapi/tests enable_tests
21065 wine_fn_config_makefile dlls/wevtsvc enable_wevtsvc
21066 wine_fn_config_makefile dlls/wiaservc enable_wiaservc
21067 wine_fn_config_makefile dlls/wiaservc/tests enable_tests
21068 wine_fn_config_makefile dlls/wimgapi enable_wimgapi
21069 wine_fn_config_makefile dlls/win32s16.dll16 enable_win16
21070 wine_fn_config_makefile dlls/win32u enable_win32u
21071 wine_fn_config_makefile dlls/win87em.dll16 enable_win16
21072 wine_fn_config_makefile dlls/winaspi.dll16 enable_win16
21073 wine_fn_config_makefile dlls/windebug.dll16 enable_win16
21074 wine_fn_config_makefile dlls/windows.gaming.input enable_windows_gaming_input
21075 wine_fn_config_makefile dlls/windows.gaming.input/tests enable_tests
21076 wine_fn_config_makefile dlls/windows.globalization enable_windows_globalization
21077 wine_fn_config_makefile dlls/windows.globalization/tests enable_tests
21078 wine_fn_config_makefile dlls/windows.media.devices enable_windows_media_devices
21079 wine_fn_config_makefile dlls/windows.media.devices/tests enable_tests
21080 wine_fn_config_makefile dlls/windows.media.speech enable_windows_media_speech
21081 wine_fn_config_makefile dlls/windows.media.speech/tests enable_tests
21082 wine_fn_config_makefile dlls/windowscodecs enable_windowscodecs
21083 wine_fn_config_makefile dlls/windowscodecs/tests enable_tests
21084 wine_fn_config_makefile dlls/windowscodecsext enable_windowscodecsext
21085 wine_fn_config_makefile dlls/windowscodecsext/tests enable_tests
21086 wine_fn_config_makefile dlls/winealsa.drv enable_winealsa_drv
21087 wine_fn_config_makefile dlls/wineandroid.drv enable_wineandroid_drv
21088 wine_fn_config_makefile dlls/winebus.sys enable_winebus_sys
21089 wine_fn_config_makefile dlls/winecoreaudio.drv enable_winecoreaudio_drv
21090 wine_fn_config_makefile dlls/winecrt0 enable_winecrt0
21091 wine_fn_config_makefile dlls/wined3d enable_wined3d
21092 wine_fn_config_makefile dlls/winegstreamer enable_winegstreamer
21093 wine_fn_config_makefile dlls/winehid.sys enable_winehid_sys
21094 wine_fn_config_makefile dlls/winejoystick.drv enable_winejoystick_drv
21095 wine_fn_config_makefile dlls/winemac.drv enable_winemac_drv
21096 wine_fn_config_makefile dlls/winemapi enable_winemapi
21097 wine_fn_config_makefile dlls/wineoss.drv enable_wineoss_drv
21098 wine_fn_config_makefile dlls/wineps.drv enable_wineps_drv
21099 wine_fn_config_makefile dlls/wineps16.drv16 enable_win16
21100 wine_fn_config_makefile dlls/winepulse.drv enable_winepulse_drv
21101 wine_fn_config_makefile dlls/wineqtdecoder enable_wineqtdecoder
21102 wine_fn_config_makefile dlls/wineusb.sys enable_wineusb_sys
21103 wine_fn_config_makefile dlls/winevulkan enable_winevulkan
21104 wine_fn_config_makefile dlls/winex11.drv enable_winex11_drv
21105 wine_fn_config_makefile dlls/winexinput.sys enable_winexinput_sys
21106 wine_fn_config_makefile dlls/wing.dll16 enable_win16
21107 wine_fn_config_makefile dlls/wing32 enable_wing32
21108 wine_fn_config_makefile dlls/winhttp enable_winhttp
21109 wine_fn_config_makefile dlls/winhttp/tests enable_tests
21110 wine_fn_config_makefile dlls/wininet enable_wininet
21111 wine_fn_config_makefile dlls/wininet/tests enable_tests
21112 wine_fn_config_makefile dlls/winmm enable_winmm
21113 wine_fn_config_makefile dlls/winmm/tests enable_tests
21114 wine_fn_config_makefile dlls/winnls.dll16 enable_win16
21115 wine_fn_config_makefile dlls/winnls32 enable_winnls32
21116 wine_fn_config_makefile dlls/winscard enable_winscard
21117 wine_fn_config_makefile dlls/winsock.dll16 enable_win16
21118 wine_fn_config_makefile dlls/winspool.drv enable_winspool_drv
21119 wine_fn_config_makefile dlls/winspool.drv/tests enable_tests
21120 wine_fn_config_makefile dlls/winsta enable_winsta
21121 wine_fn_config_makefile dlls/wintab.dll16 enable_win16
21122 wine_fn_config_makefile dlls/wintab32 enable_wintab32
21123 wine_fn_config_makefile dlls/wintab32/tests enable_tests
21124 wine_fn_config_makefile dlls/wintrust enable_wintrust
21125 wine_fn_config_makefile dlls/wintrust/tests enable_tests
21126 wine_fn_config_makefile dlls/winusb enable_winusb
21127 wine_fn_config_makefile dlls/wlanapi enable_wlanapi
21128 wine_fn_config_makefile dlls/wlanapi/tests enable_tests
21129 wine_fn_config_makefile dlls/wlanui enable_wlanui
21130 wine_fn_config_makefile dlls/wldap32 enable_wldap32
21131 wine_fn_config_makefile dlls/wldap32/tests enable_tests
21132 wine_fn_config_makefile dlls/wmasf enable_wmasf
21133 wine_fn_config_makefile dlls/wmcodecdspuuid enable_wmcodecdspuuid
21134 wine_fn_config_makefile dlls/wmi enable_wmi
21135 wine_fn_config_makefile dlls/wmiutils enable_wmiutils
21136 wine_fn_config_makefile dlls/wmiutils/tests enable_tests
21137 wine_fn_config_makefile dlls/wmp enable_wmp
21138 wine_fn_config_makefile dlls/wmp/tests enable_tests
21139 wine_fn_config_makefile dlls/wmphoto enable_wmphoto
21140 wine_fn_config_makefile dlls/wmvcore enable_wmvcore
21141 wine_fn_config_makefile dlls/wmvcore/tests enable_tests
21142 wine_fn_config_makefile dlls/wnaspi32 enable_wnaspi32
21143 wine_fn_config_makefile dlls/wow32 enable_win16
21144 wine_fn_config_makefile dlls/wow64 enable_wow64
21145 wine_fn_config_makefile dlls/wow64cpu enable_wow64cpu
21146 wine_fn_config_makefile dlls/wow64win enable_wow64win
21147 wine_fn_config_makefile dlls/wpc enable_wpc
21148 wine_fn_config_makefile dlls/wpc/tests enable_tests
21149 wine_fn_config_makefile dlls/wpcap enable_wpcap
21150 wine_fn_config_makefile dlls/ws2_32 enable_ws2_32
21151 wine_fn_config_makefile dlls/ws2_32/tests enable_tests
21152 wine_fn_config_makefile dlls/wsdapi enable_wsdapi
21153 wine_fn_config_makefile dlls/wsdapi/tests enable_tests
21154 wine_fn_config_makefile dlls/wshom.ocx enable_wshom_ocx
21155 wine_fn_config_makefile dlls/wshom.ocx/tests enable_tests
21156 wine_fn_config_makefile dlls/wsnmp32 enable_wsnmp32
21157 wine_fn_config_makefile dlls/wsnmp32/tests enable_tests
21158 wine_fn_config_makefile dlls/wsock32 enable_wsock32
21159 wine_fn_config_makefile dlls/wtsapi32 enable_wtsapi32
21160 wine_fn_config_makefile dlls/wtsapi32/tests enable_tests
21161 wine_fn_config_makefile dlls/wuapi enable_wuapi
21162 wine_fn_config_makefile dlls/wuaueng enable_wuaueng
21163 wine_fn_config_makefile dlls/x3daudio1_0 enable_x3daudio1_0
21164 wine_fn_config_makefile dlls/x3daudio1_1 enable_x3daudio1_1
21165 wine_fn_config_makefile dlls/x3daudio1_2 enable_x3daudio1_2
21166 wine_fn_config_makefile dlls/x3daudio1_3 enable_x3daudio1_3
21167 wine_fn_config_makefile dlls/x3daudio1_4 enable_x3daudio1_4
21168 wine_fn_config_makefile dlls/x3daudio1_5 enable_x3daudio1_5
21169 wine_fn_config_makefile dlls/x3daudio1_6 enable_x3daudio1_6
21170 wine_fn_config_makefile dlls/x3daudio1_7 enable_x3daudio1_7
21171 wine_fn_config_makefile dlls/xactengine2_0 enable_xactengine2_0
21172 wine_fn_config_makefile dlls/xactengine2_4 enable_xactengine2_4
21173 wine_fn_config_makefile dlls/xactengine2_7 enable_xactengine2_7
21174 wine_fn_config_makefile dlls/xactengine2_9 enable_xactengine2_9
21175 wine_fn_config_makefile dlls/xactengine3_0 enable_xactengine3_0
21176 wine_fn_config_makefile dlls/xactengine3_1 enable_xactengine3_1
21177 wine_fn_config_makefile dlls/xactengine3_2 enable_xactengine3_2
21178 wine_fn_config_makefile dlls/xactengine3_3 enable_xactengine3_3
21179 wine_fn_config_makefile dlls/xactengine3_4 enable_xactengine3_4
21180 wine_fn_config_makefile dlls/xactengine3_5 enable_xactengine3_5
21181 wine_fn_config_makefile dlls/xactengine3_6 enable_xactengine3_6
21182 wine_fn_config_makefile dlls/xactengine3_7 enable_xactengine3_7
21183 wine_fn_config_makefile dlls/xactengine3_7/tests enable_tests
21184 wine_fn_config_makefile dlls/xapofx1_1 enable_xapofx1_1
21185 wine_fn_config_makefile dlls/xapofx1_2 enable_xapofx1_2
21186 wine_fn_config_makefile dlls/xapofx1_3 enable_xapofx1_3
21187 wine_fn_config_makefile dlls/xapofx1_4 enable_xapofx1_4
21188 wine_fn_config_makefile dlls/xapofx1_5 enable_xapofx1_5
21189 wine_fn_config_makefile dlls/xaudio2_0 enable_xaudio2_0
21190 wine_fn_config_makefile dlls/xaudio2_1 enable_xaudio2_1
21191 wine_fn_config_makefile dlls/xaudio2_2 enable_xaudio2_2
21192 wine_fn_config_makefile dlls/xaudio2_3 enable_xaudio2_3
21193 wine_fn_config_makefile dlls/xaudio2_4 enable_xaudio2_4
21194 wine_fn_config_makefile dlls/xaudio2_5 enable_xaudio2_5
21195 wine_fn_config_makefile dlls/xaudio2_6 enable_xaudio2_6
21196 wine_fn_config_makefile dlls/xaudio2_7 enable_xaudio2_7
21197 wine_fn_config_makefile dlls/xaudio2_7/tests enable_tests
21198 wine_fn_config_makefile dlls/xaudio2_8 enable_xaudio2_8
21199 wine_fn_config_makefile dlls/xaudio2_9 enable_xaudio2_9
21200 wine_fn_config_makefile dlls/xinput1_1 enable_xinput1_1
21201 wine_fn_config_makefile dlls/xinput1_2 enable_xinput1_2
21202 wine_fn_config_makefile dlls/xinput1_3 enable_xinput1_3
21203 wine_fn_config_makefile dlls/xinput1_3/tests enable_tests
21204 wine_fn_config_makefile dlls/xinput1_4 enable_xinput1_4
21205 wine_fn_config_makefile dlls/xinput9_1_0 enable_xinput9_1_0
21206 wine_fn_config_makefile dlls/xmllite enable_xmllite
21207 wine_fn_config_makefile dlls/xmllite/tests enable_tests
21208 wine_fn_config_makefile dlls/xolehlp enable_xolehlp
21209 wine_fn_config_makefile dlls/xpsprint enable_xpsprint
21210 wine_fn_config_makefile dlls/xpssvcs enable_xpssvcs
21211 wine_fn_config_makefile fonts enable_fonts
21212 wine_fn_config_makefile include enable_include
21213 wine_fn_config_makefile libs/port enable_port
21214 wine_fn_config_makefile libs/wine enable_wine
21215 wine_fn_config_makefile libs/wpp enable_wpp
21216 wine_fn_config_makefile loader enable_loader
21217 wine_fn_config_makefile nls enable_nls
21218 wine_fn_config_makefile po enable_po
21219 wine_fn_config_makefile programs/arp enable_arp
21220 wine_fn_config_makefile programs/aspnet_regiis enable_aspnet_regiis
21221 wine_fn_config_makefile programs/attrib enable_attrib
21222 wine_fn_config_makefile programs/cabarc enable_cabarc
21223 wine_fn_config_makefile programs/cacls enable_cacls
21224 wine_fn_config_makefile programs/chcp.com enable_chcp_com
21225 wine_fn_config_makefile programs/clock enable_clock
21226 wine_fn_config_makefile programs/cmd enable_cmd
21227 wine_fn_config_makefile programs/cmd/tests enable_tests
21228 wine_fn_config_makefile programs/conhost enable_conhost
21229 wine_fn_config_makefile programs/conhost/tests enable_tests
21230 wine_fn_config_makefile programs/control enable_control
21231 wine_fn_config_makefile programs/cscript enable_cscript
21232 wine_fn_config_makefile programs/dism enable_dism
21233 wine_fn_config_makefile programs/dplaysvr enable_dplaysvr
21234 wine_fn_config_makefile programs/dpnsvr enable_dpnsvr
21235 wine_fn_config_makefile programs/dpvsetup enable_dpvsetup
21236 wine_fn_config_makefile programs/dxdiag enable_dxdiag
21237 wine_fn_config_makefile programs/eject enable_eject
21238 wine_fn_config_makefile programs/expand enable_expand
21239 wine_fn_config_makefile programs/explorer enable_explorer
21240 wine_fn_config_makefile programs/extrac32 enable_extrac32
21241 wine_fn_config_makefile programs/fc enable_fc
21242 wine_fn_config_makefile programs/find enable_find
21243 wine_fn_config_makefile programs/find/tests enable_tests
21244 wine_fn_config_makefile programs/findstr enable_findstr
21245 wine_fn_config_makefile programs/fsutil enable_fsutil
21246 wine_fn_config_makefile programs/fsutil/tests enable_tests
21247 wine_fn_config_makefile programs/hh enable_hh
21248 wine_fn_config_makefile programs/hostname enable_hostname
21249 wine_fn_config_makefile programs/icacls enable_icacls
21250 wine_fn_config_makefile programs/icinfo enable_icinfo
21251 wine_fn_config_makefile programs/iexplore enable_iexplore
21252 wine_fn_config_makefile programs/ipconfig enable_ipconfig
21253 wine_fn_config_makefile programs/lodctr enable_lodctr
21254 wine_fn_config_makefile programs/mofcomp enable_mofcomp
21255 wine_fn_config_makefile programs/mshta enable_mshta
21256 wine_fn_config_makefile programs/msidb enable_msidb
21257 wine_fn_config_makefile programs/msiexec enable_msiexec
21258 wine_fn_config_makefile programs/msinfo32 enable_msinfo32
21259 wine_fn_config_makefile programs/net enable_net
21260 wine_fn_config_makefile programs/netsh enable_netsh
21261 wine_fn_config_makefile programs/netstat enable_netstat
21262 wine_fn_config_makefile programs/ngen enable_ngen
21263 wine_fn_config_makefile programs/notepad enable_notepad
21264 wine_fn_config_makefile programs/oleview enable_oleview
21265 wine_fn_config_makefile programs/ping enable_ping
21266 wine_fn_config_makefile programs/plugplay enable_plugplay
21267 wine_fn_config_makefile programs/powershell enable_powershell
21268 wine_fn_config_makefile programs/presentationfontcache enable_presentationfontcache
21269 wine_fn_config_makefile programs/progman enable_progman
21270 wine_fn_config_makefile programs/reg enable_reg
21271 wine_fn_config_makefile programs/reg/tests enable_tests
21272 wine_fn_config_makefile programs/regasm enable_regasm
21273 wine_fn_config_makefile programs/regedit enable_regedit
21274 wine_fn_config_makefile programs/regedit/tests enable_tests
21275 wine_fn_config_makefile programs/regini enable_regini
21276 wine_fn_config_makefile programs/regsvcs enable_regsvcs
21277 wine_fn_config_makefile programs/regsvr32 enable_regsvr32
21278 wine_fn_config_makefile programs/rpcss enable_rpcss
21279 wine_fn_config_makefile programs/rundll.exe16 enable_win16
21280 wine_fn_config_makefile programs/rundll32 enable_rundll32
21281 wine_fn_config_makefile programs/sc enable_sc
21282 wine_fn_config_makefile programs/schtasks enable_schtasks
21283 wine_fn_config_makefile programs/schtasks/tests enable_tests
21284 wine_fn_config_makefile programs/sdbinst enable_sdbinst
21285 wine_fn_config_makefile programs/secedit enable_secedit
21286 wine_fn_config_makefile programs/servicemodelreg enable_servicemodelreg
21287 wine_fn_config_makefile programs/services enable_services
21288 wine_fn_config_makefile programs/services/tests enable_tests
21289 wine_fn_config_makefile programs/shutdown enable_shutdown
21290 wine_fn_config_makefile programs/spoolsv enable_spoolsv
21291 wine_fn_config_makefile programs/start enable_start
21292 wine_fn_config_makefile programs/subst enable_subst
21293 wine_fn_config_makefile programs/svchost enable_svchost
21294 wine_fn_config_makefile programs/systeminfo enable_systeminfo
21295 wine_fn_config_makefile programs/taskkill enable_taskkill
21296 wine_fn_config_makefile programs/tasklist enable_tasklist
21297 wine_fn_config_makefile programs/taskmgr enable_taskmgr
21298 wine_fn_config_makefile programs/termsv enable_termsv
21299 wine_fn_config_makefile programs/uninstaller enable_uninstaller
21300 wine_fn_config_makefile programs/unlodctr enable_unlodctr
21301 wine_fn_config_makefile programs/view enable_view
21302 wine_fn_config_makefile programs/wevtutil enable_wevtutil
21303 wine_fn_config_makefile programs/where enable_where
21304 wine_fn_config_makefile programs/whoami enable_whoami
21305 wine_fn_config_makefile programs/wineboot enable_wineboot
21306 wine_fn_config_makefile programs/winebrowser enable_winebrowser
21307 wine_fn_config_makefile programs/winecfg enable_winecfg
21308 wine_fn_config_makefile programs/wineconsole enable_wineconsole
21309 wine_fn_config_makefile programs/winedbg enable_winedbg
21310 wine_fn_config_makefile programs/winedevice enable_winedevice
21311 wine_fn_config_makefile programs/winefile enable_winefile
21312 wine_fn_config_makefile programs/winemenubuilder enable_winemenubuilder
21313 wine_fn_config_makefile programs/winemine enable_winemine
21314 wine_fn_config_makefile programs/winemsibuilder enable_winemsibuilder
21315 wine_fn_config_makefile programs/winepath enable_winepath
21316 wine_fn_config_makefile programs/winetest enable_winetest
21317 wine_fn_config_makefile programs/winevdm enable_win16
21318 wine_fn_config_makefile programs/winhelp.exe16 enable_win16
21319 wine_fn_config_makefile programs/winhlp32 enable_winhlp32
21320 wine_fn_config_makefile programs/winmgmt enable_winmgmt
21321 wine_fn_config_makefile programs/winoldap.mod16 enable_win16
21322 wine_fn_config_makefile programs/winver enable_winver
21323 wine_fn_config_makefile programs/wmic enable_wmic
21324 wine_fn_config_makefile programs/wmplayer enable_wmplayer
21325 wine_fn_config_makefile programs/wordpad enable_wordpad
21326 wine_fn_config_makefile programs/write enable_write
21327 wine_fn_config_makefile programs/wscript enable_wscript
21328 wine_fn_config_makefile programs/wscript/tests enable_tests
21329 wine_fn_config_makefile programs/wuauserv enable_wuauserv
21330 wine_fn_config_makefile programs/wusa enable_wusa
21331 wine_fn_config_makefile programs/xcopy enable_xcopy
21332 wine_fn_config_makefile programs/xcopy/tests enable_tests
21333 wine_fn_config_makefile server enable_server
21334 test "x$enable_tools" = xno || wine_fn_config_makefile tools enable_tools
21335 test "x$enable_tools" = xno || wine_fn_config_makefile tools/sfnt2fon enable_sfnt2fon
21336 test "x$enable_tools" = xno || wine_fn_config_makefile tools/widl enable_widl
21337 test "x$enable_tools" = xno || wine_fn_config_makefile tools/winebuild enable_winebuild
21338 test "x$enable_tools" = xno || wine_fn_config_makefile tools/winedump enable_winedump
21339 test "x$enable_tools" = xno || wine_fn_config_makefile tools/winegcc enable_winegcc
21340 test "x$enable_tools" = xno || wine_fn_config_makefile tools/winemaker enable_winemaker
21341 test "x$enable_tools" = xno || wine_fn_config_makefile tools/wmc enable_wmc
21342 test "x$enable_tools" = xno || wine_fn_config_makefile tools/wrc enable_wrc
21345 wine_fn_append_file CONFIGURE_TARGETS "TAGS"
21346 wine_fn_append_file CONFIGURE_TARGETS "tags"
21347 wine_fn_append_file CONFIGURE_TARGETS "autom4te.cache"
21348 wine_fn_append_file CONFIGURE_TARGETS "config.log"
21349 wine_fn_append_file CONFIGURE_TARGETS "config.status"
21350 wine_fn_append_file CONFIGURE_TARGETS "include/config.h"
21351 wine_fn_append_file CONFIGURE_TARGETS "include/stamp-h"
21352 test "$wine_binary" = wine || wine_fn_append_file CONFIGURE_TARGETS "loader/wine"
21354 if test "x$enable_tools" != xno
21355 then
21356 wine_fn_append_file CONFIGURE_TARGETS "tools/makedep$ac_exeext"
21357 ac_config_commands="$ac_config_commands tools/makedep"
21361 ac_config_commands="$ac_config_commands Makefile"
21364 ac_config_files="$ac_config_files Make.tmp:Makefile.in"
21368 if test "x$enable_maintainer_mode" = xyes
21369 then
21370 wine_fn_append_rule "configure: configure.ac aclocal.m4
21371 autoconf --warnings=all
21372 include/config.h.in: include/stamp-h.in
21373 include/stamp-h.in: configure.ac aclocal.m4
21374 autoheader --warnings=all
21375 @echo timestamp > \$@"
21378 if test "x$enable_tools" != xno
21379 then
21380 wine_fn_append_rule "tools/makedep$ac_exeext: $srcdir/tools/makedep.c include/config.h config.status
21381 @./config.status tools/makedep
21382 Makefile: tools/makedep$ac_exeext"
21383 else
21384 wine_fn_append_rule "\$(MAKEDEP):
21385 @echo \"You need to run make in $TOOLSDIR first\" && false"
21388 if test -n "$with_wine64"
21389 then
21390 case "$with_wine64" in
21391 /*) reldir="" ;;
21392 *) reldir="../" ;;
21393 esac
21394 rm -f fonts server 2>/dev/null
21395 wine_fn_append_rule "all: loader/wine64 loader/wine64-preloader $with_wine64/loader/wine $with_wine64/loader/wine-preloader
21396 loader/wine64 loader/wine64-preloader:
21397 rm -f \$@ && \$(LN_S) $reldir$with_wine64/\$@ \$@
21398 $with_wine64/loader/wine:
21399 rm -f \$@ && \$(LN_S) $ac_pwd/loader/wine \$@
21400 $with_wine64/loader/wine-preloader:
21401 rm -f \$@ && \$(LN_S) $ac_pwd/loader/wine-preloader \$@
21402 clean::
21403 rm -f loader/wine64 loader/wine64-preloader $with_wine64/loader/wine $with_wine64/loader/wine-preloader"
21404 else
21405 TOP_INSTALL_DEV="$TOP_INSTALL_DEV include"
21406 TOP_INSTALL_LIB="$TOP_INSTALL_LIB \
21407 fonts \
21408 loader/wine.inf \
21409 nls \
21410 programs/msidb/msidb \
21411 programs/msiexec/msiexec \
21412 programs/notepad/notepad \
21413 programs/regedit/regedit \
21414 programs/regsvr32/regsvr32 \
21415 programs/wineboot/wineboot \
21416 programs/winecfg/winecfg \
21417 programs/wineconsole/wineconsole \
21418 programs/winedbg/winedbg \
21419 programs/winefile/winefile \
21420 programs/winemine/winemine \
21421 programs/winepath/winepath \
21422 server/wineserver"
21424 case $host_os in
21425 cygwin*|mingw32*|darwin*|macosx*|linux-android*) ;;
21426 *) TOP_INSTALL_LIB="$TOP_INSTALL_LIB loader/wine.desktop" ;;
21427 esac
21430 $as_echo " done" >&6
21431 cat >confcache <<\_ACEOF
21432 # This file is a shell script that caches the results of configure
21433 # tests run on this system so they can be shared between configure
21434 # scripts and configure runs, see configure's option --config-cache.
21435 # It is not useful on other systems. If it contains results you don't
21436 # want to keep, you may remove or edit it.
21438 # config.status only pays attention to the cache file if you give it
21439 # the --recheck option to rerun configure.
21441 # `ac_cv_env_foo' variables (set or unset) will be overridden when
21442 # loading this file, other *unset* `ac_cv_foo' will be assigned the
21443 # following values.
21445 _ACEOF
21447 # The following way of writing the cache mishandles newlines in values,
21448 # but we know of no workaround that is simple, portable, and efficient.
21449 # So, we kill variables containing newlines.
21450 # Ultrix sh set writes to stderr and can't be redirected directly,
21451 # and sets the high bit in the cache file unless we assign to the vars.
21453 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
21454 eval ac_val=\$$ac_var
21455 case $ac_val in #(
21456 *${as_nl}*)
21457 case $ac_var in #(
21458 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
21459 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
21460 esac
21461 case $ac_var in #(
21462 _ | IFS | as_nl) ;; #(
21463 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
21464 *) { eval $ac_var=; unset $ac_var;} ;;
21465 esac ;;
21466 esac
21467 done
21469 (set) 2>&1 |
21470 case $as_nl`(ac_space=' '; set) 2>&1` in #(
21471 *${as_nl}ac_space=\ *)
21472 # `set' does not quote correctly, so add quotes: double-quote
21473 # substitution turns \\\\ into \\, and sed turns \\ into \.
21474 sed -n \
21475 "s/'/'\\\\''/g;
21476 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
21477 ;; #(
21479 # `set' quotes correctly as required by POSIX, so do not add quotes.
21480 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
21482 esac |
21483 sort
21485 sed '
21486 /^ac_cv_env_/b end
21487 t clear
21488 :clear
21489 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
21490 t end
21491 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
21492 :end' >>confcache
21493 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
21494 if test -w "$cache_file"; then
21495 if test "x$cache_file" != "x/dev/null"; then
21496 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
21497 $as_echo "$as_me: updating cache $cache_file" >&6;}
21498 if test ! -f "$cache_file" || test -h "$cache_file"; then
21499 cat confcache >"$cache_file"
21500 else
21501 case $cache_file in #(
21502 */* | ?:*)
21503 mv -f confcache "$cache_file"$$ &&
21504 mv -f "$cache_file"$$ "$cache_file" ;; #(
21506 mv -f confcache "$cache_file" ;;
21507 esac
21510 else
21511 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
21512 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
21515 rm -f confcache
21517 test "x$prefix" = xNONE && prefix=$ac_default_prefix
21518 # Let make expand exec_prefix.
21519 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
21521 DEFS=-DHAVE_CONFIG_H
21523 ac_libobjs=
21524 ac_ltlibobjs=
21526 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
21527 # 1. Remove the extension, and $U if already installed.
21528 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
21529 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
21530 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
21531 # will be set to the directory where LIBOBJS objects are built.
21532 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
21533 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
21534 done
21535 LIBOBJS=$ac_libobjs
21537 LTLIBOBJS=$ac_ltlibobjs
21541 : "${CONFIG_STATUS=./config.status}"
21542 ac_write_fail=0
21543 ac_clean_files_save=$ac_clean_files
21544 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
21545 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
21546 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
21547 as_write_fail=0
21548 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
21549 #! $SHELL
21550 # Generated by $as_me.
21551 # Run this file to recreate the current configuration.
21552 # Compiler output produced by configure, useful for debugging
21553 # configure, is in config.log if it exists.
21555 debug=false
21556 ac_cs_recheck=false
21557 ac_cs_silent=false
21559 SHELL=\${CONFIG_SHELL-$SHELL}
21560 export SHELL
21561 _ASEOF
21562 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
21563 ## -------------------- ##
21564 ## M4sh Initialization. ##
21565 ## -------------------- ##
21567 # Be more Bourne compatible
21568 DUALCASE=1; export DUALCASE # for MKS sh
21569 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
21570 emulate sh
21571 NULLCMD=:
21572 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21573 # is contrary to our usage. Disable this feature.
21574 alias -g '${1+"$@"}'='"$@"'
21575 setopt NO_GLOB_SUBST
21576 else
21577 case `(set -o) 2>/dev/null` in #(
21578 *posix*) :
21579 set -o posix ;; #(
21580 *) :
21582 esac
21586 as_nl='
21588 export as_nl
21589 # Printing a long string crashes Solaris 7 /usr/bin/printf.
21590 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
21591 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
21592 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
21593 # Prefer a ksh shell builtin over an external printf program on Solaris,
21594 # but without wasting forks for bash or zsh.
21595 if test -z "$BASH_VERSION$ZSH_VERSION" \
21596 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
21597 as_echo='print -r --'
21598 as_echo_n='print -rn --'
21599 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
21600 as_echo='printf %s\n'
21601 as_echo_n='printf %s'
21602 else
21603 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
21604 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
21605 as_echo_n='/usr/ucb/echo -n'
21606 else
21607 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
21608 as_echo_n_body='eval
21609 arg=$1;
21610 case $arg in #(
21611 *"$as_nl"*)
21612 expr "X$arg" : "X\\(.*\\)$as_nl";
21613 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
21614 esac;
21615 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
21617 export as_echo_n_body
21618 as_echo_n='sh -c $as_echo_n_body as_echo'
21620 export as_echo_body
21621 as_echo='sh -c $as_echo_body as_echo'
21624 # The user is always right.
21625 if test "${PATH_SEPARATOR+set}" != set; then
21626 PATH_SEPARATOR=:
21627 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
21628 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
21629 PATH_SEPARATOR=';'
21634 # IFS
21635 # We need space, tab and new line, in precisely that order. Quoting is
21636 # there to prevent editors from complaining about space-tab.
21637 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
21638 # splitting by setting IFS to empty value.)
21639 IFS=" "" $as_nl"
21641 # Find who we are. Look in the path if we contain no directory separator.
21642 as_myself=
21643 case $0 in #((
21644 *[\\/]* ) as_myself=$0 ;;
21645 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
21646 for as_dir in $PATH
21648 IFS=$as_save_IFS
21649 test -z "$as_dir" && as_dir=.
21650 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
21651 done
21652 IFS=$as_save_IFS
21655 esac
21656 # We did not find ourselves, most probably we were run as `sh COMMAND'
21657 # in which case we are not to be found in the path.
21658 if test "x$as_myself" = x; then
21659 as_myself=$0
21661 if test ! -f "$as_myself"; then
21662 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
21663 exit 1
21666 # Unset variables that we do not need and which cause bugs (e.g. in
21667 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
21668 # suppresses any "Segmentation fault" message there. '((' could
21669 # trigger a bug in pdksh 5.2.14.
21670 for as_var in BASH_ENV ENV MAIL MAILPATH
21671 do eval test x\${$as_var+set} = xset \
21672 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
21673 done
21674 PS1='$ '
21675 PS2='> '
21676 PS4='+ '
21678 # NLS nuisances.
21679 LC_ALL=C
21680 export LC_ALL
21681 LANGUAGE=C
21682 export LANGUAGE
21684 # CDPATH.
21685 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
21688 # as_fn_error STATUS ERROR [LINENO LOG_FD]
21689 # ----------------------------------------
21690 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
21691 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
21692 # script with STATUS, using 1 if that was 0.
21693 as_fn_error ()
21695 as_status=$1; test $as_status -eq 0 && as_status=1
21696 if test "$4"; then
21697 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
21698 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
21700 $as_echo "$as_me: error: $2" >&2
21701 as_fn_exit $as_status
21702 } # as_fn_error
21705 # as_fn_set_status STATUS
21706 # -----------------------
21707 # Set $? to STATUS, without forking.
21708 as_fn_set_status ()
21710 return $1
21711 } # as_fn_set_status
21713 # as_fn_exit STATUS
21714 # -----------------
21715 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
21716 as_fn_exit ()
21718 set +e
21719 as_fn_set_status $1
21720 exit $1
21721 } # as_fn_exit
21723 # as_fn_unset VAR
21724 # ---------------
21725 # Portably unset VAR.
21726 as_fn_unset ()
21728 { eval $1=; unset $1;}
21730 as_unset=as_fn_unset
21731 # as_fn_append VAR VALUE
21732 # ----------------------
21733 # Append the text in VALUE to the end of the definition contained in VAR. Take
21734 # advantage of any shell optimizations that allow amortized linear growth over
21735 # repeated appends, instead of the typical quadratic growth present in naive
21736 # implementations.
21737 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
21738 eval 'as_fn_append ()
21740 eval $1+=\$2
21742 else
21743 as_fn_append ()
21745 eval $1=\$$1\$2
21747 fi # as_fn_append
21749 # as_fn_arith ARG...
21750 # ------------------
21751 # Perform arithmetic evaluation on the ARGs, and store the result in the
21752 # global $as_val. Take advantage of shells that can avoid forks. The arguments
21753 # must be portable across $(()) and expr.
21754 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
21755 eval 'as_fn_arith ()
21757 as_val=$(( $* ))
21759 else
21760 as_fn_arith ()
21762 as_val=`expr "$@" || test $? -eq 1`
21764 fi # as_fn_arith
21767 if expr a : '\(a\)' >/dev/null 2>&1 &&
21768 test "X`expr 00001 : '.*\(...\)'`" = X001; then
21769 as_expr=expr
21770 else
21771 as_expr=false
21774 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
21775 as_basename=basename
21776 else
21777 as_basename=false
21780 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
21781 as_dirname=dirname
21782 else
21783 as_dirname=false
21786 as_me=`$as_basename -- "$0" ||
21787 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
21788 X"$0" : 'X\(//\)$' \| \
21789 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
21790 $as_echo X/"$0" |
21791 sed '/^.*\/\([^/][^/]*\)\/*$/{
21792 s//\1/
21795 /^X\/\(\/\/\)$/{
21796 s//\1/
21799 /^X\/\(\/\).*/{
21800 s//\1/
21803 s/.*/./; q'`
21805 # Avoid depending upon Character Ranges.
21806 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
21807 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
21808 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
21809 as_cr_digits='0123456789'
21810 as_cr_alnum=$as_cr_Letters$as_cr_digits
21812 ECHO_C= ECHO_N= ECHO_T=
21813 case `echo -n x` in #(((((
21814 -n*)
21815 case `echo 'xy\c'` in
21816 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
21817 xy) ECHO_C='\c';;
21818 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
21819 ECHO_T=' ';;
21820 esac;;
21822 ECHO_N='-n';;
21823 esac
21825 rm -f conf$$ conf$$.exe conf$$.file
21826 if test -d conf$$.dir; then
21827 rm -f conf$$.dir/conf$$.file
21828 else
21829 rm -f conf$$.dir
21830 mkdir conf$$.dir 2>/dev/null
21832 if (echo >conf$$.file) 2>/dev/null; then
21833 if ln -s conf$$.file conf$$ 2>/dev/null; then
21834 as_ln_s='ln -s'
21835 # ... but there are two gotchas:
21836 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
21837 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
21838 # In both cases, we have to default to `cp -pR'.
21839 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
21840 as_ln_s='cp -pR'
21841 elif ln conf$$.file conf$$ 2>/dev/null; then
21842 as_ln_s=ln
21843 else
21844 as_ln_s='cp -pR'
21846 else
21847 as_ln_s='cp -pR'
21849 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
21850 rmdir conf$$.dir 2>/dev/null
21853 # as_fn_mkdir_p
21854 # -------------
21855 # Create "$as_dir" as a directory, including parents if necessary.
21856 as_fn_mkdir_p ()
21859 case $as_dir in #(
21860 -*) as_dir=./$as_dir;;
21861 esac
21862 test -d "$as_dir" || eval $as_mkdir_p || {
21863 as_dirs=
21864 while :; do
21865 case $as_dir in #(
21866 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
21867 *) as_qdir=$as_dir;;
21868 esac
21869 as_dirs="'$as_qdir' $as_dirs"
21870 as_dir=`$as_dirname -- "$as_dir" ||
21871 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
21872 X"$as_dir" : 'X\(//\)[^/]' \| \
21873 X"$as_dir" : 'X\(//\)$' \| \
21874 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
21875 $as_echo X"$as_dir" |
21876 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
21877 s//\1/
21880 /^X\(\/\/\)[^/].*/{
21881 s//\1/
21884 /^X\(\/\/\)$/{
21885 s//\1/
21888 /^X\(\/\).*/{
21889 s//\1/
21892 s/.*/./; q'`
21893 test -d "$as_dir" && break
21894 done
21895 test -z "$as_dirs" || eval "mkdir $as_dirs"
21896 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
21899 } # as_fn_mkdir_p
21900 if mkdir -p . 2>/dev/null; then
21901 as_mkdir_p='mkdir -p "$as_dir"'
21902 else
21903 test -d ./-p && rmdir ./-p
21904 as_mkdir_p=false
21908 # as_fn_executable_p FILE
21909 # -----------------------
21910 # Test if FILE is an executable regular file.
21911 as_fn_executable_p ()
21913 test -f "$1" && test -x "$1"
21914 } # as_fn_executable_p
21915 as_test_x='test -x'
21916 as_executable_p=as_fn_executable_p
21918 # Sed expression to map a string onto a valid CPP name.
21919 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
21921 # Sed expression to map a string onto a valid variable name.
21922 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
21925 exec 6>&1
21926 ## ----------------------------------- ##
21927 ## Main body of $CONFIG_STATUS script. ##
21928 ## ----------------------------------- ##
21929 _ASEOF
21930 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
21932 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
21933 # Save the log message, to keep $0 and so on meaningful, and to
21934 # report actual input values of CONFIG_FILES etc. instead of their
21935 # values after options handling.
21936 ac_log="
21937 This file was extended by Wine $as_me 6.16, which was
21938 generated by GNU Autoconf 2.69. Invocation command line was
21940 CONFIG_FILES = $CONFIG_FILES
21941 CONFIG_HEADERS = $CONFIG_HEADERS
21942 CONFIG_LINKS = $CONFIG_LINKS
21943 CONFIG_COMMANDS = $CONFIG_COMMANDS
21944 $ $0 $@
21946 on `(hostname || uname -n) 2>/dev/null | sed 1q`
21949 _ACEOF
21951 case $ac_config_files in *"
21952 "*) set x $ac_config_files; shift; ac_config_files=$*;;
21953 esac
21955 case $ac_config_headers in *"
21956 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
21957 esac
21960 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
21961 # Files that config.status was made for.
21962 config_files="$ac_config_files"
21963 config_headers="$ac_config_headers"
21964 config_links="$ac_config_links"
21965 config_commands="$ac_config_commands"
21967 _ACEOF
21969 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
21970 ac_cs_usage="\
21971 \`$as_me' instantiates files and other configuration actions
21972 from templates according to the current configuration. Unless the files
21973 and actions are specified as TAGs, all are instantiated by default.
21975 Usage: $0 [OPTION]... [TAG]...
21977 -h, --help print this help, then exit
21978 -V, --version print version number and configuration settings, then exit
21979 --config print configuration, then exit
21980 -q, --quiet, --silent
21981 do not print progress messages
21982 -d, --debug don't remove temporary files
21983 --recheck update $as_me by reconfiguring in the same conditions
21984 --file=FILE[:TEMPLATE]
21985 instantiate the configuration file FILE
21986 --header=FILE[:TEMPLATE]
21987 instantiate the configuration header FILE
21989 Configuration files:
21990 $config_files
21992 Configuration headers:
21993 $config_headers
21995 Configuration links:
21996 $config_links
21998 Configuration commands:
21999 $config_commands
22001 Report bugs to <wine-devel@winehq.org>.
22002 Wine home page: <https://www.winehq.org>."
22004 _ACEOF
22005 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22006 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
22007 ac_cs_version="\\
22008 Wine config.status 6.16
22009 configured by $0, generated by GNU Autoconf 2.69,
22010 with options \\"\$ac_cs_config\\"
22012 Copyright (C) 2012 Free Software Foundation, Inc.
22013 This config.status script is free software; the Free Software Foundation
22014 gives unlimited permission to copy, distribute and modify it."
22016 ac_pwd='$ac_pwd'
22017 srcdir='$srcdir'
22018 test -n "\$AWK" || AWK=awk
22019 _ACEOF
22021 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
22022 # The default lists apply if the user does not specify any file.
22023 ac_need_defaults=:
22024 while test $# != 0
22026 case $1 in
22027 --*=?*)
22028 ac_option=`expr "X$1" : 'X\([^=]*\)='`
22029 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
22030 ac_shift=:
22032 --*=)
22033 ac_option=`expr "X$1" : 'X\([^=]*\)='`
22034 ac_optarg=
22035 ac_shift=:
22038 ac_option=$1
22039 ac_optarg=$2
22040 ac_shift=shift
22042 esac
22044 case $ac_option in
22045 # Handling of the options.
22046 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
22047 ac_cs_recheck=: ;;
22048 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
22049 $as_echo "$ac_cs_version"; exit ;;
22050 --config | --confi | --conf | --con | --co | --c )
22051 $as_echo "$ac_cs_config"; exit ;;
22052 --debug | --debu | --deb | --de | --d | -d )
22053 debug=: ;;
22054 --file | --fil | --fi | --f )
22055 $ac_shift
22056 case $ac_optarg in
22057 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
22058 '') as_fn_error $? "missing file argument" ;;
22059 esac
22060 as_fn_append CONFIG_FILES " '$ac_optarg'"
22061 ac_need_defaults=false;;
22062 --header | --heade | --head | --hea )
22063 $ac_shift
22064 case $ac_optarg in
22065 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
22066 esac
22067 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
22068 ac_need_defaults=false;;
22069 --he | --h)
22070 # Conflict between --help and --header
22071 as_fn_error $? "ambiguous option: \`$1'
22072 Try \`$0 --help' for more information.";;
22073 --help | --hel | -h )
22074 $as_echo "$ac_cs_usage"; exit ;;
22075 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
22076 | -silent | --silent | --silen | --sile | --sil | --si | --s)
22077 ac_cs_silent=: ;;
22079 # This is an error.
22080 -*) as_fn_error $? "unrecognized option: \`$1'
22081 Try \`$0 --help' for more information." ;;
22083 *) as_fn_append ac_config_targets " $1"
22084 ac_need_defaults=false ;;
22086 esac
22087 shift
22088 done
22090 ac_configure_extra_args=
22092 if $ac_cs_silent; then
22093 exec 6>/dev/null
22094 ac_configure_extra_args="$ac_configure_extra_args --silent"
22097 _ACEOF
22098 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22099 if \$ac_cs_recheck; then
22100 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
22101 shift
22102 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
22103 CONFIG_SHELL='$SHELL'
22104 export CONFIG_SHELL
22105 exec "\$@"
22108 _ACEOF
22109 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
22110 exec 5>>config.log
22112 echo
22113 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
22114 ## Running $as_me. ##
22115 _ASBOX
22116 $as_echo "$ac_log"
22117 } >&5
22119 _ACEOF
22120 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22122 # INIT-COMMANDS
22124 wine_fn_output_makedep ()
22126 as_dir=tools; as_fn_mkdir_p
22127 $CC -Iinclude -I$srcdir/include -D__WINESRC__ $EXTRACFLAGS $CPPFLAGS $CFLAGS -o tools/makedep$ac_exeext $srcdir/tools/makedep.c $LDFLAGS
22129 wine_fn_output_makefile ()
22131 cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && rm -f Make.tmp && "$wine_makedep"$makedep_flags && return
22132 `cat $wine_rules_file`
22133 _WINE_EOF
22134 as_fn_error $? "could not create Makefile" "$LINENO" 5
22137 _ACEOF
22139 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
22141 # Handling of arguments.
22142 for ac_config_target in $ac_config_targets
22144 case $ac_config_target in
22145 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
22146 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
22147 "wine") CONFIG_LINKS="$CONFIG_LINKS wine:tools/winewrapper" ;;
22148 "wine64") CONFIG_LINKS="$CONFIG_LINKS wine64:tools/winewrapper" ;;
22149 "tools/makedep") CONFIG_COMMANDS="$CONFIG_COMMANDS tools/makedep" ;;
22150 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
22151 "Make.tmp") CONFIG_FILES="$CONFIG_FILES Make.tmp:Makefile.in" ;;
22153 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
22154 esac
22155 done
22158 # If the user did not use the arguments to specify the items to instantiate,
22159 # then the envvar interface is used. Set only those that are not.
22160 # We use the long form for the default assignment because of an extremely
22161 # bizarre bug on SunOS 4.1.3.
22162 if $ac_need_defaults; then
22163 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
22164 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
22165 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
22166 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
22169 # Have a temporary directory for convenience. Make it in the build tree
22170 # simply because there is no reason against having it here, and in addition,
22171 # creating and moving files from /tmp can sometimes cause problems.
22172 # Hook for its removal unless debugging.
22173 # Note that there is a small window in which the directory will not be cleaned:
22174 # after its creation but before its name has been assigned to `$tmp'.
22175 $debug ||
22177 tmp= ac_tmp=
22178 trap 'exit_status=$?
22179 : "${ac_tmp:=$tmp}"
22180 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
22182 trap 'as_fn_exit 1' 1 2 13 15
22184 # Create a (secure) tmp directory for tmp files.
22187 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
22188 test -d "$tmp"
22189 } ||
22191 tmp=./conf$$-$RANDOM
22192 (umask 077 && mkdir "$tmp")
22193 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
22194 ac_tmp=$tmp
22196 # Set up the scripts for CONFIG_FILES section.
22197 # No need to generate them if there are no CONFIG_FILES.
22198 # This happens for instance with `./config.status config.h'.
22199 if test -n "$CONFIG_FILES"; then
22202 ac_cr=`echo X | tr X '\015'`
22203 # On cygwin, bash can eat \r inside `` if the user requested igncr.
22204 # But we know of no other shell where ac_cr would be empty at this
22205 # point, so we can use a bashism as a fallback.
22206 if test "x$ac_cr" = x; then
22207 eval ac_cr=\$\'\\r\'
22209 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
22210 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
22211 ac_cs_awk_cr='\\r'
22212 else
22213 ac_cs_awk_cr=$ac_cr
22216 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
22217 _ACEOF
22221 echo "cat >conf$$subs.awk <<_ACEOF" &&
22222 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
22223 echo "_ACEOF"
22224 } >conf$$subs.sh ||
22225 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
22226 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
22227 ac_delim='%!_!# '
22228 for ac_last_try in false false false false false :; do
22229 . ./conf$$subs.sh ||
22230 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
22232 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
22233 if test $ac_delim_n = $ac_delim_num; then
22234 break
22235 elif $ac_last_try; then
22236 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
22237 else
22238 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
22240 done
22241 rm -f conf$$subs.sh
22243 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22244 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
22245 _ACEOF
22246 sed -n '
22248 s/^/S["/; s/!.*/"]=/
22251 s/^[^!]*!//
22252 :repl
22253 t repl
22254 s/'"$ac_delim"'$//
22255 t delim
22258 s/\(.\{148\}\)..*/\1/
22259 t more1
22260 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
22263 b repl
22264 :more1
22265 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
22268 s/.\{148\}//
22269 t nl
22270 :delim
22272 s/\(.\{148\}\)..*/\1/
22273 t more2
22274 s/["\\]/\\&/g; s/^/"/; s/$/"/
22277 :more2
22278 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
22281 s/.\{148\}//
22282 t delim
22283 ' <conf$$subs.awk | sed '
22284 /^[^""]/{
22286 s/\n//
22288 ' >>$CONFIG_STATUS || ac_write_fail=1
22289 rm -f conf$$subs.awk
22290 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22291 _ACAWK
22292 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
22293 for (key in S) S_is_set[key] = 1
22294 FS = "\a"
22298 line = $ 0
22299 nfields = split(line, field, "@")
22300 substed = 0
22301 len = length(field[1])
22302 for (i = 2; i < nfields; i++) {
22303 key = field[i]
22304 keylen = length(key)
22305 if (S_is_set[key]) {
22306 value = S[key]
22307 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
22308 len += length(value) + length(field[++i])
22309 substed = 1
22310 } else
22311 len += 1 + keylen
22314 print line
22317 _ACAWK
22318 _ACEOF
22319 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
22320 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
22321 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
22322 else
22324 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
22325 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
22326 _ACEOF
22328 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
22329 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
22330 # trailing colons and then remove the whole line if VPATH becomes empty
22331 # (actually we leave an empty line to preserve line numbers).
22332 if test "x$srcdir" = x.; then
22333 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
22335 s///
22336 s/^/:/
22337 s/[ ]*$/:/
22338 s/:\$(srcdir):/:/g
22339 s/:\${srcdir}:/:/g
22340 s/:@srcdir@:/:/g
22341 s/^:*//
22342 s/:*$//
22344 s/\(=[ ]*\).*/\1/
22346 s/\n//
22347 s/^[^=]*=[ ]*$//
22351 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
22352 fi # test -n "$CONFIG_FILES"
22354 # Set up the scripts for CONFIG_HEADERS section.
22355 # No need to generate them if there are no CONFIG_HEADERS.
22356 # This happens for instance with `./config.status Makefile'.
22357 if test -n "$CONFIG_HEADERS"; then
22358 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
22359 BEGIN {
22360 _ACEOF
22362 # Transform confdefs.h into an awk script `defines.awk', embedded as
22363 # here-document in config.status, that substitutes the proper values into
22364 # config.h.in to produce config.h.
22366 # Create a delimiter string that does not exist in confdefs.h, to ease
22367 # handling of long lines.
22368 ac_delim='%!_!# '
22369 for ac_last_try in false false :; do
22370 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
22371 if test -z "$ac_tt"; then
22372 break
22373 elif $ac_last_try; then
22374 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
22375 else
22376 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
22378 done
22380 # For the awk script, D is an array of macro values keyed by name,
22381 # likewise P contains macro parameters if any. Preserve backslash
22382 # newline sequences.
22384 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
22385 sed -n '
22386 s/.\{148\}/&'"$ac_delim"'/g
22387 t rset
22388 :rset
22389 s/^[ ]*#[ ]*define[ ][ ]*/ /
22390 t def
22392 :def
22393 s/\\$//
22394 t bsnl
22395 s/["\\]/\\&/g
22396 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
22397 D["\1"]=" \3"/p
22398 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
22400 :bsnl
22401 s/["\\]/\\&/g
22402 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
22403 D["\1"]=" \3\\\\\\n"\\/p
22404 t cont
22405 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
22406 t cont
22408 :cont
22410 s/.\{148\}/&'"$ac_delim"'/g
22411 t clear
22412 :clear
22413 s/\\$//
22414 t bsnlc
22415 s/["\\]/\\&/g; s/^/"/; s/$/"/p
22417 :bsnlc
22418 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
22419 b cont
22420 ' <confdefs.h | sed '
22421 s/'"$ac_delim"'/"\\\
22422 "/g' >>$CONFIG_STATUS || ac_write_fail=1
22424 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22425 for (key in D) D_is_set[key] = 1
22426 FS = "\a"
22428 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
22429 line = \$ 0
22430 split(line, arg, " ")
22431 if (arg[1] == "#") {
22432 defundef = arg[2]
22433 mac1 = arg[3]
22434 } else {
22435 defundef = substr(arg[1], 2)
22436 mac1 = arg[2]
22438 split(mac1, mac2, "(") #)
22439 macro = mac2[1]
22440 prefix = substr(line, 1, index(line, defundef) - 1)
22441 if (D_is_set[macro]) {
22442 # Preserve the white space surrounding the "#".
22443 print prefix "define", macro P[macro] D[macro]
22444 next
22445 } else {
22446 # Replace #undef with comments. This is necessary, for example,
22447 # in the case of _POSIX_SOURCE, which is predefined and required
22448 # on some systems where configure will not decide to define it.
22449 if (defundef == "undef") {
22450 print "/*", prefix defundef, macro, "*/"
22451 next
22455 { print }
22456 _ACAWK
22457 _ACEOF
22458 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
22459 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
22460 fi # test -n "$CONFIG_HEADERS"
22463 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
22464 shift
22465 for ac_tag
22467 case $ac_tag in
22468 :[FHLC]) ac_mode=$ac_tag; continue;;
22469 esac
22470 case $ac_mode$ac_tag in
22471 :[FHL]*:*);;
22472 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
22473 :[FH]-) ac_tag=-:-;;
22474 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
22475 esac
22476 ac_save_IFS=$IFS
22477 IFS=:
22478 set x $ac_tag
22479 IFS=$ac_save_IFS
22480 shift
22481 ac_file=$1
22482 shift
22484 case $ac_mode in
22485 :L) ac_source=$1;;
22486 :[FH])
22487 ac_file_inputs=
22488 for ac_f
22490 case $ac_f in
22491 -) ac_f="$ac_tmp/stdin";;
22492 *) # Look for the file first in the build tree, then in the source tree
22493 # (if the path is not absolute). The absolute path cannot be DOS-style,
22494 # because $ac_f cannot contain `:'.
22495 test -f "$ac_f" ||
22496 case $ac_f in
22497 [\\/$]*) false;;
22498 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
22499 esac ||
22500 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
22501 esac
22502 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
22503 as_fn_append ac_file_inputs " '$ac_f'"
22504 done
22506 # Let's still pretend it is `configure' which instantiates (i.e., don't
22507 # use $as_me), people would be surprised to read:
22508 # /* config.h. Generated by config.status. */
22509 configure_input='Generated from '`
22510 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
22511 `' by configure.'
22512 if test x"$ac_file" != x-; then
22513 configure_input="$ac_file. $configure_input"
22514 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
22515 $as_echo "$as_me: creating $ac_file" >&6;}
22517 # Neutralize special characters interpreted by sed in replacement strings.
22518 case $configure_input in #(
22519 *\&* | *\|* | *\\* )
22520 ac_sed_conf_input=`$as_echo "$configure_input" |
22521 sed 's/[\\\\&|]/\\\\&/g'`;; #(
22522 *) ac_sed_conf_input=$configure_input;;
22523 esac
22525 case $ac_tag in
22526 *:-:* | *:-) cat >"$ac_tmp/stdin" \
22527 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
22528 esac
22530 esac
22532 ac_dir=`$as_dirname -- "$ac_file" ||
22533 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
22534 X"$ac_file" : 'X\(//\)[^/]' \| \
22535 X"$ac_file" : 'X\(//\)$' \| \
22536 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
22537 $as_echo X"$ac_file" |
22538 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
22539 s//\1/
22542 /^X\(\/\/\)[^/].*/{
22543 s//\1/
22546 /^X\(\/\/\)$/{
22547 s//\1/
22550 /^X\(\/\).*/{
22551 s//\1/
22554 s/.*/./; q'`
22555 as_dir="$ac_dir"; as_fn_mkdir_p
22556 ac_builddir=.
22558 case "$ac_dir" in
22559 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
22561 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
22562 # A ".." for each directory in $ac_dir_suffix.
22563 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
22564 case $ac_top_builddir_sub in
22565 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
22566 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
22567 esac ;;
22568 esac
22569 ac_abs_top_builddir=$ac_pwd
22570 ac_abs_builddir=$ac_pwd$ac_dir_suffix
22571 # for backward compatibility:
22572 ac_top_builddir=$ac_top_build_prefix
22574 case $srcdir in
22575 .) # We are building in place.
22576 ac_srcdir=.
22577 ac_top_srcdir=$ac_top_builddir_sub
22578 ac_abs_top_srcdir=$ac_pwd ;;
22579 [\\/]* | ?:[\\/]* ) # Absolute name.
22580 ac_srcdir=$srcdir$ac_dir_suffix;
22581 ac_top_srcdir=$srcdir
22582 ac_abs_top_srcdir=$srcdir ;;
22583 *) # Relative name.
22584 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
22585 ac_top_srcdir=$ac_top_build_prefix$srcdir
22586 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
22587 esac
22588 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
22591 case $ac_mode in
22594 # CONFIG_FILE
22597 _ACEOF
22599 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
22600 # If the template does not know about datarootdir, expand it.
22601 # FIXME: This hack should be removed a few years after 2.60.
22602 ac_datarootdir_hack=; ac_datarootdir_seen=
22603 ac_sed_dataroot='
22604 /datarootdir/ {
22608 /@datadir@/p
22609 /@docdir@/p
22610 /@infodir@/p
22611 /@localedir@/p
22612 /@mandir@/p'
22613 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
22614 *datarootdir*) ac_datarootdir_seen=yes;;
22615 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
22616 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
22617 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
22618 _ACEOF
22619 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22620 ac_datarootdir_hack='
22621 s&@datadir@&$datadir&g
22622 s&@docdir@&$docdir&g
22623 s&@infodir@&$infodir&g
22624 s&@localedir@&$localedir&g
22625 s&@mandir@&$mandir&g
22626 s&\\\${datarootdir}&$datarootdir&g' ;;
22627 esac
22628 _ACEOF
22630 # Neutralize VPATH when `$srcdir' = `.'.
22631 # Shell code in configure.ac might set extrasub.
22632 # FIXME: do we really want to maintain this feature?
22633 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22634 ac_sed_extra="$ac_vpsub
22635 $extrasub
22636 _ACEOF
22637 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
22639 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
22640 s|@configure_input@|$ac_sed_conf_input|;t t
22641 s&@top_builddir@&$ac_top_builddir_sub&;t t
22642 s&@top_build_prefix@&$ac_top_build_prefix&;t t
22643 s&@srcdir@&$ac_srcdir&;t t
22644 s&@abs_srcdir@&$ac_abs_srcdir&;t t
22645 s&@top_srcdir@&$ac_top_srcdir&;t t
22646 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
22647 s&@builddir@&$ac_builddir&;t t
22648 s&@abs_builddir@&$ac_abs_builddir&;t t
22649 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
22650 $ac_datarootdir_hack
22652 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
22653 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
22655 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
22656 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
22657 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
22658 "$ac_tmp/out"`; test -z "$ac_out"; } &&
22659 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
22660 which seems to be undefined. Please make sure it is defined" >&5
22661 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
22662 which seems to be undefined. Please make sure it is defined" >&2;}
22664 rm -f "$ac_tmp/stdin"
22665 case $ac_file in
22666 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
22667 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
22668 esac \
22669 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
22673 # CONFIG_HEADER
22675 if test x"$ac_file" != x-; then
22677 $as_echo "/* $configure_input */" \
22678 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
22679 } >"$ac_tmp/config.h" \
22680 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
22681 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
22682 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
22683 $as_echo "$as_me: $ac_file is unchanged" >&6;}
22684 else
22685 rm -f "$ac_file"
22686 mv "$ac_tmp/config.h" "$ac_file" \
22687 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
22689 else
22690 $as_echo "/* $configure_input */" \
22691 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
22692 || as_fn_error $? "could not create -" "$LINENO" 5
22697 # CONFIG_LINK
22700 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
22702 else
22703 # Prefer the file from the source tree if names are identical.
22704 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
22705 ac_source=$srcdir/$ac_source
22708 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
22709 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
22711 if test ! -r "$ac_source"; then
22712 as_fn_error $? "$ac_source: file not found" "$LINENO" 5
22714 rm -f "$ac_file"
22716 # Try a relative symlink, then a hard link, then a copy.
22717 case $ac_source in
22718 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
22719 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
22720 esac
22721 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
22722 ln "$ac_source" "$ac_file" 2>/dev/null ||
22723 cp -p "$ac_source" "$ac_file" ||
22724 as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
22727 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
22728 $as_echo "$as_me: executing $ac_file commands" >&6;}
22730 esac
22733 case $ac_file$ac_mode in
22734 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
22735 "tools/makedep":C) wine_fn_output_makedep || as_fn_exit $? ;;
22736 "Makefile":C) wine_fn_output_makefile Makefile ;;
22738 esac
22739 done # for ac_tag
22742 as_fn_exit 0
22743 _ACEOF
22744 ac_clean_files=$ac_clean_files_save
22746 test $ac_write_fail = 0 ||
22747 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
22750 # configure is writing to config.log, and then calls config.status.
22751 # config.status does its own redirection, appending to config.log.
22752 # Unfortunately, on DOS this fails, as config.log is still kept open
22753 # by configure, so config.status won't be able to write to it; its
22754 # output is simply discarded. So we exec the FD to /dev/null,
22755 # effectively closing config.log, so it can be properly (re)opened and
22756 # appended to by config.status. When coming back to configure, we
22757 # need to make the FD available again.
22758 if test "$no_create" != yes; then
22759 ac_cs_success=:
22760 ac_config_status_args=
22761 test "$silent" = yes &&
22762 ac_config_status_args="$ac_config_status_args --quiet"
22763 exec 5>/dev/null
22764 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
22765 exec 5>>config.log
22766 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
22767 # would make configure fail if this is the last instruction.
22768 $ac_cs_success || as_fn_exit 1
22770 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
22771 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
22772 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
22776 if test "$no_create" = "yes"
22777 then
22778 exit 0
22781 ac_save_IFS="$IFS"
22782 if test "x$wine_notices" != x; then
22783 echo >&6
22784 IFS="|"
22785 for msg in $wine_notices; do
22786 IFS="$ac_save_IFS"
22787 if ${msg:+false} :; then :
22789 else
22790 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
22791 $as_echo "$as_me: $msg" >&6;}
22793 done
22795 IFS="|"
22796 for msg in $wine_warnings; do
22797 IFS="$ac_save_IFS"
22798 if ${msg:+false} :; then :
22800 else
22801 echo >&2
22802 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
22803 $as_echo "$as_me: WARNING: $msg" >&2;}
22805 done
22806 IFS="$ac_save_IFS"
22808 $as_echo "
22809 $as_me: Finished. Do '${ac_make}' to compile Wine.
22810 " >&6