include: Add some COM+ error codes.
[wine.git] / configure
blob82fa88755bd275d9a30588f4a078008ce2835c33
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.71 for Wine 6.23.
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='6.23'
615 PACKAGE_STRING='Wine 6.23'
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_winrt_error_l1_1_0
1088 enable_api_ms_win_core_winrt_error_l1_1_1
1089 enable_api_ms_win_core_winrt_errorprivate_l1_1_1
1090 enable_api_ms_win_core_winrt_l1_1_0
1091 enable_api_ms_win_core_winrt_registration_l1_1_0
1092 enable_api_ms_win_core_winrt_roparameterizediid_l1_1_0
1093 enable_api_ms_win_core_winrt_string_l1_1_0
1094 enable_api_ms_win_core_winrt_string_l1_1_1
1095 enable_api_ms_win_core_wow64_l1_1_0
1096 enable_api_ms_win_core_wow64_l1_1_1
1097 enable_api_ms_win_core_xstate_l1_1_0
1098 enable_api_ms_win_core_xstate_l2_1_0
1099 enable_api_ms_win_crt_conio_l1_1_0
1100 enable_api_ms_win_crt_convert_l1_1_0
1101 enable_api_ms_win_crt_environment_l1_1_0
1102 enable_api_ms_win_crt_filesystem_l1_1_0
1103 enable_api_ms_win_crt_heap_l1_1_0
1104 enable_api_ms_win_crt_locale_l1_1_0
1105 enable_api_ms_win_crt_math_l1_1_0
1106 enable_api_ms_win_crt_multibyte_l1_1_0
1107 enable_api_ms_win_crt_private_l1_1_0
1108 enable_api_ms_win_crt_process_l1_1_0
1109 enable_api_ms_win_crt_runtime_l1_1_0
1110 enable_api_ms_win_crt_stdio_l1_1_0
1111 enable_api_ms_win_crt_string_l1_1_0
1112 enable_api_ms_win_crt_time_l1_1_0
1113 enable_api_ms_win_crt_utility_l1_1_0
1114 enable_api_ms_win_devices_config_l1_1_0
1115 enable_api_ms_win_devices_config_l1_1_1
1116 enable_api_ms_win_devices_query_l1_1_1
1117 enable_api_ms_win_downlevel_advapi32_l1_1_0
1118 enable_api_ms_win_downlevel_advapi32_l2_1_0
1119 enable_api_ms_win_downlevel_kernel32_l2_1_0
1120 enable_api_ms_win_downlevel_normaliz_l1_1_0
1121 enable_api_ms_win_downlevel_ole32_l1_1_0
1122 enable_api_ms_win_downlevel_shell32_l1_1_0
1123 enable_api_ms_win_downlevel_shlwapi_l1_1_0
1124 enable_api_ms_win_downlevel_shlwapi_l2_1_0
1125 enable_api_ms_win_downlevel_user32_l1_1_0
1126 enable_api_ms_win_downlevel_version_l1_1_0
1127 enable_api_ms_win_dx_d3dkmt_l1_1_0
1128 enable_api_ms_win_eventing_classicprovider_l1_1_0
1129 enable_api_ms_win_eventing_consumer_l1_1_0
1130 enable_api_ms_win_eventing_controller_l1_1_0
1131 enable_api_ms_win_eventing_legacy_l1_1_0
1132 enable_api_ms_win_eventing_provider_l1_1_0
1133 enable_api_ms_win_eventlog_legacy_l1_1_0
1134 enable_api_ms_win_gaming_tcui_l1_1_0
1135 enable_api_ms_win_gdi_dpiinfo_l1_1_0
1136 enable_api_ms_win_mm_joystick_l1_1_0
1137 enable_api_ms_win_mm_misc_l1_1_1
1138 enable_api_ms_win_mm_mme_l1_1_0
1139 enable_api_ms_win_mm_time_l1_1_0
1140 enable_api_ms_win_ntuser_dc_access_l1_1_0
1141 enable_api_ms_win_ntuser_rectangle_l1_1_0
1142 enable_api_ms_win_ntuser_sysparams_l1_1_0
1143 enable_api_ms_win_perf_legacy_l1_1_0
1144 enable_api_ms_win_power_base_l1_1_0
1145 enable_api_ms_win_power_setting_l1_1_0
1146 enable_api_ms_win_rtcore_ntuser_draw_l1_1_0
1147 enable_api_ms_win_rtcore_ntuser_private_l1_1_0
1148 enable_api_ms_win_rtcore_ntuser_private_l1_1_4
1149 enable_api_ms_win_rtcore_ntuser_window_l1_1_0
1150 enable_api_ms_win_rtcore_ntuser_winevent_l1_1_0
1151 enable_api_ms_win_rtcore_ntuser_wmpointer_l1_1_0
1152 enable_api_ms_win_rtcore_ntuser_wmpointer_l1_1_3
1153 enable_api_ms_win_security_activedirectoryclient_l1_1_0
1154 enable_api_ms_win_security_audit_l1_1_1
1155 enable_api_ms_win_security_base_l1_1_0
1156 enable_api_ms_win_security_base_l1_2_0
1157 enable_api_ms_win_security_base_private_l1_1_1
1158 enable_api_ms_win_security_credentials_l1_1_0
1159 enable_api_ms_win_security_cryptoapi_l1_1_0
1160 enable_api_ms_win_security_grouppolicy_l1_1_0
1161 enable_api_ms_win_security_lsalookup_l1_1_0
1162 enable_api_ms_win_security_lsalookup_l1_1_1
1163 enable_api_ms_win_security_lsalookup_l2_1_0
1164 enable_api_ms_win_security_lsalookup_l2_1_1
1165 enable_api_ms_win_security_lsapolicy_l1_1_0
1166 enable_api_ms_win_security_provider_l1_1_0
1167 enable_api_ms_win_security_sddl_l1_1_0
1168 enable_api_ms_win_security_systemfunctions_l1_1_0
1169 enable_api_ms_win_service_core_l1_1_0
1170 enable_api_ms_win_service_core_l1_1_1
1171 enable_api_ms_win_service_management_l1_1_0
1172 enable_api_ms_win_service_management_l2_1_0
1173 enable_api_ms_win_service_private_l1_1_1
1174 enable_api_ms_win_service_winsvc_l1_1_0
1175 enable_api_ms_win_service_winsvc_l1_2_0
1176 enable_api_ms_win_shcore_obsolete_l1_1_0
1177 enable_api_ms_win_shcore_scaling_l1_1_0
1178 enable_api_ms_win_shcore_scaling_l1_1_1
1179 enable_api_ms_win_shcore_stream_l1_1_0
1180 enable_api_ms_win_shcore_stream_winrt_l1_1_0
1181 enable_api_ms_win_shcore_thread_l1_1_0
1182 enable_api_ms_win_shell_shellcom_l1_1_0
1183 enable_api_ms_win_shell_shellfolders_l1_1_0
1184 enable_apphelp
1185 enable_appwiz_cpl
1186 enable_atl
1187 enable_atl100
1188 enable_atl110
1189 enable_atl80
1190 enable_atl90
1191 enable_atlthunk
1192 enable_atmlib
1193 enable_authz
1194 enable_avicap32
1195 enable_avifil32
1196 enable_avrt
1197 enable_bcrypt
1198 enable_bluetoothapis
1199 enable_browseui
1200 enable_bthprops_cpl
1201 enable_cabinet
1202 enable_capi2032
1203 enable_cards
1204 enable_cdosys
1205 enable_cfgmgr32
1206 enable_clusapi
1207 enable_cng_sys
1208 enable_combase
1209 enable_comcat
1210 enable_comctl32
1211 enable_comdlg32
1212 enable_compstui
1213 enable_comsvcs
1214 enable_concrt140
1215 enable_connect
1216 enable_credui
1217 enable_crtdll
1218 enable_crypt32
1219 enable_cryptdlg
1220 enable_cryptdll
1221 enable_cryptext
1222 enable_cryptnet
1223 enable_cryptsp
1224 enable_cryptui
1225 enable_ctapi32
1226 enable_ctl3d32
1227 enable_d2d1
1228 enable_d3d10
1229 enable_d3d10_1
1230 enable_d3d10core
1231 enable_d3d11
1232 enable_d3d12
1233 enable_d3d8
1234 enable_d3d8thk
1235 enable_d3d9
1236 enable_d3dcompiler_33
1237 enable_d3dcompiler_34
1238 enable_d3dcompiler_35
1239 enable_d3dcompiler_36
1240 enable_d3dcompiler_37
1241 enable_d3dcompiler_38
1242 enable_d3dcompiler_39
1243 enable_d3dcompiler_40
1244 enable_d3dcompiler_41
1245 enable_d3dcompiler_42
1246 enable_d3dcompiler_43
1247 enable_d3dcompiler_46
1248 enable_d3dcompiler_47
1249 enable_d3dim
1250 enable_d3dim700
1251 enable_d3drm
1252 enable_d3dx10_33
1253 enable_d3dx10_34
1254 enable_d3dx10_35
1255 enable_d3dx10_36
1256 enable_d3dx10_37
1257 enable_d3dx10_38
1258 enable_d3dx10_39
1259 enable_d3dx10_40
1260 enable_d3dx10_41
1261 enable_d3dx10_42
1262 enable_d3dx10_43
1263 enable_d3dx11_42
1264 enable_d3dx11_43
1265 enable_d3dx9_24
1266 enable_d3dx9_25
1267 enable_d3dx9_26
1268 enable_d3dx9_27
1269 enable_d3dx9_28
1270 enable_d3dx9_29
1271 enable_d3dx9_30
1272 enable_d3dx9_31
1273 enable_d3dx9_32
1274 enable_d3dx9_33
1275 enable_d3dx9_34
1276 enable_d3dx9_35
1277 enable_d3dx9_36
1278 enable_d3dx9_37
1279 enable_d3dx9_38
1280 enable_d3dx9_39
1281 enable_d3dx9_40
1282 enable_d3dx9_41
1283 enable_d3dx9_42
1284 enable_d3dx9_43
1285 enable_d3dxof
1286 enable_davclnt
1287 enable_dbgeng
1288 enable_dbghelp
1289 enable_dciman32
1290 enable_dcomp
1291 enable_ddraw
1292 enable_ddrawex
1293 enable_devenum
1294 enable_dhcpcsvc
1295 enable_dhcpcsvc6
1296 enable_dhtmled_ocx
1297 enable_difxapi
1298 enable_dinput
1299 enable_dinput8
1300 enable_directmanipulation
1301 enable_dispex
1302 enable_dmband
1303 enable_dmcompos
1304 enable_dmime
1305 enable_dmloader
1306 enable_dmscript
1307 enable_dmstyle
1308 enable_dmsynth
1309 enable_dmusic
1310 enable_dmusic32
1311 enable_dnsapi
1312 enable_dplay
1313 enable_dplayx
1314 enable_dpnaddr
1315 enable_dpnet
1316 enable_dpnhpast
1317 enable_dpnhupnp
1318 enable_dpnlobby
1319 enable_dpvoice
1320 enable_dpwsockx
1321 enable_drmclien
1322 enable_dsdmo
1323 enable_dsound
1324 enable_dsquery
1325 enable_dssenh
1326 enable_dsuiext
1327 enable_dswave
1328 enable_dwmapi
1329 enable_dwrite
1330 enable_dx8vb
1331 enable_dxdiagn
1332 enable_dxgi
1333 enable_dxtrans
1334 enable_dxva2
1335 enable_esent
1336 enable_evr
1337 enable_explorerframe
1338 enable_ext_ms_win_authz_context_l1_1_0
1339 enable_ext_ms_win_domainjoin_netjoin_l1_1_0
1340 enable_ext_ms_win_dwmapi_ext_l1_1_0
1341 enable_ext_ms_win_gdi_dc_create_l1_1_0
1342 enable_ext_ms_win_gdi_dc_create_l1_1_1
1343 enable_ext_ms_win_gdi_dc_l1_2_0
1344 enable_ext_ms_win_gdi_devcaps_l1_1_0
1345 enable_ext_ms_win_gdi_draw_l1_1_0
1346 enable_ext_ms_win_gdi_draw_l1_1_1
1347 enable_ext_ms_win_gdi_font_l1_1_0
1348 enable_ext_ms_win_gdi_font_l1_1_1
1349 enable_ext_ms_win_gdi_render_l1_1_0
1350 enable_ext_ms_win_kernel32_package_current_l1_1_0
1351 enable_ext_ms_win_kernel32_package_l1_1_1
1352 enable_ext_ms_win_ntuser_dialogbox_l1_1_0
1353 enable_ext_ms_win_ntuser_draw_l1_1_0
1354 enable_ext_ms_win_ntuser_gui_l1_1_0
1355 enable_ext_ms_win_ntuser_gui_l1_3_0
1356 enable_ext_ms_win_ntuser_keyboard_l1_3_0
1357 enable_ext_ms_win_ntuser_message_l1_1_0
1358 enable_ext_ms_win_ntuser_message_l1_1_1
1359 enable_ext_ms_win_ntuser_misc_l1_1_0
1360 enable_ext_ms_win_ntuser_misc_l1_2_0
1361 enable_ext_ms_win_ntuser_misc_l1_5_1
1362 enable_ext_ms_win_ntuser_mouse_l1_1_0
1363 enable_ext_ms_win_ntuser_private_l1_1_1
1364 enable_ext_ms_win_ntuser_private_l1_3_1
1365 enable_ext_ms_win_ntuser_rectangle_ext_l1_1_0
1366 enable_ext_ms_win_ntuser_uicontext_ext_l1_1_0
1367 enable_ext_ms_win_ntuser_window_l1_1_0
1368 enable_ext_ms_win_ntuser_window_l1_1_1
1369 enable_ext_ms_win_ntuser_window_l1_1_4
1370 enable_ext_ms_win_ntuser_windowclass_l1_1_0
1371 enable_ext_ms_win_ntuser_windowclass_l1_1_1
1372 enable_ext_ms_win_oleacc_l1_1_0
1373 enable_ext_ms_win_ras_rasapi32_l1_1_0
1374 enable_ext_ms_win_rtcore_gdi_devcaps_l1_1_0
1375 enable_ext_ms_win_rtcore_gdi_object_l1_1_0
1376 enable_ext_ms_win_rtcore_gdi_rgn_l1_1_0
1377 enable_ext_ms_win_rtcore_ntuser_cursor_l1_1_0
1378 enable_ext_ms_win_rtcore_ntuser_dc_access_l1_1_0
1379 enable_ext_ms_win_rtcore_ntuser_dpi_l1_1_0
1380 enable_ext_ms_win_rtcore_ntuser_dpi_l1_2_0
1381 enable_ext_ms_win_rtcore_ntuser_rawinput_l1_1_0
1382 enable_ext_ms_win_rtcore_ntuser_syscolors_l1_1_0
1383 enable_ext_ms_win_rtcore_ntuser_sysparams_l1_1_0
1384 enable_ext_ms_win_security_credui_l1_1_0
1385 enable_ext_ms_win_security_cryptui_l1_1_0
1386 enable_ext_ms_win_shell_comctl32_init_l1_1_0
1387 enable_ext_ms_win_shell_comdlg32_l1_1_0
1388 enable_ext_ms_win_shell_shell32_l1_2_0
1389 enable_ext_ms_win_uxtheme_themes_l1_1_0
1390 enable_faultrep
1391 enable_feclient
1392 enable_fltlib
1393 enable_fltmgr_sys
1394 enable_fntcache
1395 enable_fontsub
1396 enable_fusion
1397 enable_fwpuclnt
1398 enable_gameux
1399 enable_gamingtcui
1400 enable_gdi32
1401 enable_gdiplus
1402 enable_glu32
1403 enable_gphoto2_ds
1404 enable_gpkcsp
1405 enable_hal
1406 enable_hhctrl_ocx
1407 enable_hid
1408 enable_hidclass_sys
1409 enable_hidparse_sys
1410 enable_hlink
1411 enable_hnetcfg
1412 enable_http_sys
1413 enable_httpapi
1414 enable_iccvid
1415 enable_icmp
1416 enable_ieframe
1417 enable_ieproxy
1418 enable_imaadp32_acm
1419 enable_imagehlp
1420 enable_imm32
1421 enable_inetcomm
1422 enable_inetcpl_cpl
1423 enable_inetmib1
1424 enable_infosoft
1425 enable_initpki
1426 enable_inkobj
1427 enable_inseng
1428 enable_iphlpapi
1429 enable_iprop
1430 enable_irprops_cpl
1431 enable_itircl
1432 enable_itss
1433 enable_joy_cpl
1434 enable_jscript
1435 enable_jsproxy
1436 enable_kerberos
1437 enable_kernel32
1438 enable_kernelbase
1439 enable_ksecdd_sys
1440 enable_ksproxy_ax
1441 enable_ksuser
1442 enable_ktmw32
1443 enable_l3codeca_acm
1444 enable_light_msstyles
1445 enable_loadperf
1446 enable_localspl
1447 enable_localui
1448 enable_lz32
1449 enable_mapi32
1450 enable_mapistub
1451 enable_mciavi32
1452 enable_mcicda
1453 enable_mciqtz32
1454 enable_mciseq
1455 enable_mciwave
1456 enable_mf
1457 enable_mf3216
1458 enable_mferror
1459 enable_mfmediaengine
1460 enable_mfplat
1461 enable_mfplay
1462 enable_mfreadwrite
1463 enable_mgmtapi
1464 enable_midimap
1465 enable_mlang
1466 enable_mmcndmgr
1467 enable_mmdevapi
1468 enable_mountmgr_sys
1469 enable_mp3dmod
1470 enable_mpr
1471 enable_mprapi
1472 enable_msacm32_drv
1473 enable_msacm32
1474 enable_msado15
1475 enable_msadp32_acm
1476 enable_msasn1
1477 enable_mscat32
1478 enable_mscms
1479 enable_mscoree
1480 enable_mscorwks
1481 enable_msctf
1482 enable_msctfmonitor
1483 enable_msctfp
1484 enable_msdaps
1485 enable_msdasql
1486 enable_msdelta
1487 enable_msdmo
1488 enable_msdrm
1489 enable_msftedit
1490 enable_msg711_acm
1491 enable_msgsm32_acm
1492 enable_mshtml_tlb
1493 enable_mshtml
1494 enable_msi
1495 enable_msident
1496 enable_msimg32
1497 enable_msimsg
1498 enable_msimtf
1499 enable_msisip
1500 enable_msisys_ocx
1501 enable_msls31
1502 enable_msnet32
1503 enable_mspatcha
1504 enable_msports
1505 enable_msrle32
1506 enable_msscript_ocx
1507 enable_mssign32
1508 enable_mssip32
1509 enable_mstask
1510 enable_msv1_0
1511 enable_msvcirt
1512 enable_msvcm80
1513 enable_msvcm90
1514 enable_msvcp100
1515 enable_msvcp110
1516 enable_msvcp120
1517 enable_msvcp120_app
1518 enable_msvcp140
1519 enable_msvcp140_1
1520 enable_msvcp60
1521 enable_msvcp70
1522 enable_msvcp71
1523 enable_msvcp80
1524 enable_msvcp90
1525 enable_msvcp_win
1526 enable_msvcr100
1527 enable_msvcr110
1528 enable_msvcr120
1529 enable_msvcr120_app
1530 enable_msvcr70
1531 enable_msvcr71
1532 enable_msvcr80
1533 enable_msvcr90
1534 enable_msvcrt
1535 enable_msvcrt20
1536 enable_msvcrt40
1537 enable_msvcrtd
1538 enable_msvfw32
1539 enable_msvidc32
1540 enable_mswsock
1541 enable_msxml
1542 enable_msxml2
1543 enable_msxml3
1544 enable_msxml4
1545 enable_msxml6
1546 enable_mtxdm
1547 enable_ncrypt
1548 enable_nddeapi
1549 enable_ndis_sys
1550 enable_netapi32
1551 enable_netcfgx
1552 enable_netio_sys
1553 enable_netprofm
1554 enable_netutils
1555 enable_newdev
1556 enable_ninput
1557 enable_normaliz
1558 enable_npmshtml
1559 enable_npptools
1560 enable_nsi
1561 enable_nsiproxy_sys
1562 enable_ntdll
1563 enable_ntdsapi
1564 enable_ntoskrnl_exe
1565 enable_ntprint
1566 enable_objsel
1567 enable_odbc32
1568 enable_odbcbcp
1569 enable_odbccp32
1570 enable_odbccu32
1571 enable_ole32
1572 enable_oleacc
1573 enable_oleaut32
1574 enable_olecli32
1575 enable_oledb32
1576 enable_oledlg
1577 enable_olepro32
1578 enable_olesvr32
1579 enable_olethk32
1580 enable_opcservices
1581 enable_openal32
1582 enable_opencl
1583 enable_opengl32
1584 enable_packager
1585 enable_pdh
1586 enable_photometadatahandler
1587 enable_pidgen
1588 enable_powrprof
1589 enable_printui
1590 enable_prntvpt
1591 enable_propsys
1592 enable_psapi
1593 enable_pstorec
1594 enable_pwrshplugin
1595 enable_qasf
1596 enable_qcap
1597 enable_qdvd
1598 enable_qedit
1599 enable_qmgr
1600 enable_qmgrprxy
1601 enable_quartz
1602 enable_query
1603 enable_qwave
1604 enable_rasapi32
1605 enable_rasdlg
1606 enable_regapi
1607 enable_resutils
1608 enable_riched20
1609 enable_riched32
1610 enable_rpcrt4
1611 enable_rsabase
1612 enable_rsaenh
1613 enable_rstrtmgr
1614 enable_rtutils
1615 enable_rtworkq
1616 enable_samlib
1617 enable_sane_ds
1618 enable_sapi
1619 enable_sas
1620 enable_scarddlg
1621 enable_sccbase
1622 enable_schannel
1623 enable_schedsvc
1624 enable_scrobj
1625 enable_scrrun
1626 enable_scsiport_sys
1627 enable_sechost
1628 enable_secur32
1629 enable_security
1630 enable_sensapi
1631 enable_serialui
1632 enable_setupapi
1633 enable_sfc
1634 enable_sfc_os
1635 enable_shcore
1636 enable_shdoclc
1637 enable_shdocvw
1638 enable_shell32
1639 enable_shfolder
1640 enable_shlwapi
1641 enable_slbcsp
1642 enable_slc
1643 enable_snmpapi
1644 enable_softpub
1645 enable_spoolss
1646 enable_sppc
1647 enable_srclient
1648 enable_srvcli
1649 enable_sspicli
1650 enable_stdole2_tlb
1651 enable_stdole32_tlb
1652 enable_sti
1653 enable_strmdll
1654 enable_svrapi
1655 enable_sxs
1656 enable_t2embed
1657 enable_tapi32
1658 enable_taskschd
1659 enable_tbs
1660 enable_tdh
1661 enable_tdi_sys
1662 enable_traffic
1663 enable_twain_32
1664 enable_tzres
1665 enable_ucrtbase
1666 enable_uianimation
1667 enable_uiautomationcore
1668 enable_uiribbon
1669 enable_unicows
1670 enable_updspapi
1671 enable_url
1672 enable_urlmon
1673 enable_usbd_sys
1674 enable_user32
1675 enable_userenv
1676 enable_usp10
1677 enable_utildll
1678 enable_uxtheme
1679 enable_vbscript
1680 enable_vcomp
1681 enable_vcomp100
1682 enable_vcomp110
1683 enable_vcomp120
1684 enable_vcomp140
1685 enable_vcomp90
1686 enable_vcruntime140
1687 enable_vcruntime140_1
1688 enable_vdmdbg
1689 enable_version
1690 enable_vga
1691 enable_virtdisk
1692 enable_vssapi
1693 enable_vulkan_1
1694 enable_wbemdisp
1695 enable_wbemprox
1696 enable_wdscore
1697 enable_webservices
1698 enable_websocket
1699 enable_wer
1700 enable_wevtapi
1701 enable_wevtsvc
1702 enable_wiaservc
1703 enable_wimgapi
1704 enable_win32u
1705 enable_windows_devices_enumeration
1706 enable_windows_gaming_input
1707 enable_windows_globalization
1708 enable_windows_media_devices
1709 enable_windows_media_speech
1710 enable_windowscodecs
1711 enable_windowscodecsext
1712 enable_winealsa_drv
1713 enable_wineandroid_drv
1714 enable_winebus_sys
1715 enable_winecoreaudio_drv
1716 enable_winecrt0
1717 enable_wined3d
1718 enable_winegstreamer
1719 enable_winehid_sys
1720 enable_winejoystick_drv
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 6.23 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 6.23:";;
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 6.23
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 6.23, 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" "alias.h" "ac_cv_header_alias_h" "$ac_includes_default"
8226 if test "x$ac_cv_header_alias_h" = xyes
8227 then :
8228 printf "%s\n" "#define HAVE_ALIAS_H 1" >>confdefs.h
8231 ac_fn_c_check_header_compile "$LINENO" "arpa/inet.h" "ac_cv_header_arpa_inet_h" "$ac_includes_default"
8232 if test "x$ac_cv_header_arpa_inet_h" = xyes
8233 then :
8234 printf "%s\n" "#define HAVE_ARPA_INET_H 1" >>confdefs.h
8237 ac_fn_c_check_header_compile "$LINENO" "arpa/nameser.h" "ac_cv_header_arpa_nameser_h" "$ac_includes_default"
8238 if test "x$ac_cv_header_arpa_nameser_h" = xyes
8239 then :
8240 printf "%s\n" "#define HAVE_ARPA_NAMESER_H 1" >>confdefs.h
8243 ac_fn_c_check_header_compile "$LINENO" "asm/types.h" "ac_cv_header_asm_types_h" "$ac_includes_default"
8244 if test "x$ac_cv_header_asm_types_h" = xyes
8245 then :
8246 printf "%s\n" "#define HAVE_ASM_TYPES_H 1" >>confdefs.h
8249 ac_fn_c_check_header_compile "$LINENO" "asm/user.h" "ac_cv_header_asm_user_h" "$ac_includes_default"
8250 if test "x$ac_cv_header_asm_user_h" = xyes
8251 then :
8252 printf "%s\n" "#define HAVE_ASM_USER_H 1" >>confdefs.h
8255 ac_fn_c_check_header_compile "$LINENO" "dirent.h" "ac_cv_header_dirent_h" "$ac_includes_default"
8256 if test "x$ac_cv_header_dirent_h" = xyes
8257 then :
8258 printf "%s\n" "#define HAVE_DIRENT_H 1" >>confdefs.h
8261 ac_fn_c_check_header_compile "$LINENO" "elf.h" "ac_cv_header_elf_h" "$ac_includes_default"
8262 if test "x$ac_cv_header_elf_h" = xyes
8263 then :
8264 printf "%s\n" "#define HAVE_ELF_H 1" >>confdefs.h
8267 ac_fn_c_check_header_compile "$LINENO" "float.h" "ac_cv_header_float_h" "$ac_includes_default"
8268 if test "x$ac_cv_header_float_h" = xyes
8269 then :
8270 printf "%s\n" "#define HAVE_FLOAT_H 1" >>confdefs.h
8273 ac_fn_c_check_header_compile "$LINENO" "gettext-po.h" "ac_cv_header_gettext_po_h" "$ac_includes_default"
8274 if test "x$ac_cv_header_gettext_po_h" = xyes
8275 then :
8276 printf "%s\n" "#define HAVE_GETTEXT_PO_H 1" >>confdefs.h
8279 ac_fn_c_check_header_compile "$LINENO" "ieeefp.h" "ac_cv_header_ieeefp_h" "$ac_includes_default"
8280 if test "x$ac_cv_header_ieeefp_h" = xyes
8281 then :
8282 printf "%s\n" "#define HAVE_IEEEFP_H 1" >>confdefs.h
8285 ac_fn_c_check_header_compile "$LINENO" "libproc.h" "ac_cv_header_libproc_h" "$ac_includes_default"
8286 if test "x$ac_cv_header_libproc_h" = xyes
8287 then :
8288 printf "%s\n" "#define HAVE_LIBPROC_H 1" >>confdefs.h
8291 ac_fn_c_check_header_compile "$LINENO" "link.h" "ac_cv_header_link_h" "$ac_includes_default"
8292 if test "x$ac_cv_header_link_h" = xyes
8293 then :
8294 printf "%s\n" "#define HAVE_LINK_H 1" >>confdefs.h
8297 ac_fn_c_check_header_compile "$LINENO" "linux/cdrom.h" "ac_cv_header_linux_cdrom_h" "$ac_includes_default"
8298 if test "x$ac_cv_header_linux_cdrom_h" = xyes
8299 then :
8300 printf "%s\n" "#define HAVE_LINUX_CDROM_H 1" >>confdefs.h
8303 ac_fn_c_check_header_compile "$LINENO" "linux/filter.h" "ac_cv_header_linux_filter_h" "$ac_includes_default"
8304 if test "x$ac_cv_header_linux_filter_h" = xyes
8305 then :
8306 printf "%s\n" "#define HAVE_LINUX_FILTER_H 1" >>confdefs.h
8309 ac_fn_c_check_header_compile "$LINENO" "linux/hdreg.h" "ac_cv_header_linux_hdreg_h" "$ac_includes_default"
8310 if test "x$ac_cv_header_linux_hdreg_h" = xyes
8311 then :
8312 printf "%s\n" "#define HAVE_LINUX_HDREG_H 1" >>confdefs.h
8315 ac_fn_c_check_header_compile "$LINENO" "linux/hidraw.h" "ac_cv_header_linux_hidraw_h" "$ac_includes_default"
8316 if test "x$ac_cv_header_linux_hidraw_h" = xyes
8317 then :
8318 printf "%s\n" "#define HAVE_LINUX_HIDRAW_H 1" >>confdefs.h
8321 ac_fn_c_check_header_compile "$LINENO" "linux/input.h" "ac_cv_header_linux_input_h" "$ac_includes_default"
8322 if test "x$ac_cv_header_linux_input_h" = xyes
8323 then :
8324 printf "%s\n" "#define HAVE_LINUX_INPUT_H 1" >>confdefs.h
8327 ac_fn_c_check_header_compile "$LINENO" "linux/ioctl.h" "ac_cv_header_linux_ioctl_h" "$ac_includes_default"
8328 if test "x$ac_cv_header_linux_ioctl_h" = xyes
8329 then :
8330 printf "%s\n" "#define HAVE_LINUX_IOCTL_H 1" >>confdefs.h
8333 ac_fn_c_check_header_compile "$LINENO" "linux/joystick.h" "ac_cv_header_linux_joystick_h" "$ac_includes_default"
8334 if test "x$ac_cv_header_linux_joystick_h" = xyes
8335 then :
8336 printf "%s\n" "#define HAVE_LINUX_JOYSTICK_H 1" >>confdefs.h
8339 ac_fn_c_check_header_compile "$LINENO" "linux/major.h" "ac_cv_header_linux_major_h" "$ac_includes_default"
8340 if test "x$ac_cv_header_linux_major_h" = xyes
8341 then :
8342 printf "%s\n" "#define HAVE_LINUX_MAJOR_H 1" >>confdefs.h
8345 ac_fn_c_check_header_compile "$LINENO" "linux/param.h" "ac_cv_header_linux_param_h" "$ac_includes_default"
8346 if test "x$ac_cv_header_linux_param_h" = xyes
8347 then :
8348 printf "%s\n" "#define HAVE_LINUX_PARAM_H 1" >>confdefs.h
8351 ac_fn_c_check_header_compile "$LINENO" "linux/serial.h" "ac_cv_header_linux_serial_h" "$ac_includes_default"
8352 if test "x$ac_cv_header_linux_serial_h" = xyes
8353 then :
8354 printf "%s\n" "#define HAVE_LINUX_SERIAL_H 1" >>confdefs.h
8357 ac_fn_c_check_header_compile "$LINENO" "linux/types.h" "ac_cv_header_linux_types_h" "$ac_includes_default"
8358 if test "x$ac_cv_header_linux_types_h" = xyes
8359 then :
8360 printf "%s\n" "#define HAVE_LINUX_TYPES_H 1" >>confdefs.h
8363 ac_fn_c_check_header_compile "$LINENO" "linux/ucdrom.h" "ac_cv_header_linux_ucdrom_h" "$ac_includes_default"
8364 if test "x$ac_cv_header_linux_ucdrom_h" = xyes
8365 then :
8366 printf "%s\n" "#define HAVE_LINUX_UCDROM_H 1" >>confdefs.h
8369 ac_fn_c_check_header_compile "$LINENO" "lwp.h" "ac_cv_header_lwp_h" "$ac_includes_default"
8370 if test "x$ac_cv_header_lwp_h" = xyes
8371 then :
8372 printf "%s\n" "#define HAVE_LWP_H 1" >>confdefs.h
8375 ac_fn_c_check_header_compile "$LINENO" "mach-o/loader.h" "ac_cv_header_mach_o_loader_h" "$ac_includes_default"
8376 if test "x$ac_cv_header_mach_o_loader_h" = xyes
8377 then :
8378 printf "%s\n" "#define HAVE_MACH_O_LOADER_H 1" >>confdefs.h
8381 ac_fn_c_check_header_compile "$LINENO" "mach/mach.h" "ac_cv_header_mach_mach_h" "$ac_includes_default"
8382 if test "x$ac_cv_header_mach_mach_h" = xyes
8383 then :
8384 printf "%s\n" "#define HAVE_MACH_MACH_H 1" >>confdefs.h
8387 ac_fn_c_check_header_compile "$LINENO" "machine/cpu.h" "ac_cv_header_machine_cpu_h" "$ac_includes_default"
8388 if test "x$ac_cv_header_machine_cpu_h" = xyes
8389 then :
8390 printf "%s\n" "#define HAVE_MACHINE_CPU_H 1" >>confdefs.h
8393 ac_fn_c_check_header_compile "$LINENO" "machine/sysarch.h" "ac_cv_header_machine_sysarch_h" "$ac_includes_default"
8394 if test "x$ac_cv_header_machine_sysarch_h" = xyes
8395 then :
8396 printf "%s\n" "#define HAVE_MACHINE_SYSARCH_H 1" >>confdefs.h
8399 ac_fn_c_check_header_compile "$LINENO" "mntent.h" "ac_cv_header_mntent_h" "$ac_includes_default"
8400 if test "x$ac_cv_header_mntent_h" = xyes
8401 then :
8402 printf "%s\n" "#define HAVE_MNTENT_H 1" >>confdefs.h
8405 ac_fn_c_check_header_compile "$LINENO" "netdb.h" "ac_cv_header_netdb_h" "$ac_includes_default"
8406 if test "x$ac_cv_header_netdb_h" = xyes
8407 then :
8408 printf "%s\n" "#define HAVE_NETDB_H 1" >>confdefs.h
8411 ac_fn_c_check_header_compile "$LINENO" "netinet/in.h" "ac_cv_header_netinet_in_h" "$ac_includes_default"
8412 if test "x$ac_cv_header_netinet_in_h" = xyes
8413 then :
8414 printf "%s\n" "#define HAVE_NETINET_IN_H 1" >>confdefs.h
8417 ac_fn_c_check_header_compile "$LINENO" "netinet/in_systm.h" "ac_cv_header_netinet_in_systm_h" "$ac_includes_default"
8418 if test "x$ac_cv_header_netinet_in_systm_h" = xyes
8419 then :
8420 printf "%s\n" "#define HAVE_NETINET_IN_SYSTM_H 1" >>confdefs.h
8423 ac_fn_c_check_header_compile "$LINENO" "netinet/tcp.h" "ac_cv_header_netinet_tcp_h" "$ac_includes_default"
8424 if test "x$ac_cv_header_netinet_tcp_h" = xyes
8425 then :
8426 printf "%s\n" "#define HAVE_NETINET_TCP_H 1" >>confdefs.h
8429 ac_fn_c_check_header_compile "$LINENO" "netinet/tcp_fsm.h" "ac_cv_header_netinet_tcp_fsm_h" "$ac_includes_default"
8430 if test "x$ac_cv_header_netinet_tcp_fsm_h" = xyes
8431 then :
8432 printf "%s\n" "#define HAVE_NETINET_TCP_FSM_H 1" >>confdefs.h
8435 ac_fn_c_check_header_compile "$LINENO" "pcap/pcap.h" "ac_cv_header_pcap_pcap_h" "$ac_includes_default"
8436 if test "x$ac_cv_header_pcap_pcap_h" = xyes
8437 then :
8438 printf "%s\n" "#define HAVE_PCAP_PCAP_H 1" >>confdefs.h
8441 ac_fn_c_check_header_compile "$LINENO" "port.h" "ac_cv_header_port_h" "$ac_includes_default"
8442 if test "x$ac_cv_header_port_h" = xyes
8443 then :
8444 printf "%s\n" "#define HAVE_PORT_H 1" >>confdefs.h
8447 ac_fn_c_check_header_compile "$LINENO" "pthread.h" "ac_cv_header_pthread_h" "$ac_includes_default"
8448 if test "x$ac_cv_header_pthread_h" = xyes
8449 then :
8450 printf "%s\n" "#define HAVE_PTHREAD_H 1" >>confdefs.h
8453 ac_fn_c_check_header_compile "$LINENO" "pwd.h" "ac_cv_header_pwd_h" "$ac_includes_default"
8454 if test "x$ac_cv_header_pwd_h" = xyes
8455 then :
8456 printf "%s\n" "#define HAVE_PWD_H 1" >>confdefs.h
8459 ac_fn_c_check_header_compile "$LINENO" "sasl/sasl.h" "ac_cv_header_sasl_sasl_h" "$ac_includes_default"
8460 if test "x$ac_cv_header_sasl_sasl_h" = xyes
8461 then :
8462 printf "%s\n" "#define HAVE_SASL_SASL_H 1" >>confdefs.h
8465 ac_fn_c_check_header_compile "$LINENO" "sched.h" "ac_cv_header_sched_h" "$ac_includes_default"
8466 if test "x$ac_cv_header_sched_h" = xyes
8467 then :
8468 printf "%s\n" "#define HAVE_SCHED_H 1" >>confdefs.h
8471 ac_fn_c_check_header_compile "$LINENO" "scsi/scsi.h" "ac_cv_header_scsi_scsi_h" "$ac_includes_default"
8472 if test "x$ac_cv_header_scsi_scsi_h" = xyes
8473 then :
8474 printf "%s\n" "#define HAVE_SCSI_SCSI_H 1" >>confdefs.h
8477 ac_fn_c_check_header_compile "$LINENO" "scsi/scsi_ioctl.h" "ac_cv_header_scsi_scsi_ioctl_h" "$ac_includes_default"
8478 if test "x$ac_cv_header_scsi_scsi_ioctl_h" = xyes
8479 then :
8480 printf "%s\n" "#define HAVE_SCSI_SCSI_IOCTL_H 1" >>confdefs.h
8483 ac_fn_c_check_header_compile "$LINENO" "scsi/sg.h" "ac_cv_header_scsi_sg_h" "$ac_includes_default"
8484 if test "x$ac_cv_header_scsi_sg_h" = xyes
8485 then :
8486 printf "%s\n" "#define HAVE_SCSI_SG_H 1" >>confdefs.h
8489 ac_fn_c_check_header_compile "$LINENO" "stdint.h" "ac_cv_header_stdint_h" "$ac_includes_default"
8490 if test "x$ac_cv_header_stdint_h" = xyes
8491 then :
8492 printf "%s\n" "#define HAVE_STDINT_H 1" >>confdefs.h
8495 ac_fn_c_check_header_compile "$LINENO" "sys/attr.h" "ac_cv_header_sys_attr_h" "$ac_includes_default"
8496 if test "x$ac_cv_header_sys_attr_h" = xyes
8497 then :
8498 printf "%s\n" "#define HAVE_SYS_ATTR_H 1" >>confdefs.h
8501 ac_fn_c_check_header_compile "$LINENO" "sys/auxv.h" "ac_cv_header_sys_auxv_h" "$ac_includes_default"
8502 if test "x$ac_cv_header_sys_auxv_h" = xyes
8503 then :
8504 printf "%s\n" "#define HAVE_SYS_AUXV_H 1" >>confdefs.h
8507 ac_fn_c_check_header_compile "$LINENO" "sys/cdio.h" "ac_cv_header_sys_cdio_h" "$ac_includes_default"
8508 if test "x$ac_cv_header_sys_cdio_h" = xyes
8509 then :
8510 printf "%s\n" "#define HAVE_SYS_CDIO_H 1" >>confdefs.h
8513 ac_fn_c_check_header_compile "$LINENO" "sys/epoll.h" "ac_cv_header_sys_epoll_h" "$ac_includes_default"
8514 if test "x$ac_cv_header_sys_epoll_h" = xyes
8515 then :
8516 printf "%s\n" "#define HAVE_SYS_EPOLL_H 1" >>confdefs.h
8519 ac_fn_c_check_header_compile "$LINENO" "sys/event.h" "ac_cv_header_sys_event_h" "$ac_includes_default"
8520 if test "x$ac_cv_header_sys_event_h" = xyes
8521 then :
8522 printf "%s\n" "#define HAVE_SYS_EVENT_H 1" >>confdefs.h
8525 ac_fn_c_check_header_compile "$LINENO" "sys/filio.h" "ac_cv_header_sys_filio_h" "$ac_includes_default"
8526 if test "x$ac_cv_header_sys_filio_h" = xyes
8527 then :
8528 printf "%s\n" "#define HAVE_SYS_FILIO_H 1" >>confdefs.h
8531 ac_fn_c_check_header_compile "$LINENO" "sys/ioctl.h" "ac_cv_header_sys_ioctl_h" "$ac_includes_default"
8532 if test "x$ac_cv_header_sys_ioctl_h" = xyes
8533 then :
8534 printf "%s\n" "#define HAVE_SYS_IOCTL_H 1" >>confdefs.h
8537 ac_fn_c_check_header_compile "$LINENO" "sys/ipc.h" "ac_cv_header_sys_ipc_h" "$ac_includes_default"
8538 if test "x$ac_cv_header_sys_ipc_h" = xyes
8539 then :
8540 printf "%s\n" "#define HAVE_SYS_IPC_H 1" >>confdefs.h
8543 ac_fn_c_check_header_compile "$LINENO" "sys/link.h" "ac_cv_header_sys_link_h" "$ac_includes_default"
8544 if test "x$ac_cv_header_sys_link_h" = xyes
8545 then :
8546 printf "%s\n" "#define HAVE_SYS_LINK_H 1" >>confdefs.h
8549 ac_fn_c_check_header_compile "$LINENO" "sys/mman.h" "ac_cv_header_sys_mman_h" "$ac_includes_default"
8550 if test "x$ac_cv_header_sys_mman_h" = xyes
8551 then :
8552 printf "%s\n" "#define HAVE_SYS_MMAN_H 1" >>confdefs.h
8555 ac_fn_c_check_header_compile "$LINENO" "sys/modem.h" "ac_cv_header_sys_modem_h" "$ac_includes_default"
8556 if test "x$ac_cv_header_sys_modem_h" = xyes
8557 then :
8558 printf "%s\n" "#define HAVE_SYS_MODEM_H 1" >>confdefs.h
8561 ac_fn_c_check_header_compile "$LINENO" "sys/mtio.h" "ac_cv_header_sys_mtio_h" "$ac_includes_default"
8562 if test "x$ac_cv_header_sys_mtio_h" = xyes
8563 then :
8564 printf "%s\n" "#define HAVE_SYS_MTIO_H 1" >>confdefs.h
8567 ac_fn_c_check_header_compile "$LINENO" "sys/param.h" "ac_cv_header_sys_param_h" "$ac_includes_default"
8568 if test "x$ac_cv_header_sys_param_h" = xyes
8569 then :
8570 printf "%s\n" "#define HAVE_SYS_PARAM_H 1" >>confdefs.h
8573 ac_fn_c_check_header_compile "$LINENO" "sys/prctl.h" "ac_cv_header_sys_prctl_h" "$ac_includes_default"
8574 if test "x$ac_cv_header_sys_prctl_h" = xyes
8575 then :
8576 printf "%s\n" "#define HAVE_SYS_PRCTL_H 1" >>confdefs.h
8579 ac_fn_c_check_header_compile "$LINENO" "sys/protosw.h" "ac_cv_header_sys_protosw_h" "$ac_includes_default"
8580 if test "x$ac_cv_header_sys_protosw_h" = xyes
8581 then :
8582 printf "%s\n" "#define HAVE_SYS_PROTOSW_H 1" >>confdefs.h
8585 ac_fn_c_check_header_compile "$LINENO" "sys/ptrace.h" "ac_cv_header_sys_ptrace_h" "$ac_includes_default"
8586 if test "x$ac_cv_header_sys_ptrace_h" = xyes
8587 then :
8588 printf "%s\n" "#define HAVE_SYS_PTRACE_H 1" >>confdefs.h
8591 ac_fn_c_check_header_compile "$LINENO" "sys/queue.h" "ac_cv_header_sys_queue_h" "$ac_includes_default"
8592 if test "x$ac_cv_header_sys_queue_h" = xyes
8593 then :
8594 printf "%s\n" "#define HAVE_SYS_QUEUE_H 1" >>confdefs.h
8597 ac_fn_c_check_header_compile "$LINENO" "sys/random.h" "ac_cv_header_sys_random_h" "$ac_includes_default"
8598 if test "x$ac_cv_header_sys_random_h" = xyes
8599 then :
8600 printf "%s\n" "#define HAVE_SYS_RANDOM_H 1" >>confdefs.h
8603 ac_fn_c_check_header_compile "$LINENO" "sys/resource.h" "ac_cv_header_sys_resource_h" "$ac_includes_default"
8604 if test "x$ac_cv_header_sys_resource_h" = xyes
8605 then :
8606 printf "%s\n" "#define HAVE_SYS_RESOURCE_H 1" >>confdefs.h
8609 ac_fn_c_check_header_compile "$LINENO" "sys/scsiio.h" "ac_cv_header_sys_scsiio_h" "$ac_includes_default"
8610 if test "x$ac_cv_header_sys_scsiio_h" = xyes
8611 then :
8612 printf "%s\n" "#define HAVE_SYS_SCSIIO_H 1" >>confdefs.h
8615 ac_fn_c_check_header_compile "$LINENO" "sys/shm.h" "ac_cv_header_sys_shm_h" "$ac_includes_default"
8616 if test "x$ac_cv_header_sys_shm_h" = xyes
8617 then :
8618 printf "%s\n" "#define HAVE_SYS_SHM_H 1" >>confdefs.h
8621 ac_fn_c_check_header_compile "$LINENO" "sys/signal.h" "ac_cv_header_sys_signal_h" "$ac_includes_default"
8622 if test "x$ac_cv_header_sys_signal_h" = xyes
8623 then :
8624 printf "%s\n" "#define HAVE_SYS_SIGNAL_H 1" >>confdefs.h
8627 ac_fn_c_check_header_compile "$LINENO" "sys/socket.h" "ac_cv_header_sys_socket_h" "$ac_includes_default"
8628 if test "x$ac_cv_header_sys_socket_h" = xyes
8629 then :
8630 printf "%s\n" "#define HAVE_SYS_SOCKET_H 1" >>confdefs.h
8633 ac_fn_c_check_header_compile "$LINENO" "sys/socketvar.h" "ac_cv_header_sys_socketvar_h" "$ac_includes_default"
8634 if test "x$ac_cv_header_sys_socketvar_h" = xyes
8635 then :
8636 printf "%s\n" "#define HAVE_SYS_SOCKETVAR_H 1" >>confdefs.h
8639 ac_fn_c_check_header_compile "$LINENO" "sys/sockio.h" "ac_cv_header_sys_sockio_h" "$ac_includes_default"
8640 if test "x$ac_cv_header_sys_sockio_h" = xyes
8641 then :
8642 printf "%s\n" "#define HAVE_SYS_SOCKIO_H 1" >>confdefs.h
8645 ac_fn_c_check_header_compile "$LINENO" "sys/statvfs.h" "ac_cv_header_sys_statvfs_h" "$ac_includes_default"
8646 if test "x$ac_cv_header_sys_statvfs_h" = xyes
8647 then :
8648 printf "%s\n" "#define HAVE_SYS_STATVFS_H 1" >>confdefs.h
8651 ac_fn_c_check_header_compile "$LINENO" "sys/strtio.h" "ac_cv_header_sys_strtio_h" "$ac_includes_default"
8652 if test "x$ac_cv_header_sys_strtio_h" = xyes
8653 then :
8654 printf "%s\n" "#define HAVE_SYS_STRTIO_H 1" >>confdefs.h
8657 ac_fn_c_check_header_compile "$LINENO" "sys/syscall.h" "ac_cv_header_sys_syscall_h" "$ac_includes_default"
8658 if test "x$ac_cv_header_sys_syscall_h" = xyes
8659 then :
8660 printf "%s\n" "#define HAVE_SYS_SYSCALL_H 1" >>confdefs.h
8663 ac_fn_c_check_header_compile "$LINENO" "sys/sysinfo.h" "ac_cv_header_sys_sysinfo_h" "$ac_includes_default"
8664 if test "x$ac_cv_header_sys_sysinfo_h" = xyes
8665 then :
8666 printf "%s\n" "#define HAVE_SYS_SYSINFO_H 1" >>confdefs.h
8669 ac_fn_c_check_header_compile "$LINENO" "sys/time.h" "ac_cv_header_sys_time_h" "$ac_includes_default"
8670 if test "x$ac_cv_header_sys_time_h" = xyes
8671 then :
8672 printf "%s\n" "#define HAVE_SYS_TIME_H 1" >>confdefs.h
8675 ac_fn_c_check_header_compile "$LINENO" "sys/timeout.h" "ac_cv_header_sys_timeout_h" "$ac_includes_default"
8676 if test "x$ac_cv_header_sys_timeout_h" = xyes
8677 then :
8678 printf "%s\n" "#define HAVE_SYS_TIMEOUT_H 1" >>confdefs.h
8681 ac_fn_c_check_header_compile "$LINENO" "sys/times.h" "ac_cv_header_sys_times_h" "$ac_includes_default"
8682 if test "x$ac_cv_header_sys_times_h" = xyes
8683 then :
8684 printf "%s\n" "#define HAVE_SYS_TIMES_H 1" >>confdefs.h
8687 ac_fn_c_check_header_compile "$LINENO" "sys/uio.h" "ac_cv_header_sys_uio_h" "$ac_includes_default"
8688 if test "x$ac_cv_header_sys_uio_h" = xyes
8689 then :
8690 printf "%s\n" "#define HAVE_SYS_UIO_H 1" >>confdefs.h
8693 ac_fn_c_check_header_compile "$LINENO" "sys/user.h" "ac_cv_header_sys_user_h" "$ac_includes_default"
8694 if test "x$ac_cv_header_sys_user_h" = xyes
8695 then :
8696 printf "%s\n" "#define HAVE_SYS_USER_H 1" >>confdefs.h
8699 ac_fn_c_check_header_compile "$LINENO" "sys/utsname.h" "ac_cv_header_sys_utsname_h" "$ac_includes_default"
8700 if test "x$ac_cv_header_sys_utsname_h" = xyes
8701 then :
8702 printf "%s\n" "#define HAVE_SYS_UTSNAME_H 1" >>confdefs.h
8705 ac_fn_c_check_header_compile "$LINENO" "sys/vnode.h" "ac_cv_header_sys_vnode_h" "$ac_includes_default"
8706 if test "x$ac_cv_header_sys_vnode_h" = xyes
8707 then :
8708 printf "%s\n" "#define HAVE_SYS_VNODE_H 1" >>confdefs.h
8711 ac_fn_c_check_header_compile "$LINENO" "sys/wait.h" "ac_cv_header_sys_wait_h" "$ac_includes_default"
8712 if test "x$ac_cv_header_sys_wait_h" = xyes
8713 then :
8714 printf "%s\n" "#define HAVE_SYS_WAIT_H 1" >>confdefs.h
8717 ac_fn_c_check_header_compile "$LINENO" "syscall.h" "ac_cv_header_syscall_h" "$ac_includes_default"
8718 if test "x$ac_cv_header_syscall_h" = xyes
8719 then :
8720 printf "%s\n" "#define HAVE_SYSCALL_H 1" >>confdefs.h
8723 ac_fn_c_check_header_compile "$LINENO" "termios.h" "ac_cv_header_termios_h" "$ac_includes_default"
8724 if test "x$ac_cv_header_termios_h" = xyes
8725 then :
8726 printf "%s\n" "#define HAVE_TERMIOS_H 1" >>confdefs.h
8729 ac_fn_c_check_header_compile "$LINENO" "unistd.h" "ac_cv_header_unistd_h" "$ac_includes_default"
8730 if test "x$ac_cv_header_unistd_h" = xyes
8731 then :
8732 printf "%s\n" "#define HAVE_UNISTD_H 1" >>confdefs.h
8735 ac_fn_c_check_header_compile "$LINENO" "utime.h" "ac_cv_header_utime_h" "$ac_includes_default"
8736 if test "x$ac_cv_header_utime_h" = xyes
8737 then :
8738 printf "%s\n" "#define HAVE_UTIME_H 1" >>confdefs.h
8741 ac_fn_c_check_header_compile "$LINENO" "valgrind/memcheck.h" "ac_cv_header_valgrind_memcheck_h" "$ac_includes_default"
8742 if test "x$ac_cv_header_valgrind_memcheck_h" = xyes
8743 then :
8744 printf "%s\n" "#define HAVE_VALGRIND_MEMCHECK_H 1" >>confdefs.h
8747 ac_fn_c_check_header_compile "$LINENO" "valgrind/valgrind.h" "ac_cv_header_valgrind_valgrind_h" "$ac_includes_default"
8748 if test "x$ac_cv_header_valgrind_valgrind_h" = xyes
8749 then :
8750 printf "%s\n" "#define HAVE_VALGRIND_VALGRIND_H 1" >>confdefs.h
8754 ac_fn_c_check_header_compile "$LINENO" "sys/mkdev.h" "ac_cv_header_sys_mkdev_h" "$ac_includes_default"
8755 if test "x$ac_cv_header_sys_mkdev_h" = xyes
8756 then :
8758 printf "%s\n" "#define MAJOR_IN_MKDEV 1" >>confdefs.h
8762 if test $ac_cv_header_sys_mkdev_h = no; then
8763 ac_fn_c_check_header_compile "$LINENO" "sys/sysmacros.h" "ac_cv_header_sys_sysmacros_h" "$ac_includes_default"
8764 if test "x$ac_cv_header_sys_sysmacros_h" = xyes
8765 then :
8767 printf "%s\n" "#define MAJOR_IN_SYSMACROS 1" >>confdefs.h
8772 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
8773 printf %s "checking whether stat file-mode macros are broken... " >&6; }
8774 if test ${ac_cv_header_stat_broken+y}
8775 then :
8776 printf %s "(cached) " >&6
8777 else $as_nop
8778 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8779 /* end confdefs.h. */
8780 #include <sys/types.h>
8781 #include <sys/stat.h>
8783 #if defined S_ISBLK && defined S_IFDIR
8784 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
8785 #endif
8787 #if defined S_ISBLK && defined S_IFCHR
8788 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
8789 #endif
8791 #if defined S_ISLNK && defined S_IFREG
8792 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
8793 #endif
8795 #if defined S_ISSOCK && defined S_IFREG
8796 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
8797 #endif
8799 _ACEOF
8800 if ac_fn_c_try_compile "$LINENO"
8801 then :
8802 ac_cv_header_stat_broken=no
8803 else $as_nop
8804 ac_cv_header_stat_broken=yes
8806 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
8808 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
8809 printf "%s\n" "$ac_cv_header_stat_broken" >&6; }
8810 if test $ac_cv_header_stat_broken = yes; then
8812 printf "%s\n" "#define STAT_MACROS_BROKEN 1" >>confdefs.h
8818 ac_fn_c_check_header_compile "$LINENO" "sys/conf.h" "ac_cv_header_sys_conf_h" "#include <sys/types.h>
8819 #ifdef HAVE_SYS_PARAM_H
8820 # include <sys/param.h>
8821 #endif
8823 if test "x$ac_cv_header_sys_conf_h" = xyes
8824 then :
8825 printf "%s\n" "#define HAVE_SYS_CONF_H 1" >>confdefs.h
8828 ac_fn_c_check_header_compile "$LINENO" "sys/mount.h" "ac_cv_header_sys_mount_h" "#include <sys/types.h>
8829 #ifdef HAVE_SYS_PARAM_H
8830 # include <sys/param.h>
8831 #endif
8833 if test "x$ac_cv_header_sys_mount_h" = xyes
8834 then :
8835 printf "%s\n" "#define HAVE_SYS_MOUNT_H 1" >>confdefs.h
8838 ac_fn_c_check_header_compile "$LINENO" "sys/statfs.h" "ac_cv_header_sys_statfs_h" "#include <sys/types.h>
8839 #ifdef HAVE_SYS_PARAM_H
8840 # include <sys/param.h>
8841 #endif
8843 if test "x$ac_cv_header_sys_statfs_h" = xyes
8844 then :
8845 printf "%s\n" "#define HAVE_SYS_STATFS_H 1" >>confdefs.h
8848 ac_fn_c_check_header_compile "$LINENO" "sys/user.h" "ac_cv_header_sys_user_h" "#include <sys/types.h>
8849 #ifdef HAVE_SYS_PARAM_H
8850 # include <sys/param.h>
8851 #endif
8853 if test "x$ac_cv_header_sys_user_h" = xyes
8854 then :
8855 printf "%s\n" "#define HAVE_SYS_USER_H 1" >>confdefs.h
8858 ac_fn_c_check_header_compile "$LINENO" "sys/vfs.h" "ac_cv_header_sys_vfs_h" "#include <sys/types.h>
8859 #ifdef HAVE_SYS_PARAM_H
8860 # include <sys/param.h>
8861 #endif
8863 if test "x$ac_cv_header_sys_vfs_h" = xyes
8864 then :
8865 printf "%s\n" "#define HAVE_SYS_VFS_H 1" >>confdefs.h
8870 saved_sysctl_h_CFLAGS=$CFLAGS
8871 test "x${GCC}" != xyes || CFLAGS="$CFLAGS -Werror"
8872 ac_fn_c_check_header_compile "$LINENO" "sys/sysctl.h" "ac_cv_header_sys_sysctl_h" "#include <sys/types.h>
8873 #ifdef HAVE_SYS_PARAM_H
8874 # include <sys/param.h>
8875 #endif
8877 if test "x$ac_cv_header_sys_sysctl_h" = xyes
8878 then :
8879 printf "%s\n" "#define HAVE_SYS_SYSCTL_H 1" >>confdefs.h
8883 CFLAGS=$saved_sysctl_h_CFLAGS
8885 ac_fn_c_check_header_compile "$LINENO" "netinet/ip.h" "ac_cv_header_netinet_ip_h" "#include <sys/types.h>
8886 #ifdef HAVE_SYS_SOCKET_H
8887 # include <sys/socket.h>
8888 #endif
8889 #ifdef HAVE_SYS_SOCKETVAR_H
8890 # include <sys/socketvar.h>
8891 #endif
8892 #ifdef HAVE_NET_ROUTE_H
8893 # include <net/route.h>
8894 #endif
8895 #ifdef HAVE_NETINET_IN_H
8896 # include <netinet/in.h>
8897 #endif
8898 #ifdef HAVE_NETINET_IN_SYSTM_H
8899 # include <netinet/in_systm.h>
8900 #endif
8901 #ifdef HAVE_NET_IF_H
8902 # include <net/if.h>
8903 #endif
8904 #ifdef HAVE_NETINET_IP_H
8905 # include <netinet/ip.h>
8906 #endif
8908 if test "x$ac_cv_header_netinet_ip_h" = xyes
8909 then :
8910 printf "%s\n" "#define HAVE_NETINET_IP_H 1" >>confdefs.h
8913 ac_fn_c_check_header_compile "$LINENO" "net/if.h" "ac_cv_header_net_if_h" "#include <sys/types.h>
8914 #ifdef HAVE_SYS_SOCKET_H
8915 # include <sys/socket.h>
8916 #endif
8917 #ifdef HAVE_SYS_SOCKETVAR_H
8918 # include <sys/socketvar.h>
8919 #endif
8920 #ifdef HAVE_NET_ROUTE_H
8921 # include <net/route.h>
8922 #endif
8923 #ifdef HAVE_NETINET_IN_H
8924 # include <netinet/in.h>
8925 #endif
8926 #ifdef HAVE_NETINET_IN_SYSTM_H
8927 # include <netinet/in_systm.h>
8928 #endif
8929 #ifdef HAVE_NET_IF_H
8930 # include <net/if.h>
8931 #endif
8932 #ifdef HAVE_NETINET_IP_H
8933 # include <netinet/ip.h>
8934 #endif
8936 if test "x$ac_cv_header_net_if_h" = xyes
8937 then :
8938 printf "%s\n" "#define HAVE_NET_IF_H 1" >>confdefs.h
8941 ac_fn_c_check_header_compile "$LINENO" "net/if_arp.h" "ac_cv_header_net_if_arp_h" "#include <sys/types.h>
8942 #ifdef HAVE_SYS_SOCKET_H
8943 # include <sys/socket.h>
8944 #endif
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_if_arp_h" = xyes
8965 then :
8966 printf "%s\n" "#define HAVE_NET_IF_ARP_H 1" >>confdefs.h
8969 ac_fn_c_check_header_compile "$LINENO" "net/if_dl.h" "ac_cv_header_net_if_dl_h" "#include <sys/types.h>
8970 #ifdef HAVE_SYS_SOCKET_H
8971 # include <sys/socket.h>
8972 #endif
8973 #ifdef HAVE_SYS_SOCKETVAR_H
8974 # include <sys/socketvar.h>
8975 #endif
8976 #ifdef HAVE_NET_ROUTE_H
8977 # include <net/route.h>
8978 #endif
8979 #ifdef HAVE_NETINET_IN_H
8980 # include <netinet/in.h>
8981 #endif
8982 #ifdef HAVE_NETINET_IN_SYSTM_H
8983 # include <netinet/in_systm.h>
8984 #endif
8985 #ifdef HAVE_NET_IF_H
8986 # include <net/if.h>
8987 #endif
8988 #ifdef HAVE_NETINET_IP_H
8989 # include <netinet/ip.h>
8990 #endif
8992 if test "x$ac_cv_header_net_if_dl_h" = xyes
8993 then :
8994 printf "%s\n" "#define HAVE_NET_IF_DL_H 1" >>confdefs.h
8997 ac_fn_c_check_header_compile "$LINENO" "net/if_types.h" "ac_cv_header_net_if_types_h" "#include <sys/types.h>
8998 #ifdef HAVE_SYS_SOCKET_H
8999 # include <sys/socket.h>
9000 #endif
9001 #ifdef HAVE_SYS_SOCKETVAR_H
9002 # include <sys/socketvar.h>
9003 #endif
9004 #ifdef HAVE_NET_ROUTE_H
9005 # include <net/route.h>
9006 #endif
9007 #ifdef HAVE_NETINET_IN_H
9008 # include <netinet/in.h>
9009 #endif
9010 #ifdef HAVE_NETINET_IN_SYSTM_H
9011 # include <netinet/in_systm.h>
9012 #endif
9013 #ifdef HAVE_NET_IF_H
9014 # include <net/if.h>
9015 #endif
9016 #ifdef HAVE_NETINET_IP_H
9017 # include <netinet/ip.h>
9018 #endif
9020 if test "x$ac_cv_header_net_if_types_h" = xyes
9021 then :
9022 printf "%s\n" "#define HAVE_NET_IF_TYPES_H 1" >>confdefs.h
9025 ac_fn_c_check_header_compile "$LINENO" "net/route.h" "ac_cv_header_net_route_h" "#include <sys/types.h>
9026 #ifdef HAVE_SYS_SOCKET_H
9027 # include <sys/socket.h>
9028 #endif
9029 #ifdef HAVE_SYS_SOCKETVAR_H
9030 # include <sys/socketvar.h>
9031 #endif
9032 #ifdef HAVE_NET_ROUTE_H
9033 # include <net/route.h>
9034 #endif
9035 #ifdef HAVE_NETINET_IN_H
9036 # include <netinet/in.h>
9037 #endif
9038 #ifdef HAVE_NETINET_IN_SYSTM_H
9039 # include <netinet/in_systm.h>
9040 #endif
9041 #ifdef HAVE_NET_IF_H
9042 # include <net/if.h>
9043 #endif
9044 #ifdef HAVE_NETINET_IP_H
9045 # include <netinet/ip.h>
9046 #endif
9048 if test "x$ac_cv_header_net_route_h" = xyes
9049 then :
9050 printf "%s\n" "#define HAVE_NET_ROUTE_H 1" >>confdefs.h
9053 ac_fn_c_check_header_compile "$LINENO" "netinet/if_ether.h" "ac_cv_header_netinet_if_ether_h" "#include <sys/types.h>
9054 #ifdef HAVE_SYS_SOCKET_H
9055 # include <sys/socket.h>
9056 #endif
9057 #ifdef HAVE_SYS_SOCKETVAR_H
9058 # include <sys/socketvar.h>
9059 #endif
9060 #ifdef HAVE_NET_ROUTE_H
9061 # include <net/route.h>
9062 #endif
9063 #ifdef HAVE_NETINET_IN_H
9064 # include <netinet/in.h>
9065 #endif
9066 #ifdef HAVE_NETINET_IN_SYSTM_H
9067 # include <netinet/in_systm.h>
9068 #endif
9069 #ifdef HAVE_NET_IF_H
9070 # include <net/if.h>
9071 #endif
9072 #ifdef HAVE_NETINET_IP_H
9073 # include <netinet/ip.h>
9074 #endif
9076 if test "x$ac_cv_header_netinet_if_ether_h" = xyes
9077 then :
9078 printf "%s\n" "#define HAVE_NETINET_IF_ETHER_H 1" >>confdefs.h
9081 ac_fn_c_check_header_compile "$LINENO" "netinet/if_inarp.h" "ac_cv_header_netinet_if_inarp_h" "#include <sys/types.h>
9082 #ifdef HAVE_SYS_SOCKET_H
9083 # include <sys/socket.h>
9084 #endif
9085 #ifdef HAVE_SYS_SOCKETVAR_H
9086 # include <sys/socketvar.h>
9087 #endif
9088 #ifdef HAVE_NET_ROUTE_H
9089 # include <net/route.h>
9090 #endif
9091 #ifdef HAVE_NETINET_IN_H
9092 # include <netinet/in.h>
9093 #endif
9094 #ifdef HAVE_NETINET_IN_SYSTM_H
9095 # include <netinet/in_systm.h>
9096 #endif
9097 #ifdef HAVE_NET_IF_H
9098 # include <net/if.h>
9099 #endif
9100 #ifdef HAVE_NETINET_IP_H
9101 # include <netinet/ip.h>
9102 #endif
9104 if test "x$ac_cv_header_netinet_if_inarp_h" = xyes
9105 then :
9106 printf "%s\n" "#define HAVE_NETINET_IF_INARP_H 1" >>confdefs.h
9109 ac_fn_c_check_header_compile "$LINENO" "netinet/in_pcb.h" "ac_cv_header_netinet_in_pcb_h" "#include <sys/types.h>
9110 #ifdef HAVE_SYS_SOCKET_H
9111 # include <sys/socket.h>
9112 #endif
9113 #ifdef HAVE_SYS_SOCKETVAR_H
9114 # include <sys/socketvar.h>
9115 #endif
9116 #ifdef HAVE_NET_ROUTE_H
9117 # include <net/route.h>
9118 #endif
9119 #ifdef HAVE_NETINET_IN_H
9120 # include <netinet/in.h>
9121 #endif
9122 #ifdef HAVE_NETINET_IN_SYSTM_H
9123 # include <netinet/in_systm.h>
9124 #endif
9125 #ifdef HAVE_NET_IF_H
9126 # include <net/if.h>
9127 #endif
9128 #ifdef HAVE_NETINET_IP_H
9129 # include <netinet/ip.h>
9130 #endif
9132 if test "x$ac_cv_header_netinet_in_pcb_h" = xyes
9133 then :
9134 printf "%s\n" "#define HAVE_NETINET_IN_PCB_H 1" >>confdefs.h
9137 ac_fn_c_check_header_compile "$LINENO" "netinet/ip_icmp.h" "ac_cv_header_netinet_ip_icmp_h" "#include <sys/types.h>
9138 #ifdef HAVE_SYS_SOCKET_H
9139 # include <sys/socket.h>
9140 #endif
9141 #ifdef HAVE_SYS_SOCKETVAR_H
9142 # include <sys/socketvar.h>
9143 #endif
9144 #ifdef HAVE_NET_ROUTE_H
9145 # include <net/route.h>
9146 #endif
9147 #ifdef HAVE_NETINET_IN_H
9148 # include <netinet/in.h>
9149 #endif
9150 #ifdef HAVE_NETINET_IN_SYSTM_H
9151 # include <netinet/in_systm.h>
9152 #endif
9153 #ifdef HAVE_NET_IF_H
9154 # include <net/if.h>
9155 #endif
9156 #ifdef HAVE_NETINET_IP_H
9157 # include <netinet/ip.h>
9158 #endif
9160 if test "x$ac_cv_header_netinet_ip_icmp_h" = xyes
9161 then :
9162 printf "%s\n" "#define HAVE_NETINET_IP_ICMP_H 1" >>confdefs.h
9165 ac_fn_c_check_header_compile "$LINENO" "netinet/ip_var.h" "ac_cv_header_netinet_ip_var_h" "#include <sys/types.h>
9166 #ifdef HAVE_SYS_SOCKET_H
9167 # include <sys/socket.h>
9168 #endif
9169 #ifdef HAVE_SYS_SOCKETVAR_H
9170 # include <sys/socketvar.h>
9171 #endif
9172 #ifdef HAVE_NET_ROUTE_H
9173 # include <net/route.h>
9174 #endif
9175 #ifdef HAVE_NETINET_IN_H
9176 # include <netinet/in.h>
9177 #endif
9178 #ifdef HAVE_NETINET_IN_SYSTM_H
9179 # include <netinet/in_systm.h>
9180 #endif
9181 #ifdef HAVE_NET_IF_H
9182 # include <net/if.h>
9183 #endif
9184 #ifdef HAVE_NETINET_IP_H
9185 # include <netinet/ip.h>
9186 #endif
9188 if test "x$ac_cv_header_netinet_ip_var_h" = xyes
9189 then :
9190 printf "%s\n" "#define HAVE_NETINET_IP_VAR_H 1" >>confdefs.h
9193 ac_fn_c_check_header_compile "$LINENO" "netinet/udp.h" "ac_cv_header_netinet_udp_h" "#include <sys/types.h>
9194 #ifdef HAVE_SYS_SOCKET_H
9195 # include <sys/socket.h>
9196 #endif
9197 #ifdef HAVE_SYS_SOCKETVAR_H
9198 # include <sys/socketvar.h>
9199 #endif
9200 #ifdef HAVE_NET_ROUTE_H
9201 # include <net/route.h>
9202 #endif
9203 #ifdef HAVE_NETINET_IN_H
9204 # include <netinet/in.h>
9205 #endif
9206 #ifdef HAVE_NETINET_IN_SYSTM_H
9207 # include <netinet/in_systm.h>
9208 #endif
9209 #ifdef HAVE_NET_IF_H
9210 # include <net/if.h>
9211 #endif
9212 #ifdef HAVE_NETINET_IP_H
9213 # include <netinet/ip.h>
9214 #endif
9216 if test "x$ac_cv_header_netinet_udp_h" = xyes
9217 then :
9218 printf "%s\n" "#define HAVE_NETINET_UDP_H 1" >>confdefs.h
9221 ac_fn_c_check_header_compile "$LINENO" "netipx/ipx.h" "ac_cv_header_netipx_ipx_h" "#include <sys/types.h>
9222 #ifdef HAVE_SYS_SOCKET_H
9223 # include <sys/socket.h>
9224 #endif
9225 #ifdef HAVE_SYS_SOCKETVAR_H
9226 # include <sys/socketvar.h>
9227 #endif
9228 #ifdef HAVE_NET_ROUTE_H
9229 # include <net/route.h>
9230 #endif
9231 #ifdef HAVE_NETINET_IN_H
9232 # include <netinet/in.h>
9233 #endif
9234 #ifdef HAVE_NETINET_IN_SYSTM_H
9235 # include <netinet/in_systm.h>
9236 #endif
9237 #ifdef HAVE_NET_IF_H
9238 # include <net/if.h>
9239 #endif
9240 #ifdef HAVE_NETINET_IP_H
9241 # include <netinet/ip.h>
9242 #endif
9244 if test "x$ac_cv_header_netipx_ipx_h" = xyes
9245 then :
9246 printf "%s\n" "#define HAVE_NETIPX_IPX_H 1" >>confdefs.h
9249 ac_fn_c_check_header_compile "$LINENO" "sys/un.h" "ac_cv_header_sys_un_h" "#include <sys/types.h>
9250 #ifdef HAVE_SYS_SOCKET_H
9251 # include <sys/socket.h>
9252 #endif
9253 #ifdef HAVE_SYS_SOCKETVAR_H
9254 # include <sys/socketvar.h>
9255 #endif
9256 #ifdef HAVE_NET_ROUTE_H
9257 # include <net/route.h>
9258 #endif
9259 #ifdef HAVE_NETINET_IN_H
9260 # include <netinet/in.h>
9261 #endif
9262 #ifdef HAVE_NETINET_IN_SYSTM_H
9263 # include <netinet/in_systm.h>
9264 #endif
9265 #ifdef HAVE_NET_IF_H
9266 # include <net/if.h>
9267 #endif
9268 #ifdef HAVE_NETINET_IP_H
9269 # include <netinet/ip.h>
9270 #endif
9272 if test "x$ac_cv_header_sys_un_h" = xyes
9273 then :
9274 printf "%s\n" "#define HAVE_SYS_UN_H 1" >>confdefs.h
9279 ac_fn_c_check_header_compile "$LINENO" "netinet/tcp_timer.h" "ac_cv_header_netinet_tcp_timer_h" "#include <sys/types.h>
9280 #ifdef HAVE_ALIAS_H
9281 # include <alias.h>
9282 #endif
9283 #ifdef HAVE_SYS_SOCKET_H
9284 # include <sys/socket.h>
9285 #endif
9286 #ifdef HAVE_SYS_SOCKETVAR_H
9287 # include <sys/socketvar.h>
9288 #endif
9289 #ifdef HAVE_SYS_TIMEOUT_H
9290 # include <sys/timeout.h>
9291 #endif
9292 #ifdef HAVE_NETINET_IN_H
9293 # include <netinet/in.h>
9294 #endif
9295 #ifdef HAVE_NETINET_IN_SYSTM_H
9296 # include <netinet/in_systm.h>
9297 #endif
9298 #ifdef HAVE_NETINET_IP_H
9299 # include <netinet/ip.h>
9300 #endif
9301 #ifdef HAVE_NETINET_IP_VAR_H
9302 # include <netinet/ip_var.h>
9303 #endif
9304 #ifdef HAVE_NETINET_IP_ICMP_H
9305 # include <netinet/ip_icmp.h>
9306 #endif
9307 #ifdef HAVE_NETINET_UDP_H
9308 # include <netinet/udp.h>
9309 #endif
9310 #ifdef HAVE_NETINET_TCP_H
9311 # include <netinet/tcp.h>
9312 #endif
9313 #ifdef HAVE_NETINET_TCP_TIMER_H
9314 #include <netinet/tcp_timer.h>
9315 #endif
9317 if test "x$ac_cv_header_netinet_tcp_timer_h" = xyes
9318 then :
9319 printf "%s\n" "#define HAVE_NETINET_TCP_TIMER_H 1" >>confdefs.h
9322 ac_fn_c_check_header_compile "$LINENO" "netinet/udp_var.h" "ac_cv_header_netinet_udp_var_h" "#include <sys/types.h>
9323 #ifdef HAVE_ALIAS_H
9324 # include <alias.h>
9325 #endif
9326 #ifdef HAVE_SYS_SOCKET_H
9327 # include <sys/socket.h>
9328 #endif
9329 #ifdef HAVE_SYS_SOCKETVAR_H
9330 # include <sys/socketvar.h>
9331 #endif
9332 #ifdef HAVE_SYS_TIMEOUT_H
9333 # include <sys/timeout.h>
9334 #endif
9335 #ifdef HAVE_NETINET_IN_H
9336 # include <netinet/in.h>
9337 #endif
9338 #ifdef HAVE_NETINET_IN_SYSTM_H
9339 # include <netinet/in_systm.h>
9340 #endif
9341 #ifdef HAVE_NETINET_IP_H
9342 # include <netinet/ip.h>
9343 #endif
9344 #ifdef HAVE_NETINET_IP_VAR_H
9345 # include <netinet/ip_var.h>
9346 #endif
9347 #ifdef HAVE_NETINET_IP_ICMP_H
9348 # include <netinet/ip_icmp.h>
9349 #endif
9350 #ifdef HAVE_NETINET_UDP_H
9351 # include <netinet/udp.h>
9352 #endif
9353 #ifdef HAVE_NETINET_TCP_H
9354 # include <netinet/tcp.h>
9355 #endif
9356 #ifdef HAVE_NETINET_TCP_TIMER_H
9357 #include <netinet/tcp_timer.h>
9358 #endif
9360 if test "x$ac_cv_header_netinet_udp_var_h" = xyes
9361 then :
9362 printf "%s\n" "#define HAVE_NETINET_UDP_VAR_H 1" >>confdefs.h
9365 ac_fn_c_check_header_compile "$LINENO" "netinet/icmp_var.h" "ac_cv_header_netinet_icmp_var_h" "#include <sys/types.h>
9366 #ifdef HAVE_ALIAS_H
9367 # include <alias.h>
9368 #endif
9369 #ifdef HAVE_SYS_SOCKET_H
9370 # include <sys/socket.h>
9371 #endif
9372 #ifdef HAVE_SYS_SOCKETVAR_H
9373 # include <sys/socketvar.h>
9374 #endif
9375 #ifdef HAVE_SYS_TIMEOUT_H
9376 # include <sys/timeout.h>
9377 #endif
9378 #ifdef HAVE_NETINET_IN_H
9379 # include <netinet/in.h>
9380 #endif
9381 #ifdef HAVE_NETINET_IN_SYSTM_H
9382 # include <netinet/in_systm.h>
9383 #endif
9384 #ifdef HAVE_NETINET_IP_H
9385 # include <netinet/ip.h>
9386 #endif
9387 #ifdef HAVE_NETINET_IP_VAR_H
9388 # include <netinet/ip_var.h>
9389 #endif
9390 #ifdef HAVE_NETINET_IP_ICMP_H
9391 # include <netinet/ip_icmp.h>
9392 #endif
9393 #ifdef HAVE_NETINET_UDP_H
9394 # include <netinet/udp.h>
9395 #endif
9396 #ifdef HAVE_NETINET_TCP_H
9397 # include <netinet/tcp.h>
9398 #endif
9399 #ifdef HAVE_NETINET_TCP_TIMER_H
9400 #include <netinet/tcp_timer.h>
9401 #endif
9403 if test "x$ac_cv_header_netinet_icmp_var_h" = xyes
9404 then :
9405 printf "%s\n" "#define HAVE_NETINET_ICMP_VAR_H 1" >>confdefs.h
9408 ac_fn_c_check_header_compile "$LINENO" "netinet/tcp_var.h" "ac_cv_header_netinet_tcp_var_h" "#include <sys/types.h>
9409 #ifdef HAVE_ALIAS_H
9410 # include <alias.h>
9411 #endif
9412 #ifdef HAVE_SYS_SOCKET_H
9413 # include <sys/socket.h>
9414 #endif
9415 #ifdef HAVE_SYS_SOCKETVAR_H
9416 # include <sys/socketvar.h>
9417 #endif
9418 #ifdef HAVE_SYS_TIMEOUT_H
9419 # include <sys/timeout.h>
9420 #endif
9421 #ifdef HAVE_NETINET_IN_H
9422 # include <netinet/in.h>
9423 #endif
9424 #ifdef HAVE_NETINET_IN_SYSTM_H
9425 # include <netinet/in_systm.h>
9426 #endif
9427 #ifdef HAVE_NETINET_IP_H
9428 # include <netinet/ip.h>
9429 #endif
9430 #ifdef HAVE_NETINET_IP_VAR_H
9431 # include <netinet/ip_var.h>
9432 #endif
9433 #ifdef HAVE_NETINET_IP_ICMP_H
9434 # include <netinet/ip_icmp.h>
9435 #endif
9436 #ifdef HAVE_NETINET_UDP_H
9437 # include <netinet/udp.h>
9438 #endif
9439 #ifdef HAVE_NETINET_TCP_H
9440 # include <netinet/tcp.h>
9441 #endif
9442 #ifdef HAVE_NETINET_TCP_TIMER_H
9443 #include <netinet/tcp_timer.h>
9444 #endif
9446 if test "x$ac_cv_header_netinet_tcp_var_h" = xyes
9447 then :
9448 printf "%s\n" "#define HAVE_NETINET_TCP_VAR_H 1" >>confdefs.h
9453 ac_fn_c_check_header_compile "$LINENO" "linux/ipx.h" "ac_cv_header_linux_ipx_h" "#include <sys/types.h>
9454 #ifdef HAVE_ASM_TYPES_H
9455 # include <asm/types.h>
9456 #endif
9457 #ifdef HAVE_SYS_SOCKET_H
9458 # include <sys/socket.h>
9459 #endif
9460 #ifdef HAVE_LINUX_TYPES_H
9461 # include <linux/types.h>
9462 #endif
9464 if test "x$ac_cv_header_linux_ipx_h" = xyes
9465 then :
9466 printf "%s\n" "#define HAVE_LINUX_IPX_H 1" >>confdefs.h
9469 ac_fn_c_check_header_compile "$LINENO" "linux/irda.h" "ac_cv_header_linux_irda_h" "#include <sys/types.h>
9470 #ifdef HAVE_ASM_TYPES_H
9471 # include <asm/types.h>
9472 #endif
9473 #ifdef HAVE_SYS_SOCKET_H
9474 # include <sys/socket.h>
9475 #endif
9476 #ifdef HAVE_LINUX_TYPES_H
9477 # include <linux/types.h>
9478 #endif
9480 if test "x$ac_cv_header_linux_irda_h" = xyes
9481 then :
9482 printf "%s\n" "#define HAVE_LINUX_IRDA_H 1" >>confdefs.h
9485 ac_fn_c_check_header_compile "$LINENO" "linux/rtnetlink.h" "ac_cv_header_linux_rtnetlink_h" "#include <sys/types.h>
9486 #ifdef HAVE_ASM_TYPES_H
9487 # include <asm/types.h>
9488 #endif
9489 #ifdef HAVE_SYS_SOCKET_H
9490 # include <sys/socket.h>
9491 #endif
9492 #ifdef HAVE_LINUX_TYPES_H
9493 # include <linux/types.h>
9494 #endif
9496 if test "x$ac_cv_header_linux_rtnetlink_h" = xyes
9497 then :
9498 printf "%s\n" "#define HAVE_LINUX_RTNETLINK_H 1" >>confdefs.h
9503 ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
9504 #ifdef HAVE_SYS_SOCKET_H
9505 # include <sys/socket.h>
9506 #endif
9507 #ifdef HAVE_NETINET_IN_H
9508 # include <netinet/in.h>
9509 #endif
9510 #ifdef HAVE_ARPA_NAMESER_H
9511 # include <arpa/nameser.h>
9512 #endif
9514 if test "x$ac_cv_header_resolv_h" = xyes
9515 then :
9516 printf "%s\n" "#define HAVE_RESOLV_H 1" >>confdefs.h
9521 ac_fn_c_check_header_compile "$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
9523 if test "x$ac_cv_header_ifaddrs_h" = xyes
9524 then :
9525 printf "%s\n" "#define HAVE_IFADDRS_H 1" >>confdefs.h
9530 ac_fn_c_check_header_compile "$LINENO" "sys/ucontext.h" "ac_cv_header_sys_ucontext_h" "#include <signal.h>
9532 if test "x$ac_cv_header_sys_ucontext_h" = xyes
9533 then :
9534 printf "%s\n" "#define HAVE_SYS_UCONTEXT_H 1" >>confdefs.h
9539 ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
9540 #ifdef HAVE_SYS_UCONTEXT_H
9541 #include <sys/ucontext.h>
9542 #endif
9544 if test "x$ac_cv_header_sys_thr_h" = xyes
9545 then :
9546 printf "%s\n" "#define HAVE_SYS_THR_H 1" >>confdefs.h
9551 ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
9552 #include <pthread.h>
9553 #endif
9555 if test "x$ac_cv_header_pthread_np_h" = xyes
9556 then :
9557 printf "%s\n" "#define HAVE_PTHREAD_NP_H 1" >>confdefs.h
9562 ac_fn_c_check_header_compile "$LINENO" "linux/videodev2.h" "ac_cv_header_linux_videodev2_h" "#ifdef HAVE_SYS_TIME_H
9563 #include <sys/time.h>
9564 #endif
9565 #include <sys/types.h>
9566 #ifdef HAVE_ASM_TYPES_H
9567 #include <asm/types.h>
9568 #endif
9570 if test "x$ac_cv_header_linux_videodev2_h" = xyes
9571 then :
9572 printf "%s\n" "#define HAVE_LINUX_VIDEODEV2_H 1" >>confdefs.h
9577 ac_fn_c_check_header_compile "$LINENO" "libprocstat.h" "ac_cv_header_libprocstat_h" "#ifdef HAVE_SYS_PARAM_H
9578 #include <sys/param.h>
9579 #endif
9580 #ifdef HAVE_SYS_QUEUE_H
9581 #include <sys/queue.h>
9582 #endif
9583 #ifdef HAVE_SYS_SOCKET_H
9584 #include <sys/socket.h>
9585 #endif
9587 if test "x$ac_cv_header_libprocstat_h" = xyes
9588 then :
9589 printf "%s\n" "#define HAVE_LIBPROCSTAT_H 1" >>confdefs.h
9595 DLLFLAGS=""
9597 LDDLLFLAGS=""
9599 LDEXECFLAGS=""
9601 EXTRACFLAGS=""
9603 UNIXDLLFLAGS="-fPIC"
9605 UNIXLDFLAGS="-shared -Wl,-Bsymbolic -Wl,-soname,\$(UNIXLIB)"
9607 TOP_INSTALL_LIB=""
9609 TOP_INSTALL_DEV=""
9611 WINELOADER_LDFLAGS=""
9613 WINEPRELOADER_LDFLAGS=""
9615 LIBEXT="so"
9616 # Extract the first word of "ldd", so it can be a program name with args.
9617 set dummy ldd; ac_word=$2
9618 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9619 printf %s "checking for $ac_word... " >&6; }
9620 if test ${ac_cv_path_LDD+y}
9621 then :
9622 printf %s "(cached) " >&6
9623 else $as_nop
9624 case $LDD in
9625 [\\/]* | ?:[\\/]*)
9626 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
9629 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9630 as_dummy="/sbin:/usr/sbin:$PATH"
9631 for as_dir in $as_dummy
9633 IFS=$as_save_IFS
9634 case $as_dir in #(((
9635 '') as_dir=./ ;;
9636 */) ;;
9637 *) as_dir=$as_dir/ ;;
9638 esac
9639 for ac_exec_ext in '' $ac_executable_extensions; do
9640 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
9641 ac_cv_path_LDD="$as_dir$ac_word$ac_exec_ext"
9642 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
9643 break 2
9645 done
9646 done
9647 IFS=$as_save_IFS
9649 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
9651 esac
9653 LDD=$ac_cv_path_LDD
9654 if test -n "$LDD"; then
9655 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
9656 printf "%s\n" "$LDD" >&6; }
9657 else
9658 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
9659 printf "%s\n" "no" >&6; }
9663 if test -n "$ac_tool_prefix"; then
9664 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
9665 set dummy ${ac_tool_prefix}otool; ac_word=$2
9666 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9667 printf %s "checking for $ac_word... " >&6; }
9668 if test ${ac_cv_prog_OTOOL+y}
9669 then :
9670 printf %s "(cached) " >&6
9671 else $as_nop
9672 if test -n "$OTOOL"; then
9673 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
9674 else
9675 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9676 for as_dir in $PATH
9678 IFS=$as_save_IFS
9679 case $as_dir in #(((
9680 '') as_dir=./ ;;
9681 */) ;;
9682 *) as_dir=$as_dir/ ;;
9683 esac
9684 for ac_exec_ext in '' $ac_executable_extensions; do
9685 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
9686 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
9687 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
9688 break 2
9690 done
9691 done
9692 IFS=$as_save_IFS
9696 OTOOL=$ac_cv_prog_OTOOL
9697 if test -n "$OTOOL"; then
9698 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
9699 printf "%s\n" "$OTOOL" >&6; }
9700 else
9701 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
9702 printf "%s\n" "no" >&6; }
9707 if test -z "$ac_cv_prog_OTOOL"; then
9708 ac_ct_OTOOL=$OTOOL
9709 # Extract the first word of "otool", so it can be a program name with args.
9710 set dummy otool; ac_word=$2
9711 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9712 printf %s "checking for $ac_word... " >&6; }
9713 if test ${ac_cv_prog_ac_ct_OTOOL+y}
9714 then :
9715 printf %s "(cached) " >&6
9716 else $as_nop
9717 if test -n "$ac_ct_OTOOL"; then
9718 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
9719 else
9720 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9721 for as_dir in $PATH
9723 IFS=$as_save_IFS
9724 case $as_dir in #(((
9725 '') as_dir=./ ;;
9726 */) ;;
9727 *) as_dir=$as_dir/ ;;
9728 esac
9729 for ac_exec_ext in '' $ac_executable_extensions; do
9730 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
9731 ac_cv_prog_ac_ct_OTOOL="otool"
9732 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
9733 break 2
9735 done
9736 done
9737 IFS=$as_save_IFS
9741 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
9742 if test -n "$ac_ct_OTOOL"; then
9743 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
9744 printf "%s\n" "$ac_ct_OTOOL" >&6; }
9745 else
9746 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
9747 printf "%s\n" "no" >&6; }
9750 if test "x$ac_ct_OTOOL" = x; then
9751 OTOOL="otool"
9752 else
9753 case $cross_compiling:$ac_tool_warned in
9754 yes:)
9755 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
9756 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
9757 ac_tool_warned=yes ;;
9758 esac
9759 OTOOL=$ac_ct_OTOOL
9761 else
9762 OTOOL="$ac_cv_prog_OTOOL"
9765 if test -n "$ac_tool_prefix"; then
9766 # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
9767 set dummy ${ac_tool_prefix}readelf; ac_word=$2
9768 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9769 printf %s "checking for $ac_word... " >&6; }
9770 if test ${ac_cv_prog_READELF+y}
9771 then :
9772 printf %s "(cached) " >&6
9773 else $as_nop
9774 if test -n "$READELF"; then
9775 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9776 else
9777 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9778 for as_dir in $PATH
9780 IFS=$as_save_IFS
9781 case $as_dir in #(((
9782 '') as_dir=./ ;;
9783 */) ;;
9784 *) as_dir=$as_dir/ ;;
9785 esac
9786 for ac_exec_ext in '' $ac_executable_extensions; do
9787 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
9788 ac_cv_prog_READELF="${ac_tool_prefix}readelf"
9789 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
9790 break 2
9792 done
9793 done
9794 IFS=$as_save_IFS
9798 READELF=$ac_cv_prog_READELF
9799 if test -n "$READELF"; then
9800 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
9801 printf "%s\n" "$READELF" >&6; }
9802 else
9803 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
9804 printf "%s\n" "no" >&6; }
9809 if test -z "$ac_cv_prog_READELF"; then
9810 ac_ct_READELF=$READELF
9811 # Extract the first word of "readelf", so it can be a program name with args.
9812 set dummy readelf; ac_word=$2
9813 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9814 printf %s "checking for $ac_word... " >&6; }
9815 if test ${ac_cv_prog_ac_ct_READELF+y}
9816 then :
9817 printf %s "(cached) " >&6
9818 else $as_nop
9819 if test -n "$ac_ct_READELF"; then
9820 ac_cv_prog_ac_ct_READELF="$ac_ct_READELF" # Let the user override the test.
9821 else
9822 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9823 for as_dir in $PATH
9825 IFS=$as_save_IFS
9826 case $as_dir in #(((
9827 '') as_dir=./ ;;
9828 */) ;;
9829 *) as_dir=$as_dir/ ;;
9830 esac
9831 for ac_exec_ext in '' $ac_executable_extensions; do
9832 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
9833 ac_cv_prog_ac_ct_READELF="readelf"
9834 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
9835 break 2
9837 done
9838 done
9839 IFS=$as_save_IFS
9843 ac_ct_READELF=$ac_cv_prog_ac_ct_READELF
9844 if test -n "$ac_ct_READELF"; then
9845 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
9846 printf "%s\n" "$ac_ct_READELF" >&6; }
9847 else
9848 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
9849 printf "%s\n" "no" >&6; }
9852 if test "x$ac_ct_READELF" = x; then
9853 READELF="true"
9854 else
9855 case $cross_compiling:$ac_tool_warned in
9856 yes:)
9857 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
9858 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
9859 ac_tool_warned=yes ;;
9860 esac
9861 READELF=$ac_ct_READELF
9863 else
9864 READELF="$ac_cv_prog_READELF"
9867 wine_rules="all:"
9868 SUBDIRS=""
9870 DISABLED_SUBDIRS=""
9872 CONFIGURE_TARGETS=""
9875 wine_fn_append_file ()
9877 as_fn_append $1 " \\$as_nl $2"
9880 wine_fn_append_rule ()
9882 as_fn_append wine_rules "$as_nl$1"
9885 wine_fn_config_makefile ()
9887 wine_fn_append_file SUBDIRS $1
9888 if eval test \"x\$"$2"\" = x"no"
9889 then :
9890 wine_fn_append_file DISABLED_SUBDIRS $1
9894 wine_fn_config_symlink ()
9896 ac_links=$@
9897 wine_fn_append_rule \
9898 "$ac_links:
9899 @./config.status \$@"
9900 for f in $ac_links; do wine_fn_append_file CONFIGURE_TARGETS $f; done
9903 wine_binary="wine"
9904 test "x$enable_win64" != "xyes" || wine_binary="wine64"
9905 WINELOADER_PROGRAMS="$wine_binary"
9907 libwine_soversion=`expr $libwine_version : '\([0-9]*\)\..*'`
9909 case $host_os in
9910 cygwin*|mingw32*)
9911 if test -n "$ac_tool_prefix"; then
9912 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
9913 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
9914 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9915 printf %s "checking for $ac_word... " >&6; }
9916 if test ${ac_cv_prog_DLLTOOL+y}
9917 then :
9918 printf %s "(cached) " >&6
9919 else $as_nop
9920 if test -n "$DLLTOOL"; then
9921 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
9922 else
9923 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9924 for as_dir in $PATH
9926 IFS=$as_save_IFS
9927 case $as_dir in #(((
9928 '') as_dir=./ ;;
9929 */) ;;
9930 *) as_dir=$as_dir/ ;;
9931 esac
9932 for ac_exec_ext in '' $ac_executable_extensions; do
9933 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
9934 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
9935 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
9936 break 2
9938 done
9939 done
9940 IFS=$as_save_IFS
9944 DLLTOOL=$ac_cv_prog_DLLTOOL
9945 if test -n "$DLLTOOL"; then
9946 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
9947 printf "%s\n" "$DLLTOOL" >&6; }
9948 else
9949 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
9950 printf "%s\n" "no" >&6; }
9955 if test -z "$ac_cv_prog_DLLTOOL"; then
9956 ac_ct_DLLTOOL=$DLLTOOL
9957 # Extract the first word of "dlltool", so it can be a program name with args.
9958 set dummy dlltool; ac_word=$2
9959 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9960 printf %s "checking for $ac_word... " >&6; }
9961 if test ${ac_cv_prog_ac_ct_DLLTOOL+y}
9962 then :
9963 printf %s "(cached) " >&6
9964 else $as_nop
9965 if test -n "$ac_ct_DLLTOOL"; then
9966 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
9967 else
9968 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9969 for as_dir in $PATH
9971 IFS=$as_save_IFS
9972 case $as_dir in #(((
9973 '') as_dir=./ ;;
9974 */) ;;
9975 *) as_dir=$as_dir/ ;;
9976 esac
9977 for ac_exec_ext in '' $ac_executable_extensions; do
9978 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
9979 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
9980 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
9981 break 2
9983 done
9984 done
9985 IFS=$as_save_IFS
9989 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
9990 if test -n "$ac_ct_DLLTOOL"; then
9991 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
9992 printf "%s\n" "$ac_ct_DLLTOOL" >&6; }
9993 else
9994 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
9995 printf "%s\n" "no" >&6; }
9998 if test "x$ac_ct_DLLTOOL" = x; then
9999 DLLTOOL="false"
10000 else
10001 case $cross_compiling:$ac_tool_warned in
10002 yes:)
10003 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
10004 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
10005 ac_tool_warned=yes ;;
10006 esac
10007 DLLTOOL=$ac_ct_DLLTOOL
10009 else
10010 DLLTOOL="$ac_cv_prog_DLLTOOL"
10013 LIBEXT="dll"
10014 EXTRACFLAGS="-D__WINE_PE_BUILD"
10015 case $host_cpu in
10016 *i[3456]86*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--disable-stdcall-fixup" >&5
10017 printf %s "checking whether the compiler supports -Wl,--disable-stdcall-fixup... " >&6; }
10018 if test ${ac_cv_cflags__Wl___disable_stdcall_fixup+y}
10019 then :
10020 printf %s "(cached) " >&6
10021 else $as_nop
10022 ac_wine_try_cflags_saved=$CFLAGS
10023 CFLAGS="$CFLAGS -Wl,--disable-stdcall-fixup"
10024 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10025 /* end confdefs.h. */
10026 int main(int argc, char **argv) { return 0; }
10027 _ACEOF
10028 if ac_fn_c_try_link "$LINENO"
10029 then :
10030 ac_cv_cflags__Wl___disable_stdcall_fixup=yes
10031 else $as_nop
10032 ac_cv_cflags__Wl___disable_stdcall_fixup=no
10034 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10035 conftest$ac_exeext conftest.$ac_ext
10036 CFLAGS=$ac_wine_try_cflags_saved
10038 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___disable_stdcall_fixup" >&5
10039 printf "%s\n" "$ac_cv_cflags__Wl___disable_stdcall_fixup" >&6; }
10040 if test "x$ac_cv_cflags__Wl___disable_stdcall_fixup" = xyes
10041 then :
10042 LDDLLFLAGS="-Wl,--disable-stdcall-fixup"
10043 fi ;;
10044 esac
10045 enable_mountmgr_sys=${enable_mountmgr_sys:-no}
10046 enable_loader=${enable_loader:-no}
10047 enable_server=${enable_server:-no}
10048 with_x=${with_x:-no}
10049 with_pthread=${with_pthread:-no}
10052 darwin*|macosx*)
10053 ac_ext=m
10054 ac_cpp='$OBJCPP $CPPFLAGS'
10055 ac_compile='$OBJC -c $OBJCFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10056 ac_link='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10057 ac_compiler_gnu=$ac_cv_objc_compiler_gnu
10059 ac_ext=m
10060 ac_cpp='$OBJCPP $CPPFLAGS'
10061 ac_compile='$OBJC -c $OBJCFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10062 ac_link='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10063 ac_compiler_gnu=$ac_cv_objc_compiler_gnu
10064 if test -n "$ac_tool_prefix"; then
10065 for ac_prog in gcc objcc objc cc CC clang
10067 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
10068 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
10069 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10070 printf %s "checking for $ac_word... " >&6; }
10071 if test ${ac_cv_prog_OBJC+y}
10072 then :
10073 printf %s "(cached) " >&6
10074 else $as_nop
10075 if test -n "$OBJC"; then
10076 ac_cv_prog_OBJC="$OBJC" # Let the user override the test.
10077 else
10078 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10079 for as_dir in $PATH
10081 IFS=$as_save_IFS
10082 case $as_dir in #(((
10083 '') as_dir=./ ;;
10084 */) ;;
10085 *) as_dir=$as_dir/ ;;
10086 esac
10087 for ac_exec_ext in '' $ac_executable_extensions; do
10088 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
10089 ac_cv_prog_OBJC="$ac_tool_prefix$ac_prog"
10090 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
10091 break 2
10093 done
10094 done
10095 IFS=$as_save_IFS
10099 OBJC=$ac_cv_prog_OBJC
10100 if test -n "$OBJC"; then
10101 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $OBJC" >&5
10102 printf "%s\n" "$OBJC" >&6; }
10103 else
10104 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
10105 printf "%s\n" "no" >&6; }
10109 test -n "$OBJC" && break
10110 done
10112 if test -z "$OBJC"; then
10113 ac_ct_OBJC=$OBJC
10114 for ac_prog in gcc objcc objc cc CC clang
10116 # Extract the first word of "$ac_prog", so it can be a program name with args.
10117 set dummy $ac_prog; ac_word=$2
10118 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10119 printf %s "checking for $ac_word... " >&6; }
10120 if test ${ac_cv_prog_ac_ct_OBJC+y}
10121 then :
10122 printf %s "(cached) " >&6
10123 else $as_nop
10124 if test -n "$ac_ct_OBJC"; then
10125 ac_cv_prog_ac_ct_OBJC="$ac_ct_OBJC" # Let the user override the test.
10126 else
10127 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10128 for as_dir in $PATH
10130 IFS=$as_save_IFS
10131 case $as_dir in #(((
10132 '') as_dir=./ ;;
10133 */) ;;
10134 *) as_dir=$as_dir/ ;;
10135 esac
10136 for ac_exec_ext in '' $ac_executable_extensions; do
10137 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
10138 ac_cv_prog_ac_ct_OBJC="$ac_prog"
10139 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
10140 break 2
10142 done
10143 done
10144 IFS=$as_save_IFS
10148 ac_ct_OBJC=$ac_cv_prog_ac_ct_OBJC
10149 if test -n "$ac_ct_OBJC"; then
10150 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJC" >&5
10151 printf "%s\n" "$ac_ct_OBJC" >&6; }
10152 else
10153 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
10154 printf "%s\n" "no" >&6; }
10158 test -n "$ac_ct_OBJC" && break
10159 done
10161 if test "x$ac_ct_OBJC" = x; then
10162 OBJC="gcc"
10163 else
10164 case $cross_compiling:$ac_tool_warned in
10165 yes:)
10166 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
10167 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
10168 ac_tool_warned=yes ;;
10169 esac
10170 OBJC=$ac_ct_OBJC
10174 # Provide some information about the compiler.
10175 printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for Objective C compiler version" >&5
10176 set X $ac_compile
10177 ac_compiler=$2
10178 for ac_option in --version -v -V -qversion; do
10179 { { ac_try="$ac_compiler $ac_option >&5"
10180 case "(($ac_try" in
10181 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10182 *) ac_try_echo=$ac_try;;
10183 esac
10184 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
10185 printf "%s\n" "$ac_try_echo"; } >&5
10186 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
10187 ac_status=$?
10188 if test -s conftest.err; then
10189 sed '10a\
10190 ... rest of stderr output deleted ...
10191 10q' conftest.err >conftest.er1
10192 cat conftest.er1 >&5
10194 rm -f conftest.er1 conftest.err
10195 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10196 test $ac_status = 0; }
10197 done
10199 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports GNU Objective C" >&5
10200 printf %s "checking whether the compiler supports GNU Objective C... " >&6; }
10201 if test ${ac_cv_objc_compiler_gnu+y}
10202 then :
10203 printf %s "(cached) " >&6
10204 else $as_nop
10205 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10206 /* end confdefs.h. */
10209 main (void)
10211 #ifndef __GNUC__
10212 choke me
10213 #endif
10216 return 0;
10218 _ACEOF
10219 if ac_fn_objc_try_compile "$LINENO"
10220 then :
10221 ac_compiler_gnu=yes
10222 else $as_nop
10223 ac_compiler_gnu=no
10225 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
10226 ac_cv_objc_compiler_gnu=$ac_compiler_gnu
10229 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objc_compiler_gnu" >&5
10230 printf "%s\n" "$ac_cv_objc_compiler_gnu" >&6; }
10231 ac_compiler_gnu=$ac_cv_objc_compiler_gnu
10233 if test $ac_compiler_gnu = yes; then
10234 GOBJC=yes
10235 else
10236 GOBJC=
10238 ac_test_OBJCFLAGS=${OBJCFLAGS+y}
10239 ac_save_OBJCFLAGS=$OBJCFLAGS
10240 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $OBJC accepts -g" >&5
10241 printf %s "checking whether $OBJC accepts -g... " >&6; }
10242 if test ${ac_cv_prog_objc_g+y}
10243 then :
10244 printf %s "(cached) " >&6
10245 else $as_nop
10246 ac_save_objc_werror_flag=$ac_objc_werror_flag
10247 ac_objc_werror_flag=yes
10248 ac_cv_prog_objc_g=no
10249 OBJCFLAGS="-g"
10250 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10251 /* end confdefs.h. */
10254 main (void)
10258 return 0;
10260 _ACEOF
10261 if ac_fn_objc_try_compile "$LINENO"
10262 then :
10263 ac_cv_prog_objc_g=yes
10264 else $as_nop
10265 OBJCFLAGS=""
10266 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10267 /* end confdefs.h. */
10270 main (void)
10274 return 0;
10276 _ACEOF
10277 if ac_fn_objc_try_compile "$LINENO"
10278 then :
10280 else $as_nop
10281 ac_objc_werror_flag=$ac_save_objc_werror_flag
10282 OBJCFLAGS="-g"
10283 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10284 /* end confdefs.h. */
10287 main (void)
10291 return 0;
10293 _ACEOF
10294 if ac_fn_objc_try_compile "$LINENO"
10295 then :
10296 ac_cv_prog_objc_g=yes
10298 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
10300 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
10302 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
10303 ac_objc_werror_flag=$ac_save_objc_werror_flag
10305 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_objc_g" >&5
10306 printf "%s\n" "$ac_cv_prog_objc_g" >&6; }
10307 if test $ac_test_OBJCFLAGS; then
10308 OBJCFLAGS=$ac_save_OBJCFLAGS
10309 elif test $ac_cv_prog_objc_g = yes; then
10310 if test "$GOBJC" = yes; then
10311 OBJCFLAGS="-g -O2"
10312 else
10313 OBJCFLAGS="-g"
10315 else
10316 if test "$GOBJC" = yes; then
10317 OBJCFLAGS="-O2"
10318 else
10319 OBJCFLAGS=
10322 ac_ext=m
10323 ac_cpp='$OBJCPP $CPPFLAGS'
10324 ac_compile='$OBJC -c $OBJCFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10325 ac_link='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10326 ac_compiler_gnu=$ac_cv_objc_compiler_gnu
10329 ac_fn_objc_check_header_compile "$LINENO" "Metal/Metal.h" "ac_cv_header_Metal_Metal_h" "$ac_includes_default"
10330 if test "x$ac_cv_header_Metal_Metal_h" = xyes
10331 then :
10332 printf "%s\n" "#define HAVE_METAL_METAL_H 1" >>confdefs.h
10336 ac_ext=c
10337 ac_cpp='$CPP $CPPFLAGS'
10338 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10339 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10340 ac_compiler_gnu=$ac_cv_c_compiler_gnu
10342 LIBEXT="dylib"
10343 DLLFLAGS="$DLLFLAGS -fPIC"
10344 LDDLLFLAGS="-fPIC"
10345 COREFOUNDATION_LIBS="-framework CoreFoundation"
10347 IOKIT_LIBS="-framework IOKit -framework CoreFoundation"
10349 APPLICATIONSERVICES_LIBS="-framework ApplicationServices"
10351 CORESERVICES_LIBS="-framework CoreServices"
10353 APPKIT_LIBS="-framework AppKit"
10355 SYSTEMCONFIGURATION_LIBS="-framework SystemConfiguration"
10358 WINELOADER_LDFLAGS="-Wl,-pie,-segalign,0x1000,-pagezero_size,0x1000,-sectcreate,__TEXT,__info_plist,loader/wine_info.plist"
10360 wine_can_build_preloader=yes
10361 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"
10362 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_new_main -e _main" >&5
10363 printf %s "checking whether the compiler supports -Wl,-no_new_main -e _main... " >&6; }
10364 if test ${ac_cv_cflags__Wl__no_new_main__e__main+y}
10365 then :
10366 printf %s "(cached) " >&6
10367 else $as_nop
10368 ac_wine_try_cflags_saved=$CFLAGS
10369 CFLAGS="$CFLAGS -Wl,-no_new_main -e _main"
10370 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10371 /* end confdefs.h. */
10372 int main(int argc, char **argv) { return 0; }
10373 _ACEOF
10374 if ac_fn_c_try_link "$LINENO"
10375 then :
10376 ac_cv_cflags__Wl__no_new_main__e__main=yes
10377 else $as_nop
10378 ac_cv_cflags__Wl__no_new_main__e__main=no
10380 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10381 conftest$ac_exeext conftest.$ac_ext
10382 CFLAGS=$ac_wine_try_cflags_saved
10384 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_new_main__e__main" >&5
10385 printf "%s\n" "$ac_cv_cflags__Wl__no_new_main__e__main" >&6; }
10386 if test "x$ac_cv_cflags__Wl__no_new_main__e__main" = xyes
10387 then :
10388 WINEPRELOADER_LDFLAGS="-Wl,-no_new_main $WINEPRELOADER_LDFLAGS"
10389 { 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
10390 printf %s "checking whether the compiler supports -Wl,-no_new_main -e _main -mmacosx-version-min=10.7 -nostartfiles -nodefaultlibs... " >&6; }
10391 if test ${ac_cv_cflags__Wl__no_new_main__e__main__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs+y}
10392 then :
10393 printf %s "(cached) " >&6
10394 else $as_nop
10395 ac_wine_try_cflags_saved=$CFLAGS
10396 CFLAGS="$CFLAGS -Wl,-no_new_main -e _main -mmacosx-version-min=10.7 -nostartfiles -nodefaultlibs"
10397 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10398 /* end confdefs.h. */
10399 int main(int argc, char **argv) { return 0; }
10400 _ACEOF
10401 if ac_fn_c_try_link "$LINENO"
10402 then :
10403 ac_cv_cflags__Wl__no_new_main__e__main__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs=yes
10404 else $as_nop
10405 ac_cv_cflags__Wl__no_new_main__e__main__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs=no
10407 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10408 conftest$ac_exeext conftest.$ac_ext
10409 CFLAGS=$ac_wine_try_cflags_saved
10411 { 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
10412 printf "%s\n" "$ac_cv_cflags__Wl__no_new_main__e__main__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs" >&6; }
10413 if test "x$ac_cv_cflags__Wl__no_new_main__e__main__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs" = xyes
10414 then :
10415 WINEPRELOADER_LDFLAGS="-mmacosx-version-min=10.7 $WINEPRELOADER_LDFLAGS"
10416 else $as_nop
10417 wine_can_build_preloader=no
10419 else $as_nop
10420 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -mmacosx-version-min=10.7 -nostartfiles -nodefaultlibs" >&5
10421 printf %s "checking whether the compiler supports -mmacosx-version-min=10.7 -nostartfiles -nodefaultlibs... " >&6; }
10422 if test ${ac_cv_cflags__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs+y}
10423 then :
10424 printf %s "(cached) " >&6
10425 else $as_nop
10426 ac_wine_try_cflags_saved=$CFLAGS
10427 CFLAGS="$CFLAGS -mmacosx-version-min=10.7 -nostartfiles -nodefaultlibs"
10428 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10429 /* end confdefs.h. */
10430 int main(int argc, char **argv) { return 0; }
10431 _ACEOF
10432 if ac_fn_c_try_link "$LINENO"
10433 then :
10434 ac_cv_cflags__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs=yes
10435 else $as_nop
10436 ac_cv_cflags__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs=no
10438 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10439 conftest$ac_exeext conftest.$ac_ext
10440 CFLAGS=$ac_wine_try_cflags_saved
10442 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs" >&5
10443 printf "%s\n" "$ac_cv_cflags__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs" >&6; }
10444 if test "x$ac_cv_cflags__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs" = xyes
10445 then :
10446 WINEPRELOADER_LDFLAGS="-mmacosx-version-min=10.7 $WINEPRELOADER_LDFLAGS"
10447 else $as_nop
10448 wine_can_build_preloader=no
10451 if test "$wine_can_build_preloader" = "yes"
10452 then
10453 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_pie" >&5
10454 printf %s "checking whether the compiler supports -Wl,-no_pie... " >&6; }
10455 if test ${ac_cv_cflags__Wl__no_pie+y}
10456 then :
10457 printf %s "(cached) " >&6
10458 else $as_nop
10459 ac_wine_try_cflags_saved=$CFLAGS
10460 CFLAGS="$CFLAGS -Wl,-no_pie"
10461 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10462 /* end confdefs.h. */
10463 int main(int argc, char **argv) { return 0; }
10464 _ACEOF
10465 if ac_fn_c_try_link "$LINENO"
10466 then :
10467 ac_cv_cflags__Wl__no_pie=yes
10468 else $as_nop
10469 ac_cv_cflags__Wl__no_pie=no
10471 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10472 conftest$ac_exeext conftest.$ac_ext
10473 CFLAGS=$ac_wine_try_cflags_saved
10475 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_pie" >&5
10476 printf "%s\n" "$ac_cv_cflags__Wl__no_pie" >&6; }
10477 if test "x$ac_cv_cflags__Wl__no_pie" = xyes
10478 then :
10479 WINEPRELOADER_LDFLAGS="-Wl,-no_pie $WINEPRELOADER_LDFLAGS"
10481 test "$wine_binary" = wine || wine_fn_append_file CONFIGURE_TARGETS "loader/wine-preloader"
10482 WINELOADER_PROGRAMS="$WINELOADER_PROGRAMS $wine_binary-preloader"
10483 else
10484 as_fn_append wine_warnings "|can't build Wine preloader; many programs won't work"
10487 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
10488 then
10489 DISKARBITRATION_LIBS="-framework DiskArbitration -framework CoreFoundation"
10492 if test "$ac_cv_header_Security_Security_h" = "yes"
10493 then
10494 SECURITY_LIBS="-framework Security -framework CoreFoundation"
10497 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes"
10498 then
10499 COREAUDIO_LIBS="-framework CoreFoundation -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework CoreMIDI"
10501 enable_winecoreaudio_drv=${enable_winecoreaudio_drv:-yes}
10503 if test "$ac_cv_header_OpenAL_al_h" = "yes"
10504 then
10505 OPENAL_LIBS="-framework OpenAL"
10508 printf "%s\n" "#define HAVE_OPENAL 1" >>confdefs.h
10510 ac_cv_lib_openal=yes
10512 if test "$ac_cv_header_OpenCL_opencl_h" = "yes"
10513 then
10514 OPENCL_LIBS="-framework OpenCL"
10516 ac_cv_lib_OpenCL_clGetPlatformInfo=yes
10518 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
10519 then
10520 ac_save_LIBS="$LIBS"
10521 LIBS="$LIBS $IOKIT_LIBS"
10522 ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
10523 if test "x$ac_cv_func_IOHIDManagerCreate" = xyes
10524 then :
10525 printf "%s\n" "#define HAVE_IOHIDMANAGERCREATE 1" >>confdefs.h
10529 LIBS="$ac_save_LIBS"
10532 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
10533 then
10534 CARBON_LIBS="-framework Carbon"
10537 if test "$ac_cv_header_Metal_Metal_h" = "yes"
10538 then
10539 METAL_LIBS="-framework Metal -framework QuartzCore"
10543 if test "$ac_cv_header_Metal_Metal_h" = "yes"
10544 then
10545 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether MTLDevice protocol supports registryID property" >&5
10546 printf %s "checking whether MTLDevice protocol supports registryID property... " >&6; }
10547 ac_ext=m
10548 ac_cpp='$OBJCPP $CPPFLAGS'
10549 ac_compile='$OBJC -c $OBJCFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10550 ac_link='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10551 ac_compiler_gnu=$ac_cv_objc_compiler_gnu
10553 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10554 /* end confdefs.h. */
10555 #include <Metal/Metal.h>
10557 main (void)
10559 id<MTLDevice> device; device.registryID;
10561 return 0;
10563 _ACEOF
10564 if ac_fn_objc_try_compile "$LINENO"
10565 then :
10566 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10567 printf "%s\n" "yes" >&6; }
10569 printf "%s\n" "#define HAVE_MTLDEVICE_REGISTRYID 1" >>confdefs.h
10571 else $as_nop
10572 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
10573 printf "%s\n" "no" >&6; }
10575 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
10576 ac_ext=c
10577 ac_cpp='$CPP $CPPFLAGS'
10578 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10579 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10580 ac_compiler_gnu=$ac_cv_c_compiler_gnu
10584 if test "$ac_cv_header_ApplicationServices_ApplicationServices_h" = "yes"
10585 then
10586 ac_save_LIBS="$LIBS"
10587 LIBS="$LIBS $APPLICATIONSERVICES_LIBS"
10588 ac_fn_c_check_func "$LINENO" "CGDisplayModeGetWidth" "ac_cv_func_CGDisplayModeGetWidth"
10589 if test "x$ac_cv_func_CGDisplayModeGetWidth" = xyes
10590 then :
10591 enable_winemac_drv=${enable_winemac_drv:-yes}
10594 LIBS="$ac_save_LIBS"
10597 UNIXLDFLAGS="-dynamiclib -install_name @loader_path/\$(UNIXLIB)"
10598 LIBWINE_SHAREDLIB="libwine.$libwine_version.dylib"
10600 LIBWINE_LDFLAGS="-dynamiclib -install_name @rpath/libwine.$libwine_soversion.dylib -Wl,-rpath,@loader_path/ -compatibility_version $libwine_soversion -current_version $libwine_version"
10602 WINELOADER_DEPENDS="wine_info.plist"
10604 TOP_INSTALL_LIB="$TOP_INSTALL_LIB libs/wine/libwine.$libwine_version.dylib libs/wine/libwine.$libwine_soversion.dylib"
10607 linux-android*)
10609 printf "%s\n" "#define _GNU_SOURCE 1" >>confdefs.h
10611 DLLFLAGS="$DLLFLAGS -fPIC"
10612 LDDLLFLAGS="-fPIC"
10613 LDEXECFLAGS="-Wl,-pie"
10614 enable_wineandroid_drv=${enable_wineandroid_drv:-yes}
10615 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-z,defs" >&5
10616 printf %s "checking whether the compiler supports -Wl,-z,defs... " >&6; }
10617 if test ${ac_cv_cflags__Wl__z_defs+y}
10618 then :
10619 printf %s "(cached) " >&6
10620 else $as_nop
10621 ac_wine_try_cflags_saved=$CFLAGS
10622 CFLAGS="$CFLAGS -Wl,-z,defs"
10623 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10624 /* end confdefs.h. */
10625 int main(int argc, char **argv) { return 0; }
10626 _ACEOF
10627 if ac_fn_c_try_link "$LINENO"
10628 then :
10629 ac_cv_cflags__Wl__z_defs=yes
10630 else $as_nop
10631 ac_cv_cflags__Wl__z_defs=no
10633 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10634 conftest$ac_exeext conftest.$ac_ext
10635 CFLAGS=$ac_wine_try_cflags_saved
10637 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__z_defs" >&5
10638 printf "%s\n" "$ac_cv_cflags__Wl__z_defs" >&6; }
10639 if test "x$ac_cv_cflags__Wl__z_defs" = xyes
10640 then :
10641 UNIXLDFLAGS="$UNIXLDFLAGS -Wl,-z,defs"
10643 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
10644 printf %s "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
10645 if test ${ac_cv_cflags__fPIC__Wl___export_dynamic+y}
10646 then :
10647 printf %s "(cached) " >&6
10648 else $as_nop
10649 ac_wine_try_cflags_saved=$CFLAGS
10650 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
10651 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10652 /* end confdefs.h. */
10653 int main(int argc, char **argv) { return 0; }
10654 _ACEOF
10655 if ac_fn_c_try_link "$LINENO"
10656 then :
10657 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
10658 else $as_nop
10659 ac_cv_cflags__fPIC__Wl___export_dynamic=no
10661 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10662 conftest$ac_exeext conftest.$ac_ext
10663 CFLAGS=$ac_wine_try_cflags_saved
10665 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
10666 printf "%s\n" "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
10667 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes
10668 then :
10669 WINELOADER_LDFLAGS="-Wl,--export-dynamic"
10671 WINEPRELOADER_LDFLAGS="-static -nostartfiles -nodefaultlibs -Wl,-Ttext=0x7d400000"
10673 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lEGL" >&5
10674 printf %s "checking for -lEGL... " >&6; }
10675 if test ${ac_cv_lib_soname_EGL+y}
10676 then :
10677 printf %s "(cached) " >&6
10678 else $as_nop
10679 ac_check_soname_save_LIBS=$LIBS
10680 LIBS="-lEGL $LIBS"
10681 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10682 /* end confdefs.h. */
10684 /* Override any GCC internal prototype to avoid an error.
10685 Use char because int might match the return type of a GCC
10686 builtin and then its argument prototype would still apply. */
10687 char eglGetProcAddress ();
10689 main (void)
10691 return eglGetProcAddress ();
10693 return 0;
10695 _ACEOF
10696 if ac_fn_c_try_link "$LINENO"
10697 then :
10698 case "$LIBEXT" in
10699 dll) ac_cv_lib_soname_EGL=`$ac_cv_path_LDD conftest.exe | grep "EGL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10700 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'` ;;
10701 *) ac_cv_lib_soname_EGL=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libEGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libEGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10702 if ${ac_cv_lib_soname_EGL:+false} :
10703 then :
10704 ac_cv_lib_soname_EGL=`$LDD conftest$ac_exeext | grep "libEGL\\.$LIBEXT" | sed -e "s/^.*\(libEGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10705 fi ;;
10706 esac
10707 else $as_nop
10708 ac_cv_lib_soname_EGL=
10710 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10711 conftest$ac_exeext conftest.$ac_ext
10712 LIBS=$ac_check_soname_save_LIBS
10714 if ${ac_cv_lib_soname_EGL:+false} :
10715 then :
10716 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10717 printf "%s\n" "not found" >&6; }
10719 else $as_nop
10720 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_EGL" >&5
10721 printf "%s\n" "$ac_cv_lib_soname_EGL" >&6; }
10723 printf "%s\n" "#define SONAME_LIBEGL \"$ac_cv_lib_soname_EGL\"" >>confdefs.h
10727 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lGLESv2" >&5
10728 printf %s "checking for -lGLESv2... " >&6; }
10729 if test ${ac_cv_lib_soname_GLESv2+y}
10730 then :
10731 printf %s "(cached) " >&6
10732 else $as_nop
10733 ac_check_soname_save_LIBS=$LIBS
10734 LIBS="-lGLESv2 $LIBS"
10735 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10736 /* end confdefs.h. */
10738 /* Override any GCC internal prototype to avoid an error.
10739 Use char because int might match the return type of a GCC
10740 builtin and then its argument prototype would still apply. */
10741 char glFlush ();
10743 main (void)
10745 return glFlush ();
10747 return 0;
10749 _ACEOF
10750 if ac_fn_c_try_link "$LINENO"
10751 then :
10752 case "$LIBEXT" in
10753 dll) ac_cv_lib_soname_GLESv2=`$ac_cv_path_LDD conftest.exe | grep "GLESv2" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10754 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'` ;;
10755 *) ac_cv_lib_soname_GLESv2=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGLESv2\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGLESv2\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10756 if ${ac_cv_lib_soname_GLESv2:+false} :
10757 then :
10758 ac_cv_lib_soname_GLESv2=`$LDD conftest$ac_exeext | grep "libGLESv2\\.$LIBEXT" | sed -e "s/^.*\(libGLESv2\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10759 fi ;;
10760 esac
10761 else $as_nop
10762 ac_cv_lib_soname_GLESv2=
10764 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10765 conftest$ac_exeext conftest.$ac_ext
10766 LIBS=$ac_check_soname_save_LIBS
10768 if ${ac_cv_lib_soname_GLESv2:+false} :
10769 then :
10770 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10771 printf "%s\n" "not found" >&6; }
10773 else $as_nop
10774 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLESv2" >&5
10775 printf "%s\n" "$ac_cv_lib_soname_GLESv2" >&6; }
10777 printf "%s\n" "#define SONAME_LIBGLESV2 \"$ac_cv_lib_soname_GLESv2\"" >>confdefs.h
10782 if test "x$exec_prefix" = xNONE
10783 then
10784 case $host_cpu in
10785 *i[3456]86*) exec_prefix='${prefix}/x86' ;;
10786 *x86_64*) exec_prefix='${prefix}/x86_64' ;;
10787 *arm*) exec_prefix='${prefix}/armeabi-v7a' ;;
10788 *aarch64*) exec_prefix='${prefix}/arm64-v8a' ;;
10789 esac
10795 printf "%s\n" "#define _GNU_SOURCE 1" >>confdefs.h
10797 case $host_cpu in
10798 *i[3456789]86*)
10799 DLLFLAGS="$DLLFLAGS -fno-PIC"
10800 LDDLLFLAGS="-fno-PIC"
10801 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-PIC -Wl,-z,notext" >&5
10802 printf %s "checking whether the compiler supports -fno-PIC -Wl,-z,notext... " >&6; }
10803 if test ${ac_cv_cflags__fno_PIC__Wl__z_notext+y}
10804 then :
10805 printf %s "(cached) " >&6
10806 else $as_nop
10807 ac_wine_try_cflags_saved=$CFLAGS
10808 CFLAGS="$CFLAGS -fno-PIC -Wl,-z,notext"
10809 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10810 /* end confdefs.h. */
10811 int main(int argc, char **argv) { return 0; }
10812 _ACEOF
10813 if ac_fn_c_try_link "$LINENO"
10814 then :
10815 ac_cv_cflags__fno_PIC__Wl__z_notext=yes
10816 else $as_nop
10817 ac_cv_cflags__fno_PIC__Wl__z_notext=no
10819 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10820 conftest$ac_exeext conftest.$ac_ext
10821 CFLAGS=$ac_wine_try_cflags_saved
10823 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_PIC__Wl__z_notext" >&5
10824 printf "%s\n" "$ac_cv_cflags__fno_PIC__Wl__z_notext" >&6; }
10825 if test "x$ac_cv_cflags__fno_PIC__Wl__z_notext" = xyes
10826 then :
10827 LDDLLFLAGS="$LDDLLFLAGS -Wl,-z,notext"
10831 DLLFLAGS="$DLLFLAGS -fPIC"
10832 LDDLLFLAGS="-fPIC" ;;
10833 esac
10834 LIBWINE_LDFLAGS="-shared -Wl,-soname,libwine.so.$libwine_soversion"
10836 echo '{ global: *; };' >conftest.map
10837 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -shared -Wl,--version-script=conftest.map" >&5
10838 printf %s "checking whether the compiler supports -shared -Wl,--version-script=conftest.map... " >&6; }
10839 if test ${ac_cv_cflags__shared__Wl___version_script_conftest_map+y}
10840 then :
10841 printf %s "(cached) " >&6
10842 else $as_nop
10843 ac_wine_try_cflags_saved=$CFLAGS
10844 CFLAGS="$CFLAGS -shared -Wl,--version-script=conftest.map"
10845 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10846 /* end confdefs.h. */
10847 int main(int argc, char **argv) { return 0; }
10848 _ACEOF
10849 if ac_fn_c_try_link "$LINENO"
10850 then :
10851 ac_cv_cflags__shared__Wl___version_script_conftest_map=yes
10852 else $as_nop
10853 ac_cv_cflags__shared__Wl___version_script_conftest_map=no
10855 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10856 conftest$ac_exeext conftest.$ac_ext
10857 CFLAGS=$ac_wine_try_cflags_saved
10859 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__shared__Wl___version_script_conftest_map" >&5
10860 printf "%s\n" "$ac_cv_cflags__shared__Wl___version_script_conftest_map" >&6; }
10861 if test "x$ac_cv_cflags__shared__Wl___version_script_conftest_map" = xyes
10862 then :
10863 LIBWINE_LDFLAGS="$LIBWINE_LDFLAGS -Wl,--version-script=\$(srcdir)/wine.map"
10865 rm -f conftest.map
10867 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-z,defs" >&5
10868 printf %s "checking whether the compiler supports -Wl,-z,defs... " >&6; }
10869 if test ${ac_cv_cflags__Wl__z_defs+y}
10870 then :
10871 printf %s "(cached) " >&6
10872 else $as_nop
10873 ac_wine_try_cflags_saved=$CFLAGS
10874 CFLAGS="$CFLAGS -Wl,-z,defs"
10875 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10876 /* end confdefs.h. */
10877 int main(int argc, char **argv) { return 0; }
10878 _ACEOF
10879 if ac_fn_c_try_link "$LINENO"
10880 then :
10881 ac_cv_cflags__Wl__z_defs=yes
10882 else $as_nop
10883 ac_cv_cflags__Wl__z_defs=no
10885 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10886 conftest$ac_exeext conftest.$ac_ext
10887 CFLAGS=$ac_wine_try_cflags_saved
10889 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__z_defs" >&5
10890 printf "%s\n" "$ac_cv_cflags__Wl__z_defs" >&6; }
10891 if test "x$ac_cv_cflags__Wl__z_defs" = xyes
10892 then :
10893 UNIXLDFLAGS="$UNIXLDFLAGS -Wl,-z,defs"
10895 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--export-dynamic" >&5
10896 printf %s "checking whether the compiler supports -Wl,--export-dynamic... " >&6; }
10897 if test ${ac_cv_cflags__Wl___export_dynamic+y}
10898 then :
10899 printf %s "(cached) " >&6
10900 else $as_nop
10901 ac_wine_try_cflags_saved=$CFLAGS
10902 CFLAGS="$CFLAGS -Wl,--export-dynamic"
10903 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10904 /* end confdefs.h. */
10905 int main(int argc, char **argv) { return 0; }
10906 _ACEOF
10907 if ac_fn_c_try_link "$LINENO"
10908 then :
10909 ac_cv_cflags__Wl___export_dynamic=yes
10910 else $as_nop
10911 ac_cv_cflags__Wl___export_dynamic=no
10913 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10914 conftest$ac_exeext conftest.$ac_ext
10915 CFLAGS=$ac_wine_try_cflags_saved
10917 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___export_dynamic" >&5
10918 printf "%s\n" "$ac_cv_cflags__Wl___export_dynamic" >&6; }
10919 if test "x$ac_cv_cflags__Wl___export_dynamic" = xyes
10920 then :
10921 WINELOADER_LDFLAGS="-Wl,--export-dynamic"
10923 WINEPRELOADER_LDFLAGS="-static -nostartfiles -nodefaultlibs -Wl,-Ttext=0x7d400000"
10925 case $host_cpu in
10926 *i[3456789]86* | x86_64 | *aarch64* | arm*)
10927 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000" >&5
10928 printf %s "checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000... " >&6; }
10929 if test ${ac_cv_cflags__Wl__Ttext_segment_0x7bc00000+y}
10930 then :
10931 printf %s "(cached) " >&6
10932 else $as_nop
10933 ac_wine_try_cflags_saved=$CFLAGS
10934 CFLAGS="$CFLAGS -Wl,-Ttext-segment=0x7bc00000"
10935 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10936 /* end confdefs.h. */
10937 int main(int argc, char **argv) { return 0; }
10938 _ACEOF
10939 if ac_fn_c_try_link "$LINENO"
10940 then :
10941 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000=yes
10942 else $as_nop
10943 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000=no
10945 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10946 conftest$ac_exeext conftest.$ac_ext
10947 CFLAGS=$ac_wine_try_cflags_saved
10949 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&5
10950 printf "%s\n" "$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&6; }
10951 if test "x$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" = xyes
10952 then :
10953 case $host_os in
10954 freebsd* | kfreebsd*-gnu) WINELOADER_LDFLAGS="$WINELOADER_LDFLAGS -Wl,-Ttext-segment=0x60000000" ;;
10955 *) WINELOADER_LDFLAGS="$WINELOADER_LDFLAGS -Wl,-Ttext-segment=0x7d000000" ;;
10956 esac
10957 else $as_nop
10958 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7d000400" >&5
10959 printf %s "checking whether the compiler supports -Wl,--section-start,.interp=0x7d000400... " >&6; }
10960 if test ${ac_cv_cflags__Wl___section_start__interp_0x7d000400+y}
10961 then :
10962 printf %s "(cached) " >&6
10963 else $as_nop
10964 ac_wine_try_cflags_saved=$CFLAGS
10965 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7d000400"
10966 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10967 /* end confdefs.h. */
10968 int main(int argc, char **argv) { return 0; }
10969 _ACEOF
10970 if ac_fn_c_try_link "$LINENO"
10971 then :
10972 ac_cv_cflags__Wl___section_start__interp_0x7d000400=yes
10973 else $as_nop
10974 ac_cv_cflags__Wl___section_start__interp_0x7d000400=no
10976 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10977 conftest$ac_exeext conftest.$ac_ext
10978 CFLAGS=$ac_wine_try_cflags_saved
10980 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7d000400" >&5
10981 printf "%s\n" "$ac_cv_cflags__Wl___section_start__interp_0x7d000400" >&6; }
10982 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7d000400" = xyes
10983 then :
10984 case $host_os in
10985 freebsd* | kfreebsd*-gnu) WINELOADER_LDFLAGS="$WINELOADER_LDFLAGS -Wl,--section-start,.interp=0x60000400" ;;
10986 *) WINELOADER_LDFLAGS="$WINELOADER_LDFLAGS -Wl,--section-start,.interp=0x7d000400" ;;
10987 esac
10989 # Extract the first word of "prelink", so it can be a program name with args.
10990 set dummy prelink; ac_word=$2
10991 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10992 printf %s "checking for $ac_word... " >&6; }
10993 if test ${ac_cv_path_PRELINK+y}
10994 then :
10995 printf %s "(cached) " >&6
10996 else $as_nop
10997 case $PRELINK in
10998 [\\/]* | ?:[\\/]*)
10999 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
11002 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11003 for as_dir in /sbin /usr/sbin $PATH
11005 IFS=$as_save_IFS
11006 case $as_dir in #(((
11007 '') as_dir=./ ;;
11008 */) ;;
11009 *) as_dir=$as_dir/ ;;
11010 esac
11011 for ac_exec_ext in '' $ac_executable_extensions; do
11012 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
11013 ac_cv_path_PRELINK="$as_dir$ac_word$ac_exec_ext"
11014 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
11015 break 2
11017 done
11018 done
11019 IFS=$as_save_IFS
11021 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
11023 esac
11025 PRELINK=$ac_cv_path_PRELINK
11026 if test -n "$PRELINK"; then
11027 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
11028 printf "%s\n" "$PRELINK" >&6; }
11029 else
11030 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
11031 printf "%s\n" "no" >&6; }
11035 if test "x$PRELINK" = xfalse
11036 then
11037 as_fn_append wine_warnings "|prelink not found and linker does not support relocation, base address of core dlls won't be set correctly."
11040 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-z,max-page-size=0x1000" >&5
11041 printf %s "checking whether the compiler supports -Wl,-z,max-page-size=0x1000... " >&6; }
11042 if test ${ac_cv_cflags__Wl__z_max_page_size_0x1000+y}
11043 then :
11044 printf %s "(cached) " >&6
11045 else $as_nop
11046 ac_wine_try_cflags_saved=$CFLAGS
11047 CFLAGS="$CFLAGS -Wl,-z,max-page-size=0x1000"
11048 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11049 /* end confdefs.h. */
11050 int main(int argc, char **argv) { return 0; }
11051 _ACEOF
11052 if ac_fn_c_try_link "$LINENO"
11053 then :
11054 ac_cv_cflags__Wl__z_max_page_size_0x1000=yes
11055 else $as_nop
11056 ac_cv_cflags__Wl__z_max_page_size_0x1000=no
11058 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11059 conftest$ac_exeext conftest.$ac_ext
11060 CFLAGS=$ac_wine_try_cflags_saved
11062 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__z_max_page_size_0x1000" >&5
11063 printf "%s\n" "$ac_cv_cflags__Wl__z_max_page_size_0x1000" >&6; }
11064 if test "x$ac_cv_cflags__Wl__z_max_page_size_0x1000" = xyes
11065 then :
11066 WINELOADER_LDFLAGS="$WINELOADER_LDFLAGS -Wl,-z,max-page-size=0x1000"
11069 esac
11070 LIBWINE_SHAREDLIB="libwine.so.$libwine_version"
11072 LIBWINE_DEPENDS="wine.map"
11074 TOP_INSTALL_LIB="$TOP_INSTALL_LIB libs/wine/libwine.so.$libwine_version libs/wine/libwine.so.$libwine_soversion"
11076 esac
11078 enable_winecoreaudio_drv=${enable_winecoreaudio_drv:-no}
11079 enable_wineandroid_drv=${enable_wineandroid_drv:-no}
11080 enable_winemac_drv=${enable_winemac_drv:-no}
11081 test "$ac_cv_header_linux_joystick_h" = "yes" -o "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes" || enable_winejoystick_drv=${enable_winejoystick_drv:-no}
11084 if test "x$with_mingw" != xno
11085 then
11086 case "x$with_mingw" in
11087 x|xyes) case "$host_cpu" in
11088 aarch64*)
11089 ac_prefix_list="aarch64-w64-mingw32-clang aarch64-w64-mingw32-gcc clang" ;;
11090 arm*)
11091 ac_prefix_list="armv7-w64-mingw32-clang armv7-w64-mingw32-gcc clang" ;;
11092 i[3456789]86*)
11093 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
11094 i686-w64-mingw32-clang i586-w64-mingw32-clang i486-w64-mingw32-clang i386-w64-mingw32-clang
11095 mingw32-gcc clang" ;;
11096 x86_64)
11097 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
11098 x86_64-w64-mingw32-clang amd64-w64-mingw32-clang clang" ;;
11100 ac_prefix_list="" ;;
11101 esac
11102 for ac_prog in $ac_prefix_list
11104 # Extract the first word of "$ac_prog", so it can be a program name with args.
11105 set dummy $ac_prog; ac_word=$2
11106 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11107 printf %s "checking for $ac_word... " >&6; }
11108 if test ${ac_cv_prog_CROSSCC+y}
11109 then :
11110 printf %s "(cached) " >&6
11111 else $as_nop
11112 if test -n "$CROSSCC"; then
11113 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
11114 else
11115 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11116 for as_dir in $PATH
11118 IFS=$as_save_IFS
11119 case $as_dir in #(((
11120 '') as_dir=./ ;;
11121 */) ;;
11122 *) as_dir=$as_dir/ ;;
11123 esac
11124 for ac_exec_ext in '' $ac_executable_extensions; do
11125 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
11126 ac_cv_prog_CROSSCC="$ac_prog"
11127 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
11128 break 2
11130 done
11131 done
11132 IFS=$as_save_IFS
11136 CROSSCC=$ac_cv_prog_CROSSCC
11137 if test -n "$CROSSCC"; then
11138 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
11139 printf "%s\n" "$CROSSCC" >&6; }
11140 else
11141 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
11142 printf "%s\n" "no" >&6; }
11146 test -n "$CROSSCC" && break
11147 done
11148 test -n "$CROSSCC" || CROSSCC="false"
11150 *) CROSSCC=$with_mingw ;;
11151 esac
11152 if test "$CROSSCC" != "false"
11153 then
11154 ac_save_CC="$CC"
11155 saved_CFLAGS=$CFLAGS
11156 saved_LDFLAGS=$LDFLAGS
11157 CROSSCFLAGS=${CROSSCFLAGS:-"-g -O2"}
11159 EXTRACROSSCFLAGS="-D__WINE_PE_BUILD -Wall"
11163 CC="$CROSSCC"
11164 CFLAGS=$CROSSCFLAGS
11165 LDFLAGS=$CROSSLDFLAGS
11166 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CROSSCC works" >&5
11167 printf %s "checking whether $CROSSCC works... " >&6; }
11168 if test ${wine_cv_crosscc+y}
11169 then :
11170 printf %s "(cached) " >&6
11171 else $as_nop
11172 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11173 /* end confdefs.h. */
11176 main (void)
11180 return 0;
11182 _ACEOF
11183 if ac_fn_c_try_compile "$LINENO"
11184 then :
11185 wine_cv_crosscc=yes
11186 else $as_nop
11187 wine_cv_crosscc=no
11189 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
11191 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $wine_cv_crosscc" >&5
11192 printf "%s\n" "$wine_cv_crosscc" >&6; }
11193 if test $wine_cv_crosscc = yes
11194 then
11195 set x $CROSSCC
11196 shift
11197 while test $# -ge 1
11199 case "$1" in
11200 *-gcc) CROSSTARGET=`expr "$1" : '\(.*\)-gcc'` ;;
11201 *-clang) CROSSTARGET=`expr "$1" : '\(.*\)-clang'` ;;
11202 esac
11203 shift
11204 done
11206 llvm_target=$CROSSTARGET
11207 llvm_cflags="-fuse-ld=lld"
11208 if test -z "$llvm_target"
11209 then
11210 case $host_cpu in
11211 *i[3456789]86*) llvm_target=i686-windows ;;
11212 *) llvm_target=$host_cpu-windows ;;
11213 esac
11215 case $llvm_target in
11216 *windows) llvm_cflags="$llvm_cflags -Wl,-subsystem:console" ;;
11217 esac
11218 as_ac_var=`printf "%s\n" "ac_cv_crosscflags_-target $llvm_target $llvm_cflags" | $as_tr_sh`
11219 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -target $llvm_target $llvm_cflags" >&5
11220 printf %s "checking whether the cross-compiler supports -target $llvm_target $llvm_cflags... " >&6; }
11221 if eval test \${$as_ac_var+y}
11222 then :
11223 printf %s "(cached) " >&6
11224 else $as_nop
11225 ac_wine_try_cflags_saved=$CFLAGS
11226 ac_wine_try_cflags_saved_cc=$CC
11227 ac_wine_try_cflags_saved_exeext=$ac_exeext
11228 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -target $llvm_target $llvm_cflags"
11229 CC="$CROSSCC"
11230 ac_exeext=".exe"
11231 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11232 /* end confdefs.h. */
11233 int __cdecl mainCRTStartup(void) { return 0; }
11234 _ACEOF
11235 if ac_fn_c_try_link "$LINENO"
11236 then :
11237 eval "$as_ac_var=yes"
11238 else $as_nop
11239 eval "$as_ac_var=no"
11241 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11242 conftest$ac_exeext conftest.$ac_ext
11243 CFLAGS=$ac_wine_try_cflags_saved
11244 CC=$ac_wine_try_cflags_saved_cc
11245 ac_exeext=$ac_wine_try_cflags_saved_exeext
11247 eval ac_res=\$$as_ac_var
11248 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
11249 printf "%s\n" "$ac_res" >&6; }
11250 if eval test \"x\$"$as_ac_var"\" = x"yes"
11251 then :
11252 CROSSTARGET=$llvm_target
11253 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -target $CROSSTARGET"
11254 DELAYLOADFLAG="-Wl,-delayload,"
11256 CFLAGS="$CFLAGS $llvm_cflags"
11259 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -fno-strict-aliasing" >&5
11260 printf %s "checking whether the cross-compiler supports -fno-strict-aliasing... " >&6; }
11261 if test ${ac_cv_crosscflags__fno_strict_aliasing+y}
11262 then :
11263 printf %s "(cached) " >&6
11264 else $as_nop
11265 ac_wine_try_cflags_saved=$CFLAGS
11266 ac_wine_try_cflags_saved_cc=$CC
11267 ac_wine_try_cflags_saved_exeext=$ac_exeext
11268 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -fno-strict-aliasing"
11269 CC="$CROSSCC"
11270 ac_exeext=".exe"
11271 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11272 /* end confdefs.h. */
11273 int __cdecl mainCRTStartup(void) { return 0; }
11274 _ACEOF
11275 if ac_fn_c_try_link "$LINENO"
11276 then :
11277 ac_cv_crosscflags__fno_strict_aliasing=yes
11278 else $as_nop
11279 ac_cv_crosscflags__fno_strict_aliasing=no
11281 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11282 conftest$ac_exeext conftest.$ac_ext
11283 CFLAGS=$ac_wine_try_cflags_saved
11284 CC=$ac_wine_try_cflags_saved_cc
11285 ac_exeext=$ac_wine_try_cflags_saved_exeext
11287 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__fno_strict_aliasing" >&5
11288 printf "%s\n" "$ac_cv_crosscflags__fno_strict_aliasing" >&6; }
11289 if test "x$ac_cv_crosscflags__fno_strict_aliasing" = xyes
11290 then :
11291 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -fno-strict-aliasing"
11293 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Werror=unknown-warning-option" >&5
11294 printf %s "checking whether the cross-compiler supports -Werror=unknown-warning-option... " >&6; }
11295 if test ${ac_cv_crosscflags__Werror_unknown_warning_option+y}
11296 then :
11297 printf %s "(cached) " >&6
11298 else $as_nop
11299 ac_wine_try_cflags_saved=$CFLAGS
11300 ac_wine_try_cflags_saved_cc=$CC
11301 ac_wine_try_cflags_saved_exeext=$ac_exeext
11302 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Werror=unknown-warning-option"
11303 CC="$CROSSCC"
11304 ac_exeext=".exe"
11305 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11306 /* end confdefs.h. */
11307 int __cdecl mainCRTStartup(void) { return 0; }
11308 _ACEOF
11309 if ac_fn_c_try_link "$LINENO"
11310 then :
11311 ac_cv_crosscflags__Werror_unknown_warning_option=yes
11312 else $as_nop
11313 ac_cv_crosscflags__Werror_unknown_warning_option=no
11315 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11316 conftest$ac_exeext conftest.$ac_ext
11317 CFLAGS=$ac_wine_try_cflags_saved
11318 CC=$ac_wine_try_cflags_saved_cc
11319 ac_exeext=$ac_wine_try_cflags_saved_exeext
11321 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Werror_unknown_warning_option" >&5
11322 printf "%s\n" "$ac_cv_crosscflags__Werror_unknown_warning_option" >&6; }
11323 if test "x$ac_cv_crosscflags__Werror_unknown_warning_option" = xyes
11324 then :
11325 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
11327 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Werror=ignored-optimization-argument" >&5
11328 printf %s "checking whether the cross-compiler supports -Werror=ignored-optimization-argument... " >&6; }
11329 if test ${ac_cv_crosscflags__Werror_ignored_optimization_argument+y}
11330 then :
11331 printf %s "(cached) " >&6
11332 else $as_nop
11333 ac_wine_try_cflags_saved=$CFLAGS
11334 ac_wine_try_cflags_saved_cc=$CC
11335 ac_wine_try_cflags_saved_exeext=$ac_exeext
11336 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Werror=ignored-optimization-argument"
11337 CC="$CROSSCC"
11338 ac_exeext=".exe"
11339 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11340 /* end confdefs.h. */
11341 int __cdecl mainCRTStartup(void) { return 0; }
11342 _ACEOF
11343 if ac_fn_c_try_link "$LINENO"
11344 then :
11345 ac_cv_crosscflags__Werror_ignored_optimization_argument=yes
11346 else $as_nop
11347 ac_cv_crosscflags__Werror_ignored_optimization_argument=no
11349 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11350 conftest$ac_exeext conftest.$ac_ext
11351 CFLAGS=$ac_wine_try_cflags_saved
11352 CC=$ac_wine_try_cflags_saved_cc
11353 ac_exeext=$ac_wine_try_cflags_saved_exeext
11355 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Werror_ignored_optimization_argument" >&5
11356 printf "%s\n" "$ac_cv_crosscflags__Werror_ignored_optimization_argument" >&6; }
11357 if test "x$ac_cv_crosscflags__Werror_ignored_optimization_argument" = xyes
11358 then :
11359 CFLAGS="$CFLAGS -Werror=ignored-optimization-argument"
11361 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wdeclaration-after-statement" >&5
11362 printf %s "checking whether the cross-compiler supports -Wdeclaration-after-statement... " >&6; }
11363 if test ${ac_cv_crosscflags__Wdeclaration_after_statement+y}
11364 then :
11365 printf %s "(cached) " >&6
11366 else $as_nop
11367 ac_wine_try_cflags_saved=$CFLAGS
11368 ac_wine_try_cflags_saved_cc=$CC
11369 ac_wine_try_cflags_saved_exeext=$ac_exeext
11370 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wdeclaration-after-statement"
11371 CC="$CROSSCC"
11372 ac_exeext=".exe"
11373 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11374 /* end confdefs.h. */
11375 int __cdecl mainCRTStartup(void) { return 0; }
11376 _ACEOF
11377 if ac_fn_c_try_link "$LINENO"
11378 then :
11379 ac_cv_crosscflags__Wdeclaration_after_statement=yes
11380 else $as_nop
11381 ac_cv_crosscflags__Wdeclaration_after_statement=no
11383 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11384 conftest$ac_exeext conftest.$ac_ext
11385 CFLAGS=$ac_wine_try_cflags_saved
11386 CC=$ac_wine_try_cflags_saved_cc
11387 ac_exeext=$ac_wine_try_cflags_saved_exeext
11389 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wdeclaration_after_statement" >&5
11390 printf "%s\n" "$ac_cv_crosscflags__Wdeclaration_after_statement" >&6; }
11391 if test "x$ac_cv_crosscflags__Wdeclaration_after_statement" = xyes
11392 then :
11393 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wdeclaration-after-statement"
11395 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wempty-body" >&5
11396 printf %s "checking whether the cross-compiler supports -Wempty-body... " >&6; }
11397 if test ${ac_cv_crosscflags__Wempty_body+y}
11398 then :
11399 printf %s "(cached) " >&6
11400 else $as_nop
11401 ac_wine_try_cflags_saved=$CFLAGS
11402 ac_wine_try_cflags_saved_cc=$CC
11403 ac_wine_try_cflags_saved_exeext=$ac_exeext
11404 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wempty-body"
11405 CC="$CROSSCC"
11406 ac_exeext=".exe"
11407 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11408 /* end confdefs.h. */
11409 int __cdecl mainCRTStartup(void) { return 0; }
11410 _ACEOF
11411 if ac_fn_c_try_link "$LINENO"
11412 then :
11413 ac_cv_crosscflags__Wempty_body=yes
11414 else $as_nop
11415 ac_cv_crosscflags__Wempty_body=no
11417 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11418 conftest$ac_exeext conftest.$ac_ext
11419 CFLAGS=$ac_wine_try_cflags_saved
11420 CC=$ac_wine_try_cflags_saved_cc
11421 ac_exeext=$ac_wine_try_cflags_saved_exeext
11423 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wempty_body" >&5
11424 printf "%s\n" "$ac_cv_crosscflags__Wempty_body" >&6; }
11425 if test "x$ac_cv_crosscflags__Wempty_body" = xyes
11426 then :
11427 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wempty-body"
11429 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wignored-qualifiers" >&5
11430 printf %s "checking whether the cross-compiler supports -Wignored-qualifiers... " >&6; }
11431 if test ${ac_cv_crosscflags__Wignored_qualifiers+y}
11432 then :
11433 printf %s "(cached) " >&6
11434 else $as_nop
11435 ac_wine_try_cflags_saved=$CFLAGS
11436 ac_wine_try_cflags_saved_cc=$CC
11437 ac_wine_try_cflags_saved_exeext=$ac_exeext
11438 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wignored-qualifiers"
11439 CC="$CROSSCC"
11440 ac_exeext=".exe"
11441 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11442 /* end confdefs.h. */
11443 int __cdecl mainCRTStartup(void) { return 0; }
11444 _ACEOF
11445 if ac_fn_c_try_link "$LINENO"
11446 then :
11447 ac_cv_crosscflags__Wignored_qualifiers=yes
11448 else $as_nop
11449 ac_cv_crosscflags__Wignored_qualifiers=no
11451 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11452 conftest$ac_exeext conftest.$ac_ext
11453 CFLAGS=$ac_wine_try_cflags_saved
11454 CC=$ac_wine_try_cflags_saved_cc
11455 ac_exeext=$ac_wine_try_cflags_saved_exeext
11457 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wignored_qualifiers" >&5
11458 printf "%s\n" "$ac_cv_crosscflags__Wignored_qualifiers" >&6; }
11459 if test "x$ac_cv_crosscflags__Wignored_qualifiers" = xyes
11460 then :
11461 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wignored-qualifiers"
11463 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Winit-self" >&5
11464 printf %s "checking whether the cross-compiler supports -Winit-self... " >&6; }
11465 if test ${ac_cv_crosscflags__Winit_self+y}
11466 then :
11467 printf %s "(cached) " >&6
11468 else $as_nop
11469 ac_wine_try_cflags_saved=$CFLAGS
11470 ac_wine_try_cflags_saved_cc=$CC
11471 ac_wine_try_cflags_saved_exeext=$ac_exeext
11472 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Winit-self"
11473 CC="$CROSSCC"
11474 ac_exeext=".exe"
11475 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11476 /* end confdefs.h. */
11477 int __cdecl mainCRTStartup(void) { return 0; }
11478 _ACEOF
11479 if ac_fn_c_try_link "$LINENO"
11480 then :
11481 ac_cv_crosscflags__Winit_self=yes
11482 else $as_nop
11483 ac_cv_crosscflags__Winit_self=no
11485 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11486 conftest$ac_exeext conftest.$ac_ext
11487 CFLAGS=$ac_wine_try_cflags_saved
11488 CC=$ac_wine_try_cflags_saved_cc
11489 ac_exeext=$ac_wine_try_cflags_saved_exeext
11491 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Winit_self" >&5
11492 printf "%s\n" "$ac_cv_crosscflags__Winit_self" >&6; }
11493 if test "x$ac_cv_crosscflags__Winit_self" = xyes
11494 then :
11495 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Winit-self"
11497 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wpacked-not-aligned" >&5
11498 printf %s "checking whether the cross-compiler supports -Wpacked-not-aligned... " >&6; }
11499 if test ${ac_cv_crosscflags__Wpacked_not_aligned+y}
11500 then :
11501 printf %s "(cached) " >&6
11502 else $as_nop
11503 ac_wine_try_cflags_saved=$CFLAGS
11504 ac_wine_try_cflags_saved_cc=$CC
11505 ac_wine_try_cflags_saved_exeext=$ac_exeext
11506 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wpacked-not-aligned"
11507 CC="$CROSSCC"
11508 ac_exeext=".exe"
11509 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11510 /* end confdefs.h. */
11511 int __cdecl mainCRTStartup(void) { return 0; }
11512 _ACEOF
11513 if ac_fn_c_try_link "$LINENO"
11514 then :
11515 ac_cv_crosscflags__Wpacked_not_aligned=yes
11516 else $as_nop
11517 ac_cv_crosscflags__Wpacked_not_aligned=no
11519 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11520 conftest$ac_exeext conftest.$ac_ext
11521 CFLAGS=$ac_wine_try_cflags_saved
11522 CC=$ac_wine_try_cflags_saved_cc
11523 ac_exeext=$ac_wine_try_cflags_saved_exeext
11525 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wpacked_not_aligned" >&5
11526 printf "%s\n" "$ac_cv_crosscflags__Wpacked_not_aligned" >&6; }
11527 if test "x$ac_cv_crosscflags__Wpacked_not_aligned" = xyes
11528 then :
11529 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wno-packed-not-aligned"
11531 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wpragma-pack" >&5
11532 printf %s "checking whether the cross-compiler supports -Wpragma-pack... " >&6; }
11533 if test ${ac_cv_crosscflags__Wpragma_pack+y}
11534 then :
11535 printf %s "(cached) " >&6
11536 else $as_nop
11537 ac_wine_try_cflags_saved=$CFLAGS
11538 ac_wine_try_cflags_saved_cc=$CC
11539 ac_wine_try_cflags_saved_exeext=$ac_exeext
11540 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wpragma-pack"
11541 CC="$CROSSCC"
11542 ac_exeext=".exe"
11543 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11544 /* end confdefs.h. */
11545 int __cdecl mainCRTStartup(void) { return 0; }
11546 _ACEOF
11547 if ac_fn_c_try_link "$LINENO"
11548 then :
11549 ac_cv_crosscflags__Wpragma_pack=yes
11550 else $as_nop
11551 ac_cv_crosscflags__Wpragma_pack=no
11553 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11554 conftest$ac_exeext conftest.$ac_ext
11555 CFLAGS=$ac_wine_try_cflags_saved
11556 CC=$ac_wine_try_cflags_saved_cc
11557 ac_exeext=$ac_wine_try_cflags_saved_exeext
11559 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wpragma_pack" >&5
11560 printf "%s\n" "$ac_cv_crosscflags__Wpragma_pack" >&6; }
11561 if test "x$ac_cv_crosscflags__Wpragma_pack" = xyes
11562 then :
11563 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wno-pragma-pack"
11565 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wshift-overflow=2" >&5
11566 printf %s "checking whether the cross-compiler supports -Wshift-overflow=2... " >&6; }
11567 if test ${ac_cv_crosscflags__Wshift_overflow_2+y}
11568 then :
11569 printf %s "(cached) " >&6
11570 else $as_nop
11571 ac_wine_try_cflags_saved=$CFLAGS
11572 ac_wine_try_cflags_saved_cc=$CC
11573 ac_wine_try_cflags_saved_exeext=$ac_exeext
11574 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wshift-overflow=2"
11575 CC="$CROSSCC"
11576 ac_exeext=".exe"
11577 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11578 /* end confdefs.h. */
11579 int __cdecl mainCRTStartup(void) { return 0; }
11580 _ACEOF
11581 if ac_fn_c_try_link "$LINENO"
11582 then :
11583 ac_cv_crosscflags__Wshift_overflow_2=yes
11584 else $as_nop
11585 ac_cv_crosscflags__Wshift_overflow_2=no
11587 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11588 conftest$ac_exeext conftest.$ac_ext
11589 CFLAGS=$ac_wine_try_cflags_saved
11590 CC=$ac_wine_try_cflags_saved_cc
11591 ac_exeext=$ac_wine_try_cflags_saved_exeext
11593 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wshift_overflow_2" >&5
11594 printf "%s\n" "$ac_cv_crosscflags__Wshift_overflow_2" >&6; }
11595 if test "x$ac_cv_crosscflags__Wshift_overflow_2" = xyes
11596 then :
11597 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wshift-overflow=2"
11599 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wstrict-prototypes" >&5
11600 printf %s "checking whether the cross-compiler supports -Wstrict-prototypes... " >&6; }
11601 if test ${ac_cv_crosscflags__Wstrict_prototypes+y}
11602 then :
11603 printf %s "(cached) " >&6
11604 else $as_nop
11605 ac_wine_try_cflags_saved=$CFLAGS
11606 ac_wine_try_cflags_saved_cc=$CC
11607 ac_wine_try_cflags_saved_exeext=$ac_exeext
11608 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wstrict-prototypes"
11609 CC="$CROSSCC"
11610 ac_exeext=".exe"
11611 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11612 /* end confdefs.h. */
11613 int __cdecl mainCRTStartup(void) { return 0; }
11614 _ACEOF
11615 if ac_fn_c_try_link "$LINENO"
11616 then :
11617 ac_cv_crosscflags__Wstrict_prototypes=yes
11618 else $as_nop
11619 ac_cv_crosscflags__Wstrict_prototypes=no
11621 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11622 conftest$ac_exeext conftest.$ac_ext
11623 CFLAGS=$ac_wine_try_cflags_saved
11624 CC=$ac_wine_try_cflags_saved_cc
11625 ac_exeext=$ac_wine_try_cflags_saved_exeext
11627 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wstrict_prototypes" >&5
11628 printf "%s\n" "$ac_cv_crosscflags__Wstrict_prototypes" >&6; }
11629 if test "x$ac_cv_crosscflags__Wstrict_prototypes" = xyes
11630 then :
11631 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wstrict-prototypes"
11633 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wtype-limits" >&5
11634 printf %s "checking whether the cross-compiler supports -Wtype-limits... " >&6; }
11635 if test ${ac_cv_crosscflags__Wtype_limits+y}
11636 then :
11637 printf %s "(cached) " >&6
11638 else $as_nop
11639 ac_wine_try_cflags_saved=$CFLAGS
11640 ac_wine_try_cflags_saved_cc=$CC
11641 ac_wine_try_cflags_saved_exeext=$ac_exeext
11642 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wtype-limits"
11643 CC="$CROSSCC"
11644 ac_exeext=".exe"
11645 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11646 /* end confdefs.h. */
11647 int __cdecl mainCRTStartup(void) { return 0; }
11648 _ACEOF
11649 if ac_fn_c_try_link "$LINENO"
11650 then :
11651 ac_cv_crosscflags__Wtype_limits=yes
11652 else $as_nop
11653 ac_cv_crosscflags__Wtype_limits=no
11655 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11656 conftest$ac_exeext conftest.$ac_ext
11657 CFLAGS=$ac_wine_try_cflags_saved
11658 CC=$ac_wine_try_cflags_saved_cc
11659 ac_exeext=$ac_wine_try_cflags_saved_exeext
11661 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wtype_limits" >&5
11662 printf "%s\n" "$ac_cv_crosscflags__Wtype_limits" >&6; }
11663 if test "x$ac_cv_crosscflags__Wtype_limits" = xyes
11664 then :
11665 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wtype-limits"
11667 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wunused-but-set-parameter" >&5
11668 printf %s "checking whether the cross-compiler supports -Wunused-but-set-parameter... " >&6; }
11669 if test ${ac_cv_crosscflags__Wunused_but_set_parameter+y}
11670 then :
11671 printf %s "(cached) " >&6
11672 else $as_nop
11673 ac_wine_try_cflags_saved=$CFLAGS
11674 ac_wine_try_cflags_saved_cc=$CC
11675 ac_wine_try_cflags_saved_exeext=$ac_exeext
11676 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wunused-but-set-parameter"
11677 CC="$CROSSCC"
11678 ac_exeext=".exe"
11679 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11680 /* end confdefs.h. */
11681 int __cdecl mainCRTStartup(void) { return 0; }
11682 _ACEOF
11683 if ac_fn_c_try_link "$LINENO"
11684 then :
11685 ac_cv_crosscflags__Wunused_but_set_parameter=yes
11686 else $as_nop
11687 ac_cv_crosscflags__Wunused_but_set_parameter=no
11689 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11690 conftest$ac_exeext conftest.$ac_ext
11691 CFLAGS=$ac_wine_try_cflags_saved
11692 CC=$ac_wine_try_cflags_saved_cc
11693 ac_exeext=$ac_wine_try_cflags_saved_exeext
11695 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wunused_but_set_parameter" >&5
11696 printf "%s\n" "$ac_cv_crosscflags__Wunused_but_set_parameter" >&6; }
11697 if test "x$ac_cv_crosscflags__Wunused_but_set_parameter" = xyes
11698 then :
11699 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wunused-but-set-parameter"
11701 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wvla" >&5
11702 printf %s "checking whether the cross-compiler supports -Wvla... " >&6; }
11703 if test ${ac_cv_crosscflags__Wvla+y}
11704 then :
11705 printf %s "(cached) " >&6
11706 else $as_nop
11707 ac_wine_try_cflags_saved=$CFLAGS
11708 ac_wine_try_cflags_saved_cc=$CC
11709 ac_wine_try_cflags_saved_exeext=$ac_exeext
11710 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wvla"
11711 CC="$CROSSCC"
11712 ac_exeext=".exe"
11713 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11714 /* end confdefs.h. */
11715 int __cdecl mainCRTStartup(void) { return 0; }
11716 _ACEOF
11717 if ac_fn_c_try_link "$LINENO"
11718 then :
11719 ac_cv_crosscflags__Wvla=yes
11720 else $as_nop
11721 ac_cv_crosscflags__Wvla=no
11723 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11724 conftest$ac_exeext conftest.$ac_ext
11725 CFLAGS=$ac_wine_try_cflags_saved
11726 CC=$ac_wine_try_cflags_saved_cc
11727 ac_exeext=$ac_wine_try_cflags_saved_exeext
11729 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wvla" >&5
11730 printf "%s\n" "$ac_cv_crosscflags__Wvla" >&6; }
11731 if test "x$ac_cv_crosscflags__Wvla" = xyes
11732 then :
11733 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wvla"
11735 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wwrite-strings" >&5
11736 printf %s "checking whether the cross-compiler supports -Wwrite-strings... " >&6; }
11737 if test ${ac_cv_crosscflags__Wwrite_strings+y}
11738 then :
11739 printf %s "(cached) " >&6
11740 else $as_nop
11741 ac_wine_try_cflags_saved=$CFLAGS
11742 ac_wine_try_cflags_saved_cc=$CC
11743 ac_wine_try_cflags_saved_exeext=$ac_exeext
11744 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wwrite-strings"
11745 CC="$CROSSCC"
11746 ac_exeext=".exe"
11747 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11748 /* end confdefs.h. */
11749 int __cdecl mainCRTStartup(void) { return 0; }
11750 _ACEOF
11751 if ac_fn_c_try_link "$LINENO"
11752 then :
11753 ac_cv_crosscflags__Wwrite_strings=yes
11754 else $as_nop
11755 ac_cv_crosscflags__Wwrite_strings=no
11757 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11758 conftest$ac_exeext conftest.$ac_ext
11759 CFLAGS=$ac_wine_try_cflags_saved
11760 CC=$ac_wine_try_cflags_saved_cc
11761 ac_exeext=$ac_wine_try_cflags_saved_exeext
11763 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wwrite_strings" >&5
11764 printf "%s\n" "$ac_cv_crosscflags__Wwrite_strings" >&6; }
11765 if test "x$ac_cv_crosscflags__Wwrite_strings" = xyes
11766 then :
11767 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wwrite-strings"
11769 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wpointer-arith" >&5
11770 printf %s "checking whether the cross-compiler supports -Wpointer-arith... " >&6; }
11771 if test ${ac_cv_crosscflags__Wpointer_arith+y}
11772 then :
11773 printf %s "(cached) " >&6
11774 else $as_nop
11775 ac_wine_try_cflags_saved=$CFLAGS
11776 ac_wine_try_cflags_saved_cc=$CC
11777 ac_wine_try_cflags_saved_exeext=$ac_exeext
11778 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wpointer-arith"
11779 CC="$CROSSCC"
11780 ac_exeext=".exe"
11781 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11782 /* end confdefs.h. */
11783 int __cdecl mainCRTStartup(void) { return 0; }
11784 _ACEOF
11785 if ac_fn_c_try_link "$LINENO"
11786 then :
11787 ac_cv_crosscflags__Wpointer_arith=yes
11788 else $as_nop
11789 ac_cv_crosscflags__Wpointer_arith=no
11791 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11792 conftest$ac_exeext conftest.$ac_ext
11793 CFLAGS=$ac_wine_try_cflags_saved
11794 CC=$ac_wine_try_cflags_saved_cc
11795 ac_exeext=$ac_wine_try_cflags_saved_exeext
11797 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wpointer_arith" >&5
11798 printf "%s\n" "$ac_cv_crosscflags__Wpointer_arith" >&6; }
11799 if test "x$ac_cv_crosscflags__Wpointer_arith" = xyes
11800 then :
11801 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wpointer-arith"
11803 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wlogical-op" >&5
11804 printf %s "checking whether the cross-compiler supports -Wlogical-op... " >&6; }
11805 if test ${ac_cv_crosscflags__Wlogical_op+y}
11806 then :
11807 printf %s "(cached) " >&6
11808 else $as_nop
11809 ac_wine_try_cflags_saved=$CFLAGS
11810 ac_wine_try_cflags_saved_cc=$CC
11811 ac_wine_try_cflags_saved_exeext=$ac_exeext
11812 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wlogical-op"
11813 CC="$CROSSCC"
11814 ac_exeext=".exe"
11815 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11816 /* end confdefs.h. */
11817 int __cdecl mainCRTStartup(void) { return 0; }
11818 _ACEOF
11819 if ac_fn_c_try_link "$LINENO"
11820 then :
11821 ac_cv_crosscflags__Wlogical_op=yes
11822 else $as_nop
11823 ac_cv_crosscflags__Wlogical_op=no
11825 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11826 conftest$ac_exeext conftest.$ac_ext
11827 CFLAGS=$ac_wine_try_cflags_saved
11828 CC=$ac_wine_try_cflags_saved_cc
11829 ac_exeext=$ac_wine_try_cflags_saved_exeext
11831 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wlogical_op" >&5
11832 printf "%s\n" "$ac_cv_crosscflags__Wlogical_op" >&6; }
11833 if test "x$ac_cv_crosscflags__Wlogical_op" = xyes
11834 then :
11835 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wlogical-op"
11837 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wabsolute-value" >&5
11838 printf %s "checking whether the cross-compiler supports -Wabsolute-value... " >&6; }
11839 if test ${ac_cv_crosscflags__Wabsolute_value+y}
11840 then :
11841 printf %s "(cached) " >&6
11842 else $as_nop
11843 ac_wine_try_cflags_saved=$CFLAGS
11844 ac_wine_try_cflags_saved_cc=$CC
11845 ac_wine_try_cflags_saved_exeext=$ac_exeext
11846 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wabsolute-value"
11847 CC="$CROSSCC"
11848 ac_exeext=".exe"
11849 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11850 /* end confdefs.h. */
11851 int __cdecl mainCRTStartup(void) { return 0; }
11852 _ACEOF
11853 if ac_fn_c_try_link "$LINENO"
11854 then :
11855 ac_cv_crosscflags__Wabsolute_value=yes
11856 else $as_nop
11857 ac_cv_crosscflags__Wabsolute_value=no
11859 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11860 conftest$ac_exeext conftest.$ac_ext
11861 CFLAGS=$ac_wine_try_cflags_saved
11862 CC=$ac_wine_try_cflags_saved_cc
11863 ac_exeext=$ac_wine_try_cflags_saved_exeext
11865 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wabsolute_value" >&5
11866 printf "%s\n" "$ac_cv_crosscflags__Wabsolute_value" >&6; }
11867 if test "x$ac_cv_crosscflags__Wabsolute_value" = xyes
11868 then :
11869 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wabsolute-value"
11872 case $host_cpu in
11873 *i[3456789]86*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -fno-omit-frame-pointer" >&5
11874 printf %s "checking whether the cross-compiler supports -fno-omit-frame-pointer... " >&6; }
11875 if test ${ac_cv_crosscflags__fno_omit_frame_pointer+y}
11876 then :
11877 printf %s "(cached) " >&6
11878 else $as_nop
11879 ac_wine_try_cflags_saved=$CFLAGS
11880 ac_wine_try_cflags_saved_cc=$CC
11881 ac_wine_try_cflags_saved_exeext=$ac_exeext
11882 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -fno-omit-frame-pointer"
11883 CC="$CROSSCC"
11884 ac_exeext=".exe"
11885 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11886 /* end confdefs.h. */
11887 int __cdecl mainCRTStartup(void) { return 0; }
11888 _ACEOF
11889 if ac_fn_c_try_link "$LINENO"
11890 then :
11891 ac_cv_crosscflags__fno_omit_frame_pointer=yes
11892 else $as_nop
11893 ac_cv_crosscflags__fno_omit_frame_pointer=no
11895 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11896 conftest$ac_exeext conftest.$ac_ext
11897 CFLAGS=$ac_wine_try_cflags_saved
11898 CC=$ac_wine_try_cflags_saved_cc
11899 ac_exeext=$ac_wine_try_cflags_saved_exeext
11901 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__fno_omit_frame_pointer" >&5
11902 printf "%s\n" "$ac_cv_crosscflags__fno_omit_frame_pointer" >&6; }
11903 if test "x$ac_cv_crosscflags__fno_omit_frame_pointer" = xyes
11904 then :
11905 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -fno-omit-frame-pointer"
11906 fi ;;
11907 x86_64) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wno-format" >&5
11908 printf %s "checking whether the cross-compiler supports -Wno-format... " >&6; }
11909 if test ${ac_cv_crosscflags__Wno_format+y}
11910 then :
11911 printf %s "(cached) " >&6
11912 else $as_nop
11913 ac_wine_try_cflags_saved=$CFLAGS
11914 ac_wine_try_cflags_saved_cc=$CC
11915 ac_wine_try_cflags_saved_exeext=$ac_exeext
11916 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wno-format"
11917 CC="$CROSSCC"
11918 ac_exeext=".exe"
11919 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11920 /* end confdefs.h. */
11921 int __cdecl mainCRTStartup(void) { return 0; }
11922 _ACEOF
11923 if ac_fn_c_try_link "$LINENO"
11924 then :
11925 ac_cv_crosscflags__Wno_format=yes
11926 else $as_nop
11927 ac_cv_crosscflags__Wno_format=no
11929 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11930 conftest$ac_exeext conftest.$ac_ext
11931 CFLAGS=$ac_wine_try_cflags_saved
11932 CC=$ac_wine_try_cflags_saved_cc
11933 ac_exeext=$ac_wine_try_cflags_saved_exeext
11935 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wno_format" >&5
11936 printf "%s\n" "$ac_cv_crosscflags__Wno_format" >&6; }
11937 if test "x$ac_cv_crosscflags__Wno_format" = xyes
11938 then :
11939 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wno-format"
11941 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wformat-overflow" >&5
11942 printf %s "checking whether the cross-compiler supports -Wformat-overflow... " >&6; }
11943 if test ${ac_cv_crosscflags__Wformat_overflow+y}
11944 then :
11945 printf %s "(cached) " >&6
11946 else $as_nop
11947 ac_wine_try_cflags_saved=$CFLAGS
11948 ac_wine_try_cflags_saved_cc=$CC
11949 ac_wine_try_cflags_saved_exeext=$ac_exeext
11950 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wformat-overflow"
11951 CC="$CROSSCC"
11952 ac_exeext=".exe"
11953 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11954 /* end confdefs.h. */
11955 int __cdecl mainCRTStartup(void) { return 0; }
11956 _ACEOF
11957 if ac_fn_c_try_link "$LINENO"
11958 then :
11959 ac_cv_crosscflags__Wformat_overflow=yes
11960 else $as_nop
11961 ac_cv_crosscflags__Wformat_overflow=no
11963 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11964 conftest$ac_exeext conftest.$ac_ext
11965 CFLAGS=$ac_wine_try_cflags_saved
11966 CC=$ac_wine_try_cflags_saved_cc
11967 ac_exeext=$ac_wine_try_cflags_saved_exeext
11969 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wformat_overflow" >&5
11970 printf "%s\n" "$ac_cv_crosscflags__Wformat_overflow" >&6; }
11971 if test "x$ac_cv_crosscflags__Wformat_overflow" = xyes
11972 then :
11973 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wformat-overflow"
11975 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wnonnull" >&5
11976 printf %s "checking whether the cross-compiler supports -Wnonnull... " >&6; }
11977 if test ${ac_cv_crosscflags__Wnonnull+y}
11978 then :
11979 printf %s "(cached) " >&6
11980 else $as_nop
11981 ac_wine_try_cflags_saved=$CFLAGS
11982 ac_wine_try_cflags_saved_cc=$CC
11983 ac_wine_try_cflags_saved_exeext=$ac_exeext
11984 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wnonnull"
11985 CC="$CROSSCC"
11986 ac_exeext=".exe"
11987 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11988 /* end confdefs.h. */
11989 int __cdecl mainCRTStartup(void) { return 0; }
11990 _ACEOF
11991 if ac_fn_c_try_link "$LINENO"
11992 then :
11993 ac_cv_crosscflags__Wnonnull=yes
11994 else $as_nop
11995 ac_cv_crosscflags__Wnonnull=no
11997 rm -f core conftest.err conftest.$ac_objext conftest.beam \
11998 conftest$ac_exeext conftest.$ac_ext
11999 CFLAGS=$ac_wine_try_cflags_saved
12000 CC=$ac_wine_try_cflags_saved_cc
12001 ac_exeext=$ac_wine_try_cflags_saved_exeext
12003 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wnonnull" >&5
12004 printf "%s\n" "$ac_cv_crosscflags__Wnonnull" >&6; }
12005 if test "x$ac_cv_crosscflags__Wnonnull" = xyes
12006 then :
12007 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wnonnull"
12009 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -mcx16" >&5
12010 printf %s "checking whether the cross-compiler supports -mcx16... " >&6; }
12011 if test ${ac_cv_crosscflags__mcx16+y}
12012 then :
12013 printf %s "(cached) " >&6
12014 else $as_nop
12015 ac_wine_try_cflags_saved=$CFLAGS
12016 ac_wine_try_cflags_saved_cc=$CC
12017 ac_wine_try_cflags_saved_exeext=$ac_exeext
12018 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -mcx16"
12019 CC="$CROSSCC"
12020 ac_exeext=".exe"
12021 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12022 /* end confdefs.h. */
12023 int __cdecl mainCRTStartup(void) { return 0; }
12024 _ACEOF
12025 if ac_fn_c_try_link "$LINENO"
12026 then :
12027 ac_cv_crosscflags__mcx16=yes
12028 else $as_nop
12029 ac_cv_crosscflags__mcx16=no
12031 rm -f core conftest.err conftest.$ac_objext conftest.beam \
12032 conftest$ac_exeext conftest.$ac_ext
12033 CFLAGS=$ac_wine_try_cflags_saved
12034 CC=$ac_wine_try_cflags_saved_cc
12035 ac_exeext=$ac_wine_try_cflags_saved_exeext
12037 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__mcx16" >&5
12038 printf "%s\n" "$ac_cv_crosscflags__mcx16" >&6; }
12039 if test "x$ac_cv_crosscflags__mcx16" = xyes
12040 then :
12041 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -mcx16"
12042 fi ;;
12043 aarch64) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wno-format" >&5
12044 printf %s "checking whether the cross-compiler supports -Wno-format... " >&6; }
12045 if test ${ac_cv_crosscflags__Wno_format+y}
12046 then :
12047 printf %s "(cached) " >&6
12048 else $as_nop
12049 ac_wine_try_cflags_saved=$CFLAGS
12050 ac_wine_try_cflags_saved_cc=$CC
12051 ac_wine_try_cflags_saved_exeext=$ac_exeext
12052 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wno-format"
12053 CC="$CROSSCC"
12054 ac_exeext=".exe"
12055 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12056 /* end confdefs.h. */
12057 int __cdecl mainCRTStartup(void) { return 0; }
12058 _ACEOF
12059 if ac_fn_c_try_link "$LINENO"
12060 then :
12061 ac_cv_crosscflags__Wno_format=yes
12062 else $as_nop
12063 ac_cv_crosscflags__Wno_format=no
12065 rm -f core conftest.err conftest.$ac_objext conftest.beam \
12066 conftest$ac_exeext conftest.$ac_ext
12067 CFLAGS=$ac_wine_try_cflags_saved
12068 CC=$ac_wine_try_cflags_saved_cc
12069 ac_exeext=$ac_wine_try_cflags_saved_exeext
12071 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wno_format" >&5
12072 printf "%s\n" "$ac_cv_crosscflags__Wno_format" >&6; }
12073 if test "x$ac_cv_crosscflags__Wno_format" = xyes
12074 then :
12075 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wno-format"
12076 fi ;;
12077 esac
12080 if test -z "$CROSSDEBUG"
12081 then
12082 for ac_flag in $CROSSCFLAGS; do
12083 case $ac_flag in
12084 -gdwarf*) CROSSDEBUG=dwarf ;;
12085 -gcodeview) CROSSDEBUG=pdb ;;
12086 -g) CROSSDEBUG=${CROSSDEBUG:-dwarf} ;;
12087 esac
12088 done
12091 ac_debug_format_seen=""
12092 for ac_flag in $CROSSCFLAGS; do
12093 case $ac_flag in
12094 -gdwarf*|-gcodeview) ac_debug_format_seen=$ac_flag ;;
12095 esac
12096 done
12097 if test "x$ac_debug_format_seen" = x
12098 then
12099 case $CROSSDEBUG in
12100 *dwarf) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -gdwarf-4" >&5
12101 printf %s "checking whether the cross-compiler supports -gdwarf-4... " >&6; }
12102 if test ${ac_cv_crosscflags__gdwarf_4+y}
12103 then :
12104 printf %s "(cached) " >&6
12105 else $as_nop
12106 ac_wine_try_cflags_saved=$CFLAGS
12107 ac_wine_try_cflags_saved_cc=$CC
12108 ac_wine_try_cflags_saved_exeext=$ac_exeext
12109 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -gdwarf-4"
12110 CC="$CROSSCC"
12111 ac_exeext=".exe"
12112 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12113 /* end confdefs.h. */
12114 int __cdecl mainCRTStartup(void) { return 0; }
12115 _ACEOF
12116 if ac_fn_c_try_link "$LINENO"
12117 then :
12118 ac_cv_crosscflags__gdwarf_4=yes
12119 else $as_nop
12120 ac_cv_crosscflags__gdwarf_4=no
12122 rm -f core conftest.err conftest.$ac_objext conftest.beam \
12123 conftest$ac_exeext conftest.$ac_ext
12124 CFLAGS=$ac_wine_try_cflags_saved
12125 CC=$ac_wine_try_cflags_saved_cc
12126 ac_exeext=$ac_wine_try_cflags_saved_exeext
12128 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__gdwarf_4" >&5
12129 printf "%s\n" "$ac_cv_crosscflags__gdwarf_4" >&6; }
12130 if test "x$ac_cv_crosscflags__gdwarf_4" = xyes
12131 then :
12132 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -gdwarf-4"
12133 fi ;;
12134 pdb) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -gcodeview" >&5
12135 printf %s "checking whether the cross-compiler supports -gcodeview... " >&6; }
12136 if test ${ac_cv_crosscflags__gcodeview+y}
12137 then :
12138 printf %s "(cached) " >&6
12139 else $as_nop
12140 ac_wine_try_cflags_saved=$CFLAGS
12141 ac_wine_try_cflags_saved_cc=$CC
12142 ac_wine_try_cflags_saved_exeext=$ac_exeext
12143 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -gcodeview"
12144 CC="$CROSSCC"
12145 ac_exeext=".exe"
12146 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12147 /* end confdefs.h. */
12148 int __cdecl mainCRTStartup(void) { return 0; }
12149 _ACEOF
12150 if ac_fn_c_try_link "$LINENO"
12151 then :
12152 ac_cv_crosscflags__gcodeview=yes
12153 else $as_nop
12154 ac_cv_crosscflags__gcodeview=no
12156 rm -f core conftest.err conftest.$ac_objext conftest.beam \
12157 conftest$ac_exeext conftest.$ac_ext
12158 CFLAGS=$ac_wine_try_cflags_saved
12159 CC=$ac_wine_try_cflags_saved_cc
12160 ac_exeext=$ac_wine_try_cflags_saved_exeext
12162 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__gcodeview" >&5
12163 printf "%s\n" "$ac_cv_crosscflags__gcodeview" >&6; }
12164 if test "x$ac_cv_crosscflags__gcodeview" = xyes
12165 then :
12166 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -gcodeview"
12167 fi ;;
12168 esac
12171 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -fexcess-precision=standard" >&5
12172 printf %s "checking whether the cross-compiler supports -fexcess-precision=standard... " >&6; }
12173 if test ${ac_cv_crosscflags__fexcess_precision_standard+y}
12174 then :
12175 printf %s "(cached) " >&6
12176 else $as_nop
12177 ac_wine_try_cflags_saved=$CFLAGS
12178 ac_wine_try_cflags_saved_cc=$CC
12179 ac_wine_try_cflags_saved_exeext=$ac_exeext
12180 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -fexcess-precision=standard"
12181 CC="$CROSSCC"
12182 ac_exeext=".exe"
12183 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12184 /* end confdefs.h. */
12185 int __cdecl mainCRTStartup(void) { return 0; }
12186 _ACEOF
12187 if ac_fn_c_try_link "$LINENO"
12188 then :
12189 ac_cv_crosscflags__fexcess_precision_standard=yes
12190 else $as_nop
12191 ac_cv_crosscflags__fexcess_precision_standard=no
12193 rm -f core conftest.err conftest.$ac_objext conftest.beam \
12194 conftest$ac_exeext conftest.$ac_ext
12195 CFLAGS=$ac_wine_try_cflags_saved
12196 CC=$ac_wine_try_cflags_saved_cc
12197 ac_exeext=$ac_wine_try_cflags_saved_exeext
12199 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__fexcess_precision_standard" >&5
12200 printf "%s\n" "$ac_cv_crosscflags__fexcess_precision_standard" >&6; }
12201 if test "x$ac_cv_crosscflags__fexcess_precision_standard" = xyes
12202 then :
12203 EXCESS_PRECISION_CFLAGS="-fexcess-precision=standard"
12207 if test "x$enable_werror" = "xyes"
12208 then
12209 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Werror" >&5
12210 printf %s "checking whether the cross-compiler supports -Werror... " >&6; }
12211 if test ${ac_cv_crosscflags__Werror+y}
12212 then :
12213 printf %s "(cached) " >&6
12214 else $as_nop
12215 ac_wine_try_cflags_saved=$CFLAGS
12216 ac_wine_try_cflags_saved_cc=$CC
12217 ac_wine_try_cflags_saved_exeext=$ac_exeext
12218 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Werror"
12219 CC="$CROSSCC"
12220 ac_exeext=".exe"
12221 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12222 /* end confdefs.h. */
12223 int __cdecl mainCRTStartup(void) { return 0; }
12224 _ACEOF
12225 if ac_fn_c_try_link "$LINENO"
12226 then :
12227 ac_cv_crosscflags__Werror=yes
12228 else $as_nop
12229 ac_cv_crosscflags__Werror=no
12231 rm -f core conftest.err conftest.$ac_objext conftest.beam \
12232 conftest$ac_exeext conftest.$ac_ext
12233 CFLAGS=$ac_wine_try_cflags_saved
12234 CC=$ac_wine_try_cflags_saved_cc
12235 ac_exeext=$ac_wine_try_cflags_saved_exeext
12237 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Werror" >&5
12238 printf "%s\n" "$ac_cv_crosscflags__Werror" >&6; }
12239 if test "x$ac_cv_crosscflags__Werror" = xyes
12240 then :
12241 EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Werror"
12244 if test "x$enable_build_id" = "xyes"
12245 then
12246 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wl,--build-id" >&5
12247 printf %s "checking whether the cross-compiler supports -Wl,--build-id... " >&6; }
12248 if test ${ac_cv_crosscflags__Wl___build_id+y}
12249 then :
12250 printf %s "(cached) " >&6
12251 else $as_nop
12252 ac_wine_try_cflags_saved=$CFLAGS
12253 ac_wine_try_cflags_saved_cc=$CC
12254 ac_wine_try_cflags_saved_exeext=$ac_exeext
12255 CFLAGS="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wl,--build-id"
12256 CC="$CROSSCC"
12257 ac_exeext=".exe"
12258 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12259 /* end confdefs.h. */
12260 int __cdecl mainCRTStartup(void) { return 0; }
12261 _ACEOF
12262 if ac_fn_c_try_link "$LINENO"
12263 then :
12264 ac_cv_crosscflags__Wl___build_id=yes
12265 else $as_nop
12266 ac_cv_crosscflags__Wl___build_id=no
12268 rm -f core conftest.err conftest.$ac_objext conftest.beam \
12269 conftest$ac_exeext conftest.$ac_ext
12270 CFLAGS=$ac_wine_try_cflags_saved
12271 CC=$ac_wine_try_cflags_saved_cc
12272 ac_exeext=$ac_wine_try_cflags_saved_exeext
12274 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wl___build_id" >&5
12275 printf "%s\n" "$ac_cv_crosscflags__Wl___build_id" >&6; }
12276 if test "x$ac_cv_crosscflags__Wl___build_id" = xyes
12277 then :
12278 CROSSCFLAGS="$CROSSCFLAGS -Wl,--build-id"
12279 CROSSLDFLAGS="$CROSSLDFLAGS -Wl,--build-id"
12283 CFLAGS=$saved_CFLAGS
12284 LDFLAGS=$saved_LDFLAGS
12285 CC="$ac_save_CC"
12288 if test "x$CROSSTARGET" = "x"
12289 then :
12290 case "x$with_mingw" in
12291 x) as_fn_append wine_notices "|MinGW compiler not found, cross-compiling PE files won't be supported." ;;
12292 xno) ;;
12293 *) as_fn_error $? "MinGW compiler not found, cross-compiling PE files won't be supported.
12294 This is an error since --with-mingw was requested." "$LINENO" 5 ;;
12295 esac
12300 if test "x$with_system_dllpath" != "x" -a "$CROSSCC" != "false"
12301 then
12302 case "$host_cpu" in
12303 i[3456789]86*)
12304 ac_prefix_list="i686-w64-mingw32-pkg-config i586-w64-mingw32-pkg-config i486-w64-mingw32-pkg-config i386-w64-mingw32-pkg-config " ;;
12306 ac_prefix_list="$host_cpu-w64-mingw32-pkg-config" ;;
12307 esac
12308 for ac_prog in $ac_prefix_list
12310 # Extract the first word of "$ac_prog", so it can be a program name with args.
12311 set dummy $ac_prog; ac_word=$2
12312 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12313 printf %s "checking for $ac_word... " >&6; }
12314 if test ${ac_cv_prog_MINGW_PKG_CONFIG+y}
12315 then :
12316 printf %s "(cached) " >&6
12317 else $as_nop
12318 if test -n "$MINGW_PKG_CONFIG"; then
12319 ac_cv_prog_MINGW_PKG_CONFIG="$MINGW_PKG_CONFIG" # Let the user override the test.
12320 else
12321 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12322 for as_dir in $PATH
12324 IFS=$as_save_IFS
12325 case $as_dir in #(((
12326 '') as_dir=./ ;;
12327 */) ;;
12328 *) as_dir=$as_dir/ ;;
12329 esac
12330 for ac_exec_ext in '' $ac_executable_extensions; do
12331 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
12332 ac_cv_prog_MINGW_PKG_CONFIG="$ac_prog"
12333 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
12334 break 2
12336 done
12337 done
12338 IFS=$as_save_IFS
12342 MINGW_PKG_CONFIG=$ac_cv_prog_MINGW_PKG_CONFIG
12343 if test -n "$MINGW_PKG_CONFIG"; then
12344 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MINGW_PKG_CONFIG" >&5
12345 printf "%s\n" "$MINGW_PKG_CONFIG" >&6; }
12346 else
12347 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
12348 printf "%s\n" "no" >&6; }
12352 test -n "$MINGW_PKG_CONFIG" && break
12353 done
12354 test -n "$MINGW_PKG_CONFIG" || MINGW_PKG_CONFIG="false"
12356 if ${FAUDIO_PE_CFLAGS:+false} :
12357 then :
12358 if test ${MINGW_PKG_CONFIG+y}
12359 then :
12360 FAUDIO_PE_CFLAGS=`$MINGW_PKG_CONFIG --cflags FAudio 2>/dev/null`
12363 if ${FAUDIO_PE_LIBS:+false} :
12364 then :
12365 if test ${MINGW_PKG_CONFIG+y}
12366 then :
12367 FAUDIO_PE_LIBS=`$MINGW_PKG_CONFIG --libs FAudio 2>/dev/null`
12370 FAUDIO_PE_LIBS=${FAUDIO_PE_LIBS:-"-lFAudio"}
12371 ac_save_CPPFLAGS=$CPPFLAGS
12372 CPPFLAGS="$CPPFLAGS $FAUDIO_PE_CFLAGS"
12373 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MinGW FAudio.h" >&5
12374 printf %s "checking for MinGW FAudio.h... " >&6; }
12375 if test ${ac_cv_mingw_header_FAudio_h+y}
12376 then :
12377 printf %s "(cached) " >&6
12378 else $as_nop
12379 ac_wine_check_headers_saved_cc=$CC
12380 ac_wine_check_headers_saved_exeext=$ac_exeext
12381 CC="$CROSSCC"
12382 ac_exeext=".exe"
12383 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12384 /* end confdefs.h. */
12386 #include <FAudio.h>
12388 main (void)
12392 return 0;
12394 _ACEOF
12395 if ac_fn_c_try_compile "$LINENO"
12396 then :
12397 ac_cv_mingw_header_FAudio_h=yes
12398 else $as_nop
12399 ac_cv_mingw_header_FAudio_h=no
12401 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
12402 CC=$ac_wine_check_headers_saved_cc
12403 ac_exeext=$ac_wine_check_headers_saved_exeext
12405 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_header_FAudio_h" >&5
12406 printf "%s\n" "$ac_cv_mingw_header_FAudio_h" >&6; }
12407 if test "x$ac_cv_mingw_header_FAudio_h" = xyes
12408 then :
12409 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for FAudio_CommitOperationSet in MinGW -lFAudio" >&5
12410 printf %s "checking for FAudio_CommitOperationSet in MinGW -lFAudio... " >&6; }
12411 if test ${ac_cv_mingw_lib_FAudio+y}
12412 then :
12413 printf %s "(cached) " >&6
12414 else $as_nop
12415 ac_wine_check_headers_saved_cc=$CC
12416 ac_wine_check_headers_saved_exeext=$ac_exeext
12417 ac_wine_check_headers_saved_libs=$LIBS
12418 CC="$CROSSCC"
12419 ac_exeext=".exe"
12420 LIBS="-lFAudio $FAUDIO_PE_LIBS $LIBS"
12421 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12422 /* end confdefs.h. */
12424 /* Override any GCC internal prototype to avoid an error.
12425 Use char because int might match the return type of a GCC
12426 builtin and then its argument prototype would still apply. */
12427 char FAudio_CommitOperationSet ();
12429 main (void)
12431 return FAudio_CommitOperationSet ();
12433 return 0;
12435 _ACEOF
12436 if ac_fn_c_try_link "$LINENO"
12437 then :
12438 ac_cv_mingw_lib_FAudio=yes
12439 else $as_nop
12440 ac_cv_mingw_lib_FAudio=no
12442 rm -f core conftest.err conftest.$ac_objext conftest.beam \
12443 conftest$ac_exeext conftest.$ac_ext
12444 CC=$ac_wine_check_headers_saved_cc
12445 ac_exeext=$ac_wine_check_headers_saved_exeext
12446 LIBS=$ac_wine_check_headers_saved_libs
12448 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_lib_FAudio" >&5
12449 printf "%s\n" "$ac_cv_mingw_lib_FAudio" >&6; }
12450 if test "x$ac_cv_mingw_lib_FAudio" = xyes
12451 then :
12453 else $as_nop
12454 FAUDIO_PE_CFLAGS=""; FAUDIO_PE_LIBS=""
12456 else $as_nop
12457 FAUDIO_PE_CFLAGS=""; FAUDIO_PE_LIBS=""
12459 CPPFLAGS=$ac_save_CPPFLAGS
12461 if test "x$FAUDIO_PE_LIBS" = "x"
12462 then
12463 as_fn_append wine_notices "|FAudio ${notice_platform}MinGW development files not found (or too old); using bundled version."
12466 if ${JPEG_PE_CFLAGS:+false} :
12467 then :
12468 if test ${MINGW_PKG_CONFIG+y}
12469 then :
12470 JPEG_PE_CFLAGS=`$MINGW_PKG_CONFIG --cflags libjpeg 2>/dev/null`
12473 if ${JPEG_PE_LIBS:+false} :
12474 then :
12475 if test ${MINGW_PKG_CONFIG+y}
12476 then :
12477 JPEG_PE_LIBS=`$MINGW_PKG_CONFIG --libs libjpeg 2>/dev/null`
12481 ac_save_CPPFLAGS=$CPPFLAGS
12482 CPPFLAGS="$CPPFLAGS $JPEG_PE_CFLAGS"
12483 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MinGW jpeglib.h" >&5
12484 printf %s "checking for MinGW jpeglib.h... " >&6; }
12485 if test ${ac_cv_mingw_header_jpeglib_h+y}
12486 then :
12487 printf %s "(cached) " >&6
12488 else $as_nop
12489 ac_wine_check_headers_saved_cc=$CC
12490 ac_wine_check_headers_saved_exeext=$ac_exeext
12491 CC="$CROSSCC"
12492 ac_exeext=".exe"
12493 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12494 /* end confdefs.h. */
12495 #include <stddef.h>
12496 #include <stdio.h>
12497 #include <jpeglib.h>
12499 main (void)
12503 return 0;
12505 _ACEOF
12506 if ac_fn_c_try_compile "$LINENO"
12507 then :
12508 ac_cv_mingw_header_jpeglib_h=yes
12509 else $as_nop
12510 ac_cv_mingw_header_jpeglib_h=no
12512 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
12513 CC=$ac_wine_check_headers_saved_cc
12514 ac_exeext=$ac_wine_check_headers_saved_exeext
12516 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_header_jpeglib_h" >&5
12517 printf "%s\n" "$ac_cv_mingw_header_jpeglib_h" >&6; }
12518 if test "x$ac_cv_mingw_header_jpeglib_h" = xyes
12519 then :
12520 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for jpeg_start_decompress in MinGW -ljpeg" >&5
12521 printf %s "checking for jpeg_start_decompress in MinGW -ljpeg... " >&6; }
12522 if test ${ac_cv_mingw_lib_jpeg+y}
12523 then :
12524 printf %s "(cached) " >&6
12525 else $as_nop
12526 ac_wine_check_headers_saved_cc=$CC
12527 ac_wine_check_headers_saved_exeext=$ac_exeext
12528 ac_wine_check_headers_saved_libs=$LIBS
12529 CC="$CROSSCC"
12530 ac_exeext=".exe"
12531 LIBS="-ljpeg $JPEG_PE_LIBS $LIBS"
12532 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12533 /* end confdefs.h. */
12535 /* Override any GCC internal prototype to avoid an error.
12536 Use char because int might match the return type of a GCC
12537 builtin and then its argument prototype would still apply. */
12538 char jpeg_start_decompress ();
12540 main (void)
12542 return jpeg_start_decompress ();
12544 return 0;
12546 _ACEOF
12547 if ac_fn_c_try_link "$LINENO"
12548 then :
12549 ac_cv_mingw_lib_jpeg=yes
12550 else $as_nop
12551 ac_cv_mingw_lib_jpeg=no
12553 rm -f core conftest.err conftest.$ac_objext conftest.beam \
12554 conftest$ac_exeext conftest.$ac_ext
12555 CC=$ac_wine_check_headers_saved_cc
12556 ac_exeext=$ac_wine_check_headers_saved_exeext
12557 LIBS=$ac_wine_check_headers_saved_libs
12559 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_lib_jpeg" >&5
12560 printf "%s\n" "$ac_cv_mingw_lib_jpeg" >&6; }
12561 if test "x$ac_cv_mingw_lib_jpeg" = xyes
12562 then :
12564 else $as_nop
12565 JPEG_PE_CFLAGS=""; JPEG_PE_LIBS=""
12567 else $as_nop
12568 JPEG_PE_CFLAGS=""; JPEG_PE_LIBS=""
12570 CPPFLAGS=$ac_save_CPPFLAGS
12572 if test "x$JPEG_PE_LIBS" = "x"
12573 then
12574 as_fn_append wine_notices "|libjpeg ${notice_platform}MinGW development files not found; using bundled version."
12577 if ${LCMS2_PE_CFLAGS:+false} :
12578 then :
12579 if test ${MINGW_PKG_CONFIG+y}
12580 then :
12581 LCMS2_PE_CFLAGS=`$MINGW_PKG_CONFIG --cflags lcms2 2>/dev/null`
12584 if ${LCMS2_PE_LIBS:+false} :
12585 then :
12586 if test ${MINGW_PKG_CONFIG+y}
12587 then :
12588 LCMS2_PE_LIBS=`$MINGW_PKG_CONFIG --libs lcms2 2>/dev/null`
12591 LCMS2_PE_LIBS=${LCMS2_PE_LIBS:-"-llcms2"}
12592 ac_save_CPPFLAGS=$CPPFLAGS
12593 CPPFLAGS="$CPPFLAGS $LCMS2_PE_CFLAGS"
12594 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MinGW lcms2.h" >&5
12595 printf %s "checking for MinGW lcms2.h... " >&6; }
12596 if test ${ac_cv_mingw_header_lcms2_h+y}
12597 then :
12598 printf %s "(cached) " >&6
12599 else $as_nop
12600 ac_wine_check_headers_saved_cc=$CC
12601 ac_wine_check_headers_saved_exeext=$ac_exeext
12602 CC="$CROSSCC"
12603 ac_exeext=".exe"
12604 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12605 /* end confdefs.h. */
12607 #include <lcms2.h>
12609 main (void)
12613 return 0;
12615 _ACEOF
12616 if ac_fn_c_try_compile "$LINENO"
12617 then :
12618 ac_cv_mingw_header_lcms2_h=yes
12619 else $as_nop
12620 ac_cv_mingw_header_lcms2_h=no
12622 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
12623 CC=$ac_wine_check_headers_saved_cc
12624 ac_exeext=$ac_wine_check_headers_saved_exeext
12626 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_header_lcms2_h" >&5
12627 printf "%s\n" "$ac_cv_mingw_header_lcms2_h" >&6; }
12628 if test "x$ac_cv_mingw_header_lcms2_h" = xyes
12629 then :
12630 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in MinGW -llcms2" >&5
12631 printf %s "checking for cmsOpenProfileFromFile in MinGW -llcms2... " >&6; }
12632 if test ${ac_cv_mingw_lib_lcms2+y}
12633 then :
12634 printf %s "(cached) " >&6
12635 else $as_nop
12636 ac_wine_check_headers_saved_cc=$CC
12637 ac_wine_check_headers_saved_exeext=$ac_exeext
12638 ac_wine_check_headers_saved_libs=$LIBS
12639 CC="$CROSSCC"
12640 ac_exeext=".exe"
12641 LIBS="-llcms2 $LCMS2_PE_LIBS $LIBS"
12642 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12643 /* end confdefs.h. */
12645 /* Override any GCC internal prototype to avoid an error.
12646 Use char because int might match the return type of a GCC
12647 builtin and then its argument prototype would still apply. */
12648 char cmsOpenProfileFromFile ();
12650 main (void)
12652 return cmsOpenProfileFromFile ();
12654 return 0;
12656 _ACEOF
12657 if ac_fn_c_try_link "$LINENO"
12658 then :
12659 ac_cv_mingw_lib_lcms2=yes
12660 else $as_nop
12661 ac_cv_mingw_lib_lcms2=no
12663 rm -f core conftest.err conftest.$ac_objext conftest.beam \
12664 conftest$ac_exeext conftest.$ac_ext
12665 CC=$ac_wine_check_headers_saved_cc
12666 ac_exeext=$ac_wine_check_headers_saved_exeext
12667 LIBS=$ac_wine_check_headers_saved_libs
12669 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_lib_lcms2" >&5
12670 printf "%s\n" "$ac_cv_mingw_lib_lcms2" >&6; }
12671 if test "x$ac_cv_mingw_lib_lcms2" = xyes
12672 then :
12674 else $as_nop
12675 LCMS2_PE_CFLAGS=""; LCMS2_PE_LIBS=""
12677 else $as_nop
12678 LCMS2_PE_CFLAGS=""; LCMS2_PE_LIBS=""
12680 CPPFLAGS=$ac_save_CPPFLAGS
12682 if test "x$LCMS2_PE_LIBS" = "x"
12683 then
12684 as_fn_append wine_notices "|liblcms2 ${notice_platform}MinGW development files not found; using bundled version."
12687 if ${MPG123_PE_CFLAGS:+false} :
12688 then :
12689 if test ${MINGW_PKG_CONFIG+y}
12690 then :
12691 MPG123_PE_CFLAGS=`$MINGW_PKG_CONFIG --cflags libmpg123 2>/dev/null`
12694 if ${MPG123_PE_LIBS:+false} :
12695 then :
12696 if test ${MINGW_PKG_CONFIG+y}
12697 then :
12698 MPG123_PE_LIBS=`$MINGW_PKG_CONFIG --libs libmpg123 2>/dev/null`
12701 MPG123_PE_LIBS=${MPG123_PE_LIBS:-"-lmpg123"}
12702 ac_save_CPPFLAGS=$CPPFLAGS
12703 CPPFLAGS="$CPPFLAGS $MPG123_PE_CFLAGS"
12704 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MinGW mpg123.h" >&5
12705 printf %s "checking for MinGW mpg123.h... " >&6; }
12706 if test ${ac_cv_mingw_header_mpg123_h+y}
12707 then :
12708 printf %s "(cached) " >&6
12709 else $as_nop
12710 ac_wine_check_headers_saved_cc=$CC
12711 ac_wine_check_headers_saved_exeext=$ac_exeext
12712 CC="$CROSSCC"
12713 ac_exeext=".exe"
12714 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12715 /* end confdefs.h. */
12717 #include <mpg123.h>
12719 main (void)
12723 return 0;
12725 _ACEOF
12726 if ac_fn_c_try_compile "$LINENO"
12727 then :
12728 ac_cv_mingw_header_mpg123_h=yes
12729 else $as_nop
12730 ac_cv_mingw_header_mpg123_h=no
12732 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
12733 CC=$ac_wine_check_headers_saved_cc
12734 ac_exeext=$ac_wine_check_headers_saved_exeext
12736 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_header_mpg123_h" >&5
12737 printf "%s\n" "$ac_cv_mingw_header_mpg123_h" >&6; }
12738 if test "x$ac_cv_mingw_header_mpg123_h" = xyes
12739 then :
12740 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in MinGW -lmpg123" >&5
12741 printf %s "checking for mpg123_feed in MinGW -lmpg123... " >&6; }
12742 if test ${ac_cv_mingw_lib_mpg123+y}
12743 then :
12744 printf %s "(cached) " >&6
12745 else $as_nop
12746 ac_wine_check_headers_saved_cc=$CC
12747 ac_wine_check_headers_saved_exeext=$ac_exeext
12748 ac_wine_check_headers_saved_libs=$LIBS
12749 CC="$CROSSCC"
12750 ac_exeext=".exe"
12751 LIBS="-lmpg123 $MPG123_PE_LIBS $LIBS"
12752 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12753 /* end confdefs.h. */
12755 /* Override any GCC internal prototype to avoid an error.
12756 Use char because int might match the return type of a GCC
12757 builtin and then its argument prototype would still apply. */
12758 char mpg123_feed ();
12760 main (void)
12762 return mpg123_feed ();
12764 return 0;
12766 _ACEOF
12767 if ac_fn_c_try_link "$LINENO"
12768 then :
12769 ac_cv_mingw_lib_mpg123=yes
12770 else $as_nop
12771 ac_cv_mingw_lib_mpg123=no
12773 rm -f core conftest.err conftest.$ac_objext conftest.beam \
12774 conftest$ac_exeext conftest.$ac_ext
12775 CC=$ac_wine_check_headers_saved_cc
12776 ac_exeext=$ac_wine_check_headers_saved_exeext
12777 LIBS=$ac_wine_check_headers_saved_libs
12779 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_lib_mpg123" >&5
12780 printf "%s\n" "$ac_cv_mingw_lib_mpg123" >&6; }
12781 if test "x$ac_cv_mingw_lib_mpg123" = xyes
12782 then :
12784 else $as_nop
12785 MPG123_PE_CFLAGS=""; MPG123_PE_LIBS=""
12787 else $as_nop
12788 MPG123_PE_CFLAGS=""; MPG123_PE_LIBS=""
12790 CPPFLAGS=$ac_save_CPPFLAGS
12792 if test "x$MPG123_PE_LIBS" = "x"
12793 then
12794 as_fn_append wine_notices "|libmpg123 ${notice_platform}MinGW development files not found (or too old); using bundled version."
12797 if ${PNG_PE_CFLAGS:+false} :
12798 then :
12799 if test ${MINGW_PKG_CONFIG+y}
12800 then :
12801 PNG_PE_CFLAGS=`$MINGW_PKG_CONFIG --cflags libpng 2>/dev/null`
12804 if ${PNG_PE_LIBS:+false} :
12805 then :
12806 if test ${MINGW_PKG_CONFIG+y}
12807 then :
12808 PNG_PE_LIBS=`$MINGW_PKG_CONFIG --libs libpng 2>/dev/null`
12812 ac_save_CPPFLAGS=$CPPFLAGS
12813 CPPFLAGS="$CPPFLAGS $PNG_PE_CFLAGS"
12814 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MinGW png.h" >&5
12815 printf %s "checking for MinGW png.h... " >&6; }
12816 if test ${ac_cv_mingw_header_png_h+y}
12817 then :
12818 printf %s "(cached) " >&6
12819 else $as_nop
12820 ac_wine_check_headers_saved_cc=$CC
12821 ac_wine_check_headers_saved_exeext=$ac_exeext
12822 CC="$CROSSCC"
12823 ac_exeext=".exe"
12824 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12825 /* end confdefs.h. */
12827 #include <png.h>
12829 main (void)
12833 return 0;
12835 _ACEOF
12836 if ac_fn_c_try_compile "$LINENO"
12837 then :
12838 ac_cv_mingw_header_png_h=yes
12839 else $as_nop
12840 ac_cv_mingw_header_png_h=no
12842 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
12843 CC=$ac_wine_check_headers_saved_cc
12844 ac_exeext=$ac_wine_check_headers_saved_exeext
12846 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_header_png_h" >&5
12847 printf "%s\n" "$ac_cv_mingw_header_png_h" >&6; }
12848 if test "x$ac_cv_mingw_header_png_h" = xyes
12849 then :
12850 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for png_create_read_struct in MinGW -lpng" >&5
12851 printf %s "checking for png_create_read_struct in MinGW -lpng... " >&6; }
12852 if test ${ac_cv_mingw_lib_png+y}
12853 then :
12854 printf %s "(cached) " >&6
12855 else $as_nop
12856 ac_wine_check_headers_saved_cc=$CC
12857 ac_wine_check_headers_saved_exeext=$ac_exeext
12858 ac_wine_check_headers_saved_libs=$LIBS
12859 CC="$CROSSCC"
12860 ac_exeext=".exe"
12861 LIBS="-lpng $PNG_PE_LIBS $LIBS"
12862 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12863 /* end confdefs.h. */
12865 /* Override any GCC internal prototype to avoid an error.
12866 Use char because int might match the return type of a GCC
12867 builtin and then its argument prototype would still apply. */
12868 char png_create_read_struct ();
12870 main (void)
12872 return png_create_read_struct ();
12874 return 0;
12876 _ACEOF
12877 if ac_fn_c_try_link "$LINENO"
12878 then :
12879 ac_cv_mingw_lib_png=yes
12880 else $as_nop
12881 ac_cv_mingw_lib_png=no
12883 rm -f core conftest.err conftest.$ac_objext conftest.beam \
12884 conftest$ac_exeext conftest.$ac_ext
12885 CC=$ac_wine_check_headers_saved_cc
12886 ac_exeext=$ac_wine_check_headers_saved_exeext
12887 LIBS=$ac_wine_check_headers_saved_libs
12889 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_lib_png" >&5
12890 printf "%s\n" "$ac_cv_mingw_lib_png" >&6; }
12891 if test "x$ac_cv_mingw_lib_png" = xyes
12892 then :
12894 else $as_nop
12895 PNG_PE_CFLAGS=""; PNG_PE_LIBS=""
12897 else $as_nop
12898 PNG_PE_CFLAGS=""; PNG_PE_LIBS=""
12900 CPPFLAGS=$ac_save_CPPFLAGS
12902 if test "x$PNG_PE_LIBS" = "x"
12903 then
12904 as_fn_append wine_notices "|libpng ${notice_platform}MinGW development files not found; using bundled version."
12907 if ${TIFF_PE_CFLAGS:+false} :
12908 then :
12909 if test ${MINGW_PKG_CONFIG+y}
12910 then :
12911 TIFF_PE_CFLAGS=`$MINGW_PKG_CONFIG --cflags libtiff-4 2>/dev/null`
12914 if ${TIFF_PE_LIBS:+false} :
12915 then :
12916 if test ${MINGW_PKG_CONFIG+y}
12917 then :
12918 TIFF_PE_LIBS=`$MINGW_PKG_CONFIG --libs libtiff-4 2>/dev/null`
12922 ac_save_CPPFLAGS=$CPPFLAGS
12923 CPPFLAGS="$CPPFLAGS $TIFF_PE_CFLAGS"
12924 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MinGW tiffio.h" >&5
12925 printf %s "checking for MinGW tiffio.h... " >&6; }
12926 if test ${ac_cv_mingw_header_tiffio_h+y}
12927 then :
12928 printf %s "(cached) " >&6
12929 else $as_nop
12930 ac_wine_check_headers_saved_cc=$CC
12931 ac_wine_check_headers_saved_exeext=$ac_exeext
12932 CC="$CROSSCC"
12933 ac_exeext=".exe"
12934 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12935 /* end confdefs.h. */
12937 #include <tiffio.h>
12939 main (void)
12943 return 0;
12945 _ACEOF
12946 if ac_fn_c_try_compile "$LINENO"
12947 then :
12948 ac_cv_mingw_header_tiffio_h=yes
12949 else $as_nop
12950 ac_cv_mingw_header_tiffio_h=no
12952 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
12953 CC=$ac_wine_check_headers_saved_cc
12954 ac_exeext=$ac_wine_check_headers_saved_exeext
12956 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_header_tiffio_h" >&5
12957 printf "%s\n" "$ac_cv_mingw_header_tiffio_h" >&6; }
12958 if test "x$ac_cv_mingw_header_tiffio_h" = xyes
12959 then :
12960 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for TIFFClientOpen in MinGW -ltiff" >&5
12961 printf %s "checking for TIFFClientOpen in MinGW -ltiff... " >&6; }
12962 if test ${ac_cv_mingw_lib_tiff+y}
12963 then :
12964 printf %s "(cached) " >&6
12965 else $as_nop
12966 ac_wine_check_headers_saved_cc=$CC
12967 ac_wine_check_headers_saved_exeext=$ac_exeext
12968 ac_wine_check_headers_saved_libs=$LIBS
12969 CC="$CROSSCC"
12970 ac_exeext=".exe"
12971 LIBS="-ltiff $TIFF_PE_LIBS $LIBS"
12972 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12973 /* end confdefs.h. */
12975 /* Override any GCC internal prototype to avoid an error.
12976 Use char because int might match the return type of a GCC
12977 builtin and then its argument prototype would still apply. */
12978 char TIFFClientOpen ();
12980 main (void)
12982 return TIFFClientOpen ();
12984 return 0;
12986 _ACEOF
12987 if ac_fn_c_try_link "$LINENO"
12988 then :
12989 ac_cv_mingw_lib_tiff=yes
12990 else $as_nop
12991 ac_cv_mingw_lib_tiff=no
12993 rm -f core conftest.err conftest.$ac_objext conftest.beam \
12994 conftest$ac_exeext conftest.$ac_ext
12995 CC=$ac_wine_check_headers_saved_cc
12996 ac_exeext=$ac_wine_check_headers_saved_exeext
12997 LIBS=$ac_wine_check_headers_saved_libs
12999 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_lib_tiff" >&5
13000 printf "%s\n" "$ac_cv_mingw_lib_tiff" >&6; }
13001 if test "x$ac_cv_mingw_lib_tiff" = xyes
13002 then :
13004 else $as_nop
13005 TIFF_PE_CFLAGS=""; TIFF_PE_LIBS=""
13007 else $as_nop
13008 TIFF_PE_CFLAGS=""; TIFF_PE_LIBS=""
13010 CPPFLAGS=$ac_save_CPPFLAGS
13012 if test "x$TIFF_PE_LIBS" = "x"
13013 then
13014 as_fn_append wine_notices "|libtiff ${notice_platform}MinGW development files not found; using bundled version."
13017 if ${XML2_PE_CFLAGS:+false} :
13018 then :
13019 if test ${MINGW_PKG_CONFIG+y}
13020 then :
13021 XML2_PE_CFLAGS=`$MINGW_PKG_CONFIG --cflags libxml-2.0 2>/dev/null`
13024 if ${XML2_PE_LIBS:+false} :
13025 then :
13026 if test ${MINGW_PKG_CONFIG+y}
13027 then :
13028 XML2_PE_LIBS=`$MINGW_PKG_CONFIG --libs libxml-2.0 2>/dev/null`
13031 XML2_PE_LIBS=${XML2_PE_LIBS:-"-lxml2"}
13032 ac_save_CPPFLAGS=$CPPFLAGS
13033 CPPFLAGS="$CPPFLAGS $XML2_PE_CFLAGS"
13034 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MinGW libxml/parser.h" >&5
13035 printf %s "checking for MinGW libxml/parser.h... " >&6; }
13036 if test ${ac_cv_mingw_header_libxml_parser_h+y}
13037 then :
13038 printf %s "(cached) " >&6
13039 else $as_nop
13040 ac_wine_check_headers_saved_cc=$CC
13041 ac_wine_check_headers_saved_exeext=$ac_exeext
13042 CC="$CROSSCC"
13043 ac_exeext=".exe"
13044 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13045 /* end confdefs.h. */
13047 #include <libxml/parser.h>
13049 main (void)
13053 return 0;
13055 _ACEOF
13056 if ac_fn_c_try_compile "$LINENO"
13057 then :
13058 ac_cv_mingw_header_libxml_parser_h=yes
13059 else $as_nop
13060 ac_cv_mingw_header_libxml_parser_h=no
13062 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
13063 CC=$ac_wine_check_headers_saved_cc
13064 ac_exeext=$ac_wine_check_headers_saved_exeext
13066 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_header_libxml_parser_h" >&5
13067 printf "%s\n" "$ac_cv_mingw_header_libxml_parser_h" >&6; }
13068 if test "x$ac_cv_mingw_header_libxml_parser_h" = xyes
13069 then :
13072 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MinGW libxml/xmlsave.h" >&5
13073 printf %s "checking for MinGW libxml/xmlsave.h... " >&6; }
13074 if test ${ac_cv_mingw_header_libxml_xmlsave_h+y}
13075 then :
13076 printf %s "(cached) " >&6
13077 else $as_nop
13078 ac_wine_check_headers_saved_cc=$CC
13079 ac_wine_check_headers_saved_exeext=$ac_exeext
13080 CC="$CROSSCC"
13081 ac_exeext=".exe"
13082 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13083 /* end confdefs.h. */
13085 #include <libxml/xmlsave.h>
13087 main (void)
13091 return 0;
13093 _ACEOF
13094 if ac_fn_c_try_compile "$LINENO"
13095 then :
13096 ac_cv_mingw_header_libxml_xmlsave_h=yes
13097 else $as_nop
13098 ac_cv_mingw_header_libxml_xmlsave_h=no
13100 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
13101 CC=$ac_wine_check_headers_saved_cc
13102 ac_exeext=$ac_wine_check_headers_saved_exeext
13104 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_header_libxml_xmlsave_h" >&5
13105 printf "%s\n" "$ac_cv_mingw_header_libxml_xmlsave_h" >&6; }
13106 if test "x$ac_cv_mingw_header_libxml_xmlsave_h" = xyes
13107 then :
13110 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MinGW libxml/SAX2.h" >&5
13111 printf %s "checking for MinGW libxml/SAX2.h... " >&6; }
13112 if test ${ac_cv_mingw_header_libxml_SAX2_h+y}
13113 then :
13114 printf %s "(cached) " >&6
13115 else $as_nop
13116 ac_wine_check_headers_saved_cc=$CC
13117 ac_wine_check_headers_saved_exeext=$ac_exeext
13118 CC="$CROSSCC"
13119 ac_exeext=".exe"
13120 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13121 /* end confdefs.h. */
13123 #include <libxml/SAX2.h>
13125 main (void)
13129 return 0;
13131 _ACEOF
13132 if ac_fn_c_try_compile "$LINENO"
13133 then :
13134 ac_cv_mingw_header_libxml_SAX2_h=yes
13135 else $as_nop
13136 ac_cv_mingw_header_libxml_SAX2_h=no
13138 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
13139 CC=$ac_wine_check_headers_saved_cc
13140 ac_exeext=$ac_wine_check_headers_saved_exeext
13142 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_header_libxml_SAX2_h" >&5
13143 printf "%s\n" "$ac_cv_mingw_header_libxml_SAX2_h" >&6; }
13144 if test "x$ac_cv_mingw_header_libxml_SAX2_h" = xyes
13145 then :
13148 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"
13149 then
13150 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for xmlFirstElementChild in MinGW -lxml2" >&5
13151 printf %s "checking for xmlFirstElementChild in MinGW -lxml2... " >&6; }
13152 if test ${ac_cv_mingw_lib_xml2+y}
13153 then :
13154 printf %s "(cached) " >&6
13155 else $as_nop
13156 ac_wine_check_headers_saved_cc=$CC
13157 ac_wine_check_headers_saved_exeext=$ac_exeext
13158 ac_wine_check_headers_saved_libs=$LIBS
13159 CC="$CROSSCC"
13160 ac_exeext=".exe"
13161 LIBS="-lxml2 $XML2_PE_LIBS $LIBS"
13162 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13163 /* end confdefs.h. */
13165 /* Override any GCC internal prototype to avoid an error.
13166 Use char because int might match the return type of a GCC
13167 builtin and then its argument prototype would still apply. */
13168 char xmlFirstElementChild ();
13170 main (void)
13172 return xmlFirstElementChild ();
13174 return 0;
13176 _ACEOF
13177 if ac_fn_c_try_link "$LINENO"
13178 then :
13179 ac_cv_mingw_lib_xml2=yes
13180 else $as_nop
13181 ac_cv_mingw_lib_xml2=no
13183 rm -f core conftest.err conftest.$ac_objext conftest.beam \
13184 conftest$ac_exeext conftest.$ac_ext
13185 CC=$ac_wine_check_headers_saved_cc
13186 ac_exeext=$ac_wine_check_headers_saved_exeext
13187 LIBS=$ac_wine_check_headers_saved_libs
13189 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_lib_xml2" >&5
13190 printf "%s\n" "$ac_cv_mingw_lib_xml2" >&6; }
13191 if test "x$ac_cv_mingw_lib_xml2" = xyes
13192 then :
13194 else $as_nop
13195 XML2_PE_CFLAGS=""; XML2_PE_LIBS=""
13197 else
13198 XML2_PE_CFLAGS=""
13199 XML2_PE_LIBS=""
13201 CPPFLAGS=$ac_save_CPPFLAGS
13203 if test "x$XML2_PE_LIBS" = "x"
13204 then
13205 as_fn_append wine_notices "|libxml2 ${notice_platform}MinGW development files not found (or too old); using bundled version."
13208 if ${XSLT_PE_CFLAGS:+false} :
13209 then :
13210 if test ${MINGW_PKG_CONFIG+y}
13211 then :
13212 XSLT_PE_CFLAGS=`$MINGW_PKG_CONFIG --cflags libxslt 2>/dev/null`
13215 if ${XSLT_PE_LIBS:+false} :
13216 then :
13217 if test ${MINGW_PKG_CONFIG+y}
13218 then :
13219 XSLT_PE_LIBS=`$MINGW_PKG_CONFIG --libs libxslt 2>/dev/null`
13222 XSLT_PE_LIBS=${XSLT_PE_LIBS:-"-lxslt"}
13223 ac_save_CPPFLAGS=$CPPFLAGS
13224 CPPFLAGS="$CPPFLAGS $XSLT_PE_CFLAGS"
13225 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MinGW libxslt/pattern.h" >&5
13226 printf %s "checking for MinGW libxslt/pattern.h... " >&6; }
13227 if test ${ac_cv_mingw_header_libxslt_pattern_h+y}
13228 then :
13229 printf %s "(cached) " >&6
13230 else $as_nop
13231 ac_wine_check_headers_saved_cc=$CC
13232 ac_wine_check_headers_saved_exeext=$ac_exeext
13233 CC="$CROSSCC"
13234 ac_exeext=".exe"
13235 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13236 /* end confdefs.h. */
13238 #include <libxslt/pattern.h>
13240 main (void)
13244 return 0;
13246 _ACEOF
13247 if ac_fn_c_try_compile "$LINENO"
13248 then :
13249 ac_cv_mingw_header_libxslt_pattern_h=yes
13250 else $as_nop
13251 ac_cv_mingw_header_libxslt_pattern_h=no
13253 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
13254 CC=$ac_wine_check_headers_saved_cc
13255 ac_exeext=$ac_wine_check_headers_saved_exeext
13257 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_header_libxslt_pattern_h" >&5
13258 printf "%s\n" "$ac_cv_mingw_header_libxslt_pattern_h" >&6; }
13259 if test "x$ac_cv_mingw_header_libxslt_pattern_h" = xyes
13260 then :
13263 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MinGW libxslt/transform.h" >&5
13264 printf %s "checking for MinGW libxslt/transform.h... " >&6; }
13265 if test ${ac_cv_mingw_header_libxslt_transform_h+y}
13266 then :
13267 printf %s "(cached) " >&6
13268 else $as_nop
13269 ac_wine_check_headers_saved_cc=$CC
13270 ac_wine_check_headers_saved_exeext=$ac_exeext
13271 CC="$CROSSCC"
13272 ac_exeext=".exe"
13273 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13274 /* end confdefs.h. */
13276 #include <libxslt/transform.h>
13278 main (void)
13282 return 0;
13284 _ACEOF
13285 if ac_fn_c_try_compile "$LINENO"
13286 then :
13287 ac_cv_mingw_header_libxslt_transform_h=yes
13288 else $as_nop
13289 ac_cv_mingw_header_libxslt_transform_h=no
13291 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
13292 CC=$ac_wine_check_headers_saved_cc
13293 ac_exeext=$ac_wine_check_headers_saved_exeext
13295 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_header_libxslt_transform_h" >&5
13296 printf "%s\n" "$ac_cv_mingw_header_libxslt_transform_h" >&6; }
13297 if test "x$ac_cv_mingw_header_libxslt_transform_h" = xyes
13298 then :
13301 if test "$ac_cv_mingw_header_libxslt_pattern_h" = "yes" -a "$ac_cv_mingw_header_libxslt_transform_h" = "yes"
13302 then
13303 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for xsltCompilePattern in MinGW -lxslt" >&5
13304 printf %s "checking for xsltCompilePattern in MinGW -lxslt... " >&6; }
13305 if test ${ac_cv_mingw_lib_xslt+y}
13306 then :
13307 printf %s "(cached) " >&6
13308 else $as_nop
13309 ac_wine_check_headers_saved_cc=$CC
13310 ac_wine_check_headers_saved_exeext=$ac_exeext
13311 ac_wine_check_headers_saved_libs=$LIBS
13312 CC="$CROSSCC"
13313 ac_exeext=".exe"
13314 LIBS="-lxslt $XSLT_PE_LIBS $LIBS"
13315 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13316 /* end confdefs.h. */
13318 /* Override any GCC internal prototype to avoid an error.
13319 Use char because int might match the return type of a GCC
13320 builtin and then its argument prototype would still apply. */
13321 char xsltCompilePattern ();
13323 main (void)
13325 return xsltCompilePattern ();
13327 return 0;
13329 _ACEOF
13330 if ac_fn_c_try_link "$LINENO"
13331 then :
13332 ac_cv_mingw_lib_xslt=yes
13333 else $as_nop
13334 ac_cv_mingw_lib_xslt=no
13336 rm -f core conftest.err conftest.$ac_objext conftest.beam \
13337 conftest$ac_exeext conftest.$ac_ext
13338 CC=$ac_wine_check_headers_saved_cc
13339 ac_exeext=$ac_wine_check_headers_saved_exeext
13340 LIBS=$ac_wine_check_headers_saved_libs
13342 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_lib_xslt" >&5
13343 printf "%s\n" "$ac_cv_mingw_lib_xslt" >&6; }
13344 if test "x$ac_cv_mingw_lib_xslt" = xyes
13345 then :
13347 else $as_nop
13348 XSLT_PE_CFLAGS=""; XSLT_PE_LIBS=""
13350 else
13351 XSLT_PE_CFLAGS=""
13352 XSLT_PE_LIBS=""
13354 CPPFLAGS=$ac_save_CPPFLAGS
13356 if test "x$XSLT_PE_LIBS" = "x"
13357 then
13358 as_fn_append wine_notices "|libxslt ${notice_platform}MinGW development files not found; using bundled version."
13361 if ${ZLIB_PE_CFLAGS:+false} :
13362 then :
13363 if test ${MINGW_PKG_CONFIG+y}
13364 then :
13365 ZLIB_PE_CFLAGS=`$MINGW_PKG_CONFIG --cflags zlib 2>/dev/null`
13368 if ${ZLIB_PE_LIBS:+false} :
13369 then :
13370 if test ${MINGW_PKG_CONFIG+y}
13371 then :
13372 ZLIB_PE_LIBS=`$MINGW_PKG_CONFIG --libs zlib 2>/dev/null`
13375 ZLIB_PE_LIBS=${ZLIB_PE_LIBS:-"-lz"}
13376 ac_save_CPPFLAGS=$CPPFLAGS
13377 CPPFLAGS="$CPPFLAGS $ZLIB_PE_CFLAGS"
13378 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MinGW zlib.h" >&5
13379 printf %s "checking for MinGW zlib.h... " >&6; }
13380 if test ${ac_cv_mingw_header_zlib_h+y}
13381 then :
13382 printf %s "(cached) " >&6
13383 else $as_nop
13384 ac_wine_check_headers_saved_cc=$CC
13385 ac_wine_check_headers_saved_exeext=$ac_exeext
13386 CC="$CROSSCC"
13387 ac_exeext=".exe"
13388 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13389 /* end confdefs.h. */
13391 #include <zlib.h>
13393 main (void)
13397 return 0;
13399 _ACEOF
13400 if ac_fn_c_try_compile "$LINENO"
13401 then :
13402 ac_cv_mingw_header_zlib_h=yes
13403 else $as_nop
13404 ac_cv_mingw_header_zlib_h=no
13406 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
13407 CC=$ac_wine_check_headers_saved_cc
13408 ac_exeext=$ac_wine_check_headers_saved_exeext
13410 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_header_zlib_h" >&5
13411 printf "%s\n" "$ac_cv_mingw_header_zlib_h" >&6; }
13412 if test "x$ac_cv_mingw_header_zlib_h" = xyes
13413 then :
13414 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for inflate in MinGW -lz" >&5
13415 printf %s "checking for inflate in MinGW -lz... " >&6; }
13416 if test ${ac_cv_mingw_lib_z+y}
13417 then :
13418 printf %s "(cached) " >&6
13419 else $as_nop
13420 ac_wine_check_headers_saved_cc=$CC
13421 ac_wine_check_headers_saved_exeext=$ac_exeext
13422 ac_wine_check_headers_saved_libs=$LIBS
13423 CC="$CROSSCC"
13424 ac_exeext=".exe"
13425 LIBS="-lz $ZLIB_PE_LIBS $LIBS"
13426 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13427 /* end confdefs.h. */
13429 /* Override any GCC internal prototype to avoid an error.
13430 Use char because int might match the return type of a GCC
13431 builtin and then its argument prototype would still apply. */
13432 char inflate ();
13434 main (void)
13436 return inflate ();
13438 return 0;
13440 _ACEOF
13441 if ac_fn_c_try_link "$LINENO"
13442 then :
13443 ac_cv_mingw_lib_z=yes
13444 else $as_nop
13445 ac_cv_mingw_lib_z=no
13447 rm -f core conftest.err conftest.$ac_objext conftest.beam \
13448 conftest$ac_exeext conftest.$ac_ext
13449 CC=$ac_wine_check_headers_saved_cc
13450 ac_exeext=$ac_wine_check_headers_saved_exeext
13451 LIBS=$ac_wine_check_headers_saved_libs
13453 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mingw_lib_z" >&5
13454 printf "%s\n" "$ac_cv_mingw_lib_z" >&6; }
13455 if test "x$ac_cv_mingw_lib_z" = xyes
13456 then :
13458 else $as_nop
13459 ZLIB_PE_CFLAGS=""; ZLIB_PE_LIBS=""
13461 else $as_nop
13462 ZLIB_PE_CFLAGS=""; ZLIB_PE_LIBS=""
13464 CPPFLAGS=$ac_save_CPPFLAGS
13466 if test "x$ZLIB_PE_LIBS" = "x"
13467 then
13468 as_fn_append wine_notices "|zlib ${notice_platform}MinGW development files not found; using bundled version."
13472 if ${FAUDIO_PE_LIBS:+false} :
13473 then :
13474 FAUDIO_PE_LIBS="faudio mfplat mfreadwrite mfuuid propsys"
13475 if ${FAUDIO_PE_CFLAGS:+false} :
13476 then :
13477 FAUDIO_PE_CFLAGS="-I\$(top_srcdir)/libs/faudio/include"
13478 else $as_nop
13479 enable_faudio=no
13481 else $as_nop
13482 enable_faudio=no
13484 printf "%s\n" "$as_me:${as_lineno-$LINENO}: faudio cflags: $FAUDIO_PE_CFLAGS" >&5
13485 printf "%s\n" "$as_me:${as_lineno-$LINENO}: faudio libs: $FAUDIO_PE_LIBS" >&5
13487 if ${GSM_PE_LIBS:+false} :
13488 then :
13489 GSM_PE_LIBS=gsm
13490 if ${GSM_PE_CFLAGS:+false} :
13491 then :
13492 GSM_PE_CFLAGS="-I\$(top_srcdir)/libs/gsm/inc"
13493 else $as_nop
13494 enable_gsm=no
13496 else $as_nop
13497 enable_gsm=no
13499 printf "%s\n" "$as_me:${as_lineno-$LINENO}: gsm cflags: $GSM_PE_CFLAGS" >&5
13500 printf "%s\n" "$as_me:${as_lineno-$LINENO}: gsm libs: $GSM_PE_LIBS" >&5
13502 if ${JPEG_PE_LIBS:+false} :
13503 then :
13504 JPEG_PE_LIBS=jpeg
13505 if ${JPEG_PE_CFLAGS:+false} :
13506 then :
13507 JPEG_PE_CFLAGS="-I\$(top_srcdir)/libs/jpeg"
13508 else $as_nop
13509 enable_jpeg=no
13511 else $as_nop
13512 enable_jpeg=no
13514 printf "%s\n" "$as_me:${as_lineno-$LINENO}: jpeg cflags: $JPEG_PE_CFLAGS" >&5
13515 printf "%s\n" "$as_me:${as_lineno-$LINENO}: jpeg libs: $JPEG_PE_LIBS" >&5
13517 if ${JXR_PE_LIBS:+false} :
13518 then :
13519 JXR_PE_LIBS=jxr
13520 if ${JXR_PE_CFLAGS:+false} :
13521 then :
13522 JXR_PE_CFLAGS="-I\$(top_srcdir)/libs/jxr/jxrgluelib -I\$(top_srcdir)/libs/jxr/image/sys"
13523 else $as_nop
13524 enable_jxr=no
13526 else $as_nop
13527 enable_jxr=no
13529 printf "%s\n" "$as_me:${as_lineno-$LINENO}: jxr cflags: $JXR_PE_CFLAGS" >&5
13530 printf "%s\n" "$as_me:${as_lineno-$LINENO}: jxr libs: $JXR_PE_LIBS" >&5
13532 if ${LCMS2_PE_LIBS:+false} :
13533 then :
13534 LCMS2_PE_LIBS=lcms2
13535 if ${LCMS2_PE_CFLAGS:+false} :
13536 then :
13537 LCMS2_PE_CFLAGS="-I\$(top_srcdir)/libs/lcms2/include"
13538 else $as_nop
13539 enable_lcms2=no
13541 else $as_nop
13542 enable_lcms2=no
13544 printf "%s\n" "$as_me:${as_lineno-$LINENO}: lcms2 cflags: $LCMS2_PE_CFLAGS" >&5
13545 printf "%s\n" "$as_me:${as_lineno-$LINENO}: lcms2 libs: $LCMS2_PE_LIBS" >&5
13547 if ${MPG123_PE_LIBS:+false} :
13548 then :
13549 MPG123_PE_LIBS=mpg123
13550 if ${MPG123_PE_CFLAGS:+false} :
13551 then :
13552 MPG123_PE_CFLAGS="-I\$(top_srcdir)/libs/mpg123/src/libmpg123"
13553 else $as_nop
13554 enable_mpg123=no
13556 else $as_nop
13557 enable_mpg123=no
13559 printf "%s\n" "$as_me:${as_lineno-$LINENO}: mpg123 cflags: $MPG123_PE_CFLAGS" >&5
13560 printf "%s\n" "$as_me:${as_lineno-$LINENO}: mpg123 libs: $MPG123_PE_LIBS" >&5
13562 if ${PNG_PE_LIBS:+false} :
13563 then :
13564 PNG_PE_LIBS="png \$(ZLIB_PE_LIBS)"
13565 if ${PNG_PE_CFLAGS:+false} :
13566 then :
13567 PNG_PE_CFLAGS="-I\$(top_srcdir)/libs/png"
13568 else $as_nop
13569 enable_png=no
13571 else $as_nop
13572 enable_png=no
13574 printf "%s\n" "$as_me:${as_lineno-$LINENO}: png cflags: $PNG_PE_CFLAGS" >&5
13575 printf "%s\n" "$as_me:${as_lineno-$LINENO}: png libs: $PNG_PE_LIBS" >&5
13577 if ${TIFF_PE_LIBS:+false} :
13578 then :
13579 TIFF_PE_LIBS=tiff
13580 if ${TIFF_PE_CFLAGS:+false} :
13581 then :
13582 TIFF_PE_CFLAGS="-I\$(top_srcdir)/libs/tiff/libtiff"
13583 else $as_nop
13584 enable_tiff=no
13586 else $as_nop
13587 enable_tiff=no
13589 printf "%s\n" "$as_me:${as_lineno-$LINENO}: tiff cflags: $TIFF_PE_CFLAGS" >&5
13590 printf "%s\n" "$as_me:${as_lineno-$LINENO}: tiff libs: $TIFF_PE_LIBS" >&5
13592 if ${XML2_PE_LIBS:+false} :
13593 then :
13594 XML2_PE_LIBS=xml2
13595 if ${XML2_PE_CFLAGS:+false} :
13596 then :
13597 XML2_PE_CFLAGS="-I\$(top_srcdir)/libs/xml2/include -DLIBXML_STATIC"
13598 else $as_nop
13599 enable_xml2=no
13601 else $as_nop
13602 enable_xml2=no
13604 printf "%s\n" "$as_me:${as_lineno-$LINENO}: xml2 cflags: $XML2_PE_CFLAGS" >&5
13605 printf "%s\n" "$as_me:${as_lineno-$LINENO}: xml2 libs: $XML2_PE_LIBS" >&5
13607 if ${XSLT_PE_LIBS:+false} :
13608 then :
13609 XSLT_PE_LIBS=xslt
13610 if ${XSLT_PE_CFLAGS:+false} :
13611 then :
13612 XSLT_PE_CFLAGS="-I\$(top_srcdir)/libs/xslt -DLIBXSLT_STATIC"
13613 else $as_nop
13614 enable_xslt=no
13616 else $as_nop
13617 enable_xslt=no
13619 printf "%s\n" "$as_me:${as_lineno-$LINENO}: xslt cflags: $XSLT_PE_CFLAGS" >&5
13620 printf "%s\n" "$as_me:${as_lineno-$LINENO}: xslt libs: $XSLT_PE_LIBS" >&5
13622 if ${ZLIB_PE_LIBS:+false} :
13623 then :
13624 ZLIB_PE_LIBS=z
13625 if ${ZLIB_PE_CFLAGS:+false} :
13626 then :
13627 ZLIB_PE_CFLAGS="-I\$(top_srcdir)/libs/zlib -DFAR= -DZ_SOLO"
13628 else $as_nop
13629 enable_zlib=no
13631 else $as_nop
13632 enable_zlib=no
13634 printf "%s\n" "$as_me:${as_lineno-$LINENO}: zlib cflags: $ZLIB_PE_CFLAGS" >&5
13635 printf "%s\n" "$as_me:${as_lineno-$LINENO}: zlib libs: $ZLIB_PE_LIBS" >&5
13639 if test "$ac_cv_header_pthread_h" = "yes"
13640 then
13641 ac_fn_c_check_func "$LINENO" "pthread_create" "ac_cv_func_pthread_create"
13642 if test "x$ac_cv_func_pthread_create" = xyes
13643 then :
13645 else $as_nop
13646 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
13647 printf %s "checking for pthread_create in -lpthread... " >&6; }
13648 if test ${ac_cv_lib_pthread_pthread_create+y}
13649 then :
13650 printf %s "(cached) " >&6
13651 else $as_nop
13652 ac_check_lib_save_LIBS=$LIBS
13653 LIBS="-lpthread $LIBS"
13654 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13655 /* end confdefs.h. */
13657 /* Override any GCC internal prototype to avoid an error.
13658 Use char because int might match the return type of a GCC
13659 builtin and then its argument prototype would still apply. */
13660 char pthread_create ();
13662 main (void)
13664 return pthread_create ();
13666 return 0;
13668 _ACEOF
13669 if ac_fn_c_try_link "$LINENO"
13670 then :
13671 ac_cv_lib_pthread_pthread_create=yes
13672 else $as_nop
13673 ac_cv_lib_pthread_pthread_create=no
13675 rm -f core conftest.err conftest.$ac_objext conftest.beam \
13676 conftest$ac_exeext conftest.$ac_ext
13677 LIBS=$ac_check_lib_save_LIBS
13679 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
13680 printf "%s\n" "$ac_cv_lib_pthread_pthread_create" >&6; }
13681 if test "x$ac_cv_lib_pthread_pthread_create" = xyes
13682 then :
13683 PTHREAD_LIBS="-lpthread"
13690 if test "x$ac_cv_func_pthread_create" != xyes -a "x$PTHREAD_LIBS" = x
13691 then :
13692 case "x$with_pthread" in
13693 xno) ;;
13694 *) as_fn_error $? "pthread ${notice_platform}development files not found.
13695 Wine cannot support threads without libpthread.
13696 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
13697 esac
13702 ac_ext=c
13703 ac_cpp='$CPP $CPPFLAGS'
13704 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13705 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13706 ac_compiler_gnu=$ac_cv_c_compiler_gnu
13707 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
13708 printf %s "checking how to run the C preprocessor... " >&6; }
13709 # On Suns, sometimes $CPP names a directory.
13710 if test -n "$CPP" && test -d "$CPP"; then
13711 CPP=
13713 if test -z "$CPP"; then
13714 if test ${ac_cv_prog_CPP+y}
13715 then :
13716 printf %s "(cached) " >&6
13717 else $as_nop
13718 # Double quotes because $CC needs to be expanded
13719 for CPP in "$CC -E" "$CC -E -traditional-cpp" cpp /lib/cpp
13721 ac_preproc_ok=false
13722 for ac_c_preproc_warn_flag in '' yes
13724 # Use a header file that comes with gcc, so configuring glibc
13725 # with a fresh cross-compiler works.
13726 # On the NeXT, cc -E runs the code through the compiler's parser,
13727 # not just through cpp. "Syntax error" is here to catch this case.
13728 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13729 /* end confdefs.h. */
13730 #include <limits.h>
13731 Syntax error
13732 _ACEOF
13733 if ac_fn_c_try_cpp "$LINENO"
13734 then :
13736 else $as_nop
13737 # Broken: fails on valid input.
13738 continue
13740 rm -f conftest.err conftest.i conftest.$ac_ext
13742 # OK, works on sane cases. Now check whether nonexistent headers
13743 # can be detected and how.
13744 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13745 /* end confdefs.h. */
13746 #include <ac_nonexistent.h>
13747 _ACEOF
13748 if ac_fn_c_try_cpp "$LINENO"
13749 then :
13750 # Broken: success on invalid input.
13751 continue
13752 else $as_nop
13753 # Passes both tests.
13754 ac_preproc_ok=:
13755 break
13757 rm -f conftest.err conftest.i conftest.$ac_ext
13759 done
13760 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
13761 rm -f conftest.i conftest.err conftest.$ac_ext
13762 if $ac_preproc_ok
13763 then :
13764 break
13767 done
13768 ac_cv_prog_CPP=$CPP
13771 CPP=$ac_cv_prog_CPP
13772 else
13773 ac_cv_prog_CPP=$CPP
13775 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
13776 printf "%s\n" "$CPP" >&6; }
13777 ac_preproc_ok=false
13778 for ac_c_preproc_warn_flag in '' yes
13780 # Use a header file that comes with gcc, so configuring glibc
13781 # with a fresh cross-compiler works.
13782 # On the NeXT, cc -E runs the code through the compiler's parser,
13783 # not just through cpp. "Syntax error" is here to catch this case.
13784 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13785 /* end confdefs.h. */
13786 #include <limits.h>
13787 Syntax error
13788 _ACEOF
13789 if ac_fn_c_try_cpp "$LINENO"
13790 then :
13792 else $as_nop
13793 # Broken: fails on valid input.
13794 continue
13796 rm -f conftest.err conftest.i conftest.$ac_ext
13798 # OK, works on sane cases. Now check whether nonexistent headers
13799 # can be detected and how.
13800 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13801 /* end confdefs.h. */
13802 #include <ac_nonexistent.h>
13803 _ACEOF
13804 if ac_fn_c_try_cpp "$LINENO"
13805 then :
13806 # Broken: success on invalid input.
13807 continue
13808 else $as_nop
13809 # Passes both tests.
13810 ac_preproc_ok=:
13811 break
13813 rm -f conftest.err conftest.i conftest.$ac_ext
13815 done
13816 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
13817 rm -f conftest.i conftest.err conftest.$ac_ext
13818 if $ac_preproc_ok
13819 then :
13821 else $as_nop
13822 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13823 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
13824 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
13825 See \`config.log' for more details" "$LINENO" 5; }
13828 ac_ext=c
13829 ac_cpp='$CPP $CPPFLAGS'
13830 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13831 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13832 ac_compiler_gnu=$ac_cv_c_compiler_gnu
13835 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for X" >&5
13836 printf %s "checking for X... " >&6; }
13839 # Check whether --with-x was given.
13840 if test ${with_x+y}
13841 then :
13842 withval=$with_x;
13845 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
13846 if test "x$with_x" = xno; then
13847 # The user explicitly disabled X.
13848 have_x=disabled
13849 else
13850 case $x_includes,$x_libraries in #(
13851 *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #(
13852 *,NONE | NONE,*) if test ${ac_cv_have_x+y}
13853 then :
13854 printf %s "(cached) " >&6
13855 else $as_nop
13856 # One or both of the vars are not set, and there is no cached value.
13857 ac_x_includes=no
13858 ac_x_libraries=no
13859 # Do we need to do anything special at all?
13860 ac_save_LIBS=$LIBS
13861 LIBS="-lX11 $LIBS"
13862 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13863 /* end confdefs.h. */
13864 #include <X11/Xlib.h>
13866 main (void)
13868 XrmInitialize ()
13870 return 0;
13872 _ACEOF
13873 if ac_fn_c_try_link "$LINENO"
13874 then :
13875 # We can compile and link X programs with no special options.
13876 ac_x_includes=
13877 ac_x_libraries=
13879 rm -f core conftest.err conftest.$ac_objext conftest.beam \
13880 conftest$ac_exeext conftest.$ac_ext
13881 LIBS="$ac_save_LIBS"
13882 # If that didn't work, only try xmkmf and file system searches
13883 # for native compilation.
13884 if test x"$ac_x_includes" = xno && test "$cross_compiling" = no
13885 then :
13886 rm -f -r conftest.dir
13887 if mkdir conftest.dir; then
13888 cd conftest.dir
13889 cat >Imakefile <<'_ACEOF'
13890 incroot:
13891 @echo incroot='${INCROOT}'
13892 usrlibdir:
13893 @echo usrlibdir='${USRLIBDIR}'
13894 libdir:
13895 @echo libdir='${LIBDIR}'
13896 _ACEOF
13897 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
13898 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
13899 for ac_var in incroot usrlibdir libdir; do
13900 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
13901 done
13902 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
13903 for ac_extension in a so sl dylib la dll; do
13904 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
13905 test -f "$ac_im_libdir/libX11.$ac_extension"; then
13906 ac_im_usrlibdir=$ac_im_libdir; break
13908 done
13909 # Screen out bogus values from the imake configuration. They are
13910 # bogus both because they are the default anyway, and because
13911 # using them would break gcc on systems where it needs fixed includes.
13912 case $ac_im_incroot in
13913 /usr/include) ac_x_includes= ;;
13914 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
13915 esac
13916 case $ac_im_usrlibdir in
13917 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
13918 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
13919 esac
13921 cd ..
13922 rm -f -r conftest.dir
13925 # Standard set of common directories for X headers.
13926 # Check X11 before X11Rn because it is often a symlink to the current release.
13927 ac_x_header_dirs='
13928 /usr/X11/include
13929 /usr/X11R7/include
13930 /usr/X11R6/include
13931 /usr/X11R5/include
13932 /usr/X11R4/include
13934 /usr/include/X11
13935 /usr/include/X11R7
13936 /usr/include/X11R6
13937 /usr/include/X11R5
13938 /usr/include/X11R4
13940 /usr/local/X11/include
13941 /usr/local/X11R7/include
13942 /usr/local/X11R6/include
13943 /usr/local/X11R5/include
13944 /usr/local/X11R4/include
13946 /usr/local/include/X11
13947 /usr/local/include/X11R7
13948 /usr/local/include/X11R6
13949 /usr/local/include/X11R5
13950 /usr/local/include/X11R4
13952 /opt/X11/include
13954 /usr/X386/include
13955 /usr/x386/include
13956 /usr/XFree86/include/X11
13958 /usr/include
13959 /usr/local/include
13960 /usr/unsupported/include
13961 /usr/athena/include
13962 /usr/local/x11r5/include
13963 /usr/lpp/Xamples/include
13965 /usr/openwin/include
13966 /usr/openwin/share/include'
13968 if test "$ac_x_includes" = no; then
13969 # Guess where to find include files, by looking for Xlib.h.
13970 # First, try using that file with no special directory specified.
13971 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13972 /* end confdefs.h. */
13973 #include <X11/Xlib.h>
13974 _ACEOF
13975 if ac_fn_c_try_cpp "$LINENO"
13976 then :
13977 # We can compile using X headers with no special include directory.
13978 ac_x_includes=
13979 else $as_nop
13980 for ac_dir in $ac_x_header_dirs; do
13981 if test -r "$ac_dir/X11/Xlib.h"; then
13982 ac_x_includes=$ac_dir
13983 break
13985 done
13987 rm -f conftest.err conftest.i conftest.$ac_ext
13988 fi # $ac_x_includes = no
13990 if test "$ac_x_libraries" = no; then
13991 # Check for the libraries.
13992 # See if we find them without any special options.
13993 # Don't add to $LIBS permanently.
13994 ac_save_LIBS=$LIBS
13995 LIBS="-lX11 $LIBS"
13996 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13997 /* end confdefs.h. */
13998 #include <X11/Xlib.h>
14000 main (void)
14002 XrmInitialize ()
14004 return 0;
14006 _ACEOF
14007 if ac_fn_c_try_link "$LINENO"
14008 then :
14009 LIBS=$ac_save_LIBS
14010 # We can link X programs with no special library path.
14011 ac_x_libraries=
14012 else $as_nop
14013 LIBS=$ac_save_LIBS
14014 for ac_dir in `printf "%s\n" "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
14016 # Don't even attempt the hair of trying to link an X program!
14017 for ac_extension in a so sl dylib la dll; do
14018 if test -r "$ac_dir/libX11.$ac_extension"; then
14019 ac_x_libraries=$ac_dir
14020 break 2
14022 done
14023 done
14025 rm -f core conftest.err conftest.$ac_objext conftest.beam \
14026 conftest$ac_exeext conftest.$ac_ext
14027 fi # $ac_x_libraries = no
14030 # Record the results.
14031 case $ac_x_includes,$ac_x_libraries in #(
14032 no,* | *,no | *\'*) :
14033 # Didn't find X, or a directory has "'" in its name.
14034 ac_cv_have_x="have_x=no" ;; #(
14035 *) :
14036 # Record where we found X for the cache.
14037 ac_cv_have_x="have_x=yes\
14038 ac_x_includes='$ac_x_includes'\
14039 ac_x_libraries='$ac_x_libraries'" ;;
14040 esac
14042 ;; #(
14043 *) have_x=yes;;
14044 esac
14045 eval "$ac_cv_have_x"
14046 fi # $with_x != no
14048 if test "$have_x" != yes; then
14049 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
14050 printf "%s\n" "$have_x" >&6; }
14051 no_x=yes
14052 else
14053 # If each of the values was on the command line, it overrides each guess.
14054 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
14055 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
14056 # Update the cache value to reflect the command line values.
14057 ac_cv_have_x="have_x=yes\
14058 ac_x_includes='$x_includes'\
14059 ac_x_libraries='$x_libraries'"
14060 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
14061 printf "%s\n" "libraries $x_libraries, headers $x_includes" >&6; }
14064 if test "$no_x" = yes; then
14065 # Not all programs may use this symbol, but it does not hurt to define it.
14067 printf "%s\n" "#define X_DISPLAY_MISSING 1" >>confdefs.h
14069 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
14070 else
14071 if test -n "$x_includes"; then
14072 X_CFLAGS="$X_CFLAGS -I$x_includes"
14075 # It would also be nice to do this for all -L options, not just this one.
14076 if test -n "$x_libraries"; then
14077 X_LIBS="$X_LIBS -L$x_libraries"
14078 # For Solaris; some versions of Sun CC require a space after -R and
14079 # others require no space. Words are not sufficient . . . .
14080 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
14081 printf %s "checking whether -R must be followed by a space... " >&6; }
14082 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
14083 ac_xsave_c_werror_flag=$ac_c_werror_flag
14084 ac_c_werror_flag=yes
14085 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14086 /* end confdefs.h. */
14089 main (void)
14093 return 0;
14095 _ACEOF
14096 if ac_fn_c_try_link "$LINENO"
14097 then :
14098 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
14099 printf "%s\n" "no" >&6; }
14100 X_LIBS="$X_LIBS -R$x_libraries"
14101 else $as_nop
14102 LIBS="$ac_xsave_LIBS -R $x_libraries"
14103 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14104 /* end confdefs.h. */
14107 main (void)
14111 return 0;
14113 _ACEOF
14114 if ac_fn_c_try_link "$LINENO"
14115 then :
14116 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14117 printf "%s\n" "yes" >&6; }
14118 X_LIBS="$X_LIBS -R $x_libraries"
14119 else $as_nop
14120 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
14121 printf "%s\n" "neither works" >&6; }
14123 rm -f core conftest.err conftest.$ac_objext conftest.beam \
14124 conftest$ac_exeext conftest.$ac_ext
14126 rm -f core conftest.err conftest.$ac_objext conftest.beam \
14127 conftest$ac_exeext conftest.$ac_ext
14128 ac_c_werror_flag=$ac_xsave_c_werror_flag
14129 LIBS=$ac_xsave_LIBS
14132 # Check for system-dependent libraries X programs must link with.
14133 # Do this before checking for the system-independent R6 libraries
14134 # (-lICE), since we may need -lsocket or whatever for X linking.
14136 if test "$ISC" = yes; then
14137 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
14138 else
14139 # Martyn Johnson says this is needed for Ultrix, if the X
14140 # libraries were built with DECnet support. And Karl Berry says
14141 # the Alpha needs dnet_stub (dnet does not exist).
14142 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
14143 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14144 /* end confdefs.h. */
14146 /* Override any GCC internal prototype to avoid an error.
14147 Use char because int might match the return type of a GCC
14148 builtin and then its argument prototype would still apply. */
14149 char XOpenDisplay ();
14151 main (void)
14153 return XOpenDisplay ();
14155 return 0;
14157 _ACEOF
14158 if ac_fn_c_try_link "$LINENO"
14159 then :
14161 else $as_nop
14162 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
14163 printf %s "checking for dnet_ntoa in -ldnet... " >&6; }
14164 if test ${ac_cv_lib_dnet_dnet_ntoa+y}
14165 then :
14166 printf %s "(cached) " >&6
14167 else $as_nop
14168 ac_check_lib_save_LIBS=$LIBS
14169 LIBS="-ldnet $LIBS"
14170 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14171 /* end confdefs.h. */
14173 /* Override any GCC internal prototype to avoid an error.
14174 Use char because int might match the return type of a GCC
14175 builtin and then its argument prototype would still apply. */
14176 char dnet_ntoa ();
14178 main (void)
14180 return dnet_ntoa ();
14182 return 0;
14184 _ACEOF
14185 if ac_fn_c_try_link "$LINENO"
14186 then :
14187 ac_cv_lib_dnet_dnet_ntoa=yes
14188 else $as_nop
14189 ac_cv_lib_dnet_dnet_ntoa=no
14191 rm -f core conftest.err conftest.$ac_objext conftest.beam \
14192 conftest$ac_exeext conftest.$ac_ext
14193 LIBS=$ac_check_lib_save_LIBS
14195 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
14196 printf "%s\n" "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
14197 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes
14198 then :
14199 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
14202 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
14203 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
14204 printf %s "checking for dnet_ntoa in -ldnet_stub... " >&6; }
14205 if test ${ac_cv_lib_dnet_stub_dnet_ntoa+y}
14206 then :
14207 printf %s "(cached) " >&6
14208 else $as_nop
14209 ac_check_lib_save_LIBS=$LIBS
14210 LIBS="-ldnet_stub $LIBS"
14211 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14212 /* end confdefs.h. */
14214 /* Override any GCC internal prototype to avoid an error.
14215 Use char because int might match the return type of a GCC
14216 builtin and then its argument prototype would still apply. */
14217 char dnet_ntoa ();
14219 main (void)
14221 return dnet_ntoa ();
14223 return 0;
14225 _ACEOF
14226 if ac_fn_c_try_link "$LINENO"
14227 then :
14228 ac_cv_lib_dnet_stub_dnet_ntoa=yes
14229 else $as_nop
14230 ac_cv_lib_dnet_stub_dnet_ntoa=no
14232 rm -f core conftest.err conftest.$ac_objext conftest.beam \
14233 conftest$ac_exeext conftest.$ac_ext
14234 LIBS=$ac_check_lib_save_LIBS
14236 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
14237 printf "%s\n" "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
14238 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes
14239 then :
14240 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
14245 rm -f core conftest.err conftest.$ac_objext conftest.beam \
14246 conftest$ac_exeext conftest.$ac_ext
14247 LIBS="$ac_xsave_LIBS"
14249 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
14250 # to get the SysV transport functions.
14251 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
14252 # needs -lnsl.
14253 # The nsl library prevents programs from opening the X display
14254 # on Irix 5.2, according to T.E. Dickey.
14255 # The functions gethostbyname, getservbyname, and inet_addr are
14256 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
14257 ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
14258 if test "x$ac_cv_func_gethostbyname" = xyes
14259 then :
14263 if test $ac_cv_func_gethostbyname = no; then
14264 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
14265 printf %s "checking for gethostbyname in -lnsl... " >&6; }
14266 if test ${ac_cv_lib_nsl_gethostbyname+y}
14267 then :
14268 printf %s "(cached) " >&6
14269 else $as_nop
14270 ac_check_lib_save_LIBS=$LIBS
14271 LIBS="-lnsl $LIBS"
14272 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14273 /* end confdefs.h. */
14275 /* Override any GCC internal prototype to avoid an error.
14276 Use char because int might match the return type of a GCC
14277 builtin and then its argument prototype would still apply. */
14278 char gethostbyname ();
14280 main (void)
14282 return gethostbyname ();
14284 return 0;
14286 _ACEOF
14287 if ac_fn_c_try_link "$LINENO"
14288 then :
14289 ac_cv_lib_nsl_gethostbyname=yes
14290 else $as_nop
14291 ac_cv_lib_nsl_gethostbyname=no
14293 rm -f core conftest.err conftest.$ac_objext conftest.beam \
14294 conftest$ac_exeext conftest.$ac_ext
14295 LIBS=$ac_check_lib_save_LIBS
14297 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
14298 printf "%s\n" "$ac_cv_lib_nsl_gethostbyname" >&6; }
14299 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes
14300 then :
14301 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
14304 if test $ac_cv_lib_nsl_gethostbyname = no; then
14305 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
14306 printf %s "checking for gethostbyname in -lbsd... " >&6; }
14307 if test ${ac_cv_lib_bsd_gethostbyname+y}
14308 then :
14309 printf %s "(cached) " >&6
14310 else $as_nop
14311 ac_check_lib_save_LIBS=$LIBS
14312 LIBS="-lbsd $LIBS"
14313 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14314 /* end confdefs.h. */
14316 /* Override any GCC internal prototype to avoid an error.
14317 Use char because int might match the return type of a GCC
14318 builtin and then its argument prototype would still apply. */
14319 char gethostbyname ();
14321 main (void)
14323 return gethostbyname ();
14325 return 0;
14327 _ACEOF
14328 if ac_fn_c_try_link "$LINENO"
14329 then :
14330 ac_cv_lib_bsd_gethostbyname=yes
14331 else $as_nop
14332 ac_cv_lib_bsd_gethostbyname=no
14334 rm -f core conftest.err conftest.$ac_objext conftest.beam \
14335 conftest$ac_exeext conftest.$ac_ext
14336 LIBS=$ac_check_lib_save_LIBS
14338 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
14339 printf "%s\n" "$ac_cv_lib_bsd_gethostbyname" >&6; }
14340 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes
14341 then :
14342 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
14348 # lieder@skyler.mavd.honeywell.com says without -lsocket,
14349 # socket/setsockopt and other routines are undefined under SCO ODT
14350 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
14351 # on later versions), says Simon Leinen: it contains gethostby*
14352 # variants that don't use the name server (or something). -lsocket
14353 # must be given before -lnsl if both are needed. We assume that
14354 # if connect needs -lnsl, so does gethostbyname.
14355 ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
14356 if test "x$ac_cv_func_connect" = xyes
14357 then :
14361 if test $ac_cv_func_connect = no; then
14362 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
14363 printf %s "checking for connect in -lsocket... " >&6; }
14364 if test ${ac_cv_lib_socket_connect+y}
14365 then :
14366 printf %s "(cached) " >&6
14367 else $as_nop
14368 ac_check_lib_save_LIBS=$LIBS
14369 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
14370 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14371 /* end confdefs.h. */
14373 /* Override any GCC internal prototype to avoid an error.
14374 Use char because int might match the return type of a GCC
14375 builtin and then its argument prototype would still apply. */
14376 char connect ();
14378 main (void)
14380 return connect ();
14382 return 0;
14384 _ACEOF
14385 if ac_fn_c_try_link "$LINENO"
14386 then :
14387 ac_cv_lib_socket_connect=yes
14388 else $as_nop
14389 ac_cv_lib_socket_connect=no
14391 rm -f core conftest.err conftest.$ac_objext conftest.beam \
14392 conftest$ac_exeext conftest.$ac_ext
14393 LIBS=$ac_check_lib_save_LIBS
14395 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
14396 printf "%s\n" "$ac_cv_lib_socket_connect" >&6; }
14397 if test "x$ac_cv_lib_socket_connect" = xyes
14398 then :
14399 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
14404 # Guillermo Gomez says -lposix is necessary on A/UX.
14405 ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
14406 if test "x$ac_cv_func_remove" = xyes
14407 then :
14411 if test $ac_cv_func_remove = no; then
14412 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
14413 printf %s "checking for remove in -lposix... " >&6; }
14414 if test ${ac_cv_lib_posix_remove+y}
14415 then :
14416 printf %s "(cached) " >&6
14417 else $as_nop
14418 ac_check_lib_save_LIBS=$LIBS
14419 LIBS="-lposix $LIBS"
14420 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14421 /* end confdefs.h. */
14423 /* Override any GCC internal prototype to avoid an error.
14424 Use char because int might match the return type of a GCC
14425 builtin and then its argument prototype would still apply. */
14426 char remove ();
14428 main (void)
14430 return remove ();
14432 return 0;
14434 _ACEOF
14435 if ac_fn_c_try_link "$LINENO"
14436 then :
14437 ac_cv_lib_posix_remove=yes
14438 else $as_nop
14439 ac_cv_lib_posix_remove=no
14441 rm -f core conftest.err conftest.$ac_objext conftest.beam \
14442 conftest$ac_exeext conftest.$ac_ext
14443 LIBS=$ac_check_lib_save_LIBS
14445 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
14446 printf "%s\n" "$ac_cv_lib_posix_remove" >&6; }
14447 if test "x$ac_cv_lib_posix_remove" = xyes
14448 then :
14449 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
14454 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
14455 ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
14456 if test "x$ac_cv_func_shmat" = xyes
14457 then :
14461 if test $ac_cv_func_shmat = no; then
14462 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
14463 printf %s "checking for shmat in -lipc... " >&6; }
14464 if test ${ac_cv_lib_ipc_shmat+y}
14465 then :
14466 printf %s "(cached) " >&6
14467 else $as_nop
14468 ac_check_lib_save_LIBS=$LIBS
14469 LIBS="-lipc $LIBS"
14470 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14471 /* end confdefs.h. */
14473 /* Override any GCC internal prototype to avoid an error.
14474 Use char because int might match the return type of a GCC
14475 builtin and then its argument prototype would still apply. */
14476 char shmat ();
14478 main (void)
14480 return shmat ();
14482 return 0;
14484 _ACEOF
14485 if ac_fn_c_try_link "$LINENO"
14486 then :
14487 ac_cv_lib_ipc_shmat=yes
14488 else $as_nop
14489 ac_cv_lib_ipc_shmat=no
14491 rm -f core conftest.err conftest.$ac_objext conftest.beam \
14492 conftest$ac_exeext conftest.$ac_ext
14493 LIBS=$ac_check_lib_save_LIBS
14495 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
14496 printf "%s\n" "$ac_cv_lib_ipc_shmat" >&6; }
14497 if test "x$ac_cv_lib_ipc_shmat" = xyes
14498 then :
14499 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
14505 # Check for libraries that X11R6 Xt/Xaw programs need.
14506 ac_save_LDFLAGS=$LDFLAGS
14507 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
14508 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
14509 # check for ICE first), but we must link in the order -lSM -lICE or
14510 # we get undefined symbols. So assume we have SM if we have ICE.
14511 # These have to be linked with before -lX11, unlike the other
14512 # libraries we check for below, so use a different variable.
14513 # John Interrante, Karl Berry
14514 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
14515 printf %s "checking for IceConnectionNumber in -lICE... " >&6; }
14516 if test ${ac_cv_lib_ICE_IceConnectionNumber+y}
14517 then :
14518 printf %s "(cached) " >&6
14519 else $as_nop
14520 ac_check_lib_save_LIBS=$LIBS
14521 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
14522 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14523 /* end confdefs.h. */
14525 /* Override any GCC internal prototype to avoid an error.
14526 Use char because int might match the return type of a GCC
14527 builtin and then its argument prototype would still apply. */
14528 char IceConnectionNumber ();
14530 main (void)
14532 return IceConnectionNumber ();
14534 return 0;
14536 _ACEOF
14537 if ac_fn_c_try_link "$LINENO"
14538 then :
14539 ac_cv_lib_ICE_IceConnectionNumber=yes
14540 else $as_nop
14541 ac_cv_lib_ICE_IceConnectionNumber=no
14543 rm -f core conftest.err conftest.$ac_objext conftest.beam \
14544 conftest$ac_exeext conftest.$ac_ext
14545 LIBS=$ac_check_lib_save_LIBS
14547 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
14548 printf "%s\n" "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
14549 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes
14550 then :
14551 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
14554 LDFLAGS=$ac_save_LDFLAGS
14559 if test "$have_x" = "yes"
14560 then
14561 ac_save_CPPFLAGS="$CPPFLAGS"
14562 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
14564 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
14565 printf %s "checking for -lX11... " >&6; }
14566 if test ${ac_cv_lib_soname_X11+y}
14567 then :
14568 printf %s "(cached) " >&6
14569 else $as_nop
14570 ac_check_soname_save_LIBS=$LIBS
14571 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
14572 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14573 /* end confdefs.h. */
14575 /* Override any GCC internal prototype to avoid an error.
14576 Use char because int might match the return type of a GCC
14577 builtin and then its argument prototype would still apply. */
14578 char XCreateWindow ();
14580 main (void)
14582 return XCreateWindow ();
14584 return 0;
14586 _ACEOF
14587 if ac_fn_c_try_link "$LINENO"
14588 then :
14589 case "$LIBEXT" in
14590 dll) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14591 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'` ;;
14592 *) ac_cv_lib_soname_X11=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libX11\\.$LIBEXT" | sed -e "s/^.*\\[\\(libX11\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14593 if ${ac_cv_lib_soname_X11:+false} :
14594 then :
14595 ac_cv_lib_soname_X11=`$LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14596 fi ;;
14597 esac
14598 else $as_nop
14599 ac_cv_lib_soname_X11=
14601 rm -f core conftest.err conftest.$ac_objext conftest.beam \
14602 conftest$ac_exeext conftest.$ac_ext
14603 LIBS=$ac_check_soname_save_LIBS
14605 if ${ac_cv_lib_soname_X11:+false} :
14606 then :
14607 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14608 printf "%s\n" "not found" >&6; }
14610 else $as_nop
14611 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
14612 printf "%s\n" "$ac_cv_lib_soname_X11" >&6; }
14614 printf "%s\n" "#define SONAME_LIBX11 \"$ac_cv_lib_soname_X11\"" >>confdefs.h
14618 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
14619 printf %s "checking for -lXext... " >&6; }
14620 if test ${ac_cv_lib_soname_Xext+y}
14621 then :
14622 printf %s "(cached) " >&6
14623 else $as_nop
14624 ac_check_soname_save_LIBS=$LIBS
14625 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
14626 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14627 /* end confdefs.h. */
14629 /* Override any GCC internal prototype to avoid an error.
14630 Use char because int might match the return type of a GCC
14631 builtin and then its argument prototype would still apply. */
14632 char XextCreateExtension ();
14634 main (void)
14636 return XextCreateExtension ();
14638 return 0;
14640 _ACEOF
14641 if ac_fn_c_try_link "$LINENO"
14642 then :
14643 case "$LIBEXT" in
14644 dll) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14645 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'` ;;
14646 *) ac_cv_lib_soname_Xext=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXext\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXext\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14647 if ${ac_cv_lib_soname_Xext:+false} :
14648 then :
14649 ac_cv_lib_soname_Xext=`$LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14650 fi ;;
14651 esac
14652 else $as_nop
14653 ac_cv_lib_soname_Xext=
14655 rm -f core conftest.err conftest.$ac_objext conftest.beam \
14656 conftest$ac_exeext conftest.$ac_ext
14657 LIBS=$ac_check_soname_save_LIBS
14659 if ${ac_cv_lib_soname_Xext:+false} :
14660 then :
14661 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14662 printf "%s\n" "not found" >&6; }
14664 else $as_nop
14665 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
14666 printf "%s\n" "$ac_cv_lib_soname_Xext" >&6; }
14668 printf "%s\n" "#define SONAME_LIBXEXT \"$ac_cv_lib_soname_Xext\"" >>confdefs.h
14670 X_LIBS="$X_LIBS -lXext"
14672 X_LIBS="$X_LIBS -lX11"
14674 ac_fn_c_check_header_compile "$LINENO" "X11/Xlib.h" "ac_cv_header_X11_Xlib_h" "#ifdef HAVE_X11_XLIB_H
14675 # include <X11/Xlib.h>
14676 #endif
14677 #ifdef HAVE_X11_XUTIL_H
14678 # include <X11/Xutil.h>
14679 #endif
14681 if test "x$ac_cv_header_X11_Xlib_h" = xyes
14682 then :
14683 printf "%s\n" "#define HAVE_X11_XLIB_H 1" >>confdefs.h
14686 ac_fn_c_check_header_compile "$LINENO" "X11/XKBlib.h" "ac_cv_header_X11_XKBlib_h" "#ifdef HAVE_X11_XLIB_H
14687 # include <X11/Xlib.h>
14688 #endif
14689 #ifdef HAVE_X11_XUTIL_H
14690 # include <X11/Xutil.h>
14691 #endif
14693 if test "x$ac_cv_header_X11_XKBlib_h" = xyes
14694 then :
14695 printf "%s\n" "#define HAVE_X11_XKBLIB_H 1" >>confdefs.h
14698 ac_fn_c_check_header_compile "$LINENO" "X11/Xutil.h" "ac_cv_header_X11_Xutil_h" "#ifdef HAVE_X11_XLIB_H
14699 # include <X11/Xlib.h>
14700 #endif
14701 #ifdef HAVE_X11_XUTIL_H
14702 # include <X11/Xutil.h>
14703 #endif
14705 if test "x$ac_cv_header_X11_Xutil_h" = xyes
14706 then :
14707 printf "%s\n" "#define HAVE_X11_XUTIL_H 1" >>confdefs.h
14710 ac_fn_c_check_header_compile "$LINENO" "X11/Xcursor/Xcursor.h" "ac_cv_header_X11_Xcursor_Xcursor_h" "#ifdef HAVE_X11_XLIB_H
14711 # include <X11/Xlib.h>
14712 #endif
14713 #ifdef HAVE_X11_XUTIL_H
14714 # include <X11/Xutil.h>
14715 #endif
14717 if test "x$ac_cv_header_X11_Xcursor_Xcursor_h" = xyes
14718 then :
14719 printf "%s\n" "#define HAVE_X11_XCURSOR_XCURSOR_H 1" >>confdefs.h
14722 ac_fn_c_check_header_compile "$LINENO" "X11/extensions/shape.h" "ac_cv_header_X11_extensions_shape_h" "#ifdef HAVE_X11_XLIB_H
14723 # include <X11/Xlib.h>
14724 #endif
14725 #ifdef HAVE_X11_XUTIL_H
14726 # include <X11/Xutil.h>
14727 #endif
14729 if test "x$ac_cv_header_X11_extensions_shape_h" = xyes
14730 then :
14731 printf "%s\n" "#define HAVE_X11_EXTENSIONS_SHAPE_H 1" >>confdefs.h
14734 ac_fn_c_check_header_compile "$LINENO" "X11/extensions/XInput.h" "ac_cv_header_X11_extensions_XInput_h" "#ifdef HAVE_X11_XLIB_H
14735 # include <X11/Xlib.h>
14736 #endif
14737 #ifdef HAVE_X11_XUTIL_H
14738 # include <X11/Xutil.h>
14739 #endif
14741 if test "x$ac_cv_header_X11_extensions_XInput_h" = xyes
14742 then :
14743 printf "%s\n" "#define HAVE_X11_EXTENSIONS_XINPUT_H 1" >>confdefs.h
14746 ac_fn_c_check_header_compile "$LINENO" "X11/extensions/XInput2.h" "ac_cv_header_X11_extensions_XInput2_h" "#ifdef HAVE_X11_XLIB_H
14747 # include <X11/Xlib.h>
14748 #endif
14749 #ifdef HAVE_X11_XUTIL_H
14750 # include <X11/Xutil.h>
14751 #endif
14753 if test "x$ac_cv_header_X11_extensions_XInput2_h" = xyes
14754 then :
14755 printf "%s\n" "#define HAVE_X11_EXTENSIONS_XINPUT2_H 1" >>confdefs.h
14758 ac_fn_c_check_header_compile "$LINENO" "X11/extensions/XShm.h" "ac_cv_header_X11_extensions_XShm_h" "#ifdef HAVE_X11_XLIB_H
14759 # include <X11/Xlib.h>
14760 #endif
14761 #ifdef HAVE_X11_XUTIL_H
14762 # include <X11/Xutil.h>
14763 #endif
14765 if test "x$ac_cv_header_X11_extensions_XShm_h" = xyes
14766 then :
14767 printf "%s\n" "#define HAVE_X11_EXTENSIONS_XSHM_H 1" >>confdefs.h
14770 ac_fn_c_check_header_compile "$LINENO" "X11/extensions/Xcomposite.h" "ac_cv_header_X11_extensions_Xcomposite_h" "#ifdef HAVE_X11_XLIB_H
14771 # include <X11/Xlib.h>
14772 #endif
14773 #ifdef HAVE_X11_XUTIL_H
14774 # include <X11/Xutil.h>
14775 #endif
14777 if test "x$ac_cv_header_X11_extensions_Xcomposite_h" = xyes
14778 then :
14779 printf "%s\n" "#define HAVE_X11_EXTENSIONS_XCOMPOSITE_H 1" >>confdefs.h
14782 ac_fn_c_check_header_compile "$LINENO" "X11/extensions/Xfixes.h" "ac_cv_header_X11_extensions_Xfixes_h" "#ifdef HAVE_X11_XLIB_H
14783 # include <X11/Xlib.h>
14784 #endif
14785 #ifdef HAVE_X11_XUTIL_H
14786 # include <X11/Xutil.h>
14787 #endif
14789 if test "x$ac_cv_header_X11_extensions_Xfixes_h" = xyes
14790 then :
14791 printf "%s\n" "#define HAVE_X11_EXTENSIONS_XFIXES_H 1" >>confdefs.h
14794 ac_fn_c_check_header_compile "$LINENO" "X11/extensions/Xinerama.h" "ac_cv_header_X11_extensions_Xinerama_h" "#ifdef HAVE_X11_XLIB_H
14795 # include <X11/Xlib.h>
14796 #endif
14797 #ifdef HAVE_X11_XUTIL_H
14798 # include <X11/Xutil.h>
14799 #endif
14801 if test "x$ac_cv_header_X11_extensions_Xinerama_h" = xyes
14802 then :
14803 printf "%s\n" "#define HAVE_X11_EXTENSIONS_XINERAMA_H 1" >>confdefs.h
14806 ac_fn_c_check_header_compile "$LINENO" "X11/extensions/Xrandr.h" "ac_cv_header_X11_extensions_Xrandr_h" "#ifdef HAVE_X11_XLIB_H
14807 # include <X11/Xlib.h>
14808 #endif
14809 #ifdef HAVE_X11_XUTIL_H
14810 # include <X11/Xutil.h>
14811 #endif
14813 if test "x$ac_cv_header_X11_extensions_Xrandr_h" = xyes
14814 then :
14815 printf "%s\n" "#define HAVE_X11_EXTENSIONS_XRANDR_H 1" >>confdefs.h
14818 ac_fn_c_check_header_compile "$LINENO" "X11/extensions/Xrender.h" "ac_cv_header_X11_extensions_Xrender_h" "#ifdef HAVE_X11_XLIB_H
14819 # include <X11/Xlib.h>
14820 #endif
14821 #ifdef HAVE_X11_XUTIL_H
14822 # include <X11/Xutil.h>
14823 #endif
14825 if test "x$ac_cv_header_X11_extensions_Xrender_h" = xyes
14826 then :
14827 printf "%s\n" "#define HAVE_X11_EXTENSIONS_XRENDER_H 1" >>confdefs.h
14830 ac_fn_c_check_header_compile "$LINENO" "X11/extensions/xf86vmode.h" "ac_cv_header_X11_extensions_xf86vmode_h" "#ifdef HAVE_X11_XLIB_H
14831 # include <X11/Xlib.h>
14832 #endif
14833 #ifdef HAVE_X11_XUTIL_H
14834 # include <X11/Xutil.h>
14835 #endif
14837 if test "x$ac_cv_header_X11_extensions_xf86vmode_h" = xyes
14838 then :
14839 printf "%s\n" "#define HAVE_X11_EXTENSIONS_XF86VMODE_H 1" >>confdefs.h
14842 ac_fn_c_check_header_compile "$LINENO" "X11/extensions/xf86vmproto.h" "ac_cv_header_X11_extensions_xf86vmproto_h" "#ifdef HAVE_X11_XLIB_H
14843 # include <X11/Xlib.h>
14844 #endif
14845 #ifdef HAVE_X11_XUTIL_H
14846 # include <X11/Xutil.h>
14847 #endif
14849 if test "x$ac_cv_header_X11_extensions_xf86vmproto_h" = xyes
14850 then :
14851 printf "%s\n" "#define HAVE_X11_EXTENSIONS_XF86VMPROTO_H 1" >>confdefs.h
14856 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
14857 then
14858 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
14859 printf %s "checking for XkbQueryExtension in -lX11... " >&6; }
14860 if test ${ac_cv_lib_X11_XkbQueryExtension+y}
14861 then :
14862 printf %s "(cached) " >&6
14863 else $as_nop
14864 ac_check_lib_save_LIBS=$LIBS
14865 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
14866 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14867 /* end confdefs.h. */
14869 /* Override any GCC internal prototype to avoid an error.
14870 Use char because int might match the return type of a GCC
14871 builtin and then its argument prototype would still apply. */
14872 char XkbQueryExtension ();
14874 main (void)
14876 return XkbQueryExtension ();
14878 return 0;
14880 _ACEOF
14881 if ac_fn_c_try_link "$LINENO"
14882 then :
14883 ac_cv_lib_X11_XkbQueryExtension=yes
14884 else $as_nop
14885 ac_cv_lib_X11_XkbQueryExtension=no
14887 rm -f core conftest.err conftest.$ac_objext conftest.beam \
14888 conftest$ac_exeext conftest.$ac_ext
14889 LIBS=$ac_check_lib_save_LIBS
14891 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
14892 printf "%s\n" "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
14893 if test "x$ac_cv_lib_X11_XkbQueryExtension" = xyes
14894 then :
14896 printf "%s\n" "#define HAVE_XKB 1" >>confdefs.h
14902 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
14903 then
14904 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
14905 printf %s "checking for -lXcursor... " >&6; }
14906 if test ${ac_cv_lib_soname_Xcursor+y}
14907 then :
14908 printf %s "(cached) " >&6
14909 else $as_nop
14910 ac_check_soname_save_LIBS=$LIBS
14911 LIBS="-lXcursor $X_LIBS $X_EXTRA_LIBS $LIBS"
14912 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14913 /* end confdefs.h. */
14915 /* Override any GCC internal prototype to avoid an error.
14916 Use char because int might match the return type of a GCC
14917 builtin and then its argument prototype would still apply. */
14918 char XcursorImageLoadCursor ();
14920 main (void)
14922 return XcursorImageLoadCursor ();
14924 return 0;
14926 _ACEOF
14927 if ac_fn_c_try_link "$LINENO"
14928 then :
14929 case "$LIBEXT" in
14930 dll) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14931 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'` ;;
14932 *) ac_cv_lib_soname_Xcursor=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcursor\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcursor\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14933 if ${ac_cv_lib_soname_Xcursor:+false} :
14934 then :
14935 ac_cv_lib_soname_Xcursor=`$LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14936 fi ;;
14937 esac
14938 else $as_nop
14939 ac_cv_lib_soname_Xcursor=
14941 rm -f core conftest.err conftest.$ac_objext conftest.beam \
14942 conftest$ac_exeext conftest.$ac_ext
14943 LIBS=$ac_check_soname_save_LIBS
14945 if ${ac_cv_lib_soname_Xcursor:+false} :
14946 then :
14947 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14948 printf "%s\n" "not found" >&6; }
14950 else $as_nop
14951 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
14952 printf "%s\n" "$ac_cv_lib_soname_Xcursor" >&6; }
14954 printf "%s\n" "#define SONAME_LIBXCURSOR \"$ac_cv_lib_soname_Xcursor\"" >>confdefs.h
14959 if test "x$ac_cv_lib_soname_Xcursor" = "x"
14960 then :
14961 case "x$with_xcursor" in
14962 x) as_fn_append wine_notices "|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
14963 xno) ;;
14964 *) as_fn_error $? "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
14965 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
14966 esac
14970 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
14971 then
14972 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
14973 printf %s "checking for -lXi... " >&6; }
14974 if test ${ac_cv_lib_soname_Xi+y}
14975 then :
14976 printf %s "(cached) " >&6
14977 else $as_nop
14978 ac_check_soname_save_LIBS=$LIBS
14979 LIBS="-lXi $X_LIBS $X_EXTRA_LIBS $LIBS"
14980 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14981 /* end confdefs.h. */
14983 /* Override any GCC internal prototype to avoid an error.
14984 Use char because int might match the return type of a GCC
14985 builtin and then its argument prototype would still apply. */
14986 char XOpenDevice ();
14988 main (void)
14990 return XOpenDevice ();
14992 return 0;
14994 _ACEOF
14995 if ac_fn_c_try_link "$LINENO"
14996 then :
14997 case "$LIBEXT" in
14998 dll) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14999 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'` ;;
15000 *) ac_cv_lib_soname_Xi=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15001 if ${ac_cv_lib_soname_Xi:+false} :
15002 then :
15003 ac_cv_lib_soname_Xi=`$LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15004 fi ;;
15005 esac
15006 else $as_nop
15007 ac_cv_lib_soname_Xi=
15009 rm -f core conftest.err conftest.$ac_objext conftest.beam \
15010 conftest$ac_exeext conftest.$ac_ext
15011 LIBS=$ac_check_soname_save_LIBS
15013 if ${ac_cv_lib_soname_Xi:+false} :
15014 then :
15015 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15016 printf "%s\n" "not found" >&6; }
15018 else $as_nop
15019 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
15020 printf "%s\n" "$ac_cv_lib_soname_Xi" >&6; }
15022 printf "%s\n" "#define SONAME_LIBXI \"$ac_cv_lib_soname_Xi\"" >>confdefs.h
15027 if test "x$ac_cv_lib_soname_Xi" = "x"
15028 then :
15029 case "x$with_xinput" in
15030 x) as_fn_append wine_notices "|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
15031 xno) ;;
15032 *) as_fn_error $? "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
15033 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
15034 esac
15038 if test "x$ac_cv_lib_soname_Xi" != x
15039 then
15040 if test "$ac_cv_header_X11_extensions_XInput2_h" != "yes"
15041 then :
15042 case "x$with_xinput2" in
15043 x) as_fn_append wine_notices "|XInput2 headers not found, the XInput 2 extension won't be supported." ;;
15044 xno) ;;
15045 *) as_fn_error $? "XInput2 headers not found, the XInput 2 extension won't be supported.
15046 This is an error since --with-xinput2 was requested." "$LINENO" 5 ;;
15047 esac
15052 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
15053 then
15054 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
15055 printf %s "checking for XShmQueryExtension in -lXext... " >&6; }
15056 if test ${ac_cv_lib_Xext_XShmQueryExtension+y}
15057 then :
15058 printf %s "(cached) " >&6
15059 else $as_nop
15060 ac_check_lib_save_LIBS=$LIBS
15061 LIBS="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
15062 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15063 /* end confdefs.h. */
15065 /* Override any GCC internal prototype to avoid an error.
15066 Use char because int might match the return type of a GCC
15067 builtin and then its argument prototype would still apply. */
15068 char XShmQueryExtension ();
15070 main (void)
15072 return XShmQueryExtension ();
15074 return 0;
15076 _ACEOF
15077 if ac_fn_c_try_link "$LINENO"
15078 then :
15079 ac_cv_lib_Xext_XShmQueryExtension=yes
15080 else $as_nop
15081 ac_cv_lib_Xext_XShmQueryExtension=no
15083 rm -f core conftest.err conftest.$ac_objext conftest.beam \
15084 conftest$ac_exeext conftest.$ac_ext
15085 LIBS=$ac_check_lib_save_LIBS
15087 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
15088 printf "%s\n" "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
15089 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = xyes
15090 then :
15092 printf "%s\n" "#define HAVE_LIBXXSHM 1" >>confdefs.h
15097 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"
15098 then :
15099 case "x$with_xshm" in
15100 x) as_fn_append wine_notices "|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
15101 xno) ;;
15102 *) as_fn_error $? "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
15103 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
15104 esac
15108 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
15109 then
15110 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
15111 printf %s "checking for XShapeQueryExtension in -lXext... " >&6; }
15112 if test ${ac_cv_lib_Xext_XShapeQueryExtension+y}
15113 then :
15114 printf %s "(cached) " >&6
15115 else $as_nop
15116 ac_check_lib_save_LIBS=$LIBS
15117 LIBS="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
15118 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15119 /* end confdefs.h. */
15121 /* Override any GCC internal prototype to avoid an error.
15122 Use char because int might match the return type of a GCC
15123 builtin and then its argument prototype would still apply. */
15124 char XShapeQueryExtension ();
15126 main (void)
15128 return XShapeQueryExtension ();
15130 return 0;
15132 _ACEOF
15133 if ac_fn_c_try_link "$LINENO"
15134 then :
15135 ac_cv_lib_Xext_XShapeQueryExtension=yes
15136 else $as_nop
15137 ac_cv_lib_Xext_XShapeQueryExtension=no
15139 rm -f core conftest.err conftest.$ac_objext conftest.beam \
15140 conftest$ac_exeext conftest.$ac_ext
15141 LIBS=$ac_check_lib_save_LIBS
15143 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
15144 printf "%s\n" "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
15145 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes
15146 then :
15148 printf "%s\n" "#define HAVE_LIBXSHAPE 1" >>confdefs.h
15153 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"
15154 then :
15155 case "x$with_xshape" in
15156 x) as_fn_append wine_notices "|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
15157 xno) ;;
15158 *) as_fn_error $? "XShape ${notice_platform}development files not found, XShape won't be supported.
15159 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
15160 esac
15164 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
15165 then
15166 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
15167 printf %s "checking for -lXxf86vm... " >&6; }
15168 if test ${ac_cv_lib_soname_Xxf86vm+y}
15169 then :
15170 printf %s "(cached) " >&6
15171 else $as_nop
15172 ac_check_soname_save_LIBS=$LIBS
15173 LIBS="-lXxf86vm $X_LIBS $X_EXTRA_LIBS $LIBS"
15174 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15175 /* end confdefs.h. */
15177 /* Override any GCC internal prototype to avoid an error.
15178 Use char because int might match the return type of a GCC
15179 builtin and then its argument prototype would still apply. */
15180 char XF86VidModeQueryExtension ();
15182 main (void)
15184 return XF86VidModeQueryExtension ();
15186 return 0;
15188 _ACEOF
15189 if ac_fn_c_try_link "$LINENO"
15190 then :
15191 case "$LIBEXT" in
15192 dll) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15193 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'` ;;
15194 *) ac_cv_lib_soname_Xxf86vm=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXxf86vm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15195 if ${ac_cv_lib_soname_Xxf86vm:+false} :
15196 then :
15197 ac_cv_lib_soname_Xxf86vm=`$LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15198 fi ;;
15199 esac
15200 else $as_nop
15201 ac_cv_lib_soname_Xxf86vm=
15203 rm -f core conftest.err conftest.$ac_objext conftest.beam \
15204 conftest$ac_exeext conftest.$ac_ext
15205 LIBS=$ac_check_soname_save_LIBS
15207 if ${ac_cv_lib_soname_Xxf86vm:+false} :
15208 then :
15209 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15210 printf "%s\n" "not found" >&6; }
15212 else $as_nop
15213 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
15214 printf "%s\n" "$ac_cv_lib_soname_Xxf86vm" >&6; }
15216 printf "%s\n" "#define SONAME_LIBXXF86VM \"$ac_cv_lib_soname_Xxf86vm\"" >>confdefs.h
15221 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"
15222 then :
15223 case "x$with_xxf86vm" in
15224 x) as_fn_append wine_notices "|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
15225 xno) ;;
15226 *) as_fn_error $? "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
15227 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
15228 esac
15232 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x"
15233 then
15234 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
15235 printf %s "checking for -lXrender... " >&6; }
15236 if test ${ac_cv_lib_soname_Xrender+y}
15237 then :
15238 printf %s "(cached) " >&6
15239 else $as_nop
15240 ac_check_soname_save_LIBS=$LIBS
15241 LIBS="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
15242 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15243 /* end confdefs.h. */
15245 /* Override any GCC internal prototype to avoid an error.
15246 Use char because int might match the return type of a GCC
15247 builtin and then its argument prototype would still apply. */
15248 char XRenderQueryExtension ();
15250 main (void)
15252 return XRenderQueryExtension ();
15254 return 0;
15256 _ACEOF
15257 if ac_fn_c_try_link "$LINENO"
15258 then :
15259 case "$LIBEXT" in
15260 dll) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15261 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'` ;;
15262 *) ac_cv_lib_soname_Xrender=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrender\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrender\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15263 if ${ac_cv_lib_soname_Xrender:+false} :
15264 then :
15265 ac_cv_lib_soname_Xrender=`$LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15266 fi ;;
15267 esac
15268 else $as_nop
15269 ac_cv_lib_soname_Xrender=
15271 rm -f core conftest.err conftest.$ac_objext conftest.beam \
15272 conftest$ac_exeext conftest.$ac_ext
15273 LIBS=$ac_check_soname_save_LIBS
15275 if ${ac_cv_lib_soname_Xrender:+false} :
15276 then :
15277 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15278 printf "%s\n" "not found" >&6; }
15280 else $as_nop
15281 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
15282 printf "%s\n" "$ac_cv_lib_soname_Xrender" >&6; }
15284 printf "%s\n" "#define SONAME_LIBXRENDER \"$ac_cv_lib_soname_Xrender\"" >>confdefs.h
15286 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
15287 printf %s "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
15288 if test ${ac_cv_lib_Xrender_XRenderSetPictureTransform+y}
15289 then :
15290 printf %s "(cached) " >&6
15291 else $as_nop
15292 ac_check_lib_save_LIBS=$LIBS
15293 LIBS="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
15294 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15295 /* end confdefs.h. */
15297 /* Override any GCC internal prototype to avoid an error.
15298 Use char because int might match the return type of a GCC
15299 builtin and then its argument prototype would still apply. */
15300 char XRenderSetPictureTransform ();
15302 main (void)
15304 return XRenderSetPictureTransform ();
15306 return 0;
15308 _ACEOF
15309 if ac_fn_c_try_link "$LINENO"
15310 then :
15311 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
15312 else $as_nop
15313 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
15315 rm -f core conftest.err conftest.$ac_objext conftest.beam \
15316 conftest$ac_exeext conftest.$ac_ext
15317 LIBS=$ac_check_lib_save_LIBS
15319 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
15320 printf "%s\n" "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
15321 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = xyes
15322 then :
15324 printf "%s\n" "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
15328 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for XRenderCreateLinearGradient in -lXrender" >&5
15329 printf %s "checking for XRenderCreateLinearGradient in -lXrender... " >&6; }
15330 if test ${ac_cv_lib_Xrender_XRenderCreateLinearGradient+y}
15331 then :
15332 printf %s "(cached) " >&6
15333 else $as_nop
15334 ac_check_lib_save_LIBS=$LIBS
15335 LIBS="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
15336 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15337 /* end confdefs.h. */
15339 /* Override any GCC internal prototype to avoid an error.
15340 Use char because int might match the return type of a GCC
15341 builtin and then its argument prototype would still apply. */
15342 char XRenderCreateLinearGradient ();
15344 main (void)
15346 return XRenderCreateLinearGradient ();
15348 return 0;
15350 _ACEOF
15351 if ac_fn_c_try_link "$LINENO"
15352 then :
15353 ac_cv_lib_Xrender_XRenderCreateLinearGradient=yes
15354 else $as_nop
15355 ac_cv_lib_Xrender_XRenderCreateLinearGradient=no
15357 rm -f core conftest.err conftest.$ac_objext conftest.beam \
15358 conftest$ac_exeext conftest.$ac_ext
15359 LIBS=$ac_check_lib_save_LIBS
15361 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&5
15362 printf "%s\n" "$ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&6; }
15363 if test "x$ac_cv_lib_Xrender_XRenderCreateLinearGradient" = xyes
15364 then :
15366 printf "%s\n" "#define HAVE_XRENDERCREATELINEARGRADIENT 1" >>confdefs.h
15373 if test "x$ac_cv_lib_soname_Xrender" = "x"
15374 then :
15375 case "x$with_xrender" in
15376 x) as_fn_append wine_warnings "|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
15377 xno) ;;
15378 *) as_fn_error $? "libxrender ${notice_platform}development files not found, XRender won't be supported.
15379 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
15380 esac
15384 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
15385 then
15386 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15387 /* end confdefs.h. */
15388 #include <X11/Xlib.h>
15389 #include <X11/extensions/Xrandr.h>
15391 main (void)
15393 static typeof(XRRSetScreenConfigAndRate) * func; if (func) return 0;
15395 return 0;
15397 _ACEOF
15398 if ac_fn_c_try_compile "$LINENO"
15399 then :
15400 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
15401 printf %s "checking for -lXrandr... " >&6; }
15402 if test ${ac_cv_lib_soname_Xrandr+y}
15403 then :
15404 printf %s "(cached) " >&6
15405 else $as_nop
15406 ac_check_soname_save_LIBS=$LIBS
15407 LIBS="-lXrandr $X_LIBS $X_EXTRA_LIBS $LIBS"
15408 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15409 /* end confdefs.h. */
15411 /* Override any GCC internal prototype to avoid an error.
15412 Use char because int might match the return type of a GCC
15413 builtin and then its argument prototype would still apply. */
15414 char XRRQueryExtension ();
15416 main (void)
15418 return XRRQueryExtension ();
15420 return 0;
15422 _ACEOF
15423 if ac_fn_c_try_link "$LINENO"
15424 then :
15425 case "$LIBEXT" in
15426 dll) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15427 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'` ;;
15428 *) ac_cv_lib_soname_Xrandr=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrandr\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrandr\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15429 if ${ac_cv_lib_soname_Xrandr:+false} :
15430 then :
15431 ac_cv_lib_soname_Xrandr=`$LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15432 fi ;;
15433 esac
15434 else $as_nop
15435 ac_cv_lib_soname_Xrandr=
15437 rm -f core conftest.err conftest.$ac_objext conftest.beam \
15438 conftest$ac_exeext conftest.$ac_ext
15439 LIBS=$ac_check_soname_save_LIBS
15441 if ${ac_cv_lib_soname_Xrandr:+false} :
15442 then :
15443 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15444 printf "%s\n" "not found" >&6; }
15446 else $as_nop
15447 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
15448 printf "%s\n" "$ac_cv_lib_soname_Xrandr" >&6; }
15450 printf "%s\n" "#define SONAME_LIBXRANDR \"$ac_cv_lib_soname_Xrandr\"" >>confdefs.h
15452 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15453 /* end confdefs.h. */
15454 #include <X11/Xlib.h>
15455 #include <X11/extensions/Xrandr.h>
15457 main (void)
15459 static typeof(XRRGetProviderResources) *f; if (f) return 0;
15461 return 0;
15463 _ACEOF
15464 if ac_fn_c_try_compile "$LINENO"
15465 then :
15467 printf "%s\n" "#define HAVE_XRRGETPROVIDERRESOURCES 1" >>confdefs.h
15469 else $as_nop
15470 as_fn_append wine_notices "|libxrandr ${notice_platform}development files too old, XRandR display device handler won't be supported."
15472 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
15475 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
15477 if test "x$ac_cv_lib_soname_Xrandr" = "x"
15478 then :
15479 case "x$with_xrandr" in
15480 x) as_fn_append wine_notices "|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
15481 xno) ;;
15482 *) as_fn_error $? "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
15483 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
15484 esac
15488 if test "$ac_cv_header_X11_extensions_Xfixes_h" = "yes"
15489 then
15490 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15491 /* end confdefs.h. */
15492 #include <X11/Xlib.h>
15493 #include <X11/extensions/Xfixes.h>
15495 main (void)
15497 static typeof(XFixesQueryVersion) * func; if (func) return 0;
15499 return 0;
15501 _ACEOF
15502 if ac_fn_c_try_compile "$LINENO"
15503 then :
15504 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lXfixes" >&5
15505 printf %s "checking for -lXfixes... " >&6; }
15506 if test ${ac_cv_lib_soname_Xfixes+y}
15507 then :
15508 printf %s "(cached) " >&6
15509 else $as_nop
15510 ac_check_soname_save_LIBS=$LIBS
15511 LIBS="-lXfixes $X_LIBS $X_EXTRA_LIBS $LIBS"
15512 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15513 /* end confdefs.h. */
15515 /* Override any GCC internal prototype to avoid an error.
15516 Use char because int might match the return type of a GCC
15517 builtin and then its argument prototype would still apply. */
15518 char XFixesQueryVersion ();
15520 main (void)
15522 return XFixesQueryVersion ();
15524 return 0;
15526 _ACEOF
15527 if ac_fn_c_try_link "$LINENO"
15528 then :
15529 case "$LIBEXT" in
15530 dll) ac_cv_lib_soname_Xfixes=`$ac_cv_path_LDD conftest.exe | grep "Xfixes" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15531 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'` ;;
15532 *) ac_cv_lib_soname_Xfixes=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXfixes\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXfixes\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15533 if ${ac_cv_lib_soname_Xfixes:+false} :
15534 then :
15535 ac_cv_lib_soname_Xfixes=`$LDD conftest$ac_exeext | grep "libXfixes\\.$LIBEXT" | sed -e "s/^.*\(libXfixes\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15536 fi ;;
15537 esac
15538 else $as_nop
15539 ac_cv_lib_soname_Xfixes=
15541 rm -f core conftest.err conftest.$ac_objext conftest.beam \
15542 conftest$ac_exeext conftest.$ac_ext
15543 LIBS=$ac_check_soname_save_LIBS
15545 if ${ac_cv_lib_soname_Xfixes:+false} :
15546 then :
15547 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15548 printf "%s\n" "not found" >&6; }
15550 else $as_nop
15551 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xfixes" >&5
15552 printf "%s\n" "$ac_cv_lib_soname_Xfixes" >&6; }
15554 printf "%s\n" "#define SONAME_LIBXFIXES \"$ac_cv_lib_soname_Xfixes\"" >>confdefs.h
15559 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
15561 if test "x$ac_cv_lib_soname_Xfixes" = "x"
15562 then :
15563 case "x$with_xfixes" in
15564 x) as_fn_append wine_notices "|libxfixes ${notice_platform}development files not found, Xfixes won't be supported." ;;
15565 xno) ;;
15566 *) as_fn_error $? "libxfixes ${notice_platform}development files not found, Xfixes won't be supported.
15567 This is an error since --with-xfixes was requested." "$LINENO" 5 ;;
15568 esac
15572 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
15573 then
15574 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15575 /* end confdefs.h. */
15576 #include <X11/Xlib.h>
15577 #include <X11/extensions/Xinerama.h>
15579 main (void)
15581 static typeof(XineramaQueryScreens) * func; if (func) return 0;
15583 return 0;
15585 _ACEOF
15586 if ac_fn_c_try_compile "$LINENO"
15587 then :
15588 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
15589 printf %s "checking for -lXinerama... " >&6; }
15590 if test ${ac_cv_lib_soname_Xinerama+y}
15591 then :
15592 printf %s "(cached) " >&6
15593 else $as_nop
15594 ac_check_soname_save_LIBS=$LIBS
15595 LIBS="-lXinerama $X_LIBS $X_EXTRA_LIBS $LIBS"
15596 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15597 /* end confdefs.h. */
15599 /* Override any GCC internal prototype to avoid an error.
15600 Use char because int might match the return type of a GCC
15601 builtin and then its argument prototype would still apply. */
15602 char XineramaQueryScreens ();
15604 main (void)
15606 return XineramaQueryScreens ();
15608 return 0;
15610 _ACEOF
15611 if ac_fn_c_try_link "$LINENO"
15612 then :
15613 case "$LIBEXT" in
15614 dll) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15615 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'` ;;
15616 *) ac_cv_lib_soname_Xinerama=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXinerama\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXinerama\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15617 if ${ac_cv_lib_soname_Xinerama:+false} :
15618 then :
15619 ac_cv_lib_soname_Xinerama=`$LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15620 fi ;;
15621 esac
15622 else $as_nop
15623 ac_cv_lib_soname_Xinerama=
15625 rm -f core conftest.err conftest.$ac_objext conftest.beam \
15626 conftest$ac_exeext conftest.$ac_ext
15627 LIBS=$ac_check_soname_save_LIBS
15629 if ${ac_cv_lib_soname_Xinerama:+false} :
15630 then :
15631 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15632 printf "%s\n" "not found" >&6; }
15634 else $as_nop
15635 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
15636 printf "%s\n" "$ac_cv_lib_soname_Xinerama" >&6; }
15638 printf "%s\n" "#define SONAME_LIBXINERAMA \"$ac_cv_lib_soname_Xinerama\"" >>confdefs.h
15643 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
15645 if test "x$ac_cv_lib_soname_Xinerama" = "x"
15646 then :
15647 case "x$with_xinerama" in
15648 x) as_fn_append wine_notices "|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
15649 xno) ;;
15650 *) as_fn_error $? "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
15651 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
15652 esac
15656 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
15657 then
15658 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
15659 printf %s "checking for -lXcomposite... " >&6; }
15660 if test ${ac_cv_lib_soname_Xcomposite+y}
15661 then :
15662 printf %s "(cached) " >&6
15663 else $as_nop
15664 ac_check_soname_save_LIBS=$LIBS
15665 LIBS="-lXcomposite $X_LIBS $X_EXTRA_LIBS $LIBS"
15666 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15667 /* end confdefs.h. */
15669 /* Override any GCC internal prototype to avoid an error.
15670 Use char because int might match the return type of a GCC
15671 builtin and then its argument prototype would still apply. */
15672 char XCompositeRedirectWindow ();
15674 main (void)
15676 return XCompositeRedirectWindow ();
15678 return 0;
15680 _ACEOF
15681 if ac_fn_c_try_link "$LINENO"
15682 then :
15683 case "$LIBEXT" in
15684 dll) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15685 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'` ;;
15686 *) ac_cv_lib_soname_Xcomposite=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcomposite\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcomposite\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15687 if ${ac_cv_lib_soname_Xcomposite:+false} :
15688 then :
15689 ac_cv_lib_soname_Xcomposite=`$LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15690 fi ;;
15691 esac
15692 else $as_nop
15693 ac_cv_lib_soname_Xcomposite=
15695 rm -f core conftest.err conftest.$ac_objext conftest.beam \
15696 conftest$ac_exeext conftest.$ac_ext
15697 LIBS=$ac_check_soname_save_LIBS
15699 if ${ac_cv_lib_soname_Xcomposite:+false} :
15700 then :
15701 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15702 printf "%s\n" "not found" >&6; }
15704 else $as_nop
15705 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
15706 printf "%s\n" "$ac_cv_lib_soname_Xcomposite" >&6; }
15708 printf "%s\n" "#define SONAME_LIBXCOMPOSITE \"$ac_cv_lib_soname_Xcomposite\"" >>confdefs.h
15713 if test "x$ac_cv_lib_soname_Xcomposite" = "x"
15714 then :
15715 case "x$with_xcomposite" in
15716 x) as_fn_append wine_notices "|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
15717 xno) ;;
15718 *) as_fn_error $? "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
15719 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
15720 esac
15724 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
15725 #include <X11/Xlib.h>
15726 #endif
15728 if test "x$ac_cv_member_XICCallback_callback" = xyes
15729 then :
15731 printf "%s\n" "#define HAVE_XICCALLBACK_CALLBACK 1" >>confdefs.h
15735 ac_fn_c_check_member "$LINENO" "XEvent" "xcookie" "ac_cv_member_XEvent_xcookie" "#ifdef HAVE_X11_XLIB_H
15736 #include <X11/Xlib.h>
15737 #endif
15739 if test "x$ac_cv_member_XEvent_xcookie" = xyes
15740 then :
15742 printf "%s\n" "#define HAVE_XEVENT_XCOOKIE 1" >>confdefs.h
15749 opengl_msg=""
15750 if test "x$with_opengl" != "xno"
15751 then
15752 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
15753 printf %s "checking for -lGL... " >&6; }
15754 if test ${ac_cv_lib_soname_GL+y}
15755 then :
15756 printf %s "(cached) " >&6
15757 else $as_nop
15758 ac_check_soname_save_LIBS=$LIBS
15759 LIBS="-lGL $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
15760 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15761 /* end confdefs.h. */
15763 /* Override any GCC internal prototype to avoid an error.
15764 Use char because int might match the return type of a GCC
15765 builtin and then its argument prototype would still apply. */
15766 char glXCreateContext ();
15768 main (void)
15770 return glXCreateContext ();
15772 return 0;
15774 _ACEOF
15775 if ac_fn_c_try_link "$LINENO"
15776 then :
15777 case "$LIBEXT" in
15778 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15779 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'` ;;
15780 *) ac_cv_lib_soname_GL=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15781 if ${ac_cv_lib_soname_GL:+false} :
15782 then :
15783 ac_cv_lib_soname_GL=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15784 fi ;;
15785 esac
15786 else $as_nop
15787 ac_cv_lib_soname_GL=
15789 rm -f core conftest.err conftest.$ac_objext conftest.beam \
15790 conftest$ac_exeext conftest.$ac_ext
15791 LIBS=$ac_check_soname_save_LIBS
15793 if ${ac_cv_lib_soname_GL:+false} :
15794 then :
15795 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15796 printf "%s\n" "not found" >&6; }
15797 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
15798 printf %s "checking for -lGL... " >&6; }
15799 if test ${ac_cv_lib_soname_GL+y}
15800 then :
15801 printf %s "(cached) " >&6
15802 else $as_nop
15803 ac_check_soname_save_LIBS=$LIBS
15804 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"
15805 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15806 /* end confdefs.h. */
15808 /* Override any GCC internal prototype to avoid an error.
15809 Use char because int might match the return type of a GCC
15810 builtin and then its argument prototype would still apply. */
15811 char glXCreateContext ();
15813 main (void)
15815 return glXCreateContext ();
15817 return 0;
15819 _ACEOF
15820 if ac_fn_c_try_link "$LINENO"
15821 then :
15822 case "$LIBEXT" in
15823 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15824 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'` ;;
15825 *) ac_cv_lib_soname_GL=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15826 if ${ac_cv_lib_soname_GL:+false} :
15827 then :
15828 ac_cv_lib_soname_GL=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15829 fi ;;
15830 esac
15831 else $as_nop
15832 ac_cv_lib_soname_GL=
15834 rm -f core conftest.err conftest.$ac_objext conftest.beam \
15835 conftest$ac_exeext conftest.$ac_ext
15836 LIBS=$ac_check_soname_save_LIBS
15838 if ${ac_cv_lib_soname_GL:+false} :
15839 then :
15840 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15841 printf "%s\n" "not found" >&6; }
15842 if test -f /usr/X11R6/lib/libGL.a
15843 then
15844 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
15845 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
15846 else
15847 opengl_msg="No OpenGL library found on this system."
15849 else $as_nop
15850 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
15851 printf "%s\n" "$ac_cv_lib_soname_GL" >&6; }
15853 printf "%s\n" "#define SONAME_LIBGL \"$ac_cv_lib_soname_GL\"" >>confdefs.h
15855 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"
15857 else $as_nop
15858 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
15859 printf "%s\n" "$ac_cv_lib_soname_GL" >&6; }
15861 printf "%s\n" "#define SONAME_LIBGL \"$ac_cv_lib_soname_GL\"" >>confdefs.h
15863 OPENGL_LIBS="-lGL"
15865 if test "x$with_osmesa" != "xno"
15866 then
15867 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lOSMesa" >&5
15868 printf %s "checking for -lOSMesa... " >&6; }
15869 if test ${ac_cv_lib_soname_OSMesa+y}
15870 then :
15871 printf %s "(cached) " >&6
15872 else $as_nop
15873 ac_check_soname_save_LIBS=$LIBS
15874 LIBS="-lOSMesa $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
15875 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15876 /* end confdefs.h. */
15878 /* Override any GCC internal prototype to avoid an error.
15879 Use char because int might match the return type of a GCC
15880 builtin and then its argument prototype would still apply. */
15881 char OSMesaGetProcAddress ();
15883 main (void)
15885 return OSMesaGetProcAddress ();
15887 return 0;
15889 _ACEOF
15890 if ac_fn_c_try_link "$LINENO"
15891 then :
15892 case "$LIBEXT" in
15893 dll) ac_cv_lib_soname_OSMesa=`$ac_cv_path_LDD conftest.exe | grep "OSMesa" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15894 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'` ;;
15895 *) ac_cv_lib_soname_OSMesa=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libOSMesa\\.$LIBEXT" | sed -e "s/^.*\\[\\(libOSMesa\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15896 if ${ac_cv_lib_soname_OSMesa:+false} :
15897 then :
15898 ac_cv_lib_soname_OSMesa=`$LDD conftest$ac_exeext | grep "libOSMesa\\.$LIBEXT" | sed -e "s/^.*\(libOSMesa\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15899 fi ;;
15900 esac
15901 else $as_nop
15902 ac_cv_lib_soname_OSMesa=
15904 rm -f core conftest.err conftest.$ac_objext conftest.beam \
15905 conftest$ac_exeext conftest.$ac_ext
15906 LIBS=$ac_check_soname_save_LIBS
15908 if ${ac_cv_lib_soname_OSMesa:+false} :
15909 then :
15910 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15911 printf "%s\n" "not found" >&6; }
15913 else $as_nop
15914 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_OSMesa" >&5
15915 printf "%s\n" "$ac_cv_lib_soname_OSMesa" >&6; }
15917 printf "%s\n" "#define SONAME_LIBOSMESA \"$ac_cv_lib_soname_OSMesa\"" >>confdefs.h
15921 if test "x$ac_cv_lib_soname_OSMesa" = "x"
15922 then :
15923 case "x$with_osmesa" in
15924 x) as_fn_append wine_notices "|libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported." ;;
15925 xno) ;;
15926 *) as_fn_error $? "libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
15927 This is an error since --with-osmesa was requested." "$LINENO" 5 ;;
15928 esac
15933 if test -n "$opengl_msg"
15934 then :
15935 case "x$with_opengl" in
15936 x) as_fn_append wine_warnings "|$opengl_msg
15937 OpenGL and Direct3D won't be supported." ;;
15938 xno) ;;
15939 *) as_fn_error $? "$opengl_msg
15940 OpenGL and Direct3D won't be supported.
15941 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
15942 esac
15946 CPPFLAGS="$ac_save_CPPFLAGS"
15947 else
15948 X_CFLAGS=""
15949 X_LIBS=""
15952 if test "$enable_wineandroid_drv$enable_winemac_drv" = "nono"
15953 then
15954 if test "x$X_LIBS" = "x"
15955 then :
15956 case "x$with_x" in
15957 xno) ;;
15958 *) as_fn_error $? "X ${notice_platform}development files not found. Wine will be built
15959 without X support, which probably isn't what you want. You will need
15960 to install ${notice_platform}development packages of Xlib at the very least.
15961 Use the --without-x option if you really want this." "$LINENO" 5 ;;
15962 esac
15963 enable_winex11_drv=${enable_winex11_drv:-no}
15965 else
15966 if test "x$X_LIBS" = "x"
15967 then :
15968 case "x$with_x" in
15969 x) as_fn_append wine_notices "|X ${notice_platform}development files not found, the X11 driver won't be supported." ;;
15970 xno) ;;
15971 *) as_fn_error $? "X ${notice_platform}development files not found, the X11 driver won't be supported.
15972 This is an error since --with-x was requested." "$LINENO" 5 ;;
15973 esac
15974 enable_winex11_drv=${enable_winex11_drv:-no}
15978 if test "$ac_cv_header_CL_cl_h" = "yes"
15979 then
15980 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5
15981 printf %s "checking for clGetPlatformInfo in -lOpenCL... " >&6; }
15982 if test ${ac_cv_lib_OpenCL_clGetPlatformInfo+y}
15983 then :
15984 printf %s "(cached) " >&6
15985 else $as_nop
15986 ac_check_lib_save_LIBS=$LIBS
15987 LIBS="-lOpenCL $LIBS"
15988 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15989 /* end confdefs.h. */
15991 /* Override any GCC internal prototype to avoid an error.
15992 Use char because int might match the return type of a GCC
15993 builtin and then its argument prototype would still apply. */
15994 char clGetPlatformInfo ();
15996 main (void)
15998 return clGetPlatformInfo ();
16000 return 0;
16002 _ACEOF
16003 if ac_fn_c_try_link "$LINENO"
16004 then :
16005 ac_cv_lib_OpenCL_clGetPlatformInfo=yes
16006 else $as_nop
16007 ac_cv_lib_OpenCL_clGetPlatformInfo=no
16009 rm -f core conftest.err conftest.$ac_objext conftest.beam \
16010 conftest$ac_exeext conftest.$ac_ext
16011 LIBS=$ac_check_lib_save_LIBS
16013 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_OpenCL_clGetPlatformInfo" >&5
16014 printf "%s\n" "$ac_cv_lib_OpenCL_clGetPlatformInfo" >&6; }
16015 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" = xyes
16016 then :
16017 OPENCL_LIBS="-lOpenCL"
16022 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes
16023 then :
16024 case "x$with_opencl" in
16025 x) as_fn_append wine_notices "|OpenCL ${notice_platform}development files not found, OpenCL won't be supported." ;;
16026 xno) ;;
16027 *) as_fn_error $? "OpenCL ${notice_platform}development files not found, OpenCL won't be supported.
16028 This is an error since --with-opencl was requested." "$LINENO" 5 ;;
16029 esac
16030 enable_opencl=${enable_opencl:-no}
16033 if test "$ac_cv_header_pcap_pcap_h" = "yes"
16034 then
16035 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pcap_create in -lpcap" >&5
16036 printf %s "checking for pcap_create in -lpcap... " >&6; }
16037 if test ${ac_cv_lib_pcap_pcap_create+y}
16038 then :
16039 printf %s "(cached) " >&6
16040 else $as_nop
16041 ac_check_lib_save_LIBS=$LIBS
16042 LIBS="-lpcap $LIBS"
16043 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16044 /* end confdefs.h. */
16046 /* Override any GCC internal prototype to avoid an error.
16047 Use char because int might match the return type of a GCC
16048 builtin and then its argument prototype would still apply. */
16049 char pcap_create ();
16051 main (void)
16053 return pcap_create ();
16055 return 0;
16057 _ACEOF
16058 if ac_fn_c_try_link "$LINENO"
16059 then :
16060 ac_cv_lib_pcap_pcap_create=yes
16061 else $as_nop
16062 ac_cv_lib_pcap_pcap_create=no
16064 rm -f core conftest.err conftest.$ac_objext conftest.beam \
16065 conftest$ac_exeext conftest.$ac_ext
16066 LIBS=$ac_check_lib_save_LIBS
16068 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcap_pcap_create" >&5
16069 printf "%s\n" "$ac_cv_lib_pcap_pcap_create" >&6; }
16070 if test "x$ac_cv_lib_pcap_pcap_create" = xyes
16071 then :
16072 PCAP_LIBS="-lpcap"
16077 if test "x$ac_cv_lib_pcap_pcap_create" != xyes
16078 then :
16079 case "x$with_pcap" in
16080 x) as_fn_append wine_notices "|pcap ${notice_platform}development files not found, wpcap won't be supported." ;;
16081 xno) ;;
16082 *) as_fn_error $? "pcap ${notice_platform}development files not found, wpcap won't be supported.
16083 This is an error since --with-pcap was requested." "$LINENO" 5 ;;
16084 esac
16085 enable_wpcap=${enable_wpcap:-no}
16088 if test "x$with_inotify" != "xno"
16089 then
16090 if ${INOTIFY_CFLAGS:+false} :
16091 then :
16092 if test ${PKG_CONFIG+y}
16093 then :
16094 INOTIFY_CFLAGS=`$PKG_CONFIG --cflags libinotify 2>/dev/null`
16098 if ${INOTIFY_LIBS:+false} :
16099 then :
16100 if test ${PKG_CONFIG+y}
16101 then :
16102 INOTIFY_LIBS=`$PKG_CONFIG --libs libinotify 2>/dev/null`
16107 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libinotify cflags: $INOTIFY_CFLAGS" >&5
16108 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libinotify libs: $INOTIFY_LIBS" >&5
16109 ac_save_CPPFLAGS=$CPPFLAGS
16110 CPPFLAGS="$CPPFLAGS $INOTIFY_CFLAGS"
16111 ac_fn_c_check_header_compile "$LINENO" "sys/inotify.h" "ac_cv_header_sys_inotify_h" "$ac_includes_default"
16112 if test "x$ac_cv_header_sys_inotify_h" = xyes
16113 then :
16114 printf "%s\n" "#define HAVE_SYS_INOTIFY_H 1" >>confdefs.h
16118 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for inotify_add_watch in -linotify" >&5
16119 printf %s "checking for inotify_add_watch in -linotify... " >&6; }
16120 if test ${ac_cv_lib_inotify_inotify_add_watch+y}
16121 then :
16122 printf %s "(cached) " >&6
16123 else $as_nop
16124 ac_check_lib_save_LIBS=$LIBS
16125 LIBS="-linotify $INOTIFY_LIBS $LIBS"
16126 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16127 /* end confdefs.h. */
16129 /* Override any GCC internal prototype to avoid an error.
16130 Use char because int might match the return type of a GCC
16131 builtin and then its argument prototype would still apply. */
16132 char inotify_add_watch ();
16134 main (void)
16136 return inotify_add_watch ();
16138 return 0;
16140 _ACEOF
16141 if ac_fn_c_try_link "$LINENO"
16142 then :
16143 ac_cv_lib_inotify_inotify_add_watch=yes
16144 else $as_nop
16145 ac_cv_lib_inotify_inotify_add_watch=no
16147 rm -f core conftest.err conftest.$ac_objext conftest.beam \
16148 conftest$ac_exeext conftest.$ac_ext
16149 LIBS=$ac_check_lib_save_LIBS
16151 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_inotify_inotify_add_watch" >&5
16152 printf "%s\n" "$ac_cv_lib_inotify_inotify_add_watch" >&6; }
16153 if test "x$ac_cv_lib_inotify_inotify_add_watch" = xyes
16154 then :
16156 else $as_nop
16157 INOTIFY_LIBS=""
16160 CPPFLAGS=$ac_save_CPPFLAGS
16163 if test "$ac_cv_header_sys_inotify_h" != "yes"
16164 then :
16165 case "x$with_inotify" in
16166 x) as_fn_append wine_notices "|libinotify ${notice_platform}development files not found (or too old), filesystem change notifications won't be supported." ;;
16167 xno) ;;
16168 *) as_fn_error $? "libinotify ${notice_platform}development files not found (or too old), filesystem change notifications won't be supported.
16169 This is an error since --with-inotify was requested." "$LINENO" 5 ;;
16170 esac
16174 if test "x$with_dbus" != "xno"
16175 then
16176 if ${DBUS_CFLAGS:+false} :
16177 then :
16178 if test ${PKG_CONFIG+y}
16179 then :
16180 DBUS_CFLAGS=`$PKG_CONFIG --cflags dbus-1 2>/dev/null`
16184 if ${DBUS_LIBS:+false} :
16185 then :
16186 if test ${PKG_CONFIG+y}
16187 then :
16188 DBUS_LIBS=`$PKG_CONFIG --libs dbus-1 2>/dev/null`
16193 printf "%s\n" "$as_me:${as_lineno-$LINENO}: dbus-1 cflags: $DBUS_CFLAGS" >&5
16194 printf "%s\n" "$as_me:${as_lineno-$LINENO}: dbus-1 libs: $DBUS_LIBS" >&5
16195 ac_save_CPPFLAGS=$CPPFLAGS
16196 CPPFLAGS="$CPPFLAGS $DBUS_CFLAGS"
16197 ac_fn_c_check_header_compile "$LINENO" "dbus/dbus.h" "ac_cv_header_dbus_dbus_h" "$ac_includes_default"
16198 if test "x$ac_cv_header_dbus_dbus_h" = xyes
16199 then :
16200 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -ldbus-1" >&5
16201 printf %s "checking for -ldbus-1... " >&6; }
16202 if test ${ac_cv_lib_soname_dbus_1+y}
16203 then :
16204 printf %s "(cached) " >&6
16205 else $as_nop
16206 ac_check_soname_save_LIBS=$LIBS
16207 LIBS="-ldbus-1 $DBUS_LIBS $LIBS"
16208 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16209 /* end confdefs.h. */
16211 /* Override any GCC internal prototype to avoid an error.
16212 Use char because int might match the return type of a GCC
16213 builtin and then its argument prototype would still apply. */
16214 char dbus_connection_close ();
16216 main (void)
16218 return dbus_connection_close ();
16220 return 0;
16222 _ACEOF
16223 if ac_fn_c_try_link "$LINENO"
16224 then :
16225 case "$LIBEXT" in
16226 dll) ac_cv_lib_soname_dbus_1=`$ac_cv_path_LDD conftest.exe | grep "dbus-1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
16227 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'` ;;
16228 *) 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'`
16229 if ${ac_cv_lib_soname_dbus_1:+false} :
16230 then :
16231 ac_cv_lib_soname_dbus_1=`$LDD conftest$ac_exeext | grep "libdbus-1\\.$LIBEXT" | sed -e "s/^.*\(libdbus-1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
16232 fi ;;
16233 esac
16234 else $as_nop
16235 ac_cv_lib_soname_dbus_1=
16237 rm -f core conftest.err conftest.$ac_objext conftest.beam \
16238 conftest$ac_exeext conftest.$ac_ext
16239 LIBS=$ac_check_soname_save_LIBS
16241 if ${ac_cv_lib_soname_dbus_1:+false} :
16242 then :
16243 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
16244 printf "%s\n" "not found" >&6; }
16245 DBUS_CFLAGS=""
16246 else $as_nop
16247 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_dbus_1" >&5
16248 printf "%s\n" "$ac_cv_lib_soname_dbus_1" >&6; }
16250 printf "%s\n" "#define SONAME_LIBDBUS_1 \"$ac_cv_lib_soname_dbus_1\"" >>confdefs.h
16254 else $as_nop
16255 DBUS_CFLAGS=""
16258 CPPFLAGS=$ac_save_CPPFLAGS
16261 if test "x$ac_cv_lib_soname_dbus_1" = "x" -a \
16262 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"
16263 then :
16264 case "x$with_dbus" in
16265 x) as_fn_append wine_notices "|libdbus ${notice_platform}development files not found, no dynamic device support." ;;
16266 xno) ;;
16267 *) as_fn_error $? "libdbus ${notice_platform}development files not found, no dynamic device support.
16268 This is an error since --with-dbus was requested." "$LINENO" 5 ;;
16269 esac
16273 if test "x$with_gnutls" != "xno"
16274 then
16275 if ${GNUTLS_CFLAGS:+false} :
16276 then :
16277 if test ${PKG_CONFIG+y}
16278 then :
16279 GNUTLS_CFLAGS=`$PKG_CONFIG --cflags gnutls 2>/dev/null`
16283 if ${GNUTLS_LIBS:+false} :
16284 then :
16285 if test ${PKG_CONFIG+y}
16286 then :
16287 GNUTLS_LIBS=`$PKG_CONFIG --libs gnutls 2>/dev/null`
16291 GNUTLS_LIBS=${GNUTLS_LIBS:-"-lgnutls"}
16292 printf "%s\n" "$as_me:${as_lineno-$LINENO}: gnutls cflags: $GNUTLS_CFLAGS" >&5
16293 printf "%s\n" "$as_me:${as_lineno-$LINENO}: gnutls libs: $GNUTLS_LIBS" >&5
16294 ac_save_CPPFLAGS=$CPPFLAGS
16295 CPPFLAGS="$CPPFLAGS $GNUTLS_CFLAGS"
16296 ac_fn_c_check_header_compile "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
16297 if test "x$ac_cv_header_gnutls_gnutls_h" = xyes
16298 then :
16299 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16300 /* end confdefs.h. */
16301 #include <gnutls/gnutls.h>
16302 #include <gnutls/crypto.h>
16304 main (void)
16306 static typeof(gnutls_mac_get_key_size) *func; if (func) return 0;
16308 return 0;
16310 _ACEOF
16311 if ac_fn_c_try_compile "$LINENO"
16312 then :
16313 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
16314 printf %s "checking for -lgnutls... " >&6; }
16315 if test ${ac_cv_lib_soname_gnutls+y}
16316 then :
16317 printf %s "(cached) " >&6
16318 else $as_nop
16319 ac_check_soname_save_LIBS=$LIBS
16320 LIBS="-lgnutls $GNUTLS_LIBS $LIBS"
16321 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16322 /* end confdefs.h. */
16324 /* Override any GCC internal prototype to avoid an error.
16325 Use char because int might match the return type of a GCC
16326 builtin and then its argument prototype would still apply. */
16327 char gnutls_global_init ();
16329 main (void)
16331 return gnutls_global_init ();
16333 return 0;
16335 _ACEOF
16336 if ac_fn_c_try_link "$LINENO"
16337 then :
16338 case "$LIBEXT" in
16339 dll) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
16340 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'` ;;
16341 *) 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'`
16342 if ${ac_cv_lib_soname_gnutls:+false} :
16343 then :
16344 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'`
16345 fi ;;
16346 esac
16347 else $as_nop
16348 ac_cv_lib_soname_gnutls=
16350 rm -f core conftest.err conftest.$ac_objext conftest.beam \
16351 conftest$ac_exeext conftest.$ac_ext
16352 LIBS=$ac_check_soname_save_LIBS
16354 if ${ac_cv_lib_soname_gnutls:+false} :
16355 then :
16356 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
16357 printf "%s\n" "not found" >&6; }
16358 GNUTLS_CFLAGS=""
16359 else $as_nop
16360 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
16361 printf "%s\n" "$ac_cv_lib_soname_gnutls" >&6; }
16363 printf "%s\n" "#define SONAME_LIBGNUTLS \"$ac_cv_lib_soname_gnutls\"" >>confdefs.h
16367 ac_wine_check_funcs_save_LIBS="$LIBS"
16368 LIBS="$LIBS $GNUTLS_LIBS"
16370 for ac_func in gnutls_cipher_init
16371 do :
16372 ac_fn_c_check_func "$LINENO" "gnutls_cipher_init" "ac_cv_func_gnutls_cipher_init"
16373 if test "x$ac_cv_func_gnutls_cipher_init" = xyes
16374 then :
16375 printf "%s\n" "#define HAVE_GNUTLS_CIPHER_INIT 1" >>confdefs.h
16377 else $as_nop
16378 as_fn_append wine_notices "|libgnutls ${notice_platform}development files too old, bcrypt encryption won't be supported."
16381 done
16382 LIBS="$ac_wine_check_funcs_save_LIBS"
16384 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
16385 else $as_nop
16386 GNUTLS_CFLAGS=""
16389 CPPFLAGS=$ac_save_CPPFLAGS
16392 if test "x$ac_cv_lib_soname_gnutls" = "x"
16393 then :
16394 case "x$with_gnutls" in
16395 x) as_fn_append wine_warnings "|libgnutls ${notice_platform}development files not found, no schannel support." ;;
16396 xno) ;;
16397 *) as_fn_error $? "libgnutls ${notice_platform}development files not found, no schannel support.
16398 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
16399 esac
16403 if test "x$with_sane" != "xno"
16404 then
16405 if ${SANE_CFLAGS:+false} :
16406 then :
16407 if test ${PKG_CONFIG+y}
16408 then :
16409 SANE_CFLAGS=`$PKG_CONFIG --cflags sane-backends 2>/dev/null`
16412 test "$cross_compiling" = yes || SANE_CFLAGS=${SANE_CFLAGS:-`${SANE_CONFIG:-sane-config} --cflags 2>/dev/null`}
16413 if ${SANE_LIBS:+false} :
16414 then :
16415 if test ${PKG_CONFIG+y}
16416 then :
16417 SANE_LIBS=`$PKG_CONFIG --libs sane-backends 2>/dev/null`
16420 test "$cross_compiling" = yes || SANE_LIBS=${SANE_LIBS:-`${SANE_CONFIG:-sane-config} --ldflags 2>/dev/null`}
16422 printf "%s\n" "$as_me:${as_lineno-$LINENO}: sane-backends cflags: $SANE_CFLAGS" >&5
16423 printf "%s\n" "$as_me:${as_lineno-$LINENO}: sane-backends libs: $SANE_LIBS" >&5
16424 ac_save_CPPFLAGS=$CPPFLAGS
16425 CPPFLAGS="$CPPFLAGS $SANE_CFLAGS"
16426 ac_fn_c_check_header_compile "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
16427 if test "x$ac_cv_header_sane_sane_h" = xyes
16428 then :
16429 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for sane_init in -lsane" >&5
16430 printf %s "checking for sane_init in -lsane... " >&6; }
16431 if test ${ac_cv_lib_sane_sane_init+y}
16432 then :
16433 printf %s "(cached) " >&6
16434 else $as_nop
16435 ac_check_lib_save_LIBS=$LIBS
16436 LIBS="-lsane $SANE_LIBS $LIBS"
16437 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16438 /* end confdefs.h. */
16440 /* Override any GCC internal prototype to avoid an error.
16441 Use char because int might match the return type of a GCC
16442 builtin and then its argument prototype would still apply. */
16443 char sane_init ();
16445 main (void)
16447 return sane_init ();
16449 return 0;
16451 _ACEOF
16452 if ac_fn_c_try_link "$LINENO"
16453 then :
16454 ac_cv_lib_sane_sane_init=yes
16455 else $as_nop
16456 ac_cv_lib_sane_sane_init=no
16458 rm -f core conftest.err conftest.$ac_objext conftest.beam \
16459 conftest$ac_exeext conftest.$ac_ext
16460 LIBS=$ac_check_lib_save_LIBS
16462 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_sane_sane_init" >&5
16463 printf "%s\n" "$ac_cv_lib_sane_sane_init" >&6; }
16464 if test "x$ac_cv_lib_sane_sane_init" = xyes
16465 then :
16471 CPPFLAGS=$ac_save_CPPFLAGS
16474 if test "$ac_cv_lib_sane_sane_init" != "yes"
16475 then :
16476 case "x$with_sane" in
16477 x) as_fn_append wine_notices "|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
16478 xno) ;;
16479 *) as_fn_error $? "libsane ${notice_platform}development files not found, scanners won't be supported.
16480 This is an error since --with-sane was requested." "$LINENO" 5 ;;
16481 esac
16482 enable_sane_ds=${enable_sane_ds:-no}
16485 if test "x$with_usb" != "xno"
16486 then
16487 if ${USB_CFLAGS:+false} :
16488 then :
16489 if test ${PKG_CONFIG+y}
16490 then :
16491 USB_CFLAGS=`$PKG_CONFIG --cflags libusb-1.0 2>/dev/null`
16495 if ${USB_LIBS:+false} :
16496 then :
16497 if test ${PKG_CONFIG+y}
16498 then :
16499 USB_LIBS=`$PKG_CONFIG --libs libusb-1.0 2>/dev/null`
16503 USB_LIBS=${USB_LIBS:-"-lusb-1.0"}
16504 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libusb-1.0 cflags: $USB_CFLAGS" >&5
16505 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libusb-1.0 libs: $USB_LIBS" >&5
16506 ac_save_CPPFLAGS=$CPPFLAGS
16507 CPPFLAGS="$CPPFLAGS $USB_CFLAGS"
16508 ac_fn_c_check_header_compile "$LINENO" "libusb.h" "ac_cv_header_libusb_h" "$ac_includes_default"
16509 if test "x$ac_cv_header_libusb_h" = xyes
16510 then :
16511 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libusb_interrupt_event_handler in -lusb-1.0" >&5
16512 printf %s "checking for libusb_interrupt_event_handler in -lusb-1.0... " >&6; }
16513 if test ${ac_cv_lib_usb_1_0_libusb_interrupt_event_handler+y}
16514 then :
16515 printf %s "(cached) " >&6
16516 else $as_nop
16517 ac_check_lib_save_LIBS=$LIBS
16518 LIBS="-lusb-1.0 $USB_LIBS $LIBS"
16519 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16520 /* end confdefs.h. */
16522 /* Override any GCC internal prototype to avoid an error.
16523 Use char because int might match the return type of a GCC
16524 builtin and then its argument prototype would still apply. */
16525 char libusb_interrupt_event_handler ();
16527 main (void)
16529 return libusb_interrupt_event_handler ();
16531 return 0;
16533 _ACEOF
16534 if ac_fn_c_try_link "$LINENO"
16535 then :
16536 ac_cv_lib_usb_1_0_libusb_interrupt_event_handler=yes
16537 else $as_nop
16538 ac_cv_lib_usb_1_0_libusb_interrupt_event_handler=no
16540 rm -f core conftest.err conftest.$ac_objext conftest.beam \
16541 conftest$ac_exeext conftest.$ac_ext
16542 LIBS=$ac_check_lib_save_LIBS
16544 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_usb_1_0_libusb_interrupt_event_handler" >&5
16545 printf "%s\n" "$ac_cv_lib_usb_1_0_libusb_interrupt_event_handler" >&6; }
16546 if test "x$ac_cv_lib_usb_1_0_libusb_interrupt_event_handler" = xyes
16547 then :
16549 else $as_nop
16550 USB_LIBS=""
16553 else $as_nop
16554 USB_LIBS=""
16557 CPPFLAGS=$ac_save_CPPFLAGS
16560 if test "$ac_cv_lib_usb_1_0_libusb_interrupt_event_handler" != "yes"
16561 then :
16562 case "x$with_usb" in
16563 x) as_fn_append wine_notices "|libusb-1.0 ${notice_platform}development files not found (or too old), USB devices won't be supported." ;;
16564 xno) ;;
16565 *) as_fn_error $? "libusb-1.0 ${notice_platform}development files not found (or too old), USB devices won't be supported.
16566 This is an error since --with-usb was requested." "$LINENO" 5 ;;
16567 esac
16568 enable_wineusb_sys=${enable_wineusb_sys:-no}
16571 if test "x$with_v4l2" != "xno"
16572 then
16573 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lv4l2" >&5
16574 printf %s "checking for -lv4l2... " >&6; }
16575 if test ${ac_cv_lib_soname_v4l2+y}
16576 then :
16577 printf %s "(cached) " >&6
16578 else $as_nop
16579 ac_check_soname_save_LIBS=$LIBS
16580 LIBS="-lv4l2 $LIBS"
16581 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16582 /* end confdefs.h. */
16584 /* Override any GCC internal prototype to avoid an error.
16585 Use char because int might match the return type of a GCC
16586 builtin and then its argument prototype would still apply. */
16587 char v4l2_open ();
16589 main (void)
16591 return v4l2_open ();
16593 return 0;
16595 _ACEOF
16596 if ac_fn_c_try_link "$LINENO"
16597 then :
16598 case "$LIBEXT" in
16599 dll) ac_cv_lib_soname_v4l2=`$ac_cv_path_LDD conftest.exe | grep "v4l2" | sed -e "s/dll.*/dll/"';2,$d'` ;;
16600 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'` ;;
16601 *) ac_cv_lib_soname_v4l2=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libv4l2\\.$LIBEXT" | sed -e "s/^.*\\[\\(libv4l2\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
16602 if ${ac_cv_lib_soname_v4l2:+false} :
16603 then :
16604 ac_cv_lib_soname_v4l2=`$LDD conftest$ac_exeext | grep "libv4l2\\.$LIBEXT" | sed -e "s/^.*\(libv4l2\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
16605 fi ;;
16606 esac
16607 else $as_nop
16608 ac_cv_lib_soname_v4l2=
16610 rm -f core conftest.err conftest.$ac_objext conftest.beam \
16611 conftest$ac_exeext conftest.$ac_ext
16612 LIBS=$ac_check_soname_save_LIBS
16614 if ${ac_cv_lib_soname_v4l2:+false} :
16615 then :
16616 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
16617 printf "%s\n" "not found" >&6; }
16619 else $as_nop
16620 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l2" >&5
16621 printf "%s\n" "$ac_cv_lib_soname_v4l2" >&6; }
16623 printf "%s\n" "#define SONAME_LIBV4L2 \"$ac_cv_lib_soname_v4l2\"" >>confdefs.h
16628 if test "x$ac_cv_lib_soname_v4l2" = "x"
16629 then :
16630 case "x$with_v4l2" in
16631 x) as_fn_append wine_notices "|libv4l2 ${notice_platform}development files not found." ;;
16632 xno) ;;
16633 *) as_fn_error $? "libv4l2 ${notice_platform}development files not found.
16634 This is an error since --with-v4l2 was requested." "$LINENO" 5 ;;
16635 esac
16639 if test "x$with_gphoto" != "xno"
16640 then
16641 if ${GPHOTO2_CFLAGS:+false} :
16642 then :
16643 if test ${PKG_CONFIG+y}
16644 then :
16645 GPHOTO2_CFLAGS=`$PKG_CONFIG --cflags libgphoto2 2>/dev/null`
16648 test "$cross_compiling" = yes || GPHOTO2_CFLAGS=${GPHOTO2_CFLAGS:-`${GPHOTO2_CONFIG:-gphoto2-config} --cflags 2>/dev/null`}
16649 if ${GPHOTO2_LIBS:+false} :
16650 then :
16651 if test ${PKG_CONFIG+y}
16652 then :
16653 GPHOTO2_LIBS=`$PKG_CONFIG --libs libgphoto2 2>/dev/null`
16656 test "$cross_compiling" = yes || GPHOTO2_LIBS=${GPHOTO2_LIBS:-`${GPHOTO2_CONFIG:-gphoto2-config} --libs 2>/dev/null`}
16657 GPHOTO2_LIBS=${GPHOTO2_LIBS:-"-lgphoto2"}
16658 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libgphoto2 cflags: $GPHOTO2_CFLAGS" >&5
16659 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libgphoto2 libs: $GPHOTO2_LIBS" >&5
16660 ac_save_CPPFLAGS=$CPPFLAGS
16661 CPPFLAGS="$CPPFLAGS $GPHOTO2_CFLAGS"
16662 ac_fn_c_check_header_compile "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
16663 if test "x$ac_cv_header_gphoto2_camera_h" = xyes
16664 then :
16665 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
16666 printf %s "checking for gp_camera_new in -lgphoto2... " >&6; }
16667 if test ${ac_cv_lib_gphoto2_gp_camera_new+y}
16668 then :
16669 printf %s "(cached) " >&6
16670 else $as_nop
16671 ac_check_lib_save_LIBS=$LIBS
16672 LIBS="-lgphoto2 $GPHOTO2_LIBS $LIBS"
16673 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16674 /* end confdefs.h. */
16676 /* Override any GCC internal prototype to avoid an error.
16677 Use char because int might match the return type of a GCC
16678 builtin and then its argument prototype would still apply. */
16679 char gp_camera_new ();
16681 main (void)
16683 return gp_camera_new ();
16685 return 0;
16687 _ACEOF
16688 if ac_fn_c_try_link "$LINENO"
16689 then :
16690 ac_cv_lib_gphoto2_gp_camera_new=yes
16691 else $as_nop
16692 ac_cv_lib_gphoto2_gp_camera_new=no
16694 rm -f core conftest.err conftest.$ac_objext conftest.beam \
16695 conftest$ac_exeext conftest.$ac_ext
16696 LIBS=$ac_check_lib_save_LIBS
16698 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
16699 printf "%s\n" "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
16700 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = xyes
16701 then :
16707 CPPFLAGS=$ac_save_CPPFLAGS
16709 if ${GPHOTO2_PORT_CFLAGS:+false} :
16710 then :
16711 if test ${PKG_CONFIG+y}
16712 then :
16713 GPHOTO2_PORT_CFLAGS=`$PKG_CONFIG --cflags libgphoto2_port 2>/dev/null`
16716 test "$cross_compiling" = yes || GPHOTO2_PORT_CFLAGS=${GPHOTO2_PORT_CFLAGS:-`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --cflags 2>/dev/null`}
16717 if ${GPHOTO2_PORT_LIBS:+false} :
16718 then :
16719 if test ${PKG_CONFIG+y}
16720 then :
16721 GPHOTO2_PORT_LIBS=`$PKG_CONFIG --libs libgphoto2_port 2>/dev/null`
16724 test "$cross_compiling" = yes || GPHOTO2_PORT_LIBS=${GPHOTO2_PORT_LIBS:-`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --libs 2>/dev/null`}
16725 GPHOTO2_PORT_LIBS=${GPHOTO2_PORT_LIBS:-"-lgphoto2_port"}
16726 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libgphoto2_port cflags: $GPHOTO2_PORT_CFLAGS" >&5
16727 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libgphoto2_port libs: $GPHOTO2_PORT_LIBS" >&5
16728 ac_save_CPPFLAGS=$CPPFLAGS
16729 CPPFLAGS="$CPPFLAGS $GPHOTO2_PORT_CFLAGS"
16730 ac_fn_c_check_header_compile "$LINENO" "gphoto2-port.h" "ac_cv_header_gphoto2_port_h" "$ac_includes_default"
16731 if test "x$ac_cv_header_gphoto2_port_h" = xyes
16732 then :
16733 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gp_port_info_list_new in -lgphoto2_port" >&5
16734 printf %s "checking for gp_port_info_list_new in -lgphoto2_port... " >&6; }
16735 if test ${ac_cv_lib_gphoto2_port_gp_port_info_list_new+y}
16736 then :
16737 printf %s "(cached) " >&6
16738 else $as_nop
16739 ac_check_lib_save_LIBS=$LIBS
16740 LIBS="-lgphoto2_port $GPHOTO2_PORT_LIBS $LIBS"
16741 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16742 /* end confdefs.h. */
16744 /* Override any GCC internal prototype to avoid an error.
16745 Use char because int might match the return type of a GCC
16746 builtin and then its argument prototype would still apply. */
16747 char gp_port_info_list_new ();
16749 main (void)
16751 return gp_port_info_list_new ();
16753 return 0;
16755 _ACEOF
16756 if ac_fn_c_try_link "$LINENO"
16757 then :
16758 ac_cv_lib_gphoto2_port_gp_port_info_list_new=yes
16759 else $as_nop
16760 ac_cv_lib_gphoto2_port_gp_port_info_list_new=no
16762 rm -f core conftest.err conftest.$ac_objext conftest.beam \
16763 conftest$ac_exeext conftest.$ac_ext
16764 LIBS=$ac_check_lib_save_LIBS
16766 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&5
16767 printf "%s\n" "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&6; }
16768 if test "x$ac_cv_lib_gphoto2_port_gp_port_info_list_new" = xyes
16769 then :
16771 printf "%s\n" "#define HAVE_GPHOTO2_PORT 1" >>confdefs.h
16773 else $as_nop
16774 GPHOTO2_PORT_LIBS=""; GPHOTO2_PORT_CFLAGS=""
16777 else $as_nop
16778 GPHOTO2_PORT_LIBS=""; GPHOTO2_PORT_CFLAGS=""
16781 CPPFLAGS=$ac_save_CPPFLAGS
16784 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"
16785 then :
16786 case "x$with_gphoto" in
16787 x) as_fn_append wine_notices "|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
16788 xno) ;;
16789 *) as_fn_error $? "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
16790 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
16791 esac
16792 enable_gphoto2_ds=${enable_gphoto2_ds:-no}
16794 if test "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" != "yes"
16795 then :
16796 case "x$with_gphoto" in
16797 x) as_fn_append wine_notices "|libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected." ;;
16798 xno) ;;
16799 *) as_fn_error $? "libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected.
16800 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
16801 esac
16806 if test "$ac_cv_header_resolv_h" = "yes"
16807 then
16808 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for resolver library" >&5
16809 printf %s "checking for resolver library... " >&6; }
16810 if test ${ac_cv_have_resolv+y}
16811 then :
16812 printf %s "(cached) " >&6
16813 else $as_nop
16814 ac_save_LIBS="$LIBS"
16815 for lib in '' -lresolv
16817 LIBS="$lib $ac_save_LIBS"
16818 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16819 /* end confdefs.h. */
16820 #ifdef HAVE_NETINET_IN_H
16821 #include <netinet/in.h>
16822 #endif
16823 #include <resolv.h>
16825 main (void)
16827 if (!(_res.options & RES_INIT)) res_init(); res_query("foo",ns_c_in,0,0,0); ns_initparse(0,0,0)
16829 return 0;
16831 _ACEOF
16832 if ac_fn_c_try_link "$LINENO"
16833 then :
16834 ac_cv_have_resolv=${lib:-"none required"}
16835 else $as_nop
16836 ac_cv_have_resolv="not found"
16838 rm -f core conftest.err conftest.$ac_objext conftest.beam \
16839 conftest$ac_exeext conftest.$ac_ext
16840 test "x$ac_cv_have_resolv" = "xnot found" || break
16841 done
16842 LIBS="$ac_save_LIBS"
16844 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_resolv" >&5
16845 printf "%s\n" "$ac_cv_have_resolv" >&6; }
16847 case "$ac_cv_have_resolv" in
16848 "not found") ;;
16849 "none required")
16851 printf "%s\n" "#define HAVE_RESOLV 1" >>confdefs.h
16854 printf "%s\n" "#define HAVE_RESOLV 1" >>confdefs.h
16856 RESOLV_LIBS=$ac_cv_have_resolv
16858 esac
16860 if test "x$ac_cv_have_resolv" != "xnot found"
16861 then
16862 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for res_getservers" >&5
16863 printf %s "checking for res_getservers... " >&6; }
16864 if test ${ac_cv_have_res_getservers+y}
16865 then :
16866 printf %s "(cached) " >&6
16867 else $as_nop
16868 ac_save_LIBS="$LIBS"
16869 LIBS="$RESOLV_LIBS $LIBS"
16870 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16871 /* end confdefs.h. */
16872 #include <resolv.h>
16874 main (void)
16876 res_getservers(NULL, NULL, 0);
16878 return 0;
16880 _ACEOF
16881 if ac_fn_c_try_link "$LINENO"
16882 then :
16883 ac_cv_have_res_getservers=yes
16884 else $as_nop
16885 ac_cv_have_res_getservers=no
16887 rm -f core conftest.err conftest.$ac_objext conftest.beam \
16888 conftest$ac_exeext conftest.$ac_ext
16889 LIBS="$ac_save_LIBS"
16891 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_res_getservers" >&5
16892 printf "%s\n" "$ac_cv_have_res_getservers" >&6; }
16893 if test "$ac_cv_have_res_getservers" = "yes"
16894 then
16896 printf "%s\n" "#define HAVE_RES_GETSERVERS 1" >>confdefs.h
16902 if test "x$with_freetype" != "xno"
16903 then
16904 if ${FREETYPE_CFLAGS:+false} :
16905 then :
16906 if test ${PKG_CONFIG+y}
16907 then :
16908 FREETYPE_CFLAGS=`$PKG_CONFIG --cflags freetype2 2>/dev/null`
16911 test "$cross_compiling" = yes || FREETYPE_CFLAGS=${FREETYPE_CFLAGS:-`(${FREETYPE_CONFIG:-freetype-config} --cflags || ${FREETYPE2_CONFIG:-freetype2-config} --cflags) 2>/dev/null`}
16912 if ${FREETYPE_LIBS:+false} :
16913 then :
16914 if test ${PKG_CONFIG+y}
16915 then :
16916 FREETYPE_LIBS=`$PKG_CONFIG --libs freetype2 2>/dev/null`
16919 test "$cross_compiling" = yes || FREETYPE_LIBS=${FREETYPE_LIBS:-`(${FREETYPE_CONFIG:-freetype-config} --libs || ${FREETYPE2_CONFIG:-freetype2-config} --libs) 2>/dev/null`}
16920 FREETYPE_LIBS=${FREETYPE_LIBS:-"-lfreetype"}
16921 printf "%s\n" "$as_me:${as_lineno-$LINENO}: freetype2 cflags: $FREETYPE_CFLAGS" >&5
16922 printf "%s\n" "$as_me:${as_lineno-$LINENO}: freetype2 libs: $FREETYPE_LIBS" >&5
16923 ac_save_CPPFLAGS=$CPPFLAGS
16924 CPPFLAGS="$CPPFLAGS $FREETYPE_CFLAGS"
16925 ac_fn_c_check_header_compile "$LINENO" "ft2build.h" "ac_cv_header_ft2build_h" "$ac_includes_default"
16926 if test "x$ac_cv_header_ft2build_h" = xyes
16927 then :
16928 printf "%s\n" "#define HAVE_FT2BUILD_H 1" >>confdefs.h
16932 if test "$ac_cv_header_ft2build_h" = "yes"
16933 then
16934 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
16935 printf %s "checking for -lfreetype... " >&6; }
16936 if test ${ac_cv_lib_soname_freetype+y}
16937 then :
16938 printf %s "(cached) " >&6
16939 else $as_nop
16940 ac_check_soname_save_LIBS=$LIBS
16941 LIBS="-lfreetype $FREETYPE_LIBS $LIBS"
16942 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16943 /* end confdefs.h. */
16945 /* Override any GCC internal prototype to avoid an error.
16946 Use char because int might match the return type of a GCC
16947 builtin and then its argument prototype would still apply. */
16948 char FT_Init_FreeType ();
16950 main (void)
16952 return FT_Init_FreeType ();
16954 return 0;
16956 _ACEOF
16957 if ac_fn_c_try_link "$LINENO"
16958 then :
16959 case "$LIBEXT" in
16960 dll) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
16961 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'` ;;
16962 *) ac_cv_lib_soname_freetype=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfreetype\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfreetype\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
16963 if ${ac_cv_lib_soname_freetype:+false} :
16964 then :
16965 ac_cv_lib_soname_freetype=`$LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
16966 fi ;;
16967 esac
16968 else $as_nop
16969 ac_cv_lib_soname_freetype=
16971 rm -f core conftest.err conftest.$ac_objext conftest.beam \
16972 conftest$ac_exeext conftest.$ac_ext
16973 LIBS=$ac_check_soname_save_LIBS
16975 if ${ac_cv_lib_soname_freetype:+false} :
16976 then :
16977 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
16978 printf "%s\n" "not found" >&6; }
16979 FREETYPE_LIBS=""
16980 else $as_nop
16981 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
16982 printf "%s\n" "$ac_cv_lib_soname_freetype" >&6; }
16984 printf "%s\n" "#define SONAME_LIBFREETYPE \"$ac_cv_lib_soname_freetype\"" >>confdefs.h
16987 printf "%s\n" "#define HAVE_FREETYPE 1" >>confdefs.h
16989 ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <ft2build.h>
16990 #include FT_MODULE_H
16992 if test "x$ac_cv_type_FT_TrueTypeEngineType" = xyes
16993 then :
16995 printf "%s\n" "#define HAVE_FT_TRUETYPEENGINETYPE 1" >>confdefs.h
17001 else
17002 FREETYPE_CFLAGS=""
17003 FREETYPE_LIBS=""
17005 CPPFLAGS=$ac_save_CPPFLAGS
17008 if test "x$ac_cv_lib_soname_freetype" = x
17009 then :
17010 case "x$with_freetype" in
17011 xno) ;;
17012 *) as_fn_error $? "FreeType ${notice_platform}development files not found. Fonts will not be built.
17013 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
17014 esac
17015 enable_fonts=${enable_fonts:-no}
17018 ac_wine_check_funcs_save_LIBS="$LIBS"
17019 LIBS="$LIBS $PTHREAD_LIBS"
17020 ac_fn_c_check_func "$LINENO" "pthread_getthreadid_np" "ac_cv_func_pthread_getthreadid_np"
17021 if test "x$ac_cv_func_pthread_getthreadid_np" = xyes
17022 then :
17023 printf "%s\n" "#define HAVE_PTHREAD_GETTHREADID_NP 1" >>confdefs.h
17027 LIBS="$ac_wine_check_funcs_save_LIBS"
17029 if test "x$enable_tools" != xno -a "x$with_gettextpo" = xyes
17030 then
17031 if test "$ac_cv_header_gettext_po_h" = "yes"
17032 then
17033 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for po_message_msgctxt in -lgettextpo" >&5
17034 printf %s "checking for po_message_msgctxt in -lgettextpo... " >&6; }
17035 if test ${ac_cv_lib_gettextpo_po_message_msgctxt+y}
17036 then :
17037 printf %s "(cached) " >&6
17038 else $as_nop
17039 ac_check_lib_save_LIBS=$LIBS
17040 LIBS="-lgettextpo $LIBS"
17041 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17042 /* end confdefs.h. */
17044 /* Override any GCC internal prototype to avoid an error.
17045 Use char because int might match the return type of a GCC
17046 builtin and then its argument prototype would still apply. */
17047 char po_message_msgctxt ();
17049 main (void)
17051 return po_message_msgctxt ();
17053 return 0;
17055 _ACEOF
17056 if ac_fn_c_try_link "$LINENO"
17057 then :
17058 ac_cv_lib_gettextpo_po_message_msgctxt=yes
17059 else $as_nop
17060 ac_cv_lib_gettextpo_po_message_msgctxt=no
17062 rm -f core conftest.err conftest.$ac_objext conftest.beam \
17063 conftest$ac_exeext conftest.$ac_ext
17064 LIBS=$ac_check_lib_save_LIBS
17066 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gettextpo_po_message_msgctxt" >&5
17067 printf "%s\n" "$ac_cv_lib_gettextpo_po_message_msgctxt" >&6; }
17068 if test "x$ac_cv_lib_gettextpo_po_message_msgctxt" = xyes
17069 then :
17071 printf "%s\n" "#define HAVE_LIBGETTEXTPO 1" >>confdefs.h
17073 GETTEXTPO_LIBS="-lgettextpo"
17078 if test "x$GETTEXTPO_LIBS" = "x"
17079 then :
17080 case "x$with_gettextpo" in
17081 x) as_fn_append wine_notices "|GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt." ;;
17082 xno) ;;
17083 *) as_fn_error $? "GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt.
17084 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
17085 esac
17088 if test "$srcdir" != .
17089 then :
17090 case "x$with_gettextpo" in
17091 x) as_fn_append wine_notices "|Rebuilding po files is not supported for out of tree builds." ;;
17092 xno) ;;
17093 *) as_fn_error $? "Rebuilding po files is not supported for out of tree builds.
17094 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
17095 esac
17100 if test "x$with_pulse" != "xno";
17101 then
17102 if ${PULSE_CFLAGS:+false} :
17103 then :
17104 if test ${PKG_CONFIG+y}
17105 then :
17106 PULSE_CFLAGS=`$PKG_CONFIG --cflags libpulse 2>/dev/null`
17110 if ${PULSE_LIBS:+false} :
17111 then :
17112 if test ${PKG_CONFIG+y}
17113 then :
17114 PULSE_LIBS=`$PKG_CONFIG --libs libpulse 2>/dev/null`
17119 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libpulse cflags: $PULSE_CFLAGS" >&5
17120 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libpulse libs: $PULSE_LIBS" >&5
17121 ac_save_CPPFLAGS=$CPPFLAGS
17122 CPPFLAGS="$CPPFLAGS $PULSE_CFLAGS"
17123 for ac_header in pulse/pulseaudio.h
17124 do :
17125 ac_fn_c_check_header_compile "$LINENO" "pulse/pulseaudio.h" "ac_cv_header_pulse_pulseaudio_h" "$ac_includes_default"
17126 if test "x$ac_cv_header_pulse_pulseaudio_h" = xyes
17127 then :
17128 printf "%s\n" "#define HAVE_PULSE_PULSEAUDIO_H 1" >>confdefs.h
17129 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pa_stream_is_corked in -lpulse" >&5
17130 printf %s "checking for pa_stream_is_corked in -lpulse... " >&6; }
17131 if test ${ac_cv_lib_pulse_pa_stream_is_corked+y}
17132 then :
17133 printf %s "(cached) " >&6
17134 else $as_nop
17135 ac_check_lib_save_LIBS=$LIBS
17136 LIBS="-lpulse $PULSE_LIBS $LIBS"
17137 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17138 /* end confdefs.h. */
17140 /* Override any GCC internal prototype to avoid an error.
17141 Use char because int might match the return type of a GCC
17142 builtin and then its argument prototype would still apply. */
17143 char pa_stream_is_corked ();
17145 main (void)
17147 return pa_stream_is_corked ();
17149 return 0;
17151 _ACEOF
17152 if ac_fn_c_try_link "$LINENO"
17153 then :
17154 ac_cv_lib_pulse_pa_stream_is_corked=yes
17155 else $as_nop
17156 ac_cv_lib_pulse_pa_stream_is_corked=no
17158 rm -f core conftest.err conftest.$ac_objext conftest.beam \
17159 conftest$ac_exeext conftest.$ac_ext
17160 LIBS=$ac_check_lib_save_LIBS
17162 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pulse_pa_stream_is_corked" >&5
17163 printf "%s\n" "$ac_cv_lib_pulse_pa_stream_is_corked" >&6; }
17164 if test "x$ac_cv_lib_pulse_pa_stream_is_corked" = xyes
17165 then :
17167 else $as_nop
17168 PULSE_LIBS=""
17171 else $as_nop
17172 PULSE_LIBS=""
17175 done
17176 CPPFLAGS=$ac_save_CPPFLAGS
17179 if test -z "$PULSE_LIBS"
17180 then :
17181 case "x$with_pulse" in
17182 x) as_fn_append wine_notices "|libpulse ${notice_platform}development files not found or too old, Pulse won't be supported." ;;
17183 xno) ;;
17184 *) as_fn_error $? "libpulse ${notice_platform}development files not found or too old, Pulse won't be supported.
17185 This is an error since --with-pulse was requested." "$LINENO" 5 ;;
17186 esac
17187 enable_winepulse_drv=${enable_winepulse_drv:-no}
17190 if test "x$with_gstreamer" != "xno"
17191 then
17192 if ${GSTREAMER_CFLAGS:+false} :
17193 then :
17194 if test ${PKG_CONFIG+y}
17195 then :
17196 GSTREAMER_CFLAGS=`$PKG_CONFIG --cflags gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 2>/dev/null`
17200 if ${GSTREAMER_LIBS:+false} :
17201 then :
17202 if test ${PKG_CONFIG+y}
17203 then :
17204 GSTREAMER_LIBS=`$PKG_CONFIG --libs gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 2>/dev/null`
17209 printf "%s\n" "$as_me:${as_lineno-$LINENO}: gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 cflags: $GSTREAMER_CFLAGS" >&5
17210 printf "%s\n" "$as_me:${as_lineno-$LINENO}: gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 libs: $GSTREAMER_LIBS" >&5
17211 ac_save_CPPFLAGS=$CPPFLAGS
17212 CPPFLAGS="$CPPFLAGS $GSTREAMER_CFLAGS"
17213 ac_fn_c_check_header_compile "$LINENO" "gst/gst.h" "ac_cv_header_gst_gst_h" "$ac_includes_default"
17214 if test "x$ac_cv_header_gst_gst_h" = xyes
17215 then :
17216 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether gint64 defined by gst/gst.h is indeed 64-bit" >&5
17217 printf %s "checking whether gint64 defined by gst/gst.h is indeed 64-bit... " >&6; }
17218 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17219 /* end confdefs.h. */
17220 #include <gst/gst.h>
17222 main (void)
17224 static int a[sizeof(gint64) > 4 ? 1 : -1]; if (a[0]) return 0;
17226 return 0;
17228 _ACEOF
17229 if ac_fn_c_try_compile "$LINENO"
17230 then :
17231 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
17232 printf "%s\n" "yes" >&6; }
17233 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gst_pad_new in -lgstreamer-1.0" >&5
17234 printf %s "checking for gst_pad_new in -lgstreamer-1.0... " >&6; }
17235 if test ${ac_cv_lib_gstreamer_1_0_gst_pad_new+y}
17236 then :
17237 printf %s "(cached) " >&6
17238 else $as_nop
17239 ac_check_lib_save_LIBS=$LIBS
17240 LIBS="-lgstreamer-1.0 $GSTREAMER_LIBS $LIBS"
17241 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17242 /* end confdefs.h. */
17244 /* Override any GCC internal prototype to avoid an error.
17245 Use char because int might match the return type of a GCC
17246 builtin and then its argument prototype would still apply. */
17247 char gst_pad_new ();
17249 main (void)
17251 return gst_pad_new ();
17253 return 0;
17255 _ACEOF
17256 if ac_fn_c_try_link "$LINENO"
17257 then :
17258 ac_cv_lib_gstreamer_1_0_gst_pad_new=yes
17259 else $as_nop
17260 ac_cv_lib_gstreamer_1_0_gst_pad_new=no
17262 rm -f core conftest.err conftest.$ac_objext conftest.beam \
17263 conftest$ac_exeext conftest.$ac_ext
17264 LIBS=$ac_check_lib_save_LIBS
17266 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstreamer_1_0_gst_pad_new" >&5
17267 printf "%s\n" "$ac_cv_lib_gstreamer_1_0_gst_pad_new" >&6; }
17268 if test "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" = xyes
17269 then :
17273 else $as_nop
17274 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
17275 printf "%s\n" "no" >&6; }
17276 ac_glib2_broken=yes
17277 as_fn_append wine_notices "|glib-2.0 pkgconfig configuration is for the wrong architecture, winegstreamer won't be built."
17279 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
17282 CPPFLAGS=$ac_save_CPPFLAGS
17285 if test "x$ac_glib2_broken" != xyes -a "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" != xyes
17286 then :
17287 case "x$with_gstreamer" in
17288 x) as_fn_append wine_notices "|gstreamer-1.0 base plugins ${notice_platform}development files not found, GStreamer won't be supported." ;;
17289 xno) ;;
17290 *) as_fn_error $? "gstreamer-1.0 base plugins ${notice_platform}development files not found, GStreamer won't be supported.
17291 This is an error since --with-gstreamer was requested." "$LINENO" 5 ;;
17292 esac
17293 enable_winegstreamer=${enable_winegstreamer:-no}
17296 ALSA_LIBS=""
17298 if test "x$with_alsa" != "xno"
17299 then
17300 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access_mask in -lasound" >&5
17301 printf %s "checking for snd_pcm_hw_params_get_access_mask in -lasound... " >&6; }
17302 if test ${ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask+y}
17303 then :
17304 printf %s "(cached) " >&6
17305 else $as_nop
17306 ac_check_lib_save_LIBS=$LIBS
17307 LIBS="-lasound $LIBS"
17308 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17309 /* end confdefs.h. */
17311 /* Override any GCC internal prototype to avoid an error.
17312 Use char because int might match the return type of a GCC
17313 builtin and then its argument prototype would still apply. */
17314 char snd_pcm_hw_params_get_access_mask ();
17316 main (void)
17318 return snd_pcm_hw_params_get_access_mask ();
17320 return 0;
17322 _ACEOF
17323 if ac_fn_c_try_link "$LINENO"
17324 then :
17325 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask=yes
17326 else $as_nop
17327 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask=no
17329 rm -f core conftest.err conftest.$ac_objext conftest.beam \
17330 conftest$ac_exeext conftest.$ac_ext
17331 LIBS=$ac_check_lib_save_LIBS
17333 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&5
17334 printf "%s\n" "$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&6; }
17335 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" = xyes
17336 then :
17337 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17338 /* end confdefs.h. */
17339 #include <alsa/asoundlib.h>
17341 main (void)
17343 snd_pcm_hw_params_get_access_mask(NULL, NULL)
17345 return 0;
17347 _ACEOF
17348 if ac_fn_c_try_compile "$LINENO"
17349 then :
17350 ALSA_LIBS="-lasound"
17352 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
17356 test -n "$ALSA_LIBS" || enable_winealsa_drv=${enable_winealsa_drv:-no}
17358 if test "x$with_oss" != xno
17359 then
17360 ac_save_CPPFLAGS="$CPPFLAGS"
17361 if test -f /etc/oss.conf
17362 then
17363 . /etc/oss.conf
17365 ac_oss_incl="-I${OSSLIBDIR:-/usr/lib/oss}/include"
17366 CPPFLAGS="$CPPFLAGS $ac_oss_incl"
17367 ac_fn_c_check_header_compile "$LINENO" "sys/soundcard.h" "ac_cv_header_sys_soundcard_h" "$ac_includes_default"
17368 if test "x$ac_cv_header_sys_soundcard_h" = xyes
17369 then :
17370 ac_fn_c_check_member "$LINENO" "oss_sysinfo" "numaudioengines" "ac_cv_member_oss_sysinfo_numaudioengines" "#include <sys/soundcard.h>
17372 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes
17373 then :
17375 printf "%s\n" "#define HAVE_OSS_SYSINFO_NUMAUDIOENGINES 1" >>confdefs.h
17377 OSS4_CFLAGS="$ac_oss_incl"
17379 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
17380 printf %s "checking for _oss_ioctl in -lossaudio... " >&6; }
17381 if test ${ac_cv_lib_ossaudio__oss_ioctl+y}
17382 then :
17383 printf %s "(cached) " >&6
17384 else $as_nop
17385 ac_check_lib_save_LIBS=$LIBS
17386 LIBS="-lossaudio $LIBS"
17387 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17388 /* end confdefs.h. */
17390 /* Override any GCC internal prototype to avoid an error.
17391 Use char because int might match the return type of a GCC
17392 builtin and then its argument prototype would still apply. */
17393 char _oss_ioctl ();
17395 main (void)
17397 return _oss_ioctl ();
17399 return 0;
17401 _ACEOF
17402 if ac_fn_c_try_link "$LINENO"
17403 then :
17404 ac_cv_lib_ossaudio__oss_ioctl=yes
17405 else $as_nop
17406 ac_cv_lib_ossaudio__oss_ioctl=no
17408 rm -f core conftest.err conftest.$ac_objext conftest.beam \
17409 conftest$ac_exeext conftest.$ac_ext
17410 LIBS=$ac_check_lib_save_LIBS
17412 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
17413 printf "%s\n" "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
17414 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes
17415 then :
17416 OSS4_LIBS="-lossaudio"
17424 CPPFLAGS="$ac_save_CPPFLAGS"
17426 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
17427 then :
17428 case "x$with_oss" in
17429 x) as_fn_append wine_notices "|OSS sound system found but too old (OSSv4 needed), OSS won't be supported." ;;
17430 xno) ;;
17431 *) as_fn_error $? "OSS sound system found but too old (OSSv4 needed), OSS won't be supported.
17432 This is an error since --with-oss was requested." "$LINENO" 5 ;;
17433 esac
17434 enable_wineoss_drv=${enable_wineoss_drv:-no}
17437 if test "x$with_udev" != "xno"
17438 then
17439 if ${UDEV_CFLAGS:+false} :
17440 then :
17441 if test ${PKG_CONFIG+y}
17442 then :
17443 UDEV_CFLAGS=`$PKG_CONFIG --cflags libudev 2>/dev/null`
17447 if ${UDEV_LIBS:+false} :
17448 then :
17449 if test ${PKG_CONFIG+y}
17450 then :
17451 UDEV_LIBS=`$PKG_CONFIG --libs libudev 2>/dev/null`
17455 UDEV_LIBS=${UDEV_LIBS:-"-ludev"}
17456 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libudev cflags: $UDEV_CFLAGS" >&5
17457 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libudev libs: $UDEV_LIBS" >&5
17458 ac_save_CPPFLAGS=$CPPFLAGS
17459 CPPFLAGS="$CPPFLAGS $UDEV_CFLAGS"
17460 for ac_header in libudev.h
17461 do :
17462 ac_fn_c_check_header_compile "$LINENO" "libudev.h" "ac_cv_header_libudev_h" "$ac_includes_default"
17463 if test "x$ac_cv_header_libudev_h" = xyes
17464 then :
17465 printf "%s\n" "#define HAVE_LIBUDEV_H 1" >>confdefs.h
17466 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for udev_new in -ludev" >&5
17467 printf %s "checking for udev_new in -ludev... " >&6; }
17468 if test ${ac_cv_lib_udev_udev_new+y}
17469 then :
17470 printf %s "(cached) " >&6
17471 else $as_nop
17472 ac_check_lib_save_LIBS=$LIBS
17473 LIBS="-ludev $UDEV_LIBS $LIBS"
17474 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17475 /* end confdefs.h. */
17477 /* Override any GCC internal prototype to avoid an error.
17478 Use char because int might match the return type of a GCC
17479 builtin and then its argument prototype would still apply. */
17480 char udev_new ();
17482 main (void)
17484 return udev_new ();
17486 return 0;
17488 _ACEOF
17489 if ac_fn_c_try_link "$LINENO"
17490 then :
17491 ac_cv_lib_udev_udev_new=yes
17492 else $as_nop
17493 ac_cv_lib_udev_udev_new=no
17495 rm -f core conftest.err conftest.$ac_objext conftest.beam \
17496 conftest$ac_exeext conftest.$ac_ext
17497 LIBS=$ac_check_lib_save_LIBS
17499 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_udev_udev_new" >&5
17500 printf "%s\n" "$ac_cv_lib_udev_udev_new" >&6; }
17501 if test "x$ac_cv_lib_udev_udev_new" = xyes
17502 then :
17504 printf "%s\n" "#define HAVE_UDEV 1" >>confdefs.h
17506 else $as_nop
17507 UDEV_LIBS=""
17510 else $as_nop
17511 UDEV_LIBS=""
17514 done
17515 CPPFLAGS=$ac_save_CPPFLAGS
17518 if test "x$UDEV_LIBS" = "x"
17519 then :
17520 case "x$with_udev" in
17521 x) as_fn_append wine_notices "|libudev ${notice_platform}development files not found, plug and play won't be supported." ;;
17522 xno) ;;
17523 *) as_fn_error $? "libudev ${notice_platform}development files not found, plug and play won't be supported.
17524 This is an error since --with-udev was requested." "$LINENO" 5 ;;
17525 esac
17529 if test "x$with_unwind" != xno
17530 then
17531 if ${UNWIND_CFLAGS:+false} :
17532 then :
17533 if test ${PKG_CONFIG+y}
17534 then :
17535 UNWIND_CFLAGS=`$PKG_CONFIG --cflags libunwind 2>/dev/null`
17539 if ${UNWIND_LIBS:+false} :
17540 then :
17541 if test ${PKG_CONFIG+y}
17542 then :
17543 UNWIND_LIBS=`$PKG_CONFIG --libs libunwind 2>/dev/null`
17547 UNWIND_LIBS=${UNWIND_LIBS:-"-lunwind"}
17548 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libunwind cflags: $UNWIND_CFLAGS" >&5
17549 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libunwind libs: $UNWIND_LIBS" >&5
17550 ac_save_CPPFLAGS=$CPPFLAGS
17551 CPPFLAGS="$CPPFLAGS $UNWIND_CFLAGS"
17552 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for unw_step" >&5
17553 printf %s "checking for unw_step... " >&6; }
17554 if test ${wine_cv_have_unw_step+y}
17555 then :
17556 printf %s "(cached) " >&6
17557 else $as_nop
17558 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17559 /* end confdefs.h. */
17560 #define UNW_LOCAL_ONLY
17561 #include <libunwind.h>
17563 main (void)
17565 unw_cursor_t cursor; unw_step( &cursor );
17567 return 0;
17569 _ACEOF
17570 if ac_fn_c_try_link "$LINENO"
17571 then :
17572 wine_cv_have_unw_step="yes"
17573 else $as_nop
17574 wine_cv_have_unw_step="no"
17576 rm -f core conftest.err conftest.$ac_objext conftest.beam \
17577 conftest$ac_exeext conftest.$ac_ext
17579 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_unw_step" >&5
17580 printf "%s\n" "$wine_cv_have_unw_step" >&6; }
17581 if test "$wine_cv_have_unw_step" = no -a -n "$UNWIND_LIBS"
17582 then
17583 save_libs=$LIBS
17584 UNWIND_LIBS="-static-libgcc $UNWIND_LIBS"
17585 LIBS="$UNWIND_LIBS $LIBS"
17586 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for unw_step in libunwind" >&5
17587 printf %s "checking for unw_step in libunwind... " >&6; }
17588 if test ${wine_cv_have_libunwind_unw_step+y}
17589 then :
17590 printf %s "(cached) " >&6
17591 else $as_nop
17592 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17593 /* end confdefs.h. */
17594 #define UNW_LOCAL_ONLY
17595 #include <libunwind.h>
17597 main (void)
17599 unw_cursor_t cursor; unw_step( &cursor );
17601 return 0;
17603 _ACEOF
17604 if ac_fn_c_try_link "$LINENO"
17605 then :
17606 wine_cv_have_libunwind_unw_step="yes"
17607 else $as_nop
17608 wine_cv_have_libunwind_unw_step="no"
17610 rm -f core conftest.err conftest.$ac_objext conftest.beam \
17611 conftest$ac_exeext conftest.$ac_ext
17613 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_libunwind_unw_step" >&5
17614 printf "%s\n" "$wine_cv_have_libunwind_unw_step" >&6; }
17615 LIBS=$save_libs
17617 test "$wine_cv_have_libunwind_unw_step" = yes || UNWIND_LIBS=""
17618 if test "x$wine_cv_have_unw_step$wine_cv_have_libunwind_unw_step" != xnono
17619 then
17621 printf "%s\n" "#define HAVE_LIBUNWIND 1" >>confdefs.h
17624 CPPFLAGS=$ac_save_CPPFLAGS
17627 case $host in
17628 aarch64*|*-darwin*)
17629 if test "x$wine_cv_have_unw_step$wine_cv_have_libunwind_unw_step" = xnono
17630 then :
17631 case "x$with_unwind" in
17632 x) as_fn_append wine_notices "|libunwind ${notice_platform}development files not found, stack unwinding won't work." ;;
17633 xno) ;;
17634 *) as_fn_error $? "libunwind ${notice_platform}development files not found, stack unwinding won't work.
17635 This is an error since --with-unwind was requested." "$LINENO" 5 ;;
17636 esac
17638 fi ;;
17639 esac
17641 if test "x$with_sdl" != "xno"
17642 then
17643 if ${SDL2_CFLAGS:+false} :
17644 then :
17645 if test ${PKG_CONFIG+y}
17646 then :
17647 SDL2_CFLAGS=`$PKG_CONFIG --cflags sdl2 2>/dev/null`
17651 if ${SDL2_LIBS:+false} :
17652 then :
17653 if test ${PKG_CONFIG+y}
17654 then :
17655 SDL2_LIBS=`$PKG_CONFIG --libs sdl2 2>/dev/null`
17659 SDL2_LIBS=${SDL2_LIBS:-"-lSDL2"}
17660 printf "%s\n" "$as_me:${as_lineno-$LINENO}: sdl2 cflags: $SDL2_CFLAGS" >&5
17661 printf "%s\n" "$as_me:${as_lineno-$LINENO}: sdl2 libs: $SDL2_LIBS" >&5
17662 ac_save_CPPFLAGS=$CPPFLAGS
17663 CPPFLAGS="$CPPFLAGS $SDL2_CFLAGS"
17664 for ac_header in SDL.h
17665 do :
17666 ac_fn_c_check_header_compile "$LINENO" "SDL.h" "ac_cv_header_SDL_h" "$ac_includes_default"
17667 if test "x$ac_cv_header_SDL_h" = xyes
17668 then :
17669 printf "%s\n" "#define HAVE_SDL_H 1" >>confdefs.h
17670 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lSDL2" >&5
17671 printf %s "checking for -lSDL2... " >&6; }
17672 if test ${ac_cv_lib_soname_SDL2+y}
17673 then :
17674 printf %s "(cached) " >&6
17675 else $as_nop
17676 ac_check_soname_save_LIBS=$LIBS
17677 LIBS="-lSDL2 $SDL2_LIBS $LIBS"
17678 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17679 /* end confdefs.h. */
17681 /* Override any GCC internal prototype to avoid an error.
17682 Use char because int might match the return type of a GCC
17683 builtin and then its argument prototype would still apply. */
17684 char SDL_Init ();
17686 main (void)
17688 return SDL_Init ();
17690 return 0;
17692 _ACEOF
17693 if ac_fn_c_try_link "$LINENO"
17694 then :
17695 case "$LIBEXT" in
17696 dll) ac_cv_lib_soname_SDL2=`$ac_cv_path_LDD conftest.exe | grep "SDL2" | sed -e "s/dll.*/dll/"';2,$d'` ;;
17697 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'` ;;
17698 *) 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'`
17699 if ${ac_cv_lib_soname_SDL2:+false} :
17700 then :
17701 ac_cv_lib_soname_SDL2=`$LDD conftest$ac_exeext | grep "libSDL2-2.0*\\.$LIBEXT" | sed -e "s/^.*\(libSDL2-2.0*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
17702 fi ;;
17703 esac
17704 else $as_nop
17705 ac_cv_lib_soname_SDL2=
17707 rm -f core conftest.err conftest.$ac_objext conftest.beam \
17708 conftest$ac_exeext conftest.$ac_ext
17709 LIBS=$ac_check_soname_save_LIBS
17711 if ${ac_cv_lib_soname_SDL2:+false} :
17712 then :
17713 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
17714 printf "%s\n" "not found" >&6; }
17716 else $as_nop
17717 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_SDL2" >&5
17718 printf "%s\n" "$ac_cv_lib_soname_SDL2" >&6; }
17720 printf "%s\n" "#define SONAME_LIBSDL2 \"$ac_cv_lib_soname_SDL2\"" >>confdefs.h
17726 done
17727 CPPFLAGS=$ac_save_CPPFLAGS
17730 if test "x$ac_cv_lib_soname_SDL2" = "x"
17731 then :
17732 case "x$with_sdl" in
17733 x) as_fn_append wine_notices "|libSDL2 ${notice_platform}development files not found, SDL2 won't be supported." ;;
17734 xno) ;;
17735 *) as_fn_error $? "libSDL2 ${notice_platform}development files not found, SDL2 won't be supported.
17736 This is an error since --with-sdl was requested." "$LINENO" 5 ;;
17737 esac
17741 if test "x$with_capi" != "xno"
17742 then
17743 if ${CAPI20_CFLAGS:+false} :
17744 then :
17745 if test ${PKG_CONFIG+y}
17746 then :
17747 CAPI20_CFLAGS=`$PKG_CONFIG --cflags capi20 2>/dev/null`
17751 if ${CAPI20_LIBS:+false} :
17752 then :
17753 if test ${PKG_CONFIG+y}
17754 then :
17755 CAPI20_LIBS=`$PKG_CONFIG --libs capi20 2>/dev/null`
17760 printf "%s\n" "$as_me:${as_lineno-$LINENO}: capi20 cflags: $CAPI20_CFLAGS" >&5
17761 printf "%s\n" "$as_me:${as_lineno-$LINENO}: capi20 libs: $CAPI20_LIBS" >&5
17762 ac_save_CPPFLAGS=$CPPFLAGS
17763 CPPFLAGS="$CPPFLAGS $CAPI20_CFLAGS"
17764 ac_fn_c_check_header_compile "$LINENO" "capi20.h" "ac_cv_header_capi20_h" "#define __user
17766 if test "x$ac_cv_header_capi20_h" = xyes
17767 then :
17768 printf "%s\n" "#define HAVE_CAPI20_H 1" >>confdefs.h
17771 ac_fn_c_check_header_compile "$LINENO" "linux/capi.h" "ac_cv_header_linux_capi_h" "#define __user
17773 if test "x$ac_cv_header_linux_capi_h" = xyes
17774 then :
17775 printf "%s\n" "#define HAVE_LINUX_CAPI_H 1" >>confdefs.h
17779 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
17780 then
17781 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for capi20_register in -lcapi20" >&5
17782 printf %s "checking for capi20_register in -lcapi20... " >&6; }
17783 if test ${ac_cv_lib_capi20_capi20_register+y}
17784 then :
17785 printf %s "(cached) " >&6
17786 else $as_nop
17787 ac_check_lib_save_LIBS=$LIBS
17788 LIBS="-lcapi20 $CAPI20_LIBS $LIBS"
17789 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17790 /* end confdefs.h. */
17792 /* Override any GCC internal prototype to avoid an error.
17793 Use char because int might match the return type of a GCC
17794 builtin and then its argument prototype would still apply. */
17795 char capi20_register ();
17797 main (void)
17799 return capi20_register ();
17801 return 0;
17803 _ACEOF
17804 if ac_fn_c_try_link "$LINENO"
17805 then :
17806 ac_cv_lib_capi20_capi20_register=yes
17807 else $as_nop
17808 ac_cv_lib_capi20_capi20_register=no
17810 rm -f core conftest.err conftest.$ac_objext conftest.beam \
17811 conftest$ac_exeext conftest.$ac_ext
17812 LIBS=$ac_check_lib_save_LIBS
17814 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_capi20_capi20_register" >&5
17815 printf "%s\n" "$ac_cv_lib_capi20_capi20_register" >&6; }
17816 if test "x$ac_cv_lib_capi20_capi20_register" = xyes
17817 then :
17819 else $as_nop
17820 CAPI20_LIBS=""
17824 CPPFLAGS=$ac_save_CPPFLAGS
17827 if test "x$ac_cv_lib_capi20_capi20_register" = "x"
17828 then :
17829 case "x$with_capi" in
17830 x) as_fn_append wine_notices "|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
17831 xno) ;;
17832 *) as_fn_error $? "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
17833 This is an error since --with-capi was requested." "$LINENO" 5 ;;
17834 esac
17835 enable_capi2032=${enable_capi2032:-no}
17838 if test "x$with_cups" != "xno"
17839 then
17840 if ${CUPS_CFLAGS:+false} :
17841 then :
17842 if test ${PKG_CONFIG+y}
17843 then :
17844 CUPS_CFLAGS=`$PKG_CONFIG --cflags cups 2>/dev/null`
17847 test "$cross_compiling" = yes || CUPS_CFLAGS=${CUPS_CFLAGS:-`${CUPS_CONFIG:-cups-config} --cflags 2>/dev/null`}
17848 if ${CUPS_LIBS:+false} :
17849 then :
17850 if test ${PKG_CONFIG+y}
17851 then :
17852 CUPS_LIBS=`$PKG_CONFIG --libs cups 2>/dev/null`
17855 test "$cross_compiling" = yes || CUPS_LIBS=${CUPS_LIBS:-`${CUPS_CONFIG:-cups-config} --libs 2>/dev/null`}
17856 CUPS_LIBS=${CUPS_LIBS:-"-lcups"}
17857 printf "%s\n" "$as_me:${as_lineno-$LINENO}: cups cflags: $CUPS_CFLAGS" >&5
17858 printf "%s\n" "$as_me:${as_lineno-$LINENO}: cups libs: $CUPS_LIBS" >&5
17859 ac_save_CPPFLAGS=$CPPFLAGS
17860 CPPFLAGS="$CPPFLAGS $CUPS_CFLAGS"
17861 ac_fn_c_check_header_compile "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
17862 if test "x$ac_cv_header_cups_cups_h" = xyes
17863 then :
17864 printf "%s\n" "#define HAVE_CUPS_CUPS_H 1" >>confdefs.h
17867 ac_fn_c_check_header_compile "$LINENO" "cups/ppd.h" "ac_cv_header_cups_ppd_h" "$ac_includes_default"
17868 if test "x$ac_cv_header_cups_ppd_h" = xyes
17869 then :
17870 printf "%s\n" "#define HAVE_CUPS_PPD_H 1" >>confdefs.h
17874 if test "$ac_cv_header_cups_cups_h" = "yes"
17875 then
17876 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
17877 printf %s "checking for -lcups... " >&6; }
17878 if test ${ac_cv_lib_soname_cups+y}
17879 then :
17880 printf %s "(cached) " >&6
17881 else $as_nop
17882 ac_check_soname_save_LIBS=$LIBS
17883 LIBS="-lcups $CUPS_LIBS $LIBS"
17884 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17885 /* end confdefs.h. */
17887 /* Override any GCC internal prototype to avoid an error.
17888 Use char because int might match the return type of a GCC
17889 builtin and then its argument prototype would still apply. */
17890 char cupsGetDefault ();
17892 main (void)
17894 return cupsGetDefault ();
17896 return 0;
17898 _ACEOF
17899 if ac_fn_c_try_link "$LINENO"
17900 then :
17901 case "$LIBEXT" in
17902 dll) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
17903 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'` ;;
17904 *) ac_cv_lib_soname_cups=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcups\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcups\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
17905 if ${ac_cv_lib_soname_cups:+false} :
17906 then :
17907 ac_cv_lib_soname_cups=`$LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
17908 fi ;;
17909 esac
17910 else $as_nop
17911 ac_cv_lib_soname_cups=
17913 rm -f core conftest.err conftest.$ac_objext conftest.beam \
17914 conftest$ac_exeext conftest.$ac_ext
17915 LIBS=$ac_check_soname_save_LIBS
17917 if ${ac_cv_lib_soname_cups:+false} :
17918 then :
17919 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
17920 printf "%s\n" "not found" >&6; }
17921 CUPS_LIBS=""
17922 else $as_nop
17923 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
17924 printf "%s\n" "$ac_cv_lib_soname_cups" >&6; }
17926 printf "%s\n" "#define SONAME_LIBCUPS \"$ac_cv_lib_soname_cups\"" >>confdefs.h
17930 else
17931 CUPS_CFLAGS=""
17932 CUPS_LIBS=""
17934 CPPFLAGS=$ac_save_CPPFLAGS
17937 if test "x$ac_cv_lib_soname_cups" = "x"
17938 then :
17939 case "x$with_cups" in
17940 x) as_fn_append wine_notices "|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
17941 xno) ;;
17942 *) as_fn_error $? "libcups ${notice_platform}development files not found, CUPS won't be supported.
17943 This is an error since --with-cups was requested." "$LINENO" 5 ;;
17944 esac
17948 if test "x$with_fontconfig" != "xno"
17949 then
17950 if ${FONTCONFIG_CFLAGS:+false} :
17951 then :
17952 if test ${PKG_CONFIG+y}
17953 then :
17954 FONTCONFIG_CFLAGS=`$PKG_CONFIG --cflags fontconfig 2>/dev/null`
17957 test "$cross_compiling" = yes || FONTCONFIG_CFLAGS=${FONTCONFIG_CFLAGS:-$X_CFLAGS}
17958 if ${FONTCONFIG_LIBS:+false} :
17959 then :
17960 if test ${PKG_CONFIG+y}
17961 then :
17962 FONTCONFIG_LIBS=`$PKG_CONFIG --libs fontconfig 2>/dev/null`
17965 test "$cross_compiling" = yes || FONTCONFIG_LIBS=${FONTCONFIG_LIBS:-$X_LIBS}
17967 printf "%s\n" "$as_me:${as_lineno-$LINENO}: fontconfig cflags: $FONTCONFIG_CFLAGS" >&5
17968 printf "%s\n" "$as_me:${as_lineno-$LINENO}: fontconfig libs: $FONTCONFIG_LIBS" >&5
17969 ac_save_CPPFLAGS=$CPPFLAGS
17970 CPPFLAGS="$CPPFLAGS $FONTCONFIG_CFLAGS"
17971 ac_fn_c_check_header_compile "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
17972 if test "x$ac_cv_header_fontconfig_fontconfig_h" = xyes
17973 then :
17974 printf "%s\n" "#define HAVE_FONTCONFIG_FONTCONFIG_H 1" >>confdefs.h
17978 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
17979 then
17980 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
17981 printf %s "checking for -lfontconfig... " >&6; }
17982 if test ${ac_cv_lib_soname_fontconfig+y}
17983 then :
17984 printf %s "(cached) " >&6
17985 else $as_nop
17986 ac_check_soname_save_LIBS=$LIBS
17987 LIBS="-lfontconfig $FONTCONFIG_LIBS $LIBS"
17988 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17989 /* end confdefs.h. */
17991 /* Override any GCC internal prototype to avoid an error.
17992 Use char because int might match the return type of a GCC
17993 builtin and then its argument prototype would still apply. */
17994 char FcInit ();
17996 main (void)
17998 return FcInit ();
18000 return 0;
18002 _ACEOF
18003 if ac_fn_c_try_link "$LINENO"
18004 then :
18005 case "$LIBEXT" in
18006 dll) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
18007 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'` ;;
18008 *) ac_cv_lib_soname_fontconfig=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfontconfig\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfontconfig\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
18009 if ${ac_cv_lib_soname_fontconfig:+false} :
18010 then :
18011 ac_cv_lib_soname_fontconfig=`$LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
18012 fi ;;
18013 esac
18014 else $as_nop
18015 ac_cv_lib_soname_fontconfig=
18017 rm -f core conftest.err conftest.$ac_objext conftest.beam \
18018 conftest$ac_exeext conftest.$ac_ext
18019 LIBS=$ac_check_soname_save_LIBS
18021 if ${ac_cv_lib_soname_fontconfig:+false} :
18022 then :
18023 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
18024 printf "%s\n" "not found" >&6; }
18025 FONTCONFIG_CFLAGS=""
18026 else $as_nop
18027 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
18028 printf "%s\n" "$ac_cv_lib_soname_fontconfig" >&6; }
18030 printf "%s\n" "#define SONAME_LIBFONTCONFIG \"$ac_cv_lib_soname_fontconfig\"" >>confdefs.h
18034 else
18035 FONTCONFIG_CFLAGS=""
18037 CPPFLAGS=$ac_save_CPPFLAGS
18040 if test "x$ac_cv_lib_soname_fontconfig" = "x"
18041 then :
18042 case "x$with_fontconfig" in
18043 x) as_fn_append wine_notices "|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
18044 xno) ;;
18045 *) as_fn_error $? "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
18046 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
18047 esac
18051 if test "x$with_krb5" != "xno"
18052 then
18053 if ${KRB5_CFLAGS:+false} :
18054 then :
18055 if test ${PKG_CONFIG+y}
18056 then :
18057 KRB5_CFLAGS=`$PKG_CONFIG --cflags krb5 2>/dev/null`
18060 test "$cross_compiling" = yes || KRB5_CFLAGS=${KRB5_CFLAGS:-`${KRB5_CONFIG:-krb5-config} --cflags 2>/dev/null`}
18061 if ${KRB5_LIBS:+false} :
18062 then :
18063 if test ${PKG_CONFIG+y}
18064 then :
18065 KRB5_LIBS=`$PKG_CONFIG --libs krb5 2>/dev/null`
18068 test "$cross_compiling" = yes || KRB5_LIBS=${KRB5_LIBS:-`${KRB5_CONFIG:-krb5-config} --libs 2>/dev/null`}
18070 printf "%s\n" "$as_me:${as_lineno-$LINENO}: krb5 cflags: $KRB5_CFLAGS" >&5
18071 printf "%s\n" "$as_me:${as_lineno-$LINENO}: krb5 libs: $KRB5_LIBS" >&5
18072 ac_save_CPPFLAGS=$CPPFLAGS
18073 CPPFLAGS="$CPPFLAGS $KRB5_CFLAGS"
18074 ac_fn_c_check_header_compile "$LINENO" "krb5/krb5.h" "ac_cv_header_krb5_krb5_h" "$ac_includes_default"
18075 if test "x$ac_cv_header_krb5_krb5_h" = xyes
18076 then :
18077 printf "%s\n" "#define HAVE_KRB5_KRB5_H 1" >>confdefs.h
18081 if test "$ac_cv_header_krb5_krb5_h" = "yes"
18082 then
18083 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lkrb5" >&5
18084 printf %s "checking for -lkrb5... " >&6; }
18085 if test ${ac_cv_lib_soname_krb5+y}
18086 then :
18087 printf %s "(cached) " >&6
18088 else $as_nop
18089 ac_check_soname_save_LIBS=$LIBS
18090 LIBS="-lkrb5 $KRB5_LIBS $LIBS"
18091 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18092 /* end confdefs.h. */
18094 /* Override any GCC internal prototype to avoid an error.
18095 Use char because int might match the return type of a GCC
18096 builtin and then its argument prototype would still apply. */
18097 char krb5_is_config_principal ();
18099 main (void)
18101 return krb5_is_config_principal ();
18103 return 0;
18105 _ACEOF
18106 if ac_fn_c_try_link "$LINENO"
18107 then :
18108 case "$LIBEXT" in
18109 dll) ac_cv_lib_soname_krb5=`$ac_cv_path_LDD conftest.exe | grep "krb5" | sed -e "s/dll.*/dll/"';2,$d'` ;;
18110 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'` ;;
18111 *) ac_cv_lib_soname_krb5=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libkrb5\\.$LIBEXT" | sed -e "s/^.*\\[\\(libkrb5\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
18112 if ${ac_cv_lib_soname_krb5:+false} :
18113 then :
18114 ac_cv_lib_soname_krb5=`$LDD conftest$ac_exeext | grep "libkrb5\\.$LIBEXT" | sed -e "s/^.*\(libkrb5\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
18115 fi ;;
18116 esac
18117 else $as_nop
18118 ac_cv_lib_soname_krb5=
18120 rm -f core conftest.err conftest.$ac_objext conftest.beam \
18121 conftest$ac_exeext conftest.$ac_ext
18122 LIBS=$ac_check_soname_save_LIBS
18124 if ${ac_cv_lib_soname_krb5:+false} :
18125 then :
18126 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
18127 printf "%s\n" "not found" >&6; }
18128 KRB5_CFLAGS=""
18129 else $as_nop
18130 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_krb5" >&5
18131 printf "%s\n" "$ac_cv_lib_soname_krb5" >&6; }
18133 printf "%s\n" "#define SONAME_LIBKRB5 \"$ac_cv_lib_soname_krb5\"" >>confdefs.h
18137 else
18138 KRB5_CFLAGS=""
18140 CPPFLAGS=$ac_save_CPPFLAGS
18143 if test "x$ac_cv_lib_soname_krb5" = "x"
18144 then :
18145 case "x$with_krb5" in
18146 x) as_fn_append wine_notices "|libkrb5 ${notice_platform}development files not found (or too old), Kerberos won't be supported." ;;
18147 xno) ;;
18148 *) as_fn_error $? "libkrb5 ${notice_platform}development files not found (or too old), Kerberos won't be supported.
18149 This is an error since --with-krb5 was requested." "$LINENO" 5 ;;
18150 esac
18153 test "x$ac_cv_lib_soname_krb5" != "x" || with_gssapi=${with_gssapi:-no}
18155 if test "x$with_gssapi" != "xno"
18156 then
18157 if ${GSSAPI_CFLAGS:+false} :
18158 then :
18159 if test ${PKG_CONFIG+y}
18160 then :
18161 GSSAPI_CFLAGS=`$PKG_CONFIG --cflags krb5-gssapi 2>/dev/null`
18164 test "$cross_compiling" = yes || GSSAPI_CFLAGS=${GSSAPI_CFLAGS:-`${KRB5_CONFIG:-krb5-config} --cflags gssapi 2>/dev/null`}
18165 if ${GSSAPI_LIBS:+false} :
18166 then :
18167 if test ${PKG_CONFIG+y}
18168 then :
18169 GSSAPI_LIBS=`$PKG_CONFIG --libs krb5-gssapi 2>/dev/null`
18172 test "$cross_compiling" = yes || GSSAPI_LIBS=${GSSAPI_LIBS:-`${KRB5_CONFIG:-krb5-config} --libs gssapi 2>/dev/null`}
18174 printf "%s\n" "$as_me:${as_lineno-$LINENO}: krb5-gssapi cflags: $GSSAPI_CFLAGS" >&5
18175 printf "%s\n" "$as_me:${as_lineno-$LINENO}: krb5-gssapi libs: $GSSAPI_LIBS" >&5
18176 ac_save_CPPFLAGS=$CPPFLAGS
18177 CPPFLAGS="$CPPFLAGS $GSSAPI_CFLAGS"
18178 ac_fn_c_check_header_compile "$LINENO" "gssapi/gssapi.h" "ac_cv_header_gssapi_gssapi_h" "$ac_includes_default"
18179 if test "x$ac_cv_header_gssapi_gssapi_h" = xyes
18180 then :
18181 printf "%s\n" "#define HAVE_GSSAPI_GSSAPI_H 1" >>confdefs.h
18184 ac_fn_c_check_header_compile "$LINENO" "gssapi/gssapi_ext.h" "ac_cv_header_gssapi_gssapi_ext_h" "$ac_includes_default"
18185 if test "x$ac_cv_header_gssapi_gssapi_ext_h" = xyes
18186 then :
18187 printf "%s\n" "#define HAVE_GSSAPI_GSSAPI_EXT_H 1" >>confdefs.h
18191 if test "$ac_cv_header_gssapi_gssapi_h" = "yes" -a "$ac_cv_header_gssapi_gssapi_ext_h" = "yes"
18192 then
18193 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lgssapi_krb5" >&5
18194 printf %s "checking for -lgssapi_krb5... " >&6; }
18195 if test ${ac_cv_lib_soname_gssapi_krb5+y}
18196 then :
18197 printf %s "(cached) " >&6
18198 else $as_nop
18199 ac_check_soname_save_LIBS=$LIBS
18200 LIBS="-lgssapi_krb5 $GSSAPI_LIBS $LIBS"
18201 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18202 /* end confdefs.h. */
18204 /* Override any GCC internal prototype to avoid an error.
18205 Use char because int might match the return type of a GCC
18206 builtin and then its argument prototype would still apply. */
18207 char gss_init_sec_context ();
18209 main (void)
18211 return gss_init_sec_context ();
18213 return 0;
18215 _ACEOF
18216 if ac_fn_c_try_link "$LINENO"
18217 then :
18218 case "$LIBEXT" in
18219 dll) ac_cv_lib_soname_gssapi_krb5=`$ac_cv_path_LDD conftest.exe | grep "gssapi_krb5" | sed -e "s/dll.*/dll/"';2,$d'` ;;
18220 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'` ;;
18221 *) 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'`
18222 if ${ac_cv_lib_soname_gssapi_krb5:+false} :
18223 then :
18224 ac_cv_lib_soname_gssapi_krb5=`$LDD conftest$ac_exeext | grep "libgssapi_krb5\\.$LIBEXT" | sed -e "s/^.*\(libgssapi_krb5\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
18225 fi ;;
18226 esac
18227 else $as_nop
18228 ac_cv_lib_soname_gssapi_krb5=
18230 rm -f core conftest.err conftest.$ac_objext conftest.beam \
18231 conftest$ac_exeext conftest.$ac_ext
18232 LIBS=$ac_check_soname_save_LIBS
18234 if ${ac_cv_lib_soname_gssapi_krb5:+false} :
18235 then :
18236 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
18237 printf "%s\n" "not found" >&6; }
18238 GSSAPI_CFLAGS=""
18239 else $as_nop
18240 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gssapi_krb5" >&5
18241 printf "%s\n" "$ac_cv_lib_soname_gssapi_krb5" >&6; }
18243 printf "%s\n" "#define SONAME_LIBGSSAPI_KRB5 \"$ac_cv_lib_soname_gssapi_krb5\"" >>confdefs.h
18247 else
18248 GSSAPI_CFLAGS=""
18250 CPPFLAGS=$ac_save_CPPFLAGS
18253 if test "x$ac_cv_lib_soname_gssapi_krb5" = "x"
18254 then :
18255 case "x$with_gssapi" in
18256 x) as_fn_append wine_notices "|libgssapi_krb5 ${notice_platform}development files not found (or too old), no Kerberos SSP support." ;;
18257 xno) ;;
18258 *) as_fn_error $? "libgssapi_krb5 ${notice_platform}development files not found (or too old), no Kerberos SSP support.
18259 This is an error since --with-gssapi was requested." "$LINENO" 5 ;;
18260 esac
18264 if test "$ac_cv_header_AL_al_h" = "yes"
18265 then
18266 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
18267 printf %s "checking for -lopenal... " >&6; }
18268 if test ${ac_cv_lib_soname_openal+y}
18269 then :
18270 printf %s "(cached) " >&6
18271 else $as_nop
18272 ac_check_soname_save_LIBS=$LIBS
18273 LIBS="-lopenal $LIBS"
18274 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18275 /* end confdefs.h. */
18277 /* Override any GCC internal prototype to avoid an error.
18278 Use char because int might match the return type of a GCC
18279 builtin and then its argument prototype would still apply. */
18280 char alGetSource3i ();
18282 main (void)
18284 return alGetSource3i ();
18286 return 0;
18288 _ACEOF
18289 if ac_fn_c_try_link "$LINENO"
18290 then :
18291 case "$LIBEXT" in
18292 dll) ac_cv_lib_soname_openal=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
18293 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'` ;;
18294 *) ac_cv_lib_soname_openal=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libopenal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libopenal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
18295 if ${ac_cv_lib_soname_openal:+false} :
18296 then :
18297 ac_cv_lib_soname_openal=`$LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
18298 fi ;;
18299 esac
18300 else $as_nop
18301 ac_cv_lib_soname_openal=
18303 rm -f core conftest.err conftest.$ac_objext conftest.beam \
18304 conftest$ac_exeext conftest.$ac_ext
18305 LIBS=$ac_check_soname_save_LIBS
18307 if ${ac_cv_lib_soname_openal:+false} :
18308 then :
18309 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
18310 printf "%s\n" "not found" >&6; }
18312 else $as_nop
18313 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
18314 printf "%s\n" "$ac_cv_lib_soname_openal" >&6; }
18316 printf "%s\n" "#define SONAME_LIBOPENAL \"$ac_cv_lib_soname_openal\"" >>confdefs.h
18318 OPENAL_LIBS="-lopenal"
18320 ac_cv_lib_openal=yes
18322 printf "%s\n" "#define HAVE_OPENAL 1" >>confdefs.h
18326 if test "x$ac_cv_lib_openal" != xyes
18327 then :
18328 case "x$with_openal" in
18329 x) as_fn_append wine_notices "|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
18330 xno) ;;
18331 *) as_fn_error $? "libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
18332 This is an error since --with-openal was requested." "$LINENO" 5 ;;
18333 esac
18334 enable_openal32=${enable_openal32:-no}
18337 if test "$ac_cv_header_libprocstat_h" = "yes"
18338 then
18339 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for procstat_open_sysctl in -lprocstat" >&5
18340 printf %s "checking for procstat_open_sysctl in -lprocstat... " >&6; }
18341 if test ${ac_cv_lib_procstat_procstat_open_sysctl+y}
18342 then :
18343 printf %s "(cached) " >&6
18344 else $as_nop
18345 ac_check_lib_save_LIBS=$LIBS
18346 LIBS="-lprocstat $LIBS"
18347 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18348 /* end confdefs.h. */
18350 /* Override any GCC internal prototype to avoid an error.
18351 Use char because int might match the return type of a GCC
18352 builtin and then its argument prototype would still apply. */
18353 char procstat_open_sysctl ();
18355 main (void)
18357 return procstat_open_sysctl ();
18359 return 0;
18361 _ACEOF
18362 if ac_fn_c_try_link "$LINENO"
18363 then :
18364 ac_cv_lib_procstat_procstat_open_sysctl=yes
18365 else $as_nop
18366 ac_cv_lib_procstat_procstat_open_sysctl=no
18368 rm -f core conftest.err conftest.$ac_objext conftest.beam \
18369 conftest$ac_exeext conftest.$ac_ext
18370 LIBS=$ac_check_lib_save_LIBS
18372 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_procstat_procstat_open_sysctl" >&5
18373 printf "%s\n" "$ac_cv_lib_procstat_procstat_open_sysctl" >&6; }
18374 if test "x$ac_cv_lib_procstat_procstat_open_sysctl" = xyes
18375 then :
18377 printf "%s\n" "#define HAVE_LIBPROCSTAT 1" >>confdefs.h
18379 PROCSTAT_LIBS="-lprocstat"
18385 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
18386 printf %s "checking for -lodbc... " >&6; }
18387 if test ${ac_cv_lib_soname_odbc+y}
18388 then :
18389 printf %s "(cached) " >&6
18390 else $as_nop
18391 ac_check_soname_save_LIBS=$LIBS
18392 LIBS="-lodbc $LIBS"
18393 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18394 /* end confdefs.h. */
18396 /* Override any GCC internal prototype to avoid an error.
18397 Use char because int might match the return type of a GCC
18398 builtin and then its argument prototype would still apply. */
18399 char SQLConnect ();
18401 main (void)
18403 return SQLConnect ();
18405 return 0;
18407 _ACEOF
18408 if ac_fn_c_try_link "$LINENO"
18409 then :
18410 case "$LIBEXT" in
18411 dll) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
18412 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'` ;;
18413 *) ac_cv_lib_soname_odbc=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libodbc\\.$LIBEXT" | sed -e "s/^.*\\[\\(libodbc\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
18414 if ${ac_cv_lib_soname_odbc:+false} :
18415 then :
18416 ac_cv_lib_soname_odbc=`$LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
18417 fi ;;
18418 esac
18419 else $as_nop
18420 ac_cv_lib_soname_odbc=
18422 rm -f core conftest.err conftest.$ac_objext conftest.beam \
18423 conftest$ac_exeext conftest.$ac_ext
18424 LIBS=$ac_check_soname_save_LIBS
18426 if ${ac_cv_lib_soname_odbc:+false} :
18427 then :
18428 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
18429 printf "%s\n" "not found" >&6; }
18430 printf "%s\n" "#define SONAME_LIBODBC \"libodbc.$LIBEXT\"" >>confdefs.h
18432 else $as_nop
18433 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
18434 printf "%s\n" "$ac_cv_lib_soname_odbc" >&6; }
18436 printf "%s\n" "#define SONAME_LIBODBC \"$ac_cv_lib_soname_odbc\"" >>confdefs.h
18441 if test "x$with_netapi" != "xno"
18442 then
18443 if ${NETAPI_CFLAGS:+false} :
18444 then :
18445 if test ${PKG_CONFIG+y}
18446 then :
18447 NETAPI_CFLAGS=`$PKG_CONFIG --cflags netapi 2>/dev/null`
18451 if ${NETAPI_LIBS:+false} :
18452 then :
18453 if test ${PKG_CONFIG+y}
18454 then :
18455 NETAPI_LIBS=`$PKG_CONFIG --libs netapi 2>/dev/null`
18460 printf "%s\n" "$as_me:${as_lineno-$LINENO}: netapi cflags: $NETAPI_CFLAGS" >&5
18461 printf "%s\n" "$as_me:${as_lineno-$LINENO}: netapi libs: $NETAPI_LIBS" >&5
18462 ac_save_CPPFLAGS=$CPPFLAGS
18463 CPPFLAGS="$CPPFLAGS $NETAPI_CFLAGS"
18464 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lnetapi" >&5
18465 printf %s "checking for -lnetapi... " >&6; }
18466 if test ${ac_cv_lib_soname_netapi+y}
18467 then :
18468 printf %s "(cached) " >&6
18469 else $as_nop
18470 ac_check_soname_save_LIBS=$LIBS
18471 LIBS="-lnetapi $NETAPI_LIBS $LIBS"
18472 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18473 /* end confdefs.h. */
18475 /* Override any GCC internal prototype to avoid an error.
18476 Use char because int might match the return type of a GCC
18477 builtin and then its argument prototype would still apply. */
18478 char libnetapi_init ();
18480 main (void)
18482 return libnetapi_init ();
18484 return 0;
18486 _ACEOF
18487 if ac_fn_c_try_link "$LINENO"
18488 then :
18489 case "$LIBEXT" in
18490 dll) ac_cv_lib_soname_netapi=`$ac_cv_path_LDD conftest.exe | grep "netapi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
18491 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'` ;;
18492 *) ac_cv_lib_soname_netapi=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libnetapi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libnetapi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
18493 if ${ac_cv_lib_soname_netapi:+false} :
18494 then :
18495 ac_cv_lib_soname_netapi=`$LDD conftest$ac_exeext | grep "libnetapi\\.$LIBEXT" | sed -e "s/^.*\(libnetapi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
18496 fi ;;
18497 esac
18498 else $as_nop
18499 ac_cv_lib_soname_netapi=
18501 rm -f core conftest.err conftest.$ac_objext conftest.beam \
18502 conftest$ac_exeext conftest.$ac_ext
18503 LIBS=$ac_check_soname_save_LIBS
18505 if ${ac_cv_lib_soname_netapi:+false} :
18506 then :
18507 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
18508 printf "%s\n" "not found" >&6; }
18509 printf "%s\n" "#define SONAME_LIBNETAPI \"libnetapi.$LIBEXT\"" >>confdefs.h
18511 else $as_nop
18512 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_netapi" >&5
18513 printf "%s\n" "$ac_cv_lib_soname_netapi" >&6; }
18515 printf "%s\n" "#define SONAME_LIBNETAPI \"$ac_cv_lib_soname_netapi\"" >>confdefs.h
18519 CPPFLAGS=$ac_save_CPPFLAGS
18522 if test "x$ac_cv_lib_soname_netapi" = "x"
18523 then :
18524 case "x$with_netapi" in
18525 x) as_fn_append wine_notices "|libnetapi not found, Samba NetAPI won't be supported." ;;
18526 xno) ;;
18527 *) as_fn_error $? "libnetapi not found, Samba NetAPI won't be supported.
18528 This is an error since --with-netapi was requested." "$LINENO" 5 ;;
18529 esac
18530 enable_netapi=${enable_netapi:-no}
18534 if test "x$enable_winealsa_drv$enable_winecoreaudio_drv$enable_winepulse_drv$enable_wineoss_drv$enable_wineandroid_drv" = xnonononono -a \
18535 "x$with_alsa$with_coreaudio$with_oss$with_pulse" != xnononono
18536 then
18537 as_fn_append wine_warnings "|No sound system was found. Windows applications will be silent."
18540 if test "x$with_vulkan" != "xno"
18541 then
18542 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lvulkan" >&5
18543 printf %s "checking for -lvulkan... " >&6; }
18544 if test ${ac_cv_lib_soname_vulkan+y}
18545 then :
18546 printf %s "(cached) " >&6
18547 else $as_nop
18548 ac_check_soname_save_LIBS=$LIBS
18549 LIBS="-lvulkan $LIBS"
18550 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18551 /* end confdefs.h. */
18553 /* Override any GCC internal prototype to avoid an error.
18554 Use char because int might match the return type of a GCC
18555 builtin and then its argument prototype would still apply. */
18556 char vkGetInstanceProcAddr ();
18558 main (void)
18560 return vkGetInstanceProcAddr ();
18562 return 0;
18564 _ACEOF
18565 if ac_fn_c_try_link "$LINENO"
18566 then :
18567 case "$LIBEXT" in
18568 dll) ac_cv_lib_soname_vulkan=`$ac_cv_path_LDD conftest.exe | grep "vulkan" | sed -e "s/dll.*/dll/"';2,$d'` ;;
18569 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'` ;;
18570 *) ac_cv_lib_soname_vulkan=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libvulkan\\.$LIBEXT" | sed -e "s/^.*\\[\\(libvulkan\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
18571 if ${ac_cv_lib_soname_vulkan:+false} :
18572 then :
18573 ac_cv_lib_soname_vulkan=`$LDD conftest$ac_exeext | grep "libvulkan\\.$LIBEXT" | sed -e "s/^.*\(libvulkan\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
18574 fi ;;
18575 esac
18576 else $as_nop
18577 ac_cv_lib_soname_vulkan=
18579 rm -f core conftest.err conftest.$ac_objext conftest.beam \
18580 conftest$ac_exeext conftest.$ac_ext
18581 LIBS=$ac_check_soname_save_LIBS
18583 if ${ac_cv_lib_soname_vulkan:+false} :
18584 then :
18585 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
18586 printf "%s\n" "not found" >&6; }
18588 else $as_nop
18589 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_vulkan" >&5
18590 printf "%s\n" "$ac_cv_lib_soname_vulkan" >&6; }
18592 printf "%s\n" "#define SONAME_LIBVULKAN \"$ac_cv_lib_soname_vulkan\"" >>confdefs.h
18596 if test "x$ac_cv_lib_soname_vulkan" = "x"
18597 then
18598 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lMoltenVK" >&5
18599 printf %s "checking for -lMoltenVK... " >&6; }
18600 if test ${ac_cv_lib_soname_MoltenVK+y}
18601 then :
18602 printf %s "(cached) " >&6
18603 else $as_nop
18604 ac_check_soname_save_LIBS=$LIBS
18605 LIBS="-lMoltenVK $LIBS"
18606 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18607 /* end confdefs.h. */
18609 /* Override any GCC internal prototype to avoid an error.
18610 Use char because int might match the return type of a GCC
18611 builtin and then its argument prototype would still apply. */
18612 char vkGetInstanceProcAddr ();
18614 main (void)
18616 return vkGetInstanceProcAddr ();
18618 return 0;
18620 _ACEOF
18621 if ac_fn_c_try_link "$LINENO"
18622 then :
18623 case "$LIBEXT" in
18624 dll) ac_cv_lib_soname_MoltenVK=`$ac_cv_path_LDD conftest.exe | grep "MoltenVK" | sed -e "s/dll.*/dll/"';2,$d'` ;;
18625 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'` ;;
18626 *) ac_cv_lib_soname_MoltenVK=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libMoltenVK\\.$LIBEXT" | sed -e "s/^.*\\[\\(libMoltenVK\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
18627 if ${ac_cv_lib_soname_MoltenVK:+false} :
18628 then :
18629 ac_cv_lib_soname_MoltenVK=`$LDD conftest$ac_exeext | grep "libMoltenVK\\.$LIBEXT" | sed -e "s/^.*\(libMoltenVK\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
18630 fi ;;
18631 esac
18632 else $as_nop
18633 ac_cv_lib_soname_MoltenVK=
18635 rm -f core conftest.err conftest.$ac_objext conftest.beam \
18636 conftest$ac_exeext conftest.$ac_ext
18637 LIBS=$ac_check_soname_save_LIBS
18639 if ${ac_cv_lib_soname_MoltenVK:+false} :
18640 then :
18641 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
18642 printf "%s\n" "not found" >&6; }
18644 else $as_nop
18645 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_MoltenVK" >&5
18646 printf "%s\n" "$ac_cv_lib_soname_MoltenVK" >&6; }
18648 printf "%s\n" "#define SONAME_LIBMOLTENVK \"$ac_cv_lib_soname_MoltenVK\"" >>confdefs.h
18654 if test "x$ac_cv_lib_soname_vulkan" = "x" -a "x$ac_cv_lib_soname_MoltenVK" = "x"
18655 then :
18656 case "x$with_vulkan" in
18657 x) as_fn_append wine_notices "|libvulkan and libMoltenVK ${notice_platform}development files not found, Vulkan won't be supported." ;;
18658 xno) ;;
18659 *) as_fn_error $? "libvulkan and libMoltenVK ${notice_platform}development files not found, Vulkan won't be supported.
18660 This is an error since --with-vulkan was requested." "$LINENO" 5 ;;
18661 esac
18665 if test "x$with_vkd3d" != "xno"
18666 then
18667 if ${VKD3D_CFLAGS:+false} :
18668 then :
18669 if test ${PKG_CONFIG+y}
18670 then :
18671 VKD3D_CFLAGS=`$PKG_CONFIG --cflags libvkd3d 2>/dev/null`
18675 if ${VKD3D_LIBS:+false} :
18676 then :
18677 if test ${PKG_CONFIG+y}
18678 then :
18679 VKD3D_LIBS=`$PKG_CONFIG --libs libvkd3d 2>/dev/null`
18684 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libvkd3d cflags: $VKD3D_CFLAGS" >&5
18685 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libvkd3d libs: $VKD3D_LIBS" >&5
18686 ac_save_CPPFLAGS=$CPPFLAGS
18687 CPPFLAGS="$CPPFLAGS $VKD3D_CFLAGS"
18688 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lvkd3d" >&5
18689 printf %s "checking for -lvkd3d... " >&6; }
18690 if test ${ac_cv_lib_soname_vkd3d+y}
18691 then :
18692 printf %s "(cached) " >&6
18693 else $as_nop
18694 ac_check_soname_save_LIBS=$LIBS
18695 LIBS="-lvkd3d $VKD3D_LIBS $LIBS"
18696 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18697 /* end confdefs.h. */
18699 /* Override any GCC internal prototype to avoid an error.
18700 Use char because int might match the return type of a GCC
18701 builtin and then its argument prototype would still apply. */
18702 char vkd3d_serialize_versioned_root_signature ();
18704 main (void)
18706 return vkd3d_serialize_versioned_root_signature ();
18708 return 0;
18710 _ACEOF
18711 if ac_fn_c_try_link "$LINENO"
18712 then :
18713 case "$LIBEXT" in
18714 dll) ac_cv_lib_soname_vkd3d=`$ac_cv_path_LDD conftest.exe | grep "vkd3d" | sed -e "s/dll.*/dll/"';2,$d'` ;;
18715 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'` ;;
18716 *) ac_cv_lib_soname_vkd3d=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libvkd3d\\.$LIBEXT" | sed -e "s/^.*\\[\\(libvkd3d\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
18717 if ${ac_cv_lib_soname_vkd3d:+false} :
18718 then :
18719 ac_cv_lib_soname_vkd3d=`$LDD conftest$ac_exeext | grep "libvkd3d\\.$LIBEXT" | sed -e "s/^.*\(libvkd3d\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
18720 fi ;;
18721 esac
18722 else $as_nop
18723 ac_cv_lib_soname_vkd3d=
18725 rm -f core conftest.err conftest.$ac_objext conftest.beam \
18726 conftest$ac_exeext conftest.$ac_ext
18727 LIBS=$ac_check_soname_save_LIBS
18729 if ${ac_cv_lib_soname_vkd3d:+false} :
18730 then :
18731 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
18732 printf "%s\n" "not found" >&6; }
18734 else $as_nop
18735 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_vkd3d" >&5
18736 printf "%s\n" "$ac_cv_lib_soname_vkd3d" >&6; }
18738 printf "%s\n" "#define SONAME_LIBVKD3D \"$ac_cv_lib_soname_vkd3d\"" >>confdefs.h
18742 CPPFLAGS=$ac_save_CPPFLAGS
18744 if ${VKD3D_SHADER_CFLAGS:+false} :
18745 then :
18746 if test ${PKG_CONFIG+y}
18747 then :
18748 VKD3D_SHADER_CFLAGS=`$PKG_CONFIG --cflags libvkd3d-shader 2>/dev/null`
18752 if ${VKD3D_SHADER_LIBS:+false} :
18753 then :
18754 if test ${PKG_CONFIG+y}
18755 then :
18756 VKD3D_SHADER_LIBS=`$PKG_CONFIG --libs libvkd3d-shader 2>/dev/null`
18761 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libvkd3d-shader cflags: $VKD3D_SHADER_CFLAGS" >&5
18762 printf "%s\n" "$as_me:${as_lineno-$LINENO}: libvkd3d-shader libs: $VKD3D_SHADER_LIBS" >&5
18763 ac_save_CPPFLAGS=$CPPFLAGS
18764 CPPFLAGS="$CPPFLAGS $VKD3D_SHADER_CFLAGS"
18765 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -lvkd3d-shader" >&5
18766 printf %s "checking for -lvkd3d-shader... " >&6; }
18767 if test ${ac_cv_lib_soname_vkd3d_shader+y}
18768 then :
18769 printf %s "(cached) " >&6
18770 else $as_nop
18771 ac_check_soname_save_LIBS=$LIBS
18772 LIBS="-lvkd3d-shader $VKD3D_SHADER_LIBS $LIBS"
18773 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18774 /* end confdefs.h. */
18776 /* Override any GCC internal prototype to avoid an error.
18777 Use char because int might match the return type of a GCC
18778 builtin and then its argument prototype would still apply. */
18779 char vkd3d_shader_compile ();
18781 main (void)
18783 return vkd3d_shader_compile ();
18785 return 0;
18787 _ACEOF
18788 if ac_fn_c_try_link "$LINENO"
18789 then :
18790 case "$LIBEXT" in
18791 dll) ac_cv_lib_soname_vkd3d_shader=`$ac_cv_path_LDD conftest.exe | grep "vkd3d-shader" | sed -e "s/dll.*/dll/"';2,$d'` ;;
18792 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'` ;;
18793 *) 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'`
18794 if ${ac_cv_lib_soname_vkd3d_shader:+false} :
18795 then :
18796 ac_cv_lib_soname_vkd3d_shader=`$LDD conftest$ac_exeext | grep "libvkd3d-shader\\.$LIBEXT" | sed -e "s/^.*\(libvkd3d-shader\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
18797 fi ;;
18798 esac
18799 else $as_nop
18800 ac_cv_lib_soname_vkd3d_shader=
18802 rm -f core conftest.err conftest.$ac_objext conftest.beam \
18803 conftest$ac_exeext conftest.$ac_ext
18804 LIBS=$ac_check_soname_save_LIBS
18806 if ${ac_cv_lib_soname_vkd3d_shader:+false} :
18807 then :
18808 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
18809 printf "%s\n" "not found" >&6; }
18811 else $as_nop
18812 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_vkd3d_shader" >&5
18813 printf "%s\n" "$ac_cv_lib_soname_vkd3d_shader" >&6; }
18815 printf "%s\n" "#define SONAME_LIBVKD3D_SHADER \"$ac_cv_lib_soname_vkd3d_shader\"" >>confdefs.h
18819 CPPFLAGS=$ac_save_CPPFLAGS
18822 if test "x$ac_cv_lib_soname_vkd3d" = "x"
18823 then :
18824 case "x$with_vkd3d" in
18825 x) as_fn_append wine_notices "|vkd3d ${notice_platform}development files not found (or too old), Direct3D 12 won't be supported." ;;
18826 xno) ;;
18827 *) as_fn_error $? "vkd3d ${notice_platform}development files not found (or too old), Direct3D 12 won't be supported.
18828 This is an error since --with-vkd3d was requested." "$LINENO" 5 ;;
18829 esac
18832 test "x$ac_cv_lib_soname_vkd3d" != "x" || enable_d3d12=${enable_d3d12:-no}
18835 if test "x${GCC}" = "xyes"
18836 then
18837 EXTRACFLAGS="$EXTRACFLAGS -Wall -pipe"
18839 saved_CFLAGS=$CFLAGS
18840 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unknown-warning-option" >&5
18841 printf %s "checking whether the compiler supports -Werror=unknown-warning-option... " >&6; }
18842 if test ${ac_cv_cflags__Werror_unknown_warning_option+y}
18843 then :
18844 printf %s "(cached) " >&6
18845 else $as_nop
18846 ac_wine_try_cflags_saved=$CFLAGS
18847 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
18848 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18849 /* end confdefs.h. */
18850 int main(int argc, char **argv) { return 0; }
18851 _ACEOF
18852 if ac_fn_c_try_link "$LINENO"
18853 then :
18854 ac_cv_cflags__Werror_unknown_warning_option=yes
18855 else $as_nop
18856 ac_cv_cflags__Werror_unknown_warning_option=no
18858 rm -f core conftest.err conftest.$ac_objext conftest.beam \
18859 conftest$ac_exeext conftest.$ac_ext
18860 CFLAGS=$ac_wine_try_cflags_saved
18862 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_unknown_warning_option" >&5
18863 printf "%s\n" "$ac_cv_cflags__Werror_unknown_warning_option" >&6; }
18864 if test "x$ac_cv_cflags__Werror_unknown_warning_option" = xyes
18865 then :
18866 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
18868 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unused-command-line-argument" >&5
18869 printf %s "checking whether the compiler supports -Werror=unused-command-line-argument... " >&6; }
18870 if test ${ac_cv_cflags__Werror_unused_command_line_argument+y}
18871 then :
18872 printf %s "(cached) " >&6
18873 else $as_nop
18874 ac_wine_try_cflags_saved=$CFLAGS
18875 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
18876 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18877 /* end confdefs.h. */
18878 int main(int argc, char **argv) { return 0; }
18879 _ACEOF
18880 if ac_fn_c_try_link "$LINENO"
18881 then :
18882 ac_cv_cflags__Werror_unused_command_line_argument=yes
18883 else $as_nop
18884 ac_cv_cflags__Werror_unused_command_line_argument=no
18886 rm -f core conftest.err conftest.$ac_objext conftest.beam \
18887 conftest$ac_exeext conftest.$ac_ext
18888 CFLAGS=$ac_wine_try_cflags_saved
18890 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_unused_command_line_argument" >&5
18891 printf "%s\n" "$ac_cv_cflags__Werror_unused_command_line_argument" >&6; }
18892 if test "x$ac_cv_cflags__Werror_unused_command_line_argument" = xyes
18893 then :
18894 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
18896 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=ignored-optimization-argument" >&5
18897 printf %s "checking whether the compiler supports -Werror=ignored-optimization-argument... " >&6; }
18898 if test ${ac_cv_cflags__Werror_ignored_optimization_argument+y}
18899 then :
18900 printf %s "(cached) " >&6
18901 else $as_nop
18902 ac_wine_try_cflags_saved=$CFLAGS
18903 CFLAGS="$CFLAGS -Werror=ignored-optimization-argument"
18904 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18905 /* end confdefs.h. */
18906 int main(int argc, char **argv) { return 0; }
18907 _ACEOF
18908 if ac_fn_c_try_link "$LINENO"
18909 then :
18910 ac_cv_cflags__Werror_ignored_optimization_argument=yes
18911 else $as_nop
18912 ac_cv_cflags__Werror_ignored_optimization_argument=no
18914 rm -f core conftest.err conftest.$ac_objext conftest.beam \
18915 conftest$ac_exeext conftest.$ac_ext
18916 CFLAGS=$ac_wine_try_cflags_saved
18918 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_ignored_optimization_argument" >&5
18919 printf "%s\n" "$ac_cv_cflags__Werror_ignored_optimization_argument" >&6; }
18920 if test "x$ac_cv_cflags__Werror_ignored_optimization_argument" = xyes
18921 then :
18922 CFLAGS="$CFLAGS -Werror=ignored-optimization-argument"
18924 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fcf-protection=none" >&5
18925 printf %s "checking whether the compiler supports -fcf-protection=none... " >&6; }
18926 if test ${ac_cv_cflags__fcf_protection_none+y}
18927 then :
18928 printf %s "(cached) " >&6
18929 else $as_nop
18930 ac_wine_try_cflags_saved=$CFLAGS
18931 CFLAGS="$CFLAGS -fcf-protection=none"
18932 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18933 /* end confdefs.h. */
18934 int main(int argc, char **argv) { return 0; }
18935 _ACEOF
18936 if ac_fn_c_try_link "$LINENO"
18937 then :
18938 ac_cv_cflags__fcf_protection_none=yes
18939 else $as_nop
18940 ac_cv_cflags__fcf_protection_none=no
18942 rm -f core conftest.err conftest.$ac_objext conftest.beam \
18943 conftest$ac_exeext conftest.$ac_ext
18944 CFLAGS=$ac_wine_try_cflags_saved
18946 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fcf_protection_none" >&5
18947 printf "%s\n" "$ac_cv_cflags__fcf_protection_none" >&6; }
18948 if test "x$ac_cv_cflags__fcf_protection_none" = xyes
18949 then :
18950 EXTRACFLAGS="$EXTRACFLAGS -fcf-protection=none"
18952 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-stack-protector" >&5
18953 printf %s "checking whether the compiler supports -fno-stack-protector... " >&6; }
18954 if test ${ac_cv_cflags__fno_stack_protector+y}
18955 then :
18956 printf %s "(cached) " >&6
18957 else $as_nop
18958 ac_wine_try_cflags_saved=$CFLAGS
18959 CFLAGS="$CFLAGS -fno-stack-protector"
18960 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18961 /* end confdefs.h. */
18962 int main(int argc, char **argv) { return 0; }
18963 _ACEOF
18964 if ac_fn_c_try_link "$LINENO"
18965 then :
18966 ac_cv_cflags__fno_stack_protector=yes
18967 else $as_nop
18968 ac_cv_cflags__fno_stack_protector=no
18970 rm -f core conftest.err conftest.$ac_objext conftest.beam \
18971 conftest$ac_exeext conftest.$ac_ext
18972 CFLAGS=$ac_wine_try_cflags_saved
18974 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_stack_protector" >&5
18975 printf "%s\n" "$ac_cv_cflags__fno_stack_protector" >&6; }
18976 if test "x$ac_cv_cflags__fno_stack_protector" = xyes
18977 then :
18978 EXTRACFLAGS="$EXTRACFLAGS -fno-stack-protector"
18980 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
18981 printf %s "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
18982 if test ${ac_cv_cflags__fno_strict_aliasing+y}
18983 then :
18984 printf %s "(cached) " >&6
18985 else $as_nop
18986 ac_wine_try_cflags_saved=$CFLAGS
18987 CFLAGS="$CFLAGS -fno-strict-aliasing"
18988 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18989 /* end confdefs.h. */
18990 int main(int argc, char **argv) { return 0; }
18991 _ACEOF
18992 if ac_fn_c_try_link "$LINENO"
18993 then :
18994 ac_cv_cflags__fno_strict_aliasing=yes
18995 else $as_nop
18996 ac_cv_cflags__fno_strict_aliasing=no
18998 rm -f core conftest.err conftest.$ac_objext conftest.beam \
18999 conftest$ac_exeext conftest.$ac_ext
19000 CFLAGS=$ac_wine_try_cflags_saved
19002 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
19003 printf "%s\n" "$ac_cv_cflags__fno_strict_aliasing" >&6; }
19004 if test "x$ac_cv_cflags__fno_strict_aliasing" = xyes
19005 then :
19006 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
19008 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
19009 printf %s "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
19010 if test ${ac_cv_cflags__Wdeclaration_after_statement+y}
19011 then :
19012 printf %s "(cached) " >&6
19013 else $as_nop
19014 ac_wine_try_cflags_saved=$CFLAGS
19015 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
19016 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19017 /* end confdefs.h. */
19018 int main(int argc, char **argv) { return 0; }
19019 _ACEOF
19020 if ac_fn_c_try_link "$LINENO"
19021 then :
19022 ac_cv_cflags__Wdeclaration_after_statement=yes
19023 else $as_nop
19024 ac_cv_cflags__Wdeclaration_after_statement=no
19026 rm -f core conftest.err conftest.$ac_objext conftest.beam \
19027 conftest$ac_exeext conftest.$ac_ext
19028 CFLAGS=$ac_wine_try_cflags_saved
19030 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
19031 printf "%s\n" "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
19032 if test "x$ac_cv_cflags__Wdeclaration_after_statement" = xyes
19033 then :
19034 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
19036 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wempty-body" >&5
19037 printf %s "checking whether the compiler supports -Wempty-body... " >&6; }
19038 if test ${ac_cv_cflags__Wempty_body+y}
19039 then :
19040 printf %s "(cached) " >&6
19041 else $as_nop
19042 ac_wine_try_cflags_saved=$CFLAGS
19043 CFLAGS="$CFLAGS -Wempty-body"
19044 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19045 /* end confdefs.h. */
19046 int main(int argc, char **argv) { return 0; }
19047 _ACEOF
19048 if ac_fn_c_try_link "$LINENO"
19049 then :
19050 ac_cv_cflags__Wempty_body=yes
19051 else $as_nop
19052 ac_cv_cflags__Wempty_body=no
19054 rm -f core conftest.err conftest.$ac_objext conftest.beam \
19055 conftest$ac_exeext conftest.$ac_ext
19056 CFLAGS=$ac_wine_try_cflags_saved
19058 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wempty_body" >&5
19059 printf "%s\n" "$ac_cv_cflags__Wempty_body" >&6; }
19060 if test "x$ac_cv_cflags__Wempty_body" = xyes
19061 then :
19062 EXTRACFLAGS="$EXTRACFLAGS -Wempty-body"
19064 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wignored-qualifiers" >&5
19065 printf %s "checking whether the compiler supports -Wignored-qualifiers... " >&6; }
19066 if test ${ac_cv_cflags__Wignored_qualifiers+y}
19067 then :
19068 printf %s "(cached) " >&6
19069 else $as_nop
19070 ac_wine_try_cflags_saved=$CFLAGS
19071 CFLAGS="$CFLAGS -Wignored-qualifiers"
19072 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19073 /* end confdefs.h. */
19074 int main(int argc, char **argv) { return 0; }
19075 _ACEOF
19076 if ac_fn_c_try_link "$LINENO"
19077 then :
19078 ac_cv_cflags__Wignored_qualifiers=yes
19079 else $as_nop
19080 ac_cv_cflags__Wignored_qualifiers=no
19082 rm -f core conftest.err conftest.$ac_objext conftest.beam \
19083 conftest$ac_exeext conftest.$ac_ext
19084 CFLAGS=$ac_wine_try_cflags_saved
19086 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wignored_qualifiers" >&5
19087 printf "%s\n" "$ac_cv_cflags__Wignored_qualifiers" >&6; }
19088 if test "x$ac_cv_cflags__Wignored_qualifiers" = xyes
19089 then :
19090 EXTRACFLAGS="$EXTRACFLAGS -Wignored-qualifiers"
19092 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Winit-self" >&5
19093 printf %s "checking whether the compiler supports -Winit-self... " >&6; }
19094 if test ${ac_cv_cflags__Winit_self+y}
19095 then :
19096 printf %s "(cached) " >&6
19097 else $as_nop
19098 ac_wine_try_cflags_saved=$CFLAGS
19099 CFLAGS="$CFLAGS -Winit-self"
19100 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19101 /* end confdefs.h. */
19102 int main(int argc, char **argv) { return 0; }
19103 _ACEOF
19104 if ac_fn_c_try_link "$LINENO"
19105 then :
19106 ac_cv_cflags__Winit_self=yes
19107 else $as_nop
19108 ac_cv_cflags__Winit_self=no
19110 rm -f core conftest.err conftest.$ac_objext conftest.beam \
19111 conftest$ac_exeext conftest.$ac_ext
19112 CFLAGS=$ac_wine_try_cflags_saved
19114 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Winit_self" >&5
19115 printf "%s\n" "$ac_cv_cflags__Winit_self" >&6; }
19116 if test "x$ac_cv_cflags__Winit_self" = xyes
19117 then :
19118 EXTRACFLAGS="$EXTRACFLAGS -Winit-self"
19120 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpacked-not-aligned" >&5
19121 printf %s "checking whether the compiler supports -Wpacked-not-aligned... " >&6; }
19122 if test ${ac_cv_cflags__Wpacked_not_aligned+y}
19123 then :
19124 printf %s "(cached) " >&6
19125 else $as_nop
19126 ac_wine_try_cflags_saved=$CFLAGS
19127 CFLAGS="$CFLAGS -Wpacked-not-aligned"
19128 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19129 /* end confdefs.h. */
19130 int main(int argc, char **argv) { return 0; }
19131 _ACEOF
19132 if ac_fn_c_try_link "$LINENO"
19133 then :
19134 ac_cv_cflags__Wpacked_not_aligned=yes
19135 else $as_nop
19136 ac_cv_cflags__Wpacked_not_aligned=no
19138 rm -f core conftest.err conftest.$ac_objext conftest.beam \
19139 conftest$ac_exeext conftest.$ac_ext
19140 CFLAGS=$ac_wine_try_cflags_saved
19142 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpacked_not_aligned" >&5
19143 printf "%s\n" "$ac_cv_cflags__Wpacked_not_aligned" >&6; }
19144 if test "x$ac_cv_cflags__Wpacked_not_aligned" = xyes
19145 then :
19146 EXTRACFLAGS="$EXTRACFLAGS -Wno-packed-not-aligned"
19148 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpragma-pack" >&5
19149 printf %s "checking whether the compiler supports -Wpragma-pack... " >&6; }
19150 if test ${ac_cv_cflags__Wpragma_pack+y}
19151 then :
19152 printf %s "(cached) " >&6
19153 else $as_nop
19154 ac_wine_try_cflags_saved=$CFLAGS
19155 CFLAGS="$CFLAGS -Wpragma-pack"
19156 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19157 /* end confdefs.h. */
19158 int main(int argc, char **argv) { return 0; }
19159 _ACEOF
19160 if ac_fn_c_try_link "$LINENO"
19161 then :
19162 ac_cv_cflags__Wpragma_pack=yes
19163 else $as_nop
19164 ac_cv_cflags__Wpragma_pack=no
19166 rm -f core conftest.err conftest.$ac_objext conftest.beam \
19167 conftest$ac_exeext conftest.$ac_ext
19168 CFLAGS=$ac_wine_try_cflags_saved
19170 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpragma_pack" >&5
19171 printf "%s\n" "$ac_cv_cflags__Wpragma_pack" >&6; }
19172 if test "x$ac_cv_cflags__Wpragma_pack" = xyes
19173 then :
19174 EXTRACFLAGS="$EXTRACFLAGS -Wno-pragma-pack"
19176 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wshift-overflow=2" >&5
19177 printf %s "checking whether the compiler supports -Wshift-overflow=2... " >&6; }
19178 if test ${ac_cv_cflags__Wshift_overflow_2+y}
19179 then :
19180 printf %s "(cached) " >&6
19181 else $as_nop
19182 ac_wine_try_cflags_saved=$CFLAGS
19183 CFLAGS="$CFLAGS -Wshift-overflow=2"
19184 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19185 /* end confdefs.h. */
19186 int main(int argc, char **argv) { return 0; }
19187 _ACEOF
19188 if ac_fn_c_try_link "$LINENO"
19189 then :
19190 ac_cv_cflags__Wshift_overflow_2=yes
19191 else $as_nop
19192 ac_cv_cflags__Wshift_overflow_2=no
19194 rm -f core conftest.err conftest.$ac_objext conftest.beam \
19195 conftest$ac_exeext conftest.$ac_ext
19196 CFLAGS=$ac_wine_try_cflags_saved
19198 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wshift_overflow_2" >&5
19199 printf "%s\n" "$ac_cv_cflags__Wshift_overflow_2" >&6; }
19200 if test "x$ac_cv_cflags__Wshift_overflow_2" = xyes
19201 then :
19202 EXTRACFLAGS="$EXTRACFLAGS -Wshift-overflow=2"
19204 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
19205 printf %s "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
19206 if test ${ac_cv_cflags__Wstrict_prototypes+y}
19207 then :
19208 printf %s "(cached) " >&6
19209 else $as_nop
19210 ac_wine_try_cflags_saved=$CFLAGS
19211 CFLAGS="$CFLAGS -Wstrict-prototypes"
19212 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19213 /* end confdefs.h. */
19214 int main(int argc, char **argv) { return 0; }
19215 _ACEOF
19216 if ac_fn_c_try_link "$LINENO"
19217 then :
19218 ac_cv_cflags__Wstrict_prototypes=yes
19219 else $as_nop
19220 ac_cv_cflags__Wstrict_prototypes=no
19222 rm -f core conftest.err conftest.$ac_objext conftest.beam \
19223 conftest$ac_exeext conftest.$ac_ext
19224 CFLAGS=$ac_wine_try_cflags_saved
19226 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
19227 printf "%s\n" "$ac_cv_cflags__Wstrict_prototypes" >&6; }
19228 if test "x$ac_cv_cflags__Wstrict_prototypes" = xyes
19229 then :
19230 EXTRACFLAGS="$EXTRACFLAGS -Wstrict-prototypes"
19232 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
19233 printf %s "checking whether the compiler supports -Wtype-limits... " >&6; }
19234 if test ${ac_cv_cflags__Wtype_limits+y}
19235 then :
19236 printf %s "(cached) " >&6
19237 else $as_nop
19238 ac_wine_try_cflags_saved=$CFLAGS
19239 CFLAGS="$CFLAGS -Wtype-limits"
19240 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19241 /* end confdefs.h. */
19242 int main(int argc, char **argv) { return 0; }
19243 _ACEOF
19244 if ac_fn_c_try_link "$LINENO"
19245 then :
19246 ac_cv_cflags__Wtype_limits=yes
19247 else $as_nop
19248 ac_cv_cflags__Wtype_limits=no
19250 rm -f core conftest.err conftest.$ac_objext conftest.beam \
19251 conftest$ac_exeext conftest.$ac_ext
19252 CFLAGS=$ac_wine_try_cflags_saved
19254 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
19255 printf "%s\n" "$ac_cv_cflags__Wtype_limits" >&6; }
19256 if test "x$ac_cv_cflags__Wtype_limits" = xyes
19257 then :
19258 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
19260 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wunused-but-set-parameter" >&5
19261 printf %s "checking whether the compiler supports -Wunused-but-set-parameter... " >&6; }
19262 if test ${ac_cv_cflags__Wunused_but_set_parameter+y}
19263 then :
19264 printf %s "(cached) " >&6
19265 else $as_nop
19266 ac_wine_try_cflags_saved=$CFLAGS
19267 CFLAGS="$CFLAGS -Wunused-but-set-parameter"
19268 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19269 /* end confdefs.h. */
19270 int main(int argc, char **argv) { return 0; }
19271 _ACEOF
19272 if ac_fn_c_try_link "$LINENO"
19273 then :
19274 ac_cv_cflags__Wunused_but_set_parameter=yes
19275 else $as_nop
19276 ac_cv_cflags__Wunused_but_set_parameter=no
19278 rm -f core conftest.err conftest.$ac_objext conftest.beam \
19279 conftest$ac_exeext conftest.$ac_ext
19280 CFLAGS=$ac_wine_try_cflags_saved
19282 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wunused_but_set_parameter" >&5
19283 printf "%s\n" "$ac_cv_cflags__Wunused_but_set_parameter" >&6; }
19284 if test "x$ac_cv_cflags__Wunused_but_set_parameter" = xyes
19285 then :
19286 EXTRACFLAGS="$EXTRACFLAGS -Wunused-but-set-parameter"
19288 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wvla" >&5
19289 printf %s "checking whether the compiler supports -Wvla... " >&6; }
19290 if test ${ac_cv_cflags__Wvla+y}
19291 then :
19292 printf %s "(cached) " >&6
19293 else $as_nop
19294 ac_wine_try_cflags_saved=$CFLAGS
19295 CFLAGS="$CFLAGS -Wvla"
19296 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19297 /* end confdefs.h. */
19298 int main(int argc, char **argv) { return 0; }
19299 _ACEOF
19300 if ac_fn_c_try_link "$LINENO"
19301 then :
19302 ac_cv_cflags__Wvla=yes
19303 else $as_nop
19304 ac_cv_cflags__Wvla=no
19306 rm -f core conftest.err conftest.$ac_objext conftest.beam \
19307 conftest$ac_exeext conftest.$ac_ext
19308 CFLAGS=$ac_wine_try_cflags_saved
19310 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wvla" >&5
19311 printf "%s\n" "$ac_cv_cflags__Wvla" >&6; }
19312 if test "x$ac_cv_cflags__Wvla" = xyes
19313 then :
19314 EXTRACFLAGS="$EXTRACFLAGS -Wvla"
19316 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
19317 printf %s "checking whether the compiler supports -Wwrite-strings... " >&6; }
19318 if test ${ac_cv_cflags__Wwrite_strings+y}
19319 then :
19320 printf %s "(cached) " >&6
19321 else $as_nop
19322 ac_wine_try_cflags_saved=$CFLAGS
19323 CFLAGS="$CFLAGS -Wwrite-strings"
19324 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19325 /* end confdefs.h. */
19326 int main(int argc, char **argv) { return 0; }
19327 _ACEOF
19328 if ac_fn_c_try_link "$LINENO"
19329 then :
19330 ac_cv_cflags__Wwrite_strings=yes
19331 else $as_nop
19332 ac_cv_cflags__Wwrite_strings=no
19334 rm -f core conftest.err conftest.$ac_objext conftest.beam \
19335 conftest$ac_exeext conftest.$ac_ext
19336 CFLAGS=$ac_wine_try_cflags_saved
19338 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
19339 printf "%s\n" "$ac_cv_cflags__Wwrite_strings" >&6; }
19340 if test "x$ac_cv_cflags__Wwrite_strings" = xyes
19341 then :
19342 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
19345 if test -z "$CROSSTARGET"
19346 then
19347 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fexcess-precision=standard" >&5
19348 printf %s "checking whether the compiler supports -fexcess-precision=standard... " >&6; }
19349 if test ${ac_cv_cflags__fexcess_precision_standard+y}
19350 then :
19351 printf %s "(cached) " >&6
19352 else $as_nop
19353 ac_wine_try_cflags_saved=$CFLAGS
19354 CFLAGS="$CFLAGS -fexcess-precision=standard"
19355 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19356 /* end confdefs.h. */
19357 int main(int argc, char **argv) { return 0; }
19358 _ACEOF
19359 if ac_fn_c_try_link "$LINENO"
19360 then :
19361 ac_cv_cflags__fexcess_precision_standard=yes
19362 else $as_nop
19363 ac_cv_cflags__fexcess_precision_standard=no
19365 rm -f core conftest.err conftest.$ac_objext conftest.beam \
19366 conftest$ac_exeext conftest.$ac_ext
19367 CFLAGS=$ac_wine_try_cflags_saved
19369 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fexcess_precision_standard" >&5
19370 printf "%s\n" "$ac_cv_cflags__fexcess_precision_standard" >&6; }
19371 if test "x$ac_cv_cflags__fexcess_precision_standard" = xyes
19372 then :
19373 EXCESS_PRECISION_CFLAGS="-fexcess-precision=standard"
19378 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpointer-arith" >&5
19379 printf %s "checking whether the compiler supports -Wpointer-arith... " >&6; }
19380 if test ${ac_cv_cflags__Wpointer_arith+y}
19381 then :
19382 printf %s "(cached) " >&6
19383 else $as_nop
19384 ac_wine_try_cflags_saved=$CFLAGS
19385 CFLAGS="$CFLAGS -Wpointer-arith"
19386 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19387 /* end confdefs.h. */
19388 int main(int argc, char **argv) { return 0; }
19389 _ACEOF
19390 if ac_fn_c_try_link "$LINENO"
19391 then :
19392 ac_cv_cflags__Wpointer_arith=yes
19393 else $as_nop
19394 ac_cv_cflags__Wpointer_arith=no
19396 rm -f core conftest.err conftest.$ac_objext conftest.beam \
19397 conftest$ac_exeext conftest.$ac_ext
19398 CFLAGS=$ac_wine_try_cflags_saved
19400 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpointer_arith" >&5
19401 printf "%s\n" "$ac_cv_cflags__Wpointer_arith" >&6; }
19402 if test "x$ac_cv_cflags__Wpointer_arith" = xyes
19403 then :
19404 saved_string_h_CFLAGS=$CFLAGS
19405 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
19406 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wpointer-arith" >&5
19407 printf %s "checking for broken string.h that generates warnings with -Wpointer-arith... " >&6; }
19408 if test ${ac_cv_c_string_h_warnings+y}
19409 then :
19410 printf %s "(cached) " >&6
19411 else $as_nop
19412 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19413 /* end confdefs.h. */
19414 #include <string.h>
19416 main (void)
19420 return 0;
19422 _ACEOF
19423 if ac_fn_c_try_compile "$LINENO"
19424 then :
19425 ac_cv_c_string_h_warnings=no
19426 else $as_nop
19427 ac_cv_c_string_h_warnings=yes
19429 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
19431 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
19432 printf "%s\n" "$ac_cv_c_string_h_warnings" >&6; }
19433 test "$ac_cv_c_string_h_warnings" = yes || EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
19434 CFLAGS=$saved_string_h_CFLAGS
19437 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wlogical-op" >&5
19438 printf %s "checking whether the compiler supports -Wlogical-op... " >&6; }
19439 if test ${ac_cv_cflags__Wlogical_op+y}
19440 then :
19441 printf %s "(cached) " >&6
19442 else $as_nop
19443 ac_wine_try_cflags_saved=$CFLAGS
19444 CFLAGS="$CFLAGS -Wlogical-op"
19445 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19446 /* end confdefs.h. */
19447 int main(int argc, char **argv) { return 0; }
19448 _ACEOF
19449 if ac_fn_c_try_link "$LINENO"
19450 then :
19451 ac_cv_cflags__Wlogical_op=yes
19452 else $as_nop
19453 ac_cv_cflags__Wlogical_op=no
19455 rm -f core conftest.err conftest.$ac_objext conftest.beam \
19456 conftest$ac_exeext conftest.$ac_ext
19457 CFLAGS=$ac_wine_try_cflags_saved
19459 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wlogical_op" >&5
19460 printf "%s\n" "$ac_cv_cflags__Wlogical_op" >&6; }
19461 if test "x$ac_cv_cflags__Wlogical_op" = xyes
19462 then :
19463 saved_string_h_CFLAGS=$CFLAGS
19464 CFLAGS="$CFLAGS -Wlogical-op -Werror"
19465 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wlogical-op" >&5
19466 printf %s "checking for broken string.h that generates warnings with -Wlogical-op... " >&6; }
19467 if test ${ac_cv_c_logicalop_noisy+y}
19468 then :
19469 printf %s "(cached) " >&6
19470 else $as_nop
19471 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19472 /* end confdefs.h. */
19473 #include <string.h>
19474 char*f(const char *h,char n) {return strchr(h,n);}
19476 main (void)
19480 return 0;
19482 _ACEOF
19483 if ac_fn_c_try_compile "$LINENO"
19484 then :
19485 ac_cv_c_logicalop_noisy=no
19486 else $as_nop
19487 ac_cv_c_logicalop_noisy=yes
19489 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
19491 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_logicalop_noisy" >&5
19492 printf "%s\n" "$ac_cv_c_logicalop_noisy" >&6; }
19493 CFLAGS=$saved_string_h_CFLAGS
19494 test "$ac_cv_c_logicalop_noisy" = yes || EXTRACFLAGS="$EXTRACFLAGS -Wlogical-op"
19497 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for flags needed for 64-bit compare-and-swap support" >&5
19498 printf %s "checking for flags needed for 64-bit compare-and-swap support... " >&6; }
19499 if test ${wine_cv_64bit_compare_swap+y}
19500 then :
19501 printf %s "(cached) " >&6
19502 else $as_nop
19503 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19504 /* end confdefs.h. */
19505 #ifndef __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8
19506 #error no
19507 #endif
19509 main (void)
19513 return 0;
19515 _ACEOF
19516 if ac_fn_c_try_compile "$LINENO"
19517 then :
19518 wine_cv_64bit_compare_swap="none needed"
19519 else $as_nop
19520 case $host_cpu in
19521 *i[3456]86*) wine_cv_64bit_compare_swap="-march=i586" ;;
19522 *arm*) wine_cv_64bit_compare_swap="-march=armv7-a" ;;
19523 *) wine_cv_64bit_compare_swap="unknown" ;;
19524 esac
19525 if test "x$wine_cv_64bit_compare_swap" != xunknown
19526 then
19527 CFLAGS="$CFLAGS $wine_cv_64bit_compare_swap"
19528 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19529 /* end confdefs.h. */
19530 #ifndef __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8
19531 #error no
19532 #endif
19534 main (void)
19538 return 0;
19540 _ACEOF
19541 if ac_fn_c_try_compile "$LINENO"
19542 then :
19544 else $as_nop
19545 wine_cv_64bit_compare_swap="unknown"
19547 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
19548 CFLAGS=$saved_CFLAGS
19551 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
19553 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $wine_cv_64bit_compare_swap" >&5
19554 printf "%s\n" "$wine_cv_64bit_compare_swap" >&6; }
19555 case "$wine_cv_64bit_compare_swap" in
19556 unknown) as_fn_error $? "gcc doesn't support 64-bit compare-and-swap on this platform" "$LINENO" 5 ;;
19557 "none needed") ;;
19558 *) EXTRACFLAGS="$EXTRACFLAGS $wine_cv_64bit_compare_swap" ;;
19559 esac
19561 ac_debug_format_seen=""
19562 for ac_flag in $CFLAGS; do
19563 case $ac_flag in
19564 -gdwarf*) ac_debug_format_seen=yes ;;
19565 -g) ac_debug_format_seen=${ac_debug_format_seen:-default} ;;
19566 esac
19567 done
19568 if test "x$ac_debug_format_seen" = xdefault
19569 then
19570 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gdwarf-4" >&5
19571 printf %s "checking whether the compiler supports -gdwarf-4... " >&6; }
19572 if test ${ac_cv_cflags__gdwarf_4+y}
19573 then :
19574 printf %s "(cached) " >&6
19575 else $as_nop
19576 ac_wine_try_cflags_saved=$CFLAGS
19577 CFLAGS="$CFLAGS -gdwarf-4"
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__gdwarf_4=yes
19585 else $as_nop
19586 ac_cv_cflags__gdwarf_4=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__gdwarf_4" >&5
19593 printf "%s\n" "$ac_cv_cflags__gdwarf_4" >&6; }
19594 if test "x$ac_cv_cflags__gdwarf_4" = xyes
19595 then :
19596 EXTRACFLAGS="$EXTRACFLAGS -gdwarf-4"
19600 MSVCRTFLAGS=""
19602 case $host_os in
19603 mingw32*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-delayload,autoconftest.dll" >&5
19604 printf %s "checking whether the compiler supports -Wl,-delayload,autoconftest.dll... " >&6; }
19605 if test ${ac_cv_cflags__Wl__delayload_autoconftest_dll+y}
19606 then :
19607 printf %s "(cached) " >&6
19608 else $as_nop
19609 ac_wine_try_cflags_saved=$CFLAGS
19610 CFLAGS="$CFLAGS -Wl,-delayload,autoconftest.dll"
19611 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19612 /* end confdefs.h. */
19613 int main(int argc, char **argv) { return 0; }
19614 _ACEOF
19615 if ac_fn_c_try_link "$LINENO"
19616 then :
19617 ac_cv_cflags__Wl__delayload_autoconftest_dll=yes
19618 else $as_nop
19619 ac_cv_cflags__Wl__delayload_autoconftest_dll=no
19621 rm -f core conftest.err conftest.$ac_objext conftest.beam \
19622 conftest$ac_exeext conftest.$ac_ext
19623 CFLAGS=$ac_wine_try_cflags_saved
19625 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__delayload_autoconftest_dll" >&5
19626 printf "%s\n" "$ac_cv_cflags__Wl__delayload_autoconftest_dll" >&6; }
19627 if test "x$ac_cv_cflags__Wl__delayload_autoconftest_dll" = xyes
19628 then :
19629 DELAYLOADFLAG="-Wl,-delayload,"
19631 fi ;;
19632 *) MSVCRTFLAGS="-D_WIN32"
19633 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
19634 printf %s "checking whether the compiler supports -fno-builtin... " >&6; }
19635 if test ${ac_cv_cflags__fno_builtin+y}
19636 then :
19637 printf %s "(cached) " >&6
19638 else $as_nop
19639 ac_wine_try_cflags_saved=$CFLAGS
19640 CFLAGS="$CFLAGS -fno-builtin"
19641 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19642 /* end confdefs.h. */
19643 int main(int argc, char **argv) { return 0; }
19644 _ACEOF
19645 if ac_fn_c_try_link "$LINENO"
19646 then :
19647 ac_cv_cflags__fno_builtin=yes
19648 else $as_nop
19649 ac_cv_cflags__fno_builtin=no
19651 rm -f core conftest.err conftest.$ac_objext conftest.beam \
19652 conftest$ac_exeext conftest.$ac_ext
19653 CFLAGS=$ac_wine_try_cflags_saved
19655 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
19656 printf "%s\n" "$ac_cv_cflags__fno_builtin" >&6; }
19657 if test "x$ac_cv_cflags__fno_builtin" = xyes
19658 then :
19659 MSVCRTFLAGS="$MSVCRTFLAGS -fno-builtin"
19661 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fshort-wchar" >&5
19662 printf %s "checking whether the compiler supports -fshort-wchar... " >&6; }
19663 if test ${ac_cv_cflags__fshort_wchar+y}
19664 then :
19665 printf %s "(cached) " >&6
19666 else $as_nop
19667 ac_wine_try_cflags_saved=$CFLAGS
19668 CFLAGS="$CFLAGS -fshort-wchar"
19669 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19670 /* end confdefs.h. */
19671 int main(int argc, char **argv) { return 0; }
19672 _ACEOF
19673 if ac_fn_c_try_link "$LINENO"
19674 then :
19675 ac_cv_cflags__fshort_wchar=yes
19676 else $as_nop
19677 ac_cv_cflags__fshort_wchar=no
19679 rm -f core conftest.err conftest.$ac_objext conftest.beam \
19680 conftest$ac_exeext conftest.$ac_ext
19681 CFLAGS=$ac_wine_try_cflags_saved
19683 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fshort_wchar" >&5
19684 printf "%s\n" "$ac_cv_cflags__fshort_wchar" >&6; }
19685 if test "x$ac_cv_cflags__fshort_wchar" = xyes
19686 then :
19687 MSVCRTFLAGS="$MSVCRTFLAGS -fshort-wchar"
19688 fi ;;
19689 esac
19691 case $host_cpu in
19692 *i[3456789]86*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-omit-frame-pointer" >&5
19693 printf %s "checking whether the compiler supports -fno-omit-frame-pointer... " >&6; }
19694 if test ${ac_cv_cflags__fno_omit_frame_pointer+y}
19695 then :
19696 printf %s "(cached) " >&6
19697 else $as_nop
19698 ac_wine_try_cflags_saved=$CFLAGS
19699 CFLAGS="$CFLAGS -fno-omit-frame-pointer"
19700 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19701 /* end confdefs.h. */
19702 int main(int argc, char **argv) { return 0; }
19703 _ACEOF
19704 if ac_fn_c_try_link "$LINENO"
19705 then :
19706 ac_cv_cflags__fno_omit_frame_pointer=yes
19707 else $as_nop
19708 ac_cv_cflags__fno_omit_frame_pointer=no
19710 rm -f core conftest.err conftest.$ac_objext conftest.beam \
19711 conftest$ac_exeext conftest.$ac_ext
19712 CFLAGS=$ac_wine_try_cflags_saved
19714 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_omit_frame_pointer" >&5
19715 printf "%s\n" "$ac_cv_cflags__fno_omit_frame_pointer" >&6; }
19716 if test "x$ac_cv_cflags__fno_omit_frame_pointer" = xyes
19717 then :
19718 EXTRACFLAGS="$EXTRACFLAGS -fno-omit-frame-pointer"
19719 fi ;;
19720 *x86_64*)
19721 case $host_os in
19722 cygwin*|mingw32*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wno-format" >&5
19723 printf %s "checking whether the compiler supports -Wno-format... " >&6; }
19724 if test ${ac_cv_cflags__Wno_format+y}
19725 then :
19726 printf %s "(cached) " >&6
19727 else $as_nop
19728 ac_wine_try_cflags_saved=$CFLAGS
19729 CFLAGS="$CFLAGS -Wno-format"
19730 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19731 /* end confdefs.h. */
19732 int main(int argc, char **argv) { return 0; }
19733 _ACEOF
19734 if ac_fn_c_try_link "$LINENO"
19735 then :
19736 ac_cv_cflags__Wno_format=yes
19737 else $as_nop
19738 ac_cv_cflags__Wno_format=no
19740 rm -f core conftest.err conftest.$ac_objext conftest.beam \
19741 conftest$ac_exeext conftest.$ac_ext
19742 CFLAGS=$ac_wine_try_cflags_saved
19744 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wno_format" >&5
19745 printf "%s\n" "$ac_cv_cflags__Wno_format" >&6; }
19746 if test "x$ac_cv_cflags__Wno_format" = xyes
19747 then :
19748 EXTRACFLAGS="$EXTRACFLAGS -Wno-format"
19749 fi ;;
19750 *) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -mabi=ms" >&5
19751 printf %s "checking whether the compiler supports -mabi=ms... " >&6; }
19752 if test ${ac_cv_cflags__mabi_ms+y}
19753 then :
19754 printf %s "(cached) " >&6
19755 else $as_nop
19756 ac_wine_try_cflags_saved=$CFLAGS
19757 CFLAGS="$CFLAGS -mabi=ms"
19758 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19759 /* end confdefs.h. */
19760 int main(int argc, char **argv) { return 0; }
19761 _ACEOF
19762 if ac_fn_c_try_link "$LINENO"
19763 then :
19764 ac_cv_cflags__mabi_ms=yes
19765 else $as_nop
19766 ac_cv_cflags__mabi_ms=no
19768 rm -f core conftest.err conftest.$ac_objext conftest.beam \
19769 conftest$ac_exeext conftest.$ac_ext
19770 CFLAGS=$ac_wine_try_cflags_saved
19772 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__mabi_ms" >&5
19773 printf "%s\n" "$ac_cv_cflags__mabi_ms" >&6; }
19774 if test "x$ac_cv_cflags__mabi_ms" = xyes
19775 then :
19776 MSVCRTFLAGS="$MSVCRTFLAGS -mabi=ms"
19777 fi ;;
19778 esac ;;
19779 esac
19781 CFLAGS=$saved_CFLAGS
19783 if test "x$enable_werror" = "xyes"
19784 then
19785 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
19786 printf %s "checking whether the compiler supports -Werror... " >&6; }
19787 if test ${ac_cv_cflags__Werror+y}
19788 then :
19789 printf %s "(cached) " >&6
19790 else $as_nop
19791 ac_wine_try_cflags_saved=$CFLAGS
19792 CFLAGS="$CFLAGS -Werror"
19793 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19794 /* end confdefs.h. */
19795 int main(int argc, char **argv) { return 0; }
19796 _ACEOF
19797 if ac_fn_c_try_link "$LINENO"
19798 then :
19799 ac_cv_cflags__Werror=yes
19800 else $as_nop
19801 ac_cv_cflags__Werror=no
19803 rm -f core conftest.err conftest.$ac_objext conftest.beam \
19804 conftest$ac_exeext conftest.$ac_ext
19805 CFLAGS=$ac_wine_try_cflags_saved
19807 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
19808 printf "%s\n" "$ac_cv_cflags__Werror" >&6; }
19809 if test "x$ac_cv_cflags__Werror" = xyes
19810 then :
19811 EXTRACFLAGS="$EXTRACFLAGS -Werror"
19814 if test "x$enable_build_id" = "xyes"
19815 then
19816 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--build-id" >&5
19817 printf %s "checking whether the compiler supports -Wl,--build-id... " >&6; }
19818 if test ${ac_cv_cflags__Wl___build_id+y}
19819 then :
19820 printf %s "(cached) " >&6
19821 else $as_nop
19822 ac_wine_try_cflags_saved=$CFLAGS
19823 CFLAGS="$CFLAGS -Wl,--build-id"
19824 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19825 /* end confdefs.h. */
19826 int main(int argc, char **argv) { return 0; }
19827 _ACEOF
19828 if ac_fn_c_try_link "$LINENO"
19829 then :
19830 ac_cv_cflags__Wl___build_id=yes
19831 else $as_nop
19832 ac_cv_cflags__Wl___build_id=no
19834 rm -f core conftest.err conftest.$ac_objext conftest.beam \
19835 conftest$ac_exeext conftest.$ac_ext
19836 CFLAGS=$ac_wine_try_cflags_saved
19838 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___build_id" >&5
19839 printf "%s\n" "$ac_cv_cflags__Wl___build_id" >&6; }
19840 if test "x$ac_cv_cflags__Wl___build_id" = xyes
19841 then :
19842 CFLAGS="$CFLAGS -Wl,--build-id"
19843 LDFLAGS="$LDFLAGS -Wl,--build-id"
19849 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for the need to disable Fortify" >&5
19850 printf %s "checking for the need to disable Fortify... " >&6; }
19851 if test ${ac_cv_c_fortify_enabled+y}
19852 then :
19853 printf %s "(cached) " >&6
19854 else $as_nop
19855 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19856 /* end confdefs.h. */
19857 #include <string.h>
19859 main (void)
19861 #if (defined(__USE_FORTIFY_LEVEL) && __USE_FORTIFY_LEVEL > 0) || (defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0)
19862 #error Fortify enabled
19863 #endif
19865 return 0;
19867 _ACEOF
19868 if ac_fn_c_try_compile "$LINENO"
19869 then :
19870 ac_cv_c_fortify_enabled=no
19871 else $as_nop
19872 ac_cv_c_fortify_enabled=yes
19874 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
19876 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_fortify_enabled" >&5
19877 printf "%s\n" "$ac_cv_c_fortify_enabled" >&6; }
19878 if test "$ac_cv_c_fortify_enabled" = yes
19879 then
19880 CFLAGS="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
19884 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
19885 printf %s "checking whether CFI directives are supported in assembly code... " >&6; }
19886 if test ${ac_cv_c_cfi_support+y}
19887 then :
19888 printf %s "(cached) " >&6
19889 else $as_nop
19890 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19891 /* end confdefs.h. */
19892 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
19894 main (void)
19898 return 0;
19900 _ACEOF
19901 if ac_fn_c_try_compile "$LINENO"
19902 then :
19903 ac_cv_c_cfi_support="yes"
19904 else $as_nop
19905 ac_cv_c_cfi_support="no"
19907 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
19909 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
19910 printf "%s\n" "$ac_cv_c_cfi_support" >&6; }
19911 if test "$ac_cv_c_cfi_support" = "yes"
19912 then
19913 DLLFLAGS="$DLLFLAGS -fasynchronous-unwind-tables"
19914 LDDLLFLAGS="$LDDLLFLAGS -fasynchronous-unwind-tables"
19915 UNIXDLLFLAGS="$UNIXDLLFLAGS -fasynchronous-unwind-tables"
19916 else
19917 if test "x$enable_win64" = "xyes"
19918 then
19919 as_fn_append wine_warnings "|building 64-bit Wine without support for CFI directives; exception handling will not work properly."
19924 case $host_os in
19925 linux*)
19926 case $host_cpu in
19927 *i[3456789]86*|x86_64*|*aarch64*|arm*)
19928 test "$wine_binary" = wine || wine_fn_append_file CONFIGURE_TARGETS "loader/wine-preloader"
19929 WINELOADER_PROGRAMS="$WINELOADER_PROGRAMS $wine_binary-preloader"
19931 esac
19933 esac
19936 ac_save_CFLAGS="$CFLAGS"
19937 CFLAGS="$CFLAGS $BUILTINFLAG"
19938 ac_fn_c_check_func "$LINENO" "epoll_create" "ac_cv_func_epoll_create"
19939 if test "x$ac_cv_func_epoll_create" = xyes
19940 then :
19941 printf "%s\n" "#define HAVE_EPOLL_CREATE 1" >>confdefs.h
19944 ac_fn_c_check_func "$LINENO" "fstatfs" "ac_cv_func_fstatfs"
19945 if test "x$ac_cv_func_fstatfs" = xyes
19946 then :
19947 printf "%s\n" "#define HAVE_FSTATFS 1" >>confdefs.h
19950 ac_fn_c_check_func "$LINENO" "futimens" "ac_cv_func_futimens"
19951 if test "x$ac_cv_func_futimens" = xyes
19952 then :
19953 printf "%s\n" "#define HAVE_FUTIMENS 1" >>confdefs.h
19956 ac_fn_c_check_func "$LINENO" "futimes" "ac_cv_func_futimes"
19957 if test "x$ac_cv_func_futimes" = xyes
19958 then :
19959 printf "%s\n" "#define HAVE_FUTIMES 1" >>confdefs.h
19962 ac_fn_c_check_func "$LINENO" "futimesat" "ac_cv_func_futimesat"
19963 if test "x$ac_cv_func_futimesat" = xyes
19964 then :
19965 printf "%s\n" "#define HAVE_FUTIMESAT 1" >>confdefs.h
19968 ac_fn_c_check_func "$LINENO" "getattrlist" "ac_cv_func_getattrlist"
19969 if test "x$ac_cv_func_getattrlist" = xyes
19970 then :
19971 printf "%s\n" "#define HAVE_GETATTRLIST 1" >>confdefs.h
19974 ac_fn_c_check_func "$LINENO" "getauxval" "ac_cv_func_getauxval"
19975 if test "x$ac_cv_func_getauxval" = xyes
19976 then :
19977 printf "%s\n" "#define HAVE_GETAUXVAL 1" >>confdefs.h
19980 ac_fn_c_check_func "$LINENO" "getifaddrs" "ac_cv_func_getifaddrs"
19981 if test "x$ac_cv_func_getifaddrs" = xyes
19982 then :
19983 printf "%s\n" "#define HAVE_GETIFADDRS 1" >>confdefs.h
19986 ac_fn_c_check_func "$LINENO" "getrandom" "ac_cv_func_getrandom"
19987 if test "x$ac_cv_func_getrandom" = xyes
19988 then :
19989 printf "%s\n" "#define HAVE_GETRANDOM 1" >>confdefs.h
19992 ac_fn_c_check_func "$LINENO" "kqueue" "ac_cv_func_kqueue"
19993 if test "x$ac_cv_func_kqueue" = xyes
19994 then :
19995 printf "%s\n" "#define HAVE_KQUEUE 1" >>confdefs.h
19998 ac_fn_c_check_func "$LINENO" "mach_continuous_time" "ac_cv_func_mach_continuous_time"
19999 if test "x$ac_cv_func_mach_continuous_time" = xyes
20000 then :
20001 printf "%s\n" "#define HAVE_MACH_CONTINUOUS_TIME 1" >>confdefs.h
20004 ac_fn_c_check_func "$LINENO" "pipe2" "ac_cv_func_pipe2"
20005 if test "x$ac_cv_func_pipe2" = xyes
20006 then :
20007 printf "%s\n" "#define HAVE_PIPE2 1" >>confdefs.h
20010 ac_fn_c_check_func "$LINENO" "port_create" "ac_cv_func_port_create"
20011 if test "x$ac_cv_func_port_create" = xyes
20012 then :
20013 printf "%s\n" "#define HAVE_PORT_CREATE 1" >>confdefs.h
20016 ac_fn_c_check_func "$LINENO" "posix_fadvise" "ac_cv_func_posix_fadvise"
20017 if test "x$ac_cv_func_posix_fadvise" = xyes
20018 then :
20019 printf "%s\n" "#define HAVE_POSIX_FADVISE 1" >>confdefs.h
20022 ac_fn_c_check_func "$LINENO" "posix_fallocate" "ac_cv_func_posix_fallocate"
20023 if test "x$ac_cv_func_posix_fallocate" = xyes
20024 then :
20025 printf "%s\n" "#define HAVE_POSIX_FALLOCATE 1" >>confdefs.h
20028 ac_fn_c_check_func "$LINENO" "prctl" "ac_cv_func_prctl"
20029 if test "x$ac_cv_func_prctl" = xyes
20030 then :
20031 printf "%s\n" "#define HAVE_PRCTL 1" >>confdefs.h
20034 ac_fn_c_check_func "$LINENO" "proc_pidinfo" "ac_cv_func_proc_pidinfo"
20035 if test "x$ac_cv_func_proc_pidinfo" = xyes
20036 then :
20037 printf "%s\n" "#define HAVE_PROC_PIDINFO 1" >>confdefs.h
20040 ac_fn_c_check_func "$LINENO" "sched_yield" "ac_cv_func_sched_yield"
20041 if test "x$ac_cv_func_sched_yield" = xyes
20042 then :
20043 printf "%s\n" "#define HAVE_SCHED_YIELD 1" >>confdefs.h
20046 ac_fn_c_check_func "$LINENO" "setproctitle" "ac_cv_func_setproctitle"
20047 if test "x$ac_cv_func_setproctitle" = xyes
20048 then :
20049 printf "%s\n" "#define HAVE_SETPROCTITLE 1" >>confdefs.h
20052 ac_fn_c_check_func "$LINENO" "setprogname" "ac_cv_func_setprogname"
20053 if test "x$ac_cv_func_setprogname" = xyes
20054 then :
20055 printf "%s\n" "#define HAVE_SETPROGNAME 1" >>confdefs.h
20058 ac_fn_c_check_func "$LINENO" "sigprocmask" "ac_cv_func_sigprocmask"
20059 if test "x$ac_cv_func_sigprocmask" = xyes
20060 then :
20061 printf "%s\n" "#define HAVE_SIGPROCMASK 1" >>confdefs.h
20064 ac_fn_c_check_func "$LINENO" "sysinfo" "ac_cv_func_sysinfo"
20065 if test "x$ac_cv_func_sysinfo" = xyes
20066 then :
20067 printf "%s\n" "#define HAVE_SYSINFO 1" >>confdefs.h
20070 ac_fn_c_check_func "$LINENO" "tcdrain" "ac_cv_func_tcdrain"
20071 if test "x$ac_cv_func_tcdrain" = xyes
20072 then :
20073 printf "%s\n" "#define HAVE_TCDRAIN 1" >>confdefs.h
20076 ac_fn_c_check_func "$LINENO" "thr_kill2" "ac_cv_func_thr_kill2"
20077 if test "x$ac_cv_func_thr_kill2" = xyes
20078 then :
20079 printf "%s\n" "#define HAVE_THR_KILL2 1" >>confdefs.h
20083 CFLAGS="$ac_save_CFLAGS"
20085 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
20086 printf %s "checking for library containing dlopen... " >&6; }
20087 if test ${ac_cv_search_dlopen+y}
20088 then :
20089 printf %s "(cached) " >&6
20090 else $as_nop
20091 ac_func_search_save_LIBS=$LIBS
20092 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20093 /* end confdefs.h. */
20095 /* Override any GCC internal prototype to avoid an error.
20096 Use char because int might match the return type of a GCC
20097 builtin and then its argument prototype would still apply. */
20098 char dlopen ();
20100 main (void)
20102 return dlopen ();
20104 return 0;
20106 _ACEOF
20107 for ac_lib in '' dl
20109 if test -z "$ac_lib"; then
20110 ac_res="none required"
20111 else
20112 ac_res=-l$ac_lib
20113 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
20115 if ac_fn_c_try_link "$LINENO"
20116 then :
20117 ac_cv_search_dlopen=$ac_res
20119 rm -f core conftest.err conftest.$ac_objext conftest.beam \
20120 conftest$ac_exeext
20121 if test ${ac_cv_search_dlopen+y}
20122 then :
20123 break
20125 done
20126 if test ${ac_cv_search_dlopen+y}
20127 then :
20129 else $as_nop
20130 ac_cv_search_dlopen=no
20132 rm conftest.$ac_ext
20133 LIBS=$ac_func_search_save_LIBS
20135 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
20136 printf "%s\n" "$ac_cv_search_dlopen" >&6; }
20137 ac_res=$ac_cv_search_dlopen
20138 if test "$ac_res" != no
20139 then :
20140 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
20144 ac_wine_check_funcs_save_LIBS="$LIBS"
20145 LIBS="$LIBS $DL_LIBS"
20146 ac_fn_c_check_func "$LINENO" "dlinfo" "ac_cv_func_dlinfo"
20147 if test "x$ac_cv_func_dlinfo" = xyes
20148 then :
20149 printf "%s\n" "#define HAVE_DLINFO 1" >>confdefs.h
20153 LIBS="$ac_wine_check_funcs_save_LIBS"
20155 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
20156 printf %s "checking for library containing gethostbyname... " >&6; }
20157 if test ${ac_cv_search_gethostbyname+y}
20158 then :
20159 printf %s "(cached) " >&6
20160 else $as_nop
20161 ac_func_search_save_LIBS=$LIBS
20162 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20163 /* end confdefs.h. */
20165 /* Override any GCC internal prototype to avoid an error.
20166 Use char because int might match the return type of a GCC
20167 builtin and then its argument prototype would still apply. */
20168 char gethostbyname ();
20170 main (void)
20172 return gethostbyname ();
20174 return 0;
20176 _ACEOF
20177 for ac_lib in '' nsl
20179 if test -z "$ac_lib"; then
20180 ac_res="none required"
20181 else
20182 ac_res=-l$ac_lib
20183 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
20185 if ac_fn_c_try_link "$LINENO"
20186 then :
20187 ac_cv_search_gethostbyname=$ac_res
20189 rm -f core conftest.err conftest.$ac_objext conftest.beam \
20190 conftest$ac_exeext
20191 if test ${ac_cv_search_gethostbyname+y}
20192 then :
20193 break
20195 done
20196 if test ${ac_cv_search_gethostbyname+y}
20197 then :
20199 else $as_nop
20200 ac_cv_search_gethostbyname=no
20202 rm conftest.$ac_ext
20203 LIBS=$ac_func_search_save_LIBS
20205 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
20206 printf "%s\n" "$ac_cv_search_gethostbyname" >&6; }
20207 ac_res=$ac_cv_search_gethostbyname
20208 if test "$ac_res" != no
20209 then :
20210 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
20215 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
20216 printf %s "checking for library containing connect... " >&6; }
20217 if test ${ac_cv_search_connect+y}
20218 then :
20219 printf %s "(cached) " >&6
20220 else $as_nop
20221 ac_func_search_save_LIBS=$LIBS
20222 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20223 /* end confdefs.h. */
20225 /* Override any GCC internal prototype to avoid an error.
20226 Use char because int might match the return type of a GCC
20227 builtin and then its argument prototype would still apply. */
20228 char connect ();
20230 main (void)
20232 return connect ();
20234 return 0;
20236 _ACEOF
20237 for ac_lib in '' socket
20239 if test -z "$ac_lib"; then
20240 ac_res="none required"
20241 else
20242 ac_res=-l$ac_lib
20243 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
20245 if ac_fn_c_try_link "$LINENO"
20246 then :
20247 ac_cv_search_connect=$ac_res
20249 rm -f core conftest.err conftest.$ac_objext conftest.beam \
20250 conftest$ac_exeext
20251 if test ${ac_cv_search_connect+y}
20252 then :
20253 break
20255 done
20256 if test ${ac_cv_search_connect+y}
20257 then :
20259 else $as_nop
20260 ac_cv_search_connect=no
20262 rm conftest.$ac_ext
20263 LIBS=$ac_func_search_save_LIBS
20265 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
20266 printf "%s\n" "$ac_cv_search_connect" >&6; }
20267 ac_res=$ac_cv_search_connect
20268 if test "$ac_res" != no
20269 then :
20270 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
20275 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
20276 printf %s "checking for library containing inet_aton... " >&6; }
20277 if test ${ac_cv_search_inet_aton+y}
20278 then :
20279 printf %s "(cached) " >&6
20280 else $as_nop
20281 ac_func_search_save_LIBS=$LIBS
20282 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20283 /* end confdefs.h. */
20285 /* Override any GCC internal prototype to avoid an error.
20286 Use char because int might match the return type of a GCC
20287 builtin and then its argument prototype would still apply. */
20288 char inet_aton ();
20290 main (void)
20292 return inet_aton ();
20294 return 0;
20296 _ACEOF
20297 for ac_lib in '' resolv
20299 if test -z "$ac_lib"; then
20300 ac_res="none required"
20301 else
20302 ac_res=-l$ac_lib
20303 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
20305 if ac_fn_c_try_link "$LINENO"
20306 then :
20307 ac_cv_search_inet_aton=$ac_res
20309 rm -f core conftest.err conftest.$ac_objext conftest.beam \
20310 conftest$ac_exeext
20311 if test ${ac_cv_search_inet_aton+y}
20312 then :
20313 break
20315 done
20316 if test ${ac_cv_search_inet_aton+y}
20317 then :
20319 else $as_nop
20320 ac_cv_search_inet_aton=no
20322 rm conftest.$ac_ext
20323 LIBS=$ac_func_search_save_LIBS
20325 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
20326 printf "%s\n" "$ac_cv_search_inet_aton" >&6; }
20327 ac_res=$ac_cv_search_inet_aton
20328 if test "$ac_res" != no
20329 then :
20330 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
20335 ac_fn_c_check_func "$LINENO" "getaddrinfo" "ac_cv_func_getaddrinfo"
20336 if test "x$ac_cv_func_getaddrinfo" = xyes
20337 then :
20338 printf "%s\n" "#define HAVE_GETADDRINFO 1" >>confdefs.h
20343 case $host_os in
20344 darwin*|macosx*) ;;
20345 *) ac_save_LIBS=$LIBS
20346 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
20347 printf %s "checking for library containing clock_gettime... " >&6; }
20348 if test ${ac_cv_search_clock_gettime+y}
20349 then :
20350 printf %s "(cached) " >&6
20351 else $as_nop
20352 ac_func_search_save_LIBS=$LIBS
20353 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20354 /* end confdefs.h. */
20356 /* Override any GCC internal prototype to avoid an error.
20357 Use char because int might match the return type of a GCC
20358 builtin and then its argument prototype would still apply. */
20359 char clock_gettime ();
20361 main (void)
20363 return clock_gettime ();
20365 return 0;
20367 _ACEOF
20368 for ac_lib in '' rt
20370 if test -z "$ac_lib"; then
20371 ac_res="none required"
20372 else
20373 ac_res=-l$ac_lib
20374 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
20376 if ac_fn_c_try_link "$LINENO"
20377 then :
20378 ac_cv_search_clock_gettime=$ac_res
20380 rm -f core conftest.err conftest.$ac_objext conftest.beam \
20381 conftest$ac_exeext
20382 if test ${ac_cv_search_clock_gettime+y}
20383 then :
20384 break
20386 done
20387 if test ${ac_cv_search_clock_gettime+y}
20388 then :
20390 else $as_nop
20391 ac_cv_search_clock_gettime=no
20393 rm conftest.$ac_ext
20394 LIBS=$ac_func_search_save_LIBS
20396 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5
20397 printf "%s\n" "$ac_cv_search_clock_gettime" >&6; }
20398 ac_res=$ac_cv_search_clock_gettime
20399 if test "$ac_res" != no
20400 then :
20401 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
20403 printf "%s\n" "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h
20405 test "$ac_res" = "none required" || RT_LIBS="$ac_res"
20409 LIBS=$ac_save_LIBS
20411 esac
20413 if test "x$with_ldap" != "xno"
20414 then
20415 if ${LDAP_CFLAGS:+false} :
20416 then :
20417 if test ${PKG_CONFIG+y}
20418 then :
20419 LDAP_CFLAGS=`$PKG_CONFIG --cflags openldap 2>/dev/null`
20423 if ${LDAP_LIBS:+false} :
20424 then :
20425 if test ${PKG_CONFIG+y}
20426 then :
20427 LDAP_LIBS=`$PKG_CONFIG --libs openldap 2>/dev/null`
20431 LDAP_LIBS=${LDAP_LIBS:-"-lldap_r -llber"}
20432 printf "%s\n" "$as_me:${as_lineno-$LINENO}: openldap cflags: $LDAP_CFLAGS" >&5
20433 printf "%s\n" "$as_me:${as_lineno-$LINENO}: openldap libs: $LDAP_LIBS" >&5
20434 ac_save_CPPFLAGS=$CPPFLAGS
20435 CPPFLAGS="$CPPFLAGS $LDAP_CFLAGS"
20436 ac_fn_c_check_header_compile "$LINENO" "ldap.h" "ac_cv_header_ldap_h" "$ac_includes_default"
20437 if test "x$ac_cv_header_ldap_h" = xyes
20438 then :
20439 printf "%s\n" "#define HAVE_LDAP_H 1" >>confdefs.h
20442 ac_fn_c_check_header_compile "$LINENO" "lber.h" "ac_cv_header_lber_h" "$ac_includes_default"
20443 if test "x$ac_cv_header_lber_h" = xyes
20444 then :
20445 printf "%s\n" "#define HAVE_LBER_H 1" >>confdefs.h
20449 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
20450 then
20451 ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
20453 if test "x$ac_cv_type_LDAPSortKey" = xyes
20454 then :
20455 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
20456 printf %s "checking for ldap_initialize in -lldap_r... " >&6; }
20457 if test ${ac_cv_lib_ldap_r_ldap_initialize+y}
20458 then :
20459 printf %s "(cached) " >&6
20460 else $as_nop
20461 ac_check_lib_save_LIBS=$LIBS
20462 LIBS="-lldap_r $PTHREAD_LIBS $LDAP_LIBS $LIBS"
20463 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20464 /* end confdefs.h. */
20466 /* Override any GCC internal prototype to avoid an error.
20467 Use char because int might match the return type of a GCC
20468 builtin and then its argument prototype would still apply. */
20469 char ldap_initialize ();
20471 main (void)
20473 return ldap_initialize ();
20475 return 0;
20477 _ACEOF
20478 if ac_fn_c_try_link "$LINENO"
20479 then :
20480 ac_cv_lib_ldap_r_ldap_initialize=yes
20481 else $as_nop
20482 ac_cv_lib_ldap_r_ldap_initialize=no
20484 rm -f core conftest.err conftest.$ac_objext conftest.beam \
20485 conftest$ac_exeext conftest.$ac_ext
20486 LIBS=$ac_check_lib_save_LIBS
20488 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
20489 printf "%s\n" "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
20490 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = xyes
20491 then :
20492 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
20493 printf %s "checking for ber_init in -llber... " >&6; }
20494 if test ${ac_cv_lib_lber_ber_init+y}
20495 then :
20496 printf %s "(cached) " >&6
20497 else $as_nop
20498 ac_check_lib_save_LIBS=$LIBS
20499 LIBS="-llber $PTHREAD_LIBS $LDAP_LIBS $LIBS"
20500 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20501 /* end confdefs.h. */
20503 /* Override any GCC internal prototype to avoid an error.
20504 Use char because int might match the return type of a GCC
20505 builtin and then its argument prototype would still apply. */
20506 char ber_init ();
20508 main (void)
20510 return ber_init ();
20512 return 0;
20514 _ACEOF
20515 if ac_fn_c_try_link "$LINENO"
20516 then :
20517 ac_cv_lib_lber_ber_init=yes
20518 else $as_nop
20519 ac_cv_lib_lber_ber_init=no
20521 rm -f core conftest.err conftest.$ac_objext conftest.beam \
20522 conftest$ac_exeext conftest.$ac_ext
20523 LIBS=$ac_check_lib_save_LIBS
20525 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
20526 printf "%s\n" "$ac_cv_lib_lber_ber_init" >&6; }
20527 if test "x$ac_cv_lib_lber_ber_init" = xyes
20528 then :
20530 printf "%s\n" "#define HAVE_LDAP 1" >>confdefs.h
20532 else $as_nop
20533 LDAP_LIBS=""
20536 else $as_nop
20537 LDAP_LIBS=""
20540 else $as_nop
20541 LDAP_LIBS=""
20544 ac_wine_check_funcs_save_LIBS="$LIBS"
20545 LIBS="$LIBS $LDAP_LIBS $PTHREAD_LIBS"
20546 ac_fn_c_check_func "$LINENO" "ldap_count_references" "ac_cv_func_ldap_count_references"
20547 if test "x$ac_cv_func_ldap_count_references" = xyes
20548 then :
20549 printf "%s\n" "#define HAVE_LDAP_COUNT_REFERENCES 1" >>confdefs.h
20552 ac_fn_c_check_func "$LINENO" "ldap_first_reference" "ac_cv_func_ldap_first_reference"
20553 if test "x$ac_cv_func_ldap_first_reference" = xyes
20554 then :
20555 printf "%s\n" "#define HAVE_LDAP_FIRST_REFERENCE 1" >>confdefs.h
20558 ac_fn_c_check_func "$LINENO" "ldap_next_reference" "ac_cv_func_ldap_next_reference"
20559 if test "x$ac_cv_func_ldap_next_reference" = xyes
20560 then :
20561 printf "%s\n" "#define HAVE_LDAP_NEXT_REFERENCE 1" >>confdefs.h
20564 ac_fn_c_check_func "$LINENO" "ldap_parse_reference" "ac_cv_func_ldap_parse_reference"
20565 if test "x$ac_cv_func_ldap_parse_reference" = xyes
20566 then :
20567 printf "%s\n" "#define HAVE_LDAP_PARSE_REFERENCE 1" >>confdefs.h
20570 ac_fn_c_check_func "$LINENO" "ldap_parse_sort_control" "ac_cv_func_ldap_parse_sort_control"
20571 if test "x$ac_cv_func_ldap_parse_sort_control" = xyes
20572 then :
20573 printf "%s\n" "#define HAVE_LDAP_PARSE_SORT_CONTROL 1" >>confdefs.h
20576 ac_fn_c_check_func "$LINENO" "ldap_parse_sortresponse_control" "ac_cv_func_ldap_parse_sortresponse_control"
20577 if test "x$ac_cv_func_ldap_parse_sortresponse_control" = xyes
20578 then :
20579 printf "%s\n" "#define HAVE_LDAP_PARSE_SORTRESPONSE_CONTROL 1" >>confdefs.h
20582 ac_fn_c_check_func "$LINENO" "ldap_parse_vlv_control" "ac_cv_func_ldap_parse_vlv_control"
20583 if test "x$ac_cv_func_ldap_parse_vlv_control" = xyes
20584 then :
20585 printf "%s\n" "#define HAVE_LDAP_PARSE_VLV_CONTROL 1" >>confdefs.h
20588 ac_fn_c_check_func "$LINENO" "ldap_parse_vlvresponse_control" "ac_cv_func_ldap_parse_vlvresponse_control"
20589 if test "x$ac_cv_func_ldap_parse_vlvresponse_control" = xyes
20590 then :
20591 printf "%s\n" "#define HAVE_LDAP_PARSE_VLVRESPONSE_CONTROL 1" >>confdefs.h
20595 LIBS="$ac_wine_check_funcs_save_LIBS"
20596 else
20597 LDAP_LIBS=""
20599 CPPFLAGS=$ac_save_CPPFLAGS
20602 if test "x$LDAP_LIBS" = "x"
20603 then :
20604 case "x$with_ldap" in
20605 x) as_fn_append wine_notices "|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
20606 xno) ;;
20607 *) as_fn_error $? "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
20608 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
20609 esac
20613 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for sched_setaffinity" >&5
20614 printf %s "checking for sched_setaffinity... " >&6; }
20615 if test ${wine_cv_have_sched_setaffinity+y}
20616 then :
20617 printf %s "(cached) " >&6
20618 else $as_nop
20619 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20620 /* end confdefs.h. */
20621 #include <sched.h>
20623 main (void)
20625 sched_setaffinity(0, 0, 0);
20627 return 0;
20629 _ACEOF
20630 if ac_fn_c_try_link "$LINENO"
20631 then :
20632 wine_cv_have_sched_setaffinity=yes
20633 else $as_nop
20634 wine_cv_have_sched_setaffinity=no
20636 rm -f core conftest.err conftest.$ac_objext conftest.beam \
20637 conftest$ac_exeext conftest.$ac_ext
20639 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sched_setaffinity" >&5
20640 printf "%s\n" "$wine_cv_have_sched_setaffinity" >&6; }
20641 if test "$wine_cv_have_sched_setaffinity" = "yes"
20642 then
20644 printf "%s\n" "#define HAVE_SCHED_SETAFFINITY 1" >>confdefs.h
20649 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
20650 printf %s "checking for inline... " >&6; }
20651 if test ${ac_cv_c_inline+y}
20652 then :
20653 printf %s "(cached) " >&6
20654 else $as_nop
20655 ac_cv_c_inline=no
20656 for ac_kw in inline __inline__ __inline; do
20657 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20658 /* end confdefs.h. */
20659 #ifndef __cplusplus
20660 typedef int foo_t;
20661 static $ac_kw foo_t static_foo (void) {return 0; }
20662 $ac_kw foo_t foo (void) {return 0; }
20663 #endif
20665 _ACEOF
20666 if ac_fn_c_try_compile "$LINENO"
20667 then :
20668 ac_cv_c_inline=$ac_kw
20670 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
20671 test "$ac_cv_c_inline" != no && break
20672 done
20675 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
20676 printf "%s\n" "$ac_cv_c_inline" >&6; }
20678 case $ac_cv_c_inline in
20679 inline | yes) ;;
20681 case $ac_cv_c_inline in
20682 no) ac_val=;;
20683 *) ac_val=$ac_cv_c_inline;;
20684 esac
20685 cat >>confdefs.h <<_ACEOF
20686 #ifndef __cplusplus
20687 #define inline $ac_val
20688 #endif
20689 _ACEOF
20691 esac
20693 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
20694 #include <signal.h>
20696 if test "x$ac_cv_type_sigset_t" = xyes
20697 then :
20699 printf "%s\n" "#define HAVE_SIGSET_T 1" >>confdefs.h
20704 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
20706 if test "x$ac_cv_type_request_sense" = xyes
20707 then :
20709 printf "%s\n" "#define HAVE_REQUEST_SENSE 1" >>confdefs.h
20715 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
20716 #ifdef HAVE_SYS_SOCKET_H
20717 #include <sys/socket.h>
20718 #endif
20719 #ifdef HAVE_SYS_SOCKETVAR_H
20720 #include <sys/socketvar.h>
20721 #endif
20722 #ifdef HAVE_NET_ROUTE_H
20723 #include <net/route.h>
20724 #endif
20725 #ifdef HAVE_NETINET_IN_H
20726 #include <netinet/in.h>
20727 #endif
20728 #ifdef HAVE_NETINET_IN_SYSTM_H
20729 #include <netinet/in_systm.h>
20730 #endif
20731 #ifdef HAVE_NETINET_IP_H
20732 #include <netinet/ip.h>
20733 #endif
20734 #ifdef HAVE_NETINET_IN_PCB_H
20735 #include <netinet/in_pcb.h>
20736 #endif
20738 if test "x$ac_cv_type_struct_xinpgen" = xyes
20739 then :
20741 printf "%s\n" "#define HAVE_STRUCT_XINPGEN 1" >>confdefs.h
20747 ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
20748 #include <linux/input.h>
20749 #endif
20751 if test "x$ac_cv_member_struct_ff_effect_direction" = xyes
20752 then :
20754 printf "%s\n" "#define HAVE_STRUCT_FF_EFFECT_DIRECTION 1" >>confdefs.h
20760 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
20761 printf %s "checking for sigaddset... " >&6; }
20762 if test ${wine_cv_have_sigaddset+y}
20763 then :
20764 printf %s "(cached) " >&6
20765 else $as_nop
20766 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20767 /* end confdefs.h. */
20768 #include <signal.h>
20770 main (void)
20772 sigset_t set; sigaddset(&set,SIGTERM);
20774 return 0;
20776 _ACEOF
20777 if ac_fn_c_try_link "$LINENO"
20778 then :
20779 wine_cv_have_sigaddset=yes
20780 else $as_nop
20781 wine_cv_have_sigaddset=no
20783 rm -f core conftest.err conftest.$ac_objext conftest.beam \
20784 conftest$ac_exeext conftest.$ac_ext
20786 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
20787 printf "%s\n" "$wine_cv_have_sigaddset" >&6; }
20788 if test "$wine_cv_have_sigaddset" = "yes"
20789 then
20791 printf "%s\n" "#define HAVE_SIGADDSET 1" >>confdefs.h
20796 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
20797 printf %s "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
20798 if test ${wine_cv_linux_gethostbyname_r_6+y}
20799 then :
20800 printf %s "(cached) " >&6
20801 else $as_nop
20802 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20803 /* end confdefs.h. */
20804 #include <netdb.h>
20806 main (void)
20809 char *name=0;
20810 struct hostent he;
20811 struct hostent *result;
20812 char *buf=0;
20813 int bufsize=0;
20814 int errnr;
20815 char *addr=0;
20816 int addrlen=0;
20817 int addrtype=0;
20818 gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
20819 gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
20822 return 0;
20824 _ACEOF
20825 if ac_fn_c_try_link "$LINENO"
20826 then :
20827 wine_cv_linux_gethostbyname_r_6=yes
20828 else $as_nop
20829 wine_cv_linux_gethostbyname_r_6=no
20832 rm -f core conftest.err conftest.$ac_objext conftest.beam \
20833 conftest$ac_exeext conftest.$ac_ext
20836 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
20837 printf "%s\n" "$wine_cv_linux_gethostbyname_r_6" >&6; }
20838 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
20839 then
20841 printf "%s\n" "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
20845 if test "$ac_cv_header_linux_joystick_h" = "yes"
20846 then
20847 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
20848 printf %s "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
20849 if test ${wine_cv_linux_joystick_22_api+y}
20850 then :
20851 printf %s "(cached) " >&6
20852 else $as_nop
20853 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20854 /* end confdefs.h. */
20856 #include <sys/ioctl.h>
20857 #include <sys/types.h>
20858 #include <linux/joystick.h>
20860 struct js_event blub;
20861 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
20862 #error "no 2.2 header"
20863 #endif
20866 main (void)
20868 /*empty*/
20870 return 0;
20872 _ACEOF
20873 if ac_fn_c_try_compile "$LINENO"
20874 then :
20875 wine_cv_linux_joystick_22_api=yes
20876 else $as_nop
20877 wine_cv_linux_joystick_22_api=no
20879 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
20882 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
20883 printf "%s\n" "$wine_cv_linux_joystick_22_api" >&6; }
20884 if test "$wine_cv_linux_joystick_22_api" = "yes"
20885 then
20887 printf "%s\n" "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
20892 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
20893 #ifdef HAVE_SYS_SOCKET_H
20894 # include <sys/socket.h>
20895 #endif
20896 #ifdef HAVE_SYS_UN_H
20897 # include <sys/un.h>
20898 #endif
20900 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = xyes
20901 then :
20903 printf "%s\n" "#define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1" >>confdefs.h
20907 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
20908 #ifdef HAVE_SYS_SOCKET_H
20909 # include <sys/socket.h>
20910 #endif
20911 #ifdef HAVE_SYS_UN_H
20912 # include <sys/un.h>
20913 #endif
20915 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = xyes
20916 then :
20918 printf "%s\n" "#define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1" >>confdefs.h
20924 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
20925 #ifdef HAVE_SCSI_SG_H
20926 #include <scsi/sg.h>
20927 #endif
20929 if test "x$ac_cv_member_scsireq_t_cmd" = xyes
20930 then :
20932 printf "%s\n" "#define HAVE_SCSIREQ_T_CMD 1" >>confdefs.h
20936 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>
20937 #ifdef HAVE_SCSI_SG_H
20938 #include <scsi/sg.h>
20939 #endif
20941 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = xyes
20942 then :
20944 printf "%s\n" "#define HAVE_SG_IO_HDR_T_INTERFACE_ID 1" >>confdefs.h
20950 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
20952 if test "x$ac_cv_member_siginfo_t_si_fd" = xyes
20953 then :
20955 printf "%s\n" "#define HAVE_SIGINFO_T_SI_FD 1" >>confdefs.h
20961 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
20962 #ifdef HAVE_SYS_MTIO_H
20963 #include <sys/mtio.h>
20964 #endif
20966 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = xyes
20967 then :
20969 printf "%s\n" "#define HAVE_STRUCT_MTGET_MT_BLKSIZ 1" >>confdefs.h
20973 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
20974 #ifdef HAVE_SYS_MTIO_H
20975 #include <sys/mtio.h>
20976 #endif
20978 if test "x$ac_cv_member_struct_mtget_mt_gstat" = xyes
20979 then :
20981 printf "%s\n" "#define HAVE_STRUCT_MTGET_MT_GSTAT 1" >>confdefs.h
20985 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
20986 #ifdef HAVE_SYS_MTIO_H
20987 #include <sys/mtio.h>
20988 #endif
20990 if test "x$ac_cv_member_struct_mtget_mt_blkno" = xyes
20991 then :
20993 printf "%s\n" "#define HAVE_STRUCT_MTGET_MT_BLKNO 1" >>confdefs.h
20999 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
21000 if test "x$ac_cv_member_struct_stat_st_mtim" = xyes
21001 then :
21003 printf "%s\n" "#define HAVE_STRUCT_STAT_ST_MTIM 1" >>confdefs.h
21007 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtimespec" "ac_cv_member_struct_stat_st_mtimespec" "$ac_includes_default"
21008 if test "x$ac_cv_member_struct_stat_st_mtimespec" = xyes
21009 then :
21011 printf "%s\n" "#define HAVE_STRUCT_STAT_ST_MTIMESPEC 1" >>confdefs.h
21015 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
21016 if test "x$ac_cv_member_struct_stat_st_ctim" = xyes
21017 then :
21019 printf "%s\n" "#define HAVE_STRUCT_STAT_ST_CTIM 1" >>confdefs.h
21023 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctimespec" "ac_cv_member_struct_stat_st_ctimespec" "$ac_includes_default"
21024 if test "x$ac_cv_member_struct_stat_st_ctimespec" = xyes
21025 then :
21027 printf "%s\n" "#define HAVE_STRUCT_STAT_ST_CTIMESPEC 1" >>confdefs.h
21031 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
21032 if test "x$ac_cv_member_struct_stat_st_atim" = xyes
21033 then :
21035 printf "%s\n" "#define HAVE_STRUCT_STAT_ST_ATIM 1" >>confdefs.h
21039 ac_fn_c_check_member "$LINENO" "struct stat" "st_atimespec" "ac_cv_member_struct_stat_st_atimespec" "$ac_includes_default"
21040 if test "x$ac_cv_member_struct_stat_st_atimespec" = xyes
21041 then :
21043 printf "%s\n" "#define HAVE_STRUCT_STAT_ST_ATIMESPEC 1" >>confdefs.h
21047 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtime" "ac_cv_member_struct_stat_st_birthtime" "$ac_includes_default"
21048 if test "x$ac_cv_member_struct_stat_st_birthtime" = xyes
21049 then :
21051 printf "%s\n" "#define HAVE_STRUCT_STAT_ST_BIRTHTIME 1" >>confdefs.h
21055 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtim" "ac_cv_member_struct_stat_st_birthtim" "$ac_includes_default"
21056 if test "x$ac_cv_member_struct_stat_st_birthtim" = xyes
21057 then :
21059 printf "%s\n" "#define HAVE_STRUCT_STAT_ST_BIRTHTIM 1" >>confdefs.h
21063 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtimespec" "ac_cv_member_struct_stat_st_birthtimespec" "$ac_includes_default"
21064 if test "x$ac_cv_member_struct_stat_st_birthtimespec" = xyes
21065 then :
21067 printf "%s\n" "#define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1" >>confdefs.h
21071 ac_fn_c_check_member "$LINENO" "struct stat" "__st_birthtime" "ac_cv_member_struct_stat___st_birthtime" "$ac_includes_default"
21072 if test "x$ac_cv_member_struct_stat___st_birthtime" = xyes
21073 then :
21075 printf "%s\n" "#define HAVE_STRUCT_STAT___ST_BIRTHTIME 1" >>confdefs.h
21079 ac_fn_c_check_member "$LINENO" "struct stat" "__st_birthtim" "ac_cv_member_struct_stat___st_birthtim" "$ac_includes_default"
21080 if test "x$ac_cv_member_struct_stat___st_birthtim" = xyes
21081 then :
21083 printf "%s\n" "#define HAVE_STRUCT_STAT___ST_BIRTHTIM 1" >>confdefs.h
21089 ac_fn_c_check_member "$LINENO" "struct sockaddr_in6" "sin6_scope_id" "ac_cv_member_struct_sockaddr_in6_sin6_scope_id" "#ifdef HAVE_SYS_TYPES_H
21090 #include <sys/types.h>
21091 #endif
21092 #ifdef HAVE_NETINET_IN_H
21093 #include <netinet/in.h>
21094 #endif
21096 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = xyes
21097 then :
21099 printf "%s\n" "#define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1" >>confdefs.h
21105 ac_fn_c_check_type "$LINENO" "struct __res_state" "ac_cv_type_struct___res_state" "#ifdef HAVE_SYS_TYPES_H
21106 #include <sys/types.h>
21107 #endif
21108 #ifdef HAVE_NETINET_IN_H
21109 #include <netinet/in.h>
21110 #endif
21111 #ifdef HAVE_RESOLV_H
21112 #include <resolv.h>
21113 #endif
21115 if test "x$ac_cv_type_struct___res_state" = xyes
21116 then :
21118 printf "%s\n" "#define HAVE_STRUCT___RES_STATE 1" >>confdefs.h
21124 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
21125 #include <resolv.h>
21126 #endif
21128 if test "x$ac_cv_member_struct___res_state__u__ext_nscount6" = xyes
21129 then :
21131 printf "%s\n" "#define HAVE_STRUCT___RES_STATE__U__EXT_NSCOUNT6 1" >>confdefs.h
21137 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_inhist" "ac_cv_member_struct_icmpstat_icps_inhist" "#ifdef HAVE_SYS_TYPES_H
21138 #include <sys/types.h>
21139 #endif
21140 #ifdef HAVE_NETINET_IN_H
21141 #include <netinet/in.h>
21142 #endif
21143 #ifdef HAVE_NETINET_IP_H
21144 #include <netinet/ip.h>
21145 #endif
21146 #ifdef HAVE_NETINET_IP_ICMP_H
21147 #include <netinet/ip_icmp.h>
21148 #endif
21149 #ifdef HAVE_NETINET_ICMP_VAR_H
21150 #include <netinet/icmp_var.h>
21151 #endif
21153 if test "x$ac_cv_member_struct_icmpstat_icps_inhist" = xyes
21154 then :
21156 printf "%s\n" "#define HAVE_STRUCT_ICMPSTAT_ICPS_INHIST 1" >>confdefs.h
21162 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
21163 #include <sys/types.h>
21164 #endif
21165 #ifdef HAVE_ALIAS_H
21166 #include <alias.h>
21167 #endif
21168 #ifdef HAVE_SYS_SOCKET_H
21169 #include <sys/socket.h>
21170 #endif
21171 #ifdef HAVE_SYS_SOCKETVAR_H
21172 #include <sys/socketvar.h>
21173 #endif
21174 #ifdef HAVE_SYS_TIMEOUT_H
21175 #include <sys/timeout.h>
21176 #endif
21177 #ifdef HAVE_NETINET_IN_H
21178 #include <netinet/in.h>
21179 #endif
21180 #ifdef HAVE_NETINET_IN_SYSTM_H
21181 #include <netinet/in_systm.h>
21182 #endif
21183 #ifdef HAVE_NETINET_IP_H
21184 #include <netinet/ip.h>
21185 #endif
21186 #ifdef HAVE_NETINET_IP_VAR_H
21187 #include <netinet/ip_var.h>
21188 #endif
21189 #ifdef HAVE_NETINET_IP_ICMP_H
21190 #include <netinet/ip_icmp.h>
21191 #endif
21192 #ifdef HAVE_NETINET_ICMP_VAR_H
21193 #include <netinet/icmp_var.h>
21194 #endif
21196 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = xyes
21197 then :
21199 printf "%s\n" "#define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1" >>confdefs.h
21205 ac_fn_c_check_member "$LINENO" "struct in6_pktinfo" "ipi6_addr" "ac_cv_member_struct_in6_pktinfo_ipi6_addr" "#ifdef HAVE_NETINET_IN_H
21206 #include <netinet/in.h>
21207 #endif
21209 if test "x$ac_cv_member_struct_in6_pktinfo_ipi6_addr" = xyes
21210 then :
21212 printf "%s\n" "#define HAVE_STRUCT_IN6_PKTINFO_IPI6_ADDR 1" >>confdefs.h
21218 ac_fn_c_check_member "$LINENO" "struct ipstat" "ips_total" "ac_cv_member_struct_ipstat_ips_total" "#ifdef HAVE_SYS_TYPES_H
21219 #include <sys/types.h>
21220 #endif
21221 #ifdef HAVE_SYS_SOCKETVAR_H
21222 #include <sys/socketvar.h>
21223 #endif
21224 #ifdef HAVE_NETINET_IN_H
21225 #include <netinet/in.h>
21226 #endif
21227 #ifdef HAVE_NETINET_IP_VAR_H
21228 #include <netinet/ip_var.h>
21229 #endif
21231 if test "x$ac_cv_member_struct_ipstat_ips_total" = xyes
21232 then :
21234 printf "%s\n" "#define HAVE_STRUCT_IPSTAT_IPS_TOTAL 1" >>confdefs.h
21240 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
21241 #include <netinet/ip_var.h>
21242 #endif
21244 if test "x$ac_cv_member_struct_ip_stats_ips_total" = xyes
21245 then :
21247 printf "%s\n" "#define HAVE_STRUCT_IP_STATS_IPS_TOTAL 1" >>confdefs.h
21253 ac_fn_c_check_member "$LINENO" "struct tcpstat" "tcps_connattempt" "ac_cv_member_struct_tcpstat_tcps_connattempt" "#ifdef HAVE_SYS_TYPES_H
21254 #include <sys/types.h>
21255 #endif
21256 #ifdef HAVE_SYS_SOCKETVAR_H
21257 #include <sys/socketvar.h>
21258 #endif
21259 #ifdef HAVE_NETINET_IN_H
21260 #include <netinet/in.h>
21261 #endif
21262 #ifdef HAVE_NETINET_TCP_H
21263 #include <netinet/tcp.h>
21264 #endif
21265 #ifdef HAVE_NETINET_TCP_VAR_H
21266 #include <netinet/tcp_var.h>
21267 #endif
21269 if test "x$ac_cv_member_struct_tcpstat_tcps_connattempt" = xyes
21270 then :
21272 printf "%s\n" "#define HAVE_STRUCT_TCPSTAT_TCPS_CONNATTEMPT 1" >>confdefs.h
21278 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
21279 #include <netinet/tcp_var.h>
21280 #endif
21282 if test "x$ac_cv_member_struct_tcp_stats_tcps_connattempt" = xyes
21283 then :
21285 printf "%s\n" "#define HAVE_STRUCT_TCP_STATS_TCPS_CONNATTEMPT 1" >>confdefs.h
21291 ac_fn_c_check_member "$LINENO" "struct udpstat" "udps_ipackets" "ac_cv_member_struct_udpstat_udps_ipackets" "#ifdef HAVE_SYS_TYPES_H
21292 #include <sys/types.h>
21293 #endif
21294 #ifdef HAVE_NETINET_IN_H
21295 #include <netinet/in.h>
21296 #endif
21297 #ifdef HAVE_NETINET_IP_VAR_H
21298 #include <netinet/ip_var.h>
21299 #endif
21300 #ifdef HAVE_NETINET_UDP_H
21301 #include <netinet/udp.h>
21302 #endif
21303 #ifdef HAVE_NETINET_UDP_VAR_H
21304 #include <netinet/udp_var.h>
21305 #endif
21307 if test "x$ac_cv_member_struct_udpstat_udps_ipackets" = xyes
21308 then :
21310 printf "%s\n" "#define HAVE_STRUCT_UDPSTAT_UDPS_IPACKETS 1" >>confdefs.h
21316 ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
21317 #include <sys/types.h>
21318 #endif
21319 #ifdef HAVE_NET_IF_H
21320 # include <net/if.h>
21321 #endif
21323 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes
21324 then :
21326 printf "%s\n" "#define HAVE_STRUCT_IFREQ_IFR_HWADDR 1" >>confdefs.h
21332 ac_fn_c_check_member "$LINENO" "struct sysinfo" "totalram" "ac_cv_member_struct_sysinfo_totalram" "#ifdef HAVE_SYS_SYSINFO_H
21333 # include <sys/sysinfo.h>
21334 #endif
21336 if test "x$ac_cv_member_struct_sysinfo_totalram" = xyes
21337 then :
21339 printf "%s\n" "#define HAVE_STRUCT_SYSINFO_TOTALRAM 1" >>confdefs.h
21343 ac_fn_c_check_member "$LINENO" "struct sysinfo" "mem_unit" "ac_cv_member_struct_sysinfo_mem_unit" "#ifdef HAVE_SYS_SYSINFO_H
21344 # include <sys/sysinfo.h>
21345 #endif
21347 if test "x$ac_cv_member_struct_sysinfo_mem_unit" = xyes
21348 then :
21350 printf "%s\n" "#define HAVE_STRUCT_SYSINFO_MEM_UNIT 1" >>confdefs.h
21356 ac_save_LIBS="$LIBS"
21357 LIBS="$LIBS -lm"
21358 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for isfinite" >&5
21359 printf %s "checking for isfinite... " >&6; }
21360 if test ${ac_cv_have_isfinite+y}
21361 then :
21362 printf %s "(cached) " >&6
21363 else $as_nop
21364 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21365 /* end confdefs.h. */
21366 #include <math.h>
21368 main (void)
21370 float f = 0.0; return isfinite(f)
21372 return 0;
21374 _ACEOF
21375 if ac_fn_c_try_link "$LINENO"
21376 then :
21377 ac_cv_have_isfinite="yes"
21378 else $as_nop
21379 ac_cv_have_isfinite="no"
21381 rm -f core conftest.err conftest.$ac_objext conftest.beam \
21382 conftest$ac_exeext conftest.$ac_ext
21384 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isfinite" >&5
21385 printf "%s\n" "$ac_cv_have_isfinite" >&6; }
21386 if test "$ac_cv_have_isfinite" = "yes"
21387 then
21389 printf "%s\n" "#define HAVE_ISFINITE 1" >>confdefs.h
21393 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
21394 printf %s "checking for isinf... " >&6; }
21395 if test ${ac_cv_have_isinf+y}
21396 then :
21397 printf %s "(cached) " >&6
21398 else $as_nop
21399 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21400 /* end confdefs.h. */
21401 #include <math.h>
21403 main (void)
21405 float f = 0.0; return isinf(f)
21407 return 0;
21409 _ACEOF
21410 if ac_fn_c_try_link "$LINENO"
21411 then :
21412 ac_cv_have_isinf="yes"
21413 else $as_nop
21414 ac_cv_have_isinf="no"
21416 rm -f core conftest.err conftest.$ac_objext conftest.beam \
21417 conftest$ac_exeext conftest.$ac_ext
21419 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
21420 printf "%s\n" "$ac_cv_have_isinf" >&6; }
21421 if test "$ac_cv_have_isinf" = "yes"
21422 then
21424 printf "%s\n" "#define HAVE_ISINF 1" >>confdefs.h
21428 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
21429 printf %s "checking for isnan... " >&6; }
21430 if test ${ac_cv_have_isnan+y}
21431 then :
21432 printf %s "(cached) " >&6
21433 else $as_nop
21434 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21435 /* end confdefs.h. */
21436 #include <math.h>
21438 main (void)
21440 float f = 0.0; return isnan(f)
21442 return 0;
21444 _ACEOF
21445 if ac_fn_c_try_link "$LINENO"
21446 then :
21447 ac_cv_have_isnan="yes"
21448 else $as_nop
21449 ac_cv_have_isnan="no"
21451 rm -f core conftest.err conftest.$ac_objext conftest.beam \
21452 conftest$ac_exeext conftest.$ac_ext
21454 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
21455 printf "%s\n" "$ac_cv_have_isnan" >&6; }
21456 if test "$ac_cv_have_isnan" = "yes"
21457 then
21459 printf "%s\n" "#define HAVE_ISNAN 1" >>confdefs.h
21463 LIBS="$ac_save_LIBS"
21465 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for __builtin_popcount" >&5
21466 printf %s "checking for __builtin_popcount... " >&6; }
21467 if test ${ac_cv_have___builtin_popcount+y}
21468 then :
21469 printf %s "(cached) " >&6
21470 else $as_nop
21471 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21472 /* end confdefs.h. */
21475 main (void)
21477 return __builtin_popcount(1)
21479 return 0;
21481 _ACEOF
21482 if ac_fn_c_try_link "$LINENO"
21483 then :
21484 ac_cv_have___builtin_popcount="yes"
21485 else $as_nop
21486 ac_cv_have___builtin_popcount="no"
21488 rm -f core conftest.err conftest.$ac_objext conftest.beam \
21489 conftest$ac_exeext conftest.$ac_ext
21491 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_popcount" >&5
21492 printf "%s\n" "$ac_cv_have___builtin_popcount" >&6; }
21493 if test "$ac_cv_have___builtin_popcount" = "yes"
21494 then
21496 printf "%s\n" "#define HAVE___BUILTIN_POPCOUNT 1" >>confdefs.h
21500 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for __clear_cache" >&5
21501 printf %s "checking for __clear_cache... " >&6; }
21502 if test ${ac_cv_have___clear_cache+y}
21503 then :
21504 printf %s "(cached) " >&6
21505 else $as_nop
21506 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21507 /* end confdefs.h. */
21510 main (void)
21512 __clear_cache((void*)0, (void*)0); return 0;
21514 return 0;
21516 _ACEOF
21517 if ac_fn_c_try_link "$LINENO"
21518 then :
21519 ac_cv_have___clear_cache="yes"
21520 else $as_nop
21521 ac_cv_have___clear_cache="no"
21523 rm -f core conftest.err conftest.$ac_objext conftest.beam \
21524 conftest$ac_exeext conftest.$ac_ext
21526 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___clear_cache" >&5
21527 printf "%s\n" "$ac_cv_have___clear_cache" >&6; }
21528 if test "$ac_cv_have___clear_cache" = "yes"
21529 then
21531 printf "%s\n" "#define HAVE___CLEAR_CACHE 1" >>confdefs.h
21536 case $host_cpu in
21537 *i[3456789]86*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
21538 printf %s "checking whether we need to define __i386__... " >&6; }
21539 if test ${ac_cv_cpp_def___i386__+y}
21540 then :
21541 printf %s "(cached) " >&6
21542 else $as_nop
21543 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21544 /* end confdefs.h. */
21545 #ifndef __i386__
21547 #endif
21548 _ACEOF
21549 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21550 $EGREP "yes" >/dev/null 2>&1
21551 then :
21552 ac_cv_cpp_def___i386__=yes
21553 else $as_nop
21554 ac_cv_cpp_def___i386__=no
21556 rm -rf conftest*
21559 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
21560 printf "%s\n" "$ac_cv_cpp_def___i386__" >&6; }
21561 if test "x$ac_cv_cpp_def___i386__" = xyes
21562 then :
21563 CFLAGS="$CFLAGS -D__i386__"
21564 LINTFLAGS="$LINTFLAGS -D__i386__"
21565 fi ;;
21566 *x86_64*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
21567 printf %s "checking whether we need to define __x86_64__... " >&6; }
21568 if test ${ac_cv_cpp_def___x86_64__+y}
21569 then :
21570 printf %s "(cached) " >&6
21571 else $as_nop
21572 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21573 /* end confdefs.h. */
21574 #ifndef __x86_64__
21576 #endif
21577 _ACEOF
21578 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21579 $EGREP "yes" >/dev/null 2>&1
21580 then :
21581 ac_cv_cpp_def___x86_64__=yes
21582 else $as_nop
21583 ac_cv_cpp_def___x86_64__=no
21585 rm -rf conftest*
21588 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
21589 printf "%s\n" "$ac_cv_cpp_def___x86_64__" >&6; }
21590 if test "x$ac_cv_cpp_def___x86_64__" = xyes
21591 then :
21592 CFLAGS="$CFLAGS -D__x86_64__"
21593 LINTFLAGS="$LINTFLAGS -D__x86_64__"
21594 fi ;;
21595 *sparc64*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc64__" >&5
21596 printf %s "checking whether we need to define __sparc64__... " >&6; }
21597 if test ${ac_cv_cpp_def___sparc64__+y}
21598 then :
21599 printf %s "(cached) " >&6
21600 else $as_nop
21601 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21602 /* end confdefs.h. */
21603 #ifndef __sparc64__
21605 #endif
21606 _ACEOF
21607 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21608 $EGREP "yes" >/dev/null 2>&1
21609 then :
21610 ac_cv_cpp_def___sparc64__=yes
21611 else $as_nop
21612 ac_cv_cpp_def___sparc64__=no
21614 rm -rf conftest*
21617 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc64__" >&5
21618 printf "%s\n" "$ac_cv_cpp_def___sparc64__" >&6; }
21619 if test "x$ac_cv_cpp_def___sparc64__" = xyes
21620 then :
21621 CFLAGS="$CFLAGS -D__sparc64__"
21622 LINTFLAGS="$LINTFLAGS -D__sparc64__"
21623 fi ;;
21624 *sparc*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
21625 printf %s "checking whether we need to define __sparc__... " >&6; }
21626 if test ${ac_cv_cpp_def___sparc__+y}
21627 then :
21628 printf %s "(cached) " >&6
21629 else $as_nop
21630 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21631 /* end confdefs.h. */
21632 #ifndef __sparc__
21634 #endif
21635 _ACEOF
21636 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21637 $EGREP "yes" >/dev/null 2>&1
21638 then :
21639 ac_cv_cpp_def___sparc__=yes
21640 else $as_nop
21641 ac_cv_cpp_def___sparc__=no
21643 rm -rf conftest*
21646 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
21647 printf "%s\n" "$ac_cv_cpp_def___sparc__" >&6; }
21648 if test "x$ac_cv_cpp_def___sparc__" = xyes
21649 then :
21650 CFLAGS="$CFLAGS -D__sparc__"
21651 LINTFLAGS="$LINTFLAGS -D__sparc__"
21652 fi ;;
21653 *powerpc64*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc64__" >&5
21654 printf %s "checking whether we need to define __powerpc64__... " >&6; }
21655 if test ${ac_cv_cpp_def___powerpc64__+y}
21656 then :
21657 printf %s "(cached) " >&6
21658 else $as_nop
21659 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21660 /* end confdefs.h. */
21661 #ifndef __powerpc64__
21663 #endif
21664 _ACEOF
21665 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21666 $EGREP "yes" >/dev/null 2>&1
21667 then :
21668 ac_cv_cpp_def___powerpc64__=yes
21669 else $as_nop
21670 ac_cv_cpp_def___powerpc64__=no
21672 rm -rf conftest*
21675 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc64__" >&5
21676 printf "%s\n" "$ac_cv_cpp_def___powerpc64__" >&6; }
21677 if test "x$ac_cv_cpp_def___powerpc64__" = xyes
21678 then :
21679 CFLAGS="$CFLAGS -D__powerpc64__"
21680 LINTFLAGS="$LINTFLAGS -D__powerpc64__"
21681 fi ;;
21682 *powerpc*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
21683 printf %s "checking whether we need to define __powerpc__... " >&6; }
21684 if test ${ac_cv_cpp_def___powerpc__+y}
21685 then :
21686 printf %s "(cached) " >&6
21687 else $as_nop
21688 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21689 /* end confdefs.h. */
21690 #ifndef __powerpc__
21692 #endif
21693 _ACEOF
21694 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21695 $EGREP "yes" >/dev/null 2>&1
21696 then :
21697 ac_cv_cpp_def___powerpc__=yes
21698 else $as_nop
21699 ac_cv_cpp_def___powerpc__=no
21701 rm -rf conftest*
21704 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
21705 printf "%s\n" "$ac_cv_cpp_def___powerpc__" >&6; }
21706 if test "x$ac_cv_cpp_def___powerpc__" = xyes
21707 then :
21708 CFLAGS="$CFLAGS -D__powerpc__"
21709 LINTFLAGS="$LINTFLAGS -D__powerpc__"
21710 fi ;;
21711 *aarch64*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we need to define __aarch64__" >&5
21712 printf %s "checking whether we need to define __aarch64__... " >&6; }
21713 if test ${ac_cv_cpp_def___aarch64__+y}
21714 then :
21715 printf %s "(cached) " >&6
21716 else $as_nop
21717 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21718 /* end confdefs.h. */
21719 #ifndef __aarch64__
21721 #endif
21722 _ACEOF
21723 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21724 $EGREP "yes" >/dev/null 2>&1
21725 then :
21726 ac_cv_cpp_def___aarch64__=yes
21727 else $as_nop
21728 ac_cv_cpp_def___aarch64__=no
21730 rm -rf conftest*
21733 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___aarch64__" >&5
21734 printf "%s\n" "$ac_cv_cpp_def___aarch64__" >&6; }
21735 if test "x$ac_cv_cpp_def___aarch64__" = xyes
21736 then :
21737 CFLAGS="$CFLAGS -D__aarch64__"
21738 LINTFLAGS="$LINTFLAGS -D__aarch64__"
21739 fi ;;
21740 *arm*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we need to define __arm__" >&5
21741 printf %s "checking whether we need to define __arm__... " >&6; }
21742 if test ${ac_cv_cpp_def___arm__+y}
21743 then :
21744 printf %s "(cached) " >&6
21745 else $as_nop
21746 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21747 /* end confdefs.h. */
21748 #ifndef __arm__
21750 #endif
21751 _ACEOF
21752 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21753 $EGREP "yes" >/dev/null 2>&1
21754 then :
21755 ac_cv_cpp_def___arm__=yes
21756 else $as_nop
21757 ac_cv_cpp_def___arm__=no
21759 rm -rf conftest*
21762 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___arm__" >&5
21763 printf "%s\n" "$ac_cv_cpp_def___arm__" >&6; }
21764 if test "x$ac_cv_cpp_def___arm__" = xyes
21765 then :
21766 CFLAGS="$CFLAGS -D__arm__"
21767 LINTFLAGS="$LINTFLAGS -D__arm__"
21768 fi ;;
21769 esac
21771 case $host_vendor in
21772 *sun*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
21773 printf %s "checking whether we need to define __sun__... " >&6; }
21774 if test ${ac_cv_cpp_def___sun__+y}
21775 then :
21776 printf %s "(cached) " >&6
21777 else $as_nop
21778 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21779 /* end confdefs.h. */
21780 #ifndef __sun__
21782 #endif
21783 _ACEOF
21784 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21785 $EGREP "yes" >/dev/null 2>&1
21786 then :
21787 ac_cv_cpp_def___sun__=yes
21788 else $as_nop
21789 ac_cv_cpp_def___sun__=no
21791 rm -rf conftest*
21794 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
21795 printf "%s\n" "$ac_cv_cpp_def___sun__" >&6; }
21796 if test "x$ac_cv_cpp_def___sun__" = xyes
21797 then :
21798 CFLAGS="$CFLAGS -D__sun__"
21799 LINTFLAGS="$LINTFLAGS -D__sun__"
21800 fi ;;
21801 esac
21807 ac_config_commands="$ac_config_commands include/stamp-h"
21809 printf %s "creating Makefile rules..." >&6
21811 makedep_flags=""
21812 test "x$enable_silent_rules" = xyes && makedep_flags="$makedep_flags -S"
21814 wine_srcdir=
21815 test "$srcdir" = . || wine_srcdir="$srcdir/"
21817 ac_config_links="$ac_config_links wine:tools/winewrapper"
21818 wine_fn_config_symlink wine
21819 if test "x$enable_win64" != xno -o -n "$with_wine64"; then
21820 ac_config_links="$ac_config_links wine64:tools/winewrapper"
21821 wine_fn_config_symlink wine64
21824 wine_fn_config_makefile dlls/acledit enable_acledit
21825 wine_fn_config_makefile dlls/aclui enable_aclui
21826 wine_fn_config_makefile dlls/activeds.tlb enable_activeds_tlb
21827 wine_fn_config_makefile dlls/activeds enable_activeds
21828 wine_fn_config_makefile dlls/activeds/tests enable_tests
21829 wine_fn_config_makefile dlls/actxprxy enable_actxprxy
21830 wine_fn_config_makefile dlls/adsldp enable_adsldp
21831 wine_fn_config_makefile dlls/adsldp/tests enable_tests
21832 wine_fn_config_makefile dlls/adsldpc enable_adsldpc
21833 wine_fn_config_makefile dlls/advapi32 enable_advapi32
21834 wine_fn_config_makefile dlls/advapi32/tests enable_tests
21835 wine_fn_config_makefile dlls/advpack enable_advpack
21836 wine_fn_config_makefile dlls/advpack/tests enable_tests
21837 wine_fn_config_makefile dlls/amsi enable_amsi
21838 wine_fn_config_makefile dlls/amstream enable_amstream
21839 wine_fn_config_makefile dlls/amstream/tests enable_tests
21840 wine_fn_config_makefile dlls/api-ms-win-appmodel-identity-l1-1-0 enable_api_ms_win_appmodel_identity_l1_1_0
21841 wine_fn_config_makefile dlls/api-ms-win-appmodel-runtime-l1-1-0 enable_api_ms_win_appmodel_runtime_l1_1_0
21842 wine_fn_config_makefile dlls/api-ms-win-appmodel-runtime-l1-1-1 enable_api_ms_win_appmodel_runtime_l1_1_1
21843 wine_fn_config_makefile dlls/api-ms-win-appmodel-runtime-l1-1-2 enable_api_ms_win_appmodel_runtime_l1_1_2
21844 wine_fn_config_makefile dlls/api-ms-win-core-apiquery-l1-1-0 enable_api_ms_win_core_apiquery_l1_1_0
21845 wine_fn_config_makefile dlls/api-ms-win-core-appcompat-l1-1-1 enable_api_ms_win_core_appcompat_l1_1_1
21846 wine_fn_config_makefile dlls/api-ms-win-core-appinit-l1-1-0 enable_api_ms_win_core_appinit_l1_1_0
21847 wine_fn_config_makefile dlls/api-ms-win-core-atoms-l1-1-0 enable_api_ms_win_core_atoms_l1_1_0
21848 wine_fn_config_makefile dlls/api-ms-win-core-bem-l1-1-0 enable_api_ms_win_core_bem_l1_1_0
21849 wine_fn_config_makefile dlls/api-ms-win-core-com-l1-1-0 enable_api_ms_win_core_com_l1_1_0
21850 wine_fn_config_makefile dlls/api-ms-win-core-com-l1-1-1 enable_api_ms_win_core_com_l1_1_1
21851 wine_fn_config_makefile dlls/api-ms-win-core-com-private-l1-1-0 enable_api_ms_win_core_com_private_l1_1_0
21852 wine_fn_config_makefile dlls/api-ms-win-core-comm-l1-1-0 enable_api_ms_win_core_comm_l1_1_0
21853 wine_fn_config_makefile dlls/api-ms-win-core-console-l1-1-0 enable_api_ms_win_core_console_l1_1_0
21854 wine_fn_config_makefile dlls/api-ms-win-core-console-l1-2-0 enable_api_ms_win_core_console_l1_2_0
21855 wine_fn_config_makefile dlls/api-ms-win-core-console-l2-1-0 enable_api_ms_win_core_console_l2_1_0
21856 wine_fn_config_makefile dlls/api-ms-win-core-console-l3-2-0 enable_api_ms_win_core_console_l3_2_0
21857 wine_fn_config_makefile dlls/api-ms-win-core-crt-l1-1-0 enable_api_ms_win_core_crt_l1_1_0
21858 wine_fn_config_makefile dlls/api-ms-win-core-crt-l2-1-0 enable_api_ms_win_core_crt_l2_1_0
21859 wine_fn_config_makefile dlls/api-ms-win-core-datetime-l1-1-0 enable_api_ms_win_core_datetime_l1_1_0
21860 wine_fn_config_makefile dlls/api-ms-win-core-datetime-l1-1-1 enable_api_ms_win_core_datetime_l1_1_1
21861 wine_fn_config_makefile dlls/api-ms-win-core-debug-l1-1-0 enable_api_ms_win_core_debug_l1_1_0
21862 wine_fn_config_makefile dlls/api-ms-win-core-debug-l1-1-1 enable_api_ms_win_core_debug_l1_1_1
21863 wine_fn_config_makefile dlls/api-ms-win-core-delayload-l1-1-0 enable_api_ms_win_core_delayload_l1_1_0
21864 wine_fn_config_makefile dlls/api-ms-win-core-delayload-l1-1-1 enable_api_ms_win_core_delayload_l1_1_1
21865 wine_fn_config_makefile dlls/api-ms-win-core-errorhandling-l1-1-0 enable_api_ms_win_core_errorhandling_l1_1_0
21866 wine_fn_config_makefile dlls/api-ms-win-core-errorhandling-l1-1-1 enable_api_ms_win_core_errorhandling_l1_1_1
21867 wine_fn_config_makefile dlls/api-ms-win-core-errorhandling-l1-1-2 enable_api_ms_win_core_errorhandling_l1_1_2
21868 wine_fn_config_makefile dlls/api-ms-win-core-errorhandling-l1-1-3 enable_api_ms_win_core_errorhandling_l1_1_3
21869 wine_fn_config_makefile dlls/api-ms-win-core-featurestaging-l1-1-0 enable_api_ms_win_core_featurestaging_l1_1_0
21870 wine_fn_config_makefile dlls/api-ms-win-core-fibers-l1-1-0 enable_api_ms_win_core_fibers_l1_1_0
21871 wine_fn_config_makefile dlls/api-ms-win-core-fibers-l1-1-1 enable_api_ms_win_core_fibers_l1_1_1
21872 wine_fn_config_makefile dlls/api-ms-win-core-file-ansi-l2-1-0 enable_api_ms_win_core_file_ansi_l2_1_0
21873 wine_fn_config_makefile dlls/api-ms-win-core-file-fromapp-l1-1-0 enable_api_ms_win_core_file_fromapp_l1_1_0
21874 wine_fn_config_makefile dlls/api-ms-win-core-file-l1-1-0 enable_api_ms_win_core_file_l1_1_0
21875 wine_fn_config_makefile dlls/api-ms-win-core-file-l1-2-0 enable_api_ms_win_core_file_l1_2_0
21876 wine_fn_config_makefile dlls/api-ms-win-core-file-l1-2-1 enable_api_ms_win_core_file_l1_2_1
21877 wine_fn_config_makefile dlls/api-ms-win-core-file-l1-2-2 enable_api_ms_win_core_file_l1_2_2
21878 wine_fn_config_makefile dlls/api-ms-win-core-file-l2-1-0 enable_api_ms_win_core_file_l2_1_0
21879 wine_fn_config_makefile dlls/api-ms-win-core-file-l2-1-1 enable_api_ms_win_core_file_l2_1_1
21880 wine_fn_config_makefile dlls/api-ms-win-core-file-l2-1-2 enable_api_ms_win_core_file_l2_1_2
21881 wine_fn_config_makefile dlls/api-ms-win-core-handle-l1-1-0 enable_api_ms_win_core_handle_l1_1_0
21882 wine_fn_config_makefile dlls/api-ms-win-core-heap-l1-1-0 enable_api_ms_win_core_heap_l1_1_0
21883 wine_fn_config_makefile dlls/api-ms-win-core-heap-l1-2-0 enable_api_ms_win_core_heap_l1_2_0
21884 wine_fn_config_makefile dlls/api-ms-win-core-heap-l2-1-0 enable_api_ms_win_core_heap_l2_1_0
21885 wine_fn_config_makefile dlls/api-ms-win-core-heap-obsolete-l1-1-0 enable_api_ms_win_core_heap_obsolete_l1_1_0
21886 wine_fn_config_makefile dlls/api-ms-win-core-interlocked-l1-1-0 enable_api_ms_win_core_interlocked_l1_1_0
21887 wine_fn_config_makefile dlls/api-ms-win-core-interlocked-l1-2-0 enable_api_ms_win_core_interlocked_l1_2_0
21888 wine_fn_config_makefile dlls/api-ms-win-core-io-l1-1-0 enable_api_ms_win_core_io_l1_1_0
21889 wine_fn_config_makefile dlls/api-ms-win-core-io-l1-1-1 enable_api_ms_win_core_io_l1_1_1
21890 wine_fn_config_makefile dlls/api-ms-win-core-job-l1-1-0 enable_api_ms_win_core_job_l1_1_0
21891 wine_fn_config_makefile dlls/api-ms-win-core-job-l2-1-0 enable_api_ms_win_core_job_l2_1_0
21892 wine_fn_config_makefile dlls/api-ms-win-core-kernel32-legacy-l1-1-0 enable_api_ms_win_core_kernel32_legacy_l1_1_0
21893 wine_fn_config_makefile dlls/api-ms-win-core-kernel32-legacy-l1-1-1 enable_api_ms_win_core_kernel32_legacy_l1_1_1
21894 wine_fn_config_makefile dlls/api-ms-win-core-kernel32-legacy-l1-1-2 enable_api_ms_win_core_kernel32_legacy_l1_1_2
21895 wine_fn_config_makefile dlls/api-ms-win-core-kernel32-legacy-l1-1-5 enable_api_ms_win_core_kernel32_legacy_l1_1_5
21896 wine_fn_config_makefile dlls/api-ms-win-core-kernel32-private-l1-1-1 enable_api_ms_win_core_kernel32_private_l1_1_1
21897 wine_fn_config_makefile dlls/api-ms-win-core-largeinteger-l1-1-0 enable_api_ms_win_core_largeinteger_l1_1_0
21898 wine_fn_config_makefile dlls/api-ms-win-core-libraryloader-l1-1-0 enable_api_ms_win_core_libraryloader_l1_1_0
21899 wine_fn_config_makefile dlls/api-ms-win-core-libraryloader-l1-1-1 enable_api_ms_win_core_libraryloader_l1_1_1
21900 wine_fn_config_makefile dlls/api-ms-win-core-libraryloader-l1-2-0 enable_api_ms_win_core_libraryloader_l1_2_0
21901 wine_fn_config_makefile dlls/api-ms-win-core-libraryloader-l1-2-1 enable_api_ms_win_core_libraryloader_l1_2_1
21902 wine_fn_config_makefile dlls/api-ms-win-core-libraryloader-l1-2-2 enable_api_ms_win_core_libraryloader_l1_2_2
21903 wine_fn_config_makefile dlls/api-ms-win-core-libraryloader-l2-1-0 enable_api_ms_win_core_libraryloader_l2_1_0
21904 wine_fn_config_makefile dlls/api-ms-win-core-localization-l1-1-0 enable_api_ms_win_core_localization_l1_1_0
21905 wine_fn_config_makefile dlls/api-ms-win-core-localization-l1-2-0 enable_api_ms_win_core_localization_l1_2_0
21906 wine_fn_config_makefile dlls/api-ms-win-core-localization-l1-2-1 enable_api_ms_win_core_localization_l1_2_1
21907 wine_fn_config_makefile dlls/api-ms-win-core-localization-l1-2-2 enable_api_ms_win_core_localization_l1_2_2
21908 wine_fn_config_makefile dlls/api-ms-win-core-localization-l2-1-0 enable_api_ms_win_core_localization_l2_1_0
21909 wine_fn_config_makefile dlls/api-ms-win-core-localization-obsolete-l1-1-0 enable_api_ms_win_core_localization_obsolete_l1_1_0
21910 wine_fn_config_makefile dlls/api-ms-win-core-localization-obsolete-l1-2-0 enable_api_ms_win_core_localization_obsolete_l1_2_0
21911 wine_fn_config_makefile dlls/api-ms-win-core-localization-obsolete-l1-3-0 enable_api_ms_win_core_localization_obsolete_l1_3_0
21912 wine_fn_config_makefile dlls/api-ms-win-core-localization-private-l1-1-0 enable_api_ms_win_core_localization_private_l1_1_0
21913 wine_fn_config_makefile dlls/api-ms-win-core-localregistry-l1-1-0 enable_api_ms_win_core_localregistry_l1_1_0
21914 wine_fn_config_makefile dlls/api-ms-win-core-memory-l1-1-0 enable_api_ms_win_core_memory_l1_1_0
21915 wine_fn_config_makefile dlls/api-ms-win-core-memory-l1-1-1 enable_api_ms_win_core_memory_l1_1_1
21916 wine_fn_config_makefile dlls/api-ms-win-core-memory-l1-1-2 enable_api_ms_win_core_memory_l1_1_2
21917 wine_fn_config_makefile dlls/api-ms-win-core-memory-l1-1-3 enable_api_ms_win_core_memory_l1_1_3
21918 wine_fn_config_makefile dlls/api-ms-win-core-memory-l1-1-4 enable_api_ms_win_core_memory_l1_1_4
21919 wine_fn_config_makefile dlls/api-ms-win-core-misc-l1-1-0 enable_api_ms_win_core_misc_l1_1_0
21920 wine_fn_config_makefile dlls/api-ms-win-core-namedpipe-ansi-l1-1-0 enable_api_ms_win_core_namedpipe_ansi_l1_1_0
21921 wine_fn_config_makefile dlls/api-ms-win-core-namedpipe-l1-1-0 enable_api_ms_win_core_namedpipe_l1_1_0
21922 wine_fn_config_makefile dlls/api-ms-win-core-namedpipe-l1-2-0 enable_api_ms_win_core_namedpipe_l1_2_0
21923 wine_fn_config_makefile dlls/api-ms-win-core-namespace-l1-1-0 enable_api_ms_win_core_namespace_l1_1_0
21924 wine_fn_config_makefile dlls/api-ms-win-core-normalization-l1-1-0 enable_api_ms_win_core_normalization_l1_1_0
21925 wine_fn_config_makefile dlls/api-ms-win-core-path-l1-1-0 enable_api_ms_win_core_path_l1_1_0
21926 wine_fn_config_makefile dlls/api-ms-win-core-privateprofile-l1-1-1 enable_api_ms_win_core_privateprofile_l1_1_1
21927 wine_fn_config_makefile dlls/api-ms-win-core-processenvironment-l1-1-0 enable_api_ms_win_core_processenvironment_l1_1_0
21928 wine_fn_config_makefile dlls/api-ms-win-core-processenvironment-l1-2-0 enable_api_ms_win_core_processenvironment_l1_2_0
21929 wine_fn_config_makefile dlls/api-ms-win-core-processthreads-l1-1-0 enable_api_ms_win_core_processthreads_l1_1_0
21930 wine_fn_config_makefile dlls/api-ms-win-core-processthreads-l1-1-1 enable_api_ms_win_core_processthreads_l1_1_1
21931 wine_fn_config_makefile dlls/api-ms-win-core-processthreads-l1-1-2 enable_api_ms_win_core_processthreads_l1_1_2
21932 wine_fn_config_makefile dlls/api-ms-win-core-processthreads-l1-1-3 enable_api_ms_win_core_processthreads_l1_1_3
21933 wine_fn_config_makefile dlls/api-ms-win-core-processtopology-l1-1-0 enable_api_ms_win_core_processtopology_l1_1_0
21934 wine_fn_config_makefile dlls/api-ms-win-core-processtopology-obsolete-l1-1-0 enable_api_ms_win_core_processtopology_obsolete_l1_1_0
21935 wine_fn_config_makefile dlls/api-ms-win-core-profile-l1-1-0 enable_api_ms_win_core_profile_l1_1_0
21936 wine_fn_config_makefile dlls/api-ms-win-core-psapi-ansi-l1-1-0 enable_api_ms_win_core_psapi_ansi_l1_1_0
21937 wine_fn_config_makefile dlls/api-ms-win-core-psapi-l1-1-0 enable_api_ms_win_core_psapi_l1_1_0
21938 wine_fn_config_makefile dlls/api-ms-win-core-psapi-obsolete-l1-1-0 enable_api_ms_win_core_psapi_obsolete_l1_1_0
21939 wine_fn_config_makefile dlls/api-ms-win-core-psm-appnotify-l1-1-0 enable_api_ms_win_core_psm_appnotify_l1_1_0
21940 wine_fn_config_makefile dlls/api-ms-win-core-quirks-l1-1-0 enable_api_ms_win_core_quirks_l1_1_0
21941 wine_fn_config_makefile dlls/api-ms-win-core-realtime-l1-1-0 enable_api_ms_win_core_realtime_l1_1_0
21942 wine_fn_config_makefile dlls/api-ms-win-core-realtime-l1-1-1 enable_api_ms_win_core_realtime_l1_1_1
21943 wine_fn_config_makefile dlls/api-ms-win-core-registry-l1-1-0 enable_api_ms_win_core_registry_l1_1_0
21944 wine_fn_config_makefile dlls/api-ms-win-core-registry-l2-1-0 enable_api_ms_win_core_registry_l2_1_0
21945 wine_fn_config_makefile dlls/api-ms-win-core-registry-l2-2-0 enable_api_ms_win_core_registry_l2_2_0
21946 wine_fn_config_makefile dlls/api-ms-win-core-registryuserspecific-l1-1-0 enable_api_ms_win_core_registryuserspecific_l1_1_0
21947 wine_fn_config_makefile dlls/api-ms-win-core-rtlsupport-l1-1-0 enable_api_ms_win_core_rtlsupport_l1_1_0
21948 wine_fn_config_makefile dlls/api-ms-win-core-rtlsupport-l1-2-0 enable_api_ms_win_core_rtlsupport_l1_2_0
21949 wine_fn_config_makefile dlls/api-ms-win-core-shlwapi-legacy-l1-1-0 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
21950 wine_fn_config_makefile dlls/api-ms-win-core-shlwapi-obsolete-l1-1-0 enable_api_ms_win_core_shlwapi_obsolete_l1_1_0
21951 wine_fn_config_makefile dlls/api-ms-win-core-shlwapi-obsolete-l1-2-0 enable_api_ms_win_core_shlwapi_obsolete_l1_2_0
21952 wine_fn_config_makefile dlls/api-ms-win-core-shutdown-l1-1-0 enable_api_ms_win_core_shutdown_l1_1_0
21953 wine_fn_config_makefile dlls/api-ms-win-core-sidebyside-l1-1-0 enable_api_ms_win_core_sidebyside_l1_1_0
21954 wine_fn_config_makefile dlls/api-ms-win-core-string-l1-1-0 enable_api_ms_win_core_string_l1_1_0
21955 wine_fn_config_makefile dlls/api-ms-win-core-string-l2-1-0 enable_api_ms_win_core_string_l2_1_0
21956 wine_fn_config_makefile dlls/api-ms-win-core-string-obsolete-l1-1-0 enable_api_ms_win_core_string_obsolete_l1_1_0
21957 wine_fn_config_makefile dlls/api-ms-win-core-stringansi-l1-1-0 enable_api_ms_win_core_stringansi_l1_1_0
21958 wine_fn_config_makefile dlls/api-ms-win-core-stringloader-l1-1-1 enable_api_ms_win_core_stringloader_l1_1_1
21959 wine_fn_config_makefile dlls/api-ms-win-core-synch-ansi-l1-1-0 enable_api_ms_win_core_synch_ansi_l1_1_0
21960 wine_fn_config_makefile dlls/api-ms-win-core-synch-l1-1-0 enable_api_ms_win_core_synch_l1_1_0
21961 wine_fn_config_makefile dlls/api-ms-win-core-synch-l1-2-0 enable_api_ms_win_core_synch_l1_2_0
21962 wine_fn_config_makefile dlls/api-ms-win-core-synch-l1-2-1 enable_api_ms_win_core_synch_l1_2_1
21963 wine_fn_config_makefile dlls/api-ms-win-core-sysinfo-l1-1-0 enable_api_ms_win_core_sysinfo_l1_1_0
21964 wine_fn_config_makefile dlls/api-ms-win-core-sysinfo-l1-2-0 enable_api_ms_win_core_sysinfo_l1_2_0
21965 wine_fn_config_makefile dlls/api-ms-win-core-sysinfo-l1-2-1 enable_api_ms_win_core_sysinfo_l1_2_1
21966 wine_fn_config_makefile dlls/api-ms-win-core-systemtopology-l1-1-0 enable_api_ms_win_core_systemtopology_l1_1_0
21967 wine_fn_config_makefile dlls/api-ms-win-core-threadpool-l1-1-0 enable_api_ms_win_core_threadpool_l1_1_0
21968 wine_fn_config_makefile dlls/api-ms-win-core-threadpool-l1-2-0 enable_api_ms_win_core_threadpool_l1_2_0
21969 wine_fn_config_makefile dlls/api-ms-win-core-threadpool-legacy-l1-1-0 enable_api_ms_win_core_threadpool_legacy_l1_1_0
21970 wine_fn_config_makefile dlls/api-ms-win-core-threadpool-private-l1-1-0 enable_api_ms_win_core_threadpool_private_l1_1_0
21971 wine_fn_config_makefile dlls/api-ms-win-core-timezone-l1-1-0 enable_api_ms_win_core_timezone_l1_1_0
21972 wine_fn_config_makefile dlls/api-ms-win-core-toolhelp-l1-1-0 enable_api_ms_win_core_toolhelp_l1_1_0
21973 wine_fn_config_makefile dlls/api-ms-win-core-url-l1-1-0 enable_api_ms_win_core_url_l1_1_0
21974 wine_fn_config_makefile dlls/api-ms-win-core-util-l1-1-0 enable_api_ms_win_core_util_l1_1_0
21975 wine_fn_config_makefile dlls/api-ms-win-core-version-l1-1-0 enable_api_ms_win_core_version_l1_1_0
21976 wine_fn_config_makefile dlls/api-ms-win-core-version-l1-1-1 enable_api_ms_win_core_version_l1_1_1
21977 wine_fn_config_makefile dlls/api-ms-win-core-version-private-l1-1-0 enable_api_ms_win_core_version_private_l1_1_0
21978 wine_fn_config_makefile dlls/api-ms-win-core-versionansi-l1-1-0 enable_api_ms_win_core_versionansi_l1_1_0
21979 wine_fn_config_makefile dlls/api-ms-win-core-windowserrorreporting-l1-1-0 enable_api_ms_win_core_windowserrorreporting_l1_1_0
21980 wine_fn_config_makefile dlls/api-ms-win-core-winrt-error-l1-1-0 enable_api_ms_win_core_winrt_error_l1_1_0
21981 wine_fn_config_makefile dlls/api-ms-win-core-winrt-error-l1-1-1 enable_api_ms_win_core_winrt_error_l1_1_1
21982 wine_fn_config_makefile dlls/api-ms-win-core-winrt-errorprivate-l1-1-1 enable_api_ms_win_core_winrt_errorprivate_l1_1_1
21983 wine_fn_config_makefile dlls/api-ms-win-core-winrt-l1-1-0 enable_api_ms_win_core_winrt_l1_1_0
21984 wine_fn_config_makefile dlls/api-ms-win-core-winrt-registration-l1-1-0 enable_api_ms_win_core_winrt_registration_l1_1_0
21985 wine_fn_config_makefile dlls/api-ms-win-core-winrt-roparameterizediid-l1-1-0 enable_api_ms_win_core_winrt_roparameterizediid_l1_1_0
21986 wine_fn_config_makefile dlls/api-ms-win-core-winrt-string-l1-1-0 enable_api_ms_win_core_winrt_string_l1_1_0
21987 wine_fn_config_makefile dlls/api-ms-win-core-winrt-string-l1-1-1 enable_api_ms_win_core_winrt_string_l1_1_1
21988 wine_fn_config_makefile dlls/api-ms-win-core-wow64-l1-1-0 enable_api_ms_win_core_wow64_l1_1_0
21989 wine_fn_config_makefile dlls/api-ms-win-core-wow64-l1-1-1 enable_api_ms_win_core_wow64_l1_1_1
21990 wine_fn_config_makefile dlls/api-ms-win-core-xstate-l1-1-0 enable_api_ms_win_core_xstate_l1_1_0
21991 wine_fn_config_makefile dlls/api-ms-win-core-xstate-l2-1-0 enable_api_ms_win_core_xstate_l2_1_0
21992 wine_fn_config_makefile dlls/api-ms-win-crt-conio-l1-1-0 enable_api_ms_win_crt_conio_l1_1_0
21993 wine_fn_config_makefile dlls/api-ms-win-crt-convert-l1-1-0 enable_api_ms_win_crt_convert_l1_1_0
21994 wine_fn_config_makefile dlls/api-ms-win-crt-environment-l1-1-0 enable_api_ms_win_crt_environment_l1_1_0
21995 wine_fn_config_makefile dlls/api-ms-win-crt-filesystem-l1-1-0 enable_api_ms_win_crt_filesystem_l1_1_0
21996 wine_fn_config_makefile dlls/api-ms-win-crt-heap-l1-1-0 enable_api_ms_win_crt_heap_l1_1_0
21997 wine_fn_config_makefile dlls/api-ms-win-crt-locale-l1-1-0 enable_api_ms_win_crt_locale_l1_1_0
21998 wine_fn_config_makefile dlls/api-ms-win-crt-math-l1-1-0 enable_api_ms_win_crt_math_l1_1_0
21999 wine_fn_config_makefile dlls/api-ms-win-crt-multibyte-l1-1-0 enable_api_ms_win_crt_multibyte_l1_1_0
22000 wine_fn_config_makefile dlls/api-ms-win-crt-private-l1-1-0 enable_api_ms_win_crt_private_l1_1_0
22001 wine_fn_config_makefile dlls/api-ms-win-crt-process-l1-1-0 enable_api_ms_win_crt_process_l1_1_0
22002 wine_fn_config_makefile dlls/api-ms-win-crt-runtime-l1-1-0 enable_api_ms_win_crt_runtime_l1_1_0
22003 wine_fn_config_makefile dlls/api-ms-win-crt-stdio-l1-1-0 enable_api_ms_win_crt_stdio_l1_1_0
22004 wine_fn_config_makefile dlls/api-ms-win-crt-string-l1-1-0 enable_api_ms_win_crt_string_l1_1_0
22005 wine_fn_config_makefile dlls/api-ms-win-crt-time-l1-1-0 enable_api_ms_win_crt_time_l1_1_0
22006 wine_fn_config_makefile dlls/api-ms-win-crt-utility-l1-1-0 enable_api_ms_win_crt_utility_l1_1_0
22007 wine_fn_config_makefile dlls/api-ms-win-devices-config-l1-1-0 enable_api_ms_win_devices_config_l1_1_0
22008 wine_fn_config_makefile dlls/api-ms-win-devices-config-l1-1-1 enable_api_ms_win_devices_config_l1_1_1
22009 wine_fn_config_makefile dlls/api-ms-win-devices-query-l1-1-1 enable_api_ms_win_devices_query_l1_1_1
22010 wine_fn_config_makefile dlls/api-ms-win-downlevel-advapi32-l1-1-0 enable_api_ms_win_downlevel_advapi32_l1_1_0
22011 wine_fn_config_makefile dlls/api-ms-win-downlevel-advapi32-l2-1-0 enable_api_ms_win_downlevel_advapi32_l2_1_0
22012 wine_fn_config_makefile dlls/api-ms-win-downlevel-kernel32-l2-1-0 enable_api_ms_win_downlevel_kernel32_l2_1_0
22013 wine_fn_config_makefile dlls/api-ms-win-downlevel-normaliz-l1-1-0 enable_api_ms_win_downlevel_normaliz_l1_1_0
22014 wine_fn_config_makefile dlls/api-ms-win-downlevel-ole32-l1-1-0 enable_api_ms_win_downlevel_ole32_l1_1_0
22015 wine_fn_config_makefile dlls/api-ms-win-downlevel-shell32-l1-1-0 enable_api_ms_win_downlevel_shell32_l1_1_0
22016 wine_fn_config_makefile dlls/api-ms-win-downlevel-shlwapi-l1-1-0 enable_api_ms_win_downlevel_shlwapi_l1_1_0
22017 wine_fn_config_makefile dlls/api-ms-win-downlevel-shlwapi-l2-1-0 enable_api_ms_win_downlevel_shlwapi_l2_1_0
22018 wine_fn_config_makefile dlls/api-ms-win-downlevel-user32-l1-1-0 enable_api_ms_win_downlevel_user32_l1_1_0
22019 wine_fn_config_makefile dlls/api-ms-win-downlevel-version-l1-1-0 enable_api_ms_win_downlevel_version_l1_1_0
22020 wine_fn_config_makefile dlls/api-ms-win-dx-d3dkmt-l1-1-0 enable_api_ms_win_dx_d3dkmt_l1_1_0
22021 wine_fn_config_makefile dlls/api-ms-win-eventing-classicprovider-l1-1-0 enable_api_ms_win_eventing_classicprovider_l1_1_0
22022 wine_fn_config_makefile dlls/api-ms-win-eventing-consumer-l1-1-0 enable_api_ms_win_eventing_consumer_l1_1_0
22023 wine_fn_config_makefile dlls/api-ms-win-eventing-controller-l1-1-0 enable_api_ms_win_eventing_controller_l1_1_0
22024 wine_fn_config_makefile dlls/api-ms-win-eventing-legacy-l1-1-0 enable_api_ms_win_eventing_legacy_l1_1_0
22025 wine_fn_config_makefile dlls/api-ms-win-eventing-provider-l1-1-0 enable_api_ms_win_eventing_provider_l1_1_0
22026 wine_fn_config_makefile dlls/api-ms-win-eventlog-legacy-l1-1-0 enable_api_ms_win_eventlog_legacy_l1_1_0
22027 wine_fn_config_makefile dlls/api-ms-win-gaming-tcui-l1-1-0 enable_api_ms_win_gaming_tcui_l1_1_0
22028 wine_fn_config_makefile dlls/api-ms-win-gdi-dpiinfo-l1-1-0 enable_api_ms_win_gdi_dpiinfo_l1_1_0
22029 wine_fn_config_makefile dlls/api-ms-win-mm-joystick-l1-1-0 enable_api_ms_win_mm_joystick_l1_1_0
22030 wine_fn_config_makefile dlls/api-ms-win-mm-misc-l1-1-1 enable_api_ms_win_mm_misc_l1_1_1
22031 wine_fn_config_makefile dlls/api-ms-win-mm-mme-l1-1-0 enable_api_ms_win_mm_mme_l1_1_0
22032 wine_fn_config_makefile dlls/api-ms-win-mm-time-l1-1-0 enable_api_ms_win_mm_time_l1_1_0
22033 wine_fn_config_makefile dlls/api-ms-win-ntuser-dc-access-l1-1-0 enable_api_ms_win_ntuser_dc_access_l1_1_0
22034 wine_fn_config_makefile dlls/api-ms-win-ntuser-rectangle-l1-1-0 enable_api_ms_win_ntuser_rectangle_l1_1_0
22035 wine_fn_config_makefile dlls/api-ms-win-ntuser-sysparams-l1-1-0 enable_api_ms_win_ntuser_sysparams_l1_1_0
22036 wine_fn_config_makefile dlls/api-ms-win-perf-legacy-l1-1-0 enable_api_ms_win_perf_legacy_l1_1_0
22037 wine_fn_config_makefile dlls/api-ms-win-power-base-l1-1-0 enable_api_ms_win_power_base_l1_1_0
22038 wine_fn_config_makefile dlls/api-ms-win-power-setting-l1-1-0 enable_api_ms_win_power_setting_l1_1_0
22039 wine_fn_config_makefile dlls/api-ms-win-rtcore-ntuser-draw-l1-1-0 enable_api_ms_win_rtcore_ntuser_draw_l1_1_0
22040 wine_fn_config_makefile dlls/api-ms-win-rtcore-ntuser-private-l1-1-0 enable_api_ms_win_rtcore_ntuser_private_l1_1_0
22041 wine_fn_config_makefile dlls/api-ms-win-rtcore-ntuser-private-l1-1-4 enable_api_ms_win_rtcore_ntuser_private_l1_1_4
22042 wine_fn_config_makefile dlls/api-ms-win-rtcore-ntuser-window-l1-1-0 enable_api_ms_win_rtcore_ntuser_window_l1_1_0
22043 wine_fn_config_makefile dlls/api-ms-win-rtcore-ntuser-winevent-l1-1-0 enable_api_ms_win_rtcore_ntuser_winevent_l1_1_0
22044 wine_fn_config_makefile dlls/api-ms-win-rtcore-ntuser-wmpointer-l1-1-0 enable_api_ms_win_rtcore_ntuser_wmpointer_l1_1_0
22045 wine_fn_config_makefile dlls/api-ms-win-rtcore-ntuser-wmpointer-l1-1-3 enable_api_ms_win_rtcore_ntuser_wmpointer_l1_1_3
22046 wine_fn_config_makefile dlls/api-ms-win-security-activedirectoryclient-l1-1-0 enable_api_ms_win_security_activedirectoryclient_l1_1_0
22047 wine_fn_config_makefile dlls/api-ms-win-security-audit-l1-1-1 enable_api_ms_win_security_audit_l1_1_1
22048 wine_fn_config_makefile dlls/api-ms-win-security-base-l1-1-0 enable_api_ms_win_security_base_l1_1_0
22049 wine_fn_config_makefile dlls/api-ms-win-security-base-l1-2-0 enable_api_ms_win_security_base_l1_2_0
22050 wine_fn_config_makefile dlls/api-ms-win-security-base-private-l1-1-1 enable_api_ms_win_security_base_private_l1_1_1
22051 wine_fn_config_makefile dlls/api-ms-win-security-credentials-l1-1-0 enable_api_ms_win_security_credentials_l1_1_0
22052 wine_fn_config_makefile dlls/api-ms-win-security-cryptoapi-l1-1-0 enable_api_ms_win_security_cryptoapi_l1_1_0
22053 wine_fn_config_makefile dlls/api-ms-win-security-grouppolicy-l1-1-0 enable_api_ms_win_security_grouppolicy_l1_1_0
22054 wine_fn_config_makefile dlls/api-ms-win-security-lsalookup-l1-1-0 enable_api_ms_win_security_lsalookup_l1_1_0
22055 wine_fn_config_makefile dlls/api-ms-win-security-lsalookup-l1-1-1 enable_api_ms_win_security_lsalookup_l1_1_1
22056 wine_fn_config_makefile dlls/api-ms-win-security-lsalookup-l2-1-0 enable_api_ms_win_security_lsalookup_l2_1_0
22057 wine_fn_config_makefile dlls/api-ms-win-security-lsalookup-l2-1-1 enable_api_ms_win_security_lsalookup_l2_1_1
22058 wine_fn_config_makefile dlls/api-ms-win-security-lsapolicy-l1-1-0 enable_api_ms_win_security_lsapolicy_l1_1_0
22059 wine_fn_config_makefile dlls/api-ms-win-security-provider-l1-1-0 enable_api_ms_win_security_provider_l1_1_0
22060 wine_fn_config_makefile dlls/api-ms-win-security-sddl-l1-1-0 enable_api_ms_win_security_sddl_l1_1_0
22061 wine_fn_config_makefile dlls/api-ms-win-security-systemfunctions-l1-1-0 enable_api_ms_win_security_systemfunctions_l1_1_0
22062 wine_fn_config_makefile dlls/api-ms-win-service-core-l1-1-0 enable_api_ms_win_service_core_l1_1_0
22063 wine_fn_config_makefile dlls/api-ms-win-service-core-l1-1-1 enable_api_ms_win_service_core_l1_1_1
22064 wine_fn_config_makefile dlls/api-ms-win-service-management-l1-1-0 enable_api_ms_win_service_management_l1_1_0
22065 wine_fn_config_makefile dlls/api-ms-win-service-management-l2-1-0 enable_api_ms_win_service_management_l2_1_0
22066 wine_fn_config_makefile dlls/api-ms-win-service-private-l1-1-1 enable_api_ms_win_service_private_l1_1_1
22067 wine_fn_config_makefile dlls/api-ms-win-service-winsvc-l1-1-0 enable_api_ms_win_service_winsvc_l1_1_0
22068 wine_fn_config_makefile dlls/api-ms-win-service-winsvc-l1-2-0 enable_api_ms_win_service_winsvc_l1_2_0
22069 wine_fn_config_makefile dlls/api-ms-win-shcore-obsolete-l1-1-0 enable_api_ms_win_shcore_obsolete_l1_1_0
22070 wine_fn_config_makefile dlls/api-ms-win-shcore-scaling-l1-1-0 enable_api_ms_win_shcore_scaling_l1_1_0
22071 wine_fn_config_makefile dlls/api-ms-win-shcore-scaling-l1-1-1 enable_api_ms_win_shcore_scaling_l1_1_1
22072 wine_fn_config_makefile dlls/api-ms-win-shcore-stream-l1-1-0 enable_api_ms_win_shcore_stream_l1_1_0
22073 wine_fn_config_makefile dlls/api-ms-win-shcore-stream-winrt-l1-1-0 enable_api_ms_win_shcore_stream_winrt_l1_1_0
22074 wine_fn_config_makefile dlls/api-ms-win-shcore-thread-l1-1-0 enable_api_ms_win_shcore_thread_l1_1_0
22075 wine_fn_config_makefile dlls/api-ms-win-shell-shellcom-l1-1-0 enable_api_ms_win_shell_shellcom_l1_1_0
22076 wine_fn_config_makefile dlls/api-ms-win-shell-shellfolders-l1-1-0 enable_api_ms_win_shell_shellfolders_l1_1_0
22077 wine_fn_config_makefile dlls/apphelp enable_apphelp
22078 wine_fn_config_makefile dlls/apphelp/tests enable_tests
22079 wine_fn_config_makefile dlls/appwiz.cpl enable_appwiz_cpl
22080 wine_fn_config_makefile dlls/atl enable_atl
22081 wine_fn_config_makefile dlls/atl/tests enable_tests
22082 wine_fn_config_makefile dlls/atl100 enable_atl100
22083 wine_fn_config_makefile dlls/atl100/tests enable_tests
22084 wine_fn_config_makefile dlls/atl110 enable_atl110
22085 wine_fn_config_makefile dlls/atl80 enable_atl80
22086 wine_fn_config_makefile dlls/atl80/tests enable_tests
22087 wine_fn_config_makefile dlls/atl90 enable_atl90
22088 wine_fn_config_makefile dlls/atlthunk enable_atlthunk
22089 wine_fn_config_makefile dlls/atlthunk/tests enable_tests
22090 wine_fn_config_makefile dlls/atmlib enable_atmlib
22091 wine_fn_config_makefile dlls/authz enable_authz
22092 wine_fn_config_makefile dlls/avicap32 enable_avicap32
22093 wine_fn_config_makefile dlls/avifil32 enable_avifil32
22094 wine_fn_config_makefile dlls/avifil32/tests enable_tests
22095 wine_fn_config_makefile dlls/avifile.dll16 enable_win16
22096 wine_fn_config_makefile dlls/avrt enable_avrt
22097 wine_fn_config_makefile dlls/bcrypt enable_bcrypt
22098 wine_fn_config_makefile dlls/bcrypt/tests enable_tests
22099 wine_fn_config_makefile dlls/bluetoothapis enable_bluetoothapis
22100 wine_fn_config_makefile dlls/browseui enable_browseui
22101 wine_fn_config_makefile dlls/browseui/tests enable_tests
22102 wine_fn_config_makefile dlls/bthprops.cpl enable_bthprops_cpl
22103 wine_fn_config_makefile dlls/cabinet enable_cabinet
22104 wine_fn_config_makefile dlls/cabinet/tests enable_tests
22105 wine_fn_config_makefile dlls/capi2032 enable_capi2032
22106 wine_fn_config_makefile dlls/cards enable_cards
22107 wine_fn_config_makefile dlls/cdosys enable_cdosys
22108 wine_fn_config_makefile dlls/cfgmgr32 enable_cfgmgr32
22109 wine_fn_config_makefile dlls/clusapi enable_clusapi
22110 wine_fn_config_makefile dlls/cng.sys enable_cng_sys
22111 wine_fn_config_makefile dlls/combase enable_combase
22112 wine_fn_config_makefile dlls/combase/tests enable_tests
22113 wine_fn_config_makefile dlls/comcat enable_comcat
22114 wine_fn_config_makefile dlls/comcat/tests enable_tests
22115 wine_fn_config_makefile dlls/comctl32 enable_comctl32
22116 wine_fn_config_makefile dlls/comctl32/tests enable_tests
22117 wine_fn_config_makefile dlls/comdlg32 enable_comdlg32
22118 wine_fn_config_makefile dlls/comdlg32/tests enable_tests
22119 wine_fn_config_makefile dlls/comm.drv16 enable_win16
22120 wine_fn_config_makefile dlls/commdlg.dll16 enable_win16
22121 wine_fn_config_makefile dlls/compobj.dll16 enable_win16
22122 wine_fn_config_makefile dlls/compstui enable_compstui
22123 wine_fn_config_makefile dlls/comsvcs enable_comsvcs
22124 wine_fn_config_makefile dlls/comsvcs/tests enable_tests
22125 wine_fn_config_makefile dlls/concrt140 enable_concrt140
22126 wine_fn_config_makefile dlls/concrt140/tests enable_tests
22127 wine_fn_config_makefile dlls/connect enable_connect
22128 wine_fn_config_makefile dlls/credui enable_credui
22129 wine_fn_config_makefile dlls/credui/tests enable_tests
22130 wine_fn_config_makefile dlls/crtdll enable_crtdll
22131 wine_fn_config_makefile dlls/crypt32 enable_crypt32
22132 wine_fn_config_makefile dlls/crypt32/tests enable_tests
22133 wine_fn_config_makefile dlls/cryptdlg enable_cryptdlg
22134 wine_fn_config_makefile dlls/cryptdll enable_cryptdll
22135 wine_fn_config_makefile dlls/cryptext enable_cryptext
22136 wine_fn_config_makefile dlls/cryptnet enable_cryptnet
22137 wine_fn_config_makefile dlls/cryptnet/tests enable_tests
22138 wine_fn_config_makefile dlls/cryptsp enable_cryptsp
22139 wine_fn_config_makefile dlls/cryptui enable_cryptui
22140 wine_fn_config_makefile dlls/cryptui/tests enable_tests
22141 wine_fn_config_makefile dlls/ctapi32 enable_ctapi32
22142 wine_fn_config_makefile dlls/ctl3d.dll16 enable_win16
22143 wine_fn_config_makefile dlls/ctl3d32 enable_ctl3d32
22144 wine_fn_config_makefile dlls/ctl3dv2.dll16 enable_win16
22145 wine_fn_config_makefile dlls/d2d1 enable_d2d1
22146 wine_fn_config_makefile dlls/d2d1/tests enable_tests
22147 wine_fn_config_makefile dlls/d3d10 enable_d3d10
22148 wine_fn_config_makefile dlls/d3d10/tests enable_tests
22149 wine_fn_config_makefile dlls/d3d10_1 enable_d3d10_1
22150 wine_fn_config_makefile dlls/d3d10_1/tests enable_tests
22151 wine_fn_config_makefile dlls/d3d10core enable_d3d10core
22152 wine_fn_config_makefile dlls/d3d10core/tests enable_tests
22153 wine_fn_config_makefile dlls/d3d11 enable_d3d11
22154 wine_fn_config_makefile dlls/d3d11/tests enable_tests
22155 wine_fn_config_makefile dlls/d3d12 enable_d3d12
22156 wine_fn_config_makefile dlls/d3d12/tests enable_tests
22157 wine_fn_config_makefile dlls/d3d8 enable_d3d8
22158 wine_fn_config_makefile dlls/d3d8/tests enable_tests
22159 wine_fn_config_makefile dlls/d3d8thk enable_d3d8thk
22160 wine_fn_config_makefile dlls/d3d9 enable_d3d9
22161 wine_fn_config_makefile dlls/d3d9/tests enable_tests
22162 wine_fn_config_makefile dlls/d3dcompiler_33 enable_d3dcompiler_33
22163 wine_fn_config_makefile dlls/d3dcompiler_34 enable_d3dcompiler_34
22164 wine_fn_config_makefile dlls/d3dcompiler_35 enable_d3dcompiler_35
22165 wine_fn_config_makefile dlls/d3dcompiler_36 enable_d3dcompiler_36
22166 wine_fn_config_makefile dlls/d3dcompiler_37 enable_d3dcompiler_37
22167 wine_fn_config_makefile dlls/d3dcompiler_38 enable_d3dcompiler_38
22168 wine_fn_config_makefile dlls/d3dcompiler_39 enable_d3dcompiler_39
22169 wine_fn_config_makefile dlls/d3dcompiler_40 enable_d3dcompiler_40
22170 wine_fn_config_makefile dlls/d3dcompiler_41 enable_d3dcompiler_41
22171 wine_fn_config_makefile dlls/d3dcompiler_42 enable_d3dcompiler_42
22172 wine_fn_config_makefile dlls/d3dcompiler_43 enable_d3dcompiler_43
22173 wine_fn_config_makefile dlls/d3dcompiler_43/tests enable_tests
22174 wine_fn_config_makefile dlls/d3dcompiler_46 enable_d3dcompiler_46
22175 wine_fn_config_makefile dlls/d3dcompiler_46/tests enable_tests
22176 wine_fn_config_makefile dlls/d3dcompiler_47 enable_d3dcompiler_47
22177 wine_fn_config_makefile dlls/d3dcompiler_47/tests enable_tests
22178 wine_fn_config_makefile dlls/d3dim enable_d3dim
22179 wine_fn_config_makefile dlls/d3dim700 enable_d3dim700
22180 wine_fn_config_makefile dlls/d3drm enable_d3drm
22181 wine_fn_config_makefile dlls/d3drm/tests enable_tests
22182 wine_fn_config_makefile dlls/d3dx10_33 enable_d3dx10_33
22183 wine_fn_config_makefile dlls/d3dx10_34 enable_d3dx10_34
22184 wine_fn_config_makefile dlls/d3dx10_34/tests enable_tests
22185 wine_fn_config_makefile dlls/d3dx10_35 enable_d3dx10_35
22186 wine_fn_config_makefile dlls/d3dx10_35/tests enable_tests
22187 wine_fn_config_makefile dlls/d3dx10_36 enable_d3dx10_36
22188 wine_fn_config_makefile dlls/d3dx10_36/tests enable_tests
22189 wine_fn_config_makefile dlls/d3dx10_37 enable_d3dx10_37
22190 wine_fn_config_makefile dlls/d3dx10_37/tests enable_tests
22191 wine_fn_config_makefile dlls/d3dx10_38 enable_d3dx10_38
22192 wine_fn_config_makefile dlls/d3dx10_38/tests enable_tests
22193 wine_fn_config_makefile dlls/d3dx10_39 enable_d3dx10_39
22194 wine_fn_config_makefile dlls/d3dx10_39/tests enable_tests
22195 wine_fn_config_makefile dlls/d3dx10_40 enable_d3dx10_40
22196 wine_fn_config_makefile dlls/d3dx10_40/tests enable_tests
22197 wine_fn_config_makefile dlls/d3dx10_41 enable_d3dx10_41
22198 wine_fn_config_makefile dlls/d3dx10_41/tests enable_tests
22199 wine_fn_config_makefile dlls/d3dx10_42 enable_d3dx10_42
22200 wine_fn_config_makefile dlls/d3dx10_42/tests enable_tests
22201 wine_fn_config_makefile dlls/d3dx10_43 enable_d3dx10_43
22202 wine_fn_config_makefile dlls/d3dx10_43/tests enable_tests
22203 wine_fn_config_makefile dlls/d3dx11_42 enable_d3dx11_42
22204 wine_fn_config_makefile dlls/d3dx11_42/tests enable_tests
22205 wine_fn_config_makefile dlls/d3dx11_43 enable_d3dx11_43
22206 wine_fn_config_makefile dlls/d3dx11_43/tests enable_tests
22207 wine_fn_config_makefile dlls/d3dx9_24 enable_d3dx9_24
22208 wine_fn_config_makefile dlls/d3dx9_25 enable_d3dx9_25
22209 wine_fn_config_makefile dlls/d3dx9_26 enable_d3dx9_26
22210 wine_fn_config_makefile dlls/d3dx9_27 enable_d3dx9_27
22211 wine_fn_config_makefile dlls/d3dx9_28 enable_d3dx9_28
22212 wine_fn_config_makefile dlls/d3dx9_29 enable_d3dx9_29
22213 wine_fn_config_makefile dlls/d3dx9_30 enable_d3dx9_30
22214 wine_fn_config_makefile dlls/d3dx9_31 enable_d3dx9_31
22215 wine_fn_config_makefile dlls/d3dx9_32 enable_d3dx9_32
22216 wine_fn_config_makefile dlls/d3dx9_33 enable_d3dx9_33
22217 wine_fn_config_makefile dlls/d3dx9_34 enable_d3dx9_34
22218 wine_fn_config_makefile dlls/d3dx9_35 enable_d3dx9_35
22219 wine_fn_config_makefile dlls/d3dx9_36 enable_d3dx9_36
22220 wine_fn_config_makefile dlls/d3dx9_36/tests enable_tests
22221 wine_fn_config_makefile dlls/d3dx9_37 enable_d3dx9_37
22222 wine_fn_config_makefile dlls/d3dx9_38 enable_d3dx9_38
22223 wine_fn_config_makefile dlls/d3dx9_39 enable_d3dx9_39
22224 wine_fn_config_makefile dlls/d3dx9_40 enable_d3dx9_40
22225 wine_fn_config_makefile dlls/d3dx9_41 enable_d3dx9_41
22226 wine_fn_config_makefile dlls/d3dx9_42 enable_d3dx9_42
22227 wine_fn_config_makefile dlls/d3dx9_43 enable_d3dx9_43
22228 wine_fn_config_makefile dlls/d3dxof enable_d3dxof
22229 wine_fn_config_makefile dlls/d3dxof/tests enable_tests
22230 wine_fn_config_makefile dlls/davclnt enable_davclnt
22231 wine_fn_config_makefile dlls/dbgeng enable_dbgeng
22232 wine_fn_config_makefile dlls/dbgeng/tests enable_tests
22233 wine_fn_config_makefile dlls/dbghelp enable_dbghelp
22234 wine_fn_config_makefile dlls/dbghelp/tests enable_tests
22235 wine_fn_config_makefile dlls/dciman32 enable_dciman32
22236 wine_fn_config_makefile dlls/dcomp enable_dcomp
22237 wine_fn_config_makefile dlls/ddeml.dll16 enable_win16
22238 wine_fn_config_makefile dlls/ddraw enable_ddraw
22239 wine_fn_config_makefile dlls/ddraw/tests enable_tests
22240 wine_fn_config_makefile dlls/ddrawex enable_ddrawex
22241 wine_fn_config_makefile dlls/ddrawex/tests enable_tests
22242 wine_fn_config_makefile dlls/devenum enable_devenum
22243 wine_fn_config_makefile dlls/devenum/tests enable_tests
22244 wine_fn_config_makefile dlls/dhcpcsvc enable_dhcpcsvc
22245 wine_fn_config_makefile dlls/dhcpcsvc/tests enable_tests
22246 wine_fn_config_makefile dlls/dhcpcsvc6 enable_dhcpcsvc6
22247 wine_fn_config_makefile dlls/dhtmled.ocx enable_dhtmled_ocx
22248 wine_fn_config_makefile dlls/difxapi enable_difxapi
22249 wine_fn_config_makefile dlls/dinput enable_dinput
22250 wine_fn_config_makefile dlls/dinput/tests enable_tests
22251 wine_fn_config_makefile dlls/dinput8 enable_dinput8
22252 wine_fn_config_makefile dlls/dinput8/tests enable_tests
22253 wine_fn_config_makefile dlls/directmanipulation enable_directmanipulation
22254 wine_fn_config_makefile dlls/directmanipulation/tests enable_tests
22255 wine_fn_config_makefile dlls/dispdib.dll16 enable_win16
22256 wine_fn_config_makefile dlls/dispex enable_dispex
22257 wine_fn_config_makefile dlls/dispex/tests enable_tests
22258 wine_fn_config_makefile dlls/display.drv16 enable_win16
22259 wine_fn_config_makefile dlls/dmband enable_dmband
22260 wine_fn_config_makefile dlls/dmband/tests enable_tests
22261 wine_fn_config_makefile dlls/dmcompos enable_dmcompos
22262 wine_fn_config_makefile dlls/dmcompos/tests enable_tests
22263 wine_fn_config_makefile dlls/dmime enable_dmime
22264 wine_fn_config_makefile dlls/dmime/tests enable_tests
22265 wine_fn_config_makefile dlls/dmloader enable_dmloader
22266 wine_fn_config_makefile dlls/dmloader/tests enable_tests
22267 wine_fn_config_makefile dlls/dmscript enable_dmscript
22268 wine_fn_config_makefile dlls/dmscript/tests enable_tests
22269 wine_fn_config_makefile dlls/dmstyle enable_dmstyle
22270 wine_fn_config_makefile dlls/dmstyle/tests enable_tests
22271 wine_fn_config_makefile dlls/dmsynth enable_dmsynth
22272 wine_fn_config_makefile dlls/dmsynth/tests enable_tests
22273 wine_fn_config_makefile dlls/dmusic enable_dmusic
22274 wine_fn_config_makefile dlls/dmusic/tests enable_tests
22275 wine_fn_config_makefile dlls/dmusic32 enable_dmusic32
22276 wine_fn_config_makefile dlls/dnsapi enable_dnsapi
22277 wine_fn_config_makefile dlls/dnsapi/tests enable_tests
22278 wine_fn_config_makefile dlls/dplay enable_dplay
22279 wine_fn_config_makefile dlls/dplayx enable_dplayx
22280 wine_fn_config_makefile dlls/dplayx/tests enable_tests
22281 wine_fn_config_makefile dlls/dpnaddr enable_dpnaddr
22282 wine_fn_config_makefile dlls/dpnet enable_dpnet
22283 wine_fn_config_makefile dlls/dpnet/tests enable_tests
22284 wine_fn_config_makefile dlls/dpnhpast enable_dpnhpast
22285 wine_fn_config_makefile dlls/dpnhupnp enable_dpnhupnp
22286 wine_fn_config_makefile dlls/dpnlobby enable_dpnlobby
22287 wine_fn_config_makefile dlls/dpvoice enable_dpvoice
22288 wine_fn_config_makefile dlls/dpvoice/tests enable_tests
22289 wine_fn_config_makefile dlls/dpwsockx enable_dpwsockx
22290 wine_fn_config_makefile dlls/drmclien enable_drmclien
22291 wine_fn_config_makefile dlls/dsdmo enable_dsdmo
22292 wine_fn_config_makefile dlls/dsdmo/tests enable_tests
22293 wine_fn_config_makefile dlls/dsound enable_dsound
22294 wine_fn_config_makefile dlls/dsound/tests enable_tests
22295 wine_fn_config_makefile dlls/dsquery enable_dsquery
22296 wine_fn_config_makefile dlls/dssenh enable_dssenh
22297 wine_fn_config_makefile dlls/dssenh/tests enable_tests
22298 wine_fn_config_makefile dlls/dsuiext enable_dsuiext
22299 wine_fn_config_makefile dlls/dswave enable_dswave
22300 wine_fn_config_makefile dlls/dswave/tests enable_tests
22301 wine_fn_config_makefile dlls/dwmapi enable_dwmapi
22302 wine_fn_config_makefile dlls/dwmapi/tests enable_tests
22303 wine_fn_config_makefile dlls/dwrite enable_dwrite
22304 wine_fn_config_makefile dlls/dwrite/tests enable_tests
22305 wine_fn_config_makefile dlls/dx8vb enable_dx8vb
22306 wine_fn_config_makefile dlls/dxdiagn enable_dxdiagn
22307 wine_fn_config_makefile dlls/dxdiagn/tests enable_tests
22308 wine_fn_config_makefile dlls/dxgi enable_dxgi
22309 wine_fn_config_makefile dlls/dxgi/tests enable_tests
22310 wine_fn_config_makefile dlls/dxtrans enable_dxtrans
22311 wine_fn_config_makefile dlls/dxva2 enable_dxva2
22312 wine_fn_config_makefile dlls/dxva2/tests enable_tests
22313 wine_fn_config_makefile dlls/esent enable_esent
22314 wine_fn_config_makefile dlls/evr enable_evr
22315 wine_fn_config_makefile dlls/evr/tests enable_tests
22316 wine_fn_config_makefile dlls/explorerframe enable_explorerframe
22317 wine_fn_config_makefile dlls/explorerframe/tests enable_tests
22318 wine_fn_config_makefile dlls/ext-ms-win-authz-context-l1-1-0 enable_ext_ms_win_authz_context_l1_1_0
22319 wine_fn_config_makefile dlls/ext-ms-win-domainjoin-netjoin-l1-1-0 enable_ext_ms_win_domainjoin_netjoin_l1_1_0
22320 wine_fn_config_makefile dlls/ext-ms-win-dwmapi-ext-l1-1-0 enable_ext_ms_win_dwmapi_ext_l1_1_0
22321 wine_fn_config_makefile dlls/ext-ms-win-gdi-dc-create-l1-1-0 enable_ext_ms_win_gdi_dc_create_l1_1_0
22322 wine_fn_config_makefile dlls/ext-ms-win-gdi-dc-create-l1-1-1 enable_ext_ms_win_gdi_dc_create_l1_1_1
22323 wine_fn_config_makefile dlls/ext-ms-win-gdi-dc-l1-2-0 enable_ext_ms_win_gdi_dc_l1_2_0
22324 wine_fn_config_makefile dlls/ext-ms-win-gdi-devcaps-l1-1-0 enable_ext_ms_win_gdi_devcaps_l1_1_0
22325 wine_fn_config_makefile dlls/ext-ms-win-gdi-draw-l1-1-0 enable_ext_ms_win_gdi_draw_l1_1_0
22326 wine_fn_config_makefile dlls/ext-ms-win-gdi-draw-l1-1-1 enable_ext_ms_win_gdi_draw_l1_1_1
22327 wine_fn_config_makefile dlls/ext-ms-win-gdi-font-l1-1-0 enable_ext_ms_win_gdi_font_l1_1_0
22328 wine_fn_config_makefile dlls/ext-ms-win-gdi-font-l1-1-1 enable_ext_ms_win_gdi_font_l1_1_1
22329 wine_fn_config_makefile dlls/ext-ms-win-gdi-render-l1-1-0 enable_ext_ms_win_gdi_render_l1_1_0
22330 wine_fn_config_makefile dlls/ext-ms-win-kernel32-package-current-l1-1-0 enable_ext_ms_win_kernel32_package_current_l1_1_0
22331 wine_fn_config_makefile dlls/ext-ms-win-kernel32-package-l1-1-1 enable_ext_ms_win_kernel32_package_l1_1_1
22332 wine_fn_config_makefile dlls/ext-ms-win-ntuser-dialogbox-l1-1-0 enable_ext_ms_win_ntuser_dialogbox_l1_1_0
22333 wine_fn_config_makefile dlls/ext-ms-win-ntuser-draw-l1-1-0 enable_ext_ms_win_ntuser_draw_l1_1_0
22334 wine_fn_config_makefile dlls/ext-ms-win-ntuser-gui-l1-1-0 enable_ext_ms_win_ntuser_gui_l1_1_0
22335 wine_fn_config_makefile dlls/ext-ms-win-ntuser-gui-l1-3-0 enable_ext_ms_win_ntuser_gui_l1_3_0
22336 wine_fn_config_makefile dlls/ext-ms-win-ntuser-keyboard-l1-3-0 enable_ext_ms_win_ntuser_keyboard_l1_3_0
22337 wine_fn_config_makefile dlls/ext-ms-win-ntuser-message-l1-1-0 enable_ext_ms_win_ntuser_message_l1_1_0
22338 wine_fn_config_makefile dlls/ext-ms-win-ntuser-message-l1-1-1 enable_ext_ms_win_ntuser_message_l1_1_1
22339 wine_fn_config_makefile dlls/ext-ms-win-ntuser-misc-l1-1-0 enable_ext_ms_win_ntuser_misc_l1_1_0
22340 wine_fn_config_makefile dlls/ext-ms-win-ntuser-misc-l1-2-0 enable_ext_ms_win_ntuser_misc_l1_2_0
22341 wine_fn_config_makefile dlls/ext-ms-win-ntuser-misc-l1-5-1 enable_ext_ms_win_ntuser_misc_l1_5_1
22342 wine_fn_config_makefile dlls/ext-ms-win-ntuser-mouse-l1-1-0 enable_ext_ms_win_ntuser_mouse_l1_1_0
22343 wine_fn_config_makefile dlls/ext-ms-win-ntuser-private-l1-1-1 enable_ext_ms_win_ntuser_private_l1_1_1
22344 wine_fn_config_makefile dlls/ext-ms-win-ntuser-private-l1-3-1 enable_ext_ms_win_ntuser_private_l1_3_1
22345 wine_fn_config_makefile dlls/ext-ms-win-ntuser-rectangle-ext-l1-1-0 enable_ext_ms_win_ntuser_rectangle_ext_l1_1_0
22346 wine_fn_config_makefile dlls/ext-ms-win-ntuser-uicontext-ext-l1-1-0 enable_ext_ms_win_ntuser_uicontext_ext_l1_1_0
22347 wine_fn_config_makefile dlls/ext-ms-win-ntuser-window-l1-1-0 enable_ext_ms_win_ntuser_window_l1_1_0
22348 wine_fn_config_makefile dlls/ext-ms-win-ntuser-window-l1-1-1 enable_ext_ms_win_ntuser_window_l1_1_1
22349 wine_fn_config_makefile dlls/ext-ms-win-ntuser-window-l1-1-4 enable_ext_ms_win_ntuser_window_l1_1_4
22350 wine_fn_config_makefile dlls/ext-ms-win-ntuser-windowclass-l1-1-0 enable_ext_ms_win_ntuser_windowclass_l1_1_0
22351 wine_fn_config_makefile dlls/ext-ms-win-ntuser-windowclass-l1-1-1 enable_ext_ms_win_ntuser_windowclass_l1_1_1
22352 wine_fn_config_makefile dlls/ext-ms-win-oleacc-l1-1-0 enable_ext_ms_win_oleacc_l1_1_0
22353 wine_fn_config_makefile dlls/ext-ms-win-ras-rasapi32-l1-1-0 enable_ext_ms_win_ras_rasapi32_l1_1_0
22354 wine_fn_config_makefile dlls/ext-ms-win-rtcore-gdi-devcaps-l1-1-0 enable_ext_ms_win_rtcore_gdi_devcaps_l1_1_0
22355 wine_fn_config_makefile dlls/ext-ms-win-rtcore-gdi-object-l1-1-0 enable_ext_ms_win_rtcore_gdi_object_l1_1_0
22356 wine_fn_config_makefile dlls/ext-ms-win-rtcore-gdi-rgn-l1-1-0 enable_ext_ms_win_rtcore_gdi_rgn_l1_1_0
22357 wine_fn_config_makefile dlls/ext-ms-win-rtcore-ntuser-cursor-l1-1-0 enable_ext_ms_win_rtcore_ntuser_cursor_l1_1_0
22358 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
22359 wine_fn_config_makefile dlls/ext-ms-win-rtcore-ntuser-dpi-l1-1-0 enable_ext_ms_win_rtcore_ntuser_dpi_l1_1_0
22360 wine_fn_config_makefile dlls/ext-ms-win-rtcore-ntuser-dpi-l1-2-0 enable_ext_ms_win_rtcore_ntuser_dpi_l1_2_0
22361 wine_fn_config_makefile dlls/ext-ms-win-rtcore-ntuser-rawinput-l1-1-0 enable_ext_ms_win_rtcore_ntuser_rawinput_l1_1_0
22362 wine_fn_config_makefile dlls/ext-ms-win-rtcore-ntuser-syscolors-l1-1-0 enable_ext_ms_win_rtcore_ntuser_syscolors_l1_1_0
22363 wine_fn_config_makefile dlls/ext-ms-win-rtcore-ntuser-sysparams-l1-1-0 enable_ext_ms_win_rtcore_ntuser_sysparams_l1_1_0
22364 wine_fn_config_makefile dlls/ext-ms-win-security-credui-l1-1-0 enable_ext_ms_win_security_credui_l1_1_0
22365 wine_fn_config_makefile dlls/ext-ms-win-security-cryptui-l1-1-0 enable_ext_ms_win_security_cryptui_l1_1_0
22366 wine_fn_config_makefile dlls/ext-ms-win-shell-comctl32-init-l1-1-0 enable_ext_ms_win_shell_comctl32_init_l1_1_0
22367 wine_fn_config_makefile dlls/ext-ms-win-shell-comdlg32-l1-1-0 enable_ext_ms_win_shell_comdlg32_l1_1_0
22368 wine_fn_config_makefile dlls/ext-ms-win-shell-shell32-l1-2-0 enable_ext_ms_win_shell_shell32_l1_2_0
22369 wine_fn_config_makefile dlls/ext-ms-win-uxtheme-themes-l1-1-0 enable_ext_ms_win_uxtheme_themes_l1_1_0
22370 wine_fn_config_makefile dlls/faultrep enable_faultrep
22371 wine_fn_config_makefile dlls/faultrep/tests enable_tests
22372 wine_fn_config_makefile dlls/feclient enable_feclient
22373 wine_fn_config_makefile dlls/fltlib enable_fltlib
22374 wine_fn_config_makefile dlls/fltmgr.sys enable_fltmgr_sys
22375 wine_fn_config_makefile dlls/fntcache enable_fntcache
22376 wine_fn_config_makefile dlls/fontsub enable_fontsub
22377 wine_fn_config_makefile dlls/fusion enable_fusion
22378 wine_fn_config_makefile dlls/fusion/tests enable_tests
22379 wine_fn_config_makefile dlls/fwpuclnt enable_fwpuclnt
22380 wine_fn_config_makefile dlls/gameux enable_gameux
22381 wine_fn_config_makefile dlls/gameux/tests enable_tests
22382 wine_fn_config_makefile dlls/gamingtcui enable_gamingtcui
22383 wine_fn_config_makefile dlls/gdi.exe16 enable_win16
22384 wine_fn_config_makefile dlls/gdi32 enable_gdi32
22385 wine_fn_config_makefile dlls/gdi32/tests enable_tests
22386 wine_fn_config_makefile dlls/gdiplus enable_gdiplus
22387 wine_fn_config_makefile dlls/gdiplus/tests enable_tests
22388 wine_fn_config_makefile dlls/glu32 enable_glu32
22389 wine_fn_config_makefile dlls/gphoto2.ds enable_gphoto2_ds
22390 wine_fn_config_makefile dlls/gpkcsp enable_gpkcsp
22391 wine_fn_config_makefile dlls/hal enable_hal
22392 wine_fn_config_makefile dlls/hhctrl.ocx enable_hhctrl_ocx
22393 wine_fn_config_makefile dlls/hid enable_hid
22394 wine_fn_config_makefile dlls/hid/tests enable_tests
22395 wine_fn_config_makefile dlls/hidclass.sys enable_hidclass_sys
22396 wine_fn_config_makefile dlls/hidparse.sys enable_hidparse_sys
22397 wine_fn_config_makefile dlls/hlink enable_hlink
22398 wine_fn_config_makefile dlls/hlink/tests enable_tests
22399 wine_fn_config_makefile dlls/hnetcfg enable_hnetcfg
22400 wine_fn_config_makefile dlls/hnetcfg/tests enable_tests
22401 wine_fn_config_makefile dlls/http.sys enable_http_sys
22402 wine_fn_config_makefile dlls/httpapi enable_httpapi
22403 wine_fn_config_makefile dlls/httpapi/tests enable_tests
22404 wine_fn_config_makefile dlls/iccvid enable_iccvid
22405 wine_fn_config_makefile dlls/icmp enable_icmp
22406 wine_fn_config_makefile dlls/ieframe enable_ieframe
22407 wine_fn_config_makefile dlls/ieframe/tests enable_tests
22408 wine_fn_config_makefile dlls/ieproxy enable_ieproxy
22409 wine_fn_config_makefile dlls/ifsmgr.vxd enable_win16
22410 wine_fn_config_makefile dlls/imaadp32.acm enable_imaadp32_acm
22411 wine_fn_config_makefile dlls/imagehlp enable_imagehlp
22412 wine_fn_config_makefile dlls/imagehlp/tests enable_tests
22413 wine_fn_config_makefile dlls/imm.dll16 enable_win16
22414 wine_fn_config_makefile dlls/imm32 enable_imm32
22415 wine_fn_config_makefile dlls/imm32/tests enable_tests
22416 wine_fn_config_makefile dlls/inetcomm enable_inetcomm
22417 wine_fn_config_makefile dlls/inetcomm/tests enable_tests
22418 wine_fn_config_makefile dlls/inetcpl.cpl enable_inetcpl_cpl
22419 wine_fn_config_makefile dlls/inetmib1 enable_inetmib1
22420 wine_fn_config_makefile dlls/inetmib1/tests enable_tests
22421 wine_fn_config_makefile dlls/infosoft enable_infosoft
22422 wine_fn_config_makefile dlls/infosoft/tests enable_tests
22423 wine_fn_config_makefile dlls/initpki enable_initpki
22424 wine_fn_config_makefile dlls/inkobj enable_inkobj
22425 wine_fn_config_makefile dlls/inseng enable_inseng
22426 wine_fn_config_makefile dlls/iphlpapi enable_iphlpapi
22427 wine_fn_config_makefile dlls/iphlpapi/tests enable_tests
22428 wine_fn_config_makefile dlls/iprop enable_iprop
22429 wine_fn_config_makefile dlls/irprops.cpl enable_irprops_cpl
22430 wine_fn_config_makefile dlls/itircl enable_itircl
22431 wine_fn_config_makefile dlls/itss enable_itss
22432 wine_fn_config_makefile dlls/itss/tests enable_tests
22433 wine_fn_config_makefile dlls/joy.cpl enable_joy_cpl
22434 wine_fn_config_makefile dlls/jscript enable_jscript
22435 wine_fn_config_makefile dlls/jscript/tests enable_tests
22436 wine_fn_config_makefile dlls/jsproxy enable_jsproxy
22437 wine_fn_config_makefile dlls/jsproxy/tests enable_tests
22438 wine_fn_config_makefile dlls/kerberos enable_kerberos
22439 wine_fn_config_makefile dlls/kernel32 enable_kernel32
22440 wine_fn_config_makefile dlls/kernel32/tests enable_tests
22441 wine_fn_config_makefile dlls/kernelbase enable_kernelbase
22442 wine_fn_config_makefile dlls/kernelbase/tests enable_tests
22443 wine_fn_config_makefile dlls/keyboard.drv16 enable_win16
22444 wine_fn_config_makefile dlls/krnl386.exe16 enable_win16
22445 wine_fn_config_makefile dlls/ksecdd.sys enable_ksecdd_sys
22446 wine_fn_config_makefile dlls/ksproxy.ax enable_ksproxy_ax
22447 wine_fn_config_makefile dlls/ksuser enable_ksuser
22448 wine_fn_config_makefile dlls/ktmw32 enable_ktmw32
22449 wine_fn_config_makefile dlls/l3codeca.acm enable_l3codeca_acm
22450 wine_fn_config_makefile dlls/light.msstyles enable_light_msstyles
22451 wine_fn_config_makefile dlls/loadperf enable_loadperf
22452 wine_fn_config_makefile dlls/localspl enable_localspl
22453 wine_fn_config_makefile dlls/localspl/tests enable_tests
22454 wine_fn_config_makefile dlls/localui enable_localui
22455 wine_fn_config_makefile dlls/localui/tests enable_tests
22456 wine_fn_config_makefile dlls/lz32 enable_lz32
22457 wine_fn_config_makefile dlls/lz32/tests enable_tests
22458 wine_fn_config_makefile dlls/lzexpand.dll16 enable_win16
22459 wine_fn_config_makefile dlls/mapi32 enable_mapi32
22460 wine_fn_config_makefile dlls/mapi32/tests enable_tests
22461 wine_fn_config_makefile dlls/mapistub enable_mapistub
22462 wine_fn_config_makefile dlls/mciavi32 enable_mciavi32
22463 wine_fn_config_makefile dlls/mcicda enable_mcicda
22464 wine_fn_config_makefile dlls/mciqtz32 enable_mciqtz32
22465 wine_fn_config_makefile dlls/mciseq enable_mciseq
22466 wine_fn_config_makefile dlls/mciwave enable_mciwave
22467 wine_fn_config_makefile dlls/mf enable_mf
22468 wine_fn_config_makefile dlls/mf/tests enable_tests
22469 wine_fn_config_makefile dlls/mf3216 enable_mf3216
22470 wine_fn_config_makefile dlls/mferror enable_mferror
22471 wine_fn_config_makefile dlls/mfmediaengine enable_mfmediaengine
22472 wine_fn_config_makefile dlls/mfmediaengine/tests enable_tests
22473 wine_fn_config_makefile dlls/mfplat enable_mfplat
22474 wine_fn_config_makefile dlls/mfplat/tests enable_tests
22475 wine_fn_config_makefile dlls/mfplay enable_mfplay
22476 wine_fn_config_makefile dlls/mfplay/tests enable_tests
22477 wine_fn_config_makefile dlls/mfreadwrite enable_mfreadwrite
22478 wine_fn_config_makefile dlls/mfreadwrite/tests enable_tests
22479 wine_fn_config_makefile dlls/mgmtapi enable_mgmtapi
22480 wine_fn_config_makefile dlls/midimap enable_midimap
22481 wine_fn_config_makefile dlls/mlang enable_mlang
22482 wine_fn_config_makefile dlls/mlang/tests enable_tests
22483 wine_fn_config_makefile dlls/mmcndmgr enable_mmcndmgr
22484 wine_fn_config_makefile dlls/mmcndmgr/tests enable_tests
22485 wine_fn_config_makefile dlls/mmdevapi enable_mmdevapi
22486 wine_fn_config_makefile dlls/mmdevapi/tests enable_tests
22487 wine_fn_config_makefile dlls/mmdevldr.vxd enable_win16
22488 wine_fn_config_makefile dlls/mmsystem.dll16 enable_win16
22489 wine_fn_config_makefile dlls/monodebg.vxd enable_win16
22490 wine_fn_config_makefile dlls/mountmgr.sys enable_mountmgr_sys
22491 wine_fn_config_makefile dlls/mouse.drv16 enable_win16
22492 wine_fn_config_makefile dlls/mp3dmod enable_mp3dmod
22493 wine_fn_config_makefile dlls/mp3dmod/tests enable_tests
22494 wine_fn_config_makefile dlls/mpr enable_mpr
22495 wine_fn_config_makefile dlls/mpr/tests enable_tests
22496 wine_fn_config_makefile dlls/mprapi enable_mprapi
22497 wine_fn_config_makefile dlls/msacm.dll16 enable_win16
22498 wine_fn_config_makefile dlls/msacm32.drv enable_msacm32_drv
22499 wine_fn_config_makefile dlls/msacm32 enable_msacm32
22500 wine_fn_config_makefile dlls/msacm32/tests enable_tests
22501 wine_fn_config_makefile dlls/msado15 enable_msado15
22502 wine_fn_config_makefile dlls/msado15/tests enable_tests
22503 wine_fn_config_makefile dlls/msadp32.acm enable_msadp32_acm
22504 wine_fn_config_makefile dlls/msasn1 enable_msasn1
22505 wine_fn_config_makefile dlls/msasn1/tests enable_tests
22506 wine_fn_config_makefile dlls/mscat32 enable_mscat32
22507 wine_fn_config_makefile dlls/mscms enable_mscms
22508 wine_fn_config_makefile dlls/mscms/tests enable_tests
22509 wine_fn_config_makefile dlls/mscoree enable_mscoree
22510 wine_fn_config_makefile dlls/mscoree/tests enable_tests
22511 wine_fn_config_makefile dlls/mscorwks enable_mscorwks
22512 wine_fn_config_makefile dlls/msctf enable_msctf
22513 wine_fn_config_makefile dlls/msctf/tests enable_tests
22514 wine_fn_config_makefile dlls/msctfmonitor enable_msctfmonitor
22515 wine_fn_config_makefile dlls/msctfp enable_msctfp
22516 wine_fn_config_makefile dlls/msdaps enable_msdaps
22517 wine_fn_config_makefile dlls/msdasql enable_msdasql
22518 wine_fn_config_makefile dlls/msdasql/tests enable_tests
22519 wine_fn_config_makefile dlls/msdelta enable_msdelta
22520 wine_fn_config_makefile dlls/msdmo enable_msdmo
22521 wine_fn_config_makefile dlls/msdmo/tests enable_tests
22522 wine_fn_config_makefile dlls/msdrm enable_msdrm
22523 wine_fn_config_makefile dlls/msftedit enable_msftedit
22524 wine_fn_config_makefile dlls/msftedit/tests enable_tests
22525 wine_fn_config_makefile dlls/msg711.acm enable_msg711_acm
22526 wine_fn_config_makefile dlls/msgsm32.acm enable_msgsm32_acm
22527 wine_fn_config_makefile dlls/mshtml.tlb enable_mshtml_tlb
22528 wine_fn_config_makefile dlls/mshtml enable_mshtml
22529 wine_fn_config_makefile dlls/mshtml/tests enable_tests
22530 wine_fn_config_makefile dlls/msi enable_msi
22531 wine_fn_config_makefile dlls/msi/tests enable_tests
22532 wine_fn_config_makefile dlls/msident enable_msident
22533 wine_fn_config_makefile dlls/msimg32 enable_msimg32
22534 wine_fn_config_makefile dlls/msimsg enable_msimsg
22535 wine_fn_config_makefile dlls/msimtf enable_msimtf
22536 wine_fn_config_makefile dlls/msisip enable_msisip
22537 wine_fn_config_makefile dlls/msisys.ocx enable_msisys_ocx
22538 wine_fn_config_makefile dlls/msls31 enable_msls31
22539 wine_fn_config_makefile dlls/msnet32 enable_msnet32
22540 wine_fn_config_makefile dlls/mspatcha enable_mspatcha
22541 wine_fn_config_makefile dlls/mspatcha/tests enable_tests
22542 wine_fn_config_makefile dlls/msports enable_msports
22543 wine_fn_config_makefile dlls/msrle32 enable_msrle32
22544 wine_fn_config_makefile dlls/msrle32/tests enable_tests
22545 wine_fn_config_makefile dlls/msscript.ocx enable_msscript_ocx
22546 wine_fn_config_makefile dlls/msscript.ocx/tests enable_tests
22547 wine_fn_config_makefile dlls/mssign32 enable_mssign32
22548 wine_fn_config_makefile dlls/mssip32 enable_mssip32
22549 wine_fn_config_makefile dlls/mstask enable_mstask
22550 wine_fn_config_makefile dlls/mstask/tests enable_tests
22551 wine_fn_config_makefile dlls/msv1_0 enable_msv1_0
22552 wine_fn_config_makefile dlls/msvcirt enable_msvcirt
22553 wine_fn_config_makefile dlls/msvcirt/tests enable_tests
22554 wine_fn_config_makefile dlls/msvcm80 enable_msvcm80
22555 wine_fn_config_makefile dlls/msvcm90 enable_msvcm90
22556 wine_fn_config_makefile dlls/msvcp100 enable_msvcp100
22557 wine_fn_config_makefile dlls/msvcp100/tests enable_tests
22558 wine_fn_config_makefile dlls/msvcp110 enable_msvcp110
22559 wine_fn_config_makefile dlls/msvcp110/tests enable_tests
22560 wine_fn_config_makefile dlls/msvcp120 enable_msvcp120
22561 wine_fn_config_makefile dlls/msvcp120/tests enable_tests
22562 wine_fn_config_makefile dlls/msvcp120_app enable_msvcp120_app
22563 wine_fn_config_makefile dlls/msvcp140 enable_msvcp140
22564 wine_fn_config_makefile dlls/msvcp140/tests enable_tests
22565 wine_fn_config_makefile dlls/msvcp140_1 enable_msvcp140_1
22566 wine_fn_config_makefile dlls/msvcp140_1/tests enable_tests
22567 wine_fn_config_makefile dlls/msvcp60 enable_msvcp60
22568 wine_fn_config_makefile dlls/msvcp60/tests enable_tests
22569 wine_fn_config_makefile dlls/msvcp70 enable_msvcp70
22570 wine_fn_config_makefile dlls/msvcp71 enable_msvcp71
22571 wine_fn_config_makefile dlls/msvcp80 enable_msvcp80
22572 wine_fn_config_makefile dlls/msvcp90 enable_msvcp90
22573 wine_fn_config_makefile dlls/msvcp90/tests enable_tests
22574 wine_fn_config_makefile dlls/msvcp_win enable_msvcp_win
22575 wine_fn_config_makefile dlls/msvcr100 enable_msvcr100
22576 wine_fn_config_makefile dlls/msvcr100/tests enable_tests
22577 wine_fn_config_makefile dlls/msvcr110 enable_msvcr110
22578 wine_fn_config_makefile dlls/msvcr110/tests enable_tests
22579 wine_fn_config_makefile dlls/msvcr120 enable_msvcr120
22580 wine_fn_config_makefile dlls/msvcr120/tests enable_tests
22581 wine_fn_config_makefile dlls/msvcr120_app enable_msvcr120_app
22582 wine_fn_config_makefile dlls/msvcr70 enable_msvcr70
22583 wine_fn_config_makefile dlls/msvcr71 enable_msvcr71
22584 wine_fn_config_makefile dlls/msvcr80 enable_msvcr80
22585 wine_fn_config_makefile dlls/msvcr90 enable_msvcr90
22586 wine_fn_config_makefile dlls/msvcr90/tests enable_tests
22587 wine_fn_config_makefile dlls/msvcrt enable_msvcrt
22588 wine_fn_config_makefile dlls/msvcrt/tests enable_tests
22589 wine_fn_config_makefile dlls/msvcrt20 enable_msvcrt20
22590 wine_fn_config_makefile dlls/msvcrt40 enable_msvcrt40
22591 wine_fn_config_makefile dlls/msvcrtd enable_msvcrtd
22592 wine_fn_config_makefile dlls/msvcrtd/tests enable_tests
22593 wine_fn_config_makefile dlls/msvfw32 enable_msvfw32
22594 wine_fn_config_makefile dlls/msvfw32/tests enable_tests
22595 wine_fn_config_makefile dlls/msvidc32 enable_msvidc32
22596 wine_fn_config_makefile dlls/msvideo.dll16 enable_win16
22597 wine_fn_config_makefile dlls/mswsock enable_mswsock
22598 wine_fn_config_makefile dlls/msxml enable_msxml
22599 wine_fn_config_makefile dlls/msxml2 enable_msxml2
22600 wine_fn_config_makefile dlls/msxml3 enable_msxml3
22601 wine_fn_config_makefile dlls/msxml3/tests enable_tests
22602 wine_fn_config_makefile dlls/msxml4 enable_msxml4
22603 wine_fn_config_makefile dlls/msxml6 enable_msxml6
22604 wine_fn_config_makefile dlls/mtxdm enable_mtxdm
22605 wine_fn_config_makefile dlls/ncrypt enable_ncrypt
22606 wine_fn_config_makefile dlls/nddeapi enable_nddeapi
22607 wine_fn_config_makefile dlls/ndis.sys enable_ndis_sys
22608 wine_fn_config_makefile dlls/ndis.sys/tests enable_tests
22609 wine_fn_config_makefile dlls/netapi32 enable_netapi32
22610 wine_fn_config_makefile dlls/netapi32/tests enable_tests
22611 wine_fn_config_makefile dlls/netcfgx enable_netcfgx
22612 wine_fn_config_makefile dlls/netcfgx/tests enable_tests
22613 wine_fn_config_makefile dlls/netio.sys enable_netio_sys
22614 wine_fn_config_makefile dlls/netprofm enable_netprofm
22615 wine_fn_config_makefile dlls/netprofm/tests enable_tests
22616 wine_fn_config_makefile dlls/netutils enable_netutils
22617 wine_fn_config_makefile dlls/newdev enable_newdev
22618 wine_fn_config_makefile dlls/ninput enable_ninput
22619 wine_fn_config_makefile dlls/ninput/tests enable_tests
22620 wine_fn_config_makefile dlls/normaliz enable_normaliz
22621 wine_fn_config_makefile dlls/npmshtml enable_npmshtml
22622 wine_fn_config_makefile dlls/npptools enable_npptools
22623 wine_fn_config_makefile dlls/nsi enable_nsi
22624 wine_fn_config_makefile dlls/nsi/tests enable_tests
22625 wine_fn_config_makefile dlls/nsiproxy.sys enable_nsiproxy_sys
22626 wine_fn_config_makefile dlls/ntdll enable_ntdll
22627 wine_fn_config_makefile dlls/ntdll/tests enable_tests
22628 wine_fn_config_makefile dlls/ntdsapi enable_ntdsapi
22629 wine_fn_config_makefile dlls/ntdsapi/tests enable_tests
22630 wine_fn_config_makefile dlls/ntoskrnl.exe enable_ntoskrnl_exe
22631 wine_fn_config_makefile dlls/ntoskrnl.exe/tests enable_tests
22632 wine_fn_config_makefile dlls/ntprint enable_ntprint
22633 wine_fn_config_makefile dlls/ntprint/tests enable_tests
22634 wine_fn_config_makefile dlls/objsel enable_objsel
22635 wine_fn_config_makefile dlls/odbc32 enable_odbc32
22636 wine_fn_config_makefile dlls/odbcbcp enable_odbcbcp
22637 wine_fn_config_makefile dlls/odbccp32 enable_odbccp32
22638 wine_fn_config_makefile dlls/odbccp32/tests enable_tests
22639 wine_fn_config_makefile dlls/odbccu32 enable_odbccu32
22640 wine_fn_config_makefile dlls/ole2.dll16 enable_win16
22641 wine_fn_config_makefile dlls/ole2conv.dll16 enable_win16
22642 wine_fn_config_makefile dlls/ole2disp.dll16 enable_win16
22643 wine_fn_config_makefile dlls/ole2nls.dll16 enable_win16
22644 wine_fn_config_makefile dlls/ole2prox.dll16 enable_win16
22645 wine_fn_config_makefile dlls/ole2thk.dll16 enable_win16
22646 wine_fn_config_makefile dlls/ole32 enable_ole32
22647 wine_fn_config_makefile dlls/ole32/tests enable_tests
22648 wine_fn_config_makefile dlls/oleacc enable_oleacc
22649 wine_fn_config_makefile dlls/oleacc/tests enable_tests
22650 wine_fn_config_makefile dlls/oleaut32 enable_oleaut32
22651 wine_fn_config_makefile dlls/oleaut32/tests enable_tests
22652 wine_fn_config_makefile dlls/olecli.dll16 enable_win16
22653 wine_fn_config_makefile dlls/olecli32 enable_olecli32
22654 wine_fn_config_makefile dlls/oledb32 enable_oledb32
22655 wine_fn_config_makefile dlls/oledb32/tests enable_tests
22656 wine_fn_config_makefile dlls/oledlg enable_oledlg
22657 wine_fn_config_makefile dlls/oledlg/tests enable_tests
22658 wine_fn_config_makefile dlls/olepro32 enable_olepro32
22659 wine_fn_config_makefile dlls/olesvr.dll16 enable_win16
22660 wine_fn_config_makefile dlls/olesvr32 enable_olesvr32
22661 wine_fn_config_makefile dlls/olethk32 enable_olethk32
22662 wine_fn_config_makefile dlls/opcservices enable_opcservices
22663 wine_fn_config_makefile dlls/opcservices/tests enable_tests
22664 wine_fn_config_makefile dlls/openal32 enable_openal32
22665 wine_fn_config_makefile dlls/opencl enable_opencl
22666 wine_fn_config_makefile dlls/opengl32 enable_opengl32
22667 wine_fn_config_makefile dlls/opengl32/tests enable_tests
22668 wine_fn_config_makefile dlls/packager enable_packager
22669 wine_fn_config_makefile dlls/packager/tests enable_tests
22670 wine_fn_config_makefile dlls/pdh enable_pdh
22671 wine_fn_config_makefile dlls/pdh/tests enable_tests
22672 wine_fn_config_makefile dlls/photometadatahandler enable_photometadatahandler
22673 wine_fn_config_makefile dlls/pidgen enable_pidgen
22674 wine_fn_config_makefile dlls/powrprof enable_powrprof
22675 wine_fn_config_makefile dlls/printui enable_printui
22676 wine_fn_config_makefile dlls/prntvpt enable_prntvpt
22677 wine_fn_config_makefile dlls/prntvpt/tests enable_tests
22678 wine_fn_config_makefile dlls/propsys enable_propsys
22679 wine_fn_config_makefile dlls/propsys/tests enable_tests
22680 wine_fn_config_makefile dlls/psapi enable_psapi
22681 wine_fn_config_makefile dlls/psapi/tests enable_tests
22682 wine_fn_config_makefile dlls/pstorec enable_pstorec
22683 wine_fn_config_makefile dlls/pstorec/tests enable_tests
22684 wine_fn_config_makefile dlls/pwrshplugin enable_pwrshplugin
22685 wine_fn_config_makefile dlls/qasf enable_qasf
22686 wine_fn_config_makefile dlls/qasf/tests enable_tests
22687 wine_fn_config_makefile dlls/qcap enable_qcap
22688 wine_fn_config_makefile dlls/qcap/tests enable_tests
22689 wine_fn_config_makefile dlls/qdvd enable_qdvd
22690 wine_fn_config_makefile dlls/qdvd/tests enable_tests
22691 wine_fn_config_makefile dlls/qedit enable_qedit
22692 wine_fn_config_makefile dlls/qedit/tests enable_tests
22693 wine_fn_config_makefile dlls/qmgr enable_qmgr
22694 wine_fn_config_makefile dlls/qmgr/tests enable_tests
22695 wine_fn_config_makefile dlls/qmgrprxy enable_qmgrprxy
22696 wine_fn_config_makefile dlls/quartz enable_quartz
22697 wine_fn_config_makefile dlls/quartz/tests enable_tests
22698 wine_fn_config_makefile dlls/query enable_query
22699 wine_fn_config_makefile dlls/qwave enable_qwave
22700 wine_fn_config_makefile dlls/qwave/tests enable_tests
22701 wine_fn_config_makefile dlls/rasapi16.dll16 enable_win16
22702 wine_fn_config_makefile dlls/rasapi32 enable_rasapi32
22703 wine_fn_config_makefile dlls/rasapi32/tests enable_tests
22704 wine_fn_config_makefile dlls/rasdlg enable_rasdlg
22705 wine_fn_config_makefile dlls/regapi enable_regapi
22706 wine_fn_config_makefile dlls/resutils enable_resutils
22707 wine_fn_config_makefile dlls/riched20 enable_riched20
22708 wine_fn_config_makefile dlls/riched20/tests enable_tests
22709 wine_fn_config_makefile dlls/riched32 enable_riched32
22710 wine_fn_config_makefile dlls/riched32/tests enable_tests
22711 wine_fn_config_makefile dlls/rpcrt4 enable_rpcrt4
22712 wine_fn_config_makefile dlls/rpcrt4/tests enable_tests
22713 wine_fn_config_makefile dlls/rsabase enable_rsabase
22714 wine_fn_config_makefile dlls/rsaenh enable_rsaenh
22715 wine_fn_config_makefile dlls/rsaenh/tests enable_tests
22716 wine_fn_config_makefile dlls/rstrtmgr enable_rstrtmgr
22717 wine_fn_config_makefile dlls/rtutils enable_rtutils
22718 wine_fn_config_makefile dlls/rtworkq enable_rtworkq
22719 wine_fn_config_makefile dlls/rtworkq/tests enable_tests
22720 wine_fn_config_makefile dlls/samlib enable_samlib
22721 wine_fn_config_makefile dlls/sane.ds enable_sane_ds
22722 wine_fn_config_makefile dlls/sapi enable_sapi
22723 wine_fn_config_makefile dlls/sapi/tests enable_tests
22724 wine_fn_config_makefile dlls/sas enable_sas
22725 wine_fn_config_makefile dlls/scarddlg enable_scarddlg
22726 wine_fn_config_makefile dlls/sccbase enable_sccbase
22727 wine_fn_config_makefile dlls/schannel enable_schannel
22728 wine_fn_config_makefile dlls/schannel/tests enable_tests
22729 wine_fn_config_makefile dlls/schedsvc enable_schedsvc
22730 wine_fn_config_makefile dlls/schedsvc/tests enable_tests
22731 wine_fn_config_makefile dlls/scrobj enable_scrobj
22732 wine_fn_config_makefile dlls/scrobj/tests enable_tests
22733 wine_fn_config_makefile dlls/scrrun enable_scrrun
22734 wine_fn_config_makefile dlls/scrrun/tests enable_tests
22735 wine_fn_config_makefile dlls/scsiport.sys enable_scsiport_sys
22736 wine_fn_config_makefile dlls/sechost enable_sechost
22737 wine_fn_config_makefile dlls/secur32 enable_secur32
22738 wine_fn_config_makefile dlls/secur32/tests enable_tests
22739 wine_fn_config_makefile dlls/security enable_security
22740 wine_fn_config_makefile dlls/sensapi enable_sensapi
22741 wine_fn_config_makefile dlls/serialui enable_serialui
22742 wine_fn_config_makefile dlls/serialui/tests enable_tests
22743 wine_fn_config_makefile dlls/setupapi enable_setupapi
22744 wine_fn_config_makefile dlls/setupapi/tests enable_tests
22745 wine_fn_config_makefile dlls/setupx.dll16 enable_win16
22746 wine_fn_config_makefile dlls/sfc enable_sfc
22747 wine_fn_config_makefile dlls/sfc_os enable_sfc_os
22748 wine_fn_config_makefile dlls/shcore enable_shcore
22749 wine_fn_config_makefile dlls/shcore/tests enable_tests
22750 wine_fn_config_makefile dlls/shdoclc enable_shdoclc
22751 wine_fn_config_makefile dlls/shdocvw enable_shdocvw
22752 wine_fn_config_makefile dlls/shdocvw/tests enable_tests
22753 wine_fn_config_makefile dlls/shell.dll16 enable_win16
22754 wine_fn_config_makefile dlls/shell32 enable_shell32
22755 wine_fn_config_makefile dlls/shell32/tests enable_tests
22756 wine_fn_config_makefile dlls/shfolder enable_shfolder
22757 wine_fn_config_makefile dlls/shlwapi enable_shlwapi
22758 wine_fn_config_makefile dlls/shlwapi/tests enable_tests
22759 wine_fn_config_makefile dlls/slbcsp enable_slbcsp
22760 wine_fn_config_makefile dlls/slc enable_slc
22761 wine_fn_config_makefile dlls/slc/tests enable_tests
22762 wine_fn_config_makefile dlls/snmpapi enable_snmpapi
22763 wine_fn_config_makefile dlls/snmpapi/tests enable_tests
22764 wine_fn_config_makefile dlls/softpub enable_softpub
22765 wine_fn_config_makefile dlls/sound.drv16 enable_win16
22766 wine_fn_config_makefile dlls/spoolss enable_spoolss
22767 wine_fn_config_makefile dlls/spoolss/tests enable_tests
22768 wine_fn_config_makefile dlls/sppc enable_sppc
22769 wine_fn_config_makefile dlls/srclient enable_srclient
22770 wine_fn_config_makefile dlls/srvcli enable_srvcli
22771 wine_fn_config_makefile dlls/sspicli enable_sspicli
22772 wine_fn_config_makefile dlls/stdole2.tlb enable_stdole2_tlb
22773 wine_fn_config_makefile dlls/stdole32.tlb enable_stdole32_tlb
22774 wine_fn_config_makefile dlls/sti enable_sti
22775 wine_fn_config_makefile dlls/sti/tests enable_tests
22776 wine_fn_config_makefile dlls/storage.dll16 enable_win16
22777 wine_fn_config_makefile dlls/stress.dll16 enable_win16
22778 wine_fn_config_makefile dlls/strmdll enable_strmdll
22779 wine_fn_config_makefile dlls/svrapi enable_svrapi
22780 wine_fn_config_makefile dlls/sxs enable_sxs
22781 wine_fn_config_makefile dlls/sxs/tests enable_tests
22782 wine_fn_config_makefile dlls/system.drv16 enable_win16
22783 wine_fn_config_makefile dlls/t2embed enable_t2embed
22784 wine_fn_config_makefile dlls/t2embed/tests enable_tests
22785 wine_fn_config_makefile dlls/tapi32 enable_tapi32
22786 wine_fn_config_makefile dlls/tapi32/tests enable_tests
22787 wine_fn_config_makefile dlls/taskschd enable_taskschd
22788 wine_fn_config_makefile dlls/taskschd/tests enable_tests
22789 wine_fn_config_makefile dlls/tbs enable_tbs
22790 wine_fn_config_makefile dlls/tdh enable_tdh
22791 wine_fn_config_makefile dlls/tdi.sys enable_tdi_sys
22792 wine_fn_config_makefile dlls/toolhelp.dll16 enable_win16
22793 wine_fn_config_makefile dlls/traffic enable_traffic
22794 wine_fn_config_makefile dlls/twain.dll16 enable_win16
22795 wine_fn_config_makefile dlls/twain_32 enable_twain_32
22796 wine_fn_config_makefile dlls/twain_32/tests enable_tests
22797 wine_fn_config_makefile dlls/typelib.dll16 enable_win16
22798 wine_fn_config_makefile dlls/tzres enable_tzres
22799 wine_fn_config_makefile dlls/ucrtbase enable_ucrtbase
22800 wine_fn_config_makefile dlls/ucrtbase/tests enable_tests
22801 wine_fn_config_makefile dlls/uianimation enable_uianimation
22802 wine_fn_config_makefile dlls/uianimation/tests enable_tests
22803 wine_fn_config_makefile dlls/uiautomationcore enable_uiautomationcore
22804 wine_fn_config_makefile dlls/uiautomationcore/tests enable_tests
22805 wine_fn_config_makefile dlls/uiribbon enable_uiribbon
22806 wine_fn_config_makefile dlls/unicows enable_unicows
22807 wine_fn_config_makefile dlls/updspapi enable_updspapi
22808 wine_fn_config_makefile dlls/url enable_url
22809 wine_fn_config_makefile dlls/urlmon enable_urlmon
22810 wine_fn_config_makefile dlls/urlmon/tests enable_tests
22811 wine_fn_config_makefile dlls/usbd.sys enable_usbd_sys
22812 wine_fn_config_makefile dlls/user.exe16 enable_win16
22813 wine_fn_config_makefile dlls/user32 enable_user32
22814 wine_fn_config_makefile dlls/user32/tests enable_tests
22815 wine_fn_config_makefile dlls/userenv enable_userenv
22816 wine_fn_config_makefile dlls/userenv/tests enable_tests
22817 wine_fn_config_makefile dlls/usp10 enable_usp10
22818 wine_fn_config_makefile dlls/usp10/tests enable_tests
22819 wine_fn_config_makefile dlls/utildll enable_utildll
22820 wine_fn_config_makefile dlls/uxtheme enable_uxtheme
22821 wine_fn_config_makefile dlls/uxtheme/tests enable_tests
22822 wine_fn_config_makefile dlls/vbscript enable_vbscript
22823 wine_fn_config_makefile dlls/vbscript/tests enable_tests
22824 wine_fn_config_makefile dlls/vcomp enable_vcomp
22825 wine_fn_config_makefile dlls/vcomp/tests enable_tests
22826 wine_fn_config_makefile dlls/vcomp100 enable_vcomp100
22827 wine_fn_config_makefile dlls/vcomp110 enable_vcomp110
22828 wine_fn_config_makefile dlls/vcomp110/tests enable_tests
22829 wine_fn_config_makefile dlls/vcomp120 enable_vcomp120
22830 wine_fn_config_makefile dlls/vcomp140 enable_vcomp140
22831 wine_fn_config_makefile dlls/vcomp90 enable_vcomp90
22832 wine_fn_config_makefile dlls/vcruntime140 enable_vcruntime140
22833 wine_fn_config_makefile dlls/vcruntime140_1 enable_vcruntime140_1
22834 wine_fn_config_makefile dlls/vdhcp.vxd enable_win16
22835 wine_fn_config_makefile dlls/vdmdbg enable_vdmdbg
22836 wine_fn_config_makefile dlls/ver.dll16 enable_win16
22837 wine_fn_config_makefile dlls/version enable_version
22838 wine_fn_config_makefile dlls/version/tests enable_tests
22839 wine_fn_config_makefile dlls/vga enable_vga
22840 wine_fn_config_makefile dlls/virtdisk enable_virtdisk
22841 wine_fn_config_makefile dlls/virtdisk/tests enable_tests
22842 wine_fn_config_makefile dlls/vmm.vxd enable_win16
22843 wine_fn_config_makefile dlls/vnbt.vxd enable_win16
22844 wine_fn_config_makefile dlls/vnetbios.vxd enable_win16
22845 wine_fn_config_makefile dlls/vssapi enable_vssapi
22846 wine_fn_config_makefile dlls/vtdapi.vxd enable_win16
22847 wine_fn_config_makefile dlls/vulkan-1 enable_vulkan_1
22848 wine_fn_config_makefile dlls/vulkan-1/tests enable_tests
22849 wine_fn_config_makefile dlls/vwin32.vxd enable_win16
22850 wine_fn_config_makefile dlls/w32skrnl enable_win16
22851 wine_fn_config_makefile dlls/w32sys.dll16 enable_win16
22852 wine_fn_config_makefile dlls/wbemdisp enable_wbemdisp
22853 wine_fn_config_makefile dlls/wbemdisp/tests enable_tests
22854 wine_fn_config_makefile dlls/wbemprox enable_wbemprox
22855 wine_fn_config_makefile dlls/wbemprox/tests enable_tests
22856 wine_fn_config_makefile dlls/wdscore enable_wdscore
22857 wine_fn_config_makefile dlls/webservices enable_webservices
22858 wine_fn_config_makefile dlls/webservices/tests enable_tests
22859 wine_fn_config_makefile dlls/websocket enable_websocket
22860 wine_fn_config_makefile dlls/wer enable_wer
22861 wine_fn_config_makefile dlls/wer/tests enable_tests
22862 wine_fn_config_makefile dlls/wevtapi enable_wevtapi
22863 wine_fn_config_makefile dlls/wevtapi/tests enable_tests
22864 wine_fn_config_makefile dlls/wevtsvc enable_wevtsvc
22865 wine_fn_config_makefile dlls/wiaservc enable_wiaservc
22866 wine_fn_config_makefile dlls/wiaservc/tests enable_tests
22867 wine_fn_config_makefile dlls/wimgapi enable_wimgapi
22868 wine_fn_config_makefile dlls/win32s16.dll16 enable_win16
22869 wine_fn_config_makefile dlls/win32u enable_win32u
22870 wine_fn_config_makefile dlls/win32u/tests enable_tests
22871 wine_fn_config_makefile dlls/win87em.dll16 enable_win16
22872 wine_fn_config_makefile dlls/winaspi.dll16 enable_win16
22873 wine_fn_config_makefile dlls/windebug.dll16 enable_win16
22874 wine_fn_config_makefile dlls/windows.devices.enumeration enable_windows_devices_enumeration
22875 wine_fn_config_makefile dlls/windows.gaming.input enable_windows_gaming_input
22876 wine_fn_config_makefile dlls/windows.gaming.input/tests enable_tests
22877 wine_fn_config_makefile dlls/windows.globalization enable_windows_globalization
22878 wine_fn_config_makefile dlls/windows.globalization/tests enable_tests
22879 wine_fn_config_makefile dlls/windows.media.devices enable_windows_media_devices
22880 wine_fn_config_makefile dlls/windows.media.devices/tests enable_tests
22881 wine_fn_config_makefile dlls/windows.media.speech enable_windows_media_speech
22882 wine_fn_config_makefile dlls/windows.media.speech/tests enable_tests
22883 wine_fn_config_makefile dlls/windowscodecs enable_windowscodecs
22884 wine_fn_config_makefile dlls/windowscodecs/tests enable_tests
22885 wine_fn_config_makefile dlls/windowscodecsext enable_windowscodecsext
22886 wine_fn_config_makefile dlls/windowscodecsext/tests enable_tests
22887 wine_fn_config_makefile dlls/winealsa.drv enable_winealsa_drv
22888 wine_fn_config_makefile dlls/wineandroid.drv enable_wineandroid_drv
22889 wine_fn_config_makefile dlls/winebus.sys enable_winebus_sys
22890 wine_fn_config_makefile dlls/winecoreaudio.drv enable_winecoreaudio_drv
22891 wine_fn_config_makefile dlls/winecrt0 enable_winecrt0
22892 wine_fn_config_makefile dlls/wined3d enable_wined3d
22893 wine_fn_config_makefile dlls/winegstreamer enable_winegstreamer
22894 wine_fn_config_makefile dlls/winehid.sys enable_winehid_sys
22895 wine_fn_config_makefile dlls/winejoystick.drv enable_winejoystick_drv
22896 wine_fn_config_makefile dlls/winemac.drv enable_winemac_drv
22897 wine_fn_config_makefile dlls/winemapi enable_winemapi
22898 wine_fn_config_makefile dlls/wineoss.drv enable_wineoss_drv
22899 wine_fn_config_makefile dlls/wineps.drv enable_wineps_drv
22900 wine_fn_config_makefile dlls/wineps16.drv16 enable_win16
22901 wine_fn_config_makefile dlls/winepulse.drv enable_winepulse_drv
22902 wine_fn_config_makefile dlls/wineusb.sys enable_wineusb_sys
22903 wine_fn_config_makefile dlls/winevulkan enable_winevulkan
22904 wine_fn_config_makefile dlls/winex11.drv enable_winex11_drv
22905 wine_fn_config_makefile dlls/winexinput.sys enable_winexinput_sys
22906 wine_fn_config_makefile dlls/wing.dll16 enable_win16
22907 wine_fn_config_makefile dlls/wing32 enable_wing32
22908 wine_fn_config_makefile dlls/winhttp enable_winhttp
22909 wine_fn_config_makefile dlls/winhttp/tests enable_tests
22910 wine_fn_config_makefile dlls/wininet enable_wininet
22911 wine_fn_config_makefile dlls/wininet/tests enable_tests
22912 wine_fn_config_makefile dlls/winmm enable_winmm
22913 wine_fn_config_makefile dlls/winmm/tests enable_tests
22914 wine_fn_config_makefile dlls/winnls.dll16 enable_win16
22915 wine_fn_config_makefile dlls/winnls32 enable_winnls32
22916 wine_fn_config_makefile dlls/winscard enable_winscard
22917 wine_fn_config_makefile dlls/winsock.dll16 enable_win16
22918 wine_fn_config_makefile dlls/winspool.drv enable_winspool_drv
22919 wine_fn_config_makefile dlls/winspool.drv/tests enable_tests
22920 wine_fn_config_makefile dlls/winsta enable_winsta
22921 wine_fn_config_makefile dlls/wintab.dll16 enable_win16
22922 wine_fn_config_makefile dlls/wintab32 enable_wintab32
22923 wine_fn_config_makefile dlls/wintab32/tests enable_tests
22924 wine_fn_config_makefile dlls/wintrust enable_wintrust
22925 wine_fn_config_makefile dlls/wintrust/tests enable_tests
22926 wine_fn_config_makefile dlls/winusb enable_winusb
22927 wine_fn_config_makefile dlls/wlanapi enable_wlanapi
22928 wine_fn_config_makefile dlls/wlanapi/tests enable_tests
22929 wine_fn_config_makefile dlls/wlanui enable_wlanui
22930 wine_fn_config_makefile dlls/wldap32 enable_wldap32
22931 wine_fn_config_makefile dlls/wldap32/tests enable_tests
22932 wine_fn_config_makefile dlls/wmasf enable_wmasf
22933 wine_fn_config_makefile dlls/wmi enable_wmi
22934 wine_fn_config_makefile dlls/wmiutils enable_wmiutils
22935 wine_fn_config_makefile dlls/wmiutils/tests enable_tests
22936 wine_fn_config_makefile dlls/wmp enable_wmp
22937 wine_fn_config_makefile dlls/wmp/tests enable_tests
22938 wine_fn_config_makefile dlls/wmphoto enable_wmphoto
22939 wine_fn_config_makefile dlls/wmvcore enable_wmvcore
22940 wine_fn_config_makefile dlls/wmvcore/tests enable_tests
22941 wine_fn_config_makefile dlls/wnaspi32 enable_wnaspi32
22942 wine_fn_config_makefile dlls/wow32 enable_win16
22943 wine_fn_config_makefile dlls/wow64 enable_wow64
22944 wine_fn_config_makefile dlls/wow64cpu enable_wow64cpu
22945 wine_fn_config_makefile dlls/wow64win enable_wow64win
22946 wine_fn_config_makefile dlls/wpc enable_wpc
22947 wine_fn_config_makefile dlls/wpc/tests enable_tests
22948 wine_fn_config_makefile dlls/wpcap enable_wpcap
22949 wine_fn_config_makefile dlls/ws2_32 enable_ws2_32
22950 wine_fn_config_makefile dlls/ws2_32/tests enable_tests
22951 wine_fn_config_makefile dlls/wsdapi enable_wsdapi
22952 wine_fn_config_makefile dlls/wsdapi/tests enable_tests
22953 wine_fn_config_makefile dlls/wshom.ocx enable_wshom_ocx
22954 wine_fn_config_makefile dlls/wshom.ocx/tests enable_tests
22955 wine_fn_config_makefile dlls/wsnmp32 enable_wsnmp32
22956 wine_fn_config_makefile dlls/wsnmp32/tests enable_tests
22957 wine_fn_config_makefile dlls/wsock32 enable_wsock32
22958 wine_fn_config_makefile dlls/wtsapi32 enable_wtsapi32
22959 wine_fn_config_makefile dlls/wtsapi32/tests enable_tests
22960 wine_fn_config_makefile dlls/wuapi enable_wuapi
22961 wine_fn_config_makefile dlls/wuaueng enable_wuaueng
22962 wine_fn_config_makefile dlls/x3daudio1_0 enable_x3daudio1_0
22963 wine_fn_config_makefile dlls/x3daudio1_1 enable_x3daudio1_1
22964 wine_fn_config_makefile dlls/x3daudio1_2 enable_x3daudio1_2
22965 wine_fn_config_makefile dlls/x3daudio1_3 enable_x3daudio1_3
22966 wine_fn_config_makefile dlls/x3daudio1_4 enable_x3daudio1_4
22967 wine_fn_config_makefile dlls/x3daudio1_5 enable_x3daudio1_5
22968 wine_fn_config_makefile dlls/x3daudio1_6 enable_x3daudio1_6
22969 wine_fn_config_makefile dlls/x3daudio1_7 enable_x3daudio1_7
22970 wine_fn_config_makefile dlls/xactengine2_0 enable_xactengine2_0
22971 wine_fn_config_makefile dlls/xactengine2_4 enable_xactengine2_4
22972 wine_fn_config_makefile dlls/xactengine2_7 enable_xactengine2_7
22973 wine_fn_config_makefile dlls/xactengine2_9 enable_xactengine2_9
22974 wine_fn_config_makefile dlls/xactengine3_0 enable_xactengine3_0
22975 wine_fn_config_makefile dlls/xactengine3_1 enable_xactengine3_1
22976 wine_fn_config_makefile dlls/xactengine3_2 enable_xactengine3_2
22977 wine_fn_config_makefile dlls/xactengine3_3 enable_xactengine3_3
22978 wine_fn_config_makefile dlls/xactengine3_4 enable_xactengine3_4
22979 wine_fn_config_makefile dlls/xactengine3_5 enable_xactengine3_5
22980 wine_fn_config_makefile dlls/xactengine3_6 enable_xactengine3_6
22981 wine_fn_config_makefile dlls/xactengine3_7 enable_xactengine3_7
22982 wine_fn_config_makefile dlls/xactengine3_7/tests enable_tests
22983 wine_fn_config_makefile dlls/xapofx1_1 enable_xapofx1_1
22984 wine_fn_config_makefile dlls/xapofx1_2 enable_xapofx1_2
22985 wine_fn_config_makefile dlls/xapofx1_3 enable_xapofx1_3
22986 wine_fn_config_makefile dlls/xapofx1_4 enable_xapofx1_4
22987 wine_fn_config_makefile dlls/xapofx1_5 enable_xapofx1_5
22988 wine_fn_config_makefile dlls/xaudio2_0 enable_xaudio2_0
22989 wine_fn_config_makefile dlls/xaudio2_1 enable_xaudio2_1
22990 wine_fn_config_makefile dlls/xaudio2_2 enable_xaudio2_2
22991 wine_fn_config_makefile dlls/xaudio2_3 enable_xaudio2_3
22992 wine_fn_config_makefile dlls/xaudio2_4 enable_xaudio2_4
22993 wine_fn_config_makefile dlls/xaudio2_5 enable_xaudio2_5
22994 wine_fn_config_makefile dlls/xaudio2_6 enable_xaudio2_6
22995 wine_fn_config_makefile dlls/xaudio2_7 enable_xaudio2_7
22996 wine_fn_config_makefile dlls/xaudio2_7/tests enable_tests
22997 wine_fn_config_makefile dlls/xaudio2_8 enable_xaudio2_8
22998 wine_fn_config_makefile dlls/xaudio2_9 enable_xaudio2_9
22999 wine_fn_config_makefile dlls/xinput1_1 enable_xinput1_1
23000 wine_fn_config_makefile dlls/xinput1_2 enable_xinput1_2
23001 wine_fn_config_makefile dlls/xinput1_3 enable_xinput1_3
23002 wine_fn_config_makefile dlls/xinput1_3/tests enable_tests
23003 wine_fn_config_makefile dlls/xinput1_4 enable_xinput1_4
23004 wine_fn_config_makefile dlls/xinput9_1_0 enable_xinput9_1_0
23005 wine_fn_config_makefile dlls/xmllite enable_xmllite
23006 wine_fn_config_makefile dlls/xmllite/tests enable_tests
23007 wine_fn_config_makefile dlls/xolehlp enable_xolehlp
23008 wine_fn_config_makefile dlls/xpsprint enable_xpsprint
23009 wine_fn_config_makefile dlls/xpssvcs enable_xpssvcs
23010 wine_fn_config_makefile fonts enable_fonts
23011 wine_fn_config_makefile include enable_include
23012 wine_fn_config_makefile libs/adsiid enable_adsiid
23013 wine_fn_config_makefile libs/dmoguids enable_dmoguids
23014 wine_fn_config_makefile libs/dxerr8 enable_dxerr8
23015 wine_fn_config_makefile libs/dxerr9 enable_dxerr9
23016 wine_fn_config_makefile libs/dxguid enable_dxguid
23017 wine_fn_config_makefile libs/faudio enable_faudio
23018 wine_fn_config_makefile libs/gsm enable_gsm
23019 wine_fn_config_makefile libs/jpeg enable_jpeg
23020 wine_fn_config_makefile libs/jxr enable_jxr
23021 wine_fn_config_makefile libs/lcms2 enable_lcms2
23022 wine_fn_config_makefile libs/mfuuid enable_mfuuid
23023 wine_fn_config_makefile libs/mpg123 enable_mpg123
23024 wine_fn_config_makefile libs/png enable_png
23025 wine_fn_config_makefile libs/strmbase enable_strmbase
23026 wine_fn_config_makefile libs/strmiids enable_strmiids
23027 wine_fn_config_makefile libs/tiff enable_tiff
23028 wine_fn_config_makefile libs/uuid enable_uuid
23029 wine_fn_config_makefile libs/wbemuuid enable_wbemuuid
23030 wine_fn_config_makefile libs/wine enable_wine
23031 wine_fn_config_makefile libs/wmcodecdspuuid enable_wmcodecdspuuid
23032 wine_fn_config_makefile libs/xml2 enable_xml2
23033 wine_fn_config_makefile libs/xslt enable_xslt
23034 wine_fn_config_makefile libs/zlib enable_zlib
23035 wine_fn_config_makefile loader enable_loader
23036 wine_fn_config_makefile nls enable_nls
23037 wine_fn_config_makefile po enable_po
23038 wine_fn_config_makefile programs/arp enable_arp
23039 wine_fn_config_makefile programs/aspnet_regiis enable_aspnet_regiis
23040 wine_fn_config_makefile programs/attrib enable_attrib
23041 wine_fn_config_makefile programs/cabarc enable_cabarc
23042 wine_fn_config_makefile programs/cacls enable_cacls
23043 wine_fn_config_makefile programs/chcp.com enable_chcp_com
23044 wine_fn_config_makefile programs/clock enable_clock
23045 wine_fn_config_makefile programs/cmd enable_cmd
23046 wine_fn_config_makefile programs/cmd/tests enable_tests
23047 wine_fn_config_makefile programs/conhost enable_conhost
23048 wine_fn_config_makefile programs/conhost/tests enable_tests
23049 wine_fn_config_makefile programs/control enable_control
23050 wine_fn_config_makefile programs/cscript enable_cscript
23051 wine_fn_config_makefile programs/dism enable_dism
23052 wine_fn_config_makefile programs/dplaysvr enable_dplaysvr
23053 wine_fn_config_makefile programs/dpnsvr enable_dpnsvr
23054 wine_fn_config_makefile programs/dpvsetup enable_dpvsetup
23055 wine_fn_config_makefile programs/dxdiag enable_dxdiag
23056 wine_fn_config_makefile programs/eject enable_eject
23057 wine_fn_config_makefile programs/expand enable_expand
23058 wine_fn_config_makefile programs/explorer enable_explorer
23059 wine_fn_config_makefile programs/extrac32 enable_extrac32
23060 wine_fn_config_makefile programs/fc enable_fc
23061 wine_fn_config_makefile programs/find enable_find
23062 wine_fn_config_makefile programs/find/tests enable_tests
23063 wine_fn_config_makefile programs/findstr enable_findstr
23064 wine_fn_config_makefile programs/fsutil enable_fsutil
23065 wine_fn_config_makefile programs/fsutil/tests enable_tests
23066 wine_fn_config_makefile programs/hh enable_hh
23067 wine_fn_config_makefile programs/hostname enable_hostname
23068 wine_fn_config_makefile programs/icacls enable_icacls
23069 wine_fn_config_makefile programs/icinfo enable_icinfo
23070 wine_fn_config_makefile programs/iexplore enable_iexplore
23071 wine_fn_config_makefile programs/ipconfig enable_ipconfig
23072 wine_fn_config_makefile programs/lodctr enable_lodctr
23073 wine_fn_config_makefile programs/mofcomp enable_mofcomp
23074 wine_fn_config_makefile programs/mshta enable_mshta
23075 wine_fn_config_makefile programs/msidb enable_msidb
23076 wine_fn_config_makefile programs/msiexec enable_msiexec
23077 wine_fn_config_makefile programs/msinfo32 enable_msinfo32
23078 wine_fn_config_makefile programs/net enable_net
23079 wine_fn_config_makefile programs/netsh enable_netsh
23080 wine_fn_config_makefile programs/netstat enable_netstat
23081 wine_fn_config_makefile programs/ngen enable_ngen
23082 wine_fn_config_makefile programs/notepad enable_notepad
23083 wine_fn_config_makefile programs/oleview enable_oleview
23084 wine_fn_config_makefile programs/ping enable_ping
23085 wine_fn_config_makefile programs/plugplay enable_plugplay
23086 wine_fn_config_makefile programs/powershell enable_powershell
23087 wine_fn_config_makefile programs/presentationfontcache enable_presentationfontcache
23088 wine_fn_config_makefile programs/progman enable_progman
23089 wine_fn_config_makefile programs/reg enable_reg
23090 wine_fn_config_makefile programs/reg/tests enable_tests
23091 wine_fn_config_makefile programs/regasm enable_regasm
23092 wine_fn_config_makefile programs/regedit enable_regedit
23093 wine_fn_config_makefile programs/regedit/tests enable_tests
23094 wine_fn_config_makefile programs/regini enable_regini
23095 wine_fn_config_makefile programs/regsvcs enable_regsvcs
23096 wine_fn_config_makefile programs/regsvr32 enable_regsvr32
23097 wine_fn_config_makefile programs/robocopy enable_robocopy
23098 wine_fn_config_makefile programs/rpcss enable_rpcss
23099 wine_fn_config_makefile programs/rundll.exe16 enable_win16
23100 wine_fn_config_makefile programs/rundll32 enable_rundll32
23101 wine_fn_config_makefile programs/sc enable_sc
23102 wine_fn_config_makefile programs/schtasks enable_schtasks
23103 wine_fn_config_makefile programs/schtasks/tests enable_tests
23104 wine_fn_config_makefile programs/sdbinst enable_sdbinst
23105 wine_fn_config_makefile programs/secedit enable_secedit
23106 wine_fn_config_makefile programs/servicemodelreg enable_servicemodelreg
23107 wine_fn_config_makefile programs/services enable_services
23108 wine_fn_config_makefile programs/services/tests enable_tests
23109 wine_fn_config_makefile programs/shutdown enable_shutdown
23110 wine_fn_config_makefile programs/spoolsv enable_spoolsv
23111 wine_fn_config_makefile programs/start enable_start
23112 wine_fn_config_makefile programs/subst enable_subst
23113 wine_fn_config_makefile programs/svchost enable_svchost
23114 wine_fn_config_makefile programs/systeminfo enable_systeminfo
23115 wine_fn_config_makefile programs/taskkill enable_taskkill
23116 wine_fn_config_makefile programs/tasklist enable_tasklist
23117 wine_fn_config_makefile programs/taskmgr enable_taskmgr
23118 wine_fn_config_makefile programs/termsv enable_termsv
23119 wine_fn_config_makefile programs/uninstaller enable_uninstaller
23120 wine_fn_config_makefile programs/unlodctr enable_unlodctr
23121 wine_fn_config_makefile programs/view enable_view
23122 wine_fn_config_makefile programs/wevtutil enable_wevtutil
23123 wine_fn_config_makefile programs/where enable_where
23124 wine_fn_config_makefile programs/whoami enable_whoami
23125 wine_fn_config_makefile programs/wineboot enable_wineboot
23126 wine_fn_config_makefile programs/winebrowser enable_winebrowser
23127 wine_fn_config_makefile programs/winecfg enable_winecfg
23128 wine_fn_config_makefile programs/wineconsole enable_wineconsole
23129 wine_fn_config_makefile programs/winedbg enable_winedbg
23130 wine_fn_config_makefile programs/winedevice enable_winedevice
23131 wine_fn_config_makefile programs/winefile enable_winefile
23132 wine_fn_config_makefile programs/winemenubuilder enable_winemenubuilder
23133 wine_fn_config_makefile programs/winemine enable_winemine
23134 wine_fn_config_makefile programs/winemsibuilder enable_winemsibuilder
23135 wine_fn_config_makefile programs/winepath enable_winepath
23136 wine_fn_config_makefile programs/winetest enable_winetest
23137 wine_fn_config_makefile programs/winevdm enable_win16
23138 wine_fn_config_makefile programs/winhelp.exe16 enable_win16
23139 wine_fn_config_makefile programs/winhlp32 enable_winhlp32
23140 wine_fn_config_makefile programs/winmgmt enable_winmgmt
23141 wine_fn_config_makefile programs/winoldap.mod16 enable_win16
23142 wine_fn_config_makefile programs/winver enable_winver
23143 wine_fn_config_makefile programs/wmic enable_wmic
23144 wine_fn_config_makefile programs/wmplayer enable_wmplayer
23145 wine_fn_config_makefile programs/wordpad enable_wordpad
23146 wine_fn_config_makefile programs/write enable_write
23147 wine_fn_config_makefile programs/wscript enable_wscript
23148 wine_fn_config_makefile programs/wscript/tests enable_tests
23149 wine_fn_config_makefile programs/wuauserv enable_wuauserv
23150 wine_fn_config_makefile programs/wusa enable_wusa
23151 wine_fn_config_makefile programs/xcopy enable_xcopy
23152 wine_fn_config_makefile programs/xcopy/tests enable_tests
23153 wine_fn_config_makefile server enable_server
23154 test "x$enable_tools" = xno || wine_fn_config_makefile tools enable_tools
23155 test "x$enable_tools" = xno || wine_fn_config_makefile tools/sfnt2fon enable_sfnt2fon
23156 test "x$enable_tools" = xno || wine_fn_config_makefile tools/widl enable_widl
23157 test "x$enable_tools" = xno || wine_fn_config_makefile tools/winebuild enable_winebuild
23158 test "x$enable_tools" = xno || wine_fn_config_makefile tools/winedump enable_winedump
23159 test "x$enable_tools" = xno || wine_fn_config_makefile tools/winegcc enable_winegcc
23160 test "x$enable_tools" = xno || wine_fn_config_makefile tools/winemaker enable_winemaker
23161 test "x$enable_tools" = xno || wine_fn_config_makefile tools/wmc enable_wmc
23162 test "x$enable_tools" = xno || wine_fn_config_makefile tools/wrc enable_wrc
23165 wine_fn_append_file CONFIGURE_TARGETS "TAGS"
23166 wine_fn_append_file CONFIGURE_TARGETS "tags"
23167 wine_fn_append_file CONFIGURE_TARGETS "autom4te.cache"
23168 wine_fn_append_file CONFIGURE_TARGETS "config.log"
23169 wine_fn_append_file CONFIGURE_TARGETS "config.status"
23170 wine_fn_append_file CONFIGURE_TARGETS "include/config.h"
23171 wine_fn_append_file CONFIGURE_TARGETS "include/stamp-h"
23172 test "$wine_binary" = wine || wine_fn_append_file CONFIGURE_TARGETS "loader/wine"
23174 if test "x$enable_tools" != xno
23175 then
23176 wine_fn_append_file CONFIGURE_TARGETS "tools/makedep$ac_exeext"
23177 ac_config_commands="$ac_config_commands tools/makedep"
23181 ac_config_commands="$ac_config_commands Makefile"
23185 SHELL=/bin/sh
23188 wine_fn_append_rule "all: wine
23189 @echo \"Wine build complete.\"
23190 .INIT: Makefile
23191 .MAKEFILEDEPS:
23192 all: Makefile
23193 Makefile: config.status \$(MAKEDEP)
23194 @./config.status Makefile
23195 depend: \$(MAKEDEP)
23196 \$(MAKEDEP)$makedep_flags"
23199 wine_fn_append_rule "config.status: ${wine_srcdir}configure
23200 @./config.status --recheck
23201 include/config.h: include/stamp-h
23202 include/stamp-h: ${wine_srcdir}include/config.h.in config.status
23203 @./config.status include/config.h include/stamp-h"
23205 if test "x$enable_maintainer_mode" = xyes
23206 then
23207 wine_fn_append_rule "configure: configure.ac aclocal.m4
23208 autoconf --warnings=all
23209 include/config.h.in: include/stamp-h.in
23210 include/stamp-h.in: configure.ac aclocal.m4
23211 autoheader --warnings=all
23212 @echo timestamp > \$@"
23215 if test "x$enable_tools" != xno
23216 then
23217 wine_fn_append_rule "tools/makedep$ac_exeext: ${wine_srcdir}tools/makedep.c include/config.h config.status
23218 @./config.status tools/makedep
23219 Makefile: tools/makedep$ac_exeext"
23220 else
23221 wine_fn_append_rule "\$(MAKEDEP):
23222 @echo \"You need to run make in $toolsdir first\" && false"
23226 if test -n "$with_wine64"
23227 then
23228 case "$with_wine64" in
23229 /*) reldir="" ;;
23230 *) reldir="../" ;;
23231 esac
23232 rm -f fonts server 2>/dev/null
23233 wine_fn_append_rule "all: loader/wine64 loader/wine64-preloader $with_wine64/loader/wine $with_wine64/loader/wine-preloader
23234 loader/wine64 loader/wine64-preloader:
23235 rm -f \$@ && \$(LN_S) $reldir$with_wine64/\$@ \$@
23236 $with_wine64/loader/wine:
23237 rm -f \$@ && \$(LN_S) $ac_pwd/loader/wine \$@
23238 $with_wine64/loader/wine-preloader:
23239 rm -f \$@ && \$(LN_S) $ac_pwd/loader/wine-preloader \$@
23240 clean::
23241 rm -f loader/wine64 loader/wine64-preloader $with_wine64/loader/wine $with_wine64/loader/wine-preloader"
23242 else
23243 TOP_INSTALL_DEV="$TOP_INSTALL_DEV include"
23244 TOP_INSTALL_LIB="$TOP_INSTALL_LIB \
23245 fonts \
23246 loader/wine.inf \
23247 nls \
23248 programs/msidb/msidb \
23249 programs/msiexec/msiexec \
23250 programs/notepad/notepad \
23251 programs/regedit/regedit \
23252 programs/regsvr32/regsvr32 \
23253 programs/wineboot/wineboot \
23254 programs/winecfg/winecfg \
23255 programs/wineconsole/wineconsole \
23256 programs/winedbg/winedbg \
23257 programs/winefile/winefile \
23258 programs/winemine/winemine \
23259 programs/winepath/winepath \
23260 server/wineserver"
23262 case $host_os in
23263 cygwin*|mingw32*|darwin*|macosx*|linux-android*) ;;
23264 *) TOP_INSTALL_LIB="$TOP_INSTALL_LIB loader/wine.desktop" ;;
23265 esac
23269 wine_fn_append_rule "distclean:: clean
23270 rm -rf autom4te.cache documentation/html documentation/api-guide documentation/api-guide-xml documentation/man\$(api_manext)"
23273 wine_fn_append_rule "install-manpages:: manpages
23274 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"
23277 wine_fn_append_rule "dlls/ntdll/unix/version.c: dummy
23278 @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)
23279 programs/winetest/build.rc: dummy
23280 @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)
23281 programs/winetest/build.nfo:
23282 @-\$(CC) -v 2>\$@
23283 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
23284 cd dlls/wineandroid.drv && gradle -q -Psrcdir=$srcdir assembleDebug
23285 mv dlls/wineandroid.drv/build/outputs/apk/wine-debug.apk \$@"
23288 TAGSFLAGS="--langmap='c:+.idl.l.rh,make:(Make*.in)'"
23290 wine_fn_append_rule "TAGS etags:
23291 rm -f TAGS
23292 (test -d .git && git ls-files || find -L $srcdir -name '*.[ch]' -print) | xargs etags -a \$(TAGSFLAGS)
23293 tags ctags:
23294 rm -f tags
23295 (test -d .git && git ls-files || find -L $srcdir -name '*.[ch]' -print) | xargs ctags -a \$(TAGSFLAGS)
23296 dummy:
23297 .PHONY: depend dummy install-manpages"
23299 printf "%s\n" " done" >&6
23300 cat >confcache <<\_ACEOF
23301 # This file is a shell script that caches the results of configure
23302 # tests run on this system so they can be shared between configure
23303 # scripts and configure runs, see configure's option --config-cache.
23304 # It is not useful on other systems. If it contains results you don't
23305 # want to keep, you may remove or edit it.
23307 # config.status only pays attention to the cache file if you give it
23308 # the --recheck option to rerun configure.
23310 # `ac_cv_env_foo' variables (set or unset) will be overridden when
23311 # loading this file, other *unset* `ac_cv_foo' will be assigned the
23312 # following values.
23314 _ACEOF
23316 # The following way of writing the cache mishandles newlines in values,
23317 # but we know of no workaround that is simple, portable, and efficient.
23318 # So, we kill variables containing newlines.
23319 # Ultrix sh set writes to stderr and can't be redirected directly,
23320 # and sets the high bit in the cache file unless we assign to the vars.
23322 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
23323 eval ac_val=\$$ac_var
23324 case $ac_val in #(
23325 *${as_nl}*)
23326 case $ac_var in #(
23327 *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
23328 printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
23329 esac
23330 case $ac_var in #(
23331 _ | IFS | as_nl) ;; #(
23332 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
23333 *) { eval $ac_var=; unset $ac_var;} ;;
23334 esac ;;
23335 esac
23336 done
23338 (set) 2>&1 |
23339 case $as_nl`(ac_space=' '; set) 2>&1` in #(
23340 *${as_nl}ac_space=\ *)
23341 # `set' does not quote correctly, so add quotes: double-quote
23342 # substitution turns \\\\ into \\, and sed turns \\ into \.
23343 sed -n \
23344 "s/'/'\\\\''/g;
23345 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
23346 ;; #(
23348 # `set' quotes correctly as required by POSIX, so do not add quotes.
23349 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
23351 esac |
23352 sort
23354 sed '
23355 /^ac_cv_env_/b end
23356 t clear
23357 :clear
23358 s/^\([^=]*\)=\(.*[{}].*\)$/test ${\1+y} || &/
23359 t end
23360 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
23361 :end' >>confcache
23362 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
23363 if test -w "$cache_file"; then
23364 if test "x$cache_file" != "x/dev/null"; then
23365 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
23366 printf "%s\n" "$as_me: updating cache $cache_file" >&6;}
23367 if test ! -f "$cache_file" || test -h "$cache_file"; then
23368 cat confcache >"$cache_file"
23369 else
23370 case $cache_file in #(
23371 */* | ?:*)
23372 mv -f confcache "$cache_file"$$ &&
23373 mv -f "$cache_file"$$ "$cache_file" ;; #(
23375 mv -f confcache "$cache_file" ;;
23376 esac
23379 else
23380 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
23381 printf "%s\n" "$as_me: not updating unwritable cache $cache_file" >&6;}
23384 rm -f confcache
23386 test "x$prefix" = xNONE && prefix=$ac_default_prefix
23387 # Let make expand exec_prefix.
23388 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
23390 DEFS=-DHAVE_CONFIG_H
23392 ac_libobjs=
23393 ac_ltlibobjs=
23395 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
23396 # 1. Remove the extension, and $U if already installed.
23397 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
23398 ac_i=`printf "%s\n" "$ac_i" | sed "$ac_script"`
23399 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
23400 # will be set to the directory where LIBOBJS objects are built.
23401 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
23402 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
23403 done
23404 LIBOBJS=$ac_libobjs
23406 LTLIBOBJS=$ac_ltlibobjs
23410 : "${CONFIG_STATUS=./config.status}"
23411 ac_write_fail=0
23412 ac_clean_files_save=$ac_clean_files
23413 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
23414 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
23415 printf "%s\n" "$as_me: creating $CONFIG_STATUS" >&6;}
23416 as_write_fail=0
23417 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
23418 #! $SHELL
23419 # Generated by $as_me.
23420 # Run this file to recreate the current configuration.
23421 # Compiler output produced by configure, useful for debugging
23422 # configure, is in config.log if it exists.
23424 debug=false
23425 ac_cs_recheck=false
23426 ac_cs_silent=false
23428 SHELL=\${CONFIG_SHELL-$SHELL}
23429 export SHELL
23430 _ASEOF
23431 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
23432 ## -------------------- ##
23433 ## M4sh Initialization. ##
23434 ## -------------------- ##
23436 # Be more Bourne compatible
23437 DUALCASE=1; export DUALCASE # for MKS sh
23438 as_nop=:
23439 if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
23440 then :
23441 emulate sh
23442 NULLCMD=:
23443 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
23444 # is contrary to our usage. Disable this feature.
23445 alias -g '${1+"$@"}'='"$@"'
23446 setopt NO_GLOB_SUBST
23447 else $as_nop
23448 case `(set -o) 2>/dev/null` in #(
23449 *posix*) :
23450 set -o posix ;; #(
23451 *) :
23453 esac
23458 # Reset variables that may have inherited troublesome values from
23459 # the environment.
23461 # IFS needs to be set, to space, tab, and newline, in precisely that order.
23462 # (If _AS_PATH_WALK were called with IFS unset, it would have the
23463 # side effect of setting IFS to empty, thus disabling word splitting.)
23464 # Quoting is to prevent editors from complaining about space-tab.
23465 as_nl='
23467 export as_nl
23468 IFS=" "" $as_nl"
23470 PS1='$ '
23471 PS2='> '
23472 PS4='+ '
23474 # Ensure predictable behavior from utilities with locale-dependent output.
23475 LC_ALL=C
23476 export LC_ALL
23477 LANGUAGE=C
23478 export LANGUAGE
23480 # We cannot yet rely on "unset" to work, but we need these variables
23481 # to be unset--not just set to an empty or harmless value--now, to
23482 # avoid bugs in old shells (e.g. pre-3.0 UWIN ksh). This construct
23483 # also avoids known problems related to "unset" and subshell syntax
23484 # in other old shells (e.g. bash 2.01 and pdksh 5.2.14).
23485 for as_var in BASH_ENV ENV MAIL MAILPATH CDPATH
23486 do eval test \${$as_var+y} \
23487 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
23488 done
23490 # Ensure that fds 0, 1, and 2 are open.
23491 if (exec 3>&0) 2>/dev/null; then :; else exec 0</dev/null; fi
23492 if (exec 3>&1) 2>/dev/null; then :; else exec 1>/dev/null; fi
23493 if (exec 3>&2) ; then :; else exec 2>/dev/null; fi
23495 # The user is always right.
23496 if ${PATH_SEPARATOR+false} :; then
23497 PATH_SEPARATOR=:
23498 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
23499 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
23500 PATH_SEPARATOR=';'
23505 # Find who we are. Look in the path if we contain no directory separator.
23506 as_myself=
23507 case $0 in #((
23508 *[\\/]* ) as_myself=$0 ;;
23509 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
23510 for as_dir in $PATH
23512 IFS=$as_save_IFS
23513 case $as_dir in #(((
23514 '') as_dir=./ ;;
23515 */) ;;
23516 *) as_dir=$as_dir/ ;;
23517 esac
23518 test -r "$as_dir$0" && as_myself=$as_dir$0 && break
23519 done
23520 IFS=$as_save_IFS
23523 esac
23524 # We did not find ourselves, most probably we were run as `sh COMMAND'
23525 # in which case we are not to be found in the path.
23526 if test "x$as_myself" = x; then
23527 as_myself=$0
23529 if test ! -f "$as_myself"; then
23530 printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
23531 exit 1
23536 # as_fn_error STATUS ERROR [LINENO LOG_FD]
23537 # ----------------------------------------
23538 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
23539 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
23540 # script with STATUS, using 1 if that was 0.
23541 as_fn_error ()
23543 as_status=$1; test $as_status -eq 0 && as_status=1
23544 if test "$4"; then
23545 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
23546 printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
23548 printf "%s\n" "$as_me: error: $2" >&2
23549 as_fn_exit $as_status
23550 } # as_fn_error
23554 # as_fn_set_status STATUS
23555 # -----------------------
23556 # Set $? to STATUS, without forking.
23557 as_fn_set_status ()
23559 return $1
23560 } # as_fn_set_status
23562 # as_fn_exit STATUS
23563 # -----------------
23564 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
23565 as_fn_exit ()
23567 set +e
23568 as_fn_set_status $1
23569 exit $1
23570 } # as_fn_exit
23572 # as_fn_unset VAR
23573 # ---------------
23574 # Portably unset VAR.
23575 as_fn_unset ()
23577 { eval $1=; unset $1;}
23579 as_unset=as_fn_unset
23581 # as_fn_append VAR VALUE
23582 # ----------------------
23583 # Append the text in VALUE to the end of the definition contained in VAR. Take
23584 # advantage of any shell optimizations that allow amortized linear growth over
23585 # repeated appends, instead of the typical quadratic growth present in naive
23586 # implementations.
23587 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null
23588 then :
23589 eval 'as_fn_append ()
23591 eval $1+=\$2
23593 else $as_nop
23594 as_fn_append ()
23596 eval $1=\$$1\$2
23598 fi # as_fn_append
23600 # as_fn_arith ARG...
23601 # ------------------
23602 # Perform arithmetic evaluation on the ARGs, and store the result in the
23603 # global $as_val. Take advantage of shells that can avoid forks. The arguments
23604 # must be portable across $(()) and expr.
23605 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null
23606 then :
23607 eval 'as_fn_arith ()
23609 as_val=$(( $* ))
23611 else $as_nop
23612 as_fn_arith ()
23614 as_val=`expr "$@" || test $? -eq 1`
23616 fi # as_fn_arith
23619 if expr a : '\(a\)' >/dev/null 2>&1 &&
23620 test "X`expr 00001 : '.*\(...\)'`" = X001; then
23621 as_expr=expr
23622 else
23623 as_expr=false
23626 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
23627 as_basename=basename
23628 else
23629 as_basename=false
23632 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
23633 as_dirname=dirname
23634 else
23635 as_dirname=false
23638 as_me=`$as_basename -- "$0" ||
23639 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
23640 X"$0" : 'X\(//\)$' \| \
23641 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
23642 printf "%s\n" X/"$0" |
23643 sed '/^.*\/\([^/][^/]*\)\/*$/{
23644 s//\1/
23647 /^X\/\(\/\/\)$/{
23648 s//\1/
23651 /^X\/\(\/\).*/{
23652 s//\1/
23655 s/.*/./; q'`
23657 # Avoid depending upon Character Ranges.
23658 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
23659 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
23660 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
23661 as_cr_digits='0123456789'
23662 as_cr_alnum=$as_cr_Letters$as_cr_digits
23665 # Determine whether it's possible to make 'echo' print without a newline.
23666 # These variables are no longer used directly by Autoconf, but are AC_SUBSTed
23667 # for compatibility with existing Makefiles.
23668 ECHO_C= ECHO_N= ECHO_T=
23669 case `echo -n x` in #(((((
23670 -n*)
23671 case `echo 'xy\c'` in
23672 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
23673 xy) ECHO_C='\c';;
23674 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
23675 ECHO_T=' ';;
23676 esac;;
23678 ECHO_N='-n';;
23679 esac
23681 # For backward compatibility with old third-party macros, we provide
23682 # the shell variables $as_echo and $as_echo_n. New code should use
23683 # AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively.
23684 as_echo='printf %s\n'
23685 as_echo_n='printf %s'
23687 rm -f conf$$ conf$$.exe conf$$.file
23688 if test -d conf$$.dir; then
23689 rm -f conf$$.dir/conf$$.file
23690 else
23691 rm -f conf$$.dir
23692 mkdir conf$$.dir 2>/dev/null
23694 if (echo >conf$$.file) 2>/dev/null; then
23695 if ln -s conf$$.file conf$$ 2>/dev/null; then
23696 as_ln_s='ln -s'
23697 # ... but there are two gotchas:
23698 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
23699 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
23700 # In both cases, we have to default to `cp -pR'.
23701 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
23702 as_ln_s='cp -pR'
23703 elif ln conf$$.file conf$$ 2>/dev/null; then
23704 as_ln_s=ln
23705 else
23706 as_ln_s='cp -pR'
23708 else
23709 as_ln_s='cp -pR'
23711 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
23712 rmdir conf$$.dir 2>/dev/null
23715 # as_fn_mkdir_p
23716 # -------------
23717 # Create "$as_dir" as a directory, including parents if necessary.
23718 as_fn_mkdir_p ()
23721 case $as_dir in #(
23722 -*) as_dir=./$as_dir;;
23723 esac
23724 test -d "$as_dir" || eval $as_mkdir_p || {
23725 as_dirs=
23726 while :; do
23727 case $as_dir in #(
23728 *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
23729 *) as_qdir=$as_dir;;
23730 esac
23731 as_dirs="'$as_qdir' $as_dirs"
23732 as_dir=`$as_dirname -- "$as_dir" ||
23733 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
23734 X"$as_dir" : 'X\(//\)[^/]' \| \
23735 X"$as_dir" : 'X\(//\)$' \| \
23736 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
23737 printf "%s\n" X"$as_dir" |
23738 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
23739 s//\1/
23742 /^X\(\/\/\)[^/].*/{
23743 s//\1/
23746 /^X\(\/\/\)$/{
23747 s//\1/
23750 /^X\(\/\).*/{
23751 s//\1/
23754 s/.*/./; q'`
23755 test -d "$as_dir" && break
23756 done
23757 test -z "$as_dirs" || eval "mkdir $as_dirs"
23758 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
23761 } # as_fn_mkdir_p
23762 if mkdir -p . 2>/dev/null; then
23763 as_mkdir_p='mkdir -p "$as_dir"'
23764 else
23765 test -d ./-p && rmdir ./-p
23766 as_mkdir_p=false
23770 # as_fn_executable_p FILE
23771 # -----------------------
23772 # Test if FILE is an executable regular file.
23773 as_fn_executable_p ()
23775 test -f "$1" && test -x "$1"
23776 } # as_fn_executable_p
23777 as_test_x='test -x'
23778 as_executable_p=as_fn_executable_p
23780 # Sed expression to map a string onto a valid CPP name.
23781 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
23783 # Sed expression to map a string onto a valid variable name.
23784 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
23787 exec 6>&1
23788 ## ----------------------------------- ##
23789 ## Main body of $CONFIG_STATUS script. ##
23790 ## ----------------------------------- ##
23791 _ASEOF
23792 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
23794 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
23795 # Save the log message, to keep $0 and so on meaningful, and to
23796 # report actual input values of CONFIG_FILES etc. instead of their
23797 # values after options handling.
23798 ac_log="
23799 This file was extended by Wine $as_me 6.23, which was
23800 generated by GNU Autoconf 2.71. Invocation command line was
23802 CONFIG_FILES = $CONFIG_FILES
23803 CONFIG_HEADERS = $CONFIG_HEADERS
23804 CONFIG_LINKS = $CONFIG_LINKS
23805 CONFIG_COMMANDS = $CONFIG_COMMANDS
23806 $ $0 $@
23808 on `(hostname || uname -n) 2>/dev/null | sed 1q`
23811 _ACEOF
23814 case $ac_config_headers in *"
23815 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
23816 esac
23819 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
23820 # Files that config.status was made for.
23821 config_headers="$ac_config_headers"
23822 config_links="$ac_config_links"
23823 config_commands="$ac_config_commands"
23825 _ACEOF
23827 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
23828 ac_cs_usage="\
23829 \`$as_me' instantiates files and other configuration actions
23830 from templates according to the current configuration. Unless the files
23831 and actions are specified as TAGs, all are instantiated by default.
23833 Usage: $0 [OPTION]... [TAG]...
23835 -h, --help print this help, then exit
23836 -V, --version print version number and configuration settings, then exit
23837 --config print configuration, then exit
23838 -q, --quiet, --silent
23839 do not print progress messages
23840 -d, --debug don't remove temporary files
23841 --recheck update $as_me by reconfiguring in the same conditions
23842 --header=FILE[:TEMPLATE]
23843 instantiate the configuration header FILE
23845 Configuration headers:
23846 $config_headers
23848 Configuration links:
23849 $config_links
23851 Configuration commands:
23852 $config_commands
23854 Report bugs to <wine-devel@winehq.org>.
23855 Wine home page: <https://www.winehq.org>."
23857 _ACEOF
23858 ac_cs_config=`printf "%s\n" "$ac_configure_args" | sed "$ac_safe_unquote"`
23859 ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\''/g"`
23860 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
23861 ac_cs_config='$ac_cs_config_escaped'
23862 ac_cs_version="\\
23863 Wine config.status 6.23
23864 configured by $0, generated by GNU Autoconf 2.71,
23865 with options \\"\$ac_cs_config\\"
23867 Copyright (C) 2021 Free Software Foundation, Inc.
23868 This config.status script is free software; the Free Software Foundation
23869 gives unlimited permission to copy, distribute and modify it."
23871 ac_pwd='$ac_pwd'
23872 srcdir='$srcdir'
23873 test -n "\$AWK" || AWK=awk
23874 _ACEOF
23876 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
23877 # The default lists apply if the user does not specify any file.
23878 ac_need_defaults=:
23879 while test $# != 0
23881 case $1 in
23882 --*=?*)
23883 ac_option=`expr "X$1" : 'X\([^=]*\)='`
23884 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
23885 ac_shift=:
23887 --*=)
23888 ac_option=`expr "X$1" : 'X\([^=]*\)='`
23889 ac_optarg=
23890 ac_shift=:
23893 ac_option=$1
23894 ac_optarg=$2
23895 ac_shift=shift
23897 esac
23899 case $ac_option in
23900 # Handling of the options.
23901 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
23902 ac_cs_recheck=: ;;
23903 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
23904 printf "%s\n" "$ac_cs_version"; exit ;;
23905 --config | --confi | --conf | --con | --co | --c )
23906 printf "%s\n" "$ac_cs_config"; exit ;;
23907 --debug | --debu | --deb | --de | --d | -d )
23908 debug=: ;;
23909 --header | --heade | --head | --hea )
23910 $ac_shift
23911 case $ac_optarg in
23912 *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
23913 esac
23914 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
23915 ac_need_defaults=false;;
23916 --he | --h)
23917 # Conflict between --help and --header
23918 as_fn_error $? "ambiguous option: \`$1'
23919 Try \`$0 --help' for more information.";;
23920 --help | --hel | -h )
23921 printf "%s\n" "$ac_cs_usage"; exit ;;
23922 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
23923 | -silent | --silent | --silen | --sile | --sil | --si | --s)
23924 ac_cs_silent=: ;;
23926 # This is an error.
23927 -*) as_fn_error $? "unrecognized option: \`$1'
23928 Try \`$0 --help' for more information." ;;
23930 *) as_fn_append ac_config_targets " $1"
23931 ac_need_defaults=false ;;
23933 esac
23934 shift
23935 done
23937 ac_configure_extra_args=
23939 if $ac_cs_silent; then
23940 exec 6>/dev/null
23941 ac_configure_extra_args="$ac_configure_extra_args --silent"
23944 _ACEOF
23945 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
23946 if \$ac_cs_recheck; then
23947 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
23948 shift
23949 \printf "%s\n" "running CONFIG_SHELL=$SHELL \$*" >&6
23950 CONFIG_SHELL='$SHELL'
23951 export CONFIG_SHELL
23952 exec "\$@"
23955 _ACEOF
23956 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
23957 exec 5>>config.log
23959 echo
23960 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
23961 ## Running $as_me. ##
23962 _ASBOX
23963 printf "%s\n" "$ac_log"
23964 } >&5
23966 _ACEOF
23967 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
23969 # INIT-COMMANDS
23971 wine_fn_output_makedep ()
23973 as_dir=tools; as_fn_mkdir_p
23974 $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
23976 wine_fn_output_makefile ()
23978 cat <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && "$wine_makedep"$makedep_flags && return
23979 # This Makefile understands the following targets:
23981 # all (default): build wine
23982 # clean: remove all intermediate files
23983 # distclean: also remove all files created by configure
23984 # test: run tests
23985 # testclean: clean test results to force running all tests again
23986 # install-lib: install libraries needed to run applications
23987 # install-dev: install development environment
23988 # install: install everything
23989 # uninstall: uninstall everything
23990 # ctags: create a tags file for vim and others.
23991 # etags: create a TAGS file for Emacs.
23992 # manpages: compile manpages for Wine API
23993 # htmlpages: compile html pages for Wine API
23994 # sgmlpages: compile sgml source for the Wine API Guide
23995 # xmlpages: compile xml source for the Wine API Guide
23997 SHELL = $SHELL
23998 PATH_SEPARATOR = $PATH_SEPARATOR
23999 PACKAGE_NAME = $PACKAGE_NAME
24000 PACKAGE_TARNAME = $PACKAGE_TARNAME
24001 PACKAGE_VERSION = $PACKAGE_VERSION
24002 PACKAGE_STRING = $PACKAGE_STRING
24003 PACKAGE_BUGREPORT = $PACKAGE_BUGREPORT
24004 PACKAGE_URL = $PACKAGE_URL
24005 exec_prefix = $exec_prefix
24006 prefix = $prefix
24007 program_transform_name = $program_transform_name
24008 bindir = $bindir
24009 sbindir = $sbindir
24010 libexecdir = $libexecdir
24011 datarootdir = $datarootdir
24012 datadir = $datadir
24013 sysconfdir = $sysconfdir
24014 sharedstatedir = $sharedstatedir
24015 localstatedir = $localstatedir
24016 runstatedir = $runstatedir
24017 includedir = $includedir
24018 oldincludedir = $oldincludedir
24019 docdir = $docdir
24020 infodir = $infodir
24021 htmldir = $htmldir
24022 dvidir = $dvidir
24023 pdfdir = $pdfdir
24024 psdir = $psdir
24025 libdir = $libdir
24026 localedir = $localedir
24027 mandir = $mandir
24028 DEFS = $DEFS
24029 ECHO_C = $ECHO_C
24030 ECHO_N = $ECHO_N
24031 ECHO_T = $ECHO_T
24032 LIBS = $LIBS
24033 build_alias = $build_alias
24034 host_alias = $host_alias
24035 target_alias = $target_alias
24036 system_dllpath = $system_dllpath
24037 build = $build
24038 build_cpu = $build_cpu
24039 build_vendor = $build_vendor
24040 build_os = $build_os
24041 host = $host
24042 host_cpu = $host_cpu
24043 host_vendor = $host_vendor
24044 host_os = $host_os
24045 dlldir = $dlldir
24046 fontdir = $fontdir
24047 nlsdir = $nlsdir
24048 srcdir = $srcdir
24049 SET_MAKE = $SET_MAKE
24050 CC = $CC
24051 CFLAGS = $CFLAGS
24052 LDFLAGS = $LDFLAGS
24053 CPPFLAGS = $CPPFLAGS
24054 ac_ct_CC = $ac_ct_CC
24055 EXEEXT = $EXEEXT
24056 OBJEXT = $OBJEXT
24057 CXX = $CXX
24058 CXXFLAGS = $CXXFLAGS
24059 ac_ct_CXX = $ac_ct_CXX
24060 CPPBIN = $CPPBIN
24061 LD = $LD
24062 TARGETFLAGS = $TARGETFLAGS
24063 toolsext = $toolsext
24064 toolsdir = $toolsdir
24065 MAKEDEP = $MAKEDEP
24066 RUNTESTFLAGS = $RUNTESTFLAGS
24067 SED_CMD = $SED_CMD
24068 api_manext = $api_manext
24069 FLEX = $FLEX
24070 BISON = $BISON
24071 AR = $AR
24072 ac_ct_AR = $ac_ct_AR
24073 STRIP = $STRIP
24074 RANLIB = $RANLIB
24075 LN_S = $LN_S
24076 GREP = $GREP
24077 EGREP = $EGREP
24078 LDCONFIG = $LDCONFIG
24079 MSGFMT = $MSGFMT
24080 PKG_CONFIG = $PKG_CONFIG
24081 FONTFORGE = $FONTFORGE
24082 RSVG = $RSVG
24083 CONVERT = $CONVERT
24084 ICOTOOL = $ICOTOOL
24085 I386_LIBS = $I386_LIBS
24086 OPENGL_LIBS = $OPENGL_LIBS
24087 DLLFLAGS = $DLLFLAGS
24088 LDDLLFLAGS = $LDDLLFLAGS
24089 LDEXECFLAGS = $LDEXECFLAGS
24090 EXTRACFLAGS = $EXTRACFLAGS
24091 UNIXDLLFLAGS = $UNIXDLLFLAGS
24092 UNIXLDFLAGS = $UNIXLDFLAGS
24093 TOP_INSTALL_LIB = $TOP_INSTALL_LIB
24094 TOP_INSTALL_DEV = $TOP_INSTALL_DEV
24095 WINELOADER_LDFLAGS = $WINELOADER_LDFLAGS
24096 WINEPRELOADER_LDFLAGS = $WINEPRELOADER_LDFLAGS
24097 LDD = $LDD
24098 OTOOL = $OTOOL
24099 READELF = $READELF
24100 SUBDIRS = $SUBDIRS
24101 DISABLED_SUBDIRS = $DISABLED_SUBDIRS
24102 CONFIGURE_TARGETS = $CONFIGURE_TARGETS
24103 WINELOADER_PROGRAMS = $WINELOADER_PROGRAMS
24104 DLLTOOL = $DLLTOOL
24105 OBJC = $OBJC
24106 OBJCFLAGS = $OBJCFLAGS
24107 ac_ct_OBJC = $ac_ct_OBJC
24108 COREFOUNDATION_LIBS = $COREFOUNDATION_LIBS
24109 IOKIT_LIBS = $IOKIT_LIBS
24110 APPLICATIONSERVICES_LIBS = $APPLICATIONSERVICES_LIBS
24111 CORESERVICES_LIBS = $CORESERVICES_LIBS
24112 APPKIT_LIBS = $APPKIT_LIBS
24113 SYSTEMCONFIGURATION_LIBS = $SYSTEMCONFIGURATION_LIBS
24114 DISKARBITRATION_LIBS = $DISKARBITRATION_LIBS
24115 SECURITY_LIBS = $SECURITY_LIBS
24116 COREAUDIO_LIBS = $COREAUDIO_LIBS
24117 OPENAL_LIBS = $OPENAL_LIBS
24118 OPENCL_LIBS = $OPENCL_LIBS
24119 CARBON_LIBS = $CARBON_LIBS
24120 METAL_LIBS = $METAL_LIBS
24121 LIBWINE_SHAREDLIB = $LIBWINE_SHAREDLIB
24122 LIBWINE_LDFLAGS = $LIBWINE_LDFLAGS
24123 WINELOADER_DEPENDS = $WINELOADER_DEPENDS
24124 PRELINK = $PRELINK
24125 LIBWINE_DEPENDS = $LIBWINE_DEPENDS
24126 CROSSTARGET = $CROSSTARGET
24127 CROSSCC = $CROSSCC
24128 CROSSCFLAGS = $CROSSCFLAGS
24129 EXTRACROSSCFLAGS = $EXTRACROSSCFLAGS
24130 CROSSLDFLAGS = $CROSSLDFLAGS
24131 DELAYLOADFLAG = $DELAYLOADFLAG
24132 CROSSDEBUG = $CROSSDEBUG
24133 EXCESS_PRECISION_CFLAGS = $EXCESS_PRECISION_CFLAGS
24134 MINGW_PKG_CONFIG = $MINGW_PKG_CONFIG
24135 FAUDIO_PE_CFLAGS = $FAUDIO_PE_CFLAGS
24136 FAUDIO_PE_LIBS = $FAUDIO_PE_LIBS
24137 GSM_PE_CFLAGS = $GSM_PE_CFLAGS
24138 GSM_PE_LIBS = $GSM_PE_LIBS
24139 JPEG_PE_CFLAGS = $JPEG_PE_CFLAGS
24140 JPEG_PE_LIBS = $JPEG_PE_LIBS
24141 JXR_PE_CFLAGS = $JXR_PE_CFLAGS
24142 JXR_PE_LIBS = $JXR_PE_LIBS
24143 LCMS2_PE_CFLAGS = $LCMS2_PE_CFLAGS
24144 LCMS2_PE_LIBS = $LCMS2_PE_LIBS
24145 MPG123_PE_CFLAGS = $MPG123_PE_CFLAGS
24146 MPG123_PE_LIBS = $MPG123_PE_LIBS
24147 PNG_PE_CFLAGS = $PNG_PE_CFLAGS
24148 PNG_PE_LIBS = $PNG_PE_LIBS
24149 TIFF_PE_CFLAGS = $TIFF_PE_CFLAGS
24150 TIFF_PE_LIBS = $TIFF_PE_LIBS
24151 XML2_PE_CFLAGS = $XML2_PE_CFLAGS
24152 XML2_PE_LIBS = $XML2_PE_LIBS
24153 XSLT_PE_CFLAGS = $XSLT_PE_CFLAGS
24154 XSLT_PE_LIBS = $XSLT_PE_LIBS
24155 ZLIB_PE_CFLAGS = $ZLIB_PE_CFLAGS
24156 ZLIB_PE_LIBS = $ZLIB_PE_LIBS
24157 PTHREAD_LIBS = $PTHREAD_LIBS
24158 XMKMF = $XMKMF
24159 CPP = $CPP
24160 X_CFLAGS = $X_CFLAGS
24161 X_PRE_LIBS = $X_PRE_LIBS
24162 X_LIBS = $X_LIBS
24163 X_EXTRA_LIBS = $X_EXTRA_LIBS
24164 PCAP_LIBS = $PCAP_LIBS
24165 INOTIFY_CFLAGS = $INOTIFY_CFLAGS
24166 INOTIFY_LIBS = $INOTIFY_LIBS
24167 DBUS_CFLAGS = $DBUS_CFLAGS
24168 DBUS_LIBS = $DBUS_LIBS
24169 GNUTLS_CFLAGS = $GNUTLS_CFLAGS
24170 GNUTLS_LIBS = $GNUTLS_LIBS
24171 SANE_CFLAGS = $SANE_CFLAGS
24172 SANE_LIBS = $SANE_LIBS
24173 USB_CFLAGS = $USB_CFLAGS
24174 USB_LIBS = $USB_LIBS
24175 GPHOTO2_CFLAGS = $GPHOTO2_CFLAGS
24176 GPHOTO2_LIBS = $GPHOTO2_LIBS
24177 GPHOTO2_PORT_CFLAGS = $GPHOTO2_PORT_CFLAGS
24178 GPHOTO2_PORT_LIBS = $GPHOTO2_PORT_LIBS
24179 RESOLV_LIBS = $RESOLV_LIBS
24180 FREETYPE_CFLAGS = $FREETYPE_CFLAGS
24181 FREETYPE_LIBS = $FREETYPE_LIBS
24182 GETTEXTPO_LIBS = $GETTEXTPO_LIBS
24183 PULSE_CFLAGS = $PULSE_CFLAGS
24184 PULSE_LIBS = $PULSE_LIBS
24185 GSTREAMER_CFLAGS = $GSTREAMER_CFLAGS
24186 GSTREAMER_LIBS = $GSTREAMER_LIBS
24187 ALSA_LIBS = $ALSA_LIBS
24188 OSS4_CFLAGS = $OSS4_CFLAGS
24189 OSS4_LIBS = $OSS4_LIBS
24190 UDEV_CFLAGS = $UDEV_CFLAGS
24191 UDEV_LIBS = $UDEV_LIBS
24192 UNWIND_CFLAGS = $UNWIND_CFLAGS
24193 UNWIND_LIBS = $UNWIND_LIBS
24194 SDL2_CFLAGS = $SDL2_CFLAGS
24195 SDL2_LIBS = $SDL2_LIBS
24196 CAPI20_CFLAGS = $CAPI20_CFLAGS
24197 CAPI20_LIBS = $CAPI20_LIBS
24198 CUPS_CFLAGS = $CUPS_CFLAGS
24199 CUPS_LIBS = $CUPS_LIBS
24200 FONTCONFIG_CFLAGS = $FONTCONFIG_CFLAGS
24201 FONTCONFIG_LIBS = $FONTCONFIG_LIBS
24202 KRB5_CFLAGS = $KRB5_CFLAGS
24203 KRB5_LIBS = $KRB5_LIBS
24204 GSSAPI_CFLAGS = $GSSAPI_CFLAGS
24205 GSSAPI_LIBS = $GSSAPI_LIBS
24206 PROCSTAT_LIBS = $PROCSTAT_LIBS
24207 NETAPI_CFLAGS = $NETAPI_CFLAGS
24208 NETAPI_LIBS = $NETAPI_LIBS
24209 VKD3D_CFLAGS = $VKD3D_CFLAGS
24210 VKD3D_LIBS = $VKD3D_LIBS
24211 VKD3D_SHADER_CFLAGS = $VKD3D_SHADER_CFLAGS
24212 VKD3D_SHADER_LIBS = $VKD3D_SHADER_LIBS
24213 MSVCRTFLAGS = $MSVCRTFLAGS
24214 RT_LIBS = $RT_LIBS
24215 LDAP_CFLAGS = $LDAP_CFLAGS
24216 LDAP_LIBS = $LDAP_LIBS
24217 TAGSFLAGS = $TAGSFLAGS
24218 LIBOBJS = $LIBOBJS
24219 LTLIBOBJS = $LTLIBOBJS
24220 $SET_MAKE
24221 $wine_rules
24222 _WINE_EOF
24223 as_fn_error $? "could not create Makefile" "$LINENO" 5
24226 _ACEOF
24228 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
24230 # Handling of arguments.
24231 for ac_config_target in $ac_config_targets
24233 case $ac_config_target in
24234 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
24235 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
24236 "wine") CONFIG_LINKS="$CONFIG_LINKS wine:tools/winewrapper" ;;
24237 "wine64") CONFIG_LINKS="$CONFIG_LINKS wine64:tools/winewrapper" ;;
24238 "tools/makedep") CONFIG_COMMANDS="$CONFIG_COMMANDS tools/makedep" ;;
24239 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
24241 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
24242 esac
24243 done
24246 # If the user did not use the arguments to specify the items to instantiate,
24247 # then the envvar interface is used. Set only those that are not.
24248 # We use the long form for the default assignment because of an extremely
24249 # bizarre bug on SunOS 4.1.3.
24250 if $ac_need_defaults; then
24251 test ${CONFIG_HEADERS+y} || CONFIG_HEADERS=$config_headers
24252 test ${CONFIG_LINKS+y} || CONFIG_LINKS=$config_links
24253 test ${CONFIG_COMMANDS+y} || CONFIG_COMMANDS=$config_commands
24256 # Have a temporary directory for convenience. Make it in the build tree
24257 # simply because there is no reason against having it here, and in addition,
24258 # creating and moving files from /tmp can sometimes cause problems.
24259 # Hook for its removal unless debugging.
24260 # Note that there is a small window in which the directory will not be cleaned:
24261 # after its creation but before its name has been assigned to `$tmp'.
24262 $debug ||
24264 tmp= ac_tmp=
24265 trap 'exit_status=$?
24266 : "${ac_tmp:=$tmp}"
24267 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
24269 trap 'as_fn_exit 1' 1 2 13 15
24271 # Create a (secure) tmp directory for tmp files.
24274 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
24275 test -d "$tmp"
24276 } ||
24278 tmp=./conf$$-$RANDOM
24279 (umask 077 && mkdir "$tmp")
24280 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
24281 ac_tmp=$tmp
24283 # Set up the scripts for CONFIG_HEADERS section.
24284 # No need to generate them if there are no CONFIG_HEADERS.
24285 # This happens for instance with `./config.status Makefile'.
24286 if test -n "$CONFIG_HEADERS"; then
24287 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
24288 BEGIN {
24289 _ACEOF
24291 # Transform confdefs.h into an awk script `defines.awk', embedded as
24292 # here-document in config.status, that substitutes the proper values into
24293 # config.h.in to produce config.h.
24295 # Create a delimiter string that does not exist in confdefs.h, to ease
24296 # handling of long lines.
24297 ac_delim='%!_!# '
24298 for ac_last_try in false false :; do
24299 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
24300 if test -z "$ac_tt"; then
24301 break
24302 elif $ac_last_try; then
24303 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
24304 else
24305 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
24307 done
24309 # For the awk script, D is an array of macro values keyed by name,
24310 # likewise P contains macro parameters if any. Preserve backslash
24311 # newline sequences.
24313 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
24314 sed -n '
24315 s/.\{148\}/&'"$ac_delim"'/g
24316 t rset
24317 :rset
24318 s/^[ ]*#[ ]*define[ ][ ]*/ /
24319 t def
24321 :def
24322 s/\\$//
24323 t bsnl
24324 s/["\\]/\\&/g
24325 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
24326 D["\1"]=" \3"/p
24327 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
24329 :bsnl
24330 s/["\\]/\\&/g
24331 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
24332 D["\1"]=" \3\\\\\\n"\\/p
24333 t cont
24334 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
24335 t cont
24337 :cont
24339 s/.\{148\}/&'"$ac_delim"'/g
24340 t clear
24341 :clear
24342 s/\\$//
24343 t bsnlc
24344 s/["\\]/\\&/g; s/^/"/; s/$/"/p
24346 :bsnlc
24347 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
24348 b cont
24349 ' <confdefs.h | sed '
24350 s/'"$ac_delim"'/"\\\
24351 "/g' >>$CONFIG_STATUS || ac_write_fail=1
24353 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
24354 for (key in D) D_is_set[key] = 1
24355 FS = "\a"
24357 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
24358 line = \$ 0
24359 split(line, arg, " ")
24360 if (arg[1] == "#") {
24361 defundef = arg[2]
24362 mac1 = arg[3]
24363 } else {
24364 defundef = substr(arg[1], 2)
24365 mac1 = arg[2]
24367 split(mac1, mac2, "(") #)
24368 macro = mac2[1]
24369 prefix = substr(line, 1, index(line, defundef) - 1)
24370 if (D_is_set[macro]) {
24371 # Preserve the white space surrounding the "#".
24372 print prefix "define", macro P[macro] D[macro]
24373 next
24374 } else {
24375 # Replace #undef with comments. This is necessary, for example,
24376 # in the case of _POSIX_SOURCE, which is predefined and required
24377 # on some systems where configure will not decide to define it.
24378 if (defundef == "undef") {
24379 print "/*", prefix defundef, macro, "*/"
24380 next
24384 { print }
24385 _ACAWK
24386 _ACEOF
24387 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
24388 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
24389 fi # test -n "$CONFIG_HEADERS"
24392 eval set X " :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
24393 shift
24394 for ac_tag
24396 case $ac_tag in
24397 :[FHLC]) ac_mode=$ac_tag; continue;;
24398 esac
24399 case $ac_mode$ac_tag in
24400 :[FHL]*:*);;
24401 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
24402 :[FH]-) ac_tag=-:-;;
24403 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
24404 esac
24405 ac_save_IFS=$IFS
24406 IFS=:
24407 set x $ac_tag
24408 IFS=$ac_save_IFS
24409 shift
24410 ac_file=$1
24411 shift
24413 case $ac_mode in
24414 :L) ac_source=$1;;
24415 :[FH])
24416 ac_file_inputs=
24417 for ac_f
24419 case $ac_f in
24420 -) ac_f="$ac_tmp/stdin";;
24421 *) # Look for the file first in the build tree, then in the source tree
24422 # (if the path is not absolute). The absolute path cannot be DOS-style,
24423 # because $ac_f cannot contain `:'.
24424 test -f "$ac_f" ||
24425 case $ac_f in
24426 [\\/$]*) false;;
24427 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
24428 esac ||
24429 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
24430 esac
24431 case $ac_f in *\'*) ac_f=`printf "%s\n" "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
24432 as_fn_append ac_file_inputs " '$ac_f'"
24433 done
24435 # Let's still pretend it is `configure' which instantiates (i.e., don't
24436 # use $as_me), people would be surprised to read:
24437 # /* config.h. Generated by config.status. */
24438 configure_input='Generated from '`
24439 printf "%s\n" "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
24440 `' by configure.'
24441 if test x"$ac_file" != x-; then
24442 configure_input="$ac_file. $configure_input"
24443 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
24444 printf "%s\n" "$as_me: creating $ac_file" >&6;}
24446 # Neutralize special characters interpreted by sed in replacement strings.
24447 case $configure_input in #(
24448 *\&* | *\|* | *\\* )
24449 ac_sed_conf_input=`printf "%s\n" "$configure_input" |
24450 sed 's/[\\\\&|]/\\\\&/g'`;; #(
24451 *) ac_sed_conf_input=$configure_input;;
24452 esac
24454 case $ac_tag in
24455 *:-:* | *:-) cat >"$ac_tmp/stdin" \
24456 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
24457 esac
24459 esac
24461 ac_dir=`$as_dirname -- "$ac_file" ||
24462 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
24463 X"$ac_file" : 'X\(//\)[^/]' \| \
24464 X"$ac_file" : 'X\(//\)$' \| \
24465 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
24466 printf "%s\n" X"$ac_file" |
24467 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
24468 s//\1/
24471 /^X\(\/\/\)[^/].*/{
24472 s//\1/
24475 /^X\(\/\/\)$/{
24476 s//\1/
24479 /^X\(\/\).*/{
24480 s//\1/
24483 s/.*/./; q'`
24484 as_dir="$ac_dir"; as_fn_mkdir_p
24485 ac_builddir=.
24487 case "$ac_dir" in
24488 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
24490 ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'`
24491 # A ".." for each directory in $ac_dir_suffix.
24492 ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
24493 case $ac_top_builddir_sub in
24494 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
24495 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
24496 esac ;;
24497 esac
24498 ac_abs_top_builddir=$ac_pwd
24499 ac_abs_builddir=$ac_pwd$ac_dir_suffix
24500 # for backward compatibility:
24501 ac_top_builddir=$ac_top_build_prefix
24503 case $srcdir in
24504 .) # We are building in place.
24505 ac_srcdir=.
24506 ac_top_srcdir=$ac_top_builddir_sub
24507 ac_abs_top_srcdir=$ac_pwd ;;
24508 [\\/]* | ?:[\\/]* ) # Absolute name.
24509 ac_srcdir=$srcdir$ac_dir_suffix;
24510 ac_top_srcdir=$srcdir
24511 ac_abs_top_srcdir=$srcdir ;;
24512 *) # Relative name.
24513 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
24514 ac_top_srcdir=$ac_top_build_prefix$srcdir
24515 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
24516 esac
24517 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
24520 case $ac_mode in
24524 # CONFIG_HEADER
24526 if test x"$ac_file" != x-; then
24528 printf "%s\n" "/* $configure_input */" >&1 \
24529 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
24530 } >"$ac_tmp/config.h" \
24531 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
24532 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
24533 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
24534 printf "%s\n" "$as_me: $ac_file is unchanged" >&6;}
24535 else
24536 rm -f "$ac_file"
24537 mv "$ac_tmp/config.h" "$ac_file" \
24538 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
24540 else
24541 printf "%s\n" "/* $configure_input */" >&1 \
24542 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
24543 || as_fn_error $? "could not create -" "$LINENO" 5
24548 # CONFIG_LINK
24551 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
24553 else
24554 # Prefer the file from the source tree if names are identical.
24555 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
24556 ac_source=$srcdir/$ac_source
24559 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
24560 printf "%s\n" "$as_me: linking $ac_source to $ac_file" >&6;}
24562 if test ! -r "$ac_source"; then
24563 as_fn_error $? "$ac_source: file not found" "$LINENO" 5
24565 rm -f "$ac_file"
24567 # Try a relative symlink, then a hard link, then a copy.
24568 case $ac_source in
24569 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
24570 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
24571 esac
24572 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
24573 ln "$ac_source" "$ac_file" 2>/dev/null ||
24574 cp -p "$ac_source" "$ac_file" ||
24575 as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
24578 :C) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
24579 printf "%s\n" "$as_me: executing $ac_file commands" >&6;}
24581 esac
24584 case $ac_file$ac_mode in
24585 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
24586 "tools/makedep":C) wine_fn_output_makedep || as_fn_exit $? ;;
24587 "Makefile":C) wine_fn_output_makefile Makefile ;;
24589 esac
24590 done # for ac_tag
24593 as_fn_exit 0
24594 _ACEOF
24595 ac_clean_files=$ac_clean_files_save
24597 test $ac_write_fail = 0 ||
24598 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
24601 # configure is writing to config.log, and then calls config.status.
24602 # config.status does its own redirection, appending to config.log.
24603 # Unfortunately, on DOS this fails, as config.log is still kept open
24604 # by configure, so config.status won't be able to write to it; its
24605 # output is simply discarded. So we exec the FD to /dev/null,
24606 # effectively closing config.log, so it can be properly (re)opened and
24607 # appended to by config.status. When coming back to configure, we
24608 # need to make the FD available again.
24609 if test "$no_create" != yes; then
24610 ac_cs_success=:
24611 ac_config_status_args=
24612 test "$silent" = yes &&
24613 ac_config_status_args="$ac_config_status_args --quiet"
24614 exec 5>/dev/null
24615 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
24616 exec 5>>config.log
24617 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
24618 # would make configure fail if this is the last instruction.
24619 $ac_cs_success || as_fn_exit 1
24621 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
24622 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
24623 printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
24627 if test "$no_create" = "yes"
24628 then
24629 exit 0
24632 ac_save_IFS="$IFS"
24633 if test "x$wine_notices" != x; then
24634 echo >&6
24635 IFS="|"
24636 for msg in $wine_notices; do
24637 IFS="$ac_save_IFS"
24638 if ${msg:+false} :
24639 then :
24641 else $as_nop
24642 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: $msg" >&5
24643 printf "%s\n" "$as_me: $msg" >&6;}
24645 done
24647 IFS="|"
24648 for msg in $wine_warnings; do
24649 IFS="$ac_save_IFS"
24650 if ${msg:+false} :
24651 then :
24653 else $as_nop
24654 echo >&2
24655 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
24656 printf "%s\n" "$as_me: WARNING: $msg" >&2;}
24658 done
24659 IFS="$ac_save_IFS"
24661 printf "%s\n" "
24662 $as_me: Finished. Do '${ac_make}' to compile Wine.
24663 " >&6