ws2_32: Do not assume that an fd_set is bounded by FD_SETSIZE.
[wine.git] / configure
blobb6519eb358d47cea8a9d57a397574cb31b7dc8b3
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.71 for Wine 7.0-rc3.
5 # Report bugs to <wine-devel@winehq.org>.
8 # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
9 # Inc.
12 # This configure script is free software; the Free Software Foundation
13 # gives unlimited permission to copy, distribute and modify it.
14 ## -------------------- ##
15 ## M4sh Initialization. ##
16 ## -------------------- ##
18 # Be more Bourne compatible
19 DUALCASE=1; export DUALCASE # for MKS sh
20 as_nop=:
21 if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
22 then :
23 emulate sh
24 NULLCMD=:
25 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
26 # is contrary to our usage. Disable this feature.
27 alias -g '${1+"$@"}'='"$@"'
28 setopt NO_GLOB_SUBST
29 else $as_nop
30 case `(set -o) 2>/dev/null` in #(
31 *posix*) :
32 set -o posix ;; #(
33 *) :
35 esac
40 # Reset variables that may have inherited troublesome values from
41 # the environment.
43 # IFS needs to be set, to space, tab, and newline, in precisely that order.
44 # (If _AS_PATH_WALK were called with IFS unset, it would have the
45 # side effect of setting IFS to empty, thus disabling word splitting.)
46 # Quoting is to prevent editors from complaining about space-tab.
47 as_nl='
49 export as_nl
50 IFS=" "" $as_nl"
52 PS1='$ '
53 PS2='> '
54 PS4='+ '
56 # Ensure predictable behavior from utilities with locale-dependent output.
57 LC_ALL=C
58 export LC_ALL
59 LANGUAGE=C
60 export LANGUAGE
62 # We cannot yet rely on "unset" to work, but we need these variables
63 # to be unset--not just set to an empty or harmless value--now, to
64 # avoid bugs in old shells (e.g. pre-3.0 UWIN ksh). This construct
65 # also avoids known problems related to "unset" and subshell syntax
66 # in other old shells (e.g. bash 2.01 and pdksh 5.2.14).
67 for as_var in BASH_ENV ENV MAIL MAILPATH CDPATH
68 do eval test \${$as_var+y} \
69 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
70 done
72 # Ensure that fds 0, 1, and 2 are open.
73 if (exec 3>&0) 2>/dev/null; then :; else exec 0</dev/null; fi
74 if (exec 3>&1) 2>/dev/null; then :; else exec 1>/dev/null; fi
75 if (exec 3>&2) ; then :; else exec 2>/dev/null; fi
77 # The user is always right.
78 if ${PATH_SEPARATOR+false} :; then
79 PATH_SEPARATOR=:
80 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
81 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
82 PATH_SEPARATOR=';'
87 # Find who we are. Look in the path if we contain no directory separator.
88 as_myself=
89 case $0 in #((
90 *[\\/]* ) as_myself=$0 ;;
91 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
92 for as_dir in $PATH
94 IFS=$as_save_IFS
95 case $as_dir in #(((
96 '') as_dir=./ ;;
97 */) ;;
98 *) as_dir=$as_dir/ ;;
99 esac
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 printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
113 exit 1
117 # Use a proper internal environment variable to ensure we don't fall
118 # into an infinite loop, continuously re-executing ourselves.
119 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
120 _as_can_reexec=no; export _as_can_reexec;
121 # We cannot yet assume a decent shell, so we have to provide a
122 # neutralization value for shells without unset; and this also
123 # works around shells that cannot unset nonexistent variables.
124 # Preserve -v and -x to the replacement shell.
125 BASH_ENV=/dev/null
126 ENV=/dev/null
127 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
128 case $- in # ((((
129 *v*x* | *x*v* ) as_opts=-vx ;;
130 *v* ) as_opts=-v ;;
131 *x* ) as_opts=-x ;;
132 * ) as_opts= ;;
133 esac
134 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
135 # Admittedly, this is quite paranoid, since all the known shells bail
136 # out after a failed `exec'.
137 printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2
138 exit 255
140 # We don't want this to propagate to other subprocesses.
141 { _as_can_reexec=; unset _as_can_reexec;}
142 if test "x$CONFIG_SHELL" = x; then
143 as_bourne_compatible="as_nop=:
144 if test \${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
145 then :
146 emulate sh
147 NULLCMD=:
148 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
149 # is contrary to our usage. Disable this feature.
150 alias -g '\${1+\"\$@\"}'='\"\$@\"'
151 setopt NO_GLOB_SUBST
152 else \$as_nop
153 case \`(set -o) 2>/dev/null\` in #(
154 *posix*) :
155 set -o posix ;; #(
156 *) :
158 esac
161 as_required="as_fn_return () { (exit \$1); }
162 as_fn_success () { as_fn_return 0; }
163 as_fn_failure () { as_fn_return 1; }
164 as_fn_ret_success () { return 0; }
165 as_fn_ret_failure () { return 1; }
167 exitcode=0
168 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
169 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
170 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
171 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
172 if ( set x; as_fn_ret_success y && test x = \"\$1\" )
173 then :
175 else \$as_nop
176 exitcode=1; echo positional parameters were not saved.
178 test x\$exitcode = x0 || exit 1
179 blah=\$(echo \$(echo blah))
180 test x\"\$blah\" = xblah || exit 1
181 test -x / || exit 1"
182 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
183 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
184 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
185 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
186 test \$(( 1 + 1 )) = 2 || exit 1"
187 if (eval "$as_required") 2>/dev/null
188 then :
189 as_have_required=yes
190 else $as_nop
191 as_have_required=no
193 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null
194 then :
196 else $as_nop
197 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
198 as_found=false
199 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
201 IFS=$as_save_IFS
202 case $as_dir in #(((
203 '') as_dir=./ ;;
204 */) ;;
205 *) as_dir=$as_dir/ ;;
206 esac
207 as_found=:
208 case $as_dir in #(
210 for as_base in sh bash ksh sh5; do
211 # Try only shells that exist, to save several forks.
212 as_shell=$as_dir$as_base
213 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
214 as_run=a "$as_shell" -c "$as_bourne_compatible""$as_required" 2>/dev/null
215 then :
216 CONFIG_SHELL=$as_shell as_have_required=yes
217 if as_run=a "$as_shell" -c "$as_bourne_compatible""$as_suggested" 2>/dev/null
218 then :
219 break 2
222 done;;
223 esac
224 as_found=false
225 done
226 IFS=$as_save_IFS
227 if $as_found
228 then :
230 else $as_nop
231 if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
232 as_run=a "$SHELL" -c "$as_bourne_compatible""$as_required" 2>/dev/null
233 then :
234 CONFIG_SHELL=$SHELL as_have_required=yes
239 if test "x$CONFIG_SHELL" != x
240 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 printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2
259 exit 255
262 if test x$as_have_required = xno
263 then :
264 printf "%s\n" "$0: This script requires a shell more modern than all"
265 printf "%s\n" "$0: the shells that I found on your system."
266 if test ${ZSH_VERSION+y} ; then
267 printf "%s\n" "$0: In particular, zsh $ZSH_VERSION has bugs and should"
268 printf "%s\n" "$0: be upgraded to zsh 4.3.4 or later."
269 else
270 printf "%s\n" "$0: Please tell bug-autoconf@gnu.org and
271 $0: wine-devel@winehq.org about your system, including any
272 $0: error possibly output before this message. Then install
273 $0: a modern shell, or manually run the script under such a
274 $0: shell if you do have one."
276 exit 1
280 SHELL=${CONFIG_SHELL-/bin/sh}
281 export SHELL
282 # Unset more variables known to interfere with behavior of common tools.
283 CLICOLOR_FORCE= GREP_OPTIONS=
284 unset CLICOLOR_FORCE GREP_OPTIONS
286 ## --------------------- ##
287 ## M4sh Shell Functions. ##
288 ## --------------------- ##
289 # as_fn_unset VAR
290 # ---------------
291 # Portably unset VAR.
292 as_fn_unset ()
294 { eval $1=; unset $1;}
296 as_unset=as_fn_unset
299 # as_fn_set_status STATUS
300 # -----------------------
301 # Set $? to STATUS, without forking.
302 as_fn_set_status ()
304 return $1
305 } # as_fn_set_status
307 # as_fn_exit STATUS
308 # -----------------
309 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
310 as_fn_exit ()
312 set +e
313 as_fn_set_status $1
314 exit $1
315 } # as_fn_exit
316 # as_fn_nop
317 # ---------
318 # Do nothing but, unlike ":", preserve the value of $?.
319 as_fn_nop ()
321 return $?
323 as_nop=as_fn_nop
325 # as_fn_mkdir_p
326 # -------------
327 # Create "$as_dir" as a directory, including parents if necessary.
328 as_fn_mkdir_p ()
331 case $as_dir in #(
332 -*) as_dir=./$as_dir;;
333 esac
334 test -d "$as_dir" || eval $as_mkdir_p || {
335 as_dirs=
336 while :; do
337 case $as_dir in #(
338 *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
339 *) as_qdir=$as_dir;;
340 esac
341 as_dirs="'$as_qdir' $as_dirs"
342 as_dir=`$as_dirname -- "$as_dir" ||
343 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
344 X"$as_dir" : 'X\(//\)[^/]' \| \
345 X"$as_dir" : 'X\(//\)$' \| \
346 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
347 printf "%s\n" X"$as_dir" |
348 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
349 s//\1/
352 /^X\(\/\/\)[^/].*/{
353 s//\1/
356 /^X\(\/\/\)$/{
357 s//\1/
360 /^X\(\/\).*/{
361 s//\1/
364 s/.*/./; q'`
365 test -d "$as_dir" && break
366 done
367 test -z "$as_dirs" || eval "mkdir $as_dirs"
368 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
371 } # as_fn_mkdir_p
373 # as_fn_executable_p FILE
374 # -----------------------
375 # Test if FILE is an executable regular file.
376 as_fn_executable_p ()
378 test -f "$1" && test -x "$1"
379 } # as_fn_executable_p
380 # as_fn_append VAR VALUE
381 # ----------------------
382 # Append the text in VALUE to the end of the definition contained in VAR. Take
383 # advantage of any shell optimizations that allow amortized linear growth over
384 # repeated appends, instead of the typical quadratic growth present in naive
385 # implementations.
386 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null
387 then :
388 eval 'as_fn_append ()
390 eval $1+=\$2
392 else $as_nop
393 as_fn_append ()
395 eval $1=\$$1\$2
397 fi # as_fn_append
399 # as_fn_arith ARG...
400 # ------------------
401 # Perform arithmetic evaluation on the ARGs, and store the result in the
402 # global $as_val. Take advantage of shells that can avoid forks. The arguments
403 # must be portable across $(()) and expr.
404 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null
405 then :
406 eval 'as_fn_arith ()
408 as_val=$(( $* ))
410 else $as_nop
411 as_fn_arith ()
413 as_val=`expr "$@" || test $? -eq 1`
415 fi # as_fn_arith
417 # as_fn_nop
418 # ---------
419 # Do nothing but, unlike ":", preserve the value of $?.
420 as_fn_nop ()
422 return $?
424 as_nop=as_fn_nop
426 # as_fn_error STATUS ERROR [LINENO LOG_FD]
427 # ----------------------------------------
428 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
429 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
430 # script with STATUS, using 1 if that was 0.
431 as_fn_error ()
433 as_status=$1; test $as_status -eq 0 && as_status=1
434 if test "$4"; then
435 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
436 printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
438 printf "%s\n" "$as_me: error: $2" >&2
439 as_fn_exit $as_status
440 } # as_fn_error
442 if expr a : '\(a\)' >/dev/null 2>&1 &&
443 test "X`expr 00001 : '.*\(...\)'`" = X001; then
444 as_expr=expr
445 else
446 as_expr=false
449 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
450 as_basename=basename
451 else
452 as_basename=false
455 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
456 as_dirname=dirname
457 else
458 as_dirname=false
461 as_me=`$as_basename -- "$0" ||
462 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
463 X"$0" : 'X\(//\)$' \| \
464 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
465 printf "%s\n" X/"$0" |
466 sed '/^.*\/\([^/][^/]*\)\/*$/{
467 s//\1/
470 /^X\/\(\/\/\)$/{
471 s//\1/
474 /^X\/\(\/\).*/{
475 s//\1/
478 s/.*/./; q'`
480 # Avoid depending upon Character Ranges.
481 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
482 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
483 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
484 as_cr_digits='0123456789'
485 as_cr_alnum=$as_cr_Letters$as_cr_digits
488 as_lineno_1=$LINENO as_lineno_1a=$LINENO
489 as_lineno_2=$LINENO as_lineno_2a=$LINENO
490 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
491 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
492 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
493 sed -n '
495 /[$]LINENO/=
496 ' <$as_myself |
497 sed '
498 s/[$]LINENO.*/&-/
499 t lineno
501 :lineno
503 :loop
504 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
505 t loop
506 s/-\n.*//
507 ' >$as_me.lineno &&
508 chmod +x "$as_me.lineno" ||
509 { printf "%s\n" "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
511 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
512 # already done that, so ensure we don't try to do so again and fall
513 # in an infinite loop. This has already happened in practice.
514 _as_can_reexec=no; export _as_can_reexec
515 # Don't try to exec as it changes $[0], causing all sort of problems
516 # (the dirname of $[0] is not the place where we might find the
517 # original and so on. Autoconf is especially sensitive to this).
518 . "./$as_me.lineno"
519 # Exit status is that of the last command.
520 exit
524 # Determine whether it's possible to make 'echo' print without a newline.
525 # These variables are no longer used directly by Autoconf, but are AC_SUBSTed
526 # for compatibility with existing Makefiles.
527 ECHO_C= ECHO_N= ECHO_T=
528 case `echo -n x` in #(((((
529 -n*)
530 case `echo 'xy\c'` in
531 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
532 xy) ECHO_C='\c';;
533 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
534 ECHO_T=' ';;
535 esac;;
537 ECHO_N='-n';;
538 esac
540 # For backward compatibility with old third-party macros, we provide
541 # the shell variables $as_echo and $as_echo_n. New code should use
542 # AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively.
543 as_echo='printf %s\n'
544 as_echo_n='printf %s'
547 rm -f conf$$ conf$$.exe conf$$.file
548 if test -d conf$$.dir; then
549 rm -f conf$$.dir/conf$$.file
550 else
551 rm -f conf$$.dir
552 mkdir conf$$.dir 2>/dev/null
554 if (echo >conf$$.file) 2>/dev/null; then
555 if ln -s conf$$.file conf$$ 2>/dev/null; then
556 as_ln_s='ln -s'
557 # ... but there are two gotchas:
558 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
559 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
560 # In both cases, we have to default to `cp -pR'.
561 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
562 as_ln_s='cp -pR'
563 elif ln conf$$.file conf$$ 2>/dev/null; then
564 as_ln_s=ln
565 else
566 as_ln_s='cp -pR'
568 else
569 as_ln_s='cp -pR'
571 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
572 rmdir conf$$.dir 2>/dev/null
574 if mkdir -p . 2>/dev/null; then
575 as_mkdir_p='mkdir -p "$as_dir"'
576 else
577 test -d ./-p && rmdir ./-p
578 as_mkdir_p=false
581 as_test_x='test -x'
582 as_executable_p=as_fn_executable_p
584 # Sed expression to map a string onto a valid CPP name.
585 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
587 # Sed expression to map a string onto a valid variable name.
588 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
591 test -n "$DJDIR" || exec 7<&0 </dev/null
592 exec 6>&1
594 # Name of the host.
595 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
596 # so uname gets run too.
597 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
600 # Initializations.
602 ac_default_prefix=/usr/local
603 ac_clean_files=
604 ac_config_libobj_dir=.
605 LIBOBJS=
606 cross_compiling=no
607 subdirs=
608 MFLAGS=
609 MAKEFLAGS=
611 # Identity of this package.
612 PACKAGE_NAME='Wine'
613 PACKAGE_TARNAME='wine'
614 PACKAGE_VERSION='7.0-rc3'
615 PACKAGE_STRING='Wine 7.0-rc3'
616 PACKAGE_BUGREPORT='wine-devel@winehq.org'
617 PACKAGE_URL='https://www.winehq.org'
619 ac_unique_file="server/atom.c"
620 # Factoring default headers for most tests.
621 ac_includes_default="\
622 #include <stddef.h>
623 #ifdef HAVE_STDIO_H
624 # include <stdio.h>
625 #endif
626 #ifdef HAVE_STDLIB_H
627 # include <stdlib.h>
628 #endif
629 #ifdef HAVE_STRING_H
630 # include <string.h>
631 #endif
632 #ifdef HAVE_INTTYPES_H
633 # include <inttypes.h>
634 #endif
635 #ifdef HAVE_STDINT_H
636 # include <stdint.h>
637 #endif
638 #ifdef HAVE_STRINGS_H
639 # include <strings.h>
640 #endif
641 #ifdef HAVE_SYS_TYPES_H
642 # include <sys/types.h>
643 #endif
644 #ifdef HAVE_SYS_STAT_H
645 # include <sys/stat.h>
646 #endif
647 #ifdef HAVE_UNISTD_H
648 # include <unistd.h>
649 #endif"
651 ac_header_c_list=
652 ac_subst_vars='LTLIBOBJS
653 LIBOBJS
654 TAGSFLAGS
655 LDAP_LIBS
656 LDAP_CFLAGS
657 RT_LIBS
658 MSVCRTFLAGS
659 VKD3D_SHADER_LIBS
660 VKD3D_SHADER_CFLAGS
661 VKD3D_LIBS
662 VKD3D_CFLAGS
663 NETAPI_LIBS
664 NETAPI_CFLAGS
665 PROCSTAT_LIBS
666 GSSAPI_LIBS
667 GSSAPI_CFLAGS
668 KRB5_LIBS
669 KRB5_CFLAGS
670 FONTCONFIG_LIBS
671 FONTCONFIG_CFLAGS
672 CUPS_LIBS
673 CUPS_CFLAGS
674 CAPI20_LIBS
675 CAPI20_CFLAGS
676 SDL2_LIBS
677 SDL2_CFLAGS
678 UNWIND_LIBS
679 UNWIND_CFLAGS
680 UDEV_LIBS
681 UDEV_CFLAGS
682 OSS4_LIBS
683 OSS4_CFLAGS
684 ALSA_LIBS
685 GSTREAMER_LIBS
686 GSTREAMER_CFLAGS
687 PULSE_LIBS
688 PULSE_CFLAGS
689 GETTEXTPO_LIBS
690 FREETYPE_LIBS
691 FREETYPE_CFLAGS
692 RESOLV_LIBS
693 GPHOTO2_PORT_LIBS
694 GPHOTO2_PORT_CFLAGS
695 GPHOTO2_LIBS
696 GPHOTO2_CFLAGS
697 USB_LIBS
698 USB_CFLAGS
699 SANE_LIBS
700 SANE_CFLAGS
701 GNUTLS_LIBS
702 GNUTLS_CFLAGS
703 DBUS_LIBS
704 DBUS_CFLAGS
705 INOTIFY_LIBS
706 INOTIFY_CFLAGS
707 PCAP_LIBS
708 X_EXTRA_LIBS
709 X_LIBS
710 X_PRE_LIBS
711 X_CFLAGS
713 XMKMF
714 PTHREAD_LIBS
715 ZLIB_PE_LIBS
716 ZLIB_PE_CFLAGS
717 XSLT_PE_LIBS
718 XSLT_PE_CFLAGS
719 XML2_PE_LIBS
720 XML2_PE_CFLAGS
721 TIFF_PE_LIBS
722 TIFF_PE_CFLAGS
723 PNG_PE_LIBS
724 PNG_PE_CFLAGS
725 MPG123_PE_LIBS
726 MPG123_PE_CFLAGS
727 LCMS2_PE_LIBS
728 LCMS2_PE_CFLAGS
729 JXR_PE_LIBS
730 JXR_PE_CFLAGS
731 JPEG_PE_LIBS
732 JPEG_PE_CFLAGS
733 GSM_PE_LIBS
734 GSM_PE_CFLAGS
735 FAUDIO_PE_LIBS
736 FAUDIO_PE_CFLAGS
737 MINGW_PKG_CONFIG
738 EXCESS_PRECISION_CFLAGS
739 CROSSDEBUG
740 DELAYLOADFLAG
741 CROSSLDFLAGS
742 EXTRACROSSCFLAGS
743 CROSSCFLAGS
744 CROSSCC
745 CROSSTARGET
746 LIBWINE_DEPENDS
747 PRELINK
748 WINELOADER_DEPENDS
749 LIBWINE_LDFLAGS
750 LIBWINE_SHAREDLIB
751 METAL_LIBS
752 CARBON_LIBS
753 OPENCL_LIBS
754 OPENAL_LIBS
755 COREAUDIO_LIBS
756 SECURITY_LIBS
757 DISKARBITRATION_LIBS
758 SYSTEMCONFIGURATION_LIBS
759 APPKIT_LIBS
760 CORESERVICES_LIBS
761 APPLICATIONSERVICES_LIBS
762 IOKIT_LIBS
763 COREFOUNDATION_LIBS
764 ac_ct_OBJC
765 OBJCFLAGS
766 OBJC
767 DLLTOOL
768 WINELOADER_PROGRAMS
769 CONFIGURE_TARGETS
770 DISABLED_SUBDIRS
771 SUBDIRS
772 READELF
773 OTOOL
775 WINEPRELOADER_LDFLAGS
776 WINELOADER_LDFLAGS
777 TOP_INSTALL_DEV
778 TOP_INSTALL_LIB
779 UNIXLDFLAGS
780 UNIXDLLFLAGS
781 EXTRACFLAGS
782 LDEXECFLAGS
783 LDDLLFLAGS
784 DLLFLAGS
785 OPENGL_LIBS
786 I386_LIBS
787 ICOTOOL
788 CONVERT
789 RSVG
790 FONTFORGE
791 PKG_CONFIG
792 MSGFMT
793 LDCONFIG
794 EGREP
795 GREP
796 LN_S
797 RANLIB
798 STRIP
799 ac_ct_AR
801 BISON
802 FLEX
803 api_manext
804 SED_CMD
805 RUNTESTFLAGS
806 MAKEDEP
807 toolsdir
808 toolsext
809 TARGETFLAGS
811 CPPBIN
812 ac_ct_CXX
813 CXXFLAGS
815 OBJEXT
816 EXEEXT
817 ac_ct_CC
818 CPPFLAGS
819 LDFLAGS
820 CFLAGS
822 SET_MAKE
823 srcdir
824 nlsdir
825 fontdir
826 dlldir
827 host_os
828 host_vendor
829 host_cpu
830 host
831 build_os
832 build_vendor
833 build_cpu
834 build
835 system_dllpath
836 target_alias
837 host_alias
838 build_alias
839 LIBS
840 ECHO_T
841 ECHO_N
842 ECHO_C
843 DEFS
844 mandir
845 localedir
846 libdir
847 psdir
848 pdfdir
849 dvidir
850 htmldir
851 infodir
852 docdir
853 oldincludedir
854 includedir
855 runstatedir
856 localstatedir
857 sharedstatedir
858 sysconfdir
859 datadir
860 datarootdir
861 libexecdir
862 sbindir
863 bindir
864 program_transform_name
865 prefix
866 exec_prefix
867 PACKAGE_URL
868 PACKAGE_BUGREPORT
869 PACKAGE_STRING
870 PACKAGE_VERSION
871 PACKAGE_TARNAME
872 PACKAGE_NAME
873 PATH_SEPARATOR
874 SHELL'
875 ac_subst_files=''
876 ac_user_opts='
877 enable_option_checking
878 enable_win16
879 enable_win64
880 enable_tests
881 enable_build_id
882 enable_maintainer_mode
883 enable_silent_rules
884 enable_werror
885 with_alsa
886 with_capi
887 with_coreaudio
888 with_cups
889 with_dbus
890 with_float_abi
891 with_fontconfig
892 with_freetype
893 with_gettext
894 with_gettextpo
895 with_gphoto
896 with_gnutls
897 with_gssapi
898 with_gstreamer
899 with_inotify
900 with_krb5
901 with_ldap
902 with_mingw
903 with_netapi
904 with_openal
905 with_opencl
906 with_opengl
907 with_osmesa
908 with_oss
909 with_pcap
910 with_pthread
911 with_pulse
912 with_sane
913 with_sdl
914 with_udev
915 with_unwind
916 with_usb
917 with_v4l2
918 with_vkd3d
919 with_vulkan
920 with_xcomposite
921 with_xcursor
922 with_xfixes
923 with_xinerama
924 with_xinput
925 with_xinput2
926 with_xrandr
927 with_xrender
928 with_xshape
929 with_xshm
930 with_xxf86vm
931 with_system_dllpath
932 with_wine_tools
933 with_wine64
934 enable_largefile
935 with_x
936 enable_acledit
937 enable_aclui
938 enable_activeds_tlb
939 enable_activeds
940 enable_actxprxy
941 enable_adsldp
942 enable_adsldpc
943 enable_advapi32
944 enable_advpack
945 enable_amsi
946 enable_amstream
947 enable_api_ms_win_appmodel_identity_l1_1_0
948 enable_api_ms_win_appmodel_runtime_l1_1_0
949 enable_api_ms_win_appmodel_runtime_l1_1_1
950 enable_api_ms_win_appmodel_runtime_l1_1_2
951 enable_api_ms_win_core_apiquery_l1_1_0
952 enable_api_ms_win_core_appcompat_l1_1_1
953 enable_api_ms_win_core_appinit_l1_1_0
954 enable_api_ms_win_core_atoms_l1_1_0
955 enable_api_ms_win_core_bem_l1_1_0
956 enable_api_ms_win_core_com_l1_1_0
957 enable_api_ms_win_core_com_l1_1_1
958 enable_api_ms_win_core_com_private_l1_1_0
959 enable_api_ms_win_core_comm_l1_1_0
960 enable_api_ms_win_core_console_l1_1_0
961 enable_api_ms_win_core_console_l1_2_0
962 enable_api_ms_win_core_console_l2_1_0
963 enable_api_ms_win_core_console_l3_2_0
964 enable_api_ms_win_core_crt_l1_1_0
965 enable_api_ms_win_core_crt_l2_1_0
966 enable_api_ms_win_core_datetime_l1_1_0
967 enable_api_ms_win_core_datetime_l1_1_1
968 enable_api_ms_win_core_debug_l1_1_0
969 enable_api_ms_win_core_debug_l1_1_1
970 enable_api_ms_win_core_delayload_l1_1_0
971 enable_api_ms_win_core_delayload_l1_1_1
972 enable_api_ms_win_core_errorhandling_l1_1_0
973 enable_api_ms_win_core_errorhandling_l1_1_1
974 enable_api_ms_win_core_errorhandling_l1_1_2
975 enable_api_ms_win_core_errorhandling_l1_1_3
976 enable_api_ms_win_core_featurestaging_l1_1_0
977 enable_api_ms_win_core_fibers_l1_1_0
978 enable_api_ms_win_core_fibers_l1_1_1
979 enable_api_ms_win_core_file_ansi_l2_1_0
980 enable_api_ms_win_core_file_fromapp_l1_1_0
981 enable_api_ms_win_core_file_l1_1_0
982 enable_api_ms_win_core_file_l1_2_0
983 enable_api_ms_win_core_file_l1_2_1
984 enable_api_ms_win_core_file_l1_2_2
985 enable_api_ms_win_core_file_l2_1_0
986 enable_api_ms_win_core_file_l2_1_1
987 enable_api_ms_win_core_file_l2_1_2
988 enable_api_ms_win_core_handle_l1_1_0
989 enable_api_ms_win_core_heap_l1_1_0
990 enable_api_ms_win_core_heap_l1_2_0
991 enable_api_ms_win_core_heap_l2_1_0
992 enable_api_ms_win_core_heap_obsolete_l1_1_0
993 enable_api_ms_win_core_interlocked_l1_1_0
994 enable_api_ms_win_core_interlocked_l1_2_0
995 enable_api_ms_win_core_io_l1_1_0
996 enable_api_ms_win_core_io_l1_1_1
997 enable_api_ms_win_core_job_l1_1_0
998 enable_api_ms_win_core_job_l2_1_0
999 enable_api_ms_win_core_kernel32_legacy_l1_1_0
1000 enable_api_ms_win_core_kernel32_legacy_l1_1_1
1001 enable_api_ms_win_core_kernel32_legacy_l1_1_2
1002 enable_api_ms_win_core_kernel32_legacy_l1_1_5
1003 enable_api_ms_win_core_kernel32_private_l1_1_1
1004 enable_api_ms_win_core_largeinteger_l1_1_0
1005 enable_api_ms_win_core_libraryloader_l1_1_0
1006 enable_api_ms_win_core_libraryloader_l1_1_1
1007 enable_api_ms_win_core_libraryloader_l1_2_0
1008 enable_api_ms_win_core_libraryloader_l1_2_1
1009 enable_api_ms_win_core_libraryloader_l1_2_2
1010 enable_api_ms_win_core_libraryloader_l2_1_0
1011 enable_api_ms_win_core_localization_l1_1_0
1012 enable_api_ms_win_core_localization_l1_2_0
1013 enable_api_ms_win_core_localization_l1_2_1
1014 enable_api_ms_win_core_localization_l1_2_2
1015 enable_api_ms_win_core_localization_l2_1_0
1016 enable_api_ms_win_core_localization_obsolete_l1_1_0
1017 enable_api_ms_win_core_localization_obsolete_l1_2_0
1018 enable_api_ms_win_core_localization_obsolete_l1_3_0
1019 enable_api_ms_win_core_localization_private_l1_1_0
1020 enable_api_ms_win_core_localregistry_l1_1_0
1021 enable_api_ms_win_core_memory_l1_1_0
1022 enable_api_ms_win_core_memory_l1_1_1
1023 enable_api_ms_win_core_memory_l1_1_2
1024 enable_api_ms_win_core_memory_l1_1_3
1025 enable_api_ms_win_core_memory_l1_1_4
1026 enable_api_ms_win_core_misc_l1_1_0
1027 enable_api_ms_win_core_namedpipe_ansi_l1_1_0
1028 enable_api_ms_win_core_namedpipe_l1_1_0
1029 enable_api_ms_win_core_namedpipe_l1_2_0
1030 enable_api_ms_win_core_namespace_l1_1_0
1031 enable_api_ms_win_core_normalization_l1_1_0
1032 enable_api_ms_win_core_path_l1_1_0
1033 enable_api_ms_win_core_privateprofile_l1_1_1
1034 enable_api_ms_win_core_processenvironment_l1_1_0
1035 enable_api_ms_win_core_processenvironment_l1_2_0
1036 enable_api_ms_win_core_processthreads_l1_1_0
1037 enable_api_ms_win_core_processthreads_l1_1_1
1038 enable_api_ms_win_core_processthreads_l1_1_2
1039 enable_api_ms_win_core_processthreads_l1_1_3
1040 enable_api_ms_win_core_processtopology_l1_1_0
1041 enable_api_ms_win_core_processtopology_obsolete_l1_1_0
1042 enable_api_ms_win_core_profile_l1_1_0
1043 enable_api_ms_win_core_psapi_ansi_l1_1_0
1044 enable_api_ms_win_core_psapi_l1_1_0
1045 enable_api_ms_win_core_psapi_obsolete_l1_1_0
1046 enable_api_ms_win_core_psm_appnotify_l1_1_0
1047 enable_api_ms_win_core_quirks_l1_1_0
1048 enable_api_ms_win_core_realtime_l1_1_0
1049 enable_api_ms_win_core_realtime_l1_1_1
1050 enable_api_ms_win_core_registry_l1_1_0
1051 enable_api_ms_win_core_registry_l2_1_0
1052 enable_api_ms_win_core_registry_l2_2_0
1053 enable_api_ms_win_core_registryuserspecific_l1_1_0
1054 enable_api_ms_win_core_rtlsupport_l1_1_0
1055 enable_api_ms_win_core_rtlsupport_l1_2_0
1056 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
1057 enable_api_ms_win_core_shlwapi_obsolete_l1_1_0
1058 enable_api_ms_win_core_shlwapi_obsolete_l1_2_0
1059 enable_api_ms_win_core_shutdown_l1_1_0
1060 enable_api_ms_win_core_sidebyside_l1_1_0
1061 enable_api_ms_win_core_string_l1_1_0
1062 enable_api_ms_win_core_string_l2_1_0
1063 enable_api_ms_win_core_string_obsolete_l1_1_0
1064 enable_api_ms_win_core_stringansi_l1_1_0
1065 enable_api_ms_win_core_stringloader_l1_1_1
1066 enable_api_ms_win_core_synch_ansi_l1_1_0
1067 enable_api_ms_win_core_synch_l1_1_0
1068 enable_api_ms_win_core_synch_l1_2_0
1069 enable_api_ms_win_core_synch_l1_2_1
1070 enable_api_ms_win_core_sysinfo_l1_1_0
1071 enable_api_ms_win_core_sysinfo_l1_2_0
1072 enable_api_ms_win_core_sysinfo_l1_2_1
1073 enable_api_ms_win_core_systemtopology_l1_1_0
1074 enable_api_ms_win_core_threadpool_l1_1_0
1075 enable_api_ms_win_core_threadpool_l1_2_0
1076 enable_api_ms_win_core_threadpool_legacy_l1_1_0
1077 enable_api_ms_win_core_threadpool_private_l1_1_0
1078 enable_api_ms_win_core_timezone_l1_1_0
1079 enable_api_ms_win_core_toolhelp_l1_1_0
1080 enable_api_ms_win_core_url_l1_1_0
1081 enable_api_ms_win_core_util_l1_1_0
1082 enable_api_ms_win_core_version_l1_1_0
1083 enable_api_ms_win_core_version_l1_1_1
1084 enable_api_ms_win_core_version_private_l1_1_0
1085 enable_api_ms_win_core_versionansi_l1_1_0
1086 enable_api_ms_win_core_windowserrorreporting_l1_1_0
1087 enable_api_ms_win_core_windowserrorreporting_l1_1_1
1088 enable_api_ms_win_core_winrt_error_l1_1_0
1089 enable_api_ms_win_core_winrt_error_l1_1_1
1090 enable_api_ms_win_core_winrt_errorprivate_l1_1_1
1091 enable_api_ms_win_core_winrt_l1_1_0
1092 enable_api_ms_win_core_winrt_registration_l1_1_0
1093 enable_api_ms_win_core_winrt_roparameterizediid_l1_1_0
1094 enable_api_ms_win_core_winrt_string_l1_1_0
1095 enable_api_ms_win_core_winrt_string_l1_1_1
1096 enable_api_ms_win_core_wow64_l1_1_0
1097 enable_api_ms_win_core_wow64_l1_1_1
1098 enable_api_ms_win_core_xstate_l1_1_0
1099 enable_api_ms_win_core_xstate_l2_1_0
1100 enable_api_ms_win_crt_conio_l1_1_0
1101 enable_api_ms_win_crt_convert_l1_1_0
1102 enable_api_ms_win_crt_environment_l1_1_0
1103 enable_api_ms_win_crt_filesystem_l1_1_0
1104 enable_api_ms_win_crt_heap_l1_1_0
1105 enable_api_ms_win_crt_locale_l1_1_0
1106 enable_api_ms_win_crt_math_l1_1_0
1107 enable_api_ms_win_crt_multibyte_l1_1_0
1108 enable_api_ms_win_crt_private_l1_1_0
1109 enable_api_ms_win_crt_process_l1_1_0
1110 enable_api_ms_win_crt_runtime_l1_1_0
1111 enable_api_ms_win_crt_stdio_l1_1_0
1112 enable_api_ms_win_crt_string_l1_1_0
1113 enable_api_ms_win_crt_time_l1_1_0
1114 enable_api_ms_win_crt_utility_l1_1_0
1115 enable_api_ms_win_devices_config_l1_1_0
1116 enable_api_ms_win_devices_config_l1_1_1
1117 enable_api_ms_win_devices_query_l1_1_1
1118 enable_api_ms_win_downlevel_advapi32_l1_1_0
1119 enable_api_ms_win_downlevel_advapi32_l2_1_0
1120 enable_api_ms_win_downlevel_kernel32_l2_1_0
1121 enable_api_ms_win_downlevel_normaliz_l1_1_0
1122 enable_api_ms_win_downlevel_ole32_l1_1_0
1123 enable_api_ms_win_downlevel_shell32_l1_1_0
1124 enable_api_ms_win_downlevel_shlwapi_l1_1_0
1125 enable_api_ms_win_downlevel_shlwapi_l2_1_0
1126 enable_api_ms_win_downlevel_user32_l1_1_0
1127 enable_api_ms_win_downlevel_version_l1_1_0
1128 enable_api_ms_win_dx_d3dkmt_l1_1_0
1129 enable_api_ms_win_eventing_classicprovider_l1_1_0
1130 enable_api_ms_win_eventing_consumer_l1_1_0
1131 enable_api_ms_win_eventing_controller_l1_1_0
1132 enable_api_ms_win_eventing_legacy_l1_1_0
1133 enable_api_ms_win_eventing_provider_l1_1_0
1134 enable_api_ms_win_eventlog_legacy_l1_1_0
1135 enable_api_ms_win_gaming_tcui_l1_1_0
1136 enable_api_ms_win_gdi_dpiinfo_l1_1_0
1137 enable_api_ms_win_mm_joystick_l1_1_0
1138 enable_api_ms_win_mm_misc_l1_1_1
1139 enable_api_ms_win_mm_mme_l1_1_0
1140 enable_api_ms_win_mm_time_l1_1_0
1141 enable_api_ms_win_ntuser_dc_access_l1_1_0
1142 enable_api_ms_win_ntuser_rectangle_l1_1_0
1143 enable_api_ms_win_ntuser_sysparams_l1_1_0
1144 enable_api_ms_win_perf_legacy_l1_1_0
1145 enable_api_ms_win_power_base_l1_1_0
1146 enable_api_ms_win_power_setting_l1_1_0
1147 enable_api_ms_win_rtcore_ntuser_draw_l1_1_0
1148 enable_api_ms_win_rtcore_ntuser_private_l1_1_0
1149 enable_api_ms_win_rtcore_ntuser_private_l1_1_4
1150 enable_api_ms_win_rtcore_ntuser_window_l1_1_0
1151 enable_api_ms_win_rtcore_ntuser_winevent_l1_1_0
1152 enable_api_ms_win_rtcore_ntuser_wmpointer_l1_1_0
1153 enable_api_ms_win_rtcore_ntuser_wmpointer_l1_1_3
1154 enable_api_ms_win_security_activedirectoryclient_l1_1_0
1155 enable_api_ms_win_security_audit_l1_1_1
1156 enable_api_ms_win_security_base_l1_1_0
1157 enable_api_ms_win_security_base_l1_2_0
1158 enable_api_ms_win_security_base_private_l1_1_1
1159 enable_api_ms_win_security_credentials_l1_1_0
1160 enable_api_ms_win_security_cryptoapi_l1_1_0
1161 enable_api_ms_win_security_grouppolicy_l1_1_0
1162 enable_api_ms_win_security_lsalookup_l1_1_0
1163 enable_api_ms_win_security_lsalookup_l1_1_1
1164 enable_api_ms_win_security_lsalookup_l2_1_0
1165 enable_api_ms_win_security_lsalookup_l2_1_1
1166 enable_api_ms_win_security_lsapolicy_l1_1_0
1167 enable_api_ms_win_security_provider_l1_1_0
1168 enable_api_ms_win_security_sddl_l1_1_0
1169 enable_api_ms_win_security_systemfunctions_l1_1_0
1170 enable_api_ms_win_service_core_l1_1_0
1171 enable_api_ms_win_service_core_l1_1_1
1172 enable_api_ms_win_service_management_l1_1_0
1173 enable_api_ms_win_service_management_l2_1_0
1174 enable_api_ms_win_service_private_l1_1_1
1175 enable_api_ms_win_service_winsvc_l1_1_0
1176 enable_api_ms_win_service_winsvc_l1_2_0
1177 enable_api_ms_win_shcore_obsolete_l1_1_0
1178 enable_api_ms_win_shcore_scaling_l1_1_0
1179 enable_api_ms_win_shcore_scaling_l1_1_1
1180 enable_api_ms_win_shcore_stream_l1_1_0
1181 enable_api_ms_win_shcore_stream_winrt_l1_1_0
1182 enable_api_ms_win_shcore_thread_l1_1_0
1183 enable_api_ms_win_shell_shellcom_l1_1_0
1184 enable_api_ms_win_shell_shellfolders_l1_1_0
1185 enable_apphelp
1186 enable_appwiz_cpl
1187 enable_atl
1188 enable_atl100
1189 enable_atl110
1190 enable_atl80
1191 enable_atl90
1192 enable_atlthunk
1193 enable_atmlib
1194 enable_authz
1195 enable_avicap32
1196 enable_avifil32
1197 enable_avrt
1198 enable_bcrypt
1199 enable_bluetoothapis
1200 enable_browseui
1201 enable_bthprops_cpl
1202 enable_cabinet
1203 enable_capi2032
1204 enable_cards
1205 enable_cdosys
1206 enable_cfgmgr32
1207 enable_clusapi
1208 enable_cng_sys
1209 enable_combase
1210 enable_comcat
1211 enable_comctl32
1212 enable_comdlg32
1213 enable_compstui
1214 enable_comsvcs
1215 enable_concrt140
1216 enable_connect
1217 enable_credui
1218 enable_crtdll
1219 enable_crypt32
1220 enable_cryptdlg
1221 enable_cryptdll
1222 enable_cryptext
1223 enable_cryptnet
1224 enable_cryptsp
1225 enable_cryptui
1226 enable_ctapi32
1227 enable_ctl3d32
1228 enable_d2d1
1229 enable_d3d10
1230 enable_d3d10_1
1231 enable_d3d10core
1232 enable_d3d11
1233 enable_d3d12
1234 enable_d3d8
1235 enable_d3d8thk
1236 enable_d3d9
1237 enable_d3dcompiler_33
1238 enable_d3dcompiler_34
1239 enable_d3dcompiler_35
1240 enable_d3dcompiler_36
1241 enable_d3dcompiler_37
1242 enable_d3dcompiler_38
1243 enable_d3dcompiler_39
1244 enable_d3dcompiler_40
1245 enable_d3dcompiler_41
1246 enable_d3dcompiler_42
1247 enable_d3dcompiler_43
1248 enable_d3dcompiler_46
1249 enable_d3dcompiler_47
1250 enable_d3dim
1251 enable_d3dim700
1252 enable_d3drm
1253 enable_d3dx10_33
1254 enable_d3dx10_34
1255 enable_d3dx10_35
1256 enable_d3dx10_36
1257 enable_d3dx10_37
1258 enable_d3dx10_38
1259 enable_d3dx10_39
1260 enable_d3dx10_40
1261 enable_d3dx10_41
1262 enable_d3dx10_42
1263 enable_d3dx10_43
1264 enable_d3dx11_42
1265 enable_d3dx11_43
1266 enable_d3dx9_24
1267 enable_d3dx9_25
1268 enable_d3dx9_26
1269 enable_d3dx9_27
1270 enable_d3dx9_28
1271 enable_d3dx9_29
1272 enable_d3dx9_30
1273 enable_d3dx9_31
1274 enable_d3dx9_32
1275 enable_d3dx9_33
1276 enable_d3dx9_34
1277 enable_d3dx9_35
1278 enable_d3dx9_36
1279 enable_d3dx9_37
1280 enable_d3dx9_38
1281 enable_d3dx9_39
1282 enable_d3dx9_40
1283 enable_d3dx9_41
1284 enable_d3dx9_42
1285 enable_d3dx9_43
1286 enable_d3dxof
1287 enable_davclnt
1288 enable_dbgeng
1289 enable_dbghelp
1290 enable_dciman32
1291 enable_dcomp
1292 enable_ddraw
1293 enable_ddrawex
1294 enable_devenum
1295 enable_dhcpcsvc
1296 enable_dhcpcsvc6
1297 enable_dhtmled_ocx
1298 enable_difxapi
1299 enable_dinput
1300 enable_dinput8
1301 enable_directmanipulation
1302 enable_dispex
1303 enable_dmband
1304 enable_dmcompos
1305 enable_dmime
1306 enable_dmloader
1307 enable_dmscript
1308 enable_dmstyle
1309 enable_dmsynth
1310 enable_dmusic
1311 enable_dmusic32
1312 enable_dnsapi
1313 enable_dplay
1314 enable_dplayx
1315 enable_dpnaddr
1316 enable_dpnet
1317 enable_dpnhpast
1318 enable_dpnhupnp
1319 enable_dpnlobby
1320 enable_dpvoice
1321 enable_dpwsockx
1322 enable_drmclien
1323 enable_dsdmo
1324 enable_dsound
1325 enable_dsquery
1326 enable_dssenh
1327 enable_dsuiext
1328 enable_dswave
1329 enable_dwmapi
1330 enable_dwrite
1331 enable_dx8vb
1332 enable_dxdiagn
1333 enable_dxgi
1334 enable_dxtrans
1335 enable_dxva2
1336 enable_esent
1337 enable_evr
1338 enable_explorerframe
1339 enable_ext_ms_win_authz_context_l1_1_0
1340 enable_ext_ms_win_domainjoin_netjoin_l1_1_0
1341 enable_ext_ms_win_dwmapi_ext_l1_1_0
1342 enable_ext_ms_win_gdi_dc_create_l1_1_0
1343 enable_ext_ms_win_gdi_dc_create_l1_1_1
1344 enable_ext_ms_win_gdi_dc_l1_2_0
1345 enable_ext_ms_win_gdi_devcaps_l1_1_0
1346 enable_ext_ms_win_gdi_draw_l1_1_0
1347 enable_ext_ms_win_gdi_draw_l1_1_1
1348 enable_ext_ms_win_gdi_font_l1_1_0
1349 enable_ext_ms_win_gdi_font_l1_1_1
1350 enable_ext_ms_win_gdi_render_l1_1_0
1351 enable_ext_ms_win_kernel32_package_current_l1_1_0
1352 enable_ext_ms_win_kernel32_package_l1_1_1
1353 enable_ext_ms_win_ntuser_dialogbox_l1_1_0
1354 enable_ext_ms_win_ntuser_draw_l1_1_0
1355 enable_ext_ms_win_ntuser_gui_l1_1_0
1356 enable_ext_ms_win_ntuser_gui_l1_3_0
1357 enable_ext_ms_win_ntuser_keyboard_l1_3_0
1358 enable_ext_ms_win_ntuser_message_l1_1_0
1359 enable_ext_ms_win_ntuser_message_l1_1_1
1360 enable_ext_ms_win_ntuser_misc_l1_1_0
1361 enable_ext_ms_win_ntuser_misc_l1_2_0
1362 enable_ext_ms_win_ntuser_misc_l1_5_1
1363 enable_ext_ms_win_ntuser_mouse_l1_1_0
1364 enable_ext_ms_win_ntuser_private_l1_1_1
1365 enable_ext_ms_win_ntuser_private_l1_3_1
1366 enable_ext_ms_win_ntuser_rectangle_ext_l1_1_0
1367 enable_ext_ms_win_ntuser_uicontext_ext_l1_1_0
1368 enable_ext_ms_win_ntuser_window_l1_1_0
1369 enable_ext_ms_win_ntuser_window_l1_1_1
1370 enable_ext_ms_win_ntuser_window_l1_1_4
1371 enable_ext_ms_win_ntuser_windowclass_l1_1_0
1372 enable_ext_ms_win_ntuser_windowclass_l1_1_1
1373 enable_ext_ms_win_oleacc_l1_1_0
1374 enable_ext_ms_win_ras_rasapi32_l1_1_0
1375 enable_ext_ms_win_rtcore_gdi_devcaps_l1_1_0
1376 enable_ext_ms_win_rtcore_gdi_object_l1_1_0
1377 enable_ext_ms_win_rtcore_gdi_rgn_l1_1_0
1378 enable_ext_ms_win_rtcore_ntuser_cursor_l1_1_0
1379 enable_ext_ms_win_rtcore_ntuser_dc_access_l1_1_0
1380 enable_ext_ms_win_rtcore_ntuser_dpi_l1_1_0
1381 enable_ext_ms_win_rtcore_ntuser_dpi_l1_2_0
1382 enable_ext_ms_win_rtcore_ntuser_rawinput_l1_1_0
1383 enable_ext_ms_win_rtcore_ntuser_syscolors_l1_1_0
1384 enable_ext_ms_win_rtcore_ntuser_sysparams_l1_1_0
1385 enable_ext_ms_win_security_credui_l1_1_0
1386 enable_ext_ms_win_security_cryptui_l1_1_0
1387 enable_ext_ms_win_shell_comctl32_init_l1_1_0
1388 enable_ext_ms_win_shell_comdlg32_l1_1_0
1389 enable_ext_ms_win_shell_shell32_l1_2_0
1390 enable_ext_ms_win_uxtheme_themes_l1_1_0
1391 enable_faultrep
1392 enable_feclient
1393 enable_fltlib
1394 enable_fltmgr_sys
1395 enable_fntcache
1396 enable_fontsub
1397 enable_fusion
1398 enable_fwpuclnt
1399 enable_gameux
1400 enable_gamingtcui
1401 enable_gdi32
1402 enable_gdiplus
1403 enable_glu32
1404 enable_gphoto2_ds
1405 enable_gpkcsp
1406 enable_hal
1407 enable_hhctrl_ocx
1408 enable_hid
1409 enable_hidclass_sys
1410 enable_hidparse_sys
1411 enable_hlink
1412 enable_hnetcfg
1413 enable_http_sys
1414 enable_httpapi
1415 enable_iccvid
1416 enable_icmp
1417 enable_ieframe
1418 enable_ieproxy
1419 enable_imaadp32_acm
1420 enable_imagehlp
1421 enable_imm32
1422 enable_inetcomm
1423 enable_inetcpl_cpl
1424 enable_inetmib1
1425 enable_infosoft
1426 enable_initpki
1427 enable_inkobj
1428 enable_inseng
1429 enable_iphlpapi
1430 enable_iprop
1431 enable_irprops_cpl
1432 enable_itircl
1433 enable_itss
1434 enable_joy_cpl
1435 enable_jscript
1436 enable_jsproxy
1437 enable_kerberos
1438 enable_kernel32
1439 enable_kernelbase
1440 enable_ksecdd_sys
1441 enable_ksproxy_ax
1442 enable_ksuser
1443 enable_ktmw32
1444 enable_l3codeca_acm
1445 enable_light_msstyles
1446 enable_loadperf
1447 enable_localspl
1448 enable_localui
1449 enable_lz32
1450 enable_mapi32
1451 enable_mapistub
1452 enable_mciavi32
1453 enable_mcicda
1454 enable_mciqtz32
1455 enable_mciseq
1456 enable_mciwave
1457 enable_mf
1458 enable_mf3216
1459 enable_mferror
1460 enable_mfmediaengine
1461 enable_mfplat
1462 enable_mfplay
1463 enable_mfreadwrite
1464 enable_mgmtapi
1465 enable_midimap
1466 enable_mlang
1467 enable_mmcndmgr
1468 enable_mmdevapi
1469 enable_mountmgr_sys
1470 enable_mp3dmod
1471 enable_mpr
1472 enable_mprapi
1473 enable_msacm32_drv
1474 enable_msacm32
1475 enable_msado15
1476 enable_msadp32_acm
1477 enable_msasn1
1478 enable_mscat32
1479 enable_mscms
1480 enable_mscoree
1481 enable_mscorwks
1482 enable_msctf
1483 enable_msctfmonitor
1484 enable_msctfp
1485 enable_msdaps
1486 enable_msdasql
1487 enable_msdelta
1488 enable_msdmo
1489 enable_msdrm
1490 enable_msftedit
1491 enable_msg711_acm
1492 enable_msgsm32_acm
1493 enable_mshtml_tlb
1494 enable_mshtml
1495 enable_msi
1496 enable_msident
1497 enable_msimg32
1498 enable_msimsg
1499 enable_msimtf
1500 enable_msisip
1501 enable_msisys_ocx
1502 enable_msls31
1503 enable_msnet32
1504 enable_mspatcha
1505 enable_msports
1506 enable_msrle32
1507 enable_msscript_ocx
1508 enable_mssign32
1509 enable_mssip32
1510 enable_mstask
1511 enable_msv1_0
1512 enable_msvcirt
1513 enable_msvcm80
1514 enable_msvcm90
1515 enable_msvcp100
1516 enable_msvcp110
1517 enable_msvcp120
1518 enable_msvcp120_app
1519 enable_msvcp140
1520 enable_msvcp140_1
1521 enable_msvcp60
1522 enable_msvcp70
1523 enable_msvcp71
1524 enable_msvcp80
1525 enable_msvcp90
1526 enable_msvcp_win
1527 enable_msvcr100
1528 enable_msvcr110
1529 enable_msvcr120
1530 enable_msvcr120_app
1531 enable_msvcr70
1532 enable_msvcr71
1533 enable_msvcr80
1534 enable_msvcr90
1535 enable_msvcrt
1536 enable_msvcrt20
1537 enable_msvcrt40
1538 enable_msvcrtd
1539 enable_msvfw32
1540 enable_msvidc32
1541 enable_mswsock
1542 enable_msxml
1543 enable_msxml2
1544 enable_msxml3
1545 enable_msxml4
1546 enable_msxml6
1547 enable_mtxdm
1548 enable_ncrypt
1549 enable_nddeapi
1550 enable_ndis_sys
1551 enable_netapi32
1552 enable_netcfgx
1553 enable_netio_sys
1554 enable_netprofm
1555 enable_netutils
1556 enable_newdev
1557 enable_ninput
1558 enable_normaliz
1559 enable_npmshtml
1560 enable_npptools
1561 enable_nsi
1562 enable_nsiproxy_sys
1563 enable_ntdll
1564 enable_ntdsapi
1565 enable_ntoskrnl_exe
1566 enable_ntprint
1567 enable_objsel
1568 enable_odbc32
1569 enable_odbcbcp
1570 enable_odbccp32
1571 enable_odbccu32
1572 enable_ole32
1573 enable_oleacc
1574 enable_oleaut32
1575 enable_olecli32
1576 enable_oledb32
1577 enable_oledlg
1578 enable_olepro32
1579 enable_olesvr32
1580 enable_olethk32
1581 enable_opcservices
1582 enable_openal32
1583 enable_opencl
1584 enable_opengl32
1585 enable_packager
1586 enable_pdh
1587 enable_photometadatahandler
1588 enable_pidgen
1589 enable_powrprof
1590 enable_printui
1591 enable_prntvpt
1592 enable_propsys
1593 enable_psapi
1594 enable_pstorec
1595 enable_pwrshplugin
1596 enable_qasf
1597 enable_qcap
1598 enable_qdvd
1599 enable_qedit
1600 enable_qmgr
1601 enable_qmgrprxy
1602 enable_quartz
1603 enable_query
1604 enable_qwave
1605 enable_rasapi32
1606 enable_rasdlg
1607 enable_regapi
1608 enable_resutils
1609 enable_riched20
1610 enable_riched32
1611 enable_rpcrt4
1612 enable_rsabase
1613 enable_rsaenh
1614 enable_rstrtmgr
1615 enable_rtutils
1616 enable_rtworkq
1617 enable_samlib
1618 enable_sane_ds
1619 enable_sapi
1620 enable_sas
1621 enable_scarddlg
1622 enable_sccbase
1623 enable_schannel
1624 enable_schedsvc
1625 enable_scrobj
1626 enable_scrrun
1627 enable_scsiport_sys
1628 enable_sechost
1629 enable_secur32
1630 enable_security
1631 enable_sensapi
1632 enable_serialui
1633 enable_setupapi
1634 enable_sfc
1635 enable_sfc_os
1636 enable_shcore
1637 enable_shdoclc
1638 enable_shdocvw
1639 enable_shell32
1640 enable_shfolder
1641 enable_shlwapi
1642 enable_slbcsp
1643 enable_slc
1644 enable_snmpapi
1645 enable_softpub
1646 enable_spoolss
1647 enable_sppc
1648 enable_srclient
1649 enable_srvcli
1650 enable_sspicli
1651 enable_stdole2_tlb
1652 enable_stdole32_tlb
1653 enable_sti
1654 enable_strmdll
1655 enable_svrapi
1656 enable_sxs
1657 enable_t2embed
1658 enable_tapi32
1659 enable_taskschd
1660 enable_tbs
1661 enable_tdh
1662 enable_tdi_sys
1663 enable_traffic
1664 enable_twain_32
1665 enable_tzres
1666 enable_ucrtbase
1667 enable_uianimation
1668 enable_uiautomationcore
1669 enable_uiribbon
1670 enable_unicows
1671 enable_updspapi
1672 enable_url
1673 enable_urlmon
1674 enable_usbd_sys
1675 enable_user32
1676 enable_userenv
1677 enable_usp10
1678 enable_utildll
1679 enable_uxtheme
1680 enable_vbscript
1681 enable_vcomp
1682 enable_vcomp100
1683 enable_vcomp110
1684 enable_vcomp120
1685 enable_vcomp140
1686 enable_vcomp90
1687 enable_vcruntime140
1688 enable_vcruntime140_1
1689 enable_vdmdbg
1690 enable_version
1691 enable_vga
1692 enable_virtdisk
1693 enable_vssapi
1694 enable_vulkan_1
1695 enable_wbemdisp
1696 enable_wbemprox
1697 enable_wdscore
1698 enable_webservices
1699 enable_websocket
1700 enable_wer
1701 enable_wevtapi
1702 enable_wevtsvc
1703 enable_wiaservc
1704 enable_wimgapi
1705 enable_win32u
1706 enable_windows_devices_enumeration
1707 enable_windows_gaming_input
1708 enable_windows_globalization
1709 enable_windows_media_devices
1710 enable_windows_media_speech
1711 enable_windowscodecs
1712 enable_windowscodecsext
1713 enable_winealsa_drv
1714 enable_wineandroid_drv
1715 enable_winebus_sys
1716 enable_winecoreaudio_drv
1717 enable_winecrt0
1718 enable_wined3d
1719 enable_winegstreamer
1720 enable_winehid_sys
1721 enable_winemac_drv
1722 enable_winemapi
1723 enable_wineoss_drv
1724 enable_wineps_drv
1725 enable_winepulse_drv
1726 enable_wineusb_sys
1727 enable_winevulkan
1728 enable_winex11_drv
1729 enable_winexinput_sys
1730 enable_wing32
1731 enable_winhttp
1732 enable_wininet
1733 enable_winmm
1734 enable_winnls32
1735 enable_winscard
1736 enable_winspool_drv
1737 enable_winsta
1738 enable_wintab32
1739 enable_wintrust
1740 enable_winusb
1741 enable_wlanapi
1742 enable_wlanui
1743 enable_wldap32
1744 enable_wmasf
1745 enable_wmi
1746 enable_wmiutils
1747 enable_wmp
1748 enable_wmphoto
1749 enable_wmvcore
1750 enable_wnaspi32
1751 enable_wow64
1752 enable_wow64cpu
1753 enable_wow64win
1754 enable_wpc
1755 enable_wpcap
1756 enable_ws2_32
1757 enable_wsdapi
1758 enable_wshom_ocx
1759 enable_wsnmp32
1760 enable_wsock32
1761 enable_wtsapi32
1762 enable_wuapi
1763 enable_wuaueng
1764 enable_x3daudio1_0
1765 enable_x3daudio1_1
1766 enable_x3daudio1_2
1767 enable_x3daudio1_3
1768 enable_x3daudio1_4
1769 enable_x3daudio1_5
1770 enable_x3daudio1_6
1771 enable_x3daudio1_7
1772 enable_xactengine2_0
1773 enable_xactengine2_4
1774 enable_xactengine2_7
1775 enable_xactengine2_9
1776 enable_xactengine3_0
1777 enable_xactengine3_1
1778 enable_xactengine3_2
1779 enable_xactengine3_3
1780 enable_xactengine3_4
1781 enable_xactengine3_5
1782 enable_xactengine3_6
1783 enable_xactengine3_7
1784 enable_xapofx1_1
1785 enable_xapofx1_2
1786 enable_xapofx1_3
1787 enable_xapofx1_4
1788 enable_xapofx1_5
1789 enable_xaudio2_0
1790 enable_xaudio2_1
1791 enable_xaudio2_2
1792 enable_xaudio2_3
1793 enable_xaudio2_4
1794 enable_xaudio2_5
1795 enable_xaudio2_6
1796 enable_xaudio2_7
1797 enable_xaudio2_8
1798 enable_xaudio2_9
1799 enable_xinput1_1
1800 enable_xinput1_2
1801 enable_xinput1_3
1802 enable_xinput1_4
1803 enable_xinput9_1_0
1804 enable_xmllite
1805 enable_xolehlp
1806 enable_xpsprint
1807 enable_xpssvcs
1808 enable_fonts
1809 enable_include
1810 enable_adsiid
1811 enable_dmoguids
1812 enable_dxerr8
1813 enable_dxerr9
1814 enable_dxguid
1815 enable_faudio
1816 enable_gsm
1817 enable_jpeg
1818 enable_jxr
1819 enable_lcms2
1820 enable_mfuuid
1821 enable_mpg123
1822 enable_png
1823 enable_strmbase
1824 enable_strmiids
1825 enable_tiff
1826 enable_uuid
1827 enable_wbemuuid
1828 enable_wine
1829 enable_wmcodecdspuuid
1830 enable_xml2
1831 enable_xslt
1832 enable_zlib
1833 enable_loader
1834 enable_nls
1835 enable_po
1836 enable_arp
1837 enable_aspnet_regiis
1838 enable_attrib
1839 enable_cabarc
1840 enable_cacls
1841 enable_chcp_com
1842 enable_clock
1843 enable_cmd
1844 enable_conhost
1845 enable_control
1846 enable_cscript
1847 enable_dism
1848 enable_dplaysvr
1849 enable_dpnsvr
1850 enable_dpvsetup
1851 enable_dxdiag
1852 enable_eject
1853 enable_expand
1854 enable_explorer
1855 enable_extrac32
1856 enable_fc
1857 enable_find
1858 enable_findstr
1859 enable_fsutil
1860 enable_hh
1861 enable_hostname
1862 enable_icacls
1863 enable_icinfo
1864 enable_iexplore
1865 enable_ipconfig
1866 enable_lodctr
1867 enable_mofcomp
1868 enable_mshta
1869 enable_msidb
1870 enable_msiexec
1871 enable_msinfo32
1872 enable_net
1873 enable_netsh
1874 enable_netstat
1875 enable_ngen
1876 enable_notepad
1877 enable_oleview
1878 enable_ping
1879 enable_plugplay
1880 enable_powershell
1881 enable_presentationfontcache
1882 enable_progman
1883 enable_reg
1884 enable_regasm
1885 enable_regedit
1886 enable_regini
1887 enable_regsvcs
1888 enable_regsvr32
1889 enable_robocopy
1890 enable_rpcss
1891 enable_rundll32
1892 enable_sc
1893 enable_schtasks
1894 enable_sdbinst
1895 enable_secedit
1896 enable_servicemodelreg
1897 enable_services
1898 enable_shutdown
1899 enable_spoolsv
1900 enable_start
1901 enable_subst
1902 enable_svchost
1903 enable_systeminfo
1904 enable_taskkill
1905 enable_tasklist
1906 enable_taskmgr
1907 enable_termsv
1908 enable_uninstaller
1909 enable_unlodctr
1910 enable_view
1911 enable_wevtutil
1912 enable_where
1913 enable_whoami
1914 enable_wineboot
1915 enable_winebrowser
1916 enable_winecfg
1917 enable_wineconsole
1918 enable_winedbg
1919 enable_winedevice
1920 enable_winefile
1921 enable_winemenubuilder
1922 enable_winemine
1923 enable_winemsibuilder
1924 enable_winepath
1925 enable_winetest
1926 enable_winhlp32
1927 enable_winmgmt
1928 enable_winver
1929 enable_wmic
1930 enable_wmplayer
1931 enable_wordpad
1932 enable_write
1933 enable_wscript
1934 enable_wuauserv
1935 enable_wusa
1936 enable_xcopy
1937 enable_server
1938 enable_tools
1939 enable_sfnt2fon
1940 enable_widl
1941 enable_winebuild
1942 enable_winedump
1943 enable_winegcc
1944 enable_winemaker
1945 enable_wmc
1946 enable_wrc
1948 ac_precious_vars='build_alias
1949 host_alias
1950 target_alias
1952 CFLAGS
1953 LDFLAGS
1954 LIBS
1955 CPPFLAGS
1957 CXXFLAGS
1959 OBJC
1960 OBJCFLAGS
1961 FAUDIO_PE_CFLAGS
1962 FAUDIO_PE_LIBS
1963 GSM_PE_CFLAGS
1964 GSM_PE_LIBS
1965 JPEG_PE_CFLAGS
1966 JPEG_PE_LIBS
1967 JXR_PE_CFLAGS
1968 JXR_PE_LIBS
1969 LCMS2_PE_CFLAGS
1970 LCMS2_PE_LIBS
1971 MPG123_PE_CFLAGS
1972 MPG123_PE_LIBS
1973 PNG_PE_CFLAGS
1974 PNG_PE_LIBS
1975 TIFF_PE_CFLAGS
1976 TIFF_PE_LIBS
1977 XML2_PE_CFLAGS
1978 XML2_PE_LIBS
1979 XSLT_PE_CFLAGS
1980 XSLT_PE_LIBS
1981 ZLIB_PE_CFLAGS
1982 ZLIB_PE_LIBS
1983 XMKMF
1985 INOTIFY_CFLAGS
1986 INOTIFY_LIBS
1987 DBUS_CFLAGS
1988 DBUS_LIBS
1989 GNUTLS_CFLAGS
1990 GNUTLS_LIBS
1991 SANE_CFLAGS
1992 SANE_LIBS
1993 USB_CFLAGS
1994 USB_LIBS
1995 GPHOTO2_CFLAGS
1996 GPHOTO2_LIBS
1997 GPHOTO2_PORT_CFLAGS
1998 GPHOTO2_PORT_LIBS
1999 FREETYPE_CFLAGS
2000 FREETYPE_LIBS
2001 PULSE_CFLAGS
2002 PULSE_LIBS
2003 GSTREAMER_CFLAGS
2004 GSTREAMER_LIBS
2005 UDEV_CFLAGS
2006 UDEV_LIBS
2007 UNWIND_CFLAGS
2008 UNWIND_LIBS
2009 SDL2_CFLAGS
2010 SDL2_LIBS
2011 CAPI20_CFLAGS
2012 CAPI20_LIBS
2013 CUPS_CFLAGS
2014 CUPS_LIBS
2015 FONTCONFIG_CFLAGS
2016 FONTCONFIG_LIBS
2017 KRB5_CFLAGS
2018 KRB5_LIBS
2019 GSSAPI_CFLAGS
2020 GSSAPI_LIBS
2021 NETAPI_CFLAGS
2022 NETAPI_LIBS
2023 VKD3D_CFLAGS
2024 VKD3D_LIBS
2025 VKD3D_SHADER_CFLAGS
2026 VKD3D_SHADER_LIBS
2027 LDAP_CFLAGS
2028 LDAP_LIBS'
2031 # Initialize some variables set by options.
2032 ac_init_help=
2033 ac_init_version=false
2034 ac_unrecognized_opts=
2035 ac_unrecognized_sep=
2036 # The variables have the same names as the options, with
2037 # dashes changed to underlines.
2038 cache_file=/dev/null
2039 exec_prefix=NONE
2040 no_create=
2041 no_recursion=
2042 prefix=NONE
2043 program_prefix=NONE
2044 program_suffix=NONE
2045 program_transform_name=s,x,x,
2046 silent=
2047 site=
2048 srcdir=
2049 verbose=
2050 x_includes=NONE
2051 x_libraries=NONE
2053 # Installation directory options.
2054 # These are left unexpanded so users can "make install exec_prefix=/foo"
2055 # and all the variables that are supposed to be based on exec_prefix
2056 # by default will actually change.
2057 # Use braces instead of parens because sh, perl, etc. also accept them.
2058 # (The list follows the same order as the GNU Coding Standards.)
2059 bindir='${exec_prefix}/bin'
2060 sbindir='${exec_prefix}/sbin'
2061 libexecdir='${exec_prefix}/libexec'
2062 datarootdir='${prefix}/share'
2063 datadir='${datarootdir}'
2064 sysconfdir='${prefix}/etc'
2065 sharedstatedir='${prefix}/com'
2066 localstatedir='${prefix}/var'
2067 runstatedir='${localstatedir}/run'
2068 includedir='${prefix}/include'
2069 oldincludedir='/usr/include'
2070 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
2071 infodir='${datarootdir}/info'
2072 htmldir='${docdir}'
2073 dvidir='${docdir}'
2074 pdfdir='${docdir}'
2075 psdir='${docdir}'
2076 libdir='${exec_prefix}/lib'
2077 localedir='${datarootdir}/locale'
2078 mandir='${datarootdir}/man'
2080 ac_prev=
2081 ac_dashdash=
2082 for ac_option
2084 # If the previous option needs an argument, assign it.
2085 if test -n "$ac_prev"; then
2086 eval $ac_prev=\$ac_option
2087 ac_prev=
2088 continue
2091 case $ac_option in
2092 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
2093 *=) ac_optarg= ;;
2094 *) ac_optarg=yes ;;
2095 esac
2097 case $ac_dashdash$ac_option in
2099 ac_dashdash=yes ;;
2101 -bindir | --bindir | --bindi | --bind | --bin | --bi)
2102 ac_prev=bindir ;;
2103 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
2104 bindir=$ac_optarg ;;
2106 -build | --build | --buil | --bui | --bu)
2107 ac_prev=build_alias ;;
2108 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
2109 build_alias=$ac_optarg ;;
2111 -cache-file | --cache-file | --cache-fil | --cache-fi \
2112 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
2113 ac_prev=cache_file ;;
2114 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
2115 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
2116 cache_file=$ac_optarg ;;
2118 --config-cache | -C)
2119 cache_file=config.cache ;;
2121 -datadir | --datadir | --datadi | --datad)
2122 ac_prev=datadir ;;
2123 -datadir=* | --datadir=* | --datadi=* | --datad=*)
2124 datadir=$ac_optarg ;;
2126 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
2127 | --dataroo | --dataro | --datar)
2128 ac_prev=datarootdir ;;
2129 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
2130 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
2131 datarootdir=$ac_optarg ;;
2133 -disable-* | --disable-*)
2134 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
2135 # Reject names that are not valid shell variable names.
2136 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
2137 as_fn_error $? "invalid feature name: \`$ac_useropt'"
2138 ac_useropt_orig=$ac_useropt
2139 ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
2140 case $ac_user_opts in
2142 "enable_$ac_useropt"
2143 "*) ;;
2144 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
2145 ac_unrecognized_sep=', ';;
2146 esac
2147 eval enable_$ac_useropt=no ;;
2149 -docdir | --docdir | --docdi | --doc | --do)
2150 ac_prev=docdir ;;
2151 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
2152 docdir=$ac_optarg ;;
2154 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
2155 ac_prev=dvidir ;;
2156 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
2157 dvidir=$ac_optarg ;;
2159 -enable-* | --enable-*)
2160 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
2161 # Reject names that are not valid shell variable names.
2162 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
2163 as_fn_error $? "invalid feature name: \`$ac_useropt'"
2164 ac_useropt_orig=$ac_useropt
2165 ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
2166 case $ac_user_opts in
2168 "enable_$ac_useropt"
2169 "*) ;;
2170 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
2171 ac_unrecognized_sep=', ';;
2172 esac
2173 eval enable_$ac_useropt=\$ac_optarg ;;
2175 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
2176 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
2177 | --exec | --exe | --ex)
2178 ac_prev=exec_prefix ;;
2179 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
2180 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
2181 | --exec=* | --exe=* | --ex=*)
2182 exec_prefix=$ac_optarg ;;
2184 -gas | --gas | --ga | --g)
2185 # Obsolete; use --with-gas.
2186 with_gas=yes ;;
2188 -help | --help | --hel | --he | -h)
2189 ac_init_help=long ;;
2190 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
2191 ac_init_help=recursive ;;
2192 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
2193 ac_init_help=short ;;
2195 -host | --host | --hos | --ho)
2196 ac_prev=host_alias ;;
2197 -host=* | --host=* | --hos=* | --ho=*)
2198 host_alias=$ac_optarg ;;
2200 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
2201 ac_prev=htmldir ;;
2202 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
2203 | --ht=*)
2204 htmldir=$ac_optarg ;;
2206 -includedir | --includedir | --includedi | --included | --include \
2207 | --includ | --inclu | --incl | --inc)
2208 ac_prev=includedir ;;
2209 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
2210 | --includ=* | --inclu=* | --incl=* | --inc=*)
2211 includedir=$ac_optarg ;;
2213 -infodir | --infodir | --infodi | --infod | --info | --inf)
2214 ac_prev=infodir ;;
2215 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
2216 infodir=$ac_optarg ;;
2218 -libdir | --libdir | --libdi | --libd)
2219 ac_prev=libdir ;;
2220 -libdir=* | --libdir=* | --libdi=* | --libd=*)
2221 libdir=$ac_optarg ;;
2223 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
2224 | --libexe | --libex | --libe)
2225 ac_prev=libexecdir ;;
2226 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
2227 | --libexe=* | --libex=* | --libe=*)
2228 libexecdir=$ac_optarg ;;
2230 -localedir | --localedir | --localedi | --localed | --locale)
2231 ac_prev=localedir ;;
2232 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
2233 localedir=$ac_optarg ;;
2235 -localstatedir | --localstatedir | --localstatedi | --localstated \
2236 | --localstate | --localstat | --localsta | --localst | --locals)
2237 ac_prev=localstatedir ;;
2238 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
2239 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
2240 localstatedir=$ac_optarg ;;
2242 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
2243 ac_prev=mandir ;;
2244 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
2245 mandir=$ac_optarg ;;
2247 -nfp | --nfp | --nf)
2248 # Obsolete; use --without-fp.
2249 with_fp=no ;;
2251 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
2252 | --no-cr | --no-c | -n)
2253 no_create=yes ;;
2255 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
2256 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
2257 no_recursion=yes ;;
2259 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
2260 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
2261 | --oldin | --oldi | --old | --ol | --o)
2262 ac_prev=oldincludedir ;;
2263 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
2264 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
2265 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
2266 oldincludedir=$ac_optarg ;;
2268 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
2269 ac_prev=prefix ;;
2270 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
2271 prefix=$ac_optarg ;;
2273 -program-prefix | --program-prefix | --program-prefi | --program-pref \
2274 | --program-pre | --program-pr | --program-p)
2275 ac_prev=program_prefix ;;
2276 -program-prefix=* | --program-prefix=* | --program-prefi=* \
2277 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
2278 program_prefix=$ac_optarg ;;
2280 -program-suffix | --program-suffix | --program-suffi | --program-suff \
2281 | --program-suf | --program-su | --program-s)
2282 ac_prev=program_suffix ;;
2283 -program-suffix=* | --program-suffix=* | --program-suffi=* \
2284 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
2285 program_suffix=$ac_optarg ;;
2287 -program-transform-name | --program-transform-name \
2288 | --program-transform-nam | --program-transform-na \
2289 | --program-transform-n | --program-transform- \
2290 | --program-transform | --program-transfor \
2291 | --program-transfo | --program-transf \
2292 | --program-trans | --program-tran \
2293 | --progr-tra | --program-tr | --program-t)
2294 ac_prev=program_transform_name ;;
2295 -program-transform-name=* | --program-transform-name=* \
2296 | --program-transform-nam=* | --program-transform-na=* \
2297 | --program-transform-n=* | --program-transform-=* \
2298 | --program-transform=* | --program-transfor=* \
2299 | --program-transfo=* | --program-transf=* \
2300 | --program-trans=* | --program-tran=* \
2301 | --progr-tra=* | --program-tr=* | --program-t=*)
2302 program_transform_name=$ac_optarg ;;
2304 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
2305 ac_prev=pdfdir ;;
2306 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
2307 pdfdir=$ac_optarg ;;
2309 -psdir | --psdir | --psdi | --psd | --ps)
2310 ac_prev=psdir ;;
2311 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
2312 psdir=$ac_optarg ;;
2314 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2315 | -silent | --silent | --silen | --sile | --sil)
2316 silent=yes ;;
2318 -runstatedir | --runstatedir | --runstatedi | --runstated \
2319 | --runstate | --runstat | --runsta | --runst | --runs \
2320 | --run | --ru | --r)
2321 ac_prev=runstatedir ;;
2322 -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
2323 | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
2324 | --run=* | --ru=* | --r=*)
2325 runstatedir=$ac_optarg ;;
2327 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
2328 ac_prev=sbindir ;;
2329 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
2330 | --sbi=* | --sb=*)
2331 sbindir=$ac_optarg ;;
2333 -sharedstatedir | --sharedstatedir | --sharedstatedi \
2334 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
2335 | --sharedst | --shareds | --shared | --share | --shar \
2336 | --sha | --sh)
2337 ac_prev=sharedstatedir ;;
2338 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
2339 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
2340 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
2341 | --sha=* | --sh=*)
2342 sharedstatedir=$ac_optarg ;;
2344 -site | --site | --sit)
2345 ac_prev=site ;;
2346 -site=* | --site=* | --sit=*)
2347 site=$ac_optarg ;;
2349 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
2350 ac_prev=srcdir ;;
2351 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
2352 srcdir=$ac_optarg ;;
2354 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
2355 | --syscon | --sysco | --sysc | --sys | --sy)
2356 ac_prev=sysconfdir ;;
2357 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
2358 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
2359 sysconfdir=$ac_optarg ;;
2361 -target | --target | --targe | --targ | --tar | --ta | --t)
2362 ac_prev=target_alias ;;
2363 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
2364 target_alias=$ac_optarg ;;
2366 -v | -verbose | --verbose | --verbos | --verbo | --verb)
2367 verbose=yes ;;
2369 -version | --version | --versio | --versi | --vers | -V)
2370 ac_init_version=: ;;
2372 -with-* | --with-*)
2373 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
2374 # Reject names that are not valid shell variable names.
2375 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
2376 as_fn_error $? "invalid package name: \`$ac_useropt'"
2377 ac_useropt_orig=$ac_useropt
2378 ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
2379 case $ac_user_opts in
2381 "with_$ac_useropt"
2382 "*) ;;
2383 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
2384 ac_unrecognized_sep=', ';;
2385 esac
2386 eval with_$ac_useropt=\$ac_optarg ;;
2388 -without-* | --without-*)
2389 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
2390 # Reject names that are not valid shell variable names.
2391 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
2392 as_fn_error $? "invalid package name: \`$ac_useropt'"
2393 ac_useropt_orig=$ac_useropt
2394 ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
2395 case $ac_user_opts in
2397 "with_$ac_useropt"
2398 "*) ;;
2399 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
2400 ac_unrecognized_sep=', ';;
2401 esac
2402 eval with_$ac_useropt=no ;;
2404 --x)
2405 # Obsolete; use --with-x.
2406 with_x=yes ;;
2408 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
2409 | --x-incl | --x-inc | --x-in | --x-i)
2410 ac_prev=x_includes ;;
2411 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
2412 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
2413 x_includes=$ac_optarg ;;
2415 -x-libraries | --x-libraries | --x-librarie | --x-librari \
2416 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
2417 ac_prev=x_libraries ;;
2418 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
2419 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
2420 x_libraries=$ac_optarg ;;
2422 -*) as_fn_error $? "unrecognized option: \`$ac_option'
2423 Try \`$0 --help' for more information"
2426 *=*)
2427 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
2428 # Reject names that are not valid shell variable names.
2429 case $ac_envvar in #(
2430 '' | [0-9]* | *[!_$as_cr_alnum]* )
2431 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
2432 esac
2433 eval $ac_envvar=\$ac_optarg
2434 export $ac_envvar ;;
2437 # FIXME: should be removed in autoconf 3.0.
2438 printf "%s\n" "$as_me: WARNING: you should use --build, --host, --target" >&2
2439 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
2440 printf "%s\n" "$as_me: WARNING: invalid host type: $ac_option" >&2
2441 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
2444 esac
2445 done
2447 if test -n "$ac_prev"; then
2448 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
2449 as_fn_error $? "missing argument to $ac_option"
2452 if test -n "$ac_unrecognized_opts"; then
2453 case $enable_option_checking in
2454 no) ;;
2455 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
2456 *) printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
2457 esac
2460 # Check all directory arguments for consistency.
2461 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
2462 datadir sysconfdir sharedstatedir localstatedir includedir \
2463 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
2464 libdir localedir mandir runstatedir
2466 eval ac_val=\$$ac_var
2467 # Remove trailing slashes.
2468 case $ac_val in
2469 */ )
2470 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
2471 eval $ac_var=\$ac_val;;
2472 esac
2473 # Be sure to have absolute directory names.
2474 case $ac_val in
2475 [\\/$]* | ?:[\\/]* ) continue;;
2476 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
2477 esac
2478 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
2479 done
2481 # There might be people who depend on the old broken behavior: `$host'
2482 # used to hold the argument of --host etc.
2483 # FIXME: To remove some day.
2484 build=$build_alias
2485 host=$host_alias
2486 target=$target_alias
2488 # FIXME: To remove some day.
2489 if test "x$host_alias" != x; then
2490 if test "x$build_alias" = x; then
2491 cross_compiling=maybe
2492 elif test "x$build_alias" != "x$host_alias"; then
2493 cross_compiling=yes
2497 ac_tool_prefix=
2498 test -n "$host_alias" && ac_tool_prefix=$host_alias-
2500 test "$silent" = yes && exec 6>/dev/null
2503 ac_pwd=`pwd` && test -n "$ac_pwd" &&
2504 ac_ls_di=`ls -di .` &&
2505 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
2506 as_fn_error $? "working directory cannot be determined"
2507 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
2508 as_fn_error $? "pwd does not report name of working directory"
2511 # Find the source files, if location was not specified.
2512 if test -z "$srcdir"; then
2513 ac_srcdir_defaulted=yes
2514 # Try the directory containing this script, then the parent directory.
2515 ac_confdir=`$as_dirname -- "$as_myself" ||
2516 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2517 X"$as_myself" : 'X\(//\)[^/]' \| \
2518 X"$as_myself" : 'X\(//\)$' \| \
2519 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
2520 printf "%s\n" X"$as_myself" |
2521 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2522 s//\1/
2525 /^X\(\/\/\)[^/].*/{
2526 s//\1/
2529 /^X\(\/\/\)$/{
2530 s//\1/
2533 /^X\(\/\).*/{
2534 s//\1/
2537 s/.*/./; q'`
2538 srcdir=$ac_confdir
2539 if test ! -r "$srcdir/$ac_unique_file"; then
2540 srcdir=..
2542 else
2543 ac_srcdir_defaulted=no
2545 if test ! -r "$srcdir/$ac_unique_file"; then
2546 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
2547 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
2549 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
2550 ac_abs_confdir=`(
2551 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
2552 pwd)`
2553 # When building in place, set srcdir=.
2554 if test "$ac_abs_confdir" = "$ac_pwd"; then
2555 srcdir=.
2557 # Remove unnecessary trailing slashes from srcdir.
2558 # Double slashes in file names in object file debugging info
2559 # mess up M-x gdb in Emacs.
2560 case $srcdir in
2561 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
2562 esac
2563 for ac_var in $ac_precious_vars; do
2564 eval ac_env_${ac_var}_set=\${${ac_var}+set}
2565 eval ac_env_${ac_var}_value=\$${ac_var}
2566 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
2567 eval ac_cv_env_${ac_var}_value=\$${ac_var}
2568 done
2571 # Report the --help message.
2573 if test "$ac_init_help" = "long"; then
2574 # Omit some internal or obsolete options to make the list less imposing.
2575 # This message is too long to be a string in the A/UX 3.1 sh.
2576 cat <<_ACEOF
2577 \`configure' configures Wine 7.0-rc3 to adapt to many kinds of systems.
2579 Usage: $0 [OPTION]... [VAR=VALUE]...
2581 To assign environment variables (e.g., CC, CFLAGS...), specify them as
2582 VAR=VALUE. See below for descriptions of some of the useful variables.
2584 Defaults for the options are specified in brackets.
2586 Configuration:
2587 -h, --help display this help and exit
2588 --help=short display options specific to this package
2589 --help=recursive display the short help of all the included packages
2590 -V, --version display version information and exit
2591 -q, --quiet, --silent do not print \`checking ...' messages
2592 --cache-file=FILE cache test results in FILE [disabled]
2593 -C, --config-cache alias for \`--cache-file=config.cache'
2594 -n, --no-create do not create output files
2595 --srcdir=DIR find the sources in DIR [configure dir or \`..']
2597 Installation directories:
2598 --prefix=PREFIX install architecture-independent files in PREFIX
2599 [$ac_default_prefix]
2600 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
2601 [PREFIX]
2603 By default, \`make install' will install all the files in
2604 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
2605 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
2606 for instance \`--prefix=\$HOME'.
2608 For better control, use the options below.
2610 Fine tuning of the installation directories:
2611 --bindir=DIR user executables [EPREFIX/bin]
2612 --sbindir=DIR system admin executables [EPREFIX/sbin]
2613 --libexecdir=DIR program executables [EPREFIX/libexec]
2614 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
2615 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
2616 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
2617 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
2618 --libdir=DIR object code libraries [EPREFIX/lib]
2619 --includedir=DIR C header files [PREFIX/include]
2620 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2621 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
2622 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
2623 --infodir=DIR info documentation [DATAROOTDIR/info]
2624 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
2625 --mandir=DIR man documentation [DATAROOTDIR/man]
2626 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
2627 --htmldir=DIR html documentation [DOCDIR]
2628 --dvidir=DIR dvi documentation [DOCDIR]
2629 --pdfdir=DIR pdf documentation [DOCDIR]
2630 --psdir=DIR ps documentation [DOCDIR]
2631 _ACEOF
2633 cat <<\_ACEOF
2635 X features:
2636 --x-includes=DIR X include files are in DIR
2637 --x-libraries=DIR X library files are in DIR
2639 System types:
2640 --build=BUILD configure for building on BUILD [guessed]
2641 --host=HOST cross-compile to build programs to run on HOST [BUILD]
2642 _ACEOF
2645 if test -n "$ac_init_help"; then
2646 case $ac_init_help in
2647 short | recursive ) echo "Configuration of Wine 7.0-rc3:";;
2648 esac
2649 cat <<\_ACEOF
2651 Optional Features:
2652 --disable-option-checking ignore unrecognized --enable/--with options
2653 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
2654 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
2655 --disable-win16 do not include Win16 support
2656 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
2657 binaries)
2658 --disable-tests do not build the regression tests
2659 --enable-build-id include .buildid section in output objects
2660 --enable-maintainer-mode
2661 enable maintainer-specific build rules
2662 --enable-silent-rules use silent build rules (override: "make V=1")
2663 --enable-werror treat compilation warnings as errors
2664 --disable-largefile omit support for large files
2666 Optional Packages:
2667 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
2668 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
2669 --without-alsa do not use the Alsa sound support
2670 --without-capi do not use CAPI (ISDN support)
2671 --without-coreaudio do not use the CoreAudio sound support
2672 --without-cups do not use CUPS
2673 --without-dbus do not use DBus (dynamic device support)
2674 --with-float-abi=abi specify the ABI (soft|softfp|hard) for ARM platforms
2675 --without-fontconfig do not use fontconfig
2676 --without-freetype do not use the FreeType library
2677 --without-gettext do not use gettext
2678 --with-gettextpo use the GetTextPO library to rebuild po files
2679 --without-gphoto do not use gphoto (Digital Camera support)
2680 --without-gnutls do not use GnuTLS (schannel support)
2681 --without-gssapi do not use GSSAPI (Kerberos SSP support)
2682 --without-gstreamer do not use GStreamer (codecs support)
2683 --without-inotify do not use inotify (filesystem change notifications)
2684 --without-krb5 do not use krb5 (Kerberos)
2685 --without-ldap do not use LDAP
2686 --without-mingw do not use the MinGW cross-compiler
2687 --without-netapi do not use the Samba NetAPI library
2688 --without-openal do not use OpenAL
2689 --without-opencl do not use OpenCL
2690 --without-opengl do not use OpenGL
2691 --without-osmesa do not use the OSMesa library
2692 --without-oss do not use the OSS sound support
2693 --without-pcap do not use the Packet Capture library
2694 --without-pthread do not use the pthread library
2695 --without-pulse do not use PulseAudio sound support
2696 --without-sane do not use SANE (scanner support)
2697 --without-sdl do not use SDL
2698 --without-udev do not use udev (plug and play support)
2699 --without-unwind do not use the libunwind library (exception
2700 handling)
2701 --without-usb do not use the libusb library
2702 --without-v4l2 do not use v4l2 (video capture)
2703 --without-vkd3d do not use vkd3d (Direct3D 12 support)
2704 --without-vulkan do not use Vulkan
2705 --without-xcomposite do not use the Xcomposite extension
2706 --without-xcursor do not use the Xcursor extension
2707 --without-xfixes do not use Xfixes for clipboard change notifications
2708 --without-xinerama do not use Xinerama (legacy multi-monitor support)
2709 --without-xinput do not use the Xinput extension
2710 --without-xinput2 do not use the Xinput 2 extension
2711 --without-xrandr do not use Xrandr (multi-monitor support)
2712 --without-xrender do not use the Xrender extension
2713 --without-xshape do not use the Xshape extension
2714 --without-xshm do not use XShm (shared memory extension)
2715 --without-xxf86vm do not use XFree video mode extension
2716 --with-system-dllpath=PATH
2717 load external PE dependencies from colon-separated
2718 path PATH
2719 --with-wine-tools=DIR use Wine tools from directory DIR
2720 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
2721 --with-x use the X Window System
2723 Some influential environment variables:
2724 CC C compiler command
2725 CFLAGS C compiler flags
2726 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
2727 nonstandard directory <lib dir>
2728 LIBS libraries to pass to the linker, e.g. -l<library>
2729 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2730 you have headers in a nonstandard directory <include dir>
2731 CXX C++ compiler command
2732 CXXFLAGS C++ compiler flags
2733 OBJC Objective C compiler command
2734 OBJCFLAGS Objective C compiler flags
2735 FAUDIO_PE_CFLAGS
2736 C compiler flags for the PE faudio, overriding the bundled
2737 version
2738 FAUDIO_PE_LIBS
2739 Linker flags for the PE faudio, overriding the bundled version
2740 GSM_PE_CFLAGS
2741 C compiler flags for the PE gsm, overriding the bundled version
2742 GSM_PE_LIBS Linker flags for the PE gsm, overriding the bundled version
2743 JPEG_PE_CFLAGS
2744 C compiler flags for the PE jpeg, overriding the bundled version
2745 JPEG_PE_LIBS
2746 Linker flags for the PE jpeg, overriding the bundled version
2747 JXR_PE_CFLAGS
2748 C compiler flags for the PE jxr, overriding the bundled version
2749 JXR_PE_LIBS Linker flags for the PE jxr, overriding the bundled version
2750 LCMS2_PE_CFLAGS
2751 C compiler flags for the PE lcms2, overriding the bundled
2752 version
2753 LCMS2_PE_LIBS
2754 Linker flags for the PE lcms2, overriding the bundled version
2755 MPG123_PE_CFLAGS
2756 C compiler flags for the PE mpg123, overriding the bundled
2757 version
2758 MPG123_PE_LIBS
2759 Linker flags for the PE mpg123, overriding the bundled version
2760 PNG_PE_CFLAGS
2761 C compiler flags for the PE png, overriding the bundled version
2762 PNG_PE_LIBS Linker flags for the PE png, overriding the bundled version
2763 TIFF_PE_CFLAGS
2764 C compiler flags for the PE tiff, overriding the bundled version
2765 TIFF_PE_LIBS
2766 Linker flags for the PE tiff, overriding the bundled version
2767 XML2_PE_CFLAGS
2768 C compiler flags for the PE xml2, overriding the bundled version
2769 XML2_PE_LIBS
2770 Linker flags for the PE xml2, overriding the bundled version
2771 XSLT_PE_CFLAGS
2772 C compiler flags for the PE xslt, overriding the bundled version
2773 XSLT_PE_LIBS
2774 Linker flags for the PE xslt, overriding the bundled version
2775 ZLIB_PE_CFLAGS
2776 C compiler flags for the PE zlib, overriding the bundled version
2777 ZLIB_PE_LIBS
2778 Linker flags for the PE zlib, overriding the bundled version
2779 XMKMF Path to xmkmf, Makefile generator for X Window System
2780 CPP C preprocessor
2781 INOTIFY_CFLAGS
2782 C compiler flags for libinotify, overriding pkg-config
2783 INOTIFY_LIBS
2784 Linker flags for libinotify, overriding pkg-config
2785 DBUS_CFLAGS C compiler flags for dbus-1, overriding pkg-config
2786 DBUS_LIBS Linker flags for dbus-1, overriding pkg-config
2787 GNUTLS_CFLAGS
2788 C compiler flags for gnutls, overriding pkg-config
2789 GNUTLS_LIBS Linker flags for gnutls, overriding pkg-config
2790 SANE_CFLAGS C compiler flags for sane-backends, overriding pkg-config
2791 SANE_LIBS Linker flags for sane-backends, overriding pkg-config
2792 USB_CFLAGS C compiler flags for libusb-1.0, overriding pkg-config
2793 USB_LIBS Linker flags for libusb-1.0, overriding pkg-config
2794 GPHOTO2_CFLAGS
2795 C compiler flags for libgphoto2, overriding pkg-config
2796 GPHOTO2_LIBS
2797 Linker flags for libgphoto2, overriding pkg-config
2798 GPHOTO2_PORT_CFLAGS
2799 C compiler flags for libgphoto2_port, overriding pkg-config
2800 GPHOTO2_PORT_LIBS
2801 Linker flags for libgphoto2_port, overriding pkg-config
2802 FREETYPE_CFLAGS
2803 C compiler flags for freetype2, overriding pkg-config
2804 FREETYPE_LIBS
2805 Linker flags for freetype2, overriding pkg-config
2806 PULSE_CFLAGS
2807 C compiler flags for libpulse, overriding pkg-config
2808 PULSE_LIBS Linker flags for libpulse, overriding pkg-config
2809 GSTREAMER_CFLAGS
2810 C compiler flags for gstreamer-1.0 gstreamer-video-1.0
2811 gstreamer-audio-1.0, overriding pkg-config
2812 GSTREAMER_LIBS
2813 Linker flags for gstreamer-1.0 gstreamer-video-1.0
2814 gstreamer-audio-1.0, overriding pkg-config
2815 UDEV_CFLAGS C compiler flags for libudev, overriding pkg-config
2816 UDEV_LIBS Linker flags for libudev, overriding pkg-config
2817 UNWIND_CFLAGS
2818 C compiler flags for libunwind, overriding pkg-config
2819 UNWIND_LIBS Linker flags for libunwind, overriding pkg-config
2820 SDL2_CFLAGS C compiler flags for sdl2, overriding pkg-config
2821 SDL2_LIBS Linker flags for sdl2, overriding pkg-config
2822 CAPI20_CFLAGS
2823 C compiler flags for capi20, overriding pkg-config
2824 CAPI20_LIBS Linker flags for capi20, overriding pkg-config
2825 CUPS_CFLAGS C compiler flags for cups, overriding pkg-config
2826 CUPS_LIBS Linker flags for cups, overriding pkg-config
2827 FONTCONFIG_CFLAGS
2828 C compiler flags for fontconfig, overriding pkg-config
2829 FONTCONFIG_LIBS
2830 Linker flags for fontconfig, overriding pkg-config
2831 KRB5_CFLAGS C compiler flags for krb5, overriding pkg-config
2832 KRB5_LIBS Linker flags for krb5, overriding pkg-config
2833 GSSAPI_CFLAGS
2834 C compiler flags for krb5-gssapi, overriding pkg-config
2835 GSSAPI_LIBS Linker flags for krb5-gssapi, overriding pkg-config
2836 NETAPI_CFLAGS
2837 C compiler flags for netapi, overriding pkg-config
2838 NETAPI_LIBS Linker flags for netapi, overriding pkg-config
2839 VKD3D_CFLAGS
2840 C compiler flags for libvkd3d, overriding pkg-config
2841 VKD3D_LIBS Linker flags for libvkd3d, overriding pkg-config
2842 VKD3D_SHADER_CFLAGS
2843 C compiler flags for libvkd3d-shader, overriding pkg-config
2844 VKD3D_SHADER_LIBS
2845 Linker flags for libvkd3d-shader, overriding pkg-config
2846 LDAP_CFLAGS C compiler flags for openldap, overriding pkg-config
2847 LDAP_LIBS Linker flags for openldap, overriding pkg-config
2849 Use these variables to override the choices made by `configure' or to help
2850 it to find libraries and programs with nonstandard names/locations.
2852 Report bugs to <wine-devel@winehq.org>.
2853 Wine home page: <https://www.winehq.org>.
2854 _ACEOF
2855 ac_status=$?
2858 if test "$ac_init_help" = "recursive"; then
2859 # If there are subdirs, report their specific --help.
2860 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
2861 test -d "$ac_dir" ||
2862 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
2863 continue
2864 ac_builddir=.
2866 case "$ac_dir" in
2867 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
2869 ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'`
2870 # A ".." for each directory in $ac_dir_suffix.
2871 ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2872 case $ac_top_builddir_sub in
2873 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
2874 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
2875 esac ;;
2876 esac
2877 ac_abs_top_builddir=$ac_pwd
2878 ac_abs_builddir=$ac_pwd$ac_dir_suffix
2879 # for backward compatibility:
2880 ac_top_builddir=$ac_top_build_prefix
2882 case $srcdir in
2883 .) # We are building in place.
2884 ac_srcdir=.
2885 ac_top_srcdir=$ac_top_builddir_sub
2886 ac_abs_top_srcdir=$ac_pwd ;;
2887 [\\/]* | ?:[\\/]* ) # Absolute name.
2888 ac_srcdir=$srcdir$ac_dir_suffix;
2889 ac_top_srcdir=$srcdir
2890 ac_abs_top_srcdir=$srcdir ;;
2891 *) # Relative name.
2892 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
2893 ac_top_srcdir=$ac_top_build_prefix$srcdir
2894 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
2895 esac
2896 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
2898 cd "$ac_dir" || { ac_status=$?; continue; }
2899 # Check for configure.gnu first; this name is used for a wrapper for
2900 # Metaconfig's "Configure" on case-insensitive file systems.
2901 if test -f "$ac_srcdir/configure.gnu"; then
2902 echo &&
2903 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2904 elif test -f "$ac_srcdir/configure"; then
2905 echo &&
2906 $SHELL "$ac_srcdir/configure" --help=recursive
2907 else
2908 printf "%s\n" "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2909 fi || ac_status=$?
2910 cd "$ac_pwd" || { ac_status=$?; break; }
2911 done
2914 test -n "$ac_init_help" && exit $ac_status
2915 if $ac_init_version; then
2916 cat <<\_ACEOF
2917 Wine configure 7.0-rc3
2918 generated by GNU Autoconf 2.71
2920 Copyright (C) 2021 Free Software Foundation, Inc.
2921 This configure script is free software; the Free Software Foundation
2922 gives unlimited permission to copy, distribute and modify it.
2923 _ACEOF
2924 exit
2927 ## ------------------------ ##
2928 ## Autoconf initialization. ##
2929 ## ------------------------ ##
2931 # ac_fn_c_try_compile LINENO
2932 # --------------------------
2933 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2934 ac_fn_c_try_compile ()
2936 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2937 rm -f conftest.$ac_objext conftest.beam
2938 if { { ac_try="$ac_compile"
2939 case "(($ac_try" in
2940 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2941 *) ac_try_echo=$ac_try;;
2942 esac
2943 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2944 printf "%s\n" "$ac_try_echo"; } >&5
2945 (eval "$ac_compile") 2>conftest.err
2946 ac_status=$?
2947 if test -s conftest.err; then
2948 grep -v '^ *+' conftest.err >conftest.er1
2949 cat conftest.er1 >&5
2950 mv -f conftest.er1 conftest.err
2952 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2953 test $ac_status = 0; } && {
2954 test -z "$ac_c_werror_flag" ||
2955 test ! -s conftest.err
2956 } && test -s conftest.$ac_objext
2957 then :
2958 ac_retval=0
2959 else $as_nop
2960 printf "%s\n" "$as_me: failed program was:" >&5
2961 sed 's/^/| /' conftest.$ac_ext >&5
2963 ac_retval=1
2965 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2966 as_fn_set_status $ac_retval
2968 } # ac_fn_c_try_compile
2970 # ac_fn_cxx_try_compile LINENO
2971 # ----------------------------
2972 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2973 ac_fn_cxx_try_compile ()
2975 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2976 rm -f conftest.$ac_objext conftest.beam
2977 if { { ac_try="$ac_compile"
2978 case "(($ac_try" in
2979 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2980 *) ac_try_echo=$ac_try;;
2981 esac
2982 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2983 printf "%s\n" "$ac_try_echo"; } >&5
2984 (eval "$ac_compile") 2>conftest.err
2985 ac_status=$?
2986 if test -s conftest.err; then
2987 grep -v '^ *+' conftest.err >conftest.er1
2988 cat conftest.er1 >&5
2989 mv -f conftest.er1 conftest.err
2991 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2992 test $ac_status = 0; } && {
2993 test -z "$ac_cxx_werror_flag" ||
2994 test ! -s conftest.err
2995 } && test -s conftest.$ac_objext
2996 then :
2997 ac_retval=0
2998 else $as_nop
2999 printf "%s\n" "$as_me: failed program was:" >&5
3000 sed 's/^/| /' conftest.$ac_ext >&5
3002 ac_retval=1
3004 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3005 as_fn_set_status $ac_retval
3007 } # ac_fn_cxx_try_compile
3009 # ac_fn_c_try_link LINENO
3010 # -----------------------
3011 # Try to link conftest.$ac_ext, and return whether this succeeded.
3012 ac_fn_c_try_link ()
3014 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3015 rm -f conftest.$ac_objext conftest.beam conftest$ac_exeext
3016 if { { ac_try="$ac_link"
3017 case "(($ac_try" in
3018 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3019 *) ac_try_echo=$ac_try;;
3020 esac
3021 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3022 printf "%s\n" "$ac_try_echo"; } >&5
3023 (eval "$ac_link") 2>conftest.err
3024 ac_status=$?
3025 if test -s conftest.err; then
3026 grep -v '^ *+' conftest.err >conftest.er1
3027 cat conftest.er1 >&5
3028 mv -f conftest.er1 conftest.err
3030 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3031 test $ac_status = 0; } && {
3032 test -z "$ac_c_werror_flag" ||
3033 test ! -s conftest.err
3034 } && test -s conftest$ac_exeext && {
3035 test "$cross_compiling" = yes ||
3036 test -x conftest$ac_exeext
3038 then :
3039 ac_retval=0
3040 else $as_nop
3041 printf "%s\n" "$as_me: failed program was:" >&5
3042 sed 's/^/| /' conftest.$ac_ext >&5
3044 ac_retval=1
3046 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
3047 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
3048 # interfere with the next link command; also delete a directory that is
3049 # left behind by Apple's compiler. We do this before executing the actions.
3050 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
3051 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3052 as_fn_set_status $ac_retval
3054 } # ac_fn_c_try_link
3056 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
3057 # -------------------------------------------------------
3058 # Tests whether HEADER exists and can be compiled using the include files in
3059 # INCLUDES, setting the cache variable VAR accordingly.
3060 ac_fn_c_check_header_compile ()
3062 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3063 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3064 printf %s "checking for $2... " >&6; }
3065 if eval test \${$3+y}
3066 then :
3067 printf %s "(cached) " >&6
3068 else $as_nop
3069 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3070 /* end confdefs.h. */
3072 #include <$2>
3073 _ACEOF
3074 if ac_fn_c_try_compile "$LINENO"
3075 then :
3076 eval "$3=yes"
3077 else $as_nop
3078 eval "$3=no"
3080 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
3082 eval ac_res=\$$3
3083 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3084 printf "%s\n" "$ac_res" >&6; }
3085 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3087 } # ac_fn_c_check_header_compile
3089 # ac_fn_objc_try_compile LINENO
3090 # -----------------------------
3091 # Try to compile conftest.$ac_ext, and return whether this succeeded.
3092 ac_fn_objc_try_compile ()
3094 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3095 rm -f conftest.$ac_objext conftest.beam
3096 if { { ac_try="$ac_compile"
3097 case "(($ac_try" in
3098 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3099 *) ac_try_echo=$ac_try;;
3100 esac
3101 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3102 printf "%s\n" "$ac_try_echo"; } >&5
3103 (eval "$ac_compile") 2>conftest.err
3104 ac_status=$?
3105 if test -s conftest.err; then
3106 grep -v '^ *+' conftest.err >conftest.er1
3107 cat conftest.er1 >&5
3108 mv -f conftest.er1 conftest.err
3110 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3111 test $ac_status = 0; } && {
3112 test -z "$ac_objc_werror_flag" ||
3113 test ! -s conftest.err
3114 } && test -s conftest.$ac_objext
3115 then :
3116 ac_retval=0
3117 else $as_nop
3118 printf "%s\n" "$as_me: failed program was:" >&5
3119 sed 's/^/| /' conftest.$ac_ext >&5
3121 ac_retval=1
3123 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3124 as_fn_set_status $ac_retval
3126 } # ac_fn_objc_try_compile
3128 # ac_fn_objc_check_header_compile LINENO HEADER VAR INCLUDES
3129 # ----------------------------------------------------------
3130 # Tests whether HEADER exists and can be compiled using the include files in
3131 # INCLUDES, setting the cache variable VAR accordingly.
3132 ac_fn_objc_check_header_compile ()
3134 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3135 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3136 printf %s "checking for $2... " >&6; }
3137 if eval test \${$3+y}
3138 then :
3139 printf %s "(cached) " >&6
3140 else $as_nop
3141 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3142 /* end confdefs.h. */
3144 #include <$2>
3145 _ACEOF
3146 if ac_fn_objc_try_compile "$LINENO"
3147 then :
3148 eval "$3=yes"
3149 else $as_nop
3150 eval "$3=no"
3152 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
3154 eval ac_res=\$$3
3155 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3156 printf "%s\n" "$ac_res" >&6; }
3157 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3159 } # ac_fn_objc_check_header_compile
3161 # ac_fn_c_check_func LINENO FUNC VAR
3162 # ----------------------------------
3163 # Tests whether FUNC exists, setting the cache variable VAR accordingly
3164 ac_fn_c_check_func ()
3166 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3167 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3168 printf %s "checking for $2... " >&6; }
3169 if eval test \${$3+y}
3170 then :
3171 printf %s "(cached) " >&6
3172 else $as_nop
3173 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3174 /* end confdefs.h. */
3175 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
3176 For example, HP-UX 11i <limits.h> declares gettimeofday. */
3177 #define $2 innocuous_$2
3179 /* System header to define __stub macros and hopefully few prototypes,
3180 which can conflict with char $2 (); below. */
3182 #include <limits.h>
3183 #undef $2
3185 /* Override any GCC internal prototype to avoid an error.
3186 Use char because int might match the return type of a GCC
3187 builtin and then its argument prototype would still apply. */
3188 #ifdef __cplusplus
3189 extern "C"
3190 #endif
3191 char $2 ();
3192 /* The GNU C library defines this for functions which it implements
3193 to always fail with ENOSYS. Some functions are actually named
3194 something starting with __ and the normal name is an alias. */
3195 #if defined __stub_$2 || defined __stub___$2
3196 choke me
3197 #endif
3200 main (void)
3202 return $2 ();
3204 return 0;
3206 _ACEOF
3207 if ac_fn_c_try_link "$LINENO"
3208 then :
3209 eval "$3=yes"
3210 else $as_nop
3211 eval "$3=no"
3213 rm -f core conftest.err conftest.$ac_objext conftest.beam \
3214 conftest$ac_exeext conftest.$ac_ext
3216 eval ac_res=\$$3
3217 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3218 printf "%s\n" "$ac_res" >&6; }
3219 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3221 } # ac_fn_c_check_func
3223 # ac_fn_c_try_cpp LINENO
3224 # ----------------------
3225 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
3226 ac_fn_c_try_cpp ()
3228 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3229 if { { ac_try="$ac_cpp conftest.$ac_ext"
3230 case "(($ac_try" in
3231 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3232 *) ac_try_echo=$ac_try;;
3233 esac
3234 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3235 printf "%s\n" "$ac_try_echo"; } >&5
3236 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
3237 ac_status=$?
3238 if test -s conftest.err; then
3239 grep -v '^ *+' conftest.err >conftest.er1
3240 cat conftest.er1 >&5
3241 mv -f conftest.er1 conftest.err
3243 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3244 test $ac_status = 0; } > conftest.i && {
3245 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3246 test ! -s conftest.err
3248 then :
3249 ac_retval=0
3250 else $as_nop
3251 printf "%s\n" "$as_me: failed program was:" >&5
3252 sed 's/^/| /' conftest.$ac_ext >&5
3254 ac_retval=1
3256 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3257 as_fn_set_status $ac_retval
3259 } # ac_fn_c_try_cpp
3261 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
3262 # ----------------------------------------------------
3263 # Tries to find if the field MEMBER exists in type AGGR, after including
3264 # INCLUDES, setting cache variable VAR accordingly.
3265 ac_fn_c_check_member ()
3267 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3268 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
3269 printf %s "checking for $2.$3... " >&6; }
3270 if eval test \${$4+y}
3271 then :
3272 printf %s "(cached) " >&6
3273 else $as_nop
3274 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3275 /* end confdefs.h. */
3278 main (void)
3280 static $2 ac_aggr;
3281 if (ac_aggr.$3)
3282 return 0;
3284 return 0;
3286 _ACEOF
3287 if ac_fn_c_try_compile "$LINENO"
3288 then :
3289 eval "$4=yes"
3290 else $as_nop
3291 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3292 /* end confdefs.h. */
3295 main (void)
3297 static $2 ac_aggr;
3298 if (sizeof ac_aggr.$3)
3299 return 0;
3301 return 0;
3303 _ACEOF
3304 if ac_fn_c_try_compile "$LINENO"
3305 then :
3306 eval "$4=yes"
3307 else $as_nop
3308 eval "$4=no"
3310 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
3312 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
3314 eval ac_res=\$$4
3315 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3316 printf "%s\n" "$ac_res" >&6; }
3317 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3319 } # ac_fn_c_check_member
3321 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
3322 # -------------------------------------------
3323 # Tests whether TYPE exists after having included INCLUDES, setting cache
3324 # variable VAR accordingly.
3325 ac_fn_c_check_type ()
3327 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3328 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3329 printf %s "checking for $2... " >&6; }
3330 if eval test \${$3+y}
3331 then :
3332 printf %s "(cached) " >&6
3333 else $as_nop
3334 eval "$3=no"
3335 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3336 /* end confdefs.h. */
3339 main (void)
3341 if (sizeof ($2))
3342 return 0;
3344 return 0;
3346 _ACEOF
3347 if ac_fn_c_try_compile "$LINENO"
3348 then :
3349 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3350 /* end confdefs.h. */
3353 main (void)
3355 if (sizeof (($2)))
3356 return 0;
3358 return 0;
3360 _ACEOF
3361 if ac_fn_c_try_compile "$LINENO"
3362 then :
3364 else $as_nop
3365 eval "$3=yes"
3367 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
3369 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
3371 eval ac_res=\$$3
3372 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3373 printf "%s\n" "$ac_res" >&6; }
3374 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3376 } # ac_fn_c_check_type
3377 ac_configure_args_raw=
3378 for ac_arg
3380 case $ac_arg in
3381 *\'*)
3382 ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
3383 esac
3384 as_fn_append ac_configure_args_raw " '$ac_arg'"
3385 done
3387 case $ac_configure_args_raw in
3388 *$as_nl*)
3389 ac_safe_unquote= ;;
3391 ac_unsafe_z='|&;<>()$`\\"*?[ '' ' # This string ends in space, tab.
3392 ac_unsafe_a="$ac_unsafe_z#~"
3393 ac_safe_unquote="s/ '\\([^$ac_unsafe_a][^$ac_unsafe_z]*\\)'/ \\1/g"
3394 ac_configure_args_raw=` printf "%s\n" "$ac_configure_args_raw" | sed "$ac_safe_unquote"`;;
3395 esac
3397 cat >config.log <<_ACEOF
3398 This file contains any messages produced by compilers while
3399 running configure, to aid debugging if configure makes a mistake.
3401 It was created by Wine $as_me 7.0-rc3, which was
3402 generated by GNU Autoconf 2.71. Invocation command line was
3404 $ $0$ac_configure_args_raw
3406 _ACEOF
3407 exec 5>>config.log
3409 cat <<_ASUNAME
3410 ## --------- ##
3411 ## Platform. ##
3412 ## --------- ##
3414 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
3415 uname -m = `(uname -m) 2>/dev/null || echo unknown`
3416 uname -r = `(uname -r) 2>/dev/null || echo unknown`
3417 uname -s = `(uname -s) 2>/dev/null || echo unknown`
3418 uname -v = `(uname -v) 2>/dev/null || echo unknown`
3420 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
3421 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
3423 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
3424 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
3425 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
3426 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
3427 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
3428 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
3429 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
3431 _ASUNAME
3433 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3434 for as_dir in $PATH
3436 IFS=$as_save_IFS
3437 case $as_dir in #(((
3438 '') as_dir=./ ;;
3439 */) ;;
3440 *) as_dir=$as_dir/ ;;
3441 esac
3442 printf "%s\n" "PATH: $as_dir"
3443 done
3444 IFS=$as_save_IFS
3446 } >&5
3448 cat >&5 <<_ACEOF
3451 ## ----------- ##
3452 ## Core tests. ##
3453 ## ----------- ##
3455 _ACEOF
3458 # Keep a trace of the command line.
3459 # Strip out --no-create and --no-recursion so they do not pile up.
3460 # Strip out --silent because we don't want to record it for future runs.
3461 # Also quote any args containing shell meta-characters.
3462 # Make two passes to allow for proper duplicate-argument suppression.
3463 ac_configure_args=
3464 ac_configure_args0=
3465 ac_configure_args1=
3466 ac_must_keep_next=false
3467 for ac_pass in 1 2
3469 for ac_arg
3471 case $ac_arg in
3472 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
3473 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
3474 | -silent | --silent | --silen | --sile | --sil)
3475 continue ;;
3476 *\'*)
3477 ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
3478 esac
3479 case $ac_pass in
3480 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
3482 as_fn_append ac_configure_args1 " '$ac_arg'"
3483 if test $ac_must_keep_next = true; then
3484 ac_must_keep_next=false # Got value, back to normal.
3485 else
3486 case $ac_arg in
3487 *=* | --config-cache | -C | -disable-* | --disable-* \
3488 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
3489 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
3490 | -with-* | --with-* | -without-* | --without-* | --x)
3491 case "$ac_configure_args0 " in
3492 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
3493 esac
3495 -* ) ac_must_keep_next=true ;;
3496 esac
3498 as_fn_append ac_configure_args " '$ac_arg'"
3500 esac
3501 done
3502 done
3503 { ac_configure_args0=; unset ac_configure_args0;}
3504 { ac_configure_args1=; unset ac_configure_args1;}
3506 # When interrupted or exit'd, cleanup temporary files, and complete
3507 # config.log. We remove comments because anyway the quotes in there
3508 # would cause problems or look ugly.
3509 # WARNING: Use '\'' to represent an apostrophe within the trap.
3510 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
3511 trap 'exit_status=$?
3512 # Sanitize IFS.
3513 IFS=" "" $as_nl"
3514 # Save into config.log some information that might help in debugging.
3516 echo
3518 printf "%s\n" "## ---------------- ##
3519 ## Cache variables. ##
3520 ## ---------------- ##"
3521 echo
3522 # The following way of writing the cache mishandles newlines in values,
3524 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
3525 eval ac_val=\$$ac_var
3526 case $ac_val in #(
3527 *${as_nl}*)
3528 case $ac_var in #(
3529 *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3530 printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3531 esac
3532 case $ac_var in #(
3533 _ | IFS | as_nl) ;; #(
3534 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3535 *) { eval $ac_var=; unset $ac_var;} ;;
3536 esac ;;
3537 esac
3538 done
3539 (set) 2>&1 |
3540 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
3541 *${as_nl}ac_space=\ *)
3542 sed -n \
3543 "s/'\''/'\''\\\\'\'''\''/g;
3544 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
3545 ;; #(
3547 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3549 esac |
3550 sort
3552 echo
3554 printf "%s\n" "## ----------------- ##
3555 ## Output variables. ##
3556 ## ----------------- ##"
3557 echo
3558 for ac_var in $ac_subst_vars
3560 eval ac_val=\$$ac_var
3561 case $ac_val in
3562 *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3563 esac
3564 printf "%s\n" "$ac_var='\''$ac_val'\''"
3565 done | sort
3566 echo
3568 if test -n "$ac_subst_files"; then
3569 printf "%s\n" "## ------------------- ##
3570 ## File substitutions. ##
3571 ## ------------------- ##"
3572 echo
3573 for ac_var in $ac_subst_files
3575 eval ac_val=\$$ac_var
3576 case $ac_val in
3577 *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3578 esac
3579 printf "%s\n" "$ac_var='\''$ac_val'\''"
3580 done | sort
3581 echo
3584 if test -s confdefs.h; then
3585 printf "%s\n" "## ----------- ##
3586 ## confdefs.h. ##
3587 ## ----------- ##"
3588 echo
3589 cat confdefs.h
3590 echo
3592 test "$ac_signal" != 0 &&
3593 printf "%s\n" "$as_me: caught signal $ac_signal"
3594 printf "%s\n" "$as_me: exit $exit_status"
3595 } >&5
3596 rm -f core *.core core.conftest.* &&
3597 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
3598 exit $exit_status
3600 for ac_signal in 1 2 13 15; do
3601 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
3602 done
3603 ac_signal=0
3605 # confdefs.h avoids OS command line length limits that DEFS can exceed.
3606 rm -f -r conftest* confdefs.h
3608 printf "%s\n" "/* confdefs.h */" > confdefs.h
3610 # Predefined preprocessor variables.
3612 printf "%s\n" "#define PACKAGE_NAME \"$PACKAGE_NAME\"" >>confdefs.h
3614 printf "%s\n" "#define PACKAGE_TARNAME \"$PACKAGE_TARNAME\"" >>confdefs.h
3616 printf "%s\n" "#define PACKAGE_VERSION \"$PACKAGE_VERSION\"" >>confdefs.h
3618 printf "%s\n" "#define PACKAGE_STRING \"$PACKAGE_STRING\"" >>confdefs.h
3620 printf "%s\n" "#define PACKAGE_BUGREPORT \"$PACKAGE_BUGREPORT\"" >>confdefs.h
3622 printf "%s\n" "#define PACKAGE_URL \"$PACKAGE_URL\"" >>confdefs.h
3625 # Let the site file select an alternate cache file if it wants to.
3626 # Prefer an explicitly selected file to automatically selected ones.
3627 if test -n "$CONFIG_SITE"; then
3628 ac_site_files="$CONFIG_SITE"
3629 elif test "x$prefix" != xNONE; then
3630 ac_site_files="$prefix/share/config.site $prefix/etc/config.site"
3631 else
3632 ac_site_files="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
3635 for ac_site_file in $ac_site_files
3637 case $ac_site_file in #(
3638 */*) :
3639 ;; #(
3640 *) :
3641 ac_site_file=./$ac_site_file ;;
3642 esac
3643 if test -f "$ac_site_file" && test -r "$ac_site_file"; then
3644 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3645 printf "%s\n" "$as_me: loading site script $ac_site_file" >&6;}
3646 sed 's/^/| /' "$ac_site_file" >&5
3647 . "$ac_site_file" \
3648 || { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3649 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
3650 as_fn_error $? "failed to load site script $ac_site_file
3651 See \`config.log' for more details" "$LINENO" 5; }
3653 done
3655 if test -r "$cache_file"; then
3656 # Some versions of bash will fail to source /dev/null (special files
3657 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
3658 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
3659 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3660 printf "%s\n" "$as_me: loading cache $cache_file" >&6;}
3661 case $cache_file in
3662 [\\/]* | ?:[\\/]* ) . "$cache_file";;
3663 *) . "./$cache_file";;
3664 esac
3666 else
3667 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3668 printf "%s\n" "$as_me: creating cache $cache_file" >&6;}
3669 >$cache_file
3672 # Test code for whether the C compiler supports C89 (global declarations)
3673 ac_c_conftest_c89_globals='
3674 /* Does the compiler advertise C89 conformance?
3675 Do not test the value of __STDC__, because some compilers set it to 0
3676 while being otherwise adequately conformant. */
3677 #if !defined __STDC__
3678 # error "Compiler does not advertise C89 conformance"
3679 #endif
3681 #include <stddef.h>
3682 #include <stdarg.h>
3683 struct stat;
3684 /* Most of the following tests are stolen from RCS 5.7 src/conf.sh. */
3685 struct buf { int x; };
3686 struct buf * (*rcsopen) (struct buf *, struct stat *, int);
3687 static char *e (p, i)
3688 char **p;
3689 int i;
3691 return p[i];
3693 static char *f (char * (*g) (char **, int), char **p, ...)
3695 char *s;
3696 va_list v;
3697 va_start (v,p);
3698 s = g (p, va_arg (v,int));
3699 va_end (v);
3700 return s;
3703 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3704 function prototypes and stuff, but not \xHH hex character constants.
3705 These do not provoke an error unfortunately, instead are silently treated
3706 as an "x". The following induces an error, until -std is added to get
3707 proper ANSI mode. Curiously \x00 != x always comes out true, for an
3708 array size at least. It is necessary to write \x00 == 0 to get something
3709 that is true only with -std. */
3710 int osf4_cc_array ['\''\x00'\'' == 0 ? 1 : -1];
3712 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3713 inside strings and character constants. */
3714 #define FOO(x) '\''x'\''
3715 int xlc6_cc_array[FOO(a) == '\''x'\'' ? 1 : -1];
3717 int test (int i, double x);
3718 struct s1 {int (*f) (int a);};
3719 struct s2 {int (*f) (double a);};
3720 int pairnames (int, char **, int *(*)(struct buf *, struct stat *, int),
3721 int, int);'
3723 # Test code for whether the C compiler supports C89 (body of main).
3724 ac_c_conftest_c89_main='
3725 ok |= (argc == 0 || f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]);
3728 # Test code for whether the C compiler supports C99 (global declarations)
3729 ac_c_conftest_c99_globals='
3730 // Does the compiler advertise C99 conformance?
3731 #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 199901L
3732 # error "Compiler does not advertise C99 conformance"
3733 #endif
3735 #include <stdbool.h>
3736 extern int puts (const char *);
3737 extern int printf (const char *, ...);
3738 extern int dprintf (int, const char *, ...);
3739 extern void *malloc (size_t);
3741 // Check varargs macros. These examples are taken from C99 6.10.3.5.
3742 // dprintf is used instead of fprintf to avoid needing to declare
3743 // FILE and stderr.
3744 #define debug(...) dprintf (2, __VA_ARGS__)
3745 #define showlist(...) puts (#__VA_ARGS__)
3746 #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
3747 static void
3748 test_varargs_macros (void)
3750 int x = 1234;
3751 int y = 5678;
3752 debug ("Flag");
3753 debug ("X = %d\n", x);
3754 showlist (The first, second, and third items.);
3755 report (x>y, "x is %d but y is %d", x, y);
3758 // Check long long types.
3759 #define BIG64 18446744073709551615ull
3760 #define BIG32 4294967295ul
3761 #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
3762 #if !BIG_OK
3763 #error "your preprocessor is broken"
3764 #endif
3765 #if BIG_OK
3766 #else
3767 #error "your preprocessor is broken"
3768 #endif
3769 static long long int bignum = -9223372036854775807LL;
3770 static unsigned long long int ubignum = BIG64;
3772 struct incomplete_array
3774 int datasize;
3775 double data[];
3778 struct named_init {
3779 int number;
3780 const wchar_t *name;
3781 double average;
3784 typedef const char *ccp;
3786 static inline int
3787 test_restrict (ccp restrict text)
3789 // See if C++-style comments work.
3790 // Iterate through items via the restricted pointer.
3791 // Also check for declarations in for loops.
3792 for (unsigned int i = 0; *(text+i) != '\''\0'\''; ++i)
3793 continue;
3794 return 0;
3797 // Check varargs and va_copy.
3798 static bool
3799 test_varargs (const char *format, ...)
3801 va_list args;
3802 va_start (args, format);
3803 va_list args_copy;
3804 va_copy (args_copy, args);
3806 const char *str = "";
3807 int number = 0;
3808 float fnumber = 0;
3810 while (*format)
3812 switch (*format++)
3814 case '\''s'\'': // string
3815 str = va_arg (args_copy, const char *);
3816 break;
3817 case '\''d'\'': // int
3818 number = va_arg (args_copy, int);
3819 break;
3820 case '\''f'\'': // float
3821 fnumber = va_arg (args_copy, double);
3822 break;
3823 default:
3824 break;
3827 va_end (args_copy);
3828 va_end (args);
3830 return *str && number && fnumber;
3834 # Test code for whether the C compiler supports C99 (body of main).
3835 ac_c_conftest_c99_main='
3836 // Check bool.
3837 _Bool success = false;
3838 success |= (argc != 0);
3840 // Check restrict.
3841 if (test_restrict ("String literal") == 0)
3842 success = true;
3843 char *restrict newvar = "Another string";
3845 // Check varargs.
3846 success &= test_varargs ("s, d'\'' f .", "string", 65, 34.234);
3847 test_varargs_macros ();
3849 // Check flexible array members.
3850 struct incomplete_array *ia =
3851 malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
3852 ia->datasize = 10;
3853 for (int i = 0; i < ia->datasize; ++i)
3854 ia->data[i] = i * 1.234;
3856 // Check named initializers.
3857 struct named_init ni = {
3858 .number = 34,
3859 .name = L"Test wide string",
3860 .average = 543.34343,
3863 ni.number = 58;
3865 int dynamic_array[ni.number];
3866 dynamic_array[0] = argv[0][0];
3867 dynamic_array[ni.number - 1] = 543;
3869 // work around unused variable warnings
3870 ok |= (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == '\''x'\''
3871 || dynamic_array[ni.number - 1] != 543);
3874 # Test code for whether the C compiler supports C11 (global declarations)
3875 ac_c_conftest_c11_globals='
3876 // Does the compiler advertise C11 conformance?
3877 #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
3878 # error "Compiler does not advertise C11 conformance"
3879 #endif
3881 // Check _Alignas.
3882 char _Alignas (double) aligned_as_double;
3883 char _Alignas (0) no_special_alignment;
3884 extern char aligned_as_int;
3885 char _Alignas (0) _Alignas (int) aligned_as_int;
3887 // Check _Alignof.
3888 enum
3890 int_alignment = _Alignof (int),
3891 int_array_alignment = _Alignof (int[100]),
3892 char_alignment = _Alignof (char)
3894 _Static_assert (0 < -_Alignof (int), "_Alignof is signed");
3896 // Check _Noreturn.
3897 int _Noreturn does_not_return (void) { for (;;) continue; }
3899 // Check _Static_assert.
3900 struct test_static_assert
3902 int x;
3903 _Static_assert (sizeof (int) <= sizeof (long int),
3904 "_Static_assert does not work in struct");
3905 long int y;
3908 // Check UTF-8 literals.
3909 #define u8 syntax error!
3910 char const utf8_literal[] = u8"happens to be ASCII" "another string";
3912 // Check duplicate typedefs.
3913 typedef long *long_ptr;
3914 typedef long int *long_ptr;
3915 typedef long_ptr long_ptr;
3917 // Anonymous structures and unions -- taken from C11 6.7.2.1 Example 1.
3918 struct anonymous
3920 union {
3921 struct { int i; int j; };
3922 struct { int k; long int l; } w;
3924 int m;
3925 } v1;
3928 # Test code for whether the C compiler supports C11 (body of main).
3929 ac_c_conftest_c11_main='
3930 _Static_assert ((offsetof (struct anonymous, i)
3931 == offsetof (struct anonymous, w.k)),
3932 "Anonymous union alignment botch");
3933 v1.i = 2;
3934 v1.w.k = 5;
3935 ok |= v1.i != 5;
3938 # Test code for whether the C compiler supports C11 (complete).
3939 ac_c_conftest_c11_program="${ac_c_conftest_c89_globals}
3940 ${ac_c_conftest_c99_globals}
3941 ${ac_c_conftest_c11_globals}
3944 main (int argc, char **argv)
3946 int ok = 0;
3947 ${ac_c_conftest_c89_main}
3948 ${ac_c_conftest_c99_main}
3949 ${ac_c_conftest_c11_main}
3950 return ok;
3954 # Test code for whether the C compiler supports C99 (complete).
3955 ac_c_conftest_c99_program="${ac_c_conftest_c89_globals}
3956 ${ac_c_conftest_c99_globals}
3959 main (int argc, char **argv)
3961 int ok = 0;
3962 ${ac_c_conftest_c89_main}
3963 ${ac_c_conftest_c99_main}
3964 return ok;
3968 # Test code for whether the C compiler supports C89 (complete).
3969 ac_c_conftest_c89_program="${ac_c_conftest_c89_globals}
3972 main (int argc, char **argv)
3974 int ok = 0;
3975 ${ac_c_conftest_c89_main}
3976 return ok;
3980 # Test code for whether the C++ compiler supports C++98 (global declarations)
3981 ac_cxx_conftest_cxx98_globals='
3982 // Does the compiler advertise C++98 conformance?
3983 #if !defined __cplusplus || __cplusplus < 199711L
3984 # error "Compiler does not advertise C++98 conformance"
3985 #endif
3987 // These inclusions are to reject old compilers that
3988 // lack the unsuffixed header files.
3989 #include <cstdlib>
3990 #include <exception>
3992 // <cassert> and <cstring> are *not* freestanding headers in C++98.
3993 extern void assert (int);
3994 namespace std {
3995 extern int strcmp (const char *, const char *);
3998 // Namespaces, exceptions, and templates were all added after "C++ 2.0".
3999 using std::exception;
4000 using std::strcmp;
4002 namespace {
4004 void test_exception_syntax()
4006 try {
4007 throw "test";
4008 } catch (const char *s) {
4009 // Extra parentheses suppress a warning when building autoconf itself,
4010 // due to lint rules shared with more typical C programs.
4011 assert (!(strcmp) (s, "test"));
4015 template <typename T> struct test_template
4017 T const val;
4018 explicit test_template(T t) : val(t) {}
4019 template <typename U> T add(U u) { return static_cast<T>(u) + val; }
4022 } // anonymous namespace
4025 # Test code for whether the C++ compiler supports C++98 (body of main)
4026 ac_cxx_conftest_cxx98_main='
4027 assert (argc);
4028 assert (! argv[0]);
4030 test_exception_syntax ();
4031 test_template<double> tt (2.0);
4032 assert (tt.add (4) == 6.0);
4033 assert (true && !false);
4037 # Test code for whether the C++ compiler supports C++11 (global declarations)
4038 ac_cxx_conftest_cxx11_globals='
4039 // Does the compiler advertise C++ 2011 conformance?
4040 #if !defined __cplusplus || __cplusplus < 201103L
4041 # error "Compiler does not advertise C++11 conformance"
4042 #endif
4044 namespace cxx11test
4046 constexpr int get_val() { return 20; }
4048 struct testinit
4050 int i;
4051 double d;
4054 class delegate
4056 public:
4057 delegate(int n) : n(n) {}
4058 delegate(): delegate(2354) {}
4060 virtual int getval() { return this->n; };
4061 protected:
4062 int n;
4065 class overridden : public delegate
4067 public:
4068 overridden(int n): delegate(n) {}
4069 virtual int getval() override final { return this->n * 2; }
4072 class nocopy
4074 public:
4075 nocopy(int i): i(i) {}
4076 nocopy() = default;
4077 nocopy(const nocopy&) = delete;
4078 nocopy & operator=(const nocopy&) = delete;
4079 private:
4080 int i;
4083 // for testing lambda expressions
4084 template <typename Ret, typename Fn> Ret eval(Fn f, Ret v)
4086 return f(v);
4089 // for testing variadic templates and trailing return types
4090 template <typename V> auto sum(V first) -> V
4092 return first;
4094 template <typename V, typename... Args> auto sum(V first, Args... rest) -> V
4096 return first + sum(rest...);
4101 # Test code for whether the C++ compiler supports C++11 (body of main)
4102 ac_cxx_conftest_cxx11_main='
4104 // Test auto and decltype
4105 auto a1 = 6538;
4106 auto a2 = 48573953.4;
4107 auto a3 = "String literal";
4109 int total = 0;
4110 for (auto i = a3; *i; ++i) { total += *i; }
4112 decltype(a2) a4 = 34895.034;
4115 // Test constexpr
4116 short sa[cxx11test::get_val()] = { 0 };
4119 // Test initializer lists
4120 cxx11test::testinit il = { 4323, 435234.23544 };
4123 // Test range-based for
4124 int array[] = {9, 7, 13, 15, 4, 18, 12, 10, 5, 3,
4125 14, 19, 17, 8, 6, 20, 16, 2, 11, 1};
4126 for (auto &x : array) { x += 23; }
4129 // Test lambda expressions
4130 using cxx11test::eval;
4131 assert (eval ([](int x) { return x*2; }, 21) == 42);
4132 double d = 2.0;
4133 assert (eval ([&](double x) { return d += x; }, 3.0) == 5.0);
4134 assert (d == 5.0);
4135 assert (eval ([=](double x) mutable { return d += x; }, 4.0) == 9.0);
4136 assert (d == 5.0);
4139 // Test use of variadic templates
4140 using cxx11test::sum;
4141 auto a = sum(1);
4142 auto b = sum(1, 2);
4143 auto c = sum(1.0, 2.0, 3.0);
4146 // Test constructor delegation
4147 cxx11test::delegate d1;
4148 cxx11test::delegate d2();
4149 cxx11test::delegate d3(45);
4152 // Test override and final
4153 cxx11test::overridden o1(55464);
4156 // Test nullptr
4157 char *c = nullptr;
4160 // Test template brackets
4161 test_template<::test_template<int>> v(test_template<int>(12));
4164 // Unicode literals
4165 char const *utf8 = u8"UTF-8 string \u2500";
4166 char16_t const *utf16 = u"UTF-8 string \u2500";
4167 char32_t const *utf32 = U"UTF-32 string \u2500";
4171 # Test code for whether the C compiler supports C++11 (complete).
4172 ac_cxx_conftest_cxx11_program="${ac_cxx_conftest_cxx98_globals}
4173 ${ac_cxx_conftest_cxx11_globals}
4176 main (int argc, char **argv)
4178 int ok = 0;
4179 ${ac_cxx_conftest_cxx98_main}
4180 ${ac_cxx_conftest_cxx11_main}
4181 return ok;
4185 # Test code for whether the C compiler supports C++98 (complete).
4186 ac_cxx_conftest_cxx98_program="${ac_cxx_conftest_cxx98_globals}
4188 main (int argc, char **argv)
4190 int ok = 0;
4191 ${ac_cxx_conftest_cxx98_main}
4192 return ok;
4196 as_fn_append ac_header_c_list " stdio.h stdio_h HAVE_STDIO_H"
4197 as_fn_append ac_header_c_list " stdlib.h stdlib_h HAVE_STDLIB_H"
4198 as_fn_append ac_header_c_list " string.h string_h HAVE_STRING_H"
4199 as_fn_append ac_header_c_list " inttypes.h inttypes_h HAVE_INTTYPES_H"
4200 as_fn_append ac_header_c_list " stdint.h stdint_h HAVE_STDINT_H"
4201 as_fn_append ac_header_c_list " strings.h strings_h HAVE_STRINGS_H"
4202 as_fn_append ac_header_c_list " sys/stat.h sys_stat_h HAVE_SYS_STAT_H"
4203 as_fn_append ac_header_c_list " sys/types.h sys_types_h HAVE_SYS_TYPES_H"
4204 as_fn_append ac_header_c_list " unistd.h unistd_h HAVE_UNISTD_H"
4206 # Auxiliary files required by this configure script.
4207 ac_aux_files="config.guess config.sub"
4209 # Locations in which to look for auxiliary files.
4210 ac_aux_dir_candidates="${srcdir}/tools"
4212 # Search for a directory containing all of the required auxiliary files,
4213 # $ac_aux_files, from the $PATH-style list $ac_aux_dir_candidates.
4214 # If we don't find one directory that contains all the files we need,
4215 # we report the set of missing files from the *first* directory in
4216 # $ac_aux_dir_candidates and give up.
4217 ac_missing_aux_files=""
4218 ac_first_candidate=:
4219 printf "%s\n" "$as_me:${as_lineno-$LINENO}: looking for aux files: $ac_aux_files" >&5
4220 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4221 as_found=false
4222 for as_dir in $ac_aux_dir_candidates
4224 IFS=$as_save_IFS
4225 case $as_dir in #(((
4226 '') as_dir=./ ;;
4227 */) ;;
4228 *) as_dir=$as_dir/ ;;
4229 esac
4230 as_found=:
4232 printf "%s\n" "$as_me:${as_lineno-$LINENO}: trying $as_dir" >&5
4233 ac_aux_dir_found=yes
4234 ac_install_sh=
4235 for ac_aux in $ac_aux_files
4237 # As a special case, if "install-sh" is required, that requirement
4238 # can be satisfied by any of "install-sh", "install.sh", or "shtool",
4239 # and $ac_install_sh is set appropriately for whichever one is found.
4240 if test x"$ac_aux" = x"install-sh"
4241 then
4242 if test -f "${as_dir}install-sh"; then
4243 printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}install-sh found" >&5
4244 ac_install_sh="${as_dir}install-sh -c"
4245 elif test -f "${as_dir}install.sh"; then
4246 printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}install.sh found" >&5
4247 ac_install_sh="${as_dir}install.sh -c"
4248 elif test -f "${as_dir}shtool"; then
4249 printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}shtool found" >&5
4250 ac_install_sh="${as_dir}shtool install -c"
4251 else
4252 ac_aux_dir_found=no
4253 if $ac_first_candidate; then
4254 ac_missing_aux_files="${ac_missing_aux_files} install-sh"
4255 else
4256 break
4259 else
4260 if test -f "${as_dir}${ac_aux}"; then
4261 printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}${ac_aux} found" >&5
4262 else
4263 ac_aux_dir_found=no
4264 if $ac_first_candidate; then
4265 ac_missing_aux_files="${ac_missing_aux_files} ${ac_aux}"
4266 else
4267 break
4271 done
4272 if test "$ac_aux_dir_found" = yes; then
4273 ac_aux_dir="$as_dir"
4274 break
4276 ac_first_candidate=false
4278 as_found=false
4279 done
4280 IFS=$as_save_IFS
4281 if $as_found
4282 then :
4284 else $as_nop
4285 as_fn_error $? "cannot find required auxiliary files:$ac_missing_aux_files" "$LINENO" 5
4289 # These three variables are undocumented and unsupported,
4290 # and are intended to be withdrawn in a future Autoconf release.
4291 # They can cause serious problems if a builder's source tree is in a directory
4292 # whose full name contains unusual characters.
4293 if test -f "${ac_aux_dir}config.guess"; then
4294 ac_config_guess="$SHELL ${ac_aux_dir}config.guess"
4296 if test -f "${ac_aux_dir}config.sub"; then
4297 ac_config_sub="$SHELL ${ac_aux_dir}config.sub"
4299 if test -f "$ac_aux_dir/configure"; then
4300 ac_configure="$SHELL ${ac_aux_dir}configure"
4303 # Check that the precious variables saved in the cache have kept the same
4304 # value.
4305 ac_cache_corrupted=false
4306 for ac_var in $ac_precious_vars; do
4307 eval ac_old_set=\$ac_cv_env_${ac_var}_set
4308 eval ac_new_set=\$ac_env_${ac_var}_set
4309 eval ac_old_val=\$ac_cv_env_${ac_var}_value
4310 eval ac_new_val=\$ac_env_${ac_var}_value
4311 case $ac_old_set,$ac_new_set in
4312 set,)
4313 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
4314 printf "%s\n" "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
4315 ac_cache_corrupted=: ;;
4316 ,set)
4317 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
4318 printf "%s\n" "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
4319 ac_cache_corrupted=: ;;
4320 ,);;
4322 if test "x$ac_old_val" != "x$ac_new_val"; then
4323 # differences in whitespace do not lead to failure.
4324 ac_old_val_w=`echo x $ac_old_val`
4325 ac_new_val_w=`echo x $ac_new_val`
4326 if test "$ac_old_val_w" != "$ac_new_val_w"; then
4327 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
4328 printf "%s\n" "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
4329 ac_cache_corrupted=:
4330 else
4331 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
4332 printf "%s\n" "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
4333 eval $ac_var=\$ac_old_val
4335 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
4336 printf "%s\n" "$as_me: former value: \`$ac_old_val'" >&2;}
4337 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
4338 printf "%s\n" "$as_me: current value: \`$ac_new_val'" >&2;}
4339 fi;;
4340 esac
4341 # Pass precious variables to config.status.
4342 if test "$ac_new_set" = set; then
4343 case $ac_new_val in
4344 *\'*) ac_arg=$ac_var=`printf "%s\n" "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
4345 *) ac_arg=$ac_var=$ac_new_val ;;
4346 esac
4347 case " $ac_configure_args " in
4348 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
4349 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
4350 esac
4352 done
4353 if $ac_cache_corrupted; then
4354 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4355 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
4356 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
4357 printf "%s\n" "$as_me: error: changes in the environment can compromise the build" >&2;}
4358 as_fn_error $? "run \`${MAKE-make} distclean' and/or \`rm $cache_file'
4359 and start over" "$LINENO" 5
4361 ## -------------------- ##
4362 ## Main body of script. ##
4363 ## -------------------- ##
4365 ac_ext=c
4366 ac_cpp='$CPP $CPPFLAGS'
4367 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4368 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4369 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4373 ac_config_headers="$ac_config_headers include/config.h"
4377 libwine_version="1.0"
4380 # Check whether --enable-win16 was given.
4381 if test ${enable_win16+y}
4382 then :
4383 enableval=$enable_win16;
4386 # Check whether --enable-win64 was given.
4387 if test ${enable_win64+y}
4388 then :
4389 enableval=$enable_win64;
4392 # Check whether --enable-tests was given.
4393 if test ${enable_tests+y}
4394 then :
4395 enableval=$enable_tests;
4398 # Check whether --enable-build-id was given.
4399 if test ${enable_build_id+y}
4400 then :
4401 enableval=$enable_build_id;
4404 # Check whether --enable-maintainer-mode was given.
4405 if test ${enable_maintainer_mode+y}
4406 then :
4407 enableval=$enable_maintainer_mode;
4410 # Check whether --enable-silent-rules was given.
4411 if test ${enable_silent_rules+y}
4412 then :
4413 enableval=$enable_silent_rules;
4416 # Check whether --enable-werror was given.
4417 if test ${enable_werror+y}
4418 then :
4419 enableval=$enable_werror;
4424 # Check whether --with-alsa was given.
4425 if test ${with_alsa+y}
4426 then :
4427 withval=$with_alsa;
4431 # Check whether --with-capi was given.
4432 if test ${with_capi+y}
4433 then :
4434 withval=$with_capi;
4438 # Check whether --with-coreaudio was given.
4439 if test ${with_coreaudio+y}
4440 then :
4441 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
4445 # Check whether --with-cups was given.
4446 if test ${with_cups+y}
4447 then :
4448 withval=$with_cups;
4452 # Check whether --with-dbus was given.
4453 if test ${with_dbus+y}
4454 then :
4455 withval=$with_dbus;
4459 # Check whether --with-float-abi was given.
4460 if test ${with_float_abi+y}
4461 then :
4462 withval=$with_float_abi;
4466 # Check whether --with-fontconfig was given.
4467 if test ${with_fontconfig+y}
4468 then :
4469 withval=$with_fontconfig;
4473 # Check whether --with-freetype was given.
4474 if test ${with_freetype+y}
4475 then :
4476 withval=$with_freetype;
4480 # Check whether --with-gettext was given.
4481 if test ${with_gettext+y}
4482 then :
4483 withval=$with_gettext;
4487 # Check whether --with-gettextpo was given.
4488 if test ${with_gettextpo+y}
4489 then :
4490 withval=$with_gettextpo; if test "x$withval" = "xno"; then ac_cv_header_gettext_po_h=no; fi
4494 # Check whether --with-gphoto was given.
4495 if test ${with_gphoto+y}
4496 then :
4497 withval=$with_gphoto;
4501 # Check whether --with-gnutls was given.
4502 if test ${with_gnutls+y}
4503 then :
4504 withval=$with_gnutls;
4508 # Check whether --with-gssapi was given.
4509 if test ${with_gssapi+y}
4510 then :
4511 withval=$with_gssapi;
4515 # Check whether --with-gstreamer was given.
4516 if test ${with_gstreamer+y}
4517 then :
4518 withval=$with_gstreamer;
4522 # Check whether --with-inotify was given.
4523 if test ${with_inotify+y}
4524 then :
4525 withval=$with_inotify;
4529 # Check whether --with-krb5 was given.
4530 if test ${with_krb5+y}
4531 then :
4532 withval=$with_krb5;
4536 # Check whether --with-ldap was given.
4537 if test ${with_ldap+y}
4538 then :
4539 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
4543 # Check whether --with-mingw was given.
4544 if test ${with_mingw+y}
4545 then :
4546 withval=$with_mingw;
4550 # Check whether --with-netapi was given.
4551 if test ${with_netapi+y}
4552 then :
4553 withval=$with_netapi;
4557 # Check whether --with-openal was given.
4558 if test ${with_openal+y}
4559 then :
4560 withval=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h=no; ac_cv_header_OpenAL_al_h=no; fi
4564 # Check whether --with-opencl was given.
4565 if test ${with_opencl+y}
4566 then :
4567 withval=$with_opencl; if test "x$withval" = "xno"; then ac_cv_header_CL_cl_h=no; ac_cv_header_OpenCL_opencl_h=no; fi
4571 # Check whether --with-opengl was given.
4572 if test ${with_opengl+y}
4573 then :
4574 withval=$with_opengl;
4578 # Check whether --with-osmesa was given.
4579 if test ${with_osmesa+y}
4580 then :
4581 withval=$with_osmesa;
4585 # Check whether --with-oss was given.
4586 if test ${with_oss+y}
4587 then :
4588 withval=$with_oss;
4592 # Check whether --with-pcap was given.
4593 if test ${with_pcap+y}
4594 then :
4595 withval=$with_pcap; if test "x$withval" = "xno"; then ac_cv_header_pcap_pcap_h=no; fi
4599 # Check whether --with-pthread was given.
4600 if test ${with_pthread+y}
4601 then :
4602 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
4606 # Check whether --with-pulse was given.
4607 if test ${with_pulse+y}
4608 then :
4609 withval=$with_pulse;
4613 # Check whether --with-sane was given.
4614 if test ${with_sane+y}
4615 then :
4616 withval=$with_sane;
4620 # Check whether --with-sdl was given.
4621 if test ${with_sdl+y}
4622 then :
4623 withval=$with_sdl;
4627 # Check whether --with-udev was given.
4628 if test ${with_udev+y}
4629 then :
4630 withval=$with_udev;
4634 # Check whether --with-unwind was given.
4635 if test ${with_unwind+y}
4636 then :
4637 withval=$with_unwind;
4641 # Check whether --with-usb was given.
4642 if test ${with_usb+y}
4643 then :
4644 withval=$with_usb;
4648 # Check whether --with-v4l2 was given.
4649 if test ${with_v4l2+y}
4650 then :
4651 withval=$with_v4l2;
4655 # Check whether --with-vkd3d was given.
4656 if test ${with_vkd3d+y}
4657 then :
4658 withval=$with_vkd3d;
4662 # Check whether --with-vulkan was given.
4663 if test ${with_vulkan+y}
4664 then :
4665 withval=$with_vulkan;
4669 # Check whether --with-xcomposite was given.
4670 if test ${with_xcomposite+y}
4671 then :
4672 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
4676 # Check whether --with-xcursor was given.
4677 if test ${with_xcursor+y}
4678 then :
4679 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
4683 # Check whether --with-xfixes was given.
4684 if test ${with_xfixes+y}
4685 then :
4686 withval=$with_xfixes; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xfixes_h=no; fi
4690 # Check whether --with-xinerama was given.
4691 if test ${with_xinerama+y}
4692 then :
4693 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
4697 # Check whether --with-xinput was given.
4698 if test ${with_xinput+y}
4699 then :
4700 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
4704 # Check whether --with-xinput2 was given.
4705 if test ${with_xinput2+y}
4706 then :
4707 withval=$with_xinput2; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput2_h=no; fi
4711 # Check whether --with-xrandr was given.
4712 if test ${with_xrandr+y}
4713 then :
4714 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
4718 # Check whether --with-xrender was given.
4719 if test ${with_xrender+y}
4720 then :
4721 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
4725 # Check whether --with-xshape was given.
4726 if test ${with_xshape+y}
4727 then :
4728 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
4732 # Check whether --with-xshm was given.
4733 if test ${with_xshm+y}
4734 then :
4735 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
4739 # Check whether --with-xxf86vm was given.
4740 if test ${with_xxf86vm+y}
4741 then :
4742 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
4747 # Check whether --with-system-dllpath was given.
4748 if test ${with_system_dllpath+y}
4749 then :
4750 withval=$with_system_dllpath; system_dllpath=$withval
4755 # Check whether --with-wine-tools was given.
4756 if test ${with_wine_tools+y}
4757 then :
4758 withval=$with_wine_tools;
4762 # Check whether --with-wine64 was given.
4763 if test ${with_wine64+y}
4764 then :
4765 withval=$with_wine64;
4772 # Make sure we can run config.sub.
4773 $SHELL "${ac_aux_dir}config.sub" sun4 >/dev/null 2>&1 ||
4774 as_fn_error $? "cannot run $SHELL ${ac_aux_dir}config.sub" "$LINENO" 5
4776 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4777 printf %s "checking build system type... " >&6; }
4778 if test ${ac_cv_build+y}
4779 then :
4780 printf %s "(cached) " >&6
4781 else $as_nop
4782 ac_build_alias=$build_alias
4783 test "x$ac_build_alias" = x &&
4784 ac_build_alias=`$SHELL "${ac_aux_dir}config.guess"`
4785 test "x$ac_build_alias" = x &&
4786 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
4787 ac_cv_build=`$SHELL "${ac_aux_dir}config.sub" $ac_build_alias` ||
4788 as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $ac_build_alias failed" "$LINENO" 5
4791 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4792 printf "%s\n" "$ac_cv_build" >&6; }
4793 case $ac_cv_build in
4794 *-*-*) ;;
4795 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
4796 esac
4797 build=$ac_cv_build
4798 ac_save_IFS=$IFS; IFS='-'
4799 set x $ac_cv_build
4800 shift
4801 build_cpu=$1
4802 build_vendor=$2
4803 shift; shift
4804 # Remember, the first character of IFS is used to create $*,
4805 # except with old shells:
4806 build_os=$*
4807 IFS=$ac_save_IFS
4808 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
4811 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
4812 printf %s "checking host system type... " >&6; }
4813 if test ${ac_cv_host+y}
4814 then :
4815 printf %s "(cached) " >&6
4816 else $as_nop
4817 if test "x$host_alias" = x; then
4818 ac_cv_host=$ac_cv_build
4819 else
4820 ac_cv_host=`$SHELL "${ac_aux_dir}config.sub" $host_alias` ||
4821 as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $host_alias failed" "$LINENO" 5
4825 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
4826 printf "%s\n" "$ac_cv_host" >&6; }
4827 case $ac_cv_host in
4828 *-*-*) ;;
4829 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
4830 esac
4831 host=$ac_cv_host
4832 ac_save_IFS=$IFS; IFS='-'
4833 set x $ac_cv_host
4834 shift
4835 host_cpu=$1
4836 host_vendor=$2
4837 shift; shift
4838 # Remember, the first character of IFS is used to create $*,
4839 # except with old shells:
4840 host_os=$*
4841 IFS=$ac_save_IFS
4842 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
4846 dlldir=\${libdir}/wine
4848 fontdir=\${datadir}/wine/fonts
4850 nlsdir=\${datadir}/wine/nls
4855 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
4856 printf %s "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
4857 set x ${MAKE-make}
4858 ac_make=`printf "%s\n" "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
4859 if eval test \${ac_cv_prog_make_${ac_make}_set+y}
4860 then :
4861 printf %s "(cached) " >&6
4862 else $as_nop
4863 cat >conftest.make <<\_ACEOF
4864 SHELL = /bin/sh
4865 all:
4866 @echo '@@@%%%=$(MAKE)=@@@%%%'
4867 _ACEOF
4868 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
4869 case `${MAKE-make} -f conftest.make 2>/dev/null` in
4870 *@@@%%%=?*=@@@%%%*)
4871 eval ac_cv_prog_make_${ac_make}_set=yes;;
4873 eval ac_cv_prog_make_${ac_make}_set=no;;
4874 esac
4875 rm -f conftest.make
4877 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
4878 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4879 printf "%s\n" "yes" >&6; }
4880 SET_MAKE=
4881 else
4882 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
4883 printf "%s\n" "no" >&6; }
4884 SET_MAKE="MAKE=${MAKE-make}"
4896 ac_ext=c
4897 ac_cpp='$CPP $CPPFLAGS'
4898 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4899 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4900 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4901 if test -n "$ac_tool_prefix"; then
4902 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4903 set dummy ${ac_tool_prefix}gcc; ac_word=$2
4904 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4905 printf %s "checking for $ac_word... " >&6; }
4906 if test ${ac_cv_prog_CC+y}
4907 then :
4908 printf %s "(cached) " >&6
4909 else $as_nop
4910 if test -n "$CC"; then
4911 ac_cv_prog_CC="$CC" # Let the user override the test.
4912 else
4913 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4914 for as_dir in $PATH
4916 IFS=$as_save_IFS
4917 case $as_dir in #(((
4918 '') as_dir=./ ;;
4919 */) ;;
4920 *) as_dir=$as_dir/ ;;
4921 esac
4922 for ac_exec_ext in '' $ac_executable_extensions; do
4923 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
4924 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4925 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
4926 break 2
4928 done
4929 done
4930 IFS=$as_save_IFS
4934 CC=$ac_cv_prog_CC
4935 if test -n "$CC"; then
4936 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4937 printf "%s\n" "$CC" >&6; }
4938 else
4939 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
4940 printf "%s\n" "no" >&6; }
4945 if test -z "$ac_cv_prog_CC"; then
4946 ac_ct_CC=$CC
4947 # Extract the first word of "gcc", so it can be a program name with args.
4948 set dummy gcc; ac_word=$2
4949 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4950 printf %s "checking for $ac_word... " >&6; }
4951 if test ${ac_cv_prog_ac_ct_CC+y}
4952 then :
4953 printf %s "(cached) " >&6
4954 else $as_nop
4955 if test -n "$ac_ct_CC"; then
4956 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4957 else
4958 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4959 for as_dir in $PATH
4961 IFS=$as_save_IFS
4962 case $as_dir in #(((
4963 '') as_dir=./ ;;
4964 */) ;;
4965 *) as_dir=$as_dir/ ;;
4966 esac
4967 for ac_exec_ext in '' $ac_executable_extensions; do
4968 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
4969 ac_cv_prog_ac_ct_CC="gcc"
4970 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
4971 break 2
4973 done
4974 done
4975 IFS=$as_save_IFS
4979 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4980 if test -n "$ac_ct_CC"; then
4981 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4982 printf "%s\n" "$ac_ct_CC" >&6; }
4983 else
4984 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
4985 printf "%s\n" "no" >&6; }
4988 if test "x$ac_ct_CC" = x; then
4989 CC=""
4990 else
4991 case $cross_compiling:$ac_tool_warned in
4992 yes:)
4993 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4994 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4995 ac_tool_warned=yes ;;
4996 esac
4997 CC=$ac_ct_CC
4999 else
5000 CC="$ac_cv_prog_CC"
5003 if test -z "$CC"; then
5004 if test -n "$ac_tool_prefix"; then
5005 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
5006 set dummy ${ac_tool_prefix}cc; ac_word=$2
5007 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5008 printf %s "checking for $ac_word... " >&6; }
5009 if test ${ac_cv_prog_CC+y}
5010 then :
5011 printf %s "(cached) " >&6
5012 else $as_nop
5013 if test -n "$CC"; then
5014 ac_cv_prog_CC="$CC" # Let the user override the test.
5015 else
5016 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5017 for as_dir in $PATH
5019 IFS=$as_save_IFS
5020 case $as_dir in #(((
5021 '') as_dir=./ ;;
5022 */) ;;
5023 *) as_dir=$as_dir/ ;;
5024 esac
5025 for ac_exec_ext in '' $ac_executable_extensions; do
5026 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
5027 ac_cv_prog_CC="${ac_tool_prefix}cc"
5028 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
5029 break 2
5031 done
5032 done
5033 IFS=$as_save_IFS
5037 CC=$ac_cv_prog_CC
5038 if test -n "$CC"; then
5039 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
5040 printf "%s\n" "$CC" >&6; }
5041 else
5042 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
5043 printf "%s\n" "no" >&6; }
5049 if test -z "$CC"; then
5050 # Extract the first word of "cc", so it can be a program name with args.
5051 set dummy cc; ac_word=$2
5052 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5053 printf %s "checking for $ac_word... " >&6; }
5054 if test ${ac_cv_prog_CC+y}
5055 then :
5056 printf %s "(cached) " >&6
5057 else $as_nop
5058 if test -n "$CC"; then
5059 ac_cv_prog_CC="$CC" # Let the user override the test.
5060 else
5061 ac_prog_rejected=no
5062 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5063 for as_dir in $PATH
5065 IFS=$as_save_IFS
5066 case $as_dir in #(((
5067 '') as_dir=./ ;;
5068 */) ;;
5069 *) as_dir=$as_dir/ ;;
5070 esac
5071 for ac_exec_ext in '' $ac_executable_extensions; do
5072 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
5073 if test "$as_dir$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
5074 ac_prog_rejected=yes
5075 continue
5077 ac_cv_prog_CC="cc"
5078 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
5079 break 2
5081 done
5082 done
5083 IFS=$as_save_IFS
5085 if test $ac_prog_rejected = yes; then
5086 # We found a bogon in the path, so make sure we never use it.
5087 set dummy $ac_cv_prog_CC
5088 shift
5089 if test $# != 0; then
5090 # We chose a different compiler from the bogus one.
5091 # However, it has the same basename, so the bogon will be chosen
5092 # first if we set CC to just the basename; use the full file name.
5093 shift
5094 ac_cv_prog_CC="$as_dir$ac_word${1+' '}$@"
5099 CC=$ac_cv_prog_CC
5100 if test -n "$CC"; then
5101 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
5102 printf "%s\n" "$CC" >&6; }
5103 else
5104 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
5105 printf "%s\n" "no" >&6; }
5110 if test -z "$CC"; then
5111 if test -n "$ac_tool_prefix"; then
5112 for ac_prog in cl.exe
5114 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5115 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5116 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5117 printf %s "checking for $ac_word... " >&6; }
5118 if test ${ac_cv_prog_CC+y}
5119 then :
5120 printf %s "(cached) " >&6
5121 else $as_nop
5122 if test -n "$CC"; then
5123 ac_cv_prog_CC="$CC" # Let the user override the test.
5124 else
5125 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5126 for as_dir in $PATH
5128 IFS=$as_save_IFS
5129 case $as_dir in #(((
5130 '') as_dir=./ ;;
5131 */) ;;
5132 *) as_dir=$as_dir/ ;;
5133 esac
5134 for ac_exec_ext in '' $ac_executable_extensions; do
5135 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
5136 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
5137 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
5138 break 2
5140 done
5141 done
5142 IFS=$as_save_IFS
5146 CC=$ac_cv_prog_CC
5147 if test -n "$CC"; then
5148 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
5149 printf "%s\n" "$CC" >&6; }
5150 else
5151 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
5152 printf "%s\n" "no" >&6; }
5156 test -n "$CC" && break
5157 done
5159 if test -z "$CC"; then
5160 ac_ct_CC=$CC
5161 for ac_prog in cl.exe
5163 # Extract the first word of "$ac_prog", so it can be a program name with args.
5164 set dummy $ac_prog; ac_word=$2
5165 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5166 printf %s "checking for $ac_word... " >&6; }
5167 if test ${ac_cv_prog_ac_ct_CC+y}
5168 then :
5169 printf %s "(cached) " >&6
5170 else $as_nop
5171 if test -n "$ac_ct_CC"; then
5172 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
5173 else
5174 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5175 for as_dir in $PATH
5177 IFS=$as_save_IFS
5178 case $as_dir in #(((
5179 '') as_dir=./ ;;
5180 */) ;;
5181 *) as_dir=$as_dir/ ;;
5182 esac
5183 for ac_exec_ext in '' $ac_executable_extensions; do
5184 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
5185 ac_cv_prog_ac_ct_CC="$ac_prog"
5186 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
5187 break 2
5189 done
5190 done
5191 IFS=$as_save_IFS
5195 ac_ct_CC=$ac_cv_prog_ac_ct_CC
5196 if test -n "$ac_ct_CC"; then
5197 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
5198 printf "%s\n" "$ac_ct_CC" >&6; }
5199 else
5200 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
5201 printf "%s\n" "no" >&6; }
5205 test -n "$ac_ct_CC" && break
5206 done
5208 if test "x$ac_ct_CC" = x; then
5209 CC=""
5210 else
5211 case $cross_compiling:$ac_tool_warned in
5212 yes:)
5213 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5214 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5215 ac_tool_warned=yes ;;
5216 esac
5217 CC=$ac_ct_CC
5222 if test -z "$CC"; then
5223 if test -n "$ac_tool_prefix"; then
5224 # Extract the first word of "${ac_tool_prefix}clang", so it can be a program name with args.
5225 set dummy ${ac_tool_prefix}clang; ac_word=$2
5226 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5227 printf %s "checking for $ac_word... " >&6; }
5228 if test ${ac_cv_prog_CC+y}
5229 then :
5230 printf %s "(cached) " >&6
5231 else $as_nop
5232 if test -n "$CC"; then
5233 ac_cv_prog_CC="$CC" # Let the user override the test.
5234 else
5235 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5236 for as_dir in $PATH
5238 IFS=$as_save_IFS
5239 case $as_dir in #(((
5240 '') as_dir=./ ;;
5241 */) ;;
5242 *) as_dir=$as_dir/ ;;
5243 esac
5244 for ac_exec_ext in '' $ac_executable_extensions; do
5245 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
5246 ac_cv_prog_CC="${ac_tool_prefix}clang"
5247 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
5248 break 2
5250 done
5251 done
5252 IFS=$as_save_IFS
5256 CC=$ac_cv_prog_CC
5257 if test -n "$CC"; then
5258 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
5259 printf "%s\n" "$CC" >&6; }
5260 else
5261 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
5262 printf "%s\n" "no" >&6; }
5267 if test -z "$ac_cv_prog_CC"; then
5268 ac_ct_CC=$CC
5269 # Extract the first word of "clang", so it can be a program name with args.
5270 set dummy clang; ac_word=$2
5271 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5272 printf %s "checking for $ac_word... " >&6; }
5273 if test ${ac_cv_prog_ac_ct_CC+y}
5274 then :
5275 printf %s "(cached) " >&6
5276 else $as_nop
5277 if test -n "$ac_ct_CC"; then
5278 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
5279 else
5280 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5281 for as_dir in $PATH
5283 IFS=$as_save_IFS
5284 case $as_dir in #(((
5285 '') as_dir=./ ;;
5286 */) ;;
5287 *) as_dir=$as_dir/ ;;
5288 esac
5289 for ac_exec_ext in '' $ac_executable_extensions; do
5290 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
5291 ac_cv_prog_ac_ct_CC="clang"
5292 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
5293 break 2
5295 done
5296 done
5297 IFS=$as_save_IFS
5301 ac_ct_CC=$ac_cv_prog_ac_ct_CC
5302 if test -n "$ac_ct_CC"; then
5303 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
5304 printf "%s\n" "$ac_ct_CC" >&6; }
5305 else
5306 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
5307 printf "%s\n" "no" >&6; }
5310 if test "x$ac_ct_CC" = x; then
5311 CC=""
5312 else
5313 case $cross_compiling:$ac_tool_warned in
5314 yes:)
5315 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5316 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5317 ac_tool_warned=yes ;;
5318 esac
5319 CC=$ac_ct_CC
5321 else
5322 CC="$ac_cv_prog_CC"
5328 test -z "$CC" && { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5329 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
5330 as_fn_error $? "no acceptable C compiler found in \$PATH
5331 See \`config.log' for more details" "$LINENO" 5; }
5333 # Provide some information about the compiler.
5334 printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
5335 set X $ac_compile
5336 ac_compiler=$2
5337 for ac_option in --version -v -V -qversion -version; do
5338 { { ac_try="$ac_compiler $ac_option >&5"
5339 case "(($ac_try" in
5340 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5341 *) ac_try_echo=$ac_try;;
5342 esac
5343 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5344 printf "%s\n" "$ac_try_echo"; } >&5
5345 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
5346 ac_status=$?
5347 if test -s conftest.err; then
5348 sed '10a\
5349 ... rest of stderr output deleted ...
5350 10q' conftest.err >conftest.er1
5351 cat conftest.er1 >&5
5353 rm -f conftest.er1 conftest.err
5354 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5355 test $ac_status = 0; }
5356 done
5358 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5359 /* end confdefs.h. */
5362 main (void)
5366 return 0;
5368 _ACEOF
5369 ac_clean_files_save=$ac_clean_files
5370 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
5371 # Try to create an executable without -o first, disregard a.out.
5372 # It will help us diagnose broken compilers, and finding out an intuition
5373 # of exeext.
5374 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
5375 printf %s "checking whether the C compiler works... " >&6; }
5376 ac_link_default=`printf "%s\n" "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
5378 # The possible output files:
5379 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
5381 ac_rmfiles=
5382 for ac_file in $ac_files
5384 case $ac_file in
5385 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
5386 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
5387 esac
5388 done
5389 rm -f $ac_rmfiles
5391 if { { ac_try="$ac_link_default"
5392 case "(($ac_try" in
5393 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5394 *) ac_try_echo=$ac_try;;
5395 esac
5396 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5397 printf "%s\n" "$ac_try_echo"; } >&5
5398 (eval "$ac_link_default") 2>&5
5399 ac_status=$?
5400 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5401 test $ac_status = 0; }
5402 then :
5403 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
5404 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
5405 # in a Makefile. We should not override ac_cv_exeext if it was cached,
5406 # so that the user can short-circuit this test for compilers unknown to
5407 # Autoconf.
5408 for ac_file in $ac_files ''
5410 test -f "$ac_file" || continue
5411 case $ac_file in
5412 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
5414 [ab].out )
5415 # We found the default executable, but exeext='' is most
5416 # certainly right.
5417 break;;
5418 *.* )
5419 if test ${ac_cv_exeext+y} && test "$ac_cv_exeext" != no;
5420 then :; else
5421 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
5423 # We set ac_cv_exeext here because the later test for it is not
5424 # safe: cross compilers may not add the suffix if given an `-o'
5425 # argument, so we may need to know it at that point already.
5426 # Even if this section looks crufty: it has the advantage of
5427 # actually working.
5428 break;;
5430 break;;
5431 esac
5432 done
5433 test "$ac_cv_exeext" = no && ac_cv_exeext=
5435 else $as_nop
5436 ac_file=''
5438 if test -z "$ac_file"
5439 then :
5440 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
5441 printf "%s\n" "no" >&6; }
5442 printf "%s\n" "$as_me: failed program was:" >&5
5443 sed 's/^/| /' conftest.$ac_ext >&5
5445 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5446 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
5447 as_fn_error 77 "C compiler cannot create executables
5448 See \`config.log' for more details" "$LINENO" 5; }
5449 else $as_nop
5450 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5451 printf "%s\n" "yes" >&6; }
5453 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
5454 printf %s "checking for C compiler default output file name... " >&6; }
5455 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
5456 printf "%s\n" "$ac_file" >&6; }
5457 ac_exeext=$ac_cv_exeext
5459 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
5460 ac_clean_files=$ac_clean_files_save
5461 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
5462 printf %s "checking for suffix of executables... " >&6; }
5463 if { { ac_try="$ac_link"
5464 case "(($ac_try" in
5465 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5466 *) ac_try_echo=$ac_try;;
5467 esac
5468 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5469 printf "%s\n" "$ac_try_echo"; } >&5
5470 (eval "$ac_link") 2>&5
5471 ac_status=$?
5472 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5473 test $ac_status = 0; }
5474 then :
5475 # If both `conftest.exe' and `conftest' are `present' (well, observable)
5476 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
5477 # work properly (i.e., refer to `conftest.exe'), while it won't with
5478 # `rm'.
5479 for ac_file in conftest.exe conftest conftest.*; do
5480 test -f "$ac_file" || continue
5481 case $ac_file in
5482 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
5483 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
5484 break;;
5485 * ) break;;
5486 esac
5487 done
5488 else $as_nop
5489 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5490 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
5491 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
5492 See \`config.log' for more details" "$LINENO" 5; }
5494 rm -f conftest conftest$ac_cv_exeext
5495 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
5496 printf "%s\n" "$ac_cv_exeext" >&6; }
5498 rm -f conftest.$ac_ext
5499 EXEEXT=$ac_cv_exeext
5500 ac_exeext=$EXEEXT
5501 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5502 /* end confdefs.h. */
5503 #include <stdio.h>
5505 main (void)
5507 FILE *f = fopen ("conftest.out", "w");
5508 return ferror (f) || fclose (f) != 0;
5511 return 0;
5513 _ACEOF
5514 ac_clean_files="$ac_clean_files conftest.out"
5515 # Check that the compiler produces executables we can run. If not, either
5516 # the compiler is broken, or we cross compile.
5517 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
5518 printf %s "checking whether we are cross compiling... " >&6; }
5519 if test "$cross_compiling" != yes; then
5520 { { ac_try="$ac_link"
5521 case "(($ac_try" in
5522 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5523 *) ac_try_echo=$ac_try;;
5524 esac
5525 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5526 printf "%s\n" "$ac_try_echo"; } >&5
5527 (eval "$ac_link") 2>&5
5528 ac_status=$?
5529 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5530 test $ac_status = 0; }
5531 if { ac_try='./conftest$ac_cv_exeext'
5532 { { case "(($ac_try" in
5533 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5534 *) ac_try_echo=$ac_try;;
5535 esac
5536 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5537 printf "%s\n" "$ac_try_echo"; } >&5
5538 (eval "$ac_try") 2>&5
5539 ac_status=$?
5540 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5541 test $ac_status = 0; }; }; then
5542 cross_compiling=no
5543 else
5544 if test "$cross_compiling" = maybe; then
5545 cross_compiling=yes
5546 else
5547 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5548 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
5549 as_fn_error 77 "cannot run C compiled programs.
5550 If you meant to cross compile, use \`--host'.
5551 See \`config.log' for more details" "$LINENO" 5; }
5555 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
5556 printf "%s\n" "$cross_compiling" >&6; }
5558 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
5559 ac_clean_files=$ac_clean_files_save
5560 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
5561 printf %s "checking for suffix of object files... " >&6; }
5562 if test ${ac_cv_objext+y}
5563 then :
5564 printf %s "(cached) " >&6
5565 else $as_nop
5566 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5567 /* end confdefs.h. */
5570 main (void)
5574 return 0;
5576 _ACEOF
5577 rm -f conftest.o conftest.obj
5578 if { { ac_try="$ac_compile"
5579 case "(($ac_try" in
5580 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5581 *) ac_try_echo=$ac_try;;
5582 esac
5583 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5584 printf "%s\n" "$ac_try_echo"; } >&5
5585 (eval "$ac_compile") 2>&5
5586 ac_status=$?
5587 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5588 test $ac_status = 0; }
5589 then :
5590 for ac_file in conftest.o conftest.obj conftest.*; do
5591 test -f "$ac_file" || continue;
5592 case $ac_file in
5593 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
5594 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
5595 break;;
5596 esac
5597 done
5598 else $as_nop
5599 printf "%s\n" "$as_me: failed program was:" >&5
5600 sed 's/^/| /' conftest.$ac_ext >&5
5602 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5603 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
5604 as_fn_error $? "cannot compute suffix of object files: cannot compile
5605 See \`config.log' for more details" "$LINENO" 5; }
5607 rm -f conftest.$ac_cv_objext conftest.$ac_ext
5609 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
5610 printf "%s\n" "$ac_cv_objext" >&6; }
5611 OBJEXT=$ac_cv_objext
5612 ac_objext=$OBJEXT
5613 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports GNU C" >&5
5614 printf %s "checking whether the compiler supports GNU C... " >&6; }
5615 if test ${ac_cv_c_compiler_gnu+y}
5616 then :
5617 printf %s "(cached) " >&6
5618 else $as_nop
5619 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5620 /* end confdefs.h. */
5623 main (void)
5625 #ifndef __GNUC__
5626 choke me
5627 #endif
5630 return 0;
5632 _ACEOF
5633 if ac_fn_c_try_compile "$LINENO"
5634 then :
5635 ac_compiler_gnu=yes
5636 else $as_nop
5637 ac_compiler_gnu=no
5639 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
5640 ac_cv_c_compiler_gnu=$ac_compiler_gnu
5643 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
5644 printf "%s\n" "$ac_cv_c_compiler_gnu" >&6; }
5645 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5647 if test $ac_compiler_gnu = yes; then
5648 GCC=yes
5649 else
5650 GCC=
5652 ac_test_CFLAGS=${CFLAGS+y}
5653 ac_save_CFLAGS=$CFLAGS
5654 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
5655 printf %s "checking whether $CC accepts -g... " >&6; }
5656 if test ${ac_cv_prog_cc_g+y}
5657 then :
5658 printf %s "(cached) " >&6
5659 else $as_nop
5660 ac_save_c_werror_flag=$ac_c_werror_flag
5661 ac_c_werror_flag=yes
5662 ac_cv_prog_cc_g=no
5663 CFLAGS="-g"
5664 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5665 /* end confdefs.h. */
5668 main (void)
5672 return 0;
5674 _ACEOF
5675 if ac_fn_c_try_compile "$LINENO"
5676 then :
5677 ac_cv_prog_cc_g=yes
5678 else $as_nop
5679 CFLAGS=""
5680 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5681 /* end confdefs.h. */
5684 main (void)
5688 return 0;
5690 _ACEOF
5691 if ac_fn_c_try_compile "$LINENO"
5692 then :
5694 else $as_nop
5695 ac_c_werror_flag=$ac_save_c_werror_flag
5696 CFLAGS="-g"
5697 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5698 /* end confdefs.h. */
5701 main (void)
5705 return 0;
5707 _ACEOF
5708 if ac_fn_c_try_compile "$LINENO"
5709 then :
5710 ac_cv_prog_cc_g=yes
5712 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
5714 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
5716 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
5717 ac_c_werror_flag=$ac_save_c_werror_flag
5719 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
5720 printf "%s\n" "$ac_cv_prog_cc_g" >&6; }
5721 if test $ac_test_CFLAGS; then
5722 CFLAGS=$ac_save_CFLAGS
5723 elif test $ac_cv_prog_cc_g = yes; then
5724 if test "$GCC" = yes; then
5725 CFLAGS="-g -O2"
5726 else
5727 CFLAGS="-g"
5729 else
5730 if test "$GCC" = yes; then
5731 CFLAGS="-O2"
5732 else
5733 CFLAGS=
5736 ac_prog_cc_stdc=no
5737 if test x$ac_prog_cc_stdc = xno
5738 then :
5739 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C11 features" >&5
5740 printf %s "checking for $CC option to enable C11 features... " >&6; }
5741 if test ${ac_cv_prog_cc_c11+y}
5742 then :
5743 printf %s "(cached) " >&6
5744 else $as_nop
5745 ac_cv_prog_cc_c11=no
5746 ac_save_CC=$CC
5747 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5748 /* end confdefs.h. */
5749 $ac_c_conftest_c11_program
5750 _ACEOF
5751 for ac_arg in '' -std=gnu11
5753 CC="$ac_save_CC $ac_arg"
5754 if ac_fn_c_try_compile "$LINENO"
5755 then :
5756 ac_cv_prog_cc_c11=$ac_arg
5758 rm -f core conftest.err conftest.$ac_objext conftest.beam
5759 test "x$ac_cv_prog_cc_c11" != "xno" && break
5760 done
5761 rm -f conftest.$ac_ext
5762 CC=$ac_save_CC
5765 if test "x$ac_cv_prog_cc_c11" = xno
5766 then :
5767 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
5768 printf "%s\n" "unsupported" >&6; }
5769 else $as_nop
5770 if test "x$ac_cv_prog_cc_c11" = x
5771 then :
5772 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
5773 printf "%s\n" "none needed" >&6; }
5774 else $as_nop
5775 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c11" >&5
5776 printf "%s\n" "$ac_cv_prog_cc_c11" >&6; }
5777 CC="$CC $ac_cv_prog_cc_c11"
5779 ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c11
5780 ac_prog_cc_stdc=c11
5783 if test x$ac_prog_cc_stdc = xno
5784 then :
5785 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C99 features" >&5
5786 printf %s "checking for $CC option to enable C99 features... " >&6; }
5787 if test ${ac_cv_prog_cc_c99+y}
5788 then :
5789 printf %s "(cached) " >&6
5790 else $as_nop
5791 ac_cv_prog_cc_c99=no
5792 ac_save_CC=$CC
5793 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5794 /* end confdefs.h. */
5795 $ac_c_conftest_c99_program
5796 _ACEOF
5797 for ac_arg in '' -std=gnu99 -std=c99 -c99 -qlanglvl=extc1x -qlanglvl=extc99 -AC99 -D_STDC_C99=
5799 CC="$ac_save_CC $ac_arg"
5800 if ac_fn_c_try_compile "$LINENO"
5801 then :
5802 ac_cv_prog_cc_c99=$ac_arg
5804 rm -f core conftest.err conftest.$ac_objext conftest.beam
5805 test "x$ac_cv_prog_cc_c99" != "xno" && break
5806 done
5807 rm -f conftest.$ac_ext
5808 CC=$ac_save_CC
5811 if test "x$ac_cv_prog_cc_c99" = xno
5812 then :
5813 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
5814 printf "%s\n" "unsupported" >&6; }
5815 else $as_nop
5816 if test "x$ac_cv_prog_cc_c99" = x
5817 then :
5818 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
5819 printf "%s\n" "none needed" >&6; }
5820 else $as_nop
5821 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5
5822 printf "%s\n" "$ac_cv_prog_cc_c99" >&6; }
5823 CC="$CC $ac_cv_prog_cc_c99"
5825 ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c99
5826 ac_prog_cc_stdc=c99
5829 if test x$ac_prog_cc_stdc = xno
5830 then :
5831 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C89 features" >&5
5832 printf %s "checking for $CC option to enable C89 features... " >&6; }
5833 if test ${ac_cv_prog_cc_c89+y}
5834 then :
5835 printf %s "(cached) " >&6
5836 else $as_nop
5837 ac_cv_prog_cc_c89=no
5838 ac_save_CC=$CC
5839 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5840 /* end confdefs.h. */
5841 $ac_c_conftest_c89_program
5842 _ACEOF
5843 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
5845 CC="$ac_save_CC $ac_arg"
5846 if ac_fn_c_try_compile "$LINENO"
5847 then :
5848 ac_cv_prog_cc_c89=$ac_arg
5850 rm -f core conftest.err conftest.$ac_objext conftest.beam
5851 test "x$ac_cv_prog_cc_c89" != "xno" && break
5852 done
5853 rm -f conftest.$ac_ext
5854 CC=$ac_save_CC
5857 if test "x$ac_cv_prog_cc_c89" = xno
5858 then :
5859 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
5860 printf "%s\n" "unsupported" >&6; }
5861 else $as_nop
5862 if test "x$ac_cv_prog_cc_c89" = x
5863 then :
5864 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
5865 printf "%s\n" "none needed" >&6; }
5866 else $as_nop
5867 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
5868 printf "%s\n" "$ac_cv_prog_cc_c89" >&6; }
5869 CC="$CC $ac_cv_prog_cc_c89"
5871 ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c89
5872 ac_prog_cc_stdc=c89
5876 ac_ext=c
5877 ac_cpp='$CPP $CPPFLAGS'
5878 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5879 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5880 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5888 ac_ext=cpp
5889 ac_cpp='$CXXCPP $CPPFLAGS'
5890 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5891 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5892 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5893 if test -z "$CXX"; then
5894 if test -n "$CCC"; then
5895 CXX=$CCC
5896 else
5897 if test -n "$ac_tool_prefix"; then
5898 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC clang++
5900 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5901 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5902 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5903 printf %s "checking for $ac_word... " >&6; }
5904 if test ${ac_cv_prog_CXX+y}
5905 then :
5906 printf %s "(cached) " >&6
5907 else $as_nop
5908 if test -n "$CXX"; then
5909 ac_cv_prog_CXX="$CXX" # Let the user override the test.
5910 else
5911 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5912 for as_dir in $PATH
5914 IFS=$as_save_IFS
5915 case $as_dir in #(((
5916 '') as_dir=./ ;;
5917 */) ;;
5918 *) as_dir=$as_dir/ ;;
5919 esac
5920 for ac_exec_ext in '' $ac_executable_extensions; do
5921 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
5922 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
5923 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
5924 break 2
5926 done
5927 done
5928 IFS=$as_save_IFS
5932 CXX=$ac_cv_prog_CXX
5933 if test -n "$CXX"; then
5934 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
5935 printf "%s\n" "$CXX" >&6; }
5936 else
5937 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
5938 printf "%s\n" "no" >&6; }
5942 test -n "$CXX" && break
5943 done
5945 if test -z "$CXX"; then
5946 ac_ct_CXX=$CXX
5947 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC clang++
5949 # Extract the first word of "$ac_prog", so it can be a program name with args.
5950 set dummy $ac_prog; ac_word=$2
5951 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5952 printf %s "checking for $ac_word... " >&6; }
5953 if test ${ac_cv_prog_ac_ct_CXX+y}
5954 then :
5955 printf %s "(cached) " >&6
5956 else $as_nop
5957 if test -n "$ac_ct_CXX"; then
5958 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
5959 else
5960 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5961 for as_dir in $PATH
5963 IFS=$as_save_IFS
5964 case $as_dir in #(((
5965 '') as_dir=./ ;;
5966 */) ;;
5967 *) as_dir=$as_dir/ ;;
5968 esac
5969 for ac_exec_ext in '' $ac_executable_extensions; do
5970 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
5971 ac_cv_prog_ac_ct_CXX="$ac_prog"
5972 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
5973 break 2
5975 done
5976 done
5977 IFS=$as_save_IFS
5981 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
5982 if test -n "$ac_ct_CXX"; then
5983 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
5984 printf "%s\n" "$ac_ct_CXX" >&6; }
5985 else
5986 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
5987 printf "%s\n" "no" >&6; }
5991 test -n "$ac_ct_CXX" && break
5992 done
5994 if test "x$ac_ct_CXX" = x; then
5995 CXX="g++"
5996 else
5997 case $cross_compiling:$ac_tool_warned in
5998 yes:)
5999 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6000 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6001 ac_tool_warned=yes ;;
6002 esac
6003 CXX=$ac_ct_CXX
6009 # Provide some information about the compiler.
6010 printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
6011 set X $ac_compile
6012 ac_compiler=$2
6013 for ac_option in --version -v -V -qversion; do
6014 { { ac_try="$ac_compiler $ac_option >&5"
6015 case "(($ac_try" in
6016 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6017 *) ac_try_echo=$ac_try;;
6018 esac
6019 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
6020 printf "%s\n" "$ac_try_echo"; } >&5
6021 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
6022 ac_status=$?
6023 if test -s conftest.err; then
6024 sed '10a\
6025 ... rest of stderr output deleted ...
6026 10q' conftest.err >conftest.er1
6027 cat conftest.er1 >&5
6029 rm -f conftest.er1 conftest.err
6030 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6031 test $ac_status = 0; }
6032 done
6034 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports GNU C++" >&5
6035 printf %s "checking whether the compiler supports GNU C++... " >&6; }
6036 if test ${ac_cv_cxx_compiler_gnu+y}
6037 then :
6038 printf %s "(cached) " >&6
6039 else $as_nop
6040 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6041 /* end confdefs.h. */
6044 main (void)
6046 #ifndef __GNUC__
6047 choke me
6048 #endif
6051 return 0;
6053 _ACEOF
6054 if ac_fn_cxx_try_compile "$LINENO"
6055 then :
6056 ac_compiler_gnu=yes
6057 else $as_nop
6058 ac_compiler_gnu=no
6060 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
6061 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
6064 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
6065 printf "%s\n" "$ac_cv_cxx_compiler_gnu" >&6; }
6066 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
6068 if test $ac_compiler_gnu = yes; then
6069 GXX=yes
6070 else
6071 GXX=
6073 ac_test_CXXFLAGS=${CXXFLAGS+y}
6074 ac_save_CXXFLAGS=$CXXFLAGS
6075 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
6076 printf %s "checking whether $CXX accepts -g... " >&6; }
6077 if test ${ac_cv_prog_cxx_g+y}
6078 then :
6079 printf %s "(cached) " >&6
6080 else $as_nop
6081 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
6082 ac_cxx_werror_flag=yes
6083 ac_cv_prog_cxx_g=no
6084 CXXFLAGS="-g"
6085 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6086 /* end confdefs.h. */
6089 main (void)
6093 return 0;
6095 _ACEOF
6096 if ac_fn_cxx_try_compile "$LINENO"
6097 then :
6098 ac_cv_prog_cxx_g=yes
6099 else $as_nop
6100 CXXFLAGS=""
6101 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6102 /* end confdefs.h. */
6105 main (void)
6109 return 0;
6111 _ACEOF
6112 if ac_fn_cxx_try_compile "$LINENO"
6113 then :
6115 else $as_nop
6116 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
6117 CXXFLAGS="-g"
6118 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6119 /* end confdefs.h. */
6122 main (void)
6126 return 0;
6128 _ACEOF
6129 if ac_fn_cxx_try_compile "$LINENO"
6130 then :
6131 ac_cv_prog_cxx_g=yes
6133 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
6135 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
6137 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
6138 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
6140 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
6141 printf "%s\n" "$ac_cv_prog_cxx_g" >&6; }
6142 if test $ac_test_CXXFLAGS; then
6143 CXXFLAGS=$ac_save_CXXFLAGS
6144 elif test $ac_cv_prog_cxx_g = yes; then
6145 if test "$GXX" = yes; then
6146 CXXFLAGS="-g -O2"
6147 else
6148 CXXFLAGS="-g"
6150 else
6151 if test "$GXX" = yes; then
6152 CXXFLAGS="-O2"
6153 else
6154 CXXFLAGS=
6157 ac_prog_cxx_stdcxx=no
6158 if test x$ac_prog_cxx_stdcxx = xno
6159 then :
6160 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CXX option to enable C++11 features" >&5
6161 printf %s "checking for $CXX option to enable C++11 features... " >&6; }
6162 if test ${ac_cv_prog_cxx_11+y}
6163 then :
6164 printf %s "(cached) " >&6
6165 else $as_nop
6166 ac_cv_prog_cxx_11=no
6167 ac_save_CXX=$CXX
6168 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6169 /* end confdefs.h. */
6170 $ac_cxx_conftest_cxx11_program
6171 _ACEOF
6172 for ac_arg in '' -std=gnu++11 -std=gnu++0x -std=c++11 -std=c++0x -qlanglvl=extended0x -AA
6174 CXX="$ac_save_CXX $ac_arg"
6175 if ac_fn_cxx_try_compile "$LINENO"
6176 then :
6177 ac_cv_prog_cxx_cxx11=$ac_arg
6179 rm -f core conftest.err conftest.$ac_objext conftest.beam
6180 test "x$ac_cv_prog_cxx_cxx11" != "xno" && break
6181 done
6182 rm -f conftest.$ac_ext
6183 CXX=$ac_save_CXX
6186 if test "x$ac_cv_prog_cxx_cxx11" = xno
6187 then :
6188 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
6189 printf "%s\n" "unsupported" >&6; }
6190 else $as_nop
6191 if test "x$ac_cv_prog_cxx_cxx11" = x
6192 then :
6193 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
6194 printf "%s\n" "none needed" >&6; }
6195 else $as_nop
6196 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_cxx11" >&5
6197 printf "%s\n" "$ac_cv_prog_cxx_cxx11" >&6; }
6198 CXX="$CXX $ac_cv_prog_cxx_cxx11"
6200 ac_cv_prog_cxx_stdcxx=$ac_cv_prog_cxx_cxx11
6201 ac_prog_cxx_stdcxx=cxx11
6204 if test x$ac_prog_cxx_stdcxx = xno
6205 then :
6206 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CXX option to enable C++98 features" >&5
6207 printf %s "checking for $CXX option to enable C++98 features... " >&6; }
6208 if test ${ac_cv_prog_cxx_98+y}
6209 then :
6210 printf %s "(cached) " >&6
6211 else $as_nop
6212 ac_cv_prog_cxx_98=no
6213 ac_save_CXX=$CXX
6214 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6215 /* end confdefs.h. */
6216 $ac_cxx_conftest_cxx98_program
6217 _ACEOF
6218 for ac_arg in '' -std=gnu++98 -std=c++98 -qlanglvl=extended -AA
6220 CXX="$ac_save_CXX $ac_arg"
6221 if ac_fn_cxx_try_compile "$LINENO"
6222 then :
6223 ac_cv_prog_cxx_cxx98=$ac_arg
6225 rm -f core conftest.err conftest.$ac_objext conftest.beam
6226 test "x$ac_cv_prog_cxx_cxx98" != "xno" && break
6227 done
6228 rm -f conftest.$ac_ext
6229 CXX=$ac_save_CXX
6232 if test "x$ac_cv_prog_cxx_cxx98" = xno
6233 then :
6234 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
6235 printf "%s\n" "unsupported" >&6; }
6236 else $as_nop
6237 if test "x$ac_cv_prog_cxx_cxx98" = x
6238 then :
6239 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
6240 printf "%s\n" "none needed" >&6; }
6241 else $as_nop
6242 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_cxx98" >&5
6243 printf "%s\n" "$ac_cv_prog_cxx_cxx98" >&6; }
6244 CXX="$CXX $ac_cv_prog_cxx_cxx98"
6246 ac_cv_prog_cxx_stdcxx=$ac_cv_prog_cxx_cxx98
6247 ac_prog_cxx_stdcxx=cxx98
6251 ac_ext=c
6252 ac_cpp='$CPP $CPPFLAGS'
6253 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6254 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6255 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6257 if test -n "$ac_tool_prefix"; then
6258 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
6259 set dummy ${ac_tool_prefix}cpp; ac_word=$2
6260 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6261 printf %s "checking for $ac_word... " >&6; }
6262 if test ${ac_cv_prog_CPPBIN+y}
6263 then :
6264 printf %s "(cached) " >&6
6265 else $as_nop
6266 if test -n "$CPPBIN"; then
6267 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
6268 else
6269 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6270 for as_dir in $PATH
6272 IFS=$as_save_IFS
6273 case $as_dir in #(((
6274 '') as_dir=./ ;;
6275 */) ;;
6276 *) as_dir=$as_dir/ ;;
6277 esac
6278 for ac_exec_ext in '' $ac_executable_extensions; do
6279 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
6280 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
6281 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
6282 break 2
6284 done
6285 done
6286 IFS=$as_save_IFS
6290 CPPBIN=$ac_cv_prog_CPPBIN
6291 if test -n "$CPPBIN"; then
6292 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
6293 printf "%s\n" "$CPPBIN" >&6; }
6294 else
6295 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
6296 printf "%s\n" "no" >&6; }
6301 if test -z "$ac_cv_prog_CPPBIN"; then
6302 ac_ct_CPPBIN=$CPPBIN
6303 # Extract the first word of "cpp", so it can be a program name with args.
6304 set dummy cpp; ac_word=$2
6305 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6306 printf %s "checking for $ac_word... " >&6; }
6307 if test ${ac_cv_prog_ac_ct_CPPBIN+y}
6308 then :
6309 printf %s "(cached) " >&6
6310 else $as_nop
6311 if test -n "$ac_ct_CPPBIN"; then
6312 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
6313 else
6314 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6315 for as_dir in $PATH
6317 IFS=$as_save_IFS
6318 case $as_dir in #(((
6319 '') as_dir=./ ;;
6320 */) ;;
6321 *) as_dir=$as_dir/ ;;
6322 esac
6323 for ac_exec_ext in '' $ac_executable_extensions; do
6324 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
6325 ac_cv_prog_ac_ct_CPPBIN="cpp"
6326 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
6327 break 2
6329 done
6330 done
6331 IFS=$as_save_IFS
6335 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
6336 if test -n "$ac_ct_CPPBIN"; then
6337 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
6338 printf "%s\n" "$ac_ct_CPPBIN" >&6; }
6339 else
6340 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
6341 printf "%s\n" "no" >&6; }
6344 if test "x$ac_ct_CPPBIN" = x; then
6345 CPPBIN="cpp"
6346 else
6347 case $cross_compiling:$ac_tool_warned in
6348 yes:)
6349 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6350 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6351 ac_tool_warned=yes ;;
6352 esac
6353 CPPBIN=$ac_ct_CPPBIN
6355 else
6356 CPPBIN="$ac_cv_prog_CPPBIN"
6360 printf "%s\n" "#define EXEEXT \"$ac_exeext\"" >>confdefs.h
6362 if test -n "$ac_tool_prefix"; then
6363 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
6364 set dummy ${ac_tool_prefix}ld; ac_word=$2
6365 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6366 printf %s "checking for $ac_word... " >&6; }
6367 if test ${ac_cv_prog_LD+y}
6368 then :
6369 printf %s "(cached) " >&6
6370 else $as_nop
6371 if test -n "$LD"; then
6372 ac_cv_prog_LD="$LD" # Let the user override the test.
6373 else
6374 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6375 for as_dir in $PATH
6377 IFS=$as_save_IFS
6378 case $as_dir in #(((
6379 '') as_dir=./ ;;
6380 */) ;;
6381 *) as_dir=$as_dir/ ;;
6382 esac
6383 for ac_exec_ext in '' $ac_executable_extensions; do
6384 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
6385 ac_cv_prog_LD="${ac_tool_prefix}ld"
6386 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
6387 break 2
6389 done
6390 done
6391 IFS=$as_save_IFS
6395 LD=$ac_cv_prog_LD
6396 if test -n "$LD"; then
6397 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
6398 printf "%s\n" "$LD" >&6; }
6399 else
6400 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
6401 printf "%s\n" "no" >&6; }
6406 if test -z "$ac_cv_prog_LD"; then
6407 ac_ct_LD=$LD
6408 # Extract the first word of "ld", so it can be a program name with args.
6409 set dummy ld; ac_word=$2
6410 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6411 printf %s "checking for $ac_word... " >&6; }
6412 if test ${ac_cv_prog_ac_ct_LD+y}
6413 then :
6414 printf %s "(cached) " >&6
6415 else $as_nop
6416 if test -n "$ac_ct_LD"; then
6417 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
6418 else
6419 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6420 for as_dir in $PATH
6422 IFS=$as_save_IFS
6423 case $as_dir in #(((
6424 '') as_dir=./ ;;
6425 */) ;;
6426 *) as_dir=$as_dir/ ;;
6427 esac
6428 for ac_exec_ext in '' $ac_executable_extensions; do
6429 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
6430 ac_cv_prog_ac_ct_LD="ld"
6431 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
6432 break 2
6434 done
6435 done
6436 IFS=$as_save_IFS
6440 ac_ct_LD=$ac_cv_prog_ac_ct_LD
6441 if test -n "$ac_ct_LD"; then
6442 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LD" >&5
6443 printf "%s\n" "$ac_ct_LD" >&6; }
6444 else
6445 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
6446 printf "%s\n" "no" >&6; }
6449 if test "x$ac_ct_LD" = x; then
6450 LD=""
6451 else
6452 case $cross_compiling:$ac_tool_warned in
6453 yes:)
6454 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6455 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6456 ac_tool_warned=yes ;;
6457 esac
6458 LD=$ac_ct_LD
6460 else
6461 LD="$ac_cv_prog_LD"
6465 case $host in
6466 *-darwin*)
6467 with_fontconfig=${with_fontconfig:-no}
6469 *-mingw32*|*-cygwin*)
6470 enable_win16=${enable_win16:-no}
6471 with_mingw=${with_mingw:-no}
6473 esac
6476 case $host in
6477 x86_64*|amd64*)
6478 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
6479 then
6480 CC="$CC -m32"
6481 CXX="$CXX -m32"
6483 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
6484 printf %s "checking whether $CC works... " >&6; }
6485 if test ${wine_cv_cc_m32+y}
6486 then :
6487 printf %s "(cached) " >&6
6488 else $as_nop
6489 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6490 /* end confdefs.h. */
6493 main (void)
6497 return 0;
6499 _ACEOF
6500 if ac_fn_c_try_link "$LINENO"
6501 then :
6502 wine_cv_cc_m32=yes
6503 else $as_nop
6504 wine_cv_cc_m32=no
6506 rm -f core conftest.err conftest.$ac_objext conftest.beam \
6507 conftest$ac_exeext conftest.$ac_ext
6509 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $wine_cv_cc_m32" >&5
6510 printf "%s\n" "$wine_cv_cc_m32" >&6; }
6511 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
6512 host_cpu="i386"
6513 notice_platform="32-bit "
6514 TARGETFLAGS="$TARGETFLAGS -m32"
6515 PKG_CONFIG_PATH=${PKG_CONFIG_PATH:-/usr/lib/i386-linux-gnu/pkgconfig:/usr/lib32/pkgconfig:/usr/lib/pkgconfig}
6516 export PKG_CONFIG_PATH
6517 enable_win16=${enable_win16:-yes}
6518 with_unwind=${with_unwind:-no}
6519 else
6520 if test "x${GCC}" = "xyes"
6521 then
6522 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
6523 printf %s "checking whether $CC supports __builtin_ms_va_list... " >&6; }
6524 if test ${wine_cv_builtin_ms_va_list+y}
6525 then :
6526 printf %s "(cached) " >&6
6527 else $as_nop
6528 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6529 /* end confdefs.h. */
6530 #include <stdarg.h>
6532 main (void)
6534 void func(__builtin_ms_va_list *args);
6536 return 0;
6538 _ACEOF
6539 if ac_fn_c_try_compile "$LINENO"
6540 then :
6541 wine_cv_builtin_ms_va_list=yes
6542 else $as_nop
6543 wine_cv_builtin_ms_va_list=no
6545 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
6547 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $wine_cv_builtin_ms_va_list" >&5
6548 printf "%s\n" "$wine_cv_builtin_ms_va_list" >&6; }
6549 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
6551 CC="$CC -m64"
6552 CXX="$CXX -m64"
6553 host_cpu="x86_64"
6554 notice_platform="64-bit "
6555 TARGETFLAGS="$TARGETFLAGS -m64"
6556 enable_wow64=${enable_wow64:-yes}
6557 enable_wow64win=${enable_wow64win:-yes}
6558 enable_wow64cpu=${enable_wow64cpu:-yes}
6561 arm*)
6562 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports Thumb-2" >&5
6563 printf %s "checking whether $CC supports Thumb-2... " >&6; }
6564 if test ${wine_cv_thumb2+y}
6565 then :
6566 printf %s "(cached) " >&6
6567 else $as_nop
6568 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6569 /* end confdefs.h. */
6572 main (void)
6574 asm(".syntax unified\n\t.thumb\n\tldm r0,{r0-r8}");
6576 return 0;
6578 _ACEOF
6579 if ac_fn_c_try_link "$LINENO"
6580 then :
6581 wine_cv_thumb2=yes
6582 else $as_nop
6583 wine_cv_thumb2=no
6585 rm -f core conftest.err conftest.$ac_objext conftest.beam \
6586 conftest$ac_exeext conftest.$ac_ext
6588 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $wine_cv_thumb2" >&5
6589 printf "%s\n" "$wine_cv_thumb2" >&6; }
6590 if test x"$wine_cv_thumb2" = xyes
6591 then
6592 CFLAGS="$CFLAGS -mthumb"
6593 TARGETFLAGS="$TARGETFLAGS -mthumb"
6594 else
6595 CFLAGS="$CFLAGS -marm"
6596 TARGETFLAGS="$TARGETFLAGS -marm"
6598 case $with_float_abi in
6599 soft|softfp|hard)
6600 float_abi=$with_float_abi ;;
6602 case $host_os in
6603 *eabihf)
6604 float_abi=hard ;;
6606 float_abi=softfp
6607 saved_CFLAGS=$CFLAGS
6608 CFLAGS="$CFLAGS -mfloat-abi=$float_abi"
6609 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -mfloat-abi=$float_abi" >&5
6610 printf %s "checking whether $CC supports -mfloat-abi=$float_abi... " >&6; }
6611 if test ${wine_cv_float_abi+y}
6612 then :
6613 printf %s "(cached) " >&6
6614 else $as_nop
6615 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6616 /* end confdefs.h. */
6619 main (void)
6621 asm("vmrs r2,fpscr");
6623 return 0;
6625 _ACEOF
6626 if ac_fn_c_try_link "$LINENO"
6627 then :
6628 wine_cv_float_abi=yes
6629 else $as_nop
6630 wine_cv_float_abi=no
6632 rm -f core conftest.err conftest.$ac_objext conftest.beam \
6633 conftest$ac_exeext conftest.$ac_ext
6635 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $wine_cv_float_abi" >&5
6636 printf "%s\n" "$wine_cv_float_abi" >&6; }
6637 if test $wine_cv_float_abi = no
6638 then
6639 float_abi=soft
6640 as_fn_append wine_warnings "|Floating point is not supported for this target. The resulting build won't be compatible with Windows ARM binaries."
6642 CFLAGS=$saved_CFLAGS
6643 esac
6645 esac
6646 CFLAGS="$CFLAGS -mfloat-abi=$float_abi"
6647 TARGETFLAGS="$TARGETFLAGS -mfloat-abi=$float_abi"
6649 aarch64*)
6650 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
6651 printf %s "checking whether $CC supports __builtin_ms_va_list... " >&6; }
6652 if test ${wine_cv_builtin_ms_va_list+y}
6653 then :
6654 printf %s "(cached) " >&6
6655 else $as_nop
6656 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6657 /* end confdefs.h. */
6658 #include <stdarg.h>
6660 main (void)
6662 void func(__builtin_ms_va_list *args);
6664 return 0;
6666 _ACEOF
6667 if ac_fn_c_try_compile "$LINENO"
6668 then :
6669 wine_cv_builtin_ms_va_list=yes
6670 else $as_nop
6671 wine_cv_builtin_ms_va_list=no
6673 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
6675 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $wine_cv_builtin_ms_va_list" >&5
6676 printf "%s\n" "$wine_cv_builtin_ms_va_list" >&6; }
6677 test $wine_cv_builtin_ms_va_list != no || as_fn_error $? "You need clang >= 5.0 to build Wine for arm64." "$LINENO" 5
6678 enable_wow64=${enable_wow64:-yes}
6679 enable_wow64win=${enable_wow64win:-yes}
6681 i[3456789]86*)
6682 enable_win16=${enable_win16:-yes}
6683 with_unwind=${with_unwind:-no}
6685 esac
6687 enable_win16=${enable_win16:-no}
6688 enable_win64=${enable_win64:-no}
6689 enable_wow64=${enable_wow64:-no}
6690 enable_wow64win=${enable_wow64win:-no}
6691 enable_wow64cpu=${enable_wow64cpu:-no}
6693 enable_winetest=${enable_winetest:-$enable_tests}
6695 if test "x$enable_win64" = "xyes"
6696 then
6697 test -z "$with_wine64" || as_fn_error $? "--enable-win64 and --with-wine64 are mutually exclusive.
6698 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
6701 case $build_os in
6702 cygwin*|mingw32*) toolsext=".exe"
6704 *) toolsext=""
6706 esac
6708 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
6709 printf %s "checking for the directory containing the Wine tools... " >&6; }
6710 if test ${wine_cv_toolsdir+y}
6711 then :
6712 printf %s "(cached) " >&6
6713 else $as_nop
6714 wine_cv_toolsdir="$with_wine_tools"
6715 if test -z "$with_wine_tools"; then
6716 if test "$cross_compiling" = "yes"; then
6717 as_fn_error $? "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
6718 elif test -n "$with_wine64"; then
6719 wine_cv_toolsdir="$with_wine64"
6723 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
6724 printf "%s\n" "$wine_cv_toolsdir" >&6; }
6725 if test -z "$wine_cv_toolsdir"; then
6726 wine_makedep=tools/makedep$toolsext
6727 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
6728 wine_makedep=$wine_cv_toolsdir/tools/makedep$toolsext
6729 enable_tools=${enable_tools:-no}
6730 test -f "$wine_makedep" || as_fn_error $? "the Wine tools have not yet been built in $wine_cv_toolsdir" "$LINENO" 5
6731 else
6732 as_fn_error $? "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
6734 toolsdir=$wine_cv_toolsdir
6736 MAKEDEP=$wine_makedep
6738 RUNTESTFLAGS="-q -P wine"
6740 SED_CMD="LC_ALL=C sed -e 's,@bindir@,\${bindir},g' -e 's,@dlldir@,\${dlldir},g' -e 's,@PACKAGE_STRING@,$PACKAGE_STRING,g' -e 's,@PACKAGE_VERSION@,$PACKAGE_VERSION,g'"
6742 api_manext=3w
6745 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
6746 then
6747 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
6750 for ac_prog in flex
6752 # Extract the first word of "$ac_prog", so it can be a program name with args.
6753 set dummy $ac_prog; ac_word=$2
6754 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6755 printf %s "checking for $ac_word... " >&6; }
6756 if test ${ac_cv_prog_FLEX+y}
6757 then :
6758 printf %s "(cached) " >&6
6759 else $as_nop
6760 if test -n "$FLEX"; then
6761 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
6762 else
6763 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6764 for as_dir in $PATH
6766 IFS=$as_save_IFS
6767 case $as_dir in #(((
6768 '') as_dir=./ ;;
6769 */) ;;
6770 *) as_dir=$as_dir/ ;;
6771 esac
6772 for ac_exec_ext in '' $ac_executable_extensions; do
6773 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
6774 ac_cv_prog_FLEX="$ac_prog"
6775 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
6776 break 2
6778 done
6779 done
6780 IFS=$as_save_IFS
6784 FLEX=$ac_cv_prog_FLEX
6785 if test -n "$FLEX"; then
6786 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
6787 printf "%s\n" "$FLEX" >&6; }
6788 else
6789 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
6790 printf "%s\n" "no" >&6; }
6794 test -n "$FLEX" && break
6795 done
6796 test -n "$FLEX" || FLEX="none"
6798 if test "$FLEX" = "none"
6799 then
6800 as_fn_error $? "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
6802 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
6803 printf %s "checking whether flex is recent enough... " >&6; }
6804 if test ${wine_cv_recent_flex+y}
6805 then :
6806 printf %s "(cached) " >&6
6807 else $as_nop
6808 cat >conftest.l <<EOF
6809 %top{
6810 #include "prediluvian.h"
6814 if $FLEX -t conftest.l >/dev/null 2>&5
6815 then
6816 wine_cv_recent_flex=yes
6817 else
6818 wine_cv_recent_flex=no
6821 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $wine_cv_recent_flex" >&5
6822 printf "%s\n" "$wine_cv_recent_flex" >&6; }
6823 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
6825 for ac_prog in bison
6827 # Extract the first word of "$ac_prog", so it can be a program name with args.
6828 set dummy $ac_prog; ac_word=$2
6829 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6830 printf %s "checking for $ac_word... " >&6; }
6831 if test ${ac_cv_prog_BISON+y}
6832 then :
6833 printf %s "(cached) " >&6
6834 else $as_nop
6835 if test -n "$BISON"; then
6836 ac_cv_prog_BISON="$BISON" # Let the user override the test.
6837 else
6838 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6839 for as_dir in $PATH
6841 IFS=$as_save_IFS
6842 case $as_dir in #(((
6843 '') as_dir=./ ;;
6844 */) ;;
6845 *) as_dir=$as_dir/ ;;
6846 esac
6847 for ac_exec_ext in '' $ac_executable_extensions; do
6848 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
6849 ac_cv_prog_BISON="$ac_prog"
6850 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
6851 break 2
6853 done
6854 done
6855 IFS=$as_save_IFS
6859 BISON=$ac_cv_prog_BISON
6860 if test -n "$BISON"; then
6861 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
6862 printf "%s\n" "$BISON" >&6; }
6863 else
6864 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
6865 printf "%s\n" "no" >&6; }
6869 test -n "$BISON" && break
6870 done
6871 test -n "$BISON" || BISON="none"
6873 if test "$BISON" = "none"
6874 then
6875 as_fn_error $? "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
6877 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether bison is recent enough" >&5
6878 printf %s "checking whether bison is recent enough... " >&6; }
6879 if test ${wine_cv_recent_bison+y}
6880 then :
6881 printf %s "(cached) " >&6
6882 else $as_nop
6883 cat >conftest.y <<EOF
6884 %define parse.error verbose
6886 empty: ;
6888 if $BISON conftest.y >/dev/null 2>&5
6889 then
6890 wine_cv_recent_bison=yes
6891 else
6892 wine_cv_recent_bison=no
6895 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $wine_cv_recent_bison" >&5
6896 printf "%s\n" "$wine_cv_recent_bison" >&6; }
6897 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
6899 if test -n "$ac_tool_prefix"; then
6900 for ac_prog in ar gar
6902 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
6903 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
6904 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6905 printf %s "checking for $ac_word... " >&6; }
6906 if test ${ac_cv_prog_AR+y}
6907 then :
6908 printf %s "(cached) " >&6
6909 else $as_nop
6910 if test -n "$AR"; then
6911 ac_cv_prog_AR="$AR" # Let the user override the test.
6912 else
6913 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6914 for as_dir in $PATH
6916 IFS=$as_save_IFS
6917 case $as_dir in #(((
6918 '') as_dir=./ ;;
6919 */) ;;
6920 *) as_dir=$as_dir/ ;;
6921 esac
6922 for ac_exec_ext in '' $ac_executable_extensions; do
6923 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
6924 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
6925 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
6926 break 2
6928 done
6929 done
6930 IFS=$as_save_IFS
6934 AR=$ac_cv_prog_AR
6935 if test -n "$AR"; then
6936 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6937 printf "%s\n" "$AR" >&6; }
6938 else
6939 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
6940 printf "%s\n" "no" >&6; }
6944 test -n "$AR" && break
6945 done
6947 if test -z "$AR"; then
6948 ac_ct_AR=$AR
6949 for ac_prog in ar gar
6951 # Extract the first word of "$ac_prog", so it can be a program name with args.
6952 set dummy $ac_prog; ac_word=$2
6953 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6954 printf %s "checking for $ac_word... " >&6; }
6955 if test ${ac_cv_prog_ac_ct_AR+y}
6956 then :
6957 printf %s "(cached) " >&6
6958 else $as_nop
6959 if test -n "$ac_ct_AR"; then
6960 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6961 else
6962 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6963 for as_dir in $PATH
6965 IFS=$as_save_IFS
6966 case $as_dir in #(((
6967 '') as_dir=./ ;;
6968 */) ;;
6969 *) as_dir=$as_dir/ ;;
6970 esac
6971 for ac_exec_ext in '' $ac_executable_extensions; do
6972 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
6973 ac_cv_prog_ac_ct_AR="$ac_prog"
6974 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
6975 break 2
6977 done
6978 done
6979 IFS=$as_save_IFS
6983 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6984 if test -n "$ac_ct_AR"; then
6985 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6986 printf "%s\n" "$ac_ct_AR" >&6; }
6987 else
6988 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
6989 printf "%s\n" "no" >&6; }
6993 test -n "$ac_ct_AR" && break
6994 done
6996 if test "x$ac_ct_AR" = x; then
6997 AR="ar"
6998 else
6999 case $cross_compiling:$ac_tool_warned in
7000 yes:)
7001 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7002 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7003 ac_tool_warned=yes ;;
7004 esac
7005 AR=$ac_ct_AR
7009 if test -n "$ac_tool_prefix"; then
7010 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
7011 set dummy ${ac_tool_prefix}strip; ac_word=$2
7012 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7013 printf %s "checking for $ac_word... " >&6; }
7014 if test ${ac_cv_prog_STRIP+y}
7015 then :
7016 printf %s "(cached) " >&6
7017 else $as_nop
7018 if test -n "$STRIP"; then
7019 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
7020 else
7021 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7022 for as_dir in $PATH
7024 IFS=$as_save_IFS
7025 case $as_dir in #(((
7026 '') as_dir=./ ;;
7027 */) ;;
7028 *) as_dir=$as_dir/ ;;
7029 esac
7030 for ac_exec_ext in '' $ac_executable_extensions; do
7031 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
7032 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
7033 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
7034 break 2
7036 done
7037 done
7038 IFS=$as_save_IFS
7042 STRIP=$ac_cv_prog_STRIP
7043 if test -n "$STRIP"; then
7044 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
7045 printf "%s\n" "$STRIP" >&6; }
7046 else
7047 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
7048 printf "%s\n" "no" >&6; }
7053 if test -z "$ac_cv_prog_STRIP"; then
7054 ac_ct_STRIP=$STRIP
7055 # Extract the first word of "strip", so it can be a program name with args.
7056 set dummy strip; ac_word=$2
7057 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7058 printf %s "checking for $ac_word... " >&6; }
7059 if test ${ac_cv_prog_ac_ct_STRIP+y}
7060 then :
7061 printf %s "(cached) " >&6
7062 else $as_nop
7063 if test -n "$ac_ct_STRIP"; then
7064 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
7065 else
7066 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7067 for as_dir in $PATH
7069 IFS=$as_save_IFS
7070 case $as_dir in #(((
7071 '') as_dir=./ ;;
7072 */) ;;
7073 *) as_dir=$as_dir/ ;;
7074 esac
7075 for ac_exec_ext in '' $ac_executable_extensions; do
7076 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
7077 ac_cv_prog_ac_ct_STRIP="strip"
7078 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
7079 break 2
7081 done
7082 done
7083 IFS=$as_save_IFS
7087 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
7088 if test -n "$ac_ct_STRIP"; then
7089 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
7090 printf "%s\n" "$ac_ct_STRIP" >&6; }
7091 else
7092 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
7093 printf "%s\n" "no" >&6; }
7096 if test "x$ac_ct_STRIP" = x; then
7097 STRIP="strip"
7098 else
7099 case $cross_compiling:$ac_tool_warned in
7100 yes:)
7101 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7102 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7103 ac_tool_warned=yes ;;
7104 esac
7105 STRIP=$ac_ct_STRIP
7107 else
7108 STRIP="$ac_cv_prog_STRIP"
7111 if test -n "$ac_tool_prefix"; then
7112 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
7113 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
7114 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7115 printf %s "checking for $ac_word... " >&6; }
7116 if test ${ac_cv_prog_RANLIB+y}
7117 then :
7118 printf %s "(cached) " >&6
7119 else $as_nop
7120 if test -n "$RANLIB"; then
7121 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7122 else
7123 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7124 for as_dir in $PATH
7126 IFS=$as_save_IFS
7127 case $as_dir in #(((
7128 '') as_dir=./ ;;
7129 */) ;;
7130 *) as_dir=$as_dir/ ;;
7131 esac
7132 for ac_exec_ext in '' $ac_executable_extensions; do
7133 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
7134 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
7135 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
7136 break 2
7138 done
7139 done
7140 IFS=$as_save_IFS
7144 RANLIB=$ac_cv_prog_RANLIB
7145 if test -n "$RANLIB"; then
7146 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
7147 printf "%s\n" "$RANLIB" >&6; }
7148 else
7149 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
7150 printf "%s\n" "no" >&6; }
7155 if test -z "$ac_cv_prog_RANLIB"; then
7156 ac_ct_RANLIB=$RANLIB
7157 # Extract the first word of "ranlib", so it can be a program name with args.
7158 set dummy ranlib; ac_word=$2
7159 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7160 printf %s "checking for $ac_word... " >&6; }
7161 if test ${ac_cv_prog_ac_ct_RANLIB+y}
7162 then :
7163 printf %s "(cached) " >&6
7164 else $as_nop
7165 if test -n "$ac_ct_RANLIB"; then
7166 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
7167 else
7168 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7169 for as_dir in $PATH
7171 IFS=$as_save_IFS
7172 case $as_dir in #(((
7173 '') as_dir=./ ;;
7174 */) ;;
7175 *) as_dir=$as_dir/ ;;
7176 esac
7177 for ac_exec_ext in '' $ac_executable_extensions; do
7178 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
7179 ac_cv_prog_ac_ct_RANLIB="ranlib"
7180 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
7181 break 2
7183 done
7184 done
7185 IFS=$as_save_IFS
7189 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
7190 if test -n "$ac_ct_RANLIB"; then
7191 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
7192 printf "%s\n" "$ac_ct_RANLIB" >&6; }
7193 else
7194 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
7195 printf "%s\n" "no" >&6; }
7198 if test "x$ac_ct_RANLIB" = x; then
7199 RANLIB=":"
7200 else
7201 case $cross_compiling:$ac_tool_warned in
7202 yes:)
7203 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7204 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7205 ac_tool_warned=yes ;;
7206 esac
7207 RANLIB=$ac_ct_RANLIB
7209 else
7210 RANLIB="$ac_cv_prog_RANLIB"
7213 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
7214 printf %s "checking whether ln -s works... " >&6; }
7215 LN_S=$as_ln_s
7216 if test "$LN_S" = "ln -s"; then
7217 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7218 printf "%s\n" "yes" >&6; }
7219 else
7220 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
7221 printf "%s\n" "no, using $LN_S" >&6; }
7224 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
7225 printf %s "checking for grep that handles long lines and -e... " >&6; }
7226 if test ${ac_cv_path_GREP+y}
7227 then :
7228 printf %s "(cached) " >&6
7229 else $as_nop
7230 if test -z "$GREP"; then
7231 ac_path_GREP_found=false
7232 # Loop through the user's path and test for each of PROGNAME-LIST
7233 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7234 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
7236 IFS=$as_save_IFS
7237 case $as_dir in #(((
7238 '') as_dir=./ ;;
7239 */) ;;
7240 *) as_dir=$as_dir/ ;;
7241 esac
7242 for ac_prog in grep ggrep
7244 for ac_exec_ext in '' $ac_executable_extensions; do
7245 ac_path_GREP="$as_dir$ac_prog$ac_exec_ext"
7246 as_fn_executable_p "$ac_path_GREP" || continue
7247 # Check for GNU ac_path_GREP and select it if it is found.
7248 # Check for GNU $ac_path_GREP
7249 case `"$ac_path_GREP" --version 2>&1` in
7250 *GNU*)
7251 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
7253 ac_count=0
7254 printf %s 0123456789 >"conftest.in"
7255 while :
7257 cat "conftest.in" "conftest.in" >"conftest.tmp"
7258 mv "conftest.tmp" "conftest.in"
7259 cp "conftest.in" "conftest.nl"
7260 printf "%s\n" 'GREP' >> "conftest.nl"
7261 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
7262 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
7263 as_fn_arith $ac_count + 1 && ac_count=$as_val
7264 if test $ac_count -gt ${ac_path_GREP_max-0}; then
7265 # Best one so far, save it but keep looking for a better one
7266 ac_cv_path_GREP="$ac_path_GREP"
7267 ac_path_GREP_max=$ac_count
7269 # 10*(2^10) chars as input seems more than enough
7270 test $ac_count -gt 10 && break
7271 done
7272 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
7273 esac
7275 $ac_path_GREP_found && break 3
7276 done
7277 done
7278 done
7279 IFS=$as_save_IFS
7280 if test -z "$ac_cv_path_GREP"; then
7281 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
7283 else
7284 ac_cv_path_GREP=$GREP
7288 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
7289 printf "%s\n" "$ac_cv_path_GREP" >&6; }
7290 GREP="$ac_cv_path_GREP"
7293 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
7294 printf %s "checking for egrep... " >&6; }
7295 if test ${ac_cv_path_EGREP+y}
7296 then :
7297 printf %s "(cached) " >&6
7298 else $as_nop
7299 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
7300 then ac_cv_path_EGREP="$GREP -E"
7301 else
7302 if test -z "$EGREP"; then
7303 ac_path_EGREP_found=false
7304 # Loop through the user's path and test for each of PROGNAME-LIST
7305 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7306 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
7308 IFS=$as_save_IFS
7309 case $as_dir in #(((
7310 '') as_dir=./ ;;
7311 */) ;;
7312 *) as_dir=$as_dir/ ;;
7313 esac
7314 for ac_prog in egrep
7316 for ac_exec_ext in '' $ac_executable_extensions; do
7317 ac_path_EGREP="$as_dir$ac_prog$ac_exec_ext"
7318 as_fn_executable_p "$ac_path_EGREP" || continue
7319 # Check for GNU ac_path_EGREP and select it if it is found.
7320 # Check for GNU $ac_path_EGREP
7321 case `"$ac_path_EGREP" --version 2>&1` in
7322 *GNU*)
7323 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
7325 ac_count=0
7326 printf %s 0123456789 >"conftest.in"
7327 while :
7329 cat "conftest.in" "conftest.in" >"conftest.tmp"
7330 mv "conftest.tmp" "conftest.in"
7331 cp "conftest.in" "conftest.nl"
7332 printf "%s\n" 'EGREP' >> "conftest.nl"
7333 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
7334 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
7335 as_fn_arith $ac_count + 1 && ac_count=$as_val
7336 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
7337 # Best one so far, save it but keep looking for a better one
7338 ac_cv_path_EGREP="$ac_path_EGREP"
7339 ac_path_EGREP_max=$ac_count
7341 # 10*(2^10) chars as input seems more than enough
7342 test $ac_count -gt 10 && break
7343 done
7344 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
7345 esac
7347 $ac_path_EGREP_found && break 3
7348 done
7349 done
7350 done
7351 IFS=$as_save_IFS
7352 if test -z "$ac_cv_path_EGREP"; then
7353 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
7355 else
7356 ac_cv_path_EGREP=$EGREP
7361 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
7362 printf "%s\n" "$ac_cv_path_EGREP" >&6; }
7363 EGREP="$ac_cv_path_EGREP"
7366 # Extract the first word of "ldconfig", so it can be a program name with args.
7367 set dummy ldconfig; ac_word=$2
7368 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7369 printf %s "checking for $ac_word... " >&6; }
7370 if test ${ac_cv_path_LDCONFIG+y}
7371 then :
7372 printf %s "(cached) " >&6
7373 else $as_nop
7374 case $LDCONFIG in
7375 [\\/]* | ?:[\\/]*)
7376 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
7379 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7380 for as_dir in /sbin /usr/sbin $PATH
7382 IFS=$as_save_IFS
7383 case $as_dir in #(((
7384 '') as_dir=./ ;;
7385 */) ;;
7386 *) as_dir=$as_dir/ ;;
7387 esac
7388 for ac_exec_ext in '' $ac_executable_extensions; do
7389 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
7390 ac_cv_path_LDCONFIG="$as_dir$ac_word$ac_exec_ext"
7391 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
7392 break 2
7394 done
7395 done
7396 IFS=$as_save_IFS
7398 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
7400 esac
7402 LDCONFIG=$ac_cv_path_LDCONFIG
7403 if test -n "$LDCONFIG"; then
7404 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
7405 printf "%s\n" "$LDCONFIG" >&6; }
7406 else
7407 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
7408 printf "%s\n" "no" >&6; }
7412 for ac_prog in msgfmt
7414 # Extract the first word of "$ac_prog", so it can be a program name with args.
7415 set dummy $ac_prog; ac_word=$2
7416 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7417 printf %s "checking for $ac_word... " >&6; }
7418 if test ${ac_cv_prog_MSGFMT+y}
7419 then :
7420 printf %s "(cached) " >&6
7421 else $as_nop
7422 if test -n "$MSGFMT"; then
7423 ac_cv_prog_MSGFMT="$MSGFMT" # Let the user override the test.
7424 else
7425 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7426 for as_dir in $PATH
7428 IFS=$as_save_IFS
7429 case $as_dir in #(((
7430 '') as_dir=./ ;;
7431 */) ;;
7432 *) as_dir=$as_dir/ ;;
7433 esac
7434 for ac_exec_ext in '' $ac_executable_extensions; do
7435 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
7436 ac_cv_prog_MSGFMT="$ac_prog"
7437 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
7438 break 2
7440 done
7441 done
7442 IFS=$as_save_IFS
7446 MSGFMT=$ac_cv_prog_MSGFMT
7447 if test -n "$MSGFMT"; then
7448 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
7449 printf "%s\n" "$MSGFMT" >&6; }
7450 else
7451 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
7452 printf "%s\n" "no" >&6; }
7456 test -n "$MSGFMT" && break
7457 done
7458 test -n "$MSGFMT" || MSGFMT="false"
7460 if test ${ac_tool_prefix+y}
7461 then :
7462 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
7463 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
7464 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7465 printf %s "checking for $ac_word... " >&6; }
7466 if test ${ac_cv_prog_PKG_CONFIG+y}
7467 then :
7468 printf %s "(cached) " >&6
7469 else $as_nop
7470 if test -n "$PKG_CONFIG"; then
7471 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
7472 else
7473 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7474 for as_dir in $PATH
7476 IFS=$as_save_IFS
7477 case $as_dir in #(((
7478 '') as_dir=./ ;;
7479 */) ;;
7480 *) as_dir=$as_dir/ ;;
7481 esac
7482 for ac_exec_ext in '' $ac_executable_extensions; do
7483 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
7484 ac_cv_prog_PKG_CONFIG="${ac_tool_prefix}pkg-config"
7485 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
7486 break 2
7488 done
7489 done
7490 IFS=$as_save_IFS
7494 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
7495 if test -n "$PKG_CONFIG"; then
7496 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
7497 printf "%s\n" "$PKG_CONFIG" >&6; }
7498 else
7499 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
7500 printf "%s\n" "no" >&6; }
7505 if ${ac_cv_prog_PKG_CONFIG:+false} :
7506 then :
7507 if test "x$cross_compiling" = xyes
7508 then :
7510 else $as_nop
7511 { ac_cv_prog_PKG_CONFIG=; unset ac_cv_prog_PKG_CONFIG;}
7512 # Extract the first word of "pkg-config", so it can be a program name with args.
7513 set dummy pkg-config; ac_word=$2
7514 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7515 printf %s "checking for $ac_word... " >&6; }
7516 if test ${ac_cv_prog_PKG_CONFIG+y}
7517 then :
7518 printf %s "(cached) " >&6
7519 else $as_nop
7520 if test -n "$PKG_CONFIG"; then
7521 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
7522 else
7523 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7524 for as_dir in $PATH
7526 IFS=$as_save_IFS
7527 case $as_dir in #(((
7528 '') as_dir=./ ;;
7529 */) ;;
7530 *) as_dir=$as_dir/ ;;
7531 esac
7532 for ac_exec_ext in '' $ac_executable_extensions; do
7533 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
7534 ac_cv_prog_PKG_CONFIG="pkg-config"
7535 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
7536 break 2
7538 done
7539 done
7540 IFS=$as_save_IFS
7544 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
7545 if test -n "$PKG_CONFIG"; then
7546 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
7547 printf "%s\n" "$PKG_CONFIG" >&6; }
7548 else
7549 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
7550 printf "%s\n" "no" >&6; }
7555 else $as_nop
7556 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
7559 if test "x$enable_maintainer_mode" != "xyes"
7560 then
7561 FONTFORGE=""
7562 RSVG=""
7563 CONVERT=""
7564 ICOTOOL=""
7565 else
7566 test "$srcdir" = . || as_fn_error $? "Maintainer mode cannot work out of tree." "$LINENO" 5
7567 for ac_prog in fontforge
7569 # Extract the first word of "$ac_prog", so it can be a program name with args.
7570 set dummy $ac_prog; ac_word=$2
7571 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7572 printf %s "checking for $ac_word... " >&6; }
7573 if test ${ac_cv_prog_FONTFORGE+y}
7574 then :
7575 printf %s "(cached) " >&6
7576 else $as_nop
7577 if test -n "$FONTFORGE"; then
7578 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
7579 else
7580 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7581 for as_dir in $PATH
7583 IFS=$as_save_IFS
7584 case $as_dir in #(((
7585 '') as_dir=./ ;;
7586 */) ;;
7587 *) as_dir=$as_dir/ ;;
7588 esac
7589 for ac_exec_ext in '' $ac_executable_extensions; do
7590 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
7591 ac_cv_prog_FONTFORGE="$ac_prog"
7592 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
7593 break 2
7595 done
7596 done
7597 IFS=$as_save_IFS
7601 FONTFORGE=$ac_cv_prog_FONTFORGE
7602 if test -n "$FONTFORGE"; then
7603 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
7604 printf "%s\n" "$FONTFORGE" >&6; }
7605 else
7606 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
7607 printf "%s\n" "no" >&6; }
7611 test -n "$FONTFORGE" && break
7612 done
7613 test -n "$FONTFORGE" || FONTFORGE="false"
7615 for ac_prog in rsvg-convert rsvg
7617 # Extract the first word of "$ac_prog", so it can be a program name with args.
7618 set dummy $ac_prog; ac_word=$2
7619 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7620 printf %s "checking for $ac_word... " >&6; }
7621 if test ${ac_cv_prog_RSVG+y}
7622 then :
7623 printf %s "(cached) " >&6
7624 else $as_nop
7625 if test -n "$RSVG"; then
7626 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
7627 else
7628 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7629 for as_dir in $PATH
7631 IFS=$as_save_IFS
7632 case $as_dir in #(((
7633 '') as_dir=./ ;;
7634 */) ;;
7635 *) as_dir=$as_dir/ ;;
7636 esac
7637 for ac_exec_ext in '' $ac_executable_extensions; do
7638 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
7639 ac_cv_prog_RSVG="$ac_prog"
7640 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
7641 break 2
7643 done
7644 done
7645 IFS=$as_save_IFS
7649 RSVG=$ac_cv_prog_RSVG
7650 if test -n "$RSVG"; then
7651 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
7652 printf "%s\n" "$RSVG" >&6; }
7653 else
7654 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
7655 printf "%s\n" "no" >&6; }
7659 test -n "$RSVG" && break
7660 done
7661 test -n "$RSVG" || RSVG="false"
7663 for ac_prog in convert
7665 # Extract the first word of "$ac_prog", so it can be a program name with args.
7666 set dummy $ac_prog; ac_word=$2
7667 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7668 printf %s "checking for $ac_word... " >&6; }
7669 if test ${ac_cv_prog_CONVERT+y}
7670 then :
7671 printf %s "(cached) " >&6
7672 else $as_nop
7673 if test -n "$CONVERT"; then
7674 ac_cv_prog_CONVERT="$CONVERT" # Let the user override the test.
7675 else
7676 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7677 for as_dir in $PATH
7679 IFS=$as_save_IFS
7680 case $as_dir in #(((
7681 '') as_dir=./ ;;
7682 */) ;;
7683 *) as_dir=$as_dir/ ;;
7684 esac
7685 for ac_exec_ext in '' $ac_executable_extensions; do
7686 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
7687 ac_cv_prog_CONVERT="$ac_prog"
7688 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
7689 break 2
7691 done
7692 done
7693 IFS=$as_save_IFS
7697 CONVERT=$ac_cv_prog_CONVERT
7698 if test -n "$CONVERT"; then
7699 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
7700 printf "%s\n" "$CONVERT" >&6; }
7701 else
7702 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
7703 printf "%s\n" "no" >&6; }
7707 test -n "$CONVERT" && break
7708 done
7709 test -n "$CONVERT" || CONVERT="false"
7711 for ac_prog in icotool
7713 # Extract the first word of "$ac_prog", so it can be a program name with args.
7714 set dummy $ac_prog; ac_word=$2
7715 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7716 printf %s "checking for $ac_word... " >&6; }
7717 if test ${ac_cv_prog_ICOTOOL+y}
7718 then :
7719 printf %s "(cached) " >&6
7720 else $as_nop
7721 if test -n "$ICOTOOL"; then
7722 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
7723 else
7724 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7725 for as_dir in $PATH
7727 IFS=$as_save_IFS
7728 case $as_dir in #(((
7729 '') as_dir=./ ;;
7730 */) ;;
7731 *) as_dir=$as_dir/ ;;
7732 esac
7733 for ac_exec_ext in '' $ac_executable_extensions; do
7734 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
7735 ac_cv_prog_ICOTOOL="$ac_prog"
7736 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
7737 break 2
7739 done
7740 done
7741 IFS=$as_save_IFS
7745 ICOTOOL=$ac_cv_prog_ICOTOOL
7746 if test -n "$ICOTOOL"; then
7747 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
7748 printf "%s\n" "$ICOTOOL" >&6; }
7749 else
7750 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
7751 printf "%s\n" "no" >&6; }
7755 test -n "$ICOTOOL" && break
7756 done
7757 test -n "$ICOTOOL" || ICOTOOL="false"
7759 test "$FONTFORGE" != "false" || as_fn_error $? "You need fontforge to rebuild fonts in maintainer mode." "$LINENO" 5
7760 test "$RSVG" != "false" || as_fn_error $? "You need rsvg to rebuild icons in maintainer mode." "$LINENO" 5
7762 if test "$CONVERT" = false
7763 then
7764 as_fn_error $? "You need imagemagick to rebuild icons in maintainer mode." "$LINENO" 5
7765 else
7766 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
7767 printf %s "checking for recent enough imagemagick... " >&6; }
7768 convert_version=`convert --version | head -n1`
7769 if test "x$convert_version" != "x"
7770 then
7771 convert_version_major=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
7772 convert_version_minor=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
7773 if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
7774 then
7775 CONVERT=false
7778 if test "$CONVERT" = false
7779 then
7780 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
7781 printf "%s\n" "no ($convert_version_major.$convert_version_minor)" >&6; }
7782 as_fn_error $? "You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode." "$LINENO" 5
7783 else
7784 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
7785 printf "%s\n" "yes ($convert_version_major.$convert_version_minor)" >&6; }
7789 if test "$ICOTOOL" = false
7790 then
7791 as_fn_error $? "You need icotool to rebuild icons in maintainer mode." "$LINENO" 5
7792 else
7793 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
7794 printf %s "checking for recent enough icotool... " >&6; }
7795 icotool_version=`icotool --version | head -n1`
7796 if test "x$icotool_version" != "x"
7797 then
7798 icotool_version_major=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
7799 icotool_version_minor=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
7800 if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
7801 then
7802 ICOTOOL=false
7803 as_fn_append wine_warnings "|icotool version 0.29.0 or newer is needed to rebuild icons."
7806 if test "$ICOTOOL" = false
7807 then
7808 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
7809 printf "%s\n" "no ($icotool_version_major.$icotool_version_minor)" >&6; }
7810 as_fn_error $? "You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode." "$LINENO" 5
7811 else
7812 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
7813 printf "%s\n" "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
7817 with_gettext=yes
7818 with_gettextpo=yes
7820 enable_werror=yes
7823 test "x$with_gettext" != xno || MSGFMT=false
7824 if test "$MSGFMT" != "false"
7825 then
7826 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether msgfmt supports contexts" >&5
7827 printf %s "checking whether msgfmt supports contexts... " >&6; }
7828 if test ${wine_cv_msgfmt_contexts+y}
7829 then :
7830 printf %s "(cached) " >&6
7831 else $as_nop
7832 cat >conftest.po <<EOF
7833 # comment
7834 msgctxt "ctxt"
7835 msgid "id"
7836 msgstr "str"
7838 if $MSGFMT -o /dev/null conftest.po 2>&5
7839 then
7840 wine_cv_msgfmt_contexts=yes
7841 else
7842 wine_cv_msgfmt_contexts=no
7845 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $wine_cv_msgfmt_contexts" >&5
7846 printf "%s\n" "$wine_cv_msgfmt_contexts" >&6; }
7847 test $wine_cv_msgfmt_contexts != no || MSGFMT=false
7849 if test "$MSGFMT" = false
7850 then :
7851 case "x$with_gettext" in
7852 x) as_fn_append wine_warnings "|gettext tools not found (or too old), translations won't be built." ;;
7853 xno) ;;
7854 *) as_fn_error $? "gettext tools not found (or too old), translations won't be built.
7855 This is an error since --with-gettext was requested." "$LINENO" 5 ;;
7856 esac
7857 enable_po=${enable_po:-no}
7861 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
7862 printf %s "checking for i386_set_ldt in -li386... " >&6; }
7863 if test ${ac_cv_lib_i386_i386_set_ldt+y}
7864 then :
7865 printf %s "(cached) " >&6
7866 else $as_nop
7867 ac_check_lib_save_LIBS=$LIBS
7868 LIBS="-li386 $LIBS"
7869 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7870 /* end confdefs.h. */
7872 /* Override any GCC internal prototype to avoid an error.
7873 Use char because int might match the return type of a GCC
7874 builtin and then its argument prototype would still apply. */
7875 char i386_set_ldt ();
7877 main (void)
7879 return i386_set_ldt ();
7881 return 0;
7883 _ACEOF
7884 if ac_fn_c_try_link "$LINENO"
7885 then :
7886 ac_cv_lib_i386_i386_set_ldt=yes
7887 else $as_nop
7888 ac_cv_lib_i386_i386_set_ldt=no
7890 rm -f core conftest.err conftest.$ac_objext conftest.beam \
7891 conftest$ac_exeext conftest.$ac_ext
7892 LIBS=$ac_check_lib_save_LIBS
7894 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
7895 printf "%s\n" "$ac_cv_lib_i386_i386_set_ldt" >&6; }
7896 if test "x$ac_cv_lib_i386_i386_set_ldt" = xyes
7897 then :
7898 I386_LIBS="-li386"
7903 OPENGL_LIBS=""
7907 # Check whether --enable-largefile was given.
7908 if test ${enable_largefile+y}
7909 then :
7910 enableval=$enable_largefile;
7913 if test "$enable_largefile" != no; then
7915 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
7916 printf %s "checking for special C compiler options needed for large files... " >&6; }
7917 if test ${ac_cv_sys_largefile_CC+y}
7918 then :
7919 printf %s "(cached) " >&6
7920 else $as_nop
7921 ac_cv_sys_largefile_CC=no
7922 if test "$GCC" != yes; then
7923 ac_save_CC=$CC
7924 while :; do
7925 # IRIX 6.2 and later do not support large files by default,
7926 # so use the C compiler's -n32 option if that helps.
7927 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7928 /* end confdefs.h. */
7929 #include <sys/types.h>
7930 /* Check that off_t can represent 2**63 - 1 correctly.
7931 We can't simply define LARGE_OFF_T to be 9223372036854775807,
7932 since some C++ compilers masquerading as C compilers
7933 incorrectly reject 9223372036854775807. */
7934 #define LARGE_OFF_T (((off_t) 1 << 31 << 31) - 1 + ((off_t) 1 << 31 << 31))
7935 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
7936 && LARGE_OFF_T % 2147483647 == 1)
7937 ? 1 : -1];
7939 main (void)
7943 return 0;
7945 _ACEOF
7946 if ac_fn_c_try_compile "$LINENO"
7947 then :
7948 break
7950 rm -f core conftest.err conftest.$ac_objext conftest.beam
7951 CC="$CC -n32"
7952 if ac_fn_c_try_compile "$LINENO"
7953 then :
7954 ac_cv_sys_largefile_CC=' -n32'; break
7956 rm -f core conftest.err conftest.$ac_objext conftest.beam
7957 break
7958 done
7959 CC=$ac_save_CC
7960 rm -f conftest.$ac_ext
7963 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
7964 printf "%s\n" "$ac_cv_sys_largefile_CC" >&6; }
7965 if test "$ac_cv_sys_largefile_CC" != no; then
7966 CC=$CC$ac_cv_sys_largefile_CC
7969 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
7970 printf %s "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
7971 if test ${ac_cv_sys_file_offset_bits+y}
7972 then :
7973 printf %s "(cached) " >&6
7974 else $as_nop
7975 while :; do
7976 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7977 /* end confdefs.h. */
7978 #include <sys/types.h>
7979 /* Check that off_t can represent 2**63 - 1 correctly.
7980 We can't simply define LARGE_OFF_T to be 9223372036854775807,
7981 since some C++ compilers masquerading as C compilers
7982 incorrectly reject 9223372036854775807. */
7983 #define LARGE_OFF_T (((off_t) 1 << 31 << 31) - 1 + ((off_t) 1 << 31 << 31))
7984 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
7985 && LARGE_OFF_T % 2147483647 == 1)
7986 ? 1 : -1];
7988 main (void)
7992 return 0;
7994 _ACEOF
7995 if ac_fn_c_try_compile "$LINENO"
7996 then :
7997 ac_cv_sys_file_offset_bits=no; break
7999 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
8000 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8001 /* end confdefs.h. */
8002 #define _FILE_OFFSET_BITS 64
8003 #include <sys/types.h>
8004 /* Check that off_t can represent 2**63 - 1 correctly.
8005 We can't simply define LARGE_OFF_T to be 9223372036854775807,
8006 since some C++ compilers masquerading as C compilers
8007 incorrectly reject 9223372036854775807. */
8008 #define LARGE_OFF_T (((off_t) 1 << 31 << 31) - 1 + ((off_t) 1 << 31 << 31))
8009 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
8010 && LARGE_OFF_T % 2147483647 == 1)
8011 ? 1 : -1];
8013 main (void)
8017 return 0;
8019 _ACEOF
8020 if ac_fn_c_try_compile "$LINENO"
8021 then :
8022 ac_cv_sys_file_offset_bits=64; break
8024 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
8025 ac_cv_sys_file_offset_bits=unknown
8026 break
8027 done
8029 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
8030 printf "%s\n" "$ac_cv_sys_file_offset_bits" >&6; }
8031 case $ac_cv_sys_file_offset_bits in #(
8032 no | unknown) ;;
8034 printf "%s\n" "#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits" >>confdefs.h
8036 esac
8037 rm -rf conftest*
8038 if test $ac_cv_sys_file_offset_bits = unknown; then
8039 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
8040 printf %s "checking for _LARGE_FILES value needed for large files... " >&6; }
8041 if test ${ac_cv_sys_large_files+y}
8042 then :
8043 printf %s "(cached) " >&6
8044 else $as_nop
8045 while :; do
8046 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8047 /* end confdefs.h. */
8048 #include <sys/types.h>
8049 /* Check that off_t can represent 2**63 - 1 correctly.
8050 We can't simply define LARGE_OFF_T to be 9223372036854775807,
8051 since some C++ compilers masquerading as C compilers
8052 incorrectly reject 9223372036854775807. */
8053 #define LARGE_OFF_T (((off_t) 1 << 31 << 31) - 1 + ((off_t) 1 << 31 << 31))
8054 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
8055 && LARGE_OFF_T % 2147483647 == 1)
8056 ? 1 : -1];
8058 main (void)
8062 return 0;
8064 _ACEOF
8065 if ac_fn_c_try_compile "$LINENO"
8066 then :
8067 ac_cv_sys_large_files=no; break
8069 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
8070 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8071 /* end confdefs.h. */
8072 #define _LARGE_FILES 1
8073 #include <sys/types.h>
8074 /* Check that off_t can represent 2**63 - 1 correctly.
8075 We can't simply define LARGE_OFF_T to be 9223372036854775807,
8076 since some C++ compilers masquerading as C compilers
8077 incorrectly reject 9223372036854775807. */
8078 #define LARGE_OFF_T (((off_t) 1 << 31 << 31) - 1 + ((off_t) 1 << 31 << 31))
8079 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
8080 && LARGE_OFF_T % 2147483647 == 1)
8081 ? 1 : -1];
8083 main (void)
8087 return 0;
8089 _ACEOF
8090 if ac_fn_c_try_compile "$LINENO"
8091 then :
8092 ac_cv_sys_large_files=1; break
8094 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
8095 ac_cv_sys_large_files=unknown
8096 break
8097 done
8099 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
8100 printf "%s\n" "$ac_cv_sys_large_files" >&6; }
8101 case $ac_cv_sys_large_files in #(
8102 no | unknown) ;;
8104 printf "%s\n" "#define _LARGE_FILES $ac_cv_sys_large_files" >>confdefs.h
8106 esac
8107 rm -rf conftest*
8112 ac_header= ac_cache=
8113 for ac_item in $ac_header_c_list
8115 if test $ac_cache; then
8116 ac_fn_c_check_header_compile "$LINENO" $ac_header ac_cv_header_$ac_cache "$ac_includes_default"
8117 if eval test \"x\$ac_cv_header_$ac_cache\" = xyes; then
8118 printf "%s\n" "#define $ac_item 1" >> confdefs.h
8120 ac_header= ac_cache=
8121 elif test $ac_header; then
8122 ac_cache=$ac_item
8123 else
8124 ac_header=$ac_item
8126 done
8135 if test $ac_cv_header_stdlib_h = yes && test $ac_cv_header_string_h = yes
8136 then :
8138 printf "%s\n" "#define STDC_HEADERS 1" >>confdefs.h
8141 ac_fn_c_check_header_compile "$LINENO" "AL/al.h" "ac_cv_header_AL_al_h" "$ac_includes_default"
8142 if test "x$ac_cv_header_AL_al_h" = xyes
8143 then :
8144 printf "%s\n" "#define HAVE_AL_AL_H 1" >>confdefs.h
8147 ac_fn_c_check_header_compile "$LINENO" "ApplicationServices/ApplicationServices.h" "ac_cv_header_ApplicationServices_ApplicationServices_h" "$ac_includes_default"
8148 if test "x$ac_cv_header_ApplicationServices_ApplicationServices_h" = xyes
8149 then :
8150 printf "%s\n" "#define HAVE_APPLICATIONSERVICES_APPLICATIONSERVICES_H 1" >>confdefs.h
8153 ac_fn_c_check_header_compile "$LINENO" "CL/cl.h" "ac_cv_header_CL_cl_h" "$ac_includes_default"
8154 if test "x$ac_cv_header_CL_cl_h" = xyes
8155 then :
8156 printf "%s\n" "#define HAVE_CL_CL_H 1" >>confdefs.h
8159 ac_fn_c_check_header_compile "$LINENO" "Carbon/Carbon.h" "ac_cv_header_Carbon_Carbon_h" "$ac_includes_default"
8160 if test "x$ac_cv_header_Carbon_Carbon_h" = xyes
8161 then :
8162 printf "%s\n" "#define HAVE_CARBON_CARBON_H 1" >>confdefs.h
8165 ac_fn_c_check_header_compile "$LINENO" "CoreAudio/CoreAudio.h" "ac_cv_header_CoreAudio_CoreAudio_h" "$ac_includes_default"
8166 if test "x$ac_cv_header_CoreAudio_CoreAudio_h" = xyes
8167 then :
8168 printf "%s\n" "#define HAVE_COREAUDIO_COREAUDIO_H 1" >>confdefs.h
8171 ac_fn_c_check_header_compile "$LINENO" "DiskArbitration/DiskArbitration.h" "ac_cv_header_DiskArbitration_DiskArbitration_h" "$ac_includes_default"
8172 if test "x$ac_cv_header_DiskArbitration_DiskArbitration_h" = xyes
8173 then :
8174 printf "%s\n" "#define HAVE_DISKARBITRATION_DISKARBITRATION_H 1" >>confdefs.h
8177 ac_fn_c_check_header_compile "$LINENO" "EGL/egl.h" "ac_cv_header_EGL_egl_h" "$ac_includes_default"
8178 if test "x$ac_cv_header_EGL_egl_h" = xyes
8179 then :
8180 printf "%s\n" "#define HAVE_EGL_EGL_H 1" >>confdefs.h
8183 ac_fn_c_check_header_compile "$LINENO" "IOKit/IOKitLib.h" "ac_cv_header_IOKit_IOKitLib_h" "$ac_includes_default"
8184 if test "x$ac_cv_header_IOKit_IOKitLib_h" = xyes
8185 then :
8186 printf "%s\n" "#define HAVE_IOKIT_IOKITLIB_H 1" >>confdefs.h
8189 ac_fn_c_check_header_compile "$LINENO" "IOKit/hid/IOHIDLib.h" "ac_cv_header_IOKit_hid_IOHIDLib_h" "$ac_includes_default"
8190 if test "x$ac_cv_header_IOKit_hid_IOHIDLib_h" = xyes
8191 then :
8192 printf "%s\n" "#define HAVE_IOKIT_HID_IOHIDLIB_H 1" >>confdefs.h
8195 ac_fn_c_check_header_compile "$LINENO" "OpenAL/al.h" "ac_cv_header_OpenAL_al_h" "$ac_includes_default"
8196 if test "x$ac_cv_header_OpenAL_al_h" = xyes
8197 then :
8198 printf "%s\n" "#define HAVE_OPENAL_AL_H 1" >>confdefs.h
8201 ac_fn_c_check_header_compile "$LINENO" "OpenCL/opencl.h" "ac_cv_header_OpenCL_opencl_h" "$ac_includes_default"
8202 if test "x$ac_cv_header_OpenCL_opencl_h" = xyes
8203 then :
8204 printf "%s\n" "#define HAVE_OPENCL_OPENCL_H 1" >>confdefs.h
8207 ac_fn_c_check_header_compile "$LINENO" "Security/Security.h" "ac_cv_header_Security_Security_h" "$ac_includes_default"
8208 if test "x$ac_cv_header_Security_Security_h" = xyes
8209 then :
8210 printf "%s\n" "#define HAVE_SECURITY_SECURITY_H 1" >>confdefs.h
8213 ac_fn_c_check_header_compile "$LINENO" "SystemConfiguration/SCDynamicStoreCopyDHCPInfo.h" "ac_cv_header_SystemConfiguration_SCDynamicStoreCopyDHCPInfo_h" "$ac_includes_default"
8214 if test "x$ac_cv_header_SystemConfiguration_SCDynamicStoreCopyDHCPInfo_h" = xyes
8215 then :
8216 printf "%s\n" "#define HAVE_SYSTEMCONFIGURATION_SCDYNAMICSTORECOPYDHCPINFO_H 1" >>confdefs.h
8219 ac_fn_c_check_header_compile "$LINENO" "SystemConfiguration/SCNetworkConfiguration.h" "ac_cv_header_SystemConfiguration_SCNetworkConfiguration_h" "$ac_includes_default"
8220 if test "x$ac_cv_header_SystemConfiguration_SCNetworkConfiguration_h" = xyes
8221 then :
8222 printf "%s\n" "#define HAVE_SYSTEMCONFIGURATION_SCNETWORKCONFIGURATION_H 1" >>confdefs.h
8225 ac_fn_c_check_header_compile "$LINENO" "arpa/inet.h" "ac_cv_header_arpa_inet_h" "$ac_includes_default"
8226 if test "x$ac_cv_header_arpa_inet_h" = xyes
8227 then :
8228 printf "%s\n" "#define HAVE_ARPA_INET_H 1" >>confdefs.h
8231 ac_fn_c_check_header_compile "$LINENO" "arpa/nameser.h" "ac_cv_header_arpa_nameser_h" "$ac_includes_default"
8232 if test "x$ac_cv_header_arpa_nameser_h" = xyes
8233 then :
8234 printf "%s\n" "#define HAVE_ARPA_NAMESER_H 1" >>confdefs.h
8237 ac_fn_c_check_header_compile "$LINENO" "asm/types.h" "ac_cv_header_asm_types_h" "$ac_includes_default"
8238 if test "x$ac_cv_header_asm_types_h" = xyes
8239 then :
8240 printf "%s\n" "#define HAVE_ASM_TYPES_H 1" >>confdefs.h
8243 ac_fn_c_check_header_compile "$LINENO" "asm/user.h" "ac_cv_header_asm_user_h" "$ac_includes_default"
8244 if test "x$ac_cv_header_asm_user_h" = xyes
8245 then :
8246 printf "%s\n" "#define HAVE_ASM_USER_H 1" >>confdefs.h
8249 ac_fn_c_check_header_compile "$LINENO" "elf.h" "ac_cv_header_elf_h" "$ac_includes_default"
8250 if test "x$ac_cv_header_elf_h" = xyes
8251 then :
8252 printf "%s\n" "#define HAVE_ELF_H 1" >>confdefs.h
8255 ac_fn_c_check_header_compile "$LINENO" "float.h" "ac_cv_header_float_h" "$ac_includes_default"
8256 if test "x$ac_cv_header_float_h" = xyes
8257 then :
8258 printf "%s\n" "#define HAVE_FLOAT_H 1" >>confdefs.h
8261 ac_fn_c_check_header_compile "$LINENO" "gettext-po.h" "ac_cv_header_gettext_po_h" "$ac_includes_default"
8262 if test "x$ac_cv_header_gettext_po_h" = xyes
8263 then :
8264 printf "%s\n" "#define HAVE_GETTEXT_PO_H 1" >>confdefs.h
8267 ac_fn_c_check_header_compile "$LINENO" "ieeefp.h" "ac_cv_header_ieeefp_h" "$ac_includes_default"
8268 if test "x$ac_cv_header_ieeefp_h" = xyes
8269 then :
8270 printf "%s\n" "#define HAVE_IEEEFP_H 1" >>confdefs.h
8273 ac_fn_c_check_header_compile "$LINENO" "libproc.h" "ac_cv_header_libproc_h" "$ac_includes_default"
8274 if test "x$ac_cv_header_libproc_h" = xyes
8275 then :
8276 printf "%s\n" "#define HAVE_LIBPROC_H 1" >>confdefs.h
8279 ac_fn_c_check_header_compile "$LINENO" "link.h" "ac_cv_header_link_h" "$ac_includes_default"
8280 if test "x$ac_cv_header_link_h" = xyes
8281 then :
8282 printf "%s\n" "#define HAVE_LINK_H 1" >>confdefs.h
8285 ac_fn_c_check_header_compile "$LINENO" "linux/cdrom.h" "ac_cv_header_linux_cdrom_h" "$ac_includes_default"
8286 if test "x$ac_cv_header_linux_cdrom_h" = xyes
8287 then :
8288 printf "%s\n" "#define HAVE_LINUX_CDROM_H 1" >>confdefs.h
8291 ac_fn_c_check_header_compile "$LINENO" "linux/filter.h" "ac_cv_header_linux_filter_h" "$ac_includes_default"
8292 if test "x$ac_cv_header_linux_filter_h" = xyes
8293 then :
8294 printf "%s\n" "#define HAVE_LINUX_FILTER_H 1" >>confdefs.h
8297 ac_fn_c_check_header_compile "$LINENO" "linux/hdreg.h" "ac_cv_header_linux_hdreg_h" "$ac_includes_default"
8298 if test "x$ac_cv_header_linux_hdreg_h" = xyes
8299 then :
8300 printf "%s\n" "#define HAVE_LINUX_HDREG_H 1" >>confdefs.h
8303 ac_fn_c_check_header_compile "$LINENO" "linux/hidraw.h" "ac_cv_header_linux_hidraw_h" "$ac_includes_default"
8304 if test "x$ac_cv_header_linux_hidraw_h" = xyes
8305 then :
8306 printf "%s\n" "#define HAVE_LINUX_HIDRAW_H 1" >>confdefs.h
8309 ac_fn_c_check_header_compile "$LINENO" "linux/input.h" "ac_cv_header_linux_input_h" "$ac_includes_default"
8310 if test "x$ac_cv_header_linux_input_h" = xyes
8311 then :
8312 printf "%s\n" "#define HAVE_LINUX_INPUT_H 1" >>confdefs.h
8315 ac_fn_c_check_header_compile "$LINENO" "linux/ioctl.h" "ac_cv_header_linux_ioctl_h" "$ac_includes_default"
8316 if test "x$ac_cv_header_linux_ioctl_h" = xyes
8317 then :
8318 printf "%s\n" "#define HAVE_LINUX_IOCTL_H 1" >>confdefs.h
8321 ac_fn_c_check_header_compile "$LINENO" "linux/major.h" "ac_cv_header_linux_major_h" "$ac_includes_default"
8322 if test "x$ac_cv_header_linux_major_h" = xyes
8323 then :
8324 printf "%s\n" "#define HAVE_LINUX_MAJOR_H 1" >>confdefs.h
8327 ac_fn_c_check_header_compile "$LINENO" "linux/param.h" "ac_cv_header_linux_param_h" "$ac_includes_default"
8328 if test "x$ac_cv_header_linux_param_h" = xyes
8329 then :
8330 printf "%s\n" "#define HAVE_LINUX_PARAM_H 1" >>confdefs.h
8333 ac_fn_c_check_header_compile "$LINENO" "linux/serial.h" "ac_cv_header_linux_serial_h" "$ac_includes_default"
8334 if test "x$ac_cv_header_linux_serial_h" = xyes
8335 then :
8336 printf "%s\n" "#define HAVE_LINUX_SERIAL_H 1" >>confdefs.h
8339 ac_fn_c_check_header_compile "$LINENO" "linux/types.h" "ac_cv_header_linux_types_h" "$ac_includes_default"
8340 if test "x$ac_cv_header_linux_types_h" = xyes
8341 then :
8342 printf "%s\n" "#define HAVE_LINUX_TYPES_H 1" >>confdefs.h
8345 ac_fn_c_check_header_compile "$LINENO" "linux/ucdrom.h" "ac_cv_header_linux_ucdrom_h" "$ac_includes_default"
8346 if test "x$ac_cv_header_linux_ucdrom_h" = xyes
8347 then :
8348 printf "%s\n" "#define HAVE_LINUX_UCDROM_H 1" >>confdefs.h
8351 ac_fn_c_check_header_compile "$LINENO" "lwp.h" "ac_cv_header_lwp_h" "$ac_includes_default"
8352 if test "x$ac_cv_header_lwp_h" = xyes
8353 then :
8354 printf "%s\n" "#define HAVE_LWP_H 1" >>confdefs.h
8357 ac_fn_c_check_header_compile "$LINENO" "mach-o/loader.h" "ac_cv_header_mach_o_loader_h" "$ac_includes_default"
8358 if test "x$ac_cv_header_mach_o_loader_h" = xyes
8359 then :
8360 printf "%s\n" "#define HAVE_MACH_O_LOADER_H 1" >>confdefs.h
8363 ac_fn_c_check_header_compile "$LINENO" "mach/mach.h" "ac_cv_header_mach_mach_h" "$ac_includes_default"
8364 if test "x$ac_cv_header_mach_mach_h" = xyes
8365 then :
8366 printf "%s\n" "#define HAVE_MACH_MACH_H 1" >>confdefs.h
8369 ac_fn_c_check_header_compile "$LINENO" "machine/cpu.h" "ac_cv_header_machine_cpu_h" "$ac_includes_default"
8370 if test "x$ac_cv_header_machine_cpu_h" = xyes
8371 then :
8372 printf "%s\n" "#define HAVE_MACHINE_CPU_H 1" >>confdefs.h
8375 ac_fn_c_check_header_compile "$LINENO" "machine/sysarch.h" "ac_cv_header_machine_sysarch_h" "$ac_includes_default"
8376 if test "x$ac_cv_header_machine_sysarch_h" = xyes
8377 then :
8378 printf "%s\n" "#define HAVE_MACHINE_SYSARCH_H 1" >>confdefs.h
8381 ac_fn_c_check_header_compile "$LINENO" "mntent.h" "ac_cv_header_mntent_h" "$ac_includes_default"
8382 if test "x$ac_cv_header_mntent_h" = xyes
8383 then :
8384 printf "%s\n" "#define HAVE_MNTENT_H 1" >>confdefs.h
8387 ac_fn_c_check_header_compile "$LINENO" "netdb.h" "ac_cv_header_netdb_h" "$ac_includes_default"
8388 if test "x$ac_cv_header_netdb_h" = xyes
8389 then :
8390 printf "%s\n" "#define HAVE_NETDB_H 1" >>confdefs.h
8393 ac_fn_c_check_header_compile "$LINENO" "netinet/in.h" "ac_cv_header_netinet_in_h" "$ac_includes_default"
8394 if test "x$ac_cv_header_netinet_in_h" = xyes
8395 then :
8396 printf "%s\n" "#define HAVE_NETINET_IN_H 1" >>confdefs.h
8399 ac_fn_c_check_header_compile "$LINENO" "netinet/in_systm.h" "ac_cv_header_netinet_in_systm_h" "$ac_includes_default"
8400 if test "x$ac_cv_header_netinet_in_systm_h" = xyes
8401 then :
8402 printf "%s\n" "#define HAVE_NETINET_IN_SYSTM_H 1" >>confdefs.h
8405 ac_fn_c_check_header_compile "$LINENO" "netinet/tcp.h" "ac_cv_header_netinet_tcp_h" "$ac_includes_default"
8406 if test "x$ac_cv_header_netinet_tcp_h" = xyes
8407 then :
8408 printf "%s\n" "#define HAVE_NETINET_TCP_H 1" >>confdefs.h
8411 ac_fn_c_check_header_compile "$LINENO" "netinet/tcp_fsm.h" "ac_cv_header_netinet_tcp_fsm_h" "$ac_includes_default"
8412 if test "x$ac_cv_header_netinet_tcp_fsm_h" = xyes
8413 then :
8414 printf "%s\n" "#define HAVE_NETINET_TCP_FSM_H 1" >>confdefs.h
8417 ac_fn_c_check_header_compile "$LINENO" "pcap/pcap.h" "ac_cv_header_pcap_pcap_h" "$ac_includes_default"
8418 if test "x$ac_cv_header_pcap_pcap_h" = xyes
8419 then :
8420 printf "%s\n" "#define HAVE_PCAP_PCAP_H 1" >>confdefs.h
8423 ac_fn_c_check_header_compile "$LINENO" "port.h" "ac_cv_header_port_h" "$ac_includes_default"
8424 if test "x$ac_cv_header_port_h" = xyes
8425 then :
8426 printf "%s\n" "#define HAVE_PORT_H 1" >>confdefs.h
8429 ac_fn_c_check_header_compile "$LINENO" "pthread.h" "ac_cv_header_pthread_h" "$ac_includes_default"
8430 if test "x$ac_cv_header_pthread_h" = xyes
8431 then :
8432 printf "%s\n" "#define HAVE_PTHREAD_H 1" >>confdefs.h
8435 ac_fn_c_check_header_compile "$LINENO" "pwd.h" "ac_cv_header_pwd_h" "$ac_includes_default"
8436 if test "x$ac_cv_header_pwd_h" = xyes
8437 then :
8438 printf "%s\n" "#define HAVE_PWD_H 1" >>confdefs.h
8441 ac_fn_c_check_header_compile "$LINENO" "sasl/sasl.h" "ac_cv_header_sasl_sasl_h" "$ac_includes_default"
8442 if test "x$ac_cv_header_sasl_sasl_h" = xyes
8443 then :
8444 printf "%s\n" "#define HAVE_SASL_SASL_H 1" >>confdefs.h
8447 ac_fn_c_check_header_compile "$LINENO" "sched.h" "ac_cv_header_sched_h" "$ac_includes_default"
8448 if test "x$ac_cv_header_sched_h" = xyes
8449 then :
8450 printf "%s\n" "#define HAVE_SCHED_H 1" >>confdefs.h
8453 ac_fn_c_check_header_compile "$LINENO" "scsi/scsi.h" "ac_cv_header_scsi_scsi_h" "$ac_includes_default"
8454 if test "x$ac_cv_header_scsi_scsi_h" = xyes
8455 then :
8456 printf "%s\n" "#define HAVE_SCSI_SCSI_H 1" >>confdefs.h
8459 ac_fn_c_check_header_compile "$LINENO" "scsi/scsi_ioctl.h" "ac_cv_header_scsi_scsi_ioctl_h" "$ac_includes_default"
8460 if test "x$ac_cv_header_scsi_scsi_ioctl_h" = xyes
8461 then :
8462 printf "%s\n" "#define HAVE_SCSI_SCSI_IOCTL_H 1" >>confdefs.h
8465 ac_fn_c_check_header_compile "$LINENO" "scsi/sg.h" "ac_cv_header_scsi_sg_h" "$ac_includes_default"
8466 if test "x$ac_cv_header_scsi_sg_h" = xyes
8467 then :
8468 printf "%s\n" "#define HAVE_SCSI_SG_H 1" >>confdefs.h
8471 ac_fn_c_check_header_compile "$LINENO" "stdint.h" "ac_cv_header_stdint_h" "$ac_includes_default"
8472 if test "x$ac_cv_header_stdint_h" = xyes
8473 then :
8474 printf "%s\n" "#define HAVE_STDINT_H 1" >>confdefs.h
8477 ac_fn_c_check_header_compile "$LINENO" "sys/attr.h" "ac_cv_header_sys_attr_h" "$ac_includes_default"
8478 if test "x$ac_cv_header_sys_attr_h" = xyes
8479 then :
8480 printf "%s\n" "#define HAVE_SYS_ATTR_H 1" >>confdefs.h
8483 ac_fn_c_check_header_compile "$LINENO" "sys/auxv.h" "ac_cv_header_sys_auxv_h" "$ac_includes_default"
8484 if test "x$ac_cv_header_sys_auxv_h" = xyes
8485 then :
8486 printf "%s\n" "#define HAVE_SYS_AUXV_H 1" >>confdefs.h
8489 ac_fn_c_check_header_compile "$LINENO" "sys/cdio.h" "ac_cv_header_sys_cdio_h" "$ac_includes_default"
8490 if test "x$ac_cv_header_sys_cdio_h" = xyes
8491 then :
8492 printf "%s\n" "#define HAVE_SYS_CDIO_H 1" >>confdefs.h
8495 ac_fn_c_check_header_compile "$LINENO" "sys/epoll.h" "ac_cv_header_sys_epoll_h" "$ac_includes_default"
8496 if test "x$ac_cv_header_sys_epoll_h" = xyes
8497 then :
8498 printf "%s\n" "#define HAVE_SYS_EPOLL_H 1" >>confdefs.h
8501 ac_fn_c_check_header_compile "$LINENO" "sys/event.h" "ac_cv_header_sys_event_h" "$ac_includes_default"
8502 if test "x$ac_cv_header_sys_event_h" = xyes
8503 then :
8504 printf "%s\n" "#define HAVE_SYS_EVENT_H 1" >>confdefs.h
8507 ac_fn_c_check_header_compile "$LINENO" "sys/filio.h" "ac_cv_header_sys_filio_h" "$ac_includes_default"
8508 if test "x$ac_cv_header_sys_filio_h" = xyes
8509 then :
8510 printf "%s\n" "#define HAVE_SYS_FILIO_H 1" >>confdefs.h
8513 ac_fn_c_check_header_compile "$LINENO" "sys/ipc.h" "ac_cv_header_sys_ipc_h" "$ac_includes_default"
8514 if test "x$ac_cv_header_sys_ipc_h" = xyes
8515 then :
8516 printf "%s\n" "#define HAVE_SYS_IPC_H 1" >>confdefs.h
8519 ac_fn_c_check_header_compile "$LINENO" "sys/link.h" "ac_cv_header_sys_link_h" "$ac_includes_default"
8520 if test "x$ac_cv_header_sys_link_h" = xyes
8521 then :
8522 printf "%s\n" "#define HAVE_SYS_LINK_H 1" >>confdefs.h
8525 ac_fn_c_check_header_compile "$LINENO" "sys/modem.h" "ac_cv_header_sys_modem_h" "$ac_includes_default"
8526 if test "x$ac_cv_header_sys_modem_h" = xyes
8527 then :
8528 printf "%s\n" "#define HAVE_SYS_MODEM_H 1" >>confdefs.h
8531 ac_fn_c_check_header_compile "$LINENO" "sys/mtio.h" "ac_cv_header_sys_mtio_h" "$ac_includes_default"
8532 if test "x$ac_cv_header_sys_mtio_h" = xyes
8533 then :
8534 printf "%s\n" "#define HAVE_SYS_MTIO_H 1" >>confdefs.h
8537 ac_fn_c_check_header_compile "$LINENO" "sys/param.h" "ac_cv_header_sys_param_h" "$ac_includes_default"
8538 if test "x$ac_cv_header_sys_param_h" = xyes
8539 then :
8540 printf "%s\n" "#define HAVE_SYS_PARAM_H 1" >>confdefs.h
8543 ac_fn_c_check_header_compile "$LINENO" "sys/prctl.h" "ac_cv_header_sys_prctl_h" "$ac_includes_default"
8544 if test "x$ac_cv_header_sys_prctl_h" = xyes
8545 then :
8546 printf "%s\n" "#define HAVE_SYS_PRCTL_H 1" >>confdefs.h
8549 ac_fn_c_check_header_compile "$LINENO" "sys/ptrace.h" "ac_cv_header_sys_ptrace_h" "$ac_includes_default"
8550 if test "x$ac_cv_header_sys_ptrace_h" = xyes
8551 then :
8552 printf "%s\n" "#define HAVE_SYS_PTRACE_H 1" >>confdefs.h
8555 ac_fn_c_check_header_compile "$LINENO" "sys/queue.h" "ac_cv_header_sys_queue_h" "$ac_includes_default"
8556 if test "x$ac_cv_header_sys_queue_h" = xyes
8557 then :
8558 printf "%s\n" "#define HAVE_SYS_QUEUE_H 1" >>confdefs.h
8561 ac_fn_c_check_header_compile "$LINENO" "sys/random.h" "ac_cv_header_sys_random_h" "$ac_includes_default"
8562 if test "x$ac_cv_header_sys_random_h" = xyes
8563 then :
8564 printf "%s\n" "#define HAVE_SYS_RANDOM_H 1" >>confdefs.h
8567 ac_fn_c_check_header_compile "$LINENO" "sys/resource.h" "ac_cv_header_sys_resource_h" "$ac_includes_default"
8568 if test "x$ac_cv_header_sys_resource_h" = xyes
8569 then :
8570 printf "%s\n" "#define HAVE_SYS_RESOURCE_H 1" >>confdefs.h
8573 ac_fn_c_check_header_compile "$LINENO" "sys/scsiio.h" "ac_cv_header_sys_scsiio_h" "$ac_includes_default"
8574 if test "x$ac_cv_header_sys_scsiio_h" = xyes
8575 then :
8576 printf "%s\n" "#define HAVE_SYS_SCSIIO_H 1" >>confdefs.h
8579 ac_fn_c_check_header_compile "$LINENO" "sys/shm.h" "ac_cv_header_sys_shm_h" "$ac_includes_default"
8580 if test "x$ac_cv_header_sys_shm_h" = xyes
8581 then :
8582 printf "%s\n" "#define HAVE_SYS_SHM_H 1" >>confdefs.h
8585 ac_fn_c_check_header_compile "$LINENO" "sys/signal.h" "ac_cv_header_sys_signal_h" "$ac_includes_default"
8586 if test "x$ac_cv_header_sys_signal_h" = xyes
8587 then :
8588 printf "%s\n" "#define HAVE_SYS_SIGNAL_H 1" >>confdefs.h
8591 ac_fn_c_check_header_compile "$LINENO" "sys/socketvar.h" "ac_cv_header_sys_socketvar_h" "$ac_includes_default"
8592 if test "x$ac_cv_header_sys_socketvar_h" = xyes
8593 then :
8594 printf "%s\n" "#define HAVE_SYS_SOCKETVAR_H 1" >>confdefs.h
8597 ac_fn_c_check_header_compile "$LINENO" "sys/sockio.h" "ac_cv_header_sys_sockio_h" "$ac_includes_default"
8598 if test "x$ac_cv_header_sys_sockio_h" = xyes
8599 then :
8600 printf "%s\n" "#define HAVE_SYS_SOCKIO_H 1" >>confdefs.h
8603 ac_fn_c_check_header_compile "$LINENO" "sys/statvfs.h" "ac_cv_header_sys_statvfs_h" "$ac_includes_default"
8604 if test "x$ac_cv_header_sys_statvfs_h" = xyes
8605 then :
8606 printf "%s\n" "#define HAVE_SYS_STATVFS_H 1" >>confdefs.h
8609 ac_fn_c_check_header_compile "$LINENO" "sys/strtio.h" "ac_cv_header_sys_strtio_h" "$ac_includes_default"
8610 if test "x$ac_cv_header_sys_strtio_h" = xyes
8611 then :
8612 printf "%s\n" "#define HAVE_SYS_STRTIO_H 1" >>confdefs.h
8615 ac_fn_c_check_header_compile "$LINENO" "sys/syscall.h" "ac_cv_header_sys_syscall_h" "$ac_includes_default"
8616 if test "x$ac_cv_header_sys_syscall_h" = xyes
8617 then :
8618 printf "%s\n" "#define HAVE_SYS_SYSCALL_H 1" >>confdefs.h
8621 ac_fn_c_check_header_compile "$LINENO" "sys/sysinfo.h" "ac_cv_header_sys_sysinfo_h" "$ac_includes_default"
8622 if test "x$ac_cv_header_sys_sysinfo_h" = xyes
8623 then :
8624 printf "%s\n" "#define HAVE_SYS_SYSINFO_H 1" >>confdefs.h
8627 ac_fn_c_check_header_compile "$LINENO" "sys/times.h" "ac_cv_header_sys_times_h" "$ac_includes_default"
8628 if test "x$ac_cv_header_sys_times_h" = xyes
8629 then :
8630 printf "%s\n" "#define HAVE_SYS_TIMES_H 1" >>confdefs.h
8633 ac_fn_c_check_header_compile "$LINENO" "sys/uio.h" "ac_cv_header_sys_uio_h" "$ac_includes_default"
8634 if test "x$ac_cv_header_sys_uio_h" = xyes
8635 then :
8636 printf "%s\n" "#define HAVE_SYS_UIO_H 1" >>confdefs.h
8639 ac_fn_c_check_header_compile "$LINENO" "sys/user.h" "ac_cv_header_sys_user_h" "$ac_includes_default"
8640 if test "x$ac_cv_header_sys_user_h" = xyes
8641 then :
8642 printf "%s\n" "#define HAVE_SYS_USER_H 1" >>confdefs.h
8645 ac_fn_c_check_header_compile "$LINENO" "sys/utsname.h" "ac_cv_header_sys_utsname_h" "$ac_includes_default"
8646 if test "x$ac_cv_header_sys_utsname_h" = xyes
8647 then :
8648 printf "%s\n" "#define HAVE_SYS_UTSNAME_H 1" >>confdefs.h
8651 ac_fn_c_check_header_compile "$LINENO" "sys/vnode.h" "ac_cv_header_sys_vnode_h" "$ac_includes_default"
8652 if test "x$ac_cv_header_sys_vnode_h" = xyes
8653 then :
8654 printf "%s\n" "#define HAVE_SYS_VNODE_H 1" >>confdefs.h
8657 ac_fn_c_check_header_compile "$LINENO" "syscall.h" "ac_cv_header_syscall_h" "$ac_includes_default"
8658 if test "x$ac_cv_header_syscall_h" = xyes
8659 then :
8660 printf "%s\n" "#define HAVE_SYSCALL_H 1" >>confdefs.h
8663 ac_fn_c_check_header_compile "$LINENO" "utime.h" "ac_cv_header_utime_h" "$ac_includes_default"
8664 if test "x$ac_cv_header_utime_h" = xyes
8665 then :
8666 printf "%s\n" "#define HAVE_UTIME_H 1" >>confdefs.h
8669 ac_fn_c_check_header_compile "$LINENO" "valgrind/memcheck.h" "ac_cv_header_valgrind_memcheck_h" "$ac_includes_default"
8670 if test "x$ac_cv_header_valgrind_memcheck_h" = xyes
8671 then :
8672 printf "%s\n" "#define HAVE_VALGRIND_MEMCHECK_H 1" >>confdefs.h
8675 ac_fn_c_check_header_compile "$LINENO" "valgrind/valgrind.h" "ac_cv_header_valgrind_valgrind_h" "$ac_includes_default"
8676 if test "x$ac_cv_header_valgrind_valgrind_h" = xyes
8677 then :
8678 printf "%s\n" "#define HAVE_VALGRIND_VALGRIND_H 1" >>confdefs.h
8682 ac_fn_c_check_header_compile "$LINENO" "sys/mkdev.h" "ac_cv_header_sys_mkdev_h" "$ac_includes_default"
8683 if test "x$ac_cv_header_sys_mkdev_h" = xyes
8684 then :
8686 printf "%s\n" "#define MAJOR_IN_MKDEV 1" >>confdefs.h
8690 if test $ac_cv_header_sys_mkdev_h = no; then
8691 ac_fn_c_check_header_compile "$LINENO" "sys/sysmacros.h" "ac_cv_header_sys_sysmacros_h" "$ac_includes_default"
8692 if test "x$ac_cv_header_sys_sysmacros_h" = xyes
8693 then :
8695 printf "%s\n" "#define MAJOR_IN_SYSMACROS 1" >>confdefs.h
8700 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
8701 printf %s "checking whether stat file-mode macros are broken... " >&6; }
8702 if test ${ac_cv_header_stat_broken+y}
8703 then :
8704 printf %s "(cached) " >&6
8705 else $as_nop
8706 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8707 /* end confdefs.h. */
8708 #include <sys/types.h>
8709 #include <sys/stat.h>
8711 #if defined S_ISBLK && defined S_IFDIR
8712 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
8713 #endif
8715 #if defined S_ISBLK && defined S_IFCHR
8716 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
8717 #endif
8719 #if defined S_ISLNK && defined S_IFREG
8720 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
8721 #endif
8723 #if defined S_ISSOCK && defined S_IFREG
8724 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
8725 #endif
8727 _ACEOF
8728 if ac_fn_c_try_compile "$LINENO"
8729 then :
8730 ac_cv_header_stat_broken=no
8731 else $as_nop
8732 ac_cv_header_stat_broken=yes
8734 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
8736 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
8737 printf "%s\n" "$ac_cv_header_stat_broken" >&6; }
8738 if test $ac_cv_header_stat_broken = yes; then
8740 printf "%s\n" "#define STAT_MACROS_BROKEN 1" >>confdefs.h
8746 ac_fn_c_check_header_compile "$LINENO" "sys/conf.h" "ac_cv_header_sys_conf_h" "#include <sys/types.h>
8747 #ifdef HAVE_SYS_PARAM_H
8748 # include <sys/param.h>
8749 #endif
8751 if test "x$ac_cv_header_sys_conf_h" = xyes
8752 then :
8753 printf "%s\n" "#define HAVE_SYS_CONF_H 1" >>confdefs.h
8756 ac_fn_c_check_header_compile "$LINENO" "sys/mount.h" "ac_cv_header_sys_mount_h" "#include <sys/types.h>
8757 #ifdef HAVE_SYS_PARAM_H
8758 # include <sys/param.h>
8759 #endif
8761 if test "x$ac_cv_header_sys_mount_h" = xyes
8762 then :
8763 printf "%s\n" "#define HAVE_SYS_MOUNT_H 1" >>confdefs.h
8766 ac_fn_c_check_header_compile "$LINENO" "sys/statfs.h" "ac_cv_header_sys_statfs_h" "#include <sys/types.h>
8767 #ifdef HAVE_SYS_PARAM_H
8768 # include <sys/param.h>
8769 #endif
8771 if test "x$ac_cv_header_sys_statfs_h" = xyes
8772 then :
8773 printf "%s\n" "#define HAVE_SYS_STATFS_H 1" >>confdefs.h
8776 ac_fn_c_check_header_compile "$LINENO" "sys/user.h" "ac_cv_header_sys_user_h" "#include <sys/types.h>
8777 #ifdef HAVE_SYS_PARAM_H
8778 # include <sys/param.h>
8779 #endif
8781 if test "x$ac_cv_header_sys_user_h" = xyes
8782 then :
8783 printf "%s\n" "#define HAVE_SYS_USER_H 1" >>confdefs.h
8786 ac_fn_c_check_header_compile "$LINENO" "sys/vfs.h" "ac_cv_header_sys_vfs_h" "#include <sys/types.h>
8787 #ifdef HAVE_SYS_PARAM_H
8788 # include <sys/param.h>
8789 #endif
8791 if test "x$ac_cv_header_sys_vfs_h" = xyes
8792 then :
8793 printf "%s\n" "#define HAVE_SYS_VFS_H 1" >>confdefs.h
8798 saved_sysctl_h_CFLAGS=$CFLAGS
8799 test "x${GCC}" != xyes || CFLAGS="$CFLAGS -Werror"
8800 ac_fn_c_check_header_compile "$LINENO" "sys/sysctl.h" "ac_cv_header_sys_sysctl_h" "#include <sys/types.h>
8801 #ifdef HAVE_SYS_PARAM_H
8802 # include <sys/param.h>
8803 #endif
8805 if test "x$ac_cv_header_sys_sysctl_h" = xyes
8806 then :
8807 printf "%s\n" "#define HAVE_SYS_SYSCTL_H 1" >>confdefs.h
8811 CFLAGS=$saved_sysctl_h_CFLAGS
8813 ac_fn_c_check_header_compile "$LINENO" "netinet/ip.h" "ac_cv_header_netinet_ip_h" "#include <sys/types.h>
8814 #include <sys/socket.h>
8815 #ifdef HAVE_SYS_SOCKETVAR_H
8816 # include <sys/socketvar.h>
8817 #endif
8818 #ifdef HAVE_NET_ROUTE_H
8819 # include <net/route.h>
8820 #endif
8821 #ifdef HAVE_NETINET_IN_H
8822 # include <netinet/in.h>
8823 #endif
8824 #ifdef HAVE_NETINET_IN_SYSTM_H
8825 # include <netinet/in_systm.h>
8826 #endif
8827 #ifdef HAVE_NET_IF_H
8828 # include <net/if.h>
8829 #endif
8830 #ifdef HAVE_NETINET_IP_H
8831 # include <netinet/ip.h>
8832 #endif
8834 if test "x$ac_cv_header_netinet_ip_h" = xyes
8835 then :
8836 printf "%s\n" "#define HAVE_NETINET_IP_H 1" >>confdefs.h
8839 ac_fn_c_check_header_compile "$LINENO" "net/if.h" "ac_cv_header_net_if_h" "#include <sys/types.h>
8840 #include <sys/socket.h>
8841 #ifdef HAVE_SYS_SOCKETVAR_H
8842 # include <sys/socketvar.h>
8843 #endif
8844 #ifdef HAVE_NET_ROUTE_H
8845 # include <net/route.h>
8846 #endif
8847 #ifdef HAVE_NETINET_IN_H
8848 # include <netinet/in.h>
8849 #endif
8850 #ifdef HAVE_NETINET_IN_SYSTM_H
8851 # include <netinet/in_systm.h>
8852 #endif
8853 #ifdef HAVE_NET_IF_H
8854 # include <net/if.h>
8855 #endif
8856 #ifdef HAVE_NETINET_IP_H
8857 # include <netinet/ip.h>
8858 #endif
8860 if test "x$ac_cv_header_net_if_h" = xyes
8861 then :
8862 printf "%s\n" "#define HAVE_NET_IF_H 1" >>confdefs.h
8865 ac_fn_c_check_header_compile "$LINENO" "net/if_arp.h" "ac_cv_header_net_if_arp_h" "#include <sys/types.h>
8866 #include <sys/socket.h>
8867 #ifdef HAVE_SYS_SOCKETVAR_H
8868 # include <sys/socketvar.h>
8869 #endif
8870 #ifdef HAVE_NET_ROUTE_H
8871 # include <net/route.h>
8872 #endif
8873 #ifdef HAVE_NETINET_IN_H
8874 # include <netinet/in.h>
8875 #endif
8876 #ifdef HAVE_NETINET_IN_SYSTM_H
8877 # include <netinet/in_systm.h>
8878 #endif
8879 #ifdef HAVE_NET_IF_H
8880 # include <net/if.h>
8881 #endif
8882 #ifdef HAVE_NETINET_IP_H
8883 # include <netinet/ip.h>
8884 #endif
8886 if test "x$ac_cv_header_net_if_arp_h" = xyes
8887 then :
8888 printf "%s\n" "#define HAVE_NET_IF_ARP_H 1" >>confdefs.h
8891 ac_fn_c_check_header_compile "$LINENO" "net/if_dl.h" "ac_cv_header_net_if_dl_h" "#include <sys/types.h>
8892 #include <sys/socket.h>
8893 #ifdef HAVE_SYS_SOCKETVAR_H
8894 # include <sys/socketvar.h>
8895 #endif
8896 #ifdef HAVE_NET_ROUTE_H
8897 # include <net/route.h>
8898 #endif
8899 #ifdef HAVE_NETINET_IN_H
8900 # include <netinet/in.h>
8901 #endif
8902 #ifdef HAVE_NETINET_IN_SYSTM_H
8903 # include <netinet/in_systm.h>
8904 #endif
8905 #ifdef HAVE_NET_IF_H
8906 # include <net/if.h>
8907 #endif
8908 #ifdef HAVE_NETINET_IP_H
8909 # include <netinet/ip.h>
8910 #endif
8912 if test "x$ac_cv_header_net_if_dl_h" = xyes
8913 then :
8914 printf "%s\n" "#define HAVE_NET_IF_DL_H 1" >>confdefs.h
8917 ac_fn_c_check_header_compile "$LINENO" "net/if_types.h" "ac_cv_header_net_if_types_h" "#include <sys/types.h>
8918 #include <sys/socket.h>
8919 #ifdef HAVE_SYS_SOCKETVAR_H
8920 # include <sys/socketvar.h>
8921 #endif
8922 #ifdef HAVE_NET_ROUTE_H
8923 # include <net/route.h>
8924 #endif
8925 #ifdef HAVE_NETINET_IN_H
8926 # include <netinet/in.h>
8927 #endif
8928 #ifdef HAVE_NETINET_IN_SYSTM_H
8929 # include <netinet/in_systm.h>
8930 #endif
8931 #ifdef HAVE_NET_IF_H
8932 # include <net/if.h>
8933 #endif
8934 #ifdef HAVE_NETINET_IP_H
8935 # include <netinet/ip.h>
8936 #endif
8938 if test "x$ac_cv_header_net_if_types_h" = xyes
8939 then :
8940 printf "%s\n" "#define HAVE_NET_IF_TYPES_H 1" >>confdefs.h
8943 ac_fn_c_check_header_compile "$LINENO" "net/route.h" "ac_cv_header_net_route_h" "#include <sys/types.h>
8944 #include <sys/socket.h>
8945 #ifdef HAVE_SYS_SOCKETVAR_H
8946 # include <sys/socketvar.h>
8947 #endif
8948 #ifdef HAVE_NET_ROUTE_H
8949 # include <net/route.h>
8950 #endif
8951 #ifdef HAVE_NETINET_IN_H
8952 # include <netinet/in.h>
8953 #endif
8954 #ifdef HAVE_NETINET_IN_SYSTM_H
8955 # include <netinet/in_systm.h>
8956 #endif
8957 #ifdef HAVE_NET_IF_H
8958 # include <net/if.h>
8959 #endif
8960 #ifdef HAVE_NETINET_IP_H
8961 # include <netinet/ip.h>
8962 #endif
8964 if test "x$ac_cv_header_net_route_h" = xyes
8965 then :
8966 printf "%s\n" "#define HAVE_NET_ROUTE_H 1" >>confdefs.h
8969 ac_fn_c_check_header_compile "$LINENO" "netinet/if_ether.h" "ac_cv_header_netinet_if_ether_h" "#include <sys/types.h>
8970 #include <sys/socket.h>
8971 #ifdef HAVE_SYS_SOCKETVAR_H
8972 # include <sys/socketvar.h>
8973 #endif
8974 #ifdef HAVE_NET_ROUTE_H
8975 # include <net/route.h>
8976 #endif
8977 #ifdef HAVE_NETINET_IN_H
8978 # include <netinet/in.h>
8979 #endif
8980 #ifdef HAVE_NETINET_IN_SYSTM_H
8981 # include <netinet/in_systm.h>
8982 #endif
8983 #ifdef HAVE_NET_IF_H
8984 # include <net/if.h>
8985 #endif
8986 #ifdef HAVE_NETINET_IP_H
8987 # include <netinet/ip.h>
8988 #endif
8990 if test "x$ac_cv_header_netinet_if_ether_h" = xyes
8991 then :
8992 printf "%s\n" "#define HAVE_NETINET_IF_ETHER_H 1" >>confdefs.h
8995 ac_fn_c_check_header_compile "$LINENO" "netinet/in_pcb.h" "ac_cv_header_netinet_in_pcb_h" "#include <sys/types.h>
8996 #include <sys/socket.h>
8997 #ifdef HAVE_SYS_SOCKETVAR_H
8998 # include <sys/socketvar.h>
8999 #endif
9000 #ifdef HAVE_NET_ROUTE_H
9001 # include <net/route.h>
9002 #endif
9003 #ifdef HAVE_NETINET_IN_H
9004 # include <netinet/in.h>
9005 #endif
9006 #ifdef HAVE_NETINET_IN_SYSTM_H
9007 # include <netinet/in_systm.h>
9008 #endif
9009 #ifdef HAVE_NET_IF_H
9010 # include <net/if.h>
9011 #endif
9012 #ifdef HAVE_NETINET_IP_H
9013 # include <netinet/ip.h>
9014 #endif
9016 if test "x$ac_cv_header_netinet_in_pcb_h" = xyes
9017 then :
9018 printf "%s\n" "#define HAVE_NETINET_IN_PCB_H 1" >>confdefs.h
9021 ac_fn_c_check_header_compile "$LINENO" "netinet/ip_icmp.h" "ac_cv_header_netinet_ip_icmp_h" "#include <sys/types.h>
9022 #include <sys/socket.h>
9023 #ifdef HAVE_SYS_SOCKETVAR_H
9024 # include <sys/socketvar.h>
9025 #endif
9026 #ifdef HAVE_NET_ROUTE_H
9027 # include <net/route.h>
9028 #endif
9029 #ifdef HAVE_NETINET_IN_H
9030 # include <netinet/in.h>
9031 #endif
9032 #ifdef HAVE_NETINET_IN_SYSTM_H
9033 # include <netinet/in_systm.h>
9034 #endif
9035 #ifdef HAVE_NET_IF_H
9036 # include <net/if.h>
9037 #endif
9038 #ifdef HAVE_NETINET_IP_H
9039 # include <netinet/ip.h>
9040 #endif
9042 if test "x$ac_cv_header_netinet_ip_icmp_h" = xyes
9043 then :
9044 printf "%s\n" "#define HAVE_NETINET_IP_ICMP_H 1" >>confdefs.h
9047 ac_fn_c_check_header_compile "$LINENO" "netinet/ip_var.h" "ac_cv_header_netinet_ip_var_h" "#include <sys/types.h>
9048 #include <sys/socket.h>
9049 #ifdef HAVE_SYS_SOCKETVAR_H
9050 # include <sys/socketvar.h>
9051 #endif
9052 #ifdef HAVE_NET_ROUTE_H
9053 # include <net/route.h>
9054 #endif
9055 #ifdef HAVE_NETINET_IN_H
9056 # include <netinet/in.h>
9057 #endif
9058 #ifdef HAVE_NETINET_IN_SYSTM_H
9059 # include <netinet/in_systm.h>
9060 #endif
9061 #ifdef HAVE_NET_IF_H
9062 # include <net/if.h>
9063 #endif
9064 #ifdef HAVE_NETINET_IP_H
9065 # include <netinet/ip.h>
9066 #endif
9068 if test "x$ac_cv_header_netinet_ip_var_h" = xyes
9069 then :
9070 printf "%s\n" "#define HAVE_NETINET_IP_VAR_H 1" >>confdefs.h
9073 ac_fn_c_check_header_compile "$LINENO" "netinet/udp.h" "ac_cv_header_netinet_udp_h" "#include <sys/types.h>
9074 #include <sys/socket.h>
9075 #ifdef HAVE_SYS_SOCKETVAR_H
9076 # include <sys/socketvar.h>
9077 #endif
9078 #ifdef HAVE_NET_ROUTE_H
9079 # include <net/route.h>
9080 #endif
9081 #ifdef HAVE_NETINET_IN_H
9082 # include <netinet/in.h>
9083 #endif
9084 #ifdef HAVE_NETINET_IN_SYSTM_H
9085 # include <netinet/in_systm.h>
9086 #endif
9087 #ifdef HAVE_NET_IF_H
9088 # include <net/if.h>
9089 #endif
9090 #ifdef HAVE_NETINET_IP_H
9091 # include <netinet/ip.h>
9092 #endif
9094 if test "x$ac_cv_header_netinet_udp_h" = xyes
9095 then :
9096 printf "%s\n" "#define HAVE_NETINET_UDP_H 1" >>confdefs.h
9099 ac_fn_c_check_header_compile "$LINENO" "netipx/ipx.h" "ac_cv_header_netipx_ipx_h" "#include <sys/types.h>
9100 #include <sys/socket.h>
9101 #ifdef HAVE_SYS_SOCKETVAR_H
9102 # include <sys/socketvar.h>
9103 #endif
9104 #ifdef HAVE_NET_ROUTE_H
9105 # include <net/route.h>
9106 #endif
9107 #ifdef HAVE_NETINET_IN_H
9108 # include <netinet/in.h>
9109 #endif
9110 #ifdef HAVE_NETINET_IN_SYSTM_H
9111 # include <netinet/in_systm.h>
9112 #endif
9113 #ifdef HAVE_NET_IF_H
9114 # include <net/if.h>
9115 #endif
9116 #ifdef HAVE_NETINET_IP_H
9117 # include <netinet/ip.h>
9118 #endif
9120 if test "x$ac_cv_header_netipx_ipx_h" = xyes
9121 then :
9122 printf "%s\n" "#define HAVE_NETIPX_IPX_H 1" >>confdefs.h
9125 ac_fn_c_check_header_compile "$LINENO" "sys/un.h" "ac_cv_header_sys_un_h" "#include <sys/types.h>
9126 #include <sys/socket.h>
9127 #ifdef HAVE_SYS_SOCKETVAR_H
9128 # include <sys/socketvar.h>
9129 #endif
9130 #ifdef HAVE_NET_ROUTE_H
9131 # include <net/route.h>
9132 #endif
9133 #ifdef HAVE_NETINET_IN_H
9134 # include <netinet/in.h>
9135 #endif
9136 #ifdef HAVE_NETINET_IN_SYSTM_H
9137 # include <netinet/in_systm.h>
9138 #endif
9139 #ifdef HAVE_NET_IF_H
9140 # include <net/if.h>
9141 #endif
9142 #ifdef HAVE_NETINET_IP_H
9143 # include <netinet/ip.h>
9144 #endif
9146 if test "x$ac_cv_header_sys_un_h" = xyes
9147 then :
9148 printf "%s\n" "#define HAVE_SYS_UN_H 1" >>confdefs.h
9153 ac_fn_c_check_header_compile "$LINENO" "netinet/udp_var.h" "ac_cv_header_netinet_udp_var_h" "#include <sys/types.h>
9154 #include <sys/socket.h>
9155 #ifdef HAVE_SYS_SOCKETVAR_H
9156 # include <sys/socketvar.h>
9157 #endif
9158 #ifdef HAVE_NETINET_IN_H
9159 # include <netinet/in.h>
9160 #endif
9161 #ifdef HAVE_NETINET_IN_SYSTM_H
9162 # include <netinet/in_systm.h>
9163 #endif
9164 #ifdef HAVE_NETINET_IP_H
9165 # include <netinet/ip.h>
9166 #endif
9167 #ifdef HAVE_NETINET_IP_VAR_H
9168 # include <netinet/ip_var.h>
9169 #endif
9170 #ifdef HAVE_NETINET_IP_ICMP_H
9171 # include <netinet/ip_icmp.h>
9172 #endif
9173 #ifdef HAVE_NETINET_UDP_H
9174 # include <netinet/udp.h>
9175 #endif
9176 #ifdef HAVE_NETINET_TCP_H
9177 # include <netinet/tcp.h>
9178 #endif
9180 if test "x$ac_cv_header_netinet_udp_var_h" = xyes
9181 then :
9182 printf "%s\n" "#define HAVE_NETINET_UDP_VAR_H 1" >>confdefs.h
9185 ac_fn_c_check_header_compile "$LINENO" "netinet/icmp_var.h" "ac_cv_header_netinet_icmp_var_h" "#include <sys/types.h>
9186 #include <sys/socket.h>
9187 #ifdef HAVE_SYS_SOCKETVAR_H
9188 # include <sys/socketvar.h>
9189 #endif
9190 #ifdef HAVE_NETINET_IN_H
9191 # include <netinet/in.h>
9192 #endif
9193 #ifdef HAVE_NETINET_IN_SYSTM_H
9194 # include <netinet/in_systm.h>
9195 #endif
9196 #ifdef HAVE_NETINET_IP_H
9197 # include <netinet/ip.h>
9198 #endif
9199 #ifdef HAVE_NETINET_IP_VAR_H
9200 # include <netinet/ip_var.h>
9201 #endif
9202 #ifdef HAVE_NETINET_IP_ICMP_H
9203 # include <netinet/ip_icmp.h>
9204 #endif
9205 #ifdef HAVE_NETINET_UDP_H
9206 # include <netinet/udp.h>
9207 #endif
9208 #ifdef HAVE_NETINET_TCP_H
9209 # include <netinet/tcp.h>
9210 #endif
9212 if test "x$ac_cv_header_netinet_icmp_var_h" = xyes
9213 then :
9214 printf "%s\n" "#define HAVE_NETINET_ICMP_VAR_H 1" >>confdefs.h
9217 ac_fn_c_check_header_compile "$LINENO" "netinet/tcp_var.h" "ac_cv_header_netinet_tcp_var_h" "#include <sys/types.h>
9218 #include <sys/socket.h>
9219 #ifdef HAVE_SYS_SOCKETVAR_H
9220 # include <sys/socketvar.h>
9221 #endif
9222 #ifdef HAVE_NETINET_IN_H
9223 # include <netinet/in.h>
9224 #endif
9225 #ifdef HAVE_NETINET_IN_SYSTM_H
9226 # include <netinet/in_systm.h>
9227 #endif
9228 #ifdef HAVE_NETINET_IP_H
9229 # include <netinet/ip.h>
9230 #endif
9231 #ifdef HAVE_NETINET_IP_VAR_H
9232 # include <netinet/ip_var.h>
9233 #endif
9234 #ifdef HAVE_NETINET_IP_ICMP_H
9235 # include <netinet/ip_icmp.h>
9236 #endif
9237 #ifdef HAVE_NETINET_UDP_H
9238 # include <netinet/udp.h>
9239 #endif
9240 #ifdef HAVE_NETINET_TCP_H
9241 # include <netinet/tcp.h>
9242 #endif
9244 if test "x$ac_cv_header_netinet_tcp_var_h" = xyes
9245 then :
9246 printf "%s\n" "#define HAVE_NETINET_TCP_VAR_H 1" >>confdefs.h
9251 ac_fn_c_check_header_compile "$LINENO" "linux/ipx.h" "ac_cv_header_linux_ipx_h" "#include <sys/types.h>
9252 #include <sys/socket.h>
9253 #ifdef HAVE_ASM_TYPES_H
9254 # include <asm/types.h>
9255 #endif
9256 #ifdef HAVE_LINUX_TYPES_H
9257 # include <linux/types.h>
9258 #endif
9260 if test "x$ac_cv_header_linux_ipx_h" = xyes
9261 then :
9262 printf "%s\n" "#define HAVE_LINUX_IPX_H 1" >>confdefs.h
9265 ac_fn_c_check_header_compile "$LINENO" "linux/irda.h" "ac_cv_header_linux_irda_h" "#include <sys/types.h>
9266 #include <sys/socket.h>
9267 #ifdef HAVE_ASM_TYPES_H
9268 # include <asm/types.h>
9269 #endif
9270 #ifdef HAVE_LINUX_TYPES_H
9271 # include <linux/types.h>
9272 #endif
9274 if test "x$ac_cv_header_linux_irda_h" = xyes
9275 then :
9276 printf "%s\n" "#define HAVE_LINUX_IRDA_H 1" >>confdefs.h
9279 ac_fn_c_check_header_compile "$LINENO" "linux/rtnetlink.h" "ac_cv_header_linux_rtnetlink_h" "#include <sys/types.h>
9280 #include <sys/socket.h>
9281 #ifdef HAVE_ASM_TYPES_H
9282 # include <asm/types.h>
9283 #endif
9284 #ifdef HAVE_LINUX_TYPES_H
9285 # include <linux/types.h>
9286 #endif
9288 if test "x$ac_cv_header_linux_rtnetlink_h" = xyes
9289 then :
9290 printf "%s\n" "#define HAVE_LINUX_RTNETLINK_H 1" >>confdefs.h
9295 ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
9296 #include <sys/socket.h>
9297 #ifdef HAVE_NETINET_IN_H
9298 # include <netinet/in.h>
9299 #endif
9300 #ifdef HAVE_ARPA_NAMESER_H
9301 # include <arpa/nameser.h>
9302 #endif
9304 if test "x$ac_cv_header_resolv_h" = xyes
9305 then :
9306 printf "%s\n" "#define HAVE_RESOLV_H 1" >>confdefs.h
9311 ac_fn_c_check_header_compile "$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
9313 if test "x$ac_cv_header_ifaddrs_h" = xyes
9314 then :
9315 printf "%s\n" "#define HAVE_IFADDRS_H 1" >>confdefs.h
9320 ac_fn_c_check_header_compile "$LINENO" "sys/ucontext.h" "ac_cv_header_sys_ucontext_h" "#include <signal.h>
9322 if test "x$ac_cv_header_sys_ucontext_h" = xyes
9323 then :
9324 printf "%s\n" "#define HAVE_SYS_UCONTEXT_H 1" >>confdefs.h
9329 ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
9330 #ifdef HAVE_SYS_UCONTEXT_H
9331 #include <sys/ucontext.h>
9332 #endif
9334 if test "x$ac_cv_header_sys_thr_h" = xyes
9335 then :
9336 printf "%s\n" "#define HAVE_SYS_THR_H 1" >>confdefs.h
9341 ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
9342 #include <pthread.h>
9343 #endif
9345 if test "x$ac_cv_header_pthread_np_h" = xyes
9346 then :
9347 printf "%s\n" "#define HAVE_PTHREAD_NP_H 1" >>confdefs.h
9352 ac_fn_c_check_header_compile "$LINENO" "linux/videodev2.h" "ac_cv_header_linux_videodev2_h" "#include <sys/time.h>
9353 #include <sys/types.h>
9354 #ifdef HAVE_ASM_TYPES_H
9355 #include <asm/types.h>
9356 #endif
9358 if test "x$ac_cv_header_linux_videodev2_h" = xyes
9359 then :
9360 printf "%s\n" "#define HAVE_LINUX_VIDEODEV2_H 1" >>confdefs.h
9365 ac_fn_c_check_header_compile "$LINENO" "libprocstat.h" "ac_cv_header_libprocstat_h" "#ifdef HAVE_SYS_PARAM_H
9366 #include <sys/param.h>
9367 #endif
9368 #include <sys/socket.h>
9369 #ifdef HAVE_SYS_QUEUE_H
9370 #include <sys/queue.h>
9371 #endif
9373 if test "x$ac_cv_header_libprocstat_h" = xyes
9374 then :
9375 printf "%s\n" "#define HAVE_LIBPROCSTAT_H 1" >>confdefs.h
9381 DLLFLAGS=""
9383 LDDLLFLAGS=""
9385 LDEXECFLAGS=""
9387 EXTRACFLAGS=""
9389 UNIXDLLFLAGS="-fPIC"
9391 UNIXLDFLAGS="-shared -Wl,-Bsymbolic -Wl,-soname,\$(UNIXLIB)"
9393 TOP_INSTALL_LIB=""
9395 TOP_INSTALL_DEV=""
9397 WINELOADER_LDFLAGS=""
9399 WINEPRELOADER_LDFLAGS=""
9401 LIBEXT="so"
9402 # Extract the first word of "ldd", so it can be a program name with args.
9403 set dummy ldd; ac_word=$2
9404 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9405 printf %s "checking for $ac_word... " >&6; }
9406 if test ${ac_cv_path_LDD+y}
9407 then :
9408 printf %s "(cached) " >&6
9409 else $as_nop
9410 case $LDD in
9411 [\\/]* | ?:[\\/]*)
9412 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
9415 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9416 as_dummy="/sbin:/usr/sbin:$PATH"
9417 for as_dir in $as_dummy
9419 IFS=$as_save_IFS
9420 case $as_dir in #(((
9421 '') as_dir=./ ;;
9422 */) ;;
9423 *) as_dir=$as_dir/ ;;
9424 esac
9425 for ac_exec_ext in '' $ac_executable_extensions; do
9426 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
9427 ac_cv_path_LDD="$as_dir$ac_word$ac_exec_ext"
9428 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
9429 break 2
9431 done
9432 done
9433 IFS=$as_save_IFS
9435 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
9437 esac
9439 LDD=$ac_cv_path_LDD
9440 if test -n "$LDD"; then
9441 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
9442 printf "%s\n" "$LDD" >&6; }
9443 else
9444 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
9445 printf "%s\n" "no" >&6; }
9449 if test -n "$ac_tool_prefix"; then
9450 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
9451 set dummy ${ac_tool_prefix}otool; ac_word=$2
9452 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9453 printf %s "checking for $ac_word... " >&6; }
9454 if test ${ac_cv_prog_OTOOL+y}
9455 then :
9456 printf %s "(cached) " >&6
9457 else $as_nop
9458 if test -n "$OTOOL"; then
9459 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
9460 else
9461 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9462 for as_dir in $PATH
9464 IFS=$as_save_IFS
9465 case $as_dir in #(((
9466 '') as_dir=./ ;;
9467 */) ;;
9468 *) as_dir=$as_dir/ ;;
9469 esac
9470 for ac_exec_ext in '' $ac_executable_extensions; do
9471 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
9472 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
9473 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
9474 break 2
9476 done
9477 done
9478 IFS=$as_save_IFS
9482 OTOOL=$ac_cv_prog_OTOOL
9483 if test -n "$OTOOL"; then
9484 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
9485 printf "%s\n" "$OTOOL" >&6; }
9486 else
9487 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
9488 printf "%s\n" "no" >&6; }
9493 if test -z "$ac_cv_prog_OTOOL"; then
9494 ac_ct_OTOOL=$OTOOL
9495 # Extract the first word of "otool", so it can be a program name with args.
9496 set dummy otool; ac_word=$2
9497 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9498 printf %s "checking for $ac_word... " >&6; }
9499 if test ${ac_cv_prog_ac_ct_OTOOL+y}
9500 then :
9501 printf %s "(cached) " >&6
9502 else $as_nop
9503 if test -n "$ac_ct_OTOOL"; then
9504 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
9505 else
9506 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9507 for as_dir in $PATH
9509 IFS=$as_save_IFS
9510 case $as_dir in #(((
9511 '') as_dir=./ ;;
9512 */) ;;
9513 *) as_dir=$as_dir/ ;;
9514 esac
9515 for ac_exec_ext in '' $ac_executable_extensions; do
9516 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
9517 ac_cv_prog_ac_ct_OTOOL="otool"
9518 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
9519 break 2
9521 done
9522 done
9523 IFS=$as_save_IFS
9527 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
9528 if test -n "$ac_ct_OTOOL"; then
9529 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
9530 printf "%s\n" "$ac_ct_OTOOL" >&6; }
9531 else
9532 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
9533 printf "%s\n" "no" >&6; }
9536 if test "x$ac_ct_OTOOL" = x; then
9537 OTOOL="otool"
9538 else
9539 case $cross_compiling:$ac_tool_warned in
9540 yes:)
9541 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
9542 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
9543 ac_tool_warned=yes ;;
9544 esac
9545 OTOOL=$ac_ct_OTOOL
9547 else
9548 OTOOL="$ac_cv_prog_OTOOL"
9551 if test -n "$ac_tool_prefix"; then
9552 # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
9553 set dummy ${ac_tool_prefix}readelf; ac_word=$2
9554 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9555 printf %s "checking for $ac_word... " >&6; }
9556 if test ${ac_cv_prog_READELF+y}
9557 then :
9558 printf %s "(cached) " >&6
9559 else $as_nop
9560 if test -n "$READELF"; then
9561 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9562 else
9563 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9564 for as_dir in $PATH
9566 IFS=$as_save_IFS
9567 case $as_dir in #(((
9568 '') as_dir=./ ;;
9569 */) ;;
9570 *) as_dir=$as_dir/ ;;
9571 esac
9572 for ac_exec_ext in '' $ac_executable_extensions; do
9573 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
9574 ac_cv_prog_READELF="${ac_tool_prefix}readelf"
9575 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
9576 break 2
9578 done
9579 done
9580 IFS=$as_save_IFS
9584 READELF=$ac_cv_prog_READELF
9585 if test -n "$READELF"; then
9586 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
9587 printf "%s\n" "$READELF" >&6; }
9588 else
9589 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
9590 printf "%s\n" "no" >&6; }
9595 if test -z "$ac_cv_prog_READELF"; then
9596 ac_ct_READELF=$READELF
9597 # Extract the first word of "readelf", so it can be a program name with args.
9598 set dummy readelf; ac_word=$2
9599 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9600 printf %s "checking for $ac_word... " >&6; }
9601 if test ${ac_cv_prog_ac_ct_READELF+y}
9602 then :
9603 printf %s "(cached) " >&6
9604 else $as_nop
9605 if test -n "$ac_ct_READELF"; then
9606 ac_cv_prog_ac_ct_READELF="$ac_ct_READELF" # Let the user override the test.
9607 else
9608 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9609 for as_dir in $PATH
9611 IFS=$as_save_IFS
9612 case $as_dir in #(((
9613 '') as_dir=./ ;;
9614 */) ;;
9615 *) as_dir=$as_dir/ ;;
9616 esac
9617 for ac_exec_ext in '' $ac_executable_extensions; do
9618 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
9619 ac_cv_prog_ac_ct_READELF="readelf"
9620 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
9621 break 2
9623 done
9624 done
9625 IFS=$as_save_IFS
9629 ac_ct_READELF=$ac_cv_prog_ac_ct_READELF
9630 if test -n "$ac_ct_READELF"; then
9631 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
9632 printf "%s\n" "$ac_ct_READELF" >&6; }
9633 else
9634 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
9635 printf "%s\n" "no" >&6; }
9638 if test "x$ac_ct_READELF" = x; then
9639 READELF="true"
9640 else
9641 case $cross_compiling:$ac_tool_warned in
9642 yes:)
9643 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
9644 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
9645 ac_tool_warned=yes ;;
9646 esac
9647 READELF=$ac_ct_READELF
9649 else
9650 READELF="$ac_cv_prog_READELF"
9653 wine_rules="all:"
9654 SUBDIRS=""
9656 DISABLED_SUBDIRS=""
9658 CONFIGURE_TARGETS=""
9661 wine_fn_append_file ()
9663 as_fn_append $1 " \\$as_nl $2"
9666 wine_fn_append_rule ()
9668 as_fn_append wine_rules "$as_nl$1"
9671 wine_fn_config_makefile ()
9673 wine_fn_append_file SUBDIRS $1
9674 if eval test \"x\$"$2"\" = x"no"
9675 then :
9676 wine_fn_append_file DISABLED_SUBDIRS $1
9680 wine_fn_config_symlink ()
9682 ac_links=$@
9683 wine_fn_append_rule \
9684 "$ac_links:
9685 @./config.status \$@"
9686 for f in $ac_links; do wine_fn_append_file CONFIGURE_TARGETS $f; done
9689 wine_binary="wine"
9690 test "x$enable_win64" != "xyes" || wine_binary="wine64"
9691 WINELOADER_PROGRAMS="$wine_binary"
9693 libwine_soversion=`expr $libwine_version : '\([0-9]*\)\..*'`
9695 case $host_os in
9696 cygwin*|mingw32*)
9697 if test -n "$ac_tool_prefix"; then
9698 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
9699 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
9700 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9701 printf %s "checking for $ac_word... " >&6; }
9702 if test ${ac_cv_prog_DLLTOOL+y}
9703 then :
9704 printf %s "(cached) " >&6
9705 else $as_nop
9706 if test -n "$DLLTOOL"; then
9707 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
9708 else
9709 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9710 for as_dir in $PATH
9712 IFS=$as_save_IFS
9713 case $as_dir in #(((
9714 '') as_dir=./ ;;
9715 */) ;;
9716 *) as_dir=$as_dir/ ;;
9717 esac
9718 for ac_exec_ext in '' $ac_executable_extensions; do
9719 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
9720 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
9721 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
9722 break 2
9724 done
9725 done
9726 IFS=$as_save_IFS
9730 DLLTOOL=$ac_cv_prog_DLLTOOL
9731 if test -n "$DLLTOOL"; then
9732 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
9733 printf "%s\n" "$DLLTOOL" >&6; }
9734 else
9735 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
9736 printf "%s\n" "no" >&6; }
9741 if test -z "$ac_cv_prog_DLLTOOL"; then
9742 ac_ct_DLLTOOL=$DLLTOOL
9743 # Extract the first word of "dlltool", so it can be a program name with args.
9744 set dummy dlltool; ac_word=$2
9745 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9746 printf %s "checking for $ac_word... " >&6; }
9747 if test ${ac_cv_prog_ac_ct_DLLTOOL+y}
9748 then :
9749 printf %s "(cached) " >&6
9750 else $as_nop
9751 if test -n "$ac_ct_DLLTOOL"; then
9752 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
9753 else
9754 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9755 for as_dir in $PATH
9757 IFS=$as_save_IFS
9758 case $as_dir in #(((
9759 '') as_dir=./ ;;
9760 */) ;;
9761 *) as_dir=$as_dir/ ;;
9762 esac
9763 for ac_exec_ext in '' $ac_executable_extensions; do
9764 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
9765 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
9766 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
9767 break 2
9769 done
9770 done
9771 IFS=$as_save_IFS
9775 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
9776 if test -n "$ac_ct_DLLTOOL"; then
9777 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
9778 printf "%s\n" "$ac_ct_DLLTOOL" >&6; }
9779 else
9780 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
9781 printf "%s\n" "no" >&6; }
9784 if test "x$ac_ct_DLLTOOL" = x; then
9785 DLLTOOL="false"
9786 else
9787 case $cross_compiling:$ac_tool_warned in
9788 yes:)
9789 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
9790 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
9791 ac_tool_warned=yes ;;
9792 esac
9793 DLLTOOL=$ac_ct_DLLTOOL
9795 else
9796 DLLTOOL="$ac_cv_prog_DLLTOOL"
9799 LIBEXT="dll"
9800 EXTRACFLAGS="-D__WINE_PE_BUILD"
9801 case $host_cpu in
9802 *i[3456]86*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--disable-stdcall-fixup" >&5
9803 printf %s "checking whether the compiler supports -Wl,--disable-stdcall-fixup... " >&6; }
9804 if test ${ac_cv_cflags__Wl___disable_stdcall_fixup+y}
9805 then :
9806 printf %s "(cached) " >&6
9807 else $as_nop
9808 ac_wine_try_cflags_saved=$CFLAGS
9809 CFLAGS="$CFLAGS -Wl,--disable-stdcall-fixup"
9810 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9811 /* end confdefs.h. */
9812 int main(int argc, char **argv) { return 0; }
9813 _ACEOF
9814 if ac_fn_c_try_link "$LINENO"
9815 then :
9816 ac_cv_cflags__Wl___disable_stdcall_fixup=yes
9817 else $as_nop
9818 ac_cv_cflags__Wl___disable_stdcall_fixup=no
9820 rm -f core conftest.err conftest.$ac_objext conftest.beam \
9821 conftest$ac_exeext conftest.$ac_ext
9822 CFLAGS=$ac_wine_try_cflags_saved
9824 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___disable_stdcall_fixup" >&5
9825 printf "%s\n" "$ac_cv_cflags__Wl___disable_stdcall_fixup" >&6; }
9826 if test "x$ac_cv_cflags__Wl___disable_stdcall_fixup" = xyes
9827 then :
9828 LDDLLFLAGS="-Wl,--disable-stdcall-fixup"
9829 fi ;;
9830 esac
9831 enable_mountmgr_sys=${enable_mountmgr_sys:-no}
9832 enable_loader=${enable_loader:-no}
9833 enable_server=${enable_server:-no}
9834 with_x=${with_x:-no}
9835 with_pthread=${with_pthread:-no}
9838 darwin*|macosx*)
9839 ac_ext=m
9840 ac_cpp='$OBJCPP $CPPFLAGS'
9841 ac_compile='$OBJC -c $OBJCFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9842 ac_link='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9843 ac_compiler_gnu=$ac_cv_objc_compiler_gnu
9845 ac_ext=m
9846 ac_cpp='$OBJCPP $CPPFLAGS'
9847 ac_compile='$OBJC -c $OBJCFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9848 ac_link='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9849 ac_compiler_gnu=$ac_cv_objc_compiler_gnu
9850 if test -n "$ac_tool_prefix"; then
9851 for ac_prog in gcc objcc objc cc CC clang
9853 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
9854 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
9855 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9856 printf %s "checking for $ac_word... " >&6; }
9857 if test ${ac_cv_prog_OBJC+y}
9858 then :
9859 printf %s "(cached) " >&6
9860 else $as_nop
9861 if test -n "$OBJC"; then
9862 ac_cv_prog_OBJC="$OBJC" # Let the user override the test.
9863 else
9864 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9865 for as_dir in $PATH
9867 IFS=$as_save_IFS
9868 case $as_dir in #(((
9869 '') as_dir=./ ;;
9870 */) ;;
9871 *) as_dir=$as_dir/ ;;
9872 esac
9873 for ac_exec_ext in '' $ac_executable_extensions; do
9874 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
9875 ac_cv_prog_OBJC="$ac_tool_prefix$ac_prog"
9876 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
9877 break 2
9879 done
9880 done
9881 IFS=$as_save_IFS
9885 OBJC=$ac_cv_prog_OBJC
9886 if test -n "$OBJC"; then
9887 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $OBJC" >&5
9888 printf "%s\n" "$OBJC" >&6; }
9889 else
9890 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
9891 printf "%s\n" "no" >&6; }
9895 test -n "$OBJC" && break
9896 done
9898 if test -z "$OBJC"; then
9899 ac_ct_OBJC=$OBJC
9900 for ac_prog in gcc objcc objc cc CC clang
9902 # Extract the first word of "$ac_prog", so it can be a program name with args.
9903 set dummy $ac_prog; ac_word=$2
9904 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9905 printf %s "checking for $ac_word... " >&6; }
9906 if test ${ac_cv_prog_ac_ct_OBJC+y}
9907 then :
9908 printf %s "(cached) " >&6
9909 else $as_nop
9910 if test -n "$ac_ct_OBJC"; then
9911 ac_cv_prog_ac_ct_OBJC="$ac_ct_OBJC" # Let the user override the test.
9912 else
9913 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9914 for as_dir in $PATH
9916 IFS=$as_save_IFS
9917 case $as_dir in #(((
9918 '') as_dir=./ ;;
9919 */) ;;
9920 *) as_dir=$as_dir/ ;;
9921 esac
9922 for ac_exec_ext in '' $ac_executable_extensions; do
9923 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
9924 ac_cv_prog_ac_ct_OBJC="$ac_prog"
9925 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
9926 break 2
9928 done
9929 done
9930 IFS=$as_save_IFS
9934 ac_ct_OBJC=$ac_cv_prog_ac_ct_OBJC
9935 if test -n "$ac_ct_OBJC"; then
9936 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJC" >&5
9937 printf "%s\n" "$ac_ct_OBJC" >&6; }
9938 else
9939 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
9940 printf "%s\n" "no" >&6; }
9944 test -n "$ac_ct_OBJC" && break
9945 done
9947 if test "x$ac_ct_OBJC" = x; then
9948 OBJC="gcc"
9949 else
9950 case $cross_compiling:$ac_tool_warned in
9951 yes:)
9952 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
9953 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
9954 ac_tool_warned=yes ;;
9955 esac
9956 OBJC=$ac_ct_OBJC
9960 # Provide some information about the compiler.
9961 printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for Objective C compiler version" >&5
9962 set X $ac_compile
9963 ac_compiler=$2
9964 for ac_option in --version -v -V -qversion; do
9965 { { ac_try="$ac_compiler $ac_option >&5"
9966 case "(($ac_try" in
9967 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9968 *) ac_try_echo=$ac_try;;
9969 esac
9970 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
9971 printf "%s\n" "$ac_try_echo"; } >&5
9972 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
9973 ac_status=$?
9974 if test -s conftest.err; then
9975 sed '10a\
9976 ... rest of stderr output deleted ...
9977 10q' conftest.err >conftest.er1
9978 cat conftest.er1 >&5
9980 rm -f conftest.er1 conftest.err
9981 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9982 test $ac_status = 0; }
9983 done
9985 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports GNU Objective C" >&5
9986 printf %s "checking whether the compiler supports GNU Objective C... " >&6; }
9987 if test ${ac_cv_objc_compiler_gnu+y}
9988 then :
9989 printf %s "(cached) " >&6
9990 else $as_nop
9991 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9992 /* end confdefs.h. */
9995 main (void)
9997 #ifndef __GNUC__
9998 choke me
9999 #endif
10002 return 0;
10004 _ACEOF
10005 if ac_fn_objc_try_compile "$LINENO"
10006 then :
10007 ac_compiler_gnu=yes
10008 else $as_nop
10009 ac_compiler_gnu=no
10011 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
10012 ac_cv_objc_compiler_gnu=$ac_compiler_gnu
10015 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objc_compiler_gnu" >&5
10016 printf "%s\n" "$ac_cv_objc_compiler_gnu" >&6; }
10017 ac_compiler_gnu=$ac_cv_objc_compiler_gnu
10019 if test $ac_compiler_gnu = yes; then
10020 GOBJC=yes
10021 else
10022 GOBJC=
10024 ac_test_OBJCFLAGS=${OBJCFLAGS+y}
10025 ac_save_OBJCFLAGS=$OBJCFLAGS
10026 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $OBJC accepts -g" >&5
10027 printf %s "checking whether $OBJC accepts -g... " >&6; }
10028 if test ${ac_cv_prog_objc_g+y}
10029 then :
10030 printf %s "(cached) " >&6
10031 else $as_nop
10032 ac_save_objc_werror_flag=$ac_objc_werror_flag
10033 ac_objc_werror_flag=yes
10034 ac_cv_prog_objc_g=no
10035 OBJCFLAGS="-g"
10036 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10037 /* end confdefs.h. */
10040 main (void)
10044 return 0;
10046 _ACEOF
10047 if ac_fn_objc_try_compile "$LINENO"
10048 then :
10049 ac_cv_prog_objc_g=yes
10050 else $as_nop
10051 OBJCFLAGS=""
10052 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10053 /* end confdefs.h. */
10056 main (void)
10060 return 0;
10062 _ACEOF
10063 if ac_fn_objc_try_compile "$LINENO"
10064 then :
10066 else $as_nop
10067 ac_objc_werror_flag=$ac_save_objc_werror_flag
10068 OBJCFLAGS="-g"
10069 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10070 /* end confdefs.h. */
10073 main (void)
10077 return 0;
10079 _ACEOF
10080 if ac_fn_objc_try_compile "$LINENO"
10081 then :
10082 ac_cv_prog_objc_g=yes
10084 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
10086 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
10088 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
10089 ac_objc_werror_flag=$ac_save_objc_werror_flag
10091 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_objc_g" >&5
10092 printf "%s\n" "$ac_cv_prog_objc_g" >&6; }
10093 if test $ac_test_OBJCFLAGS; then
10094 OBJCFLAGS=$ac_save_OBJCFLAGS
10095 elif test $ac_cv_prog_objc_g = yes; then
10096 if test "$GOBJC" = yes; then
10097 OBJCFLAGS="-g -O2"
10098 else
10099 OBJCFLAGS="-g"
10101 else
10102 if test "$GOBJC" = yes; then
10103 OBJCFLAGS="-O2"
10104 else
10105 OBJCFLAGS=
10108 ac_ext=m
10109 ac_cpp='$OBJCPP $CPPFLAGS'
10110 ac_compile='$OBJC -c $OBJCFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10111 ac_link='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10112 ac_compiler_gnu=$ac_cv_objc_compiler_gnu
10115 ac_fn_objc_check_header_compile "$LINENO" "Metal/Metal.h" "ac_cv_header_Metal_Metal_h" "$ac_includes_default"
10116 if test "x$ac_cv_header_Metal_Metal_h" = xyes
10117 then :
10118 printf "%s\n" "#define HAVE_METAL_METAL_H 1" >>confdefs.h
10122 ac_ext=c
10123 ac_cpp='$CPP $CPPFLAGS'
10124 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10125 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10126 ac_compiler_gnu=$ac_cv_c_compiler_gnu
10128 LIBEXT="dylib"
10129 DLLFLAGS="$DLLFLAGS -fPIC"
10130 LDDLLFLAGS="-fPIC"
10131 COREFOUNDATION_LIBS="-framework CoreFoundation"
10133 IOKIT_LIBS="-framework IOKit -framework CoreFoundation"
10135 APPLICATIONSERVICES_LIBS="-framework ApplicationServices"
10137 CORESERVICES_LIBS="-framework CoreServices"
10139 APPKIT_LIBS="-framework AppKit"
10141 SYSTEMCONFIGURATION_LIBS="-framework SystemConfiguration"
10144 WINELOADER_LDFLAGS="-Wl,-pie,-segalign,0x1000,-pagezero_size,0x1000,-sectcreate,__TEXT,__info_plist,loader/wine_info.plist"
10146 wine_can_build_preloader=yes
10147 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"
10148 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_new_main -e _main" >&5
10149 printf %s "checking whether the compiler supports -Wl,-no_new_main -e _main... " >&6; }
10150 if test ${ac_cv_cflags__Wl__no_new_main__e__main+y}
10151 then :
10152 printf %s "(cached) " >&6
10153 else $as_nop
10154 ac_wine_try_cflags_saved=$CFLAGS
10155 CFLAGS="$CFLAGS -Wl,-no_new_main -e _main"
10156 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10157 /* end confdefs.h. */
10158 int main(int argc, char **argv) { return 0; }
10159 _ACEOF
10160 if ac_fn_c_try_link "$LINENO"
10161 then :
10162 ac_cv_cflags__Wl__no_new_main__e__main=yes
10163 else $as_nop
10164 ac_cv_cflags__Wl__no_new_main__e__main=no
10166 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10167 conftest$ac_exeext conftest.$ac_ext
10168 CFLAGS=$ac_wine_try_cflags_saved
10170 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_new_main__e__main" >&5
10171 printf "%s\n" "$ac_cv_cflags__Wl__no_new_main__e__main" >&6; }
10172 if test "x$ac_cv_cflags__Wl__no_new_main__e__main" = xyes
10173 then :
10174 WINEPRELOADER_LDFLAGS="-Wl,-no_new_main $WINEPRELOADER_LDFLAGS"
10175 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_new_main -e _main -mmacosx-version-min=10.7 -nostartfiles -nodefaultlibs" >&5
10176 printf %s "checking whether the compiler supports -Wl,-no_new_main -e _main -mmacosx-version-min=10.7 -nostartfiles -nodefaultlibs... " >&6; }
10177 if test ${ac_cv_cflags__Wl__no_new_main__e__main__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs+y}
10178 then :
10179 printf %s "(cached) " >&6
10180 else $as_nop
10181 ac_wine_try_cflags_saved=$CFLAGS
10182 CFLAGS="$CFLAGS -Wl,-no_new_main -e _main -mmacosx-version-min=10.7 -nostartfiles -nodefaultlibs"
10183 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10184 /* end confdefs.h. */
10185 int main(int argc, char **argv) { return 0; }
10186 _ACEOF
10187 if ac_fn_c_try_link "$LINENO"
10188 then :
10189 ac_cv_cflags__Wl__no_new_main__e__main__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs=yes
10190 else $as_nop
10191 ac_cv_cflags__Wl__no_new_main__e__main__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs=no
10193 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10194 conftest$ac_exeext conftest.$ac_ext
10195 CFLAGS=$ac_wine_try_cflags_saved
10197 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_new_main__e__main__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs" >&5
10198 printf "%s\n" "$ac_cv_cflags__Wl__no_new_main__e__main__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs" >&6; }
10199 if test "x$ac_cv_cflags__Wl__no_new_main__e__main__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs" = xyes
10200 then :
10201 WINEPRELOADER_LDFLAGS="-mmacosx-version-min=10.7 $WINEPRELOADER_LDFLAGS"
10202 else $as_nop
10203 wine_can_build_preloader=no
10205 else $as_nop
10206 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -mmacosx-version-min=10.7 -nostartfiles -nodefaultlibs" >&5
10207 printf %s "checking whether the compiler supports -mmacosx-version-min=10.7 -nostartfiles -nodefaultlibs... " >&6; }
10208 if test ${ac_cv_cflags__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs+y}
10209 then :
10210 printf %s "(cached) " >&6
10211 else $as_nop
10212 ac_wine_try_cflags_saved=$CFLAGS
10213 CFLAGS="$CFLAGS -mmacosx-version-min=10.7 -nostartfiles -nodefaultlibs"
10214 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10215 /* end confdefs.h. */
10216 int main(int argc, char **argv) { return 0; }
10217 _ACEOF
10218 if ac_fn_c_try_link "$LINENO"
10219 then :
10220 ac_cv_cflags__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs=yes
10221 else $as_nop
10222 ac_cv_cflags__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs=no
10224 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10225 conftest$ac_exeext conftest.$ac_ext
10226 CFLAGS=$ac_wine_try_cflags_saved
10228 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs" >&5
10229 printf "%s\n" "$ac_cv_cflags__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs" >&6; }
10230 if test "x$ac_cv_cflags__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs" = xyes
10231 then :
10232 WINEPRELOADER_LDFLAGS="-mmacosx-version-min=10.7 $WINEPRELOADER_LDFLAGS"
10233 else $as_nop
10234 wine_can_build_preloader=no
10237 if test "$wine_can_build_preloader" = "yes"
10238 then
10239 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_pie" >&5
10240 printf %s "checking whether the compiler supports -Wl,-no_pie... " >&6; }
10241 if test ${ac_cv_cflags__Wl__no_pie+y}
10242 then :
10243 printf %s "(cached) " >&6
10244 else $as_nop
10245 ac_wine_try_cflags_saved=$CFLAGS
10246 CFLAGS="$CFLAGS -Wl,-no_pie"
10247 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10248 /* end confdefs.h. */
10249 int main(int argc, char **argv) { return 0; }
10250 _ACEOF
10251 if ac_fn_c_try_link "$LINENO"
10252 then :
10253 ac_cv_cflags__Wl__no_pie=yes
10254 else $as_nop
10255 ac_cv_cflags__Wl__no_pie=no
10257 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10258 conftest$ac_exeext conftest.$ac_ext
10259 CFLAGS=$ac_wine_try_cflags_saved
10261 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_pie" >&5
10262 printf "%s\n" "$ac_cv_cflags__Wl__no_pie" >&6; }
10263 if test "x$ac_cv_cflags__Wl__no_pie" = xyes
10264 then :
10265 WINEPRELOADER_LDFLAGS="-Wl,-no_pie $WINEPRELOADER_LDFLAGS"
10267 test "$wine_binary" = wine || wine_fn_append_file CONFIGURE_TARGETS "loader/wine-preloader"
10268 WINELOADER_PROGRAMS="$WINELOADER_PROGRAMS $wine_binary-preloader"
10269 else
10270 as_fn_append wine_warnings "|can't build Wine preloader; many programs won't work"
10273 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
10274 then
10275 DISKARBITRATION_LIBS="-framework DiskArbitration -framework CoreFoundation"
10278 if test "$ac_cv_header_Security_Security_h" = "yes"
10279 then
10280 SECURITY_LIBS="-framework Security -framework CoreFoundation"
10283 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes"
10284 then
10285 COREAUDIO_LIBS="-framework CoreFoundation -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework CoreMIDI"
10287 enable_winecoreaudio_drv=${enable_winecoreaudio_drv:-yes}
10289 if test "$ac_cv_header_OpenAL_al_h" = "yes"
10290 then
10291 OPENAL_LIBS="-framework OpenAL"
10294 printf "%s\n" "#define HAVE_OPENAL 1" >>confdefs.h
10296 ac_cv_lib_openal=yes
10298 if test "$ac_cv_header_OpenCL_opencl_h" = "yes"
10299 then
10300 OPENCL_LIBS="-framework OpenCL"
10302 ac_cv_lib_OpenCL_clGetPlatformInfo=yes
10304 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
10305 then
10306 ac_save_LIBS="$LIBS"
10307 LIBS="$LIBS $IOKIT_LIBS"
10308 ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
10309 if test "x$ac_cv_func_IOHIDManagerCreate" = xyes
10310 then :
10311 printf "%s\n" "#define HAVE_IOHIDMANAGERCREATE 1" >>confdefs.h
10315 LIBS="$ac_save_LIBS"
10318 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
10319 then
10320 CARBON_LIBS="-framework Carbon"
10323 if test "$ac_cv_header_Metal_Metal_h" = "yes"
10324 then
10325 METAL_LIBS="-framework Metal -framework QuartzCore"
10329 if test "$ac_cv_header_Metal_Metal_h" = "yes"
10330 then
10331 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether MTLDevice protocol supports registryID property" >&5
10332 printf %s "checking whether MTLDevice protocol supports registryID property... " >&6; }
10333 ac_ext=m
10334 ac_cpp='$OBJCPP $CPPFLAGS'
10335 ac_compile='$OBJC -c $OBJCFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10336 ac_link='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10337 ac_compiler_gnu=$ac_cv_objc_compiler_gnu
10339 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10340 /* end confdefs.h. */
10341 #include <Metal/Metal.h>
10343 main (void)
10345 id<MTLDevice> device; device.registryID;
10347 return 0;
10349 _ACEOF
10350 if ac_fn_objc_try_compile "$LINENO"
10351 then :
10352 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10353 printf "%s\n" "yes" >&6; }
10355 printf "%s\n" "#define HAVE_MTLDEVICE_REGISTRYID 1" >>confdefs.h
10357 else $as_nop
10358 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
10359 printf "%s\n" "no" >&6; }
10361 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
10362 ac_ext=c
10363 ac_cpp='$CPP $CPPFLAGS'
10364 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10365 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10366 ac_compiler_gnu=$ac_cv_c_compiler_gnu
10370 if test "$ac_cv_header_ApplicationServices_ApplicationServices_h" = "yes"
10371 then
10372 ac_save_LIBS="$LIBS"
10373 LIBS="$LIBS $APPLICATIONSERVICES_LIBS"
10374 ac_fn_c_check_func "$LINENO" "CGDisplayModeGetWidth" "ac_cv_func_CGDisplayModeGetWidth"
10375 if test "x$ac_cv_func_CGDisplayModeGetWidth" = xyes
10376 then :
10377 enable_winemac_drv=${enable_winemac_drv:-yes}
10380 LIBS="$ac_save_LIBS"
10383 UNIXLDFLAGS="-dynamiclib -install_name @loader_path/\$(UNIXLIB)"
10384 LIBWINE_SHAREDLIB="libwine.$libwine_version.dylib"
10386 LIBWINE_LDFLAGS="-dynamiclib -install_name @rpath/libwine.$libwine_soversion.dylib -Wl,-rpath,@loader_path/ -compatibility_version $libwine_soversion -current_version $libwine_version"
10388 WINELOADER_DEPENDS="wine_info.plist"
10390 TOP_INSTALL_LIB="$TOP_INSTALL_LIB libs/wine/libwine.$libwine_version.dylib libs/wine/libwine.$libwine_soversion.dylib"
10393 linux-android*)
10395 printf "%s\n" "#define _GNU_SOURCE 1" >>confdefs.h
10397 DLLFLAGS="$DLLFLAGS -fPIC"
10398 LDDLLFLAGS="-fPIC"
10399 LDEXECFLAGS="-Wl,-pie"
10400 enable_wineandroid_drv=${enable_wineandroid_drv:-yes}
10401 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-z,defs" >&5
10402 printf %s "checking whether the compiler supports -Wl,-z,defs... " >&6; }
10403 if test ${ac_cv_cflags__Wl__z_defs+y}
10404 then :
10405 printf %s "(cached) " >&6
10406 else $as_nop
10407 ac_wine_try_cflags_saved=$CFLAGS
10408 CFLAGS="$CFLAGS -Wl,-z,defs"
10409 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10410 /* end confdefs.h. */
10411 int main(int argc, char **argv) { return 0; }
10412 _ACEOF
10413 if ac_fn_c_try_link "$LINENO"
10414 then :
10415 ac_cv_cflags__Wl__z_defs=yes
10416 else $as_nop
10417 ac_cv_cflags__Wl__z_defs=no
10419 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10420 conftest$ac_exeext conftest.$ac_ext
10421 CFLAGS=$ac_wine_try_cflags_saved
10423 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__z_defs" >&5
10424 printf "%s\n" "$ac_cv_cflags__Wl__z_defs" >&6; }
10425 if test "x$ac_cv_cflags__Wl__z_defs" = xyes
10426 then :
10427 UNIXLDFLAGS="$UNIXLDFLAGS -Wl,-z,defs"
10429 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
10430 printf %s "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
10431 if test ${ac_cv_cflags__fPIC__Wl___export_dynamic+y}
10432 then :
10433 printf %s "(cached) " >&6
10434 else $as_nop
10435 ac_wine_try_cflags_saved=$CFLAGS
10436 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
10437 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10438 /* end confdefs.h. */
10439 int main(int argc, char **argv) { return 0; }
10440 _ACEOF
10441 if ac_fn_c_try_link "$LINENO"
10442 then :
10443 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
10444 else $as_nop
10445 ac_cv_cflags__fPIC__Wl___export_dynamic=no
10447 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10448 conftest$ac_exeext conftest.$ac_ext
10449 CFLAGS=$ac_wine_try_cflags_saved
10451 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
10452 printf "%s\n" "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
10453 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes
10454 then :
10455 WINELOADER_LDFLAGS="-Wl,--export-dynamic"
10457 WINEPRELOADER_LDFLAGS="-static -nostartfiles -nodefaultlibs -Wl,-Ttext=0x7d400000"
10459 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lEGL" >&5
10460 printf %s "checking for -lEGL... " >&6; }
10461 if test ${ac_cv_lib_soname_EGL+y}
10462 then :
10463 printf %s "(cached) " >&6
10464 else $as_nop
10465 ac_check_soname_save_LIBS=$LIBS
10466 LIBS="-lEGL $LIBS"
10467 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10468 /* end confdefs.h. */
10470 /* Override any GCC internal prototype to avoid an error.
10471 Use char because int might match the return type of a GCC
10472 builtin and then its argument prototype would still apply. */
10473 char eglGetProcAddress ();
10475 main (void)
10477 return eglGetProcAddress ();
10479 return 0;
10481 _ACEOF
10482 if ac_fn_c_try_link "$LINENO"
10483 then :
10484 case "$LIBEXT" in
10485 dll) ac_cv_lib_soname_EGL=`$ac_cv_path_LDD conftest.exe | grep "EGL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10486 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'` ;;
10487 *) ac_cv_lib_soname_EGL=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libEGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libEGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10488 if ${ac_cv_lib_soname_EGL:+false} :
10489 then :
10490 ac_cv_lib_soname_EGL=`$LDD conftest$ac_exeext | grep "libEGL\\.$LIBEXT" | sed -e "s/^.*\(libEGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10491 fi ;;
10492 esac
10493 else $as_nop
10494 ac_cv_lib_soname_EGL=
10496 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10497 conftest$ac_exeext conftest.$ac_ext
10498 LIBS=$ac_check_soname_save_LIBS
10500 if ${ac_cv_lib_soname_EGL:+false} :
10501 then :
10502 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10503 printf "%s\n" "not found" >&6; }
10505 else $as_nop
10506 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_EGL" >&5
10507 printf "%s\n" "$ac_cv_lib_soname_EGL" >&6; }
10509 printf "%s\n" "#define SONAME_LIBEGL \"$ac_cv_lib_soname_EGL\"" >>confdefs.h
10513 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lGLESv2" >&5
10514 printf %s "checking for -lGLESv2... " >&6; }
10515 if test ${ac_cv_lib_soname_GLESv2+y}
10516 then :
10517 printf %s "(cached) " >&6
10518 else $as_nop
10519 ac_check_soname_save_LIBS=$LIBS
10520 LIBS="-lGLESv2 $LIBS"
10521 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10522 /* end confdefs.h. */
10524 /* Override any GCC internal prototype to avoid an error.
10525 Use char because int might match the return type of a GCC
10526 builtin and then its argument prototype would still apply. */
10527 char glFlush ();
10529 main (void)
10531 return glFlush ();
10533 return 0;
10535 _ACEOF
10536 if ac_fn_c_try_link "$LINENO"
10537 then :
10538 case "$LIBEXT" in
10539 dll) ac_cv_lib_soname_GLESv2=`$ac_cv_path_LDD conftest.exe | grep "GLESv2" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10540 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'` ;;
10541 *) ac_cv_lib_soname_GLESv2=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGLESv2\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGLESv2\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10542 if ${ac_cv_lib_soname_GLESv2:+false} :
10543 then :
10544 ac_cv_lib_soname_GLESv2=`$LDD conftest$ac_exeext | grep "libGLESv2\\.$LIBEXT" | sed -e "s/^.*\(libGLESv2\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10545 fi ;;
10546 esac
10547 else $as_nop
10548 ac_cv_lib_soname_GLESv2=
10550 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10551 conftest$ac_exeext conftest.$ac_ext
10552 LIBS=$ac_check_soname_save_LIBS
10554 if ${ac_cv_lib_soname_GLESv2:+false} :
10555 then :
10556 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10557 printf "%s\n" "not found" >&6; }
10559 else $as_nop
10560 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLESv2" >&5
10561 printf "%s\n" "$ac_cv_lib_soname_GLESv2" >&6; }
10563 printf "%s\n" "#define SONAME_LIBGLESV2 \"$ac_cv_lib_soname_GLESv2\"" >>confdefs.h
10568 if test "x$exec_prefix" = xNONE
10569 then
10570 case $host_cpu in
10571 *i[3456]86*) exec_prefix='${prefix}/x86' ;;
10572 *x86_64*) exec_prefix='${prefix}/x86_64' ;;
10573 *arm*) exec_prefix='${prefix}/armeabi-v7a' ;;
10574 *aarch64*) exec_prefix='${prefix}/arm64-v8a' ;;
10575 esac
10581 printf "%s\n" "#define _GNU_SOURCE 1" >>confdefs.h
10583 case $host_cpu in
10584 *i[3456789]86*)
10585 DLLFLAGS="$DLLFLAGS -fno-PIC"
10586 LDDLLFLAGS="-fno-PIC"
10587 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-PIC -Wl,-z,notext" >&5
10588 printf %s "checking whether the compiler supports -fno-PIC -Wl,-z,notext... " >&6; }
10589 if test ${ac_cv_cflags__fno_PIC__Wl__z_notext+y}
10590 then :
10591 printf %s "(cached) " >&6
10592 else $as_nop
10593 ac_wine_try_cflags_saved=$CFLAGS
10594 CFLAGS="$CFLAGS -fno-PIC -Wl,-z,notext"
10595 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10596 /* end confdefs.h. */
10597 int main(int argc, char **argv) { return 0; }
10598 _ACEOF
10599 if ac_fn_c_try_link "$LINENO"
10600 then :
10601 ac_cv_cflags__fno_PIC__Wl__z_notext=yes
10602 else $as_nop
10603 ac_cv_cflags__fno_PIC__Wl__z_notext=no
10605 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10606 conftest$ac_exeext conftest.$ac_ext
10607 CFLAGS=$ac_wine_try_cflags_saved
10609 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_PIC__Wl__z_notext" >&5
10610 printf "%s\n" "$ac_cv_cflags__fno_PIC__Wl__z_notext" >&6; }
10611 if test "x$ac_cv_cflags__fno_PIC__Wl__z_notext" = xyes
10612 then :
10613 LDDLLFLAGS="$LDDLLFLAGS -Wl,-z,notext"
10617 DLLFLAGS="$DLLFLAGS -fPIC"
10618 LDDLLFLAGS="-fPIC" ;;
10619 esac
10620 LIBWINE_LDFLAGS="-shared -Wl,-soname,libwine.so.$libwine_soversion"
10622 echo '{ global: *; };' >conftest.map
10623 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -shared -Wl,--version-script=conftest.map" >&5
10624 printf %s "checking whether the compiler supports -shared -Wl,--version-script=conftest.map... " >&6; }
10625 if test ${ac_cv_cflags__shared__Wl___version_script_conftest_map+y}
10626 then :
10627 printf %s "(cached) " >&6
10628 else $as_nop
10629 ac_wine_try_cflags_saved=$CFLAGS
10630 CFLAGS="$CFLAGS -shared -Wl,--version-script=conftest.map"
10631 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10632 /* end confdefs.h. */
10633 int main(int argc, char **argv) { return 0; }
10634 _ACEOF
10635 if ac_fn_c_try_link "$LINENO"
10636 then :
10637 ac_cv_cflags__shared__Wl___version_script_conftest_map=yes
10638 else $as_nop
10639 ac_cv_cflags__shared__Wl___version_script_conftest_map=no
10641 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10642 conftest$ac_exeext conftest.$ac_ext
10643 CFLAGS=$ac_wine_try_cflags_saved
10645 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__shared__Wl___version_script_conftest_map" >&5
10646 printf "%s\n" "$ac_cv_cflags__shared__Wl___version_script_conftest_map" >&6; }
10647 if test "x$ac_cv_cflags__shared__Wl___version_script_conftest_map" = xyes
10648 then :
10649 LIBWINE_LDFLAGS="$LIBWINE_LDFLAGS -Wl,--version-script=\$(srcdir)/wine.map"
10651 rm -f conftest.map
10653 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-z,defs" >&5
10654 printf %s "checking whether the compiler supports -Wl,-z,defs... " >&6; }
10655 if test ${ac_cv_cflags__Wl__z_defs+y}
10656 then :
10657 printf %s "(cached) " >&6
10658 else $as_nop
10659 ac_wine_try_cflags_saved=$CFLAGS
10660 CFLAGS="$CFLAGS -Wl,-z,defs"
10661 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10662 /* end confdefs.h. */
10663 int main(int argc, char **argv) { return 0; }
10664 _ACEOF
10665 if ac_fn_c_try_link "$LINENO"
10666 then :
10667 ac_cv_cflags__Wl__z_defs=yes
10668 else $as_nop
10669 ac_cv_cflags__Wl__z_defs=no
10671 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10672 conftest$ac_exeext conftest.$ac_ext
10673 CFLAGS=$ac_wine_try_cflags_saved
10675 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__z_defs" >&5
10676 printf "%s\n" "$ac_cv_cflags__Wl__z_defs" >&6; }
10677 if test "x$ac_cv_cflags__Wl__z_defs" = xyes
10678 then :
10679 UNIXLDFLAGS="$UNIXLDFLAGS -Wl,-z,defs"
10681 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--export-dynamic" >&5
10682 printf %s "checking whether the compiler supports -Wl,--export-dynamic... " >&6; }
10683 if test ${ac_cv_cflags__Wl___export_dynamic+y}
10684 then :
10685 printf %s "(cached) " >&6
10686 else $as_nop
10687 ac_wine_try_cflags_saved=$CFLAGS
10688 CFLAGS="$CFLAGS -Wl,--export-dynamic"
10689 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10690 /* end confdefs.h. */
10691 int main(int argc, char **argv) { return 0; }
10692 _ACEOF
10693 if ac_fn_c_try_link "$LINENO"
10694 then :
10695 ac_cv_cflags__Wl___export_dynamic=yes
10696 else $as_nop
10697 ac_cv_cflags__Wl___export_dynamic=no
10699 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10700 conftest$ac_exeext conftest.$ac_ext
10701 CFLAGS=$ac_wine_try_cflags_saved
10703 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___export_dynamic" >&5
10704 printf "%s\n" "$ac_cv_cflags__Wl___export_dynamic" >&6; }
10705 if test "x$ac_cv_cflags__Wl___export_dynamic" = xyes
10706 then :
10707 WINELOADER_LDFLAGS="-Wl,--export-dynamic"
10709 WINEPRELOADER_LDFLAGS="-static -nostartfiles -nodefaultlibs -Wl,-Ttext=0x7d400000"
10711 case $host_cpu in
10712 *i[3456789]86* | x86_64 | *aarch64* | arm*)
10713 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000" >&5
10714 printf %s "checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000... " >&6; }
10715 if test ${ac_cv_cflags__Wl__Ttext_segment_0x7bc00000+y}
10716 then :
10717 printf %s "(cached) " >&6
10718 else $as_nop
10719 ac_wine_try_cflags_saved=$CFLAGS
10720 CFLAGS="$CFLAGS -Wl,-Ttext-segment=0x7bc00000"
10721 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10722 /* end confdefs.h. */
10723 int main(int argc, char **argv) { return 0; }
10724 _ACEOF
10725 if ac_fn_c_try_link "$LINENO"
10726 then :
10727 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000=yes
10728 else $as_nop
10729 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000=no
10731 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10732 conftest$ac_exeext conftest.$ac_ext
10733 CFLAGS=$ac_wine_try_cflags_saved
10735 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&5
10736 printf "%s\n" "$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&6; }
10737 if test "x$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" = xyes
10738 then :
10739 case $host_os in
10740 freebsd* | kfreebsd*-gnu) WINELOADER_LDFLAGS="$WINELOADER_LDFLAGS -Wl,-Ttext-segment=0x60000000" ;;
10741 *) WINELOADER_LDFLAGS="$WINELOADER_LDFLAGS -Wl,-Ttext-segment=0x7d000000" ;;
10742 esac
10743 else $as_nop
10744 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7d000400" >&5
10745 printf %s "checking whether the compiler supports -Wl,--section-start,.interp=0x7d000400... " >&6; }
10746 if test ${ac_cv_cflags__Wl___section_start__interp_0x7d000400+y}
10747 then :
10748 printf %s "(cached) " >&6
10749 else $as_nop
10750 ac_wine_try_cflags_saved=$CFLAGS
10751 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7d000400"
10752 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10753 /* end confdefs.h. */
10754 int main(int argc, char **argv) { return 0; }
10755 _ACEOF
10756 if ac_fn_c_try_link "$LINENO"
10757 then :
10758 ac_cv_cflags__Wl___section_start__interp_0x7d000400=yes
10759 else $as_nop
10760 ac_cv_cflags__Wl___section_start__interp_0x7d000400=no
10762 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10763 conftest$ac_exeext conftest.$ac_ext
10764 CFLAGS=$ac_wine_try_cflags_saved
10766 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7d000400" >&5
10767 printf "%s\n" "$ac_cv_cflags__Wl___section_start__interp_0x7d000400" >&6; }
10768 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7d000400" = xyes
10769 then :
10770 case $host_os in
10771 freebsd* | kfreebsd*-gnu) WINELOADER_LDFLAGS="$WINELOADER_LDFLAGS -Wl,--section-start,.interp=0x60000400" ;;
10772 *) WINELOADER_LDFLAGS="$WINELOADER_LDFLAGS -Wl,--section-start,.interp=0x7d000400" ;;
10773 esac
10775 # Extract the first word of "prelink", so it can be a program name with args.
10776 set dummy prelink; ac_word=$2
10777 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10778 printf %s "checking for $ac_word... " >&6; }
10779 if test ${ac_cv_path_PRELINK+y}
10780 then :
10781 printf %s "(cached) " >&6
10782 else $as_nop
10783 case $PRELINK in
10784 [\\/]* | ?:[\\/]*)
10785 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
10788 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10789 for as_dir in /sbin /usr/sbin $PATH
10791 IFS=$as_save_IFS
10792 case $as_dir in #(((
10793 '') as_dir=./ ;;
10794 */) ;;
10795 *) as_dir=$as_dir/ ;;
10796 esac
10797 for ac_exec_ext in '' $ac_executable_extensions; do
10798 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
10799 ac_cv_path_PRELINK="$as_dir$ac_word$ac_exec_ext"
10800 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
10801 break 2
10803 done
10804 done
10805 IFS=$as_save_IFS
10807 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
10809 esac
10811 PRELINK=$ac_cv_path_PRELINK
10812 if test -n "$PRELINK"; then
10813 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
10814 printf "%s\n" "$PRELINK" >&6; }
10815 else
10816 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
10817 printf "%s\n" "no" >&6; }
10821 if test "x$PRELINK" = xfalse
10822 then
10823 as_fn_append wine_warnings "|prelink not found and linker does not support relocation, base address of core dlls won't be set correctly."
10826 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-z,max-page-size=0x1000" >&5
10827 printf %s "checking whether the compiler supports -Wl,-z,max-page-size=0x1000... " >&6; }
10828 if test ${ac_cv_cflags__Wl__z_max_page_size_0x1000+y}
10829 then :
10830 printf %s "(cached) " >&6
10831 else $as_nop
10832 ac_wine_try_cflags_saved=$CFLAGS
10833 CFLAGS="$CFLAGS -Wl,-z,max-page-size=0x1000"
10834 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10835 /* end confdefs.h. */
10836 int main(int argc, char **argv) { return 0; }
10837 _ACEOF
10838 if ac_fn_c_try_link "$LINENO"
10839 then :
10840 ac_cv_cflags__Wl__z_max_page_size_0x1000=yes
10841 else $as_nop
10842 ac_cv_cflags__Wl__z_max_page_size_0x1000=no
10844 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10845 conftest$ac_exeext conftest.$ac_ext
10846 CFLAGS=$ac_wine_try_cflags_saved
10848 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__z_max_page_size_0x1000" >&5
10849 printf "%s\n" "$ac_cv_cflags__Wl__z_max_page_size_0x1000" >&6; }
10850 if test "x$ac_cv_cflags__Wl__z_max_page_size_0x1000" = xyes
10851 then :
10852 WINELOADER_LDFLAGS="$WINELOADER_LDFLAGS -Wl,-z,max-page-size=0x1000"
10855 esac
10856 LIBWINE_SHAREDLIB="libwine.so.$libwine_version"
10858 LIBWINE_DEPENDS="wine.map"
10860 TOP_INSTALL_LIB="$TOP_INSTALL_LIB libs/wine/libwine.so.$libwine_version libs/wine/libwine.so.$libwine_soversion"
10862 esac
10864 enable_winecoreaudio_drv=${enable_winecoreaudio_drv:-no}
10865 enable_wineandroid_drv=${enable_wineandroid_drv:-no}
10866 enable_winemac_drv=${enable_winemac_drv:-no}
10869 if test "x$with_mingw" != xno
10870 then
10871 case "x$with_mingw" in
10872 x|xyes) case "$host_cpu" in
10873 aarch64*)
10874 ac_prefix_list="aarch64-w64-mingw32-clang aarch64-w64-mingw32-gcc clang" ;;
10875 arm*)
10876 ac_prefix_list="armv7-w64-mingw32-clang armv7-w64-mingw32-gcc clang" ;;
10877 i[3456789]86*)
10878 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
10879 i686-w64-mingw32-clang i586-w64-mingw32-clang i486-w64-mingw32-clang i386-w64-mingw32-clang
10880 mingw32-gcc clang" ;;
10881 x86_64)
10882 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
10883 x86_64-w64-mingw32-clang amd64-w64-mingw32-clang clang" ;;
10885 ac_prefix_list="" ;;
10886 esac
10887 for ac_prog in $ac_prefix_list
10889 # Extract the first word of "$ac_prog", so it can be a program name with args.
10890 set dummy $ac_prog; ac_word=$2
10891 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10892 printf %s "checking for $ac_word... " >&6; }
10893 if test ${ac_cv_prog_CROSSCC+y}
10894 then :
10895 printf %s "(cached) " >&6
10896 else $as_nop
10897 if test -n "$CROSSCC"; then
10898 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
10899 else
10900 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10901 for as_dir in $PATH
10903 IFS=$as_save_IFS
10904 case $as_dir in #(((
10905 '') as_dir=./ ;;
10906 */) ;;
10907 *) as_dir=$as_dir/ ;;
10908 esac
10909 for ac_exec_ext in '' $ac_executable_extensions; do
10910 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
10911 ac_cv_prog_CROSSCC="$ac_prog"
10912 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
10913 break 2
10915 done
10916 done
10917 IFS=$as_save_IFS
10921 CROSSCC=$ac_cv_prog_CROSSCC
10922 if test -n "$CROSSCC"; then
10923 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
10924 printf "%s\n" "$CROSSCC" >&6; }
10925 else
10926 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
10927 printf "%s\n" "no" >&6; }
10931 test -n "$CROSSCC" && break
10932 done
10933 test -n "$CROSSCC" || CROSSCC="false"
10935 *) CROSSCC=$with_mingw ;;
10936 esac
10937 if test "$CROSSCC" != "false"
10938 then
10939 ac_save_CC="$CC"
10940 saved_CFLAGS=$CFLAGS
10941 saved_LDFLAGS=$LDFLAGS
10942 CROSSCFLAGS=${CROSSCFLAGS:-"-g -O2"}
10944 EXTRACROSSCFLAGS="-D__WINE_PE_BUILD -Wall"
10948 CC="$CROSSCC"
10949 CFLAGS=$CROSSCFLAGS
10950 LDFLAGS=$CROSSLDFLAGS
10951 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CROSSCC works" >&5
10952 printf %s "checking whether $CROSSCC works... " >&6; }
10953 if test ${wine_cv_crosscc+y}
10954 then :
10955 printf %s "(cached) " >&6
10956 else $as_nop
10957 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10958 /* end confdefs.h. */
10961 main (void)
10965 return 0;
10967 _ACEOF
10968 if ac_fn_c_try_compile "$LINENO"
10969 then :
10970 wine_cv_crosscc=yes
10971 else $as_nop
10972 wine_cv_crosscc=no
10974 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
10976 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $wine_cv_crosscc" >&5
10977 printf "%s\n" "$wine_cv_crosscc" >&6; }
10978 if test $wine_cv_crosscc = yes
10979 then
10980 set x $CROSSCC
10981 shift
10982 while test $# -ge 1
10984 case "$1" in
10985 *-gcc) CROSSTARGET=`expr "$1" : '\(.*\)-gcc'` ;;
10986 *-clang) CROSSTARGET=`expr "$1" : '\(.*\)-clang'` ;;
10987 esac
10988 shift
10989 done
10991 llvm_target=$CROSSTARGET
10992 llvm_cflags="-fuse-ld=lld"
10993 if test -z "$llvm_target"
10994 then
10995 case $host_cpu in
10996 *i[3456789]86*) llvm_target=i686-windows ;;
10997 *) llvm_target=$host_cpu-windows ;;
10998 esac
11000 case $llvm_target in
11001 *windows) llvm_cflags="$llvm_cflags -Wl,-subsystem:console" ;;
11002 esac
11003 as_ac_var=`printf "%s\n" "ac_cv_crosscflags_-target $llvm_target $llvm_cflags" | $as_tr_sh`
11004 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -target $llvm_target $llvm_cflags" >&5
11005 printf %s "checking whether the cross-compiler supports -target $llvm_target $llvm_cflags... " >&6; }
11006 if eval test \${$as_ac_var+y}
11007 then :
11008 printf %s "(cached) " >&6
11009 else $as_nop
11010 ac_wine_try_cflags_saved=$CFLAGS
11011 ac_wine_try_cflags_saved_cc=$CC
11012 ac_wine_try_cflags_saved_exeext=$ac_exeext
11013 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -target $llvm_target $llvm_cflags"
11014 CC="$CROSSCC"
11015 ac_exeext=".exe"
11016 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11017 /* end confdefs.h. */
11018 int __cdecl mainCRTStartup(void) { return 0; }
11019 _ACEOF
11020 if ac_fn_c_try_link "$LINENO"
11021 then :
11022 eval "$as_ac_var=yes"
11023 else $as_nop
11024 eval "$as_ac_var=no"
11026 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11027 conftest$ac_exeext conftest.$ac_ext
11028 CFLAGS=$ac_wine_try_cflags_saved
11029 CC=$ac_wine_try_cflags_saved_cc
11030 ac_exeext=$ac_wine_try_cflags_saved_exeext
11032 eval ac_res=\$$as_ac_var
11033 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
11034 printf "%s\n" "$ac_res" >&6; }
11035 if eval test \"x\$"$as_ac_var"\" = x"yes"
11036 then :
11037 CROSSTARGET=$llvm_target
11038 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -target $CROSSTARGET"
11039 DELAYLOADFLAG="-Wl,-delayload,"
11041 CFLAGS="$CFLAGS $llvm_cflags"
11044 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -fno-strict-aliasing" >&5
11045 printf %s "checking whether the cross-compiler supports -fno-strict-aliasing... " >&6; }
11046 if test ${ac_cv_crosscflags__fno_strict_aliasing+y}
11047 then :
11048 printf %s "(cached) " >&6
11049 else $as_nop
11050 ac_wine_try_cflags_saved=$CFLAGS
11051 ac_wine_try_cflags_saved_cc=$CC
11052 ac_wine_try_cflags_saved_exeext=$ac_exeext
11053 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -fno-strict-aliasing"
11054 CC="$CROSSCC"
11055 ac_exeext=".exe"
11056 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11057 /* end confdefs.h. */
11058 int __cdecl mainCRTStartup(void) { return 0; }
11059 _ACEOF
11060 if ac_fn_c_try_link "$LINENO"
11061 then :
11062 ac_cv_crosscflags__fno_strict_aliasing=yes
11063 else $as_nop
11064 ac_cv_crosscflags__fno_strict_aliasing=no
11066 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11067 conftest$ac_exeext conftest.$ac_ext
11068 CFLAGS=$ac_wine_try_cflags_saved
11069 CC=$ac_wine_try_cflags_saved_cc
11070 ac_exeext=$ac_wine_try_cflags_saved_exeext
11072 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__fno_strict_aliasing" >&5
11073 printf "%s\n" "$ac_cv_crosscflags__fno_strict_aliasing" >&6; }
11074 if test "x$ac_cv_crosscflags__fno_strict_aliasing" = xyes
11075 then :
11076 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -fno-strict-aliasing"
11078 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Werror=unknown-warning-option" >&5
11079 printf %s "checking whether the cross-compiler supports -Werror=unknown-warning-option... " >&6; }
11080 if test ${ac_cv_crosscflags__Werror_unknown_warning_option+y}
11081 then :
11082 printf %s "(cached) " >&6
11083 else $as_nop
11084 ac_wine_try_cflags_saved=$CFLAGS
11085 ac_wine_try_cflags_saved_cc=$CC
11086 ac_wine_try_cflags_saved_exeext=$ac_exeext
11087 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Werror=unknown-warning-option"
11088 CC="$CROSSCC"
11089 ac_exeext=".exe"
11090 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11091 /* end confdefs.h. */
11092 int __cdecl mainCRTStartup(void) { return 0; }
11093 _ACEOF
11094 if ac_fn_c_try_link "$LINENO"
11095 then :
11096 ac_cv_crosscflags__Werror_unknown_warning_option=yes
11097 else $as_nop
11098 ac_cv_crosscflags__Werror_unknown_warning_option=no
11100 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11101 conftest$ac_exeext conftest.$ac_ext
11102 CFLAGS=$ac_wine_try_cflags_saved
11103 CC=$ac_wine_try_cflags_saved_cc
11104 ac_exeext=$ac_wine_try_cflags_saved_exeext
11106 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Werror_unknown_warning_option" >&5
11107 printf "%s\n" "$ac_cv_crosscflags__Werror_unknown_warning_option" >&6; }
11108 if test "x$ac_cv_crosscflags__Werror_unknown_warning_option" = xyes
11109 then :
11110 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
11112 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Werror=ignored-optimization-argument" >&5
11113 printf %s "checking whether the cross-compiler supports -Werror=ignored-optimization-argument... " >&6; }
11114 if test ${ac_cv_crosscflags__Werror_ignored_optimization_argument+y}
11115 then :
11116 printf %s "(cached) " >&6
11117 else $as_nop
11118 ac_wine_try_cflags_saved=$CFLAGS
11119 ac_wine_try_cflags_saved_cc=$CC
11120 ac_wine_try_cflags_saved_exeext=$ac_exeext
11121 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Werror=ignored-optimization-argument"
11122 CC="$CROSSCC"
11123 ac_exeext=".exe"
11124 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11125 /* end confdefs.h. */
11126 int __cdecl mainCRTStartup(void) { return 0; }
11127 _ACEOF
11128 if ac_fn_c_try_link "$LINENO"
11129 then :
11130 ac_cv_crosscflags__Werror_ignored_optimization_argument=yes
11131 else $as_nop
11132 ac_cv_crosscflags__Werror_ignored_optimization_argument=no
11134 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11135 conftest$ac_exeext conftest.$ac_ext
11136 CFLAGS=$ac_wine_try_cflags_saved
11137 CC=$ac_wine_try_cflags_saved_cc
11138 ac_exeext=$ac_wine_try_cflags_saved_exeext
11140 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Werror_ignored_optimization_argument" >&5
11141 printf "%s\n" "$ac_cv_crosscflags__Werror_ignored_optimization_argument" >&6; }
11142 if test "x$ac_cv_crosscflags__Werror_ignored_optimization_argument" = xyes
11143 then :
11144 CFLAGS="$CFLAGS -Werror=ignored-optimization-argument"
11146 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wdeclaration-after-statement" >&5
11147 printf %s "checking whether the cross-compiler supports -Wdeclaration-after-statement... " >&6; }
11148 if test ${ac_cv_crosscflags__Wdeclaration_after_statement+y}
11149 then :
11150 printf %s "(cached) " >&6
11151 else $as_nop
11152 ac_wine_try_cflags_saved=$CFLAGS
11153 ac_wine_try_cflags_saved_cc=$CC
11154 ac_wine_try_cflags_saved_exeext=$ac_exeext
11155 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wdeclaration-after-statement"
11156 CC="$CROSSCC"
11157 ac_exeext=".exe"
11158 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11159 /* end confdefs.h. */
11160 int __cdecl mainCRTStartup(void) { return 0; }
11161 _ACEOF
11162 if ac_fn_c_try_link "$LINENO"
11163 then :
11164 ac_cv_crosscflags__Wdeclaration_after_statement=yes
11165 else $as_nop
11166 ac_cv_crosscflags__Wdeclaration_after_statement=no
11168 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11169 conftest$ac_exeext conftest.$ac_ext
11170 CFLAGS=$ac_wine_try_cflags_saved
11171 CC=$ac_wine_try_cflags_saved_cc
11172 ac_exeext=$ac_wine_try_cflags_saved_exeext
11174 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wdeclaration_after_statement" >&5
11175 printf "%s\n" "$ac_cv_crosscflags__Wdeclaration_after_statement" >&6; }
11176 if test "x$ac_cv_crosscflags__Wdeclaration_after_statement" = xyes
11177 then :
11178 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wdeclaration-after-statement"
11180 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wempty-body" >&5
11181 printf %s "checking whether the cross-compiler supports -Wempty-body... " >&6; }
11182 if test ${ac_cv_crosscflags__Wempty_body+y}
11183 then :
11184 printf %s "(cached) " >&6
11185 else $as_nop
11186 ac_wine_try_cflags_saved=$CFLAGS
11187 ac_wine_try_cflags_saved_cc=$CC
11188 ac_wine_try_cflags_saved_exeext=$ac_exeext
11189 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wempty-body"
11190 CC="$CROSSCC"
11191 ac_exeext=".exe"
11192 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11193 /* end confdefs.h. */
11194 int __cdecl mainCRTStartup(void) { return 0; }
11195 _ACEOF
11196 if ac_fn_c_try_link "$LINENO"
11197 then :
11198 ac_cv_crosscflags__Wempty_body=yes
11199 else $as_nop
11200 ac_cv_crosscflags__Wempty_body=no
11202 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11203 conftest$ac_exeext conftest.$ac_ext
11204 CFLAGS=$ac_wine_try_cflags_saved
11205 CC=$ac_wine_try_cflags_saved_cc
11206 ac_exeext=$ac_wine_try_cflags_saved_exeext
11208 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wempty_body" >&5
11209 printf "%s\n" "$ac_cv_crosscflags__Wempty_body" >&6; }
11210 if test "x$ac_cv_crosscflags__Wempty_body" = xyes
11211 then :
11212 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wempty-body"
11214 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wignored-qualifiers" >&5
11215 printf %s "checking whether the cross-compiler supports -Wignored-qualifiers... " >&6; }
11216 if test ${ac_cv_crosscflags__Wignored_qualifiers+y}
11217 then :
11218 printf %s "(cached) " >&6
11219 else $as_nop
11220 ac_wine_try_cflags_saved=$CFLAGS
11221 ac_wine_try_cflags_saved_cc=$CC
11222 ac_wine_try_cflags_saved_exeext=$ac_exeext
11223 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wignored-qualifiers"
11224 CC="$CROSSCC"
11225 ac_exeext=".exe"
11226 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11227 /* end confdefs.h. */
11228 int __cdecl mainCRTStartup(void) { return 0; }
11229 _ACEOF
11230 if ac_fn_c_try_link "$LINENO"
11231 then :
11232 ac_cv_crosscflags__Wignored_qualifiers=yes
11233 else $as_nop
11234 ac_cv_crosscflags__Wignored_qualifiers=no
11236 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11237 conftest$ac_exeext conftest.$ac_ext
11238 CFLAGS=$ac_wine_try_cflags_saved
11239 CC=$ac_wine_try_cflags_saved_cc
11240 ac_exeext=$ac_wine_try_cflags_saved_exeext
11242 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wignored_qualifiers" >&5
11243 printf "%s\n" "$ac_cv_crosscflags__Wignored_qualifiers" >&6; }
11244 if test "x$ac_cv_crosscflags__Wignored_qualifiers" = xyes
11245 then :
11246 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wignored-qualifiers"
11248 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Winit-self" >&5
11249 printf %s "checking whether the cross-compiler supports -Winit-self... " >&6; }
11250 if test ${ac_cv_crosscflags__Winit_self+y}
11251 then :
11252 printf %s "(cached) " >&6
11253 else $as_nop
11254 ac_wine_try_cflags_saved=$CFLAGS
11255 ac_wine_try_cflags_saved_cc=$CC
11256 ac_wine_try_cflags_saved_exeext=$ac_exeext
11257 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Winit-self"
11258 CC="$CROSSCC"
11259 ac_exeext=".exe"
11260 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11261 /* end confdefs.h. */
11262 int __cdecl mainCRTStartup(void) { return 0; }
11263 _ACEOF
11264 if ac_fn_c_try_link "$LINENO"
11265 then :
11266 ac_cv_crosscflags__Winit_self=yes
11267 else $as_nop
11268 ac_cv_crosscflags__Winit_self=no
11270 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11271 conftest$ac_exeext conftest.$ac_ext
11272 CFLAGS=$ac_wine_try_cflags_saved
11273 CC=$ac_wine_try_cflags_saved_cc
11274 ac_exeext=$ac_wine_try_cflags_saved_exeext
11276 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Winit_self" >&5
11277 printf "%s\n" "$ac_cv_crosscflags__Winit_self" >&6; }
11278 if test "x$ac_cv_crosscflags__Winit_self" = xyes
11279 then :
11280 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Winit-self"
11282 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wpacked-not-aligned" >&5
11283 printf %s "checking whether the cross-compiler supports -Wpacked-not-aligned... " >&6; }
11284 if test ${ac_cv_crosscflags__Wpacked_not_aligned+y}
11285 then :
11286 printf %s "(cached) " >&6
11287 else $as_nop
11288 ac_wine_try_cflags_saved=$CFLAGS
11289 ac_wine_try_cflags_saved_cc=$CC
11290 ac_wine_try_cflags_saved_exeext=$ac_exeext
11291 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wpacked-not-aligned"
11292 CC="$CROSSCC"
11293 ac_exeext=".exe"
11294 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11295 /* end confdefs.h. */
11296 int __cdecl mainCRTStartup(void) { return 0; }
11297 _ACEOF
11298 if ac_fn_c_try_link "$LINENO"
11299 then :
11300 ac_cv_crosscflags__Wpacked_not_aligned=yes
11301 else $as_nop
11302 ac_cv_crosscflags__Wpacked_not_aligned=no
11304 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11305 conftest$ac_exeext conftest.$ac_ext
11306 CFLAGS=$ac_wine_try_cflags_saved
11307 CC=$ac_wine_try_cflags_saved_cc
11308 ac_exeext=$ac_wine_try_cflags_saved_exeext
11310 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wpacked_not_aligned" >&5
11311 printf "%s\n" "$ac_cv_crosscflags__Wpacked_not_aligned" >&6; }
11312 if test "x$ac_cv_crosscflags__Wpacked_not_aligned" = xyes
11313 then :
11314 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wno-packed-not-aligned"
11316 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wpragma-pack" >&5
11317 printf %s "checking whether the cross-compiler supports -Wpragma-pack... " >&6; }
11318 if test ${ac_cv_crosscflags__Wpragma_pack+y}
11319 then :
11320 printf %s "(cached) " >&6
11321 else $as_nop
11322 ac_wine_try_cflags_saved=$CFLAGS
11323 ac_wine_try_cflags_saved_cc=$CC
11324 ac_wine_try_cflags_saved_exeext=$ac_exeext
11325 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wpragma-pack"
11326 CC="$CROSSCC"
11327 ac_exeext=".exe"
11328 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11329 /* end confdefs.h. */
11330 int __cdecl mainCRTStartup(void) { return 0; }
11331 _ACEOF
11332 if ac_fn_c_try_link "$LINENO"
11333 then :
11334 ac_cv_crosscflags__Wpragma_pack=yes
11335 else $as_nop
11336 ac_cv_crosscflags__Wpragma_pack=no
11338 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11339 conftest$ac_exeext conftest.$ac_ext
11340 CFLAGS=$ac_wine_try_cflags_saved
11341 CC=$ac_wine_try_cflags_saved_cc
11342 ac_exeext=$ac_wine_try_cflags_saved_exeext
11344 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wpragma_pack" >&5
11345 printf "%s\n" "$ac_cv_crosscflags__Wpragma_pack" >&6; }
11346 if test "x$ac_cv_crosscflags__Wpragma_pack" = xyes
11347 then :
11348 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wno-pragma-pack"
11350 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wshift-overflow=2" >&5
11351 printf %s "checking whether the cross-compiler supports -Wshift-overflow=2... " >&6; }
11352 if test ${ac_cv_crosscflags__Wshift_overflow_2+y}
11353 then :
11354 printf %s "(cached) " >&6
11355 else $as_nop
11356 ac_wine_try_cflags_saved=$CFLAGS
11357 ac_wine_try_cflags_saved_cc=$CC
11358 ac_wine_try_cflags_saved_exeext=$ac_exeext
11359 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wshift-overflow=2"
11360 CC="$CROSSCC"
11361 ac_exeext=".exe"
11362 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11363 /* end confdefs.h. */
11364 int __cdecl mainCRTStartup(void) { return 0; }
11365 _ACEOF
11366 if ac_fn_c_try_link "$LINENO"
11367 then :
11368 ac_cv_crosscflags__Wshift_overflow_2=yes
11369 else $as_nop
11370 ac_cv_crosscflags__Wshift_overflow_2=no
11372 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11373 conftest$ac_exeext conftest.$ac_ext
11374 CFLAGS=$ac_wine_try_cflags_saved
11375 CC=$ac_wine_try_cflags_saved_cc
11376 ac_exeext=$ac_wine_try_cflags_saved_exeext
11378 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wshift_overflow_2" >&5
11379 printf "%s\n" "$ac_cv_crosscflags__Wshift_overflow_2" >&6; }
11380 if test "x$ac_cv_crosscflags__Wshift_overflow_2" = xyes
11381 then :
11382 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wshift-overflow=2"
11384 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wstrict-prototypes" >&5
11385 printf %s "checking whether the cross-compiler supports -Wstrict-prototypes... " >&6; }
11386 if test ${ac_cv_crosscflags__Wstrict_prototypes+y}
11387 then :
11388 printf %s "(cached) " >&6
11389 else $as_nop
11390 ac_wine_try_cflags_saved=$CFLAGS
11391 ac_wine_try_cflags_saved_cc=$CC
11392 ac_wine_try_cflags_saved_exeext=$ac_exeext
11393 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wstrict-prototypes"
11394 CC="$CROSSCC"
11395 ac_exeext=".exe"
11396 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11397 /* end confdefs.h. */
11398 int __cdecl mainCRTStartup(void) { return 0; }
11399 _ACEOF
11400 if ac_fn_c_try_link "$LINENO"
11401 then :
11402 ac_cv_crosscflags__Wstrict_prototypes=yes
11403 else $as_nop
11404 ac_cv_crosscflags__Wstrict_prototypes=no
11406 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11407 conftest$ac_exeext conftest.$ac_ext
11408 CFLAGS=$ac_wine_try_cflags_saved
11409 CC=$ac_wine_try_cflags_saved_cc
11410 ac_exeext=$ac_wine_try_cflags_saved_exeext
11412 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wstrict_prototypes" >&5
11413 printf "%s\n" "$ac_cv_crosscflags__Wstrict_prototypes" >&6; }
11414 if test "x$ac_cv_crosscflags__Wstrict_prototypes" = xyes
11415 then :
11416 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wstrict-prototypes"
11418 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wtype-limits" >&5
11419 printf %s "checking whether the cross-compiler supports -Wtype-limits... " >&6; }
11420 if test ${ac_cv_crosscflags__Wtype_limits+y}
11421 then :
11422 printf %s "(cached) " >&6
11423 else $as_nop
11424 ac_wine_try_cflags_saved=$CFLAGS
11425 ac_wine_try_cflags_saved_cc=$CC
11426 ac_wine_try_cflags_saved_exeext=$ac_exeext
11427 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wtype-limits"
11428 CC="$CROSSCC"
11429 ac_exeext=".exe"
11430 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11431 /* end confdefs.h. */
11432 int __cdecl mainCRTStartup(void) { return 0; }
11433 _ACEOF
11434 if ac_fn_c_try_link "$LINENO"
11435 then :
11436 ac_cv_crosscflags__Wtype_limits=yes
11437 else $as_nop
11438 ac_cv_crosscflags__Wtype_limits=no
11440 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11441 conftest$ac_exeext conftest.$ac_ext
11442 CFLAGS=$ac_wine_try_cflags_saved
11443 CC=$ac_wine_try_cflags_saved_cc
11444 ac_exeext=$ac_wine_try_cflags_saved_exeext
11446 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wtype_limits" >&5
11447 printf "%s\n" "$ac_cv_crosscflags__Wtype_limits" >&6; }
11448 if test "x$ac_cv_crosscflags__Wtype_limits" = xyes
11449 then :
11450 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wtype-limits"
11452 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wunused-but-set-parameter" >&5
11453 printf %s "checking whether the cross-compiler supports -Wunused-but-set-parameter... " >&6; }
11454 if test ${ac_cv_crosscflags__Wunused_but_set_parameter+y}
11455 then :
11456 printf %s "(cached) " >&6
11457 else $as_nop
11458 ac_wine_try_cflags_saved=$CFLAGS
11459 ac_wine_try_cflags_saved_cc=$CC
11460 ac_wine_try_cflags_saved_exeext=$ac_exeext
11461 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wunused-but-set-parameter"
11462 CC="$CROSSCC"
11463 ac_exeext=".exe"
11464 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11465 /* end confdefs.h. */
11466 int __cdecl mainCRTStartup(void) { return 0; }
11467 _ACEOF
11468 if ac_fn_c_try_link "$LINENO"
11469 then :
11470 ac_cv_crosscflags__Wunused_but_set_parameter=yes
11471 else $as_nop
11472 ac_cv_crosscflags__Wunused_but_set_parameter=no
11474 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11475 conftest$ac_exeext conftest.$ac_ext
11476 CFLAGS=$ac_wine_try_cflags_saved
11477 CC=$ac_wine_try_cflags_saved_cc
11478 ac_exeext=$ac_wine_try_cflags_saved_exeext
11480 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wunused_but_set_parameter" >&5
11481 printf "%s\n" "$ac_cv_crosscflags__Wunused_but_set_parameter" >&6; }
11482 if test "x$ac_cv_crosscflags__Wunused_but_set_parameter" = xyes
11483 then :
11484 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wunused-but-set-parameter"
11486 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wvla" >&5
11487 printf %s "checking whether the cross-compiler supports -Wvla... " >&6; }
11488 if test ${ac_cv_crosscflags__Wvla+y}
11489 then :
11490 printf %s "(cached) " >&6
11491 else $as_nop
11492 ac_wine_try_cflags_saved=$CFLAGS
11493 ac_wine_try_cflags_saved_cc=$CC
11494 ac_wine_try_cflags_saved_exeext=$ac_exeext
11495 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wvla"
11496 CC="$CROSSCC"
11497 ac_exeext=".exe"
11498 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11499 /* end confdefs.h. */
11500 int __cdecl mainCRTStartup(void) { return 0; }
11501 _ACEOF
11502 if ac_fn_c_try_link "$LINENO"
11503 then :
11504 ac_cv_crosscflags__Wvla=yes
11505 else $as_nop
11506 ac_cv_crosscflags__Wvla=no
11508 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11509 conftest$ac_exeext conftest.$ac_ext
11510 CFLAGS=$ac_wine_try_cflags_saved
11511 CC=$ac_wine_try_cflags_saved_cc
11512 ac_exeext=$ac_wine_try_cflags_saved_exeext
11514 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wvla" >&5
11515 printf "%s\n" "$ac_cv_crosscflags__Wvla" >&6; }
11516 if test "x$ac_cv_crosscflags__Wvla" = xyes
11517 then :
11518 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wvla"
11520 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wwrite-strings" >&5
11521 printf %s "checking whether the cross-compiler supports -Wwrite-strings... " >&6; }
11522 if test ${ac_cv_crosscflags__Wwrite_strings+y}
11523 then :
11524 printf %s "(cached) " >&6
11525 else $as_nop
11526 ac_wine_try_cflags_saved=$CFLAGS
11527 ac_wine_try_cflags_saved_cc=$CC
11528 ac_wine_try_cflags_saved_exeext=$ac_exeext
11529 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wwrite-strings"
11530 CC="$CROSSCC"
11531 ac_exeext=".exe"
11532 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11533 /* end confdefs.h. */
11534 int __cdecl mainCRTStartup(void) { return 0; }
11535 _ACEOF
11536 if ac_fn_c_try_link "$LINENO"
11537 then :
11538 ac_cv_crosscflags__Wwrite_strings=yes
11539 else $as_nop
11540 ac_cv_crosscflags__Wwrite_strings=no
11542 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11543 conftest$ac_exeext conftest.$ac_ext
11544 CFLAGS=$ac_wine_try_cflags_saved
11545 CC=$ac_wine_try_cflags_saved_cc
11546 ac_exeext=$ac_wine_try_cflags_saved_exeext
11548 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wwrite_strings" >&5
11549 printf "%s\n" "$ac_cv_crosscflags__Wwrite_strings" >&6; }
11550 if test "x$ac_cv_crosscflags__Wwrite_strings" = xyes
11551 then :
11552 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wwrite-strings"
11554 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wpointer-arith" >&5
11555 printf %s "checking whether the cross-compiler supports -Wpointer-arith... " >&6; }
11556 if test ${ac_cv_crosscflags__Wpointer_arith+y}
11557 then :
11558 printf %s "(cached) " >&6
11559 else $as_nop
11560 ac_wine_try_cflags_saved=$CFLAGS
11561 ac_wine_try_cflags_saved_cc=$CC
11562 ac_wine_try_cflags_saved_exeext=$ac_exeext
11563 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wpointer-arith"
11564 CC="$CROSSCC"
11565 ac_exeext=".exe"
11566 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11567 /* end confdefs.h. */
11568 int __cdecl mainCRTStartup(void) { return 0; }
11569 _ACEOF
11570 if ac_fn_c_try_link "$LINENO"
11571 then :
11572 ac_cv_crosscflags__Wpointer_arith=yes
11573 else $as_nop
11574 ac_cv_crosscflags__Wpointer_arith=no
11576 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11577 conftest$ac_exeext conftest.$ac_ext
11578 CFLAGS=$ac_wine_try_cflags_saved
11579 CC=$ac_wine_try_cflags_saved_cc
11580 ac_exeext=$ac_wine_try_cflags_saved_exeext
11582 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wpointer_arith" >&5
11583 printf "%s\n" "$ac_cv_crosscflags__Wpointer_arith" >&6; }
11584 if test "x$ac_cv_crosscflags__Wpointer_arith" = xyes
11585 then :
11586 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wpointer-arith"
11588 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wlogical-op" >&5
11589 printf %s "checking whether the cross-compiler supports -Wlogical-op... " >&6; }
11590 if test ${ac_cv_crosscflags__Wlogical_op+y}
11591 then :
11592 printf %s "(cached) " >&6
11593 else $as_nop
11594 ac_wine_try_cflags_saved=$CFLAGS
11595 ac_wine_try_cflags_saved_cc=$CC
11596 ac_wine_try_cflags_saved_exeext=$ac_exeext
11597 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wlogical-op"
11598 CC="$CROSSCC"
11599 ac_exeext=".exe"
11600 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11601 /* end confdefs.h. */
11602 int __cdecl mainCRTStartup(void) { return 0; }
11603 _ACEOF
11604 if ac_fn_c_try_link "$LINENO"
11605 then :
11606 ac_cv_crosscflags__Wlogical_op=yes
11607 else $as_nop
11608 ac_cv_crosscflags__Wlogical_op=no
11610 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11611 conftest$ac_exeext conftest.$ac_ext
11612 CFLAGS=$ac_wine_try_cflags_saved
11613 CC=$ac_wine_try_cflags_saved_cc
11614 ac_exeext=$ac_wine_try_cflags_saved_exeext
11616 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wlogical_op" >&5
11617 printf "%s\n" "$ac_cv_crosscflags__Wlogical_op" >&6; }
11618 if test "x$ac_cv_crosscflags__Wlogical_op" = xyes
11619 then :
11620 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wlogical-op"
11622 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wabsolute-value" >&5
11623 printf %s "checking whether the cross-compiler supports -Wabsolute-value... " >&6; }
11624 if test ${ac_cv_crosscflags__Wabsolute_value+y}
11625 then :
11626 printf %s "(cached) " >&6
11627 else $as_nop
11628 ac_wine_try_cflags_saved=$CFLAGS
11629 ac_wine_try_cflags_saved_cc=$CC
11630 ac_wine_try_cflags_saved_exeext=$ac_exeext
11631 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wabsolute-value"
11632 CC="$CROSSCC"
11633 ac_exeext=".exe"
11634 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11635 /* end confdefs.h. */
11636 int __cdecl mainCRTStartup(void) { return 0; }
11637 _ACEOF
11638 if ac_fn_c_try_link "$LINENO"
11639 then :
11640 ac_cv_crosscflags__Wabsolute_value=yes
11641 else $as_nop
11642 ac_cv_crosscflags__Wabsolute_value=no
11644 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11645 conftest$ac_exeext conftest.$ac_ext
11646 CFLAGS=$ac_wine_try_cflags_saved
11647 CC=$ac_wine_try_cflags_saved_cc
11648 ac_exeext=$ac_wine_try_cflags_saved_exeext
11650 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wabsolute_value" >&5
11651 printf "%s\n" "$ac_cv_crosscflags__Wabsolute_value" >&6; }
11652 if test "x$ac_cv_crosscflags__Wabsolute_value" = xyes
11653 then :
11654 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wabsolute-value"
11657 case $host_cpu in
11658 *i[3456789]86*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -fno-omit-frame-pointer" >&5
11659 printf %s "checking whether the cross-compiler supports -fno-omit-frame-pointer... " >&6; }
11660 if test ${ac_cv_crosscflags__fno_omit_frame_pointer+y}
11661 then :
11662 printf %s "(cached) " >&6
11663 else $as_nop
11664 ac_wine_try_cflags_saved=$CFLAGS
11665 ac_wine_try_cflags_saved_cc=$CC
11666 ac_wine_try_cflags_saved_exeext=$ac_exeext
11667 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -fno-omit-frame-pointer"
11668 CC="$CROSSCC"
11669 ac_exeext=".exe"
11670 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11671 /* end confdefs.h. */
11672 int __cdecl mainCRTStartup(void) { return 0; }
11673 _ACEOF
11674 if ac_fn_c_try_link "$LINENO"
11675 then :
11676 ac_cv_crosscflags__fno_omit_frame_pointer=yes
11677 else $as_nop
11678 ac_cv_crosscflags__fno_omit_frame_pointer=no
11680 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11681 conftest$ac_exeext conftest.$ac_ext
11682 CFLAGS=$ac_wine_try_cflags_saved
11683 CC=$ac_wine_try_cflags_saved_cc
11684 ac_exeext=$ac_wine_try_cflags_saved_exeext
11686 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__fno_omit_frame_pointer" >&5
11687 printf "%s\n" "$ac_cv_crosscflags__fno_omit_frame_pointer" >&6; }
11688 if test "x$ac_cv_crosscflags__fno_omit_frame_pointer" = xyes
11689 then :
11690 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -fno-omit-frame-pointer"
11691 fi ;;
11692 x86_64) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wno-format" >&5
11693 printf %s "checking whether the cross-compiler supports -Wno-format... " >&6; }
11694 if test ${ac_cv_crosscflags__Wno_format+y}
11695 then :
11696 printf %s "(cached) " >&6
11697 else $as_nop
11698 ac_wine_try_cflags_saved=$CFLAGS
11699 ac_wine_try_cflags_saved_cc=$CC
11700 ac_wine_try_cflags_saved_exeext=$ac_exeext
11701 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wno-format"
11702 CC="$CROSSCC"
11703 ac_exeext=".exe"
11704 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11705 /* end confdefs.h. */
11706 int __cdecl mainCRTStartup(void) { return 0; }
11707 _ACEOF
11708 if ac_fn_c_try_link "$LINENO"
11709 then :
11710 ac_cv_crosscflags__Wno_format=yes
11711 else $as_nop
11712 ac_cv_crosscflags__Wno_format=no
11714 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11715 conftest$ac_exeext conftest.$ac_ext
11716 CFLAGS=$ac_wine_try_cflags_saved
11717 CC=$ac_wine_try_cflags_saved_cc
11718 ac_exeext=$ac_wine_try_cflags_saved_exeext
11720 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wno_format" >&5
11721 printf "%s\n" "$ac_cv_crosscflags__Wno_format" >&6; }
11722 if test "x$ac_cv_crosscflags__Wno_format" = xyes
11723 then :
11724 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wno-format"
11726 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wformat-overflow" >&5
11727 printf %s "checking whether the cross-compiler supports -Wformat-overflow... " >&6; }
11728 if test ${ac_cv_crosscflags__Wformat_overflow+y}
11729 then :
11730 printf %s "(cached) " >&6
11731 else $as_nop
11732 ac_wine_try_cflags_saved=$CFLAGS
11733 ac_wine_try_cflags_saved_cc=$CC
11734 ac_wine_try_cflags_saved_exeext=$ac_exeext
11735 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wformat-overflow"
11736 CC="$CROSSCC"
11737 ac_exeext=".exe"
11738 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11739 /* end confdefs.h. */
11740 int __cdecl mainCRTStartup(void) { return 0; }
11741 _ACEOF
11742 if ac_fn_c_try_link "$LINENO"
11743 then :
11744 ac_cv_crosscflags__Wformat_overflow=yes
11745 else $as_nop
11746 ac_cv_crosscflags__Wformat_overflow=no
11748 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11749 conftest$ac_exeext conftest.$ac_ext
11750 CFLAGS=$ac_wine_try_cflags_saved
11751 CC=$ac_wine_try_cflags_saved_cc
11752 ac_exeext=$ac_wine_try_cflags_saved_exeext
11754 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wformat_overflow" >&5
11755 printf "%s\n" "$ac_cv_crosscflags__Wformat_overflow" >&6; }
11756 if test "x$ac_cv_crosscflags__Wformat_overflow" = xyes
11757 then :
11758 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wformat-overflow"
11760 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wnonnull" >&5
11761 printf %s "checking whether the cross-compiler supports -Wnonnull... " >&6; }
11762 if test ${ac_cv_crosscflags__Wnonnull+y}
11763 then :
11764 printf %s "(cached) " >&6
11765 else $as_nop
11766 ac_wine_try_cflags_saved=$CFLAGS
11767 ac_wine_try_cflags_saved_cc=$CC
11768 ac_wine_try_cflags_saved_exeext=$ac_exeext
11769 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wnonnull"
11770 CC="$CROSSCC"
11771 ac_exeext=".exe"
11772 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11773 /* end confdefs.h. */
11774 int __cdecl mainCRTStartup(void) { return 0; }
11775 _ACEOF
11776 if ac_fn_c_try_link "$LINENO"
11777 then :
11778 ac_cv_crosscflags__Wnonnull=yes
11779 else $as_nop
11780 ac_cv_crosscflags__Wnonnull=no
11782 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11783 conftest$ac_exeext conftest.$ac_ext
11784 CFLAGS=$ac_wine_try_cflags_saved
11785 CC=$ac_wine_try_cflags_saved_cc
11786 ac_exeext=$ac_wine_try_cflags_saved_exeext
11788 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wnonnull" >&5
11789 printf "%s\n" "$ac_cv_crosscflags__Wnonnull" >&6; }
11790 if test "x$ac_cv_crosscflags__Wnonnull" = xyes
11791 then :
11792 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wnonnull"
11794 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -mcx16" >&5
11795 printf %s "checking whether the cross-compiler supports -mcx16... " >&6; }
11796 if test ${ac_cv_crosscflags__mcx16+y}
11797 then :
11798 printf %s "(cached) " >&6
11799 else $as_nop
11800 ac_wine_try_cflags_saved=$CFLAGS
11801 ac_wine_try_cflags_saved_cc=$CC
11802 ac_wine_try_cflags_saved_exeext=$ac_exeext
11803 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -mcx16"
11804 CC="$CROSSCC"
11805 ac_exeext=".exe"
11806 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11807 /* end confdefs.h. */
11808 int __cdecl mainCRTStartup(void) { return 0; }
11809 _ACEOF
11810 if ac_fn_c_try_link "$LINENO"
11811 then :
11812 ac_cv_crosscflags__mcx16=yes
11813 else $as_nop
11814 ac_cv_crosscflags__mcx16=no
11816 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11817 conftest$ac_exeext conftest.$ac_ext
11818 CFLAGS=$ac_wine_try_cflags_saved
11819 CC=$ac_wine_try_cflags_saved_cc
11820 ac_exeext=$ac_wine_try_cflags_saved_exeext
11822 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__mcx16" >&5
11823 printf "%s\n" "$ac_cv_crosscflags__mcx16" >&6; }
11824 if test "x$ac_cv_crosscflags__mcx16" = xyes
11825 then :
11826 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -mcx16"
11827 fi ;;
11828 aarch64) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wno-format" >&5
11829 printf %s "checking whether the cross-compiler supports -Wno-format... " >&6; }
11830 if test ${ac_cv_crosscflags__Wno_format+y}
11831 then :
11832 printf %s "(cached) " >&6
11833 else $as_nop
11834 ac_wine_try_cflags_saved=$CFLAGS
11835 ac_wine_try_cflags_saved_cc=$CC
11836 ac_wine_try_cflags_saved_exeext=$ac_exeext
11837 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wno-format"
11838 CC="$CROSSCC"
11839 ac_exeext=".exe"
11840 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11841 /* end confdefs.h. */
11842 int __cdecl mainCRTStartup(void) { return 0; }
11843 _ACEOF
11844 if ac_fn_c_try_link "$LINENO"
11845 then :
11846 ac_cv_crosscflags__Wno_format=yes
11847 else $as_nop
11848 ac_cv_crosscflags__Wno_format=no
11850 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11851 conftest$ac_exeext conftest.$ac_ext
11852 CFLAGS=$ac_wine_try_cflags_saved
11853 CC=$ac_wine_try_cflags_saved_cc
11854 ac_exeext=$ac_wine_try_cflags_saved_exeext
11856 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wno_format" >&5
11857 printf "%s\n" "$ac_cv_crosscflags__Wno_format" >&6; }
11858 if test "x$ac_cv_crosscflags__Wno_format" = xyes
11859 then :
11860 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wno-format"
11861 fi ;;
11862 esac
11865 if test -z "$CROSSDEBUG"
11866 then
11867 for ac_flag in $CROSSCFLAGS; do
11868 case $ac_flag in
11869 -gdwarf*) CROSSDEBUG=dwarf ;;
11870 -gcodeview) CROSSDEBUG=pdb ;;
11871 -g) CROSSDEBUG=${CROSSDEBUG:-dwarf} ;;
11872 esac
11873 done
11876 ac_debug_format_seen=""
11877 for ac_flag in $CROSSCFLAGS; do
11878 case $ac_flag in
11879 -gdwarf*|-gcodeview) ac_debug_format_seen=$ac_flag ;;
11880 esac
11881 done
11882 if test "x$ac_debug_format_seen" = x
11883 then
11884 case $CROSSDEBUG in
11885 *dwarf) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -gdwarf-4" >&5
11886 printf %s "checking whether the cross-compiler supports -gdwarf-4... " >&6; }
11887 if test ${ac_cv_crosscflags__gdwarf_4+y}
11888 then :
11889 printf %s "(cached) " >&6
11890 else $as_nop
11891 ac_wine_try_cflags_saved=$CFLAGS
11892 ac_wine_try_cflags_saved_cc=$CC
11893 ac_wine_try_cflags_saved_exeext=$ac_exeext
11894 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -gdwarf-4"
11895 CC="$CROSSCC"
11896 ac_exeext=".exe"
11897 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11898 /* end confdefs.h. */
11899 int __cdecl mainCRTStartup(void) { return 0; }
11900 _ACEOF
11901 if ac_fn_c_try_link "$LINENO"
11902 then :
11903 ac_cv_crosscflags__gdwarf_4=yes
11904 else $as_nop
11905 ac_cv_crosscflags__gdwarf_4=no
11907 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11908 conftest$ac_exeext conftest.$ac_ext
11909 CFLAGS=$ac_wine_try_cflags_saved
11910 CC=$ac_wine_try_cflags_saved_cc
11911 ac_exeext=$ac_wine_try_cflags_saved_exeext
11913 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__gdwarf_4" >&5
11914 printf "%s\n" "$ac_cv_crosscflags__gdwarf_4" >&6; }
11915 if test "x$ac_cv_crosscflags__gdwarf_4" = xyes
11916 then :
11917 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -gdwarf-4"
11918 fi ;;
11919 pdb) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -gcodeview" >&5
11920 printf %s "checking whether the cross-compiler supports -gcodeview... " >&6; }
11921 if test ${ac_cv_crosscflags__gcodeview+y}
11922 then :
11923 printf %s "(cached) " >&6
11924 else $as_nop
11925 ac_wine_try_cflags_saved=$CFLAGS
11926 ac_wine_try_cflags_saved_cc=$CC
11927 ac_wine_try_cflags_saved_exeext=$ac_exeext
11928 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -gcodeview"
11929 CC="$CROSSCC"
11930 ac_exeext=".exe"
11931 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11932 /* end confdefs.h. */
11933 int __cdecl mainCRTStartup(void) { return 0; }
11934 _ACEOF
11935 if ac_fn_c_try_link "$LINENO"
11936 then :
11937 ac_cv_crosscflags__gcodeview=yes
11938 else $as_nop
11939 ac_cv_crosscflags__gcodeview=no
11941 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11942 conftest$ac_exeext conftest.$ac_ext
11943 CFLAGS=$ac_wine_try_cflags_saved
11944 CC=$ac_wine_try_cflags_saved_cc
11945 ac_exeext=$ac_wine_try_cflags_saved_exeext
11947 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__gcodeview" >&5
11948 printf "%s\n" "$ac_cv_crosscflags__gcodeview" >&6; }
11949 if test "x$ac_cv_crosscflags__gcodeview" = xyes
11950 then :
11951 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -gcodeview"
11952 fi ;;
11953 esac
11956 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -fexcess-precision=standard" >&5
11957 printf %s "checking whether the cross-compiler supports -fexcess-precision=standard... " >&6; }
11958 if test ${ac_cv_crosscflags__fexcess_precision_standard+y}
11959 then :
11960 printf %s "(cached) " >&6
11961 else $as_nop
11962 ac_wine_try_cflags_saved=$CFLAGS
11963 ac_wine_try_cflags_saved_cc=$CC
11964 ac_wine_try_cflags_saved_exeext=$ac_exeext
11965 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -fexcess-precision=standard"
11966 CC="$CROSSCC"
11967 ac_exeext=".exe"
11968 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11969 /* end confdefs.h. */
11970 int __cdecl mainCRTStartup(void) { return 0; }
11971 _ACEOF
11972 if ac_fn_c_try_link "$LINENO"
11973 then :
11974 ac_cv_crosscflags__fexcess_precision_standard=yes
11975 else $as_nop
11976 ac_cv_crosscflags__fexcess_precision_standard=no
11978 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11979 conftest$ac_exeext conftest.$ac_ext
11980 CFLAGS=$ac_wine_try_cflags_saved
11981 CC=$ac_wine_try_cflags_saved_cc
11982 ac_exeext=$ac_wine_try_cflags_saved_exeext
11984 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__fexcess_precision_standard" >&5
11985 printf "%s\n" "$ac_cv_crosscflags__fexcess_precision_standard" >&6; }
11986 if test "x$ac_cv_crosscflags__fexcess_precision_standard" = xyes
11987 then :
11988 EXCESS_PRECISION_CFLAGS="-fexcess-precision=standard"
11992 if test "x$enable_werror" = "xyes"
11993 then
11994 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Werror" >&5
11995 printf %s "checking whether the cross-compiler supports -Werror... " >&6; }
11996 if test ${ac_cv_crosscflags__Werror+y}
11997 then :
11998 printf %s "(cached) " >&6
11999 else $as_nop
12000 ac_wine_try_cflags_saved=$CFLAGS
12001 ac_wine_try_cflags_saved_cc=$CC
12002 ac_wine_try_cflags_saved_exeext=$ac_exeext
12003 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Werror"
12004 CC="$CROSSCC"
12005 ac_exeext=".exe"
12006 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12007 /* end confdefs.h. */
12008 int __cdecl mainCRTStartup(void) { return 0; }
12009 _ACEOF
12010 if ac_fn_c_try_link "$LINENO"
12011 then :
12012 ac_cv_crosscflags__Werror=yes
12013 else $as_nop
12014 ac_cv_crosscflags__Werror=no
12016 rm -f core conftest.err conftest.$ac_objext conftest.beam \
12017 conftest$ac_exeext conftest.$ac_ext
12018 CFLAGS=$ac_wine_try_cflags_saved
12019 CC=$ac_wine_try_cflags_saved_cc
12020 ac_exeext=$ac_wine_try_cflags_saved_exeext
12022 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Werror" >&5
12023 printf "%s\n" "$ac_cv_crosscflags__Werror" >&6; }
12024 if test "x$ac_cv_crosscflags__Werror" = xyes
12025 then :
12026 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Werror"
12029 if test "x$enable_build_id" = "xyes"
12030 then
12031 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wl,--build-id" >&5
12032 printf %s "checking whether the cross-compiler supports -Wl,--build-id... " >&6; }
12033 if test ${ac_cv_crosscflags__Wl___build_id+y}
12034 then :
12035 printf %s "(cached) " >&6
12036 else $as_nop
12037 ac_wine_try_cflags_saved=$CFLAGS
12038 ac_wine_try_cflags_saved_cc=$CC
12039 ac_wine_try_cflags_saved_exeext=$ac_exeext
12040 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wl,--build-id"
12041 CC="$CROSSCC"
12042 ac_exeext=".exe"
12043 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12044 /* end confdefs.h. */
12045 int __cdecl mainCRTStartup(void) { return 0; }
12046 _ACEOF
12047 if ac_fn_c_try_link "$LINENO"
12048 then :
12049 ac_cv_crosscflags__Wl___build_id=yes
12050 else $as_nop
12051 ac_cv_crosscflags__Wl___build_id=no
12053 rm -f core conftest.err conftest.$ac_objext conftest.beam \
12054 conftest$ac_exeext conftest.$ac_ext
12055 CFLAGS=$ac_wine_try_cflags_saved
12056 CC=$ac_wine_try_cflags_saved_cc
12057 ac_exeext=$ac_wine_try_cflags_saved_exeext
12059 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wl___build_id" >&5
12060 printf "%s\n" "$ac_cv_crosscflags__Wl___build_id" >&6; }
12061 if test "x$ac_cv_crosscflags__Wl___build_id" = xyes
12062 then :
12063 CROSSCFLAGS="$CROSSCFLAGS -Wl,--build-id"
12064 CROSSLDFLAGS="$CROSSLDFLAGS -Wl,--build-id"
12068 CFLAGS=$saved_CFLAGS
12069 LDFLAGS=$saved_LDFLAGS
12070 CC="$ac_save_CC"
12073 if test "x$CROSSTARGET" = "x"
12074 then :
12075 case "x$with_mingw" in
12076 x) as_fn_append wine_notices "|MinGW compiler not found, cross-compiling PE files won't be supported." ;;
12077 xno) ;;
12078 *) as_fn_error $? "MinGW compiler not found, cross-compiling PE files won't be supported.
12079 This is an error since --with-mingw was requested." "$LINENO" 5 ;;
12080 esac
12085 if test "x$with_system_dllpath" != "x" -a "$CROSSCC" != "false"
12086 then
12087 case "$host_cpu" in
12088 i[3456789]86*)
12089 ac_prefix_list="i686-w64-mingw32-pkg-config i586-w64-mingw32-pkg-config i486-w64-mingw32-pkg-config i386-w64-mingw32-pkg-config " ;;
12091 ac_prefix_list="$host_cpu-w64-mingw32-pkg-config" ;;
12092 esac
12093 for ac_prog in $ac_prefix_list
12095 # Extract the first word of "$ac_prog", so it can be a program name with args.
12096 set dummy $ac_prog; ac_word=$2
12097 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12098 printf %s "checking for $ac_word... " >&6; }
12099 if test ${ac_cv_prog_MINGW_PKG_CONFIG+y}
12100 then :
12101 printf %s "(cached) " >&6
12102 else $as_nop
12103 if test -n "$MINGW_PKG_CONFIG"; then
12104 ac_cv_prog_MINGW_PKG_CONFIG="$MINGW_PKG_CONFIG" # Let the user override the test.
12105 else
12106 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12107 for as_dir in $PATH
12109 IFS=$as_save_IFS
12110 case $as_dir in #(((
12111 '') as_dir=./ ;;
12112 */) ;;
12113 *) as_dir=$as_dir/ ;;
12114 esac
12115 for ac_exec_ext in '' $ac_executable_extensions; do
12116 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
12117 ac_cv_prog_MINGW_PKG_CONFIG="$ac_prog"
12118 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
12119 break 2
12121 done
12122 done
12123 IFS=$as_save_IFS
12127 MINGW_PKG_CONFIG=$ac_cv_prog_MINGW_PKG_CONFIG
12128 if test -n "$MINGW_PKG_CONFIG"; then
12129 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MINGW_PKG_CONFIG" >&5
12130 printf "%s\n" "$MINGW_PKG_CONFIG" >&6; }
12131 else
12132 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
12133 printf "%s\n" "no" >&6; }
12137 test -n "$MINGW_PKG_CONFIG" && break
12138 done
12139 test -n "$MINGW_PKG_CONFIG" || MINGW_PKG_CONFIG="false"
12141 if ${FAUDIO_PE_CFLAGS:+false} :
12142 then :
12143 if test ${MINGW_PKG_CONFIG+y}
12144 then :
12145 FAUDIO_PE_CFLAGS=`$MINGW_PKG_CONFIG --cflags FAudio 2>/dev/null`
12148 if ${FAUDIO_PE_LIBS:+false} :
12149 then :
12150 if test ${MINGW_PKG_CONFIG+y}
12151 then :
12152 FAUDIO_PE_LIBS=`$MINGW_PKG_CONFIG --libs FAudio 2>/dev/null`
12155 FAUDIO_PE_LIBS=${FAUDIO_PE_LIBS:-"-lFAudio"}
12156 ac_save_CPPFLAGS=$CPPFLAGS
12157 CPPFLAGS="$CPPFLAGS $FAUDIO_PE_CFLAGS"
12158 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MinGW FAudio.h" >&5
12159 printf %s "checking for MinGW FAudio.h... " >&6; }
12160 if test ${ac_cv_mingw_header_FAudio_h+y}
12161 then :
12162 printf %s "(cached) " >&6
12163 else $as_nop
12164 ac_wine_check_headers_saved_cc=$CC
12165 ac_wine_check_headers_saved_exeext=$ac_exeext
12166 CC="$CROSSCC"
12167 ac_exeext=".exe"
12168 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12169 /* end confdefs.h. */
12171 #include <FAudio.h>
12173 main (void)
12177 return 0;
12179 _ACEOF
12180 if ac_fn_c_try_compile "$LINENO"
12181 then :
12182 ac_cv_mingw_header_FAudio_h=yes
12183 else $as_nop
12184 ac_cv_mingw_header_FAudio_h=no
12186 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
12187 CC=$ac_wine_check_headers_saved_cc
12188 ac_exeext=$ac_wine_check_headers_saved_exeext
12190 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_header_FAudio_h" >&5
12191 printf "%s\n" "$ac_cv_mingw_header_FAudio_h" >&6; }
12192 if test "x$ac_cv_mingw_header_FAudio_h" = xyes
12193 then :
12194 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for FAudio_CommitOperationSet in MinGW -lFAudio" >&5
12195 printf %s "checking for FAudio_CommitOperationSet in MinGW -lFAudio... " >&6; }
12196 if test ${ac_cv_mingw_lib_FAudio+y}
12197 then :
12198 printf %s "(cached) " >&6
12199 else $as_nop
12200 ac_wine_check_headers_saved_cc=$CC
12201 ac_wine_check_headers_saved_exeext=$ac_exeext
12202 ac_wine_check_headers_saved_libs=$LIBS
12203 CC="$CROSSCC"
12204 ac_exeext=".exe"
12205 LIBS="-lFAudio $FAUDIO_PE_LIBS $LIBS"
12206 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12207 /* end confdefs.h. */
12209 /* Override any GCC internal prototype to avoid an error.
12210 Use char because int might match the return type of a GCC
12211 builtin and then its argument prototype would still apply. */
12212 char FAudio_CommitOperationSet ();
12214 main (void)
12216 return FAudio_CommitOperationSet ();
12218 return 0;
12220 _ACEOF
12221 if ac_fn_c_try_link "$LINENO"
12222 then :
12223 ac_cv_mingw_lib_FAudio=yes
12224 else $as_nop
12225 ac_cv_mingw_lib_FAudio=no
12227 rm -f core conftest.err conftest.$ac_objext conftest.beam \
12228 conftest$ac_exeext conftest.$ac_ext
12229 CC=$ac_wine_check_headers_saved_cc
12230 ac_exeext=$ac_wine_check_headers_saved_exeext
12231 LIBS=$ac_wine_check_headers_saved_libs
12233 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_lib_FAudio" >&5
12234 printf "%s\n" "$ac_cv_mingw_lib_FAudio" >&6; }
12235 if test "x$ac_cv_mingw_lib_FAudio" = xyes
12236 then :
12238 else $as_nop
12239 FAUDIO_PE_CFLAGS=""; FAUDIO_PE_LIBS=""
12241 else $as_nop
12242 FAUDIO_PE_CFLAGS=""; FAUDIO_PE_LIBS=""
12244 CPPFLAGS=$ac_save_CPPFLAGS
12246 if test "x$FAUDIO_PE_LIBS" = "x"
12247 then
12248 as_fn_append wine_notices "|FAudio ${notice_platform}MinGW development files not found (or too old); using bundled version."
12251 if ${JPEG_PE_CFLAGS:+false} :
12252 then :
12253 if test ${MINGW_PKG_CONFIG+y}
12254 then :
12255 JPEG_PE_CFLAGS=`$MINGW_PKG_CONFIG --cflags libjpeg 2>/dev/null`
12258 if ${JPEG_PE_LIBS:+false} :
12259 then :
12260 if test ${MINGW_PKG_CONFIG+y}
12261 then :
12262 JPEG_PE_LIBS=`$MINGW_PKG_CONFIG --libs libjpeg 2>/dev/null`
12266 ac_save_CPPFLAGS=$CPPFLAGS
12267 CPPFLAGS="$CPPFLAGS $JPEG_PE_CFLAGS"
12268 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MinGW jpeglib.h" >&5
12269 printf %s "checking for MinGW jpeglib.h... " >&6; }
12270 if test ${ac_cv_mingw_header_jpeglib_h+y}
12271 then :
12272 printf %s "(cached) " >&6
12273 else $as_nop
12274 ac_wine_check_headers_saved_cc=$CC
12275 ac_wine_check_headers_saved_exeext=$ac_exeext
12276 CC="$CROSSCC"
12277 ac_exeext=".exe"
12278 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12279 /* end confdefs.h. */
12280 #include <stddef.h>
12281 #include <stdio.h>
12282 #include <jpeglib.h>
12284 main (void)
12288 return 0;
12290 _ACEOF
12291 if ac_fn_c_try_compile "$LINENO"
12292 then :
12293 ac_cv_mingw_header_jpeglib_h=yes
12294 else $as_nop
12295 ac_cv_mingw_header_jpeglib_h=no
12297 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
12298 CC=$ac_wine_check_headers_saved_cc
12299 ac_exeext=$ac_wine_check_headers_saved_exeext
12301 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_header_jpeglib_h" >&5
12302 printf "%s\n" "$ac_cv_mingw_header_jpeglib_h" >&6; }
12303 if test "x$ac_cv_mingw_header_jpeglib_h" = xyes
12304 then :
12305 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for jpeg_start_decompress in MinGW -ljpeg" >&5
12306 printf %s "checking for jpeg_start_decompress in MinGW -ljpeg... " >&6; }
12307 if test ${ac_cv_mingw_lib_jpeg+y}
12308 then :
12309 printf %s "(cached) " >&6
12310 else $as_nop
12311 ac_wine_check_headers_saved_cc=$CC
12312 ac_wine_check_headers_saved_exeext=$ac_exeext
12313 ac_wine_check_headers_saved_libs=$LIBS
12314 CC="$CROSSCC"
12315 ac_exeext=".exe"
12316 LIBS="-ljpeg $JPEG_PE_LIBS $LIBS"
12317 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12318 /* end confdefs.h. */
12320 /* Override any GCC internal prototype to avoid an error.
12321 Use char because int might match the return type of a GCC
12322 builtin and then its argument prototype would still apply. */
12323 char jpeg_start_decompress ();
12325 main (void)
12327 return jpeg_start_decompress ();
12329 return 0;
12331 _ACEOF
12332 if ac_fn_c_try_link "$LINENO"
12333 then :
12334 ac_cv_mingw_lib_jpeg=yes
12335 else $as_nop
12336 ac_cv_mingw_lib_jpeg=no
12338 rm -f core conftest.err conftest.$ac_objext conftest.beam \
12339 conftest$ac_exeext conftest.$ac_ext
12340 CC=$ac_wine_check_headers_saved_cc
12341 ac_exeext=$ac_wine_check_headers_saved_exeext
12342 LIBS=$ac_wine_check_headers_saved_libs
12344 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_lib_jpeg" >&5
12345 printf "%s\n" "$ac_cv_mingw_lib_jpeg" >&6; }
12346 if test "x$ac_cv_mingw_lib_jpeg" = xyes
12347 then :
12349 else $as_nop
12350 JPEG_PE_CFLAGS=""; JPEG_PE_LIBS=""
12352 else $as_nop
12353 JPEG_PE_CFLAGS=""; JPEG_PE_LIBS=""
12355 CPPFLAGS=$ac_save_CPPFLAGS
12357 if test "x$JPEG_PE_LIBS" = "x"
12358 then
12359 as_fn_append wine_notices "|libjpeg ${notice_platform}MinGW development files not found; using bundled version."
12362 if ${LCMS2_PE_CFLAGS:+false} :
12363 then :
12364 if test ${MINGW_PKG_CONFIG+y}
12365 then :
12366 LCMS2_PE_CFLAGS=`$MINGW_PKG_CONFIG --cflags lcms2 2>/dev/null`
12369 if ${LCMS2_PE_LIBS:+false} :
12370 then :
12371 if test ${MINGW_PKG_CONFIG+y}
12372 then :
12373 LCMS2_PE_LIBS=`$MINGW_PKG_CONFIG --libs lcms2 2>/dev/null`
12376 LCMS2_PE_LIBS=${LCMS2_PE_LIBS:-"-llcms2"}
12377 ac_save_CPPFLAGS=$CPPFLAGS
12378 CPPFLAGS="$CPPFLAGS $LCMS2_PE_CFLAGS"
12379 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MinGW lcms2.h" >&5
12380 printf %s "checking for MinGW lcms2.h... " >&6; }
12381 if test ${ac_cv_mingw_header_lcms2_h+y}
12382 then :
12383 printf %s "(cached) " >&6
12384 else $as_nop
12385 ac_wine_check_headers_saved_cc=$CC
12386 ac_wine_check_headers_saved_exeext=$ac_exeext
12387 CC="$CROSSCC"
12388 ac_exeext=".exe"
12389 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12390 /* end confdefs.h. */
12392 #include <lcms2.h>
12394 main (void)
12398 return 0;
12400 _ACEOF
12401 if ac_fn_c_try_compile "$LINENO"
12402 then :
12403 ac_cv_mingw_header_lcms2_h=yes
12404 else $as_nop
12405 ac_cv_mingw_header_lcms2_h=no
12407 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
12408 CC=$ac_wine_check_headers_saved_cc
12409 ac_exeext=$ac_wine_check_headers_saved_exeext
12411 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_header_lcms2_h" >&5
12412 printf "%s\n" "$ac_cv_mingw_header_lcms2_h" >&6; }
12413 if test "x$ac_cv_mingw_header_lcms2_h" = xyes
12414 then :
12415 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in MinGW -llcms2" >&5
12416 printf %s "checking for cmsOpenProfileFromFile in MinGW -llcms2... " >&6; }
12417 if test ${ac_cv_mingw_lib_lcms2+y}
12418 then :
12419 printf %s "(cached) " >&6
12420 else $as_nop
12421 ac_wine_check_headers_saved_cc=$CC
12422 ac_wine_check_headers_saved_exeext=$ac_exeext
12423 ac_wine_check_headers_saved_libs=$LIBS
12424 CC="$CROSSCC"
12425 ac_exeext=".exe"
12426 LIBS="-llcms2 $LCMS2_PE_LIBS $LIBS"
12427 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12428 /* end confdefs.h. */
12430 /* Override any GCC internal prototype to avoid an error.
12431 Use char because int might match the return type of a GCC
12432 builtin and then its argument prototype would still apply. */
12433 char cmsOpenProfileFromFile ();
12435 main (void)
12437 return cmsOpenProfileFromFile ();
12439 return 0;
12441 _ACEOF
12442 if ac_fn_c_try_link "$LINENO"
12443 then :
12444 ac_cv_mingw_lib_lcms2=yes
12445 else $as_nop
12446 ac_cv_mingw_lib_lcms2=no
12448 rm -f core conftest.err conftest.$ac_objext conftest.beam \
12449 conftest$ac_exeext conftest.$ac_ext
12450 CC=$ac_wine_check_headers_saved_cc
12451 ac_exeext=$ac_wine_check_headers_saved_exeext
12452 LIBS=$ac_wine_check_headers_saved_libs
12454 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_lib_lcms2" >&5
12455 printf "%s\n" "$ac_cv_mingw_lib_lcms2" >&6; }
12456 if test "x$ac_cv_mingw_lib_lcms2" = xyes
12457 then :
12459 else $as_nop
12460 LCMS2_PE_CFLAGS=""; LCMS2_PE_LIBS=""
12462 else $as_nop
12463 LCMS2_PE_CFLAGS=""; LCMS2_PE_LIBS=""
12465 CPPFLAGS=$ac_save_CPPFLAGS
12467 if test "x$LCMS2_PE_LIBS" = "x"
12468 then
12469 as_fn_append wine_notices "|liblcms2 ${notice_platform}MinGW development files not found; using bundled version."
12472 if ${MPG123_PE_CFLAGS:+false} :
12473 then :
12474 if test ${MINGW_PKG_CONFIG+y}
12475 then :
12476 MPG123_PE_CFLAGS=`$MINGW_PKG_CONFIG --cflags libmpg123 2>/dev/null`
12479 if ${MPG123_PE_LIBS:+false} :
12480 then :
12481 if test ${MINGW_PKG_CONFIG+y}
12482 then :
12483 MPG123_PE_LIBS=`$MINGW_PKG_CONFIG --libs libmpg123 2>/dev/null`
12486 MPG123_PE_LIBS=${MPG123_PE_LIBS:-"-lmpg123"}
12487 ac_save_CPPFLAGS=$CPPFLAGS
12488 CPPFLAGS="$CPPFLAGS $MPG123_PE_CFLAGS"
12489 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MinGW mpg123.h" >&5
12490 printf %s "checking for MinGW mpg123.h... " >&6; }
12491 if test ${ac_cv_mingw_header_mpg123_h+y}
12492 then :
12493 printf %s "(cached) " >&6
12494 else $as_nop
12495 ac_wine_check_headers_saved_cc=$CC
12496 ac_wine_check_headers_saved_exeext=$ac_exeext
12497 CC="$CROSSCC"
12498 ac_exeext=".exe"
12499 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12500 /* end confdefs.h. */
12502 #include <mpg123.h>
12504 main (void)
12508 return 0;
12510 _ACEOF
12511 if ac_fn_c_try_compile "$LINENO"
12512 then :
12513 ac_cv_mingw_header_mpg123_h=yes
12514 else $as_nop
12515 ac_cv_mingw_header_mpg123_h=no
12517 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
12518 CC=$ac_wine_check_headers_saved_cc
12519 ac_exeext=$ac_wine_check_headers_saved_exeext
12521 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_header_mpg123_h" >&5
12522 printf "%s\n" "$ac_cv_mingw_header_mpg123_h" >&6; }
12523 if test "x$ac_cv_mingw_header_mpg123_h" = xyes
12524 then :
12525 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in MinGW -lmpg123" >&5
12526 printf %s "checking for mpg123_feed in MinGW -lmpg123... " >&6; }
12527 if test ${ac_cv_mingw_lib_mpg123+y}
12528 then :
12529 printf %s "(cached) " >&6
12530 else $as_nop
12531 ac_wine_check_headers_saved_cc=$CC
12532 ac_wine_check_headers_saved_exeext=$ac_exeext
12533 ac_wine_check_headers_saved_libs=$LIBS
12534 CC="$CROSSCC"
12535 ac_exeext=".exe"
12536 LIBS="-lmpg123 $MPG123_PE_LIBS $LIBS"
12537 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12538 /* end confdefs.h. */
12540 /* Override any GCC internal prototype to avoid an error.
12541 Use char because int might match the return type of a GCC
12542 builtin and then its argument prototype would still apply. */
12543 char mpg123_feed ();
12545 main (void)
12547 return mpg123_feed ();
12549 return 0;
12551 _ACEOF
12552 if ac_fn_c_try_link "$LINENO"
12553 then :
12554 ac_cv_mingw_lib_mpg123=yes
12555 else $as_nop
12556 ac_cv_mingw_lib_mpg123=no
12558 rm -f core conftest.err conftest.$ac_objext conftest.beam \
12559 conftest$ac_exeext conftest.$ac_ext
12560 CC=$ac_wine_check_headers_saved_cc
12561 ac_exeext=$ac_wine_check_headers_saved_exeext
12562 LIBS=$ac_wine_check_headers_saved_libs
12564 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_lib_mpg123" >&5
12565 printf "%s\n" "$ac_cv_mingw_lib_mpg123" >&6; }
12566 if test "x$ac_cv_mingw_lib_mpg123" = xyes
12567 then :
12569 else $as_nop
12570 MPG123_PE_CFLAGS=""; MPG123_PE_LIBS=""
12572 else $as_nop
12573 MPG123_PE_CFLAGS=""; MPG123_PE_LIBS=""
12575 CPPFLAGS=$ac_save_CPPFLAGS
12577 if test "x$MPG123_PE_LIBS" = "x"
12578 then
12579 as_fn_append wine_notices "|libmpg123 ${notice_platform}MinGW development files not found (or too old); using bundled version."
12582 if ${PNG_PE_CFLAGS:+false} :
12583 then :
12584 if test ${MINGW_PKG_CONFIG+y}
12585 then :
12586 PNG_PE_CFLAGS=`$MINGW_PKG_CONFIG --cflags libpng 2>/dev/null`
12589 if ${PNG_PE_LIBS:+false} :
12590 then :
12591 if test ${MINGW_PKG_CONFIG+y}
12592 then :
12593 PNG_PE_LIBS=`$MINGW_PKG_CONFIG --libs libpng 2>/dev/null`
12597 ac_save_CPPFLAGS=$CPPFLAGS
12598 CPPFLAGS="$CPPFLAGS $PNG_PE_CFLAGS"
12599 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MinGW png.h" >&5
12600 printf %s "checking for MinGW png.h... " >&6; }
12601 if test ${ac_cv_mingw_header_png_h+y}
12602 then :
12603 printf %s "(cached) " >&6
12604 else $as_nop
12605 ac_wine_check_headers_saved_cc=$CC
12606 ac_wine_check_headers_saved_exeext=$ac_exeext
12607 CC="$CROSSCC"
12608 ac_exeext=".exe"
12609 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12610 /* end confdefs.h. */
12612 #include <png.h>
12614 main (void)
12618 return 0;
12620 _ACEOF
12621 if ac_fn_c_try_compile "$LINENO"
12622 then :
12623 ac_cv_mingw_header_png_h=yes
12624 else $as_nop
12625 ac_cv_mingw_header_png_h=no
12627 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
12628 CC=$ac_wine_check_headers_saved_cc
12629 ac_exeext=$ac_wine_check_headers_saved_exeext
12631 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_header_png_h" >&5
12632 printf "%s\n" "$ac_cv_mingw_header_png_h" >&6; }
12633 if test "x$ac_cv_mingw_header_png_h" = xyes
12634 then :
12635 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for png_create_read_struct in MinGW -lpng" >&5
12636 printf %s "checking for png_create_read_struct in MinGW -lpng... " >&6; }
12637 if test ${ac_cv_mingw_lib_png+y}
12638 then :
12639 printf %s "(cached) " >&6
12640 else $as_nop
12641 ac_wine_check_headers_saved_cc=$CC
12642 ac_wine_check_headers_saved_exeext=$ac_exeext
12643 ac_wine_check_headers_saved_libs=$LIBS
12644 CC="$CROSSCC"
12645 ac_exeext=".exe"
12646 LIBS="-lpng $PNG_PE_LIBS $LIBS"
12647 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12648 /* end confdefs.h. */
12650 /* Override any GCC internal prototype to avoid an error.
12651 Use char because int might match the return type of a GCC
12652 builtin and then its argument prototype would still apply. */
12653 char png_create_read_struct ();
12655 main (void)
12657 return png_create_read_struct ();
12659 return 0;
12661 _ACEOF
12662 if ac_fn_c_try_link "$LINENO"
12663 then :
12664 ac_cv_mingw_lib_png=yes
12665 else $as_nop
12666 ac_cv_mingw_lib_png=no
12668 rm -f core conftest.err conftest.$ac_objext conftest.beam \
12669 conftest$ac_exeext conftest.$ac_ext
12670 CC=$ac_wine_check_headers_saved_cc
12671 ac_exeext=$ac_wine_check_headers_saved_exeext
12672 LIBS=$ac_wine_check_headers_saved_libs
12674 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_lib_png" >&5
12675 printf "%s\n" "$ac_cv_mingw_lib_png" >&6; }
12676 if test "x$ac_cv_mingw_lib_png" = xyes
12677 then :
12679 else $as_nop
12680 PNG_PE_CFLAGS=""; PNG_PE_LIBS=""
12682 else $as_nop
12683 PNG_PE_CFLAGS=""; PNG_PE_LIBS=""
12685 CPPFLAGS=$ac_save_CPPFLAGS
12687 if test "x$PNG_PE_LIBS" = "x"
12688 then
12689 as_fn_append wine_notices "|libpng ${notice_platform}MinGW development files not found; using bundled version."
12692 if ${TIFF_PE_CFLAGS:+false} :
12693 then :
12694 if test ${MINGW_PKG_CONFIG+y}
12695 then :
12696 TIFF_PE_CFLAGS=`$MINGW_PKG_CONFIG --cflags libtiff-4 2>/dev/null`
12699 if ${TIFF_PE_LIBS:+false} :
12700 then :
12701 if test ${MINGW_PKG_CONFIG+y}
12702 then :
12703 TIFF_PE_LIBS=`$MINGW_PKG_CONFIG --libs libtiff-4 2>/dev/null`
12707 ac_save_CPPFLAGS=$CPPFLAGS
12708 CPPFLAGS="$CPPFLAGS $TIFF_PE_CFLAGS"
12709 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MinGW tiffio.h" >&5
12710 printf %s "checking for MinGW tiffio.h... " >&6; }
12711 if test ${ac_cv_mingw_header_tiffio_h+y}
12712 then :
12713 printf %s "(cached) " >&6
12714 else $as_nop
12715 ac_wine_check_headers_saved_cc=$CC
12716 ac_wine_check_headers_saved_exeext=$ac_exeext
12717 CC="$CROSSCC"
12718 ac_exeext=".exe"
12719 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12720 /* end confdefs.h. */
12722 #include <tiffio.h>
12724 main (void)
12728 return 0;
12730 _ACEOF
12731 if ac_fn_c_try_compile "$LINENO"
12732 then :
12733 ac_cv_mingw_header_tiffio_h=yes
12734 else $as_nop
12735 ac_cv_mingw_header_tiffio_h=no
12737 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
12738 CC=$ac_wine_check_headers_saved_cc
12739 ac_exeext=$ac_wine_check_headers_saved_exeext
12741 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_header_tiffio_h" >&5
12742 printf "%s\n" "$ac_cv_mingw_header_tiffio_h" >&6; }
12743 if test "x$ac_cv_mingw_header_tiffio_h" = xyes
12744 then :
12745 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for TIFFClientOpen in MinGW -ltiff" >&5
12746 printf %s "checking for TIFFClientOpen in MinGW -ltiff... " >&6; }
12747 if test ${ac_cv_mingw_lib_tiff+y}
12748 then :
12749 printf %s "(cached) " >&6
12750 else $as_nop
12751 ac_wine_check_headers_saved_cc=$CC
12752 ac_wine_check_headers_saved_exeext=$ac_exeext
12753 ac_wine_check_headers_saved_libs=$LIBS
12754 CC="$CROSSCC"
12755 ac_exeext=".exe"
12756 LIBS="-ltiff $TIFF_PE_LIBS $LIBS"
12757 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12758 /* end confdefs.h. */
12760 /* Override any GCC internal prototype to avoid an error.
12761 Use char because int might match the return type of a GCC
12762 builtin and then its argument prototype would still apply. */
12763 char TIFFClientOpen ();
12765 main (void)
12767 return TIFFClientOpen ();
12769 return 0;
12771 _ACEOF
12772 if ac_fn_c_try_link "$LINENO"
12773 then :
12774 ac_cv_mingw_lib_tiff=yes
12775 else $as_nop
12776 ac_cv_mingw_lib_tiff=no
12778 rm -f core conftest.err conftest.$ac_objext conftest.beam \
12779 conftest$ac_exeext conftest.$ac_ext
12780 CC=$ac_wine_check_headers_saved_cc
12781 ac_exeext=$ac_wine_check_headers_saved_exeext
12782 LIBS=$ac_wine_check_headers_saved_libs
12784 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_lib_tiff" >&5
12785 printf "%s\n" "$ac_cv_mingw_lib_tiff" >&6; }
12786 if test "x$ac_cv_mingw_lib_tiff" = xyes
12787 then :
12789 else $as_nop
12790 TIFF_PE_CFLAGS=""; TIFF_PE_LIBS=""
12792 else $as_nop
12793 TIFF_PE_CFLAGS=""; TIFF_PE_LIBS=""
12795 CPPFLAGS=$ac_save_CPPFLAGS
12797 if test "x$TIFF_PE_LIBS" = "x"
12798 then
12799 as_fn_append wine_notices "|libtiff ${notice_platform}MinGW development files not found; using bundled version."
12802 if ${XML2_PE_CFLAGS:+false} :
12803 then :
12804 if test ${MINGW_PKG_CONFIG+y}
12805 then :
12806 XML2_PE_CFLAGS=`$MINGW_PKG_CONFIG --cflags libxml-2.0 2>/dev/null`
12809 if ${XML2_PE_LIBS:+false} :
12810 then :
12811 if test ${MINGW_PKG_CONFIG+y}
12812 then :
12813 XML2_PE_LIBS=`$MINGW_PKG_CONFIG --libs libxml-2.0 2>/dev/null`
12816 XML2_PE_LIBS=${XML2_PE_LIBS:-"-lxml2"}
12817 ac_save_CPPFLAGS=$CPPFLAGS
12818 CPPFLAGS="$CPPFLAGS $XML2_PE_CFLAGS"
12819 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MinGW libxml/parser.h" >&5
12820 printf %s "checking for MinGW libxml/parser.h... " >&6; }
12821 if test ${ac_cv_mingw_header_libxml_parser_h+y}
12822 then :
12823 printf %s "(cached) " >&6
12824 else $as_nop
12825 ac_wine_check_headers_saved_cc=$CC
12826 ac_wine_check_headers_saved_exeext=$ac_exeext
12827 CC="$CROSSCC"
12828 ac_exeext=".exe"
12829 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12830 /* end confdefs.h. */
12832 #include <libxml/parser.h>
12834 main (void)
12838 return 0;
12840 _ACEOF
12841 if ac_fn_c_try_compile "$LINENO"
12842 then :
12843 ac_cv_mingw_header_libxml_parser_h=yes
12844 else $as_nop
12845 ac_cv_mingw_header_libxml_parser_h=no
12847 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
12848 CC=$ac_wine_check_headers_saved_cc
12849 ac_exeext=$ac_wine_check_headers_saved_exeext
12851 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_header_libxml_parser_h" >&5
12852 printf "%s\n" "$ac_cv_mingw_header_libxml_parser_h" >&6; }
12853 if test "x$ac_cv_mingw_header_libxml_parser_h" = xyes
12854 then :
12857 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MinGW libxml/xmlsave.h" >&5
12858 printf %s "checking for MinGW libxml/xmlsave.h... " >&6; }
12859 if test ${ac_cv_mingw_header_libxml_xmlsave_h+y}
12860 then :
12861 printf %s "(cached) " >&6
12862 else $as_nop
12863 ac_wine_check_headers_saved_cc=$CC
12864 ac_wine_check_headers_saved_exeext=$ac_exeext
12865 CC="$CROSSCC"
12866 ac_exeext=".exe"
12867 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12868 /* end confdefs.h. */
12870 #include <libxml/xmlsave.h>
12872 main (void)
12876 return 0;
12878 _ACEOF
12879 if ac_fn_c_try_compile "$LINENO"
12880 then :
12881 ac_cv_mingw_header_libxml_xmlsave_h=yes
12882 else $as_nop
12883 ac_cv_mingw_header_libxml_xmlsave_h=no
12885 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
12886 CC=$ac_wine_check_headers_saved_cc
12887 ac_exeext=$ac_wine_check_headers_saved_exeext
12889 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_header_libxml_xmlsave_h" >&5
12890 printf "%s\n" "$ac_cv_mingw_header_libxml_xmlsave_h" >&6; }
12891 if test "x$ac_cv_mingw_header_libxml_xmlsave_h" = xyes
12892 then :
12895 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MinGW libxml/SAX2.h" >&5
12896 printf %s "checking for MinGW libxml/SAX2.h... " >&6; }
12897 if test ${ac_cv_mingw_header_libxml_SAX2_h+y}
12898 then :
12899 printf %s "(cached) " >&6
12900 else $as_nop
12901 ac_wine_check_headers_saved_cc=$CC
12902 ac_wine_check_headers_saved_exeext=$ac_exeext
12903 CC="$CROSSCC"
12904 ac_exeext=".exe"
12905 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12906 /* end confdefs.h. */
12908 #include <libxml/SAX2.h>
12910 main (void)
12914 return 0;
12916 _ACEOF
12917 if ac_fn_c_try_compile "$LINENO"
12918 then :
12919 ac_cv_mingw_header_libxml_SAX2_h=yes
12920 else $as_nop
12921 ac_cv_mingw_header_libxml_SAX2_h=no
12923 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
12924 CC=$ac_wine_check_headers_saved_cc
12925 ac_exeext=$ac_wine_check_headers_saved_exeext
12927 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_header_libxml_SAX2_h" >&5
12928 printf "%s\n" "$ac_cv_mingw_header_libxml_SAX2_h" >&6; }
12929 if test "x$ac_cv_mingw_header_libxml_SAX2_h" = xyes
12930 then :
12933 if test "$ac_cv_mingw_header_libxml_parser_h" = "yes" -a "$ac_cv_mingw_header_libxml_xmlsave_h" = "yes" -a "$ac_cv_mingw_header_libxml_SAX2_h" = "yes"
12934 then
12935 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for xmlFirstElementChild in MinGW -lxml2" >&5
12936 printf %s "checking for xmlFirstElementChild in MinGW -lxml2... " >&6; }
12937 if test ${ac_cv_mingw_lib_xml2+y}
12938 then :
12939 printf %s "(cached) " >&6
12940 else $as_nop
12941 ac_wine_check_headers_saved_cc=$CC
12942 ac_wine_check_headers_saved_exeext=$ac_exeext
12943 ac_wine_check_headers_saved_libs=$LIBS
12944 CC="$CROSSCC"
12945 ac_exeext=".exe"
12946 LIBS="-lxml2 $XML2_PE_LIBS $LIBS"
12947 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12948 /* end confdefs.h. */
12950 /* Override any GCC internal prototype to avoid an error.
12951 Use char because int might match the return type of a GCC
12952 builtin and then its argument prototype would still apply. */
12953 char xmlFirstElementChild ();
12955 main (void)
12957 return xmlFirstElementChild ();
12959 return 0;
12961 _ACEOF
12962 if ac_fn_c_try_link "$LINENO"
12963 then :
12964 ac_cv_mingw_lib_xml2=yes
12965 else $as_nop
12966 ac_cv_mingw_lib_xml2=no
12968 rm -f core conftest.err conftest.$ac_objext conftest.beam \
12969 conftest$ac_exeext conftest.$ac_ext
12970 CC=$ac_wine_check_headers_saved_cc
12971 ac_exeext=$ac_wine_check_headers_saved_exeext
12972 LIBS=$ac_wine_check_headers_saved_libs
12974 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_lib_xml2" >&5
12975 printf "%s\n" "$ac_cv_mingw_lib_xml2" >&6; }
12976 if test "x$ac_cv_mingw_lib_xml2" = xyes
12977 then :
12979 else $as_nop
12980 XML2_PE_CFLAGS=""; XML2_PE_LIBS=""
12982 else
12983 XML2_PE_CFLAGS=""
12984 XML2_PE_LIBS=""
12986 CPPFLAGS=$ac_save_CPPFLAGS
12988 if test "x$XML2_PE_LIBS" = "x"
12989 then
12990 as_fn_append wine_notices "|libxml2 ${notice_platform}MinGW development files not found (or too old); using bundled version."
12993 if ${XSLT_PE_CFLAGS:+false} :
12994 then :
12995 if test ${MINGW_PKG_CONFIG+y}
12996 then :
12997 XSLT_PE_CFLAGS=`$MINGW_PKG_CONFIG --cflags libxslt 2>/dev/null`
13000 if ${XSLT_PE_LIBS:+false} :
13001 then :
13002 if test ${MINGW_PKG_CONFIG+y}
13003 then :
13004 XSLT_PE_LIBS=`$MINGW_PKG_CONFIG --libs libxslt 2>/dev/null`
13007 XSLT_PE_LIBS=${XSLT_PE_LIBS:-"-lxslt"}
13008 ac_save_CPPFLAGS=$CPPFLAGS
13009 CPPFLAGS="$CPPFLAGS $XSLT_PE_CFLAGS"
13010 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MinGW libxslt/pattern.h" >&5
13011 printf %s "checking for MinGW libxslt/pattern.h... " >&6; }
13012 if test ${ac_cv_mingw_header_libxslt_pattern_h+y}
13013 then :
13014 printf %s "(cached) " >&6
13015 else $as_nop
13016 ac_wine_check_headers_saved_cc=$CC
13017 ac_wine_check_headers_saved_exeext=$ac_exeext
13018 CC="$CROSSCC"
13019 ac_exeext=".exe"
13020 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13021 /* end confdefs.h. */
13023 #include <libxslt/pattern.h>
13025 main (void)
13029 return 0;
13031 _ACEOF
13032 if ac_fn_c_try_compile "$LINENO"
13033 then :
13034 ac_cv_mingw_header_libxslt_pattern_h=yes
13035 else $as_nop
13036 ac_cv_mingw_header_libxslt_pattern_h=no
13038 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
13039 CC=$ac_wine_check_headers_saved_cc
13040 ac_exeext=$ac_wine_check_headers_saved_exeext
13042 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_header_libxslt_pattern_h" >&5
13043 printf "%s\n" "$ac_cv_mingw_header_libxslt_pattern_h" >&6; }
13044 if test "x$ac_cv_mingw_header_libxslt_pattern_h" = xyes
13045 then :
13048 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MinGW libxslt/transform.h" >&5
13049 printf %s "checking for MinGW libxslt/transform.h... " >&6; }
13050 if test ${ac_cv_mingw_header_libxslt_transform_h+y}
13051 then :
13052 printf %s "(cached) " >&6
13053 else $as_nop
13054 ac_wine_check_headers_saved_cc=$CC
13055 ac_wine_check_headers_saved_exeext=$ac_exeext
13056 CC="$CROSSCC"
13057 ac_exeext=".exe"
13058 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13059 /* end confdefs.h. */
13061 #include <libxslt/transform.h>
13063 main (void)
13067 return 0;
13069 _ACEOF
13070 if ac_fn_c_try_compile "$LINENO"
13071 then :
13072 ac_cv_mingw_header_libxslt_transform_h=yes
13073 else $as_nop
13074 ac_cv_mingw_header_libxslt_transform_h=no
13076 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
13077 CC=$ac_wine_check_headers_saved_cc
13078 ac_exeext=$ac_wine_check_headers_saved_exeext
13080 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_header_libxslt_transform_h" >&5
13081 printf "%s\n" "$ac_cv_mingw_header_libxslt_transform_h" >&6; }
13082 if test "x$ac_cv_mingw_header_libxslt_transform_h" = xyes
13083 then :
13086 if test "$ac_cv_mingw_header_libxslt_pattern_h" = "yes" -a "$ac_cv_mingw_header_libxslt_transform_h" = "yes"
13087 then
13088 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for xsltCompilePattern in MinGW -lxslt" >&5
13089 printf %s "checking for xsltCompilePattern in MinGW -lxslt... " >&6; }
13090 if test ${ac_cv_mingw_lib_xslt+y}
13091 then :
13092 printf %s "(cached) " >&6
13093 else $as_nop
13094 ac_wine_check_headers_saved_cc=$CC
13095 ac_wine_check_headers_saved_exeext=$ac_exeext
13096 ac_wine_check_headers_saved_libs=$LIBS
13097 CC="$CROSSCC"
13098 ac_exeext=".exe"
13099 LIBS="-lxslt $XSLT_PE_LIBS $LIBS"
13100 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13101 /* end confdefs.h. */
13103 /* Override any GCC internal prototype to avoid an error.
13104 Use char because int might match the return type of a GCC
13105 builtin and then its argument prototype would still apply. */
13106 char xsltCompilePattern ();
13108 main (void)
13110 return xsltCompilePattern ();
13112 return 0;
13114 _ACEOF
13115 if ac_fn_c_try_link "$LINENO"
13116 then :
13117 ac_cv_mingw_lib_xslt=yes
13118 else $as_nop
13119 ac_cv_mingw_lib_xslt=no
13121 rm -f core conftest.err conftest.$ac_objext conftest.beam \
13122 conftest$ac_exeext conftest.$ac_ext
13123 CC=$ac_wine_check_headers_saved_cc
13124 ac_exeext=$ac_wine_check_headers_saved_exeext
13125 LIBS=$ac_wine_check_headers_saved_libs
13127 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_lib_xslt" >&5
13128 printf "%s\n" "$ac_cv_mingw_lib_xslt" >&6; }
13129 if test "x$ac_cv_mingw_lib_xslt" = xyes
13130 then :
13132 else $as_nop
13133 XSLT_PE_CFLAGS=""; XSLT_PE_LIBS=""
13135 else
13136 XSLT_PE_CFLAGS=""
13137 XSLT_PE_LIBS=""
13139 CPPFLAGS=$ac_save_CPPFLAGS
13141 if test "x$XSLT_PE_LIBS" = "x"
13142 then
13143 as_fn_append wine_notices "|libxslt ${notice_platform}MinGW development files not found; using bundled version."
13146 if ${ZLIB_PE_CFLAGS:+false} :
13147 then :
13148 if test ${MINGW_PKG_CONFIG+y}
13149 then :
13150 ZLIB_PE_CFLAGS=`$MINGW_PKG_CONFIG --cflags zlib 2>/dev/null`
13153 if ${ZLIB_PE_LIBS:+false} :
13154 then :
13155 if test ${MINGW_PKG_CONFIG+y}
13156 then :
13157 ZLIB_PE_LIBS=`$MINGW_PKG_CONFIG --libs zlib 2>/dev/null`
13160 ZLIB_PE_LIBS=${ZLIB_PE_LIBS:-"-lz"}
13161 ac_save_CPPFLAGS=$CPPFLAGS
13162 CPPFLAGS="$CPPFLAGS $ZLIB_PE_CFLAGS"
13163 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MinGW zlib.h" >&5
13164 printf %s "checking for MinGW zlib.h... " >&6; }
13165 if test ${ac_cv_mingw_header_zlib_h+y}
13166 then :
13167 printf %s "(cached) " >&6
13168 else $as_nop
13169 ac_wine_check_headers_saved_cc=$CC
13170 ac_wine_check_headers_saved_exeext=$ac_exeext
13171 CC="$CROSSCC"
13172 ac_exeext=".exe"
13173 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13174 /* end confdefs.h. */
13176 #include <zlib.h>
13178 main (void)
13182 return 0;
13184 _ACEOF
13185 if ac_fn_c_try_compile "$LINENO"
13186 then :
13187 ac_cv_mingw_header_zlib_h=yes
13188 else $as_nop
13189 ac_cv_mingw_header_zlib_h=no
13191 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
13192 CC=$ac_wine_check_headers_saved_cc
13193 ac_exeext=$ac_wine_check_headers_saved_exeext
13195 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_header_zlib_h" >&5
13196 printf "%s\n" "$ac_cv_mingw_header_zlib_h" >&6; }
13197 if test "x$ac_cv_mingw_header_zlib_h" = xyes
13198 then :
13199 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for inflate in MinGW -lz" >&5
13200 printf %s "checking for inflate in MinGW -lz... " >&6; }
13201 if test ${ac_cv_mingw_lib_z+y}
13202 then :
13203 printf %s "(cached) " >&6
13204 else $as_nop
13205 ac_wine_check_headers_saved_cc=$CC
13206 ac_wine_check_headers_saved_exeext=$ac_exeext
13207 ac_wine_check_headers_saved_libs=$LIBS
13208 CC="$CROSSCC"
13209 ac_exeext=".exe"
13210 LIBS="-lz $ZLIB_PE_LIBS $LIBS"
13211 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13212 /* end confdefs.h. */
13214 /* Override any GCC internal prototype to avoid an error.
13215 Use char because int might match the return type of a GCC
13216 builtin and then its argument prototype would still apply. */
13217 char inflate ();
13219 main (void)
13221 return inflate ();
13223 return 0;
13225 _ACEOF
13226 if ac_fn_c_try_link "$LINENO"
13227 then :
13228 ac_cv_mingw_lib_z=yes
13229 else $as_nop
13230 ac_cv_mingw_lib_z=no
13232 rm -f core conftest.err conftest.$ac_objext conftest.beam \
13233 conftest$ac_exeext conftest.$ac_ext
13234 CC=$ac_wine_check_headers_saved_cc
13235 ac_exeext=$ac_wine_check_headers_saved_exeext
13236 LIBS=$ac_wine_check_headers_saved_libs
13238 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_lib_z" >&5
13239 printf "%s\n" "$ac_cv_mingw_lib_z" >&6; }
13240 if test "x$ac_cv_mingw_lib_z" = xyes
13241 then :
13243 else $as_nop
13244 ZLIB_PE_CFLAGS=""; ZLIB_PE_LIBS=""
13246 else $as_nop
13247 ZLIB_PE_CFLAGS=""; ZLIB_PE_LIBS=""
13249 CPPFLAGS=$ac_save_CPPFLAGS
13251 if test "x$ZLIB_PE_LIBS" = "x"
13252 then
13253 as_fn_append wine_notices "|zlib ${notice_platform}MinGW development files not found; using bundled version."
13257 if ${FAUDIO_PE_LIBS:+false} :
13258 then :
13259 FAUDIO_PE_LIBS="faudio mfplat mfreadwrite mfuuid propsys"
13260 if ${FAUDIO_PE_CFLAGS:+false} :
13261 then :
13262 FAUDIO_PE_CFLAGS="-I\$(top_srcdir)/libs/faudio/include"
13263 else $as_nop
13264 enable_faudio=no
13266 else $as_nop
13267 enable_faudio=no
13269 printf "%s\n" "$as_me:${as_lineno-$LINENO}: faudio cflags: $FAUDIO_PE_CFLAGS" >&5
13270 printf "%s\n" "$as_me:${as_lineno-$LINENO}: faudio libs: $FAUDIO_PE_LIBS" >&5
13272 if ${GSM_PE_LIBS:+false} :
13273 then :
13274 GSM_PE_LIBS=gsm
13275 if ${GSM_PE_CFLAGS:+false} :
13276 then :
13277 GSM_PE_CFLAGS="-I\$(top_srcdir)/libs/gsm/inc"
13278 else $as_nop
13279 enable_gsm=no
13281 else $as_nop
13282 enable_gsm=no
13284 printf "%s\n" "$as_me:${as_lineno-$LINENO}: gsm cflags: $GSM_PE_CFLAGS" >&5
13285 printf "%s\n" "$as_me:${as_lineno-$LINENO}: gsm libs: $GSM_PE_LIBS" >&5
13287 if ${JPEG_PE_LIBS:+false} :
13288 then :
13289 JPEG_PE_LIBS=jpeg
13290 if ${JPEG_PE_CFLAGS:+false} :
13291 then :
13292 JPEG_PE_CFLAGS="-I\$(top_srcdir)/libs/jpeg"
13293 else $as_nop
13294 enable_jpeg=no
13296 else $as_nop
13297 enable_jpeg=no
13299 printf "%s\n" "$as_me:${as_lineno-$LINENO}: jpeg cflags: $JPEG_PE_CFLAGS" >&5
13300 printf "%s\n" "$as_me:${as_lineno-$LINENO}: jpeg libs: $JPEG_PE_LIBS" >&5
13302 if ${JXR_PE_LIBS:+false} :
13303 then :
13304 JXR_PE_LIBS=jxr
13305 if ${JXR_PE_CFLAGS:+false} :
13306 then :
13307 JXR_PE_CFLAGS="-I\$(top_srcdir)/libs/jxr/jxrgluelib -I\$(top_srcdir)/libs/jxr/image/sys"
13308 else $as_nop
13309 enable_jxr=no
13311 else $as_nop
13312 enable_jxr=no
13314 printf "%s\n" "$as_me:${as_lineno-$LINENO}: jxr cflags: $JXR_PE_CFLAGS" >&5
13315 printf "%s\n" "$as_me:${as_lineno-$LINENO}: jxr libs: $JXR_PE_LIBS" >&5
13317 if ${LCMS2_PE_LIBS:+false} :
13318 then :
13319 LCMS2_PE_LIBS=lcms2
13320 if ${LCMS2_PE_CFLAGS:+false} :
13321 then :
13322 LCMS2_PE_CFLAGS="-I\$(top_srcdir)/libs/lcms2/include"
13323 else $as_nop
13324 enable_lcms2=no
13326 else $as_nop
13327 enable_lcms2=no
13329 printf "%s\n" "$as_me:${as_lineno-$LINENO}: lcms2 cflags: $LCMS2_PE_CFLAGS" >&5
13330 printf "%s\n" "$as_me:${as_lineno-$LINENO}: lcms2 libs: $LCMS2_PE_LIBS" >&5
13332 if ${MPG123_PE_LIBS:+false} :
13333 then :
13334 MPG123_PE_LIBS=mpg123
13335 if ${MPG123_PE_CFLAGS:+false} :
13336 then :
13337 MPG123_PE_CFLAGS="-I\$(top_srcdir)/libs/mpg123/src/libmpg123"
13338 else $as_nop
13339 enable_mpg123=no
13341 else $as_nop
13342 enable_mpg123=no
13344 printf "%s\n" "$as_me:${as_lineno-$LINENO}: mpg123 cflags: $MPG123_PE_CFLAGS" >&5
13345 printf "%s\n" "$as_me:${as_lineno-$LINENO}: mpg123 libs: $MPG123_PE_LIBS" >&5
13347 if ${PNG_PE_LIBS:+false} :
13348 then :
13349 PNG_PE_LIBS="png \$(ZLIB_PE_LIBS)"
13350 if ${PNG_PE_CFLAGS:+false} :
13351 then :
13352 PNG_PE_CFLAGS="-I\$(top_srcdir)/libs/png"
13353 else $as_nop
13354 enable_png=no
13356 else $as_nop
13357 enable_png=no
13359 printf "%s\n" "$as_me:${as_lineno-$LINENO}: png cflags: $PNG_PE_CFLAGS" >&5
13360 printf "%s\n" "$as_me:${as_lineno-$LINENO}: png libs: $PNG_PE_LIBS" >&5
13362 if ${TIFF_PE_LIBS:+false} :
13363 then :
13364 TIFF_PE_LIBS=tiff
13365 if ${TIFF_PE_CFLAGS:+false} :
13366 then :
13367 TIFF_PE_CFLAGS="-I\$(top_srcdir)/libs/tiff/libtiff"
13368 else $as_nop
13369 enable_tiff=no
13371 else $as_nop
13372 enable_tiff=no
13374 printf "%s\n" "$as_me:${as_lineno-$LINENO}: tiff cflags: $TIFF_PE_CFLAGS" >&5
13375 printf "%s\n" "$as_me:${as_lineno-$LINENO}: tiff libs: $TIFF_PE_LIBS" >&5
13377 if ${XML2_PE_LIBS:+false} :
13378 then :
13379 XML2_PE_LIBS=xml2
13380 if ${XML2_PE_CFLAGS:+false} :
13381 then :
13382 XML2_PE_CFLAGS="-I\$(top_srcdir)/libs/xml2/include -DLIBXML_STATIC"
13383 else $as_nop
13384 enable_xml2=no
13386 else $as_nop
13387 enable_xml2=no
13389 printf "%s\n" "$as_me:${as_lineno-$LINENO}: xml2 cflags: $XML2_PE_CFLAGS" >&5
13390 printf "%s\n" "$as_me:${as_lineno-$LINENO}: xml2 libs: $XML2_PE_LIBS" >&5
13392 if ${XSLT_PE_LIBS:+false} :
13393 then :
13394 XSLT_PE_LIBS=xslt
13395 if ${XSLT_PE_CFLAGS:+false} :
13396 then :
13397 XSLT_PE_CFLAGS="-I\$(top_srcdir)/libs/xslt -DLIBXSLT_STATIC"
13398 else $as_nop
13399 enable_xslt=no
13401 else $as_nop
13402 enable_xslt=no
13404 printf "%s\n" "$as_me:${as_lineno-$LINENO}: xslt cflags: $XSLT_PE_CFLAGS" >&5
13405 printf "%s\n" "$as_me:${as_lineno-$LINENO}: xslt libs: $XSLT_PE_LIBS" >&5
13407 if ${ZLIB_PE_LIBS:+false} :
13408 then :
13409 ZLIB_PE_LIBS=z
13410 if ${ZLIB_PE_CFLAGS:+false} :
13411 then :
13412 ZLIB_PE_CFLAGS="-I\$(top_srcdir)/libs/zlib -DFAR= -DZ_SOLO"
13413 else $as_nop
13414 enable_zlib=no
13416 else $as_nop
13417 enable_zlib=no
13419 printf "%s\n" "$as_me:${as_lineno-$LINENO}: zlib cflags: $ZLIB_PE_CFLAGS" >&5
13420 printf "%s\n" "$as_me:${as_lineno-$LINENO}: zlib libs: $ZLIB_PE_LIBS" >&5
13424 if test "$ac_cv_header_pthread_h" = "yes"
13425 then
13426 ac_fn_c_check_func "$LINENO" "pthread_create" "ac_cv_func_pthread_create"
13427 if test "x$ac_cv_func_pthread_create" = xyes
13428 then :
13430 else $as_nop
13431 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
13432 printf %s "checking for pthread_create in -lpthread... " >&6; }
13433 if test ${ac_cv_lib_pthread_pthread_create+y}
13434 then :
13435 printf %s "(cached) " >&6
13436 else $as_nop
13437 ac_check_lib_save_LIBS=$LIBS
13438 LIBS="-lpthread $LIBS"
13439 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13440 /* end confdefs.h. */
13442 /* Override any GCC internal prototype to avoid an error.
13443 Use char because int might match the return type of a GCC
13444 builtin and then its argument prototype would still apply. */
13445 char pthread_create ();
13447 main (void)
13449 return pthread_create ();
13451 return 0;
13453 _ACEOF
13454 if ac_fn_c_try_link "$LINENO"
13455 then :
13456 ac_cv_lib_pthread_pthread_create=yes
13457 else $as_nop
13458 ac_cv_lib_pthread_pthread_create=no
13460 rm -f core conftest.err conftest.$ac_objext conftest.beam \
13461 conftest$ac_exeext conftest.$ac_ext
13462 LIBS=$ac_check_lib_save_LIBS
13464 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
13465 printf "%s\n" "$ac_cv_lib_pthread_pthread_create" >&6; }
13466 if test "x$ac_cv_lib_pthread_pthread_create" = xyes
13467 then :
13468 PTHREAD_LIBS="-lpthread"
13475 if test "x$ac_cv_func_pthread_create" != xyes -a "x$PTHREAD_LIBS" = x
13476 then :
13477 case "x$with_pthread" in
13478 xno) ;;
13479 *) as_fn_error $? "pthread ${notice_platform}development files not found.
13480 Wine cannot support threads without libpthread.
13481 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
13482 esac
13487 ac_ext=c
13488 ac_cpp='$CPP $CPPFLAGS'
13489 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13490 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13491 ac_compiler_gnu=$ac_cv_c_compiler_gnu
13492 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
13493 printf %s "checking how to run the C preprocessor... " >&6; }
13494 # On Suns, sometimes $CPP names a directory.
13495 if test -n "$CPP" && test -d "$CPP"; then
13496 CPP=
13498 if test -z "$CPP"; then
13499 if test ${ac_cv_prog_CPP+y}
13500 then :
13501 printf %s "(cached) " >&6
13502 else $as_nop
13503 # Double quotes because $CC needs to be expanded
13504 for CPP in "$CC -E" "$CC -E -traditional-cpp" cpp /lib/cpp
13506 ac_preproc_ok=false
13507 for ac_c_preproc_warn_flag in '' yes
13509 # Use a header file that comes with gcc, so configuring glibc
13510 # with a fresh cross-compiler works.
13511 # On the NeXT, cc -E runs the code through the compiler's parser,
13512 # not just through cpp. "Syntax error" is here to catch this case.
13513 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13514 /* end confdefs.h. */
13515 #include <limits.h>
13516 Syntax error
13517 _ACEOF
13518 if ac_fn_c_try_cpp "$LINENO"
13519 then :
13521 else $as_nop
13522 # Broken: fails on valid input.
13523 continue
13525 rm -f conftest.err conftest.i conftest.$ac_ext
13527 # OK, works on sane cases. Now check whether nonexistent headers
13528 # can be detected and how.
13529 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13530 /* end confdefs.h. */
13531 #include <ac_nonexistent.h>
13532 _ACEOF
13533 if ac_fn_c_try_cpp "$LINENO"
13534 then :
13535 # Broken: success on invalid input.
13536 continue
13537 else $as_nop
13538 # Passes both tests.
13539 ac_preproc_ok=:
13540 break
13542 rm -f conftest.err conftest.i conftest.$ac_ext
13544 done
13545 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
13546 rm -f conftest.i conftest.err conftest.$ac_ext
13547 if $ac_preproc_ok
13548 then :
13549 break
13552 done
13553 ac_cv_prog_CPP=$CPP
13556 CPP=$ac_cv_prog_CPP
13557 else
13558 ac_cv_prog_CPP=$CPP
13560 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
13561 printf "%s\n" "$CPP" >&6; }
13562 ac_preproc_ok=false
13563 for ac_c_preproc_warn_flag in '' yes
13565 # Use a header file that comes with gcc, so configuring glibc
13566 # with a fresh cross-compiler works.
13567 # On the NeXT, cc -E runs the code through the compiler's parser,
13568 # not just through cpp. "Syntax error" is here to catch this case.
13569 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13570 /* end confdefs.h. */
13571 #include <limits.h>
13572 Syntax error
13573 _ACEOF
13574 if ac_fn_c_try_cpp "$LINENO"
13575 then :
13577 else $as_nop
13578 # Broken: fails on valid input.
13579 continue
13581 rm -f conftest.err conftest.i conftest.$ac_ext
13583 # OK, works on sane cases. Now check whether nonexistent headers
13584 # can be detected and how.
13585 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13586 /* end confdefs.h. */
13587 #include <ac_nonexistent.h>
13588 _ACEOF
13589 if ac_fn_c_try_cpp "$LINENO"
13590 then :
13591 # Broken: success on invalid input.
13592 continue
13593 else $as_nop
13594 # Passes both tests.
13595 ac_preproc_ok=:
13596 break
13598 rm -f conftest.err conftest.i conftest.$ac_ext
13600 done
13601 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
13602 rm -f conftest.i conftest.err conftest.$ac_ext
13603 if $ac_preproc_ok
13604 then :
13606 else $as_nop
13607 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13608 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
13609 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
13610 See \`config.log' for more details" "$LINENO" 5; }
13613 ac_ext=c
13614 ac_cpp='$CPP $CPPFLAGS'
13615 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13616 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13617 ac_compiler_gnu=$ac_cv_c_compiler_gnu
13620 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for X" >&5
13621 printf %s "checking for X... " >&6; }
13624 # Check whether --with-x was given.
13625 if test ${with_x+y}
13626 then :
13627 withval=$with_x;
13630 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
13631 if test "x$with_x" = xno; then
13632 # The user explicitly disabled X.
13633 have_x=disabled
13634 else
13635 case $x_includes,$x_libraries in #(
13636 *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #(
13637 *,NONE | NONE,*) if test ${ac_cv_have_x+y}
13638 then :
13639 printf %s "(cached) " >&6
13640 else $as_nop
13641 # One or both of the vars are not set, and there is no cached value.
13642 ac_x_includes=no
13643 ac_x_libraries=no
13644 # Do we need to do anything special at all?
13645 ac_save_LIBS=$LIBS
13646 LIBS="-lX11 $LIBS"
13647 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13648 /* end confdefs.h. */
13649 #include <X11/Xlib.h>
13651 main (void)
13653 XrmInitialize ()
13655 return 0;
13657 _ACEOF
13658 if ac_fn_c_try_link "$LINENO"
13659 then :
13660 # We can compile and link X programs with no special options.
13661 ac_x_includes=
13662 ac_x_libraries=
13664 rm -f core conftest.err conftest.$ac_objext conftest.beam \
13665 conftest$ac_exeext conftest.$ac_ext
13666 LIBS="$ac_save_LIBS"
13667 # If that didn't work, only try xmkmf and file system searches
13668 # for native compilation.
13669 if test x"$ac_x_includes" = xno && test "$cross_compiling" = no
13670 then :
13671 rm -f -r conftest.dir
13672 if mkdir conftest.dir; then
13673 cd conftest.dir
13674 cat >Imakefile <<'_ACEOF'
13675 incroot:
13676 @echo incroot='${INCROOT}'
13677 usrlibdir:
13678 @echo usrlibdir='${USRLIBDIR}'
13679 libdir:
13680 @echo libdir='${LIBDIR}'
13681 _ACEOF
13682 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
13683 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
13684 for ac_var in incroot usrlibdir libdir; do
13685 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
13686 done
13687 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
13688 for ac_extension in a so sl dylib la dll; do
13689 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
13690 test -f "$ac_im_libdir/libX11.$ac_extension"; then
13691 ac_im_usrlibdir=$ac_im_libdir; break
13693 done
13694 # Screen out bogus values from the imake configuration. They are
13695 # bogus both because they are the default anyway, and because
13696 # using them would break gcc on systems where it needs fixed includes.
13697 case $ac_im_incroot in
13698 /usr/include) ac_x_includes= ;;
13699 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
13700 esac
13701 case $ac_im_usrlibdir in
13702 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
13703 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
13704 esac
13706 cd ..
13707 rm -f -r conftest.dir
13710 # Standard set of common directories for X headers.
13711 # Check X11 before X11Rn because it is often a symlink to the current release.
13712 ac_x_header_dirs='
13713 /usr/X11/include
13714 /usr/X11R7/include
13715 /usr/X11R6/include
13716 /usr/X11R5/include
13717 /usr/X11R4/include
13719 /usr/include/X11
13720 /usr/include/X11R7
13721 /usr/include/X11R6
13722 /usr/include/X11R5
13723 /usr/include/X11R4
13725 /usr/local/X11/include
13726 /usr/local/X11R7/include
13727 /usr/local/X11R6/include
13728 /usr/local/X11R5/include
13729 /usr/local/X11R4/include
13731 /usr/local/include/X11
13732 /usr/local/include/X11R7
13733 /usr/local/include/X11R6
13734 /usr/local/include/X11R5
13735 /usr/local/include/X11R4
13737 /opt/X11/include
13739 /usr/X386/include
13740 /usr/x386/include
13741 /usr/XFree86/include/X11
13743 /usr/include
13744 /usr/local/include
13745 /usr/unsupported/include
13746 /usr/athena/include
13747 /usr/local/x11r5/include
13748 /usr/lpp/Xamples/include
13750 /usr/openwin/include
13751 /usr/openwin/share/include'
13753 if test "$ac_x_includes" = no; then
13754 # Guess where to find include files, by looking for Xlib.h.
13755 # First, try using that file with no special directory specified.
13756 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13757 /* end confdefs.h. */
13758 #include <X11/Xlib.h>
13759 _ACEOF
13760 if ac_fn_c_try_cpp "$LINENO"
13761 then :
13762 # We can compile using X headers with no special include directory.
13763 ac_x_includes=
13764 else $as_nop
13765 for ac_dir in $ac_x_header_dirs; do
13766 if test -r "$ac_dir/X11/Xlib.h"; then
13767 ac_x_includes=$ac_dir
13768 break
13770 done
13772 rm -f conftest.err conftest.i conftest.$ac_ext
13773 fi # $ac_x_includes = no
13775 if test "$ac_x_libraries" = no; then
13776 # Check for the libraries.
13777 # See if we find them without any special options.
13778 # Don't add to $LIBS permanently.
13779 ac_save_LIBS=$LIBS
13780 LIBS="-lX11 $LIBS"
13781 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13782 /* end confdefs.h. */
13783 #include <X11/Xlib.h>
13785 main (void)
13787 XrmInitialize ()
13789 return 0;
13791 _ACEOF
13792 if ac_fn_c_try_link "$LINENO"
13793 then :
13794 LIBS=$ac_save_LIBS
13795 # We can link X programs with no special library path.
13796 ac_x_libraries=
13797 else $as_nop
13798 LIBS=$ac_save_LIBS
13799 for ac_dir in `printf "%s\n" "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
13801 # Don't even attempt the hair of trying to link an X program!
13802 for ac_extension in a so sl dylib la dll; do
13803 if test -r "$ac_dir/libX11.$ac_extension"; then
13804 ac_x_libraries=$ac_dir
13805 break 2
13807 done
13808 done
13810 rm -f core conftest.err conftest.$ac_objext conftest.beam \
13811 conftest$ac_exeext conftest.$ac_ext
13812 fi # $ac_x_libraries = no
13815 # Record the results.
13816 case $ac_x_includes,$ac_x_libraries in #(
13817 no,* | *,no | *\'*) :
13818 # Didn't find X, or a directory has "'" in its name.
13819 ac_cv_have_x="have_x=no" ;; #(
13820 *) :
13821 # Record where we found X for the cache.
13822 ac_cv_have_x="have_x=yes\
13823 ac_x_includes='$ac_x_includes'\
13824 ac_x_libraries='$ac_x_libraries'" ;;
13825 esac
13827 ;; #(
13828 *) have_x=yes;;
13829 esac
13830 eval "$ac_cv_have_x"
13831 fi # $with_x != no
13833 if test "$have_x" != yes; then
13834 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
13835 printf "%s\n" "$have_x" >&6; }
13836 no_x=yes
13837 else
13838 # If each of the values was on the command line, it overrides each guess.
13839 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
13840 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
13841 # Update the cache value to reflect the command line values.
13842 ac_cv_have_x="have_x=yes\
13843 ac_x_includes='$x_includes'\
13844 ac_x_libraries='$x_libraries'"
13845 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
13846 printf "%s\n" "libraries $x_libraries, headers $x_includes" >&6; }
13849 if test "$no_x" = yes; then
13850 # Not all programs may use this symbol, but it does not hurt to define it.
13852 printf "%s\n" "#define X_DISPLAY_MISSING 1" >>confdefs.h
13854 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
13855 else
13856 if test -n "$x_includes"; then
13857 X_CFLAGS="$X_CFLAGS -I$x_includes"
13860 # It would also be nice to do this for all -L options, not just this one.
13861 if test -n "$x_libraries"; then
13862 X_LIBS="$X_LIBS -L$x_libraries"
13863 # For Solaris; some versions of Sun CC require a space after -R and
13864 # others require no space. Words are not sufficient . . . .
13865 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
13866 printf %s "checking whether -R must be followed by a space... " >&6; }
13867 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
13868 ac_xsave_c_werror_flag=$ac_c_werror_flag
13869 ac_c_werror_flag=yes
13870 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13871 /* end confdefs.h. */
13874 main (void)
13878 return 0;
13880 _ACEOF
13881 if ac_fn_c_try_link "$LINENO"
13882 then :
13883 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
13884 printf "%s\n" "no" >&6; }
13885 X_LIBS="$X_LIBS -R$x_libraries"
13886 else $as_nop
13887 LIBS="$ac_xsave_LIBS -R $x_libraries"
13888 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13889 /* end confdefs.h. */
13892 main (void)
13896 return 0;
13898 _ACEOF
13899 if ac_fn_c_try_link "$LINENO"
13900 then :
13901 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13902 printf "%s\n" "yes" >&6; }
13903 X_LIBS="$X_LIBS -R $x_libraries"
13904 else $as_nop
13905 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
13906 printf "%s\n" "neither works" >&6; }
13908 rm -f core conftest.err conftest.$ac_objext conftest.beam \
13909 conftest$ac_exeext conftest.$ac_ext
13911 rm -f core conftest.err conftest.$ac_objext conftest.beam \
13912 conftest$ac_exeext conftest.$ac_ext
13913 ac_c_werror_flag=$ac_xsave_c_werror_flag
13914 LIBS=$ac_xsave_LIBS
13917 # Check for system-dependent libraries X programs must link with.
13918 # Do this before checking for the system-independent R6 libraries
13919 # (-lICE), since we may need -lsocket or whatever for X linking.
13921 if test "$ISC" = yes; then
13922 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
13923 else
13924 # Martyn Johnson says this is needed for Ultrix, if the X
13925 # libraries were built with DECnet support. And Karl Berry says
13926 # the Alpha needs dnet_stub (dnet does not exist).
13927 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
13928 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13929 /* end confdefs.h. */
13931 /* Override any GCC internal prototype to avoid an error.
13932 Use char because int might match the return type of a GCC
13933 builtin and then its argument prototype would still apply. */
13934 char XOpenDisplay ();
13936 main (void)
13938 return XOpenDisplay ();
13940 return 0;
13942 _ACEOF
13943 if ac_fn_c_try_link "$LINENO"
13944 then :
13946 else $as_nop
13947 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
13948 printf %s "checking for dnet_ntoa in -ldnet... " >&6; }
13949 if test ${ac_cv_lib_dnet_dnet_ntoa+y}
13950 then :
13951 printf %s "(cached) " >&6
13952 else $as_nop
13953 ac_check_lib_save_LIBS=$LIBS
13954 LIBS="-ldnet $LIBS"
13955 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13956 /* end confdefs.h. */
13958 /* Override any GCC internal prototype to avoid an error.
13959 Use char because int might match the return type of a GCC
13960 builtin and then its argument prototype would still apply. */
13961 char dnet_ntoa ();
13963 main (void)
13965 return dnet_ntoa ();
13967 return 0;
13969 _ACEOF
13970 if ac_fn_c_try_link "$LINENO"
13971 then :
13972 ac_cv_lib_dnet_dnet_ntoa=yes
13973 else $as_nop
13974 ac_cv_lib_dnet_dnet_ntoa=no
13976 rm -f core conftest.err conftest.$ac_objext conftest.beam \
13977 conftest$ac_exeext conftest.$ac_ext
13978 LIBS=$ac_check_lib_save_LIBS
13980 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
13981 printf "%s\n" "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
13982 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes
13983 then :
13984 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
13987 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
13988 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
13989 printf %s "checking for dnet_ntoa in -ldnet_stub... " >&6; }
13990 if test ${ac_cv_lib_dnet_stub_dnet_ntoa+y}
13991 then :
13992 printf %s "(cached) " >&6
13993 else $as_nop
13994 ac_check_lib_save_LIBS=$LIBS
13995 LIBS="-ldnet_stub $LIBS"
13996 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13997 /* end confdefs.h. */
13999 /* Override any GCC internal prototype to avoid an error.
14000 Use char because int might match the return type of a GCC
14001 builtin and then its argument prototype would still apply. */
14002 char dnet_ntoa ();
14004 main (void)
14006 return dnet_ntoa ();
14008 return 0;
14010 _ACEOF
14011 if ac_fn_c_try_link "$LINENO"
14012 then :
14013 ac_cv_lib_dnet_stub_dnet_ntoa=yes
14014 else $as_nop
14015 ac_cv_lib_dnet_stub_dnet_ntoa=no
14017 rm -f core conftest.err conftest.$ac_objext conftest.beam \
14018 conftest$ac_exeext conftest.$ac_ext
14019 LIBS=$ac_check_lib_save_LIBS
14021 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
14022 printf "%s\n" "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
14023 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes
14024 then :
14025 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
14030 rm -f core conftest.err conftest.$ac_objext conftest.beam \
14031 conftest$ac_exeext conftest.$ac_ext
14032 LIBS="$ac_xsave_LIBS"
14034 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
14035 # to get the SysV transport functions.
14036 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
14037 # needs -lnsl.
14038 # The nsl library prevents programs from opening the X display
14039 # on Irix 5.2, according to T.E. Dickey.
14040 # The functions gethostbyname, getservbyname, and inet_addr are
14041 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
14042 ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
14043 if test "x$ac_cv_func_gethostbyname" = xyes
14044 then :
14048 if test $ac_cv_func_gethostbyname = no; then
14049 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
14050 printf %s "checking for gethostbyname in -lnsl... " >&6; }
14051 if test ${ac_cv_lib_nsl_gethostbyname+y}
14052 then :
14053 printf %s "(cached) " >&6
14054 else $as_nop
14055 ac_check_lib_save_LIBS=$LIBS
14056 LIBS="-lnsl $LIBS"
14057 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14058 /* end confdefs.h. */
14060 /* Override any GCC internal prototype to avoid an error.
14061 Use char because int might match the return type of a GCC
14062 builtin and then its argument prototype would still apply. */
14063 char gethostbyname ();
14065 main (void)
14067 return gethostbyname ();
14069 return 0;
14071 _ACEOF
14072 if ac_fn_c_try_link "$LINENO"
14073 then :
14074 ac_cv_lib_nsl_gethostbyname=yes
14075 else $as_nop
14076 ac_cv_lib_nsl_gethostbyname=no
14078 rm -f core conftest.err conftest.$ac_objext conftest.beam \
14079 conftest$ac_exeext conftest.$ac_ext
14080 LIBS=$ac_check_lib_save_LIBS
14082 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
14083 printf "%s\n" "$ac_cv_lib_nsl_gethostbyname" >&6; }
14084 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes
14085 then :
14086 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
14089 if test $ac_cv_lib_nsl_gethostbyname = no; then
14090 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
14091 printf %s "checking for gethostbyname in -lbsd... " >&6; }
14092 if test ${ac_cv_lib_bsd_gethostbyname+y}
14093 then :
14094 printf %s "(cached) " >&6
14095 else $as_nop
14096 ac_check_lib_save_LIBS=$LIBS
14097 LIBS="-lbsd $LIBS"
14098 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14099 /* end confdefs.h. */
14101 /* Override any GCC internal prototype to avoid an error.
14102 Use char because int might match the return type of a GCC
14103 builtin and then its argument prototype would still apply. */
14104 char gethostbyname ();
14106 main (void)
14108 return gethostbyname ();
14110 return 0;
14112 _ACEOF
14113 if ac_fn_c_try_link "$LINENO"
14114 then :
14115 ac_cv_lib_bsd_gethostbyname=yes
14116 else $as_nop
14117 ac_cv_lib_bsd_gethostbyname=no
14119 rm -f core conftest.err conftest.$ac_objext conftest.beam \
14120 conftest$ac_exeext conftest.$ac_ext
14121 LIBS=$ac_check_lib_save_LIBS
14123 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
14124 printf "%s\n" "$ac_cv_lib_bsd_gethostbyname" >&6; }
14125 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes
14126 then :
14127 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
14133 # lieder@skyler.mavd.honeywell.com says without -lsocket,
14134 # socket/setsockopt and other routines are undefined under SCO ODT
14135 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
14136 # on later versions), says Simon Leinen: it contains gethostby*
14137 # variants that don't use the name server (or something). -lsocket
14138 # must be given before -lnsl if both are needed. We assume that
14139 # if connect needs -lnsl, so does gethostbyname.
14140 ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
14141 if test "x$ac_cv_func_connect" = xyes
14142 then :
14146 if test $ac_cv_func_connect = no; then
14147 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
14148 printf %s "checking for connect in -lsocket... " >&6; }
14149 if test ${ac_cv_lib_socket_connect+y}
14150 then :
14151 printf %s "(cached) " >&6
14152 else $as_nop
14153 ac_check_lib_save_LIBS=$LIBS
14154 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
14155 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14156 /* end confdefs.h. */
14158 /* Override any GCC internal prototype to avoid an error.
14159 Use char because int might match the return type of a GCC
14160 builtin and then its argument prototype would still apply. */
14161 char connect ();
14163 main (void)
14165 return connect ();
14167 return 0;
14169 _ACEOF
14170 if ac_fn_c_try_link "$LINENO"
14171 then :
14172 ac_cv_lib_socket_connect=yes
14173 else $as_nop
14174 ac_cv_lib_socket_connect=no
14176 rm -f core conftest.err conftest.$ac_objext conftest.beam \
14177 conftest$ac_exeext conftest.$ac_ext
14178 LIBS=$ac_check_lib_save_LIBS
14180 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
14181 printf "%s\n" "$ac_cv_lib_socket_connect" >&6; }
14182 if test "x$ac_cv_lib_socket_connect" = xyes
14183 then :
14184 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
14189 # Guillermo Gomez says -lposix is necessary on A/UX.
14190 ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
14191 if test "x$ac_cv_func_remove" = xyes
14192 then :
14196 if test $ac_cv_func_remove = no; then
14197 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
14198 printf %s "checking for remove in -lposix... " >&6; }
14199 if test ${ac_cv_lib_posix_remove+y}
14200 then :
14201 printf %s "(cached) " >&6
14202 else $as_nop
14203 ac_check_lib_save_LIBS=$LIBS
14204 LIBS="-lposix $LIBS"
14205 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14206 /* end confdefs.h. */
14208 /* Override any GCC internal prototype to avoid an error.
14209 Use char because int might match the return type of a GCC
14210 builtin and then its argument prototype would still apply. */
14211 char remove ();
14213 main (void)
14215 return remove ();
14217 return 0;
14219 _ACEOF
14220 if ac_fn_c_try_link "$LINENO"
14221 then :
14222 ac_cv_lib_posix_remove=yes
14223 else $as_nop
14224 ac_cv_lib_posix_remove=no
14226 rm -f core conftest.err conftest.$ac_objext conftest.beam \
14227 conftest$ac_exeext conftest.$ac_ext
14228 LIBS=$ac_check_lib_save_LIBS
14230 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
14231 printf "%s\n" "$ac_cv_lib_posix_remove" >&6; }
14232 if test "x$ac_cv_lib_posix_remove" = xyes
14233 then :
14234 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
14239 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
14240 ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
14241 if test "x$ac_cv_func_shmat" = xyes
14242 then :
14246 if test $ac_cv_func_shmat = no; then
14247 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
14248 printf %s "checking for shmat in -lipc... " >&6; }
14249 if test ${ac_cv_lib_ipc_shmat+y}
14250 then :
14251 printf %s "(cached) " >&6
14252 else $as_nop
14253 ac_check_lib_save_LIBS=$LIBS
14254 LIBS="-lipc $LIBS"
14255 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14256 /* end confdefs.h. */
14258 /* Override any GCC internal prototype to avoid an error.
14259 Use char because int might match the return type of a GCC
14260 builtin and then its argument prototype would still apply. */
14261 char shmat ();
14263 main (void)
14265 return shmat ();
14267 return 0;
14269 _ACEOF
14270 if ac_fn_c_try_link "$LINENO"
14271 then :
14272 ac_cv_lib_ipc_shmat=yes
14273 else $as_nop
14274 ac_cv_lib_ipc_shmat=no
14276 rm -f core conftest.err conftest.$ac_objext conftest.beam \
14277 conftest$ac_exeext conftest.$ac_ext
14278 LIBS=$ac_check_lib_save_LIBS
14280 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
14281 printf "%s\n" "$ac_cv_lib_ipc_shmat" >&6; }
14282 if test "x$ac_cv_lib_ipc_shmat" = xyes
14283 then :
14284 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
14290 # Check for libraries that X11R6 Xt/Xaw programs need.
14291 ac_save_LDFLAGS=$LDFLAGS
14292 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
14293 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
14294 # check for ICE first), but we must link in the order -lSM -lICE or
14295 # we get undefined symbols. So assume we have SM if we have ICE.
14296 # These have to be linked with before -lX11, unlike the other
14297 # libraries we check for below, so use a different variable.
14298 # John Interrante, Karl Berry
14299 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
14300 printf %s "checking for IceConnectionNumber in -lICE... " >&6; }
14301 if test ${ac_cv_lib_ICE_IceConnectionNumber+y}
14302 then :
14303 printf %s "(cached) " >&6
14304 else $as_nop
14305 ac_check_lib_save_LIBS=$LIBS
14306 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
14307 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14308 /* end confdefs.h. */
14310 /* Override any GCC internal prototype to avoid an error.
14311 Use char because int might match the return type of a GCC
14312 builtin and then its argument prototype would still apply. */
14313 char IceConnectionNumber ();
14315 main (void)
14317 return IceConnectionNumber ();
14319 return 0;
14321 _ACEOF
14322 if ac_fn_c_try_link "$LINENO"
14323 then :
14324 ac_cv_lib_ICE_IceConnectionNumber=yes
14325 else $as_nop
14326 ac_cv_lib_ICE_IceConnectionNumber=no
14328 rm -f core conftest.err conftest.$ac_objext conftest.beam \
14329 conftest$ac_exeext conftest.$ac_ext
14330 LIBS=$ac_check_lib_save_LIBS
14332 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
14333 printf "%s\n" "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
14334 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes
14335 then :
14336 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
14339 LDFLAGS=$ac_save_LDFLAGS
14344 if test "$have_x" = "yes"
14345 then
14346 ac_save_CPPFLAGS="$CPPFLAGS"
14347 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
14349 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
14350 printf %s "checking for -lX11... " >&6; }
14351 if test ${ac_cv_lib_soname_X11+y}
14352 then :
14353 printf %s "(cached) " >&6
14354 else $as_nop
14355 ac_check_soname_save_LIBS=$LIBS
14356 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
14357 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14358 /* end confdefs.h. */
14360 /* Override any GCC internal prototype to avoid an error.
14361 Use char because int might match the return type of a GCC
14362 builtin and then its argument prototype would still apply. */
14363 char XCreateWindow ();
14365 main (void)
14367 return XCreateWindow ();
14369 return 0;
14371 _ACEOF
14372 if ac_fn_c_try_link "$LINENO"
14373 then :
14374 case "$LIBEXT" in
14375 dll) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14376 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'` ;;
14377 *) ac_cv_lib_soname_X11=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libX11\\.$LIBEXT" | sed -e "s/^.*\\[\\(libX11\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14378 if ${ac_cv_lib_soname_X11:+false} :
14379 then :
14380 ac_cv_lib_soname_X11=`$LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14381 fi ;;
14382 esac
14383 else $as_nop
14384 ac_cv_lib_soname_X11=
14386 rm -f core conftest.err conftest.$ac_objext conftest.beam \
14387 conftest$ac_exeext conftest.$ac_ext
14388 LIBS=$ac_check_soname_save_LIBS
14390 if ${ac_cv_lib_soname_X11:+false} :
14391 then :
14392 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14393 printf "%s\n" "not found" >&6; }
14395 else $as_nop
14396 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
14397 printf "%s\n" "$ac_cv_lib_soname_X11" >&6; }
14399 printf "%s\n" "#define SONAME_LIBX11 \"$ac_cv_lib_soname_X11\"" >>confdefs.h
14403 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
14404 printf %s "checking for -lXext... " >&6; }
14405 if test ${ac_cv_lib_soname_Xext+y}
14406 then :
14407 printf %s "(cached) " >&6
14408 else $as_nop
14409 ac_check_soname_save_LIBS=$LIBS
14410 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
14411 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14412 /* end confdefs.h. */
14414 /* Override any GCC internal prototype to avoid an error.
14415 Use char because int might match the return type of a GCC
14416 builtin and then its argument prototype would still apply. */
14417 char XextCreateExtension ();
14419 main (void)
14421 return XextCreateExtension ();
14423 return 0;
14425 _ACEOF
14426 if ac_fn_c_try_link "$LINENO"
14427 then :
14428 case "$LIBEXT" in
14429 dll) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14430 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'` ;;
14431 *) ac_cv_lib_soname_Xext=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXext\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXext\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14432 if ${ac_cv_lib_soname_Xext:+false} :
14433 then :
14434 ac_cv_lib_soname_Xext=`$LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14435 fi ;;
14436 esac
14437 else $as_nop
14438 ac_cv_lib_soname_Xext=
14440 rm -f core conftest.err conftest.$ac_objext conftest.beam \
14441 conftest$ac_exeext conftest.$ac_ext
14442 LIBS=$ac_check_soname_save_LIBS
14444 if ${ac_cv_lib_soname_Xext:+false} :
14445 then :
14446 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14447 printf "%s\n" "not found" >&6; }
14449 else $as_nop
14450 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
14451 printf "%s\n" "$ac_cv_lib_soname_Xext" >&6; }
14453 printf "%s\n" "#define SONAME_LIBXEXT \"$ac_cv_lib_soname_Xext\"" >>confdefs.h
14455 X_LIBS="$X_LIBS -lXext"
14457 X_LIBS="$X_LIBS -lX11"
14459 ac_fn_c_check_header_compile "$LINENO" "X11/Xlib.h" "ac_cv_header_X11_Xlib_h" "#ifdef HAVE_X11_XLIB_H
14460 # include <X11/Xlib.h>
14461 #endif
14462 #ifdef HAVE_X11_XUTIL_H
14463 # include <X11/Xutil.h>
14464 #endif
14466 if test "x$ac_cv_header_X11_Xlib_h" = xyes
14467 then :
14468 printf "%s\n" "#define HAVE_X11_XLIB_H 1" >>confdefs.h
14471 ac_fn_c_check_header_compile "$LINENO" "X11/XKBlib.h" "ac_cv_header_X11_XKBlib_h" "#ifdef HAVE_X11_XLIB_H
14472 # include <X11/Xlib.h>
14473 #endif
14474 #ifdef HAVE_X11_XUTIL_H
14475 # include <X11/Xutil.h>
14476 #endif
14478 if test "x$ac_cv_header_X11_XKBlib_h" = xyes
14479 then :
14480 printf "%s\n" "#define HAVE_X11_XKBLIB_H 1" >>confdefs.h
14483 ac_fn_c_check_header_compile "$LINENO" "X11/Xutil.h" "ac_cv_header_X11_Xutil_h" "#ifdef HAVE_X11_XLIB_H
14484 # include <X11/Xlib.h>
14485 #endif
14486 #ifdef HAVE_X11_XUTIL_H
14487 # include <X11/Xutil.h>
14488 #endif
14490 if test "x$ac_cv_header_X11_Xutil_h" = xyes
14491 then :
14492 printf "%s\n" "#define HAVE_X11_XUTIL_H 1" >>confdefs.h
14495 ac_fn_c_check_header_compile "$LINENO" "X11/Xcursor/Xcursor.h" "ac_cv_header_X11_Xcursor_Xcursor_h" "#ifdef HAVE_X11_XLIB_H
14496 # include <X11/Xlib.h>
14497 #endif
14498 #ifdef HAVE_X11_XUTIL_H
14499 # include <X11/Xutil.h>
14500 #endif
14502 if test "x$ac_cv_header_X11_Xcursor_Xcursor_h" = xyes
14503 then :
14504 printf "%s\n" "#define HAVE_X11_XCURSOR_XCURSOR_H 1" >>confdefs.h
14507 ac_fn_c_check_header_compile "$LINENO" "X11/extensions/shape.h" "ac_cv_header_X11_extensions_shape_h" "#ifdef HAVE_X11_XLIB_H
14508 # include <X11/Xlib.h>
14509 #endif
14510 #ifdef HAVE_X11_XUTIL_H
14511 # include <X11/Xutil.h>
14512 #endif
14514 if test "x$ac_cv_header_X11_extensions_shape_h" = xyes
14515 then :
14516 printf "%s\n" "#define HAVE_X11_EXTENSIONS_SHAPE_H 1" >>confdefs.h
14519 ac_fn_c_check_header_compile "$LINENO" "X11/extensions/XInput.h" "ac_cv_header_X11_extensions_XInput_h" "#ifdef HAVE_X11_XLIB_H
14520 # include <X11/Xlib.h>
14521 #endif
14522 #ifdef HAVE_X11_XUTIL_H
14523 # include <X11/Xutil.h>
14524 #endif
14526 if test "x$ac_cv_header_X11_extensions_XInput_h" = xyes
14527 then :
14528 printf "%s\n" "#define HAVE_X11_EXTENSIONS_XINPUT_H 1" >>confdefs.h
14531 ac_fn_c_check_header_compile "$LINENO" "X11/extensions/XInput2.h" "ac_cv_header_X11_extensions_XInput2_h" "#ifdef HAVE_X11_XLIB_H
14532 # include <X11/Xlib.h>
14533 #endif
14534 #ifdef HAVE_X11_XUTIL_H
14535 # include <X11/Xutil.h>
14536 #endif
14538 if test "x$ac_cv_header_X11_extensions_XInput2_h" = xyes
14539 then :
14540 printf "%s\n" "#define HAVE_X11_EXTENSIONS_XINPUT2_H 1" >>confdefs.h
14543 ac_fn_c_check_header_compile "$LINENO" "X11/extensions/XShm.h" "ac_cv_header_X11_extensions_XShm_h" "#ifdef HAVE_X11_XLIB_H
14544 # include <X11/Xlib.h>
14545 #endif
14546 #ifdef HAVE_X11_XUTIL_H
14547 # include <X11/Xutil.h>
14548 #endif
14550 if test "x$ac_cv_header_X11_extensions_XShm_h" = xyes
14551 then :
14552 printf "%s\n" "#define HAVE_X11_EXTENSIONS_XSHM_H 1" >>confdefs.h
14555 ac_fn_c_check_header_compile "$LINENO" "X11/extensions/Xcomposite.h" "ac_cv_header_X11_extensions_Xcomposite_h" "#ifdef HAVE_X11_XLIB_H
14556 # include <X11/Xlib.h>
14557 #endif
14558 #ifdef HAVE_X11_XUTIL_H
14559 # include <X11/Xutil.h>
14560 #endif
14562 if test "x$ac_cv_header_X11_extensions_Xcomposite_h" = xyes
14563 then :
14564 printf "%s\n" "#define HAVE_X11_EXTENSIONS_XCOMPOSITE_H 1" >>confdefs.h
14567 ac_fn_c_check_header_compile "$LINENO" "X11/extensions/Xfixes.h" "ac_cv_header_X11_extensions_Xfixes_h" "#ifdef HAVE_X11_XLIB_H
14568 # include <X11/Xlib.h>
14569 #endif
14570 #ifdef HAVE_X11_XUTIL_H
14571 # include <X11/Xutil.h>
14572 #endif
14574 if test "x$ac_cv_header_X11_extensions_Xfixes_h" = xyes
14575 then :
14576 printf "%s\n" "#define HAVE_X11_EXTENSIONS_XFIXES_H 1" >>confdefs.h
14579 ac_fn_c_check_header_compile "$LINENO" "X11/extensions/Xinerama.h" "ac_cv_header_X11_extensions_Xinerama_h" "#ifdef HAVE_X11_XLIB_H
14580 # include <X11/Xlib.h>
14581 #endif
14582 #ifdef HAVE_X11_XUTIL_H
14583 # include <X11/Xutil.h>
14584 #endif
14586 if test "x$ac_cv_header_X11_extensions_Xinerama_h" = xyes
14587 then :
14588 printf "%s\n" "#define HAVE_X11_EXTENSIONS_XINERAMA_H 1" >>confdefs.h
14591 ac_fn_c_check_header_compile "$LINENO" "X11/extensions/Xrandr.h" "ac_cv_header_X11_extensions_Xrandr_h" "#ifdef HAVE_X11_XLIB_H
14592 # include <X11/Xlib.h>
14593 #endif
14594 #ifdef HAVE_X11_XUTIL_H
14595 # include <X11/Xutil.h>
14596 #endif
14598 if test "x$ac_cv_header_X11_extensions_Xrandr_h" = xyes
14599 then :
14600 printf "%s\n" "#define HAVE_X11_EXTENSIONS_XRANDR_H 1" >>confdefs.h
14603 ac_fn_c_check_header_compile "$LINENO" "X11/extensions/Xrender.h" "ac_cv_header_X11_extensions_Xrender_h" "#ifdef HAVE_X11_XLIB_H
14604 # include <X11/Xlib.h>
14605 #endif
14606 #ifdef HAVE_X11_XUTIL_H
14607 # include <X11/Xutil.h>
14608 #endif
14610 if test "x$ac_cv_header_X11_extensions_Xrender_h" = xyes
14611 then :
14612 printf "%s\n" "#define HAVE_X11_EXTENSIONS_XRENDER_H 1" >>confdefs.h
14615 ac_fn_c_check_header_compile "$LINENO" "X11/extensions/xf86vmode.h" "ac_cv_header_X11_extensions_xf86vmode_h" "#ifdef HAVE_X11_XLIB_H
14616 # include <X11/Xlib.h>
14617 #endif
14618 #ifdef HAVE_X11_XUTIL_H
14619 # include <X11/Xutil.h>
14620 #endif
14622 if test "x$ac_cv_header_X11_extensions_xf86vmode_h" = xyes
14623 then :
14624 printf "%s\n" "#define HAVE_X11_EXTENSIONS_XF86VMODE_H 1" >>confdefs.h
14627 ac_fn_c_check_header_compile "$LINENO" "X11/extensions/xf86vmproto.h" "ac_cv_header_X11_extensions_xf86vmproto_h" "#ifdef HAVE_X11_XLIB_H
14628 # include <X11/Xlib.h>
14629 #endif
14630 #ifdef HAVE_X11_XUTIL_H
14631 # include <X11/Xutil.h>
14632 #endif
14634 if test "x$ac_cv_header_X11_extensions_xf86vmproto_h" = xyes
14635 then :
14636 printf "%s\n" "#define HAVE_X11_EXTENSIONS_XF86VMPROTO_H 1" >>confdefs.h
14641 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
14642 then
14643 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
14644 printf %s "checking for XkbQueryExtension in -lX11... " >&6; }
14645 if test ${ac_cv_lib_X11_XkbQueryExtension+y}
14646 then :
14647 printf %s "(cached) " >&6
14648 else $as_nop
14649 ac_check_lib_save_LIBS=$LIBS
14650 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
14651 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14652 /* end confdefs.h. */
14654 /* Override any GCC internal prototype to avoid an error.
14655 Use char because int might match the return type of a GCC
14656 builtin and then its argument prototype would still apply. */
14657 char XkbQueryExtension ();
14659 main (void)
14661 return XkbQueryExtension ();
14663 return 0;
14665 _ACEOF
14666 if ac_fn_c_try_link "$LINENO"
14667 then :
14668 ac_cv_lib_X11_XkbQueryExtension=yes
14669 else $as_nop
14670 ac_cv_lib_X11_XkbQueryExtension=no
14672 rm -f core conftest.err conftest.$ac_objext conftest.beam \
14673 conftest$ac_exeext conftest.$ac_ext
14674 LIBS=$ac_check_lib_save_LIBS
14676 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
14677 printf "%s\n" "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
14678 if test "x$ac_cv_lib_X11_XkbQueryExtension" = xyes
14679 then :
14681 printf "%s\n" "#define HAVE_XKB 1" >>confdefs.h
14687 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
14688 then
14689 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
14690 printf %s "checking for -lXcursor... " >&6; }
14691 if test ${ac_cv_lib_soname_Xcursor+y}
14692 then :
14693 printf %s "(cached) " >&6
14694 else $as_nop
14695 ac_check_soname_save_LIBS=$LIBS
14696 LIBS="-lXcursor $X_LIBS $X_EXTRA_LIBS $LIBS"
14697 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14698 /* end confdefs.h. */
14700 /* Override any GCC internal prototype to avoid an error.
14701 Use char because int might match the return type of a GCC
14702 builtin and then its argument prototype would still apply. */
14703 char XcursorImageLoadCursor ();
14705 main (void)
14707 return XcursorImageLoadCursor ();
14709 return 0;
14711 _ACEOF
14712 if ac_fn_c_try_link "$LINENO"
14713 then :
14714 case "$LIBEXT" in
14715 dll) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14716 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'` ;;
14717 *) ac_cv_lib_soname_Xcursor=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcursor\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcursor\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14718 if ${ac_cv_lib_soname_Xcursor:+false} :
14719 then :
14720 ac_cv_lib_soname_Xcursor=`$LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14721 fi ;;
14722 esac
14723 else $as_nop
14724 ac_cv_lib_soname_Xcursor=
14726 rm -f core conftest.err conftest.$ac_objext conftest.beam \
14727 conftest$ac_exeext conftest.$ac_ext
14728 LIBS=$ac_check_soname_save_LIBS
14730 if ${ac_cv_lib_soname_Xcursor:+false} :
14731 then :
14732 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14733 printf "%s\n" "not found" >&6; }
14735 else $as_nop
14736 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
14737 printf "%s\n" "$ac_cv_lib_soname_Xcursor" >&6; }
14739 printf "%s\n" "#define SONAME_LIBXCURSOR \"$ac_cv_lib_soname_Xcursor\"" >>confdefs.h
14744 if test "x$ac_cv_lib_soname_Xcursor" = "x"
14745 then :
14746 case "x$with_xcursor" in
14747 x) as_fn_append wine_notices "|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
14748 xno) ;;
14749 *) as_fn_error $? "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
14750 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
14751 esac
14755 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
14756 then
14757 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
14758 printf %s "checking for -lXi... " >&6; }
14759 if test ${ac_cv_lib_soname_Xi+y}
14760 then :
14761 printf %s "(cached) " >&6
14762 else $as_nop
14763 ac_check_soname_save_LIBS=$LIBS
14764 LIBS="-lXi $X_LIBS $X_EXTRA_LIBS $LIBS"
14765 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14766 /* end confdefs.h. */
14768 /* Override any GCC internal prototype to avoid an error.
14769 Use char because int might match the return type of a GCC
14770 builtin and then its argument prototype would still apply. */
14771 char XOpenDevice ();
14773 main (void)
14775 return XOpenDevice ();
14777 return 0;
14779 _ACEOF
14780 if ac_fn_c_try_link "$LINENO"
14781 then :
14782 case "$LIBEXT" in
14783 dll) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14784 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'` ;;
14785 *) ac_cv_lib_soname_Xi=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14786 if ${ac_cv_lib_soname_Xi:+false} :
14787 then :
14788 ac_cv_lib_soname_Xi=`$LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14789 fi ;;
14790 esac
14791 else $as_nop
14792 ac_cv_lib_soname_Xi=
14794 rm -f core conftest.err conftest.$ac_objext conftest.beam \
14795 conftest$ac_exeext conftest.$ac_ext
14796 LIBS=$ac_check_soname_save_LIBS
14798 if ${ac_cv_lib_soname_Xi:+false} :
14799 then :
14800 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14801 printf "%s\n" "not found" >&6; }
14803 else $as_nop
14804 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
14805 printf "%s\n" "$ac_cv_lib_soname_Xi" >&6; }
14807 printf "%s\n" "#define SONAME_LIBXI \"$ac_cv_lib_soname_Xi\"" >>confdefs.h
14812 if test "x$ac_cv_lib_soname_Xi" = "x"
14813 then :
14814 case "x$with_xinput" in
14815 x) as_fn_append wine_notices "|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
14816 xno) ;;
14817 *) as_fn_error $? "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
14818 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
14819 esac
14823 if test "x$ac_cv_lib_soname_Xi" != x
14824 then
14825 if test "$ac_cv_header_X11_extensions_XInput2_h" != "yes"
14826 then :
14827 case "x$with_xinput2" in
14828 x) as_fn_append wine_notices "|XInput2 headers not found, the XInput 2 extension won't be supported." ;;
14829 xno) ;;
14830 *) as_fn_error $? "XInput2 headers not found, the XInput 2 extension won't be supported.
14831 This is an error since --with-xinput2 was requested." "$LINENO" 5 ;;
14832 esac
14837 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
14838 then
14839 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
14840 printf %s "checking for XShmQueryExtension in -lXext... " >&6; }
14841 if test ${ac_cv_lib_Xext_XShmQueryExtension+y}
14842 then :
14843 printf %s "(cached) " >&6
14844 else $as_nop
14845 ac_check_lib_save_LIBS=$LIBS
14846 LIBS="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
14847 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14848 /* end confdefs.h. */
14850 /* Override any GCC internal prototype to avoid an error.
14851 Use char because int might match the return type of a GCC
14852 builtin and then its argument prototype would still apply. */
14853 char XShmQueryExtension ();
14855 main (void)
14857 return XShmQueryExtension ();
14859 return 0;
14861 _ACEOF
14862 if ac_fn_c_try_link "$LINENO"
14863 then :
14864 ac_cv_lib_Xext_XShmQueryExtension=yes
14865 else $as_nop
14866 ac_cv_lib_Xext_XShmQueryExtension=no
14868 rm -f core conftest.err conftest.$ac_objext conftest.beam \
14869 conftest$ac_exeext conftest.$ac_ext
14870 LIBS=$ac_check_lib_save_LIBS
14872 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
14873 printf "%s\n" "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
14874 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = xyes
14875 then :
14877 printf "%s\n" "#define HAVE_LIBXXSHM 1" >>confdefs.h
14882 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"
14883 then :
14884 case "x$with_xshm" in
14885 x) as_fn_append wine_notices "|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
14886 xno) ;;
14887 *) as_fn_error $? "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
14888 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
14889 esac
14893 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
14894 then
14895 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
14896 printf %s "checking for XShapeQueryExtension in -lXext... " >&6; }
14897 if test ${ac_cv_lib_Xext_XShapeQueryExtension+y}
14898 then :
14899 printf %s "(cached) " >&6
14900 else $as_nop
14901 ac_check_lib_save_LIBS=$LIBS
14902 LIBS="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
14903 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14904 /* end confdefs.h. */
14906 /* Override any GCC internal prototype to avoid an error.
14907 Use char because int might match the return type of a GCC
14908 builtin and then its argument prototype would still apply. */
14909 char XShapeQueryExtension ();
14911 main (void)
14913 return XShapeQueryExtension ();
14915 return 0;
14917 _ACEOF
14918 if ac_fn_c_try_link "$LINENO"
14919 then :
14920 ac_cv_lib_Xext_XShapeQueryExtension=yes
14921 else $as_nop
14922 ac_cv_lib_Xext_XShapeQueryExtension=no
14924 rm -f core conftest.err conftest.$ac_objext conftest.beam \
14925 conftest$ac_exeext conftest.$ac_ext
14926 LIBS=$ac_check_lib_save_LIBS
14928 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
14929 printf "%s\n" "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
14930 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes
14931 then :
14933 printf "%s\n" "#define HAVE_LIBXSHAPE 1" >>confdefs.h
14938 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"
14939 then :
14940 case "x$with_xshape" in
14941 x) as_fn_append wine_notices "|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
14942 xno) ;;
14943 *) as_fn_error $? "XShape ${notice_platform}development files not found, XShape won't be supported.
14944 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
14945 esac
14949 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
14950 then
14951 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
14952 printf %s "checking for -lXxf86vm... " >&6; }
14953 if test ${ac_cv_lib_soname_Xxf86vm+y}
14954 then :
14955 printf %s "(cached) " >&6
14956 else $as_nop
14957 ac_check_soname_save_LIBS=$LIBS
14958 LIBS="-lXxf86vm $X_LIBS $X_EXTRA_LIBS $LIBS"
14959 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14960 /* end confdefs.h. */
14962 /* Override any GCC internal prototype to avoid an error.
14963 Use char because int might match the return type of a GCC
14964 builtin and then its argument prototype would still apply. */
14965 char XF86VidModeQueryExtension ();
14967 main (void)
14969 return XF86VidModeQueryExtension ();
14971 return 0;
14973 _ACEOF
14974 if ac_fn_c_try_link "$LINENO"
14975 then :
14976 case "$LIBEXT" in
14977 dll) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14978 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'` ;;
14979 *) ac_cv_lib_soname_Xxf86vm=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXxf86vm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14980 if ${ac_cv_lib_soname_Xxf86vm:+false} :
14981 then :
14982 ac_cv_lib_soname_Xxf86vm=`$LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14983 fi ;;
14984 esac
14985 else $as_nop
14986 ac_cv_lib_soname_Xxf86vm=
14988 rm -f core conftest.err conftest.$ac_objext conftest.beam \
14989 conftest$ac_exeext conftest.$ac_ext
14990 LIBS=$ac_check_soname_save_LIBS
14992 if ${ac_cv_lib_soname_Xxf86vm:+false} :
14993 then :
14994 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14995 printf "%s\n" "not found" >&6; }
14997 else $as_nop
14998 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
14999 printf "%s\n" "$ac_cv_lib_soname_Xxf86vm" >&6; }
15001 printf "%s\n" "#define SONAME_LIBXXF86VM \"$ac_cv_lib_soname_Xxf86vm\"" >>confdefs.h
15006 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"
15007 then :
15008 case "x$with_xxf86vm" in
15009 x) as_fn_append wine_notices "|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
15010 xno) ;;
15011 *) as_fn_error $? "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
15012 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
15013 esac
15017 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x"
15018 then
15019 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
15020 printf %s "checking for -lXrender... " >&6; }
15021 if test ${ac_cv_lib_soname_Xrender+y}
15022 then :
15023 printf %s "(cached) " >&6
15024 else $as_nop
15025 ac_check_soname_save_LIBS=$LIBS
15026 LIBS="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
15027 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15028 /* end confdefs.h. */
15030 /* Override any GCC internal prototype to avoid an error.
15031 Use char because int might match the return type of a GCC
15032 builtin and then its argument prototype would still apply. */
15033 char XRenderQueryExtension ();
15035 main (void)
15037 return XRenderQueryExtension ();
15039 return 0;
15041 _ACEOF
15042 if ac_fn_c_try_link "$LINENO"
15043 then :
15044 case "$LIBEXT" in
15045 dll) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15046 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'` ;;
15047 *) ac_cv_lib_soname_Xrender=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrender\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrender\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15048 if ${ac_cv_lib_soname_Xrender:+false} :
15049 then :
15050 ac_cv_lib_soname_Xrender=`$LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15051 fi ;;
15052 esac
15053 else $as_nop
15054 ac_cv_lib_soname_Xrender=
15056 rm -f core conftest.err conftest.$ac_objext conftest.beam \
15057 conftest$ac_exeext conftest.$ac_ext
15058 LIBS=$ac_check_soname_save_LIBS
15060 if ${ac_cv_lib_soname_Xrender:+false} :
15061 then :
15062 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15063 printf "%s\n" "not found" >&6; }
15065 else $as_nop
15066 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
15067 printf "%s\n" "$ac_cv_lib_soname_Xrender" >&6; }
15069 printf "%s\n" "#define SONAME_LIBXRENDER \"$ac_cv_lib_soname_Xrender\"" >>confdefs.h
15071 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
15072 printf %s "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
15073 if test ${ac_cv_lib_Xrender_XRenderSetPictureTransform+y}
15074 then :
15075 printf %s "(cached) " >&6
15076 else $as_nop
15077 ac_check_lib_save_LIBS=$LIBS
15078 LIBS="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
15079 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15080 /* end confdefs.h. */
15082 /* Override any GCC internal prototype to avoid an error.
15083 Use char because int might match the return type of a GCC
15084 builtin and then its argument prototype would still apply. */
15085 char XRenderSetPictureTransform ();
15087 main (void)
15089 return XRenderSetPictureTransform ();
15091 return 0;
15093 _ACEOF
15094 if ac_fn_c_try_link "$LINENO"
15095 then :
15096 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
15097 else $as_nop
15098 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
15100 rm -f core conftest.err conftest.$ac_objext conftest.beam \
15101 conftest$ac_exeext conftest.$ac_ext
15102 LIBS=$ac_check_lib_save_LIBS
15104 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
15105 printf "%s\n" "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
15106 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = xyes
15107 then :
15109 printf "%s\n" "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
15113 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for XRenderCreateLinearGradient in -lXrender" >&5
15114 printf %s "checking for XRenderCreateLinearGradient in -lXrender... " >&6; }
15115 if test ${ac_cv_lib_Xrender_XRenderCreateLinearGradient+y}
15116 then :
15117 printf %s "(cached) " >&6
15118 else $as_nop
15119 ac_check_lib_save_LIBS=$LIBS
15120 LIBS="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
15121 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15122 /* end confdefs.h. */
15124 /* Override any GCC internal prototype to avoid an error.
15125 Use char because int might match the return type of a GCC
15126 builtin and then its argument prototype would still apply. */
15127 char XRenderCreateLinearGradient ();
15129 main (void)
15131 return XRenderCreateLinearGradient ();
15133 return 0;
15135 _ACEOF
15136 if ac_fn_c_try_link "$LINENO"
15137 then :
15138 ac_cv_lib_Xrender_XRenderCreateLinearGradient=yes
15139 else $as_nop
15140 ac_cv_lib_Xrender_XRenderCreateLinearGradient=no
15142 rm -f core conftest.err conftest.$ac_objext conftest.beam \
15143 conftest$ac_exeext conftest.$ac_ext
15144 LIBS=$ac_check_lib_save_LIBS
15146 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&5
15147 printf "%s\n" "$ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&6; }
15148 if test "x$ac_cv_lib_Xrender_XRenderCreateLinearGradient" = xyes
15149 then :
15151 printf "%s\n" "#define HAVE_XRENDERCREATELINEARGRADIENT 1" >>confdefs.h
15158 if test "x$ac_cv_lib_soname_Xrender" = "x"
15159 then :
15160 case "x$with_xrender" in
15161 x) as_fn_append wine_warnings "|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
15162 xno) ;;
15163 *) as_fn_error $? "libxrender ${notice_platform}development files not found, XRender won't be supported.
15164 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
15165 esac
15169 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
15170 then
15171 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15172 /* end confdefs.h. */
15173 #include <X11/Xlib.h>
15174 #include <X11/extensions/Xrandr.h>
15176 main (void)
15178 static typeof(XRRSetScreenConfigAndRate) * func; if (func) return 0;
15180 return 0;
15182 _ACEOF
15183 if ac_fn_c_try_compile "$LINENO"
15184 then :
15185 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
15186 printf %s "checking for -lXrandr... " >&6; }
15187 if test ${ac_cv_lib_soname_Xrandr+y}
15188 then :
15189 printf %s "(cached) " >&6
15190 else $as_nop
15191 ac_check_soname_save_LIBS=$LIBS
15192 LIBS="-lXrandr $X_LIBS $X_EXTRA_LIBS $LIBS"
15193 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15194 /* end confdefs.h. */
15196 /* Override any GCC internal prototype to avoid an error.
15197 Use char because int might match the return type of a GCC
15198 builtin and then its argument prototype would still apply. */
15199 char XRRQueryExtension ();
15201 main (void)
15203 return XRRQueryExtension ();
15205 return 0;
15207 _ACEOF
15208 if ac_fn_c_try_link "$LINENO"
15209 then :
15210 case "$LIBEXT" in
15211 dll) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15212 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'` ;;
15213 *) ac_cv_lib_soname_Xrandr=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrandr\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrandr\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15214 if ${ac_cv_lib_soname_Xrandr:+false} :
15215 then :
15216 ac_cv_lib_soname_Xrandr=`$LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15217 fi ;;
15218 esac
15219 else $as_nop
15220 ac_cv_lib_soname_Xrandr=
15222 rm -f core conftest.err conftest.$ac_objext conftest.beam \
15223 conftest$ac_exeext conftest.$ac_ext
15224 LIBS=$ac_check_soname_save_LIBS
15226 if ${ac_cv_lib_soname_Xrandr:+false} :
15227 then :
15228 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15229 printf "%s\n" "not found" >&6; }
15231 else $as_nop
15232 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
15233 printf "%s\n" "$ac_cv_lib_soname_Xrandr" >&6; }
15235 printf "%s\n" "#define SONAME_LIBXRANDR \"$ac_cv_lib_soname_Xrandr\"" >>confdefs.h
15237 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15238 /* end confdefs.h. */
15239 #include <X11/Xlib.h>
15240 #include <X11/extensions/Xrandr.h>
15242 main (void)
15244 static typeof(XRRGetProviderResources) *f; if (f) return 0;
15246 return 0;
15248 _ACEOF
15249 if ac_fn_c_try_compile "$LINENO"
15250 then :
15252 printf "%s\n" "#define HAVE_XRRGETPROVIDERRESOURCES 1" >>confdefs.h
15254 else $as_nop
15255 as_fn_append wine_notices "|libxrandr ${notice_platform}development files too old, XRandR display device handler won't be supported."
15257 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
15260 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
15262 if test "x$ac_cv_lib_soname_Xrandr" = "x"
15263 then :
15264 case "x$with_xrandr" in
15265 x) as_fn_append wine_notices "|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
15266 xno) ;;
15267 *) as_fn_error $? "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
15268 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
15269 esac
15273 if test "$ac_cv_header_X11_extensions_Xfixes_h" = "yes"
15274 then
15275 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15276 /* end confdefs.h. */
15277 #include <X11/Xlib.h>
15278 #include <X11/extensions/Xfixes.h>
15280 main (void)
15282 static typeof(XFixesQueryVersion) * func; if (func) return 0;
15284 return 0;
15286 _ACEOF
15287 if ac_fn_c_try_compile "$LINENO"
15288 then :
15289 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lXfixes" >&5
15290 printf %s "checking for -lXfixes... " >&6; }
15291 if test ${ac_cv_lib_soname_Xfixes+y}
15292 then :
15293 printf %s "(cached) " >&6
15294 else $as_nop
15295 ac_check_soname_save_LIBS=$LIBS
15296 LIBS="-lXfixes $X_LIBS $X_EXTRA_LIBS $LIBS"
15297 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15298 /* end confdefs.h. */
15300 /* Override any GCC internal prototype to avoid an error.
15301 Use char because int might match the return type of a GCC
15302 builtin and then its argument prototype would still apply. */
15303 char XFixesQueryVersion ();
15305 main (void)
15307 return XFixesQueryVersion ();
15309 return 0;
15311 _ACEOF
15312 if ac_fn_c_try_link "$LINENO"
15313 then :
15314 case "$LIBEXT" in
15315 dll) ac_cv_lib_soname_Xfixes=`$ac_cv_path_LDD conftest.exe | grep "Xfixes" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15316 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'` ;;
15317 *) ac_cv_lib_soname_Xfixes=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXfixes\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXfixes\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15318 if ${ac_cv_lib_soname_Xfixes:+false} :
15319 then :
15320 ac_cv_lib_soname_Xfixes=`$LDD conftest$ac_exeext | grep "libXfixes\\.$LIBEXT" | sed -e "s/^.*\(libXfixes\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15321 fi ;;
15322 esac
15323 else $as_nop
15324 ac_cv_lib_soname_Xfixes=
15326 rm -f core conftest.err conftest.$ac_objext conftest.beam \
15327 conftest$ac_exeext conftest.$ac_ext
15328 LIBS=$ac_check_soname_save_LIBS
15330 if ${ac_cv_lib_soname_Xfixes:+false} :
15331 then :
15332 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15333 printf "%s\n" "not found" >&6; }
15335 else $as_nop
15336 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xfixes" >&5
15337 printf "%s\n" "$ac_cv_lib_soname_Xfixes" >&6; }
15339 printf "%s\n" "#define SONAME_LIBXFIXES \"$ac_cv_lib_soname_Xfixes\"" >>confdefs.h
15344 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
15346 if test "x$ac_cv_lib_soname_Xfixes" = "x"
15347 then :
15348 case "x$with_xfixes" in
15349 x) as_fn_append wine_notices "|libxfixes ${notice_platform}development files not found, Xfixes won't be supported." ;;
15350 xno) ;;
15351 *) as_fn_error $? "libxfixes ${notice_platform}development files not found, Xfixes won't be supported.
15352 This is an error since --with-xfixes was requested." "$LINENO" 5 ;;
15353 esac
15357 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
15358 then
15359 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15360 /* end confdefs.h. */
15361 #include <X11/Xlib.h>
15362 #include <X11/extensions/Xinerama.h>
15364 main (void)
15366 static typeof(XineramaQueryScreens) * func; if (func) return 0;
15368 return 0;
15370 _ACEOF
15371 if ac_fn_c_try_compile "$LINENO"
15372 then :
15373 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
15374 printf %s "checking for -lXinerama... " >&6; }
15375 if test ${ac_cv_lib_soname_Xinerama+y}
15376 then :
15377 printf %s "(cached) " >&6
15378 else $as_nop
15379 ac_check_soname_save_LIBS=$LIBS
15380 LIBS="-lXinerama $X_LIBS $X_EXTRA_LIBS $LIBS"
15381 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15382 /* end confdefs.h. */
15384 /* Override any GCC internal prototype to avoid an error.
15385 Use char because int might match the return type of a GCC
15386 builtin and then its argument prototype would still apply. */
15387 char XineramaQueryScreens ();
15389 main (void)
15391 return XineramaQueryScreens ();
15393 return 0;
15395 _ACEOF
15396 if ac_fn_c_try_link "$LINENO"
15397 then :
15398 case "$LIBEXT" in
15399 dll) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15400 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'` ;;
15401 *) ac_cv_lib_soname_Xinerama=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXinerama\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXinerama\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15402 if ${ac_cv_lib_soname_Xinerama:+false} :
15403 then :
15404 ac_cv_lib_soname_Xinerama=`$LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15405 fi ;;
15406 esac
15407 else $as_nop
15408 ac_cv_lib_soname_Xinerama=
15410 rm -f core conftest.err conftest.$ac_objext conftest.beam \
15411 conftest$ac_exeext conftest.$ac_ext
15412 LIBS=$ac_check_soname_save_LIBS
15414 if ${ac_cv_lib_soname_Xinerama:+false} :
15415 then :
15416 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15417 printf "%s\n" "not found" >&6; }
15419 else $as_nop
15420 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
15421 printf "%s\n" "$ac_cv_lib_soname_Xinerama" >&6; }
15423 printf "%s\n" "#define SONAME_LIBXINERAMA \"$ac_cv_lib_soname_Xinerama\"" >>confdefs.h
15428 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
15430 if test "x$ac_cv_lib_soname_Xinerama" = "x"
15431 then :
15432 case "x$with_xinerama" in
15433 x) as_fn_append wine_notices "|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
15434 xno) ;;
15435 *) as_fn_error $? "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
15436 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
15437 esac
15441 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
15442 then
15443 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
15444 printf %s "checking for -lXcomposite... " >&6; }
15445 if test ${ac_cv_lib_soname_Xcomposite+y}
15446 then :
15447 printf %s "(cached) " >&6
15448 else $as_nop
15449 ac_check_soname_save_LIBS=$LIBS
15450 LIBS="-lXcomposite $X_LIBS $X_EXTRA_LIBS $LIBS"
15451 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15452 /* end confdefs.h. */
15454 /* Override any GCC internal prototype to avoid an error.
15455 Use char because int might match the return type of a GCC
15456 builtin and then its argument prototype would still apply. */
15457 char XCompositeRedirectWindow ();
15459 main (void)
15461 return XCompositeRedirectWindow ();
15463 return 0;
15465 _ACEOF
15466 if ac_fn_c_try_link "$LINENO"
15467 then :
15468 case "$LIBEXT" in
15469 dll) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15470 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'` ;;
15471 *) ac_cv_lib_soname_Xcomposite=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcomposite\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcomposite\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15472 if ${ac_cv_lib_soname_Xcomposite:+false} :
15473 then :
15474 ac_cv_lib_soname_Xcomposite=`$LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15475 fi ;;
15476 esac
15477 else $as_nop
15478 ac_cv_lib_soname_Xcomposite=
15480 rm -f core conftest.err conftest.$ac_objext conftest.beam \
15481 conftest$ac_exeext conftest.$ac_ext
15482 LIBS=$ac_check_soname_save_LIBS
15484 if ${ac_cv_lib_soname_Xcomposite:+false} :
15485 then :
15486 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15487 printf "%s\n" "not found" >&6; }
15489 else $as_nop
15490 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
15491 printf "%s\n" "$ac_cv_lib_soname_Xcomposite" >&6; }
15493 printf "%s\n" "#define SONAME_LIBXCOMPOSITE \"$ac_cv_lib_soname_Xcomposite\"" >>confdefs.h
15498 if test "x$ac_cv_lib_soname_Xcomposite" = "x"
15499 then :
15500 case "x$with_xcomposite" in
15501 x) as_fn_append wine_notices "|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
15502 xno) ;;
15503 *) as_fn_error $? "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
15504 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
15505 esac
15509 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
15510 #include <X11/Xlib.h>
15511 #endif
15513 if test "x$ac_cv_member_XICCallback_callback" = xyes
15514 then :
15516 printf "%s\n" "#define HAVE_XICCALLBACK_CALLBACK 1" >>confdefs.h
15520 ac_fn_c_check_member "$LINENO" "XEvent" "xcookie" "ac_cv_member_XEvent_xcookie" "#ifdef HAVE_X11_XLIB_H
15521 #include <X11/Xlib.h>
15522 #endif
15524 if test "x$ac_cv_member_XEvent_xcookie" = xyes
15525 then :
15527 printf "%s\n" "#define HAVE_XEVENT_XCOOKIE 1" >>confdefs.h
15534 opengl_msg=""
15535 if test "x$with_opengl" != "xno"
15536 then
15537 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
15538 printf %s "checking for -lGL... " >&6; }
15539 if test ${ac_cv_lib_soname_GL+y}
15540 then :
15541 printf %s "(cached) " >&6
15542 else $as_nop
15543 ac_check_soname_save_LIBS=$LIBS
15544 LIBS="-lGL $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
15545 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15546 /* end confdefs.h. */
15548 /* Override any GCC internal prototype to avoid an error.
15549 Use char because int might match the return type of a GCC
15550 builtin and then its argument prototype would still apply. */
15551 char glXCreateContext ();
15553 main (void)
15555 return glXCreateContext ();
15557 return 0;
15559 _ACEOF
15560 if ac_fn_c_try_link "$LINENO"
15561 then :
15562 case "$LIBEXT" in
15563 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15564 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'` ;;
15565 *) ac_cv_lib_soname_GL=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15566 if ${ac_cv_lib_soname_GL:+false} :
15567 then :
15568 ac_cv_lib_soname_GL=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15569 fi ;;
15570 esac
15571 else $as_nop
15572 ac_cv_lib_soname_GL=
15574 rm -f core conftest.err conftest.$ac_objext conftest.beam \
15575 conftest$ac_exeext conftest.$ac_ext
15576 LIBS=$ac_check_soname_save_LIBS
15578 if ${ac_cv_lib_soname_GL:+false} :
15579 then :
15580 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15581 printf "%s\n" "not found" >&6; }
15582 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
15583 printf %s "checking for -lGL... " >&6; }
15584 if test ${ac_cv_lib_soname_GL+y}
15585 then :
15586 printf %s "(cached) " >&6
15587 else $as_nop
15588 ac_check_soname_save_LIBS=$LIBS
15589 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"
15590 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15591 /* end confdefs.h. */
15593 /* Override any GCC internal prototype to avoid an error.
15594 Use char because int might match the return type of a GCC
15595 builtin and then its argument prototype would still apply. */
15596 char glXCreateContext ();
15598 main (void)
15600 return glXCreateContext ();
15602 return 0;
15604 _ACEOF
15605 if ac_fn_c_try_link "$LINENO"
15606 then :
15607 case "$LIBEXT" in
15608 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15609 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'` ;;
15610 *) ac_cv_lib_soname_GL=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15611 if ${ac_cv_lib_soname_GL:+false} :
15612 then :
15613 ac_cv_lib_soname_GL=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15614 fi ;;
15615 esac
15616 else $as_nop
15617 ac_cv_lib_soname_GL=
15619 rm -f core conftest.err conftest.$ac_objext conftest.beam \
15620 conftest$ac_exeext conftest.$ac_ext
15621 LIBS=$ac_check_soname_save_LIBS
15623 if ${ac_cv_lib_soname_GL:+false} :
15624 then :
15625 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15626 printf "%s\n" "not found" >&6; }
15627 if test -f /usr/X11R6/lib/libGL.a
15628 then
15629 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
15630 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
15631 else
15632 opengl_msg="No OpenGL library found on this system."
15634 else $as_nop
15635 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
15636 printf "%s\n" "$ac_cv_lib_soname_GL" >&6; }
15638 printf "%s\n" "#define SONAME_LIBGL \"$ac_cv_lib_soname_GL\"" >>confdefs.h
15640 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"
15642 else $as_nop
15643 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
15644 printf "%s\n" "$ac_cv_lib_soname_GL" >&6; }
15646 printf "%s\n" "#define SONAME_LIBGL \"$ac_cv_lib_soname_GL\"" >>confdefs.h
15648 OPENGL_LIBS="-lGL"
15650 if test "x$with_osmesa" != "xno"
15651 then
15652 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lOSMesa" >&5
15653 printf %s "checking for -lOSMesa... " >&6; }
15654 if test ${ac_cv_lib_soname_OSMesa+y}
15655 then :
15656 printf %s "(cached) " >&6
15657 else $as_nop
15658 ac_check_soname_save_LIBS=$LIBS
15659 LIBS="-lOSMesa $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
15660 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15661 /* end confdefs.h. */
15663 /* Override any GCC internal prototype to avoid an error.
15664 Use char because int might match the return type of a GCC
15665 builtin and then its argument prototype would still apply. */
15666 char OSMesaGetProcAddress ();
15668 main (void)
15670 return OSMesaGetProcAddress ();
15672 return 0;
15674 _ACEOF
15675 if ac_fn_c_try_link "$LINENO"
15676 then :
15677 case "$LIBEXT" in
15678 dll) ac_cv_lib_soname_OSMesa=`$ac_cv_path_LDD conftest.exe | grep "OSMesa" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15679 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'` ;;
15680 *) ac_cv_lib_soname_OSMesa=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libOSMesa\\.$LIBEXT" | sed -e "s/^.*\\[\\(libOSMesa\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15681 if ${ac_cv_lib_soname_OSMesa:+false} :
15682 then :
15683 ac_cv_lib_soname_OSMesa=`$LDD conftest$ac_exeext | grep "libOSMesa\\.$LIBEXT" | sed -e "s/^.*\(libOSMesa\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15684 fi ;;
15685 esac
15686 else $as_nop
15687 ac_cv_lib_soname_OSMesa=
15689 rm -f core conftest.err conftest.$ac_objext conftest.beam \
15690 conftest$ac_exeext conftest.$ac_ext
15691 LIBS=$ac_check_soname_save_LIBS
15693 if ${ac_cv_lib_soname_OSMesa:+false} :
15694 then :
15695 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15696 printf "%s\n" "not found" >&6; }
15698 else $as_nop
15699 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_OSMesa" >&5
15700 printf "%s\n" "$ac_cv_lib_soname_OSMesa" >&6; }
15702 printf "%s\n" "#define SONAME_LIBOSMESA \"$ac_cv_lib_soname_OSMesa\"" >>confdefs.h
15706 if test "x$ac_cv_lib_soname_OSMesa" = "x"
15707 then :
15708 case "x$with_osmesa" in
15709 x) as_fn_append wine_notices "|libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported." ;;
15710 xno) ;;
15711 *) as_fn_error $? "libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
15712 This is an error since --with-osmesa was requested." "$LINENO" 5 ;;
15713 esac
15718 if test -n "$opengl_msg"
15719 then :
15720 case "x$with_opengl" in
15721 x) as_fn_append wine_warnings "|$opengl_msg
15722 OpenGL and Direct3D won't be supported." ;;
15723 xno) ;;
15724 *) as_fn_error $? "$opengl_msg
15725 OpenGL and Direct3D won't be supported.
15726 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
15727 esac
15731 CPPFLAGS="$ac_save_CPPFLAGS"
15732 else
15733 X_CFLAGS=""
15734 X_LIBS=""
15737 if test "$enable_wineandroid_drv$enable_winemac_drv" = "nono"
15738 then
15739 if test "x$X_LIBS" = "x"
15740 then :
15741 case "x$with_x" in
15742 xno) ;;
15743 *) as_fn_error $? "X ${notice_platform}development files not found. Wine will be built
15744 without X support, which probably isn't what you want. You will need
15745 to install ${notice_platform}development packages of Xlib at the very least.
15746 Use the --without-x option if you really want this." "$LINENO" 5 ;;
15747 esac
15748 enable_winex11_drv=${enable_winex11_drv:-no}
15750 else
15751 if test "x$X_LIBS" = "x"
15752 then :
15753 case "x$with_x" in
15754 x) as_fn_append wine_notices "|X ${notice_platform}development files not found, the X11 driver won't be supported." ;;
15755 xno) ;;
15756 *) as_fn_error $? "X ${notice_platform}development files not found, the X11 driver won't be supported.
15757 This is an error since --with-x was requested." "$LINENO" 5 ;;
15758 esac
15759 enable_winex11_drv=${enable_winex11_drv:-no}
15763 if test "$ac_cv_header_CL_cl_h" = "yes"
15764 then
15765 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5
15766 printf %s "checking for clGetPlatformInfo in -lOpenCL... " >&6; }
15767 if test ${ac_cv_lib_OpenCL_clGetPlatformInfo+y}
15768 then :
15769 printf %s "(cached) " >&6
15770 else $as_nop
15771 ac_check_lib_save_LIBS=$LIBS
15772 LIBS="-lOpenCL $LIBS"
15773 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15774 /* end confdefs.h. */
15776 /* Override any GCC internal prototype to avoid an error.
15777 Use char because int might match the return type of a GCC
15778 builtin and then its argument prototype would still apply. */
15779 char clGetPlatformInfo ();
15781 main (void)
15783 return clGetPlatformInfo ();
15785 return 0;
15787 _ACEOF
15788 if ac_fn_c_try_link "$LINENO"
15789 then :
15790 ac_cv_lib_OpenCL_clGetPlatformInfo=yes
15791 else $as_nop
15792 ac_cv_lib_OpenCL_clGetPlatformInfo=no
15794 rm -f core conftest.err conftest.$ac_objext conftest.beam \
15795 conftest$ac_exeext conftest.$ac_ext
15796 LIBS=$ac_check_lib_save_LIBS
15798 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_OpenCL_clGetPlatformInfo" >&5
15799 printf "%s\n" "$ac_cv_lib_OpenCL_clGetPlatformInfo" >&6; }
15800 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" = xyes
15801 then :
15802 OPENCL_LIBS="-lOpenCL"
15807 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes
15808 then :
15809 case "x$with_opencl" in
15810 x) as_fn_append wine_notices "|OpenCL ${notice_platform}development files not found, OpenCL won't be supported." ;;
15811 xno) ;;
15812 *) as_fn_error $? "OpenCL ${notice_platform}development files not found, OpenCL won't be supported.
15813 This is an error since --with-opencl was requested." "$LINENO" 5 ;;
15814 esac
15815 enable_opencl=${enable_opencl:-no}
15818 if test "$ac_cv_header_pcap_pcap_h" = "yes"
15819 then
15820 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pcap_create in -lpcap" >&5
15821 printf %s "checking for pcap_create in -lpcap... " >&6; }
15822 if test ${ac_cv_lib_pcap_pcap_create+y}
15823 then :
15824 printf %s "(cached) " >&6
15825 else $as_nop
15826 ac_check_lib_save_LIBS=$LIBS
15827 LIBS="-lpcap $LIBS"
15828 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15829 /* end confdefs.h. */
15831 /* Override any GCC internal prototype to avoid an error.
15832 Use char because int might match the return type of a GCC
15833 builtin and then its argument prototype would still apply. */
15834 char pcap_create ();
15836 main (void)
15838 return pcap_create ();
15840 return 0;
15842 _ACEOF
15843 if ac_fn_c_try_link "$LINENO"
15844 then :
15845 ac_cv_lib_pcap_pcap_create=yes
15846 else $as_nop
15847 ac_cv_lib_pcap_pcap_create=no
15849 rm -f core conftest.err conftest.$ac_objext conftest.beam \
15850 conftest$ac_exeext conftest.$ac_ext
15851 LIBS=$ac_check_lib_save_LIBS
15853 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcap_pcap_create" >&5
15854 printf "%s\n" "$ac_cv_lib_pcap_pcap_create" >&6; }
15855 if test "x$ac_cv_lib_pcap_pcap_create" = xyes
15856 then :
15857 PCAP_LIBS="-lpcap"
15862 if test "x$ac_cv_lib_pcap_pcap_create" != xyes
15863 then :
15864 case "x$with_pcap" in
15865 x) as_fn_append wine_notices "|pcap ${notice_platform}development files not found, wpcap won't be supported." ;;
15866 xno) ;;
15867 *) as_fn_error $? "pcap ${notice_platform}development files not found, wpcap won't be supported.
15868 This is an error since --with-pcap was requested." "$LINENO" 5 ;;
15869 esac
15870 enable_wpcap=${enable_wpcap:-no}
15873 if test "x$with_inotify" != "xno"
15874 then
15875 if ${INOTIFY_CFLAGS:+false} :
15876 then :
15877 if test ${PKG_CONFIG+y}
15878 then :
15879 INOTIFY_CFLAGS=`$PKG_CONFIG --cflags libinotify 2>/dev/null`
15883 if ${INOTIFY_LIBS:+false} :
15884 then :
15885 if test ${PKG_CONFIG+y}
15886 then :
15887 INOTIFY_LIBS=`$PKG_CONFIG --libs libinotify 2>/dev/null`
15892 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libinotify cflags: $INOTIFY_CFLAGS" >&5
15893 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libinotify libs: $INOTIFY_LIBS" >&5
15894 ac_save_CPPFLAGS=$CPPFLAGS
15895 CPPFLAGS="$CPPFLAGS $INOTIFY_CFLAGS"
15896 ac_fn_c_check_header_compile "$LINENO" "sys/inotify.h" "ac_cv_header_sys_inotify_h" "$ac_includes_default"
15897 if test "x$ac_cv_header_sys_inotify_h" = xyes
15898 then :
15899 printf "%s\n" "#define HAVE_SYS_INOTIFY_H 1" >>confdefs.h
15903 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for inotify_add_watch in -linotify" >&5
15904 printf %s "checking for inotify_add_watch in -linotify... " >&6; }
15905 if test ${ac_cv_lib_inotify_inotify_add_watch+y}
15906 then :
15907 printf %s "(cached) " >&6
15908 else $as_nop
15909 ac_check_lib_save_LIBS=$LIBS
15910 LIBS="-linotify $INOTIFY_LIBS $LIBS"
15911 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15912 /* end confdefs.h. */
15914 /* Override any GCC internal prototype to avoid an error.
15915 Use char because int might match the return type of a GCC
15916 builtin and then its argument prototype would still apply. */
15917 char inotify_add_watch ();
15919 main (void)
15921 return inotify_add_watch ();
15923 return 0;
15925 _ACEOF
15926 if ac_fn_c_try_link "$LINENO"
15927 then :
15928 ac_cv_lib_inotify_inotify_add_watch=yes
15929 else $as_nop
15930 ac_cv_lib_inotify_inotify_add_watch=no
15932 rm -f core conftest.err conftest.$ac_objext conftest.beam \
15933 conftest$ac_exeext conftest.$ac_ext
15934 LIBS=$ac_check_lib_save_LIBS
15936 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_inotify_inotify_add_watch" >&5
15937 printf "%s\n" "$ac_cv_lib_inotify_inotify_add_watch" >&6; }
15938 if test "x$ac_cv_lib_inotify_inotify_add_watch" = xyes
15939 then :
15941 else $as_nop
15942 INOTIFY_LIBS=""
15945 CPPFLAGS=$ac_save_CPPFLAGS
15948 if test "$ac_cv_header_sys_inotify_h" != "yes"
15949 then :
15950 case "x$with_inotify" in
15951 x) as_fn_append wine_notices "|libinotify ${notice_platform}development files not found (or too old), filesystem change notifications won't be supported." ;;
15952 xno) ;;
15953 *) as_fn_error $? "libinotify ${notice_platform}development files not found (or too old), filesystem change notifications won't be supported.
15954 This is an error since --with-inotify was requested." "$LINENO" 5 ;;
15955 esac
15959 if test "x$with_dbus" != "xno"
15960 then
15961 if ${DBUS_CFLAGS:+false} :
15962 then :
15963 if test ${PKG_CONFIG+y}
15964 then :
15965 DBUS_CFLAGS=`$PKG_CONFIG --cflags dbus-1 2>/dev/null`
15969 if ${DBUS_LIBS:+false} :
15970 then :
15971 if test ${PKG_CONFIG+y}
15972 then :
15973 DBUS_LIBS=`$PKG_CONFIG --libs dbus-1 2>/dev/null`
15978 printf "%s\n" "$as_me:${as_lineno-$LINENO}: dbus-1 cflags: $DBUS_CFLAGS" >&5
15979 printf "%s\n" "$as_me:${as_lineno-$LINENO}: dbus-1 libs: $DBUS_LIBS" >&5
15980 ac_save_CPPFLAGS=$CPPFLAGS
15981 CPPFLAGS="$CPPFLAGS $DBUS_CFLAGS"
15982 ac_fn_c_check_header_compile "$LINENO" "dbus/dbus.h" "ac_cv_header_dbus_dbus_h" "$ac_includes_default"
15983 if test "x$ac_cv_header_dbus_dbus_h" = xyes
15984 then :
15985 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -ldbus-1" >&5
15986 printf %s "checking for -ldbus-1... " >&6; }
15987 if test ${ac_cv_lib_soname_dbus_1+y}
15988 then :
15989 printf %s "(cached) " >&6
15990 else $as_nop
15991 ac_check_soname_save_LIBS=$LIBS
15992 LIBS="-ldbus-1 $DBUS_LIBS $LIBS"
15993 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15994 /* end confdefs.h. */
15996 /* Override any GCC internal prototype to avoid an error.
15997 Use char because int might match the return type of a GCC
15998 builtin and then its argument prototype would still apply. */
15999 char dbus_connection_close ();
16001 main (void)
16003 return dbus_connection_close ();
16005 return 0;
16007 _ACEOF
16008 if ac_fn_c_try_link "$LINENO"
16009 then :
16010 case "$LIBEXT" in
16011 dll) ac_cv_lib_soname_dbus_1=`$ac_cv_path_LDD conftest.exe | grep "dbus-1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
16012 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'` ;;
16013 *) 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'`
16014 if ${ac_cv_lib_soname_dbus_1:+false} :
16015 then :
16016 ac_cv_lib_soname_dbus_1=`$LDD conftest$ac_exeext | grep "libdbus-1\\.$LIBEXT" | sed -e "s/^.*\(libdbus-1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
16017 fi ;;
16018 esac
16019 else $as_nop
16020 ac_cv_lib_soname_dbus_1=
16022 rm -f core conftest.err conftest.$ac_objext conftest.beam \
16023 conftest$ac_exeext conftest.$ac_ext
16024 LIBS=$ac_check_soname_save_LIBS
16026 if ${ac_cv_lib_soname_dbus_1:+false} :
16027 then :
16028 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
16029 printf "%s\n" "not found" >&6; }
16030 DBUS_CFLAGS=""
16031 else $as_nop
16032 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_dbus_1" >&5
16033 printf "%s\n" "$ac_cv_lib_soname_dbus_1" >&6; }
16035 printf "%s\n" "#define SONAME_LIBDBUS_1 \"$ac_cv_lib_soname_dbus_1\"" >>confdefs.h
16039 else $as_nop
16040 DBUS_CFLAGS=""
16043 CPPFLAGS=$ac_save_CPPFLAGS
16046 if test "x$ac_cv_lib_soname_dbus_1" = "x" -a \
16047 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"
16048 then :
16049 case "x$with_dbus" in
16050 x) as_fn_append wine_notices "|libdbus ${notice_platform}development files not found, no dynamic device support." ;;
16051 xno) ;;
16052 *) as_fn_error $? "libdbus ${notice_platform}development files not found, no dynamic device support.
16053 This is an error since --with-dbus was requested." "$LINENO" 5 ;;
16054 esac
16058 if test "x$with_gnutls" != "xno"
16059 then
16060 if ${GNUTLS_CFLAGS:+false} :
16061 then :
16062 if test ${PKG_CONFIG+y}
16063 then :
16064 GNUTLS_CFLAGS=`$PKG_CONFIG --cflags gnutls 2>/dev/null`
16068 if ${GNUTLS_LIBS:+false} :
16069 then :
16070 if test ${PKG_CONFIG+y}
16071 then :
16072 GNUTLS_LIBS=`$PKG_CONFIG --libs gnutls 2>/dev/null`
16076 GNUTLS_LIBS=${GNUTLS_LIBS:-"-lgnutls"}
16077 printf "%s\n" "$as_me:${as_lineno-$LINENO}: gnutls cflags: $GNUTLS_CFLAGS" >&5
16078 printf "%s\n" "$as_me:${as_lineno-$LINENO}: gnutls libs: $GNUTLS_LIBS" >&5
16079 ac_save_CPPFLAGS=$CPPFLAGS
16080 CPPFLAGS="$CPPFLAGS $GNUTLS_CFLAGS"
16081 ac_fn_c_check_header_compile "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
16082 if test "x$ac_cv_header_gnutls_gnutls_h" = xyes
16083 then :
16084 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16085 /* end confdefs.h. */
16086 #include <gnutls/gnutls.h>
16087 #include <gnutls/crypto.h>
16089 main (void)
16091 static typeof(gnutls_mac_get_key_size) *func; if (func) return 0;
16093 return 0;
16095 _ACEOF
16096 if ac_fn_c_try_compile "$LINENO"
16097 then :
16098 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
16099 printf %s "checking for -lgnutls... " >&6; }
16100 if test ${ac_cv_lib_soname_gnutls+y}
16101 then :
16102 printf %s "(cached) " >&6
16103 else $as_nop
16104 ac_check_soname_save_LIBS=$LIBS
16105 LIBS="-lgnutls $GNUTLS_LIBS $LIBS"
16106 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16107 /* end confdefs.h. */
16109 /* Override any GCC internal prototype to avoid an error.
16110 Use char because int might match the return type of a GCC
16111 builtin and then its argument prototype would still apply. */
16112 char gnutls_global_init ();
16114 main (void)
16116 return gnutls_global_init ();
16118 return 0;
16120 _ACEOF
16121 if ac_fn_c_try_link "$LINENO"
16122 then :
16123 case "$LIBEXT" in
16124 dll) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
16125 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'` ;;
16126 *) 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'`
16127 if ${ac_cv_lib_soname_gnutls:+false} :
16128 then :
16129 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'`
16130 fi ;;
16131 esac
16132 else $as_nop
16133 ac_cv_lib_soname_gnutls=
16135 rm -f core conftest.err conftest.$ac_objext conftest.beam \
16136 conftest$ac_exeext conftest.$ac_ext
16137 LIBS=$ac_check_soname_save_LIBS
16139 if ${ac_cv_lib_soname_gnutls:+false} :
16140 then :
16141 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
16142 printf "%s\n" "not found" >&6; }
16143 GNUTLS_CFLAGS=""
16144 else $as_nop
16145 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
16146 printf "%s\n" "$ac_cv_lib_soname_gnutls" >&6; }
16148 printf "%s\n" "#define SONAME_LIBGNUTLS \"$ac_cv_lib_soname_gnutls\"" >>confdefs.h
16152 ac_wine_check_funcs_save_LIBS="$LIBS"
16153 LIBS="$LIBS $GNUTLS_LIBS"
16155 for ac_func in gnutls_cipher_init
16156 do :
16157 ac_fn_c_check_func "$LINENO" "gnutls_cipher_init" "ac_cv_func_gnutls_cipher_init"
16158 if test "x$ac_cv_func_gnutls_cipher_init" = xyes
16159 then :
16160 printf "%s\n" "#define HAVE_GNUTLS_CIPHER_INIT 1" >>confdefs.h
16162 else $as_nop
16163 as_fn_append wine_notices "|libgnutls ${notice_platform}development files too old, bcrypt encryption won't be supported."
16166 done
16167 LIBS="$ac_wine_check_funcs_save_LIBS"
16169 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
16170 else $as_nop
16171 GNUTLS_CFLAGS=""
16174 CPPFLAGS=$ac_save_CPPFLAGS
16177 if test "x$ac_cv_lib_soname_gnutls" = "x"
16178 then :
16179 case "x$with_gnutls" in
16180 x) as_fn_append wine_warnings "|libgnutls ${notice_platform}development files not found, no schannel support." ;;
16181 xno) ;;
16182 *) as_fn_error $? "libgnutls ${notice_platform}development files not found, no schannel support.
16183 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
16184 esac
16188 if test "x$with_sane" != "xno"
16189 then
16190 if ${SANE_CFLAGS:+false} :
16191 then :
16192 if test ${PKG_CONFIG+y}
16193 then :
16194 SANE_CFLAGS=`$PKG_CONFIG --cflags sane-backends 2>/dev/null`
16197 test "$cross_compiling" = yes || SANE_CFLAGS=${SANE_CFLAGS:-`${SANE_CONFIG:-sane-config} --cflags 2>/dev/null`}
16198 if ${SANE_LIBS:+false} :
16199 then :
16200 if test ${PKG_CONFIG+y}
16201 then :
16202 SANE_LIBS=`$PKG_CONFIG --libs sane-backends 2>/dev/null`
16205 test "$cross_compiling" = yes || SANE_LIBS=${SANE_LIBS:-`${SANE_CONFIG:-sane-config} --ldflags 2>/dev/null`}
16207 printf "%s\n" "$as_me:${as_lineno-$LINENO}: sane-backends cflags: $SANE_CFLAGS" >&5
16208 printf "%s\n" "$as_me:${as_lineno-$LINENO}: sane-backends libs: $SANE_LIBS" >&5
16209 ac_save_CPPFLAGS=$CPPFLAGS
16210 CPPFLAGS="$CPPFLAGS $SANE_CFLAGS"
16211 ac_fn_c_check_header_compile "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
16212 if test "x$ac_cv_header_sane_sane_h" = xyes
16213 then :
16214 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for sane_init in -lsane" >&5
16215 printf %s "checking for sane_init in -lsane... " >&6; }
16216 if test ${ac_cv_lib_sane_sane_init+y}
16217 then :
16218 printf %s "(cached) " >&6
16219 else $as_nop
16220 ac_check_lib_save_LIBS=$LIBS
16221 LIBS="-lsane $SANE_LIBS $LIBS"
16222 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16223 /* end confdefs.h. */
16225 /* Override any GCC internal prototype to avoid an error.
16226 Use char because int might match the return type of a GCC
16227 builtin and then its argument prototype would still apply. */
16228 char sane_init ();
16230 main (void)
16232 return sane_init ();
16234 return 0;
16236 _ACEOF
16237 if ac_fn_c_try_link "$LINENO"
16238 then :
16239 ac_cv_lib_sane_sane_init=yes
16240 else $as_nop
16241 ac_cv_lib_sane_sane_init=no
16243 rm -f core conftest.err conftest.$ac_objext conftest.beam \
16244 conftest$ac_exeext conftest.$ac_ext
16245 LIBS=$ac_check_lib_save_LIBS
16247 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_sane_sane_init" >&5
16248 printf "%s\n" "$ac_cv_lib_sane_sane_init" >&6; }
16249 if test "x$ac_cv_lib_sane_sane_init" = xyes
16250 then :
16256 CPPFLAGS=$ac_save_CPPFLAGS
16259 if test "$ac_cv_lib_sane_sane_init" != "yes"
16260 then :
16261 case "x$with_sane" in
16262 x) as_fn_append wine_notices "|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
16263 xno) ;;
16264 *) as_fn_error $? "libsane ${notice_platform}development files not found, scanners won't be supported.
16265 This is an error since --with-sane was requested." "$LINENO" 5 ;;
16266 esac
16267 enable_sane_ds=${enable_sane_ds:-no}
16270 if test "x$with_usb" != "xno"
16271 then
16272 if ${USB_CFLAGS:+false} :
16273 then :
16274 if test ${PKG_CONFIG+y}
16275 then :
16276 USB_CFLAGS=`$PKG_CONFIG --cflags libusb-1.0 2>/dev/null`
16280 if ${USB_LIBS:+false} :
16281 then :
16282 if test ${PKG_CONFIG+y}
16283 then :
16284 USB_LIBS=`$PKG_CONFIG --libs libusb-1.0 2>/dev/null`
16288 USB_LIBS=${USB_LIBS:-"-lusb-1.0"}
16289 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libusb-1.0 cflags: $USB_CFLAGS" >&5
16290 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libusb-1.0 libs: $USB_LIBS" >&5
16291 ac_save_CPPFLAGS=$CPPFLAGS
16292 CPPFLAGS="$CPPFLAGS $USB_CFLAGS"
16293 ac_fn_c_check_header_compile "$LINENO" "libusb.h" "ac_cv_header_libusb_h" "$ac_includes_default"
16294 if test "x$ac_cv_header_libusb_h" = xyes
16295 then :
16296 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libusb_interrupt_event_handler in -lusb-1.0" >&5
16297 printf %s "checking for libusb_interrupt_event_handler in -lusb-1.0... " >&6; }
16298 if test ${ac_cv_lib_usb_1_0_libusb_interrupt_event_handler+y}
16299 then :
16300 printf %s "(cached) " >&6
16301 else $as_nop
16302 ac_check_lib_save_LIBS=$LIBS
16303 LIBS="-lusb-1.0 $USB_LIBS $LIBS"
16304 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16305 /* end confdefs.h. */
16307 /* Override any GCC internal prototype to avoid an error.
16308 Use char because int might match the return type of a GCC
16309 builtin and then its argument prototype would still apply. */
16310 char libusb_interrupt_event_handler ();
16312 main (void)
16314 return libusb_interrupt_event_handler ();
16316 return 0;
16318 _ACEOF
16319 if ac_fn_c_try_link "$LINENO"
16320 then :
16321 ac_cv_lib_usb_1_0_libusb_interrupt_event_handler=yes
16322 else $as_nop
16323 ac_cv_lib_usb_1_0_libusb_interrupt_event_handler=no
16325 rm -f core conftest.err conftest.$ac_objext conftest.beam \
16326 conftest$ac_exeext conftest.$ac_ext
16327 LIBS=$ac_check_lib_save_LIBS
16329 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_usb_1_0_libusb_interrupt_event_handler" >&5
16330 printf "%s\n" "$ac_cv_lib_usb_1_0_libusb_interrupt_event_handler" >&6; }
16331 if test "x$ac_cv_lib_usb_1_0_libusb_interrupt_event_handler" = xyes
16332 then :
16334 else $as_nop
16335 USB_LIBS=""
16338 else $as_nop
16339 USB_LIBS=""
16342 CPPFLAGS=$ac_save_CPPFLAGS
16345 if test "$ac_cv_lib_usb_1_0_libusb_interrupt_event_handler" != "yes"
16346 then :
16347 case "x$with_usb" in
16348 x) as_fn_append wine_notices "|libusb-1.0 ${notice_platform}development files not found (or too old), USB devices won't be supported." ;;
16349 xno) ;;
16350 *) as_fn_error $? "libusb-1.0 ${notice_platform}development files not found (or too old), USB devices won't be supported.
16351 This is an error since --with-usb was requested." "$LINENO" 5 ;;
16352 esac
16353 enable_wineusb_sys=${enable_wineusb_sys:-no}
16356 if test "x$with_v4l2" != "xno"
16357 then
16358 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lv4l2" >&5
16359 printf %s "checking for -lv4l2... " >&6; }
16360 if test ${ac_cv_lib_soname_v4l2+y}
16361 then :
16362 printf %s "(cached) " >&6
16363 else $as_nop
16364 ac_check_soname_save_LIBS=$LIBS
16365 LIBS="-lv4l2 $LIBS"
16366 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16367 /* end confdefs.h. */
16369 /* Override any GCC internal prototype to avoid an error.
16370 Use char because int might match the return type of a GCC
16371 builtin and then its argument prototype would still apply. */
16372 char v4l2_open ();
16374 main (void)
16376 return v4l2_open ();
16378 return 0;
16380 _ACEOF
16381 if ac_fn_c_try_link "$LINENO"
16382 then :
16383 case "$LIBEXT" in
16384 dll) ac_cv_lib_soname_v4l2=`$ac_cv_path_LDD conftest.exe | grep "v4l2" | sed -e "s/dll.*/dll/"';2,$d'` ;;
16385 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'` ;;
16386 *) ac_cv_lib_soname_v4l2=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libv4l2\\.$LIBEXT" | sed -e "s/^.*\\[\\(libv4l2\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
16387 if ${ac_cv_lib_soname_v4l2:+false} :
16388 then :
16389 ac_cv_lib_soname_v4l2=`$LDD conftest$ac_exeext | grep "libv4l2\\.$LIBEXT" | sed -e "s/^.*\(libv4l2\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
16390 fi ;;
16391 esac
16392 else $as_nop
16393 ac_cv_lib_soname_v4l2=
16395 rm -f core conftest.err conftest.$ac_objext conftest.beam \
16396 conftest$ac_exeext conftest.$ac_ext
16397 LIBS=$ac_check_soname_save_LIBS
16399 if ${ac_cv_lib_soname_v4l2:+false} :
16400 then :
16401 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
16402 printf "%s\n" "not found" >&6; }
16404 else $as_nop
16405 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l2" >&5
16406 printf "%s\n" "$ac_cv_lib_soname_v4l2" >&6; }
16408 printf "%s\n" "#define SONAME_LIBV4L2 \"$ac_cv_lib_soname_v4l2\"" >>confdefs.h
16413 if test "x$ac_cv_lib_soname_v4l2" = "x"
16414 then :
16415 case "x$with_v4l2" in
16416 x) as_fn_append wine_notices "|libv4l2 ${notice_platform}development files not found." ;;
16417 xno) ;;
16418 *) as_fn_error $? "libv4l2 ${notice_platform}development files not found.
16419 This is an error since --with-v4l2 was requested." "$LINENO" 5 ;;
16420 esac
16424 if test "x$with_gphoto" != "xno"
16425 then
16426 if ${GPHOTO2_CFLAGS:+false} :
16427 then :
16428 if test ${PKG_CONFIG+y}
16429 then :
16430 GPHOTO2_CFLAGS=`$PKG_CONFIG --cflags libgphoto2 2>/dev/null`
16433 test "$cross_compiling" = yes || GPHOTO2_CFLAGS=${GPHOTO2_CFLAGS:-`${GPHOTO2_CONFIG:-gphoto2-config} --cflags 2>/dev/null`}
16434 if ${GPHOTO2_LIBS:+false} :
16435 then :
16436 if test ${PKG_CONFIG+y}
16437 then :
16438 GPHOTO2_LIBS=`$PKG_CONFIG --libs libgphoto2 2>/dev/null`
16441 test "$cross_compiling" = yes || GPHOTO2_LIBS=${GPHOTO2_LIBS:-`${GPHOTO2_CONFIG:-gphoto2-config} --libs 2>/dev/null`}
16442 GPHOTO2_LIBS=${GPHOTO2_LIBS:-"-lgphoto2"}
16443 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libgphoto2 cflags: $GPHOTO2_CFLAGS" >&5
16444 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libgphoto2 libs: $GPHOTO2_LIBS" >&5
16445 ac_save_CPPFLAGS=$CPPFLAGS
16446 CPPFLAGS="$CPPFLAGS $GPHOTO2_CFLAGS"
16447 ac_fn_c_check_header_compile "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
16448 if test "x$ac_cv_header_gphoto2_camera_h" = xyes
16449 then :
16450 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
16451 printf %s "checking for gp_camera_new in -lgphoto2... " >&6; }
16452 if test ${ac_cv_lib_gphoto2_gp_camera_new+y}
16453 then :
16454 printf %s "(cached) " >&6
16455 else $as_nop
16456 ac_check_lib_save_LIBS=$LIBS
16457 LIBS="-lgphoto2 $GPHOTO2_LIBS $LIBS"
16458 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16459 /* end confdefs.h. */
16461 /* Override any GCC internal prototype to avoid an error.
16462 Use char because int might match the return type of a GCC
16463 builtin and then its argument prototype would still apply. */
16464 char gp_camera_new ();
16466 main (void)
16468 return gp_camera_new ();
16470 return 0;
16472 _ACEOF
16473 if ac_fn_c_try_link "$LINENO"
16474 then :
16475 ac_cv_lib_gphoto2_gp_camera_new=yes
16476 else $as_nop
16477 ac_cv_lib_gphoto2_gp_camera_new=no
16479 rm -f core conftest.err conftest.$ac_objext conftest.beam \
16480 conftest$ac_exeext conftest.$ac_ext
16481 LIBS=$ac_check_lib_save_LIBS
16483 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
16484 printf "%s\n" "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
16485 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = xyes
16486 then :
16492 CPPFLAGS=$ac_save_CPPFLAGS
16494 if ${GPHOTO2_PORT_CFLAGS:+false} :
16495 then :
16496 if test ${PKG_CONFIG+y}
16497 then :
16498 GPHOTO2_PORT_CFLAGS=`$PKG_CONFIG --cflags libgphoto2_port 2>/dev/null`
16501 test "$cross_compiling" = yes || GPHOTO2_PORT_CFLAGS=${GPHOTO2_PORT_CFLAGS:-`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --cflags 2>/dev/null`}
16502 if ${GPHOTO2_PORT_LIBS:+false} :
16503 then :
16504 if test ${PKG_CONFIG+y}
16505 then :
16506 GPHOTO2_PORT_LIBS=`$PKG_CONFIG --libs libgphoto2_port 2>/dev/null`
16509 test "$cross_compiling" = yes || GPHOTO2_PORT_LIBS=${GPHOTO2_PORT_LIBS:-`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --libs 2>/dev/null`}
16510 GPHOTO2_PORT_LIBS=${GPHOTO2_PORT_LIBS:-"-lgphoto2_port"}
16511 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libgphoto2_port cflags: $GPHOTO2_PORT_CFLAGS" >&5
16512 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libgphoto2_port libs: $GPHOTO2_PORT_LIBS" >&5
16513 ac_save_CPPFLAGS=$CPPFLAGS
16514 CPPFLAGS="$CPPFLAGS $GPHOTO2_PORT_CFLAGS"
16515 ac_fn_c_check_header_compile "$LINENO" "gphoto2-port.h" "ac_cv_header_gphoto2_port_h" "$ac_includes_default"
16516 if test "x$ac_cv_header_gphoto2_port_h" = xyes
16517 then :
16518 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gp_port_info_list_new in -lgphoto2_port" >&5
16519 printf %s "checking for gp_port_info_list_new in -lgphoto2_port... " >&6; }
16520 if test ${ac_cv_lib_gphoto2_port_gp_port_info_list_new+y}
16521 then :
16522 printf %s "(cached) " >&6
16523 else $as_nop
16524 ac_check_lib_save_LIBS=$LIBS
16525 LIBS="-lgphoto2_port $GPHOTO2_PORT_LIBS $LIBS"
16526 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16527 /* end confdefs.h. */
16529 /* Override any GCC internal prototype to avoid an error.
16530 Use char because int might match the return type of a GCC
16531 builtin and then its argument prototype would still apply. */
16532 char gp_port_info_list_new ();
16534 main (void)
16536 return gp_port_info_list_new ();
16538 return 0;
16540 _ACEOF
16541 if ac_fn_c_try_link "$LINENO"
16542 then :
16543 ac_cv_lib_gphoto2_port_gp_port_info_list_new=yes
16544 else $as_nop
16545 ac_cv_lib_gphoto2_port_gp_port_info_list_new=no
16547 rm -f core conftest.err conftest.$ac_objext conftest.beam \
16548 conftest$ac_exeext conftest.$ac_ext
16549 LIBS=$ac_check_lib_save_LIBS
16551 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&5
16552 printf "%s\n" "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&6; }
16553 if test "x$ac_cv_lib_gphoto2_port_gp_port_info_list_new" = xyes
16554 then :
16556 printf "%s\n" "#define HAVE_GPHOTO2_PORT 1" >>confdefs.h
16558 else $as_nop
16559 GPHOTO2_PORT_LIBS=""; GPHOTO2_PORT_CFLAGS=""
16562 else $as_nop
16563 GPHOTO2_PORT_LIBS=""; GPHOTO2_PORT_CFLAGS=""
16566 CPPFLAGS=$ac_save_CPPFLAGS
16569 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"
16570 then :
16571 case "x$with_gphoto" in
16572 x) as_fn_append wine_notices "|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
16573 xno) ;;
16574 *) as_fn_error $? "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
16575 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
16576 esac
16577 enable_gphoto2_ds=${enable_gphoto2_ds:-no}
16579 if test "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" != "yes"
16580 then :
16581 case "x$with_gphoto" in
16582 x) as_fn_append wine_notices "|libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected." ;;
16583 xno) ;;
16584 *) as_fn_error $? "libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected.
16585 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
16586 esac
16591 if test "$ac_cv_header_resolv_h" = "yes"
16592 then
16593 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for resolver library" >&5
16594 printf %s "checking for resolver library... " >&6; }
16595 if test ${ac_cv_have_resolv+y}
16596 then :
16597 printf %s "(cached) " >&6
16598 else $as_nop
16599 ac_save_LIBS="$LIBS"
16600 for lib in '' -lresolv
16602 LIBS="$lib $ac_save_LIBS"
16603 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16604 /* end confdefs.h. */
16605 #ifdef HAVE_NETINET_IN_H
16606 #include <netinet/in.h>
16607 #endif
16608 #include <resolv.h>
16610 main (void)
16612 if (!(_res.options & RES_INIT)) res_init(); res_query("foo",ns_c_in,0,0,0); ns_initparse(0,0,0)
16614 return 0;
16616 _ACEOF
16617 if ac_fn_c_try_link "$LINENO"
16618 then :
16619 ac_cv_have_resolv=${lib:-"none required"}
16620 else $as_nop
16621 ac_cv_have_resolv="not found"
16623 rm -f core conftest.err conftest.$ac_objext conftest.beam \
16624 conftest$ac_exeext conftest.$ac_ext
16625 test "x$ac_cv_have_resolv" = "xnot found" || break
16626 done
16627 LIBS="$ac_save_LIBS"
16629 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_resolv" >&5
16630 printf "%s\n" "$ac_cv_have_resolv" >&6; }
16632 case "$ac_cv_have_resolv" in
16633 "not found") ;;
16634 "none required")
16636 printf "%s\n" "#define HAVE_RESOLV 1" >>confdefs.h
16639 printf "%s\n" "#define HAVE_RESOLV 1" >>confdefs.h
16641 RESOLV_LIBS=$ac_cv_have_resolv
16643 esac
16645 if test "x$ac_cv_have_resolv" != "xnot found"
16646 then
16647 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for res_getservers" >&5
16648 printf %s "checking for res_getservers... " >&6; }
16649 if test ${ac_cv_have_res_getservers+y}
16650 then :
16651 printf %s "(cached) " >&6
16652 else $as_nop
16653 ac_save_LIBS="$LIBS"
16654 LIBS="$RESOLV_LIBS $LIBS"
16655 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16656 /* end confdefs.h. */
16657 #include <resolv.h>
16659 main (void)
16661 res_getservers(NULL, NULL, 0);
16663 return 0;
16665 _ACEOF
16666 if ac_fn_c_try_link "$LINENO"
16667 then :
16668 ac_cv_have_res_getservers=yes
16669 else $as_nop
16670 ac_cv_have_res_getservers=no
16672 rm -f core conftest.err conftest.$ac_objext conftest.beam \
16673 conftest$ac_exeext conftest.$ac_ext
16674 LIBS="$ac_save_LIBS"
16676 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_res_getservers" >&5
16677 printf "%s\n" "$ac_cv_have_res_getservers" >&6; }
16678 if test "$ac_cv_have_res_getservers" = "yes"
16679 then
16681 printf "%s\n" "#define HAVE_RES_GETSERVERS 1" >>confdefs.h
16687 if test "x$with_freetype" != "xno"
16688 then
16689 if ${FREETYPE_CFLAGS:+false} :
16690 then :
16691 if test ${PKG_CONFIG+y}
16692 then :
16693 FREETYPE_CFLAGS=`$PKG_CONFIG --cflags freetype2 2>/dev/null`
16696 test "$cross_compiling" = yes || FREETYPE_CFLAGS=${FREETYPE_CFLAGS:-`(${FREETYPE_CONFIG:-freetype-config} --cflags || ${FREETYPE2_CONFIG:-freetype2-config} --cflags) 2>/dev/null`}
16697 if ${FREETYPE_LIBS:+false} :
16698 then :
16699 if test ${PKG_CONFIG+y}
16700 then :
16701 FREETYPE_LIBS=`$PKG_CONFIG --libs freetype2 2>/dev/null`
16704 test "$cross_compiling" = yes || FREETYPE_LIBS=${FREETYPE_LIBS:-`(${FREETYPE_CONFIG:-freetype-config} --libs || ${FREETYPE2_CONFIG:-freetype2-config} --libs) 2>/dev/null`}
16705 FREETYPE_LIBS=${FREETYPE_LIBS:-"-lfreetype"}
16706 printf "%s\n" "$as_me:${as_lineno-$LINENO}: freetype2 cflags: $FREETYPE_CFLAGS" >&5
16707 printf "%s\n" "$as_me:${as_lineno-$LINENO}: freetype2 libs: $FREETYPE_LIBS" >&5
16708 ac_save_CPPFLAGS=$CPPFLAGS
16709 CPPFLAGS="$CPPFLAGS $FREETYPE_CFLAGS"
16710 ac_fn_c_check_header_compile "$LINENO" "ft2build.h" "ac_cv_header_ft2build_h" "$ac_includes_default"
16711 if test "x$ac_cv_header_ft2build_h" = xyes
16712 then :
16713 printf "%s\n" "#define HAVE_FT2BUILD_H 1" >>confdefs.h
16717 if test "$ac_cv_header_ft2build_h" = "yes"
16718 then
16719 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
16720 printf %s "checking for -lfreetype... " >&6; }
16721 if test ${ac_cv_lib_soname_freetype+y}
16722 then :
16723 printf %s "(cached) " >&6
16724 else $as_nop
16725 ac_check_soname_save_LIBS=$LIBS
16726 LIBS="-lfreetype $FREETYPE_LIBS $LIBS"
16727 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16728 /* end confdefs.h. */
16730 /* Override any GCC internal prototype to avoid an error.
16731 Use char because int might match the return type of a GCC
16732 builtin and then its argument prototype would still apply. */
16733 char FT_Init_FreeType ();
16735 main (void)
16737 return FT_Init_FreeType ();
16739 return 0;
16741 _ACEOF
16742 if ac_fn_c_try_link "$LINENO"
16743 then :
16744 case "$LIBEXT" in
16745 dll) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
16746 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'` ;;
16747 *) ac_cv_lib_soname_freetype=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfreetype\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfreetype\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
16748 if ${ac_cv_lib_soname_freetype:+false} :
16749 then :
16750 ac_cv_lib_soname_freetype=`$LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
16751 fi ;;
16752 esac
16753 else $as_nop
16754 ac_cv_lib_soname_freetype=
16756 rm -f core conftest.err conftest.$ac_objext conftest.beam \
16757 conftest$ac_exeext conftest.$ac_ext
16758 LIBS=$ac_check_soname_save_LIBS
16760 if ${ac_cv_lib_soname_freetype:+false} :
16761 then :
16762 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
16763 printf "%s\n" "not found" >&6; }
16764 FREETYPE_LIBS=""
16765 else $as_nop
16766 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
16767 printf "%s\n" "$ac_cv_lib_soname_freetype" >&6; }
16769 printf "%s\n" "#define SONAME_LIBFREETYPE \"$ac_cv_lib_soname_freetype\"" >>confdefs.h
16772 printf "%s\n" "#define HAVE_FREETYPE 1" >>confdefs.h
16774 ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <ft2build.h>
16775 #include FT_MODULE_H
16777 if test "x$ac_cv_type_FT_TrueTypeEngineType" = xyes
16778 then :
16780 printf "%s\n" "#define HAVE_FT_TRUETYPEENGINETYPE 1" >>confdefs.h
16786 else
16787 FREETYPE_CFLAGS=""
16788 FREETYPE_LIBS=""
16790 CPPFLAGS=$ac_save_CPPFLAGS
16793 if test "x$ac_cv_lib_soname_freetype" = x
16794 then :
16795 case "x$with_freetype" in
16796 xno) ;;
16797 *) as_fn_error $? "FreeType ${notice_platform}development files not found. Fonts will not be built.
16798 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
16799 esac
16800 enable_fonts=${enable_fonts:-no}
16803 ac_wine_check_funcs_save_LIBS="$LIBS"
16804 LIBS="$LIBS $PTHREAD_LIBS"
16805 ac_fn_c_check_func "$LINENO" "pthread_getthreadid_np" "ac_cv_func_pthread_getthreadid_np"
16806 if test "x$ac_cv_func_pthread_getthreadid_np" = xyes
16807 then :
16808 printf "%s\n" "#define HAVE_PTHREAD_GETTHREADID_NP 1" >>confdefs.h
16812 LIBS="$ac_wine_check_funcs_save_LIBS"
16814 if test "x$enable_tools" != xno -a "x$with_gettextpo" = xyes
16815 then
16816 if test "$ac_cv_header_gettext_po_h" = "yes"
16817 then
16818 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for po_message_msgctxt in -lgettextpo" >&5
16819 printf %s "checking for po_message_msgctxt in -lgettextpo... " >&6; }
16820 if test ${ac_cv_lib_gettextpo_po_message_msgctxt+y}
16821 then :
16822 printf %s "(cached) " >&6
16823 else $as_nop
16824 ac_check_lib_save_LIBS=$LIBS
16825 LIBS="-lgettextpo $LIBS"
16826 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16827 /* end confdefs.h. */
16829 /* Override any GCC internal prototype to avoid an error.
16830 Use char because int might match the return type of a GCC
16831 builtin and then its argument prototype would still apply. */
16832 char po_message_msgctxt ();
16834 main (void)
16836 return po_message_msgctxt ();
16838 return 0;
16840 _ACEOF
16841 if ac_fn_c_try_link "$LINENO"
16842 then :
16843 ac_cv_lib_gettextpo_po_message_msgctxt=yes
16844 else $as_nop
16845 ac_cv_lib_gettextpo_po_message_msgctxt=no
16847 rm -f core conftest.err conftest.$ac_objext conftest.beam \
16848 conftest$ac_exeext conftest.$ac_ext
16849 LIBS=$ac_check_lib_save_LIBS
16851 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gettextpo_po_message_msgctxt" >&5
16852 printf "%s\n" "$ac_cv_lib_gettextpo_po_message_msgctxt" >&6; }
16853 if test "x$ac_cv_lib_gettextpo_po_message_msgctxt" = xyes
16854 then :
16856 printf "%s\n" "#define HAVE_LIBGETTEXTPO 1" >>confdefs.h
16858 GETTEXTPO_LIBS="-lgettextpo"
16863 if test "x$GETTEXTPO_LIBS" = "x"
16864 then :
16865 case "x$with_gettextpo" in
16866 x) as_fn_append wine_notices "|GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt." ;;
16867 xno) ;;
16868 *) as_fn_error $? "GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt.
16869 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
16870 esac
16873 if test "$srcdir" != .
16874 then :
16875 case "x$with_gettextpo" in
16876 x) as_fn_append wine_notices "|Rebuilding po files is not supported for out of tree builds." ;;
16877 xno) ;;
16878 *) as_fn_error $? "Rebuilding po files is not supported for out of tree builds.
16879 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
16880 esac
16885 if test "x$with_pulse" != "xno";
16886 then
16887 if ${PULSE_CFLAGS:+false} :
16888 then :
16889 if test ${PKG_CONFIG+y}
16890 then :
16891 PULSE_CFLAGS=`$PKG_CONFIG --cflags libpulse 2>/dev/null`
16895 if ${PULSE_LIBS:+false} :
16896 then :
16897 if test ${PKG_CONFIG+y}
16898 then :
16899 PULSE_LIBS=`$PKG_CONFIG --libs libpulse 2>/dev/null`
16904 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libpulse cflags: $PULSE_CFLAGS" >&5
16905 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libpulse libs: $PULSE_LIBS" >&5
16906 ac_save_CPPFLAGS=$CPPFLAGS
16907 CPPFLAGS="$CPPFLAGS $PULSE_CFLAGS"
16908 for ac_header in pulse/pulseaudio.h
16909 do :
16910 ac_fn_c_check_header_compile "$LINENO" "pulse/pulseaudio.h" "ac_cv_header_pulse_pulseaudio_h" "$ac_includes_default"
16911 if test "x$ac_cv_header_pulse_pulseaudio_h" = xyes
16912 then :
16913 printf "%s\n" "#define HAVE_PULSE_PULSEAUDIO_H 1" >>confdefs.h
16914 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pa_stream_is_corked in -lpulse" >&5
16915 printf %s "checking for pa_stream_is_corked in -lpulse... " >&6; }
16916 if test ${ac_cv_lib_pulse_pa_stream_is_corked+y}
16917 then :
16918 printf %s "(cached) " >&6
16919 else $as_nop
16920 ac_check_lib_save_LIBS=$LIBS
16921 LIBS="-lpulse $PULSE_LIBS $LIBS"
16922 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16923 /* end confdefs.h. */
16925 /* Override any GCC internal prototype to avoid an error.
16926 Use char because int might match the return type of a GCC
16927 builtin and then its argument prototype would still apply. */
16928 char pa_stream_is_corked ();
16930 main (void)
16932 return pa_stream_is_corked ();
16934 return 0;
16936 _ACEOF
16937 if ac_fn_c_try_link "$LINENO"
16938 then :
16939 ac_cv_lib_pulse_pa_stream_is_corked=yes
16940 else $as_nop
16941 ac_cv_lib_pulse_pa_stream_is_corked=no
16943 rm -f core conftest.err conftest.$ac_objext conftest.beam \
16944 conftest$ac_exeext conftest.$ac_ext
16945 LIBS=$ac_check_lib_save_LIBS
16947 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pulse_pa_stream_is_corked" >&5
16948 printf "%s\n" "$ac_cv_lib_pulse_pa_stream_is_corked" >&6; }
16949 if test "x$ac_cv_lib_pulse_pa_stream_is_corked" = xyes
16950 then :
16952 else $as_nop
16953 PULSE_LIBS=""
16956 else $as_nop
16957 PULSE_LIBS=""
16960 done
16961 CPPFLAGS=$ac_save_CPPFLAGS
16964 if test -z "$PULSE_LIBS"
16965 then :
16966 case "x$with_pulse" in
16967 x) as_fn_append wine_notices "|libpulse ${notice_platform}development files not found or too old, Pulse won't be supported." ;;
16968 xno) ;;
16969 *) as_fn_error $? "libpulse ${notice_platform}development files not found or too old, Pulse won't be supported.
16970 This is an error since --with-pulse was requested." "$LINENO" 5 ;;
16971 esac
16972 enable_winepulse_drv=${enable_winepulse_drv:-no}
16975 if test "x$with_gstreamer" != "xno"
16976 then
16977 if ${GSTREAMER_CFLAGS:+false} :
16978 then :
16979 if test ${PKG_CONFIG+y}
16980 then :
16981 GSTREAMER_CFLAGS=`$PKG_CONFIG --cflags gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 2>/dev/null`
16985 if ${GSTREAMER_LIBS:+false} :
16986 then :
16987 if test ${PKG_CONFIG+y}
16988 then :
16989 GSTREAMER_LIBS=`$PKG_CONFIG --libs gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 2>/dev/null`
16994 printf "%s\n" "$as_me:${as_lineno-$LINENO}: gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 cflags: $GSTREAMER_CFLAGS" >&5
16995 printf "%s\n" "$as_me:${as_lineno-$LINENO}: gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 libs: $GSTREAMER_LIBS" >&5
16996 ac_save_CPPFLAGS=$CPPFLAGS
16997 CPPFLAGS="$CPPFLAGS $GSTREAMER_CFLAGS"
16998 ac_fn_c_check_header_compile "$LINENO" "gst/gst.h" "ac_cv_header_gst_gst_h" "$ac_includes_default"
16999 if test "x$ac_cv_header_gst_gst_h" = xyes
17000 then :
17001 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether gint64 defined by gst/gst.h is indeed 64-bit" >&5
17002 printf %s "checking whether gint64 defined by gst/gst.h is indeed 64-bit... " >&6; }
17003 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17004 /* end confdefs.h. */
17005 #include <gst/gst.h>
17007 main (void)
17009 static int a[sizeof(gint64) > 4 ? 1 : -1]; if (a[0]) return 0;
17011 return 0;
17013 _ACEOF
17014 if ac_fn_c_try_compile "$LINENO"
17015 then :
17016 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
17017 printf "%s\n" "yes" >&6; }
17018 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gst_pad_new in -lgstreamer-1.0" >&5
17019 printf %s "checking for gst_pad_new in -lgstreamer-1.0... " >&6; }
17020 if test ${ac_cv_lib_gstreamer_1_0_gst_pad_new+y}
17021 then :
17022 printf %s "(cached) " >&6
17023 else $as_nop
17024 ac_check_lib_save_LIBS=$LIBS
17025 LIBS="-lgstreamer-1.0 $GSTREAMER_LIBS $LIBS"
17026 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17027 /* end confdefs.h. */
17029 /* Override any GCC internal prototype to avoid an error.
17030 Use char because int might match the return type of a GCC
17031 builtin and then its argument prototype would still apply. */
17032 char gst_pad_new ();
17034 main (void)
17036 return gst_pad_new ();
17038 return 0;
17040 _ACEOF
17041 if ac_fn_c_try_link "$LINENO"
17042 then :
17043 ac_cv_lib_gstreamer_1_0_gst_pad_new=yes
17044 else $as_nop
17045 ac_cv_lib_gstreamer_1_0_gst_pad_new=no
17047 rm -f core conftest.err conftest.$ac_objext conftest.beam \
17048 conftest$ac_exeext conftest.$ac_ext
17049 LIBS=$ac_check_lib_save_LIBS
17051 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstreamer_1_0_gst_pad_new" >&5
17052 printf "%s\n" "$ac_cv_lib_gstreamer_1_0_gst_pad_new" >&6; }
17053 if test "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" = xyes
17054 then :
17058 else $as_nop
17059 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
17060 printf "%s\n" "no" >&6; }
17061 ac_glib2_broken=yes
17062 as_fn_append wine_notices "|glib-2.0 pkgconfig configuration is for the wrong architecture, winegstreamer won't be built."
17064 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
17067 CPPFLAGS=$ac_save_CPPFLAGS
17070 if test "x$ac_glib2_broken" != xyes -a "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" != xyes
17071 then :
17072 case "x$with_gstreamer" in
17073 x) as_fn_append wine_notices "|gstreamer-1.0 base plugins ${notice_platform}development files not found, GStreamer won't be supported." ;;
17074 xno) ;;
17075 *) as_fn_error $? "gstreamer-1.0 base plugins ${notice_platform}development files not found, GStreamer won't be supported.
17076 This is an error since --with-gstreamer was requested." "$LINENO" 5 ;;
17077 esac
17078 enable_winegstreamer=${enable_winegstreamer:-no}
17081 ALSA_LIBS=""
17083 if test "x$with_alsa" != "xno"
17084 then
17085 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access_mask in -lasound" >&5
17086 printf %s "checking for snd_pcm_hw_params_get_access_mask in -lasound... " >&6; }
17087 if test ${ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask+y}
17088 then :
17089 printf %s "(cached) " >&6
17090 else $as_nop
17091 ac_check_lib_save_LIBS=$LIBS
17092 LIBS="-lasound $LIBS"
17093 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17094 /* end confdefs.h. */
17096 /* Override any GCC internal prototype to avoid an error.
17097 Use char because int might match the return type of a GCC
17098 builtin and then its argument prototype would still apply. */
17099 char snd_pcm_hw_params_get_access_mask ();
17101 main (void)
17103 return snd_pcm_hw_params_get_access_mask ();
17105 return 0;
17107 _ACEOF
17108 if ac_fn_c_try_link "$LINENO"
17109 then :
17110 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask=yes
17111 else $as_nop
17112 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask=no
17114 rm -f core conftest.err conftest.$ac_objext conftest.beam \
17115 conftest$ac_exeext conftest.$ac_ext
17116 LIBS=$ac_check_lib_save_LIBS
17118 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&5
17119 printf "%s\n" "$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&6; }
17120 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" = xyes
17121 then :
17122 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17123 /* end confdefs.h. */
17124 #include <alsa/asoundlib.h>
17126 main (void)
17128 snd_pcm_hw_params_get_access_mask(NULL, NULL)
17130 return 0;
17132 _ACEOF
17133 if ac_fn_c_try_compile "$LINENO"
17134 then :
17135 ALSA_LIBS="-lasound"
17137 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
17141 test -n "$ALSA_LIBS" || enable_winealsa_drv=${enable_winealsa_drv:-no}
17143 if test "x$with_oss" != xno
17144 then
17145 ac_save_CPPFLAGS="$CPPFLAGS"
17146 if test -f /etc/oss.conf
17147 then
17148 . /etc/oss.conf
17150 ac_oss_incl="-I${OSSLIBDIR:-/usr/lib/oss}/include"
17151 CPPFLAGS="$CPPFLAGS $ac_oss_incl"
17152 ac_fn_c_check_header_compile "$LINENO" "sys/soundcard.h" "ac_cv_header_sys_soundcard_h" "$ac_includes_default"
17153 if test "x$ac_cv_header_sys_soundcard_h" = xyes
17154 then :
17155 ac_fn_c_check_member "$LINENO" "oss_sysinfo" "numaudioengines" "ac_cv_member_oss_sysinfo_numaudioengines" "#include <sys/soundcard.h>
17157 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes
17158 then :
17160 printf "%s\n" "#define HAVE_OSS_SYSINFO_NUMAUDIOENGINES 1" >>confdefs.h
17162 OSS4_CFLAGS="$ac_oss_incl"
17164 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
17165 printf %s "checking for _oss_ioctl in -lossaudio... " >&6; }
17166 if test ${ac_cv_lib_ossaudio__oss_ioctl+y}
17167 then :
17168 printf %s "(cached) " >&6
17169 else $as_nop
17170 ac_check_lib_save_LIBS=$LIBS
17171 LIBS="-lossaudio $LIBS"
17172 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17173 /* end confdefs.h. */
17175 /* Override any GCC internal prototype to avoid an error.
17176 Use char because int might match the return type of a GCC
17177 builtin and then its argument prototype would still apply. */
17178 char _oss_ioctl ();
17180 main (void)
17182 return _oss_ioctl ();
17184 return 0;
17186 _ACEOF
17187 if ac_fn_c_try_link "$LINENO"
17188 then :
17189 ac_cv_lib_ossaudio__oss_ioctl=yes
17190 else $as_nop
17191 ac_cv_lib_ossaudio__oss_ioctl=no
17193 rm -f core conftest.err conftest.$ac_objext conftest.beam \
17194 conftest$ac_exeext conftest.$ac_ext
17195 LIBS=$ac_check_lib_save_LIBS
17197 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
17198 printf "%s\n" "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
17199 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes
17200 then :
17201 OSS4_LIBS="-lossaudio"
17209 CPPFLAGS="$ac_save_CPPFLAGS"
17211 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
17212 then :
17213 case "x$with_oss" in
17214 x) as_fn_append wine_notices "|OSS sound system found but too old (OSSv4 needed), OSS won't be supported." ;;
17215 xno) ;;
17216 *) as_fn_error $? "OSS sound system found but too old (OSSv4 needed), OSS won't be supported.
17217 This is an error since --with-oss was requested." "$LINENO" 5 ;;
17218 esac
17219 enable_wineoss_drv=${enable_wineoss_drv:-no}
17222 if test "x$with_udev" != "xno"
17223 then
17224 if ${UDEV_CFLAGS:+false} :
17225 then :
17226 if test ${PKG_CONFIG+y}
17227 then :
17228 UDEV_CFLAGS=`$PKG_CONFIG --cflags libudev 2>/dev/null`
17232 if ${UDEV_LIBS:+false} :
17233 then :
17234 if test ${PKG_CONFIG+y}
17235 then :
17236 UDEV_LIBS=`$PKG_CONFIG --libs libudev 2>/dev/null`
17240 UDEV_LIBS=${UDEV_LIBS:-"-ludev"}
17241 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libudev cflags: $UDEV_CFLAGS" >&5
17242 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libudev libs: $UDEV_LIBS" >&5
17243 ac_save_CPPFLAGS=$CPPFLAGS
17244 CPPFLAGS="$CPPFLAGS $UDEV_CFLAGS"
17245 for ac_header in libudev.h
17246 do :
17247 ac_fn_c_check_header_compile "$LINENO" "libudev.h" "ac_cv_header_libudev_h" "$ac_includes_default"
17248 if test "x$ac_cv_header_libudev_h" = xyes
17249 then :
17250 printf "%s\n" "#define HAVE_LIBUDEV_H 1" >>confdefs.h
17251 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for udev_new in -ludev" >&5
17252 printf %s "checking for udev_new in -ludev... " >&6; }
17253 if test ${ac_cv_lib_udev_udev_new+y}
17254 then :
17255 printf %s "(cached) " >&6
17256 else $as_nop
17257 ac_check_lib_save_LIBS=$LIBS
17258 LIBS="-ludev $UDEV_LIBS $LIBS"
17259 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17260 /* end confdefs.h. */
17262 /* Override any GCC internal prototype to avoid an error.
17263 Use char because int might match the return type of a GCC
17264 builtin and then its argument prototype would still apply. */
17265 char udev_new ();
17267 main (void)
17269 return udev_new ();
17271 return 0;
17273 _ACEOF
17274 if ac_fn_c_try_link "$LINENO"
17275 then :
17276 ac_cv_lib_udev_udev_new=yes
17277 else $as_nop
17278 ac_cv_lib_udev_udev_new=no
17280 rm -f core conftest.err conftest.$ac_objext conftest.beam \
17281 conftest$ac_exeext conftest.$ac_ext
17282 LIBS=$ac_check_lib_save_LIBS
17284 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_udev_udev_new" >&5
17285 printf "%s\n" "$ac_cv_lib_udev_udev_new" >&6; }
17286 if test "x$ac_cv_lib_udev_udev_new" = xyes
17287 then :
17289 printf "%s\n" "#define HAVE_UDEV 1" >>confdefs.h
17291 else $as_nop
17292 UDEV_LIBS=""
17295 else $as_nop
17296 UDEV_LIBS=""
17299 done
17300 CPPFLAGS=$ac_save_CPPFLAGS
17303 if test "x$UDEV_LIBS" = "x"
17304 then :
17305 case "x$with_udev" in
17306 x) as_fn_append wine_notices "|libudev ${notice_platform}development files not found, plug and play won't be supported." ;;
17307 xno) ;;
17308 *) as_fn_error $? "libudev ${notice_platform}development files not found, plug and play won't be supported.
17309 This is an error since --with-udev was requested." "$LINENO" 5 ;;
17310 esac
17314 if test "x$with_unwind" != xno
17315 then
17316 if ${UNWIND_CFLAGS:+false} :
17317 then :
17318 if test ${PKG_CONFIG+y}
17319 then :
17320 UNWIND_CFLAGS=`$PKG_CONFIG --cflags libunwind 2>/dev/null`
17324 if ${UNWIND_LIBS:+false} :
17325 then :
17326 if test ${PKG_CONFIG+y}
17327 then :
17328 UNWIND_LIBS=`$PKG_CONFIG --libs libunwind 2>/dev/null`
17332 UNWIND_LIBS=${UNWIND_LIBS:-"-lunwind"}
17333 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libunwind cflags: $UNWIND_CFLAGS" >&5
17334 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libunwind libs: $UNWIND_LIBS" >&5
17335 ac_save_CPPFLAGS=$CPPFLAGS
17336 CPPFLAGS="$CPPFLAGS $UNWIND_CFLAGS"
17337 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for unw_step" >&5
17338 printf %s "checking for unw_step... " >&6; }
17339 if test ${wine_cv_have_unw_step+y}
17340 then :
17341 printf %s "(cached) " >&6
17342 else $as_nop
17343 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17344 /* end confdefs.h. */
17345 #define UNW_LOCAL_ONLY
17346 #include <libunwind.h>
17348 main (void)
17350 unw_cursor_t cursor; unw_step( &cursor );
17352 return 0;
17354 _ACEOF
17355 if ac_fn_c_try_link "$LINENO"
17356 then :
17357 wine_cv_have_unw_step="yes"
17358 else $as_nop
17359 wine_cv_have_unw_step="no"
17361 rm -f core conftest.err conftest.$ac_objext conftest.beam \
17362 conftest$ac_exeext conftest.$ac_ext
17364 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_unw_step" >&5
17365 printf "%s\n" "$wine_cv_have_unw_step" >&6; }
17366 if test "$wine_cv_have_unw_step" = no -a -n "$UNWIND_LIBS"
17367 then
17368 save_libs=$LIBS
17369 UNWIND_LIBS="-static-libgcc $UNWIND_LIBS"
17370 LIBS="$UNWIND_LIBS $LIBS"
17371 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for unw_step in libunwind" >&5
17372 printf %s "checking for unw_step in libunwind... " >&6; }
17373 if test ${wine_cv_have_libunwind_unw_step+y}
17374 then :
17375 printf %s "(cached) " >&6
17376 else $as_nop
17377 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17378 /* end confdefs.h. */
17379 #define UNW_LOCAL_ONLY
17380 #include <libunwind.h>
17382 main (void)
17384 unw_cursor_t cursor; unw_step( &cursor );
17386 return 0;
17388 _ACEOF
17389 if ac_fn_c_try_link "$LINENO"
17390 then :
17391 wine_cv_have_libunwind_unw_step="yes"
17392 else $as_nop
17393 wine_cv_have_libunwind_unw_step="no"
17395 rm -f core conftest.err conftest.$ac_objext conftest.beam \
17396 conftest$ac_exeext conftest.$ac_ext
17398 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_libunwind_unw_step" >&5
17399 printf "%s\n" "$wine_cv_have_libunwind_unw_step" >&6; }
17400 LIBS=$save_libs
17402 test "$wine_cv_have_libunwind_unw_step" = yes || UNWIND_LIBS=""
17403 if test "x$wine_cv_have_unw_step$wine_cv_have_libunwind_unw_step" != xnono
17404 then
17406 printf "%s\n" "#define HAVE_LIBUNWIND 1" >>confdefs.h
17409 CPPFLAGS=$ac_save_CPPFLAGS
17412 case $host in
17413 aarch64*|*-darwin*)
17414 if test "x$wine_cv_have_unw_step$wine_cv_have_libunwind_unw_step" = xnono
17415 then :
17416 case "x$with_unwind" in
17417 x) as_fn_append wine_notices "|libunwind ${notice_platform}development files not found, stack unwinding won't work." ;;
17418 xno) ;;
17419 *) as_fn_error $? "libunwind ${notice_platform}development files not found, stack unwinding won't work.
17420 This is an error since --with-unwind was requested." "$LINENO" 5 ;;
17421 esac
17423 fi ;;
17424 esac
17426 if test "x$with_sdl" != "xno"
17427 then
17428 if ${SDL2_CFLAGS:+false} :
17429 then :
17430 if test ${PKG_CONFIG+y}
17431 then :
17432 SDL2_CFLAGS=`$PKG_CONFIG --cflags sdl2 2>/dev/null`
17436 if ${SDL2_LIBS:+false} :
17437 then :
17438 if test ${PKG_CONFIG+y}
17439 then :
17440 SDL2_LIBS=`$PKG_CONFIG --libs sdl2 2>/dev/null`
17444 SDL2_LIBS=${SDL2_LIBS:-"-lSDL2"}
17445 printf "%s\n" "$as_me:${as_lineno-$LINENO}: sdl2 cflags: $SDL2_CFLAGS" >&5
17446 printf "%s\n" "$as_me:${as_lineno-$LINENO}: sdl2 libs: $SDL2_LIBS" >&5
17447 ac_save_CPPFLAGS=$CPPFLAGS
17448 CPPFLAGS="$CPPFLAGS $SDL2_CFLAGS"
17449 for ac_header in SDL.h
17450 do :
17451 ac_fn_c_check_header_compile "$LINENO" "SDL.h" "ac_cv_header_SDL_h" "$ac_includes_default"
17452 if test "x$ac_cv_header_SDL_h" = xyes
17453 then :
17454 printf "%s\n" "#define HAVE_SDL_H 1" >>confdefs.h
17455 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lSDL2" >&5
17456 printf %s "checking for -lSDL2... " >&6; }
17457 if test ${ac_cv_lib_soname_SDL2+y}
17458 then :
17459 printf %s "(cached) " >&6
17460 else $as_nop
17461 ac_check_soname_save_LIBS=$LIBS
17462 LIBS="-lSDL2 $SDL2_LIBS $LIBS"
17463 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17464 /* end confdefs.h. */
17466 /* Override any GCC internal prototype to avoid an error.
17467 Use char because int might match the return type of a GCC
17468 builtin and then its argument prototype would still apply. */
17469 char SDL_Init ();
17471 main (void)
17473 return SDL_Init ();
17475 return 0;
17477 _ACEOF
17478 if ac_fn_c_try_link "$LINENO"
17479 then :
17480 case "$LIBEXT" in
17481 dll) ac_cv_lib_soname_SDL2=`$ac_cv_path_LDD conftest.exe | grep "SDL2" | sed -e "s/dll.*/dll/"';2,$d'` ;;
17482 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'` ;;
17483 *) 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'`
17484 if ${ac_cv_lib_soname_SDL2:+false} :
17485 then :
17486 ac_cv_lib_soname_SDL2=`$LDD conftest$ac_exeext | grep "libSDL2-2.0*\\.$LIBEXT" | sed -e "s/^.*\(libSDL2-2.0*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
17487 fi ;;
17488 esac
17489 else $as_nop
17490 ac_cv_lib_soname_SDL2=
17492 rm -f core conftest.err conftest.$ac_objext conftest.beam \
17493 conftest$ac_exeext conftest.$ac_ext
17494 LIBS=$ac_check_soname_save_LIBS
17496 if ${ac_cv_lib_soname_SDL2:+false} :
17497 then :
17498 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
17499 printf "%s\n" "not found" >&6; }
17501 else $as_nop
17502 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_SDL2" >&5
17503 printf "%s\n" "$ac_cv_lib_soname_SDL2" >&6; }
17505 printf "%s\n" "#define SONAME_LIBSDL2 \"$ac_cv_lib_soname_SDL2\"" >>confdefs.h
17511 done
17512 CPPFLAGS=$ac_save_CPPFLAGS
17515 if test "x$ac_cv_lib_soname_SDL2" = "x"
17516 then :
17517 case "x$with_sdl" in
17518 x) as_fn_append wine_notices "|libSDL2 ${notice_platform}development files not found, SDL2 won't be supported." ;;
17519 xno) ;;
17520 *) as_fn_error $? "libSDL2 ${notice_platform}development files not found, SDL2 won't be supported.
17521 This is an error since --with-sdl was requested." "$LINENO" 5 ;;
17522 esac
17526 if test "x$with_capi" != "xno"
17527 then
17528 if ${CAPI20_CFLAGS:+false} :
17529 then :
17530 if test ${PKG_CONFIG+y}
17531 then :
17532 CAPI20_CFLAGS=`$PKG_CONFIG --cflags capi20 2>/dev/null`
17536 if ${CAPI20_LIBS:+false} :
17537 then :
17538 if test ${PKG_CONFIG+y}
17539 then :
17540 CAPI20_LIBS=`$PKG_CONFIG --libs capi20 2>/dev/null`
17545 printf "%s\n" "$as_me:${as_lineno-$LINENO}: capi20 cflags: $CAPI20_CFLAGS" >&5
17546 printf "%s\n" "$as_me:${as_lineno-$LINENO}: capi20 libs: $CAPI20_LIBS" >&5
17547 ac_save_CPPFLAGS=$CPPFLAGS
17548 CPPFLAGS="$CPPFLAGS $CAPI20_CFLAGS"
17549 ac_fn_c_check_header_compile "$LINENO" "capi20.h" "ac_cv_header_capi20_h" "#define __user
17551 if test "x$ac_cv_header_capi20_h" = xyes
17552 then :
17553 printf "%s\n" "#define HAVE_CAPI20_H 1" >>confdefs.h
17556 ac_fn_c_check_header_compile "$LINENO" "linux/capi.h" "ac_cv_header_linux_capi_h" "#define __user
17558 if test "x$ac_cv_header_linux_capi_h" = xyes
17559 then :
17560 printf "%s\n" "#define HAVE_LINUX_CAPI_H 1" >>confdefs.h
17564 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
17565 then
17566 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for capi20_register in -lcapi20" >&5
17567 printf %s "checking for capi20_register in -lcapi20... " >&6; }
17568 if test ${ac_cv_lib_capi20_capi20_register+y}
17569 then :
17570 printf %s "(cached) " >&6
17571 else $as_nop
17572 ac_check_lib_save_LIBS=$LIBS
17573 LIBS="-lcapi20 $CAPI20_LIBS $LIBS"
17574 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17575 /* end confdefs.h. */
17577 /* Override any GCC internal prototype to avoid an error.
17578 Use char because int might match the return type of a GCC
17579 builtin and then its argument prototype would still apply. */
17580 char capi20_register ();
17582 main (void)
17584 return capi20_register ();
17586 return 0;
17588 _ACEOF
17589 if ac_fn_c_try_link "$LINENO"
17590 then :
17591 ac_cv_lib_capi20_capi20_register=yes
17592 else $as_nop
17593 ac_cv_lib_capi20_capi20_register=no
17595 rm -f core conftest.err conftest.$ac_objext conftest.beam \
17596 conftest$ac_exeext conftest.$ac_ext
17597 LIBS=$ac_check_lib_save_LIBS
17599 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_capi20_capi20_register" >&5
17600 printf "%s\n" "$ac_cv_lib_capi20_capi20_register" >&6; }
17601 if test "x$ac_cv_lib_capi20_capi20_register" = xyes
17602 then :
17604 else $as_nop
17605 CAPI20_LIBS=""
17609 CPPFLAGS=$ac_save_CPPFLAGS
17612 if test "x$ac_cv_lib_capi20_capi20_register" = "x"
17613 then :
17614 case "x$with_capi" in
17615 x) as_fn_append wine_notices "|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
17616 xno) ;;
17617 *) as_fn_error $? "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
17618 This is an error since --with-capi was requested." "$LINENO" 5 ;;
17619 esac
17620 enable_capi2032=${enable_capi2032:-no}
17623 if test "x$with_cups" != "xno"
17624 then
17625 if ${CUPS_CFLAGS:+false} :
17626 then :
17627 if test ${PKG_CONFIG+y}
17628 then :
17629 CUPS_CFLAGS=`$PKG_CONFIG --cflags cups 2>/dev/null`
17632 test "$cross_compiling" = yes || CUPS_CFLAGS=${CUPS_CFLAGS:-`${CUPS_CONFIG:-cups-config} --cflags 2>/dev/null`}
17633 if ${CUPS_LIBS:+false} :
17634 then :
17635 if test ${PKG_CONFIG+y}
17636 then :
17637 CUPS_LIBS=`$PKG_CONFIG --libs cups 2>/dev/null`
17640 test "$cross_compiling" = yes || CUPS_LIBS=${CUPS_LIBS:-`${CUPS_CONFIG:-cups-config} --libs 2>/dev/null`}
17641 CUPS_LIBS=${CUPS_LIBS:-"-lcups"}
17642 printf "%s\n" "$as_me:${as_lineno-$LINENO}: cups cflags: $CUPS_CFLAGS" >&5
17643 printf "%s\n" "$as_me:${as_lineno-$LINENO}: cups libs: $CUPS_LIBS" >&5
17644 ac_save_CPPFLAGS=$CPPFLAGS
17645 CPPFLAGS="$CPPFLAGS $CUPS_CFLAGS"
17646 ac_fn_c_check_header_compile "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
17647 if test "x$ac_cv_header_cups_cups_h" = xyes
17648 then :
17649 printf "%s\n" "#define HAVE_CUPS_CUPS_H 1" >>confdefs.h
17652 ac_fn_c_check_header_compile "$LINENO" "cups/ppd.h" "ac_cv_header_cups_ppd_h" "$ac_includes_default"
17653 if test "x$ac_cv_header_cups_ppd_h" = xyes
17654 then :
17655 printf "%s\n" "#define HAVE_CUPS_PPD_H 1" >>confdefs.h
17659 if test "$ac_cv_header_cups_cups_h" = "yes"
17660 then
17661 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
17662 printf %s "checking for -lcups... " >&6; }
17663 if test ${ac_cv_lib_soname_cups+y}
17664 then :
17665 printf %s "(cached) " >&6
17666 else $as_nop
17667 ac_check_soname_save_LIBS=$LIBS
17668 LIBS="-lcups $CUPS_LIBS $LIBS"
17669 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17670 /* end confdefs.h. */
17672 /* Override any GCC internal prototype to avoid an error.
17673 Use char because int might match the return type of a GCC
17674 builtin and then its argument prototype would still apply. */
17675 char cupsGetDefault ();
17677 main (void)
17679 return cupsGetDefault ();
17681 return 0;
17683 _ACEOF
17684 if ac_fn_c_try_link "$LINENO"
17685 then :
17686 case "$LIBEXT" in
17687 dll) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
17688 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'` ;;
17689 *) ac_cv_lib_soname_cups=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcups\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcups\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
17690 if ${ac_cv_lib_soname_cups:+false} :
17691 then :
17692 ac_cv_lib_soname_cups=`$LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
17693 fi ;;
17694 esac
17695 else $as_nop
17696 ac_cv_lib_soname_cups=
17698 rm -f core conftest.err conftest.$ac_objext conftest.beam \
17699 conftest$ac_exeext conftest.$ac_ext
17700 LIBS=$ac_check_soname_save_LIBS
17702 if ${ac_cv_lib_soname_cups:+false} :
17703 then :
17704 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
17705 printf "%s\n" "not found" >&6; }
17706 CUPS_LIBS=""
17707 else $as_nop
17708 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
17709 printf "%s\n" "$ac_cv_lib_soname_cups" >&6; }
17711 printf "%s\n" "#define SONAME_LIBCUPS \"$ac_cv_lib_soname_cups\"" >>confdefs.h
17715 else
17716 CUPS_CFLAGS=""
17717 CUPS_LIBS=""
17719 CPPFLAGS=$ac_save_CPPFLAGS
17722 if test "x$ac_cv_lib_soname_cups" = "x"
17723 then :
17724 case "x$with_cups" in
17725 x) as_fn_append wine_notices "|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
17726 xno) ;;
17727 *) as_fn_error $? "libcups ${notice_platform}development files not found, CUPS won't be supported.
17728 This is an error since --with-cups was requested." "$LINENO" 5 ;;
17729 esac
17733 if test "x$with_fontconfig" != "xno"
17734 then
17735 if ${FONTCONFIG_CFLAGS:+false} :
17736 then :
17737 if test ${PKG_CONFIG+y}
17738 then :
17739 FONTCONFIG_CFLAGS=`$PKG_CONFIG --cflags fontconfig 2>/dev/null`
17742 test "$cross_compiling" = yes || FONTCONFIG_CFLAGS=${FONTCONFIG_CFLAGS:-$X_CFLAGS}
17743 if ${FONTCONFIG_LIBS:+false} :
17744 then :
17745 if test ${PKG_CONFIG+y}
17746 then :
17747 FONTCONFIG_LIBS=`$PKG_CONFIG --libs fontconfig 2>/dev/null`
17750 test "$cross_compiling" = yes || FONTCONFIG_LIBS=${FONTCONFIG_LIBS:-$X_LIBS}
17752 printf "%s\n" "$as_me:${as_lineno-$LINENO}: fontconfig cflags: $FONTCONFIG_CFLAGS" >&5
17753 printf "%s\n" "$as_me:${as_lineno-$LINENO}: fontconfig libs: $FONTCONFIG_LIBS" >&5
17754 ac_save_CPPFLAGS=$CPPFLAGS
17755 CPPFLAGS="$CPPFLAGS $FONTCONFIG_CFLAGS"
17756 ac_fn_c_check_header_compile "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
17757 if test "x$ac_cv_header_fontconfig_fontconfig_h" = xyes
17758 then :
17759 printf "%s\n" "#define HAVE_FONTCONFIG_FONTCONFIG_H 1" >>confdefs.h
17763 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
17764 then
17765 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
17766 printf %s "checking for -lfontconfig... " >&6; }
17767 if test ${ac_cv_lib_soname_fontconfig+y}
17768 then :
17769 printf %s "(cached) " >&6
17770 else $as_nop
17771 ac_check_soname_save_LIBS=$LIBS
17772 LIBS="-lfontconfig $FONTCONFIG_LIBS $LIBS"
17773 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17774 /* end confdefs.h. */
17776 /* Override any GCC internal prototype to avoid an error.
17777 Use char because int might match the return type of a GCC
17778 builtin and then its argument prototype would still apply. */
17779 char FcInit ();
17781 main (void)
17783 return FcInit ();
17785 return 0;
17787 _ACEOF
17788 if ac_fn_c_try_link "$LINENO"
17789 then :
17790 case "$LIBEXT" in
17791 dll) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
17792 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'` ;;
17793 *) ac_cv_lib_soname_fontconfig=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfontconfig\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfontconfig\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
17794 if ${ac_cv_lib_soname_fontconfig:+false} :
17795 then :
17796 ac_cv_lib_soname_fontconfig=`$LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
17797 fi ;;
17798 esac
17799 else $as_nop
17800 ac_cv_lib_soname_fontconfig=
17802 rm -f core conftest.err conftest.$ac_objext conftest.beam \
17803 conftest$ac_exeext conftest.$ac_ext
17804 LIBS=$ac_check_soname_save_LIBS
17806 if ${ac_cv_lib_soname_fontconfig:+false} :
17807 then :
17808 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
17809 printf "%s\n" "not found" >&6; }
17810 FONTCONFIG_CFLAGS=""
17811 else $as_nop
17812 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
17813 printf "%s\n" "$ac_cv_lib_soname_fontconfig" >&6; }
17815 printf "%s\n" "#define SONAME_LIBFONTCONFIG \"$ac_cv_lib_soname_fontconfig\"" >>confdefs.h
17819 else
17820 FONTCONFIG_CFLAGS=""
17822 CPPFLAGS=$ac_save_CPPFLAGS
17825 if test "x$ac_cv_lib_soname_fontconfig" = "x"
17826 then :
17827 case "x$with_fontconfig" in
17828 x) as_fn_append wine_notices "|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
17829 xno) ;;
17830 *) as_fn_error $? "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
17831 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
17832 esac
17836 if test "x$with_krb5" != "xno"
17837 then
17838 if ${KRB5_CFLAGS:+false} :
17839 then :
17840 if test ${PKG_CONFIG+y}
17841 then :
17842 KRB5_CFLAGS=`$PKG_CONFIG --cflags krb5 2>/dev/null`
17845 test "$cross_compiling" = yes || KRB5_CFLAGS=${KRB5_CFLAGS:-`${KRB5_CONFIG:-krb5-config} --cflags 2>/dev/null`}
17846 if ${KRB5_LIBS:+false} :
17847 then :
17848 if test ${PKG_CONFIG+y}
17849 then :
17850 KRB5_LIBS=`$PKG_CONFIG --libs krb5 2>/dev/null`
17853 test "$cross_compiling" = yes || KRB5_LIBS=${KRB5_LIBS:-`${KRB5_CONFIG:-krb5-config} --libs 2>/dev/null`}
17855 printf "%s\n" "$as_me:${as_lineno-$LINENO}: krb5 cflags: $KRB5_CFLAGS" >&5
17856 printf "%s\n" "$as_me:${as_lineno-$LINENO}: krb5 libs: $KRB5_LIBS" >&5
17857 ac_save_CPPFLAGS=$CPPFLAGS
17858 CPPFLAGS="$CPPFLAGS $KRB5_CFLAGS"
17859 ac_fn_c_check_header_compile "$LINENO" "krb5/krb5.h" "ac_cv_header_krb5_krb5_h" "$ac_includes_default"
17860 if test "x$ac_cv_header_krb5_krb5_h" = xyes
17861 then :
17862 printf "%s\n" "#define HAVE_KRB5_KRB5_H 1" >>confdefs.h
17866 if test "$ac_cv_header_krb5_krb5_h" = "yes"
17867 then
17868 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lkrb5" >&5
17869 printf %s "checking for -lkrb5... " >&6; }
17870 if test ${ac_cv_lib_soname_krb5+y}
17871 then :
17872 printf %s "(cached) " >&6
17873 else $as_nop
17874 ac_check_soname_save_LIBS=$LIBS
17875 LIBS="-lkrb5 $KRB5_LIBS $LIBS"
17876 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17877 /* end confdefs.h. */
17879 /* Override any GCC internal prototype to avoid an error.
17880 Use char because int might match the return type of a GCC
17881 builtin and then its argument prototype would still apply. */
17882 char krb5_is_config_principal ();
17884 main (void)
17886 return krb5_is_config_principal ();
17888 return 0;
17890 _ACEOF
17891 if ac_fn_c_try_link "$LINENO"
17892 then :
17893 case "$LIBEXT" in
17894 dll) ac_cv_lib_soname_krb5=`$ac_cv_path_LDD conftest.exe | grep "krb5" | sed -e "s/dll.*/dll/"';2,$d'` ;;
17895 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'` ;;
17896 *) ac_cv_lib_soname_krb5=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libkrb5\\.$LIBEXT" | sed -e "s/^.*\\[\\(libkrb5\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
17897 if ${ac_cv_lib_soname_krb5:+false} :
17898 then :
17899 ac_cv_lib_soname_krb5=`$LDD conftest$ac_exeext | grep "libkrb5\\.$LIBEXT" | sed -e "s/^.*\(libkrb5\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
17900 fi ;;
17901 esac
17902 else $as_nop
17903 ac_cv_lib_soname_krb5=
17905 rm -f core conftest.err conftest.$ac_objext conftest.beam \
17906 conftest$ac_exeext conftest.$ac_ext
17907 LIBS=$ac_check_soname_save_LIBS
17909 if ${ac_cv_lib_soname_krb5:+false} :
17910 then :
17911 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
17912 printf "%s\n" "not found" >&6; }
17913 KRB5_CFLAGS=""
17914 else $as_nop
17915 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_krb5" >&5
17916 printf "%s\n" "$ac_cv_lib_soname_krb5" >&6; }
17918 printf "%s\n" "#define SONAME_LIBKRB5 \"$ac_cv_lib_soname_krb5\"" >>confdefs.h
17922 else
17923 KRB5_CFLAGS=""
17925 CPPFLAGS=$ac_save_CPPFLAGS
17928 if test "x$ac_cv_lib_soname_krb5" = "x"
17929 then :
17930 case "x$with_krb5" in
17931 x) as_fn_append wine_notices "|libkrb5 ${notice_platform}development files not found (or too old), Kerberos won't be supported." ;;
17932 xno) ;;
17933 *) as_fn_error $? "libkrb5 ${notice_platform}development files not found (or too old), Kerberos won't be supported.
17934 This is an error since --with-krb5 was requested." "$LINENO" 5 ;;
17935 esac
17938 test "x$ac_cv_lib_soname_krb5" != "x" || with_gssapi=${with_gssapi:-no}
17940 if test "x$with_gssapi" != "xno"
17941 then
17942 if ${GSSAPI_CFLAGS:+false} :
17943 then :
17944 if test ${PKG_CONFIG+y}
17945 then :
17946 GSSAPI_CFLAGS=`$PKG_CONFIG --cflags krb5-gssapi 2>/dev/null`
17949 test "$cross_compiling" = yes || GSSAPI_CFLAGS=${GSSAPI_CFLAGS:-`${KRB5_CONFIG:-krb5-config} --cflags gssapi 2>/dev/null`}
17950 if ${GSSAPI_LIBS:+false} :
17951 then :
17952 if test ${PKG_CONFIG+y}
17953 then :
17954 GSSAPI_LIBS=`$PKG_CONFIG --libs krb5-gssapi 2>/dev/null`
17957 test "$cross_compiling" = yes || GSSAPI_LIBS=${GSSAPI_LIBS:-`${KRB5_CONFIG:-krb5-config} --libs gssapi 2>/dev/null`}
17959 printf "%s\n" "$as_me:${as_lineno-$LINENO}: krb5-gssapi cflags: $GSSAPI_CFLAGS" >&5
17960 printf "%s\n" "$as_me:${as_lineno-$LINENO}: krb5-gssapi libs: $GSSAPI_LIBS" >&5
17961 ac_save_CPPFLAGS=$CPPFLAGS
17962 CPPFLAGS="$CPPFLAGS $GSSAPI_CFLAGS"
17963 ac_fn_c_check_header_compile "$LINENO" "gssapi/gssapi.h" "ac_cv_header_gssapi_gssapi_h" "$ac_includes_default"
17964 if test "x$ac_cv_header_gssapi_gssapi_h" = xyes
17965 then :
17966 printf "%s\n" "#define HAVE_GSSAPI_GSSAPI_H 1" >>confdefs.h
17969 ac_fn_c_check_header_compile "$LINENO" "gssapi/gssapi_ext.h" "ac_cv_header_gssapi_gssapi_ext_h" "$ac_includes_default"
17970 if test "x$ac_cv_header_gssapi_gssapi_ext_h" = xyes
17971 then :
17972 printf "%s\n" "#define HAVE_GSSAPI_GSSAPI_EXT_H 1" >>confdefs.h
17976 if test "$ac_cv_header_gssapi_gssapi_h" = "yes" -a "$ac_cv_header_gssapi_gssapi_ext_h" = "yes"
17977 then
17978 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lgssapi_krb5" >&5
17979 printf %s "checking for -lgssapi_krb5... " >&6; }
17980 if test ${ac_cv_lib_soname_gssapi_krb5+y}
17981 then :
17982 printf %s "(cached) " >&6
17983 else $as_nop
17984 ac_check_soname_save_LIBS=$LIBS
17985 LIBS="-lgssapi_krb5 $GSSAPI_LIBS $LIBS"
17986 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17987 /* end confdefs.h. */
17989 /* Override any GCC internal prototype to avoid an error.
17990 Use char because int might match the return type of a GCC
17991 builtin and then its argument prototype would still apply. */
17992 char gss_init_sec_context ();
17994 main (void)
17996 return gss_init_sec_context ();
17998 return 0;
18000 _ACEOF
18001 if ac_fn_c_try_link "$LINENO"
18002 then :
18003 case "$LIBEXT" in
18004 dll) ac_cv_lib_soname_gssapi_krb5=`$ac_cv_path_LDD conftest.exe | grep "gssapi_krb5" | sed -e "s/dll.*/dll/"';2,$d'` ;;
18005 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'` ;;
18006 *) 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'`
18007 if ${ac_cv_lib_soname_gssapi_krb5:+false} :
18008 then :
18009 ac_cv_lib_soname_gssapi_krb5=`$LDD conftest$ac_exeext | grep "libgssapi_krb5\\.$LIBEXT" | sed -e "s/^.*\(libgssapi_krb5\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
18010 fi ;;
18011 esac
18012 else $as_nop
18013 ac_cv_lib_soname_gssapi_krb5=
18015 rm -f core conftest.err conftest.$ac_objext conftest.beam \
18016 conftest$ac_exeext conftest.$ac_ext
18017 LIBS=$ac_check_soname_save_LIBS
18019 if ${ac_cv_lib_soname_gssapi_krb5:+false} :
18020 then :
18021 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
18022 printf "%s\n" "not found" >&6; }
18023 GSSAPI_CFLAGS=""
18024 else $as_nop
18025 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gssapi_krb5" >&5
18026 printf "%s\n" "$ac_cv_lib_soname_gssapi_krb5" >&6; }
18028 printf "%s\n" "#define SONAME_LIBGSSAPI_KRB5 \"$ac_cv_lib_soname_gssapi_krb5\"" >>confdefs.h
18032 else
18033 GSSAPI_CFLAGS=""
18035 CPPFLAGS=$ac_save_CPPFLAGS
18038 if test "x$ac_cv_lib_soname_gssapi_krb5" = "x"
18039 then :
18040 case "x$with_gssapi" in
18041 x) as_fn_append wine_notices "|libgssapi_krb5 ${notice_platform}development files not found (or too old), no Kerberos SSP support." ;;
18042 xno) ;;
18043 *) as_fn_error $? "libgssapi_krb5 ${notice_platform}development files not found (or too old), no Kerberos SSP support.
18044 This is an error since --with-gssapi was requested." "$LINENO" 5 ;;
18045 esac
18049 if test "$ac_cv_header_AL_al_h" = "yes"
18050 then
18051 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
18052 printf %s "checking for -lopenal... " >&6; }
18053 if test ${ac_cv_lib_soname_openal+y}
18054 then :
18055 printf %s "(cached) " >&6
18056 else $as_nop
18057 ac_check_soname_save_LIBS=$LIBS
18058 LIBS="-lopenal $LIBS"
18059 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18060 /* end confdefs.h. */
18062 /* Override any GCC internal prototype to avoid an error.
18063 Use char because int might match the return type of a GCC
18064 builtin and then its argument prototype would still apply. */
18065 char alGetSource3i ();
18067 main (void)
18069 return alGetSource3i ();
18071 return 0;
18073 _ACEOF
18074 if ac_fn_c_try_link "$LINENO"
18075 then :
18076 case "$LIBEXT" in
18077 dll) ac_cv_lib_soname_openal=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
18078 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'` ;;
18079 *) ac_cv_lib_soname_openal=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libopenal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libopenal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
18080 if ${ac_cv_lib_soname_openal:+false} :
18081 then :
18082 ac_cv_lib_soname_openal=`$LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
18083 fi ;;
18084 esac
18085 else $as_nop
18086 ac_cv_lib_soname_openal=
18088 rm -f core conftest.err conftest.$ac_objext conftest.beam \
18089 conftest$ac_exeext conftest.$ac_ext
18090 LIBS=$ac_check_soname_save_LIBS
18092 if ${ac_cv_lib_soname_openal:+false} :
18093 then :
18094 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
18095 printf "%s\n" "not found" >&6; }
18097 else $as_nop
18098 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
18099 printf "%s\n" "$ac_cv_lib_soname_openal" >&6; }
18101 printf "%s\n" "#define SONAME_LIBOPENAL \"$ac_cv_lib_soname_openal\"" >>confdefs.h
18103 OPENAL_LIBS="-lopenal"
18105 ac_cv_lib_openal=yes
18107 printf "%s\n" "#define HAVE_OPENAL 1" >>confdefs.h
18111 if test "x$ac_cv_lib_openal" != xyes
18112 then :
18113 case "x$with_openal" in
18114 x) as_fn_append wine_notices "|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
18115 xno) ;;
18116 *) as_fn_error $? "libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
18117 This is an error since --with-openal was requested." "$LINENO" 5 ;;
18118 esac
18119 enable_openal32=${enable_openal32:-no}
18122 if test "$ac_cv_header_libprocstat_h" = "yes"
18123 then
18124 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for procstat_open_sysctl in -lprocstat" >&5
18125 printf %s "checking for procstat_open_sysctl in -lprocstat... " >&6; }
18126 if test ${ac_cv_lib_procstat_procstat_open_sysctl+y}
18127 then :
18128 printf %s "(cached) " >&6
18129 else $as_nop
18130 ac_check_lib_save_LIBS=$LIBS
18131 LIBS="-lprocstat $LIBS"
18132 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18133 /* end confdefs.h. */
18135 /* Override any GCC internal prototype to avoid an error.
18136 Use char because int might match the return type of a GCC
18137 builtin and then its argument prototype would still apply. */
18138 char procstat_open_sysctl ();
18140 main (void)
18142 return procstat_open_sysctl ();
18144 return 0;
18146 _ACEOF
18147 if ac_fn_c_try_link "$LINENO"
18148 then :
18149 ac_cv_lib_procstat_procstat_open_sysctl=yes
18150 else $as_nop
18151 ac_cv_lib_procstat_procstat_open_sysctl=no
18153 rm -f core conftest.err conftest.$ac_objext conftest.beam \
18154 conftest$ac_exeext conftest.$ac_ext
18155 LIBS=$ac_check_lib_save_LIBS
18157 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_procstat_procstat_open_sysctl" >&5
18158 printf "%s\n" "$ac_cv_lib_procstat_procstat_open_sysctl" >&6; }
18159 if test "x$ac_cv_lib_procstat_procstat_open_sysctl" = xyes
18160 then :
18162 printf "%s\n" "#define HAVE_LIBPROCSTAT 1" >>confdefs.h
18164 PROCSTAT_LIBS="-lprocstat"
18170 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
18171 printf %s "checking for -lodbc... " >&6; }
18172 if test ${ac_cv_lib_soname_odbc+y}
18173 then :
18174 printf %s "(cached) " >&6
18175 else $as_nop
18176 ac_check_soname_save_LIBS=$LIBS
18177 LIBS="-lodbc $LIBS"
18178 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18179 /* end confdefs.h. */
18181 /* Override any GCC internal prototype to avoid an error.
18182 Use char because int might match the return type of a GCC
18183 builtin and then its argument prototype would still apply. */
18184 char SQLConnect ();
18186 main (void)
18188 return SQLConnect ();
18190 return 0;
18192 _ACEOF
18193 if ac_fn_c_try_link "$LINENO"
18194 then :
18195 case "$LIBEXT" in
18196 dll) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
18197 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'` ;;
18198 *) ac_cv_lib_soname_odbc=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libodbc\\.$LIBEXT" | sed -e "s/^.*\\[\\(libodbc\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
18199 if ${ac_cv_lib_soname_odbc:+false} :
18200 then :
18201 ac_cv_lib_soname_odbc=`$LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
18202 fi ;;
18203 esac
18204 else $as_nop
18205 ac_cv_lib_soname_odbc=
18207 rm -f core conftest.err conftest.$ac_objext conftest.beam \
18208 conftest$ac_exeext conftest.$ac_ext
18209 LIBS=$ac_check_soname_save_LIBS
18211 if ${ac_cv_lib_soname_odbc:+false} :
18212 then :
18213 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
18214 printf "%s\n" "not found" >&6; }
18215 printf "%s\n" "#define SONAME_LIBODBC \"libodbc.$LIBEXT\"" >>confdefs.h
18217 else $as_nop
18218 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
18219 printf "%s\n" "$ac_cv_lib_soname_odbc" >&6; }
18221 printf "%s\n" "#define SONAME_LIBODBC \"$ac_cv_lib_soname_odbc\"" >>confdefs.h
18226 if test "x$with_netapi" != "xno"
18227 then
18228 if ${NETAPI_CFLAGS:+false} :
18229 then :
18230 if test ${PKG_CONFIG+y}
18231 then :
18232 NETAPI_CFLAGS=`$PKG_CONFIG --cflags netapi 2>/dev/null`
18236 if ${NETAPI_LIBS:+false} :
18237 then :
18238 if test ${PKG_CONFIG+y}
18239 then :
18240 NETAPI_LIBS=`$PKG_CONFIG --libs netapi 2>/dev/null`
18245 printf "%s\n" "$as_me:${as_lineno-$LINENO}: netapi cflags: $NETAPI_CFLAGS" >&5
18246 printf "%s\n" "$as_me:${as_lineno-$LINENO}: netapi libs: $NETAPI_LIBS" >&5
18247 ac_save_CPPFLAGS=$CPPFLAGS
18248 CPPFLAGS="$CPPFLAGS $NETAPI_CFLAGS"
18249 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lnetapi" >&5
18250 printf %s "checking for -lnetapi... " >&6; }
18251 if test ${ac_cv_lib_soname_netapi+y}
18252 then :
18253 printf %s "(cached) " >&6
18254 else $as_nop
18255 ac_check_soname_save_LIBS=$LIBS
18256 LIBS="-lnetapi $NETAPI_LIBS $LIBS"
18257 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18258 /* end confdefs.h. */
18260 /* Override any GCC internal prototype to avoid an error.
18261 Use char because int might match the return type of a GCC
18262 builtin and then its argument prototype would still apply. */
18263 char libnetapi_init ();
18265 main (void)
18267 return libnetapi_init ();
18269 return 0;
18271 _ACEOF
18272 if ac_fn_c_try_link "$LINENO"
18273 then :
18274 case "$LIBEXT" in
18275 dll) ac_cv_lib_soname_netapi=`$ac_cv_path_LDD conftest.exe | grep "netapi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
18276 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'` ;;
18277 *) ac_cv_lib_soname_netapi=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libnetapi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libnetapi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
18278 if ${ac_cv_lib_soname_netapi:+false} :
18279 then :
18280 ac_cv_lib_soname_netapi=`$LDD conftest$ac_exeext | grep "libnetapi\\.$LIBEXT" | sed -e "s/^.*\(libnetapi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
18281 fi ;;
18282 esac
18283 else $as_nop
18284 ac_cv_lib_soname_netapi=
18286 rm -f core conftest.err conftest.$ac_objext conftest.beam \
18287 conftest$ac_exeext conftest.$ac_ext
18288 LIBS=$ac_check_soname_save_LIBS
18290 if ${ac_cv_lib_soname_netapi:+false} :
18291 then :
18292 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
18293 printf "%s\n" "not found" >&6; }
18294 printf "%s\n" "#define SONAME_LIBNETAPI \"libnetapi.$LIBEXT\"" >>confdefs.h
18296 else $as_nop
18297 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_netapi" >&5
18298 printf "%s\n" "$ac_cv_lib_soname_netapi" >&6; }
18300 printf "%s\n" "#define SONAME_LIBNETAPI \"$ac_cv_lib_soname_netapi\"" >>confdefs.h
18304 CPPFLAGS=$ac_save_CPPFLAGS
18307 if test "x$ac_cv_lib_soname_netapi" = "x"
18308 then :
18309 case "x$with_netapi" in
18310 x) as_fn_append wine_notices "|libnetapi not found, Samba NetAPI won't be supported." ;;
18311 xno) ;;
18312 *) as_fn_error $? "libnetapi not found, Samba NetAPI won't be supported.
18313 This is an error since --with-netapi was requested." "$LINENO" 5 ;;
18314 esac
18315 enable_netapi=${enable_netapi:-no}
18319 if test "x$enable_winealsa_drv$enable_winecoreaudio_drv$enable_winepulse_drv$enable_wineoss_drv$enable_wineandroid_drv" = xnonononono -a \
18320 "x$with_alsa$with_coreaudio$with_oss$with_pulse" != xnononono
18321 then
18322 as_fn_append wine_warnings "|No sound system was found. Windows applications will be silent."
18325 if test "x$with_vulkan" != "xno"
18326 then
18327 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lvulkan" >&5
18328 printf %s "checking for -lvulkan... " >&6; }
18329 if test ${ac_cv_lib_soname_vulkan+y}
18330 then :
18331 printf %s "(cached) " >&6
18332 else $as_nop
18333 ac_check_soname_save_LIBS=$LIBS
18334 LIBS="-lvulkan $LIBS"
18335 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18336 /* end confdefs.h. */
18338 /* Override any GCC internal prototype to avoid an error.
18339 Use char because int might match the return type of a GCC
18340 builtin and then its argument prototype would still apply. */
18341 char vkGetInstanceProcAddr ();
18343 main (void)
18345 return vkGetInstanceProcAddr ();
18347 return 0;
18349 _ACEOF
18350 if ac_fn_c_try_link "$LINENO"
18351 then :
18352 case "$LIBEXT" in
18353 dll) ac_cv_lib_soname_vulkan=`$ac_cv_path_LDD conftest.exe | grep "vulkan" | sed -e "s/dll.*/dll/"';2,$d'` ;;
18354 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'` ;;
18355 *) ac_cv_lib_soname_vulkan=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libvulkan\\.$LIBEXT" | sed -e "s/^.*\\[\\(libvulkan\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
18356 if ${ac_cv_lib_soname_vulkan:+false} :
18357 then :
18358 ac_cv_lib_soname_vulkan=`$LDD conftest$ac_exeext | grep "libvulkan\\.$LIBEXT" | sed -e "s/^.*\(libvulkan\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
18359 fi ;;
18360 esac
18361 else $as_nop
18362 ac_cv_lib_soname_vulkan=
18364 rm -f core conftest.err conftest.$ac_objext conftest.beam \
18365 conftest$ac_exeext conftest.$ac_ext
18366 LIBS=$ac_check_soname_save_LIBS
18368 if ${ac_cv_lib_soname_vulkan:+false} :
18369 then :
18370 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
18371 printf "%s\n" "not found" >&6; }
18373 else $as_nop
18374 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_vulkan" >&5
18375 printf "%s\n" "$ac_cv_lib_soname_vulkan" >&6; }
18377 printf "%s\n" "#define SONAME_LIBVULKAN \"$ac_cv_lib_soname_vulkan\"" >>confdefs.h
18381 if test "x$ac_cv_lib_soname_vulkan" = "x"
18382 then
18383 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lMoltenVK" >&5
18384 printf %s "checking for -lMoltenVK... " >&6; }
18385 if test ${ac_cv_lib_soname_MoltenVK+y}
18386 then :
18387 printf %s "(cached) " >&6
18388 else $as_nop
18389 ac_check_soname_save_LIBS=$LIBS
18390 LIBS="-lMoltenVK $LIBS"
18391 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18392 /* end confdefs.h. */
18394 /* Override any GCC internal prototype to avoid an error.
18395 Use char because int might match the return type of a GCC
18396 builtin and then its argument prototype would still apply. */
18397 char vkGetInstanceProcAddr ();
18399 main (void)
18401 return vkGetInstanceProcAddr ();
18403 return 0;
18405 _ACEOF
18406 if ac_fn_c_try_link "$LINENO"
18407 then :
18408 case "$LIBEXT" in
18409 dll) ac_cv_lib_soname_MoltenVK=`$ac_cv_path_LDD conftest.exe | grep "MoltenVK" | sed -e "s/dll.*/dll/"';2,$d'` ;;
18410 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'` ;;
18411 *) ac_cv_lib_soname_MoltenVK=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libMoltenVK\\.$LIBEXT" | sed -e "s/^.*\\[\\(libMoltenVK\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
18412 if ${ac_cv_lib_soname_MoltenVK:+false} :
18413 then :
18414 ac_cv_lib_soname_MoltenVK=`$LDD conftest$ac_exeext | grep "libMoltenVK\\.$LIBEXT" | sed -e "s/^.*\(libMoltenVK\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
18415 fi ;;
18416 esac
18417 else $as_nop
18418 ac_cv_lib_soname_MoltenVK=
18420 rm -f core conftest.err conftest.$ac_objext conftest.beam \
18421 conftest$ac_exeext conftest.$ac_ext
18422 LIBS=$ac_check_soname_save_LIBS
18424 if ${ac_cv_lib_soname_MoltenVK:+false} :
18425 then :
18426 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
18427 printf "%s\n" "not found" >&6; }
18429 else $as_nop
18430 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_MoltenVK" >&5
18431 printf "%s\n" "$ac_cv_lib_soname_MoltenVK" >&6; }
18433 printf "%s\n" "#define SONAME_LIBMOLTENVK \"$ac_cv_lib_soname_MoltenVK\"" >>confdefs.h
18439 if test "x$ac_cv_lib_soname_vulkan" = "x" -a "x$ac_cv_lib_soname_MoltenVK" = "x"
18440 then :
18441 case "x$with_vulkan" in
18442 x) as_fn_append wine_notices "|libvulkan and libMoltenVK ${notice_platform}development files not found, Vulkan won't be supported." ;;
18443 xno) ;;
18444 *) as_fn_error $? "libvulkan and libMoltenVK ${notice_platform}development files not found, Vulkan won't be supported.
18445 This is an error since --with-vulkan was requested." "$LINENO" 5 ;;
18446 esac
18450 if test "x$with_vkd3d" != "xno"
18451 then
18452 if ${VKD3D_CFLAGS:+false} :
18453 then :
18454 if test ${PKG_CONFIG+y}
18455 then :
18456 VKD3D_CFLAGS=`$PKG_CONFIG --cflags libvkd3d 2>/dev/null`
18460 if ${VKD3D_LIBS:+false} :
18461 then :
18462 if test ${PKG_CONFIG+y}
18463 then :
18464 VKD3D_LIBS=`$PKG_CONFIG --libs libvkd3d 2>/dev/null`
18469 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libvkd3d cflags: $VKD3D_CFLAGS" >&5
18470 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libvkd3d libs: $VKD3D_LIBS" >&5
18471 ac_save_CPPFLAGS=$CPPFLAGS
18472 CPPFLAGS="$CPPFLAGS $VKD3D_CFLAGS"
18473 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lvkd3d" >&5
18474 printf %s "checking for -lvkd3d... " >&6; }
18475 if test ${ac_cv_lib_soname_vkd3d+y}
18476 then :
18477 printf %s "(cached) " >&6
18478 else $as_nop
18479 ac_check_soname_save_LIBS=$LIBS
18480 LIBS="-lvkd3d $VKD3D_LIBS $LIBS"
18481 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18482 /* end confdefs.h. */
18484 /* Override any GCC internal prototype to avoid an error.
18485 Use char because int might match the return type of a GCC
18486 builtin and then its argument prototype would still apply. */
18487 char vkd3d_serialize_versioned_root_signature ();
18489 main (void)
18491 return vkd3d_serialize_versioned_root_signature ();
18493 return 0;
18495 _ACEOF
18496 if ac_fn_c_try_link "$LINENO"
18497 then :
18498 case "$LIBEXT" in
18499 dll) ac_cv_lib_soname_vkd3d=`$ac_cv_path_LDD conftest.exe | grep "vkd3d" | sed -e "s/dll.*/dll/"';2,$d'` ;;
18500 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'` ;;
18501 *) ac_cv_lib_soname_vkd3d=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libvkd3d\\.$LIBEXT" | sed -e "s/^.*\\[\\(libvkd3d\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
18502 if ${ac_cv_lib_soname_vkd3d:+false} :
18503 then :
18504 ac_cv_lib_soname_vkd3d=`$LDD conftest$ac_exeext | grep "libvkd3d\\.$LIBEXT" | sed -e "s/^.*\(libvkd3d\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
18505 fi ;;
18506 esac
18507 else $as_nop
18508 ac_cv_lib_soname_vkd3d=
18510 rm -f core conftest.err conftest.$ac_objext conftest.beam \
18511 conftest$ac_exeext conftest.$ac_ext
18512 LIBS=$ac_check_soname_save_LIBS
18514 if ${ac_cv_lib_soname_vkd3d:+false} :
18515 then :
18516 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
18517 printf "%s\n" "not found" >&6; }
18519 else $as_nop
18520 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_vkd3d" >&5
18521 printf "%s\n" "$ac_cv_lib_soname_vkd3d" >&6; }
18523 printf "%s\n" "#define SONAME_LIBVKD3D \"$ac_cv_lib_soname_vkd3d\"" >>confdefs.h
18527 CPPFLAGS=$ac_save_CPPFLAGS
18529 if ${VKD3D_SHADER_CFLAGS:+false} :
18530 then :
18531 if test ${PKG_CONFIG+y}
18532 then :
18533 VKD3D_SHADER_CFLAGS=`$PKG_CONFIG --cflags libvkd3d-shader 2>/dev/null`
18537 if ${VKD3D_SHADER_LIBS:+false} :
18538 then :
18539 if test ${PKG_CONFIG+y}
18540 then :
18541 VKD3D_SHADER_LIBS=`$PKG_CONFIG --libs libvkd3d-shader 2>/dev/null`
18546 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libvkd3d-shader cflags: $VKD3D_SHADER_CFLAGS" >&5
18547 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libvkd3d-shader libs: $VKD3D_SHADER_LIBS" >&5
18548 ac_save_CPPFLAGS=$CPPFLAGS
18549 CPPFLAGS="$CPPFLAGS $VKD3D_SHADER_CFLAGS"
18550 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lvkd3d-shader" >&5
18551 printf %s "checking for -lvkd3d-shader... " >&6; }
18552 if test ${ac_cv_lib_soname_vkd3d_shader+y}
18553 then :
18554 printf %s "(cached) " >&6
18555 else $as_nop
18556 ac_check_soname_save_LIBS=$LIBS
18557 LIBS="-lvkd3d-shader $VKD3D_SHADER_LIBS $LIBS"
18558 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18559 /* end confdefs.h. */
18561 /* Override any GCC internal prototype to avoid an error.
18562 Use char because int might match the return type of a GCC
18563 builtin and then its argument prototype would still apply. */
18564 char vkd3d_shader_compile ();
18566 main (void)
18568 return vkd3d_shader_compile ();
18570 return 0;
18572 _ACEOF
18573 if ac_fn_c_try_link "$LINENO"
18574 then :
18575 case "$LIBEXT" in
18576 dll) ac_cv_lib_soname_vkd3d_shader=`$ac_cv_path_LDD conftest.exe | grep "vkd3d-shader" | sed -e "s/dll.*/dll/"';2,$d'` ;;
18577 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'` ;;
18578 *) 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'`
18579 if ${ac_cv_lib_soname_vkd3d_shader:+false} :
18580 then :
18581 ac_cv_lib_soname_vkd3d_shader=`$LDD conftest$ac_exeext | grep "libvkd3d-shader\\.$LIBEXT" | sed -e "s/^.*\(libvkd3d-shader\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
18582 fi ;;
18583 esac
18584 else $as_nop
18585 ac_cv_lib_soname_vkd3d_shader=
18587 rm -f core conftest.err conftest.$ac_objext conftest.beam \
18588 conftest$ac_exeext conftest.$ac_ext
18589 LIBS=$ac_check_soname_save_LIBS
18591 if ${ac_cv_lib_soname_vkd3d_shader:+false} :
18592 then :
18593 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
18594 printf "%s\n" "not found" >&6; }
18596 else $as_nop
18597 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_vkd3d_shader" >&5
18598 printf "%s\n" "$ac_cv_lib_soname_vkd3d_shader" >&6; }
18600 printf "%s\n" "#define SONAME_LIBVKD3D_SHADER \"$ac_cv_lib_soname_vkd3d_shader\"" >>confdefs.h
18604 CPPFLAGS=$ac_save_CPPFLAGS
18607 if test "x$ac_cv_lib_soname_vkd3d" = "x"
18608 then :
18609 case "x$with_vkd3d" in
18610 x) as_fn_append wine_notices "|vkd3d ${notice_platform}development files not found (or too old), Direct3D 12 won't be supported." ;;
18611 xno) ;;
18612 *) as_fn_error $? "vkd3d ${notice_platform}development files not found (or too old), Direct3D 12 won't be supported.
18613 This is an error since --with-vkd3d was requested." "$LINENO" 5 ;;
18614 esac
18617 test "x$ac_cv_lib_soname_vkd3d" != "x" || enable_d3d12=${enable_d3d12:-no}
18620 if test "x${GCC}" = "xyes"
18621 then
18622 EXTRACFLAGS="$EXTRACFLAGS -Wall -pipe"
18624 saved_CFLAGS=$CFLAGS
18625 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unknown-warning-option" >&5
18626 printf %s "checking whether the compiler supports -Werror=unknown-warning-option... " >&6; }
18627 if test ${ac_cv_cflags__Werror_unknown_warning_option+y}
18628 then :
18629 printf %s "(cached) " >&6
18630 else $as_nop
18631 ac_wine_try_cflags_saved=$CFLAGS
18632 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
18633 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18634 /* end confdefs.h. */
18635 int main(int argc, char **argv) { return 0; }
18636 _ACEOF
18637 if ac_fn_c_try_link "$LINENO"
18638 then :
18639 ac_cv_cflags__Werror_unknown_warning_option=yes
18640 else $as_nop
18641 ac_cv_cflags__Werror_unknown_warning_option=no
18643 rm -f core conftest.err conftest.$ac_objext conftest.beam \
18644 conftest$ac_exeext conftest.$ac_ext
18645 CFLAGS=$ac_wine_try_cflags_saved
18647 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_unknown_warning_option" >&5
18648 printf "%s\n" "$ac_cv_cflags__Werror_unknown_warning_option" >&6; }
18649 if test "x$ac_cv_cflags__Werror_unknown_warning_option" = xyes
18650 then :
18651 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
18653 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unused-command-line-argument" >&5
18654 printf %s "checking whether the compiler supports -Werror=unused-command-line-argument... " >&6; }
18655 if test ${ac_cv_cflags__Werror_unused_command_line_argument+y}
18656 then :
18657 printf %s "(cached) " >&6
18658 else $as_nop
18659 ac_wine_try_cflags_saved=$CFLAGS
18660 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
18661 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18662 /* end confdefs.h. */
18663 int main(int argc, char **argv) { return 0; }
18664 _ACEOF
18665 if ac_fn_c_try_link "$LINENO"
18666 then :
18667 ac_cv_cflags__Werror_unused_command_line_argument=yes
18668 else $as_nop
18669 ac_cv_cflags__Werror_unused_command_line_argument=no
18671 rm -f core conftest.err conftest.$ac_objext conftest.beam \
18672 conftest$ac_exeext conftest.$ac_ext
18673 CFLAGS=$ac_wine_try_cflags_saved
18675 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_unused_command_line_argument" >&5
18676 printf "%s\n" "$ac_cv_cflags__Werror_unused_command_line_argument" >&6; }
18677 if test "x$ac_cv_cflags__Werror_unused_command_line_argument" = xyes
18678 then :
18679 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
18681 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=ignored-optimization-argument" >&5
18682 printf %s "checking whether the compiler supports -Werror=ignored-optimization-argument... " >&6; }
18683 if test ${ac_cv_cflags__Werror_ignored_optimization_argument+y}
18684 then :
18685 printf %s "(cached) " >&6
18686 else $as_nop
18687 ac_wine_try_cflags_saved=$CFLAGS
18688 CFLAGS="$CFLAGS -Werror=ignored-optimization-argument"
18689 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18690 /* end confdefs.h. */
18691 int main(int argc, char **argv) { return 0; }
18692 _ACEOF
18693 if ac_fn_c_try_link "$LINENO"
18694 then :
18695 ac_cv_cflags__Werror_ignored_optimization_argument=yes
18696 else $as_nop
18697 ac_cv_cflags__Werror_ignored_optimization_argument=no
18699 rm -f core conftest.err conftest.$ac_objext conftest.beam \
18700 conftest$ac_exeext conftest.$ac_ext
18701 CFLAGS=$ac_wine_try_cflags_saved
18703 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_ignored_optimization_argument" >&5
18704 printf "%s\n" "$ac_cv_cflags__Werror_ignored_optimization_argument" >&6; }
18705 if test "x$ac_cv_cflags__Werror_ignored_optimization_argument" = xyes
18706 then :
18707 CFLAGS="$CFLAGS -Werror=ignored-optimization-argument"
18709 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fcf-protection=none" >&5
18710 printf %s "checking whether the compiler supports -fcf-protection=none... " >&6; }
18711 if test ${ac_cv_cflags__fcf_protection_none+y}
18712 then :
18713 printf %s "(cached) " >&6
18714 else $as_nop
18715 ac_wine_try_cflags_saved=$CFLAGS
18716 CFLAGS="$CFLAGS -fcf-protection=none"
18717 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18718 /* end confdefs.h. */
18719 int main(int argc, char **argv) { return 0; }
18720 _ACEOF
18721 if ac_fn_c_try_link "$LINENO"
18722 then :
18723 ac_cv_cflags__fcf_protection_none=yes
18724 else $as_nop
18725 ac_cv_cflags__fcf_protection_none=no
18727 rm -f core conftest.err conftest.$ac_objext conftest.beam \
18728 conftest$ac_exeext conftest.$ac_ext
18729 CFLAGS=$ac_wine_try_cflags_saved
18731 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fcf_protection_none" >&5
18732 printf "%s\n" "$ac_cv_cflags__fcf_protection_none" >&6; }
18733 if test "x$ac_cv_cflags__fcf_protection_none" = xyes
18734 then :
18735 EXTRACFLAGS="$EXTRACFLAGS -fcf-protection=none"
18737 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-stack-protector" >&5
18738 printf %s "checking whether the compiler supports -fno-stack-protector... " >&6; }
18739 if test ${ac_cv_cflags__fno_stack_protector+y}
18740 then :
18741 printf %s "(cached) " >&6
18742 else $as_nop
18743 ac_wine_try_cflags_saved=$CFLAGS
18744 CFLAGS="$CFLAGS -fno-stack-protector"
18745 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18746 /* end confdefs.h. */
18747 int main(int argc, char **argv) { return 0; }
18748 _ACEOF
18749 if ac_fn_c_try_link "$LINENO"
18750 then :
18751 ac_cv_cflags__fno_stack_protector=yes
18752 else $as_nop
18753 ac_cv_cflags__fno_stack_protector=no
18755 rm -f core conftest.err conftest.$ac_objext conftest.beam \
18756 conftest$ac_exeext conftest.$ac_ext
18757 CFLAGS=$ac_wine_try_cflags_saved
18759 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_stack_protector" >&5
18760 printf "%s\n" "$ac_cv_cflags__fno_stack_protector" >&6; }
18761 if test "x$ac_cv_cflags__fno_stack_protector" = xyes
18762 then :
18763 EXTRACFLAGS="$EXTRACFLAGS -fno-stack-protector"
18765 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
18766 printf %s "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
18767 if test ${ac_cv_cflags__fno_strict_aliasing+y}
18768 then :
18769 printf %s "(cached) " >&6
18770 else $as_nop
18771 ac_wine_try_cflags_saved=$CFLAGS
18772 CFLAGS="$CFLAGS -fno-strict-aliasing"
18773 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18774 /* end confdefs.h. */
18775 int main(int argc, char **argv) { return 0; }
18776 _ACEOF
18777 if ac_fn_c_try_link "$LINENO"
18778 then :
18779 ac_cv_cflags__fno_strict_aliasing=yes
18780 else $as_nop
18781 ac_cv_cflags__fno_strict_aliasing=no
18783 rm -f core conftest.err conftest.$ac_objext conftest.beam \
18784 conftest$ac_exeext conftest.$ac_ext
18785 CFLAGS=$ac_wine_try_cflags_saved
18787 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
18788 printf "%s\n" "$ac_cv_cflags__fno_strict_aliasing" >&6; }
18789 if test "x$ac_cv_cflags__fno_strict_aliasing" = xyes
18790 then :
18791 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
18793 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
18794 printf %s "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
18795 if test ${ac_cv_cflags__Wdeclaration_after_statement+y}
18796 then :
18797 printf %s "(cached) " >&6
18798 else $as_nop
18799 ac_wine_try_cflags_saved=$CFLAGS
18800 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
18801 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18802 /* end confdefs.h. */
18803 int main(int argc, char **argv) { return 0; }
18804 _ACEOF
18805 if ac_fn_c_try_link "$LINENO"
18806 then :
18807 ac_cv_cflags__Wdeclaration_after_statement=yes
18808 else $as_nop
18809 ac_cv_cflags__Wdeclaration_after_statement=no
18811 rm -f core conftest.err conftest.$ac_objext conftest.beam \
18812 conftest$ac_exeext conftest.$ac_ext
18813 CFLAGS=$ac_wine_try_cflags_saved
18815 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
18816 printf "%s\n" "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
18817 if test "x$ac_cv_cflags__Wdeclaration_after_statement" = xyes
18818 then :
18819 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
18821 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wempty-body" >&5
18822 printf %s "checking whether the compiler supports -Wempty-body... " >&6; }
18823 if test ${ac_cv_cflags__Wempty_body+y}
18824 then :
18825 printf %s "(cached) " >&6
18826 else $as_nop
18827 ac_wine_try_cflags_saved=$CFLAGS
18828 CFLAGS="$CFLAGS -Wempty-body"
18829 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18830 /* end confdefs.h. */
18831 int main(int argc, char **argv) { return 0; }
18832 _ACEOF
18833 if ac_fn_c_try_link "$LINENO"
18834 then :
18835 ac_cv_cflags__Wempty_body=yes
18836 else $as_nop
18837 ac_cv_cflags__Wempty_body=no
18839 rm -f core conftest.err conftest.$ac_objext conftest.beam \
18840 conftest$ac_exeext conftest.$ac_ext
18841 CFLAGS=$ac_wine_try_cflags_saved
18843 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wempty_body" >&5
18844 printf "%s\n" "$ac_cv_cflags__Wempty_body" >&6; }
18845 if test "x$ac_cv_cflags__Wempty_body" = xyes
18846 then :
18847 EXTRACFLAGS="$EXTRACFLAGS -Wempty-body"
18849 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wignored-qualifiers" >&5
18850 printf %s "checking whether the compiler supports -Wignored-qualifiers... " >&6; }
18851 if test ${ac_cv_cflags__Wignored_qualifiers+y}
18852 then :
18853 printf %s "(cached) " >&6
18854 else $as_nop
18855 ac_wine_try_cflags_saved=$CFLAGS
18856 CFLAGS="$CFLAGS -Wignored-qualifiers"
18857 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18858 /* end confdefs.h. */
18859 int main(int argc, char **argv) { return 0; }
18860 _ACEOF
18861 if ac_fn_c_try_link "$LINENO"
18862 then :
18863 ac_cv_cflags__Wignored_qualifiers=yes
18864 else $as_nop
18865 ac_cv_cflags__Wignored_qualifiers=no
18867 rm -f core conftest.err conftest.$ac_objext conftest.beam \
18868 conftest$ac_exeext conftest.$ac_ext
18869 CFLAGS=$ac_wine_try_cflags_saved
18871 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wignored_qualifiers" >&5
18872 printf "%s\n" "$ac_cv_cflags__Wignored_qualifiers" >&6; }
18873 if test "x$ac_cv_cflags__Wignored_qualifiers" = xyes
18874 then :
18875 EXTRACFLAGS="$EXTRACFLAGS -Wignored-qualifiers"
18877 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Winit-self" >&5
18878 printf %s "checking whether the compiler supports -Winit-self... " >&6; }
18879 if test ${ac_cv_cflags__Winit_self+y}
18880 then :
18881 printf %s "(cached) " >&6
18882 else $as_nop
18883 ac_wine_try_cflags_saved=$CFLAGS
18884 CFLAGS="$CFLAGS -Winit-self"
18885 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18886 /* end confdefs.h. */
18887 int main(int argc, char **argv) { return 0; }
18888 _ACEOF
18889 if ac_fn_c_try_link "$LINENO"
18890 then :
18891 ac_cv_cflags__Winit_self=yes
18892 else $as_nop
18893 ac_cv_cflags__Winit_self=no
18895 rm -f core conftest.err conftest.$ac_objext conftest.beam \
18896 conftest$ac_exeext conftest.$ac_ext
18897 CFLAGS=$ac_wine_try_cflags_saved
18899 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Winit_self" >&5
18900 printf "%s\n" "$ac_cv_cflags__Winit_self" >&6; }
18901 if test "x$ac_cv_cflags__Winit_self" = xyes
18902 then :
18903 EXTRACFLAGS="$EXTRACFLAGS -Winit-self"
18905 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpacked-not-aligned" >&5
18906 printf %s "checking whether the compiler supports -Wpacked-not-aligned... " >&6; }
18907 if test ${ac_cv_cflags__Wpacked_not_aligned+y}
18908 then :
18909 printf %s "(cached) " >&6
18910 else $as_nop
18911 ac_wine_try_cflags_saved=$CFLAGS
18912 CFLAGS="$CFLAGS -Wpacked-not-aligned"
18913 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18914 /* end confdefs.h. */
18915 int main(int argc, char **argv) { return 0; }
18916 _ACEOF
18917 if ac_fn_c_try_link "$LINENO"
18918 then :
18919 ac_cv_cflags__Wpacked_not_aligned=yes
18920 else $as_nop
18921 ac_cv_cflags__Wpacked_not_aligned=no
18923 rm -f core conftest.err conftest.$ac_objext conftest.beam \
18924 conftest$ac_exeext conftest.$ac_ext
18925 CFLAGS=$ac_wine_try_cflags_saved
18927 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpacked_not_aligned" >&5
18928 printf "%s\n" "$ac_cv_cflags__Wpacked_not_aligned" >&6; }
18929 if test "x$ac_cv_cflags__Wpacked_not_aligned" = xyes
18930 then :
18931 EXTRACFLAGS="$EXTRACFLAGS -Wno-packed-not-aligned"
18933 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpragma-pack" >&5
18934 printf %s "checking whether the compiler supports -Wpragma-pack... " >&6; }
18935 if test ${ac_cv_cflags__Wpragma_pack+y}
18936 then :
18937 printf %s "(cached) " >&6
18938 else $as_nop
18939 ac_wine_try_cflags_saved=$CFLAGS
18940 CFLAGS="$CFLAGS -Wpragma-pack"
18941 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18942 /* end confdefs.h. */
18943 int main(int argc, char **argv) { return 0; }
18944 _ACEOF
18945 if ac_fn_c_try_link "$LINENO"
18946 then :
18947 ac_cv_cflags__Wpragma_pack=yes
18948 else $as_nop
18949 ac_cv_cflags__Wpragma_pack=no
18951 rm -f core conftest.err conftest.$ac_objext conftest.beam \
18952 conftest$ac_exeext conftest.$ac_ext
18953 CFLAGS=$ac_wine_try_cflags_saved
18955 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpragma_pack" >&5
18956 printf "%s\n" "$ac_cv_cflags__Wpragma_pack" >&6; }
18957 if test "x$ac_cv_cflags__Wpragma_pack" = xyes
18958 then :
18959 EXTRACFLAGS="$EXTRACFLAGS -Wno-pragma-pack"
18961 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wshift-overflow=2" >&5
18962 printf %s "checking whether the compiler supports -Wshift-overflow=2... " >&6; }
18963 if test ${ac_cv_cflags__Wshift_overflow_2+y}
18964 then :
18965 printf %s "(cached) " >&6
18966 else $as_nop
18967 ac_wine_try_cflags_saved=$CFLAGS
18968 CFLAGS="$CFLAGS -Wshift-overflow=2"
18969 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18970 /* end confdefs.h. */
18971 int main(int argc, char **argv) { return 0; }
18972 _ACEOF
18973 if ac_fn_c_try_link "$LINENO"
18974 then :
18975 ac_cv_cflags__Wshift_overflow_2=yes
18976 else $as_nop
18977 ac_cv_cflags__Wshift_overflow_2=no
18979 rm -f core conftest.err conftest.$ac_objext conftest.beam \
18980 conftest$ac_exeext conftest.$ac_ext
18981 CFLAGS=$ac_wine_try_cflags_saved
18983 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wshift_overflow_2" >&5
18984 printf "%s\n" "$ac_cv_cflags__Wshift_overflow_2" >&6; }
18985 if test "x$ac_cv_cflags__Wshift_overflow_2" = xyes
18986 then :
18987 EXTRACFLAGS="$EXTRACFLAGS -Wshift-overflow=2"
18989 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
18990 printf %s "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
18991 if test ${ac_cv_cflags__Wstrict_prototypes+y}
18992 then :
18993 printf %s "(cached) " >&6
18994 else $as_nop
18995 ac_wine_try_cflags_saved=$CFLAGS
18996 CFLAGS="$CFLAGS -Wstrict-prototypes"
18997 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18998 /* end confdefs.h. */
18999 int main(int argc, char **argv) { return 0; }
19000 _ACEOF
19001 if ac_fn_c_try_link "$LINENO"
19002 then :
19003 ac_cv_cflags__Wstrict_prototypes=yes
19004 else $as_nop
19005 ac_cv_cflags__Wstrict_prototypes=no
19007 rm -f core conftest.err conftest.$ac_objext conftest.beam \
19008 conftest$ac_exeext conftest.$ac_ext
19009 CFLAGS=$ac_wine_try_cflags_saved
19011 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
19012 printf "%s\n" "$ac_cv_cflags__Wstrict_prototypes" >&6; }
19013 if test "x$ac_cv_cflags__Wstrict_prototypes" = xyes
19014 then :
19015 EXTRACFLAGS="$EXTRACFLAGS -Wstrict-prototypes"
19017 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
19018 printf %s "checking whether the compiler supports -Wtype-limits... " >&6; }
19019 if test ${ac_cv_cflags__Wtype_limits+y}
19020 then :
19021 printf %s "(cached) " >&6
19022 else $as_nop
19023 ac_wine_try_cflags_saved=$CFLAGS
19024 CFLAGS="$CFLAGS -Wtype-limits"
19025 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19026 /* end confdefs.h. */
19027 int main(int argc, char **argv) { return 0; }
19028 _ACEOF
19029 if ac_fn_c_try_link "$LINENO"
19030 then :
19031 ac_cv_cflags__Wtype_limits=yes
19032 else $as_nop
19033 ac_cv_cflags__Wtype_limits=no
19035 rm -f core conftest.err conftest.$ac_objext conftest.beam \
19036 conftest$ac_exeext conftest.$ac_ext
19037 CFLAGS=$ac_wine_try_cflags_saved
19039 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
19040 printf "%s\n" "$ac_cv_cflags__Wtype_limits" >&6; }
19041 if test "x$ac_cv_cflags__Wtype_limits" = xyes
19042 then :
19043 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
19045 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wunused-but-set-parameter" >&5
19046 printf %s "checking whether the compiler supports -Wunused-but-set-parameter... " >&6; }
19047 if test ${ac_cv_cflags__Wunused_but_set_parameter+y}
19048 then :
19049 printf %s "(cached) " >&6
19050 else $as_nop
19051 ac_wine_try_cflags_saved=$CFLAGS
19052 CFLAGS="$CFLAGS -Wunused-but-set-parameter"
19053 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19054 /* end confdefs.h. */
19055 int main(int argc, char **argv) { return 0; }
19056 _ACEOF
19057 if ac_fn_c_try_link "$LINENO"
19058 then :
19059 ac_cv_cflags__Wunused_but_set_parameter=yes
19060 else $as_nop
19061 ac_cv_cflags__Wunused_but_set_parameter=no
19063 rm -f core conftest.err conftest.$ac_objext conftest.beam \
19064 conftest$ac_exeext conftest.$ac_ext
19065 CFLAGS=$ac_wine_try_cflags_saved
19067 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wunused_but_set_parameter" >&5
19068 printf "%s\n" "$ac_cv_cflags__Wunused_but_set_parameter" >&6; }
19069 if test "x$ac_cv_cflags__Wunused_but_set_parameter" = xyes
19070 then :
19071 EXTRACFLAGS="$EXTRACFLAGS -Wunused-but-set-parameter"
19073 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wvla" >&5
19074 printf %s "checking whether the compiler supports -Wvla... " >&6; }
19075 if test ${ac_cv_cflags__Wvla+y}
19076 then :
19077 printf %s "(cached) " >&6
19078 else $as_nop
19079 ac_wine_try_cflags_saved=$CFLAGS
19080 CFLAGS="$CFLAGS -Wvla"
19081 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19082 /* end confdefs.h. */
19083 int main(int argc, char **argv) { return 0; }
19084 _ACEOF
19085 if ac_fn_c_try_link "$LINENO"
19086 then :
19087 ac_cv_cflags__Wvla=yes
19088 else $as_nop
19089 ac_cv_cflags__Wvla=no
19091 rm -f core conftest.err conftest.$ac_objext conftest.beam \
19092 conftest$ac_exeext conftest.$ac_ext
19093 CFLAGS=$ac_wine_try_cflags_saved
19095 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wvla" >&5
19096 printf "%s\n" "$ac_cv_cflags__Wvla" >&6; }
19097 if test "x$ac_cv_cflags__Wvla" = xyes
19098 then :
19099 EXTRACFLAGS="$EXTRACFLAGS -Wvla"
19101 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
19102 printf %s "checking whether the compiler supports -Wwrite-strings... " >&6; }
19103 if test ${ac_cv_cflags__Wwrite_strings+y}
19104 then :
19105 printf %s "(cached) " >&6
19106 else $as_nop
19107 ac_wine_try_cflags_saved=$CFLAGS
19108 CFLAGS="$CFLAGS -Wwrite-strings"
19109 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19110 /* end confdefs.h. */
19111 int main(int argc, char **argv) { return 0; }
19112 _ACEOF
19113 if ac_fn_c_try_link "$LINENO"
19114 then :
19115 ac_cv_cflags__Wwrite_strings=yes
19116 else $as_nop
19117 ac_cv_cflags__Wwrite_strings=no
19119 rm -f core conftest.err conftest.$ac_objext conftest.beam \
19120 conftest$ac_exeext conftest.$ac_ext
19121 CFLAGS=$ac_wine_try_cflags_saved
19123 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
19124 printf "%s\n" "$ac_cv_cflags__Wwrite_strings" >&6; }
19125 if test "x$ac_cv_cflags__Wwrite_strings" = xyes
19126 then :
19127 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
19130 if test -z "$CROSSTARGET"
19131 then
19132 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fexcess-precision=standard" >&5
19133 printf %s "checking whether the compiler supports -fexcess-precision=standard... " >&6; }
19134 if test ${ac_cv_cflags__fexcess_precision_standard+y}
19135 then :
19136 printf %s "(cached) " >&6
19137 else $as_nop
19138 ac_wine_try_cflags_saved=$CFLAGS
19139 CFLAGS="$CFLAGS -fexcess-precision=standard"
19140 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19141 /* end confdefs.h. */
19142 int main(int argc, char **argv) { return 0; }
19143 _ACEOF
19144 if ac_fn_c_try_link "$LINENO"
19145 then :
19146 ac_cv_cflags__fexcess_precision_standard=yes
19147 else $as_nop
19148 ac_cv_cflags__fexcess_precision_standard=no
19150 rm -f core conftest.err conftest.$ac_objext conftest.beam \
19151 conftest$ac_exeext conftest.$ac_ext
19152 CFLAGS=$ac_wine_try_cflags_saved
19154 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fexcess_precision_standard" >&5
19155 printf "%s\n" "$ac_cv_cflags__fexcess_precision_standard" >&6; }
19156 if test "x$ac_cv_cflags__fexcess_precision_standard" = xyes
19157 then :
19158 EXCESS_PRECISION_CFLAGS="-fexcess-precision=standard"
19163 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpointer-arith" >&5
19164 printf %s "checking whether the compiler supports -Wpointer-arith... " >&6; }
19165 if test ${ac_cv_cflags__Wpointer_arith+y}
19166 then :
19167 printf %s "(cached) " >&6
19168 else $as_nop
19169 ac_wine_try_cflags_saved=$CFLAGS
19170 CFLAGS="$CFLAGS -Wpointer-arith"
19171 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19172 /* end confdefs.h. */
19173 int main(int argc, char **argv) { return 0; }
19174 _ACEOF
19175 if ac_fn_c_try_link "$LINENO"
19176 then :
19177 ac_cv_cflags__Wpointer_arith=yes
19178 else $as_nop
19179 ac_cv_cflags__Wpointer_arith=no
19181 rm -f core conftest.err conftest.$ac_objext conftest.beam \
19182 conftest$ac_exeext conftest.$ac_ext
19183 CFLAGS=$ac_wine_try_cflags_saved
19185 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpointer_arith" >&5
19186 printf "%s\n" "$ac_cv_cflags__Wpointer_arith" >&6; }
19187 if test "x$ac_cv_cflags__Wpointer_arith" = xyes
19188 then :
19189 saved_string_h_CFLAGS=$CFLAGS
19190 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
19191 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wpointer-arith" >&5
19192 printf %s "checking for broken string.h that generates warnings with -Wpointer-arith... " >&6; }
19193 if test ${ac_cv_c_string_h_warnings+y}
19194 then :
19195 printf %s "(cached) " >&6
19196 else $as_nop
19197 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19198 /* end confdefs.h. */
19199 #include <string.h>
19201 main (void)
19205 return 0;
19207 _ACEOF
19208 if ac_fn_c_try_compile "$LINENO"
19209 then :
19210 ac_cv_c_string_h_warnings=no
19211 else $as_nop
19212 ac_cv_c_string_h_warnings=yes
19214 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
19216 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
19217 printf "%s\n" "$ac_cv_c_string_h_warnings" >&6; }
19218 test "$ac_cv_c_string_h_warnings" = yes || EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
19219 CFLAGS=$saved_string_h_CFLAGS
19222 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wlogical-op" >&5
19223 printf %s "checking whether the compiler supports -Wlogical-op... " >&6; }
19224 if test ${ac_cv_cflags__Wlogical_op+y}
19225 then :
19226 printf %s "(cached) " >&6
19227 else $as_nop
19228 ac_wine_try_cflags_saved=$CFLAGS
19229 CFLAGS="$CFLAGS -Wlogical-op"
19230 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19231 /* end confdefs.h. */
19232 int main(int argc, char **argv) { return 0; }
19233 _ACEOF
19234 if ac_fn_c_try_link "$LINENO"
19235 then :
19236 ac_cv_cflags__Wlogical_op=yes
19237 else $as_nop
19238 ac_cv_cflags__Wlogical_op=no
19240 rm -f core conftest.err conftest.$ac_objext conftest.beam \
19241 conftest$ac_exeext conftest.$ac_ext
19242 CFLAGS=$ac_wine_try_cflags_saved
19244 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wlogical_op" >&5
19245 printf "%s\n" "$ac_cv_cflags__Wlogical_op" >&6; }
19246 if test "x$ac_cv_cflags__Wlogical_op" = xyes
19247 then :
19248 saved_string_h_CFLAGS=$CFLAGS
19249 CFLAGS="$CFLAGS -Wlogical-op -Werror"
19250 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wlogical-op" >&5
19251 printf %s "checking for broken string.h that generates warnings with -Wlogical-op... " >&6; }
19252 if test ${ac_cv_c_logicalop_noisy+y}
19253 then :
19254 printf %s "(cached) " >&6
19255 else $as_nop
19256 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19257 /* end confdefs.h. */
19258 #include <string.h>
19259 char*f(const char *h,char n) {return strchr(h,n);}
19261 main (void)
19265 return 0;
19267 _ACEOF
19268 if ac_fn_c_try_compile "$LINENO"
19269 then :
19270 ac_cv_c_logicalop_noisy=no
19271 else $as_nop
19272 ac_cv_c_logicalop_noisy=yes
19274 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
19276 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_logicalop_noisy" >&5
19277 printf "%s\n" "$ac_cv_c_logicalop_noisy" >&6; }
19278 CFLAGS=$saved_string_h_CFLAGS
19279 test "$ac_cv_c_logicalop_noisy" = yes || EXTRACFLAGS="$EXTRACFLAGS -Wlogical-op"
19282 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for flags needed for 64-bit compare-and-swap support" >&5
19283 printf %s "checking for flags needed for 64-bit compare-and-swap support... " >&6; }
19284 if test ${wine_cv_64bit_compare_swap+y}
19285 then :
19286 printf %s "(cached) " >&6
19287 else $as_nop
19288 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19289 /* end confdefs.h. */
19290 #ifndef __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8
19291 #error no
19292 #endif
19294 main (void)
19298 return 0;
19300 _ACEOF
19301 if ac_fn_c_try_compile "$LINENO"
19302 then :
19303 wine_cv_64bit_compare_swap="none needed"
19304 else $as_nop
19305 case $host_cpu in
19306 *i[3456]86*) wine_cv_64bit_compare_swap="-march=i586" ;;
19307 *arm*) wine_cv_64bit_compare_swap="-march=armv7-a" ;;
19308 *) wine_cv_64bit_compare_swap="unknown" ;;
19309 esac
19310 if test "x$wine_cv_64bit_compare_swap" != xunknown
19311 then
19312 CFLAGS="$CFLAGS $wine_cv_64bit_compare_swap"
19313 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19314 /* end confdefs.h. */
19315 #ifndef __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8
19316 #error no
19317 #endif
19319 main (void)
19323 return 0;
19325 _ACEOF
19326 if ac_fn_c_try_compile "$LINENO"
19327 then :
19329 else $as_nop
19330 wine_cv_64bit_compare_swap="unknown"
19332 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
19333 CFLAGS=$saved_CFLAGS
19336 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
19338 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $wine_cv_64bit_compare_swap" >&5
19339 printf "%s\n" "$wine_cv_64bit_compare_swap" >&6; }
19340 case "$wine_cv_64bit_compare_swap" in
19341 unknown) as_fn_error $? "gcc doesn't support 64-bit compare-and-swap on this platform" "$LINENO" 5 ;;
19342 "none needed") ;;
19343 *) EXTRACFLAGS="$EXTRACFLAGS $wine_cv_64bit_compare_swap" ;;
19344 esac
19346 ac_debug_format_seen=""
19347 for ac_flag in $CFLAGS; do
19348 case $ac_flag in
19349 -gdwarf*) ac_debug_format_seen=yes ;;
19350 -g) ac_debug_format_seen=${ac_debug_format_seen:-default} ;;
19351 esac
19352 done
19353 if test "x$ac_debug_format_seen" = xdefault
19354 then
19355 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gdwarf-4" >&5
19356 printf %s "checking whether the compiler supports -gdwarf-4... " >&6; }
19357 if test ${ac_cv_cflags__gdwarf_4+y}
19358 then :
19359 printf %s "(cached) " >&6
19360 else $as_nop
19361 ac_wine_try_cflags_saved=$CFLAGS
19362 CFLAGS="$CFLAGS -gdwarf-4"
19363 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19364 /* end confdefs.h. */
19365 int main(int argc, char **argv) { return 0; }
19366 _ACEOF
19367 if ac_fn_c_try_link "$LINENO"
19368 then :
19369 ac_cv_cflags__gdwarf_4=yes
19370 else $as_nop
19371 ac_cv_cflags__gdwarf_4=no
19373 rm -f core conftest.err conftest.$ac_objext conftest.beam \
19374 conftest$ac_exeext conftest.$ac_ext
19375 CFLAGS=$ac_wine_try_cflags_saved
19377 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gdwarf_4" >&5
19378 printf "%s\n" "$ac_cv_cflags__gdwarf_4" >&6; }
19379 if test "x$ac_cv_cflags__gdwarf_4" = xyes
19380 then :
19381 EXTRACFLAGS="$EXTRACFLAGS -gdwarf-4"
19385 MSVCRTFLAGS=""
19387 case $host_os in
19388 mingw32*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-delayload,autoconftest.dll" >&5
19389 printf %s "checking whether the compiler supports -Wl,-delayload,autoconftest.dll... " >&6; }
19390 if test ${ac_cv_cflags__Wl__delayload_autoconftest_dll+y}
19391 then :
19392 printf %s "(cached) " >&6
19393 else $as_nop
19394 ac_wine_try_cflags_saved=$CFLAGS
19395 CFLAGS="$CFLAGS -Wl,-delayload,autoconftest.dll"
19396 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19397 /* end confdefs.h. */
19398 int main(int argc, char **argv) { return 0; }
19399 _ACEOF
19400 if ac_fn_c_try_link "$LINENO"
19401 then :
19402 ac_cv_cflags__Wl__delayload_autoconftest_dll=yes
19403 else $as_nop
19404 ac_cv_cflags__Wl__delayload_autoconftest_dll=no
19406 rm -f core conftest.err conftest.$ac_objext conftest.beam \
19407 conftest$ac_exeext conftest.$ac_ext
19408 CFLAGS=$ac_wine_try_cflags_saved
19410 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__delayload_autoconftest_dll" >&5
19411 printf "%s\n" "$ac_cv_cflags__Wl__delayload_autoconftest_dll" >&6; }
19412 if test "x$ac_cv_cflags__Wl__delayload_autoconftest_dll" = xyes
19413 then :
19414 DELAYLOADFLAG="-Wl,-delayload,"
19416 fi ;;
19417 *) MSVCRTFLAGS="-D_WIN32"
19418 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
19419 printf %s "checking whether the compiler supports -fno-builtin... " >&6; }
19420 if test ${ac_cv_cflags__fno_builtin+y}
19421 then :
19422 printf %s "(cached) " >&6
19423 else $as_nop
19424 ac_wine_try_cflags_saved=$CFLAGS
19425 CFLAGS="$CFLAGS -fno-builtin"
19426 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19427 /* end confdefs.h. */
19428 int main(int argc, char **argv) { return 0; }
19429 _ACEOF
19430 if ac_fn_c_try_link "$LINENO"
19431 then :
19432 ac_cv_cflags__fno_builtin=yes
19433 else $as_nop
19434 ac_cv_cflags__fno_builtin=no
19436 rm -f core conftest.err conftest.$ac_objext conftest.beam \
19437 conftest$ac_exeext conftest.$ac_ext
19438 CFLAGS=$ac_wine_try_cflags_saved
19440 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
19441 printf "%s\n" "$ac_cv_cflags__fno_builtin" >&6; }
19442 if test "x$ac_cv_cflags__fno_builtin" = xyes
19443 then :
19444 MSVCRTFLAGS="$MSVCRTFLAGS -fno-builtin"
19446 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fshort-wchar" >&5
19447 printf %s "checking whether the compiler supports -fshort-wchar... " >&6; }
19448 if test ${ac_cv_cflags__fshort_wchar+y}
19449 then :
19450 printf %s "(cached) " >&6
19451 else $as_nop
19452 ac_wine_try_cflags_saved=$CFLAGS
19453 CFLAGS="$CFLAGS -fshort-wchar"
19454 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19455 /* end confdefs.h. */
19456 int main(int argc, char **argv) { return 0; }
19457 _ACEOF
19458 if ac_fn_c_try_link "$LINENO"
19459 then :
19460 ac_cv_cflags__fshort_wchar=yes
19461 else $as_nop
19462 ac_cv_cflags__fshort_wchar=no
19464 rm -f core conftest.err conftest.$ac_objext conftest.beam \
19465 conftest$ac_exeext conftest.$ac_ext
19466 CFLAGS=$ac_wine_try_cflags_saved
19468 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fshort_wchar" >&5
19469 printf "%s\n" "$ac_cv_cflags__fshort_wchar" >&6; }
19470 if test "x$ac_cv_cflags__fshort_wchar" = xyes
19471 then :
19472 MSVCRTFLAGS="$MSVCRTFLAGS -fshort-wchar"
19473 fi ;;
19474 esac
19476 case $host_cpu in
19477 *i[3456789]86*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-omit-frame-pointer" >&5
19478 printf %s "checking whether the compiler supports -fno-omit-frame-pointer... " >&6; }
19479 if test ${ac_cv_cflags__fno_omit_frame_pointer+y}
19480 then :
19481 printf %s "(cached) " >&6
19482 else $as_nop
19483 ac_wine_try_cflags_saved=$CFLAGS
19484 CFLAGS="$CFLAGS -fno-omit-frame-pointer"
19485 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19486 /* end confdefs.h. */
19487 int main(int argc, char **argv) { return 0; }
19488 _ACEOF
19489 if ac_fn_c_try_link "$LINENO"
19490 then :
19491 ac_cv_cflags__fno_omit_frame_pointer=yes
19492 else $as_nop
19493 ac_cv_cflags__fno_omit_frame_pointer=no
19495 rm -f core conftest.err conftest.$ac_objext conftest.beam \
19496 conftest$ac_exeext conftest.$ac_ext
19497 CFLAGS=$ac_wine_try_cflags_saved
19499 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_omit_frame_pointer" >&5
19500 printf "%s\n" "$ac_cv_cflags__fno_omit_frame_pointer" >&6; }
19501 if test "x$ac_cv_cflags__fno_omit_frame_pointer" = xyes
19502 then :
19503 EXTRACFLAGS="$EXTRACFLAGS -fno-omit-frame-pointer"
19504 fi ;;
19505 *x86_64*)
19506 case $host_os in
19507 cygwin*|mingw32*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wno-format" >&5
19508 printf %s "checking whether the compiler supports -Wno-format... " >&6; }
19509 if test ${ac_cv_cflags__Wno_format+y}
19510 then :
19511 printf %s "(cached) " >&6
19512 else $as_nop
19513 ac_wine_try_cflags_saved=$CFLAGS
19514 CFLAGS="$CFLAGS -Wno-format"
19515 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19516 /* end confdefs.h. */
19517 int main(int argc, char **argv) { return 0; }
19518 _ACEOF
19519 if ac_fn_c_try_link "$LINENO"
19520 then :
19521 ac_cv_cflags__Wno_format=yes
19522 else $as_nop
19523 ac_cv_cflags__Wno_format=no
19525 rm -f core conftest.err conftest.$ac_objext conftest.beam \
19526 conftest$ac_exeext conftest.$ac_ext
19527 CFLAGS=$ac_wine_try_cflags_saved
19529 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wno_format" >&5
19530 printf "%s\n" "$ac_cv_cflags__Wno_format" >&6; }
19531 if test "x$ac_cv_cflags__Wno_format" = xyes
19532 then :
19533 EXTRACFLAGS="$EXTRACFLAGS -Wno-format"
19534 fi ;;
19535 *) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -mabi=ms" >&5
19536 printf %s "checking whether the compiler supports -mabi=ms... " >&6; }
19537 if test ${ac_cv_cflags__mabi_ms+y}
19538 then :
19539 printf %s "(cached) " >&6
19540 else $as_nop
19541 ac_wine_try_cflags_saved=$CFLAGS
19542 CFLAGS="$CFLAGS -mabi=ms"
19543 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19544 /* end confdefs.h. */
19545 int main(int argc, char **argv) { return 0; }
19546 _ACEOF
19547 if ac_fn_c_try_link "$LINENO"
19548 then :
19549 ac_cv_cflags__mabi_ms=yes
19550 else $as_nop
19551 ac_cv_cflags__mabi_ms=no
19553 rm -f core conftest.err conftest.$ac_objext conftest.beam \
19554 conftest$ac_exeext conftest.$ac_ext
19555 CFLAGS=$ac_wine_try_cflags_saved
19557 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__mabi_ms" >&5
19558 printf "%s\n" "$ac_cv_cflags__mabi_ms" >&6; }
19559 if test "x$ac_cv_cflags__mabi_ms" = xyes
19560 then :
19561 MSVCRTFLAGS="$MSVCRTFLAGS -mabi=ms"
19562 fi ;;
19563 esac ;;
19564 esac
19566 CFLAGS=$saved_CFLAGS
19568 if test "x$enable_werror" = "xyes"
19569 then
19570 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
19571 printf %s "checking whether the compiler supports -Werror... " >&6; }
19572 if test ${ac_cv_cflags__Werror+y}
19573 then :
19574 printf %s "(cached) " >&6
19575 else $as_nop
19576 ac_wine_try_cflags_saved=$CFLAGS
19577 CFLAGS="$CFLAGS -Werror"
19578 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19579 /* end confdefs.h. */
19580 int main(int argc, char **argv) { return 0; }
19581 _ACEOF
19582 if ac_fn_c_try_link "$LINENO"
19583 then :
19584 ac_cv_cflags__Werror=yes
19585 else $as_nop
19586 ac_cv_cflags__Werror=no
19588 rm -f core conftest.err conftest.$ac_objext conftest.beam \
19589 conftest$ac_exeext conftest.$ac_ext
19590 CFLAGS=$ac_wine_try_cflags_saved
19592 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
19593 printf "%s\n" "$ac_cv_cflags__Werror" >&6; }
19594 if test "x$ac_cv_cflags__Werror" = xyes
19595 then :
19596 EXTRACFLAGS="$EXTRACFLAGS -Werror"
19599 if test "x$enable_build_id" = "xyes"
19600 then
19601 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--build-id" >&5
19602 printf %s "checking whether the compiler supports -Wl,--build-id... " >&6; }
19603 if test ${ac_cv_cflags__Wl___build_id+y}
19604 then :
19605 printf %s "(cached) " >&6
19606 else $as_nop
19607 ac_wine_try_cflags_saved=$CFLAGS
19608 CFLAGS="$CFLAGS -Wl,--build-id"
19609 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19610 /* end confdefs.h. */
19611 int main(int argc, char **argv) { return 0; }
19612 _ACEOF
19613 if ac_fn_c_try_link "$LINENO"
19614 then :
19615 ac_cv_cflags__Wl___build_id=yes
19616 else $as_nop
19617 ac_cv_cflags__Wl___build_id=no
19619 rm -f core conftest.err conftest.$ac_objext conftest.beam \
19620 conftest$ac_exeext conftest.$ac_ext
19621 CFLAGS=$ac_wine_try_cflags_saved
19623 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___build_id" >&5
19624 printf "%s\n" "$ac_cv_cflags__Wl___build_id" >&6; }
19625 if test "x$ac_cv_cflags__Wl___build_id" = xyes
19626 then :
19627 CFLAGS="$CFLAGS -Wl,--build-id"
19628 LDFLAGS="$LDFLAGS -Wl,--build-id"
19634 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for the need to disable Fortify" >&5
19635 printf %s "checking for the need to disable Fortify... " >&6; }
19636 if test ${ac_cv_c_fortify_enabled+y}
19637 then :
19638 printf %s "(cached) " >&6
19639 else $as_nop
19640 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19641 /* end confdefs.h. */
19642 #include <string.h>
19644 main (void)
19646 #if (defined(__USE_FORTIFY_LEVEL) && __USE_FORTIFY_LEVEL > 0) || (defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0)
19647 #error Fortify enabled
19648 #endif
19650 return 0;
19652 _ACEOF
19653 if ac_fn_c_try_compile "$LINENO"
19654 then :
19655 ac_cv_c_fortify_enabled=no
19656 else $as_nop
19657 ac_cv_c_fortify_enabled=yes
19659 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
19661 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_fortify_enabled" >&5
19662 printf "%s\n" "$ac_cv_c_fortify_enabled" >&6; }
19663 if test "$ac_cv_c_fortify_enabled" = yes
19664 then
19665 CFLAGS="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
19669 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
19670 printf %s "checking whether CFI directives are supported in assembly code... " >&6; }
19671 if test ${ac_cv_c_cfi_support+y}
19672 then :
19673 printf %s "(cached) " >&6
19674 else $as_nop
19675 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19676 /* end confdefs.h. */
19677 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
19679 main (void)
19683 return 0;
19685 _ACEOF
19686 if ac_fn_c_try_compile "$LINENO"
19687 then :
19688 ac_cv_c_cfi_support="yes"
19689 else $as_nop
19690 ac_cv_c_cfi_support="no"
19692 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
19694 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
19695 printf "%s\n" "$ac_cv_c_cfi_support" >&6; }
19696 if test "$ac_cv_c_cfi_support" = "yes"
19697 then
19698 DLLFLAGS="$DLLFLAGS -fasynchronous-unwind-tables"
19699 LDDLLFLAGS="$LDDLLFLAGS -fasynchronous-unwind-tables"
19700 UNIXDLLFLAGS="$UNIXDLLFLAGS -fasynchronous-unwind-tables"
19701 else
19702 if test "x$enable_win64" = "xyes"
19703 then
19704 as_fn_append wine_warnings "|building 64-bit Wine without support for CFI directives; exception handling will not work properly."
19709 case $host_os in
19710 linux*)
19711 case $host_cpu in
19712 *i[3456789]86*|x86_64*|*aarch64*|arm*)
19713 test "$wine_binary" = wine || wine_fn_append_file CONFIGURE_TARGETS "loader/wine-preloader"
19714 WINELOADER_PROGRAMS="$WINELOADER_PROGRAMS $wine_binary-preloader"
19716 esac
19718 esac
19721 ac_save_CFLAGS="$CFLAGS"
19722 CFLAGS="$CFLAGS $BUILTINFLAG"
19723 ac_fn_c_check_func "$LINENO" "epoll_create" "ac_cv_func_epoll_create"
19724 if test "x$ac_cv_func_epoll_create" = xyes
19725 then :
19726 printf "%s\n" "#define HAVE_EPOLL_CREATE 1" >>confdefs.h
19729 ac_fn_c_check_func "$LINENO" "fstatfs" "ac_cv_func_fstatfs"
19730 if test "x$ac_cv_func_fstatfs" = xyes
19731 then :
19732 printf "%s\n" "#define HAVE_FSTATFS 1" >>confdefs.h
19735 ac_fn_c_check_func "$LINENO" "futimens" "ac_cv_func_futimens"
19736 if test "x$ac_cv_func_futimens" = xyes
19737 then :
19738 printf "%s\n" "#define HAVE_FUTIMENS 1" >>confdefs.h
19741 ac_fn_c_check_func "$LINENO" "futimes" "ac_cv_func_futimes"
19742 if test "x$ac_cv_func_futimes" = xyes
19743 then :
19744 printf "%s\n" "#define HAVE_FUTIMES 1" >>confdefs.h
19747 ac_fn_c_check_func "$LINENO" "futimesat" "ac_cv_func_futimesat"
19748 if test "x$ac_cv_func_futimesat" = xyes
19749 then :
19750 printf "%s\n" "#define HAVE_FUTIMESAT 1" >>confdefs.h
19753 ac_fn_c_check_func "$LINENO" "getattrlist" "ac_cv_func_getattrlist"
19754 if test "x$ac_cv_func_getattrlist" = xyes
19755 then :
19756 printf "%s\n" "#define HAVE_GETATTRLIST 1" >>confdefs.h
19759 ac_fn_c_check_func "$LINENO" "getauxval" "ac_cv_func_getauxval"
19760 if test "x$ac_cv_func_getauxval" = xyes
19761 then :
19762 printf "%s\n" "#define HAVE_GETAUXVAL 1" >>confdefs.h
19765 ac_fn_c_check_func "$LINENO" "getifaddrs" "ac_cv_func_getifaddrs"
19766 if test "x$ac_cv_func_getifaddrs" = xyes
19767 then :
19768 printf "%s\n" "#define HAVE_GETIFADDRS 1" >>confdefs.h
19771 ac_fn_c_check_func "$LINENO" "getrandom" "ac_cv_func_getrandom"
19772 if test "x$ac_cv_func_getrandom" = xyes
19773 then :
19774 printf "%s\n" "#define HAVE_GETRANDOM 1" >>confdefs.h
19777 ac_fn_c_check_func "$LINENO" "kqueue" "ac_cv_func_kqueue"
19778 if test "x$ac_cv_func_kqueue" = xyes
19779 then :
19780 printf "%s\n" "#define HAVE_KQUEUE 1" >>confdefs.h
19783 ac_fn_c_check_func "$LINENO" "mach_continuous_time" "ac_cv_func_mach_continuous_time"
19784 if test "x$ac_cv_func_mach_continuous_time" = xyes
19785 then :
19786 printf "%s\n" "#define HAVE_MACH_CONTINUOUS_TIME 1" >>confdefs.h
19789 ac_fn_c_check_func "$LINENO" "pipe2" "ac_cv_func_pipe2"
19790 if test "x$ac_cv_func_pipe2" = xyes
19791 then :
19792 printf "%s\n" "#define HAVE_PIPE2 1" >>confdefs.h
19795 ac_fn_c_check_func "$LINENO" "port_create" "ac_cv_func_port_create"
19796 if test "x$ac_cv_func_port_create" = xyes
19797 then :
19798 printf "%s\n" "#define HAVE_PORT_CREATE 1" >>confdefs.h
19801 ac_fn_c_check_func "$LINENO" "posix_fadvise" "ac_cv_func_posix_fadvise"
19802 if test "x$ac_cv_func_posix_fadvise" = xyes
19803 then :
19804 printf "%s\n" "#define HAVE_POSIX_FADVISE 1" >>confdefs.h
19807 ac_fn_c_check_func "$LINENO" "posix_fallocate" "ac_cv_func_posix_fallocate"
19808 if test "x$ac_cv_func_posix_fallocate" = xyes
19809 then :
19810 printf "%s\n" "#define HAVE_POSIX_FALLOCATE 1" >>confdefs.h
19813 ac_fn_c_check_func "$LINENO" "prctl" "ac_cv_func_prctl"
19814 if test "x$ac_cv_func_prctl" = xyes
19815 then :
19816 printf "%s\n" "#define HAVE_PRCTL 1" >>confdefs.h
19819 ac_fn_c_check_func "$LINENO" "proc_pidinfo" "ac_cv_func_proc_pidinfo"
19820 if test "x$ac_cv_func_proc_pidinfo" = xyes
19821 then :
19822 printf "%s\n" "#define HAVE_PROC_PIDINFO 1" >>confdefs.h
19825 ac_fn_c_check_func "$LINENO" "sched_yield" "ac_cv_func_sched_yield"
19826 if test "x$ac_cv_func_sched_yield" = xyes
19827 then :
19828 printf "%s\n" "#define HAVE_SCHED_YIELD 1" >>confdefs.h
19831 ac_fn_c_check_func "$LINENO" "setproctitle" "ac_cv_func_setproctitle"
19832 if test "x$ac_cv_func_setproctitle" = xyes
19833 then :
19834 printf "%s\n" "#define HAVE_SETPROCTITLE 1" >>confdefs.h
19837 ac_fn_c_check_func "$LINENO" "setprogname" "ac_cv_func_setprogname"
19838 if test "x$ac_cv_func_setprogname" = xyes
19839 then :
19840 printf "%s\n" "#define HAVE_SETPROGNAME 1" >>confdefs.h
19843 ac_fn_c_check_func "$LINENO" "sigprocmask" "ac_cv_func_sigprocmask"
19844 if test "x$ac_cv_func_sigprocmask" = xyes
19845 then :
19846 printf "%s\n" "#define HAVE_SIGPROCMASK 1" >>confdefs.h
19849 ac_fn_c_check_func "$LINENO" "sysinfo" "ac_cv_func_sysinfo"
19850 if test "x$ac_cv_func_sysinfo" = xyes
19851 then :
19852 printf "%s\n" "#define HAVE_SYSINFO 1" >>confdefs.h
19855 ac_fn_c_check_func "$LINENO" "tcdrain" "ac_cv_func_tcdrain"
19856 if test "x$ac_cv_func_tcdrain" = xyes
19857 then :
19858 printf "%s\n" "#define HAVE_TCDRAIN 1" >>confdefs.h
19861 ac_fn_c_check_func "$LINENO" "thr_kill2" "ac_cv_func_thr_kill2"
19862 if test "x$ac_cv_func_thr_kill2" = xyes
19863 then :
19864 printf "%s\n" "#define HAVE_THR_KILL2 1" >>confdefs.h
19868 CFLAGS="$ac_save_CFLAGS"
19870 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
19871 printf %s "checking for library containing dlopen... " >&6; }
19872 if test ${ac_cv_search_dlopen+y}
19873 then :
19874 printf %s "(cached) " >&6
19875 else $as_nop
19876 ac_func_search_save_LIBS=$LIBS
19877 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19878 /* end confdefs.h. */
19880 /* Override any GCC internal prototype to avoid an error.
19881 Use char because int might match the return type of a GCC
19882 builtin and then its argument prototype would still apply. */
19883 char dlopen ();
19885 main (void)
19887 return dlopen ();
19889 return 0;
19891 _ACEOF
19892 for ac_lib in '' dl
19894 if test -z "$ac_lib"; then
19895 ac_res="none required"
19896 else
19897 ac_res=-l$ac_lib
19898 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
19900 if ac_fn_c_try_link "$LINENO"
19901 then :
19902 ac_cv_search_dlopen=$ac_res
19904 rm -f core conftest.err conftest.$ac_objext conftest.beam \
19905 conftest$ac_exeext
19906 if test ${ac_cv_search_dlopen+y}
19907 then :
19908 break
19910 done
19911 if test ${ac_cv_search_dlopen+y}
19912 then :
19914 else $as_nop
19915 ac_cv_search_dlopen=no
19917 rm conftest.$ac_ext
19918 LIBS=$ac_func_search_save_LIBS
19920 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
19921 printf "%s\n" "$ac_cv_search_dlopen" >&6; }
19922 ac_res=$ac_cv_search_dlopen
19923 if test "$ac_res" != no
19924 then :
19925 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
19929 ac_wine_check_funcs_save_LIBS="$LIBS"
19930 LIBS="$LIBS $DL_LIBS"
19931 ac_fn_c_check_func "$LINENO" "dlinfo" "ac_cv_func_dlinfo"
19932 if test "x$ac_cv_func_dlinfo" = xyes
19933 then :
19934 printf "%s\n" "#define HAVE_DLINFO 1" >>confdefs.h
19938 LIBS="$ac_wine_check_funcs_save_LIBS"
19940 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
19941 printf %s "checking for library containing gethostbyname... " >&6; }
19942 if test ${ac_cv_search_gethostbyname+y}
19943 then :
19944 printf %s "(cached) " >&6
19945 else $as_nop
19946 ac_func_search_save_LIBS=$LIBS
19947 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19948 /* end confdefs.h. */
19950 /* Override any GCC internal prototype to avoid an error.
19951 Use char because int might match the return type of a GCC
19952 builtin and then its argument prototype would still apply. */
19953 char gethostbyname ();
19955 main (void)
19957 return gethostbyname ();
19959 return 0;
19961 _ACEOF
19962 for ac_lib in '' nsl
19964 if test -z "$ac_lib"; then
19965 ac_res="none required"
19966 else
19967 ac_res=-l$ac_lib
19968 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
19970 if ac_fn_c_try_link "$LINENO"
19971 then :
19972 ac_cv_search_gethostbyname=$ac_res
19974 rm -f core conftest.err conftest.$ac_objext conftest.beam \
19975 conftest$ac_exeext
19976 if test ${ac_cv_search_gethostbyname+y}
19977 then :
19978 break
19980 done
19981 if test ${ac_cv_search_gethostbyname+y}
19982 then :
19984 else $as_nop
19985 ac_cv_search_gethostbyname=no
19987 rm conftest.$ac_ext
19988 LIBS=$ac_func_search_save_LIBS
19990 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
19991 printf "%s\n" "$ac_cv_search_gethostbyname" >&6; }
19992 ac_res=$ac_cv_search_gethostbyname
19993 if test "$ac_res" != no
19994 then :
19995 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
20000 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
20001 printf %s "checking for library containing connect... " >&6; }
20002 if test ${ac_cv_search_connect+y}
20003 then :
20004 printf %s "(cached) " >&6
20005 else $as_nop
20006 ac_func_search_save_LIBS=$LIBS
20007 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20008 /* end confdefs.h. */
20010 /* Override any GCC internal prototype to avoid an error.
20011 Use char because int might match the return type of a GCC
20012 builtin and then its argument prototype would still apply. */
20013 char connect ();
20015 main (void)
20017 return connect ();
20019 return 0;
20021 _ACEOF
20022 for ac_lib in '' socket
20024 if test -z "$ac_lib"; then
20025 ac_res="none required"
20026 else
20027 ac_res=-l$ac_lib
20028 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
20030 if ac_fn_c_try_link "$LINENO"
20031 then :
20032 ac_cv_search_connect=$ac_res
20034 rm -f core conftest.err conftest.$ac_objext conftest.beam \
20035 conftest$ac_exeext
20036 if test ${ac_cv_search_connect+y}
20037 then :
20038 break
20040 done
20041 if test ${ac_cv_search_connect+y}
20042 then :
20044 else $as_nop
20045 ac_cv_search_connect=no
20047 rm conftest.$ac_ext
20048 LIBS=$ac_func_search_save_LIBS
20050 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
20051 printf "%s\n" "$ac_cv_search_connect" >&6; }
20052 ac_res=$ac_cv_search_connect
20053 if test "$ac_res" != no
20054 then :
20055 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
20060 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
20061 printf %s "checking for library containing inet_aton... " >&6; }
20062 if test ${ac_cv_search_inet_aton+y}
20063 then :
20064 printf %s "(cached) " >&6
20065 else $as_nop
20066 ac_func_search_save_LIBS=$LIBS
20067 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20068 /* end confdefs.h. */
20070 /* Override any GCC internal prototype to avoid an error.
20071 Use char because int might match the return type of a GCC
20072 builtin and then its argument prototype would still apply. */
20073 char inet_aton ();
20075 main (void)
20077 return inet_aton ();
20079 return 0;
20081 _ACEOF
20082 for ac_lib in '' resolv
20084 if test -z "$ac_lib"; then
20085 ac_res="none required"
20086 else
20087 ac_res=-l$ac_lib
20088 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
20090 if ac_fn_c_try_link "$LINENO"
20091 then :
20092 ac_cv_search_inet_aton=$ac_res
20094 rm -f core conftest.err conftest.$ac_objext conftest.beam \
20095 conftest$ac_exeext
20096 if test ${ac_cv_search_inet_aton+y}
20097 then :
20098 break
20100 done
20101 if test ${ac_cv_search_inet_aton+y}
20102 then :
20104 else $as_nop
20105 ac_cv_search_inet_aton=no
20107 rm conftest.$ac_ext
20108 LIBS=$ac_func_search_save_LIBS
20110 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
20111 printf "%s\n" "$ac_cv_search_inet_aton" >&6; }
20112 ac_res=$ac_cv_search_inet_aton
20113 if test "$ac_res" != no
20114 then :
20115 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
20120 ac_fn_c_check_func "$LINENO" "getaddrinfo" "ac_cv_func_getaddrinfo"
20121 if test "x$ac_cv_func_getaddrinfo" = xyes
20122 then :
20123 printf "%s\n" "#define HAVE_GETADDRINFO 1" >>confdefs.h
20128 case $host_os in
20129 darwin*|macosx*) ;;
20130 *) ac_save_LIBS=$LIBS
20131 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
20132 printf %s "checking for library containing clock_gettime... " >&6; }
20133 if test ${ac_cv_search_clock_gettime+y}
20134 then :
20135 printf %s "(cached) " >&6
20136 else $as_nop
20137 ac_func_search_save_LIBS=$LIBS
20138 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20139 /* end confdefs.h. */
20141 /* Override any GCC internal prototype to avoid an error.
20142 Use char because int might match the return type of a GCC
20143 builtin and then its argument prototype would still apply. */
20144 char clock_gettime ();
20146 main (void)
20148 return clock_gettime ();
20150 return 0;
20152 _ACEOF
20153 for ac_lib in '' rt
20155 if test -z "$ac_lib"; then
20156 ac_res="none required"
20157 else
20158 ac_res=-l$ac_lib
20159 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
20161 if ac_fn_c_try_link "$LINENO"
20162 then :
20163 ac_cv_search_clock_gettime=$ac_res
20165 rm -f core conftest.err conftest.$ac_objext conftest.beam \
20166 conftest$ac_exeext
20167 if test ${ac_cv_search_clock_gettime+y}
20168 then :
20169 break
20171 done
20172 if test ${ac_cv_search_clock_gettime+y}
20173 then :
20175 else $as_nop
20176 ac_cv_search_clock_gettime=no
20178 rm conftest.$ac_ext
20179 LIBS=$ac_func_search_save_LIBS
20181 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5
20182 printf "%s\n" "$ac_cv_search_clock_gettime" >&6; }
20183 ac_res=$ac_cv_search_clock_gettime
20184 if test "$ac_res" != no
20185 then :
20186 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
20188 printf "%s\n" "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h
20190 test "$ac_res" = "none required" || RT_LIBS="$ac_res"
20194 LIBS=$ac_save_LIBS
20196 esac
20198 if test "x$with_ldap" != "xno"
20199 then
20200 if ${LDAP_CFLAGS:+false} :
20201 then :
20202 if test ${PKG_CONFIG+y}
20203 then :
20204 LDAP_CFLAGS=`$PKG_CONFIG --cflags openldap 2>/dev/null`
20208 if ${LDAP_LIBS:+false} :
20209 then :
20210 if test ${PKG_CONFIG+y}
20211 then :
20212 LDAP_LIBS=`$PKG_CONFIG --libs openldap 2>/dev/null`
20216 LDAP_LIBS=${LDAP_LIBS:-"-lldap -llber"}
20217 printf "%s\n" "$as_me:${as_lineno-$LINENO}: openldap cflags: $LDAP_CFLAGS" >&5
20218 printf "%s\n" "$as_me:${as_lineno-$LINENO}: openldap libs: $LDAP_LIBS" >&5
20219 ac_save_CPPFLAGS=$CPPFLAGS
20220 CPPFLAGS="$CPPFLAGS $LDAP_CFLAGS"
20221 ac_fn_c_check_header_compile "$LINENO" "ldap.h" "ac_cv_header_ldap_h" "$ac_includes_default"
20222 if test "x$ac_cv_header_ldap_h" = xyes
20223 then :
20224 printf "%s\n" "#define HAVE_LDAP_H 1" >>confdefs.h
20227 ac_fn_c_check_header_compile "$LINENO" "lber.h" "ac_cv_header_lber_h" "$ac_includes_default"
20228 if test "x$ac_cv_header_lber_h" = xyes
20229 then :
20230 printf "%s\n" "#define HAVE_LBER_H 1" >>confdefs.h
20234 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
20235 then
20236 ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
20238 if test "x$ac_cv_type_LDAPSortKey" = xyes
20239 then :
20240 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap" >&5
20241 printf %s "checking for ldap_initialize in -lldap... " >&6; }
20242 if test ${ac_cv_lib_ldap_ldap_initialize+y}
20243 then :
20244 printf %s "(cached) " >&6
20245 else $as_nop
20246 ac_check_lib_save_LIBS=$LIBS
20247 LIBS="-lldap $PTHREAD_LIBS $LDAP_LIBS $LIBS"
20248 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20249 /* end confdefs.h. */
20251 /* Override any GCC internal prototype to avoid an error.
20252 Use char because int might match the return type of a GCC
20253 builtin and then its argument prototype would still apply. */
20254 char ldap_initialize ();
20256 main (void)
20258 return ldap_initialize ();
20260 return 0;
20262 _ACEOF
20263 if ac_fn_c_try_link "$LINENO"
20264 then :
20265 ac_cv_lib_ldap_ldap_initialize=yes
20266 else $as_nop
20267 ac_cv_lib_ldap_ldap_initialize=no
20269 rm -f core conftest.err conftest.$ac_objext conftest.beam \
20270 conftest$ac_exeext conftest.$ac_ext
20271 LIBS=$ac_check_lib_save_LIBS
20273 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_ldap_initialize" >&5
20274 printf "%s\n" "$ac_cv_lib_ldap_ldap_initialize" >&6; }
20275 if test "x$ac_cv_lib_ldap_ldap_initialize" = xyes
20276 then :
20277 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
20278 printf %s "checking for ber_init in -llber... " >&6; }
20279 if test ${ac_cv_lib_lber_ber_init+y}
20280 then :
20281 printf %s "(cached) " >&6
20282 else $as_nop
20283 ac_check_lib_save_LIBS=$LIBS
20284 LIBS="-llber $PTHREAD_LIBS $LDAP_LIBS $LIBS"
20285 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20286 /* end confdefs.h. */
20288 /* Override any GCC internal prototype to avoid an error.
20289 Use char because int might match the return type of a GCC
20290 builtin and then its argument prototype would still apply. */
20291 char ber_init ();
20293 main (void)
20295 return ber_init ();
20297 return 0;
20299 _ACEOF
20300 if ac_fn_c_try_link "$LINENO"
20301 then :
20302 ac_cv_lib_lber_ber_init=yes
20303 else $as_nop
20304 ac_cv_lib_lber_ber_init=no
20306 rm -f core conftest.err conftest.$ac_objext conftest.beam \
20307 conftest$ac_exeext conftest.$ac_ext
20308 LIBS=$ac_check_lib_save_LIBS
20310 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
20311 printf "%s\n" "$ac_cv_lib_lber_ber_init" >&6; }
20312 if test "x$ac_cv_lib_lber_ber_init" = xyes
20313 then :
20315 printf "%s\n" "#define HAVE_LDAP 1" >>confdefs.h
20317 else $as_nop
20318 LDAP_LIBS=""
20321 else $as_nop
20322 LDAP_LIBS=""
20325 else $as_nop
20326 LDAP_LIBS=""
20329 else
20330 LDAP_LIBS=""
20332 CPPFLAGS=$ac_save_CPPFLAGS
20335 if test "x$LDAP_LIBS" = "x"
20336 then :
20337 case "x$with_ldap" in
20338 x) as_fn_append wine_notices "|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
20339 xno) ;;
20340 *) as_fn_error $? "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
20341 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
20342 esac
20346 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for sched_setaffinity" >&5
20347 printf %s "checking for sched_setaffinity... " >&6; }
20348 if test ${wine_cv_have_sched_setaffinity+y}
20349 then :
20350 printf %s "(cached) " >&6
20351 else $as_nop
20352 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20353 /* end confdefs.h. */
20354 #include <sched.h>
20356 main (void)
20358 sched_setaffinity(0, 0, 0);
20360 return 0;
20362 _ACEOF
20363 if ac_fn_c_try_link "$LINENO"
20364 then :
20365 wine_cv_have_sched_setaffinity=yes
20366 else $as_nop
20367 wine_cv_have_sched_setaffinity=no
20369 rm -f core conftest.err conftest.$ac_objext conftest.beam \
20370 conftest$ac_exeext conftest.$ac_ext
20372 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sched_setaffinity" >&5
20373 printf "%s\n" "$wine_cv_have_sched_setaffinity" >&6; }
20374 if test "$wine_cv_have_sched_setaffinity" = "yes"
20375 then
20377 printf "%s\n" "#define HAVE_SCHED_SETAFFINITY 1" >>confdefs.h
20382 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
20383 printf %s "checking for inline... " >&6; }
20384 if test ${ac_cv_c_inline+y}
20385 then :
20386 printf %s "(cached) " >&6
20387 else $as_nop
20388 ac_cv_c_inline=no
20389 for ac_kw in inline __inline__ __inline; do
20390 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20391 /* end confdefs.h. */
20392 #ifndef __cplusplus
20393 typedef int foo_t;
20394 static $ac_kw foo_t static_foo (void) {return 0; }
20395 $ac_kw foo_t foo (void) {return 0; }
20396 #endif
20398 _ACEOF
20399 if ac_fn_c_try_compile "$LINENO"
20400 then :
20401 ac_cv_c_inline=$ac_kw
20403 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
20404 test "$ac_cv_c_inline" != no && break
20405 done
20408 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
20409 printf "%s\n" "$ac_cv_c_inline" >&6; }
20411 case $ac_cv_c_inline in
20412 inline | yes) ;;
20414 case $ac_cv_c_inline in
20415 no) ac_val=;;
20416 *) ac_val=$ac_cv_c_inline;;
20417 esac
20418 cat >>confdefs.h <<_ACEOF
20419 #ifndef __cplusplus
20420 #define inline $ac_val
20421 #endif
20422 _ACEOF
20424 esac
20426 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
20427 #include <signal.h>
20429 if test "x$ac_cv_type_sigset_t" = xyes
20430 then :
20432 printf "%s\n" "#define HAVE_SIGSET_T 1" >>confdefs.h
20437 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
20439 if test "x$ac_cv_type_request_sense" = xyes
20440 then :
20442 printf "%s\n" "#define HAVE_REQUEST_SENSE 1" >>confdefs.h
20448 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
20449 #include <sys/socket.h>
20450 #ifdef HAVE_SYS_SOCKETVAR_H
20451 #include <sys/socketvar.h>
20452 #endif
20453 #ifdef HAVE_NET_ROUTE_H
20454 #include <net/route.h>
20455 #endif
20456 #ifdef HAVE_NETINET_IN_H
20457 #include <netinet/in.h>
20458 #endif
20459 #ifdef HAVE_NETINET_IN_SYSTM_H
20460 #include <netinet/in_systm.h>
20461 #endif
20462 #ifdef HAVE_NETINET_IP_H
20463 #include <netinet/ip.h>
20464 #endif
20465 #ifdef HAVE_NETINET_IN_PCB_H
20466 #include <netinet/in_pcb.h>
20467 #endif
20469 if test "x$ac_cv_type_struct_xinpgen" = xyes
20470 then :
20472 printf "%s\n" "#define HAVE_STRUCT_XINPGEN 1" >>confdefs.h
20478 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
20479 printf %s "checking for sigaddset... " >&6; }
20480 if test ${wine_cv_have_sigaddset+y}
20481 then :
20482 printf %s "(cached) " >&6
20483 else $as_nop
20484 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20485 /* end confdefs.h. */
20486 #include <signal.h>
20488 main (void)
20490 sigset_t set; sigaddset(&set,SIGTERM);
20492 return 0;
20494 _ACEOF
20495 if ac_fn_c_try_link "$LINENO"
20496 then :
20497 wine_cv_have_sigaddset=yes
20498 else $as_nop
20499 wine_cv_have_sigaddset=no
20501 rm -f core conftest.err conftest.$ac_objext conftest.beam \
20502 conftest$ac_exeext conftest.$ac_ext
20504 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
20505 printf "%s\n" "$wine_cv_have_sigaddset" >&6; }
20506 if test "$wine_cv_have_sigaddset" = "yes"
20507 then
20509 printf "%s\n" "#define HAVE_SIGADDSET 1" >>confdefs.h
20514 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
20515 printf %s "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
20516 if test ${wine_cv_linux_gethostbyname_r_6+y}
20517 then :
20518 printf %s "(cached) " >&6
20519 else $as_nop
20520 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20521 /* end confdefs.h. */
20522 #include <netdb.h>
20524 main (void)
20527 char *name=0;
20528 struct hostent he;
20529 struct hostent *result;
20530 char *buf=0;
20531 int bufsize=0;
20532 int errnr;
20533 char *addr=0;
20534 int addrlen=0;
20535 int addrtype=0;
20536 gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
20537 gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
20540 return 0;
20542 _ACEOF
20543 if ac_fn_c_try_link "$LINENO"
20544 then :
20545 wine_cv_linux_gethostbyname_r_6=yes
20546 else $as_nop
20547 wine_cv_linux_gethostbyname_r_6=no
20550 rm -f core conftest.err conftest.$ac_objext conftest.beam \
20551 conftest$ac_exeext conftest.$ac_ext
20554 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
20555 printf "%s\n" "$wine_cv_linux_gethostbyname_r_6" >&6; }
20556 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
20557 then
20559 printf "%s\n" "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
20563 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
20564 #include <sys/socket.h>
20565 #ifdef HAVE_SYS_UN_H
20566 # include <sys/un.h>
20567 #endif
20569 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = xyes
20570 then :
20572 printf "%s\n" "#define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1" >>confdefs.h
20576 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
20577 #include <sys/socket.h>
20578 #ifdef HAVE_SYS_UN_H
20579 # include <sys/un.h>
20580 #endif
20582 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = xyes
20583 then :
20585 printf "%s\n" "#define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1" >>confdefs.h
20591 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
20592 #ifdef HAVE_SCSI_SG_H
20593 #include <scsi/sg.h>
20594 #endif
20596 if test "x$ac_cv_member_scsireq_t_cmd" = xyes
20597 then :
20599 printf "%s\n" "#define HAVE_SCSIREQ_T_CMD 1" >>confdefs.h
20603 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>
20604 #ifdef HAVE_SCSI_SG_H
20605 #include <scsi/sg.h>
20606 #endif
20608 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = xyes
20609 then :
20611 printf "%s\n" "#define HAVE_SG_IO_HDR_T_INTERFACE_ID 1" >>confdefs.h
20617 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
20619 if test "x$ac_cv_member_siginfo_t_si_fd" = xyes
20620 then :
20622 printf "%s\n" "#define HAVE_SIGINFO_T_SI_FD 1" >>confdefs.h
20628 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
20629 #ifdef HAVE_SYS_MTIO_H
20630 #include <sys/mtio.h>
20631 #endif
20633 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = xyes
20634 then :
20636 printf "%s\n" "#define HAVE_STRUCT_MTGET_MT_BLKSIZ 1" >>confdefs.h
20640 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
20641 #ifdef HAVE_SYS_MTIO_H
20642 #include <sys/mtio.h>
20643 #endif
20645 if test "x$ac_cv_member_struct_mtget_mt_gstat" = xyes
20646 then :
20648 printf "%s\n" "#define HAVE_STRUCT_MTGET_MT_GSTAT 1" >>confdefs.h
20652 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
20653 #ifdef HAVE_SYS_MTIO_H
20654 #include <sys/mtio.h>
20655 #endif
20657 if test "x$ac_cv_member_struct_mtget_mt_blkno" = xyes
20658 then :
20660 printf "%s\n" "#define HAVE_STRUCT_MTGET_MT_BLKNO 1" >>confdefs.h
20666 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
20667 if test "x$ac_cv_member_struct_stat_st_mtim" = xyes
20668 then :
20670 printf "%s\n" "#define HAVE_STRUCT_STAT_ST_MTIM 1" >>confdefs.h
20674 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtimespec" "ac_cv_member_struct_stat_st_mtimespec" "$ac_includes_default"
20675 if test "x$ac_cv_member_struct_stat_st_mtimespec" = xyes
20676 then :
20678 printf "%s\n" "#define HAVE_STRUCT_STAT_ST_MTIMESPEC 1" >>confdefs.h
20682 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
20683 if test "x$ac_cv_member_struct_stat_st_ctim" = xyes
20684 then :
20686 printf "%s\n" "#define HAVE_STRUCT_STAT_ST_CTIM 1" >>confdefs.h
20690 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctimespec" "ac_cv_member_struct_stat_st_ctimespec" "$ac_includes_default"
20691 if test "x$ac_cv_member_struct_stat_st_ctimespec" = xyes
20692 then :
20694 printf "%s\n" "#define HAVE_STRUCT_STAT_ST_CTIMESPEC 1" >>confdefs.h
20698 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
20699 if test "x$ac_cv_member_struct_stat_st_atim" = xyes
20700 then :
20702 printf "%s\n" "#define HAVE_STRUCT_STAT_ST_ATIM 1" >>confdefs.h
20706 ac_fn_c_check_member "$LINENO" "struct stat" "st_atimespec" "ac_cv_member_struct_stat_st_atimespec" "$ac_includes_default"
20707 if test "x$ac_cv_member_struct_stat_st_atimespec" = xyes
20708 then :
20710 printf "%s\n" "#define HAVE_STRUCT_STAT_ST_ATIMESPEC 1" >>confdefs.h
20714 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtime" "ac_cv_member_struct_stat_st_birthtime" "$ac_includes_default"
20715 if test "x$ac_cv_member_struct_stat_st_birthtime" = xyes
20716 then :
20718 printf "%s\n" "#define HAVE_STRUCT_STAT_ST_BIRTHTIME 1" >>confdefs.h
20722 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtim" "ac_cv_member_struct_stat_st_birthtim" "$ac_includes_default"
20723 if test "x$ac_cv_member_struct_stat_st_birthtim" = xyes
20724 then :
20726 printf "%s\n" "#define HAVE_STRUCT_STAT_ST_BIRTHTIM 1" >>confdefs.h
20730 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtimespec" "ac_cv_member_struct_stat_st_birthtimespec" "$ac_includes_default"
20731 if test "x$ac_cv_member_struct_stat_st_birthtimespec" = xyes
20732 then :
20734 printf "%s\n" "#define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1" >>confdefs.h
20738 ac_fn_c_check_member "$LINENO" "struct stat" "__st_birthtime" "ac_cv_member_struct_stat___st_birthtime" "$ac_includes_default"
20739 if test "x$ac_cv_member_struct_stat___st_birthtime" = xyes
20740 then :
20742 printf "%s\n" "#define HAVE_STRUCT_STAT___ST_BIRTHTIME 1" >>confdefs.h
20746 ac_fn_c_check_member "$LINENO" "struct stat" "__st_birthtim" "ac_cv_member_struct_stat___st_birthtim" "$ac_includes_default"
20747 if test "x$ac_cv_member_struct_stat___st_birthtim" = xyes
20748 then :
20750 printf "%s\n" "#define HAVE_STRUCT_STAT___ST_BIRTHTIM 1" >>confdefs.h
20756 ac_fn_c_check_member "$LINENO" "struct sockaddr_in6" "sin6_scope_id" "ac_cv_member_struct_sockaddr_in6_sin6_scope_id" "#include <sys/types.h>
20757 #ifdef HAVE_NETINET_IN_H
20758 #include <netinet/in.h>
20759 #endif
20761 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = xyes
20762 then :
20764 printf "%s\n" "#define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1" >>confdefs.h
20770 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
20771 #include <resolv.h>
20772 #endif
20774 if test "x$ac_cv_member_struct___res_state__u__ext_nscount6" = xyes
20775 then :
20777 printf "%s\n" "#define HAVE_STRUCT___RES_STATE__U__EXT_NSCOUNT6 1" >>confdefs.h
20783 ac_fn_c_check_member "$LINENO" "struct in6_pktinfo" "ipi6_addr" "ac_cv_member_struct_in6_pktinfo_ipi6_addr" "#ifdef HAVE_NETINET_IN_H
20784 #include <netinet/in.h>
20785 #endif
20787 if test "x$ac_cv_member_struct_in6_pktinfo_ipi6_addr" = xyes
20788 then :
20790 printf "%s\n" "#define HAVE_STRUCT_IN6_PKTINFO_IPI6_ADDR 1" >>confdefs.h
20796 ac_fn_c_check_member "$LINENO" "struct ipstat" "ips_total" "ac_cv_member_struct_ipstat_ips_total" "#include <sys/types.h>
20797 #ifdef HAVE_SYS_SOCKETVAR_H
20798 #include <sys/socketvar.h>
20799 #endif
20800 #ifdef HAVE_NETINET_IN_H
20801 #include <netinet/in.h>
20802 #endif
20803 #ifdef HAVE_NETINET_IP_VAR_H
20804 #include <netinet/ip_var.h>
20805 #endif
20807 if test "x$ac_cv_member_struct_ipstat_ips_total" = xyes
20808 then :
20810 printf "%s\n" "#define HAVE_STRUCT_IPSTAT_IPS_TOTAL 1" >>confdefs.h
20816 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
20817 #include <netinet/ip_var.h>
20818 #endif
20820 if test "x$ac_cv_member_struct_ip_stats_ips_total" = xyes
20821 then :
20823 printf "%s\n" "#define HAVE_STRUCT_IP_STATS_IPS_TOTAL 1" >>confdefs.h
20829 ac_fn_c_check_member "$LINENO" "struct tcpstat" "tcps_connattempt" "ac_cv_member_struct_tcpstat_tcps_connattempt" "#include <sys/types.h>
20830 #ifdef HAVE_SYS_SOCKETVAR_H
20831 #include <sys/socketvar.h>
20832 #endif
20833 #ifdef HAVE_NETINET_IN_H
20834 #include <netinet/in.h>
20835 #endif
20836 #ifdef HAVE_NETINET_TCP_H
20837 #include <netinet/tcp.h>
20838 #endif
20839 #ifdef HAVE_NETINET_TCP_VAR_H
20840 #include <netinet/tcp_var.h>
20841 #endif
20843 if test "x$ac_cv_member_struct_tcpstat_tcps_connattempt" = xyes
20844 then :
20846 printf "%s\n" "#define HAVE_STRUCT_TCPSTAT_TCPS_CONNATTEMPT 1" >>confdefs.h
20852 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
20853 #include <netinet/tcp_var.h>
20854 #endif
20856 if test "x$ac_cv_member_struct_tcp_stats_tcps_connattempt" = xyes
20857 then :
20859 printf "%s\n" "#define HAVE_STRUCT_TCP_STATS_TCPS_CONNATTEMPT 1" >>confdefs.h
20865 ac_fn_c_check_member "$LINENO" "struct udpstat" "udps_ipackets" "ac_cv_member_struct_udpstat_udps_ipackets" "#include <sys/types.h>
20866 #ifdef HAVE_NETINET_IN_H
20867 #include <netinet/in.h>
20868 #endif
20869 #ifdef HAVE_NETINET_IP_VAR_H
20870 #include <netinet/ip_var.h>
20871 #endif
20872 #ifdef HAVE_NETINET_UDP_H
20873 #include <netinet/udp.h>
20874 #endif
20875 #ifdef HAVE_NETINET_UDP_VAR_H
20876 #include <netinet/udp_var.h>
20877 #endif
20879 if test "x$ac_cv_member_struct_udpstat_udps_ipackets" = xyes
20880 then :
20882 printf "%s\n" "#define HAVE_STRUCT_UDPSTAT_UDPS_IPACKETS 1" >>confdefs.h
20888 ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#include <sys/types.h>
20889 #ifdef HAVE_NET_IF_H
20890 # include <net/if.h>
20891 #endif
20893 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes
20894 then :
20896 printf "%s\n" "#define HAVE_STRUCT_IFREQ_IFR_HWADDR 1" >>confdefs.h
20902 ac_fn_c_check_member "$LINENO" "struct sysinfo" "totalram" "ac_cv_member_struct_sysinfo_totalram" "#ifdef HAVE_SYS_SYSINFO_H
20903 # include <sys/sysinfo.h>
20904 #endif
20906 if test "x$ac_cv_member_struct_sysinfo_totalram" = xyes
20907 then :
20909 printf "%s\n" "#define HAVE_STRUCT_SYSINFO_TOTALRAM 1" >>confdefs.h
20913 ac_fn_c_check_member "$LINENO" "struct sysinfo" "mem_unit" "ac_cv_member_struct_sysinfo_mem_unit" "#ifdef HAVE_SYS_SYSINFO_H
20914 # include <sys/sysinfo.h>
20915 #endif
20917 if test "x$ac_cv_member_struct_sysinfo_mem_unit" = xyes
20918 then :
20920 printf "%s\n" "#define HAVE_STRUCT_SYSINFO_MEM_UNIT 1" >>confdefs.h
20926 ac_save_LIBS="$LIBS"
20927 LIBS="$LIBS -lm"
20928 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for isfinite" >&5
20929 printf %s "checking for isfinite... " >&6; }
20930 if test ${ac_cv_have_isfinite+y}
20931 then :
20932 printf %s "(cached) " >&6
20933 else $as_nop
20934 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20935 /* end confdefs.h. */
20936 #include <math.h>
20938 main (void)
20940 float f = 0.0; return isfinite(f)
20942 return 0;
20944 _ACEOF
20945 if ac_fn_c_try_link "$LINENO"
20946 then :
20947 ac_cv_have_isfinite="yes"
20948 else $as_nop
20949 ac_cv_have_isfinite="no"
20951 rm -f core conftest.err conftest.$ac_objext conftest.beam \
20952 conftest$ac_exeext conftest.$ac_ext
20954 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isfinite" >&5
20955 printf "%s\n" "$ac_cv_have_isfinite" >&6; }
20956 if test "$ac_cv_have_isfinite" = "yes"
20957 then
20959 printf "%s\n" "#define HAVE_ISFINITE 1" >>confdefs.h
20963 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
20964 printf %s "checking for isinf... " >&6; }
20965 if test ${ac_cv_have_isinf+y}
20966 then :
20967 printf %s "(cached) " >&6
20968 else $as_nop
20969 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20970 /* end confdefs.h. */
20971 #include <math.h>
20973 main (void)
20975 float f = 0.0; return isinf(f)
20977 return 0;
20979 _ACEOF
20980 if ac_fn_c_try_link "$LINENO"
20981 then :
20982 ac_cv_have_isinf="yes"
20983 else $as_nop
20984 ac_cv_have_isinf="no"
20986 rm -f core conftest.err conftest.$ac_objext conftest.beam \
20987 conftest$ac_exeext conftest.$ac_ext
20989 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
20990 printf "%s\n" "$ac_cv_have_isinf" >&6; }
20991 if test "$ac_cv_have_isinf" = "yes"
20992 then
20994 printf "%s\n" "#define HAVE_ISINF 1" >>confdefs.h
20998 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
20999 printf %s "checking for isnan... " >&6; }
21000 if test ${ac_cv_have_isnan+y}
21001 then :
21002 printf %s "(cached) " >&6
21003 else $as_nop
21004 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21005 /* end confdefs.h. */
21006 #include <math.h>
21008 main (void)
21010 float f = 0.0; return isnan(f)
21012 return 0;
21014 _ACEOF
21015 if ac_fn_c_try_link "$LINENO"
21016 then :
21017 ac_cv_have_isnan="yes"
21018 else $as_nop
21019 ac_cv_have_isnan="no"
21021 rm -f core conftest.err conftest.$ac_objext conftest.beam \
21022 conftest$ac_exeext conftest.$ac_ext
21024 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
21025 printf "%s\n" "$ac_cv_have_isnan" >&6; }
21026 if test "$ac_cv_have_isnan" = "yes"
21027 then
21029 printf "%s\n" "#define HAVE_ISNAN 1" >>confdefs.h
21033 LIBS="$ac_save_LIBS"
21035 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for __builtin_popcount" >&5
21036 printf %s "checking for __builtin_popcount... " >&6; }
21037 if test ${ac_cv_have___builtin_popcount+y}
21038 then :
21039 printf %s "(cached) " >&6
21040 else $as_nop
21041 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21042 /* end confdefs.h. */
21045 main (void)
21047 return __builtin_popcount(1)
21049 return 0;
21051 _ACEOF
21052 if ac_fn_c_try_link "$LINENO"
21053 then :
21054 ac_cv_have___builtin_popcount="yes"
21055 else $as_nop
21056 ac_cv_have___builtin_popcount="no"
21058 rm -f core conftest.err conftest.$ac_objext conftest.beam \
21059 conftest$ac_exeext conftest.$ac_ext
21061 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_popcount" >&5
21062 printf "%s\n" "$ac_cv_have___builtin_popcount" >&6; }
21063 if test "$ac_cv_have___builtin_popcount" = "yes"
21064 then
21066 printf "%s\n" "#define HAVE___BUILTIN_POPCOUNT 1" >>confdefs.h
21070 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for __clear_cache" >&5
21071 printf %s "checking for __clear_cache... " >&6; }
21072 if test ${ac_cv_have___clear_cache+y}
21073 then :
21074 printf %s "(cached) " >&6
21075 else $as_nop
21076 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21077 /* end confdefs.h. */
21080 main (void)
21082 __clear_cache((void*)0, (void*)0); return 0;
21084 return 0;
21086 _ACEOF
21087 if ac_fn_c_try_link "$LINENO"
21088 then :
21089 ac_cv_have___clear_cache="yes"
21090 else $as_nop
21091 ac_cv_have___clear_cache="no"
21093 rm -f core conftest.err conftest.$ac_objext conftest.beam \
21094 conftest$ac_exeext conftest.$ac_ext
21096 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___clear_cache" >&5
21097 printf "%s\n" "$ac_cv_have___clear_cache" >&6; }
21098 if test "$ac_cv_have___clear_cache" = "yes"
21099 then
21101 printf "%s\n" "#define HAVE___CLEAR_CACHE 1" >>confdefs.h
21106 case $host_cpu in
21107 *i[3456789]86*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
21108 printf %s "checking whether we need to define __i386__... " >&6; }
21109 if test ${ac_cv_cpp_def___i386__+y}
21110 then :
21111 printf %s "(cached) " >&6
21112 else $as_nop
21113 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21114 /* end confdefs.h. */
21115 #ifndef __i386__
21117 #endif
21118 _ACEOF
21119 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21120 $EGREP "yes" >/dev/null 2>&1
21121 then :
21122 ac_cv_cpp_def___i386__=yes
21123 else $as_nop
21124 ac_cv_cpp_def___i386__=no
21126 rm -rf conftest*
21129 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
21130 printf "%s\n" "$ac_cv_cpp_def___i386__" >&6; }
21131 if test "x$ac_cv_cpp_def___i386__" = xyes
21132 then :
21133 CFLAGS="$CFLAGS -D__i386__"
21134 LINTFLAGS="$LINTFLAGS -D__i386__"
21135 fi ;;
21136 *x86_64*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
21137 printf %s "checking whether we need to define __x86_64__... " >&6; }
21138 if test ${ac_cv_cpp_def___x86_64__+y}
21139 then :
21140 printf %s "(cached) " >&6
21141 else $as_nop
21142 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21143 /* end confdefs.h. */
21144 #ifndef __x86_64__
21146 #endif
21147 _ACEOF
21148 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21149 $EGREP "yes" >/dev/null 2>&1
21150 then :
21151 ac_cv_cpp_def___x86_64__=yes
21152 else $as_nop
21153 ac_cv_cpp_def___x86_64__=no
21155 rm -rf conftest*
21158 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
21159 printf "%s\n" "$ac_cv_cpp_def___x86_64__" >&6; }
21160 if test "x$ac_cv_cpp_def___x86_64__" = xyes
21161 then :
21162 CFLAGS="$CFLAGS -D__x86_64__"
21163 LINTFLAGS="$LINTFLAGS -D__x86_64__"
21164 fi ;;
21165 *sparc64*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc64__" >&5
21166 printf %s "checking whether we need to define __sparc64__... " >&6; }
21167 if test ${ac_cv_cpp_def___sparc64__+y}
21168 then :
21169 printf %s "(cached) " >&6
21170 else $as_nop
21171 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21172 /* end confdefs.h. */
21173 #ifndef __sparc64__
21175 #endif
21176 _ACEOF
21177 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21178 $EGREP "yes" >/dev/null 2>&1
21179 then :
21180 ac_cv_cpp_def___sparc64__=yes
21181 else $as_nop
21182 ac_cv_cpp_def___sparc64__=no
21184 rm -rf conftest*
21187 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc64__" >&5
21188 printf "%s\n" "$ac_cv_cpp_def___sparc64__" >&6; }
21189 if test "x$ac_cv_cpp_def___sparc64__" = xyes
21190 then :
21191 CFLAGS="$CFLAGS -D__sparc64__"
21192 LINTFLAGS="$LINTFLAGS -D__sparc64__"
21193 fi ;;
21194 *sparc*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
21195 printf %s "checking whether we need to define __sparc__... " >&6; }
21196 if test ${ac_cv_cpp_def___sparc__+y}
21197 then :
21198 printf %s "(cached) " >&6
21199 else $as_nop
21200 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21201 /* end confdefs.h. */
21202 #ifndef __sparc__
21204 #endif
21205 _ACEOF
21206 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21207 $EGREP "yes" >/dev/null 2>&1
21208 then :
21209 ac_cv_cpp_def___sparc__=yes
21210 else $as_nop
21211 ac_cv_cpp_def___sparc__=no
21213 rm -rf conftest*
21216 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
21217 printf "%s\n" "$ac_cv_cpp_def___sparc__" >&6; }
21218 if test "x$ac_cv_cpp_def___sparc__" = xyes
21219 then :
21220 CFLAGS="$CFLAGS -D__sparc__"
21221 LINTFLAGS="$LINTFLAGS -D__sparc__"
21222 fi ;;
21223 *powerpc64*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc64__" >&5
21224 printf %s "checking whether we need to define __powerpc64__... " >&6; }
21225 if test ${ac_cv_cpp_def___powerpc64__+y}
21226 then :
21227 printf %s "(cached) " >&6
21228 else $as_nop
21229 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21230 /* end confdefs.h. */
21231 #ifndef __powerpc64__
21233 #endif
21234 _ACEOF
21235 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21236 $EGREP "yes" >/dev/null 2>&1
21237 then :
21238 ac_cv_cpp_def___powerpc64__=yes
21239 else $as_nop
21240 ac_cv_cpp_def___powerpc64__=no
21242 rm -rf conftest*
21245 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc64__" >&5
21246 printf "%s\n" "$ac_cv_cpp_def___powerpc64__" >&6; }
21247 if test "x$ac_cv_cpp_def___powerpc64__" = xyes
21248 then :
21249 CFLAGS="$CFLAGS -D__powerpc64__"
21250 LINTFLAGS="$LINTFLAGS -D__powerpc64__"
21251 fi ;;
21252 *powerpc*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
21253 printf %s "checking whether we need to define __powerpc__... " >&6; }
21254 if test ${ac_cv_cpp_def___powerpc__+y}
21255 then :
21256 printf %s "(cached) " >&6
21257 else $as_nop
21258 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21259 /* end confdefs.h. */
21260 #ifndef __powerpc__
21262 #endif
21263 _ACEOF
21264 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21265 $EGREP "yes" >/dev/null 2>&1
21266 then :
21267 ac_cv_cpp_def___powerpc__=yes
21268 else $as_nop
21269 ac_cv_cpp_def___powerpc__=no
21271 rm -rf conftest*
21274 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
21275 printf "%s\n" "$ac_cv_cpp_def___powerpc__" >&6; }
21276 if test "x$ac_cv_cpp_def___powerpc__" = xyes
21277 then :
21278 CFLAGS="$CFLAGS -D__powerpc__"
21279 LINTFLAGS="$LINTFLAGS -D__powerpc__"
21280 fi ;;
21281 *aarch64*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we need to define __aarch64__" >&5
21282 printf %s "checking whether we need to define __aarch64__... " >&6; }
21283 if test ${ac_cv_cpp_def___aarch64__+y}
21284 then :
21285 printf %s "(cached) " >&6
21286 else $as_nop
21287 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21288 /* end confdefs.h. */
21289 #ifndef __aarch64__
21291 #endif
21292 _ACEOF
21293 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21294 $EGREP "yes" >/dev/null 2>&1
21295 then :
21296 ac_cv_cpp_def___aarch64__=yes
21297 else $as_nop
21298 ac_cv_cpp_def___aarch64__=no
21300 rm -rf conftest*
21303 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___aarch64__" >&5
21304 printf "%s\n" "$ac_cv_cpp_def___aarch64__" >&6; }
21305 if test "x$ac_cv_cpp_def___aarch64__" = xyes
21306 then :
21307 CFLAGS="$CFLAGS -D__aarch64__"
21308 LINTFLAGS="$LINTFLAGS -D__aarch64__"
21309 fi ;;
21310 *arm*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we need to define __arm__" >&5
21311 printf %s "checking whether we need to define __arm__... " >&6; }
21312 if test ${ac_cv_cpp_def___arm__+y}
21313 then :
21314 printf %s "(cached) " >&6
21315 else $as_nop
21316 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21317 /* end confdefs.h. */
21318 #ifndef __arm__
21320 #endif
21321 _ACEOF
21322 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21323 $EGREP "yes" >/dev/null 2>&1
21324 then :
21325 ac_cv_cpp_def___arm__=yes
21326 else $as_nop
21327 ac_cv_cpp_def___arm__=no
21329 rm -rf conftest*
21332 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___arm__" >&5
21333 printf "%s\n" "$ac_cv_cpp_def___arm__" >&6; }
21334 if test "x$ac_cv_cpp_def___arm__" = xyes
21335 then :
21336 CFLAGS="$CFLAGS -D__arm__"
21337 LINTFLAGS="$LINTFLAGS -D__arm__"
21338 fi ;;
21339 esac
21341 case $host_vendor in
21342 *sun*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
21343 printf %s "checking whether we need to define __sun__... " >&6; }
21344 if test ${ac_cv_cpp_def___sun__+y}
21345 then :
21346 printf %s "(cached) " >&6
21347 else $as_nop
21348 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21349 /* end confdefs.h. */
21350 #ifndef __sun__
21352 #endif
21353 _ACEOF
21354 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21355 $EGREP "yes" >/dev/null 2>&1
21356 then :
21357 ac_cv_cpp_def___sun__=yes
21358 else $as_nop
21359 ac_cv_cpp_def___sun__=no
21361 rm -rf conftest*
21364 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
21365 printf "%s\n" "$ac_cv_cpp_def___sun__" >&6; }
21366 if test "x$ac_cv_cpp_def___sun__" = xyes
21367 then :
21368 CFLAGS="$CFLAGS -D__sun__"
21369 LINTFLAGS="$LINTFLAGS -D__sun__"
21370 fi ;;
21371 esac
21377 ac_config_commands="$ac_config_commands include/stamp-h"
21379 printf %s "creating Makefile rules..." >&6
21381 makedep_flags=""
21382 test "x$enable_silent_rules" = xyes && makedep_flags="$makedep_flags -S"
21384 wine_srcdir=
21385 test "$srcdir" = . || wine_srcdir="$srcdir/"
21387 ac_config_links="$ac_config_links wine:tools/winewrapper"
21388 wine_fn_config_symlink wine
21389 if test "x$enable_win64" != xno -o -n "$with_wine64"; then
21390 ac_config_links="$ac_config_links wine64:tools/winewrapper"
21391 wine_fn_config_symlink wine64
21394 wine_fn_config_makefile dlls/acledit enable_acledit
21395 wine_fn_config_makefile dlls/aclui enable_aclui
21396 wine_fn_config_makefile dlls/activeds.tlb enable_activeds_tlb
21397 wine_fn_config_makefile dlls/activeds enable_activeds
21398 wine_fn_config_makefile dlls/activeds/tests enable_tests
21399 wine_fn_config_makefile dlls/actxprxy enable_actxprxy
21400 wine_fn_config_makefile dlls/adsldp enable_adsldp
21401 wine_fn_config_makefile dlls/adsldp/tests enable_tests
21402 wine_fn_config_makefile dlls/adsldpc enable_adsldpc
21403 wine_fn_config_makefile dlls/advapi32 enable_advapi32
21404 wine_fn_config_makefile dlls/advapi32/tests enable_tests
21405 wine_fn_config_makefile dlls/advpack enable_advpack
21406 wine_fn_config_makefile dlls/advpack/tests enable_tests
21407 wine_fn_config_makefile dlls/amsi enable_amsi
21408 wine_fn_config_makefile dlls/amstream enable_amstream
21409 wine_fn_config_makefile dlls/amstream/tests enable_tests
21410 wine_fn_config_makefile dlls/api-ms-win-appmodel-identity-l1-1-0 enable_api_ms_win_appmodel_identity_l1_1_0
21411 wine_fn_config_makefile dlls/api-ms-win-appmodel-runtime-l1-1-0 enable_api_ms_win_appmodel_runtime_l1_1_0
21412 wine_fn_config_makefile dlls/api-ms-win-appmodel-runtime-l1-1-1 enable_api_ms_win_appmodel_runtime_l1_1_1
21413 wine_fn_config_makefile dlls/api-ms-win-appmodel-runtime-l1-1-2 enable_api_ms_win_appmodel_runtime_l1_1_2
21414 wine_fn_config_makefile dlls/api-ms-win-core-apiquery-l1-1-0 enable_api_ms_win_core_apiquery_l1_1_0
21415 wine_fn_config_makefile dlls/api-ms-win-core-appcompat-l1-1-1 enable_api_ms_win_core_appcompat_l1_1_1
21416 wine_fn_config_makefile dlls/api-ms-win-core-appinit-l1-1-0 enable_api_ms_win_core_appinit_l1_1_0
21417 wine_fn_config_makefile dlls/api-ms-win-core-atoms-l1-1-0 enable_api_ms_win_core_atoms_l1_1_0
21418 wine_fn_config_makefile dlls/api-ms-win-core-bem-l1-1-0 enable_api_ms_win_core_bem_l1_1_0
21419 wine_fn_config_makefile dlls/api-ms-win-core-com-l1-1-0 enable_api_ms_win_core_com_l1_1_0
21420 wine_fn_config_makefile dlls/api-ms-win-core-com-l1-1-1 enable_api_ms_win_core_com_l1_1_1
21421 wine_fn_config_makefile dlls/api-ms-win-core-com-private-l1-1-0 enable_api_ms_win_core_com_private_l1_1_0
21422 wine_fn_config_makefile dlls/api-ms-win-core-comm-l1-1-0 enable_api_ms_win_core_comm_l1_1_0
21423 wine_fn_config_makefile dlls/api-ms-win-core-console-l1-1-0 enable_api_ms_win_core_console_l1_1_0
21424 wine_fn_config_makefile dlls/api-ms-win-core-console-l1-2-0 enable_api_ms_win_core_console_l1_2_0
21425 wine_fn_config_makefile dlls/api-ms-win-core-console-l2-1-0 enable_api_ms_win_core_console_l2_1_0
21426 wine_fn_config_makefile dlls/api-ms-win-core-console-l3-2-0 enable_api_ms_win_core_console_l3_2_0
21427 wine_fn_config_makefile dlls/api-ms-win-core-crt-l1-1-0 enable_api_ms_win_core_crt_l1_1_0
21428 wine_fn_config_makefile dlls/api-ms-win-core-crt-l2-1-0 enable_api_ms_win_core_crt_l2_1_0
21429 wine_fn_config_makefile dlls/api-ms-win-core-datetime-l1-1-0 enable_api_ms_win_core_datetime_l1_1_0
21430 wine_fn_config_makefile dlls/api-ms-win-core-datetime-l1-1-1 enable_api_ms_win_core_datetime_l1_1_1
21431 wine_fn_config_makefile dlls/api-ms-win-core-debug-l1-1-0 enable_api_ms_win_core_debug_l1_1_0
21432 wine_fn_config_makefile dlls/api-ms-win-core-debug-l1-1-1 enable_api_ms_win_core_debug_l1_1_1
21433 wine_fn_config_makefile dlls/api-ms-win-core-delayload-l1-1-0 enable_api_ms_win_core_delayload_l1_1_0
21434 wine_fn_config_makefile dlls/api-ms-win-core-delayload-l1-1-1 enable_api_ms_win_core_delayload_l1_1_1
21435 wine_fn_config_makefile dlls/api-ms-win-core-errorhandling-l1-1-0 enable_api_ms_win_core_errorhandling_l1_1_0
21436 wine_fn_config_makefile dlls/api-ms-win-core-errorhandling-l1-1-1 enable_api_ms_win_core_errorhandling_l1_1_1
21437 wine_fn_config_makefile dlls/api-ms-win-core-errorhandling-l1-1-2 enable_api_ms_win_core_errorhandling_l1_1_2
21438 wine_fn_config_makefile dlls/api-ms-win-core-errorhandling-l1-1-3 enable_api_ms_win_core_errorhandling_l1_1_3
21439 wine_fn_config_makefile dlls/api-ms-win-core-featurestaging-l1-1-0 enable_api_ms_win_core_featurestaging_l1_1_0
21440 wine_fn_config_makefile dlls/api-ms-win-core-fibers-l1-1-0 enable_api_ms_win_core_fibers_l1_1_0
21441 wine_fn_config_makefile dlls/api-ms-win-core-fibers-l1-1-1 enable_api_ms_win_core_fibers_l1_1_1
21442 wine_fn_config_makefile dlls/api-ms-win-core-file-ansi-l2-1-0 enable_api_ms_win_core_file_ansi_l2_1_0
21443 wine_fn_config_makefile dlls/api-ms-win-core-file-fromapp-l1-1-0 enable_api_ms_win_core_file_fromapp_l1_1_0
21444 wine_fn_config_makefile dlls/api-ms-win-core-file-l1-1-0 enable_api_ms_win_core_file_l1_1_0
21445 wine_fn_config_makefile dlls/api-ms-win-core-file-l1-2-0 enable_api_ms_win_core_file_l1_2_0
21446 wine_fn_config_makefile dlls/api-ms-win-core-file-l1-2-1 enable_api_ms_win_core_file_l1_2_1
21447 wine_fn_config_makefile dlls/api-ms-win-core-file-l1-2-2 enable_api_ms_win_core_file_l1_2_2
21448 wine_fn_config_makefile dlls/api-ms-win-core-file-l2-1-0 enable_api_ms_win_core_file_l2_1_0
21449 wine_fn_config_makefile dlls/api-ms-win-core-file-l2-1-1 enable_api_ms_win_core_file_l2_1_1
21450 wine_fn_config_makefile dlls/api-ms-win-core-file-l2-1-2 enable_api_ms_win_core_file_l2_1_2
21451 wine_fn_config_makefile dlls/api-ms-win-core-handle-l1-1-0 enable_api_ms_win_core_handle_l1_1_0
21452 wine_fn_config_makefile dlls/api-ms-win-core-heap-l1-1-0 enable_api_ms_win_core_heap_l1_1_0
21453 wine_fn_config_makefile dlls/api-ms-win-core-heap-l1-2-0 enable_api_ms_win_core_heap_l1_2_0
21454 wine_fn_config_makefile dlls/api-ms-win-core-heap-l2-1-0 enable_api_ms_win_core_heap_l2_1_0
21455 wine_fn_config_makefile dlls/api-ms-win-core-heap-obsolete-l1-1-0 enable_api_ms_win_core_heap_obsolete_l1_1_0
21456 wine_fn_config_makefile dlls/api-ms-win-core-interlocked-l1-1-0 enable_api_ms_win_core_interlocked_l1_1_0
21457 wine_fn_config_makefile dlls/api-ms-win-core-interlocked-l1-2-0 enable_api_ms_win_core_interlocked_l1_2_0
21458 wine_fn_config_makefile dlls/api-ms-win-core-io-l1-1-0 enable_api_ms_win_core_io_l1_1_0
21459 wine_fn_config_makefile dlls/api-ms-win-core-io-l1-1-1 enable_api_ms_win_core_io_l1_1_1
21460 wine_fn_config_makefile dlls/api-ms-win-core-job-l1-1-0 enable_api_ms_win_core_job_l1_1_0
21461 wine_fn_config_makefile dlls/api-ms-win-core-job-l2-1-0 enable_api_ms_win_core_job_l2_1_0
21462 wine_fn_config_makefile dlls/api-ms-win-core-kernel32-legacy-l1-1-0 enable_api_ms_win_core_kernel32_legacy_l1_1_0
21463 wine_fn_config_makefile dlls/api-ms-win-core-kernel32-legacy-l1-1-1 enable_api_ms_win_core_kernel32_legacy_l1_1_1
21464 wine_fn_config_makefile dlls/api-ms-win-core-kernel32-legacy-l1-1-2 enable_api_ms_win_core_kernel32_legacy_l1_1_2
21465 wine_fn_config_makefile dlls/api-ms-win-core-kernel32-legacy-l1-1-5 enable_api_ms_win_core_kernel32_legacy_l1_1_5
21466 wine_fn_config_makefile dlls/api-ms-win-core-kernel32-private-l1-1-1 enable_api_ms_win_core_kernel32_private_l1_1_1
21467 wine_fn_config_makefile dlls/api-ms-win-core-largeinteger-l1-1-0 enable_api_ms_win_core_largeinteger_l1_1_0
21468 wine_fn_config_makefile dlls/api-ms-win-core-libraryloader-l1-1-0 enable_api_ms_win_core_libraryloader_l1_1_0
21469 wine_fn_config_makefile dlls/api-ms-win-core-libraryloader-l1-1-1 enable_api_ms_win_core_libraryloader_l1_1_1
21470 wine_fn_config_makefile dlls/api-ms-win-core-libraryloader-l1-2-0 enable_api_ms_win_core_libraryloader_l1_2_0
21471 wine_fn_config_makefile dlls/api-ms-win-core-libraryloader-l1-2-1 enable_api_ms_win_core_libraryloader_l1_2_1
21472 wine_fn_config_makefile dlls/api-ms-win-core-libraryloader-l1-2-2 enable_api_ms_win_core_libraryloader_l1_2_2
21473 wine_fn_config_makefile dlls/api-ms-win-core-libraryloader-l2-1-0 enable_api_ms_win_core_libraryloader_l2_1_0
21474 wine_fn_config_makefile dlls/api-ms-win-core-localization-l1-1-0 enable_api_ms_win_core_localization_l1_1_0
21475 wine_fn_config_makefile dlls/api-ms-win-core-localization-l1-2-0 enable_api_ms_win_core_localization_l1_2_0
21476 wine_fn_config_makefile dlls/api-ms-win-core-localization-l1-2-1 enable_api_ms_win_core_localization_l1_2_1
21477 wine_fn_config_makefile dlls/api-ms-win-core-localization-l1-2-2 enable_api_ms_win_core_localization_l1_2_2
21478 wine_fn_config_makefile dlls/api-ms-win-core-localization-l2-1-0 enable_api_ms_win_core_localization_l2_1_0
21479 wine_fn_config_makefile dlls/api-ms-win-core-localization-obsolete-l1-1-0 enable_api_ms_win_core_localization_obsolete_l1_1_0
21480 wine_fn_config_makefile dlls/api-ms-win-core-localization-obsolete-l1-2-0 enable_api_ms_win_core_localization_obsolete_l1_2_0
21481 wine_fn_config_makefile dlls/api-ms-win-core-localization-obsolete-l1-3-0 enable_api_ms_win_core_localization_obsolete_l1_3_0
21482 wine_fn_config_makefile dlls/api-ms-win-core-localization-private-l1-1-0 enable_api_ms_win_core_localization_private_l1_1_0
21483 wine_fn_config_makefile dlls/api-ms-win-core-localregistry-l1-1-0 enable_api_ms_win_core_localregistry_l1_1_0
21484 wine_fn_config_makefile dlls/api-ms-win-core-memory-l1-1-0 enable_api_ms_win_core_memory_l1_1_0
21485 wine_fn_config_makefile dlls/api-ms-win-core-memory-l1-1-1 enable_api_ms_win_core_memory_l1_1_1
21486 wine_fn_config_makefile dlls/api-ms-win-core-memory-l1-1-2 enable_api_ms_win_core_memory_l1_1_2
21487 wine_fn_config_makefile dlls/api-ms-win-core-memory-l1-1-3 enable_api_ms_win_core_memory_l1_1_3
21488 wine_fn_config_makefile dlls/api-ms-win-core-memory-l1-1-4 enable_api_ms_win_core_memory_l1_1_4
21489 wine_fn_config_makefile dlls/api-ms-win-core-misc-l1-1-0 enable_api_ms_win_core_misc_l1_1_0
21490 wine_fn_config_makefile dlls/api-ms-win-core-namedpipe-ansi-l1-1-0 enable_api_ms_win_core_namedpipe_ansi_l1_1_0
21491 wine_fn_config_makefile dlls/api-ms-win-core-namedpipe-l1-1-0 enable_api_ms_win_core_namedpipe_l1_1_0
21492 wine_fn_config_makefile dlls/api-ms-win-core-namedpipe-l1-2-0 enable_api_ms_win_core_namedpipe_l1_2_0
21493 wine_fn_config_makefile dlls/api-ms-win-core-namespace-l1-1-0 enable_api_ms_win_core_namespace_l1_1_0
21494 wine_fn_config_makefile dlls/api-ms-win-core-normalization-l1-1-0 enable_api_ms_win_core_normalization_l1_1_0
21495 wine_fn_config_makefile dlls/api-ms-win-core-path-l1-1-0 enable_api_ms_win_core_path_l1_1_0
21496 wine_fn_config_makefile dlls/api-ms-win-core-privateprofile-l1-1-1 enable_api_ms_win_core_privateprofile_l1_1_1
21497 wine_fn_config_makefile dlls/api-ms-win-core-processenvironment-l1-1-0 enable_api_ms_win_core_processenvironment_l1_1_0
21498 wine_fn_config_makefile dlls/api-ms-win-core-processenvironment-l1-2-0 enable_api_ms_win_core_processenvironment_l1_2_0
21499 wine_fn_config_makefile dlls/api-ms-win-core-processthreads-l1-1-0 enable_api_ms_win_core_processthreads_l1_1_0
21500 wine_fn_config_makefile dlls/api-ms-win-core-processthreads-l1-1-1 enable_api_ms_win_core_processthreads_l1_1_1
21501 wine_fn_config_makefile dlls/api-ms-win-core-processthreads-l1-1-2 enable_api_ms_win_core_processthreads_l1_1_2
21502 wine_fn_config_makefile dlls/api-ms-win-core-processthreads-l1-1-3 enable_api_ms_win_core_processthreads_l1_1_3
21503 wine_fn_config_makefile dlls/api-ms-win-core-processtopology-l1-1-0 enable_api_ms_win_core_processtopology_l1_1_0
21504 wine_fn_config_makefile dlls/api-ms-win-core-processtopology-obsolete-l1-1-0 enable_api_ms_win_core_processtopology_obsolete_l1_1_0
21505 wine_fn_config_makefile dlls/api-ms-win-core-profile-l1-1-0 enable_api_ms_win_core_profile_l1_1_0
21506 wine_fn_config_makefile dlls/api-ms-win-core-psapi-ansi-l1-1-0 enable_api_ms_win_core_psapi_ansi_l1_1_0
21507 wine_fn_config_makefile dlls/api-ms-win-core-psapi-l1-1-0 enable_api_ms_win_core_psapi_l1_1_0
21508 wine_fn_config_makefile dlls/api-ms-win-core-psapi-obsolete-l1-1-0 enable_api_ms_win_core_psapi_obsolete_l1_1_0
21509 wine_fn_config_makefile dlls/api-ms-win-core-psm-appnotify-l1-1-0 enable_api_ms_win_core_psm_appnotify_l1_1_0
21510 wine_fn_config_makefile dlls/api-ms-win-core-quirks-l1-1-0 enable_api_ms_win_core_quirks_l1_1_0
21511 wine_fn_config_makefile dlls/api-ms-win-core-realtime-l1-1-0 enable_api_ms_win_core_realtime_l1_1_0
21512 wine_fn_config_makefile dlls/api-ms-win-core-realtime-l1-1-1 enable_api_ms_win_core_realtime_l1_1_1
21513 wine_fn_config_makefile dlls/api-ms-win-core-registry-l1-1-0 enable_api_ms_win_core_registry_l1_1_0
21514 wine_fn_config_makefile dlls/api-ms-win-core-registry-l2-1-0 enable_api_ms_win_core_registry_l2_1_0
21515 wine_fn_config_makefile dlls/api-ms-win-core-registry-l2-2-0 enable_api_ms_win_core_registry_l2_2_0
21516 wine_fn_config_makefile dlls/api-ms-win-core-registryuserspecific-l1-1-0 enable_api_ms_win_core_registryuserspecific_l1_1_0
21517 wine_fn_config_makefile dlls/api-ms-win-core-rtlsupport-l1-1-0 enable_api_ms_win_core_rtlsupport_l1_1_0
21518 wine_fn_config_makefile dlls/api-ms-win-core-rtlsupport-l1-2-0 enable_api_ms_win_core_rtlsupport_l1_2_0
21519 wine_fn_config_makefile dlls/api-ms-win-core-shlwapi-legacy-l1-1-0 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
21520 wine_fn_config_makefile dlls/api-ms-win-core-shlwapi-obsolete-l1-1-0 enable_api_ms_win_core_shlwapi_obsolete_l1_1_0
21521 wine_fn_config_makefile dlls/api-ms-win-core-shlwapi-obsolete-l1-2-0 enable_api_ms_win_core_shlwapi_obsolete_l1_2_0
21522 wine_fn_config_makefile dlls/api-ms-win-core-shutdown-l1-1-0 enable_api_ms_win_core_shutdown_l1_1_0
21523 wine_fn_config_makefile dlls/api-ms-win-core-sidebyside-l1-1-0 enable_api_ms_win_core_sidebyside_l1_1_0
21524 wine_fn_config_makefile dlls/api-ms-win-core-string-l1-1-0 enable_api_ms_win_core_string_l1_1_0
21525 wine_fn_config_makefile dlls/api-ms-win-core-string-l2-1-0 enable_api_ms_win_core_string_l2_1_0
21526 wine_fn_config_makefile dlls/api-ms-win-core-string-obsolete-l1-1-0 enable_api_ms_win_core_string_obsolete_l1_1_0
21527 wine_fn_config_makefile dlls/api-ms-win-core-stringansi-l1-1-0 enable_api_ms_win_core_stringansi_l1_1_0
21528 wine_fn_config_makefile dlls/api-ms-win-core-stringloader-l1-1-1 enable_api_ms_win_core_stringloader_l1_1_1
21529 wine_fn_config_makefile dlls/api-ms-win-core-synch-ansi-l1-1-0 enable_api_ms_win_core_synch_ansi_l1_1_0
21530 wine_fn_config_makefile dlls/api-ms-win-core-synch-l1-1-0 enable_api_ms_win_core_synch_l1_1_0
21531 wine_fn_config_makefile dlls/api-ms-win-core-synch-l1-2-0 enable_api_ms_win_core_synch_l1_2_0
21532 wine_fn_config_makefile dlls/api-ms-win-core-synch-l1-2-1 enable_api_ms_win_core_synch_l1_2_1
21533 wine_fn_config_makefile dlls/api-ms-win-core-sysinfo-l1-1-0 enable_api_ms_win_core_sysinfo_l1_1_0
21534 wine_fn_config_makefile dlls/api-ms-win-core-sysinfo-l1-2-0 enable_api_ms_win_core_sysinfo_l1_2_0
21535 wine_fn_config_makefile dlls/api-ms-win-core-sysinfo-l1-2-1 enable_api_ms_win_core_sysinfo_l1_2_1
21536 wine_fn_config_makefile dlls/api-ms-win-core-systemtopology-l1-1-0 enable_api_ms_win_core_systemtopology_l1_1_0
21537 wine_fn_config_makefile dlls/api-ms-win-core-threadpool-l1-1-0 enable_api_ms_win_core_threadpool_l1_1_0
21538 wine_fn_config_makefile dlls/api-ms-win-core-threadpool-l1-2-0 enable_api_ms_win_core_threadpool_l1_2_0
21539 wine_fn_config_makefile dlls/api-ms-win-core-threadpool-legacy-l1-1-0 enable_api_ms_win_core_threadpool_legacy_l1_1_0
21540 wine_fn_config_makefile dlls/api-ms-win-core-threadpool-private-l1-1-0 enable_api_ms_win_core_threadpool_private_l1_1_0
21541 wine_fn_config_makefile dlls/api-ms-win-core-timezone-l1-1-0 enable_api_ms_win_core_timezone_l1_1_0
21542 wine_fn_config_makefile dlls/api-ms-win-core-toolhelp-l1-1-0 enable_api_ms_win_core_toolhelp_l1_1_0
21543 wine_fn_config_makefile dlls/api-ms-win-core-url-l1-1-0 enable_api_ms_win_core_url_l1_1_0
21544 wine_fn_config_makefile dlls/api-ms-win-core-util-l1-1-0 enable_api_ms_win_core_util_l1_1_0
21545 wine_fn_config_makefile dlls/api-ms-win-core-version-l1-1-0 enable_api_ms_win_core_version_l1_1_0
21546 wine_fn_config_makefile dlls/api-ms-win-core-version-l1-1-1 enable_api_ms_win_core_version_l1_1_1
21547 wine_fn_config_makefile dlls/api-ms-win-core-version-private-l1-1-0 enable_api_ms_win_core_version_private_l1_1_0
21548 wine_fn_config_makefile dlls/api-ms-win-core-versionansi-l1-1-0 enable_api_ms_win_core_versionansi_l1_1_0
21549 wine_fn_config_makefile dlls/api-ms-win-core-windowserrorreporting-l1-1-0 enable_api_ms_win_core_windowserrorreporting_l1_1_0
21550 wine_fn_config_makefile dlls/api-ms-win-core-windowserrorreporting-l1-1-1 enable_api_ms_win_core_windowserrorreporting_l1_1_1
21551 wine_fn_config_makefile dlls/api-ms-win-core-winrt-error-l1-1-0 enable_api_ms_win_core_winrt_error_l1_1_0
21552 wine_fn_config_makefile dlls/api-ms-win-core-winrt-error-l1-1-1 enable_api_ms_win_core_winrt_error_l1_1_1
21553 wine_fn_config_makefile dlls/api-ms-win-core-winrt-errorprivate-l1-1-1 enable_api_ms_win_core_winrt_errorprivate_l1_1_1
21554 wine_fn_config_makefile dlls/api-ms-win-core-winrt-l1-1-0 enable_api_ms_win_core_winrt_l1_1_0
21555 wine_fn_config_makefile dlls/api-ms-win-core-winrt-registration-l1-1-0 enable_api_ms_win_core_winrt_registration_l1_1_0
21556 wine_fn_config_makefile dlls/api-ms-win-core-winrt-roparameterizediid-l1-1-0 enable_api_ms_win_core_winrt_roparameterizediid_l1_1_0
21557 wine_fn_config_makefile dlls/api-ms-win-core-winrt-string-l1-1-0 enable_api_ms_win_core_winrt_string_l1_1_0
21558 wine_fn_config_makefile dlls/api-ms-win-core-winrt-string-l1-1-1 enable_api_ms_win_core_winrt_string_l1_1_1
21559 wine_fn_config_makefile dlls/api-ms-win-core-wow64-l1-1-0 enable_api_ms_win_core_wow64_l1_1_0
21560 wine_fn_config_makefile dlls/api-ms-win-core-wow64-l1-1-1 enable_api_ms_win_core_wow64_l1_1_1
21561 wine_fn_config_makefile dlls/api-ms-win-core-xstate-l1-1-0 enable_api_ms_win_core_xstate_l1_1_0
21562 wine_fn_config_makefile dlls/api-ms-win-core-xstate-l2-1-0 enable_api_ms_win_core_xstate_l2_1_0
21563 wine_fn_config_makefile dlls/api-ms-win-crt-conio-l1-1-0 enable_api_ms_win_crt_conio_l1_1_0
21564 wine_fn_config_makefile dlls/api-ms-win-crt-convert-l1-1-0 enable_api_ms_win_crt_convert_l1_1_0
21565 wine_fn_config_makefile dlls/api-ms-win-crt-environment-l1-1-0 enable_api_ms_win_crt_environment_l1_1_0
21566 wine_fn_config_makefile dlls/api-ms-win-crt-filesystem-l1-1-0 enable_api_ms_win_crt_filesystem_l1_1_0
21567 wine_fn_config_makefile dlls/api-ms-win-crt-heap-l1-1-0 enable_api_ms_win_crt_heap_l1_1_0
21568 wine_fn_config_makefile dlls/api-ms-win-crt-locale-l1-1-0 enable_api_ms_win_crt_locale_l1_1_0
21569 wine_fn_config_makefile dlls/api-ms-win-crt-math-l1-1-0 enable_api_ms_win_crt_math_l1_1_0
21570 wine_fn_config_makefile dlls/api-ms-win-crt-multibyte-l1-1-0 enable_api_ms_win_crt_multibyte_l1_1_0
21571 wine_fn_config_makefile dlls/api-ms-win-crt-private-l1-1-0 enable_api_ms_win_crt_private_l1_1_0
21572 wine_fn_config_makefile dlls/api-ms-win-crt-process-l1-1-0 enable_api_ms_win_crt_process_l1_1_0
21573 wine_fn_config_makefile dlls/api-ms-win-crt-runtime-l1-1-0 enable_api_ms_win_crt_runtime_l1_1_0
21574 wine_fn_config_makefile dlls/api-ms-win-crt-stdio-l1-1-0 enable_api_ms_win_crt_stdio_l1_1_0
21575 wine_fn_config_makefile dlls/api-ms-win-crt-string-l1-1-0 enable_api_ms_win_crt_string_l1_1_0
21576 wine_fn_config_makefile dlls/api-ms-win-crt-time-l1-1-0 enable_api_ms_win_crt_time_l1_1_0
21577 wine_fn_config_makefile dlls/api-ms-win-crt-utility-l1-1-0 enable_api_ms_win_crt_utility_l1_1_0
21578 wine_fn_config_makefile dlls/api-ms-win-devices-config-l1-1-0 enable_api_ms_win_devices_config_l1_1_0
21579 wine_fn_config_makefile dlls/api-ms-win-devices-config-l1-1-1 enable_api_ms_win_devices_config_l1_1_1
21580 wine_fn_config_makefile dlls/api-ms-win-devices-query-l1-1-1 enable_api_ms_win_devices_query_l1_1_1
21581 wine_fn_config_makefile dlls/api-ms-win-downlevel-advapi32-l1-1-0 enable_api_ms_win_downlevel_advapi32_l1_1_0
21582 wine_fn_config_makefile dlls/api-ms-win-downlevel-advapi32-l2-1-0 enable_api_ms_win_downlevel_advapi32_l2_1_0
21583 wine_fn_config_makefile dlls/api-ms-win-downlevel-kernel32-l2-1-0 enable_api_ms_win_downlevel_kernel32_l2_1_0
21584 wine_fn_config_makefile dlls/api-ms-win-downlevel-normaliz-l1-1-0 enable_api_ms_win_downlevel_normaliz_l1_1_0
21585 wine_fn_config_makefile dlls/api-ms-win-downlevel-ole32-l1-1-0 enable_api_ms_win_downlevel_ole32_l1_1_0
21586 wine_fn_config_makefile dlls/api-ms-win-downlevel-shell32-l1-1-0 enable_api_ms_win_downlevel_shell32_l1_1_0
21587 wine_fn_config_makefile dlls/api-ms-win-downlevel-shlwapi-l1-1-0 enable_api_ms_win_downlevel_shlwapi_l1_1_0
21588 wine_fn_config_makefile dlls/api-ms-win-downlevel-shlwapi-l2-1-0 enable_api_ms_win_downlevel_shlwapi_l2_1_0
21589 wine_fn_config_makefile dlls/api-ms-win-downlevel-user32-l1-1-0 enable_api_ms_win_downlevel_user32_l1_1_0
21590 wine_fn_config_makefile dlls/api-ms-win-downlevel-version-l1-1-0 enable_api_ms_win_downlevel_version_l1_1_0
21591 wine_fn_config_makefile dlls/api-ms-win-dx-d3dkmt-l1-1-0 enable_api_ms_win_dx_d3dkmt_l1_1_0
21592 wine_fn_config_makefile dlls/api-ms-win-eventing-classicprovider-l1-1-0 enable_api_ms_win_eventing_classicprovider_l1_1_0
21593 wine_fn_config_makefile dlls/api-ms-win-eventing-consumer-l1-1-0 enable_api_ms_win_eventing_consumer_l1_1_0
21594 wine_fn_config_makefile dlls/api-ms-win-eventing-controller-l1-1-0 enable_api_ms_win_eventing_controller_l1_1_0
21595 wine_fn_config_makefile dlls/api-ms-win-eventing-legacy-l1-1-0 enable_api_ms_win_eventing_legacy_l1_1_0
21596 wine_fn_config_makefile dlls/api-ms-win-eventing-provider-l1-1-0 enable_api_ms_win_eventing_provider_l1_1_0
21597 wine_fn_config_makefile dlls/api-ms-win-eventlog-legacy-l1-1-0 enable_api_ms_win_eventlog_legacy_l1_1_0
21598 wine_fn_config_makefile dlls/api-ms-win-gaming-tcui-l1-1-0 enable_api_ms_win_gaming_tcui_l1_1_0
21599 wine_fn_config_makefile dlls/api-ms-win-gdi-dpiinfo-l1-1-0 enable_api_ms_win_gdi_dpiinfo_l1_1_0
21600 wine_fn_config_makefile dlls/api-ms-win-mm-joystick-l1-1-0 enable_api_ms_win_mm_joystick_l1_1_0
21601 wine_fn_config_makefile dlls/api-ms-win-mm-misc-l1-1-1 enable_api_ms_win_mm_misc_l1_1_1
21602 wine_fn_config_makefile dlls/api-ms-win-mm-mme-l1-1-0 enable_api_ms_win_mm_mme_l1_1_0
21603 wine_fn_config_makefile dlls/api-ms-win-mm-time-l1-1-0 enable_api_ms_win_mm_time_l1_1_0
21604 wine_fn_config_makefile dlls/api-ms-win-ntuser-dc-access-l1-1-0 enable_api_ms_win_ntuser_dc_access_l1_1_0
21605 wine_fn_config_makefile dlls/api-ms-win-ntuser-rectangle-l1-1-0 enable_api_ms_win_ntuser_rectangle_l1_1_0
21606 wine_fn_config_makefile dlls/api-ms-win-ntuser-sysparams-l1-1-0 enable_api_ms_win_ntuser_sysparams_l1_1_0
21607 wine_fn_config_makefile dlls/api-ms-win-perf-legacy-l1-1-0 enable_api_ms_win_perf_legacy_l1_1_0
21608 wine_fn_config_makefile dlls/api-ms-win-power-base-l1-1-0 enable_api_ms_win_power_base_l1_1_0
21609 wine_fn_config_makefile dlls/api-ms-win-power-setting-l1-1-0 enable_api_ms_win_power_setting_l1_1_0
21610 wine_fn_config_makefile dlls/api-ms-win-rtcore-ntuser-draw-l1-1-0 enable_api_ms_win_rtcore_ntuser_draw_l1_1_0
21611 wine_fn_config_makefile dlls/api-ms-win-rtcore-ntuser-private-l1-1-0 enable_api_ms_win_rtcore_ntuser_private_l1_1_0
21612 wine_fn_config_makefile dlls/api-ms-win-rtcore-ntuser-private-l1-1-4 enable_api_ms_win_rtcore_ntuser_private_l1_1_4
21613 wine_fn_config_makefile dlls/api-ms-win-rtcore-ntuser-window-l1-1-0 enable_api_ms_win_rtcore_ntuser_window_l1_1_0
21614 wine_fn_config_makefile dlls/api-ms-win-rtcore-ntuser-winevent-l1-1-0 enable_api_ms_win_rtcore_ntuser_winevent_l1_1_0
21615 wine_fn_config_makefile dlls/api-ms-win-rtcore-ntuser-wmpointer-l1-1-0 enable_api_ms_win_rtcore_ntuser_wmpointer_l1_1_0
21616 wine_fn_config_makefile dlls/api-ms-win-rtcore-ntuser-wmpointer-l1-1-3 enable_api_ms_win_rtcore_ntuser_wmpointer_l1_1_3
21617 wine_fn_config_makefile dlls/api-ms-win-security-activedirectoryclient-l1-1-0 enable_api_ms_win_security_activedirectoryclient_l1_1_0
21618 wine_fn_config_makefile dlls/api-ms-win-security-audit-l1-1-1 enable_api_ms_win_security_audit_l1_1_1
21619 wine_fn_config_makefile dlls/api-ms-win-security-base-l1-1-0 enable_api_ms_win_security_base_l1_1_0
21620 wine_fn_config_makefile dlls/api-ms-win-security-base-l1-2-0 enable_api_ms_win_security_base_l1_2_0
21621 wine_fn_config_makefile dlls/api-ms-win-security-base-private-l1-1-1 enable_api_ms_win_security_base_private_l1_1_1
21622 wine_fn_config_makefile dlls/api-ms-win-security-credentials-l1-1-0 enable_api_ms_win_security_credentials_l1_1_0
21623 wine_fn_config_makefile dlls/api-ms-win-security-cryptoapi-l1-1-0 enable_api_ms_win_security_cryptoapi_l1_1_0
21624 wine_fn_config_makefile dlls/api-ms-win-security-grouppolicy-l1-1-0 enable_api_ms_win_security_grouppolicy_l1_1_0
21625 wine_fn_config_makefile dlls/api-ms-win-security-lsalookup-l1-1-0 enable_api_ms_win_security_lsalookup_l1_1_0
21626 wine_fn_config_makefile dlls/api-ms-win-security-lsalookup-l1-1-1 enable_api_ms_win_security_lsalookup_l1_1_1
21627 wine_fn_config_makefile dlls/api-ms-win-security-lsalookup-l2-1-0 enable_api_ms_win_security_lsalookup_l2_1_0
21628 wine_fn_config_makefile dlls/api-ms-win-security-lsalookup-l2-1-1 enable_api_ms_win_security_lsalookup_l2_1_1
21629 wine_fn_config_makefile dlls/api-ms-win-security-lsapolicy-l1-1-0 enable_api_ms_win_security_lsapolicy_l1_1_0
21630 wine_fn_config_makefile dlls/api-ms-win-security-provider-l1-1-0 enable_api_ms_win_security_provider_l1_1_0
21631 wine_fn_config_makefile dlls/api-ms-win-security-sddl-l1-1-0 enable_api_ms_win_security_sddl_l1_1_0
21632 wine_fn_config_makefile dlls/api-ms-win-security-systemfunctions-l1-1-0 enable_api_ms_win_security_systemfunctions_l1_1_0
21633 wine_fn_config_makefile dlls/api-ms-win-service-core-l1-1-0 enable_api_ms_win_service_core_l1_1_0
21634 wine_fn_config_makefile dlls/api-ms-win-service-core-l1-1-1 enable_api_ms_win_service_core_l1_1_1
21635 wine_fn_config_makefile dlls/api-ms-win-service-management-l1-1-0 enable_api_ms_win_service_management_l1_1_0
21636 wine_fn_config_makefile dlls/api-ms-win-service-management-l2-1-0 enable_api_ms_win_service_management_l2_1_0
21637 wine_fn_config_makefile dlls/api-ms-win-service-private-l1-1-1 enable_api_ms_win_service_private_l1_1_1
21638 wine_fn_config_makefile dlls/api-ms-win-service-winsvc-l1-1-0 enable_api_ms_win_service_winsvc_l1_1_0
21639 wine_fn_config_makefile dlls/api-ms-win-service-winsvc-l1-2-0 enable_api_ms_win_service_winsvc_l1_2_0
21640 wine_fn_config_makefile dlls/api-ms-win-shcore-obsolete-l1-1-0 enable_api_ms_win_shcore_obsolete_l1_1_0
21641 wine_fn_config_makefile dlls/api-ms-win-shcore-scaling-l1-1-0 enable_api_ms_win_shcore_scaling_l1_1_0
21642 wine_fn_config_makefile dlls/api-ms-win-shcore-scaling-l1-1-1 enable_api_ms_win_shcore_scaling_l1_1_1
21643 wine_fn_config_makefile dlls/api-ms-win-shcore-stream-l1-1-0 enable_api_ms_win_shcore_stream_l1_1_0
21644 wine_fn_config_makefile dlls/api-ms-win-shcore-stream-winrt-l1-1-0 enable_api_ms_win_shcore_stream_winrt_l1_1_0
21645 wine_fn_config_makefile dlls/api-ms-win-shcore-thread-l1-1-0 enable_api_ms_win_shcore_thread_l1_1_0
21646 wine_fn_config_makefile dlls/api-ms-win-shell-shellcom-l1-1-0 enable_api_ms_win_shell_shellcom_l1_1_0
21647 wine_fn_config_makefile dlls/api-ms-win-shell-shellfolders-l1-1-0 enable_api_ms_win_shell_shellfolders_l1_1_0
21648 wine_fn_config_makefile dlls/apphelp enable_apphelp
21649 wine_fn_config_makefile dlls/apphelp/tests enable_tests
21650 wine_fn_config_makefile dlls/appwiz.cpl enable_appwiz_cpl
21651 wine_fn_config_makefile dlls/atl enable_atl
21652 wine_fn_config_makefile dlls/atl/tests enable_tests
21653 wine_fn_config_makefile dlls/atl100 enable_atl100
21654 wine_fn_config_makefile dlls/atl100/tests enable_tests
21655 wine_fn_config_makefile dlls/atl110 enable_atl110
21656 wine_fn_config_makefile dlls/atl80 enable_atl80
21657 wine_fn_config_makefile dlls/atl80/tests enable_tests
21658 wine_fn_config_makefile dlls/atl90 enable_atl90
21659 wine_fn_config_makefile dlls/atlthunk enable_atlthunk
21660 wine_fn_config_makefile dlls/atlthunk/tests enable_tests
21661 wine_fn_config_makefile dlls/atmlib enable_atmlib
21662 wine_fn_config_makefile dlls/authz enable_authz
21663 wine_fn_config_makefile dlls/avicap32 enable_avicap32
21664 wine_fn_config_makefile dlls/avifil32 enable_avifil32
21665 wine_fn_config_makefile dlls/avifil32/tests enable_tests
21666 wine_fn_config_makefile dlls/avifile.dll16 enable_win16
21667 wine_fn_config_makefile dlls/avrt enable_avrt
21668 wine_fn_config_makefile dlls/bcrypt enable_bcrypt
21669 wine_fn_config_makefile dlls/bcrypt/tests enable_tests
21670 wine_fn_config_makefile dlls/bluetoothapis enable_bluetoothapis
21671 wine_fn_config_makefile dlls/browseui enable_browseui
21672 wine_fn_config_makefile dlls/browseui/tests enable_tests
21673 wine_fn_config_makefile dlls/bthprops.cpl enable_bthprops_cpl
21674 wine_fn_config_makefile dlls/cabinet enable_cabinet
21675 wine_fn_config_makefile dlls/cabinet/tests enable_tests
21676 wine_fn_config_makefile dlls/capi2032 enable_capi2032
21677 wine_fn_config_makefile dlls/cards enable_cards
21678 wine_fn_config_makefile dlls/cdosys enable_cdosys
21679 wine_fn_config_makefile dlls/cfgmgr32 enable_cfgmgr32
21680 wine_fn_config_makefile dlls/clusapi enable_clusapi
21681 wine_fn_config_makefile dlls/cng.sys enable_cng_sys
21682 wine_fn_config_makefile dlls/combase enable_combase
21683 wine_fn_config_makefile dlls/combase/tests enable_tests
21684 wine_fn_config_makefile dlls/comcat enable_comcat
21685 wine_fn_config_makefile dlls/comcat/tests enable_tests
21686 wine_fn_config_makefile dlls/comctl32 enable_comctl32
21687 wine_fn_config_makefile dlls/comctl32/tests enable_tests
21688 wine_fn_config_makefile dlls/comdlg32 enable_comdlg32
21689 wine_fn_config_makefile dlls/comdlg32/tests enable_tests
21690 wine_fn_config_makefile dlls/comm.drv16 enable_win16
21691 wine_fn_config_makefile dlls/commdlg.dll16 enable_win16
21692 wine_fn_config_makefile dlls/compobj.dll16 enable_win16
21693 wine_fn_config_makefile dlls/compstui enable_compstui
21694 wine_fn_config_makefile dlls/comsvcs enable_comsvcs
21695 wine_fn_config_makefile dlls/comsvcs/tests enable_tests
21696 wine_fn_config_makefile dlls/concrt140 enable_concrt140
21697 wine_fn_config_makefile dlls/concrt140/tests enable_tests
21698 wine_fn_config_makefile dlls/connect enable_connect
21699 wine_fn_config_makefile dlls/credui enable_credui
21700 wine_fn_config_makefile dlls/credui/tests enable_tests
21701 wine_fn_config_makefile dlls/crtdll enable_crtdll
21702 wine_fn_config_makefile dlls/crypt32 enable_crypt32
21703 wine_fn_config_makefile dlls/crypt32/tests enable_tests
21704 wine_fn_config_makefile dlls/cryptdlg enable_cryptdlg
21705 wine_fn_config_makefile dlls/cryptdll enable_cryptdll
21706 wine_fn_config_makefile dlls/cryptext enable_cryptext
21707 wine_fn_config_makefile dlls/cryptnet enable_cryptnet
21708 wine_fn_config_makefile dlls/cryptnet/tests enable_tests
21709 wine_fn_config_makefile dlls/cryptsp enable_cryptsp
21710 wine_fn_config_makefile dlls/cryptui enable_cryptui
21711 wine_fn_config_makefile dlls/cryptui/tests enable_tests
21712 wine_fn_config_makefile dlls/ctapi32 enable_ctapi32
21713 wine_fn_config_makefile dlls/ctl3d.dll16 enable_win16
21714 wine_fn_config_makefile dlls/ctl3d32 enable_ctl3d32
21715 wine_fn_config_makefile dlls/ctl3dv2.dll16 enable_win16
21716 wine_fn_config_makefile dlls/d2d1 enable_d2d1
21717 wine_fn_config_makefile dlls/d2d1/tests enable_tests
21718 wine_fn_config_makefile dlls/d3d10 enable_d3d10
21719 wine_fn_config_makefile dlls/d3d10/tests enable_tests
21720 wine_fn_config_makefile dlls/d3d10_1 enable_d3d10_1
21721 wine_fn_config_makefile dlls/d3d10_1/tests enable_tests
21722 wine_fn_config_makefile dlls/d3d10core enable_d3d10core
21723 wine_fn_config_makefile dlls/d3d10core/tests enable_tests
21724 wine_fn_config_makefile dlls/d3d11 enable_d3d11
21725 wine_fn_config_makefile dlls/d3d11/tests enable_tests
21726 wine_fn_config_makefile dlls/d3d12 enable_d3d12
21727 wine_fn_config_makefile dlls/d3d12/tests enable_tests
21728 wine_fn_config_makefile dlls/d3d8 enable_d3d8
21729 wine_fn_config_makefile dlls/d3d8/tests enable_tests
21730 wine_fn_config_makefile dlls/d3d8thk enable_d3d8thk
21731 wine_fn_config_makefile dlls/d3d9 enable_d3d9
21732 wine_fn_config_makefile dlls/d3d9/tests enable_tests
21733 wine_fn_config_makefile dlls/d3dcompiler_33 enable_d3dcompiler_33
21734 wine_fn_config_makefile dlls/d3dcompiler_34 enable_d3dcompiler_34
21735 wine_fn_config_makefile dlls/d3dcompiler_35 enable_d3dcompiler_35
21736 wine_fn_config_makefile dlls/d3dcompiler_36 enable_d3dcompiler_36
21737 wine_fn_config_makefile dlls/d3dcompiler_37 enable_d3dcompiler_37
21738 wine_fn_config_makefile dlls/d3dcompiler_38 enable_d3dcompiler_38
21739 wine_fn_config_makefile dlls/d3dcompiler_39 enable_d3dcompiler_39
21740 wine_fn_config_makefile dlls/d3dcompiler_40 enable_d3dcompiler_40
21741 wine_fn_config_makefile dlls/d3dcompiler_41 enable_d3dcompiler_41
21742 wine_fn_config_makefile dlls/d3dcompiler_42 enable_d3dcompiler_42
21743 wine_fn_config_makefile dlls/d3dcompiler_43 enable_d3dcompiler_43
21744 wine_fn_config_makefile dlls/d3dcompiler_43/tests enable_tests
21745 wine_fn_config_makefile dlls/d3dcompiler_46 enable_d3dcompiler_46
21746 wine_fn_config_makefile dlls/d3dcompiler_46/tests enable_tests
21747 wine_fn_config_makefile dlls/d3dcompiler_47 enable_d3dcompiler_47
21748 wine_fn_config_makefile dlls/d3dcompiler_47/tests enable_tests
21749 wine_fn_config_makefile dlls/d3dim enable_d3dim
21750 wine_fn_config_makefile dlls/d3dim700 enable_d3dim700
21751 wine_fn_config_makefile dlls/d3drm enable_d3drm
21752 wine_fn_config_makefile dlls/d3drm/tests enable_tests
21753 wine_fn_config_makefile dlls/d3dx10_33 enable_d3dx10_33
21754 wine_fn_config_makefile dlls/d3dx10_34 enable_d3dx10_34
21755 wine_fn_config_makefile dlls/d3dx10_34/tests enable_tests
21756 wine_fn_config_makefile dlls/d3dx10_35 enable_d3dx10_35
21757 wine_fn_config_makefile dlls/d3dx10_35/tests enable_tests
21758 wine_fn_config_makefile dlls/d3dx10_36 enable_d3dx10_36
21759 wine_fn_config_makefile dlls/d3dx10_36/tests enable_tests
21760 wine_fn_config_makefile dlls/d3dx10_37 enable_d3dx10_37
21761 wine_fn_config_makefile dlls/d3dx10_37/tests enable_tests
21762 wine_fn_config_makefile dlls/d3dx10_38 enable_d3dx10_38
21763 wine_fn_config_makefile dlls/d3dx10_38/tests enable_tests
21764 wine_fn_config_makefile dlls/d3dx10_39 enable_d3dx10_39
21765 wine_fn_config_makefile dlls/d3dx10_39/tests enable_tests
21766 wine_fn_config_makefile dlls/d3dx10_40 enable_d3dx10_40
21767 wine_fn_config_makefile dlls/d3dx10_40/tests enable_tests
21768 wine_fn_config_makefile dlls/d3dx10_41 enable_d3dx10_41
21769 wine_fn_config_makefile dlls/d3dx10_41/tests enable_tests
21770 wine_fn_config_makefile dlls/d3dx10_42 enable_d3dx10_42
21771 wine_fn_config_makefile dlls/d3dx10_42/tests enable_tests
21772 wine_fn_config_makefile dlls/d3dx10_43 enable_d3dx10_43
21773 wine_fn_config_makefile dlls/d3dx10_43/tests enable_tests
21774 wine_fn_config_makefile dlls/d3dx11_42 enable_d3dx11_42
21775 wine_fn_config_makefile dlls/d3dx11_42/tests enable_tests
21776 wine_fn_config_makefile dlls/d3dx11_43 enable_d3dx11_43
21777 wine_fn_config_makefile dlls/d3dx11_43/tests enable_tests
21778 wine_fn_config_makefile dlls/d3dx9_24 enable_d3dx9_24
21779 wine_fn_config_makefile dlls/d3dx9_25 enable_d3dx9_25
21780 wine_fn_config_makefile dlls/d3dx9_26 enable_d3dx9_26
21781 wine_fn_config_makefile dlls/d3dx9_27 enable_d3dx9_27
21782 wine_fn_config_makefile dlls/d3dx9_28 enable_d3dx9_28
21783 wine_fn_config_makefile dlls/d3dx9_29 enable_d3dx9_29
21784 wine_fn_config_makefile dlls/d3dx9_30 enable_d3dx9_30
21785 wine_fn_config_makefile dlls/d3dx9_31 enable_d3dx9_31
21786 wine_fn_config_makefile dlls/d3dx9_32 enable_d3dx9_32
21787 wine_fn_config_makefile dlls/d3dx9_33 enable_d3dx9_33
21788 wine_fn_config_makefile dlls/d3dx9_34 enable_d3dx9_34
21789 wine_fn_config_makefile dlls/d3dx9_35 enable_d3dx9_35
21790 wine_fn_config_makefile dlls/d3dx9_36 enable_d3dx9_36
21791 wine_fn_config_makefile dlls/d3dx9_36/tests enable_tests
21792 wine_fn_config_makefile dlls/d3dx9_37 enable_d3dx9_37
21793 wine_fn_config_makefile dlls/d3dx9_38 enable_d3dx9_38
21794 wine_fn_config_makefile dlls/d3dx9_39 enable_d3dx9_39
21795 wine_fn_config_makefile dlls/d3dx9_40 enable_d3dx9_40
21796 wine_fn_config_makefile dlls/d3dx9_41 enable_d3dx9_41
21797 wine_fn_config_makefile dlls/d3dx9_42 enable_d3dx9_42
21798 wine_fn_config_makefile dlls/d3dx9_43 enable_d3dx9_43
21799 wine_fn_config_makefile dlls/d3dxof enable_d3dxof
21800 wine_fn_config_makefile dlls/d3dxof/tests enable_tests
21801 wine_fn_config_makefile dlls/davclnt enable_davclnt
21802 wine_fn_config_makefile dlls/dbgeng enable_dbgeng
21803 wine_fn_config_makefile dlls/dbgeng/tests enable_tests
21804 wine_fn_config_makefile dlls/dbghelp enable_dbghelp
21805 wine_fn_config_makefile dlls/dbghelp/tests enable_tests
21806 wine_fn_config_makefile dlls/dciman32 enable_dciman32
21807 wine_fn_config_makefile dlls/dcomp enable_dcomp
21808 wine_fn_config_makefile dlls/ddeml.dll16 enable_win16
21809 wine_fn_config_makefile dlls/ddraw enable_ddraw
21810 wine_fn_config_makefile dlls/ddraw/tests enable_tests
21811 wine_fn_config_makefile dlls/ddrawex enable_ddrawex
21812 wine_fn_config_makefile dlls/ddrawex/tests enable_tests
21813 wine_fn_config_makefile dlls/devenum enable_devenum
21814 wine_fn_config_makefile dlls/devenum/tests enable_tests
21815 wine_fn_config_makefile dlls/dhcpcsvc enable_dhcpcsvc
21816 wine_fn_config_makefile dlls/dhcpcsvc/tests enable_tests
21817 wine_fn_config_makefile dlls/dhcpcsvc6 enable_dhcpcsvc6
21818 wine_fn_config_makefile dlls/dhtmled.ocx enable_dhtmled_ocx
21819 wine_fn_config_makefile dlls/difxapi enable_difxapi
21820 wine_fn_config_makefile dlls/dinput enable_dinput
21821 wine_fn_config_makefile dlls/dinput/tests enable_tests
21822 wine_fn_config_makefile dlls/dinput8 enable_dinput8
21823 wine_fn_config_makefile dlls/dinput8/tests enable_tests
21824 wine_fn_config_makefile dlls/directmanipulation enable_directmanipulation
21825 wine_fn_config_makefile dlls/directmanipulation/tests enable_tests
21826 wine_fn_config_makefile dlls/dispdib.dll16 enable_win16
21827 wine_fn_config_makefile dlls/dispex enable_dispex
21828 wine_fn_config_makefile dlls/dispex/tests enable_tests
21829 wine_fn_config_makefile dlls/display.drv16 enable_win16
21830 wine_fn_config_makefile dlls/dmband enable_dmband
21831 wine_fn_config_makefile dlls/dmband/tests enable_tests
21832 wine_fn_config_makefile dlls/dmcompos enable_dmcompos
21833 wine_fn_config_makefile dlls/dmcompos/tests enable_tests
21834 wine_fn_config_makefile dlls/dmime enable_dmime
21835 wine_fn_config_makefile dlls/dmime/tests enable_tests
21836 wine_fn_config_makefile dlls/dmloader enable_dmloader
21837 wine_fn_config_makefile dlls/dmloader/tests enable_tests
21838 wine_fn_config_makefile dlls/dmscript enable_dmscript
21839 wine_fn_config_makefile dlls/dmscript/tests enable_tests
21840 wine_fn_config_makefile dlls/dmstyle enable_dmstyle
21841 wine_fn_config_makefile dlls/dmstyle/tests enable_tests
21842 wine_fn_config_makefile dlls/dmsynth enable_dmsynth
21843 wine_fn_config_makefile dlls/dmsynth/tests enable_tests
21844 wine_fn_config_makefile dlls/dmusic enable_dmusic
21845 wine_fn_config_makefile dlls/dmusic/tests enable_tests
21846 wine_fn_config_makefile dlls/dmusic32 enable_dmusic32
21847 wine_fn_config_makefile dlls/dnsapi enable_dnsapi
21848 wine_fn_config_makefile dlls/dnsapi/tests enable_tests
21849 wine_fn_config_makefile dlls/dplay enable_dplay
21850 wine_fn_config_makefile dlls/dplayx enable_dplayx
21851 wine_fn_config_makefile dlls/dplayx/tests enable_tests
21852 wine_fn_config_makefile dlls/dpnaddr enable_dpnaddr
21853 wine_fn_config_makefile dlls/dpnet enable_dpnet
21854 wine_fn_config_makefile dlls/dpnet/tests enable_tests
21855 wine_fn_config_makefile dlls/dpnhpast enable_dpnhpast
21856 wine_fn_config_makefile dlls/dpnhupnp enable_dpnhupnp
21857 wine_fn_config_makefile dlls/dpnlobby enable_dpnlobby
21858 wine_fn_config_makefile dlls/dpvoice enable_dpvoice
21859 wine_fn_config_makefile dlls/dpvoice/tests enable_tests
21860 wine_fn_config_makefile dlls/dpwsockx enable_dpwsockx
21861 wine_fn_config_makefile dlls/drmclien enable_drmclien
21862 wine_fn_config_makefile dlls/dsdmo enable_dsdmo
21863 wine_fn_config_makefile dlls/dsdmo/tests enable_tests
21864 wine_fn_config_makefile dlls/dsound enable_dsound
21865 wine_fn_config_makefile dlls/dsound/tests enable_tests
21866 wine_fn_config_makefile dlls/dsquery enable_dsquery
21867 wine_fn_config_makefile dlls/dssenh enable_dssenh
21868 wine_fn_config_makefile dlls/dssenh/tests enable_tests
21869 wine_fn_config_makefile dlls/dsuiext enable_dsuiext
21870 wine_fn_config_makefile dlls/dswave enable_dswave
21871 wine_fn_config_makefile dlls/dswave/tests enable_tests
21872 wine_fn_config_makefile dlls/dwmapi enable_dwmapi
21873 wine_fn_config_makefile dlls/dwmapi/tests enable_tests
21874 wine_fn_config_makefile dlls/dwrite enable_dwrite
21875 wine_fn_config_makefile dlls/dwrite/tests enable_tests
21876 wine_fn_config_makefile dlls/dx8vb enable_dx8vb
21877 wine_fn_config_makefile dlls/dxdiagn enable_dxdiagn
21878 wine_fn_config_makefile dlls/dxdiagn/tests enable_tests
21879 wine_fn_config_makefile dlls/dxgi enable_dxgi
21880 wine_fn_config_makefile dlls/dxgi/tests enable_tests
21881 wine_fn_config_makefile dlls/dxtrans enable_dxtrans
21882 wine_fn_config_makefile dlls/dxva2 enable_dxva2
21883 wine_fn_config_makefile dlls/dxva2/tests enable_tests
21884 wine_fn_config_makefile dlls/esent enable_esent
21885 wine_fn_config_makefile dlls/evr enable_evr
21886 wine_fn_config_makefile dlls/evr/tests enable_tests
21887 wine_fn_config_makefile dlls/explorerframe enable_explorerframe
21888 wine_fn_config_makefile dlls/explorerframe/tests enable_tests
21889 wine_fn_config_makefile dlls/ext-ms-win-authz-context-l1-1-0 enable_ext_ms_win_authz_context_l1_1_0
21890 wine_fn_config_makefile dlls/ext-ms-win-domainjoin-netjoin-l1-1-0 enable_ext_ms_win_domainjoin_netjoin_l1_1_0
21891 wine_fn_config_makefile dlls/ext-ms-win-dwmapi-ext-l1-1-0 enable_ext_ms_win_dwmapi_ext_l1_1_0
21892 wine_fn_config_makefile dlls/ext-ms-win-gdi-dc-create-l1-1-0 enable_ext_ms_win_gdi_dc_create_l1_1_0
21893 wine_fn_config_makefile dlls/ext-ms-win-gdi-dc-create-l1-1-1 enable_ext_ms_win_gdi_dc_create_l1_1_1
21894 wine_fn_config_makefile dlls/ext-ms-win-gdi-dc-l1-2-0 enable_ext_ms_win_gdi_dc_l1_2_0
21895 wine_fn_config_makefile dlls/ext-ms-win-gdi-devcaps-l1-1-0 enable_ext_ms_win_gdi_devcaps_l1_1_0
21896 wine_fn_config_makefile dlls/ext-ms-win-gdi-draw-l1-1-0 enable_ext_ms_win_gdi_draw_l1_1_0
21897 wine_fn_config_makefile dlls/ext-ms-win-gdi-draw-l1-1-1 enable_ext_ms_win_gdi_draw_l1_1_1
21898 wine_fn_config_makefile dlls/ext-ms-win-gdi-font-l1-1-0 enable_ext_ms_win_gdi_font_l1_1_0
21899 wine_fn_config_makefile dlls/ext-ms-win-gdi-font-l1-1-1 enable_ext_ms_win_gdi_font_l1_1_1
21900 wine_fn_config_makefile dlls/ext-ms-win-gdi-render-l1-1-0 enable_ext_ms_win_gdi_render_l1_1_0
21901 wine_fn_config_makefile dlls/ext-ms-win-kernel32-package-current-l1-1-0 enable_ext_ms_win_kernel32_package_current_l1_1_0
21902 wine_fn_config_makefile dlls/ext-ms-win-kernel32-package-l1-1-1 enable_ext_ms_win_kernel32_package_l1_1_1
21903 wine_fn_config_makefile dlls/ext-ms-win-ntuser-dialogbox-l1-1-0 enable_ext_ms_win_ntuser_dialogbox_l1_1_0
21904 wine_fn_config_makefile dlls/ext-ms-win-ntuser-draw-l1-1-0 enable_ext_ms_win_ntuser_draw_l1_1_0
21905 wine_fn_config_makefile dlls/ext-ms-win-ntuser-gui-l1-1-0 enable_ext_ms_win_ntuser_gui_l1_1_0
21906 wine_fn_config_makefile dlls/ext-ms-win-ntuser-gui-l1-3-0 enable_ext_ms_win_ntuser_gui_l1_3_0
21907 wine_fn_config_makefile dlls/ext-ms-win-ntuser-keyboard-l1-3-0 enable_ext_ms_win_ntuser_keyboard_l1_3_0
21908 wine_fn_config_makefile dlls/ext-ms-win-ntuser-message-l1-1-0 enable_ext_ms_win_ntuser_message_l1_1_0
21909 wine_fn_config_makefile dlls/ext-ms-win-ntuser-message-l1-1-1 enable_ext_ms_win_ntuser_message_l1_1_1
21910 wine_fn_config_makefile dlls/ext-ms-win-ntuser-misc-l1-1-0 enable_ext_ms_win_ntuser_misc_l1_1_0
21911 wine_fn_config_makefile dlls/ext-ms-win-ntuser-misc-l1-2-0 enable_ext_ms_win_ntuser_misc_l1_2_0
21912 wine_fn_config_makefile dlls/ext-ms-win-ntuser-misc-l1-5-1 enable_ext_ms_win_ntuser_misc_l1_5_1
21913 wine_fn_config_makefile dlls/ext-ms-win-ntuser-mouse-l1-1-0 enable_ext_ms_win_ntuser_mouse_l1_1_0
21914 wine_fn_config_makefile dlls/ext-ms-win-ntuser-private-l1-1-1 enable_ext_ms_win_ntuser_private_l1_1_1
21915 wine_fn_config_makefile dlls/ext-ms-win-ntuser-private-l1-3-1 enable_ext_ms_win_ntuser_private_l1_3_1
21916 wine_fn_config_makefile dlls/ext-ms-win-ntuser-rectangle-ext-l1-1-0 enable_ext_ms_win_ntuser_rectangle_ext_l1_1_0
21917 wine_fn_config_makefile dlls/ext-ms-win-ntuser-uicontext-ext-l1-1-0 enable_ext_ms_win_ntuser_uicontext_ext_l1_1_0
21918 wine_fn_config_makefile dlls/ext-ms-win-ntuser-window-l1-1-0 enable_ext_ms_win_ntuser_window_l1_1_0
21919 wine_fn_config_makefile dlls/ext-ms-win-ntuser-window-l1-1-1 enable_ext_ms_win_ntuser_window_l1_1_1
21920 wine_fn_config_makefile dlls/ext-ms-win-ntuser-window-l1-1-4 enable_ext_ms_win_ntuser_window_l1_1_4
21921 wine_fn_config_makefile dlls/ext-ms-win-ntuser-windowclass-l1-1-0 enable_ext_ms_win_ntuser_windowclass_l1_1_0
21922 wine_fn_config_makefile dlls/ext-ms-win-ntuser-windowclass-l1-1-1 enable_ext_ms_win_ntuser_windowclass_l1_1_1
21923 wine_fn_config_makefile dlls/ext-ms-win-oleacc-l1-1-0 enable_ext_ms_win_oleacc_l1_1_0
21924 wine_fn_config_makefile dlls/ext-ms-win-ras-rasapi32-l1-1-0 enable_ext_ms_win_ras_rasapi32_l1_1_0
21925 wine_fn_config_makefile dlls/ext-ms-win-rtcore-gdi-devcaps-l1-1-0 enable_ext_ms_win_rtcore_gdi_devcaps_l1_1_0
21926 wine_fn_config_makefile dlls/ext-ms-win-rtcore-gdi-object-l1-1-0 enable_ext_ms_win_rtcore_gdi_object_l1_1_0
21927 wine_fn_config_makefile dlls/ext-ms-win-rtcore-gdi-rgn-l1-1-0 enable_ext_ms_win_rtcore_gdi_rgn_l1_1_0
21928 wine_fn_config_makefile dlls/ext-ms-win-rtcore-ntuser-cursor-l1-1-0 enable_ext_ms_win_rtcore_ntuser_cursor_l1_1_0
21929 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
21930 wine_fn_config_makefile dlls/ext-ms-win-rtcore-ntuser-dpi-l1-1-0 enable_ext_ms_win_rtcore_ntuser_dpi_l1_1_0
21931 wine_fn_config_makefile dlls/ext-ms-win-rtcore-ntuser-dpi-l1-2-0 enable_ext_ms_win_rtcore_ntuser_dpi_l1_2_0
21932 wine_fn_config_makefile dlls/ext-ms-win-rtcore-ntuser-rawinput-l1-1-0 enable_ext_ms_win_rtcore_ntuser_rawinput_l1_1_0
21933 wine_fn_config_makefile dlls/ext-ms-win-rtcore-ntuser-syscolors-l1-1-0 enable_ext_ms_win_rtcore_ntuser_syscolors_l1_1_0
21934 wine_fn_config_makefile dlls/ext-ms-win-rtcore-ntuser-sysparams-l1-1-0 enable_ext_ms_win_rtcore_ntuser_sysparams_l1_1_0
21935 wine_fn_config_makefile dlls/ext-ms-win-security-credui-l1-1-0 enable_ext_ms_win_security_credui_l1_1_0
21936 wine_fn_config_makefile dlls/ext-ms-win-security-cryptui-l1-1-0 enable_ext_ms_win_security_cryptui_l1_1_0
21937 wine_fn_config_makefile dlls/ext-ms-win-shell-comctl32-init-l1-1-0 enable_ext_ms_win_shell_comctl32_init_l1_1_0
21938 wine_fn_config_makefile dlls/ext-ms-win-shell-comdlg32-l1-1-0 enable_ext_ms_win_shell_comdlg32_l1_1_0
21939 wine_fn_config_makefile dlls/ext-ms-win-shell-shell32-l1-2-0 enable_ext_ms_win_shell_shell32_l1_2_0
21940 wine_fn_config_makefile dlls/ext-ms-win-uxtheme-themes-l1-1-0 enable_ext_ms_win_uxtheme_themes_l1_1_0
21941 wine_fn_config_makefile dlls/faultrep enable_faultrep
21942 wine_fn_config_makefile dlls/faultrep/tests enable_tests
21943 wine_fn_config_makefile dlls/feclient enable_feclient
21944 wine_fn_config_makefile dlls/fltlib enable_fltlib
21945 wine_fn_config_makefile dlls/fltmgr.sys enable_fltmgr_sys
21946 wine_fn_config_makefile dlls/fntcache enable_fntcache
21947 wine_fn_config_makefile dlls/fontsub enable_fontsub
21948 wine_fn_config_makefile dlls/fusion enable_fusion
21949 wine_fn_config_makefile dlls/fusion/tests enable_tests
21950 wine_fn_config_makefile dlls/fwpuclnt enable_fwpuclnt
21951 wine_fn_config_makefile dlls/gameux enable_gameux
21952 wine_fn_config_makefile dlls/gameux/tests enable_tests
21953 wine_fn_config_makefile dlls/gamingtcui enable_gamingtcui
21954 wine_fn_config_makefile dlls/gdi.exe16 enable_win16
21955 wine_fn_config_makefile dlls/gdi32 enable_gdi32
21956 wine_fn_config_makefile dlls/gdi32/tests enable_tests
21957 wine_fn_config_makefile dlls/gdiplus enable_gdiplus
21958 wine_fn_config_makefile dlls/gdiplus/tests enable_tests
21959 wine_fn_config_makefile dlls/glu32 enable_glu32
21960 wine_fn_config_makefile dlls/gphoto2.ds enable_gphoto2_ds
21961 wine_fn_config_makefile dlls/gpkcsp enable_gpkcsp
21962 wine_fn_config_makefile dlls/hal enable_hal
21963 wine_fn_config_makefile dlls/hhctrl.ocx enable_hhctrl_ocx
21964 wine_fn_config_makefile dlls/hid enable_hid
21965 wine_fn_config_makefile dlls/hid/tests enable_tests
21966 wine_fn_config_makefile dlls/hidclass.sys enable_hidclass_sys
21967 wine_fn_config_makefile dlls/hidparse.sys enable_hidparse_sys
21968 wine_fn_config_makefile dlls/hlink enable_hlink
21969 wine_fn_config_makefile dlls/hlink/tests enable_tests
21970 wine_fn_config_makefile dlls/hnetcfg enable_hnetcfg
21971 wine_fn_config_makefile dlls/hnetcfg/tests enable_tests
21972 wine_fn_config_makefile dlls/http.sys enable_http_sys
21973 wine_fn_config_makefile dlls/httpapi enable_httpapi
21974 wine_fn_config_makefile dlls/httpapi/tests enable_tests
21975 wine_fn_config_makefile dlls/iccvid enable_iccvid
21976 wine_fn_config_makefile dlls/icmp enable_icmp
21977 wine_fn_config_makefile dlls/ieframe enable_ieframe
21978 wine_fn_config_makefile dlls/ieframe/tests enable_tests
21979 wine_fn_config_makefile dlls/ieproxy enable_ieproxy
21980 wine_fn_config_makefile dlls/ifsmgr.vxd enable_win16
21981 wine_fn_config_makefile dlls/imaadp32.acm enable_imaadp32_acm
21982 wine_fn_config_makefile dlls/imagehlp enable_imagehlp
21983 wine_fn_config_makefile dlls/imagehlp/tests enable_tests
21984 wine_fn_config_makefile dlls/imm.dll16 enable_win16
21985 wine_fn_config_makefile dlls/imm32 enable_imm32
21986 wine_fn_config_makefile dlls/imm32/tests enable_tests
21987 wine_fn_config_makefile dlls/inetcomm enable_inetcomm
21988 wine_fn_config_makefile dlls/inetcomm/tests enable_tests
21989 wine_fn_config_makefile dlls/inetcpl.cpl enable_inetcpl_cpl
21990 wine_fn_config_makefile dlls/inetmib1 enable_inetmib1
21991 wine_fn_config_makefile dlls/inetmib1/tests enable_tests
21992 wine_fn_config_makefile dlls/infosoft enable_infosoft
21993 wine_fn_config_makefile dlls/infosoft/tests enable_tests
21994 wine_fn_config_makefile dlls/initpki enable_initpki
21995 wine_fn_config_makefile dlls/inkobj enable_inkobj
21996 wine_fn_config_makefile dlls/inseng enable_inseng
21997 wine_fn_config_makefile dlls/iphlpapi enable_iphlpapi
21998 wine_fn_config_makefile dlls/iphlpapi/tests enable_tests
21999 wine_fn_config_makefile dlls/iprop enable_iprop
22000 wine_fn_config_makefile dlls/irprops.cpl enable_irprops_cpl
22001 wine_fn_config_makefile dlls/itircl enable_itircl
22002 wine_fn_config_makefile dlls/itss enable_itss
22003 wine_fn_config_makefile dlls/itss/tests enable_tests
22004 wine_fn_config_makefile dlls/joy.cpl enable_joy_cpl
22005 wine_fn_config_makefile dlls/jscript enable_jscript
22006 wine_fn_config_makefile dlls/jscript/tests enable_tests
22007 wine_fn_config_makefile dlls/jsproxy enable_jsproxy
22008 wine_fn_config_makefile dlls/jsproxy/tests enable_tests
22009 wine_fn_config_makefile dlls/kerberos enable_kerberos
22010 wine_fn_config_makefile dlls/kernel32 enable_kernel32
22011 wine_fn_config_makefile dlls/kernel32/tests enable_tests
22012 wine_fn_config_makefile dlls/kernelbase enable_kernelbase
22013 wine_fn_config_makefile dlls/kernelbase/tests enable_tests
22014 wine_fn_config_makefile dlls/keyboard.drv16 enable_win16
22015 wine_fn_config_makefile dlls/krnl386.exe16 enable_win16
22016 wine_fn_config_makefile dlls/ksecdd.sys enable_ksecdd_sys
22017 wine_fn_config_makefile dlls/ksproxy.ax enable_ksproxy_ax
22018 wine_fn_config_makefile dlls/ksuser enable_ksuser
22019 wine_fn_config_makefile dlls/ktmw32 enable_ktmw32
22020 wine_fn_config_makefile dlls/l3codeca.acm enable_l3codeca_acm
22021 wine_fn_config_makefile dlls/light.msstyles enable_light_msstyles
22022 wine_fn_config_makefile dlls/loadperf enable_loadperf
22023 wine_fn_config_makefile dlls/localspl enable_localspl
22024 wine_fn_config_makefile dlls/localspl/tests enable_tests
22025 wine_fn_config_makefile dlls/localui enable_localui
22026 wine_fn_config_makefile dlls/localui/tests enable_tests
22027 wine_fn_config_makefile dlls/lz32 enable_lz32
22028 wine_fn_config_makefile dlls/lz32/tests enable_tests
22029 wine_fn_config_makefile dlls/lzexpand.dll16 enable_win16
22030 wine_fn_config_makefile dlls/mapi32 enable_mapi32
22031 wine_fn_config_makefile dlls/mapi32/tests enable_tests
22032 wine_fn_config_makefile dlls/mapistub enable_mapistub
22033 wine_fn_config_makefile dlls/mciavi32 enable_mciavi32
22034 wine_fn_config_makefile dlls/mcicda enable_mcicda
22035 wine_fn_config_makefile dlls/mciqtz32 enable_mciqtz32
22036 wine_fn_config_makefile dlls/mciseq enable_mciseq
22037 wine_fn_config_makefile dlls/mciwave enable_mciwave
22038 wine_fn_config_makefile dlls/mf enable_mf
22039 wine_fn_config_makefile dlls/mf/tests enable_tests
22040 wine_fn_config_makefile dlls/mf3216 enable_mf3216
22041 wine_fn_config_makefile dlls/mferror enable_mferror
22042 wine_fn_config_makefile dlls/mfmediaengine enable_mfmediaengine
22043 wine_fn_config_makefile dlls/mfmediaengine/tests enable_tests
22044 wine_fn_config_makefile dlls/mfplat enable_mfplat
22045 wine_fn_config_makefile dlls/mfplat/tests enable_tests
22046 wine_fn_config_makefile dlls/mfplay enable_mfplay
22047 wine_fn_config_makefile dlls/mfplay/tests enable_tests
22048 wine_fn_config_makefile dlls/mfreadwrite enable_mfreadwrite
22049 wine_fn_config_makefile dlls/mfreadwrite/tests enable_tests
22050 wine_fn_config_makefile dlls/mgmtapi enable_mgmtapi
22051 wine_fn_config_makefile dlls/midimap enable_midimap
22052 wine_fn_config_makefile dlls/mlang enable_mlang
22053 wine_fn_config_makefile dlls/mlang/tests enable_tests
22054 wine_fn_config_makefile dlls/mmcndmgr enable_mmcndmgr
22055 wine_fn_config_makefile dlls/mmcndmgr/tests enable_tests
22056 wine_fn_config_makefile dlls/mmdevapi enable_mmdevapi
22057 wine_fn_config_makefile dlls/mmdevapi/tests enable_tests
22058 wine_fn_config_makefile dlls/mmdevldr.vxd enable_win16
22059 wine_fn_config_makefile dlls/mmsystem.dll16 enable_win16
22060 wine_fn_config_makefile dlls/monodebg.vxd enable_win16
22061 wine_fn_config_makefile dlls/mountmgr.sys enable_mountmgr_sys
22062 wine_fn_config_makefile dlls/mouse.drv16 enable_win16
22063 wine_fn_config_makefile dlls/mp3dmod enable_mp3dmod
22064 wine_fn_config_makefile dlls/mp3dmod/tests enable_tests
22065 wine_fn_config_makefile dlls/mpr enable_mpr
22066 wine_fn_config_makefile dlls/mpr/tests enable_tests
22067 wine_fn_config_makefile dlls/mprapi enable_mprapi
22068 wine_fn_config_makefile dlls/msacm.dll16 enable_win16
22069 wine_fn_config_makefile dlls/msacm32.drv enable_msacm32_drv
22070 wine_fn_config_makefile dlls/msacm32 enable_msacm32
22071 wine_fn_config_makefile dlls/msacm32/tests enable_tests
22072 wine_fn_config_makefile dlls/msado15 enable_msado15
22073 wine_fn_config_makefile dlls/msado15/tests enable_tests
22074 wine_fn_config_makefile dlls/msadp32.acm enable_msadp32_acm
22075 wine_fn_config_makefile dlls/msasn1 enable_msasn1
22076 wine_fn_config_makefile dlls/msasn1/tests enable_tests
22077 wine_fn_config_makefile dlls/mscat32 enable_mscat32
22078 wine_fn_config_makefile dlls/mscms enable_mscms
22079 wine_fn_config_makefile dlls/mscms/tests enable_tests
22080 wine_fn_config_makefile dlls/mscoree enable_mscoree
22081 wine_fn_config_makefile dlls/mscoree/tests enable_tests
22082 wine_fn_config_makefile dlls/mscorwks enable_mscorwks
22083 wine_fn_config_makefile dlls/msctf enable_msctf
22084 wine_fn_config_makefile dlls/msctf/tests enable_tests
22085 wine_fn_config_makefile dlls/msctfmonitor enable_msctfmonitor
22086 wine_fn_config_makefile dlls/msctfp enable_msctfp
22087 wine_fn_config_makefile dlls/msdaps enable_msdaps
22088 wine_fn_config_makefile dlls/msdasql enable_msdasql
22089 wine_fn_config_makefile dlls/msdasql/tests enable_tests
22090 wine_fn_config_makefile dlls/msdelta enable_msdelta
22091 wine_fn_config_makefile dlls/msdmo enable_msdmo
22092 wine_fn_config_makefile dlls/msdmo/tests enable_tests
22093 wine_fn_config_makefile dlls/msdrm enable_msdrm
22094 wine_fn_config_makefile dlls/msftedit enable_msftedit
22095 wine_fn_config_makefile dlls/msftedit/tests enable_tests
22096 wine_fn_config_makefile dlls/msg711.acm enable_msg711_acm
22097 wine_fn_config_makefile dlls/msgsm32.acm enable_msgsm32_acm
22098 wine_fn_config_makefile dlls/mshtml.tlb enable_mshtml_tlb
22099 wine_fn_config_makefile dlls/mshtml enable_mshtml
22100 wine_fn_config_makefile dlls/mshtml/tests enable_tests
22101 wine_fn_config_makefile dlls/msi enable_msi
22102 wine_fn_config_makefile dlls/msi/tests enable_tests
22103 wine_fn_config_makefile dlls/msident enable_msident
22104 wine_fn_config_makefile dlls/msimg32 enable_msimg32
22105 wine_fn_config_makefile dlls/msimsg enable_msimsg
22106 wine_fn_config_makefile dlls/msimtf enable_msimtf
22107 wine_fn_config_makefile dlls/msisip enable_msisip
22108 wine_fn_config_makefile dlls/msisys.ocx enable_msisys_ocx
22109 wine_fn_config_makefile dlls/msls31 enable_msls31
22110 wine_fn_config_makefile dlls/msnet32 enable_msnet32
22111 wine_fn_config_makefile dlls/mspatcha enable_mspatcha
22112 wine_fn_config_makefile dlls/mspatcha/tests enable_tests
22113 wine_fn_config_makefile dlls/msports enable_msports
22114 wine_fn_config_makefile dlls/msrle32 enable_msrle32
22115 wine_fn_config_makefile dlls/msrle32/tests enable_tests
22116 wine_fn_config_makefile dlls/msscript.ocx enable_msscript_ocx
22117 wine_fn_config_makefile dlls/msscript.ocx/tests enable_tests
22118 wine_fn_config_makefile dlls/mssign32 enable_mssign32
22119 wine_fn_config_makefile dlls/mssip32 enable_mssip32
22120 wine_fn_config_makefile dlls/mstask enable_mstask
22121 wine_fn_config_makefile dlls/mstask/tests enable_tests
22122 wine_fn_config_makefile dlls/msv1_0 enable_msv1_0
22123 wine_fn_config_makefile dlls/msvcirt enable_msvcirt
22124 wine_fn_config_makefile dlls/msvcirt/tests enable_tests
22125 wine_fn_config_makefile dlls/msvcm80 enable_msvcm80
22126 wine_fn_config_makefile dlls/msvcm90 enable_msvcm90
22127 wine_fn_config_makefile dlls/msvcp100 enable_msvcp100
22128 wine_fn_config_makefile dlls/msvcp100/tests enable_tests
22129 wine_fn_config_makefile dlls/msvcp110 enable_msvcp110
22130 wine_fn_config_makefile dlls/msvcp110/tests enable_tests
22131 wine_fn_config_makefile dlls/msvcp120 enable_msvcp120
22132 wine_fn_config_makefile dlls/msvcp120/tests enable_tests
22133 wine_fn_config_makefile dlls/msvcp120_app enable_msvcp120_app
22134 wine_fn_config_makefile dlls/msvcp140 enable_msvcp140
22135 wine_fn_config_makefile dlls/msvcp140/tests enable_tests
22136 wine_fn_config_makefile dlls/msvcp140_1 enable_msvcp140_1
22137 wine_fn_config_makefile dlls/msvcp140_1/tests enable_tests
22138 wine_fn_config_makefile dlls/msvcp60 enable_msvcp60
22139 wine_fn_config_makefile dlls/msvcp60/tests enable_tests
22140 wine_fn_config_makefile dlls/msvcp70 enable_msvcp70
22141 wine_fn_config_makefile dlls/msvcp71 enable_msvcp71
22142 wine_fn_config_makefile dlls/msvcp80 enable_msvcp80
22143 wine_fn_config_makefile dlls/msvcp90 enable_msvcp90
22144 wine_fn_config_makefile dlls/msvcp90/tests enable_tests
22145 wine_fn_config_makefile dlls/msvcp_win enable_msvcp_win
22146 wine_fn_config_makefile dlls/msvcr100 enable_msvcr100
22147 wine_fn_config_makefile dlls/msvcr100/tests enable_tests
22148 wine_fn_config_makefile dlls/msvcr110 enable_msvcr110
22149 wine_fn_config_makefile dlls/msvcr110/tests enable_tests
22150 wine_fn_config_makefile dlls/msvcr120 enable_msvcr120
22151 wine_fn_config_makefile dlls/msvcr120/tests enable_tests
22152 wine_fn_config_makefile dlls/msvcr120_app enable_msvcr120_app
22153 wine_fn_config_makefile dlls/msvcr70 enable_msvcr70
22154 wine_fn_config_makefile dlls/msvcr71 enable_msvcr71
22155 wine_fn_config_makefile dlls/msvcr80 enable_msvcr80
22156 wine_fn_config_makefile dlls/msvcr90 enable_msvcr90
22157 wine_fn_config_makefile dlls/msvcr90/tests enable_tests
22158 wine_fn_config_makefile dlls/msvcrt enable_msvcrt
22159 wine_fn_config_makefile dlls/msvcrt/tests enable_tests
22160 wine_fn_config_makefile dlls/msvcrt20 enable_msvcrt20
22161 wine_fn_config_makefile dlls/msvcrt40 enable_msvcrt40
22162 wine_fn_config_makefile dlls/msvcrtd enable_msvcrtd
22163 wine_fn_config_makefile dlls/msvcrtd/tests enable_tests
22164 wine_fn_config_makefile dlls/msvfw32 enable_msvfw32
22165 wine_fn_config_makefile dlls/msvfw32/tests enable_tests
22166 wine_fn_config_makefile dlls/msvidc32 enable_msvidc32
22167 wine_fn_config_makefile dlls/msvideo.dll16 enable_win16
22168 wine_fn_config_makefile dlls/mswsock enable_mswsock
22169 wine_fn_config_makefile dlls/msxml enable_msxml
22170 wine_fn_config_makefile dlls/msxml2 enable_msxml2
22171 wine_fn_config_makefile dlls/msxml3 enable_msxml3
22172 wine_fn_config_makefile dlls/msxml3/tests enable_tests
22173 wine_fn_config_makefile dlls/msxml4 enable_msxml4
22174 wine_fn_config_makefile dlls/msxml6 enable_msxml6
22175 wine_fn_config_makefile dlls/mtxdm enable_mtxdm
22176 wine_fn_config_makefile dlls/ncrypt enable_ncrypt
22177 wine_fn_config_makefile dlls/nddeapi enable_nddeapi
22178 wine_fn_config_makefile dlls/ndis.sys enable_ndis_sys
22179 wine_fn_config_makefile dlls/ndis.sys/tests enable_tests
22180 wine_fn_config_makefile dlls/netapi32 enable_netapi32
22181 wine_fn_config_makefile dlls/netapi32/tests enable_tests
22182 wine_fn_config_makefile dlls/netcfgx enable_netcfgx
22183 wine_fn_config_makefile dlls/netcfgx/tests enable_tests
22184 wine_fn_config_makefile dlls/netio.sys enable_netio_sys
22185 wine_fn_config_makefile dlls/netprofm enable_netprofm
22186 wine_fn_config_makefile dlls/netprofm/tests enable_tests
22187 wine_fn_config_makefile dlls/netutils enable_netutils
22188 wine_fn_config_makefile dlls/newdev enable_newdev
22189 wine_fn_config_makefile dlls/ninput enable_ninput
22190 wine_fn_config_makefile dlls/ninput/tests enable_tests
22191 wine_fn_config_makefile dlls/normaliz enable_normaliz
22192 wine_fn_config_makefile dlls/npmshtml enable_npmshtml
22193 wine_fn_config_makefile dlls/npptools enable_npptools
22194 wine_fn_config_makefile dlls/nsi enable_nsi
22195 wine_fn_config_makefile dlls/nsi/tests enable_tests
22196 wine_fn_config_makefile dlls/nsiproxy.sys enable_nsiproxy_sys
22197 wine_fn_config_makefile dlls/ntdll enable_ntdll
22198 wine_fn_config_makefile dlls/ntdll/tests enable_tests
22199 wine_fn_config_makefile dlls/ntdsapi enable_ntdsapi
22200 wine_fn_config_makefile dlls/ntdsapi/tests enable_tests
22201 wine_fn_config_makefile dlls/ntoskrnl.exe enable_ntoskrnl_exe
22202 wine_fn_config_makefile dlls/ntoskrnl.exe/tests enable_tests
22203 wine_fn_config_makefile dlls/ntprint enable_ntprint
22204 wine_fn_config_makefile dlls/ntprint/tests enable_tests
22205 wine_fn_config_makefile dlls/objsel enable_objsel
22206 wine_fn_config_makefile dlls/odbc32 enable_odbc32
22207 wine_fn_config_makefile dlls/odbcbcp enable_odbcbcp
22208 wine_fn_config_makefile dlls/odbccp32 enable_odbccp32
22209 wine_fn_config_makefile dlls/odbccp32/tests enable_tests
22210 wine_fn_config_makefile dlls/odbccu32 enable_odbccu32
22211 wine_fn_config_makefile dlls/ole2.dll16 enable_win16
22212 wine_fn_config_makefile dlls/ole2conv.dll16 enable_win16
22213 wine_fn_config_makefile dlls/ole2disp.dll16 enable_win16
22214 wine_fn_config_makefile dlls/ole2nls.dll16 enable_win16
22215 wine_fn_config_makefile dlls/ole2prox.dll16 enable_win16
22216 wine_fn_config_makefile dlls/ole2thk.dll16 enable_win16
22217 wine_fn_config_makefile dlls/ole32 enable_ole32
22218 wine_fn_config_makefile dlls/ole32/tests enable_tests
22219 wine_fn_config_makefile dlls/oleacc enable_oleacc
22220 wine_fn_config_makefile dlls/oleacc/tests enable_tests
22221 wine_fn_config_makefile dlls/oleaut32 enable_oleaut32
22222 wine_fn_config_makefile dlls/oleaut32/tests enable_tests
22223 wine_fn_config_makefile dlls/olecli.dll16 enable_win16
22224 wine_fn_config_makefile dlls/olecli32 enable_olecli32
22225 wine_fn_config_makefile dlls/oledb32 enable_oledb32
22226 wine_fn_config_makefile dlls/oledb32/tests enable_tests
22227 wine_fn_config_makefile dlls/oledlg enable_oledlg
22228 wine_fn_config_makefile dlls/oledlg/tests enable_tests
22229 wine_fn_config_makefile dlls/olepro32 enable_olepro32
22230 wine_fn_config_makefile dlls/olesvr.dll16 enable_win16
22231 wine_fn_config_makefile dlls/olesvr32 enable_olesvr32
22232 wine_fn_config_makefile dlls/olethk32 enable_olethk32
22233 wine_fn_config_makefile dlls/opcservices enable_opcservices
22234 wine_fn_config_makefile dlls/opcservices/tests enable_tests
22235 wine_fn_config_makefile dlls/openal32 enable_openal32
22236 wine_fn_config_makefile dlls/opencl enable_opencl
22237 wine_fn_config_makefile dlls/opengl32 enable_opengl32
22238 wine_fn_config_makefile dlls/opengl32/tests enable_tests
22239 wine_fn_config_makefile dlls/packager enable_packager
22240 wine_fn_config_makefile dlls/packager/tests enable_tests
22241 wine_fn_config_makefile dlls/pdh enable_pdh
22242 wine_fn_config_makefile dlls/pdh/tests enable_tests
22243 wine_fn_config_makefile dlls/photometadatahandler enable_photometadatahandler
22244 wine_fn_config_makefile dlls/pidgen enable_pidgen
22245 wine_fn_config_makefile dlls/powrprof enable_powrprof
22246 wine_fn_config_makefile dlls/printui enable_printui
22247 wine_fn_config_makefile dlls/prntvpt enable_prntvpt
22248 wine_fn_config_makefile dlls/prntvpt/tests enable_tests
22249 wine_fn_config_makefile dlls/propsys enable_propsys
22250 wine_fn_config_makefile dlls/propsys/tests enable_tests
22251 wine_fn_config_makefile dlls/psapi enable_psapi
22252 wine_fn_config_makefile dlls/psapi/tests enable_tests
22253 wine_fn_config_makefile dlls/pstorec enable_pstorec
22254 wine_fn_config_makefile dlls/pstorec/tests enable_tests
22255 wine_fn_config_makefile dlls/pwrshplugin enable_pwrshplugin
22256 wine_fn_config_makefile dlls/qasf enable_qasf
22257 wine_fn_config_makefile dlls/qasf/tests enable_tests
22258 wine_fn_config_makefile dlls/qcap enable_qcap
22259 wine_fn_config_makefile dlls/qcap/tests enable_tests
22260 wine_fn_config_makefile dlls/qdvd enable_qdvd
22261 wine_fn_config_makefile dlls/qdvd/tests enable_tests
22262 wine_fn_config_makefile dlls/qedit enable_qedit
22263 wine_fn_config_makefile dlls/qedit/tests enable_tests
22264 wine_fn_config_makefile dlls/qmgr enable_qmgr
22265 wine_fn_config_makefile dlls/qmgr/tests enable_tests
22266 wine_fn_config_makefile dlls/qmgrprxy enable_qmgrprxy
22267 wine_fn_config_makefile dlls/quartz enable_quartz
22268 wine_fn_config_makefile dlls/quartz/tests enable_tests
22269 wine_fn_config_makefile dlls/query enable_query
22270 wine_fn_config_makefile dlls/qwave enable_qwave
22271 wine_fn_config_makefile dlls/qwave/tests enable_tests
22272 wine_fn_config_makefile dlls/rasapi16.dll16 enable_win16
22273 wine_fn_config_makefile dlls/rasapi32 enable_rasapi32
22274 wine_fn_config_makefile dlls/rasapi32/tests enable_tests
22275 wine_fn_config_makefile dlls/rasdlg enable_rasdlg
22276 wine_fn_config_makefile dlls/regapi enable_regapi
22277 wine_fn_config_makefile dlls/resutils enable_resutils
22278 wine_fn_config_makefile dlls/riched20 enable_riched20
22279 wine_fn_config_makefile dlls/riched20/tests enable_tests
22280 wine_fn_config_makefile dlls/riched32 enable_riched32
22281 wine_fn_config_makefile dlls/riched32/tests enable_tests
22282 wine_fn_config_makefile dlls/rpcrt4 enable_rpcrt4
22283 wine_fn_config_makefile dlls/rpcrt4/tests enable_tests
22284 wine_fn_config_makefile dlls/rsabase enable_rsabase
22285 wine_fn_config_makefile dlls/rsaenh enable_rsaenh
22286 wine_fn_config_makefile dlls/rsaenh/tests enable_tests
22287 wine_fn_config_makefile dlls/rstrtmgr enable_rstrtmgr
22288 wine_fn_config_makefile dlls/rtutils enable_rtutils
22289 wine_fn_config_makefile dlls/rtworkq enable_rtworkq
22290 wine_fn_config_makefile dlls/rtworkq/tests enable_tests
22291 wine_fn_config_makefile dlls/samlib enable_samlib
22292 wine_fn_config_makefile dlls/sane.ds enable_sane_ds
22293 wine_fn_config_makefile dlls/sapi enable_sapi
22294 wine_fn_config_makefile dlls/sapi/tests enable_tests
22295 wine_fn_config_makefile dlls/sas enable_sas
22296 wine_fn_config_makefile dlls/scarddlg enable_scarddlg
22297 wine_fn_config_makefile dlls/sccbase enable_sccbase
22298 wine_fn_config_makefile dlls/schannel enable_schannel
22299 wine_fn_config_makefile dlls/schannel/tests enable_tests
22300 wine_fn_config_makefile dlls/schedsvc enable_schedsvc
22301 wine_fn_config_makefile dlls/schedsvc/tests enable_tests
22302 wine_fn_config_makefile dlls/scrobj enable_scrobj
22303 wine_fn_config_makefile dlls/scrobj/tests enable_tests
22304 wine_fn_config_makefile dlls/scrrun enable_scrrun
22305 wine_fn_config_makefile dlls/scrrun/tests enable_tests
22306 wine_fn_config_makefile dlls/scsiport.sys enable_scsiport_sys
22307 wine_fn_config_makefile dlls/sechost enable_sechost
22308 wine_fn_config_makefile dlls/secur32 enable_secur32
22309 wine_fn_config_makefile dlls/secur32/tests enable_tests
22310 wine_fn_config_makefile dlls/security enable_security
22311 wine_fn_config_makefile dlls/sensapi enable_sensapi
22312 wine_fn_config_makefile dlls/serialui enable_serialui
22313 wine_fn_config_makefile dlls/serialui/tests enable_tests
22314 wine_fn_config_makefile dlls/setupapi enable_setupapi
22315 wine_fn_config_makefile dlls/setupapi/tests enable_tests
22316 wine_fn_config_makefile dlls/setupx.dll16 enable_win16
22317 wine_fn_config_makefile dlls/sfc enable_sfc
22318 wine_fn_config_makefile dlls/sfc_os enable_sfc_os
22319 wine_fn_config_makefile dlls/shcore enable_shcore
22320 wine_fn_config_makefile dlls/shcore/tests enable_tests
22321 wine_fn_config_makefile dlls/shdoclc enable_shdoclc
22322 wine_fn_config_makefile dlls/shdocvw enable_shdocvw
22323 wine_fn_config_makefile dlls/shdocvw/tests enable_tests
22324 wine_fn_config_makefile dlls/shell.dll16 enable_win16
22325 wine_fn_config_makefile dlls/shell32 enable_shell32
22326 wine_fn_config_makefile dlls/shell32/tests enable_tests
22327 wine_fn_config_makefile dlls/shfolder enable_shfolder
22328 wine_fn_config_makefile dlls/shlwapi enable_shlwapi
22329 wine_fn_config_makefile dlls/shlwapi/tests enable_tests
22330 wine_fn_config_makefile dlls/slbcsp enable_slbcsp
22331 wine_fn_config_makefile dlls/slc enable_slc
22332 wine_fn_config_makefile dlls/slc/tests enable_tests
22333 wine_fn_config_makefile dlls/snmpapi enable_snmpapi
22334 wine_fn_config_makefile dlls/snmpapi/tests enable_tests
22335 wine_fn_config_makefile dlls/softpub enable_softpub
22336 wine_fn_config_makefile dlls/sound.drv16 enable_win16
22337 wine_fn_config_makefile dlls/spoolss enable_spoolss
22338 wine_fn_config_makefile dlls/spoolss/tests enable_tests
22339 wine_fn_config_makefile dlls/sppc enable_sppc
22340 wine_fn_config_makefile dlls/srclient enable_srclient
22341 wine_fn_config_makefile dlls/srvcli enable_srvcli
22342 wine_fn_config_makefile dlls/sspicli enable_sspicli
22343 wine_fn_config_makefile dlls/stdole2.tlb enable_stdole2_tlb
22344 wine_fn_config_makefile dlls/stdole32.tlb enable_stdole32_tlb
22345 wine_fn_config_makefile dlls/sti enable_sti
22346 wine_fn_config_makefile dlls/sti/tests enable_tests
22347 wine_fn_config_makefile dlls/storage.dll16 enable_win16
22348 wine_fn_config_makefile dlls/stress.dll16 enable_win16
22349 wine_fn_config_makefile dlls/strmdll enable_strmdll
22350 wine_fn_config_makefile dlls/svrapi enable_svrapi
22351 wine_fn_config_makefile dlls/sxs enable_sxs
22352 wine_fn_config_makefile dlls/sxs/tests enable_tests
22353 wine_fn_config_makefile dlls/system.drv16 enable_win16
22354 wine_fn_config_makefile dlls/t2embed enable_t2embed
22355 wine_fn_config_makefile dlls/t2embed/tests enable_tests
22356 wine_fn_config_makefile dlls/tapi32 enable_tapi32
22357 wine_fn_config_makefile dlls/tapi32/tests enable_tests
22358 wine_fn_config_makefile dlls/taskschd enable_taskschd
22359 wine_fn_config_makefile dlls/taskschd/tests enable_tests
22360 wine_fn_config_makefile dlls/tbs enable_tbs
22361 wine_fn_config_makefile dlls/tdh enable_tdh
22362 wine_fn_config_makefile dlls/tdi.sys enable_tdi_sys
22363 wine_fn_config_makefile dlls/toolhelp.dll16 enable_win16
22364 wine_fn_config_makefile dlls/traffic enable_traffic
22365 wine_fn_config_makefile dlls/twain.dll16 enable_win16
22366 wine_fn_config_makefile dlls/twain_32 enable_twain_32
22367 wine_fn_config_makefile dlls/twain_32/tests enable_tests
22368 wine_fn_config_makefile dlls/typelib.dll16 enable_win16
22369 wine_fn_config_makefile dlls/tzres enable_tzres
22370 wine_fn_config_makefile dlls/ucrtbase enable_ucrtbase
22371 wine_fn_config_makefile dlls/ucrtbase/tests enable_tests
22372 wine_fn_config_makefile dlls/uianimation enable_uianimation
22373 wine_fn_config_makefile dlls/uianimation/tests enable_tests
22374 wine_fn_config_makefile dlls/uiautomationcore enable_uiautomationcore
22375 wine_fn_config_makefile dlls/uiautomationcore/tests enable_tests
22376 wine_fn_config_makefile dlls/uiribbon enable_uiribbon
22377 wine_fn_config_makefile dlls/unicows enable_unicows
22378 wine_fn_config_makefile dlls/updspapi enable_updspapi
22379 wine_fn_config_makefile dlls/url enable_url
22380 wine_fn_config_makefile dlls/urlmon enable_urlmon
22381 wine_fn_config_makefile dlls/urlmon/tests enable_tests
22382 wine_fn_config_makefile dlls/usbd.sys enable_usbd_sys
22383 wine_fn_config_makefile dlls/user.exe16 enable_win16
22384 wine_fn_config_makefile dlls/user32 enable_user32
22385 wine_fn_config_makefile dlls/user32/tests enable_tests
22386 wine_fn_config_makefile dlls/userenv enable_userenv
22387 wine_fn_config_makefile dlls/userenv/tests enable_tests
22388 wine_fn_config_makefile dlls/usp10 enable_usp10
22389 wine_fn_config_makefile dlls/usp10/tests enable_tests
22390 wine_fn_config_makefile dlls/utildll enable_utildll
22391 wine_fn_config_makefile dlls/uxtheme enable_uxtheme
22392 wine_fn_config_makefile dlls/uxtheme/tests enable_tests
22393 wine_fn_config_makefile dlls/vbscript enable_vbscript
22394 wine_fn_config_makefile dlls/vbscript/tests enable_tests
22395 wine_fn_config_makefile dlls/vcomp enable_vcomp
22396 wine_fn_config_makefile dlls/vcomp/tests enable_tests
22397 wine_fn_config_makefile dlls/vcomp100 enable_vcomp100
22398 wine_fn_config_makefile dlls/vcomp110 enable_vcomp110
22399 wine_fn_config_makefile dlls/vcomp110/tests enable_tests
22400 wine_fn_config_makefile dlls/vcomp120 enable_vcomp120
22401 wine_fn_config_makefile dlls/vcomp140 enable_vcomp140
22402 wine_fn_config_makefile dlls/vcomp90 enable_vcomp90
22403 wine_fn_config_makefile dlls/vcruntime140 enable_vcruntime140
22404 wine_fn_config_makefile dlls/vcruntime140_1 enable_vcruntime140_1
22405 wine_fn_config_makefile dlls/vdhcp.vxd enable_win16
22406 wine_fn_config_makefile dlls/vdmdbg enable_vdmdbg
22407 wine_fn_config_makefile dlls/ver.dll16 enable_win16
22408 wine_fn_config_makefile dlls/version enable_version
22409 wine_fn_config_makefile dlls/version/tests enable_tests
22410 wine_fn_config_makefile dlls/vga enable_vga
22411 wine_fn_config_makefile dlls/virtdisk enable_virtdisk
22412 wine_fn_config_makefile dlls/virtdisk/tests enable_tests
22413 wine_fn_config_makefile dlls/vmm.vxd enable_win16
22414 wine_fn_config_makefile dlls/vnbt.vxd enable_win16
22415 wine_fn_config_makefile dlls/vnetbios.vxd enable_win16
22416 wine_fn_config_makefile dlls/vssapi enable_vssapi
22417 wine_fn_config_makefile dlls/vtdapi.vxd enable_win16
22418 wine_fn_config_makefile dlls/vulkan-1 enable_vulkan_1
22419 wine_fn_config_makefile dlls/vulkan-1/tests enable_tests
22420 wine_fn_config_makefile dlls/vwin32.vxd enable_win16
22421 wine_fn_config_makefile dlls/w32skrnl enable_win16
22422 wine_fn_config_makefile dlls/w32sys.dll16 enable_win16
22423 wine_fn_config_makefile dlls/wbemdisp enable_wbemdisp
22424 wine_fn_config_makefile dlls/wbemdisp/tests enable_tests
22425 wine_fn_config_makefile dlls/wbemprox enable_wbemprox
22426 wine_fn_config_makefile dlls/wbemprox/tests enable_tests
22427 wine_fn_config_makefile dlls/wdscore enable_wdscore
22428 wine_fn_config_makefile dlls/webservices enable_webservices
22429 wine_fn_config_makefile dlls/webservices/tests enable_tests
22430 wine_fn_config_makefile dlls/websocket enable_websocket
22431 wine_fn_config_makefile dlls/wer enable_wer
22432 wine_fn_config_makefile dlls/wer/tests enable_tests
22433 wine_fn_config_makefile dlls/wevtapi enable_wevtapi
22434 wine_fn_config_makefile dlls/wevtapi/tests enable_tests
22435 wine_fn_config_makefile dlls/wevtsvc enable_wevtsvc
22436 wine_fn_config_makefile dlls/wiaservc enable_wiaservc
22437 wine_fn_config_makefile dlls/wiaservc/tests enable_tests
22438 wine_fn_config_makefile dlls/wimgapi enable_wimgapi
22439 wine_fn_config_makefile dlls/win32s16.dll16 enable_win16
22440 wine_fn_config_makefile dlls/win32u enable_win32u
22441 wine_fn_config_makefile dlls/win32u/tests enable_tests
22442 wine_fn_config_makefile dlls/win87em.dll16 enable_win16
22443 wine_fn_config_makefile dlls/winaspi.dll16 enable_win16
22444 wine_fn_config_makefile dlls/windebug.dll16 enable_win16
22445 wine_fn_config_makefile dlls/windows.devices.enumeration enable_windows_devices_enumeration
22446 wine_fn_config_makefile dlls/windows.gaming.input enable_windows_gaming_input
22447 wine_fn_config_makefile dlls/windows.gaming.input/tests enable_tests
22448 wine_fn_config_makefile dlls/windows.globalization enable_windows_globalization
22449 wine_fn_config_makefile dlls/windows.globalization/tests enable_tests
22450 wine_fn_config_makefile dlls/windows.media.devices enable_windows_media_devices
22451 wine_fn_config_makefile dlls/windows.media.devices/tests enable_tests
22452 wine_fn_config_makefile dlls/windows.media.speech enable_windows_media_speech
22453 wine_fn_config_makefile dlls/windows.media.speech/tests enable_tests
22454 wine_fn_config_makefile dlls/windowscodecs enable_windowscodecs
22455 wine_fn_config_makefile dlls/windowscodecs/tests enable_tests
22456 wine_fn_config_makefile dlls/windowscodecsext enable_windowscodecsext
22457 wine_fn_config_makefile dlls/windowscodecsext/tests enable_tests
22458 wine_fn_config_makefile dlls/winealsa.drv enable_winealsa_drv
22459 wine_fn_config_makefile dlls/wineandroid.drv enable_wineandroid_drv
22460 wine_fn_config_makefile dlls/winebus.sys enable_winebus_sys
22461 wine_fn_config_makefile dlls/winecoreaudio.drv enable_winecoreaudio_drv
22462 wine_fn_config_makefile dlls/winecrt0 enable_winecrt0
22463 wine_fn_config_makefile dlls/wined3d enable_wined3d
22464 wine_fn_config_makefile dlls/winegstreamer enable_winegstreamer
22465 wine_fn_config_makefile dlls/winehid.sys enable_winehid_sys
22466 wine_fn_config_makefile dlls/winemac.drv enable_winemac_drv
22467 wine_fn_config_makefile dlls/winemapi enable_winemapi
22468 wine_fn_config_makefile dlls/wineoss.drv enable_wineoss_drv
22469 wine_fn_config_makefile dlls/wineps.drv enable_wineps_drv
22470 wine_fn_config_makefile dlls/wineps16.drv16 enable_win16
22471 wine_fn_config_makefile dlls/winepulse.drv enable_winepulse_drv
22472 wine_fn_config_makefile dlls/wineusb.sys enable_wineusb_sys
22473 wine_fn_config_makefile dlls/winevulkan enable_winevulkan
22474 wine_fn_config_makefile dlls/winex11.drv enable_winex11_drv
22475 wine_fn_config_makefile dlls/winexinput.sys enable_winexinput_sys
22476 wine_fn_config_makefile dlls/wing.dll16 enable_win16
22477 wine_fn_config_makefile dlls/wing32 enable_wing32
22478 wine_fn_config_makefile dlls/winhttp enable_winhttp
22479 wine_fn_config_makefile dlls/winhttp/tests enable_tests
22480 wine_fn_config_makefile dlls/wininet enable_wininet
22481 wine_fn_config_makefile dlls/wininet/tests enable_tests
22482 wine_fn_config_makefile dlls/winmm enable_winmm
22483 wine_fn_config_makefile dlls/winmm/tests enable_tests
22484 wine_fn_config_makefile dlls/winnls.dll16 enable_win16
22485 wine_fn_config_makefile dlls/winnls32 enable_winnls32
22486 wine_fn_config_makefile dlls/winscard enable_winscard
22487 wine_fn_config_makefile dlls/winsock.dll16 enable_win16
22488 wine_fn_config_makefile dlls/winspool.drv enable_winspool_drv
22489 wine_fn_config_makefile dlls/winspool.drv/tests enable_tests
22490 wine_fn_config_makefile dlls/winsta enable_winsta
22491 wine_fn_config_makefile dlls/wintab.dll16 enable_win16
22492 wine_fn_config_makefile dlls/wintab32 enable_wintab32
22493 wine_fn_config_makefile dlls/wintab32/tests enable_tests
22494 wine_fn_config_makefile dlls/wintrust enable_wintrust
22495 wine_fn_config_makefile dlls/wintrust/tests enable_tests
22496 wine_fn_config_makefile dlls/winusb enable_winusb
22497 wine_fn_config_makefile dlls/wlanapi enable_wlanapi
22498 wine_fn_config_makefile dlls/wlanapi/tests enable_tests
22499 wine_fn_config_makefile dlls/wlanui enable_wlanui
22500 wine_fn_config_makefile dlls/wldap32 enable_wldap32
22501 wine_fn_config_makefile dlls/wldap32/tests enable_tests
22502 wine_fn_config_makefile dlls/wmasf enable_wmasf
22503 wine_fn_config_makefile dlls/wmi enable_wmi
22504 wine_fn_config_makefile dlls/wmiutils enable_wmiutils
22505 wine_fn_config_makefile dlls/wmiutils/tests enable_tests
22506 wine_fn_config_makefile dlls/wmp enable_wmp
22507 wine_fn_config_makefile dlls/wmp/tests enable_tests
22508 wine_fn_config_makefile dlls/wmphoto enable_wmphoto
22509 wine_fn_config_makefile dlls/wmvcore enable_wmvcore
22510 wine_fn_config_makefile dlls/wmvcore/tests enable_tests
22511 wine_fn_config_makefile dlls/wnaspi32 enable_wnaspi32
22512 wine_fn_config_makefile dlls/wow32 enable_win16
22513 wine_fn_config_makefile dlls/wow64 enable_wow64
22514 wine_fn_config_makefile dlls/wow64cpu enable_wow64cpu
22515 wine_fn_config_makefile dlls/wow64win enable_wow64win
22516 wine_fn_config_makefile dlls/wpc enable_wpc
22517 wine_fn_config_makefile dlls/wpc/tests enable_tests
22518 wine_fn_config_makefile dlls/wpcap enable_wpcap
22519 wine_fn_config_makefile dlls/ws2_32 enable_ws2_32
22520 wine_fn_config_makefile dlls/ws2_32/tests enable_tests
22521 wine_fn_config_makefile dlls/wsdapi enable_wsdapi
22522 wine_fn_config_makefile dlls/wsdapi/tests enable_tests
22523 wine_fn_config_makefile dlls/wshom.ocx enable_wshom_ocx
22524 wine_fn_config_makefile dlls/wshom.ocx/tests enable_tests
22525 wine_fn_config_makefile dlls/wsnmp32 enable_wsnmp32
22526 wine_fn_config_makefile dlls/wsnmp32/tests enable_tests
22527 wine_fn_config_makefile dlls/wsock32 enable_wsock32
22528 wine_fn_config_makefile dlls/wtsapi32 enable_wtsapi32
22529 wine_fn_config_makefile dlls/wtsapi32/tests enable_tests
22530 wine_fn_config_makefile dlls/wuapi enable_wuapi
22531 wine_fn_config_makefile dlls/wuaueng enable_wuaueng
22532 wine_fn_config_makefile dlls/x3daudio1_0 enable_x3daudio1_0
22533 wine_fn_config_makefile dlls/x3daudio1_1 enable_x3daudio1_1
22534 wine_fn_config_makefile dlls/x3daudio1_2 enable_x3daudio1_2
22535 wine_fn_config_makefile dlls/x3daudio1_3 enable_x3daudio1_3
22536 wine_fn_config_makefile dlls/x3daudio1_4 enable_x3daudio1_4
22537 wine_fn_config_makefile dlls/x3daudio1_5 enable_x3daudio1_5
22538 wine_fn_config_makefile dlls/x3daudio1_6 enable_x3daudio1_6
22539 wine_fn_config_makefile dlls/x3daudio1_7 enable_x3daudio1_7
22540 wine_fn_config_makefile dlls/xactengine2_0 enable_xactengine2_0
22541 wine_fn_config_makefile dlls/xactengine2_4 enable_xactengine2_4
22542 wine_fn_config_makefile dlls/xactengine2_7 enable_xactengine2_7
22543 wine_fn_config_makefile dlls/xactengine2_9 enable_xactengine2_9
22544 wine_fn_config_makefile dlls/xactengine3_0 enable_xactengine3_0
22545 wine_fn_config_makefile dlls/xactengine3_1 enable_xactengine3_1
22546 wine_fn_config_makefile dlls/xactengine3_2 enable_xactengine3_2
22547 wine_fn_config_makefile dlls/xactengine3_3 enable_xactengine3_3
22548 wine_fn_config_makefile dlls/xactengine3_4 enable_xactengine3_4
22549 wine_fn_config_makefile dlls/xactengine3_5 enable_xactengine3_5
22550 wine_fn_config_makefile dlls/xactengine3_6 enable_xactengine3_6
22551 wine_fn_config_makefile dlls/xactengine3_7 enable_xactengine3_7
22552 wine_fn_config_makefile dlls/xactengine3_7/tests enable_tests
22553 wine_fn_config_makefile dlls/xapofx1_1 enable_xapofx1_1
22554 wine_fn_config_makefile dlls/xapofx1_2 enable_xapofx1_2
22555 wine_fn_config_makefile dlls/xapofx1_3 enable_xapofx1_3
22556 wine_fn_config_makefile dlls/xapofx1_4 enable_xapofx1_4
22557 wine_fn_config_makefile dlls/xapofx1_5 enable_xapofx1_5
22558 wine_fn_config_makefile dlls/xaudio2_0 enable_xaudio2_0
22559 wine_fn_config_makefile dlls/xaudio2_1 enable_xaudio2_1
22560 wine_fn_config_makefile dlls/xaudio2_2 enable_xaudio2_2
22561 wine_fn_config_makefile dlls/xaudio2_3 enable_xaudio2_3
22562 wine_fn_config_makefile dlls/xaudio2_4 enable_xaudio2_4
22563 wine_fn_config_makefile dlls/xaudio2_5 enable_xaudio2_5
22564 wine_fn_config_makefile dlls/xaudio2_6 enable_xaudio2_6
22565 wine_fn_config_makefile dlls/xaudio2_7 enable_xaudio2_7
22566 wine_fn_config_makefile dlls/xaudio2_7/tests enable_tests
22567 wine_fn_config_makefile dlls/xaudio2_8 enable_xaudio2_8
22568 wine_fn_config_makefile dlls/xaudio2_9 enable_xaudio2_9
22569 wine_fn_config_makefile dlls/xinput1_1 enable_xinput1_1
22570 wine_fn_config_makefile dlls/xinput1_2 enable_xinput1_2
22571 wine_fn_config_makefile dlls/xinput1_3 enable_xinput1_3
22572 wine_fn_config_makefile dlls/xinput1_3/tests enable_tests
22573 wine_fn_config_makefile dlls/xinput1_4 enable_xinput1_4
22574 wine_fn_config_makefile dlls/xinput9_1_0 enable_xinput9_1_0
22575 wine_fn_config_makefile dlls/xmllite enable_xmllite
22576 wine_fn_config_makefile dlls/xmllite/tests enable_tests
22577 wine_fn_config_makefile dlls/xolehlp enable_xolehlp
22578 wine_fn_config_makefile dlls/xpsprint enable_xpsprint
22579 wine_fn_config_makefile dlls/xpssvcs enable_xpssvcs
22580 wine_fn_config_makefile fonts enable_fonts
22581 wine_fn_config_makefile include enable_include
22582 wine_fn_config_makefile libs/adsiid enable_adsiid
22583 wine_fn_config_makefile libs/dmoguids enable_dmoguids
22584 wine_fn_config_makefile libs/dxerr8 enable_dxerr8
22585 wine_fn_config_makefile libs/dxerr9 enable_dxerr9
22586 wine_fn_config_makefile libs/dxguid enable_dxguid
22587 wine_fn_config_makefile libs/faudio enable_faudio
22588 wine_fn_config_makefile libs/gsm enable_gsm
22589 wine_fn_config_makefile libs/jpeg enable_jpeg
22590 wine_fn_config_makefile libs/jxr enable_jxr
22591 wine_fn_config_makefile libs/lcms2 enable_lcms2
22592 wine_fn_config_makefile libs/mfuuid enable_mfuuid
22593 wine_fn_config_makefile libs/mpg123 enable_mpg123
22594 wine_fn_config_makefile libs/png enable_png
22595 wine_fn_config_makefile libs/strmbase enable_strmbase
22596 wine_fn_config_makefile libs/strmiids enable_strmiids
22597 wine_fn_config_makefile libs/tiff enable_tiff
22598 wine_fn_config_makefile libs/uuid enable_uuid
22599 wine_fn_config_makefile libs/wbemuuid enable_wbemuuid
22600 wine_fn_config_makefile libs/wine enable_wine
22601 wine_fn_config_makefile libs/wmcodecdspuuid enable_wmcodecdspuuid
22602 wine_fn_config_makefile libs/xml2 enable_xml2
22603 wine_fn_config_makefile libs/xslt enable_xslt
22604 wine_fn_config_makefile libs/zlib enable_zlib
22605 wine_fn_config_makefile loader enable_loader
22606 wine_fn_config_makefile nls enable_nls
22607 wine_fn_config_makefile po enable_po
22608 wine_fn_config_makefile programs/arp enable_arp
22609 wine_fn_config_makefile programs/aspnet_regiis enable_aspnet_regiis
22610 wine_fn_config_makefile programs/attrib enable_attrib
22611 wine_fn_config_makefile programs/cabarc enable_cabarc
22612 wine_fn_config_makefile programs/cacls enable_cacls
22613 wine_fn_config_makefile programs/chcp.com enable_chcp_com
22614 wine_fn_config_makefile programs/clock enable_clock
22615 wine_fn_config_makefile programs/cmd enable_cmd
22616 wine_fn_config_makefile programs/cmd/tests enable_tests
22617 wine_fn_config_makefile programs/conhost enable_conhost
22618 wine_fn_config_makefile programs/conhost/tests enable_tests
22619 wine_fn_config_makefile programs/control enable_control
22620 wine_fn_config_makefile programs/cscript enable_cscript
22621 wine_fn_config_makefile programs/dism enable_dism
22622 wine_fn_config_makefile programs/dplaysvr enable_dplaysvr
22623 wine_fn_config_makefile programs/dpnsvr enable_dpnsvr
22624 wine_fn_config_makefile programs/dpvsetup enable_dpvsetup
22625 wine_fn_config_makefile programs/dxdiag enable_dxdiag
22626 wine_fn_config_makefile programs/eject enable_eject
22627 wine_fn_config_makefile programs/expand enable_expand
22628 wine_fn_config_makefile programs/explorer enable_explorer
22629 wine_fn_config_makefile programs/extrac32 enable_extrac32
22630 wine_fn_config_makefile programs/fc enable_fc
22631 wine_fn_config_makefile programs/find enable_find
22632 wine_fn_config_makefile programs/find/tests enable_tests
22633 wine_fn_config_makefile programs/findstr enable_findstr
22634 wine_fn_config_makefile programs/fsutil enable_fsutil
22635 wine_fn_config_makefile programs/fsutil/tests enable_tests
22636 wine_fn_config_makefile programs/hh enable_hh
22637 wine_fn_config_makefile programs/hostname enable_hostname
22638 wine_fn_config_makefile programs/icacls enable_icacls
22639 wine_fn_config_makefile programs/icinfo enable_icinfo
22640 wine_fn_config_makefile programs/iexplore enable_iexplore
22641 wine_fn_config_makefile programs/ipconfig enable_ipconfig
22642 wine_fn_config_makefile programs/lodctr enable_lodctr
22643 wine_fn_config_makefile programs/mofcomp enable_mofcomp
22644 wine_fn_config_makefile programs/mshta enable_mshta
22645 wine_fn_config_makefile programs/msidb enable_msidb
22646 wine_fn_config_makefile programs/msiexec enable_msiexec
22647 wine_fn_config_makefile programs/msinfo32 enable_msinfo32
22648 wine_fn_config_makefile programs/net enable_net
22649 wine_fn_config_makefile programs/netsh enable_netsh
22650 wine_fn_config_makefile programs/netstat enable_netstat
22651 wine_fn_config_makefile programs/ngen enable_ngen
22652 wine_fn_config_makefile programs/notepad enable_notepad
22653 wine_fn_config_makefile programs/oleview enable_oleview
22654 wine_fn_config_makefile programs/ping enable_ping
22655 wine_fn_config_makefile programs/plugplay enable_plugplay
22656 wine_fn_config_makefile programs/powershell enable_powershell
22657 wine_fn_config_makefile programs/presentationfontcache enable_presentationfontcache
22658 wine_fn_config_makefile programs/progman enable_progman
22659 wine_fn_config_makefile programs/reg enable_reg
22660 wine_fn_config_makefile programs/reg/tests enable_tests
22661 wine_fn_config_makefile programs/regasm enable_regasm
22662 wine_fn_config_makefile programs/regedit enable_regedit
22663 wine_fn_config_makefile programs/regedit/tests enable_tests
22664 wine_fn_config_makefile programs/regini enable_regini
22665 wine_fn_config_makefile programs/regsvcs enable_regsvcs
22666 wine_fn_config_makefile programs/regsvr32 enable_regsvr32
22667 wine_fn_config_makefile programs/robocopy enable_robocopy
22668 wine_fn_config_makefile programs/rpcss enable_rpcss
22669 wine_fn_config_makefile programs/rundll.exe16 enable_win16
22670 wine_fn_config_makefile programs/rundll32 enable_rundll32
22671 wine_fn_config_makefile programs/sc enable_sc
22672 wine_fn_config_makefile programs/schtasks enable_schtasks
22673 wine_fn_config_makefile programs/schtasks/tests enable_tests
22674 wine_fn_config_makefile programs/sdbinst enable_sdbinst
22675 wine_fn_config_makefile programs/secedit enable_secedit
22676 wine_fn_config_makefile programs/servicemodelreg enable_servicemodelreg
22677 wine_fn_config_makefile programs/services enable_services
22678 wine_fn_config_makefile programs/services/tests enable_tests
22679 wine_fn_config_makefile programs/shutdown enable_shutdown
22680 wine_fn_config_makefile programs/spoolsv enable_spoolsv
22681 wine_fn_config_makefile programs/start enable_start
22682 wine_fn_config_makefile programs/subst enable_subst
22683 wine_fn_config_makefile programs/svchost enable_svchost
22684 wine_fn_config_makefile programs/systeminfo enable_systeminfo
22685 wine_fn_config_makefile programs/taskkill enable_taskkill
22686 wine_fn_config_makefile programs/tasklist enable_tasklist
22687 wine_fn_config_makefile programs/taskmgr enable_taskmgr
22688 wine_fn_config_makefile programs/termsv enable_termsv
22689 wine_fn_config_makefile programs/uninstaller enable_uninstaller
22690 wine_fn_config_makefile programs/unlodctr enable_unlodctr
22691 wine_fn_config_makefile programs/view enable_view
22692 wine_fn_config_makefile programs/wevtutil enable_wevtutil
22693 wine_fn_config_makefile programs/where enable_where
22694 wine_fn_config_makefile programs/whoami enable_whoami
22695 wine_fn_config_makefile programs/wineboot enable_wineboot
22696 wine_fn_config_makefile programs/winebrowser enable_winebrowser
22697 wine_fn_config_makefile programs/winecfg enable_winecfg
22698 wine_fn_config_makefile programs/wineconsole enable_wineconsole
22699 wine_fn_config_makefile programs/winedbg enable_winedbg
22700 wine_fn_config_makefile programs/winedevice enable_winedevice
22701 wine_fn_config_makefile programs/winefile enable_winefile
22702 wine_fn_config_makefile programs/winemenubuilder enable_winemenubuilder
22703 wine_fn_config_makefile programs/winemine enable_winemine
22704 wine_fn_config_makefile programs/winemsibuilder enable_winemsibuilder
22705 wine_fn_config_makefile programs/winepath enable_winepath
22706 wine_fn_config_makefile programs/winetest enable_winetest
22707 wine_fn_config_makefile programs/winevdm enable_win16
22708 wine_fn_config_makefile programs/winhelp.exe16 enable_win16
22709 wine_fn_config_makefile programs/winhlp32 enable_winhlp32
22710 wine_fn_config_makefile programs/winmgmt enable_winmgmt
22711 wine_fn_config_makefile programs/winoldap.mod16 enable_win16
22712 wine_fn_config_makefile programs/winver enable_winver
22713 wine_fn_config_makefile programs/wmic enable_wmic
22714 wine_fn_config_makefile programs/wmplayer enable_wmplayer
22715 wine_fn_config_makefile programs/wordpad enable_wordpad
22716 wine_fn_config_makefile programs/write enable_write
22717 wine_fn_config_makefile programs/wscript enable_wscript
22718 wine_fn_config_makefile programs/wscript/tests enable_tests
22719 wine_fn_config_makefile programs/wuauserv enable_wuauserv
22720 wine_fn_config_makefile programs/wusa enable_wusa
22721 wine_fn_config_makefile programs/xcopy enable_xcopy
22722 wine_fn_config_makefile programs/xcopy/tests enable_tests
22723 wine_fn_config_makefile server enable_server
22724 test "x$enable_tools" = xno || wine_fn_config_makefile tools enable_tools
22725 test "x$enable_tools" = xno || wine_fn_config_makefile tools/sfnt2fon enable_sfnt2fon
22726 test "x$enable_tools" = xno || wine_fn_config_makefile tools/widl enable_widl
22727 test "x$enable_tools" = xno || wine_fn_config_makefile tools/winebuild enable_winebuild
22728 test "x$enable_tools" = xno || wine_fn_config_makefile tools/winedump enable_winedump
22729 test "x$enable_tools" = xno || wine_fn_config_makefile tools/winegcc enable_winegcc
22730 test "x$enable_tools" = xno || wine_fn_config_makefile tools/winemaker enable_winemaker
22731 test "x$enable_tools" = xno || wine_fn_config_makefile tools/wmc enable_wmc
22732 test "x$enable_tools" = xno || wine_fn_config_makefile tools/wrc enable_wrc
22735 wine_fn_append_file CONFIGURE_TARGETS "TAGS"
22736 wine_fn_append_file CONFIGURE_TARGETS "tags"
22737 wine_fn_append_file CONFIGURE_TARGETS "autom4te.cache"
22738 wine_fn_append_file CONFIGURE_TARGETS "config.log"
22739 wine_fn_append_file CONFIGURE_TARGETS "config.status"
22740 wine_fn_append_file CONFIGURE_TARGETS "include/config.h"
22741 wine_fn_append_file CONFIGURE_TARGETS "include/stamp-h"
22742 test "$wine_binary" = wine || wine_fn_append_file CONFIGURE_TARGETS "loader/wine"
22744 if test "x$enable_tools" != xno
22745 then
22746 wine_fn_append_file CONFIGURE_TARGETS "tools/makedep$ac_exeext"
22747 ac_config_commands="$ac_config_commands tools/makedep"
22751 ac_config_commands="$ac_config_commands Makefile"
22755 SHELL=/bin/sh
22758 wine_fn_append_rule "all: wine
22759 @echo \"Wine build complete.\"
22760 .INIT: Makefile
22761 .MAKEFILEDEPS:
22762 all: Makefile
22763 Makefile: config.status \$(MAKEDEP)
22764 @./config.status Makefile
22765 depend: \$(MAKEDEP)
22766 \$(MAKEDEP)$makedep_flags"
22769 wine_fn_append_rule "config.status: ${wine_srcdir}configure
22770 @./config.status --recheck
22771 include/config.h: include/stamp-h
22772 include/stamp-h: ${wine_srcdir}include/config.h.in config.status
22773 @./config.status include/config.h include/stamp-h"
22775 if test "x$enable_maintainer_mode" = xyes
22776 then
22777 wine_fn_append_rule "configure: configure.ac aclocal.m4
22778 autoconf --warnings=all
22779 include/config.h.in: include/stamp-h.in
22780 include/stamp-h.in: configure.ac aclocal.m4
22781 autoheader --warnings=all
22782 @echo timestamp > \$@"
22785 if test "x$enable_tools" != xno
22786 then
22787 wine_fn_append_rule "tools/makedep$ac_exeext: ${wine_srcdir}tools/makedep.c include/config.h config.status
22788 @./config.status tools/makedep
22789 Makefile: tools/makedep$ac_exeext"
22790 else
22791 wine_fn_append_rule "\$(MAKEDEP):
22792 @echo \"You need to run make in $toolsdir first\" && false"
22796 if test -n "$with_wine64"
22797 then
22798 case "$with_wine64" in
22799 /*) reldir="" ;;
22800 *) reldir="../" ;;
22801 esac
22802 rm -f fonts server 2>/dev/null
22803 wine_fn_append_rule "all: loader/wine64 loader/wine64-preloader $with_wine64/loader/wine $with_wine64/loader/wine-preloader
22804 loader/wine64 loader/wine64-preloader:
22805 rm -f \$@ && \$(LN_S) $reldir$with_wine64/\$@ \$@
22806 $with_wine64/loader/wine:
22807 rm -f \$@ && \$(LN_S) $ac_pwd/loader/wine \$@
22808 $with_wine64/loader/wine-preloader:
22809 rm -f \$@ && \$(LN_S) $ac_pwd/loader/wine-preloader \$@
22810 clean::
22811 rm -f loader/wine64 loader/wine64-preloader $with_wine64/loader/wine $with_wine64/loader/wine-preloader"
22812 else
22813 TOP_INSTALL_DEV="$TOP_INSTALL_DEV include"
22814 TOP_INSTALL_LIB="$TOP_INSTALL_LIB \
22815 fonts \
22816 loader/wine.inf \
22817 nls \
22818 programs/msidb/msidb \
22819 programs/msiexec/msiexec \
22820 programs/notepad/notepad \
22821 programs/regedit/regedit \
22822 programs/regsvr32/regsvr32 \
22823 programs/wineboot/wineboot \
22824 programs/winecfg/winecfg \
22825 programs/wineconsole/wineconsole \
22826 programs/winedbg/winedbg \
22827 programs/winefile/winefile \
22828 programs/winemine/winemine \
22829 programs/winepath/winepath \
22830 server/wineserver"
22832 case $host_os in
22833 cygwin*|mingw32*|darwin*|macosx*|linux-android*) ;;
22834 *) TOP_INSTALL_LIB="$TOP_INSTALL_LIB loader/wine.desktop" ;;
22835 esac
22839 wine_fn_append_rule "distclean:: clean
22840 rm -rf autom4te.cache documentation/html documentation/api-guide documentation/api-guide-xml documentation/man\$(api_manext)"
22843 wine_fn_append_rule "install-manpages:: manpages
22844 for i in documentation/man\$(api_manext)/*.\$(api_manext); do ${wine_srcdir}tools/install-sh -m 644 \$(INSTALL_DATA_FLAGS) \$\$i \$(DESTDIR)\$(mandir)/\$\$i; done"
22847 wine_fn_append_rule "dlls/ntdll/unix/version.c: dummy
22848 @version=\`(GIT_DIR=${wine_srcdir}.git git describe HEAD 2>/dev/null || echo \"wine-\$(PACKAGE_VERSION)\") | sed -n -e '\$\$s/\(.*\)/const char wine_build[] = \"\\1\";/p'\` && (echo \$\$version | cmp -s - \$@) || echo \$\$version >\$@ || (rm -f \$@ && exit 1)
22849 programs/winetest/build.rc: dummy
22850 @build=\"STRINGTABLE { 1 \\\"\`GIT_DIR=${wine_srcdir}.git git rev-parse HEAD 2>/dev/null\`\\\" }\" && (echo \$\$build | cmp -s - \$@) || echo \$\$build >\$@ || (rm -f \$@ && exit 1)
22851 programs/winetest/build.nfo:
22852 @-\$(CC) -v 2>\$@
22853 dlls/wineandroid.drv/wine-debug.apk: dlls/wineandroid.drv/build.gradle ${wine_srcdir}dlls/wineandroid.drv/AndroidManifest.xml ${wine_srcdir}dlls/wineandroid.drv/WineActivity.java ${wine_srcdir}dlls/wineandroid.drv/wine.svg
22854 cd dlls/wineandroid.drv && gradle -q -Psrcdir=$srcdir assembleDebug
22855 mv dlls/wineandroid.drv/build/outputs/apk/wine-debug.apk \$@"
22858 TAGSFLAGS="--langmap='c:+.idl.l.rh,make:(Make*.in)'"
22860 wine_fn_append_rule "TAGS etags:
22861 rm -f TAGS
22862 (test -d .git && git ls-files || find -L $srcdir -name '*.[ch]' -print) | xargs etags -a \$(TAGSFLAGS)
22863 tags ctags:
22864 rm -f tags
22865 (test -d .git && git ls-files || find -L $srcdir -name '*.[ch]' -print) | xargs ctags -a \$(TAGSFLAGS)
22866 dummy:
22867 .PHONY: depend dummy install-manpages"
22869 printf "%s\n" " done" >&6
22870 cat >confcache <<\_ACEOF
22871 # This file is a shell script that caches the results of configure
22872 # tests run on this system so they can be shared between configure
22873 # scripts and configure runs, see configure's option --config-cache.
22874 # It is not useful on other systems. If it contains results you don't
22875 # want to keep, you may remove or edit it.
22877 # config.status only pays attention to the cache file if you give it
22878 # the --recheck option to rerun configure.
22880 # `ac_cv_env_foo' variables (set or unset) will be overridden when
22881 # loading this file, other *unset* `ac_cv_foo' will be assigned the
22882 # following values.
22884 _ACEOF
22886 # The following way of writing the cache mishandles newlines in values,
22887 # but we know of no workaround that is simple, portable, and efficient.
22888 # So, we kill variables containing newlines.
22889 # Ultrix sh set writes to stderr and can't be redirected directly,
22890 # and sets the high bit in the cache file unless we assign to the vars.
22892 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
22893 eval ac_val=\$$ac_var
22894 case $ac_val in #(
22895 *${as_nl}*)
22896 case $ac_var in #(
22897 *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
22898 printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
22899 esac
22900 case $ac_var in #(
22901 _ | IFS | as_nl) ;; #(
22902 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
22903 *) { eval $ac_var=; unset $ac_var;} ;;
22904 esac ;;
22905 esac
22906 done
22908 (set) 2>&1 |
22909 case $as_nl`(ac_space=' '; set) 2>&1` in #(
22910 *${as_nl}ac_space=\ *)
22911 # `set' does not quote correctly, so add quotes: double-quote
22912 # substitution turns \\\\ into \\, and sed turns \\ into \.
22913 sed -n \
22914 "s/'/'\\\\''/g;
22915 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
22916 ;; #(
22918 # `set' quotes correctly as required by POSIX, so do not add quotes.
22919 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
22921 esac |
22922 sort
22924 sed '
22925 /^ac_cv_env_/b end
22926 t clear
22927 :clear
22928 s/^\([^=]*\)=\(.*[{}].*\)$/test ${\1+y} || &/
22929 t end
22930 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
22931 :end' >>confcache
22932 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
22933 if test -w "$cache_file"; then
22934 if test "x$cache_file" != "x/dev/null"; then
22935 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
22936 printf "%s\n" "$as_me: updating cache $cache_file" >&6;}
22937 if test ! -f "$cache_file" || test -h "$cache_file"; then
22938 cat confcache >"$cache_file"
22939 else
22940 case $cache_file in #(
22941 */* | ?:*)
22942 mv -f confcache "$cache_file"$$ &&
22943 mv -f "$cache_file"$$ "$cache_file" ;; #(
22945 mv -f confcache "$cache_file" ;;
22946 esac
22949 else
22950 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
22951 printf "%s\n" "$as_me: not updating unwritable cache $cache_file" >&6;}
22954 rm -f confcache
22956 test "x$prefix" = xNONE && prefix=$ac_default_prefix
22957 # Let make expand exec_prefix.
22958 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
22960 DEFS=-DHAVE_CONFIG_H
22962 ac_libobjs=
22963 ac_ltlibobjs=
22965 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
22966 # 1. Remove the extension, and $U if already installed.
22967 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
22968 ac_i=`printf "%s\n" "$ac_i" | sed "$ac_script"`
22969 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
22970 # will be set to the directory where LIBOBJS objects are built.
22971 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
22972 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
22973 done
22974 LIBOBJS=$ac_libobjs
22976 LTLIBOBJS=$ac_ltlibobjs
22980 : "${CONFIG_STATUS=./config.status}"
22981 ac_write_fail=0
22982 ac_clean_files_save=$ac_clean_files
22983 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
22984 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
22985 printf "%s\n" "$as_me: creating $CONFIG_STATUS" >&6;}
22986 as_write_fail=0
22987 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
22988 #! $SHELL
22989 # Generated by $as_me.
22990 # Run this file to recreate the current configuration.
22991 # Compiler output produced by configure, useful for debugging
22992 # configure, is in config.log if it exists.
22994 debug=false
22995 ac_cs_recheck=false
22996 ac_cs_silent=false
22998 SHELL=\${CONFIG_SHELL-$SHELL}
22999 export SHELL
23000 _ASEOF
23001 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
23002 ## -------------------- ##
23003 ## M4sh Initialization. ##
23004 ## -------------------- ##
23006 # Be more Bourne compatible
23007 DUALCASE=1; export DUALCASE # for MKS sh
23008 as_nop=:
23009 if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
23010 then :
23011 emulate sh
23012 NULLCMD=:
23013 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
23014 # is contrary to our usage. Disable this feature.
23015 alias -g '${1+"$@"}'='"$@"'
23016 setopt NO_GLOB_SUBST
23017 else $as_nop
23018 case `(set -o) 2>/dev/null` in #(
23019 *posix*) :
23020 set -o posix ;; #(
23021 *) :
23023 esac
23028 # Reset variables that may have inherited troublesome values from
23029 # the environment.
23031 # IFS needs to be set, to space, tab, and newline, in precisely that order.
23032 # (If _AS_PATH_WALK were called with IFS unset, it would have the
23033 # side effect of setting IFS to empty, thus disabling word splitting.)
23034 # Quoting is to prevent editors from complaining about space-tab.
23035 as_nl='
23037 export as_nl
23038 IFS=" "" $as_nl"
23040 PS1='$ '
23041 PS2='> '
23042 PS4='+ '
23044 # Ensure predictable behavior from utilities with locale-dependent output.
23045 LC_ALL=C
23046 export LC_ALL
23047 LANGUAGE=C
23048 export LANGUAGE
23050 # We cannot yet rely on "unset" to work, but we need these variables
23051 # to be unset--not just set to an empty or harmless value--now, to
23052 # avoid bugs in old shells (e.g. pre-3.0 UWIN ksh). This construct
23053 # also avoids known problems related to "unset" and subshell syntax
23054 # in other old shells (e.g. bash 2.01 and pdksh 5.2.14).
23055 for as_var in BASH_ENV ENV MAIL MAILPATH CDPATH
23056 do eval test \${$as_var+y} \
23057 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
23058 done
23060 # Ensure that fds 0, 1, and 2 are open.
23061 if (exec 3>&0) 2>/dev/null; then :; else exec 0</dev/null; fi
23062 if (exec 3>&1) 2>/dev/null; then :; else exec 1>/dev/null; fi
23063 if (exec 3>&2) ; then :; else exec 2>/dev/null; fi
23065 # The user is always right.
23066 if ${PATH_SEPARATOR+false} :; then
23067 PATH_SEPARATOR=:
23068 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
23069 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
23070 PATH_SEPARATOR=';'
23075 # Find who we are. Look in the path if we contain no directory separator.
23076 as_myself=
23077 case $0 in #((
23078 *[\\/]* ) as_myself=$0 ;;
23079 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
23080 for as_dir in $PATH
23082 IFS=$as_save_IFS
23083 case $as_dir in #(((
23084 '') as_dir=./ ;;
23085 */) ;;
23086 *) as_dir=$as_dir/ ;;
23087 esac
23088 test -r "$as_dir$0" && as_myself=$as_dir$0 && break
23089 done
23090 IFS=$as_save_IFS
23093 esac
23094 # We did not find ourselves, most probably we were run as `sh COMMAND'
23095 # in which case we are not to be found in the path.
23096 if test "x$as_myself" = x; then
23097 as_myself=$0
23099 if test ! -f "$as_myself"; then
23100 printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
23101 exit 1
23106 # as_fn_error STATUS ERROR [LINENO LOG_FD]
23107 # ----------------------------------------
23108 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
23109 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
23110 # script with STATUS, using 1 if that was 0.
23111 as_fn_error ()
23113 as_status=$1; test $as_status -eq 0 && as_status=1
23114 if test "$4"; then
23115 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
23116 printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
23118 printf "%s\n" "$as_me: error: $2" >&2
23119 as_fn_exit $as_status
23120 } # as_fn_error
23124 # as_fn_set_status STATUS
23125 # -----------------------
23126 # Set $? to STATUS, without forking.
23127 as_fn_set_status ()
23129 return $1
23130 } # as_fn_set_status
23132 # as_fn_exit STATUS
23133 # -----------------
23134 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
23135 as_fn_exit ()
23137 set +e
23138 as_fn_set_status $1
23139 exit $1
23140 } # as_fn_exit
23142 # as_fn_unset VAR
23143 # ---------------
23144 # Portably unset VAR.
23145 as_fn_unset ()
23147 { eval $1=; unset $1;}
23149 as_unset=as_fn_unset
23151 # as_fn_append VAR VALUE
23152 # ----------------------
23153 # Append the text in VALUE to the end of the definition contained in VAR. Take
23154 # advantage of any shell optimizations that allow amortized linear growth over
23155 # repeated appends, instead of the typical quadratic growth present in naive
23156 # implementations.
23157 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null
23158 then :
23159 eval 'as_fn_append ()
23161 eval $1+=\$2
23163 else $as_nop
23164 as_fn_append ()
23166 eval $1=\$$1\$2
23168 fi # as_fn_append
23170 # as_fn_arith ARG...
23171 # ------------------
23172 # Perform arithmetic evaluation on the ARGs, and store the result in the
23173 # global $as_val. Take advantage of shells that can avoid forks. The arguments
23174 # must be portable across $(()) and expr.
23175 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null
23176 then :
23177 eval 'as_fn_arith ()
23179 as_val=$(( $* ))
23181 else $as_nop
23182 as_fn_arith ()
23184 as_val=`expr "$@" || test $? -eq 1`
23186 fi # as_fn_arith
23189 if expr a : '\(a\)' >/dev/null 2>&1 &&
23190 test "X`expr 00001 : '.*\(...\)'`" = X001; then
23191 as_expr=expr
23192 else
23193 as_expr=false
23196 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
23197 as_basename=basename
23198 else
23199 as_basename=false
23202 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
23203 as_dirname=dirname
23204 else
23205 as_dirname=false
23208 as_me=`$as_basename -- "$0" ||
23209 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
23210 X"$0" : 'X\(//\)$' \| \
23211 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
23212 printf "%s\n" X/"$0" |
23213 sed '/^.*\/\([^/][^/]*\)\/*$/{
23214 s//\1/
23217 /^X\/\(\/\/\)$/{
23218 s//\1/
23221 /^X\/\(\/\).*/{
23222 s//\1/
23225 s/.*/./; q'`
23227 # Avoid depending upon Character Ranges.
23228 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
23229 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
23230 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
23231 as_cr_digits='0123456789'
23232 as_cr_alnum=$as_cr_Letters$as_cr_digits
23235 # Determine whether it's possible to make 'echo' print without a newline.
23236 # These variables are no longer used directly by Autoconf, but are AC_SUBSTed
23237 # for compatibility with existing Makefiles.
23238 ECHO_C= ECHO_N= ECHO_T=
23239 case `echo -n x` in #(((((
23240 -n*)
23241 case `echo 'xy\c'` in
23242 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
23243 xy) ECHO_C='\c';;
23244 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
23245 ECHO_T=' ';;
23246 esac;;
23248 ECHO_N='-n';;
23249 esac
23251 # For backward compatibility with old third-party macros, we provide
23252 # the shell variables $as_echo and $as_echo_n. New code should use
23253 # AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively.
23254 as_echo='printf %s\n'
23255 as_echo_n='printf %s'
23257 rm -f conf$$ conf$$.exe conf$$.file
23258 if test -d conf$$.dir; then
23259 rm -f conf$$.dir/conf$$.file
23260 else
23261 rm -f conf$$.dir
23262 mkdir conf$$.dir 2>/dev/null
23264 if (echo >conf$$.file) 2>/dev/null; then
23265 if ln -s conf$$.file conf$$ 2>/dev/null; then
23266 as_ln_s='ln -s'
23267 # ... but there are two gotchas:
23268 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
23269 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
23270 # In both cases, we have to default to `cp -pR'.
23271 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
23272 as_ln_s='cp -pR'
23273 elif ln conf$$.file conf$$ 2>/dev/null; then
23274 as_ln_s=ln
23275 else
23276 as_ln_s='cp -pR'
23278 else
23279 as_ln_s='cp -pR'
23281 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
23282 rmdir conf$$.dir 2>/dev/null
23285 # as_fn_mkdir_p
23286 # -------------
23287 # Create "$as_dir" as a directory, including parents if necessary.
23288 as_fn_mkdir_p ()
23291 case $as_dir in #(
23292 -*) as_dir=./$as_dir;;
23293 esac
23294 test -d "$as_dir" || eval $as_mkdir_p || {
23295 as_dirs=
23296 while :; do
23297 case $as_dir in #(
23298 *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
23299 *) as_qdir=$as_dir;;
23300 esac
23301 as_dirs="'$as_qdir' $as_dirs"
23302 as_dir=`$as_dirname -- "$as_dir" ||
23303 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
23304 X"$as_dir" : 'X\(//\)[^/]' \| \
23305 X"$as_dir" : 'X\(//\)$' \| \
23306 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
23307 printf "%s\n" X"$as_dir" |
23308 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
23309 s//\1/
23312 /^X\(\/\/\)[^/].*/{
23313 s//\1/
23316 /^X\(\/\/\)$/{
23317 s//\1/
23320 /^X\(\/\).*/{
23321 s//\1/
23324 s/.*/./; q'`
23325 test -d "$as_dir" && break
23326 done
23327 test -z "$as_dirs" || eval "mkdir $as_dirs"
23328 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
23331 } # as_fn_mkdir_p
23332 if mkdir -p . 2>/dev/null; then
23333 as_mkdir_p='mkdir -p "$as_dir"'
23334 else
23335 test -d ./-p && rmdir ./-p
23336 as_mkdir_p=false
23340 # as_fn_executable_p FILE
23341 # -----------------------
23342 # Test if FILE is an executable regular file.
23343 as_fn_executable_p ()
23345 test -f "$1" && test -x "$1"
23346 } # as_fn_executable_p
23347 as_test_x='test -x'
23348 as_executable_p=as_fn_executable_p
23350 # Sed expression to map a string onto a valid CPP name.
23351 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
23353 # Sed expression to map a string onto a valid variable name.
23354 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
23357 exec 6>&1
23358 ## ----------------------------------- ##
23359 ## Main body of $CONFIG_STATUS script. ##
23360 ## ----------------------------------- ##
23361 _ASEOF
23362 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
23364 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
23365 # Save the log message, to keep $0 and so on meaningful, and to
23366 # report actual input values of CONFIG_FILES etc. instead of their
23367 # values after options handling.
23368 ac_log="
23369 This file was extended by Wine $as_me 7.0-rc3, which was
23370 generated by GNU Autoconf 2.71. Invocation command line was
23372 CONFIG_FILES = $CONFIG_FILES
23373 CONFIG_HEADERS = $CONFIG_HEADERS
23374 CONFIG_LINKS = $CONFIG_LINKS
23375 CONFIG_COMMANDS = $CONFIG_COMMANDS
23376 $ $0 $@
23378 on `(hostname || uname -n) 2>/dev/null | sed 1q`
23381 _ACEOF
23384 case $ac_config_headers in *"
23385 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
23386 esac
23389 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
23390 # Files that config.status was made for.
23391 config_headers="$ac_config_headers"
23392 config_links="$ac_config_links"
23393 config_commands="$ac_config_commands"
23395 _ACEOF
23397 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
23398 ac_cs_usage="\
23399 \`$as_me' instantiates files and other configuration actions
23400 from templates according to the current configuration. Unless the files
23401 and actions are specified as TAGs, all are instantiated by default.
23403 Usage: $0 [OPTION]... [TAG]...
23405 -h, --help print this help, then exit
23406 -V, --version print version number and configuration settings, then exit
23407 --config print configuration, then exit
23408 -q, --quiet, --silent
23409 do not print progress messages
23410 -d, --debug don't remove temporary files
23411 --recheck update $as_me by reconfiguring in the same conditions
23412 --header=FILE[:TEMPLATE]
23413 instantiate the configuration header FILE
23415 Configuration headers:
23416 $config_headers
23418 Configuration links:
23419 $config_links
23421 Configuration commands:
23422 $config_commands
23424 Report bugs to <wine-devel@winehq.org>.
23425 Wine home page: <https://www.winehq.org>."
23427 _ACEOF
23428 ac_cs_config=`printf "%s\n" "$ac_configure_args" | sed "$ac_safe_unquote"`
23429 ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\''/g"`
23430 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
23431 ac_cs_config='$ac_cs_config_escaped'
23432 ac_cs_version="\\
23433 Wine config.status 7.0-rc3
23434 configured by $0, generated by GNU Autoconf 2.71,
23435 with options \\"\$ac_cs_config\\"
23437 Copyright (C) 2021 Free Software Foundation, Inc.
23438 This config.status script is free software; the Free Software Foundation
23439 gives unlimited permission to copy, distribute and modify it."
23441 ac_pwd='$ac_pwd'
23442 srcdir='$srcdir'
23443 test -n "\$AWK" || AWK=awk
23444 _ACEOF
23446 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
23447 # The default lists apply if the user does not specify any file.
23448 ac_need_defaults=:
23449 while test $# != 0
23451 case $1 in
23452 --*=?*)
23453 ac_option=`expr "X$1" : 'X\([^=]*\)='`
23454 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
23455 ac_shift=:
23457 --*=)
23458 ac_option=`expr "X$1" : 'X\([^=]*\)='`
23459 ac_optarg=
23460 ac_shift=:
23463 ac_option=$1
23464 ac_optarg=$2
23465 ac_shift=shift
23467 esac
23469 case $ac_option in
23470 # Handling of the options.
23471 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
23472 ac_cs_recheck=: ;;
23473 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
23474 printf "%s\n" "$ac_cs_version"; exit ;;
23475 --config | --confi | --conf | --con | --co | --c )
23476 printf "%s\n" "$ac_cs_config"; exit ;;
23477 --debug | --debu | --deb | --de | --d | -d )
23478 debug=: ;;
23479 --header | --heade | --head | --hea )
23480 $ac_shift
23481 case $ac_optarg in
23482 *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
23483 esac
23484 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
23485 ac_need_defaults=false;;
23486 --he | --h)
23487 # Conflict between --help and --header
23488 as_fn_error $? "ambiguous option: \`$1'
23489 Try \`$0 --help' for more information.";;
23490 --help | --hel | -h )
23491 printf "%s\n" "$ac_cs_usage"; exit ;;
23492 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
23493 | -silent | --silent | --silen | --sile | --sil | --si | --s)
23494 ac_cs_silent=: ;;
23496 # This is an error.
23497 -*) as_fn_error $? "unrecognized option: \`$1'
23498 Try \`$0 --help' for more information." ;;
23500 *) as_fn_append ac_config_targets " $1"
23501 ac_need_defaults=false ;;
23503 esac
23504 shift
23505 done
23507 ac_configure_extra_args=
23509 if $ac_cs_silent; then
23510 exec 6>/dev/null
23511 ac_configure_extra_args="$ac_configure_extra_args --silent"
23514 _ACEOF
23515 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
23516 if \$ac_cs_recheck; then
23517 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
23518 shift
23519 \printf "%s\n" "running CONFIG_SHELL=$SHELL \$*" >&6
23520 CONFIG_SHELL='$SHELL'
23521 export CONFIG_SHELL
23522 exec "\$@"
23525 _ACEOF
23526 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
23527 exec 5>>config.log
23529 echo
23530 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
23531 ## Running $as_me. ##
23532 _ASBOX
23533 printf "%s\n" "$ac_log"
23534 } >&5
23536 _ACEOF
23537 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
23539 # INIT-COMMANDS
23541 wine_fn_output_makedep ()
23543 as_dir=tools; as_fn_mkdir_p
23544 $CC -I${wine_srcdir}tools -Iinclude -I${wine_srcdir}include -D__WINESRC__ $EXTRACFLAGS $CPPFLAGS $CFLAGS -o tools/makedep$ac_exeext ${wine_srcdir}tools/makedep.c $LDFLAGS
23546 wine_fn_output_makefile ()
23548 cat <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && "$wine_makedep"$makedep_flags && return
23549 # This Makefile understands the following targets:
23551 # all (default): build wine
23552 # clean: remove all intermediate files
23553 # distclean: also remove all files created by configure
23554 # test: run tests
23555 # testclean: clean test results to force running all tests again
23556 # install-lib: install libraries needed to run applications
23557 # install-dev: install development environment
23558 # install: install everything
23559 # uninstall: uninstall everything
23560 # ctags: create a tags file for vim and others.
23561 # etags: create a TAGS file for Emacs.
23562 # manpages: compile manpages for Wine API
23563 # htmlpages: compile html pages for Wine API
23564 # sgmlpages: compile sgml source for the Wine API Guide
23565 # xmlpages: compile xml source for the Wine API Guide
23567 SHELL = $SHELL
23568 PATH_SEPARATOR = $PATH_SEPARATOR
23569 PACKAGE_NAME = $PACKAGE_NAME
23570 PACKAGE_TARNAME = $PACKAGE_TARNAME
23571 PACKAGE_VERSION = $PACKAGE_VERSION
23572 PACKAGE_STRING = $PACKAGE_STRING
23573 PACKAGE_BUGREPORT = $PACKAGE_BUGREPORT
23574 PACKAGE_URL = $PACKAGE_URL
23575 exec_prefix = $exec_prefix
23576 prefix = $prefix
23577 program_transform_name = $program_transform_name
23578 bindir = $bindir
23579 sbindir = $sbindir
23580 libexecdir = $libexecdir
23581 datarootdir = $datarootdir
23582 datadir = $datadir
23583 sysconfdir = $sysconfdir
23584 sharedstatedir = $sharedstatedir
23585 localstatedir = $localstatedir
23586 runstatedir = $runstatedir
23587 includedir = $includedir
23588 oldincludedir = $oldincludedir
23589 docdir = $docdir
23590 infodir = $infodir
23591 htmldir = $htmldir
23592 dvidir = $dvidir
23593 pdfdir = $pdfdir
23594 psdir = $psdir
23595 libdir = $libdir
23596 localedir = $localedir
23597 mandir = $mandir
23598 DEFS = $DEFS
23599 ECHO_C = $ECHO_C
23600 ECHO_N = $ECHO_N
23601 ECHO_T = $ECHO_T
23602 LIBS = $LIBS
23603 build_alias = $build_alias
23604 host_alias = $host_alias
23605 target_alias = $target_alias
23606 system_dllpath = $system_dllpath
23607 build = $build
23608 build_cpu = $build_cpu
23609 build_vendor = $build_vendor
23610 build_os = $build_os
23611 host = $host
23612 host_cpu = $host_cpu
23613 host_vendor = $host_vendor
23614 host_os = $host_os
23615 dlldir = $dlldir
23616 fontdir = $fontdir
23617 nlsdir = $nlsdir
23618 srcdir = $srcdir
23619 SET_MAKE = $SET_MAKE
23620 CC = $CC
23621 CFLAGS = $CFLAGS
23622 LDFLAGS = $LDFLAGS
23623 CPPFLAGS = $CPPFLAGS
23624 ac_ct_CC = $ac_ct_CC
23625 EXEEXT = $EXEEXT
23626 OBJEXT = $OBJEXT
23627 CXX = $CXX
23628 CXXFLAGS = $CXXFLAGS
23629 ac_ct_CXX = $ac_ct_CXX
23630 CPPBIN = $CPPBIN
23631 LD = $LD
23632 TARGETFLAGS = $TARGETFLAGS
23633 toolsext = $toolsext
23634 toolsdir = $toolsdir
23635 MAKEDEP = $MAKEDEP
23636 RUNTESTFLAGS = $RUNTESTFLAGS
23637 SED_CMD = $SED_CMD
23638 api_manext = $api_manext
23639 FLEX = $FLEX
23640 BISON = $BISON
23641 AR = $AR
23642 ac_ct_AR = $ac_ct_AR
23643 STRIP = $STRIP
23644 RANLIB = $RANLIB
23645 LN_S = $LN_S
23646 GREP = $GREP
23647 EGREP = $EGREP
23648 LDCONFIG = $LDCONFIG
23649 MSGFMT = $MSGFMT
23650 PKG_CONFIG = $PKG_CONFIG
23651 FONTFORGE = $FONTFORGE
23652 RSVG = $RSVG
23653 CONVERT = $CONVERT
23654 ICOTOOL = $ICOTOOL
23655 I386_LIBS = $I386_LIBS
23656 OPENGL_LIBS = $OPENGL_LIBS
23657 DLLFLAGS = $DLLFLAGS
23658 LDDLLFLAGS = $LDDLLFLAGS
23659 LDEXECFLAGS = $LDEXECFLAGS
23660 EXTRACFLAGS = $EXTRACFLAGS
23661 UNIXDLLFLAGS = $UNIXDLLFLAGS
23662 UNIXLDFLAGS = $UNIXLDFLAGS
23663 TOP_INSTALL_LIB = $TOP_INSTALL_LIB
23664 TOP_INSTALL_DEV = $TOP_INSTALL_DEV
23665 WINELOADER_LDFLAGS = $WINELOADER_LDFLAGS
23666 WINEPRELOADER_LDFLAGS = $WINEPRELOADER_LDFLAGS
23667 LDD = $LDD
23668 OTOOL = $OTOOL
23669 READELF = $READELF
23670 SUBDIRS = $SUBDIRS
23671 DISABLED_SUBDIRS = $DISABLED_SUBDIRS
23672 CONFIGURE_TARGETS = $CONFIGURE_TARGETS
23673 WINELOADER_PROGRAMS = $WINELOADER_PROGRAMS
23674 DLLTOOL = $DLLTOOL
23675 OBJC = $OBJC
23676 OBJCFLAGS = $OBJCFLAGS
23677 ac_ct_OBJC = $ac_ct_OBJC
23678 COREFOUNDATION_LIBS = $COREFOUNDATION_LIBS
23679 IOKIT_LIBS = $IOKIT_LIBS
23680 APPLICATIONSERVICES_LIBS = $APPLICATIONSERVICES_LIBS
23681 CORESERVICES_LIBS = $CORESERVICES_LIBS
23682 APPKIT_LIBS = $APPKIT_LIBS
23683 SYSTEMCONFIGURATION_LIBS = $SYSTEMCONFIGURATION_LIBS
23684 DISKARBITRATION_LIBS = $DISKARBITRATION_LIBS
23685 SECURITY_LIBS = $SECURITY_LIBS
23686 COREAUDIO_LIBS = $COREAUDIO_LIBS
23687 OPENAL_LIBS = $OPENAL_LIBS
23688 OPENCL_LIBS = $OPENCL_LIBS
23689 CARBON_LIBS = $CARBON_LIBS
23690 METAL_LIBS = $METAL_LIBS
23691 LIBWINE_SHAREDLIB = $LIBWINE_SHAREDLIB
23692 LIBWINE_LDFLAGS = $LIBWINE_LDFLAGS
23693 WINELOADER_DEPENDS = $WINELOADER_DEPENDS
23694 PRELINK = $PRELINK
23695 LIBWINE_DEPENDS = $LIBWINE_DEPENDS
23696 CROSSTARGET = $CROSSTARGET
23697 CROSSCC = $CROSSCC
23698 CROSSCFLAGS = $CROSSCFLAGS
23699 EXTRACROSSCFLAGS = $EXTRACROSSCFLAGS
23700 CROSSLDFLAGS = $CROSSLDFLAGS
23701 DELAYLOADFLAG = $DELAYLOADFLAG
23702 CROSSDEBUG = $CROSSDEBUG
23703 EXCESS_PRECISION_CFLAGS = $EXCESS_PRECISION_CFLAGS
23704 MINGW_PKG_CONFIG = $MINGW_PKG_CONFIG
23705 FAUDIO_PE_CFLAGS = $FAUDIO_PE_CFLAGS
23706 FAUDIO_PE_LIBS = $FAUDIO_PE_LIBS
23707 GSM_PE_CFLAGS = $GSM_PE_CFLAGS
23708 GSM_PE_LIBS = $GSM_PE_LIBS
23709 JPEG_PE_CFLAGS = $JPEG_PE_CFLAGS
23710 JPEG_PE_LIBS = $JPEG_PE_LIBS
23711 JXR_PE_CFLAGS = $JXR_PE_CFLAGS
23712 JXR_PE_LIBS = $JXR_PE_LIBS
23713 LCMS2_PE_CFLAGS = $LCMS2_PE_CFLAGS
23714 LCMS2_PE_LIBS = $LCMS2_PE_LIBS
23715 MPG123_PE_CFLAGS = $MPG123_PE_CFLAGS
23716 MPG123_PE_LIBS = $MPG123_PE_LIBS
23717 PNG_PE_CFLAGS = $PNG_PE_CFLAGS
23718 PNG_PE_LIBS = $PNG_PE_LIBS
23719 TIFF_PE_CFLAGS = $TIFF_PE_CFLAGS
23720 TIFF_PE_LIBS = $TIFF_PE_LIBS
23721 XML2_PE_CFLAGS = $XML2_PE_CFLAGS
23722 XML2_PE_LIBS = $XML2_PE_LIBS
23723 XSLT_PE_CFLAGS = $XSLT_PE_CFLAGS
23724 XSLT_PE_LIBS = $XSLT_PE_LIBS
23725 ZLIB_PE_CFLAGS = $ZLIB_PE_CFLAGS
23726 ZLIB_PE_LIBS = $ZLIB_PE_LIBS
23727 PTHREAD_LIBS = $PTHREAD_LIBS
23728 XMKMF = $XMKMF
23729 CPP = $CPP
23730 X_CFLAGS = $X_CFLAGS
23731 X_PRE_LIBS = $X_PRE_LIBS
23732 X_LIBS = $X_LIBS
23733 X_EXTRA_LIBS = $X_EXTRA_LIBS
23734 PCAP_LIBS = $PCAP_LIBS
23735 INOTIFY_CFLAGS = $INOTIFY_CFLAGS
23736 INOTIFY_LIBS = $INOTIFY_LIBS
23737 DBUS_CFLAGS = $DBUS_CFLAGS
23738 DBUS_LIBS = $DBUS_LIBS
23739 GNUTLS_CFLAGS = $GNUTLS_CFLAGS
23740 GNUTLS_LIBS = $GNUTLS_LIBS
23741 SANE_CFLAGS = $SANE_CFLAGS
23742 SANE_LIBS = $SANE_LIBS
23743 USB_CFLAGS = $USB_CFLAGS
23744 USB_LIBS = $USB_LIBS
23745 GPHOTO2_CFLAGS = $GPHOTO2_CFLAGS
23746 GPHOTO2_LIBS = $GPHOTO2_LIBS
23747 GPHOTO2_PORT_CFLAGS = $GPHOTO2_PORT_CFLAGS
23748 GPHOTO2_PORT_LIBS = $GPHOTO2_PORT_LIBS
23749 RESOLV_LIBS = $RESOLV_LIBS
23750 FREETYPE_CFLAGS = $FREETYPE_CFLAGS
23751 FREETYPE_LIBS = $FREETYPE_LIBS
23752 GETTEXTPO_LIBS = $GETTEXTPO_LIBS
23753 PULSE_CFLAGS = $PULSE_CFLAGS
23754 PULSE_LIBS = $PULSE_LIBS
23755 GSTREAMER_CFLAGS = $GSTREAMER_CFLAGS
23756 GSTREAMER_LIBS = $GSTREAMER_LIBS
23757 ALSA_LIBS = $ALSA_LIBS
23758 OSS4_CFLAGS = $OSS4_CFLAGS
23759 OSS4_LIBS = $OSS4_LIBS
23760 UDEV_CFLAGS = $UDEV_CFLAGS
23761 UDEV_LIBS = $UDEV_LIBS
23762 UNWIND_CFLAGS = $UNWIND_CFLAGS
23763 UNWIND_LIBS = $UNWIND_LIBS
23764 SDL2_CFLAGS = $SDL2_CFLAGS
23765 SDL2_LIBS = $SDL2_LIBS
23766 CAPI20_CFLAGS = $CAPI20_CFLAGS
23767 CAPI20_LIBS = $CAPI20_LIBS
23768 CUPS_CFLAGS = $CUPS_CFLAGS
23769 CUPS_LIBS = $CUPS_LIBS
23770 FONTCONFIG_CFLAGS = $FONTCONFIG_CFLAGS
23771 FONTCONFIG_LIBS = $FONTCONFIG_LIBS
23772 KRB5_CFLAGS = $KRB5_CFLAGS
23773 KRB5_LIBS = $KRB5_LIBS
23774 GSSAPI_CFLAGS = $GSSAPI_CFLAGS
23775 GSSAPI_LIBS = $GSSAPI_LIBS
23776 PROCSTAT_LIBS = $PROCSTAT_LIBS
23777 NETAPI_CFLAGS = $NETAPI_CFLAGS
23778 NETAPI_LIBS = $NETAPI_LIBS
23779 VKD3D_CFLAGS = $VKD3D_CFLAGS
23780 VKD3D_LIBS = $VKD3D_LIBS
23781 VKD3D_SHADER_CFLAGS = $VKD3D_SHADER_CFLAGS
23782 VKD3D_SHADER_LIBS = $VKD3D_SHADER_LIBS
23783 MSVCRTFLAGS = $MSVCRTFLAGS
23784 RT_LIBS = $RT_LIBS
23785 LDAP_CFLAGS = $LDAP_CFLAGS
23786 LDAP_LIBS = $LDAP_LIBS
23787 TAGSFLAGS = $TAGSFLAGS
23788 LIBOBJS = $LIBOBJS
23789 LTLIBOBJS = $LTLIBOBJS
23790 $SET_MAKE
23791 $wine_rules
23792 _WINE_EOF
23793 as_fn_error $? "could not create Makefile" "$LINENO" 5
23796 _ACEOF
23798 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
23800 # Handling of arguments.
23801 for ac_config_target in $ac_config_targets
23803 case $ac_config_target in
23804 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
23805 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
23806 "wine") CONFIG_LINKS="$CONFIG_LINKS wine:tools/winewrapper" ;;
23807 "wine64") CONFIG_LINKS="$CONFIG_LINKS wine64:tools/winewrapper" ;;
23808 "tools/makedep") CONFIG_COMMANDS="$CONFIG_COMMANDS tools/makedep" ;;
23809 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
23811 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
23812 esac
23813 done
23816 # If the user did not use the arguments to specify the items to instantiate,
23817 # then the envvar interface is used. Set only those that are not.
23818 # We use the long form for the default assignment because of an extremely
23819 # bizarre bug on SunOS 4.1.3.
23820 if $ac_need_defaults; then
23821 test ${CONFIG_HEADERS+y} || CONFIG_HEADERS=$config_headers
23822 test ${CONFIG_LINKS+y} || CONFIG_LINKS=$config_links
23823 test ${CONFIG_COMMANDS+y} || CONFIG_COMMANDS=$config_commands
23826 # Have a temporary directory for convenience. Make it in the build tree
23827 # simply because there is no reason against having it here, and in addition,
23828 # creating and moving files from /tmp can sometimes cause problems.
23829 # Hook for its removal unless debugging.
23830 # Note that there is a small window in which the directory will not be cleaned:
23831 # after its creation but before its name has been assigned to `$tmp'.
23832 $debug ||
23834 tmp= ac_tmp=
23835 trap 'exit_status=$?
23836 : "${ac_tmp:=$tmp}"
23837 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
23839 trap 'as_fn_exit 1' 1 2 13 15
23841 # Create a (secure) tmp directory for tmp files.
23844 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
23845 test -d "$tmp"
23846 } ||
23848 tmp=./conf$$-$RANDOM
23849 (umask 077 && mkdir "$tmp")
23850 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
23851 ac_tmp=$tmp
23853 # Set up the scripts for CONFIG_HEADERS section.
23854 # No need to generate them if there are no CONFIG_HEADERS.
23855 # This happens for instance with `./config.status Makefile'.
23856 if test -n "$CONFIG_HEADERS"; then
23857 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
23858 BEGIN {
23859 _ACEOF
23861 # Transform confdefs.h into an awk script `defines.awk', embedded as
23862 # here-document in config.status, that substitutes the proper values into
23863 # config.h.in to produce config.h.
23865 # Create a delimiter string that does not exist in confdefs.h, to ease
23866 # handling of long lines.
23867 ac_delim='%!_!# '
23868 for ac_last_try in false false :; do
23869 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
23870 if test -z "$ac_tt"; then
23871 break
23872 elif $ac_last_try; then
23873 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
23874 else
23875 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
23877 done
23879 # For the awk script, D is an array of macro values keyed by name,
23880 # likewise P contains macro parameters if any. Preserve backslash
23881 # newline sequences.
23883 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
23884 sed -n '
23885 s/.\{148\}/&'"$ac_delim"'/g
23886 t rset
23887 :rset
23888 s/^[ ]*#[ ]*define[ ][ ]*/ /
23889 t def
23891 :def
23892 s/\\$//
23893 t bsnl
23894 s/["\\]/\\&/g
23895 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
23896 D["\1"]=" \3"/p
23897 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
23899 :bsnl
23900 s/["\\]/\\&/g
23901 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
23902 D["\1"]=" \3\\\\\\n"\\/p
23903 t cont
23904 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
23905 t cont
23907 :cont
23909 s/.\{148\}/&'"$ac_delim"'/g
23910 t clear
23911 :clear
23912 s/\\$//
23913 t bsnlc
23914 s/["\\]/\\&/g; s/^/"/; s/$/"/p
23916 :bsnlc
23917 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
23918 b cont
23919 ' <confdefs.h | sed '
23920 s/'"$ac_delim"'/"\\\
23921 "/g' >>$CONFIG_STATUS || ac_write_fail=1
23923 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
23924 for (key in D) D_is_set[key] = 1
23925 FS = "\a"
23927 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
23928 line = \$ 0
23929 split(line, arg, " ")
23930 if (arg[1] == "#") {
23931 defundef = arg[2]
23932 mac1 = arg[3]
23933 } else {
23934 defundef = substr(arg[1], 2)
23935 mac1 = arg[2]
23937 split(mac1, mac2, "(") #)
23938 macro = mac2[1]
23939 prefix = substr(line, 1, index(line, defundef) - 1)
23940 if (D_is_set[macro]) {
23941 # Preserve the white space surrounding the "#".
23942 print prefix "define", macro P[macro] D[macro]
23943 next
23944 } else {
23945 # Replace #undef with comments. This is necessary, for example,
23946 # in the case of _POSIX_SOURCE, which is predefined and required
23947 # on some systems where configure will not decide to define it.
23948 if (defundef == "undef") {
23949 print "/*", prefix defundef, macro, "*/"
23950 next
23954 { print }
23955 _ACAWK
23956 _ACEOF
23957 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
23958 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
23959 fi # test -n "$CONFIG_HEADERS"
23962 eval set X " :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
23963 shift
23964 for ac_tag
23966 case $ac_tag in
23967 :[FHLC]) ac_mode=$ac_tag; continue;;
23968 esac
23969 case $ac_mode$ac_tag in
23970 :[FHL]*:*);;
23971 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
23972 :[FH]-) ac_tag=-:-;;
23973 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
23974 esac
23975 ac_save_IFS=$IFS
23976 IFS=:
23977 set x $ac_tag
23978 IFS=$ac_save_IFS
23979 shift
23980 ac_file=$1
23981 shift
23983 case $ac_mode in
23984 :L) ac_source=$1;;
23985 :[FH])
23986 ac_file_inputs=
23987 for ac_f
23989 case $ac_f in
23990 -) ac_f="$ac_tmp/stdin";;
23991 *) # Look for the file first in the build tree, then in the source tree
23992 # (if the path is not absolute). The absolute path cannot be DOS-style,
23993 # because $ac_f cannot contain `:'.
23994 test -f "$ac_f" ||
23995 case $ac_f in
23996 [\\/$]*) false;;
23997 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
23998 esac ||
23999 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
24000 esac
24001 case $ac_f in *\'*) ac_f=`printf "%s\n" "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
24002 as_fn_append ac_file_inputs " '$ac_f'"
24003 done
24005 # Let's still pretend it is `configure' which instantiates (i.e., don't
24006 # use $as_me), people would be surprised to read:
24007 # /* config.h. Generated by config.status. */
24008 configure_input='Generated from '`
24009 printf "%s\n" "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
24010 `' by configure.'
24011 if test x"$ac_file" != x-; then
24012 configure_input="$ac_file. $configure_input"
24013 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
24014 printf "%s\n" "$as_me: creating $ac_file" >&6;}
24016 # Neutralize special characters interpreted by sed in replacement strings.
24017 case $configure_input in #(
24018 *\&* | *\|* | *\\* )
24019 ac_sed_conf_input=`printf "%s\n" "$configure_input" |
24020 sed 's/[\\\\&|]/\\\\&/g'`;; #(
24021 *) ac_sed_conf_input=$configure_input;;
24022 esac
24024 case $ac_tag in
24025 *:-:* | *:-) cat >"$ac_tmp/stdin" \
24026 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
24027 esac
24029 esac
24031 ac_dir=`$as_dirname -- "$ac_file" ||
24032 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
24033 X"$ac_file" : 'X\(//\)[^/]' \| \
24034 X"$ac_file" : 'X\(//\)$' \| \
24035 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
24036 printf "%s\n" X"$ac_file" |
24037 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
24038 s//\1/
24041 /^X\(\/\/\)[^/].*/{
24042 s//\1/
24045 /^X\(\/\/\)$/{
24046 s//\1/
24049 /^X\(\/\).*/{
24050 s//\1/
24053 s/.*/./; q'`
24054 as_dir="$ac_dir"; as_fn_mkdir_p
24055 ac_builddir=.
24057 case "$ac_dir" in
24058 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
24060 ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'`
24061 # A ".." for each directory in $ac_dir_suffix.
24062 ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
24063 case $ac_top_builddir_sub in
24064 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
24065 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
24066 esac ;;
24067 esac
24068 ac_abs_top_builddir=$ac_pwd
24069 ac_abs_builddir=$ac_pwd$ac_dir_suffix
24070 # for backward compatibility:
24071 ac_top_builddir=$ac_top_build_prefix
24073 case $srcdir in
24074 .) # We are building in place.
24075 ac_srcdir=.
24076 ac_top_srcdir=$ac_top_builddir_sub
24077 ac_abs_top_srcdir=$ac_pwd ;;
24078 [\\/]* | ?:[\\/]* ) # Absolute name.
24079 ac_srcdir=$srcdir$ac_dir_suffix;
24080 ac_top_srcdir=$srcdir
24081 ac_abs_top_srcdir=$srcdir ;;
24082 *) # Relative name.
24083 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
24084 ac_top_srcdir=$ac_top_build_prefix$srcdir
24085 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
24086 esac
24087 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
24090 case $ac_mode in
24094 # CONFIG_HEADER
24096 if test x"$ac_file" != x-; then
24098 printf "%s\n" "/* $configure_input */" >&1 \
24099 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
24100 } >"$ac_tmp/config.h" \
24101 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
24102 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
24103 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
24104 printf "%s\n" "$as_me: $ac_file is unchanged" >&6;}
24105 else
24106 rm -f "$ac_file"
24107 mv "$ac_tmp/config.h" "$ac_file" \
24108 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
24110 else
24111 printf "%s\n" "/* $configure_input */" >&1 \
24112 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
24113 || as_fn_error $? "could not create -" "$LINENO" 5
24118 # CONFIG_LINK
24121 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
24123 else
24124 # Prefer the file from the source tree if names are identical.
24125 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
24126 ac_source=$srcdir/$ac_source
24129 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
24130 printf "%s\n" "$as_me: linking $ac_source to $ac_file" >&6;}
24132 if test ! -r "$ac_source"; then
24133 as_fn_error $? "$ac_source: file not found" "$LINENO" 5
24135 rm -f "$ac_file"
24137 # Try a relative symlink, then a hard link, then a copy.
24138 case $ac_source in
24139 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
24140 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
24141 esac
24142 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
24143 ln "$ac_source" "$ac_file" 2>/dev/null ||
24144 cp -p "$ac_source" "$ac_file" ||
24145 as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
24148 :C) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
24149 printf "%s\n" "$as_me: executing $ac_file commands" >&6;}
24151 esac
24154 case $ac_file$ac_mode in
24155 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
24156 "tools/makedep":C) wine_fn_output_makedep || as_fn_exit $? ;;
24157 "Makefile":C) wine_fn_output_makefile Makefile ;;
24159 esac
24160 done # for ac_tag
24163 as_fn_exit 0
24164 _ACEOF
24165 ac_clean_files=$ac_clean_files_save
24167 test $ac_write_fail = 0 ||
24168 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
24171 # configure is writing to config.log, and then calls config.status.
24172 # config.status does its own redirection, appending to config.log.
24173 # Unfortunately, on DOS this fails, as config.log is still kept open
24174 # by configure, so config.status won't be able to write to it; its
24175 # output is simply discarded. So we exec the FD to /dev/null,
24176 # effectively closing config.log, so it can be properly (re)opened and
24177 # appended to by config.status. When coming back to configure, we
24178 # need to make the FD available again.
24179 if test "$no_create" != yes; then
24180 ac_cs_success=:
24181 ac_config_status_args=
24182 test "$silent" = yes &&
24183 ac_config_status_args="$ac_config_status_args --quiet"
24184 exec 5>/dev/null
24185 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
24186 exec 5>>config.log
24187 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
24188 # would make configure fail if this is the last instruction.
24189 $ac_cs_success || as_fn_exit 1
24191 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
24192 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
24193 printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
24197 if test "$no_create" = "yes"
24198 then
24199 exit 0
24202 ac_save_IFS="$IFS"
24203 if test "x$wine_notices" != x; then
24204 echo >&6
24205 IFS="|"
24206 for msg in $wine_notices; do
24207 IFS="$ac_save_IFS"
24208 if ${msg:+false} :
24209 then :
24211 else $as_nop
24212 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: $msg" >&5
24213 printf "%s\n" "$as_me: $msg" >&6;}
24215 done
24217 IFS="|"
24218 for msg in $wine_warnings; do
24219 IFS="$ac_save_IFS"
24220 if ${msg:+false} :
24221 then :
24223 else $as_nop
24224 echo >&2
24225 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
24226 printf "%s\n" "$as_me: WARNING: $msg" >&2;}
24228 done
24229 IFS="$ac_save_IFS"
24231 printf "%s\n" "
24232 $as_me: Finished. Do '${ac_make}' to compile Wine.
24233 " >&6