2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for Wine 5.22.
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
='5.22'
584 PACKAGE_STRING
='Wine 5.22'
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
709 EXCESS_PRECISION_CFLAGS
730 SYSTEMCONFIGURATION_LIBS
733 APPLICATIONSERVICES_LIBS
749 WINEPRELOADER_LDFLAGS
826 program_transform_name
839 enable_option_checking
843 enable_maintainer_mode
918 enable_api_ms_win_appmodel_identity_l1_1_0
919 enable_api_ms_win_appmodel_runtime_l1_1_1
920 enable_api_ms_win_appmodel_runtime_l1_1_2
921 enable_api_ms_win_core_apiquery_l1_1_0
922 enable_api_ms_win_core_appcompat_l1_1_1
923 enable_api_ms_win_core_appinit_l1_1_0
924 enable_api_ms_win_core_atoms_l1_1_0
925 enable_api_ms_win_core_bem_l1_1_0
926 enable_api_ms_win_core_com_l1_1_0
927 enable_api_ms_win_core_com_l1_1_1
928 enable_api_ms_win_core_com_private_l1_1_0
929 enable_api_ms_win_core_comm_l1_1_0
930 enable_api_ms_win_core_console_l1_1_0
931 enable_api_ms_win_core_console_l2_1_0
932 enable_api_ms_win_core_crt_l1_1_0
933 enable_api_ms_win_core_crt_l2_1_0
934 enable_api_ms_win_core_datetime_l1_1_0
935 enable_api_ms_win_core_datetime_l1_1_1
936 enable_api_ms_win_core_debug_l1_1_0
937 enable_api_ms_win_core_debug_l1_1_1
938 enable_api_ms_win_core_delayload_l1_1_0
939 enable_api_ms_win_core_delayload_l1_1_1
940 enable_api_ms_win_core_errorhandling_l1_1_0
941 enable_api_ms_win_core_errorhandling_l1_1_1
942 enable_api_ms_win_core_errorhandling_l1_1_2
943 enable_api_ms_win_core_errorhandling_l1_1_3
944 enable_api_ms_win_core_fibers_l1_1_0
945 enable_api_ms_win_core_fibers_l1_1_1
946 enable_api_ms_win_core_file_ansi_l2_1_0
947 enable_api_ms_win_core_file_fromapp_l1_1_0
948 enable_api_ms_win_core_file_l1_1_0
949 enable_api_ms_win_core_file_l1_2_0
950 enable_api_ms_win_core_file_l1_2_1
951 enable_api_ms_win_core_file_l1_2_2
952 enable_api_ms_win_core_file_l2_1_0
953 enable_api_ms_win_core_file_l2_1_1
954 enable_api_ms_win_core_file_l2_1_2
955 enable_api_ms_win_core_handle_l1_1_0
956 enable_api_ms_win_core_heap_l1_1_0
957 enable_api_ms_win_core_heap_l1_2_0
958 enable_api_ms_win_core_heap_l2_1_0
959 enable_api_ms_win_core_heap_obsolete_l1_1_0
960 enable_api_ms_win_core_interlocked_l1_1_0
961 enable_api_ms_win_core_interlocked_l1_2_0
962 enable_api_ms_win_core_io_l1_1_0
963 enable_api_ms_win_core_io_l1_1_1
964 enable_api_ms_win_core_job_l1_1_0
965 enable_api_ms_win_core_job_l2_1_0
966 enable_api_ms_win_core_kernel32_legacy_l1_1_0
967 enable_api_ms_win_core_kernel32_legacy_l1_1_1
968 enable_api_ms_win_core_kernel32_private_l1_1_1
969 enable_api_ms_win_core_largeinteger_l1_1_0
970 enable_api_ms_win_core_libraryloader_l1_1_0
971 enable_api_ms_win_core_libraryloader_l1_1_1
972 enable_api_ms_win_core_libraryloader_l1_2_0
973 enable_api_ms_win_core_libraryloader_l1_2_1
974 enable_api_ms_win_core_libraryloader_l1_2_2
975 enable_api_ms_win_core_libraryloader_l2_1_0
976 enable_api_ms_win_core_localization_l1_1_0
977 enable_api_ms_win_core_localization_l1_2_0
978 enable_api_ms_win_core_localization_l1_2_1
979 enable_api_ms_win_core_localization_l1_2_2
980 enable_api_ms_win_core_localization_l2_1_0
981 enable_api_ms_win_core_localization_obsolete_l1_1_0
982 enable_api_ms_win_core_localization_obsolete_l1_2_0
983 enable_api_ms_win_core_localization_obsolete_l1_3_0
984 enable_api_ms_win_core_localization_private_l1_1_0
985 enable_api_ms_win_core_localregistry_l1_1_0
986 enable_api_ms_win_core_memory_l1_1_0
987 enable_api_ms_win_core_memory_l1_1_1
988 enable_api_ms_win_core_memory_l1_1_2
989 enable_api_ms_win_core_memory_l1_1_3
990 enable_api_ms_win_core_memory_l1_1_4
991 enable_api_ms_win_core_misc_l1_1_0
992 enable_api_ms_win_core_namedpipe_ansi_l1_1_0
993 enable_api_ms_win_core_namedpipe_l1_1_0
994 enable_api_ms_win_core_namedpipe_l1_2_0
995 enable_api_ms_win_core_namespace_l1_1_0
996 enable_api_ms_win_core_normalization_l1_1_0
997 enable_api_ms_win_core_path_l1_1_0
998 enable_api_ms_win_core_privateprofile_l1_1_1
999 enable_api_ms_win_core_processenvironment_l1_1_0
1000 enable_api_ms_win_core_processenvironment_l1_2_0
1001 enable_api_ms_win_core_processthreads_l1_1_0
1002 enable_api_ms_win_core_processthreads_l1_1_1
1003 enable_api_ms_win_core_processthreads_l1_1_2
1004 enable_api_ms_win_core_processthreads_l1_1_3
1005 enable_api_ms_win_core_processtopology_obsolete_l1_1_0
1006 enable_api_ms_win_core_profile_l1_1_0
1007 enable_api_ms_win_core_psapi_ansi_l1_1_0
1008 enable_api_ms_win_core_psapi_l1_1_0
1009 enable_api_ms_win_core_psapi_obsolete_l1_1_0
1010 enable_api_ms_win_core_quirks_l1_1_0
1011 enable_api_ms_win_core_realtime_l1_1_0
1012 enable_api_ms_win_core_registry_l1_1_0
1013 enable_api_ms_win_core_registry_l2_1_0
1014 enable_api_ms_win_core_registry_l2_2_0
1015 enable_api_ms_win_core_registryuserspecific_l1_1_0
1016 enable_api_ms_win_core_rtlsupport_l1_1_0
1017 enable_api_ms_win_core_rtlsupport_l1_2_0
1018 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
1019 enable_api_ms_win_core_shlwapi_obsolete_l1_1_0
1020 enable_api_ms_win_core_shlwapi_obsolete_l1_2_0
1021 enable_api_ms_win_core_shutdown_l1_1_0
1022 enable_api_ms_win_core_sidebyside_l1_1_0
1023 enable_api_ms_win_core_string_l1_1_0
1024 enable_api_ms_win_core_string_l2_1_0
1025 enable_api_ms_win_core_string_obsolete_l1_1_0
1026 enable_api_ms_win_core_stringansi_l1_1_0
1027 enable_api_ms_win_core_stringloader_l1_1_1
1028 enable_api_ms_win_core_synch_ansi_l1_1_0
1029 enable_api_ms_win_core_synch_l1_1_0
1030 enable_api_ms_win_core_synch_l1_2_0
1031 enable_api_ms_win_core_synch_l1_2_1
1032 enable_api_ms_win_core_sysinfo_l1_1_0
1033 enable_api_ms_win_core_sysinfo_l1_2_0
1034 enable_api_ms_win_core_sysinfo_l1_2_1
1035 enable_api_ms_win_core_systemtopology_l1_1_0
1036 enable_api_ms_win_core_threadpool_l1_1_0
1037 enable_api_ms_win_core_threadpool_l1_2_0
1038 enable_api_ms_win_core_threadpool_legacy_l1_1_0
1039 enable_api_ms_win_core_threadpool_private_l1_1_0
1040 enable_api_ms_win_core_timezone_l1_1_0
1041 enable_api_ms_win_core_toolhelp_l1_1_0
1042 enable_api_ms_win_core_url_l1_1_0
1043 enable_api_ms_win_core_util_l1_1_0
1044 enable_api_ms_win_core_version_l1_1_0
1045 enable_api_ms_win_core_version_l1_1_1
1046 enable_api_ms_win_core_version_private_l1_1_0
1047 enable_api_ms_win_core_versionansi_l1_1_0
1048 enable_api_ms_win_core_windowserrorreporting_l1_1_0
1049 enable_api_ms_win_core_winrt_error_l1_1_0
1050 enable_api_ms_win_core_winrt_error_l1_1_1
1051 enable_api_ms_win_core_winrt_errorprivate_l1_1_1
1052 enable_api_ms_win_core_winrt_l1_1_0
1053 enable_api_ms_win_core_winrt_registration_l1_1_0
1054 enable_api_ms_win_core_winrt_roparameterizediid_l1_1_0
1055 enable_api_ms_win_core_winrt_string_l1_1_0
1056 enable_api_ms_win_core_winrt_string_l1_1_1
1057 enable_api_ms_win_core_wow64_l1_1_0
1058 enable_api_ms_win_core_wow64_l1_1_1
1059 enable_api_ms_win_core_xstate_l1_1_0
1060 enable_api_ms_win_core_xstate_l2_1_0
1061 enable_api_ms_win_crt_conio_l1_1_0
1062 enable_api_ms_win_crt_convert_l1_1_0
1063 enable_api_ms_win_crt_environment_l1_1_0
1064 enable_api_ms_win_crt_filesystem_l1_1_0
1065 enable_api_ms_win_crt_heap_l1_1_0
1066 enable_api_ms_win_crt_locale_l1_1_0
1067 enable_api_ms_win_crt_math_l1_1_0
1068 enable_api_ms_win_crt_multibyte_l1_1_0
1069 enable_api_ms_win_crt_private_l1_1_0
1070 enable_api_ms_win_crt_process_l1_1_0
1071 enable_api_ms_win_crt_runtime_l1_1_0
1072 enable_api_ms_win_crt_stdio_l1_1_0
1073 enable_api_ms_win_crt_string_l1_1_0
1074 enable_api_ms_win_crt_time_l1_1_0
1075 enable_api_ms_win_crt_utility_l1_1_0
1076 enable_api_ms_win_devices_config_l1_1_0
1077 enable_api_ms_win_devices_config_l1_1_1
1078 enable_api_ms_win_devices_query_l1_1_1
1079 enable_api_ms_win_downlevel_advapi32_l1_1_0
1080 enable_api_ms_win_downlevel_advapi32_l2_1_0
1081 enable_api_ms_win_downlevel_kernel32_l2_1_0
1082 enable_api_ms_win_downlevel_normaliz_l1_1_0
1083 enable_api_ms_win_downlevel_ole32_l1_1_0
1084 enable_api_ms_win_downlevel_shell32_l1_1_0
1085 enable_api_ms_win_downlevel_shlwapi_l1_1_0
1086 enable_api_ms_win_downlevel_shlwapi_l2_1_0
1087 enable_api_ms_win_downlevel_user32_l1_1_0
1088 enable_api_ms_win_downlevel_version_l1_1_0
1089 enable_api_ms_win_dx_d3dkmt_l1_1_0
1090 enable_api_ms_win_eventing_classicprovider_l1_1_0
1091 enable_api_ms_win_eventing_consumer_l1_1_0
1092 enable_api_ms_win_eventing_controller_l1_1_0
1093 enable_api_ms_win_eventing_legacy_l1_1_0
1094 enable_api_ms_win_eventing_provider_l1_1_0
1095 enable_api_ms_win_eventlog_legacy_l1_1_0
1096 enable_api_ms_win_gdi_dpiinfo_l1_1_0
1097 enable_api_ms_win_mm_joystick_l1_1_0
1098 enable_api_ms_win_mm_misc_l1_1_1
1099 enable_api_ms_win_mm_mme_l1_1_0
1100 enable_api_ms_win_mm_time_l1_1_0
1101 enable_api_ms_win_ntuser_dc_access_l1_1_0
1102 enable_api_ms_win_ntuser_rectangle_l1_1_0
1103 enable_api_ms_win_ntuser_sysparams_l1_1_0
1104 enable_api_ms_win_perf_legacy_l1_1_0
1105 enable_api_ms_win_power_base_l1_1_0
1106 enable_api_ms_win_power_setting_l1_1_0
1107 enable_api_ms_win_rtcore_ntuser_draw_l1_1_0
1108 enable_api_ms_win_rtcore_ntuser_private_l1_1_0
1109 enable_api_ms_win_rtcore_ntuser_private_l1_1_4
1110 enable_api_ms_win_rtcore_ntuser_window_l1_1_0
1111 enable_api_ms_win_rtcore_ntuser_winevent_l1_1_0
1112 enable_api_ms_win_rtcore_ntuser_wmpointer_l1_1_0
1113 enable_api_ms_win_rtcore_ntuser_wmpointer_l1_1_3
1114 enable_api_ms_win_security_activedirectoryclient_l1_1_0
1115 enable_api_ms_win_security_audit_l1_1_1
1116 enable_api_ms_win_security_base_l1_1_0
1117 enable_api_ms_win_security_base_l1_2_0
1118 enable_api_ms_win_security_base_private_l1_1_1
1119 enable_api_ms_win_security_credentials_l1_1_0
1120 enable_api_ms_win_security_cryptoapi_l1_1_0
1121 enable_api_ms_win_security_grouppolicy_l1_1_0
1122 enable_api_ms_win_security_lsalookup_l1_1_0
1123 enable_api_ms_win_security_lsalookup_l1_1_1
1124 enable_api_ms_win_security_lsalookup_l2_1_0
1125 enable_api_ms_win_security_lsalookup_l2_1_1
1126 enable_api_ms_win_security_lsapolicy_l1_1_0
1127 enable_api_ms_win_security_provider_l1_1_0
1128 enable_api_ms_win_security_sddl_l1_1_0
1129 enable_api_ms_win_security_systemfunctions_l1_1_0
1130 enable_api_ms_win_service_core_l1_1_0
1131 enable_api_ms_win_service_core_l1_1_1
1132 enable_api_ms_win_service_management_l1_1_0
1133 enable_api_ms_win_service_management_l2_1_0
1134 enable_api_ms_win_service_private_l1_1_1
1135 enable_api_ms_win_service_winsvc_l1_1_0
1136 enable_api_ms_win_service_winsvc_l1_2_0
1137 enable_api_ms_win_shcore_obsolete_l1_1_0
1138 enable_api_ms_win_shcore_scaling_l1_1_1
1139 enable_api_ms_win_shcore_stream_l1_1_0
1140 enable_api_ms_win_shcore_thread_l1_1_0
1141 enable_api_ms_win_shell_shellcom_l1_1_0
1142 enable_api_ms_win_shell_shellfolders_l1_1_0
1157 enable_bluetoothapis
1193 enable_d3dcompiler_33
1194 enable_d3dcompiler_34
1195 enable_d3dcompiler_35
1196 enable_d3dcompiler_36
1197 enable_d3dcompiler_37
1198 enable_d3dcompiler_38
1199 enable_d3dcompiler_39
1200 enable_d3dcompiler_40
1201 enable_d3dcompiler_41
1202 enable_d3dcompiler_42
1203 enable_d3dcompiler_43
1204 enable_d3dcompiler_46
1205 enable_d3dcompiler_47
1256 enable_directmanipulation
1295 enable_explorerframe
1296 enable_ext_ms_win_authz_context_l1_1_0
1297 enable_ext_ms_win_domainjoin_netjoin_l1_1_0
1298 enable_ext_ms_win_dwmapi_ext_l1_1_0
1299 enable_ext_ms_win_gdi_dc_create_l1_1_0
1300 enable_ext_ms_win_gdi_dc_create_l1_1_1
1301 enable_ext_ms_win_gdi_dc_l1_2_0
1302 enable_ext_ms_win_gdi_devcaps_l1_1_0
1303 enable_ext_ms_win_gdi_draw_l1_1_0
1304 enable_ext_ms_win_gdi_draw_l1_1_1
1305 enable_ext_ms_win_gdi_font_l1_1_0
1306 enable_ext_ms_win_gdi_font_l1_1_1
1307 enable_ext_ms_win_gdi_render_l1_1_0
1308 enable_ext_ms_win_kernel32_package_current_l1_1_0
1309 enable_ext_ms_win_kernel32_package_l1_1_1
1310 enable_ext_ms_win_ntuser_dialogbox_l1_1_0
1311 enable_ext_ms_win_ntuser_draw_l1_1_0
1312 enable_ext_ms_win_ntuser_gui_l1_1_0
1313 enable_ext_ms_win_ntuser_gui_l1_3_0
1314 enable_ext_ms_win_ntuser_keyboard_l1_3_0
1315 enable_ext_ms_win_ntuser_message_l1_1_0
1316 enable_ext_ms_win_ntuser_message_l1_1_1
1317 enable_ext_ms_win_ntuser_misc_l1_1_0
1318 enable_ext_ms_win_ntuser_misc_l1_2_0
1319 enable_ext_ms_win_ntuser_misc_l1_5_1
1320 enable_ext_ms_win_ntuser_mouse_l1_1_0
1321 enable_ext_ms_win_ntuser_private_l1_1_1
1322 enable_ext_ms_win_ntuser_private_l1_3_1
1323 enable_ext_ms_win_ntuser_rectangle_ext_l1_1_0
1324 enable_ext_ms_win_ntuser_uicontext_ext_l1_1_0
1325 enable_ext_ms_win_ntuser_window_l1_1_0
1326 enable_ext_ms_win_ntuser_window_l1_1_1
1327 enable_ext_ms_win_ntuser_window_l1_1_4
1328 enable_ext_ms_win_ntuser_windowclass_l1_1_0
1329 enable_ext_ms_win_ntuser_windowclass_l1_1_1
1330 enable_ext_ms_win_oleacc_l1_1_0
1331 enable_ext_ms_win_ras_rasapi32_l1_1_0
1332 enable_ext_ms_win_rtcore_gdi_devcaps_l1_1_0
1333 enable_ext_ms_win_rtcore_gdi_object_l1_1_0
1334 enable_ext_ms_win_rtcore_gdi_rgn_l1_1_0
1335 enable_ext_ms_win_rtcore_ntuser_cursor_l1_1_0
1336 enable_ext_ms_win_rtcore_ntuser_dc_access_l1_1_0
1337 enable_ext_ms_win_rtcore_ntuser_dpi_l1_1_0
1338 enable_ext_ms_win_rtcore_ntuser_dpi_l1_2_0
1339 enable_ext_ms_win_rtcore_ntuser_rawinput_l1_1_0
1340 enable_ext_ms_win_rtcore_ntuser_syscolors_l1_1_0
1341 enable_ext_ms_win_rtcore_ntuser_sysparams_l1_1_0
1342 enable_ext_ms_win_security_credui_l1_1_0
1343 enable_ext_ms_win_security_cryptui_l1_1_0
1344 enable_ext_ms_win_shell_comctl32_init_l1_1_0
1345 enable_ext_ms_win_shell_comdlg32_l1_1_0
1346 enable_ext_ms_win_shell_shell32_l1_2_0
1347 enable_ext_ms_win_uxtheme_themes_l1_1_0
1414 enable_mfmediaengine
1536 enable_photometadatahandler
1617 enable_uiautomationcore
1638 enable_vcruntime140_1
1655 enable_windowscodecs
1656 enable_windowscodecsext
1658 enable_wineandroid_drv
1660 enable_winecoreaudio_drv
1663 enable_winegstreamer
1665 enable_winejoystick_drv
1670 enable_winepulse_drv
1671 enable_wineqtdecoder
1690 enable_wmcodecdspuuid
1715 enable_xactengine3_0
1716 enable_xactengine3_1
1717 enable_xactengine3_2
1718 enable_xactengine3_3
1719 enable_xactengine3_4
1720 enable_xactengine3_5
1721 enable_xactengine3_6
1722 enable_xactengine3_7
1756 enable_aspnet_regiis
1800 enable_presentationfontcache
1814 enable_servicemodelreg
1839 enable_winemenubuilder
1841 enable_winemsibuilder
1866 ac_precious_vars
='build_alias
1946 # Initialize some variables set by options.
1948 ac_init_version
=false
1949 ac_unrecognized_opts
=
1950 ac_unrecognized_sep
=
1951 # The variables have the same names as the options, with
1952 # dashes changed to underlines.
1953 cache_file
=/dev
/null
1960 program_transform_name
=s
,x
,x
,
1968 # Installation directory options.
1969 # These are left unexpanded so users can "make install exec_prefix=/foo"
1970 # and all the variables that are supposed to be based on exec_prefix
1971 # by default will actually change.
1972 # Use braces instead of parens because sh, perl, etc. also accept them.
1973 # (The list follows the same order as the GNU Coding Standards.)
1974 bindir
='${exec_prefix}/bin'
1975 sbindir
='${exec_prefix}/sbin'
1976 libexecdir
='${exec_prefix}/libexec'
1977 datarootdir
='${prefix}/share'
1978 datadir
='${datarootdir}'
1979 sysconfdir
='${prefix}/etc'
1980 sharedstatedir
='${prefix}/com'
1981 localstatedir
='${prefix}/var'
1982 runstatedir
='${localstatedir}/run'
1983 includedir
='${prefix}/include'
1984 oldincludedir
='/usr/include'
1985 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
1986 infodir
='${datarootdir}/info'
1991 libdir
='${exec_prefix}/lib'
1992 localedir
='${datarootdir}/locale'
1993 mandir
='${datarootdir}/man'
1999 # If the previous option needs an argument, assign it.
2000 if test -n "$ac_prev"; then
2001 eval $ac_prev=\
$ac_option
2007 *=?
*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
2012 # Accept the important Cygnus configure options, so we can diagnose typos.
2014 case $ac_dashdash$ac_option in
2018 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
2020 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
2021 bindir
=$ac_optarg ;;
2023 -build |
--build |
--buil |
--bui |
--bu)
2024 ac_prev
=build_alias
;;
2025 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
2026 build_alias
=$ac_optarg ;;
2028 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
2029 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
2030 ac_prev
=cache_file
;;
2031 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
2032 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
2033 cache_file
=$ac_optarg ;;
2035 --config-cache |
-C)
2036 cache_file
=config.cache
;;
2038 -datadir |
--datadir |
--datadi |
--datad)
2040 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
2041 datadir
=$ac_optarg ;;
2043 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
2044 |
--dataroo |
--dataro |
--datar)
2045 ac_prev
=datarootdir
;;
2046 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
2047 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
2048 datarootdir
=$ac_optarg ;;
2050 -disable-* |
--disable-*)
2051 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
2052 # Reject names that are not valid shell variable names.
2053 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
2054 as_fn_error $?
"invalid feature name: $ac_useropt"
2055 ac_useropt_orig
=$ac_useropt
2056 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
2057 case $ac_user_opts in
2059 "enable_
$ac_useropt"
2061 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
2062 ac_unrecognized_sep
=', ';;
2064 eval enable_
$ac_useropt=no
;;
2066 -docdir |
--docdir |
--docdi |
--doc |
--do)
2068 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
2069 docdir
=$ac_optarg ;;
2071 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
2073 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
2074 dvidir
=$ac_optarg ;;
2076 -enable-* |
--enable-*)
2077 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
2078 # Reject names that are not valid shell variable names.
2079 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
2080 as_fn_error $?
"invalid feature name: $ac_useropt"
2081 ac_useropt_orig
=$ac_useropt
2082 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
2083 case $ac_user_opts in
2085 "enable_
$ac_useropt"
2087 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
2088 ac_unrecognized_sep
=', ';;
2090 eval enable_
$ac_useropt=\
$ac_optarg ;;
2092 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
2093 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
2094 |
--exec |
--exe |
--ex)
2095 ac_prev
=exec_prefix
;;
2096 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
2097 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
2098 |
--exec=* |
--exe=* |
--ex=*)
2099 exec_prefix
=$ac_optarg ;;
2101 -gas |
--gas |
--ga |
--g)
2102 # Obsolete; use --with-gas.
2105 -help |
--help |
--hel |
--he |
-h)
2106 ac_init_help
=long
;;
2107 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
2108 ac_init_help
=recursive
;;
2109 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
2110 ac_init_help
=short
;;
2112 -host |
--host |
--hos |
--ho)
2113 ac_prev
=host_alias
;;
2114 -host=* |
--host=* |
--hos=* |
--ho=*)
2115 host_alias
=$ac_optarg ;;
2117 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
2119 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
2121 htmldir
=$ac_optarg ;;
2123 -includedir |
--includedir |
--includedi |
--included |
--include \
2124 |
--includ |
--inclu |
--incl |
--inc)
2125 ac_prev
=includedir
;;
2126 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
2127 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
2128 includedir
=$ac_optarg ;;
2130 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
2132 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
2133 infodir
=$ac_optarg ;;
2135 -libdir |
--libdir |
--libdi |
--libd)
2137 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
2138 libdir
=$ac_optarg ;;
2140 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
2141 |
--libexe |
--libex |
--libe)
2142 ac_prev
=libexecdir
;;
2143 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
2144 |
--libexe=* |
--libex=* |
--libe=*)
2145 libexecdir
=$ac_optarg ;;
2147 -localedir |
--localedir |
--localedi |
--localed |
--locale)
2148 ac_prev
=localedir
;;
2149 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
2150 localedir
=$ac_optarg ;;
2152 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
2153 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
2154 ac_prev
=localstatedir
;;
2155 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
2156 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
2157 localstatedir
=$ac_optarg ;;
2159 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
2161 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
2162 mandir
=$ac_optarg ;;
2164 -nfp |
--nfp |
--nf)
2165 # Obsolete; use --without-fp.
2168 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
2169 |
--no-cr |
--no-c |
-n)
2172 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
2173 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
2176 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
2177 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
2178 |
--oldin |
--oldi |
--old |
--ol |
--o)
2179 ac_prev
=oldincludedir
;;
2180 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
2181 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
2182 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
2183 oldincludedir
=$ac_optarg ;;
2185 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
2187 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
2188 prefix
=$ac_optarg ;;
2190 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
2191 |
--program-pre |
--program-pr |
--program-p)
2192 ac_prev
=program_prefix
;;
2193 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
2194 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
2195 program_prefix
=$ac_optarg ;;
2197 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
2198 |
--program-suf |
--program-su |
--program-s)
2199 ac_prev
=program_suffix
;;
2200 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
2201 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
2202 program_suffix
=$ac_optarg ;;
2204 -program-transform-name |
--program-transform-name \
2205 |
--program-transform-nam |
--program-transform-na \
2206 |
--program-transform-n |
--program-transform- \
2207 |
--program-transform |
--program-transfor \
2208 |
--program-transfo |
--program-transf \
2209 |
--program-trans |
--program-tran \
2210 |
--progr-tra |
--program-tr |
--program-t)
2211 ac_prev
=program_transform_name
;;
2212 -program-transform-name=* |
--program-transform-name=* \
2213 |
--program-transform-nam=* |
--program-transform-na=* \
2214 |
--program-transform-n=* |
--program-transform-=* \
2215 |
--program-transform=* |
--program-transfor=* \
2216 |
--program-transfo=* |
--program-transf=* \
2217 |
--program-trans=* |
--program-tran=* \
2218 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
2219 program_transform_name
=$ac_optarg ;;
2221 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
2223 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
2224 pdfdir
=$ac_optarg ;;
2226 -psdir |
--psdir |
--psdi |
--psd |
--ps)
2228 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
2231 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
2232 |
-silent |
--silent |
--silen |
--sile |
--sil)
2235 -runstatedir |
--runstatedir |
--runstatedi |
--runstated \
2236 |
--runstate |
--runstat |
--runsta |
--runst |
--runs \
2237 |
--run |
--ru |
--r)
2238 ac_prev
=runstatedir
;;
2239 -runstatedir=* |
--runstatedir=* |
--runstatedi=* |
--runstated=* \
2240 |
--runstate=* |
--runstat=* |
--runsta=* |
--runst=* |
--runs=* \
2241 |
--run=* |
--ru=* |
--r=*)
2242 runstatedir
=$ac_optarg ;;
2244 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
2246 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
2248 sbindir
=$ac_optarg ;;
2250 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
2251 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
2252 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
2254 ac_prev
=sharedstatedir
;;
2255 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
2256 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
2257 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
2259 sharedstatedir
=$ac_optarg ;;
2261 -site |
--site |
--sit)
2263 -site=* |
--site=* |
--sit=*)
2266 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
2268 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
2269 srcdir
=$ac_optarg ;;
2271 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
2272 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
2273 ac_prev
=sysconfdir
;;
2274 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
2275 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
2276 sysconfdir
=$ac_optarg ;;
2278 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
2279 ac_prev
=target_alias
;;
2280 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
2281 target_alias
=$ac_optarg ;;
2283 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
2286 -version |
--version |
--versio |
--versi |
--vers |
-V)
2287 ac_init_version
=: ;;
2290 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
2291 # Reject names that are not valid shell variable names.
2292 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
2293 as_fn_error $?
"invalid package name: $ac_useropt"
2294 ac_useropt_orig
=$ac_useropt
2295 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
2296 case $ac_user_opts in
2300 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
2301 ac_unrecognized_sep
=', ';;
2303 eval with_
$ac_useropt=\
$ac_optarg ;;
2305 -without-* |
--without-*)
2306 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
2307 # Reject names that are not valid shell variable names.
2308 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
2309 as_fn_error $?
"invalid package name: $ac_useropt"
2310 ac_useropt_orig
=$ac_useropt
2311 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
2312 case $ac_user_opts in
2316 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
2317 ac_unrecognized_sep
=', ';;
2319 eval with_
$ac_useropt=no
;;
2322 # Obsolete; use --with-x.
2325 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
2326 |
--x-incl |
--x-inc |
--x-in |
--x-i)
2327 ac_prev
=x_includes
;;
2328 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
2329 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
2330 x_includes
=$ac_optarg ;;
2332 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
2333 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
2334 ac_prev
=x_libraries
;;
2335 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
2336 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
2337 x_libraries
=$ac_optarg ;;
2339 -*) as_fn_error $?
"unrecognized option: \`$ac_option'
2340 Try \`$0 --help' for more information"
2344 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
2345 # Reject names that are not valid shell variable names.
2346 case $ac_envvar in #(
2347 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
2348 as_fn_error $?
"invalid variable name: \`$ac_envvar'" ;;
2350 eval $ac_envvar=\
$ac_optarg
2351 export $ac_envvar ;;
2354 # FIXME: should be removed in autoconf 3.0.
2355 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
2356 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
2357 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
2358 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
2364 if test -n "$ac_prev"; then
2365 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
2366 as_fn_error $?
"missing argument to $ac_option"
2369 if test -n "$ac_unrecognized_opts"; then
2370 case $enable_option_checking in
2372 fatal
) as_fn_error $?
"unrecognized options: $ac_unrecognized_opts" ;;
2373 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
2377 # Check all directory arguments for consistency.
2378 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
2379 datadir sysconfdir sharedstatedir localstatedir includedir \
2380 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
2381 libdir localedir mandir runstatedir
2383 eval ac_val
=\$
$ac_var
2384 # Remove trailing slashes.
2387 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
2388 eval $ac_var=\
$ac_val;;
2390 # Be sure to have absolute directory names.
2392 [\\/$
]* | ?
:[\\/]* ) continue;;
2393 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
2395 as_fn_error $?
"expected an absolute directory name for --$ac_var: $ac_val"
2398 # There might be people who depend on the old broken behavior: `$host'
2399 # used to hold the argument of --host etc.
2400 # FIXME: To remove some day.
2403 target
=$target_alias
2405 # FIXME: To remove some day.
2406 if test "x$host_alias" != x
; then
2407 if test "x$build_alias" = x
; then
2408 cross_compiling
=maybe
2409 elif test "x$build_alias" != "x$host_alias"; then
2415 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
2417 test "$silent" = yes && exec 6>/dev
/null
2420 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
2421 ac_ls_di
=`ls -di .` &&
2422 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
2423 as_fn_error $?
"working directory cannot be determined"
2424 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
2425 as_fn_error $?
"pwd does not report name of working directory"
2428 # Find the source files, if location was not specified.
2429 if test -z "$srcdir"; then
2430 ac_srcdir_defaulted
=yes
2431 # Try the directory containing this script, then the parent directory.
2432 ac_confdir
=`$as_dirname -- "$as_myself" ||
2433 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2434 X"$as_myself" : 'X\(//\)[^/]' \| \
2435 X"$as_myself" : 'X\(//\)$' \| \
2436 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
2437 $as_echo X"$as_myself" |
2438 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2456 if test ! -r "$srcdir/$ac_unique_file"; then
2460 ac_srcdir_defaulted
=no
2462 if test ! -r "$srcdir/$ac_unique_file"; then
2463 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
2464 as_fn_error $?
"cannot find sources ($ac_unique_file) in $srcdir"
2466 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
2468 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
2470 # When building in place, set srcdir=.
2471 if test "$ac_abs_confdir" = "$ac_pwd"; then
2474 # Remove unnecessary trailing slashes from srcdir.
2475 # Double slashes in file names in object file debugging info
2476 # mess up M-x gdb in Emacs.
2478 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
2480 for ac_var
in $ac_precious_vars; do
2481 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
2482 eval ac_env_
${ac_var}_value
=\$
${ac_var}
2483 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
2484 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
2488 # Report the --help message.
2490 if test "$ac_init_help" = "long"; then
2491 # Omit some internal or obsolete options to make the list less imposing.
2492 # This message is too long to be a string in the A/UX 3.1 sh.
2494 \`configure' configures Wine 5.22 to adapt to many kinds of systems.
2496 Usage: $0 [OPTION]... [VAR=VALUE]...
2498 To assign environment variables (e.g., CC, CFLAGS...), specify them as
2499 VAR=VALUE. See below for descriptions of some of the useful variables.
2501 Defaults for the options are specified in brackets.
2504 -h, --help display this help and exit
2505 --help=short display options specific to this package
2506 --help=recursive display the short help of all the included packages
2507 -V, --version display version information and exit
2508 -q, --quiet, --silent do not print \`checking ...' messages
2509 --cache-file=FILE cache test results in FILE [disabled]
2510 -C, --config-cache alias for \`--cache-file=config.cache'
2511 -n, --no-create do not create output files
2512 --srcdir=DIR find the sources in DIR [configure dir or \`..']
2514 Installation directories:
2515 --prefix=PREFIX install architecture-independent files in PREFIX
2516 [$ac_default_prefix]
2517 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
2520 By default, \`make install' will install all the files in
2521 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
2522 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
2523 for instance \`--prefix=\$HOME'.
2525 For better control, use the options below.
2527 Fine tuning of the installation directories:
2528 --bindir=DIR user executables [EPREFIX/bin]
2529 --sbindir=DIR system admin executables [EPREFIX/sbin]
2530 --libexecdir=DIR program executables [EPREFIX/libexec]
2531 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
2532 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
2533 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
2534 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
2535 --libdir=DIR object code libraries [EPREFIX/lib]
2536 --includedir=DIR C header files [PREFIX/include]
2537 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2538 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
2539 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
2540 --infodir=DIR info documentation [DATAROOTDIR/info]
2541 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
2542 --mandir=DIR man documentation [DATAROOTDIR/man]
2543 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
2544 --htmldir=DIR html documentation [DOCDIR]
2545 --dvidir=DIR dvi documentation [DOCDIR]
2546 --pdfdir=DIR pdf documentation [DOCDIR]
2547 --psdir=DIR ps documentation [DOCDIR]
2553 --x-includes=DIR X include files are
in DIR
2554 --x-libraries=DIR X library files are
in DIR
2557 --build=BUILD configure
for building on BUILD
[guessed
]
2558 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
2562 if test -n "$ac_init_help"; then
2563 case $ac_init_help in
2564 short | recursive
) echo "Configuration of Wine 5.22:";;
2569 --disable-option-checking ignore unrecognized
--enable/--with options
2570 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
2571 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
2572 --disable-win16 do not include Win16 support
2573 --enable-win64 build a Win64 emulator on AMD64
(won
't run Win32
2575 --disable-tests do not build the regression tests
2576 --enable-maintainer-mode
2577 enable maintainer-specific build rules
2578 --enable-werror treat compilation warnings as errors
2579 --disable-largefile omit support for large files
2582 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
2583 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
2584 --without-alsa do not use the Alsa sound support
2585 --without-capi do not use CAPI (ISDN support)
2586 --without-cms do not use CMS (color management support)
2587 --without-coreaudio do not use the CoreAudio sound support
2588 --without-cups do not use CUPS
2589 --without-dbus do not use DBus (dynamic device support)
2590 --without-faudio do not use FAudio (XAudio2 support)
2591 --with-float-abi=abi specify the ABI (soft|softfp|hard) for ARM platforms
2592 --without-fontconfig do not use fontconfig
2593 --without-freetype do not use the FreeType library
2594 --without-gettext do not use gettext
2595 --with-gettextpo use the GetTextPO library to rebuild po files
2596 --without-gphoto do not use gphoto (Digital Camera support)
2597 --without-gnutls do not use GnuTLS (schannel support)
2598 --without-gsm do not use libgsm (GSM 06.10 codec support)
2599 --without-gssapi do not use GSSAPI (Kerberos SSP support)
2600 --without-gstreamer do not use GStreamer (codecs support)
2601 --without-hal do not use HAL (dynamic device support)
2602 --without-inotify do not use inotify (filesystem change notifications)
2603 --without-jpeg do not use JPEG
2604 --without-krb5 do not use krb5 (Kerberos)
2605 --without-ldap do not use LDAP
2606 --without-mingw do not use the MinGW cross-compiler
2607 --without-mpg123 do not use the mpg123 library
2608 --without-netapi do not use the Samba NetAPI library
2609 --without-openal do not use OpenAL
2610 --without-opencl do not use OpenCL
2611 --without-opengl do not use OpenGL
2612 --without-osmesa do not use the OSMesa library
2613 --without-oss do not use the OSS sound support
2614 --without-pcap do not use the Packet Capture library
2615 --without-png do not use PNG
2616 --without-pthread do not use the pthread library
2617 --without-pulse do not use PulseAudio sound support
2618 --without-quicktime do not use QuickTime support
2619 --without-sane do not use SANE (scanner support)
2620 --without-sdl do not use SDL
2621 --without-tiff do not use TIFF
2622 --without-udev do not use udev (plug and play support)
2623 --without-unwind do not use the libunwind library (exception
2625 --without-usb do not use the libusb library
2626 --without-v4l2 do not use v4l2 (video capture)
2627 --without-vkd3d do not use vkd3d (Direct3D 12 support)
2628 --without-vulkan do not use Vulkan
2629 --without-xcomposite do not use the Xcomposite extension
2630 --without-xcursor do not use the Xcursor extension
2631 --without-xfixes do not use Xfixes for clipboard change notifications
2632 --without-xinerama do not use Xinerama (legacy multi-monitor support)
2633 --without-xinput do not use the Xinput extension
2634 --without-xinput2 do not use the Xinput 2 extension
2635 --without-xml do not use XML
2636 --without-xrandr do not use Xrandr (multi-monitor support)
2637 --without-xrender do not use the Xrender extension
2638 --without-xshape do not use the Xshape extension
2639 --without-xshm do not use XShm (shared memory extension)
2640 --without-xslt do not use XSLT
2641 --without-xxf86vm do not use XFree video mode extension
2642 --with-wine-tools=DIR use Wine tools from directory DIR
2643 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
2644 --with-x use the X Window System
2646 Some influential environment variables:
2647 CC C compiler command
2648 CFLAGS C compiler flags
2649 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
2650 nonstandard directory <lib dir>
2651 LIBS libraries to pass to the linker, e.g. -l<library>
2652 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2653 you have headers in a nonstandard directory <include dir>
2654 CXX C++ compiler command
2655 CXXFLAGS C++ compiler flags
2657 OBJC Objective C compiler command
2658 OBJCFLAGS Objective C compiler flags
2659 OBJCPP Objective C preprocessor
2660 XMKMF Path to xmkmf, Makefile generator for X Window System
2661 XML2_CFLAGS C compiler flags for libxml-2.0, overriding pkg-config
2662 XML2_LIBS Linker flags for libxml-2.0, overriding pkg-config
2663 XSLT_CFLAGS C compiler flags for libxslt, overriding pkg-config
2664 XSLT_LIBS Linker flags for libxslt, overriding pkg-config
2666 C compiler flags for libinotify, overriding pkg-config
2668 Linker flags for libinotify, overriding pkg-config
2669 DBUS_CFLAGS C compiler flags for dbus-1, overriding pkg-config
2670 DBUS_LIBS Linker flags for dbus-1, overriding pkg-config
2671 HAL_CFLAGS C compiler flags for hal, overriding pkg-config
2672 HAL_LIBS Linker flags for hal, overriding pkg-config
2674 C compiler flags for gnutls, overriding pkg-config
2675 GNUTLS_LIBS Linker flags for gnutls, overriding pkg-config
2676 SANE_CFLAGS C compiler flags for libsane, overriding pkg-config
2677 SANE_LIBS Linker flags for libsane, overriding pkg-config
2678 USB_CFLAGS C compiler flags for libusb-1.0, overriding pkg-config
2679 USB_LIBS Linker flags for libusb-1.0, overriding pkg-config
2681 C compiler flags for libgphoto2, overriding pkg-config
2683 Linker flags for libgphoto2, overriding pkg-config
2685 C compiler flags for libgphoto2_port, overriding pkg-config
2687 Linker flags for libgphoto2_port, overriding pkg-config
2689 C compiler flags for lcms2, overriding pkg-config
2690 LCMS2_LIBS Linker flags for lcms2, overriding pkg-config
2692 C compiler flags for freetype2, overriding pkg-config
2694 Linker flags for freetype2, overriding pkg-config
2696 C compiler flags for libpulse, overriding pkg-config
2697 PULSE_LIBS Linker flags for libpulse, overriding pkg-config
2699 C compiler flags for gstreamer-1.0 gstreamer-video-1.0
2700 gstreamer-audio-1.0, overriding pkg-config
2702 Linker flags for gstreamer-1.0 gstreamer-video-1.0
2703 gstreamer-audio-1.0, overriding pkg-config
2704 UDEV_CFLAGS C compiler flags for libudev, overriding pkg-config
2705 UDEV_LIBS Linker flags for libudev, overriding pkg-config
2707 C compiler flags for libunwind, overriding pkg-config
2708 UNWIND_LIBS Linker flags for libunwind, overriding pkg-config
2709 SDL2_CFLAGS C compiler flags for sdl2, overriding pkg-config
2710 SDL2_LIBS Linker flags for sdl2, overriding pkg-config
2712 C compiler flags for faudio, overriding pkg-config
2713 FAUDIO_LIBS Linker flags for faudio, overriding pkg-config
2715 C compiler flags for capi20, overriding pkg-config
2716 CAPI20_LIBS Linker flags for capi20, overriding pkg-config
2717 CUPS_CFLAGS C compiler flags for cups, overriding pkg-config
2718 CUPS_LIBS Linker flags for cups, overriding pkg-config
2720 C compiler flags for fontconfig, overriding pkg-config
2722 Linker flags for fontconfig, overriding pkg-config
2723 KRB5_CFLAGS C compiler flags for krb5, overriding pkg-config
2724 KRB5_LIBS Linker flags for krb5, overriding pkg-config
2726 C compiler flags for krb5-gssapi, overriding pkg-config
2727 GSSAPI_LIBS Linker flags for krb5-gssapi, overriding pkg-config
2728 JPEG_CFLAGS C compiler flags for libjpeg, overriding pkg-config
2729 JPEG_LIBS Linker flags for libjpeg, overriding pkg-config
2730 PNG_CFLAGS C compiler flags for libpng, overriding pkg-config
2731 PNG_LIBS Linker flags for libpng, overriding pkg-config
2732 TIFF_CFLAGS C compiler flags for libtiff-4, overriding pkg-config
2733 TIFF_LIBS Linker flags for libtiff-4, overriding pkg-config
2735 C compiler flags for libmpg123, overriding pkg-config
2736 MPG123_LIBS Linker flags for libmpg123, overriding pkg-config
2738 C compiler flags for netapi, overriding pkg-config
2739 NETAPI_LIBS Linker flags for netapi, overriding pkg-config
2741 C compiler flags for libvkd3d, overriding pkg-config
2742 VKD3D_LIBS Linker flags for libvkd3d, overriding pkg-config
2744 C compiler flags for libvkd3d-shader, overriding pkg-config
2746 Linker flags for libvkd3d-shader, overriding pkg-config
2747 LDAP_CFLAGS C compiler flags for openldap, overriding pkg-config
2748 LDAP_LIBS Linker flags for openldap, overriding pkg-config
2750 Use these variables to override the choices made by `configure' or to
help
2751 it to
find libraries and programs with nonstandard names
/locations.
2753 Report bugs to
<wine-devel@winehq.org
>.
2754 Wine home page
: <https
://www.winehq.org
>.
2759 if test "$ac_init_help" = "recursive"; then
2760 # If there are subdirs, report their specific --help.
2761 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
2762 test -d "$ac_dir" ||
2763 { cd "$srcdir" && ac_pwd
=`pwd` && srcdir
=.
&& test -d "$ac_dir"; } ||
2768 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2770 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2771 # A ".." for each directory in $ac_dir_suffix.
2772 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2773 case $ac_top_builddir_sub in
2774 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2775 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
2778 ac_abs_top_builddir
=$ac_pwd
2779 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
2780 # for backward compatibility:
2781 ac_top_builddir
=$ac_top_build_prefix
2784 .
) # We are building in place.
2786 ac_top_srcdir
=$ac_top_builddir_sub
2787 ac_abs_top_srcdir
=$ac_pwd ;;
2788 [\\/]* | ?
:[\\/]* ) # Absolute name.
2789 ac_srcdir
=$srcdir$ac_dir_suffix;
2790 ac_top_srcdir
=$srcdir
2791 ac_abs_top_srcdir
=$srcdir ;;
2793 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
2794 ac_top_srcdir
=$ac_top_build_prefix$srcdir
2795 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
2797 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
2799 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
2800 # Check for guested configure.
2801 if test -f "$ac_srcdir/configure.gnu"; then
2803 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2804 elif test -f "$ac_srcdir/configure"; then
2806 $SHELL "$ac_srcdir/configure" --help=recursive
2808 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2810 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
2814 test -n "$ac_init_help" && exit $ac_status
2815 if $ac_init_version; then
2818 generated by GNU Autoconf
2.69
2820 Copyright
(C
) 2012 Free Software Foundation
, Inc.
2821 This configure
script is free software
; the Free Software Foundation
2822 gives unlimited permission to copy
, distribute and modify it.
2827 ## ------------------------ ##
2828 ## Autoconf initialization. ##
2829 ## ------------------------ ##
2831 # ac_fn_c_try_compile LINENO
2832 # --------------------------
2833 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2834 ac_fn_c_try_compile
()
2836 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2837 rm -f conftest.
$ac_objext
2838 if { { ac_try
="$ac_compile"
2840 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2841 *) ac_try_echo=$ac_try;;
2843 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2844 $as_echo "$ac_try_echo"; } >&5
2845 (eval "$ac_compile") 2>conftest.err
2847 if test -s conftest.err; then
2848 grep -v '^ *+' conftest.err >conftest.er1
2849 cat conftest.er1 >&5
2850 mv -f conftest.er1 conftest.err
2852 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2853 test $ac_status = 0; } && {
2854 test -z "$ac_c_werror_flag" ||
2855 test ! -s conftest.err
2856 } && test -s conftest.$ac_objext; then :
2859 $as_echo "$as_me: failed program was:" >&5
2860 sed 's/^/| /' conftest.$ac_ext >&5
2864 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2865 as_fn_set_status $ac_retval
2867 } # ac_fn_c_try_compile
2869 # ac_fn_cxx_try_compile LINENO
2870 # ----------------------------
2871 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2872 ac_fn_cxx_try_compile ()
2874 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2875 rm -f conftest.$ac_objext
2876 if { { ac_try="$ac_compile"
2878 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2879 *) ac_try_echo
=$ac_try;;
2881 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2882 $as_echo "$ac_try_echo"; } >&5
2883 (eval "$ac_compile") 2>conftest.err
2885 if test -s conftest.err
; then
2886 grep -v '^ *+' conftest.err
>conftest.er1
2887 cat conftest.er1
>&5
2888 mv -f conftest.er1 conftest.err
2890 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2891 test $ac_status = 0; } && {
2892 test -z "$ac_cxx_werror_flag" ||
2893 test ! -s conftest.err
2894 } && test -s conftest.
$ac_objext; then :
2897 $as_echo "$as_me: failed program was:" >&5
2898 sed 's/^/| /' conftest.
$ac_ext >&5
2902 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2903 as_fn_set_status
$ac_retval
2905 } # ac_fn_cxx_try_compile
2907 # ac_fn_c_try_link LINENO
2908 # -----------------------
2909 # Try to link conftest.$ac_ext, and return whether this succeeded.
2912 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2913 rm -f conftest.
$ac_objext conftest
$ac_exeext
2914 if { { ac_try
="$ac_link"
2916 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2917 *) ac_try_echo=$ac_try;;
2919 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2920 $as_echo "$ac_try_echo"; } >&5
2921 (eval "$ac_link") 2>conftest.err
2923 if test -s conftest.err; then
2924 grep -v '^ *+' conftest.err >conftest.er1
2925 cat conftest.er1 >&5
2926 mv -f conftest.er1 conftest.err
2928 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2929 test $ac_status = 0; } && {
2930 test -z "$ac_c_werror_flag" ||
2931 test ! -s conftest.err
2932 } && test -s conftest$ac_exeext && {
2933 test "$cross_compiling" = yes ||
2934 test -x conftest$ac_exeext
2938 $as_echo "$as_me: failed program was:" >&5
2939 sed 's/^/| /' conftest.$ac_ext >&5
2943 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2944 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2945 # interfere with the next link command; also delete a directory that is
2946 # left behind by Apple's compiler. We do this before executing the actions.
2947 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2948 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2949 as_fn_set_status $ac_retval
2951 } # ac_fn_c_try_link
2953 # ac_fn_c_try_cpp LINENO
2954 # ----------------------
2955 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2958 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2959 if { { ac_try="$ac_cpp conftest.$ac_ext"
2961 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2962 *) ac_try_echo
=$ac_try;;
2964 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2965 $as_echo "$ac_try_echo"; } >&5
2966 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2968 if test -s conftest.err
; then
2969 grep -v '^ *+' conftest.err
>conftest.er1
2970 cat conftest.er1
>&5
2971 mv -f conftest.er1 conftest.err
2973 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2974 test $ac_status = 0; } > conftest.i
&& {
2975 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2976 test ! -s conftest.err
2980 $as_echo "$as_me: failed program was:" >&5
2981 sed 's/^/| /' conftest.
$ac_ext >&5
2985 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2986 as_fn_set_status
$ac_retval
2990 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2991 # -------------------------------------------------------
2992 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
2993 # the include files in INCLUDES and setting the cache variable VAR
2995 ac_fn_c_check_header_mongrel
()
2997 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2998 if eval \
${$3+:} false
; then :
2999 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3000 $as_echo_n "checking for $2... " >&6; }
3001 if eval \
${$3+:} false
; then :
3002 $as_echo_n "(cached) " >&6
3005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3006 $as_echo "$ac_res" >&6; }
3008 # Is the header compilable?
3009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
3010 $as_echo_n "checking $2 usability... " >&6; }
3011 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3012 /* end confdefs.h. */
3016 if ac_fn_c_try_compile
"$LINENO"; then :
3017 ac_header_compiler
=yes
3019 ac_header_compiler
=no
3021 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
3023 $as_echo "$ac_header_compiler" >&6; }
3025 # Is the header present?
3026 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
3027 $as_echo_n "checking $2 presence... " >&6; }
3028 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3029 /* end confdefs.h. */
3032 if ac_fn_c_try_cpp
"$LINENO"; then :
3033 ac_header_preproc
=yes
3035 ac_header_preproc
=no
3037 rm -f conftest.err conftest.i conftest.
$ac_ext
3038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
3039 $as_echo "$ac_header_preproc" >&6; }
3041 # So? What about this header?
3042 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
3044 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
3045 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
3046 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
3047 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
3050 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
3051 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
3052 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
3053 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
3054 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
3055 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
3056 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
3057 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&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;}
3060 ( $as_echo "## ------------------------------------ ##
3061 ## Report this to wine-devel@winehq.org ##
3062 ## ------------------------------------ ##"
3063 ) |
sed "s/^/$as_me: WARNING: /" >&2
3066 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3067 $as_echo_n "checking for $2... " >&6; }
3068 if eval \
${$3+:} false
; then :
3069 $as_echo_n "(cached) " >&6
3071 eval "$3=\$ac_header_compiler"
3074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3075 $as_echo "$ac_res" >&6; }
3077 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3079 } # ac_fn_c_check_header_mongrel
3081 # ac_fn_c_try_run LINENO
3082 # ----------------------
3083 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
3084 # that executables *can* be run.
3087 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
3088 if { { ac_try
="$ac_link"
3090 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3091 *) ac_try_echo=$ac_try;;
3093 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3094 $as_echo "$ac_try_echo"; } >&5
3095 (eval "$ac_link") 2>&5
3097 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3098 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
3099 { { case "(($ac_try" in
3100 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3101 *) ac_try_echo
=$ac_try;;
3103 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3104 $as_echo "$ac_try_echo"; } >&5
3105 (eval "$ac_try") 2>&5
3107 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3108 test $ac_status = 0; }; }; then :
3111 $as_echo "$as_me: program exited with status $ac_status" >&5
3112 $as_echo "$as_me: failed program was:" >&5
3113 sed 's/^/| /' conftest.
$ac_ext >&5
3115 ac_retval
=$ac_status
3117 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
3118 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3119 as_fn_set_status
$ac_retval
3123 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
3124 # -------------------------------------------------------
3125 # Tests whether HEADER exists and can be compiled using the include files in
3126 # INCLUDES, setting the cache variable VAR accordingly.
3127 ac_fn_c_check_header_compile
()
3129 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
3130 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3131 $as_echo_n "checking for $2... " >&6; }
3132 if eval \
${$3+:} false
; then :
3133 $as_echo_n "(cached) " >&6
3135 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3136 /* end confdefs.h. */
3140 if ac_fn_c_try_compile
"$LINENO"; then :
3145 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3149 $as_echo "$ac_res" >&6; }
3150 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3152 } # ac_fn_c_check_header_compile
3154 # ac_fn_objc_try_compile LINENO
3155 # -----------------------------
3156 # Try to compile conftest.$ac_ext, and return whether this succeeded.
3157 ac_fn_objc_try_compile
()
3159 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
3160 rm -f conftest.
$ac_objext
3161 if { { ac_try
="$ac_compile"
3163 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3164 *) ac_try_echo=$ac_try;;
3166 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3167 $as_echo "$ac_try_echo"; } >&5
3168 (eval "$ac_compile") 2>conftest.err
3170 if test -s conftest.err; then
3171 grep -v '^ *+' conftest.err >conftest.er1
3172 cat conftest.er1 >&5
3173 mv -f conftest.er1 conftest.err
3175 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3176 test $ac_status = 0; } && {
3177 test -z "$ac_objc_werror_flag" ||
3178 test ! -s conftest.err
3179 } && test -s conftest.$ac_objext; then :
3182 $as_echo "$as_me: failed program was:" >&5
3183 sed 's/^/| /' conftest.$ac_ext >&5
3187 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3188 as_fn_set_status $ac_retval
3190 } # ac_fn_objc_try_compile
3192 # ac_fn_objc_try_cpp LINENO
3193 # -------------------------
3194 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
3195 ac_fn_objc_try_cpp ()
3197 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3198 if { { ac_try="$ac_cpp conftest.$ac_ext"
3200 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3201 *) ac_try_echo
=$ac_try;;
3203 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3204 $as_echo "$ac_try_echo"; } >&5
3205 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
3207 if test -s conftest.err
; then
3208 grep -v '^ *+' conftest.err
>conftest.er1
3209 cat conftest.er1
>&5
3210 mv -f conftest.er1 conftest.err
3212 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3213 test $ac_status = 0; } > conftest.i
&& {
3214 test -z "$ac_objc_preproc_warn_flag$ac_objc_werror_flag" ||
3215 test ! -s conftest.err
3219 $as_echo "$as_me: failed program was:" >&5
3220 sed 's/^/| /' conftest.
$ac_ext >&5
3224 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3225 as_fn_set_status
$ac_retval
3227 } # ac_fn_objc_try_cpp
3229 # ac_fn_objc_check_header_mongrel LINENO HEADER VAR INCLUDES
3230 # ----------------------------------------------------------
3231 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
3232 # the include files in INCLUDES and setting the cache variable VAR
3234 ac_fn_objc_check_header_mongrel
()
3236 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
3237 if eval \
${$3+:} false
; then :
3238 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3239 $as_echo_n "checking for $2... " >&6; }
3240 if eval \
${$3+:} false
; then :
3241 $as_echo_n "(cached) " >&6
3244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3245 $as_echo "$ac_res" >&6; }
3247 # Is the header compilable?
3248 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
3249 $as_echo_n "checking $2 usability... " >&6; }
3250 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3251 /* end confdefs.h. */
3255 if ac_fn_objc_try_compile
"$LINENO"; then :
3256 ac_header_compiler
=yes
3258 ac_header_compiler
=no
3260 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
3262 $as_echo "$ac_header_compiler" >&6; }
3264 # Is the header present?
3265 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
3266 $as_echo_n "checking $2 presence... " >&6; }
3267 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3268 /* end confdefs.h. */
3271 if ac_fn_objc_try_cpp
"$LINENO"; then :
3272 ac_header_preproc
=yes
3274 ac_header_preproc
=no
3276 rm -f conftest.err conftest.i conftest.
$ac_ext
3277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
3278 $as_echo "$ac_header_preproc" >&6; }
3280 # So? What about this header?
3281 case $ac_header_compiler:$ac_header_preproc:$ac_objc_preproc_warn_flag in #((
3283 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
3284 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
3285 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
3286 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
3289 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
3290 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
3291 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
3292 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
3293 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
3294 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
3295 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
3296 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&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;}
3299 ( $as_echo "## ------------------------------------ ##
3300 ## Report this to wine-devel@winehq.org ##
3301 ## ------------------------------------ ##"
3302 ) |
sed "s/^/$as_me: WARNING: /" >&2
3305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3306 $as_echo_n "checking for $2... " >&6; }
3307 if eval \
${$3+:} false
; then :
3308 $as_echo_n "(cached) " >&6
3310 eval "$3=\$ac_header_compiler"
3313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3314 $as_echo "$ac_res" >&6; }
3316 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3318 } # ac_fn_objc_check_header_mongrel
3320 # ac_fn_c_check_func LINENO FUNC VAR
3321 # ----------------------------------
3322 # Tests whether FUNC exists, setting the cache variable VAR accordingly
3323 ac_fn_c_check_func
()
3325 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
3326 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3327 $as_echo_n "checking for $2... " >&6; }
3328 if eval \
${$3+:} false
; then :
3329 $as_echo_n "(cached) " >&6
3331 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3332 /* end confdefs.h. */
3333 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
3334 For example, HP-UX 11i <limits.h> declares gettimeofday. */
3335 #define $2 innocuous_$2
3337 /* System header to define __stub macros and hopefully few prototypes,
3338 which can conflict with char $2 (); below.
3339 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3340 <limits.h> exists even on freestanding compilers. */
3343 # include <limits.h>
3345 # include <assert.h>
3350 /* Override any GCC internal prototype to avoid an error.
3351 Use char because int might match the return type of a GCC
3352 builtin and then its argument prototype would still apply. */
3357 /* The GNU C library defines this for functions which it implements
3358 to always fail with ENOSYS. Some functions are actually named
3359 something starting with __ and the normal name is an alias. */
3360 #if defined __stub_$2 || defined __stub___$2
3372 if ac_fn_c_try_link
"$LINENO"; then :
3377 rm -f core conftest.err conftest.
$ac_objext \
3378 conftest
$ac_exeext conftest.
$ac_ext
3381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3382 $as_echo "$ac_res" >&6; }
3383 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3385 } # ac_fn_c_check_func
3387 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
3388 # ----------------------------------------------------
3389 # Tries to find if the field MEMBER exists in type AGGR, after including
3390 # INCLUDES, setting cache variable VAR accordingly.
3391 ac_fn_c_check_member
()
3393 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
3394 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
3395 $as_echo_n "checking for $2.$3... " >&6; }
3396 if eval \
${$4+:} false
; then :
3397 $as_echo_n "(cached) " >&6
3399 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3400 /* end confdefs.h. */
3412 if ac_fn_c_try_compile
"$LINENO"; then :
3415 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3416 /* end confdefs.h. */
3422 if (sizeof ac_aggr.$3)
3428 if ac_fn_c_try_compile
"$LINENO"; then :
3433 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3435 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3439 $as_echo "$ac_res" >&6; }
3440 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3442 } # ac_fn_c_check_member
3444 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
3445 # -------------------------------------------
3446 # Tests whether TYPE exists after having included INCLUDES, setting cache
3447 # variable VAR accordingly.
3448 ac_fn_c_check_type
()
3450 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
3451 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3452 $as_echo_n "checking for $2... " >&6; }
3453 if eval \
${$3+:} false
; then :
3454 $as_echo_n "(cached) " >&6
3457 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3458 /* end confdefs.h. */
3469 if ac_fn_c_try_compile
"$LINENO"; then :
3470 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3471 /* end confdefs.h. */
3482 if ac_fn_c_try_compile
"$LINENO"; then :
3487 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3489 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3493 $as_echo "$ac_res" >&6; }
3494 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3496 } # ac_fn_c_check_type
3497 cat >config.log
<<_ACEOF
3498 This file contains any messages produced by compilers while
3499 running configure, to aid debugging if configure makes a mistake.
3501 It was created by Wine $as_me 5.22, which was
3502 generated by GNU Autoconf 2.69. Invocation command line was
3514 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
3515 uname -m = `(uname -m) 2>/dev/null || echo unknown`
3516 uname -r = `(uname -r) 2>/dev/null || echo unknown`
3517 uname -s = `(uname -s) 2>/dev/null || echo unknown`
3518 uname -v = `(uname -v) 2>/dev/null || echo unknown`
3520 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
3521 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
3523 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
3524 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
3525 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
3526 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
3527 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
3528 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
3529 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
3533 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3537 test -z "$as_dir" && as_dir
=.
3538 $as_echo "PATH: $as_dir"
3554 # Keep a trace of the command line.
3555 # Strip out --no-create and --no-recursion so they do not pile up.
3556 # Strip out --silent because we don't want to record it for future runs.
3557 # Also quote any args containing shell meta-characters.
3558 # Make two passes to allow for proper duplicate-argument suppression.
3562 ac_must_keep_next
=false
3568 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
3569 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
3570 |
-silent |
--silent |
--silen |
--sile |
--sil)
3573 ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
3576 1) as_fn_append ac_configure_args0
" '$ac_arg'" ;;
3578 as_fn_append ac_configure_args1
" '$ac_arg'"
3579 if test $ac_must_keep_next = true
; then
3580 ac_must_keep_next
=false
# Got value, back to normal.
3583 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
3584 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
3585 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
3586 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
3587 case "$ac_configure_args0 " in
3588 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
3591 -* ) ac_must_keep_next
=true
;;
3594 as_fn_append ac_configure_args
" '$ac_arg'"
3599 { ac_configure_args0
=; unset ac_configure_args0
;}
3600 { ac_configure_args1
=; unset ac_configure_args1
;}
3602 # When interrupted or exit'd, cleanup temporary files, and complete
3603 # config.log. We remove comments because anyway the quotes in there
3604 # would cause problems or look ugly.
3605 # WARNING: Use '\'' to represent an apostrophe within the trap.
3606 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
3607 trap 'exit_status=$?
3608 # Save into config.log some information that might help in debugging.
3612 $as_echo "## ---------------- ##
3613 ## Cache variables. ##
3614 ## ---------------- ##"
3616 # The following way of writing the cache mishandles newlines in values,
3618 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
3619 eval ac_val=\$$ac_var
3623 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3624 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3627 _ | IFS | as_nl) ;; #(
3628 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3629 *) { eval $ac_var=; unset $ac_var;} ;;
3634 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
3635 *${as_nl}ac_space=\ *)
3637 "s/'\''/'\''\\\\'\'''\''/g;
3638 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
3641 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3648 $as_echo "## ----------------- ##
3649 ## Output variables. ##
3650 ## ----------------- ##"
3652 for ac_var in $ac_subst_vars
3654 eval ac_val=\$$ac_var
3656 *\'\''*) ac_val
=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3658 $as_echo "$ac_var='\''$ac_val'\''"
3662 if test -n "$ac_subst_files"; then
3663 $as_echo "## ------------------- ##
3664 ## File substitutions. ##
3665 ## ------------------- ##"
3667 for ac_var
in $ac_subst_files
3669 eval ac_val
=\$
$ac_var
3671 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3673 $as_echo "$ac_var='\''$ac_val'\''"
3678 if test -s confdefs.h; then
3679 $as_echo "## ----------- ##
3686 test "$ac_signal" != 0 &&
3687 $as_echo "$as_me: caught signal $ac_signal"
3688 $as_echo "$as_me: exit $exit_status"
3690 rm -f core *.core core.conftest.* &&
3691 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
3694 for ac_signal
in 1 2 13 15; do
3695 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
3699 # confdefs.h avoids OS command line length limits that DEFS can exceed.
3700 rm -f -r conftest
* confdefs.h
3702 $as_echo "/* confdefs.h */" > confdefs.h
3704 # Predefined preprocessor variables.
3706 cat >>confdefs.h
<<_ACEOF
3707 #define PACKAGE_NAME "$PACKAGE_NAME"
3710 cat >>confdefs.h
<<_ACEOF
3711 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
3714 cat >>confdefs.h
<<_ACEOF
3715 #define PACKAGE_VERSION "$PACKAGE_VERSION"
3718 cat >>confdefs.h
<<_ACEOF
3719 #define PACKAGE_STRING "$PACKAGE_STRING"
3722 cat >>confdefs.h
<<_ACEOF
3723 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
3726 cat >>confdefs.h
<<_ACEOF
3727 #define PACKAGE_URL "$PACKAGE_URL"
3731 # Let the site file select an alternate cache file if it wants to.
3732 # Prefer an explicitly selected file to automatically selected ones.
3735 if test -n "$CONFIG_SITE"; then
3736 # We do not want a PATH search for config.site.
3737 case $CONFIG_SITE in #((
3738 -*) ac_site_file1
=.
/$CONFIG_SITE;;
3739 */*) ac_site_file1
=$CONFIG_SITE;;
3740 *) ac_site_file1
=.
/$CONFIG_SITE;;
3742 elif test "x$prefix" != xNONE
; then
3743 ac_site_file1
=$prefix/share
/config.site
3744 ac_site_file2
=$prefix/etc
/config.site
3746 ac_site_file1
=$ac_default_prefix/share
/config.site
3747 ac_site_file2
=$ac_default_prefix/etc
/config.site
3749 for ac_site_file
in "$ac_site_file1" "$ac_site_file2"
3751 test "x$ac_site_file" = xNONE
&& continue
3752 if test /dev
/null
!= "$ac_site_file" && test -r "$ac_site_file"; then
3753 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3754 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
3755 sed 's/^/| /' "$ac_site_file" >&5
3757 ||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3758 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3759 as_fn_error $?
"failed to load site script $ac_site_file
3760 See \`config.log' for more details" "$LINENO" 5; }
3764 if test -r "$cache_file"; then
3765 # Some versions of bash will fail to source /dev/null (special files
3766 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
3767 if test /dev
/null
!= "$cache_file" && test -f "$cache_file"; then
3768 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3769 $as_echo "$as_me: loading cache $cache_file" >&6;}
3771 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
3772 *) .
"./$cache_file";;
3776 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3777 $as_echo "$as_me: creating cache $cache_file" >&6;}
3781 # Check that the precious variables saved in the cache have kept the same
3783 ac_cache_corrupted
=false
3784 for ac_var
in $ac_precious_vars; do
3785 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
3786 eval ac_new_set
=\
$ac_env_${ac_var}_set
3787 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
3788 eval ac_new_val
=\
$ac_env_${ac_var}_value
3789 case $ac_old_set,$ac_new_set in
3791 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3792 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3793 ac_cache_corrupted
=: ;;
3795 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
3796 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3797 ac_cache_corrupted
=: ;;
3800 if test "x$ac_old_val" != "x$ac_new_val"; then
3801 # differences in whitespace do not lead to failure.
3802 ac_old_val_w
=`echo x $ac_old_val`
3803 ac_new_val_w
=`echo x $ac_new_val`
3804 if test "$ac_old_val_w" != "$ac_new_val_w"; then
3805 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
3806 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3807 ac_cache_corrupted
=:
3809 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3810 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3811 eval $ac_var=\
$ac_old_val
3813 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
3814 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
3815 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
3816 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
3819 # Pass precious variables to config.status.
3820 if test "$ac_new_set" = set; then
3822 *\'*) ac_arg
=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3823 *) ac_arg
=$ac_var=$ac_new_val ;;
3825 case " $ac_configure_args " in
3826 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3827 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
3831 if $ac_cache_corrupted; then
3832 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3833 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3834 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3835 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3836 as_fn_error $?
"run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3838 ## -------------------- ##
3839 ## Main body of script. ##
3840 ## -------------------- ##
3843 ac_cpp
='$CPP $CPPFLAGS'
3844 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3845 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3846 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3850 ac_config_headers
="$ac_config_headers include/config.h"
3853 for ac_dir
in tools
"$srcdir"/tools
; do
3854 if test -f "$ac_dir/install-sh"; then
3856 ac_install_sh
="$ac_aux_dir/install-sh -c"
3858 elif test -f "$ac_dir/install.sh"; then
3860 ac_install_sh
="$ac_aux_dir/install.sh -c"
3862 elif test -f "$ac_dir/shtool"; then
3864 ac_install_sh
="$ac_aux_dir/shtool install -c"
3868 if test -z "$ac_aux_dir"; then
3869 as_fn_error $?
"cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
3872 # These three variables are undocumented and unsupported,
3873 # and are intended to be withdrawn in a future Autoconf release.
3874 # They can cause serious problems if a builder's source tree is in a directory
3875 # whose full name contains unusual characters.
3876 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3877 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3878 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3882 libwine_version
="1.0"
3886 # Check whether --enable-win16 was given.
3887 if test "${enable_win16+set}" = set; then :
3888 enableval
=$enable_win16;
3891 # Check whether --enable-win64 was given.
3892 if test "${enable_win64+set}" = set; then :
3893 enableval
=$enable_win64;
3896 # Check whether --enable-tests was given.
3897 if test "${enable_tests+set}" = set; then :
3898 enableval
=$enable_tests;
3901 # Check whether --enable-maintainer-mode was given.
3902 if test "${enable_maintainer_mode+set}" = set; then :
3903 enableval
=$enable_maintainer_mode;
3906 # Check whether --enable-werror was given.
3907 if test "${enable_werror+set}" = set; then :
3908 enableval
=$enable_werror;
3913 # Check whether --with-alsa was given.
3914 if test "${with_alsa+set}" = set; then :
3919 # Check whether --with-capi was given.
3920 if test "${with_capi+set}" = set; then :
3925 # Check whether --with-cms was given.
3926 if test "${with_cms+set}" = set; then :
3931 # Check whether --with-coreaudio was given.
3932 if test "${with_coreaudio+set}" = set; then :
3933 withval
=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h
=no
; fi
3937 # Check whether --with-cups was given.
3938 if test "${with_cups+set}" = set; then :
3943 # Check whether --with-dbus was given.
3944 if test "${with_dbus+set}" = set; then :
3949 # Check whether --with-faudio was given.
3950 if test "${with_faudio+set}" = set; then :
3951 withval
=$with_faudio;
3955 # Check whether --with-float-abi was given.
3956 if test "${with_float_abi+set}" = set; then :
3957 withval
=$with_float_abi;
3961 # Check whether --with-fontconfig was given.
3962 if test "${with_fontconfig+set}" = set; then :
3963 withval
=$with_fontconfig;
3967 # Check whether --with-freetype was given.
3968 if test "${with_freetype+set}" = set; then :
3969 withval
=$with_freetype;
3973 # Check whether --with-gettext was given.
3974 if test "${with_gettext+set}" = set; then :
3975 withval
=$with_gettext;
3979 # Check whether --with-gettextpo was given.
3980 if test "${with_gettextpo+set}" = set; then :
3981 withval
=$with_gettextpo; if test "x$withval" = "xno"; then ac_cv_header_gettext_po_h
=no
; fi
3985 # Check whether --with-gphoto was given.
3986 if test "${with_gphoto+set}" = set; then :
3987 withval
=$with_gphoto;
3991 # Check whether --with-gnutls was given.
3992 if test "${with_gnutls+set}" = set; then :
3993 withval
=$with_gnutls;
3997 # Check whether --with-gsm was given.
3998 if test "${with_gsm+set}" = set; then :
3999 withval
=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h
=no
; ac_cv_header_gsm_gsm_h
=no
; fi
4003 # Check whether --with-gssapi was given.
4004 if test "${with_gssapi+set}" = set; then :
4005 withval
=$with_gssapi;
4009 # Check whether --with-gstreamer was given.
4010 if test "${with_gstreamer+set}" = set; then :
4011 withval
=$with_gstreamer;
4015 # Check whether --with-hal was given.
4016 if test "${with_hal+set}" = set; then :
4021 # Check whether --with-inotify was given.
4022 if test "${with_inotify+set}" = set; then :
4023 withval
=$with_inotify;
4027 # Check whether --with-jpeg was given.
4028 if test "${with_jpeg+set}" = set; then :
4033 # Check whether --with-krb5 was given.
4034 if test "${with_krb5+set}" = set; then :
4039 # Check whether --with-ldap was given.
4040 if test "${with_ldap+set}" = set; then :
4041 withval
=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h
=no
; ac_cv_header_lber_h
=no
; fi
4045 # Check whether --with-mingw was given.
4046 if test "${with_mingw+set}" = set; then :
4047 withval
=$with_mingw;
4051 # Check whether --with-mpg123 was given.
4052 if test "${with_mpg123+set}" = set; then :
4053 withval
=$with_mpg123;
4057 # Check whether --with-netapi was given.
4058 if test "${with_netapi+set}" = set; then :
4059 withval
=$with_netapi;
4063 # Check whether --with-openal was given.
4064 if test "${with_openal+set}" = set; then :
4065 withval
=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h
=no
; ac_cv_header_OpenAL_al_h
=no
; fi
4069 # Check whether --with-opencl was given.
4070 if test "${with_opencl+set}" = set; then :
4071 withval
=$with_opencl; if test "x$withval" = "xno"; then ac_cv_header_CL_cl_h
=no
; ac_cv_header_OpenCL_opencl_h
=no
; fi
4075 # Check whether --with-opengl was given.
4076 if test "${with_opengl+set}" = set; then :
4077 withval
=$with_opengl;
4081 # Check whether --with-osmesa was given.
4082 if test "${with_osmesa+set}" = set; then :
4083 withval
=$with_osmesa;
4087 # Check whether --with-oss was given.
4088 if test "${with_oss+set}" = set; then :
4093 # Check whether --with-pcap was given.
4094 if test "${with_pcap+set}" = set; then :
4095 withval
=$with_pcap; if test "x$withval" = "xno"; then ac_cv_header_pcap_pcap_h
=no
; fi
4099 # Check whether --with-png was given.
4100 if test "${with_png+set}" = set; then :
4105 # Check whether --with-pthread was given.
4106 if test "${with_pthread+set}" = set; then :
4107 withval
=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h
=no
; fi
4111 # Check whether --with-pulse was given.
4112 if test "${with_pulse+set}" = set; then :
4113 withval
=$with_pulse;
4117 # Check whether --with-quicktime was given.
4118 if test "${with_quicktime+set}" = set; then :
4119 withval
=$with_quicktime;
4123 # Check whether --with-sane was given.
4124 if test "${with_sane+set}" = set; then :
4129 # Check whether --with-sdl was given.
4130 if test "${with_sdl+set}" = set; then :
4135 # Check whether --with-tiff was given.
4136 if test "${with_tiff+set}" = set; then :
4141 # Check whether --with-udev was given.
4142 if test "${with_udev+set}" = set; then :
4147 # Check whether --with-unwind was given.
4148 if test "${with_unwind+set}" = set; then :
4149 withval
=$with_unwind;
4153 # Check whether --with-usb was given.
4154 if test "${with_usb+set}" = set; then :
4159 # Check whether --with-v4l2 was given.
4160 if test "${with_v4l2+set}" = set; then :
4165 # Check whether --with-vkd3d was given.
4166 if test "${with_vkd3d+set}" = set; then :
4167 withval
=$with_vkd3d;
4171 # Check whether --with-vulkan was given.
4172 if test "${with_vulkan+set}" = set; then :
4173 withval
=$with_vulkan;
4177 # Check whether --with-xcomposite was given.
4178 if test "${with_xcomposite+set}" = set; then :
4179 withval
=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h
=no
; fi
4183 # Check whether --with-xcursor was given.
4184 if test "${with_xcursor+set}" = set; then :
4185 withval
=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h
=no
; fi
4189 # Check whether --with-xfixes was given.
4190 if test "${with_xfixes+set}" = set; then :
4191 withval
=$with_xfixes; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xfixes_h
=no
; fi
4195 # Check whether --with-xinerama was given.
4196 if test "${with_xinerama+set}" = set; then :
4197 withval
=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h
=no
; fi
4201 # Check whether --with-xinput was given.
4202 if test "${with_xinput+set}" = set; then :
4203 withval
=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h
=no
; fi
4207 # Check whether --with-xinput2 was given.
4208 if test "${with_xinput2+set}" = set; then :
4209 withval
=$with_xinput2; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput2_h
=no
; fi
4213 # Check whether --with-xml was given.
4214 if test "${with_xml+set}" = set; then :
4219 # Check whether --with-xrandr was given.
4220 if test "${with_xrandr+set}" = set; then :
4221 withval
=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h
=no
; fi
4225 # Check whether --with-xrender was given.
4226 if test "${with_xrender+set}" = set; then :
4227 withval
=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h
=no
; fi
4231 # Check whether --with-xshape was given.
4232 if test "${with_xshape+set}" = set; then :
4233 withval
=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h
=no
; fi
4237 # Check whether --with-xshm was given.
4238 if test "${with_xshm+set}" = set; then :
4239 withval
=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h
=no
; fi
4243 # Check whether --with-xslt was given.
4244 if test "${with_xslt+set}" = set; then :
4249 # Check whether --with-xxf86vm was given.
4250 if test "${with_xxf86vm+set}" = set; then :
4251 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
4256 # Check whether --with-wine-tools was given.
4257 if test "${with_wine_tools+set}" = set; then :
4258 withval
=$with_wine_tools;
4262 # Check whether --with-wine64 was given.
4263 if test "${with_wine64+set}" = set; then :
4264 withval
=$with_wine64;
4268 # Make sure we can run config.sub.
4269 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
4270 as_fn_error $?
"cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4273 $as_echo_n "checking build system type... " >&6; }
4274 if ${ac_cv_build+:} false
; then :
4275 $as_echo_n "(cached) " >&6
4277 ac_build_alias
=$build_alias
4278 test "x$ac_build_alias" = x
&&
4279 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
4280 test "x$ac_build_alias" = x
&&
4281 as_fn_error $?
"cannot guess build type; you must specify one" "$LINENO" 5
4282 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4283 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
4286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4287 $as_echo "$ac_cv_build" >&6; }
4288 case $ac_cv_build in
4290 *) as_fn_error $?
"invalid value of canonical build" "$LINENO" 5;;
4293 ac_save_IFS
=$IFS; IFS
='-'
4299 # Remember, the first character of IFS is used to create $*,
4300 # except with old shells:
4303 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
4306 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
4307 $as_echo_n "checking host system type... " >&6; }
4308 if ${ac_cv_host+:} false
; then :
4309 $as_echo_n "(cached) " >&6
4311 if test "x$host_alias" = x
; then
4312 ac_cv_host
=$ac_cv_build
4314 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
4315 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
4319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
4320 $as_echo "$ac_cv_host" >&6; }
4323 *) as_fn_error $?
"invalid value of canonical host" "$LINENO" 5;;
4326 ac_save_IFS
=$IFS; IFS
='-'
4332 # Remember, the first character of IFS is used to create $*,
4333 # except with old shells:
4336 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
4341 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
4342 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
4344 ac_make
=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
4345 if eval \
${ac_cv_prog_make_${ac_make}_set+:} false
; then :
4346 $as_echo_n "(cached) " >&6
4348 cat >conftest.
make <<\_ACEOF
4351 @
echo '@@@%%%=$(MAKE)=@@@%%%'
4353 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
4354 case `${MAKE-make} -f conftest.make 2>/dev/null` in
4356 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
4358 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
4362 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
4363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4364 $as_echo "yes" >&6; }
4367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4368 $as_echo "no" >&6; }
4369 SET_MAKE
="MAKE=${MAKE-make}"
4373 ac_cpp
='$CPP $CPPFLAGS'
4374 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4375 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4376 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4377 if test -n "$ac_tool_prefix"; then
4378 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4379 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
4380 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4381 $as_echo_n "checking for $ac_word... " >&6; }
4382 if ${ac_cv_prog_CC+:} false
; then :
4383 $as_echo_n "(cached) " >&6
4385 if test -n "$CC"; then
4386 ac_cv_prog_CC
="$CC" # Let the user override the test.
4388 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4392 test -z "$as_dir" && as_dir
=.
4393 for ac_exec_ext
in '' $ac_executable_extensions; do
4394 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4395 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
4396 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4406 if test -n "$CC"; then
4407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4408 $as_echo "$CC" >&6; }
4410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4411 $as_echo "no" >&6; }
4416 if test -z "$ac_cv_prog_CC"; then
4418 # Extract the first word of "gcc", so it can be a program name with args.
4419 set dummy gcc
; ac_word
=$2
4420 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4421 $as_echo_n "checking for $ac_word... " >&6; }
4422 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
4423 $as_echo_n "(cached) " >&6
4425 if test -n "$ac_ct_CC"; then
4426 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
4428 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4432 test -z "$as_dir" && as_dir
=.
4433 for ac_exec_ext
in '' $ac_executable_extensions; do
4434 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4435 ac_cv_prog_ac_ct_CC
="gcc"
4436 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4445 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
4446 if test -n "$ac_ct_CC"; then
4447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4448 $as_echo "$ac_ct_CC" >&6; }
4450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4451 $as_echo "no" >&6; }
4454 if test "x$ac_ct_CC" = x
; then
4457 case $cross_compiling:$ac_tool_warned in
4459 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4460 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4461 ac_tool_warned
=yes ;;
4469 if test -z "$CC"; then
4470 if test -n "$ac_tool_prefix"; then
4471 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4472 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
4473 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4474 $as_echo_n "checking for $ac_word... " >&6; }
4475 if ${ac_cv_prog_CC+:} false
; then :
4476 $as_echo_n "(cached) " >&6
4478 if test -n "$CC"; then
4479 ac_cv_prog_CC
="$CC" # Let the user override the test.
4481 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4485 test -z "$as_dir" && as_dir
=.
4486 for ac_exec_ext
in '' $ac_executable_extensions; do
4487 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4488 ac_cv_prog_CC
="${ac_tool_prefix}cc"
4489 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4499 if test -n "$CC"; then
4500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4501 $as_echo "$CC" >&6; }
4503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4504 $as_echo "no" >&6; }
4510 if test -z "$CC"; then
4511 # Extract the first word of "cc", so it can be a program name with args.
4512 set dummy cc
; ac_word
=$2
4513 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4514 $as_echo_n "checking for $ac_word... " >&6; }
4515 if ${ac_cv_prog_CC+:} false
; then :
4516 $as_echo_n "(cached) " >&6
4518 if test -n "$CC"; then
4519 ac_cv_prog_CC
="$CC" # Let the user override the test.
4522 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4526 test -z "$as_dir" && as_dir
=.
4527 for ac_exec_ext
in '' $ac_executable_extensions; do
4528 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4529 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4530 ac_prog_rejected
=yes
4534 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4541 if test $ac_prog_rejected = yes; then
4542 # We found a bogon in the path, so make sure we never use it.
4543 set dummy
$ac_cv_prog_CC
4545 if test $# != 0; then
4546 # We chose a different compiler from the bogus one.
4547 # However, it has the same basename, so the bogon will be chosen
4548 # first if we set CC to just the basename; use the full file name.
4550 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
4556 if test -n "$CC"; then
4557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4558 $as_echo "$CC" >&6; }
4560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4561 $as_echo "no" >&6; }
4566 if test -z "$CC"; then
4567 if test -n "$ac_tool_prefix"; then
4568 for ac_prog
in cl.exe
4570 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4571 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
4572 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4573 $as_echo_n "checking for $ac_word... " >&6; }
4574 if ${ac_cv_prog_CC+:} false
; then :
4575 $as_echo_n "(cached) " >&6
4577 if test -n "$CC"; then
4578 ac_cv_prog_CC
="$CC" # Let the user override the test.
4580 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4584 test -z "$as_dir" && as_dir
=.
4585 for ac_exec_ext
in '' $ac_executable_extensions; do
4586 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4587 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
4588 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4598 if test -n "$CC"; then
4599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4600 $as_echo "$CC" >&6; }
4602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4603 $as_echo "no" >&6; }
4607 test -n "$CC" && break
4610 if test -z "$CC"; then
4612 for ac_prog
in cl.exe
4614 # Extract the first word of "$ac_prog", so it can be a program name with args.
4615 set dummy
$ac_prog; ac_word
=$2
4616 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4617 $as_echo_n "checking for $ac_word... " >&6; }
4618 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
4619 $as_echo_n "(cached) " >&6
4621 if test -n "$ac_ct_CC"; then
4622 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
4624 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4628 test -z "$as_dir" && as_dir
=.
4629 for ac_exec_ext
in '' $ac_executable_extensions; do
4630 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4631 ac_cv_prog_ac_ct_CC
="$ac_prog"
4632 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4641 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
4642 if test -n "$ac_ct_CC"; then
4643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4644 $as_echo "$ac_ct_CC" >&6; }
4646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4647 $as_echo "no" >&6; }
4651 test -n "$ac_ct_CC" && break
4654 if test "x$ac_ct_CC" = x
; then
4657 case $cross_compiling:$ac_tool_warned in
4659 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4660 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4661 ac_tool_warned
=yes ;;
4670 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4671 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4672 as_fn_error $?
"no acceptable C compiler found in \$PATH
4673 See \`config.log' for more details" "$LINENO" 5; }
4675 # Provide some information about the compiler.
4676 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4679 for ac_option
in --version -v -V -qversion; do
4680 { { ac_try
="$ac_compiler $ac_option >&5"
4682 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4683 *) ac_try_echo=$ac_try;;
4685 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4686 $as_echo "$ac_try_echo"; } >&5
4687 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4689 if test -s conftest.err; then
4691 ... rest of stderr output deleted ...
4692 10q' conftest.err >conftest.er1
4693 cat conftest.er1 >&5
4695 rm -f conftest.er1 conftest.err
4696 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4697 test $ac_status = 0; }
4700 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4701 /* end confdefs.h. */
4711 ac_clean_files_save=$ac_clean_files
4712 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
4713 # Try to create an executable without -o first, disregard a.out.
4714 # It will help us diagnose broken compilers, and finding out an intuition
4716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4717 $as_echo_n "checking whether the C compiler works... " >&6; }
4718 ac_link_default=`$as_echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
4720 # The possible output files:
4721 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4724 for ac_file in $ac_files
4727 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4728 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4733 if { { ac_try="$ac_link_default"
4735 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4736 *) ac_try_echo
=$ac_try;;
4738 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4739 $as_echo "$ac_try_echo"; } >&5
4740 (eval "$ac_link_default") 2>&5
4742 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4743 test $ac_status = 0; }; then :
4744 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4745 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4746 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4747 # so that the user can short-circuit this test for compilers unknown to
4749 for ac_file
in $ac_files ''
4751 test -f "$ac_file" ||
continue
4753 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
4756 # We found the default executable, but exeext='' is most
4760 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
4762 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4764 # We set ac_cv_exeext here because the later test for it is not
4765 # safe: cross compilers may not add the suffix if given an `-o'
4766 # argument, so we may need to know it at that point already.
4767 # Even if this section looks crufty: it has the advantage of
4774 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
4779 if test -z "$ac_file"; then :
4780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4781 $as_echo "no" >&6; }
4782 $as_echo "$as_me: failed program was:" >&5
4783 sed 's/^/| /' conftest.
$ac_ext >&5
4785 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4786 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4787 as_fn_error
77 "C compiler cannot create executables
4788 See \`config.log' for more details" "$LINENO" 5; }
4790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4791 $as_echo "yes" >&6; }
4793 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4794 $as_echo_n "checking for C compiler default output file name... " >&6; }
4795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4796 $as_echo "$ac_file" >&6; }
4797 ac_exeext
=$ac_cv_exeext
4799 rm -f -r a.out a.out.dSYM a.exe conftest
$ac_cv_exeext b.out
4800 ac_clean_files
=$ac_clean_files_save
4801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4802 $as_echo_n "checking for suffix of executables... " >&6; }
4803 if { { ac_try
="$ac_link"
4805 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4806 *) ac_try_echo=$ac_try;;
4808 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4809 $as_echo "$ac_try_echo"; } >&5
4810 (eval "$ac_link") 2>&5
4812 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4813 test $ac_status = 0; }; then :
4814 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
4815 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
4816 # work properly (i.e., refer to `conftest.exe'), while it won't with
4818 for ac_file
in conftest.exe conftest conftest.
*; do
4819 test -f "$ac_file" ||
continue
4821 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
4822 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4828 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4829 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4830 as_fn_error $?
"cannot compute suffix of executables: cannot compile and link
4831 See \`config.log' for more details" "$LINENO" 5; }
4833 rm -f conftest conftest
$ac_cv_exeext
4834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4835 $as_echo "$ac_cv_exeext" >&6; }
4837 rm -f conftest.
$ac_ext
4838 EXEEXT
=$ac_cv_exeext
4840 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4841 /* end confdefs.h. */
4846 FILE *f = fopen ("conftest.out", "w");
4847 return ferror (f) || fclose (f) != 0;
4853 ac_clean_files
="$ac_clean_files conftest.out"
4854 # Check that the compiler produces executables we can run. If not, either
4855 # the compiler is broken, or we cross compile.
4856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4857 $as_echo_n "checking whether we are cross compiling... " >&6; }
4858 if test "$cross_compiling" != yes; then
4859 { { ac_try
="$ac_link"
4861 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4862 *) ac_try_echo=$ac_try;;
4864 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4865 $as_echo "$ac_try_echo"; } >&5
4866 (eval "$ac_link") 2>&5
4868 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4869 test $ac_status = 0; }
4870 if { ac_try='./conftest$ac_cv_exeext'
4871 { { case "(($ac_try" in
4872 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4873 *) ac_try_echo
=$ac_try;;
4875 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4876 $as_echo "$ac_try_echo"; } >&5
4877 (eval "$ac_try") 2>&5
4879 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4880 test $ac_status = 0; }; }; then
4883 if test "$cross_compiling" = maybe
; then
4886 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4887 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4888 as_fn_error $?
"cannot run C compiled programs.
4889 If you meant to cross compile, use \`--host'.
4890 See \`config.log' for more details" "$LINENO" 5; }
4894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4895 $as_echo "$cross_compiling" >&6; }
4897 rm -f conftest.
$ac_ext conftest
$ac_cv_exeext conftest.out
4898 ac_clean_files
=$ac_clean_files_save
4899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4900 $as_echo_n "checking for suffix of object files... " >&6; }
4901 if ${ac_cv_objext+:} false
; then :
4902 $as_echo_n "(cached) " >&6
4904 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4905 /* end confdefs.h. */
4915 rm -f conftest.o conftest.obj
4916 if { { ac_try
="$ac_compile"
4918 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4919 *) ac_try_echo=$ac_try;;
4921 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4922 $as_echo "$ac_try_echo"; } >&5
4923 (eval "$ac_compile") 2>&5
4925 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4926 test $ac_status = 0; }; then :
4927 for ac_file in conftest.o conftest.obj conftest.*; do
4928 test -f "$ac_file" || continue;
4930 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4931 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4936 $as_echo "$as_me: failed program was:" >&5
4937 sed 's/^/| /' conftest.$ac_ext >&5
4939 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4940 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4941 as_fn_error $? "cannot compute suffix of object files
: cannot compile
4942 See \
`config.log' for more details" "$LINENO" 5; }
4944 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4947 $as_echo "$ac_cv_objext" >&6; }
4948 OBJEXT=$ac_cv_objext
4950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4951 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4952 if ${ac_cv_c_compiler_gnu+:} false; then :
4953 $as_echo_n "(cached) " >&6
4955 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4956 /* end confdefs.h. */
4969 if ac_fn_c_try_compile "$LINENO"; then :
4974 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4975 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4979 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4980 if test $ac_compiler_gnu = yes; then
4985 ac_test_CFLAGS=${CFLAGS+set}
4986 ac_save_CFLAGS=$CFLAGS
4987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4988 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4989 if ${ac_cv_prog_cc_g+:} false; then :
4990 $as_echo_n "(cached) " >&6
4992 ac_save_c_werror_flag=$ac_c_werror_flag
4993 ac_c_werror_flag=yes
4996 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4997 /* end confdefs.h. */
5007 if ac_fn_c_try_compile "$LINENO"; then :
5011 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5012 /* end confdefs.h. */
5022 if ac_fn_c_try_compile "$LINENO"; then :
5025 ac_c_werror_flag=$ac_save_c_werror_flag
5027 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5028 /* end confdefs.h. */
5038 if ac_fn_c_try_compile "$LINENO"; then :
5041 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5043 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5045 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5046 ac_c_werror_flag=$ac_save_c_werror_flag
5048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
5049 $as_echo "$ac_cv_prog_cc_g" >&6; }
5050 if test "$ac_test_CFLAGS" = set; then
5051 CFLAGS=$ac_save_CFLAGS
5052 elif test $ac_cv_prog_cc_g = yes; then
5053 if test "$GCC" = yes; then
5059 if test "$GCC" = yes; then
5065 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
5066 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
5067 if ${ac_cv_prog_cc_c89+:} false; then :
5068 $as_echo_n "(cached) " >&6
5070 ac_cv_prog_cc_c89=no
5072 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5073 /* end confdefs.h. */
5077 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
5078 struct buf { int x; };
5079 FILE * (*rcsopen) (struct buf *, struct stat *, int);
5080 static char *e (p, i)
5086 static char *f (char * (*g) (char **, int), char **p, ...)
5091 s = g (p, va_arg (v,int));
5096 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
5097 function prototypes and stuff, but not '\xHH' hex character constants.
5098 These don't provoke an error unfortunately, instead are silently treated
5099 as 'x'. The following induces an error, until -std is added to get
5100 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
5101 array size at least. It's necessary to write '\x00'==0 to get something
5102 that's true only with -std. */
5103 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
5105 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
5106 inside strings and character constants. */
5108 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
5110 int test (int i, double x);
5111 struct s1 {int (*f) (int a);};
5112 struct s2 {int (*f) (double a);};
5113 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
5119 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
5124 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
5125 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
5127 CC="$ac_save_CC $ac_arg"
5128 if ac_fn_c_try_compile "$LINENO"; then :
5129 ac_cv_prog_cc_c89=$ac_arg
5131 rm -f core conftest.err conftest.$ac_objext
5132 test "x$ac_cv_prog_cc_c89" != "xno" && break
5134 rm -f conftest.$ac_ext
5139 case "x$ac_cv_prog_cc_c89" in
5141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
5142 $as_echo "none needed" >&6; } ;;
5144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
5145 $as_echo "unsupported" >&6; } ;;
5147 CC="$CC $ac_cv_prog_cc_c89"
5148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
5149 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
5151 if test "x$ac_cv_prog_cc_c89" != xno; then :
5156 ac_cpp='$CPP $CPPFLAGS'
5157 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5158 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5159 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5162 ac_cpp='$CXXCPP $CPPFLAGS'
5163 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5164 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5165 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5166 if test -z "$CXX"; then
5167 if test -n "$CCC"; then
5170 if test -n "$ac_tool_prefix"; then
5171 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
5173 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5174 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5175 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5176 $as_echo_n "checking for $ac_word... " >&6; }
5177 if ${ac_cv_prog_CXX+:} false; then :
5178 $as_echo_n "(cached) " >&6
5180 if test -n "$CXX"; then
5181 ac_cv_prog_CXX="$CXX" # Let the user override the test.
5183 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5187 test -z "$as_dir" && as_dir=.
5188 for ac_exec_ext in '' $ac_executable_extensions; do
5189 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5190 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
5191 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5201 if test -n "$CXX"; then
5202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
5203 $as_echo "$CXX" >&6; }
5205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5206 $as_echo "no" >&6; }
5210 test -n "$CXX" && break
5213 if test -z "$CXX"; then
5215 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
5217 # Extract the first word of "$ac_prog", so it can be a program name with args.
5218 set dummy $ac_prog; ac_word=$2
5219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5220 $as_echo_n "checking for $ac_word... " >&6; }
5221 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
5222 $as_echo_n "(cached) " >&6
5224 if test -n "$ac_ct_CXX"; then
5225 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
5227 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5231 test -z "$as_dir" && as_dir=.
5232 for ac_exec_ext in '' $ac_executable_extensions; do
5233 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5234 ac_cv_prog_ac_ct_CXX="$ac_prog"
5235 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5244 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
5245 if test -n "$ac_ct_CXX"; then
5246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
5247 $as_echo "$ac_ct_CXX" >&6; }
5249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5250 $as_echo "no" >&6; }
5254 test -n "$ac_ct_CXX" && break
5257 if test "x$ac_ct_CXX" = x; then
5260 case $cross_compiling:$ac_tool_warned in
5262 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5263 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5264 ac_tool_warned=yes ;;
5272 # Provide some information about the compiler.
5273 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
5276 for ac_option in --version -v -V -qversion; do
5277 { { ac_try="$ac_compiler $ac_option >&5"
5279 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5280 *) ac_try_echo
=$ac_try;;
5282 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5283 $as_echo "$ac_try_echo"; } >&5
5284 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
5286 if test -s conftest.err
; then
5288 ... rest of stderr output deleted ...
5289 10q' conftest.err
>conftest.er1
5290 cat conftest.er1
>&5
5292 rm -f conftest.er1 conftest.err
5293 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5294 test $ac_status = 0; }
5297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
5298 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
5299 if ${ac_cv_cxx_compiler_gnu+:} false
; then :
5300 $as_echo_n "(cached) " >&6
5302 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5303 /* end confdefs.h. */
5316 if ac_fn_cxx_try_compile
"$LINENO"; then :
5321 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5322 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
5325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
5326 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
5327 if test $ac_compiler_gnu = yes; then
5332 ac_test_CXXFLAGS
=${CXXFLAGS+set}
5333 ac_save_CXXFLAGS
=$CXXFLAGS
5334 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
5335 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
5336 if ${ac_cv_prog_cxx_g+:} false
; then :
5337 $as_echo_n "(cached) " >&6
5339 ac_save_cxx_werror_flag
=$ac_cxx_werror_flag
5340 ac_cxx_werror_flag
=yes
5343 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5344 /* end confdefs.h. */
5354 if ac_fn_cxx_try_compile
"$LINENO"; then :
5355 ac_cv_prog_cxx_g
=yes
5358 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5359 /* end confdefs.h. */
5369 if ac_fn_cxx_try_compile
"$LINENO"; then :
5372 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
5374 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5375 /* end confdefs.h. */
5385 if ac_fn_cxx_try_compile
"$LINENO"; then :
5386 ac_cv_prog_cxx_g
=yes
5388 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5390 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5392 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5393 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
5395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
5396 $as_echo "$ac_cv_prog_cxx_g" >&6; }
5397 if test "$ac_test_CXXFLAGS" = set; then
5398 CXXFLAGS
=$ac_save_CXXFLAGS
5399 elif test $ac_cv_prog_cxx_g = yes; then
5400 if test "$GXX" = yes; then
5406 if test "$GXX" = yes; then
5413 ac_cpp
='$CPP $CPPFLAGS'
5414 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5415 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5416 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
5418 if test -n "$ac_tool_prefix"; then
5419 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
5420 set dummy
${ac_tool_prefix}cpp
; ac_word
=$2
5421 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5422 $as_echo_n "checking for $ac_word... " >&6; }
5423 if ${ac_cv_prog_CPPBIN+:} false
; then :
5424 $as_echo_n "(cached) " >&6
5426 if test -n "$CPPBIN"; then
5427 ac_cv_prog_CPPBIN
="$CPPBIN" # Let the user override the test.
5429 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5433 test -z "$as_dir" && as_dir
=.
5434 for ac_exec_ext
in '' $ac_executable_extensions; do
5435 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5436 ac_cv_prog_CPPBIN
="${ac_tool_prefix}cpp"
5437 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5446 CPPBIN
=$ac_cv_prog_CPPBIN
5447 if test -n "$CPPBIN"; then
5448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
5449 $as_echo "$CPPBIN" >&6; }
5451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5452 $as_echo "no" >&6; }
5457 if test -z "$ac_cv_prog_CPPBIN"; then
5458 ac_ct_CPPBIN
=$CPPBIN
5459 # Extract the first word of "cpp", so it can be a program name with args.
5460 set dummy cpp
; ac_word
=$2
5461 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5462 $as_echo_n "checking for $ac_word... " >&6; }
5463 if ${ac_cv_prog_ac_ct_CPPBIN+:} false
; then :
5464 $as_echo_n "(cached) " >&6
5466 if test -n "$ac_ct_CPPBIN"; then
5467 ac_cv_prog_ac_ct_CPPBIN
="$ac_ct_CPPBIN" # Let the user override the test.
5469 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5473 test -z "$as_dir" && as_dir
=.
5474 for ac_exec_ext
in '' $ac_executable_extensions; do
5475 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5476 ac_cv_prog_ac_ct_CPPBIN
="cpp"
5477 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5486 ac_ct_CPPBIN
=$ac_cv_prog_ac_ct_CPPBIN
5487 if test -n "$ac_ct_CPPBIN"; then
5488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
5489 $as_echo "$ac_ct_CPPBIN" >&6; }
5491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5492 $as_echo "no" >&6; }
5495 if test "x$ac_ct_CPPBIN" = x
; then
5498 case $cross_compiling:$ac_tool_warned in
5500 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5501 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5502 ac_tool_warned
=yes ;;
5504 CPPBIN
=$ac_ct_CPPBIN
5507 CPPBIN
="$ac_cv_prog_CPPBIN"
5511 cat >>confdefs.h
<<_ACEOF
5512 #define EXEEXT "$ac_exeext"
5515 if test -n "$ac_tool_prefix"; then
5516 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
5517 set dummy
${ac_tool_prefix}ld
; ac_word
=$2
5518 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5519 $as_echo_n "checking for $ac_word... " >&6; }
5520 if ${ac_cv_prog_LD+:} false
; then :
5521 $as_echo_n "(cached) " >&6
5523 if test -n "$LD"; then
5524 ac_cv_prog_LD
="$LD" # Let the user override the test.
5526 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5530 test -z "$as_dir" && as_dir
=.
5531 for ac_exec_ext
in '' $ac_executable_extensions; do
5532 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5533 ac_cv_prog_LD
="${ac_tool_prefix}ld"
5534 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5544 if test -n "$LD"; then
5545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5546 $as_echo "$LD" >&6; }
5548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5549 $as_echo "no" >&6; }
5554 if test -z "$ac_cv_prog_LD"; then
5556 # Extract the first word of "ld", so it can be a program name with args.
5557 set dummy ld
; ac_word
=$2
5558 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5559 $as_echo_n "checking for $ac_word... " >&6; }
5560 if ${ac_cv_prog_ac_ct_LD+:} false
; then :
5561 $as_echo_n "(cached) " >&6
5563 if test -n "$ac_ct_LD"; then
5564 ac_cv_prog_ac_ct_LD
="$ac_ct_LD" # Let the user override the test.
5566 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5570 test -z "$as_dir" && as_dir
=.
5571 for ac_exec_ext
in '' $ac_executable_extensions; do
5572 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5573 ac_cv_prog_ac_ct_LD
="ld"
5574 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5583 ac_ct_LD
=$ac_cv_prog_ac_ct_LD
5584 if test -n "$ac_ct_LD"; then
5585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LD" >&5
5586 $as_echo "$ac_ct_LD" >&6; }
5588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5589 $as_echo "no" >&6; }
5592 if test "x$ac_ct_LD" = x
; then
5595 case $cross_compiling:$ac_tool_warned in
5597 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5598 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5599 ac_tool_warned
=yes ;;
5610 with_fontconfig
=${with_fontconfig:-no}
5612 *-mingw32*|
*-cygwin*)
5613 enable_win16
=${enable_win16:-no}
5614 with_mingw
=${with_mingw:-no}
5615 CFLAGS
="$CFLAGS -D_WIN32"
5621 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
5626 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
5627 $as_echo_n "checking whether $CC works... " >&6; }
5628 if ${wine_cv_cc_m32+:} false
; then :
5629 $as_echo_n "(cached) " >&6
5631 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5632 /* end confdefs.h. */
5642 if ac_fn_c_try_link
"$LINENO"; then :
5647 rm -f core conftest.err conftest.
$ac_objext \
5648 conftest
$ac_exeext conftest.
$ac_ext
5650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_cc_m32" >&5
5651 $as_echo "$wine_cv_cc_m32" >&6; }
5652 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
5654 notice_platform
="32-bit "
5657 PKG_CONFIG_PATH
=${PKG_CONFIG_PATH:-/usr/lib/i386-linux-gnu/pkgconfig:/usr/lib32/pkgconfig:/usr/lib/pkgconfig}
5658 export PKG_CONFIG_PATH
5659 enable_win16
=${enable_win16:-yes}
5660 with_unwind
=${with_unwind:-no}
5662 if test "x${GCC}" = "xyes"
5664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
5665 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
5666 if ${wine_cv_builtin_ms_va_list+:} false
; then :
5667 $as_echo_n "(cached) " >&6
5669 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5670 /* end confdefs.h. */
5675 void func(__builtin_ms_va_list *args);
5680 if ac_fn_c_try_compile
"$LINENO"; then :
5681 wine_cv_builtin_ms_va_list
=yes
5683 wine_cv_builtin_ms_va_list
=no
5685 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_builtin_ms_va_list" >&5
5688 $as_echo "$wine_cv_builtin_ms_va_list" >&6; }
5689 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
5694 notice_platform
="64-bit "
5700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports Thumb" >&5
5701 $as_echo_n "checking whether $CC supports Thumb... " >&6; }
5702 if ${wine_cv_thumb+:} false
; then :
5703 $as_echo_n "(cached) " >&6
5705 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5706 /* end confdefs.h. */
5707 int ac_test(int i) { return i; }
5711 asm(".thumb\nblx ac_test\n.arm"); if (ac_test(1)) return 1
5716 if ac_fn_c_try_link
"$LINENO"; then :
5721 rm -f core conftest.err conftest.
$ac_objext \
5722 conftest
$ac_exeext conftest.
$ac_ext
5724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_thumb" >&5
5725 $as_echo "$wine_cv_thumb" >&6; }
5726 test $wine_cv_thumb != no || as_fn_error $?
"You need a target with Thumb support to build Wine for ARM." "$LINENO" 5
5727 case $with_float_abi in
5729 float_abi
=$with_float_abi ;;
5736 saved_CFLAGS
=$CFLAGS
5737 CFLAGS
="$CFLAGS -marm -mfloat-abi=$float_abi"
5738 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -mfloat-abi=$float_abi" >&5
5739 $as_echo_n "checking whether $CC supports -mfloat-abi=$float_abi... " >&6; }
5740 if ${wine_cv_float_abi+:} false
; then :
5741 $as_echo_n "(cached) " >&6
5743 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5744 /* end confdefs.h. */
5749 asm("vmrs r2,fpscr");
5754 if ac_fn_c_try_link
"$LINENO"; then :
5755 wine_cv_float_abi
=yes
5757 wine_cv_float_abi
=no
5759 rm -f core conftest.err conftest.
$ac_objext \
5760 conftest
$ac_exeext conftest.
$ac_ext
5762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_float_abi" >&5
5763 $as_echo "$wine_cv_float_abi" >&6; }
5764 if test $wine_cv_float_abi = no
5767 as_fn_append wine_warnings
"|Floating point is not supported for this target. The resulting build won't be compatible with Windows ARM binaries."
5769 CFLAGS
=$saved_CFLAGS
5773 CFLAGS
="$CFLAGS -marm -mfloat-abi=$float_abi"
5774 TARGETFLAGS
="-marm -mfloat-abi=$float_abi"
5778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
5779 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
5780 if ${wine_cv_builtin_ms_va_list+:} false
; then :
5781 $as_echo_n "(cached) " >&6
5783 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5784 /* end confdefs.h. */
5789 void func(__builtin_ms_va_list *args);
5794 if ac_fn_c_try_compile
"$LINENO"; then :
5795 wine_cv_builtin_ms_va_list
=yes
5797 wine_cv_builtin_ms_va_list
=no
5799 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_builtin_ms_va_list" >&5
5802 $as_echo "$wine_cv_builtin_ms_va_list" >&6; }
5803 test $wine_cv_builtin_ms_va_list != no || as_fn_error $?
"You need clang >= 5.0 to build Wine for arm64." "$LINENO" 5
5806 enable_win16
=${enable_win16:-yes}
5807 with_unwind
=${with_unwind:-no}
5811 enable_win16
=${enable_win16:-no}
5812 enable_win64
=${enable_win64:-no}
5814 enable_winetest
=${enable_winetest:-$enable_tests}
5816 if test "x$enable_win64" = "xyes"
5818 test -z "$with_wine64" || as_fn_error $?
"--enable-win64 and --with-wine64 are mutually exclusive.
5819 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
5820 test "x$libdir" != "x\${exec_prefix}/lib" || libdir
="\${exec_prefix}/lib64"
5823 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
5824 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
5825 if ${wine_cv_toolsdir+:} false
; then :
5826 $as_echo_n "(cached) " >&6
5828 wine_cv_toolsdir
="$with_wine_tools"
5829 if test -z "$with_wine_tools"; then
5830 if test "$cross_compiling" = "yes"; then
5831 as_fn_error $?
"you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
5832 elif test -n "$with_wine64"; then
5833 wine_cv_toolsdir
="$with_wine64"
5837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
5838 $as_echo "$wine_cv_toolsdir" >&6; }
5839 if test -z "$wine_cv_toolsdir"; then
5840 wine_makedep
=tools
/makedep
5843 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
5844 wine_makedep
=$wine_cv_toolsdir/tools
/makedep
5845 TOOLSDIR
=$wine_cv_toolsdir
5847 enable_tools
=${enable_tools:-no}
5848 test -f "$wine_makedep" || as_fn_error $?
"the Wine tools have not yet been built in $wine_cv_toolsdir" "$LINENO" 5
5850 as_fn_error $?
"could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
5852 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
5854 TARGETFLAGS
="-b $host_alias $TARGETFLAGS"
5860 # Extract the first word of "$ac_prog", so it can be a program name with args.
5861 set dummy
$ac_prog; ac_word
=$2
5862 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5863 $as_echo_n "checking for $ac_word... " >&6; }
5864 if ${ac_cv_prog_FLEX+:} false
; then :
5865 $as_echo_n "(cached) " >&6
5867 if test -n "$FLEX"; then
5868 ac_cv_prog_FLEX
="$FLEX" # Let the user override the test.
5870 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5874 test -z "$as_dir" && as_dir
=.
5875 for ac_exec_ext
in '' $ac_executable_extensions; do
5876 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5877 ac_cv_prog_FLEX
="$ac_prog"
5878 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5887 FLEX
=$ac_cv_prog_FLEX
5888 if test -n "$FLEX"; then
5889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
5890 $as_echo "$FLEX" >&6; }
5892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5893 $as_echo "no" >&6; }
5897 test -n "$FLEX" && break
5899 test -n "$FLEX" || FLEX
="none"
5901 if test "$FLEX" = "none"
5903 as_fn_error $?
"no suitable flex found. Please install the 'flex' package." "$LINENO" 5
5905 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
5906 $as_echo_n "checking whether flex is recent enough... " >&6; }
5907 if ${wine_cv_recent_flex+:} false
; then :
5908 $as_echo_n "(cached) " >&6
5910 cat >conftest.l
<<EOF
5912 #include "prediluvian.h"
5916 if $FLEX -t conftest.l
>/dev
/null
2>&5
5918 wine_cv_recent_flex
=yes
5920 wine_cv_recent_flex
=no
5923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_recent_flex" >&5
5924 $as_echo "$wine_cv_recent_flex" >&6; }
5925 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
5927 for ac_prog
in bison
5929 # Extract the first word of "$ac_prog", so it can be a program name with args.
5930 set dummy
$ac_prog; ac_word
=$2
5931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5932 $as_echo_n "checking for $ac_word... " >&6; }
5933 if ${ac_cv_prog_BISON+:} false
; then :
5934 $as_echo_n "(cached) " >&6
5936 if test -n "$BISON"; then
5937 ac_cv_prog_BISON
="$BISON" # Let the user override the test.
5939 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5943 test -z "$as_dir" && as_dir
=.
5944 for ac_exec_ext
in '' $ac_executable_extensions; do
5945 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5946 ac_cv_prog_BISON
="$ac_prog"
5947 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5956 BISON
=$ac_cv_prog_BISON
5957 if test -n "$BISON"; then
5958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
5959 $as_echo "$BISON" >&6; }
5961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5962 $as_echo "no" >&6; }
5966 test -n "$BISON" && break
5968 test -n "$BISON" || BISON
="none"
5970 if test "$BISON" = "none"
5972 as_fn_error $?
"no suitable bison found. Please install the 'bison' package." "$LINENO" 5
5974 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether bison is recent enough" >&5
5975 $as_echo_n "checking whether bison is recent enough... " >&6; }
5976 if ${wine_cv_recent_bison+:} false
; then :
5977 $as_echo_n "(cached) " >&6
5979 cat >conftest.y
<<EOF
5980 %define parse.error verbose
5984 if $BISON conftest.y
>/dev
/null
2>&5
5986 wine_cv_recent_bison
=yes
5988 wine_cv_recent_bison
=no
5991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_recent_bison" >&5
5992 $as_echo "$wine_cv_recent_bison" >&6; }
5993 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
5995 if test -n "$ac_tool_prefix"; then
5996 for ac_prog
in ar gar
5998 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5999 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
6000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6001 $as_echo_n "checking for $ac_word... " >&6; }
6002 if ${ac_cv_prog_AR+:} false
; then :
6003 $as_echo_n "(cached) " >&6
6005 if test -n "$AR"; then
6006 ac_cv_prog_AR
="$AR" # Let the user override the test.
6008 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6012 test -z "$as_dir" && as_dir
=.
6013 for ac_exec_ext
in '' $ac_executable_extensions; do
6014 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6015 ac_cv_prog_AR
="$ac_tool_prefix$ac_prog"
6016 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6026 if test -n "$AR"; then
6027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6028 $as_echo "$AR" >&6; }
6030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6031 $as_echo "no" >&6; }
6035 test -n "$AR" && break
6038 if test -z "$AR"; then
6040 for ac_prog
in ar gar
6042 # Extract the first word of "$ac_prog", so it can be a program name with args.
6043 set dummy
$ac_prog; ac_word
=$2
6044 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6045 $as_echo_n "checking for $ac_word... " >&6; }
6046 if ${ac_cv_prog_ac_ct_AR+:} false
; then :
6047 $as_echo_n "(cached) " >&6
6049 if test -n "$ac_ct_AR"; then
6050 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
6052 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6056 test -z "$as_dir" && as_dir
=.
6057 for ac_exec_ext
in '' $ac_executable_extensions; do
6058 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6059 ac_cv_prog_ac_ct_AR
="$ac_prog"
6060 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6069 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
6070 if test -n "$ac_ct_AR"; then
6071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6072 $as_echo "$ac_ct_AR" >&6; }
6074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6075 $as_echo "no" >&6; }
6079 test -n "$ac_ct_AR" && break
6082 if test "x$ac_ct_AR" = x
; then
6085 case $cross_compiling:$ac_tool_warned in
6087 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6088 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6089 ac_tool_warned
=yes ;;
6095 if test -n "$ac_tool_prefix"; then
6096 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6097 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
6098 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6099 $as_echo_n "checking for $ac_word... " >&6; }
6100 if ${ac_cv_prog_STRIP+:} false
; then :
6101 $as_echo_n "(cached) " >&6
6103 if test -n "$STRIP"; then
6104 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
6106 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6110 test -z "$as_dir" && as_dir
=.
6111 for ac_exec_ext
in '' $ac_executable_extensions; do
6112 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6113 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
6114 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6123 STRIP
=$ac_cv_prog_STRIP
6124 if test -n "$STRIP"; then
6125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6126 $as_echo "$STRIP" >&6; }
6128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6129 $as_echo "no" >&6; }
6134 if test -z "$ac_cv_prog_STRIP"; then
6136 # Extract the first word of "strip", so it can be a program name with args.
6137 set dummy strip
; ac_word
=$2
6138 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6139 $as_echo_n "checking for $ac_word... " >&6; }
6140 if ${ac_cv_prog_ac_ct_STRIP+:} false
; then :
6141 $as_echo_n "(cached) " >&6
6143 if test -n "$ac_ct_STRIP"; then
6144 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
6146 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6150 test -z "$as_dir" && as_dir
=.
6151 for ac_exec_ext
in '' $ac_executable_extensions; do
6152 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6153 ac_cv_prog_ac_ct_STRIP
="strip"
6154 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6163 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
6164 if test -n "$ac_ct_STRIP"; then
6165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6166 $as_echo "$ac_ct_STRIP" >&6; }
6168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6169 $as_echo "no" >&6; }
6172 if test "x$ac_ct_STRIP" = x
; then
6175 case $cross_compiling:$ac_tool_warned in
6177 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6178 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6179 ac_tool_warned
=yes ;;
6184 STRIP
="$ac_cv_prog_STRIP"
6187 if test -n "$ac_tool_prefix"; then
6188 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6189 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
6190 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6191 $as_echo_n "checking for $ac_word... " >&6; }
6192 if ${ac_cv_prog_RANLIB+:} false
; then :
6193 $as_echo_n "(cached) " >&6
6195 if test -n "$RANLIB"; then
6196 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
6198 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6202 test -z "$as_dir" && as_dir
=.
6203 for ac_exec_ext
in '' $ac_executable_extensions; do
6204 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6205 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
6206 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6215 RANLIB
=$ac_cv_prog_RANLIB
6216 if test -n "$RANLIB"; then
6217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6218 $as_echo "$RANLIB" >&6; }
6220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6221 $as_echo "no" >&6; }
6226 if test -z "$ac_cv_prog_RANLIB"; then
6227 ac_ct_RANLIB
=$RANLIB
6228 # Extract the first word of "ranlib", so it can be a program name with args.
6229 set dummy ranlib
; ac_word
=$2
6230 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6231 $as_echo_n "checking for $ac_word... " >&6; }
6232 if ${ac_cv_prog_ac_ct_RANLIB+:} false
; then :
6233 $as_echo_n "(cached) " >&6
6235 if test -n "$ac_ct_RANLIB"; then
6236 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
6238 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6242 test -z "$as_dir" && as_dir
=.
6243 for ac_exec_ext
in '' $ac_executable_extensions; do
6244 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6245 ac_cv_prog_ac_ct_RANLIB
="ranlib"
6246 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6255 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
6256 if test -n "$ac_ct_RANLIB"; then
6257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6258 $as_echo "$ac_ct_RANLIB" >&6; }
6260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6261 $as_echo "no" >&6; }
6264 if test "x$ac_ct_RANLIB" = x
; then
6267 case $cross_compiling:$ac_tool_warned in
6269 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6270 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6271 ac_tool_warned
=yes ;;
6273 RANLIB
=$ac_ct_RANLIB
6276 RANLIB
="$ac_cv_prog_RANLIB"
6279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6280 $as_echo_n "checking whether ln -s works... " >&6; }
6282 if test "$LN_S" = "ln -s"; then
6283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6284 $as_echo "yes" >&6; }
6286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6287 $as_echo "no, using $LN_S" >&6; }
6290 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
6291 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
6292 if ${ac_cv_path_GREP+:} false
; then :
6293 $as_echo_n "(cached) " >&6
6295 if test -z "$GREP"; then
6296 ac_path_GREP_found
=false
6297 # Loop through the user's path and test for each of PROGNAME-LIST
6298 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6299 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
6302 test -z "$as_dir" && as_dir
=.
6303 for ac_prog
in grep ggrep
; do
6304 for ac_exec_ext
in '' $ac_executable_extensions; do
6305 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
6306 as_fn_executable_p
"$ac_path_GREP" ||
continue
6307 # Check for GNU ac_path_GREP and select it if it is found.
6308 # Check for GNU $ac_path_GREP
6309 case `"$ac_path_GREP" --version 2>&1` in
6311 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
6314 $as_echo_n 0123456789 >"conftest.in"
6317 cat "conftest.in" "conftest.in" >"conftest.tmp"
6318 mv "conftest.tmp" "conftest.in"
6319 cp "conftest.in" "conftest.nl"
6320 $as_echo 'GREP' >> "conftest.nl"
6321 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
6322 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
6323 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
6324 if test $ac_count -gt ${ac_path_GREP_max-0}; then
6325 # Best one so far, save it but keep looking for a better one
6326 ac_cv_path_GREP
="$ac_path_GREP"
6327 ac_path_GREP_max
=$ac_count
6329 # 10*(2^10) chars as input seems more than enough
6330 test $ac_count -gt 10 && break
6332 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
6335 $ac_path_GREP_found && break 3
6340 if test -z "$ac_cv_path_GREP"; then
6341 as_fn_error $?
"no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6344 ac_cv_path_GREP
=$GREP
6348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
6349 $as_echo "$ac_cv_path_GREP" >&6; }
6350 GREP
="$ac_cv_path_GREP"
6353 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
6354 $as_echo_n "checking for egrep... " >&6; }
6355 if ${ac_cv_path_EGREP+:} false
; then :
6356 $as_echo_n "(cached) " >&6
6358 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
6359 then ac_cv_path_EGREP
="$GREP -E"
6361 if test -z "$EGREP"; then
6362 ac_path_EGREP_found
=false
6363 # Loop through the user's path and test for each of PROGNAME-LIST
6364 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6365 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
6368 test -z "$as_dir" && as_dir
=.
6369 for ac_prog
in egrep; do
6370 for ac_exec_ext
in '' $ac_executable_extensions; do
6371 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
6372 as_fn_executable_p
"$ac_path_EGREP" ||
continue
6373 # Check for GNU ac_path_EGREP and select it if it is found.
6374 # Check for GNU $ac_path_EGREP
6375 case `"$ac_path_EGREP" --version 2>&1` in
6377 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
6380 $as_echo_n 0123456789 >"conftest.in"
6383 cat "conftest.in" "conftest.in" >"conftest.tmp"
6384 mv "conftest.tmp" "conftest.in"
6385 cp "conftest.in" "conftest.nl"
6386 $as_echo 'EGREP' >> "conftest.nl"
6387 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
6388 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
6389 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
6390 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6391 # Best one so far, save it but keep looking for a better one
6392 ac_cv_path_EGREP
="$ac_path_EGREP"
6393 ac_path_EGREP_max
=$ac_count
6395 # 10*(2^10) chars as input seems more than enough
6396 test $ac_count -gt 10 && break
6398 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
6401 $ac_path_EGREP_found && break 3
6406 if test -z "$ac_cv_path_EGREP"; then
6407 as_fn_error $?
"no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6410 ac_cv_path_EGREP
=$EGREP
6415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
6416 $as_echo "$ac_cv_path_EGREP" >&6; }
6417 EGREP
="$ac_cv_path_EGREP"
6420 # Extract the first word of "ldconfig", so it can be a program name with args.
6421 set dummy ldconfig
; ac_word
=$2
6422 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6423 $as_echo_n "checking for $ac_word... " >&6; }
6424 if ${ac_cv_path_LDCONFIG+:} false
; then :
6425 $as_echo_n "(cached) " >&6
6429 ac_cv_path_LDCONFIG
="$LDCONFIG" # Let the user override the test with a path.
6432 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6433 for as_dir
in /sbin
/usr
/sbin
$PATH
6436 test -z "$as_dir" && as_dir
=.
6437 for ac_exec_ext
in '' $ac_executable_extensions; do
6438 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6439 ac_cv_path_LDCONFIG
="$as_dir/$ac_word$ac_exec_ext"
6440 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6447 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG
="true"
6451 LDCONFIG
=$ac_cv_path_LDCONFIG
6452 if test -n "$LDCONFIG"; then
6453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
6454 $as_echo "$LDCONFIG" >&6; }
6456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6457 $as_echo "no" >&6; }
6461 for ac_prog
in msgfmt
6463 # Extract the first word of "$ac_prog", so it can be a program name with args.
6464 set dummy
$ac_prog; ac_word
=$2
6465 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6466 $as_echo_n "checking for $ac_word... " >&6; }
6467 if ${ac_cv_prog_MSGFMT+:} false
; then :
6468 $as_echo_n "(cached) " >&6
6470 if test -n "$MSGFMT"; then
6471 ac_cv_prog_MSGFMT
="$MSGFMT" # Let the user override the test.
6473 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6477 test -z "$as_dir" && as_dir
=.
6478 for ac_exec_ext
in '' $ac_executable_extensions; do
6479 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6480 ac_cv_prog_MSGFMT
="$ac_prog"
6481 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6490 MSGFMT
=$ac_cv_prog_MSGFMT
6491 if test -n "$MSGFMT"; then
6492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
6493 $as_echo "$MSGFMT" >&6; }
6495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6496 $as_echo "no" >&6; }
6500 test -n "$MSGFMT" && break
6502 test -n "$MSGFMT" || MSGFMT
="false"
6504 if ${ac_tool_prefix+:} false
; then :
6505 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
6506 set dummy
${ac_tool_prefix}pkg-config
; ac_word
=$2
6507 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6508 $as_echo_n "checking for $ac_word... " >&6; }
6509 if ${ac_cv_prog_PKG_CONFIG+:} false
; then :
6510 $as_echo_n "(cached) " >&6
6512 if test -n "$PKG_CONFIG"; then
6513 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
6515 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6519 test -z "$as_dir" && as_dir
=.
6520 for ac_exec_ext
in '' $ac_executable_extensions; do
6521 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6522 ac_cv_prog_PKG_CONFIG
="${ac_tool_prefix}pkg-config"
6523 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6532 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
6533 if test -n "$PKG_CONFIG"; then
6534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
6535 $as_echo "$PKG_CONFIG" >&6; }
6537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6538 $as_echo "no" >&6; }
6543 if ${ac_cv_prog_PKG_CONFIG:+false} :; then :
6544 if test "x$cross_compiling" = xyes
; then :
6547 { ac_cv_prog_PKG_CONFIG
=; unset ac_cv_prog_PKG_CONFIG
;}
6548 # Extract the first word of "pkg-config", so it can be a program name with args.
6549 set dummy pkg-config
; ac_word
=$2
6550 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6551 $as_echo_n "checking for $ac_word... " >&6; }
6552 if ${ac_cv_prog_PKG_CONFIG+:} false
; then :
6553 $as_echo_n "(cached) " >&6
6555 if test -n "$PKG_CONFIG"; then
6556 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
6558 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6562 test -z "$as_dir" && as_dir
=.
6563 for ac_exec_ext
in '' $ac_executable_extensions; do
6564 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6565 ac_cv_prog_PKG_CONFIG
="pkg-config"
6566 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6575 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
6576 if test -n "$PKG_CONFIG"; then
6577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
6578 $as_echo "$PKG_CONFIG" >&6; }
6580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6581 $as_echo "no" >&6; }
6587 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
6590 if test "x$enable_maintainer_mode" != "xyes"
6597 test "$srcdir" = . || as_fn_error $?
"Maintainer mode cannot work out of tree." "$LINENO" 5
6598 for ac_prog
in fontforge
6600 # Extract the first word of "$ac_prog", so it can be a program name with args.
6601 set dummy
$ac_prog; ac_word
=$2
6602 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6603 $as_echo_n "checking for $ac_word... " >&6; }
6604 if ${ac_cv_prog_FONTFORGE+:} false
; then :
6605 $as_echo_n "(cached) " >&6
6607 if test -n "$FONTFORGE"; then
6608 ac_cv_prog_FONTFORGE
="$FONTFORGE" # Let the user override the test.
6610 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6614 test -z "$as_dir" && as_dir
=.
6615 for ac_exec_ext
in '' $ac_executable_extensions; do
6616 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6617 ac_cv_prog_FONTFORGE
="$ac_prog"
6618 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6627 FONTFORGE
=$ac_cv_prog_FONTFORGE
6628 if test -n "$FONTFORGE"; then
6629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
6630 $as_echo "$FONTFORGE" >&6; }
6632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6633 $as_echo "no" >&6; }
6637 test -n "$FONTFORGE" && break
6639 test -n "$FONTFORGE" || FONTFORGE
="false"
6641 for ac_prog
in rsvg-convert rsvg
6643 # Extract the first word of "$ac_prog", so it can be a program name with args.
6644 set dummy
$ac_prog; ac_word
=$2
6645 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6646 $as_echo_n "checking for $ac_word... " >&6; }
6647 if ${ac_cv_prog_RSVG+:} false
; then :
6648 $as_echo_n "(cached) " >&6
6650 if test -n "$RSVG"; then
6651 ac_cv_prog_RSVG
="$RSVG" # Let the user override the test.
6653 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6657 test -z "$as_dir" && as_dir
=.
6658 for ac_exec_ext
in '' $ac_executable_extensions; do
6659 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6660 ac_cv_prog_RSVG
="$ac_prog"
6661 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6670 RSVG
=$ac_cv_prog_RSVG
6671 if test -n "$RSVG"; then
6672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
6673 $as_echo "$RSVG" >&6; }
6675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6676 $as_echo "no" >&6; }
6680 test -n "$RSVG" && break
6682 test -n "$RSVG" || RSVG
="false"
6684 for ac_prog
in convert
6686 # Extract the first word of "$ac_prog", so it can be a program name with args.
6687 set dummy
$ac_prog; ac_word
=$2
6688 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6689 $as_echo_n "checking for $ac_word... " >&6; }
6690 if ${ac_cv_prog_CONVERT+:} false
; then :
6691 $as_echo_n "(cached) " >&6
6693 if test -n "$CONVERT"; then
6694 ac_cv_prog_CONVERT
="$CONVERT" # Let the user override the test.
6696 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6700 test -z "$as_dir" && as_dir
=.
6701 for ac_exec_ext
in '' $ac_executable_extensions; do
6702 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6703 ac_cv_prog_CONVERT
="$ac_prog"
6704 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6713 CONVERT
=$ac_cv_prog_CONVERT
6714 if test -n "$CONVERT"; then
6715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
6716 $as_echo "$CONVERT" >&6; }
6718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6719 $as_echo "no" >&6; }
6723 test -n "$CONVERT" && break
6725 test -n "$CONVERT" || CONVERT
="false"
6727 for ac_prog
in icotool
6729 # Extract the first word of "$ac_prog", so it can be a program name with args.
6730 set dummy
$ac_prog; ac_word
=$2
6731 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6732 $as_echo_n "checking for $ac_word... " >&6; }
6733 if ${ac_cv_prog_ICOTOOL+:} false
; then :
6734 $as_echo_n "(cached) " >&6
6736 if test -n "$ICOTOOL"; then
6737 ac_cv_prog_ICOTOOL
="$ICOTOOL" # Let the user override the test.
6739 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6743 test -z "$as_dir" && as_dir
=.
6744 for ac_exec_ext
in '' $ac_executable_extensions; do
6745 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6746 ac_cv_prog_ICOTOOL
="$ac_prog"
6747 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6756 ICOTOOL
=$ac_cv_prog_ICOTOOL
6757 if test -n "$ICOTOOL"; then
6758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
6759 $as_echo "$ICOTOOL" >&6; }
6761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6762 $as_echo "no" >&6; }
6766 test -n "$ICOTOOL" && break
6768 test -n "$ICOTOOL" || ICOTOOL
="false"
6770 test "$FONTFORGE" != "false" || as_fn_error $?
"You need fontforge to rebuild fonts in maintainer mode." "$LINENO" 5
6771 test "$RSVG" != "false" || as_fn_error $?
"You need rsvg to rebuild icons in maintainer mode." "$LINENO" 5
6773 if test "$CONVERT" = false
6775 as_fn_error $?
"You need imagemagick to rebuild icons in maintainer mode." "$LINENO" 5
6777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
6778 $as_echo_n "checking for recent enough imagemagick... " >&6; }
6779 convert_version
=`convert --version | head -n1`
6780 if test "x$convert_version" != "x"
6782 convert_version_major
=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
6783 convert_version_minor
=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
6784 if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
6789 if test "$CONVERT" = false
6791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
6792 $as_echo "no ($convert_version_major.$convert_version_minor)" >&6; }
6793 as_fn_error $?
"You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
6796 $as_echo "yes ($convert_version_major.$convert_version_minor)" >&6; }
6800 if test "$ICOTOOL" = false
6802 as_fn_error $?
"You need icotool to rebuild icons in maintainer mode." "$LINENO" 5
6804 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
6805 $as_echo_n "checking for recent enough icotool... " >&6; }
6806 icotool_version
=`icotool --version | head -n1`
6807 if test "x$icotool_version" != "x"
6809 icotool_version_major
=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
6810 icotool_version_minor
=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
6811 if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
6814 as_fn_append wine_warnings
"|icotool version 0.29.0 or newer is needed to rebuild icons."
6817 if test "$ICOTOOL" = false
6819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
6820 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
6821 as_fn_error $?
"You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
6824 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
6834 test "x$with_gettext" != xno || MSGFMT
=false
6835 if test "$MSGFMT" != "false"
6837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether msgfmt supports contexts" >&5
6838 $as_echo_n "checking whether msgfmt supports contexts... " >&6; }
6839 if ${wine_cv_msgfmt_contexts+:} false
; then :
6840 $as_echo_n "(cached) " >&6
6842 cat >conftest.po
<<EOF
6848 if $MSGFMT -o /dev
/null conftest.po
2>&5
6850 wine_cv_msgfmt_contexts
=yes
6852 wine_cv_msgfmt_contexts
=no
6855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_msgfmt_contexts" >&5
6856 $as_echo "$wine_cv_msgfmt_contexts" >&6; }
6857 test $wine_cv_msgfmt_contexts != no || MSGFMT
=false
6859 if test "$MSGFMT" = false
; then :
6860 case "x$with_gettext" in
6861 x
) as_fn_append wine_warnings
"|gettext tools not found (or too old), translations won't be built." ;;
6863 *) as_fn_error $?
"gettext tools not found (or too old), translations won't be built.
6864 This is an error since --with-gettext was requested." "$LINENO" 5 ;;
6866 enable_po
=${enable_po:-no}
6870 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
6871 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
6872 if ${ac_cv_lib_i386_i386_set_ldt+:} false
; then :
6873 $as_echo_n "(cached) " >&6
6875 ac_check_lib_save_LIBS
=$LIBS
6877 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6878 /* end confdefs.h. */
6880 /* Override any GCC internal prototype to avoid an error.
6881 Use char because int might match the return type of a GCC
6882 builtin and then its argument prototype would still apply. */
6886 char i386_set_ldt ();
6890 return i386_set_ldt ();
6895 if ac_fn_c_try_link
"$LINENO"; then :
6896 ac_cv_lib_i386_i386_set_ldt
=yes
6898 ac_cv_lib_i386_i386_set_ldt
=no
6900 rm -f core conftest.err conftest.
$ac_objext \
6901 conftest
$ac_exeext conftest.
$ac_ext
6902 LIBS
=$ac_check_lib_save_LIBS
6904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6905 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
6906 if test "x$ac_cv_lib_i386_i386_set_ldt" = xyes
; then :
6916 # Check whether --enable-largefile was given.
6917 if test "${enable_largefile+set}" = set; then :
6918 enableval
=$enable_largefile;
6921 if test "$enable_largefile" != no
; then
6923 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
6924 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
6925 if ${ac_cv_sys_largefile_CC+:} false
; then :
6926 $as_echo_n "(cached) " >&6
6928 ac_cv_sys_largefile_CC
=no
6929 if test "$GCC" != yes; then
6932 # IRIX 6.2 and later do not support large files by default,
6933 # so use the C compiler's -n32 option if that helps.
6934 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6935 /* end confdefs.h. */
6936 #include <sys/types.h>
6937 /* Check that off_t can represent 2**63 - 1 correctly.
6938 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6939 since some C++ compilers masquerading as C compilers
6940 incorrectly reject 9223372036854775807. */
6941 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6942 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6943 && LARGE_OFF_T % 2147483647 == 1)
6953 if ac_fn_c_try_compile
"$LINENO"; then :
6956 rm -f core conftest.err conftest.
$ac_objext
6958 if ac_fn_c_try_compile
"$LINENO"; then :
6959 ac_cv_sys_largefile_CC
=' -n32'; break
6961 rm -f core conftest.err conftest.
$ac_objext
6965 rm -f conftest.
$ac_ext
6968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
6969 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
6970 if test "$ac_cv_sys_largefile_CC" != no
; then
6971 CC
=$CC$ac_cv_sys_largefile_CC
6974 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
6975 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
6976 if ${ac_cv_sys_file_offset_bits+:} false
; then :
6977 $as_echo_n "(cached) " >&6
6980 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6981 /* end confdefs.h. */
6982 #include <sys/types.h>
6983 /* Check that off_t can represent 2**63 - 1 correctly.
6984 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6985 since some C++ compilers masquerading as C compilers
6986 incorrectly reject 9223372036854775807. */
6987 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6988 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6989 && LARGE_OFF_T % 2147483647 == 1)
6999 if ac_fn_c_try_compile
"$LINENO"; then :
7000 ac_cv_sys_file_offset_bits
=no
; break
7002 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7003 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7004 /* end confdefs.h. */
7005 #define _FILE_OFFSET_BITS 64
7006 #include <sys/types.h>
7007 /* Check that off_t can represent 2**63 - 1 correctly.
7008 We can't simply define LARGE_OFF_T to be 9223372036854775807,
7009 since some C++ compilers masquerading as C compilers
7010 incorrectly reject 9223372036854775807. */
7011 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
7012 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
7013 && LARGE_OFF_T % 2147483647 == 1)
7023 if ac_fn_c_try_compile
"$LINENO"; then :
7024 ac_cv_sys_file_offset_bits
=64; break
7026 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7027 ac_cv_sys_file_offset_bits
=unknown
7031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
7032 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
7033 case $ac_cv_sys_file_offset_bits in #(
7036 cat >>confdefs.h
<<_ACEOF
7037 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
7042 if test $ac_cv_sys_file_offset_bits = unknown
; then
7043 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
7044 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
7045 if ${ac_cv_sys_large_files+:} false
; then :
7046 $as_echo_n "(cached) " >&6
7049 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7050 /* end confdefs.h. */
7051 #include <sys/types.h>
7052 /* Check that off_t can represent 2**63 - 1 correctly.
7053 We can't simply define LARGE_OFF_T to be 9223372036854775807,
7054 since some C++ compilers masquerading as C compilers
7055 incorrectly reject 9223372036854775807. */
7056 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
7057 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
7058 && LARGE_OFF_T % 2147483647 == 1)
7068 if ac_fn_c_try_compile
"$LINENO"; then :
7069 ac_cv_sys_large_files
=no
; break
7071 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7072 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7073 /* end confdefs.h. */
7074 #define _LARGE_FILES 1
7075 #include <sys/types.h>
7076 /* Check that off_t can represent 2**63 - 1 correctly.
7077 We can't simply define LARGE_OFF_T to be 9223372036854775807,
7078 since some C++ compilers masquerading as C compilers
7079 incorrectly reject 9223372036854775807. */
7080 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
7081 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
7082 && LARGE_OFF_T % 2147483647 == 1)
7092 if ac_fn_c_try_compile
"$LINENO"; then :
7093 ac_cv_sys_large_files
=1; break
7095 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7096 ac_cv_sys_large_files
=unknown
7100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
7101 $as_echo "$ac_cv_sys_large_files" >&6; }
7102 case $ac_cv_sys_large_files in #(
7105 cat >>confdefs.h
<<_ACEOF
7106 #define _LARGE_FILES $ac_cv_sys_large_files
7118 ac_cpp
='$CPP $CPPFLAGS'
7119 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7120 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7121 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
7122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
7123 $as_echo_n "checking how to run the C preprocessor... " >&6; }
7124 # On Suns, sometimes $CPP names a directory.
7125 if test -n "$CPP" && test -d "$CPP"; then
7128 if test -z "$CPP"; then
7129 if ${ac_cv_prog_CPP+:} false
; then :
7130 $as_echo_n "(cached) " >&6
7132 # Double quotes because CPP needs to be expanded
7133 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
7136 for ac_c_preproc_warn_flag
in '' yes
7138 # Use a header file that comes with gcc, so configuring glibc
7139 # with a fresh cross-compiler works.
7140 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7141 # <limits.h> exists even on freestanding compilers.
7142 # On the NeXT, cc -E runs the code through the compiler's parser,
7143 # not just through cpp. "Syntax error" is here to catch this case.
7144 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7145 /* end confdefs.h. */
7147 # include <limits.h>
7149 # include <assert.h>
7153 if ac_fn_c_try_cpp
"$LINENO"; then :
7156 # Broken: fails on valid input.
7159 rm -f conftest.err conftest.i conftest.
$ac_ext
7161 # OK, works on sane cases. Now check whether nonexistent headers
7162 # can be detected and how.
7163 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7164 /* end confdefs.h. */
7165 #include <ac_nonexistent.h>
7167 if ac_fn_c_try_cpp
"$LINENO"; then :
7168 # Broken: success on invalid input.
7171 # Passes both tests.
7175 rm -f conftest.err conftest.i conftest.
$ac_ext
7178 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7179 rm -f conftest.i conftest.err conftest.
$ac_ext
7180 if $ac_preproc_ok; then :
7192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
7193 $as_echo "$CPP" >&6; }
7195 for ac_c_preproc_warn_flag
in '' yes
7197 # Use a header file that comes with gcc, so configuring glibc
7198 # with a fresh cross-compiler works.
7199 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7200 # <limits.h> exists even on freestanding compilers.
7201 # On the NeXT, cc -E runs the code through the compiler's parser,
7202 # not just through cpp. "Syntax error" is here to catch this case.
7203 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7204 /* end confdefs.h. */
7206 # include <limits.h>
7208 # include <assert.h>
7212 if ac_fn_c_try_cpp
"$LINENO"; then :
7215 # Broken: fails on valid input.
7218 rm -f conftest.err conftest.i conftest.
$ac_ext
7220 # OK, works on sane cases. Now check whether nonexistent headers
7221 # can be detected and how.
7222 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7223 /* end confdefs.h. */
7224 #include <ac_nonexistent.h>
7226 if ac_fn_c_try_cpp
"$LINENO"; then :
7227 # Broken: success on invalid input.
7230 # Passes both tests.
7234 rm -f conftest.err conftest.i conftest.
$ac_ext
7237 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7238 rm -f conftest.i conftest.err conftest.
$ac_ext
7239 if $ac_preproc_ok; then :
7242 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
7243 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
7244 as_fn_error $?
"C preprocessor \"$CPP\" fails sanity check
7245 See \`config.log' for more details" "$LINENO" 5; }
7249 ac_cpp
='$CPP $CPPFLAGS'
7250 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7251 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7252 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
7255 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
7256 $as_echo_n "checking for ANSI C header files... " >&6; }
7257 if ${ac_cv_header_stdc+:} false
; then :
7258 $as_echo_n "(cached) " >&6
7260 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7261 /* end confdefs.h. */
7275 if ac_fn_c_try_compile
"$LINENO"; then :
7276 ac_cv_header_stdc
=yes
7278 ac_cv_header_stdc
=no
7280 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7282 if test $ac_cv_header_stdc = yes; then
7283 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7284 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7285 /* end confdefs.h. */
7289 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7290 $EGREP "memchr" >/dev
/null
2>&1; then :
7293 ac_cv_header_stdc
=no
7299 if test $ac_cv_header_stdc = yes; then
7300 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7301 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7302 /* end confdefs.h. */
7306 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7307 $EGREP "free" >/dev
/null
2>&1; then :
7310 ac_cv_header_stdc
=no
7316 if test $ac_cv_header_stdc = yes; then
7317 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7318 if test "$cross_compiling" = yes; then :
7321 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7322 /* end confdefs.h. */
7325 #if ((' ' & 0x0FF) == 0x020)
7326 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7327 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7329 # define ISLOWER(c) \
7330 (('a' <= (c) && (c) <= 'i') \
7331 || ('j' <= (c) && (c) <= 'r') \
7332 || ('s' <= (c) && (c) <= 'z'))
7333 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7336 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7341 for (i = 0; i < 256; i++)
7342 if (XOR (islower (i), ISLOWER (i))
7343 || toupper (i) != TOUPPER (i))
7348 if ac_fn_c_try_run
"$LINENO"; then :
7351 ac_cv_header_stdc
=no
7353 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
7354 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
7359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
7360 $as_echo "$ac_cv_header_stdc" >&6; }
7361 if test $ac_cv_header_stdc = yes; then
7363 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
7367 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7368 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
7369 inttypes.h stdint.h unistd.h
7371 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7372 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
7374 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7375 cat >>confdefs.h
<<_ACEOF
7376 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7386 ApplicationServices
/ApplicationServices.h \
7387 AudioToolbox
/AudioConverter.h \
7388 AudioUnit
/AudioUnit.h \
7389 AudioUnit
/AudioComponent.h \
7392 CommonCrypto
/CommonCryptor.h \
7393 CoreAudio
/CoreAudio.h \
7394 DiskArbitration
/DiskArbitration.h \
7397 IOKit
/hid
/IOHIDLib.h \
7400 QuickTime
/ImageCompression.h \
7401 Security
/Security.h \
7402 SystemConfiguration
/SCDynamicStoreCopyDHCPInfo.h \
7403 SystemConfiguration
/SCNetworkConfiguration.h \
7444 netinet
/in_systm.h \
7503 valgrind
/memcheck.h \
7507 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7508 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
7509 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7510 cat >>confdefs.h
<<_ACEOF
7511 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7518 ac_fn_c_check_header_mongrel
"$LINENO" "sys/mkdev.h" "ac_cv_header_sys_mkdev_h" "$ac_includes_default"
7519 if test "x$ac_cv_header_sys_mkdev_h" = xyes
; then :
7521 $as_echo "#define MAJOR_IN_MKDEV 1" >>confdefs.h
7526 if test $ac_cv_header_sys_mkdev_h = no
; then
7527 ac_fn_c_check_header_mongrel
"$LINENO" "sys/sysmacros.h" "ac_cv_header_sys_sysmacros_h" "$ac_includes_default"
7528 if test "x$ac_cv_header_sys_sysmacros_h" = xyes
; then :
7530 $as_echo "#define MAJOR_IN_SYSMACROS 1" >>confdefs.h
7536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
7537 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
7538 if ${ac_cv_header_stat_broken+:} false
; then :
7539 $as_echo_n "(cached) " >&6
7541 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7542 /* end confdefs.h. */
7543 #include <sys/types.h>
7544 #include <sys/stat.h>
7546 #if defined S_ISBLK && defined S_IFDIR
7547 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7550 #if defined S_ISBLK && defined S_IFCHR
7551 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7554 #if defined S_ISLNK && defined S_IFREG
7555 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7558 #if defined S_ISSOCK && defined S_IFREG
7559 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7563 if ac_fn_c_try_compile
"$LINENO"; then :
7564 ac_cv_header_stat_broken
=no
7566 ac_cv_header_stat_broken
=yes
7568 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
7571 $as_echo "$ac_cv_header_stat_broken" >&6; }
7572 if test $ac_cv_header_stat_broken = yes; then
7574 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
7580 for ac_header
in sys
/conf.h sys
/mount.h sys
/statfs.h sys
/user.h sys
/vfs.h
7582 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7583 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7584 #ifdef HAVE_SYS_PARAM_H
7585 # include <sys/param.h>
7588 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7589 cat >>confdefs.h
<<_ACEOF
7590 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7598 saved_sysctl_h_CFLAGS
=$CFLAGS
7599 test "x${GCC}" != xyes || CFLAGS
="$CFLAGS -Werror"
7600 for ac_header
in sys
/sysctl.h
7602 ac_fn_c_check_header_compile
"$LINENO" "sys/sysctl.h" "ac_cv_header_sys_sysctl_h" "#include <sys/types.h>
7603 #ifdef HAVE_SYS_PARAM_H
7604 # include <sys/param.h>
7607 if test "x$ac_cv_header_sys_sysctl_h" = xyes
; then :
7608 cat >>confdefs.h
<<_ACEOF
7609 #define HAVE_SYS_SYSCTL_H 1
7616 CFLAGS
=$saved_sysctl_h_CFLAGS
7625 netinet
/if_ether.h \
7626 netinet
/if_inarp.h \
7635 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7636 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7637 #ifdef HAVE_SYS_SOCKET_H
7638 # include <sys/socket.h>
7640 #ifdef HAVE_SYS_SOCKETVAR_H
7641 # include <sys/socketvar.h>
7643 #ifdef HAVE_NET_ROUTE_H
7644 # include <net/route.h>
7646 #ifdef HAVE_NETINET_IN_H
7647 # include <netinet/in.h>
7649 #ifdef HAVE_NETINET_IN_SYSTM_H
7650 # include <netinet/in_systm.h>
7652 #ifdef HAVE_NET_IF_H
7653 # include <net/if.h>
7655 #ifdef HAVE_NETINET_IP_H
7656 # include <netinet/ip.h>
7659 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7660 cat >>confdefs.h
<<_ACEOF
7661 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7669 for ac_header
in netinet
/tcp_timer.h netinet
/udp_var.h netinet
/icmp_var.h netinet
/tcp_var.h
7671 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7672 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7676 #ifdef HAVE_SYS_SOCKET_H
7677 # include <sys/socket.h>
7679 #ifdef HAVE_SYS_SOCKETVAR_H
7680 # include <sys/socketvar.h>
7682 #ifdef HAVE_SYS_TIMEOUT_H
7683 # include <sys/timeout.h>
7685 #ifdef HAVE_NETINET_IN_H
7686 # include <netinet/in.h>
7688 #ifdef HAVE_NETINET_IN_SYSTM_H
7689 # include <netinet/in_systm.h>
7691 #ifdef HAVE_NETINET_IP_H
7692 # include <netinet/ip.h>
7694 #ifdef HAVE_NETINET_IP_VAR_H
7695 # include <netinet/ip_var.h>
7697 #ifdef HAVE_NETINET_IP_ICMP_H
7698 # include <netinet/ip_icmp.h>
7700 #ifdef HAVE_NETINET_UDP_H
7701 # include <netinet/udp.h>
7703 #ifdef HAVE_NETINET_TCP_H
7704 # include <netinet/tcp.h>
7706 #ifdef HAVE_NETINET_TCP_TIMER_H
7707 #include <netinet/tcp_timer.h>
7710 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7711 cat >>confdefs.h
<<_ACEOF
7712 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7720 for ac_header
in linux
/ipx.h linux
/irda.h linux
/rtnetlink.h
7722 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7723 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7724 #ifdef HAVE_ASM_TYPES_H
7725 # include <asm/types.h>
7727 #ifdef HAVE_SYS_SOCKET_H
7728 # include <sys/socket.h>
7730 #ifdef HAVE_LINUX_TYPES_H
7731 # include <linux/types.h>
7734 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7735 cat >>confdefs.h
<<_ACEOF
7736 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7744 for ac_header
in resolv.h
7746 ac_fn_c_check_header_compile
"$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
7747 #ifdef HAVE_SYS_SOCKET_H
7748 # include <sys/socket.h>
7750 #ifdef HAVE_NETINET_IN_H
7751 # include <netinet/in.h>
7753 #ifdef HAVE_ARPA_NAMESER_H
7754 # include <arpa/nameser.h>
7757 if test "x$ac_cv_header_resolv_h" = xyes
; then :
7758 cat >>confdefs.h
<<_ACEOF
7759 #define HAVE_RESOLV_H 1
7767 for ac_header
in ifaddrs.h
7769 ac_fn_c_check_header_compile
"$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
7771 if test "x$ac_cv_header_ifaddrs_h" = xyes
; then :
7772 cat >>confdefs.h
<<_ACEOF
7773 #define HAVE_IFADDRS_H 1
7781 for ac_header
in sys
/ucontext.h
7783 ac_fn_c_check_header_compile
"$LINENO" "sys/ucontext.h" "ac_cv_header_sys_ucontext_h" "#include <signal.h>
7785 if test "x$ac_cv_header_sys_ucontext_h" = xyes
; then :
7786 cat >>confdefs.h
<<_ACEOF
7787 #define HAVE_SYS_UCONTEXT_H 1
7795 for ac_header
in sys
/thr.h
7797 ac_fn_c_check_header_compile
"$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
7798 #ifdef HAVE_SYS_UCONTEXT_H
7799 #include <sys/ucontext.h>
7802 if test "x$ac_cv_header_sys_thr_h" = xyes
; then :
7803 cat >>confdefs.h
<<_ACEOF
7804 #define HAVE_SYS_THR_H 1
7812 for ac_header
in pthread_np.h
7814 ac_fn_c_check_header_compile
"$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
7815 #include <pthread.h>
7818 if test "x$ac_cv_header_pthread_np_h" = xyes
; then :
7819 cat >>confdefs.h
<<_ACEOF
7820 #define HAVE_PTHREAD_NP_H 1
7828 for ac_header
in linux
/videodev2.h
7830 ac_fn_c_check_header_compile
"$LINENO" "linux/videodev2.h" "ac_cv_header_linux_videodev2_h" "#ifdef HAVE_SYS_TIME_H
7831 #include <sys/time.h>
7833 #include <sys/types.h>
7834 #ifdef HAVE_ASM_TYPES_H
7835 #include <asm/types.h>
7838 if test "x$ac_cv_header_linux_videodev2_h" = xyes
; then :
7839 cat >>confdefs.h
<<_ACEOF
7840 #define HAVE_LINUX_VIDEODEV2_H 1
7848 for ac_header
in libprocstat.h
7850 ac_fn_c_check_header_compile
"$LINENO" "libprocstat.h" "ac_cv_header_libprocstat_h" "#ifdef HAVE_SYS_PARAM_H
7851 #include <sys/param.h>
7853 #ifdef HAVE_SYS_QUEUE_H
7854 #include <sys/queue.h>
7856 #ifdef HAVE_SYS_SOCKET_H
7857 #include <sys/socket.h>
7860 if test "x$ac_cv_header_libprocstat_h" = xyes
; then :
7861 cat >>confdefs.h
<<_ACEOF
7862 #define HAVE_LIBPROCSTAT_H 1
7871 DLLFLAGS
="-D_REENTRANT"
7881 WINELOADER_LDFLAGS
=""
7883 WINEPRELOADER_LDFLAGS
=""
7887 # Extract the first word of "ldd", so it can be a program name with args.
7888 set dummy ldd
; ac_word
=$2
7889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7890 $as_echo_n "checking for $ac_word... " >&6; }
7891 if ${ac_cv_path_LDD+:} false
; then :
7892 $as_echo_n "(cached) " >&6
7896 ac_cv_path_LDD
="$LDD" # Let the user override the test with a path.
7899 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7900 as_dummy
="/sbin:/usr/sbin:$PATH"
7901 for as_dir
in $as_dummy
7904 test -z "$as_dir" && as_dir
=.
7905 for ac_exec_ext
in '' $ac_executable_extensions; do
7906 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7907 ac_cv_path_LDD
="$as_dir/$ac_word$ac_exec_ext"
7908 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7915 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD
="true"
7920 if test -n "$LDD"; then
7921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
7922 $as_echo "$LDD" >&6; }
7924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7925 $as_echo "no" >&6; }
7929 if test -n "$ac_tool_prefix"; then
7930 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7931 set dummy
${ac_tool_prefix}otool
; ac_word
=$2
7932 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7933 $as_echo_n "checking for $ac_word... " >&6; }
7934 if ${ac_cv_prog_OTOOL+:} false
; then :
7935 $as_echo_n "(cached) " >&6
7937 if test -n "$OTOOL"; then
7938 ac_cv_prog_OTOOL
="$OTOOL" # Let the user override the test.
7940 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7944 test -z "$as_dir" && as_dir
=.
7945 for ac_exec_ext
in '' $ac_executable_extensions; do
7946 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7947 ac_cv_prog_OTOOL
="${ac_tool_prefix}otool"
7948 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7957 OTOOL
=$ac_cv_prog_OTOOL
7958 if test -n "$OTOOL"; then
7959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7960 $as_echo "$OTOOL" >&6; }
7962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7963 $as_echo "no" >&6; }
7968 if test -z "$ac_cv_prog_OTOOL"; then
7970 # Extract the first word of "otool", so it can be a program name with args.
7971 set dummy otool
; ac_word
=$2
7972 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7973 $as_echo_n "checking for $ac_word... " >&6; }
7974 if ${ac_cv_prog_ac_ct_OTOOL+:} false
; then :
7975 $as_echo_n "(cached) " >&6
7977 if test -n "$ac_ct_OTOOL"; then
7978 ac_cv_prog_ac_ct_OTOOL
="$ac_ct_OTOOL" # Let the user override the test.
7980 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7984 test -z "$as_dir" && as_dir
=.
7985 for ac_exec_ext
in '' $ac_executable_extensions; do
7986 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7987 ac_cv_prog_ac_ct_OTOOL
="otool"
7988 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7997 ac_ct_OTOOL
=$ac_cv_prog_ac_ct_OTOOL
7998 if test -n "$ac_ct_OTOOL"; then
7999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
8000 $as_echo "$ac_ct_OTOOL" >&6; }
8002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8003 $as_echo "no" >&6; }
8006 if test "x$ac_ct_OTOOL" = x
; then
8009 case $cross_compiling:$ac_tool_warned in
8011 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8012 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8013 ac_tool_warned
=yes ;;
8018 OTOOL
="$ac_cv_prog_OTOOL"
8021 if test -n "$ac_tool_prefix"; then
8022 # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
8023 set dummy
${ac_tool_prefix}readelf
; ac_word
=$2
8024 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8025 $as_echo_n "checking for $ac_word... " >&6; }
8026 if ${ac_cv_prog_READELF+:} false
; then :
8027 $as_echo_n "(cached) " >&6
8029 if test -n "$READELF"; then
8030 ac_cv_prog_READELF
="$READELF" # Let the user override the test.
8032 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8036 test -z "$as_dir" && as_dir
=.
8037 for ac_exec_ext
in '' $ac_executable_extensions; do
8038 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8039 ac_cv_prog_READELF
="${ac_tool_prefix}readelf"
8040 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8049 READELF
=$ac_cv_prog_READELF
8050 if test -n "$READELF"; then
8051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
8052 $as_echo "$READELF" >&6; }
8054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8055 $as_echo "no" >&6; }
8060 if test -z "$ac_cv_prog_READELF"; then
8061 ac_ct_READELF
=$READELF
8062 # Extract the first word of "readelf", so it can be a program name with args.
8063 set dummy readelf
; ac_word
=$2
8064 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8065 $as_echo_n "checking for $ac_word... " >&6; }
8066 if ${ac_cv_prog_ac_ct_READELF+:} false
; then :
8067 $as_echo_n "(cached) " >&6
8069 if test -n "$ac_ct_READELF"; then
8070 ac_cv_prog_ac_ct_READELF
="$ac_ct_READELF" # Let the user override the test.
8072 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8076 test -z "$as_dir" && as_dir
=.
8077 for ac_exec_ext
in '' $ac_executable_extensions; do
8078 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8079 ac_cv_prog_ac_ct_READELF
="readelf"
8080 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8089 ac_ct_READELF
=$ac_cv_prog_ac_ct_READELF
8090 if test -n "$ac_ct_READELF"; then
8091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
8092 $as_echo "$ac_ct_READELF" >&6; }
8094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8095 $as_echo "no" >&6; }
8098 if test "x$ac_ct_READELF" = x
; then
8101 case $cross_compiling:$ac_tool_warned in
8103 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8104 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8105 ac_tool_warned
=yes ;;
8107 READELF
=$ac_ct_READELF
8110 READELF
="$ac_cv_prog_READELF"
8113 wine_rules_file
=conf$
$rules.
make
8114 rm -f $wine_rules_file
8119 CONFIGURE_TARGETS
=""
8122 wine_fn_append_file
()
8124 as_fn_append
$1 " \\$as_nl $2"
8127 wine_fn_append_rule
()
8129 $as_echo "$1" >>$wine_rules_file
8132 wine_fn_config_makefile
()
8134 wine_fn_append_file SUBDIRS
$1
8135 if eval test \"x\$
"$2"\" = x
"no"; then :
8136 wine_fn_append_file DISABLED_SUBDIRS
$1
8140 wine_fn_config_symlink
()
8143 wine_fn_append_rule \
8145 @./config.status \$@"
8146 for f
in $ac_links; do wine_fn_append_file CONFIGURE_TARGETS
$f; done
8150 test "x$enable_win64" != "xyes" || wine_binary
="wine64"
8151 WINELOADER_PROGRAMS
="$wine_binary"
8153 libwine_soversion
=`expr $libwine_version : '\([0-9]*\)\..*'`
8157 if test -n "$ac_tool_prefix"; then
8158 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8159 set dummy
${ac_tool_prefix}dlltool
; ac_word
=$2
8160 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8161 $as_echo_n "checking for $ac_word... " >&6; }
8162 if ${ac_cv_prog_DLLTOOL+:} false
; then :
8163 $as_echo_n "(cached) " >&6
8165 if test -n "$DLLTOOL"; then
8166 ac_cv_prog_DLLTOOL
="$DLLTOOL" # Let the user override the test.
8168 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8172 test -z "$as_dir" && as_dir
=.
8173 for ac_exec_ext
in '' $ac_executable_extensions; do
8174 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8175 ac_cv_prog_DLLTOOL
="${ac_tool_prefix}dlltool"
8176 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8185 DLLTOOL
=$ac_cv_prog_DLLTOOL
8186 if test -n "$DLLTOOL"; then
8187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8188 $as_echo "$DLLTOOL" >&6; }
8190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8191 $as_echo "no" >&6; }
8196 if test -z "$ac_cv_prog_DLLTOOL"; then
8197 ac_ct_DLLTOOL
=$DLLTOOL
8198 # Extract the first word of "dlltool", so it can be a program name with args.
8199 set dummy dlltool
; ac_word
=$2
8200 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8201 $as_echo_n "checking for $ac_word... " >&6; }
8202 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false
; then :
8203 $as_echo_n "(cached) " >&6
8205 if test -n "$ac_ct_DLLTOOL"; then
8206 ac_cv_prog_ac_ct_DLLTOOL
="$ac_ct_DLLTOOL" # Let the user override the test.
8208 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8212 test -z "$as_dir" && as_dir
=.
8213 for ac_exec_ext
in '' $ac_executable_extensions; do
8214 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8215 ac_cv_prog_ac_ct_DLLTOOL
="dlltool"
8216 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8225 ac_ct_DLLTOOL
=$ac_cv_prog_ac_ct_DLLTOOL
8226 if test -n "$ac_ct_DLLTOOL"; then
8227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
8228 $as_echo "$ac_ct_DLLTOOL" >&6; }
8230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8231 $as_echo "no" >&6; }
8234 if test "x$ac_ct_DLLTOOL" = x
; then
8237 case $cross_compiling:$ac_tool_warned in
8239 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8240 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8241 ac_tool_warned
=yes ;;
8243 DLLTOOL
=$ac_ct_DLLTOOL
8246 DLLTOOL
="$ac_cv_prog_DLLTOOL"
8252 *i
[3456]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--disable-stdcall-fixup" >&5
8253 $as_echo_n "checking whether the compiler supports -Wl,--disable-stdcall-fixup... " >&6; }
8254 if ${ac_cv_cflags__Wl___disable_stdcall_fixup+:} false
; then :
8255 $as_echo_n "(cached) " >&6
8257 ac_wine_try_cflags_saved
=$CFLAGS
8258 CFLAGS
="$CFLAGS -Wl,--disable-stdcall-fixup"
8259 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8260 /* end confdefs.h. */
8261 int main(int argc, char **argv) { return 0; }
8263 if ac_fn_c_try_link
"$LINENO"; then :
8264 ac_cv_cflags__Wl___disable_stdcall_fixup
=yes
8266 ac_cv_cflags__Wl___disable_stdcall_fixup
=no
8268 rm -f core conftest.err conftest.
$ac_objext \
8269 conftest
$ac_exeext conftest.
$ac_ext
8270 CFLAGS
=$ac_wine_try_cflags_saved
8272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___disable_stdcall_fixup" >&5
8273 $as_echo "$ac_cv_cflags__Wl___disable_stdcall_fixup" >&6; }
8274 if test "x$ac_cv_cflags__Wl___disable_stdcall_fixup" = xyes
; then :
8275 LDDLLFLAGS
="-Wl,--disable-stdcall-fixup"
8278 enable_iphlpapi
=${enable_iphlpapi:-no}
8279 enable_ws2_32
=${enable_ws2_32:-no}
8280 enable_loader
=${enable_loader:-no}
8281 enable_server
=${enable_server:-no}
8282 with_x
=${with_x:-no}
8283 with_pthread
=${with_pthread:-no}
8288 ac_cpp
='$OBJCPP $CPPFLAGS'
8289 ac_compile
='$OBJC -c $OBJCFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8290 ac_link
='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8291 ac_compiler_gnu
=$ac_cv_objc_compiler_gnu
8294 ac_cpp
='$OBJCPP $CPPFLAGS'
8295 ac_compile
='$OBJC -c $OBJCFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8296 ac_link
='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8297 ac_compiler_gnu
=$ac_cv_objc_compiler_gnu
8298 if test -n "$ac_tool_prefix"; then
8299 for ac_prog
in gcc objcc objc cc CC
8301 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
8302 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
8303 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8304 $as_echo_n "checking for $ac_word... " >&6; }
8305 if ${ac_cv_prog_OBJC+:} false
; then :
8306 $as_echo_n "(cached) " >&6
8308 if test -n "$OBJC"; then
8309 ac_cv_prog_OBJC
="$OBJC" # Let the user override the test.
8311 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8315 test -z "$as_dir" && as_dir
=.
8316 for ac_exec_ext
in '' $ac_executable_extensions; do
8317 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8318 ac_cv_prog_OBJC
="$ac_tool_prefix$ac_prog"
8319 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8328 OBJC
=$ac_cv_prog_OBJC
8329 if test -n "$OBJC"; then
8330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJC" >&5
8331 $as_echo "$OBJC" >&6; }
8333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8334 $as_echo "no" >&6; }
8338 test -n "$OBJC" && break
8341 if test -z "$OBJC"; then
8343 for ac_prog
in gcc objcc objc cc CC
8345 # Extract the first word of "$ac_prog", so it can be a program name with args.
8346 set dummy
$ac_prog; ac_word
=$2
8347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8348 $as_echo_n "checking for $ac_word... " >&6; }
8349 if ${ac_cv_prog_ac_ct_OBJC+:} false
; then :
8350 $as_echo_n "(cached) " >&6
8352 if test -n "$ac_ct_OBJC"; then
8353 ac_cv_prog_ac_ct_OBJC
="$ac_ct_OBJC" # Let the user override the test.
8355 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8359 test -z "$as_dir" && as_dir
=.
8360 for ac_exec_ext
in '' $ac_executable_extensions; do
8361 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8362 ac_cv_prog_ac_ct_OBJC
="$ac_prog"
8363 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8372 ac_ct_OBJC
=$ac_cv_prog_ac_ct_OBJC
8373 if test -n "$ac_ct_OBJC"; then
8374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJC" >&5
8375 $as_echo "$ac_ct_OBJC" >&6; }
8377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8378 $as_echo "no" >&6; }
8382 test -n "$ac_ct_OBJC" && break
8385 if test "x$ac_ct_OBJC" = x
; then
8388 case $cross_compiling:$ac_tool_warned in
8390 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8391 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8392 ac_tool_warned
=yes ;;
8398 # Provide some information about the compiler.
8399 $as_echo "$as_me:${as_lineno-$LINENO}: checking for Objective C compiler version" >&5
8402 for ac_option
in --version -v -V -qversion; do
8403 { { ac_try
="$ac_compiler $ac_option >&5"
8405 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8406 *) ac_try_echo=$ac_try;;
8408 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
8409 $as_echo "$ac_try_echo"; } >&5
8410 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
8412 if test -s conftest.err; then
8414 ... rest of stderr output deleted ...
8415 10q' conftest.err >conftest.er1
8416 cat conftest.er1 >&5
8418 rm -f conftest.er1 conftest.err
8419 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
8420 test $ac_status = 0; }
8423 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU Objective C compiler" >&5
8424 $as_echo_n "checking whether we are using the GNU Objective C compiler... " >&6; }
8425 if ${ac_cv_objc_compiler_gnu+:} false; then :
8426 $as_echo_n "(cached) " >&6
8428 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8429 /* end confdefs.h. */
8442 if ac_fn_objc_try_compile "$LINENO"; then :
8447 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8448 ac_cv_objc_compiler_gnu=$ac_compiler_gnu
8451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objc_compiler_gnu" >&5
8452 $as_echo "$ac_cv_objc_compiler_gnu" >&6; }
8453 if test $ac_compiler_gnu = yes; then
8458 ac_test_OBJCFLAGS=${OBJCFLAGS+set}
8459 ac_save_OBJCFLAGS=$OBJCFLAGS
8460 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $OBJC accepts -g" >&5
8461 $as_echo_n "checking whether $OBJC accepts -g... " >&6; }
8462 if ${ac_cv_prog_objc_g+:} false; then :
8463 $as_echo_n "(cached) " >&6
8465 ac_save_objc_werror_flag=$ac_objc_werror_flag
8466 ac_objc_werror_flag=yes
8467 ac_cv_prog_objc_g=no
8469 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8470 /* end confdefs.h. */
8480 if ac_fn_objc_try_compile "$LINENO"; then :
8481 ac_cv_prog_objc_g=yes
8484 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8485 /* end confdefs.h. */
8495 if ac_fn_objc_try_compile "$LINENO"; then :
8498 ac_objc_werror_flag=$ac_save_objc_werror_flag
8500 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8501 /* end confdefs.h. */
8511 if ac_fn_objc_try_compile "$LINENO"; then :
8512 ac_cv_prog_objc_g=yes
8514 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8516 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8518 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8519 ac_objc_werror_flag=$ac_save_objc_werror_flag
8521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_objc_g" >&5
8522 $as_echo "$ac_cv_prog_objc_g" >&6; }
8523 if test "$ac_test_OBJCFLAGS" = set; then
8524 OBJCFLAGS=$ac_save_OBJCFLAGS
8525 elif test $ac_cv_prog_objc_g = yes; then
8526 if test "$GOBJC" = yes; then
8532 if test "$GOBJC" = yes; then
8539 ac_cpp='$OBJCPP $CPPFLAGS'
8540 ac_compile='$OBJC -c $OBJCFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8541 ac_link='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8542 ac_compiler_gnu=$ac_cv_objc_compiler_gnu
8546 ac_cpp='$OBJCPP $CPPFLAGS'
8547 ac_compile='$OBJC -c $OBJCFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8548 ac_link='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8549 ac_compiler_gnu=$ac_cv_objc_compiler_gnu
8550 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the Objective C preprocessor" >&5
8551 $as_echo_n "checking how to run the Objective C preprocessor... " >&6; }
8552 if test -z "$OBJCPP"; then
8553 if ${ac_cv_prog_OBJCPP+:} false; then :
8554 $as_echo_n "(cached) " >&6
8556 # Double quotes because OBJCPP needs to be expanded
8557 for OBJCPP in "$OBJC -E" "/lib/cpp"
8560 for ac_objc_preproc_warn_flag in '' yes
8562 # Use a header file that comes with gcc, so configuring glibc
8563 # with a fresh cross-compiler works.
8564 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8565 # <limits.h> exists even on freestanding compilers.
8566 # On the NeXT, cc -E runs the code through the compiler's parser,
8567 # not just through cpp. "Syntax error" is here to catch this case.
8568 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8569 /* end confdefs.h. */
8571 # include <limits.h>
8573 # include <assert.h>
8577 if ac_fn_objc_try_cpp "$LINENO"; then :
8580 # Broken: fails on valid input.
8583 rm -f conftest.err conftest.i conftest.$ac_ext
8585 # OK, works on sane cases. Now check whether nonexistent headers
8586 # can be detected and how.
8587 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8588 /* end confdefs.h. */
8589 #include <ac_nonexistent.h>
8591 if ac_fn_objc_try_cpp "$LINENO"; then :
8592 # Broken: success on invalid input.
8595 # Passes both tests.
8599 rm -f conftest.err conftest.i conftest.$ac_ext
8602 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
8603 rm -f conftest.i conftest.err conftest.
$ac_ext
8604 if $ac_preproc_ok; then :
8609 ac_cv_prog_OBJCPP
=$OBJCPP
8612 OBJCPP
=$ac_cv_prog_OBJCPP
8614 ac_cv_prog_OBJCPP
=$OBJCPP
8616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCPP" >&5
8617 $as_echo "$OBJCPP" >&6; }
8619 for ac_objc_preproc_warn_flag
in '' yes
8621 # Use a header file that comes with gcc, so configuring glibc
8622 # with a fresh cross-compiler works.
8623 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8624 # <limits.h> exists even on freestanding compilers.
8625 # On the NeXT, cc -E runs the code through the compiler's parser,
8626 # not just through cpp. "Syntax error" is here to catch this case.
8627 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8628 /* end confdefs.h. */
8630 # include <limits.h>
8632 # include <assert.h>
8636 if ac_fn_objc_try_cpp
"$LINENO"; then :
8639 # Broken: fails on valid input.
8642 rm -f conftest.err conftest.i conftest.
$ac_ext
8644 # OK, works on sane cases. Now check whether nonexistent headers
8645 # can be detected and how.
8646 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8647 /* end confdefs.h. */
8648 #include <ac_nonexistent.h>
8650 if ac_fn_objc_try_cpp
"$LINENO"; then :
8651 # Broken: success on invalid input.
8654 # Passes both tests.
8658 rm -f conftest.err conftest.i conftest.
$ac_ext
8661 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
8662 rm -f conftest.i conftest.err conftest.
$ac_ext
8663 if $ac_preproc_ok; then :
8666 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
8667 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
8668 as_fn_error $?
"Objective C preprocessor \"$OBJCPP\" fails sanity check
8669 See \`config.log' for more details" "$LINENO" 5; }
8673 ac_cpp
='$OBJCPP $CPPFLAGS'
8674 ac_compile
='$OBJC -c $OBJCFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8675 ac_link
='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8676 ac_compiler_gnu
=$ac_cv_objc_compiler_gnu
8679 for ac_header
in Metal
/Metal.h
8681 ac_fn_objc_check_header_mongrel
"$LINENO" "Metal/Metal.h" "ac_cv_header_Metal_Metal_h" "$ac_includes_default"
8682 if test "x$ac_cv_header_Metal_Metal_h" = xyes
; then :
8683 cat >>confdefs.h
<<_ACEOF
8684 #define HAVE_METAL_METAL_H 1
8692 ac_cpp
='$CPP $CPPFLAGS'
8693 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8694 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8695 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
8698 DLLFLAGS
="$DLLFLAGS -fPIC"
8700 COREFOUNDATION_LIBS
="-framework CoreFoundation"
8702 IOKIT_LIBS
="-framework IOKit -framework CoreFoundation"
8704 FORCEFEEDBACK_LIBS
="-framework ForceFeedback -framework CoreFoundation"
8706 APPLICATIONSERVICES_LIBS
="-framework ApplicationServices"
8708 CORESERVICES_LIBS
="-framework CoreServices"
8710 APPKIT_LIBS
="-framework AppKit"
8712 SYSTEMCONFIGURATION_LIBS
="-framework SystemConfiguration"
8715 WINELOADER_LDFLAGS
="-Wl,-pie,-pagezero_size,0x1000,-sectcreate,__TEXT,__info_plist,loader/wine_info.plist"
8717 wine_can_build_preloader
=yes
8718 WINEPRELOADER_LDFLAGS
="-nostartfiles -nodefaultlibs -e _start -ldylib1.o -Wl,-image_base,0x7d400000,-pagezero_size,0x1000,-sectcreate,__TEXT,__info_plist,loader/wine_info.plist"
8719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_new_main -e _main" >&5
8720 $as_echo_n "checking whether the compiler supports -Wl,-no_new_main -e _main... " >&6; }
8721 if ${ac_cv_cflags__Wl__no_new_main__e__main+:} false
; then :
8722 $as_echo_n "(cached) " >&6
8724 ac_wine_try_cflags_saved
=$CFLAGS
8725 CFLAGS
="$CFLAGS -Wl,-no_new_main -e _main"
8726 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8727 /* end confdefs.h. */
8728 int main(int argc, char **argv) { return 0; }
8730 if ac_fn_c_try_link
"$LINENO"; then :
8731 ac_cv_cflags__Wl__no_new_main__e__main
=yes
8733 ac_cv_cflags__Wl__no_new_main__e__main
=no
8735 rm -f core conftest.err conftest.
$ac_objext \
8736 conftest
$ac_exeext conftest.
$ac_ext
8737 CFLAGS
=$ac_wine_try_cflags_saved
8739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_new_main__e__main" >&5
8740 $as_echo "$ac_cv_cflags__Wl__no_new_main__e__main" >&6; }
8741 if test "x$ac_cv_cflags__Wl__no_new_main__e__main" = xyes
; then :
8742 WINEPRELOADER_LDFLAGS
="-Wl,-no_new_main $WINEPRELOADER_LDFLAGS"
8743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_new_main -e _main -nostartfiles -nodefaultlibs" >&5
8744 $as_echo_n "checking whether the compiler supports -Wl,-no_new_main -e _main -nostartfiles -nodefaultlibs... " >&6; }
8745 if ${ac_cv_cflags__Wl__no_new_main__e__main__nostartfiles__nodefaultlibs+:} false
; then :
8746 $as_echo_n "(cached) " >&6
8748 ac_wine_try_cflags_saved
=$CFLAGS
8749 CFLAGS
="$CFLAGS -Wl,-no_new_main -e _main -nostartfiles -nodefaultlibs"
8750 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8751 /* end confdefs.h. */
8752 int main(int argc, char **argv) { return 0; }
8754 if ac_fn_c_try_link
"$LINENO"; then :
8755 ac_cv_cflags__Wl__no_new_main__e__main__nostartfiles__nodefaultlibs
=yes
8757 ac_cv_cflags__Wl__no_new_main__e__main__nostartfiles__nodefaultlibs
=no
8759 rm -f core conftest.err conftest.
$ac_objext \
8760 conftest
$ac_exeext conftest.
$ac_ext
8761 CFLAGS
=$ac_wine_try_cflags_saved
8763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_new_main__e__main__nostartfiles__nodefaultlibs" >&5
8764 $as_echo "$ac_cv_cflags__Wl__no_new_main__e__main__nostartfiles__nodefaultlibs" >&6; }
8765 if test "x$ac_cv_cflags__Wl__no_new_main__e__main__nostartfiles__nodefaultlibs" = xyes
; then :
8766 EXTRACFLAGS
="$EXTRACFLAGS -Wl,-no_new_main -e _main -nostartfiles -nodefaultlibs"
8768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_new_main -e _main -mmacosx-version-min=10.7 -nostartfiles -nodefaultlibs" >&5
8769 $as_echo_n "checking whether the compiler supports -Wl,-no_new_main -e _main -mmacosx-version-min=10.7 -nostartfiles -nodefaultlibs... " >&6; }
8770 if ${ac_cv_cflags__Wl__no_new_main__e__main__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs+:} false
; then :
8771 $as_echo_n "(cached) " >&6
8773 ac_wine_try_cflags_saved
=$CFLAGS
8774 CFLAGS
="$CFLAGS -Wl,-no_new_main -e _main -mmacosx-version-min=10.7 -nostartfiles -nodefaultlibs"
8775 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8776 /* end confdefs.h. */
8777 int main(int argc, char **argv) { return 0; }
8779 if ac_fn_c_try_link
"$LINENO"; then :
8780 ac_cv_cflags__Wl__no_new_main__e__main__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs
=yes
8782 ac_cv_cflags__Wl__no_new_main__e__main__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs
=no
8784 rm -f core conftest.err conftest.
$ac_objext \
8785 conftest
$ac_exeext conftest.
$ac_ext
8786 CFLAGS
=$ac_wine_try_cflags_saved
8788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_new_main__e__main__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs" >&5
8789 $as_echo "$ac_cv_cflags__Wl__no_new_main__e__main__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs" >&6; }
8790 if test "x$ac_cv_cflags__Wl__no_new_main__e__main__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs" = xyes
; then :
8791 WINEPRELOADER_LDFLAGS
="-mmacosx-version-min=10.7 $WINEPRELOADER_LDFLAGS"
8793 wine_can_build_preloader
=no
8797 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -nostartfiles -nodefaultlibs" >&5
8798 $as_echo_n "checking whether the compiler supports -nostartfiles -nodefaultlibs... " >&6; }
8799 if ${ac_cv_cflags__nostartfiles__nodefaultlibs+:} false
; then :
8800 $as_echo_n "(cached) " >&6
8802 ac_wine_try_cflags_saved
=$CFLAGS
8803 CFLAGS
="$CFLAGS -nostartfiles -nodefaultlibs"
8804 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8805 /* end confdefs.h. */
8806 int main(int argc, char **argv) { return 0; }
8808 if ac_fn_c_try_link
"$LINENO"; then :
8809 ac_cv_cflags__nostartfiles__nodefaultlibs
=yes
8811 ac_cv_cflags__nostartfiles__nodefaultlibs
=no
8813 rm -f core conftest.err conftest.
$ac_objext \
8814 conftest
$ac_exeext conftest.
$ac_ext
8815 CFLAGS
=$ac_wine_try_cflags_saved
8817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__nostartfiles__nodefaultlibs" >&5
8818 $as_echo "$ac_cv_cflags__nostartfiles__nodefaultlibs" >&6; }
8819 if test "x$ac_cv_cflags__nostartfiles__nodefaultlibs" = xyes
; then :
8820 EXTRACFLAGS
="$EXTRACFLAGS -nostartfiles -nodefaultlibs"
8822 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -mmacosx-version-min=10.7 -nostartfiles -nodefaultlibs" >&5
8823 $as_echo_n "checking whether the compiler supports -mmacosx-version-min=10.7 -nostartfiles -nodefaultlibs... " >&6; }
8824 if ${ac_cv_cflags__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs+:} false
; then :
8825 $as_echo_n "(cached) " >&6
8827 ac_wine_try_cflags_saved
=$CFLAGS
8828 CFLAGS
="$CFLAGS -mmacosx-version-min=10.7 -nostartfiles -nodefaultlibs"
8829 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8830 /* end confdefs.h. */
8831 int main(int argc, char **argv) { return 0; }
8833 if ac_fn_c_try_link
"$LINENO"; then :
8834 ac_cv_cflags__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs
=yes
8836 ac_cv_cflags__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs
=no
8838 rm -f core conftest.err conftest.
$ac_objext \
8839 conftest
$ac_exeext conftest.
$ac_ext
8840 CFLAGS
=$ac_wine_try_cflags_saved
8842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs" >&5
8843 $as_echo "$ac_cv_cflags__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs" >&6; }
8844 if test "x$ac_cv_cflags__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs" = xyes
; then :
8845 WINEPRELOADER_LDFLAGS
="-mmacosx-version-min=10.7 $WINEPRELOADER_LDFLAGS"
8847 wine_can_build_preloader
=no
8851 if test "$wine_can_build_preloader" = "yes"
8853 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_pie" >&5
8854 $as_echo_n "checking whether the compiler supports -Wl,-no_pie... " >&6; }
8855 if ${ac_cv_cflags__Wl__no_pie+:} false
; then :
8856 $as_echo_n "(cached) " >&6
8858 ac_wine_try_cflags_saved
=$CFLAGS
8859 CFLAGS
="$CFLAGS -Wl,-no_pie"
8860 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8861 /* end confdefs.h. */
8862 int main(int argc, char **argv) { return 0; }
8864 if ac_fn_c_try_link
"$LINENO"; then :
8865 ac_cv_cflags__Wl__no_pie
=yes
8867 ac_cv_cflags__Wl__no_pie
=no
8869 rm -f core conftest.err conftest.
$ac_objext \
8870 conftest
$ac_exeext conftest.
$ac_ext
8871 CFLAGS
=$ac_wine_try_cflags_saved
8873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_pie" >&5
8874 $as_echo "$ac_cv_cflags__Wl__no_pie" >&6; }
8875 if test "x$ac_cv_cflags__Wl__no_pie" = xyes
; then :
8876 WINEPRELOADER_LDFLAGS
="-Wl,-no_pie $WINEPRELOADER_LDFLAGS"
8878 test "$wine_binary" = wine || wine_fn_append_file CONFIGURE_TARGETS
"loader/wine-preloader"
8879 WINELOADER_PROGRAMS
="$WINELOADER_PROGRAMS $wine_binary-preloader"
8881 as_fn_append wine_warnings
"|can't build Wine preloader; many programs won't work"
8884 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8886 DISKARBITRATION_LIBS
="-framework DiskArbitration -framework CoreFoundation"
8889 if test "$ac_cv_header_Security_Security_h" = "yes"
8891 SECURITY_LIBS
="-framework Security -framework CoreFoundation"
8893 ac_save_LIBS
="$LIBS"
8894 LIBS
="$LIBS $SECURITY_LIBS"
8895 for ac_func
in SSLCopyPeerCertificates
8897 ac_fn_c_check_func
"$LINENO" "SSLCopyPeerCertificates" "ac_cv_func_SSLCopyPeerCertificates"
8898 if test "x$ac_cv_func_SSLCopyPeerCertificates" = xyes
; then :
8899 cat >>confdefs.h
<<_ACEOF
8900 #define HAVE_SSLCOPYPEERCERTIFICATES 1
8906 LIBS
="$ac_save_LIBS"
8908 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8910 if test "$ac_cv_header_AudioUnit_AudioComponent_h" = "yes"
8912 COREAUDIO_LIBS
="-framework CoreFoundation -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework CoreMIDI"
8915 COREAUDIO_LIBS
="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8918 enable_winecoreaudio_drv
=${enable_winecoreaudio_drv:-yes}
8919 ac_save_LIBS
="$LIBS"
8920 LIBS
="$LIBS $COREAUDIO_LIBS"
8921 for ac_func
in AUGraphAddNode
8923 ac_fn_c_check_func
"$LINENO" "AUGraphAddNode" "ac_cv_func_AUGraphAddNode"
8924 if test "x$ac_cv_func_AUGraphAddNode" = xyes
; then :
8925 cat >>confdefs.h
<<_ACEOF
8926 #define HAVE_AUGRAPHADDNODE 1
8932 LIBS
="$ac_save_LIBS"
8934 if test "$ac_cv_header_OpenAL_al_h" = "yes"
8936 OPENAL_LIBS
="-framework OpenAL"
8939 cat >>confdefs.h
<<_ACEOF
8940 #define HAVE_OPENAL 1
8943 ac_cv_lib_openal
=yes
8945 if test "$ac_cv_header_OpenCL_opencl_h" = "yes"
8947 OPENCL_LIBS
="-framework OpenCL"
8949 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
8951 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
8953 ac_save_LIBS
="$LIBS"
8954 LIBS
="$LIBS $IOKIT_LIBS"
8955 for ac_func
in IOHIDManagerCreate
8957 ac_fn_c_check_func
"$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
8958 if test "x$ac_cv_func_IOHIDManagerCreate" = xyes
; then :
8959 cat >>confdefs.h
<<_ACEOF
8960 #define HAVE_IOHIDMANAGERCREATE 1
8966 LIBS
="$ac_save_LIBS"
8969 if test "x$with_quicktime" != "xno"
8971 if test "$ac_cv_header_QuickTime_ImageCompression_h" = "yes"
8973 ac_save_LIBS
="$LIBS"
8974 LIBS
="-framework QuickTime -framework ApplicationServices -framework CoreVideo $LIBS"
8975 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the QuickTime framework" >&5
8976 $as_echo_n "checking for the QuickTime framework... " >&6; }
8977 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8978 /* end confdefs.h. */
8979 #include <QuickTime/ImageCompression.h>
8983 CodecManagerVersion(NULL);
8988 if ac_fn_c_try_link
"$LINENO"; then :
8989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8990 $as_echo "yes" >&6; }
8991 QUICKTIME_LIBS
="-framework QuickTime -framework ApplicationServices -framework CoreVideo"
8993 enable_wineqtdecoder
=${enable_wineqtdecoder:-yes}
8995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8996 $as_echo "no" >&6; }
8997 ac_cv_header_QuickTime_ImageCompression_h
=no
8999 rm -f core conftest.err conftest.
$ac_objext \
9000 conftest
$ac_exeext conftest.
$ac_ext
9001 LIBS
="$ac_save_LIBS"
9004 if test "$ac_cv_header_QuickTime_ImageCompression_h" != "yes"; then :
9005 case "x$with_quicktime" in
9006 x
) as_fn_append wine_notices
"|QuickTime ${notice_platform}development files not found, video decoding won't be supported." ;;
9008 *) as_fn_error $?
"QuickTime ${notice_platform}development files not found, video decoding won't be supported.
9009 This is an error since --with-quicktime was requested." "$LINENO" 5 ;;
9014 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
9016 CARBON_LIBS
="-framework Carbon"
9019 if test "$ac_cv_header_Metal_Metal_h" = "yes"
9021 METAL_LIBS
="-framework Metal -framework QuartzCore"
9025 if test "$ac_cv_header_Metal_Metal_h" = "yes"
9027 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether MTLDevice protocol supports registryID property" >&5
9028 $as_echo_n "checking whether MTLDevice protocol supports registryID property... " >&6; }
9030 ac_cpp
='$OBJCPP $CPPFLAGS'
9031 ac_compile
='$OBJC -c $OBJCFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9032 ac_link
='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9033 ac_compiler_gnu
=$ac_cv_objc_compiler_gnu
9035 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9036 /* end confdefs.h. */
9037 #include <Metal/Metal.h>
9041 id<MTLDevice> device; device.registryID;
9046 if ac_fn_objc_try_compile
"$LINENO"; then :
9047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9048 $as_echo "yes" >&6; }
9050 $as_echo "#define HAVE_MTLDEVICE_REGISTRYID 1" >>confdefs.h
9053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9054 $as_echo "no" >&6; }
9056 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
9058 ac_cpp
='$CPP $CPPFLAGS'
9059 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9060 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9061 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
9065 if test "$ac_cv_header_ApplicationServices_ApplicationServices_h" = "yes"
9067 ac_save_LIBS
="$LIBS"
9068 LIBS
="$LIBS $APPLICATIONSERVICES_LIBS"
9069 ac_fn_c_check_func
"$LINENO" "CGDisplayModeGetWidth" "ac_cv_func_CGDisplayModeGetWidth"
9070 if test "x$ac_cv_func_CGDisplayModeGetWidth" = xyes
; then :
9071 enable_winemac_drv
=${enable_winemac_drv:-yes}
9074 LIBS
="$ac_save_LIBS"
9077 if test "x$enable_win16" = "xyes"
9079 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
9080 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
9081 if test "$cross_compiling" = yes; then :
9082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
9083 $as_echo "cross-compiling, assuming yes" >&6; }
9085 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9086 /* end confdefs.h. */
9089 "good:\tnop;nop\n\t"
9090 ".globl _testfunc\n"
9091 "_testfunc:\tcallw good");
9092 extern void testfunc();
9096 unsigned short *p = (unsigned short *)testfunc;
9097 return p[0] != 0xe866 || p[1] != 0xfffa
9102 if ac_fn_c_try_run
"$LINENO"; then :
9103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9104 $as_echo "yes" >&6; }
9106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9107 $as_echo "no" >&6; }
9108 as_fn_error $?
"Xcode 3.x cannot build 16-bit code correctly. Use --disable-win16 if you don't need 16-bit support." "$LINENO" 5
9110 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
9111 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
9116 LIBWINE_SHAREDLIB
="libwine.$libwine_version.dylib"
9118 LIBWINE_LDFLAGS
="-dynamiclib -install_name @rpath/libwine.$libwine_soversion.dylib -Wl,-rpath,@loader_path/ -compatibility_version $libwine_soversion -current_version $libwine_version"
9120 WINELOADER_DEPENDS
="wine_info.plist"
9122 TOP_INSTALL_LIB
="$TOP_INSTALL_LIB libs/wine/libwine.$libwine_version.dylib libs/wine/libwine.$libwine_soversion.dylib"
9123 TOP_INSTALL_DEV
="$TOP_INSTALL_DEV libs/wine/libwine.dylib"
9127 DLLFLAGS
="$DLLFLAGS -fPIC"
9129 LDEXECFLAGS
="-Wl,-pie"
9130 enable_wineandroid_drv
=${enable_wineandroid_drv:-yes}
9131 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
9132 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
9133 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false
; then :
9134 $as_echo_n "(cached) " >&6
9136 ac_wine_try_cflags_saved
=$CFLAGS
9137 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
9138 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9139 /* end confdefs.h. */
9140 int main(int argc, char **argv) { return 0; }
9142 if ac_fn_c_try_link
"$LINENO"; then :
9143 ac_cv_cflags__fPIC__Wl___export_dynamic
=yes
9145 ac_cv_cflags__fPIC__Wl___export_dynamic
=no
9147 rm -f core conftest.err conftest.
$ac_objext \
9148 conftest
$ac_exeext conftest.
$ac_ext
9149 CFLAGS
=$ac_wine_try_cflags_saved
9151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
9152 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
9153 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes
; then :
9154 WINELOADER_LDFLAGS
="-Wl,--export-dynamic"
9156 WINEPRELOADER_LDFLAGS
="-static -nostartfiles -nodefaultlibs -Wl,-Ttext=0x7d400000"
9158 LIBWINE_SHAREDLIB
="libwine.so"
9160 LIBWINE_LDFLAGS
="-shared -Wl,-soname,libwine.so"
9162 TOP_INSTALL_LIB
="$TOP_INSTALL_LIB libs/wine/libwine.so"
9164 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lEGL" >&5
9165 $as_echo_n "checking for -lEGL... " >&6; }
9166 if ${ac_cv_lib_soname_EGL+:} false
; then :
9167 $as_echo_n "(cached) " >&6
9169 ac_check_soname_save_LIBS
=$LIBS
9171 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9172 /* end confdefs.h. */
9174 /* Override any GCC internal prototype to avoid an error.
9175 Use char because int might match the return type of a GCC
9176 builtin and then its argument prototype would still apply. */
9180 char eglGetProcAddress ();
9184 return eglGetProcAddress ();
9189 if ac_fn_c_try_link
"$LINENO"; then :
9191 dll
) ac_cv_lib_soname_EGL
=`$ac_cv_path_LDD conftest.exe | grep "EGL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9192 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'` ;;
9193 *) ac_cv_lib_soname_EGL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libEGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libEGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9194 if ${ac_cv_lib_soname_EGL:+false} :; then :
9195 ac_cv_lib_soname_EGL
=`$LDD conftest$ac_exeext | grep "libEGL\\.$LIBEXT" | sed -e "s/^.*\(libEGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9199 ac_cv_lib_soname_EGL
=
9201 rm -f core conftest.err conftest.
$ac_objext \
9202 conftest
$ac_exeext conftest.
$ac_ext
9203 LIBS
=$ac_check_soname_save_LIBS
9205 if ${ac_cv_lib_soname_EGL:+false} :; then :
9206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9207 $as_echo "not found" >&6; }
9210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_EGL" >&5
9211 $as_echo "$ac_cv_lib_soname_EGL" >&6; }
9213 cat >>confdefs.h
<<_ACEOF
9214 #define SONAME_LIBEGL "$ac_cv_lib_soname_EGL"
9219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLESv2" >&5
9220 $as_echo_n "checking for -lGLESv2... " >&6; }
9221 if ${ac_cv_lib_soname_GLESv2+:} false
; then :
9222 $as_echo_n "(cached) " >&6
9224 ac_check_soname_save_LIBS
=$LIBS
9225 LIBS
="-lGLESv2 $LIBS"
9226 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9227 /* end confdefs.h. */
9229 /* Override any GCC internal prototype to avoid an error.
9230 Use char because int might match the return type of a GCC
9231 builtin and then its argument prototype would still apply. */
9244 if ac_fn_c_try_link
"$LINENO"; then :
9246 dll
) ac_cv_lib_soname_GLESv2
=`$ac_cv_path_LDD conftest.exe | grep "GLESv2" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9247 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'` ;;
9248 *) ac_cv_lib_soname_GLESv2
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGLESv2\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGLESv2\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9249 if ${ac_cv_lib_soname_GLESv2:+false} :; then :
9250 ac_cv_lib_soname_GLESv2
=`$LDD conftest$ac_exeext | grep "libGLESv2\\.$LIBEXT" | sed -e "s/^.*\(libGLESv2\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9254 ac_cv_lib_soname_GLESv2
=
9256 rm -f core conftest.err conftest.
$ac_objext \
9257 conftest
$ac_exeext conftest.
$ac_ext
9258 LIBS
=$ac_check_soname_save_LIBS
9260 if ${ac_cv_lib_soname_GLESv2:+false} :; then :
9261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9262 $as_echo "not found" >&6; }
9265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLESv2" >&5
9266 $as_echo "$ac_cv_lib_soname_GLESv2" >&6; }
9268 cat >>confdefs.h
<<_ACEOF
9269 #define SONAME_LIBGLESV2 "$ac_cv_lib_soname_GLESv2"
9275 if test "x$exec_prefix" = xNONE
9278 *i
[3456]86*) exec_prefix
='${prefix}/x86' ;;
9279 *x86_64
*) exec_prefix
='${prefix}/x86_64' ;;
9280 *arm
*) exec_prefix
='${prefix}/armeabi-v7a' ;;
9281 *aarch64
*) exec_prefix
='${prefix}/arm64-v8a' ;;
9289 DLLFLAGS
="$DLLFLAGS -fno-PIC"
9290 LDDLLFLAGS
="-fno-PIC" ;;
9292 DLLFLAGS
="$DLLFLAGS -fPIC"
9293 LDDLLFLAGS
="-fPIC" ;;
9295 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
9296 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
9297 if ${ac_cv_c_dll_gnuelf+:} false
; then :
9298 $as_echo_n "(cached) " >&6
9300 ac_wine_try_cflags_saved
=$CFLAGS
9301 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
9302 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9303 /* end confdefs.h. */
9306 if ac_fn_c_try_link
"$LINENO"; then :
9307 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic
=yes
9309 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic
=no
9311 rm -f core conftest.err conftest.
$ac_objext \
9312 conftest
$ac_exeext conftest.
$ac_ext
9313 CFLAGS
=$ac_wine_try_cflags_saved
9314 if test "x$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic" = xyes
; then :
9315 ac_cv_c_dll_gnuelf
="yes"
9317 ac_cv_c_dll_gnuelf
="no"
9320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
9321 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
9322 if test "$ac_cv_c_dll_gnuelf" = "yes"
9324 LIBWINE_LDFLAGS
="-shared"
9325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -shared -Wl,-soname,confest.so.1" >&5
9326 $as_echo_n "checking whether the compiler supports -shared -Wl,-soname,confest.so.1... " >&6; }
9327 if ${ac_cv_cflags__shared__Wl__soname_confest_so_1+:} false
; then :
9328 $as_echo_n "(cached) " >&6
9330 ac_wine_try_cflags_saved
=$CFLAGS
9331 CFLAGS
="$CFLAGS -shared -Wl,-soname,confest.so.1"
9332 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9333 /* end confdefs.h. */
9334 int main(int argc, char **argv) { return 0; }
9336 if ac_fn_c_try_link
"$LINENO"; then :
9337 ac_cv_cflags__shared__Wl__soname_confest_so_1
=yes
9339 ac_cv_cflags__shared__Wl__soname_confest_so_1
=no
9341 rm -f core conftest.err conftest.
$ac_objext \
9342 conftest
$ac_exeext conftest.
$ac_ext
9343 CFLAGS
=$ac_wine_try_cflags_saved
9345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__shared__Wl__soname_confest_so_1" >&5
9346 $as_echo "$ac_cv_cflags__shared__Wl__soname_confest_so_1" >&6; }
9347 if test "x$ac_cv_cflags__shared__Wl__soname_confest_so_1" = xyes
; then :
9348 LIBWINE_LDFLAGS
="-shared -Wl,-soname,libwine.so.$libwine_soversion"
9350 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -shared -Wl,-h,confest.so.1" >&5
9351 $as_echo_n "checking whether the compiler supports -shared -Wl,-h,confest.so.1... " >&6; }
9352 if ${ac_cv_cflags__shared__Wl__h_confest_so_1+:} false
; then :
9353 $as_echo_n "(cached) " >&6
9355 ac_wine_try_cflags_saved
=$CFLAGS
9356 CFLAGS
="$CFLAGS -shared -Wl,-h,confest.so.1"
9357 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9358 /* end confdefs.h. */
9359 int main(int argc, char **argv) { return 0; }
9361 if ac_fn_c_try_link
"$LINENO"; then :
9362 ac_cv_cflags__shared__Wl__h_confest_so_1
=yes
9364 ac_cv_cflags__shared__Wl__h_confest_so_1
=no
9366 rm -f core conftest.err conftest.
$ac_objext \
9367 conftest
$ac_exeext conftest.
$ac_ext
9368 CFLAGS
=$ac_wine_try_cflags_saved
9370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__shared__Wl__h_confest_so_1" >&5
9371 $as_echo "$ac_cv_cflags__shared__Wl__h_confest_so_1" >&6; }
9372 if test "x$ac_cv_cflags__shared__Wl__h_confest_so_1" = xyes
; then :
9373 LIBWINE_LDFLAGS
="-shared -Wl,-h,libwine.so.$libwine_soversion"
9377 echo '{ global: *; };' >conftest.map
9378 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -shared -Wl,--version-script=conftest.map" >&5
9379 $as_echo_n "checking whether the compiler supports -shared -Wl,--version-script=conftest.map... " >&6; }
9380 if ${ac_cv_cflags__shared__Wl___version_script_conftest_map+:} false
; then :
9381 $as_echo_n "(cached) " >&6
9383 ac_wine_try_cflags_saved
=$CFLAGS
9384 CFLAGS
="$CFLAGS -shared -Wl,--version-script=conftest.map"
9385 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9386 /* end confdefs.h. */
9387 int main(int argc, char **argv) { return 0; }
9389 if ac_fn_c_try_link
"$LINENO"; then :
9390 ac_cv_cflags__shared__Wl___version_script_conftest_map
=yes
9392 ac_cv_cflags__shared__Wl___version_script_conftest_map
=no
9394 rm -f core conftest.err conftest.
$ac_objext \
9395 conftest
$ac_exeext conftest.
$ac_ext
9396 CFLAGS
=$ac_wine_try_cflags_saved
9398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__shared__Wl___version_script_conftest_map" >&5
9399 $as_echo "$ac_cv_cflags__shared__Wl___version_script_conftest_map" >&6; }
9400 if test "x$ac_cv_cflags__shared__Wl___version_script_conftest_map" = xyes
; then :
9401 LIBWINE_LDFLAGS
="$LIBWINE_LDFLAGS -Wl,--version-script=\$(srcdir)/wine.map"
9405 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--export-dynamic" >&5
9406 $as_echo_n "checking whether the compiler supports -Wl,--export-dynamic... " >&6; }
9407 if ${ac_cv_cflags__Wl___export_dynamic+:} false
; then :
9408 $as_echo_n "(cached) " >&6
9410 ac_wine_try_cflags_saved
=$CFLAGS
9411 CFLAGS
="$CFLAGS -Wl,--export-dynamic"
9412 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9413 /* end confdefs.h. */
9414 int main(int argc, char **argv) { return 0; }
9416 if ac_fn_c_try_link
"$LINENO"; then :
9417 ac_cv_cflags__Wl___export_dynamic
=yes
9419 ac_cv_cflags__Wl___export_dynamic
=no
9421 rm -f core conftest.err conftest.
$ac_objext \
9422 conftest
$ac_exeext conftest.
$ac_ext
9423 CFLAGS
=$ac_wine_try_cflags_saved
9425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___export_dynamic" >&5
9426 $as_echo "$ac_cv_cflags__Wl___export_dynamic" >&6; }
9427 if test "x$ac_cv_cflags__Wl___export_dynamic" = xyes
; then :
9428 WINELOADER_LDFLAGS
="-Wl,--export-dynamic"
9430 WINEPRELOADER_LDFLAGS
="-static -nostartfiles -nodefaultlibs -Wl,-Ttext=0x7d400000"
9433 *i
[3456789]86* | x86_64 |
*aarch64
*)
9434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000" >&5
9435 $as_echo_n "checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000... " >&6; }
9436 if ${ac_cv_cflags__Wl__Ttext_segment_0x7bc00000+:} false
; then :
9437 $as_echo_n "(cached) " >&6
9439 ac_wine_try_cflags_saved
=$CFLAGS
9440 CFLAGS
="$CFLAGS -Wl,-Ttext-segment=0x7bc00000"
9441 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9442 /* end confdefs.h. */
9443 int main(int argc, char **argv) { return 0; }
9445 if ac_fn_c_try_link
"$LINENO"; then :
9446 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000
=yes
9448 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000
=no
9450 rm -f core conftest.err conftest.
$ac_objext \
9451 conftest
$ac_exeext conftest.
$ac_ext
9452 CFLAGS
=$ac_wine_try_cflags_saved
9454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&5
9455 $as_echo "$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&6; }
9456 if test "x$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" = xyes
; then :
9458 freebsd
* | kfreebsd
*-gnu) WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,-Ttext-segment=0x60000000" ;;
9459 *) WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,-Ttext-segment=0x7d000000" ;;
9462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7d000400" >&5
9463 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7d000400... " >&6; }
9464 if ${ac_cv_cflags__Wl___section_start__interp_0x7d000400+:} false
; then :
9465 $as_echo_n "(cached) " >&6
9467 ac_wine_try_cflags_saved
=$CFLAGS
9468 CFLAGS
="$CFLAGS -Wl,--section-start,.interp=0x7d000400"
9469 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9470 /* end confdefs.h. */
9471 int main(int argc, char **argv) { return 0; }
9473 if ac_fn_c_try_link
"$LINENO"; then :
9474 ac_cv_cflags__Wl___section_start__interp_0x7d000400
=yes
9476 ac_cv_cflags__Wl___section_start__interp_0x7d000400
=no
9478 rm -f core conftest.err conftest.
$ac_objext \
9479 conftest
$ac_exeext conftest.
$ac_ext
9480 CFLAGS
=$ac_wine_try_cflags_saved
9482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7d000400" >&5
9483 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7d000400" >&6; }
9484 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7d000400" = xyes
; then :
9486 freebsd
* | kfreebsd
*-gnu) WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,--section-start,.interp=0x60000400" ;;
9487 *) WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,--section-start,.interp=0x7d000400" ;;
9490 # Extract the first word of "prelink", so it can be a program name with args.
9491 set dummy prelink
; ac_word
=$2
9492 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9493 $as_echo_n "checking for $ac_word... " >&6; }
9494 if ${ac_cv_path_PRELINK+:} false
; then :
9495 $as_echo_n "(cached) " >&6
9499 ac_cv_path_PRELINK
="$PRELINK" # Let the user override the test with a path.
9502 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9503 for as_dir
in /sbin
/usr
/sbin
$PATH
9506 test -z "$as_dir" && as_dir
=.
9507 for ac_exec_ext
in '' $ac_executable_extensions; do
9508 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
9509 ac_cv_path_PRELINK
="$as_dir/$ac_word$ac_exec_ext"
9510 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9517 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK
="false"
9521 PRELINK
=$ac_cv_path_PRELINK
9522 if test -n "$PRELINK"; then
9523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
9524 $as_echo "$PRELINK" >&6; }
9526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9527 $as_echo "no" >&6; }
9531 if test "x$PRELINK" = xfalse
9533 as_fn_append wine_warnings
"|prelink not found and linker does not support relocation, base address of core dlls won't be set correctly."
9536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-z,max-page-size=0x1000" >&5
9537 $as_echo_n "checking whether the compiler supports -Wl,-z,max-page-size=0x1000... " >&6; }
9538 if ${ac_cv_cflags__Wl__z_max_page_size_0x1000+:} false
; then :
9539 $as_echo_n "(cached) " >&6
9541 ac_wine_try_cflags_saved
=$CFLAGS
9542 CFLAGS
="$CFLAGS -Wl,-z,max-page-size=0x1000"
9543 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9544 /* end confdefs.h. */
9545 int main(int argc, char **argv) { return 0; }
9547 if ac_fn_c_try_link
"$LINENO"; then :
9548 ac_cv_cflags__Wl__z_max_page_size_0x1000
=yes
9550 ac_cv_cflags__Wl__z_max_page_size_0x1000
=no
9552 rm -f core conftest.err conftest.
$ac_objext \
9553 conftest
$ac_exeext conftest.
$ac_ext
9554 CFLAGS
=$ac_wine_try_cflags_saved
9556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__z_max_page_size_0x1000" >&5
9557 $as_echo "$ac_cv_cflags__Wl__z_max_page_size_0x1000" >&6; }
9558 if test "x$ac_cv_cflags__Wl__z_max_page_size_0x1000" = xyes
; then :
9559 WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,-z,max-page-size=0x1000"
9565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
9566 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
9567 if ${ac_cv_c_dll_unixware+:} false
; then :
9568 $as_echo_n "(cached) " >&6
9570 ac_wine_try_cflags_saved
=$CFLAGS
9571 CFLAGS
="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9572 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9573 /* end confdefs.h. */
9576 if ac_fn_c_try_link
"$LINENO"; then :
9577 ac_cv_cflags__fPIC__Wl__G__h_conftest_so_1_0__B_symbolic
=yes
9579 ac_cv_cflags__fPIC__Wl__G__h_conftest_so_1_0__B_symbolic
=no
9581 rm -f core conftest.err conftest.
$ac_objext \
9582 conftest
$ac_exeext conftest.
$ac_ext
9583 CFLAGS
=$ac_wine_try_cflags_saved
9584 if test "x$ac_cv_cflags__fPIC__Wl__G__h_conftest_so_1_0__B_symbolic" = xyes
; then :
9585 ac_cv_c_dll_unixware
="yes"
9587 ac_cv_c_dll_unixware
="no"
9590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
9591 $as_echo "$ac_cv_c_dll_unixware" >&6; }
9592 if test "$ac_cv_c_dll_unixware" = "yes"
9594 LIBWINE_LDFLAGS
="-Wl,-G,-h,libwine.so.$libwine_soversion"
9597 LIBWINE_SHAREDLIB
="libwine.so.$libwine_version"
9599 LIBWINE_DEPENDS
="wine.map"
9601 TOP_INSTALL_LIB
="$TOP_INSTALL_LIB libs/wine/libwine.so.$libwine_version libs/wine/libwine.so.$libwine_soversion"
9602 TOP_INSTALL_DEV
="$TOP_INSTALL_DEV libs/wine/libwine.so"
9606 enable_winecoreaudio_drv
=${enable_winecoreaudio_drv:-no}
9607 enable_wineqtdecoder
=${enable_wineqtdecoder:-no}
9608 enable_wineandroid_drv
=${enable_wineandroid_drv:-no}
9609 enable_winemac_drv
=${enable_winemac_drv:-no}
9610 test "$ac_cv_header_linux_joystick_h" = "yes" -o "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes" || enable_winejoystick_drv
=${enable_winejoystick_drv:-no}
9613 if test "x$with_mingw" != xno
9615 case "x$with_mingw" in
9616 x|xyes
) case "$host_cpu" in
9618 ac_prefix_list
="aarch64-w64-mingw32-clang aarch64-w64-mingw32-gcc" ;;
9620 ac_prefix_list
="armv7-w64-mingw32-clang armv7-w64-mingw32-gcc" ;;
9622 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
9623 i686-w64-mingw32-clang i586-w64-mingw32-clang i486-w64-mingw32-clang i386-w64-mingw32-clang
9626 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
9627 x86_64-w64-mingw32-clang amd64-w64-mingw32-clang " ;;
9629 ac_prefix_list
="" ;;
9631 for ac_prog
in $ac_prefix_list
9633 # Extract the first word of "$ac_prog", so it can be a program name with args.
9634 set dummy
$ac_prog; ac_word
=$2
9635 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9636 $as_echo_n "checking for $ac_word... " >&6; }
9637 if ${ac_cv_prog_CROSSCC+:} false
; then :
9638 $as_echo_n "(cached) " >&6
9640 if test -n "$CROSSCC"; then
9641 ac_cv_prog_CROSSCC
="$CROSSCC" # Let the user override the test.
9643 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9647 test -z "$as_dir" && as_dir
=.
9648 for ac_exec_ext
in '' $ac_executable_extensions; do
9649 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
9650 ac_cv_prog_CROSSCC
="$ac_prog"
9651 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9660 CROSSCC
=$ac_cv_prog_CROSSCC
9661 if test -n "$CROSSCC"; then
9662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
9663 $as_echo "$CROSSCC" >&6; }
9665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9666 $as_echo "no" >&6; }
9670 test -n "$CROSSCC" && break
9672 test -n "$CROSSCC" || CROSSCC
="false"
9674 *) CROSSCC
=$with_mingw ;;
9676 if test "$CROSSCC" != "false"
9679 saved_CFLAGS
=$CFLAGS
9680 CROSSCFLAGS
=${CROSSCFLAGS:-"-g -O2"}
9682 EXTRACROSSCFLAGS
="-DWINE_CROSS_PE -Wall"
9688 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CROSSCC works" >&5
9689 $as_echo_n "checking whether $CROSSCC works... " >&6; }
9690 if ${wine_cv_crosscc+:} false
; then :
9691 $as_echo_n "(cached) " >&6
9693 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9694 /* end confdefs.h. */
9704 if ac_fn_c_try_compile
"$LINENO"; then :
9709 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
9711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_crosscc" >&5
9712 $as_echo "$wine_cv_crosscc" >&6; }
9713 if test $wine_cv_crosscc = yes
9720 *-gcc) CROSSTARGET
=`expr "$1" : '\(.*\)-gcc'` ;;
9721 *-clang) CROSSTARGET
=`expr "$1" : '\(.*\)-clang'` ;;
9726 llvm_target
=$CROSSTARGET
9727 llvm_cflags
="-fuse-ld=lld"
9728 if test -z "$llvm_target"
9731 *i
[3456789]86*) llvm_target
=i686-windows
;;
9732 *) llvm_target
=$host_cpu-windows ;;
9735 case $llvm_target in
9736 *windows
) llvm_cflags
="$llvm_cflags -Wl,-subsystem:console" ;;
9738 as_ac_var
=`$as_echo "ac_cv_crosscflags_-target $llvm_target $llvm_cflags" | $as_tr_sh`
9739 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -target $llvm_target $llvm_cflags" >&5
9740 $as_echo_n "checking whether the cross-compiler supports -target $llvm_target $llvm_cflags... " >&6; }
9741 if eval \
${$as_ac_var+:} false
; then :
9742 $as_echo_n "(cached) " >&6
9744 ac_wine_try_cflags_saved
=$CFLAGS
9745 ac_wine_try_cflags_saved_cc
=$CC
9746 ac_wine_try_cflags_saved_exeext
=$ac_exeext
9747 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -target $llvm_target $llvm_cflags"
9750 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9751 /* end confdefs.h. */
9752 int __cdecl mainCRTStartup(void) { return 0; }
9754 if ac_fn_c_try_link
"$LINENO"; then :
9755 eval "$as_ac_var=yes"
9757 eval "$as_ac_var=no"
9759 rm -f core conftest.err conftest.
$ac_objext \
9760 conftest
$ac_exeext conftest.
$ac_ext
9761 CFLAGS
=$ac_wine_try_cflags_saved
9762 CC
=$ac_wine_try_cflags_saved_cc
9763 ac_exeext
=$ac_wine_try_cflags_saved_exeext
9765 eval ac_res
=\$
$as_ac_var
9766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
9767 $as_echo "$ac_res" >&6; }
9768 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
9769 CROSSTARGET
=$llvm_target
9770 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -target $CROSSTARGET"
9771 DELAYLOADFLAG
="-Wl,-delayload,"
9773 CFLAGS
="$CFLAGS $llvm_cflags"
9776 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -fno-strict-aliasing" >&5
9777 $as_echo_n "checking whether the cross-compiler supports -fno-strict-aliasing... " >&6; }
9778 if ${ac_cv_crosscflags__fno_strict_aliasing+:} false
; then :
9779 $as_echo_n "(cached) " >&6
9781 ac_wine_try_cflags_saved
=$CFLAGS
9782 ac_wine_try_cflags_saved_cc
=$CC
9783 ac_wine_try_cflags_saved_exeext
=$ac_exeext
9784 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -fno-strict-aliasing"
9787 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9788 /* end confdefs.h. */
9789 int __cdecl mainCRTStartup(void) { return 0; }
9791 if ac_fn_c_try_link
"$LINENO"; then :
9792 ac_cv_crosscflags__fno_strict_aliasing
=yes
9794 ac_cv_crosscflags__fno_strict_aliasing
=no
9796 rm -f core conftest.err conftest.
$ac_objext \
9797 conftest
$ac_exeext conftest.
$ac_ext
9798 CFLAGS
=$ac_wine_try_cflags_saved
9799 CC
=$ac_wine_try_cflags_saved_cc
9800 ac_exeext
=$ac_wine_try_cflags_saved_exeext
9802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__fno_strict_aliasing" >&5
9803 $as_echo "$ac_cv_crosscflags__fno_strict_aliasing" >&6; }
9804 if test "x$ac_cv_crosscflags__fno_strict_aliasing" = xyes
; then :
9805 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -fno-strict-aliasing"
9807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Werror=unknown-warning-option" >&5
9808 $as_echo_n "checking whether the cross-compiler supports -Werror=unknown-warning-option... " >&6; }
9809 if ${ac_cv_crosscflags__Werror_unknown_warning_option+:} false
; then :
9810 $as_echo_n "(cached) " >&6
9812 ac_wine_try_cflags_saved
=$CFLAGS
9813 ac_wine_try_cflags_saved_cc
=$CC
9814 ac_wine_try_cflags_saved_exeext
=$ac_exeext
9815 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Werror=unknown-warning-option"
9818 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9819 /* end confdefs.h. */
9820 int __cdecl mainCRTStartup(void) { return 0; }
9822 if ac_fn_c_try_link
"$LINENO"; then :
9823 ac_cv_crosscflags__Werror_unknown_warning_option
=yes
9825 ac_cv_crosscflags__Werror_unknown_warning_option
=no
9827 rm -f core conftest.err conftest.
$ac_objext \
9828 conftest
$ac_exeext conftest.
$ac_ext
9829 CFLAGS
=$ac_wine_try_cflags_saved
9830 CC
=$ac_wine_try_cflags_saved_cc
9831 ac_exeext
=$ac_wine_try_cflags_saved_exeext
9833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Werror_unknown_warning_option" >&5
9834 $as_echo "$ac_cv_crosscflags__Werror_unknown_warning_option" >&6; }
9835 if test "x$ac_cv_crosscflags__Werror_unknown_warning_option" = xyes
; then :
9836 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
9838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Werror=ignored-optimization-argument" >&5
9839 $as_echo_n "checking whether the cross-compiler supports -Werror=ignored-optimization-argument... " >&6; }
9840 if ${ac_cv_crosscflags__Werror_ignored_optimization_argument+:} false
; then :
9841 $as_echo_n "(cached) " >&6
9843 ac_wine_try_cflags_saved
=$CFLAGS
9844 ac_wine_try_cflags_saved_cc
=$CC
9845 ac_wine_try_cflags_saved_exeext
=$ac_exeext
9846 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Werror=ignored-optimization-argument"
9849 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9850 /* end confdefs.h. */
9851 int __cdecl mainCRTStartup(void) { return 0; }
9853 if ac_fn_c_try_link
"$LINENO"; then :
9854 ac_cv_crosscflags__Werror_ignored_optimization_argument
=yes
9856 ac_cv_crosscflags__Werror_ignored_optimization_argument
=no
9858 rm -f core conftest.err conftest.
$ac_objext \
9859 conftest
$ac_exeext conftest.
$ac_ext
9860 CFLAGS
=$ac_wine_try_cflags_saved
9861 CC
=$ac_wine_try_cflags_saved_cc
9862 ac_exeext
=$ac_wine_try_cflags_saved_exeext
9864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Werror_ignored_optimization_argument" >&5
9865 $as_echo "$ac_cv_crosscflags__Werror_ignored_optimization_argument" >&6; }
9866 if test "x$ac_cv_crosscflags__Werror_ignored_optimization_argument" = xyes
; then :
9867 CFLAGS
="$CFLAGS -Werror=ignored-optimization-argument"
9869 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wdeclaration-after-statement" >&5
9870 $as_echo_n "checking whether the cross-compiler supports -Wdeclaration-after-statement... " >&6; }
9871 if ${ac_cv_crosscflags__Wdeclaration_after_statement+:} false
; then :
9872 $as_echo_n "(cached) " >&6
9874 ac_wine_try_cflags_saved
=$CFLAGS
9875 ac_wine_try_cflags_saved_cc
=$CC
9876 ac_wine_try_cflags_saved_exeext
=$ac_exeext
9877 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wdeclaration-after-statement"
9880 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9881 /* end confdefs.h. */
9882 int __cdecl mainCRTStartup(void) { return 0; }
9884 if ac_fn_c_try_link
"$LINENO"; then :
9885 ac_cv_crosscflags__Wdeclaration_after_statement
=yes
9887 ac_cv_crosscflags__Wdeclaration_after_statement
=no
9889 rm -f core conftest.err conftest.
$ac_objext \
9890 conftest
$ac_exeext conftest.
$ac_ext
9891 CFLAGS
=$ac_wine_try_cflags_saved
9892 CC
=$ac_wine_try_cflags_saved_cc
9893 ac_exeext
=$ac_wine_try_cflags_saved_exeext
9895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wdeclaration_after_statement" >&5
9896 $as_echo "$ac_cv_crosscflags__Wdeclaration_after_statement" >&6; }
9897 if test "x$ac_cv_crosscflags__Wdeclaration_after_statement" = xyes
; then :
9898 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wdeclaration-after-statement"
9900 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wempty-body" >&5
9901 $as_echo_n "checking whether the cross-compiler supports -Wempty-body... " >&6; }
9902 if ${ac_cv_crosscflags__Wempty_body+:} false
; then :
9903 $as_echo_n "(cached) " >&6
9905 ac_wine_try_cflags_saved
=$CFLAGS
9906 ac_wine_try_cflags_saved_cc
=$CC
9907 ac_wine_try_cflags_saved_exeext
=$ac_exeext
9908 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wempty-body"
9911 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9912 /* end confdefs.h. */
9913 int __cdecl mainCRTStartup(void) { return 0; }
9915 if ac_fn_c_try_link
"$LINENO"; then :
9916 ac_cv_crosscflags__Wempty_body
=yes
9918 ac_cv_crosscflags__Wempty_body
=no
9920 rm -f core conftest.err conftest.
$ac_objext \
9921 conftest
$ac_exeext conftest.
$ac_ext
9922 CFLAGS
=$ac_wine_try_cflags_saved
9923 CC
=$ac_wine_try_cflags_saved_cc
9924 ac_exeext
=$ac_wine_try_cflags_saved_exeext
9926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wempty_body" >&5
9927 $as_echo "$ac_cv_crosscflags__Wempty_body" >&6; }
9928 if test "x$ac_cv_crosscflags__Wempty_body" = xyes
; then :
9929 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wempty-body"
9931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wignored-qualifiers" >&5
9932 $as_echo_n "checking whether the cross-compiler supports -Wignored-qualifiers... " >&6; }
9933 if ${ac_cv_crosscflags__Wignored_qualifiers+:} false
; then :
9934 $as_echo_n "(cached) " >&6
9936 ac_wine_try_cflags_saved
=$CFLAGS
9937 ac_wine_try_cflags_saved_cc
=$CC
9938 ac_wine_try_cflags_saved_exeext
=$ac_exeext
9939 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wignored-qualifiers"
9942 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9943 /* end confdefs.h. */
9944 int __cdecl mainCRTStartup(void) { return 0; }
9946 if ac_fn_c_try_link
"$LINENO"; then :
9947 ac_cv_crosscflags__Wignored_qualifiers
=yes
9949 ac_cv_crosscflags__Wignored_qualifiers
=no
9951 rm -f core conftest.err conftest.
$ac_objext \
9952 conftest
$ac_exeext conftest.
$ac_ext
9953 CFLAGS
=$ac_wine_try_cflags_saved
9954 CC
=$ac_wine_try_cflags_saved_cc
9955 ac_exeext
=$ac_wine_try_cflags_saved_exeext
9957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wignored_qualifiers" >&5
9958 $as_echo "$ac_cv_crosscflags__Wignored_qualifiers" >&6; }
9959 if test "x$ac_cv_crosscflags__Wignored_qualifiers" = xyes
; then :
9960 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wignored-qualifiers"
9962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wpacked-not-aligned" >&5
9963 $as_echo_n "checking whether the cross-compiler supports -Wpacked-not-aligned... " >&6; }
9964 if ${ac_cv_crosscflags__Wpacked_not_aligned+:} false
; then :
9965 $as_echo_n "(cached) " >&6
9967 ac_wine_try_cflags_saved
=$CFLAGS
9968 ac_wine_try_cflags_saved_cc
=$CC
9969 ac_wine_try_cflags_saved_exeext
=$ac_exeext
9970 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wpacked-not-aligned"
9973 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9974 /* end confdefs.h. */
9975 int __cdecl mainCRTStartup(void) { return 0; }
9977 if ac_fn_c_try_link
"$LINENO"; then :
9978 ac_cv_crosscflags__Wpacked_not_aligned
=yes
9980 ac_cv_crosscflags__Wpacked_not_aligned
=no
9982 rm -f core conftest.err conftest.
$ac_objext \
9983 conftest
$ac_exeext conftest.
$ac_ext
9984 CFLAGS
=$ac_wine_try_cflags_saved
9985 CC
=$ac_wine_try_cflags_saved_cc
9986 ac_exeext
=$ac_wine_try_cflags_saved_exeext
9988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wpacked_not_aligned" >&5
9989 $as_echo "$ac_cv_crosscflags__Wpacked_not_aligned" >&6; }
9990 if test "x$ac_cv_crosscflags__Wpacked_not_aligned" = xyes
; then :
9991 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wno-packed-not-aligned"
9993 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wpragma-pack" >&5
9994 $as_echo_n "checking whether the cross-compiler supports -Wpragma-pack... " >&6; }
9995 if ${ac_cv_crosscflags__Wpragma_pack+:} false
; then :
9996 $as_echo_n "(cached) " >&6
9998 ac_wine_try_cflags_saved
=$CFLAGS
9999 ac_wine_try_cflags_saved_cc
=$CC
10000 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10001 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wpragma-pack"
10004 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10005 /* end confdefs.h. */
10006 int __cdecl mainCRTStartup(void) { return 0; }
10008 if ac_fn_c_try_link
"$LINENO"; then :
10009 ac_cv_crosscflags__Wpragma_pack
=yes
10011 ac_cv_crosscflags__Wpragma_pack
=no
10013 rm -f core conftest.err conftest.
$ac_objext \
10014 conftest
$ac_exeext conftest.
$ac_ext
10015 CFLAGS
=$ac_wine_try_cflags_saved
10016 CC
=$ac_wine_try_cflags_saved_cc
10017 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wpragma_pack" >&5
10020 $as_echo "$ac_cv_crosscflags__Wpragma_pack" >&6; }
10021 if test "x$ac_cv_crosscflags__Wpragma_pack" = xyes
; then :
10022 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wno-pragma-pack"
10024 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wshift-overflow=2" >&5
10025 $as_echo_n "checking whether the cross-compiler supports -Wshift-overflow=2... " >&6; }
10026 if ${ac_cv_crosscflags__Wshift_overflow_2+:} false
; then :
10027 $as_echo_n "(cached) " >&6
10029 ac_wine_try_cflags_saved
=$CFLAGS
10030 ac_wine_try_cflags_saved_cc
=$CC
10031 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10032 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wshift-overflow=2"
10035 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10036 /* end confdefs.h. */
10037 int __cdecl mainCRTStartup(void) { return 0; }
10039 if ac_fn_c_try_link
"$LINENO"; then :
10040 ac_cv_crosscflags__Wshift_overflow_2
=yes
10042 ac_cv_crosscflags__Wshift_overflow_2
=no
10044 rm -f core conftest.err conftest.
$ac_objext \
10045 conftest
$ac_exeext conftest.
$ac_ext
10046 CFLAGS
=$ac_wine_try_cflags_saved
10047 CC
=$ac_wine_try_cflags_saved_cc
10048 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wshift_overflow_2" >&5
10051 $as_echo "$ac_cv_crosscflags__Wshift_overflow_2" >&6; }
10052 if test "x$ac_cv_crosscflags__Wshift_overflow_2" = xyes
; then :
10053 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wshift-overflow=2"
10055 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wstrict-prototypes" >&5
10056 $as_echo_n "checking whether the cross-compiler supports -Wstrict-prototypes... " >&6; }
10057 if ${ac_cv_crosscflags__Wstrict_prototypes+:} false
; then :
10058 $as_echo_n "(cached) " >&6
10060 ac_wine_try_cflags_saved
=$CFLAGS
10061 ac_wine_try_cflags_saved_cc
=$CC
10062 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10063 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wstrict-prototypes"
10066 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10067 /* end confdefs.h. */
10068 int __cdecl mainCRTStartup(void) { return 0; }
10070 if ac_fn_c_try_link
"$LINENO"; then :
10071 ac_cv_crosscflags__Wstrict_prototypes
=yes
10073 ac_cv_crosscflags__Wstrict_prototypes
=no
10075 rm -f core conftest.err conftest.
$ac_objext \
10076 conftest
$ac_exeext conftest.
$ac_ext
10077 CFLAGS
=$ac_wine_try_cflags_saved
10078 CC
=$ac_wine_try_cflags_saved_cc
10079 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wstrict_prototypes" >&5
10082 $as_echo "$ac_cv_crosscflags__Wstrict_prototypes" >&6; }
10083 if test "x$ac_cv_crosscflags__Wstrict_prototypes" = xyes
; then :
10084 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wstrict-prototypes"
10086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wtype-limits" >&5
10087 $as_echo_n "checking whether the cross-compiler supports -Wtype-limits... " >&6; }
10088 if ${ac_cv_crosscflags__Wtype_limits+:} false
; then :
10089 $as_echo_n "(cached) " >&6
10091 ac_wine_try_cflags_saved
=$CFLAGS
10092 ac_wine_try_cflags_saved_cc
=$CC
10093 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10094 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wtype-limits"
10097 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10098 /* end confdefs.h. */
10099 int __cdecl mainCRTStartup(void) { return 0; }
10101 if ac_fn_c_try_link
"$LINENO"; then :
10102 ac_cv_crosscflags__Wtype_limits
=yes
10104 ac_cv_crosscflags__Wtype_limits
=no
10106 rm -f core conftest.err conftest.
$ac_objext \
10107 conftest
$ac_exeext conftest.
$ac_ext
10108 CFLAGS
=$ac_wine_try_cflags_saved
10109 CC
=$ac_wine_try_cflags_saved_cc
10110 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wtype_limits" >&5
10113 $as_echo "$ac_cv_crosscflags__Wtype_limits" >&6; }
10114 if test "x$ac_cv_crosscflags__Wtype_limits" = xyes
; then :
10115 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wtype-limits"
10117 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wunused-but-set-parameter" >&5
10118 $as_echo_n "checking whether the cross-compiler supports -Wunused-but-set-parameter... " >&6; }
10119 if ${ac_cv_crosscflags__Wunused_but_set_parameter+:} false
; then :
10120 $as_echo_n "(cached) " >&6
10122 ac_wine_try_cflags_saved
=$CFLAGS
10123 ac_wine_try_cflags_saved_cc
=$CC
10124 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10125 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wunused-but-set-parameter"
10128 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10129 /* end confdefs.h. */
10130 int __cdecl mainCRTStartup(void) { return 0; }
10132 if ac_fn_c_try_link
"$LINENO"; then :
10133 ac_cv_crosscflags__Wunused_but_set_parameter
=yes
10135 ac_cv_crosscflags__Wunused_but_set_parameter
=no
10137 rm -f core conftest.err conftest.
$ac_objext \
10138 conftest
$ac_exeext conftest.
$ac_ext
10139 CFLAGS
=$ac_wine_try_cflags_saved
10140 CC
=$ac_wine_try_cflags_saved_cc
10141 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wunused_but_set_parameter" >&5
10144 $as_echo "$ac_cv_crosscflags__Wunused_but_set_parameter" >&6; }
10145 if test "x$ac_cv_crosscflags__Wunused_but_set_parameter" = xyes
; then :
10146 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wunused-but-set-parameter"
10148 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wvla" >&5
10149 $as_echo_n "checking whether the cross-compiler supports -Wvla... " >&6; }
10150 if ${ac_cv_crosscflags__Wvla+:} false
; then :
10151 $as_echo_n "(cached) " >&6
10153 ac_wine_try_cflags_saved
=$CFLAGS
10154 ac_wine_try_cflags_saved_cc
=$CC
10155 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10156 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wvla"
10159 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10160 /* end confdefs.h. */
10161 int __cdecl mainCRTStartup(void) { return 0; }
10163 if ac_fn_c_try_link
"$LINENO"; then :
10164 ac_cv_crosscflags__Wvla
=yes
10166 ac_cv_crosscflags__Wvla
=no
10168 rm -f core conftest.err conftest.
$ac_objext \
10169 conftest
$ac_exeext conftest.
$ac_ext
10170 CFLAGS
=$ac_wine_try_cflags_saved
10171 CC
=$ac_wine_try_cflags_saved_cc
10172 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wvla" >&5
10175 $as_echo "$ac_cv_crosscflags__Wvla" >&6; }
10176 if test "x$ac_cv_crosscflags__Wvla" = xyes
; then :
10177 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wvla"
10179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wwrite-strings" >&5
10180 $as_echo_n "checking whether the cross-compiler supports -Wwrite-strings... " >&6; }
10181 if ${ac_cv_crosscflags__Wwrite_strings+:} false
; then :
10182 $as_echo_n "(cached) " >&6
10184 ac_wine_try_cflags_saved
=$CFLAGS
10185 ac_wine_try_cflags_saved_cc
=$CC
10186 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10187 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wwrite-strings"
10190 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10191 /* end confdefs.h. */
10192 int __cdecl mainCRTStartup(void) { return 0; }
10194 if ac_fn_c_try_link
"$LINENO"; then :
10195 ac_cv_crosscflags__Wwrite_strings
=yes
10197 ac_cv_crosscflags__Wwrite_strings
=no
10199 rm -f core conftest.err conftest.
$ac_objext \
10200 conftest
$ac_exeext conftest.
$ac_ext
10201 CFLAGS
=$ac_wine_try_cflags_saved
10202 CC
=$ac_wine_try_cflags_saved_cc
10203 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wwrite_strings" >&5
10206 $as_echo "$ac_cv_crosscflags__Wwrite_strings" >&6; }
10207 if test "x$ac_cv_crosscflags__Wwrite_strings" = xyes
; then :
10208 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wwrite-strings"
10210 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wpointer-arith" >&5
10211 $as_echo_n "checking whether the cross-compiler supports -Wpointer-arith... " >&6; }
10212 if ${ac_cv_crosscflags__Wpointer_arith+:} false
; then :
10213 $as_echo_n "(cached) " >&6
10215 ac_wine_try_cflags_saved
=$CFLAGS
10216 ac_wine_try_cflags_saved_cc
=$CC
10217 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10218 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wpointer-arith"
10221 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10222 /* end confdefs.h. */
10223 int __cdecl mainCRTStartup(void) { return 0; }
10225 if ac_fn_c_try_link
"$LINENO"; then :
10226 ac_cv_crosscflags__Wpointer_arith
=yes
10228 ac_cv_crosscflags__Wpointer_arith
=no
10230 rm -f core conftest.err conftest.
$ac_objext \
10231 conftest
$ac_exeext conftest.
$ac_ext
10232 CFLAGS
=$ac_wine_try_cflags_saved
10233 CC
=$ac_wine_try_cflags_saved_cc
10234 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wpointer_arith" >&5
10237 $as_echo "$ac_cv_crosscflags__Wpointer_arith" >&6; }
10238 if test "x$ac_cv_crosscflags__Wpointer_arith" = xyes
; then :
10239 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wpointer-arith"
10241 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wlogical-op" >&5
10242 $as_echo_n "checking whether the cross-compiler supports -Wlogical-op... " >&6; }
10243 if ${ac_cv_crosscflags__Wlogical_op+:} false
; then :
10244 $as_echo_n "(cached) " >&6
10246 ac_wine_try_cflags_saved
=$CFLAGS
10247 ac_wine_try_cflags_saved_cc
=$CC
10248 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10249 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wlogical-op"
10252 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10253 /* end confdefs.h. */
10254 int __cdecl mainCRTStartup(void) { return 0; }
10256 if ac_fn_c_try_link
"$LINENO"; then :
10257 ac_cv_crosscflags__Wlogical_op
=yes
10259 ac_cv_crosscflags__Wlogical_op
=no
10261 rm -f core conftest.err conftest.
$ac_objext \
10262 conftest
$ac_exeext conftest.
$ac_ext
10263 CFLAGS
=$ac_wine_try_cflags_saved
10264 CC
=$ac_wine_try_cflags_saved_cc
10265 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wlogical_op" >&5
10268 $as_echo "$ac_cv_crosscflags__Wlogical_op" >&6; }
10269 if test "x$ac_cv_crosscflags__Wlogical_op" = xyes
; then :
10270 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wlogical-op"
10272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wabsolute-value" >&5
10273 $as_echo_n "checking whether the cross-compiler supports -Wabsolute-value... " >&6; }
10274 if ${ac_cv_crosscflags__Wabsolute_value+:} false
; then :
10275 $as_echo_n "(cached) " >&6
10277 ac_wine_try_cflags_saved
=$CFLAGS
10278 ac_wine_try_cflags_saved_cc
=$CC
10279 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10280 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wabsolute-value"
10283 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10284 /* end confdefs.h. */
10285 int __cdecl mainCRTStartup(void) { return 0; }
10287 if ac_fn_c_try_link
"$LINENO"; then :
10288 ac_cv_crosscflags__Wabsolute_value
=yes
10290 ac_cv_crosscflags__Wabsolute_value
=no
10292 rm -f core conftest.err conftest.
$ac_objext \
10293 conftest
$ac_exeext conftest.
$ac_ext
10294 CFLAGS
=$ac_wine_try_cflags_saved
10295 CC
=$ac_wine_try_cflags_saved_cc
10296 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wabsolute_value" >&5
10299 $as_echo "$ac_cv_crosscflags__Wabsolute_value" >&6; }
10300 if test "x$ac_cv_crosscflags__Wabsolute_value" = xyes
; then :
10301 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wabsolute-value"
10305 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -fno-omit-frame-pointer" >&5
10306 $as_echo_n "checking whether the cross-compiler supports -fno-omit-frame-pointer... " >&6; }
10307 if ${ac_cv_crosscflags__fno_omit_frame_pointer+:} false
; then :
10308 $as_echo_n "(cached) " >&6
10310 ac_wine_try_cflags_saved
=$CFLAGS
10311 ac_wine_try_cflags_saved_cc
=$CC
10312 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10313 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -fno-omit-frame-pointer"
10316 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10317 /* end confdefs.h. */
10318 int __cdecl mainCRTStartup(void) { return 0; }
10320 if ac_fn_c_try_link
"$LINENO"; then :
10321 ac_cv_crosscflags__fno_omit_frame_pointer
=yes
10323 ac_cv_crosscflags__fno_omit_frame_pointer
=no
10325 rm -f core conftest.err conftest.
$ac_objext \
10326 conftest
$ac_exeext conftest.
$ac_ext
10327 CFLAGS
=$ac_wine_try_cflags_saved
10328 CC
=$ac_wine_try_cflags_saved_cc
10329 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__fno_omit_frame_pointer" >&5
10332 $as_echo "$ac_cv_crosscflags__fno_omit_frame_pointer" >&6; }
10333 if test "x$ac_cv_crosscflags__fno_omit_frame_pointer" = xyes
; then :
10334 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -fno-omit-frame-pointer"
10336 x86_64
) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wno-format" >&5
10337 $as_echo_n "checking whether the cross-compiler supports -Wno-format... " >&6; }
10338 if ${ac_cv_crosscflags__Wno_format+:} false
; then :
10339 $as_echo_n "(cached) " >&6
10341 ac_wine_try_cflags_saved
=$CFLAGS
10342 ac_wine_try_cflags_saved_cc
=$CC
10343 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10344 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wno-format"
10347 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10348 /* end confdefs.h. */
10349 int __cdecl mainCRTStartup(void) { return 0; }
10351 if ac_fn_c_try_link
"$LINENO"; then :
10352 ac_cv_crosscflags__Wno_format
=yes
10354 ac_cv_crosscflags__Wno_format
=no
10356 rm -f core conftest.err conftest.
$ac_objext \
10357 conftest
$ac_exeext conftest.
$ac_ext
10358 CFLAGS
=$ac_wine_try_cflags_saved
10359 CC
=$ac_wine_try_cflags_saved_cc
10360 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wno_format" >&5
10363 $as_echo "$ac_cv_crosscflags__Wno_format" >&6; }
10364 if test "x$ac_cv_crosscflags__Wno_format" = xyes
; then :
10365 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wno-format"
10367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wformat-overflow" >&5
10368 $as_echo_n "checking whether the cross-compiler supports -Wformat-overflow... " >&6; }
10369 if ${ac_cv_crosscflags__Wformat_overflow+:} false
; then :
10370 $as_echo_n "(cached) " >&6
10372 ac_wine_try_cflags_saved
=$CFLAGS
10373 ac_wine_try_cflags_saved_cc
=$CC
10374 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10375 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wformat-overflow"
10378 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10379 /* end confdefs.h. */
10380 int __cdecl mainCRTStartup(void) { return 0; }
10382 if ac_fn_c_try_link
"$LINENO"; then :
10383 ac_cv_crosscflags__Wformat_overflow
=yes
10385 ac_cv_crosscflags__Wformat_overflow
=no
10387 rm -f core conftest.err conftest.
$ac_objext \
10388 conftest
$ac_exeext conftest.
$ac_ext
10389 CFLAGS
=$ac_wine_try_cflags_saved
10390 CC
=$ac_wine_try_cflags_saved_cc
10391 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wformat_overflow" >&5
10394 $as_echo "$ac_cv_crosscflags__Wformat_overflow" >&6; }
10395 if test "x$ac_cv_crosscflags__Wformat_overflow" = xyes
; then :
10396 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wformat-overflow"
10398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wnonnull" >&5
10399 $as_echo_n "checking whether the cross-compiler supports -Wnonnull... " >&6; }
10400 if ${ac_cv_crosscflags__Wnonnull+:} false
; then :
10401 $as_echo_n "(cached) " >&6
10403 ac_wine_try_cflags_saved
=$CFLAGS
10404 ac_wine_try_cflags_saved_cc
=$CC
10405 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10406 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wnonnull"
10409 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10410 /* end confdefs.h. */
10411 int __cdecl mainCRTStartup(void) { return 0; }
10413 if ac_fn_c_try_link
"$LINENO"; then :
10414 ac_cv_crosscflags__Wnonnull
=yes
10416 ac_cv_crosscflags__Wnonnull
=no
10418 rm -f core conftest.err conftest.
$ac_objext \
10419 conftest
$ac_exeext conftest.
$ac_ext
10420 CFLAGS
=$ac_wine_try_cflags_saved
10421 CC
=$ac_wine_try_cflags_saved_cc
10422 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wnonnull" >&5
10425 $as_echo "$ac_cv_crosscflags__Wnonnull" >&6; }
10426 if test "x$ac_cv_crosscflags__Wnonnull" = xyes
; then :
10427 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wnonnull"
10429 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -mcx16" >&5
10430 $as_echo_n "checking whether the cross-compiler supports -mcx16... " >&6; }
10431 if ${ac_cv_crosscflags__mcx16+:} false
; then :
10432 $as_echo_n "(cached) " >&6
10434 ac_wine_try_cflags_saved
=$CFLAGS
10435 ac_wine_try_cflags_saved_cc
=$CC
10436 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10437 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -mcx16"
10440 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10441 /* end confdefs.h. */
10442 int __cdecl mainCRTStartup(void) { return 0; }
10444 if ac_fn_c_try_link
"$LINENO"; then :
10445 ac_cv_crosscflags__mcx16
=yes
10447 ac_cv_crosscflags__mcx16
=no
10449 rm -f core conftest.err conftest.
$ac_objext \
10450 conftest
$ac_exeext conftest.
$ac_ext
10451 CFLAGS
=$ac_wine_try_cflags_saved
10452 CC
=$ac_wine_try_cflags_saved_cc
10453 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__mcx16" >&5
10456 $as_echo "$ac_cv_crosscflags__mcx16" >&6; }
10457 if test "x$ac_cv_crosscflags__mcx16" = xyes
; then :
10458 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -mcx16"
10460 aarch64
) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wno-format" >&5
10461 $as_echo_n "checking whether the cross-compiler supports -Wno-format... " >&6; }
10462 if ${ac_cv_crosscflags__Wno_format+:} false
; then :
10463 $as_echo_n "(cached) " >&6
10465 ac_wine_try_cflags_saved
=$CFLAGS
10466 ac_wine_try_cflags_saved_cc
=$CC
10467 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10468 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Wno-format"
10471 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10472 /* end confdefs.h. */
10473 int __cdecl mainCRTStartup(void) { return 0; }
10475 if ac_fn_c_try_link
"$LINENO"; then :
10476 ac_cv_crosscflags__Wno_format
=yes
10478 ac_cv_crosscflags__Wno_format
=no
10480 rm -f core conftest.err conftest.
$ac_objext \
10481 conftest
$ac_exeext conftest.
$ac_ext
10482 CFLAGS
=$ac_wine_try_cflags_saved
10483 CC
=$ac_wine_try_cflags_saved_cc
10484 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wno_format" >&5
10487 $as_echo "$ac_cv_crosscflags__Wno_format" >&6; }
10488 if test "x$ac_cv_crosscflags__Wno_format" = xyes
; then :
10489 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wno-format"
10494 if test -z "$CROSSDEBUG"
10496 for ac_flag
in $CROSSCFLAGS; do
10498 -gdwarf*) CROSSDEBUG
=dwarf
;;
10499 -gcodeview) CROSSDEBUG
=pdb
;;
10500 -g) CROSSDEBUG
=${CROSSDEBUG:-dwarf} ;;
10504 case $CROSSDEBUG in
10505 *dwarf
) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -gdwarf-2" >&5
10506 $as_echo_n "checking whether the cross-compiler supports -gdwarf-2... " >&6; }
10507 if ${ac_cv_crosscflags__gdwarf_2+:} false
; then :
10508 $as_echo_n "(cached) " >&6
10510 ac_wine_try_cflags_saved
=$CFLAGS
10511 ac_wine_try_cflags_saved_cc
=$CC
10512 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10513 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -gdwarf-2"
10516 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10517 /* end confdefs.h. */
10518 int __cdecl mainCRTStartup(void) { return 0; }
10520 if ac_fn_c_try_link
"$LINENO"; then :
10521 ac_cv_crosscflags__gdwarf_2
=yes
10523 ac_cv_crosscflags__gdwarf_2
=no
10525 rm -f core conftest.err conftest.
$ac_objext \
10526 conftest
$ac_exeext conftest.
$ac_ext
10527 CFLAGS
=$ac_wine_try_cflags_saved
10528 CC
=$ac_wine_try_cflags_saved_cc
10529 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__gdwarf_2" >&5
10532 $as_echo "$ac_cv_crosscflags__gdwarf_2" >&6; }
10533 if test "x$ac_cv_crosscflags__gdwarf_2" = xyes
; then :
10534 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -gdwarf-2"
10536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -gstrict-dwarf" >&5
10537 $as_echo_n "checking whether the cross-compiler supports -gstrict-dwarf... " >&6; }
10538 if ${ac_cv_crosscflags__gstrict_dwarf+:} false
; then :
10539 $as_echo_n "(cached) " >&6
10541 ac_wine_try_cflags_saved
=$CFLAGS
10542 ac_wine_try_cflags_saved_cc
=$CC
10543 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10544 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -gstrict-dwarf"
10547 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10548 /* end confdefs.h. */
10549 int __cdecl mainCRTStartup(void) { return 0; }
10551 if ac_fn_c_try_link
"$LINENO"; then :
10552 ac_cv_crosscflags__gstrict_dwarf
=yes
10554 ac_cv_crosscflags__gstrict_dwarf
=no
10556 rm -f core conftest.err conftest.
$ac_objext \
10557 conftest
$ac_exeext conftest.
$ac_ext
10558 CFLAGS
=$ac_wine_try_cflags_saved
10559 CC
=$ac_wine_try_cflags_saved_cc
10560 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__gstrict_dwarf" >&5
10563 $as_echo "$ac_cv_crosscflags__gstrict_dwarf" >&6; }
10564 if test "x$ac_cv_crosscflags__gstrict_dwarf" = xyes
; then :
10565 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -gstrict-dwarf"
10567 pdb
) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -gcodeview" >&5
10568 $as_echo_n "checking whether the cross-compiler supports -gcodeview... " >&6; }
10569 if ${ac_cv_crosscflags__gcodeview+:} false
; then :
10570 $as_echo_n "(cached) " >&6
10572 ac_wine_try_cflags_saved
=$CFLAGS
10573 ac_wine_try_cflags_saved_cc
=$CC
10574 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10575 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -gcodeview"
10578 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10579 /* end confdefs.h. */
10580 int __cdecl mainCRTStartup(void) { return 0; }
10582 if ac_fn_c_try_link
"$LINENO"; then :
10583 ac_cv_crosscflags__gcodeview
=yes
10585 ac_cv_crosscflags__gcodeview
=no
10587 rm -f core conftest.err conftest.
$ac_objext \
10588 conftest
$ac_exeext conftest.
$ac_ext
10589 CFLAGS
=$ac_wine_try_cflags_saved
10590 CC
=$ac_wine_try_cflags_saved_cc
10591 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__gcodeview" >&5
10594 $as_echo "$ac_cv_crosscflags__gcodeview" >&6; }
10595 if test "x$ac_cv_crosscflags__gcodeview" = xyes
; then :
10596 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -gcodeview"
10600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -fexcess-precision=standard" >&5
10601 $as_echo_n "checking whether the cross-compiler supports -fexcess-precision=standard... " >&6; }
10602 if ${ac_cv_crosscflags__fexcess_precision_standard+:} false
; then :
10603 $as_echo_n "(cached) " >&6
10605 ac_wine_try_cflags_saved
=$CFLAGS
10606 ac_wine_try_cflags_saved_cc
=$CC
10607 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10608 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -fexcess-precision=standard"
10611 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10612 /* end confdefs.h. */
10613 int __cdecl mainCRTStartup(void) { return 0; }
10615 if ac_fn_c_try_link
"$LINENO"; then :
10616 ac_cv_crosscflags__fexcess_precision_standard
=yes
10618 ac_cv_crosscflags__fexcess_precision_standard
=no
10620 rm -f core conftest.err conftest.
$ac_objext \
10621 conftest
$ac_exeext conftest.
$ac_ext
10622 CFLAGS
=$ac_wine_try_cflags_saved
10623 CC
=$ac_wine_try_cflags_saved_cc
10624 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__fexcess_precision_standard" >&5
10627 $as_echo "$ac_cv_crosscflags__fexcess_precision_standard" >&6; }
10628 if test "x$ac_cv_crosscflags__fexcess_precision_standard" = xyes
; then :
10629 EXCESS_PRECISION_CFLAGS
="-fexcess-precision=standard"
10633 if test "x$enable_werror" = "xyes"
10635 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Werror" >&5
10636 $as_echo_n "checking whether the cross-compiler supports -Werror... " >&6; }
10637 if ${ac_cv_crosscflags__Werror+:} false
; then :
10638 $as_echo_n "(cached) " >&6
10640 ac_wine_try_cflags_saved
=$CFLAGS
10641 ac_wine_try_cflags_saved_cc
=$CC
10642 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10643 CFLAGS
="$CFLAGS $EXTRACROSSCFLAGS -nostartfiles -nodefaultlibs -Werror"
10646 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10647 /* end confdefs.h. */
10648 int __cdecl mainCRTStartup(void) { return 0; }
10650 if ac_fn_c_try_link
"$LINENO"; then :
10651 ac_cv_crosscflags__Werror
=yes
10653 ac_cv_crosscflags__Werror
=no
10655 rm -f core conftest.err conftest.
$ac_objext \
10656 conftest
$ac_exeext conftest.
$ac_ext
10657 CFLAGS
=$ac_wine_try_cflags_saved
10658 CC
=$ac_wine_try_cflags_saved_cc
10659 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Werror" >&5
10662 $as_echo "$ac_cv_crosscflags__Werror" >&6; }
10663 if test "x$ac_cv_crosscflags__Werror" = xyes
; then :
10664 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Werror"
10668 CFLAGS
=$saved_CFLAGS
10672 if test "x$CROSSTARGET" = "x"; then :
10673 case "x$with_mingw" in
10674 x
) as_fn_append wine_notices
"|MinGW compiler not found, cross-compiling PE files won't be supported." ;;
10676 *) as_fn_error $?
"MinGW compiler not found, cross-compiling PE files won't be supported.
10677 This is an error since --with-mingw was requested." "$LINENO" 5 ;;
10683 if test "$ac_cv_header_pthread_h" = "yes"
10685 ac_fn_c_check_func
"$LINENO" "pthread_create" "ac_cv_func_pthread_create"
10686 if test "x$ac_cv_func_pthread_create" = xyes
; then :
10689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
10690 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
10691 if ${ac_cv_lib_pthread_pthread_create+:} false
; then :
10692 $as_echo_n "(cached) " >&6
10694 ac_check_lib_save_LIBS
=$LIBS
10695 LIBS
="-lpthread $LIBS"
10696 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10697 /* end confdefs.h. */
10699 /* Override any GCC internal prototype to avoid an error.
10700 Use char because int might match the return type of a GCC
10701 builtin and then its argument prototype would still apply. */
10705 char pthread_create ();
10709 return pthread_create ();
10714 if ac_fn_c_try_link
"$LINENO"; then :
10715 ac_cv_lib_pthread_pthread_create
=yes
10717 ac_cv_lib_pthread_pthread_create
=no
10719 rm -f core conftest.err conftest.
$ac_objext \
10720 conftest
$ac_exeext conftest.
$ac_ext
10721 LIBS
=$ac_check_lib_save_LIBS
10723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
10724 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
10725 if test "x$ac_cv_lib_pthread_pthread_create" = xyes
; then :
10726 PTHREAD_LIBS
="-lpthread"
10733 if test "x$ac_cv_func_pthread_create" != xyes
-a "x$PTHREAD_LIBS" = x
; then :
10734 case "x$with_pthread" in
10736 *) as_fn_error $?
"pthread ${notice_platform}development files not found.
10737 Wine cannot support threads without libpthread.
10738 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
10744 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
10745 $as_echo_n "checking for X... " >&6; }
10748 # Check whether --with-x was given.
10749 if test "${with_x+set}" = set; then :
10753 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
10754 if test "x$with_x" = xno
; then
10755 # The user explicitly disabled X.
10758 case $x_includes,$x_libraries in #(
10759 *\'*) as_fn_error $?
"cannot use X directory names containing '" "$LINENO" 5;; #(
10760 *,NONE | NONE
,*) if ${ac_cv_have_x+:} false
; then :
10761 $as_echo_n "(cached) " >&6
10763 # One or both of the vars are not set, and there is no cached value.
10764 ac_x_includes
=no ac_x_libraries
=no
10765 rm -f -r conftest.dir
10766 if mkdir conftest.dir
; then
10768 cat >Imakefile
<<'_ACEOF'
10770 @echo incroot='${INCROOT}'
10772 @echo usrlibdir='${USRLIBDIR}'
10774 @echo libdir='${LIBDIR}'
10776 if (export CC
; ${XMKMF-xmkmf}) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
10777 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
10778 for ac_var
in incroot usrlibdir libdir
; do
10779 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
10781 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
10782 for ac_extension
in a so sl dylib la dll
; do
10783 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
10784 test -f "$ac_im_libdir/libX11.$ac_extension"; then
10785 ac_im_usrlibdir
=$ac_im_libdir; break
10788 # Screen out bogus values from the imake configuration. They are
10789 # bogus both because they are the default anyway, and because
10790 # using them would break gcc on systems where it needs fixed includes.
10791 case $ac_im_incroot in
10792 /usr
/include
) ac_x_includes
= ;;
10793 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
=$ac_im_incroot;;
10795 case $ac_im_usrlibdir in
10796 /usr
/lib |
/usr
/lib64 |
/lib |
/lib64
) ;;
10797 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
=$ac_im_usrlibdir ;;
10801 rm -f -r conftest.dir
10804 # Standard set of common directories for X headers.
10805 # Check X11 before X11Rn because it is often a symlink to the current release.
10819 /usr/local/X11/include
10820 /usr/local/X11R7/include
10821 /usr/local/X11R6/include
10822 /usr/local/X11R5/include
10823 /usr/local/X11R4/include
10825 /usr/local/include/X11
10826 /usr/local/include/X11R7
10827 /usr/local/include/X11R6
10828 /usr/local/include/X11R5
10829 /usr/local/include/X11R4
10833 /usr/XFree86/include/X11
10837 /usr/unsupported/include
10838 /usr/athena/include
10839 /usr/local/x11r5/include
10840 /usr/lpp/Xamples/include
10842 /usr/openwin/include
10843 /usr/openwin/share/include'
10845 if test "$ac_x_includes" = no
; then
10846 # Guess where to find include files, by looking for Xlib.h.
10847 # First, try using that file with no special directory specified.
10848 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10849 /* end confdefs.h. */
10850 #include <X11/Xlib.h>
10852 if ac_fn_c_try_cpp
"$LINENO"; then :
10853 # We can compile using X headers with no special include directory.
10856 for ac_dir
in $ac_x_header_dirs; do
10857 if test -r "$ac_dir/X11/Xlib.h"; then
10858 ac_x_includes
=$ac_dir
10863 rm -f conftest.err conftest.i conftest.
$ac_ext
10864 fi # $ac_x_includes = no
10866 if test "$ac_x_libraries" = no
; then
10867 # Check for the libraries.
10868 # See if we find them without any special options.
10869 # Don't add to $LIBS permanently.
10872 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10873 /* end confdefs.h. */
10874 #include <X11/Xlib.h>
10883 if ac_fn_c_try_link
"$LINENO"; then :
10885 # We can link X programs with no special library path.
10889 for ac_dir
in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
10891 # Don't even attempt the hair of trying to link an X program!
10892 for ac_extension
in a so sl dylib la dll
; do
10893 if test -r "$ac_dir/libX11.$ac_extension"; then
10894 ac_x_libraries
=$ac_dir
10900 rm -f core conftest.err conftest.
$ac_objext \
10901 conftest
$ac_exeext conftest.
$ac_ext
10902 fi # $ac_x_libraries = no
10904 case $ac_x_includes,$ac_x_libraries in #(
10905 no
,* |
*,no |
*\'*)
10906 # Didn't find X, or a directory has "'" in its name.
10907 ac_cv_have_x
="have_x=no";; #(
10909 # Record where we found X for the cache.
10910 ac_cv_have_x
="have_x=yes\
10911 ac_x_includes='$ac_x_includes'\
10912 ac_x_libraries='$ac_x_libraries'"
10918 eval "$ac_cv_have_x"
10921 if test "$have_x" != yes; then
10922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
10923 $as_echo "$have_x" >&6; }
10926 # If each of the values was on the command line, it overrides each guess.
10927 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
10928 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
10929 # Update the cache value to reflect the command line values.
10930 ac_cv_have_x
="have_x=yes\
10931 ac_x_includes='$x_includes'\
10932 ac_x_libraries='$x_libraries'"
10933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
10934 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
10937 if test "$no_x" = yes; then
10938 # Not all programs may use this symbol, but it does not hurt to define it.
10940 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
10942 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
10944 if test -n "$x_includes"; then
10945 X_CFLAGS
="$X_CFLAGS -I$x_includes"
10948 # It would also be nice to do this for all -L options, not just this one.
10949 if test -n "$x_libraries"; then
10950 X_LIBS
="$X_LIBS -L$x_libraries"
10951 # For Solaris; some versions of Sun CC require a space after -R and
10952 # others require no space. Words are not sufficient . . . .
10953 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
10954 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
10955 ac_xsave_LIBS
=$LIBS; LIBS
="$LIBS -R$x_libraries"
10956 ac_xsave_c_werror_flag
=$ac_c_werror_flag
10957 ac_c_werror_flag
=yes
10958 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10959 /* end confdefs.h. */
10969 if ac_fn_c_try_link
"$LINENO"; then :
10970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10971 $as_echo "no" >&6; }
10972 X_LIBS
="$X_LIBS -R$x_libraries"
10974 LIBS
="$ac_xsave_LIBS -R $x_libraries"
10975 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10976 /* end confdefs.h. */
10986 if ac_fn_c_try_link
"$LINENO"; then :
10987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10988 $as_echo "yes" >&6; }
10989 X_LIBS
="$X_LIBS -R $x_libraries"
10991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
10992 $as_echo "neither works" >&6; }
10994 rm -f core conftest.err conftest.
$ac_objext \
10995 conftest
$ac_exeext conftest.
$ac_ext
10997 rm -f core conftest.err conftest.
$ac_objext \
10998 conftest
$ac_exeext conftest.
$ac_ext
10999 ac_c_werror_flag
=$ac_xsave_c_werror_flag
11000 LIBS
=$ac_xsave_LIBS
11003 # Check for system-dependent libraries X programs must link with.
11004 # Do this before checking for the system-independent R6 libraries
11005 # (-lICE), since we may need -lsocket or whatever for X linking.
11007 if test "$ISC" = yes; then
11008 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
11010 # Martyn Johnson says this is needed for Ultrix, if the X
11011 # libraries were built with DECnet support. And Karl Berry says
11012 # the Alpha needs dnet_stub (dnet does not exist).
11013 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS $X_LIBS -lX11"
11014 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11015 /* end confdefs.h. */
11017 /* Override any GCC internal prototype to avoid an error.
11018 Use char because int might match the return type of a GCC
11019 builtin and then its argument prototype would still apply. */
11023 char XOpenDisplay ();
11027 return XOpenDisplay ();
11032 if ac_fn_c_try_link
"$LINENO"; then :
11035 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
11036 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
11037 if ${ac_cv_lib_dnet_dnet_ntoa+:} false
; then :
11038 $as_echo_n "(cached) " >&6
11040 ac_check_lib_save_LIBS
=$LIBS
11041 LIBS
="-ldnet $LIBS"
11042 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11043 /* end confdefs.h. */
11045 /* Override any GCC internal prototype to avoid an error.
11046 Use char because int might match the return type of a GCC
11047 builtin and then its argument prototype would still apply. */
11055 return dnet_ntoa ();
11060 if ac_fn_c_try_link
"$LINENO"; then :
11061 ac_cv_lib_dnet_dnet_ntoa
=yes
11063 ac_cv_lib_dnet_dnet_ntoa
=no
11065 rm -f core conftest.err conftest.
$ac_objext \
11066 conftest
$ac_exeext conftest.
$ac_ext
11067 LIBS
=$ac_check_lib_save_LIBS
11069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
11070 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
11071 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes
; then :
11072 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
11075 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
11076 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
11077 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
11078 if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false
; then :
11079 $as_echo_n "(cached) " >&6
11081 ac_check_lib_save_LIBS
=$LIBS
11082 LIBS
="-ldnet_stub $LIBS"
11083 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11084 /* end confdefs.h. */
11086 /* Override any GCC internal prototype to avoid an error.
11087 Use char because int might match the return type of a GCC
11088 builtin and then its argument prototype would still apply. */
11096 return dnet_ntoa ();
11101 if ac_fn_c_try_link
"$LINENO"; then :
11102 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
11104 ac_cv_lib_dnet_stub_dnet_ntoa
=no
11106 rm -f core conftest.err conftest.
$ac_objext \
11107 conftest
$ac_exeext conftest.
$ac_ext
11108 LIBS
=$ac_check_lib_save_LIBS
11110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
11111 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
11112 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes
; then :
11113 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
11118 rm -f core conftest.err conftest.
$ac_objext \
11119 conftest
$ac_exeext conftest.
$ac_ext
11120 LIBS
="$ac_xsave_LIBS"
11122 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
11123 # to get the SysV transport functions.
11124 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
11126 # The nsl library prevents programs from opening the X display
11127 # on Irix 5.2, according to T.E. Dickey.
11128 # The functions gethostbyname, getservbyname, and inet_addr are
11129 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
11130 ac_fn_c_check_func
"$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
11131 if test "x$ac_cv_func_gethostbyname" = xyes
; then :
11135 if test $ac_cv_func_gethostbyname = no
; then
11136 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
11137 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
11138 if ${ac_cv_lib_nsl_gethostbyname+:} false
; then :
11139 $as_echo_n "(cached) " >&6
11141 ac_check_lib_save_LIBS
=$LIBS
11143 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11144 /* end confdefs.h. */
11146 /* Override any GCC internal prototype to avoid an error.
11147 Use char because int might match the return type of a GCC
11148 builtin and then its argument prototype would still apply. */
11152 char gethostbyname ();
11156 return gethostbyname ();
11161 if ac_fn_c_try_link
"$LINENO"; then :
11162 ac_cv_lib_nsl_gethostbyname
=yes
11164 ac_cv_lib_nsl_gethostbyname
=no
11166 rm -f core conftest.err conftest.
$ac_objext \
11167 conftest
$ac_exeext conftest.
$ac_ext
11168 LIBS
=$ac_check_lib_save_LIBS
11170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
11171 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
11172 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes
; then :
11173 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
11176 if test $ac_cv_lib_nsl_gethostbyname = no
; then
11177 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
11178 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
11179 if ${ac_cv_lib_bsd_gethostbyname+:} false
; then :
11180 $as_echo_n "(cached) " >&6
11182 ac_check_lib_save_LIBS
=$LIBS
11184 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11185 /* end confdefs.h. */
11187 /* Override any GCC internal prototype to avoid an error.
11188 Use char because int might match the return type of a GCC
11189 builtin and then its argument prototype would still apply. */
11193 char gethostbyname ();
11197 return gethostbyname ();
11202 if ac_fn_c_try_link
"$LINENO"; then :
11203 ac_cv_lib_bsd_gethostbyname
=yes
11205 ac_cv_lib_bsd_gethostbyname
=no
11207 rm -f core conftest.err conftest.
$ac_objext \
11208 conftest
$ac_exeext conftest.
$ac_ext
11209 LIBS
=$ac_check_lib_save_LIBS
11211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
11212 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
11213 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes
; then :
11214 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lbsd"
11220 # lieder@skyler.mavd.honeywell.com says without -lsocket,
11221 # socket/setsockopt and other routines are undefined under SCO ODT
11222 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
11223 # on later versions), says Simon Leinen: it contains gethostby*
11224 # variants that don't use the name server (or something). -lsocket
11225 # must be given before -lnsl if both are needed. We assume that
11226 # if connect needs -lnsl, so does gethostbyname.
11227 ac_fn_c_check_func
"$LINENO" "connect" "ac_cv_func_connect"
11228 if test "x$ac_cv_func_connect" = xyes
; then :
11232 if test $ac_cv_func_connect = no
; then
11233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
11234 $as_echo_n "checking for connect in -lsocket... " >&6; }
11235 if ${ac_cv_lib_socket_connect+:} false
; then :
11236 $as_echo_n "(cached) " >&6
11238 ac_check_lib_save_LIBS
=$LIBS
11239 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
11240 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11241 /* end confdefs.h. */
11243 /* Override any GCC internal prototype to avoid an error.
11244 Use char because int might match the return type of a GCC
11245 builtin and then its argument prototype would still apply. */
11258 if ac_fn_c_try_link
"$LINENO"; then :
11259 ac_cv_lib_socket_connect
=yes
11261 ac_cv_lib_socket_connect
=no
11263 rm -f core conftest.err conftest.
$ac_objext \
11264 conftest
$ac_exeext conftest.
$ac_ext
11265 LIBS
=$ac_check_lib_save_LIBS
11267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
11268 $as_echo "$ac_cv_lib_socket_connect" >&6; }
11269 if test "x$ac_cv_lib_socket_connect" = xyes
; then :
11270 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
11275 # Guillermo Gomez says -lposix is necessary on A/UX.
11276 ac_fn_c_check_func
"$LINENO" "remove" "ac_cv_func_remove"
11277 if test "x$ac_cv_func_remove" = xyes
; then :
11281 if test $ac_cv_func_remove = no
; then
11282 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
11283 $as_echo_n "checking for remove in -lposix... " >&6; }
11284 if ${ac_cv_lib_posix_remove+:} false
; then :
11285 $as_echo_n "(cached) " >&6
11287 ac_check_lib_save_LIBS
=$LIBS
11288 LIBS
="-lposix $LIBS"
11289 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11290 /* end confdefs.h. */
11292 /* Override any GCC internal prototype to avoid an error.
11293 Use char because int might match the return type of a GCC
11294 builtin and then its argument prototype would still apply. */
11307 if ac_fn_c_try_link
"$LINENO"; then :
11308 ac_cv_lib_posix_remove
=yes
11310 ac_cv_lib_posix_remove
=no
11312 rm -f core conftest.err conftest.
$ac_objext \
11313 conftest
$ac_exeext conftest.
$ac_ext
11314 LIBS
=$ac_check_lib_save_LIBS
11316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
11317 $as_echo "$ac_cv_lib_posix_remove" >&6; }
11318 if test "x$ac_cv_lib_posix_remove" = xyes
; then :
11319 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
11324 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
11325 ac_fn_c_check_func
"$LINENO" "shmat" "ac_cv_func_shmat"
11326 if test "x$ac_cv_func_shmat" = xyes
; then :
11330 if test $ac_cv_func_shmat = no
; then
11331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
11332 $as_echo_n "checking for shmat in -lipc... " >&6; }
11333 if ${ac_cv_lib_ipc_shmat+:} false
; then :
11334 $as_echo_n "(cached) " >&6
11336 ac_check_lib_save_LIBS
=$LIBS
11338 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11339 /* end confdefs.h. */
11341 /* Override any GCC internal prototype to avoid an error.
11342 Use char because int might match the return type of a GCC
11343 builtin and then its argument prototype would still apply. */
11356 if ac_fn_c_try_link
"$LINENO"; then :
11357 ac_cv_lib_ipc_shmat
=yes
11359 ac_cv_lib_ipc_shmat
=no
11361 rm -f core conftest.err conftest.
$ac_objext \
11362 conftest
$ac_exeext conftest.
$ac_ext
11363 LIBS
=$ac_check_lib_save_LIBS
11365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
11366 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
11367 if test "x$ac_cv_lib_ipc_shmat" = xyes
; then :
11368 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
11374 # Check for libraries that X11R6 Xt/Xaw programs need.
11375 ac_save_LDFLAGS
=$LDFLAGS
11376 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
11377 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
11378 # check for ICE first), but we must link in the order -lSM -lICE or
11379 # we get undefined symbols. So assume we have SM if we have ICE.
11380 # These have to be linked with before -lX11, unlike the other
11381 # libraries we check for below, so use a different variable.
11382 # John Interrante, Karl Berry
11383 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
11384 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
11385 if ${ac_cv_lib_ICE_IceConnectionNumber+:} false
; then :
11386 $as_echo_n "(cached) " >&6
11388 ac_check_lib_save_LIBS
=$LIBS
11389 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
11390 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11391 /* end confdefs.h. */
11393 /* Override any GCC internal prototype to avoid an error.
11394 Use char because int might match the return type of a GCC
11395 builtin and then its argument prototype would still apply. */
11399 char IceConnectionNumber ();
11403 return IceConnectionNumber ();
11408 if ac_fn_c_try_link
"$LINENO"; then :
11409 ac_cv_lib_ICE_IceConnectionNumber
=yes
11411 ac_cv_lib_ICE_IceConnectionNumber
=no
11413 rm -f core conftest.err conftest.
$ac_objext \
11414 conftest
$ac_exeext conftest.
$ac_ext
11415 LIBS
=$ac_check_lib_save_LIBS
11417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
11418 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
11419 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes
; then :
11420 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
11423 LDFLAGS
=$ac_save_LDFLAGS
11428 if test "$have_x" = "yes"
11430 ac_save_CPPFLAGS
="$CPPFLAGS"
11431 CPPFLAGS
="$CPPFLAGS $X_CFLAGS"
11433 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
11434 $as_echo_n "checking for -lX11... " >&6; }
11435 if ${ac_cv_lib_soname_X11+:} false
; then :
11436 $as_echo_n "(cached) " >&6
11438 ac_check_soname_save_LIBS
=$LIBS
11439 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
11440 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11441 /* end confdefs.h. */
11443 /* Override any GCC internal prototype to avoid an error.
11444 Use char because int might match the return type of a GCC
11445 builtin and then its argument prototype would still apply. */
11449 char XCreateWindow ();
11453 return XCreateWindow ();
11458 if ac_fn_c_try_link
"$LINENO"; then :
11460 dll
) ac_cv_lib_soname_X11
=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11461 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'` ;;
11462 *) ac_cv_lib_soname_X11
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libX11\\.$LIBEXT" | sed -e "s/^.*\\[\\(libX11\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11463 if ${ac_cv_lib_soname_X11:+false} :; then :
11464 ac_cv_lib_soname_X11
=`$LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11468 ac_cv_lib_soname_X11
=
11470 rm -f core conftest.err conftest.
$ac_objext \
11471 conftest
$ac_exeext conftest.
$ac_ext
11472 LIBS
=$ac_check_soname_save_LIBS
11474 if ${ac_cv_lib_soname_X11:+false} :; then :
11475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11476 $as_echo "not found" >&6; }
11479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
11480 $as_echo "$ac_cv_lib_soname_X11" >&6; }
11482 cat >>confdefs.h
<<_ACEOF
11483 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
11488 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
11489 $as_echo_n "checking for -lXext... " >&6; }
11490 if ${ac_cv_lib_soname_Xext+:} false
; then :
11491 $as_echo_n "(cached) " >&6
11493 ac_check_soname_save_LIBS
=$LIBS
11494 LIBS
="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
11495 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11496 /* end confdefs.h. */
11498 /* Override any GCC internal prototype to avoid an error.
11499 Use char because int might match the return type of a GCC
11500 builtin and then its argument prototype would still apply. */
11504 char XextCreateExtension ();
11508 return XextCreateExtension ();
11513 if ac_fn_c_try_link
"$LINENO"; then :
11515 dll
) ac_cv_lib_soname_Xext
=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11516 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'` ;;
11517 *) ac_cv_lib_soname_Xext
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXext\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXext\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11518 if ${ac_cv_lib_soname_Xext:+false} :; then :
11519 ac_cv_lib_soname_Xext
=`$LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11523 ac_cv_lib_soname_Xext
=
11525 rm -f core conftest.err conftest.
$ac_objext \
11526 conftest
$ac_exeext conftest.
$ac_ext
11527 LIBS
=$ac_check_soname_save_LIBS
11529 if ${ac_cv_lib_soname_Xext:+false} :; then :
11530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11531 $as_echo "not found" >&6; }
11534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
11535 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
11537 cat >>confdefs.h
<<_ACEOF
11538 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
11541 X_LIBS
="$X_LIBS -lXext"
11543 X_LIBS
="$X_LIBS -lX11"
11545 for ac_header
in X11
/Xlib.h \
11548 X11
/Xcursor
/Xcursor.h \
11549 X11
/extensions
/shape.h \
11550 X11
/extensions
/XInput.h \
11551 X11
/extensions
/XInput2.h \
11552 X11
/extensions
/XShm.h \
11553 X11
/extensions
/Xcomposite.h \
11554 X11
/extensions
/Xfixes.h \
11555 X11
/extensions
/Xinerama.h \
11556 X11
/extensions
/Xrandr.h \
11557 X11
/extensions
/Xrender.h \
11558 X11
/extensions
/xf86vmode.h \
11559 X11
/extensions
/xf86vmproto.h
11561 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11562 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
11563 # include <X11/Xlib.h>
11565 #ifdef HAVE_X11_XUTIL_H
11566 # include <X11/Xutil.h>
11569 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
11570 cat >>confdefs.h
<<_ACEOF
11571 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11579 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
11581 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
11582 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
11583 if ${ac_cv_lib_X11_XkbQueryExtension+:} false
; then :
11584 $as_echo_n "(cached) " >&6
11586 ac_check_lib_save_LIBS
=$LIBS
11587 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
11588 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11589 /* end confdefs.h. */
11591 /* Override any GCC internal prototype to avoid an error.
11592 Use char because int might match the return type of a GCC
11593 builtin and then its argument prototype would still apply. */
11597 char XkbQueryExtension ();
11601 return XkbQueryExtension ();
11606 if ac_fn_c_try_link
"$LINENO"; then :
11607 ac_cv_lib_X11_XkbQueryExtension
=yes
11609 ac_cv_lib_X11_XkbQueryExtension
=no
11611 rm -f core conftest.err conftest.
$ac_objext \
11612 conftest
$ac_exeext conftest.
$ac_ext
11613 LIBS
=$ac_check_lib_save_LIBS
11615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
11616 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
11617 if test "x$ac_cv_lib_X11_XkbQueryExtension" = xyes
; then :
11619 $as_echo "#define HAVE_XKB 1" >>confdefs.h
11625 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
11627 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
11628 $as_echo_n "checking for -lXcursor... " >&6; }
11629 if ${ac_cv_lib_soname_Xcursor+:} false
; then :
11630 $as_echo_n "(cached) " >&6
11632 ac_check_soname_save_LIBS
=$LIBS
11633 LIBS
="-lXcursor $X_LIBS $X_EXTRA_LIBS $LIBS"
11634 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11635 /* end confdefs.h. */
11637 /* Override any GCC internal prototype to avoid an error.
11638 Use char because int might match the return type of a GCC
11639 builtin and then its argument prototype would still apply. */
11643 char XcursorImageLoadCursor ();
11647 return XcursorImageLoadCursor ();
11652 if ac_fn_c_try_link
"$LINENO"; then :
11654 dll
) ac_cv_lib_soname_Xcursor
=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11655 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'` ;;
11656 *) ac_cv_lib_soname_Xcursor
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcursor\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcursor\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11657 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
11658 ac_cv_lib_soname_Xcursor
=`$LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11662 ac_cv_lib_soname_Xcursor
=
11664 rm -f core conftest.err conftest.
$ac_objext \
11665 conftest
$ac_exeext conftest.
$ac_ext
11666 LIBS
=$ac_check_soname_save_LIBS
11668 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
11669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11670 $as_echo "not found" >&6; }
11673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
11674 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
11676 cat >>confdefs.h
<<_ACEOF
11677 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
11683 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
11684 case "x$with_xcursor" in
11685 x
) as_fn_append wine_notices
"|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
11687 *) as_fn_error $?
"libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
11688 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
11693 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
11695 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
11696 $as_echo_n "checking for -lXi... " >&6; }
11697 if ${ac_cv_lib_soname_Xi+:} false
; then :
11698 $as_echo_n "(cached) " >&6
11700 ac_check_soname_save_LIBS
=$LIBS
11701 LIBS
="-lXi $X_LIBS $X_EXTRA_LIBS $LIBS"
11702 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11703 /* end confdefs.h. */
11705 /* Override any GCC internal prototype to avoid an error.
11706 Use char because int might match the return type of a GCC
11707 builtin and then its argument prototype would still apply. */
11711 char XOpenDevice ();
11715 return XOpenDevice ();
11720 if ac_fn_c_try_link
"$LINENO"; then :
11722 dll
) ac_cv_lib_soname_Xi
=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11723 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'` ;;
11724 *) ac_cv_lib_soname_Xi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11725 if ${ac_cv_lib_soname_Xi:+false} :; then :
11726 ac_cv_lib_soname_Xi
=`$LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11730 ac_cv_lib_soname_Xi
=
11732 rm -f core conftest.err conftest.
$ac_objext \
11733 conftest
$ac_exeext conftest.
$ac_ext
11734 LIBS
=$ac_check_soname_save_LIBS
11736 if ${ac_cv_lib_soname_Xi:+false} :; then :
11737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11738 $as_echo "not found" >&6; }
11741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
11742 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
11744 cat >>confdefs.h
<<_ACEOF
11745 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
11751 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
11752 case "x$with_xinput" in
11753 x
) as_fn_append wine_notices
"|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
11755 *) as_fn_error $?
"libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
11756 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
11761 if test "x$ac_cv_lib_soname_Xi" != x
11763 if test "$ac_cv_header_X11_extensions_XInput2_h" != "yes"; then :
11764 case "x$with_xinput2" in
11765 x
) as_fn_append wine_notices
"|XInput2 headers not found, the XInput 2 extension won't be supported." ;;
11767 *) as_fn_error $?
"XInput2 headers not found, the XInput 2 extension won't be supported.
11768 This is an error since --with-xinput2 was requested." "$LINENO" 5 ;;
11774 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
11776 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
11777 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
11778 if ${ac_cv_lib_Xext_XShmQueryExtension+:} false
; then :
11779 $as_echo_n "(cached) " >&6
11781 ac_check_lib_save_LIBS
=$LIBS
11782 LIBS
="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
11783 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11784 /* end confdefs.h. */
11786 /* Override any GCC internal prototype to avoid an error.
11787 Use char because int might match the return type of a GCC
11788 builtin and then its argument prototype would still apply. */
11792 char XShmQueryExtension ();
11796 return XShmQueryExtension ();
11801 if ac_fn_c_try_link
"$LINENO"; then :
11802 ac_cv_lib_Xext_XShmQueryExtension
=yes
11804 ac_cv_lib_Xext_XShmQueryExtension
=no
11806 rm -f core conftest.err conftest.
$ac_objext \
11807 conftest
$ac_exeext conftest.
$ac_ext
11808 LIBS
=$ac_check_lib_save_LIBS
11810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
11811 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
11812 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = xyes
; then :
11814 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
11819 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
11820 case "x$with_xshm" in
11821 x
) as_fn_append wine_notices
"|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
11823 *) as_fn_error $?
"XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
11824 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
11829 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
11831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
11832 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
11833 if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false
; then :
11834 $as_echo_n "(cached) " >&6
11836 ac_check_lib_save_LIBS
=$LIBS
11837 LIBS
="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
11838 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11839 /* end confdefs.h. */
11841 /* Override any GCC internal prototype to avoid an error.
11842 Use char because int might match the return type of a GCC
11843 builtin and then its argument prototype would still apply. */
11847 char XShapeQueryExtension ();
11851 return XShapeQueryExtension ();
11856 if ac_fn_c_try_link
"$LINENO"; then :
11857 ac_cv_lib_Xext_XShapeQueryExtension
=yes
11859 ac_cv_lib_Xext_XShapeQueryExtension
=no
11861 rm -f core conftest.err conftest.
$ac_objext \
11862 conftest
$ac_exeext conftest.
$ac_ext
11863 LIBS
=$ac_check_lib_save_LIBS
11865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
11866 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
11867 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes
; then :
11869 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
11874 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
11875 case "x$with_xshape" in
11876 x
) as_fn_append wine_notices
"|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
11878 *) as_fn_error $?
"XShape ${notice_platform}development files not found, XShape won't be supported.
11879 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
11884 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
11886 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
11887 $as_echo_n "checking for -lXxf86vm... " >&6; }
11888 if ${ac_cv_lib_soname_Xxf86vm+:} false
; then :
11889 $as_echo_n "(cached) " >&6
11891 ac_check_soname_save_LIBS
=$LIBS
11892 LIBS
="-lXxf86vm $X_LIBS $X_EXTRA_LIBS $LIBS"
11893 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11894 /* end confdefs.h. */
11896 /* Override any GCC internal prototype to avoid an error.
11897 Use char because int might match the return type of a GCC
11898 builtin and then its argument prototype would still apply. */
11902 char XF86VidModeQueryExtension ();
11906 return XF86VidModeQueryExtension ();
11911 if ac_fn_c_try_link
"$LINENO"; then :
11913 dll
) ac_cv_lib_soname_Xxf86vm
=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11914 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'` ;;
11915 *) ac_cv_lib_soname_Xxf86vm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXxf86vm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11916 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
11917 ac_cv_lib_soname_Xxf86vm
=`$LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11921 ac_cv_lib_soname_Xxf86vm
=
11923 rm -f core conftest.err conftest.
$ac_objext \
11924 conftest
$ac_exeext conftest.
$ac_ext
11925 LIBS
=$ac_check_soname_save_LIBS
11927 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
11928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11929 $as_echo "not found" >&6; }
11932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
11933 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
11935 cat >>confdefs.h
<<_ACEOF
11936 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
11942 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
11943 case "x$with_xxf86vm" in
11944 x
) as_fn_append wine_notices
"|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
11946 *) as_fn_error $?
"libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
11947 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
11952 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x"
11954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
11955 $as_echo_n "checking for -lXrender... " >&6; }
11956 if ${ac_cv_lib_soname_Xrender+:} false
; then :
11957 $as_echo_n "(cached) " >&6
11959 ac_check_soname_save_LIBS
=$LIBS
11960 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
11961 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11962 /* end confdefs.h. */
11964 /* Override any GCC internal prototype to avoid an error.
11965 Use char because int might match the return type of a GCC
11966 builtin and then its argument prototype would still apply. */
11970 char XRenderQueryExtension ();
11974 return XRenderQueryExtension ();
11979 if ac_fn_c_try_link
"$LINENO"; then :
11981 dll
) ac_cv_lib_soname_Xrender
=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11982 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'` ;;
11983 *) ac_cv_lib_soname_Xrender
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrender\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrender\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11984 if ${ac_cv_lib_soname_Xrender:+false} :; then :
11985 ac_cv_lib_soname_Xrender
=`$LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11989 ac_cv_lib_soname_Xrender
=
11991 rm -f core conftest.err conftest.
$ac_objext \
11992 conftest
$ac_exeext conftest.
$ac_ext
11993 LIBS
=$ac_check_soname_save_LIBS
11995 if ${ac_cv_lib_soname_Xrender:+false} :; then :
11996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11997 $as_echo "not found" >&6; }
12000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
12001 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
12003 cat >>confdefs.h
<<_ACEOF
12004 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
12007 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
12008 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
12009 if ${ac_cv_lib_Xrender_XRenderSetPictureTransform+:} false
; then :
12010 $as_echo_n "(cached) " >&6
12012 ac_check_lib_save_LIBS
=$LIBS
12013 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
12014 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12015 /* end confdefs.h. */
12017 /* Override any GCC internal prototype to avoid an error.
12018 Use char because int might match the return type of a GCC
12019 builtin and then its argument prototype would still apply. */
12023 char XRenderSetPictureTransform ();
12027 return XRenderSetPictureTransform ();
12032 if ac_fn_c_try_link
"$LINENO"; then :
12033 ac_cv_lib_Xrender_XRenderSetPictureTransform
=yes
12035 ac_cv_lib_Xrender_XRenderSetPictureTransform
=no
12037 rm -f core conftest.err conftest.
$ac_objext \
12038 conftest
$ac_exeext conftest.
$ac_ext
12039 LIBS
=$ac_check_lib_save_LIBS
12041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
12042 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
12043 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = xyes
; then :
12045 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
12049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderCreateLinearGradient in -lXrender" >&5
12050 $as_echo_n "checking for XRenderCreateLinearGradient in -lXrender... " >&6; }
12051 if ${ac_cv_lib_Xrender_XRenderCreateLinearGradient+:} false
; then :
12052 $as_echo_n "(cached) " >&6
12054 ac_check_lib_save_LIBS
=$LIBS
12055 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
12056 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12057 /* end confdefs.h. */
12059 /* Override any GCC internal prototype to avoid an error.
12060 Use char because int might match the return type of a GCC
12061 builtin and then its argument prototype would still apply. */
12065 char XRenderCreateLinearGradient ();
12069 return XRenderCreateLinearGradient ();
12074 if ac_fn_c_try_link
"$LINENO"; then :
12075 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=yes
12077 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=no
12079 rm -f core conftest.err conftest.
$ac_objext \
12080 conftest
$ac_exeext conftest.
$ac_ext
12081 LIBS
=$ac_check_lib_save_LIBS
12083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&5
12084 $as_echo "$ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&6; }
12085 if test "x$ac_cv_lib_Xrender_XRenderCreateLinearGradient" = xyes
; then :
12087 $as_echo "#define HAVE_XRENDERCREATELINEARGRADIENT 1" >>confdefs.h
12094 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
12095 case "x$with_xrender" in
12096 x
) as_fn_append wine_warnings
"|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
12098 *) as_fn_error $?
"libxrender ${notice_platform}development files not found, XRender won't be supported.
12099 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
12104 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
12106 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12107 /* end confdefs.h. */
12108 #include <X11/Xlib.h>
12109 #include <X11/extensions/Xrandr.h>
12113 static typeof(XRRSetScreenConfigAndRate) * func; if (func) return 0;
12118 if ac_fn_c_try_compile
"$LINENO"; then :
12119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
12120 $as_echo_n "checking for -lXrandr... " >&6; }
12121 if ${ac_cv_lib_soname_Xrandr+:} false
; then :
12122 $as_echo_n "(cached) " >&6
12124 ac_check_soname_save_LIBS
=$LIBS
12125 LIBS
="-lXrandr $X_LIBS $X_EXTRA_LIBS $LIBS"
12126 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12127 /* end confdefs.h. */
12129 /* Override any GCC internal prototype to avoid an error.
12130 Use char because int might match the return type of a GCC
12131 builtin and then its argument prototype would still apply. */
12135 char XRRQueryExtension ();
12139 return XRRQueryExtension ();
12144 if ac_fn_c_try_link
"$LINENO"; then :
12146 dll
) ac_cv_lib_soname_Xrandr
=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12147 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'` ;;
12148 *) ac_cv_lib_soname_Xrandr
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrandr\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrandr\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12149 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
12150 ac_cv_lib_soname_Xrandr
=`$LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12154 ac_cv_lib_soname_Xrandr
=
12156 rm -f core conftest.err conftest.
$ac_objext \
12157 conftest
$ac_exeext conftest.
$ac_ext
12158 LIBS
=$ac_check_soname_save_LIBS
12160 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
12161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12162 $as_echo "not found" >&6; }
12165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
12166 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
12168 cat >>confdefs.h
<<_ACEOF
12169 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
12172 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12173 /* end confdefs.h. */
12174 #include <X11/Xlib.h>
12175 #include <X11/extensions/Xrandr.h>
12179 static typeof(XRRGetProviderResources) *f; if (f) return 0;
12184 if ac_fn_c_try_compile
"$LINENO"; then :
12186 $as_echo "#define HAVE_XRRGETPROVIDERRESOURCES 1" >>confdefs.h
12189 as_fn_append wine_notices
"|libxrandr ${notice_platform}development files too old, XRandR display device handler won't be supported."
12191 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12194 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12196 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
12197 case "x$with_xrandr" in
12198 x
) as_fn_append wine_notices
"|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
12200 *) as_fn_error $?
"libxrandr ${notice_platform}development files not found, XRandr won't be supported.
12201 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
12206 if test "$ac_cv_header_X11_extensions_Xfixes_h" = "yes"
12208 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12209 /* end confdefs.h. */
12210 #include <X11/Xlib.h>
12211 #include <X11/extensions/Xfixes.h>
12215 static typeof(XFixesQueryVersion) * func; if (func) return 0;
12220 if ac_fn_c_try_compile
"$LINENO"; then :
12221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXfixes" >&5
12222 $as_echo_n "checking for -lXfixes... " >&6; }
12223 if ${ac_cv_lib_soname_Xfixes+:} false
; then :
12224 $as_echo_n "(cached) " >&6
12226 ac_check_soname_save_LIBS
=$LIBS
12227 LIBS
="-lXfixes $X_LIBS $X_EXTRA_LIBS $LIBS"
12228 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12229 /* end confdefs.h. */
12231 /* Override any GCC internal prototype to avoid an error.
12232 Use char because int might match the return type of a GCC
12233 builtin and then its argument prototype would still apply. */
12237 char XFixesQueryVersion ();
12241 return XFixesQueryVersion ();
12246 if ac_fn_c_try_link
"$LINENO"; then :
12248 dll
) ac_cv_lib_soname_Xfixes
=`$ac_cv_path_LDD conftest.exe | grep "Xfixes" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12249 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'` ;;
12250 *) ac_cv_lib_soname_Xfixes
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXfixes\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXfixes\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12251 if ${ac_cv_lib_soname_Xfixes:+false} :; then :
12252 ac_cv_lib_soname_Xfixes
=`$LDD conftest$ac_exeext | grep "libXfixes\\.$LIBEXT" | sed -e "s/^.*\(libXfixes\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12256 ac_cv_lib_soname_Xfixes
=
12258 rm -f core conftest.err conftest.
$ac_objext \
12259 conftest
$ac_exeext conftest.
$ac_ext
12260 LIBS
=$ac_check_soname_save_LIBS
12262 if ${ac_cv_lib_soname_Xfixes:+false} :; then :
12263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12264 $as_echo "not found" >&6; }
12267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xfixes" >&5
12268 $as_echo "$ac_cv_lib_soname_Xfixes" >&6; }
12270 cat >>confdefs.h
<<_ACEOF
12271 #define SONAME_LIBXFIXES "$ac_cv_lib_soname_Xfixes"
12277 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12279 if test "x$ac_cv_lib_soname_Xfixes" = "x"; then :
12280 case "x$with_xfixes" in
12281 x
) as_fn_append wine_notices
"|libxfixes ${notice_platform}development files not found, Xfixes won't be supported." ;;
12283 *) as_fn_error $?
"libxfixes ${notice_platform}development files not found, Xfixes won't be supported.
12284 This is an error since --with-xfixes was requested." "$LINENO" 5 ;;
12289 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
12291 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12292 /* end confdefs.h. */
12293 #include <X11/Xlib.h>
12294 #include <X11/extensions/Xinerama.h>
12298 static typeof(XineramaQueryScreens) * func; if (func) return 0;
12303 if ac_fn_c_try_compile
"$LINENO"; then :
12304 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
12305 $as_echo_n "checking for -lXinerama... " >&6; }
12306 if ${ac_cv_lib_soname_Xinerama+:} false
; then :
12307 $as_echo_n "(cached) " >&6
12309 ac_check_soname_save_LIBS
=$LIBS
12310 LIBS
="-lXinerama $X_LIBS $X_EXTRA_LIBS $LIBS"
12311 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12312 /* end confdefs.h. */
12314 /* Override any GCC internal prototype to avoid an error.
12315 Use char because int might match the return type of a GCC
12316 builtin and then its argument prototype would still apply. */
12320 char XineramaQueryScreens ();
12324 return XineramaQueryScreens ();
12329 if ac_fn_c_try_link
"$LINENO"; then :
12331 dll
) ac_cv_lib_soname_Xinerama
=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12332 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'` ;;
12333 *) ac_cv_lib_soname_Xinerama
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXinerama\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXinerama\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12334 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
12335 ac_cv_lib_soname_Xinerama
=`$LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12339 ac_cv_lib_soname_Xinerama
=
12341 rm -f core conftest.err conftest.
$ac_objext \
12342 conftest
$ac_exeext conftest.
$ac_ext
12343 LIBS
=$ac_check_soname_save_LIBS
12345 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
12346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12347 $as_echo "not found" >&6; }
12350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
12351 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
12353 cat >>confdefs.h
<<_ACEOF
12354 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
12360 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12362 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
12363 case "x$with_xinerama" in
12364 x
) as_fn_append wine_notices
"|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
12366 *) as_fn_error $?
"libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
12367 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
12372 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
12374 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
12375 $as_echo_n "checking for -lXcomposite... " >&6; }
12376 if ${ac_cv_lib_soname_Xcomposite+:} false
; then :
12377 $as_echo_n "(cached) " >&6
12379 ac_check_soname_save_LIBS
=$LIBS
12380 LIBS
="-lXcomposite $X_LIBS $X_EXTRA_LIBS $LIBS"
12381 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12382 /* end confdefs.h. */
12384 /* Override any GCC internal prototype to avoid an error.
12385 Use char because int might match the return type of a GCC
12386 builtin and then its argument prototype would still apply. */
12390 char XCompositeRedirectWindow ();
12394 return XCompositeRedirectWindow ();
12399 if ac_fn_c_try_link
"$LINENO"; then :
12401 dll
) ac_cv_lib_soname_Xcomposite
=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12402 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'` ;;
12403 *) ac_cv_lib_soname_Xcomposite
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcomposite\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcomposite\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12404 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
12405 ac_cv_lib_soname_Xcomposite
=`$LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12409 ac_cv_lib_soname_Xcomposite
=
12411 rm -f core conftest.err conftest.
$ac_objext \
12412 conftest
$ac_exeext conftest.
$ac_ext
12413 LIBS
=$ac_check_soname_save_LIBS
12415 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
12416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12417 $as_echo "not found" >&6; }
12420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
12421 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
12423 cat >>confdefs.h
<<_ACEOF
12424 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
12430 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
12431 case "x$with_xcomposite" in
12432 x
) as_fn_append wine_notices
"|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
12434 *) as_fn_error $?
"libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
12435 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
12440 ac_fn_c_check_member
"$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
12441 #include <X11/Xlib.h>
12444 if test "x$ac_cv_member_XICCallback_callback" = xyes
; then :
12446 cat >>confdefs.h
<<_ACEOF
12447 #define HAVE_XICCALLBACK_CALLBACK 1
12452 ac_fn_c_check_member
"$LINENO" "XEvent" "xcookie" "ac_cv_member_XEvent_xcookie" "#ifdef HAVE_X11_XLIB_H
12453 #include <X11/Xlib.h>
12456 if test "x$ac_cv_member_XEvent_xcookie" = xyes
; then :
12458 cat >>confdefs.h
<<_ACEOF
12459 #define HAVE_XEVENT_XCOOKIE 1
12468 if test "x$with_opengl" != "xno"
12470 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
12471 $as_echo_n "checking for -lGL... " >&6; }
12472 if ${ac_cv_lib_soname_GL+:} false
; then :
12473 $as_echo_n "(cached) " >&6
12475 ac_check_soname_save_LIBS
=$LIBS
12476 LIBS
="-lGL $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
12477 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12478 /* end confdefs.h. */
12480 /* Override any GCC internal prototype to avoid an error.
12481 Use char because int might match the return type of a GCC
12482 builtin and then its argument prototype would still apply. */
12486 char glXCreateContext ();
12490 return glXCreateContext ();
12495 if ac_fn_c_try_link
"$LINENO"; then :
12497 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12498 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'` ;;
12499 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12500 if ${ac_cv_lib_soname_GL:+false} :; then :
12501 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12505 ac_cv_lib_soname_GL
=
12507 rm -f core conftest.err conftest.
$ac_objext \
12508 conftest
$ac_exeext conftest.
$ac_ext
12509 LIBS
=$ac_check_soname_save_LIBS
12511 if ${ac_cv_lib_soname_GL:+false} :; then :
12512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12513 $as_echo "not found" >&6; }
12514 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
12515 $as_echo_n "checking for -lGL... " >&6; }
12516 if ${ac_cv_lib_soname_GL+:} false
; then :
12517 $as_echo_n "(cached) " >&6
12519 ac_check_soname_save_LIBS
=$LIBS
12520 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"
12521 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12522 /* end confdefs.h. */
12524 /* Override any GCC internal prototype to avoid an error.
12525 Use char because int might match the return type of a GCC
12526 builtin and then its argument prototype would still apply. */
12530 char glXCreateContext ();
12534 return glXCreateContext ();
12539 if ac_fn_c_try_link
"$LINENO"; then :
12541 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12542 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'` ;;
12543 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12544 if ${ac_cv_lib_soname_GL:+false} :; then :
12545 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12549 ac_cv_lib_soname_GL
=
12551 rm -f core conftest.err conftest.
$ac_objext \
12552 conftest
$ac_exeext conftest.
$ac_ext
12553 LIBS
=$ac_check_soname_save_LIBS
12555 if ${ac_cv_lib_soname_GL:+false} :; then :
12556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12557 $as_echo "not found" >&6; }
12558 if test -f /usr
/X11R
6/lib
/libGL.a
12560 opengl_msg
="/usr/X11R6/lib/libGL.a is present on your system.
12561 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
12563 opengl_msg
="No OpenGL library found on this system."
12566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
12567 $as_echo "$ac_cv_lib_soname_GL" >&6; }
12569 cat >>confdefs.h
<<_ACEOF
12570 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
12573 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"
12576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
12577 $as_echo "$ac_cv_lib_soname_GL" >&6; }
12579 cat >>confdefs.h
<<_ACEOF
12580 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
12585 if test "x$with_osmesa" != "xno"
12587 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lOSMesa" >&5
12588 $as_echo_n "checking for -lOSMesa... " >&6; }
12589 if ${ac_cv_lib_soname_OSMesa+:} false
; then :
12590 $as_echo_n "(cached) " >&6
12592 ac_check_soname_save_LIBS
=$LIBS
12593 LIBS
="-lOSMesa $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
12594 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12595 /* end confdefs.h. */
12597 /* Override any GCC internal prototype to avoid an error.
12598 Use char because int might match the return type of a GCC
12599 builtin and then its argument prototype would still apply. */
12603 char OSMesaGetProcAddress ();
12607 return OSMesaGetProcAddress ();
12612 if ac_fn_c_try_link
"$LINENO"; then :
12614 dll
) ac_cv_lib_soname_OSMesa
=`$ac_cv_path_LDD conftest.exe | grep "OSMesa" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12615 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'` ;;
12616 *) ac_cv_lib_soname_OSMesa
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libOSMesa\\.$LIBEXT" | sed -e "s/^.*\\[\\(libOSMesa\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12617 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
12618 ac_cv_lib_soname_OSMesa
=`$LDD conftest$ac_exeext | grep "libOSMesa\\.$LIBEXT" | sed -e "s/^.*\(libOSMesa\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12622 ac_cv_lib_soname_OSMesa
=
12624 rm -f core conftest.err conftest.
$ac_objext \
12625 conftest
$ac_exeext conftest.
$ac_ext
12626 LIBS
=$ac_check_soname_save_LIBS
12628 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
12629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12630 $as_echo "not found" >&6; }
12633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_OSMesa" >&5
12634 $as_echo "$ac_cv_lib_soname_OSMesa" >&6; }
12636 cat >>confdefs.h
<<_ACEOF
12637 #define SONAME_LIBOSMESA "$ac_cv_lib_soname_OSMesa"
12642 if test "x$ac_cv_lib_soname_OSMesa" = "x"; then :
12643 case "x$with_osmesa" in
12644 x
) as_fn_append wine_notices
"|libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported." ;;
12646 *) as_fn_error $?
"libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
12647 This is an error since --with-osmesa was requested." "$LINENO" 5 ;;
12653 if test -n "$opengl_msg"; then :
12654 case "x$with_opengl" in
12655 x
) as_fn_append wine_warnings
"|$opengl_msg
12656 OpenGL and Direct3D won't be supported." ;;
12658 *) as_fn_error $?
"$opengl_msg
12659 OpenGL and Direct3D won't be supported.
12660 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
12665 CPPFLAGS
="$ac_save_CPPFLAGS"
12671 if test "$enable_wineandroid_drv$enable_winemac_drv" = "nono"
12673 if test "x$X_LIBS" = "x"; then :
12676 *) as_fn_error $?
"X ${notice_platform}development files not found. Wine will be built
12677 without X support, which probably isn't what you want. You will need
12678 to install ${notice_platform}development packages of Xlib at the very least.
12679 Use the --without-x option if you really want this." "$LINENO" 5 ;;
12681 enable_winex11_drv
=${enable_winex11_drv:-no}
12684 if test "x$X_LIBS" = "x"; then :
12686 x
) as_fn_append wine_notices
"|X ${notice_platform}development files not found, the X11 driver won't be supported." ;;
12688 *) as_fn_error $?
"X ${notice_platform}development files not found, the X11 driver won't be supported.
12689 This is an error since --with-x was requested." "$LINENO" 5 ;;
12691 enable_winex11_drv
=${enable_winex11_drv:-no}
12695 if test "$ac_cv_header_CL_cl_h" = "yes"
12697 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5
12698 $as_echo_n "checking for clGetPlatformInfo in -lOpenCL... " >&6; }
12699 if ${ac_cv_lib_OpenCL_clGetPlatformInfo+:} false
; then :
12700 $as_echo_n "(cached) " >&6
12702 ac_check_lib_save_LIBS
=$LIBS
12703 LIBS
="-lOpenCL $LIBS"
12704 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12705 /* end confdefs.h. */
12707 /* Override any GCC internal prototype to avoid an error.
12708 Use char because int might match the return type of a GCC
12709 builtin and then its argument prototype would still apply. */
12713 char clGetPlatformInfo ();
12717 return clGetPlatformInfo ();
12722 if ac_fn_c_try_link
"$LINENO"; then :
12723 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
12725 ac_cv_lib_OpenCL_clGetPlatformInfo
=no
12727 rm -f core conftest.err conftest.
$ac_objext \
12728 conftest
$ac_exeext conftest.
$ac_ext
12729 LIBS
=$ac_check_lib_save_LIBS
12731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_OpenCL_clGetPlatformInfo" >&5
12732 $as_echo "$ac_cv_lib_OpenCL_clGetPlatformInfo" >&6; }
12733 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" = xyes
; then :
12734 OPENCL_LIBS
="-lOpenCL"
12739 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes
; then :
12740 case "x$with_opencl" in
12741 x
) as_fn_append wine_notices
"|OpenCL ${notice_platform}development files not found, OpenCL won't be supported." ;;
12743 *) as_fn_error $?
"OpenCL ${notice_platform}development files not found, OpenCL won't be supported.
12744 This is an error since --with-opencl was requested." "$LINENO" 5 ;;
12746 enable_opencl
=${enable_opencl:-no}
12749 if test "$ac_cv_header_pcap_pcap_h" = "yes"
12751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcap_create in -lpcap" >&5
12752 $as_echo_n "checking for pcap_create in -lpcap... " >&6; }
12753 if ${ac_cv_lib_pcap_pcap_create+:} false
; then :
12754 $as_echo_n "(cached) " >&6
12756 ac_check_lib_save_LIBS
=$LIBS
12757 LIBS
="-lpcap $LIBS"
12758 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12759 /* end confdefs.h. */
12761 /* Override any GCC internal prototype to avoid an error.
12762 Use char because int might match the return type of a GCC
12763 builtin and then its argument prototype would still apply. */
12767 char pcap_create ();
12771 return pcap_create ();
12776 if ac_fn_c_try_link
"$LINENO"; then :
12777 ac_cv_lib_pcap_pcap_create
=yes
12779 ac_cv_lib_pcap_pcap_create
=no
12781 rm -f core conftest.err conftest.
$ac_objext \
12782 conftest
$ac_exeext conftest.
$ac_ext
12783 LIBS
=$ac_check_lib_save_LIBS
12785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcap_pcap_create" >&5
12786 $as_echo "$ac_cv_lib_pcap_pcap_create" >&6; }
12787 if test "x$ac_cv_lib_pcap_pcap_create" = xyes
; then :
12793 if test "x$ac_cv_lib_pcap_pcap_create" != xyes
; then :
12794 case "x$with_pcap" in
12795 x
) as_fn_append wine_notices
"|pcap ${notice_platform}development files not found, wpcap won't be supported." ;;
12797 *) as_fn_error $?
"pcap ${notice_platform}development files not found, wpcap won't be supported.
12798 This is an error since --with-pcap was requested." "$LINENO" 5 ;;
12800 enable_wpcap
=${enable_wpcap:-no}
12804 if test "x$with_xml" != "xno"
12806 if ${XML2_CFLAGS:+false} :; then :
12807 if ${PKG_CONFIG+:} false
; then :
12808 XML2_CFLAGS
=`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`
12811 test "$cross_compiling" = yes || XML2_CFLAGS
=${XML2_CFLAGS:-`${XML2_CONFIG:-xml2-config} --cflags 2>/dev/null`}
12812 if ${XML2_LIBS:+false} :; then :
12813 if ${PKG_CONFIG+:} false
; then :
12814 XML2_LIBS
=`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`
12817 test "$cross_compiling" = yes || XML2_LIBS
=${XML2_LIBS:-`${XML2_CONFIG:-xml2-config} --libs 2>/dev/null`}
12818 XML2_LIBS
=${XML2_LIBS:-"-lxml2"}
12819 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 cflags: $XML2_CFLAGS" >&5
12820 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 libs: $XML2_LIBS" >&5
12821 ac_save_CPPFLAGS
=$CPPFLAGS
12822 CPPFLAGS
="$CPPFLAGS $XML2_CFLAGS"
12823 for ac_header
in libxml
/parser.h libxml
/xmlsave.h libxml
/SAX2.h
12825 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12826 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12827 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
12828 cat >>confdefs.h
<<_ACEOF
12829 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12836 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"
12838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
12839 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
12840 if ${ac_cv_lib_xml2_xmlParseMemory+:} false
; then :
12841 $as_echo_n "(cached) " >&6
12843 ac_check_lib_save_LIBS
=$LIBS
12844 LIBS
="-lxml2 $XML2_LIBS $LIBS"
12845 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12846 /* end confdefs.h. */
12848 /* Override any GCC internal prototype to avoid an error.
12849 Use char because int might match the return type of a GCC
12850 builtin and then its argument prototype would still apply. */
12854 char xmlParseMemory ();
12858 return xmlParseMemory ();
12863 if ac_fn_c_try_link
"$LINENO"; then :
12864 ac_cv_lib_xml2_xmlParseMemory
=yes
12866 ac_cv_lib_xml2_xmlParseMemory
=no
12868 rm -f core conftest.err conftest.
$ac_objext \
12869 conftest
$ac_exeext conftest.
$ac_ext
12870 LIBS
=$ac_check_lib_save_LIBS
12872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12873 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12874 if test "x$ac_cv_lib_xml2_xmlParseMemory" = xyes
; then :
12876 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
12882 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
12883 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
12884 if ${ac_cv_lib_xml2_xmlReadMemory+:} false
; then :
12885 $as_echo_n "(cached) " >&6
12887 ac_check_lib_save_LIBS
=$LIBS
12888 LIBS
="-lxml2 $XML2_LIBS $LIBS"
12889 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12890 /* end confdefs.h. */
12892 /* Override any GCC internal prototype to avoid an error.
12893 Use char because int might match the return type of a GCC
12894 builtin and then its argument prototype would still apply. */
12898 char xmlReadMemory ();
12902 return xmlReadMemory ();
12907 if ac_fn_c_try_link
"$LINENO"; then :
12908 ac_cv_lib_xml2_xmlReadMemory
=yes
12910 ac_cv_lib_xml2_xmlReadMemory
=no
12912 rm -f core conftest.err conftest.
$ac_objext \
12913 conftest
$ac_exeext conftest.
$ac_ext
12914 LIBS
=$ac_check_lib_save_LIBS
12916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12917 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12918 if test "x$ac_cv_lib_xml2_xmlReadMemory" = xyes
; then :
12920 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
12924 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
12925 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
12926 if ${ac_cv_lib_xml2_xmlNewDocPI+:} false
; then :
12927 $as_echo_n "(cached) " >&6
12929 ac_check_lib_save_LIBS
=$LIBS
12930 LIBS
="-lxml2 $XML2_LIBS $LIBS"
12931 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12932 /* end confdefs.h. */
12934 /* Override any GCC internal prototype to avoid an error.
12935 Use char because int might match the return type of a GCC
12936 builtin and then its argument prototype would still apply. */
12940 char xmlNewDocPI ();
12944 return xmlNewDocPI ();
12949 if ac_fn_c_try_link
"$LINENO"; then :
12950 ac_cv_lib_xml2_xmlNewDocPI
=yes
12952 ac_cv_lib_xml2_xmlNewDocPI
=no
12954 rm -f core conftest.err conftest.
$ac_objext \
12955 conftest
$ac_exeext conftest.
$ac_ext
12956 LIBS
=$ac_check_lib_save_LIBS
12958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12959 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12960 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = xyes
; then :
12962 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
12966 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetParserStructuredErrors in -lxml2" >&5
12967 $as_echo_n "checking for xmlSchemaSetParserStructuredErrors in -lxml2... " >&6; }
12968 if ${ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors+:} false
; then :
12969 $as_echo_n "(cached) " >&6
12971 ac_check_lib_save_LIBS
=$LIBS
12972 LIBS
="-lxml2 $XML2_LIBS $LIBS"
12973 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12974 /* end confdefs.h. */
12976 /* Override any GCC internal prototype to avoid an error.
12977 Use char because int might match the return type of a GCC
12978 builtin and then its argument prototype would still apply. */
12982 char xmlSchemaSetParserStructuredErrors ();
12986 return xmlSchemaSetParserStructuredErrors ();
12991 if ac_fn_c_try_link
"$LINENO"; then :
12992 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors
=yes
12994 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors
=no
12996 rm -f core conftest.err conftest.
$ac_objext \
12997 conftest
$ac_exeext conftest.
$ac_ext
12998 LIBS
=$ac_check_lib_save_LIBS
13000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&5
13001 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&6; }
13002 if test "x$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" = xyes
; then :
13004 $as_echo "#define HAVE_XMLSCHEMASSETPARSERSTRUCTUREDERRORS 1" >>confdefs.h
13008 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetValidStructuredErrors in -lxml2" >&5
13009 $as_echo_n "checking for xmlSchemaSetValidStructuredErrors in -lxml2... " >&6; }
13010 if ${ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors+:} false
; then :
13011 $as_echo_n "(cached) " >&6
13013 ac_check_lib_save_LIBS
=$LIBS
13014 LIBS
="-lxml2 $XML2_LIBS $LIBS"
13015 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13016 /* end confdefs.h. */
13018 /* Override any GCC internal prototype to avoid an error.
13019 Use char because int might match the return type of a GCC
13020 builtin and then its argument prototype would still apply. */
13024 char xmlSchemaSetValidStructuredErrors ();
13028 return xmlSchemaSetValidStructuredErrors ();
13033 if ac_fn_c_try_link
"$LINENO"; then :
13034 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors
=yes
13036 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors
=no
13038 rm -f core conftest.err conftest.
$ac_objext \
13039 conftest
$ac_exeext conftest.
$ac_ext
13040 LIBS
=$ac_check_lib_save_LIBS
13042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&5
13043 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&6; }
13044 if test "x$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" = xyes
; then :
13046 $as_echo "#define HAVE_XMLSCHEMASSETVALIDSTRUCTUREDERRORS 1" >>confdefs.h
13050 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlFirstElementChild in -lxml2" >&5
13051 $as_echo_n "checking for xmlFirstElementChild in -lxml2... " >&6; }
13052 if ${ac_cv_lib_xml2_xmlFirstElementChild+:} false
; then :
13053 $as_echo_n "(cached) " >&6
13055 ac_check_lib_save_LIBS
=$LIBS
13056 LIBS
="-lxml2 $XML2_LIBS $LIBS"
13057 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13058 /* end confdefs.h. */
13060 /* Override any GCC internal prototype to avoid an error.
13061 Use char because int might match the return type of a GCC
13062 builtin and then its argument prototype would still apply. */
13066 char xmlFirstElementChild ();
13070 return xmlFirstElementChild ();
13075 if ac_fn_c_try_link
"$LINENO"; then :
13076 ac_cv_lib_xml2_xmlFirstElementChild
=yes
13078 ac_cv_lib_xml2_xmlFirstElementChild
=no
13080 rm -f core conftest.err conftest.
$ac_objext \
13081 conftest
$ac_exeext conftest.
$ac_ext
13082 LIBS
=$ac_check_lib_save_LIBS
13084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlFirstElementChild" >&5
13085 $as_echo "$ac_cv_lib_xml2_xmlFirstElementChild" >&6; }
13086 if test "x$ac_cv_lib_xml2_xmlFirstElementChild" = xyes
; then :
13088 $as_echo "#define HAVE_XMLFIRSTELEMENTCHILD 1" >>confdefs.h
13092 ac_fn_c_check_type
"$LINENO" "xmlDocProperties" "ac_cv_type_xmlDocProperties" "#include <libxml/tree.h>
13094 if test "x$ac_cv_type_xmlDocProperties" = xyes
; then :
13096 $as_echo "#define HAVE_XMLDOC_PROPERTIES 1" >>confdefs.h
13104 CPPFLAGS
=$ac_save_CPPFLAGS
13107 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
13108 case "x$with_xml" in
13109 x
) as_fn_append wine_warnings
"|libxml2 ${notice_platform}development files not found (or too old), XML won't be supported." ;;
13111 *) as_fn_error $?
"libxml2 ${notice_platform}development files not found (or too old), XML won't be supported.
13112 This is an error since --with-xml was requested." "$LINENO" 5 ;;
13117 if test "x$with_xslt" != "xno"
13119 if ${XSLT_CFLAGS:+false} :; then :
13120 if ${PKG_CONFIG+:} false
; then :
13121 XSLT_CFLAGS
=`$PKG_CONFIG --cflags libxslt 2>/dev/null`
13124 test "$cross_compiling" = yes || XSLT_CFLAGS
=${XSLT_CFLAGS:-`${XSLT_CONFIG:-xslt-config} --cflags 2>/dev/null`}
13125 if ${XSLT_LIBS:+false} :; then :
13126 if ${PKG_CONFIG+:} false
; then :
13127 XSLT_LIBS
=`$PKG_CONFIG --libs libxslt 2>/dev/null`
13130 test "$cross_compiling" = yes || XSLT_LIBS
=${XSLT_LIBS:-`${XSLT_CONFIG:-xslt-config} --libs 2>/dev/null`}
13131 XSLT_LIBS
=${XSLT_LIBS:-"-lxml2"}
13132 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt cflags: $XSLT_CFLAGS" >&5
13133 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt libs: $XSLT_LIBS" >&5
13134 ac_save_CPPFLAGS
=$CPPFLAGS
13135 CPPFLAGS
="$CPPFLAGS $XSLT_CFLAGS"
13136 for ac_header
in libxslt
/pattern.h libxslt
/transform.h
13138 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13139 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
13140 # include <libxslt/pattern.h>
13143 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
13144 cat >>confdefs.h
<<_ACEOF
13145 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13152 if test "$ac_cv_header_libxslt_transform_h" = "yes"
13154 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
13155 $as_echo_n "checking for -lxslt... " >&6; }
13156 if ${ac_cv_lib_soname_xslt+:} false
; then :
13157 $as_echo_n "(cached) " >&6
13159 ac_check_soname_save_LIBS
=$LIBS
13160 LIBS
="-lxslt $XSLT_LIBS $LIBS"
13161 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13162 /* end confdefs.h. */
13164 /* Override any GCC internal prototype to avoid an error.
13165 Use char because int might match the return type of a GCC
13166 builtin and then its argument prototype would still apply. */
13170 char xsltCompilePattern ();
13174 return xsltCompilePattern ();
13179 if ac_fn_c_try_link
"$LINENO"; then :
13181 dll
) ac_cv_lib_soname_xslt
=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13182 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'` ;;
13183 *) ac_cv_lib_soname_xslt
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libxslt\\.$LIBEXT" | sed -e "s/^.*\\[\\(libxslt\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13184 if ${ac_cv_lib_soname_xslt:+false} :; then :
13185 ac_cv_lib_soname_xslt
=`$LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13189 ac_cv_lib_soname_xslt
=
13191 rm -f core conftest.err conftest.
$ac_objext \
13192 conftest
$ac_exeext conftest.
$ac_ext
13193 LIBS
=$ac_check_soname_save_LIBS
13195 if ${ac_cv_lib_soname_xslt:+false} :; then :
13196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13197 $as_echo "not found" >&6; }
13200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
13201 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
13203 cat >>confdefs.h
<<_ACEOF
13204 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
13212 CPPFLAGS
=$ac_save_CPPFLAGS
13215 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
13216 case "x$with_xslt" in
13217 x
) as_fn_append wine_warnings
"|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
13219 *) as_fn_error $?
"libxslt ${notice_platform}development files not found, xslt won't be supported.
13220 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
13225 if test "x$with_inotify" != "xno"
13227 if ${INOTIFY_CFLAGS:+false} :; then :
13228 if ${PKG_CONFIG+:} false
; then :
13229 INOTIFY_CFLAGS
=`$PKG_CONFIG --cflags libinotify 2>/dev/null`
13233 if ${INOTIFY_LIBS:+false} :; then :
13234 if ${PKG_CONFIG+:} false
; then :
13235 INOTIFY_LIBS
=`$PKG_CONFIG --libs libinotify 2>/dev/null`
13240 $as_echo "$as_me:${as_lineno-$LINENO}: libinotify cflags: $INOTIFY_CFLAGS" >&5
13241 $as_echo "$as_me:${as_lineno-$LINENO}: libinotify libs: $INOTIFY_LIBS" >&5
13242 ac_save_CPPFLAGS
=$CPPFLAGS
13243 CPPFLAGS
="$CPPFLAGS $INOTIFY_CFLAGS"
13244 for ac_header
in sys
/inotify.h
13246 ac_fn_c_check_header_mongrel
"$LINENO" "sys/inotify.h" "ac_cv_header_sys_inotify_h" "$ac_includes_default"
13247 if test "x$ac_cv_header_sys_inotify_h" = xyes
; then :
13248 cat >>confdefs.h
<<_ACEOF
13249 #define HAVE_SYS_INOTIFY_H 1
13256 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inotify_add_watch in -linotify" >&5
13257 $as_echo_n "checking for inotify_add_watch in -linotify... " >&6; }
13258 if ${ac_cv_lib_inotify_inotify_add_watch+:} false
; then :
13259 $as_echo_n "(cached) " >&6
13261 ac_check_lib_save_LIBS
=$LIBS
13262 LIBS
="-linotify $INOTIFY_LIBS $LIBS"
13263 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13264 /* end confdefs.h. */
13266 /* Override any GCC internal prototype to avoid an error.
13267 Use char because int might match the return type of a GCC
13268 builtin and then its argument prototype would still apply. */
13272 char inotify_add_watch ();
13276 return inotify_add_watch ();
13281 if ac_fn_c_try_link
"$LINENO"; then :
13282 ac_cv_lib_inotify_inotify_add_watch
=yes
13284 ac_cv_lib_inotify_inotify_add_watch
=no
13286 rm -f core conftest.err conftest.
$ac_objext \
13287 conftest
$ac_exeext conftest.
$ac_ext
13288 LIBS
=$ac_check_lib_save_LIBS
13290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_inotify_inotify_add_watch" >&5
13291 $as_echo "$ac_cv_lib_inotify_inotify_add_watch" >&6; }
13292 if test "x$ac_cv_lib_inotify_inotify_add_watch" = xyes
; then :
13298 CPPFLAGS
=$ac_save_CPPFLAGS
13301 if test "$ac_cv_header_sys_inotify_h" != "yes"; then :
13302 case "x$with_inotify" in
13303 x
) as_fn_append wine_notices
"|libinotify ${notice_platform}development files not found (or too old), filesystem change notifications won't be supported." ;;
13305 *) as_fn_error $?
"libinotify ${notice_platform}development files not found (or too old), filesystem change notifications won't be supported.
13306 This is an error since --with-inotify was requested." "$LINENO" 5 ;;
13311 if test "x$with_dbus" != "xno"
13313 if ${DBUS_CFLAGS:+false} :; then :
13314 if ${PKG_CONFIG+:} false
; then :
13315 DBUS_CFLAGS
=`$PKG_CONFIG --cflags dbus-1 2>/dev/null`
13319 if ${DBUS_LIBS:+false} :; then :
13320 if ${PKG_CONFIG+:} false
; then :
13321 DBUS_LIBS
=`$PKG_CONFIG --libs dbus-1 2>/dev/null`
13326 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 cflags: $DBUS_CFLAGS" >&5
13327 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 libs: $DBUS_LIBS" >&5
13328 ac_save_CPPFLAGS
=$CPPFLAGS
13329 CPPFLAGS
="$CPPFLAGS $DBUS_CFLAGS"
13330 ac_fn_c_check_header_mongrel
"$LINENO" "dbus/dbus.h" "ac_cv_header_dbus_dbus_h" "$ac_includes_default"
13331 if test "x$ac_cv_header_dbus_dbus_h" = xyes
; then :
13332 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ldbus-1" >&5
13333 $as_echo_n "checking for -ldbus-1... " >&6; }
13334 if ${ac_cv_lib_soname_dbus_1+:} false
; then :
13335 $as_echo_n "(cached) " >&6
13337 ac_check_soname_save_LIBS
=$LIBS
13338 LIBS
="-ldbus-1 $DBUS_LIBS $LIBS"
13339 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13340 /* end confdefs.h. */
13342 /* Override any GCC internal prototype to avoid an error.
13343 Use char because int might match the return type of a GCC
13344 builtin and then its argument prototype would still apply. */
13348 char dbus_connection_close ();
13352 return dbus_connection_close ();
13357 if ac_fn_c_try_link
"$LINENO"; then :
13359 dll
) ac_cv_lib_soname_dbus_1
=`$ac_cv_path_LDD conftest.exe | grep "dbus-1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13360 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'` ;;
13361 *) 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'`
13362 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
13363 ac_cv_lib_soname_dbus_1
=`$LDD conftest$ac_exeext | grep "libdbus-1\\.$LIBEXT" | sed -e "s/^.*\(libdbus-1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13367 ac_cv_lib_soname_dbus_1
=
13369 rm -f core conftest.err conftest.
$ac_objext \
13370 conftest
$ac_exeext conftest.
$ac_ext
13371 LIBS
=$ac_check_soname_save_LIBS
13373 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
13374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13375 $as_echo "not found" >&6; }
13378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_dbus_1" >&5
13379 $as_echo "$ac_cv_lib_soname_dbus_1" >&6; }
13381 cat >>confdefs.h
<<_ACEOF
13382 #define SONAME_LIBDBUS_1 "$ac_cv_lib_soname_dbus_1"
13392 CPPFLAGS
=$ac_save_CPPFLAGS
13395 if test "x$ac_cv_lib_soname_dbus_1" = "x" -a \
13396 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
13397 case "x$with_dbus" in
13398 x
) as_fn_append wine_notices
"|libdbus ${notice_platform}development files not found, no dynamic device support." ;;
13400 *) as_fn_error $?
"libdbus ${notice_platform}development files not found, no dynamic device support.
13401 This is an error since --with-dbus was requested." "$LINENO" 5 ;;
13406 if test "x$with_hal" != "xno" -a "x$ac_cv_lib_soname_dbus_1" != x
13408 if ${HAL_CFLAGS:+false} :; then :
13409 if ${PKG_CONFIG+:} false
; then :
13410 HAL_CFLAGS
=`$PKG_CONFIG --cflags hal 2>/dev/null`
13414 if ${HAL_LIBS:+false} :; then :
13415 if ${PKG_CONFIG+:} false
; then :
13416 HAL_LIBS
=`$PKG_CONFIG --libs hal 2>/dev/null`
13420 HAL_LIBS
=${HAL_LIBS:-"-ldbus-1"}
13421 $as_echo "$as_me:${as_lineno-$LINENO}: hal cflags: $HAL_CFLAGS" >&5
13422 $as_echo "$as_me:${as_lineno-$LINENO}: hal libs: $HAL_LIBS" >&5
13423 ac_save_CPPFLAGS
=$CPPFLAGS
13424 CPPFLAGS
="$CPPFLAGS $HAL_CFLAGS"
13425 ac_fn_c_check_header_mongrel
"$LINENO" "hal/libhal.h" "ac_cv_header_hal_libhal_h" "$ac_includes_default"
13426 if test "x$ac_cv_header_hal_libhal_h" = xyes
; then :
13427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
13428 $as_echo_n "checking for -lhal... " >&6; }
13429 if ${ac_cv_lib_soname_hal+:} false
; then :
13430 $as_echo_n "(cached) " >&6
13432 ac_check_soname_save_LIBS
=$LIBS
13433 LIBS
="-lhal $HAL_LIBS $LIBS"
13434 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13435 /* end confdefs.h. */
13437 /* Override any GCC internal prototype to avoid an error.
13438 Use char because int might match the return type of a GCC
13439 builtin and then its argument prototype would still apply. */
13443 char libhal_ctx_new ();
13447 return libhal_ctx_new ();
13452 if ac_fn_c_try_link
"$LINENO"; then :
13454 dll
) ac_cv_lib_soname_hal
=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13455 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'` ;;
13456 *) ac_cv_lib_soname_hal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libhal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libhal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13457 if ${ac_cv_lib_soname_hal:+false} :; then :
13458 ac_cv_lib_soname_hal
=`$LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13462 ac_cv_lib_soname_hal
=
13464 rm -f core conftest.err conftest.
$ac_objext \
13465 conftest
$ac_exeext conftest.
$ac_ext
13466 LIBS
=$ac_check_soname_save_LIBS
13468 if ${ac_cv_lib_soname_hal:+false} :; then :
13469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13470 $as_echo "not found" >&6; }
13473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
13474 $as_echo "$ac_cv_lib_soname_hal" >&6; }
13476 cat >>confdefs.h
<<_ACEOF
13477 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
13487 CPPFLAGS
=$ac_save_CPPFLAGS
13489 if test "x$ac_cv_lib_soname_hal" = "x" -a \
13490 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
13491 case "x$with_hal" in
13492 x
) as_fn_append wine_notices
"|libhal ${notice_platform}development files not found, no legacy dynamic device support." ;;
13494 *) as_fn_error $?
"libhal ${notice_platform}development files not found, no legacy dynamic device support.
13495 This is an error since --with-hal was requested." "$LINENO" 5 ;;
13501 if test "x$with_gnutls" != "xno"
13503 if ${GNUTLS_CFLAGS:+false} :; then :
13504 if ${PKG_CONFIG+:} false
; then :
13505 GNUTLS_CFLAGS
=`$PKG_CONFIG --cflags gnutls 2>/dev/null`
13509 if ${GNUTLS_LIBS:+false} :; then :
13510 if ${PKG_CONFIG+:} false
; then :
13511 GNUTLS_LIBS
=`$PKG_CONFIG --libs gnutls 2>/dev/null`
13515 GNUTLS_LIBS
=${GNUTLS_LIBS:-"-lgnutls"}
13516 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls cflags: $GNUTLS_CFLAGS" >&5
13517 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls libs: $GNUTLS_LIBS" >&5
13518 ac_save_CPPFLAGS
=$CPPFLAGS
13519 CPPFLAGS
="$CPPFLAGS $GNUTLS_CFLAGS"
13520 ac_fn_c_check_header_mongrel
"$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
13521 if test "x$ac_cv_header_gnutls_gnutls_h" = xyes
; then :
13522 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13523 /* end confdefs.h. */
13524 #include <gnutls/gnutls.h>
13525 #include <gnutls/crypto.h>
13529 static typeof(gnutls_mac_get_key_size) *func; if (func) return 0;
13534 if ac_fn_c_try_compile
"$LINENO"; then :
13535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
13536 $as_echo_n "checking for -lgnutls... " >&6; }
13537 if ${ac_cv_lib_soname_gnutls+:} false
; then :
13538 $as_echo_n "(cached) " >&6
13540 ac_check_soname_save_LIBS
=$LIBS
13541 LIBS
="-lgnutls $GNUTLS_LIBS $LIBS"
13542 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13543 /* end confdefs.h. */
13545 /* Override any GCC internal prototype to avoid an error.
13546 Use char because int might match the return type of a GCC
13547 builtin and then its argument prototype would still apply. */
13551 char gnutls_global_init ();
13555 return gnutls_global_init ();
13560 if ac_fn_c_try_link
"$LINENO"; then :
13562 dll
) ac_cv_lib_soname_gnutls
=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13563 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'` ;;
13564 *) 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'`
13565 if ${ac_cv_lib_soname_gnutls:+false} :; then :
13566 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'`
13570 ac_cv_lib_soname_gnutls
=
13572 rm -f core conftest.err conftest.
$ac_objext \
13573 conftest
$ac_exeext conftest.
$ac_ext
13574 LIBS
=$ac_check_soname_save_LIBS
13576 if ${ac_cv_lib_soname_gnutls:+false} :; then :
13577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13578 $as_echo "not found" >&6; }
13581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
13582 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
13584 cat >>confdefs.h
<<_ACEOF
13585 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13590 ac_wine_check_funcs_save_LIBS
="$LIBS"
13591 LIBS
="$LIBS $GNUTLS_LIBS"
13592 for ac_func
in gnutls_cipher_init
13594 ac_fn_c_check_func
"$LINENO" "gnutls_cipher_init" "ac_cv_func_gnutls_cipher_init"
13595 if test "x$ac_cv_func_gnutls_cipher_init" = xyes
; then :
13596 cat >>confdefs.h
<<_ACEOF
13597 #define HAVE_GNUTLS_CIPHER_INIT 1
13601 as_fn_append wine_notices
"|libgnutls ${notice_platform}development files too old, bcrypt encryption won't be supported."
13605 LIBS
="$ac_wine_check_funcs_save_LIBS"
13607 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13613 CPPFLAGS
=$ac_save_CPPFLAGS
13616 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
13617 case "x$with_gnutls" in
13618 x
) as_fn_append wine_warnings
"|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13620 *) as_fn_error $?
"libgnutls ${notice_platform}development files not found, no schannel support.
13621 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
13626 if test "x$with_sane" != "xno"
13628 if ${SANE_CFLAGS:+false} :; then :
13629 if ${PKG_CONFIG+:} false
; then :
13630 SANE_CFLAGS
=`$PKG_CONFIG --cflags libsane 2>/dev/null`
13633 test "$cross_compiling" = yes || SANE_CFLAGS
=${SANE_CFLAGS:-`${SANE_CONFIG:-sane-config} --cflags 2>/dev/null`}
13634 if ${SANE_LIBS:+false} :; then :
13635 if ${PKG_CONFIG+:} false
; then :
13636 SANE_LIBS
=`$PKG_CONFIG --libs libsane 2>/dev/null`
13639 test "$cross_compiling" = yes || SANE_LIBS
=${SANE_LIBS:-`${SANE_CONFIG:-sane-config} --ldflags 2>/dev/null`}
13641 $as_echo "$as_me:${as_lineno-$LINENO}: libsane cflags: $SANE_CFLAGS" >&5
13642 $as_echo "$as_me:${as_lineno-$LINENO}: libsane libs: $SANE_LIBS" >&5
13643 ac_save_CPPFLAGS
=$CPPFLAGS
13644 CPPFLAGS
="$CPPFLAGS $SANE_CFLAGS"
13645 ac_fn_c_check_header_mongrel
"$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
13646 if test "x$ac_cv_header_sane_sane_h" = xyes
; then :
13647 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
13648 $as_echo_n "checking for -lsane... " >&6; }
13649 if ${ac_cv_lib_soname_sane+:} false
; then :
13650 $as_echo_n "(cached) " >&6
13652 ac_check_soname_save_LIBS
=$LIBS
13653 LIBS
="-lsane $SANE_LIBS $LIBS"
13654 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13655 /* end confdefs.h. */
13657 /* Override any GCC internal prototype to avoid an error.
13658 Use char because int might match the return type of a GCC
13659 builtin and then its argument prototype would still apply. */
13667 return sane_init ();
13672 if ac_fn_c_try_link
"$LINENO"; then :
13674 dll
) ac_cv_lib_soname_sane
=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13675 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'` ;;
13676 *) ac_cv_lib_soname_sane
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libsane\\.$LIBEXT" | sed -e "s/^.*\\[\\(libsane\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13677 if ${ac_cv_lib_soname_sane:+false} :; then :
13678 ac_cv_lib_soname_sane
=`$LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13682 ac_cv_lib_soname_sane
=
13684 rm -f core conftest.err conftest.
$ac_objext \
13685 conftest
$ac_exeext conftest.
$ac_ext
13686 LIBS
=$ac_check_soname_save_LIBS
13688 if ${ac_cv_lib_soname_sane:+false} :; then :
13689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13690 $as_echo "not found" >&6; }
13693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
13694 $as_echo "$ac_cv_lib_soname_sane" >&6; }
13696 cat >>confdefs.h
<<_ACEOF
13697 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13707 CPPFLAGS
=$ac_save_CPPFLAGS
13710 if test "x$ac_cv_lib_soname_sane" = "x"; then :
13711 case "x$with_sane" in
13712 x
) as_fn_append wine_notices
"|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
13714 *) as_fn_error $?
"libsane ${notice_platform}development files not found, scanners won't be supported.
13715 This is an error since --with-sane was requested." "$LINENO" 5 ;;
13720 if test "x$with_usb" != "xno"
13722 if ${USB_CFLAGS:+false} :; then :
13723 if ${PKG_CONFIG+:} false
; then :
13724 USB_CFLAGS
=`$PKG_CONFIG --cflags libusb-1.0 2>/dev/null`
13728 if ${USB_LIBS:+false} :; then :
13729 if ${PKG_CONFIG+:} false
; then :
13730 USB_LIBS
=`$PKG_CONFIG --libs libusb-1.0 2>/dev/null`
13734 USB_LIBS
=${USB_LIBS:-"-lusb-1.0"}
13735 $as_echo "$as_me:${as_lineno-$LINENO}: libusb-1.0 cflags: $USB_CFLAGS" >&5
13736 $as_echo "$as_me:${as_lineno-$LINENO}: libusb-1.0 libs: $USB_LIBS" >&5
13737 ac_save_CPPFLAGS
=$CPPFLAGS
13738 CPPFLAGS
="$CPPFLAGS $USB_CFLAGS"
13739 ac_fn_c_check_header_mongrel
"$LINENO" "libusb.h" "ac_cv_header_libusb_h" "$ac_includes_default"
13740 if test "x$ac_cv_header_libusb_h" = xyes
; then :
13741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libusb_interrupt_event_handler in -lusb-1.0" >&5
13742 $as_echo_n "checking for libusb_interrupt_event_handler in -lusb-1.0... " >&6; }
13743 if ${ac_cv_lib_usb_1_0_libusb_interrupt_event_handler+:} false
; then :
13744 $as_echo_n "(cached) " >&6
13746 ac_check_lib_save_LIBS
=$LIBS
13747 LIBS
="-lusb-1.0 $USB_LIBS $LIBS"
13748 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13749 /* end confdefs.h. */
13751 /* Override any GCC internal prototype to avoid an error.
13752 Use char because int might match the return type of a GCC
13753 builtin and then its argument prototype would still apply. */
13757 char libusb_interrupt_event_handler ();
13761 return libusb_interrupt_event_handler ();
13766 if ac_fn_c_try_link
"$LINENO"; then :
13767 ac_cv_lib_usb_1_0_libusb_interrupt_event_handler
=yes
13769 ac_cv_lib_usb_1_0_libusb_interrupt_event_handler
=no
13771 rm -f core conftest.err conftest.
$ac_objext \
13772 conftest
$ac_exeext conftest.
$ac_ext
13773 LIBS
=$ac_check_lib_save_LIBS
13775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_usb_1_0_libusb_interrupt_event_handler" >&5
13776 $as_echo "$ac_cv_lib_usb_1_0_libusb_interrupt_event_handler" >&6; }
13777 if test "x$ac_cv_lib_usb_1_0_libusb_interrupt_event_handler" = xyes
; then :
13788 CPPFLAGS
=$ac_save_CPPFLAGS
13791 if test "$ac_cv_lib_usb_1_0_libusb_interrupt_event_handler" != "yes"; then :
13792 case "x$with_usb" in
13793 x
) as_fn_append wine_notices
"|libusb-1.0 ${notice_platform}development files not found (or too old), USB devices won't be supported." ;;
13795 *) as_fn_error $?
"libusb-1.0 ${notice_platform}development files not found (or too old), USB devices won't be supported.
13796 This is an error since --with-usb was requested." "$LINENO" 5 ;;
13798 enable_wineusb_sys
=${enable_wineusb_sys:-no}
13801 if test "x$with_v4l2" != "xno"
13803 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l2" >&5
13804 $as_echo_n "checking for -lv4l2... " >&6; }
13805 if ${ac_cv_lib_soname_v4l2+:} false
; then :
13806 $as_echo_n "(cached) " >&6
13808 ac_check_soname_save_LIBS
=$LIBS
13809 LIBS
="-lv4l2 $LIBS"
13810 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13811 /* end confdefs.h. */
13813 /* Override any GCC internal prototype to avoid an error.
13814 Use char because int might match the return type of a GCC
13815 builtin and then its argument prototype would still apply. */
13823 return v4l2_open ();
13828 if ac_fn_c_try_link
"$LINENO"; then :
13830 dll
) ac_cv_lib_soname_v4l2
=`$ac_cv_path_LDD conftest.exe | grep "v4l2" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13831 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'` ;;
13832 *) ac_cv_lib_soname_v4l2
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libv4l2\\.$LIBEXT" | sed -e "s/^.*\\[\\(libv4l2\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13833 if ${ac_cv_lib_soname_v4l2:+false} :; then :
13834 ac_cv_lib_soname_v4l2
=`$LDD conftest$ac_exeext | grep "libv4l2\\.$LIBEXT" | sed -e "s/^.*\(libv4l2\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13838 ac_cv_lib_soname_v4l2
=
13840 rm -f core conftest.err conftest.
$ac_objext \
13841 conftest
$ac_exeext conftest.
$ac_ext
13842 LIBS
=$ac_check_soname_save_LIBS
13844 if ${ac_cv_lib_soname_v4l2:+false} :; then :
13845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13846 $as_echo "not found" >&6; }
13849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l2" >&5
13850 $as_echo "$ac_cv_lib_soname_v4l2" >&6; }
13852 cat >>confdefs.h
<<_ACEOF
13853 #define SONAME_LIBV4L2 "$ac_cv_lib_soname_v4l2"
13859 if test "x$ac_cv_lib_soname_v4l2" = "x"; then :
13860 case "x$with_v4l2" in
13861 x
) as_fn_append wine_notices
"|libv4l2 ${notice_platform}development files not found." ;;
13863 *) as_fn_error $?
"libv4l2 ${notice_platform}development files not found.
13864 This is an error since --with-v4l2 was requested." "$LINENO" 5 ;;
13869 if test "x$with_gphoto" != "xno"
13871 if ${GPHOTO2_CFLAGS:+false} :; then :
13872 if ${PKG_CONFIG+:} false
; then :
13873 GPHOTO2_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2 2>/dev/null`
13876 test "$cross_compiling" = yes || GPHOTO2_CFLAGS
=${GPHOTO2_CFLAGS:-`${GPHOTO2_CONFIG:-gphoto2-config} --cflags 2>/dev/null`}
13877 if ${GPHOTO2_LIBS:+false} :; then :
13878 if ${PKG_CONFIG+:} false
; then :
13879 GPHOTO2_LIBS
=`$PKG_CONFIG --libs libgphoto2 2>/dev/null`
13882 test "$cross_compiling" = yes || GPHOTO2_LIBS
=${GPHOTO2_LIBS:-`${GPHOTO2_CONFIG:-gphoto2-config} --libs 2>/dev/null`}
13883 GPHOTO2_LIBS
=${GPHOTO2_LIBS:-"-lgphoto2"}
13884 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 cflags: $GPHOTO2_CFLAGS" >&5
13885 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 libs: $GPHOTO2_LIBS" >&5
13886 ac_save_CPPFLAGS
=$CPPFLAGS
13887 CPPFLAGS
="$CPPFLAGS $GPHOTO2_CFLAGS"
13888 ac_fn_c_check_header_mongrel
"$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
13889 if test "x$ac_cv_header_gphoto2_camera_h" = xyes
; then :
13890 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
13891 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
13892 if ${ac_cv_lib_gphoto2_gp_camera_new+:} false
; then :
13893 $as_echo_n "(cached) " >&6
13895 ac_check_lib_save_LIBS
=$LIBS
13896 LIBS
="-lgphoto2 $GPHOTO2_LIBS $LIBS"
13897 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13898 /* end confdefs.h. */
13900 /* Override any GCC internal prototype to avoid an error.
13901 Use char because int might match the return type of a GCC
13902 builtin and then its argument prototype would still apply. */
13906 char gp_camera_new ();
13910 return gp_camera_new ();
13915 if ac_fn_c_try_link
"$LINENO"; then :
13916 ac_cv_lib_gphoto2_gp_camera_new
=yes
13918 ac_cv_lib_gphoto2_gp_camera_new
=no
13920 rm -f core conftest.err conftest.
$ac_objext \
13921 conftest
$ac_exeext conftest.
$ac_ext
13922 LIBS
=$ac_check_lib_save_LIBS
13924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
13925 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
13926 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = xyes
; then :
13928 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
13931 GPHOTO2_LIBS
=""; GPHOTO2_CFLAGS
=""
13935 GPHOTO2_LIBS
=""; GPHOTO2_CFLAGS
=""
13939 CPPFLAGS
=$ac_save_CPPFLAGS
13941 if ${GPHOTO2_PORT_CFLAGS:+false} :; then :
13942 if ${PKG_CONFIG+:} false
; then :
13943 GPHOTO2_PORT_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2_port 2>/dev/null`
13946 test "$cross_compiling" = yes || GPHOTO2_PORT_CFLAGS
=${GPHOTO2_PORT_CFLAGS:-`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --cflags 2>/dev/null`}
13947 if ${GPHOTO2_PORT_LIBS:+false} :; then :
13948 if ${PKG_CONFIG+:} false
; then :
13949 GPHOTO2_PORT_LIBS
=`$PKG_CONFIG --libs libgphoto2_port 2>/dev/null`
13952 test "$cross_compiling" = yes || GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --libs 2>/dev/null`}
13953 GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-"-lgphoto2_port"}
13954 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port cflags: $GPHOTO2_PORT_CFLAGS" >&5
13955 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port libs: $GPHOTO2_PORT_LIBS" >&5
13956 ac_save_CPPFLAGS
=$CPPFLAGS
13957 CPPFLAGS
="$CPPFLAGS $GPHOTO2_PORT_CFLAGS"
13958 ac_fn_c_check_header_mongrel
"$LINENO" "gphoto2-port.h" "ac_cv_header_gphoto2_port_h" "$ac_includes_default"
13959 if test "x$ac_cv_header_gphoto2_port_h" = xyes
; then :
13960 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_port_info_list_new in -lgphoto2_port" >&5
13961 $as_echo_n "checking for gp_port_info_list_new in -lgphoto2_port... " >&6; }
13962 if ${ac_cv_lib_gphoto2_port_gp_port_info_list_new+:} false
; then :
13963 $as_echo_n "(cached) " >&6
13965 ac_check_lib_save_LIBS
=$LIBS
13966 LIBS
="-lgphoto2_port $GPHOTO2_PORT_LIBS $LIBS"
13967 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13968 /* end confdefs.h. */
13970 /* Override any GCC internal prototype to avoid an error.
13971 Use char because int might match the return type of a GCC
13972 builtin and then its argument prototype would still apply. */
13976 char gp_port_info_list_new ();
13980 return gp_port_info_list_new ();
13985 if ac_fn_c_try_link
"$LINENO"; then :
13986 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=yes
13988 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=no
13990 rm -f core conftest.err conftest.
$ac_objext \
13991 conftest
$ac_exeext conftest.
$ac_ext
13992 LIBS
=$ac_check_lib_save_LIBS
13994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&5
13995 $as_echo "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&6; }
13996 if test "x$ac_cv_lib_gphoto2_port_gp_port_info_list_new" = xyes
; then :
13998 $as_echo "#define HAVE_GPHOTO2_PORT 1" >>confdefs.h
14001 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
14005 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
14009 CPPFLAGS
=$ac_save_CPPFLAGS
14012 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
14013 case "x$with_gphoto" in
14014 x
) as_fn_append wine_notices
"|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14016 *) as_fn_error $?
"libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14017 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
14021 if test "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" != "yes"; then :
14022 case "x$with_gphoto" in
14023 x
) as_fn_append wine_notices
"|libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected." ;;
14025 *) as_fn_error $?
"libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected.
14026 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
14032 if test "$ac_cv_header_resolv_h" = "yes"
14034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for resolver library" >&5
14035 $as_echo_n "checking for resolver library... " >&6; }
14036 if ${ac_cv_have_resolv+:} false
; then :
14037 $as_echo_n "(cached) " >&6
14039 ac_save_LIBS
="$LIBS"
14040 for lib
in '' -lresolv
14042 LIBS
="$lib $ac_save_LIBS"
14043 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14044 /* end confdefs.h. */
14045 #ifdef HAVE_NETINET_IN_H
14046 #include <netinet/in.h>
14048 #include <resolv.h>
14052 if (!(_res.options & RES_INIT)) res_init(); res_query("foo",ns_c_in,0,0,0)
14057 if ac_fn_c_try_link
"$LINENO"; then :
14058 ac_cv_have_resolv
=${lib:-"none required"}
14060 ac_cv_have_resolv
="not found"
14062 rm -f core conftest.err conftest.
$ac_objext \
14063 conftest
$ac_exeext conftest.
$ac_ext
14064 test "x$ac_cv_have_resolv" = "xnot found" ||
break
14066 LIBS
="$ac_save_LIBS"
14068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_resolv" >&5
14069 $as_echo "$ac_cv_have_resolv" >&6; }
14071 case "$ac_cv_have_resolv" in
14075 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
14078 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
14080 RESOLV_LIBS
=$ac_cv_have_resolv
14084 if test "x$ac_cv_have_resolv" != "xnot found"
14086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for res_getservers" >&5
14087 $as_echo_n "checking for res_getservers... " >&6; }
14088 if ${ac_cv_have_res_getservers+:} false
; then :
14089 $as_echo_n "(cached) " >&6
14091 ac_save_LIBS
="$LIBS"
14092 LIBS
="$RESOLV_LIBS $LIBS"
14093 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14094 /* end confdefs.h. */
14095 #include <resolv.h>
14099 res_getservers(NULL, NULL, 0);
14104 if ac_fn_c_try_link
"$LINENO"; then :
14105 ac_cv_have_res_getservers
=yes
14107 ac_cv_have_res_getservers
=no
14109 rm -f core conftest.err conftest.
$ac_objext \
14110 conftest
$ac_exeext conftest.
$ac_ext
14111 LIBS
="$ac_save_LIBS"
14113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_res_getservers" >&5
14114 $as_echo "$ac_cv_have_res_getservers" >&6; }
14115 if test "$ac_cv_have_res_getservers" = "yes"
14118 $as_echo "#define HAVE_RES_GETSERVERS 1" >>confdefs.h
14124 if test "x$with_cms" != "xno"
14126 if ${LCMS2_CFLAGS:+false} :; then :
14127 if ${PKG_CONFIG+:} false
; then :
14128 LCMS2_CFLAGS
=`$PKG_CONFIG --cflags lcms2 2>/dev/null`
14132 if ${LCMS2_LIBS:+false} :; then :
14133 if ${PKG_CONFIG+:} false
; then :
14134 LCMS2_LIBS
=`$PKG_CONFIG --libs lcms2 2>/dev/null`
14138 LCMS2_LIBS
=${LCMS2_LIBS:-"-llcms2"}
14139 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 cflags: $LCMS2_CFLAGS" >&5
14140 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 libs: $LCMS2_LIBS" >&5
14141 ac_save_CPPFLAGS
=$CPPFLAGS
14142 CPPFLAGS
="$CPPFLAGS $LCMS2_CFLAGS"
14143 for ac_header
in lcms2.h
14145 ac_fn_c_check_header_mongrel
"$LINENO" "lcms2.h" "ac_cv_header_lcms2_h" "$ac_includes_default"
14146 if test "x$ac_cv_header_lcms2_h" = xyes
; then :
14147 cat >>confdefs.h
<<_ACEOF
14148 #define HAVE_LCMS2_H 1
14155 if test "$ac_cv_header_lcms2_h" = "yes"
14157 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms2" >&5
14158 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms2... " >&6; }
14159 if ${ac_cv_lib_lcms2_cmsOpenProfileFromFile+:} false
; then :
14160 $as_echo_n "(cached) " >&6
14162 ac_check_lib_save_LIBS
=$LIBS
14163 LIBS
="-llcms2 $LCMS2_LIBS $LIBS"
14164 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14165 /* end confdefs.h. */
14167 /* Override any GCC internal prototype to avoid an error.
14168 Use char because int might match the return type of a GCC
14169 builtin and then its argument prototype would still apply. */
14173 char cmsOpenProfileFromFile ();
14177 return cmsOpenProfileFromFile ();
14182 if ac_fn_c_try_link
"$LINENO"; then :
14183 ac_cv_lib_lcms2_cmsOpenProfileFromFile
=yes
14185 ac_cv_lib_lcms2_cmsOpenProfileFromFile
=no
14187 rm -f core conftest.err conftest.
$ac_objext \
14188 conftest
$ac_exeext conftest.
$ac_ext
14189 LIBS
=$ac_check_lib_save_LIBS
14191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&5
14192 $as_echo "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&6; }
14193 if test "x$ac_cv_lib_lcms2_cmsOpenProfileFromFile" = xyes
; then :
14195 $as_echo "#define HAVE_LCMS2 1" >>confdefs.h
14205 CPPFLAGS
=$ac_save_CPPFLAGS
14208 if test "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" != "yes"; then :
14209 case "x$with_cms" in
14210 x
) as_fn_append wine_notices
"|liblcms2 ${notice_platform}development files not found, Color Management won't be supported." ;;
14212 *) as_fn_error $?
"liblcms2 ${notice_platform}development files not found, Color Management won't be supported.
14213 This is an error since --with-cms was requested." "$LINENO" 5 ;;
14218 if test "x$with_freetype" != "xno"
14220 if ${FREETYPE_CFLAGS:+false} :; then :
14221 if ${PKG_CONFIG+:} false
; then :
14222 FREETYPE_CFLAGS
=`$PKG_CONFIG --cflags freetype2 2>/dev/null`
14225 test "$cross_compiling" = yes || FREETYPE_CFLAGS
=${FREETYPE_CFLAGS:-`(${FREETYPE_CONFIG:-freetype-config} --cflags || ${FREETYPE2_CONFIG:-freetype2-config} --cflags) 2>/dev/null`}
14226 if ${FREETYPE_LIBS:+false} :; then :
14227 if ${PKG_CONFIG+:} false
; then :
14228 FREETYPE_LIBS
=`$PKG_CONFIG --libs freetype2 2>/dev/null`
14231 test "$cross_compiling" = yes || FREETYPE_LIBS
=${FREETYPE_LIBS:-`(${FREETYPE_CONFIG:-freetype-config} --libs || ${FREETYPE2_CONFIG:-freetype2-config} --libs) 2>/dev/null`}
14232 FREETYPE_LIBS
=${FREETYPE_LIBS:-"-lfreetype"}
14233 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 cflags: $FREETYPE_CFLAGS" >&5
14234 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 libs: $FREETYPE_LIBS" >&5
14235 ac_save_CPPFLAGS
=$CPPFLAGS
14236 CPPFLAGS
="$CPPFLAGS $FREETYPE_CFLAGS"
14237 for ac_header
in ft2build.h
14239 ac_fn_c_check_header_mongrel
"$LINENO" "ft2build.h" "ac_cv_header_ft2build_h" "$ac_includes_default"
14240 if test "x$ac_cv_header_ft2build_h" = xyes
; then :
14241 cat >>confdefs.h
<<_ACEOF
14242 #define HAVE_FT2BUILD_H 1
14249 if test "$ac_cv_header_ft2build_h" = "yes"
14251 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
14252 $as_echo_n "checking for -lfreetype... " >&6; }
14253 if ${ac_cv_lib_soname_freetype+:} false
; then :
14254 $as_echo_n "(cached) " >&6
14256 ac_check_soname_save_LIBS
=$LIBS
14257 LIBS
="-lfreetype $FREETYPE_LIBS $LIBS"
14258 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14259 /* end confdefs.h. */
14261 /* Override any GCC internal prototype to avoid an error.
14262 Use char because int might match the return type of a GCC
14263 builtin and then its argument prototype would still apply. */
14267 char FT_Init_FreeType ();
14271 return FT_Init_FreeType ();
14276 if ac_fn_c_try_link
"$LINENO"; then :
14278 dll
) ac_cv_lib_soname_freetype
=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14279 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'` ;;
14280 *) ac_cv_lib_soname_freetype
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfreetype\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfreetype\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14281 if ${ac_cv_lib_soname_freetype:+false} :; then :
14282 ac_cv_lib_soname_freetype
=`$LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14286 ac_cv_lib_soname_freetype
=
14288 rm -f core conftest.err conftest.
$ac_objext \
14289 conftest
$ac_exeext conftest.
$ac_ext
14290 LIBS
=$ac_check_soname_save_LIBS
14292 if ${ac_cv_lib_soname_freetype:+false} :; then :
14293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14294 $as_echo "not found" >&6; }
14297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
14298 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
14300 cat >>confdefs.h
<<_ACEOF
14301 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14305 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
14307 ac_fn_c_check_type
"$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <ft2build.h>
14308 #include FT_MODULE_H
14310 if test "x$ac_cv_type_FT_TrueTypeEngineType" = xyes
; then :
14312 cat >>confdefs.h
<<_ACEOF
14313 #define HAVE_FT_TRUETYPEENGINETYPE 1
14324 CPPFLAGS
=$ac_save_CPPFLAGS
14327 if test "x$ac_cv_lib_soname_freetype" = x
; then :
14328 case "x$with_freetype" in
14330 *) as_fn_error $?
"FreeType ${notice_platform}development files not found. Fonts will not be built.
14331 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
14333 enable_fonts
=${enable_fonts:-no}
14336 ac_wine_check_funcs_save_LIBS
="$LIBS"
14337 LIBS
="$LIBS $PTHREAD_LIBS"
14339 pthread_getthreadid_np
14341 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14342 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
14343 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
14344 cat >>confdefs.h
<<_ACEOF
14345 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14351 LIBS
="$ac_wine_check_funcs_save_LIBS"
14353 if test "x$enable_tools" != xno
-a "x$with_gettextpo" = xyes
14355 if test "$ac_cv_header_gettext_po_h" = "yes"
14357 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for po_message_msgctxt in -lgettextpo" >&5
14358 $as_echo_n "checking for po_message_msgctxt in -lgettextpo... " >&6; }
14359 if ${ac_cv_lib_gettextpo_po_message_msgctxt+:} false
; then :
14360 $as_echo_n "(cached) " >&6
14362 ac_check_lib_save_LIBS
=$LIBS
14363 LIBS
="-lgettextpo $LIBS"
14364 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14365 /* end confdefs.h. */
14367 /* Override any GCC internal prototype to avoid an error.
14368 Use char because int might match the return type of a GCC
14369 builtin and then its argument prototype would still apply. */
14373 char po_message_msgctxt ();
14377 return po_message_msgctxt ();
14382 if ac_fn_c_try_link
"$LINENO"; then :
14383 ac_cv_lib_gettextpo_po_message_msgctxt
=yes
14385 ac_cv_lib_gettextpo_po_message_msgctxt
=no
14387 rm -f core conftest.err conftest.
$ac_objext \
14388 conftest
$ac_exeext conftest.
$ac_ext
14389 LIBS
=$ac_check_lib_save_LIBS
14391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gettextpo_po_message_msgctxt" >&5
14392 $as_echo "$ac_cv_lib_gettextpo_po_message_msgctxt" >&6; }
14393 if test "x$ac_cv_lib_gettextpo_po_message_msgctxt" = xyes
; then :
14395 $as_echo "#define HAVE_LIBGETTEXTPO 1" >>confdefs.h
14397 GETTEXTPO_LIBS
="-lgettextpo"
14402 if test "x$GETTEXTPO_LIBS" = "x"; then :
14403 case "x$with_gettextpo" in
14404 x
) as_fn_append wine_notices
"|GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt." ;;
14406 *) as_fn_error $?
"GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt.
14407 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
14411 if test "$srcdir" != .
; then :
14412 case "x$with_gettextpo" in
14413 x
) as_fn_append wine_notices
"|Rebuilding po files is not supported for out of tree builds." ;;
14415 *) as_fn_error $?
"Rebuilding po files is not supported for out of tree builds.
14416 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
14422 if test "x$with_pulse" != "xno";
14424 if ${PULSE_CFLAGS:+false} :; then :
14425 if ${PKG_CONFIG+:} false
; then :
14426 PULSE_CFLAGS
=`$PKG_CONFIG --cflags libpulse 2>/dev/null`
14430 if ${PULSE_LIBS:+false} :; then :
14431 if ${PKG_CONFIG+:} false
; then :
14432 PULSE_LIBS
=`$PKG_CONFIG --libs libpulse 2>/dev/null`
14437 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse cflags: $PULSE_CFLAGS" >&5
14438 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse libs: $PULSE_LIBS" >&5
14439 ac_save_CPPFLAGS
=$CPPFLAGS
14440 CPPFLAGS
="$CPPFLAGS $PULSE_CFLAGS"
14441 for ac_header
in pulse
/pulseaudio.h
14443 ac_fn_c_check_header_mongrel
"$LINENO" "pulse/pulseaudio.h" "ac_cv_header_pulse_pulseaudio_h" "$ac_includes_default"
14444 if test "x$ac_cv_header_pulse_pulseaudio_h" = xyes
; then :
14445 cat >>confdefs.h
<<_ACEOF
14446 #define HAVE_PULSE_PULSEAUDIO_H 1
14448 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pa_stream_is_corked in -lpulse" >&5
14449 $as_echo_n "checking for pa_stream_is_corked in -lpulse... " >&6; }
14450 if ${ac_cv_lib_pulse_pa_stream_is_corked+:} false
; then :
14451 $as_echo_n "(cached) " >&6
14453 ac_check_lib_save_LIBS
=$LIBS
14454 LIBS
="-lpulse $PULSE_LIBS $LIBS"
14455 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14456 /* end confdefs.h. */
14458 /* Override any GCC internal prototype to avoid an error.
14459 Use char because int might match the return type of a GCC
14460 builtin and then its argument prototype would still apply. */
14464 char pa_stream_is_corked ();
14468 return pa_stream_is_corked ();
14473 if ac_fn_c_try_link
"$LINENO"; then :
14474 ac_cv_lib_pulse_pa_stream_is_corked
=yes
14476 ac_cv_lib_pulse_pa_stream_is_corked
=no
14478 rm -f core conftest.err conftest.
$ac_objext \
14479 conftest
$ac_exeext conftest.
$ac_ext
14480 LIBS
=$ac_check_lib_save_LIBS
14482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pulse_pa_stream_is_corked" >&5
14483 $as_echo "$ac_cv_lib_pulse_pa_stream_is_corked" >&6; }
14484 if test "x$ac_cv_lib_pulse_pa_stream_is_corked" = xyes
; then :
14496 CPPFLAGS
=$ac_save_CPPFLAGS
14499 if test -z "$PULSE_LIBS"; then :
14500 case "x$with_pulse" in
14501 x
) as_fn_append wine_notices
"|libpulse ${notice_platform}development files not found or too old, Pulse won't be supported." ;;
14503 *) as_fn_error $?
"libpulse ${notice_platform}development files not found or too old, Pulse won't be supported.
14504 This is an error since --with-pulse was requested." "$LINENO" 5 ;;
14506 enable_winepulse_drv
=${enable_winepulse_drv:-no}
14509 if test "x$with_gstreamer" != "xno"
14511 if ${GSTREAMER_CFLAGS:+false} :; then :
14512 if ${PKG_CONFIG+:} false
; then :
14513 GSTREAMER_CFLAGS
=`$PKG_CONFIG --cflags gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 2>/dev/null`
14517 if ${GSTREAMER_LIBS:+false} :; then :
14518 if ${PKG_CONFIG+:} false
; then :
14519 GSTREAMER_LIBS
=`$PKG_CONFIG --libs gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 2>/dev/null`
14524 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 cflags: $GSTREAMER_CFLAGS" >&5
14525 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 libs: $GSTREAMER_LIBS" >&5
14526 ac_save_CPPFLAGS
=$CPPFLAGS
14527 CPPFLAGS
="$CPPFLAGS $GSTREAMER_CFLAGS"
14529 for i
in $GSTREAMER_CFLAGS
14532 -I*) ac_gst_incl
="$ac_gst_incl $i";;
14535 GSTREAMER_CFLAGS
=$ac_gst_incl
14536 CPPFLAGS
="$ac_save_CPPFLAGS $GSTREAMER_CFLAGS"
14537 ac_fn_c_check_header_mongrel
"$LINENO" "gst/gst.h" "ac_cv_header_gst_gst_h" "$ac_includes_default"
14538 if test "x$ac_cv_header_gst_gst_h" = xyes
; then :
14539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gint64 defined by gst/gst.h is indeed 64-bit" >&5
14540 $as_echo_n "checking whether gint64 defined by gst/gst.h is indeed 64-bit... " >&6; }
14541 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14542 /* end confdefs.h. */
14543 #include <gst/gst.h>
14547 static int a[sizeof(gint64) > 4 ? 1 : -1]; if (a[0]) return 0;
14552 if ac_fn_c_try_compile
"$LINENO"; then :
14553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14554 $as_echo "yes" >&6; }
14555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_pad_new in -lgstreamer-1.0" >&5
14556 $as_echo_n "checking for gst_pad_new in -lgstreamer-1.0... " >&6; }
14557 if ${ac_cv_lib_gstreamer_1_0_gst_pad_new+:} false
; then :
14558 $as_echo_n "(cached) " >&6
14560 ac_check_lib_save_LIBS
=$LIBS
14561 LIBS
="-lgstreamer-1.0 $GSTREAMER_LIBS $LIBS"
14562 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14563 /* end confdefs.h. */
14565 /* Override any GCC internal prototype to avoid an error.
14566 Use char because int might match the return type of a GCC
14567 builtin and then its argument prototype would still apply. */
14571 char gst_pad_new ();
14575 return gst_pad_new ();
14580 if ac_fn_c_try_link
"$LINENO"; then :
14581 ac_cv_lib_gstreamer_1_0_gst_pad_new
=yes
14583 ac_cv_lib_gstreamer_1_0_gst_pad_new
=no
14585 rm -f core conftest.err conftest.
$ac_objext \
14586 conftest
$ac_exeext conftest.
$ac_ext
14587 LIBS
=$ac_check_lib_save_LIBS
14589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstreamer_1_0_gst_pad_new" >&5
14590 $as_echo "$ac_cv_lib_gstreamer_1_0_gst_pad_new" >&6; }
14591 if test "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" = xyes
; then :
14596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14597 $as_echo "no" >&6; }
14598 ac_glib2_broken
=yes
14599 as_fn_append wine_notices
"|glib-2.0 pkgconfig configuration is for the wrong architecture, winegstreamer won't be built."
14601 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14605 CPPFLAGS
=$ac_save_CPPFLAGS
14608 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 :
14609 case "x$with_gstreamer" in
14610 x
) as_fn_append wine_notices
"|gstreamer-1.0 base plugins ${notice_platform}development files not found, GStreamer won't be supported." ;;
14612 *) as_fn_error $?
"gstreamer-1.0 base plugins ${notice_platform}development files not found, GStreamer won't be supported.
14613 This is an error since --with-gstreamer was requested." "$LINENO" 5 ;;
14617 test "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" = xyes || enable_winegstreamer
=${enable_winegstreamer:-no}
14621 if test "x$with_alsa" != "xno"
14623 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access_mask in -lasound" >&5
14624 $as_echo_n "checking for snd_pcm_hw_params_get_access_mask in -lasound... " >&6; }
14625 if ${ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask+:} false
; then :
14626 $as_echo_n "(cached) " >&6
14628 ac_check_lib_save_LIBS
=$LIBS
14629 LIBS
="-lasound $LIBS"
14630 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14631 /* end confdefs.h. */
14633 /* Override any GCC internal prototype to avoid an error.
14634 Use char because int might match the return type of a GCC
14635 builtin and then its argument prototype would still apply. */
14639 char snd_pcm_hw_params_get_access_mask ();
14643 return snd_pcm_hw_params_get_access_mask ();
14648 if ac_fn_c_try_link
"$LINENO"; then :
14649 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=yes
14651 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=no
14653 rm -f core conftest.err conftest.
$ac_objext \
14654 conftest
$ac_exeext conftest.
$ac_ext
14655 LIBS
=$ac_check_lib_save_LIBS
14657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&5
14658 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&6; }
14659 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" = xyes
; then :
14660 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14661 /* end confdefs.h. */
14662 #include <alsa/asoundlib.h>
14666 snd_pcm_hw_params_get_access_mask(NULL, NULL)
14671 if ac_fn_c_try_compile
"$LINENO"; then :
14672 ALSA_LIBS
="-lasound"
14674 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14678 test -n "$ALSA_LIBS" || enable_winealsa_drv
=${enable_winealsa_drv:-no}
14680 if test "x$with_oss" != xno
14682 ac_save_CPPFLAGS
="$CPPFLAGS"
14683 if test -f /etc
/oss.conf
14687 ac_oss_incl
="-I${OSSLIBDIR:-/usr/lib/oss}/include"
14688 CPPFLAGS
="$CPPFLAGS $ac_oss_incl"
14689 ac_fn_c_check_header_mongrel
"$LINENO" "sys/soundcard.h" "ac_cv_header_sys_soundcard_h" "$ac_includes_default"
14690 if test "x$ac_cv_header_sys_soundcard_h" = xyes
; then :
14691 ac_fn_c_check_member
"$LINENO" "oss_sysinfo" "numaudioengines" "ac_cv_member_oss_sysinfo_numaudioengines" "#include <sys/soundcard.h>
14693 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes
; then :
14695 cat >>confdefs.h
<<_ACEOF
14696 #define HAVE_OSS_SYSINFO_NUMAUDIOENGINES 1
14699 OSS4_CFLAGS
="$ac_oss_incl"
14701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
14702 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
14703 if ${ac_cv_lib_ossaudio__oss_ioctl+:} false
; then :
14704 $as_echo_n "(cached) " >&6
14706 ac_check_lib_save_LIBS
=$LIBS
14707 LIBS
="-lossaudio $LIBS"
14708 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14709 /* end confdefs.h. */
14711 /* Override any GCC internal prototype to avoid an error.
14712 Use char because int might match the return type of a GCC
14713 builtin and then its argument prototype would still apply. */
14717 char _oss_ioctl ();
14721 return _oss_ioctl ();
14726 if ac_fn_c_try_link
"$LINENO"; then :
14727 ac_cv_lib_ossaudio__oss_ioctl
=yes
14729 ac_cv_lib_ossaudio__oss_ioctl
=no
14731 rm -f core conftest.err conftest.
$ac_objext \
14732 conftest
$ac_exeext conftest.
$ac_ext
14733 LIBS
=$ac_check_lib_save_LIBS
14735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
14736 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
14737 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes
; then :
14738 OSS4_LIBS
="-lossaudio"
14747 CPPFLAGS
="$ac_save_CPPFLAGS"
14749 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
; then :
14750 case "x$with_oss" in
14751 x
) as_fn_append wine_notices
"|OSS sound system found but too old (OSSv4 needed), OSS won't be supported." ;;
14753 *) as_fn_error $?
"OSS sound system found but too old (OSSv4 needed), OSS won't be supported.
14754 This is an error since --with-oss was requested." "$LINENO" 5 ;;
14756 enable_wineoss_drv
=${enable_wineoss_drv:-no}
14759 if test "x$with_udev" != "xno"
14761 if ${UDEV_CFLAGS:+false} :; then :
14762 if ${PKG_CONFIG+:} false
; then :
14763 UDEV_CFLAGS
=`$PKG_CONFIG --cflags libudev 2>/dev/null`
14767 if ${UDEV_LIBS:+false} :; then :
14768 if ${PKG_CONFIG+:} false
; then :
14769 UDEV_LIBS
=`$PKG_CONFIG --libs libudev 2>/dev/null`
14773 UDEV_LIBS
=${UDEV_LIBS:-"-ludev"}
14774 $as_echo "$as_me:${as_lineno-$LINENO}: libudev cflags: $UDEV_CFLAGS" >&5
14775 $as_echo "$as_me:${as_lineno-$LINENO}: libudev libs: $UDEV_LIBS" >&5
14776 ac_save_CPPFLAGS
=$CPPFLAGS
14777 CPPFLAGS
="$CPPFLAGS $UDEV_CFLAGS"
14778 for ac_header
in libudev.h
14780 ac_fn_c_check_header_mongrel
"$LINENO" "libudev.h" "ac_cv_header_libudev_h" "$ac_includes_default"
14781 if test "x$ac_cv_header_libudev_h" = xyes
; then :
14782 cat >>confdefs.h
<<_ACEOF
14783 #define HAVE_LIBUDEV_H 1
14785 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for udev_new in -ludev" >&5
14786 $as_echo_n "checking for udev_new in -ludev... " >&6; }
14787 if ${ac_cv_lib_udev_udev_new+:} false
; then :
14788 $as_echo_n "(cached) " >&6
14790 ac_check_lib_save_LIBS
=$LIBS
14791 LIBS
="-ludev $UDEV_LIBS $LIBS"
14792 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14793 /* end confdefs.h. */
14795 /* Override any GCC internal prototype to avoid an error.
14796 Use char because int might match the return type of a GCC
14797 builtin and then its argument prototype would still apply. */
14805 return udev_new ();
14810 if ac_fn_c_try_link
"$LINENO"; then :
14811 ac_cv_lib_udev_udev_new
=yes
14813 ac_cv_lib_udev_udev_new
=no
14815 rm -f core conftest.err conftest.
$ac_objext \
14816 conftest
$ac_exeext conftest.
$ac_ext
14817 LIBS
=$ac_check_lib_save_LIBS
14819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_udev_udev_new" >&5
14820 $as_echo "$ac_cv_lib_udev_udev_new" >&6; }
14821 if test "x$ac_cv_lib_udev_udev_new" = xyes
; then :
14823 $as_echo "#define HAVE_UDEV 1" >>confdefs.h
14835 CPPFLAGS
=$ac_save_CPPFLAGS
14838 if test "x$UDEV_LIBS" = "x"; then :
14839 case "x$with_udev" in
14840 x
) as_fn_append wine_notices
"|libudev ${notice_platform}development files not found, plug and play won't be supported." ;;
14842 *) as_fn_error $?
"libudev ${notice_platform}development files not found, plug and play won't be supported.
14843 This is an error since --with-udev was requested." "$LINENO" 5 ;;
14848 if test "x$with_unwind" != xno
14850 if ${UNWIND_CFLAGS:+false} :; then :
14851 if ${PKG_CONFIG+:} false
; then :
14852 UNWIND_CFLAGS
=`$PKG_CONFIG --cflags libunwind 2>/dev/null`
14856 if ${UNWIND_LIBS:+false} :; then :
14857 if ${PKG_CONFIG+:} false
; then :
14858 UNWIND_LIBS
=`$PKG_CONFIG --libs libunwind 2>/dev/null`
14862 UNWIND_LIBS
=${UNWIND_LIBS:-"-lunwind"}
14863 $as_echo "$as_me:${as_lineno-$LINENO}: libunwind cflags: $UNWIND_CFLAGS" >&5
14864 $as_echo "$as_me:${as_lineno-$LINENO}: libunwind libs: $UNWIND_LIBS" >&5
14865 ac_save_CPPFLAGS
=$CPPFLAGS
14866 CPPFLAGS
="$CPPFLAGS $UNWIND_CFLAGS"
14867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for unw_step" >&5
14868 $as_echo_n "checking for unw_step... " >&6; }
14869 if ${wine_cv_have_unw_step+:} false
; then :
14870 $as_echo_n "(cached) " >&6
14872 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14873 /* end confdefs.h. */
14874 #define UNW_LOCAL_ONLY
14875 #include <libunwind.h>
14879 unw_cursor_t cursor; unw_step( &cursor );
14884 if ac_fn_c_try_link
"$LINENO"; then :
14885 wine_cv_have_unw_step
="yes"
14887 wine_cv_have_unw_step
="no"
14889 rm -f core conftest.err conftest.
$ac_objext \
14890 conftest
$ac_exeext conftest.
$ac_ext
14892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_unw_step" >&5
14893 $as_echo "$wine_cv_have_unw_step" >&6; }
14894 if test "$wine_cv_have_unw_step" = no
-a -n "$UNWIND_LIBS"
14897 LIBS
="$UNWIND_LIBS $LIBS"
14898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for unw_step in libunwind" >&5
14899 $as_echo_n "checking for unw_step in libunwind... " >&6; }
14900 if ${wine_cv_have_libunwind_unw_step+:} false
; then :
14901 $as_echo_n "(cached) " >&6
14903 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14904 /* end confdefs.h. */
14905 #define UNW_LOCAL_ONLY
14906 #include <libunwind.h>
14910 unw_cursor_t cursor; unw_step( &cursor );
14915 if ac_fn_c_try_link
"$LINENO"; then :
14916 wine_cv_have_libunwind_unw_step
="yes"
14918 wine_cv_have_libunwind_unw_step
="no"
14920 rm -f core conftest.err conftest.
$ac_objext \
14921 conftest
$ac_exeext conftest.
$ac_ext
14923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_libunwind_unw_step" >&5
14924 $as_echo "$wine_cv_have_libunwind_unw_step" >&6; }
14927 test "$wine_cv_have_libunwind_unw_step" = yes || UNWIND_LIBS
=""
14928 if test "x$wine_cv_have_unw_step$wine_cv_have_libunwind_unw_step" != xnono
14931 $as_echo "#define HAVE_LIBUNWIND 1" >>confdefs.h
14934 CPPFLAGS
=$ac_save_CPPFLAGS
14938 aarch64
*|
*-darwin*)
14939 if test "x$wine_cv_have_unw_step$wine_cv_have_libunwind_unw_step" = xnono
; then :
14940 case "x$with_unwind" in
14941 x
) as_fn_append wine_notices
"|libunwind ${notice_platform}development files not found, stack unwinding won't work." ;;
14943 *) as_fn_error $?
"libunwind ${notice_platform}development files not found, stack unwinding won't work.
14944 This is an error since --with-unwind was requested." "$LINENO" 5 ;;
14950 if test "x$with_sdl" != "xno"
14952 if ${SDL2_CFLAGS:+false} :; then :
14953 if ${PKG_CONFIG+:} false
; then :
14954 SDL2_CFLAGS
=`$PKG_CONFIG --cflags sdl2 2>/dev/null`
14958 if ${SDL2_LIBS:+false} :; then :
14959 if ${PKG_CONFIG+:} false
; then :
14960 SDL2_LIBS
=`$PKG_CONFIG --libs sdl2 2>/dev/null`
14964 SDL2_LIBS
=${SDL2_LIBS:-"-lSDL2"}
14965 $as_echo "$as_me:${as_lineno-$LINENO}: sdl2 cflags: $SDL2_CFLAGS" >&5
14966 $as_echo "$as_me:${as_lineno-$LINENO}: sdl2 libs: $SDL2_LIBS" >&5
14967 ac_save_CPPFLAGS
=$CPPFLAGS
14968 CPPFLAGS
="$CPPFLAGS $SDL2_CFLAGS"
14969 for ac_header
in SDL
2/SDL.h
14971 ac_fn_c_check_header_mongrel
"$LINENO" "SDL2/SDL.h" "ac_cv_header_SDL2_SDL_h" "$ac_includes_default"
14972 if test "x$ac_cv_header_SDL2_SDL_h" = xyes
; then :
14973 cat >>confdefs.h
<<_ACEOF
14974 #define HAVE_SDL2_SDL_H 1
14976 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lSDL2" >&5
14977 $as_echo_n "checking for -lSDL2... " >&6; }
14978 if ${ac_cv_lib_soname_SDL2+:} false
; then :
14979 $as_echo_n "(cached) " >&6
14981 ac_check_soname_save_LIBS
=$LIBS
14982 LIBS
="-lSDL2 $SDL2_LIBS $LIBS"
14983 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14984 /* end confdefs.h. */
14986 /* Override any GCC internal prototype to avoid an error.
14987 Use char because int might match the return type of a GCC
14988 builtin and then its argument prototype would still apply. */
14996 return SDL_Init ();
15001 if ac_fn_c_try_link
"$LINENO"; then :
15003 dll
) ac_cv_lib_soname_SDL2
=`$ac_cv_path_LDD conftest.exe | grep "SDL2" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15004 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'` ;;
15005 *) 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'`
15006 if ${ac_cv_lib_soname_SDL2:+false} :; then :
15007 ac_cv_lib_soname_SDL2
=`$LDD conftest$ac_exeext | grep "libSDL2-2.0*\\.$LIBEXT" | sed -e "s/^.*\(libSDL2-2.0*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15011 ac_cv_lib_soname_SDL2
=
15013 rm -f core conftest.err conftest.
$ac_objext \
15014 conftest
$ac_exeext conftest.
$ac_ext
15015 LIBS
=$ac_check_soname_save_LIBS
15017 if ${ac_cv_lib_soname_SDL2:+false} :; then :
15018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15019 $as_echo "not found" >&6; }
15022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_SDL2" >&5
15023 $as_echo "$ac_cv_lib_soname_SDL2" >&6; }
15025 cat >>confdefs.h
<<_ACEOF
15026 #define SONAME_LIBSDL2 "$ac_cv_lib_soname_SDL2"
15035 CPPFLAGS
=$ac_save_CPPFLAGS
15038 if test "x$ac_cv_lib_soname_SDL2" = "x"; then :
15039 case "x$with_sdl" in
15040 x
) as_fn_append wine_notices
"|libSDL2 ${notice_platform}development files not found, SDL2 won't be supported." ;;
15042 *) as_fn_error $?
"libSDL2 ${notice_platform}development files not found, SDL2 won't be supported.
15043 This is an error since --with-sdl was requested." "$LINENO" 5 ;;
15048 if test "x$with_faudio" != "xno"
15050 if ${FAUDIO_CFLAGS:+false} :; then :
15051 if ${PKG_CONFIG+:} false
; then :
15052 FAUDIO_CFLAGS
=`$PKG_CONFIG --cflags faudio 2>/dev/null`
15056 if ${FAUDIO_LIBS:+false} :; then :
15057 if ${PKG_CONFIG+:} false
; then :
15058 FAUDIO_LIBS
=`$PKG_CONFIG --libs faudio 2>/dev/null`
15062 FAUDIO_LIBS
=${FAUDIO_LIBS:-"-lFAudio"}
15063 $as_echo "$as_me:${as_lineno-$LINENO}: faudio cflags: $FAUDIO_CFLAGS" >&5
15064 $as_echo "$as_me:${as_lineno-$LINENO}: faudio libs: $FAUDIO_LIBS" >&5
15065 ac_save_CPPFLAGS
=$CPPFLAGS
15066 CPPFLAGS
="$CPPFLAGS $FAUDIO_CFLAGS"
15067 for ac_header
in FAudio.h
15069 ac_fn_c_check_header_mongrel
"$LINENO" "FAudio.h" "ac_cv_header_FAudio_h" "$ac_includes_default"
15070 if test "x$ac_cv_header_FAudio_h" = xyes
; then :
15071 cat >>confdefs.h
<<_ACEOF
15072 #define HAVE_FAUDIO_H 1
15074 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lFAudio" >&5
15075 $as_echo_n "checking for -lFAudio... " >&6; }
15076 if ${ac_cv_lib_soname_FAudio+:} false
; then :
15077 $as_echo_n "(cached) " >&6
15079 ac_check_soname_save_LIBS
=$LIBS
15080 LIBS
="-lFAudio $FAUDIO_LIBS $LIBS"
15081 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15082 /* end confdefs.h. */
15084 /* Override any GCC internal prototype to avoid an error.
15085 Use char because int might match the return type of a GCC
15086 builtin and then its argument prototype would still apply. */
15090 char FAudioCreate ();
15094 return FAudioCreate ();
15099 if ac_fn_c_try_link
"$LINENO"; then :
15101 dll
) ac_cv_lib_soname_FAudio
=`$ac_cv_path_LDD conftest.exe | grep "FAudio" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15102 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'` ;;
15103 *) ac_cv_lib_soname_FAudio
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libFAudio*\\.$LIBEXT" | sed -e "s/^.*\\[\\(libFAudio*\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15104 if ${ac_cv_lib_soname_FAudio:+false} :; then :
15105 ac_cv_lib_soname_FAudio
=`$LDD conftest$ac_exeext | grep "libFAudio*\\.$LIBEXT" | sed -e "s/^.*\(libFAudio*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15109 ac_cv_lib_soname_FAudio
=
15111 rm -f core conftest.err conftest.
$ac_objext \
15112 conftest
$ac_exeext conftest.
$ac_ext
15113 LIBS
=$ac_check_soname_save_LIBS
15115 if ${ac_cv_lib_soname_FAudio:+false} :; then :
15116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15117 $as_echo "not found" >&6; }
15120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_FAudio" >&5
15121 $as_echo "$ac_cv_lib_soname_FAudio" >&6; }
15123 cat >>confdefs.h
<<_ACEOF
15124 #define SONAME_LIBFAUDIO "$ac_cv_lib_soname_FAudio"
15133 ac_wine_check_funcs_save_LIBS
="$LIBS"
15134 LIBS
="$LIBS $FAUDIO_LIBS"
15135 for ac_func
in FAudio_CommitOperationSet \
15136 F3DAudioInitialize8 \
15137 FAudioLinkedVersion \
15138 FAudioCreateReverb9WithCustomAllocatorEXT
15140 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15141 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
15142 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
15143 cat >>confdefs.h
<<_ACEOF
15144 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15150 LIBS
="$ac_wine_check_funcs_save_LIBS"
15152 CPPFLAGS
=$ac_save_CPPFLAGS
15155 if test "x$ac_cv_lib_soname_FAudio" = "x"; then :
15156 case "x$with_faudio" in
15157 x
) as_fn_append wine_notices
"|libFAudio ${notice_platform}development files not found, XAudio2 won't be supported." ;;
15159 *) as_fn_error $?
"libFAudio ${notice_platform}development files not found, XAudio2 won't be supported.
15160 This is an error since --with-faudio was requested." "$LINENO" 5 ;;
15165 if test "x$with_capi" != "xno"
15167 if ${CAPI20_CFLAGS:+false} :; then :
15168 if ${PKG_CONFIG+:} false
; then :
15169 CAPI20_CFLAGS
=`$PKG_CONFIG --cflags capi20 2>/dev/null`
15173 if ${CAPI20_LIBS:+false} :; then :
15174 if ${PKG_CONFIG+:} false
; then :
15175 CAPI20_LIBS
=`$PKG_CONFIG --libs capi20 2>/dev/null`
15180 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 cflags: $CAPI20_CFLAGS" >&5
15181 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 libs: $CAPI20_LIBS" >&5
15182 ac_save_CPPFLAGS
=$CPPFLAGS
15183 CPPFLAGS
="$CPPFLAGS $CAPI20_CFLAGS"
15184 for ac_header
in capi20.h linux
/capi.h
15186 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15187 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#define __user
15189 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
15190 cat >>confdefs.h
<<_ACEOF
15191 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
15198 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15200 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
15201 $as_echo_n "checking for -lcapi20... " >&6; }
15202 if ${ac_cv_lib_soname_capi20+:} false
; then :
15203 $as_echo_n "(cached) " >&6
15205 ac_check_soname_save_LIBS
=$LIBS
15206 LIBS
="-lcapi20 $CAPI20_LIBS $LIBS"
15207 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15208 /* end confdefs.h. */
15210 /* Override any GCC internal prototype to avoid an error.
15211 Use char because int might match the return type of a GCC
15212 builtin and then its argument prototype would still apply. */
15216 char capi20_register ();
15220 return capi20_register ();
15225 if ac_fn_c_try_link
"$LINENO"; then :
15227 dll
) ac_cv_lib_soname_capi20
=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15228 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'` ;;
15229 *) ac_cv_lib_soname_capi20
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcapi20\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcapi20\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15230 if ${ac_cv_lib_soname_capi20:+false} :; then :
15231 ac_cv_lib_soname_capi20
=`$LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15235 ac_cv_lib_soname_capi20
=
15237 rm -f core conftest.err conftest.
$ac_objext \
15238 conftest
$ac_exeext conftest.
$ac_ext
15239 LIBS
=$ac_check_soname_save_LIBS
15241 if ${ac_cv_lib_soname_capi20:+false} :; then :
15242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15243 $as_echo "not found" >&6; }
15246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
15247 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
15249 cat >>confdefs.h
<<_ACEOF
15250 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15256 CPPFLAGS
=$ac_save_CPPFLAGS
15259 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
15260 case "x$with_capi" in
15261 x
) as_fn_append wine_notices
"|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15263 *) as_fn_error $?
"libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15264 This is an error since --with-capi was requested." "$LINENO" 5 ;;
15269 if test "x$with_cups" != "xno"
15271 if ${CUPS_CFLAGS:+false} :; then :
15272 if ${PKG_CONFIG+:} false
; then :
15273 CUPS_CFLAGS
=`$PKG_CONFIG --cflags cups 2>/dev/null`
15276 test "$cross_compiling" = yes || CUPS_CFLAGS
=${CUPS_CFLAGS:-`${CUPS_CONFIG:-cups-config} --cflags 2>/dev/null`}
15277 if ${CUPS_LIBS:+false} :; then :
15278 if ${PKG_CONFIG+:} false
; then :
15279 CUPS_LIBS
=`$PKG_CONFIG --libs cups 2>/dev/null`
15282 test "$cross_compiling" = yes || CUPS_LIBS
=${CUPS_LIBS:-`${CUPS_CONFIG:-cups-config} --libs 2>/dev/null`}
15283 CUPS_LIBS
=${CUPS_LIBS:-"-lcups"}
15284 $as_echo "$as_me:${as_lineno-$LINENO}: cups cflags: $CUPS_CFLAGS" >&5
15285 $as_echo "$as_me:${as_lineno-$LINENO}: cups libs: $CUPS_LIBS" >&5
15286 ac_save_CPPFLAGS
=$CPPFLAGS
15287 CPPFLAGS
="$CPPFLAGS $CUPS_CFLAGS"
15288 for ac_header
in cups
/cups.h cups
/ppd.h
15290 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15291 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
15292 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
15293 cat >>confdefs.h
<<_ACEOF
15294 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
15301 if test "$ac_cv_header_cups_cups_h" = "yes"
15303 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
15304 $as_echo_n "checking for -lcups... " >&6; }
15305 if ${ac_cv_lib_soname_cups+:} false
; then :
15306 $as_echo_n "(cached) " >&6
15308 ac_check_soname_save_LIBS
=$LIBS
15309 LIBS
="-lcups $CUPS_LIBS $LIBS"
15310 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15311 /* end confdefs.h. */
15313 /* Override any GCC internal prototype to avoid an error.
15314 Use char because int might match the return type of a GCC
15315 builtin and then its argument prototype would still apply. */
15319 char cupsGetDefault ();
15323 return cupsGetDefault ();
15328 if ac_fn_c_try_link
"$LINENO"; then :
15330 dll
) ac_cv_lib_soname_cups
=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15331 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'` ;;
15332 *) ac_cv_lib_soname_cups
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcups\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcups\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15333 if ${ac_cv_lib_soname_cups:+false} :; then :
15334 ac_cv_lib_soname_cups
=`$LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15338 ac_cv_lib_soname_cups
=
15340 rm -f core conftest.err conftest.
$ac_objext \
15341 conftest
$ac_exeext conftest.
$ac_ext
15342 LIBS
=$ac_check_soname_save_LIBS
15344 if ${ac_cv_lib_soname_cups:+false} :; then :
15345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15346 $as_echo "not found" >&6; }
15349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
15350 $as_echo "$ac_cv_lib_soname_cups" >&6; }
15352 cat >>confdefs.h
<<_ACEOF
15353 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15362 CPPFLAGS
=$ac_save_CPPFLAGS
15365 if test "x$ac_cv_lib_soname_cups" = "x"; then :
15366 case "x$with_cups" in
15367 x
) as_fn_append wine_notices
"|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
15369 *) as_fn_error $?
"libcups ${notice_platform}development files not found, CUPS won't be supported.
15370 This is an error since --with-cups was requested." "$LINENO" 5 ;;
15375 if test "x$with_fontconfig" != "xno"
15377 if ${FONTCONFIG_CFLAGS:+false} :; then :
15378 if ${PKG_CONFIG+:} false
; then :
15379 FONTCONFIG_CFLAGS
=`$PKG_CONFIG --cflags fontconfig 2>/dev/null`
15382 test "$cross_compiling" = yes || FONTCONFIG_CFLAGS
=${FONTCONFIG_CFLAGS:-$X_CFLAGS}
15383 if ${FONTCONFIG_LIBS:+false} :; then :
15384 if ${PKG_CONFIG+:} false
; then :
15385 FONTCONFIG_LIBS
=`$PKG_CONFIG --libs fontconfig 2>/dev/null`
15388 test "$cross_compiling" = yes || FONTCONFIG_LIBS
=${FONTCONFIG_LIBS:-$X_LIBS}
15390 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig cflags: $FONTCONFIG_CFLAGS" >&5
15391 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig libs: $FONTCONFIG_LIBS" >&5
15392 ac_save_CPPFLAGS
=$CPPFLAGS
15393 CPPFLAGS
="$CPPFLAGS $FONTCONFIG_CFLAGS"
15394 for ac_header
in fontconfig
/fontconfig.h
15396 ac_fn_c_check_header_mongrel
"$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
15397 if test "x$ac_cv_header_fontconfig_fontconfig_h" = xyes
; then :
15398 cat >>confdefs.h
<<_ACEOF
15399 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
15406 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15408 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
15409 $as_echo_n "checking for -lfontconfig... " >&6; }
15410 if ${ac_cv_lib_soname_fontconfig+:} false
; then :
15411 $as_echo_n "(cached) " >&6
15413 ac_check_soname_save_LIBS
=$LIBS
15414 LIBS
="-lfontconfig $FONTCONFIG_LIBS $LIBS"
15415 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15416 /* end confdefs.h. */
15418 /* Override any GCC internal prototype to avoid an error.
15419 Use char because int might match the return type of a GCC
15420 builtin and then its argument prototype would still apply. */
15433 if ac_fn_c_try_link
"$LINENO"; then :
15435 dll
) ac_cv_lib_soname_fontconfig
=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15436 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'` ;;
15437 *) ac_cv_lib_soname_fontconfig
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfontconfig\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfontconfig\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15438 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
15439 ac_cv_lib_soname_fontconfig
=`$LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15443 ac_cv_lib_soname_fontconfig
=
15445 rm -f core conftest.err conftest.
$ac_objext \
15446 conftest
$ac_exeext conftest.
$ac_ext
15447 LIBS
=$ac_check_soname_save_LIBS
15449 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
15450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15451 $as_echo "not found" >&6; }
15452 FONTCONFIG_CFLAGS
=""
15454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
15455 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
15457 cat >>confdefs.h
<<_ACEOF
15458 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15464 FONTCONFIG_CFLAGS
=""
15466 CPPFLAGS
=$ac_save_CPPFLAGS
15469 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
15470 case "x$with_fontconfig" in
15471 x
) as_fn_append wine_notices
"|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
15473 *) as_fn_error $?
"fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
15474 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
15479 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
15481 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
15482 $as_echo_n "checking for -lgsm... " >&6; }
15483 if ${ac_cv_lib_soname_gsm+:} false
; then :
15484 $as_echo_n "(cached) " >&6
15486 ac_check_soname_save_LIBS
=$LIBS
15488 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15489 /* end confdefs.h. */
15491 /* Override any GCC internal prototype to avoid an error.
15492 Use char because int might match the return type of a GCC
15493 builtin and then its argument prototype would still apply. */
15497 char gsm_create ();
15501 return gsm_create ();
15506 if ac_fn_c_try_link
"$LINENO"; then :
15508 dll
) ac_cv_lib_soname_gsm
=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15509 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'` ;;
15510 *) ac_cv_lib_soname_gsm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libgsm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libgsm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15511 if ${ac_cv_lib_soname_gsm:+false} :; then :
15512 ac_cv_lib_soname_gsm
=`$LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15516 ac_cv_lib_soname_gsm
=
15518 rm -f core conftest.err conftest.
$ac_objext \
15519 conftest
$ac_exeext conftest.
$ac_ext
15520 LIBS
=$ac_check_soname_save_LIBS
15522 if ${ac_cv_lib_soname_gsm:+false} :; then :
15523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15524 $as_echo "not found" >&6; }
15527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
15528 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
15530 cat >>confdefs.h
<<_ACEOF
15531 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
15537 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
15538 case "x$with_gsm" in
15539 x
) as_fn_append wine_notices
"|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
15541 *) as_fn_error $?
"libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
15542 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
15547 if test "x$with_krb5" != "xno"
15549 if ${KRB5_CFLAGS:+false} :; then :
15550 if ${PKG_CONFIG+:} false
; then :
15551 KRB5_CFLAGS
=`$PKG_CONFIG --cflags krb5 2>/dev/null`
15554 test "$cross_compiling" = yes || KRB5_CFLAGS
=${KRB5_CFLAGS:-`${KRB5_CONFIG:-krb5-config} --cflags 2>/dev/null`}
15555 if ${KRB5_LIBS:+false} :; then :
15556 if ${PKG_CONFIG+:} false
; then :
15557 KRB5_LIBS
=`$PKG_CONFIG --libs krb5 2>/dev/null`
15560 test "$cross_compiling" = yes || KRB5_LIBS
=${KRB5_LIBS:-`${KRB5_CONFIG:-krb5-config} --libs 2>/dev/null`}
15562 $as_echo "$as_me:${as_lineno-$LINENO}: krb5 cflags: $KRB5_CFLAGS" >&5
15563 $as_echo "$as_me:${as_lineno-$LINENO}: krb5 libs: $KRB5_LIBS" >&5
15564 ac_save_CPPFLAGS
=$CPPFLAGS
15565 CPPFLAGS
="$CPPFLAGS $KRB5_CFLAGS"
15566 for ac_header
in krb
5/krb5.h
15568 ac_fn_c_check_header_mongrel
"$LINENO" "krb5/krb5.h" "ac_cv_header_krb5_krb5_h" "$ac_includes_default"
15569 if test "x$ac_cv_header_krb5_krb5_h" = xyes
; then :
15570 cat >>confdefs.h
<<_ACEOF
15571 #define HAVE_KRB5_KRB5_H 1
15578 if test "$ac_cv_header_krb5_krb5_h" = "yes"
15580 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lkrb5" >&5
15581 $as_echo_n "checking for -lkrb5... " >&6; }
15582 if ${ac_cv_lib_soname_krb5+:} false
; then :
15583 $as_echo_n "(cached) " >&6
15585 ac_check_soname_save_LIBS
=$LIBS
15586 LIBS
="-lkrb5 $KRB5_LIBS $LIBS"
15587 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15588 /* end confdefs.h. */
15590 /* Override any GCC internal prototype to avoid an error.
15591 Use char because int might match the return type of a GCC
15592 builtin and then its argument prototype would still apply. */
15596 char krb5_is_config_principal ();
15600 return krb5_is_config_principal ();
15605 if ac_fn_c_try_link
"$LINENO"; then :
15607 dll
) ac_cv_lib_soname_krb5
=`$ac_cv_path_LDD conftest.exe | grep "krb5" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15608 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'` ;;
15609 *) ac_cv_lib_soname_krb5
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libkrb5\\.$LIBEXT" | sed -e "s/^.*\\[\\(libkrb5\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15610 if ${ac_cv_lib_soname_krb5:+false} :; then :
15611 ac_cv_lib_soname_krb5
=`$LDD conftest$ac_exeext | grep "libkrb5\\.$LIBEXT" | sed -e "s/^.*\(libkrb5\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15615 ac_cv_lib_soname_krb5
=
15617 rm -f core conftest.err conftest.
$ac_objext \
15618 conftest
$ac_exeext conftest.
$ac_ext
15619 LIBS
=$ac_check_soname_save_LIBS
15621 if ${ac_cv_lib_soname_krb5:+false} :; then :
15622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15623 $as_echo "not found" >&6; }
15626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_krb5" >&5
15627 $as_echo "$ac_cv_lib_soname_krb5" >&6; }
15629 cat >>confdefs.h
<<_ACEOF
15630 #define SONAME_LIBKRB5 "$ac_cv_lib_soname_krb5"
15638 CPPFLAGS
=$ac_save_CPPFLAGS
15641 if test "x$ac_cv_lib_soname_krb5" = "x"; then :
15642 case "x$with_krb5" in
15643 x
) as_fn_append wine_notices
"|libkrb5 ${notice_platform}development files not found (or too old), Kerberos won't be supported." ;;
15645 *) as_fn_error $?
"libkrb5 ${notice_platform}development files not found (or too old), Kerberos won't be supported.
15646 This is an error since --with-krb5 was requested." "$LINENO" 5 ;;
15650 test "x$ac_cv_lib_soname_krb5" != "x" || with_gssapi
=${with_gssapi:-no}
15652 if test "x$with_gssapi" != "xno"
15654 if ${GSSAPI_CFLAGS:+false} :; then :
15655 if ${PKG_CONFIG+:} false
; then :
15656 GSSAPI_CFLAGS
=`$PKG_CONFIG --cflags krb5-gssapi 2>/dev/null`
15659 test "$cross_compiling" = yes || GSSAPI_CFLAGS
=${GSSAPI_CFLAGS:-`${KRB5_CONFIG:-krb5-config} --cflags gssapi 2>/dev/null`}
15660 if ${GSSAPI_LIBS:+false} :; then :
15661 if ${PKG_CONFIG+:} false
; then :
15662 GSSAPI_LIBS
=`$PKG_CONFIG --libs krb5-gssapi 2>/dev/null`
15665 test "$cross_compiling" = yes || GSSAPI_LIBS
=${GSSAPI_LIBS:-`${KRB5_CONFIG:-krb5-config} --libs gssapi 2>/dev/null`}
15667 $as_echo "$as_me:${as_lineno-$LINENO}: krb5-gssapi cflags: $GSSAPI_CFLAGS" >&5
15668 $as_echo "$as_me:${as_lineno-$LINENO}: krb5-gssapi libs: $GSSAPI_LIBS" >&5
15669 ac_save_CPPFLAGS
=$CPPFLAGS
15670 CPPFLAGS
="$CPPFLAGS $GSSAPI_CFLAGS"
15671 for ac_header
in gssapi
/gssapi.h gssapi
/gssapi_ext.h
15673 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15674 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
15675 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
15676 cat >>confdefs.h
<<_ACEOF
15677 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
15684 if test "$ac_cv_header_gssapi_gssapi_h" = "yes" -a "$ac_cv_header_gssapi_gssapi_ext_h" = "yes"
15686 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgssapi_krb5" >&5
15687 $as_echo_n "checking for -lgssapi_krb5... " >&6; }
15688 if ${ac_cv_lib_soname_gssapi_krb5+:} false
; then :
15689 $as_echo_n "(cached) " >&6
15691 ac_check_soname_save_LIBS
=$LIBS
15692 LIBS
="-lgssapi_krb5 $GSSAPI_LIBS $LIBS"
15693 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15694 /* end confdefs.h. */
15696 /* Override any GCC internal prototype to avoid an error.
15697 Use char because int might match the return type of a GCC
15698 builtin and then its argument prototype would still apply. */
15702 char gss_init_sec_context ();
15706 return gss_init_sec_context ();
15711 if ac_fn_c_try_link
"$LINENO"; then :
15713 dll
) ac_cv_lib_soname_gssapi_krb5
=`$ac_cv_path_LDD conftest.exe | grep "gssapi_krb5" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15714 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'` ;;
15715 *) 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'`
15716 if ${ac_cv_lib_soname_gssapi_krb5:+false} :; then :
15717 ac_cv_lib_soname_gssapi_krb5
=`$LDD conftest$ac_exeext | grep "libgssapi_krb5\\.$LIBEXT" | sed -e "s/^.*\(libgssapi_krb5\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15721 ac_cv_lib_soname_gssapi_krb5
=
15723 rm -f core conftest.err conftest.
$ac_objext \
15724 conftest
$ac_exeext conftest.
$ac_ext
15725 LIBS
=$ac_check_soname_save_LIBS
15727 if ${ac_cv_lib_soname_gssapi_krb5:+false} :; then :
15728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15729 $as_echo "not found" >&6; }
15732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gssapi_krb5" >&5
15733 $as_echo "$ac_cv_lib_soname_gssapi_krb5" >&6; }
15735 cat >>confdefs.h
<<_ACEOF
15736 #define SONAME_LIBGSSAPI_KRB5 "$ac_cv_lib_soname_gssapi_krb5"
15744 CPPFLAGS
=$ac_save_CPPFLAGS
15747 if test "x$ac_cv_lib_soname_gssapi_krb5" = "x"; then :
15748 case "x$with_gssapi" in
15749 x
) as_fn_append wine_notices
"|libgssapi_krb5 ${notice_platform}development files not found (or too old), no Kerberos SSP support." ;;
15751 *) as_fn_error $?
"libgssapi_krb5 ${notice_platform}development files not found (or too old), no Kerberos SSP support.
15752 This is an error since --with-gssapi was requested." "$LINENO" 5 ;;
15757 if test "x$with_jpeg" != "xno"
15759 if ${JPEG_CFLAGS:+false} :; then :
15760 if ${PKG_CONFIG+:} false
; then :
15761 JPEG_CFLAGS
=`$PKG_CONFIG --cflags libjpeg 2>/dev/null`
15765 if ${JPEG_LIBS:+false} :; then :
15766 if ${PKG_CONFIG+:} false
; then :
15767 JPEG_LIBS
=`$PKG_CONFIG --libs libjpeg 2>/dev/null`
15772 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg cflags: $JPEG_CFLAGS" >&5
15773 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg libs: $JPEG_LIBS" >&5
15774 ac_save_CPPFLAGS
=$CPPFLAGS
15775 CPPFLAGS
="$CPPFLAGS $JPEG_CFLAGS"
15776 for ac_header
in jpeglib.h
15778 ac_fn_c_check_header_mongrel
"$LINENO" "jpeglib.h" "ac_cv_header_jpeglib_h" "$ac_includes_default"
15779 if test "x$ac_cv_header_jpeglib_h" = xyes
; then :
15780 cat >>confdefs.h
<<_ACEOF
15781 #define HAVE_JPEGLIB_H 1
15788 if test "$ac_cv_header_jpeglib_h" = "yes"
15790 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
15791 $as_echo_n "checking for -ljpeg... " >&6; }
15792 if ${ac_cv_lib_soname_jpeg+:} false
; then :
15793 $as_echo_n "(cached) " >&6
15795 ac_check_soname_save_LIBS
=$LIBS
15796 LIBS
="-ljpeg $JPEG_LIBS $LIBS"
15797 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15798 /* end confdefs.h. */
15800 /* Override any GCC internal prototype to avoid an error.
15801 Use char because int might match the return type of a GCC
15802 builtin and then its argument prototype would still apply. */
15806 char jpeg_start_decompress ();
15810 return jpeg_start_decompress ();
15815 if ac_fn_c_try_link
"$LINENO"; then :
15817 dll
) ac_cv_lib_soname_jpeg
=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15818 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'` ;;
15819 *) ac_cv_lib_soname_jpeg
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libjpeg\\.$LIBEXT" | sed -e "s/^.*\\[\\(libjpeg\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15820 if ${ac_cv_lib_soname_jpeg:+false} :; then :
15821 ac_cv_lib_soname_jpeg
=`$LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15825 ac_cv_lib_soname_jpeg
=
15827 rm -f core conftest.err conftest.
$ac_objext \
15828 conftest
$ac_exeext conftest.
$ac_ext
15829 LIBS
=$ac_check_soname_save_LIBS
15831 if ${ac_cv_lib_soname_jpeg:+false} :; then :
15832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15833 $as_echo "not found" >&6; }
15836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
15837 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
15839 cat >>confdefs.h
<<_ACEOF
15840 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
15848 CPPFLAGS
=$ac_save_CPPFLAGS
15851 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
15852 case "x$with_jpeg" in
15853 x
) as_fn_append wine_warnings
"|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
15855 *) as_fn_error $?
"libjpeg ${notice_platform}development files not found, JPEG won't be supported.
15856 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
15861 if test "x$with_png" != "xno"
15863 if ${PNG_CFLAGS:+false} :; then :
15864 if ${PKG_CONFIG+:} false
; then :
15865 PNG_CFLAGS
=`$PKG_CONFIG --cflags libpng 2>/dev/null`
15868 test "$cross_compiling" = yes || PNG_CFLAGS
=${PNG_CFLAGS:-$X_CFLAGS}
15869 if ${PNG_LIBS:+false} :; then :
15870 if ${PKG_CONFIG+:} false
; then :
15871 PNG_LIBS
=`$PKG_CONFIG --libs libpng 2>/dev/null`
15874 test "$cross_compiling" = yes || PNG_LIBS
=${PNG_LIBS:-$X_LIBS}
15876 $as_echo "$as_me:${as_lineno-$LINENO}: libpng cflags: $PNG_CFLAGS" >&5
15877 $as_echo "$as_me:${as_lineno-$LINENO}: libpng libs: $PNG_LIBS" >&5
15878 ac_save_CPPFLAGS
=$CPPFLAGS
15879 CPPFLAGS
="$CPPFLAGS $PNG_CFLAGS"
15880 for ac_header
in png.h
15882 ac_fn_c_check_header_mongrel
"$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
15883 if test "x$ac_cv_header_png_h" = xyes
; then :
15884 cat >>confdefs.h
<<_ACEOF
15885 #define HAVE_PNG_H 1
15892 if test "$ac_cv_header_png_h" = "yes"
15894 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
15895 $as_echo_n "checking for -lpng... " >&6; }
15896 if ${ac_cv_lib_soname_png+:} false
; then :
15897 $as_echo_n "(cached) " >&6
15899 ac_check_soname_save_LIBS
=$LIBS
15900 LIBS
="-lpng $PNG_LIBS -lm -lz $LIBS"
15901 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15902 /* end confdefs.h. */
15904 /* Override any GCC internal prototype to avoid an error.
15905 Use char because int might match the return type of a GCC
15906 builtin and then its argument prototype would still apply. */
15910 char png_create_read_struct ();
15914 return png_create_read_struct ();
15919 if ac_fn_c_try_link
"$LINENO"; then :
15921 dll
) ac_cv_lib_soname_png
=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15922 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'` ;;
15923 *) 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'`
15924 if ${ac_cv_lib_soname_png:+false} :; then :
15925 ac_cv_lib_soname_png
=`$LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15929 ac_cv_lib_soname_png
=
15931 rm -f core conftest.err conftest.
$ac_objext \
15932 conftest
$ac_exeext conftest.
$ac_ext
15933 LIBS
=$ac_check_soname_save_LIBS
15935 if ${ac_cv_lib_soname_png:+false} :; then :
15936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15937 $as_echo "not found" >&6; }
15940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
15941 $as_echo "$ac_cv_lib_soname_png" >&6; }
15943 cat >>confdefs.h
<<_ACEOF
15944 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
15952 CPPFLAGS
=$ac_save_CPPFLAGS
15955 if test "x$ac_cv_lib_soname_png" = "x"; then :
15956 case "x$with_png" in
15957 x
) as_fn_append wine_warnings
"|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
15959 *) as_fn_error $?
"libpng ${notice_platform}development files not found, PNG won't be supported.
15960 This is an error since --with-png was requested." "$LINENO" 5 ;;
15965 if test "x$with_tiff" != "xno"
15967 if ${TIFF_CFLAGS:+false} :; then :
15968 if ${PKG_CONFIG+:} false
; then :
15969 TIFF_CFLAGS
=`$PKG_CONFIG --cflags libtiff-4 2>/dev/null`
15973 if ${TIFF_LIBS:+false} :; then :
15974 if ${PKG_CONFIG+:} false
; then :
15975 TIFF_LIBS
=`$PKG_CONFIG --libs libtiff-4 2>/dev/null`
15980 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff-4 cflags: $TIFF_CFLAGS" >&5
15981 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff-4 libs: $TIFF_LIBS" >&5
15982 ac_save_CPPFLAGS
=$CPPFLAGS
15983 CPPFLAGS
="$CPPFLAGS $TIFF_CFLAGS"
15984 for ac_header
in tiffio.h
15986 ac_fn_c_check_header_mongrel
"$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default"
15987 if test "x$ac_cv_header_tiffio_h" = xyes
; then :
15988 cat >>confdefs.h
<<_ACEOF
15989 #define HAVE_TIFFIO_H 1
15996 if test "$ac_cv_header_tiffio_h" = "yes"
15998 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
15999 $as_echo_n "checking for -ltiff... " >&6; }
16000 if ${ac_cv_lib_soname_tiff+:} false
; then :
16001 $as_echo_n "(cached) " >&6
16003 ac_check_soname_save_LIBS
=$LIBS
16004 LIBS
="-ltiff $TIFF_LIBS $LIBS"
16005 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16006 /* end confdefs.h. */
16008 /* Override any GCC internal prototype to avoid an error.
16009 Use char because int might match the return type of a GCC
16010 builtin and then its argument prototype would still apply. */
16014 char TIFFClientOpen ();
16018 return TIFFClientOpen ();
16023 if ac_fn_c_try_link
"$LINENO"; then :
16025 dll
) ac_cv_lib_soname_tiff
=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
16026 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'` ;;
16027 *) ac_cv_lib_soname_tiff
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libtiff\\.$LIBEXT" | sed -e "s/^.*\\[\\(libtiff\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
16028 if ${ac_cv_lib_soname_tiff:+false} :; then :
16029 ac_cv_lib_soname_tiff
=`$LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
16033 ac_cv_lib_soname_tiff
=
16035 rm -f core conftest.err conftest.
$ac_objext \
16036 conftest
$ac_exeext conftest.
$ac_ext
16037 LIBS
=$ac_check_soname_save_LIBS
16039 if ${ac_cv_lib_soname_tiff:+false} :; then :
16040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
16041 $as_echo "not found" >&6; }
16044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
16045 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
16047 cat >>confdefs.h
<<_ACEOF
16048 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
16054 CPPFLAGS
=$ac_save_CPPFLAGS
16057 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
16058 case "x$with_tiff" in
16059 x
) as_fn_append wine_notices
"|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
16061 *) as_fn_error $?
"libtiff ${notice_platform}development files not found, TIFF won't be supported.
16062 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
16067 if test "x$with_mpg123" != "xno"
16069 if ${MPG123_CFLAGS:+false} :; then :
16070 if ${PKG_CONFIG+:} false
; then :
16071 MPG123_CFLAGS
=`$PKG_CONFIG --cflags libmpg123 2>/dev/null`
16075 if ${MPG123_LIBS:+false} :; then :
16076 if ${PKG_CONFIG+:} false
; then :
16077 MPG123_LIBS
=`$PKG_CONFIG --libs libmpg123 2>/dev/null`
16081 MPG123_LIBS
=${MPG123_LIBS:-"-lmpg123"}
16082 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 cflags: $MPG123_CFLAGS" >&5
16083 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 libs: $MPG123_LIBS" >&5
16084 ac_save_CPPFLAGS
=$CPPFLAGS
16085 CPPFLAGS
="$CPPFLAGS $MPG123_CFLAGS"
16086 for ac_header
in mpg123.h
16088 ac_fn_c_check_header_mongrel
"$LINENO" "mpg123.h" "ac_cv_header_mpg123_h" "$ac_includes_default"
16089 if test "x$ac_cv_header_mpg123_h" = xyes
; then :
16090 cat >>confdefs.h
<<_ACEOF
16091 #define HAVE_MPG123_H 1
16098 if test "$ac_cv_header_mpg123_h" = "yes"
16100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
16101 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
16102 if ${ac_cv_lib_mpg123_mpg123_feed+:} false
; then :
16103 $as_echo_n "(cached) " >&6
16105 ac_check_lib_save_LIBS
=$LIBS
16106 LIBS
="-lmpg123 $MPG123_LIBS $LIBS"
16107 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16108 /* end confdefs.h. */
16110 /* Override any GCC internal prototype to avoid an error.
16111 Use char because int might match the return type of a GCC
16112 builtin and then its argument prototype would still apply. */
16116 char mpg123_feed ();
16120 return mpg123_feed ();
16125 if ac_fn_c_try_link
"$LINENO"; then :
16126 ac_cv_lib_mpg123_mpg123_feed
=yes
16128 ac_cv_lib_mpg123_mpg123_feed
=no
16130 rm -f core conftest.err conftest.
$ac_objext \
16131 conftest
$ac_exeext conftest.
$ac_ext
16132 LIBS
=$ac_check_lib_save_LIBS
16134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
16135 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
16136 if test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes
; then :
16146 CPPFLAGS
=$ac_save_CPPFLAGS
16149 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes
-a x
"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes
; then :
16150 case "x$with_mpg123" in
16151 x
) as_fn_append wine_notices
"|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
16153 *) as_fn_error $?
"libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
16154 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
16156 enable_l3codeca_acm
=${enable_l3codeca_acm:-no}
16158 test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes || enable_mp3dmod
=${enable_mp3dmod:-no}
16160 if test "$ac_cv_header_AL_al_h" = "yes"
16162 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
16163 $as_echo_n "checking for -lopenal... " >&6; }
16164 if ${ac_cv_lib_soname_openal+:} false
; then :
16165 $as_echo_n "(cached) " >&6
16167 ac_check_soname_save_LIBS
=$LIBS
16168 LIBS
="-lopenal $LIBS"
16169 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16170 /* end confdefs.h. */
16172 /* Override any GCC internal prototype to avoid an error.
16173 Use char because int might match the return type of a GCC
16174 builtin and then its argument prototype would still apply. */
16178 char alGetSource3i ();
16182 return alGetSource3i ();
16187 if ac_fn_c_try_link
"$LINENO"; then :
16189 dll
) ac_cv_lib_soname_openal
=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
16190 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'` ;;
16191 *) ac_cv_lib_soname_openal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libopenal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libopenal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
16192 if ${ac_cv_lib_soname_openal:+false} :; then :
16193 ac_cv_lib_soname_openal
=`$LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
16197 ac_cv_lib_soname_openal
=
16199 rm -f core conftest.err conftest.
$ac_objext \
16200 conftest
$ac_exeext conftest.
$ac_ext
16201 LIBS
=$ac_check_soname_save_LIBS
16203 if ${ac_cv_lib_soname_openal:+false} :; then :
16204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
16205 $as_echo "not found" >&6; }
16208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
16209 $as_echo "$ac_cv_lib_soname_openal" >&6; }
16211 cat >>confdefs.h
<<_ACEOF
16212 #define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
16215 OPENAL_LIBS
="-lopenal"
16217 ac_cv_lib_openal
=yes
16219 cat >>confdefs.h
<<_ACEOF
16220 #define HAVE_OPENAL 1
16225 if test "x$ac_cv_lib_openal" != xyes
; then :
16226 case "x$with_openal" in
16227 x
) as_fn_append wine_notices
"|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
16229 *) as_fn_error $?
"libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
16230 This is an error since --with-openal was requested." "$LINENO" 5 ;;
16232 enable_openal32
=${enable_openal32:-no}
16235 if test "x$ac_cv_lib_soname_FAudio" = "x"
16237 enable_x3daudio1_0
=${enable_x3daudio1_0:-no}
16238 enable_x3daudio1_1
=${enable_x3daudio1_1:-no}
16239 enable_x3daudio1_2
=${enable_x3daudio1_2:-no}
16240 enable_x3daudio1_3
=${enable_x3daudio1_3:-no}
16241 enable_x3daudio1_4
=${enable_x3daudio1_4:-no}
16242 enable_x3daudio1_5
=${enable_x3daudio1_5:-no}
16243 enable_x3daudio1_6
=${enable_x3daudio1_6:-no}
16244 enable_x3daudio1_7
=${enable_x3daudio1_7:-no}
16245 enable_xactengine3_0
=${enable_xactengine3_0:-no}
16246 enable_xactengine3_1
=${enable_xactengine3_1:-no}
16247 enable_xactengine3_2
=${enable_xactengine3_2:-no}
16248 enable_xactengine3_3
=${enable_xactengine3_3:-no}
16249 enable_xactengine3_4
=${enable_xactengine3_4:-no}
16250 enable_xactengine3_5
=${enable_xactengine3_5:-no}
16251 enable_xactengine3_6
=${enable_xactengine3_6:-no}
16252 enable_xactengine3_7
=${enable_xactengine3_7:-no}
16253 enable_xapofx1_1
=${enable_xapofx1_1:-no}
16254 enable_xapofx1_2
=${enable_xapofx1_2:-no}
16255 enable_xapofx1_3
=${enable_xapofx1_3:-no}
16256 enable_xapofx1_4
=${enable_xapofx1_4:-no}
16257 enable_xapofx1_5
=${enable_xapofx1_5:-no}
16258 enable_xaudio2_0
=${enable_xaudio2_0:-no}
16259 enable_xaudio2_1
=${enable_xaudio2_1:-no}
16260 enable_xaudio2_2
=${enable_xaudio2_2:-no}
16261 enable_xaudio2_3
=${enable_xaudio2_3:-no}
16262 enable_xaudio2_4
=${enable_xaudio2_4:-no}
16263 enable_xaudio2_5
=${enable_xaudio2_5:-no}
16264 enable_xaudio2_6
=${enable_xaudio2_6:-no}
16265 enable_xaudio2_7
=${enable_xaudio2_7:-no}
16266 enable_xaudio2_8
=${enable_xaudio2_8:-no}
16267 enable_xaudio2_9
=${enable_xaudio2_9:-no}
16270 if test "$ac_cv_header_kstat_h" = "yes"
16272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
16273 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
16274 if ${ac_cv_lib_kstat_kstat_open+:} false
; then :
16275 $as_echo_n "(cached) " >&6
16277 ac_check_lib_save_LIBS
=$LIBS
16278 LIBS
="-lkstat $LIBS"
16279 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16280 /* end confdefs.h. */
16282 /* Override any GCC internal prototype to avoid an error.
16283 Use char because int might match the return type of a GCC
16284 builtin and then its argument prototype would still apply. */
16288 char kstat_open ();
16292 return kstat_open ();
16297 if ac_fn_c_try_link
"$LINENO"; then :
16298 ac_cv_lib_kstat_kstat_open
=yes
16300 ac_cv_lib_kstat_kstat_open
=no
16302 rm -f core conftest.err conftest.
$ac_objext \
16303 conftest
$ac_exeext conftest.
$ac_ext
16304 LIBS
=$ac_check_lib_save_LIBS
16306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
16307 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
16308 if test "x$ac_cv_lib_kstat_kstat_open" = xyes
; then :
16310 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
16312 KSTAT_LIBS
="-lkstat"
16318 if test "$ac_cv_header_libprocstat_h" = "yes"
16320 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for procstat_open_sysctl in -lprocstat" >&5
16321 $as_echo_n "checking for procstat_open_sysctl in -lprocstat... " >&6; }
16322 if ${ac_cv_lib_procstat_procstat_open_sysctl+:} false
; then :
16323 $as_echo_n "(cached) " >&6
16325 ac_check_lib_save_LIBS
=$LIBS
16326 LIBS
="-lprocstat $LIBS"
16327 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16328 /* end confdefs.h. */
16330 /* Override any GCC internal prototype to avoid an error.
16331 Use char because int might match the return type of a GCC
16332 builtin and then its argument prototype would still apply. */
16336 char procstat_open_sysctl ();
16340 return procstat_open_sysctl ();
16345 if ac_fn_c_try_link
"$LINENO"; then :
16346 ac_cv_lib_procstat_procstat_open_sysctl
=yes
16348 ac_cv_lib_procstat_procstat_open_sysctl
=no
16350 rm -f core conftest.err conftest.
$ac_objext \
16351 conftest
$ac_exeext conftest.
$ac_ext
16352 LIBS
=$ac_check_lib_save_LIBS
16354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_procstat_procstat_open_sysctl" >&5
16355 $as_echo "$ac_cv_lib_procstat_procstat_open_sysctl" >&6; }
16356 if test "x$ac_cv_lib_procstat_procstat_open_sysctl" = xyes
; then :
16358 $as_echo "#define HAVE_LIBPROCSTAT 1" >>confdefs.h
16360 PROCSTAT_LIBS
="-lprocstat"
16366 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
16367 $as_echo_n "checking for -lodbc... " >&6; }
16368 if ${ac_cv_lib_soname_odbc+:} false
; then :
16369 $as_echo_n "(cached) " >&6
16371 ac_check_soname_save_LIBS
=$LIBS
16372 LIBS
="-lodbc $LIBS"
16373 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16374 /* end confdefs.h. */
16376 /* Override any GCC internal prototype to avoid an error.
16377 Use char because int might match the return type of a GCC
16378 builtin and then its argument prototype would still apply. */
16382 char SQLConnect ();
16386 return SQLConnect ();
16391 if ac_fn_c_try_link
"$LINENO"; then :
16393 dll
) ac_cv_lib_soname_odbc
=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
16394 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'` ;;
16395 *) ac_cv_lib_soname_odbc
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libodbc\\.$LIBEXT" | sed -e "s/^.*\\[\\(libodbc\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
16396 if ${ac_cv_lib_soname_odbc:+false} :; then :
16397 ac_cv_lib_soname_odbc
=`$LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
16401 ac_cv_lib_soname_odbc
=
16403 rm -f core conftest.err conftest.
$ac_objext \
16404 conftest
$ac_exeext conftest.
$ac_ext
16405 LIBS
=$ac_check_soname_save_LIBS
16407 if ${ac_cv_lib_soname_odbc:+false} :; then :
16408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
16409 $as_echo "not found" >&6; }
16410 cat >>confdefs.h
<<_ACEOF
16411 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
16416 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
16418 cat >>confdefs.h
<<_ACEOF
16419 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
16425 if test "x$with_netapi" != "xno"
16427 if ${NETAPI_CFLAGS:+false} :; then :
16428 if ${PKG_CONFIG+:} false
; then :
16429 NETAPI_CFLAGS
=`$PKG_CONFIG --cflags netapi 2>/dev/null`
16433 if ${NETAPI_LIBS:+false} :; then :
16434 if ${PKG_CONFIG+:} false
; then :
16435 NETAPI_LIBS
=`$PKG_CONFIG --libs netapi 2>/dev/null`
16440 $as_echo "$as_me:${as_lineno-$LINENO}: netapi cflags: $NETAPI_CFLAGS" >&5
16441 $as_echo "$as_me:${as_lineno-$LINENO}: netapi libs: $NETAPI_LIBS" >&5
16442 ac_save_CPPFLAGS
=$CPPFLAGS
16443 CPPFLAGS
="$CPPFLAGS $NETAPI_CFLAGS"
16444 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lnetapi" >&5
16445 $as_echo_n "checking for -lnetapi... " >&6; }
16446 if ${ac_cv_lib_soname_netapi+:} false
; then :
16447 $as_echo_n "(cached) " >&6
16449 ac_check_soname_save_LIBS
=$LIBS
16450 LIBS
="-lnetapi $NETAPI_LIBS $LIBS"
16451 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16452 /* end confdefs.h. */
16454 /* Override any GCC internal prototype to avoid an error.
16455 Use char because int might match the return type of a GCC
16456 builtin and then its argument prototype would still apply. */
16460 char libnetapi_init ();
16464 return libnetapi_init ();
16469 if ac_fn_c_try_link
"$LINENO"; then :
16471 dll
) ac_cv_lib_soname_netapi
=`$ac_cv_path_LDD conftest.exe | grep "netapi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
16472 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'` ;;
16473 *) ac_cv_lib_soname_netapi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libnetapi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libnetapi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
16474 if ${ac_cv_lib_soname_netapi:+false} :; then :
16475 ac_cv_lib_soname_netapi
=`$LDD conftest$ac_exeext | grep "libnetapi\\.$LIBEXT" | sed -e "s/^.*\(libnetapi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
16479 ac_cv_lib_soname_netapi
=
16481 rm -f core conftest.err conftest.
$ac_objext \
16482 conftest
$ac_exeext conftest.
$ac_ext
16483 LIBS
=$ac_check_soname_save_LIBS
16485 if ${ac_cv_lib_soname_netapi:+false} :; then :
16486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
16487 $as_echo "not found" >&6; }
16488 cat >>confdefs.h
<<_ACEOF
16489 #define SONAME_LIBNETAPI "libnetapi.$LIBEXT"
16493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_netapi" >&5
16494 $as_echo "$ac_cv_lib_soname_netapi" >&6; }
16496 cat >>confdefs.h
<<_ACEOF
16497 #define SONAME_LIBNETAPI "$ac_cv_lib_soname_netapi"
16502 CPPFLAGS
=$ac_save_CPPFLAGS
16506 if test "x$enable_winealsa_drv$enable_winecoreaudio_drv$enable_winepulse_drv$enable_wineoss_drv$enable_wineandroid_drv" = xnonononono
-a \
16507 "x$with_alsa$with_coreaudio$with_oss$with_pulse" != xnononono
16509 as_fn_append wine_warnings
"|No sound system was found. Windows applications will be silent."
16512 if test "x$with_vulkan" != "xno"
16514 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lvulkan" >&5
16515 $as_echo_n "checking for -lvulkan... " >&6; }
16516 if ${ac_cv_lib_soname_vulkan+:} false
; then :
16517 $as_echo_n "(cached) " >&6
16519 ac_check_soname_save_LIBS
=$LIBS
16520 LIBS
="-lvulkan $LIBS"
16521 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16522 /* end confdefs.h. */
16524 /* Override any GCC internal prototype to avoid an error.
16525 Use char because int might match the return type of a GCC
16526 builtin and then its argument prototype would still apply. */
16530 char vkGetInstanceProcAddr ();
16534 return vkGetInstanceProcAddr ();
16539 if ac_fn_c_try_link
"$LINENO"; then :
16541 dll
) ac_cv_lib_soname_vulkan
=`$ac_cv_path_LDD conftest.exe | grep "vulkan" | sed -e "s/dll.*/dll/"';2,$d'` ;;
16542 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'` ;;
16543 *) ac_cv_lib_soname_vulkan
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libvulkan\\.$LIBEXT" | sed -e "s/^.*\\[\\(libvulkan\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
16544 if ${ac_cv_lib_soname_vulkan:+false} :; then :
16545 ac_cv_lib_soname_vulkan
=`$LDD conftest$ac_exeext | grep "libvulkan\\.$LIBEXT" | sed -e "s/^.*\(libvulkan\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
16549 ac_cv_lib_soname_vulkan
=
16551 rm -f core conftest.err conftest.
$ac_objext \
16552 conftest
$ac_exeext conftest.
$ac_ext
16553 LIBS
=$ac_check_soname_save_LIBS
16555 if ${ac_cv_lib_soname_vulkan:+false} :; then :
16556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
16557 $as_echo "not found" >&6; }
16560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_vulkan" >&5
16561 $as_echo "$ac_cv_lib_soname_vulkan" >&6; }
16563 cat >>confdefs.h
<<_ACEOF
16564 #define SONAME_LIBVULKAN "$ac_cv_lib_soname_vulkan"
16569 if test "x$ac_cv_lib_soname_vulkan" = "x"
16571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lMoltenVK" >&5
16572 $as_echo_n "checking for -lMoltenVK... " >&6; }
16573 if ${ac_cv_lib_soname_MoltenVK+:} false
; then :
16574 $as_echo_n "(cached) " >&6
16576 ac_check_soname_save_LIBS
=$LIBS
16577 LIBS
="-lMoltenVK $LIBS"
16578 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16579 /* end confdefs.h. */
16581 /* Override any GCC internal prototype to avoid an error.
16582 Use char because int might match the return type of a GCC
16583 builtin and then its argument prototype would still apply. */
16587 char vkGetInstanceProcAddr ();
16591 return vkGetInstanceProcAddr ();
16596 if ac_fn_c_try_link
"$LINENO"; then :
16598 dll
) ac_cv_lib_soname_MoltenVK
=`$ac_cv_path_LDD conftest.exe | grep "MoltenVK" | sed -e "s/dll.*/dll/"';2,$d'` ;;
16599 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'` ;;
16600 *) ac_cv_lib_soname_MoltenVK
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libMoltenVK\\.$LIBEXT" | sed -e "s/^.*\\[\\(libMoltenVK\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
16601 if ${ac_cv_lib_soname_MoltenVK:+false} :; then :
16602 ac_cv_lib_soname_MoltenVK
=`$LDD conftest$ac_exeext | grep "libMoltenVK\\.$LIBEXT" | sed -e "s/^.*\(libMoltenVK\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
16606 ac_cv_lib_soname_MoltenVK
=
16608 rm -f core conftest.err conftest.
$ac_objext \
16609 conftest
$ac_exeext conftest.
$ac_ext
16610 LIBS
=$ac_check_soname_save_LIBS
16612 if ${ac_cv_lib_soname_MoltenVK:+false} :; then :
16613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
16614 $as_echo "not found" >&6; }
16617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_MoltenVK" >&5
16618 $as_echo "$ac_cv_lib_soname_MoltenVK" >&6; }
16620 cat >>confdefs.h
<<_ACEOF
16621 #define SONAME_LIBMOLTENVK "$ac_cv_lib_soname_MoltenVK"
16628 if test "x$ac_cv_lib_soname_vulkan" = "x" -a "x$ac_cv_lib_soname_MoltenVK" = "x"; then :
16629 case "x$with_vulkan" in
16630 x
) as_fn_append wine_notices
"|libvulkan and libMoltenVK ${notice_platform}development files not found, Vulkan won't be supported." ;;
16632 *) as_fn_error $?
"libvulkan and libMoltenVK ${notice_platform}development files not found, Vulkan won't be supported.
16633 This is an error since --with-vulkan was requested." "$LINENO" 5 ;;
16638 if test "x$with_vkd3d" != "xno"
16640 if ${VKD3D_CFLAGS:+false} :; then :
16641 if ${PKG_CONFIG+:} false
; then :
16642 VKD3D_CFLAGS
=`$PKG_CONFIG --cflags libvkd3d 2>/dev/null`
16646 if ${VKD3D_LIBS:+false} :; then :
16647 if ${PKG_CONFIG+:} false
; then :
16648 VKD3D_LIBS
=`$PKG_CONFIG --libs libvkd3d 2>/dev/null`
16653 $as_echo "$as_me:${as_lineno-$LINENO}: libvkd3d cflags: $VKD3D_CFLAGS" >&5
16654 $as_echo "$as_me:${as_lineno-$LINENO}: libvkd3d libs: $VKD3D_LIBS" >&5
16655 ac_save_CPPFLAGS
=$CPPFLAGS
16656 CPPFLAGS
="$CPPFLAGS $VKD3D_CFLAGS"
16657 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lvkd3d" >&5
16658 $as_echo_n "checking for -lvkd3d... " >&6; }
16659 if ${ac_cv_lib_soname_vkd3d+:} false
; then :
16660 $as_echo_n "(cached) " >&6
16662 ac_check_soname_save_LIBS
=$LIBS
16663 LIBS
="-lvkd3d $VKD3D_LIBS $LIBS"
16664 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16665 /* end confdefs.h. */
16667 /* Override any GCC internal prototype to avoid an error.
16668 Use char because int might match the return type of a GCC
16669 builtin and then its argument prototype would still apply. */
16673 char vkd3d_get_dxgi_format ();
16677 return vkd3d_get_dxgi_format ();
16682 if ac_fn_c_try_link
"$LINENO"; then :
16684 dll
) ac_cv_lib_soname_vkd3d
=`$ac_cv_path_LDD conftest.exe | grep "vkd3d" | sed -e "s/dll.*/dll/"';2,$d'` ;;
16685 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'` ;;
16686 *) ac_cv_lib_soname_vkd3d
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libvkd3d\\.$LIBEXT" | sed -e "s/^.*\\[\\(libvkd3d\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
16687 if ${ac_cv_lib_soname_vkd3d:+false} :; then :
16688 ac_cv_lib_soname_vkd3d
=`$LDD conftest$ac_exeext | grep "libvkd3d\\.$LIBEXT" | sed -e "s/^.*\(libvkd3d\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
16692 ac_cv_lib_soname_vkd3d
=
16694 rm -f core conftest.err conftest.
$ac_objext \
16695 conftest
$ac_exeext conftest.
$ac_ext
16696 LIBS
=$ac_check_soname_save_LIBS
16698 if ${ac_cv_lib_soname_vkd3d:+false} :; then :
16699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
16700 $as_echo "not found" >&6; }
16703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_vkd3d" >&5
16704 $as_echo "$ac_cv_lib_soname_vkd3d" >&6; }
16706 cat >>confdefs.h
<<_ACEOF
16707 #define SONAME_LIBVKD3D "$ac_cv_lib_soname_vkd3d"
16712 CPPFLAGS
=$ac_save_CPPFLAGS
16714 if ${VKD3D_SHADER_CFLAGS:+false} :; then :
16715 if ${PKG_CONFIG+:} false
; then :
16716 VKD3D_SHADER_CFLAGS
=`$PKG_CONFIG --cflags libvkd3d-shader 2>/dev/null`
16720 if ${VKD3D_SHADER_LIBS:+false} :; then :
16721 if ${PKG_CONFIG+:} false
; then :
16722 VKD3D_SHADER_LIBS
=`$PKG_CONFIG --libs libvkd3d-shader 2>/dev/null`
16727 $as_echo "$as_me:${as_lineno-$LINENO}: libvkd3d-shader cflags: $VKD3D_SHADER_CFLAGS" >&5
16728 $as_echo "$as_me:${as_lineno-$LINENO}: libvkd3d-shader libs: $VKD3D_SHADER_LIBS" >&5
16729 ac_save_CPPFLAGS
=$CPPFLAGS
16730 CPPFLAGS
="$CPPFLAGS $VKD3D_SHADER_CFLAGS"
16731 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lvkd3d-shader" >&5
16732 $as_echo_n "checking for -lvkd3d-shader... " >&6; }
16733 if ${ac_cv_lib_soname_vkd3d_shader+:} false
; then :
16734 $as_echo_n "(cached) " >&6
16736 ac_check_soname_save_LIBS
=$LIBS
16737 LIBS
="-lvkd3d-shader $VKD3D_SHADER_LIBS $LIBS"
16738 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16739 /* end confdefs.h. */
16741 /* Override any GCC internal prototype to avoid an error.
16742 Use char because int might match the return type of a GCC
16743 builtin and then its argument prototype would still apply. */
16747 char vkd3d_shader_compile ();
16751 return vkd3d_shader_compile ();
16756 if ac_fn_c_try_link
"$LINENO"; then :
16758 dll
) ac_cv_lib_soname_vkd3d_shader
=`$ac_cv_path_LDD conftest.exe | grep "vkd3d-shader" | sed -e "s/dll.*/dll/"';2,$d'` ;;
16759 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'` ;;
16760 *) 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'`
16761 if ${ac_cv_lib_soname_vkd3d_shader:+false} :; then :
16762 ac_cv_lib_soname_vkd3d_shader
=`$LDD conftest$ac_exeext | grep "libvkd3d-shader\\.$LIBEXT" | sed -e "s/^.*\(libvkd3d-shader\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
16766 ac_cv_lib_soname_vkd3d_shader
=
16768 rm -f core conftest.err conftest.
$ac_objext \
16769 conftest
$ac_exeext conftest.
$ac_ext
16770 LIBS
=$ac_check_soname_save_LIBS
16772 if ${ac_cv_lib_soname_vkd3d_shader:+false} :; then :
16773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
16774 $as_echo "not found" >&6; }
16777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_vkd3d_shader" >&5
16778 $as_echo "$ac_cv_lib_soname_vkd3d_shader" >&6; }
16780 cat >>confdefs.h
<<_ACEOF
16781 #define SONAME_LIBVKD3D_SHADER "$ac_cv_lib_soname_vkd3d_shader"
16786 CPPFLAGS
=$ac_save_CPPFLAGS
16789 if test "x$ac_cv_lib_soname_vkd3d" = "x"; then :
16790 case "x$with_vkd3d" in
16791 x
) as_fn_append wine_notices
"|vkd3d ${notice_platform}development files not found (or too old), Direct3D 12 won't be supported." ;;
16793 *) as_fn_error $?
"vkd3d ${notice_platform}development files not found (or too old), Direct3D 12 won't be supported.
16794 This is an error since --with-vkd3d was requested." "$LINENO" 5 ;;
16798 test "x$ac_cv_lib_soname_vkd3d" != "x" || enable_d3d12
=${enable_d3d12:-no}
16803 if test "x${GCC}" = "xyes"
16805 EXTRACFLAGS
="-Wall -pipe"
16807 saved_CFLAGS
=$CFLAGS
16808 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unknown-warning-option" >&5
16809 $as_echo_n "checking whether the compiler supports -Werror=unknown-warning-option... " >&6; }
16810 if ${ac_cv_cflags__Werror_unknown_warning_option+:} false
; then :
16811 $as_echo_n "(cached) " >&6
16813 ac_wine_try_cflags_saved
=$CFLAGS
16814 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
16815 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16816 /* end confdefs.h. */
16817 int main(int argc, char **argv) { return 0; }
16819 if ac_fn_c_try_link
"$LINENO"; then :
16820 ac_cv_cflags__Werror_unknown_warning_option
=yes
16822 ac_cv_cflags__Werror_unknown_warning_option
=no
16824 rm -f core conftest.err conftest.
$ac_objext \
16825 conftest
$ac_exeext conftest.
$ac_ext
16826 CFLAGS
=$ac_wine_try_cflags_saved
16828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_unknown_warning_option" >&5
16829 $as_echo "$ac_cv_cflags__Werror_unknown_warning_option" >&6; }
16830 if test "x$ac_cv_cflags__Werror_unknown_warning_option" = xyes
; then :
16831 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
16833 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unused-command-line-argument" >&5
16834 $as_echo_n "checking whether the compiler supports -Werror=unused-command-line-argument... " >&6; }
16835 if ${ac_cv_cflags__Werror_unused_command_line_argument+:} false
; then :
16836 $as_echo_n "(cached) " >&6
16838 ac_wine_try_cflags_saved
=$CFLAGS
16839 CFLAGS
="$CFLAGS -Werror=unused-command-line-argument"
16840 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16841 /* end confdefs.h. */
16842 int main(int argc, char **argv) { return 0; }
16844 if ac_fn_c_try_link
"$LINENO"; then :
16845 ac_cv_cflags__Werror_unused_command_line_argument
=yes
16847 ac_cv_cflags__Werror_unused_command_line_argument
=no
16849 rm -f core conftest.err conftest.
$ac_objext \
16850 conftest
$ac_exeext conftest.
$ac_ext
16851 CFLAGS
=$ac_wine_try_cflags_saved
16853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_unused_command_line_argument" >&5
16854 $as_echo "$ac_cv_cflags__Werror_unused_command_line_argument" >&6; }
16855 if test "x$ac_cv_cflags__Werror_unused_command_line_argument" = xyes
; then :
16856 CFLAGS
="$CFLAGS -Werror=unused-command-line-argument"
16858 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=ignored-optimization-argument" >&5
16859 $as_echo_n "checking whether the compiler supports -Werror=ignored-optimization-argument... " >&6; }
16860 if ${ac_cv_cflags__Werror_ignored_optimization_argument+:} false
; then :
16861 $as_echo_n "(cached) " >&6
16863 ac_wine_try_cflags_saved
=$CFLAGS
16864 CFLAGS
="$CFLAGS -Werror=ignored-optimization-argument"
16865 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16866 /* end confdefs.h. */
16867 int main(int argc, char **argv) { return 0; }
16869 if ac_fn_c_try_link
"$LINENO"; then :
16870 ac_cv_cflags__Werror_ignored_optimization_argument
=yes
16872 ac_cv_cflags__Werror_ignored_optimization_argument
=no
16874 rm -f core conftest.err conftest.
$ac_objext \
16875 conftest
$ac_exeext conftest.
$ac_ext
16876 CFLAGS
=$ac_wine_try_cflags_saved
16878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_ignored_optimization_argument" >&5
16879 $as_echo "$ac_cv_cflags__Werror_ignored_optimization_argument" >&6; }
16880 if test "x$ac_cv_cflags__Werror_ignored_optimization_argument" = xyes
; then :
16881 CFLAGS
="$CFLAGS -Werror=ignored-optimization-argument"
16883 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fcf-protection=none" >&5
16884 $as_echo_n "checking whether the compiler supports -fcf-protection=none... " >&6; }
16885 if ${ac_cv_cflags__fcf_protection_none+:} false
; then :
16886 $as_echo_n "(cached) " >&6
16888 ac_wine_try_cflags_saved
=$CFLAGS
16889 CFLAGS
="$CFLAGS -fcf-protection=none"
16890 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16891 /* end confdefs.h. */
16892 int main(int argc, char **argv) { return 0; }
16894 if ac_fn_c_try_link
"$LINENO"; then :
16895 ac_cv_cflags__fcf_protection_none
=yes
16897 ac_cv_cflags__fcf_protection_none
=no
16899 rm -f core conftest.err conftest.
$ac_objext \
16900 conftest
$ac_exeext conftest.
$ac_ext
16901 CFLAGS
=$ac_wine_try_cflags_saved
16903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fcf_protection_none" >&5
16904 $as_echo "$ac_cv_cflags__fcf_protection_none" >&6; }
16905 if test "x$ac_cv_cflags__fcf_protection_none" = xyes
; then :
16906 EXTRACFLAGS
="$EXTRACFLAGS -fcf-protection=none"
16908 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-stack-protector" >&5
16909 $as_echo_n "checking whether the compiler supports -fno-stack-protector... " >&6; }
16910 if ${ac_cv_cflags__fno_stack_protector+:} false
; then :
16911 $as_echo_n "(cached) " >&6
16913 ac_wine_try_cflags_saved
=$CFLAGS
16914 CFLAGS
="$CFLAGS -fno-stack-protector"
16915 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16916 /* end confdefs.h. */
16917 int main(int argc, char **argv) { return 0; }
16919 if ac_fn_c_try_link
"$LINENO"; then :
16920 ac_cv_cflags__fno_stack_protector
=yes
16922 ac_cv_cflags__fno_stack_protector
=no
16924 rm -f core conftest.err conftest.
$ac_objext \
16925 conftest
$ac_exeext conftest.
$ac_ext
16926 CFLAGS
=$ac_wine_try_cflags_saved
16928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_stack_protector" >&5
16929 $as_echo "$ac_cv_cflags__fno_stack_protector" >&6; }
16930 if test "x$ac_cv_cflags__fno_stack_protector" = xyes
; then :
16931 EXTRACFLAGS
="$EXTRACFLAGS -fno-stack-protector"
16933 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
16934 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
16935 if ${ac_cv_cflags__fno_strict_aliasing+:} false
; then :
16936 $as_echo_n "(cached) " >&6
16938 ac_wine_try_cflags_saved
=$CFLAGS
16939 CFLAGS
="$CFLAGS -fno-strict-aliasing"
16940 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16941 /* end confdefs.h. */
16942 int main(int argc, char **argv) { return 0; }
16944 if ac_fn_c_try_link
"$LINENO"; then :
16945 ac_cv_cflags__fno_strict_aliasing
=yes
16947 ac_cv_cflags__fno_strict_aliasing
=no
16949 rm -f core conftest.err conftest.
$ac_objext \
16950 conftest
$ac_exeext conftest.
$ac_ext
16951 CFLAGS
=$ac_wine_try_cflags_saved
16953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
16954 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
16955 if test "x$ac_cv_cflags__fno_strict_aliasing" = xyes
; then :
16956 EXTRACFLAGS
="$EXTRACFLAGS -fno-strict-aliasing"
16958 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
16959 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
16960 if ${ac_cv_cflags__Wdeclaration_after_statement+:} false
; then :
16961 $as_echo_n "(cached) " >&6
16963 ac_wine_try_cflags_saved
=$CFLAGS
16964 CFLAGS
="$CFLAGS -Wdeclaration-after-statement"
16965 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16966 /* end confdefs.h. */
16967 int main(int argc, char **argv) { return 0; }
16969 if ac_fn_c_try_link
"$LINENO"; then :
16970 ac_cv_cflags__Wdeclaration_after_statement
=yes
16972 ac_cv_cflags__Wdeclaration_after_statement
=no
16974 rm -f core conftest.err conftest.
$ac_objext \
16975 conftest
$ac_exeext conftest.
$ac_ext
16976 CFLAGS
=$ac_wine_try_cflags_saved
16978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
16979 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
16980 if test "x$ac_cv_cflags__Wdeclaration_after_statement" = xyes
; then :
16981 EXTRACFLAGS
="$EXTRACFLAGS -Wdeclaration-after-statement"
16983 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wempty-body" >&5
16984 $as_echo_n "checking whether the compiler supports -Wempty-body... " >&6; }
16985 if ${ac_cv_cflags__Wempty_body+:} false
; then :
16986 $as_echo_n "(cached) " >&6
16988 ac_wine_try_cflags_saved
=$CFLAGS
16989 CFLAGS
="$CFLAGS -Wempty-body"
16990 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16991 /* end confdefs.h. */
16992 int main(int argc, char **argv) { return 0; }
16994 if ac_fn_c_try_link
"$LINENO"; then :
16995 ac_cv_cflags__Wempty_body
=yes
16997 ac_cv_cflags__Wempty_body
=no
16999 rm -f core conftest.err conftest.
$ac_objext \
17000 conftest
$ac_exeext conftest.
$ac_ext
17001 CFLAGS
=$ac_wine_try_cflags_saved
17003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wempty_body" >&5
17004 $as_echo "$ac_cv_cflags__Wempty_body" >&6; }
17005 if test "x$ac_cv_cflags__Wempty_body" = xyes
; then :
17006 EXTRACFLAGS
="$EXTRACFLAGS -Wempty-body"
17008 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wignored-qualifiers" >&5
17009 $as_echo_n "checking whether the compiler supports -Wignored-qualifiers... " >&6; }
17010 if ${ac_cv_cflags__Wignored_qualifiers+:} false
; then :
17011 $as_echo_n "(cached) " >&6
17013 ac_wine_try_cflags_saved
=$CFLAGS
17014 CFLAGS
="$CFLAGS -Wignored-qualifiers"
17015 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17016 /* end confdefs.h. */
17017 int main(int argc, char **argv) { return 0; }
17019 if ac_fn_c_try_link
"$LINENO"; then :
17020 ac_cv_cflags__Wignored_qualifiers
=yes
17022 ac_cv_cflags__Wignored_qualifiers
=no
17024 rm -f core conftest.err conftest.
$ac_objext \
17025 conftest
$ac_exeext conftest.
$ac_ext
17026 CFLAGS
=$ac_wine_try_cflags_saved
17028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wignored_qualifiers" >&5
17029 $as_echo "$ac_cv_cflags__Wignored_qualifiers" >&6; }
17030 if test "x$ac_cv_cflags__Wignored_qualifiers" = xyes
; then :
17031 EXTRACFLAGS
="$EXTRACFLAGS -Wignored-qualifiers"
17033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpacked-not-aligned" >&5
17034 $as_echo_n "checking whether the compiler supports -Wpacked-not-aligned... " >&6; }
17035 if ${ac_cv_cflags__Wpacked_not_aligned+:} false
; then :
17036 $as_echo_n "(cached) " >&6
17038 ac_wine_try_cflags_saved
=$CFLAGS
17039 CFLAGS
="$CFLAGS -Wpacked-not-aligned"
17040 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17041 /* end confdefs.h. */
17042 int main(int argc, char **argv) { return 0; }
17044 if ac_fn_c_try_link
"$LINENO"; then :
17045 ac_cv_cflags__Wpacked_not_aligned
=yes
17047 ac_cv_cflags__Wpacked_not_aligned
=no
17049 rm -f core conftest.err conftest.
$ac_objext \
17050 conftest
$ac_exeext conftest.
$ac_ext
17051 CFLAGS
=$ac_wine_try_cflags_saved
17053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpacked_not_aligned" >&5
17054 $as_echo "$ac_cv_cflags__Wpacked_not_aligned" >&6; }
17055 if test "x$ac_cv_cflags__Wpacked_not_aligned" = xyes
; then :
17056 EXTRACFLAGS
="$EXTRACFLAGS -Wno-packed-not-aligned"
17058 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpragma-pack" >&5
17059 $as_echo_n "checking whether the compiler supports -Wpragma-pack... " >&6; }
17060 if ${ac_cv_cflags__Wpragma_pack+:} false
; then :
17061 $as_echo_n "(cached) " >&6
17063 ac_wine_try_cflags_saved
=$CFLAGS
17064 CFLAGS
="$CFLAGS -Wpragma-pack"
17065 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17066 /* end confdefs.h. */
17067 int main(int argc, char **argv) { return 0; }
17069 if ac_fn_c_try_link
"$LINENO"; then :
17070 ac_cv_cflags__Wpragma_pack
=yes
17072 ac_cv_cflags__Wpragma_pack
=no
17074 rm -f core conftest.err conftest.
$ac_objext \
17075 conftest
$ac_exeext conftest.
$ac_ext
17076 CFLAGS
=$ac_wine_try_cflags_saved
17078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpragma_pack" >&5
17079 $as_echo "$ac_cv_cflags__Wpragma_pack" >&6; }
17080 if test "x$ac_cv_cflags__Wpragma_pack" = xyes
; then :
17081 EXTRACFLAGS
="$EXTRACFLAGS -Wno-pragma-pack"
17083 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wshift-overflow=2" >&5
17084 $as_echo_n "checking whether the compiler supports -Wshift-overflow=2... " >&6; }
17085 if ${ac_cv_cflags__Wshift_overflow_2+:} false
; then :
17086 $as_echo_n "(cached) " >&6
17088 ac_wine_try_cflags_saved
=$CFLAGS
17089 CFLAGS
="$CFLAGS -Wshift-overflow=2"
17090 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17091 /* end confdefs.h. */
17092 int main(int argc, char **argv) { return 0; }
17094 if ac_fn_c_try_link
"$LINENO"; then :
17095 ac_cv_cflags__Wshift_overflow_2
=yes
17097 ac_cv_cflags__Wshift_overflow_2
=no
17099 rm -f core conftest.err conftest.
$ac_objext \
17100 conftest
$ac_exeext conftest.
$ac_ext
17101 CFLAGS
=$ac_wine_try_cflags_saved
17103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wshift_overflow_2" >&5
17104 $as_echo "$ac_cv_cflags__Wshift_overflow_2" >&6; }
17105 if test "x$ac_cv_cflags__Wshift_overflow_2" = xyes
; then :
17106 EXTRACFLAGS
="$EXTRACFLAGS -Wshift-overflow=2"
17108 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
17109 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
17110 if ${ac_cv_cflags__Wstrict_prototypes+:} false
; then :
17111 $as_echo_n "(cached) " >&6
17113 ac_wine_try_cflags_saved
=$CFLAGS
17114 CFLAGS
="$CFLAGS -Wstrict-prototypes"
17115 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17116 /* end confdefs.h. */
17117 int main(int argc, char **argv) { return 0; }
17119 if ac_fn_c_try_link
"$LINENO"; then :
17120 ac_cv_cflags__Wstrict_prototypes
=yes
17122 ac_cv_cflags__Wstrict_prototypes
=no
17124 rm -f core conftest.err conftest.
$ac_objext \
17125 conftest
$ac_exeext conftest.
$ac_ext
17126 CFLAGS
=$ac_wine_try_cflags_saved
17128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
17129 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
17130 if test "x$ac_cv_cflags__Wstrict_prototypes" = xyes
; then :
17131 EXTRACFLAGS
="$EXTRACFLAGS -Wstrict-prototypes"
17133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
17134 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
17135 if ${ac_cv_cflags__Wtype_limits+:} false
; then :
17136 $as_echo_n "(cached) " >&6
17138 ac_wine_try_cflags_saved
=$CFLAGS
17139 CFLAGS
="$CFLAGS -Wtype-limits"
17140 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17141 /* end confdefs.h. */
17142 int main(int argc, char **argv) { return 0; }
17144 if ac_fn_c_try_link
"$LINENO"; then :
17145 ac_cv_cflags__Wtype_limits
=yes
17147 ac_cv_cflags__Wtype_limits
=no
17149 rm -f core conftest.err conftest.
$ac_objext \
17150 conftest
$ac_exeext conftest.
$ac_ext
17151 CFLAGS
=$ac_wine_try_cflags_saved
17153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
17154 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
17155 if test "x$ac_cv_cflags__Wtype_limits" = xyes
; then :
17156 EXTRACFLAGS
="$EXTRACFLAGS -Wtype-limits"
17158 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wunused-but-set-parameter" >&5
17159 $as_echo_n "checking whether the compiler supports -Wunused-but-set-parameter... " >&6; }
17160 if ${ac_cv_cflags__Wunused_but_set_parameter+:} false
; then :
17161 $as_echo_n "(cached) " >&6
17163 ac_wine_try_cflags_saved
=$CFLAGS
17164 CFLAGS
="$CFLAGS -Wunused-but-set-parameter"
17165 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17166 /* end confdefs.h. */
17167 int main(int argc, char **argv) { return 0; }
17169 if ac_fn_c_try_link
"$LINENO"; then :
17170 ac_cv_cflags__Wunused_but_set_parameter
=yes
17172 ac_cv_cflags__Wunused_but_set_parameter
=no
17174 rm -f core conftest.err conftest.
$ac_objext \
17175 conftest
$ac_exeext conftest.
$ac_ext
17176 CFLAGS
=$ac_wine_try_cflags_saved
17178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wunused_but_set_parameter" >&5
17179 $as_echo "$ac_cv_cflags__Wunused_but_set_parameter" >&6; }
17180 if test "x$ac_cv_cflags__Wunused_but_set_parameter" = xyes
; then :
17181 EXTRACFLAGS
="$EXTRACFLAGS -Wunused-but-set-parameter"
17183 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wvla" >&5
17184 $as_echo_n "checking whether the compiler supports -Wvla... " >&6; }
17185 if ${ac_cv_cflags__Wvla+:} false
; then :
17186 $as_echo_n "(cached) " >&6
17188 ac_wine_try_cflags_saved
=$CFLAGS
17189 CFLAGS
="$CFLAGS -Wvla"
17190 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17191 /* end confdefs.h. */
17192 int main(int argc, char **argv) { return 0; }
17194 if ac_fn_c_try_link
"$LINENO"; then :
17195 ac_cv_cflags__Wvla
=yes
17197 ac_cv_cflags__Wvla
=no
17199 rm -f core conftest.err conftest.
$ac_objext \
17200 conftest
$ac_exeext conftest.
$ac_ext
17201 CFLAGS
=$ac_wine_try_cflags_saved
17203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wvla" >&5
17204 $as_echo "$ac_cv_cflags__Wvla" >&6; }
17205 if test "x$ac_cv_cflags__Wvla" = xyes
; then :
17206 EXTRACFLAGS
="$EXTRACFLAGS -Wvla"
17208 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
17209 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
17210 if ${ac_cv_cflags__Wwrite_strings+:} false
; then :
17211 $as_echo_n "(cached) " >&6
17213 ac_wine_try_cflags_saved
=$CFLAGS
17214 CFLAGS
="$CFLAGS -Wwrite-strings"
17215 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17216 /* end confdefs.h. */
17217 int main(int argc, char **argv) { return 0; }
17219 if ac_fn_c_try_link
"$LINENO"; then :
17220 ac_cv_cflags__Wwrite_strings
=yes
17222 ac_cv_cflags__Wwrite_strings
=no
17224 rm -f core conftest.err conftest.
$ac_objext \
17225 conftest
$ac_exeext conftest.
$ac_ext
17226 CFLAGS
=$ac_wine_try_cflags_saved
17228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
17229 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
17230 if test "x$ac_cv_cflags__Wwrite_strings" = xyes
; then :
17231 EXTRACFLAGS
="$EXTRACFLAGS -Wwrite-strings"
17234 if test -z "$CROSSTARGET"
17236 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fexcess-precision=standard" >&5
17237 $as_echo_n "checking whether the compiler supports -fexcess-precision=standard... " >&6; }
17238 if ${ac_cv_cflags__fexcess_precision_standard+:} false
; then :
17239 $as_echo_n "(cached) " >&6
17241 ac_wine_try_cflags_saved
=$CFLAGS
17242 CFLAGS
="$CFLAGS -fexcess-precision=standard"
17243 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17244 /* end confdefs.h. */
17245 int main(int argc, char **argv) { return 0; }
17247 if ac_fn_c_try_link
"$LINENO"; then :
17248 ac_cv_cflags__fexcess_precision_standard
=yes
17250 ac_cv_cflags__fexcess_precision_standard
=no
17252 rm -f core conftest.err conftest.
$ac_objext \
17253 conftest
$ac_exeext conftest.
$ac_ext
17254 CFLAGS
=$ac_wine_try_cflags_saved
17256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fexcess_precision_standard" >&5
17257 $as_echo "$ac_cv_cflags__fexcess_precision_standard" >&6; }
17258 if test "x$ac_cv_cflags__fexcess_precision_standard" = xyes
; then :
17259 EXCESS_PRECISION_CFLAGS
="-fexcess-precision=standard"
17264 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpointer-arith" >&5
17265 $as_echo_n "checking whether the compiler supports -Wpointer-arith... " >&6; }
17266 if ${ac_cv_cflags__Wpointer_arith+:} false
; then :
17267 $as_echo_n "(cached) " >&6
17269 ac_wine_try_cflags_saved
=$CFLAGS
17270 CFLAGS
="$CFLAGS -Wpointer-arith"
17271 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17272 /* end confdefs.h. */
17273 int main(int argc, char **argv) { return 0; }
17275 if ac_fn_c_try_link
"$LINENO"; then :
17276 ac_cv_cflags__Wpointer_arith
=yes
17278 ac_cv_cflags__Wpointer_arith
=no
17280 rm -f core conftest.err conftest.
$ac_objext \
17281 conftest
$ac_exeext conftest.
$ac_ext
17282 CFLAGS
=$ac_wine_try_cflags_saved
17284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpointer_arith" >&5
17285 $as_echo "$ac_cv_cflags__Wpointer_arith" >&6; }
17286 if test "x$ac_cv_cflags__Wpointer_arith" = xyes
; then :
17287 saved_string_h_CFLAGS
=$CFLAGS
17288 CFLAGS
="$CFLAGS -Wpointer-arith -Werror"
17289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wpointer-arith" >&5
17290 $as_echo_n "checking for broken string.h that generates warnings with -Wpointer-arith... " >&6; }
17291 if ${ac_cv_c_string_h_warnings+:} false
; then :
17292 $as_echo_n "(cached) " >&6
17294 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17295 /* end confdefs.h. */
17296 #include <string.h>
17305 if ac_fn_c_try_compile
"$LINENO"; then :
17306 ac_cv_c_string_h_warnings
=no
17308 ac_cv_c_string_h_warnings
=yes
17310 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
17312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
17313 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
17314 test "$ac_cv_c_string_h_warnings" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wpointer-arith"
17315 CFLAGS
=$saved_string_h_CFLAGS
17318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wlogical-op" >&5
17319 $as_echo_n "checking whether the compiler supports -Wlogical-op... " >&6; }
17320 if ${ac_cv_cflags__Wlogical_op+:} false
; then :
17321 $as_echo_n "(cached) " >&6
17323 ac_wine_try_cflags_saved
=$CFLAGS
17324 CFLAGS
="$CFLAGS -Wlogical-op"
17325 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17326 /* end confdefs.h. */
17327 int main(int argc, char **argv) { return 0; }
17329 if ac_fn_c_try_link
"$LINENO"; then :
17330 ac_cv_cflags__Wlogical_op
=yes
17332 ac_cv_cflags__Wlogical_op
=no
17334 rm -f core conftest.err conftest.
$ac_objext \
17335 conftest
$ac_exeext conftest.
$ac_ext
17336 CFLAGS
=$ac_wine_try_cflags_saved
17338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wlogical_op" >&5
17339 $as_echo "$ac_cv_cflags__Wlogical_op" >&6; }
17340 if test "x$ac_cv_cflags__Wlogical_op" = xyes
; then :
17341 saved_string_h_CFLAGS
=$CFLAGS
17342 CFLAGS
="$CFLAGS -Wlogical-op -Werror"
17343 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wlogical-op" >&5
17344 $as_echo_n "checking for broken string.h that generates warnings with -Wlogical-op... " >&6; }
17345 if ${ac_cv_c_logicalop_noisy+:} false
; then :
17346 $as_echo_n "(cached) " >&6
17348 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17349 /* end confdefs.h. */
17350 #include <string.h>
17351 char*f(const char *h,char n) {return strchr(h,n);}
17360 if ac_fn_c_try_compile
"$LINENO"; then :
17361 ac_cv_c_logicalop_noisy
=no
17363 ac_cv_c_logicalop_noisy
=yes
17365 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
17367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_logicalop_noisy" >&5
17368 $as_echo "$ac_cv_c_logicalop_noisy" >&6; }
17369 CFLAGS
=$saved_string_h_CFLAGS
17370 test "$ac_cv_c_logicalop_noisy" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wlogical-op"
17373 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for flags needed for 64-bit compare-and-swap support" >&5
17374 $as_echo_n "checking for flags needed for 64-bit compare-and-swap support... " >&6; }
17375 if ${wine_cv_64bit_compare_swap+:} false
; then :
17376 $as_echo_n "(cached) " >&6
17378 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17379 /* end confdefs.h. */
17380 #ifndef __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8
17391 if ac_fn_c_try_compile
"$LINENO"; then :
17392 wine_cv_64bit_compare_swap
="none needed"
17395 *i
[3456]86*) wine_cv_64bit_compare_swap
="-march=i586" ;;
17396 *arm
*) wine_cv_64bit_compare_swap
="-march=armv7-a" ;;
17397 *) wine_cv_64bit_compare_swap
="unknown" ;;
17399 if test "x$wine_cv_64bit_compare_swap" != xunknown
17401 CFLAGS
="$CFLAGS $wine_cv_64bit_compare_swap"
17402 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17403 /* end confdefs.h. */
17404 #ifndef __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8
17415 if ac_fn_c_try_compile
"$LINENO"; then :
17418 wine_cv_64bit_compare_swap
="unknown"
17420 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
17421 CFLAGS
=$saved_CFLAGS
17424 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
17426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_64bit_compare_swap" >&5
17427 $as_echo "$wine_cv_64bit_compare_swap" >&6; }
17428 case "$wine_cv_64bit_compare_swap" in
17429 unknown
) as_fn_error $?
"gcc doesn't support 64-bit compare-and-swap on this platform" "$LINENO" 5 ;;
17431 *) EXTRACFLAGS
="$EXTRACFLAGS $wine_cv_64bit_compare_swap" ;;
17434 for ac_flag
in $CFLAGS; do
17436 -g) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gdwarf-2" >&5
17437 $as_echo_n "checking whether the compiler supports -gdwarf-2... " >&6; }
17438 if ${ac_cv_cflags__gdwarf_2+:} false
; then :
17439 $as_echo_n "(cached) " >&6
17441 ac_wine_try_cflags_saved
=$CFLAGS
17442 CFLAGS
="$CFLAGS -gdwarf-2"
17443 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17444 /* end confdefs.h. */
17445 int main(int argc, char **argv) { return 0; }
17447 if ac_fn_c_try_link
"$LINENO"; then :
17448 ac_cv_cflags__gdwarf_2
=yes
17450 ac_cv_cflags__gdwarf_2
=no
17452 rm -f core conftest.err conftest.
$ac_objext \
17453 conftest
$ac_exeext conftest.
$ac_ext
17454 CFLAGS
=$ac_wine_try_cflags_saved
17456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gdwarf_2" >&5
17457 $as_echo "$ac_cv_cflags__gdwarf_2" >&6; }
17458 if test "x$ac_cv_cflags__gdwarf_2" = xyes
; then :
17459 EXTRACFLAGS
="$EXTRACFLAGS -gdwarf-2"
17461 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gstrict-dwarf" >&5
17462 $as_echo_n "checking whether the compiler supports -gstrict-dwarf... " >&6; }
17463 if ${ac_cv_cflags__gstrict_dwarf+:} false
; then :
17464 $as_echo_n "(cached) " >&6
17466 ac_wine_try_cflags_saved
=$CFLAGS
17467 CFLAGS
="$CFLAGS -gstrict-dwarf"
17468 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17469 /* end confdefs.h. */
17470 int main(int argc, char **argv) { return 0; }
17472 if ac_fn_c_try_link
"$LINENO"; then :
17473 ac_cv_cflags__gstrict_dwarf
=yes
17475 ac_cv_cflags__gstrict_dwarf
=no
17477 rm -f core conftest.err conftest.
$ac_objext \
17478 conftest
$ac_exeext conftest.
$ac_ext
17479 CFLAGS
=$ac_wine_try_cflags_saved
17481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gstrict_dwarf" >&5
17482 $as_echo "$ac_cv_cflags__gstrict_dwarf" >&6; }
17483 if test "x$ac_cv_cflags__gstrict_dwarf" = xyes
; then :
17484 EXTRACFLAGS
="$EXTRACFLAGS -gstrict-dwarf"
17493 *) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
17494 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
17495 if ${ac_cv_cflags__fno_builtin+:} false
; then :
17496 $as_echo_n "(cached) " >&6
17498 ac_wine_try_cflags_saved
=$CFLAGS
17499 CFLAGS
="$CFLAGS -fno-builtin"
17500 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17501 /* end confdefs.h. */
17502 int main(int argc, char **argv) { return 0; }
17504 if ac_fn_c_try_link
"$LINENO"; then :
17505 ac_cv_cflags__fno_builtin
=yes
17507 ac_cv_cflags__fno_builtin
=no
17509 rm -f core conftest.err conftest.
$ac_objext \
17510 conftest
$ac_exeext conftest.
$ac_ext
17511 CFLAGS
=$ac_wine_try_cflags_saved
17513 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
17514 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
17515 if test "x$ac_cv_cflags__fno_builtin" = xyes
; then :
17516 MSVCRTFLAGS
="$MSVCRTFLAGS -fno-builtin"
17518 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fshort-wchar" >&5
17519 $as_echo_n "checking whether the compiler supports -fshort-wchar... " >&6; }
17520 if ${ac_cv_cflags__fshort_wchar+:} false
; then :
17521 $as_echo_n "(cached) " >&6
17523 ac_wine_try_cflags_saved
=$CFLAGS
17524 CFLAGS
="$CFLAGS -fshort-wchar"
17525 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17526 /* end confdefs.h. */
17527 int main(int argc, char **argv) { return 0; }
17529 if ac_fn_c_try_link
"$LINENO"; then :
17530 ac_cv_cflags__fshort_wchar
=yes
17532 ac_cv_cflags__fshort_wchar
=no
17534 rm -f core conftest.err conftest.
$ac_objext \
17535 conftest
$ac_exeext conftest.
$ac_ext
17536 CFLAGS
=$ac_wine_try_cflags_saved
17538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fshort_wchar" >&5
17539 $as_echo "$ac_cv_cflags__fshort_wchar" >&6; }
17540 if test "x$ac_cv_cflags__fshort_wchar" = xyes
; then :
17541 MSVCRTFLAGS
="$MSVCRTFLAGS -fshort-wchar"
17546 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-omit-frame-pointer" >&5
17547 $as_echo_n "checking whether the compiler supports -fno-omit-frame-pointer... " >&6; }
17548 if ${ac_cv_cflags__fno_omit_frame_pointer+:} false
; then :
17549 $as_echo_n "(cached) " >&6
17551 ac_wine_try_cflags_saved
=$CFLAGS
17552 CFLAGS
="$CFLAGS -fno-omit-frame-pointer"
17553 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17554 /* end confdefs.h. */
17555 int main(int argc, char **argv) { return 0; }
17557 if ac_fn_c_try_link
"$LINENO"; then :
17558 ac_cv_cflags__fno_omit_frame_pointer
=yes
17560 ac_cv_cflags__fno_omit_frame_pointer
=no
17562 rm -f core conftest.err conftest.
$ac_objext \
17563 conftest
$ac_exeext conftest.
$ac_ext
17564 CFLAGS
=$ac_wine_try_cflags_saved
17566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_omit_frame_pointer" >&5
17567 $as_echo "$ac_cv_cflags__fno_omit_frame_pointer" >&6; }
17568 if test "x$ac_cv_cflags__fno_omit_frame_pointer" = xyes
; then :
17569 EXTRACFLAGS
="$EXTRACFLAGS -fno-omit-frame-pointer"
17573 cygwin
*|mingw32
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wno-format" >&5
17574 $as_echo_n "checking whether the compiler supports -Wno-format... " >&6; }
17575 if ${ac_cv_cflags__Wno_format+:} false
; then :
17576 $as_echo_n "(cached) " >&6
17578 ac_wine_try_cflags_saved
=$CFLAGS
17579 CFLAGS
="$CFLAGS -Wno-format"
17580 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17581 /* end confdefs.h. */
17582 int main(int argc, char **argv) { return 0; }
17584 if ac_fn_c_try_link
"$LINENO"; then :
17585 ac_cv_cflags__Wno_format
=yes
17587 ac_cv_cflags__Wno_format
=no
17589 rm -f core conftest.err conftest.
$ac_objext \
17590 conftest
$ac_exeext conftest.
$ac_ext
17591 CFLAGS
=$ac_wine_try_cflags_saved
17593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wno_format" >&5
17594 $as_echo "$ac_cv_cflags__Wno_format" >&6; }
17595 if test "x$ac_cv_cflags__Wno_format" = xyes
; then :
17596 EXTRACFLAGS
="$EXTRACFLAGS -Wno-format"
17598 *) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -mabi=ms" >&5
17599 $as_echo_n "checking whether the compiler supports -mabi=ms... " >&6; }
17600 if ${ac_cv_cflags__mabi_ms+:} false
; then :
17601 $as_echo_n "(cached) " >&6
17603 ac_wine_try_cflags_saved
=$CFLAGS
17604 CFLAGS
="$CFLAGS -mabi=ms"
17605 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17606 /* end confdefs.h. */
17607 int main(int argc, char **argv) { return 0; }
17609 if ac_fn_c_try_link
"$LINENO"; then :
17610 ac_cv_cflags__mabi_ms
=yes
17612 ac_cv_cflags__mabi_ms
=no
17614 rm -f core conftest.err conftest.
$ac_objext \
17615 conftest
$ac_exeext conftest.
$ac_ext
17616 CFLAGS
=$ac_wine_try_cflags_saved
17618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__mabi_ms" >&5
17619 $as_echo "$ac_cv_cflags__mabi_ms" >&6; }
17620 if test "x$ac_cv_cflags__mabi_ms" = xyes
; then :
17621 MSVCRTFLAGS
="$MSVCRTFLAGS -mabi=ms"
17626 CFLAGS
=$saved_CFLAGS
17628 if test "x$enable_werror" = "xyes"
17630 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
17631 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
17632 if ${ac_cv_cflags__Werror+:} false
; then :
17633 $as_echo_n "(cached) " >&6
17635 ac_wine_try_cflags_saved
=$CFLAGS
17636 CFLAGS
="$CFLAGS -Werror"
17637 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17638 /* end confdefs.h. */
17639 int main(int argc, char **argv) { return 0; }
17641 if ac_fn_c_try_link
"$LINENO"; then :
17642 ac_cv_cflags__Werror
=yes
17644 ac_cv_cflags__Werror
=no
17646 rm -f core conftest.err conftest.
$ac_objext \
17647 conftest
$ac_exeext conftest.
$ac_ext
17648 CFLAGS
=$ac_wine_try_cflags_saved
17650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
17651 $as_echo "$ac_cv_cflags__Werror" >&6; }
17652 if test "x$ac_cv_cflags__Werror" = xyes
; then :
17653 EXTRACFLAGS
="$EXTRACFLAGS -Werror"
17659 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the need to disable Fortify" >&5
17660 $as_echo_n "checking for the need to disable Fortify... " >&6; }
17661 if ${ac_cv_c_fortify_enabled+:} false
; then :
17662 $as_echo_n "(cached) " >&6
17664 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17665 /* end confdefs.h. */
17666 #include <string.h>
17670 #if (defined(__USE_FORTIFY_LEVEL) && __USE_FORTIFY_LEVEL > 0) || (defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0)
17671 #error Fortify enabled
17677 if ac_fn_c_try_compile
"$LINENO"; then :
17678 ac_cv_c_fortify_enabled
=no
17680 ac_cv_c_fortify_enabled
=yes
17682 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
17684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_fortify_enabled" >&5
17685 $as_echo "$ac_cv_c_fortify_enabled" >&6; }
17686 if test "$ac_cv_c_fortify_enabled" = yes
17688 CFLAGS
="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
17692 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
17693 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
17694 if ${ac_cv_c_cfi_support+:} false
; then :
17695 $as_echo_n "(cached) " >&6
17697 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17698 /* end confdefs.h. */
17699 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
17708 if ac_fn_c_try_compile
"$LINENO"; then :
17709 ac_cv_c_cfi_support
="yes"
17711 ac_cv_c_cfi_support
="no"
17713 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
17715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
17716 $as_echo "$ac_cv_c_cfi_support" >&6; }
17717 if test "$ac_cv_c_cfi_support" = "yes"
17719 DLLFLAGS
="$DLLFLAGS -fasynchronous-unwind-tables"
17720 LDDLLFLAGS
="$LDDLLFLAGS -fasynchronous-unwind-tables"
17722 if test "x$enable_win64" = "xyes"
17724 as_fn_append wine_warnings
"|building 64-bit Wine without support for CFI directives; exception handling will not work properly."
17730 cygwin
*|mingw32
*) TOOLSEXT
=".exe"
17737 *i
[3456789]86*|x86_64
*|
*aarch64
*)
17738 test "$wine_binary" = wine || wine_fn_append_file CONFIGURE_TARGETS
"loader/wine-preloader"
17739 WINELOADER_PROGRAMS
="$WINELOADER_PROGRAMS $wine_binary-preloader"
17746 ac_save_CFLAGS
="$CFLAGS"
17747 CFLAGS
="$CFLAGS $BUILTINFLAG"
17766 mach_continuous_time \
17784 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
17785 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
17786 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
17787 cat >>confdefs.h
<<_ACEOF
17788 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
17794 CFLAGS
="$ac_save_CFLAGS"
17796 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
17797 $as_echo_n "checking for library containing dlopen... " >&6; }
17798 if ${ac_cv_search_dlopen+:} false
; then :
17799 $as_echo_n "(cached) " >&6
17801 ac_func_search_save_LIBS
=$LIBS
17802 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17803 /* end confdefs.h. */
17805 /* Override any GCC internal prototype to avoid an error.
17806 Use char because int might match the return type of a GCC
17807 builtin and then its argument prototype would still apply. */
17820 for ac_lib
in '' dl
; do
17821 if test -z "$ac_lib"; then
17822 ac_res
="none required"
17825 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
17827 if ac_fn_c_try_link
"$LINENO"; then :
17828 ac_cv_search_dlopen
=$ac_res
17830 rm -f core conftest.err conftest.
$ac_objext \
17832 if ${ac_cv_search_dlopen+:} false
; then :
17836 if ${ac_cv_search_dlopen+:} false
; then :
17839 ac_cv_search_dlopen
=no
17841 rm conftest.
$ac_ext
17842 LIBS
=$ac_func_search_save_LIBS
17844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
17845 $as_echo "$ac_cv_search_dlopen" >&6; }
17846 ac_res
=$ac_cv_search_dlopen
17847 if test "$ac_res" != no
; then :
17848 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
17852 ac_wine_check_funcs_save_LIBS
="$LIBS"
17853 LIBS
="$LIBS $DL_LIBS"
17854 for ac_func
in dladdr dlinfo
17856 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
17857 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
17858 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
17859 cat >>confdefs.h
<<_ACEOF
17860 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
17866 LIBS
="$ac_wine_check_funcs_save_LIBS"
17868 if test "$ac_cv_func_poll" = no
17870 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
17871 $as_echo_n "checking for poll in -lpoll... " >&6; }
17872 if ${ac_cv_lib_poll_poll+:} false
; then :
17873 $as_echo_n "(cached) " >&6
17875 ac_check_lib_save_LIBS
=$LIBS
17876 LIBS
="-lpoll $LIBS"
17877 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17878 /* end confdefs.h. */
17880 /* Override any GCC internal prototype to avoid an error.
17881 Use char because int might match the return type of a GCC
17882 builtin and then its argument prototype would still apply. */
17895 if ac_fn_c_try_link
"$LINENO"; then :
17896 ac_cv_lib_poll_poll
=yes
17898 ac_cv_lib_poll_poll
=no
17900 rm -f core conftest.err conftest.
$ac_objext \
17901 conftest
$ac_exeext conftest.
$ac_ext
17902 LIBS
=$ac_check_lib_save_LIBS
17904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
17905 $as_echo "$ac_cv_lib_poll_poll" >&6; }
17906 if test "x$ac_cv_lib_poll_poll" = xyes
; then :
17907 $as_echo "#define HAVE_POLL 1" >>confdefs.h
17914 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
17915 $as_echo_n "checking for library containing gethostbyname... " >&6; }
17916 if ${ac_cv_search_gethostbyname+:} false
; then :
17917 $as_echo_n "(cached) " >&6
17919 ac_func_search_save_LIBS
=$LIBS
17920 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17921 /* end confdefs.h. */
17923 /* Override any GCC internal prototype to avoid an error.
17924 Use char because int might match the return type of a GCC
17925 builtin and then its argument prototype would still apply. */
17929 char gethostbyname ();
17933 return gethostbyname ();
17938 for ac_lib
in '' nsl
; do
17939 if test -z "$ac_lib"; then
17940 ac_res
="none required"
17943 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
17945 if ac_fn_c_try_link
"$LINENO"; then :
17946 ac_cv_search_gethostbyname
=$ac_res
17948 rm -f core conftest.err conftest.
$ac_objext \
17950 if ${ac_cv_search_gethostbyname+:} false
; then :
17954 if ${ac_cv_search_gethostbyname+:} false
; then :
17957 ac_cv_search_gethostbyname
=no
17959 rm conftest.
$ac_ext
17960 LIBS
=$ac_func_search_save_LIBS
17962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
17963 $as_echo "$ac_cv_search_gethostbyname" >&6; }
17964 ac_res
=$ac_cv_search_gethostbyname
17965 if test "$ac_res" != no
; then :
17966 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
17971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
17972 $as_echo_n "checking for library containing connect... " >&6; }
17973 if ${ac_cv_search_connect+:} false
; then :
17974 $as_echo_n "(cached) " >&6
17976 ac_func_search_save_LIBS
=$LIBS
17977 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17978 /* end confdefs.h. */
17980 /* Override any GCC internal prototype to avoid an error.
17981 Use char because int might match the return type of a GCC
17982 builtin and then its argument prototype would still apply. */
17995 for ac_lib
in '' socket
; do
17996 if test -z "$ac_lib"; then
17997 ac_res
="none required"
18000 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
18002 if ac_fn_c_try_link
"$LINENO"; then :
18003 ac_cv_search_connect
=$ac_res
18005 rm -f core conftest.err conftest.
$ac_objext \
18007 if ${ac_cv_search_connect+:} false
; then :
18011 if ${ac_cv_search_connect+:} false
; then :
18014 ac_cv_search_connect
=no
18016 rm conftest.
$ac_ext
18017 LIBS
=$ac_func_search_save_LIBS
18019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
18020 $as_echo "$ac_cv_search_connect" >&6; }
18021 ac_res
=$ac_cv_search_connect
18022 if test "$ac_res" != no
; then :
18023 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
18028 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
18029 $as_echo_n "checking for library containing inet_aton... " >&6; }
18030 if ${ac_cv_search_inet_aton+:} false
; then :
18031 $as_echo_n "(cached) " >&6
18033 ac_func_search_save_LIBS
=$LIBS
18034 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18035 /* end confdefs.h. */
18037 /* Override any GCC internal prototype to avoid an error.
18038 Use char because int might match the return type of a GCC
18039 builtin and then its argument prototype would still apply. */
18047 return inet_aton ();
18052 for ac_lib
in '' resolv
; do
18053 if test -z "$ac_lib"; then
18054 ac_res
="none required"
18057 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
18059 if ac_fn_c_try_link
"$LINENO"; then :
18060 ac_cv_search_inet_aton
=$ac_res
18062 rm -f core conftest.err conftest.
$ac_objext \
18064 if ${ac_cv_search_inet_aton+:} false
; then :
18068 if ${ac_cv_search_inet_aton+:} false
; then :
18071 ac_cv_search_inet_aton
=no
18073 rm conftest.
$ac_ext
18074 LIBS
=$ac_func_search_save_LIBS
18076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
18077 $as_echo "$ac_cv_search_inet_aton" >&6; }
18078 ac_res
=$ac_cv_search_inet_aton
18079 if test "$ac_res" != no
; then :
18080 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
18091 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18092 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
18093 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
18094 cat >>confdefs.h
<<_ACEOF
18095 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18103 darwin
*|macosx
*) ;;
18104 *) ac_save_LIBS
=$LIBS
18105 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
18106 $as_echo_n "checking for library containing clock_gettime... " >&6; }
18107 if ${ac_cv_search_clock_gettime+:} false
; then :
18108 $as_echo_n "(cached) " >&6
18110 ac_func_search_save_LIBS
=$LIBS
18111 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18112 /* end confdefs.h. */
18114 /* Override any GCC internal prototype to avoid an error.
18115 Use char because int might match the return type of a GCC
18116 builtin and then its argument prototype would still apply. */
18120 char clock_gettime ();
18124 return clock_gettime ();
18129 for ac_lib
in '' rt
; do
18130 if test -z "$ac_lib"; then
18131 ac_res
="none required"
18134 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
18136 if ac_fn_c_try_link
"$LINENO"; then :
18137 ac_cv_search_clock_gettime
=$ac_res
18139 rm -f core conftest.err conftest.
$ac_objext \
18141 if ${ac_cv_search_clock_gettime+:} false
; then :
18145 if ${ac_cv_search_clock_gettime+:} false
; then :
18148 ac_cv_search_clock_gettime
=no
18150 rm conftest.
$ac_ext
18151 LIBS
=$ac_func_search_save_LIBS
18153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5
18154 $as_echo "$ac_cv_search_clock_gettime" >&6; }
18155 ac_res
=$ac_cv_search_clock_gettime
18156 if test "$ac_res" != no
; then :
18157 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
18159 $as_echo "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h
18161 test "$ac_res" = "none required" || RT_LIBS
="$ac_res"
18169 if test "x$with_ldap" != "xno"
18171 if ${LDAP_CFLAGS:+false} :; then :
18172 if ${PKG_CONFIG+:} false
; then :
18173 LDAP_CFLAGS
=`$PKG_CONFIG --cflags openldap 2>/dev/null`
18177 if ${LDAP_LIBS:+false} :; then :
18178 if ${PKG_CONFIG+:} false
; then :
18179 LDAP_LIBS
=`$PKG_CONFIG --libs openldap 2>/dev/null`
18183 LDAP_LIBS
=${LDAP_LIBS:-"-lldap_r -llber"}
18184 $as_echo "$as_me:${as_lineno-$LINENO}: openldap cflags: $LDAP_CFLAGS" >&5
18185 $as_echo "$as_me:${as_lineno-$LINENO}: openldap libs: $LDAP_LIBS" >&5
18186 ac_save_CPPFLAGS
=$CPPFLAGS
18187 CPPFLAGS
="$CPPFLAGS $LDAP_CFLAGS"
18188 for ac_header
in ldap.h lber.h
18190 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
18191 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
18192 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
18193 cat >>confdefs.h
<<_ACEOF
18194 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
18201 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18203 ac_fn_c_check_type
"$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
18205 if test "x$ac_cv_type_LDAPSortKey" = xyes
; then :
18206 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
18207 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
18208 if ${ac_cv_lib_ldap_r_ldap_initialize+:} false
; then :
18209 $as_echo_n "(cached) " >&6
18211 ac_check_lib_save_LIBS
=$LIBS
18212 LIBS
="-lldap_r $PTHREAD_LIBS $LDAP_LIBS $LIBS"
18213 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18214 /* end confdefs.h. */
18216 /* Override any GCC internal prototype to avoid an error.
18217 Use char because int might match the return type of a GCC
18218 builtin and then its argument prototype would still apply. */
18222 char ldap_initialize ();
18226 return ldap_initialize ();
18231 if ac_fn_c_try_link
"$LINENO"; then :
18232 ac_cv_lib_ldap_r_ldap_initialize
=yes
18234 ac_cv_lib_ldap_r_ldap_initialize
=no
18236 rm -f core conftest.err conftest.
$ac_objext \
18237 conftest
$ac_exeext conftest.
$ac_ext
18238 LIBS
=$ac_check_lib_save_LIBS
18240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18241 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18242 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = xyes
; then :
18243 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
18244 $as_echo_n "checking for ber_init in -llber... " >&6; }
18245 if ${ac_cv_lib_lber_ber_init+:} false
; then :
18246 $as_echo_n "(cached) " >&6
18248 ac_check_lib_save_LIBS
=$LIBS
18249 LIBS
="-llber $PTHREAD_LIBS $LDAP_LIBS $LIBS"
18250 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18251 /* end confdefs.h. */
18253 /* Override any GCC internal prototype to avoid an error.
18254 Use char because int might match the return type of a GCC
18255 builtin and then its argument prototype would still apply. */
18263 return ber_init ();
18268 if ac_fn_c_try_link
"$LINENO"; then :
18269 ac_cv_lib_lber_ber_init
=yes
18271 ac_cv_lib_lber_ber_init
=no
18273 rm -f core conftest.err conftest.
$ac_objext \
18274 conftest
$ac_exeext conftest.
$ac_ext
18275 LIBS
=$ac_check_lib_save_LIBS
18277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
18278 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
18279 if test "x$ac_cv_lib_lber_ber_init" = xyes
; then :
18281 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
18295 ac_wine_check_funcs_save_LIBS
="$LIBS"
18296 LIBS
="$LIBS $LDAP_LIBS $PTHREAD_LIBS"
18298 ldap_count_references \
18299 ldap_first_reference \
18300 ldap_next_reference \
18301 ldap_parse_reference \
18302 ldap_parse_sort_control \
18303 ldap_parse_sortresponse_control \
18304 ldap_parse_vlv_control \
18305 ldap_parse_vlvresponse_control
18307 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18308 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
18309 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
18310 cat >>confdefs.h
<<_ACEOF
18311 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18317 LIBS
="$ac_wine_check_funcs_save_LIBS"
18321 CPPFLAGS
=$ac_save_CPPFLAGS
18324 if test "x$LDAP_LIBS" = "x"; then :
18325 case "x$with_ldap" in
18326 x
) as_fn_append wine_notices
"|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
18328 *) as_fn_error $?
"libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
18329 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
18334 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_setaffinity" >&5
18335 $as_echo_n "checking for sched_setaffinity... " >&6; }
18336 if ${wine_cv_have_sched_setaffinity+:} false
; then :
18337 $as_echo_n "(cached) " >&6
18339 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18340 /* end confdefs.h. */
18341 #define _GNU_SOURCE
18346 sched_setaffinity(0, 0, 0);
18351 if ac_fn_c_try_link
"$LINENO"; then :
18352 wine_cv_have_sched_setaffinity
=yes
18354 wine_cv_have_sched_setaffinity
=no
18356 rm -f core conftest.err conftest.
$ac_objext \
18357 conftest
$ac_exeext conftest.
$ac_ext
18359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sched_setaffinity" >&5
18360 $as_echo "$wine_cv_have_sched_setaffinity" >&6; }
18361 if test "$wine_cv_have_sched_setaffinity" = "yes"
18364 $as_echo "#define HAVE_SCHED_SETAFFINITY 1" >>confdefs.h
18368 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fallocate" >&5
18369 $as_echo_n "checking for fallocate... " >&6; }
18370 if ${wine_cv_have_fallocate+:} false
; then :
18371 $as_echo_n "(cached) " >&6
18373 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18374 /* end confdefs.h. */
18375 #define _GNU_SOURCE
18380 fallocate(-1, 0, 0, 0);
18385 if ac_fn_c_try_link
"$LINENO"; then :
18386 wine_cv_have_fallocate
=yes
18388 wine_cv_have_fallocate
=no
18390 rm -f core conftest.err conftest.
$ac_objext \
18391 conftest
$ac_exeext conftest.
$ac_ext
18393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_fallocate" >&5
18394 $as_echo "$wine_cv_have_fallocate" >&6; }
18395 if test "$wine_cv_have_fallocate" = "yes"
18398 $as_echo "#define HAVE_FALLOCATE 1" >>confdefs.h
18403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
18404 $as_echo_n "checking for inline... " >&6; }
18405 if ${ac_cv_c_inline+:} false
; then :
18406 $as_echo_n "(cached) " >&6
18409 for ac_kw
in inline __inline__ __inline
; do
18410 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18411 /* end confdefs.h. */
18412 #ifndef __cplusplus
18414 static $ac_kw foo_t static_foo () {return 0; }
18415 $ac_kw foo_t foo () {return 0; }
18419 if ac_fn_c_try_compile
"$LINENO"; then :
18420 ac_cv_c_inline
=$ac_kw
18422 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18423 test "$ac_cv_c_inline" != no
&& break
18427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
18428 $as_echo "$ac_cv_c_inline" >&6; }
18430 case $ac_cv_c_inline in
18433 case $ac_cv_c_inline in
18435 *) ac_val
=$ac_cv_c_inline;;
18437 cat >>confdefs.h
<<_ACEOF
18438 #ifndef __cplusplus
18439 #define inline $ac_val
18445 ac_fn_c_check_type
"$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
18446 #include <signal.h>
18448 if test "x$ac_cv_type_sigset_t" = xyes
; then :
18450 cat >>confdefs.h
<<_ACEOF
18451 #define HAVE_SIGSET_T 1
18457 ac_fn_c_check_type
"$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
18459 if test "x$ac_cv_type_request_sense" = xyes
; then :
18461 cat >>confdefs.h
<<_ACEOF
18462 #define HAVE_REQUEST_SENSE 1
18469 ac_fn_c_check_type
"$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
18470 #ifdef HAVE_SYS_SOCKET_H
18471 #include <sys/socket.h>
18473 #ifdef HAVE_SYS_SOCKETVAR_H
18474 #include <sys/socketvar.h>
18476 #ifdef HAVE_NET_ROUTE_H
18477 #include <net/route.h>
18479 #ifdef HAVE_NETINET_IN_H
18480 #include <netinet/in.h>
18482 #ifdef HAVE_NETINET_IN_SYSTM_H
18483 #include <netinet/in_systm.h>
18485 #ifdef HAVE_NETINET_IP_H
18486 #include <netinet/ip.h>
18488 #ifdef HAVE_NETINET_IN_PCB_H
18489 #include <netinet/in_pcb.h>
18492 if test "x$ac_cv_type_struct_xinpgen" = xyes
; then :
18494 cat >>confdefs.h
<<_ACEOF
18495 #define HAVE_STRUCT_XINPGEN 1
18502 ac_fn_c_check_member
"$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
18503 #include <linux/input.h>
18506 if test "x$ac_cv_member_struct_ff_effect_direction" = xyes
; then :
18508 cat >>confdefs.h
<<_ACEOF
18509 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
18516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for if_nameindex" >&5
18517 $as_echo_n "checking for if_nameindex... " >&6; }
18518 if ${wine_cv_have_if_nameindex+:} false
; then :
18519 $as_echo_n "(cached) " >&6
18521 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18522 /* end confdefs.h. */
18523 #ifdef HAVE_SYS_TYPES_H
18524 #include <sys/types.h>
18526 #ifdef HAVE_SYS_SOCKET_H
18527 #include <sys/socket.h>
18529 #ifdef HAVE_NET_IF_H
18530 # include <net/if.h>
18535 struct if_nameindex *p = if_nameindex(); return p->if_index;
18540 if ac_fn_c_try_link
"$LINENO"; then :
18541 wine_cv_have_if_nameindex
=yes
18543 wine_cv_have_if_nameindex
=no
18545 rm -f core conftest.err conftest.
$ac_objext \
18546 conftest
$ac_exeext conftest.
$ac_ext
18548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_if_nameindex" >&5
18549 $as_echo "$wine_cv_have_if_nameindex" >&6; }
18550 if test "$wine_cv_have_if_nameindex" = "yes"
18553 $as_echo "#define HAVE_IF_NAMEINDEX 1" >>confdefs.h
18557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
18558 $as_echo_n "checking for sigaddset... " >&6; }
18559 if ${wine_cv_have_sigaddset+:} false
; then :
18560 $as_echo_n "(cached) " >&6
18562 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18563 /* end confdefs.h. */
18564 #include <signal.h>
18568 sigset_t set; sigaddset(&set,SIGTERM);
18573 if ac_fn_c_try_link
"$LINENO"; then :
18574 wine_cv_have_sigaddset
=yes
18576 wine_cv_have_sigaddset
=no
18578 rm -f core conftest.err conftest.
$ac_objext \
18579 conftest
$ac_exeext conftest.
$ac_ext
18581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
18582 $as_echo "$wine_cv_have_sigaddset" >&6; }
18583 if test "$wine_cv_have_sigaddset" = "yes"
18586 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
18591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
18592 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
18593 if ${wine_cv_linux_gethostbyname_r_6+:} false
; then :
18594 $as_echo_n "(cached) " >&6
18596 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18597 /* end confdefs.h. */
18605 struct hostent *result;
18612 gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
18613 gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
18619 if ac_fn_c_try_link
"$LINENO"; then :
18620 wine_cv_linux_gethostbyname_r_6
=yes
18622 wine_cv_linux_gethostbyname_r_6
=no
18625 rm -f core conftest.err conftest.
$ac_objext \
18626 conftest
$ac_exeext conftest.
$ac_ext
18629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
18630 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
18631 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
18634 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
18638 if test "$ac_cv_header_linux_joystick_h" = "yes"
18640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
18641 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
18642 if ${wine_cv_linux_joystick_22_api+:} false
; then :
18643 $as_echo_n "(cached) " >&6
18645 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18646 /* end confdefs.h. */
18648 #include <sys/ioctl.h>
18649 #include <sys/types.h>
18650 #include <linux/joystick.h>
18652 struct js_event blub;
18653 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
18654 #error "no 2.2 header"
18665 if ac_fn_c_try_compile
"$LINENO"; then :
18666 wine_cv_linux_joystick_22_api
=yes
18668 wine_cv_linux_joystick_22_api
=no
18670 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
18674 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
18675 if test "$wine_cv_linux_joystick_22_api" = "yes"
18678 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
18683 ac_fn_c_check_member
"$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
18684 #ifdef HAVE_SYS_SOCKET_H
18685 # include <sys/socket.h>
18687 #ifdef HAVE_SYS_UN_H
18688 # include <sys/un.h>
18691 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = xyes
; then :
18693 cat >>confdefs.h
<<_ACEOF
18694 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
18699 ac_fn_c_check_member
"$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
18700 #ifdef HAVE_SYS_SOCKET_H
18701 # include <sys/socket.h>
18703 #ifdef HAVE_SYS_UN_H
18704 # include <sys/un.h>
18707 if test "x$ac_cv_member_struct_sockaddr_sa_len" = xyes
; then :
18709 cat >>confdefs.h
<<_ACEOF
18710 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
18715 ac_fn_c_check_member
"$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
18716 #ifdef HAVE_SYS_SOCKET_H
18717 # include <sys/socket.h>
18719 #ifdef HAVE_SYS_UN_H
18720 # include <sys/un.h>
18723 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = xyes
; then :
18725 cat >>confdefs.h
<<_ACEOF
18726 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
18733 ac_fn_c_check_member
"$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
18734 #ifdef HAVE_SCSI_SG_H
18735 #include <scsi/sg.h>
18738 if test "x$ac_cv_member_scsireq_t_cmd" = xyes
; then :
18740 cat >>confdefs.h
<<_ACEOF
18741 #define HAVE_SCSIREQ_T_CMD 1
18746 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>
18747 #ifdef HAVE_SCSI_SG_H
18748 #include <scsi/sg.h>
18751 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = xyes
; then :
18753 cat >>confdefs.h
<<_ACEOF
18754 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
18761 ac_fn_c_check_member
"$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
18763 if test "x$ac_cv_member_siginfo_t_si_fd" = xyes
; then :
18765 cat >>confdefs.h
<<_ACEOF
18766 #define HAVE_SIGINFO_T_SI_FD 1
18773 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
18774 #ifdef HAVE_SYS_MTIO_H
18775 #include <sys/mtio.h>
18778 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = xyes
; then :
18780 cat >>confdefs.h
<<_ACEOF
18781 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
18786 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
18787 #ifdef HAVE_SYS_MTIO_H
18788 #include <sys/mtio.h>
18791 if test "x$ac_cv_member_struct_mtget_mt_gstat" = xyes
; then :
18793 cat >>confdefs.h
<<_ACEOF
18794 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
18799 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
18800 #ifdef HAVE_SYS_MTIO_H
18801 #include <sys/mtio.h>
18804 if test "x$ac_cv_member_struct_mtget_mt_blkno" = xyes
; then :
18806 cat >>confdefs.h
<<_ACEOF
18807 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
18814 ac_fn_c_check_member
"$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
18815 #include <getopt.h>
18818 if test "x$ac_cv_member_struct_option_name" = xyes
; then :
18820 cat >>confdefs.h
<<_ACEOF
18821 #define HAVE_STRUCT_OPTION_NAME 1
18828 ac_fn_c_check_member
"$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
18829 if test "x$ac_cv_member_struct_stat_st_blocks" = xyes
; then :
18831 cat >>confdefs.h
<<_ACEOF
18832 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
18837 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
18838 if test "x$ac_cv_member_struct_stat_st_mtim" = xyes
; then :
18840 cat >>confdefs.h
<<_ACEOF
18841 #define HAVE_STRUCT_STAT_ST_MTIM 1
18846 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtimespec" "ac_cv_member_struct_stat_st_mtimespec" "$ac_includes_default"
18847 if test "x$ac_cv_member_struct_stat_st_mtimespec" = xyes
; then :
18849 cat >>confdefs.h
<<_ACEOF
18850 #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
18855 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
18856 if test "x$ac_cv_member_struct_stat_st_ctim" = xyes
; then :
18858 cat >>confdefs.h
<<_ACEOF
18859 #define HAVE_STRUCT_STAT_ST_CTIM 1
18864 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctimespec" "ac_cv_member_struct_stat_st_ctimespec" "$ac_includes_default"
18865 if test "x$ac_cv_member_struct_stat_st_ctimespec" = xyes
; then :
18867 cat >>confdefs.h
<<_ACEOF
18868 #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
18873 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
18874 if test "x$ac_cv_member_struct_stat_st_atim" = xyes
; then :
18876 cat >>confdefs.h
<<_ACEOF
18877 #define HAVE_STRUCT_STAT_ST_ATIM 1
18882 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atimespec" "ac_cv_member_struct_stat_st_atimespec" "$ac_includes_default"
18883 if test "x$ac_cv_member_struct_stat_st_atimespec" = xyes
; then :
18885 cat >>confdefs.h
<<_ACEOF
18886 #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
18891 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtime" "ac_cv_member_struct_stat_st_birthtime" "$ac_includes_default"
18892 if test "x$ac_cv_member_struct_stat_st_birthtime" = xyes
; then :
18894 cat >>confdefs.h
<<_ACEOF
18895 #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
18900 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtim" "ac_cv_member_struct_stat_st_birthtim" "$ac_includes_default"
18901 if test "x$ac_cv_member_struct_stat_st_birthtim" = xyes
; then :
18903 cat >>confdefs.h
<<_ACEOF
18904 #define HAVE_STRUCT_STAT_ST_BIRTHTIM 1
18909 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtimespec" "ac_cv_member_struct_stat_st_birthtimespec" "$ac_includes_default"
18910 if test "x$ac_cv_member_struct_stat_st_birthtimespec" = xyes
; then :
18912 cat >>confdefs.h
<<_ACEOF
18913 #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
18918 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtime" "ac_cv_member_struct_stat___st_birthtime" "$ac_includes_default"
18919 if test "x$ac_cv_member_struct_stat___st_birthtime" = xyes
; then :
18921 cat >>confdefs.h
<<_ACEOF
18922 #define HAVE_STRUCT_STAT___ST_BIRTHTIME 1
18927 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtim" "ac_cv_member_struct_stat___st_birthtim" "$ac_includes_default"
18928 if test "x$ac_cv_member_struct_stat___st_birthtim" = xyes
; then :
18930 cat >>confdefs.h
<<_ACEOF
18931 #define HAVE_STRUCT_STAT___ST_BIRTHTIM 1
18938 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
18939 #include <sys/types.h>
18941 #ifdef HAVE_NETINET_IN_H
18942 #include <netinet/in.h>
18945 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = xyes
; then :
18947 cat >>confdefs.h
<<_ACEOF
18948 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
18955 ac_fn_c_check_type
"$LINENO" "struct __res_state" "ac_cv_type_struct___res_state" "#ifdef HAVE_SYS_TYPES_H
18956 #include <sys/types.h>
18958 #ifdef HAVE_NETINET_IN_H
18959 #include <netinet/in.h>
18961 #ifdef HAVE_RESOLV_H
18962 #include <resolv.h>
18965 if test "x$ac_cv_type_struct___res_state" = xyes
; then :
18967 cat >>confdefs.h
<<_ACEOF
18968 #define HAVE_STRUCT___RES_STATE 1
18975 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
18976 #include <resolv.h>
18979 if test "x$ac_cv_member_struct___res_state__u__ext_nscount6" = xyes
; then :
18981 cat >>confdefs.h
<<_ACEOF
18982 #define HAVE_STRUCT___RES_STATE__U__EXT_NSCOUNT6 1
18989 ac_fn_c_check_member
"$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
18990 #include <sys/types.h>
18992 #ifdef HAVE_NETINET_IN_H
18993 # include <netinet/in.h>
18995 #ifdef HAVE_ARPA_NAMESER_H
18996 # include <arpa/nameser.h>
18999 if test "x$ac_cv_member_ns_msg__msg_ptr" = xyes
; then :
19001 cat >>confdefs.h
<<_ACEOF
19002 #define HAVE_NS_MSG__MSG_PTR 1
19009 ac_fn_c_check_member
"$LINENO" "struct icmpstat" "icps_inhist" "ac_cv_member_struct_icmpstat_icps_inhist" "#ifdef HAVE_SYS_TYPES_H
19010 #include <sys/types.h>
19012 #ifdef HAVE_NETINET_IN_H
19013 #include <netinet/in.h>
19015 #ifdef HAVE_NETINET_IP_H
19016 #include <netinet/ip.h>
19018 #ifdef HAVE_NETINET_IP_ICMP_H
19019 #include <netinet/ip_icmp.h>
19021 #ifdef HAVE_NETINET_ICMP_VAR_H
19022 #include <netinet/icmp_var.h>
19025 if test "x$ac_cv_member_struct_icmpstat_icps_inhist" = xyes
; then :
19027 cat >>confdefs.h
<<_ACEOF
19028 #define HAVE_STRUCT_ICMPSTAT_ICPS_INHIST 1
19035 ac_fn_c_check_member
"$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
19036 #include <sys/types.h>
19038 #ifdef HAVE_ALIAS_H
19041 #ifdef HAVE_SYS_SOCKET_H
19042 #include <sys/socket.h>
19044 #ifdef HAVE_SYS_SOCKETVAR_H
19045 #include <sys/socketvar.h>
19047 #ifdef HAVE_SYS_TIMEOUT_H
19048 #include <sys/timeout.h>
19050 #ifdef HAVE_NETINET_IN_H
19051 #include <netinet/in.h>
19053 #ifdef HAVE_NETINET_IN_SYSTM_H
19054 #include <netinet/in_systm.h>
19056 #ifdef HAVE_NETINET_IP_H
19057 #include <netinet/ip.h>
19059 #ifdef HAVE_NETINET_IP_VAR_H
19060 #include <netinet/ip_var.h>
19062 #ifdef HAVE_NETINET_IP_ICMP_H
19063 #include <netinet/ip_icmp.h>
19065 #ifdef HAVE_NETINET_ICMP_VAR_H
19066 #include <netinet/icmp_var.h>
19069 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = xyes
; then :
19071 cat >>confdefs.h
<<_ACEOF
19072 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
19079 ac_fn_c_check_member
"$LINENO" "struct ipstat" "ips_total" "ac_cv_member_struct_ipstat_ips_total" "#ifdef HAVE_SYS_TYPES_H
19080 #include <sys/types.h>
19082 #ifdef HAVE_SYS_SOCKETVAR_H
19083 #include <sys/socketvar.h>
19085 #ifdef HAVE_NETINET_IN_H
19086 #include <netinet/in.h>
19088 #ifdef HAVE_NETINET_IP_VAR_H
19089 #include <netinet/ip_var.h>
19092 if test "x$ac_cv_member_struct_ipstat_ips_total" = xyes
; then :
19094 cat >>confdefs.h
<<_ACEOF
19095 #define HAVE_STRUCT_IPSTAT_IPS_TOTAL 1
19102 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
19103 #include <netinet/ip_var.h>
19106 if test "x$ac_cv_member_struct_ip_stats_ips_total" = xyes
; then :
19108 cat >>confdefs.h
<<_ACEOF
19109 #define HAVE_STRUCT_IP_STATS_IPS_TOTAL 1
19116 ac_fn_c_check_member
"$LINENO" "struct tcpstat" "tcps_connattempt" "ac_cv_member_struct_tcpstat_tcps_connattempt" "#ifdef HAVE_SYS_TYPES_H
19117 #include <sys/types.h>
19119 #ifdef HAVE_SYS_SOCKETVAR_H
19120 #include <sys/socketvar.h>
19122 #ifdef HAVE_NETINET_IN_H
19123 #include <netinet/in.h>
19125 #ifdef HAVE_NETINET_TCP_H
19126 #include <netinet/tcp.h>
19128 #ifdef HAVE_NETINET_TCP_VAR_H
19129 #include <netinet/tcp_var.h>
19132 if test "x$ac_cv_member_struct_tcpstat_tcps_connattempt" = xyes
; then :
19134 cat >>confdefs.h
<<_ACEOF
19135 #define HAVE_STRUCT_TCPSTAT_TCPS_CONNATTEMPT 1
19142 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
19143 #include <netinet/tcp_var.h>
19146 if test "x$ac_cv_member_struct_tcp_stats_tcps_connattempt" = xyes
; then :
19148 cat >>confdefs.h
<<_ACEOF
19149 #define HAVE_STRUCT_TCP_STATS_TCPS_CONNATTEMPT 1
19156 ac_fn_c_check_member
"$LINENO" "struct udpstat" "udps_ipackets" "ac_cv_member_struct_udpstat_udps_ipackets" "#ifdef HAVE_SYS_TYPES_H
19157 #include <sys/types.h>
19159 #ifdef HAVE_NETINET_IN_H
19160 #include <netinet/in.h>
19162 #ifdef HAVE_NETINET_IP_VAR_H
19163 #include <netinet/ip_var.h>
19165 #ifdef HAVE_NETINET_UDP_H
19166 #include <netinet/udp.h>
19168 #ifdef HAVE_NETINET_UDP_VAR_H
19169 #include <netinet/udp_var.h>
19172 if test "x$ac_cv_member_struct_udpstat_udps_ipackets" = xyes
; then :
19174 cat >>confdefs.h
<<_ACEOF
19175 #define HAVE_STRUCT_UDPSTAT_UDPS_IPACKETS 1
19182 ac_fn_c_check_member
"$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
19183 #include <sys/types.h>
19185 #ifdef HAVE_NET_IF_H
19186 # include <net/if.h>
19189 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes
; then :
19191 cat >>confdefs.h
<<_ACEOF
19192 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
19199 ac_fn_c_check_member
"$LINENO" "struct sysinfo" "totalram" "ac_cv_member_struct_sysinfo_totalram" "#ifdef HAVE_SYS_SYSINFO_H
19200 # include <sys/sysinfo.h>
19203 if test "x$ac_cv_member_struct_sysinfo_totalram" = xyes
; then :
19205 cat >>confdefs.h
<<_ACEOF
19206 #define HAVE_STRUCT_SYSINFO_TOTALRAM 1
19211 ac_fn_c_check_member
"$LINENO" "struct sysinfo" "mem_unit" "ac_cv_member_struct_sysinfo_mem_unit" "#ifdef HAVE_SYS_SYSINFO_H
19212 # include <sys/sysinfo.h>
19215 if test "x$ac_cv_member_struct_sysinfo_mem_unit" = xyes
; then :
19217 cat >>confdefs.h
<<_ACEOF
19218 #define HAVE_STRUCT_SYSINFO_MEM_UNIT 1
19225 ac_save_LIBS
="$LIBS"
19227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isfinite" >&5
19228 $as_echo_n "checking for isfinite... " >&6; }
19229 if ${ac_cv_have_isfinite+:} false
; then :
19230 $as_echo_n "(cached) " >&6
19232 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19233 /* end confdefs.h. */
19234 #define _GNU_SOURCE
19239 float f = 0.0; return isfinite(f)
19244 if ac_fn_c_try_link
"$LINENO"; then :
19245 ac_cv_have_isfinite
="yes"
19247 ac_cv_have_isfinite
="no"
19249 rm -f core conftest.err conftest.
$ac_objext \
19250 conftest
$ac_exeext conftest.
$ac_ext
19252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isfinite" >&5
19253 $as_echo "$ac_cv_have_isfinite" >&6; }
19254 if test "$ac_cv_have_isfinite" = "yes"
19257 $as_echo "#define HAVE_ISFINITE 1" >>confdefs.h
19261 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
19262 $as_echo_n "checking for isinf... " >&6; }
19263 if ${ac_cv_have_isinf+:} false
; then :
19264 $as_echo_n "(cached) " >&6
19266 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19267 /* end confdefs.h. */
19272 float f = 0.0; return isinf(f)
19277 if ac_fn_c_try_link
"$LINENO"; then :
19278 ac_cv_have_isinf
="yes"
19280 ac_cv_have_isinf
="no"
19282 rm -f core conftest.err conftest.
$ac_objext \
19283 conftest
$ac_exeext conftest.
$ac_ext
19285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
19286 $as_echo "$ac_cv_have_isinf" >&6; }
19287 if test "$ac_cv_have_isinf" = "yes"
19290 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
19294 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
19295 $as_echo_n "checking for isnan... " >&6; }
19296 if ${ac_cv_have_isnan+:} false
; then :
19297 $as_echo_n "(cached) " >&6
19299 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19300 /* end confdefs.h. */
19305 float f = 0.0; return isnan(f)
19310 if ac_fn_c_try_link
"$LINENO"; then :
19311 ac_cv_have_isnan
="yes"
19313 ac_cv_have_isnan
="no"
19315 rm -f core conftest.err conftest.
$ac_objext \
19316 conftest
$ac_exeext conftest.
$ac_ext
19318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
19319 $as_echo "$ac_cv_have_isnan" >&6; }
19320 if test "$ac_cv_have_isnan" = "yes"
19323 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
19384 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
19385 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
19386 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
19387 cat >>confdefs.h
<<_ACEOF
19388 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19394 LIBS
="$ac_save_LIBS"
19396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_popcount" >&5
19397 $as_echo_n "checking for __builtin_popcount... " >&6; }
19398 if ${ac_cv_have___builtin_popcount+:} false
; then :
19399 $as_echo_n "(cached) " >&6
19401 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19402 /* end confdefs.h. */
19407 return __builtin_popcount(1)
19412 if ac_fn_c_try_link
"$LINENO"; then :
19413 ac_cv_have___builtin_popcount
="yes"
19415 ac_cv_have___builtin_popcount
="no"
19417 rm -f core conftest.err conftest.
$ac_objext \
19418 conftest
$ac_exeext conftest.
$ac_ext
19420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_popcount" >&5
19421 $as_echo "$ac_cv_have___builtin_popcount" >&6; }
19422 if test "$ac_cv_have___builtin_popcount" = "yes"
19425 $as_echo "#define HAVE___BUILTIN_POPCOUNT 1" >>confdefs.h
19429 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __clear_cache" >&5
19430 $as_echo_n "checking for __clear_cache... " >&6; }
19431 if ${ac_cv_have___clear_cache+:} false
; then :
19432 $as_echo_n "(cached) " >&6
19434 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19435 /* end confdefs.h. */
19440 __clear_cache((void*)0, (void*)0); return 0;
19445 if ac_fn_c_try_link
"$LINENO"; then :
19446 ac_cv_have___clear_cache
="yes"
19448 ac_cv_have___clear_cache
="no"
19450 rm -f core conftest.err conftest.
$ac_objext \
19451 conftest
$ac_exeext conftest.
$ac_ext
19453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___clear_cache" >&5
19454 $as_echo "$ac_cv_have___clear_cache" >&6; }
19455 if test "$ac_cv_have___clear_cache" = "yes"
19458 $as_echo "#define HAVE___CLEAR_CACHE 1" >>confdefs.h
19464 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
19465 $as_echo_n "checking whether we need to define __i386__... " >&6; }
19466 if ${ac_cv_cpp_def___i386__+:} false
; then :
19467 $as_echo_n "(cached) " >&6
19469 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19470 /* end confdefs.h. */
19475 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19476 $EGREP "yes" >/dev
/null
2>&1; then :
19477 ac_cv_cpp_def___i386__
=yes
19479 ac_cv_cpp_def___i386__
=no
19484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
19485 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
19486 if test "x$ac_cv_cpp_def___i386__" = xyes
; then :
19487 CFLAGS
="$CFLAGS -D__i386__"
19488 LINTFLAGS
="$LINTFLAGS -D__i386__"
19490 *x86_64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
19491 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
19492 if ${ac_cv_cpp_def___x86_64__+:} false
; then :
19493 $as_echo_n "(cached) " >&6
19495 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19496 /* end confdefs.h. */
19501 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19502 $EGREP "yes" >/dev
/null
2>&1; then :
19503 ac_cv_cpp_def___x86_64__
=yes
19505 ac_cv_cpp_def___x86_64__
=no
19510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
19511 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
19512 if test "x$ac_cv_cpp_def___x86_64__" = xyes
; then :
19513 CFLAGS
="$CFLAGS -D__x86_64__"
19514 LINTFLAGS
="$LINTFLAGS -D__x86_64__"
19516 *sparc64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc64__" >&5
19517 $as_echo_n "checking whether we need to define __sparc64__... " >&6; }
19518 if ${ac_cv_cpp_def___sparc64__+:} false
; then :
19519 $as_echo_n "(cached) " >&6
19521 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19522 /* end confdefs.h. */
19523 #ifndef __sparc64__
19527 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19528 $EGREP "yes" >/dev
/null
2>&1; then :
19529 ac_cv_cpp_def___sparc64__
=yes
19531 ac_cv_cpp_def___sparc64__
=no
19536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc64__" >&5
19537 $as_echo "$ac_cv_cpp_def___sparc64__" >&6; }
19538 if test "x$ac_cv_cpp_def___sparc64__" = xyes
; then :
19539 CFLAGS
="$CFLAGS -D__sparc64__"
19540 LINTFLAGS
="$LINTFLAGS -D__sparc64__"
19542 *sparc
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
19543 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
19544 if ${ac_cv_cpp_def___sparc__+:} false
; then :
19545 $as_echo_n "(cached) " >&6
19547 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19548 /* end confdefs.h. */
19553 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19554 $EGREP "yes" >/dev
/null
2>&1; then :
19555 ac_cv_cpp_def___sparc__
=yes
19557 ac_cv_cpp_def___sparc__
=no
19562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
19563 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
19564 if test "x$ac_cv_cpp_def___sparc__" = xyes
; then :
19565 CFLAGS
="$CFLAGS -D__sparc__"
19566 LINTFLAGS
="$LINTFLAGS -D__sparc__"
19568 *powerpc64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc64__" >&5
19569 $as_echo_n "checking whether we need to define __powerpc64__... " >&6; }
19570 if ${ac_cv_cpp_def___powerpc64__+:} false
; then :
19571 $as_echo_n "(cached) " >&6
19573 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19574 /* end confdefs.h. */
19575 #ifndef __powerpc64__
19579 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19580 $EGREP "yes" >/dev
/null
2>&1; then :
19581 ac_cv_cpp_def___powerpc64__
=yes
19583 ac_cv_cpp_def___powerpc64__
=no
19588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc64__" >&5
19589 $as_echo "$ac_cv_cpp_def___powerpc64__" >&6; }
19590 if test "x$ac_cv_cpp_def___powerpc64__" = xyes
; then :
19591 CFLAGS
="$CFLAGS -D__powerpc64__"
19592 LINTFLAGS
="$LINTFLAGS -D__powerpc64__"
19594 *powerpc
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
19595 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
19596 if ${ac_cv_cpp_def___powerpc__+:} false
; then :
19597 $as_echo_n "(cached) " >&6
19599 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19600 /* end confdefs.h. */
19601 #ifndef __powerpc__
19605 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19606 $EGREP "yes" >/dev
/null
2>&1; then :
19607 ac_cv_cpp_def___powerpc__
=yes
19609 ac_cv_cpp_def___powerpc__
=no
19614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
19615 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
19616 if test "x$ac_cv_cpp_def___powerpc__" = xyes
; then :
19617 CFLAGS
="$CFLAGS -D__powerpc__"
19618 LINTFLAGS
="$LINTFLAGS -D__powerpc__"
19620 *aarch64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __aarch64__" >&5
19621 $as_echo_n "checking whether we need to define __aarch64__... " >&6; }
19622 if ${ac_cv_cpp_def___aarch64__+:} false
; then :
19623 $as_echo_n "(cached) " >&6
19625 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19626 /* end confdefs.h. */
19627 #ifndef __aarch64__
19631 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19632 $EGREP "yes" >/dev
/null
2>&1; then :
19633 ac_cv_cpp_def___aarch64__
=yes
19635 ac_cv_cpp_def___aarch64__
=no
19640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___aarch64__" >&5
19641 $as_echo "$ac_cv_cpp_def___aarch64__" >&6; }
19642 if test "x$ac_cv_cpp_def___aarch64__" = xyes
; then :
19643 CFLAGS
="$CFLAGS -D__aarch64__"
19644 LINTFLAGS
="$LINTFLAGS -D__aarch64__"
19646 *arm
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __arm__" >&5
19647 $as_echo_n "checking whether we need to define __arm__... " >&6; }
19648 if ${ac_cv_cpp_def___arm__+:} false
; then :
19649 $as_echo_n "(cached) " >&6
19651 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19652 /* end confdefs.h. */
19657 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19658 $EGREP "yes" >/dev
/null
2>&1; then :
19659 ac_cv_cpp_def___arm__
=yes
19661 ac_cv_cpp_def___arm__
=no
19666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___arm__" >&5
19667 $as_echo "$ac_cv_cpp_def___arm__" >&6; }
19668 if test "x$ac_cv_cpp_def___arm__" = xyes
; then :
19669 CFLAGS
="$CFLAGS -D__arm__"
19670 LINTFLAGS
="$LINTFLAGS -D__arm__"
19674 case $host_vendor in
19675 *sun
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
19676 $as_echo_n "checking whether we need to define __sun__... " >&6; }
19677 if ${ac_cv_cpp_def___sun__+:} false
; then :
19678 $as_echo_n "(cached) " >&6
19680 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19681 /* end confdefs.h. */
19686 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19687 $EGREP "yes" >/dev
/null
2>&1; then :
19688 ac_cv_cpp_def___sun__
=yes
19690 ac_cv_cpp_def___sun__
=no
19695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
19696 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
19697 if test "x$ac_cv_cpp_def___sun__" = xyes
; then :
19698 CFLAGS
="$CFLAGS -D__sun__"
19699 LINTFLAGS
="$LINTFLAGS -D__sun__"
19707 ac_config_commands
="$ac_config_commands include/stamp-h"
19709 $as_echo_n "creating Makefile rules..." >&6
19711 ALL_VARS_RULES
="I386_LIBS = $I386_LIBS
19712 OPENGL_LIBS = $OPENGL_LIBS
19713 COREFOUNDATION_LIBS = $COREFOUNDATION_LIBS
19714 IOKIT_LIBS = $IOKIT_LIBS
19715 FORCEFEEDBACK_LIBS = $FORCEFEEDBACK_LIBS
19716 APPLICATIONSERVICES_LIBS = $APPLICATIONSERVICES_LIBS
19717 CORESERVICES_LIBS = $CORESERVICES_LIBS
19718 APPKIT_LIBS = $APPKIT_LIBS
19719 SYSTEMCONFIGURATION_LIBS = $SYSTEMCONFIGURATION_LIBS
19720 DISKARBITRATION_LIBS = $DISKARBITRATION_LIBS
19721 SECURITY_LIBS = $SECURITY_LIBS
19722 COREAUDIO_LIBS = $COREAUDIO_LIBS
19723 OPENAL_LIBS = $OPENAL_LIBS
19724 OPENCL_LIBS = $OPENCL_LIBS
19725 QUICKTIME_LIBS = $QUICKTIME_LIBS
19726 CARBON_LIBS = $CARBON_LIBS
19727 METAL_LIBS = $METAL_LIBS
19728 EXCESS_PRECISION_CFLAGS = $EXCESS_PRECISION_CFLAGS
19729 PTHREAD_LIBS = $PTHREAD_LIBS
19730 X_CFLAGS = $X_CFLAGS
19731 X_PRE_LIBS = $X_PRE_LIBS
19733 X_EXTRA_LIBS = $X_EXTRA_LIBS
19734 PCAP_LIBS = $PCAP_LIBS
19735 XML2_CFLAGS = $XML2_CFLAGS
19736 XML2_LIBS = $XML2_LIBS
19737 XSLT_CFLAGS = $XSLT_CFLAGS
19738 XSLT_LIBS = $XSLT_LIBS
19739 INOTIFY_CFLAGS = $INOTIFY_CFLAGS
19740 INOTIFY_LIBS = $INOTIFY_LIBS
19741 DBUS_CFLAGS = $DBUS_CFLAGS
19742 DBUS_LIBS = $DBUS_LIBS
19743 HAL_CFLAGS = $HAL_CFLAGS
19744 HAL_LIBS = $HAL_LIBS
19745 GNUTLS_CFLAGS = $GNUTLS_CFLAGS
19746 GNUTLS_LIBS = $GNUTLS_LIBS
19747 SANE_CFLAGS = $SANE_CFLAGS
19748 SANE_LIBS = $SANE_LIBS
19749 USB_CFLAGS = $USB_CFLAGS
19750 USB_LIBS = $USB_LIBS
19751 GPHOTO2_CFLAGS = $GPHOTO2_CFLAGS
19752 GPHOTO2_LIBS = $GPHOTO2_LIBS
19753 GPHOTO2_PORT_CFLAGS = $GPHOTO2_PORT_CFLAGS
19754 GPHOTO2_PORT_LIBS = $GPHOTO2_PORT_LIBS
19755 RESOLV_LIBS = $RESOLV_LIBS
19756 LCMS2_CFLAGS = $LCMS2_CFLAGS
19757 LCMS2_LIBS = $LCMS2_LIBS
19758 FREETYPE_CFLAGS = $FREETYPE_CFLAGS
19759 FREETYPE_LIBS = $FREETYPE_LIBS
19760 GETTEXTPO_LIBS = $GETTEXTPO_LIBS
19761 PULSE_CFLAGS = $PULSE_CFLAGS
19762 PULSE_LIBS = $PULSE_LIBS
19763 GSTREAMER_CFLAGS = $GSTREAMER_CFLAGS
19764 GSTREAMER_LIBS = $GSTREAMER_LIBS
19765 ALSA_LIBS = $ALSA_LIBS
19766 OSS4_CFLAGS = $OSS4_CFLAGS
19767 OSS4_LIBS = $OSS4_LIBS
19768 UDEV_CFLAGS = $UDEV_CFLAGS
19769 UDEV_LIBS = $UDEV_LIBS
19770 UNWIND_CFLAGS = $UNWIND_CFLAGS
19771 UNWIND_LIBS = $UNWIND_LIBS
19772 SDL2_CFLAGS = $SDL2_CFLAGS
19773 SDL2_LIBS = $SDL2_LIBS
19774 FAUDIO_CFLAGS = $FAUDIO_CFLAGS
19775 FAUDIO_LIBS = $FAUDIO_LIBS
19776 CAPI20_CFLAGS = $CAPI20_CFLAGS
19777 CAPI20_LIBS = $CAPI20_LIBS
19778 CUPS_CFLAGS = $CUPS_CFLAGS
19779 CUPS_LIBS = $CUPS_LIBS
19780 FONTCONFIG_CFLAGS = $FONTCONFIG_CFLAGS
19781 FONTCONFIG_LIBS = $FONTCONFIG_LIBS
19782 KRB5_CFLAGS = $KRB5_CFLAGS
19783 KRB5_LIBS = $KRB5_LIBS
19784 GSSAPI_CFLAGS = $GSSAPI_CFLAGS
19785 GSSAPI_LIBS = $GSSAPI_LIBS
19786 JPEG_CFLAGS = $JPEG_CFLAGS
19787 JPEG_LIBS = $JPEG_LIBS
19788 PNG_CFLAGS = $PNG_CFLAGS
19789 PNG_LIBS = $PNG_LIBS
19790 TIFF_CFLAGS = $TIFF_CFLAGS
19791 TIFF_LIBS = $TIFF_LIBS
19792 MPG123_CFLAGS = $MPG123_CFLAGS
19793 MPG123_LIBS = $MPG123_LIBS
19794 KSTAT_LIBS = $KSTAT_LIBS
19795 PROCSTAT_LIBS = $PROCSTAT_LIBS
19796 NETAPI_CFLAGS = $NETAPI_CFLAGS
19797 NETAPI_LIBS = $NETAPI_LIBS
19798 VKD3D_CFLAGS = $VKD3D_CFLAGS
19799 VKD3D_LIBS = $VKD3D_LIBS
19800 VKD3D_SHADER_CFLAGS = $VKD3D_SHADER_CFLAGS
19801 VKD3D_SHADER_LIBS = $VKD3D_SHADER_LIBS
19802 POLL_LIBS = $POLL_LIBS
19804 LDAP_CFLAGS = $LDAP_CFLAGS
19805 LDAP_LIBS = $LDAP_LIBS
19810 wine_fn_append_rule
"
19811 # Rules automatically generated by configure
19816 Makefile: $srcdir/Makefile.in config.status \$(MAKEDEP)
19817 @./config.status Make.tmp Makefile
19818 depend: \$(MAKEDEP)
19821 .PHONY: depend dummy"
19823 ac_config_links
="$ac_config_links wine:tools/winewrapper"
19824 wine_fn_config_symlink wine
19825 if test "x$enable_win64" != xno
-o -n "$with_wine64"; then
19826 ac_config_links
="$ac_config_links wine64:tools/winewrapper"
19827 wine_fn_config_symlink wine64
19830 wine_fn_config_makefile dlls
/acledit enable_acledit
19831 wine_fn_config_makefile dlls
/aclui enable_aclui
19832 wine_fn_config_makefile dlls
/activeds.tlb enable_activeds_tlb
19833 wine_fn_config_makefile dlls
/activeds enable_activeds
19834 wine_fn_config_makefile dlls
/activeds
/tests enable_tests
19835 wine_fn_config_makefile dlls
/actxprxy enable_actxprxy
19836 wine_fn_config_makefile dlls
/adsiid enable_adsiid
19837 wine_fn_config_makefile dlls
/adsldp enable_adsldp
19838 wine_fn_config_makefile dlls
/adsldp
/tests enable_tests
19839 wine_fn_config_makefile dlls
/adsldpc enable_adsldpc
19840 wine_fn_config_makefile dlls
/advapi32 enable_advapi32
19841 wine_fn_config_makefile dlls
/advapi32
/tests enable_tests
19842 wine_fn_config_makefile dlls
/advpack enable_advpack
19843 wine_fn_config_makefile dlls
/advpack
/tests enable_tests
19844 wine_fn_config_makefile dlls
/amsi enable_amsi
19845 wine_fn_config_makefile dlls
/amstream enable_amstream
19846 wine_fn_config_makefile dlls
/amstream
/tests enable_tests
19847 wine_fn_config_makefile dlls
/api-ms-win-appmodel-identity-l1-1-0 enable_api_ms_win_appmodel_identity_l1_1_0
19848 wine_fn_config_makefile dlls
/api-ms-win-appmodel-runtime-l1-1-1 enable_api_ms_win_appmodel_runtime_l1_1_1
19849 wine_fn_config_makefile dlls
/api-ms-win-appmodel-runtime-l1-1-2 enable_api_ms_win_appmodel_runtime_l1_1_2
19850 wine_fn_config_makefile dlls
/api-ms-win-core-apiquery-l1-1-0 enable_api_ms_win_core_apiquery_l1_1_0
19851 wine_fn_config_makefile dlls
/api-ms-win-core-appcompat-l1-1-1 enable_api_ms_win_core_appcompat_l1_1_1
19852 wine_fn_config_makefile dlls
/api-ms-win-core-appinit-l1-1-0 enable_api_ms_win_core_appinit_l1_1_0
19853 wine_fn_config_makefile dlls
/api-ms-win-core-atoms-l1-1-0 enable_api_ms_win_core_atoms_l1_1_0
19854 wine_fn_config_makefile dlls
/api-ms-win-core-bem-l1-1-0 enable_api_ms_win_core_bem_l1_1_0
19855 wine_fn_config_makefile dlls
/api-ms-win-core-com-l1-1-0 enable_api_ms_win_core_com_l1_1_0
19856 wine_fn_config_makefile dlls
/api-ms-win-core-com-l1-1-1 enable_api_ms_win_core_com_l1_1_1
19857 wine_fn_config_makefile dlls
/api-ms-win-core-com-private-l1-1-0 enable_api_ms_win_core_com_private_l1_1_0
19858 wine_fn_config_makefile dlls
/api-ms-win-core-comm-l1-1-0 enable_api_ms_win_core_comm_l1_1_0
19859 wine_fn_config_makefile dlls
/api-ms-win-core-console-l1-1-0 enable_api_ms_win_core_console_l1_1_0
19860 wine_fn_config_makefile dlls
/api-ms-win-core-console-l2-1-0 enable_api_ms_win_core_console_l2_1_0
19861 wine_fn_config_makefile dlls
/api-ms-win-core-crt-l1-1-0 enable_api_ms_win_core_crt_l1_1_0
19862 wine_fn_config_makefile dlls
/api-ms-win-core-crt-l2-1-0 enable_api_ms_win_core_crt_l2_1_0
19863 wine_fn_config_makefile dlls
/api-ms-win-core-datetime-l1-1-0 enable_api_ms_win_core_datetime_l1_1_0
19864 wine_fn_config_makefile dlls
/api-ms-win-core-datetime-l1-1-1 enable_api_ms_win_core_datetime_l1_1_1
19865 wine_fn_config_makefile dlls
/api-ms-win-core-debug-l1-1-0 enable_api_ms_win_core_debug_l1_1_0
19866 wine_fn_config_makefile dlls
/api-ms-win-core-debug-l1-1-1 enable_api_ms_win_core_debug_l1_1_1
19867 wine_fn_config_makefile dlls
/api-ms-win-core-delayload-l1-1-0 enable_api_ms_win_core_delayload_l1_1_0
19868 wine_fn_config_makefile dlls
/api-ms-win-core-delayload-l1-1-1 enable_api_ms_win_core_delayload_l1_1_1
19869 wine_fn_config_makefile dlls
/api-ms-win-core-errorhandling-l1-1-0 enable_api_ms_win_core_errorhandling_l1_1_0
19870 wine_fn_config_makefile dlls
/api-ms-win-core-errorhandling-l1-1-1 enable_api_ms_win_core_errorhandling_l1_1_1
19871 wine_fn_config_makefile dlls
/api-ms-win-core-errorhandling-l1-1-2 enable_api_ms_win_core_errorhandling_l1_1_2
19872 wine_fn_config_makefile dlls
/api-ms-win-core-errorhandling-l1-1-3 enable_api_ms_win_core_errorhandling_l1_1_3
19873 wine_fn_config_makefile dlls
/api-ms-win-core-fibers-l1-1-0 enable_api_ms_win_core_fibers_l1_1_0
19874 wine_fn_config_makefile dlls
/api-ms-win-core-fibers-l1-1-1 enable_api_ms_win_core_fibers_l1_1_1
19875 wine_fn_config_makefile dlls
/api-ms-win-core-file-ansi-l2-1-0 enable_api_ms_win_core_file_ansi_l2_1_0
19876 wine_fn_config_makefile dlls
/api-ms-win-core-file-fromapp-l1-1-0 enable_api_ms_win_core_file_fromapp_l1_1_0
19877 wine_fn_config_makefile dlls
/api-ms-win-core-file-l1-1-0 enable_api_ms_win_core_file_l1_1_0
19878 wine_fn_config_makefile dlls
/api-ms-win-core-file-l1-2-0 enable_api_ms_win_core_file_l1_2_0
19879 wine_fn_config_makefile dlls
/api-ms-win-core-file-l1-2-1 enable_api_ms_win_core_file_l1_2_1
19880 wine_fn_config_makefile dlls
/api-ms-win-core-file-l1-2-2 enable_api_ms_win_core_file_l1_2_2
19881 wine_fn_config_makefile dlls
/api-ms-win-core-file-l2-1-0 enable_api_ms_win_core_file_l2_1_0
19882 wine_fn_config_makefile dlls
/api-ms-win-core-file-l2-1-1 enable_api_ms_win_core_file_l2_1_1
19883 wine_fn_config_makefile dlls
/api-ms-win-core-file-l2-1-2 enable_api_ms_win_core_file_l2_1_2
19884 wine_fn_config_makefile dlls
/api-ms-win-core-handle-l1-1-0 enable_api_ms_win_core_handle_l1_1_0
19885 wine_fn_config_makefile dlls
/api-ms-win-core-heap-l1-1-0 enable_api_ms_win_core_heap_l1_1_0
19886 wine_fn_config_makefile dlls
/api-ms-win-core-heap-l1-2-0 enable_api_ms_win_core_heap_l1_2_0
19887 wine_fn_config_makefile dlls
/api-ms-win-core-heap-l2-1-0 enable_api_ms_win_core_heap_l2_1_0
19888 wine_fn_config_makefile dlls
/api-ms-win-core-heap-obsolete-l1-1-0 enable_api_ms_win_core_heap_obsolete_l1_1_0
19889 wine_fn_config_makefile dlls
/api-ms-win-core-interlocked-l1-1-0 enable_api_ms_win_core_interlocked_l1_1_0
19890 wine_fn_config_makefile dlls
/api-ms-win-core-interlocked-l1-2-0 enable_api_ms_win_core_interlocked_l1_2_0
19891 wine_fn_config_makefile dlls
/api-ms-win-core-io-l1-1-0 enable_api_ms_win_core_io_l1_1_0
19892 wine_fn_config_makefile dlls
/api-ms-win-core-io-l1-1-1 enable_api_ms_win_core_io_l1_1_1
19893 wine_fn_config_makefile dlls
/api-ms-win-core-job-l1-1-0 enable_api_ms_win_core_job_l1_1_0
19894 wine_fn_config_makefile dlls
/api-ms-win-core-job-l2-1-0 enable_api_ms_win_core_job_l2_1_0
19895 wine_fn_config_makefile dlls
/api-ms-win-core-kernel32-legacy-l1-1-0 enable_api_ms_win_core_kernel32_legacy_l1_1_0
19896 wine_fn_config_makefile dlls
/api-ms-win-core-kernel32-legacy-l1-1-1 enable_api_ms_win_core_kernel32_legacy_l1_1_1
19897 wine_fn_config_makefile dlls
/api-ms-win-core-kernel32-private-l1-1-1 enable_api_ms_win_core_kernel32_private_l1_1_1
19898 wine_fn_config_makefile dlls
/api-ms-win-core-largeinteger-l1-1-0 enable_api_ms_win_core_largeinteger_l1_1_0
19899 wine_fn_config_makefile dlls
/api-ms-win-core-libraryloader-l1-1-0 enable_api_ms_win_core_libraryloader_l1_1_0
19900 wine_fn_config_makefile dlls
/api-ms-win-core-libraryloader-l1-1-1 enable_api_ms_win_core_libraryloader_l1_1_1
19901 wine_fn_config_makefile dlls
/api-ms-win-core-libraryloader-l1-2-0 enable_api_ms_win_core_libraryloader_l1_2_0
19902 wine_fn_config_makefile dlls
/api-ms-win-core-libraryloader-l1-2-1 enable_api_ms_win_core_libraryloader_l1_2_1
19903 wine_fn_config_makefile dlls
/api-ms-win-core-libraryloader-l1-2-2 enable_api_ms_win_core_libraryloader_l1_2_2
19904 wine_fn_config_makefile dlls
/api-ms-win-core-libraryloader-l2-1-0 enable_api_ms_win_core_libraryloader_l2_1_0
19905 wine_fn_config_makefile dlls
/api-ms-win-core-localization-l1-1-0 enable_api_ms_win_core_localization_l1_1_0
19906 wine_fn_config_makefile dlls
/api-ms-win-core-localization-l1-2-0 enable_api_ms_win_core_localization_l1_2_0
19907 wine_fn_config_makefile dlls
/api-ms-win-core-localization-l1-2-1 enable_api_ms_win_core_localization_l1_2_1
19908 wine_fn_config_makefile dlls
/api-ms-win-core-localization-l1-2-2 enable_api_ms_win_core_localization_l1_2_2
19909 wine_fn_config_makefile dlls
/api-ms-win-core-localization-l2-1-0 enable_api_ms_win_core_localization_l2_1_0
19910 wine_fn_config_makefile dlls
/api-ms-win-core-localization-obsolete-l1-1-0 enable_api_ms_win_core_localization_obsolete_l1_1_0
19911 wine_fn_config_makefile dlls
/api-ms-win-core-localization-obsolete-l1-2-0 enable_api_ms_win_core_localization_obsolete_l1_2_0
19912 wine_fn_config_makefile dlls
/api-ms-win-core-localization-obsolete-l1-3-0 enable_api_ms_win_core_localization_obsolete_l1_3_0
19913 wine_fn_config_makefile dlls
/api-ms-win-core-localization-private-l1-1-0 enable_api_ms_win_core_localization_private_l1_1_0
19914 wine_fn_config_makefile dlls
/api-ms-win-core-localregistry-l1-1-0 enable_api_ms_win_core_localregistry_l1_1_0
19915 wine_fn_config_makefile dlls
/api-ms-win-core-memory-l1-1-0 enable_api_ms_win_core_memory_l1_1_0
19916 wine_fn_config_makefile dlls
/api-ms-win-core-memory-l1-1-1 enable_api_ms_win_core_memory_l1_1_1
19917 wine_fn_config_makefile dlls
/api-ms-win-core-memory-l1-1-2 enable_api_ms_win_core_memory_l1_1_2
19918 wine_fn_config_makefile dlls
/api-ms-win-core-memory-l1-1-3 enable_api_ms_win_core_memory_l1_1_3
19919 wine_fn_config_makefile dlls
/api-ms-win-core-memory-l1-1-4 enable_api_ms_win_core_memory_l1_1_4
19920 wine_fn_config_makefile dlls
/api-ms-win-core-misc-l1-1-0 enable_api_ms_win_core_misc_l1_1_0
19921 wine_fn_config_makefile dlls
/api-ms-win-core-namedpipe-ansi-l1-1-0 enable_api_ms_win_core_namedpipe_ansi_l1_1_0
19922 wine_fn_config_makefile dlls
/api-ms-win-core-namedpipe-l1-1-0 enable_api_ms_win_core_namedpipe_l1_1_0
19923 wine_fn_config_makefile dlls
/api-ms-win-core-namedpipe-l1-2-0 enable_api_ms_win_core_namedpipe_l1_2_0
19924 wine_fn_config_makefile dlls
/api-ms-win-core-namespace-l1-1-0 enable_api_ms_win_core_namespace_l1_1_0
19925 wine_fn_config_makefile dlls
/api-ms-win-core-normalization-l1-1-0 enable_api_ms_win_core_normalization_l1_1_0
19926 wine_fn_config_makefile dlls
/api-ms-win-core-path-l1-1-0 enable_api_ms_win_core_path_l1_1_0
19927 wine_fn_config_makefile dlls
/api-ms-win-core-privateprofile-l1-1-1 enable_api_ms_win_core_privateprofile_l1_1_1
19928 wine_fn_config_makefile dlls
/api-ms-win-core-processenvironment-l1-1-0 enable_api_ms_win_core_processenvironment_l1_1_0
19929 wine_fn_config_makefile dlls
/api-ms-win-core-processenvironment-l1-2-0 enable_api_ms_win_core_processenvironment_l1_2_0
19930 wine_fn_config_makefile dlls
/api-ms-win-core-processthreads-l1-1-0 enable_api_ms_win_core_processthreads_l1_1_0
19931 wine_fn_config_makefile dlls
/api-ms-win-core-processthreads-l1-1-1 enable_api_ms_win_core_processthreads_l1_1_1
19932 wine_fn_config_makefile dlls
/api-ms-win-core-processthreads-l1-1-2 enable_api_ms_win_core_processthreads_l1_1_2
19933 wine_fn_config_makefile dlls
/api-ms-win-core-processthreads-l1-1-3 enable_api_ms_win_core_processthreads_l1_1_3
19934 wine_fn_config_makefile dlls
/api-ms-win-core-processtopology-obsolete-l1-1-0 enable_api_ms_win_core_processtopology_obsolete_l1_1_0
19935 wine_fn_config_makefile dlls
/api-ms-win-core-profile-l1-1-0 enable_api_ms_win_core_profile_l1_1_0
19936 wine_fn_config_makefile dlls
/api-ms-win-core-psapi-ansi-l1-1-0 enable_api_ms_win_core_psapi_ansi_l1_1_0
19937 wine_fn_config_makefile dlls
/api-ms-win-core-psapi-l1-1-0 enable_api_ms_win_core_psapi_l1_1_0
19938 wine_fn_config_makefile dlls
/api-ms-win-core-psapi-obsolete-l1-1-0 enable_api_ms_win_core_psapi_obsolete_l1_1_0
19939 wine_fn_config_makefile dlls
/api-ms-win-core-quirks-l1-1-0 enable_api_ms_win_core_quirks_l1_1_0
19940 wine_fn_config_makefile dlls
/api-ms-win-core-realtime-l1-1-0 enable_api_ms_win_core_realtime_l1_1_0
19941 wine_fn_config_makefile dlls
/api-ms-win-core-registry-l1-1-0 enable_api_ms_win_core_registry_l1_1_0
19942 wine_fn_config_makefile dlls
/api-ms-win-core-registry-l2-1-0 enable_api_ms_win_core_registry_l2_1_0
19943 wine_fn_config_makefile dlls
/api-ms-win-core-registry-l2-2-0 enable_api_ms_win_core_registry_l2_2_0
19944 wine_fn_config_makefile dlls
/api-ms-win-core-registryuserspecific-l1-1-0 enable_api_ms_win_core_registryuserspecific_l1_1_0
19945 wine_fn_config_makefile dlls
/api-ms-win-core-rtlsupport-l1-1-0 enable_api_ms_win_core_rtlsupport_l1_1_0
19946 wine_fn_config_makefile dlls
/api-ms-win-core-rtlsupport-l1-2-0 enable_api_ms_win_core_rtlsupport_l1_2_0
19947 wine_fn_config_makefile dlls
/api-ms-win-core-shlwapi-legacy-l1-1-0 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
19948 wine_fn_config_makefile dlls
/api-ms-win-core-shlwapi-obsolete-l1-1-0 enable_api_ms_win_core_shlwapi_obsolete_l1_1_0
19949 wine_fn_config_makefile dlls
/api-ms-win-core-shlwapi-obsolete-l1-2-0 enable_api_ms_win_core_shlwapi_obsolete_l1_2_0
19950 wine_fn_config_makefile dlls
/api-ms-win-core-shutdown-l1-1-0 enable_api_ms_win_core_shutdown_l1_1_0
19951 wine_fn_config_makefile dlls
/api-ms-win-core-sidebyside-l1-1-0 enable_api_ms_win_core_sidebyside_l1_1_0
19952 wine_fn_config_makefile dlls
/api-ms-win-core-string-l1-1-0 enable_api_ms_win_core_string_l1_1_0
19953 wine_fn_config_makefile dlls
/api-ms-win-core-string-l2-1-0 enable_api_ms_win_core_string_l2_1_0
19954 wine_fn_config_makefile dlls
/api-ms-win-core-string-obsolete-l1-1-0 enable_api_ms_win_core_string_obsolete_l1_1_0
19955 wine_fn_config_makefile dlls
/api-ms-win-core-stringansi-l1-1-0 enable_api_ms_win_core_stringansi_l1_1_0
19956 wine_fn_config_makefile dlls
/api-ms-win-core-stringloader-l1-1-1 enable_api_ms_win_core_stringloader_l1_1_1
19957 wine_fn_config_makefile dlls
/api-ms-win-core-synch-ansi-l1-1-0 enable_api_ms_win_core_synch_ansi_l1_1_0
19958 wine_fn_config_makefile dlls
/api-ms-win-core-synch-l1-1-0 enable_api_ms_win_core_synch_l1_1_0
19959 wine_fn_config_makefile dlls
/api-ms-win-core-synch-l1-2-0 enable_api_ms_win_core_synch_l1_2_0
19960 wine_fn_config_makefile dlls
/api-ms-win-core-synch-l1-2-1 enable_api_ms_win_core_synch_l1_2_1
19961 wine_fn_config_makefile dlls
/api-ms-win-core-sysinfo-l1-1-0 enable_api_ms_win_core_sysinfo_l1_1_0
19962 wine_fn_config_makefile dlls
/api-ms-win-core-sysinfo-l1-2-0 enable_api_ms_win_core_sysinfo_l1_2_0
19963 wine_fn_config_makefile dlls
/api-ms-win-core-sysinfo-l1-2-1 enable_api_ms_win_core_sysinfo_l1_2_1
19964 wine_fn_config_makefile dlls
/api-ms-win-core-systemtopology-l1-1-0 enable_api_ms_win_core_systemtopology_l1_1_0
19965 wine_fn_config_makefile dlls
/api-ms-win-core-threadpool-l1-1-0 enable_api_ms_win_core_threadpool_l1_1_0
19966 wine_fn_config_makefile dlls
/api-ms-win-core-threadpool-l1-2-0 enable_api_ms_win_core_threadpool_l1_2_0
19967 wine_fn_config_makefile dlls
/api-ms-win-core-threadpool-legacy-l1-1-0 enable_api_ms_win_core_threadpool_legacy_l1_1_0
19968 wine_fn_config_makefile dlls
/api-ms-win-core-threadpool-private-l1-1-0 enable_api_ms_win_core_threadpool_private_l1_1_0
19969 wine_fn_config_makefile dlls
/api-ms-win-core-timezone-l1-1-0 enable_api_ms_win_core_timezone_l1_1_0
19970 wine_fn_config_makefile dlls
/api-ms-win-core-toolhelp-l1-1-0 enable_api_ms_win_core_toolhelp_l1_1_0
19971 wine_fn_config_makefile dlls
/api-ms-win-core-url-l1-1-0 enable_api_ms_win_core_url_l1_1_0
19972 wine_fn_config_makefile dlls
/api-ms-win-core-util-l1-1-0 enable_api_ms_win_core_util_l1_1_0
19973 wine_fn_config_makefile dlls
/api-ms-win-core-version-l1-1-0 enable_api_ms_win_core_version_l1_1_0
19974 wine_fn_config_makefile dlls
/api-ms-win-core-version-l1-1-1 enable_api_ms_win_core_version_l1_1_1
19975 wine_fn_config_makefile dlls
/api-ms-win-core-version-private-l1-1-0 enable_api_ms_win_core_version_private_l1_1_0
19976 wine_fn_config_makefile dlls
/api-ms-win-core-versionansi-l1-1-0 enable_api_ms_win_core_versionansi_l1_1_0
19977 wine_fn_config_makefile dlls
/api-ms-win-core-windowserrorreporting-l1-1-0 enable_api_ms_win_core_windowserrorreporting_l1_1_0
19978 wine_fn_config_makefile dlls
/api-ms-win-core-winrt-error-l1-1-0 enable_api_ms_win_core_winrt_error_l1_1_0
19979 wine_fn_config_makefile dlls
/api-ms-win-core-winrt-error-l1-1-1 enable_api_ms_win_core_winrt_error_l1_1_1
19980 wine_fn_config_makefile dlls
/api-ms-win-core-winrt-errorprivate-l1-1-1 enable_api_ms_win_core_winrt_errorprivate_l1_1_1
19981 wine_fn_config_makefile dlls
/api-ms-win-core-winrt-l1-1-0 enable_api_ms_win_core_winrt_l1_1_0
19982 wine_fn_config_makefile dlls
/api-ms-win-core-winrt-registration-l1-1-0 enable_api_ms_win_core_winrt_registration_l1_1_0
19983 wine_fn_config_makefile dlls
/api-ms-win-core-winrt-roparameterizediid-l1-1-0 enable_api_ms_win_core_winrt_roparameterizediid_l1_1_0
19984 wine_fn_config_makefile dlls
/api-ms-win-core-winrt-string-l1-1-0 enable_api_ms_win_core_winrt_string_l1_1_0
19985 wine_fn_config_makefile dlls
/api-ms-win-core-winrt-string-l1-1-1 enable_api_ms_win_core_winrt_string_l1_1_1
19986 wine_fn_config_makefile dlls
/api-ms-win-core-wow64-l1-1-0 enable_api_ms_win_core_wow64_l1_1_0
19987 wine_fn_config_makefile dlls
/api-ms-win-core-wow64-l1-1-1 enable_api_ms_win_core_wow64_l1_1_1
19988 wine_fn_config_makefile dlls
/api-ms-win-core-xstate-l1-1-0 enable_api_ms_win_core_xstate_l1_1_0
19989 wine_fn_config_makefile dlls
/api-ms-win-core-xstate-l2-1-0 enable_api_ms_win_core_xstate_l2_1_0
19990 wine_fn_config_makefile dlls
/api-ms-win-crt-conio-l1-1-0 enable_api_ms_win_crt_conio_l1_1_0
19991 wine_fn_config_makefile dlls
/api-ms-win-crt-convert-l1-1-0 enable_api_ms_win_crt_convert_l1_1_0
19992 wine_fn_config_makefile dlls
/api-ms-win-crt-environment-l1-1-0 enable_api_ms_win_crt_environment_l1_1_0
19993 wine_fn_config_makefile dlls
/api-ms-win-crt-filesystem-l1-1-0 enable_api_ms_win_crt_filesystem_l1_1_0
19994 wine_fn_config_makefile dlls
/api-ms-win-crt-heap-l1-1-0 enable_api_ms_win_crt_heap_l1_1_0
19995 wine_fn_config_makefile dlls
/api-ms-win-crt-locale-l1-1-0 enable_api_ms_win_crt_locale_l1_1_0
19996 wine_fn_config_makefile dlls
/api-ms-win-crt-math-l1-1-0 enable_api_ms_win_crt_math_l1_1_0
19997 wine_fn_config_makefile dlls
/api-ms-win-crt-multibyte-l1-1-0 enable_api_ms_win_crt_multibyte_l1_1_0
19998 wine_fn_config_makefile dlls
/api-ms-win-crt-private-l1-1-0 enable_api_ms_win_crt_private_l1_1_0
19999 wine_fn_config_makefile dlls
/api-ms-win-crt-process-l1-1-0 enable_api_ms_win_crt_process_l1_1_0
20000 wine_fn_config_makefile dlls
/api-ms-win-crt-runtime-l1-1-0 enable_api_ms_win_crt_runtime_l1_1_0
20001 wine_fn_config_makefile dlls
/api-ms-win-crt-stdio-l1-1-0 enable_api_ms_win_crt_stdio_l1_1_0
20002 wine_fn_config_makefile dlls
/api-ms-win-crt-string-l1-1-0 enable_api_ms_win_crt_string_l1_1_0
20003 wine_fn_config_makefile dlls
/api-ms-win-crt-time-l1-1-0 enable_api_ms_win_crt_time_l1_1_0
20004 wine_fn_config_makefile dlls
/api-ms-win-crt-utility-l1-1-0 enable_api_ms_win_crt_utility_l1_1_0
20005 wine_fn_config_makefile dlls
/api-ms-win-devices-config-l1-1-0 enable_api_ms_win_devices_config_l1_1_0
20006 wine_fn_config_makefile dlls
/api-ms-win-devices-config-l1-1-1 enable_api_ms_win_devices_config_l1_1_1
20007 wine_fn_config_makefile dlls
/api-ms-win-devices-query-l1-1-1 enable_api_ms_win_devices_query_l1_1_1
20008 wine_fn_config_makefile dlls
/api-ms-win-downlevel-advapi32-l1-1-0 enable_api_ms_win_downlevel_advapi32_l1_1_0
20009 wine_fn_config_makefile dlls
/api-ms-win-downlevel-advapi32-l2-1-0 enable_api_ms_win_downlevel_advapi32_l2_1_0
20010 wine_fn_config_makefile dlls
/api-ms-win-downlevel-kernel32-l2-1-0 enable_api_ms_win_downlevel_kernel32_l2_1_0
20011 wine_fn_config_makefile dlls
/api-ms-win-downlevel-normaliz-l1-1-0 enable_api_ms_win_downlevel_normaliz_l1_1_0
20012 wine_fn_config_makefile dlls
/api-ms-win-downlevel-ole32-l1-1-0 enable_api_ms_win_downlevel_ole32_l1_1_0
20013 wine_fn_config_makefile dlls
/api-ms-win-downlevel-shell32-l1-1-0 enable_api_ms_win_downlevel_shell32_l1_1_0
20014 wine_fn_config_makefile dlls
/api-ms-win-downlevel-shlwapi-l1-1-0 enable_api_ms_win_downlevel_shlwapi_l1_1_0
20015 wine_fn_config_makefile dlls
/api-ms-win-downlevel-shlwapi-l2-1-0 enable_api_ms_win_downlevel_shlwapi_l2_1_0
20016 wine_fn_config_makefile dlls
/api-ms-win-downlevel-user32-l1-1-0 enable_api_ms_win_downlevel_user32_l1_1_0
20017 wine_fn_config_makefile dlls
/api-ms-win-downlevel-version-l1-1-0 enable_api_ms_win_downlevel_version_l1_1_0
20018 wine_fn_config_makefile dlls
/api-ms-win-dx-d3dkmt-l1-1-0 enable_api_ms_win_dx_d3dkmt_l1_1_0
20019 wine_fn_config_makefile dlls
/api-ms-win-eventing-classicprovider-l1-1-0 enable_api_ms_win_eventing_classicprovider_l1_1_0
20020 wine_fn_config_makefile dlls
/api-ms-win-eventing-consumer-l1-1-0 enable_api_ms_win_eventing_consumer_l1_1_0
20021 wine_fn_config_makefile dlls
/api-ms-win-eventing-controller-l1-1-0 enable_api_ms_win_eventing_controller_l1_1_0
20022 wine_fn_config_makefile dlls
/api-ms-win-eventing-legacy-l1-1-0 enable_api_ms_win_eventing_legacy_l1_1_0
20023 wine_fn_config_makefile dlls
/api-ms-win-eventing-provider-l1-1-0 enable_api_ms_win_eventing_provider_l1_1_0
20024 wine_fn_config_makefile dlls
/api-ms-win-eventlog-legacy-l1-1-0 enable_api_ms_win_eventlog_legacy_l1_1_0
20025 wine_fn_config_makefile dlls
/api-ms-win-gdi-dpiinfo-l1-1-0 enable_api_ms_win_gdi_dpiinfo_l1_1_0
20026 wine_fn_config_makefile dlls
/api-ms-win-mm-joystick-l1-1-0 enable_api_ms_win_mm_joystick_l1_1_0
20027 wine_fn_config_makefile dlls
/api-ms-win-mm-misc-l1-1-1 enable_api_ms_win_mm_misc_l1_1_1
20028 wine_fn_config_makefile dlls
/api-ms-win-mm-mme-l1-1-0 enable_api_ms_win_mm_mme_l1_1_0
20029 wine_fn_config_makefile dlls
/api-ms-win-mm-time-l1-1-0 enable_api_ms_win_mm_time_l1_1_0
20030 wine_fn_config_makefile dlls
/api-ms-win-ntuser-dc-access-l1-1-0 enable_api_ms_win_ntuser_dc_access_l1_1_0
20031 wine_fn_config_makefile dlls
/api-ms-win-ntuser-rectangle-l1-1-0 enable_api_ms_win_ntuser_rectangle_l1_1_0
20032 wine_fn_config_makefile dlls
/api-ms-win-ntuser-sysparams-l1-1-0 enable_api_ms_win_ntuser_sysparams_l1_1_0
20033 wine_fn_config_makefile dlls
/api-ms-win-perf-legacy-l1-1-0 enable_api_ms_win_perf_legacy_l1_1_0
20034 wine_fn_config_makefile dlls
/api-ms-win-power-base-l1-1-0 enable_api_ms_win_power_base_l1_1_0
20035 wine_fn_config_makefile dlls
/api-ms-win-power-setting-l1-1-0 enable_api_ms_win_power_setting_l1_1_0
20036 wine_fn_config_makefile dlls
/api-ms-win-rtcore-ntuser-draw-l1-1-0 enable_api_ms_win_rtcore_ntuser_draw_l1_1_0
20037 wine_fn_config_makefile dlls
/api-ms-win-rtcore-ntuser-private-l1-1-0 enable_api_ms_win_rtcore_ntuser_private_l1_1_0
20038 wine_fn_config_makefile dlls
/api-ms-win-rtcore-ntuser-private-l1-1-4 enable_api_ms_win_rtcore_ntuser_private_l1_1_4
20039 wine_fn_config_makefile dlls
/api-ms-win-rtcore-ntuser-window-l1-1-0 enable_api_ms_win_rtcore_ntuser_window_l1_1_0
20040 wine_fn_config_makefile dlls
/api-ms-win-rtcore-ntuser-winevent-l1-1-0 enable_api_ms_win_rtcore_ntuser_winevent_l1_1_0
20041 wine_fn_config_makefile dlls
/api-ms-win-rtcore-ntuser-wmpointer-l1-1-0 enable_api_ms_win_rtcore_ntuser_wmpointer_l1_1_0
20042 wine_fn_config_makefile dlls
/api-ms-win-rtcore-ntuser-wmpointer-l1-1-3 enable_api_ms_win_rtcore_ntuser_wmpointer_l1_1_3
20043 wine_fn_config_makefile dlls
/api-ms-win-security-activedirectoryclient-l1-1-0 enable_api_ms_win_security_activedirectoryclient_l1_1_0
20044 wine_fn_config_makefile dlls
/api-ms-win-security-audit-l1-1-1 enable_api_ms_win_security_audit_l1_1_1
20045 wine_fn_config_makefile dlls
/api-ms-win-security-base-l1-1-0 enable_api_ms_win_security_base_l1_1_0
20046 wine_fn_config_makefile dlls
/api-ms-win-security-base-l1-2-0 enable_api_ms_win_security_base_l1_2_0
20047 wine_fn_config_makefile dlls
/api-ms-win-security-base-private-l1-1-1 enable_api_ms_win_security_base_private_l1_1_1
20048 wine_fn_config_makefile dlls
/api-ms-win-security-credentials-l1-1-0 enable_api_ms_win_security_credentials_l1_1_0
20049 wine_fn_config_makefile dlls
/api-ms-win-security-cryptoapi-l1-1-0 enable_api_ms_win_security_cryptoapi_l1_1_0
20050 wine_fn_config_makefile dlls
/api-ms-win-security-grouppolicy-l1-1-0 enable_api_ms_win_security_grouppolicy_l1_1_0
20051 wine_fn_config_makefile dlls
/api-ms-win-security-lsalookup-l1-1-0 enable_api_ms_win_security_lsalookup_l1_1_0
20052 wine_fn_config_makefile dlls
/api-ms-win-security-lsalookup-l1-1-1 enable_api_ms_win_security_lsalookup_l1_1_1
20053 wine_fn_config_makefile dlls
/api-ms-win-security-lsalookup-l2-1-0 enable_api_ms_win_security_lsalookup_l2_1_0
20054 wine_fn_config_makefile dlls
/api-ms-win-security-lsalookup-l2-1-1 enable_api_ms_win_security_lsalookup_l2_1_1
20055 wine_fn_config_makefile dlls
/api-ms-win-security-lsapolicy-l1-1-0 enable_api_ms_win_security_lsapolicy_l1_1_0
20056 wine_fn_config_makefile dlls
/api-ms-win-security-provider-l1-1-0 enable_api_ms_win_security_provider_l1_1_0
20057 wine_fn_config_makefile dlls
/api-ms-win-security-sddl-l1-1-0 enable_api_ms_win_security_sddl_l1_1_0
20058 wine_fn_config_makefile dlls
/api-ms-win-security-systemfunctions-l1-1-0 enable_api_ms_win_security_systemfunctions_l1_1_0
20059 wine_fn_config_makefile dlls
/api-ms-win-service-core-l1-1-0 enable_api_ms_win_service_core_l1_1_0
20060 wine_fn_config_makefile dlls
/api-ms-win-service-core-l1-1-1 enable_api_ms_win_service_core_l1_1_1
20061 wine_fn_config_makefile dlls
/api-ms-win-service-management-l1-1-0 enable_api_ms_win_service_management_l1_1_0
20062 wine_fn_config_makefile dlls
/api-ms-win-service-management-l2-1-0 enable_api_ms_win_service_management_l2_1_0
20063 wine_fn_config_makefile dlls
/api-ms-win-service-private-l1-1-1 enable_api_ms_win_service_private_l1_1_1
20064 wine_fn_config_makefile dlls
/api-ms-win-service-winsvc-l1-1-0 enable_api_ms_win_service_winsvc_l1_1_0
20065 wine_fn_config_makefile dlls
/api-ms-win-service-winsvc-l1-2-0 enable_api_ms_win_service_winsvc_l1_2_0
20066 wine_fn_config_makefile dlls
/api-ms-win-shcore-obsolete-l1-1-0 enable_api_ms_win_shcore_obsolete_l1_1_0
20067 wine_fn_config_makefile dlls
/api-ms-win-shcore-scaling-l1-1-1 enable_api_ms_win_shcore_scaling_l1_1_1
20068 wine_fn_config_makefile dlls
/api-ms-win-shcore-stream-l1-1-0 enable_api_ms_win_shcore_stream_l1_1_0
20069 wine_fn_config_makefile dlls
/api-ms-win-shcore-thread-l1-1-0 enable_api_ms_win_shcore_thread_l1_1_0
20070 wine_fn_config_makefile dlls
/api-ms-win-shell-shellcom-l1-1-0 enable_api_ms_win_shell_shellcom_l1_1_0
20071 wine_fn_config_makefile dlls
/api-ms-win-shell-shellfolders-l1-1-0 enable_api_ms_win_shell_shellfolders_l1_1_0
20072 wine_fn_config_makefile dlls
/apphelp enable_apphelp
20073 wine_fn_config_makefile dlls
/apphelp
/tests enable_tests
20074 wine_fn_config_makefile dlls
/appwiz.cpl enable_appwiz_cpl
20075 wine_fn_config_makefile dlls
/atl enable_atl
20076 wine_fn_config_makefile dlls
/atl
/tests enable_tests
20077 wine_fn_config_makefile dlls
/atl100 enable_atl100
20078 wine_fn_config_makefile dlls
/atl100
/tests enable_tests
20079 wine_fn_config_makefile dlls
/atl110 enable_atl110
20080 wine_fn_config_makefile dlls
/atl80 enable_atl80
20081 wine_fn_config_makefile dlls
/atl80
/tests enable_tests
20082 wine_fn_config_makefile dlls
/atl90 enable_atl90
20083 wine_fn_config_makefile dlls
/atlthunk enable_atlthunk
20084 wine_fn_config_makefile dlls
/atlthunk
/tests enable_tests
20085 wine_fn_config_makefile dlls
/atmlib enable_atmlib
20086 wine_fn_config_makefile dlls
/authz enable_authz
20087 wine_fn_config_makefile dlls
/avicap32 enable_avicap32
20088 wine_fn_config_makefile dlls
/avifil32 enable_avifil32
20089 wine_fn_config_makefile dlls
/avifil32
/tests enable_tests
20090 wine_fn_config_makefile dlls
/avifile.dll16 enable_win16
20091 wine_fn_config_makefile dlls
/avrt enable_avrt
20092 wine_fn_config_makefile dlls
/bcrypt enable_bcrypt
20093 wine_fn_config_makefile dlls
/bcrypt
/tests enable_tests
20094 wine_fn_config_makefile dlls
/bluetoothapis enable_bluetoothapis
20095 wine_fn_config_makefile dlls
/browseui enable_browseui
20096 wine_fn_config_makefile dlls
/browseui
/tests enable_tests
20097 wine_fn_config_makefile dlls
/bthprops.cpl enable_bthprops_cpl
20098 wine_fn_config_makefile dlls
/cabinet enable_cabinet
20099 wine_fn_config_makefile dlls
/cabinet
/tests enable_tests
20100 wine_fn_config_makefile dlls
/capi2032 enable_capi2032
20101 wine_fn_config_makefile dlls
/cards enable_cards
20102 wine_fn_config_makefile dlls
/cdosys enable_cdosys
20103 wine_fn_config_makefile dlls
/cfgmgr32 enable_cfgmgr32
20104 wine_fn_config_makefile dlls
/clusapi enable_clusapi
20105 wine_fn_config_makefile dlls
/combase enable_combase
20106 wine_fn_config_makefile dlls
/combase
/tests enable_tests
20107 wine_fn_config_makefile dlls
/comcat enable_comcat
20108 wine_fn_config_makefile dlls
/comcat
/tests enable_tests
20109 wine_fn_config_makefile dlls
/comctl32 enable_comctl32
20110 wine_fn_config_makefile dlls
/comctl32
/tests enable_tests
20111 wine_fn_config_makefile dlls
/comdlg32 enable_comdlg32
20112 wine_fn_config_makefile dlls
/comdlg32
/tests enable_tests
20113 wine_fn_config_makefile dlls
/comm.drv16 enable_win16
20114 wine_fn_config_makefile dlls
/commdlg.dll16 enable_win16
20115 wine_fn_config_makefile dlls
/compobj.dll16 enable_win16
20116 wine_fn_config_makefile dlls
/compstui enable_compstui
20117 wine_fn_config_makefile dlls
/comsvcs enable_comsvcs
20118 wine_fn_config_makefile dlls
/comsvcs
/tests enable_tests
20119 wine_fn_config_makefile dlls
/concrt140 enable_concrt140
20120 wine_fn_config_makefile dlls
/concrt140
/tests enable_tests
20121 wine_fn_config_makefile dlls
/connect enable_connect
20122 wine_fn_config_makefile dlls
/credui enable_credui
20123 wine_fn_config_makefile dlls
/credui
/tests enable_tests
20124 wine_fn_config_makefile dlls
/crtdll enable_crtdll
20125 wine_fn_config_makefile dlls
/crypt32 enable_crypt32
20126 wine_fn_config_makefile dlls
/crypt32
/tests enable_tests
20127 wine_fn_config_makefile dlls
/cryptdlg enable_cryptdlg
20128 wine_fn_config_makefile dlls
/cryptdll enable_cryptdll
20129 wine_fn_config_makefile dlls
/cryptext enable_cryptext
20130 wine_fn_config_makefile dlls
/cryptnet enable_cryptnet
20131 wine_fn_config_makefile dlls
/cryptnet
/tests enable_tests
20132 wine_fn_config_makefile dlls
/cryptui enable_cryptui
20133 wine_fn_config_makefile dlls
/cryptui
/tests enable_tests
20134 wine_fn_config_makefile dlls
/ctapi32 enable_ctapi32
20135 wine_fn_config_makefile dlls
/ctl3d.dll16 enable_win16
20136 wine_fn_config_makefile dlls
/ctl3d32 enable_ctl3d32
20137 wine_fn_config_makefile dlls
/ctl3dv2.dll16 enable_win16
20138 wine_fn_config_makefile dlls
/d2d1 enable_d2d1
20139 wine_fn_config_makefile dlls
/d2d
1/tests enable_tests
20140 wine_fn_config_makefile dlls
/d3d10 enable_d3d10
20141 wine_fn_config_makefile dlls
/d3d10
/tests enable_tests
20142 wine_fn_config_makefile dlls
/d3d10_1 enable_d3d10_1
20143 wine_fn_config_makefile dlls
/d3d10_
1/tests enable_tests
20144 wine_fn_config_makefile dlls
/d3d10core enable_d3d10core
20145 wine_fn_config_makefile dlls
/d3d10core
/tests enable_tests
20146 wine_fn_config_makefile dlls
/d3d11 enable_d3d11
20147 wine_fn_config_makefile dlls
/d3d11
/tests enable_tests
20148 wine_fn_config_makefile dlls
/d3d12 enable_d3d12
20149 wine_fn_config_makefile dlls
/d3d12
/tests enable_tests
20150 wine_fn_config_makefile dlls
/d3d8 enable_d3d8
20151 wine_fn_config_makefile dlls
/d3d
8/tests enable_tests
20152 wine_fn_config_makefile dlls
/d3d8thk enable_d3d8thk
20153 wine_fn_config_makefile dlls
/d3d9 enable_d3d9
20154 wine_fn_config_makefile dlls
/d3d
9/tests enable_tests
20155 wine_fn_config_makefile dlls
/d3dcompiler_33 enable_d3dcompiler_33
20156 wine_fn_config_makefile dlls
/d3dcompiler_34 enable_d3dcompiler_34
20157 wine_fn_config_makefile dlls
/d3dcompiler_35 enable_d3dcompiler_35
20158 wine_fn_config_makefile dlls
/d3dcompiler_36 enable_d3dcompiler_36
20159 wine_fn_config_makefile dlls
/d3dcompiler_37 enable_d3dcompiler_37
20160 wine_fn_config_makefile dlls
/d3dcompiler_38 enable_d3dcompiler_38
20161 wine_fn_config_makefile dlls
/d3dcompiler_39 enable_d3dcompiler_39
20162 wine_fn_config_makefile dlls
/d3dcompiler_40 enable_d3dcompiler_40
20163 wine_fn_config_makefile dlls
/d3dcompiler_41 enable_d3dcompiler_41
20164 wine_fn_config_makefile dlls
/d3dcompiler_42 enable_d3dcompiler_42
20165 wine_fn_config_makefile dlls
/d3dcompiler_43 enable_d3dcompiler_43
20166 wine_fn_config_makefile dlls
/d3dcompiler_43
/tests enable_tests
20167 wine_fn_config_makefile dlls
/d3dcompiler_46 enable_d3dcompiler_46
20168 wine_fn_config_makefile dlls
/d3dcompiler_47 enable_d3dcompiler_47
20169 wine_fn_config_makefile dlls
/d3dcompiler_47
/tests enable_tests
20170 wine_fn_config_makefile dlls
/d3dim enable_d3dim
20171 wine_fn_config_makefile dlls
/d3dim700 enable_d3dim700
20172 wine_fn_config_makefile dlls
/d3drm enable_d3drm
20173 wine_fn_config_makefile dlls
/d3drm
/tests enable_tests
20174 wine_fn_config_makefile dlls
/d3dx10_33 enable_d3dx10_33
20175 wine_fn_config_makefile dlls
/d3dx10_34 enable_d3dx10_34
20176 wine_fn_config_makefile dlls
/d3dx10_35 enable_d3dx10_35
20177 wine_fn_config_makefile dlls
/d3dx10_36 enable_d3dx10_36
20178 wine_fn_config_makefile dlls
/d3dx10_37 enable_d3dx10_37
20179 wine_fn_config_makefile dlls
/d3dx10_38 enable_d3dx10_38
20180 wine_fn_config_makefile dlls
/d3dx10_39 enable_d3dx10_39
20181 wine_fn_config_makefile dlls
/d3dx10_40 enable_d3dx10_40
20182 wine_fn_config_makefile dlls
/d3dx10_41 enable_d3dx10_41
20183 wine_fn_config_makefile dlls
/d3dx10_42 enable_d3dx10_42
20184 wine_fn_config_makefile dlls
/d3dx10_43 enable_d3dx10_43
20185 wine_fn_config_makefile dlls
/d3dx10_43
/tests enable_tests
20186 wine_fn_config_makefile dlls
/d3dx11_42 enable_d3dx11_42
20187 wine_fn_config_makefile dlls
/d3dx11_43 enable_d3dx11_43
20188 wine_fn_config_makefile dlls
/d3dx11_43
/tests enable_tests
20189 wine_fn_config_makefile dlls
/d3dx9_24 enable_d3dx9_24
20190 wine_fn_config_makefile dlls
/d3dx9_25 enable_d3dx9_25
20191 wine_fn_config_makefile dlls
/d3dx9_26 enable_d3dx9_26
20192 wine_fn_config_makefile dlls
/d3dx9_27 enable_d3dx9_27
20193 wine_fn_config_makefile dlls
/d3dx9_28 enable_d3dx9_28
20194 wine_fn_config_makefile dlls
/d3dx9_29 enable_d3dx9_29
20195 wine_fn_config_makefile dlls
/d3dx9_30 enable_d3dx9_30
20196 wine_fn_config_makefile dlls
/d3dx9_31 enable_d3dx9_31
20197 wine_fn_config_makefile dlls
/d3dx9_32 enable_d3dx9_32
20198 wine_fn_config_makefile dlls
/d3dx9_33 enable_d3dx9_33
20199 wine_fn_config_makefile dlls
/d3dx9_34 enable_d3dx9_34
20200 wine_fn_config_makefile dlls
/d3dx9_35 enable_d3dx9_35
20201 wine_fn_config_makefile dlls
/d3dx9_36 enable_d3dx9_36
20202 wine_fn_config_makefile dlls
/d3dx9_36
/tests enable_tests
20203 wine_fn_config_makefile dlls
/d3dx9_37 enable_d3dx9_37
20204 wine_fn_config_makefile dlls
/d3dx9_38 enable_d3dx9_38
20205 wine_fn_config_makefile dlls
/d3dx9_39 enable_d3dx9_39
20206 wine_fn_config_makefile dlls
/d3dx9_40 enable_d3dx9_40
20207 wine_fn_config_makefile dlls
/d3dx9_41 enable_d3dx9_41
20208 wine_fn_config_makefile dlls
/d3dx9_42 enable_d3dx9_42
20209 wine_fn_config_makefile dlls
/d3dx9_43 enable_d3dx9_43
20210 wine_fn_config_makefile dlls
/d3dxof enable_d3dxof
20211 wine_fn_config_makefile dlls
/d3dxof
/tests enable_tests
20212 wine_fn_config_makefile dlls
/davclnt enable_davclnt
20213 wine_fn_config_makefile dlls
/dbgeng enable_dbgeng
20214 wine_fn_config_makefile dlls
/dbgeng
/tests enable_tests
20215 wine_fn_config_makefile dlls
/dbghelp enable_dbghelp
20216 wine_fn_config_makefile dlls
/dbghelp
/tests enable_tests
20217 wine_fn_config_makefile dlls
/dciman32 enable_dciman32
20218 wine_fn_config_makefile dlls
/dcomp enable_dcomp
20219 wine_fn_config_makefile dlls
/ddeml.dll16 enable_win16
20220 wine_fn_config_makefile dlls
/ddraw enable_ddraw
20221 wine_fn_config_makefile dlls
/ddraw
/tests enable_tests
20222 wine_fn_config_makefile dlls
/ddrawex enable_ddrawex
20223 wine_fn_config_makefile dlls
/ddrawex
/tests enable_tests
20224 wine_fn_config_makefile dlls
/devenum enable_devenum
20225 wine_fn_config_makefile dlls
/devenum
/tests enable_tests
20226 wine_fn_config_makefile dlls
/dhcpcsvc enable_dhcpcsvc
20227 wine_fn_config_makefile dlls
/dhcpcsvc
/tests enable_tests
20228 wine_fn_config_makefile dlls
/dhtmled.ocx enable_dhtmled_ocx
20229 wine_fn_config_makefile dlls
/difxapi enable_difxapi
20230 wine_fn_config_makefile dlls
/dinput enable_dinput
20231 wine_fn_config_makefile dlls
/dinput
/tests enable_tests
20232 wine_fn_config_makefile dlls
/dinput8 enable_dinput8
20233 wine_fn_config_makefile dlls
/dinput
8/tests enable_tests
20234 wine_fn_config_makefile dlls
/directmanipulation enable_directmanipulation
20235 wine_fn_config_makefile dlls
/directmanipulation
/tests enable_tests
20236 wine_fn_config_makefile dlls
/dispdib.dll16 enable_win16
20237 wine_fn_config_makefile dlls
/dispex enable_dispex
20238 wine_fn_config_makefile dlls
/dispex
/tests enable_tests
20239 wine_fn_config_makefile dlls
/display.drv16 enable_win16
20240 wine_fn_config_makefile dlls
/dmband enable_dmband
20241 wine_fn_config_makefile dlls
/dmband
/tests enable_tests
20242 wine_fn_config_makefile dlls
/dmcompos enable_dmcompos
20243 wine_fn_config_makefile dlls
/dmcompos
/tests enable_tests
20244 wine_fn_config_makefile dlls
/dmime enable_dmime
20245 wine_fn_config_makefile dlls
/dmime
/tests enable_tests
20246 wine_fn_config_makefile dlls
/dmloader enable_dmloader
20247 wine_fn_config_makefile dlls
/dmloader
/tests enable_tests
20248 wine_fn_config_makefile dlls
/dmoguids enable_dmoguids
20249 wine_fn_config_makefile dlls
/dmscript enable_dmscript
20250 wine_fn_config_makefile dlls
/dmscript
/tests enable_tests
20251 wine_fn_config_makefile dlls
/dmstyle enable_dmstyle
20252 wine_fn_config_makefile dlls
/dmstyle
/tests enable_tests
20253 wine_fn_config_makefile dlls
/dmsynth enable_dmsynth
20254 wine_fn_config_makefile dlls
/dmsynth
/tests enable_tests
20255 wine_fn_config_makefile dlls
/dmusic enable_dmusic
20256 wine_fn_config_makefile dlls
/dmusic
/tests enable_tests
20257 wine_fn_config_makefile dlls
/dmusic32 enable_dmusic32
20258 wine_fn_config_makefile dlls
/dnsapi enable_dnsapi
20259 wine_fn_config_makefile dlls
/dnsapi
/tests enable_tests
20260 wine_fn_config_makefile dlls
/dplay enable_dplay
20261 wine_fn_config_makefile dlls
/dplayx enable_dplayx
20262 wine_fn_config_makefile dlls
/dplayx
/tests enable_tests
20263 wine_fn_config_makefile dlls
/dpnaddr enable_dpnaddr
20264 wine_fn_config_makefile dlls
/dpnet enable_dpnet
20265 wine_fn_config_makefile dlls
/dpnet
/tests enable_tests
20266 wine_fn_config_makefile dlls
/dpnhpast enable_dpnhpast
20267 wine_fn_config_makefile dlls
/dpnlobby enable_dpnlobby
20268 wine_fn_config_makefile dlls
/dpvoice enable_dpvoice
20269 wine_fn_config_makefile dlls
/dpvoice
/tests enable_tests
20270 wine_fn_config_makefile dlls
/dpwsockx enable_dpwsockx
20271 wine_fn_config_makefile dlls
/drmclien enable_drmclien
20272 wine_fn_config_makefile dlls
/dsdmo enable_dsdmo
20273 wine_fn_config_makefile dlls
/dsdmo
/tests enable_tests
20274 wine_fn_config_makefile dlls
/dsound enable_dsound
20275 wine_fn_config_makefile dlls
/dsound
/tests enable_tests
20276 wine_fn_config_makefile dlls
/dsquery enable_dsquery
20277 wine_fn_config_makefile dlls
/dssenh enable_dssenh
20278 wine_fn_config_makefile dlls
/dssenh
/tests enable_tests
20279 wine_fn_config_makefile dlls
/dsuiext enable_dsuiext
20280 wine_fn_config_makefile dlls
/dswave enable_dswave
20281 wine_fn_config_makefile dlls
/dswave
/tests enable_tests
20282 wine_fn_config_makefile dlls
/dwmapi enable_dwmapi
20283 wine_fn_config_makefile dlls
/dwmapi
/tests enable_tests
20284 wine_fn_config_makefile dlls
/dwrite enable_dwrite
20285 wine_fn_config_makefile dlls
/dwrite
/tests enable_tests
20286 wine_fn_config_makefile dlls
/dx8vb enable_dx8vb
20287 wine_fn_config_makefile dlls
/dxdiagn enable_dxdiagn
20288 wine_fn_config_makefile dlls
/dxdiagn
/tests enable_tests
20289 wine_fn_config_makefile dlls
/dxerr8 enable_dxerr8
20290 wine_fn_config_makefile dlls
/dxerr9 enable_dxerr9
20291 wine_fn_config_makefile dlls
/dxgi enable_dxgi
20292 wine_fn_config_makefile dlls
/dxgi
/tests enable_tests
20293 wine_fn_config_makefile dlls
/dxguid enable_dxguid
20294 wine_fn_config_makefile dlls
/dxva2 enable_dxva2
20295 wine_fn_config_makefile dlls
/dxva
2/tests enable_tests
20296 wine_fn_config_makefile dlls
/esent enable_esent
20297 wine_fn_config_makefile dlls
/evr enable_evr
20298 wine_fn_config_makefile dlls
/evr
/tests enable_tests
20299 wine_fn_config_makefile dlls
/explorerframe enable_explorerframe
20300 wine_fn_config_makefile dlls
/explorerframe
/tests enable_tests
20301 wine_fn_config_makefile dlls
/ext-ms-win-authz-context-l1-1-0 enable_ext_ms_win_authz_context_l1_1_0
20302 wine_fn_config_makefile dlls
/ext-ms-win-domainjoin-netjoin-l1-1-0 enable_ext_ms_win_domainjoin_netjoin_l1_1_0
20303 wine_fn_config_makefile dlls
/ext-ms-win-dwmapi-ext-l1-1-0 enable_ext_ms_win_dwmapi_ext_l1_1_0
20304 wine_fn_config_makefile dlls
/ext-ms-win-gdi-dc-create-l1-1-0 enable_ext_ms_win_gdi_dc_create_l1_1_0
20305 wine_fn_config_makefile dlls
/ext-ms-win-gdi-dc-create-l1-1-1 enable_ext_ms_win_gdi_dc_create_l1_1_1
20306 wine_fn_config_makefile dlls
/ext-ms-win-gdi-dc-l1-2-0 enable_ext_ms_win_gdi_dc_l1_2_0
20307 wine_fn_config_makefile dlls
/ext-ms-win-gdi-devcaps-l1-1-0 enable_ext_ms_win_gdi_devcaps_l1_1_0
20308 wine_fn_config_makefile dlls
/ext-ms-win-gdi-draw-l1-1-0 enable_ext_ms_win_gdi_draw_l1_1_0
20309 wine_fn_config_makefile dlls
/ext-ms-win-gdi-draw-l1-1-1 enable_ext_ms_win_gdi_draw_l1_1_1
20310 wine_fn_config_makefile dlls
/ext-ms-win-gdi-font-l1-1-0 enable_ext_ms_win_gdi_font_l1_1_0
20311 wine_fn_config_makefile dlls
/ext-ms-win-gdi-font-l1-1-1 enable_ext_ms_win_gdi_font_l1_1_1
20312 wine_fn_config_makefile dlls
/ext-ms-win-gdi-render-l1-1-0 enable_ext_ms_win_gdi_render_l1_1_0
20313 wine_fn_config_makefile dlls
/ext-ms-win-kernel32-package-current-l1-1-0 enable_ext_ms_win_kernel32_package_current_l1_1_0
20314 wine_fn_config_makefile dlls
/ext-ms-win-kernel32-package-l1-1-1 enable_ext_ms_win_kernel32_package_l1_1_1
20315 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-dialogbox-l1-1-0 enable_ext_ms_win_ntuser_dialogbox_l1_1_0
20316 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-draw-l1-1-0 enable_ext_ms_win_ntuser_draw_l1_1_0
20317 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-gui-l1-1-0 enable_ext_ms_win_ntuser_gui_l1_1_0
20318 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-gui-l1-3-0 enable_ext_ms_win_ntuser_gui_l1_3_0
20319 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-keyboard-l1-3-0 enable_ext_ms_win_ntuser_keyboard_l1_3_0
20320 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-message-l1-1-0 enable_ext_ms_win_ntuser_message_l1_1_0
20321 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-message-l1-1-1 enable_ext_ms_win_ntuser_message_l1_1_1
20322 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-misc-l1-1-0 enable_ext_ms_win_ntuser_misc_l1_1_0
20323 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-misc-l1-2-0 enable_ext_ms_win_ntuser_misc_l1_2_0
20324 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-misc-l1-5-1 enable_ext_ms_win_ntuser_misc_l1_5_1
20325 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-mouse-l1-1-0 enable_ext_ms_win_ntuser_mouse_l1_1_0
20326 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-private-l1-1-1 enable_ext_ms_win_ntuser_private_l1_1_1
20327 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-private-l1-3-1 enable_ext_ms_win_ntuser_private_l1_3_1
20328 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-rectangle-ext-l1-1-0 enable_ext_ms_win_ntuser_rectangle_ext_l1_1_0
20329 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-uicontext-ext-l1-1-0 enable_ext_ms_win_ntuser_uicontext_ext_l1_1_0
20330 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-window-l1-1-0 enable_ext_ms_win_ntuser_window_l1_1_0
20331 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-window-l1-1-1 enable_ext_ms_win_ntuser_window_l1_1_1
20332 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-window-l1-1-4 enable_ext_ms_win_ntuser_window_l1_1_4
20333 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-windowclass-l1-1-0 enable_ext_ms_win_ntuser_windowclass_l1_1_0
20334 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-windowclass-l1-1-1 enable_ext_ms_win_ntuser_windowclass_l1_1_1
20335 wine_fn_config_makefile dlls
/ext-ms-win-oleacc-l1-1-0 enable_ext_ms_win_oleacc_l1_1_0
20336 wine_fn_config_makefile dlls
/ext-ms-win-ras-rasapi32-l1-1-0 enable_ext_ms_win_ras_rasapi32_l1_1_0
20337 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-gdi-devcaps-l1-1-0 enable_ext_ms_win_rtcore_gdi_devcaps_l1_1_0
20338 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-gdi-object-l1-1-0 enable_ext_ms_win_rtcore_gdi_object_l1_1_0
20339 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-gdi-rgn-l1-1-0 enable_ext_ms_win_rtcore_gdi_rgn_l1_1_0
20340 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-ntuser-cursor-l1-1-0 enable_ext_ms_win_rtcore_ntuser_cursor_l1_1_0
20341 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
20342 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-ntuser-dpi-l1-1-0 enable_ext_ms_win_rtcore_ntuser_dpi_l1_1_0
20343 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-ntuser-dpi-l1-2-0 enable_ext_ms_win_rtcore_ntuser_dpi_l1_2_0
20344 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-ntuser-rawinput-l1-1-0 enable_ext_ms_win_rtcore_ntuser_rawinput_l1_1_0
20345 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-ntuser-syscolors-l1-1-0 enable_ext_ms_win_rtcore_ntuser_syscolors_l1_1_0
20346 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-ntuser-sysparams-l1-1-0 enable_ext_ms_win_rtcore_ntuser_sysparams_l1_1_0
20347 wine_fn_config_makefile dlls
/ext-ms-win-security-credui-l1-1-0 enable_ext_ms_win_security_credui_l1_1_0
20348 wine_fn_config_makefile dlls
/ext-ms-win-security-cryptui-l1-1-0 enable_ext_ms_win_security_cryptui_l1_1_0
20349 wine_fn_config_makefile dlls
/ext-ms-win-shell-comctl32-init-l1-1-0 enable_ext_ms_win_shell_comctl32_init_l1_1_0
20350 wine_fn_config_makefile dlls
/ext-ms-win-shell-comdlg32-l1-1-0 enable_ext_ms_win_shell_comdlg32_l1_1_0
20351 wine_fn_config_makefile dlls
/ext-ms-win-shell-shell32-l1-2-0 enable_ext_ms_win_shell_shell32_l1_2_0
20352 wine_fn_config_makefile dlls
/ext-ms-win-uxtheme-themes-l1-1-0 enable_ext_ms_win_uxtheme_themes_l1_1_0
20353 wine_fn_config_makefile dlls
/faultrep enable_faultrep
20354 wine_fn_config_makefile dlls
/faultrep
/tests enable_tests
20355 wine_fn_config_makefile dlls
/feclient enable_feclient
20356 wine_fn_config_makefile dlls
/fltlib enable_fltlib
20357 wine_fn_config_makefile dlls
/fltmgr.sys enable_fltmgr_sys
20358 wine_fn_config_makefile dlls
/fntcache enable_fntcache
20359 wine_fn_config_makefile dlls
/fontsub enable_fontsub
20360 wine_fn_config_makefile dlls
/fusion enable_fusion
20361 wine_fn_config_makefile dlls
/fusion
/tests enable_tests
20362 wine_fn_config_makefile dlls
/fwpuclnt enable_fwpuclnt
20363 wine_fn_config_makefile dlls
/gameux enable_gameux
20364 wine_fn_config_makefile dlls
/gameux
/tests enable_tests
20365 wine_fn_config_makefile dlls
/gdi.exe16 enable_win16
20366 wine_fn_config_makefile dlls
/gdi32 enable_gdi32
20367 wine_fn_config_makefile dlls
/gdi32
/tests enable_tests
20368 wine_fn_config_makefile dlls
/gdiplus enable_gdiplus
20369 wine_fn_config_makefile dlls
/gdiplus
/tests enable_tests
20370 wine_fn_config_makefile dlls
/glu32 enable_glu32
20371 wine_fn_config_makefile dlls
/gphoto2.ds enable_gphoto2_ds
20372 wine_fn_config_makefile dlls
/gpkcsp enable_gpkcsp
20373 wine_fn_config_makefile dlls
/hal enable_hal
20374 wine_fn_config_makefile dlls
/hhctrl.ocx enable_hhctrl_ocx
20375 wine_fn_config_makefile dlls
/hid enable_hid
20376 wine_fn_config_makefile dlls
/hid
/tests enable_tests
20377 wine_fn_config_makefile dlls
/hidclass.sys enable_hidclass_sys
20378 wine_fn_config_makefile dlls
/hlink enable_hlink
20379 wine_fn_config_makefile dlls
/hlink
/tests enable_tests
20380 wine_fn_config_makefile dlls
/hnetcfg enable_hnetcfg
20381 wine_fn_config_makefile dlls
/hnetcfg
/tests enable_tests
20382 wine_fn_config_makefile dlls
/http.sys enable_http_sys
20383 wine_fn_config_makefile dlls
/httpapi enable_httpapi
20384 wine_fn_config_makefile dlls
/httpapi
/tests enable_tests
20385 wine_fn_config_makefile dlls
/iccvid enable_iccvid
20386 wine_fn_config_makefile dlls
/icmp enable_icmp
20387 wine_fn_config_makefile dlls
/ieframe enable_ieframe
20388 wine_fn_config_makefile dlls
/ieframe
/tests enable_tests
20389 wine_fn_config_makefile dlls
/ieproxy enable_ieproxy
20390 wine_fn_config_makefile dlls
/ifsmgr.vxd enable_win16
20391 wine_fn_config_makefile dlls
/imaadp32.acm enable_imaadp32_acm
20392 wine_fn_config_makefile dlls
/imagehlp enable_imagehlp
20393 wine_fn_config_makefile dlls
/imagehlp
/tests enable_tests
20394 wine_fn_config_makefile dlls
/imm.dll16 enable_win16
20395 wine_fn_config_makefile dlls
/imm32 enable_imm32
20396 wine_fn_config_makefile dlls
/imm32
/tests enable_tests
20397 wine_fn_config_makefile dlls
/inetcomm enable_inetcomm
20398 wine_fn_config_makefile dlls
/inetcomm
/tests enable_tests
20399 wine_fn_config_makefile dlls
/inetcpl.cpl enable_inetcpl_cpl
20400 wine_fn_config_makefile dlls
/inetmib1 enable_inetmib1
20401 wine_fn_config_makefile dlls
/inetmib
1/tests enable_tests
20402 wine_fn_config_makefile dlls
/infosoft enable_infosoft
20403 wine_fn_config_makefile dlls
/infosoft
/tests enable_tests
20404 wine_fn_config_makefile dlls
/initpki enable_initpki
20405 wine_fn_config_makefile dlls
/inkobj enable_inkobj
20406 wine_fn_config_makefile dlls
/inseng enable_inseng
20407 wine_fn_config_makefile dlls
/iphlpapi enable_iphlpapi
20408 wine_fn_config_makefile dlls
/iphlpapi
/tests enable_tests
20409 wine_fn_config_makefile dlls
/iprop enable_iprop
20410 wine_fn_config_makefile dlls
/irprops.cpl enable_irprops_cpl
20411 wine_fn_config_makefile dlls
/itircl enable_itircl
20412 wine_fn_config_makefile dlls
/itss enable_itss
20413 wine_fn_config_makefile dlls
/itss
/tests enable_tests
20414 wine_fn_config_makefile dlls
/joy.cpl enable_joy_cpl
20415 wine_fn_config_makefile dlls
/jscript enable_jscript
20416 wine_fn_config_makefile dlls
/jscript
/tests enable_tests
20417 wine_fn_config_makefile dlls
/jsproxy enable_jsproxy
20418 wine_fn_config_makefile dlls
/jsproxy
/tests enable_tests
20419 wine_fn_config_makefile dlls
/kerberos enable_kerberos
20420 wine_fn_config_makefile dlls
/kernel32 enable_kernel32
20421 wine_fn_config_makefile dlls
/kernel32
/tests enable_tests
20422 wine_fn_config_makefile dlls
/kernelbase enable_kernelbase
20423 wine_fn_config_makefile dlls
/kernelbase
/tests enable_tests
20424 wine_fn_config_makefile dlls
/keyboard.drv16 enable_win16
20425 wine_fn_config_makefile dlls
/krnl386.exe16 enable_win16
20426 wine_fn_config_makefile dlls
/ksecdd.sys enable_ksecdd_sys
20427 wine_fn_config_makefile dlls
/ksproxy.ax enable_ksproxy_ax
20428 wine_fn_config_makefile dlls
/ksuser enable_ksuser
20429 wine_fn_config_makefile dlls
/ktmw32 enable_ktmw32
20430 wine_fn_config_makefile dlls
/l3codeca.acm enable_l3codeca_acm
20431 wine_fn_config_makefile dlls
/loadperf enable_loadperf
20432 wine_fn_config_makefile dlls
/localspl enable_localspl
20433 wine_fn_config_makefile dlls
/localspl
/tests enable_tests
20434 wine_fn_config_makefile dlls
/localui enable_localui
20435 wine_fn_config_makefile dlls
/localui
/tests enable_tests
20436 wine_fn_config_makefile dlls
/lz32 enable_lz32
20437 wine_fn_config_makefile dlls
/lz32
/tests enable_tests
20438 wine_fn_config_makefile dlls
/lzexpand.dll16 enable_win16
20439 wine_fn_config_makefile dlls
/mapi32 enable_mapi32
20440 wine_fn_config_makefile dlls
/mapi32
/tests enable_tests
20441 wine_fn_config_makefile dlls
/mapistub enable_mapistub
20442 wine_fn_config_makefile dlls
/mciavi32 enable_mciavi32
20443 wine_fn_config_makefile dlls
/mcicda enable_mcicda
20444 wine_fn_config_makefile dlls
/mciqtz32 enable_mciqtz32
20445 wine_fn_config_makefile dlls
/mciseq enable_mciseq
20446 wine_fn_config_makefile dlls
/mciwave enable_mciwave
20447 wine_fn_config_makefile dlls
/mf enable_mf
20448 wine_fn_config_makefile dlls
/mf
/tests enable_tests
20449 wine_fn_config_makefile dlls
/mf3216 enable_mf3216
20450 wine_fn_config_makefile dlls
/mferror enable_mferror
20451 wine_fn_config_makefile dlls
/mfmediaengine enable_mfmediaengine
20452 wine_fn_config_makefile dlls
/mfmediaengine
/tests enable_tests
20453 wine_fn_config_makefile dlls
/mfplat enable_mfplat
20454 wine_fn_config_makefile dlls
/mfplat
/tests enable_tests
20455 wine_fn_config_makefile dlls
/mfplay enable_mfplay
20456 wine_fn_config_makefile dlls
/mfreadwrite enable_mfreadwrite
20457 wine_fn_config_makefile dlls
/mfreadwrite
/tests enable_tests
20458 wine_fn_config_makefile dlls
/mfuuid enable_mfuuid
20459 wine_fn_config_makefile dlls
/mgmtapi enable_mgmtapi
20460 wine_fn_config_makefile dlls
/midimap enable_midimap
20461 wine_fn_config_makefile dlls
/mlang enable_mlang
20462 wine_fn_config_makefile dlls
/mlang
/tests enable_tests
20463 wine_fn_config_makefile dlls
/mmcndmgr enable_mmcndmgr
20464 wine_fn_config_makefile dlls
/mmcndmgr
/tests enable_tests
20465 wine_fn_config_makefile dlls
/mmdevapi enable_mmdevapi
20466 wine_fn_config_makefile dlls
/mmdevapi
/tests enable_tests
20467 wine_fn_config_makefile dlls
/mmdevldr.vxd enable_win16
20468 wine_fn_config_makefile dlls
/mmsystem.dll16 enable_win16
20469 wine_fn_config_makefile dlls
/monodebg.vxd enable_win16
20470 wine_fn_config_makefile dlls
/mountmgr.sys enable_mountmgr_sys
20471 wine_fn_config_makefile dlls
/mouse.drv16 enable_win16
20472 wine_fn_config_makefile dlls
/mp3dmod enable_mp3dmod
20473 wine_fn_config_makefile dlls
/mp3dmod
/tests enable_tests
20474 wine_fn_config_makefile dlls
/mpr enable_mpr
20475 wine_fn_config_makefile dlls
/mpr
/tests enable_tests
20476 wine_fn_config_makefile dlls
/mprapi enable_mprapi
20477 wine_fn_config_makefile dlls
/msacm.dll16 enable_win16
20478 wine_fn_config_makefile dlls
/msacm32.drv enable_msacm32_drv
20479 wine_fn_config_makefile dlls
/msacm32 enable_msacm32
20480 wine_fn_config_makefile dlls
/msacm32
/tests enable_tests
20481 wine_fn_config_makefile dlls
/msado15 enable_msado15
20482 wine_fn_config_makefile dlls
/msado15
/tests enable_tests
20483 wine_fn_config_makefile dlls
/msadp32.acm enable_msadp32_acm
20484 wine_fn_config_makefile dlls
/msasn1 enable_msasn1
20485 wine_fn_config_makefile dlls
/msasn
1/tests enable_tests
20486 wine_fn_config_makefile dlls
/mscat32 enable_mscat32
20487 wine_fn_config_makefile dlls
/mscms enable_mscms
20488 wine_fn_config_makefile dlls
/mscms
/tests enable_tests
20489 wine_fn_config_makefile dlls
/mscoree enable_mscoree
20490 wine_fn_config_makefile dlls
/mscoree
/tests enable_tests
20491 wine_fn_config_makefile dlls
/mscorwks enable_mscorwks
20492 wine_fn_config_makefile dlls
/msctf enable_msctf
20493 wine_fn_config_makefile dlls
/msctf
/tests enable_tests
20494 wine_fn_config_makefile dlls
/msctfp enable_msctfp
20495 wine_fn_config_makefile dlls
/msdaps enable_msdaps
20496 wine_fn_config_makefile dlls
/msdelta enable_msdelta
20497 wine_fn_config_makefile dlls
/msdmo enable_msdmo
20498 wine_fn_config_makefile dlls
/msdmo
/tests enable_tests
20499 wine_fn_config_makefile dlls
/msdrm enable_msdrm
20500 wine_fn_config_makefile dlls
/msftedit enable_msftedit
20501 wine_fn_config_makefile dlls
/msftedit
/tests enable_tests
20502 wine_fn_config_makefile dlls
/msg711.acm enable_msg711_acm
20503 wine_fn_config_makefile dlls
/msgsm32.acm enable_msgsm32_acm
20504 wine_fn_config_makefile dlls
/mshtml.tlb enable_mshtml_tlb
20505 wine_fn_config_makefile dlls
/mshtml enable_mshtml
20506 wine_fn_config_makefile dlls
/mshtml
/tests enable_tests
20507 wine_fn_config_makefile dlls
/msi enable_msi
20508 wine_fn_config_makefile dlls
/msi
/tests enable_tests
20509 wine_fn_config_makefile dlls
/msident enable_msident
20510 wine_fn_config_makefile dlls
/msimg32 enable_msimg32
20511 wine_fn_config_makefile dlls
/msimsg enable_msimsg
20512 wine_fn_config_makefile dlls
/msimtf enable_msimtf
20513 wine_fn_config_makefile dlls
/msisip enable_msisip
20514 wine_fn_config_makefile dlls
/msisys.ocx enable_msisys_ocx
20515 wine_fn_config_makefile dlls
/msls31 enable_msls31
20516 wine_fn_config_makefile dlls
/msnet32 enable_msnet32
20517 wine_fn_config_makefile dlls
/mspatcha enable_mspatcha
20518 wine_fn_config_makefile dlls
/mspatcha
/tests enable_tests
20519 wine_fn_config_makefile dlls
/msports enable_msports
20520 wine_fn_config_makefile dlls
/msrle32 enable_msrle32
20521 wine_fn_config_makefile dlls
/msrle32
/tests enable_tests
20522 wine_fn_config_makefile dlls
/msscript.ocx enable_msscript_ocx
20523 wine_fn_config_makefile dlls
/msscript.ocx
/tests enable_tests
20524 wine_fn_config_makefile dlls
/mssign32 enable_mssign32
20525 wine_fn_config_makefile dlls
/mssip32 enable_mssip32
20526 wine_fn_config_makefile dlls
/mstask enable_mstask
20527 wine_fn_config_makefile dlls
/mstask
/tests enable_tests
20528 wine_fn_config_makefile dlls
/msvcirt enable_msvcirt
20529 wine_fn_config_makefile dlls
/msvcirt
/tests enable_tests
20530 wine_fn_config_makefile dlls
/msvcm80 enable_msvcm80
20531 wine_fn_config_makefile dlls
/msvcm90 enable_msvcm90
20532 wine_fn_config_makefile dlls
/msvcp100 enable_msvcp100
20533 wine_fn_config_makefile dlls
/msvcp100
/tests enable_tests
20534 wine_fn_config_makefile dlls
/msvcp110 enable_msvcp110
20535 wine_fn_config_makefile dlls
/msvcp110
/tests enable_tests
20536 wine_fn_config_makefile dlls
/msvcp120 enable_msvcp120
20537 wine_fn_config_makefile dlls
/msvcp120
/tests enable_tests
20538 wine_fn_config_makefile dlls
/msvcp120_app enable_msvcp120_app
20539 wine_fn_config_makefile dlls
/msvcp140 enable_msvcp140
20540 wine_fn_config_makefile dlls
/msvcp140
/tests enable_tests
20541 wine_fn_config_makefile dlls
/msvcp140_1 enable_msvcp140_1
20542 wine_fn_config_makefile dlls
/msvcp60 enable_msvcp60
20543 wine_fn_config_makefile dlls
/msvcp60
/tests enable_tests
20544 wine_fn_config_makefile dlls
/msvcp70 enable_msvcp70
20545 wine_fn_config_makefile dlls
/msvcp71 enable_msvcp71
20546 wine_fn_config_makefile dlls
/msvcp80 enable_msvcp80
20547 wine_fn_config_makefile dlls
/msvcp90 enable_msvcp90
20548 wine_fn_config_makefile dlls
/msvcp90
/tests enable_tests
20549 wine_fn_config_makefile dlls
/msvcr100 enable_msvcr100
20550 wine_fn_config_makefile dlls
/msvcr100
/tests enable_tests
20551 wine_fn_config_makefile dlls
/msvcr110 enable_msvcr110
20552 wine_fn_config_makefile dlls
/msvcr110
/tests enable_tests
20553 wine_fn_config_makefile dlls
/msvcr120 enable_msvcr120
20554 wine_fn_config_makefile dlls
/msvcr120
/tests enable_tests
20555 wine_fn_config_makefile dlls
/msvcr120_app enable_msvcr120_app
20556 wine_fn_config_makefile dlls
/msvcr70 enable_msvcr70
20557 wine_fn_config_makefile dlls
/msvcr71 enable_msvcr71
20558 wine_fn_config_makefile dlls
/msvcr80 enable_msvcr80
20559 wine_fn_config_makefile dlls
/msvcr90 enable_msvcr90
20560 wine_fn_config_makefile dlls
/msvcr90
/tests enable_tests
20561 wine_fn_config_makefile dlls
/msvcrt enable_msvcrt
20562 wine_fn_config_makefile dlls
/msvcrt
/tests enable_tests
20563 wine_fn_config_makefile dlls
/msvcrt20 enable_msvcrt20
20564 wine_fn_config_makefile dlls
/msvcrt40 enable_msvcrt40
20565 wine_fn_config_makefile dlls
/msvcrtd enable_msvcrtd
20566 wine_fn_config_makefile dlls
/msvcrtd
/tests enable_tests
20567 wine_fn_config_makefile dlls
/msvfw32 enable_msvfw32
20568 wine_fn_config_makefile dlls
/msvfw32
/tests enable_tests
20569 wine_fn_config_makefile dlls
/msvidc32 enable_msvidc32
20570 wine_fn_config_makefile dlls
/msvideo.dll16 enable_win16
20571 wine_fn_config_makefile dlls
/mswsock enable_mswsock
20572 wine_fn_config_makefile dlls
/msxml enable_msxml
20573 wine_fn_config_makefile dlls
/msxml2 enable_msxml2
20574 wine_fn_config_makefile dlls
/msxml3 enable_msxml3
20575 wine_fn_config_makefile dlls
/msxml
3/tests enable_tests
20576 wine_fn_config_makefile dlls
/msxml4 enable_msxml4
20577 wine_fn_config_makefile dlls
/msxml6 enable_msxml6
20578 wine_fn_config_makefile dlls
/mtxdm enable_mtxdm
20579 wine_fn_config_makefile dlls
/ncrypt enable_ncrypt
20580 wine_fn_config_makefile dlls
/nddeapi enable_nddeapi
20581 wine_fn_config_makefile dlls
/ndis.sys enable_ndis_sys
20582 wine_fn_config_makefile dlls
/ndis.sys
/tests enable_tests
20583 wine_fn_config_makefile dlls
/netapi32 enable_netapi32
20584 wine_fn_config_makefile dlls
/netapi32
/tests enable_tests
20585 wine_fn_config_makefile dlls
/netcfgx enable_netcfgx
20586 wine_fn_config_makefile dlls
/netcfgx
/tests enable_tests
20587 wine_fn_config_makefile dlls
/netio.sys enable_netio_sys
20588 wine_fn_config_makefile dlls
/netprofm enable_netprofm
20589 wine_fn_config_makefile dlls
/netprofm
/tests enable_tests
20590 wine_fn_config_makefile dlls
/netutils enable_netutils
20591 wine_fn_config_makefile dlls
/newdev enable_newdev
20592 wine_fn_config_makefile dlls
/ninput enable_ninput
20593 wine_fn_config_makefile dlls
/ninput
/tests enable_tests
20594 wine_fn_config_makefile dlls
/normaliz enable_normaliz
20595 wine_fn_config_makefile dlls
/npmshtml enable_npmshtml
20596 wine_fn_config_makefile dlls
/npptools enable_npptools
20597 wine_fn_config_makefile dlls
/ntdll enable_ntdll
20598 wine_fn_config_makefile dlls
/ntdll
/tests enable_tests
20599 wine_fn_config_makefile dlls
/ntdsapi enable_ntdsapi
20600 wine_fn_config_makefile dlls
/ntdsapi
/tests enable_tests
20601 wine_fn_config_makefile dlls
/ntoskrnl.exe enable_ntoskrnl_exe
20602 wine_fn_config_makefile dlls
/ntoskrnl.exe
/tests enable_tests
20603 wine_fn_config_makefile dlls
/ntprint enable_ntprint
20604 wine_fn_config_makefile dlls
/ntprint
/tests enable_tests
20605 wine_fn_config_makefile dlls
/objsel enable_objsel
20606 wine_fn_config_makefile dlls
/odbc32 enable_odbc32
20607 wine_fn_config_makefile dlls
/odbcbcp enable_odbcbcp
20608 wine_fn_config_makefile dlls
/odbccp32 enable_odbccp32
20609 wine_fn_config_makefile dlls
/odbccp32
/tests enable_tests
20610 wine_fn_config_makefile dlls
/odbccu32 enable_odbccu32
20611 wine_fn_config_makefile dlls
/ole2.dll16 enable_win16
20612 wine_fn_config_makefile dlls
/ole2conv.dll16 enable_win16
20613 wine_fn_config_makefile dlls
/ole2disp.dll16 enable_win16
20614 wine_fn_config_makefile dlls
/ole2nls.dll16 enable_win16
20615 wine_fn_config_makefile dlls
/ole2prox.dll16 enable_win16
20616 wine_fn_config_makefile dlls
/ole2thk.dll16 enable_win16
20617 wine_fn_config_makefile dlls
/ole32 enable_ole32
20618 wine_fn_config_makefile dlls
/ole32
/tests enable_tests
20619 wine_fn_config_makefile dlls
/oleacc enable_oleacc
20620 wine_fn_config_makefile dlls
/oleacc
/tests enable_tests
20621 wine_fn_config_makefile dlls
/oleaut32 enable_oleaut32
20622 wine_fn_config_makefile dlls
/oleaut32
/tests enable_tests
20623 wine_fn_config_makefile dlls
/olecli.dll16 enable_win16
20624 wine_fn_config_makefile dlls
/olecli32 enable_olecli32
20625 wine_fn_config_makefile dlls
/oledb32 enable_oledb32
20626 wine_fn_config_makefile dlls
/oledb32
/tests enable_tests
20627 wine_fn_config_makefile dlls
/oledlg enable_oledlg
20628 wine_fn_config_makefile dlls
/oledlg
/tests enable_tests
20629 wine_fn_config_makefile dlls
/olepro32 enable_olepro32
20630 wine_fn_config_makefile dlls
/olesvr.dll16 enable_win16
20631 wine_fn_config_makefile dlls
/olesvr32 enable_olesvr32
20632 wine_fn_config_makefile dlls
/olethk32 enable_olethk32
20633 wine_fn_config_makefile dlls
/opcservices enable_opcservices
20634 wine_fn_config_makefile dlls
/opcservices
/tests enable_tests
20635 wine_fn_config_makefile dlls
/openal32 enable_openal32
20636 wine_fn_config_makefile dlls
/opencl enable_opencl
20637 wine_fn_config_makefile dlls
/opengl32 enable_opengl32
20638 wine_fn_config_makefile dlls
/opengl32
/tests enable_tests
20639 wine_fn_config_makefile dlls
/packager enable_packager
20640 wine_fn_config_makefile dlls
/packager
/tests enable_tests
20641 wine_fn_config_makefile dlls
/pdh enable_pdh
20642 wine_fn_config_makefile dlls
/pdh
/tests enable_tests
20643 wine_fn_config_makefile dlls
/photometadatahandler enable_photometadatahandler
20644 wine_fn_config_makefile dlls
/pidgen enable_pidgen
20645 wine_fn_config_makefile dlls
/powrprof enable_powrprof
20646 wine_fn_config_makefile dlls
/printui enable_printui
20647 wine_fn_config_makefile dlls
/prntvpt enable_prntvpt
20648 wine_fn_config_makefile dlls
/prntvpt
/tests enable_tests
20649 wine_fn_config_makefile dlls
/propsys enable_propsys
20650 wine_fn_config_makefile dlls
/propsys
/tests enable_tests
20651 wine_fn_config_makefile dlls
/psapi enable_psapi
20652 wine_fn_config_makefile dlls
/psapi
/tests enable_tests
20653 wine_fn_config_makefile dlls
/pstorec enable_pstorec
20654 wine_fn_config_makefile dlls
/pstorec
/tests enable_tests
20655 wine_fn_config_makefile dlls
/pwrshplugin enable_pwrshplugin
20656 wine_fn_config_makefile dlls
/qasf enable_qasf
20657 wine_fn_config_makefile dlls
/qasf
/tests enable_tests
20658 wine_fn_config_makefile dlls
/qcap enable_qcap
20659 wine_fn_config_makefile dlls
/qcap
/tests enable_tests
20660 wine_fn_config_makefile dlls
/qdvd enable_qdvd
20661 wine_fn_config_makefile dlls
/qdvd
/tests enable_tests
20662 wine_fn_config_makefile dlls
/qedit enable_qedit
20663 wine_fn_config_makefile dlls
/qedit
/tests enable_tests
20664 wine_fn_config_makefile dlls
/qmgr enable_qmgr
20665 wine_fn_config_makefile dlls
/qmgr
/tests enable_tests
20666 wine_fn_config_makefile dlls
/qmgrprxy enable_qmgrprxy
20667 wine_fn_config_makefile dlls
/quartz enable_quartz
20668 wine_fn_config_makefile dlls
/quartz
/tests enable_tests
20669 wine_fn_config_makefile dlls
/query enable_query
20670 wine_fn_config_makefile dlls
/qwave enable_qwave
20671 wine_fn_config_makefile dlls
/qwave
/tests enable_tests
20672 wine_fn_config_makefile dlls
/rasapi16.dll16 enable_win16
20673 wine_fn_config_makefile dlls
/rasapi32 enable_rasapi32
20674 wine_fn_config_makefile dlls
/rasapi32
/tests enable_tests
20675 wine_fn_config_makefile dlls
/rasdlg enable_rasdlg
20676 wine_fn_config_makefile dlls
/regapi enable_regapi
20677 wine_fn_config_makefile dlls
/resutils enable_resutils
20678 wine_fn_config_makefile dlls
/riched20 enable_riched20
20679 wine_fn_config_makefile dlls
/riched20
/tests enable_tests
20680 wine_fn_config_makefile dlls
/riched32 enable_riched32
20681 wine_fn_config_makefile dlls
/riched32
/tests enable_tests
20682 wine_fn_config_makefile dlls
/rpcrt4 enable_rpcrt4
20683 wine_fn_config_makefile dlls
/rpcrt
4/tests enable_tests
20684 wine_fn_config_makefile dlls
/rsabase enable_rsabase
20685 wine_fn_config_makefile dlls
/rsaenh enable_rsaenh
20686 wine_fn_config_makefile dlls
/rsaenh
/tests enable_tests
20687 wine_fn_config_makefile dlls
/rstrtmgr enable_rstrtmgr
20688 wine_fn_config_makefile dlls
/rtutils enable_rtutils
20689 wine_fn_config_makefile dlls
/rtworkq enable_rtworkq
20690 wine_fn_config_makefile dlls
/rtworkq
/tests enable_tests
20691 wine_fn_config_makefile dlls
/samlib enable_samlib
20692 wine_fn_config_makefile dlls
/sane.ds enable_sane_ds
20693 wine_fn_config_makefile dlls
/sapi enable_sapi
20694 wine_fn_config_makefile dlls
/sapi
/tests enable_tests
20695 wine_fn_config_makefile dlls
/sas enable_sas
20696 wine_fn_config_makefile dlls
/scarddlg enable_scarddlg
20697 wine_fn_config_makefile dlls
/sccbase enable_sccbase
20698 wine_fn_config_makefile dlls
/schannel enable_schannel
20699 wine_fn_config_makefile dlls
/schannel
/tests enable_tests
20700 wine_fn_config_makefile dlls
/schedsvc enable_schedsvc
20701 wine_fn_config_makefile dlls
/schedsvc
/tests enable_tests
20702 wine_fn_config_makefile dlls
/scrobj enable_scrobj
20703 wine_fn_config_makefile dlls
/scrobj
/tests enable_tests
20704 wine_fn_config_makefile dlls
/scrrun enable_scrrun
20705 wine_fn_config_makefile dlls
/scrrun
/tests enable_tests
20706 wine_fn_config_makefile dlls
/scsiport.sys enable_scsiport_sys
20707 wine_fn_config_makefile dlls
/sechost enable_sechost
20708 wine_fn_config_makefile dlls
/secur32 enable_secur32
20709 wine_fn_config_makefile dlls
/secur32
/tests enable_tests
20710 wine_fn_config_makefile dlls
/security enable_security
20711 wine_fn_config_makefile dlls
/sensapi enable_sensapi
20712 wine_fn_config_makefile dlls
/serialui enable_serialui
20713 wine_fn_config_makefile dlls
/serialui
/tests enable_tests
20714 wine_fn_config_makefile dlls
/setupapi enable_setupapi
20715 wine_fn_config_makefile dlls
/setupapi
/tests enable_tests
20716 wine_fn_config_makefile dlls
/setupx.dll16 enable_win16
20717 wine_fn_config_makefile dlls
/sfc enable_sfc
20718 wine_fn_config_makefile dlls
/sfc_os enable_sfc_os
20719 wine_fn_config_makefile dlls
/shcore enable_shcore
20720 wine_fn_config_makefile dlls
/shcore
/tests enable_tests
20721 wine_fn_config_makefile dlls
/shdoclc enable_shdoclc
20722 wine_fn_config_makefile dlls
/shdocvw enable_shdocvw
20723 wine_fn_config_makefile dlls
/shdocvw
/tests enable_tests
20724 wine_fn_config_makefile dlls
/shell.dll16 enable_win16
20725 wine_fn_config_makefile dlls
/shell32 enable_shell32
20726 wine_fn_config_makefile dlls
/shell32
/tests enable_tests
20727 wine_fn_config_makefile dlls
/shfolder enable_shfolder
20728 wine_fn_config_makefile dlls
/shlwapi enable_shlwapi
20729 wine_fn_config_makefile dlls
/shlwapi
/tests enable_tests
20730 wine_fn_config_makefile dlls
/slbcsp enable_slbcsp
20731 wine_fn_config_makefile dlls
/slc enable_slc
20732 wine_fn_config_makefile dlls
/slc
/tests enable_tests
20733 wine_fn_config_makefile dlls
/snmpapi enable_snmpapi
20734 wine_fn_config_makefile dlls
/snmpapi
/tests enable_tests
20735 wine_fn_config_makefile dlls
/softpub enable_softpub
20736 wine_fn_config_makefile dlls
/sound.drv16 enable_win16
20737 wine_fn_config_makefile dlls
/spoolss enable_spoolss
20738 wine_fn_config_makefile dlls
/spoolss
/tests enable_tests
20739 wine_fn_config_makefile dlls
/srclient enable_srclient
20740 wine_fn_config_makefile dlls
/srvcli enable_srvcli
20741 wine_fn_config_makefile dlls
/sspicli enable_sspicli
20742 wine_fn_config_makefile dlls
/stdole2.tlb enable_stdole2_tlb
20743 wine_fn_config_makefile dlls
/stdole32.tlb enable_stdole32_tlb
20744 wine_fn_config_makefile dlls
/sti enable_sti
20745 wine_fn_config_makefile dlls
/sti
/tests enable_tests
20746 wine_fn_config_makefile dlls
/storage.dll16 enable_win16
20747 wine_fn_config_makefile dlls
/stress.dll16 enable_win16
20748 wine_fn_config_makefile dlls
/strmbase enable_strmbase
20749 wine_fn_config_makefile dlls
/strmdll enable_strmdll
20750 wine_fn_config_makefile dlls
/strmiids enable_strmiids
20751 wine_fn_config_makefile dlls
/svrapi enable_svrapi
20752 wine_fn_config_makefile dlls
/sxs enable_sxs
20753 wine_fn_config_makefile dlls
/sxs
/tests enable_tests
20754 wine_fn_config_makefile dlls
/system.drv16 enable_win16
20755 wine_fn_config_makefile dlls
/t2embed enable_t2embed
20756 wine_fn_config_makefile dlls
/t2embed
/tests enable_tests
20757 wine_fn_config_makefile dlls
/tapi32 enable_tapi32
20758 wine_fn_config_makefile dlls
/tapi32
/tests enable_tests
20759 wine_fn_config_makefile dlls
/taskschd enable_taskschd
20760 wine_fn_config_makefile dlls
/taskschd
/tests enable_tests
20761 wine_fn_config_makefile dlls
/tdh enable_tdh
20762 wine_fn_config_makefile dlls
/tdi.sys enable_tdi_sys
20763 wine_fn_config_makefile dlls
/toolhelp.dll16 enable_win16
20764 wine_fn_config_makefile dlls
/traffic enable_traffic
20765 wine_fn_config_makefile dlls
/twain.dll16 enable_win16
20766 wine_fn_config_makefile dlls
/twain_32 enable_twain_32
20767 wine_fn_config_makefile dlls
/twain_32
/tests enable_tests
20768 wine_fn_config_makefile dlls
/typelib.dll16 enable_win16
20769 wine_fn_config_makefile dlls
/tzres enable_tzres
20770 wine_fn_config_makefile dlls
/ucrtbase enable_ucrtbase
20771 wine_fn_config_makefile dlls
/ucrtbase
/tests enable_tests
20772 wine_fn_config_makefile dlls
/uianimation enable_uianimation
20773 wine_fn_config_makefile dlls
/uianimation
/tests enable_tests
20774 wine_fn_config_makefile dlls
/uiautomationcore enable_uiautomationcore
20775 wine_fn_config_makefile dlls
/uiautomationcore
/tests enable_tests
20776 wine_fn_config_makefile dlls
/uiribbon enable_uiribbon
20777 wine_fn_config_makefile dlls
/unicows enable_unicows
20778 wine_fn_config_makefile dlls
/updspapi enable_updspapi
20779 wine_fn_config_makefile dlls
/url enable_url
20780 wine_fn_config_makefile dlls
/urlmon enable_urlmon
20781 wine_fn_config_makefile dlls
/urlmon
/tests enable_tests
20782 wine_fn_config_makefile dlls
/usbd.sys enable_usbd_sys
20783 wine_fn_config_makefile dlls
/user.exe16 enable_win16
20784 wine_fn_config_makefile dlls
/user32 enable_user32
20785 wine_fn_config_makefile dlls
/user32
/tests enable_tests
20786 wine_fn_config_makefile dlls
/userenv enable_userenv
20787 wine_fn_config_makefile dlls
/userenv
/tests enable_tests
20788 wine_fn_config_makefile dlls
/usp10 enable_usp10
20789 wine_fn_config_makefile dlls
/usp10
/tests enable_tests
20790 wine_fn_config_makefile dlls
/utildll enable_utildll
20791 wine_fn_config_makefile dlls
/uuid enable_uuid
20792 wine_fn_config_makefile dlls
/uxtheme enable_uxtheme
20793 wine_fn_config_makefile dlls
/uxtheme
/tests enable_tests
20794 wine_fn_config_makefile dlls
/vbscript enable_vbscript
20795 wine_fn_config_makefile dlls
/vbscript
/tests enable_tests
20796 wine_fn_config_makefile dlls
/vcomp enable_vcomp
20797 wine_fn_config_makefile dlls
/vcomp
/tests enable_tests
20798 wine_fn_config_makefile dlls
/vcomp100 enable_vcomp100
20799 wine_fn_config_makefile dlls
/vcomp110 enable_vcomp110
20800 wine_fn_config_makefile dlls
/vcomp120 enable_vcomp120
20801 wine_fn_config_makefile dlls
/vcomp140 enable_vcomp140
20802 wine_fn_config_makefile dlls
/vcomp90 enable_vcomp90
20803 wine_fn_config_makefile dlls
/vcruntime140 enable_vcruntime140
20804 wine_fn_config_makefile dlls
/vcruntime140_1 enable_vcruntime140_1
20805 wine_fn_config_makefile dlls
/vdhcp.vxd enable_win16
20806 wine_fn_config_makefile dlls
/vdmdbg enable_vdmdbg
20807 wine_fn_config_makefile dlls
/ver.dll16 enable_win16
20808 wine_fn_config_makefile dlls
/version enable_version
20809 wine_fn_config_makefile dlls
/version
/tests enable_tests
20810 wine_fn_config_makefile dlls
/vga enable_vga
20811 wine_fn_config_makefile dlls
/virtdisk enable_virtdisk
20812 wine_fn_config_makefile dlls
/virtdisk
/tests enable_tests
20813 wine_fn_config_makefile dlls
/vmm.vxd enable_win16
20814 wine_fn_config_makefile dlls
/vnbt.vxd enable_win16
20815 wine_fn_config_makefile dlls
/vnetbios.vxd enable_win16
20816 wine_fn_config_makefile dlls
/vssapi enable_vssapi
20817 wine_fn_config_makefile dlls
/vtdapi.vxd enable_win16
20818 wine_fn_config_makefile dlls
/vulkan-1 enable_vulkan_1
20819 wine_fn_config_makefile dlls
/vulkan-
1/tests enable_tests
20820 wine_fn_config_makefile dlls
/vwin32.vxd enable_win16
20821 wine_fn_config_makefile dlls
/w32skrnl enable_win16
20822 wine_fn_config_makefile dlls
/w32sys.dll16 enable_win16
20823 wine_fn_config_makefile dlls
/wbemdisp enable_wbemdisp
20824 wine_fn_config_makefile dlls
/wbemdisp
/tests enable_tests
20825 wine_fn_config_makefile dlls
/wbemprox enable_wbemprox
20826 wine_fn_config_makefile dlls
/wbemprox
/tests enable_tests
20827 wine_fn_config_makefile dlls
/wbemuuid enable_wbemuuid
20828 wine_fn_config_makefile dlls
/wdscore enable_wdscore
20829 wine_fn_config_makefile dlls
/webservices enable_webservices
20830 wine_fn_config_makefile dlls
/webservices
/tests enable_tests
20831 wine_fn_config_makefile dlls
/wer enable_wer
20832 wine_fn_config_makefile dlls
/wer
/tests enable_tests
20833 wine_fn_config_makefile dlls
/wevtapi enable_wevtapi
20834 wine_fn_config_makefile dlls
/wevtsvc enable_wevtsvc
20835 wine_fn_config_makefile dlls
/wiaservc enable_wiaservc
20836 wine_fn_config_makefile dlls
/wiaservc
/tests enable_tests
20837 wine_fn_config_makefile dlls
/wimgapi enable_wimgapi
20838 wine_fn_config_makefile dlls
/win32s16.dll16 enable_win16
20839 wine_fn_config_makefile dlls
/win87em.dll16 enable_win16
20840 wine_fn_config_makefile dlls
/winaspi.dll16 enable_win16
20841 wine_fn_config_makefile dlls
/windebug.dll16 enable_win16
20842 wine_fn_config_makefile dlls
/windowscodecs enable_windowscodecs
20843 wine_fn_config_makefile dlls
/windowscodecs
/tests enable_tests
20844 wine_fn_config_makefile dlls
/windowscodecsext enable_windowscodecsext
20845 wine_fn_config_makefile dlls
/windowscodecsext
/tests enable_tests
20846 wine_fn_config_makefile dlls
/winealsa.drv enable_winealsa_drv
20847 wine_fn_config_makefile dlls
/wineandroid.drv enable_wineandroid_drv
20848 wine_fn_config_makefile dlls
/winebus.sys enable_winebus_sys
20849 wine_fn_config_makefile dlls
/winecoreaudio.drv enable_winecoreaudio_drv
20850 wine_fn_config_makefile dlls
/winecrt0 enable_winecrt0
20851 wine_fn_config_makefile dlls
/wined3d enable_wined3d
20852 wine_fn_config_makefile dlls
/winegstreamer enable_winegstreamer
20853 wine_fn_config_makefile dlls
/winehid.sys enable_winehid_sys
20854 wine_fn_config_makefile dlls
/winejoystick.drv enable_winejoystick_drv
20855 wine_fn_config_makefile dlls
/winemac.drv enable_winemac_drv
20856 wine_fn_config_makefile dlls
/winemapi enable_winemapi
20857 wine_fn_config_makefile dlls
/wineoss.drv enable_wineoss_drv
20858 wine_fn_config_makefile dlls
/wineps.drv enable_wineps_drv
20859 wine_fn_config_makefile dlls
/wineps16.drv16 enable_win16
20860 wine_fn_config_makefile dlls
/winepulse.drv enable_winepulse_drv
20861 wine_fn_config_makefile dlls
/wineqtdecoder enable_wineqtdecoder
20862 wine_fn_config_makefile dlls
/wineusb.sys enable_wineusb_sys
20863 wine_fn_config_makefile dlls
/winevulkan enable_winevulkan
20864 wine_fn_config_makefile dlls
/winex11.drv enable_winex11_drv
20865 wine_fn_config_makefile dlls
/wing.dll16 enable_win16
20866 wine_fn_config_makefile dlls
/wing32 enable_wing32
20867 wine_fn_config_makefile dlls
/winhttp enable_winhttp
20868 wine_fn_config_makefile dlls
/winhttp
/tests enable_tests
20869 wine_fn_config_makefile dlls
/wininet enable_wininet
20870 wine_fn_config_makefile dlls
/wininet
/tests enable_tests
20871 wine_fn_config_makefile dlls
/winmm enable_winmm
20872 wine_fn_config_makefile dlls
/winmm
/tests enable_tests
20873 wine_fn_config_makefile dlls
/winnls.dll16 enable_win16
20874 wine_fn_config_makefile dlls
/winnls32 enable_winnls32
20875 wine_fn_config_makefile dlls
/winscard enable_winscard
20876 wine_fn_config_makefile dlls
/winsock.dll16 enable_win16
20877 wine_fn_config_makefile dlls
/winspool.drv enable_winspool_drv
20878 wine_fn_config_makefile dlls
/winspool.drv
/tests enable_tests
20879 wine_fn_config_makefile dlls
/winsta enable_winsta
20880 wine_fn_config_makefile dlls
/wintab.dll16 enable_win16
20881 wine_fn_config_makefile dlls
/wintab32 enable_wintab32
20882 wine_fn_config_makefile dlls
/wintab32
/tests enable_tests
20883 wine_fn_config_makefile dlls
/wintrust enable_wintrust
20884 wine_fn_config_makefile dlls
/wintrust
/tests enable_tests
20885 wine_fn_config_makefile dlls
/winusb enable_winusb
20886 wine_fn_config_makefile dlls
/wlanapi enable_wlanapi
20887 wine_fn_config_makefile dlls
/wlanapi
/tests enable_tests
20888 wine_fn_config_makefile dlls
/wlanui enable_wlanui
20889 wine_fn_config_makefile dlls
/wldap32 enable_wldap32
20890 wine_fn_config_makefile dlls
/wldap32
/tests enable_tests
20891 wine_fn_config_makefile dlls
/wmasf enable_wmasf
20892 wine_fn_config_makefile dlls
/wmcodecdspuuid enable_wmcodecdspuuid
20893 wine_fn_config_makefile dlls
/wmi enable_wmi
20894 wine_fn_config_makefile dlls
/wmiutils enable_wmiutils
20895 wine_fn_config_makefile dlls
/wmiutils
/tests enable_tests
20896 wine_fn_config_makefile dlls
/wmp enable_wmp
20897 wine_fn_config_makefile dlls
/wmp
/tests enable_tests
20898 wine_fn_config_makefile dlls
/wmphoto enable_wmphoto
20899 wine_fn_config_makefile dlls
/wmvcore enable_wmvcore
20900 wine_fn_config_makefile dlls
/wmvcore
/tests enable_tests
20901 wine_fn_config_makefile dlls
/wnaspi32 enable_wnaspi32
20902 wine_fn_config_makefile dlls
/wow32 enable_win16
20903 wine_fn_config_makefile dlls
/wpc enable_wpc
20904 wine_fn_config_makefile dlls
/wpc
/tests enable_tests
20905 wine_fn_config_makefile dlls
/wpcap enable_wpcap
20906 wine_fn_config_makefile dlls
/ws2_32 enable_ws2_32
20907 wine_fn_config_makefile dlls
/ws2_32
/tests enable_tests
20908 wine_fn_config_makefile dlls
/wsdapi enable_wsdapi
20909 wine_fn_config_makefile dlls
/wsdapi
/tests enable_tests
20910 wine_fn_config_makefile dlls
/wshom.ocx enable_wshom_ocx
20911 wine_fn_config_makefile dlls
/wshom.ocx
/tests enable_tests
20912 wine_fn_config_makefile dlls
/wsnmp32 enable_wsnmp32
20913 wine_fn_config_makefile dlls
/wsnmp32
/tests enable_tests
20914 wine_fn_config_makefile dlls
/wsock32 enable_wsock32
20915 wine_fn_config_makefile dlls
/wtsapi32 enable_wtsapi32
20916 wine_fn_config_makefile dlls
/wtsapi32
/tests enable_tests
20917 wine_fn_config_makefile dlls
/wuapi enable_wuapi
20918 wine_fn_config_makefile dlls
/wuaueng enable_wuaueng
20919 wine_fn_config_makefile dlls
/x3daudio1_0 enable_x3daudio1_0
20920 wine_fn_config_makefile dlls
/x3daudio1_1 enable_x3daudio1_1
20921 wine_fn_config_makefile dlls
/x3daudio1_2 enable_x3daudio1_2
20922 wine_fn_config_makefile dlls
/x3daudio1_3 enable_x3daudio1_3
20923 wine_fn_config_makefile dlls
/x3daudio1_4 enable_x3daudio1_4
20924 wine_fn_config_makefile dlls
/x3daudio1_5 enable_x3daudio1_5
20925 wine_fn_config_makefile dlls
/x3daudio1_6 enable_x3daudio1_6
20926 wine_fn_config_makefile dlls
/x3daudio1_7 enable_x3daudio1_7
20927 wine_fn_config_makefile dlls
/xactengine3_0 enable_xactengine3_0
20928 wine_fn_config_makefile dlls
/xactengine3_1 enable_xactengine3_1
20929 wine_fn_config_makefile dlls
/xactengine3_2 enable_xactengine3_2
20930 wine_fn_config_makefile dlls
/xactengine3_3 enable_xactengine3_3
20931 wine_fn_config_makefile dlls
/xactengine3_4 enable_xactengine3_4
20932 wine_fn_config_makefile dlls
/xactengine3_5 enable_xactengine3_5
20933 wine_fn_config_makefile dlls
/xactengine3_6 enable_xactengine3_6
20934 wine_fn_config_makefile dlls
/xactengine3_7 enable_xactengine3_7
20935 wine_fn_config_makefile dlls
/xactengine3_
7/tests enable_tests
20936 wine_fn_config_makefile dlls
/xapofx1_1 enable_xapofx1_1
20937 wine_fn_config_makefile dlls
/xapofx1_2 enable_xapofx1_2
20938 wine_fn_config_makefile dlls
/xapofx1_3 enable_xapofx1_3
20939 wine_fn_config_makefile dlls
/xapofx1_4 enable_xapofx1_4
20940 wine_fn_config_makefile dlls
/xapofx1_5 enable_xapofx1_5
20941 wine_fn_config_makefile dlls
/xaudio2_0 enable_xaudio2_0
20942 wine_fn_config_makefile dlls
/xaudio2_1 enable_xaudio2_1
20943 wine_fn_config_makefile dlls
/xaudio2_2 enable_xaudio2_2
20944 wine_fn_config_makefile dlls
/xaudio2_3 enable_xaudio2_3
20945 wine_fn_config_makefile dlls
/xaudio2_4 enable_xaudio2_4
20946 wine_fn_config_makefile dlls
/xaudio2_5 enable_xaudio2_5
20947 wine_fn_config_makefile dlls
/xaudio2_6 enable_xaudio2_6
20948 wine_fn_config_makefile dlls
/xaudio2_7 enable_xaudio2_7
20949 wine_fn_config_makefile dlls
/xaudio2_
7/tests enable_tests
20950 wine_fn_config_makefile dlls
/xaudio2_8 enable_xaudio2_8
20951 wine_fn_config_makefile dlls
/xaudio2_9 enable_xaudio2_9
20952 wine_fn_config_makefile dlls
/xinput1_1 enable_xinput1_1
20953 wine_fn_config_makefile dlls
/xinput1_2 enable_xinput1_2
20954 wine_fn_config_makefile dlls
/xinput1_3 enable_xinput1_3
20955 wine_fn_config_makefile dlls
/xinput1_
3/tests enable_tests
20956 wine_fn_config_makefile dlls
/xinput1_4 enable_xinput1_4
20957 wine_fn_config_makefile dlls
/xinput9_1_0 enable_xinput9_1_0
20958 wine_fn_config_makefile dlls
/xmllite enable_xmllite
20959 wine_fn_config_makefile dlls
/xmllite
/tests enable_tests
20960 wine_fn_config_makefile dlls
/xolehlp enable_xolehlp
20961 wine_fn_config_makefile dlls
/xpsprint enable_xpsprint
20962 wine_fn_config_makefile dlls
/xpssvcs enable_xpssvcs
20963 wine_fn_config_makefile fonts enable_fonts
20964 wine_fn_config_makefile include enable_include
20965 wine_fn_config_makefile libs
/port enable_port
20966 wine_fn_config_makefile libs
/wine enable_wine
20967 wine_fn_config_makefile libs
/wpp enable_wpp
20968 wine_fn_config_makefile loader enable_loader
20969 wine_fn_config_makefile nls enable_nls
20970 wine_fn_config_makefile po enable_po
20971 wine_fn_config_makefile programs
/arp enable_arp
20972 wine_fn_config_makefile programs
/aspnet_regiis enable_aspnet_regiis
20973 wine_fn_config_makefile programs
/attrib enable_attrib
20974 wine_fn_config_makefile programs
/cabarc enable_cabarc
20975 wine_fn_config_makefile programs
/cacls enable_cacls
20976 wine_fn_config_makefile programs
/chcp.com enable_chcp_com
20977 wine_fn_config_makefile programs
/clock enable_clock
20978 wine_fn_config_makefile programs
/cmd enable_cmd
20979 wine_fn_config_makefile programs
/cmd
/tests enable_tests
20980 wine_fn_config_makefile programs
/conhost enable_conhost
20981 wine_fn_config_makefile programs
/conhost
/tests enable_tests
20982 wine_fn_config_makefile programs
/control enable_control
20983 wine_fn_config_makefile programs
/cscript enable_cscript
20984 wine_fn_config_makefile programs
/dism enable_dism
20985 wine_fn_config_makefile programs
/dplaysvr enable_dplaysvr
20986 wine_fn_config_makefile programs
/dpnsvr enable_dpnsvr
20987 wine_fn_config_makefile programs
/dpvsetup enable_dpvsetup
20988 wine_fn_config_makefile programs
/dxdiag enable_dxdiag
20989 wine_fn_config_makefile programs
/eject enable_eject
20990 wine_fn_config_makefile programs
/expand enable_expand
20991 wine_fn_config_makefile programs
/explorer enable_explorer
20992 wine_fn_config_makefile programs
/extrac32 enable_extrac32
20993 wine_fn_config_makefile programs
/fc enable_fc
20994 wine_fn_config_makefile programs
/find enable_find
20995 wine_fn_config_makefile programs
/find
/tests enable_tests
20996 wine_fn_config_makefile programs
/findstr enable_findstr
20997 wine_fn_config_makefile programs
/fsutil enable_fsutil
20998 wine_fn_config_makefile programs
/fsutil
/tests enable_tests
20999 wine_fn_config_makefile programs
/hh enable_hh
21000 wine_fn_config_makefile programs
/hostname enable_hostname
21001 wine_fn_config_makefile programs
/icacls enable_icacls
21002 wine_fn_config_makefile programs
/icinfo enable_icinfo
21003 wine_fn_config_makefile programs
/iexplore enable_iexplore
21004 wine_fn_config_makefile programs
/ipconfig enable_ipconfig
21005 wine_fn_config_makefile programs
/lodctr enable_lodctr
21006 wine_fn_config_makefile programs
/mofcomp enable_mofcomp
21007 wine_fn_config_makefile programs
/mshta enable_mshta
21008 wine_fn_config_makefile programs
/msidb enable_msidb
21009 wine_fn_config_makefile programs
/msiexec enable_msiexec
21010 wine_fn_config_makefile programs
/msinfo32 enable_msinfo32
21011 wine_fn_config_makefile programs
/net enable_net
21012 wine_fn_config_makefile programs
/netsh enable_netsh
21013 wine_fn_config_makefile programs
/netstat enable_netstat
21014 wine_fn_config_makefile programs
/ngen enable_ngen
21015 wine_fn_config_makefile programs
/notepad enable_notepad
21016 wine_fn_config_makefile programs
/oleview enable_oleview
21017 wine_fn_config_makefile programs
/ping enable_ping
21018 wine_fn_config_makefile programs
/plugplay enable_plugplay
21019 wine_fn_config_makefile programs
/powershell enable_powershell
21020 wine_fn_config_makefile programs
/presentationfontcache enable_presentationfontcache
21021 wine_fn_config_makefile programs
/progman enable_progman
21022 wine_fn_config_makefile programs
/reg enable_reg
21023 wine_fn_config_makefile programs
/reg
/tests enable_tests
21024 wine_fn_config_makefile programs
/regasm enable_regasm
21025 wine_fn_config_makefile programs
/regedit enable_regedit
21026 wine_fn_config_makefile programs
/regedit
/tests enable_tests
21027 wine_fn_config_makefile programs
/regini enable_regini
21028 wine_fn_config_makefile programs
/regsvcs enable_regsvcs
21029 wine_fn_config_makefile programs
/regsvr32 enable_regsvr32
21030 wine_fn_config_makefile programs
/rpcss enable_rpcss
21031 wine_fn_config_makefile programs
/rundll.exe16 enable_win16
21032 wine_fn_config_makefile programs
/rundll32 enable_rundll32
21033 wine_fn_config_makefile programs
/sc enable_sc
21034 wine_fn_config_makefile programs
/schtasks enable_schtasks
21035 wine_fn_config_makefile programs
/schtasks
/tests enable_tests
21036 wine_fn_config_makefile programs
/sdbinst enable_sdbinst
21037 wine_fn_config_makefile programs
/secedit enable_secedit
21038 wine_fn_config_makefile programs
/servicemodelreg enable_servicemodelreg
21039 wine_fn_config_makefile programs
/services enable_services
21040 wine_fn_config_makefile programs
/services
/tests enable_tests
21041 wine_fn_config_makefile programs
/shutdown enable_shutdown
21042 wine_fn_config_makefile programs
/spoolsv enable_spoolsv
21043 wine_fn_config_makefile programs
/start enable_start
21044 wine_fn_config_makefile programs
/subst enable_subst
21045 wine_fn_config_makefile programs
/svchost enable_svchost
21046 wine_fn_config_makefile programs
/systeminfo enable_systeminfo
21047 wine_fn_config_makefile programs
/taskkill enable_taskkill
21048 wine_fn_config_makefile programs
/tasklist enable_tasklist
21049 wine_fn_config_makefile programs
/taskmgr enable_taskmgr
21050 wine_fn_config_makefile programs
/termsv enable_termsv
21051 wine_fn_config_makefile programs
/uninstaller enable_uninstaller
21052 wine_fn_config_makefile programs
/unlodctr enable_unlodctr
21053 wine_fn_config_makefile programs
/view enable_view
21054 wine_fn_config_makefile programs
/wevtutil enable_wevtutil
21055 wine_fn_config_makefile programs
/where enable_where
21056 wine_fn_config_makefile programs
/whoami enable_whoami
21057 wine_fn_config_makefile programs
/wineboot enable_wineboot
21058 wine_fn_config_makefile programs
/winebrowser enable_winebrowser
21059 wine_fn_config_makefile programs
/winecfg enable_winecfg
21060 wine_fn_config_makefile programs
/wineconsole enable_wineconsole
21061 wine_fn_config_makefile programs
/winedbg enable_winedbg
21062 wine_fn_config_makefile programs
/winedevice enable_winedevice
21063 wine_fn_config_makefile programs
/winefile enable_winefile
21064 wine_fn_config_makefile programs
/winemenubuilder enable_winemenubuilder
21065 wine_fn_config_makefile programs
/winemine enable_winemine
21066 wine_fn_config_makefile programs
/winemsibuilder enable_winemsibuilder
21067 wine_fn_config_makefile programs
/winepath enable_winepath
21068 wine_fn_config_makefile programs
/winetest enable_winetest
21069 wine_fn_config_makefile programs
/winevdm enable_win16
21070 wine_fn_config_makefile programs
/winhelp.exe16 enable_win16
21071 wine_fn_config_makefile programs
/winhlp32 enable_winhlp32
21072 wine_fn_config_makefile programs
/winmgmt enable_winmgmt
21073 wine_fn_config_makefile programs
/winoldap.mod16 enable_win16
21074 wine_fn_config_makefile programs
/winver enable_winver
21075 wine_fn_config_makefile programs
/wmic enable_wmic
21076 wine_fn_config_makefile programs
/wmplayer enable_wmplayer
21077 wine_fn_config_makefile programs
/wordpad enable_wordpad
21078 wine_fn_config_makefile programs
/write enable_write
21079 wine_fn_config_makefile programs
/wscript enable_wscript
21080 wine_fn_config_makefile programs
/wscript
/tests enable_tests
21081 wine_fn_config_makefile programs
/wuauserv enable_wuauserv
21082 wine_fn_config_makefile programs
/wusa enable_wusa
21083 wine_fn_config_makefile programs
/xcopy enable_xcopy
21084 wine_fn_config_makefile programs
/xcopy
/tests enable_tests
21085 wine_fn_config_makefile server enable_server
21086 test "x$enable_tools" = xno || wine_fn_config_makefile tools enable_tools
21087 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/sfnt2fon enable_sfnt2fon
21088 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/widl enable_widl
21089 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/winebuild enable_winebuild
21090 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/winedump enable_winedump
21091 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/winegcc enable_winegcc
21092 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/winemaker enable_winemaker
21093 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/wmc enable_wmc
21094 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/wrc enable_wrc
21097 wine_fn_append_file CONFIGURE_TARGETS
"TAGS"
21098 wine_fn_append_file CONFIGURE_TARGETS
"tags"
21099 wine_fn_append_file CONFIGURE_TARGETS
"autom4te.cache"
21100 wine_fn_append_file CONFIGURE_TARGETS
"config.log"
21101 wine_fn_append_file CONFIGURE_TARGETS
"config.status"
21102 wine_fn_append_file CONFIGURE_TARGETS
"include/config.h"
21103 wine_fn_append_file CONFIGURE_TARGETS
"include/stamp-h"
21104 test "$wine_binary" = wine || wine_fn_append_file CONFIGURE_TARGETS
"loader/wine"
21106 if test "x$enable_tools" != xno
21108 wine_fn_append_file CONFIGURE_TARGETS
"tools/makedep$ac_exeext"
21109 ac_config_commands
="$ac_config_commands tools/makedep"
21113 ac_config_commands
="$ac_config_commands Makefile"
21116 ac_config_files
="$ac_config_files Make.tmp:Makefile.in"
21120 if test "x$enable_maintainer_mode" = xyes
21122 wine_fn_append_rule
"configure: configure.ac aclocal.m4
21123 autoconf --warnings=all
21124 include/config.h.in: include/stamp-h.in
21125 include/stamp-h.in: configure.ac aclocal.m4
21126 autoheader --warnings=all
21127 @echo timestamp > \$@"
21130 if test "x$enable_tools" != xno
21132 wine_fn_append_rule
"tools/makedep$ac_exeext: $srcdir/tools/makedep.c include/config.h config.status
21133 @./config.status tools/makedep
21134 Makefile: tools/makedep$ac_exeext"
21136 wine_fn_append_rule
"\$(MAKEDEP):
21137 @echo \"You need to run make in $TOOLSDIR first\" && false"
21140 if test -n "$with_wine64"
21142 case "$with_wine64" in
21146 rm -f fonts server
2>/dev
/null
21147 wine_fn_append_rule
"all: loader/wine64 loader/wine64-preloader $with_wine64/loader/wine $with_wine64/loader/wine-preloader
21148 loader/wine64 loader/wine64-preloader:
21149 rm -f \$@ && \$(LN_S) $reldir$with_wine64/\$@ \$@
21150 $with_wine64/loader/wine:
21151 rm -f \$@ && \$(LN_S) $ac_pwd/loader/wine \$@
21152 $with_wine64/loader/wine-preloader:
21153 rm -f \$@ && \$(LN_S) $ac_pwd/loader/wine-preloader \$@
21155 rm -f loader/wine64 loader/wine64-preloader $with_wine64/loader/wine $with_wine64/loader/wine-preloader"
21157 TOP_INSTALL_DEV
="$TOP_INSTALL_DEV include"
21158 TOP_INSTALL_LIB
="$TOP_INSTALL_LIB \
21161 loader/winebus.inf \
21162 loader/winehid.inf \
21163 loader/wineusb.inf \
21165 programs/msidb/msidb \
21166 programs/msiexec/msiexec \
21167 programs/notepad/notepad \
21168 programs/regedit/regedit \
21169 programs/regsvr32/regsvr32 \
21170 programs/wineboot/wineboot \
21171 programs/winecfg/winecfg \
21172 programs/wineconsole/wineconsole \
21173 programs/winedbg/winedbg \
21174 programs/winefile/winefile \
21175 programs/winemine/winemine \
21176 programs/winepath/winepath \
21180 cygwin
*|mingw32
*|darwin
*|macosx
*|linux-android
*) ;;
21181 *) TOP_INSTALL_LIB
="$TOP_INSTALL_LIB loader/wine.desktop" ;;
21185 $as_echo " done" >&6
21186 cat >confcache
<<\_ACEOF
21187 # This file is a shell script that caches the results of configure
21188 # tests run on this system so they can be shared between configure
21189 # scripts and configure runs, see configure's option --config-cache.
21190 # It is not useful on other systems. If it contains results you don't
21191 # want to keep, you may remove or edit it.
21193 # config.status only pays attention to the cache file if you give it
21194 # the --recheck option to rerun configure.
21196 # `ac_cv_env_foo' variables (set or unset) will be overridden when
21197 # loading this file, other *unset* `ac_cv_foo' will be assigned the
21198 # following values.
21202 # The following way of writing the cache mishandles newlines in values,
21203 # but we know of no workaround that is simple, portable, and efficient.
21204 # So, we kill variables containing newlines.
21205 # Ultrix sh set writes to stderr and can't be redirected directly,
21206 # and sets the high bit in the cache file unless we assign to the vars.
21208 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
21209 eval ac_val
=\$
$ac_var
21213 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
21214 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
21217 _ | IFS | as_nl
) ;; #(
21218 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
21219 *) { eval $ac_var=; unset $ac_var;} ;;
21225 case $as_nl`(ac_space=' '; set) 2>&1` in #(
21226 *${as_nl}ac_space
=\
*)
21227 # `set' does not quote correctly, so add quotes: double-quote
21228 # substitution turns \\\\ into \\, and sed turns \\ into \.
21231 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
21234 # `set' quotes correctly as required by POSIX, so do not add quotes.
21235 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
21244 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
21246 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
21248 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
21249 if test -w "$cache_file"; then
21250 if test "x$cache_file" != "x/dev/null"; then
21251 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
21252 $as_echo "$as_me: updating cache $cache_file" >&6;}
21253 if test ! -f "$cache_file" ||
test -h "$cache_file"; then
21254 cat confcache
>"$cache_file"
21256 case $cache_file in #(
21258 mv -f confcache
"$cache_file"$$
&&
21259 mv -f "$cache_file"$$
"$cache_file" ;; #(
21261 mv -f confcache
"$cache_file" ;;
21266 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
21267 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
21272 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
21273 # Let make expand exec_prefix.
21274 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
21276 DEFS
=-DHAVE_CONFIG_H
21281 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
21282 # 1. Remove the extension, and $U if already installed.
21283 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
21284 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
21285 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
21286 # will be set to the directory where LIBOBJS objects are built.
21287 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
21288 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
21290 LIBOBJS
=$ac_libobjs
21292 LTLIBOBJS
=$ac_ltlibobjs
21296 : "${CONFIG_STATUS=./config.status}"
21298 ac_clean_files_save
=$ac_clean_files
21299 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
21300 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
21301 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
21303 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
21305 # Generated by $as_me.
21306 # Run this file to recreate the current configuration.
21307 # Compiler output produced by configure, useful for debugging
21308 # configure, is in config.log if it exists.
21311 ac_cs_recheck=false
21314 SHELL=\${CONFIG_SHELL-$SHELL}
21317 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
21318 ## -------------------- ##
21319 ## M4sh Initialization. ##
21320 ## -------------------- ##
21322 # Be more Bourne compatible
21323 DUALCASE
=1; export DUALCASE
# for MKS sh
21324 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
21327 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21328 # is contrary to our usage. Disable this feature.
21329 alias -g '${1+"$@"}'='"$@"'
21330 setopt NO_GLOB_SUBST
21332 case `(set -o) 2>/dev/null` in #(
21344 # Printing a long string crashes Solaris 7 /usr/bin/printf.
21345 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
21346 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
21347 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
21348 # Prefer a ksh shell builtin over an external printf program on Solaris,
21349 # but without wasting forks for bash or zsh.
21350 if test -z "$BASH_VERSION$ZSH_VERSION" \
21351 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
21352 as_echo='print
-r --'
21353 as_echo_n='print
-rn --'
21354 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
21355 as_echo='printf %s
\n'
21356 as_echo_n='printf %s
'
21358 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
21359 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
21360 as_echo_n='/usr
/ucb
/echo -n'
21362 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
21363 as_echo_n_body='eval
21367 expr "X$arg" : "X\\(.*\\)$as_nl";
21368 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
21370 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
21372 export as_echo_n_body
21373 as_echo_n='sh
-c $as_echo_n_body as_echo
'
21375 export as_echo_body
21376 as_echo='sh
-c $as_echo_body as_echo
'
21379 # The user is always right.
21380 if test "${PATH_SEPARATOR+set}" != set; then
21382 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
21383 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
21390 # We need space, tab and new line, in precisely that order. Quoting is
21391 # there to prevent editors from complaining about space-tab.
21392 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
21393 # splitting by setting IFS to empty value.)
21396 # Find who we are. Look in the path if we contain no directory separator.
21399 *[\\/]* ) as_myself=$0 ;;
21400 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
21401 for as_dir in $PATH
21404 test -z "$as_dir" && as_dir=.
21405 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
21411 # We did not find ourselves, most probably we were run as `sh COMMAND'
21412 # in which case we are not to be found in the path.
21413 if test "x$as_myself" = x
; then
21416 if test ! -f "$as_myself"; then
21417 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
21421 # Unset variables that we do not need and which cause bugs (e.g. in
21422 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
21423 # suppresses any "Segmentation fault" message there. '((' could
21424 # trigger a bug in pdksh 5.2.14.
21425 for as_var
in BASH_ENV ENV MAIL MAILPATH
21426 do eval test x\
${$as_var+set} = xset \
21427 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
21440 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
21443 # as_fn_error STATUS ERROR [LINENO LOG_FD]
21444 # ----------------------------------------
21445 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
21446 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
21447 # script with STATUS, using 1 if that was 0.
21450 as_status
=$1; test $as_status -eq 0 && as_status
=1
21452 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
21453 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
21455 $as_echo "$as_me: error: $2" >&2
21456 as_fn_exit
$as_status
21460 # as_fn_set_status STATUS
21461 # -----------------------
21462 # Set $? to STATUS, without forking.
21463 as_fn_set_status
()
21466 } # as_fn_set_status
21468 # as_fn_exit STATUS
21469 # -----------------
21470 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
21474 as_fn_set_status
$1
21480 # Portably unset VAR.
21483 { eval $1=; unset $1;}
21485 as_unset
=as_fn_unset
21486 # as_fn_append VAR VALUE
21487 # ----------------------
21488 # Append the text in VALUE to the end of the definition contained in VAR. Take
21489 # advantage of any shell optimizations that allow amortized linear growth over
21490 # repeated appends, instead of the typical quadratic growth present in naive
21492 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
21493 eval 'as_fn_append ()
21504 # as_fn_arith ARG...
21505 # ------------------
21506 # Perform arithmetic evaluation on the ARGs, and store the result in the
21507 # global $as_val. Take advantage of shells that can avoid forks. The arguments
21508 # must be portable across $(()) and expr.
21509 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
21510 eval 'as_fn_arith ()
21517 as_val
=`expr "$@" || test $? -eq 1`
21522 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
21523 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
21529 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
21530 as_basename
=basename
21535 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
21541 as_me
=`$as_basename -- "$0" ||
21542 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
21543 X"$0" : 'X\(//\)$' \| \
21544 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
21546 sed '/^.*\/\([^/][^/]*\)\/*$/{
21560 # Avoid depending upon Character Ranges.
21561 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
21562 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
21563 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
21564 as_cr_digits
='0123456789'
21565 as_cr_alnum
=$as_cr_Letters$as_cr_digits
21567 ECHO_C
= ECHO_N
= ECHO_T
=
21568 case `echo -n x` in #(((((
21570 case `echo 'xy\c'` in
21571 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
21573 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
21580 rm -f conf$$ conf$$.exe conf$$.
file
21581 if test -d conf$$.dir
; then
21582 rm -f conf$$.dir
/conf$$.
file
21585 mkdir conf$$.dir
2>/dev
/null
21587 if (echo >conf$$.
file) 2>/dev
/null
; then
21588 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
21590 # ... but there are two gotchas:
21591 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
21592 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
21593 # In both cases, we have to default to `cp -pR'.
21594 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
21596 elif ln conf$$.
file conf$$
2>/dev
/null
; then
21604 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
21605 rmdir conf$$.dir
2>/dev
/null
21610 # Create "$as_dir" as a directory, including parents if necessary.
21615 -*) as_dir
=.
/$as_dir;;
21617 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
21621 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
21622 *) as_qdir
=$as_dir;;
21624 as_dirs
="'$as_qdir' $as_dirs"
21625 as_dir
=`$as_dirname -- "$as_dir" ||
21626 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
21627 X"$as_dir" : 'X\(//\)[^/]' \| \
21628 X"$as_dir" : 'X\(//\)$' \| \
21629 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
21630 $as_echo X"$as_dir" |
21631 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
21635 /^X\(\/\/\)[^/].*/{
21648 test -d "$as_dir" && break
21650 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
21651 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
21655 if mkdir
-p .
2>/dev
/null
; then
21656 as_mkdir_p
='mkdir -p "$as_dir"'
21658 test -d .
/-p && rmdir .
/-p
21663 # as_fn_executable_p FILE
21664 # -----------------------
21665 # Test if FILE is an executable regular file.
21666 as_fn_executable_p
()
21668 test -f "$1" && test -x "$1"
21669 } # as_fn_executable_p
21670 as_test_x
='test -x'
21671 as_executable_p
=as_fn_executable_p
21673 # Sed expression to map a string onto a valid CPP name.
21674 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
21676 # Sed expression to map a string onto a valid variable name.
21677 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
21681 ## ----------------------------------- ##
21682 ## Main body of $CONFIG_STATUS script. ##
21683 ## ----------------------------------- ##
21685 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
21687 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
21688 # Save the log message, to keep $0 and so on meaningful, and to
21689 # report actual input values of CONFIG_FILES etc. instead of their
21690 # values after options handling.
21692 This file was extended by Wine $as_me 5.22, which was
21693 generated by GNU Autoconf 2.69. Invocation command line was
21695 CONFIG_FILES = $CONFIG_FILES
21696 CONFIG_HEADERS = $CONFIG_HEADERS
21697 CONFIG_LINKS = $CONFIG_LINKS
21698 CONFIG_COMMANDS = $CONFIG_COMMANDS
21701 on `(hostname || uname -n) 2>/dev/null | sed 1q`
21706 case $ac_config_files in *"
21707 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
21710 case $ac_config_headers in *"
21711 "*) set x
$ac_config_headers; shift; ac_config_headers
=$
*;;
21715 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
21716 # Files that config.status was made for.
21717 config_files="$ac_config_files"
21718 config_headers="$ac_config_headers"
21719 config_links="$ac_config_links"
21720 config_commands="$ac_config_commands"
21724 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
21726 \`$as_me' instantiates files and other configuration actions
21727 from templates according to the current configuration. Unless the files
21728 and actions are specified as TAGs, all are instantiated by default.
21730 Usage: $0 [OPTION]... [TAG]...
21732 -h, --help print this help, then exit
21733 -V, --version print version number and configuration settings, then exit
21734 --config print configuration, then exit
21735 -q, --quiet, --silent
21736 do not print progress messages
21737 -d, --debug don't remove temporary files
21738 --recheck update $as_me by reconfiguring in the same conditions
21739 --file=FILE[:TEMPLATE]
21740 instantiate the configuration file FILE
21741 --header=FILE[:TEMPLATE]
21742 instantiate the configuration header FILE
21744 Configuration files:
21747 Configuration headers:
21750 Configuration links:
21753 Configuration commands:
21756 Report bugs to <wine-devel@winehq.org>.
21757 Wine home page: <https://www.winehq.org>."
21760 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
21761 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
21763 Wine config.status 5.22
21764 configured by $0, generated by GNU Autoconf 2.69,
21765 with options \\"\$ac_cs_config\\"
21767 Copyright (C) 2012 Free Software Foundation, Inc.
21768 This config.status script is free software; the Free Software Foundation
21769 gives unlimited permission to copy, distribute and modify it."
21773 test -n "\$AWK" || AWK=awk
21776 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
21777 # The default lists apply if the user does not specify any file.
21783 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
21784 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
21788 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
21800 # Handling of the options.
21801 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
21803 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
21804 $as_echo "$ac_cs_version"; exit ;;
21805 --config |
--confi |
--conf |
--con |
--co |
--c )
21806 $as_echo "$ac_cs_config"; exit ;;
21807 --debug |
--debu |
--deb |
--de |
--d |
-d )
21809 --file |
--fil |
--fi |
--f )
21812 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
21813 '') as_fn_error $?
"missing file argument" ;;
21815 as_fn_append CONFIG_FILES
" '$ac_optarg'"
21816 ac_need_defaults
=false
;;
21817 --header |
--heade |
--head |
--hea )
21820 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
21822 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
21823 ac_need_defaults
=false
;;
21825 # Conflict between --help and --header
21826 as_fn_error $?
"ambiguous option: \`$1'
21827 Try \`$0 --help' for more information.";;
21828 --help |
--hel |
-h )
21829 $as_echo "$ac_cs_usage"; exit ;;
21830 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
21831 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
21834 # This is an error.
21835 -*) as_fn_error $?
"unrecognized option: \`$1'
21836 Try \`$0 --help' for more information." ;;
21838 *) as_fn_append ac_config_targets
" $1"
21839 ac_need_defaults
=false
;;
21845 ac_configure_extra_args
=
21847 if $ac_cs_silent; then
21849 ac_configure_extra_args
="$ac_configure_extra_args --silent"
21853 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
21854 if \$ac_cs_recheck; then
21855 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
21857 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
21858 CONFIG_SHELL='$SHELL'
21859 export CONFIG_SHELL
21864 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
21868 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
21869 ## Running $as_me. ##
21875 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
21879 wine_fn_output_makedep ()
21881 as_dir=tools; as_fn_mkdir_p
21882 $CC -Iinclude -I$srcdir/include -D__WINESRC__ $EXTRACFLAGS $CPPFLAGS $CFLAGS -o tools/makedep$ac_exeext $srcdir/tools/makedep.c $LDFLAGS
21884 wine_fn_output_makefile ()
21886 cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && rm -f Make.tmp && "$wine_makedep" && return
21887 `cat $wine_rules_file`
21889 as_fn_error $? "could not create Makefile" "$LINENO" 5
21894 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
21896 # Handling of arguments.
21897 for ac_config_target
in $ac_config_targets
21899 case $ac_config_target in
21900 "include/config.h") CONFIG_HEADERS
="$CONFIG_HEADERS include/config.h" ;;
21901 "include/stamp-h") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/stamp-h" ;;
21902 "wine") CONFIG_LINKS
="$CONFIG_LINKS wine:tools/winewrapper" ;;
21903 "wine64") CONFIG_LINKS
="$CONFIG_LINKS wine64:tools/winewrapper" ;;
21904 "tools/makedep") CONFIG_COMMANDS
="$CONFIG_COMMANDS tools/makedep" ;;
21905 "Makefile") CONFIG_COMMANDS
="$CONFIG_COMMANDS Makefile" ;;
21906 "Make.tmp") CONFIG_FILES
="$CONFIG_FILES Make.tmp:Makefile.in" ;;
21908 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
21913 # If the user did not use the arguments to specify the items to instantiate,
21914 # then the envvar interface is used. Set only those that are not.
21915 # We use the long form for the default assignment because of an extremely
21916 # bizarre bug on SunOS 4.1.3.
21917 if $ac_need_defaults; then
21918 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
21919 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
21920 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS
=$config_links
21921 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
21924 # Have a temporary directory for convenience. Make it in the build tree
21925 # simply because there is no reason against having it here, and in addition,
21926 # creating and moving files from /tmp can sometimes cause problems.
21927 # Hook for its removal unless debugging.
21928 # Note that there is a small window in which the directory will not be cleaned:
21929 # after its creation but before its name has been assigned to `$tmp'.
21933 trap 'exit_status=$?
21934 : "${ac_tmp:=$tmp}"
21935 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
21937 trap 'as_fn_exit 1' 1 2 13 15
21939 # Create a (secure) tmp directory for tmp files.
21942 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
21946 tmp
=.
/conf$$
-$RANDOM
21947 (umask 077 && mkdir
"$tmp")
21948 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
21951 # Set up the scripts for CONFIG_FILES section.
21952 # No need to generate them if there are no CONFIG_FILES.
21953 # This happens for instance with `./config.status config.h'.
21954 if test -n "$CONFIG_FILES"; then
21957 ac_cr
=`echo X | tr X '\015'`
21958 # On cygwin, bash can eat \r inside `` if the user requested igncr.
21959 # But we know of no other shell where ac_cr would be empty at this
21960 # point, so we can use a bashism as a fallback.
21961 if test "x$ac_cr" = x
; then
21962 eval ac_cr
=\$
\'\\r
\'
21964 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
21965 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
21968 ac_cs_awk_cr
=$ac_cr
21971 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
21976 echo "cat >conf$$subs.awk <<_ACEOF" &&
21977 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
21979 } >conf$$subs.sh ||
21980 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
21981 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
21983 for ac_last_try in false false false false false :; do
21984 . ./conf$$subs.sh ||
21985 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
21987 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
21988 if test $ac_delim_n = $ac_delim_num; then
21990 elif $ac_last_try; then
21991 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
21993 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
21996 rm -f conf$$subs.sh
21998 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
21999 cat >>"\
$ac_tmp/subs1.
awk" <<\\_ACAWK &&
22003 s/^/S["/; s
/!.
*/"]=/
22013 s/\(.\{148\}\)..*/\1/
22015 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
22020 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
22027 s/\(.\{148\}\)..*/\1/
22029 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
22033 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
22038 ' <conf$$subs.awk | sed '
22043 ' >>$CONFIG_STATUS || ac_write_fail=1
22044 rm -f conf$$subs.awk
22045 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22047 cat >>"\
$ac_tmp/subs1.
awk" <<_ACAWK &&
22048 for (key in S) S_is_set[key] = 1
22054 nfields = split(line, field, "@
")
22056 len = length(field[1])
22057 for (i = 2; i < nfields; i++) {
22059 keylen = length(key)
22060 if (S_is_set[key]) {
22062 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
22063 len += length(value) + length(field[++i])
22074 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
22075 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
22076 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
22079 fi < "$ac_tmp/subs1.
awk" > "$ac_tmp/subs.
awk" \
22080 || as_fn_error $? "could not setup config files machinery
" "$LINENO" 5
22083 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
22084 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".
", strip leading and
22085 # trailing colons and then remove the whole line if VPATH becomes empty
22086 # (actually we leave an empty line to preserve line numbers).
22087 if test "x
$srcdir" = x.; then
22088 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
22106 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
22107 fi # test -n "$CONFIG_FILES"
22109 # Set up the scripts for CONFIG_HEADERS section.
22110 # No need to generate them if there are no CONFIG_HEADERS.
22111 # This happens for instance with `./config.status Makefile'.
22112 if test -n "$CONFIG_HEADERS"; then
22113 cat >"$ac_tmp/defines.
awk" <<\_ACAWK ||
22117 # Transform confdefs.h into an awk script `defines.awk', embedded as
22118 # here-document in config.status, that substitutes the proper values into
22119 # config.h.in to produce config.h.
22121 # Create a delimiter string that does not exist in confdefs.h, to ease
22122 # handling of long lines.
22124 for ac_last_try in false false :; do
22125 ac_tt=`sed -n "/$ac_delim/p
" confdefs.h`
22126 if test -z "$ac_tt"; then
22128 elif $ac_last_try; then
22129 as_fn_error $? "could not
make $CONFIG_HEADERS" "$LINENO" 5
22131 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
22135 # For the awk script, D is an array of macro values keyed by name,
22136 # likewise P contains macro parameters if any. Preserve backslash
22137 # newline sequences.
22139 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
22141 s/.\{148\}/&'"$ac_delim"'/g
22144 s/^[ ]*#[ ]*define[ ][ ]*/ /
22151 s
/^ \
('"$ac_word_re"'\
)\
(([^
()]*)\
)[ ]*\
(.
*\
)/P
["\1"]="\2"\
22153 s
/^ \
('"$ac_word_re"'\
)[ ]*\
(.
*\
)/D
["\1"]=" \2"/p
22157 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\
1"]="\
2"\
22158 D["\
1"]=" \
3\\\\\\n
"\\/p
22160 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\
1"]=" \
2\\\\\\n
"\\/p
22165 s/.\{148\}/&'"$ac_delim"'/g
22170 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/p
22173 s
/["\\]/\\&/g; s/^/"/; s
/$
/\\\\\\n
"\\/p
22175 ' <confdefs.h | sed '
22176 s/'"$ac_delim"'/"\\\
22177 "/g' >>$CONFIG_STATUS || ac_write_fail=1
22179 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22180 for (key in D) D_is_set[key] = 1
22183 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
22185 split(line, arg, " ")
22186 if (arg[1] == "#") {
22190 defundef
= substr
(arg
[1], 2)
22193 split(mac1
, mac2
, "(") #)
22195 prefix
= substr
(line
, 1, index
(line
, defundef
) - 1)
22196 if (D_is_set
[macro
]) {
22197 # Preserve the white space surrounding the "#".
22198 print prefix
"define", macro P
[macro
] D
[macro
]
22201 # Replace #undef with comments. This is necessary, for example,
22202 # in the case of _POSIX_SOURCE, which is predefined and required
22203 # on some systems where configure will not decide to define it.
22204 if (defundef
== "undef") {
22205 print
"/*", prefix defundef
, macro
, "*/"
22213 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
22214 as_fn_error $?
"could not setup config headers machinery" "$LINENO" 5
22215 fi # test -n "$CONFIG_HEADERS"
22218 eval set X
" :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
22223 :[FHLC
]) ac_mode
=$ac_tag; continue;;
22225 case $ac_mode$ac_tag in
22227 :L
* |
:C
*:*) as_fn_error $?
"invalid tag \`$ac_tag'" "$LINENO" 5;;
22228 :[FH
]-) ac_tag
=-:-;;
22229 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
22246 -) ac_f
="$ac_tmp/stdin";;
22247 *) # Look for the file first in the build tree, then in the source tree
22248 # (if the path is not absolute). The absolute path cannot be DOS-style,
22249 # because $ac_f cannot contain `:'.
22253 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
22255 as_fn_error
1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
22257 case $ac_f in *\'*) ac_f
=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
22258 as_fn_append ac_file_inputs
" '$ac_f'"
22261 # Let's still pretend it is `configure' which instantiates (i.e., don't
22262 # use $as_me), people would be surprised to read:
22263 # /* config.h. Generated by config.status. */
22264 configure_input
='Generated from '`
22265 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
22267 if test x
"$ac_file" != x-
; then
22268 configure_input
="$ac_file. $configure_input"
22269 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
22270 $as_echo "$as_me: creating $ac_file" >&6;}
22272 # Neutralize special characters interpreted by sed in replacement strings.
22273 case $configure_input in #(
22274 *\
&* |
*\|
* |
*\\* )
22275 ac_sed_conf_input
=`$as_echo "$configure_input" |
22276 sed 's/[\\\\&|]/\\\\&/g'`;; #(
22277 *) ac_sed_conf_input
=$configure_input;;
22281 *:-:* |
*:-) cat >"$ac_tmp/stdin" \
22282 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5 ;;
22287 ac_dir
=`$as_dirname -- "$ac_file" ||
22288 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
22289 X"$ac_file" : 'X\(//\)[^/]' \| \
22290 X"$ac_file" : 'X\(//\)$' \| \
22291 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
22292 $as_echo X"$ac_file" |
22293 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
22297 /^X\(\/\/\)[^/].*/{
22310 as_dir
="$ac_dir"; as_fn_mkdir_p
22314 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
22316 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
22317 # A ".." for each directory in $ac_dir_suffix.
22318 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
22319 case $ac_top_builddir_sub in
22320 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
22321 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
22324 ac_abs_top_builddir
=$ac_pwd
22325 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
22326 # for backward compatibility:
22327 ac_top_builddir
=$ac_top_build_prefix
22330 .
) # We are building in place.
22332 ac_top_srcdir
=$ac_top_builddir_sub
22333 ac_abs_top_srcdir
=$ac_pwd ;;
22334 [\\/]* | ?
:[\\/]* ) # Absolute name.
22335 ac_srcdir
=$srcdir$ac_dir_suffix;
22336 ac_top_srcdir
=$srcdir
22337 ac_abs_top_srcdir
=$srcdir ;;
22338 *) # Relative name.
22339 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
22340 ac_top_srcdir
=$ac_top_build_prefix$srcdir
22341 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
22343 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
22354 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
22355 # If the template does not know about datarootdir, expand it.
22356 # FIXME: This hack should be removed a few years after 2.60.
22357 ac_datarootdir_hack
=; ac_datarootdir_seen
=
22368 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
22369 *datarootdir
*) ac_datarootdir_seen
=yes;;
22370 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
22371 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
22372 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
22374 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22375 ac_datarootdir_hack='
22376 s&@datadir@&$datadir&g
22377 s&@docdir@&$docdir&g
22378 s&@infodir@&$infodir&g
22379 s&@localedir@&$localedir&g
22380 s&@mandir@&$mandir&g
22381 s&\\\${datarootdir}&$datarootdir&g' ;;
22385 # Neutralize VPATH when `$srcdir' = `.'.
22386 # Shell code in configure.ac might set extrasub.
22387 # FIXME: do we really want to maintain this feature?
22388 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22389 ac_sed_extra="$ac_vpsub
22392 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
22394 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
22395 s|@configure_input@|
$ac_sed_conf_input|
;t t
22396 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
22397 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
22398 s
&@srcdir@
&$ac_srcdir&;t t
22399 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
22400 s
&@top_srcdir@
&$ac_top_srcdir&;t t
22401 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
22402 s
&@builddir@
&$ac_builddir&;t t
22403 s
&@abs_builddir@
&$ac_abs_builddir&;t t
22404 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
22405 $ac_datarootdir_hack
22407 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.
awk" \
22408 >$ac_tmp/out || as_fn_error $? "could not create
$ac_file" "$LINENO" 5
22410 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
22411 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out
"`; test -n "$ac_out"; } &&
22412 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
22413 "$ac_tmp/out
"`; test -z "$ac_out"; } &&
22414 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
22415 which seems to be undefined. Please make sure it is defined" >&5
22416 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
22417 which seems to be undefined. Please make sure it is defined" >&2;}
22419 rm -f "$ac_tmp/stdin"
22421 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
22422 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
22424 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
22430 if test x"$ac_file" != x-; then
22432 $as_echo "/* $configure_input */" \
22433 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
22434 } >"$ac_tmp/config.h" \
22435 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
22436 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
22437 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
22438 $as_echo "$as_me: $ac_file is unchanged" >&6;}
22441 mv "$ac_tmp/config.h" "$ac_file" \
22442 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
22445 $as_echo "/* $configure_input */" \
22446 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
22447 || as_fn_error $? "could not create -" "$LINENO" 5
22455 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.
'; then
22458 # Prefer the file from the source tree if names are identical.
22459 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
22460 ac_source=$srcdir/$ac_source
22463 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
22464 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
22466 if test ! -r "$ac_source"; then
22467 as_fn_error $? "$ac_source: file not found" "$LINENO" 5
22471 # Try a relative symlink, then a hard link, then a copy.
22473 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
22474 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
22476 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
22477 ln "$ac_source" "$ac_file" 2>/dev/null ||
22478 cp -p "$ac_source" "$ac_file" ||
22479 as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
22482 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
22483 $as_echo "$as_me: executing $ac_file commands" >&6;}
22488 case $ac_file$ac_mode in
22489 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
22490 "tools/makedep":C) wine_fn_output_makedep || as_fn_exit $? ;;
22491 "Makefile":C) wine_fn_output_makefile Makefile ;;
22499 ac_clean_files=$ac_clean_files_save
22501 test $ac_write_fail = 0 ||
22502 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
22505 # configure is writing to config.log, and then calls config.status.
22506 # config.status does its own redirection, appending to config.log.
22507 # Unfortunately, on DOS this fails, as config.log is still kept open
22508 # by configure, so config.status won't be able to
write to it
; its
22509 # output is simply discarded. So we exec the FD to /dev/null,
22510 # effectively closing config.log, so it can be properly (re)opened and
22511 # appended to by config.status. When coming back to configure, we
22512 # need to make the FD available again.
22513 if test "$no_create" != yes; then
22515 ac_config_status_args
=
22516 test "$silent" = yes &&
22517 ac_config_status_args
="$ac_config_status_args --quiet"
22519 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
22521 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
22522 # would make configure fail if this is the last instruction.
22523 $ac_cs_success || as_fn_exit
1
22525 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
22526 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
22527 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
22531 if test "$no_create" = "yes"
22537 if test "x$wine_notices" != x
; then
22540 for msg
in $wine_notices; do
22542 if ${msg:+false} :; then :
22545 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
22546 $as_echo "$as_me: $msg" >&6;}
22551 for msg
in $wine_warnings; do
22553 if ${msg:+false} :; then :
22557 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
22558 $as_echo "$as_me: WARNING: $msg" >&2;}
22564 $as_me: Finished. Do '${ac_make}' to compile Wine.