2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for Wine 6.1.
5 # Report bugs to <wine-devel@winehq.org>.
8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
11 # This configure script is free software; the Free Software Foundation
12 # gives unlimited permission to copy, distribute and modify it.
13 ## -------------------- ##
14 ## M4sh Initialization. ##
15 ## -------------------- ##
17 # Be more Bourne compatible
18 DUALCASE
=1; export DUALCASE
# for MKS sh
19 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
23 # is contrary to our usage. Disable this feature.
24 alias -g '${1+"$@"}'='"$@"'
27 case `(set -o) 2>/dev/null` in #(
39 # Printing a long string crashes Solaris 7 /usr/bin/printf.
40 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
43 # Prefer a ksh shell builtin over an external printf program on Solaris,
44 # but without wasting forks for bash or zsh.
45 if test -z "$BASH_VERSION$ZSH_VERSION" \
46 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo_n='print
-rn --'
49 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
55 as_echo_n='/usr
/ucb
/echo -n'
57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
62 expr "X$arg" : "X\\(.*\\)$as_nl";
63 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
65 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
68 as_echo_n='sh
-c $as_echo_n_body as_echo
'
71 as_echo='sh
-c $as_echo_body as_echo
'
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
77 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
85 # We need space, tab and new line, in precisely that order. Quoting is
86 # there to prevent editors from complaining about space-tab.
87 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
88 # splitting by setting IFS to empty value.)
91 # Find who we are. Look in the path if we contain no directory separator.
94 *[\\/]* ) as_myself=$0 ;;
95 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
99 test -z "$as_dir" && as_dir=.
100 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
106 # We did not find ourselves, most probably we were run as `sh COMMAND'
107 # in which case we are not to be found in the path.
108 if test "x$as_myself" = x
; then
111 if test ! -f "$as_myself"; then
112 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
116 # Unset variables that we do not need and which cause bugs (e.g. in
117 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
118 # suppresses any "Segmentation fault" message there. '((' could
119 # trigger a bug in pdksh 5.2.14.
120 for as_var
in BASH_ENV ENV MAIL MAILPATH
121 do eval test x\
${$as_var+set} = xset \
122 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
135 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
137 # Use a proper internal environment variable to ensure we don't fall
138 # into an infinite loop, continuously re-executing ourselves.
139 if test x
"${_as_can_reexec}" != xno
&& test "x$CONFIG_SHELL" != x
; then
140 _as_can_reexec
=no
; export _as_can_reexec
;
141 # We cannot yet assume a decent shell, so we have to provide a
142 # neutralization value for shells without unset; and this also
143 # works around shells that cannot unset nonexistent variables.
144 # Preserve -v and -x to the replacement shell.
147 (unset BASH_ENV
) >/dev
/null
2>&1 && unset BASH_ENV ENV
149 *v
*x
* |
*x
*v
* ) as_opts
=-vx ;;
154 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
155 # Admittedly, this is quite paranoid, since all the known shells bail
156 # out after a failed `exec'.
157 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
160 # We don't want this to propagate to other subprocesses.
161 { _as_can_reexec
=; unset _as_can_reexec
;}
162 if test "x$CONFIG_SHELL" = x
; then
163 as_bourne_compatible
="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
166 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
167 # is contrary to our usage. Disable this feature.
168 alias -g '\${1+\"\$@\"}'='\"\$@\"'
171 case \`(set -o) 2>/dev/null\` in #(
179 as_required
="as_fn_return () { (exit \$1); }
180 as_fn_success () { as_fn_return 0; }
181 as_fn_failure () { as_fn_return 1; }
182 as_fn_ret_success () { return 0; }
183 as_fn_ret_failure () { return 1; }
186 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
187 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
188 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
189 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
190 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
193 exitcode=1; echo positional parameters were not saved.
195 test x\$exitcode = x0 || exit 1
197 as_suggested
=" as_lineno_1=";as_suggested
=$as_suggested$LINENO;as_suggested
=$as_suggested" as_lineno_1a=\$LINENO
198 as_lineno_2=";as_suggested
=$as_suggested$LINENO;as_suggested
=$as_suggested" as_lineno_2a=\$LINENO
199 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
200 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
201 test \$(( 1 + 1 )) = 2 || exit 1"
202 if (eval "$as_required") 2>/dev
/null
; then :
207 if test x
$as_have_required = xyes
&& (eval "$as_suggested") 2>/dev
/null
; then :
210 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
212 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
215 test -z "$as_dir" && as_dir
=.
219 for as_base
in sh bash ksh sh5
; do
220 # Try only shells that exist, to save several forks.
221 as_shell
=$as_dir/$as_base
222 if { test -f "$as_shell" ||
test -f "$as_shell.exe"; } &&
223 { $as_echo "$as_bourne_compatible""$as_required" | as_run
=a
"$as_shell"; } 2>/dev
/null
; then :
224 CONFIG_SHELL
=$as_shell as_have_required
=yes
225 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run
=a
"$as_shell"; } 2>/dev
/null
; then :
233 $as_found ||
{ if { test -f "$SHELL" ||
test -f "$SHELL.exe"; } &&
234 { $as_echo "$as_bourne_compatible""$as_required" | as_run
=a
"$SHELL"; } 2>/dev
/null
; then :
235 CONFIG_SHELL
=$SHELL as_have_required
=yes
240 if test "x$CONFIG_SHELL" != x
; then :
242 # We cannot yet assume a decent shell, so we have to provide a
243 # neutralization value for shells without unset; and this also
244 # works around shells that cannot unset nonexistent variables.
245 # Preserve -v and -x to the replacement shell.
248 (unset BASH_ENV
) >/dev
/null
2>&1 && unset BASH_ENV ENV
250 *v
*x
* |
*x
*v
* ) as_opts
=-vx ;;
255 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
256 # Admittedly, this is quite paranoid, since all the known shells bail
257 # out after a failed `exec'.
258 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
262 if test x
$as_have_required = xno
; then :
263 $as_echo "$0: This script requires a shell more modern than all"
264 $as_echo "$0: the shells that I found on your system."
265 if test x
${ZSH_VERSION+set} = xset
; then
266 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
267 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
269 $as_echo "$0: Please tell bug-autoconf@gnu.org and
270 $0: wine-devel@winehq.org about your system, including any
271 $0: error possibly output before this message. Then install
272 $0: a modern shell, or manually run the script under such a
273 $0: shell if you do have one."
279 SHELL
=${CONFIG_SHELL-/bin/sh}
281 # Unset more variables known to interfere with behavior of common tools.
282 CLICOLOR_FORCE
= GREP_OPTIONS
=
283 unset CLICOLOR_FORCE GREP_OPTIONS
285 ## --------------------- ##
286 ## M4sh Shell Functions. ##
287 ## --------------------- ##
290 # Portably unset VAR.
293 { eval $1=; unset $1;}
297 # as_fn_set_status STATUS
298 # -----------------------
299 # Set $? to STATUS, without forking.
307 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
317 # Create "$as_dir" as a directory, including parents if necessary.
322 -*) as_dir
=.
/$as_dir;;
324 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
328 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
331 as_dirs
="'$as_qdir' $as_dirs"
332 as_dir
=`$as_dirname -- "$as_dir" ||
333 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
334 X"$as_dir" : 'X\(//\)[^/]' \| \
335 X"$as_dir" : 'X\(//\)$' \| \
336 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
337 $as_echo X"$as_dir" |
338 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
355 test -d "$as_dir" && break
357 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
358 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
363 # as_fn_executable_p FILE
364 # -----------------------
365 # Test if FILE is an executable regular file.
366 as_fn_executable_p
()
368 test -f "$1" && test -x "$1"
369 } # as_fn_executable_p
370 # as_fn_append VAR VALUE
371 # ----------------------
372 # Append the text in VALUE to the end of the definition contained in VAR. Take
373 # advantage of any shell optimizations that allow amortized linear growth over
374 # repeated appends, instead of the typical quadratic growth present in naive
376 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
377 eval 'as_fn_append ()
390 # Perform arithmetic evaluation on the ARGs, and store the result in the
391 # global $as_val. Take advantage of shells that can avoid forks. The arguments
392 # must be portable across $(()) and expr.
393 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
401 as_val
=`expr "$@" || test $? -eq 1`
406 # as_fn_error STATUS ERROR [LINENO LOG_FD]
407 # ----------------------------------------
408 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
409 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
410 # script with STATUS, using 1 if that was 0.
413 as_status
=$1; test $as_status -eq 0 && as_status
=1
415 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
416 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
418 $as_echo "$as_me: error: $2" >&2
419 as_fn_exit
$as_status
422 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
423 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
429 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
435 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
441 as_me
=`$as_basename -- "$0" ||
442 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
443 X"$0" : 'X\(//\)$' \| \
444 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
446 sed '/^.*\/\([^/][^/]*\)\/*$/{
460 # Avoid depending upon Character Ranges.
461 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
462 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
463 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
464 as_cr_digits
='0123456789'
465 as_cr_alnum
=$as_cr_Letters$as_cr_digits
468 as_lineno_1
=$LINENO as_lineno_1a
=$LINENO
469 as_lineno_2
=$LINENO as_lineno_2a
=$LINENO
470 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
471 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' ||
{
472 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
484 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
488 chmod +x
"$as_me.lineno" ||
489 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit
1; }
491 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
492 # already done that, so ensure we don't try to do so again and fall
493 # in an infinite loop. This has already happened in practice.
494 _as_can_reexec
=no
; export _as_can_reexec
495 # Don't try to exec as it changes $[0], causing all sort of problems
496 # (the dirname of $[0] is not the place where we might find the
497 # original and so on. Autoconf is especially sensitive to this).
499 # Exit status is that of the last command.
503 ECHO_C
= ECHO_N
= ECHO_T
=
504 case `echo -n x` in #(((((
506 case `echo 'xy\c'` in
507 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
509 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
516 rm -f conf$$ conf$$.exe conf$$.
file
517 if test -d conf$$.dir
; then
518 rm -f conf$$.dir
/conf$$.
file
521 mkdir conf$$.dir
2>/dev
/null
523 if (echo >conf$$.
file) 2>/dev
/null
; then
524 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
526 # ... but there are two gotchas:
527 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
528 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
529 # In both cases, we have to default to `cp -pR'.
530 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
532 elif ln conf$$.
file conf$$
2>/dev
/null
; then
540 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
541 rmdir conf$$.dir
2>/dev
/null
543 if mkdir
-p .
2>/dev
/null
; then
544 as_mkdir_p
='mkdir -p "$as_dir"'
546 test -d .
/-p && rmdir .
/-p
551 as_executable_p
=as_fn_executable_p
553 # Sed expression to map a string onto a valid CPP name.
554 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
556 # Sed expression to map a string onto a valid variable name.
557 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
560 test -n "$DJDIR" ||
exec 7<&0 </dev
/null
564 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
565 # so uname gets run too.
566 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
571 ac_default_prefix
=/usr
/local
573 ac_config_libobj_dir
=.
580 # Identity of this package.
582 PACKAGE_TARNAME
='wine'
583 PACKAGE_VERSION
='6.1'
584 PACKAGE_STRING
='Wine 6.1'
585 PACKAGE_BUGREPORT
='wine-devel@winehq.org'
586 PACKAGE_URL
='https://www.winehq.org'
588 ac_unique_file
="server/atom.c"
589 # Factoring default headers for most tests.
590 ac_includes_default
="\
592 #ifdef HAVE_SYS_TYPES_H
593 # include <sys/types.h>
595 #ifdef HAVE_SYS_STAT_H
596 # include <sys/stat.h>
602 # ifdef HAVE_STDLIB_H
607 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
612 #ifdef HAVE_STRINGS_H
613 # include <strings.h>
615 #ifdef HAVE_INTTYPES_H
616 # include <inttypes.h>
625 ac_subst_vars
='LTLIBOBJS
711 EXCESS_PRECISION_CFLAGS
732 SYSTEMCONFIGURATION_LIBS
735 APPLICATIONSERVICES_LIBS
751 WINEPRELOADER_LDFLAGS
828 program_transform_name
841 enable_option_checking
845 enable_maintainer_mode
922 enable_api_ms_win_appmodel_identity_l1_1_0
923 enable_api_ms_win_appmodel_runtime_l1_1_1
924 enable_api_ms_win_appmodel_runtime_l1_1_2
925 enable_api_ms_win_core_apiquery_l1_1_0
926 enable_api_ms_win_core_appcompat_l1_1_1
927 enable_api_ms_win_core_appinit_l1_1_0
928 enable_api_ms_win_core_atoms_l1_1_0
929 enable_api_ms_win_core_bem_l1_1_0
930 enable_api_ms_win_core_com_l1_1_0
931 enable_api_ms_win_core_com_l1_1_1
932 enable_api_ms_win_core_com_private_l1_1_0
933 enable_api_ms_win_core_comm_l1_1_0
934 enable_api_ms_win_core_console_l1_1_0
935 enable_api_ms_win_core_console_l2_1_0
936 enable_api_ms_win_core_crt_l1_1_0
937 enable_api_ms_win_core_crt_l2_1_0
938 enable_api_ms_win_core_datetime_l1_1_0
939 enable_api_ms_win_core_datetime_l1_1_1
940 enable_api_ms_win_core_debug_l1_1_0
941 enable_api_ms_win_core_debug_l1_1_1
942 enable_api_ms_win_core_delayload_l1_1_0
943 enable_api_ms_win_core_delayload_l1_1_1
944 enable_api_ms_win_core_errorhandling_l1_1_0
945 enable_api_ms_win_core_errorhandling_l1_1_1
946 enable_api_ms_win_core_errorhandling_l1_1_2
947 enable_api_ms_win_core_errorhandling_l1_1_3
948 enable_api_ms_win_core_fibers_l1_1_0
949 enable_api_ms_win_core_fibers_l1_1_1
950 enable_api_ms_win_core_file_ansi_l2_1_0
951 enable_api_ms_win_core_file_fromapp_l1_1_0
952 enable_api_ms_win_core_file_l1_1_0
953 enable_api_ms_win_core_file_l1_2_0
954 enable_api_ms_win_core_file_l1_2_1
955 enable_api_ms_win_core_file_l1_2_2
956 enable_api_ms_win_core_file_l2_1_0
957 enable_api_ms_win_core_file_l2_1_1
958 enable_api_ms_win_core_file_l2_1_2
959 enable_api_ms_win_core_handle_l1_1_0
960 enable_api_ms_win_core_heap_l1_1_0
961 enable_api_ms_win_core_heap_l1_2_0
962 enable_api_ms_win_core_heap_l2_1_0
963 enable_api_ms_win_core_heap_obsolete_l1_1_0
964 enable_api_ms_win_core_interlocked_l1_1_0
965 enable_api_ms_win_core_interlocked_l1_2_0
966 enable_api_ms_win_core_io_l1_1_0
967 enable_api_ms_win_core_io_l1_1_1
968 enable_api_ms_win_core_job_l1_1_0
969 enable_api_ms_win_core_job_l2_1_0
970 enable_api_ms_win_core_kernel32_legacy_l1_1_0
971 enable_api_ms_win_core_kernel32_legacy_l1_1_1
972 enable_api_ms_win_core_kernel32_private_l1_1_1
973 enable_api_ms_win_core_largeinteger_l1_1_0
974 enable_api_ms_win_core_libraryloader_l1_1_0
975 enable_api_ms_win_core_libraryloader_l1_1_1
976 enable_api_ms_win_core_libraryloader_l1_2_0
977 enable_api_ms_win_core_libraryloader_l1_2_1
978 enable_api_ms_win_core_libraryloader_l1_2_2
979 enable_api_ms_win_core_libraryloader_l2_1_0
980 enable_api_ms_win_core_localization_l1_1_0
981 enable_api_ms_win_core_localization_l1_2_0
982 enable_api_ms_win_core_localization_l1_2_1
983 enable_api_ms_win_core_localization_l1_2_2
984 enable_api_ms_win_core_localization_l2_1_0
985 enable_api_ms_win_core_localization_obsolete_l1_1_0
986 enable_api_ms_win_core_localization_obsolete_l1_2_0
987 enable_api_ms_win_core_localization_obsolete_l1_3_0
988 enable_api_ms_win_core_localization_private_l1_1_0
989 enable_api_ms_win_core_localregistry_l1_1_0
990 enable_api_ms_win_core_memory_l1_1_0
991 enable_api_ms_win_core_memory_l1_1_1
992 enable_api_ms_win_core_memory_l1_1_2
993 enable_api_ms_win_core_memory_l1_1_3
994 enable_api_ms_win_core_memory_l1_1_4
995 enable_api_ms_win_core_misc_l1_1_0
996 enable_api_ms_win_core_namedpipe_ansi_l1_1_0
997 enable_api_ms_win_core_namedpipe_l1_1_0
998 enable_api_ms_win_core_namedpipe_l1_2_0
999 enable_api_ms_win_core_namespace_l1_1_0
1000 enable_api_ms_win_core_normalization_l1_1_0
1001 enable_api_ms_win_core_path_l1_1_0
1002 enable_api_ms_win_core_privateprofile_l1_1_1
1003 enable_api_ms_win_core_processenvironment_l1_1_0
1004 enable_api_ms_win_core_processenvironment_l1_2_0
1005 enable_api_ms_win_core_processthreads_l1_1_0
1006 enable_api_ms_win_core_processthreads_l1_1_1
1007 enable_api_ms_win_core_processthreads_l1_1_2
1008 enable_api_ms_win_core_processthreads_l1_1_3
1009 enable_api_ms_win_core_processtopology_obsolete_l1_1_0
1010 enable_api_ms_win_core_profile_l1_1_0
1011 enable_api_ms_win_core_psapi_ansi_l1_1_0
1012 enable_api_ms_win_core_psapi_l1_1_0
1013 enable_api_ms_win_core_psapi_obsolete_l1_1_0
1014 enable_api_ms_win_core_quirks_l1_1_0
1015 enable_api_ms_win_core_realtime_l1_1_0
1016 enable_api_ms_win_core_registry_l1_1_0
1017 enable_api_ms_win_core_registry_l2_1_0
1018 enable_api_ms_win_core_registry_l2_2_0
1019 enable_api_ms_win_core_registryuserspecific_l1_1_0
1020 enable_api_ms_win_core_rtlsupport_l1_1_0
1021 enable_api_ms_win_core_rtlsupport_l1_2_0
1022 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
1023 enable_api_ms_win_core_shlwapi_obsolete_l1_1_0
1024 enable_api_ms_win_core_shlwapi_obsolete_l1_2_0
1025 enable_api_ms_win_core_shutdown_l1_1_0
1026 enable_api_ms_win_core_sidebyside_l1_1_0
1027 enable_api_ms_win_core_string_l1_1_0
1028 enable_api_ms_win_core_string_l2_1_0
1029 enable_api_ms_win_core_string_obsolete_l1_1_0
1030 enable_api_ms_win_core_stringansi_l1_1_0
1031 enable_api_ms_win_core_stringloader_l1_1_1
1032 enable_api_ms_win_core_synch_ansi_l1_1_0
1033 enable_api_ms_win_core_synch_l1_1_0
1034 enable_api_ms_win_core_synch_l1_2_0
1035 enable_api_ms_win_core_synch_l1_2_1
1036 enable_api_ms_win_core_sysinfo_l1_1_0
1037 enable_api_ms_win_core_sysinfo_l1_2_0
1038 enable_api_ms_win_core_sysinfo_l1_2_1
1039 enable_api_ms_win_core_systemtopology_l1_1_0
1040 enable_api_ms_win_core_threadpool_l1_1_0
1041 enable_api_ms_win_core_threadpool_l1_2_0
1042 enable_api_ms_win_core_threadpool_legacy_l1_1_0
1043 enable_api_ms_win_core_threadpool_private_l1_1_0
1044 enable_api_ms_win_core_timezone_l1_1_0
1045 enable_api_ms_win_core_toolhelp_l1_1_0
1046 enable_api_ms_win_core_url_l1_1_0
1047 enable_api_ms_win_core_util_l1_1_0
1048 enable_api_ms_win_core_version_l1_1_0
1049 enable_api_ms_win_core_version_l1_1_1
1050 enable_api_ms_win_core_version_private_l1_1_0
1051 enable_api_ms_win_core_versionansi_l1_1_0
1052 enable_api_ms_win_core_windowserrorreporting_l1_1_0
1053 enable_api_ms_win_core_winrt_error_l1_1_0
1054 enable_api_ms_win_core_winrt_error_l1_1_1
1055 enable_api_ms_win_core_winrt_errorprivate_l1_1_1
1056 enable_api_ms_win_core_winrt_l1_1_0
1057 enable_api_ms_win_core_winrt_registration_l1_1_0
1058 enable_api_ms_win_core_winrt_roparameterizediid_l1_1_0
1059 enable_api_ms_win_core_winrt_string_l1_1_0
1060 enable_api_ms_win_core_winrt_string_l1_1_1
1061 enable_api_ms_win_core_wow64_l1_1_0
1062 enable_api_ms_win_core_wow64_l1_1_1
1063 enable_api_ms_win_core_xstate_l1_1_0
1064 enable_api_ms_win_core_xstate_l2_1_0
1065 enable_api_ms_win_crt_conio_l1_1_0
1066 enable_api_ms_win_crt_convert_l1_1_0
1067 enable_api_ms_win_crt_environment_l1_1_0
1068 enable_api_ms_win_crt_filesystem_l1_1_0
1069 enable_api_ms_win_crt_heap_l1_1_0
1070 enable_api_ms_win_crt_locale_l1_1_0
1071 enable_api_ms_win_crt_math_l1_1_0
1072 enable_api_ms_win_crt_multibyte_l1_1_0
1073 enable_api_ms_win_crt_private_l1_1_0
1074 enable_api_ms_win_crt_process_l1_1_0
1075 enable_api_ms_win_crt_runtime_l1_1_0
1076 enable_api_ms_win_crt_stdio_l1_1_0
1077 enable_api_ms_win_crt_string_l1_1_0
1078 enable_api_ms_win_crt_time_l1_1_0
1079 enable_api_ms_win_crt_utility_l1_1_0
1080 enable_api_ms_win_devices_config_l1_1_0
1081 enable_api_ms_win_devices_config_l1_1_1
1082 enable_api_ms_win_devices_query_l1_1_1
1083 enable_api_ms_win_downlevel_advapi32_l1_1_0
1084 enable_api_ms_win_downlevel_advapi32_l2_1_0
1085 enable_api_ms_win_downlevel_kernel32_l2_1_0
1086 enable_api_ms_win_downlevel_normaliz_l1_1_0
1087 enable_api_ms_win_downlevel_ole32_l1_1_0
1088 enable_api_ms_win_downlevel_shell32_l1_1_0
1089 enable_api_ms_win_downlevel_shlwapi_l1_1_0
1090 enable_api_ms_win_downlevel_shlwapi_l2_1_0
1091 enable_api_ms_win_downlevel_user32_l1_1_0
1092 enable_api_ms_win_downlevel_version_l1_1_0
1093 enable_api_ms_win_dx_d3dkmt_l1_1_0
1094 enable_api_ms_win_eventing_classicprovider_l1_1_0
1095 enable_api_ms_win_eventing_consumer_l1_1_0
1096 enable_api_ms_win_eventing_controller_l1_1_0
1097 enable_api_ms_win_eventing_legacy_l1_1_0
1098 enable_api_ms_win_eventing_provider_l1_1_0
1099 enable_api_ms_win_eventlog_legacy_l1_1_0
1100 enable_api_ms_win_gdi_dpiinfo_l1_1_0
1101 enable_api_ms_win_mm_joystick_l1_1_0
1102 enable_api_ms_win_mm_misc_l1_1_1
1103 enable_api_ms_win_mm_mme_l1_1_0
1104 enable_api_ms_win_mm_time_l1_1_0
1105 enable_api_ms_win_ntuser_dc_access_l1_1_0
1106 enable_api_ms_win_ntuser_rectangle_l1_1_0
1107 enable_api_ms_win_ntuser_sysparams_l1_1_0
1108 enable_api_ms_win_perf_legacy_l1_1_0
1109 enable_api_ms_win_power_base_l1_1_0
1110 enable_api_ms_win_power_setting_l1_1_0
1111 enable_api_ms_win_rtcore_ntuser_draw_l1_1_0
1112 enable_api_ms_win_rtcore_ntuser_private_l1_1_0
1113 enable_api_ms_win_rtcore_ntuser_private_l1_1_4
1114 enable_api_ms_win_rtcore_ntuser_window_l1_1_0
1115 enable_api_ms_win_rtcore_ntuser_winevent_l1_1_0
1116 enable_api_ms_win_rtcore_ntuser_wmpointer_l1_1_0
1117 enable_api_ms_win_rtcore_ntuser_wmpointer_l1_1_3
1118 enable_api_ms_win_security_activedirectoryclient_l1_1_0
1119 enable_api_ms_win_security_audit_l1_1_1
1120 enable_api_ms_win_security_base_l1_1_0
1121 enable_api_ms_win_security_base_l1_2_0
1122 enable_api_ms_win_security_base_private_l1_1_1
1123 enable_api_ms_win_security_credentials_l1_1_0
1124 enable_api_ms_win_security_cryptoapi_l1_1_0
1125 enable_api_ms_win_security_grouppolicy_l1_1_0
1126 enable_api_ms_win_security_lsalookup_l1_1_0
1127 enable_api_ms_win_security_lsalookup_l1_1_1
1128 enable_api_ms_win_security_lsalookup_l2_1_0
1129 enable_api_ms_win_security_lsalookup_l2_1_1
1130 enable_api_ms_win_security_lsapolicy_l1_1_0
1131 enable_api_ms_win_security_provider_l1_1_0
1132 enable_api_ms_win_security_sddl_l1_1_0
1133 enable_api_ms_win_security_systemfunctions_l1_1_0
1134 enable_api_ms_win_service_core_l1_1_0
1135 enable_api_ms_win_service_core_l1_1_1
1136 enable_api_ms_win_service_management_l1_1_0
1137 enable_api_ms_win_service_management_l2_1_0
1138 enable_api_ms_win_service_private_l1_1_1
1139 enable_api_ms_win_service_winsvc_l1_1_0
1140 enable_api_ms_win_service_winsvc_l1_2_0
1141 enable_api_ms_win_shcore_obsolete_l1_1_0
1142 enable_api_ms_win_shcore_scaling_l1_1_1
1143 enable_api_ms_win_shcore_stream_l1_1_0
1144 enable_api_ms_win_shcore_thread_l1_1_0
1145 enable_api_ms_win_shell_shellcom_l1_1_0
1146 enable_api_ms_win_shell_shellfolders_l1_1_0
1161 enable_bluetoothapis
1198 enable_d3dcompiler_33
1199 enable_d3dcompiler_34
1200 enable_d3dcompiler_35
1201 enable_d3dcompiler_36
1202 enable_d3dcompiler_37
1203 enable_d3dcompiler_38
1204 enable_d3dcompiler_39
1205 enable_d3dcompiler_40
1206 enable_d3dcompiler_41
1207 enable_d3dcompiler_42
1208 enable_d3dcompiler_43
1209 enable_d3dcompiler_46
1210 enable_d3dcompiler_47
1261 enable_directmanipulation
1300 enable_explorerframe
1301 enable_ext_ms_win_authz_context_l1_1_0
1302 enable_ext_ms_win_domainjoin_netjoin_l1_1_0
1303 enable_ext_ms_win_dwmapi_ext_l1_1_0
1304 enable_ext_ms_win_gdi_dc_create_l1_1_0
1305 enable_ext_ms_win_gdi_dc_create_l1_1_1
1306 enable_ext_ms_win_gdi_dc_l1_2_0
1307 enable_ext_ms_win_gdi_devcaps_l1_1_0
1308 enable_ext_ms_win_gdi_draw_l1_1_0
1309 enable_ext_ms_win_gdi_draw_l1_1_1
1310 enable_ext_ms_win_gdi_font_l1_1_0
1311 enable_ext_ms_win_gdi_font_l1_1_1
1312 enable_ext_ms_win_gdi_render_l1_1_0
1313 enable_ext_ms_win_kernel32_package_current_l1_1_0
1314 enable_ext_ms_win_kernel32_package_l1_1_1
1315 enable_ext_ms_win_ntuser_dialogbox_l1_1_0
1316 enable_ext_ms_win_ntuser_draw_l1_1_0
1317 enable_ext_ms_win_ntuser_gui_l1_1_0
1318 enable_ext_ms_win_ntuser_gui_l1_3_0
1319 enable_ext_ms_win_ntuser_keyboard_l1_3_0
1320 enable_ext_ms_win_ntuser_message_l1_1_0
1321 enable_ext_ms_win_ntuser_message_l1_1_1
1322 enable_ext_ms_win_ntuser_misc_l1_1_0
1323 enable_ext_ms_win_ntuser_misc_l1_2_0
1324 enable_ext_ms_win_ntuser_misc_l1_5_1
1325 enable_ext_ms_win_ntuser_mouse_l1_1_0
1326 enable_ext_ms_win_ntuser_private_l1_1_1
1327 enable_ext_ms_win_ntuser_private_l1_3_1
1328 enable_ext_ms_win_ntuser_rectangle_ext_l1_1_0
1329 enable_ext_ms_win_ntuser_uicontext_ext_l1_1_0
1330 enable_ext_ms_win_ntuser_window_l1_1_0
1331 enable_ext_ms_win_ntuser_window_l1_1_1
1332 enable_ext_ms_win_ntuser_window_l1_1_4
1333 enable_ext_ms_win_ntuser_windowclass_l1_1_0
1334 enable_ext_ms_win_ntuser_windowclass_l1_1_1
1335 enable_ext_ms_win_oleacc_l1_1_0
1336 enable_ext_ms_win_ras_rasapi32_l1_1_0
1337 enable_ext_ms_win_rtcore_gdi_devcaps_l1_1_0
1338 enable_ext_ms_win_rtcore_gdi_object_l1_1_0
1339 enable_ext_ms_win_rtcore_gdi_rgn_l1_1_0
1340 enable_ext_ms_win_rtcore_ntuser_cursor_l1_1_0
1341 enable_ext_ms_win_rtcore_ntuser_dc_access_l1_1_0
1342 enable_ext_ms_win_rtcore_ntuser_dpi_l1_1_0
1343 enable_ext_ms_win_rtcore_ntuser_dpi_l1_2_0
1344 enable_ext_ms_win_rtcore_ntuser_rawinput_l1_1_0
1345 enable_ext_ms_win_rtcore_ntuser_syscolors_l1_1_0
1346 enable_ext_ms_win_rtcore_ntuser_sysparams_l1_1_0
1347 enable_ext_ms_win_security_credui_l1_1_0
1348 enable_ext_ms_win_security_cryptui_l1_1_0
1349 enable_ext_ms_win_shell_comctl32_init_l1_1_0
1350 enable_ext_ms_win_shell_comdlg32_l1_1_0
1351 enable_ext_ms_win_shell_shell32_l1_2_0
1352 enable_ext_ms_win_uxtheme_themes_l1_1_0
1419 enable_mfmediaengine
1541 enable_photometadatahandler
1622 enable_uiautomationcore
1643 enable_vcruntime140_1
1660 enable_windowscodecs
1661 enable_windowscodecsext
1663 enable_wineandroid_drv
1665 enable_winecoreaudio_drv
1668 enable_winegstreamer
1670 enable_winejoystick_drv
1675 enable_winepulse_drv
1676 enable_wineqtdecoder
1695 enable_wmcodecdspuuid
1720 enable_xactengine3_0
1721 enable_xactengine3_1
1722 enable_xactengine3_2
1723 enable_xactengine3_3
1724 enable_xactengine3_4
1725 enable_xactengine3_5
1726 enable_xactengine3_6
1727 enable_xactengine3_7
1761 enable_aspnet_regiis
1805 enable_presentationfontcache
1819 enable_servicemodelreg
1844 enable_winemenubuilder
1846 enable_winemsibuilder
1871 ac_precious_vars
='build_alias
1953 # Initialize some variables set by options.
1955 ac_init_version
=false
1956 ac_unrecognized_opts
=
1957 ac_unrecognized_sep
=
1958 # The variables have the same names as the options, with
1959 # dashes changed to underlines.
1960 cache_file
=/dev
/null
1967 program_transform_name
=s
,x
,x
,
1975 # Installation directory options.
1976 # These are left unexpanded so users can "make install exec_prefix=/foo"
1977 # and all the variables that are supposed to be based on exec_prefix
1978 # by default will actually change.
1979 # Use braces instead of parens because sh, perl, etc. also accept them.
1980 # (The list follows the same order as the GNU Coding Standards.)
1981 bindir
='${exec_prefix}/bin'
1982 sbindir
='${exec_prefix}/sbin'
1983 libexecdir
='${exec_prefix}/libexec'
1984 datarootdir
='${prefix}/share'
1985 datadir
='${datarootdir}'
1986 sysconfdir
='${prefix}/etc'
1987 sharedstatedir
='${prefix}/com'
1988 localstatedir
='${prefix}/var'
1989 runstatedir
='${localstatedir}/run'
1990 includedir
='${prefix}/include'
1991 oldincludedir
='/usr/include'
1992 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
1993 infodir
='${datarootdir}/info'
1998 libdir
='${exec_prefix}/lib'
1999 localedir
='${datarootdir}/locale'
2000 mandir
='${datarootdir}/man'
2006 # If the previous option needs an argument, assign it.
2007 if test -n "$ac_prev"; then
2008 eval $ac_prev=\
$ac_option
2014 *=?
*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
2019 # Accept the important Cygnus configure options, so we can diagnose typos.
2021 case $ac_dashdash$ac_option in
2025 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
2027 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
2028 bindir
=$ac_optarg ;;
2030 -build |
--build |
--buil |
--bui |
--bu)
2031 ac_prev
=build_alias
;;
2032 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
2033 build_alias
=$ac_optarg ;;
2035 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
2036 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
2037 ac_prev
=cache_file
;;
2038 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
2039 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
2040 cache_file
=$ac_optarg ;;
2042 --config-cache |
-C)
2043 cache_file
=config.cache
;;
2045 -datadir |
--datadir |
--datadi |
--datad)
2047 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
2048 datadir
=$ac_optarg ;;
2050 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
2051 |
--dataroo |
--dataro |
--datar)
2052 ac_prev
=datarootdir
;;
2053 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
2054 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
2055 datarootdir
=$ac_optarg ;;
2057 -disable-* |
--disable-*)
2058 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
2059 # Reject names that are not valid shell variable names.
2060 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
2061 as_fn_error $?
"invalid feature name: $ac_useropt"
2062 ac_useropt_orig
=$ac_useropt
2063 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
2064 case $ac_user_opts in
2066 "enable_
$ac_useropt"
2068 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
2069 ac_unrecognized_sep
=', ';;
2071 eval enable_
$ac_useropt=no
;;
2073 -docdir |
--docdir |
--docdi |
--doc |
--do)
2075 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
2076 docdir
=$ac_optarg ;;
2078 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
2080 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
2081 dvidir
=$ac_optarg ;;
2083 -enable-* |
--enable-*)
2084 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
2085 # Reject names that are not valid shell variable names.
2086 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
2087 as_fn_error $?
"invalid feature name: $ac_useropt"
2088 ac_useropt_orig
=$ac_useropt
2089 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
2090 case $ac_user_opts in
2092 "enable_
$ac_useropt"
2094 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
2095 ac_unrecognized_sep
=', ';;
2097 eval enable_
$ac_useropt=\
$ac_optarg ;;
2099 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
2100 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
2101 |
--exec |
--exe |
--ex)
2102 ac_prev
=exec_prefix
;;
2103 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
2104 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
2105 |
--exec=* |
--exe=* |
--ex=*)
2106 exec_prefix
=$ac_optarg ;;
2108 -gas |
--gas |
--ga |
--g)
2109 # Obsolete; use --with-gas.
2112 -help |
--help |
--hel |
--he |
-h)
2113 ac_init_help
=long
;;
2114 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
2115 ac_init_help
=recursive
;;
2116 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
2117 ac_init_help
=short
;;
2119 -host |
--host |
--hos |
--ho)
2120 ac_prev
=host_alias
;;
2121 -host=* |
--host=* |
--hos=* |
--ho=*)
2122 host_alias
=$ac_optarg ;;
2124 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
2126 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
2128 htmldir
=$ac_optarg ;;
2130 -includedir |
--includedir |
--includedi |
--included |
--include \
2131 |
--includ |
--inclu |
--incl |
--inc)
2132 ac_prev
=includedir
;;
2133 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
2134 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
2135 includedir
=$ac_optarg ;;
2137 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
2139 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
2140 infodir
=$ac_optarg ;;
2142 -libdir |
--libdir |
--libdi |
--libd)
2144 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
2145 libdir
=$ac_optarg ;;
2147 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
2148 |
--libexe |
--libex |
--libe)
2149 ac_prev
=libexecdir
;;
2150 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
2151 |
--libexe=* |
--libex=* |
--libe=*)
2152 libexecdir
=$ac_optarg ;;
2154 -localedir |
--localedir |
--localedi |
--localed |
--locale)
2155 ac_prev
=localedir
;;
2156 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
2157 localedir
=$ac_optarg ;;
2159 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
2160 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
2161 ac_prev
=localstatedir
;;
2162 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
2163 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
2164 localstatedir
=$ac_optarg ;;
2166 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
2168 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
2169 mandir
=$ac_optarg ;;
2171 -nfp |
--nfp |
--nf)
2172 # Obsolete; use --without-fp.
2175 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
2176 |
--no-cr |
--no-c |
-n)
2179 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
2180 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
2183 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
2184 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
2185 |
--oldin |
--oldi |
--old |
--ol |
--o)
2186 ac_prev
=oldincludedir
;;
2187 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
2188 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
2189 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
2190 oldincludedir
=$ac_optarg ;;
2192 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
2194 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
2195 prefix
=$ac_optarg ;;
2197 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
2198 |
--program-pre |
--program-pr |
--program-p)
2199 ac_prev
=program_prefix
;;
2200 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
2201 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
2202 program_prefix
=$ac_optarg ;;
2204 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
2205 |
--program-suf |
--program-su |
--program-s)
2206 ac_prev
=program_suffix
;;
2207 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
2208 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
2209 program_suffix
=$ac_optarg ;;
2211 -program-transform-name |
--program-transform-name \
2212 |
--program-transform-nam |
--program-transform-na \
2213 |
--program-transform-n |
--program-transform- \
2214 |
--program-transform |
--program-transfor \
2215 |
--program-transfo |
--program-transf \
2216 |
--program-trans |
--program-tran \
2217 |
--progr-tra |
--program-tr |
--program-t)
2218 ac_prev
=program_transform_name
;;
2219 -program-transform-name=* |
--program-transform-name=* \
2220 |
--program-transform-nam=* |
--program-transform-na=* \
2221 |
--program-transform-n=* |
--program-transform-=* \
2222 |
--program-transform=* |
--program-transfor=* \
2223 |
--program-transfo=* |
--program-transf=* \
2224 |
--program-trans=* |
--program-tran=* \
2225 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
2226 program_transform_name
=$ac_optarg ;;
2228 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
2230 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
2231 pdfdir
=$ac_optarg ;;
2233 -psdir |
--psdir |
--psdi |
--psd |
--ps)
2235 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
2238 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
2239 |
-silent |
--silent |
--silen |
--sile |
--sil)
2242 -runstatedir |
--runstatedir |
--runstatedi |
--runstated \
2243 |
--runstate |
--runstat |
--runsta |
--runst |
--runs \
2244 |
--run |
--ru |
--r)
2245 ac_prev
=runstatedir
;;
2246 -runstatedir=* |
--runstatedir=* |
--runstatedi=* |
--runstated=* \
2247 |
--runstate=* |
--runstat=* |
--runsta=* |
--runst=* |
--runs=* \
2248 |
--run=* |
--ru=* |
--r=*)
2249 runstatedir
=$ac_optarg ;;
2251 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
2253 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
2255 sbindir
=$ac_optarg ;;
2257 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
2258 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
2259 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
2261 ac_prev
=sharedstatedir
;;
2262 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
2263 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
2264 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
2266 sharedstatedir
=$ac_optarg ;;
2268 -site |
--site |
--sit)
2270 -site=* |
--site=* |
--sit=*)
2273 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
2275 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
2276 srcdir
=$ac_optarg ;;
2278 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
2279 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
2280 ac_prev
=sysconfdir
;;
2281 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
2282 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
2283 sysconfdir
=$ac_optarg ;;
2285 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
2286 ac_prev
=target_alias
;;
2287 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
2288 target_alias
=$ac_optarg ;;
2290 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
2293 -version |
--version |
--versio |
--versi |
--vers |
-V)
2294 ac_init_version
=: ;;
2297 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
2298 # Reject names that are not valid shell variable names.
2299 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
2300 as_fn_error $?
"invalid package name: $ac_useropt"
2301 ac_useropt_orig
=$ac_useropt
2302 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
2303 case $ac_user_opts in
2307 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
2308 ac_unrecognized_sep
=', ';;
2310 eval with_
$ac_useropt=\
$ac_optarg ;;
2312 -without-* |
--without-*)
2313 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
2314 # Reject names that are not valid shell variable names.
2315 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
2316 as_fn_error $?
"invalid package name: $ac_useropt"
2317 ac_useropt_orig
=$ac_useropt
2318 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
2319 case $ac_user_opts in
2323 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
2324 ac_unrecognized_sep
=', ';;
2326 eval with_
$ac_useropt=no
;;
2329 # Obsolete; use --with-x.
2332 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
2333 |
--x-incl |
--x-inc |
--x-in |
--x-i)
2334 ac_prev
=x_includes
;;
2335 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
2336 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
2337 x_includes
=$ac_optarg ;;
2339 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
2340 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
2341 ac_prev
=x_libraries
;;
2342 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
2343 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
2344 x_libraries
=$ac_optarg ;;
2346 -*) as_fn_error $?
"unrecognized option: \`$ac_option'
2347 Try \`$0 --help' for more information"
2351 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
2352 # Reject names that are not valid shell variable names.
2353 case $ac_envvar in #(
2354 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
2355 as_fn_error $?
"invalid variable name: \`$ac_envvar'" ;;
2357 eval $ac_envvar=\
$ac_optarg
2358 export $ac_envvar ;;
2361 # FIXME: should be removed in autoconf 3.0.
2362 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
2363 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
2364 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
2365 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
2371 if test -n "$ac_prev"; then
2372 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
2373 as_fn_error $?
"missing argument to $ac_option"
2376 if test -n "$ac_unrecognized_opts"; then
2377 case $enable_option_checking in
2379 fatal
) as_fn_error $?
"unrecognized options: $ac_unrecognized_opts" ;;
2380 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
2384 # Check all directory arguments for consistency.
2385 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
2386 datadir sysconfdir sharedstatedir localstatedir includedir \
2387 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
2388 libdir localedir mandir runstatedir
2390 eval ac_val
=\$
$ac_var
2391 # Remove trailing slashes.
2394 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
2395 eval $ac_var=\
$ac_val;;
2397 # Be sure to have absolute directory names.
2399 [\\/$
]* | ?
:[\\/]* ) continue;;
2400 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
2402 as_fn_error $?
"expected an absolute directory name for --$ac_var: $ac_val"
2405 # There might be people who depend on the old broken behavior: `$host'
2406 # used to hold the argument of --host etc.
2407 # FIXME: To remove some day.
2410 target
=$target_alias
2412 # FIXME: To remove some day.
2413 if test "x$host_alias" != x
; then
2414 if test "x$build_alias" = x
; then
2415 cross_compiling
=maybe
2416 elif test "x$build_alias" != "x$host_alias"; then
2422 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
2424 test "$silent" = yes && exec 6>/dev
/null
2427 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
2428 ac_ls_di
=`ls -di .` &&
2429 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
2430 as_fn_error $?
"working directory cannot be determined"
2431 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
2432 as_fn_error $?
"pwd does not report name of working directory"
2435 # Find the source files, if location was not specified.
2436 if test -z "$srcdir"; then
2437 ac_srcdir_defaulted
=yes
2438 # Try the directory containing this script, then the parent directory.
2439 ac_confdir
=`$as_dirname -- "$as_myself" ||
2440 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2441 X"$as_myself" : 'X\(//\)[^/]' \| \
2442 X"$as_myself" : 'X\(//\)$' \| \
2443 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
2444 $as_echo X"$as_myself" |
2445 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2463 if test ! -r "$srcdir/$ac_unique_file"; then
2467 ac_srcdir_defaulted
=no
2469 if test ! -r "$srcdir/$ac_unique_file"; then
2470 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
2471 as_fn_error $?
"cannot find sources ($ac_unique_file) in $srcdir"
2473 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
2475 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
2477 # When building in place, set srcdir=.
2478 if test "$ac_abs_confdir" = "$ac_pwd"; then
2481 # Remove unnecessary trailing slashes from srcdir.
2482 # Double slashes in file names in object file debugging info
2483 # mess up M-x gdb in Emacs.
2485 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
2487 for ac_var
in $ac_precious_vars; do
2488 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
2489 eval ac_env_
${ac_var}_value
=\$
${ac_var}
2490 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
2491 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
2495 # Report the --help message.
2497 if test "$ac_init_help" = "long"; then
2498 # Omit some internal or obsolete options to make the list less imposing.
2499 # This message is too long to be a string in the A/UX 3.1 sh.
2501 \`configure' configures Wine 6.1 to adapt to many kinds of systems.
2503 Usage: $0 [OPTION]... [VAR=VALUE]...
2505 To assign environment variables (e.g., CC, CFLAGS...), specify them as
2506 VAR=VALUE. See below for descriptions of some of the useful variables.
2508 Defaults for the options are specified in brackets.
2511 -h, --help display this help and exit
2512 --help=short display options specific to this package
2513 --help=recursive display the short help of all the included packages
2514 -V, --version display version information and exit
2515 -q, --quiet, --silent do not print \`checking ...' messages
2516 --cache-file=FILE cache test results in FILE [disabled]
2517 -C, --config-cache alias for \`--cache-file=config.cache'
2518 -n, --no-create do not create output files
2519 --srcdir=DIR find the sources in DIR [configure dir or \`..']
2521 Installation directories:
2522 --prefix=PREFIX install architecture-independent files in PREFIX
2523 [$ac_default_prefix]
2524 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
2527 By default, \`make install' will install all the files in
2528 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
2529 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
2530 for instance \`--prefix=\$HOME'.
2532 For better control, use the options below.
2534 Fine tuning of the installation directories:
2535 --bindir=DIR user executables [EPREFIX/bin]
2536 --sbindir=DIR system admin executables [EPREFIX/sbin]
2537 --libexecdir=DIR program executables [EPREFIX/libexec]
2538 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
2539 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
2540 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
2541 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
2542 --libdir=DIR object code libraries [EPREFIX/lib]
2543 --includedir=DIR C header files [PREFIX/include]
2544 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2545 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
2546 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
2547 --infodir=DIR info documentation [DATAROOTDIR/info]
2548 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
2549 --mandir=DIR man documentation [DATAROOTDIR/man]
2550 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
2551 --htmldir=DIR html documentation [DOCDIR]
2552 --dvidir=DIR dvi documentation [DOCDIR]
2553 --pdfdir=DIR pdf documentation [DOCDIR]
2554 --psdir=DIR ps documentation [DOCDIR]
2560 --x-includes=DIR X include files are
in DIR
2561 --x-libraries=DIR X library files are
in DIR
2564 --build=BUILD configure
for building on BUILD
[guessed
]
2565 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
2569 if test -n "$ac_init_help"; then
2570 case $ac_init_help in
2571 short | recursive
) echo "Configuration of Wine 6.1:";;
2576 --disable-option-checking ignore unrecognized
--enable/--with options
2577 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
2578 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
2579 --disable-win16 do not include Win16 support
2580 --enable-win64 build a Win64 emulator on AMD64
(won
't run Win32
2582 --disable-tests do not build the regression tests
2583 --enable-maintainer-mode
2584 enable maintainer-specific build rules
2585 --enable-silent-rules use silent build rules (override: "make V=1")
2586 --enable-werror treat compilation warnings as errors
2587 --disable-largefile omit support for large files
2590 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
2591 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
2592 --without-alsa do not use the Alsa sound support
2593 --without-capi do not use CAPI (ISDN support)
2594 --without-cms do not use CMS (color management support)
2595 --without-coreaudio do not use the CoreAudio sound support
2596 --without-cups do not use CUPS
2597 --without-dbus do not use DBus (dynamic device support)
2598 --without-faudio do not use FAudio (XAudio2 support)
2599 --with-float-abi=abi specify the ABI (soft|softfp|hard) for ARM platforms
2600 --without-fontconfig do not use fontconfig
2601 --without-freetype do not use the FreeType library
2602 --without-gettext do not use gettext
2603 --with-gettextpo use the GetTextPO library to rebuild po files
2604 --without-gphoto do not use gphoto (Digital Camera support)
2605 --without-gnutls do not use GnuTLS (schannel support)
2606 --without-gsm do not use libgsm (GSM 06.10 codec support)
2607 --without-gssapi do not use GSSAPI (Kerberos SSP support)
2608 --without-gstreamer do not use GStreamer (codecs support)
2609 --without-hal do not use HAL (dynamic device support)
2610 --without-inotify do not use inotify (filesystem change notifications)
2611 --without-jpeg do not use JPEG
2612 --without-jxrlib do not use JPEG-XR
2613 --without-krb5 do not use krb5 (Kerberos)
2614 --without-ldap do not use LDAP
2615 --without-mingw do not use the MinGW cross-compiler
2616 --without-mpg123 do not use the mpg123 library
2617 --without-netapi do not use the Samba NetAPI library
2618 --without-openal do not use OpenAL
2619 --without-opencl do not use OpenCL
2620 --without-opengl do not use OpenGL
2621 --without-osmesa do not use the OSMesa library
2622 --without-oss do not use the OSS sound support
2623 --without-pcap do not use the Packet Capture library
2624 --without-png do not use PNG
2625 --without-pthread do not use the pthread library
2626 --without-pulse do not use PulseAudio sound support
2627 --without-quicktime do not use QuickTime support
2628 --without-sane do not use SANE (scanner support)
2629 --without-sdl do not use SDL
2630 --without-tiff do not use TIFF
2631 --without-udev do not use udev (plug and play support)
2632 --without-unwind do not use the libunwind library (exception
2634 --without-usb do not use the libusb library
2635 --without-v4l2 do not use v4l2 (video capture)
2636 --without-vkd3d do not use vkd3d (Direct3D 12 support)
2637 --without-vulkan do not use Vulkan
2638 --without-xcomposite do not use the Xcomposite extension
2639 --without-xcursor do not use the Xcursor extension
2640 --without-xfixes do not use Xfixes for clipboard change notifications
2641 --without-xinerama do not use Xinerama (legacy multi-monitor support)
2642 --without-xinput do not use the Xinput extension
2643 --without-xinput2 do not use the Xinput 2 extension
2644 --without-xml do not use XML
2645 --without-xrandr do not use Xrandr (multi-monitor support)
2646 --without-xrender do not use the Xrender extension
2647 --without-xshape do not use the Xshape extension
2648 --without-xshm do not use XShm (shared memory extension)
2649 --without-xslt do not use XSLT
2650 --without-xxf86vm do not use XFree video mode extension
2651 --with-wine-tools=DIR use Wine tools from directory DIR
2652 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
2653 --with-x use the X Window System
2655 Some influential environment variables:
2656 CC C compiler command
2657 CFLAGS C compiler flags
2658 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
2659 nonstandard directory <lib dir>
2660 LIBS libraries to pass to the linker, e.g. -l<library>
2661 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2662 you have headers in a nonstandard directory <include dir>
2663 CXX C++ compiler command
2664 CXXFLAGS C++ compiler flags
2666 OBJC Objective C compiler command
2667 OBJCFLAGS Objective C compiler flags
2668 OBJCPP Objective C preprocessor
2669 XMKMF Path to xmkmf, Makefile generator for X Window System
2670 XML2_CFLAGS C compiler flags for libxml-2.0, overriding pkg-config
2671 XML2_LIBS Linker flags for libxml-2.0, overriding pkg-config
2672 XSLT_CFLAGS C compiler flags for libxslt, overriding pkg-config
2673 XSLT_LIBS Linker flags for libxslt, overriding pkg-config
2675 C compiler flags for libinotify, overriding pkg-config
2677 Linker flags for libinotify, overriding pkg-config
2678 DBUS_CFLAGS C compiler flags for dbus-1, overriding pkg-config
2679 DBUS_LIBS Linker flags for dbus-1, overriding pkg-config
2680 HAL_CFLAGS C compiler flags for hal, overriding pkg-config
2681 HAL_LIBS Linker flags for hal, overriding pkg-config
2683 C compiler flags for gnutls, overriding pkg-config
2684 GNUTLS_LIBS Linker flags for gnutls, overriding pkg-config
2685 SANE_CFLAGS C compiler flags for libsane, overriding pkg-config
2686 SANE_LIBS Linker flags for libsane, overriding pkg-config
2687 USB_CFLAGS C compiler flags for libusb-1.0, overriding pkg-config
2688 USB_LIBS Linker flags for libusb-1.0, overriding pkg-config
2690 C compiler flags for libgphoto2, overriding pkg-config
2692 Linker flags for libgphoto2, overriding pkg-config
2694 C compiler flags for libgphoto2_port, overriding pkg-config
2696 Linker flags for libgphoto2_port, overriding pkg-config
2698 C compiler flags for lcms2, overriding pkg-config
2699 LCMS2_LIBS Linker flags for lcms2, overriding pkg-config
2701 C compiler flags for freetype2, overriding pkg-config
2703 Linker flags for freetype2, overriding pkg-config
2705 C compiler flags for libpulse, overriding pkg-config
2706 PULSE_LIBS Linker flags for libpulse, overriding pkg-config
2708 C compiler flags for gstreamer-1.0 gstreamer-video-1.0
2709 gstreamer-audio-1.0, overriding pkg-config
2711 Linker flags for gstreamer-1.0 gstreamer-video-1.0
2712 gstreamer-audio-1.0, overriding pkg-config
2713 UDEV_CFLAGS C compiler flags for libudev, overriding pkg-config
2714 UDEV_LIBS Linker flags for libudev, overriding pkg-config
2716 C compiler flags for libunwind, overriding pkg-config
2717 UNWIND_LIBS Linker flags for libunwind, overriding pkg-config
2718 SDL2_CFLAGS C compiler flags for sdl2, overriding pkg-config
2719 SDL2_LIBS Linker flags for sdl2, overriding pkg-config
2721 C compiler flags for faudio, overriding pkg-config
2722 FAUDIO_LIBS Linker flags for faudio, overriding pkg-config
2724 C compiler flags for capi20, overriding pkg-config
2725 CAPI20_LIBS Linker flags for capi20, overriding pkg-config
2726 CUPS_CFLAGS C compiler flags for cups, overriding pkg-config
2727 CUPS_LIBS Linker flags for cups, overriding pkg-config
2729 C compiler flags for fontconfig, overriding pkg-config
2731 Linker flags for fontconfig, overriding pkg-config
2732 KRB5_CFLAGS C compiler flags for krb5, overriding pkg-config
2733 KRB5_LIBS Linker flags for krb5, overriding pkg-config
2735 C compiler flags for krb5-gssapi, overriding pkg-config
2736 GSSAPI_LIBS Linker flags for krb5-gssapi, overriding pkg-config
2737 JPEG_CFLAGS C compiler flags for libjpeg, overriding pkg-config
2738 JPEG_LIBS Linker flags for libjpeg, overriding pkg-config
2740 C compiler flags for jxrlib, overriding pkg-config
2741 JXRLIB_LIBS Linker flags for jxrlib, overriding pkg-config
2742 PNG_CFLAGS C compiler flags for libpng, overriding pkg-config
2743 PNG_LIBS Linker flags for libpng, overriding pkg-config
2744 TIFF_CFLAGS C compiler flags for libtiff-4, overriding pkg-config
2745 TIFF_LIBS Linker flags for libtiff-4, overriding pkg-config
2747 C compiler flags for libmpg123, overriding pkg-config
2748 MPG123_LIBS Linker flags for libmpg123, overriding pkg-config
2750 C compiler flags for netapi, overriding pkg-config
2751 NETAPI_LIBS Linker flags for netapi, overriding pkg-config
2753 C compiler flags for libvkd3d, overriding pkg-config
2754 VKD3D_LIBS Linker flags for libvkd3d, overriding pkg-config
2756 C compiler flags for libvkd3d-shader, overriding pkg-config
2758 Linker flags for libvkd3d-shader, overriding pkg-config
2759 LDAP_CFLAGS C compiler flags for openldap, overriding pkg-config
2760 LDAP_LIBS Linker flags for openldap, overriding pkg-config
2762 Use these variables to override the choices made by `configure' or to
help
2763 it to
find libraries and programs with nonstandard names
/locations.
2765 Report bugs to
<wine-devel@winehq.org
>.
2766 Wine home page
: <https
://www.winehq.org
>.
2771 if test "$ac_init_help" = "recursive"; then
2772 # If there are subdirs, report their specific --help.
2773 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
2774 test -d "$ac_dir" ||
2775 { cd "$srcdir" && ac_pwd
=`pwd` && srcdir
=.
&& test -d "$ac_dir"; } ||
2780 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2782 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2783 # A ".." for each directory in $ac_dir_suffix.
2784 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2785 case $ac_top_builddir_sub in
2786 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2787 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
2790 ac_abs_top_builddir
=$ac_pwd
2791 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
2792 # for backward compatibility:
2793 ac_top_builddir
=$ac_top_build_prefix
2796 .
) # We are building in place.
2798 ac_top_srcdir
=$ac_top_builddir_sub
2799 ac_abs_top_srcdir
=$ac_pwd ;;
2800 [\\/]* | ?
:[\\/]* ) # Absolute name.
2801 ac_srcdir
=$srcdir$ac_dir_suffix;
2802 ac_top_srcdir
=$srcdir
2803 ac_abs_top_srcdir
=$srcdir ;;
2805 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
2806 ac_top_srcdir
=$ac_top_build_prefix$srcdir
2807 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
2809 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
2811 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
2812 # Check for guested configure.
2813 if test -f "$ac_srcdir/configure.gnu"; then
2815 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2816 elif test -f "$ac_srcdir/configure"; then
2818 $SHELL "$ac_srcdir/configure" --help=recursive
2820 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2822 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
2826 test -n "$ac_init_help" && exit $ac_status
2827 if $ac_init_version; then
2830 generated by GNU Autoconf
2.69
2832 Copyright
(C
) 2012 Free Software Foundation
, Inc.
2833 This configure
script is free software
; the Free Software Foundation
2834 gives unlimited permission to copy
, distribute and modify it.
2839 ## ------------------------ ##
2840 ## Autoconf initialization. ##
2841 ## ------------------------ ##
2843 # ac_fn_c_try_compile LINENO
2844 # --------------------------
2845 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2846 ac_fn_c_try_compile
()
2848 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2849 rm -f conftest.
$ac_objext
2850 if { { ac_try
="$ac_compile"
2852 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2853 *) ac_try_echo=$ac_try;;
2855 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2856 $as_echo "$ac_try_echo"; } >&5
2857 (eval "$ac_compile") 2>conftest.err
2859 if test -s conftest.err; then
2860 grep -v '^ *+' conftest.err >conftest.er1
2861 cat conftest.er1 >&5
2862 mv -f conftest.er1 conftest.err
2864 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2865 test $ac_status = 0; } && {
2866 test -z "$ac_c_werror_flag" ||
2867 test ! -s conftest.err
2868 } && test -s conftest.$ac_objext; then :
2871 $as_echo "$as_me: failed program was:" >&5
2872 sed 's/^/| /' conftest.$ac_ext >&5
2876 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2877 as_fn_set_status $ac_retval
2879 } # ac_fn_c_try_compile
2881 # ac_fn_cxx_try_compile LINENO
2882 # ----------------------------
2883 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2884 ac_fn_cxx_try_compile ()
2886 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2887 rm -f conftest.$ac_objext
2888 if { { ac_try="$ac_compile"
2890 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2891 *) ac_try_echo
=$ac_try;;
2893 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2894 $as_echo "$ac_try_echo"; } >&5
2895 (eval "$ac_compile") 2>conftest.err
2897 if test -s conftest.err
; then
2898 grep -v '^ *+' conftest.err
>conftest.er1
2899 cat conftest.er1
>&5
2900 mv -f conftest.er1 conftest.err
2902 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2903 test $ac_status = 0; } && {
2904 test -z "$ac_cxx_werror_flag" ||
2905 test ! -s conftest.err
2906 } && test -s conftest.
$ac_objext; then :
2909 $as_echo "$as_me: failed program was:" >&5
2910 sed 's/^/| /' conftest.
$ac_ext >&5
2914 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2915 as_fn_set_status
$ac_retval
2917 } # ac_fn_cxx_try_compile
2919 # ac_fn_c_try_link LINENO
2920 # -----------------------
2921 # Try to link conftest.$ac_ext, and return whether this succeeded.
2924 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2925 rm -f conftest.
$ac_objext conftest
$ac_exeext
2926 if { { ac_try
="$ac_link"
2928 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2929 *) ac_try_echo=$ac_try;;
2931 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2932 $as_echo "$ac_try_echo"; } >&5
2933 (eval "$ac_link") 2>conftest.err
2935 if test -s conftest.err; then
2936 grep -v '^ *+' conftest.err >conftest.er1
2937 cat conftest.er1 >&5
2938 mv -f conftest.er1 conftest.err
2940 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2941 test $ac_status = 0; } && {
2942 test -z "$ac_c_werror_flag" ||
2943 test ! -s conftest.err
2944 } && test -s conftest$ac_exeext && {
2945 test "$cross_compiling" = yes ||
2946 test -x conftest$ac_exeext
2950 $as_echo "$as_me: failed program was:" >&5
2951 sed 's/^/| /' conftest.$ac_ext >&5
2955 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2956 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2957 # interfere with the next link command; also delete a directory that is
2958 # left behind by Apple's compiler. We do this before executing the actions.
2959 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2960 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2961 as_fn_set_status $ac_retval
2963 } # ac_fn_c_try_link
2965 # ac_fn_c_try_cpp LINENO
2966 # ----------------------
2967 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2970 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2971 if { { ac_try="$ac_cpp conftest.$ac_ext"
2973 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2974 *) ac_try_echo
=$ac_try;;
2976 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2977 $as_echo "$ac_try_echo"; } >&5
2978 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2980 if test -s conftest.err
; then
2981 grep -v '^ *+' conftest.err
>conftest.er1
2982 cat conftest.er1
>&5
2983 mv -f conftest.er1 conftest.err
2985 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2986 test $ac_status = 0; } > conftest.i
&& {
2987 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2988 test ! -s conftest.err
2992 $as_echo "$as_me: failed program was:" >&5
2993 sed 's/^/| /' conftest.
$ac_ext >&5
2997 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2998 as_fn_set_status
$ac_retval
3002 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
3003 # -------------------------------------------------------
3004 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
3005 # the include files in INCLUDES and setting the cache variable VAR
3007 ac_fn_c_check_header_mongrel
()
3009 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
3010 if eval \
${$3+:} false
; then :
3011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3012 $as_echo_n "checking for $2... " >&6; }
3013 if eval \
${$3+:} false
; then :
3014 $as_echo_n "(cached) " >&6
3017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3018 $as_echo "$ac_res" >&6; }
3020 # Is the header compilable?
3021 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
3022 $as_echo_n "checking $2 usability... " >&6; }
3023 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3024 /* end confdefs.h. */
3028 if ac_fn_c_try_compile
"$LINENO"; then :
3029 ac_header_compiler
=yes
3031 ac_header_compiler
=no
3033 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
3035 $as_echo "$ac_header_compiler" >&6; }
3037 # Is the header present?
3038 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
3039 $as_echo_n "checking $2 presence... " >&6; }
3040 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3041 /* end confdefs.h. */
3044 if ac_fn_c_try_cpp
"$LINENO"; then :
3045 ac_header_preproc
=yes
3047 ac_header_preproc
=no
3049 rm -f conftest.err conftest.i conftest.
$ac_ext
3050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
3051 $as_echo "$ac_header_preproc" >&6; }
3053 # So? What about this header?
3054 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
3056 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
3057 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
3058 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
3059 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
3062 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
3063 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
3064 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
3065 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
3066 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
3067 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
3068 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
3069 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
3070 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
3071 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
3072 ( $as_echo "## ------------------------------------ ##
3073 ## Report this to wine-devel@winehq.org ##
3074 ## ------------------------------------ ##"
3075 ) |
sed "s/^/$as_me: WARNING: /" >&2
3078 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3079 $as_echo_n "checking for $2... " >&6; }
3080 if eval \
${$3+:} false
; then :
3081 $as_echo_n "(cached) " >&6
3083 eval "$3=\$ac_header_compiler"
3086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3087 $as_echo "$ac_res" >&6; }
3089 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3091 } # ac_fn_c_check_header_mongrel
3093 # ac_fn_c_try_run LINENO
3094 # ----------------------
3095 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
3096 # that executables *can* be run.
3099 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
3100 if { { ac_try
="$ac_link"
3102 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3103 *) ac_try_echo=$ac_try;;
3105 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3106 $as_echo "$ac_try_echo"; } >&5
3107 (eval "$ac_link") 2>&5
3109 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3110 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
3111 { { case "(($ac_try" in
3112 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3113 *) ac_try_echo
=$ac_try;;
3115 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3116 $as_echo "$ac_try_echo"; } >&5
3117 (eval "$ac_try") 2>&5
3119 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3120 test $ac_status = 0; }; }; then :
3123 $as_echo "$as_me: program exited with status $ac_status" >&5
3124 $as_echo "$as_me: failed program was:" >&5
3125 sed 's/^/| /' conftest.
$ac_ext >&5
3127 ac_retval
=$ac_status
3129 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
3130 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3131 as_fn_set_status
$ac_retval
3135 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
3136 # -------------------------------------------------------
3137 # Tests whether HEADER exists and can be compiled using the include files in
3138 # INCLUDES, setting the cache variable VAR accordingly.
3139 ac_fn_c_check_header_compile
()
3141 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
3142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3143 $as_echo_n "checking for $2... " >&6; }
3144 if eval \
${$3+:} false
; then :
3145 $as_echo_n "(cached) " >&6
3147 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3148 /* end confdefs.h. */
3152 if ac_fn_c_try_compile
"$LINENO"; then :
3157 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3161 $as_echo "$ac_res" >&6; }
3162 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3164 } # ac_fn_c_check_header_compile
3166 # ac_fn_objc_try_compile LINENO
3167 # -----------------------------
3168 # Try to compile conftest.$ac_ext, and return whether this succeeded.
3169 ac_fn_objc_try_compile
()
3171 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
3172 rm -f conftest.
$ac_objext
3173 if { { ac_try
="$ac_compile"
3175 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3176 *) ac_try_echo=$ac_try;;
3178 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3179 $as_echo "$ac_try_echo"; } >&5
3180 (eval "$ac_compile") 2>conftest.err
3182 if test -s conftest.err; then
3183 grep -v '^ *+' conftest.err >conftest.er1
3184 cat conftest.er1 >&5
3185 mv -f conftest.er1 conftest.err
3187 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3188 test $ac_status = 0; } && {
3189 test -z "$ac_objc_werror_flag" ||
3190 test ! -s conftest.err
3191 } && test -s conftest.$ac_objext; then :
3194 $as_echo "$as_me: failed program was:" >&5
3195 sed 's/^/| /' conftest.$ac_ext >&5
3199 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3200 as_fn_set_status $ac_retval
3202 } # ac_fn_objc_try_compile
3204 # ac_fn_objc_try_cpp LINENO
3205 # -------------------------
3206 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
3207 ac_fn_objc_try_cpp ()
3209 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3210 if { { ac_try="$ac_cpp conftest.$ac_ext"
3212 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3213 *) ac_try_echo
=$ac_try;;
3215 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3216 $as_echo "$ac_try_echo"; } >&5
3217 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
3219 if test -s conftest.err
; then
3220 grep -v '^ *+' conftest.err
>conftest.er1
3221 cat conftest.er1
>&5
3222 mv -f conftest.er1 conftest.err
3224 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3225 test $ac_status = 0; } > conftest.i
&& {
3226 test -z "$ac_objc_preproc_warn_flag$ac_objc_werror_flag" ||
3227 test ! -s conftest.err
3231 $as_echo "$as_me: failed program was:" >&5
3232 sed 's/^/| /' conftest.
$ac_ext >&5
3236 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3237 as_fn_set_status
$ac_retval
3239 } # ac_fn_objc_try_cpp
3241 # ac_fn_objc_check_header_mongrel LINENO HEADER VAR INCLUDES
3242 # ----------------------------------------------------------
3243 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
3244 # the include files in INCLUDES and setting the cache variable VAR
3246 ac_fn_objc_check_header_mongrel
()
3248 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
3249 if eval \
${$3+:} false
; then :
3250 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3251 $as_echo_n "checking for $2... " >&6; }
3252 if eval \
${$3+:} false
; then :
3253 $as_echo_n "(cached) " >&6
3256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3257 $as_echo "$ac_res" >&6; }
3259 # Is the header compilable?
3260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
3261 $as_echo_n "checking $2 usability... " >&6; }
3262 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3263 /* end confdefs.h. */
3267 if ac_fn_objc_try_compile
"$LINENO"; then :
3268 ac_header_compiler
=yes
3270 ac_header_compiler
=no
3272 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
3274 $as_echo "$ac_header_compiler" >&6; }
3276 # Is the header present?
3277 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
3278 $as_echo_n "checking $2 presence... " >&6; }
3279 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3280 /* end confdefs.h. */
3283 if ac_fn_objc_try_cpp
"$LINENO"; then :
3284 ac_header_preproc
=yes
3286 ac_header_preproc
=no
3288 rm -f conftest.err conftest.i conftest.
$ac_ext
3289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
3290 $as_echo "$ac_header_preproc" >&6; }
3292 # So? What about this header?
3293 case $ac_header_compiler:$ac_header_preproc:$ac_objc_preproc_warn_flag in #((
3295 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
3296 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
3297 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
3298 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
3301 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
3302 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
3303 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
3304 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
3305 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
3306 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
3307 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
3308 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
3309 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
3310 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
3311 ( $as_echo "## ------------------------------------ ##
3312 ## Report this to wine-devel@winehq.org ##
3313 ## ------------------------------------ ##"
3314 ) |
sed "s/^/$as_me: WARNING: /" >&2
3317 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3318 $as_echo_n "checking for $2... " >&6; }
3319 if eval \
${$3+:} false
; then :
3320 $as_echo_n "(cached) " >&6
3322 eval "$3=\$ac_header_compiler"
3325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3326 $as_echo "$ac_res" >&6; }
3328 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3330 } # ac_fn_objc_check_header_mongrel
3332 # ac_fn_c_check_func LINENO FUNC VAR
3333 # ----------------------------------
3334 # Tests whether FUNC exists, setting the cache variable VAR accordingly
3335 ac_fn_c_check_func
()
3337 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
3338 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3339 $as_echo_n "checking for $2... " >&6; }
3340 if eval \
${$3+:} false
; then :
3341 $as_echo_n "(cached) " >&6
3343 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3344 /* end confdefs.h. */
3345 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
3346 For example, HP-UX 11i <limits.h> declares gettimeofday. */
3347 #define $2 innocuous_$2
3349 /* System header to define __stub macros and hopefully few prototypes,
3350 which can conflict with char $2 (); below.
3351 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3352 <limits.h> exists even on freestanding compilers. */
3355 # include <limits.h>
3357 # include <assert.h>
3362 /* Override any GCC internal prototype to avoid an error.
3363 Use char because int might match the return type of a GCC
3364 builtin and then its argument prototype would still apply. */
3369 /* The GNU C library defines this for functions which it implements
3370 to always fail with ENOSYS. Some functions are actually named
3371 something starting with __ and the normal name is an alias. */
3372 #if defined __stub_$2 || defined __stub___$2
3384 if ac_fn_c_try_link
"$LINENO"; then :
3389 rm -f core conftest.err conftest.
$ac_objext \
3390 conftest
$ac_exeext conftest.
$ac_ext
3393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3394 $as_echo "$ac_res" >&6; }
3395 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3397 } # ac_fn_c_check_func
3399 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
3400 # ----------------------------------------------------
3401 # Tries to find if the field MEMBER exists in type AGGR, after including
3402 # INCLUDES, setting cache variable VAR accordingly.
3403 ac_fn_c_check_member
()
3405 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
3406 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
3407 $as_echo_n "checking for $2.$3... " >&6; }
3408 if eval \
${$4+:} false
; then :
3409 $as_echo_n "(cached) " >&6
3411 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3412 /* end confdefs.h. */
3424 if ac_fn_c_try_compile
"$LINENO"; then :
3427 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3428 /* end confdefs.h. */
3434 if (sizeof ac_aggr.$3)
3440 if ac_fn_c_try_compile
"$LINENO"; then :
3445 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3447 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3451 $as_echo "$ac_res" >&6; }
3452 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3454 } # ac_fn_c_check_member
3456 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
3457 # -------------------------------------------
3458 # Tests whether TYPE exists after having included INCLUDES, setting cache
3459 # variable VAR accordingly.
3460 ac_fn_c_check_type
()
3462 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
3463 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3464 $as_echo_n "checking for $2... " >&6; }
3465 if eval \
${$3+:} false
; then :
3466 $as_echo_n "(cached) " >&6
3469 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3470 /* end confdefs.h. */
3481 if ac_fn_c_try_compile
"$LINENO"; then :
3482 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3483 /* end confdefs.h. */
3494 if ac_fn_c_try_compile
"$LINENO"; then :
3499 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3501 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3505 $as_echo "$ac_res" >&6; }
3506 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3508 } # ac_fn_c_check_type
3509 cat >config.log
<<_ACEOF
3510 This file contains any messages produced by compilers while
3511 running configure, to aid debugging if configure makes a mistake.
3513 It was created by Wine $as_me 6.1, which was
3514 generated by GNU Autoconf 2.69. Invocation command line was
3526 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
3527 uname -m = `(uname -m) 2>/dev/null || echo unknown`
3528 uname -r = `(uname -r) 2>/dev/null || echo unknown`
3529 uname -s = `(uname -s) 2>/dev/null || echo unknown`
3530 uname -v = `(uname -v) 2>/dev/null || echo unknown`
3532 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
3533 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
3535 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
3536 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
3537 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
3538 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
3539 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
3540 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
3541 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
3545 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3549 test -z "$as_dir" && as_dir
=.
3550 $as_echo "PATH: $as_dir"
3566 # Keep a trace of the command line.
3567 # Strip out --no-create and --no-recursion so they do not pile up.
3568 # Strip out --silent because we don't want to record it for future runs.
3569 # Also quote any args containing shell meta-characters.
3570 # Make two passes to allow for proper duplicate-argument suppression.
3574 ac_must_keep_next
=false
3580 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
3581 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
3582 |
-silent |
--silent |
--silen |
--sile |
--sil)
3585 ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
3588 1) as_fn_append ac_configure_args0
" '$ac_arg'" ;;
3590 as_fn_append ac_configure_args1
" '$ac_arg'"
3591 if test $ac_must_keep_next = true
; then
3592 ac_must_keep_next
=false
# Got value, back to normal.
3595 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
3596 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
3597 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
3598 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
3599 case "$ac_configure_args0 " in
3600 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
3603 -* ) ac_must_keep_next
=true
;;
3606 as_fn_append ac_configure_args
" '$ac_arg'"
3611 { ac_configure_args0
=; unset ac_configure_args0
;}
3612 { ac_configure_args1
=; unset ac_configure_args1
;}
3614 # When interrupted or exit'd, cleanup temporary files, and complete
3615 # config.log. We remove comments because anyway the quotes in there
3616 # would cause problems or look ugly.
3617 # WARNING: Use '\'' to represent an apostrophe within the trap.
3618 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
3619 trap 'exit_status=$?
3620 # Save into config.log some information that might help in debugging.
3624 $as_echo "## ---------------- ##
3625 ## Cache variables. ##
3626 ## ---------------- ##"
3628 # The following way of writing the cache mishandles newlines in values,
3630 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
3631 eval ac_val=\$$ac_var
3635 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3636 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3639 _ | IFS | as_nl) ;; #(
3640 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3641 *) { eval $ac_var=; unset $ac_var;} ;;
3646 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
3647 *${as_nl}ac_space=\ *)
3649 "s/'\''/'\''\\\\'\'''\''/g;
3650 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
3653 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3660 $as_echo "## ----------------- ##
3661 ## Output variables. ##
3662 ## ----------------- ##"
3664 for ac_var in $ac_subst_vars
3666 eval ac_val=\$$ac_var
3668 *\'\''*) ac_val
=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3670 $as_echo "$ac_var='\''$ac_val'\''"
3674 if test -n "$ac_subst_files"; then
3675 $as_echo "## ------------------- ##
3676 ## File substitutions. ##
3677 ## ------------------- ##"
3679 for ac_var
in $ac_subst_files
3681 eval ac_val
=\$
$ac_var
3683 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3685 $as_echo "$ac_var='\''$ac_val'\''"
3690 if test -s confdefs.h; then
3691 $as_echo "## ----------- ##
3698 test "$ac_signal" != 0 &&
3699 $as_echo "$as_me: caught signal $ac_signal"
3700 $as_echo "$as_me: exit $exit_status"
3702 rm -f core *.core core.conftest.* &&
3703 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
3706 for ac_signal
in 1 2 13 15; do
3707 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
3711 # confdefs.h avoids OS command line length limits that DEFS can exceed.
3712 rm -f -r conftest
* confdefs.h
3714 $as_echo "/* confdefs.h */" > confdefs.h
3716 # Predefined preprocessor variables.
3718 cat >>confdefs.h
<<_ACEOF
3719 #define PACKAGE_NAME "$PACKAGE_NAME"
3722 cat >>confdefs.h
<<_ACEOF
3723 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
3726 cat >>confdefs.h
<<_ACEOF
3727 #define PACKAGE_VERSION "$PACKAGE_VERSION"
3730 cat >>confdefs.h
<<_ACEOF
3731 #define PACKAGE_STRING "$PACKAGE_STRING"
3734 cat >>confdefs.h
<<_ACEOF
3735 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
3738 cat >>confdefs.h
<<_ACEOF
3739 #define PACKAGE_URL "$PACKAGE_URL"
3743 # Let the site file select an alternate cache file if it wants to.
3744 # Prefer an explicitly selected file to automatically selected ones.
3747 if test -n "$CONFIG_SITE"; then
3748 # We do not want a PATH search for config.site.
3749 case $CONFIG_SITE in #((
3750 -*) ac_site_file1
=.
/$CONFIG_SITE;;
3751 */*) ac_site_file1
=$CONFIG_SITE;;
3752 *) ac_site_file1
=.
/$CONFIG_SITE;;
3754 elif test "x$prefix" != xNONE
; then
3755 ac_site_file1
=$prefix/share
/config.site
3756 ac_site_file2
=$prefix/etc
/config.site
3758 ac_site_file1
=$ac_default_prefix/share
/config.site
3759 ac_site_file2
=$ac_default_prefix/etc
/config.site
3761 for ac_site_file
in "$ac_site_file1" "$ac_site_file2"
3763 test "x$ac_site_file" = xNONE
&& continue
3764 if test /dev
/null
!= "$ac_site_file" && test -r "$ac_site_file"; then
3765 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3766 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
3767 sed 's/^/| /' "$ac_site_file" >&5
3769 ||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3770 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3771 as_fn_error $?
"failed to load site script $ac_site_file
3772 See \`config.log' for more details" "$LINENO" 5; }
3776 if test -r "$cache_file"; then
3777 # Some versions of bash will fail to source /dev/null (special files
3778 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
3779 if test /dev
/null
!= "$cache_file" && test -f "$cache_file"; then
3780 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3781 $as_echo "$as_me: loading cache $cache_file" >&6;}
3783 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
3784 *) .
"./$cache_file";;
3788 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3789 $as_echo "$as_me: creating cache $cache_file" >&6;}
3793 # Check that the precious variables saved in the cache have kept the same
3795 ac_cache_corrupted
=false
3796 for ac_var
in $ac_precious_vars; do
3797 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
3798 eval ac_new_set
=\
$ac_env_${ac_var}_set
3799 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
3800 eval ac_new_val
=\
$ac_env_${ac_var}_value
3801 case $ac_old_set,$ac_new_set in
3803 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3804 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3805 ac_cache_corrupted
=: ;;
3807 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
3808 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3809 ac_cache_corrupted
=: ;;
3812 if test "x$ac_old_val" != "x$ac_new_val"; then
3813 # differences in whitespace do not lead to failure.
3814 ac_old_val_w
=`echo x $ac_old_val`
3815 ac_new_val_w
=`echo x $ac_new_val`
3816 if test "$ac_old_val_w" != "$ac_new_val_w"; then
3817 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
3818 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3819 ac_cache_corrupted
=:
3821 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3822 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3823 eval $ac_var=\
$ac_old_val
3825 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
3826 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
3827 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
3828 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
3831 # Pass precious variables to config.status.
3832 if test "$ac_new_set" = set; then
3834 *\'*) ac_arg
=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3835 *) ac_arg
=$ac_var=$ac_new_val ;;
3837 case " $ac_configure_args " in
3838 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3839 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
3843 if $ac_cache_corrupted; then
3844 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3845 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3846 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3847 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3848 as_fn_error $?
"run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3850 ## -------------------- ##
3851 ## Main body of script. ##
3852 ## -------------------- ##
3855 ac_cpp
='$CPP $CPPFLAGS'
3856 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3857 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3858 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3862 ac_config_headers
="$ac_config_headers include/config.h"
3865 for ac_dir
in tools
"$srcdir"/tools
; do
3866 if test -f "$ac_dir/install-sh"; then
3868 ac_install_sh
="$ac_aux_dir/install-sh -c"
3870 elif test -f "$ac_dir/install.sh"; then
3872 ac_install_sh
="$ac_aux_dir/install.sh -c"
3874 elif test -f "$ac_dir/shtool"; then
3876 ac_install_sh
="$ac_aux_dir/shtool install -c"
3880 if test -z "$ac_aux_dir"; then
3881 as_fn_error $?
"cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
3884 # These three variables are undocumented and unsupported,
3885 # and are intended to be withdrawn in a future Autoconf release.
3886 # They can cause serious problems if a builder's source tree is in a directory
3887 # whose full name contains unusual characters.
3888 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3889 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3890 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3894 libwine_version
="1.0"
3898 # Check whether --enable-win16 was given.
3899 if test "${enable_win16+set}" = set; then :
3900 enableval
=$enable_win16;
3903 # Check whether --enable-win64 was given.
3904 if test "${enable_win64+set}" = set; then :
3905 enableval
=$enable_win64;
3908 # Check whether --enable-tests was given.
3909 if test "${enable_tests+set}" = set; then :
3910 enableval
=$enable_tests;
3913 # Check whether --enable-maintainer-mode was given.
3914 if test "${enable_maintainer_mode+set}" = set; then :
3915 enableval
=$enable_maintainer_mode;
3918 # Check whether --enable-silent-rules was given.
3919 if test "${enable_silent_rules+set}" = set; then :
3920 enableval
=$enable_silent_rules;
3923 # Check whether --enable-werror was given.
3924 if test "${enable_werror+set}" = set; then :
3925 enableval
=$enable_werror;
3930 # Check whether --with-alsa was given.
3931 if test "${with_alsa+set}" = set; then :
3936 # Check whether --with-capi was given.
3937 if test "${with_capi+set}" = set; then :
3942 # Check whether --with-cms was given.
3943 if test "${with_cms+set}" = set; then :
3948 # Check whether --with-coreaudio was given.
3949 if test "${with_coreaudio+set}" = set; then :
3950 withval
=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h
=no
; fi
3954 # Check whether --with-cups was given.
3955 if test "${with_cups+set}" = set; then :
3960 # Check whether --with-dbus was given.
3961 if test "${with_dbus+set}" = set; then :
3966 # Check whether --with-faudio was given.
3967 if test "${with_faudio+set}" = set; then :
3968 withval
=$with_faudio;
3972 # Check whether --with-float-abi was given.
3973 if test "${with_float_abi+set}" = set; then :
3974 withval
=$with_float_abi;
3978 # Check whether --with-fontconfig was given.
3979 if test "${with_fontconfig+set}" = set; then :
3980 withval
=$with_fontconfig;
3984 # Check whether --with-freetype was given.
3985 if test "${with_freetype+set}" = set; then :
3986 withval
=$with_freetype;
3990 # Check whether --with-gettext was given.
3991 if test "${with_gettext+set}" = set; then :
3992 withval
=$with_gettext;
3996 # Check whether --with-gettextpo was given.
3997 if test "${with_gettextpo+set}" = set; then :
3998 withval
=$with_gettextpo; if test "x$withval" = "xno"; then ac_cv_header_gettext_po_h
=no
; fi
4002 # Check whether --with-gphoto was given.
4003 if test "${with_gphoto+set}" = set; then :
4004 withval
=$with_gphoto;
4008 # Check whether --with-gnutls was given.
4009 if test "${with_gnutls+set}" = set; then :
4010 withval
=$with_gnutls;
4014 # Check whether --with-gsm was given.
4015 if test "${with_gsm+set}" = set; then :
4016 withval
=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h
=no
; ac_cv_header_gsm_gsm_h
=no
; fi
4020 # Check whether --with-gssapi was given.
4021 if test "${with_gssapi+set}" = set; then :
4022 withval
=$with_gssapi;
4026 # Check whether --with-gstreamer was given.
4027 if test "${with_gstreamer+set}" = set; then :
4028 withval
=$with_gstreamer;
4032 # Check whether --with-hal was given.
4033 if test "${with_hal+set}" = set; then :
4038 # Check whether --with-inotify was given.
4039 if test "${with_inotify+set}" = set; then :
4040 withval
=$with_inotify;
4044 # Check whether --with-jpeg was given.
4045 if test "${with_jpeg+set}" = set; then :
4050 # Check whether --with-jxrlib was given.
4051 if test "${with_jxrlib+set}" = set; then :
4052 withval
=$with_jxrlib;
4056 # Check whether --with-krb5 was given.
4057 if test "${with_krb5+set}" = set; then :
4062 # Check whether --with-ldap was given.
4063 if test "${with_ldap+set}" = set; then :
4064 withval
=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h
=no
; ac_cv_header_lber_h
=no
; fi
4068 # Check whether --with-mingw was given.
4069 if test "${with_mingw+set}" = set; then :
4070 withval
=$with_mingw;
4074 # Check whether --with-mpg123 was given.
4075 if test "${with_mpg123+set}" = set; then :
4076 withval
=$with_mpg123;
4080 # Check whether --with-netapi was given.
4081 if test "${with_netapi+set}" = set; then :
4082 withval
=$with_netapi;
4086 # Check whether --with-openal was given.
4087 if test "${with_openal+set}" = set; then :
4088 withval
=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h
=no
; ac_cv_header_OpenAL_al_h
=no
; fi
4092 # Check whether --with-opencl was given.
4093 if test "${with_opencl+set}" = set; then :
4094 withval
=$with_opencl; if test "x$withval" = "xno"; then ac_cv_header_CL_cl_h
=no
; ac_cv_header_OpenCL_opencl_h
=no
; fi
4098 # Check whether --with-opengl was given.
4099 if test "${with_opengl+set}" = set; then :
4100 withval
=$with_opengl;
4104 # Check whether --with-osmesa was given.
4105 if test "${with_osmesa+set}" = set; then :
4106 withval
=$with_osmesa;
4110 # Check whether --with-oss was given.
4111 if test "${with_oss+set}" = set; then :
4116 # Check whether --with-pcap was given.
4117 if test "${with_pcap+set}" = set; then :
4118 withval
=$with_pcap; if test "x$withval" = "xno"; then ac_cv_header_pcap_pcap_h
=no
; fi
4122 # Check whether --with-png was given.
4123 if test "${with_png+set}" = set; then :
4128 # Check whether --with-pthread was given.
4129 if test "${with_pthread+set}" = set; then :
4130 withval
=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h
=no
; fi
4134 # Check whether --with-pulse was given.
4135 if test "${with_pulse+set}" = set; then :
4136 withval
=$with_pulse;
4140 # Check whether --with-quicktime was given.
4141 if test "${with_quicktime+set}" = set; then :
4142 withval
=$with_quicktime;
4146 # Check whether --with-sane was given.
4147 if test "${with_sane+set}" = set; then :
4152 # Check whether --with-sdl was given.
4153 if test "${with_sdl+set}" = set; then :
4158 # Check whether --with-tiff was given.
4159 if test "${with_tiff+set}" = set; then :
4164 # Check whether --with-udev was given.
4165 if test "${with_udev+set}" = set; then :
4170 # Check whether --with-unwind was given.
4171 if test "${with_unwind+set}" = set; then :
4172 withval
=$with_unwind;
4176 # Check whether --with-usb was given.
4177 if test "${with_usb+set}" = set; then :
4182 # Check whether --with-v4l2 was given.
4183 if test "${with_v4l2+set}" = set; then :
4188 # Check whether --with-vkd3d was given.
4189 if test "${with_vkd3d+set}" = set; then :
4190 withval
=$with_vkd3d;
4194 # Check whether --with-vulkan was given.
4195 if test "${with_vulkan+set}" = set; then :
4196 withval
=$with_vulkan;
4200 # Check whether --with-xcomposite was given.
4201 if test "${with_xcomposite+set}" = set; then :
4202 withval
=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h
=no
; fi
4206 # Check whether --with-xcursor was given.
4207 if test "${with_xcursor+set}" = set; then :
4208 withval
=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h
=no
; fi
4212 # Check whether --with-xfixes was given.
4213 if test "${with_xfixes+set}" = set; then :
4214 withval
=$with_xfixes; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xfixes_h
=no
; fi
4218 # Check whether --with-xinerama was given.
4219 if test "${with_xinerama+set}" = set; then :
4220 withval
=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h
=no
; fi
4224 # Check whether --with-xinput was given.
4225 if test "${with_xinput+set}" = set; then :
4226 withval
=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h
=no
; fi
4230 # Check whether --with-xinput2 was given.
4231 if test "${with_xinput2+set}" = set; then :
4232 withval
=$with_xinput2; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput2_h
=no
; fi
4236 # Check whether --with-xml was given.
4237 if test "${with_xml+set}" = set; then :
4242 # Check whether --with-xrandr was given.
4243 if test "${with_xrandr+set}" = set; then :
4244 withval
=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h
=no
; fi
4248 # Check whether --with-xrender was given.
4249 if test "${with_xrender+set}" = set; then :
4250 withval
=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h
=no
; fi
4254 # Check whether --with-xshape was given.
4255 if test "${with_xshape+set}" = set; then :
4256 withval
=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h
=no
; fi
4260 # Check whether --with-xshm was given.
4261 if test "${with_xshm+set}" = set; then :
4262 withval
=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h
=no
; fi
4266 # Check whether --with-xslt was given.
4267 if test "${with_xslt+set}" = set; then :
4272 # Check whether --with-xxf86vm was given.
4273 if test "${with_xxf86vm+set}" = set; then :
4274 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
4279 # Check whether --with-wine-tools was given.
4280 if test "${with_wine_tools+set}" = set; then :
4281 withval
=$with_wine_tools;
4285 # Check whether --with-wine64 was given.
4286 if test "${with_wine64+set}" = set; then :
4287 withval
=$with_wine64;
4291 # Make sure we can run config.sub.
4292 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
4293 as_fn_error $?
"cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4295 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4296 $as_echo_n "checking build system type... " >&6; }
4297 if ${ac_cv_build+:} false
; then :
4298 $as_echo_n "(cached) " >&6
4300 ac_build_alias
=$build_alias
4301 test "x$ac_build_alias" = x
&&
4302 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
4303 test "x$ac_build_alias" = x
&&
4304 as_fn_error $?
"cannot guess build type; you must specify one" "$LINENO" 5
4305 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4306 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
4309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4310 $as_echo "$ac_cv_build" >&6; }
4311 case $ac_cv_build in
4313 *) as_fn_error $?
"invalid value of canonical build" "$LINENO" 5;;
4316 ac_save_IFS
=$IFS; IFS
='-'
4322 # Remember, the first character of IFS is used to create $*,
4323 # except with old shells:
4326 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
4329 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
4330 $as_echo_n "checking host system type... " >&6; }
4331 if ${ac_cv_host+:} false
; then :
4332 $as_echo_n "(cached) " >&6
4334 if test "x$host_alias" = x
; then
4335 ac_cv_host
=$ac_cv_build
4337 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
4338 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
4342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
4343 $as_echo "$ac_cv_host" >&6; }
4346 *) as_fn_error $?
"invalid value of canonical host" "$LINENO" 5;;
4349 ac_save_IFS
=$IFS; IFS
='-'
4355 # Remember, the first character of IFS is used to create $*,
4356 # except with old shells:
4359 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
4364 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
4365 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
4367 ac_make
=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
4368 if eval \
${ac_cv_prog_make_${ac_make}_set+:} false
; then :
4369 $as_echo_n "(cached) " >&6
4371 cat >conftest.
make <<\_ACEOF
4374 @
echo '@@@%%%=$(MAKE)=@@@%%%'
4376 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
4377 case `${MAKE-make} -f conftest.make 2>/dev/null` in
4379 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
4381 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
4385 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
4386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4387 $as_echo "yes" >&6; }
4390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4391 $as_echo "no" >&6; }
4392 SET_MAKE
="MAKE=${MAKE-make}"
4396 ac_cpp
='$CPP $CPPFLAGS'
4397 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4398 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4399 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4400 if test -n "$ac_tool_prefix"; then
4401 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4402 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
4403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4404 $as_echo_n "checking for $ac_word... " >&6; }
4405 if ${ac_cv_prog_CC+:} false
; then :
4406 $as_echo_n "(cached) " >&6
4408 if test -n "$CC"; then
4409 ac_cv_prog_CC
="$CC" # Let the user override the test.
4411 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4415 test -z "$as_dir" && as_dir
=.
4416 for ac_exec_ext
in '' $ac_executable_extensions; do
4417 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4418 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
4419 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4429 if test -n "$CC"; then
4430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4431 $as_echo "$CC" >&6; }
4433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4434 $as_echo "no" >&6; }
4439 if test -z "$ac_cv_prog_CC"; then
4441 # Extract the first word of "gcc", so it can be a program name with args.
4442 set dummy gcc
; ac_word
=$2
4443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4444 $as_echo_n "checking for $ac_word... " >&6; }
4445 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
4446 $as_echo_n "(cached) " >&6
4448 if test -n "$ac_ct_CC"; then
4449 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
4451 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4455 test -z "$as_dir" && as_dir
=.
4456 for ac_exec_ext
in '' $ac_executable_extensions; do
4457 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4458 ac_cv_prog_ac_ct_CC
="gcc"
4459 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4468 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
4469 if test -n "$ac_ct_CC"; then
4470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4471 $as_echo "$ac_ct_CC" >&6; }
4473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4474 $as_echo "no" >&6; }
4477 if test "x$ac_ct_CC" = x
; then
4480 case $cross_compiling:$ac_tool_warned in
4482 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4483 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4484 ac_tool_warned
=yes ;;
4492 if test -z "$CC"; then
4493 if test -n "$ac_tool_prefix"; then
4494 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4495 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
4496 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4497 $as_echo_n "checking for $ac_word... " >&6; }
4498 if ${ac_cv_prog_CC+:} false
; then :
4499 $as_echo_n "(cached) " >&6
4501 if test -n "$CC"; then
4502 ac_cv_prog_CC
="$CC" # Let the user override the test.
4504 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4508 test -z "$as_dir" && as_dir
=.
4509 for ac_exec_ext
in '' $ac_executable_extensions; do
4510 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4511 ac_cv_prog_CC
="${ac_tool_prefix}cc"
4512 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4522 if test -n "$CC"; then
4523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4524 $as_echo "$CC" >&6; }
4526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4527 $as_echo "no" >&6; }
4533 if test -z "$CC"; then
4534 # Extract the first word of "cc", so it can be a program name with args.
4535 set dummy cc
; ac_word
=$2
4536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4537 $as_echo_n "checking for $ac_word... " >&6; }
4538 if ${ac_cv_prog_CC+:} false
; then :
4539 $as_echo_n "(cached) " >&6
4541 if test -n "$CC"; then
4542 ac_cv_prog_CC
="$CC" # Let the user override the test.
4545 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4549 test -z "$as_dir" && as_dir
=.
4550 for ac_exec_ext
in '' $ac_executable_extensions; do
4551 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4552 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4553 ac_prog_rejected
=yes
4557 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4564 if test $ac_prog_rejected = yes; then
4565 # We found a bogon in the path, so make sure we never use it.
4566 set dummy
$ac_cv_prog_CC
4568 if test $# != 0; then
4569 # We chose a different compiler from the bogus one.
4570 # However, it has the same basename, so the bogon will be chosen
4571 # first if we set CC to just the basename; use the full file name.
4573 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
4579 if test -n "$CC"; then
4580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4581 $as_echo "$CC" >&6; }
4583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4584 $as_echo "no" >&6; }
4589 if test -z "$CC"; then
4590 if test -n "$ac_tool_prefix"; then
4591 for ac_prog
in cl.exe
4593 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4594 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
4595 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4596 $as_echo_n "checking for $ac_word... " >&6; }
4597 if ${ac_cv_prog_CC+:} false
; then :
4598 $as_echo_n "(cached) " >&6
4600 if test -n "$CC"; then
4601 ac_cv_prog_CC
="$CC" # Let the user override the test.
4603 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4607 test -z "$as_dir" && as_dir
=.
4608 for ac_exec_ext
in '' $ac_executable_extensions; do
4609 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4610 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
4611 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4621 if test -n "$CC"; then
4622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4623 $as_echo "$CC" >&6; }
4625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4626 $as_echo "no" >&6; }
4630 test -n "$CC" && break
4633 if test -z "$CC"; then
4635 for ac_prog
in cl.exe
4637 # Extract the first word of "$ac_prog", so it can be a program name with args.
4638 set dummy
$ac_prog; ac_word
=$2
4639 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4640 $as_echo_n "checking for $ac_word... " >&6; }
4641 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
4642 $as_echo_n "(cached) " >&6
4644 if test -n "$ac_ct_CC"; then
4645 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
4647 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4651 test -z "$as_dir" && as_dir
=.
4652 for ac_exec_ext
in '' $ac_executable_extensions; do
4653 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4654 ac_cv_prog_ac_ct_CC
="$ac_prog"
4655 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4664 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
4665 if test -n "$ac_ct_CC"; then
4666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4667 $as_echo "$ac_ct_CC" >&6; }
4669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4670 $as_echo "no" >&6; }
4674 test -n "$ac_ct_CC" && break
4677 if test "x$ac_ct_CC" = x
; then
4680 case $cross_compiling:$ac_tool_warned in
4682 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4683 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4684 ac_tool_warned
=yes ;;
4693 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4694 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4695 as_fn_error $?
"no acceptable C compiler found in \$PATH
4696 See \`config.log' for more details" "$LINENO" 5; }
4698 # Provide some information about the compiler.
4699 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4702 for ac_option
in --version -v -V -qversion; do
4703 { { ac_try
="$ac_compiler $ac_option >&5"
4705 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4706 *) ac_try_echo=$ac_try;;
4708 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4709 $as_echo "$ac_try_echo"; } >&5
4710 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4712 if test -s conftest.err; then
4714 ... rest of stderr output deleted ...
4715 10q' conftest.err >conftest.er1
4716 cat conftest.er1 >&5
4718 rm -f conftest.er1 conftest.err
4719 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4720 test $ac_status = 0; }
4723 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4724 /* end confdefs.h. */
4734 ac_clean_files_save=$ac_clean_files
4735 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
4736 # Try to create an executable without -o first, disregard a.out.
4737 # It will help us diagnose broken compilers, and finding out an intuition
4739 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4740 $as_echo_n "checking whether the C compiler works... " >&6; }
4741 ac_link_default=`$as_echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
4743 # The possible output files:
4744 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4747 for ac_file in $ac_files
4750 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4751 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4756 if { { ac_try="$ac_link_default"
4758 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4759 *) ac_try_echo
=$ac_try;;
4761 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4762 $as_echo "$ac_try_echo"; } >&5
4763 (eval "$ac_link_default") 2>&5
4765 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4766 test $ac_status = 0; }; then :
4767 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4768 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4769 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4770 # so that the user can short-circuit this test for compilers unknown to
4772 for ac_file
in $ac_files ''
4774 test -f "$ac_file" ||
continue
4776 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
4779 # We found the default executable, but exeext='' is most
4783 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
4785 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4787 # We set ac_cv_exeext here because the later test for it is not
4788 # safe: cross compilers may not add the suffix if given an `-o'
4789 # argument, so we may need to know it at that point already.
4790 # Even if this section looks crufty: it has the advantage of
4797 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
4802 if test -z "$ac_file"; then :
4803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4804 $as_echo "no" >&6; }
4805 $as_echo "$as_me: failed program was:" >&5
4806 sed 's/^/| /' conftest.
$ac_ext >&5
4808 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4809 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4810 as_fn_error
77 "C compiler cannot create executables
4811 See \`config.log' for more details" "$LINENO" 5; }
4813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4814 $as_echo "yes" >&6; }
4816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4817 $as_echo_n "checking for C compiler default output file name... " >&6; }
4818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4819 $as_echo "$ac_file" >&6; }
4820 ac_exeext
=$ac_cv_exeext
4822 rm -f -r a.out a.out.dSYM a.exe conftest
$ac_cv_exeext b.out
4823 ac_clean_files
=$ac_clean_files_save
4824 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4825 $as_echo_n "checking for suffix of executables... " >&6; }
4826 if { { ac_try
="$ac_link"
4828 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4829 *) ac_try_echo=$ac_try;;
4831 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4832 $as_echo "$ac_try_echo"; } >&5
4833 (eval "$ac_link") 2>&5
4835 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4836 test $ac_status = 0; }; then :
4837 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
4838 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
4839 # work properly (i.e., refer to `conftest.exe'), while it won't with
4841 for ac_file
in conftest.exe conftest conftest.
*; do
4842 test -f "$ac_file" ||
continue
4844 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
4845 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4851 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4852 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4853 as_fn_error $?
"cannot compute suffix of executables: cannot compile and link
4854 See \`config.log' for more details" "$LINENO" 5; }
4856 rm -f conftest conftest
$ac_cv_exeext
4857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4858 $as_echo "$ac_cv_exeext" >&6; }
4860 rm -f conftest.
$ac_ext
4861 EXEEXT
=$ac_cv_exeext
4863 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4864 /* end confdefs.h. */
4869 FILE *f = fopen ("conftest.out", "w");
4870 return ferror (f) || fclose (f) != 0;
4876 ac_clean_files
="$ac_clean_files conftest.out"
4877 # Check that the compiler produces executables we can run. If not, either
4878 # the compiler is broken, or we cross compile.
4879 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4880 $as_echo_n "checking whether we are cross compiling... " >&6; }
4881 if test "$cross_compiling" != yes; then
4882 { { ac_try
="$ac_link"
4884 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4885 *) ac_try_echo=$ac_try;;
4887 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4888 $as_echo "$ac_try_echo"; } >&5
4889 (eval "$ac_link") 2>&5
4891 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4892 test $ac_status = 0; }
4893 if { ac_try='./conftest$ac_cv_exeext'
4894 { { case "(($ac_try" in
4895 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4896 *) ac_try_echo
=$ac_try;;
4898 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4899 $as_echo "$ac_try_echo"; } >&5
4900 (eval "$ac_try") 2>&5
4902 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4903 test $ac_status = 0; }; }; then
4906 if test "$cross_compiling" = maybe
; then
4909 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4910 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4911 as_fn_error $?
"cannot run C compiled programs.
4912 If you meant to cross compile, use \`--host'.
4913 See \`config.log' for more details" "$LINENO" 5; }
4917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4918 $as_echo "$cross_compiling" >&6; }
4920 rm -f conftest.
$ac_ext conftest
$ac_cv_exeext conftest.out
4921 ac_clean_files
=$ac_clean_files_save
4922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4923 $as_echo_n "checking for suffix of object files... " >&6; }
4924 if ${ac_cv_objext+:} false
; then :
4925 $as_echo_n "(cached) " >&6
4927 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4928 /* end confdefs.h. */
4938 rm -f conftest.o conftest.obj
4939 if { { ac_try
="$ac_compile"
4941 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4942 *) ac_try_echo=$ac_try;;
4944 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4945 $as_echo "$ac_try_echo"; } >&5
4946 (eval "$ac_compile") 2>&5
4948 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4949 test $ac_status = 0; }; then :
4950 for ac_file in conftest.o conftest.obj conftest.*; do
4951 test -f "$ac_file" || continue;
4953 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4954 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4959 $as_echo "$as_me: failed program was:" >&5
4960 sed 's/^/| /' conftest.$ac_ext >&5
4962 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4963 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4964 as_fn_error $? "cannot compute suffix of object files
: cannot compile
4965 See \
`config.log' for more details" "$LINENO" 5; }
4967 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4970 $as_echo "$ac_cv_objext" >&6; }
4971 OBJEXT=$ac_cv_objext
4973 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4974 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4975 if ${ac_cv_c_compiler_gnu+:} false; then :
4976 $as_echo_n "(cached) " >&6
4978 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4979 /* end confdefs.h. */
4992 if ac_fn_c_try_compile "$LINENO"; then :
4997 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4998 ac_cv_c_compiler_gnu=$ac_compiler_gnu
5001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
5002 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
5003 if test $ac_compiler_gnu = yes; then
5008 ac_test_CFLAGS=${CFLAGS+set}
5009 ac_save_CFLAGS=$CFLAGS
5010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
5011 $as_echo_n "checking whether $CC accepts -g... " >&6; }
5012 if ${ac_cv_prog_cc_g+:} false; then :
5013 $as_echo_n "(cached) " >&6
5015 ac_save_c_werror_flag=$ac_c_werror_flag
5016 ac_c_werror_flag=yes
5019 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5020 /* end confdefs.h. */
5030 if ac_fn_c_try_compile "$LINENO"; then :
5034 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5035 /* end confdefs.h. */
5045 if ac_fn_c_try_compile "$LINENO"; then :
5048 ac_c_werror_flag=$ac_save_c_werror_flag
5050 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5051 /* end confdefs.h. */
5061 if ac_fn_c_try_compile "$LINENO"; then :
5064 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5066 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5068 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5069 ac_c_werror_flag=$ac_save_c_werror_flag
5071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
5072 $as_echo "$ac_cv_prog_cc_g" >&6; }
5073 if test "$ac_test_CFLAGS" = set; then
5074 CFLAGS=$ac_save_CFLAGS
5075 elif test $ac_cv_prog_cc_g = yes; then
5076 if test "$GCC" = yes; then
5082 if test "$GCC" = yes; then
5088 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
5089 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
5090 if ${ac_cv_prog_cc_c89+:} false; then :
5091 $as_echo_n "(cached) " >&6
5093 ac_cv_prog_cc_c89=no
5095 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5096 /* end confdefs.h. */
5100 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
5101 struct buf { int x; };
5102 FILE * (*rcsopen) (struct buf *, struct stat *, int);
5103 static char *e (p, i)
5109 static char *f (char * (*g) (char **, int), char **p, ...)
5114 s = g (p, va_arg (v,int));
5119 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
5120 function prototypes and stuff, but not '\xHH' hex character constants.
5121 These don't provoke an error unfortunately, instead are silently treated
5122 as 'x'. The following induces an error, until -std is added to get
5123 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
5124 array size at least. It's necessary to write '\x00'==0 to get something
5125 that's true only with -std. */
5126 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
5128 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
5129 inside strings and character constants. */
5131 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
5133 int test (int i, double x);
5134 struct s1 {int (*f) (int a);};
5135 struct s2 {int (*f) (double a);};
5136 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
5142 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
5147 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
5148 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
5150 CC="$ac_save_CC $ac_arg"
5151 if ac_fn_c_try_compile "$LINENO"; then :
5152 ac_cv_prog_cc_c89=$ac_arg
5154 rm -f core conftest.err conftest.$ac_objext
5155 test "x$ac_cv_prog_cc_c89" != "xno" && break
5157 rm -f conftest.$ac_ext
5162 case "x$ac_cv_prog_cc_c89" in
5164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
5165 $as_echo "none needed" >&6; } ;;
5167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
5168 $as_echo "unsupported" >&6; } ;;
5170 CC="$CC $ac_cv_prog_cc_c89"
5171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
5172 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
5174 if test "x$ac_cv_prog_cc_c89" != xno; then :
5179 ac_cpp='$CPP $CPPFLAGS'
5180 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5181 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5182 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5185 ac_cpp='$CXXCPP $CPPFLAGS'
5186 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5187 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5188 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5189 if test -z "$CXX"; then
5190 if test -n "$CCC"; then
5193 if test -n "$ac_tool_prefix"; then
5194 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
5196 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5197 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5198 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5199 $as_echo_n "checking for $ac_word... " >&6; }
5200 if ${ac_cv_prog_CXX+:} false; then :
5201 $as_echo_n "(cached) " >&6
5203 if test -n "$CXX"; then
5204 ac_cv_prog_CXX="$CXX" # Let the user override the test.
5206 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5210 test -z "$as_dir" && as_dir=.
5211 for ac_exec_ext in '' $ac_executable_extensions; do
5212 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5213 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
5214 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5224 if test -n "$CXX"; then
5225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
5226 $as_echo "$CXX" >&6; }
5228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5229 $as_echo "no" >&6; }
5233 test -n "$CXX" && break
5236 if test -z "$CXX"; then
5238 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
5240 # Extract the first word of "$ac_prog", so it can be a program name with args.
5241 set dummy $ac_prog; ac_word=$2
5242 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5243 $as_echo_n "checking for $ac_word... " >&6; }
5244 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
5245 $as_echo_n "(cached) " >&6
5247 if test -n "$ac_ct_CXX"; then
5248 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
5250 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5254 test -z "$as_dir" && as_dir=.
5255 for ac_exec_ext in '' $ac_executable_extensions; do
5256 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5257 ac_cv_prog_ac_ct_CXX="$ac_prog"
5258 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5267 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
5268 if test -n "$ac_ct_CXX"; then
5269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
5270 $as_echo "$ac_ct_CXX" >&6; }
5272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5273 $as_echo "no" >&6; }
5277 test -n "$ac_ct_CXX" && break
5280 if test "x$ac_ct_CXX" = x; then
5283 case $cross_compiling:$ac_tool_warned in
5285 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5286 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5287 ac_tool_warned=yes ;;
5295 # Provide some information about the compiler.
5296 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
5299 for ac_option in --version -v -V -qversion; do
5300 { { ac_try="$ac_compiler $ac_option >&5"
5302 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5303 *) ac_try_echo
=$ac_try;;
5305 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5306 $as_echo "$ac_try_echo"; } >&5
5307 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
5309 if test -s conftest.err
; then
5311 ... rest of stderr output deleted ...
5312 10q' conftest.err
>conftest.er1
5313 cat conftest.er1
>&5
5315 rm -f conftest.er1 conftest.err
5316 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5317 test $ac_status = 0; }
5320 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
5321 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
5322 if ${ac_cv_cxx_compiler_gnu+:} false
; then :
5323 $as_echo_n "(cached) " >&6
5325 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5326 /* end confdefs.h. */
5339 if ac_fn_cxx_try_compile
"$LINENO"; then :
5344 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5345 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
5348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
5349 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
5350 if test $ac_compiler_gnu = yes; then
5355 ac_test_CXXFLAGS
=${CXXFLAGS+set}
5356 ac_save_CXXFLAGS
=$CXXFLAGS
5357 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
5358 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
5359 if ${ac_cv_prog_cxx_g+:} false
; then :
5360 $as_echo_n "(cached) " >&6
5362 ac_save_cxx_werror_flag
=$ac_cxx_werror_flag
5363 ac_cxx_werror_flag
=yes
5366 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5367 /* end confdefs.h. */
5377 if ac_fn_cxx_try_compile
"$LINENO"; then :
5378 ac_cv_prog_cxx_g
=yes
5381 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5382 /* end confdefs.h. */
5392 if ac_fn_cxx_try_compile
"$LINENO"; then :
5395 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
5397 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5398 /* end confdefs.h. */
5408 if ac_fn_cxx_try_compile
"$LINENO"; then :
5409 ac_cv_prog_cxx_g
=yes
5411 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5413 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5415 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5416 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
5418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
5419 $as_echo "$ac_cv_prog_cxx_g" >&6; }
5420 if test "$ac_test_CXXFLAGS" = set; then
5421 CXXFLAGS
=$ac_save_CXXFLAGS
5422 elif test $ac_cv_prog_cxx_g = yes; then
5423 if test "$GXX" = yes; then
5429 if test "$GXX" = yes; then
5436 ac_cpp
='$CPP $CPPFLAGS'
5437 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5438 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5439 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
5441 if test -n "$ac_tool_prefix"; then
5442 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
5443 set dummy
${ac_tool_prefix}cpp
; ac_word
=$2
5444 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5445 $as_echo_n "checking for $ac_word... " >&6; }
5446 if ${ac_cv_prog_CPPBIN+:} false
; then :
5447 $as_echo_n "(cached) " >&6
5449 if test -n "$CPPBIN"; then
5450 ac_cv_prog_CPPBIN
="$CPPBIN" # Let the user override the test.
5452 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5456 test -z "$as_dir" && as_dir
=.
5457 for ac_exec_ext
in '' $ac_executable_extensions; do
5458 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5459 ac_cv_prog_CPPBIN
="${ac_tool_prefix}cpp"
5460 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5469 CPPBIN
=$ac_cv_prog_CPPBIN
5470 if test -n "$CPPBIN"; then
5471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
5472 $as_echo "$CPPBIN" >&6; }
5474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5475 $as_echo "no" >&6; }
5480 if test -z "$ac_cv_prog_CPPBIN"; then
5481 ac_ct_CPPBIN
=$CPPBIN
5482 # Extract the first word of "cpp", so it can be a program name with args.
5483 set dummy cpp
; ac_word
=$2
5484 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5485 $as_echo_n "checking for $ac_word... " >&6; }
5486 if ${ac_cv_prog_ac_ct_CPPBIN+:} false
; then :
5487 $as_echo_n "(cached) " >&6
5489 if test -n "$ac_ct_CPPBIN"; then
5490 ac_cv_prog_ac_ct_CPPBIN
="$ac_ct_CPPBIN" # Let the user override the test.
5492 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5496 test -z "$as_dir" && as_dir
=.
5497 for ac_exec_ext
in '' $ac_executable_extensions; do
5498 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5499 ac_cv_prog_ac_ct_CPPBIN
="cpp"
5500 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5509 ac_ct_CPPBIN
=$ac_cv_prog_ac_ct_CPPBIN
5510 if test -n "$ac_ct_CPPBIN"; then
5511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
5512 $as_echo "$ac_ct_CPPBIN" >&6; }
5514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5515 $as_echo "no" >&6; }
5518 if test "x$ac_ct_CPPBIN" = x
; then
5521 case $cross_compiling:$ac_tool_warned in
5523 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5524 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5525 ac_tool_warned
=yes ;;
5527 CPPBIN
=$ac_ct_CPPBIN
5530 CPPBIN
="$ac_cv_prog_CPPBIN"
5534 cat >>confdefs.h
<<_ACEOF
5535 #define EXEEXT "$ac_exeext"
5538 if test -n "$ac_tool_prefix"; then
5539 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
5540 set dummy
${ac_tool_prefix}ld
; ac_word
=$2
5541 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5542 $as_echo_n "checking for $ac_word... " >&6; }
5543 if ${ac_cv_prog_LD+:} false
; then :
5544 $as_echo_n "(cached) " >&6
5546 if test -n "$LD"; then
5547 ac_cv_prog_LD
="$LD" # Let the user override the test.
5549 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5553 test -z "$as_dir" && as_dir
=.
5554 for ac_exec_ext
in '' $ac_executable_extensions; do
5555 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5556 ac_cv_prog_LD
="${ac_tool_prefix}ld"
5557 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5567 if test -n "$LD"; then
5568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5569 $as_echo "$LD" >&6; }
5571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5572 $as_echo "no" >&6; }
5577 if test -z "$ac_cv_prog_LD"; then
5579 # Extract the first word of "ld", so it can be a program name with args.
5580 set dummy ld
; ac_word
=$2
5581 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5582 $as_echo_n "checking for $ac_word... " >&6; }
5583 if ${ac_cv_prog_ac_ct_LD+:} false
; then :
5584 $as_echo_n "(cached) " >&6
5586 if test -n "$ac_ct_LD"; then
5587 ac_cv_prog_ac_ct_LD
="$ac_ct_LD" # Let the user override the test.
5589 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5593 test -z "$as_dir" && as_dir
=.
5594 for ac_exec_ext
in '' $ac_executable_extensions; do
5595 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5596 ac_cv_prog_ac_ct_LD
="ld"
5597 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5606 ac_ct_LD
=$ac_cv_prog_ac_ct_LD
5607 if test -n "$ac_ct_LD"; then
5608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LD" >&5
5609 $as_echo "$ac_ct_LD" >&6; }
5611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5612 $as_echo "no" >&6; }
5615 if test "x$ac_ct_LD" = x
; then
5618 case $cross_compiling:$ac_tool_warned in
5620 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5621 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5622 ac_tool_warned
=yes ;;
5633 with_fontconfig
=${with_fontconfig:-no}
5635 *-mingw32*|
*-cygwin*)
5636 enable_win16
=${enable_win16:-no}
5637 with_mingw
=${with_mingw:-no}
5638 CFLAGS
="$CFLAGS -D_WIN32"
5646 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
5651 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
5652 $as_echo_n "checking whether $CC works... " >&6; }
5653 if ${wine_cv_cc_m32+:} false
; then :
5654 $as_echo_n "(cached) " >&6
5656 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5657 /* end confdefs.h. */
5667 if ac_fn_c_try_link
"$LINENO"; then :
5672 rm -f core conftest.err conftest.
$ac_objext \
5673 conftest
$ac_exeext conftest.
$ac_ext
5675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_cc_m32" >&5
5676 $as_echo "$wine_cv_cc_m32" >&6; }
5677 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
5679 notice_platform
="32-bit "
5681 PKG_CONFIG_PATH
=${PKG_CONFIG_PATH:-/usr/lib/i386-linux-gnu/pkgconfig:/usr/lib32/pkgconfig:/usr/lib/pkgconfig}
5682 export PKG_CONFIG_PATH
5683 enable_win16
=${enable_win16:-yes}
5684 with_unwind
=${with_unwind:-no}
5686 if test "x${GCC}" = "xyes"
5688 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
5689 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
5690 if ${wine_cv_builtin_ms_va_list+:} false
; then :
5691 $as_echo_n "(cached) " >&6
5693 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5694 /* end confdefs.h. */
5699 void func(__builtin_ms_va_list *args);
5704 if ac_fn_c_try_compile
"$LINENO"; then :
5705 wine_cv_builtin_ms_va_list
=yes
5707 wine_cv_builtin_ms_va_list
=no
5709 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_builtin_ms_va_list" >&5
5712 $as_echo "$wine_cv_builtin_ms_va_list" >&6; }
5713 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
5718 notice_platform
="64-bit "
5723 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports Thumb-2" >&5
5724 $as_echo_n "checking whether $CC supports Thumb-2... " >&6; }
5725 if ${wine_cv_thumb2+:} false
; then :
5726 $as_echo_n "(cached) " >&6
5728 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5729 /* end confdefs.h. */
5734 asm(".syntax unified\n\t.thumb\n\tldm r0,{r0-r8}");
5739 if ac_fn_c_try_link
"$LINENO"; then :
5744 rm -f core conftest.err conftest.
$ac_objext \
5745 conftest
$ac_exeext conftest.
$ac_ext
5747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_thumb2" >&5
5748 $as_echo "$wine_cv_thumb2" >&6; }
5749 if test x
"$wine_cv_thumb2" = xyes
5751 CFLAGS
="$CFLAGS -mthumb"
5752 TARGETFLAGS
="-mthumb"
5754 CFLAGS
="$CFLAGS -marm"
5757 case $with_float_abi in
5759 float_abi
=$with_float_abi ;;
5766 saved_CFLAGS
=$CFLAGS
5767 CFLAGS
="$CFLAGS -mfloat-abi=$float_abi"
5768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -mfloat-abi=$float_abi" >&5
5769 $as_echo_n "checking whether $CC supports -mfloat-abi=$float_abi... " >&6; }
5770 if ${wine_cv_float_abi+:} false
; then :
5771 $as_echo_n "(cached) " >&6
5773 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5774 /* end confdefs.h. */
5779 asm("vmrs r2,fpscr");
5784 if ac_fn_c_try_link
"$LINENO"; then :
5785 wine_cv_float_abi
=yes
5787 wine_cv_float_abi
=no
5789 rm -f core conftest.err conftest.
$ac_objext \
5790 conftest
$ac_exeext conftest.
$ac_ext
5792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_float_abi" >&5
5793 $as_echo "$wine_cv_float_abi" >&6; }
5794 if test $wine_cv_float_abi = no
5797 as_fn_append wine_warnings
"|Floating point is not supported for this target. The resulting build won't be compatible with Windows ARM binaries."
5799 CFLAGS
=$saved_CFLAGS
5803 CFLAGS
="$CFLAGS -mfloat-abi=$float_abi"
5804 TARGETFLAGS
="$TARGETFLAGS -mfloat-abi=$float_abi"
5807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
5808 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
5809 if ${wine_cv_builtin_ms_va_list+:} false
; then :
5810 $as_echo_n "(cached) " >&6
5812 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5813 /* end confdefs.h. */
5818 void func(__builtin_ms_va_list *args);
5823 if ac_fn_c_try_compile
"$LINENO"; then :
5824 wine_cv_builtin_ms_va_list
=yes
5826 wine_cv_builtin_ms_va_list
=no
5828 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_builtin_ms_va_list" >&5
5831 $as_echo "$wine_cv_builtin_ms_va_list" >&6; }
5832 test $wine_cv_builtin_ms_va_list != no || as_fn_error $?
"You need clang >= 5.0 to build Wine for arm64." "$LINENO" 5
5835 enable_win16
=${enable_win16:-yes}
5836 with_unwind
=${with_unwind:-no}
5840 enable_win16
=${enable_win16:-no}
5841 enable_win64
=${enable_win64:-no}
5843 enable_winetest
=${enable_winetest:-$enable_tests}
5845 if test "x$enable_win64" = "xyes"
5847 test -z "$with_wine64" || as_fn_error $?
"--enable-win64 and --with-wine64 are mutually exclusive.
5848 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
5849 test "x$libdir" != "x\${exec_prefix}/lib" || libdir
="\${exec_prefix}/lib64"
5852 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
5853 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
5854 if ${wine_cv_toolsdir+:} false
; then :
5855 $as_echo_n "(cached) " >&6
5857 wine_cv_toolsdir
="$with_wine_tools"
5858 if test -z "$with_wine_tools"; then
5859 if test "$cross_compiling" = "yes"; then
5860 as_fn_error $?
"you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
5861 elif test -n "$with_wine64"; then
5862 wine_cv_toolsdir
="$with_wine64"
5866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
5867 $as_echo "$wine_cv_toolsdir" >&6; }
5868 if test -z "$wine_cv_toolsdir"; then
5869 wine_makedep
=tools
/makedep
5872 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
5873 wine_makedep
=$wine_cv_toolsdir/tools
/makedep
5874 TOOLSDIR
=$wine_cv_toolsdir
5876 enable_tools
=${enable_tools:-no}
5877 test -f "$wine_makedep" || as_fn_error $?
"the Wine tools have not yet been built in $wine_cv_toolsdir" "$LINENO" 5
5879 as_fn_error $?
"could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
5881 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
5883 TARGETFLAGS
="-b $host_alias $TARGETFLAGS"
5888 # Extract the first word of "$ac_prog", so it can be a program name with args.
5889 set dummy
$ac_prog; ac_word
=$2
5890 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5891 $as_echo_n "checking for $ac_word... " >&6; }
5892 if ${ac_cv_prog_FLEX+:} false
; then :
5893 $as_echo_n "(cached) " >&6
5895 if test -n "$FLEX"; then
5896 ac_cv_prog_FLEX
="$FLEX" # Let the user override the test.
5898 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5902 test -z "$as_dir" && as_dir
=.
5903 for ac_exec_ext
in '' $ac_executable_extensions; do
5904 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5905 ac_cv_prog_FLEX
="$ac_prog"
5906 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5915 FLEX
=$ac_cv_prog_FLEX
5916 if test -n "$FLEX"; then
5917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
5918 $as_echo "$FLEX" >&6; }
5920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5921 $as_echo "no" >&6; }
5925 test -n "$FLEX" && break
5927 test -n "$FLEX" || FLEX
="none"
5929 if test "$FLEX" = "none"
5931 as_fn_error $?
"no suitable flex found. Please install the 'flex' package." "$LINENO" 5
5933 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
5934 $as_echo_n "checking whether flex is recent enough... " >&6; }
5935 if ${wine_cv_recent_flex+:} false
; then :
5936 $as_echo_n "(cached) " >&6
5938 cat >conftest.l
<<EOF
5940 #include "prediluvian.h"
5944 if $FLEX -t conftest.l
>/dev
/null
2>&5
5946 wine_cv_recent_flex
=yes
5948 wine_cv_recent_flex
=no
5951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_recent_flex" >&5
5952 $as_echo "$wine_cv_recent_flex" >&6; }
5953 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
5955 for ac_prog
in bison
5957 # Extract the first word of "$ac_prog", so it can be a program name with args.
5958 set dummy
$ac_prog; ac_word
=$2
5959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5960 $as_echo_n "checking for $ac_word... " >&6; }
5961 if ${ac_cv_prog_BISON+:} false
; then :
5962 $as_echo_n "(cached) " >&6
5964 if test -n "$BISON"; then
5965 ac_cv_prog_BISON
="$BISON" # Let the user override the test.
5967 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5971 test -z "$as_dir" && as_dir
=.
5972 for ac_exec_ext
in '' $ac_executable_extensions; do
5973 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5974 ac_cv_prog_BISON
="$ac_prog"
5975 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5984 BISON
=$ac_cv_prog_BISON
5985 if test -n "$BISON"; then
5986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
5987 $as_echo "$BISON" >&6; }
5989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5990 $as_echo "no" >&6; }
5994 test -n "$BISON" && break
5996 test -n "$BISON" || BISON
="none"
5998 if test "$BISON" = "none"
6000 as_fn_error $?
"no suitable bison found. Please install the 'bison' package." "$LINENO" 5
6002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether bison is recent enough" >&5
6003 $as_echo_n "checking whether bison is recent enough... " >&6; }
6004 if ${wine_cv_recent_bison+:} false
; then :
6005 $as_echo_n "(cached) " >&6
6007 cat >conftest.y
<<EOF
6008 %define parse.error verbose
6012 if $BISON conftest.y
>/dev
/null
2>&5
6014 wine_cv_recent_bison
=yes
6016 wine_cv_recent_bison
=no
6019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_recent_bison" >&5
6020 $as_echo "$wine_cv_recent_bison" >&6; }
6021 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
6023 if test -n "$ac_tool_prefix"; then
6024 for ac_prog
in ar gar
6026 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
6027 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
6028 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6029 $as_echo_n "checking for $ac_word... " >&6; }
6030 if ${ac_cv_prog_AR+:} false
; then :
6031 $as_echo_n "(cached) " >&6
6033 if test -n "$AR"; then
6034 ac_cv_prog_AR
="$AR" # Let the user override the test.
6036 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6040 test -z "$as_dir" && as_dir
=.
6041 for ac_exec_ext
in '' $ac_executable_extensions; do
6042 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6043 ac_cv_prog_AR
="$ac_tool_prefix$ac_prog"
6044 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6054 if test -n "$AR"; then
6055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6056 $as_echo "$AR" >&6; }
6058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6059 $as_echo "no" >&6; }
6063 test -n "$AR" && break
6066 if test -z "$AR"; then
6068 for ac_prog
in ar gar
6070 # Extract the first word of "$ac_prog", so it can be a program name with args.
6071 set dummy
$ac_prog; ac_word
=$2
6072 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6073 $as_echo_n "checking for $ac_word... " >&6; }
6074 if ${ac_cv_prog_ac_ct_AR+:} false
; then :
6075 $as_echo_n "(cached) " >&6
6077 if test -n "$ac_ct_AR"; then
6078 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
6080 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6084 test -z "$as_dir" && as_dir
=.
6085 for ac_exec_ext
in '' $ac_executable_extensions; do
6086 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6087 ac_cv_prog_ac_ct_AR
="$ac_prog"
6088 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6097 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
6098 if test -n "$ac_ct_AR"; then
6099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6100 $as_echo "$ac_ct_AR" >&6; }
6102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6103 $as_echo "no" >&6; }
6107 test -n "$ac_ct_AR" && break
6110 if test "x$ac_ct_AR" = x
; then
6113 case $cross_compiling:$ac_tool_warned in
6115 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6116 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6117 ac_tool_warned
=yes ;;
6123 if test -n "$ac_tool_prefix"; then
6124 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6125 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
6126 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6127 $as_echo_n "checking for $ac_word... " >&6; }
6128 if ${ac_cv_prog_STRIP+:} false
; then :
6129 $as_echo_n "(cached) " >&6
6131 if test -n "$STRIP"; then
6132 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
6134 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6138 test -z "$as_dir" && as_dir
=.
6139 for ac_exec_ext
in '' $ac_executable_extensions; do
6140 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6141 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
6142 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6151 STRIP
=$ac_cv_prog_STRIP
6152 if test -n "$STRIP"; then
6153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6154 $as_echo "$STRIP" >&6; }
6156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6157 $as_echo "no" >&6; }
6162 if test -z "$ac_cv_prog_STRIP"; then
6164 # Extract the first word of "strip", so it can be a program name with args.
6165 set dummy strip
; ac_word
=$2
6166 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6167 $as_echo_n "checking for $ac_word... " >&6; }
6168 if ${ac_cv_prog_ac_ct_STRIP+:} false
; then :
6169 $as_echo_n "(cached) " >&6
6171 if test -n "$ac_ct_STRIP"; then
6172 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
6174 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6178 test -z "$as_dir" && as_dir
=.
6179 for ac_exec_ext
in '' $ac_executable_extensions; do
6180 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6181 ac_cv_prog_ac_ct_STRIP
="strip"
6182 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6191 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
6192 if test -n "$ac_ct_STRIP"; then
6193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6194 $as_echo "$ac_ct_STRIP" >&6; }
6196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6197 $as_echo "no" >&6; }
6200 if test "x$ac_ct_STRIP" = x
; then
6203 case $cross_compiling:$ac_tool_warned in
6205 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6206 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6207 ac_tool_warned
=yes ;;
6212 STRIP
="$ac_cv_prog_STRIP"
6215 if test -n "$ac_tool_prefix"; then
6216 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6217 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
6218 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6219 $as_echo_n "checking for $ac_word... " >&6; }
6220 if ${ac_cv_prog_RANLIB+:} false
; then :
6221 $as_echo_n "(cached) " >&6
6223 if test -n "$RANLIB"; then
6224 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
6226 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6230 test -z "$as_dir" && as_dir
=.
6231 for ac_exec_ext
in '' $ac_executable_extensions; do
6232 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6233 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
6234 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6243 RANLIB
=$ac_cv_prog_RANLIB
6244 if test -n "$RANLIB"; then
6245 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6246 $as_echo "$RANLIB" >&6; }
6248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6249 $as_echo "no" >&6; }
6254 if test -z "$ac_cv_prog_RANLIB"; then
6255 ac_ct_RANLIB
=$RANLIB
6256 # Extract the first word of "ranlib", so it can be a program name with args.
6257 set dummy ranlib
; ac_word
=$2
6258 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6259 $as_echo_n "checking for $ac_word... " >&6; }
6260 if ${ac_cv_prog_ac_ct_RANLIB+:} false
; then :
6261 $as_echo_n "(cached) " >&6
6263 if test -n "$ac_ct_RANLIB"; then
6264 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
6266 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6270 test -z "$as_dir" && as_dir
=.
6271 for ac_exec_ext
in '' $ac_executable_extensions; do
6272 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6273 ac_cv_prog_ac_ct_RANLIB
="ranlib"
6274 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6283 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
6284 if test -n "$ac_ct_RANLIB"; then
6285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6286 $as_echo "$ac_ct_RANLIB" >&6; }
6288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6289 $as_echo "no" >&6; }
6292 if test "x$ac_ct_RANLIB" = x
; then
6295 case $cross_compiling:$ac_tool_warned in
6297 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6298 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6299 ac_tool_warned
=yes ;;
6301 RANLIB
=$ac_ct_RANLIB
6304 RANLIB
="$ac_cv_prog_RANLIB"
6307 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6308 $as_echo_n "checking whether ln -s works... " >&6; }
6310 if test "$LN_S" = "ln -s"; then
6311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6312 $as_echo "yes" >&6; }
6314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6315 $as_echo "no, using $LN_S" >&6; }
6318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
6319 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
6320 if ${ac_cv_path_GREP+:} false
; then :
6321 $as_echo_n "(cached) " >&6
6323 if test -z "$GREP"; then
6324 ac_path_GREP_found
=false
6325 # Loop through the user's path and test for each of PROGNAME-LIST
6326 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6327 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
6330 test -z "$as_dir" && as_dir
=.
6331 for ac_prog
in grep ggrep
; do
6332 for ac_exec_ext
in '' $ac_executable_extensions; do
6333 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
6334 as_fn_executable_p
"$ac_path_GREP" ||
continue
6335 # Check for GNU ac_path_GREP and select it if it is found.
6336 # Check for GNU $ac_path_GREP
6337 case `"$ac_path_GREP" --version 2>&1` in
6339 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
6342 $as_echo_n 0123456789 >"conftest.in"
6345 cat "conftest.in" "conftest.in" >"conftest.tmp"
6346 mv "conftest.tmp" "conftest.in"
6347 cp "conftest.in" "conftest.nl"
6348 $as_echo 'GREP' >> "conftest.nl"
6349 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
6350 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
6351 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
6352 if test $ac_count -gt ${ac_path_GREP_max-0}; then
6353 # Best one so far, save it but keep looking for a better one
6354 ac_cv_path_GREP
="$ac_path_GREP"
6355 ac_path_GREP_max
=$ac_count
6357 # 10*(2^10) chars as input seems more than enough
6358 test $ac_count -gt 10 && break
6360 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
6363 $ac_path_GREP_found && break 3
6368 if test -z "$ac_cv_path_GREP"; then
6369 as_fn_error $?
"no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6372 ac_cv_path_GREP
=$GREP
6376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
6377 $as_echo "$ac_cv_path_GREP" >&6; }
6378 GREP
="$ac_cv_path_GREP"
6381 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
6382 $as_echo_n "checking for egrep... " >&6; }
6383 if ${ac_cv_path_EGREP+:} false
; then :
6384 $as_echo_n "(cached) " >&6
6386 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
6387 then ac_cv_path_EGREP
="$GREP -E"
6389 if test -z "$EGREP"; then
6390 ac_path_EGREP_found
=false
6391 # Loop through the user's path and test for each of PROGNAME-LIST
6392 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6393 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
6396 test -z "$as_dir" && as_dir
=.
6397 for ac_prog
in egrep; do
6398 for ac_exec_ext
in '' $ac_executable_extensions; do
6399 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
6400 as_fn_executable_p
"$ac_path_EGREP" ||
continue
6401 # Check for GNU ac_path_EGREP and select it if it is found.
6402 # Check for GNU $ac_path_EGREP
6403 case `"$ac_path_EGREP" --version 2>&1` in
6405 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
6408 $as_echo_n 0123456789 >"conftest.in"
6411 cat "conftest.in" "conftest.in" >"conftest.tmp"
6412 mv "conftest.tmp" "conftest.in"
6413 cp "conftest.in" "conftest.nl"
6414 $as_echo 'EGREP' >> "conftest.nl"
6415 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
6416 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
6417 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
6418 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6419 # Best one so far, save it but keep looking for a better one
6420 ac_cv_path_EGREP
="$ac_path_EGREP"
6421 ac_path_EGREP_max
=$ac_count
6423 # 10*(2^10) chars as input seems more than enough
6424 test $ac_count -gt 10 && break
6426 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
6429 $ac_path_EGREP_found && break 3
6434 if test -z "$ac_cv_path_EGREP"; then
6435 as_fn_error $?
"no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6438 ac_cv_path_EGREP
=$EGREP
6443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
6444 $as_echo "$ac_cv_path_EGREP" >&6; }
6445 EGREP
="$ac_cv_path_EGREP"
6448 # Extract the first word of "ldconfig", so it can be a program name with args.
6449 set dummy ldconfig
; ac_word
=$2
6450 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6451 $as_echo_n "checking for $ac_word... " >&6; }
6452 if ${ac_cv_path_LDCONFIG+:} false
; then :
6453 $as_echo_n "(cached) " >&6
6457 ac_cv_path_LDCONFIG
="$LDCONFIG" # Let the user override the test with a path.
6460 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6461 for as_dir
in /sbin
/usr
/sbin
$PATH
6464 test -z "$as_dir" && as_dir
=.
6465 for ac_exec_ext
in '' $ac_executable_extensions; do
6466 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6467 ac_cv_path_LDCONFIG
="$as_dir/$ac_word$ac_exec_ext"
6468 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6475 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG
="true"
6479 LDCONFIG
=$ac_cv_path_LDCONFIG
6480 if test -n "$LDCONFIG"; then
6481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
6482 $as_echo "$LDCONFIG" >&6; }
6484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6485 $as_echo "no" >&6; }
6489 for ac_prog
in msgfmt
6491 # Extract the first word of "$ac_prog", so it can be a program name with args.
6492 set dummy
$ac_prog; ac_word
=$2
6493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6494 $as_echo_n "checking for $ac_word... " >&6; }
6495 if ${ac_cv_prog_MSGFMT+:} false
; then :
6496 $as_echo_n "(cached) " >&6
6498 if test -n "$MSGFMT"; then
6499 ac_cv_prog_MSGFMT
="$MSGFMT" # Let the user override the test.
6501 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6505 test -z "$as_dir" && as_dir
=.
6506 for ac_exec_ext
in '' $ac_executable_extensions; do
6507 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6508 ac_cv_prog_MSGFMT
="$ac_prog"
6509 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6518 MSGFMT
=$ac_cv_prog_MSGFMT
6519 if test -n "$MSGFMT"; then
6520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
6521 $as_echo "$MSGFMT" >&6; }
6523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6524 $as_echo "no" >&6; }
6528 test -n "$MSGFMT" && break
6530 test -n "$MSGFMT" || MSGFMT
="false"
6532 if ${ac_tool_prefix+:} false
; then :
6533 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
6534 set dummy
${ac_tool_prefix}pkg-config
; ac_word
=$2
6535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6536 $as_echo_n "checking for $ac_word... " >&6; }
6537 if ${ac_cv_prog_PKG_CONFIG+:} false
; then :
6538 $as_echo_n "(cached) " >&6
6540 if test -n "$PKG_CONFIG"; then
6541 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
6543 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6547 test -z "$as_dir" && as_dir
=.
6548 for ac_exec_ext
in '' $ac_executable_extensions; do
6549 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6550 ac_cv_prog_PKG_CONFIG
="${ac_tool_prefix}pkg-config"
6551 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6560 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
6561 if test -n "$PKG_CONFIG"; then
6562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
6563 $as_echo "$PKG_CONFIG" >&6; }
6565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6566 $as_echo "no" >&6; }
6571 if ${ac_cv_prog_PKG_CONFIG:+false} :; then :
6572 if test "x$cross_compiling" = xyes
; then :
6575 { ac_cv_prog_PKG_CONFIG
=; unset ac_cv_prog_PKG_CONFIG
;}
6576 # Extract the first word of "pkg-config", so it can be a program name with args.
6577 set dummy pkg-config
; ac_word
=$2
6578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6579 $as_echo_n "checking for $ac_word... " >&6; }
6580 if ${ac_cv_prog_PKG_CONFIG+:} false
; then :
6581 $as_echo_n "(cached) " >&6
6583 if test -n "$PKG_CONFIG"; then
6584 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
6586 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6590 test -z "$as_dir" && as_dir
=.
6591 for ac_exec_ext
in '' $ac_executable_extensions; do
6592 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6593 ac_cv_prog_PKG_CONFIG
="pkg-config"
6594 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6603 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
6604 if test -n "$PKG_CONFIG"; then
6605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
6606 $as_echo "$PKG_CONFIG" >&6; }
6608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6609 $as_echo "no" >&6; }
6615 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
6618 if test "x$enable_maintainer_mode" != "xyes"
6625 test "$srcdir" = . || as_fn_error $?
"Maintainer mode cannot work out of tree." "$LINENO" 5
6626 for ac_prog
in fontforge
6628 # Extract the first word of "$ac_prog", so it can be a program name with args.
6629 set dummy
$ac_prog; ac_word
=$2
6630 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6631 $as_echo_n "checking for $ac_word... " >&6; }
6632 if ${ac_cv_prog_FONTFORGE+:} false
; then :
6633 $as_echo_n "(cached) " >&6
6635 if test -n "$FONTFORGE"; then
6636 ac_cv_prog_FONTFORGE
="$FONTFORGE" # Let the user override the test.
6638 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6642 test -z "$as_dir" && as_dir
=.
6643 for ac_exec_ext
in '' $ac_executable_extensions; do
6644 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6645 ac_cv_prog_FONTFORGE
="$ac_prog"
6646 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6655 FONTFORGE
=$ac_cv_prog_FONTFORGE
6656 if test -n "$FONTFORGE"; then
6657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
6658 $as_echo "$FONTFORGE" >&6; }
6660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6661 $as_echo "no" >&6; }
6665 test -n "$FONTFORGE" && break
6667 test -n "$FONTFORGE" || FONTFORGE
="false"
6669 for ac_prog
in rsvg-convert rsvg
6671 # Extract the first word of "$ac_prog", so it can be a program name with args.
6672 set dummy
$ac_prog; ac_word
=$2
6673 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6674 $as_echo_n "checking for $ac_word... " >&6; }
6675 if ${ac_cv_prog_RSVG+:} false
; then :
6676 $as_echo_n "(cached) " >&6
6678 if test -n "$RSVG"; then
6679 ac_cv_prog_RSVG
="$RSVG" # Let the user override the test.
6681 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6685 test -z "$as_dir" && as_dir
=.
6686 for ac_exec_ext
in '' $ac_executable_extensions; do
6687 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6688 ac_cv_prog_RSVG
="$ac_prog"
6689 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6698 RSVG
=$ac_cv_prog_RSVG
6699 if test -n "$RSVG"; then
6700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
6701 $as_echo "$RSVG" >&6; }
6703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6704 $as_echo "no" >&6; }
6708 test -n "$RSVG" && break
6710 test -n "$RSVG" || RSVG
="false"
6712 for ac_prog
in convert
6714 # Extract the first word of "$ac_prog", so it can be a program name with args.
6715 set dummy
$ac_prog; ac_word
=$2
6716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6717 $as_echo_n "checking for $ac_word... " >&6; }
6718 if ${ac_cv_prog_CONVERT+:} false
; then :
6719 $as_echo_n "(cached) " >&6
6721 if test -n "$CONVERT"; then
6722 ac_cv_prog_CONVERT
="$CONVERT" # Let the user override the test.
6724 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6728 test -z "$as_dir" && as_dir
=.
6729 for ac_exec_ext
in '' $ac_executable_extensions; do
6730 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6731 ac_cv_prog_CONVERT
="$ac_prog"
6732 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6741 CONVERT
=$ac_cv_prog_CONVERT
6742 if test -n "$CONVERT"; then
6743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
6744 $as_echo "$CONVERT" >&6; }
6746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6747 $as_echo "no" >&6; }
6751 test -n "$CONVERT" && break
6753 test -n "$CONVERT" || CONVERT
="false"
6755 for ac_prog
in icotool
6757 # Extract the first word of "$ac_prog", so it can be a program name with args.
6758 set dummy
$ac_prog; ac_word
=$2
6759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6760 $as_echo_n "checking for $ac_word... " >&6; }
6761 if ${ac_cv_prog_ICOTOOL+:} false
; then :
6762 $as_echo_n "(cached) " >&6
6764 if test -n "$ICOTOOL"; then
6765 ac_cv_prog_ICOTOOL
="$ICOTOOL" # Let the user override the test.
6767 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6771 test -z "$as_dir" && as_dir
=.
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_ICOTOOL
="$ac_prog"
6775 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6784 ICOTOOL
=$ac_cv_prog_ICOTOOL
6785 if test -n "$ICOTOOL"; then
6786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
6787 $as_echo "$ICOTOOL" >&6; }
6789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6790 $as_echo "no" >&6; }
6794 test -n "$ICOTOOL" && break
6796 test -n "$ICOTOOL" || ICOTOOL
="false"
6798 test "$FONTFORGE" != "false" || as_fn_error $?
"You need fontforge to rebuild fonts in maintainer mode." "$LINENO" 5
6799 test "$RSVG" != "false" || as_fn_error $?
"You need rsvg to rebuild icons in maintainer mode." "$LINENO" 5
6801 if test "$CONVERT" = false
6803 as_fn_error $?
"You need imagemagick to rebuild icons in maintainer mode." "$LINENO" 5
6805 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
6806 $as_echo_n "checking for recent enough imagemagick... " >&6; }
6807 convert_version
=`convert --version | head -n1`
6808 if test "x$convert_version" != "x"
6810 convert_version_major
=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
6811 convert_version_minor
=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
6812 if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
6817 if test "$CONVERT" = false
6819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
6820 $as_echo "no ($convert_version_major.$convert_version_minor)" >&6; }
6821 as_fn_error $?
"You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
6824 $as_echo "yes ($convert_version_major.$convert_version_minor)" >&6; }
6828 if test "$ICOTOOL" = false
6830 as_fn_error $?
"You need icotool to rebuild icons in maintainer mode." "$LINENO" 5
6832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
6833 $as_echo_n "checking for recent enough icotool... " >&6; }
6834 icotool_version
=`icotool --version | head -n1`
6835 if test "x$icotool_version" != "x"
6837 icotool_version_major
=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
6838 icotool_version_minor
=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
6839 if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
6842 as_fn_append wine_warnings
"|icotool version 0.29.0 or newer is needed to rebuild icons."
6845 if test "$ICOTOOL" = false
6847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
6848 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
6849 as_fn_error $?
"You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
6852 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
6862 test "x$with_gettext" != xno || MSGFMT
=false
6863 if test "$MSGFMT" != "false"
6865 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether msgfmt supports contexts" >&5
6866 $as_echo_n "checking whether msgfmt supports contexts... " >&6; }
6867 if ${wine_cv_msgfmt_contexts+:} false
; then :
6868 $as_echo_n "(cached) " >&6
6870 cat >conftest.po
<<EOF
6876 if $MSGFMT -o /dev
/null conftest.po
2>&5
6878 wine_cv_msgfmt_contexts
=yes
6880 wine_cv_msgfmt_contexts
=no
6883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_msgfmt_contexts" >&5
6884 $as_echo "$wine_cv_msgfmt_contexts" >&6; }
6885 test $wine_cv_msgfmt_contexts != no || MSGFMT
=false
6887 if test "$MSGFMT" = false
; then :
6888 case "x$with_gettext" in
6889 x
) as_fn_append wine_warnings
"|gettext tools not found (or too old), translations won't be built." ;;
6891 *) as_fn_error $?
"gettext tools not found (or too old), translations won't be built.
6892 This is an error since --with-gettext was requested." "$LINENO" 5 ;;
6894 enable_po
=${enable_po:-no}
6898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
6899 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
6900 if ${ac_cv_lib_i386_i386_set_ldt+:} false
; then :
6901 $as_echo_n "(cached) " >&6
6903 ac_check_lib_save_LIBS
=$LIBS
6905 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6906 /* end confdefs.h. */
6908 /* Override any GCC internal prototype to avoid an error.
6909 Use char because int might match the return type of a GCC
6910 builtin and then its argument prototype would still apply. */
6914 char i386_set_ldt ();
6918 return i386_set_ldt ();
6923 if ac_fn_c_try_link
"$LINENO"; then :
6924 ac_cv_lib_i386_i386_set_ldt
=yes
6926 ac_cv_lib_i386_i386_set_ldt
=no
6928 rm -f core conftest.err conftest.
$ac_objext \
6929 conftest
$ac_exeext conftest.
$ac_ext
6930 LIBS
=$ac_check_lib_save_LIBS
6932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6933 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
6934 if test "x$ac_cv_lib_i386_i386_set_ldt" = xyes
; then :
6944 # Check whether --enable-largefile was given.
6945 if test "${enable_largefile+set}" = set; then :
6946 enableval
=$enable_largefile;
6949 if test "$enable_largefile" != no
; then
6951 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
6952 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
6953 if ${ac_cv_sys_largefile_CC+:} false
; then :
6954 $as_echo_n "(cached) " >&6
6956 ac_cv_sys_largefile_CC
=no
6957 if test "$GCC" != yes; then
6960 # IRIX 6.2 and later do not support large files by default,
6961 # so use the C compiler's -n32 option if that helps.
6962 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6963 /* end confdefs.h. */
6964 #include <sys/types.h>
6965 /* Check that off_t can represent 2**63 - 1 correctly.
6966 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6967 since some C++ compilers masquerading as C compilers
6968 incorrectly reject 9223372036854775807. */
6969 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6970 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6971 && LARGE_OFF_T % 2147483647 == 1)
6981 if ac_fn_c_try_compile
"$LINENO"; then :
6984 rm -f core conftest.err conftest.
$ac_objext
6986 if ac_fn_c_try_compile
"$LINENO"; then :
6987 ac_cv_sys_largefile_CC
=' -n32'; break
6989 rm -f core conftest.err conftest.
$ac_objext
6993 rm -f conftest.
$ac_ext
6996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
6997 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
6998 if test "$ac_cv_sys_largefile_CC" != no
; then
6999 CC
=$CC$ac_cv_sys_largefile_CC
7002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
7003 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
7004 if ${ac_cv_sys_file_offset_bits+:} false
; then :
7005 $as_echo_n "(cached) " >&6
7008 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7009 /* end confdefs.h. */
7010 #include <sys/types.h>
7011 /* Check that off_t can represent 2**63 - 1 correctly.
7012 We can't simply define LARGE_OFF_T to be 9223372036854775807,
7013 since some C++ compilers masquerading as C compilers
7014 incorrectly reject 9223372036854775807. */
7015 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
7016 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
7017 && LARGE_OFF_T % 2147483647 == 1)
7027 if ac_fn_c_try_compile
"$LINENO"; then :
7028 ac_cv_sys_file_offset_bits
=no
; break
7030 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7031 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7032 /* end confdefs.h. */
7033 #define _FILE_OFFSET_BITS 64
7034 #include <sys/types.h>
7035 /* Check that off_t can represent 2**63 - 1 correctly.
7036 We can't simply define LARGE_OFF_T to be 9223372036854775807,
7037 since some C++ compilers masquerading as C compilers
7038 incorrectly reject 9223372036854775807. */
7039 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
7040 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
7041 && LARGE_OFF_T % 2147483647 == 1)
7051 if ac_fn_c_try_compile
"$LINENO"; then :
7052 ac_cv_sys_file_offset_bits
=64; break
7054 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7055 ac_cv_sys_file_offset_bits
=unknown
7059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
7060 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
7061 case $ac_cv_sys_file_offset_bits in #(
7064 cat >>confdefs.h
<<_ACEOF
7065 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
7070 if test $ac_cv_sys_file_offset_bits = unknown
; then
7071 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
7072 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
7073 if ${ac_cv_sys_large_files+:} false
; then :
7074 $as_echo_n "(cached) " >&6
7077 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7078 /* end confdefs.h. */
7079 #include <sys/types.h>
7080 /* Check that off_t can represent 2**63 - 1 correctly.
7081 We can't simply define LARGE_OFF_T to be 9223372036854775807,
7082 since some C++ compilers masquerading as C compilers
7083 incorrectly reject 9223372036854775807. */
7084 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
7085 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
7086 && LARGE_OFF_T % 2147483647 == 1)
7096 if ac_fn_c_try_compile
"$LINENO"; then :
7097 ac_cv_sys_large_files
=no
; break
7099 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7100 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7101 /* end confdefs.h. */
7102 #define _LARGE_FILES 1
7103 #include <sys/types.h>
7104 /* Check that off_t can represent 2**63 - 1 correctly.
7105 We can't simply define LARGE_OFF_T to be 9223372036854775807,
7106 since some C++ compilers masquerading as C compilers
7107 incorrectly reject 9223372036854775807. */
7108 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
7109 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
7110 && LARGE_OFF_T % 2147483647 == 1)
7120 if ac_fn_c_try_compile
"$LINENO"; then :
7121 ac_cv_sys_large_files
=1; break
7123 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7124 ac_cv_sys_large_files
=unknown
7128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
7129 $as_echo "$ac_cv_sys_large_files" >&6; }
7130 case $ac_cv_sys_large_files in #(
7133 cat >>confdefs.h
<<_ACEOF
7134 #define _LARGE_FILES $ac_cv_sys_large_files
7146 ac_cpp
='$CPP $CPPFLAGS'
7147 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7148 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7149 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
7150 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
7151 $as_echo_n "checking how to run the C preprocessor... " >&6; }
7152 # On Suns, sometimes $CPP names a directory.
7153 if test -n "$CPP" && test -d "$CPP"; then
7156 if test -z "$CPP"; then
7157 if ${ac_cv_prog_CPP+:} false
; then :
7158 $as_echo_n "(cached) " >&6
7160 # Double quotes because CPP needs to be expanded
7161 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
7164 for ac_c_preproc_warn_flag
in '' yes
7166 # Use a header file that comes with gcc, so configuring glibc
7167 # with a fresh cross-compiler works.
7168 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7169 # <limits.h> exists even on freestanding compilers.
7170 # On the NeXT, cc -E runs the code through the compiler's parser,
7171 # not just through cpp. "Syntax error" is here to catch this case.
7172 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7173 /* end confdefs.h. */
7175 # include <limits.h>
7177 # include <assert.h>
7181 if ac_fn_c_try_cpp
"$LINENO"; then :
7184 # Broken: fails on valid input.
7187 rm -f conftest.err conftest.i conftest.
$ac_ext
7189 # OK, works on sane cases. Now check whether nonexistent headers
7190 # can be detected and how.
7191 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7192 /* end confdefs.h. */
7193 #include <ac_nonexistent.h>
7195 if ac_fn_c_try_cpp
"$LINENO"; then :
7196 # Broken: success on invalid input.
7199 # Passes both tests.
7203 rm -f conftest.err conftest.i conftest.
$ac_ext
7206 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7207 rm -f conftest.i conftest.err conftest.
$ac_ext
7208 if $ac_preproc_ok; then :
7220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
7221 $as_echo "$CPP" >&6; }
7223 for ac_c_preproc_warn_flag
in '' yes
7225 # Use a header file that comes with gcc, so configuring glibc
7226 # with a fresh cross-compiler works.
7227 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7228 # <limits.h> exists even on freestanding compilers.
7229 # On the NeXT, cc -E runs the code through the compiler's parser,
7230 # not just through cpp. "Syntax error" is here to catch this case.
7231 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7232 /* end confdefs.h. */
7234 # include <limits.h>
7236 # include <assert.h>
7240 if ac_fn_c_try_cpp
"$LINENO"; then :
7243 # Broken: fails on valid input.
7246 rm -f conftest.err conftest.i conftest.
$ac_ext
7248 # OK, works on sane cases. Now check whether nonexistent headers
7249 # can be detected and how.
7250 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7251 /* end confdefs.h. */
7252 #include <ac_nonexistent.h>
7254 if ac_fn_c_try_cpp
"$LINENO"; then :
7255 # Broken: success on invalid input.
7258 # Passes both tests.
7262 rm -f conftest.err conftest.i conftest.
$ac_ext
7265 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7266 rm -f conftest.i conftest.err conftest.
$ac_ext
7267 if $ac_preproc_ok; then :
7270 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
7271 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
7272 as_fn_error $?
"C preprocessor \"$CPP\" fails sanity check
7273 See \`config.log' for more details" "$LINENO" 5; }
7277 ac_cpp
='$CPP $CPPFLAGS'
7278 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7279 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7280 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
7283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
7284 $as_echo_n "checking for ANSI C header files... " >&6; }
7285 if ${ac_cv_header_stdc+:} false
; then :
7286 $as_echo_n "(cached) " >&6
7288 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7289 /* end confdefs.h. */
7303 if ac_fn_c_try_compile
"$LINENO"; then :
7304 ac_cv_header_stdc
=yes
7306 ac_cv_header_stdc
=no
7308 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7310 if test $ac_cv_header_stdc = yes; then
7311 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7312 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7313 /* end confdefs.h. */
7317 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7318 $EGREP "memchr" >/dev
/null
2>&1; then :
7321 ac_cv_header_stdc
=no
7327 if test $ac_cv_header_stdc = yes; then
7328 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7329 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7330 /* end confdefs.h. */
7334 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7335 $EGREP "free" >/dev
/null
2>&1; then :
7338 ac_cv_header_stdc
=no
7344 if test $ac_cv_header_stdc = yes; then
7345 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7346 if test "$cross_compiling" = yes; then :
7349 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7350 /* end confdefs.h. */
7353 #if ((' ' & 0x0FF) == 0x020)
7354 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7355 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7357 # define ISLOWER(c) \
7358 (('a' <= (c) && (c) <= 'i') \
7359 || ('j' <= (c) && (c) <= 'r') \
7360 || ('s' <= (c) && (c) <= 'z'))
7361 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7364 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7369 for (i = 0; i < 256; i++)
7370 if (XOR (islower (i), ISLOWER (i))
7371 || toupper (i) != TOUPPER (i))
7376 if ac_fn_c_try_run
"$LINENO"; then :
7379 ac_cv_header_stdc
=no
7381 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
7382 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
7387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
7388 $as_echo "$ac_cv_header_stdc" >&6; }
7389 if test $ac_cv_header_stdc = yes; then
7391 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
7395 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7396 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
7397 inttypes.h stdint.h unistd.h
7399 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7400 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
7402 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7403 cat >>confdefs.h
<<_ACEOF
7404 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7414 ApplicationServices
/ApplicationServices.h \
7415 AudioToolbox
/AudioConverter.h \
7416 AudioUnit
/AudioUnit.h \
7417 AudioUnit
/AudioComponent.h \
7420 CommonCrypto
/CommonCryptor.h \
7421 CoreAudio
/CoreAudio.h \
7422 DiskArbitration
/DiskArbitration.h \
7425 IOKit
/hid
/IOHIDLib.h \
7428 QuickTime
/ImageCompression.h \
7429 Security
/Security.h \
7430 SystemConfiguration
/SCDynamicStoreCopyDHCPInfo.h \
7431 SystemConfiguration
/SCNetworkConfiguration.h \
7472 netinet
/in_systm.h \
7531 valgrind
/memcheck.h \
7535 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7536 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
7537 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7538 cat >>confdefs.h
<<_ACEOF
7539 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7546 ac_fn_c_check_header_mongrel
"$LINENO" "sys/mkdev.h" "ac_cv_header_sys_mkdev_h" "$ac_includes_default"
7547 if test "x$ac_cv_header_sys_mkdev_h" = xyes
; then :
7549 $as_echo "#define MAJOR_IN_MKDEV 1" >>confdefs.h
7554 if test $ac_cv_header_sys_mkdev_h = no
; then
7555 ac_fn_c_check_header_mongrel
"$LINENO" "sys/sysmacros.h" "ac_cv_header_sys_sysmacros_h" "$ac_includes_default"
7556 if test "x$ac_cv_header_sys_sysmacros_h" = xyes
; then :
7558 $as_echo "#define MAJOR_IN_SYSMACROS 1" >>confdefs.h
7564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
7565 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
7566 if ${ac_cv_header_stat_broken+:} false
; then :
7567 $as_echo_n "(cached) " >&6
7569 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7570 /* end confdefs.h. */
7571 #include <sys/types.h>
7572 #include <sys/stat.h>
7574 #if defined S_ISBLK && defined S_IFDIR
7575 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7578 #if defined S_ISBLK && defined S_IFCHR
7579 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7582 #if defined S_ISLNK && defined S_IFREG
7583 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7586 #if defined S_ISSOCK && defined S_IFREG
7587 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7591 if ac_fn_c_try_compile
"$LINENO"; then :
7592 ac_cv_header_stat_broken
=no
7594 ac_cv_header_stat_broken
=yes
7596 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
7599 $as_echo "$ac_cv_header_stat_broken" >&6; }
7600 if test $ac_cv_header_stat_broken = yes; then
7602 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
7608 for ac_header
in sys
/conf.h sys
/mount.h sys
/statfs.h sys
/user.h sys
/vfs.h
7610 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7611 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7612 #ifdef HAVE_SYS_PARAM_H
7613 # include <sys/param.h>
7616 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7617 cat >>confdefs.h
<<_ACEOF
7618 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7626 saved_sysctl_h_CFLAGS
=$CFLAGS
7627 test "x${GCC}" != xyes || CFLAGS
="$CFLAGS -Werror"
7628 for ac_header
in sys
/sysctl.h
7630 ac_fn_c_check_header_compile
"$LINENO" "sys/sysctl.h" "ac_cv_header_sys_sysctl_h" "#include <sys/types.h>
7631 #ifdef HAVE_SYS_PARAM_H
7632 # include <sys/param.h>
7635 if test "x$ac_cv_header_sys_sysctl_h" = xyes
; then :
7636 cat >>confdefs.h
<<_ACEOF
7637 #define HAVE_SYS_SYSCTL_H 1
7644 CFLAGS
=$saved_sysctl_h_CFLAGS
7653 netinet
/if_ether.h \
7654 netinet
/if_inarp.h \
7663 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7664 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7665 #ifdef HAVE_SYS_SOCKET_H
7666 # include <sys/socket.h>
7668 #ifdef HAVE_SYS_SOCKETVAR_H
7669 # include <sys/socketvar.h>
7671 #ifdef HAVE_NET_ROUTE_H
7672 # include <net/route.h>
7674 #ifdef HAVE_NETINET_IN_H
7675 # include <netinet/in.h>
7677 #ifdef HAVE_NETINET_IN_SYSTM_H
7678 # include <netinet/in_systm.h>
7680 #ifdef HAVE_NET_IF_H
7681 # include <net/if.h>
7683 #ifdef HAVE_NETINET_IP_H
7684 # include <netinet/ip.h>
7687 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7688 cat >>confdefs.h
<<_ACEOF
7689 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7697 for ac_header
in netinet
/tcp_timer.h netinet
/udp_var.h netinet
/icmp_var.h netinet
/tcp_var.h
7699 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7700 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7704 #ifdef HAVE_SYS_SOCKET_H
7705 # include <sys/socket.h>
7707 #ifdef HAVE_SYS_SOCKETVAR_H
7708 # include <sys/socketvar.h>
7710 #ifdef HAVE_SYS_TIMEOUT_H
7711 # include <sys/timeout.h>
7713 #ifdef HAVE_NETINET_IN_H
7714 # include <netinet/in.h>
7716 #ifdef HAVE_NETINET_IN_SYSTM_H
7717 # include <netinet/in_systm.h>
7719 #ifdef HAVE_NETINET_IP_H
7720 # include <netinet/ip.h>
7722 #ifdef HAVE_NETINET_IP_VAR_H
7723 # include <netinet/ip_var.h>
7725 #ifdef HAVE_NETINET_IP_ICMP_H
7726 # include <netinet/ip_icmp.h>
7728 #ifdef HAVE_NETINET_UDP_H
7729 # include <netinet/udp.h>
7731 #ifdef HAVE_NETINET_TCP_H
7732 # include <netinet/tcp.h>
7734 #ifdef HAVE_NETINET_TCP_TIMER_H
7735 #include <netinet/tcp_timer.h>
7738 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7739 cat >>confdefs.h
<<_ACEOF
7740 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7748 for ac_header
in linux
/ipx.h linux
/irda.h linux
/rtnetlink.h
7750 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7751 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7752 #ifdef HAVE_ASM_TYPES_H
7753 # include <asm/types.h>
7755 #ifdef HAVE_SYS_SOCKET_H
7756 # include <sys/socket.h>
7758 #ifdef HAVE_LINUX_TYPES_H
7759 # include <linux/types.h>
7762 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7763 cat >>confdefs.h
<<_ACEOF
7764 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7772 for ac_header
in resolv.h
7774 ac_fn_c_check_header_compile
"$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
7775 #ifdef HAVE_SYS_SOCKET_H
7776 # include <sys/socket.h>
7778 #ifdef HAVE_NETINET_IN_H
7779 # include <netinet/in.h>
7781 #ifdef HAVE_ARPA_NAMESER_H
7782 # include <arpa/nameser.h>
7785 if test "x$ac_cv_header_resolv_h" = xyes
; then :
7786 cat >>confdefs.h
<<_ACEOF
7787 #define HAVE_RESOLV_H 1
7795 for ac_header
in ifaddrs.h
7797 ac_fn_c_check_header_compile
"$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
7799 if test "x$ac_cv_header_ifaddrs_h" = xyes
; then :
7800 cat >>confdefs.h
<<_ACEOF
7801 #define HAVE_IFADDRS_H 1
7809 for ac_header
in sys
/ucontext.h
7811 ac_fn_c_check_header_compile
"$LINENO" "sys/ucontext.h" "ac_cv_header_sys_ucontext_h" "#include <signal.h>
7813 if test "x$ac_cv_header_sys_ucontext_h" = xyes
; then :
7814 cat >>confdefs.h
<<_ACEOF
7815 #define HAVE_SYS_UCONTEXT_H 1
7823 for ac_header
in sys
/thr.h
7825 ac_fn_c_check_header_compile
"$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
7826 #ifdef HAVE_SYS_UCONTEXT_H
7827 #include <sys/ucontext.h>
7830 if test "x$ac_cv_header_sys_thr_h" = xyes
; then :
7831 cat >>confdefs.h
<<_ACEOF
7832 #define HAVE_SYS_THR_H 1
7840 for ac_header
in pthread_np.h
7842 ac_fn_c_check_header_compile
"$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
7843 #include <pthread.h>
7846 if test "x$ac_cv_header_pthread_np_h" = xyes
; then :
7847 cat >>confdefs.h
<<_ACEOF
7848 #define HAVE_PTHREAD_NP_H 1
7856 for ac_header
in linux
/videodev2.h
7858 ac_fn_c_check_header_compile
"$LINENO" "linux/videodev2.h" "ac_cv_header_linux_videodev2_h" "#ifdef HAVE_SYS_TIME_H
7859 #include <sys/time.h>
7861 #include <sys/types.h>
7862 #ifdef HAVE_ASM_TYPES_H
7863 #include <asm/types.h>
7866 if test "x$ac_cv_header_linux_videodev2_h" = xyes
; then :
7867 cat >>confdefs.h
<<_ACEOF
7868 #define HAVE_LINUX_VIDEODEV2_H 1
7876 for ac_header
in libprocstat.h
7878 ac_fn_c_check_header_compile
"$LINENO" "libprocstat.h" "ac_cv_header_libprocstat_h" "#ifdef HAVE_SYS_PARAM_H
7879 #include <sys/param.h>
7881 #ifdef HAVE_SYS_QUEUE_H
7882 #include <sys/queue.h>
7884 #ifdef HAVE_SYS_SOCKET_H
7885 #include <sys/socket.h>
7888 if test "x$ac_cv_header_libprocstat_h" = xyes
; then :
7889 cat >>confdefs.h
<<_ACEOF
7890 #define HAVE_LIBPROCSTAT_H 1
7899 DLLFLAGS
="-D_REENTRANT"
7909 WINELOADER_LDFLAGS
=""
7911 WINEPRELOADER_LDFLAGS
=""
7915 # Extract the first word of "ldd", so it can be a program name with args.
7916 set dummy ldd
; ac_word
=$2
7917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7918 $as_echo_n "checking for $ac_word... " >&6; }
7919 if ${ac_cv_path_LDD+:} false
; then :
7920 $as_echo_n "(cached) " >&6
7924 ac_cv_path_LDD
="$LDD" # Let the user override the test with a path.
7927 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7928 as_dummy
="/sbin:/usr/sbin:$PATH"
7929 for as_dir
in $as_dummy
7932 test -z "$as_dir" && as_dir
=.
7933 for ac_exec_ext
in '' $ac_executable_extensions; do
7934 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7935 ac_cv_path_LDD
="$as_dir/$ac_word$ac_exec_ext"
7936 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7943 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD
="true"
7948 if test -n "$LDD"; then
7949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
7950 $as_echo "$LDD" >&6; }
7952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7953 $as_echo "no" >&6; }
7957 if test -n "$ac_tool_prefix"; then
7958 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7959 set dummy
${ac_tool_prefix}otool
; ac_word
=$2
7960 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7961 $as_echo_n "checking for $ac_word... " >&6; }
7962 if ${ac_cv_prog_OTOOL+:} false
; then :
7963 $as_echo_n "(cached) " >&6
7965 if test -n "$OTOOL"; then
7966 ac_cv_prog_OTOOL
="$OTOOL" # Let the user override the test.
7968 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7972 test -z "$as_dir" && as_dir
=.
7973 for ac_exec_ext
in '' $ac_executable_extensions; do
7974 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7975 ac_cv_prog_OTOOL
="${ac_tool_prefix}otool"
7976 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7985 OTOOL
=$ac_cv_prog_OTOOL
7986 if test -n "$OTOOL"; then
7987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7988 $as_echo "$OTOOL" >&6; }
7990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7991 $as_echo "no" >&6; }
7996 if test -z "$ac_cv_prog_OTOOL"; then
7998 # Extract the first word of "otool", so it can be a program name with args.
7999 set dummy otool
; ac_word
=$2
8000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8001 $as_echo_n "checking for $ac_word... " >&6; }
8002 if ${ac_cv_prog_ac_ct_OTOOL+:} false
; then :
8003 $as_echo_n "(cached) " >&6
8005 if test -n "$ac_ct_OTOOL"; then
8006 ac_cv_prog_ac_ct_OTOOL
="$ac_ct_OTOOL" # Let the user override the test.
8008 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8012 test -z "$as_dir" && as_dir
=.
8013 for ac_exec_ext
in '' $ac_executable_extensions; do
8014 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8015 ac_cv_prog_ac_ct_OTOOL
="otool"
8016 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8025 ac_ct_OTOOL
=$ac_cv_prog_ac_ct_OTOOL
8026 if test -n "$ac_ct_OTOOL"; then
8027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
8028 $as_echo "$ac_ct_OTOOL" >&6; }
8030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8031 $as_echo "no" >&6; }
8034 if test "x$ac_ct_OTOOL" = x
; then
8037 case $cross_compiling:$ac_tool_warned in
8039 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8040 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8041 ac_tool_warned
=yes ;;
8046 OTOOL
="$ac_cv_prog_OTOOL"
8049 if test -n "$ac_tool_prefix"; then
8050 # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
8051 set dummy
${ac_tool_prefix}readelf
; ac_word
=$2
8052 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8053 $as_echo_n "checking for $ac_word... " >&6; }
8054 if ${ac_cv_prog_READELF+:} false
; then :
8055 $as_echo_n "(cached) " >&6
8057 if test -n "$READELF"; then
8058 ac_cv_prog_READELF
="$READELF" # Let the user override the test.
8060 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8064 test -z "$as_dir" && as_dir
=.
8065 for ac_exec_ext
in '' $ac_executable_extensions; do
8066 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8067 ac_cv_prog_READELF
="${ac_tool_prefix}readelf"
8068 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8077 READELF
=$ac_cv_prog_READELF
8078 if test -n "$READELF"; then
8079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
8080 $as_echo "$READELF" >&6; }
8082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8083 $as_echo "no" >&6; }
8088 if test -z "$ac_cv_prog_READELF"; then
8089 ac_ct_READELF
=$READELF
8090 # Extract the first word of "readelf", so it can be a program name with args.
8091 set dummy readelf
; ac_word
=$2
8092 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8093 $as_echo_n "checking for $ac_word... " >&6; }
8094 if ${ac_cv_prog_ac_ct_READELF+:} false
; then :
8095 $as_echo_n "(cached) " >&6
8097 if test -n "$ac_ct_READELF"; then
8098 ac_cv_prog_ac_ct_READELF
="$ac_ct_READELF" # Let the user override the test.
8100 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8104 test -z "$as_dir" && as_dir
=.
8105 for ac_exec_ext
in '' $ac_executable_extensions; do
8106 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8107 ac_cv_prog_ac_ct_READELF
="readelf"
8108 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8117 ac_ct_READELF
=$ac_cv_prog_ac_ct_READELF
8118 if test -n "$ac_ct_READELF"; then
8119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
8120 $as_echo "$ac_ct_READELF" >&6; }
8122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8123 $as_echo "no" >&6; }
8126 if test "x$ac_ct_READELF" = x
; then
8129 case $cross_compiling:$ac_tool_warned in
8131 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8132 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8133 ac_tool_warned
=yes ;;
8135 READELF
=$ac_ct_READELF
8138 READELF
="$ac_cv_prog_READELF"
8141 wine_rules_file
=conf$
$rules.
make
8142 rm -f $wine_rules_file
8147 CONFIGURE_TARGETS
=""
8150 wine_fn_append_file
()
8152 as_fn_append
$1 " \\$as_nl $2"
8155 wine_fn_append_rule
()
8157 $as_echo "$1" >>$wine_rules_file
8160 wine_fn_config_makefile
()
8162 wine_fn_append_file SUBDIRS
$1
8163 if eval test \"x\$
"$2"\" = x
"no"; then :
8164 wine_fn_append_file DISABLED_SUBDIRS
$1
8168 wine_fn_config_symlink
()
8171 wine_fn_append_rule \
8173 @./config.status \$@"
8174 for f
in $ac_links; do wine_fn_append_file CONFIGURE_TARGETS
$f; done
8178 test "x$enable_win64" != "xyes" || wine_binary
="wine64"
8179 WINELOADER_PROGRAMS
="$wine_binary"
8181 libwine_soversion
=`expr $libwine_version : '\([0-9]*\)\..*'`
8185 if test -n "$ac_tool_prefix"; then
8186 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8187 set dummy
${ac_tool_prefix}dlltool
; ac_word
=$2
8188 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8189 $as_echo_n "checking for $ac_word... " >&6; }
8190 if ${ac_cv_prog_DLLTOOL+:} false
; then :
8191 $as_echo_n "(cached) " >&6
8193 if test -n "$DLLTOOL"; then
8194 ac_cv_prog_DLLTOOL
="$DLLTOOL" # Let the user override the test.
8196 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8200 test -z "$as_dir" && as_dir
=.
8201 for ac_exec_ext
in '' $ac_executable_extensions; do
8202 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8203 ac_cv_prog_DLLTOOL
="${ac_tool_prefix}dlltool"
8204 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8213 DLLTOOL
=$ac_cv_prog_DLLTOOL
8214 if test -n "$DLLTOOL"; then
8215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8216 $as_echo "$DLLTOOL" >&6; }
8218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8219 $as_echo "no" >&6; }
8224 if test -z "$ac_cv_prog_DLLTOOL"; then
8225 ac_ct_DLLTOOL
=$DLLTOOL
8226 # Extract the first word of "dlltool", so it can be a program name with args.
8227 set dummy dlltool
; ac_word
=$2
8228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8229 $as_echo_n "checking for $ac_word... " >&6; }
8230 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false
; then :
8231 $as_echo_n "(cached) " >&6
8233 if test -n "$ac_ct_DLLTOOL"; then
8234 ac_cv_prog_ac_ct_DLLTOOL
="$ac_ct_DLLTOOL" # Let the user override the test.
8236 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8240 test -z "$as_dir" && as_dir
=.
8241 for ac_exec_ext
in '' $ac_executable_extensions; do
8242 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8243 ac_cv_prog_ac_ct_DLLTOOL
="dlltool"
8244 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8253 ac_ct_DLLTOOL
=$ac_cv_prog_ac_ct_DLLTOOL
8254 if test -n "$ac_ct_DLLTOOL"; then
8255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
8256 $as_echo "$ac_ct_DLLTOOL" >&6; }
8258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8259 $as_echo "no" >&6; }
8262 if test "x$ac_ct_DLLTOOL" = x
; then
8265 case $cross_compiling:$ac_tool_warned in
8267 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8268 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8269 ac_tool_warned
=yes ;;
8271 DLLTOOL
=$ac_ct_DLLTOOL
8274 DLLTOOL
="$ac_cv_prog_DLLTOOL"
8280 *i
[3456]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--disable-stdcall-fixup" >&5
8281 $as_echo_n "checking whether the compiler supports -Wl,--disable-stdcall-fixup... " >&6; }
8282 if ${ac_cv_cflags__Wl___disable_stdcall_fixup+:} false
; then :
8283 $as_echo_n "(cached) " >&6
8285 ac_wine_try_cflags_saved
=$CFLAGS
8286 CFLAGS
="$CFLAGS -Wl,--disable-stdcall-fixup"
8287 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8288 /* end confdefs.h. */
8289 int main(int argc, char **argv) { return 0; }
8291 if ac_fn_c_try_link
"$LINENO"; then :
8292 ac_cv_cflags__Wl___disable_stdcall_fixup
=yes
8294 ac_cv_cflags__Wl___disable_stdcall_fixup
=no
8296 rm -f core conftest.err conftest.
$ac_objext \
8297 conftest
$ac_exeext conftest.
$ac_ext
8298 CFLAGS
=$ac_wine_try_cflags_saved
8300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___disable_stdcall_fixup" >&5
8301 $as_echo "$ac_cv_cflags__Wl___disable_stdcall_fixup" >&6; }
8302 if test "x$ac_cv_cflags__Wl___disable_stdcall_fixup" = xyes
; then :
8303 LDDLLFLAGS
="-Wl,--disable-stdcall-fixup"
8306 enable_iphlpapi
=${enable_iphlpapi:-no}
8307 enable_ws2_32
=${enable_ws2_32:-no}
8308 enable_loader
=${enable_loader:-no}
8309 enable_server
=${enable_server:-no}
8310 with_x
=${with_x:-no}
8311 with_pthread
=${with_pthread:-no}
8316 ac_cpp
='$OBJCPP $CPPFLAGS'
8317 ac_compile
='$OBJC -c $OBJCFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8318 ac_link
='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8319 ac_compiler_gnu
=$ac_cv_objc_compiler_gnu
8322 ac_cpp
='$OBJCPP $CPPFLAGS'
8323 ac_compile
='$OBJC -c $OBJCFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8324 ac_link
='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8325 ac_compiler_gnu
=$ac_cv_objc_compiler_gnu
8326 if test -n "$ac_tool_prefix"; then
8327 for ac_prog
in gcc objcc objc cc CC
8329 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
8330 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
8331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8332 $as_echo_n "checking for $ac_word... " >&6; }
8333 if ${ac_cv_prog_OBJC+:} false
; then :
8334 $as_echo_n "(cached) " >&6
8336 if test -n "$OBJC"; then
8337 ac_cv_prog_OBJC
="$OBJC" # Let the user override the test.
8339 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8343 test -z "$as_dir" && as_dir
=.
8344 for ac_exec_ext
in '' $ac_executable_extensions; do
8345 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8346 ac_cv_prog_OBJC
="$ac_tool_prefix$ac_prog"
8347 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8356 OBJC
=$ac_cv_prog_OBJC
8357 if test -n "$OBJC"; then
8358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJC" >&5
8359 $as_echo "$OBJC" >&6; }
8361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8362 $as_echo "no" >&6; }
8366 test -n "$OBJC" && break
8369 if test -z "$OBJC"; then
8371 for ac_prog
in gcc objcc objc cc CC
8373 # Extract the first word of "$ac_prog", so it can be a program name with args.
8374 set dummy
$ac_prog; ac_word
=$2
8375 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8376 $as_echo_n "checking for $ac_word... " >&6; }
8377 if ${ac_cv_prog_ac_ct_OBJC+:} false
; then :
8378 $as_echo_n "(cached) " >&6
8380 if test -n "$ac_ct_OBJC"; then
8381 ac_cv_prog_ac_ct_OBJC
="$ac_ct_OBJC" # Let the user override the test.
8383 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8387 test -z "$as_dir" && as_dir
=.
8388 for ac_exec_ext
in '' $ac_executable_extensions; do
8389 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8390 ac_cv_prog_ac_ct_OBJC
="$ac_prog"
8391 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8400 ac_ct_OBJC
=$ac_cv_prog_ac_ct_OBJC
8401 if test -n "$ac_ct_OBJC"; then
8402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJC" >&5
8403 $as_echo "$ac_ct_OBJC" >&6; }
8405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8406 $as_echo "no" >&6; }
8410 test -n "$ac_ct_OBJC" && break
8413 if test "x$ac_ct_OBJC" = x
; then
8416 case $cross_compiling:$ac_tool_warned in
8418 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8419 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8420 ac_tool_warned
=yes ;;
8426 # Provide some information about the compiler.
8427 $as_echo "$as_me:${as_lineno-$LINENO}: checking for Objective C compiler version" >&5
8430 for ac_option
in --version -v -V -qversion; do
8431 { { ac_try
="$ac_compiler $ac_option >&5"
8433 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8434 *) ac_try_echo=$ac_try;;
8436 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
8437 $as_echo "$ac_try_echo"; } >&5
8438 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
8440 if test -s conftest.err; then
8442 ... rest of stderr output deleted ...
8443 10q' conftest.err >conftest.er1
8444 cat conftest.er1 >&5
8446 rm -f conftest.er1 conftest.err
8447 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
8448 test $ac_status = 0; }
8451 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU Objective C compiler" >&5
8452 $as_echo_n "checking whether we are using the GNU Objective C compiler... " >&6; }
8453 if ${ac_cv_objc_compiler_gnu+:} false; then :
8454 $as_echo_n "(cached) " >&6
8456 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8457 /* end confdefs.h. */
8470 if ac_fn_objc_try_compile "$LINENO"; then :
8475 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8476 ac_cv_objc_compiler_gnu=$ac_compiler_gnu
8479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objc_compiler_gnu" >&5
8480 $as_echo "$ac_cv_objc_compiler_gnu" >&6; }
8481 if test $ac_compiler_gnu = yes; then
8486 ac_test_OBJCFLAGS=${OBJCFLAGS+set}
8487 ac_save_OBJCFLAGS=$OBJCFLAGS
8488 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $OBJC accepts -g" >&5
8489 $as_echo_n "checking whether $OBJC accepts -g... " >&6; }
8490 if ${ac_cv_prog_objc_g+:} false; then :
8491 $as_echo_n "(cached) " >&6
8493 ac_save_objc_werror_flag=$ac_objc_werror_flag
8494 ac_objc_werror_flag=yes
8495 ac_cv_prog_objc_g=no
8497 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8498 /* end confdefs.h. */
8508 if ac_fn_objc_try_compile "$LINENO"; then :
8509 ac_cv_prog_objc_g=yes
8512 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8513 /* end confdefs.h. */
8523 if ac_fn_objc_try_compile "$LINENO"; then :
8526 ac_objc_werror_flag=$ac_save_objc_werror_flag
8528 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8529 /* end confdefs.h. */
8539 if ac_fn_objc_try_compile "$LINENO"; then :
8540 ac_cv_prog_objc_g=yes
8542 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8544 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8546 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8547 ac_objc_werror_flag=$ac_save_objc_werror_flag
8549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_objc_g" >&5
8550 $as_echo "$ac_cv_prog_objc_g" >&6; }
8551 if test "$ac_test_OBJCFLAGS" = set; then
8552 OBJCFLAGS=$ac_save_OBJCFLAGS
8553 elif test $ac_cv_prog_objc_g = yes; then
8554 if test "$GOBJC" = yes; then
8560 if test "$GOBJC" = yes; then
8567 ac_cpp='$OBJCPP $CPPFLAGS'
8568 ac_compile='$OBJC -c $OBJCFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8569 ac_link='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8570 ac_compiler_gnu=$ac_cv_objc_compiler_gnu
8574 ac_cpp='$OBJCPP $CPPFLAGS'
8575 ac_compile='$OBJC -c $OBJCFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8576 ac_link='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8577 ac_compiler_gnu=$ac_cv_objc_compiler_gnu
8578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the Objective C preprocessor" >&5
8579 $as_echo_n "checking how to run the Objective C preprocessor... " >&6; }
8580 if test -z "$OBJCPP"; then
8581 if ${ac_cv_prog_OBJCPP+:} false; then :
8582 $as_echo_n "(cached) " >&6
8584 # Double quotes because OBJCPP needs to be expanded
8585 for OBJCPP in "$OBJC -E" "/lib/cpp"
8588 for ac_objc_preproc_warn_flag in '' yes
8590 # Use a header file that comes with gcc, so configuring glibc
8591 # with a fresh cross-compiler works.
8592 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8593 # <limits.h> exists even on freestanding compilers.
8594 # On the NeXT, cc -E runs the code through the compiler's parser,
8595 # not just through cpp. "Syntax error" is here to catch this case.
8596 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8597 /* end confdefs.h. */
8599 # include <limits.h>
8601 # include <assert.h>
8605 if ac_fn_objc_try_cpp "$LINENO"; then :
8608 # Broken: fails on valid input.
8611 rm -f conftest.err conftest.i conftest.$ac_ext
8613 # OK, works on sane cases. Now check whether nonexistent headers
8614 # can be detected and how.
8615 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8616 /* end confdefs.h. */
8617 #include <ac_nonexistent.h>
8619 if ac_fn_objc_try_cpp "$LINENO"; then :
8620 # Broken: success on invalid input.
8623 # Passes both tests.
8627 rm -f conftest.err conftest.i conftest.$ac_ext
8630 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
8631 rm -f conftest.i conftest.err conftest.
$ac_ext
8632 if $ac_preproc_ok; then :
8637 ac_cv_prog_OBJCPP
=$OBJCPP
8640 OBJCPP
=$ac_cv_prog_OBJCPP
8642 ac_cv_prog_OBJCPP
=$OBJCPP
8644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCPP" >&5
8645 $as_echo "$OBJCPP" >&6; }
8647 for ac_objc_preproc_warn_flag
in '' yes
8649 # Use a header file that comes with gcc, so configuring glibc
8650 # with a fresh cross-compiler works.
8651 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8652 # <limits.h> exists even on freestanding compilers.
8653 # On the NeXT, cc -E runs the code through the compiler's parser,
8654 # not just through cpp. "Syntax error" is here to catch this case.
8655 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8656 /* end confdefs.h. */
8658 # include <limits.h>
8660 # include <assert.h>
8664 if ac_fn_objc_try_cpp
"$LINENO"; then :
8667 # Broken: fails on valid input.
8670 rm -f conftest.err conftest.i conftest.
$ac_ext
8672 # OK, works on sane cases. Now check whether nonexistent headers
8673 # can be detected and how.
8674 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8675 /* end confdefs.h. */
8676 #include <ac_nonexistent.h>
8678 if ac_fn_objc_try_cpp
"$LINENO"; then :
8679 # Broken: success on invalid input.
8682 # Passes both tests.
8686 rm -f conftest.err conftest.i conftest.
$ac_ext
8689 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
8690 rm -f conftest.i conftest.err conftest.
$ac_ext
8691 if $ac_preproc_ok; then :
8694 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
8695 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
8696 as_fn_error $?
"Objective C preprocessor \"$OBJCPP\" fails sanity check
8697 See \`config.log' for more details" "$LINENO" 5; }
8701 ac_cpp
='$OBJCPP $CPPFLAGS'
8702 ac_compile
='$OBJC -c $OBJCFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8703 ac_link
='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8704 ac_compiler_gnu
=$ac_cv_objc_compiler_gnu
8707 for ac_header
in Metal
/Metal.h
8709 ac_fn_objc_check_header_mongrel
"$LINENO" "Metal/Metal.h" "ac_cv_header_Metal_Metal_h" "$ac_includes_default"
8710 if test "x$ac_cv_header_Metal_Metal_h" = xyes
; then :
8711 cat >>confdefs.h
<<_ACEOF
8712 #define HAVE_METAL_METAL_H 1
8720 ac_cpp
='$CPP $CPPFLAGS'
8721 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8722 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8723 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
8726 DLLFLAGS
="$DLLFLAGS -fPIC"
8728 COREFOUNDATION_LIBS
="-framework CoreFoundation"
8730 IOKIT_LIBS
="-framework IOKit -framework CoreFoundation"
8732 FORCEFEEDBACK_LIBS
="-framework ForceFeedback -framework CoreFoundation"
8734 APPLICATIONSERVICES_LIBS
="-framework ApplicationServices"
8736 CORESERVICES_LIBS
="-framework CoreServices"
8738 APPKIT_LIBS
="-framework AppKit"
8740 SYSTEMCONFIGURATION_LIBS
="-framework SystemConfiguration"
8743 WINELOADER_LDFLAGS
="-Wl,-pie,-pagezero_size,0x1000,-sectcreate,__TEXT,__info_plist,loader/wine_info.plist"
8745 wine_can_build_preloader
=yes
8746 WINEPRELOADER_LDFLAGS
="-nostartfiles -nodefaultlibs -e _start -ldylib1.o -Wl,-image_base,0x7d400000,-pagezero_size,0x1000,-sectcreate,__TEXT,__info_plist,loader/wine_info.plist,-segaddr,WINE_4GB_RESERVE,0x100000000"
8747 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_new_main -e _main" >&5
8748 $as_echo_n "checking whether the compiler supports -Wl,-no_new_main -e _main... " >&6; }
8749 if ${ac_cv_cflags__Wl__no_new_main__e__main+:} false
; then :
8750 $as_echo_n "(cached) " >&6
8752 ac_wine_try_cflags_saved
=$CFLAGS
8753 CFLAGS
="$CFLAGS -Wl,-no_new_main -e _main"
8754 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8755 /* end confdefs.h. */
8756 int main(int argc, char **argv) { return 0; }
8758 if ac_fn_c_try_link
"$LINENO"; then :
8759 ac_cv_cflags__Wl__no_new_main__e__main
=yes
8761 ac_cv_cflags__Wl__no_new_main__e__main
=no
8763 rm -f core conftest.err conftest.
$ac_objext \
8764 conftest
$ac_exeext conftest.
$ac_ext
8765 CFLAGS
=$ac_wine_try_cflags_saved
8767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_new_main__e__main" >&5
8768 $as_echo "$ac_cv_cflags__Wl__no_new_main__e__main" >&6; }
8769 if test "x$ac_cv_cflags__Wl__no_new_main__e__main" = xyes
; then :
8770 WINEPRELOADER_LDFLAGS
="-Wl,-no_new_main $WINEPRELOADER_LDFLAGS"
8771 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_new_main -e _main -nostartfiles -nodefaultlibs" >&5
8772 $as_echo_n "checking whether the compiler supports -Wl,-no_new_main -e _main -nostartfiles -nodefaultlibs... " >&6; }
8773 if ${ac_cv_cflags__Wl__no_new_main__e__main__nostartfiles__nodefaultlibs+:} false
; then :
8774 $as_echo_n "(cached) " >&6
8776 ac_wine_try_cflags_saved
=$CFLAGS
8777 CFLAGS
="$CFLAGS -Wl,-no_new_main -e _main -nostartfiles -nodefaultlibs"
8778 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8779 /* end confdefs.h. */
8780 int main(int argc, char **argv) { return 0; }
8782 if ac_fn_c_try_link
"$LINENO"; then :
8783 ac_cv_cflags__Wl__no_new_main__e__main__nostartfiles__nodefaultlibs
=yes
8785 ac_cv_cflags__Wl__no_new_main__e__main__nostartfiles__nodefaultlibs
=no
8787 rm -f core conftest.err conftest.
$ac_objext \
8788 conftest
$ac_exeext conftest.
$ac_ext
8789 CFLAGS
=$ac_wine_try_cflags_saved
8791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_new_main__e__main__nostartfiles__nodefaultlibs" >&5
8792 $as_echo "$ac_cv_cflags__Wl__no_new_main__e__main__nostartfiles__nodefaultlibs" >&6; }
8793 if test "x$ac_cv_cflags__Wl__no_new_main__e__main__nostartfiles__nodefaultlibs" = xyes
; then :
8794 EXTRACFLAGS
="$EXTRACFLAGS -Wl,-no_new_main -e _main -nostartfiles -nodefaultlibs"
8796 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_new_main -e _main -mmacosx-version-min=10.7 -nostartfiles -nodefaultlibs" >&5
8797 $as_echo_n "checking whether the compiler supports -Wl,-no_new_main -e _main -mmacosx-version-min=10.7 -nostartfiles -nodefaultlibs... " >&6; }
8798 if ${ac_cv_cflags__Wl__no_new_main__e__main__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs+:} false
; then :
8799 $as_echo_n "(cached) " >&6
8801 ac_wine_try_cflags_saved
=$CFLAGS
8802 CFLAGS
="$CFLAGS -Wl,-no_new_main -e _main -mmacosx-version-min=10.7 -nostartfiles -nodefaultlibs"
8803 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8804 /* end confdefs.h. */
8805 int main(int argc, char **argv) { return 0; }
8807 if ac_fn_c_try_link
"$LINENO"; then :
8808 ac_cv_cflags__Wl__no_new_main__e__main__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs
=yes
8810 ac_cv_cflags__Wl__no_new_main__e__main__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs
=no
8812 rm -f core conftest.err conftest.
$ac_objext \
8813 conftest
$ac_exeext conftest.
$ac_ext
8814 CFLAGS
=$ac_wine_try_cflags_saved
8816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_new_main__e__main__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs" >&5
8817 $as_echo "$ac_cv_cflags__Wl__no_new_main__e__main__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs" >&6; }
8818 if test "x$ac_cv_cflags__Wl__no_new_main__e__main__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs" = xyes
; then :
8819 WINEPRELOADER_LDFLAGS
="-mmacosx-version-min=10.7 $WINEPRELOADER_LDFLAGS"
8821 wine_can_build_preloader
=no
8825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -nostartfiles -nodefaultlibs" >&5
8826 $as_echo_n "checking whether the compiler supports -nostartfiles -nodefaultlibs... " >&6; }
8827 if ${ac_cv_cflags__nostartfiles__nodefaultlibs+:} false
; then :
8828 $as_echo_n "(cached) " >&6
8830 ac_wine_try_cflags_saved
=$CFLAGS
8831 CFLAGS
="$CFLAGS -nostartfiles -nodefaultlibs"
8832 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8833 /* end confdefs.h. */
8834 int main(int argc, char **argv) { return 0; }
8836 if ac_fn_c_try_link
"$LINENO"; then :
8837 ac_cv_cflags__nostartfiles__nodefaultlibs
=yes
8839 ac_cv_cflags__nostartfiles__nodefaultlibs
=no
8841 rm -f core conftest.err conftest.
$ac_objext \
8842 conftest
$ac_exeext conftest.
$ac_ext
8843 CFLAGS
=$ac_wine_try_cflags_saved
8845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__nostartfiles__nodefaultlibs" >&5
8846 $as_echo "$ac_cv_cflags__nostartfiles__nodefaultlibs" >&6; }
8847 if test "x$ac_cv_cflags__nostartfiles__nodefaultlibs" = xyes
; then :
8848 EXTRACFLAGS
="$EXTRACFLAGS -nostartfiles -nodefaultlibs"
8850 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -mmacosx-version-min=10.7 -nostartfiles -nodefaultlibs" >&5
8851 $as_echo_n "checking whether the compiler supports -mmacosx-version-min=10.7 -nostartfiles -nodefaultlibs... " >&6; }
8852 if ${ac_cv_cflags__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs+:} false
; then :
8853 $as_echo_n "(cached) " >&6
8855 ac_wine_try_cflags_saved
=$CFLAGS
8856 CFLAGS
="$CFLAGS -mmacosx-version-min=10.7 -nostartfiles -nodefaultlibs"
8857 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8858 /* end confdefs.h. */
8859 int main(int argc, char **argv) { return 0; }
8861 if ac_fn_c_try_link
"$LINENO"; then :
8862 ac_cv_cflags__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs
=yes
8864 ac_cv_cflags__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs
=no
8866 rm -f core conftest.err conftest.
$ac_objext \
8867 conftest
$ac_exeext conftest.
$ac_ext
8868 CFLAGS
=$ac_wine_try_cflags_saved
8870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs" >&5
8871 $as_echo "$ac_cv_cflags__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs" >&6; }
8872 if test "x$ac_cv_cflags__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs" = xyes
; then :
8873 WINEPRELOADER_LDFLAGS
="-mmacosx-version-min=10.7 $WINEPRELOADER_LDFLAGS"
8875 wine_can_build_preloader
=no
8879 if test "$wine_can_build_preloader" = "yes"
8881 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_pie" >&5
8882 $as_echo_n "checking whether the compiler supports -Wl,-no_pie... " >&6; }
8883 if ${ac_cv_cflags__Wl__no_pie+:} false
; then :
8884 $as_echo_n "(cached) " >&6
8886 ac_wine_try_cflags_saved
=$CFLAGS
8887 CFLAGS
="$CFLAGS -Wl,-no_pie"
8888 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8889 /* end confdefs.h. */
8890 int main(int argc, char **argv) { return 0; }
8892 if ac_fn_c_try_link
"$LINENO"; then :
8893 ac_cv_cflags__Wl__no_pie
=yes
8895 ac_cv_cflags__Wl__no_pie
=no
8897 rm -f core conftest.err conftest.
$ac_objext \
8898 conftest
$ac_exeext conftest.
$ac_ext
8899 CFLAGS
=$ac_wine_try_cflags_saved
8901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_pie" >&5
8902 $as_echo "$ac_cv_cflags__Wl__no_pie" >&6; }
8903 if test "x$ac_cv_cflags__Wl__no_pie" = xyes
; then :
8904 WINEPRELOADER_LDFLAGS
="-Wl,-no_pie $WINEPRELOADER_LDFLAGS"
8906 test "$wine_binary" = wine || wine_fn_append_file CONFIGURE_TARGETS
"loader/wine-preloader"
8907 WINELOADER_PROGRAMS
="$WINELOADER_PROGRAMS $wine_binary-preloader"
8909 as_fn_append wine_warnings
"|can't build Wine preloader; many programs won't work"
8912 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8914 DISKARBITRATION_LIBS
="-framework DiskArbitration -framework CoreFoundation"
8917 if test "$ac_cv_header_Security_Security_h" = "yes"
8919 SECURITY_LIBS
="-framework Security -framework CoreFoundation"
8921 ac_save_LIBS
="$LIBS"
8922 LIBS
="$LIBS $SECURITY_LIBS"
8923 for ac_func
in SSLCopyPeerCertificates
8925 ac_fn_c_check_func
"$LINENO" "SSLCopyPeerCertificates" "ac_cv_func_SSLCopyPeerCertificates"
8926 if test "x$ac_cv_func_SSLCopyPeerCertificates" = xyes
; then :
8927 cat >>confdefs.h
<<_ACEOF
8928 #define HAVE_SSLCOPYPEERCERTIFICATES 1
8934 LIBS
="$ac_save_LIBS"
8936 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8938 if test "$ac_cv_header_AudioUnit_AudioComponent_h" = "yes"
8940 COREAUDIO_LIBS
="-framework CoreFoundation -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework CoreMIDI"
8943 COREAUDIO_LIBS
="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8946 enable_winecoreaudio_drv
=${enable_winecoreaudio_drv:-yes}
8947 ac_save_LIBS
="$LIBS"
8948 LIBS
="$LIBS $COREAUDIO_LIBS"
8949 for ac_func
in AUGraphAddNode
8951 ac_fn_c_check_func
"$LINENO" "AUGraphAddNode" "ac_cv_func_AUGraphAddNode"
8952 if test "x$ac_cv_func_AUGraphAddNode" = xyes
; then :
8953 cat >>confdefs.h
<<_ACEOF
8954 #define HAVE_AUGRAPHADDNODE 1
8960 LIBS
="$ac_save_LIBS"
8962 if test "$ac_cv_header_OpenAL_al_h" = "yes"
8964 OPENAL_LIBS
="-framework OpenAL"
8967 cat >>confdefs.h
<<_ACEOF
8968 #define HAVE_OPENAL 1
8971 ac_cv_lib_openal
=yes
8973 if test "$ac_cv_header_OpenCL_opencl_h" = "yes"
8975 OPENCL_LIBS
="-framework OpenCL"
8977 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
8979 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
8981 ac_save_LIBS
="$LIBS"
8982 LIBS
="$LIBS $IOKIT_LIBS"
8983 for ac_func
in IOHIDManagerCreate
8985 ac_fn_c_check_func
"$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
8986 if test "x$ac_cv_func_IOHIDManagerCreate" = xyes
; then :
8987 cat >>confdefs.h
<<_ACEOF
8988 #define HAVE_IOHIDMANAGERCREATE 1
8994 LIBS
="$ac_save_LIBS"
8997 if test "x$with_quicktime" != "xno"
8999 if test "$ac_cv_header_QuickTime_ImageCompression_h" = "yes"
9001 ac_save_LIBS
="$LIBS"
9002 LIBS
="-framework QuickTime -framework ApplicationServices -framework CoreVideo $LIBS"
9003 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the QuickTime framework" >&5
9004 $as_echo_n "checking for the QuickTime framework... " >&6; }
9005 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9006 /* end confdefs.h. */
9007 #include <QuickTime/ImageCompression.h>
9011 CodecManagerVersion(NULL);
9016 if ac_fn_c_try_link
"$LINENO"; then :
9017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9018 $as_echo "yes" >&6; }
9019 QUICKTIME_LIBS
="-framework QuickTime -framework ApplicationServices -framework CoreVideo"
9021 enable_wineqtdecoder
=${enable_wineqtdecoder:-yes}
9023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9024 $as_echo "no" >&6; }
9025 ac_cv_header_QuickTime_ImageCompression_h
=no
9027 rm -f core conftest.err conftest.
$ac_objext \
9028 conftest
$ac_exeext conftest.
$ac_ext
9029 LIBS
="$ac_save_LIBS"
9032 if test "$ac_cv_header_QuickTime_ImageCompression_h" != "yes"; then :
9033 case "x$with_quicktime" in
9034 x
) as_fn_append wine_notices
"|QuickTime ${notice_platform}development files not found, video decoding won't be supported." ;;
9036 *) as_fn_error $?
"QuickTime ${notice_platform}development files not found, video decoding won't be supported.
9037 This is an error since --with-quicktime was requested." "$LINENO" 5 ;;
9042 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
9044 CARBON_LIBS
="-framework Carbon"
9047 if test "$ac_cv_header_Metal_Metal_h" = "yes"
9049 METAL_LIBS
="-framework Metal -framework QuartzCore"
9053 if test "$ac_cv_header_Metal_Metal_h" = "yes"
9055 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether MTLDevice protocol supports registryID property" >&5
9056 $as_echo_n "checking whether MTLDevice protocol supports registryID property... " >&6; }
9058 ac_cpp
='$OBJCPP $CPPFLAGS'
9059 ac_compile
='$OBJC -c $OBJCFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9060 ac_link
='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9061 ac_compiler_gnu
=$ac_cv_objc_compiler_gnu
9063 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9064 /* end confdefs.h. */
9065 #include <Metal/Metal.h>
9069 id<MTLDevice> device; device.registryID;
9074 if ac_fn_objc_try_compile
"$LINENO"; then :
9075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9076 $as_echo "yes" >&6; }
9078 $as_echo "#define HAVE_MTLDEVICE_REGISTRYID 1" >>confdefs.h
9081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9082 $as_echo "no" >&6; }
9084 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
9086 ac_cpp
='$CPP $CPPFLAGS'
9087 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9088 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9089 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
9093 if test "$ac_cv_header_ApplicationServices_ApplicationServices_h" = "yes"
9095 ac_save_LIBS
="$LIBS"
9096 LIBS
="$LIBS $APPLICATIONSERVICES_LIBS"
9097 ac_fn_c_check_func
"$LINENO" "CGDisplayModeGetWidth" "ac_cv_func_CGDisplayModeGetWidth"
9098 if test "x$ac_cv_func_CGDisplayModeGetWidth" = xyes
; then :
9099 enable_winemac_drv
=${enable_winemac_drv:-yes}
9102 LIBS
="$ac_save_LIBS"
9105 LIBWINE_SHAREDLIB
="libwine.$libwine_version.dylib"
9107 LIBWINE_LDFLAGS
="-dynamiclib -install_name @rpath/libwine.$libwine_soversion.dylib -Wl,-rpath,@loader_path/ -compatibility_version $libwine_soversion -current_version $libwine_version"
9109 WINELOADER_DEPENDS
="wine_info.plist"
9111 TOP_INSTALL_LIB
="$TOP_INSTALL_LIB libs/wine/libwine.$libwine_version.dylib libs/wine/libwine.$libwine_soversion.dylib"
9115 DLLFLAGS
="$DLLFLAGS -fPIC"
9117 LDEXECFLAGS
="-Wl,-pie"
9118 enable_wineandroid_drv
=${enable_wineandroid_drv:-yes}
9119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
9120 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
9121 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false
; then :
9122 $as_echo_n "(cached) " >&6
9124 ac_wine_try_cflags_saved
=$CFLAGS
9125 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
9126 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9127 /* end confdefs.h. */
9128 int main(int argc, char **argv) { return 0; }
9130 if ac_fn_c_try_link
"$LINENO"; then :
9131 ac_cv_cflags__fPIC__Wl___export_dynamic
=yes
9133 ac_cv_cflags__fPIC__Wl___export_dynamic
=no
9135 rm -f core conftest.err conftest.
$ac_objext \
9136 conftest
$ac_exeext conftest.
$ac_ext
9137 CFLAGS
=$ac_wine_try_cflags_saved
9139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
9140 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
9141 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes
; then :
9142 WINELOADER_LDFLAGS
="-Wl,--export-dynamic"
9144 WINEPRELOADER_LDFLAGS
="-static -nostartfiles -nodefaultlibs -Wl,-Ttext=0x7d400000"
9146 LIBWINE_SHAREDLIB
="libwine.so"
9148 LIBWINE_LDFLAGS
="-shared -Wl,-soname,libwine.so"
9150 TOP_INSTALL_LIB
="$TOP_INSTALL_LIB libs/wine/libwine.so"
9152 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lEGL" >&5
9153 $as_echo_n "checking for -lEGL... " >&6; }
9154 if ${ac_cv_lib_soname_EGL+:} false
; then :
9155 $as_echo_n "(cached) " >&6
9157 ac_check_soname_save_LIBS
=$LIBS
9159 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9160 /* end confdefs.h. */
9162 /* Override any GCC internal prototype to avoid an error.
9163 Use char because int might match the return type of a GCC
9164 builtin and then its argument prototype would still apply. */
9168 char eglGetProcAddress ();
9172 return eglGetProcAddress ();
9177 if ac_fn_c_try_link
"$LINENO"; then :
9179 dll
) ac_cv_lib_soname_EGL
=`$ac_cv_path_LDD conftest.exe | grep "EGL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9180 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'` ;;
9181 *) ac_cv_lib_soname_EGL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libEGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libEGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9182 if ${ac_cv_lib_soname_EGL:+false} :; then :
9183 ac_cv_lib_soname_EGL
=`$LDD conftest$ac_exeext | grep "libEGL\\.$LIBEXT" | sed -e "s/^.*\(libEGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9187 ac_cv_lib_soname_EGL
=
9189 rm -f core conftest.err conftest.
$ac_objext \
9190 conftest
$ac_exeext conftest.
$ac_ext
9191 LIBS
=$ac_check_soname_save_LIBS
9193 if ${ac_cv_lib_soname_EGL:+false} :; then :
9194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9195 $as_echo "not found" >&6; }
9198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_EGL" >&5
9199 $as_echo "$ac_cv_lib_soname_EGL" >&6; }
9201 cat >>confdefs.h
<<_ACEOF
9202 #define SONAME_LIBEGL "$ac_cv_lib_soname_EGL"
9207 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLESv2" >&5
9208 $as_echo_n "checking for -lGLESv2... " >&6; }
9209 if ${ac_cv_lib_soname_GLESv2+:} false
; then :
9210 $as_echo_n "(cached) " >&6
9212 ac_check_soname_save_LIBS
=$LIBS
9213 LIBS
="-lGLESv2 $LIBS"
9214 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9215 /* end confdefs.h. */
9217 /* Override any GCC internal prototype to avoid an error.
9218 Use char because int might match the return type of a GCC
9219 builtin and then its argument prototype would still apply. */
9232 if ac_fn_c_try_link
"$LINENO"; then :
9234 dll
) ac_cv_lib_soname_GLESv2
=`$ac_cv_path_LDD conftest.exe | grep "GLESv2" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9235 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'` ;;
9236 *) ac_cv_lib_soname_GLESv2
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGLESv2\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGLESv2\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9237 if ${ac_cv_lib_soname_GLESv2:+false} :; then :
9238 ac_cv_lib_soname_GLESv2
=`$LDD conftest$ac_exeext | grep "libGLESv2\\.$LIBEXT" | sed -e "s/^.*\(libGLESv2\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9242 ac_cv_lib_soname_GLESv2
=
9244 rm -f core conftest.err conftest.
$ac_objext \
9245 conftest
$ac_exeext conftest.
$ac_ext
9246 LIBS
=$ac_check_soname_save_LIBS
9248 if ${ac_cv_lib_soname_GLESv2:+false} :; then :
9249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9250 $as_echo "not found" >&6; }
9253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLESv2" >&5
9254 $as_echo "$ac_cv_lib_soname_GLESv2" >&6; }
9256 cat >>confdefs.h
<<_ACEOF
9257 #define SONAME_LIBGLESV2 "$ac_cv_lib_soname_GLESv2"
9263 if test "x$exec_prefix" = xNONE
9266 *i
[3456]86*) exec_prefix
='${prefix}/x86' ;;
9267 *x86_64
*) exec_prefix
='${prefix}/x86_64' ;;
9268 *arm
*) exec_prefix
='${prefix}/armeabi-v7a' ;;
9269 *aarch64
*) exec_prefix
='${prefix}/arm64-v8a' ;;
9277 DLLFLAGS
="$DLLFLAGS -fno-PIC"
9278 LDDLLFLAGS
="-fno-PIC"
9279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-PIC -Wl,-z,notext" >&5
9280 $as_echo_n "checking whether the compiler supports -fno-PIC -Wl,-z,notext... " >&6; }
9281 if ${ac_cv_cflags__fno_PIC__Wl__z_notext+:} false
; then :
9282 $as_echo_n "(cached) " >&6
9284 ac_wine_try_cflags_saved
=$CFLAGS
9285 CFLAGS
="$CFLAGS -fno-PIC -Wl,-z,notext"
9286 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9287 /* end confdefs.h. */
9288 int main(int argc, char **argv) { return 0; }
9290 if ac_fn_c_try_link
"$LINENO"; then :
9291 ac_cv_cflags__fno_PIC__Wl__z_notext
=yes
9293 ac_cv_cflags__fno_PIC__Wl__z_notext
=no
9295 rm -f core conftest.err conftest.
$ac_objext \
9296 conftest
$ac_exeext conftest.
$ac_ext
9297 CFLAGS
=$ac_wine_try_cflags_saved
9299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_PIC__Wl__z_notext" >&5
9300 $as_echo "$ac_cv_cflags__fno_PIC__Wl__z_notext" >&6; }
9301 if test "x$ac_cv_cflags__fno_PIC__Wl__z_notext" = xyes
; then :
9302 LDDLLFLAGS
="$LDDLLFLAGS -Wl,-z,notext"
9306 DLLFLAGS
="$DLLFLAGS -fPIC"
9307 LDDLLFLAGS
="-fPIC" ;;
9309 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
9310 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
9311 if ${ac_cv_c_dll_gnuelf+:} false
; then :
9312 $as_echo_n "(cached) " >&6
9314 ac_wine_try_cflags_saved
=$CFLAGS
9315 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
9316 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9317 /* end confdefs.h. */
9320 if ac_fn_c_try_link
"$LINENO"; then :
9321 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic
=yes
9323 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic
=no
9325 rm -f core conftest.err conftest.
$ac_objext \
9326 conftest
$ac_exeext conftest.
$ac_ext
9327 CFLAGS
=$ac_wine_try_cflags_saved
9328 if test "x$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic" = xyes
; then :
9329 ac_cv_c_dll_gnuelf
="yes"
9331 ac_cv_c_dll_gnuelf
="no"
9334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
9335 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
9336 if test "$ac_cv_c_dll_gnuelf" = "yes"
9338 LIBWINE_LDFLAGS
="-shared"
9339 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -shared -Wl,-soname,confest.so.1" >&5
9340 $as_echo_n "checking whether the compiler supports -shared -Wl,-soname,confest.so.1... " >&6; }
9341 if ${ac_cv_cflags__shared__Wl__soname_confest_so_1+:} false
; then :
9342 $as_echo_n "(cached) " >&6
9344 ac_wine_try_cflags_saved
=$CFLAGS
9345 CFLAGS
="$CFLAGS -shared -Wl,-soname,confest.so.1"
9346 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9347 /* end confdefs.h. */
9348 int main(int argc, char **argv) { return 0; }
9350 if ac_fn_c_try_link
"$LINENO"; then :
9351 ac_cv_cflags__shared__Wl__soname_confest_so_1
=yes
9353 ac_cv_cflags__shared__Wl__soname_confest_so_1
=no
9355 rm -f core conftest.err conftest.
$ac_objext \
9356 conftest
$ac_exeext conftest.
$ac_ext
9357 CFLAGS
=$ac_wine_try_cflags_saved
9359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__shared__Wl__soname_confest_so_1" >&5
9360 $as_echo "$ac_cv_cflags__shared__Wl__soname_confest_so_1" >&6; }
9361 if test "x$ac_cv_cflags__shared__Wl__soname_confest_so_1" = xyes
; then :
9362 LIBWINE_LDFLAGS
="-shared -Wl,-soname,libwine.so.$libwine_soversion"
9364 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -shared -Wl,-h,confest.so.1" >&5
9365 $as_echo_n "checking whether the compiler supports -shared -Wl,-h,confest.so.1... " >&6; }
9366 if ${ac_cv_cflags__shared__Wl__h_confest_so_1+:} false
; then :
9367 $as_echo_n "(cached) " >&6
9369 ac_wine_try_cflags_saved
=$CFLAGS
9370 CFLAGS
="$CFLAGS -shared -Wl,-h,confest.so.1"
9371 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9372 /* end confdefs.h. */
9373 int main(int argc, char **argv) { return 0; }
9375 if ac_fn_c_try_link
"$LINENO"; then :
9376 ac_cv_cflags__shared__Wl__h_confest_so_1
=yes
9378 ac_cv_cflags__shared__Wl__h_confest_so_1
=no
9380 rm -f core conftest.err conftest.
$ac_objext \
9381 conftest
$ac_exeext conftest.
$ac_ext
9382 CFLAGS
=$ac_wine_try_cflags_saved
9384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__shared__Wl__h_confest_so_1" >&5
9385 $as_echo "$ac_cv_cflags__shared__Wl__h_confest_so_1" >&6; }
9386 if test "x$ac_cv_cflags__shared__Wl__h_confest_so_1" = xyes
; then :
9387 LIBWINE_LDFLAGS
="-shared -Wl,-h,libwine.so.$libwine_soversion"
9391 echo '{ global: *; };' >conftest.map
9392 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -shared -Wl,--version-script=conftest.map" >&5
9393 $as_echo_n "checking whether the compiler supports -shared -Wl,--version-script=conftest.map... " >&6; }
9394 if ${ac_cv_cflags__shared__Wl___version_script_conftest_map+:} false
; then :
9395 $as_echo_n "(cached) " >&6
9397 ac_wine_try_cflags_saved
=$CFLAGS
9398 CFLAGS
="$CFLAGS -shared -Wl,--version-script=conftest.map"
9399 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9400 /* end confdefs.h. */
9401 int main(int argc, char **argv) { return 0; }
9403 if ac_fn_c_try_link
"$LINENO"; then :
9404 ac_cv_cflags__shared__Wl___version_script_conftest_map
=yes
9406 ac_cv_cflags__shared__Wl___version_script_conftest_map
=no
9408 rm -f core conftest.err conftest.
$ac_objext \
9409 conftest
$ac_exeext conftest.
$ac_ext
9410 CFLAGS
=$ac_wine_try_cflags_saved
9412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__shared__Wl___version_script_conftest_map" >&5
9413 $as_echo "$ac_cv_cflags__shared__Wl___version_script_conftest_map" >&6; }
9414 if test "x$ac_cv_cflags__shared__Wl___version_script_conftest_map" = xyes
; then :
9415 LIBWINE_LDFLAGS
="$LIBWINE_LDFLAGS -Wl,--version-script=\$(srcdir)/wine.map"
9419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--export-dynamic" >&5
9420 $as_echo_n "checking whether the compiler supports -Wl,--export-dynamic... " >&6; }
9421 if ${ac_cv_cflags__Wl___export_dynamic+:} false
; then :
9422 $as_echo_n "(cached) " >&6
9424 ac_wine_try_cflags_saved
=$CFLAGS
9425 CFLAGS
="$CFLAGS -Wl,--export-dynamic"
9426 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9427 /* end confdefs.h. */
9428 int main(int argc, char **argv) { return 0; }
9430 if ac_fn_c_try_link
"$LINENO"; then :
9431 ac_cv_cflags__Wl___export_dynamic
=yes
9433 ac_cv_cflags__Wl___export_dynamic
=no
9435 rm -f core conftest.err conftest.
$ac_objext \
9436 conftest
$ac_exeext conftest.
$ac_ext
9437 CFLAGS
=$ac_wine_try_cflags_saved
9439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___export_dynamic" >&5
9440 $as_echo "$ac_cv_cflags__Wl___export_dynamic" >&6; }
9441 if test "x$ac_cv_cflags__Wl___export_dynamic" = xyes
; then :
9442 WINELOADER_LDFLAGS
="-Wl,--export-dynamic"
9444 WINEPRELOADER_LDFLAGS
="-static -nostartfiles -nodefaultlibs -Wl,-Ttext=0x7d400000"
9447 *i
[3456789]86* | x86_64 |
*aarch64
*)
9448 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000" >&5
9449 $as_echo_n "checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000... " >&6; }
9450 if ${ac_cv_cflags__Wl__Ttext_segment_0x7bc00000+:} false
; then :
9451 $as_echo_n "(cached) " >&6
9453 ac_wine_try_cflags_saved
=$CFLAGS
9454 CFLAGS
="$CFLAGS -Wl,-Ttext-segment=0x7bc00000"
9455 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9456 /* end confdefs.h. */
9457 int main(int argc, char **argv) { return 0; }
9459 if ac_fn_c_try_link
"$LINENO"; then :
9460 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000
=yes
9462 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000
=no
9464 rm -f core conftest.err conftest.
$ac_objext \
9465 conftest
$ac_exeext conftest.
$ac_ext
9466 CFLAGS
=$ac_wine_try_cflags_saved
9468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&5
9469 $as_echo "$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&6; }
9470 if test "x$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" = xyes
; then :
9472 freebsd
* | kfreebsd
*-gnu) WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,-Ttext-segment=0x60000000" ;;
9473 *) WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,-Ttext-segment=0x7d000000" ;;
9476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7d000400" >&5
9477 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7d000400... " >&6; }
9478 if ${ac_cv_cflags__Wl___section_start__interp_0x7d000400+:} false
; then :
9479 $as_echo_n "(cached) " >&6
9481 ac_wine_try_cflags_saved
=$CFLAGS
9482 CFLAGS
="$CFLAGS -Wl,--section-start,.interp=0x7d000400"
9483 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9484 /* end confdefs.h. */
9485 int main(int argc, char **argv) { return 0; }
9487 if ac_fn_c_try_link
"$LINENO"; then :
9488 ac_cv_cflags__Wl___section_start__interp_0x7d000400
=yes
9490 ac_cv_cflags__Wl___section_start__interp_0x7d000400
=no
9492 rm -f core conftest.err conftest.
$ac_objext \
9493 conftest
$ac_exeext conftest.
$ac_ext
9494 CFLAGS
=$ac_wine_try_cflags_saved
9496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7d000400" >&5
9497 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7d000400" >&6; }
9498 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7d000400" = xyes
; then :
9500 freebsd
* | kfreebsd
*-gnu) WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,--section-start,.interp=0x60000400" ;;
9501 *) WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,--section-start,.interp=0x7d000400" ;;
9504 # Extract the first word of "prelink", so it can be a program name with args.
9505 set dummy prelink
; ac_word
=$2
9506 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9507 $as_echo_n "checking for $ac_word... " >&6; }
9508 if ${ac_cv_path_PRELINK+:} false
; then :
9509 $as_echo_n "(cached) " >&6
9513 ac_cv_path_PRELINK
="$PRELINK" # Let the user override the test with a path.
9516 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9517 for as_dir
in /sbin
/usr
/sbin
$PATH
9520 test -z "$as_dir" && as_dir
=.
9521 for ac_exec_ext
in '' $ac_executable_extensions; do
9522 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
9523 ac_cv_path_PRELINK
="$as_dir/$ac_word$ac_exec_ext"
9524 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9531 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK
="false"
9535 PRELINK
=$ac_cv_path_PRELINK
9536 if test -n "$PRELINK"; then
9537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
9538 $as_echo "$PRELINK" >&6; }
9540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9541 $as_echo "no" >&6; }
9545 if test "x$PRELINK" = xfalse
9547 as_fn_append wine_warnings
"|prelink not found and linker does not support relocation, base address of core dlls won't be set correctly."
9550 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-z,max-page-size=0x1000" >&5
9551 $as_echo_n "checking whether the compiler supports -Wl,-z,max-page-size=0x1000... " >&6; }
9552 if ${ac_cv_cflags__Wl__z_max_page_size_0x1000+:} false
; then :
9553 $as_echo_n "(cached) " >&6
9555 ac_wine_try_cflags_saved
=$CFLAGS
9556 CFLAGS
="$CFLAGS -Wl,-z,max-page-size=0x1000"
9557 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9558 /* end confdefs.h. */
9559 int main(int argc, char **argv) { return 0; }
9561 if ac_fn_c_try_link
"$LINENO"; then :
9562 ac_cv_cflags__Wl__z_max_page_size_0x1000
=yes
9564 ac_cv_cflags__Wl__z_max_page_size_0x1000
=no
9566 rm -f core conftest.err conftest.
$ac_objext \
9567 conftest
$ac_exeext conftest.
$ac_ext
9568 CFLAGS
=$ac_wine_try_cflags_saved
9570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__z_max_page_size_0x1000" >&5
9571 $as_echo "$ac_cv_cflags__Wl__z_max_page_size_0x1000" >&6; }
9572 if test "x$ac_cv_cflags__Wl__z_max_page_size_0x1000" = xyes
; then :
9573 WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,-z,max-page-size=0x1000"
9579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
9580 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
9581 if ${ac_cv_c_dll_unixware+:} false
; then :
9582 $as_echo_n "(cached) " >&6
9584 ac_wine_try_cflags_saved
=$CFLAGS
9585 CFLAGS
="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9586 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9587 /* end confdefs.h. */
9590 if ac_fn_c_try_link
"$LINENO"; then :
9591 ac_cv_cflags__fPIC__Wl__G__h_conftest_so_1_0__B_symbolic
=yes
9593 ac_cv_cflags__fPIC__Wl__G__h_conftest_so_1_0__B_symbolic
=no
9595 rm -f core conftest.err conftest.
$ac_objext \
9596 conftest
$ac_exeext conftest.
$ac_ext
9597 CFLAGS
=$ac_wine_try_cflags_saved
9598 if test "x$ac_cv_cflags__fPIC__Wl__G__h_conftest_so_1_0__B_symbolic" = xyes
; then :
9599 ac_cv_c_dll_unixware
="yes"
9601 ac_cv_c_dll_unixware
="no"
9604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
9605 $as_echo "$ac_cv_c_dll_unixware" >&6; }
9606 if test "$ac_cv_c_dll_unixware" = "yes"
9608 LIBWINE_LDFLAGS
="-Wl,-G,-h,libwine.so.$libwine_soversion"
9611 LIBWINE_SHAREDLIB
="libwine.so.$libwine_version"
9613 LIBWINE_DEPENDS
="wine.map"
9615 TOP_INSTALL_LIB
="$TOP_INSTALL_LIB libs/wine/libwine.so.$libwine_version libs/wine/libwine.so.$libwine_soversion"
9619 enable_winecoreaudio_drv
=${enable_winecoreaudio_drv:-no}
9620 enable_wineqtdecoder
=${enable_wineqtdecoder:-no}
9621 enable_wineandroid_drv
=${enable_wineandroid_drv:-no}
9622 enable_winemac_drv
=${enable_winemac_drv:-no}
9623 test "$ac_cv_header_linux_joystick_h" = "yes" -o "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes" || enable_winejoystick_drv
=${enable_winejoystick_drv:-no}
9626 if test "x$with_mingw" != xno
9628 case "x$with_mingw" in
9629 x|xyes
) case "$host_cpu" in
9631 ac_prefix_list
="aarch64-w64-mingw32-clang aarch64-w64-mingw32-gcc" ;;
9633 ac_prefix_list
="armv7-w64-mingw32-clang armv7-w64-mingw32-gcc" ;;
9635 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
9636 i686-w64-mingw32-clang i586-w64-mingw32-clang i486-w64-mingw32-clang i386-w64-mingw32-clang
9639 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
9640 x86_64-w64-mingw32-clang amd64-w64-mingw32-clang " ;;
9642 ac_prefix_list
="" ;;
9644 for ac_prog
in $ac_prefix_list
9646 # Extract the first word of "$ac_prog", so it can be a program name with args.
9647 set dummy
$ac_prog; ac_word
=$2
9648 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9649 $as_echo_n "checking for $ac_word... " >&6; }
9650 if ${ac_cv_prog_CROSSCC+:} false
; then :
9651 $as_echo_n "(cached) " >&6
9653 if test -n "$CROSSCC"; then
9654 ac_cv_prog_CROSSCC
="$CROSSCC" # Let the user override the test.
9656 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9660 test -z "$as_dir" && as_dir
=.
9661 for ac_exec_ext
in '' $ac_executable_extensions; do
9662 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
9663 ac_cv_prog_CROSSCC
="$ac_prog"
9664 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9673 CROSSCC
=$ac_cv_prog_CROSSCC
9674 if test -n "$CROSSCC"; then
9675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
9676 $as_echo "$CROSSCC" >&6; }
9678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9679 $as_echo "no" >&6; }
9683 test -n "$CROSSCC" && break
9685 test -n "$CROSSCC" || CROSSCC
="false"
9687 *) CROSSCC
=$with_mingw ;;
9689 if test "$CROSSCC" != "false"
9692 saved_CFLAGS
=$CFLAGS
9693 CROSSCFLAGS
=${CROSSCFLAGS:-"-g -O2"}
9695 EXTRACROSSCFLAGS
="-DWINE_CROSS_PE -Wall"
9701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CROSSCC works" >&5
9702 $as_echo_n "checking whether $CROSSCC works... " >&6; }
9703 if ${wine_cv_crosscc+:} false
; then :
9704 $as_echo_n "(cached) " >&6
9706 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9707 /* end confdefs.h. */
9717 if ac_fn_c_try_compile
"$LINENO"; then :
9722 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
9724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_crosscc" >&5
9725 $as_echo "$wine_cv_crosscc" >&6; }
9726 if test $wine_cv_crosscc = yes
9733 *-gcc) CROSSTARGET
=`expr "$1" : '\(.*\)-gcc'` ;;
9734 *-clang) CROSSTARGET
=`expr "$1" : '\(.*\)-clang'` ;;
9739 llvm_target
=$CROSSTARGET
9740 llvm_cflags
="-fuse-ld=lld"
9741 if test -z "$llvm_target"
9744 *i
[3456789]86*) llvm_target
=i686-windows
;;
9745 *) llvm_target
=$host_cpu-windows ;;
9748 case $llvm_target in
9749 *windows
) llvm_cflags
="$llvm_cflags -Wl,-subsystem:console" ;;
9751 as_ac_var
=`$as_echo "ac_cv_crosscflags_-target $llvm_target $llvm_cflags" | $as_tr_sh`
9752 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -target $llvm_target $llvm_cflags" >&5
9753 $as_echo_n "checking whether the cross-compiler supports -target $llvm_target $llvm_cflags... " >&6; }
9754 if eval \
${$as_ac_var+:} false
; then :
9755 $as_echo_n "(cached) " >&6
9757 ac_wine_try_cflags_saved
=$CFLAGS
9758 ac_wine_try_cflags_saved_cc
=$CC
9759 ac_wine_try_cflags_saved_exeext
=$ac_exeext
9760 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -target $llvm_target $llvm_cflags"
9763 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9764 /* end confdefs.h. */
9765 int __cdecl mainCRTStartup(void) { return 0; }
9767 if ac_fn_c_try_link
"$LINENO"; then :
9768 eval "$as_ac_var=yes"
9770 eval "$as_ac_var=no"
9772 rm -f core conftest.err conftest.
$ac_objext \
9773 conftest
$ac_exeext conftest.
$ac_ext
9774 CFLAGS
=$ac_wine_try_cflags_saved
9775 CC
=$ac_wine_try_cflags_saved_cc
9776 ac_exeext
=$ac_wine_try_cflags_saved_exeext
9778 eval ac_res
=\$
$as_ac_var
9779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
9780 $as_echo "$ac_res" >&6; }
9781 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
9782 CROSSTARGET
=$llvm_target
9783 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -target $CROSSTARGET"
9784 DELAYLOADFLAG
="-Wl,-delayload,"
9786 CFLAGS
="$CFLAGS $llvm_cflags"
9789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -fno-strict-aliasing" >&5
9790 $as_echo_n "checking whether the cross-compiler supports -fno-strict-aliasing... " >&6; }
9791 if ${ac_cv_crosscflags__fno_strict_aliasing+:} false
; then :
9792 $as_echo_n "(cached) " >&6
9794 ac_wine_try_cflags_saved
=$CFLAGS
9795 ac_wine_try_cflags_saved_cc
=$CC
9796 ac_wine_try_cflags_saved_exeext
=$ac_exeext
9797 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -fno-strict-aliasing"
9800 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9801 /* end confdefs.h. */
9802 int __cdecl mainCRTStartup(void) { return 0; }
9804 if ac_fn_c_try_link
"$LINENO"; then :
9805 ac_cv_crosscflags__fno_strict_aliasing
=yes
9807 ac_cv_crosscflags__fno_strict_aliasing
=no
9809 rm -f core conftest.err conftest.
$ac_objext \
9810 conftest
$ac_exeext conftest.
$ac_ext
9811 CFLAGS
=$ac_wine_try_cflags_saved
9812 CC
=$ac_wine_try_cflags_saved_cc
9813 ac_exeext
=$ac_wine_try_cflags_saved_exeext
9815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__fno_strict_aliasing" >&5
9816 $as_echo "$ac_cv_crosscflags__fno_strict_aliasing" >&6; }
9817 if test "x$ac_cv_crosscflags__fno_strict_aliasing" = xyes
; then :
9818 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -fno-strict-aliasing"
9820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Werror=unknown-warning-option" >&5
9821 $as_echo_n "checking whether the cross-compiler supports -Werror=unknown-warning-option... " >&6; }
9822 if ${ac_cv_crosscflags__Werror_unknown_warning_option+:} false
; then :
9823 $as_echo_n "(cached) " >&6
9825 ac_wine_try_cflags_saved
=$CFLAGS
9826 ac_wine_try_cflags_saved_cc
=$CC
9827 ac_wine_try_cflags_saved_exeext
=$ac_exeext
9828 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Werror=unknown-warning-option"
9831 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9832 /* end confdefs.h. */
9833 int __cdecl mainCRTStartup(void) { return 0; }
9835 if ac_fn_c_try_link
"$LINENO"; then :
9836 ac_cv_crosscflags__Werror_unknown_warning_option
=yes
9838 ac_cv_crosscflags__Werror_unknown_warning_option
=no
9840 rm -f core conftest.err conftest.
$ac_objext \
9841 conftest
$ac_exeext conftest.
$ac_ext
9842 CFLAGS
=$ac_wine_try_cflags_saved
9843 CC
=$ac_wine_try_cflags_saved_cc
9844 ac_exeext
=$ac_wine_try_cflags_saved_exeext
9846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Werror_unknown_warning_option" >&5
9847 $as_echo "$ac_cv_crosscflags__Werror_unknown_warning_option" >&6; }
9848 if test "x$ac_cv_crosscflags__Werror_unknown_warning_option" = xyes
; then :
9849 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
9851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Werror=ignored-optimization-argument" >&5
9852 $as_echo_n "checking whether the cross-compiler supports -Werror=ignored-optimization-argument... " >&6; }
9853 if ${ac_cv_crosscflags__Werror_ignored_optimization_argument+:} false
; then :
9854 $as_echo_n "(cached) " >&6
9856 ac_wine_try_cflags_saved
=$CFLAGS
9857 ac_wine_try_cflags_saved_cc
=$CC
9858 ac_wine_try_cflags_saved_exeext
=$ac_exeext
9859 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Werror=ignored-optimization-argument"
9862 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9863 /* end confdefs.h. */
9864 int __cdecl mainCRTStartup(void) { return 0; }
9866 if ac_fn_c_try_link
"$LINENO"; then :
9867 ac_cv_crosscflags__Werror_ignored_optimization_argument
=yes
9869 ac_cv_crosscflags__Werror_ignored_optimization_argument
=no
9871 rm -f core conftest.err conftest.
$ac_objext \
9872 conftest
$ac_exeext conftest.
$ac_ext
9873 CFLAGS
=$ac_wine_try_cflags_saved
9874 CC
=$ac_wine_try_cflags_saved_cc
9875 ac_exeext
=$ac_wine_try_cflags_saved_exeext
9877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Werror_ignored_optimization_argument" >&5
9878 $as_echo "$ac_cv_crosscflags__Werror_ignored_optimization_argument" >&6; }
9879 if test "x$ac_cv_crosscflags__Werror_ignored_optimization_argument" = xyes
; then :
9880 CFLAGS
="$CFLAGS -Werror=ignored-optimization-argument"
9882 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wdeclaration-after-statement" >&5
9883 $as_echo_n "checking whether the cross-compiler supports -Wdeclaration-after-statement... " >&6; }
9884 if ${ac_cv_crosscflags__Wdeclaration_after_statement+:} false
; then :
9885 $as_echo_n "(cached) " >&6
9887 ac_wine_try_cflags_saved
=$CFLAGS
9888 ac_wine_try_cflags_saved_cc
=$CC
9889 ac_wine_try_cflags_saved_exeext
=$ac_exeext
9890 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wdeclaration-after-statement"
9893 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9894 /* end confdefs.h. */
9895 int __cdecl mainCRTStartup(void) { return 0; }
9897 if ac_fn_c_try_link
"$LINENO"; then :
9898 ac_cv_crosscflags__Wdeclaration_after_statement
=yes
9900 ac_cv_crosscflags__Wdeclaration_after_statement
=no
9902 rm -f core conftest.err conftest.
$ac_objext \
9903 conftest
$ac_exeext conftest.
$ac_ext
9904 CFLAGS
=$ac_wine_try_cflags_saved
9905 CC
=$ac_wine_try_cflags_saved_cc
9906 ac_exeext
=$ac_wine_try_cflags_saved_exeext
9908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wdeclaration_after_statement" >&5
9909 $as_echo "$ac_cv_crosscflags__Wdeclaration_after_statement" >&6; }
9910 if test "x$ac_cv_crosscflags__Wdeclaration_after_statement" = xyes
; then :
9911 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wdeclaration-after-statement"
9913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wempty-body" >&5
9914 $as_echo_n "checking whether the cross-compiler supports -Wempty-body... " >&6; }
9915 if ${ac_cv_crosscflags__Wempty_body+:} false
; then :
9916 $as_echo_n "(cached) " >&6
9918 ac_wine_try_cflags_saved
=$CFLAGS
9919 ac_wine_try_cflags_saved_cc
=$CC
9920 ac_wine_try_cflags_saved_exeext
=$ac_exeext
9921 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wempty-body"
9924 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9925 /* end confdefs.h. */
9926 int __cdecl mainCRTStartup(void) { return 0; }
9928 if ac_fn_c_try_link
"$LINENO"; then :
9929 ac_cv_crosscflags__Wempty_body
=yes
9931 ac_cv_crosscflags__Wempty_body
=no
9933 rm -f core conftest.err conftest.
$ac_objext \
9934 conftest
$ac_exeext conftest.
$ac_ext
9935 CFLAGS
=$ac_wine_try_cflags_saved
9936 CC
=$ac_wine_try_cflags_saved_cc
9937 ac_exeext
=$ac_wine_try_cflags_saved_exeext
9939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wempty_body" >&5
9940 $as_echo "$ac_cv_crosscflags__Wempty_body" >&6; }
9941 if test "x$ac_cv_crosscflags__Wempty_body" = xyes
; then :
9942 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wempty-body"
9944 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wignored-qualifiers" >&5
9945 $as_echo_n "checking whether the cross-compiler supports -Wignored-qualifiers... " >&6; }
9946 if ${ac_cv_crosscflags__Wignored_qualifiers+:} false
; then :
9947 $as_echo_n "(cached) " >&6
9949 ac_wine_try_cflags_saved
=$CFLAGS
9950 ac_wine_try_cflags_saved_cc
=$CC
9951 ac_wine_try_cflags_saved_exeext
=$ac_exeext
9952 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wignored-qualifiers"
9955 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9956 /* end confdefs.h. */
9957 int __cdecl mainCRTStartup(void) { return 0; }
9959 if ac_fn_c_try_link
"$LINENO"; then :
9960 ac_cv_crosscflags__Wignored_qualifiers
=yes
9962 ac_cv_crosscflags__Wignored_qualifiers
=no
9964 rm -f core conftest.err conftest.
$ac_objext \
9965 conftest
$ac_exeext conftest.
$ac_ext
9966 CFLAGS
=$ac_wine_try_cflags_saved
9967 CC
=$ac_wine_try_cflags_saved_cc
9968 ac_exeext
=$ac_wine_try_cflags_saved_exeext
9970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wignored_qualifiers" >&5
9971 $as_echo "$ac_cv_crosscflags__Wignored_qualifiers" >&6; }
9972 if test "x$ac_cv_crosscflags__Wignored_qualifiers" = xyes
; then :
9973 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wignored-qualifiers"
9975 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wpacked-not-aligned" >&5
9976 $as_echo_n "checking whether the cross-compiler supports -Wpacked-not-aligned... " >&6; }
9977 if ${ac_cv_crosscflags__Wpacked_not_aligned+:} false
; then :
9978 $as_echo_n "(cached) " >&6
9980 ac_wine_try_cflags_saved
=$CFLAGS
9981 ac_wine_try_cflags_saved_cc
=$CC
9982 ac_wine_try_cflags_saved_exeext
=$ac_exeext
9983 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wpacked-not-aligned"
9986 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9987 /* end confdefs.h. */
9988 int __cdecl mainCRTStartup(void) { return 0; }
9990 if ac_fn_c_try_link
"$LINENO"; then :
9991 ac_cv_crosscflags__Wpacked_not_aligned
=yes
9993 ac_cv_crosscflags__Wpacked_not_aligned
=no
9995 rm -f core conftest.err conftest.
$ac_objext \
9996 conftest
$ac_exeext conftest.
$ac_ext
9997 CFLAGS
=$ac_wine_try_cflags_saved
9998 CC
=$ac_wine_try_cflags_saved_cc
9999 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wpacked_not_aligned" >&5
10002 $as_echo "$ac_cv_crosscflags__Wpacked_not_aligned" >&6; }
10003 if test "x$ac_cv_crosscflags__Wpacked_not_aligned" = xyes
; then :
10004 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wno-packed-not-aligned"
10006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wpragma-pack" >&5
10007 $as_echo_n "checking whether the cross-compiler supports -Wpragma-pack... " >&6; }
10008 if ${ac_cv_crosscflags__Wpragma_pack+:} false
; then :
10009 $as_echo_n "(cached) " >&6
10011 ac_wine_try_cflags_saved
=$CFLAGS
10012 ac_wine_try_cflags_saved_cc
=$CC
10013 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10014 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wpragma-pack"
10017 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10018 /* end confdefs.h. */
10019 int __cdecl mainCRTStartup(void) { return 0; }
10021 if ac_fn_c_try_link
"$LINENO"; then :
10022 ac_cv_crosscflags__Wpragma_pack
=yes
10024 ac_cv_crosscflags__Wpragma_pack
=no
10026 rm -f core conftest.err conftest.
$ac_objext \
10027 conftest
$ac_exeext conftest.
$ac_ext
10028 CFLAGS
=$ac_wine_try_cflags_saved
10029 CC
=$ac_wine_try_cflags_saved_cc
10030 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wpragma_pack" >&5
10033 $as_echo "$ac_cv_crosscflags__Wpragma_pack" >&6; }
10034 if test "x$ac_cv_crosscflags__Wpragma_pack" = xyes
; then :
10035 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wno-pragma-pack"
10037 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wshift-overflow=2" >&5
10038 $as_echo_n "checking whether the cross-compiler supports -Wshift-overflow=2... " >&6; }
10039 if ${ac_cv_crosscflags__Wshift_overflow_2+:} false
; then :
10040 $as_echo_n "(cached) " >&6
10042 ac_wine_try_cflags_saved
=$CFLAGS
10043 ac_wine_try_cflags_saved_cc
=$CC
10044 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10045 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wshift-overflow=2"
10048 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10049 /* end confdefs.h. */
10050 int __cdecl mainCRTStartup(void) { return 0; }
10052 if ac_fn_c_try_link
"$LINENO"; then :
10053 ac_cv_crosscflags__Wshift_overflow_2
=yes
10055 ac_cv_crosscflags__Wshift_overflow_2
=no
10057 rm -f core conftest.err conftest.
$ac_objext \
10058 conftest
$ac_exeext conftest.
$ac_ext
10059 CFLAGS
=$ac_wine_try_cflags_saved
10060 CC
=$ac_wine_try_cflags_saved_cc
10061 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wshift_overflow_2" >&5
10064 $as_echo "$ac_cv_crosscflags__Wshift_overflow_2" >&6; }
10065 if test "x$ac_cv_crosscflags__Wshift_overflow_2" = xyes
; then :
10066 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wshift-overflow=2"
10068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wstrict-prototypes" >&5
10069 $as_echo_n "checking whether the cross-compiler supports -Wstrict-prototypes... " >&6; }
10070 if ${ac_cv_crosscflags__Wstrict_prototypes+:} false
; then :
10071 $as_echo_n "(cached) " >&6
10073 ac_wine_try_cflags_saved
=$CFLAGS
10074 ac_wine_try_cflags_saved_cc
=$CC
10075 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10076 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wstrict-prototypes"
10079 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10080 /* end confdefs.h. */
10081 int __cdecl mainCRTStartup(void) { return 0; }
10083 if ac_fn_c_try_link
"$LINENO"; then :
10084 ac_cv_crosscflags__Wstrict_prototypes
=yes
10086 ac_cv_crosscflags__Wstrict_prototypes
=no
10088 rm -f core conftest.err conftest.
$ac_objext \
10089 conftest
$ac_exeext conftest.
$ac_ext
10090 CFLAGS
=$ac_wine_try_cflags_saved
10091 CC
=$ac_wine_try_cflags_saved_cc
10092 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wstrict_prototypes" >&5
10095 $as_echo "$ac_cv_crosscflags__Wstrict_prototypes" >&6; }
10096 if test "x$ac_cv_crosscflags__Wstrict_prototypes" = xyes
; then :
10097 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wstrict-prototypes"
10099 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wtype-limits" >&5
10100 $as_echo_n "checking whether the cross-compiler supports -Wtype-limits... " >&6; }
10101 if ${ac_cv_crosscflags__Wtype_limits+:} false
; then :
10102 $as_echo_n "(cached) " >&6
10104 ac_wine_try_cflags_saved
=$CFLAGS
10105 ac_wine_try_cflags_saved_cc
=$CC
10106 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10107 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wtype-limits"
10110 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10111 /* end confdefs.h. */
10112 int __cdecl mainCRTStartup(void) { return 0; }
10114 if ac_fn_c_try_link
"$LINENO"; then :
10115 ac_cv_crosscflags__Wtype_limits
=yes
10117 ac_cv_crosscflags__Wtype_limits
=no
10119 rm -f core conftest.err conftest.
$ac_objext \
10120 conftest
$ac_exeext conftest.
$ac_ext
10121 CFLAGS
=$ac_wine_try_cflags_saved
10122 CC
=$ac_wine_try_cflags_saved_cc
10123 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wtype_limits" >&5
10126 $as_echo "$ac_cv_crosscflags__Wtype_limits" >&6; }
10127 if test "x$ac_cv_crosscflags__Wtype_limits" = xyes
; then :
10128 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wtype-limits"
10130 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wunused-but-set-parameter" >&5
10131 $as_echo_n "checking whether the cross-compiler supports -Wunused-but-set-parameter... " >&6; }
10132 if ${ac_cv_crosscflags__Wunused_but_set_parameter+:} false
; then :
10133 $as_echo_n "(cached) " >&6
10135 ac_wine_try_cflags_saved
=$CFLAGS
10136 ac_wine_try_cflags_saved_cc
=$CC
10137 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10138 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wunused-but-set-parameter"
10141 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10142 /* end confdefs.h. */
10143 int __cdecl mainCRTStartup(void) { return 0; }
10145 if ac_fn_c_try_link
"$LINENO"; then :
10146 ac_cv_crosscflags__Wunused_but_set_parameter
=yes
10148 ac_cv_crosscflags__Wunused_but_set_parameter
=no
10150 rm -f core conftest.err conftest.
$ac_objext \
10151 conftest
$ac_exeext conftest.
$ac_ext
10152 CFLAGS
=$ac_wine_try_cflags_saved
10153 CC
=$ac_wine_try_cflags_saved_cc
10154 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wunused_but_set_parameter" >&5
10157 $as_echo "$ac_cv_crosscflags__Wunused_but_set_parameter" >&6; }
10158 if test "x$ac_cv_crosscflags__Wunused_but_set_parameter" = xyes
; then :
10159 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wunused-but-set-parameter"
10161 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wvla" >&5
10162 $as_echo_n "checking whether the cross-compiler supports -Wvla... " >&6; }
10163 if ${ac_cv_crosscflags__Wvla+:} false
; then :
10164 $as_echo_n "(cached) " >&6
10166 ac_wine_try_cflags_saved
=$CFLAGS
10167 ac_wine_try_cflags_saved_cc
=$CC
10168 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10169 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wvla"
10172 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10173 /* end confdefs.h. */
10174 int __cdecl mainCRTStartup(void) { return 0; }
10176 if ac_fn_c_try_link
"$LINENO"; then :
10177 ac_cv_crosscflags__Wvla
=yes
10179 ac_cv_crosscflags__Wvla
=no
10181 rm -f core conftest.err conftest.
$ac_objext \
10182 conftest
$ac_exeext conftest.
$ac_ext
10183 CFLAGS
=$ac_wine_try_cflags_saved
10184 CC
=$ac_wine_try_cflags_saved_cc
10185 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wvla" >&5
10188 $as_echo "$ac_cv_crosscflags__Wvla" >&6; }
10189 if test "x$ac_cv_crosscflags__Wvla" = xyes
; then :
10190 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wvla"
10192 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wwrite-strings" >&5
10193 $as_echo_n "checking whether the cross-compiler supports -Wwrite-strings... " >&6; }
10194 if ${ac_cv_crosscflags__Wwrite_strings+:} false
; then :
10195 $as_echo_n "(cached) " >&6
10197 ac_wine_try_cflags_saved
=$CFLAGS
10198 ac_wine_try_cflags_saved_cc
=$CC
10199 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10200 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wwrite-strings"
10203 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10204 /* end confdefs.h. */
10205 int __cdecl mainCRTStartup(void) { return 0; }
10207 if ac_fn_c_try_link
"$LINENO"; then :
10208 ac_cv_crosscflags__Wwrite_strings
=yes
10210 ac_cv_crosscflags__Wwrite_strings
=no
10212 rm -f core conftest.err conftest.
$ac_objext \
10213 conftest
$ac_exeext conftest.
$ac_ext
10214 CFLAGS
=$ac_wine_try_cflags_saved
10215 CC
=$ac_wine_try_cflags_saved_cc
10216 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wwrite_strings" >&5
10219 $as_echo "$ac_cv_crosscflags__Wwrite_strings" >&6; }
10220 if test "x$ac_cv_crosscflags__Wwrite_strings" = xyes
; then :
10221 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wwrite-strings"
10223 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wpointer-arith" >&5
10224 $as_echo_n "checking whether the cross-compiler supports -Wpointer-arith... " >&6; }
10225 if ${ac_cv_crosscflags__Wpointer_arith+:} false
; then :
10226 $as_echo_n "(cached) " >&6
10228 ac_wine_try_cflags_saved
=$CFLAGS
10229 ac_wine_try_cflags_saved_cc
=$CC
10230 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10231 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wpointer-arith"
10234 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10235 /* end confdefs.h. */
10236 int __cdecl mainCRTStartup(void) { return 0; }
10238 if ac_fn_c_try_link
"$LINENO"; then :
10239 ac_cv_crosscflags__Wpointer_arith
=yes
10241 ac_cv_crosscflags__Wpointer_arith
=no
10243 rm -f core conftest.err conftest.
$ac_objext \
10244 conftest
$ac_exeext conftest.
$ac_ext
10245 CFLAGS
=$ac_wine_try_cflags_saved
10246 CC
=$ac_wine_try_cflags_saved_cc
10247 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wpointer_arith" >&5
10250 $as_echo "$ac_cv_crosscflags__Wpointer_arith" >&6; }
10251 if test "x$ac_cv_crosscflags__Wpointer_arith" = xyes
; then :
10252 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wpointer-arith"
10254 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wlogical-op" >&5
10255 $as_echo_n "checking whether the cross-compiler supports -Wlogical-op... " >&6; }
10256 if ${ac_cv_crosscflags__Wlogical_op+:} false
; then :
10257 $as_echo_n "(cached) " >&6
10259 ac_wine_try_cflags_saved
=$CFLAGS
10260 ac_wine_try_cflags_saved_cc
=$CC
10261 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10262 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wlogical-op"
10265 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10266 /* end confdefs.h. */
10267 int __cdecl mainCRTStartup(void) { return 0; }
10269 if ac_fn_c_try_link
"$LINENO"; then :
10270 ac_cv_crosscflags__Wlogical_op
=yes
10272 ac_cv_crosscflags__Wlogical_op
=no
10274 rm -f core conftest.err conftest.
$ac_objext \
10275 conftest
$ac_exeext conftest.
$ac_ext
10276 CFLAGS
=$ac_wine_try_cflags_saved
10277 CC
=$ac_wine_try_cflags_saved_cc
10278 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wlogical_op" >&5
10281 $as_echo "$ac_cv_crosscflags__Wlogical_op" >&6; }
10282 if test "x$ac_cv_crosscflags__Wlogical_op" = xyes
; then :
10283 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wlogical-op"
10285 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wabsolute-value" >&5
10286 $as_echo_n "checking whether the cross-compiler supports -Wabsolute-value... " >&6; }
10287 if ${ac_cv_crosscflags__Wabsolute_value+:} false
; then :
10288 $as_echo_n "(cached) " >&6
10290 ac_wine_try_cflags_saved
=$CFLAGS
10291 ac_wine_try_cflags_saved_cc
=$CC
10292 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10293 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wabsolute-value"
10296 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10297 /* end confdefs.h. */
10298 int __cdecl mainCRTStartup(void) { return 0; }
10300 if ac_fn_c_try_link
"$LINENO"; then :
10301 ac_cv_crosscflags__Wabsolute_value
=yes
10303 ac_cv_crosscflags__Wabsolute_value
=no
10305 rm -f core conftest.err conftest.
$ac_objext \
10306 conftest
$ac_exeext conftest.
$ac_ext
10307 CFLAGS
=$ac_wine_try_cflags_saved
10308 CC
=$ac_wine_try_cflags_saved_cc
10309 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wabsolute_value" >&5
10312 $as_echo "$ac_cv_crosscflags__Wabsolute_value" >&6; }
10313 if test "x$ac_cv_crosscflags__Wabsolute_value" = xyes
; then :
10314 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wabsolute-value"
10318 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -fno-omit-frame-pointer" >&5
10319 $as_echo_n "checking whether the cross-compiler supports -fno-omit-frame-pointer... " >&6; }
10320 if ${ac_cv_crosscflags__fno_omit_frame_pointer+:} false
; then :
10321 $as_echo_n "(cached) " >&6
10323 ac_wine_try_cflags_saved
=$CFLAGS
10324 ac_wine_try_cflags_saved_cc
=$CC
10325 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10326 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -fno-omit-frame-pointer"
10329 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10330 /* end confdefs.h. */
10331 int __cdecl mainCRTStartup(void) { return 0; }
10333 if ac_fn_c_try_link
"$LINENO"; then :
10334 ac_cv_crosscflags__fno_omit_frame_pointer
=yes
10336 ac_cv_crosscflags__fno_omit_frame_pointer
=no
10338 rm -f core conftest.err conftest.
$ac_objext \
10339 conftest
$ac_exeext conftest.
$ac_ext
10340 CFLAGS
=$ac_wine_try_cflags_saved
10341 CC
=$ac_wine_try_cflags_saved_cc
10342 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__fno_omit_frame_pointer" >&5
10345 $as_echo "$ac_cv_crosscflags__fno_omit_frame_pointer" >&6; }
10346 if test "x$ac_cv_crosscflags__fno_omit_frame_pointer" = xyes
; then :
10347 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -fno-omit-frame-pointer"
10349 x86_64
) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wno-format" >&5
10350 $as_echo_n "checking whether the cross-compiler supports -Wno-format... " >&6; }
10351 if ${ac_cv_crosscflags__Wno_format+:} false
; then :
10352 $as_echo_n "(cached) " >&6
10354 ac_wine_try_cflags_saved
=$CFLAGS
10355 ac_wine_try_cflags_saved_cc
=$CC
10356 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10357 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wno-format"
10360 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10361 /* end confdefs.h. */
10362 int __cdecl mainCRTStartup(void) { return 0; }
10364 if ac_fn_c_try_link
"$LINENO"; then :
10365 ac_cv_crosscflags__Wno_format
=yes
10367 ac_cv_crosscflags__Wno_format
=no
10369 rm -f core conftest.err conftest.
$ac_objext \
10370 conftest
$ac_exeext conftest.
$ac_ext
10371 CFLAGS
=$ac_wine_try_cflags_saved
10372 CC
=$ac_wine_try_cflags_saved_cc
10373 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wno_format" >&5
10376 $as_echo "$ac_cv_crosscflags__Wno_format" >&6; }
10377 if test "x$ac_cv_crosscflags__Wno_format" = xyes
; then :
10378 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wno-format"
10380 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wformat-overflow" >&5
10381 $as_echo_n "checking whether the cross-compiler supports -Wformat-overflow... " >&6; }
10382 if ${ac_cv_crosscflags__Wformat_overflow+:} false
; then :
10383 $as_echo_n "(cached) " >&6
10385 ac_wine_try_cflags_saved
=$CFLAGS
10386 ac_wine_try_cflags_saved_cc
=$CC
10387 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10388 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wformat-overflow"
10391 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10392 /* end confdefs.h. */
10393 int __cdecl mainCRTStartup(void) { return 0; }
10395 if ac_fn_c_try_link
"$LINENO"; then :
10396 ac_cv_crosscflags__Wformat_overflow
=yes
10398 ac_cv_crosscflags__Wformat_overflow
=no
10400 rm -f core conftest.err conftest.
$ac_objext \
10401 conftest
$ac_exeext conftest.
$ac_ext
10402 CFLAGS
=$ac_wine_try_cflags_saved
10403 CC
=$ac_wine_try_cflags_saved_cc
10404 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wformat_overflow" >&5
10407 $as_echo "$ac_cv_crosscflags__Wformat_overflow" >&6; }
10408 if test "x$ac_cv_crosscflags__Wformat_overflow" = xyes
; then :
10409 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wformat-overflow"
10411 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wnonnull" >&5
10412 $as_echo_n "checking whether the cross-compiler supports -Wnonnull... " >&6; }
10413 if ${ac_cv_crosscflags__Wnonnull+:} false
; then :
10414 $as_echo_n "(cached) " >&6
10416 ac_wine_try_cflags_saved
=$CFLAGS
10417 ac_wine_try_cflags_saved_cc
=$CC
10418 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10419 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wnonnull"
10422 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10423 /* end confdefs.h. */
10424 int __cdecl mainCRTStartup(void) { return 0; }
10426 if ac_fn_c_try_link
"$LINENO"; then :
10427 ac_cv_crosscflags__Wnonnull
=yes
10429 ac_cv_crosscflags__Wnonnull
=no
10431 rm -f core conftest.err conftest.
$ac_objext \
10432 conftest
$ac_exeext conftest.
$ac_ext
10433 CFLAGS
=$ac_wine_try_cflags_saved
10434 CC
=$ac_wine_try_cflags_saved_cc
10435 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wnonnull" >&5
10438 $as_echo "$ac_cv_crosscflags__Wnonnull" >&6; }
10439 if test "x$ac_cv_crosscflags__Wnonnull" = xyes
; then :
10440 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wnonnull"
10442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -mcx16" >&5
10443 $as_echo_n "checking whether the cross-compiler supports -mcx16... " >&6; }
10444 if ${ac_cv_crosscflags__mcx16+:} false
; then :
10445 $as_echo_n "(cached) " >&6
10447 ac_wine_try_cflags_saved
=$CFLAGS
10448 ac_wine_try_cflags_saved_cc
=$CC
10449 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10450 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -mcx16"
10453 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10454 /* end confdefs.h. */
10455 int __cdecl mainCRTStartup(void) { return 0; }
10457 if ac_fn_c_try_link
"$LINENO"; then :
10458 ac_cv_crosscflags__mcx16
=yes
10460 ac_cv_crosscflags__mcx16
=no
10462 rm -f core conftest.err conftest.
$ac_objext \
10463 conftest
$ac_exeext conftest.
$ac_ext
10464 CFLAGS
=$ac_wine_try_cflags_saved
10465 CC
=$ac_wine_try_cflags_saved_cc
10466 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__mcx16" >&5
10469 $as_echo "$ac_cv_crosscflags__mcx16" >&6; }
10470 if test "x$ac_cv_crosscflags__mcx16" = xyes
; then :
10471 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -mcx16"
10473 aarch64
) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wno-format" >&5
10474 $as_echo_n "checking whether the cross-compiler supports -Wno-format... " >&6; }
10475 if ${ac_cv_crosscflags__Wno_format+:} false
; then :
10476 $as_echo_n "(cached) " >&6
10478 ac_wine_try_cflags_saved
=$CFLAGS
10479 ac_wine_try_cflags_saved_cc
=$CC
10480 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10481 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wno-format"
10484 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10485 /* end confdefs.h. */
10486 int __cdecl mainCRTStartup(void) { return 0; }
10488 if ac_fn_c_try_link
"$LINENO"; then :
10489 ac_cv_crosscflags__Wno_format
=yes
10491 ac_cv_crosscflags__Wno_format
=no
10493 rm -f core conftest.err conftest.
$ac_objext \
10494 conftest
$ac_exeext conftest.
$ac_ext
10495 CFLAGS
=$ac_wine_try_cflags_saved
10496 CC
=$ac_wine_try_cflags_saved_cc
10497 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wno_format" >&5
10500 $as_echo "$ac_cv_crosscflags__Wno_format" >&6; }
10501 if test "x$ac_cv_crosscflags__Wno_format" = xyes
; then :
10502 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wno-format"
10507 if test -z "$CROSSDEBUG"
10509 for ac_flag
in $CROSSCFLAGS; do
10511 -gdwarf*) CROSSDEBUG
=dwarf
;;
10512 -gcodeview) CROSSDEBUG
=pdb
;;
10513 -g) CROSSDEBUG
=${CROSSDEBUG:-dwarf} ;;
10517 case $CROSSDEBUG in
10518 *dwarf
) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -gdwarf-2" >&5
10519 $as_echo_n "checking whether the cross-compiler supports -gdwarf-2... " >&6; }
10520 if ${ac_cv_crosscflags__gdwarf_2+:} false
; then :
10521 $as_echo_n "(cached) " >&6
10523 ac_wine_try_cflags_saved
=$CFLAGS
10524 ac_wine_try_cflags_saved_cc
=$CC
10525 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10526 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -gdwarf-2"
10529 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10530 /* end confdefs.h. */
10531 int __cdecl mainCRTStartup(void) { return 0; }
10533 if ac_fn_c_try_link
"$LINENO"; then :
10534 ac_cv_crosscflags__gdwarf_2
=yes
10536 ac_cv_crosscflags__gdwarf_2
=no
10538 rm -f core conftest.err conftest.
$ac_objext \
10539 conftest
$ac_exeext conftest.
$ac_ext
10540 CFLAGS
=$ac_wine_try_cflags_saved
10541 CC
=$ac_wine_try_cflags_saved_cc
10542 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__gdwarf_2" >&5
10545 $as_echo "$ac_cv_crosscflags__gdwarf_2" >&6; }
10546 if test "x$ac_cv_crosscflags__gdwarf_2" = xyes
; then :
10547 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -gdwarf-2"
10549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -gstrict-dwarf" >&5
10550 $as_echo_n "checking whether the cross-compiler supports -gstrict-dwarf... " >&6; }
10551 if ${ac_cv_crosscflags__gstrict_dwarf+:} false
; then :
10552 $as_echo_n "(cached) " >&6
10554 ac_wine_try_cflags_saved
=$CFLAGS
10555 ac_wine_try_cflags_saved_cc
=$CC
10556 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10557 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -gstrict-dwarf"
10560 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10561 /* end confdefs.h. */
10562 int __cdecl mainCRTStartup(void) { return 0; }
10564 if ac_fn_c_try_link
"$LINENO"; then :
10565 ac_cv_crosscflags__gstrict_dwarf
=yes
10567 ac_cv_crosscflags__gstrict_dwarf
=no
10569 rm -f core conftest.err conftest.
$ac_objext \
10570 conftest
$ac_exeext conftest.
$ac_ext
10571 CFLAGS
=$ac_wine_try_cflags_saved
10572 CC
=$ac_wine_try_cflags_saved_cc
10573 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__gstrict_dwarf" >&5
10576 $as_echo "$ac_cv_crosscflags__gstrict_dwarf" >&6; }
10577 if test "x$ac_cv_crosscflags__gstrict_dwarf" = xyes
; then :
10578 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -gstrict-dwarf"
10580 pdb
) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -gcodeview" >&5
10581 $as_echo_n "checking whether the cross-compiler supports -gcodeview... " >&6; }
10582 if ${ac_cv_crosscflags__gcodeview+:} false
; then :
10583 $as_echo_n "(cached) " >&6
10585 ac_wine_try_cflags_saved
=$CFLAGS
10586 ac_wine_try_cflags_saved_cc
=$CC
10587 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10588 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -gcodeview"
10591 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10592 /* end confdefs.h. */
10593 int __cdecl mainCRTStartup(void) { return 0; }
10595 if ac_fn_c_try_link
"$LINENO"; then :
10596 ac_cv_crosscflags__gcodeview
=yes
10598 ac_cv_crosscflags__gcodeview
=no
10600 rm -f core conftest.err conftest.
$ac_objext \
10601 conftest
$ac_exeext conftest.
$ac_ext
10602 CFLAGS
=$ac_wine_try_cflags_saved
10603 CC
=$ac_wine_try_cflags_saved_cc
10604 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__gcodeview" >&5
10607 $as_echo "$ac_cv_crosscflags__gcodeview" >&6; }
10608 if test "x$ac_cv_crosscflags__gcodeview" = xyes
; then :
10609 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -gcodeview"
10613 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -fexcess-precision=standard" >&5
10614 $as_echo_n "checking whether the cross-compiler supports -fexcess-precision=standard... " >&6; }
10615 if ${ac_cv_crosscflags__fexcess_precision_standard+:} false
; then :
10616 $as_echo_n "(cached) " >&6
10618 ac_wine_try_cflags_saved
=$CFLAGS
10619 ac_wine_try_cflags_saved_cc
=$CC
10620 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10621 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -fexcess-precision=standard"
10624 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10625 /* end confdefs.h. */
10626 int __cdecl mainCRTStartup(void) { return 0; }
10628 if ac_fn_c_try_link
"$LINENO"; then :
10629 ac_cv_crosscflags__fexcess_precision_standard
=yes
10631 ac_cv_crosscflags__fexcess_precision_standard
=no
10633 rm -f core conftest.err conftest.
$ac_objext \
10634 conftest
$ac_exeext conftest.
$ac_ext
10635 CFLAGS
=$ac_wine_try_cflags_saved
10636 CC
=$ac_wine_try_cflags_saved_cc
10637 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__fexcess_precision_standard" >&5
10640 $as_echo "$ac_cv_crosscflags__fexcess_precision_standard" >&6; }
10641 if test "x$ac_cv_crosscflags__fexcess_precision_standard" = xyes
; then :
10642 EXCESS_PRECISION_CFLAGS
="-fexcess-precision=standard"
10646 if test "x$enable_werror" = "xyes"
10648 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Werror" >&5
10649 $as_echo_n "checking whether the cross-compiler supports -Werror... " >&6; }
10650 if ${ac_cv_crosscflags__Werror+:} false
; then :
10651 $as_echo_n "(cached) " >&6
10653 ac_wine_try_cflags_saved
=$CFLAGS
10654 ac_wine_try_cflags_saved_cc
=$CC
10655 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10656 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Werror"
10659 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10660 /* end confdefs.h. */
10661 int __cdecl mainCRTStartup(void) { return 0; }
10663 if ac_fn_c_try_link
"$LINENO"; then :
10664 ac_cv_crosscflags__Werror
=yes
10666 ac_cv_crosscflags__Werror
=no
10668 rm -f core conftest.err conftest.
$ac_objext \
10669 conftest
$ac_exeext conftest.
$ac_ext
10670 CFLAGS
=$ac_wine_try_cflags_saved
10671 CC
=$ac_wine_try_cflags_saved_cc
10672 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Werror" >&5
10675 $as_echo "$ac_cv_crosscflags__Werror" >&6; }
10676 if test "x$ac_cv_crosscflags__Werror" = xyes
; then :
10677 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Werror"
10681 CFLAGS
=$saved_CFLAGS
10685 if test "x$CROSSTARGET" = "x"; then :
10686 case "x$with_mingw" in
10687 x
) as_fn_append wine_notices
"|MinGW compiler not found, cross-compiling PE files won't be supported." ;;
10689 *) as_fn_error $?
"MinGW compiler not found, cross-compiling PE files won't be supported.
10690 This is an error since --with-mingw was requested." "$LINENO" 5 ;;
10696 if test "$ac_cv_header_pthread_h" = "yes"
10698 ac_fn_c_check_func
"$LINENO" "pthread_create" "ac_cv_func_pthread_create"
10699 if test "x$ac_cv_func_pthread_create" = xyes
; then :
10702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
10703 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
10704 if ${ac_cv_lib_pthread_pthread_create+:} false
; then :
10705 $as_echo_n "(cached) " >&6
10707 ac_check_lib_save_LIBS
=$LIBS
10708 LIBS
="-lpthread $LIBS"
10709 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10710 /* end confdefs.h. */
10712 /* Override any GCC internal prototype to avoid an error.
10713 Use char because int might match the return type of a GCC
10714 builtin and then its argument prototype would still apply. */
10718 char pthread_create ();
10722 return pthread_create ();
10727 if ac_fn_c_try_link
"$LINENO"; then :
10728 ac_cv_lib_pthread_pthread_create
=yes
10730 ac_cv_lib_pthread_pthread_create
=no
10732 rm -f core conftest.err conftest.
$ac_objext \
10733 conftest
$ac_exeext conftest.
$ac_ext
10734 LIBS
=$ac_check_lib_save_LIBS
10736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
10737 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
10738 if test "x$ac_cv_lib_pthread_pthread_create" = xyes
; then :
10739 PTHREAD_LIBS
="-lpthread"
10746 if test "x$ac_cv_func_pthread_create" != xyes
-a "x$PTHREAD_LIBS" = x
; then :
10747 case "x$with_pthread" in
10749 *) as_fn_error $?
"pthread ${notice_platform}development files not found.
10750 Wine cannot support threads without libpthread.
10751 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
10757 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
10758 $as_echo_n "checking for X... " >&6; }
10761 # Check whether --with-x was given.
10762 if test "${with_x+set}" = set; then :
10766 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
10767 if test "x$with_x" = xno
; then
10768 # The user explicitly disabled X.
10771 case $x_includes,$x_libraries in #(
10772 *\'*) as_fn_error $?
"cannot use X directory names containing '" "$LINENO" 5;; #(
10773 *,NONE | NONE
,*) if ${ac_cv_have_x+:} false
; then :
10774 $as_echo_n "(cached) " >&6
10776 # One or both of the vars are not set, and there is no cached value.
10777 ac_x_includes
=no ac_x_libraries
=no
10778 rm -f -r conftest.dir
10779 if mkdir conftest.dir
; then
10781 cat >Imakefile
<<'_ACEOF'
10783 @echo incroot='${INCROOT}'
10785 @echo usrlibdir='${USRLIBDIR}'
10787 @echo libdir='${LIBDIR}'
10789 if (export CC
; ${XMKMF-xmkmf}) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
10790 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
10791 for ac_var
in incroot usrlibdir libdir
; do
10792 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
10794 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
10795 for ac_extension
in a so sl dylib la dll
; do
10796 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
10797 test -f "$ac_im_libdir/libX11.$ac_extension"; then
10798 ac_im_usrlibdir
=$ac_im_libdir; break
10801 # Screen out bogus values from the imake configuration. They are
10802 # bogus both because they are the default anyway, and because
10803 # using them would break gcc on systems where it needs fixed includes.
10804 case $ac_im_incroot in
10805 /usr
/include
) ac_x_includes
= ;;
10806 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
=$ac_im_incroot;;
10808 case $ac_im_usrlibdir in
10809 /usr
/lib |
/usr
/lib64 |
/lib |
/lib64
) ;;
10810 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
=$ac_im_usrlibdir ;;
10814 rm -f -r conftest.dir
10817 # Standard set of common directories for X headers.
10818 # Check X11 before X11Rn because it is often a symlink to the current release.
10832 /usr/local/X11/include
10833 /usr/local/X11R7/include
10834 /usr/local/X11R6/include
10835 /usr/local/X11R5/include
10836 /usr/local/X11R4/include
10838 /usr/local/include/X11
10839 /usr/local/include/X11R7
10840 /usr/local/include/X11R6
10841 /usr/local/include/X11R5
10842 /usr/local/include/X11R4
10846 /usr/XFree86/include/X11
10850 /usr/unsupported/include
10851 /usr/athena/include
10852 /usr/local/x11r5/include
10853 /usr/lpp/Xamples/include
10855 /usr/openwin/include
10856 /usr/openwin/share/include'
10858 if test "$ac_x_includes" = no
; then
10859 # Guess where to find include files, by looking for Xlib.h.
10860 # First, try using that file with no special directory specified.
10861 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10862 /* end confdefs.h. */
10863 #include <X11/Xlib.h>
10865 if ac_fn_c_try_cpp
"$LINENO"; then :
10866 # We can compile using X headers with no special include directory.
10869 for ac_dir
in $ac_x_header_dirs; do
10870 if test -r "$ac_dir/X11/Xlib.h"; then
10871 ac_x_includes
=$ac_dir
10876 rm -f conftest.err conftest.i conftest.
$ac_ext
10877 fi # $ac_x_includes = no
10879 if test "$ac_x_libraries" = no
; then
10880 # Check for the libraries.
10881 # See if we find them without any special options.
10882 # Don't add to $LIBS permanently.
10885 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10886 /* end confdefs.h. */
10887 #include <X11/Xlib.h>
10896 if ac_fn_c_try_link
"$LINENO"; then :
10898 # We can link X programs with no special library path.
10902 for ac_dir
in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
10904 # Don't even attempt the hair of trying to link an X program!
10905 for ac_extension
in a so sl dylib la dll
; do
10906 if test -r "$ac_dir/libX11.$ac_extension"; then
10907 ac_x_libraries
=$ac_dir
10913 rm -f core conftest.err conftest.
$ac_objext \
10914 conftest
$ac_exeext conftest.
$ac_ext
10915 fi # $ac_x_libraries = no
10917 case $ac_x_includes,$ac_x_libraries in #(
10918 no
,* |
*,no |
*\'*)
10919 # Didn't find X, or a directory has "'" in its name.
10920 ac_cv_have_x
="have_x=no";; #(
10922 # Record where we found X for the cache.
10923 ac_cv_have_x
="have_x=yes\
10924 ac_x_includes='$ac_x_includes'\
10925 ac_x_libraries='$ac_x_libraries'"
10931 eval "$ac_cv_have_x"
10934 if test "$have_x" != yes; then
10935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
10936 $as_echo "$have_x" >&6; }
10939 # If each of the values was on the command line, it overrides each guess.
10940 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
10941 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
10942 # Update the cache value to reflect the command line values.
10943 ac_cv_have_x
="have_x=yes\
10944 ac_x_includes='$x_includes'\
10945 ac_x_libraries='$x_libraries'"
10946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
10947 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
10950 if test "$no_x" = yes; then
10951 # Not all programs may use this symbol, but it does not hurt to define it.
10953 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
10955 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
10957 if test -n "$x_includes"; then
10958 X_CFLAGS
="$X_CFLAGS -I$x_includes"
10961 # It would also be nice to do this for all -L options, not just this one.
10962 if test -n "$x_libraries"; then
10963 X_LIBS
="$X_LIBS -L$x_libraries"
10964 # For Solaris; some versions of Sun CC require a space after -R and
10965 # others require no space. Words are not sufficient . . . .
10966 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
10967 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
10968 ac_xsave_LIBS
=$LIBS; LIBS
="$LIBS -R$x_libraries"
10969 ac_xsave_c_werror_flag
=$ac_c_werror_flag
10970 ac_c_werror_flag
=yes
10971 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10972 /* end confdefs.h. */
10982 if ac_fn_c_try_link
"$LINENO"; then :
10983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10984 $as_echo "no" >&6; }
10985 X_LIBS
="$X_LIBS -R$x_libraries"
10987 LIBS
="$ac_xsave_LIBS -R $x_libraries"
10988 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10989 /* end confdefs.h. */
10999 if ac_fn_c_try_link
"$LINENO"; then :
11000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11001 $as_echo "yes" >&6; }
11002 X_LIBS
="$X_LIBS -R $x_libraries"
11004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
11005 $as_echo "neither works" >&6; }
11007 rm -f core conftest.err conftest.
$ac_objext \
11008 conftest
$ac_exeext conftest.
$ac_ext
11010 rm -f core conftest.err conftest.
$ac_objext \
11011 conftest
$ac_exeext conftest.
$ac_ext
11012 ac_c_werror_flag
=$ac_xsave_c_werror_flag
11013 LIBS
=$ac_xsave_LIBS
11016 # Check for system-dependent libraries X programs must link with.
11017 # Do this before checking for the system-independent R6 libraries
11018 # (-lICE), since we may need -lsocket or whatever for X linking.
11020 if test "$ISC" = yes; then
11021 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
11023 # Martyn Johnson says this is needed for Ultrix, if the X
11024 # libraries were built with DECnet support. And Karl Berry says
11025 # the Alpha needs dnet_stub (dnet does not exist).
11026 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS $X_LIBS -lX11"
11027 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11028 /* end confdefs.h. */
11030 /* Override any GCC internal prototype to avoid an error.
11031 Use char because int might match the return type of a GCC
11032 builtin and then its argument prototype would still apply. */
11036 char XOpenDisplay ();
11040 return XOpenDisplay ();
11045 if ac_fn_c_try_link
"$LINENO"; then :
11048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
11049 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
11050 if ${ac_cv_lib_dnet_dnet_ntoa+:} false
; then :
11051 $as_echo_n "(cached) " >&6
11053 ac_check_lib_save_LIBS
=$LIBS
11054 LIBS
="-ldnet $LIBS"
11055 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11056 /* end confdefs.h. */
11058 /* Override any GCC internal prototype to avoid an error.
11059 Use char because int might match the return type of a GCC
11060 builtin and then its argument prototype would still apply. */
11068 return dnet_ntoa ();
11073 if ac_fn_c_try_link
"$LINENO"; then :
11074 ac_cv_lib_dnet_dnet_ntoa
=yes
11076 ac_cv_lib_dnet_dnet_ntoa
=no
11078 rm -f core conftest.err conftest.
$ac_objext \
11079 conftest
$ac_exeext conftest.
$ac_ext
11080 LIBS
=$ac_check_lib_save_LIBS
11082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
11083 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
11084 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes
; then :
11085 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
11088 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
11089 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
11090 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
11091 if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false
; then :
11092 $as_echo_n "(cached) " >&6
11094 ac_check_lib_save_LIBS
=$LIBS
11095 LIBS
="-ldnet_stub $LIBS"
11096 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11097 /* end confdefs.h. */
11099 /* Override any GCC internal prototype to avoid an error.
11100 Use char because int might match the return type of a GCC
11101 builtin and then its argument prototype would still apply. */
11109 return dnet_ntoa ();
11114 if ac_fn_c_try_link
"$LINENO"; then :
11115 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
11117 ac_cv_lib_dnet_stub_dnet_ntoa
=no
11119 rm -f core conftest.err conftest.
$ac_objext \
11120 conftest
$ac_exeext conftest.
$ac_ext
11121 LIBS
=$ac_check_lib_save_LIBS
11123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
11124 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
11125 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes
; then :
11126 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
11131 rm -f core conftest.err conftest.
$ac_objext \
11132 conftest
$ac_exeext conftest.
$ac_ext
11133 LIBS
="$ac_xsave_LIBS"
11135 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
11136 # to get the SysV transport functions.
11137 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
11139 # The nsl library prevents programs from opening the X display
11140 # on Irix 5.2, according to T.E. Dickey.
11141 # The functions gethostbyname, getservbyname, and inet_addr are
11142 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
11143 ac_fn_c_check_func
"$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
11144 if test "x$ac_cv_func_gethostbyname" = xyes
; then :
11148 if test $ac_cv_func_gethostbyname = no
; then
11149 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
11150 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
11151 if ${ac_cv_lib_nsl_gethostbyname+:} false
; then :
11152 $as_echo_n "(cached) " >&6
11154 ac_check_lib_save_LIBS
=$LIBS
11156 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11157 /* end confdefs.h. */
11159 /* Override any GCC internal prototype to avoid an error.
11160 Use char because int might match the return type of a GCC
11161 builtin and then its argument prototype would still apply. */
11165 char gethostbyname ();
11169 return gethostbyname ();
11174 if ac_fn_c_try_link
"$LINENO"; then :
11175 ac_cv_lib_nsl_gethostbyname
=yes
11177 ac_cv_lib_nsl_gethostbyname
=no
11179 rm -f core conftest.err conftest.
$ac_objext \
11180 conftest
$ac_exeext conftest.
$ac_ext
11181 LIBS
=$ac_check_lib_save_LIBS
11183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
11184 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
11185 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes
; then :
11186 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
11189 if test $ac_cv_lib_nsl_gethostbyname = no
; then
11190 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
11191 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
11192 if ${ac_cv_lib_bsd_gethostbyname+:} false
; then :
11193 $as_echo_n "(cached) " >&6
11195 ac_check_lib_save_LIBS
=$LIBS
11197 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11198 /* end confdefs.h. */
11200 /* Override any GCC internal prototype to avoid an error.
11201 Use char because int might match the return type of a GCC
11202 builtin and then its argument prototype would still apply. */
11206 char gethostbyname ();
11210 return gethostbyname ();
11215 if ac_fn_c_try_link
"$LINENO"; then :
11216 ac_cv_lib_bsd_gethostbyname
=yes
11218 ac_cv_lib_bsd_gethostbyname
=no
11220 rm -f core conftest.err conftest.
$ac_objext \
11221 conftest
$ac_exeext conftest.
$ac_ext
11222 LIBS
=$ac_check_lib_save_LIBS
11224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
11225 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
11226 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes
; then :
11227 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lbsd"
11233 # lieder@skyler.mavd.honeywell.com says without -lsocket,
11234 # socket/setsockopt and other routines are undefined under SCO ODT
11235 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
11236 # on later versions), says Simon Leinen: it contains gethostby*
11237 # variants that don't use the name server (or something). -lsocket
11238 # must be given before -lnsl if both are needed. We assume that
11239 # if connect needs -lnsl, so does gethostbyname.
11240 ac_fn_c_check_func
"$LINENO" "connect" "ac_cv_func_connect"
11241 if test "x$ac_cv_func_connect" = xyes
; then :
11245 if test $ac_cv_func_connect = no
; then
11246 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
11247 $as_echo_n "checking for connect in -lsocket... " >&6; }
11248 if ${ac_cv_lib_socket_connect+:} false
; then :
11249 $as_echo_n "(cached) " >&6
11251 ac_check_lib_save_LIBS
=$LIBS
11252 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
11253 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11254 /* end confdefs.h. */
11256 /* Override any GCC internal prototype to avoid an error.
11257 Use char because int might match the return type of a GCC
11258 builtin and then its argument prototype would still apply. */
11271 if ac_fn_c_try_link
"$LINENO"; then :
11272 ac_cv_lib_socket_connect
=yes
11274 ac_cv_lib_socket_connect
=no
11276 rm -f core conftest.err conftest.
$ac_objext \
11277 conftest
$ac_exeext conftest.
$ac_ext
11278 LIBS
=$ac_check_lib_save_LIBS
11280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
11281 $as_echo "$ac_cv_lib_socket_connect" >&6; }
11282 if test "x$ac_cv_lib_socket_connect" = xyes
; then :
11283 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
11288 # Guillermo Gomez says -lposix is necessary on A/UX.
11289 ac_fn_c_check_func
"$LINENO" "remove" "ac_cv_func_remove"
11290 if test "x$ac_cv_func_remove" = xyes
; then :
11294 if test $ac_cv_func_remove = no
; then
11295 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
11296 $as_echo_n "checking for remove in -lposix... " >&6; }
11297 if ${ac_cv_lib_posix_remove+:} false
; then :
11298 $as_echo_n "(cached) " >&6
11300 ac_check_lib_save_LIBS
=$LIBS
11301 LIBS
="-lposix $LIBS"
11302 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11303 /* end confdefs.h. */
11305 /* Override any GCC internal prototype to avoid an error.
11306 Use char because int might match the return type of a GCC
11307 builtin and then its argument prototype would still apply. */
11320 if ac_fn_c_try_link
"$LINENO"; then :
11321 ac_cv_lib_posix_remove
=yes
11323 ac_cv_lib_posix_remove
=no
11325 rm -f core conftest.err conftest.
$ac_objext \
11326 conftest
$ac_exeext conftest.
$ac_ext
11327 LIBS
=$ac_check_lib_save_LIBS
11329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
11330 $as_echo "$ac_cv_lib_posix_remove" >&6; }
11331 if test "x$ac_cv_lib_posix_remove" = xyes
; then :
11332 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
11337 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
11338 ac_fn_c_check_func
"$LINENO" "shmat" "ac_cv_func_shmat"
11339 if test "x$ac_cv_func_shmat" = xyes
; then :
11343 if test $ac_cv_func_shmat = no
; then
11344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
11345 $as_echo_n "checking for shmat in -lipc... " >&6; }
11346 if ${ac_cv_lib_ipc_shmat+:} false
; then :
11347 $as_echo_n "(cached) " >&6
11349 ac_check_lib_save_LIBS
=$LIBS
11351 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11352 /* end confdefs.h. */
11354 /* Override any GCC internal prototype to avoid an error.
11355 Use char because int might match the return type of a GCC
11356 builtin and then its argument prototype would still apply. */
11369 if ac_fn_c_try_link
"$LINENO"; then :
11370 ac_cv_lib_ipc_shmat
=yes
11372 ac_cv_lib_ipc_shmat
=no
11374 rm -f core conftest.err conftest.
$ac_objext \
11375 conftest
$ac_exeext conftest.
$ac_ext
11376 LIBS
=$ac_check_lib_save_LIBS
11378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
11379 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
11380 if test "x$ac_cv_lib_ipc_shmat" = xyes
; then :
11381 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
11387 # Check for libraries that X11R6 Xt/Xaw programs need.
11388 ac_save_LDFLAGS
=$LDFLAGS
11389 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
11390 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
11391 # check for ICE first), but we must link in the order -lSM -lICE or
11392 # we get undefined symbols. So assume we have SM if we have ICE.
11393 # These have to be linked with before -lX11, unlike the other
11394 # libraries we check for below, so use a different variable.
11395 # John Interrante, Karl Berry
11396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
11397 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
11398 if ${ac_cv_lib_ICE_IceConnectionNumber+:} false
; then :
11399 $as_echo_n "(cached) " >&6
11401 ac_check_lib_save_LIBS
=$LIBS
11402 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
11403 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11404 /* end confdefs.h. */
11406 /* Override any GCC internal prototype to avoid an error.
11407 Use char because int might match the return type of a GCC
11408 builtin and then its argument prototype would still apply. */
11412 char IceConnectionNumber ();
11416 return IceConnectionNumber ();
11421 if ac_fn_c_try_link
"$LINENO"; then :
11422 ac_cv_lib_ICE_IceConnectionNumber
=yes
11424 ac_cv_lib_ICE_IceConnectionNumber
=no
11426 rm -f core conftest.err conftest.
$ac_objext \
11427 conftest
$ac_exeext conftest.
$ac_ext
11428 LIBS
=$ac_check_lib_save_LIBS
11430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
11431 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
11432 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes
; then :
11433 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
11436 LDFLAGS
=$ac_save_LDFLAGS
11441 if test "$have_x" = "yes"
11443 ac_save_CPPFLAGS
="$CPPFLAGS"
11444 CPPFLAGS
="$CPPFLAGS $X_CFLAGS"
11446 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
11447 $as_echo_n "checking for -lX11... " >&6; }
11448 if ${ac_cv_lib_soname_X11+:} false
; then :
11449 $as_echo_n "(cached) " >&6
11451 ac_check_soname_save_LIBS
=$LIBS
11452 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
11453 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11454 /* end confdefs.h. */
11456 /* Override any GCC internal prototype to avoid an error.
11457 Use char because int might match the return type of a GCC
11458 builtin and then its argument prototype would still apply. */
11462 char XCreateWindow ();
11466 return XCreateWindow ();
11471 if ac_fn_c_try_link
"$LINENO"; then :
11473 dll
) ac_cv_lib_soname_X11
=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11474 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'` ;;
11475 *) ac_cv_lib_soname_X11
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libX11\\.$LIBEXT" | sed -e "s/^.*\\[\\(libX11\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11476 if ${ac_cv_lib_soname_X11:+false} :; then :
11477 ac_cv_lib_soname_X11
=`$LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11481 ac_cv_lib_soname_X11
=
11483 rm -f core conftest.err conftest.
$ac_objext \
11484 conftest
$ac_exeext conftest.
$ac_ext
11485 LIBS
=$ac_check_soname_save_LIBS
11487 if ${ac_cv_lib_soname_X11:+false} :; then :
11488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11489 $as_echo "not found" >&6; }
11492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
11493 $as_echo "$ac_cv_lib_soname_X11" >&6; }
11495 cat >>confdefs.h
<<_ACEOF
11496 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
11501 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
11502 $as_echo_n "checking for -lXext... " >&6; }
11503 if ${ac_cv_lib_soname_Xext+:} false
; then :
11504 $as_echo_n "(cached) " >&6
11506 ac_check_soname_save_LIBS
=$LIBS
11507 LIBS
="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
11508 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11509 /* end confdefs.h. */
11511 /* Override any GCC internal prototype to avoid an error.
11512 Use char because int might match the return type of a GCC
11513 builtin and then its argument prototype would still apply. */
11517 char XextCreateExtension ();
11521 return XextCreateExtension ();
11526 if ac_fn_c_try_link
"$LINENO"; then :
11528 dll
) ac_cv_lib_soname_Xext
=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11529 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'` ;;
11530 *) ac_cv_lib_soname_Xext
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXext\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXext\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11531 if ${ac_cv_lib_soname_Xext:+false} :; then :
11532 ac_cv_lib_soname_Xext
=`$LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11536 ac_cv_lib_soname_Xext
=
11538 rm -f core conftest.err conftest.
$ac_objext \
11539 conftest
$ac_exeext conftest.
$ac_ext
11540 LIBS
=$ac_check_soname_save_LIBS
11542 if ${ac_cv_lib_soname_Xext:+false} :; then :
11543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11544 $as_echo "not found" >&6; }
11547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
11548 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
11550 cat >>confdefs.h
<<_ACEOF
11551 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
11554 X_LIBS
="$X_LIBS -lXext"
11556 X_LIBS
="$X_LIBS -lX11"
11558 for ac_header
in X11
/Xlib.h \
11561 X11
/Xcursor
/Xcursor.h \
11562 X11
/extensions
/shape.h \
11563 X11
/extensions
/XInput.h \
11564 X11
/extensions
/XInput2.h \
11565 X11
/extensions
/XShm.h \
11566 X11
/extensions
/Xcomposite.h \
11567 X11
/extensions
/Xfixes.h \
11568 X11
/extensions
/Xinerama.h \
11569 X11
/extensions
/Xrandr.h \
11570 X11
/extensions
/Xrender.h \
11571 X11
/extensions
/xf86vmode.h \
11572 X11
/extensions
/xf86vmproto.h
11574 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11575 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
11576 # include <X11/Xlib.h>
11578 #ifdef HAVE_X11_XUTIL_H
11579 # include <X11/Xutil.h>
11582 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
11583 cat >>confdefs.h
<<_ACEOF
11584 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11592 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
11594 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
11595 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
11596 if ${ac_cv_lib_X11_XkbQueryExtension+:} false
; then :
11597 $as_echo_n "(cached) " >&6
11599 ac_check_lib_save_LIBS
=$LIBS
11600 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
11601 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11602 /* end confdefs.h. */
11604 /* Override any GCC internal prototype to avoid an error.
11605 Use char because int might match the return type of a GCC
11606 builtin and then its argument prototype would still apply. */
11610 char XkbQueryExtension ();
11614 return XkbQueryExtension ();
11619 if ac_fn_c_try_link
"$LINENO"; then :
11620 ac_cv_lib_X11_XkbQueryExtension
=yes
11622 ac_cv_lib_X11_XkbQueryExtension
=no
11624 rm -f core conftest.err conftest.
$ac_objext \
11625 conftest
$ac_exeext conftest.
$ac_ext
11626 LIBS
=$ac_check_lib_save_LIBS
11628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
11629 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
11630 if test "x$ac_cv_lib_X11_XkbQueryExtension" = xyes
; then :
11632 $as_echo "#define HAVE_XKB 1" >>confdefs.h
11638 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
11640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
11641 $as_echo_n "checking for -lXcursor... " >&6; }
11642 if ${ac_cv_lib_soname_Xcursor+:} false
; then :
11643 $as_echo_n "(cached) " >&6
11645 ac_check_soname_save_LIBS
=$LIBS
11646 LIBS
="-lXcursor $X_LIBS $X_EXTRA_LIBS $LIBS"
11647 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11648 /* end confdefs.h. */
11650 /* Override any GCC internal prototype to avoid an error.
11651 Use char because int might match the return type of a GCC
11652 builtin and then its argument prototype would still apply. */
11656 char XcursorImageLoadCursor ();
11660 return XcursorImageLoadCursor ();
11665 if ac_fn_c_try_link
"$LINENO"; then :
11667 dll
) ac_cv_lib_soname_Xcursor
=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11668 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'` ;;
11669 *) ac_cv_lib_soname_Xcursor
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcursor\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcursor\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11670 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
11671 ac_cv_lib_soname_Xcursor
=`$LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11675 ac_cv_lib_soname_Xcursor
=
11677 rm -f core conftest.err conftest.
$ac_objext \
11678 conftest
$ac_exeext conftest.
$ac_ext
11679 LIBS
=$ac_check_soname_save_LIBS
11681 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
11682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11683 $as_echo "not found" >&6; }
11686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
11687 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
11689 cat >>confdefs.h
<<_ACEOF
11690 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
11696 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
11697 case "x$with_xcursor" in
11698 x
) as_fn_append wine_notices
"|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
11700 *) as_fn_error $?
"libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
11701 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
11706 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
11708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
11709 $as_echo_n "checking for -lXi... " >&6; }
11710 if ${ac_cv_lib_soname_Xi+:} false
; then :
11711 $as_echo_n "(cached) " >&6
11713 ac_check_soname_save_LIBS
=$LIBS
11714 LIBS
="-lXi $X_LIBS $X_EXTRA_LIBS $LIBS"
11715 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11716 /* end confdefs.h. */
11718 /* Override any GCC internal prototype to avoid an error.
11719 Use char because int might match the return type of a GCC
11720 builtin and then its argument prototype would still apply. */
11724 char XOpenDevice ();
11728 return XOpenDevice ();
11733 if ac_fn_c_try_link
"$LINENO"; then :
11735 dll
) ac_cv_lib_soname_Xi
=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11736 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'` ;;
11737 *) ac_cv_lib_soname_Xi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11738 if ${ac_cv_lib_soname_Xi:+false} :; then :
11739 ac_cv_lib_soname_Xi
=`$LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11743 ac_cv_lib_soname_Xi
=
11745 rm -f core conftest.err conftest.
$ac_objext \
11746 conftest
$ac_exeext conftest.
$ac_ext
11747 LIBS
=$ac_check_soname_save_LIBS
11749 if ${ac_cv_lib_soname_Xi:+false} :; then :
11750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11751 $as_echo "not found" >&6; }
11754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
11755 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
11757 cat >>confdefs.h
<<_ACEOF
11758 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
11764 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
11765 case "x$with_xinput" in
11766 x
) as_fn_append wine_notices
"|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
11768 *) as_fn_error $?
"libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
11769 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
11774 if test "x$ac_cv_lib_soname_Xi" != x
11776 if test "$ac_cv_header_X11_extensions_XInput2_h" != "yes"; then :
11777 case "x$with_xinput2" in
11778 x
) as_fn_append wine_notices
"|XInput2 headers not found, the XInput 2 extension won't be supported." ;;
11780 *) as_fn_error $?
"XInput2 headers not found, the XInput 2 extension won't be supported.
11781 This is an error since --with-xinput2 was requested." "$LINENO" 5 ;;
11787 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
11789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
11790 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
11791 if ${ac_cv_lib_Xext_XShmQueryExtension+:} false
; then :
11792 $as_echo_n "(cached) " >&6
11794 ac_check_lib_save_LIBS
=$LIBS
11795 LIBS
="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
11796 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11797 /* end confdefs.h. */
11799 /* Override any GCC internal prototype to avoid an error.
11800 Use char because int might match the return type of a GCC
11801 builtin and then its argument prototype would still apply. */
11805 char XShmQueryExtension ();
11809 return XShmQueryExtension ();
11814 if ac_fn_c_try_link
"$LINENO"; then :
11815 ac_cv_lib_Xext_XShmQueryExtension
=yes
11817 ac_cv_lib_Xext_XShmQueryExtension
=no
11819 rm -f core conftest.err conftest.
$ac_objext \
11820 conftest
$ac_exeext conftest.
$ac_ext
11821 LIBS
=$ac_check_lib_save_LIBS
11823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
11824 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
11825 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = xyes
; then :
11827 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
11832 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
11833 case "x$with_xshm" in
11834 x
) as_fn_append wine_notices
"|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
11836 *) as_fn_error $?
"XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
11837 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
11842 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
11844 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
11845 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
11846 if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false
; then :
11847 $as_echo_n "(cached) " >&6
11849 ac_check_lib_save_LIBS
=$LIBS
11850 LIBS
="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
11851 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11852 /* end confdefs.h. */
11854 /* Override any GCC internal prototype to avoid an error.
11855 Use char because int might match the return type of a GCC
11856 builtin and then its argument prototype would still apply. */
11860 char XShapeQueryExtension ();
11864 return XShapeQueryExtension ();
11869 if ac_fn_c_try_link
"$LINENO"; then :
11870 ac_cv_lib_Xext_XShapeQueryExtension
=yes
11872 ac_cv_lib_Xext_XShapeQueryExtension
=no
11874 rm -f core conftest.err conftest.
$ac_objext \
11875 conftest
$ac_exeext conftest.
$ac_ext
11876 LIBS
=$ac_check_lib_save_LIBS
11878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
11879 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
11880 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes
; then :
11882 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
11887 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
11888 case "x$with_xshape" in
11889 x
) as_fn_append wine_notices
"|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
11891 *) as_fn_error $?
"XShape ${notice_platform}development files not found, XShape won't be supported.
11892 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
11897 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
11899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
11900 $as_echo_n "checking for -lXxf86vm... " >&6; }
11901 if ${ac_cv_lib_soname_Xxf86vm+:} false
; then :
11902 $as_echo_n "(cached) " >&6
11904 ac_check_soname_save_LIBS
=$LIBS
11905 LIBS
="-lXxf86vm $X_LIBS $X_EXTRA_LIBS $LIBS"
11906 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11907 /* end confdefs.h. */
11909 /* Override any GCC internal prototype to avoid an error.
11910 Use char because int might match the return type of a GCC
11911 builtin and then its argument prototype would still apply. */
11915 char XF86VidModeQueryExtension ();
11919 return XF86VidModeQueryExtension ();
11924 if ac_fn_c_try_link
"$LINENO"; then :
11926 dll
) ac_cv_lib_soname_Xxf86vm
=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11927 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'` ;;
11928 *) ac_cv_lib_soname_Xxf86vm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXxf86vm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11929 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
11930 ac_cv_lib_soname_Xxf86vm
=`$LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11934 ac_cv_lib_soname_Xxf86vm
=
11936 rm -f core conftest.err conftest.
$ac_objext \
11937 conftest
$ac_exeext conftest.
$ac_ext
11938 LIBS
=$ac_check_soname_save_LIBS
11940 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
11941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11942 $as_echo "not found" >&6; }
11945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
11946 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
11948 cat >>confdefs.h
<<_ACEOF
11949 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
11955 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
11956 case "x$with_xxf86vm" in
11957 x
) as_fn_append wine_notices
"|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
11959 *) as_fn_error $?
"libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
11960 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
11965 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x"
11967 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
11968 $as_echo_n "checking for -lXrender... " >&6; }
11969 if ${ac_cv_lib_soname_Xrender+:} false
; then :
11970 $as_echo_n "(cached) " >&6
11972 ac_check_soname_save_LIBS
=$LIBS
11973 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
11974 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11975 /* end confdefs.h. */
11977 /* Override any GCC internal prototype to avoid an error.
11978 Use char because int might match the return type of a GCC
11979 builtin and then its argument prototype would still apply. */
11983 char XRenderQueryExtension ();
11987 return XRenderQueryExtension ();
11992 if ac_fn_c_try_link
"$LINENO"; then :
11994 dll
) ac_cv_lib_soname_Xrender
=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11995 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'` ;;
11996 *) ac_cv_lib_soname_Xrender
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrender\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrender\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11997 if ${ac_cv_lib_soname_Xrender:+false} :; then :
11998 ac_cv_lib_soname_Xrender
=`$LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12002 ac_cv_lib_soname_Xrender
=
12004 rm -f core conftest.err conftest.
$ac_objext \
12005 conftest
$ac_exeext conftest.
$ac_ext
12006 LIBS
=$ac_check_soname_save_LIBS
12008 if ${ac_cv_lib_soname_Xrender:+false} :; then :
12009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12010 $as_echo "not found" >&6; }
12013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
12014 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
12016 cat >>confdefs.h
<<_ACEOF
12017 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
12020 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
12021 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
12022 if ${ac_cv_lib_Xrender_XRenderSetPictureTransform+:} false
; then :
12023 $as_echo_n "(cached) " >&6
12025 ac_check_lib_save_LIBS
=$LIBS
12026 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
12027 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12028 /* end confdefs.h. */
12030 /* Override any GCC internal prototype to avoid an error.
12031 Use char because int might match the return type of a GCC
12032 builtin and then its argument prototype would still apply. */
12036 char XRenderSetPictureTransform ();
12040 return XRenderSetPictureTransform ();
12045 if ac_fn_c_try_link
"$LINENO"; then :
12046 ac_cv_lib_Xrender_XRenderSetPictureTransform
=yes
12048 ac_cv_lib_Xrender_XRenderSetPictureTransform
=no
12050 rm -f core conftest.err conftest.
$ac_objext \
12051 conftest
$ac_exeext conftest.
$ac_ext
12052 LIBS
=$ac_check_lib_save_LIBS
12054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
12055 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
12056 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = xyes
; then :
12058 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
12062 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderCreateLinearGradient in -lXrender" >&5
12063 $as_echo_n "checking for XRenderCreateLinearGradient in -lXrender... " >&6; }
12064 if ${ac_cv_lib_Xrender_XRenderCreateLinearGradient+:} false
; then :
12065 $as_echo_n "(cached) " >&6
12067 ac_check_lib_save_LIBS
=$LIBS
12068 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
12069 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12070 /* end confdefs.h. */
12072 /* Override any GCC internal prototype to avoid an error.
12073 Use char because int might match the return type of a GCC
12074 builtin and then its argument prototype would still apply. */
12078 char XRenderCreateLinearGradient ();
12082 return XRenderCreateLinearGradient ();
12087 if ac_fn_c_try_link
"$LINENO"; then :
12088 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=yes
12090 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=no
12092 rm -f core conftest.err conftest.
$ac_objext \
12093 conftest
$ac_exeext conftest.
$ac_ext
12094 LIBS
=$ac_check_lib_save_LIBS
12096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&5
12097 $as_echo "$ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&6; }
12098 if test "x$ac_cv_lib_Xrender_XRenderCreateLinearGradient" = xyes
; then :
12100 $as_echo "#define HAVE_XRENDERCREATELINEARGRADIENT 1" >>confdefs.h
12107 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
12108 case "x$with_xrender" in
12109 x
) as_fn_append wine_warnings
"|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
12111 *) as_fn_error $?
"libxrender ${notice_platform}development files not found, XRender won't be supported.
12112 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
12117 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
12119 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12120 /* end confdefs.h. */
12121 #include <X11/Xlib.h>
12122 #include <X11/extensions/Xrandr.h>
12126 static typeof(XRRSetScreenConfigAndRate) * func; if (func) return 0;
12131 if ac_fn_c_try_compile
"$LINENO"; then :
12132 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
12133 $as_echo_n "checking for -lXrandr... " >&6; }
12134 if ${ac_cv_lib_soname_Xrandr+:} false
; then :
12135 $as_echo_n "(cached) " >&6
12137 ac_check_soname_save_LIBS
=$LIBS
12138 LIBS
="-lXrandr $X_LIBS $X_EXTRA_LIBS $LIBS"
12139 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12140 /* end confdefs.h. */
12142 /* Override any GCC internal prototype to avoid an error.
12143 Use char because int might match the return type of a GCC
12144 builtin and then its argument prototype would still apply. */
12148 char XRRQueryExtension ();
12152 return XRRQueryExtension ();
12157 if ac_fn_c_try_link
"$LINENO"; then :
12159 dll
) ac_cv_lib_soname_Xrandr
=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12160 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'` ;;
12161 *) ac_cv_lib_soname_Xrandr
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrandr\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrandr\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12162 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
12163 ac_cv_lib_soname_Xrandr
=`$LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12167 ac_cv_lib_soname_Xrandr
=
12169 rm -f core conftest.err conftest.
$ac_objext \
12170 conftest
$ac_exeext conftest.
$ac_ext
12171 LIBS
=$ac_check_soname_save_LIBS
12173 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
12174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12175 $as_echo "not found" >&6; }
12178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
12179 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
12181 cat >>confdefs.h
<<_ACEOF
12182 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
12185 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12186 /* end confdefs.h. */
12187 #include <X11/Xlib.h>
12188 #include <X11/extensions/Xrandr.h>
12192 static typeof(XRRGetProviderResources) *f; if (f) return 0;
12197 if ac_fn_c_try_compile
"$LINENO"; then :
12199 $as_echo "#define HAVE_XRRGETPROVIDERRESOURCES 1" >>confdefs.h
12202 as_fn_append wine_notices
"|libxrandr ${notice_platform}development files too old, XRandR display device handler won't be supported."
12204 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12207 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12209 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
12210 case "x$with_xrandr" in
12211 x
) as_fn_append wine_notices
"|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
12213 *) as_fn_error $?
"libxrandr ${notice_platform}development files not found, XRandr won't be supported.
12214 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
12219 if test "$ac_cv_header_X11_extensions_Xfixes_h" = "yes"
12221 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12222 /* end confdefs.h. */
12223 #include <X11/Xlib.h>
12224 #include <X11/extensions/Xfixes.h>
12228 static typeof(XFixesQueryVersion) * func; if (func) return 0;
12233 if ac_fn_c_try_compile
"$LINENO"; then :
12234 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXfixes" >&5
12235 $as_echo_n "checking for -lXfixes... " >&6; }
12236 if ${ac_cv_lib_soname_Xfixes+:} false
; then :
12237 $as_echo_n "(cached) " >&6
12239 ac_check_soname_save_LIBS
=$LIBS
12240 LIBS
="-lXfixes $X_LIBS $X_EXTRA_LIBS $LIBS"
12241 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12242 /* end confdefs.h. */
12244 /* Override any GCC internal prototype to avoid an error.
12245 Use char because int might match the return type of a GCC
12246 builtin and then its argument prototype would still apply. */
12250 char XFixesQueryVersion ();
12254 return XFixesQueryVersion ();
12259 if ac_fn_c_try_link
"$LINENO"; then :
12261 dll
) ac_cv_lib_soname_Xfixes
=`$ac_cv_path_LDD conftest.exe | grep "Xfixes" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12262 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'` ;;
12263 *) ac_cv_lib_soname_Xfixes
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXfixes\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXfixes\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12264 if ${ac_cv_lib_soname_Xfixes:+false} :; then :
12265 ac_cv_lib_soname_Xfixes
=`$LDD conftest$ac_exeext | grep "libXfixes\\.$LIBEXT" | sed -e "s/^.*\(libXfixes\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12269 ac_cv_lib_soname_Xfixes
=
12271 rm -f core conftest.err conftest.
$ac_objext \
12272 conftest
$ac_exeext conftest.
$ac_ext
12273 LIBS
=$ac_check_soname_save_LIBS
12275 if ${ac_cv_lib_soname_Xfixes:+false} :; then :
12276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12277 $as_echo "not found" >&6; }
12280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xfixes" >&5
12281 $as_echo "$ac_cv_lib_soname_Xfixes" >&6; }
12283 cat >>confdefs.h
<<_ACEOF
12284 #define SONAME_LIBXFIXES "$ac_cv_lib_soname_Xfixes"
12290 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12292 if test "x$ac_cv_lib_soname_Xfixes" = "x"; then :
12293 case "x$with_xfixes" in
12294 x
) as_fn_append wine_notices
"|libxfixes ${notice_platform}development files not found, Xfixes won't be supported." ;;
12296 *) as_fn_error $?
"libxfixes ${notice_platform}development files not found, Xfixes won't be supported.
12297 This is an error since --with-xfixes was requested." "$LINENO" 5 ;;
12302 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
12304 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12305 /* end confdefs.h. */
12306 #include <X11/Xlib.h>
12307 #include <X11/extensions/Xinerama.h>
12311 static typeof(XineramaQueryScreens) * func; if (func) return 0;
12316 if ac_fn_c_try_compile
"$LINENO"; then :
12317 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
12318 $as_echo_n "checking for -lXinerama... " >&6; }
12319 if ${ac_cv_lib_soname_Xinerama+:} false
; then :
12320 $as_echo_n "(cached) " >&6
12322 ac_check_soname_save_LIBS
=$LIBS
12323 LIBS
="-lXinerama $X_LIBS $X_EXTRA_LIBS $LIBS"
12324 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12325 /* end confdefs.h. */
12327 /* Override any GCC internal prototype to avoid an error.
12328 Use char because int might match the return type of a GCC
12329 builtin and then its argument prototype would still apply. */
12333 char XineramaQueryScreens ();
12337 return XineramaQueryScreens ();
12342 if ac_fn_c_try_link
"$LINENO"; then :
12344 dll
) ac_cv_lib_soname_Xinerama
=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12345 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'` ;;
12346 *) ac_cv_lib_soname_Xinerama
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXinerama\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXinerama\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12347 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
12348 ac_cv_lib_soname_Xinerama
=`$LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12352 ac_cv_lib_soname_Xinerama
=
12354 rm -f core conftest.err conftest.
$ac_objext \
12355 conftest
$ac_exeext conftest.
$ac_ext
12356 LIBS
=$ac_check_soname_save_LIBS
12358 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
12359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12360 $as_echo "not found" >&6; }
12363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
12364 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
12366 cat >>confdefs.h
<<_ACEOF
12367 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
12373 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12375 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
12376 case "x$with_xinerama" in
12377 x
) as_fn_append wine_notices
"|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
12379 *) as_fn_error $?
"libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
12380 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
12385 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
12387 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
12388 $as_echo_n "checking for -lXcomposite... " >&6; }
12389 if ${ac_cv_lib_soname_Xcomposite+:} false
; then :
12390 $as_echo_n "(cached) " >&6
12392 ac_check_soname_save_LIBS
=$LIBS
12393 LIBS
="-lXcomposite $X_LIBS $X_EXTRA_LIBS $LIBS"
12394 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12395 /* end confdefs.h. */
12397 /* Override any GCC internal prototype to avoid an error.
12398 Use char because int might match the return type of a GCC
12399 builtin and then its argument prototype would still apply. */
12403 char XCompositeRedirectWindow ();
12407 return XCompositeRedirectWindow ();
12412 if ac_fn_c_try_link
"$LINENO"; then :
12414 dll
) ac_cv_lib_soname_Xcomposite
=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12415 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'` ;;
12416 *) ac_cv_lib_soname_Xcomposite
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcomposite\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcomposite\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12417 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
12418 ac_cv_lib_soname_Xcomposite
=`$LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12422 ac_cv_lib_soname_Xcomposite
=
12424 rm -f core conftest.err conftest.
$ac_objext \
12425 conftest
$ac_exeext conftest.
$ac_ext
12426 LIBS
=$ac_check_soname_save_LIBS
12428 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
12429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12430 $as_echo "not found" >&6; }
12433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
12434 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
12436 cat >>confdefs.h
<<_ACEOF
12437 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
12443 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
12444 case "x$with_xcomposite" in
12445 x
) as_fn_append wine_notices
"|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
12447 *) as_fn_error $?
"libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
12448 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
12453 ac_fn_c_check_member
"$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
12454 #include <X11/Xlib.h>
12457 if test "x$ac_cv_member_XICCallback_callback" = xyes
; then :
12459 cat >>confdefs.h
<<_ACEOF
12460 #define HAVE_XICCALLBACK_CALLBACK 1
12465 ac_fn_c_check_member
"$LINENO" "XEvent" "xcookie" "ac_cv_member_XEvent_xcookie" "#ifdef HAVE_X11_XLIB_H
12466 #include <X11/Xlib.h>
12469 if test "x$ac_cv_member_XEvent_xcookie" = xyes
; then :
12471 cat >>confdefs.h
<<_ACEOF
12472 #define HAVE_XEVENT_XCOOKIE 1
12481 if test "x$with_opengl" != "xno"
12483 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
12484 $as_echo_n "checking for -lGL... " >&6; }
12485 if ${ac_cv_lib_soname_GL+:} false
; then :
12486 $as_echo_n "(cached) " >&6
12488 ac_check_soname_save_LIBS
=$LIBS
12489 LIBS
="-lGL $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
12490 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12491 /* end confdefs.h. */
12493 /* Override any GCC internal prototype to avoid an error.
12494 Use char because int might match the return type of a GCC
12495 builtin and then its argument prototype would still apply. */
12499 char glXCreateContext ();
12503 return glXCreateContext ();
12508 if ac_fn_c_try_link
"$LINENO"; then :
12510 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12511 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'` ;;
12512 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12513 if ${ac_cv_lib_soname_GL:+false} :; then :
12514 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12518 ac_cv_lib_soname_GL
=
12520 rm -f core conftest.err conftest.
$ac_objext \
12521 conftest
$ac_exeext conftest.
$ac_ext
12522 LIBS
=$ac_check_soname_save_LIBS
12524 if ${ac_cv_lib_soname_GL:+false} :; then :
12525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12526 $as_echo "not found" >&6; }
12527 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
12528 $as_echo_n "checking for -lGL... " >&6; }
12529 if ${ac_cv_lib_soname_GL+:} false
; then :
12530 $as_echo_n "(cached) " >&6
12532 ac_check_soname_save_LIBS
=$LIBS
12533 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"
12534 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12535 /* end confdefs.h. */
12537 /* Override any GCC internal prototype to avoid an error.
12538 Use char because int might match the return type of a GCC
12539 builtin and then its argument prototype would still apply. */
12543 char glXCreateContext ();
12547 return glXCreateContext ();
12552 if ac_fn_c_try_link
"$LINENO"; then :
12554 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12555 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'` ;;
12556 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12557 if ${ac_cv_lib_soname_GL:+false} :; then :
12558 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12562 ac_cv_lib_soname_GL
=
12564 rm -f core conftest.err conftest.
$ac_objext \
12565 conftest
$ac_exeext conftest.
$ac_ext
12566 LIBS
=$ac_check_soname_save_LIBS
12568 if ${ac_cv_lib_soname_GL:+false} :; then :
12569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12570 $as_echo "not found" >&6; }
12571 if test -f /usr
/X11R
6/lib
/libGL.a
12573 opengl_msg
="/usr/X11R6/lib/libGL.a is present on your system.
12574 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
12576 opengl_msg
="No OpenGL library found on this system."
12579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
12580 $as_echo "$ac_cv_lib_soname_GL" >&6; }
12582 cat >>confdefs.h
<<_ACEOF
12583 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
12586 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"
12589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
12590 $as_echo "$ac_cv_lib_soname_GL" >&6; }
12592 cat >>confdefs.h
<<_ACEOF
12593 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
12598 if test "x$with_osmesa" != "xno"
12600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lOSMesa" >&5
12601 $as_echo_n "checking for -lOSMesa... " >&6; }
12602 if ${ac_cv_lib_soname_OSMesa+:} false
; then :
12603 $as_echo_n "(cached) " >&6
12605 ac_check_soname_save_LIBS
=$LIBS
12606 LIBS
="-lOSMesa $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
12607 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12608 /* end confdefs.h. */
12610 /* Override any GCC internal prototype to avoid an error.
12611 Use char because int might match the return type of a GCC
12612 builtin and then its argument prototype would still apply. */
12616 char OSMesaGetProcAddress ();
12620 return OSMesaGetProcAddress ();
12625 if ac_fn_c_try_link
"$LINENO"; then :
12627 dll
) ac_cv_lib_soname_OSMesa
=`$ac_cv_path_LDD conftest.exe | grep "OSMesa" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12628 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'` ;;
12629 *) ac_cv_lib_soname_OSMesa
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libOSMesa\\.$LIBEXT" | sed -e "s/^.*\\[\\(libOSMesa\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12630 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
12631 ac_cv_lib_soname_OSMesa
=`$LDD conftest$ac_exeext | grep "libOSMesa\\.$LIBEXT" | sed -e "s/^.*\(libOSMesa\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12635 ac_cv_lib_soname_OSMesa
=
12637 rm -f core conftest.err conftest.
$ac_objext \
12638 conftest
$ac_exeext conftest.
$ac_ext
12639 LIBS
=$ac_check_soname_save_LIBS
12641 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
12642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12643 $as_echo "not found" >&6; }
12646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_OSMesa" >&5
12647 $as_echo "$ac_cv_lib_soname_OSMesa" >&6; }
12649 cat >>confdefs.h
<<_ACEOF
12650 #define SONAME_LIBOSMESA "$ac_cv_lib_soname_OSMesa"
12655 if test "x$ac_cv_lib_soname_OSMesa" = "x"; then :
12656 case "x$with_osmesa" in
12657 x
) as_fn_append wine_notices
"|libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported." ;;
12659 *) as_fn_error $?
"libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
12660 This is an error since --with-osmesa was requested." "$LINENO" 5 ;;
12666 if test -n "$opengl_msg"; then :
12667 case "x$with_opengl" in
12668 x
) as_fn_append wine_warnings
"|$opengl_msg
12669 OpenGL and Direct3D won't be supported." ;;
12671 *) as_fn_error $?
"$opengl_msg
12672 OpenGL and Direct3D won't be supported.
12673 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
12678 CPPFLAGS
="$ac_save_CPPFLAGS"
12684 if test "$enable_wineandroid_drv$enable_winemac_drv" = "nono"
12686 if test "x$X_LIBS" = "x"; then :
12689 *) as_fn_error $?
"X ${notice_platform}development files not found. Wine will be built
12690 without X support, which probably isn't what you want. You will need
12691 to install ${notice_platform}development packages of Xlib at the very least.
12692 Use the --without-x option if you really want this." "$LINENO" 5 ;;
12694 enable_winex11_drv
=${enable_winex11_drv:-no}
12697 if test "x$X_LIBS" = "x"; then :
12699 x
) as_fn_append wine_notices
"|X ${notice_platform}development files not found, the X11 driver won't be supported." ;;
12701 *) as_fn_error $?
"X ${notice_platform}development files not found, the X11 driver won't be supported.
12702 This is an error since --with-x was requested." "$LINENO" 5 ;;
12704 enable_winex11_drv
=${enable_winex11_drv:-no}
12708 if test "$ac_cv_header_CL_cl_h" = "yes"
12710 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5
12711 $as_echo_n "checking for clGetPlatformInfo in -lOpenCL... " >&6; }
12712 if ${ac_cv_lib_OpenCL_clGetPlatformInfo+:} false
; then :
12713 $as_echo_n "(cached) " >&6
12715 ac_check_lib_save_LIBS
=$LIBS
12716 LIBS
="-lOpenCL $LIBS"
12717 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12718 /* end confdefs.h. */
12720 /* Override any GCC internal prototype to avoid an error.
12721 Use char because int might match the return type of a GCC
12722 builtin and then its argument prototype would still apply. */
12726 char clGetPlatformInfo ();
12730 return clGetPlatformInfo ();
12735 if ac_fn_c_try_link
"$LINENO"; then :
12736 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
12738 ac_cv_lib_OpenCL_clGetPlatformInfo
=no
12740 rm -f core conftest.err conftest.
$ac_objext \
12741 conftest
$ac_exeext conftest.
$ac_ext
12742 LIBS
=$ac_check_lib_save_LIBS
12744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_OpenCL_clGetPlatformInfo" >&5
12745 $as_echo "$ac_cv_lib_OpenCL_clGetPlatformInfo" >&6; }
12746 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" = xyes
; then :
12747 OPENCL_LIBS
="-lOpenCL"
12752 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes
; then :
12753 case "x$with_opencl" in
12754 x
) as_fn_append wine_notices
"|OpenCL ${notice_platform}development files not found, OpenCL won't be supported." ;;
12756 *) as_fn_error $?
"OpenCL ${notice_platform}development files not found, OpenCL won't be supported.
12757 This is an error since --with-opencl was requested." "$LINENO" 5 ;;
12759 enable_opencl
=${enable_opencl:-no}
12762 if test "$ac_cv_header_pcap_pcap_h" = "yes"
12764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcap_create in -lpcap" >&5
12765 $as_echo_n "checking for pcap_create in -lpcap... " >&6; }
12766 if ${ac_cv_lib_pcap_pcap_create+:} false
; then :
12767 $as_echo_n "(cached) " >&6
12769 ac_check_lib_save_LIBS
=$LIBS
12770 LIBS
="-lpcap $LIBS"
12771 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12772 /* end confdefs.h. */
12774 /* Override any GCC internal prototype to avoid an error.
12775 Use char because int might match the return type of a GCC
12776 builtin and then its argument prototype would still apply. */
12780 char pcap_create ();
12784 return pcap_create ();
12789 if ac_fn_c_try_link
"$LINENO"; then :
12790 ac_cv_lib_pcap_pcap_create
=yes
12792 ac_cv_lib_pcap_pcap_create
=no
12794 rm -f core conftest.err conftest.
$ac_objext \
12795 conftest
$ac_exeext conftest.
$ac_ext
12796 LIBS
=$ac_check_lib_save_LIBS
12798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcap_pcap_create" >&5
12799 $as_echo "$ac_cv_lib_pcap_pcap_create" >&6; }
12800 if test "x$ac_cv_lib_pcap_pcap_create" = xyes
; then :
12806 if test "x$ac_cv_lib_pcap_pcap_create" != xyes
; then :
12807 case "x$with_pcap" in
12808 x
) as_fn_append wine_notices
"|pcap ${notice_platform}development files not found, wpcap won't be supported." ;;
12810 *) as_fn_error $?
"pcap ${notice_platform}development files not found, wpcap won't be supported.
12811 This is an error since --with-pcap was requested." "$LINENO" 5 ;;
12813 enable_wpcap
=${enable_wpcap:-no}
12817 if test "x$with_xml" != "xno"
12819 if ${XML2_CFLAGS:+false} :; then :
12820 if ${PKG_CONFIG+:} false
; then :
12821 XML2_CFLAGS
=`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`
12824 test "$cross_compiling" = yes || XML2_CFLAGS
=${XML2_CFLAGS:-`${XML2_CONFIG:-xml2-config} --cflags 2>/dev/null`}
12825 if ${XML2_LIBS:+false} :; then :
12826 if ${PKG_CONFIG+:} false
; then :
12827 XML2_LIBS
=`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`
12830 test "$cross_compiling" = yes || XML2_LIBS
=${XML2_LIBS:-`${XML2_CONFIG:-xml2-config} --libs 2>/dev/null`}
12831 XML2_LIBS
=${XML2_LIBS:-"-lxml2"}
12832 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 cflags: $XML2_CFLAGS" >&5
12833 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 libs: $XML2_LIBS" >&5
12834 ac_save_CPPFLAGS
=$CPPFLAGS
12835 CPPFLAGS
="$CPPFLAGS $XML2_CFLAGS"
12836 for ac_header
in libxml
/parser.h libxml
/xmlsave.h libxml
/SAX2.h
12838 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12839 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12840 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
12841 cat >>confdefs.h
<<_ACEOF
12842 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12849 if test "$ac_cv_header_libxml_parser_h" = "yes" -a "$ac_cv_header_libxml_xmlsave_h" = "yes" -a "$ac_cv_header_libxml_SAX2_h" = "yes"
12851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
12852 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
12853 if ${ac_cv_lib_xml2_xmlParseMemory+:} false
; then :
12854 $as_echo_n "(cached) " >&6
12856 ac_check_lib_save_LIBS
=$LIBS
12857 LIBS
="-lxml2 $XML2_LIBS $LIBS"
12858 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12859 /* end confdefs.h. */
12861 /* Override any GCC internal prototype to avoid an error.
12862 Use char because int might match the return type of a GCC
12863 builtin and then its argument prototype would still apply. */
12867 char xmlParseMemory ();
12871 return xmlParseMemory ();
12876 if ac_fn_c_try_link
"$LINENO"; then :
12877 ac_cv_lib_xml2_xmlParseMemory
=yes
12879 ac_cv_lib_xml2_xmlParseMemory
=no
12881 rm -f core conftest.err conftest.
$ac_objext \
12882 conftest
$ac_exeext conftest.
$ac_ext
12883 LIBS
=$ac_check_lib_save_LIBS
12885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12886 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12887 if test "x$ac_cv_lib_xml2_xmlParseMemory" = xyes
; then :
12889 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
12895 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
12896 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
12897 if ${ac_cv_lib_xml2_xmlReadMemory+:} false
; then :
12898 $as_echo_n "(cached) " >&6
12900 ac_check_lib_save_LIBS
=$LIBS
12901 LIBS
="-lxml2 $XML2_LIBS $LIBS"
12902 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12903 /* end confdefs.h. */
12905 /* Override any GCC internal prototype to avoid an error.
12906 Use char because int might match the return type of a GCC
12907 builtin and then its argument prototype would still apply. */
12911 char xmlReadMemory ();
12915 return xmlReadMemory ();
12920 if ac_fn_c_try_link
"$LINENO"; then :
12921 ac_cv_lib_xml2_xmlReadMemory
=yes
12923 ac_cv_lib_xml2_xmlReadMemory
=no
12925 rm -f core conftest.err conftest.
$ac_objext \
12926 conftest
$ac_exeext conftest.
$ac_ext
12927 LIBS
=$ac_check_lib_save_LIBS
12929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12930 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12931 if test "x$ac_cv_lib_xml2_xmlReadMemory" = xyes
; then :
12933 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
12937 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
12938 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
12939 if ${ac_cv_lib_xml2_xmlNewDocPI+:} false
; then :
12940 $as_echo_n "(cached) " >&6
12942 ac_check_lib_save_LIBS
=$LIBS
12943 LIBS
="-lxml2 $XML2_LIBS $LIBS"
12944 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12945 /* end confdefs.h. */
12947 /* Override any GCC internal prototype to avoid an error.
12948 Use char because int might match the return type of a GCC
12949 builtin and then its argument prototype would still apply. */
12953 char xmlNewDocPI ();
12957 return xmlNewDocPI ();
12962 if ac_fn_c_try_link
"$LINENO"; then :
12963 ac_cv_lib_xml2_xmlNewDocPI
=yes
12965 ac_cv_lib_xml2_xmlNewDocPI
=no
12967 rm -f core conftest.err conftest.
$ac_objext \
12968 conftest
$ac_exeext conftest.
$ac_ext
12969 LIBS
=$ac_check_lib_save_LIBS
12971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12972 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12973 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = xyes
; then :
12975 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
12979 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetParserStructuredErrors in -lxml2" >&5
12980 $as_echo_n "checking for xmlSchemaSetParserStructuredErrors in -lxml2... " >&6; }
12981 if ${ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors+:} false
; then :
12982 $as_echo_n "(cached) " >&6
12984 ac_check_lib_save_LIBS
=$LIBS
12985 LIBS
="-lxml2 $XML2_LIBS $LIBS"
12986 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12987 /* end confdefs.h. */
12989 /* Override any GCC internal prototype to avoid an error.
12990 Use char because int might match the return type of a GCC
12991 builtin and then its argument prototype would still apply. */
12995 char xmlSchemaSetParserStructuredErrors ();
12999 return xmlSchemaSetParserStructuredErrors ();
13004 if ac_fn_c_try_link
"$LINENO"; then :
13005 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors
=yes
13007 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors
=no
13009 rm -f core conftest.err conftest.
$ac_objext \
13010 conftest
$ac_exeext conftest.
$ac_ext
13011 LIBS
=$ac_check_lib_save_LIBS
13013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&5
13014 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&6; }
13015 if test "x$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" = xyes
; then :
13017 $as_echo "#define HAVE_XMLSCHEMASSETPARSERSTRUCTUREDERRORS 1" >>confdefs.h
13021 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetValidStructuredErrors in -lxml2" >&5
13022 $as_echo_n "checking for xmlSchemaSetValidStructuredErrors in -lxml2... " >&6; }
13023 if ${ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors+:} false
; then :
13024 $as_echo_n "(cached) " >&6
13026 ac_check_lib_save_LIBS
=$LIBS
13027 LIBS
="-lxml2 $XML2_LIBS $LIBS"
13028 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13029 /* end confdefs.h. */
13031 /* Override any GCC internal prototype to avoid an error.
13032 Use char because int might match the return type of a GCC
13033 builtin and then its argument prototype would still apply. */
13037 char xmlSchemaSetValidStructuredErrors ();
13041 return xmlSchemaSetValidStructuredErrors ();
13046 if ac_fn_c_try_link
"$LINENO"; then :
13047 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors
=yes
13049 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors
=no
13051 rm -f core conftest.err conftest.
$ac_objext \
13052 conftest
$ac_exeext conftest.
$ac_ext
13053 LIBS
=$ac_check_lib_save_LIBS
13055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&5
13056 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&6; }
13057 if test "x$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" = xyes
; then :
13059 $as_echo "#define HAVE_XMLSCHEMASSETVALIDSTRUCTUREDERRORS 1" >>confdefs.h
13063 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlFirstElementChild in -lxml2" >&5
13064 $as_echo_n "checking for xmlFirstElementChild in -lxml2... " >&6; }
13065 if ${ac_cv_lib_xml2_xmlFirstElementChild+:} false
; then :
13066 $as_echo_n "(cached) " >&6
13068 ac_check_lib_save_LIBS
=$LIBS
13069 LIBS
="-lxml2 $XML2_LIBS $LIBS"
13070 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13071 /* end confdefs.h. */
13073 /* Override any GCC internal prototype to avoid an error.
13074 Use char because int might match the return type of a GCC
13075 builtin and then its argument prototype would still apply. */
13079 char xmlFirstElementChild ();
13083 return xmlFirstElementChild ();
13088 if ac_fn_c_try_link
"$LINENO"; then :
13089 ac_cv_lib_xml2_xmlFirstElementChild
=yes
13091 ac_cv_lib_xml2_xmlFirstElementChild
=no
13093 rm -f core conftest.err conftest.
$ac_objext \
13094 conftest
$ac_exeext conftest.
$ac_ext
13095 LIBS
=$ac_check_lib_save_LIBS
13097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlFirstElementChild" >&5
13098 $as_echo "$ac_cv_lib_xml2_xmlFirstElementChild" >&6; }
13099 if test "x$ac_cv_lib_xml2_xmlFirstElementChild" = xyes
; then :
13101 $as_echo "#define HAVE_XMLFIRSTELEMENTCHILD 1" >>confdefs.h
13105 ac_fn_c_check_type
"$LINENO" "xmlDocProperties" "ac_cv_type_xmlDocProperties" "#include <libxml/tree.h>
13107 if test "x$ac_cv_type_xmlDocProperties" = xyes
; then :
13109 $as_echo "#define HAVE_XMLDOC_PROPERTIES 1" >>confdefs.h
13117 CPPFLAGS
=$ac_save_CPPFLAGS
13120 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
13121 case "x$with_xml" in
13122 x
) as_fn_append wine_warnings
"|libxml2 ${notice_platform}development files not found (or too old), XML won't be supported." ;;
13124 *) as_fn_error $?
"libxml2 ${notice_platform}development files not found (or too old), XML won't be supported.
13125 This is an error since --with-xml was requested." "$LINENO" 5 ;;
13130 if test "x$with_xslt" != "xno"
13132 if ${XSLT_CFLAGS:+false} :; then :
13133 if ${PKG_CONFIG+:} false
; then :
13134 XSLT_CFLAGS
=`$PKG_CONFIG --cflags libxslt 2>/dev/null`
13137 test "$cross_compiling" = yes || XSLT_CFLAGS
=${XSLT_CFLAGS:-`${XSLT_CONFIG:-xslt-config} --cflags 2>/dev/null`}
13138 if ${XSLT_LIBS:+false} :; then :
13139 if ${PKG_CONFIG+:} false
; then :
13140 XSLT_LIBS
=`$PKG_CONFIG --libs libxslt 2>/dev/null`
13143 test "$cross_compiling" = yes || XSLT_LIBS
=${XSLT_LIBS:-`${XSLT_CONFIG:-xslt-config} --libs 2>/dev/null`}
13144 XSLT_LIBS
=${XSLT_LIBS:-"-lxml2"}
13145 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt cflags: $XSLT_CFLAGS" >&5
13146 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt libs: $XSLT_LIBS" >&5
13147 ac_save_CPPFLAGS
=$CPPFLAGS
13148 CPPFLAGS
="$CPPFLAGS $XSLT_CFLAGS"
13149 for ac_header
in libxslt
/pattern.h libxslt
/transform.h
13151 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13152 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
13153 # include <libxslt/pattern.h>
13156 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
13157 cat >>confdefs.h
<<_ACEOF
13158 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13165 if test "$ac_cv_header_libxslt_transform_h" = "yes"
13167 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
13168 $as_echo_n "checking for -lxslt... " >&6; }
13169 if ${ac_cv_lib_soname_xslt+:} false
; then :
13170 $as_echo_n "(cached) " >&6
13172 ac_check_soname_save_LIBS
=$LIBS
13173 LIBS
="-lxslt $XSLT_LIBS $LIBS"
13174 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13175 /* end confdefs.h. */
13177 /* Override any GCC internal prototype to avoid an error.
13178 Use char because int might match the return type of a GCC
13179 builtin and then its argument prototype would still apply. */
13183 char xsltCompilePattern ();
13187 return xsltCompilePattern ();
13192 if ac_fn_c_try_link
"$LINENO"; then :
13194 dll
) ac_cv_lib_soname_xslt
=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13195 dylib
) ac_cv_lib_soname_xslt
=`$OTOOL -L conftest$ac_exeext | grep "libxslt\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libxslt\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
13196 *) ac_cv_lib_soname_xslt
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libxslt\\.$LIBEXT" | sed -e "s/^.*\\[\\(libxslt\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13197 if ${ac_cv_lib_soname_xslt:+false} :; then :
13198 ac_cv_lib_soname_xslt
=`$LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13202 ac_cv_lib_soname_xslt
=
13204 rm -f core conftest.err conftest.
$ac_objext \
13205 conftest
$ac_exeext conftest.
$ac_ext
13206 LIBS
=$ac_check_soname_save_LIBS
13208 if ${ac_cv_lib_soname_xslt:+false} :; then :
13209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13210 $as_echo "not found" >&6; }
13213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
13214 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
13216 cat >>confdefs.h
<<_ACEOF
13217 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
13225 CPPFLAGS
=$ac_save_CPPFLAGS
13228 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
13229 case "x$with_xslt" in
13230 x
) as_fn_append wine_warnings
"|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
13232 *) as_fn_error $?
"libxslt ${notice_platform}development files not found, xslt won't be supported.
13233 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
13238 if test "x$with_inotify" != "xno"
13240 if ${INOTIFY_CFLAGS:+false} :; then :
13241 if ${PKG_CONFIG+:} false
; then :
13242 INOTIFY_CFLAGS
=`$PKG_CONFIG --cflags libinotify 2>/dev/null`
13246 if ${INOTIFY_LIBS:+false} :; then :
13247 if ${PKG_CONFIG+:} false
; then :
13248 INOTIFY_LIBS
=`$PKG_CONFIG --libs libinotify 2>/dev/null`
13253 $as_echo "$as_me:${as_lineno-$LINENO}: libinotify cflags: $INOTIFY_CFLAGS" >&5
13254 $as_echo "$as_me:${as_lineno-$LINENO}: libinotify libs: $INOTIFY_LIBS" >&5
13255 ac_save_CPPFLAGS
=$CPPFLAGS
13256 CPPFLAGS
="$CPPFLAGS $INOTIFY_CFLAGS"
13257 for ac_header
in sys
/inotify.h
13259 ac_fn_c_check_header_mongrel
"$LINENO" "sys/inotify.h" "ac_cv_header_sys_inotify_h" "$ac_includes_default"
13260 if test "x$ac_cv_header_sys_inotify_h" = xyes
; then :
13261 cat >>confdefs.h
<<_ACEOF
13262 #define HAVE_SYS_INOTIFY_H 1
13269 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inotify_add_watch in -linotify" >&5
13270 $as_echo_n "checking for inotify_add_watch in -linotify... " >&6; }
13271 if ${ac_cv_lib_inotify_inotify_add_watch+:} false
; then :
13272 $as_echo_n "(cached) " >&6
13274 ac_check_lib_save_LIBS
=$LIBS
13275 LIBS
="-linotify $INOTIFY_LIBS $LIBS"
13276 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13277 /* end confdefs.h. */
13279 /* Override any GCC internal prototype to avoid an error.
13280 Use char because int might match the return type of a GCC
13281 builtin and then its argument prototype would still apply. */
13285 char inotify_add_watch ();
13289 return inotify_add_watch ();
13294 if ac_fn_c_try_link
"$LINENO"; then :
13295 ac_cv_lib_inotify_inotify_add_watch
=yes
13297 ac_cv_lib_inotify_inotify_add_watch
=no
13299 rm -f core conftest.err conftest.
$ac_objext \
13300 conftest
$ac_exeext conftest.
$ac_ext
13301 LIBS
=$ac_check_lib_save_LIBS
13303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_inotify_inotify_add_watch" >&5
13304 $as_echo "$ac_cv_lib_inotify_inotify_add_watch" >&6; }
13305 if test "x$ac_cv_lib_inotify_inotify_add_watch" = xyes
; then :
13311 CPPFLAGS
=$ac_save_CPPFLAGS
13314 if test "$ac_cv_header_sys_inotify_h" != "yes"; then :
13315 case "x$with_inotify" in
13316 x
) as_fn_append wine_notices
"|libinotify ${notice_platform}development files not found (or too old), filesystem change notifications won't be supported." ;;
13318 *) as_fn_error $?
"libinotify ${notice_platform}development files not found (or too old), filesystem change notifications won't be supported.
13319 This is an error since --with-inotify was requested." "$LINENO" 5 ;;
13324 if test "x$with_dbus" != "xno"
13326 if ${DBUS_CFLAGS:+false} :; then :
13327 if ${PKG_CONFIG+:} false
; then :
13328 DBUS_CFLAGS
=`$PKG_CONFIG --cflags dbus-1 2>/dev/null`
13332 if ${DBUS_LIBS:+false} :; then :
13333 if ${PKG_CONFIG+:} false
; then :
13334 DBUS_LIBS
=`$PKG_CONFIG --libs dbus-1 2>/dev/null`
13339 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 cflags: $DBUS_CFLAGS" >&5
13340 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 libs: $DBUS_LIBS" >&5
13341 ac_save_CPPFLAGS
=$CPPFLAGS
13342 CPPFLAGS
="$CPPFLAGS $DBUS_CFLAGS"
13343 ac_fn_c_check_header_mongrel
"$LINENO" "dbus/dbus.h" "ac_cv_header_dbus_dbus_h" "$ac_includes_default"
13344 if test "x$ac_cv_header_dbus_dbus_h" = xyes
; then :
13345 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ldbus-1" >&5
13346 $as_echo_n "checking for -ldbus-1... " >&6; }
13347 if ${ac_cv_lib_soname_dbus_1+:} false
; then :
13348 $as_echo_n "(cached) " >&6
13350 ac_check_soname_save_LIBS
=$LIBS
13351 LIBS
="-ldbus-1 $DBUS_LIBS $LIBS"
13352 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13353 /* end confdefs.h. */
13355 /* Override any GCC internal prototype to avoid an error.
13356 Use char because int might match the return type of a GCC
13357 builtin and then its argument prototype would still apply. */
13361 char dbus_connection_close ();
13365 return dbus_connection_close ();
13370 if ac_fn_c_try_link
"$LINENO"; then :
13372 dll
) ac_cv_lib_soname_dbus_1
=`$ac_cv_path_LDD conftest.exe | grep "dbus-1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13373 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'` ;;
13374 *) 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'`
13375 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
13376 ac_cv_lib_soname_dbus_1
=`$LDD conftest$ac_exeext | grep "libdbus-1\\.$LIBEXT" | sed -e "s/^.*\(libdbus-1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13380 ac_cv_lib_soname_dbus_1
=
13382 rm -f core conftest.err conftest.
$ac_objext \
13383 conftest
$ac_exeext conftest.
$ac_ext
13384 LIBS
=$ac_check_soname_save_LIBS
13386 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
13387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13388 $as_echo "not found" >&6; }
13391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_dbus_1" >&5
13392 $as_echo "$ac_cv_lib_soname_dbus_1" >&6; }
13394 cat >>confdefs.h
<<_ACEOF
13395 #define SONAME_LIBDBUS_1 "$ac_cv_lib_soname_dbus_1"
13405 CPPFLAGS
=$ac_save_CPPFLAGS
13408 if test "x$ac_cv_lib_soname_dbus_1" = "x" -a \
13409 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
13410 case "x$with_dbus" in
13411 x
) as_fn_append wine_notices
"|libdbus ${notice_platform}development files not found, no dynamic device support." ;;
13413 *) as_fn_error $?
"libdbus ${notice_platform}development files not found, no dynamic device support.
13414 This is an error since --with-dbus was requested." "$LINENO" 5 ;;
13419 if test "x$with_hal" != "xno" -a "x$ac_cv_lib_soname_dbus_1" != x
13421 if ${HAL_CFLAGS:+false} :; then :
13422 if ${PKG_CONFIG+:} false
; then :
13423 HAL_CFLAGS
=`$PKG_CONFIG --cflags hal 2>/dev/null`
13427 if ${HAL_LIBS:+false} :; then :
13428 if ${PKG_CONFIG+:} false
; then :
13429 HAL_LIBS
=`$PKG_CONFIG --libs hal 2>/dev/null`
13433 HAL_LIBS
=${HAL_LIBS:-"-ldbus-1"}
13434 $as_echo "$as_me:${as_lineno-$LINENO}: hal cflags: $HAL_CFLAGS" >&5
13435 $as_echo "$as_me:${as_lineno-$LINENO}: hal libs: $HAL_LIBS" >&5
13436 ac_save_CPPFLAGS
=$CPPFLAGS
13437 CPPFLAGS
="$CPPFLAGS $HAL_CFLAGS"
13438 ac_fn_c_check_header_mongrel
"$LINENO" "hal/libhal.h" "ac_cv_header_hal_libhal_h" "$ac_includes_default"
13439 if test "x$ac_cv_header_hal_libhal_h" = xyes
; then :
13440 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
13441 $as_echo_n "checking for -lhal... " >&6; }
13442 if ${ac_cv_lib_soname_hal+:} false
; then :
13443 $as_echo_n "(cached) " >&6
13445 ac_check_soname_save_LIBS
=$LIBS
13446 LIBS
="-lhal $HAL_LIBS $LIBS"
13447 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13448 /* end confdefs.h. */
13450 /* Override any GCC internal prototype to avoid an error.
13451 Use char because int might match the return type of a GCC
13452 builtin and then its argument prototype would still apply. */
13456 char libhal_ctx_new ();
13460 return libhal_ctx_new ();
13465 if ac_fn_c_try_link
"$LINENO"; then :
13467 dll
) ac_cv_lib_soname_hal
=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13468 dylib
) ac_cv_lib_soname_hal
=`$OTOOL -L conftest$ac_exeext | grep "libhal\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libhal\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
13469 *) ac_cv_lib_soname_hal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libhal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libhal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13470 if ${ac_cv_lib_soname_hal:+false} :; then :
13471 ac_cv_lib_soname_hal
=`$LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13475 ac_cv_lib_soname_hal
=
13477 rm -f core conftest.err conftest.
$ac_objext \
13478 conftest
$ac_exeext conftest.
$ac_ext
13479 LIBS
=$ac_check_soname_save_LIBS
13481 if ${ac_cv_lib_soname_hal:+false} :; then :
13482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13483 $as_echo "not found" >&6; }
13486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
13487 $as_echo "$ac_cv_lib_soname_hal" >&6; }
13489 cat >>confdefs.h
<<_ACEOF
13490 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
13500 CPPFLAGS
=$ac_save_CPPFLAGS
13502 if test "x$ac_cv_lib_soname_hal" = "x" -a \
13503 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
13504 case "x$with_hal" in
13505 x
) as_fn_append wine_notices
"|libhal ${notice_platform}development files not found, no legacy dynamic device support." ;;
13507 *) as_fn_error $?
"libhal ${notice_platform}development files not found, no legacy dynamic device support.
13508 This is an error since --with-hal was requested." "$LINENO" 5 ;;
13514 if test "x$with_gnutls" != "xno"
13516 if ${GNUTLS_CFLAGS:+false} :; then :
13517 if ${PKG_CONFIG+:} false
; then :
13518 GNUTLS_CFLAGS
=`$PKG_CONFIG --cflags gnutls 2>/dev/null`
13522 if ${GNUTLS_LIBS:+false} :; then :
13523 if ${PKG_CONFIG+:} false
; then :
13524 GNUTLS_LIBS
=`$PKG_CONFIG --libs gnutls 2>/dev/null`
13528 GNUTLS_LIBS
=${GNUTLS_LIBS:-"-lgnutls"}
13529 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls cflags: $GNUTLS_CFLAGS" >&5
13530 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls libs: $GNUTLS_LIBS" >&5
13531 ac_save_CPPFLAGS
=$CPPFLAGS
13532 CPPFLAGS
="$CPPFLAGS $GNUTLS_CFLAGS"
13533 ac_fn_c_check_header_mongrel
"$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
13534 if test "x$ac_cv_header_gnutls_gnutls_h" = xyes
; then :
13535 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13536 /* end confdefs.h. */
13537 #include <gnutls/gnutls.h>
13538 #include <gnutls/crypto.h>
13542 static typeof(gnutls_mac_get_key_size) *func; if (func) return 0;
13547 if ac_fn_c_try_compile
"$LINENO"; then :
13548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
13549 $as_echo_n "checking for -lgnutls... " >&6; }
13550 if ${ac_cv_lib_soname_gnutls+:} false
; then :
13551 $as_echo_n "(cached) " >&6
13553 ac_check_soname_save_LIBS
=$LIBS
13554 LIBS
="-lgnutls $GNUTLS_LIBS $LIBS"
13555 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13556 /* end confdefs.h. */
13558 /* Override any GCC internal prototype to avoid an error.
13559 Use char because int might match the return type of a GCC
13560 builtin and then its argument prototype would still apply. */
13564 char gnutls_global_init ();
13568 return gnutls_global_init ();
13573 if ac_fn_c_try_link
"$LINENO"; then :
13575 dll
) ac_cv_lib_soname_gnutls
=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13576 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'` ;;
13577 *) 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'`
13578 if ${ac_cv_lib_soname_gnutls:+false} :; then :
13579 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'`
13583 ac_cv_lib_soname_gnutls
=
13585 rm -f core conftest.err conftest.
$ac_objext \
13586 conftest
$ac_exeext conftest.
$ac_ext
13587 LIBS
=$ac_check_soname_save_LIBS
13589 if ${ac_cv_lib_soname_gnutls:+false} :; then :
13590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13591 $as_echo "not found" >&6; }
13594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
13595 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
13597 cat >>confdefs.h
<<_ACEOF
13598 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13603 ac_wine_check_funcs_save_LIBS
="$LIBS"
13604 LIBS
="$LIBS $GNUTLS_LIBS"
13605 for ac_func
in gnutls_cipher_init
13607 ac_fn_c_check_func
"$LINENO" "gnutls_cipher_init" "ac_cv_func_gnutls_cipher_init"
13608 if test "x$ac_cv_func_gnutls_cipher_init" = xyes
; then :
13609 cat >>confdefs.h
<<_ACEOF
13610 #define HAVE_GNUTLS_CIPHER_INIT 1
13614 as_fn_append wine_notices
"|libgnutls ${notice_platform}development files too old, bcrypt encryption won't be supported."
13618 LIBS
="$ac_wine_check_funcs_save_LIBS"
13620 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13626 CPPFLAGS
=$ac_save_CPPFLAGS
13629 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
13630 case "x$with_gnutls" in
13631 x
) as_fn_append wine_warnings
"|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13633 *) as_fn_error $?
"libgnutls ${notice_platform}development files not found, no schannel support.
13634 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
13639 if test "x$with_sane" != "xno"
13641 if ${SANE_CFLAGS:+false} :; then :
13642 if ${PKG_CONFIG+:} false
; then :
13643 SANE_CFLAGS
=`$PKG_CONFIG --cflags libsane 2>/dev/null`
13646 test "$cross_compiling" = yes || SANE_CFLAGS
=${SANE_CFLAGS:-`${SANE_CONFIG:-sane-config} --cflags 2>/dev/null`}
13647 if ${SANE_LIBS:+false} :; then :
13648 if ${PKG_CONFIG+:} false
; then :
13649 SANE_LIBS
=`$PKG_CONFIG --libs libsane 2>/dev/null`
13652 test "$cross_compiling" = yes || SANE_LIBS
=${SANE_LIBS:-`${SANE_CONFIG:-sane-config} --ldflags 2>/dev/null`}
13654 $as_echo "$as_me:${as_lineno-$LINENO}: libsane cflags: $SANE_CFLAGS" >&5
13655 $as_echo "$as_me:${as_lineno-$LINENO}: libsane libs: $SANE_LIBS" >&5
13656 ac_save_CPPFLAGS
=$CPPFLAGS
13657 CPPFLAGS
="$CPPFLAGS $SANE_CFLAGS"
13658 ac_fn_c_check_header_mongrel
"$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
13659 if test "x$ac_cv_header_sane_sane_h" = xyes
; then :
13660 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
13661 $as_echo_n "checking for -lsane... " >&6; }
13662 if ${ac_cv_lib_soname_sane+:} false
; then :
13663 $as_echo_n "(cached) " >&6
13665 ac_check_soname_save_LIBS
=$LIBS
13666 LIBS
="-lsane $SANE_LIBS $LIBS"
13667 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13668 /* end confdefs.h. */
13670 /* Override any GCC internal prototype to avoid an error.
13671 Use char because int might match the return type of a GCC
13672 builtin and then its argument prototype would still apply. */
13680 return sane_init ();
13685 if ac_fn_c_try_link
"$LINENO"; then :
13687 dll
) ac_cv_lib_soname_sane
=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13688 dylib
) ac_cv_lib_soname_sane
=`$OTOOL -L conftest$ac_exeext | grep "libsane\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libsane\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
13689 *) ac_cv_lib_soname_sane
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libsane\\.$LIBEXT" | sed -e "s/^.*\\[\\(libsane\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13690 if ${ac_cv_lib_soname_sane:+false} :; then :
13691 ac_cv_lib_soname_sane
=`$LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13695 ac_cv_lib_soname_sane
=
13697 rm -f core conftest.err conftest.
$ac_objext \
13698 conftest
$ac_exeext conftest.
$ac_ext
13699 LIBS
=$ac_check_soname_save_LIBS
13701 if ${ac_cv_lib_soname_sane:+false} :; then :
13702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13703 $as_echo "not found" >&6; }
13706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
13707 $as_echo "$ac_cv_lib_soname_sane" >&6; }
13709 cat >>confdefs.h
<<_ACEOF
13710 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13720 CPPFLAGS
=$ac_save_CPPFLAGS
13723 if test "x$ac_cv_lib_soname_sane" = "x"; then :
13724 case "x$with_sane" in
13725 x
) as_fn_append wine_notices
"|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
13727 *) as_fn_error $?
"libsane ${notice_platform}development files not found, scanners won't be supported.
13728 This is an error since --with-sane was requested." "$LINENO" 5 ;;
13733 if test "x$with_usb" != "xno"
13735 if ${USB_CFLAGS:+false} :; then :
13736 if ${PKG_CONFIG+:} false
; then :
13737 USB_CFLAGS
=`$PKG_CONFIG --cflags libusb-1.0 2>/dev/null`
13741 if ${USB_LIBS:+false} :; then :
13742 if ${PKG_CONFIG+:} false
; then :
13743 USB_LIBS
=`$PKG_CONFIG --libs libusb-1.0 2>/dev/null`
13747 USB_LIBS
=${USB_LIBS:-"-lusb-1.0"}
13748 $as_echo "$as_me:${as_lineno-$LINENO}: libusb-1.0 cflags: $USB_CFLAGS" >&5
13749 $as_echo "$as_me:${as_lineno-$LINENO}: libusb-1.0 libs: $USB_LIBS" >&5
13750 ac_save_CPPFLAGS
=$CPPFLAGS
13751 CPPFLAGS
="$CPPFLAGS $USB_CFLAGS"
13752 ac_fn_c_check_header_mongrel
"$LINENO" "libusb.h" "ac_cv_header_libusb_h" "$ac_includes_default"
13753 if test "x$ac_cv_header_libusb_h" = xyes
; then :
13754 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libusb_interrupt_event_handler in -lusb-1.0" >&5
13755 $as_echo_n "checking for libusb_interrupt_event_handler in -lusb-1.0... " >&6; }
13756 if ${ac_cv_lib_usb_1_0_libusb_interrupt_event_handler+:} false
; then :
13757 $as_echo_n "(cached) " >&6
13759 ac_check_lib_save_LIBS
=$LIBS
13760 LIBS
="-lusb-1.0 $USB_LIBS $LIBS"
13761 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13762 /* end confdefs.h. */
13764 /* Override any GCC internal prototype to avoid an error.
13765 Use char because int might match the return type of a GCC
13766 builtin and then its argument prototype would still apply. */
13770 char libusb_interrupt_event_handler ();
13774 return libusb_interrupt_event_handler ();
13779 if ac_fn_c_try_link
"$LINENO"; then :
13780 ac_cv_lib_usb_1_0_libusb_interrupt_event_handler
=yes
13782 ac_cv_lib_usb_1_0_libusb_interrupt_event_handler
=no
13784 rm -f core conftest.err conftest.
$ac_objext \
13785 conftest
$ac_exeext conftest.
$ac_ext
13786 LIBS
=$ac_check_lib_save_LIBS
13788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_usb_1_0_libusb_interrupt_event_handler" >&5
13789 $as_echo "$ac_cv_lib_usb_1_0_libusb_interrupt_event_handler" >&6; }
13790 if test "x$ac_cv_lib_usb_1_0_libusb_interrupt_event_handler" = xyes
; then :
13801 CPPFLAGS
=$ac_save_CPPFLAGS
13804 if test "$ac_cv_lib_usb_1_0_libusb_interrupt_event_handler" != "yes"; then :
13805 case "x$with_usb" in
13806 x
) as_fn_append wine_notices
"|libusb-1.0 ${notice_platform}development files not found (or too old), USB devices won't be supported." ;;
13808 *) as_fn_error $?
"libusb-1.0 ${notice_platform}development files not found (or too old), USB devices won't be supported.
13809 This is an error since --with-usb was requested." "$LINENO" 5 ;;
13811 enable_wineusb_sys
=${enable_wineusb_sys:-no}
13814 if test "x$with_v4l2" != "xno"
13816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l2" >&5
13817 $as_echo_n "checking for -lv4l2... " >&6; }
13818 if ${ac_cv_lib_soname_v4l2+:} false
; then :
13819 $as_echo_n "(cached) " >&6
13821 ac_check_soname_save_LIBS
=$LIBS
13822 LIBS
="-lv4l2 $LIBS"
13823 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13824 /* end confdefs.h. */
13826 /* Override any GCC internal prototype to avoid an error.
13827 Use char because int might match the return type of a GCC
13828 builtin and then its argument prototype would still apply. */
13836 return v4l2_open ();
13841 if ac_fn_c_try_link
"$LINENO"; then :
13843 dll
) ac_cv_lib_soname_v4l2
=`$ac_cv_path_LDD conftest.exe | grep "v4l2" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13844 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'` ;;
13845 *) ac_cv_lib_soname_v4l2
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libv4l2\\.$LIBEXT" | sed -e "s/^.*\\[\\(libv4l2\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13846 if ${ac_cv_lib_soname_v4l2:+false} :; then :
13847 ac_cv_lib_soname_v4l2
=`$LDD conftest$ac_exeext | grep "libv4l2\\.$LIBEXT" | sed -e "s/^.*\(libv4l2\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13851 ac_cv_lib_soname_v4l2
=
13853 rm -f core conftest.err conftest.
$ac_objext \
13854 conftest
$ac_exeext conftest.
$ac_ext
13855 LIBS
=$ac_check_soname_save_LIBS
13857 if ${ac_cv_lib_soname_v4l2:+false} :; then :
13858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13859 $as_echo "not found" >&6; }
13862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l2" >&5
13863 $as_echo "$ac_cv_lib_soname_v4l2" >&6; }
13865 cat >>confdefs.h
<<_ACEOF
13866 #define SONAME_LIBV4L2 "$ac_cv_lib_soname_v4l2"
13872 if test "x$ac_cv_lib_soname_v4l2" = "x"; then :
13873 case "x$with_v4l2" in
13874 x
) as_fn_append wine_notices
"|libv4l2 ${notice_platform}development files not found." ;;
13876 *) as_fn_error $?
"libv4l2 ${notice_platform}development files not found.
13877 This is an error since --with-v4l2 was requested." "$LINENO" 5 ;;
13882 if test "x$with_gphoto" != "xno"
13884 if ${GPHOTO2_CFLAGS:+false} :; then :
13885 if ${PKG_CONFIG+:} false
; then :
13886 GPHOTO2_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2 2>/dev/null`
13889 test "$cross_compiling" = yes || GPHOTO2_CFLAGS
=${GPHOTO2_CFLAGS:-`${GPHOTO2_CONFIG:-gphoto2-config} --cflags 2>/dev/null`}
13890 if ${GPHOTO2_LIBS:+false} :; then :
13891 if ${PKG_CONFIG+:} false
; then :
13892 GPHOTO2_LIBS
=`$PKG_CONFIG --libs libgphoto2 2>/dev/null`
13895 test "$cross_compiling" = yes || GPHOTO2_LIBS
=${GPHOTO2_LIBS:-`${GPHOTO2_CONFIG:-gphoto2-config} --libs 2>/dev/null`}
13896 GPHOTO2_LIBS
=${GPHOTO2_LIBS:-"-lgphoto2"}
13897 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 cflags: $GPHOTO2_CFLAGS" >&5
13898 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 libs: $GPHOTO2_LIBS" >&5
13899 ac_save_CPPFLAGS
=$CPPFLAGS
13900 CPPFLAGS
="$CPPFLAGS $GPHOTO2_CFLAGS"
13901 ac_fn_c_check_header_mongrel
"$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
13902 if test "x$ac_cv_header_gphoto2_camera_h" = xyes
; then :
13903 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
13904 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
13905 if ${ac_cv_lib_gphoto2_gp_camera_new+:} false
; then :
13906 $as_echo_n "(cached) " >&6
13908 ac_check_lib_save_LIBS
=$LIBS
13909 LIBS
="-lgphoto2 $GPHOTO2_LIBS $LIBS"
13910 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13911 /* end confdefs.h. */
13913 /* Override any GCC internal prototype to avoid an error.
13914 Use char because int might match the return type of a GCC
13915 builtin and then its argument prototype would still apply. */
13919 char gp_camera_new ();
13923 return gp_camera_new ();
13928 if ac_fn_c_try_link
"$LINENO"; then :
13929 ac_cv_lib_gphoto2_gp_camera_new
=yes
13931 ac_cv_lib_gphoto2_gp_camera_new
=no
13933 rm -f core conftest.err conftest.
$ac_objext \
13934 conftest
$ac_exeext conftest.
$ac_ext
13935 LIBS
=$ac_check_lib_save_LIBS
13937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
13938 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
13939 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = xyes
; then :
13941 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
13944 GPHOTO2_LIBS
=""; GPHOTO2_CFLAGS
=""
13948 GPHOTO2_LIBS
=""; GPHOTO2_CFLAGS
=""
13952 CPPFLAGS
=$ac_save_CPPFLAGS
13954 if ${GPHOTO2_PORT_CFLAGS:+false} :; then :
13955 if ${PKG_CONFIG+:} false
; then :
13956 GPHOTO2_PORT_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2_port 2>/dev/null`
13959 test "$cross_compiling" = yes || GPHOTO2_PORT_CFLAGS
=${GPHOTO2_PORT_CFLAGS:-`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --cflags 2>/dev/null`}
13960 if ${GPHOTO2_PORT_LIBS:+false} :; then :
13961 if ${PKG_CONFIG+:} false
; then :
13962 GPHOTO2_PORT_LIBS
=`$PKG_CONFIG --libs libgphoto2_port 2>/dev/null`
13965 test "$cross_compiling" = yes || GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --libs 2>/dev/null`}
13966 GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-"-lgphoto2_port"}
13967 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port cflags: $GPHOTO2_PORT_CFLAGS" >&5
13968 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port libs: $GPHOTO2_PORT_LIBS" >&5
13969 ac_save_CPPFLAGS
=$CPPFLAGS
13970 CPPFLAGS
="$CPPFLAGS $GPHOTO2_PORT_CFLAGS"
13971 ac_fn_c_check_header_mongrel
"$LINENO" "gphoto2-port.h" "ac_cv_header_gphoto2_port_h" "$ac_includes_default"
13972 if test "x$ac_cv_header_gphoto2_port_h" = xyes
; then :
13973 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_port_info_list_new in -lgphoto2_port" >&5
13974 $as_echo_n "checking for gp_port_info_list_new in -lgphoto2_port... " >&6; }
13975 if ${ac_cv_lib_gphoto2_port_gp_port_info_list_new+:} false
; then :
13976 $as_echo_n "(cached) " >&6
13978 ac_check_lib_save_LIBS
=$LIBS
13979 LIBS
="-lgphoto2_port $GPHOTO2_PORT_LIBS $LIBS"
13980 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13981 /* end confdefs.h. */
13983 /* Override any GCC internal prototype to avoid an error.
13984 Use char because int might match the return type of a GCC
13985 builtin and then its argument prototype would still apply. */
13989 char gp_port_info_list_new ();
13993 return gp_port_info_list_new ();
13998 if ac_fn_c_try_link
"$LINENO"; then :
13999 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=yes
14001 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=no
14003 rm -f core conftest.err conftest.
$ac_objext \
14004 conftest
$ac_exeext conftest.
$ac_ext
14005 LIBS
=$ac_check_lib_save_LIBS
14007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&5
14008 $as_echo "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&6; }
14009 if test "x$ac_cv_lib_gphoto2_port_gp_port_info_list_new" = xyes
; then :
14011 $as_echo "#define HAVE_GPHOTO2_PORT 1" >>confdefs.h
14014 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
14018 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
14022 CPPFLAGS
=$ac_save_CPPFLAGS
14025 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
14026 case "x$with_gphoto" in
14027 x
) as_fn_append wine_notices
"|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14029 *) as_fn_error $?
"libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14030 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
14034 if test "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" != "yes"; then :
14035 case "x$with_gphoto" in
14036 x
) as_fn_append wine_notices
"|libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected." ;;
14038 *) as_fn_error $?
"libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected.
14039 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
14045 if test "$ac_cv_header_resolv_h" = "yes"
14047 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for resolver library" >&5
14048 $as_echo_n "checking for resolver library... " >&6; }
14049 if ${ac_cv_have_resolv+:} false
; then :
14050 $as_echo_n "(cached) " >&6
14052 ac_save_LIBS
="$LIBS"
14053 for lib
in '' -lresolv
14055 LIBS
="$lib $ac_save_LIBS"
14056 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14057 /* end confdefs.h. */
14058 #ifdef HAVE_NETINET_IN_H
14059 #include <netinet/in.h>
14061 #include <resolv.h>
14065 if (!(_res.options & RES_INIT)) res_init(); res_query("foo",ns_c_in,0,0,0)
14070 if ac_fn_c_try_link
"$LINENO"; then :
14071 ac_cv_have_resolv
=${lib:-"none required"}
14073 ac_cv_have_resolv
="not found"
14075 rm -f core conftest.err conftest.
$ac_objext \
14076 conftest
$ac_exeext conftest.
$ac_ext
14077 test "x$ac_cv_have_resolv" = "xnot found" ||
break
14079 LIBS
="$ac_save_LIBS"
14081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_resolv" >&5
14082 $as_echo "$ac_cv_have_resolv" >&6; }
14084 case "$ac_cv_have_resolv" in
14088 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
14091 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
14093 RESOLV_LIBS
=$ac_cv_have_resolv
14097 if test "x$ac_cv_have_resolv" != "xnot found"
14099 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for res_getservers" >&5
14100 $as_echo_n "checking for res_getservers... " >&6; }
14101 if ${ac_cv_have_res_getservers+:} false
; then :
14102 $as_echo_n "(cached) " >&6
14104 ac_save_LIBS
="$LIBS"
14105 LIBS
="$RESOLV_LIBS $LIBS"
14106 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14107 /* end confdefs.h. */
14108 #include <resolv.h>
14112 res_getservers(NULL, NULL, 0);
14117 if ac_fn_c_try_link
"$LINENO"; then :
14118 ac_cv_have_res_getservers
=yes
14120 ac_cv_have_res_getservers
=no
14122 rm -f core conftest.err conftest.
$ac_objext \
14123 conftest
$ac_exeext conftest.
$ac_ext
14124 LIBS
="$ac_save_LIBS"
14126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_res_getservers" >&5
14127 $as_echo "$ac_cv_have_res_getservers" >&6; }
14128 if test "$ac_cv_have_res_getservers" = "yes"
14131 $as_echo "#define HAVE_RES_GETSERVERS 1" >>confdefs.h
14137 if test "x$with_cms" != "xno"
14139 if ${LCMS2_CFLAGS:+false} :; then :
14140 if ${PKG_CONFIG+:} false
; then :
14141 LCMS2_CFLAGS
=`$PKG_CONFIG --cflags lcms2 2>/dev/null`
14145 if ${LCMS2_LIBS:+false} :; then :
14146 if ${PKG_CONFIG+:} false
; then :
14147 LCMS2_LIBS
=`$PKG_CONFIG --libs lcms2 2>/dev/null`
14151 LCMS2_LIBS
=${LCMS2_LIBS:-"-llcms2"}
14152 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 cflags: $LCMS2_CFLAGS" >&5
14153 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 libs: $LCMS2_LIBS" >&5
14154 ac_save_CPPFLAGS
=$CPPFLAGS
14155 CPPFLAGS
="$CPPFLAGS $LCMS2_CFLAGS"
14156 for ac_header
in lcms2.h
14158 ac_fn_c_check_header_mongrel
"$LINENO" "lcms2.h" "ac_cv_header_lcms2_h" "$ac_includes_default"
14159 if test "x$ac_cv_header_lcms2_h" = xyes
; then :
14160 cat >>confdefs.h
<<_ACEOF
14161 #define HAVE_LCMS2_H 1
14168 if test "$ac_cv_header_lcms2_h" = "yes"
14170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms2" >&5
14171 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms2... " >&6; }
14172 if ${ac_cv_lib_lcms2_cmsOpenProfileFromFile+:} false
; then :
14173 $as_echo_n "(cached) " >&6
14175 ac_check_lib_save_LIBS
=$LIBS
14176 LIBS
="-llcms2 $LCMS2_LIBS $LIBS"
14177 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14178 /* end confdefs.h. */
14180 /* Override any GCC internal prototype to avoid an error.
14181 Use char because int might match the return type of a GCC
14182 builtin and then its argument prototype would still apply. */
14186 char cmsOpenProfileFromFile ();
14190 return cmsOpenProfileFromFile ();
14195 if ac_fn_c_try_link
"$LINENO"; then :
14196 ac_cv_lib_lcms2_cmsOpenProfileFromFile
=yes
14198 ac_cv_lib_lcms2_cmsOpenProfileFromFile
=no
14200 rm -f core conftest.err conftest.
$ac_objext \
14201 conftest
$ac_exeext conftest.
$ac_ext
14202 LIBS
=$ac_check_lib_save_LIBS
14204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&5
14205 $as_echo "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&6; }
14206 if test "x$ac_cv_lib_lcms2_cmsOpenProfileFromFile" = xyes
; then :
14208 $as_echo "#define HAVE_LCMS2 1" >>confdefs.h
14218 CPPFLAGS
=$ac_save_CPPFLAGS
14221 if test "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" != "yes"; then :
14222 case "x$with_cms" in
14223 x
) as_fn_append wine_notices
"|liblcms2 ${notice_platform}development files not found, Color Management won't be supported." ;;
14225 *) as_fn_error $?
"liblcms2 ${notice_platform}development files not found, Color Management won't be supported.
14226 This is an error since --with-cms was requested." "$LINENO" 5 ;;
14231 if test "x$with_freetype" != "xno"
14233 if ${FREETYPE_CFLAGS:+false} :; then :
14234 if ${PKG_CONFIG+:} false
; then :
14235 FREETYPE_CFLAGS
=`$PKG_CONFIG --cflags freetype2 2>/dev/null`
14238 test "$cross_compiling" = yes || FREETYPE_CFLAGS
=${FREETYPE_CFLAGS:-`(${FREETYPE_CONFIG:-freetype-config} --cflags || ${FREETYPE2_CONFIG:-freetype2-config} --cflags) 2>/dev/null`}
14239 if ${FREETYPE_LIBS:+false} :; then :
14240 if ${PKG_CONFIG+:} false
; then :
14241 FREETYPE_LIBS
=`$PKG_CONFIG --libs freetype2 2>/dev/null`
14244 test "$cross_compiling" = yes || FREETYPE_LIBS
=${FREETYPE_LIBS:-`(${FREETYPE_CONFIG:-freetype-config} --libs || ${FREETYPE2_CONFIG:-freetype2-config} --libs) 2>/dev/null`}
14245 FREETYPE_LIBS
=${FREETYPE_LIBS:-"-lfreetype"}
14246 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 cflags: $FREETYPE_CFLAGS" >&5
14247 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 libs: $FREETYPE_LIBS" >&5
14248 ac_save_CPPFLAGS
=$CPPFLAGS
14249 CPPFLAGS
="$CPPFLAGS $FREETYPE_CFLAGS"
14250 for ac_header
in ft2build.h
14252 ac_fn_c_check_header_mongrel
"$LINENO" "ft2build.h" "ac_cv_header_ft2build_h" "$ac_includes_default"
14253 if test "x$ac_cv_header_ft2build_h" = xyes
; then :
14254 cat >>confdefs.h
<<_ACEOF
14255 #define HAVE_FT2BUILD_H 1
14262 if test "$ac_cv_header_ft2build_h" = "yes"
14264 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
14265 $as_echo_n "checking for -lfreetype... " >&6; }
14266 if ${ac_cv_lib_soname_freetype+:} false
; then :
14267 $as_echo_n "(cached) " >&6
14269 ac_check_soname_save_LIBS
=$LIBS
14270 LIBS
="-lfreetype $FREETYPE_LIBS $LIBS"
14271 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14272 /* end confdefs.h. */
14274 /* Override any GCC internal prototype to avoid an error.
14275 Use char because int might match the return type of a GCC
14276 builtin and then its argument prototype would still apply. */
14280 char FT_Init_FreeType ();
14284 return FT_Init_FreeType ();
14289 if ac_fn_c_try_link
"$LINENO"; then :
14291 dll
) ac_cv_lib_soname_freetype
=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14292 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'` ;;
14293 *) ac_cv_lib_soname_freetype
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfreetype\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfreetype\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14294 if ${ac_cv_lib_soname_freetype:+false} :; then :
14295 ac_cv_lib_soname_freetype
=`$LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14299 ac_cv_lib_soname_freetype
=
14301 rm -f core conftest.err conftest.
$ac_objext \
14302 conftest
$ac_exeext conftest.
$ac_ext
14303 LIBS
=$ac_check_soname_save_LIBS
14305 if ${ac_cv_lib_soname_freetype:+false} :; then :
14306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14307 $as_echo "not found" >&6; }
14310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
14311 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
14313 cat >>confdefs.h
<<_ACEOF
14314 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14318 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
14320 ac_fn_c_check_type
"$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <ft2build.h>
14321 #include FT_MODULE_H
14323 if test "x$ac_cv_type_FT_TrueTypeEngineType" = xyes
; then :
14325 cat >>confdefs.h
<<_ACEOF
14326 #define HAVE_FT_TRUETYPEENGINETYPE 1
14337 CPPFLAGS
=$ac_save_CPPFLAGS
14340 if test "x$ac_cv_lib_soname_freetype" = x
; then :
14341 case "x$with_freetype" in
14343 *) as_fn_error $?
"FreeType ${notice_platform}development files not found. Fonts will not be built.
14344 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
14346 enable_fonts
=${enable_fonts:-no}
14349 ac_wine_check_funcs_save_LIBS
="$LIBS"
14350 LIBS
="$LIBS $PTHREAD_LIBS"
14352 pthread_getthreadid_np
14354 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14355 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
14356 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
14357 cat >>confdefs.h
<<_ACEOF
14358 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14364 LIBS
="$ac_wine_check_funcs_save_LIBS"
14366 if test "x$enable_tools" != xno
-a "x$with_gettextpo" = xyes
14368 if test "$ac_cv_header_gettext_po_h" = "yes"
14370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for po_message_msgctxt in -lgettextpo" >&5
14371 $as_echo_n "checking for po_message_msgctxt in -lgettextpo... " >&6; }
14372 if ${ac_cv_lib_gettextpo_po_message_msgctxt+:} false
; then :
14373 $as_echo_n "(cached) " >&6
14375 ac_check_lib_save_LIBS
=$LIBS
14376 LIBS
="-lgettextpo $LIBS"
14377 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14378 /* end confdefs.h. */
14380 /* Override any GCC internal prototype to avoid an error.
14381 Use char because int might match the return type of a GCC
14382 builtin and then its argument prototype would still apply. */
14386 char po_message_msgctxt ();
14390 return po_message_msgctxt ();
14395 if ac_fn_c_try_link
"$LINENO"; then :
14396 ac_cv_lib_gettextpo_po_message_msgctxt
=yes
14398 ac_cv_lib_gettextpo_po_message_msgctxt
=no
14400 rm -f core conftest.err conftest.
$ac_objext \
14401 conftest
$ac_exeext conftest.
$ac_ext
14402 LIBS
=$ac_check_lib_save_LIBS
14404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gettextpo_po_message_msgctxt" >&5
14405 $as_echo "$ac_cv_lib_gettextpo_po_message_msgctxt" >&6; }
14406 if test "x$ac_cv_lib_gettextpo_po_message_msgctxt" = xyes
; then :
14408 $as_echo "#define HAVE_LIBGETTEXTPO 1" >>confdefs.h
14410 GETTEXTPO_LIBS
="-lgettextpo"
14415 if test "x$GETTEXTPO_LIBS" = "x"; then :
14416 case "x$with_gettextpo" in
14417 x
) as_fn_append wine_notices
"|GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt." ;;
14419 *) as_fn_error $?
"GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt.
14420 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
14424 if test "$srcdir" != .
; then :
14425 case "x$with_gettextpo" in
14426 x
) as_fn_append wine_notices
"|Rebuilding po files is not supported for out of tree builds." ;;
14428 *) as_fn_error $?
"Rebuilding po files is not supported for out of tree builds.
14429 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
14435 if test "x$with_pulse" != "xno";
14437 if ${PULSE_CFLAGS:+false} :; then :
14438 if ${PKG_CONFIG+:} false
; then :
14439 PULSE_CFLAGS
=`$PKG_CONFIG --cflags libpulse 2>/dev/null`
14443 if ${PULSE_LIBS:+false} :; then :
14444 if ${PKG_CONFIG+:} false
; then :
14445 PULSE_LIBS
=`$PKG_CONFIG --libs libpulse 2>/dev/null`
14450 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse cflags: $PULSE_CFLAGS" >&5
14451 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse libs: $PULSE_LIBS" >&5
14452 ac_save_CPPFLAGS
=$CPPFLAGS
14453 CPPFLAGS
="$CPPFLAGS $PULSE_CFLAGS"
14454 for ac_header
in pulse
/pulseaudio.h
14456 ac_fn_c_check_header_mongrel
"$LINENO" "pulse/pulseaudio.h" "ac_cv_header_pulse_pulseaudio_h" "$ac_includes_default"
14457 if test "x$ac_cv_header_pulse_pulseaudio_h" = xyes
; then :
14458 cat >>confdefs.h
<<_ACEOF
14459 #define HAVE_PULSE_PULSEAUDIO_H 1
14461 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pa_stream_is_corked in -lpulse" >&5
14462 $as_echo_n "checking for pa_stream_is_corked in -lpulse... " >&6; }
14463 if ${ac_cv_lib_pulse_pa_stream_is_corked+:} false
; then :
14464 $as_echo_n "(cached) " >&6
14466 ac_check_lib_save_LIBS
=$LIBS
14467 LIBS
="-lpulse $PULSE_LIBS $LIBS"
14468 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14469 /* end confdefs.h. */
14471 /* Override any GCC internal prototype to avoid an error.
14472 Use char because int might match the return type of a GCC
14473 builtin and then its argument prototype would still apply. */
14477 char pa_stream_is_corked ();
14481 return pa_stream_is_corked ();
14486 if ac_fn_c_try_link
"$LINENO"; then :
14487 ac_cv_lib_pulse_pa_stream_is_corked
=yes
14489 ac_cv_lib_pulse_pa_stream_is_corked
=no
14491 rm -f core conftest.err conftest.
$ac_objext \
14492 conftest
$ac_exeext conftest.
$ac_ext
14493 LIBS
=$ac_check_lib_save_LIBS
14495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pulse_pa_stream_is_corked" >&5
14496 $as_echo "$ac_cv_lib_pulse_pa_stream_is_corked" >&6; }
14497 if test "x$ac_cv_lib_pulse_pa_stream_is_corked" = xyes
; then :
14509 CPPFLAGS
=$ac_save_CPPFLAGS
14512 if test -z "$PULSE_LIBS"; then :
14513 case "x$with_pulse" in
14514 x
) as_fn_append wine_notices
"|libpulse ${notice_platform}development files not found or too old, Pulse won't be supported." ;;
14516 *) as_fn_error $?
"libpulse ${notice_platform}development files not found or too old, Pulse won't be supported.
14517 This is an error since --with-pulse was requested." "$LINENO" 5 ;;
14519 enable_winepulse_drv
=${enable_winepulse_drv:-no}
14522 if test "x$with_gstreamer" != "xno"
14524 if ${GSTREAMER_CFLAGS:+false} :; then :
14525 if ${PKG_CONFIG+:} false
; then :
14526 GSTREAMER_CFLAGS
=`$PKG_CONFIG --cflags gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 2>/dev/null`
14530 if ${GSTREAMER_LIBS:+false} :; then :
14531 if ${PKG_CONFIG+:} false
; then :
14532 GSTREAMER_LIBS
=`$PKG_CONFIG --libs gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 2>/dev/null`
14537 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 cflags: $GSTREAMER_CFLAGS" >&5
14538 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 libs: $GSTREAMER_LIBS" >&5
14539 ac_save_CPPFLAGS
=$CPPFLAGS
14540 CPPFLAGS
="$CPPFLAGS $GSTREAMER_CFLAGS"
14542 for i
in $GSTREAMER_CFLAGS
14545 -I*) ac_gst_incl
="$ac_gst_incl $i";;
14548 GSTREAMER_CFLAGS
=$ac_gst_incl
14549 CPPFLAGS
="$ac_save_CPPFLAGS $GSTREAMER_CFLAGS"
14550 ac_fn_c_check_header_mongrel
"$LINENO" "gst/gst.h" "ac_cv_header_gst_gst_h" "$ac_includes_default"
14551 if test "x$ac_cv_header_gst_gst_h" = xyes
; then :
14552 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gint64 defined by gst/gst.h is indeed 64-bit" >&5
14553 $as_echo_n "checking whether gint64 defined by gst/gst.h is indeed 64-bit... " >&6; }
14554 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14555 /* end confdefs.h. */
14556 #include <gst/gst.h>
14560 static int a[sizeof(gint64) > 4 ? 1 : -1]; if (a[0]) return 0;
14565 if ac_fn_c_try_compile
"$LINENO"; then :
14566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14567 $as_echo "yes" >&6; }
14568 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_pad_new in -lgstreamer-1.0" >&5
14569 $as_echo_n "checking for gst_pad_new in -lgstreamer-1.0... " >&6; }
14570 if ${ac_cv_lib_gstreamer_1_0_gst_pad_new+:} false
; then :
14571 $as_echo_n "(cached) " >&6
14573 ac_check_lib_save_LIBS
=$LIBS
14574 LIBS
="-lgstreamer-1.0 $GSTREAMER_LIBS $LIBS"
14575 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14576 /* end confdefs.h. */
14578 /* Override any GCC internal prototype to avoid an error.
14579 Use char because int might match the return type of a GCC
14580 builtin and then its argument prototype would still apply. */
14584 char gst_pad_new ();
14588 return gst_pad_new ();
14593 if ac_fn_c_try_link
"$LINENO"; then :
14594 ac_cv_lib_gstreamer_1_0_gst_pad_new
=yes
14596 ac_cv_lib_gstreamer_1_0_gst_pad_new
=no
14598 rm -f core conftest.err conftest.
$ac_objext \
14599 conftest
$ac_exeext conftest.
$ac_ext
14600 LIBS
=$ac_check_lib_save_LIBS
14602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstreamer_1_0_gst_pad_new" >&5
14603 $as_echo "$ac_cv_lib_gstreamer_1_0_gst_pad_new" >&6; }
14604 if test "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" = xyes
; then :
14609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14610 $as_echo "no" >&6; }
14611 ac_glib2_broken
=yes
14612 as_fn_append wine_notices
"|glib-2.0 pkgconfig configuration is for the wrong architecture, winegstreamer won't be built."
14614 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14618 CPPFLAGS
=$ac_save_CPPFLAGS
14621 if test "x$ac_glib2_broken" != xyes
-a "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" != xyes
-a "x$ac_cv_header_QuickTime_ImageCompression_h" != xyes
; then :
14622 case "x$with_gstreamer" in
14623 x
) as_fn_append wine_notices
"|gstreamer-1.0 base plugins ${notice_platform}development files not found, GStreamer won't be supported." ;;
14625 *) as_fn_error $?
"gstreamer-1.0 base plugins ${notice_platform}development files not found, GStreamer won't be supported.
14626 This is an error since --with-gstreamer was requested." "$LINENO" 5 ;;
14630 test "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" = xyes || enable_winegstreamer
=${enable_winegstreamer:-no}
14634 if test "x$with_alsa" != "xno"
14636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access_mask in -lasound" >&5
14637 $as_echo_n "checking for snd_pcm_hw_params_get_access_mask in -lasound... " >&6; }
14638 if ${ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask+:} false
; then :
14639 $as_echo_n "(cached) " >&6
14641 ac_check_lib_save_LIBS
=$LIBS
14642 LIBS
="-lasound $LIBS"
14643 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14644 /* end confdefs.h. */
14646 /* Override any GCC internal prototype to avoid an error.
14647 Use char because int might match the return type of a GCC
14648 builtin and then its argument prototype would still apply. */
14652 char snd_pcm_hw_params_get_access_mask ();
14656 return snd_pcm_hw_params_get_access_mask ();
14661 if ac_fn_c_try_link
"$LINENO"; then :
14662 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=yes
14664 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=no
14666 rm -f core conftest.err conftest.
$ac_objext \
14667 conftest
$ac_exeext conftest.
$ac_ext
14668 LIBS
=$ac_check_lib_save_LIBS
14670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&5
14671 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&6; }
14672 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" = xyes
; then :
14673 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14674 /* end confdefs.h. */
14675 #include <alsa/asoundlib.h>
14679 snd_pcm_hw_params_get_access_mask(NULL, NULL)
14684 if ac_fn_c_try_compile
"$LINENO"; then :
14685 ALSA_LIBS
="-lasound"
14687 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14691 test -n "$ALSA_LIBS" || enable_winealsa_drv
=${enable_winealsa_drv:-no}
14693 if test "x$with_oss" != xno
14695 ac_save_CPPFLAGS
="$CPPFLAGS"
14696 if test -f /etc
/oss.conf
14700 ac_oss_incl
="-I${OSSLIBDIR:-/usr/lib/oss}/include"
14701 CPPFLAGS
="$CPPFLAGS $ac_oss_incl"
14702 ac_fn_c_check_header_mongrel
"$LINENO" "sys/soundcard.h" "ac_cv_header_sys_soundcard_h" "$ac_includes_default"
14703 if test "x$ac_cv_header_sys_soundcard_h" = xyes
; then :
14704 ac_fn_c_check_member
"$LINENO" "oss_sysinfo" "numaudioengines" "ac_cv_member_oss_sysinfo_numaudioengines" "#include <sys/soundcard.h>
14706 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes
; then :
14708 cat >>confdefs.h
<<_ACEOF
14709 #define HAVE_OSS_SYSINFO_NUMAUDIOENGINES 1
14712 OSS4_CFLAGS
="$ac_oss_incl"
14714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
14715 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
14716 if ${ac_cv_lib_ossaudio__oss_ioctl+:} false
; then :
14717 $as_echo_n "(cached) " >&6
14719 ac_check_lib_save_LIBS
=$LIBS
14720 LIBS
="-lossaudio $LIBS"
14721 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14722 /* end confdefs.h. */
14724 /* Override any GCC internal prototype to avoid an error.
14725 Use char because int might match the return type of a GCC
14726 builtin and then its argument prototype would still apply. */
14730 char _oss_ioctl ();
14734 return _oss_ioctl ();
14739 if ac_fn_c_try_link
"$LINENO"; then :
14740 ac_cv_lib_ossaudio__oss_ioctl
=yes
14742 ac_cv_lib_ossaudio__oss_ioctl
=no
14744 rm -f core conftest.err conftest.
$ac_objext \
14745 conftest
$ac_exeext conftest.
$ac_ext
14746 LIBS
=$ac_check_lib_save_LIBS
14748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
14749 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
14750 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes
; then :
14751 OSS4_LIBS
="-lossaudio"
14760 CPPFLAGS
="$ac_save_CPPFLAGS"
14762 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
; then :
14763 case "x$with_oss" in
14764 x
) as_fn_append wine_notices
"|OSS sound system found but too old (OSSv4 needed), OSS won't be supported." ;;
14766 *) as_fn_error $?
"OSS sound system found but too old (OSSv4 needed), OSS won't be supported.
14767 This is an error since --with-oss was requested." "$LINENO" 5 ;;
14769 enable_wineoss_drv
=${enable_wineoss_drv:-no}
14772 if test "x$with_udev" != "xno"
14774 if ${UDEV_CFLAGS:+false} :; then :
14775 if ${PKG_CONFIG+:} false
; then :
14776 UDEV_CFLAGS
=`$PKG_CONFIG --cflags libudev 2>/dev/null`
14780 if ${UDEV_LIBS:+false} :; then :
14781 if ${PKG_CONFIG+:} false
; then :
14782 UDEV_LIBS
=`$PKG_CONFIG --libs libudev 2>/dev/null`
14786 UDEV_LIBS
=${UDEV_LIBS:-"-ludev"}
14787 $as_echo "$as_me:${as_lineno-$LINENO}: libudev cflags: $UDEV_CFLAGS" >&5
14788 $as_echo "$as_me:${as_lineno-$LINENO}: libudev libs: $UDEV_LIBS" >&5
14789 ac_save_CPPFLAGS
=$CPPFLAGS
14790 CPPFLAGS
="$CPPFLAGS $UDEV_CFLAGS"
14791 for ac_header
in libudev.h
14793 ac_fn_c_check_header_mongrel
"$LINENO" "libudev.h" "ac_cv_header_libudev_h" "$ac_includes_default"
14794 if test "x$ac_cv_header_libudev_h" = xyes
; then :
14795 cat >>confdefs.h
<<_ACEOF
14796 #define HAVE_LIBUDEV_H 1
14798 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for udev_new in -ludev" >&5
14799 $as_echo_n "checking for udev_new in -ludev... " >&6; }
14800 if ${ac_cv_lib_udev_udev_new+:} false
; then :
14801 $as_echo_n "(cached) " >&6
14803 ac_check_lib_save_LIBS
=$LIBS
14804 LIBS
="-ludev $UDEV_LIBS $LIBS"
14805 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14806 /* end confdefs.h. */
14808 /* Override any GCC internal prototype to avoid an error.
14809 Use char because int might match the return type of a GCC
14810 builtin and then its argument prototype would still apply. */
14818 return udev_new ();
14823 if ac_fn_c_try_link
"$LINENO"; then :
14824 ac_cv_lib_udev_udev_new
=yes
14826 ac_cv_lib_udev_udev_new
=no
14828 rm -f core conftest.err conftest.
$ac_objext \
14829 conftest
$ac_exeext conftest.
$ac_ext
14830 LIBS
=$ac_check_lib_save_LIBS
14832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_udev_udev_new" >&5
14833 $as_echo "$ac_cv_lib_udev_udev_new" >&6; }
14834 if test "x$ac_cv_lib_udev_udev_new" = xyes
; then :
14836 $as_echo "#define HAVE_UDEV 1" >>confdefs.h
14848 CPPFLAGS
=$ac_save_CPPFLAGS
14851 if test "x$UDEV_LIBS" = "x"; then :
14852 case "x$with_udev" in
14853 x
) as_fn_append wine_notices
"|libudev ${notice_platform}development files not found, plug and play won't be supported." ;;
14855 *) as_fn_error $?
"libudev ${notice_platform}development files not found, plug and play won't be supported.
14856 This is an error since --with-udev was requested." "$LINENO" 5 ;;
14861 if test "x$with_unwind" != xno
14863 if ${UNWIND_CFLAGS:+false} :; then :
14864 if ${PKG_CONFIG+:} false
; then :
14865 UNWIND_CFLAGS
=`$PKG_CONFIG --cflags libunwind 2>/dev/null`
14869 if ${UNWIND_LIBS:+false} :; then :
14870 if ${PKG_CONFIG+:} false
; then :
14871 UNWIND_LIBS
=`$PKG_CONFIG --libs libunwind 2>/dev/null`
14875 UNWIND_LIBS
=${UNWIND_LIBS:-"-lunwind"}
14876 $as_echo "$as_me:${as_lineno-$LINENO}: libunwind cflags: $UNWIND_CFLAGS" >&5
14877 $as_echo "$as_me:${as_lineno-$LINENO}: libunwind libs: $UNWIND_LIBS" >&5
14878 ac_save_CPPFLAGS
=$CPPFLAGS
14879 CPPFLAGS
="$CPPFLAGS $UNWIND_CFLAGS"
14880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for unw_step" >&5
14881 $as_echo_n "checking for unw_step... " >&6; }
14882 if ${wine_cv_have_unw_step+:} false
; then :
14883 $as_echo_n "(cached) " >&6
14885 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14886 /* end confdefs.h. */
14887 #define UNW_LOCAL_ONLY
14888 #include <libunwind.h>
14892 unw_cursor_t cursor; unw_step( &cursor );
14897 if ac_fn_c_try_link
"$LINENO"; then :
14898 wine_cv_have_unw_step
="yes"
14900 wine_cv_have_unw_step
="no"
14902 rm -f core conftest.err conftest.
$ac_objext \
14903 conftest
$ac_exeext conftest.
$ac_ext
14905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_unw_step" >&5
14906 $as_echo "$wine_cv_have_unw_step" >&6; }
14907 if test "$wine_cv_have_unw_step" = no
-a -n "$UNWIND_LIBS"
14910 UNWIND_LIBS
="-static-libgcc $UNWIND_LIBS"
14911 LIBS
="$UNWIND_LIBS $LIBS"
14912 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for unw_step in libunwind" >&5
14913 $as_echo_n "checking for unw_step in libunwind... " >&6; }
14914 if ${wine_cv_have_libunwind_unw_step+:} false
; then :
14915 $as_echo_n "(cached) " >&6
14917 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14918 /* end confdefs.h. */
14919 #define UNW_LOCAL_ONLY
14920 #include <libunwind.h>
14924 unw_cursor_t cursor; unw_step( &cursor );
14929 if ac_fn_c_try_link
"$LINENO"; then :
14930 wine_cv_have_libunwind_unw_step
="yes"
14932 wine_cv_have_libunwind_unw_step
="no"
14934 rm -f core conftest.err conftest.
$ac_objext \
14935 conftest
$ac_exeext conftest.
$ac_ext
14937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_libunwind_unw_step" >&5
14938 $as_echo "$wine_cv_have_libunwind_unw_step" >&6; }
14941 test "$wine_cv_have_libunwind_unw_step" = yes || UNWIND_LIBS
=""
14942 if test "x$wine_cv_have_unw_step$wine_cv_have_libunwind_unw_step" != xnono
14945 $as_echo "#define HAVE_LIBUNWIND 1" >>confdefs.h
14948 CPPFLAGS
=$ac_save_CPPFLAGS
14952 aarch64
*|
*-darwin*)
14953 if test "x$wine_cv_have_unw_step$wine_cv_have_libunwind_unw_step" = xnono
; then :
14954 case "x$with_unwind" in
14955 x
) as_fn_append wine_notices
"|libunwind ${notice_platform}development files not found, stack unwinding won't work." ;;
14957 *) as_fn_error $?
"libunwind ${notice_platform}development files not found, stack unwinding won't work.
14958 This is an error since --with-unwind was requested." "$LINENO" 5 ;;
14964 if test "x$with_sdl" != "xno"
14966 if ${SDL2_CFLAGS:+false} :; then :
14967 if ${PKG_CONFIG+:} false
; then :
14968 SDL2_CFLAGS
=`$PKG_CONFIG --cflags sdl2 2>/dev/null`
14972 if ${SDL2_LIBS:+false} :; then :
14973 if ${PKG_CONFIG+:} false
; then :
14974 SDL2_LIBS
=`$PKG_CONFIG --libs sdl2 2>/dev/null`
14978 SDL2_LIBS
=${SDL2_LIBS:-"-lSDL2"}
14979 $as_echo "$as_me:${as_lineno-$LINENO}: sdl2 cflags: $SDL2_CFLAGS" >&5
14980 $as_echo "$as_me:${as_lineno-$LINENO}: sdl2 libs: $SDL2_LIBS" >&5
14981 ac_save_CPPFLAGS
=$CPPFLAGS
14982 CPPFLAGS
="$CPPFLAGS $SDL2_CFLAGS"
14983 for ac_header
in SDL.h
14985 ac_fn_c_check_header_mongrel
"$LINENO" "SDL.h" "ac_cv_header_SDL_h" "$ac_includes_default"
14986 if test "x$ac_cv_header_SDL_h" = xyes
; then :
14987 cat >>confdefs.h
<<_ACEOF
14988 #define HAVE_SDL_H 1
14990 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lSDL2" >&5
14991 $as_echo_n "checking for -lSDL2... " >&6; }
14992 if ${ac_cv_lib_soname_SDL2+:} false
; then :
14993 $as_echo_n "(cached) " >&6
14995 ac_check_soname_save_LIBS
=$LIBS
14996 LIBS
="-lSDL2 $SDL2_LIBS $LIBS"
14997 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14998 /* end confdefs.h. */
15000 /* Override any GCC internal prototype to avoid an error.
15001 Use char because int might match the return type of a GCC
15002 builtin and then its argument prototype would still apply. */
15010 return SDL_Init ();
15015 if ac_fn_c_try_link
"$LINENO"; then :
15017 dll
) ac_cv_lib_soname_SDL2
=`$ac_cv_path_LDD conftest.exe | grep "SDL2" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15018 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'` ;;
15019 *) 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'`
15020 if ${ac_cv_lib_soname_SDL2:+false} :; then :
15021 ac_cv_lib_soname_SDL2
=`$LDD conftest$ac_exeext | grep "libSDL2-2.0*\\.$LIBEXT" | sed -e "s/^.*\(libSDL2-2.0*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15025 ac_cv_lib_soname_SDL2
=
15027 rm -f core conftest.err conftest.
$ac_objext \
15028 conftest
$ac_exeext conftest.
$ac_ext
15029 LIBS
=$ac_check_soname_save_LIBS
15031 if ${ac_cv_lib_soname_SDL2:+false} :; then :
15032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15033 $as_echo "not found" >&6; }
15036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_SDL2" >&5
15037 $as_echo "$ac_cv_lib_soname_SDL2" >&6; }
15039 cat >>confdefs.h
<<_ACEOF
15040 #define SONAME_LIBSDL2 "$ac_cv_lib_soname_SDL2"
15049 CPPFLAGS
=$ac_save_CPPFLAGS
15052 if test "x$ac_cv_lib_soname_SDL2" = "x"; then :
15053 case "x$with_sdl" in
15054 x
) as_fn_append wine_notices
"|libSDL2 ${notice_platform}development files not found, SDL2 won't be supported." ;;
15056 *) as_fn_error $?
"libSDL2 ${notice_platform}development files not found, SDL2 won't be supported.
15057 This is an error since --with-sdl was requested." "$LINENO" 5 ;;
15062 if test "x$with_faudio" != "xno"
15064 if ${FAUDIO_CFLAGS:+false} :; then :
15065 if ${PKG_CONFIG+:} false
; then :
15066 FAUDIO_CFLAGS
=`$PKG_CONFIG --cflags faudio 2>/dev/null`
15070 if ${FAUDIO_LIBS:+false} :; then :
15071 if ${PKG_CONFIG+:} false
; then :
15072 FAUDIO_LIBS
=`$PKG_CONFIG --libs faudio 2>/dev/null`
15076 FAUDIO_LIBS
=${FAUDIO_LIBS:-"-lFAudio"}
15077 $as_echo "$as_me:${as_lineno-$LINENO}: faudio cflags: $FAUDIO_CFLAGS" >&5
15078 $as_echo "$as_me:${as_lineno-$LINENO}: faudio libs: $FAUDIO_LIBS" >&5
15079 ac_save_CPPFLAGS
=$CPPFLAGS
15080 CPPFLAGS
="$CPPFLAGS $FAUDIO_CFLAGS"
15081 for ac_header
in FAudio.h
15083 ac_fn_c_check_header_mongrel
"$LINENO" "FAudio.h" "ac_cv_header_FAudio_h" "$ac_includes_default"
15084 if test "x$ac_cv_header_FAudio_h" = xyes
; then :
15085 cat >>confdefs.h
<<_ACEOF
15086 #define HAVE_FAUDIO_H 1
15088 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lFAudio" >&5
15089 $as_echo_n "checking for -lFAudio... " >&6; }
15090 if ${ac_cv_lib_soname_FAudio+:} false
; then :
15091 $as_echo_n "(cached) " >&6
15093 ac_check_soname_save_LIBS
=$LIBS
15094 LIBS
="-lFAudio $FAUDIO_LIBS $LIBS"
15095 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15096 /* end confdefs.h. */
15098 /* Override any GCC internal prototype to avoid an error.
15099 Use char because int might match the return type of a GCC
15100 builtin and then its argument prototype would still apply. */
15104 char FAudioCreate ();
15108 return FAudioCreate ();
15113 if ac_fn_c_try_link
"$LINENO"; then :
15115 dll
) ac_cv_lib_soname_FAudio
=`$ac_cv_path_LDD conftest.exe | grep "FAudio" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15116 dylib
) ac_cv_lib_soname_FAudio
=`$OTOOL -L conftest$ac_exeext | grep "libFAudio*\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libFAudio*\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
15117 *) ac_cv_lib_soname_FAudio
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libFAudio*\\.$LIBEXT" | sed -e "s/^.*\\[\\(libFAudio*\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15118 if ${ac_cv_lib_soname_FAudio:+false} :; then :
15119 ac_cv_lib_soname_FAudio
=`$LDD conftest$ac_exeext | grep "libFAudio*\\.$LIBEXT" | sed -e "s/^.*\(libFAudio*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15123 ac_cv_lib_soname_FAudio
=
15125 rm -f core conftest.err conftest.
$ac_objext \
15126 conftest
$ac_exeext conftest.
$ac_ext
15127 LIBS
=$ac_check_soname_save_LIBS
15129 if ${ac_cv_lib_soname_FAudio:+false} :; then :
15130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15131 $as_echo "not found" >&6; }
15134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_FAudio" >&5
15135 $as_echo "$ac_cv_lib_soname_FAudio" >&6; }
15137 cat >>confdefs.h
<<_ACEOF
15138 #define SONAME_LIBFAUDIO "$ac_cv_lib_soname_FAudio"
15147 ac_wine_check_funcs_save_LIBS
="$LIBS"
15148 LIBS
="$LIBS $FAUDIO_LIBS"
15149 for ac_func
in FAudio_CommitOperationSet \
15150 F3DAudioInitialize8 \
15151 FAudioLinkedVersion \
15152 FAudioCreateReverb9WithCustomAllocatorEXT
15154 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15155 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
15156 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
15157 cat >>confdefs.h
<<_ACEOF
15158 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15164 LIBS
="$ac_wine_check_funcs_save_LIBS"
15166 CPPFLAGS
=$ac_save_CPPFLAGS
15169 if test "x$ac_cv_lib_soname_FAudio" = "x"; then :
15170 case "x$with_faudio" in
15171 x
) as_fn_append wine_notices
"|libFAudio ${notice_platform}development files not found, XAudio2 won't be supported." ;;
15173 *) as_fn_error $?
"libFAudio ${notice_platform}development files not found, XAudio2 won't be supported.
15174 This is an error since --with-faudio was requested." "$LINENO" 5 ;;
15179 if test "x$with_capi" != "xno"
15181 if ${CAPI20_CFLAGS:+false} :; then :
15182 if ${PKG_CONFIG+:} false
; then :
15183 CAPI20_CFLAGS
=`$PKG_CONFIG --cflags capi20 2>/dev/null`
15187 if ${CAPI20_LIBS:+false} :; then :
15188 if ${PKG_CONFIG+:} false
; then :
15189 CAPI20_LIBS
=`$PKG_CONFIG --libs capi20 2>/dev/null`
15194 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 cflags: $CAPI20_CFLAGS" >&5
15195 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 libs: $CAPI20_LIBS" >&5
15196 ac_save_CPPFLAGS
=$CPPFLAGS
15197 CPPFLAGS
="$CPPFLAGS $CAPI20_CFLAGS"
15198 for ac_header
in capi20.h linux
/capi.h
15200 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15201 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#define __user
15203 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
15204 cat >>confdefs.h
<<_ACEOF
15205 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
15212 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
15215 $as_echo_n "checking for -lcapi20... " >&6; }
15216 if ${ac_cv_lib_soname_capi20+:} false
; then :
15217 $as_echo_n "(cached) " >&6
15219 ac_check_soname_save_LIBS
=$LIBS
15220 LIBS
="-lcapi20 $CAPI20_LIBS $LIBS"
15221 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15222 /* end confdefs.h. */
15224 /* Override any GCC internal prototype to avoid an error.
15225 Use char because int might match the return type of a GCC
15226 builtin and then its argument prototype would still apply. */
15230 char capi20_register ();
15234 return capi20_register ();
15239 if ac_fn_c_try_link
"$LINENO"; then :
15241 dll
) ac_cv_lib_soname_capi20
=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15242 dylib
) ac_cv_lib_soname_capi20
=`$OTOOL -L conftest$ac_exeext | grep "libcapi20\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libcapi20\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
15243 *) ac_cv_lib_soname_capi20
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcapi20\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcapi20\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15244 if ${ac_cv_lib_soname_capi20:+false} :; then :
15245 ac_cv_lib_soname_capi20
=`$LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15249 ac_cv_lib_soname_capi20
=
15251 rm -f core conftest.err conftest.
$ac_objext \
15252 conftest
$ac_exeext conftest.
$ac_ext
15253 LIBS
=$ac_check_soname_save_LIBS
15255 if ${ac_cv_lib_soname_capi20:+false} :; then :
15256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15257 $as_echo "not found" >&6; }
15260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
15261 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
15263 cat >>confdefs.h
<<_ACEOF
15264 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15270 CPPFLAGS
=$ac_save_CPPFLAGS
15273 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
15274 case "x$with_capi" in
15275 x
) as_fn_append wine_notices
"|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15277 *) as_fn_error $?
"libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15278 This is an error since --with-capi was requested." "$LINENO" 5 ;;
15283 if test "x$with_cups" != "xno"
15285 if ${CUPS_CFLAGS:+false} :; then :
15286 if ${PKG_CONFIG+:} false
; then :
15287 CUPS_CFLAGS
=`$PKG_CONFIG --cflags cups 2>/dev/null`
15290 test "$cross_compiling" = yes || CUPS_CFLAGS
=${CUPS_CFLAGS:-`${CUPS_CONFIG:-cups-config} --cflags 2>/dev/null`}
15291 if ${CUPS_LIBS:+false} :; then :
15292 if ${PKG_CONFIG+:} false
; then :
15293 CUPS_LIBS
=`$PKG_CONFIG --libs cups 2>/dev/null`
15296 test "$cross_compiling" = yes || CUPS_LIBS
=${CUPS_LIBS:-`${CUPS_CONFIG:-cups-config} --libs 2>/dev/null`}
15297 CUPS_LIBS
=${CUPS_LIBS:-"-lcups"}
15298 $as_echo "$as_me:${as_lineno-$LINENO}: cups cflags: $CUPS_CFLAGS" >&5
15299 $as_echo "$as_me:${as_lineno-$LINENO}: cups libs: $CUPS_LIBS" >&5
15300 ac_save_CPPFLAGS
=$CPPFLAGS
15301 CPPFLAGS
="$CPPFLAGS $CUPS_CFLAGS"
15302 for ac_header
in cups
/cups.h cups
/ppd.h
15304 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15305 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
15306 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
15307 cat >>confdefs.h
<<_ACEOF
15308 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
15315 if test "$ac_cv_header_cups_cups_h" = "yes"
15317 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
15318 $as_echo_n "checking for -lcups... " >&6; }
15319 if ${ac_cv_lib_soname_cups+:} false
; then :
15320 $as_echo_n "(cached) " >&6
15322 ac_check_soname_save_LIBS
=$LIBS
15323 LIBS
="-lcups $CUPS_LIBS $LIBS"
15324 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15325 /* end confdefs.h. */
15327 /* Override any GCC internal prototype to avoid an error.
15328 Use char because int might match the return type of a GCC
15329 builtin and then its argument prototype would still apply. */
15333 char cupsGetDefault ();
15337 return cupsGetDefault ();
15342 if ac_fn_c_try_link
"$LINENO"; then :
15344 dll
) ac_cv_lib_soname_cups
=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15345 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'` ;;
15346 *) ac_cv_lib_soname_cups
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcups\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcups\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15347 if ${ac_cv_lib_soname_cups:+false} :; then :
15348 ac_cv_lib_soname_cups
=`$LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15352 ac_cv_lib_soname_cups
=
15354 rm -f core conftest.err conftest.
$ac_objext \
15355 conftest
$ac_exeext conftest.
$ac_ext
15356 LIBS
=$ac_check_soname_save_LIBS
15358 if ${ac_cv_lib_soname_cups:+false} :; then :
15359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15360 $as_echo "not found" >&6; }
15363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
15364 $as_echo "$ac_cv_lib_soname_cups" >&6; }
15366 cat >>confdefs.h
<<_ACEOF
15367 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15376 CPPFLAGS
=$ac_save_CPPFLAGS
15379 if test "x$ac_cv_lib_soname_cups" = "x"; then :
15380 case "x$with_cups" in
15381 x
) as_fn_append wine_notices
"|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
15383 *) as_fn_error $?
"libcups ${notice_platform}development files not found, CUPS won't be supported.
15384 This is an error since --with-cups was requested." "$LINENO" 5 ;;
15389 if test "x$with_fontconfig" != "xno"
15391 if ${FONTCONFIG_CFLAGS:+false} :; then :
15392 if ${PKG_CONFIG+:} false
; then :
15393 FONTCONFIG_CFLAGS
=`$PKG_CONFIG --cflags fontconfig 2>/dev/null`
15396 test "$cross_compiling" = yes || FONTCONFIG_CFLAGS
=${FONTCONFIG_CFLAGS:-$X_CFLAGS}
15397 if ${FONTCONFIG_LIBS:+false} :; then :
15398 if ${PKG_CONFIG+:} false
; then :
15399 FONTCONFIG_LIBS
=`$PKG_CONFIG --libs fontconfig 2>/dev/null`
15402 test "$cross_compiling" = yes || FONTCONFIG_LIBS
=${FONTCONFIG_LIBS:-$X_LIBS}
15404 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig cflags: $FONTCONFIG_CFLAGS" >&5
15405 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig libs: $FONTCONFIG_LIBS" >&5
15406 ac_save_CPPFLAGS
=$CPPFLAGS
15407 CPPFLAGS
="$CPPFLAGS $FONTCONFIG_CFLAGS"
15408 for ac_header
in fontconfig
/fontconfig.h
15410 ac_fn_c_check_header_mongrel
"$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
15411 if test "x$ac_cv_header_fontconfig_fontconfig_h" = xyes
; then :
15412 cat >>confdefs.h
<<_ACEOF
15413 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
15420 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15422 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
15423 $as_echo_n "checking for -lfontconfig... " >&6; }
15424 if ${ac_cv_lib_soname_fontconfig+:} false
; then :
15425 $as_echo_n "(cached) " >&6
15427 ac_check_soname_save_LIBS
=$LIBS
15428 LIBS
="-lfontconfig $FONTCONFIG_LIBS $LIBS"
15429 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15430 /* end confdefs.h. */
15432 /* Override any GCC internal prototype to avoid an error.
15433 Use char because int might match the return type of a GCC
15434 builtin and then its argument prototype would still apply. */
15447 if ac_fn_c_try_link
"$LINENO"; then :
15449 dll
) ac_cv_lib_soname_fontconfig
=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15450 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'` ;;
15451 *) ac_cv_lib_soname_fontconfig
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfontconfig\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfontconfig\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15452 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
15453 ac_cv_lib_soname_fontconfig
=`$LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15457 ac_cv_lib_soname_fontconfig
=
15459 rm -f core conftest.err conftest.
$ac_objext \
15460 conftest
$ac_exeext conftest.
$ac_ext
15461 LIBS
=$ac_check_soname_save_LIBS
15463 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
15464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15465 $as_echo "not found" >&6; }
15466 FONTCONFIG_CFLAGS
=""
15468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
15469 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
15471 cat >>confdefs.h
<<_ACEOF
15472 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15478 FONTCONFIG_CFLAGS
=""
15480 CPPFLAGS
=$ac_save_CPPFLAGS
15483 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
15484 case "x$with_fontconfig" in
15485 x
) as_fn_append wine_notices
"|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
15487 *) as_fn_error $?
"fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
15488 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
15493 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
15495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
15496 $as_echo_n "checking for -lgsm... " >&6; }
15497 if ${ac_cv_lib_soname_gsm+:} false
; then :
15498 $as_echo_n "(cached) " >&6
15500 ac_check_soname_save_LIBS
=$LIBS
15502 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15503 /* end confdefs.h. */
15505 /* Override any GCC internal prototype to avoid an error.
15506 Use char because int might match the return type of a GCC
15507 builtin and then its argument prototype would still apply. */
15511 char gsm_create ();
15515 return gsm_create ();
15520 if ac_fn_c_try_link
"$LINENO"; then :
15522 dll
) ac_cv_lib_soname_gsm
=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15523 dylib
) ac_cv_lib_soname_gsm
=`$OTOOL -L conftest$ac_exeext | grep "libgsm\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libgsm\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
15524 *) ac_cv_lib_soname_gsm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libgsm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libgsm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15525 if ${ac_cv_lib_soname_gsm:+false} :; then :
15526 ac_cv_lib_soname_gsm
=`$LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15530 ac_cv_lib_soname_gsm
=
15532 rm -f core conftest.err conftest.
$ac_objext \
15533 conftest
$ac_exeext conftest.
$ac_ext
15534 LIBS
=$ac_check_soname_save_LIBS
15536 if ${ac_cv_lib_soname_gsm:+false} :; then :
15537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15538 $as_echo "not found" >&6; }
15541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
15542 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
15544 cat >>confdefs.h
<<_ACEOF
15545 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
15551 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
15552 case "x$with_gsm" in
15553 x
) as_fn_append wine_notices
"|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
15555 *) as_fn_error $?
"libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
15556 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
15561 if test "x$with_krb5" != "xno"
15563 if ${KRB5_CFLAGS:+false} :; then :
15564 if ${PKG_CONFIG+:} false
; then :
15565 KRB5_CFLAGS
=`$PKG_CONFIG --cflags krb5 2>/dev/null`
15568 test "$cross_compiling" = yes || KRB5_CFLAGS
=${KRB5_CFLAGS:-`${KRB5_CONFIG:-krb5-config} --cflags 2>/dev/null`}
15569 if ${KRB5_LIBS:+false} :; then :
15570 if ${PKG_CONFIG+:} false
; then :
15571 KRB5_LIBS
=`$PKG_CONFIG --libs krb5 2>/dev/null`
15574 test "$cross_compiling" = yes || KRB5_LIBS
=${KRB5_LIBS:-`${KRB5_CONFIG:-krb5-config} --libs 2>/dev/null`}
15576 $as_echo "$as_me:${as_lineno-$LINENO}: krb5 cflags: $KRB5_CFLAGS" >&5
15577 $as_echo "$as_me:${as_lineno-$LINENO}: krb5 libs: $KRB5_LIBS" >&5
15578 ac_save_CPPFLAGS
=$CPPFLAGS
15579 CPPFLAGS
="$CPPFLAGS $KRB5_CFLAGS"
15580 for ac_header
in krb
5/krb5.h
15582 ac_fn_c_check_header_mongrel
"$LINENO" "krb5/krb5.h" "ac_cv_header_krb5_krb5_h" "$ac_includes_default"
15583 if test "x$ac_cv_header_krb5_krb5_h" = xyes
; then :
15584 cat >>confdefs.h
<<_ACEOF
15585 #define HAVE_KRB5_KRB5_H 1
15592 if test "$ac_cv_header_krb5_krb5_h" = "yes"
15594 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lkrb5" >&5
15595 $as_echo_n "checking for -lkrb5... " >&6; }
15596 if ${ac_cv_lib_soname_krb5+:} false
; then :
15597 $as_echo_n "(cached) " >&6
15599 ac_check_soname_save_LIBS
=$LIBS
15600 LIBS
="-lkrb5 $KRB5_LIBS $LIBS"
15601 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15602 /* end confdefs.h. */
15604 /* Override any GCC internal prototype to avoid an error.
15605 Use char because int might match the return type of a GCC
15606 builtin and then its argument prototype would still apply. */
15610 char krb5_is_config_principal ();
15614 return krb5_is_config_principal ();
15619 if ac_fn_c_try_link
"$LINENO"; then :
15621 dll
) ac_cv_lib_soname_krb5
=`$ac_cv_path_LDD conftest.exe | grep "krb5" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15622 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'` ;;
15623 *) ac_cv_lib_soname_krb5
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libkrb5\\.$LIBEXT" | sed -e "s/^.*\\[\\(libkrb5\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15624 if ${ac_cv_lib_soname_krb5:+false} :; then :
15625 ac_cv_lib_soname_krb5
=`$LDD conftest$ac_exeext | grep "libkrb5\\.$LIBEXT" | sed -e "s/^.*\(libkrb5\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15629 ac_cv_lib_soname_krb5
=
15631 rm -f core conftest.err conftest.
$ac_objext \
15632 conftest
$ac_exeext conftest.
$ac_ext
15633 LIBS
=$ac_check_soname_save_LIBS
15635 if ${ac_cv_lib_soname_krb5:+false} :; then :
15636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15637 $as_echo "not found" >&6; }
15640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_krb5" >&5
15641 $as_echo "$ac_cv_lib_soname_krb5" >&6; }
15643 cat >>confdefs.h
<<_ACEOF
15644 #define SONAME_LIBKRB5 "$ac_cv_lib_soname_krb5"
15652 CPPFLAGS
=$ac_save_CPPFLAGS
15655 if test "x$ac_cv_lib_soname_krb5" = "x"; then :
15656 case "x$with_krb5" in
15657 x
) as_fn_append wine_notices
"|libkrb5 ${notice_platform}development files not found (or too old), Kerberos won't be supported." ;;
15659 *) as_fn_error $?
"libkrb5 ${notice_platform}development files not found (or too old), Kerberos won't be supported.
15660 This is an error since --with-krb5 was requested." "$LINENO" 5 ;;
15664 test "x$ac_cv_lib_soname_krb5" != "x" || with_gssapi
=${with_gssapi:-no}
15666 if test "x$with_gssapi" != "xno"
15668 if ${GSSAPI_CFLAGS:+false} :; then :
15669 if ${PKG_CONFIG+:} false
; then :
15670 GSSAPI_CFLAGS
=`$PKG_CONFIG --cflags krb5-gssapi 2>/dev/null`
15673 test "$cross_compiling" = yes || GSSAPI_CFLAGS
=${GSSAPI_CFLAGS:-`${KRB5_CONFIG:-krb5-config} --cflags gssapi 2>/dev/null`}
15674 if ${GSSAPI_LIBS:+false} :; then :
15675 if ${PKG_CONFIG+:} false
; then :
15676 GSSAPI_LIBS
=`$PKG_CONFIG --libs krb5-gssapi 2>/dev/null`
15679 test "$cross_compiling" = yes || GSSAPI_LIBS
=${GSSAPI_LIBS:-`${KRB5_CONFIG:-krb5-config} --libs gssapi 2>/dev/null`}
15681 $as_echo "$as_me:${as_lineno-$LINENO}: krb5-gssapi cflags: $GSSAPI_CFLAGS" >&5
15682 $as_echo "$as_me:${as_lineno-$LINENO}: krb5-gssapi libs: $GSSAPI_LIBS" >&5
15683 ac_save_CPPFLAGS
=$CPPFLAGS
15684 CPPFLAGS
="$CPPFLAGS $GSSAPI_CFLAGS"
15685 for ac_header
in gssapi
/gssapi.h gssapi
/gssapi_ext.h
15687 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15688 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
15689 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
15690 cat >>confdefs.h
<<_ACEOF
15691 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
15698 if test "$ac_cv_header_gssapi_gssapi_h" = "yes" -a "$ac_cv_header_gssapi_gssapi_ext_h" = "yes"
15700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgssapi_krb5" >&5
15701 $as_echo_n "checking for -lgssapi_krb5... " >&6; }
15702 if ${ac_cv_lib_soname_gssapi_krb5+:} false
; then :
15703 $as_echo_n "(cached) " >&6
15705 ac_check_soname_save_LIBS
=$LIBS
15706 LIBS
="-lgssapi_krb5 $GSSAPI_LIBS $LIBS"
15707 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15708 /* end confdefs.h. */
15710 /* Override any GCC internal prototype to avoid an error.
15711 Use char because int might match the return type of a GCC
15712 builtin and then its argument prototype would still apply. */
15716 char gss_init_sec_context ();
15720 return gss_init_sec_context ();
15725 if ac_fn_c_try_link
"$LINENO"; then :
15727 dll
) ac_cv_lib_soname_gssapi_krb5
=`$ac_cv_path_LDD conftest.exe | grep "gssapi_krb5" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15728 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'` ;;
15729 *) 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'`
15730 if ${ac_cv_lib_soname_gssapi_krb5:+false} :; then :
15731 ac_cv_lib_soname_gssapi_krb5
=`$LDD conftest$ac_exeext | grep "libgssapi_krb5\\.$LIBEXT" | sed -e "s/^.*\(libgssapi_krb5\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15735 ac_cv_lib_soname_gssapi_krb5
=
15737 rm -f core conftest.err conftest.
$ac_objext \
15738 conftest
$ac_exeext conftest.
$ac_ext
15739 LIBS
=$ac_check_soname_save_LIBS
15741 if ${ac_cv_lib_soname_gssapi_krb5:+false} :; then :
15742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15743 $as_echo "not found" >&6; }
15746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gssapi_krb5" >&5
15747 $as_echo "$ac_cv_lib_soname_gssapi_krb5" >&6; }
15749 cat >>confdefs.h
<<_ACEOF
15750 #define SONAME_LIBGSSAPI_KRB5 "$ac_cv_lib_soname_gssapi_krb5"
15758 CPPFLAGS
=$ac_save_CPPFLAGS
15761 if test "x$ac_cv_lib_soname_gssapi_krb5" = "x"; then :
15762 case "x$with_gssapi" in
15763 x
) as_fn_append wine_notices
"|libgssapi_krb5 ${notice_platform}development files not found (or too old), no Kerberos SSP support." ;;
15765 *) as_fn_error $?
"libgssapi_krb5 ${notice_platform}development files not found (or too old), no Kerberos SSP support.
15766 This is an error since --with-gssapi was requested." "$LINENO" 5 ;;
15771 if test "x$with_jpeg" != "xno"
15773 if ${JPEG_CFLAGS:+false} :; then :
15774 if ${PKG_CONFIG+:} false
; then :
15775 JPEG_CFLAGS
=`$PKG_CONFIG --cflags libjpeg 2>/dev/null`
15779 if ${JPEG_LIBS:+false} :; then :
15780 if ${PKG_CONFIG+:} false
; then :
15781 JPEG_LIBS
=`$PKG_CONFIG --libs libjpeg 2>/dev/null`
15786 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg cflags: $JPEG_CFLAGS" >&5
15787 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg libs: $JPEG_LIBS" >&5
15788 ac_save_CPPFLAGS
=$CPPFLAGS
15789 CPPFLAGS
="$CPPFLAGS $JPEG_CFLAGS"
15790 for ac_header
in jpeglib.h
15792 ac_fn_c_check_header_mongrel
"$LINENO" "jpeglib.h" "ac_cv_header_jpeglib_h" "$ac_includes_default"
15793 if test "x$ac_cv_header_jpeglib_h" = xyes
; then :
15794 cat >>confdefs.h
<<_ACEOF
15795 #define HAVE_JPEGLIB_H 1
15802 if test "$ac_cv_header_jpeglib_h" = "yes"
15804 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
15805 $as_echo_n "checking for -ljpeg... " >&6; }
15806 if ${ac_cv_lib_soname_jpeg+:} false
; then :
15807 $as_echo_n "(cached) " >&6
15809 ac_check_soname_save_LIBS
=$LIBS
15810 LIBS
="-ljpeg $JPEG_LIBS $LIBS"
15811 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15812 /* end confdefs.h. */
15814 /* Override any GCC internal prototype to avoid an error.
15815 Use char because int might match the return type of a GCC
15816 builtin and then its argument prototype would still apply. */
15820 char jpeg_start_decompress ();
15824 return jpeg_start_decompress ();
15829 if ac_fn_c_try_link
"$LINENO"; then :
15831 dll
) ac_cv_lib_soname_jpeg
=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15832 dylib
) ac_cv_lib_soname_jpeg
=`$OTOOL -L conftest$ac_exeext | grep "libjpeg\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libjpeg\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
15833 *) ac_cv_lib_soname_jpeg
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libjpeg\\.$LIBEXT" | sed -e "s/^.*\\[\\(libjpeg\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15834 if ${ac_cv_lib_soname_jpeg:+false} :; then :
15835 ac_cv_lib_soname_jpeg
=`$LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15839 ac_cv_lib_soname_jpeg
=
15841 rm -f core conftest.err conftest.
$ac_objext \
15842 conftest
$ac_exeext conftest.
$ac_ext
15843 LIBS
=$ac_check_soname_save_LIBS
15845 if ${ac_cv_lib_soname_jpeg:+false} :; then :
15846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15847 $as_echo "not found" >&6; }
15850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
15851 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
15853 cat >>confdefs.h
<<_ACEOF
15854 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
15862 CPPFLAGS
=$ac_save_CPPFLAGS
15865 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
15866 case "x$with_jpeg" in
15867 x
) as_fn_append wine_warnings
"|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
15869 *) as_fn_error $?
"libjpeg ${notice_platform}development files not found, JPEG won't be supported.
15870 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
15875 if test "x$with_jxrlib" != "xno"
15877 if ${JXRLIB_CFLAGS:+false} :; then :
15878 if ${PKG_CONFIG+:} false
; then :
15879 JXRLIB_CFLAGS
=`$PKG_CONFIG --cflags jxrlib 2>/dev/null`
15882 test "$cross_compiling" = yes || JXRLIB_CFLAGS
=${JXRLIB_CFLAGS:-${JXRLIB_CFLAGS:--I/usr/include/jxrlib}}
15883 if ${JXRLIB_LIBS:+false} :; then :
15884 if ${PKG_CONFIG+:} false
; then :
15885 JXRLIB_LIBS
=`$PKG_CONFIG --libs jxrlib 2>/dev/null`
15890 $as_echo "$as_me:${as_lineno-$LINENO}: jxrlib cflags: $JXRLIB_CFLAGS" >&5
15891 $as_echo "$as_me:${as_lineno-$LINENO}: jxrlib libs: $JXRLIB_LIBS" >&5
15892 ac_save_CPPFLAGS
=$CPPFLAGS
15893 CPPFLAGS
="$CPPFLAGS $JXRLIB_CFLAGS"
15894 for ac_header
in JXRGlue.h
15896 ac_fn_c_check_header_compile
"$LINENO" "JXRGlue.h" "ac_cv_header_JXRGlue_h" "#define FAR
15898 if test "x$ac_cv_header_JXRGlue_h" = xyes
; then :
15899 cat >>confdefs.h
<<_ACEOF
15900 #define HAVE_JXRGLUE_H 1
15907 if test "$ac_cv_header_JXRGlue_h" = "yes"
15909 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljxrglue" >&5
15910 $as_echo_n "checking for -ljxrglue... " >&6; }
15911 if ${ac_cv_lib_soname_jxrglue+:} false
; then :
15912 $as_echo_n "(cached) " >&6
15914 ac_check_soname_save_LIBS
=$LIBS
15915 LIBS
="-ljxrglue $JXRLIB_LIBS $LIBS"
15916 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15917 /* end confdefs.h. */
15919 /* Override any GCC internal prototype to avoid an error.
15920 Use char because int might match the return type of a GCC
15921 builtin and then its argument prototype would still apply. */
15925 char PKImageDecode_Create_WMP ();
15929 return PKImageDecode_Create_WMP ();
15934 if ac_fn_c_try_link
"$LINENO"; then :
15936 dll
) ac_cv_lib_soname_jxrglue
=`$ac_cv_path_LDD conftest.exe | grep "jxrglue" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15937 dylib
) ac_cv_lib_soname_jxrglue
=`$OTOOL -L conftest$ac_exeext | grep "libjxrglue\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libjxrglue\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
15938 *) ac_cv_lib_soname_jxrglue
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libjxrglue\\.$LIBEXT" | sed -e "s/^.*\\[\\(libjxrglue\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15939 if ${ac_cv_lib_soname_jxrglue:+false} :; then :
15940 ac_cv_lib_soname_jxrglue
=`$LDD conftest$ac_exeext | grep "libjxrglue\\.$LIBEXT" | sed -e "s/^.*\(libjxrglue\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15944 ac_cv_lib_soname_jxrglue
=
15946 rm -f core conftest.err conftest.
$ac_objext \
15947 conftest
$ac_exeext conftest.
$ac_ext
15948 LIBS
=$ac_check_soname_save_LIBS
15950 if ${ac_cv_lib_soname_jxrglue:+false} :; then :
15951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15952 $as_echo "not found" >&6; }
15955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jxrglue" >&5
15956 $as_echo "$ac_cv_lib_soname_jxrglue" >&6; }
15958 cat >>confdefs.h
<<_ACEOF
15959 #define SONAME_LIBJXRGLUE "$ac_cv_lib_soname_jxrglue"
15967 CPPFLAGS
=$ac_save_CPPFLAGS
15970 if test "x$ac_cv_lib_soname_jxrglue" = "x"; then :
15971 case "x$with_jxrlib" in
15972 x
) as_fn_append wine_notices
"|jxrlib ${notice_platform}development files not found, JPEG-XR won't be supported." ;;
15974 *) as_fn_error $?
"jxrlib ${notice_platform}development files not found, JPEG-XR won't be supported.
15975 This is an error since --with-jxrlib was requested." "$LINENO" 5 ;;
15980 if test "x$with_png" != "xno"
15982 if ${PNG_CFLAGS:+false} :; then :
15983 if ${PKG_CONFIG+:} false
; then :
15984 PNG_CFLAGS
=`$PKG_CONFIG --cflags libpng 2>/dev/null`
15987 test "$cross_compiling" = yes || PNG_CFLAGS
=${PNG_CFLAGS:-$X_CFLAGS}
15988 if ${PNG_LIBS:+false} :; then :
15989 if ${PKG_CONFIG+:} false
; then :
15990 PNG_LIBS
=`$PKG_CONFIG --libs libpng 2>/dev/null`
15993 test "$cross_compiling" = yes || PNG_LIBS
=${PNG_LIBS:-$X_LIBS}
15995 $as_echo "$as_me:${as_lineno-$LINENO}: libpng cflags: $PNG_CFLAGS" >&5
15996 $as_echo "$as_me:${as_lineno-$LINENO}: libpng libs: $PNG_LIBS" >&5
15997 ac_save_CPPFLAGS
=$CPPFLAGS
15998 CPPFLAGS
="$CPPFLAGS $PNG_CFLAGS"
15999 for ac_header
in png.h
16001 ac_fn_c_check_header_mongrel
"$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
16002 if test "x$ac_cv_header_png_h" = xyes
; then :
16003 cat >>confdefs.h
<<_ACEOF
16004 #define HAVE_PNG_H 1
16011 if test "$ac_cv_header_png_h" = "yes"
16013 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
16014 $as_echo_n "checking for -lpng... " >&6; }
16015 if ${ac_cv_lib_soname_png+:} false
; then :
16016 $as_echo_n "(cached) " >&6
16018 ac_check_soname_save_LIBS
=$LIBS
16019 LIBS
="-lpng $PNG_LIBS -lm -lz $LIBS"
16020 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16021 /* end confdefs.h. */
16023 /* Override any GCC internal prototype to avoid an error.
16024 Use char because int might match the return type of a GCC
16025 builtin and then its argument prototype would still apply. */
16029 char png_create_read_struct ();
16033 return png_create_read_struct ();
16038 if ac_fn_c_try_link
"$LINENO"; then :
16040 dll
) ac_cv_lib_soname_png
=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
16041 dylib
) ac_cv_lib_soname_png
=`$OTOOL -L conftest$ac_exeext | grep "libpng[0-9]*\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libpng[0-9]*\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
16042 *) ac_cv_lib_soname_png
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\\[\\(libpng[0-9]*\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
16043 if ${ac_cv_lib_soname_png:+false} :; then :
16044 ac_cv_lib_soname_png
=`$LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
16048 ac_cv_lib_soname_png
=
16050 rm -f core conftest.err conftest.
$ac_objext \
16051 conftest
$ac_exeext conftest.
$ac_ext
16052 LIBS
=$ac_check_soname_save_LIBS
16054 if ${ac_cv_lib_soname_png:+false} :; then :
16055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
16056 $as_echo "not found" >&6; }
16059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
16060 $as_echo "$ac_cv_lib_soname_png" >&6; }
16062 cat >>confdefs.h
<<_ACEOF
16063 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16071 CPPFLAGS
=$ac_save_CPPFLAGS
16074 if test "x$ac_cv_lib_soname_png" = "x"; then :
16075 case "x$with_png" in
16076 x
) as_fn_append wine_warnings
"|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
16078 *) as_fn_error $?
"libpng ${notice_platform}development files not found, PNG won't be supported.
16079 This is an error since --with-png was requested." "$LINENO" 5 ;;
16084 if test "x$with_tiff" != "xno"
16086 if ${TIFF_CFLAGS:+false} :; then :
16087 if ${PKG_CONFIG+:} false
; then :
16088 TIFF_CFLAGS
=`$PKG_CONFIG --cflags libtiff-4 2>/dev/null`
16092 if ${TIFF_LIBS:+false} :; then :
16093 if ${PKG_CONFIG+:} false
; then :
16094 TIFF_LIBS
=`$PKG_CONFIG --libs libtiff-4 2>/dev/null`
16099 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff-4 cflags: $TIFF_CFLAGS" >&5
16100 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff-4 libs: $TIFF_LIBS" >&5
16101 ac_save_CPPFLAGS
=$CPPFLAGS
16102 CPPFLAGS
="$CPPFLAGS $TIFF_CFLAGS"
16103 for ac_header
in tiffio.h
16105 ac_fn_c_check_header_mongrel
"$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default"
16106 if test "x$ac_cv_header_tiffio_h" = xyes
; then :
16107 cat >>confdefs.h
<<_ACEOF
16108 #define HAVE_TIFFIO_H 1
16115 if test "$ac_cv_header_tiffio_h" = "yes"
16117 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
16118 $as_echo_n "checking for -ltiff... " >&6; }
16119 if ${ac_cv_lib_soname_tiff+:} false
; then :
16120 $as_echo_n "(cached) " >&6
16122 ac_check_soname_save_LIBS
=$LIBS
16123 LIBS
="-ltiff $TIFF_LIBS $LIBS"
16124 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16125 /* end confdefs.h. */
16127 /* Override any GCC internal prototype to avoid an error.
16128 Use char because int might match the return type of a GCC
16129 builtin and then its argument prototype would still apply. */
16133 char TIFFClientOpen ();
16137 return TIFFClientOpen ();
16142 if ac_fn_c_try_link
"$LINENO"; then :
16144 dll
) ac_cv_lib_soname_tiff
=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
16145 dylib
) ac_cv_lib_soname_tiff
=`$OTOOL -L conftest$ac_exeext | grep "libtiff\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libtiff\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
16146 *) ac_cv_lib_soname_tiff
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libtiff\\.$LIBEXT" | sed -e "s/^.*\\[\\(libtiff\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
16147 if ${ac_cv_lib_soname_tiff:+false} :; then :
16148 ac_cv_lib_soname_tiff
=`$LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
16152 ac_cv_lib_soname_tiff
=
16154 rm -f core conftest.err conftest.
$ac_objext \
16155 conftest
$ac_exeext conftest.
$ac_ext
16156 LIBS
=$ac_check_soname_save_LIBS
16158 if ${ac_cv_lib_soname_tiff:+false} :; then :
16159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
16160 $as_echo "not found" >&6; }
16163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
16164 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
16166 cat >>confdefs.h
<<_ACEOF
16167 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
16173 CPPFLAGS
=$ac_save_CPPFLAGS
16176 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
16177 case "x$with_tiff" in
16178 x
) as_fn_append wine_notices
"|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
16180 *) as_fn_error $?
"libtiff ${notice_platform}development files not found, TIFF won't be supported.
16181 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
16186 if test "x$with_mpg123" != "xno"
16188 if ${MPG123_CFLAGS:+false} :; then :
16189 if ${PKG_CONFIG+:} false
; then :
16190 MPG123_CFLAGS
=`$PKG_CONFIG --cflags libmpg123 2>/dev/null`
16194 if ${MPG123_LIBS:+false} :; then :
16195 if ${PKG_CONFIG+:} false
; then :
16196 MPG123_LIBS
=`$PKG_CONFIG --libs libmpg123 2>/dev/null`
16200 MPG123_LIBS
=${MPG123_LIBS:-"-lmpg123"}
16201 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 cflags: $MPG123_CFLAGS" >&5
16202 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 libs: $MPG123_LIBS" >&5
16203 ac_save_CPPFLAGS
=$CPPFLAGS
16204 CPPFLAGS
="$CPPFLAGS $MPG123_CFLAGS"
16205 for ac_header
in mpg123.h
16207 ac_fn_c_check_header_mongrel
"$LINENO" "mpg123.h" "ac_cv_header_mpg123_h" "$ac_includes_default"
16208 if test "x$ac_cv_header_mpg123_h" = xyes
; then :
16209 cat >>confdefs.h
<<_ACEOF
16210 #define HAVE_MPG123_H 1
16217 if test "$ac_cv_header_mpg123_h" = "yes"
16219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
16220 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
16221 if ${ac_cv_lib_mpg123_mpg123_feed+:} false
; then :
16222 $as_echo_n "(cached) " >&6
16224 ac_check_lib_save_LIBS
=$LIBS
16225 LIBS
="-lmpg123 $MPG123_LIBS $LIBS"
16226 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16227 /* end confdefs.h. */
16229 /* Override any GCC internal prototype to avoid an error.
16230 Use char because int might match the return type of a GCC
16231 builtin and then its argument prototype would still apply. */
16235 char mpg123_feed ();
16239 return mpg123_feed ();
16244 if ac_fn_c_try_link
"$LINENO"; then :
16245 ac_cv_lib_mpg123_mpg123_feed
=yes
16247 ac_cv_lib_mpg123_mpg123_feed
=no
16249 rm -f core conftest.err conftest.
$ac_objext \
16250 conftest
$ac_exeext conftest.
$ac_ext
16251 LIBS
=$ac_check_lib_save_LIBS
16253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
16254 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
16255 if test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes
; then :
16265 CPPFLAGS
=$ac_save_CPPFLAGS
16268 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes
-a x
"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes
; then :
16269 case "x$with_mpg123" in
16270 x
) as_fn_append wine_notices
"|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
16272 *) as_fn_error $?
"libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
16273 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
16275 enable_l3codeca_acm
=${enable_l3codeca_acm:-no}
16277 test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes || enable_mp3dmod
=${enable_mp3dmod:-no}
16279 if test "$ac_cv_header_AL_al_h" = "yes"
16281 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
16282 $as_echo_n "checking for -lopenal... " >&6; }
16283 if ${ac_cv_lib_soname_openal+:} false
; then :
16284 $as_echo_n "(cached) " >&6
16286 ac_check_soname_save_LIBS
=$LIBS
16287 LIBS
="-lopenal $LIBS"
16288 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16289 /* end confdefs.h. */
16291 /* Override any GCC internal prototype to avoid an error.
16292 Use char because int might match the return type of a GCC
16293 builtin and then its argument prototype would still apply. */
16297 char alGetSource3i ();
16301 return alGetSource3i ();
16306 if ac_fn_c_try_link
"$LINENO"; then :
16308 dll
) ac_cv_lib_soname_openal
=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
16309 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'` ;;
16310 *) ac_cv_lib_soname_openal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libopenal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libopenal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
16311 if ${ac_cv_lib_soname_openal:+false} :; then :
16312 ac_cv_lib_soname_openal
=`$LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
16316 ac_cv_lib_soname_openal
=
16318 rm -f core conftest.err conftest.
$ac_objext \
16319 conftest
$ac_exeext conftest.
$ac_ext
16320 LIBS
=$ac_check_soname_save_LIBS
16322 if ${ac_cv_lib_soname_openal:+false} :; then :
16323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
16324 $as_echo "not found" >&6; }
16327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
16328 $as_echo "$ac_cv_lib_soname_openal" >&6; }
16330 cat >>confdefs.h
<<_ACEOF
16331 #define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
16334 OPENAL_LIBS
="-lopenal"
16336 ac_cv_lib_openal
=yes
16338 cat >>confdefs.h
<<_ACEOF
16339 #define HAVE_OPENAL 1
16344 if test "x$ac_cv_lib_openal" != xyes
; then :
16345 case "x$with_openal" in
16346 x
) as_fn_append wine_notices
"|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
16348 *) as_fn_error $?
"libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
16349 This is an error since --with-openal was requested." "$LINENO" 5 ;;
16351 enable_openal32
=${enable_openal32:-no}
16354 if test "x$ac_cv_lib_soname_FAudio" = "x"
16356 enable_x3daudio1_0
=${enable_x3daudio1_0:-no}
16357 enable_x3daudio1_1
=${enable_x3daudio1_1:-no}
16358 enable_x3daudio1_2
=${enable_x3daudio1_2:-no}
16359 enable_x3daudio1_3
=${enable_x3daudio1_3:-no}
16360 enable_x3daudio1_4
=${enable_x3daudio1_4:-no}
16361 enable_x3daudio1_5
=${enable_x3daudio1_5:-no}
16362 enable_x3daudio1_6
=${enable_x3daudio1_6:-no}
16363 enable_x3daudio1_7
=${enable_x3daudio1_7:-no}
16364 enable_xactengine3_0
=${enable_xactengine3_0:-no}
16365 enable_xactengine3_1
=${enable_xactengine3_1:-no}
16366 enable_xactengine3_2
=${enable_xactengine3_2:-no}
16367 enable_xactengine3_3
=${enable_xactengine3_3:-no}
16368 enable_xactengine3_4
=${enable_xactengine3_4:-no}
16369 enable_xactengine3_5
=${enable_xactengine3_5:-no}
16370 enable_xactengine3_6
=${enable_xactengine3_6:-no}
16371 enable_xactengine3_7
=${enable_xactengine3_7:-no}
16372 enable_xapofx1_1
=${enable_xapofx1_1:-no}
16373 enable_xapofx1_2
=${enable_xapofx1_2:-no}
16374 enable_xapofx1_3
=${enable_xapofx1_3:-no}
16375 enable_xapofx1_4
=${enable_xapofx1_4:-no}
16376 enable_xapofx1_5
=${enable_xapofx1_5:-no}
16377 enable_xaudio2_0
=${enable_xaudio2_0:-no}
16378 enable_xaudio2_1
=${enable_xaudio2_1:-no}
16379 enable_xaudio2_2
=${enable_xaudio2_2:-no}
16380 enable_xaudio2_3
=${enable_xaudio2_3:-no}
16381 enable_xaudio2_4
=${enable_xaudio2_4:-no}
16382 enable_xaudio2_5
=${enable_xaudio2_5:-no}
16383 enable_xaudio2_6
=${enable_xaudio2_6:-no}
16384 enable_xaudio2_7
=${enable_xaudio2_7:-no}
16385 enable_xaudio2_8
=${enable_xaudio2_8:-no}
16386 enable_xaudio2_9
=${enable_xaudio2_9:-no}
16389 if test "$ac_cv_header_kstat_h" = "yes"
16391 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
16392 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
16393 if ${ac_cv_lib_kstat_kstat_open+:} false
; then :
16394 $as_echo_n "(cached) " >&6
16396 ac_check_lib_save_LIBS
=$LIBS
16397 LIBS
="-lkstat $LIBS"
16398 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16399 /* end confdefs.h. */
16401 /* Override any GCC internal prototype to avoid an error.
16402 Use char because int might match the return type of a GCC
16403 builtin and then its argument prototype would still apply. */
16407 char kstat_open ();
16411 return kstat_open ();
16416 if ac_fn_c_try_link
"$LINENO"; then :
16417 ac_cv_lib_kstat_kstat_open
=yes
16419 ac_cv_lib_kstat_kstat_open
=no
16421 rm -f core conftest.err conftest.
$ac_objext \
16422 conftest
$ac_exeext conftest.
$ac_ext
16423 LIBS
=$ac_check_lib_save_LIBS
16425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
16426 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
16427 if test "x$ac_cv_lib_kstat_kstat_open" = xyes
; then :
16429 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
16431 KSTAT_LIBS
="-lkstat"
16437 if test "$ac_cv_header_libprocstat_h" = "yes"
16439 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for procstat_open_sysctl in -lprocstat" >&5
16440 $as_echo_n "checking for procstat_open_sysctl in -lprocstat... " >&6; }
16441 if ${ac_cv_lib_procstat_procstat_open_sysctl+:} false
; then :
16442 $as_echo_n "(cached) " >&6
16444 ac_check_lib_save_LIBS
=$LIBS
16445 LIBS
="-lprocstat $LIBS"
16446 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16447 /* end confdefs.h. */
16449 /* Override any GCC internal prototype to avoid an error.
16450 Use char because int might match the return type of a GCC
16451 builtin and then its argument prototype would still apply. */
16455 char procstat_open_sysctl ();
16459 return procstat_open_sysctl ();
16464 if ac_fn_c_try_link
"$LINENO"; then :
16465 ac_cv_lib_procstat_procstat_open_sysctl
=yes
16467 ac_cv_lib_procstat_procstat_open_sysctl
=no
16469 rm -f core conftest.err conftest.
$ac_objext \
16470 conftest
$ac_exeext conftest.
$ac_ext
16471 LIBS
=$ac_check_lib_save_LIBS
16473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_procstat_procstat_open_sysctl" >&5
16474 $as_echo "$ac_cv_lib_procstat_procstat_open_sysctl" >&6; }
16475 if test "x$ac_cv_lib_procstat_procstat_open_sysctl" = xyes
; then :
16477 $as_echo "#define HAVE_LIBPROCSTAT 1" >>confdefs.h
16479 PROCSTAT_LIBS
="-lprocstat"
16485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
16486 $as_echo_n "checking for -lodbc... " >&6; }
16487 if ${ac_cv_lib_soname_odbc+:} false
; then :
16488 $as_echo_n "(cached) " >&6
16490 ac_check_soname_save_LIBS
=$LIBS
16491 LIBS
="-lodbc $LIBS"
16492 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16493 /* end confdefs.h. */
16495 /* Override any GCC internal prototype to avoid an error.
16496 Use char because int might match the return type of a GCC
16497 builtin and then its argument prototype would still apply. */
16501 char SQLConnect ();
16505 return SQLConnect ();
16510 if ac_fn_c_try_link
"$LINENO"; then :
16512 dll
) ac_cv_lib_soname_odbc
=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
16513 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'` ;;
16514 *) ac_cv_lib_soname_odbc
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libodbc\\.$LIBEXT" | sed -e "s/^.*\\[\\(libodbc\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
16515 if ${ac_cv_lib_soname_odbc:+false} :; then :
16516 ac_cv_lib_soname_odbc
=`$LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
16520 ac_cv_lib_soname_odbc
=
16522 rm -f core conftest.err conftest.
$ac_objext \
16523 conftest
$ac_exeext conftest.
$ac_ext
16524 LIBS
=$ac_check_soname_save_LIBS
16526 if ${ac_cv_lib_soname_odbc:+false} :; then :
16527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
16528 $as_echo "not found" >&6; }
16529 cat >>confdefs.h
<<_ACEOF
16530 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
16535 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
16537 cat >>confdefs.h
<<_ACEOF
16538 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
16544 if test "x$with_netapi" != "xno"
16546 if ${NETAPI_CFLAGS:+false} :; then :
16547 if ${PKG_CONFIG+:} false
; then :
16548 NETAPI_CFLAGS
=`$PKG_CONFIG --cflags netapi 2>/dev/null`
16552 if ${NETAPI_LIBS:+false} :; then :
16553 if ${PKG_CONFIG+:} false
; then :
16554 NETAPI_LIBS
=`$PKG_CONFIG --libs netapi 2>/dev/null`
16559 $as_echo "$as_me:${as_lineno-$LINENO}: netapi cflags: $NETAPI_CFLAGS" >&5
16560 $as_echo "$as_me:${as_lineno-$LINENO}: netapi libs: $NETAPI_LIBS" >&5
16561 ac_save_CPPFLAGS
=$CPPFLAGS
16562 CPPFLAGS
="$CPPFLAGS $NETAPI_CFLAGS"
16563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lnetapi" >&5
16564 $as_echo_n "checking for -lnetapi... " >&6; }
16565 if ${ac_cv_lib_soname_netapi+:} false
; then :
16566 $as_echo_n "(cached) " >&6
16568 ac_check_soname_save_LIBS
=$LIBS
16569 LIBS
="-lnetapi $NETAPI_LIBS $LIBS"
16570 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16571 /* end confdefs.h. */
16573 /* Override any GCC internal prototype to avoid an error.
16574 Use char because int might match the return type of a GCC
16575 builtin and then its argument prototype would still apply. */
16579 char libnetapi_init ();
16583 return libnetapi_init ();
16588 if ac_fn_c_try_link
"$LINENO"; then :
16590 dll
) ac_cv_lib_soname_netapi
=`$ac_cv_path_LDD conftest.exe | grep "netapi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
16591 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'` ;;
16592 *) ac_cv_lib_soname_netapi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libnetapi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libnetapi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
16593 if ${ac_cv_lib_soname_netapi:+false} :; then :
16594 ac_cv_lib_soname_netapi
=`$LDD conftest$ac_exeext | grep "libnetapi\\.$LIBEXT" | sed -e "s/^.*\(libnetapi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
16598 ac_cv_lib_soname_netapi
=
16600 rm -f core conftest.err conftest.
$ac_objext \
16601 conftest
$ac_exeext conftest.
$ac_ext
16602 LIBS
=$ac_check_soname_save_LIBS
16604 if ${ac_cv_lib_soname_netapi:+false} :; then :
16605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
16606 $as_echo "not found" >&6; }
16607 cat >>confdefs.h
<<_ACEOF
16608 #define SONAME_LIBNETAPI "libnetapi.$LIBEXT"
16612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_netapi" >&5
16613 $as_echo "$ac_cv_lib_soname_netapi" >&6; }
16615 cat >>confdefs.h
<<_ACEOF
16616 #define SONAME_LIBNETAPI "$ac_cv_lib_soname_netapi"
16621 CPPFLAGS
=$ac_save_CPPFLAGS
16625 if test "x$enable_winealsa_drv$enable_winecoreaudio_drv$enable_winepulse_drv$enable_wineoss_drv$enable_wineandroid_drv" = xnonononono
-a \
16626 "x$with_alsa$with_coreaudio$with_oss$with_pulse" != xnononono
16628 as_fn_append wine_warnings
"|No sound system was found. Windows applications will be silent."
16631 if test "x$with_vulkan" != "xno"
16633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lvulkan" >&5
16634 $as_echo_n "checking for -lvulkan... " >&6; }
16635 if ${ac_cv_lib_soname_vulkan+:} false
; then :
16636 $as_echo_n "(cached) " >&6
16638 ac_check_soname_save_LIBS
=$LIBS
16639 LIBS
="-lvulkan $LIBS"
16640 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16641 /* end confdefs.h. */
16643 /* Override any GCC internal prototype to avoid an error.
16644 Use char because int might match the return type of a GCC
16645 builtin and then its argument prototype would still apply. */
16649 char vkGetInstanceProcAddr ();
16653 return vkGetInstanceProcAddr ();
16658 if ac_fn_c_try_link
"$LINENO"; then :
16660 dll
) ac_cv_lib_soname_vulkan
=`$ac_cv_path_LDD conftest.exe | grep "vulkan" | sed -e "s/dll.*/dll/"';2,$d'` ;;
16661 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'` ;;
16662 *) ac_cv_lib_soname_vulkan
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libvulkan\\.$LIBEXT" | sed -e "s/^.*\\[\\(libvulkan\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
16663 if ${ac_cv_lib_soname_vulkan:+false} :; then :
16664 ac_cv_lib_soname_vulkan
=`$LDD conftest$ac_exeext | grep "libvulkan\\.$LIBEXT" | sed -e "s/^.*\(libvulkan\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
16668 ac_cv_lib_soname_vulkan
=
16670 rm -f core conftest.err conftest.
$ac_objext \
16671 conftest
$ac_exeext conftest.
$ac_ext
16672 LIBS
=$ac_check_soname_save_LIBS
16674 if ${ac_cv_lib_soname_vulkan:+false} :; then :
16675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
16676 $as_echo "not found" >&6; }
16679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_vulkan" >&5
16680 $as_echo "$ac_cv_lib_soname_vulkan" >&6; }
16682 cat >>confdefs.h
<<_ACEOF
16683 #define SONAME_LIBVULKAN "$ac_cv_lib_soname_vulkan"
16688 if test "x$ac_cv_lib_soname_vulkan" = "x"
16690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lMoltenVK" >&5
16691 $as_echo_n "checking for -lMoltenVK... " >&6; }
16692 if ${ac_cv_lib_soname_MoltenVK+:} false
; then :
16693 $as_echo_n "(cached) " >&6
16695 ac_check_soname_save_LIBS
=$LIBS
16696 LIBS
="-lMoltenVK $LIBS"
16697 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16698 /* end confdefs.h. */
16700 /* Override any GCC internal prototype to avoid an error.
16701 Use char because int might match the return type of a GCC
16702 builtin and then its argument prototype would still apply. */
16706 char vkGetInstanceProcAddr ();
16710 return vkGetInstanceProcAddr ();
16715 if ac_fn_c_try_link
"$LINENO"; then :
16717 dll
) ac_cv_lib_soname_MoltenVK
=`$ac_cv_path_LDD conftest.exe | grep "MoltenVK" | sed -e "s/dll.*/dll/"';2,$d'` ;;
16718 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'` ;;
16719 *) ac_cv_lib_soname_MoltenVK
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libMoltenVK\\.$LIBEXT" | sed -e "s/^.*\\[\\(libMoltenVK\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
16720 if ${ac_cv_lib_soname_MoltenVK:+false} :; then :
16721 ac_cv_lib_soname_MoltenVK
=`$LDD conftest$ac_exeext | grep "libMoltenVK\\.$LIBEXT" | sed -e "s/^.*\(libMoltenVK\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
16725 ac_cv_lib_soname_MoltenVK
=
16727 rm -f core conftest.err conftest.
$ac_objext \
16728 conftest
$ac_exeext conftest.
$ac_ext
16729 LIBS
=$ac_check_soname_save_LIBS
16731 if ${ac_cv_lib_soname_MoltenVK:+false} :; then :
16732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
16733 $as_echo "not found" >&6; }
16736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_MoltenVK" >&5
16737 $as_echo "$ac_cv_lib_soname_MoltenVK" >&6; }
16739 cat >>confdefs.h
<<_ACEOF
16740 #define SONAME_LIBMOLTENVK "$ac_cv_lib_soname_MoltenVK"
16747 if test "x$ac_cv_lib_soname_vulkan" = "x" -a "x$ac_cv_lib_soname_MoltenVK" = "x"; then :
16748 case "x$with_vulkan" in
16749 x
) as_fn_append wine_notices
"|libvulkan and libMoltenVK ${notice_platform}development files not found, Vulkan won't be supported." ;;
16751 *) as_fn_error $?
"libvulkan and libMoltenVK ${notice_platform}development files not found, Vulkan won't be supported.
16752 This is an error since --with-vulkan was requested." "$LINENO" 5 ;;
16757 if test "x$with_vkd3d" != "xno"
16759 if ${VKD3D_CFLAGS:+false} :; then :
16760 if ${PKG_CONFIG+:} false
; then :
16761 VKD3D_CFLAGS
=`$PKG_CONFIG --cflags libvkd3d 2>/dev/null`
16765 if ${VKD3D_LIBS:+false} :; then :
16766 if ${PKG_CONFIG+:} false
; then :
16767 VKD3D_LIBS
=`$PKG_CONFIG --libs libvkd3d 2>/dev/null`
16772 $as_echo "$as_me:${as_lineno-$LINENO}: libvkd3d cflags: $VKD3D_CFLAGS" >&5
16773 $as_echo "$as_me:${as_lineno-$LINENO}: libvkd3d libs: $VKD3D_LIBS" >&5
16774 ac_save_CPPFLAGS
=$CPPFLAGS
16775 CPPFLAGS
="$CPPFLAGS $VKD3D_CFLAGS"
16776 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lvkd3d" >&5
16777 $as_echo_n "checking for -lvkd3d... " >&6; }
16778 if ${ac_cv_lib_soname_vkd3d+:} false
; then :
16779 $as_echo_n "(cached) " >&6
16781 ac_check_soname_save_LIBS
=$LIBS
16782 LIBS
="-lvkd3d $VKD3D_LIBS $LIBS"
16783 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16784 /* end confdefs.h. */
16786 /* Override any GCC internal prototype to avoid an error.
16787 Use char because int might match the return type of a GCC
16788 builtin and then its argument prototype would still apply. */
16792 char vkd3d_serialize_versioned_root_signature ();
16796 return vkd3d_serialize_versioned_root_signature ();
16801 if ac_fn_c_try_link
"$LINENO"; then :
16803 dll
) ac_cv_lib_soname_vkd3d
=`$ac_cv_path_LDD conftest.exe | grep "vkd3d" | sed -e "s/dll.*/dll/"';2,$d'` ;;
16804 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'` ;;
16805 *) ac_cv_lib_soname_vkd3d
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libvkd3d\\.$LIBEXT" | sed -e "s/^.*\\[\\(libvkd3d\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
16806 if ${ac_cv_lib_soname_vkd3d:+false} :; then :
16807 ac_cv_lib_soname_vkd3d
=`$LDD conftest$ac_exeext | grep "libvkd3d\\.$LIBEXT" | sed -e "s/^.*\(libvkd3d\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
16811 ac_cv_lib_soname_vkd3d
=
16813 rm -f core conftest.err conftest.
$ac_objext \
16814 conftest
$ac_exeext conftest.
$ac_ext
16815 LIBS
=$ac_check_soname_save_LIBS
16817 if ${ac_cv_lib_soname_vkd3d:+false} :; then :
16818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
16819 $as_echo "not found" >&6; }
16822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_vkd3d" >&5
16823 $as_echo "$ac_cv_lib_soname_vkd3d" >&6; }
16825 cat >>confdefs.h
<<_ACEOF
16826 #define SONAME_LIBVKD3D "$ac_cv_lib_soname_vkd3d"
16831 CPPFLAGS
=$ac_save_CPPFLAGS
16833 if ${VKD3D_SHADER_CFLAGS:+false} :; then :
16834 if ${PKG_CONFIG+:} false
; then :
16835 VKD3D_SHADER_CFLAGS
=`$PKG_CONFIG --cflags libvkd3d-shader 2>/dev/null`
16839 if ${VKD3D_SHADER_LIBS:+false} :; then :
16840 if ${PKG_CONFIG+:} false
; then :
16841 VKD3D_SHADER_LIBS
=`$PKG_CONFIG --libs libvkd3d-shader 2>/dev/null`
16846 $as_echo "$as_me:${as_lineno-$LINENO}: libvkd3d-shader cflags: $VKD3D_SHADER_CFLAGS" >&5
16847 $as_echo "$as_me:${as_lineno-$LINENO}: libvkd3d-shader libs: $VKD3D_SHADER_LIBS" >&5
16848 ac_save_CPPFLAGS
=$CPPFLAGS
16849 CPPFLAGS
="$CPPFLAGS $VKD3D_SHADER_CFLAGS"
16850 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lvkd3d-shader" >&5
16851 $as_echo_n "checking for -lvkd3d-shader... " >&6; }
16852 if ${ac_cv_lib_soname_vkd3d_shader+:} false
; then :
16853 $as_echo_n "(cached) " >&6
16855 ac_check_soname_save_LIBS
=$LIBS
16856 LIBS
="-lvkd3d-shader $VKD3D_SHADER_LIBS $LIBS"
16857 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16858 /* end confdefs.h. */
16860 /* Override any GCC internal prototype to avoid an error.
16861 Use char because int might match the return type of a GCC
16862 builtin and then its argument prototype would still apply. */
16866 char vkd3d_shader_compile ();
16870 return vkd3d_shader_compile ();
16875 if ac_fn_c_try_link
"$LINENO"; then :
16877 dll
) ac_cv_lib_soname_vkd3d_shader
=`$ac_cv_path_LDD conftest.exe | grep "vkd3d-shader" | sed -e "s/dll.*/dll/"';2,$d'` ;;
16878 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'` ;;
16879 *) 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'`
16880 if ${ac_cv_lib_soname_vkd3d_shader:+false} :; then :
16881 ac_cv_lib_soname_vkd3d_shader
=`$LDD conftest$ac_exeext | grep "libvkd3d-shader\\.$LIBEXT" | sed -e "s/^.*\(libvkd3d-shader\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
16885 ac_cv_lib_soname_vkd3d_shader
=
16887 rm -f core conftest.err conftest.
$ac_objext \
16888 conftest
$ac_exeext conftest.
$ac_ext
16889 LIBS
=$ac_check_soname_save_LIBS
16891 if ${ac_cv_lib_soname_vkd3d_shader:+false} :; then :
16892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
16893 $as_echo "not found" >&6; }
16896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_vkd3d_shader" >&5
16897 $as_echo "$ac_cv_lib_soname_vkd3d_shader" >&6; }
16899 cat >>confdefs.h
<<_ACEOF
16900 #define SONAME_LIBVKD3D_SHADER "$ac_cv_lib_soname_vkd3d_shader"
16905 CPPFLAGS
=$ac_save_CPPFLAGS
16908 if test "x$ac_cv_lib_soname_vkd3d" = "x"; then :
16909 case "x$with_vkd3d" in
16910 x
) as_fn_append wine_notices
"|vkd3d ${notice_platform}development files not found (or too old), Direct3D 12 won't be supported." ;;
16912 *) as_fn_error $?
"vkd3d ${notice_platform}development files not found (or too old), Direct3D 12 won't be supported.
16913 This is an error since --with-vkd3d was requested." "$LINENO" 5 ;;
16917 test "x$ac_cv_lib_soname_vkd3d" != "x" || enable_d3d12
=${enable_d3d12:-no}
16922 if test "x${GCC}" = "xyes"
16924 EXTRACFLAGS
="-Wall -pipe"
16926 saved_CFLAGS
=$CFLAGS
16927 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unknown-warning-option" >&5
16928 $as_echo_n "checking whether the compiler supports -Werror=unknown-warning-option... " >&6; }
16929 if ${ac_cv_cflags__Werror_unknown_warning_option+:} false
; then :
16930 $as_echo_n "(cached) " >&6
16932 ac_wine_try_cflags_saved
=$CFLAGS
16933 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
16934 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16935 /* end confdefs.h. */
16936 int main(int argc, char **argv) { return 0; }
16938 if ac_fn_c_try_link
"$LINENO"; then :
16939 ac_cv_cflags__Werror_unknown_warning_option
=yes
16941 ac_cv_cflags__Werror_unknown_warning_option
=no
16943 rm -f core conftest.err conftest.
$ac_objext \
16944 conftest
$ac_exeext conftest.
$ac_ext
16945 CFLAGS
=$ac_wine_try_cflags_saved
16947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_unknown_warning_option" >&5
16948 $as_echo "$ac_cv_cflags__Werror_unknown_warning_option" >&6; }
16949 if test "x$ac_cv_cflags__Werror_unknown_warning_option" = xyes
; then :
16950 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
16952 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unused-command-line-argument" >&5
16953 $as_echo_n "checking whether the compiler supports -Werror=unused-command-line-argument... " >&6; }
16954 if ${ac_cv_cflags__Werror_unused_command_line_argument+:} false
; then :
16955 $as_echo_n "(cached) " >&6
16957 ac_wine_try_cflags_saved
=$CFLAGS
16958 CFLAGS
="$CFLAGS -Werror=unused-command-line-argument"
16959 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16960 /* end confdefs.h. */
16961 int main(int argc, char **argv) { return 0; }
16963 if ac_fn_c_try_link
"$LINENO"; then :
16964 ac_cv_cflags__Werror_unused_command_line_argument
=yes
16966 ac_cv_cflags__Werror_unused_command_line_argument
=no
16968 rm -f core conftest.err conftest.
$ac_objext \
16969 conftest
$ac_exeext conftest.
$ac_ext
16970 CFLAGS
=$ac_wine_try_cflags_saved
16972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_unused_command_line_argument" >&5
16973 $as_echo "$ac_cv_cflags__Werror_unused_command_line_argument" >&6; }
16974 if test "x$ac_cv_cflags__Werror_unused_command_line_argument" = xyes
; then :
16975 CFLAGS
="$CFLAGS -Werror=unused-command-line-argument"
16977 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=ignored-optimization-argument" >&5
16978 $as_echo_n "checking whether the compiler supports -Werror=ignored-optimization-argument... " >&6; }
16979 if ${ac_cv_cflags__Werror_ignored_optimization_argument+:} false
; then :
16980 $as_echo_n "(cached) " >&6
16982 ac_wine_try_cflags_saved
=$CFLAGS
16983 CFLAGS
="$CFLAGS -Werror=ignored-optimization-argument"
16984 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16985 /* end confdefs.h. */
16986 int main(int argc, char **argv) { return 0; }
16988 if ac_fn_c_try_link
"$LINENO"; then :
16989 ac_cv_cflags__Werror_ignored_optimization_argument
=yes
16991 ac_cv_cflags__Werror_ignored_optimization_argument
=no
16993 rm -f core conftest.err conftest.
$ac_objext \
16994 conftest
$ac_exeext conftest.
$ac_ext
16995 CFLAGS
=$ac_wine_try_cflags_saved
16997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_ignored_optimization_argument" >&5
16998 $as_echo "$ac_cv_cflags__Werror_ignored_optimization_argument" >&6; }
16999 if test "x$ac_cv_cflags__Werror_ignored_optimization_argument" = xyes
; then :
17000 CFLAGS
="$CFLAGS -Werror=ignored-optimization-argument"
17002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fcf-protection=none" >&5
17003 $as_echo_n "checking whether the compiler supports -fcf-protection=none... " >&6; }
17004 if ${ac_cv_cflags__fcf_protection_none+:} false
; then :
17005 $as_echo_n "(cached) " >&6
17007 ac_wine_try_cflags_saved
=$CFLAGS
17008 CFLAGS
="$CFLAGS -fcf-protection=none"
17009 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17010 /* end confdefs.h. */
17011 int main(int argc, char **argv) { return 0; }
17013 if ac_fn_c_try_link
"$LINENO"; then :
17014 ac_cv_cflags__fcf_protection_none
=yes
17016 ac_cv_cflags__fcf_protection_none
=no
17018 rm -f core conftest.err conftest.
$ac_objext \
17019 conftest
$ac_exeext conftest.
$ac_ext
17020 CFLAGS
=$ac_wine_try_cflags_saved
17022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fcf_protection_none" >&5
17023 $as_echo "$ac_cv_cflags__fcf_protection_none" >&6; }
17024 if test "x$ac_cv_cflags__fcf_protection_none" = xyes
; then :
17025 EXTRACFLAGS
="$EXTRACFLAGS -fcf-protection=none"
17027 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-stack-protector" >&5
17028 $as_echo_n "checking whether the compiler supports -fno-stack-protector... " >&6; }
17029 if ${ac_cv_cflags__fno_stack_protector+:} false
; then :
17030 $as_echo_n "(cached) " >&6
17032 ac_wine_try_cflags_saved
=$CFLAGS
17033 CFLAGS
="$CFLAGS -fno-stack-protector"
17034 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17035 /* end confdefs.h. */
17036 int main(int argc, char **argv) { return 0; }
17038 if ac_fn_c_try_link
"$LINENO"; then :
17039 ac_cv_cflags__fno_stack_protector
=yes
17041 ac_cv_cflags__fno_stack_protector
=no
17043 rm -f core conftest.err conftest.
$ac_objext \
17044 conftest
$ac_exeext conftest.
$ac_ext
17045 CFLAGS
=$ac_wine_try_cflags_saved
17047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_stack_protector" >&5
17048 $as_echo "$ac_cv_cflags__fno_stack_protector" >&6; }
17049 if test "x$ac_cv_cflags__fno_stack_protector" = xyes
; then :
17050 EXTRACFLAGS
="$EXTRACFLAGS -fno-stack-protector"
17052 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
17053 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
17054 if ${ac_cv_cflags__fno_strict_aliasing+:} false
; then :
17055 $as_echo_n "(cached) " >&6
17057 ac_wine_try_cflags_saved
=$CFLAGS
17058 CFLAGS
="$CFLAGS -fno-strict-aliasing"
17059 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17060 /* end confdefs.h. */
17061 int main(int argc, char **argv) { return 0; }
17063 if ac_fn_c_try_link
"$LINENO"; then :
17064 ac_cv_cflags__fno_strict_aliasing
=yes
17066 ac_cv_cflags__fno_strict_aliasing
=no
17068 rm -f core conftest.err conftest.
$ac_objext \
17069 conftest
$ac_exeext conftest.
$ac_ext
17070 CFLAGS
=$ac_wine_try_cflags_saved
17072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
17073 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
17074 if test "x$ac_cv_cflags__fno_strict_aliasing" = xyes
; then :
17075 EXTRACFLAGS
="$EXTRACFLAGS -fno-strict-aliasing"
17077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
17078 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
17079 if ${ac_cv_cflags__Wdeclaration_after_statement+:} false
; then :
17080 $as_echo_n "(cached) " >&6
17082 ac_wine_try_cflags_saved
=$CFLAGS
17083 CFLAGS
="$CFLAGS -Wdeclaration-after-statement"
17084 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17085 /* end confdefs.h. */
17086 int main(int argc, char **argv) { return 0; }
17088 if ac_fn_c_try_link
"$LINENO"; then :
17089 ac_cv_cflags__Wdeclaration_after_statement
=yes
17091 ac_cv_cflags__Wdeclaration_after_statement
=no
17093 rm -f core conftest.err conftest.
$ac_objext \
17094 conftest
$ac_exeext conftest.
$ac_ext
17095 CFLAGS
=$ac_wine_try_cflags_saved
17097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
17098 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
17099 if test "x$ac_cv_cflags__Wdeclaration_after_statement" = xyes
; then :
17100 EXTRACFLAGS
="$EXTRACFLAGS -Wdeclaration-after-statement"
17102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wempty-body" >&5
17103 $as_echo_n "checking whether the compiler supports -Wempty-body... " >&6; }
17104 if ${ac_cv_cflags__Wempty_body+:} false
; then :
17105 $as_echo_n "(cached) " >&6
17107 ac_wine_try_cflags_saved
=$CFLAGS
17108 CFLAGS
="$CFLAGS -Wempty-body"
17109 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17110 /* end confdefs.h. */
17111 int main(int argc, char **argv) { return 0; }
17113 if ac_fn_c_try_link
"$LINENO"; then :
17114 ac_cv_cflags__Wempty_body
=yes
17116 ac_cv_cflags__Wempty_body
=no
17118 rm -f core conftest.err conftest.
$ac_objext \
17119 conftest
$ac_exeext conftest.
$ac_ext
17120 CFLAGS
=$ac_wine_try_cflags_saved
17122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wempty_body" >&5
17123 $as_echo "$ac_cv_cflags__Wempty_body" >&6; }
17124 if test "x$ac_cv_cflags__Wempty_body" = xyes
; then :
17125 EXTRACFLAGS
="$EXTRACFLAGS -Wempty-body"
17127 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wignored-qualifiers" >&5
17128 $as_echo_n "checking whether the compiler supports -Wignored-qualifiers... " >&6; }
17129 if ${ac_cv_cflags__Wignored_qualifiers+:} false
; then :
17130 $as_echo_n "(cached) " >&6
17132 ac_wine_try_cflags_saved
=$CFLAGS
17133 CFLAGS
="$CFLAGS -Wignored-qualifiers"
17134 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17135 /* end confdefs.h. */
17136 int main(int argc, char **argv) { return 0; }
17138 if ac_fn_c_try_link
"$LINENO"; then :
17139 ac_cv_cflags__Wignored_qualifiers
=yes
17141 ac_cv_cflags__Wignored_qualifiers
=no
17143 rm -f core conftest.err conftest.
$ac_objext \
17144 conftest
$ac_exeext conftest.
$ac_ext
17145 CFLAGS
=$ac_wine_try_cflags_saved
17147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wignored_qualifiers" >&5
17148 $as_echo "$ac_cv_cflags__Wignored_qualifiers" >&6; }
17149 if test "x$ac_cv_cflags__Wignored_qualifiers" = xyes
; then :
17150 EXTRACFLAGS
="$EXTRACFLAGS -Wignored-qualifiers"
17152 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpacked-not-aligned" >&5
17153 $as_echo_n "checking whether the compiler supports -Wpacked-not-aligned... " >&6; }
17154 if ${ac_cv_cflags__Wpacked_not_aligned+:} false
; then :
17155 $as_echo_n "(cached) " >&6
17157 ac_wine_try_cflags_saved
=$CFLAGS
17158 CFLAGS
="$CFLAGS -Wpacked-not-aligned"
17159 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17160 /* end confdefs.h. */
17161 int main(int argc, char **argv) { return 0; }
17163 if ac_fn_c_try_link
"$LINENO"; then :
17164 ac_cv_cflags__Wpacked_not_aligned
=yes
17166 ac_cv_cflags__Wpacked_not_aligned
=no
17168 rm -f core conftest.err conftest.
$ac_objext \
17169 conftest
$ac_exeext conftest.
$ac_ext
17170 CFLAGS
=$ac_wine_try_cflags_saved
17172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpacked_not_aligned" >&5
17173 $as_echo "$ac_cv_cflags__Wpacked_not_aligned" >&6; }
17174 if test "x$ac_cv_cflags__Wpacked_not_aligned" = xyes
; then :
17175 EXTRACFLAGS
="$EXTRACFLAGS -Wno-packed-not-aligned"
17177 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpragma-pack" >&5
17178 $as_echo_n "checking whether the compiler supports -Wpragma-pack... " >&6; }
17179 if ${ac_cv_cflags__Wpragma_pack+:} false
; then :
17180 $as_echo_n "(cached) " >&6
17182 ac_wine_try_cflags_saved
=$CFLAGS
17183 CFLAGS
="$CFLAGS -Wpragma-pack"
17184 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17185 /* end confdefs.h. */
17186 int main(int argc, char **argv) { return 0; }
17188 if ac_fn_c_try_link
"$LINENO"; then :
17189 ac_cv_cflags__Wpragma_pack
=yes
17191 ac_cv_cflags__Wpragma_pack
=no
17193 rm -f core conftest.err conftest.
$ac_objext \
17194 conftest
$ac_exeext conftest.
$ac_ext
17195 CFLAGS
=$ac_wine_try_cflags_saved
17197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpragma_pack" >&5
17198 $as_echo "$ac_cv_cflags__Wpragma_pack" >&6; }
17199 if test "x$ac_cv_cflags__Wpragma_pack" = xyes
; then :
17200 EXTRACFLAGS
="$EXTRACFLAGS -Wno-pragma-pack"
17202 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wshift-overflow=2" >&5
17203 $as_echo_n "checking whether the compiler supports -Wshift-overflow=2... " >&6; }
17204 if ${ac_cv_cflags__Wshift_overflow_2+:} false
; then :
17205 $as_echo_n "(cached) " >&6
17207 ac_wine_try_cflags_saved
=$CFLAGS
17208 CFLAGS
="$CFLAGS -Wshift-overflow=2"
17209 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17210 /* end confdefs.h. */
17211 int main(int argc, char **argv) { return 0; }
17213 if ac_fn_c_try_link
"$LINENO"; then :
17214 ac_cv_cflags__Wshift_overflow_2
=yes
17216 ac_cv_cflags__Wshift_overflow_2
=no
17218 rm -f core conftest.err conftest.
$ac_objext \
17219 conftest
$ac_exeext conftest.
$ac_ext
17220 CFLAGS
=$ac_wine_try_cflags_saved
17222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wshift_overflow_2" >&5
17223 $as_echo "$ac_cv_cflags__Wshift_overflow_2" >&6; }
17224 if test "x$ac_cv_cflags__Wshift_overflow_2" = xyes
; then :
17225 EXTRACFLAGS
="$EXTRACFLAGS -Wshift-overflow=2"
17227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
17228 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
17229 if ${ac_cv_cflags__Wstrict_prototypes+:} false
; then :
17230 $as_echo_n "(cached) " >&6
17232 ac_wine_try_cflags_saved
=$CFLAGS
17233 CFLAGS
="$CFLAGS -Wstrict-prototypes"
17234 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17235 /* end confdefs.h. */
17236 int main(int argc, char **argv) { return 0; }
17238 if ac_fn_c_try_link
"$LINENO"; then :
17239 ac_cv_cflags__Wstrict_prototypes
=yes
17241 ac_cv_cflags__Wstrict_prototypes
=no
17243 rm -f core conftest.err conftest.
$ac_objext \
17244 conftest
$ac_exeext conftest.
$ac_ext
17245 CFLAGS
=$ac_wine_try_cflags_saved
17247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
17248 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
17249 if test "x$ac_cv_cflags__Wstrict_prototypes" = xyes
; then :
17250 EXTRACFLAGS
="$EXTRACFLAGS -Wstrict-prototypes"
17252 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
17253 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
17254 if ${ac_cv_cflags__Wtype_limits+:} false
; then :
17255 $as_echo_n "(cached) " >&6
17257 ac_wine_try_cflags_saved
=$CFLAGS
17258 CFLAGS
="$CFLAGS -Wtype-limits"
17259 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17260 /* end confdefs.h. */
17261 int main(int argc, char **argv) { return 0; }
17263 if ac_fn_c_try_link
"$LINENO"; then :
17264 ac_cv_cflags__Wtype_limits
=yes
17266 ac_cv_cflags__Wtype_limits
=no
17268 rm -f core conftest.err conftest.
$ac_objext \
17269 conftest
$ac_exeext conftest.
$ac_ext
17270 CFLAGS
=$ac_wine_try_cflags_saved
17272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
17273 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
17274 if test "x$ac_cv_cflags__Wtype_limits" = xyes
; then :
17275 EXTRACFLAGS
="$EXTRACFLAGS -Wtype-limits"
17277 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wunused-but-set-parameter" >&5
17278 $as_echo_n "checking whether the compiler supports -Wunused-but-set-parameter... " >&6; }
17279 if ${ac_cv_cflags__Wunused_but_set_parameter+:} false
; then :
17280 $as_echo_n "(cached) " >&6
17282 ac_wine_try_cflags_saved
=$CFLAGS
17283 CFLAGS
="$CFLAGS -Wunused-but-set-parameter"
17284 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17285 /* end confdefs.h. */
17286 int main(int argc, char **argv) { return 0; }
17288 if ac_fn_c_try_link
"$LINENO"; then :
17289 ac_cv_cflags__Wunused_but_set_parameter
=yes
17291 ac_cv_cflags__Wunused_but_set_parameter
=no
17293 rm -f core conftest.err conftest.
$ac_objext \
17294 conftest
$ac_exeext conftest.
$ac_ext
17295 CFLAGS
=$ac_wine_try_cflags_saved
17297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wunused_but_set_parameter" >&5
17298 $as_echo "$ac_cv_cflags__Wunused_but_set_parameter" >&6; }
17299 if test "x$ac_cv_cflags__Wunused_but_set_parameter" = xyes
; then :
17300 EXTRACFLAGS
="$EXTRACFLAGS -Wunused-but-set-parameter"
17302 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wvla" >&5
17303 $as_echo_n "checking whether the compiler supports -Wvla... " >&6; }
17304 if ${ac_cv_cflags__Wvla+:} false
; then :
17305 $as_echo_n "(cached) " >&6
17307 ac_wine_try_cflags_saved
=$CFLAGS
17308 CFLAGS
="$CFLAGS -Wvla"
17309 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17310 /* end confdefs.h. */
17311 int main(int argc, char **argv) { return 0; }
17313 if ac_fn_c_try_link
"$LINENO"; then :
17314 ac_cv_cflags__Wvla
=yes
17316 ac_cv_cflags__Wvla
=no
17318 rm -f core conftest.err conftest.
$ac_objext \
17319 conftest
$ac_exeext conftest.
$ac_ext
17320 CFLAGS
=$ac_wine_try_cflags_saved
17322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wvla" >&5
17323 $as_echo "$ac_cv_cflags__Wvla" >&6; }
17324 if test "x$ac_cv_cflags__Wvla" = xyes
; then :
17325 EXTRACFLAGS
="$EXTRACFLAGS -Wvla"
17327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
17328 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
17329 if ${ac_cv_cflags__Wwrite_strings+:} false
; then :
17330 $as_echo_n "(cached) " >&6
17332 ac_wine_try_cflags_saved
=$CFLAGS
17333 CFLAGS
="$CFLAGS -Wwrite-strings"
17334 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17335 /* end confdefs.h. */
17336 int main(int argc, char **argv) { return 0; }
17338 if ac_fn_c_try_link
"$LINENO"; then :
17339 ac_cv_cflags__Wwrite_strings
=yes
17341 ac_cv_cflags__Wwrite_strings
=no
17343 rm -f core conftest.err conftest.
$ac_objext \
17344 conftest
$ac_exeext conftest.
$ac_ext
17345 CFLAGS
=$ac_wine_try_cflags_saved
17347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
17348 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
17349 if test "x$ac_cv_cflags__Wwrite_strings" = xyes
; then :
17350 EXTRACFLAGS
="$EXTRACFLAGS -Wwrite-strings"
17353 if test -z "$CROSSTARGET"
17355 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fexcess-precision=standard" >&5
17356 $as_echo_n "checking whether the compiler supports -fexcess-precision=standard... " >&6; }
17357 if ${ac_cv_cflags__fexcess_precision_standard+:} false
; then :
17358 $as_echo_n "(cached) " >&6
17360 ac_wine_try_cflags_saved
=$CFLAGS
17361 CFLAGS
="$CFLAGS -fexcess-precision=standard"
17362 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17363 /* end confdefs.h. */
17364 int main(int argc, char **argv) { return 0; }
17366 if ac_fn_c_try_link
"$LINENO"; then :
17367 ac_cv_cflags__fexcess_precision_standard
=yes
17369 ac_cv_cflags__fexcess_precision_standard
=no
17371 rm -f core conftest.err conftest.
$ac_objext \
17372 conftest
$ac_exeext conftest.
$ac_ext
17373 CFLAGS
=$ac_wine_try_cflags_saved
17375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fexcess_precision_standard" >&5
17376 $as_echo "$ac_cv_cflags__fexcess_precision_standard" >&6; }
17377 if test "x$ac_cv_cflags__fexcess_precision_standard" = xyes
; then :
17378 EXCESS_PRECISION_CFLAGS
="-fexcess-precision=standard"
17383 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpointer-arith" >&5
17384 $as_echo_n "checking whether the compiler supports -Wpointer-arith... " >&6; }
17385 if ${ac_cv_cflags__Wpointer_arith+:} false
; then :
17386 $as_echo_n "(cached) " >&6
17388 ac_wine_try_cflags_saved
=$CFLAGS
17389 CFLAGS
="$CFLAGS -Wpointer-arith"
17390 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17391 /* end confdefs.h. */
17392 int main(int argc, char **argv) { return 0; }
17394 if ac_fn_c_try_link
"$LINENO"; then :
17395 ac_cv_cflags__Wpointer_arith
=yes
17397 ac_cv_cflags__Wpointer_arith
=no
17399 rm -f core conftest.err conftest.
$ac_objext \
17400 conftest
$ac_exeext conftest.
$ac_ext
17401 CFLAGS
=$ac_wine_try_cflags_saved
17403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpointer_arith" >&5
17404 $as_echo "$ac_cv_cflags__Wpointer_arith" >&6; }
17405 if test "x$ac_cv_cflags__Wpointer_arith" = xyes
; then :
17406 saved_string_h_CFLAGS
=$CFLAGS
17407 CFLAGS
="$CFLAGS -Wpointer-arith -Werror"
17408 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wpointer-arith" >&5
17409 $as_echo_n "checking for broken string.h that generates warnings with -Wpointer-arith... " >&6; }
17410 if ${ac_cv_c_string_h_warnings+:} false
; then :
17411 $as_echo_n "(cached) " >&6
17413 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17414 /* end confdefs.h. */
17415 #include <string.h>
17424 if ac_fn_c_try_compile
"$LINENO"; then :
17425 ac_cv_c_string_h_warnings
=no
17427 ac_cv_c_string_h_warnings
=yes
17429 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
17431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
17432 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
17433 test "$ac_cv_c_string_h_warnings" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wpointer-arith"
17434 CFLAGS
=$saved_string_h_CFLAGS
17437 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wlogical-op" >&5
17438 $as_echo_n "checking whether the compiler supports -Wlogical-op... " >&6; }
17439 if ${ac_cv_cflags__Wlogical_op+:} false
; then :
17440 $as_echo_n "(cached) " >&6
17442 ac_wine_try_cflags_saved
=$CFLAGS
17443 CFLAGS
="$CFLAGS -Wlogical-op"
17444 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17445 /* end confdefs.h. */
17446 int main(int argc, char **argv) { return 0; }
17448 if ac_fn_c_try_link
"$LINENO"; then :
17449 ac_cv_cflags__Wlogical_op
=yes
17451 ac_cv_cflags__Wlogical_op
=no
17453 rm -f core conftest.err conftest.
$ac_objext \
17454 conftest
$ac_exeext conftest.
$ac_ext
17455 CFLAGS
=$ac_wine_try_cflags_saved
17457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wlogical_op" >&5
17458 $as_echo "$ac_cv_cflags__Wlogical_op" >&6; }
17459 if test "x$ac_cv_cflags__Wlogical_op" = xyes
; then :
17460 saved_string_h_CFLAGS
=$CFLAGS
17461 CFLAGS
="$CFLAGS -Wlogical-op -Werror"
17462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wlogical-op" >&5
17463 $as_echo_n "checking for broken string.h that generates warnings with -Wlogical-op... " >&6; }
17464 if ${ac_cv_c_logicalop_noisy+:} false
; then :
17465 $as_echo_n "(cached) " >&6
17467 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17468 /* end confdefs.h. */
17469 #include <string.h>
17470 char*f(const char *h,char n) {return strchr(h,n);}
17479 if ac_fn_c_try_compile
"$LINENO"; then :
17480 ac_cv_c_logicalop_noisy
=no
17482 ac_cv_c_logicalop_noisy
=yes
17484 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
17486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_logicalop_noisy" >&5
17487 $as_echo "$ac_cv_c_logicalop_noisy" >&6; }
17488 CFLAGS
=$saved_string_h_CFLAGS
17489 test "$ac_cv_c_logicalop_noisy" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wlogical-op"
17492 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for flags needed for 64-bit compare-and-swap support" >&5
17493 $as_echo_n "checking for flags needed for 64-bit compare-and-swap support... " >&6; }
17494 if ${wine_cv_64bit_compare_swap+:} false
; then :
17495 $as_echo_n "(cached) " >&6
17497 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17498 /* end confdefs.h. */
17499 #ifndef __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8
17510 if ac_fn_c_try_compile
"$LINENO"; then :
17511 wine_cv_64bit_compare_swap
="none needed"
17514 *i
[3456]86*) wine_cv_64bit_compare_swap
="-march=i586" ;;
17515 *arm
*) wine_cv_64bit_compare_swap
="-march=armv7-a" ;;
17516 *) wine_cv_64bit_compare_swap
="unknown" ;;
17518 if test "x$wine_cv_64bit_compare_swap" != xunknown
17520 CFLAGS
="$CFLAGS $wine_cv_64bit_compare_swap"
17521 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17522 /* end confdefs.h. */
17523 #ifndef __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8
17534 if ac_fn_c_try_compile
"$LINENO"; then :
17537 wine_cv_64bit_compare_swap
="unknown"
17539 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
17540 CFLAGS
=$saved_CFLAGS
17543 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
17545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_64bit_compare_swap" >&5
17546 $as_echo "$wine_cv_64bit_compare_swap" >&6; }
17547 case "$wine_cv_64bit_compare_swap" in
17548 unknown
) as_fn_error $?
"gcc doesn't support 64-bit compare-and-swap on this platform" "$LINENO" 5 ;;
17550 *) EXTRACFLAGS
="$EXTRACFLAGS $wine_cv_64bit_compare_swap" ;;
17553 for ac_flag
in $CFLAGS; do
17555 -g) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gdwarf-2" >&5
17556 $as_echo_n "checking whether the compiler supports -gdwarf-2... " >&6; }
17557 if ${ac_cv_cflags__gdwarf_2+:} false
; then :
17558 $as_echo_n "(cached) " >&6
17560 ac_wine_try_cflags_saved
=$CFLAGS
17561 CFLAGS
="$CFLAGS -gdwarf-2"
17562 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17563 /* end confdefs.h. */
17564 int main(int argc, char **argv) { return 0; }
17566 if ac_fn_c_try_link
"$LINENO"; then :
17567 ac_cv_cflags__gdwarf_2
=yes
17569 ac_cv_cflags__gdwarf_2
=no
17571 rm -f core conftest.err conftest.
$ac_objext \
17572 conftest
$ac_exeext conftest.
$ac_ext
17573 CFLAGS
=$ac_wine_try_cflags_saved
17575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gdwarf_2" >&5
17576 $as_echo "$ac_cv_cflags__gdwarf_2" >&6; }
17577 if test "x$ac_cv_cflags__gdwarf_2" = xyes
; then :
17578 EXTRACFLAGS
="$EXTRACFLAGS -gdwarf-2"
17580 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gstrict-dwarf" >&5
17581 $as_echo_n "checking whether the compiler supports -gstrict-dwarf... " >&6; }
17582 if ${ac_cv_cflags__gstrict_dwarf+:} false
; then :
17583 $as_echo_n "(cached) " >&6
17585 ac_wine_try_cflags_saved
=$CFLAGS
17586 CFLAGS
="$CFLAGS -gstrict-dwarf"
17587 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17588 /* end confdefs.h. */
17589 int main(int argc, char **argv) { return 0; }
17591 if ac_fn_c_try_link
"$LINENO"; then :
17592 ac_cv_cflags__gstrict_dwarf
=yes
17594 ac_cv_cflags__gstrict_dwarf
=no
17596 rm -f core conftest.err conftest.
$ac_objext \
17597 conftest
$ac_exeext conftest.
$ac_ext
17598 CFLAGS
=$ac_wine_try_cflags_saved
17600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gstrict_dwarf" >&5
17601 $as_echo "$ac_cv_cflags__gstrict_dwarf" >&6; }
17602 if test "x$ac_cv_cflags__gstrict_dwarf" = xyes
; then :
17603 EXTRACFLAGS
="$EXTRACFLAGS -gstrict-dwarf"
17611 mingw32
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-delayload,autoconftest.dll" >&5
17612 $as_echo_n "checking whether the compiler supports -Wl,-delayload,autoconftest.dll... " >&6; }
17613 if ${ac_cv_cflags__Wl__delayload_autoconftest_dll+:} false
; then :
17614 $as_echo_n "(cached) " >&6
17616 ac_wine_try_cflags_saved
=$CFLAGS
17617 CFLAGS
="$CFLAGS -Wl,-delayload,autoconftest.dll"
17618 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17619 /* end confdefs.h. */
17620 int main(int argc, char **argv) { return 0; }
17622 if ac_fn_c_try_link
"$LINENO"; then :
17623 ac_cv_cflags__Wl__delayload_autoconftest_dll
=yes
17625 ac_cv_cflags__Wl__delayload_autoconftest_dll
=no
17627 rm -f core conftest.err conftest.
$ac_objext \
17628 conftest
$ac_exeext conftest.
$ac_ext
17629 CFLAGS
=$ac_wine_try_cflags_saved
17631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__delayload_autoconftest_dll" >&5
17632 $as_echo "$ac_cv_cflags__Wl__delayload_autoconftest_dll" >&6; }
17633 if test "x$ac_cv_cflags__Wl__delayload_autoconftest_dll" = xyes
; then :
17634 DELAYLOADFLAG
="-Wl,-delayload,"
17637 *) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
17638 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
17639 if ${ac_cv_cflags__fno_builtin+:} false
; then :
17640 $as_echo_n "(cached) " >&6
17642 ac_wine_try_cflags_saved
=$CFLAGS
17643 CFLAGS
="$CFLAGS -fno-builtin"
17644 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17645 /* end confdefs.h. */
17646 int main(int argc, char **argv) { return 0; }
17648 if ac_fn_c_try_link
"$LINENO"; then :
17649 ac_cv_cflags__fno_builtin
=yes
17651 ac_cv_cflags__fno_builtin
=no
17653 rm -f core conftest.err conftest.
$ac_objext \
17654 conftest
$ac_exeext conftest.
$ac_ext
17655 CFLAGS
=$ac_wine_try_cflags_saved
17657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
17658 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
17659 if test "x$ac_cv_cflags__fno_builtin" = xyes
; then :
17660 MSVCRTFLAGS
="$MSVCRTFLAGS -fno-builtin"
17662 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fshort-wchar" >&5
17663 $as_echo_n "checking whether the compiler supports -fshort-wchar... " >&6; }
17664 if ${ac_cv_cflags__fshort_wchar+:} false
; then :
17665 $as_echo_n "(cached) " >&6
17667 ac_wine_try_cflags_saved
=$CFLAGS
17668 CFLAGS
="$CFLAGS -fshort-wchar"
17669 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17670 /* end confdefs.h. */
17671 int main(int argc, char **argv) { return 0; }
17673 if ac_fn_c_try_link
"$LINENO"; then :
17674 ac_cv_cflags__fshort_wchar
=yes
17676 ac_cv_cflags__fshort_wchar
=no
17678 rm -f core conftest.err conftest.
$ac_objext \
17679 conftest
$ac_exeext conftest.
$ac_ext
17680 CFLAGS
=$ac_wine_try_cflags_saved
17682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fshort_wchar" >&5
17683 $as_echo "$ac_cv_cflags__fshort_wchar" >&6; }
17684 if test "x$ac_cv_cflags__fshort_wchar" = xyes
; then :
17685 MSVCRTFLAGS
="$MSVCRTFLAGS -fshort-wchar"
17690 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-omit-frame-pointer" >&5
17691 $as_echo_n "checking whether the compiler supports -fno-omit-frame-pointer... " >&6; }
17692 if ${ac_cv_cflags__fno_omit_frame_pointer+:} false
; then :
17693 $as_echo_n "(cached) " >&6
17695 ac_wine_try_cflags_saved
=$CFLAGS
17696 CFLAGS
="$CFLAGS -fno-omit-frame-pointer"
17697 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17698 /* end confdefs.h. */
17699 int main(int argc, char **argv) { return 0; }
17701 if ac_fn_c_try_link
"$LINENO"; then :
17702 ac_cv_cflags__fno_omit_frame_pointer
=yes
17704 ac_cv_cflags__fno_omit_frame_pointer
=no
17706 rm -f core conftest.err conftest.
$ac_objext \
17707 conftest
$ac_exeext conftest.
$ac_ext
17708 CFLAGS
=$ac_wine_try_cflags_saved
17710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_omit_frame_pointer" >&5
17711 $as_echo "$ac_cv_cflags__fno_omit_frame_pointer" >&6; }
17712 if test "x$ac_cv_cflags__fno_omit_frame_pointer" = xyes
; then :
17713 EXTRACFLAGS
="$EXTRACFLAGS -fno-omit-frame-pointer"
17717 cygwin
*|mingw32
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wno-format" >&5
17718 $as_echo_n "checking whether the compiler supports -Wno-format... " >&6; }
17719 if ${ac_cv_cflags__Wno_format+:} false
; then :
17720 $as_echo_n "(cached) " >&6
17722 ac_wine_try_cflags_saved
=$CFLAGS
17723 CFLAGS
="$CFLAGS -Wno-format"
17724 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17725 /* end confdefs.h. */
17726 int main(int argc, char **argv) { return 0; }
17728 if ac_fn_c_try_link
"$LINENO"; then :
17729 ac_cv_cflags__Wno_format
=yes
17731 ac_cv_cflags__Wno_format
=no
17733 rm -f core conftest.err conftest.
$ac_objext \
17734 conftest
$ac_exeext conftest.
$ac_ext
17735 CFLAGS
=$ac_wine_try_cflags_saved
17737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wno_format" >&5
17738 $as_echo "$ac_cv_cflags__Wno_format" >&6; }
17739 if test "x$ac_cv_cflags__Wno_format" = xyes
; then :
17740 EXTRACFLAGS
="$EXTRACFLAGS -Wno-format"
17742 *) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -mabi=ms" >&5
17743 $as_echo_n "checking whether the compiler supports -mabi=ms... " >&6; }
17744 if ${ac_cv_cflags__mabi_ms+:} false
; then :
17745 $as_echo_n "(cached) " >&6
17747 ac_wine_try_cflags_saved
=$CFLAGS
17748 CFLAGS
="$CFLAGS -mabi=ms"
17749 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17750 /* end confdefs.h. */
17751 int main(int argc, char **argv) { return 0; }
17753 if ac_fn_c_try_link
"$LINENO"; then :
17754 ac_cv_cflags__mabi_ms
=yes
17756 ac_cv_cflags__mabi_ms
=no
17758 rm -f core conftest.err conftest.
$ac_objext \
17759 conftest
$ac_exeext conftest.
$ac_ext
17760 CFLAGS
=$ac_wine_try_cflags_saved
17762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__mabi_ms" >&5
17763 $as_echo "$ac_cv_cflags__mabi_ms" >&6; }
17764 if test "x$ac_cv_cflags__mabi_ms" = xyes
; then :
17765 MSVCRTFLAGS
="$MSVCRTFLAGS -mabi=ms"
17770 CFLAGS
=$saved_CFLAGS
17772 if test "x$enable_werror" = "xyes"
17774 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
17775 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
17776 if ${ac_cv_cflags__Werror+:} false
; then :
17777 $as_echo_n "(cached) " >&6
17779 ac_wine_try_cflags_saved
=$CFLAGS
17780 CFLAGS
="$CFLAGS -Werror"
17781 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17782 /* end confdefs.h. */
17783 int main(int argc, char **argv) { return 0; }
17785 if ac_fn_c_try_link
"$LINENO"; then :
17786 ac_cv_cflags__Werror
=yes
17788 ac_cv_cflags__Werror
=no
17790 rm -f core conftest.err conftest.
$ac_objext \
17791 conftest
$ac_exeext conftest.
$ac_ext
17792 CFLAGS
=$ac_wine_try_cflags_saved
17794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
17795 $as_echo "$ac_cv_cflags__Werror" >&6; }
17796 if test "x$ac_cv_cflags__Werror" = xyes
; then :
17797 EXTRACFLAGS
="$EXTRACFLAGS -Werror"
17803 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the need to disable Fortify" >&5
17804 $as_echo_n "checking for the need to disable Fortify... " >&6; }
17805 if ${ac_cv_c_fortify_enabled+:} false
; then :
17806 $as_echo_n "(cached) " >&6
17808 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17809 /* end confdefs.h. */
17810 #include <string.h>
17814 #if (defined(__USE_FORTIFY_LEVEL) && __USE_FORTIFY_LEVEL > 0) || (defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0)
17815 #error Fortify enabled
17821 if ac_fn_c_try_compile
"$LINENO"; then :
17822 ac_cv_c_fortify_enabled
=no
17824 ac_cv_c_fortify_enabled
=yes
17826 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
17828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_fortify_enabled" >&5
17829 $as_echo "$ac_cv_c_fortify_enabled" >&6; }
17830 if test "$ac_cv_c_fortify_enabled" = yes
17832 CFLAGS
="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
17836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
17837 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
17838 if ${ac_cv_c_cfi_support+:} false
; then :
17839 $as_echo_n "(cached) " >&6
17841 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17842 /* end confdefs.h. */
17843 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
17852 if ac_fn_c_try_compile
"$LINENO"; then :
17853 ac_cv_c_cfi_support
="yes"
17855 ac_cv_c_cfi_support
="no"
17857 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
17859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
17860 $as_echo "$ac_cv_c_cfi_support" >&6; }
17861 if test "$ac_cv_c_cfi_support" = "yes"
17863 DLLFLAGS
="$DLLFLAGS -fasynchronous-unwind-tables"
17864 LDDLLFLAGS
="$LDDLLFLAGS -fasynchronous-unwind-tables"
17866 if test "x$enable_win64" = "xyes"
17868 as_fn_append wine_warnings
"|building 64-bit Wine without support for CFI directives; exception handling will not work properly."
17874 cygwin
*|mingw32
*) TOOLSEXT
=".exe"
17881 *i
[3456789]86*|x86_64
*|
*aarch64
*)
17882 test "$wine_binary" = wine || wine_fn_append_file CONFIGURE_TARGETS
"loader/wine-preloader"
17883 WINELOADER_PROGRAMS
="$WINELOADER_PROGRAMS $wine_binary-preloader"
17890 ac_save_CFLAGS
="$CFLAGS"
17891 CFLAGS
="$CFLAGS $BUILTINFLAG"
17910 mach_continuous_time \
17928 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
17929 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
17930 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
17931 cat >>confdefs.h
<<_ACEOF
17932 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
17938 CFLAGS
="$ac_save_CFLAGS"
17940 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
17941 $as_echo_n "checking for library containing dlopen... " >&6; }
17942 if ${ac_cv_search_dlopen+:} false
; then :
17943 $as_echo_n "(cached) " >&6
17945 ac_func_search_save_LIBS
=$LIBS
17946 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17947 /* end confdefs.h. */
17949 /* Override any GCC internal prototype to avoid an error.
17950 Use char because int might match the return type of a GCC
17951 builtin and then its argument prototype would still apply. */
17964 for ac_lib
in '' dl
; do
17965 if test -z "$ac_lib"; then
17966 ac_res
="none required"
17969 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
17971 if ac_fn_c_try_link
"$LINENO"; then :
17972 ac_cv_search_dlopen
=$ac_res
17974 rm -f core conftest.err conftest.
$ac_objext \
17976 if ${ac_cv_search_dlopen+:} false
; then :
17980 if ${ac_cv_search_dlopen+:} false
; then :
17983 ac_cv_search_dlopen
=no
17985 rm conftest.
$ac_ext
17986 LIBS
=$ac_func_search_save_LIBS
17988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
17989 $as_echo "$ac_cv_search_dlopen" >&6; }
17990 ac_res
=$ac_cv_search_dlopen
17991 if test "$ac_res" != no
; then :
17992 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
17996 ac_wine_check_funcs_save_LIBS
="$LIBS"
17997 LIBS
="$LIBS $DL_LIBS"
17998 for ac_func
in dladdr dlinfo
18000 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18001 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
18002 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
18003 cat >>confdefs.h
<<_ACEOF
18004 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18010 LIBS
="$ac_wine_check_funcs_save_LIBS"
18012 if test "$ac_cv_func_poll" = no
18014 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
18015 $as_echo_n "checking for poll in -lpoll... " >&6; }
18016 if ${ac_cv_lib_poll_poll+:} false
; then :
18017 $as_echo_n "(cached) " >&6
18019 ac_check_lib_save_LIBS
=$LIBS
18020 LIBS
="-lpoll $LIBS"
18021 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18022 /* end confdefs.h. */
18024 /* Override any GCC internal prototype to avoid an error.
18025 Use char because int might match the return type of a GCC
18026 builtin and then its argument prototype would still apply. */
18039 if ac_fn_c_try_link
"$LINENO"; then :
18040 ac_cv_lib_poll_poll
=yes
18042 ac_cv_lib_poll_poll
=no
18044 rm -f core conftest.err conftest.
$ac_objext \
18045 conftest
$ac_exeext conftest.
$ac_ext
18046 LIBS
=$ac_check_lib_save_LIBS
18048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
18049 $as_echo "$ac_cv_lib_poll_poll" >&6; }
18050 if test "x$ac_cv_lib_poll_poll" = xyes
; then :
18051 $as_echo "#define HAVE_POLL 1" >>confdefs.h
18058 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
18059 $as_echo_n "checking for library containing gethostbyname... " >&6; }
18060 if ${ac_cv_search_gethostbyname+:} false
; then :
18061 $as_echo_n "(cached) " >&6
18063 ac_func_search_save_LIBS
=$LIBS
18064 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18065 /* end confdefs.h. */
18067 /* Override any GCC internal prototype to avoid an error.
18068 Use char because int might match the return type of a GCC
18069 builtin and then its argument prototype would still apply. */
18073 char gethostbyname ();
18077 return gethostbyname ();
18082 for ac_lib
in '' nsl
; do
18083 if test -z "$ac_lib"; then
18084 ac_res
="none required"
18087 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
18089 if ac_fn_c_try_link
"$LINENO"; then :
18090 ac_cv_search_gethostbyname
=$ac_res
18092 rm -f core conftest.err conftest.
$ac_objext \
18094 if ${ac_cv_search_gethostbyname+:} false
; then :
18098 if ${ac_cv_search_gethostbyname+:} false
; then :
18101 ac_cv_search_gethostbyname
=no
18103 rm conftest.
$ac_ext
18104 LIBS
=$ac_func_search_save_LIBS
18106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
18107 $as_echo "$ac_cv_search_gethostbyname" >&6; }
18108 ac_res
=$ac_cv_search_gethostbyname
18109 if test "$ac_res" != no
; then :
18110 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
18115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
18116 $as_echo_n "checking for library containing connect... " >&6; }
18117 if ${ac_cv_search_connect+:} false
; then :
18118 $as_echo_n "(cached) " >&6
18120 ac_func_search_save_LIBS
=$LIBS
18121 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18122 /* end confdefs.h. */
18124 /* Override any GCC internal prototype to avoid an error.
18125 Use char because int might match the return type of a GCC
18126 builtin and then its argument prototype would still apply. */
18139 for ac_lib
in '' socket
; do
18140 if test -z "$ac_lib"; then
18141 ac_res
="none required"
18144 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
18146 if ac_fn_c_try_link
"$LINENO"; then :
18147 ac_cv_search_connect
=$ac_res
18149 rm -f core conftest.err conftest.
$ac_objext \
18151 if ${ac_cv_search_connect+:} false
; then :
18155 if ${ac_cv_search_connect+:} false
; then :
18158 ac_cv_search_connect
=no
18160 rm conftest.
$ac_ext
18161 LIBS
=$ac_func_search_save_LIBS
18163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
18164 $as_echo "$ac_cv_search_connect" >&6; }
18165 ac_res
=$ac_cv_search_connect
18166 if test "$ac_res" != no
; then :
18167 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
18172 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
18173 $as_echo_n "checking for library containing inet_aton... " >&6; }
18174 if ${ac_cv_search_inet_aton+:} false
; then :
18175 $as_echo_n "(cached) " >&6
18177 ac_func_search_save_LIBS
=$LIBS
18178 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18179 /* end confdefs.h. */
18181 /* Override any GCC internal prototype to avoid an error.
18182 Use char because int might match the return type of a GCC
18183 builtin and then its argument prototype would still apply. */
18191 return inet_aton ();
18196 for ac_lib
in '' resolv
; do
18197 if test -z "$ac_lib"; then
18198 ac_res
="none required"
18201 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
18203 if ac_fn_c_try_link
"$LINENO"; then :
18204 ac_cv_search_inet_aton
=$ac_res
18206 rm -f core conftest.err conftest.
$ac_objext \
18208 if ${ac_cv_search_inet_aton+:} false
; then :
18212 if ${ac_cv_search_inet_aton+:} false
; then :
18215 ac_cv_search_inet_aton
=no
18217 rm conftest.
$ac_ext
18218 LIBS
=$ac_func_search_save_LIBS
18220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
18221 $as_echo "$ac_cv_search_inet_aton" >&6; }
18222 ac_res
=$ac_cv_search_inet_aton
18223 if test "$ac_res" != no
; then :
18224 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
18235 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18236 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
18237 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
18238 cat >>confdefs.h
<<_ACEOF
18239 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18247 darwin
*|macosx
*) ;;
18248 *) ac_save_LIBS
=$LIBS
18249 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
18250 $as_echo_n "checking for library containing clock_gettime... " >&6; }
18251 if ${ac_cv_search_clock_gettime+:} false
; then :
18252 $as_echo_n "(cached) " >&6
18254 ac_func_search_save_LIBS
=$LIBS
18255 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18256 /* end confdefs.h. */
18258 /* Override any GCC internal prototype to avoid an error.
18259 Use char because int might match the return type of a GCC
18260 builtin and then its argument prototype would still apply. */
18264 char clock_gettime ();
18268 return clock_gettime ();
18273 for ac_lib
in '' rt
; do
18274 if test -z "$ac_lib"; then
18275 ac_res
="none required"
18278 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
18280 if ac_fn_c_try_link
"$LINENO"; then :
18281 ac_cv_search_clock_gettime
=$ac_res
18283 rm -f core conftest.err conftest.
$ac_objext \
18285 if ${ac_cv_search_clock_gettime+:} false
; then :
18289 if ${ac_cv_search_clock_gettime+:} false
; then :
18292 ac_cv_search_clock_gettime
=no
18294 rm conftest.
$ac_ext
18295 LIBS
=$ac_func_search_save_LIBS
18297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5
18298 $as_echo "$ac_cv_search_clock_gettime" >&6; }
18299 ac_res
=$ac_cv_search_clock_gettime
18300 if test "$ac_res" != no
; then :
18301 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
18303 $as_echo "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h
18305 test "$ac_res" = "none required" || RT_LIBS
="$ac_res"
18313 if test "x$with_ldap" != "xno"
18315 if ${LDAP_CFLAGS:+false} :; then :
18316 if ${PKG_CONFIG+:} false
; then :
18317 LDAP_CFLAGS
=`$PKG_CONFIG --cflags openldap 2>/dev/null`
18321 if ${LDAP_LIBS:+false} :; then :
18322 if ${PKG_CONFIG+:} false
; then :
18323 LDAP_LIBS
=`$PKG_CONFIG --libs openldap 2>/dev/null`
18327 LDAP_LIBS
=${LDAP_LIBS:-"-lldap_r -llber"}
18328 $as_echo "$as_me:${as_lineno-$LINENO}: openldap cflags: $LDAP_CFLAGS" >&5
18329 $as_echo "$as_me:${as_lineno-$LINENO}: openldap libs: $LDAP_LIBS" >&5
18330 ac_save_CPPFLAGS
=$CPPFLAGS
18331 CPPFLAGS
="$CPPFLAGS $LDAP_CFLAGS"
18332 for ac_header
in ldap.h lber.h
18334 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
18335 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
18336 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
18337 cat >>confdefs.h
<<_ACEOF
18338 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
18345 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18347 ac_fn_c_check_type
"$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
18349 if test "x$ac_cv_type_LDAPSortKey" = xyes
; then :
18350 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
18351 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
18352 if ${ac_cv_lib_ldap_r_ldap_initialize+:} false
; then :
18353 $as_echo_n "(cached) " >&6
18355 ac_check_lib_save_LIBS
=$LIBS
18356 LIBS
="-lldap_r $PTHREAD_LIBS $LDAP_LIBS $LIBS"
18357 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18358 /* end confdefs.h. */
18360 /* Override any GCC internal prototype to avoid an error.
18361 Use char because int might match the return type of a GCC
18362 builtin and then its argument prototype would still apply. */
18366 char ldap_initialize ();
18370 return ldap_initialize ();
18375 if ac_fn_c_try_link
"$LINENO"; then :
18376 ac_cv_lib_ldap_r_ldap_initialize
=yes
18378 ac_cv_lib_ldap_r_ldap_initialize
=no
18380 rm -f core conftest.err conftest.
$ac_objext \
18381 conftest
$ac_exeext conftest.
$ac_ext
18382 LIBS
=$ac_check_lib_save_LIBS
18384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18385 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18386 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = xyes
; then :
18387 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
18388 $as_echo_n "checking for ber_init in -llber... " >&6; }
18389 if ${ac_cv_lib_lber_ber_init+:} false
; then :
18390 $as_echo_n "(cached) " >&6
18392 ac_check_lib_save_LIBS
=$LIBS
18393 LIBS
="-llber $PTHREAD_LIBS $LDAP_LIBS $LIBS"
18394 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18395 /* end confdefs.h. */
18397 /* Override any GCC internal prototype to avoid an error.
18398 Use char because int might match the return type of a GCC
18399 builtin and then its argument prototype would still apply. */
18407 return ber_init ();
18412 if ac_fn_c_try_link
"$LINENO"; then :
18413 ac_cv_lib_lber_ber_init
=yes
18415 ac_cv_lib_lber_ber_init
=no
18417 rm -f core conftest.err conftest.
$ac_objext \
18418 conftest
$ac_exeext conftest.
$ac_ext
18419 LIBS
=$ac_check_lib_save_LIBS
18421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
18422 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
18423 if test "x$ac_cv_lib_lber_ber_init" = xyes
; then :
18425 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
18439 ac_wine_check_funcs_save_LIBS
="$LIBS"
18440 LIBS
="$LIBS $LDAP_LIBS $PTHREAD_LIBS"
18442 ldap_count_references \
18443 ldap_first_reference \
18444 ldap_next_reference \
18445 ldap_parse_reference \
18446 ldap_parse_sort_control \
18447 ldap_parse_sortresponse_control \
18448 ldap_parse_vlv_control \
18449 ldap_parse_vlvresponse_control
18451 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18452 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
18453 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
18454 cat >>confdefs.h
<<_ACEOF
18455 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18461 LIBS
="$ac_wine_check_funcs_save_LIBS"
18465 CPPFLAGS
=$ac_save_CPPFLAGS
18468 if test "x$LDAP_LIBS" = "x"; then :
18469 case "x$with_ldap" in
18470 x
) as_fn_append wine_notices
"|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
18472 *) as_fn_error $?
"libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
18473 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
18478 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_setaffinity" >&5
18479 $as_echo_n "checking for sched_setaffinity... " >&6; }
18480 if ${wine_cv_have_sched_setaffinity+:} false
; then :
18481 $as_echo_n "(cached) " >&6
18483 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18484 /* end confdefs.h. */
18485 #define _GNU_SOURCE
18490 sched_setaffinity(0, 0, 0);
18495 if ac_fn_c_try_link
"$LINENO"; then :
18496 wine_cv_have_sched_setaffinity
=yes
18498 wine_cv_have_sched_setaffinity
=no
18500 rm -f core conftest.err conftest.
$ac_objext \
18501 conftest
$ac_exeext conftest.
$ac_ext
18503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sched_setaffinity" >&5
18504 $as_echo "$wine_cv_have_sched_setaffinity" >&6; }
18505 if test "$wine_cv_have_sched_setaffinity" = "yes"
18508 $as_echo "#define HAVE_SCHED_SETAFFINITY 1" >>confdefs.h
18512 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fallocate" >&5
18513 $as_echo_n "checking for fallocate... " >&6; }
18514 if ${wine_cv_have_fallocate+:} false
; then :
18515 $as_echo_n "(cached) " >&6
18517 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18518 /* end confdefs.h. */
18519 #define _GNU_SOURCE
18524 fallocate(-1, 0, 0, 0);
18529 if ac_fn_c_try_link
"$LINENO"; then :
18530 wine_cv_have_fallocate
=yes
18532 wine_cv_have_fallocate
=no
18534 rm -f core conftest.err conftest.
$ac_objext \
18535 conftest
$ac_exeext conftest.
$ac_ext
18537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_fallocate" >&5
18538 $as_echo "$wine_cv_have_fallocate" >&6; }
18539 if test "$wine_cv_have_fallocate" = "yes"
18542 $as_echo "#define HAVE_FALLOCATE 1" >>confdefs.h
18547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
18548 $as_echo_n "checking for inline... " >&6; }
18549 if ${ac_cv_c_inline+:} false
; then :
18550 $as_echo_n "(cached) " >&6
18553 for ac_kw
in inline __inline__ __inline
; do
18554 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18555 /* end confdefs.h. */
18556 #ifndef __cplusplus
18558 static $ac_kw foo_t static_foo () {return 0; }
18559 $ac_kw foo_t foo () {return 0; }
18563 if ac_fn_c_try_compile
"$LINENO"; then :
18564 ac_cv_c_inline
=$ac_kw
18566 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18567 test "$ac_cv_c_inline" != no
&& break
18571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
18572 $as_echo "$ac_cv_c_inline" >&6; }
18574 case $ac_cv_c_inline in
18577 case $ac_cv_c_inline in
18579 *) ac_val
=$ac_cv_c_inline;;
18581 cat >>confdefs.h
<<_ACEOF
18582 #ifndef __cplusplus
18583 #define inline $ac_val
18589 ac_fn_c_check_type
"$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
18590 #include <signal.h>
18592 if test "x$ac_cv_type_sigset_t" = xyes
; then :
18594 cat >>confdefs.h
<<_ACEOF
18595 #define HAVE_SIGSET_T 1
18601 ac_fn_c_check_type
"$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
18603 if test "x$ac_cv_type_request_sense" = xyes
; then :
18605 cat >>confdefs.h
<<_ACEOF
18606 #define HAVE_REQUEST_SENSE 1
18613 ac_fn_c_check_type
"$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
18614 #ifdef HAVE_SYS_SOCKET_H
18615 #include <sys/socket.h>
18617 #ifdef HAVE_SYS_SOCKETVAR_H
18618 #include <sys/socketvar.h>
18620 #ifdef HAVE_NET_ROUTE_H
18621 #include <net/route.h>
18623 #ifdef HAVE_NETINET_IN_H
18624 #include <netinet/in.h>
18626 #ifdef HAVE_NETINET_IN_SYSTM_H
18627 #include <netinet/in_systm.h>
18629 #ifdef HAVE_NETINET_IP_H
18630 #include <netinet/ip.h>
18632 #ifdef HAVE_NETINET_IN_PCB_H
18633 #include <netinet/in_pcb.h>
18636 if test "x$ac_cv_type_struct_xinpgen" = xyes
; then :
18638 cat >>confdefs.h
<<_ACEOF
18639 #define HAVE_STRUCT_XINPGEN 1
18646 ac_fn_c_check_member
"$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
18647 #include <linux/input.h>
18650 if test "x$ac_cv_member_struct_ff_effect_direction" = xyes
; then :
18652 cat >>confdefs.h
<<_ACEOF
18653 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
18660 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for if_nameindex" >&5
18661 $as_echo_n "checking for if_nameindex... " >&6; }
18662 if ${wine_cv_have_if_nameindex+:} false
; then :
18663 $as_echo_n "(cached) " >&6
18665 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18666 /* end confdefs.h. */
18667 #ifdef HAVE_SYS_TYPES_H
18668 #include <sys/types.h>
18670 #ifdef HAVE_SYS_SOCKET_H
18671 #include <sys/socket.h>
18673 #ifdef HAVE_NET_IF_H
18674 # include <net/if.h>
18679 struct if_nameindex *p = if_nameindex(); return p->if_index;
18684 if ac_fn_c_try_link
"$LINENO"; then :
18685 wine_cv_have_if_nameindex
=yes
18687 wine_cv_have_if_nameindex
=no
18689 rm -f core conftest.err conftest.
$ac_objext \
18690 conftest
$ac_exeext conftest.
$ac_ext
18692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_if_nameindex" >&5
18693 $as_echo "$wine_cv_have_if_nameindex" >&6; }
18694 if test "$wine_cv_have_if_nameindex" = "yes"
18697 $as_echo "#define HAVE_IF_NAMEINDEX 1" >>confdefs.h
18701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
18702 $as_echo_n "checking for sigaddset... " >&6; }
18703 if ${wine_cv_have_sigaddset+:} false
; then :
18704 $as_echo_n "(cached) " >&6
18706 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18707 /* end confdefs.h. */
18708 #include <signal.h>
18712 sigset_t set; sigaddset(&set,SIGTERM);
18717 if ac_fn_c_try_link
"$LINENO"; then :
18718 wine_cv_have_sigaddset
=yes
18720 wine_cv_have_sigaddset
=no
18722 rm -f core conftest.err conftest.
$ac_objext \
18723 conftest
$ac_exeext conftest.
$ac_ext
18725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
18726 $as_echo "$wine_cv_have_sigaddset" >&6; }
18727 if test "$wine_cv_have_sigaddset" = "yes"
18730 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
18735 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
18736 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
18737 if ${wine_cv_linux_gethostbyname_r_6+:} false
; then :
18738 $as_echo_n "(cached) " >&6
18740 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18741 /* end confdefs.h. */
18749 struct hostent *result;
18756 gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
18757 gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
18763 if ac_fn_c_try_link
"$LINENO"; then :
18764 wine_cv_linux_gethostbyname_r_6
=yes
18766 wine_cv_linux_gethostbyname_r_6
=no
18769 rm -f core conftest.err conftest.
$ac_objext \
18770 conftest
$ac_exeext conftest.
$ac_ext
18773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
18774 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
18775 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
18778 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
18782 if test "$ac_cv_header_linux_joystick_h" = "yes"
18784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
18785 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
18786 if ${wine_cv_linux_joystick_22_api+:} false
; then :
18787 $as_echo_n "(cached) " >&6
18789 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18790 /* end confdefs.h. */
18792 #include <sys/ioctl.h>
18793 #include <sys/types.h>
18794 #include <linux/joystick.h>
18796 struct js_event blub;
18797 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
18798 #error "no 2.2 header"
18809 if ac_fn_c_try_compile
"$LINENO"; then :
18810 wine_cv_linux_joystick_22_api
=yes
18812 wine_cv_linux_joystick_22_api
=no
18814 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
18818 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
18819 if test "$wine_cv_linux_joystick_22_api" = "yes"
18822 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
18827 ac_fn_c_check_member
"$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
18828 #ifdef HAVE_SYS_SOCKET_H
18829 # include <sys/socket.h>
18831 #ifdef HAVE_SYS_UN_H
18832 # include <sys/un.h>
18835 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = xyes
; then :
18837 cat >>confdefs.h
<<_ACEOF
18838 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
18843 ac_fn_c_check_member
"$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
18844 #ifdef HAVE_SYS_SOCKET_H
18845 # include <sys/socket.h>
18847 #ifdef HAVE_SYS_UN_H
18848 # include <sys/un.h>
18851 if test "x$ac_cv_member_struct_sockaddr_sa_len" = xyes
; then :
18853 cat >>confdefs.h
<<_ACEOF
18854 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
18859 ac_fn_c_check_member
"$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
18860 #ifdef HAVE_SYS_SOCKET_H
18861 # include <sys/socket.h>
18863 #ifdef HAVE_SYS_UN_H
18864 # include <sys/un.h>
18867 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = xyes
; then :
18869 cat >>confdefs.h
<<_ACEOF
18870 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
18877 ac_fn_c_check_member
"$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
18878 #ifdef HAVE_SCSI_SG_H
18879 #include <scsi/sg.h>
18882 if test "x$ac_cv_member_scsireq_t_cmd" = xyes
; then :
18884 cat >>confdefs.h
<<_ACEOF
18885 #define HAVE_SCSIREQ_T_CMD 1
18890 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>
18891 #ifdef HAVE_SCSI_SG_H
18892 #include <scsi/sg.h>
18895 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = xyes
; then :
18897 cat >>confdefs.h
<<_ACEOF
18898 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
18905 ac_fn_c_check_member
"$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
18907 if test "x$ac_cv_member_siginfo_t_si_fd" = xyes
; then :
18909 cat >>confdefs.h
<<_ACEOF
18910 #define HAVE_SIGINFO_T_SI_FD 1
18917 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
18918 #ifdef HAVE_SYS_MTIO_H
18919 #include <sys/mtio.h>
18922 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = xyes
; then :
18924 cat >>confdefs.h
<<_ACEOF
18925 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
18930 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
18931 #ifdef HAVE_SYS_MTIO_H
18932 #include <sys/mtio.h>
18935 if test "x$ac_cv_member_struct_mtget_mt_gstat" = xyes
; then :
18937 cat >>confdefs.h
<<_ACEOF
18938 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
18943 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
18944 #ifdef HAVE_SYS_MTIO_H
18945 #include <sys/mtio.h>
18948 if test "x$ac_cv_member_struct_mtget_mt_blkno" = xyes
; then :
18950 cat >>confdefs.h
<<_ACEOF
18951 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
18958 ac_fn_c_check_member
"$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
18959 #include <getopt.h>
18962 if test "x$ac_cv_member_struct_option_name" = xyes
; then :
18964 cat >>confdefs.h
<<_ACEOF
18965 #define HAVE_STRUCT_OPTION_NAME 1
18972 ac_fn_c_check_member
"$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
18973 if test "x$ac_cv_member_struct_stat_st_blocks" = xyes
; then :
18975 cat >>confdefs.h
<<_ACEOF
18976 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
18981 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
18982 if test "x$ac_cv_member_struct_stat_st_mtim" = xyes
; then :
18984 cat >>confdefs.h
<<_ACEOF
18985 #define HAVE_STRUCT_STAT_ST_MTIM 1
18990 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtimespec" "ac_cv_member_struct_stat_st_mtimespec" "$ac_includes_default"
18991 if test "x$ac_cv_member_struct_stat_st_mtimespec" = xyes
; then :
18993 cat >>confdefs.h
<<_ACEOF
18994 #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
18999 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
19000 if test "x$ac_cv_member_struct_stat_st_ctim" = xyes
; then :
19002 cat >>confdefs.h
<<_ACEOF
19003 #define HAVE_STRUCT_STAT_ST_CTIM 1
19008 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctimespec" "ac_cv_member_struct_stat_st_ctimespec" "$ac_includes_default"
19009 if test "x$ac_cv_member_struct_stat_st_ctimespec" = xyes
; then :
19011 cat >>confdefs.h
<<_ACEOF
19012 #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
19017 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
19018 if test "x$ac_cv_member_struct_stat_st_atim" = xyes
; then :
19020 cat >>confdefs.h
<<_ACEOF
19021 #define HAVE_STRUCT_STAT_ST_ATIM 1
19026 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atimespec" "ac_cv_member_struct_stat_st_atimespec" "$ac_includes_default"
19027 if test "x$ac_cv_member_struct_stat_st_atimespec" = xyes
; then :
19029 cat >>confdefs.h
<<_ACEOF
19030 #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
19035 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtime" "ac_cv_member_struct_stat_st_birthtime" "$ac_includes_default"
19036 if test "x$ac_cv_member_struct_stat_st_birthtime" = xyes
; then :
19038 cat >>confdefs.h
<<_ACEOF
19039 #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
19044 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtim" "ac_cv_member_struct_stat_st_birthtim" "$ac_includes_default"
19045 if test "x$ac_cv_member_struct_stat_st_birthtim" = xyes
; then :
19047 cat >>confdefs.h
<<_ACEOF
19048 #define HAVE_STRUCT_STAT_ST_BIRTHTIM 1
19053 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtimespec" "ac_cv_member_struct_stat_st_birthtimespec" "$ac_includes_default"
19054 if test "x$ac_cv_member_struct_stat_st_birthtimespec" = xyes
; then :
19056 cat >>confdefs.h
<<_ACEOF
19057 #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
19062 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtime" "ac_cv_member_struct_stat___st_birthtime" "$ac_includes_default"
19063 if test "x$ac_cv_member_struct_stat___st_birthtime" = xyes
; then :
19065 cat >>confdefs.h
<<_ACEOF
19066 #define HAVE_STRUCT_STAT___ST_BIRTHTIME 1
19071 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtim" "ac_cv_member_struct_stat___st_birthtim" "$ac_includes_default"
19072 if test "x$ac_cv_member_struct_stat___st_birthtim" = xyes
; then :
19074 cat >>confdefs.h
<<_ACEOF
19075 #define HAVE_STRUCT_STAT___ST_BIRTHTIM 1
19082 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
19083 #include <sys/types.h>
19085 #ifdef HAVE_NETINET_IN_H
19086 #include <netinet/in.h>
19089 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = xyes
; then :
19091 cat >>confdefs.h
<<_ACEOF
19092 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
19099 ac_fn_c_check_type
"$LINENO" "struct __res_state" "ac_cv_type_struct___res_state" "#ifdef HAVE_SYS_TYPES_H
19100 #include <sys/types.h>
19102 #ifdef HAVE_NETINET_IN_H
19103 #include <netinet/in.h>
19105 #ifdef HAVE_RESOLV_H
19106 #include <resolv.h>
19109 if test "x$ac_cv_type_struct___res_state" = xyes
; then :
19111 cat >>confdefs.h
<<_ACEOF
19112 #define HAVE_STRUCT___RES_STATE 1
19119 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
19120 #include <resolv.h>
19123 if test "x$ac_cv_member_struct___res_state__u__ext_nscount6" = xyes
; then :
19125 cat >>confdefs.h
<<_ACEOF
19126 #define HAVE_STRUCT___RES_STATE__U__EXT_NSCOUNT6 1
19133 ac_fn_c_check_member
"$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
19134 #include <sys/types.h>
19136 #ifdef HAVE_NETINET_IN_H
19137 # include <netinet/in.h>
19139 #ifdef HAVE_ARPA_NAMESER_H
19140 # include <arpa/nameser.h>
19143 if test "x$ac_cv_member_ns_msg__msg_ptr" = xyes
; then :
19145 cat >>confdefs.h
<<_ACEOF
19146 #define HAVE_NS_MSG__MSG_PTR 1
19153 ac_fn_c_check_member
"$LINENO" "struct icmpstat" "icps_inhist" "ac_cv_member_struct_icmpstat_icps_inhist" "#ifdef HAVE_SYS_TYPES_H
19154 #include <sys/types.h>
19156 #ifdef HAVE_NETINET_IN_H
19157 #include <netinet/in.h>
19159 #ifdef HAVE_NETINET_IP_H
19160 #include <netinet/ip.h>
19162 #ifdef HAVE_NETINET_IP_ICMP_H
19163 #include <netinet/ip_icmp.h>
19165 #ifdef HAVE_NETINET_ICMP_VAR_H
19166 #include <netinet/icmp_var.h>
19169 if test "x$ac_cv_member_struct_icmpstat_icps_inhist" = xyes
; then :
19171 cat >>confdefs.h
<<_ACEOF
19172 #define HAVE_STRUCT_ICMPSTAT_ICPS_INHIST 1
19179 ac_fn_c_check_member
"$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
19180 #include <sys/types.h>
19182 #ifdef HAVE_ALIAS_H
19185 #ifdef HAVE_SYS_SOCKET_H
19186 #include <sys/socket.h>
19188 #ifdef HAVE_SYS_SOCKETVAR_H
19189 #include <sys/socketvar.h>
19191 #ifdef HAVE_SYS_TIMEOUT_H
19192 #include <sys/timeout.h>
19194 #ifdef HAVE_NETINET_IN_H
19195 #include <netinet/in.h>
19197 #ifdef HAVE_NETINET_IN_SYSTM_H
19198 #include <netinet/in_systm.h>
19200 #ifdef HAVE_NETINET_IP_H
19201 #include <netinet/ip.h>
19203 #ifdef HAVE_NETINET_IP_VAR_H
19204 #include <netinet/ip_var.h>
19206 #ifdef HAVE_NETINET_IP_ICMP_H
19207 #include <netinet/ip_icmp.h>
19209 #ifdef HAVE_NETINET_ICMP_VAR_H
19210 #include <netinet/icmp_var.h>
19213 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = xyes
; then :
19215 cat >>confdefs.h
<<_ACEOF
19216 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
19223 ac_fn_c_check_member
"$LINENO" "struct ipstat" "ips_total" "ac_cv_member_struct_ipstat_ips_total" "#ifdef HAVE_SYS_TYPES_H
19224 #include <sys/types.h>
19226 #ifdef HAVE_SYS_SOCKETVAR_H
19227 #include <sys/socketvar.h>
19229 #ifdef HAVE_NETINET_IN_H
19230 #include <netinet/in.h>
19232 #ifdef HAVE_NETINET_IP_VAR_H
19233 #include <netinet/ip_var.h>
19236 if test "x$ac_cv_member_struct_ipstat_ips_total" = xyes
; then :
19238 cat >>confdefs.h
<<_ACEOF
19239 #define HAVE_STRUCT_IPSTAT_IPS_TOTAL 1
19246 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
19247 #include <netinet/ip_var.h>
19250 if test "x$ac_cv_member_struct_ip_stats_ips_total" = xyes
; then :
19252 cat >>confdefs.h
<<_ACEOF
19253 #define HAVE_STRUCT_IP_STATS_IPS_TOTAL 1
19260 ac_fn_c_check_member
"$LINENO" "struct tcpstat" "tcps_connattempt" "ac_cv_member_struct_tcpstat_tcps_connattempt" "#ifdef HAVE_SYS_TYPES_H
19261 #include <sys/types.h>
19263 #ifdef HAVE_SYS_SOCKETVAR_H
19264 #include <sys/socketvar.h>
19266 #ifdef HAVE_NETINET_IN_H
19267 #include <netinet/in.h>
19269 #ifdef HAVE_NETINET_TCP_H
19270 #include <netinet/tcp.h>
19272 #ifdef HAVE_NETINET_TCP_VAR_H
19273 #include <netinet/tcp_var.h>
19276 if test "x$ac_cv_member_struct_tcpstat_tcps_connattempt" = xyes
; then :
19278 cat >>confdefs.h
<<_ACEOF
19279 #define HAVE_STRUCT_TCPSTAT_TCPS_CONNATTEMPT 1
19286 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
19287 #include <netinet/tcp_var.h>
19290 if test "x$ac_cv_member_struct_tcp_stats_tcps_connattempt" = xyes
; then :
19292 cat >>confdefs.h
<<_ACEOF
19293 #define HAVE_STRUCT_TCP_STATS_TCPS_CONNATTEMPT 1
19300 ac_fn_c_check_member
"$LINENO" "struct udpstat" "udps_ipackets" "ac_cv_member_struct_udpstat_udps_ipackets" "#ifdef HAVE_SYS_TYPES_H
19301 #include <sys/types.h>
19303 #ifdef HAVE_NETINET_IN_H
19304 #include <netinet/in.h>
19306 #ifdef HAVE_NETINET_IP_VAR_H
19307 #include <netinet/ip_var.h>
19309 #ifdef HAVE_NETINET_UDP_H
19310 #include <netinet/udp.h>
19312 #ifdef HAVE_NETINET_UDP_VAR_H
19313 #include <netinet/udp_var.h>
19316 if test "x$ac_cv_member_struct_udpstat_udps_ipackets" = xyes
; then :
19318 cat >>confdefs.h
<<_ACEOF
19319 #define HAVE_STRUCT_UDPSTAT_UDPS_IPACKETS 1
19326 ac_fn_c_check_member
"$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
19327 #include <sys/types.h>
19329 #ifdef HAVE_NET_IF_H
19330 # include <net/if.h>
19333 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes
; then :
19335 cat >>confdefs.h
<<_ACEOF
19336 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
19343 ac_fn_c_check_member
"$LINENO" "struct sysinfo" "totalram" "ac_cv_member_struct_sysinfo_totalram" "#ifdef HAVE_SYS_SYSINFO_H
19344 # include <sys/sysinfo.h>
19347 if test "x$ac_cv_member_struct_sysinfo_totalram" = xyes
; then :
19349 cat >>confdefs.h
<<_ACEOF
19350 #define HAVE_STRUCT_SYSINFO_TOTALRAM 1
19355 ac_fn_c_check_member
"$LINENO" "struct sysinfo" "mem_unit" "ac_cv_member_struct_sysinfo_mem_unit" "#ifdef HAVE_SYS_SYSINFO_H
19356 # include <sys/sysinfo.h>
19359 if test "x$ac_cv_member_struct_sysinfo_mem_unit" = xyes
; then :
19361 cat >>confdefs.h
<<_ACEOF
19362 #define HAVE_STRUCT_SYSINFO_MEM_UNIT 1
19369 ac_save_LIBS
="$LIBS"
19371 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isfinite" >&5
19372 $as_echo_n "checking for isfinite... " >&6; }
19373 if ${ac_cv_have_isfinite+:} false
; then :
19374 $as_echo_n "(cached) " >&6
19376 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19377 /* end confdefs.h. */
19378 #define _GNU_SOURCE
19383 float f = 0.0; return isfinite(f)
19388 if ac_fn_c_try_link
"$LINENO"; then :
19389 ac_cv_have_isfinite
="yes"
19391 ac_cv_have_isfinite
="no"
19393 rm -f core conftest.err conftest.
$ac_objext \
19394 conftest
$ac_exeext conftest.
$ac_ext
19396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isfinite" >&5
19397 $as_echo "$ac_cv_have_isfinite" >&6; }
19398 if test "$ac_cv_have_isfinite" = "yes"
19401 $as_echo "#define HAVE_ISFINITE 1" >>confdefs.h
19405 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
19406 $as_echo_n "checking for isinf... " >&6; }
19407 if ${ac_cv_have_isinf+:} false
; then :
19408 $as_echo_n "(cached) " >&6
19410 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19411 /* end confdefs.h. */
19416 float f = 0.0; return isinf(f)
19421 if ac_fn_c_try_link
"$LINENO"; then :
19422 ac_cv_have_isinf
="yes"
19424 ac_cv_have_isinf
="no"
19426 rm -f core conftest.err conftest.
$ac_objext \
19427 conftest
$ac_exeext conftest.
$ac_ext
19429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
19430 $as_echo "$ac_cv_have_isinf" >&6; }
19431 if test "$ac_cv_have_isinf" = "yes"
19434 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
19438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
19439 $as_echo_n "checking for isnan... " >&6; }
19440 if ${ac_cv_have_isnan+:} false
; then :
19441 $as_echo_n "(cached) " >&6
19443 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19444 /* end confdefs.h. */
19449 float f = 0.0; return isnan(f)
19454 if ac_fn_c_try_link
"$LINENO"; then :
19455 ac_cv_have_isnan
="yes"
19457 ac_cv_have_isnan
="no"
19459 rm -f core conftest.err conftest.
$ac_objext \
19460 conftest
$ac_exeext conftest.
$ac_ext
19462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
19463 $as_echo "$ac_cv_have_isnan" >&6; }
19464 if test "$ac_cv_have_isnan" = "yes"
19467 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
19528 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
19529 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
19530 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
19531 cat >>confdefs.h
<<_ACEOF
19532 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19538 LIBS
="$ac_save_LIBS"
19540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_popcount" >&5
19541 $as_echo_n "checking for __builtin_popcount... " >&6; }
19542 if ${ac_cv_have___builtin_popcount+:} false
; then :
19543 $as_echo_n "(cached) " >&6
19545 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19546 /* end confdefs.h. */
19551 return __builtin_popcount(1)
19556 if ac_fn_c_try_link
"$LINENO"; then :
19557 ac_cv_have___builtin_popcount
="yes"
19559 ac_cv_have___builtin_popcount
="no"
19561 rm -f core conftest.err conftest.
$ac_objext \
19562 conftest
$ac_exeext conftest.
$ac_ext
19564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_popcount" >&5
19565 $as_echo "$ac_cv_have___builtin_popcount" >&6; }
19566 if test "$ac_cv_have___builtin_popcount" = "yes"
19569 $as_echo "#define HAVE___BUILTIN_POPCOUNT 1" >>confdefs.h
19573 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __clear_cache" >&5
19574 $as_echo_n "checking for __clear_cache... " >&6; }
19575 if ${ac_cv_have___clear_cache+:} false
; then :
19576 $as_echo_n "(cached) " >&6
19578 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19579 /* end confdefs.h. */
19584 __clear_cache((void*)0, (void*)0); return 0;
19589 if ac_fn_c_try_link
"$LINENO"; then :
19590 ac_cv_have___clear_cache
="yes"
19592 ac_cv_have___clear_cache
="no"
19594 rm -f core conftest.err conftest.
$ac_objext \
19595 conftest
$ac_exeext conftest.
$ac_ext
19597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___clear_cache" >&5
19598 $as_echo "$ac_cv_have___clear_cache" >&6; }
19599 if test "$ac_cv_have___clear_cache" = "yes"
19602 $as_echo "#define HAVE___CLEAR_CACHE 1" >>confdefs.h
19608 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
19609 $as_echo_n "checking whether we need to define __i386__... " >&6; }
19610 if ${ac_cv_cpp_def___i386__+:} false
; then :
19611 $as_echo_n "(cached) " >&6
19613 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19614 /* end confdefs.h. */
19619 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19620 $EGREP "yes" >/dev
/null
2>&1; then :
19621 ac_cv_cpp_def___i386__
=yes
19623 ac_cv_cpp_def___i386__
=no
19628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
19629 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
19630 if test "x$ac_cv_cpp_def___i386__" = xyes
; then :
19631 CFLAGS
="$CFLAGS -D__i386__"
19632 LINTFLAGS
="$LINTFLAGS -D__i386__"
19634 *x86_64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
19635 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
19636 if ${ac_cv_cpp_def___x86_64__+:} false
; then :
19637 $as_echo_n "(cached) " >&6
19639 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19640 /* end confdefs.h. */
19645 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19646 $EGREP "yes" >/dev
/null
2>&1; then :
19647 ac_cv_cpp_def___x86_64__
=yes
19649 ac_cv_cpp_def___x86_64__
=no
19654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
19655 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
19656 if test "x$ac_cv_cpp_def___x86_64__" = xyes
; then :
19657 CFLAGS
="$CFLAGS -D__x86_64__"
19658 LINTFLAGS
="$LINTFLAGS -D__x86_64__"
19660 *sparc64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc64__" >&5
19661 $as_echo_n "checking whether we need to define __sparc64__... " >&6; }
19662 if ${ac_cv_cpp_def___sparc64__+:} false
; then :
19663 $as_echo_n "(cached) " >&6
19665 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19666 /* end confdefs.h. */
19667 #ifndef __sparc64__
19671 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19672 $EGREP "yes" >/dev
/null
2>&1; then :
19673 ac_cv_cpp_def___sparc64__
=yes
19675 ac_cv_cpp_def___sparc64__
=no
19680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc64__" >&5
19681 $as_echo "$ac_cv_cpp_def___sparc64__" >&6; }
19682 if test "x$ac_cv_cpp_def___sparc64__" = xyes
; then :
19683 CFLAGS
="$CFLAGS -D__sparc64__"
19684 LINTFLAGS
="$LINTFLAGS -D__sparc64__"
19686 *sparc
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
19687 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
19688 if ${ac_cv_cpp_def___sparc__+:} false
; then :
19689 $as_echo_n "(cached) " >&6
19691 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19692 /* end confdefs.h. */
19697 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19698 $EGREP "yes" >/dev
/null
2>&1; then :
19699 ac_cv_cpp_def___sparc__
=yes
19701 ac_cv_cpp_def___sparc__
=no
19706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
19707 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
19708 if test "x$ac_cv_cpp_def___sparc__" = xyes
; then :
19709 CFLAGS
="$CFLAGS -D__sparc__"
19710 LINTFLAGS
="$LINTFLAGS -D__sparc__"
19712 *powerpc64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc64__" >&5
19713 $as_echo_n "checking whether we need to define __powerpc64__... " >&6; }
19714 if ${ac_cv_cpp_def___powerpc64__+:} false
; then :
19715 $as_echo_n "(cached) " >&6
19717 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19718 /* end confdefs.h. */
19719 #ifndef __powerpc64__
19723 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19724 $EGREP "yes" >/dev
/null
2>&1; then :
19725 ac_cv_cpp_def___powerpc64__
=yes
19727 ac_cv_cpp_def___powerpc64__
=no
19732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc64__" >&5
19733 $as_echo "$ac_cv_cpp_def___powerpc64__" >&6; }
19734 if test "x$ac_cv_cpp_def___powerpc64__" = xyes
; then :
19735 CFLAGS
="$CFLAGS -D__powerpc64__"
19736 LINTFLAGS
="$LINTFLAGS -D__powerpc64__"
19738 *powerpc
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
19739 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
19740 if ${ac_cv_cpp_def___powerpc__+:} false
; then :
19741 $as_echo_n "(cached) " >&6
19743 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19744 /* end confdefs.h. */
19745 #ifndef __powerpc__
19749 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19750 $EGREP "yes" >/dev
/null
2>&1; then :
19751 ac_cv_cpp_def___powerpc__
=yes
19753 ac_cv_cpp_def___powerpc__
=no
19758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
19759 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
19760 if test "x$ac_cv_cpp_def___powerpc__" = xyes
; then :
19761 CFLAGS
="$CFLAGS -D__powerpc__"
19762 LINTFLAGS
="$LINTFLAGS -D__powerpc__"
19764 *aarch64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __aarch64__" >&5
19765 $as_echo_n "checking whether we need to define __aarch64__... " >&6; }
19766 if ${ac_cv_cpp_def___aarch64__+:} false
; then :
19767 $as_echo_n "(cached) " >&6
19769 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19770 /* end confdefs.h. */
19771 #ifndef __aarch64__
19775 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19776 $EGREP "yes" >/dev
/null
2>&1; then :
19777 ac_cv_cpp_def___aarch64__
=yes
19779 ac_cv_cpp_def___aarch64__
=no
19784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___aarch64__" >&5
19785 $as_echo "$ac_cv_cpp_def___aarch64__" >&6; }
19786 if test "x$ac_cv_cpp_def___aarch64__" = xyes
; then :
19787 CFLAGS
="$CFLAGS -D__aarch64__"
19788 LINTFLAGS
="$LINTFLAGS -D__aarch64__"
19790 *arm
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __arm__" >&5
19791 $as_echo_n "checking whether we need to define __arm__... " >&6; }
19792 if ${ac_cv_cpp_def___arm__+:} false
; then :
19793 $as_echo_n "(cached) " >&6
19795 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19796 /* end confdefs.h. */
19801 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19802 $EGREP "yes" >/dev
/null
2>&1; then :
19803 ac_cv_cpp_def___arm__
=yes
19805 ac_cv_cpp_def___arm__
=no
19810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___arm__" >&5
19811 $as_echo "$ac_cv_cpp_def___arm__" >&6; }
19812 if test "x$ac_cv_cpp_def___arm__" = xyes
; then :
19813 CFLAGS
="$CFLAGS -D__arm__"
19814 LINTFLAGS
="$LINTFLAGS -D__arm__"
19818 case $host_vendor in
19819 *sun
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
19820 $as_echo_n "checking whether we need to define __sun__... " >&6; }
19821 if ${ac_cv_cpp_def___sun__+:} false
; then :
19822 $as_echo_n "(cached) " >&6
19824 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19825 /* end confdefs.h. */
19830 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19831 $EGREP "yes" >/dev
/null
2>&1; then :
19832 ac_cv_cpp_def___sun__
=yes
19834 ac_cv_cpp_def___sun__
=no
19839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
19840 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
19841 if test "x$ac_cv_cpp_def___sun__" = xyes
; then :
19842 CFLAGS
="$CFLAGS -D__sun__"
19843 LINTFLAGS
="$LINTFLAGS -D__sun__"
19851 ac_config_commands
="$ac_config_commands include/stamp-h"
19853 $as_echo_n "creating Makefile rules..." >&6
19855 ALL_VARS_RULES
="I386_LIBS = $I386_LIBS
19856 OPENGL_LIBS = $OPENGL_LIBS
19857 COREFOUNDATION_LIBS = $COREFOUNDATION_LIBS
19858 IOKIT_LIBS = $IOKIT_LIBS
19859 FORCEFEEDBACK_LIBS = $FORCEFEEDBACK_LIBS
19860 APPLICATIONSERVICES_LIBS = $APPLICATIONSERVICES_LIBS
19861 CORESERVICES_LIBS = $CORESERVICES_LIBS
19862 APPKIT_LIBS = $APPKIT_LIBS
19863 SYSTEMCONFIGURATION_LIBS = $SYSTEMCONFIGURATION_LIBS
19864 DISKARBITRATION_LIBS = $DISKARBITRATION_LIBS
19865 SECURITY_LIBS = $SECURITY_LIBS
19866 COREAUDIO_LIBS = $COREAUDIO_LIBS
19867 OPENAL_LIBS = $OPENAL_LIBS
19868 OPENCL_LIBS = $OPENCL_LIBS
19869 QUICKTIME_LIBS = $QUICKTIME_LIBS
19870 CARBON_LIBS = $CARBON_LIBS
19871 METAL_LIBS = $METAL_LIBS
19872 EXCESS_PRECISION_CFLAGS = $EXCESS_PRECISION_CFLAGS
19873 PTHREAD_LIBS = $PTHREAD_LIBS
19874 X_CFLAGS = $X_CFLAGS
19875 X_PRE_LIBS = $X_PRE_LIBS
19877 X_EXTRA_LIBS = $X_EXTRA_LIBS
19878 PCAP_LIBS = $PCAP_LIBS
19879 XML2_CFLAGS = $XML2_CFLAGS
19880 XML2_LIBS = $XML2_LIBS
19881 XSLT_CFLAGS = $XSLT_CFLAGS
19882 XSLT_LIBS = $XSLT_LIBS
19883 INOTIFY_CFLAGS = $INOTIFY_CFLAGS
19884 INOTIFY_LIBS = $INOTIFY_LIBS
19885 DBUS_CFLAGS = $DBUS_CFLAGS
19886 DBUS_LIBS = $DBUS_LIBS
19887 HAL_CFLAGS = $HAL_CFLAGS
19888 HAL_LIBS = $HAL_LIBS
19889 GNUTLS_CFLAGS = $GNUTLS_CFLAGS
19890 GNUTLS_LIBS = $GNUTLS_LIBS
19891 SANE_CFLAGS = $SANE_CFLAGS
19892 SANE_LIBS = $SANE_LIBS
19893 USB_CFLAGS = $USB_CFLAGS
19894 USB_LIBS = $USB_LIBS
19895 GPHOTO2_CFLAGS = $GPHOTO2_CFLAGS
19896 GPHOTO2_LIBS = $GPHOTO2_LIBS
19897 GPHOTO2_PORT_CFLAGS = $GPHOTO2_PORT_CFLAGS
19898 GPHOTO2_PORT_LIBS = $GPHOTO2_PORT_LIBS
19899 RESOLV_LIBS = $RESOLV_LIBS
19900 LCMS2_CFLAGS = $LCMS2_CFLAGS
19901 LCMS2_LIBS = $LCMS2_LIBS
19902 FREETYPE_CFLAGS = $FREETYPE_CFLAGS
19903 FREETYPE_LIBS = $FREETYPE_LIBS
19904 GETTEXTPO_LIBS = $GETTEXTPO_LIBS
19905 PULSE_CFLAGS = $PULSE_CFLAGS
19906 PULSE_LIBS = $PULSE_LIBS
19907 GSTREAMER_CFLAGS = $GSTREAMER_CFLAGS
19908 GSTREAMER_LIBS = $GSTREAMER_LIBS
19909 ALSA_LIBS = $ALSA_LIBS
19910 OSS4_CFLAGS = $OSS4_CFLAGS
19911 OSS4_LIBS = $OSS4_LIBS
19912 UDEV_CFLAGS = $UDEV_CFLAGS
19913 UDEV_LIBS = $UDEV_LIBS
19914 UNWIND_CFLAGS = $UNWIND_CFLAGS
19915 UNWIND_LIBS = $UNWIND_LIBS
19916 SDL2_CFLAGS = $SDL2_CFLAGS
19917 SDL2_LIBS = $SDL2_LIBS
19918 FAUDIO_CFLAGS = $FAUDIO_CFLAGS
19919 FAUDIO_LIBS = $FAUDIO_LIBS
19920 CAPI20_CFLAGS = $CAPI20_CFLAGS
19921 CAPI20_LIBS = $CAPI20_LIBS
19922 CUPS_CFLAGS = $CUPS_CFLAGS
19923 CUPS_LIBS = $CUPS_LIBS
19924 FONTCONFIG_CFLAGS = $FONTCONFIG_CFLAGS
19925 FONTCONFIG_LIBS = $FONTCONFIG_LIBS
19926 KRB5_CFLAGS = $KRB5_CFLAGS
19927 KRB5_LIBS = $KRB5_LIBS
19928 GSSAPI_CFLAGS = $GSSAPI_CFLAGS
19929 GSSAPI_LIBS = $GSSAPI_LIBS
19930 JPEG_CFLAGS = $JPEG_CFLAGS
19931 JPEG_LIBS = $JPEG_LIBS
19932 JXRLIB_CFLAGS = $JXRLIB_CFLAGS
19933 JXRLIB_LIBS = $JXRLIB_LIBS
19934 PNG_CFLAGS = $PNG_CFLAGS
19935 PNG_LIBS = $PNG_LIBS
19936 TIFF_CFLAGS = $TIFF_CFLAGS
19937 TIFF_LIBS = $TIFF_LIBS
19938 MPG123_CFLAGS = $MPG123_CFLAGS
19939 MPG123_LIBS = $MPG123_LIBS
19940 KSTAT_LIBS = $KSTAT_LIBS
19941 PROCSTAT_LIBS = $PROCSTAT_LIBS
19942 NETAPI_CFLAGS = $NETAPI_CFLAGS
19943 NETAPI_LIBS = $NETAPI_LIBS
19944 VKD3D_CFLAGS = $VKD3D_CFLAGS
19945 VKD3D_LIBS = $VKD3D_LIBS
19946 VKD3D_SHADER_CFLAGS = $VKD3D_SHADER_CFLAGS
19947 VKD3D_SHADER_LIBS = $VKD3D_SHADER_LIBS
19948 POLL_LIBS = $POLL_LIBS
19950 LDAP_CFLAGS = $LDAP_CFLAGS
19951 LDAP_LIBS = $LDAP_LIBS
19956 test "x$enable_silent_rules" = xyes
&& makedep_flags
="$makedep_flags -S"
19959 wine_fn_append_rule
"
19960 # Rules automatically generated by configure
19965 Makefile: $srcdir/Makefile.in config.status \$(MAKEDEP)
19966 @./config.status Make.tmp Makefile
19967 depend: \$(MAKEDEP)
19968 \$(MAKEDEP)$makedep_flags
19970 .PHONY: depend dummy"
19972 ac_config_links
="$ac_config_links wine:tools/winewrapper"
19973 wine_fn_config_symlink wine
19974 if test "x$enable_win64" != xno
-o -n "$with_wine64"; then
19975 ac_config_links
="$ac_config_links wine64:tools/winewrapper"
19976 wine_fn_config_symlink wine64
19979 wine_fn_config_makefile dlls
/acledit enable_acledit
19980 wine_fn_config_makefile dlls
/aclui enable_aclui
19981 wine_fn_config_makefile dlls
/activeds.tlb enable_activeds_tlb
19982 wine_fn_config_makefile dlls
/activeds enable_activeds
19983 wine_fn_config_makefile dlls
/activeds
/tests enable_tests
19984 wine_fn_config_makefile dlls
/actxprxy enable_actxprxy
19985 wine_fn_config_makefile dlls
/adsiid enable_adsiid
19986 wine_fn_config_makefile dlls
/adsldp enable_adsldp
19987 wine_fn_config_makefile dlls
/adsldp
/tests enable_tests
19988 wine_fn_config_makefile dlls
/adsldpc enable_adsldpc
19989 wine_fn_config_makefile dlls
/advapi32 enable_advapi32
19990 wine_fn_config_makefile dlls
/advapi32
/tests enable_tests
19991 wine_fn_config_makefile dlls
/advpack enable_advpack
19992 wine_fn_config_makefile dlls
/advpack
/tests enable_tests
19993 wine_fn_config_makefile dlls
/amsi enable_amsi
19994 wine_fn_config_makefile dlls
/amstream enable_amstream
19995 wine_fn_config_makefile dlls
/amstream
/tests enable_tests
19996 wine_fn_config_makefile dlls
/api-ms-win-appmodel-identity-l1-1-0 enable_api_ms_win_appmodel_identity_l1_1_0
19997 wine_fn_config_makefile dlls
/api-ms-win-appmodel-runtime-l1-1-1 enable_api_ms_win_appmodel_runtime_l1_1_1
19998 wine_fn_config_makefile dlls
/api-ms-win-appmodel-runtime-l1-1-2 enable_api_ms_win_appmodel_runtime_l1_1_2
19999 wine_fn_config_makefile dlls
/api-ms-win-core-apiquery-l1-1-0 enable_api_ms_win_core_apiquery_l1_1_0
20000 wine_fn_config_makefile dlls
/api-ms-win-core-appcompat-l1-1-1 enable_api_ms_win_core_appcompat_l1_1_1
20001 wine_fn_config_makefile dlls
/api-ms-win-core-appinit-l1-1-0 enable_api_ms_win_core_appinit_l1_1_0
20002 wine_fn_config_makefile dlls
/api-ms-win-core-atoms-l1-1-0 enable_api_ms_win_core_atoms_l1_1_0
20003 wine_fn_config_makefile dlls
/api-ms-win-core-bem-l1-1-0 enable_api_ms_win_core_bem_l1_1_0
20004 wine_fn_config_makefile dlls
/api-ms-win-core-com-l1-1-0 enable_api_ms_win_core_com_l1_1_0
20005 wine_fn_config_makefile dlls
/api-ms-win-core-com-l1-1-1 enable_api_ms_win_core_com_l1_1_1
20006 wine_fn_config_makefile dlls
/api-ms-win-core-com-private-l1-1-0 enable_api_ms_win_core_com_private_l1_1_0
20007 wine_fn_config_makefile dlls
/api-ms-win-core-comm-l1-1-0 enable_api_ms_win_core_comm_l1_1_0
20008 wine_fn_config_makefile dlls
/api-ms-win-core-console-l1-1-0 enable_api_ms_win_core_console_l1_1_0
20009 wine_fn_config_makefile dlls
/api-ms-win-core-console-l2-1-0 enable_api_ms_win_core_console_l2_1_0
20010 wine_fn_config_makefile dlls
/api-ms-win-core-crt-l1-1-0 enable_api_ms_win_core_crt_l1_1_0
20011 wine_fn_config_makefile dlls
/api-ms-win-core-crt-l2-1-0 enable_api_ms_win_core_crt_l2_1_0
20012 wine_fn_config_makefile dlls
/api-ms-win-core-datetime-l1-1-0 enable_api_ms_win_core_datetime_l1_1_0
20013 wine_fn_config_makefile dlls
/api-ms-win-core-datetime-l1-1-1 enable_api_ms_win_core_datetime_l1_1_1
20014 wine_fn_config_makefile dlls
/api-ms-win-core-debug-l1-1-0 enable_api_ms_win_core_debug_l1_1_0
20015 wine_fn_config_makefile dlls
/api-ms-win-core-debug-l1-1-1 enable_api_ms_win_core_debug_l1_1_1
20016 wine_fn_config_makefile dlls
/api-ms-win-core-delayload-l1-1-0 enable_api_ms_win_core_delayload_l1_1_0
20017 wine_fn_config_makefile dlls
/api-ms-win-core-delayload-l1-1-1 enable_api_ms_win_core_delayload_l1_1_1
20018 wine_fn_config_makefile dlls
/api-ms-win-core-errorhandling-l1-1-0 enable_api_ms_win_core_errorhandling_l1_1_0
20019 wine_fn_config_makefile dlls
/api-ms-win-core-errorhandling-l1-1-1 enable_api_ms_win_core_errorhandling_l1_1_1
20020 wine_fn_config_makefile dlls
/api-ms-win-core-errorhandling-l1-1-2 enable_api_ms_win_core_errorhandling_l1_1_2
20021 wine_fn_config_makefile dlls
/api-ms-win-core-errorhandling-l1-1-3 enable_api_ms_win_core_errorhandling_l1_1_3
20022 wine_fn_config_makefile dlls
/api-ms-win-core-fibers-l1-1-0 enable_api_ms_win_core_fibers_l1_1_0
20023 wine_fn_config_makefile dlls
/api-ms-win-core-fibers-l1-1-1 enable_api_ms_win_core_fibers_l1_1_1
20024 wine_fn_config_makefile dlls
/api-ms-win-core-file-ansi-l2-1-0 enable_api_ms_win_core_file_ansi_l2_1_0
20025 wine_fn_config_makefile dlls
/api-ms-win-core-file-fromapp-l1-1-0 enable_api_ms_win_core_file_fromapp_l1_1_0
20026 wine_fn_config_makefile dlls
/api-ms-win-core-file-l1-1-0 enable_api_ms_win_core_file_l1_1_0
20027 wine_fn_config_makefile dlls
/api-ms-win-core-file-l1-2-0 enable_api_ms_win_core_file_l1_2_0
20028 wine_fn_config_makefile dlls
/api-ms-win-core-file-l1-2-1 enable_api_ms_win_core_file_l1_2_1
20029 wine_fn_config_makefile dlls
/api-ms-win-core-file-l1-2-2 enable_api_ms_win_core_file_l1_2_2
20030 wine_fn_config_makefile dlls
/api-ms-win-core-file-l2-1-0 enable_api_ms_win_core_file_l2_1_0
20031 wine_fn_config_makefile dlls
/api-ms-win-core-file-l2-1-1 enable_api_ms_win_core_file_l2_1_1
20032 wine_fn_config_makefile dlls
/api-ms-win-core-file-l2-1-2 enable_api_ms_win_core_file_l2_1_2
20033 wine_fn_config_makefile dlls
/api-ms-win-core-handle-l1-1-0 enable_api_ms_win_core_handle_l1_1_0
20034 wine_fn_config_makefile dlls
/api-ms-win-core-heap-l1-1-0 enable_api_ms_win_core_heap_l1_1_0
20035 wine_fn_config_makefile dlls
/api-ms-win-core-heap-l1-2-0 enable_api_ms_win_core_heap_l1_2_0
20036 wine_fn_config_makefile dlls
/api-ms-win-core-heap-l2-1-0 enable_api_ms_win_core_heap_l2_1_0
20037 wine_fn_config_makefile dlls
/api-ms-win-core-heap-obsolete-l1-1-0 enable_api_ms_win_core_heap_obsolete_l1_1_0
20038 wine_fn_config_makefile dlls
/api-ms-win-core-interlocked-l1-1-0 enable_api_ms_win_core_interlocked_l1_1_0
20039 wine_fn_config_makefile dlls
/api-ms-win-core-interlocked-l1-2-0 enable_api_ms_win_core_interlocked_l1_2_0
20040 wine_fn_config_makefile dlls
/api-ms-win-core-io-l1-1-0 enable_api_ms_win_core_io_l1_1_0
20041 wine_fn_config_makefile dlls
/api-ms-win-core-io-l1-1-1 enable_api_ms_win_core_io_l1_1_1
20042 wine_fn_config_makefile dlls
/api-ms-win-core-job-l1-1-0 enable_api_ms_win_core_job_l1_1_0
20043 wine_fn_config_makefile dlls
/api-ms-win-core-job-l2-1-0 enable_api_ms_win_core_job_l2_1_0
20044 wine_fn_config_makefile dlls
/api-ms-win-core-kernel32-legacy-l1-1-0 enable_api_ms_win_core_kernel32_legacy_l1_1_0
20045 wine_fn_config_makefile dlls
/api-ms-win-core-kernel32-legacy-l1-1-1 enable_api_ms_win_core_kernel32_legacy_l1_1_1
20046 wine_fn_config_makefile dlls
/api-ms-win-core-kernel32-private-l1-1-1 enable_api_ms_win_core_kernel32_private_l1_1_1
20047 wine_fn_config_makefile dlls
/api-ms-win-core-largeinteger-l1-1-0 enable_api_ms_win_core_largeinteger_l1_1_0
20048 wine_fn_config_makefile dlls
/api-ms-win-core-libraryloader-l1-1-0 enable_api_ms_win_core_libraryloader_l1_1_0
20049 wine_fn_config_makefile dlls
/api-ms-win-core-libraryloader-l1-1-1 enable_api_ms_win_core_libraryloader_l1_1_1
20050 wine_fn_config_makefile dlls
/api-ms-win-core-libraryloader-l1-2-0 enable_api_ms_win_core_libraryloader_l1_2_0
20051 wine_fn_config_makefile dlls
/api-ms-win-core-libraryloader-l1-2-1 enable_api_ms_win_core_libraryloader_l1_2_1
20052 wine_fn_config_makefile dlls
/api-ms-win-core-libraryloader-l1-2-2 enable_api_ms_win_core_libraryloader_l1_2_2
20053 wine_fn_config_makefile dlls
/api-ms-win-core-libraryloader-l2-1-0 enable_api_ms_win_core_libraryloader_l2_1_0
20054 wine_fn_config_makefile dlls
/api-ms-win-core-localization-l1-1-0 enable_api_ms_win_core_localization_l1_1_0
20055 wine_fn_config_makefile dlls
/api-ms-win-core-localization-l1-2-0 enable_api_ms_win_core_localization_l1_2_0
20056 wine_fn_config_makefile dlls
/api-ms-win-core-localization-l1-2-1 enable_api_ms_win_core_localization_l1_2_1
20057 wine_fn_config_makefile dlls
/api-ms-win-core-localization-l1-2-2 enable_api_ms_win_core_localization_l1_2_2
20058 wine_fn_config_makefile dlls
/api-ms-win-core-localization-l2-1-0 enable_api_ms_win_core_localization_l2_1_0
20059 wine_fn_config_makefile dlls
/api-ms-win-core-localization-obsolete-l1-1-0 enable_api_ms_win_core_localization_obsolete_l1_1_0
20060 wine_fn_config_makefile dlls
/api-ms-win-core-localization-obsolete-l1-2-0 enable_api_ms_win_core_localization_obsolete_l1_2_0
20061 wine_fn_config_makefile dlls
/api-ms-win-core-localization-obsolete-l1-3-0 enable_api_ms_win_core_localization_obsolete_l1_3_0
20062 wine_fn_config_makefile dlls
/api-ms-win-core-localization-private-l1-1-0 enable_api_ms_win_core_localization_private_l1_1_0
20063 wine_fn_config_makefile dlls
/api-ms-win-core-localregistry-l1-1-0 enable_api_ms_win_core_localregistry_l1_1_0
20064 wine_fn_config_makefile dlls
/api-ms-win-core-memory-l1-1-0 enable_api_ms_win_core_memory_l1_1_0
20065 wine_fn_config_makefile dlls
/api-ms-win-core-memory-l1-1-1 enable_api_ms_win_core_memory_l1_1_1
20066 wine_fn_config_makefile dlls
/api-ms-win-core-memory-l1-1-2 enable_api_ms_win_core_memory_l1_1_2
20067 wine_fn_config_makefile dlls
/api-ms-win-core-memory-l1-1-3 enable_api_ms_win_core_memory_l1_1_3
20068 wine_fn_config_makefile dlls
/api-ms-win-core-memory-l1-1-4 enable_api_ms_win_core_memory_l1_1_4
20069 wine_fn_config_makefile dlls
/api-ms-win-core-misc-l1-1-0 enable_api_ms_win_core_misc_l1_1_0
20070 wine_fn_config_makefile dlls
/api-ms-win-core-namedpipe-ansi-l1-1-0 enable_api_ms_win_core_namedpipe_ansi_l1_1_0
20071 wine_fn_config_makefile dlls
/api-ms-win-core-namedpipe-l1-1-0 enable_api_ms_win_core_namedpipe_l1_1_0
20072 wine_fn_config_makefile dlls
/api-ms-win-core-namedpipe-l1-2-0 enable_api_ms_win_core_namedpipe_l1_2_0
20073 wine_fn_config_makefile dlls
/api-ms-win-core-namespace-l1-1-0 enable_api_ms_win_core_namespace_l1_1_0
20074 wine_fn_config_makefile dlls
/api-ms-win-core-normalization-l1-1-0 enable_api_ms_win_core_normalization_l1_1_0
20075 wine_fn_config_makefile dlls
/api-ms-win-core-path-l1-1-0 enable_api_ms_win_core_path_l1_1_0
20076 wine_fn_config_makefile dlls
/api-ms-win-core-privateprofile-l1-1-1 enable_api_ms_win_core_privateprofile_l1_1_1
20077 wine_fn_config_makefile dlls
/api-ms-win-core-processenvironment-l1-1-0 enable_api_ms_win_core_processenvironment_l1_1_0
20078 wine_fn_config_makefile dlls
/api-ms-win-core-processenvironment-l1-2-0 enable_api_ms_win_core_processenvironment_l1_2_0
20079 wine_fn_config_makefile dlls
/api-ms-win-core-processthreads-l1-1-0 enable_api_ms_win_core_processthreads_l1_1_0
20080 wine_fn_config_makefile dlls
/api-ms-win-core-processthreads-l1-1-1 enable_api_ms_win_core_processthreads_l1_1_1
20081 wine_fn_config_makefile dlls
/api-ms-win-core-processthreads-l1-1-2 enable_api_ms_win_core_processthreads_l1_1_2
20082 wine_fn_config_makefile dlls
/api-ms-win-core-processthreads-l1-1-3 enable_api_ms_win_core_processthreads_l1_1_3
20083 wine_fn_config_makefile dlls
/api-ms-win-core-processtopology-obsolete-l1-1-0 enable_api_ms_win_core_processtopology_obsolete_l1_1_0
20084 wine_fn_config_makefile dlls
/api-ms-win-core-profile-l1-1-0 enable_api_ms_win_core_profile_l1_1_0
20085 wine_fn_config_makefile dlls
/api-ms-win-core-psapi-ansi-l1-1-0 enable_api_ms_win_core_psapi_ansi_l1_1_0
20086 wine_fn_config_makefile dlls
/api-ms-win-core-psapi-l1-1-0 enable_api_ms_win_core_psapi_l1_1_0
20087 wine_fn_config_makefile dlls
/api-ms-win-core-psapi-obsolete-l1-1-0 enable_api_ms_win_core_psapi_obsolete_l1_1_0
20088 wine_fn_config_makefile dlls
/api-ms-win-core-quirks-l1-1-0 enable_api_ms_win_core_quirks_l1_1_0
20089 wine_fn_config_makefile dlls
/api-ms-win-core-realtime-l1-1-0 enable_api_ms_win_core_realtime_l1_1_0
20090 wine_fn_config_makefile dlls
/api-ms-win-core-registry-l1-1-0 enable_api_ms_win_core_registry_l1_1_0
20091 wine_fn_config_makefile dlls
/api-ms-win-core-registry-l2-1-0 enable_api_ms_win_core_registry_l2_1_0
20092 wine_fn_config_makefile dlls
/api-ms-win-core-registry-l2-2-0 enable_api_ms_win_core_registry_l2_2_0
20093 wine_fn_config_makefile dlls
/api-ms-win-core-registryuserspecific-l1-1-0 enable_api_ms_win_core_registryuserspecific_l1_1_0
20094 wine_fn_config_makefile dlls
/api-ms-win-core-rtlsupport-l1-1-0 enable_api_ms_win_core_rtlsupport_l1_1_0
20095 wine_fn_config_makefile dlls
/api-ms-win-core-rtlsupport-l1-2-0 enable_api_ms_win_core_rtlsupport_l1_2_0
20096 wine_fn_config_makefile dlls
/api-ms-win-core-shlwapi-legacy-l1-1-0 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
20097 wine_fn_config_makefile dlls
/api-ms-win-core-shlwapi-obsolete-l1-1-0 enable_api_ms_win_core_shlwapi_obsolete_l1_1_0
20098 wine_fn_config_makefile dlls
/api-ms-win-core-shlwapi-obsolete-l1-2-0 enable_api_ms_win_core_shlwapi_obsolete_l1_2_0
20099 wine_fn_config_makefile dlls
/api-ms-win-core-shutdown-l1-1-0 enable_api_ms_win_core_shutdown_l1_1_0
20100 wine_fn_config_makefile dlls
/api-ms-win-core-sidebyside-l1-1-0 enable_api_ms_win_core_sidebyside_l1_1_0
20101 wine_fn_config_makefile dlls
/api-ms-win-core-string-l1-1-0 enable_api_ms_win_core_string_l1_1_0
20102 wine_fn_config_makefile dlls
/api-ms-win-core-string-l2-1-0 enable_api_ms_win_core_string_l2_1_0
20103 wine_fn_config_makefile dlls
/api-ms-win-core-string-obsolete-l1-1-0 enable_api_ms_win_core_string_obsolete_l1_1_0
20104 wine_fn_config_makefile dlls
/api-ms-win-core-stringansi-l1-1-0 enable_api_ms_win_core_stringansi_l1_1_0
20105 wine_fn_config_makefile dlls
/api-ms-win-core-stringloader-l1-1-1 enable_api_ms_win_core_stringloader_l1_1_1
20106 wine_fn_config_makefile dlls
/api-ms-win-core-synch-ansi-l1-1-0 enable_api_ms_win_core_synch_ansi_l1_1_0
20107 wine_fn_config_makefile dlls
/api-ms-win-core-synch-l1-1-0 enable_api_ms_win_core_synch_l1_1_0
20108 wine_fn_config_makefile dlls
/api-ms-win-core-synch-l1-2-0 enable_api_ms_win_core_synch_l1_2_0
20109 wine_fn_config_makefile dlls
/api-ms-win-core-synch-l1-2-1 enable_api_ms_win_core_synch_l1_2_1
20110 wine_fn_config_makefile dlls
/api-ms-win-core-sysinfo-l1-1-0 enable_api_ms_win_core_sysinfo_l1_1_0
20111 wine_fn_config_makefile dlls
/api-ms-win-core-sysinfo-l1-2-0 enable_api_ms_win_core_sysinfo_l1_2_0
20112 wine_fn_config_makefile dlls
/api-ms-win-core-sysinfo-l1-2-1 enable_api_ms_win_core_sysinfo_l1_2_1
20113 wine_fn_config_makefile dlls
/api-ms-win-core-systemtopology-l1-1-0 enable_api_ms_win_core_systemtopology_l1_1_0
20114 wine_fn_config_makefile dlls
/api-ms-win-core-threadpool-l1-1-0 enable_api_ms_win_core_threadpool_l1_1_0
20115 wine_fn_config_makefile dlls
/api-ms-win-core-threadpool-l1-2-0 enable_api_ms_win_core_threadpool_l1_2_0
20116 wine_fn_config_makefile dlls
/api-ms-win-core-threadpool-legacy-l1-1-0 enable_api_ms_win_core_threadpool_legacy_l1_1_0
20117 wine_fn_config_makefile dlls
/api-ms-win-core-threadpool-private-l1-1-0 enable_api_ms_win_core_threadpool_private_l1_1_0
20118 wine_fn_config_makefile dlls
/api-ms-win-core-timezone-l1-1-0 enable_api_ms_win_core_timezone_l1_1_0
20119 wine_fn_config_makefile dlls
/api-ms-win-core-toolhelp-l1-1-0 enable_api_ms_win_core_toolhelp_l1_1_0
20120 wine_fn_config_makefile dlls
/api-ms-win-core-url-l1-1-0 enable_api_ms_win_core_url_l1_1_0
20121 wine_fn_config_makefile dlls
/api-ms-win-core-util-l1-1-0 enable_api_ms_win_core_util_l1_1_0
20122 wine_fn_config_makefile dlls
/api-ms-win-core-version-l1-1-0 enable_api_ms_win_core_version_l1_1_0
20123 wine_fn_config_makefile dlls
/api-ms-win-core-version-l1-1-1 enable_api_ms_win_core_version_l1_1_1
20124 wine_fn_config_makefile dlls
/api-ms-win-core-version-private-l1-1-0 enable_api_ms_win_core_version_private_l1_1_0
20125 wine_fn_config_makefile dlls
/api-ms-win-core-versionansi-l1-1-0 enable_api_ms_win_core_versionansi_l1_1_0
20126 wine_fn_config_makefile dlls
/api-ms-win-core-windowserrorreporting-l1-1-0 enable_api_ms_win_core_windowserrorreporting_l1_1_0
20127 wine_fn_config_makefile dlls
/api-ms-win-core-winrt-error-l1-1-0 enable_api_ms_win_core_winrt_error_l1_1_0
20128 wine_fn_config_makefile dlls
/api-ms-win-core-winrt-error-l1-1-1 enable_api_ms_win_core_winrt_error_l1_1_1
20129 wine_fn_config_makefile dlls
/api-ms-win-core-winrt-errorprivate-l1-1-1 enable_api_ms_win_core_winrt_errorprivate_l1_1_1
20130 wine_fn_config_makefile dlls
/api-ms-win-core-winrt-l1-1-0 enable_api_ms_win_core_winrt_l1_1_0
20131 wine_fn_config_makefile dlls
/api-ms-win-core-winrt-registration-l1-1-0 enable_api_ms_win_core_winrt_registration_l1_1_0
20132 wine_fn_config_makefile dlls
/api-ms-win-core-winrt-roparameterizediid-l1-1-0 enable_api_ms_win_core_winrt_roparameterizediid_l1_1_0
20133 wine_fn_config_makefile dlls
/api-ms-win-core-winrt-string-l1-1-0 enable_api_ms_win_core_winrt_string_l1_1_0
20134 wine_fn_config_makefile dlls
/api-ms-win-core-winrt-string-l1-1-1 enable_api_ms_win_core_winrt_string_l1_1_1
20135 wine_fn_config_makefile dlls
/api-ms-win-core-wow64-l1-1-0 enable_api_ms_win_core_wow64_l1_1_0
20136 wine_fn_config_makefile dlls
/api-ms-win-core-wow64-l1-1-1 enable_api_ms_win_core_wow64_l1_1_1
20137 wine_fn_config_makefile dlls
/api-ms-win-core-xstate-l1-1-0 enable_api_ms_win_core_xstate_l1_1_0
20138 wine_fn_config_makefile dlls
/api-ms-win-core-xstate-l2-1-0 enable_api_ms_win_core_xstate_l2_1_0
20139 wine_fn_config_makefile dlls
/api-ms-win-crt-conio-l1-1-0 enable_api_ms_win_crt_conio_l1_1_0
20140 wine_fn_config_makefile dlls
/api-ms-win-crt-convert-l1-1-0 enable_api_ms_win_crt_convert_l1_1_0
20141 wine_fn_config_makefile dlls
/api-ms-win-crt-environment-l1-1-0 enable_api_ms_win_crt_environment_l1_1_0
20142 wine_fn_config_makefile dlls
/api-ms-win-crt-filesystem-l1-1-0 enable_api_ms_win_crt_filesystem_l1_1_0
20143 wine_fn_config_makefile dlls
/api-ms-win-crt-heap-l1-1-0 enable_api_ms_win_crt_heap_l1_1_0
20144 wine_fn_config_makefile dlls
/api-ms-win-crt-locale-l1-1-0 enable_api_ms_win_crt_locale_l1_1_0
20145 wine_fn_config_makefile dlls
/api-ms-win-crt-math-l1-1-0 enable_api_ms_win_crt_math_l1_1_0
20146 wine_fn_config_makefile dlls
/api-ms-win-crt-multibyte-l1-1-0 enable_api_ms_win_crt_multibyte_l1_1_0
20147 wine_fn_config_makefile dlls
/api-ms-win-crt-private-l1-1-0 enable_api_ms_win_crt_private_l1_1_0
20148 wine_fn_config_makefile dlls
/api-ms-win-crt-process-l1-1-0 enable_api_ms_win_crt_process_l1_1_0
20149 wine_fn_config_makefile dlls
/api-ms-win-crt-runtime-l1-1-0 enable_api_ms_win_crt_runtime_l1_1_0
20150 wine_fn_config_makefile dlls
/api-ms-win-crt-stdio-l1-1-0 enable_api_ms_win_crt_stdio_l1_1_0
20151 wine_fn_config_makefile dlls
/api-ms-win-crt-string-l1-1-0 enable_api_ms_win_crt_string_l1_1_0
20152 wine_fn_config_makefile dlls
/api-ms-win-crt-time-l1-1-0 enable_api_ms_win_crt_time_l1_1_0
20153 wine_fn_config_makefile dlls
/api-ms-win-crt-utility-l1-1-0 enable_api_ms_win_crt_utility_l1_1_0
20154 wine_fn_config_makefile dlls
/api-ms-win-devices-config-l1-1-0 enable_api_ms_win_devices_config_l1_1_0
20155 wine_fn_config_makefile dlls
/api-ms-win-devices-config-l1-1-1 enable_api_ms_win_devices_config_l1_1_1
20156 wine_fn_config_makefile dlls
/api-ms-win-devices-query-l1-1-1 enable_api_ms_win_devices_query_l1_1_1
20157 wine_fn_config_makefile dlls
/api-ms-win-downlevel-advapi32-l1-1-0 enable_api_ms_win_downlevel_advapi32_l1_1_0
20158 wine_fn_config_makefile dlls
/api-ms-win-downlevel-advapi32-l2-1-0 enable_api_ms_win_downlevel_advapi32_l2_1_0
20159 wine_fn_config_makefile dlls
/api-ms-win-downlevel-kernel32-l2-1-0 enable_api_ms_win_downlevel_kernel32_l2_1_0
20160 wine_fn_config_makefile dlls
/api-ms-win-downlevel-normaliz-l1-1-0 enable_api_ms_win_downlevel_normaliz_l1_1_0
20161 wine_fn_config_makefile dlls
/api-ms-win-downlevel-ole32-l1-1-0 enable_api_ms_win_downlevel_ole32_l1_1_0
20162 wine_fn_config_makefile dlls
/api-ms-win-downlevel-shell32-l1-1-0 enable_api_ms_win_downlevel_shell32_l1_1_0
20163 wine_fn_config_makefile dlls
/api-ms-win-downlevel-shlwapi-l1-1-0 enable_api_ms_win_downlevel_shlwapi_l1_1_0
20164 wine_fn_config_makefile dlls
/api-ms-win-downlevel-shlwapi-l2-1-0 enable_api_ms_win_downlevel_shlwapi_l2_1_0
20165 wine_fn_config_makefile dlls
/api-ms-win-downlevel-user32-l1-1-0 enable_api_ms_win_downlevel_user32_l1_1_0
20166 wine_fn_config_makefile dlls
/api-ms-win-downlevel-version-l1-1-0 enable_api_ms_win_downlevel_version_l1_1_0
20167 wine_fn_config_makefile dlls
/api-ms-win-dx-d3dkmt-l1-1-0 enable_api_ms_win_dx_d3dkmt_l1_1_0
20168 wine_fn_config_makefile dlls
/api-ms-win-eventing-classicprovider-l1-1-0 enable_api_ms_win_eventing_classicprovider_l1_1_0
20169 wine_fn_config_makefile dlls
/api-ms-win-eventing-consumer-l1-1-0 enable_api_ms_win_eventing_consumer_l1_1_0
20170 wine_fn_config_makefile dlls
/api-ms-win-eventing-controller-l1-1-0 enable_api_ms_win_eventing_controller_l1_1_0
20171 wine_fn_config_makefile dlls
/api-ms-win-eventing-legacy-l1-1-0 enable_api_ms_win_eventing_legacy_l1_1_0
20172 wine_fn_config_makefile dlls
/api-ms-win-eventing-provider-l1-1-0 enable_api_ms_win_eventing_provider_l1_1_0
20173 wine_fn_config_makefile dlls
/api-ms-win-eventlog-legacy-l1-1-0 enable_api_ms_win_eventlog_legacy_l1_1_0
20174 wine_fn_config_makefile dlls
/api-ms-win-gdi-dpiinfo-l1-1-0 enable_api_ms_win_gdi_dpiinfo_l1_1_0
20175 wine_fn_config_makefile dlls
/api-ms-win-mm-joystick-l1-1-0 enable_api_ms_win_mm_joystick_l1_1_0
20176 wine_fn_config_makefile dlls
/api-ms-win-mm-misc-l1-1-1 enable_api_ms_win_mm_misc_l1_1_1
20177 wine_fn_config_makefile dlls
/api-ms-win-mm-mme-l1-1-0 enable_api_ms_win_mm_mme_l1_1_0
20178 wine_fn_config_makefile dlls
/api-ms-win-mm-time-l1-1-0 enable_api_ms_win_mm_time_l1_1_0
20179 wine_fn_config_makefile dlls
/api-ms-win-ntuser-dc-access-l1-1-0 enable_api_ms_win_ntuser_dc_access_l1_1_0
20180 wine_fn_config_makefile dlls
/api-ms-win-ntuser-rectangle-l1-1-0 enable_api_ms_win_ntuser_rectangle_l1_1_0
20181 wine_fn_config_makefile dlls
/api-ms-win-ntuser-sysparams-l1-1-0 enable_api_ms_win_ntuser_sysparams_l1_1_0
20182 wine_fn_config_makefile dlls
/api-ms-win-perf-legacy-l1-1-0 enable_api_ms_win_perf_legacy_l1_1_0
20183 wine_fn_config_makefile dlls
/api-ms-win-power-base-l1-1-0 enable_api_ms_win_power_base_l1_1_0
20184 wine_fn_config_makefile dlls
/api-ms-win-power-setting-l1-1-0 enable_api_ms_win_power_setting_l1_1_0
20185 wine_fn_config_makefile dlls
/api-ms-win-rtcore-ntuser-draw-l1-1-0 enable_api_ms_win_rtcore_ntuser_draw_l1_1_0
20186 wine_fn_config_makefile dlls
/api-ms-win-rtcore-ntuser-private-l1-1-0 enable_api_ms_win_rtcore_ntuser_private_l1_1_0
20187 wine_fn_config_makefile dlls
/api-ms-win-rtcore-ntuser-private-l1-1-4 enable_api_ms_win_rtcore_ntuser_private_l1_1_4
20188 wine_fn_config_makefile dlls
/api-ms-win-rtcore-ntuser-window-l1-1-0 enable_api_ms_win_rtcore_ntuser_window_l1_1_0
20189 wine_fn_config_makefile dlls
/api-ms-win-rtcore-ntuser-winevent-l1-1-0 enable_api_ms_win_rtcore_ntuser_winevent_l1_1_0
20190 wine_fn_config_makefile dlls
/api-ms-win-rtcore-ntuser-wmpointer-l1-1-0 enable_api_ms_win_rtcore_ntuser_wmpointer_l1_1_0
20191 wine_fn_config_makefile dlls
/api-ms-win-rtcore-ntuser-wmpointer-l1-1-3 enable_api_ms_win_rtcore_ntuser_wmpointer_l1_1_3
20192 wine_fn_config_makefile dlls
/api-ms-win-security-activedirectoryclient-l1-1-0 enable_api_ms_win_security_activedirectoryclient_l1_1_0
20193 wine_fn_config_makefile dlls
/api-ms-win-security-audit-l1-1-1 enable_api_ms_win_security_audit_l1_1_1
20194 wine_fn_config_makefile dlls
/api-ms-win-security-base-l1-1-0 enable_api_ms_win_security_base_l1_1_0
20195 wine_fn_config_makefile dlls
/api-ms-win-security-base-l1-2-0 enable_api_ms_win_security_base_l1_2_0
20196 wine_fn_config_makefile dlls
/api-ms-win-security-base-private-l1-1-1 enable_api_ms_win_security_base_private_l1_1_1
20197 wine_fn_config_makefile dlls
/api-ms-win-security-credentials-l1-1-0 enable_api_ms_win_security_credentials_l1_1_0
20198 wine_fn_config_makefile dlls
/api-ms-win-security-cryptoapi-l1-1-0 enable_api_ms_win_security_cryptoapi_l1_1_0
20199 wine_fn_config_makefile dlls
/api-ms-win-security-grouppolicy-l1-1-0 enable_api_ms_win_security_grouppolicy_l1_1_0
20200 wine_fn_config_makefile dlls
/api-ms-win-security-lsalookup-l1-1-0 enable_api_ms_win_security_lsalookup_l1_1_0
20201 wine_fn_config_makefile dlls
/api-ms-win-security-lsalookup-l1-1-1 enable_api_ms_win_security_lsalookup_l1_1_1
20202 wine_fn_config_makefile dlls
/api-ms-win-security-lsalookup-l2-1-0 enable_api_ms_win_security_lsalookup_l2_1_0
20203 wine_fn_config_makefile dlls
/api-ms-win-security-lsalookup-l2-1-1 enable_api_ms_win_security_lsalookup_l2_1_1
20204 wine_fn_config_makefile dlls
/api-ms-win-security-lsapolicy-l1-1-0 enable_api_ms_win_security_lsapolicy_l1_1_0
20205 wine_fn_config_makefile dlls
/api-ms-win-security-provider-l1-1-0 enable_api_ms_win_security_provider_l1_1_0
20206 wine_fn_config_makefile dlls
/api-ms-win-security-sddl-l1-1-0 enable_api_ms_win_security_sddl_l1_1_0
20207 wine_fn_config_makefile dlls
/api-ms-win-security-systemfunctions-l1-1-0 enable_api_ms_win_security_systemfunctions_l1_1_0
20208 wine_fn_config_makefile dlls
/api-ms-win-service-core-l1-1-0 enable_api_ms_win_service_core_l1_1_0
20209 wine_fn_config_makefile dlls
/api-ms-win-service-core-l1-1-1 enable_api_ms_win_service_core_l1_1_1
20210 wine_fn_config_makefile dlls
/api-ms-win-service-management-l1-1-0 enable_api_ms_win_service_management_l1_1_0
20211 wine_fn_config_makefile dlls
/api-ms-win-service-management-l2-1-0 enable_api_ms_win_service_management_l2_1_0
20212 wine_fn_config_makefile dlls
/api-ms-win-service-private-l1-1-1 enable_api_ms_win_service_private_l1_1_1
20213 wine_fn_config_makefile dlls
/api-ms-win-service-winsvc-l1-1-0 enable_api_ms_win_service_winsvc_l1_1_0
20214 wine_fn_config_makefile dlls
/api-ms-win-service-winsvc-l1-2-0 enable_api_ms_win_service_winsvc_l1_2_0
20215 wine_fn_config_makefile dlls
/api-ms-win-shcore-obsolete-l1-1-0 enable_api_ms_win_shcore_obsolete_l1_1_0
20216 wine_fn_config_makefile dlls
/api-ms-win-shcore-scaling-l1-1-1 enable_api_ms_win_shcore_scaling_l1_1_1
20217 wine_fn_config_makefile dlls
/api-ms-win-shcore-stream-l1-1-0 enable_api_ms_win_shcore_stream_l1_1_0
20218 wine_fn_config_makefile dlls
/api-ms-win-shcore-thread-l1-1-0 enable_api_ms_win_shcore_thread_l1_1_0
20219 wine_fn_config_makefile dlls
/api-ms-win-shell-shellcom-l1-1-0 enable_api_ms_win_shell_shellcom_l1_1_0
20220 wine_fn_config_makefile dlls
/api-ms-win-shell-shellfolders-l1-1-0 enable_api_ms_win_shell_shellfolders_l1_1_0
20221 wine_fn_config_makefile dlls
/apphelp enable_apphelp
20222 wine_fn_config_makefile dlls
/apphelp
/tests enable_tests
20223 wine_fn_config_makefile dlls
/appwiz.cpl enable_appwiz_cpl
20224 wine_fn_config_makefile dlls
/atl enable_atl
20225 wine_fn_config_makefile dlls
/atl
/tests enable_tests
20226 wine_fn_config_makefile dlls
/atl100 enable_atl100
20227 wine_fn_config_makefile dlls
/atl100
/tests enable_tests
20228 wine_fn_config_makefile dlls
/atl110 enable_atl110
20229 wine_fn_config_makefile dlls
/atl80 enable_atl80
20230 wine_fn_config_makefile dlls
/atl80
/tests enable_tests
20231 wine_fn_config_makefile dlls
/atl90 enable_atl90
20232 wine_fn_config_makefile dlls
/atlthunk enable_atlthunk
20233 wine_fn_config_makefile dlls
/atlthunk
/tests enable_tests
20234 wine_fn_config_makefile dlls
/atmlib enable_atmlib
20235 wine_fn_config_makefile dlls
/authz enable_authz
20236 wine_fn_config_makefile dlls
/avicap32 enable_avicap32
20237 wine_fn_config_makefile dlls
/avifil32 enable_avifil32
20238 wine_fn_config_makefile dlls
/avifil32
/tests enable_tests
20239 wine_fn_config_makefile dlls
/avifile.dll16 enable_win16
20240 wine_fn_config_makefile dlls
/avrt enable_avrt
20241 wine_fn_config_makefile dlls
/bcrypt enable_bcrypt
20242 wine_fn_config_makefile dlls
/bcrypt
/tests enable_tests
20243 wine_fn_config_makefile dlls
/bluetoothapis enable_bluetoothapis
20244 wine_fn_config_makefile dlls
/browseui enable_browseui
20245 wine_fn_config_makefile dlls
/browseui
/tests enable_tests
20246 wine_fn_config_makefile dlls
/bthprops.cpl enable_bthprops_cpl
20247 wine_fn_config_makefile dlls
/cabinet enable_cabinet
20248 wine_fn_config_makefile dlls
/cabinet
/tests enable_tests
20249 wine_fn_config_makefile dlls
/capi2032 enable_capi2032
20250 wine_fn_config_makefile dlls
/cards enable_cards
20251 wine_fn_config_makefile dlls
/cdosys enable_cdosys
20252 wine_fn_config_makefile dlls
/cfgmgr32 enable_cfgmgr32
20253 wine_fn_config_makefile dlls
/clusapi enable_clusapi
20254 wine_fn_config_makefile dlls
/combase enable_combase
20255 wine_fn_config_makefile dlls
/combase
/tests enable_tests
20256 wine_fn_config_makefile dlls
/comcat enable_comcat
20257 wine_fn_config_makefile dlls
/comcat
/tests enable_tests
20258 wine_fn_config_makefile dlls
/comctl32 enable_comctl32
20259 wine_fn_config_makefile dlls
/comctl32
/tests enable_tests
20260 wine_fn_config_makefile dlls
/comdlg32 enable_comdlg32
20261 wine_fn_config_makefile dlls
/comdlg32
/tests enable_tests
20262 wine_fn_config_makefile dlls
/comm.drv16 enable_win16
20263 wine_fn_config_makefile dlls
/commdlg.dll16 enable_win16
20264 wine_fn_config_makefile dlls
/compobj.dll16 enable_win16
20265 wine_fn_config_makefile dlls
/compstui enable_compstui
20266 wine_fn_config_makefile dlls
/comsvcs enable_comsvcs
20267 wine_fn_config_makefile dlls
/comsvcs
/tests enable_tests
20268 wine_fn_config_makefile dlls
/concrt140 enable_concrt140
20269 wine_fn_config_makefile dlls
/concrt140
/tests enable_tests
20270 wine_fn_config_makefile dlls
/connect enable_connect
20271 wine_fn_config_makefile dlls
/credui enable_credui
20272 wine_fn_config_makefile dlls
/credui
/tests enable_tests
20273 wine_fn_config_makefile dlls
/crtdll enable_crtdll
20274 wine_fn_config_makefile dlls
/crypt32 enable_crypt32
20275 wine_fn_config_makefile dlls
/crypt32
/tests enable_tests
20276 wine_fn_config_makefile dlls
/cryptdlg enable_cryptdlg
20277 wine_fn_config_makefile dlls
/cryptdll enable_cryptdll
20278 wine_fn_config_makefile dlls
/cryptext enable_cryptext
20279 wine_fn_config_makefile dlls
/cryptnet enable_cryptnet
20280 wine_fn_config_makefile dlls
/cryptnet
/tests enable_tests
20281 wine_fn_config_makefile dlls
/cryptsp enable_cryptsp
20282 wine_fn_config_makefile dlls
/cryptui enable_cryptui
20283 wine_fn_config_makefile dlls
/cryptui
/tests enable_tests
20284 wine_fn_config_makefile dlls
/ctapi32 enable_ctapi32
20285 wine_fn_config_makefile dlls
/ctl3d.dll16 enable_win16
20286 wine_fn_config_makefile dlls
/ctl3d32 enable_ctl3d32
20287 wine_fn_config_makefile dlls
/ctl3dv2.dll16 enable_win16
20288 wine_fn_config_makefile dlls
/d2d1 enable_d2d1
20289 wine_fn_config_makefile dlls
/d2d
1/tests enable_tests
20290 wine_fn_config_makefile dlls
/d3d10 enable_d3d10
20291 wine_fn_config_makefile dlls
/d3d10
/tests enable_tests
20292 wine_fn_config_makefile dlls
/d3d10_1 enable_d3d10_1
20293 wine_fn_config_makefile dlls
/d3d10_
1/tests enable_tests
20294 wine_fn_config_makefile dlls
/d3d10core enable_d3d10core
20295 wine_fn_config_makefile dlls
/d3d10core
/tests enable_tests
20296 wine_fn_config_makefile dlls
/d3d11 enable_d3d11
20297 wine_fn_config_makefile dlls
/d3d11
/tests enable_tests
20298 wine_fn_config_makefile dlls
/d3d12 enable_d3d12
20299 wine_fn_config_makefile dlls
/d3d12
/tests enable_tests
20300 wine_fn_config_makefile dlls
/d3d8 enable_d3d8
20301 wine_fn_config_makefile dlls
/d3d
8/tests enable_tests
20302 wine_fn_config_makefile dlls
/d3d8thk enable_d3d8thk
20303 wine_fn_config_makefile dlls
/d3d9 enable_d3d9
20304 wine_fn_config_makefile dlls
/d3d
9/tests enable_tests
20305 wine_fn_config_makefile dlls
/d3dcompiler_33 enable_d3dcompiler_33
20306 wine_fn_config_makefile dlls
/d3dcompiler_34 enable_d3dcompiler_34
20307 wine_fn_config_makefile dlls
/d3dcompiler_35 enable_d3dcompiler_35
20308 wine_fn_config_makefile dlls
/d3dcompiler_36 enable_d3dcompiler_36
20309 wine_fn_config_makefile dlls
/d3dcompiler_37 enable_d3dcompiler_37
20310 wine_fn_config_makefile dlls
/d3dcompiler_38 enable_d3dcompiler_38
20311 wine_fn_config_makefile dlls
/d3dcompiler_39 enable_d3dcompiler_39
20312 wine_fn_config_makefile dlls
/d3dcompiler_40 enable_d3dcompiler_40
20313 wine_fn_config_makefile dlls
/d3dcompiler_41 enable_d3dcompiler_41
20314 wine_fn_config_makefile dlls
/d3dcompiler_42 enable_d3dcompiler_42
20315 wine_fn_config_makefile dlls
/d3dcompiler_43 enable_d3dcompiler_43
20316 wine_fn_config_makefile dlls
/d3dcompiler_43
/tests enable_tests
20317 wine_fn_config_makefile dlls
/d3dcompiler_46 enable_d3dcompiler_46
20318 wine_fn_config_makefile dlls
/d3dcompiler_47 enable_d3dcompiler_47
20319 wine_fn_config_makefile dlls
/d3dcompiler_47
/tests enable_tests
20320 wine_fn_config_makefile dlls
/d3dim enable_d3dim
20321 wine_fn_config_makefile dlls
/d3dim700 enable_d3dim700
20322 wine_fn_config_makefile dlls
/d3drm enable_d3drm
20323 wine_fn_config_makefile dlls
/d3drm
/tests enable_tests
20324 wine_fn_config_makefile dlls
/d3dx10_33 enable_d3dx10_33
20325 wine_fn_config_makefile dlls
/d3dx10_34 enable_d3dx10_34
20326 wine_fn_config_makefile dlls
/d3dx10_35 enable_d3dx10_35
20327 wine_fn_config_makefile dlls
/d3dx10_36 enable_d3dx10_36
20328 wine_fn_config_makefile dlls
/d3dx10_37 enable_d3dx10_37
20329 wine_fn_config_makefile dlls
/d3dx10_38 enable_d3dx10_38
20330 wine_fn_config_makefile dlls
/d3dx10_39 enable_d3dx10_39
20331 wine_fn_config_makefile dlls
/d3dx10_40 enable_d3dx10_40
20332 wine_fn_config_makefile dlls
/d3dx10_41 enable_d3dx10_41
20333 wine_fn_config_makefile dlls
/d3dx10_42 enable_d3dx10_42
20334 wine_fn_config_makefile dlls
/d3dx10_43 enable_d3dx10_43
20335 wine_fn_config_makefile dlls
/d3dx10_43
/tests enable_tests
20336 wine_fn_config_makefile dlls
/d3dx11_42 enable_d3dx11_42
20337 wine_fn_config_makefile dlls
/d3dx11_43 enable_d3dx11_43
20338 wine_fn_config_makefile dlls
/d3dx11_43
/tests enable_tests
20339 wine_fn_config_makefile dlls
/d3dx9_24 enable_d3dx9_24
20340 wine_fn_config_makefile dlls
/d3dx9_25 enable_d3dx9_25
20341 wine_fn_config_makefile dlls
/d3dx9_26 enable_d3dx9_26
20342 wine_fn_config_makefile dlls
/d3dx9_27 enable_d3dx9_27
20343 wine_fn_config_makefile dlls
/d3dx9_28 enable_d3dx9_28
20344 wine_fn_config_makefile dlls
/d3dx9_29 enable_d3dx9_29
20345 wine_fn_config_makefile dlls
/d3dx9_30 enable_d3dx9_30
20346 wine_fn_config_makefile dlls
/d3dx9_31 enable_d3dx9_31
20347 wine_fn_config_makefile dlls
/d3dx9_32 enable_d3dx9_32
20348 wine_fn_config_makefile dlls
/d3dx9_33 enable_d3dx9_33
20349 wine_fn_config_makefile dlls
/d3dx9_34 enable_d3dx9_34
20350 wine_fn_config_makefile dlls
/d3dx9_35 enable_d3dx9_35
20351 wine_fn_config_makefile dlls
/d3dx9_36 enable_d3dx9_36
20352 wine_fn_config_makefile dlls
/d3dx9_36
/tests enable_tests
20353 wine_fn_config_makefile dlls
/d3dx9_37 enable_d3dx9_37
20354 wine_fn_config_makefile dlls
/d3dx9_38 enable_d3dx9_38
20355 wine_fn_config_makefile dlls
/d3dx9_39 enable_d3dx9_39
20356 wine_fn_config_makefile dlls
/d3dx9_40 enable_d3dx9_40
20357 wine_fn_config_makefile dlls
/d3dx9_41 enable_d3dx9_41
20358 wine_fn_config_makefile dlls
/d3dx9_42 enable_d3dx9_42
20359 wine_fn_config_makefile dlls
/d3dx9_43 enable_d3dx9_43
20360 wine_fn_config_makefile dlls
/d3dxof enable_d3dxof
20361 wine_fn_config_makefile dlls
/d3dxof
/tests enable_tests
20362 wine_fn_config_makefile dlls
/davclnt enable_davclnt
20363 wine_fn_config_makefile dlls
/dbgeng enable_dbgeng
20364 wine_fn_config_makefile dlls
/dbgeng
/tests enable_tests
20365 wine_fn_config_makefile dlls
/dbghelp enable_dbghelp
20366 wine_fn_config_makefile dlls
/dbghelp
/tests enable_tests
20367 wine_fn_config_makefile dlls
/dciman32 enable_dciman32
20368 wine_fn_config_makefile dlls
/dcomp enable_dcomp
20369 wine_fn_config_makefile dlls
/ddeml.dll16 enable_win16
20370 wine_fn_config_makefile dlls
/ddraw enable_ddraw
20371 wine_fn_config_makefile dlls
/ddraw
/tests enable_tests
20372 wine_fn_config_makefile dlls
/ddrawex enable_ddrawex
20373 wine_fn_config_makefile dlls
/ddrawex
/tests enable_tests
20374 wine_fn_config_makefile dlls
/devenum enable_devenum
20375 wine_fn_config_makefile dlls
/devenum
/tests enable_tests
20376 wine_fn_config_makefile dlls
/dhcpcsvc enable_dhcpcsvc
20377 wine_fn_config_makefile dlls
/dhcpcsvc
/tests enable_tests
20378 wine_fn_config_makefile dlls
/dhtmled.ocx enable_dhtmled_ocx
20379 wine_fn_config_makefile dlls
/difxapi enable_difxapi
20380 wine_fn_config_makefile dlls
/dinput enable_dinput
20381 wine_fn_config_makefile dlls
/dinput
/tests enable_tests
20382 wine_fn_config_makefile dlls
/dinput8 enable_dinput8
20383 wine_fn_config_makefile dlls
/dinput
8/tests enable_tests
20384 wine_fn_config_makefile dlls
/directmanipulation enable_directmanipulation
20385 wine_fn_config_makefile dlls
/directmanipulation
/tests enable_tests
20386 wine_fn_config_makefile dlls
/dispdib.dll16 enable_win16
20387 wine_fn_config_makefile dlls
/dispex enable_dispex
20388 wine_fn_config_makefile dlls
/dispex
/tests enable_tests
20389 wine_fn_config_makefile dlls
/display.drv16 enable_win16
20390 wine_fn_config_makefile dlls
/dmband enable_dmband
20391 wine_fn_config_makefile dlls
/dmband
/tests enable_tests
20392 wine_fn_config_makefile dlls
/dmcompos enable_dmcompos
20393 wine_fn_config_makefile dlls
/dmcompos
/tests enable_tests
20394 wine_fn_config_makefile dlls
/dmime enable_dmime
20395 wine_fn_config_makefile dlls
/dmime
/tests enable_tests
20396 wine_fn_config_makefile dlls
/dmloader enable_dmloader
20397 wine_fn_config_makefile dlls
/dmloader
/tests enable_tests
20398 wine_fn_config_makefile dlls
/dmoguids enable_dmoguids
20399 wine_fn_config_makefile dlls
/dmscript enable_dmscript
20400 wine_fn_config_makefile dlls
/dmscript
/tests enable_tests
20401 wine_fn_config_makefile dlls
/dmstyle enable_dmstyle
20402 wine_fn_config_makefile dlls
/dmstyle
/tests enable_tests
20403 wine_fn_config_makefile dlls
/dmsynth enable_dmsynth
20404 wine_fn_config_makefile dlls
/dmsynth
/tests enable_tests
20405 wine_fn_config_makefile dlls
/dmusic enable_dmusic
20406 wine_fn_config_makefile dlls
/dmusic
/tests enable_tests
20407 wine_fn_config_makefile dlls
/dmusic32 enable_dmusic32
20408 wine_fn_config_makefile dlls
/dnsapi enable_dnsapi
20409 wine_fn_config_makefile dlls
/dnsapi
/tests enable_tests
20410 wine_fn_config_makefile dlls
/dplay enable_dplay
20411 wine_fn_config_makefile dlls
/dplayx enable_dplayx
20412 wine_fn_config_makefile dlls
/dplayx
/tests enable_tests
20413 wine_fn_config_makefile dlls
/dpnaddr enable_dpnaddr
20414 wine_fn_config_makefile dlls
/dpnet enable_dpnet
20415 wine_fn_config_makefile dlls
/dpnet
/tests enable_tests
20416 wine_fn_config_makefile dlls
/dpnhpast enable_dpnhpast
20417 wine_fn_config_makefile dlls
/dpnlobby enable_dpnlobby
20418 wine_fn_config_makefile dlls
/dpvoice enable_dpvoice
20419 wine_fn_config_makefile dlls
/dpvoice
/tests enable_tests
20420 wine_fn_config_makefile dlls
/dpwsockx enable_dpwsockx
20421 wine_fn_config_makefile dlls
/drmclien enable_drmclien
20422 wine_fn_config_makefile dlls
/dsdmo enable_dsdmo
20423 wine_fn_config_makefile dlls
/dsdmo
/tests enable_tests
20424 wine_fn_config_makefile dlls
/dsound enable_dsound
20425 wine_fn_config_makefile dlls
/dsound
/tests enable_tests
20426 wine_fn_config_makefile dlls
/dsquery enable_dsquery
20427 wine_fn_config_makefile dlls
/dssenh enable_dssenh
20428 wine_fn_config_makefile dlls
/dssenh
/tests enable_tests
20429 wine_fn_config_makefile dlls
/dsuiext enable_dsuiext
20430 wine_fn_config_makefile dlls
/dswave enable_dswave
20431 wine_fn_config_makefile dlls
/dswave
/tests enable_tests
20432 wine_fn_config_makefile dlls
/dwmapi enable_dwmapi
20433 wine_fn_config_makefile dlls
/dwmapi
/tests enable_tests
20434 wine_fn_config_makefile dlls
/dwrite enable_dwrite
20435 wine_fn_config_makefile dlls
/dwrite
/tests enable_tests
20436 wine_fn_config_makefile dlls
/dx8vb enable_dx8vb
20437 wine_fn_config_makefile dlls
/dxdiagn enable_dxdiagn
20438 wine_fn_config_makefile dlls
/dxdiagn
/tests enable_tests
20439 wine_fn_config_makefile dlls
/dxerr8 enable_dxerr8
20440 wine_fn_config_makefile dlls
/dxerr9 enable_dxerr9
20441 wine_fn_config_makefile dlls
/dxgi enable_dxgi
20442 wine_fn_config_makefile dlls
/dxgi
/tests enable_tests
20443 wine_fn_config_makefile dlls
/dxguid enable_dxguid
20444 wine_fn_config_makefile dlls
/dxva2 enable_dxva2
20445 wine_fn_config_makefile dlls
/dxva
2/tests enable_tests
20446 wine_fn_config_makefile dlls
/esent enable_esent
20447 wine_fn_config_makefile dlls
/evr enable_evr
20448 wine_fn_config_makefile dlls
/evr
/tests enable_tests
20449 wine_fn_config_makefile dlls
/explorerframe enable_explorerframe
20450 wine_fn_config_makefile dlls
/explorerframe
/tests enable_tests
20451 wine_fn_config_makefile dlls
/ext-ms-win-authz-context-l1-1-0 enable_ext_ms_win_authz_context_l1_1_0
20452 wine_fn_config_makefile dlls
/ext-ms-win-domainjoin-netjoin-l1-1-0 enable_ext_ms_win_domainjoin_netjoin_l1_1_0
20453 wine_fn_config_makefile dlls
/ext-ms-win-dwmapi-ext-l1-1-0 enable_ext_ms_win_dwmapi_ext_l1_1_0
20454 wine_fn_config_makefile dlls
/ext-ms-win-gdi-dc-create-l1-1-0 enable_ext_ms_win_gdi_dc_create_l1_1_0
20455 wine_fn_config_makefile dlls
/ext-ms-win-gdi-dc-create-l1-1-1 enable_ext_ms_win_gdi_dc_create_l1_1_1
20456 wine_fn_config_makefile dlls
/ext-ms-win-gdi-dc-l1-2-0 enable_ext_ms_win_gdi_dc_l1_2_0
20457 wine_fn_config_makefile dlls
/ext-ms-win-gdi-devcaps-l1-1-0 enable_ext_ms_win_gdi_devcaps_l1_1_0
20458 wine_fn_config_makefile dlls
/ext-ms-win-gdi-draw-l1-1-0 enable_ext_ms_win_gdi_draw_l1_1_0
20459 wine_fn_config_makefile dlls
/ext-ms-win-gdi-draw-l1-1-1 enable_ext_ms_win_gdi_draw_l1_1_1
20460 wine_fn_config_makefile dlls
/ext-ms-win-gdi-font-l1-1-0 enable_ext_ms_win_gdi_font_l1_1_0
20461 wine_fn_config_makefile dlls
/ext-ms-win-gdi-font-l1-1-1 enable_ext_ms_win_gdi_font_l1_1_1
20462 wine_fn_config_makefile dlls
/ext-ms-win-gdi-render-l1-1-0 enable_ext_ms_win_gdi_render_l1_1_0
20463 wine_fn_config_makefile dlls
/ext-ms-win-kernel32-package-current-l1-1-0 enable_ext_ms_win_kernel32_package_current_l1_1_0
20464 wine_fn_config_makefile dlls
/ext-ms-win-kernel32-package-l1-1-1 enable_ext_ms_win_kernel32_package_l1_1_1
20465 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-dialogbox-l1-1-0 enable_ext_ms_win_ntuser_dialogbox_l1_1_0
20466 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-draw-l1-1-0 enable_ext_ms_win_ntuser_draw_l1_1_0
20467 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-gui-l1-1-0 enable_ext_ms_win_ntuser_gui_l1_1_0
20468 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-gui-l1-3-0 enable_ext_ms_win_ntuser_gui_l1_3_0
20469 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-keyboard-l1-3-0 enable_ext_ms_win_ntuser_keyboard_l1_3_0
20470 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-message-l1-1-0 enable_ext_ms_win_ntuser_message_l1_1_0
20471 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-message-l1-1-1 enable_ext_ms_win_ntuser_message_l1_1_1
20472 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-misc-l1-1-0 enable_ext_ms_win_ntuser_misc_l1_1_0
20473 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-misc-l1-2-0 enable_ext_ms_win_ntuser_misc_l1_2_0
20474 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-misc-l1-5-1 enable_ext_ms_win_ntuser_misc_l1_5_1
20475 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-mouse-l1-1-0 enable_ext_ms_win_ntuser_mouse_l1_1_0
20476 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-private-l1-1-1 enable_ext_ms_win_ntuser_private_l1_1_1
20477 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-private-l1-3-1 enable_ext_ms_win_ntuser_private_l1_3_1
20478 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-rectangle-ext-l1-1-0 enable_ext_ms_win_ntuser_rectangle_ext_l1_1_0
20479 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-uicontext-ext-l1-1-0 enable_ext_ms_win_ntuser_uicontext_ext_l1_1_0
20480 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-window-l1-1-0 enable_ext_ms_win_ntuser_window_l1_1_0
20481 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-window-l1-1-1 enable_ext_ms_win_ntuser_window_l1_1_1
20482 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-window-l1-1-4 enable_ext_ms_win_ntuser_window_l1_1_4
20483 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-windowclass-l1-1-0 enable_ext_ms_win_ntuser_windowclass_l1_1_0
20484 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-windowclass-l1-1-1 enable_ext_ms_win_ntuser_windowclass_l1_1_1
20485 wine_fn_config_makefile dlls
/ext-ms-win-oleacc-l1-1-0 enable_ext_ms_win_oleacc_l1_1_0
20486 wine_fn_config_makefile dlls
/ext-ms-win-ras-rasapi32-l1-1-0 enable_ext_ms_win_ras_rasapi32_l1_1_0
20487 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-gdi-devcaps-l1-1-0 enable_ext_ms_win_rtcore_gdi_devcaps_l1_1_0
20488 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-gdi-object-l1-1-0 enable_ext_ms_win_rtcore_gdi_object_l1_1_0
20489 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-gdi-rgn-l1-1-0 enable_ext_ms_win_rtcore_gdi_rgn_l1_1_0
20490 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-ntuser-cursor-l1-1-0 enable_ext_ms_win_rtcore_ntuser_cursor_l1_1_0
20491 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
20492 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-ntuser-dpi-l1-1-0 enable_ext_ms_win_rtcore_ntuser_dpi_l1_1_0
20493 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-ntuser-dpi-l1-2-0 enable_ext_ms_win_rtcore_ntuser_dpi_l1_2_0
20494 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-ntuser-rawinput-l1-1-0 enable_ext_ms_win_rtcore_ntuser_rawinput_l1_1_0
20495 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-ntuser-syscolors-l1-1-0 enable_ext_ms_win_rtcore_ntuser_syscolors_l1_1_0
20496 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-ntuser-sysparams-l1-1-0 enable_ext_ms_win_rtcore_ntuser_sysparams_l1_1_0
20497 wine_fn_config_makefile dlls
/ext-ms-win-security-credui-l1-1-0 enable_ext_ms_win_security_credui_l1_1_0
20498 wine_fn_config_makefile dlls
/ext-ms-win-security-cryptui-l1-1-0 enable_ext_ms_win_security_cryptui_l1_1_0
20499 wine_fn_config_makefile dlls
/ext-ms-win-shell-comctl32-init-l1-1-0 enable_ext_ms_win_shell_comctl32_init_l1_1_0
20500 wine_fn_config_makefile dlls
/ext-ms-win-shell-comdlg32-l1-1-0 enable_ext_ms_win_shell_comdlg32_l1_1_0
20501 wine_fn_config_makefile dlls
/ext-ms-win-shell-shell32-l1-2-0 enable_ext_ms_win_shell_shell32_l1_2_0
20502 wine_fn_config_makefile dlls
/ext-ms-win-uxtheme-themes-l1-1-0 enable_ext_ms_win_uxtheme_themes_l1_1_0
20503 wine_fn_config_makefile dlls
/faultrep enable_faultrep
20504 wine_fn_config_makefile dlls
/faultrep
/tests enable_tests
20505 wine_fn_config_makefile dlls
/feclient enable_feclient
20506 wine_fn_config_makefile dlls
/fltlib enable_fltlib
20507 wine_fn_config_makefile dlls
/fltmgr.sys enable_fltmgr_sys
20508 wine_fn_config_makefile dlls
/fntcache enable_fntcache
20509 wine_fn_config_makefile dlls
/fontsub enable_fontsub
20510 wine_fn_config_makefile dlls
/fusion enable_fusion
20511 wine_fn_config_makefile dlls
/fusion
/tests enable_tests
20512 wine_fn_config_makefile dlls
/fwpuclnt enable_fwpuclnt
20513 wine_fn_config_makefile dlls
/gameux enable_gameux
20514 wine_fn_config_makefile dlls
/gameux
/tests enable_tests
20515 wine_fn_config_makefile dlls
/gdi.exe16 enable_win16
20516 wine_fn_config_makefile dlls
/gdi32 enable_gdi32
20517 wine_fn_config_makefile dlls
/gdi32
/tests enable_tests
20518 wine_fn_config_makefile dlls
/gdiplus enable_gdiplus
20519 wine_fn_config_makefile dlls
/gdiplus
/tests enable_tests
20520 wine_fn_config_makefile dlls
/glu32 enable_glu32
20521 wine_fn_config_makefile dlls
/gphoto2.ds enable_gphoto2_ds
20522 wine_fn_config_makefile dlls
/gpkcsp enable_gpkcsp
20523 wine_fn_config_makefile dlls
/hal enable_hal
20524 wine_fn_config_makefile dlls
/hhctrl.ocx enable_hhctrl_ocx
20525 wine_fn_config_makefile dlls
/hid enable_hid
20526 wine_fn_config_makefile dlls
/hid
/tests enable_tests
20527 wine_fn_config_makefile dlls
/hidclass.sys enable_hidclass_sys
20528 wine_fn_config_makefile dlls
/hlink enable_hlink
20529 wine_fn_config_makefile dlls
/hlink
/tests enable_tests
20530 wine_fn_config_makefile dlls
/hnetcfg enable_hnetcfg
20531 wine_fn_config_makefile dlls
/hnetcfg
/tests enable_tests
20532 wine_fn_config_makefile dlls
/http.sys enable_http_sys
20533 wine_fn_config_makefile dlls
/httpapi enable_httpapi
20534 wine_fn_config_makefile dlls
/httpapi
/tests enable_tests
20535 wine_fn_config_makefile dlls
/iccvid enable_iccvid
20536 wine_fn_config_makefile dlls
/icmp enable_icmp
20537 wine_fn_config_makefile dlls
/ieframe enable_ieframe
20538 wine_fn_config_makefile dlls
/ieframe
/tests enable_tests
20539 wine_fn_config_makefile dlls
/ieproxy enable_ieproxy
20540 wine_fn_config_makefile dlls
/ifsmgr.vxd enable_win16
20541 wine_fn_config_makefile dlls
/imaadp32.acm enable_imaadp32_acm
20542 wine_fn_config_makefile dlls
/imagehlp enable_imagehlp
20543 wine_fn_config_makefile dlls
/imagehlp
/tests enable_tests
20544 wine_fn_config_makefile dlls
/imm.dll16 enable_win16
20545 wine_fn_config_makefile dlls
/imm32 enable_imm32
20546 wine_fn_config_makefile dlls
/imm32
/tests enable_tests
20547 wine_fn_config_makefile dlls
/inetcomm enable_inetcomm
20548 wine_fn_config_makefile dlls
/inetcomm
/tests enable_tests
20549 wine_fn_config_makefile dlls
/inetcpl.cpl enable_inetcpl_cpl
20550 wine_fn_config_makefile dlls
/inetmib1 enable_inetmib1
20551 wine_fn_config_makefile dlls
/inetmib
1/tests enable_tests
20552 wine_fn_config_makefile dlls
/infosoft enable_infosoft
20553 wine_fn_config_makefile dlls
/infosoft
/tests enable_tests
20554 wine_fn_config_makefile dlls
/initpki enable_initpki
20555 wine_fn_config_makefile dlls
/inkobj enable_inkobj
20556 wine_fn_config_makefile dlls
/inseng enable_inseng
20557 wine_fn_config_makefile dlls
/iphlpapi enable_iphlpapi
20558 wine_fn_config_makefile dlls
/iphlpapi
/tests enable_tests
20559 wine_fn_config_makefile dlls
/iprop enable_iprop
20560 wine_fn_config_makefile dlls
/irprops.cpl enable_irprops_cpl
20561 wine_fn_config_makefile dlls
/itircl enable_itircl
20562 wine_fn_config_makefile dlls
/itss enable_itss
20563 wine_fn_config_makefile dlls
/itss
/tests enable_tests
20564 wine_fn_config_makefile dlls
/joy.cpl enable_joy_cpl
20565 wine_fn_config_makefile dlls
/jscript enable_jscript
20566 wine_fn_config_makefile dlls
/jscript
/tests enable_tests
20567 wine_fn_config_makefile dlls
/jsproxy enable_jsproxy
20568 wine_fn_config_makefile dlls
/jsproxy
/tests enable_tests
20569 wine_fn_config_makefile dlls
/kerberos enable_kerberos
20570 wine_fn_config_makefile dlls
/kernel32 enable_kernel32
20571 wine_fn_config_makefile dlls
/kernel32
/tests enable_tests
20572 wine_fn_config_makefile dlls
/kernelbase enable_kernelbase
20573 wine_fn_config_makefile dlls
/kernelbase
/tests enable_tests
20574 wine_fn_config_makefile dlls
/keyboard.drv16 enable_win16
20575 wine_fn_config_makefile dlls
/krnl386.exe16 enable_win16
20576 wine_fn_config_makefile dlls
/ksecdd.sys enable_ksecdd_sys
20577 wine_fn_config_makefile dlls
/ksproxy.ax enable_ksproxy_ax
20578 wine_fn_config_makefile dlls
/ksuser enable_ksuser
20579 wine_fn_config_makefile dlls
/ktmw32 enable_ktmw32
20580 wine_fn_config_makefile dlls
/l3codeca.acm enable_l3codeca_acm
20581 wine_fn_config_makefile dlls
/loadperf enable_loadperf
20582 wine_fn_config_makefile dlls
/localspl enable_localspl
20583 wine_fn_config_makefile dlls
/localspl
/tests enable_tests
20584 wine_fn_config_makefile dlls
/localui enable_localui
20585 wine_fn_config_makefile dlls
/localui
/tests enable_tests
20586 wine_fn_config_makefile dlls
/lz32 enable_lz32
20587 wine_fn_config_makefile dlls
/lz32
/tests enable_tests
20588 wine_fn_config_makefile dlls
/lzexpand.dll16 enable_win16
20589 wine_fn_config_makefile dlls
/mapi32 enable_mapi32
20590 wine_fn_config_makefile dlls
/mapi32
/tests enable_tests
20591 wine_fn_config_makefile dlls
/mapistub enable_mapistub
20592 wine_fn_config_makefile dlls
/mciavi32 enable_mciavi32
20593 wine_fn_config_makefile dlls
/mcicda enable_mcicda
20594 wine_fn_config_makefile dlls
/mciqtz32 enable_mciqtz32
20595 wine_fn_config_makefile dlls
/mciseq enable_mciseq
20596 wine_fn_config_makefile dlls
/mciwave enable_mciwave
20597 wine_fn_config_makefile dlls
/mf enable_mf
20598 wine_fn_config_makefile dlls
/mf
/tests enable_tests
20599 wine_fn_config_makefile dlls
/mf3216 enable_mf3216
20600 wine_fn_config_makefile dlls
/mferror enable_mferror
20601 wine_fn_config_makefile dlls
/mfmediaengine enable_mfmediaengine
20602 wine_fn_config_makefile dlls
/mfmediaengine
/tests enable_tests
20603 wine_fn_config_makefile dlls
/mfplat enable_mfplat
20604 wine_fn_config_makefile dlls
/mfplat
/tests enable_tests
20605 wine_fn_config_makefile dlls
/mfplay enable_mfplay
20606 wine_fn_config_makefile dlls
/mfreadwrite enable_mfreadwrite
20607 wine_fn_config_makefile dlls
/mfreadwrite
/tests enable_tests
20608 wine_fn_config_makefile dlls
/mfuuid enable_mfuuid
20609 wine_fn_config_makefile dlls
/mgmtapi enable_mgmtapi
20610 wine_fn_config_makefile dlls
/midimap enable_midimap
20611 wine_fn_config_makefile dlls
/mlang enable_mlang
20612 wine_fn_config_makefile dlls
/mlang
/tests enable_tests
20613 wine_fn_config_makefile dlls
/mmcndmgr enable_mmcndmgr
20614 wine_fn_config_makefile dlls
/mmcndmgr
/tests enable_tests
20615 wine_fn_config_makefile dlls
/mmdevapi enable_mmdevapi
20616 wine_fn_config_makefile dlls
/mmdevapi
/tests enable_tests
20617 wine_fn_config_makefile dlls
/mmdevldr.vxd enable_win16
20618 wine_fn_config_makefile dlls
/mmsystem.dll16 enable_win16
20619 wine_fn_config_makefile dlls
/monodebg.vxd enable_win16
20620 wine_fn_config_makefile dlls
/mountmgr.sys enable_mountmgr_sys
20621 wine_fn_config_makefile dlls
/mouse.drv16 enable_win16
20622 wine_fn_config_makefile dlls
/mp3dmod enable_mp3dmod
20623 wine_fn_config_makefile dlls
/mp3dmod
/tests enable_tests
20624 wine_fn_config_makefile dlls
/mpr enable_mpr
20625 wine_fn_config_makefile dlls
/mpr
/tests enable_tests
20626 wine_fn_config_makefile dlls
/mprapi enable_mprapi
20627 wine_fn_config_makefile dlls
/msacm.dll16 enable_win16
20628 wine_fn_config_makefile dlls
/msacm32.drv enable_msacm32_drv
20629 wine_fn_config_makefile dlls
/msacm32 enable_msacm32
20630 wine_fn_config_makefile dlls
/msacm32
/tests enable_tests
20631 wine_fn_config_makefile dlls
/msado15 enable_msado15
20632 wine_fn_config_makefile dlls
/msado15
/tests enable_tests
20633 wine_fn_config_makefile dlls
/msadp32.acm enable_msadp32_acm
20634 wine_fn_config_makefile dlls
/msasn1 enable_msasn1
20635 wine_fn_config_makefile dlls
/msasn
1/tests enable_tests
20636 wine_fn_config_makefile dlls
/mscat32 enable_mscat32
20637 wine_fn_config_makefile dlls
/mscms enable_mscms
20638 wine_fn_config_makefile dlls
/mscms
/tests enable_tests
20639 wine_fn_config_makefile dlls
/mscoree enable_mscoree
20640 wine_fn_config_makefile dlls
/mscoree
/tests enable_tests
20641 wine_fn_config_makefile dlls
/mscorwks enable_mscorwks
20642 wine_fn_config_makefile dlls
/msctf enable_msctf
20643 wine_fn_config_makefile dlls
/msctf
/tests enable_tests
20644 wine_fn_config_makefile dlls
/msctfp enable_msctfp
20645 wine_fn_config_makefile dlls
/msdaps enable_msdaps
20646 wine_fn_config_makefile dlls
/msdelta enable_msdelta
20647 wine_fn_config_makefile dlls
/msdmo enable_msdmo
20648 wine_fn_config_makefile dlls
/msdmo
/tests enable_tests
20649 wine_fn_config_makefile dlls
/msdrm enable_msdrm
20650 wine_fn_config_makefile dlls
/msftedit enable_msftedit
20651 wine_fn_config_makefile dlls
/msftedit
/tests enable_tests
20652 wine_fn_config_makefile dlls
/msg711.acm enable_msg711_acm
20653 wine_fn_config_makefile dlls
/msgsm32.acm enable_msgsm32_acm
20654 wine_fn_config_makefile dlls
/mshtml.tlb enable_mshtml_tlb
20655 wine_fn_config_makefile dlls
/mshtml enable_mshtml
20656 wine_fn_config_makefile dlls
/mshtml
/tests enable_tests
20657 wine_fn_config_makefile dlls
/msi enable_msi
20658 wine_fn_config_makefile dlls
/msi
/tests enable_tests
20659 wine_fn_config_makefile dlls
/msident enable_msident
20660 wine_fn_config_makefile dlls
/msimg32 enable_msimg32
20661 wine_fn_config_makefile dlls
/msimsg enable_msimsg
20662 wine_fn_config_makefile dlls
/msimtf enable_msimtf
20663 wine_fn_config_makefile dlls
/msisip enable_msisip
20664 wine_fn_config_makefile dlls
/msisys.ocx enable_msisys_ocx
20665 wine_fn_config_makefile dlls
/msls31 enable_msls31
20666 wine_fn_config_makefile dlls
/msnet32 enable_msnet32
20667 wine_fn_config_makefile dlls
/mspatcha enable_mspatcha
20668 wine_fn_config_makefile dlls
/mspatcha
/tests enable_tests
20669 wine_fn_config_makefile dlls
/msports enable_msports
20670 wine_fn_config_makefile dlls
/msrle32 enable_msrle32
20671 wine_fn_config_makefile dlls
/msrle32
/tests enable_tests
20672 wine_fn_config_makefile dlls
/msscript.ocx enable_msscript_ocx
20673 wine_fn_config_makefile dlls
/msscript.ocx
/tests enable_tests
20674 wine_fn_config_makefile dlls
/mssign32 enable_mssign32
20675 wine_fn_config_makefile dlls
/mssip32 enable_mssip32
20676 wine_fn_config_makefile dlls
/mstask enable_mstask
20677 wine_fn_config_makefile dlls
/mstask
/tests enable_tests
20678 wine_fn_config_makefile dlls
/msvcirt enable_msvcirt
20679 wine_fn_config_makefile dlls
/msvcirt
/tests enable_tests
20680 wine_fn_config_makefile dlls
/msvcm80 enable_msvcm80
20681 wine_fn_config_makefile dlls
/msvcm90 enable_msvcm90
20682 wine_fn_config_makefile dlls
/msvcp100 enable_msvcp100
20683 wine_fn_config_makefile dlls
/msvcp100
/tests enable_tests
20684 wine_fn_config_makefile dlls
/msvcp110 enable_msvcp110
20685 wine_fn_config_makefile dlls
/msvcp110
/tests enable_tests
20686 wine_fn_config_makefile dlls
/msvcp120 enable_msvcp120
20687 wine_fn_config_makefile dlls
/msvcp120
/tests enable_tests
20688 wine_fn_config_makefile dlls
/msvcp120_app enable_msvcp120_app
20689 wine_fn_config_makefile dlls
/msvcp140 enable_msvcp140
20690 wine_fn_config_makefile dlls
/msvcp140
/tests enable_tests
20691 wine_fn_config_makefile dlls
/msvcp140_1 enable_msvcp140_1
20692 wine_fn_config_makefile dlls
/msvcp60 enable_msvcp60
20693 wine_fn_config_makefile dlls
/msvcp60
/tests enable_tests
20694 wine_fn_config_makefile dlls
/msvcp70 enable_msvcp70
20695 wine_fn_config_makefile dlls
/msvcp71 enable_msvcp71
20696 wine_fn_config_makefile dlls
/msvcp80 enable_msvcp80
20697 wine_fn_config_makefile dlls
/msvcp90 enable_msvcp90
20698 wine_fn_config_makefile dlls
/msvcp90
/tests enable_tests
20699 wine_fn_config_makefile dlls
/msvcr100 enable_msvcr100
20700 wine_fn_config_makefile dlls
/msvcr100
/tests enable_tests
20701 wine_fn_config_makefile dlls
/msvcr110 enable_msvcr110
20702 wine_fn_config_makefile dlls
/msvcr110
/tests enable_tests
20703 wine_fn_config_makefile dlls
/msvcr120 enable_msvcr120
20704 wine_fn_config_makefile dlls
/msvcr120
/tests enable_tests
20705 wine_fn_config_makefile dlls
/msvcr120_app enable_msvcr120_app
20706 wine_fn_config_makefile dlls
/msvcr70 enable_msvcr70
20707 wine_fn_config_makefile dlls
/msvcr71 enable_msvcr71
20708 wine_fn_config_makefile dlls
/msvcr80 enable_msvcr80
20709 wine_fn_config_makefile dlls
/msvcr90 enable_msvcr90
20710 wine_fn_config_makefile dlls
/msvcr90
/tests enable_tests
20711 wine_fn_config_makefile dlls
/msvcrt enable_msvcrt
20712 wine_fn_config_makefile dlls
/msvcrt
/tests enable_tests
20713 wine_fn_config_makefile dlls
/msvcrt20 enable_msvcrt20
20714 wine_fn_config_makefile dlls
/msvcrt40 enable_msvcrt40
20715 wine_fn_config_makefile dlls
/msvcrtd enable_msvcrtd
20716 wine_fn_config_makefile dlls
/msvcrtd
/tests enable_tests
20717 wine_fn_config_makefile dlls
/msvfw32 enable_msvfw32
20718 wine_fn_config_makefile dlls
/msvfw32
/tests enable_tests
20719 wine_fn_config_makefile dlls
/msvidc32 enable_msvidc32
20720 wine_fn_config_makefile dlls
/msvideo.dll16 enable_win16
20721 wine_fn_config_makefile dlls
/mswsock enable_mswsock
20722 wine_fn_config_makefile dlls
/msxml enable_msxml
20723 wine_fn_config_makefile dlls
/msxml2 enable_msxml2
20724 wine_fn_config_makefile dlls
/msxml3 enable_msxml3
20725 wine_fn_config_makefile dlls
/msxml
3/tests enable_tests
20726 wine_fn_config_makefile dlls
/msxml4 enable_msxml4
20727 wine_fn_config_makefile dlls
/msxml6 enable_msxml6
20728 wine_fn_config_makefile dlls
/mtxdm enable_mtxdm
20729 wine_fn_config_makefile dlls
/ncrypt enable_ncrypt
20730 wine_fn_config_makefile dlls
/nddeapi enable_nddeapi
20731 wine_fn_config_makefile dlls
/ndis.sys enable_ndis_sys
20732 wine_fn_config_makefile dlls
/ndis.sys
/tests enable_tests
20733 wine_fn_config_makefile dlls
/netapi32 enable_netapi32
20734 wine_fn_config_makefile dlls
/netapi32
/tests enable_tests
20735 wine_fn_config_makefile dlls
/netcfgx enable_netcfgx
20736 wine_fn_config_makefile dlls
/netcfgx
/tests enable_tests
20737 wine_fn_config_makefile dlls
/netio.sys enable_netio_sys
20738 wine_fn_config_makefile dlls
/netprofm enable_netprofm
20739 wine_fn_config_makefile dlls
/netprofm
/tests enable_tests
20740 wine_fn_config_makefile dlls
/netutils enable_netutils
20741 wine_fn_config_makefile dlls
/newdev enable_newdev
20742 wine_fn_config_makefile dlls
/ninput enable_ninput
20743 wine_fn_config_makefile dlls
/ninput
/tests enable_tests
20744 wine_fn_config_makefile dlls
/normaliz enable_normaliz
20745 wine_fn_config_makefile dlls
/npmshtml enable_npmshtml
20746 wine_fn_config_makefile dlls
/npptools enable_npptools
20747 wine_fn_config_makefile dlls
/ntdll enable_ntdll
20748 wine_fn_config_makefile dlls
/ntdll
/tests enable_tests
20749 wine_fn_config_makefile dlls
/ntdsapi enable_ntdsapi
20750 wine_fn_config_makefile dlls
/ntdsapi
/tests enable_tests
20751 wine_fn_config_makefile dlls
/ntoskrnl.exe enable_ntoskrnl_exe
20752 wine_fn_config_makefile dlls
/ntoskrnl.exe
/tests enable_tests
20753 wine_fn_config_makefile dlls
/ntprint enable_ntprint
20754 wine_fn_config_makefile dlls
/ntprint
/tests enable_tests
20755 wine_fn_config_makefile dlls
/objsel enable_objsel
20756 wine_fn_config_makefile dlls
/odbc32 enable_odbc32
20757 wine_fn_config_makefile dlls
/odbcbcp enable_odbcbcp
20758 wine_fn_config_makefile dlls
/odbccp32 enable_odbccp32
20759 wine_fn_config_makefile dlls
/odbccp32
/tests enable_tests
20760 wine_fn_config_makefile dlls
/odbccu32 enable_odbccu32
20761 wine_fn_config_makefile dlls
/ole2.dll16 enable_win16
20762 wine_fn_config_makefile dlls
/ole2conv.dll16 enable_win16
20763 wine_fn_config_makefile dlls
/ole2disp.dll16 enable_win16
20764 wine_fn_config_makefile dlls
/ole2nls.dll16 enable_win16
20765 wine_fn_config_makefile dlls
/ole2prox.dll16 enable_win16
20766 wine_fn_config_makefile dlls
/ole2thk.dll16 enable_win16
20767 wine_fn_config_makefile dlls
/ole32 enable_ole32
20768 wine_fn_config_makefile dlls
/ole32
/tests enable_tests
20769 wine_fn_config_makefile dlls
/oleacc enable_oleacc
20770 wine_fn_config_makefile dlls
/oleacc
/tests enable_tests
20771 wine_fn_config_makefile dlls
/oleaut32 enable_oleaut32
20772 wine_fn_config_makefile dlls
/oleaut32
/tests enable_tests
20773 wine_fn_config_makefile dlls
/olecli.dll16 enable_win16
20774 wine_fn_config_makefile dlls
/olecli32 enable_olecli32
20775 wine_fn_config_makefile dlls
/oledb32 enable_oledb32
20776 wine_fn_config_makefile dlls
/oledb32
/tests enable_tests
20777 wine_fn_config_makefile dlls
/oledlg enable_oledlg
20778 wine_fn_config_makefile dlls
/oledlg
/tests enable_tests
20779 wine_fn_config_makefile dlls
/olepro32 enable_olepro32
20780 wine_fn_config_makefile dlls
/olesvr.dll16 enable_win16
20781 wine_fn_config_makefile dlls
/olesvr32 enable_olesvr32
20782 wine_fn_config_makefile dlls
/olethk32 enable_olethk32
20783 wine_fn_config_makefile dlls
/opcservices enable_opcservices
20784 wine_fn_config_makefile dlls
/opcservices
/tests enable_tests
20785 wine_fn_config_makefile dlls
/openal32 enable_openal32
20786 wine_fn_config_makefile dlls
/opencl enable_opencl
20787 wine_fn_config_makefile dlls
/opengl32 enable_opengl32
20788 wine_fn_config_makefile dlls
/opengl32
/tests enable_tests
20789 wine_fn_config_makefile dlls
/packager enable_packager
20790 wine_fn_config_makefile dlls
/packager
/tests enable_tests
20791 wine_fn_config_makefile dlls
/pdh enable_pdh
20792 wine_fn_config_makefile dlls
/pdh
/tests enable_tests
20793 wine_fn_config_makefile dlls
/photometadatahandler enable_photometadatahandler
20794 wine_fn_config_makefile dlls
/pidgen enable_pidgen
20795 wine_fn_config_makefile dlls
/powrprof enable_powrprof
20796 wine_fn_config_makefile dlls
/printui enable_printui
20797 wine_fn_config_makefile dlls
/prntvpt enable_prntvpt
20798 wine_fn_config_makefile dlls
/prntvpt
/tests enable_tests
20799 wine_fn_config_makefile dlls
/propsys enable_propsys
20800 wine_fn_config_makefile dlls
/propsys
/tests enable_tests
20801 wine_fn_config_makefile dlls
/psapi enable_psapi
20802 wine_fn_config_makefile dlls
/psapi
/tests enable_tests
20803 wine_fn_config_makefile dlls
/pstorec enable_pstorec
20804 wine_fn_config_makefile dlls
/pstorec
/tests enable_tests
20805 wine_fn_config_makefile dlls
/pwrshplugin enable_pwrshplugin
20806 wine_fn_config_makefile dlls
/qasf enable_qasf
20807 wine_fn_config_makefile dlls
/qasf
/tests enable_tests
20808 wine_fn_config_makefile dlls
/qcap enable_qcap
20809 wine_fn_config_makefile dlls
/qcap
/tests enable_tests
20810 wine_fn_config_makefile dlls
/qdvd enable_qdvd
20811 wine_fn_config_makefile dlls
/qdvd
/tests enable_tests
20812 wine_fn_config_makefile dlls
/qedit enable_qedit
20813 wine_fn_config_makefile dlls
/qedit
/tests enable_tests
20814 wine_fn_config_makefile dlls
/qmgr enable_qmgr
20815 wine_fn_config_makefile dlls
/qmgr
/tests enable_tests
20816 wine_fn_config_makefile dlls
/qmgrprxy enable_qmgrprxy
20817 wine_fn_config_makefile dlls
/quartz enable_quartz
20818 wine_fn_config_makefile dlls
/quartz
/tests enable_tests
20819 wine_fn_config_makefile dlls
/query enable_query
20820 wine_fn_config_makefile dlls
/qwave enable_qwave
20821 wine_fn_config_makefile dlls
/qwave
/tests enable_tests
20822 wine_fn_config_makefile dlls
/rasapi16.dll16 enable_win16
20823 wine_fn_config_makefile dlls
/rasapi32 enable_rasapi32
20824 wine_fn_config_makefile dlls
/rasapi32
/tests enable_tests
20825 wine_fn_config_makefile dlls
/rasdlg enable_rasdlg
20826 wine_fn_config_makefile dlls
/regapi enable_regapi
20827 wine_fn_config_makefile dlls
/resutils enable_resutils
20828 wine_fn_config_makefile dlls
/riched20 enable_riched20
20829 wine_fn_config_makefile dlls
/riched20
/tests enable_tests
20830 wine_fn_config_makefile dlls
/riched32 enable_riched32
20831 wine_fn_config_makefile dlls
/riched32
/tests enable_tests
20832 wine_fn_config_makefile dlls
/rpcrt4 enable_rpcrt4
20833 wine_fn_config_makefile dlls
/rpcrt
4/tests enable_tests
20834 wine_fn_config_makefile dlls
/rsabase enable_rsabase
20835 wine_fn_config_makefile dlls
/rsaenh enable_rsaenh
20836 wine_fn_config_makefile dlls
/rsaenh
/tests enable_tests
20837 wine_fn_config_makefile dlls
/rstrtmgr enable_rstrtmgr
20838 wine_fn_config_makefile dlls
/rtutils enable_rtutils
20839 wine_fn_config_makefile dlls
/rtworkq enable_rtworkq
20840 wine_fn_config_makefile dlls
/rtworkq
/tests enable_tests
20841 wine_fn_config_makefile dlls
/samlib enable_samlib
20842 wine_fn_config_makefile dlls
/sane.ds enable_sane_ds
20843 wine_fn_config_makefile dlls
/sapi enable_sapi
20844 wine_fn_config_makefile dlls
/sapi
/tests enable_tests
20845 wine_fn_config_makefile dlls
/sas enable_sas
20846 wine_fn_config_makefile dlls
/scarddlg enable_scarddlg
20847 wine_fn_config_makefile dlls
/sccbase enable_sccbase
20848 wine_fn_config_makefile dlls
/schannel enable_schannel
20849 wine_fn_config_makefile dlls
/schannel
/tests enable_tests
20850 wine_fn_config_makefile dlls
/schedsvc enable_schedsvc
20851 wine_fn_config_makefile dlls
/schedsvc
/tests enable_tests
20852 wine_fn_config_makefile dlls
/scrobj enable_scrobj
20853 wine_fn_config_makefile dlls
/scrobj
/tests enable_tests
20854 wine_fn_config_makefile dlls
/scrrun enable_scrrun
20855 wine_fn_config_makefile dlls
/scrrun
/tests enable_tests
20856 wine_fn_config_makefile dlls
/scsiport.sys enable_scsiport_sys
20857 wine_fn_config_makefile dlls
/sechost enable_sechost
20858 wine_fn_config_makefile dlls
/secur32 enable_secur32
20859 wine_fn_config_makefile dlls
/secur32
/tests enable_tests
20860 wine_fn_config_makefile dlls
/security enable_security
20861 wine_fn_config_makefile dlls
/sensapi enable_sensapi
20862 wine_fn_config_makefile dlls
/serialui enable_serialui
20863 wine_fn_config_makefile dlls
/serialui
/tests enable_tests
20864 wine_fn_config_makefile dlls
/setupapi enable_setupapi
20865 wine_fn_config_makefile dlls
/setupapi
/tests enable_tests
20866 wine_fn_config_makefile dlls
/setupx.dll16 enable_win16
20867 wine_fn_config_makefile dlls
/sfc enable_sfc
20868 wine_fn_config_makefile dlls
/sfc_os enable_sfc_os
20869 wine_fn_config_makefile dlls
/shcore enable_shcore
20870 wine_fn_config_makefile dlls
/shcore
/tests enable_tests
20871 wine_fn_config_makefile dlls
/shdoclc enable_shdoclc
20872 wine_fn_config_makefile dlls
/shdocvw enable_shdocvw
20873 wine_fn_config_makefile dlls
/shdocvw
/tests enable_tests
20874 wine_fn_config_makefile dlls
/shell.dll16 enable_win16
20875 wine_fn_config_makefile dlls
/shell32 enable_shell32
20876 wine_fn_config_makefile dlls
/shell32
/tests enable_tests
20877 wine_fn_config_makefile dlls
/shfolder enable_shfolder
20878 wine_fn_config_makefile dlls
/shlwapi enable_shlwapi
20879 wine_fn_config_makefile dlls
/shlwapi
/tests enable_tests
20880 wine_fn_config_makefile dlls
/slbcsp enable_slbcsp
20881 wine_fn_config_makefile dlls
/slc enable_slc
20882 wine_fn_config_makefile dlls
/slc
/tests enable_tests
20883 wine_fn_config_makefile dlls
/snmpapi enable_snmpapi
20884 wine_fn_config_makefile dlls
/snmpapi
/tests enable_tests
20885 wine_fn_config_makefile dlls
/softpub enable_softpub
20886 wine_fn_config_makefile dlls
/sound.drv16 enable_win16
20887 wine_fn_config_makefile dlls
/spoolss enable_spoolss
20888 wine_fn_config_makefile dlls
/spoolss
/tests enable_tests
20889 wine_fn_config_makefile dlls
/srclient enable_srclient
20890 wine_fn_config_makefile dlls
/srvcli enable_srvcli
20891 wine_fn_config_makefile dlls
/sspicli enable_sspicli
20892 wine_fn_config_makefile dlls
/stdole2.tlb enable_stdole2_tlb
20893 wine_fn_config_makefile dlls
/stdole32.tlb enable_stdole32_tlb
20894 wine_fn_config_makefile dlls
/sti enable_sti
20895 wine_fn_config_makefile dlls
/sti
/tests enable_tests
20896 wine_fn_config_makefile dlls
/storage.dll16 enable_win16
20897 wine_fn_config_makefile dlls
/stress.dll16 enable_win16
20898 wine_fn_config_makefile dlls
/strmbase enable_strmbase
20899 wine_fn_config_makefile dlls
/strmdll enable_strmdll
20900 wine_fn_config_makefile dlls
/strmiids enable_strmiids
20901 wine_fn_config_makefile dlls
/svrapi enable_svrapi
20902 wine_fn_config_makefile dlls
/sxs enable_sxs
20903 wine_fn_config_makefile dlls
/sxs
/tests enable_tests
20904 wine_fn_config_makefile dlls
/system.drv16 enable_win16
20905 wine_fn_config_makefile dlls
/t2embed enable_t2embed
20906 wine_fn_config_makefile dlls
/t2embed
/tests enable_tests
20907 wine_fn_config_makefile dlls
/tapi32 enable_tapi32
20908 wine_fn_config_makefile dlls
/tapi32
/tests enable_tests
20909 wine_fn_config_makefile dlls
/taskschd enable_taskschd
20910 wine_fn_config_makefile dlls
/taskschd
/tests enable_tests
20911 wine_fn_config_makefile dlls
/tdh enable_tdh
20912 wine_fn_config_makefile dlls
/tdi.sys enable_tdi_sys
20913 wine_fn_config_makefile dlls
/toolhelp.dll16 enable_win16
20914 wine_fn_config_makefile dlls
/traffic enable_traffic
20915 wine_fn_config_makefile dlls
/twain.dll16 enable_win16
20916 wine_fn_config_makefile dlls
/twain_32 enable_twain_32
20917 wine_fn_config_makefile dlls
/twain_32
/tests enable_tests
20918 wine_fn_config_makefile dlls
/typelib.dll16 enable_win16
20919 wine_fn_config_makefile dlls
/tzres enable_tzres
20920 wine_fn_config_makefile dlls
/ucrtbase enable_ucrtbase
20921 wine_fn_config_makefile dlls
/ucrtbase
/tests enable_tests
20922 wine_fn_config_makefile dlls
/uianimation enable_uianimation
20923 wine_fn_config_makefile dlls
/uianimation
/tests enable_tests
20924 wine_fn_config_makefile dlls
/uiautomationcore enable_uiautomationcore
20925 wine_fn_config_makefile dlls
/uiautomationcore
/tests enable_tests
20926 wine_fn_config_makefile dlls
/uiribbon enable_uiribbon
20927 wine_fn_config_makefile dlls
/unicows enable_unicows
20928 wine_fn_config_makefile dlls
/updspapi enable_updspapi
20929 wine_fn_config_makefile dlls
/url enable_url
20930 wine_fn_config_makefile dlls
/urlmon enable_urlmon
20931 wine_fn_config_makefile dlls
/urlmon
/tests enable_tests
20932 wine_fn_config_makefile dlls
/usbd.sys enable_usbd_sys
20933 wine_fn_config_makefile dlls
/user.exe16 enable_win16
20934 wine_fn_config_makefile dlls
/user32 enable_user32
20935 wine_fn_config_makefile dlls
/user32
/tests enable_tests
20936 wine_fn_config_makefile dlls
/userenv enable_userenv
20937 wine_fn_config_makefile dlls
/userenv
/tests enable_tests
20938 wine_fn_config_makefile dlls
/usp10 enable_usp10
20939 wine_fn_config_makefile dlls
/usp10
/tests enable_tests
20940 wine_fn_config_makefile dlls
/utildll enable_utildll
20941 wine_fn_config_makefile dlls
/uuid enable_uuid
20942 wine_fn_config_makefile dlls
/uxtheme enable_uxtheme
20943 wine_fn_config_makefile dlls
/uxtheme
/tests enable_tests
20944 wine_fn_config_makefile dlls
/vbscript enable_vbscript
20945 wine_fn_config_makefile dlls
/vbscript
/tests enable_tests
20946 wine_fn_config_makefile dlls
/vcomp enable_vcomp
20947 wine_fn_config_makefile dlls
/vcomp
/tests enable_tests
20948 wine_fn_config_makefile dlls
/vcomp100 enable_vcomp100
20949 wine_fn_config_makefile dlls
/vcomp110 enable_vcomp110
20950 wine_fn_config_makefile dlls
/vcomp120 enable_vcomp120
20951 wine_fn_config_makefile dlls
/vcomp140 enable_vcomp140
20952 wine_fn_config_makefile dlls
/vcomp90 enable_vcomp90
20953 wine_fn_config_makefile dlls
/vcruntime140 enable_vcruntime140
20954 wine_fn_config_makefile dlls
/vcruntime140_1 enable_vcruntime140_1
20955 wine_fn_config_makefile dlls
/vdhcp.vxd enable_win16
20956 wine_fn_config_makefile dlls
/vdmdbg enable_vdmdbg
20957 wine_fn_config_makefile dlls
/ver.dll16 enable_win16
20958 wine_fn_config_makefile dlls
/version enable_version
20959 wine_fn_config_makefile dlls
/version
/tests enable_tests
20960 wine_fn_config_makefile dlls
/vga enable_vga
20961 wine_fn_config_makefile dlls
/virtdisk enable_virtdisk
20962 wine_fn_config_makefile dlls
/virtdisk
/tests enable_tests
20963 wine_fn_config_makefile dlls
/vmm.vxd enable_win16
20964 wine_fn_config_makefile dlls
/vnbt.vxd enable_win16
20965 wine_fn_config_makefile dlls
/vnetbios.vxd enable_win16
20966 wine_fn_config_makefile dlls
/vssapi enable_vssapi
20967 wine_fn_config_makefile dlls
/vtdapi.vxd enable_win16
20968 wine_fn_config_makefile dlls
/vulkan-1 enable_vulkan_1
20969 wine_fn_config_makefile dlls
/vulkan-
1/tests enable_tests
20970 wine_fn_config_makefile dlls
/vwin32.vxd enable_win16
20971 wine_fn_config_makefile dlls
/w32skrnl enable_win16
20972 wine_fn_config_makefile dlls
/w32sys.dll16 enable_win16
20973 wine_fn_config_makefile dlls
/wbemdisp enable_wbemdisp
20974 wine_fn_config_makefile dlls
/wbemdisp
/tests enable_tests
20975 wine_fn_config_makefile dlls
/wbemprox enable_wbemprox
20976 wine_fn_config_makefile dlls
/wbemprox
/tests enable_tests
20977 wine_fn_config_makefile dlls
/wbemuuid enable_wbemuuid
20978 wine_fn_config_makefile dlls
/wdscore enable_wdscore
20979 wine_fn_config_makefile dlls
/webservices enable_webservices
20980 wine_fn_config_makefile dlls
/webservices
/tests enable_tests
20981 wine_fn_config_makefile dlls
/wer enable_wer
20982 wine_fn_config_makefile dlls
/wer
/tests enable_tests
20983 wine_fn_config_makefile dlls
/wevtapi enable_wevtapi
20984 wine_fn_config_makefile dlls
/wevtapi
/tests enable_tests
20985 wine_fn_config_makefile dlls
/wevtsvc enable_wevtsvc
20986 wine_fn_config_makefile dlls
/wiaservc enable_wiaservc
20987 wine_fn_config_makefile dlls
/wiaservc
/tests enable_tests
20988 wine_fn_config_makefile dlls
/wimgapi enable_wimgapi
20989 wine_fn_config_makefile dlls
/win32s16.dll16 enable_win16
20990 wine_fn_config_makefile dlls
/win87em.dll16 enable_win16
20991 wine_fn_config_makefile dlls
/winaspi.dll16 enable_win16
20992 wine_fn_config_makefile dlls
/windebug.dll16 enable_win16
20993 wine_fn_config_makefile dlls
/windowscodecs enable_windowscodecs
20994 wine_fn_config_makefile dlls
/windowscodecs
/tests enable_tests
20995 wine_fn_config_makefile dlls
/windowscodecsext enable_windowscodecsext
20996 wine_fn_config_makefile dlls
/windowscodecsext
/tests enable_tests
20997 wine_fn_config_makefile dlls
/winealsa.drv enable_winealsa_drv
20998 wine_fn_config_makefile dlls
/wineandroid.drv enable_wineandroid_drv
20999 wine_fn_config_makefile dlls
/winebus.sys enable_winebus_sys
21000 wine_fn_config_makefile dlls
/winecoreaudio.drv enable_winecoreaudio_drv
21001 wine_fn_config_makefile dlls
/winecrt0 enable_winecrt0
21002 wine_fn_config_makefile dlls
/wined3d enable_wined3d
21003 wine_fn_config_makefile dlls
/winegstreamer enable_winegstreamer
21004 wine_fn_config_makefile dlls
/winehid.sys enable_winehid_sys
21005 wine_fn_config_makefile dlls
/winejoystick.drv enable_winejoystick_drv
21006 wine_fn_config_makefile dlls
/winemac.drv enable_winemac_drv
21007 wine_fn_config_makefile dlls
/winemapi enable_winemapi
21008 wine_fn_config_makefile dlls
/wineoss.drv enable_wineoss_drv
21009 wine_fn_config_makefile dlls
/wineps.drv enable_wineps_drv
21010 wine_fn_config_makefile dlls
/wineps16.drv16 enable_win16
21011 wine_fn_config_makefile dlls
/winepulse.drv enable_winepulse_drv
21012 wine_fn_config_makefile dlls
/wineqtdecoder enable_wineqtdecoder
21013 wine_fn_config_makefile dlls
/wineusb.sys enable_wineusb_sys
21014 wine_fn_config_makefile dlls
/winevulkan enable_winevulkan
21015 wine_fn_config_makefile dlls
/winex11.drv enable_winex11_drv
21016 wine_fn_config_makefile dlls
/wing.dll16 enable_win16
21017 wine_fn_config_makefile dlls
/wing32 enable_wing32
21018 wine_fn_config_makefile dlls
/winhttp enable_winhttp
21019 wine_fn_config_makefile dlls
/winhttp
/tests enable_tests
21020 wine_fn_config_makefile dlls
/wininet enable_wininet
21021 wine_fn_config_makefile dlls
/wininet
/tests enable_tests
21022 wine_fn_config_makefile dlls
/winmm enable_winmm
21023 wine_fn_config_makefile dlls
/winmm
/tests enable_tests
21024 wine_fn_config_makefile dlls
/winnls.dll16 enable_win16
21025 wine_fn_config_makefile dlls
/winnls32 enable_winnls32
21026 wine_fn_config_makefile dlls
/winscard enable_winscard
21027 wine_fn_config_makefile dlls
/winsock.dll16 enable_win16
21028 wine_fn_config_makefile dlls
/winspool.drv enable_winspool_drv
21029 wine_fn_config_makefile dlls
/winspool.drv
/tests enable_tests
21030 wine_fn_config_makefile dlls
/winsta enable_winsta
21031 wine_fn_config_makefile dlls
/wintab.dll16 enable_win16
21032 wine_fn_config_makefile dlls
/wintab32 enable_wintab32
21033 wine_fn_config_makefile dlls
/wintab32
/tests enable_tests
21034 wine_fn_config_makefile dlls
/wintrust enable_wintrust
21035 wine_fn_config_makefile dlls
/wintrust
/tests enable_tests
21036 wine_fn_config_makefile dlls
/winusb enable_winusb
21037 wine_fn_config_makefile dlls
/wlanapi enable_wlanapi
21038 wine_fn_config_makefile dlls
/wlanapi
/tests enable_tests
21039 wine_fn_config_makefile dlls
/wlanui enable_wlanui
21040 wine_fn_config_makefile dlls
/wldap32 enable_wldap32
21041 wine_fn_config_makefile dlls
/wldap32
/tests enable_tests
21042 wine_fn_config_makefile dlls
/wmasf enable_wmasf
21043 wine_fn_config_makefile dlls
/wmcodecdspuuid enable_wmcodecdspuuid
21044 wine_fn_config_makefile dlls
/wmi enable_wmi
21045 wine_fn_config_makefile dlls
/wmiutils enable_wmiutils
21046 wine_fn_config_makefile dlls
/wmiutils
/tests enable_tests
21047 wine_fn_config_makefile dlls
/wmp enable_wmp
21048 wine_fn_config_makefile dlls
/wmp
/tests enable_tests
21049 wine_fn_config_makefile dlls
/wmphoto enable_wmphoto
21050 wine_fn_config_makefile dlls
/wmvcore enable_wmvcore
21051 wine_fn_config_makefile dlls
/wmvcore
/tests enable_tests
21052 wine_fn_config_makefile dlls
/wnaspi32 enable_wnaspi32
21053 wine_fn_config_makefile dlls
/wow32 enable_win16
21054 wine_fn_config_makefile dlls
/wpc enable_wpc
21055 wine_fn_config_makefile dlls
/wpc
/tests enable_tests
21056 wine_fn_config_makefile dlls
/wpcap enable_wpcap
21057 wine_fn_config_makefile dlls
/ws2_32 enable_ws2_32
21058 wine_fn_config_makefile dlls
/ws2_32
/tests enable_tests
21059 wine_fn_config_makefile dlls
/wsdapi enable_wsdapi
21060 wine_fn_config_makefile dlls
/wsdapi
/tests enable_tests
21061 wine_fn_config_makefile dlls
/wshom.ocx enable_wshom_ocx
21062 wine_fn_config_makefile dlls
/wshom.ocx
/tests enable_tests
21063 wine_fn_config_makefile dlls
/wsnmp32 enable_wsnmp32
21064 wine_fn_config_makefile dlls
/wsnmp32
/tests enable_tests
21065 wine_fn_config_makefile dlls
/wsock32 enable_wsock32
21066 wine_fn_config_makefile dlls
/wtsapi32 enable_wtsapi32
21067 wine_fn_config_makefile dlls
/wtsapi32
/tests enable_tests
21068 wine_fn_config_makefile dlls
/wuapi enable_wuapi
21069 wine_fn_config_makefile dlls
/wuaueng enable_wuaueng
21070 wine_fn_config_makefile dlls
/x3daudio1_0 enable_x3daudio1_0
21071 wine_fn_config_makefile dlls
/x3daudio1_1 enable_x3daudio1_1
21072 wine_fn_config_makefile dlls
/x3daudio1_2 enable_x3daudio1_2
21073 wine_fn_config_makefile dlls
/x3daudio1_3 enable_x3daudio1_3
21074 wine_fn_config_makefile dlls
/x3daudio1_4 enable_x3daudio1_4
21075 wine_fn_config_makefile dlls
/x3daudio1_5 enable_x3daudio1_5
21076 wine_fn_config_makefile dlls
/x3daudio1_6 enable_x3daudio1_6
21077 wine_fn_config_makefile dlls
/x3daudio1_7 enable_x3daudio1_7
21078 wine_fn_config_makefile dlls
/xactengine3_0 enable_xactengine3_0
21079 wine_fn_config_makefile dlls
/xactengine3_1 enable_xactengine3_1
21080 wine_fn_config_makefile dlls
/xactengine3_2 enable_xactengine3_2
21081 wine_fn_config_makefile dlls
/xactengine3_3 enable_xactengine3_3
21082 wine_fn_config_makefile dlls
/xactengine3_4 enable_xactengine3_4
21083 wine_fn_config_makefile dlls
/xactengine3_5 enable_xactengine3_5
21084 wine_fn_config_makefile dlls
/xactengine3_6 enable_xactengine3_6
21085 wine_fn_config_makefile dlls
/xactengine3_7 enable_xactengine3_7
21086 wine_fn_config_makefile dlls
/xactengine3_
7/tests enable_tests
21087 wine_fn_config_makefile dlls
/xapofx1_1 enable_xapofx1_1
21088 wine_fn_config_makefile dlls
/xapofx1_2 enable_xapofx1_2
21089 wine_fn_config_makefile dlls
/xapofx1_3 enable_xapofx1_3
21090 wine_fn_config_makefile dlls
/xapofx1_4 enable_xapofx1_4
21091 wine_fn_config_makefile dlls
/xapofx1_5 enable_xapofx1_5
21092 wine_fn_config_makefile dlls
/xaudio2_0 enable_xaudio2_0
21093 wine_fn_config_makefile dlls
/xaudio2_1 enable_xaudio2_1
21094 wine_fn_config_makefile dlls
/xaudio2_2 enable_xaudio2_2
21095 wine_fn_config_makefile dlls
/xaudio2_3 enable_xaudio2_3
21096 wine_fn_config_makefile dlls
/xaudio2_4 enable_xaudio2_4
21097 wine_fn_config_makefile dlls
/xaudio2_5 enable_xaudio2_5
21098 wine_fn_config_makefile dlls
/xaudio2_6 enable_xaudio2_6
21099 wine_fn_config_makefile dlls
/xaudio2_7 enable_xaudio2_7
21100 wine_fn_config_makefile dlls
/xaudio2_
7/tests enable_tests
21101 wine_fn_config_makefile dlls
/xaudio2_8 enable_xaudio2_8
21102 wine_fn_config_makefile dlls
/xaudio2_9 enable_xaudio2_9
21103 wine_fn_config_makefile dlls
/xinput1_1 enable_xinput1_1
21104 wine_fn_config_makefile dlls
/xinput1_2 enable_xinput1_2
21105 wine_fn_config_makefile dlls
/xinput1_3 enable_xinput1_3
21106 wine_fn_config_makefile dlls
/xinput1_
3/tests enable_tests
21107 wine_fn_config_makefile dlls
/xinput1_4 enable_xinput1_4
21108 wine_fn_config_makefile dlls
/xinput9_1_0 enable_xinput9_1_0
21109 wine_fn_config_makefile dlls
/xmllite enable_xmllite
21110 wine_fn_config_makefile dlls
/xmllite
/tests enable_tests
21111 wine_fn_config_makefile dlls
/xolehlp enable_xolehlp
21112 wine_fn_config_makefile dlls
/xpsprint enable_xpsprint
21113 wine_fn_config_makefile dlls
/xpssvcs enable_xpssvcs
21114 wine_fn_config_makefile fonts enable_fonts
21115 wine_fn_config_makefile include enable_include
21116 wine_fn_config_makefile libs
/port enable_port
21117 wine_fn_config_makefile libs
/wine enable_wine
21118 wine_fn_config_makefile libs
/wpp enable_wpp
21119 wine_fn_config_makefile loader enable_loader
21120 wine_fn_config_makefile nls enable_nls
21121 wine_fn_config_makefile po enable_po
21122 wine_fn_config_makefile programs
/arp enable_arp
21123 wine_fn_config_makefile programs
/aspnet_regiis enable_aspnet_regiis
21124 wine_fn_config_makefile programs
/attrib enable_attrib
21125 wine_fn_config_makefile programs
/cabarc enable_cabarc
21126 wine_fn_config_makefile programs
/cacls enable_cacls
21127 wine_fn_config_makefile programs
/chcp.com enable_chcp_com
21128 wine_fn_config_makefile programs
/clock enable_clock
21129 wine_fn_config_makefile programs
/cmd enable_cmd
21130 wine_fn_config_makefile programs
/cmd
/tests enable_tests
21131 wine_fn_config_makefile programs
/conhost enable_conhost
21132 wine_fn_config_makefile programs
/conhost
/tests enable_tests
21133 wine_fn_config_makefile programs
/control enable_control
21134 wine_fn_config_makefile programs
/cscript enable_cscript
21135 wine_fn_config_makefile programs
/dism enable_dism
21136 wine_fn_config_makefile programs
/dplaysvr enable_dplaysvr
21137 wine_fn_config_makefile programs
/dpnsvr enable_dpnsvr
21138 wine_fn_config_makefile programs
/dpvsetup enable_dpvsetup
21139 wine_fn_config_makefile programs
/dxdiag enable_dxdiag
21140 wine_fn_config_makefile programs
/eject enable_eject
21141 wine_fn_config_makefile programs
/expand enable_expand
21142 wine_fn_config_makefile programs
/explorer enable_explorer
21143 wine_fn_config_makefile programs
/extrac32 enable_extrac32
21144 wine_fn_config_makefile programs
/fc enable_fc
21145 wine_fn_config_makefile programs
/find enable_find
21146 wine_fn_config_makefile programs
/find
/tests enable_tests
21147 wine_fn_config_makefile programs
/findstr enable_findstr
21148 wine_fn_config_makefile programs
/fsutil enable_fsutil
21149 wine_fn_config_makefile programs
/fsutil
/tests enable_tests
21150 wine_fn_config_makefile programs
/hh enable_hh
21151 wine_fn_config_makefile programs
/hostname enable_hostname
21152 wine_fn_config_makefile programs
/icacls enable_icacls
21153 wine_fn_config_makefile programs
/icinfo enable_icinfo
21154 wine_fn_config_makefile programs
/iexplore enable_iexplore
21155 wine_fn_config_makefile programs
/ipconfig enable_ipconfig
21156 wine_fn_config_makefile programs
/lodctr enable_lodctr
21157 wine_fn_config_makefile programs
/mofcomp enable_mofcomp
21158 wine_fn_config_makefile programs
/mshta enable_mshta
21159 wine_fn_config_makefile programs
/msidb enable_msidb
21160 wine_fn_config_makefile programs
/msiexec enable_msiexec
21161 wine_fn_config_makefile programs
/msinfo32 enable_msinfo32
21162 wine_fn_config_makefile programs
/net enable_net
21163 wine_fn_config_makefile programs
/netsh enable_netsh
21164 wine_fn_config_makefile programs
/netstat enable_netstat
21165 wine_fn_config_makefile programs
/ngen enable_ngen
21166 wine_fn_config_makefile programs
/notepad enable_notepad
21167 wine_fn_config_makefile programs
/oleview enable_oleview
21168 wine_fn_config_makefile programs
/ping enable_ping
21169 wine_fn_config_makefile programs
/plugplay enable_plugplay
21170 wine_fn_config_makefile programs
/powershell enable_powershell
21171 wine_fn_config_makefile programs
/presentationfontcache enable_presentationfontcache
21172 wine_fn_config_makefile programs
/progman enable_progman
21173 wine_fn_config_makefile programs
/reg enable_reg
21174 wine_fn_config_makefile programs
/reg
/tests enable_tests
21175 wine_fn_config_makefile programs
/regasm enable_regasm
21176 wine_fn_config_makefile programs
/regedit enable_regedit
21177 wine_fn_config_makefile programs
/regedit
/tests enable_tests
21178 wine_fn_config_makefile programs
/regini enable_regini
21179 wine_fn_config_makefile programs
/regsvcs enable_regsvcs
21180 wine_fn_config_makefile programs
/regsvr32 enable_regsvr32
21181 wine_fn_config_makefile programs
/rpcss enable_rpcss
21182 wine_fn_config_makefile programs
/rundll.exe16 enable_win16
21183 wine_fn_config_makefile programs
/rundll32 enable_rundll32
21184 wine_fn_config_makefile programs
/sc enable_sc
21185 wine_fn_config_makefile programs
/schtasks enable_schtasks
21186 wine_fn_config_makefile programs
/schtasks
/tests enable_tests
21187 wine_fn_config_makefile programs
/sdbinst enable_sdbinst
21188 wine_fn_config_makefile programs
/secedit enable_secedit
21189 wine_fn_config_makefile programs
/servicemodelreg enable_servicemodelreg
21190 wine_fn_config_makefile programs
/services enable_services
21191 wine_fn_config_makefile programs
/services
/tests enable_tests
21192 wine_fn_config_makefile programs
/shutdown enable_shutdown
21193 wine_fn_config_makefile programs
/spoolsv enable_spoolsv
21194 wine_fn_config_makefile programs
/start enable_start
21195 wine_fn_config_makefile programs
/subst enable_subst
21196 wine_fn_config_makefile programs
/svchost enable_svchost
21197 wine_fn_config_makefile programs
/systeminfo enable_systeminfo
21198 wine_fn_config_makefile programs
/taskkill enable_taskkill
21199 wine_fn_config_makefile programs
/tasklist enable_tasklist
21200 wine_fn_config_makefile programs
/taskmgr enable_taskmgr
21201 wine_fn_config_makefile programs
/termsv enable_termsv
21202 wine_fn_config_makefile programs
/uninstaller enable_uninstaller
21203 wine_fn_config_makefile programs
/unlodctr enable_unlodctr
21204 wine_fn_config_makefile programs
/view enable_view
21205 wine_fn_config_makefile programs
/wevtutil enable_wevtutil
21206 wine_fn_config_makefile programs
/where enable_where
21207 wine_fn_config_makefile programs
/whoami enable_whoami
21208 wine_fn_config_makefile programs
/wineboot enable_wineboot
21209 wine_fn_config_makefile programs
/winebrowser enable_winebrowser
21210 wine_fn_config_makefile programs
/winecfg enable_winecfg
21211 wine_fn_config_makefile programs
/wineconsole enable_wineconsole
21212 wine_fn_config_makefile programs
/winedbg enable_winedbg
21213 wine_fn_config_makefile programs
/winedevice enable_winedevice
21214 wine_fn_config_makefile programs
/winefile enable_winefile
21215 wine_fn_config_makefile programs
/winemenubuilder enable_winemenubuilder
21216 wine_fn_config_makefile programs
/winemine enable_winemine
21217 wine_fn_config_makefile programs
/winemsibuilder enable_winemsibuilder
21218 wine_fn_config_makefile programs
/winepath enable_winepath
21219 wine_fn_config_makefile programs
/winetest enable_winetest
21220 wine_fn_config_makefile programs
/winevdm enable_win16
21221 wine_fn_config_makefile programs
/winhelp.exe16 enable_win16
21222 wine_fn_config_makefile programs
/winhlp32 enable_winhlp32
21223 wine_fn_config_makefile programs
/winmgmt enable_winmgmt
21224 wine_fn_config_makefile programs
/winoldap.mod16 enable_win16
21225 wine_fn_config_makefile programs
/winver enable_winver
21226 wine_fn_config_makefile programs
/wmic enable_wmic
21227 wine_fn_config_makefile programs
/wmplayer enable_wmplayer
21228 wine_fn_config_makefile programs
/wordpad enable_wordpad
21229 wine_fn_config_makefile programs
/write enable_write
21230 wine_fn_config_makefile programs
/wscript enable_wscript
21231 wine_fn_config_makefile programs
/wscript
/tests enable_tests
21232 wine_fn_config_makefile programs
/wuauserv enable_wuauserv
21233 wine_fn_config_makefile programs
/wusa enable_wusa
21234 wine_fn_config_makefile programs
/xcopy enable_xcopy
21235 wine_fn_config_makefile programs
/xcopy
/tests enable_tests
21236 wine_fn_config_makefile server enable_server
21237 test "x$enable_tools" = xno || wine_fn_config_makefile tools enable_tools
21238 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/sfnt2fon enable_sfnt2fon
21239 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/widl enable_widl
21240 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/winebuild enable_winebuild
21241 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/winedump enable_winedump
21242 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/winegcc enable_winegcc
21243 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/winemaker enable_winemaker
21244 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/wmc enable_wmc
21245 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/wrc enable_wrc
21248 wine_fn_append_file CONFIGURE_TARGETS
"TAGS"
21249 wine_fn_append_file CONFIGURE_TARGETS
"tags"
21250 wine_fn_append_file CONFIGURE_TARGETS
"autom4te.cache"
21251 wine_fn_append_file CONFIGURE_TARGETS
"config.log"
21252 wine_fn_append_file CONFIGURE_TARGETS
"config.status"
21253 wine_fn_append_file CONFIGURE_TARGETS
"include/config.h"
21254 wine_fn_append_file CONFIGURE_TARGETS
"include/stamp-h"
21255 test "$wine_binary" = wine || wine_fn_append_file CONFIGURE_TARGETS
"loader/wine"
21257 if test "x$enable_tools" != xno
21259 wine_fn_append_file CONFIGURE_TARGETS
"tools/makedep$ac_exeext"
21260 ac_config_commands
="$ac_config_commands tools/makedep"
21264 ac_config_commands
="$ac_config_commands Makefile"
21267 ac_config_files
="$ac_config_files Make.tmp:Makefile.in"
21271 if test "x$enable_maintainer_mode" = xyes
21273 wine_fn_append_rule
"configure: configure.ac aclocal.m4
21274 autoconf --warnings=all
21275 include/config.h.in: include/stamp-h.in
21276 include/stamp-h.in: configure.ac aclocal.m4
21277 autoheader --warnings=all
21278 @echo timestamp > \$@"
21281 if test "x$enable_tools" != xno
21283 wine_fn_append_rule
"tools/makedep$ac_exeext: $srcdir/tools/makedep.c include/config.h config.status
21284 @./config.status tools/makedep
21285 Makefile: tools/makedep$ac_exeext"
21287 wine_fn_append_rule
"\$(MAKEDEP):
21288 @echo \"You need to run make in $TOOLSDIR first\" && false"
21291 if test -n "$with_wine64"
21293 case "$with_wine64" in
21297 rm -f fonts server
2>/dev
/null
21298 wine_fn_append_rule
"all: loader/wine64 loader/wine64-preloader $with_wine64/loader/wine $with_wine64/loader/wine-preloader
21299 loader/wine64 loader/wine64-preloader:
21300 rm -f \$@ && \$(LN_S) $reldir$with_wine64/\$@ \$@
21301 $with_wine64/loader/wine:
21302 rm -f \$@ && \$(LN_S) $ac_pwd/loader/wine \$@
21303 $with_wine64/loader/wine-preloader:
21304 rm -f \$@ && \$(LN_S) $ac_pwd/loader/wine-preloader \$@
21306 rm -f loader/wine64 loader/wine64-preloader $with_wine64/loader/wine $with_wine64/loader/wine-preloader"
21308 TOP_INSTALL_DEV
="$TOP_INSTALL_DEV include"
21309 TOP_INSTALL_LIB
="$TOP_INSTALL_LIB \
21313 programs/msidb/msidb \
21314 programs/msiexec/msiexec \
21315 programs/notepad/notepad \
21316 programs/regedit/regedit \
21317 programs/regsvr32/regsvr32 \
21318 programs/wineboot/wineboot \
21319 programs/winecfg/winecfg \
21320 programs/wineconsole/wineconsole \
21321 programs/winedbg/winedbg \
21322 programs/winefile/winefile \
21323 programs/winemine/winemine \
21324 programs/winepath/winepath \
21328 cygwin
*|mingw32
*|darwin
*|macosx
*|linux-android
*) ;;
21329 *) TOP_INSTALL_LIB
="$TOP_INSTALL_LIB loader/wine.desktop" ;;
21333 $as_echo " done" >&6
21334 cat >confcache
<<\_ACEOF
21335 # This file is a shell script that caches the results of configure
21336 # tests run on this system so they can be shared between configure
21337 # scripts and configure runs, see configure's option --config-cache.
21338 # It is not useful on other systems. If it contains results you don't
21339 # want to keep, you may remove or edit it.
21341 # config.status only pays attention to the cache file if you give it
21342 # the --recheck option to rerun configure.
21344 # `ac_cv_env_foo' variables (set or unset) will be overridden when
21345 # loading this file, other *unset* `ac_cv_foo' will be assigned the
21346 # following values.
21350 # The following way of writing the cache mishandles newlines in values,
21351 # but we know of no workaround that is simple, portable, and efficient.
21352 # So, we kill variables containing newlines.
21353 # Ultrix sh set writes to stderr and can't be redirected directly,
21354 # and sets the high bit in the cache file unless we assign to the vars.
21356 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
21357 eval ac_val
=\$
$ac_var
21361 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
21362 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
21365 _ | IFS | as_nl
) ;; #(
21366 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
21367 *) { eval $ac_var=; unset $ac_var;} ;;
21373 case $as_nl`(ac_space=' '; set) 2>&1` in #(
21374 *${as_nl}ac_space
=\
*)
21375 # `set' does not quote correctly, so add quotes: double-quote
21376 # substitution turns \\\\ into \\, and sed turns \\ into \.
21379 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
21382 # `set' quotes correctly as required by POSIX, so do not add quotes.
21383 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
21392 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
21394 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
21396 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
21397 if test -w "$cache_file"; then
21398 if test "x$cache_file" != "x/dev/null"; then
21399 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
21400 $as_echo "$as_me: updating cache $cache_file" >&6;}
21401 if test ! -f "$cache_file" ||
test -h "$cache_file"; then
21402 cat confcache
>"$cache_file"
21404 case $cache_file in #(
21406 mv -f confcache
"$cache_file"$$
&&
21407 mv -f "$cache_file"$$
"$cache_file" ;; #(
21409 mv -f confcache
"$cache_file" ;;
21414 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
21415 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
21420 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
21421 # Let make expand exec_prefix.
21422 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
21424 DEFS
=-DHAVE_CONFIG_H
21429 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
21430 # 1. Remove the extension, and $U if already installed.
21431 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
21432 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
21433 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
21434 # will be set to the directory where LIBOBJS objects are built.
21435 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
21436 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
21438 LIBOBJS
=$ac_libobjs
21440 LTLIBOBJS
=$ac_ltlibobjs
21444 : "${CONFIG_STATUS=./config.status}"
21446 ac_clean_files_save
=$ac_clean_files
21447 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
21448 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
21449 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
21451 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
21453 # Generated by $as_me.
21454 # Run this file to recreate the current configuration.
21455 # Compiler output produced by configure, useful for debugging
21456 # configure, is in config.log if it exists.
21459 ac_cs_recheck=false
21462 SHELL=\${CONFIG_SHELL-$SHELL}
21465 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
21466 ## -------------------- ##
21467 ## M4sh Initialization. ##
21468 ## -------------------- ##
21470 # Be more Bourne compatible
21471 DUALCASE
=1; export DUALCASE
# for MKS sh
21472 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
21475 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21476 # is contrary to our usage. Disable this feature.
21477 alias -g '${1+"$@"}'='"$@"'
21478 setopt NO_GLOB_SUBST
21480 case `(set -o) 2>/dev/null` in #(
21492 # Printing a long string crashes Solaris 7 /usr/bin/printf.
21493 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
21494 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
21495 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
21496 # Prefer a ksh shell builtin over an external printf program on Solaris,
21497 # but without wasting forks for bash or zsh.
21498 if test -z "$BASH_VERSION$ZSH_VERSION" \
21499 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
21500 as_echo='print
-r --'
21501 as_echo_n='print
-rn --'
21502 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
21503 as_echo='printf %s
\n'
21504 as_echo_n='printf %s
'
21506 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
21507 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
21508 as_echo_n='/usr
/ucb
/echo -n'
21510 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
21511 as_echo_n_body='eval
21515 expr "X$arg" : "X\\(.*\\)$as_nl";
21516 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
21518 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
21520 export as_echo_n_body
21521 as_echo_n='sh
-c $as_echo_n_body as_echo
'
21523 export as_echo_body
21524 as_echo='sh
-c $as_echo_body as_echo
'
21527 # The user is always right.
21528 if test "${PATH_SEPARATOR+set}" != set; then
21530 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
21531 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
21538 # We need space, tab and new line, in precisely that order. Quoting is
21539 # there to prevent editors from complaining about space-tab.
21540 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
21541 # splitting by setting IFS to empty value.)
21544 # Find who we are. Look in the path if we contain no directory separator.
21547 *[\\/]* ) as_myself=$0 ;;
21548 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
21549 for as_dir in $PATH
21552 test -z "$as_dir" && as_dir=.
21553 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
21559 # We did not find ourselves, most probably we were run as `sh COMMAND'
21560 # in which case we are not to be found in the path.
21561 if test "x$as_myself" = x
; then
21564 if test ! -f "$as_myself"; then
21565 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
21569 # Unset variables that we do not need and which cause bugs (e.g. in
21570 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
21571 # suppresses any "Segmentation fault" message there. '((' could
21572 # trigger a bug in pdksh 5.2.14.
21573 for as_var
in BASH_ENV ENV MAIL MAILPATH
21574 do eval test x\
${$as_var+set} = xset \
21575 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
21588 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
21591 # as_fn_error STATUS ERROR [LINENO LOG_FD]
21592 # ----------------------------------------
21593 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
21594 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
21595 # script with STATUS, using 1 if that was 0.
21598 as_status
=$1; test $as_status -eq 0 && as_status
=1
21600 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
21601 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
21603 $as_echo "$as_me: error: $2" >&2
21604 as_fn_exit
$as_status
21608 # as_fn_set_status STATUS
21609 # -----------------------
21610 # Set $? to STATUS, without forking.
21611 as_fn_set_status
()
21614 } # as_fn_set_status
21616 # as_fn_exit STATUS
21617 # -----------------
21618 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
21622 as_fn_set_status
$1
21628 # Portably unset VAR.
21631 { eval $1=; unset $1;}
21633 as_unset
=as_fn_unset
21634 # as_fn_append VAR VALUE
21635 # ----------------------
21636 # Append the text in VALUE to the end of the definition contained in VAR. Take
21637 # advantage of any shell optimizations that allow amortized linear growth over
21638 # repeated appends, instead of the typical quadratic growth present in naive
21640 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
21641 eval 'as_fn_append ()
21652 # as_fn_arith ARG...
21653 # ------------------
21654 # Perform arithmetic evaluation on the ARGs, and store the result in the
21655 # global $as_val. Take advantage of shells that can avoid forks. The arguments
21656 # must be portable across $(()) and expr.
21657 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
21658 eval 'as_fn_arith ()
21665 as_val
=`expr "$@" || test $? -eq 1`
21670 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
21671 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
21677 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
21678 as_basename
=basename
21683 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
21689 as_me
=`$as_basename -- "$0" ||
21690 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
21691 X"$0" : 'X\(//\)$' \| \
21692 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
21694 sed '/^.*\/\([^/][^/]*\)\/*$/{
21708 # Avoid depending upon Character Ranges.
21709 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
21710 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
21711 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
21712 as_cr_digits
='0123456789'
21713 as_cr_alnum
=$as_cr_Letters$as_cr_digits
21715 ECHO_C
= ECHO_N
= ECHO_T
=
21716 case `echo -n x` in #(((((
21718 case `echo 'xy\c'` in
21719 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
21721 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
21728 rm -f conf$$ conf$$.exe conf$$.
file
21729 if test -d conf$$.dir
; then
21730 rm -f conf$$.dir
/conf$$.
file
21733 mkdir conf$$.dir
2>/dev
/null
21735 if (echo >conf$$.
file) 2>/dev
/null
; then
21736 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
21738 # ... but there are two gotchas:
21739 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
21740 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
21741 # In both cases, we have to default to `cp -pR'.
21742 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
21744 elif ln conf$$.
file conf$$
2>/dev
/null
; then
21752 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
21753 rmdir conf$$.dir
2>/dev
/null
21758 # Create "$as_dir" as a directory, including parents if necessary.
21763 -*) as_dir
=.
/$as_dir;;
21765 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
21769 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
21770 *) as_qdir
=$as_dir;;
21772 as_dirs
="'$as_qdir' $as_dirs"
21773 as_dir
=`$as_dirname -- "$as_dir" ||
21774 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
21775 X"$as_dir" : 'X\(//\)[^/]' \| \
21776 X"$as_dir" : 'X\(//\)$' \| \
21777 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
21778 $as_echo X"$as_dir" |
21779 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
21783 /^X\(\/\/\)[^/].*/{
21796 test -d "$as_dir" && break
21798 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
21799 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
21803 if mkdir
-p .
2>/dev
/null
; then
21804 as_mkdir_p
='mkdir -p "$as_dir"'
21806 test -d .
/-p && rmdir .
/-p
21811 # as_fn_executable_p FILE
21812 # -----------------------
21813 # Test if FILE is an executable regular file.
21814 as_fn_executable_p
()
21816 test -f "$1" && test -x "$1"
21817 } # as_fn_executable_p
21818 as_test_x
='test -x'
21819 as_executable_p
=as_fn_executable_p
21821 # Sed expression to map a string onto a valid CPP name.
21822 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
21824 # Sed expression to map a string onto a valid variable name.
21825 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
21829 ## ----------------------------------- ##
21830 ## Main body of $CONFIG_STATUS script. ##
21831 ## ----------------------------------- ##
21833 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
21835 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
21836 # Save the log message, to keep $0 and so on meaningful, and to
21837 # report actual input values of CONFIG_FILES etc. instead of their
21838 # values after options handling.
21840 This file was extended by Wine $as_me 6.1, which was
21841 generated by GNU Autoconf 2.69. Invocation command line was
21843 CONFIG_FILES = $CONFIG_FILES
21844 CONFIG_HEADERS = $CONFIG_HEADERS
21845 CONFIG_LINKS = $CONFIG_LINKS
21846 CONFIG_COMMANDS = $CONFIG_COMMANDS
21849 on `(hostname || uname -n) 2>/dev/null | sed 1q`
21854 case $ac_config_files in *"
21855 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
21858 case $ac_config_headers in *"
21859 "*) set x
$ac_config_headers; shift; ac_config_headers
=$
*;;
21863 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
21864 # Files that config.status was made for.
21865 config_files="$ac_config_files"
21866 config_headers="$ac_config_headers"
21867 config_links="$ac_config_links"
21868 config_commands="$ac_config_commands"
21872 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
21874 \`$as_me' instantiates files and other configuration actions
21875 from templates according to the current configuration. Unless the files
21876 and actions are specified as TAGs, all are instantiated by default.
21878 Usage: $0 [OPTION]... [TAG]...
21880 -h, --help print this help, then exit
21881 -V, --version print version number and configuration settings, then exit
21882 --config print configuration, then exit
21883 -q, --quiet, --silent
21884 do not print progress messages
21885 -d, --debug don't remove temporary files
21886 --recheck update $as_me by reconfiguring in the same conditions
21887 --file=FILE[:TEMPLATE]
21888 instantiate the configuration file FILE
21889 --header=FILE[:TEMPLATE]
21890 instantiate the configuration header FILE
21892 Configuration files:
21895 Configuration headers:
21898 Configuration links:
21901 Configuration commands:
21904 Report bugs to <wine-devel@winehq.org>.
21905 Wine home page: <https://www.winehq.org>."
21908 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
21909 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
21911 Wine config.status 6.1
21912 configured by $0, generated by GNU Autoconf 2.69,
21913 with options \\"\$ac_cs_config\\"
21915 Copyright (C) 2012 Free Software Foundation, Inc.
21916 This config.status script is free software; the Free Software Foundation
21917 gives unlimited permission to copy, distribute and modify it."
21921 test -n "\$AWK" || AWK=awk
21924 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
21925 # The default lists apply if the user does not specify any file.
21931 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
21932 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
21936 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
21948 # Handling of the options.
21949 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
21951 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
21952 $as_echo "$ac_cs_version"; exit ;;
21953 --config |
--confi |
--conf |
--con |
--co |
--c )
21954 $as_echo "$ac_cs_config"; exit ;;
21955 --debug |
--debu |
--deb |
--de |
--d |
-d )
21957 --file |
--fil |
--fi |
--f )
21960 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
21961 '') as_fn_error $?
"missing file argument" ;;
21963 as_fn_append CONFIG_FILES
" '$ac_optarg'"
21964 ac_need_defaults
=false
;;
21965 --header |
--heade |
--head |
--hea )
21968 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
21970 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
21971 ac_need_defaults
=false
;;
21973 # Conflict between --help and --header
21974 as_fn_error $?
"ambiguous option: \`$1'
21975 Try \`$0 --help' for more information.";;
21976 --help |
--hel |
-h )
21977 $as_echo "$ac_cs_usage"; exit ;;
21978 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
21979 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
21982 # This is an error.
21983 -*) as_fn_error $?
"unrecognized option: \`$1'
21984 Try \`$0 --help' for more information." ;;
21986 *) as_fn_append ac_config_targets
" $1"
21987 ac_need_defaults
=false
;;
21993 ac_configure_extra_args
=
21995 if $ac_cs_silent; then
21997 ac_configure_extra_args
="$ac_configure_extra_args --silent"
22001 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22002 if \$ac_cs_recheck; then
22003 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
22005 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
22006 CONFIG_SHELL='$SHELL'
22007 export CONFIG_SHELL
22012 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
22016 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
22017 ## Running $as_me. ##
22023 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22027 wine_fn_output_makedep ()
22029 as_dir=tools; as_fn_mkdir_p
22030 $CC -Iinclude -I$srcdir/include -D__WINESRC__ $EXTRACFLAGS $CPPFLAGS $CFLAGS -o tools/makedep$ac_exeext $srcdir/tools/makedep.c $LDFLAGS
22032 wine_fn_output_makefile ()
22034 cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && rm -f Make.tmp && "$wine_makedep"$makedep_flags && return
22035 `cat $wine_rules_file`
22037 as_fn_error $? "could not create Makefile" "$LINENO" 5
22042 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
22044 # Handling of arguments.
22045 for ac_config_target
in $ac_config_targets
22047 case $ac_config_target in
22048 "include/config.h") CONFIG_HEADERS
="$CONFIG_HEADERS include/config.h" ;;
22049 "include/stamp-h") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/stamp-h" ;;
22050 "wine") CONFIG_LINKS
="$CONFIG_LINKS wine:tools/winewrapper" ;;
22051 "wine64") CONFIG_LINKS
="$CONFIG_LINKS wine64:tools/winewrapper" ;;
22052 "tools/makedep") CONFIG_COMMANDS
="$CONFIG_COMMANDS tools/makedep" ;;
22053 "Makefile") CONFIG_COMMANDS
="$CONFIG_COMMANDS Makefile" ;;
22054 "Make.tmp") CONFIG_FILES
="$CONFIG_FILES Make.tmp:Makefile.in" ;;
22056 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
22061 # If the user did not use the arguments to specify the items to instantiate,
22062 # then the envvar interface is used. Set only those that are not.
22063 # We use the long form for the default assignment because of an extremely
22064 # bizarre bug on SunOS 4.1.3.
22065 if $ac_need_defaults; then
22066 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
22067 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
22068 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS
=$config_links
22069 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
22072 # Have a temporary directory for convenience. Make it in the build tree
22073 # simply because there is no reason against having it here, and in addition,
22074 # creating and moving files from /tmp can sometimes cause problems.
22075 # Hook for its removal unless debugging.
22076 # Note that there is a small window in which the directory will not be cleaned:
22077 # after its creation but before its name has been assigned to `$tmp'.
22081 trap 'exit_status=$?
22082 : "${ac_tmp:=$tmp}"
22083 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
22085 trap 'as_fn_exit 1' 1 2 13 15
22087 # Create a (secure) tmp directory for tmp files.
22090 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
22094 tmp
=.
/conf$$
-$RANDOM
22095 (umask 077 && mkdir
"$tmp")
22096 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
22099 # Set up the scripts for CONFIG_FILES section.
22100 # No need to generate them if there are no CONFIG_FILES.
22101 # This happens for instance with `./config.status config.h'.
22102 if test -n "$CONFIG_FILES"; then
22105 ac_cr
=`echo X | tr X '\015'`
22106 # On cygwin, bash can eat \r inside `` if the user requested igncr.
22107 # But we know of no other shell where ac_cr would be empty at this
22108 # point, so we can use a bashism as a fallback.
22109 if test "x$ac_cr" = x
; then
22110 eval ac_cr
=\$
\'\\r
\'
22112 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
22113 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
22116 ac_cs_awk_cr
=$ac_cr
22119 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
22124 echo "cat >conf$$subs.awk <<_ACEOF" &&
22125 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
22127 } >conf$$subs.sh ||
22128 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
22129 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
22131 for ac_last_try in false false false false false :; do
22132 . ./conf$$subs.sh ||
22133 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
22135 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
22136 if test $ac_delim_n = $ac_delim_num; then
22138 elif $ac_last_try; then
22139 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
22141 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
22144 rm -f conf$$subs.sh
22146 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22147 cat >>"\
$ac_tmp/subs1.
awk" <<\\_ACAWK &&
22151 s/^/S["/; s
/!.
*/"]=/
22161 s/\(.\{148\}\)..*/\1/
22163 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
22168 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
22175 s/\(.\{148\}\)..*/\1/
22177 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
22181 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
22186 ' <conf$$subs.awk | sed '
22191 ' >>$CONFIG_STATUS || ac_write_fail=1
22192 rm -f conf$$subs.awk
22193 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22195 cat >>"\
$ac_tmp/subs1.
awk" <<_ACAWK &&
22196 for (key in S) S_is_set[key] = 1
22202 nfields = split(line, field, "@
")
22204 len = length(field[1])
22205 for (i = 2; i < nfields; i++) {
22207 keylen = length(key)
22208 if (S_is_set[key]) {
22210 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
22211 len += length(value) + length(field[++i])
22222 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
22223 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
22224 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
22227 fi < "$ac_tmp/subs1.
awk" > "$ac_tmp/subs.
awk" \
22228 || as_fn_error $? "could not setup config files machinery
" "$LINENO" 5
22231 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
22232 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".
", strip leading and
22233 # trailing colons and then remove the whole line if VPATH becomes empty
22234 # (actually we leave an empty line to preserve line numbers).
22235 if test "x
$srcdir" = x.; then
22236 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
22254 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
22255 fi # test -n "$CONFIG_FILES"
22257 # Set up the scripts for CONFIG_HEADERS section.
22258 # No need to generate them if there are no CONFIG_HEADERS.
22259 # This happens for instance with `./config.status Makefile'.
22260 if test -n "$CONFIG_HEADERS"; then
22261 cat >"$ac_tmp/defines.
awk" <<\_ACAWK ||
22265 # Transform confdefs.h into an awk script `defines.awk', embedded as
22266 # here-document in config.status, that substitutes the proper values into
22267 # config.h.in to produce config.h.
22269 # Create a delimiter string that does not exist in confdefs.h, to ease
22270 # handling of long lines.
22272 for ac_last_try in false false :; do
22273 ac_tt=`sed -n "/$ac_delim/p
" confdefs.h`
22274 if test -z "$ac_tt"; then
22276 elif $ac_last_try; then
22277 as_fn_error $? "could not
make $CONFIG_HEADERS" "$LINENO" 5
22279 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
22283 # For the awk script, D is an array of macro values keyed by name,
22284 # likewise P contains macro parameters if any. Preserve backslash
22285 # newline sequences.
22287 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
22289 s/.\{148\}/&'"$ac_delim"'/g
22292 s/^[ ]*#[ ]*define[ ][ ]*/ /
22299 s
/^ \
('"$ac_word_re"'\
)\
(([^
()]*)\
)[ ]*\
(.
*\
)/P
["\1"]="\2"\
22301 s
/^ \
('"$ac_word_re"'\
)[ ]*\
(.
*\
)/D
["\1"]=" \2"/p
22305 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\
1"]="\
2"\
22306 D["\
1"]=" \
3\\\\\\n
"\\/p
22308 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\
1"]=" \
2\\\\\\n
"\\/p
22313 s/.\{148\}/&'"$ac_delim"'/g
22318 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/p
22321 s
/["\\]/\\&/g; s/^/"/; s
/$
/\\\\\\n
"\\/p
22323 ' <confdefs.h | sed '
22324 s/'"$ac_delim"'/"\\\
22325 "/g' >>$CONFIG_STATUS || ac_write_fail=1
22327 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22328 for (key in D) D_is_set[key] = 1
22331 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
22333 split(line, arg, " ")
22334 if (arg[1] == "#") {
22338 defundef
= substr
(arg
[1], 2)
22341 split(mac1
, mac2
, "(") #)
22343 prefix
= substr
(line
, 1, index
(line
, defundef
) - 1)
22344 if (D_is_set
[macro
]) {
22345 # Preserve the white space surrounding the "#".
22346 print prefix
"define", macro P
[macro
] D
[macro
]
22349 # Replace #undef with comments. This is necessary, for example,
22350 # in the case of _POSIX_SOURCE, which is predefined and required
22351 # on some systems where configure will not decide to define it.
22352 if (defundef
== "undef") {
22353 print
"/*", prefix defundef
, macro
, "*/"
22361 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
22362 as_fn_error $?
"could not setup config headers machinery" "$LINENO" 5
22363 fi # test -n "$CONFIG_HEADERS"
22366 eval set X
" :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
22371 :[FHLC
]) ac_mode
=$ac_tag; continue;;
22373 case $ac_mode$ac_tag in
22375 :L
* |
:C
*:*) as_fn_error $?
"invalid tag \`$ac_tag'" "$LINENO" 5;;
22376 :[FH
]-) ac_tag
=-:-;;
22377 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
22394 -) ac_f
="$ac_tmp/stdin";;
22395 *) # Look for the file first in the build tree, then in the source tree
22396 # (if the path is not absolute). The absolute path cannot be DOS-style,
22397 # because $ac_f cannot contain `:'.
22401 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
22403 as_fn_error
1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
22405 case $ac_f in *\'*) ac_f
=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
22406 as_fn_append ac_file_inputs
" '$ac_f'"
22409 # Let's still pretend it is `configure' which instantiates (i.e., don't
22410 # use $as_me), people would be surprised to read:
22411 # /* config.h. Generated by config.status. */
22412 configure_input
='Generated from '`
22413 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
22415 if test x
"$ac_file" != x-
; then
22416 configure_input
="$ac_file. $configure_input"
22417 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
22418 $as_echo "$as_me: creating $ac_file" >&6;}
22420 # Neutralize special characters interpreted by sed in replacement strings.
22421 case $configure_input in #(
22422 *\
&* |
*\|
* |
*\\* )
22423 ac_sed_conf_input
=`$as_echo "$configure_input" |
22424 sed 's/[\\\\&|]/\\\\&/g'`;; #(
22425 *) ac_sed_conf_input
=$configure_input;;
22429 *:-:* |
*:-) cat >"$ac_tmp/stdin" \
22430 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5 ;;
22435 ac_dir
=`$as_dirname -- "$ac_file" ||
22436 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
22437 X"$ac_file" : 'X\(//\)[^/]' \| \
22438 X"$ac_file" : 'X\(//\)$' \| \
22439 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
22440 $as_echo X"$ac_file" |
22441 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
22445 /^X\(\/\/\)[^/].*/{
22458 as_dir
="$ac_dir"; as_fn_mkdir_p
22462 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
22464 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
22465 # A ".." for each directory in $ac_dir_suffix.
22466 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
22467 case $ac_top_builddir_sub in
22468 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
22469 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
22472 ac_abs_top_builddir
=$ac_pwd
22473 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
22474 # for backward compatibility:
22475 ac_top_builddir
=$ac_top_build_prefix
22478 .
) # We are building in place.
22480 ac_top_srcdir
=$ac_top_builddir_sub
22481 ac_abs_top_srcdir
=$ac_pwd ;;
22482 [\\/]* | ?
:[\\/]* ) # Absolute name.
22483 ac_srcdir
=$srcdir$ac_dir_suffix;
22484 ac_top_srcdir
=$srcdir
22485 ac_abs_top_srcdir
=$srcdir ;;
22486 *) # Relative name.
22487 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
22488 ac_top_srcdir
=$ac_top_build_prefix$srcdir
22489 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
22491 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
22502 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
22503 # If the template does not know about datarootdir, expand it.
22504 # FIXME: This hack should be removed a few years after 2.60.
22505 ac_datarootdir_hack
=; ac_datarootdir_seen
=
22516 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
22517 *datarootdir
*) ac_datarootdir_seen
=yes;;
22518 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
22519 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
22520 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
22522 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22523 ac_datarootdir_hack='
22524 s&@datadir@&$datadir&g
22525 s&@docdir@&$docdir&g
22526 s&@infodir@&$infodir&g
22527 s&@localedir@&$localedir&g
22528 s&@mandir@&$mandir&g
22529 s&\\\${datarootdir}&$datarootdir&g' ;;
22533 # Neutralize VPATH when `$srcdir' = `.'.
22534 # Shell code in configure.ac might set extrasub.
22535 # FIXME: do we really want to maintain this feature?
22536 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22537 ac_sed_extra="$ac_vpsub
22540 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
22542 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
22543 s|@configure_input@|
$ac_sed_conf_input|
;t t
22544 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
22545 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
22546 s
&@srcdir@
&$ac_srcdir&;t t
22547 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
22548 s
&@top_srcdir@
&$ac_top_srcdir&;t t
22549 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
22550 s
&@builddir@
&$ac_builddir&;t t
22551 s
&@abs_builddir@
&$ac_abs_builddir&;t t
22552 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
22553 $ac_datarootdir_hack
22555 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.
awk" \
22556 >$ac_tmp/out || as_fn_error $? "could not create
$ac_file" "$LINENO" 5
22558 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
22559 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out
"`; test -n "$ac_out"; } &&
22560 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
22561 "$ac_tmp/out
"`; test -z "$ac_out"; } &&
22562 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
22563 which seems to be undefined. Please make sure it is defined" >&5
22564 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
22565 which seems to be undefined. Please make sure it is defined" >&2;}
22567 rm -f "$ac_tmp/stdin"
22569 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
22570 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
22572 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
22578 if test x"$ac_file" != x-; then
22580 $as_echo "/* $configure_input */" \
22581 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
22582 } >"$ac_tmp/config.h" \
22583 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
22584 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
22585 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
22586 $as_echo "$as_me: $ac_file is unchanged" >&6;}
22589 mv "$ac_tmp/config.h" "$ac_file" \
22590 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
22593 $as_echo "/* $configure_input */" \
22594 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
22595 || as_fn_error $? "could not create -" "$LINENO" 5
22603 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.
'; then
22606 # Prefer the file from the source tree if names are identical.
22607 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
22608 ac_source=$srcdir/$ac_source
22611 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
22612 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
22614 if test ! -r "$ac_source"; then
22615 as_fn_error $? "$ac_source: file not found" "$LINENO" 5
22619 # Try a relative symlink, then a hard link, then a copy.
22621 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
22622 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
22624 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
22625 ln "$ac_source" "$ac_file" 2>/dev/null ||
22626 cp -p "$ac_source" "$ac_file" ||
22627 as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
22630 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
22631 $as_echo "$as_me: executing $ac_file commands" >&6;}
22636 case $ac_file$ac_mode in
22637 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
22638 "tools/makedep":C) wine_fn_output_makedep || as_fn_exit $? ;;
22639 "Makefile":C) wine_fn_output_makefile Makefile ;;
22647 ac_clean_files=$ac_clean_files_save
22649 test $ac_write_fail = 0 ||
22650 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
22653 # configure is writing to config.log, and then calls config.status.
22654 # config.status does its own redirection, appending to config.log.
22655 # Unfortunately, on DOS this fails, as config.log is still kept open
22656 # by configure, so config.status won't be able to
write to it
; its
22657 # output is simply discarded. So we exec the FD to /dev/null,
22658 # effectively closing config.log, so it can be properly (re)opened and
22659 # appended to by config.status. When coming back to configure, we
22660 # need to make the FD available again.
22661 if test "$no_create" != yes; then
22663 ac_config_status_args
=
22664 test "$silent" = yes &&
22665 ac_config_status_args
="$ac_config_status_args --quiet"
22667 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
22669 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
22670 # would make configure fail if this is the last instruction.
22671 $ac_cs_success || as_fn_exit
1
22673 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
22674 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
22675 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
22679 if test "$no_create" = "yes"
22685 if test "x$wine_notices" != x
; then
22688 for msg
in $wine_notices; do
22690 if ${msg:+false} :; then :
22693 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
22694 $as_echo "$as_me: $msg" >&6;}
22699 for msg
in $wine_warnings; do
22701 if ${msg:+false} :; then :
22705 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
22706 $as_echo "$as_me: WARNING: $msg" >&2;}
22712 $as_me: Finished. Do '${ac_make}' to compile Wine.