2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for Wine 4.10.
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
='4.10'
584 PACKAGE_STRING
='Wine 4.10'
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
635 EXCESS_PRECISION_CFLAGS
725 APPLICATIONSERVICES_LIBS
741 WINEPRELOADER_LDFLAGS
819 program_transform_name
832 enable_option_checking
836 enable_maintainer_mode
909 enable_api_ms_win_appmodel_identity_l1_1_0
910 enable_api_ms_win_appmodel_runtime_l1_1_1
911 enable_api_ms_win_appmodel_runtime_l1_1_2
912 enable_api_ms_win_core_apiquery_l1_1_0
913 enable_api_ms_win_core_appcompat_l1_1_1
914 enable_api_ms_win_core_appinit_l1_1_0
915 enable_api_ms_win_core_atoms_l1_1_0
916 enable_api_ms_win_core_bem_l1_1_0
917 enable_api_ms_win_core_com_l1_1_0
918 enable_api_ms_win_core_com_l1_1_1
919 enable_api_ms_win_core_com_private_l1_1_0
920 enable_api_ms_win_core_comm_l1_1_0
921 enable_api_ms_win_core_console_l1_1_0
922 enable_api_ms_win_core_console_l2_1_0
923 enable_api_ms_win_core_crt_l1_1_0
924 enable_api_ms_win_core_crt_l2_1_0
925 enable_api_ms_win_core_datetime_l1_1_0
926 enable_api_ms_win_core_datetime_l1_1_1
927 enable_api_ms_win_core_debug_l1_1_0
928 enable_api_ms_win_core_debug_l1_1_1
929 enable_api_ms_win_core_delayload_l1_1_0
930 enable_api_ms_win_core_delayload_l1_1_1
931 enable_api_ms_win_core_errorhandling_l1_1_0
932 enable_api_ms_win_core_errorhandling_l1_1_1
933 enable_api_ms_win_core_errorhandling_l1_1_2
934 enable_api_ms_win_core_errorhandling_l1_1_3
935 enable_api_ms_win_core_fibers_l1_1_0
936 enable_api_ms_win_core_fibers_l1_1_1
937 enable_api_ms_win_core_file_l1_1_0
938 enable_api_ms_win_core_file_l1_2_0
939 enable_api_ms_win_core_file_l1_2_1
940 enable_api_ms_win_core_file_l1_2_2
941 enable_api_ms_win_core_file_l2_1_0
942 enable_api_ms_win_core_file_l2_1_1
943 enable_api_ms_win_core_file_l2_1_2
944 enable_api_ms_win_core_handle_l1_1_0
945 enable_api_ms_win_core_heap_l1_1_0
946 enable_api_ms_win_core_heap_l1_2_0
947 enable_api_ms_win_core_heap_l2_1_0
948 enable_api_ms_win_core_heap_obsolete_l1_1_0
949 enable_api_ms_win_core_interlocked_l1_1_0
950 enable_api_ms_win_core_interlocked_l1_2_0
951 enable_api_ms_win_core_io_l1_1_0
952 enable_api_ms_win_core_io_l1_1_1
953 enable_api_ms_win_core_job_l1_1_0
954 enable_api_ms_win_core_job_l2_1_0
955 enable_api_ms_win_core_kernel32_legacy_l1_1_0
956 enable_api_ms_win_core_kernel32_legacy_l1_1_1
957 enable_api_ms_win_core_kernel32_private_l1_1_1
958 enable_api_ms_win_core_largeinteger_l1_1_0
959 enable_api_ms_win_core_libraryloader_l1_1_0
960 enable_api_ms_win_core_libraryloader_l1_1_1
961 enable_api_ms_win_core_libraryloader_l1_2_0
962 enable_api_ms_win_core_libraryloader_l1_2_1
963 enable_api_ms_win_core_libraryloader_l1_2_2
964 enable_api_ms_win_core_localization_l1_1_0
965 enable_api_ms_win_core_localization_l1_2_0
966 enable_api_ms_win_core_localization_l1_2_1
967 enable_api_ms_win_core_localization_l2_1_0
968 enable_api_ms_win_core_localization_obsolete_l1_1_0
969 enable_api_ms_win_core_localization_obsolete_l1_2_0
970 enable_api_ms_win_core_localization_obsolete_l1_3_0
971 enable_api_ms_win_core_localization_private_l1_1_0
972 enable_api_ms_win_core_localregistry_l1_1_0
973 enable_api_ms_win_core_memory_l1_1_0
974 enable_api_ms_win_core_memory_l1_1_1
975 enable_api_ms_win_core_memory_l1_1_2
976 enable_api_ms_win_core_misc_l1_1_0
977 enable_api_ms_win_core_namedpipe_l1_1_0
978 enable_api_ms_win_core_namedpipe_l1_2_0
979 enable_api_ms_win_core_namespace_l1_1_0
980 enable_api_ms_win_core_normalization_l1_1_0
981 enable_api_ms_win_core_path_l1_1_0
982 enable_api_ms_win_core_privateprofile_l1_1_1
983 enable_api_ms_win_core_processenvironment_l1_1_0
984 enable_api_ms_win_core_processenvironment_l1_2_0
985 enable_api_ms_win_core_processthreads_l1_1_0
986 enable_api_ms_win_core_processthreads_l1_1_1
987 enable_api_ms_win_core_processthreads_l1_1_2
988 enable_api_ms_win_core_processthreads_l1_1_3
989 enable_api_ms_win_core_processtopology_obsolete_l1_1_0
990 enable_api_ms_win_core_profile_l1_1_0
991 enable_api_ms_win_core_psapi_ansi_l1_1_0
992 enable_api_ms_win_core_psapi_l1_1_0
993 enable_api_ms_win_core_psapi_obsolete_l1_1_0
994 enable_api_ms_win_core_quirks_l1_1_0
995 enable_api_ms_win_core_realtime_l1_1_0
996 enable_api_ms_win_core_registry_l1_1_0
997 enable_api_ms_win_core_registry_l2_1_0
998 enable_api_ms_win_core_registryuserspecific_l1_1_0
999 enable_api_ms_win_core_rtlsupport_l1_1_0
1000 enable_api_ms_win_core_rtlsupport_l1_2_0
1001 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
1002 enable_api_ms_win_core_shlwapi_obsolete_l1_1_0
1003 enable_api_ms_win_core_shlwapi_obsolete_l1_2_0
1004 enable_api_ms_win_core_shutdown_l1_1_0
1005 enable_api_ms_win_core_sidebyside_l1_1_0
1006 enable_api_ms_win_core_string_l1_1_0
1007 enable_api_ms_win_core_string_l2_1_0
1008 enable_api_ms_win_core_string_obsolete_l1_1_0
1009 enable_api_ms_win_core_stringansi_l1_1_0
1010 enable_api_ms_win_core_stringloader_l1_1_1
1011 enable_api_ms_win_core_synch_ansi_l1_1_0
1012 enable_api_ms_win_core_synch_l1_1_0
1013 enable_api_ms_win_core_synch_l1_2_0
1014 enable_api_ms_win_core_synch_l1_2_1
1015 enable_api_ms_win_core_sysinfo_l1_1_0
1016 enable_api_ms_win_core_sysinfo_l1_2_0
1017 enable_api_ms_win_core_sysinfo_l1_2_1
1018 enable_api_ms_win_core_threadpool_l1_1_0
1019 enable_api_ms_win_core_threadpool_l1_2_0
1020 enable_api_ms_win_core_threadpool_legacy_l1_1_0
1021 enable_api_ms_win_core_threadpool_private_l1_1_0
1022 enable_api_ms_win_core_timezone_l1_1_0
1023 enable_api_ms_win_core_toolhelp_l1_1_0
1024 enable_api_ms_win_core_url_l1_1_0
1025 enable_api_ms_win_core_util_l1_1_0
1026 enable_api_ms_win_core_version_l1_1_0
1027 enable_api_ms_win_core_version_l1_1_1
1028 enable_api_ms_win_core_version_private_l1_1_0
1029 enable_api_ms_win_core_versionansi_l1_1_0
1030 enable_api_ms_win_core_windowserrorreporting_l1_1_0
1031 enable_api_ms_win_core_winrt_error_l1_1_0
1032 enable_api_ms_win_core_winrt_error_l1_1_1
1033 enable_api_ms_win_core_winrt_errorprivate_l1_1_1
1034 enable_api_ms_win_core_winrt_l1_1_0
1035 enable_api_ms_win_core_winrt_registration_l1_1_0
1036 enable_api_ms_win_core_winrt_roparameterizediid_l1_1_0
1037 enable_api_ms_win_core_winrt_string_l1_1_0
1038 enable_api_ms_win_core_winrt_string_l1_1_1
1039 enable_api_ms_win_core_wow64_l1_1_0
1040 enable_api_ms_win_core_wow64_l1_1_1
1041 enable_api_ms_win_core_xstate_l1_1_0
1042 enable_api_ms_win_core_xstate_l2_1_0
1043 enable_api_ms_win_crt_conio_l1_1_0
1044 enable_api_ms_win_crt_convert_l1_1_0
1045 enable_api_ms_win_crt_environment_l1_1_0
1046 enable_api_ms_win_crt_filesystem_l1_1_0
1047 enable_api_ms_win_crt_heap_l1_1_0
1048 enable_api_ms_win_crt_locale_l1_1_0
1049 enable_api_ms_win_crt_math_l1_1_0
1050 enable_api_ms_win_crt_multibyte_l1_1_0
1051 enable_api_ms_win_crt_private_l1_1_0
1052 enable_api_ms_win_crt_process_l1_1_0
1053 enable_api_ms_win_crt_runtime_l1_1_0
1054 enable_api_ms_win_crt_stdio_l1_1_0
1055 enable_api_ms_win_crt_string_l1_1_0
1056 enable_api_ms_win_crt_time_l1_1_0
1057 enable_api_ms_win_crt_utility_l1_1_0
1058 enable_api_ms_win_devices_config_l1_1_0
1059 enable_api_ms_win_devices_config_l1_1_1
1060 enable_api_ms_win_devices_query_l1_1_1
1061 enable_api_ms_win_downlevel_advapi32_l1_1_0
1062 enable_api_ms_win_downlevel_advapi32_l2_1_0
1063 enable_api_ms_win_downlevel_normaliz_l1_1_0
1064 enable_api_ms_win_downlevel_ole32_l1_1_0
1065 enable_api_ms_win_downlevel_shell32_l1_1_0
1066 enable_api_ms_win_downlevel_shlwapi_l1_1_0
1067 enable_api_ms_win_downlevel_shlwapi_l2_1_0
1068 enable_api_ms_win_downlevel_user32_l1_1_0
1069 enable_api_ms_win_downlevel_version_l1_1_0
1070 enable_api_ms_win_dx_d3dkmt_l1_1_0
1071 enable_api_ms_win_eventing_classicprovider_l1_1_0
1072 enable_api_ms_win_eventing_consumer_l1_1_0
1073 enable_api_ms_win_eventing_controller_l1_1_0
1074 enable_api_ms_win_eventing_legacy_l1_1_0
1075 enable_api_ms_win_eventing_provider_l1_1_0
1076 enable_api_ms_win_eventlog_legacy_l1_1_0
1077 enable_api_ms_win_gdi_dpiinfo_l1_1_0
1078 enable_api_ms_win_mm_joystick_l1_1_0
1079 enable_api_ms_win_mm_misc_l1_1_1
1080 enable_api_ms_win_mm_mme_l1_1_0
1081 enable_api_ms_win_mm_time_l1_1_0
1082 enable_api_ms_win_ntuser_dc_access_l1_1_0
1083 enable_api_ms_win_ntuser_rectangle_l1_1_0
1084 enable_api_ms_win_ntuser_sysparams_l1_1_0
1085 enable_api_ms_win_perf_legacy_l1_1_0
1086 enable_api_ms_win_power_base_l1_1_0
1087 enable_api_ms_win_power_setting_l1_1_0
1088 enable_api_ms_win_rtcore_ntuser_draw_l1_1_0
1089 enable_api_ms_win_rtcore_ntuser_private_l1_1_0
1090 enable_api_ms_win_rtcore_ntuser_private_l1_1_4
1091 enable_api_ms_win_rtcore_ntuser_window_l1_1_0
1092 enable_api_ms_win_rtcore_ntuser_winevent_l1_1_0
1093 enable_api_ms_win_rtcore_ntuser_wmpointer_l1_1_0
1094 enable_api_ms_win_rtcore_ntuser_wmpointer_l1_1_3
1095 enable_api_ms_win_security_activedirectoryclient_l1_1_0
1096 enable_api_ms_win_security_audit_l1_1_1
1097 enable_api_ms_win_security_base_l1_1_0
1098 enable_api_ms_win_security_base_l1_2_0
1099 enable_api_ms_win_security_base_private_l1_1_1
1100 enable_api_ms_win_security_credentials_l1_1_0
1101 enable_api_ms_win_security_cryptoapi_l1_1_0
1102 enable_api_ms_win_security_grouppolicy_l1_1_0
1103 enable_api_ms_win_security_lsalookup_l1_1_0
1104 enable_api_ms_win_security_lsalookup_l1_1_1
1105 enable_api_ms_win_security_lsalookup_l2_1_0
1106 enable_api_ms_win_security_lsalookup_l2_1_1
1107 enable_api_ms_win_security_lsapolicy_l1_1_0
1108 enable_api_ms_win_security_provider_l1_1_0
1109 enable_api_ms_win_security_sddl_l1_1_0
1110 enable_api_ms_win_security_systemfunctions_l1_1_0
1111 enable_api_ms_win_service_core_l1_1_0
1112 enable_api_ms_win_service_core_l1_1_1
1113 enable_api_ms_win_service_management_l1_1_0
1114 enable_api_ms_win_service_management_l2_1_0
1115 enable_api_ms_win_service_private_l1_1_1
1116 enable_api_ms_win_service_winsvc_l1_1_0
1117 enable_api_ms_win_service_winsvc_l1_2_0
1118 enable_api_ms_win_shcore_obsolete_l1_1_0
1119 enable_api_ms_win_shcore_scaling_l1_1_1
1120 enable_api_ms_win_shcore_stream_l1_1_0
1121 enable_api_ms_win_shcore_thread_l1_1_0
1122 enable_api_ms_win_shell_shellcom_l1_1_0
1123 enable_api_ms_win_shell_shellfolders_l1_1_0
1138 enable_bluetoothapis
1173 enable_d3dcompiler_33
1174 enable_d3dcompiler_34
1175 enable_d3dcompiler_35
1176 enable_d3dcompiler_36
1177 enable_d3dcompiler_37
1178 enable_d3dcompiler_38
1179 enable_d3dcompiler_39
1180 enable_d3dcompiler_40
1181 enable_d3dcompiler_41
1182 enable_d3dcompiler_42
1183 enable_d3dcompiler_43
1184 enable_d3dcompiler_46
1185 enable_d3dcompiler_47
1270 enable_explorerframe
1271 enable_ext_ms_win_authz_context_l1_1_0
1272 enable_ext_ms_win_domainjoin_netjoin_l1_1_0
1273 enable_ext_ms_win_dwmapi_ext_l1_1_0
1274 enable_ext_ms_win_gdi_dc_create_l1_1_0
1275 enable_ext_ms_win_gdi_dc_create_l1_1_1
1276 enable_ext_ms_win_gdi_dc_l1_2_0
1277 enable_ext_ms_win_gdi_devcaps_l1_1_0
1278 enable_ext_ms_win_gdi_draw_l1_1_0
1279 enable_ext_ms_win_gdi_draw_l1_1_1
1280 enable_ext_ms_win_gdi_font_l1_1_0
1281 enable_ext_ms_win_gdi_font_l1_1_1
1282 enable_ext_ms_win_gdi_render_l1_1_0
1283 enable_ext_ms_win_kernel32_package_current_l1_1_0
1284 enable_ext_ms_win_kernel32_package_l1_1_1
1285 enable_ext_ms_win_ntuser_dialogbox_l1_1_0
1286 enable_ext_ms_win_ntuser_draw_l1_1_0
1287 enable_ext_ms_win_ntuser_gui_l1_1_0
1288 enable_ext_ms_win_ntuser_gui_l1_3_0
1289 enable_ext_ms_win_ntuser_keyboard_l1_3_0
1290 enable_ext_ms_win_ntuser_message_l1_1_0
1291 enable_ext_ms_win_ntuser_message_l1_1_1
1292 enable_ext_ms_win_ntuser_misc_l1_1_0
1293 enable_ext_ms_win_ntuser_misc_l1_2_0
1294 enable_ext_ms_win_ntuser_misc_l1_5_1
1295 enable_ext_ms_win_ntuser_mouse_l1_1_0
1296 enable_ext_ms_win_ntuser_private_l1_1_1
1297 enable_ext_ms_win_ntuser_private_l1_3_1
1298 enable_ext_ms_win_ntuser_rectangle_ext_l1_1_0
1299 enable_ext_ms_win_ntuser_uicontext_ext_l1_1_0
1300 enable_ext_ms_win_ntuser_window_l1_1_0
1301 enable_ext_ms_win_ntuser_window_l1_1_1
1302 enable_ext_ms_win_ntuser_window_l1_1_4
1303 enable_ext_ms_win_ntuser_windowclass_l1_1_0
1304 enable_ext_ms_win_ntuser_windowclass_l1_1_1
1305 enable_ext_ms_win_oleacc_l1_1_0
1306 enable_ext_ms_win_ras_rasapi32_l1_1_0
1307 enable_ext_ms_win_rtcore_gdi_devcaps_l1_1_0
1308 enable_ext_ms_win_rtcore_gdi_object_l1_1_0
1309 enable_ext_ms_win_rtcore_gdi_rgn_l1_1_0
1310 enable_ext_ms_win_rtcore_ntuser_cursor_l1_1_0
1311 enable_ext_ms_win_rtcore_ntuser_dc_access_l1_1_0
1312 enable_ext_ms_win_rtcore_ntuser_dpi_l1_1_0
1313 enable_ext_ms_win_rtcore_ntuser_dpi_l1_2_0
1314 enable_ext_ms_win_rtcore_ntuser_rawinput_l1_1_0
1315 enable_ext_ms_win_rtcore_ntuser_syscolors_l1_1_0
1316 enable_ext_ms_win_rtcore_ntuser_sysparams_l1_1_0
1317 enable_ext_ms_win_security_credui_l1_1_0
1318 enable_ext_ms_win_security_cryptui_l1_1_0
1319 enable_ext_ms_win_shell_comctl32_init_l1_1_0
1320 enable_ext_ms_win_shell_comdlg32_l1_1_0
1321 enable_ext_ms_win_shell_shell32_l1_2_0
1322 enable_ext_ms_win_uxtheme_themes_l1_1_0
1502 enable_photometadatahandler
1577 enable_uiautomationcore
1610 enable_windowscodecs
1611 enable_windowscodecsext
1613 enable_wineandroid_drv
1615 enable_winecoreaudio_drv
1618 enable_winegstreamer
1620 enable_winejoystick_drv
1625 enable_winepulse_drv
1626 enable_wineqtdecoder
1643 enable_wmcodecdspuuid
1700 enable_aspnet_regiis
1741 enable_presentationfontcache
1754 enable_servicemodelreg
1777 enable_winemenubuilder
1779 enable_winemsibuilder
1803 ac_precious_vars
='build_alias
1879 # Initialize some variables set by options.
1881 ac_init_version
=false
1882 ac_unrecognized_opts
=
1883 ac_unrecognized_sep
=
1884 # The variables have the same names as the options, with
1885 # dashes changed to underlines.
1886 cache_file
=/dev
/null
1893 program_transform_name
=s
,x
,x
,
1901 # Installation directory options.
1902 # These are left unexpanded so users can "make install exec_prefix=/foo"
1903 # and all the variables that are supposed to be based on exec_prefix
1904 # by default will actually change.
1905 # Use braces instead of parens because sh, perl, etc. also accept them.
1906 # (The list follows the same order as the GNU Coding Standards.)
1907 bindir
='${exec_prefix}/bin'
1908 sbindir
='${exec_prefix}/sbin'
1909 libexecdir
='${exec_prefix}/libexec'
1910 datarootdir
='${prefix}/share'
1911 datadir
='${datarootdir}'
1912 sysconfdir
='${prefix}/etc'
1913 sharedstatedir
='${prefix}/com'
1914 localstatedir
='${prefix}/var'
1915 runstatedir
='${localstatedir}/run'
1916 includedir
='${prefix}/include'
1917 oldincludedir
='/usr/include'
1918 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
1919 infodir
='${datarootdir}/info'
1924 libdir
='${exec_prefix}/lib'
1925 localedir
='${datarootdir}/locale'
1926 mandir
='${datarootdir}/man'
1932 # If the previous option needs an argument, assign it.
1933 if test -n "$ac_prev"; then
1934 eval $ac_prev=\
$ac_option
1940 *=?
*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1945 # Accept the important Cygnus configure options, so we can diagnose typos.
1947 case $ac_dashdash$ac_option in
1951 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
1953 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
1954 bindir
=$ac_optarg ;;
1956 -build |
--build |
--buil |
--bui |
--bu)
1957 ac_prev
=build_alias
;;
1958 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
1959 build_alias
=$ac_optarg ;;
1961 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
1962 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
1963 ac_prev
=cache_file
;;
1964 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
1965 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
1966 cache_file
=$ac_optarg ;;
1968 --config-cache |
-C)
1969 cache_file
=config.cache
;;
1971 -datadir |
--datadir |
--datadi |
--datad)
1973 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
1974 datadir
=$ac_optarg ;;
1976 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
1977 |
--dataroo |
--dataro |
--datar)
1978 ac_prev
=datarootdir
;;
1979 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
1980 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
1981 datarootdir
=$ac_optarg ;;
1983 -disable-* |
--disable-*)
1984 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1985 # Reject names that are not valid shell variable names.
1986 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1987 as_fn_error $?
"invalid feature name: $ac_useropt"
1988 ac_useropt_orig
=$ac_useropt
1989 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1990 case $ac_user_opts in
1992 "enable_
$ac_useropt"
1994 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1995 ac_unrecognized_sep
=', ';;
1997 eval enable_
$ac_useropt=no
;;
1999 -docdir |
--docdir |
--docdi |
--doc |
--do)
2001 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
2002 docdir
=$ac_optarg ;;
2004 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
2006 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
2007 dvidir
=$ac_optarg ;;
2009 -enable-* |
--enable-*)
2010 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
2011 # Reject names that are not valid shell variable names.
2012 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
2013 as_fn_error $?
"invalid feature name: $ac_useropt"
2014 ac_useropt_orig
=$ac_useropt
2015 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
2016 case $ac_user_opts in
2018 "enable_
$ac_useropt"
2020 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
2021 ac_unrecognized_sep
=', ';;
2023 eval enable_
$ac_useropt=\
$ac_optarg ;;
2025 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
2026 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
2027 |
--exec |
--exe |
--ex)
2028 ac_prev
=exec_prefix
;;
2029 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
2030 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
2031 |
--exec=* |
--exe=* |
--ex=*)
2032 exec_prefix
=$ac_optarg ;;
2034 -gas |
--gas |
--ga |
--g)
2035 # Obsolete; use --with-gas.
2038 -help |
--help |
--hel |
--he |
-h)
2039 ac_init_help
=long
;;
2040 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
2041 ac_init_help
=recursive
;;
2042 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
2043 ac_init_help
=short
;;
2045 -host |
--host |
--hos |
--ho)
2046 ac_prev
=host_alias
;;
2047 -host=* |
--host=* |
--hos=* |
--ho=*)
2048 host_alias
=$ac_optarg ;;
2050 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
2052 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
2054 htmldir
=$ac_optarg ;;
2056 -includedir |
--includedir |
--includedi |
--included |
--include \
2057 |
--includ |
--inclu |
--incl |
--inc)
2058 ac_prev
=includedir
;;
2059 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
2060 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
2061 includedir
=$ac_optarg ;;
2063 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
2065 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
2066 infodir
=$ac_optarg ;;
2068 -libdir |
--libdir |
--libdi |
--libd)
2070 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
2071 libdir
=$ac_optarg ;;
2073 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
2074 |
--libexe |
--libex |
--libe)
2075 ac_prev
=libexecdir
;;
2076 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
2077 |
--libexe=* |
--libex=* |
--libe=*)
2078 libexecdir
=$ac_optarg ;;
2080 -localedir |
--localedir |
--localedi |
--localed |
--locale)
2081 ac_prev
=localedir
;;
2082 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
2083 localedir
=$ac_optarg ;;
2085 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
2086 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
2087 ac_prev
=localstatedir
;;
2088 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
2089 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
2090 localstatedir
=$ac_optarg ;;
2092 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
2094 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
2095 mandir
=$ac_optarg ;;
2097 -nfp |
--nfp |
--nf)
2098 # Obsolete; use --without-fp.
2101 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
2102 |
--no-cr |
--no-c |
-n)
2105 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
2106 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
2109 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
2110 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
2111 |
--oldin |
--oldi |
--old |
--ol |
--o)
2112 ac_prev
=oldincludedir
;;
2113 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
2114 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
2115 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
2116 oldincludedir
=$ac_optarg ;;
2118 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
2120 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
2121 prefix
=$ac_optarg ;;
2123 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
2124 |
--program-pre |
--program-pr |
--program-p)
2125 ac_prev
=program_prefix
;;
2126 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
2127 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
2128 program_prefix
=$ac_optarg ;;
2130 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
2131 |
--program-suf |
--program-su |
--program-s)
2132 ac_prev
=program_suffix
;;
2133 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
2134 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
2135 program_suffix
=$ac_optarg ;;
2137 -program-transform-name |
--program-transform-name \
2138 |
--program-transform-nam |
--program-transform-na \
2139 |
--program-transform-n |
--program-transform- \
2140 |
--program-transform |
--program-transfor \
2141 |
--program-transfo |
--program-transf \
2142 |
--program-trans |
--program-tran \
2143 |
--progr-tra |
--program-tr |
--program-t)
2144 ac_prev
=program_transform_name
;;
2145 -program-transform-name=* |
--program-transform-name=* \
2146 |
--program-transform-nam=* |
--program-transform-na=* \
2147 |
--program-transform-n=* |
--program-transform-=* \
2148 |
--program-transform=* |
--program-transfor=* \
2149 |
--program-transfo=* |
--program-transf=* \
2150 |
--program-trans=* |
--program-tran=* \
2151 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
2152 program_transform_name
=$ac_optarg ;;
2154 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
2156 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
2157 pdfdir
=$ac_optarg ;;
2159 -psdir |
--psdir |
--psdi |
--psd |
--ps)
2161 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
2164 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
2165 |
-silent |
--silent |
--silen |
--sile |
--sil)
2168 -runstatedir |
--runstatedir |
--runstatedi |
--runstated \
2169 |
--runstate |
--runstat |
--runsta |
--runst |
--runs \
2170 |
--run |
--ru |
--r)
2171 ac_prev
=runstatedir
;;
2172 -runstatedir=* |
--runstatedir=* |
--runstatedi=* |
--runstated=* \
2173 |
--runstate=* |
--runstat=* |
--runsta=* |
--runst=* |
--runs=* \
2174 |
--run=* |
--ru=* |
--r=*)
2175 runstatedir
=$ac_optarg ;;
2177 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
2179 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
2181 sbindir
=$ac_optarg ;;
2183 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
2184 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
2185 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
2187 ac_prev
=sharedstatedir
;;
2188 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
2189 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
2190 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
2192 sharedstatedir
=$ac_optarg ;;
2194 -site |
--site |
--sit)
2196 -site=* |
--site=* |
--sit=*)
2199 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
2201 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
2202 srcdir
=$ac_optarg ;;
2204 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
2205 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
2206 ac_prev
=sysconfdir
;;
2207 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
2208 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
2209 sysconfdir
=$ac_optarg ;;
2211 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
2212 ac_prev
=target_alias
;;
2213 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
2214 target_alias
=$ac_optarg ;;
2216 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
2219 -version |
--version |
--versio |
--versi |
--vers |
-V)
2220 ac_init_version
=: ;;
2223 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
2224 # Reject names that are not valid shell variable names.
2225 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
2226 as_fn_error $?
"invalid package name: $ac_useropt"
2227 ac_useropt_orig
=$ac_useropt
2228 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
2229 case $ac_user_opts in
2233 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
2234 ac_unrecognized_sep
=', ';;
2236 eval with_
$ac_useropt=\
$ac_optarg ;;
2238 -without-* |
--without-*)
2239 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
2240 # Reject names that are not valid shell variable names.
2241 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
2242 as_fn_error $?
"invalid package name: $ac_useropt"
2243 ac_useropt_orig
=$ac_useropt
2244 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
2245 case $ac_user_opts in
2249 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
2250 ac_unrecognized_sep
=', ';;
2252 eval with_
$ac_useropt=no
;;
2255 # Obsolete; use --with-x.
2258 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
2259 |
--x-incl |
--x-inc |
--x-in |
--x-i)
2260 ac_prev
=x_includes
;;
2261 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
2262 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
2263 x_includes
=$ac_optarg ;;
2265 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
2266 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
2267 ac_prev
=x_libraries
;;
2268 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
2269 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
2270 x_libraries
=$ac_optarg ;;
2272 -*) as_fn_error $?
"unrecognized option: \`$ac_option'
2273 Try \`$0 --help' for more information"
2277 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
2278 # Reject names that are not valid shell variable names.
2279 case $ac_envvar in #(
2280 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
2281 as_fn_error $?
"invalid variable name: \`$ac_envvar'" ;;
2283 eval $ac_envvar=\
$ac_optarg
2284 export $ac_envvar ;;
2287 # FIXME: should be removed in autoconf 3.0.
2288 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
2289 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
2290 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
2291 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
2297 if test -n "$ac_prev"; then
2298 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
2299 as_fn_error $?
"missing argument to $ac_option"
2302 if test -n "$ac_unrecognized_opts"; then
2303 case $enable_option_checking in
2305 fatal
) as_fn_error $?
"unrecognized options: $ac_unrecognized_opts" ;;
2306 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
2310 # Check all directory arguments for consistency.
2311 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
2312 datadir sysconfdir sharedstatedir localstatedir includedir \
2313 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
2314 libdir localedir mandir runstatedir
2316 eval ac_val
=\$
$ac_var
2317 # Remove trailing slashes.
2320 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
2321 eval $ac_var=\
$ac_val;;
2323 # Be sure to have absolute directory names.
2325 [\\/$
]* | ?
:[\\/]* ) continue;;
2326 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
2328 as_fn_error $?
"expected an absolute directory name for --$ac_var: $ac_val"
2331 # There might be people who depend on the old broken behavior: `$host'
2332 # used to hold the argument of --host etc.
2333 # FIXME: To remove some day.
2336 target
=$target_alias
2338 # FIXME: To remove some day.
2339 if test "x$host_alias" != x
; then
2340 if test "x$build_alias" = x
; then
2341 cross_compiling
=maybe
2342 elif test "x$build_alias" != "x$host_alias"; then
2348 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
2350 test "$silent" = yes && exec 6>/dev
/null
2353 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
2354 ac_ls_di
=`ls -di .` &&
2355 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
2356 as_fn_error $?
"working directory cannot be determined"
2357 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
2358 as_fn_error $?
"pwd does not report name of working directory"
2361 # Find the source files, if location was not specified.
2362 if test -z "$srcdir"; then
2363 ac_srcdir_defaulted
=yes
2364 # Try the directory containing this script, then the parent directory.
2365 ac_confdir
=`$as_dirname -- "$as_myself" ||
2366 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2367 X"$as_myself" : 'X\(//\)[^/]' \| \
2368 X"$as_myself" : 'X\(//\)$' \| \
2369 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
2370 $as_echo X"$as_myself" |
2371 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2389 if test ! -r "$srcdir/$ac_unique_file"; then
2393 ac_srcdir_defaulted
=no
2395 if test ! -r "$srcdir/$ac_unique_file"; then
2396 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
2397 as_fn_error $?
"cannot find sources ($ac_unique_file) in $srcdir"
2399 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
2401 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
2403 # When building in place, set srcdir=.
2404 if test "$ac_abs_confdir" = "$ac_pwd"; then
2407 # Remove unnecessary trailing slashes from srcdir.
2408 # Double slashes in file names in object file debugging info
2409 # mess up M-x gdb in Emacs.
2411 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
2413 for ac_var
in $ac_precious_vars; do
2414 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
2415 eval ac_env_
${ac_var}_value
=\$
${ac_var}
2416 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
2417 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
2421 # Report the --help message.
2423 if test "$ac_init_help" = "long"; then
2424 # Omit some internal or obsolete options to make the list less imposing.
2425 # This message is too long to be a string in the A/UX 3.1 sh.
2427 \`configure' configures Wine 4.10 to adapt to many kinds of systems.
2429 Usage: $0 [OPTION]... [VAR=VALUE]...
2431 To assign environment variables (e.g., CC, CFLAGS...), specify them as
2432 VAR=VALUE. See below for descriptions of some of the useful variables.
2434 Defaults for the options are specified in brackets.
2437 -h, --help display this help and exit
2438 --help=short display options specific to this package
2439 --help=recursive display the short help of all the included packages
2440 -V, --version display version information and exit
2441 -q, --quiet, --silent do not print \`checking ...' messages
2442 --cache-file=FILE cache test results in FILE [disabled]
2443 -C, --config-cache alias for \`--cache-file=config.cache'
2444 -n, --no-create do not create output files
2445 --srcdir=DIR find the sources in DIR [configure dir or \`..']
2447 Installation directories:
2448 --prefix=PREFIX install architecture-independent files in PREFIX
2449 [$ac_default_prefix]
2450 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
2453 By default, \`make install' will install all the files in
2454 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
2455 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
2456 for instance \`--prefix=\$HOME'.
2458 For better control, use the options below.
2460 Fine tuning of the installation directories:
2461 --bindir=DIR user executables [EPREFIX/bin]
2462 --sbindir=DIR system admin executables [EPREFIX/sbin]
2463 --libexecdir=DIR program executables [EPREFIX/libexec]
2464 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
2465 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
2466 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
2467 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
2468 --libdir=DIR object code libraries [EPREFIX/lib]
2469 --includedir=DIR C header files [PREFIX/include]
2470 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2471 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
2472 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
2473 --infodir=DIR info documentation [DATAROOTDIR/info]
2474 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
2475 --mandir=DIR man documentation [DATAROOTDIR/man]
2476 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
2477 --htmldir=DIR html documentation [DOCDIR]
2478 --dvidir=DIR dvi documentation [DOCDIR]
2479 --pdfdir=DIR pdf documentation [DOCDIR]
2480 --psdir=DIR ps documentation [DOCDIR]
2486 --x-includes=DIR X include files are
in DIR
2487 --x-libraries=DIR X library files are
in DIR
2490 --build=BUILD configure
for building on BUILD
[guessed
]
2491 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
2495 if test -n "$ac_init_help"; then
2496 case $ac_init_help in
2497 short | recursive
) echo "Configuration of Wine 4.10:";;
2502 --disable-option-checking ignore unrecognized
--enable/--with options
2503 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
2504 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
2505 --disable-win16 do not include Win16 support
2506 --enable-win64 build a Win64 emulator on AMD64
(won
't run Win32
2508 --disable-tests do not build the regression tests
2509 --enable-maintainer-mode
2510 enable maintainer-specific build rules
2511 --disable-largefile omit support for large files
2514 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
2515 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
2516 --without-alsa do not use the Alsa sound support
2517 --without-capi do not use CAPI (ISDN support)
2518 --without-cms do not use CMS (color management support)
2519 --without-coreaudio do not use the CoreAudio sound support
2520 --without-cups do not use CUPS
2521 --without-curses do not use (n)curses
2522 --without-dbus do not use DBus (dynamic device support)
2523 --without-faudio do not use FAudio (XAudio2 support)
2524 --with-float-abi=abi specify the ABI (soft|softfp|hard) for ARM platforms
2525 --without-fontconfig do not use fontconfig
2526 --without-freetype do not use the FreeType library
2527 --without-gettext do not use gettext
2528 --with-gettextpo use the GetTextPO library to rebuild po files
2529 --without-gphoto do not use gphoto (Digital Camera support)
2530 --without-glu do not use the GLU library
2531 --without-gnutls do not use GnuTLS (schannel support)
2532 --without-gsm do not use libgsm (GSM 06.10 codec support)
2533 --without-gssapi do not use GSSAPI (Kerberos SSP support)
2534 --without-gstreamer do not use GStreamer (codecs support)
2535 --without-hal do not use HAL (dynamic device support)
2536 --without-inotify do not use inotify (filesystem change notifications)
2537 --without-jpeg do not use JPEG
2538 --without-krb5 do not use krb5 (Kerberos)
2539 --without-ldap do not use LDAP
2540 --without-mingw do not use the MinGW cross-compiler
2541 --without-mpg123 do not use the mpg123 library
2542 --without-netapi do not use the Samba NetAPI library
2543 --without-openal do not use OpenAL
2544 --without-opencl do not use OpenCL
2545 --without-opengl do not use OpenGL
2546 --without-osmesa do not use the OSMesa library
2547 --without-oss do not use the OSS sound support
2548 --without-pcap do not use the Packet Capture library
2549 --without-png do not use PNG
2550 --without-pthread do not use the pthread library
2551 --without-pulse do not use PulseAudio sound support
2552 --without-sane do not use SANE (scanner support)
2553 --without-sdl do not use SDL
2554 --without-tiff do not use TIFF
2555 --without-udev do not use udev (plug and play support)
2556 --without-v4l2 do not use v4l2 (video capture)
2557 --without-vkd3d do not use vkd3d (Direct3D 12 support)
2558 --without-vulkan do not use Vulkan
2559 --without-xcomposite do not use the Xcomposite extension
2560 --without-xcursor do not use the Xcursor extension
2561 --without-xfixes do not use Xfixes for clipboard change notifications
2562 --without-xinerama do not use Xinerama (multi-monitor support)
2563 --without-xinput do not use the Xinput extension
2564 --without-xinput2 do not use the Xinput 2 extension
2565 --without-xml do not use XML
2566 --without-xrandr do not use Xrandr (resolution changes)
2567 --without-xrender do not use the Xrender extension
2568 --without-xshape do not use the Xshape extension
2569 --without-xshm do not use XShm (shared memory extension)
2570 --without-xslt do not use XSLT
2571 --without-xxf86vm do not use XFree video mode extension
2572 --without-zlib do not use Zlib (data compression)
2573 --with-wine-tools=DIR use Wine tools from directory DIR
2574 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
2575 --with-x use the X Window System
2577 Some influential environment variables:
2578 CC C compiler command
2579 CFLAGS C compiler flags
2580 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
2581 nonstandard directory <lib dir>
2582 LIBS libraries to pass to the linker, e.g. -l<library>
2583 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2584 you have headers in a nonstandard directory <include dir>
2585 CXX C++ compiler command
2586 CXXFLAGS C++ compiler flags
2588 OBJC Objective C compiler command
2589 OBJCFLAGS Objective C compiler flags
2590 OBJCPP Objective C preprocessor
2591 XMKMF Path to xmkmf, Makefile generator for X Window System
2592 XML2_CFLAGS C compiler flags for libxml-2.0, overriding pkg-config
2593 XML2_LIBS Linker flags for libxml-2.0, overriding pkg-config
2594 XSLT_CFLAGS C compiler flags for libxslt, overriding pkg-config
2595 XSLT_LIBS Linker flags for libxslt, overriding pkg-config
2597 C compiler flags for libinotify, overriding pkg-config
2599 Linker flags for libinotify, overriding pkg-config
2600 DBUS_CFLAGS C compiler flags for dbus-1, overriding pkg-config
2601 DBUS_LIBS Linker flags for dbus-1, overriding pkg-config
2602 HAL_CFLAGS C compiler flags for hal, overriding pkg-config
2603 HAL_LIBS Linker flags for hal, overriding pkg-config
2605 C compiler flags for gnutls, overriding pkg-config
2606 GNUTLS_LIBS Linker flags for gnutls, overriding pkg-config
2607 SANE_CFLAGS C compiler flags for libsane, overriding pkg-config
2608 SANE_LIBS Linker flags for libsane, overriding pkg-config
2610 C compiler flags for libgphoto2, overriding pkg-config
2612 Linker flags for libgphoto2, overriding pkg-config
2614 C compiler flags for libgphoto2_port, overriding pkg-config
2616 Linker flags for libgphoto2_port, overriding pkg-config
2618 C compiler flags for lcms2, overriding pkg-config
2619 LCMS2_LIBS Linker flags for lcms2, overriding pkg-config
2621 C compiler flags for freetype2, overriding pkg-config
2623 Linker flags for freetype2, overriding pkg-config
2624 Z_CFLAGS C compiler flags for libz, overriding pkg-config
2625 Z_LIBS Linker flags for libz, overriding pkg-config
2627 C compiler flags for libpulse, overriding pkg-config
2628 PULSE_LIBS Linker flags for libpulse, overriding pkg-config
2630 C compiler flags for gstreamer-1.0 gstreamer-video-1.0
2631 gstreamer-audio-1.0, overriding pkg-config
2633 Linker flags for gstreamer-1.0 gstreamer-video-1.0
2634 gstreamer-audio-1.0, overriding pkg-config
2635 UDEV_CFLAGS C compiler flags for libudev, overriding pkg-config
2636 UDEV_LIBS Linker flags for libudev, overriding pkg-config
2637 SDL2_CFLAGS C compiler flags for sdl2, overriding pkg-config
2638 SDL2_LIBS Linker flags for sdl2, overriding pkg-config
2640 C compiler flags for faudio, overriding pkg-config
2641 FAUDIO_LIBS Linker flags for faudio, overriding pkg-config
2643 C compiler flags for capi20, overriding pkg-config
2644 CAPI20_LIBS Linker flags for capi20, overriding pkg-config
2645 CUPS_CFLAGS C compiler flags for cups, overriding pkg-config
2646 CUPS_LIBS Linker flags for cups, overriding pkg-config
2648 C compiler flags for fontconfig, overriding pkg-config
2650 Linker flags for fontconfig, overriding pkg-config
2651 KRB5_CFLAGS C compiler flags for krb5, overriding pkg-config
2652 KRB5_LIBS Linker flags for krb5, overriding pkg-config
2654 C compiler flags for krb5-gssapi, overriding pkg-config
2655 GSSAPI_LIBS Linker flags for krb5-gssapi, overriding pkg-config
2656 JPEG_CFLAGS C compiler flags for libjpeg, overriding pkg-config
2657 JPEG_LIBS Linker flags for libjpeg, overriding pkg-config
2658 PNG_CFLAGS C compiler flags for libpng, overriding pkg-config
2659 PNG_LIBS Linker flags for libpng, overriding pkg-config
2660 TIFF_CFLAGS C compiler flags for libtiff-4, overriding pkg-config
2661 TIFF_LIBS Linker flags for libtiff-4, overriding pkg-config
2663 C compiler flags for libmpg123, overriding pkg-config
2664 MPG123_LIBS Linker flags for libmpg123, overriding pkg-config
2666 C compiler flags for netapi, overriding pkg-config
2667 NETAPI_LIBS Linker flags for netapi, overriding pkg-config
2669 C compiler flags for libvkd3d, overriding pkg-config
2670 VKD3D_LIBS Linker flags for libvkd3d, overriding pkg-config
2671 LDAP_CFLAGS C compiler flags for openldap, overriding pkg-config
2672 LDAP_LIBS Linker flags for openldap, overriding pkg-config
2674 Use these variables to override the choices made by `configure' or to
help
2675 it to
find libraries and programs with nonstandard names
/locations.
2677 Report bugs to
<wine-devel@winehq.org
>.
2678 Wine home page
: <https
://www.winehq.org
>.
2683 if test "$ac_init_help" = "recursive"; then
2684 # If there are subdirs, report their specific --help.
2685 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
2686 test -d "$ac_dir" ||
2687 { cd "$srcdir" && ac_pwd
=`pwd` && srcdir
=.
&& test -d "$ac_dir"; } ||
2692 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2694 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2695 # A ".." for each directory in $ac_dir_suffix.
2696 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2697 case $ac_top_builddir_sub in
2698 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2699 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
2702 ac_abs_top_builddir
=$ac_pwd
2703 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
2704 # for backward compatibility:
2705 ac_top_builddir
=$ac_top_build_prefix
2708 .
) # We are building in place.
2710 ac_top_srcdir
=$ac_top_builddir_sub
2711 ac_abs_top_srcdir
=$ac_pwd ;;
2712 [\\/]* | ?
:[\\/]* ) # Absolute name.
2713 ac_srcdir
=$srcdir$ac_dir_suffix;
2714 ac_top_srcdir
=$srcdir
2715 ac_abs_top_srcdir
=$srcdir ;;
2717 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
2718 ac_top_srcdir
=$ac_top_build_prefix$srcdir
2719 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
2721 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
2723 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
2724 # Check for guested configure.
2725 if test -f "$ac_srcdir/configure.gnu"; then
2727 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2728 elif test -f "$ac_srcdir/configure"; then
2730 $SHELL "$ac_srcdir/configure" --help=recursive
2732 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2734 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
2738 test -n "$ac_init_help" && exit $ac_status
2739 if $ac_init_version; then
2742 generated by GNU Autoconf
2.69
2744 Copyright
(C
) 2012 Free Software Foundation
, Inc.
2745 This configure
script is free software
; the Free Software Foundation
2746 gives unlimited permission to copy
, distribute and modify it.
2751 ## ------------------------ ##
2752 ## Autoconf initialization. ##
2753 ## ------------------------ ##
2755 # ac_fn_c_try_compile LINENO
2756 # --------------------------
2757 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2758 ac_fn_c_try_compile
()
2760 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2761 rm -f conftest.
$ac_objext
2762 if { { ac_try
="$ac_compile"
2764 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2765 *) ac_try_echo=$ac_try;;
2767 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2768 $as_echo "$ac_try_echo"; } >&5
2769 (eval "$ac_compile") 2>conftest.err
2771 if test -s conftest.err; then
2772 grep -v '^ *+' conftest.err >conftest.er1
2773 cat conftest.er1 >&5
2774 mv -f conftest.er1 conftest.err
2776 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2777 test $ac_status = 0; } && {
2778 test -z "$ac_c_werror_flag" ||
2779 test ! -s conftest.err
2780 } && test -s conftest.$ac_objext; then :
2783 $as_echo "$as_me: failed program was:" >&5
2784 sed 's/^/| /' conftest.$ac_ext >&5
2788 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2789 as_fn_set_status $ac_retval
2791 } # ac_fn_c_try_compile
2793 # ac_fn_cxx_try_compile LINENO
2794 # ----------------------------
2795 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2796 ac_fn_cxx_try_compile ()
2798 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2799 rm -f conftest.$ac_objext
2800 if { { ac_try="$ac_compile"
2802 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2803 *) ac_try_echo
=$ac_try;;
2805 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2806 $as_echo "$ac_try_echo"; } >&5
2807 (eval "$ac_compile") 2>conftest.err
2809 if test -s conftest.err
; then
2810 grep -v '^ *+' conftest.err
>conftest.er1
2811 cat conftest.er1
>&5
2812 mv -f conftest.er1 conftest.err
2814 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2815 test $ac_status = 0; } && {
2816 test -z "$ac_cxx_werror_flag" ||
2817 test ! -s conftest.err
2818 } && test -s conftest.
$ac_objext; then :
2821 $as_echo "$as_me: failed program was:" >&5
2822 sed 's/^/| /' conftest.
$ac_ext >&5
2826 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2827 as_fn_set_status
$ac_retval
2829 } # ac_fn_cxx_try_compile
2831 # ac_fn_c_try_link LINENO
2832 # -----------------------
2833 # Try to link conftest.$ac_ext, and return whether this succeeded.
2836 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2837 rm -f conftest.
$ac_objext conftest
$ac_exeext
2838 if { { ac_try
="$ac_link"
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_link") 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_exeext && {
2857 test "$cross_compiling" = yes ||
2858 test -x conftest$ac_exeext
2862 $as_echo "$as_me: failed program was:" >&5
2863 sed 's/^/| /' conftest.$ac_ext >&5
2867 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2868 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2869 # interfere with the next link command; also delete a directory that is
2870 # left behind by Apple's compiler. We do this before executing the actions.
2871 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2872 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2873 as_fn_set_status $ac_retval
2875 } # ac_fn_c_try_link
2877 # ac_fn_c_try_cpp LINENO
2878 # ----------------------
2879 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2882 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2883 if { { ac_try="$ac_cpp conftest.$ac_ext"
2885 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2886 *) ac_try_echo
=$ac_try;;
2888 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2889 $as_echo "$ac_try_echo"; } >&5
2890 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2892 if test -s conftest.err
; then
2893 grep -v '^ *+' conftest.err
>conftest.er1
2894 cat conftest.er1
>&5
2895 mv -f conftest.er1 conftest.err
2897 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2898 test $ac_status = 0; } > conftest.i
&& {
2899 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2900 test ! -s conftest.err
2904 $as_echo "$as_me: failed program was:" >&5
2905 sed 's/^/| /' conftest.
$ac_ext >&5
2909 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2910 as_fn_set_status
$ac_retval
2914 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2915 # -------------------------------------------------------
2916 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
2917 # the include files in INCLUDES and setting the cache variable VAR
2919 ac_fn_c_check_header_mongrel
()
2921 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2922 if eval \
${$3+:} false
; then :
2923 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2924 $as_echo_n "checking for $2... " >&6; }
2925 if eval \
${$3+:} false
; then :
2926 $as_echo_n "(cached) " >&6
2929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2930 $as_echo "$ac_res" >&6; }
2932 # Is the header compilable?
2933 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2934 $as_echo_n "checking $2 usability... " >&6; }
2935 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2936 /* end confdefs.h. */
2940 if ac_fn_c_try_compile
"$LINENO"; then :
2941 ac_header_compiler
=yes
2943 ac_header_compiler
=no
2945 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2947 $as_echo "$ac_header_compiler" >&6; }
2949 # Is the header present?
2950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2951 $as_echo_n "checking $2 presence... " >&6; }
2952 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2953 /* end confdefs.h. */
2956 if ac_fn_c_try_cpp
"$LINENO"; then :
2957 ac_header_preproc
=yes
2959 ac_header_preproc
=no
2961 rm -f conftest.err conftest.i conftest.
$ac_ext
2962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2963 $as_echo "$ac_header_preproc" >&6; }
2965 # So? What about this header?
2966 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2968 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2969 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2970 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2971 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2974 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2975 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2976 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2977 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2978 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2979 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2980 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2981 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2982 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2983 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2984 ( $as_echo "## ------------------------------------ ##
2985 ## Report this to wine-devel@winehq.org ##
2986 ## ------------------------------------ ##"
2987 ) |
sed "s/^/$as_me: WARNING: /" >&2
2990 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2991 $as_echo_n "checking for $2... " >&6; }
2992 if eval \
${$3+:} false
; then :
2993 $as_echo_n "(cached) " >&6
2995 eval "$3=\$ac_header_compiler"
2998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2999 $as_echo "$ac_res" >&6; }
3001 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3003 } # ac_fn_c_check_header_mongrel
3005 # ac_fn_c_try_run LINENO
3006 # ----------------------
3007 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
3008 # that executables *can* be run.
3011 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
3012 if { { ac_try
="$ac_link"
3014 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3015 *) ac_try_echo=$ac_try;;
3017 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3018 $as_echo "$ac_try_echo"; } >&5
3019 (eval "$ac_link") 2>&5
3021 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3022 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
3023 { { case "(($ac_try" in
3024 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3025 *) ac_try_echo
=$ac_try;;
3027 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3028 $as_echo "$ac_try_echo"; } >&5
3029 (eval "$ac_try") 2>&5
3031 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3032 test $ac_status = 0; }; }; then :
3035 $as_echo "$as_me: program exited with status $ac_status" >&5
3036 $as_echo "$as_me: failed program was:" >&5
3037 sed 's/^/| /' conftest.
$ac_ext >&5
3039 ac_retval
=$ac_status
3041 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
3042 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3043 as_fn_set_status
$ac_retval
3047 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
3048 # -------------------------------------------------------
3049 # Tests whether HEADER exists and can be compiled using the include files in
3050 # INCLUDES, setting the cache variable VAR accordingly.
3051 ac_fn_c_check_header_compile
()
3053 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
3054 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3055 $as_echo_n "checking for $2... " >&6; }
3056 if eval \
${$3+:} false
; then :
3057 $as_echo_n "(cached) " >&6
3059 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3060 /* end confdefs.h. */
3064 if ac_fn_c_try_compile
"$LINENO"; then :
3069 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3073 $as_echo "$ac_res" >&6; }
3074 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3076 } # ac_fn_c_check_header_compile
3078 # ac_fn_objc_try_compile LINENO
3079 # -----------------------------
3080 # Try to compile conftest.$ac_ext, and return whether this succeeded.
3081 ac_fn_objc_try_compile
()
3083 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
3084 rm -f conftest.
$ac_objext
3085 if { { ac_try
="$ac_compile"
3087 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3088 *) ac_try_echo=$ac_try;;
3090 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3091 $as_echo "$ac_try_echo"; } >&5
3092 (eval "$ac_compile") 2>conftest.err
3094 if test -s conftest.err; then
3095 grep -v '^ *+' conftest.err >conftest.er1
3096 cat conftest.er1 >&5
3097 mv -f conftest.er1 conftest.err
3099 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3100 test $ac_status = 0; } && {
3101 test -z "$ac_objc_werror_flag" ||
3102 test ! -s conftest.err
3103 } && test -s conftest.$ac_objext; then :
3106 $as_echo "$as_me: failed program was:" >&5
3107 sed 's/^/| /' conftest.$ac_ext >&5
3111 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3112 as_fn_set_status $ac_retval
3114 } # ac_fn_objc_try_compile
3116 # ac_fn_objc_try_cpp LINENO
3117 # -------------------------
3118 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
3119 ac_fn_objc_try_cpp ()
3121 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3122 if { { ac_try="$ac_cpp conftest.$ac_ext"
3124 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3125 *) ac_try_echo
=$ac_try;;
3127 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3128 $as_echo "$ac_try_echo"; } >&5
3129 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
3131 if test -s conftest.err
; then
3132 grep -v '^ *+' conftest.err
>conftest.er1
3133 cat conftest.er1
>&5
3134 mv -f conftest.er1 conftest.err
3136 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3137 test $ac_status = 0; } > conftest.i
&& {
3138 test -z "$ac_objc_preproc_warn_flag$ac_objc_werror_flag" ||
3139 test ! -s conftest.err
3143 $as_echo "$as_me: failed program was:" >&5
3144 sed 's/^/| /' conftest.
$ac_ext >&5
3148 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3149 as_fn_set_status
$ac_retval
3151 } # ac_fn_objc_try_cpp
3153 # ac_fn_objc_check_header_mongrel LINENO HEADER VAR INCLUDES
3154 # ----------------------------------------------------------
3155 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
3156 # the include files in INCLUDES and setting the cache variable VAR
3158 ac_fn_objc_check_header_mongrel
()
3160 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
3161 if eval \
${$3+:} false
; then :
3162 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3163 $as_echo_n "checking for $2... " >&6; }
3164 if eval \
${$3+:} false
; then :
3165 $as_echo_n "(cached) " >&6
3168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3169 $as_echo "$ac_res" >&6; }
3171 # Is the header compilable?
3172 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
3173 $as_echo_n "checking $2 usability... " >&6; }
3174 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3175 /* end confdefs.h. */
3179 if ac_fn_objc_try_compile
"$LINENO"; then :
3180 ac_header_compiler
=yes
3182 ac_header_compiler
=no
3184 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
3186 $as_echo "$ac_header_compiler" >&6; }
3188 # Is the header present?
3189 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
3190 $as_echo_n "checking $2 presence... " >&6; }
3191 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3192 /* end confdefs.h. */
3195 if ac_fn_objc_try_cpp
"$LINENO"; then :
3196 ac_header_preproc
=yes
3198 ac_header_preproc
=no
3200 rm -f conftest.err conftest.i conftest.
$ac_ext
3201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
3202 $as_echo "$ac_header_preproc" >&6; }
3204 # So? What about this header?
3205 case $ac_header_compiler:$ac_header_preproc:$ac_objc_preproc_warn_flag in #((
3207 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
3208 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
3209 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
3210 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
3213 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
3214 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
3215 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
3216 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
3217 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
3218 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
3219 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
3220 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
3221 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
3222 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
3223 ( $as_echo "## ------------------------------------ ##
3224 ## Report this to wine-devel@winehq.org ##
3225 ## ------------------------------------ ##"
3226 ) |
sed "s/^/$as_me: WARNING: /" >&2
3229 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3230 $as_echo_n "checking for $2... " >&6; }
3231 if eval \
${$3+:} false
; then :
3232 $as_echo_n "(cached) " >&6
3234 eval "$3=\$ac_header_compiler"
3237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3238 $as_echo "$ac_res" >&6; }
3240 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3242 } # ac_fn_objc_check_header_mongrel
3244 # ac_fn_c_check_func LINENO FUNC VAR
3245 # ----------------------------------
3246 # Tests whether FUNC exists, setting the cache variable VAR accordingly
3247 ac_fn_c_check_func
()
3249 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
3250 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3251 $as_echo_n "checking for $2... " >&6; }
3252 if eval \
${$3+:} false
; then :
3253 $as_echo_n "(cached) " >&6
3255 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3256 /* end confdefs.h. */
3257 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
3258 For example, HP-UX 11i <limits.h> declares gettimeofday. */
3259 #define $2 innocuous_$2
3261 /* System header to define __stub macros and hopefully few prototypes,
3262 which can conflict with char $2 (); below.
3263 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3264 <limits.h> exists even on freestanding compilers. */
3267 # include <limits.h>
3269 # include <assert.h>
3274 /* Override any GCC internal prototype to avoid an error.
3275 Use char because int might match the return type of a GCC
3276 builtin and then its argument prototype would still apply. */
3281 /* The GNU C library defines this for functions which it implements
3282 to always fail with ENOSYS. Some functions are actually named
3283 something starting with __ and the normal name is an alias. */
3284 #if defined __stub_$2 || defined __stub___$2
3296 if ac_fn_c_try_link
"$LINENO"; then :
3301 rm -f core conftest.err conftest.
$ac_objext \
3302 conftest
$ac_exeext conftest.
$ac_ext
3305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3306 $as_echo "$ac_res" >&6; }
3307 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3309 } # ac_fn_c_check_func
3311 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
3312 # ----------------------------------------------------
3313 # Tries to find if the field MEMBER exists in type AGGR, after including
3314 # INCLUDES, setting cache variable VAR accordingly.
3315 ac_fn_c_check_member
()
3317 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
3318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
3319 $as_echo_n "checking for $2.$3... " >&6; }
3320 if eval \
${$4+:} false
; then :
3321 $as_echo_n "(cached) " >&6
3323 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3324 /* end confdefs.h. */
3336 if ac_fn_c_try_compile
"$LINENO"; then :
3339 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3340 /* end confdefs.h. */
3346 if (sizeof ac_aggr.$3)
3352 if ac_fn_c_try_compile
"$LINENO"; then :
3357 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3359 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3363 $as_echo "$ac_res" >&6; }
3364 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3366 } # ac_fn_c_check_member
3368 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
3369 # -------------------------------------------
3370 # Tests whether TYPE exists after having included INCLUDES, setting cache
3371 # variable VAR accordingly.
3372 ac_fn_c_check_type
()
3374 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
3375 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3376 $as_echo_n "checking for $2... " >&6; }
3377 if eval \
${$3+:} false
; then :
3378 $as_echo_n "(cached) " >&6
3381 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3382 /* end confdefs.h. */
3393 if ac_fn_c_try_compile
"$LINENO"; then :
3394 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3395 /* end confdefs.h. */
3406 if ac_fn_c_try_compile
"$LINENO"; then :
3411 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3413 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3417 $as_echo "$ac_res" >&6; }
3418 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3420 } # ac_fn_c_check_type
3421 cat >config.log
<<_ACEOF
3422 This file contains any messages produced by compilers while
3423 running configure, to aid debugging if configure makes a mistake.
3425 It was created by Wine $as_me 4.10, which was
3426 generated by GNU Autoconf 2.69. Invocation command line was
3438 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
3439 uname -m = `(uname -m) 2>/dev/null || echo unknown`
3440 uname -r = `(uname -r) 2>/dev/null || echo unknown`
3441 uname -s = `(uname -s) 2>/dev/null || echo unknown`
3442 uname -v = `(uname -v) 2>/dev/null || echo unknown`
3444 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
3445 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
3447 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
3448 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
3449 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
3450 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
3451 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
3452 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
3453 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
3457 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3461 test -z "$as_dir" && as_dir
=.
3462 $as_echo "PATH: $as_dir"
3478 # Keep a trace of the command line.
3479 # Strip out --no-create and --no-recursion so they do not pile up.
3480 # Strip out --silent because we don't want to record it for future runs.
3481 # Also quote any args containing shell meta-characters.
3482 # Make two passes to allow for proper duplicate-argument suppression.
3486 ac_must_keep_next
=false
3492 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
3493 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
3494 |
-silent |
--silent |
--silen |
--sile |
--sil)
3497 ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
3500 1) as_fn_append ac_configure_args0
" '$ac_arg'" ;;
3502 as_fn_append ac_configure_args1
" '$ac_arg'"
3503 if test $ac_must_keep_next = true
; then
3504 ac_must_keep_next
=false
# Got value, back to normal.
3507 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
3508 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
3509 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
3510 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
3511 case "$ac_configure_args0 " in
3512 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
3515 -* ) ac_must_keep_next
=true
;;
3518 as_fn_append ac_configure_args
" '$ac_arg'"
3523 { ac_configure_args0
=; unset ac_configure_args0
;}
3524 { ac_configure_args1
=; unset ac_configure_args1
;}
3526 # When interrupted or exit'd, cleanup temporary files, and complete
3527 # config.log. We remove comments because anyway the quotes in there
3528 # would cause problems or look ugly.
3529 # WARNING: Use '\'' to represent an apostrophe within the trap.
3530 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
3531 trap 'exit_status=$?
3532 # Save into config.log some information that might help in debugging.
3536 $as_echo "## ---------------- ##
3537 ## Cache variables. ##
3538 ## ---------------- ##"
3540 # The following way of writing the cache mishandles newlines in values,
3542 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
3543 eval ac_val=\$$ac_var
3547 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3548 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3551 _ | IFS | as_nl) ;; #(
3552 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3553 *) { eval $ac_var=; unset $ac_var;} ;;
3558 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
3559 *${as_nl}ac_space=\ *)
3561 "s/'\''/'\''\\\\'\'''\''/g;
3562 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
3565 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3572 $as_echo "## ----------------- ##
3573 ## Output variables. ##
3574 ## ----------------- ##"
3576 for ac_var in $ac_subst_vars
3578 eval ac_val=\$$ac_var
3580 *\'\''*) ac_val
=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3582 $as_echo "$ac_var='\''$ac_val'\''"
3586 if test -n "$ac_subst_files"; then
3587 $as_echo "## ------------------- ##
3588 ## File substitutions. ##
3589 ## ------------------- ##"
3591 for ac_var
in $ac_subst_files
3593 eval ac_val
=\$
$ac_var
3595 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3597 $as_echo "$ac_var='\''$ac_val'\''"
3602 if test -s confdefs.h; then
3603 $as_echo "## ----------- ##
3610 test "$ac_signal" != 0 &&
3611 $as_echo "$as_me: caught signal $ac_signal"
3612 $as_echo "$as_me: exit $exit_status"
3614 rm -f core *.core core.conftest.* &&
3615 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
3618 for ac_signal
in 1 2 13 15; do
3619 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
3623 # confdefs.h avoids OS command line length limits that DEFS can exceed.
3624 rm -f -r conftest
* confdefs.h
3626 $as_echo "/* confdefs.h */" > confdefs.h
3628 # Predefined preprocessor variables.
3630 cat >>confdefs.h
<<_ACEOF
3631 #define PACKAGE_NAME "$PACKAGE_NAME"
3634 cat >>confdefs.h
<<_ACEOF
3635 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
3638 cat >>confdefs.h
<<_ACEOF
3639 #define PACKAGE_VERSION "$PACKAGE_VERSION"
3642 cat >>confdefs.h
<<_ACEOF
3643 #define PACKAGE_STRING "$PACKAGE_STRING"
3646 cat >>confdefs.h
<<_ACEOF
3647 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
3650 cat >>confdefs.h
<<_ACEOF
3651 #define PACKAGE_URL "$PACKAGE_URL"
3655 # Let the site file select an alternate cache file if it wants to.
3656 # Prefer an explicitly selected file to automatically selected ones.
3659 if test -n "$CONFIG_SITE"; then
3660 # We do not want a PATH search for config.site.
3661 case $CONFIG_SITE in #((
3662 -*) ac_site_file1
=.
/$CONFIG_SITE;;
3663 */*) ac_site_file1
=$CONFIG_SITE;;
3664 *) ac_site_file1
=.
/$CONFIG_SITE;;
3666 elif test "x$prefix" != xNONE
; then
3667 ac_site_file1
=$prefix/share
/config.site
3668 ac_site_file2
=$prefix/etc
/config.site
3670 ac_site_file1
=$ac_default_prefix/share
/config.site
3671 ac_site_file2
=$ac_default_prefix/etc
/config.site
3673 for ac_site_file
in "$ac_site_file1" "$ac_site_file2"
3675 test "x$ac_site_file" = xNONE
&& continue
3676 if test /dev
/null
!= "$ac_site_file" && test -r "$ac_site_file"; then
3677 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3678 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
3679 sed 's/^/| /' "$ac_site_file" >&5
3681 ||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3682 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3683 as_fn_error $?
"failed to load site script $ac_site_file
3684 See \`config.log' for more details" "$LINENO" 5; }
3688 if test -r "$cache_file"; then
3689 # Some versions of bash will fail to source /dev/null (special files
3690 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
3691 if test /dev
/null
!= "$cache_file" && test -f "$cache_file"; then
3692 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3693 $as_echo "$as_me: loading cache $cache_file" >&6;}
3695 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
3696 *) .
"./$cache_file";;
3700 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3701 $as_echo "$as_me: creating cache $cache_file" >&6;}
3705 # Check that the precious variables saved in the cache have kept the same
3707 ac_cache_corrupted
=false
3708 for ac_var
in $ac_precious_vars; do
3709 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
3710 eval ac_new_set
=\
$ac_env_${ac_var}_set
3711 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
3712 eval ac_new_val
=\
$ac_env_${ac_var}_value
3713 case $ac_old_set,$ac_new_set in
3715 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3716 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3717 ac_cache_corrupted
=: ;;
3719 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
3720 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3721 ac_cache_corrupted
=: ;;
3724 if test "x$ac_old_val" != "x$ac_new_val"; then
3725 # differences in whitespace do not lead to failure.
3726 ac_old_val_w
=`echo x $ac_old_val`
3727 ac_new_val_w
=`echo x $ac_new_val`
3728 if test "$ac_old_val_w" != "$ac_new_val_w"; then
3729 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
3730 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3731 ac_cache_corrupted
=:
3733 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3734 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3735 eval $ac_var=\
$ac_old_val
3737 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
3738 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
3739 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
3740 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
3743 # Pass precious variables to config.status.
3744 if test "$ac_new_set" = set; then
3746 *\'*) ac_arg
=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3747 *) ac_arg
=$ac_var=$ac_new_val ;;
3749 case " $ac_configure_args " in
3750 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3751 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
3755 if $ac_cache_corrupted; then
3756 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3757 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3758 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3759 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3760 as_fn_error $?
"run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3762 ## -------------------- ##
3763 ## Main body of script. ##
3764 ## -------------------- ##
3767 ac_cpp
='$CPP $CPPFLAGS'
3768 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3769 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3770 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3774 ac_config_headers
="$ac_config_headers include/config.h"
3777 for ac_dir
in tools
"$srcdir"/tools
; do
3778 if test -f "$ac_dir/install-sh"; then
3780 ac_install_sh
="$ac_aux_dir/install-sh -c"
3782 elif test -f "$ac_dir/install.sh"; then
3784 ac_install_sh
="$ac_aux_dir/install.sh -c"
3786 elif test -f "$ac_dir/shtool"; then
3788 ac_install_sh
="$ac_aux_dir/shtool install -c"
3792 if test -z "$ac_aux_dir"; then
3793 as_fn_error $?
"cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
3796 # These three variables are undocumented and unsupported,
3797 # and are intended to be withdrawn in a future Autoconf release.
3798 # They can cause serious problems if a builder's source tree is in a directory
3799 # whose full name contains unusual characters.
3800 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3801 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3802 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3806 libwine_version
="1.0"
3810 # Check whether --enable-win16 was given.
3811 if test "${enable_win16+set}" = set; then :
3812 enableval
=$enable_win16;
3815 # Check whether --enable-win64 was given.
3816 if test "${enable_win64+set}" = set; then :
3817 enableval
=$enable_win64;
3820 # Check whether --enable-tests was given.
3821 if test "${enable_tests+set}" = set; then :
3822 enableval
=$enable_tests;
3825 # Check whether --enable-maintainer-mode was given.
3826 if test "${enable_maintainer_mode+set}" = set; then :
3827 enableval
=$enable_maintainer_mode;
3832 # Check whether --with-alsa was given.
3833 if test "${with_alsa+set}" = set; then :
3838 # Check whether --with-capi was given.
3839 if test "${with_capi+set}" = set; then :
3844 # Check whether --with-cms was given.
3845 if test "${with_cms+set}" = set; then :
3850 # Check whether --with-coreaudio was given.
3851 if test "${with_coreaudio+set}" = set; then :
3852 withval
=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h
=no
; fi
3856 # Check whether --with-cups was given.
3857 if test "${with_cups+set}" = set; then :
3862 # Check whether --with-curses was given.
3863 if test "${with_curses+set}" = set; then :
3864 withval
=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h
=no
; ac_cv_header_curses_h
=no
; fi
3868 # Check whether --with-dbus was given.
3869 if test "${with_dbus+set}" = set; then :
3874 # Check whether --with-faudio was given.
3875 if test "${with_faudio+set}" = set; then :
3876 withval
=$with_faudio;
3880 # Check whether --with-float-abi was given.
3881 if test "${with_float_abi+set}" = set; then :
3882 withval
=$with_float_abi;
3886 # Check whether --with-fontconfig was given.
3887 if test "${with_fontconfig+set}" = set; then :
3888 withval
=$with_fontconfig;
3892 # Check whether --with-freetype was given.
3893 if test "${with_freetype+set}" = set; then :
3894 withval
=$with_freetype;
3898 # Check whether --with-gettext was given.
3899 if test "${with_gettext+set}" = set; then :
3900 withval
=$with_gettext;
3904 # Check whether --with-gettextpo was given.
3905 if test "${with_gettextpo+set}" = set; then :
3906 withval
=$with_gettextpo; if test "x$withval" = "xno"; then ac_cv_header_gettext_po_h
=no
; fi
3910 # Check whether --with-gphoto was given.
3911 if test "${with_gphoto+set}" = set; then :
3912 withval
=$with_gphoto;
3916 # Check whether --with-glu was given.
3917 if test "${with_glu+set}" = set; then :
3922 # Check whether --with-gnutls was given.
3923 if test "${with_gnutls+set}" = set; then :
3924 withval
=$with_gnutls;
3928 # Check whether --with-gsm was given.
3929 if test "${with_gsm+set}" = set; then :
3930 withval
=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h
=no
; ac_cv_header_gsm_gsm_h
=no
; fi
3934 # Check whether --with-gssapi was given.
3935 if test "${with_gssapi+set}" = set; then :
3936 withval
=$with_gssapi;
3940 # Check whether --with-gstreamer was given.
3941 if test "${with_gstreamer+set}" = set; then :
3942 withval
=$with_gstreamer;
3946 # Check whether --with-hal was given.
3947 if test "${with_hal+set}" = set; then :
3952 # Check whether --with-inotify was given.
3953 if test "${with_inotify+set}" = set; then :
3954 withval
=$with_inotify;
3958 # Check whether --with-jpeg was given.
3959 if test "${with_jpeg+set}" = set; then :
3964 # Check whether --with-krb5 was given.
3965 if test "${with_krb5+set}" = set; then :
3970 # Check whether --with-ldap was given.
3971 if test "${with_ldap+set}" = set; then :
3972 withval
=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h
=no
; ac_cv_header_lber_h
=no
; fi
3976 # Check whether --with-mingw was given.
3977 if test "${with_mingw+set}" = set; then :
3978 withval
=$with_mingw;
3982 # Check whether --with-mpg123 was given.
3983 if test "${with_mpg123+set}" = set; then :
3984 withval
=$with_mpg123;
3988 # Check whether --with-netapi was given.
3989 if test "${with_netapi+set}" = set; then :
3990 withval
=$with_netapi;
3994 # Check whether --with-openal was given.
3995 if test "${with_openal+set}" = set; then :
3996 withval
=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h
=no
; ac_cv_header_OpenAL_al_h
=no
; fi
4000 # Check whether --with-opencl was given.
4001 if test "${with_opencl+set}" = set; then :
4002 withval
=$with_opencl; if test "x$withval" = "xno"; then ac_cv_header_CL_cl_h
=no
; ac_cv_header_OpenCL_opencl_h
=no
; fi
4006 # Check whether --with-opengl was given.
4007 if test "${with_opengl+set}" = set; then :
4008 withval
=$with_opengl;
4012 # Check whether --with-osmesa was given.
4013 if test "${with_osmesa+set}" = set; then :
4014 withval
=$with_osmesa;
4018 # Check whether --with-oss was given.
4019 if test "${with_oss+set}" = set; then :
4024 # Check whether --with-pcap was given.
4025 if test "${with_pcap+set}" = set; then :
4026 withval
=$with_pcap; if test "x$withval" = "xno"; then ac_cv_header_pcap_pcap_h
=no
; fi
4030 # Check whether --with-png was given.
4031 if test "${with_png+set}" = set; then :
4036 # Check whether --with-pthread was given.
4037 if test "${with_pthread+set}" = set; then :
4038 withval
=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h
=no
; fi
4042 # Check whether --with-pulse was given.
4043 if test "${with_pulse+set}" = set; then :
4044 withval
=$with_pulse;
4048 # Check whether --with-sane was given.
4049 if test "${with_sane+set}" = set; then :
4054 # Check whether --with-sdl was given.
4055 if test "${with_sdl+set}" = set; then :
4060 # Check whether --with-tiff was given.
4061 if test "${with_tiff+set}" = set; then :
4066 # Check whether --with-udev was given.
4067 if test "${with_udev+set}" = set; then :
4072 # Check whether --with-v4l2 was given.
4073 if test "${with_v4l2+set}" = set; then :
4078 # Check whether --with-vkd3d was given.
4079 if test "${with_vkd3d+set}" = set; then :
4080 withval
=$with_vkd3d;
4084 # Check whether --with-vulkan was given.
4085 if test "${with_vulkan+set}" = set; then :
4086 withval
=$with_vulkan;
4090 # Check whether --with-xcomposite was given.
4091 if test "${with_xcomposite+set}" = set; then :
4092 withval
=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h
=no
; fi
4096 # Check whether --with-xcursor was given.
4097 if test "${with_xcursor+set}" = set; then :
4098 withval
=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h
=no
; fi
4102 # Check whether --with-xfixes was given.
4103 if test "${with_xfixes+set}" = set; then :
4104 withval
=$with_xfixes; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xfixes_h
=no
; fi
4108 # Check whether --with-xinerama was given.
4109 if test "${with_xinerama+set}" = set; then :
4110 withval
=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h
=no
; fi
4114 # Check whether --with-xinput was given.
4115 if test "${with_xinput+set}" = set; then :
4116 withval
=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h
=no
; fi
4120 # Check whether --with-xinput2 was given.
4121 if test "${with_xinput2+set}" = set; then :
4122 withval
=$with_xinput2; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput2_h
=no
; fi
4126 # Check whether --with-xml was given.
4127 if test "${with_xml+set}" = set; then :
4132 # Check whether --with-xrandr was given.
4133 if test "${with_xrandr+set}" = set; then :
4134 withval
=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h
=no
; fi
4138 # Check whether --with-xrender was given.
4139 if test "${with_xrender+set}" = set; then :
4140 withval
=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h
=no
; fi
4144 # Check whether --with-xshape was given.
4145 if test "${with_xshape+set}" = set; then :
4146 withval
=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h
=no
; fi
4150 # Check whether --with-xshm was given.
4151 if test "${with_xshm+set}" = set; then :
4152 withval
=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h
=no
; fi
4156 # Check whether --with-xslt was given.
4157 if test "${with_xslt+set}" = set; then :
4162 # Check whether --with-xxf86vm was given.
4163 if test "${with_xxf86vm+set}" = set; then :
4164 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
4168 # Check whether --with-zlib was given.
4169 if test "${with_zlib+set}" = set; then :
4175 # Check whether --with-wine-tools was given.
4176 if test "${with_wine_tools+set}" = set; then :
4177 withval
=$with_wine_tools;
4181 # Check whether --with-wine64 was given.
4182 if test "${with_wine64+set}" = set; then :
4183 withval
=$with_wine64;
4187 # Make sure we can run config.sub.
4188 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
4189 as_fn_error $?
"cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4191 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4192 $as_echo_n "checking build system type... " >&6; }
4193 if ${ac_cv_build+:} false
; then :
4194 $as_echo_n "(cached) " >&6
4196 ac_build_alias
=$build_alias
4197 test "x$ac_build_alias" = x
&&
4198 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
4199 test "x$ac_build_alias" = x
&&
4200 as_fn_error $?
"cannot guess build type; you must specify one" "$LINENO" 5
4201 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4202 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
4205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4206 $as_echo "$ac_cv_build" >&6; }
4207 case $ac_cv_build in
4209 *) as_fn_error $?
"invalid value of canonical build" "$LINENO" 5;;
4212 ac_save_IFS
=$IFS; IFS
='-'
4218 # Remember, the first character of IFS is used to create $*,
4219 # except with old shells:
4222 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
4225 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
4226 $as_echo_n "checking host system type... " >&6; }
4227 if ${ac_cv_host+:} false
; then :
4228 $as_echo_n "(cached) " >&6
4230 if test "x$host_alias" = x
; then
4231 ac_cv_host
=$ac_cv_build
4233 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
4234 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
4238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
4239 $as_echo "$ac_cv_host" >&6; }
4242 *) as_fn_error $?
"invalid value of canonical host" "$LINENO" 5;;
4245 ac_save_IFS
=$IFS; IFS
='-'
4251 # Remember, the first character of IFS is used to create $*,
4252 # except with old shells:
4255 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
4261 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
4262 as_fn_error $?
"you are building out of the source tree, but the source tree contains object files.
4263 You need to run 'make distclean' in the source tree first." "$LINENO" 5
4268 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
4269 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
4271 ac_make
=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
4272 if eval \
${ac_cv_prog_make_${ac_make}_set+:} false
; then :
4273 $as_echo_n "(cached) " >&6
4275 cat >conftest.
make <<\_ACEOF
4278 @
echo '@@@%%%=$(MAKE)=@@@%%%'
4280 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
4281 case `${MAKE-make} -f conftest.make 2>/dev/null` in
4283 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
4285 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
4289 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
4290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4291 $as_echo "yes" >&6; }
4294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4295 $as_echo "no" >&6; }
4296 SET_MAKE
="MAKE=${MAKE-make}"
4300 ac_cpp
='$CPP $CPPFLAGS'
4301 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4302 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4303 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4304 if test -n "$ac_tool_prefix"; then
4305 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4306 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
4307 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4308 $as_echo_n "checking for $ac_word... " >&6; }
4309 if ${ac_cv_prog_CC+:} false
; then :
4310 $as_echo_n "(cached) " >&6
4312 if test -n "$CC"; then
4313 ac_cv_prog_CC
="$CC" # Let the user override the test.
4315 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4319 test -z "$as_dir" && as_dir
=.
4320 for ac_exec_ext
in '' $ac_executable_extensions; do
4321 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4322 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
4323 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4333 if test -n "$CC"; then
4334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4335 $as_echo "$CC" >&6; }
4337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4338 $as_echo "no" >&6; }
4343 if test -z "$ac_cv_prog_CC"; then
4345 # Extract the first word of "gcc", so it can be a program name with args.
4346 set dummy gcc
; ac_word
=$2
4347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4348 $as_echo_n "checking for $ac_word... " >&6; }
4349 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
4350 $as_echo_n "(cached) " >&6
4352 if test -n "$ac_ct_CC"; then
4353 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
4355 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4359 test -z "$as_dir" && as_dir
=.
4360 for ac_exec_ext
in '' $ac_executable_extensions; do
4361 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4362 ac_cv_prog_ac_ct_CC
="gcc"
4363 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4372 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
4373 if test -n "$ac_ct_CC"; then
4374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4375 $as_echo "$ac_ct_CC" >&6; }
4377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4378 $as_echo "no" >&6; }
4381 if test "x$ac_ct_CC" = x
; then
4384 case $cross_compiling:$ac_tool_warned in
4386 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4387 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4388 ac_tool_warned
=yes ;;
4396 if test -z "$CC"; then
4397 if test -n "$ac_tool_prefix"; then
4398 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4399 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
4400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4401 $as_echo_n "checking for $ac_word... " >&6; }
4402 if ${ac_cv_prog_CC+:} false
; then :
4403 $as_echo_n "(cached) " >&6
4405 if test -n "$CC"; then
4406 ac_cv_prog_CC
="$CC" # Let the user override the test.
4408 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4412 test -z "$as_dir" && as_dir
=.
4413 for ac_exec_ext
in '' $ac_executable_extensions; do
4414 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4415 ac_cv_prog_CC
="${ac_tool_prefix}cc"
4416 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4426 if test -n "$CC"; then
4427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4428 $as_echo "$CC" >&6; }
4430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4431 $as_echo "no" >&6; }
4437 if test -z "$CC"; then
4438 # Extract the first word of "cc", so it can be a program name with args.
4439 set dummy cc
; ac_word
=$2
4440 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4441 $as_echo_n "checking for $ac_word... " >&6; }
4442 if ${ac_cv_prog_CC+:} false
; then :
4443 $as_echo_n "(cached) " >&6
4445 if test -n "$CC"; then
4446 ac_cv_prog_CC
="$CC" # Let the user override the test.
4449 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4453 test -z "$as_dir" && as_dir
=.
4454 for ac_exec_ext
in '' $ac_executable_extensions; do
4455 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4456 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4457 ac_prog_rejected
=yes
4461 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4468 if test $ac_prog_rejected = yes; then
4469 # We found a bogon in the path, so make sure we never use it.
4470 set dummy
$ac_cv_prog_CC
4472 if test $# != 0; then
4473 # We chose a different compiler from the bogus one.
4474 # However, it has the same basename, so the bogon will be chosen
4475 # first if we set CC to just the basename; use the full file name.
4477 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
4483 if test -n "$CC"; then
4484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4485 $as_echo "$CC" >&6; }
4487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4488 $as_echo "no" >&6; }
4493 if test -z "$CC"; then
4494 if test -n "$ac_tool_prefix"; then
4495 for ac_prog
in cl.exe
4497 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4498 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
4499 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4500 $as_echo_n "checking for $ac_word... " >&6; }
4501 if ${ac_cv_prog_CC+:} false
; then :
4502 $as_echo_n "(cached) " >&6
4504 if test -n "$CC"; then
4505 ac_cv_prog_CC
="$CC" # Let the user override the test.
4507 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4511 test -z "$as_dir" && as_dir
=.
4512 for ac_exec_ext
in '' $ac_executable_extensions; do
4513 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4514 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
4515 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4525 if test -n "$CC"; then
4526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4527 $as_echo "$CC" >&6; }
4529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4530 $as_echo "no" >&6; }
4534 test -n "$CC" && break
4537 if test -z "$CC"; then
4539 for ac_prog
in cl.exe
4541 # Extract the first word of "$ac_prog", so it can be a program name with args.
4542 set dummy
$ac_prog; ac_word
=$2
4543 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4544 $as_echo_n "checking for $ac_word... " >&6; }
4545 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
4546 $as_echo_n "(cached) " >&6
4548 if test -n "$ac_ct_CC"; then
4549 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
4551 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4555 test -z "$as_dir" && as_dir
=.
4556 for ac_exec_ext
in '' $ac_executable_extensions; do
4557 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4558 ac_cv_prog_ac_ct_CC
="$ac_prog"
4559 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4568 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
4569 if test -n "$ac_ct_CC"; then
4570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4571 $as_echo "$ac_ct_CC" >&6; }
4573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4574 $as_echo "no" >&6; }
4578 test -n "$ac_ct_CC" && break
4581 if test "x$ac_ct_CC" = x
; then
4584 case $cross_compiling:$ac_tool_warned in
4586 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4587 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4588 ac_tool_warned
=yes ;;
4597 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4598 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4599 as_fn_error $?
"no acceptable C compiler found in \$PATH
4600 See \`config.log' for more details" "$LINENO" 5; }
4602 # Provide some information about the compiler.
4603 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4606 for ac_option
in --version -v -V -qversion; do
4607 { { ac_try
="$ac_compiler $ac_option >&5"
4609 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4610 *) ac_try_echo=$ac_try;;
4612 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4613 $as_echo "$ac_try_echo"; } >&5
4614 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4616 if test -s conftest.err; then
4618 ... rest of stderr output deleted ...
4619 10q' conftest.err >conftest.er1
4620 cat conftest.er1 >&5
4622 rm -f conftest.er1 conftest.err
4623 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4624 test $ac_status = 0; }
4627 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4628 /* end confdefs.h. */
4638 ac_clean_files_save=$ac_clean_files
4639 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
4640 # Try to create an executable without -o first, disregard a.out.
4641 # It will help us diagnose broken compilers, and finding out an intuition
4643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4644 $as_echo_n "checking whether the C compiler works... " >&6; }
4645 ac_link_default=`$as_echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
4647 # The possible output files:
4648 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4651 for ac_file in $ac_files
4654 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4655 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4660 if { { ac_try="$ac_link_default"
4662 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4663 *) ac_try_echo
=$ac_try;;
4665 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4666 $as_echo "$ac_try_echo"; } >&5
4667 (eval "$ac_link_default") 2>&5
4669 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4670 test $ac_status = 0; }; then :
4671 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4672 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4673 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4674 # so that the user can short-circuit this test for compilers unknown to
4676 for ac_file
in $ac_files ''
4678 test -f "$ac_file" ||
continue
4680 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
4683 # We found the default executable, but exeext='' is most
4687 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
4689 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4691 # We set ac_cv_exeext here because the later test for it is not
4692 # safe: cross compilers may not add the suffix if given an `-o'
4693 # argument, so we may need to know it at that point already.
4694 # Even if this section looks crufty: it has the advantage of
4701 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
4706 if test -z "$ac_file"; then :
4707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4708 $as_echo "no" >&6; }
4709 $as_echo "$as_me: failed program was:" >&5
4710 sed 's/^/| /' conftest.
$ac_ext >&5
4712 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4713 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4714 as_fn_error
77 "C compiler cannot create executables
4715 See \`config.log' for more details" "$LINENO" 5; }
4717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4718 $as_echo "yes" >&6; }
4720 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4721 $as_echo_n "checking for C compiler default output file name... " >&6; }
4722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4723 $as_echo "$ac_file" >&6; }
4724 ac_exeext
=$ac_cv_exeext
4726 rm -f -r a.out a.out.dSYM a.exe conftest
$ac_cv_exeext b.out
4727 ac_clean_files
=$ac_clean_files_save
4728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4729 $as_echo_n "checking for suffix of executables... " >&6; }
4730 if { { ac_try
="$ac_link"
4732 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4733 *) ac_try_echo=$ac_try;;
4735 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4736 $as_echo "$ac_try_echo"; } >&5
4737 (eval "$ac_link") 2>&5
4739 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4740 test $ac_status = 0; }; then :
4741 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
4742 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
4743 # work properly (i.e., refer to `conftest.exe'), while it won't with
4745 for ac_file
in conftest.exe conftest conftest.
*; do
4746 test -f "$ac_file" ||
continue
4748 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
4749 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4755 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4756 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4757 as_fn_error $?
"cannot compute suffix of executables: cannot compile and link
4758 See \`config.log' for more details" "$LINENO" 5; }
4760 rm -f conftest conftest
$ac_cv_exeext
4761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4762 $as_echo "$ac_cv_exeext" >&6; }
4764 rm -f conftest.
$ac_ext
4765 EXEEXT
=$ac_cv_exeext
4767 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4768 /* end confdefs.h. */
4773 FILE *f = fopen ("conftest.out", "w");
4774 return ferror (f) || fclose (f) != 0;
4780 ac_clean_files
="$ac_clean_files conftest.out"
4781 # Check that the compiler produces executables we can run. If not, either
4782 # the compiler is broken, or we cross compile.
4783 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4784 $as_echo_n "checking whether we are cross compiling... " >&6; }
4785 if test "$cross_compiling" != yes; then
4786 { { ac_try
="$ac_link"
4788 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4789 *) ac_try_echo=$ac_try;;
4791 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4792 $as_echo "$ac_try_echo"; } >&5
4793 (eval "$ac_link") 2>&5
4795 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4796 test $ac_status = 0; }
4797 if { ac_try='./conftest$ac_cv_exeext'
4798 { { case "(($ac_try" in
4799 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4800 *) ac_try_echo
=$ac_try;;
4802 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4803 $as_echo "$ac_try_echo"; } >&5
4804 (eval "$ac_try") 2>&5
4806 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4807 test $ac_status = 0; }; }; then
4810 if test "$cross_compiling" = maybe
; then
4813 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4814 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4815 as_fn_error $?
"cannot run C compiled programs.
4816 If you meant to cross compile, use \`--host'.
4817 See \`config.log' for more details" "$LINENO" 5; }
4821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4822 $as_echo "$cross_compiling" >&6; }
4824 rm -f conftest.
$ac_ext conftest
$ac_cv_exeext conftest.out
4825 ac_clean_files
=$ac_clean_files_save
4826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4827 $as_echo_n "checking for suffix of object files... " >&6; }
4828 if ${ac_cv_objext+:} false
; then :
4829 $as_echo_n "(cached) " >&6
4831 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4832 /* end confdefs.h. */
4842 rm -f conftest.o conftest.obj
4843 if { { ac_try
="$ac_compile"
4845 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4846 *) ac_try_echo=$ac_try;;
4848 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4849 $as_echo "$ac_try_echo"; } >&5
4850 (eval "$ac_compile") 2>&5
4852 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4853 test $ac_status = 0; }; then :
4854 for ac_file in conftest.o conftest.obj conftest.*; do
4855 test -f "$ac_file" || continue;
4857 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4858 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4863 $as_echo "$as_me: failed program was:" >&5
4864 sed 's/^/| /' conftest.$ac_ext >&5
4866 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4867 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4868 as_fn_error $? "cannot compute suffix of object files
: cannot compile
4869 See \
`config.log' for more details" "$LINENO" 5; }
4871 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4874 $as_echo "$ac_cv_objext" >&6; }
4875 OBJEXT=$ac_cv_objext
4877 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4878 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4879 if ${ac_cv_c_compiler_gnu+:} false; then :
4880 $as_echo_n "(cached) " >&6
4882 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4883 /* end confdefs.h. */
4896 if ac_fn_c_try_compile "$LINENO"; then :
4901 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4902 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4906 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4907 if test $ac_compiler_gnu = yes; then
4912 ac_test_CFLAGS=${CFLAGS+set}
4913 ac_save_CFLAGS=$CFLAGS
4914 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4915 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4916 if ${ac_cv_prog_cc_g+:} false; then :
4917 $as_echo_n "(cached) " >&6
4919 ac_save_c_werror_flag=$ac_c_werror_flag
4920 ac_c_werror_flag=yes
4923 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4924 /* end confdefs.h. */
4934 if ac_fn_c_try_compile "$LINENO"; then :
4938 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4939 /* end confdefs.h. */
4949 if ac_fn_c_try_compile "$LINENO"; then :
4952 ac_c_werror_flag=$ac_save_c_werror_flag
4954 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4955 /* end confdefs.h. */
4965 if ac_fn_c_try_compile "$LINENO"; then :
4968 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4970 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4972 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4973 ac_c_werror_flag=$ac_save_c_werror_flag
4975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4976 $as_echo "$ac_cv_prog_cc_g" >&6; }
4977 if test "$ac_test_CFLAGS" = set; then
4978 CFLAGS=$ac_save_CFLAGS
4979 elif test $ac_cv_prog_cc_g = yes; then
4980 if test "$GCC" = yes; then
4986 if test "$GCC" = yes; then
4992 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4993 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4994 if ${ac_cv_prog_cc_c89+:} false; then :
4995 $as_echo_n "(cached) " >&6
4997 ac_cv_prog_cc_c89=no
4999 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5000 /* end confdefs.h. */
5004 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
5005 struct buf { int x; };
5006 FILE * (*rcsopen) (struct buf *, struct stat *, int);
5007 static char *e (p, i)
5013 static char *f (char * (*g) (char **, int), char **p, ...)
5018 s = g (p, va_arg (v,int));
5023 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
5024 function prototypes and stuff, but not '\xHH' hex character constants.
5025 These don't provoke an error unfortunately, instead are silently treated
5026 as 'x'. The following induces an error, until -std is added to get
5027 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
5028 array size at least. It's necessary to write '\x00'==0 to get something
5029 that's true only with -std. */
5030 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
5032 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
5033 inside strings and character constants. */
5035 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
5037 int test (int i, double x);
5038 struct s1 {int (*f) (int a);};
5039 struct s2 {int (*f) (double a);};
5040 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
5046 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
5051 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
5052 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
5054 CC="$ac_save_CC $ac_arg"
5055 if ac_fn_c_try_compile "$LINENO"; then :
5056 ac_cv_prog_cc_c89=$ac_arg
5058 rm -f core conftest.err conftest.$ac_objext
5059 test "x$ac_cv_prog_cc_c89" != "xno" && break
5061 rm -f conftest.$ac_ext
5066 case "x$ac_cv_prog_cc_c89" in
5068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
5069 $as_echo "none needed" >&6; } ;;
5071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
5072 $as_echo "unsupported" >&6; } ;;
5074 CC="$CC $ac_cv_prog_cc_c89"
5075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
5076 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
5078 if test "x$ac_cv_prog_cc_c89" != xno; then :
5083 ac_cpp='$CPP $CPPFLAGS'
5084 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5085 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5086 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5089 ac_cpp='$CXXCPP $CPPFLAGS'
5090 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5091 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5092 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5093 if test -z "$CXX"; then
5094 if test -n "$CCC"; then
5097 if test -n "$ac_tool_prefix"; then
5098 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
5100 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5101 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5103 $as_echo_n "checking for $ac_word... " >&6; }
5104 if ${ac_cv_prog_CXX+:} false; then :
5105 $as_echo_n "(cached) " >&6
5107 if test -n "$CXX"; then
5108 ac_cv_prog_CXX="$CXX" # Let the user override the test.
5110 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5114 test -z "$as_dir" && as_dir=.
5115 for ac_exec_ext in '' $ac_executable_extensions; do
5116 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5117 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
5118 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5128 if test -n "$CXX"; then
5129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
5130 $as_echo "$CXX" >&6; }
5132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5133 $as_echo "no" >&6; }
5137 test -n "$CXX" && break
5140 if test -z "$CXX"; then
5142 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
5144 # Extract the first word of "$ac_prog", so it can be a program name with args.
5145 set dummy $ac_prog; ac_word=$2
5146 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5147 $as_echo_n "checking for $ac_word... " >&6; }
5148 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
5149 $as_echo_n "(cached) " >&6
5151 if test -n "$ac_ct_CXX"; then
5152 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
5154 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5158 test -z "$as_dir" && as_dir=.
5159 for ac_exec_ext in '' $ac_executable_extensions; do
5160 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5161 ac_cv_prog_ac_ct_CXX="$ac_prog"
5162 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5171 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
5172 if test -n "$ac_ct_CXX"; then
5173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
5174 $as_echo "$ac_ct_CXX" >&6; }
5176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5177 $as_echo "no" >&6; }
5181 test -n "$ac_ct_CXX" && break
5184 if test "x$ac_ct_CXX" = x; then
5187 case $cross_compiling:$ac_tool_warned in
5189 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5190 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5191 ac_tool_warned=yes ;;
5199 # Provide some information about the compiler.
5200 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
5203 for ac_option in --version -v -V -qversion; do
5204 { { ac_try="$ac_compiler $ac_option >&5"
5206 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5207 *) ac_try_echo
=$ac_try;;
5209 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5210 $as_echo "$ac_try_echo"; } >&5
5211 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
5213 if test -s conftest.err
; then
5215 ... rest of stderr output deleted ...
5216 10q' conftest.err
>conftest.er1
5217 cat conftest.er1
>&5
5219 rm -f conftest.er1 conftest.err
5220 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5221 test $ac_status = 0; }
5224 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
5225 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
5226 if ${ac_cv_cxx_compiler_gnu+:} false
; then :
5227 $as_echo_n "(cached) " >&6
5229 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5230 /* end confdefs.h. */
5243 if ac_fn_cxx_try_compile
"$LINENO"; then :
5248 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5249 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
5252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
5253 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
5254 if test $ac_compiler_gnu = yes; then
5259 ac_test_CXXFLAGS
=${CXXFLAGS+set}
5260 ac_save_CXXFLAGS
=$CXXFLAGS
5261 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
5262 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
5263 if ${ac_cv_prog_cxx_g+:} false
; then :
5264 $as_echo_n "(cached) " >&6
5266 ac_save_cxx_werror_flag
=$ac_cxx_werror_flag
5267 ac_cxx_werror_flag
=yes
5270 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5271 /* end confdefs.h. */
5281 if ac_fn_cxx_try_compile
"$LINENO"; then :
5282 ac_cv_prog_cxx_g
=yes
5285 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5286 /* end confdefs.h. */
5296 if ac_fn_cxx_try_compile
"$LINENO"; then :
5299 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
5301 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5302 /* end confdefs.h. */
5312 if ac_fn_cxx_try_compile
"$LINENO"; then :
5313 ac_cv_prog_cxx_g
=yes
5315 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5317 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5319 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5320 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
5322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
5323 $as_echo "$ac_cv_prog_cxx_g" >&6; }
5324 if test "$ac_test_CXXFLAGS" = set; then
5325 CXXFLAGS
=$ac_save_CXXFLAGS
5326 elif test $ac_cv_prog_cxx_g = yes; then
5327 if test "$GXX" = yes; then
5333 if test "$GXX" = yes; then
5340 ac_cpp
='$CPP $CPPFLAGS'
5341 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5342 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5343 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
5345 if test -n "$ac_tool_prefix"; then
5346 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
5347 set dummy
${ac_tool_prefix}cpp
; ac_word
=$2
5348 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5349 $as_echo_n "checking for $ac_word... " >&6; }
5350 if ${ac_cv_prog_CPPBIN+:} false
; then :
5351 $as_echo_n "(cached) " >&6
5353 if test -n "$CPPBIN"; then
5354 ac_cv_prog_CPPBIN
="$CPPBIN" # Let the user override the test.
5356 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5360 test -z "$as_dir" && as_dir
=.
5361 for ac_exec_ext
in '' $ac_executable_extensions; do
5362 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5363 ac_cv_prog_CPPBIN
="${ac_tool_prefix}cpp"
5364 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5373 CPPBIN
=$ac_cv_prog_CPPBIN
5374 if test -n "$CPPBIN"; then
5375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
5376 $as_echo "$CPPBIN" >&6; }
5378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5379 $as_echo "no" >&6; }
5384 if test -z "$ac_cv_prog_CPPBIN"; then
5385 ac_ct_CPPBIN
=$CPPBIN
5386 # Extract the first word of "cpp", so it can be a program name with args.
5387 set dummy cpp
; ac_word
=$2
5388 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5389 $as_echo_n "checking for $ac_word... " >&6; }
5390 if ${ac_cv_prog_ac_ct_CPPBIN+:} false
; then :
5391 $as_echo_n "(cached) " >&6
5393 if test -n "$ac_ct_CPPBIN"; then
5394 ac_cv_prog_ac_ct_CPPBIN
="$ac_ct_CPPBIN" # Let the user override the test.
5396 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5400 test -z "$as_dir" && as_dir
=.
5401 for ac_exec_ext
in '' $ac_executable_extensions; do
5402 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5403 ac_cv_prog_ac_ct_CPPBIN
="cpp"
5404 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5413 ac_ct_CPPBIN
=$ac_cv_prog_ac_ct_CPPBIN
5414 if test -n "$ac_ct_CPPBIN"; then
5415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
5416 $as_echo "$ac_ct_CPPBIN" >&6; }
5418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5419 $as_echo "no" >&6; }
5422 if test "x$ac_ct_CPPBIN" = x
; then
5425 case $cross_compiling:$ac_tool_warned in
5427 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5428 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5429 ac_tool_warned
=yes ;;
5431 CPPBIN
=$ac_ct_CPPBIN
5434 CPPBIN
="$ac_cv_prog_CPPBIN"
5438 cat >>confdefs.h
<<_ACEOF
5439 #define EXEEXT "$ac_exeext"
5442 if test -n "$ac_tool_prefix"; then
5443 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
5444 set dummy
${ac_tool_prefix}ld
; ac_word
=$2
5445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5446 $as_echo_n "checking for $ac_word... " >&6; }
5447 if ${ac_cv_prog_LD+:} false
; then :
5448 $as_echo_n "(cached) " >&6
5450 if test -n "$LD"; then
5451 ac_cv_prog_LD
="$LD" # Let the user override the test.
5453 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5457 test -z "$as_dir" && as_dir
=.
5458 for ac_exec_ext
in '' $ac_executable_extensions; do
5459 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5460 ac_cv_prog_LD
="${ac_tool_prefix}ld"
5461 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5471 if test -n "$LD"; then
5472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5473 $as_echo "$LD" >&6; }
5475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5476 $as_echo "no" >&6; }
5481 if test -z "$ac_cv_prog_LD"; then
5483 # Extract the first word of "ld", so it can be a program name with args.
5484 set dummy ld
; ac_word
=$2
5485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5486 $as_echo_n "checking for $ac_word... " >&6; }
5487 if ${ac_cv_prog_ac_ct_LD+:} false
; then :
5488 $as_echo_n "(cached) " >&6
5490 if test -n "$ac_ct_LD"; then
5491 ac_cv_prog_ac_ct_LD
="$ac_ct_LD" # Let the user override the test.
5493 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5497 test -z "$as_dir" && as_dir
=.
5498 for ac_exec_ext
in '' $ac_executable_extensions; do
5499 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5500 ac_cv_prog_ac_ct_LD
="ld"
5501 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5510 ac_ct_LD
=$ac_cv_prog_ac_ct_LD
5511 if test -n "$ac_ct_LD"; then
5512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LD" >&5
5513 $as_echo "$ac_ct_LD" >&6; }
5515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5516 $as_echo "no" >&6; }
5519 if test "x$ac_ct_LD" = x
; then
5522 case $cross_compiling:$ac_tool_warned in
5524 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5525 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5526 ac_tool_warned
=yes ;;
5537 with_fontconfig
=${with_fontconfig:-no}
5539 *-mingw32*|
*-cygwin*)
5540 enable_win16
=${enable_win16:-no}
5541 with_mingw
=${with_mingw:-no}
5542 CFLAGS
="$CFLAGS -D_WIN32"
5548 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
5553 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
5554 $as_echo_n "checking whether $CC works... " >&6; }
5555 if ${wine_cv_cc_m32+:} false
; then :
5556 $as_echo_n "(cached) " >&6
5558 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5559 /* end confdefs.h. */
5569 if ac_fn_c_try_link
"$LINENO"; then :
5574 rm -f core conftest.err conftest.
$ac_objext \
5575 conftest
$ac_exeext conftest.
$ac_ext
5577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_cc_m32" >&5
5578 $as_echo "$wine_cv_cc_m32" >&6; }
5579 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
5581 notice_platform
="32-bit "
5584 PKG_CONFIG_PATH
=${PKG_CONFIG_PATH:-/usr/lib/i386-linux-gnu/pkgconfig:/usr/lib/pkgconfig}
5585 export PKG_CONFIG_PATH
5586 enable_win16
=${enable_win16:-yes}
5588 if test "x${GCC}" = "xyes"
5590 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
5591 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
5592 if ${wine_cv_builtin_ms_va_list+:} false
; then :
5593 $as_echo_n "(cached) " >&6
5595 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5596 /* end confdefs.h. */
5601 void func(__builtin_ms_va_list *args);
5606 if ac_fn_c_try_compile
"$LINENO"; then :
5607 wine_cv_builtin_ms_va_list
=yes
5609 wine_cv_builtin_ms_va_list
=no
5611 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_builtin_ms_va_list" >&5
5614 $as_echo "$wine_cv_builtin_ms_va_list" >&6; }
5615 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
5620 notice_platform
="64-bit "
5626 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports Thumb" >&5
5627 $as_echo_n "checking whether $CC supports Thumb... " >&6; }
5628 if ${wine_cv_thumb+:} false
; then :
5629 $as_echo_n "(cached) " >&6
5631 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5632 /* end confdefs.h. */
5633 int ac_test(int i) { return i; }
5637 asm(".thumb\nblx ac_test\n.arm"); if (ac_test(1)) return 1
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_thumb" >&5
5651 $as_echo "$wine_cv_thumb" >&6; }
5652 test $wine_cv_thumb != no || as_fn_error $?
"You need a target with Thumb support to build Wine for ARM." "$LINENO" 5
5653 case $with_float_abi in
5655 float_abi
=$with_float_abi ;;
5662 saved_CFLAGS
=$CFLAGS
5663 CFLAGS
="$CFLAGS -marm -mfloat-abi=$float_abi"
5664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -mfloat-abi=$float_abi" >&5
5665 $as_echo_n "checking whether $CC supports -mfloat-abi=$float_abi... " >&6; }
5666 if ${wine_cv_float_abi+:} false
; then :
5667 $as_echo_n "(cached) " >&6
5669 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5670 /* end confdefs.h. */
5675 asm("vmrs r2,fpscr");
5680 if ac_fn_c_try_link
"$LINENO"; then :
5681 wine_cv_float_abi
=yes
5683 wine_cv_float_abi
=no
5685 rm -f core conftest.err conftest.
$ac_objext \
5686 conftest
$ac_exeext conftest.
$ac_ext
5688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_float_abi" >&5
5689 $as_echo "$wine_cv_float_abi" >&6; }
5690 if test $wine_cv_float_abi = no
5693 as_fn_append wine_warnings
"|Floating point is not supported for this target. The resulting build won't be compatible with Windows ARM binaries."
5695 CFLAGS
=$saved_CFLAGS
5699 CFLAGS
="$CFLAGS -marm -mfloat-abi=$float_abi"
5700 TARGETFLAGS
="-marm -mfloat-abi=$float_abi"
5704 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
5705 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
5706 if ${wine_cv_builtin_ms_va_list+:} false
; then :
5707 $as_echo_n "(cached) " >&6
5709 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5710 /* end confdefs.h. */
5715 void func(__builtin_ms_va_list *args);
5720 if ac_fn_c_try_compile
"$LINENO"; then :
5721 wine_cv_builtin_ms_va_list
=yes
5723 wine_cv_builtin_ms_va_list
=no
5725 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_builtin_ms_va_list" >&5
5728 $as_echo "$wine_cv_builtin_ms_va_list" >&6; }
5729 test $wine_cv_builtin_ms_va_list != no || as_fn_error $?
"You need clang >= 5.0 to build Wine for arm64." "$LINENO" 5
5732 enable_win16
=${enable_win16:-yes}
5736 enable_win16
=${enable_win16:-no}
5737 enable_win64
=${enable_win64:-no}
5739 enable_winetest
=${enable_winetest:-$enable_tests}
5741 if test "x$enable_win64" = "xyes"
5743 test -z "$with_wine64" || as_fn_error $?
"--enable-win64 and --with-wine64 are mutually exclusive.
5744 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
5745 test "x$libdir" != "x\${exec_prefix}/lib" || libdir
="\${exec_prefix}/lib64"
5748 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
5749 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
5750 if ${wine_cv_toolsdir+:} false
; then :
5751 $as_echo_n "(cached) " >&6
5753 wine_cv_toolsdir
="$with_wine_tools"
5754 if test -z "$with_wine_tools"; then
5755 if test "$cross_compiling" = "yes"; then
5756 as_fn_error $?
"you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
5757 elif test -n "$with_wine64"; then
5758 wine_cv_toolsdir
="$with_wine64"
5762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
5763 $as_echo "$wine_cv_toolsdir" >&6; }
5764 if test -z "$wine_cv_toolsdir"; then
5765 wine_makedep
=tools
/makedep
5766 TOOLSDIR
="\$(top_builddir)"
5768 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
5769 wine_makedep
=$wine_cv_toolsdir/tools
/makedep
5770 case "$wine_cv_toolsdir" in
5771 /*) TOOLSDIR
=$wine_cv_toolsdir
5773 *) TOOLSDIR
="\$(top_builddir)/$wine_cv_toolsdir"
5776 enable_tools
=${enable_tools:-no}
5777 test -f "$wine_makedep" || as_fn_error $?
"the Wine tools have not yet been built in $wine_cv_toolsdir" "$LINENO" 5
5779 as_fn_error $?
"could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
5781 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
5783 TARGETFLAGS
="-b $host_alias $TARGETFLAGS"
5789 # Extract the first word of "$ac_prog", so it can be a program name with args.
5790 set dummy
$ac_prog; ac_word
=$2
5791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5792 $as_echo_n "checking for $ac_word... " >&6; }
5793 if ${ac_cv_prog_FLEX+:} false
; then :
5794 $as_echo_n "(cached) " >&6
5796 if test -n "$FLEX"; then
5797 ac_cv_prog_FLEX
="$FLEX" # Let the user override the test.
5799 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5803 test -z "$as_dir" && as_dir
=.
5804 for ac_exec_ext
in '' $ac_executable_extensions; do
5805 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5806 ac_cv_prog_FLEX
="$ac_prog"
5807 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5816 FLEX
=$ac_cv_prog_FLEX
5817 if test -n "$FLEX"; then
5818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
5819 $as_echo "$FLEX" >&6; }
5821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5822 $as_echo "no" >&6; }
5826 test -n "$FLEX" && break
5828 test -n "$FLEX" || FLEX
="none"
5830 if test "$FLEX" = "none"
5832 as_fn_error $?
"no suitable flex found. Please install the 'flex' package." "$LINENO" 5
5834 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
5835 $as_echo_n "checking whether flex is recent enough... " >&6; }
5836 if ${wine_cv_recent_flex+:} false
; then :
5837 $as_echo_n "(cached) " >&6
5839 cat >conftest.l
<<EOF
5841 #include "prediluvian.h"
5845 if $FLEX -t conftest.l
>/dev
/null
2>&5
5847 wine_cv_recent_flex
=yes
5849 wine_cv_recent_flex
=no
5852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_recent_flex" >&5
5853 $as_echo "$wine_cv_recent_flex" >&6; }
5854 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
5856 for ac_prog
in bison
5858 # Extract the first word of "$ac_prog", so it can be a program name with args.
5859 set dummy
$ac_prog; ac_word
=$2
5860 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5861 $as_echo_n "checking for $ac_word... " >&6; }
5862 if ${ac_cv_prog_BISON+:} false
; then :
5863 $as_echo_n "(cached) " >&6
5865 if test -n "$BISON"; then
5866 ac_cv_prog_BISON
="$BISON" # Let the user override the test.
5868 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5872 test -z "$as_dir" && as_dir
=.
5873 for ac_exec_ext
in '' $ac_executable_extensions; do
5874 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5875 ac_cv_prog_BISON
="$ac_prog"
5876 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5885 BISON
=$ac_cv_prog_BISON
5886 if test -n "$BISON"; then
5887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
5888 $as_echo "$BISON" >&6; }
5890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5891 $as_echo "no" >&6; }
5895 test -n "$BISON" && break
5897 test -n "$BISON" || BISON
="none"
5899 if test "$BISON" = "none"
5901 as_fn_error $?
"no suitable bison found. Please install the 'bison' package." "$LINENO" 5
5903 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether bison is recent enough" >&5
5904 $as_echo_n "checking whether bison is recent enough... " >&6; }
5905 if ${wine_cv_recent_bison+:} false
; then :
5906 $as_echo_n "(cached) " >&6
5908 cat >conftest.y
<<EOF
5909 %define parse.error verbose
5913 if $BISON conftest.y
>/dev
/null
2>&5
5915 wine_cv_recent_bison
=yes
5917 wine_cv_recent_bison
=no
5920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_recent_bison" >&5
5921 $as_echo "$wine_cv_recent_bison" >&6; }
5922 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
5924 if test -n "$ac_tool_prefix"; then
5925 for ac_prog
in ar gar
5927 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5928 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5929 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5930 $as_echo_n "checking for $ac_word... " >&6; }
5931 if ${ac_cv_prog_AR+:} false
; then :
5932 $as_echo_n "(cached) " >&6
5934 if test -n "$AR"; then
5935 ac_cv_prog_AR
="$AR" # Let the user override the test.
5937 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5941 test -z "$as_dir" && as_dir
=.
5942 for ac_exec_ext
in '' $ac_executable_extensions; do
5943 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5944 ac_cv_prog_AR
="$ac_tool_prefix$ac_prog"
5945 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5955 if test -n "$AR"; then
5956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5957 $as_echo "$AR" >&6; }
5959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5960 $as_echo "no" >&6; }
5964 test -n "$AR" && break
5967 if test -z "$AR"; then
5969 for ac_prog
in ar gar
5971 # Extract the first word of "$ac_prog", so it can be a program name with args.
5972 set dummy
$ac_prog; ac_word
=$2
5973 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5974 $as_echo_n "checking for $ac_word... " >&6; }
5975 if ${ac_cv_prog_ac_ct_AR+:} false
; then :
5976 $as_echo_n "(cached) " >&6
5978 if test -n "$ac_ct_AR"; then
5979 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
5981 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5985 test -z "$as_dir" && as_dir
=.
5986 for ac_exec_ext
in '' $ac_executable_extensions; do
5987 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5988 ac_cv_prog_ac_ct_AR
="$ac_prog"
5989 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5998 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
5999 if test -n "$ac_ct_AR"; then
6000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6001 $as_echo "$ac_ct_AR" >&6; }
6003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6004 $as_echo "no" >&6; }
6008 test -n "$ac_ct_AR" && break
6011 if test "x$ac_ct_AR" = x
; then
6014 case $cross_compiling:$ac_tool_warned in
6016 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6017 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6018 ac_tool_warned
=yes ;;
6024 if test -n "$ac_tool_prefix"; then
6025 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6026 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
6027 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6028 $as_echo_n "checking for $ac_word... " >&6; }
6029 if ${ac_cv_prog_STRIP+:} false
; then :
6030 $as_echo_n "(cached) " >&6
6032 if test -n "$STRIP"; then
6033 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
6035 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6039 test -z "$as_dir" && as_dir
=.
6040 for ac_exec_ext
in '' $ac_executable_extensions; do
6041 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6042 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
6043 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6052 STRIP
=$ac_cv_prog_STRIP
6053 if test -n "$STRIP"; then
6054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6055 $as_echo "$STRIP" >&6; }
6057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6058 $as_echo "no" >&6; }
6063 if test -z "$ac_cv_prog_STRIP"; then
6065 # Extract the first word of "strip", so it can be a program name with args.
6066 set dummy strip
; ac_word
=$2
6067 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6068 $as_echo_n "checking for $ac_word... " >&6; }
6069 if ${ac_cv_prog_ac_ct_STRIP+:} false
; then :
6070 $as_echo_n "(cached) " >&6
6072 if test -n "$ac_ct_STRIP"; then
6073 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
6075 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6079 test -z "$as_dir" && as_dir
=.
6080 for ac_exec_ext
in '' $ac_executable_extensions; do
6081 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6082 ac_cv_prog_ac_ct_STRIP
="strip"
6083 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6092 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
6093 if test -n "$ac_ct_STRIP"; then
6094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6095 $as_echo "$ac_ct_STRIP" >&6; }
6097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6098 $as_echo "no" >&6; }
6101 if test "x$ac_ct_STRIP" = x
; then
6104 case $cross_compiling:$ac_tool_warned in
6106 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6107 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6108 ac_tool_warned
=yes ;;
6113 STRIP
="$ac_cv_prog_STRIP"
6116 if test -n "$ac_tool_prefix"; then
6117 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6118 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
6119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6120 $as_echo_n "checking for $ac_word... " >&6; }
6121 if ${ac_cv_prog_RANLIB+:} false
; then :
6122 $as_echo_n "(cached) " >&6
6124 if test -n "$RANLIB"; then
6125 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
6127 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6131 test -z "$as_dir" && as_dir
=.
6132 for ac_exec_ext
in '' $ac_executable_extensions; do
6133 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6134 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
6135 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6144 RANLIB
=$ac_cv_prog_RANLIB
6145 if test -n "$RANLIB"; then
6146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6147 $as_echo "$RANLIB" >&6; }
6149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6150 $as_echo "no" >&6; }
6155 if test -z "$ac_cv_prog_RANLIB"; then
6156 ac_ct_RANLIB
=$RANLIB
6157 # Extract the first word of "ranlib", so it can be a program name with args.
6158 set dummy ranlib
; ac_word
=$2
6159 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6160 $as_echo_n "checking for $ac_word... " >&6; }
6161 if ${ac_cv_prog_ac_ct_RANLIB+:} false
; then :
6162 $as_echo_n "(cached) " >&6
6164 if test -n "$ac_ct_RANLIB"; then
6165 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
6167 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6171 test -z "$as_dir" && as_dir
=.
6172 for ac_exec_ext
in '' $ac_executable_extensions; do
6173 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6174 ac_cv_prog_ac_ct_RANLIB
="ranlib"
6175 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6184 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
6185 if test -n "$ac_ct_RANLIB"; then
6186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6187 $as_echo "$ac_ct_RANLIB" >&6; }
6189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6190 $as_echo "no" >&6; }
6193 if test "x$ac_ct_RANLIB" = x
; then
6196 case $cross_compiling:$ac_tool_warned in
6198 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6199 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6200 ac_tool_warned
=yes ;;
6202 RANLIB
=$ac_ct_RANLIB
6205 RANLIB
="$ac_cv_prog_RANLIB"
6208 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6209 $as_echo_n "checking whether ln -s works... " >&6; }
6211 if test "$LN_S" = "ln -s"; then
6212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6213 $as_echo "yes" >&6; }
6215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6216 $as_echo "no, using $LN_S" >&6; }
6219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
6220 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
6221 if ${ac_cv_path_GREP+:} false
; then :
6222 $as_echo_n "(cached) " >&6
6224 if test -z "$GREP"; then
6225 ac_path_GREP_found
=false
6226 # Loop through the user's path and test for each of PROGNAME-LIST
6227 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6228 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
6231 test -z "$as_dir" && as_dir
=.
6232 for ac_prog
in grep ggrep
; do
6233 for ac_exec_ext
in '' $ac_executable_extensions; do
6234 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
6235 as_fn_executable_p
"$ac_path_GREP" ||
continue
6236 # Check for GNU ac_path_GREP and select it if it is found.
6237 # Check for GNU $ac_path_GREP
6238 case `"$ac_path_GREP" --version 2>&1` in
6240 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
6243 $as_echo_n 0123456789 >"conftest.in"
6246 cat "conftest.in" "conftest.in" >"conftest.tmp"
6247 mv "conftest.tmp" "conftest.in"
6248 cp "conftest.in" "conftest.nl"
6249 $as_echo 'GREP' >> "conftest.nl"
6250 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
6251 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
6252 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
6253 if test $ac_count -gt ${ac_path_GREP_max-0}; then
6254 # Best one so far, save it but keep looking for a better one
6255 ac_cv_path_GREP
="$ac_path_GREP"
6256 ac_path_GREP_max
=$ac_count
6258 # 10*(2^10) chars as input seems more than enough
6259 test $ac_count -gt 10 && break
6261 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
6264 $ac_path_GREP_found && break 3
6269 if test -z "$ac_cv_path_GREP"; then
6270 as_fn_error $?
"no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6273 ac_cv_path_GREP
=$GREP
6277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
6278 $as_echo "$ac_cv_path_GREP" >&6; }
6279 GREP
="$ac_cv_path_GREP"
6282 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
6283 $as_echo_n "checking for egrep... " >&6; }
6284 if ${ac_cv_path_EGREP+:} false
; then :
6285 $as_echo_n "(cached) " >&6
6287 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
6288 then ac_cv_path_EGREP
="$GREP -E"
6290 if test -z "$EGREP"; then
6291 ac_path_EGREP_found
=false
6292 # Loop through the user's path and test for each of PROGNAME-LIST
6293 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6294 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
6297 test -z "$as_dir" && as_dir
=.
6298 for ac_prog
in egrep; do
6299 for ac_exec_ext
in '' $ac_executable_extensions; do
6300 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
6301 as_fn_executable_p
"$ac_path_EGREP" ||
continue
6302 # Check for GNU ac_path_EGREP and select it if it is found.
6303 # Check for GNU $ac_path_EGREP
6304 case `"$ac_path_EGREP" --version 2>&1` in
6306 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
6309 $as_echo_n 0123456789 >"conftest.in"
6312 cat "conftest.in" "conftest.in" >"conftest.tmp"
6313 mv "conftest.tmp" "conftest.in"
6314 cp "conftest.in" "conftest.nl"
6315 $as_echo 'EGREP' >> "conftest.nl"
6316 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
6317 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
6318 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
6319 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6320 # Best one so far, save it but keep looking for a better one
6321 ac_cv_path_EGREP
="$ac_path_EGREP"
6322 ac_path_EGREP_max
=$ac_count
6324 # 10*(2^10) chars as input seems more than enough
6325 test $ac_count -gt 10 && break
6327 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
6330 $ac_path_EGREP_found && break 3
6335 if test -z "$ac_cv_path_EGREP"; then
6336 as_fn_error $?
"no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6339 ac_cv_path_EGREP
=$EGREP
6344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
6345 $as_echo "$ac_cv_path_EGREP" >&6; }
6346 EGREP
="$ac_cv_path_EGREP"
6349 # Extract the first word of "ldconfig", so it can be a program name with args.
6350 set dummy ldconfig
; ac_word
=$2
6351 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6352 $as_echo_n "checking for $ac_word... " >&6; }
6353 if ${ac_cv_path_LDCONFIG+:} false
; then :
6354 $as_echo_n "(cached) " >&6
6358 ac_cv_path_LDCONFIG
="$LDCONFIG" # Let the user override the test with a path.
6361 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6362 for as_dir
in /sbin
/usr
/sbin
$PATH
6365 test -z "$as_dir" && as_dir
=.
6366 for ac_exec_ext
in '' $ac_executable_extensions; do
6367 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6368 ac_cv_path_LDCONFIG
="$as_dir/$ac_word$ac_exec_ext"
6369 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6376 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG
="true"
6380 LDCONFIG
=$ac_cv_path_LDCONFIG
6381 if test -n "$LDCONFIG"; then
6382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
6383 $as_echo "$LDCONFIG" >&6; }
6385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6386 $as_echo "no" >&6; }
6390 for ac_prog
in msgfmt
6392 # Extract the first word of "$ac_prog", so it can be a program name with args.
6393 set dummy
$ac_prog; ac_word
=$2
6394 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6395 $as_echo_n "checking for $ac_word... " >&6; }
6396 if ${ac_cv_prog_MSGFMT+:} false
; then :
6397 $as_echo_n "(cached) " >&6
6399 if test -n "$MSGFMT"; then
6400 ac_cv_prog_MSGFMT
="$MSGFMT" # Let the user override the test.
6402 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6406 test -z "$as_dir" && as_dir
=.
6407 for ac_exec_ext
in '' $ac_executable_extensions; do
6408 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6409 ac_cv_prog_MSGFMT
="$ac_prog"
6410 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6419 MSGFMT
=$ac_cv_prog_MSGFMT
6420 if test -n "$MSGFMT"; then
6421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
6422 $as_echo "$MSGFMT" >&6; }
6424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6425 $as_echo "no" >&6; }
6429 test -n "$MSGFMT" && break
6431 test -n "$MSGFMT" || MSGFMT
="false"
6433 if ${ac_tool_prefix+:} false
; then :
6434 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
6435 set dummy
${ac_tool_prefix}pkg-config
; ac_word
=$2
6436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6437 $as_echo_n "checking for $ac_word... " >&6; }
6438 if ${ac_cv_prog_PKG_CONFIG+:} false
; then :
6439 $as_echo_n "(cached) " >&6
6441 if test -n "$PKG_CONFIG"; then
6442 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
6444 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6448 test -z "$as_dir" && as_dir
=.
6449 for ac_exec_ext
in '' $ac_executable_extensions; do
6450 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6451 ac_cv_prog_PKG_CONFIG
="${ac_tool_prefix}pkg-config"
6452 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6461 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
6462 if test -n "$PKG_CONFIG"; then
6463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
6464 $as_echo "$PKG_CONFIG" >&6; }
6466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6467 $as_echo "no" >&6; }
6472 if ${ac_cv_prog_PKG_CONFIG:+false} :; then :
6473 if test "x$cross_compiling" = xyes
; then :
6476 { ac_cv_prog_PKG_CONFIG
=; unset ac_cv_prog_PKG_CONFIG
;}
6477 # Extract the first word of "pkg-config", so it can be a program name with args.
6478 set dummy pkg-config
; ac_word
=$2
6479 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6480 $as_echo_n "checking for $ac_word... " >&6; }
6481 if ${ac_cv_prog_PKG_CONFIG+:} false
; then :
6482 $as_echo_n "(cached) " >&6
6484 if test -n "$PKG_CONFIG"; then
6485 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
6487 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6491 test -z "$as_dir" && as_dir
=.
6492 for ac_exec_ext
in '' $ac_executable_extensions; do
6493 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6494 ac_cv_prog_PKG_CONFIG
="pkg-config"
6495 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6504 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
6505 if test -n "$PKG_CONFIG"; then
6506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
6507 $as_echo "$PKG_CONFIG" >&6; }
6509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6510 $as_echo "no" >&6; }
6516 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
6519 if test "x$enable_maintainer_mode" != "xyes"
6526 test "$srcdir" = . || as_fn_error $?
"Maintainer mode cannot work out of tree." "$LINENO" 5
6527 for ac_prog
in fontforge
6529 # Extract the first word of "$ac_prog", so it can be a program name with args.
6530 set dummy
$ac_prog; ac_word
=$2
6531 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6532 $as_echo_n "checking for $ac_word... " >&6; }
6533 if ${ac_cv_prog_FONTFORGE+:} false
; then :
6534 $as_echo_n "(cached) " >&6
6536 if test -n "$FONTFORGE"; then
6537 ac_cv_prog_FONTFORGE
="$FONTFORGE" # Let the user override the test.
6539 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6543 test -z "$as_dir" && as_dir
=.
6544 for ac_exec_ext
in '' $ac_executable_extensions; do
6545 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6546 ac_cv_prog_FONTFORGE
="$ac_prog"
6547 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6556 FONTFORGE
=$ac_cv_prog_FONTFORGE
6557 if test -n "$FONTFORGE"; then
6558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
6559 $as_echo "$FONTFORGE" >&6; }
6561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6562 $as_echo "no" >&6; }
6566 test -n "$FONTFORGE" && break
6568 test -n "$FONTFORGE" || FONTFORGE
="false"
6570 for ac_prog
in rsvg-convert rsvg
6572 # Extract the first word of "$ac_prog", so it can be a program name with args.
6573 set dummy
$ac_prog; ac_word
=$2
6574 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6575 $as_echo_n "checking for $ac_word... " >&6; }
6576 if ${ac_cv_prog_RSVG+:} false
; then :
6577 $as_echo_n "(cached) " >&6
6579 if test -n "$RSVG"; then
6580 ac_cv_prog_RSVG
="$RSVG" # Let the user override the test.
6582 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6586 test -z "$as_dir" && as_dir
=.
6587 for ac_exec_ext
in '' $ac_executable_extensions; do
6588 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6589 ac_cv_prog_RSVG
="$ac_prog"
6590 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6599 RSVG
=$ac_cv_prog_RSVG
6600 if test -n "$RSVG"; then
6601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
6602 $as_echo "$RSVG" >&6; }
6604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6605 $as_echo "no" >&6; }
6609 test -n "$RSVG" && break
6611 test -n "$RSVG" || RSVG
="false"
6613 for ac_prog
in convert
6615 # Extract the first word of "$ac_prog", so it can be a program name with args.
6616 set dummy
$ac_prog; ac_word
=$2
6617 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6618 $as_echo_n "checking for $ac_word... " >&6; }
6619 if ${ac_cv_prog_CONVERT+:} false
; then :
6620 $as_echo_n "(cached) " >&6
6622 if test -n "$CONVERT"; then
6623 ac_cv_prog_CONVERT
="$CONVERT" # Let the user override the test.
6625 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6629 test -z "$as_dir" && as_dir
=.
6630 for ac_exec_ext
in '' $ac_executable_extensions; do
6631 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6632 ac_cv_prog_CONVERT
="$ac_prog"
6633 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6642 CONVERT
=$ac_cv_prog_CONVERT
6643 if test -n "$CONVERT"; then
6644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
6645 $as_echo "$CONVERT" >&6; }
6647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6648 $as_echo "no" >&6; }
6652 test -n "$CONVERT" && break
6654 test -n "$CONVERT" || CONVERT
="false"
6656 for ac_prog
in icotool
6658 # Extract the first word of "$ac_prog", so it can be a program name with args.
6659 set dummy
$ac_prog; ac_word
=$2
6660 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6661 $as_echo_n "checking for $ac_word... " >&6; }
6662 if ${ac_cv_prog_ICOTOOL+:} false
; then :
6663 $as_echo_n "(cached) " >&6
6665 if test -n "$ICOTOOL"; then
6666 ac_cv_prog_ICOTOOL
="$ICOTOOL" # Let the user override the test.
6668 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6672 test -z "$as_dir" && as_dir
=.
6673 for ac_exec_ext
in '' $ac_executable_extensions; do
6674 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6675 ac_cv_prog_ICOTOOL
="$ac_prog"
6676 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6685 ICOTOOL
=$ac_cv_prog_ICOTOOL
6686 if test -n "$ICOTOOL"; then
6687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
6688 $as_echo "$ICOTOOL" >&6; }
6690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6691 $as_echo "no" >&6; }
6695 test -n "$ICOTOOL" && break
6697 test -n "$ICOTOOL" || ICOTOOL
="false"
6699 test "$FONTFORGE" != "false" || as_fn_error $?
"You need fontforge to rebuild fonts in maintainer mode." "$LINENO" 5
6700 test "$RSVG" != "false" || as_fn_error $?
"You need rsvg to rebuild icons in maintainer mode." "$LINENO" 5
6702 if test "$CONVERT" = false
6704 as_fn_error $?
"You need imagemagick to rebuild icons in maintainer mode." "$LINENO" 5
6706 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
6707 $as_echo_n "checking for recent enough imagemagick... " >&6; }
6708 convert_version
=`convert --version | head -n1`
6709 if test "x$convert_version" != "x"
6711 convert_version_major
=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
6712 convert_version_minor
=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
6713 if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
6718 if test "$CONVERT" = false
6720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
6721 $as_echo "no ($convert_version_major.$convert_version_minor)" >&6; }
6722 as_fn_error $?
"You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
6725 $as_echo "yes ($convert_version_major.$convert_version_minor)" >&6; }
6729 if test "$ICOTOOL" = false
6731 as_fn_error $?
"You need icotool to rebuild icons in maintainer mode." "$LINENO" 5
6733 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
6734 $as_echo_n "checking for recent enough icotool... " >&6; }
6735 icotool_version
=`icotool --version | head -n1`
6736 if test "x$icotool_version" != "x"
6738 icotool_version_major
=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
6739 icotool_version_minor
=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
6740 if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
6743 as_fn_append wine_warnings
"|icotool version 0.29.0 or newer is needed to rebuild icons."
6746 if test "$ICOTOOL" = false
6748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
6749 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
6750 as_fn_error $?
"You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
6753 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
6761 test "x$with_gettext" != xno || MSGFMT
=false
6762 if test "$MSGFMT" != "false"
6764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether msgfmt supports contexts" >&5
6765 $as_echo_n "checking whether msgfmt supports contexts... " >&6; }
6766 if ${wine_cv_msgfmt_contexts+:} false
; then :
6767 $as_echo_n "(cached) " >&6
6769 cat >conftest.po
<<EOF
6775 if $MSGFMT -o /dev
/null conftest.po
2>&5
6777 wine_cv_msgfmt_contexts
=yes
6779 wine_cv_msgfmt_contexts
=no
6782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_msgfmt_contexts" >&5
6783 $as_echo "$wine_cv_msgfmt_contexts" >&6; }
6784 test $wine_cv_msgfmt_contexts != no || MSGFMT
=false
6786 if test "$MSGFMT" = false
; then :
6787 case "x$with_gettext" in
6788 x
) as_fn_append wine_warnings
"|gettext tools not found (or too old), translations won't be built." ;;
6790 *) as_fn_error $?
"gettext tools not found (or too old), translations won't be built.
6791 This is an error since --with-gettext was requested." "$LINENO" 5 ;;
6793 enable_po
=${enable_po:-no}
6797 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
6798 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
6799 if ${ac_cv_lib_i386_i386_set_ldt+:} false
; then :
6800 $as_echo_n "(cached) " >&6
6802 ac_check_lib_save_LIBS
=$LIBS
6804 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6805 /* end confdefs.h. */
6807 /* Override any GCC internal prototype to avoid an error.
6808 Use char because int might match the return type of a GCC
6809 builtin and then its argument prototype would still apply. */
6813 char i386_set_ldt ();
6817 return i386_set_ldt ();
6822 if ac_fn_c_try_link
"$LINENO"; then :
6823 ac_cv_lib_i386_i386_set_ldt
=yes
6825 ac_cv_lib_i386_i386_set_ldt
=no
6827 rm -f core conftest.err conftest.
$ac_objext \
6828 conftest
$ac_exeext conftest.
$ac_ext
6829 LIBS
=$ac_check_lib_save_LIBS
6831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6832 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
6833 if test "x$ac_cv_lib_i386_i386_set_ldt" = xyes
; then :
6834 cat >>confdefs.h
<<_ACEOF
6835 #define HAVE_LIBI386 1
6842 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
6843 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
6844 if ${ac_cv_lib_ossaudio__oss_ioctl+:} false
; then :
6845 $as_echo_n "(cached) " >&6
6847 ac_check_lib_save_LIBS
=$LIBS
6848 LIBS
="-lossaudio $LIBS"
6849 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6850 /* end confdefs.h. */
6852 /* Override any GCC internal prototype to avoid an error.
6853 Use char because int might match the return type of a GCC
6854 builtin and then its argument prototype would still apply. */
6862 return _oss_ioctl ();
6867 if ac_fn_c_try_link
"$LINENO"; then :
6868 ac_cv_lib_ossaudio__oss_ioctl
=yes
6870 ac_cv_lib_ossaudio__oss_ioctl
=no
6872 rm -f core conftest.err conftest.
$ac_objext \
6873 conftest
$ac_exeext conftest.
$ac_ext
6874 LIBS
=$ac_check_lib_save_LIBS
6876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6877 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6878 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes
; then :
6879 cat >>confdefs.h
<<_ACEOF
6880 #define HAVE_LIBOSSAUDIO 1
6883 LIBS
="-lossaudio $LIBS"
6892 # Check whether --enable-largefile was given.
6893 if test "${enable_largefile+set}" = set; then :
6894 enableval
=$enable_largefile;
6897 if test "$enable_largefile" != no
; then
6899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
6900 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
6901 if ${ac_cv_sys_largefile_CC+:} false
; then :
6902 $as_echo_n "(cached) " >&6
6904 ac_cv_sys_largefile_CC
=no
6905 if test "$GCC" != yes; then
6908 # IRIX 6.2 and later do not support large files by default,
6909 # so use the C compiler's -n32 option if that helps.
6910 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6911 /* end confdefs.h. */
6912 #include <sys/types.h>
6913 /* Check that off_t can represent 2**63 - 1 correctly.
6914 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6915 since some C++ compilers masquerading as C compilers
6916 incorrectly reject 9223372036854775807. */
6917 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6918 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6919 && LARGE_OFF_T % 2147483647 == 1)
6929 if ac_fn_c_try_compile
"$LINENO"; then :
6932 rm -f core conftest.err conftest.
$ac_objext
6934 if ac_fn_c_try_compile
"$LINENO"; then :
6935 ac_cv_sys_largefile_CC
=' -n32'; break
6937 rm -f core conftest.err conftest.
$ac_objext
6941 rm -f conftest.
$ac_ext
6944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
6945 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
6946 if test "$ac_cv_sys_largefile_CC" != no
; then
6947 CC
=$CC$ac_cv_sys_largefile_CC
6950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
6951 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
6952 if ${ac_cv_sys_file_offset_bits+:} false
; then :
6953 $as_echo_n "(cached) " >&6
6956 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6957 /* end confdefs.h. */
6958 #include <sys/types.h>
6959 /* Check that off_t can represent 2**63 - 1 correctly.
6960 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6961 since some C++ compilers masquerading as C compilers
6962 incorrectly reject 9223372036854775807. */
6963 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6964 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6965 && LARGE_OFF_T % 2147483647 == 1)
6975 if ac_fn_c_try_compile
"$LINENO"; then :
6976 ac_cv_sys_file_offset_bits
=no
; break
6978 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6979 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6980 /* end confdefs.h. */
6981 #define _FILE_OFFSET_BITS 64
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
=64; break
7002 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7003 ac_cv_sys_file_offset_bits
=unknown
7007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
7008 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
7009 case $ac_cv_sys_file_offset_bits in #(
7012 cat >>confdefs.h
<<_ACEOF
7013 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
7018 if test $ac_cv_sys_file_offset_bits = unknown
; then
7019 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
7020 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
7021 if ${ac_cv_sys_large_files+:} false
; then :
7022 $as_echo_n "(cached) " >&6
7025 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7026 /* end confdefs.h. */
7027 #include <sys/types.h>
7028 /* Check that off_t can represent 2**63 - 1 correctly.
7029 We can't simply define LARGE_OFF_T to be 9223372036854775807,
7030 since some C++ compilers masquerading as C compilers
7031 incorrectly reject 9223372036854775807. */
7032 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
7033 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
7034 && LARGE_OFF_T % 2147483647 == 1)
7044 if ac_fn_c_try_compile
"$LINENO"; then :
7045 ac_cv_sys_large_files
=no
; break
7047 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7048 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7049 /* end confdefs.h. */
7050 #define _LARGE_FILES 1
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
=1; break
7071 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7072 ac_cv_sys_large_files
=unknown
7076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
7077 $as_echo "$ac_cv_sys_large_files" >&6; }
7078 case $ac_cv_sys_large_files in #(
7081 cat >>confdefs.h
<<_ACEOF
7082 #define _LARGE_FILES $ac_cv_sys_large_files
7094 ac_cpp
='$CPP $CPPFLAGS'
7095 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7096 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7097 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
7098 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
7099 $as_echo_n "checking how to run the C preprocessor... " >&6; }
7100 # On Suns, sometimes $CPP names a directory.
7101 if test -n "$CPP" && test -d "$CPP"; then
7104 if test -z "$CPP"; then
7105 if ${ac_cv_prog_CPP+:} false
; then :
7106 $as_echo_n "(cached) " >&6
7108 # Double quotes because CPP needs to be expanded
7109 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
7112 for ac_c_preproc_warn_flag
in '' yes
7114 # Use a header file that comes with gcc, so configuring glibc
7115 # with a fresh cross-compiler works.
7116 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7117 # <limits.h> exists even on freestanding compilers.
7118 # On the NeXT, cc -E runs the code through the compiler's parser,
7119 # not just through cpp. "Syntax error" is here to catch this case.
7120 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7121 /* end confdefs.h. */
7123 # include <limits.h>
7125 # include <assert.h>
7129 if ac_fn_c_try_cpp
"$LINENO"; then :
7132 # Broken: fails on valid input.
7135 rm -f conftest.err conftest.i conftest.
$ac_ext
7137 # OK, works on sane cases. Now check whether nonexistent headers
7138 # can be detected and how.
7139 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7140 /* end confdefs.h. */
7141 #include <ac_nonexistent.h>
7143 if ac_fn_c_try_cpp
"$LINENO"; then :
7144 # Broken: success on invalid input.
7147 # Passes both tests.
7151 rm -f conftest.err conftest.i conftest.
$ac_ext
7154 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7155 rm -f conftest.i conftest.err conftest.
$ac_ext
7156 if $ac_preproc_ok; then :
7168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
7169 $as_echo "$CPP" >&6; }
7171 for ac_c_preproc_warn_flag
in '' yes
7173 # Use a header file that comes with gcc, so configuring glibc
7174 # with a fresh cross-compiler works.
7175 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7176 # <limits.h> exists even on freestanding compilers.
7177 # On the NeXT, cc -E runs the code through the compiler's parser,
7178 # not just through cpp. "Syntax error" is here to catch this case.
7179 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7180 /* end confdefs.h. */
7182 # include <limits.h>
7184 # include <assert.h>
7188 if ac_fn_c_try_cpp
"$LINENO"; then :
7191 # Broken: fails on valid input.
7194 rm -f conftest.err conftest.i conftest.
$ac_ext
7196 # OK, works on sane cases. Now check whether nonexistent headers
7197 # can be detected and how.
7198 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7199 /* end confdefs.h. */
7200 #include <ac_nonexistent.h>
7202 if ac_fn_c_try_cpp
"$LINENO"; then :
7203 # Broken: success on invalid input.
7206 # Passes both tests.
7210 rm -f conftest.err conftest.i conftest.
$ac_ext
7213 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7214 rm -f conftest.i conftest.err conftest.
$ac_ext
7215 if $ac_preproc_ok; then :
7218 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
7219 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
7220 as_fn_error $?
"C preprocessor \"$CPP\" fails sanity check
7221 See \`config.log' for more details" "$LINENO" 5; }
7225 ac_cpp
='$CPP $CPPFLAGS'
7226 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7227 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7228 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
7231 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
7232 $as_echo_n "checking for ANSI C header files... " >&6; }
7233 if ${ac_cv_header_stdc+:} false
; then :
7234 $as_echo_n "(cached) " >&6
7236 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7237 /* end confdefs.h. */
7251 if ac_fn_c_try_compile
"$LINENO"; then :
7252 ac_cv_header_stdc
=yes
7254 ac_cv_header_stdc
=no
7256 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7258 if test $ac_cv_header_stdc = yes; then
7259 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7260 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7261 /* end confdefs.h. */
7265 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7266 $EGREP "memchr" >/dev
/null
2>&1; then :
7269 ac_cv_header_stdc
=no
7275 if test $ac_cv_header_stdc = yes; then
7276 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7277 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7278 /* end confdefs.h. */
7282 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7283 $EGREP "free" >/dev
/null
2>&1; then :
7286 ac_cv_header_stdc
=no
7292 if test $ac_cv_header_stdc = yes; then
7293 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7294 if test "$cross_compiling" = yes; then :
7297 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7298 /* end confdefs.h. */
7301 #if ((' ' & 0x0FF) == 0x020)
7302 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7303 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7305 # define ISLOWER(c) \
7306 (('a' <= (c) && (c) <= 'i') \
7307 || ('j' <= (c) && (c) <= 'r') \
7308 || ('s' <= (c) && (c) <= 'z'))
7309 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7312 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7317 for (i = 0; i < 256; i++)
7318 if (XOR (islower (i), ISLOWER (i))
7319 || toupper (i) != TOUPPER (i))
7324 if ac_fn_c_try_run
"$LINENO"; then :
7327 ac_cv_header_stdc
=no
7329 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
7330 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
7335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
7336 $as_echo "$ac_cv_header_stdc" >&6; }
7337 if test $ac_cv_header_stdc = yes; then
7339 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
7343 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7344 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
7345 inttypes.h stdint.h unistd.h
7347 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7348 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
7350 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7351 cat >>confdefs.h
<<_ACEOF
7352 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7362 ApplicationServices
/ApplicationServices.h \
7363 AudioToolbox
/AudioConverter.h \
7364 AudioUnit
/AudioUnit.h \
7365 AudioUnit
/AudioComponent.h \
7368 CommonCrypto
/CommonCryptor.h \
7369 CoreAudio
/CoreAudio.h \
7370 CoreServices
/CoreServices.h \
7371 DiskArbitration
/DiskArbitration.h \
7374 IOKit
/hid
/IOHIDLib.h \
7377 QuickTime
/ImageCompression.h \
7378 Security
/Security.h \
7425 netinet
/in_systm.h \
7486 valgrind
/memcheck.h \
7490 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7491 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
7492 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7493 cat >>confdefs.h
<<_ACEOF
7494 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7501 ac_fn_c_check_header_mongrel
"$LINENO" "sys/mkdev.h" "ac_cv_header_sys_mkdev_h" "$ac_includes_default"
7502 if test "x$ac_cv_header_sys_mkdev_h" = xyes
; then :
7504 $as_echo "#define MAJOR_IN_MKDEV 1" >>confdefs.h
7509 if test $ac_cv_header_sys_mkdev_h = no
; then
7510 ac_fn_c_check_header_mongrel
"$LINENO" "sys/sysmacros.h" "ac_cv_header_sys_sysmacros_h" "$ac_includes_default"
7511 if test "x$ac_cv_header_sys_sysmacros_h" = xyes
; then :
7513 $as_echo "#define MAJOR_IN_SYSMACROS 1" >>confdefs.h
7519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
7520 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
7521 if ${ac_cv_header_stat_broken+:} false
; then :
7522 $as_echo_n "(cached) " >&6
7524 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7525 /* end confdefs.h. */
7526 #include <sys/types.h>
7527 #include <sys/stat.h>
7529 #if defined S_ISBLK && defined S_IFDIR
7530 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7533 #if defined S_ISBLK && defined S_IFCHR
7534 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7537 #if defined S_ISLNK && defined S_IFREG
7538 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7541 #if defined S_ISSOCK && defined S_IFREG
7542 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7546 if ac_fn_c_try_compile
"$LINENO"; then :
7547 ac_cv_header_stat_broken
=no
7549 ac_cv_header_stat_broken
=yes
7551 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
7554 $as_echo "$ac_cv_header_stat_broken" >&6; }
7555 if test $ac_cv_header_stat_broken = yes; then
7557 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
7563 for ac_header
in sys
/mount.h sys
/statfs.h sys
/sysctl.h sys
/user.h sys
/vfs.h
7565 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7566 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7567 #ifdef HAVE_SYS_PARAM_H
7568 # include <sys/param.h>
7571 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7572 cat >>confdefs.h
<<_ACEOF
7573 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7588 netinet
/if_ether.h \
7589 netinet
/if_inarp.h \
7598 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7599 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7600 #ifdef HAVE_SYS_SOCKET_H
7601 # include <sys/socket.h>
7603 #ifdef HAVE_SYS_SOCKETVAR_H
7604 # include <sys/socketvar.h>
7606 #ifdef HAVE_NET_ROUTE_H
7607 # include <net/route.h>
7609 #ifdef HAVE_NETINET_IN_H
7610 # include <netinet/in.h>
7612 #ifdef HAVE_NETINET_IN_SYSTM_H
7613 # include <netinet/in_systm.h>
7615 #ifdef HAVE_NET_IF_H
7616 # include <net/if.h>
7618 #ifdef HAVE_NETINET_IP_H
7619 # include <netinet/ip.h>
7622 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7623 cat >>confdefs.h
<<_ACEOF
7624 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7632 for ac_header
in netinet
/tcp_timer.h netinet
/udp_var.h netinet
/icmp_var.h netinet
/tcp_var.h
7634 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7635 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7639 #ifdef HAVE_SYS_SOCKET_H
7640 # include <sys/socket.h>
7642 #ifdef HAVE_SYS_SOCKETVAR_H
7643 # include <sys/socketvar.h>
7645 #ifdef HAVE_SYS_TIMEOUT_H
7646 # include <sys/timeout.h>
7648 #ifdef HAVE_NETINET_IN_H
7649 # include <netinet/in.h>
7651 #ifdef HAVE_NETINET_IN_SYSTM_H
7652 # include <netinet/in_systm.h>
7654 #ifdef HAVE_NETINET_IP_H
7655 # include <netinet/ip.h>
7657 #ifdef HAVE_NETINET_IP_VAR_H
7658 # include <netinet/ip_var.h>
7660 #ifdef HAVE_NETINET_IP_ICMP_H
7661 # include <netinet/ip_icmp.h>
7663 #ifdef HAVE_NETINET_UDP_H
7664 # include <netinet/udp.h>
7666 #ifdef HAVE_NETINET_TCP_H
7667 # include <netinet/tcp.h>
7669 #ifdef HAVE_NETINET_TCP_TIMER_H
7670 #include <netinet/tcp_timer.h>
7673 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7674 cat >>confdefs.h
<<_ACEOF
7675 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7683 for ac_header
in linux
/ipx.h linux
/irda.h linux
/rtnetlink.h
7685 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7686 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7687 #ifdef HAVE_ASM_TYPES_H
7688 # include <asm/types.h>
7690 #ifdef HAVE_SYS_SOCKET_H
7691 # include <sys/socket.h>
7693 #ifdef HAVE_LINUX_TYPES_H
7694 # include <linux/types.h>
7697 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7698 cat >>confdefs.h
<<_ACEOF
7699 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7707 for ac_header
in mach-o
/dyld_images.h
7709 ac_fn_c_check_header_compile
"$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
7710 # include <stdbool.h>
7712 #ifdef HAVE_STDINT_H
7713 # include <stdint.h>
7716 if test "x$ac_cv_header_mach_o_dyld_images_h" = xyes
; then :
7717 cat >>confdefs.h
<<_ACEOF
7718 #define HAVE_MACH_O_DYLD_IMAGES_H 1
7726 for ac_header
in resolv.h
7728 ac_fn_c_check_header_compile
"$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
7729 #ifdef HAVE_SYS_SOCKET_H
7730 # include <sys/socket.h>
7732 #ifdef HAVE_NETINET_IN_H
7733 # include <netinet/in.h>
7735 #ifdef HAVE_ARPA_NAMESER_H
7736 # include <arpa/nameser.h>
7739 if test "x$ac_cv_header_resolv_h" = xyes
; then :
7740 cat >>confdefs.h
<<_ACEOF
7741 #define HAVE_RESOLV_H 1
7749 for ac_header
in ifaddrs.h
7751 ac_fn_c_check_header_compile
"$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
7753 if test "x$ac_cv_header_ifaddrs_h" = xyes
; then :
7754 cat >>confdefs.h
<<_ACEOF
7755 #define HAVE_IFADDRS_H 1
7763 for ac_header
in sys
/ucontext.h
7765 ac_fn_c_check_header_compile
"$LINENO" "sys/ucontext.h" "ac_cv_header_sys_ucontext_h" "#include <signal.h>
7767 if test "x$ac_cv_header_sys_ucontext_h" = xyes
; then :
7768 cat >>confdefs.h
<<_ACEOF
7769 #define HAVE_SYS_UCONTEXT_H 1
7777 for ac_header
in sys
/thr.h
7779 ac_fn_c_check_header_compile
"$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
7780 #ifdef HAVE_SYS_UCONTEXT_H
7781 #include <sys/ucontext.h>
7784 if test "x$ac_cv_header_sys_thr_h" = xyes
; then :
7785 cat >>confdefs.h
<<_ACEOF
7786 #define HAVE_SYS_THR_H 1
7794 for ac_header
in pthread_np.h
7796 ac_fn_c_check_header_compile
"$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
7797 #include <pthread.h>
7800 if test "x$ac_cv_header_pthread_np_h" = xyes
; then :
7801 cat >>confdefs.h
<<_ACEOF
7802 #define HAVE_PTHREAD_NP_H 1
7810 for ac_header
in linux
/videodev2.h
7812 ac_fn_c_check_header_compile
"$LINENO" "linux/videodev2.h" "ac_cv_header_linux_videodev2_h" "#ifdef HAVE_SYS_TIME_H
7813 #include <sys/time.h>
7815 #include <sys/types.h>
7816 #ifdef HAVE_ASM_TYPES_H
7817 #include <asm/types.h>
7820 if test "x$ac_cv_header_linux_videodev2_h" = xyes
; then :
7821 cat >>confdefs.h
<<_ACEOF
7822 #define HAVE_LINUX_VIDEODEV2_H 1
7830 for ac_header
in libprocstat.h
7832 ac_fn_c_check_header_compile
"$LINENO" "libprocstat.h" "ac_cv_header_libprocstat_h" "#ifdef HAVE_SYS_PARAM_H
7833 #include <sys/param.h>
7835 #ifdef HAVE_SYS_QUEUE_H
7836 #include <sys/queue.h>
7838 #ifdef HAVE_SYS_SOCKET_H
7839 #include <sys/socket.h>
7842 if test "x$ac_cv_header_libprocstat_h" = xyes
; then :
7843 cat >>confdefs.h
<<_ACEOF
7844 #define HAVE_LIBPROCSTAT_H 1
7853 DLLFLAGS
="-D_REENTRANT"
7867 WINELOADER_LDFLAGS
=""
7869 WINEPRELOADER_LDFLAGS
=""
7873 # Extract the first word of "ldd", so it can be a program name with args.
7874 set dummy ldd
; ac_word
=$2
7875 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7876 $as_echo_n "checking for $ac_word... " >&6; }
7877 if ${ac_cv_path_LDD+:} false
; then :
7878 $as_echo_n "(cached) " >&6
7882 ac_cv_path_LDD
="$LDD" # Let the user override the test with a path.
7885 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7886 as_dummy
="/sbin:/usr/sbin:$PATH"
7887 for as_dir
in $as_dummy
7890 test -z "$as_dir" && as_dir
=.
7891 for ac_exec_ext
in '' $ac_executable_extensions; do
7892 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7893 ac_cv_path_LDD
="$as_dir/$ac_word$ac_exec_ext"
7894 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7901 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD
="true"
7906 if test -n "$LDD"; then
7907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
7908 $as_echo "$LDD" >&6; }
7910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7911 $as_echo "no" >&6; }
7915 if test -n "$ac_tool_prefix"; then
7916 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7917 set dummy
${ac_tool_prefix}otool
; ac_word
=$2
7918 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7919 $as_echo_n "checking for $ac_word... " >&6; }
7920 if ${ac_cv_prog_OTOOL+:} false
; then :
7921 $as_echo_n "(cached) " >&6
7923 if test -n "$OTOOL"; then
7924 ac_cv_prog_OTOOL
="$OTOOL" # Let the user override the test.
7926 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7930 test -z "$as_dir" && as_dir
=.
7931 for ac_exec_ext
in '' $ac_executable_extensions; do
7932 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7933 ac_cv_prog_OTOOL
="${ac_tool_prefix}otool"
7934 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7943 OTOOL
=$ac_cv_prog_OTOOL
7944 if test -n "$OTOOL"; then
7945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7946 $as_echo "$OTOOL" >&6; }
7948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7949 $as_echo "no" >&6; }
7954 if test -z "$ac_cv_prog_OTOOL"; then
7956 # Extract the first word of "otool", so it can be a program name with args.
7957 set dummy otool
; ac_word
=$2
7958 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7959 $as_echo_n "checking for $ac_word... " >&6; }
7960 if ${ac_cv_prog_ac_ct_OTOOL+:} false
; then :
7961 $as_echo_n "(cached) " >&6
7963 if test -n "$ac_ct_OTOOL"; then
7964 ac_cv_prog_ac_ct_OTOOL
="$ac_ct_OTOOL" # Let the user override the test.
7966 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7970 test -z "$as_dir" && as_dir
=.
7971 for ac_exec_ext
in '' $ac_executable_extensions; do
7972 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7973 ac_cv_prog_ac_ct_OTOOL
="otool"
7974 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7983 ac_ct_OTOOL
=$ac_cv_prog_ac_ct_OTOOL
7984 if test -n "$ac_ct_OTOOL"; then
7985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7986 $as_echo "$ac_ct_OTOOL" >&6; }
7988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7989 $as_echo "no" >&6; }
7992 if test "x$ac_ct_OTOOL" = x
; then
7995 case $cross_compiling:$ac_tool_warned in
7997 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7998 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7999 ac_tool_warned
=yes ;;
8004 OTOOL
="$ac_cv_prog_OTOOL"
8007 if test -n "$ac_tool_prefix"; then
8008 # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
8009 set dummy
${ac_tool_prefix}readelf
; ac_word
=$2
8010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8011 $as_echo_n "checking for $ac_word... " >&6; }
8012 if ${ac_cv_prog_READELF+:} false
; then :
8013 $as_echo_n "(cached) " >&6
8015 if test -n "$READELF"; then
8016 ac_cv_prog_READELF
="$READELF" # Let the user override the test.
8018 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8022 test -z "$as_dir" && as_dir
=.
8023 for ac_exec_ext
in '' $ac_executable_extensions; do
8024 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8025 ac_cv_prog_READELF
="${ac_tool_prefix}readelf"
8026 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8035 READELF
=$ac_cv_prog_READELF
8036 if test -n "$READELF"; then
8037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
8038 $as_echo "$READELF" >&6; }
8040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8041 $as_echo "no" >&6; }
8046 if test -z "$ac_cv_prog_READELF"; then
8047 ac_ct_READELF
=$READELF
8048 # Extract the first word of "readelf", so it can be a program name with args.
8049 set dummy readelf
; ac_word
=$2
8050 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8051 $as_echo_n "checking for $ac_word... " >&6; }
8052 if ${ac_cv_prog_ac_ct_READELF+:} false
; then :
8053 $as_echo_n "(cached) " >&6
8055 if test -n "$ac_ct_READELF"; then
8056 ac_cv_prog_ac_ct_READELF
="$ac_ct_READELF" # Let the user override the test.
8058 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8062 test -z "$as_dir" && as_dir
=.
8063 for ac_exec_ext
in '' $ac_executable_extensions; do
8064 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8065 ac_cv_prog_ac_ct_READELF
="readelf"
8066 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8075 ac_ct_READELF
=$ac_cv_prog_ac_ct_READELF
8076 if test -n "$ac_ct_READELF"; then
8077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
8078 $as_echo "$ac_ct_READELF" >&6; }
8080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8081 $as_echo "no" >&6; }
8084 if test "x$ac_ct_READELF" = x
; then
8087 case $cross_compiling:$ac_tool_warned in
8089 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8090 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8091 ac_tool_warned
=yes ;;
8093 READELF
=$ac_ct_READELF
8096 READELF
="$ac_cv_prog_READELF"
8099 wine_rules_file
=conf$
$rules.
make
8100 rm -f $wine_rules_file
8105 CONFIGURE_TARGETS
=""
8108 wine_fn_append_file
()
8110 as_fn_append
$1 " \\$as_nl $2"
8113 wine_fn_append_rule
()
8115 $as_echo "$1" >>$wine_rules_file
8118 wine_fn_config_makefile
()
8120 wine_fn_append_file SUBDIRS
$1
8121 if eval test \"x\$
"$2"\" = x
"no"; then :
8122 wine_fn_append_file DISABLED_SUBDIRS
$1
8126 wine_fn_config_symlink
()
8129 wine_fn_append_rule \
8131 @./config.status \$@"
8132 for f
in $ac_links; do wine_fn_append_file CONFIGURE_TARGETS
$f; done
8136 test "x$enable_win64" != "xyes" || wine_binary
="wine64"
8137 WINELOADER_PROGRAMS
="$wine_binary"
8139 libwine_soversion
=`expr $libwine_version : '\([0-9]*\)\..*'`
8143 if test -n "$ac_tool_prefix"; then
8144 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8145 set dummy
${ac_tool_prefix}dlltool
; ac_word
=$2
8146 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8147 $as_echo_n "checking for $ac_word... " >&6; }
8148 if ${ac_cv_prog_DLLTOOL+:} false
; then :
8149 $as_echo_n "(cached) " >&6
8151 if test -n "$DLLTOOL"; then
8152 ac_cv_prog_DLLTOOL
="$DLLTOOL" # Let the user override the test.
8154 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8158 test -z "$as_dir" && as_dir
=.
8159 for ac_exec_ext
in '' $ac_executable_extensions; do
8160 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8161 ac_cv_prog_DLLTOOL
="${ac_tool_prefix}dlltool"
8162 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8171 DLLTOOL
=$ac_cv_prog_DLLTOOL
8172 if test -n "$DLLTOOL"; then
8173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8174 $as_echo "$DLLTOOL" >&6; }
8176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8177 $as_echo "no" >&6; }
8182 if test -z "$ac_cv_prog_DLLTOOL"; then
8183 ac_ct_DLLTOOL
=$DLLTOOL
8184 # Extract the first word of "dlltool", so it can be a program name with args.
8185 set dummy dlltool
; ac_word
=$2
8186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8187 $as_echo_n "checking for $ac_word... " >&6; }
8188 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false
; then :
8189 $as_echo_n "(cached) " >&6
8191 if test -n "$ac_ct_DLLTOOL"; then
8192 ac_cv_prog_ac_ct_DLLTOOL
="$ac_ct_DLLTOOL" # Let the user override the test.
8194 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8198 test -z "$as_dir" && as_dir
=.
8199 for ac_exec_ext
in '' $ac_executable_extensions; do
8200 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8201 ac_cv_prog_ac_ct_DLLTOOL
="dlltool"
8202 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8211 ac_ct_DLLTOOL
=$ac_cv_prog_ac_ct_DLLTOOL
8212 if test -n "$ac_ct_DLLTOOL"; then
8213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
8214 $as_echo "$ac_ct_DLLTOOL" >&6; }
8216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8217 $as_echo "no" >&6; }
8220 if test "x$ac_ct_DLLTOOL" = x
; then
8223 case $cross_compiling:$ac_tool_warned in
8225 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8226 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8227 ac_tool_warned
=yes ;;
8229 DLLTOOL
=$ac_ct_DLLTOOL
8232 DLLTOOL
="$ac_cv_prog_DLLTOOL"
8238 *i
[3456]86*) LDDLLFLAGS
="-Wl,--disable-stdcall-fixup" ;;
8240 enable_iphlpapi
=${enable_iphlpapi:-no}
8241 enable_kernel32
=${enable_kernel32:-no}
8242 enable_ntdll
=${enable_ntdll:-no}
8243 enable_ws2_32
=${enable_ws2_32:-no}
8244 enable_loader
=${enable_loader:-no}
8245 enable_server
=${enable_server:-no}
8246 with_x
=${with_x:-no}
8247 with_pthread
=${with_pthread:-no}
8251 for ac_header
in libunwind.h
8253 ac_fn_c_check_header_mongrel
"$LINENO" "libunwind.h" "ac_cv_header_libunwind_h" "$ac_includes_default"
8254 if test "x$ac_cv_header_libunwind_h" = xyes
; then :
8255 cat >>confdefs.h
<<_ACEOF
8256 #define HAVE_LIBUNWIND_H 1
8264 ac_cpp
='$OBJCPP $CPPFLAGS'
8265 ac_compile
='$OBJC -c $OBJCFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8266 ac_link
='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8267 ac_compiler_gnu
=$ac_cv_objc_compiler_gnu
8270 ac_cpp
='$OBJCPP $CPPFLAGS'
8271 ac_compile
='$OBJC -c $OBJCFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8272 ac_link
='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8273 ac_compiler_gnu
=$ac_cv_objc_compiler_gnu
8274 if test -n "$ac_tool_prefix"; then
8275 for ac_prog
in gcc objcc objc cc CC
8277 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
8278 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
8279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8280 $as_echo_n "checking for $ac_word... " >&6; }
8281 if ${ac_cv_prog_OBJC+:} false
; then :
8282 $as_echo_n "(cached) " >&6
8284 if test -n "$OBJC"; then
8285 ac_cv_prog_OBJC
="$OBJC" # Let the user override the test.
8287 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8291 test -z "$as_dir" && as_dir
=.
8292 for ac_exec_ext
in '' $ac_executable_extensions; do
8293 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8294 ac_cv_prog_OBJC
="$ac_tool_prefix$ac_prog"
8295 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8304 OBJC
=$ac_cv_prog_OBJC
8305 if test -n "$OBJC"; then
8306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJC" >&5
8307 $as_echo "$OBJC" >&6; }
8309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8310 $as_echo "no" >&6; }
8314 test -n "$OBJC" && break
8317 if test -z "$OBJC"; then
8319 for ac_prog
in gcc objcc objc cc CC
8321 # Extract the first word of "$ac_prog", so it can be a program name with args.
8322 set dummy
$ac_prog; ac_word
=$2
8323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8324 $as_echo_n "checking for $ac_word... " >&6; }
8325 if ${ac_cv_prog_ac_ct_OBJC+:} false
; then :
8326 $as_echo_n "(cached) " >&6
8328 if test -n "$ac_ct_OBJC"; then
8329 ac_cv_prog_ac_ct_OBJC
="$ac_ct_OBJC" # Let the user override the test.
8331 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8335 test -z "$as_dir" && as_dir
=.
8336 for ac_exec_ext
in '' $ac_executable_extensions; do
8337 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8338 ac_cv_prog_ac_ct_OBJC
="$ac_prog"
8339 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8348 ac_ct_OBJC
=$ac_cv_prog_ac_ct_OBJC
8349 if test -n "$ac_ct_OBJC"; then
8350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJC" >&5
8351 $as_echo "$ac_ct_OBJC" >&6; }
8353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8354 $as_echo "no" >&6; }
8358 test -n "$ac_ct_OBJC" && break
8361 if test "x$ac_ct_OBJC" = x
; then
8364 case $cross_compiling:$ac_tool_warned in
8366 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8367 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8368 ac_tool_warned
=yes ;;
8374 # Provide some information about the compiler.
8375 $as_echo "$as_me:${as_lineno-$LINENO}: checking for Objective C compiler version" >&5
8378 for ac_option
in --version -v -V -qversion; do
8379 { { ac_try
="$ac_compiler $ac_option >&5"
8381 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8382 *) ac_try_echo=$ac_try;;
8384 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
8385 $as_echo "$ac_try_echo"; } >&5
8386 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
8388 if test -s conftest.err; then
8390 ... rest of stderr output deleted ...
8391 10q' conftest.err >conftest.er1
8392 cat conftest.er1 >&5
8394 rm -f conftest.er1 conftest.err
8395 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
8396 test $ac_status = 0; }
8399 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU Objective C compiler" >&5
8400 $as_echo_n "checking whether we are using the GNU Objective C compiler... " >&6; }
8401 if ${ac_cv_objc_compiler_gnu+:} false; then :
8402 $as_echo_n "(cached) " >&6
8404 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8405 /* end confdefs.h. */
8418 if ac_fn_objc_try_compile "$LINENO"; then :
8423 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8424 ac_cv_objc_compiler_gnu=$ac_compiler_gnu
8427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objc_compiler_gnu" >&5
8428 $as_echo "$ac_cv_objc_compiler_gnu" >&6; }
8429 if test $ac_compiler_gnu = yes; then
8434 ac_test_OBJCFLAGS=${OBJCFLAGS+set}
8435 ac_save_OBJCFLAGS=$OBJCFLAGS
8436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $OBJC accepts -g" >&5
8437 $as_echo_n "checking whether $OBJC accepts -g... " >&6; }
8438 if ${ac_cv_prog_objc_g+:} false; then :
8439 $as_echo_n "(cached) " >&6
8441 ac_save_objc_werror_flag=$ac_objc_werror_flag
8442 ac_objc_werror_flag=yes
8443 ac_cv_prog_objc_g=no
8445 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8446 /* end confdefs.h. */
8456 if ac_fn_objc_try_compile "$LINENO"; then :
8457 ac_cv_prog_objc_g=yes
8460 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8461 /* end confdefs.h. */
8471 if ac_fn_objc_try_compile "$LINENO"; then :
8474 ac_objc_werror_flag=$ac_save_objc_werror_flag
8476 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8477 /* end confdefs.h. */
8487 if ac_fn_objc_try_compile "$LINENO"; then :
8488 ac_cv_prog_objc_g=yes
8490 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8492 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8494 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8495 ac_objc_werror_flag=$ac_save_objc_werror_flag
8497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_objc_g" >&5
8498 $as_echo "$ac_cv_prog_objc_g" >&6; }
8499 if test "$ac_test_OBJCFLAGS" = set; then
8500 OBJCFLAGS=$ac_save_OBJCFLAGS
8501 elif test $ac_cv_prog_objc_g = yes; then
8502 if test "$GOBJC" = yes; then
8508 if test "$GOBJC" = yes; then
8515 ac_cpp='$OBJCPP $CPPFLAGS'
8516 ac_compile='$OBJC -c $OBJCFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8517 ac_link='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8518 ac_compiler_gnu=$ac_cv_objc_compiler_gnu
8522 ac_cpp='$OBJCPP $CPPFLAGS'
8523 ac_compile='$OBJC -c $OBJCFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8524 ac_link='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8525 ac_compiler_gnu=$ac_cv_objc_compiler_gnu
8526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the Objective C preprocessor" >&5
8527 $as_echo_n "checking how to run the Objective C preprocessor... " >&6; }
8528 if test -z "$OBJCPP"; then
8529 if ${ac_cv_prog_OBJCPP+:} false; then :
8530 $as_echo_n "(cached) " >&6
8532 # Double quotes because OBJCPP needs to be expanded
8533 for OBJCPP in "$OBJC -E" "/lib/cpp"
8536 for ac_objc_preproc_warn_flag in '' yes
8538 # Use a header file that comes with gcc, so configuring glibc
8539 # with a fresh cross-compiler works.
8540 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8541 # <limits.h> exists even on freestanding compilers.
8542 # On the NeXT, cc -E runs the code through the compiler's parser,
8543 # not just through cpp. "Syntax error" is here to catch this case.
8544 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8545 /* end confdefs.h. */
8547 # include <limits.h>
8549 # include <assert.h>
8553 if ac_fn_objc_try_cpp "$LINENO"; then :
8556 # Broken: fails on valid input.
8559 rm -f conftest.err conftest.i conftest.$ac_ext
8561 # OK, works on sane cases. Now check whether nonexistent headers
8562 # can be detected and how.
8563 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8564 /* end confdefs.h. */
8565 #include <ac_nonexistent.h>
8567 if ac_fn_objc_try_cpp "$LINENO"; then :
8568 # Broken: success on invalid input.
8571 # Passes both tests.
8575 rm -f conftest.err conftest.i conftest.$ac_ext
8578 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
8579 rm -f conftest.i conftest.err conftest.
$ac_ext
8580 if $ac_preproc_ok; then :
8585 ac_cv_prog_OBJCPP
=$OBJCPP
8588 OBJCPP
=$ac_cv_prog_OBJCPP
8590 ac_cv_prog_OBJCPP
=$OBJCPP
8592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCPP" >&5
8593 $as_echo "$OBJCPP" >&6; }
8595 for ac_objc_preproc_warn_flag
in '' yes
8597 # Use a header file that comes with gcc, so configuring glibc
8598 # with a fresh cross-compiler works.
8599 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8600 # <limits.h> exists even on freestanding compilers.
8601 # On the NeXT, cc -E runs the code through the compiler's parser,
8602 # not just through cpp. "Syntax error" is here to catch this case.
8603 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8604 /* end confdefs.h. */
8606 # include <limits.h>
8608 # include <assert.h>
8612 if ac_fn_objc_try_cpp
"$LINENO"; then :
8615 # Broken: fails on valid input.
8618 rm -f conftest.err conftest.i conftest.
$ac_ext
8620 # OK, works on sane cases. Now check whether nonexistent headers
8621 # can be detected and how.
8622 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8623 /* end confdefs.h. */
8624 #include <ac_nonexistent.h>
8626 if ac_fn_objc_try_cpp
"$LINENO"; then :
8627 # Broken: success on invalid input.
8630 # Passes both tests.
8634 rm -f conftest.err conftest.i conftest.
$ac_ext
8637 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
8638 rm -f conftest.i conftest.err conftest.
$ac_ext
8639 if $ac_preproc_ok; then :
8642 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
8643 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
8644 as_fn_error $?
"Objective C preprocessor \"$OBJCPP\" fails sanity check
8645 See \`config.log' for more details" "$LINENO" 5; }
8649 ac_cpp
='$OBJCPP $CPPFLAGS'
8650 ac_compile
='$OBJC -c $OBJCFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8651 ac_link
='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8652 ac_compiler_gnu
=$ac_cv_objc_compiler_gnu
8655 for ac_header
in Metal
/Metal.h
8657 ac_fn_objc_check_header_mongrel
"$LINENO" "Metal/Metal.h" "ac_cv_header_Metal_Metal_h" "$ac_includes_default"
8658 if test "x$ac_cv_header_Metal_Metal_h" = xyes
; then :
8659 cat >>confdefs.h
<<_ACEOF
8660 #define HAVE_METAL_METAL_H 1
8668 ac_cpp
='$CPP $CPPFLAGS'
8669 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8670 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8671 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
8674 DLLFLAGS
="$DLLFLAGS -fPIC"
8676 LDRPATH_INSTALL
="-Wl,-rpath,@loader_path/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8677 LDRPATH_LOCAL
="-Wl,-rpath,@loader_path/\$(top_builddir)/libs/wine"
8678 COREFOUNDATION_LIBS
="-framework CoreFoundation"
8680 IOKIT_LIBS
="-framework IOKit -framework CoreFoundation"
8682 FORCEFEEDBACK_LIBS
="-framework ForceFeedback -framework CoreFoundation"
8684 APPLICATIONSERVICES_LIBS
="-framework ApplicationServices"
8686 CORESERVICES_LIBS
="-framework CoreServices"
8688 APPKIT_LIBS
="-framework AppKit"
8691 WINELOADER_LDFLAGS
="-Wl,-pie,-pagezero_size,0x1000,-sectcreate,__TEXT,__info_plist,wine_info.plist"
8693 wine_can_build_preloader
=yes
8694 WINEPRELOADER_LDFLAGS
="-nostartfiles -nodefaultlibs -e _start -ldylib1.o -Wl,-image_base,0x7c400000,-pagezero_size,0x1000,-sectcreate,__TEXT,__info_plist,wine_info.plist"
8695 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_new_main -e _main" >&5
8696 $as_echo_n "checking whether the compiler supports -Wl,-no_new_main -e _main... " >&6; }
8697 if ${ac_cv_cflags__Wl__no_new_main__e__main+:} false
; then :
8698 $as_echo_n "(cached) " >&6
8700 ac_wine_try_cflags_saved
=$CFLAGS
8701 CFLAGS
="$CFLAGS -Wl,-no_new_main -e _main"
8702 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8703 /* end confdefs.h. */
8704 int main(int argc, char **argv) { return 0; }
8706 if ac_fn_c_try_link
"$LINENO"; then :
8707 ac_cv_cflags__Wl__no_new_main__e__main
=yes
8709 ac_cv_cflags__Wl__no_new_main__e__main
=no
8711 rm -f core conftest.err conftest.
$ac_objext \
8712 conftest
$ac_exeext conftest.
$ac_ext
8713 CFLAGS
=$ac_wine_try_cflags_saved
8715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_new_main__e__main" >&5
8716 $as_echo "$ac_cv_cflags__Wl__no_new_main__e__main" >&6; }
8717 if test "x$ac_cv_cflags__Wl__no_new_main__e__main" = xyes
; then :
8718 WINEPRELOADER_LDFLAGS
="-Wl,-no_new_main $WINEPRELOADER_LDFLAGS"
8719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_new_main -e _main -nostartfiles -nodefaultlibs" >&5
8720 $as_echo_n "checking whether the compiler supports -Wl,-no_new_main -e _main -nostartfiles -nodefaultlibs... " >&6; }
8721 if ${ac_cv_cflags__Wl__no_new_main__e__main__nostartfiles__nodefaultlibs+:} false
; then :
8722 $as_echo_n "(cached) " >&6
8724 ac_wine_try_cflags_saved
=$CFLAGS
8725 CFLAGS
="$CFLAGS -Wl,-no_new_main -e _main -nostartfiles -nodefaultlibs"
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__nostartfiles__nodefaultlibs
=yes
8733 ac_cv_cflags__Wl__no_new_main__e__main__nostartfiles__nodefaultlibs
=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__nostartfiles__nodefaultlibs" >&5
8740 $as_echo "$ac_cv_cflags__Wl__no_new_main__e__main__nostartfiles__nodefaultlibs" >&6; }
8741 if test "x$ac_cv_cflags__Wl__no_new_main__e__main__nostartfiles__nodefaultlibs" = xyes
; then :
8742 EXTRACFLAGS
="$EXTRACFLAGS -Wl,-no_new_main -e _main -nostartfiles -nodefaultlibs"
8744 { $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
8745 $as_echo_n "checking whether the compiler supports -Wl,-no_new_main -e _main -mmacosx-version-min=10.7 -nostartfiles -nodefaultlibs... " >&6; }
8746 if ${ac_cv_cflags__Wl__no_new_main__e__main__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs+:} false
; then :
8747 $as_echo_n "(cached) " >&6
8749 ac_wine_try_cflags_saved
=$CFLAGS
8750 CFLAGS
="$CFLAGS -Wl,-no_new_main -e _main -mmacosx-version-min=10.7 -nostartfiles -nodefaultlibs"
8751 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8752 /* end confdefs.h. */
8753 int main(int argc, char **argv) { return 0; }
8755 if ac_fn_c_try_link
"$LINENO"; then :
8756 ac_cv_cflags__Wl__no_new_main__e__main__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs
=yes
8758 ac_cv_cflags__Wl__no_new_main__e__main__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs
=no
8760 rm -f core conftest.err conftest.
$ac_objext \
8761 conftest
$ac_exeext conftest.
$ac_ext
8762 CFLAGS
=$ac_wine_try_cflags_saved
8764 { $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
8765 $as_echo "$ac_cv_cflags__Wl__no_new_main__e__main__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs" >&6; }
8766 if test "x$ac_cv_cflags__Wl__no_new_main__e__main__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs" = xyes
; then :
8767 WINEPRELOADER_LDFLAGS
="-mmacosx-version-min=10.7 $WINEPRELOADER_LDFLAGS"
8769 wine_can_build_preloader
=no
8773 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -nostartfiles -nodefaultlibs" >&5
8774 $as_echo_n "checking whether the compiler supports -nostartfiles -nodefaultlibs... " >&6; }
8775 if ${ac_cv_cflags__nostartfiles__nodefaultlibs+:} false
; then :
8776 $as_echo_n "(cached) " >&6
8778 ac_wine_try_cflags_saved
=$CFLAGS
8779 CFLAGS
="$CFLAGS -nostartfiles -nodefaultlibs"
8780 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8781 /* end confdefs.h. */
8782 int main(int argc, char **argv) { return 0; }
8784 if ac_fn_c_try_link
"$LINENO"; then :
8785 ac_cv_cflags__nostartfiles__nodefaultlibs
=yes
8787 ac_cv_cflags__nostartfiles__nodefaultlibs
=no
8789 rm -f core conftest.err conftest.
$ac_objext \
8790 conftest
$ac_exeext conftest.
$ac_ext
8791 CFLAGS
=$ac_wine_try_cflags_saved
8793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__nostartfiles__nodefaultlibs" >&5
8794 $as_echo "$ac_cv_cflags__nostartfiles__nodefaultlibs" >&6; }
8795 if test "x$ac_cv_cflags__nostartfiles__nodefaultlibs" = xyes
; then :
8796 EXTRACFLAGS
="$EXTRACFLAGS -nostartfiles -nodefaultlibs"
8798 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -mmacosx-version-min=10.7 -nostartfiles -nodefaultlibs" >&5
8799 $as_echo_n "checking whether the compiler supports -mmacosx-version-min=10.7 -nostartfiles -nodefaultlibs... " >&6; }
8800 if ${ac_cv_cflags__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs+:} false
; then :
8801 $as_echo_n "(cached) " >&6
8803 ac_wine_try_cflags_saved
=$CFLAGS
8804 CFLAGS
="$CFLAGS -mmacosx-version-min=10.7 -nostartfiles -nodefaultlibs"
8805 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8806 /* end confdefs.h. */
8807 int main(int argc, char **argv) { return 0; }
8809 if ac_fn_c_try_link
"$LINENO"; then :
8810 ac_cv_cflags__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs
=yes
8812 ac_cv_cflags__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs
=no
8814 rm -f core conftest.err conftest.
$ac_objext \
8815 conftest
$ac_exeext conftest.
$ac_ext
8816 CFLAGS
=$ac_wine_try_cflags_saved
8818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs" >&5
8819 $as_echo "$ac_cv_cflags__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs" >&6; }
8820 if test "x$ac_cv_cflags__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs" = xyes
; then :
8821 WINEPRELOADER_LDFLAGS
="-mmacosx-version-min=10.7 $WINEPRELOADER_LDFLAGS"
8823 wine_can_build_preloader
=no
8827 if test "$wine_can_build_preloader" = "yes"
8829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_pie" >&5
8830 $as_echo_n "checking whether the compiler supports -Wl,-no_pie... " >&6; }
8831 if ${ac_cv_cflags__Wl__no_pie+:} false
; then :
8832 $as_echo_n "(cached) " >&6
8834 ac_wine_try_cflags_saved
=$CFLAGS
8835 CFLAGS
="$CFLAGS -Wl,-no_pie"
8836 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8837 /* end confdefs.h. */
8838 int main(int argc, char **argv) { return 0; }
8840 if ac_fn_c_try_link
"$LINENO"; then :
8841 ac_cv_cflags__Wl__no_pie
=yes
8843 ac_cv_cflags__Wl__no_pie
=no
8845 rm -f core conftest.err conftest.
$ac_objext \
8846 conftest
$ac_exeext conftest.
$ac_ext
8847 CFLAGS
=$ac_wine_try_cflags_saved
8849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_pie" >&5
8850 $as_echo "$ac_cv_cflags__Wl__no_pie" >&6; }
8851 if test "x$ac_cv_cflags__Wl__no_pie" = xyes
; then :
8852 WINEPRELOADER_LDFLAGS
="-Wl,-no_pie $WINEPRELOADER_LDFLAGS"
8854 test "$wine_binary" = wine || wine_fn_append_file CONFIGURE_TARGETS
"loader/wine-preloader"
8855 WINELOADER_PROGRAMS
="$WINELOADER_PROGRAMS $wine_binary-preloader"
8857 as_fn_append wine_warnings
"|can't build Wine preloader; many programs won't work"
8860 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8862 DISKARBITRATION_LIBS
="-framework DiskArbitration -framework CoreFoundation"
8865 if test "$ac_cv_header_Security_Security_h" = "yes"
8867 SECURITY_LIBS
="-framework Security -framework CoreFoundation"
8869 ac_save_LIBS
="$LIBS"
8870 LIBS
="$LIBS $SECURITY_LIBS"
8871 for ac_func
in SSLCopyPeerCertificates
8873 ac_fn_c_check_func
"$LINENO" "SSLCopyPeerCertificates" "ac_cv_func_SSLCopyPeerCertificates"
8874 if test "x$ac_cv_func_SSLCopyPeerCertificates" = xyes
; then :
8875 cat >>confdefs.h
<<_ACEOF
8876 #define HAVE_SSLCOPYPEERCERTIFICATES 1
8882 LIBS
="$ac_save_LIBS"
8884 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8886 if test "$ac_cv_header_AudioUnit_AudioComponent_h" = "yes"
8888 COREAUDIO_LIBS
="-framework CoreFoundation -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework CoreMIDI"
8891 COREAUDIO_LIBS
="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8894 enable_winecoreaudio_drv
=${enable_winecoreaudio_drv:-yes}
8895 ac_save_LIBS
="$LIBS"
8896 LIBS
="$LIBS $COREAUDIO_LIBS"
8897 for ac_func
in AUGraphAddNode
8899 ac_fn_c_check_func
"$LINENO" "AUGraphAddNode" "ac_cv_func_AUGraphAddNode"
8900 if test "x$ac_cv_func_AUGraphAddNode" = xyes
; then :
8901 cat >>confdefs.h
<<_ACEOF
8902 #define HAVE_AUGRAPHADDNODE 1
8908 LIBS
="$ac_save_LIBS"
8910 if test "$ac_cv_header_OpenAL_al_h" = "yes"
8912 OPENAL_LIBS
="-framework OpenAL"
8915 cat >>confdefs.h
<<_ACEOF
8916 #define HAVE_OPENAL 1
8919 ac_cv_lib_openal
=yes
8921 if test "$ac_cv_header_OpenCL_opencl_h" = "yes"
8923 OPENCL_LIBS
="-framework OpenCL"
8925 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
8927 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
8929 ac_save_LIBS
="$LIBS"
8930 LIBS
="$LIBS $IOKIT_LIBS"
8931 for ac_func
in IOHIDManagerCreate
8933 ac_fn_c_check_func
"$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
8934 if test "x$ac_cv_func_IOHIDManagerCreate" = xyes
; then :
8935 cat >>confdefs.h
<<_ACEOF
8936 #define HAVE_IOHIDMANAGERCREATE 1
8942 LIBS
="$ac_save_LIBS"
8944 if test "$ac_cv_header_QuickTime_ImageCompression_h" = "yes"
8946 ac_save_LIBS
="$LIBS"
8947 LIBS
="-framework QuickTime -framework ApplicationServices -framework CoreVideo $LIBS"
8948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the QuickTime framework" >&5
8949 $as_echo_n "checking for the QuickTime framework... " >&6; }
8950 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8951 /* end confdefs.h. */
8952 #include <QuickTime/ImageCompression.h>
8956 CodecManagerVersion(NULL);
8961 if ac_fn_c_try_link
"$LINENO"; then :
8962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8963 $as_echo "yes" >&6; }
8964 QUICKTIME_LIBS
="-framework QuickTime -framework ApplicationServices -framework CoreVideo"
8966 enable_wineqtdecoder
=${enable_wineqtdecoder:-yes}
8968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8969 $as_echo "no" >&6; }
8970 ac_cv_header_QuickTime_ImageCompression_h
=no
8972 rm -f core conftest.err conftest.
$ac_objext \
8973 conftest
$ac_exeext conftest.
$ac_ext
8974 LIBS
="$ac_save_LIBS"
8976 if test "$ac_cv_header_QuickTime_ImageCompression_h" != "yes"
8978 as_fn_append wine_notices
"|QuickTime ${notice_platform}development files not found, video decoding won't be supported."
8980 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8982 CARBON_LIBS
="-framework Carbon"
8985 if test "$ac_cv_header_Metal_Metal_h" = "yes"
8987 METAL_LIBS
="-framework Metal -framework QuartzCore"
8991 if test "$ac_cv_header_ApplicationServices_ApplicationServices_h" = "yes"
8993 ac_save_LIBS
="$LIBS"
8994 LIBS
="$LIBS $APPLICATIONSERVICES_LIBS"
8995 ac_fn_c_check_func
"$LINENO" "CGDisplayModeGetWidth" "ac_cv_func_CGDisplayModeGetWidth"
8996 if test "x$ac_cv_func_CGDisplayModeGetWidth" = xyes
; then :
8997 enable_winemac_drv
=${enable_winemac_drv:-yes}
9000 LIBS
="$ac_save_LIBS"
9003 if test "x$enable_win16" = "xyes"
9005 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
9006 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
9007 if test "$cross_compiling" = yes; then :
9008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
9009 $as_echo "cross-compiling, assuming yes" >&6; }
9011 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9012 /* end confdefs.h. */
9015 "good:\tnop;nop\n\t"
9016 ".globl _testfunc\n"
9017 "_testfunc:\tcallw good");
9018 extern void testfunc();
9022 unsigned short *p = (unsigned short *)testfunc;
9023 return p[0] != 0xe866 || p[1] != 0xfffa
9028 if ac_fn_c_try_run
"$LINENO"; then :
9029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9030 $as_echo "yes" >&6; }
9032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9033 $as_echo "no" >&6; }
9034 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
9036 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
9037 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
9042 LIBWINE_SHAREDLIB
="libwine.$libwine_version.dylib"
9044 LIBWINE_LDFLAGS
="-dynamiclib -install_name @rpath/libwine.$libwine_soversion.dylib -Wl,-rpath,@loader_path/ -compatibility_version $libwine_soversion -current_version $libwine_version"
9046 WINELOADER_DEPENDS
="wine_info.plist"
9048 TOP_INSTALL_LIB
="$TOP_INSTALL_LIB libs/wine/libwine.$libwine_version.dylib libs/wine/libwine.$libwine_soversion.dylib"
9049 TOP_INSTALL_DEV
="$TOP_INSTALL_DEV libs/wine/libwine.dylib"
9053 DLLFLAGS
="$DLLFLAGS -fPIC"
9055 LDEXECFLAGS
="-Wl,-pie"
9056 enable_wineandroid_drv
=${enable_wineandroid_drv:-yes}
9057 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
9058 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
9059 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false
; then :
9060 $as_echo_n "(cached) " >&6
9062 ac_wine_try_cflags_saved
=$CFLAGS
9063 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
9064 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9065 /* end confdefs.h. */
9066 int main(int argc, char **argv) { return 0; }
9068 if ac_fn_c_try_link
"$LINENO"; then :
9069 ac_cv_cflags__fPIC__Wl___export_dynamic
=yes
9071 ac_cv_cflags__fPIC__Wl___export_dynamic
=no
9073 rm -f core conftest.err conftest.
$ac_objext \
9074 conftest
$ac_exeext conftest.
$ac_ext
9075 CFLAGS
=$ac_wine_try_cflags_saved
9077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
9078 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
9079 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes
; then :
9080 WINELOADER_LDFLAGS
="-Wl,--export-dynamic"
9082 WINEPRELOADER_LDFLAGS
="-static -nostartfiles -nodefaultlibs -Wl,-Ttext=0x7c400000"
9083 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
9084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
9085 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
9086 if eval \
${$as_ac_var+:} false
; then :
9087 $as_echo_n "(cached) " >&6
9089 ac_wine_try_cflags_saved
=$CFLAGS
9090 CFLAGS
="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
9091 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9092 /* end confdefs.h. */
9093 int main(int argc, char **argv) { return 0; }
9095 if ac_fn_c_try_link
"$LINENO"; then :
9096 eval "$as_ac_var=yes"
9098 eval "$as_ac_var=no"
9100 rm -f core conftest.err conftest.
$ac_objext \
9101 conftest
$ac_exeext conftest.
$ac_ext
9102 CFLAGS
=$ac_wine_try_cflags_saved
9104 eval ac_res
=\$
$as_ac_var
9105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
9106 $as_echo "$ac_res" >&6; }
9107 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
9108 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
9109 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
9111 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
9112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
9113 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
9114 if eval \
${$as_ac_var+:} false
; then :
9115 $as_echo_n "(cached) " >&6
9117 ac_wine_try_cflags_saved
=$CFLAGS
9118 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
9119 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9120 /* end confdefs.h. */
9121 int main(int argc, char **argv) { return 0; }
9123 if ac_fn_c_try_link
"$LINENO"; then :
9124 eval "$as_ac_var=yes"
9126 eval "$as_ac_var=no"
9128 rm -f core conftest.err conftest.
$ac_objext \
9129 conftest
$ac_exeext conftest.
$ac_ext
9130 CFLAGS
=$ac_wine_try_cflags_saved
9132 eval ac_res
=\$
$as_ac_var
9133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
9134 $as_echo "$ac_res" >&6; }
9135 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
9136 LDRPATH_INSTALL
="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
9137 LDRPATH_LOCAL
="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
9140 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
9141 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
9142 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false
; then :
9143 $as_echo_n "(cached) " >&6
9145 ac_wine_try_cflags_saved
=$CFLAGS
9146 CFLAGS
="$CFLAGS -Wl,--enable-new-dtags"
9147 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9148 /* end confdefs.h. */
9149 int main(int argc, char **argv) { return 0; }
9151 if ac_fn_c_try_link
"$LINENO"; then :
9152 ac_cv_cflags__Wl___enable_new_dtags
=yes
9154 ac_cv_cflags__Wl___enable_new_dtags
=no
9156 rm -f core conftest.err conftest.
$ac_objext \
9157 conftest
$ac_exeext conftest.
$ac_ext
9158 CFLAGS
=$ac_wine_try_cflags_saved
9160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
9161 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
9162 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes
; then :
9163 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
9166 LIBWINE_SHAREDLIB
="libwine.so"
9168 LIBWINE_LDFLAGS
="-shared -Wl,-soname,libwine.so"
9170 TOP_INSTALL_LIB
="$TOP_INSTALL_LIB libs/wine/libwine.so"
9172 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lEGL" >&5
9173 $as_echo_n "checking for -lEGL... " >&6; }
9174 if ${ac_cv_lib_soname_EGL+:} false
; then :
9175 $as_echo_n "(cached) " >&6
9177 ac_check_soname_save_LIBS
=$LIBS
9179 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9180 /* end confdefs.h. */
9182 /* Override any GCC internal prototype to avoid an error.
9183 Use char because int might match the return type of a GCC
9184 builtin and then its argument prototype would still apply. */
9188 char eglGetProcAddress ();
9192 return eglGetProcAddress ();
9197 if ac_fn_c_try_link
"$LINENO"; then :
9199 dll
) ac_cv_lib_soname_EGL
=`$ac_cv_path_LDD conftest.exe | grep "EGL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9200 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'` ;;
9201 *) ac_cv_lib_soname_EGL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libEGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libEGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9202 if ${ac_cv_lib_soname_EGL:+false} :; then :
9203 ac_cv_lib_soname_EGL
=`$LDD conftest$ac_exeext | grep "libEGL\\.$LIBEXT" | sed -e "s/^.*\(libEGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9207 ac_cv_lib_soname_EGL
=
9209 rm -f core conftest.err conftest.
$ac_objext \
9210 conftest
$ac_exeext conftest.
$ac_ext
9211 LIBS
=$ac_check_soname_save_LIBS
9213 if ${ac_cv_lib_soname_EGL:+false} :; then :
9214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9215 $as_echo "not found" >&6; }
9218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_EGL" >&5
9219 $as_echo "$ac_cv_lib_soname_EGL" >&6; }
9221 cat >>confdefs.h
<<_ACEOF
9222 #define SONAME_LIBEGL "$ac_cv_lib_soname_EGL"
9227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLESv2" >&5
9228 $as_echo_n "checking for -lGLESv2... " >&6; }
9229 if ${ac_cv_lib_soname_GLESv2+:} false
; then :
9230 $as_echo_n "(cached) " >&6
9232 ac_check_soname_save_LIBS
=$LIBS
9233 LIBS
="-lGLESv2 $LIBS"
9234 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9235 /* end confdefs.h. */
9237 /* Override any GCC internal prototype to avoid an error.
9238 Use char because int might match the return type of a GCC
9239 builtin and then its argument prototype would still apply. */
9252 if ac_fn_c_try_link
"$LINENO"; then :
9254 dll
) ac_cv_lib_soname_GLESv2
=`$ac_cv_path_LDD conftest.exe | grep "GLESv2" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9255 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'` ;;
9256 *) ac_cv_lib_soname_GLESv2
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGLESv2\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGLESv2\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9257 if ${ac_cv_lib_soname_GLESv2:+false} :; then :
9258 ac_cv_lib_soname_GLESv2
=`$LDD conftest$ac_exeext | grep "libGLESv2\\.$LIBEXT" | sed -e "s/^.*\(libGLESv2\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9262 ac_cv_lib_soname_GLESv2
=
9264 rm -f core conftest.err conftest.
$ac_objext \
9265 conftest
$ac_exeext conftest.
$ac_ext
9266 LIBS
=$ac_check_soname_save_LIBS
9268 if ${ac_cv_lib_soname_GLESv2:+false} :; then :
9269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9270 $as_echo "not found" >&6; }
9273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLESv2" >&5
9274 $as_echo "$ac_cv_lib_soname_GLESv2" >&6; }
9276 cat >>confdefs.h
<<_ACEOF
9277 #define SONAME_LIBGLESV2 "$ac_cv_lib_soname_GLESv2"
9283 if test "x$exec_prefix" = xNONE
9286 *i
[3456]86*) exec_prefix
='${prefix}/x86' ;;
9287 *x86_64
*) exec_prefix
='${prefix}/x86_64' ;;
9288 *arm
*) exec_prefix
='${prefix}/armeabi-v7a' ;;
9289 *aarch64
*) exec_prefix
='${prefix}/arm64-v8a' ;;
9297 DLLFLAGS
="$DLLFLAGS -fno-PIC"
9298 LDDLLFLAGS
="-fno-PIC" ;;
9300 DLLFLAGS
="$DLLFLAGS -fPIC"
9301 LDDLLFLAGS
="-fPIC" ;;
9303 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
9304 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
9305 if ${ac_cv_c_dll_gnuelf+:} false
; then :
9306 $as_echo_n "(cached) " >&6
9308 ac_wine_try_cflags_saved
=$CFLAGS
9309 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
9310 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9311 /* end confdefs.h. */
9314 if ac_fn_c_try_link
"$LINENO"; then :
9315 ac_cv_c_dll_gnuelf
="yes"
9317 ac_cv_c_dll_gnuelf
="no"
9319 rm -f core conftest.err conftest.
$ac_objext \
9320 conftest
$ac_exeext conftest.
$ac_ext
9321 CFLAGS
=$ac_wine_try_cflags_saved
9323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
9324 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
9325 if test "$ac_cv_c_dll_gnuelf" = "yes"
9327 LIBWINE_LDFLAGS
="-shared"
9328 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -shared -Wl,-soname,confest.so.1" >&5
9329 $as_echo_n "checking whether the compiler supports -shared -Wl,-soname,confest.so.1... " >&6; }
9330 if ${ac_cv_cflags__shared__Wl__soname_confest_so_1+:} false
; then :
9331 $as_echo_n "(cached) " >&6
9333 ac_wine_try_cflags_saved
=$CFLAGS
9334 CFLAGS
="$CFLAGS -shared -Wl,-soname,confest.so.1"
9335 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9336 /* end confdefs.h. */
9337 int main(int argc, char **argv) { return 0; }
9339 if ac_fn_c_try_link
"$LINENO"; then :
9340 ac_cv_cflags__shared__Wl__soname_confest_so_1
=yes
9342 ac_cv_cflags__shared__Wl__soname_confest_so_1
=no
9344 rm -f core conftest.err conftest.
$ac_objext \
9345 conftest
$ac_exeext conftest.
$ac_ext
9346 CFLAGS
=$ac_wine_try_cflags_saved
9348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__shared__Wl__soname_confest_so_1" >&5
9349 $as_echo "$ac_cv_cflags__shared__Wl__soname_confest_so_1" >&6; }
9350 if test "x$ac_cv_cflags__shared__Wl__soname_confest_so_1" = xyes
; then :
9351 LIBWINE_LDFLAGS
="-shared -Wl,-soname,libwine.so.$libwine_soversion"
9353 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -shared -Wl,-h,confest.so.1" >&5
9354 $as_echo_n "checking whether the compiler supports -shared -Wl,-h,confest.so.1... " >&6; }
9355 if ${ac_cv_cflags__shared__Wl__h_confest_so_1+:} false
; then :
9356 $as_echo_n "(cached) " >&6
9358 ac_wine_try_cflags_saved
=$CFLAGS
9359 CFLAGS
="$CFLAGS -shared -Wl,-h,confest.so.1"
9360 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9361 /* end confdefs.h. */
9362 int main(int argc, char **argv) { return 0; }
9364 if ac_fn_c_try_link
"$LINENO"; then :
9365 ac_cv_cflags__shared__Wl__h_confest_so_1
=yes
9367 ac_cv_cflags__shared__Wl__h_confest_so_1
=no
9369 rm -f core conftest.err conftest.
$ac_objext \
9370 conftest
$ac_exeext conftest.
$ac_ext
9371 CFLAGS
=$ac_wine_try_cflags_saved
9373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__shared__Wl__h_confest_so_1" >&5
9374 $as_echo "$ac_cv_cflags__shared__Wl__h_confest_so_1" >&6; }
9375 if test "x$ac_cv_cflags__shared__Wl__h_confest_so_1" = xyes
; then :
9376 LIBWINE_LDFLAGS
="-shared -Wl,-h,libwine.so.$libwine_soversion"
9380 echo '{ global: *; };' >conftest.map
9381 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -shared -Wl,--version-script=conftest.map" >&5
9382 $as_echo_n "checking whether the compiler supports -shared -Wl,--version-script=conftest.map... " >&6; }
9383 if ${ac_cv_cflags__shared__Wl___version_script_conftest_map+:} false
; then :
9384 $as_echo_n "(cached) " >&6
9386 ac_wine_try_cflags_saved
=$CFLAGS
9387 CFLAGS
="$CFLAGS -shared -Wl,--version-script=conftest.map"
9388 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9389 /* end confdefs.h. */
9390 int main(int argc, char **argv) { return 0; }
9392 if ac_fn_c_try_link
"$LINENO"; then :
9393 ac_cv_cflags__shared__Wl___version_script_conftest_map
=yes
9395 ac_cv_cflags__shared__Wl___version_script_conftest_map
=no
9397 rm -f core conftest.err conftest.
$ac_objext \
9398 conftest
$ac_exeext conftest.
$ac_ext
9399 CFLAGS
=$ac_wine_try_cflags_saved
9401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__shared__Wl___version_script_conftest_map" >&5
9402 $as_echo "$ac_cv_cflags__shared__Wl___version_script_conftest_map" >&6; }
9403 if test "x$ac_cv_cflags__shared__Wl___version_script_conftest_map" = xyes
; then :
9404 LIBWINE_LDFLAGS
="$LIBWINE_LDFLAGS -Wl,--version-script=\$(srcdir)/wine.map"
9408 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--export-dynamic" >&5
9409 $as_echo_n "checking whether the compiler supports -Wl,--export-dynamic... " >&6; }
9410 if ${ac_cv_cflags__Wl___export_dynamic+:} false
; then :
9411 $as_echo_n "(cached) " >&6
9413 ac_wine_try_cflags_saved
=$CFLAGS
9414 CFLAGS
="$CFLAGS -Wl,--export-dynamic"
9415 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9416 /* end confdefs.h. */
9417 int main(int argc, char **argv) { return 0; }
9419 if ac_fn_c_try_link
"$LINENO"; then :
9420 ac_cv_cflags__Wl___export_dynamic
=yes
9422 ac_cv_cflags__Wl___export_dynamic
=no
9424 rm -f core conftest.err conftest.
$ac_objext \
9425 conftest
$ac_exeext conftest.
$ac_ext
9426 CFLAGS
=$ac_wine_try_cflags_saved
9428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___export_dynamic" >&5
9429 $as_echo "$ac_cv_cflags__Wl___export_dynamic" >&6; }
9430 if test "x$ac_cv_cflags__Wl___export_dynamic" = xyes
; then :
9431 WINELOADER_LDFLAGS
="-Wl,--export-dynamic"
9433 WINEPRELOADER_LDFLAGS
="-static -nostartfiles -nodefaultlibs -Wl,-Ttext=0x7c400000"
9435 as_ac_var
=`$as_echo "ac_cv_cflags_-Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
9436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--rpath,\$ORIGIN/../lib" >&5
9437 $as_echo_n "checking whether the compiler supports -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
9438 if eval \
${$as_ac_var+:} false
; then :
9439 $as_echo_n "(cached) " >&6
9441 ac_wine_try_cflags_saved
=$CFLAGS
9442 CFLAGS
="$CFLAGS -Wl,--rpath,\$ORIGIN/../lib"
9443 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9444 /* end confdefs.h. */
9445 int main(int argc, char **argv) { return 0; }
9447 if ac_fn_c_try_link
"$LINENO"; then :
9448 eval "$as_ac_var=yes"
9450 eval "$as_ac_var=no"
9452 rm -f core conftest.err conftest.
$ac_objext \
9453 conftest
$ac_exeext conftest.
$ac_ext
9454 CFLAGS
=$ac_wine_try_cflags_saved
9456 eval ac_res
=\$
$as_ac_var
9457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
9458 $as_echo "$ac_res" >&6; }
9459 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
9460 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
9461 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
9463 as_ac_var
=`$as_echo "ac_cv_cflags_-Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
9464 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-R,\$ORIGIN/../lib" >&5
9465 $as_echo_n "checking whether the compiler supports -Wl,-R,\$ORIGIN/../lib... " >&6; }
9466 if eval \
${$as_ac_var+:} false
; then :
9467 $as_echo_n "(cached) " >&6
9469 ac_wine_try_cflags_saved
=$CFLAGS
9470 CFLAGS
="$CFLAGS -Wl,-R,\$ORIGIN/../lib"
9471 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9472 /* end confdefs.h. */
9473 int main(int argc, char **argv) { return 0; }
9475 if ac_fn_c_try_link
"$LINENO"; then :
9476 eval "$as_ac_var=yes"
9478 eval "$as_ac_var=no"
9480 rm -f core conftest.err conftest.
$ac_objext \
9481 conftest
$ac_exeext conftest.
$ac_ext
9482 CFLAGS
=$ac_wine_try_cflags_saved
9484 eval ac_res
=\$
$as_ac_var
9485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
9486 $as_echo "$ac_res" >&6; }
9487 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
9488 LDRPATH_INSTALL
="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
9489 LDRPATH_LOCAL
="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
9493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
9494 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
9495 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false
; then :
9496 $as_echo_n "(cached) " >&6
9498 ac_wine_try_cflags_saved
=$CFLAGS
9499 CFLAGS
="$CFLAGS -Wl,--enable-new-dtags"
9500 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9501 /* end confdefs.h. */
9502 int main(int argc, char **argv) { return 0; }
9504 if ac_fn_c_try_link
"$LINENO"; then :
9505 ac_cv_cflags__Wl___enable_new_dtags
=yes
9507 ac_cv_cflags__Wl___enable_new_dtags
=no
9509 rm -f core conftest.err conftest.
$ac_objext \
9510 conftest
$ac_exeext conftest.
$ac_ext
9511 CFLAGS
=$ac_wine_try_cflags_saved
9513 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
9514 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
9515 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes
; then :
9516 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
9520 *i
[3456789]86* | x86_64 |
*aarch64
*)
9521 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000" >&5
9522 $as_echo_n "checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000... " >&6; }
9523 if ${ac_cv_cflags__Wl__Ttext_segment_0x7bc00000+:} false
; then :
9524 $as_echo_n "(cached) " >&6
9526 ac_wine_try_cflags_saved
=$CFLAGS
9527 CFLAGS
="$CFLAGS -Wl,-Ttext-segment=0x7bc00000"
9528 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9529 /* end confdefs.h. */
9530 int main(int argc, char **argv) { return 0; }
9532 if ac_fn_c_try_link
"$LINENO"; then :
9533 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000
=yes
9535 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000
=no
9537 rm -f core conftest.err conftest.
$ac_objext \
9538 conftest
$ac_exeext conftest.
$ac_ext
9539 CFLAGS
=$ac_wine_try_cflags_saved
9541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&5
9542 $as_echo "$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&6; }
9543 if test "x$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" = xyes
; then :
9545 freebsd
* | kfreebsd
*-gnu) WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,-Ttext-segment=0x60000000" ;;
9546 *) WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,-Ttext-segment=0x7c000000" ;;
9549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7c000400" >&5
9550 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7c000400... " >&6; }
9551 if ${ac_cv_cflags__Wl___section_start__interp_0x7c000400+:} false
; then :
9552 $as_echo_n "(cached) " >&6
9554 ac_wine_try_cflags_saved
=$CFLAGS
9555 CFLAGS
="$CFLAGS -Wl,--section-start,.interp=0x7c000400"
9556 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9557 /* end confdefs.h. */
9558 int main(int argc, char **argv) { return 0; }
9560 if ac_fn_c_try_link
"$LINENO"; then :
9561 ac_cv_cflags__Wl___section_start__interp_0x7c000400
=yes
9563 ac_cv_cflags__Wl___section_start__interp_0x7c000400
=no
9565 rm -f core conftest.err conftest.
$ac_objext \
9566 conftest
$ac_exeext conftest.
$ac_ext
9567 CFLAGS
=$ac_wine_try_cflags_saved
9569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7c000400" >&5
9570 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7c000400" >&6; }
9571 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7c000400" = xyes
; then :
9573 freebsd
* | kfreebsd
*-gnu) WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,--section-start,.interp=0x60000400" ;;
9574 *) WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,--section-start,.interp=0x7c000400" ;;
9577 # Extract the first word of "prelink", so it can be a program name with args.
9578 set dummy prelink
; ac_word
=$2
9579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9580 $as_echo_n "checking for $ac_word... " >&6; }
9581 if ${ac_cv_path_PRELINK+:} false
; then :
9582 $as_echo_n "(cached) " >&6
9586 ac_cv_path_PRELINK
="$PRELINK" # Let the user override the test with a path.
9589 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9590 for as_dir
in /sbin
/usr
/sbin
$PATH
9593 test -z "$as_dir" && as_dir
=.
9594 for ac_exec_ext
in '' $ac_executable_extensions; do
9595 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
9596 ac_cv_path_PRELINK
="$as_dir/$ac_word$ac_exec_ext"
9597 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9604 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK
="false"
9608 PRELINK
=$ac_cv_path_PRELINK
9609 if test -n "$PRELINK"; then
9610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
9611 $as_echo "$PRELINK" >&6; }
9613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9614 $as_echo "no" >&6; }
9618 if test "x$PRELINK" = xfalse
9620 as_fn_append wine_warnings
"|prelink not found and linker does not support relocation, base address of core dlls won't be set correctly."
9623 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-z,max-page-size=0x1000" >&5
9624 $as_echo_n "checking whether the compiler supports -Wl,-z,max-page-size=0x1000... " >&6; }
9625 if ${ac_cv_cflags__Wl__z_max_page_size_0x1000+:} false
; then :
9626 $as_echo_n "(cached) " >&6
9628 ac_wine_try_cflags_saved
=$CFLAGS
9629 CFLAGS
="$CFLAGS -Wl,-z,max-page-size=0x1000"
9630 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9631 /* end confdefs.h. */
9632 int main(int argc, char **argv) { return 0; }
9634 if ac_fn_c_try_link
"$LINENO"; then :
9635 ac_cv_cflags__Wl__z_max_page_size_0x1000
=yes
9637 ac_cv_cflags__Wl__z_max_page_size_0x1000
=no
9639 rm -f core conftest.err conftest.
$ac_objext \
9640 conftest
$ac_exeext conftest.
$ac_ext
9641 CFLAGS
=$ac_wine_try_cflags_saved
9643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__z_max_page_size_0x1000" >&5
9644 $as_echo "$ac_cv_cflags__Wl__z_max_page_size_0x1000" >&6; }
9645 if test "x$ac_cv_cflags__Wl__z_max_page_size_0x1000" = xyes
; then :
9646 WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,-z,max-page-size=0x1000"
9652 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
9653 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
9654 if ${ac_cv_c_dll_unixware+:} false
; then :
9655 $as_echo_n "(cached) " >&6
9657 ac_wine_try_cflags_saved
=$CFLAGS
9658 CFLAGS
="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9659 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9660 /* end confdefs.h. */
9663 if ac_fn_c_try_link
"$LINENO"; then :
9664 ac_cv_c_dll_unixware
="yes"
9666 ac_cv_c_dll_unixware
="no"
9668 rm -f core conftest.err conftest.
$ac_objext \
9669 conftest
$ac_exeext conftest.
$ac_ext
9670 CFLAGS
=$ac_wine_try_cflags_saved
9672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
9673 $as_echo "$ac_cv_c_dll_unixware" >&6; }
9674 if test "$ac_cv_c_dll_unixware" = "yes"
9676 LIBWINE_LDFLAGS
="-Wl,-G,-h,libwine.so.$libwine_soversion"
9679 LIBWINE_SHAREDLIB
="libwine.so.$libwine_version"
9681 LIBWINE_DEPENDS
="wine.map"
9683 TOP_INSTALL_LIB
="$TOP_INSTALL_LIB libs/wine/libwine.so.$libwine_version libs/wine/libwine.so.$libwine_soversion"
9684 TOP_INSTALL_DEV
="$TOP_INSTALL_DEV libs/wine/libwine.so"
9688 enable_winecoreaudio_drv
=${enable_winecoreaudio_drv:-no}
9689 enable_wineqtdecoder
=${enable_wineqtdecoder:-no}
9690 enable_wineandroid_drv
=${enable_wineandroid_drv:-no}
9691 enable_winemac_drv
=${enable_winemac_drv:-no}
9692 test "$ac_cv_header_linux_joystick_h" = "yes" -o "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes" || enable_winejoystick_drv
=${enable_winejoystick_drv:-no}
9696 if test "x$with_mingw" != xno
9698 case "x$with_mingw" in
9699 x|xyes
) case "$host_cpu" in
9701 ac_prefix_list
="aarch64-w64-mingw32-clang aarch64-w64-mingw32-gcc" ;;
9703 ac_prefix_list
="armv7-w64-mingw32-clang armv7-w64-mingw32-gcc" ;;
9705 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
9706 i686-w64-mingw32-clang i586-w64-mingw32-clang i486-w64-mingw32-clang i386-w64-mingw32-clang
9709 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
9710 x86_64-w64-mingw32-clang amd64-w64-mingw32-clang " ;;
9712 ac_prefix_list
="" ;;
9714 for ac_prog
in $ac_prefix_list
9716 # Extract the first word of "$ac_prog", so it can be a program name with args.
9717 set dummy
$ac_prog; ac_word
=$2
9718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9719 $as_echo_n "checking for $ac_word... " >&6; }
9720 if ${ac_cv_prog_CROSSCC+:} false
; then :
9721 $as_echo_n "(cached) " >&6
9723 if test -n "$CROSSCC"; then
9724 ac_cv_prog_CROSSCC
="$CROSSCC" # Let the user override the test.
9726 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9730 test -z "$as_dir" && as_dir
=.
9731 for ac_exec_ext
in '' $ac_executable_extensions; do
9732 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
9733 ac_cv_prog_CROSSCC
="$ac_prog"
9734 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9743 CROSSCC
=$ac_cv_prog_CROSSCC
9744 if test -n "$CROSSCC"; then
9745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
9746 $as_echo "$CROSSCC" >&6; }
9748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9749 $as_echo "no" >&6; }
9753 test -n "$CROSSCC" && break
9755 test -n "$CROSSCC" || CROSSCC
="false"
9757 *) CROSSCC
=$with_mingw ;;
9759 if test "$CROSSCC" != "false"
9762 saved_CFLAGS
=$CFLAGS
9763 CROSSCFLAGS
=${CROSSCFLAGS:-"-g -O2"}
9765 EXTRACROSSCFLAGS
="-DWINE_CROSS_PE -Wall"
9770 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CROSSCC works" >&5
9771 $as_echo_n "checking whether $CROSSCC works... " >&6; }
9772 if ${wine_cv_crosscc+:} false
; then :
9773 $as_echo_n "(cached) " >&6
9775 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9776 /* end confdefs.h. */
9786 if ac_fn_c_try_compile
"$LINENO"; then :
9791 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
9793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_crosscc" >&5
9794 $as_echo "$wine_cv_crosscc" >&6; }
9795 if test $wine_cv_crosscc = yes
9802 *-gcc) CROSSTARGET
=`expr "$1" : '\(.*\)-gcc'` ;;
9803 *-clang) CROSSTARGET
=`expr "$1" : '\(.*\)-clang'` ;;
9808 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -fno-strict-aliasing" >&5
9809 $as_echo_n "checking whether the cross-compiler supports -fno-strict-aliasing... " >&6; }
9810 if ${ac_cv_crosscflags__fno_strict_aliasing+:} false
; then :
9811 $as_echo_n "(cached) " >&6
9813 ac_wine_try_cflags_saved
=$CFLAGS
9814 ac_wine_try_cflags_saved_cc
=$CC
9815 ac_wine_try_cflags_saved_exeext
=$ac_exeext
9816 CFLAGS
="$CFLAGS -fno-strict-aliasing"
9819 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9820 /* end confdefs.h. */
9821 int main(int argc, char **argv) { return 0; }
9823 if ac_fn_c_try_link
"$LINENO"; then :
9824 ac_cv_crosscflags__fno_strict_aliasing
=yes
9826 ac_cv_crosscflags__fno_strict_aliasing
=no
9828 rm -f core conftest.err conftest.
$ac_objext \
9829 conftest
$ac_exeext conftest.
$ac_ext
9830 CFLAGS
=$ac_wine_try_cflags_saved
9831 CC
=$ac_wine_try_cflags_saved_cc
9832 ac_exeext
=$ac_wine_try_cflags_saved_exeext
9834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__fno_strict_aliasing" >&5
9835 $as_echo "$ac_cv_crosscflags__fno_strict_aliasing" >&6; }
9836 if test "x$ac_cv_crosscflags__fno_strict_aliasing" = xyes
; then :
9837 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -fno-strict-aliasing"
9839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Werror=unknown-warning-option" >&5
9840 $as_echo_n "checking whether the cross-compiler supports -Werror=unknown-warning-option... " >&6; }
9841 if ${ac_cv_crosscflags__Werror_unknown_warning_option+:} false
; then :
9842 $as_echo_n "(cached) " >&6
9844 ac_wine_try_cflags_saved
=$CFLAGS
9845 ac_wine_try_cflags_saved_cc
=$CC
9846 ac_wine_try_cflags_saved_exeext
=$ac_exeext
9847 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
9850 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9851 /* end confdefs.h. */
9852 int main(int argc, char **argv) { return 0; }
9854 if ac_fn_c_try_link
"$LINENO"; then :
9855 ac_cv_crosscflags__Werror_unknown_warning_option
=yes
9857 ac_cv_crosscflags__Werror_unknown_warning_option
=no
9859 rm -f core conftest.err conftest.
$ac_objext \
9860 conftest
$ac_exeext conftest.
$ac_ext
9861 CFLAGS
=$ac_wine_try_cflags_saved
9862 CC
=$ac_wine_try_cflags_saved_cc
9863 ac_exeext
=$ac_wine_try_cflags_saved_exeext
9865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Werror_unknown_warning_option" >&5
9866 $as_echo "$ac_cv_crosscflags__Werror_unknown_warning_option" >&6; }
9867 if test "x$ac_cv_crosscflags__Werror_unknown_warning_option" = xyes
; then :
9868 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
9870 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wdeclaration-after-statement" >&5
9871 $as_echo_n "checking whether the cross-compiler supports -Wdeclaration-after-statement... " >&6; }
9872 if ${ac_cv_crosscflags__Wdeclaration_after_statement+:} false
; then :
9873 $as_echo_n "(cached) " >&6
9875 ac_wine_try_cflags_saved
=$CFLAGS
9876 ac_wine_try_cflags_saved_cc
=$CC
9877 ac_wine_try_cflags_saved_exeext
=$ac_exeext
9878 CFLAGS
="$CFLAGS -Wdeclaration-after-statement"
9881 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9882 /* end confdefs.h. */
9883 int main(int argc, char **argv) { return 0; }
9885 if ac_fn_c_try_link
"$LINENO"; then :
9886 ac_cv_crosscflags__Wdeclaration_after_statement
=yes
9888 ac_cv_crosscflags__Wdeclaration_after_statement
=no
9890 rm -f core conftest.err conftest.
$ac_objext \
9891 conftest
$ac_exeext conftest.
$ac_ext
9892 CFLAGS
=$ac_wine_try_cflags_saved
9893 CC
=$ac_wine_try_cflags_saved_cc
9894 ac_exeext
=$ac_wine_try_cflags_saved_exeext
9896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wdeclaration_after_statement" >&5
9897 $as_echo "$ac_cv_crosscflags__Wdeclaration_after_statement" >&6; }
9898 if test "x$ac_cv_crosscflags__Wdeclaration_after_statement" = xyes
; then :
9899 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wdeclaration-after-statement"
9901 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wempty-body" >&5
9902 $as_echo_n "checking whether the cross-compiler supports -Wempty-body... " >&6; }
9903 if ${ac_cv_crosscflags__Wempty_body+:} false
; then :
9904 $as_echo_n "(cached) " >&6
9906 ac_wine_try_cflags_saved
=$CFLAGS
9907 ac_wine_try_cflags_saved_cc
=$CC
9908 ac_wine_try_cflags_saved_exeext
=$ac_exeext
9909 CFLAGS
="$CFLAGS -Wempty-body"
9912 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9913 /* end confdefs.h. */
9914 int main(int argc, char **argv) { return 0; }
9916 if ac_fn_c_try_link
"$LINENO"; then :
9917 ac_cv_crosscflags__Wempty_body
=yes
9919 ac_cv_crosscflags__Wempty_body
=no
9921 rm -f core conftest.err conftest.
$ac_objext \
9922 conftest
$ac_exeext conftest.
$ac_ext
9923 CFLAGS
=$ac_wine_try_cflags_saved
9924 CC
=$ac_wine_try_cflags_saved_cc
9925 ac_exeext
=$ac_wine_try_cflags_saved_exeext
9927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wempty_body" >&5
9928 $as_echo "$ac_cv_crosscflags__Wempty_body" >&6; }
9929 if test "x$ac_cv_crosscflags__Wempty_body" = xyes
; then :
9930 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wempty-body"
9932 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wignored-qualifiers" >&5
9933 $as_echo_n "checking whether the cross-compiler supports -Wignored-qualifiers... " >&6; }
9934 if ${ac_cv_crosscflags__Wignored_qualifiers+:} false
; then :
9935 $as_echo_n "(cached) " >&6
9937 ac_wine_try_cflags_saved
=$CFLAGS
9938 ac_wine_try_cflags_saved_cc
=$CC
9939 ac_wine_try_cflags_saved_exeext
=$ac_exeext
9940 CFLAGS
="$CFLAGS -Wignored-qualifiers"
9943 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9944 /* end confdefs.h. */
9945 int main(int argc, char **argv) { return 0; }
9947 if ac_fn_c_try_link
"$LINENO"; then :
9948 ac_cv_crosscflags__Wignored_qualifiers
=yes
9950 ac_cv_crosscflags__Wignored_qualifiers
=no
9952 rm -f core conftest.err conftest.
$ac_objext \
9953 conftest
$ac_exeext conftest.
$ac_ext
9954 CFLAGS
=$ac_wine_try_cflags_saved
9955 CC
=$ac_wine_try_cflags_saved_cc
9956 ac_exeext
=$ac_wine_try_cflags_saved_exeext
9958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wignored_qualifiers" >&5
9959 $as_echo "$ac_cv_crosscflags__Wignored_qualifiers" >&6; }
9960 if test "x$ac_cv_crosscflags__Wignored_qualifiers" = xyes
; then :
9961 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wignored-qualifiers"
9963 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wpacked-not-aligned" >&5
9964 $as_echo_n "checking whether the cross-compiler supports -Wpacked-not-aligned... " >&6; }
9965 if ${ac_cv_crosscflags__Wpacked_not_aligned+:} false
; then :
9966 $as_echo_n "(cached) " >&6
9968 ac_wine_try_cflags_saved
=$CFLAGS
9969 ac_wine_try_cflags_saved_cc
=$CC
9970 ac_wine_try_cflags_saved_exeext
=$ac_exeext
9971 CFLAGS
="$CFLAGS -Wpacked-not-aligned"
9974 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9975 /* end confdefs.h. */
9976 int main(int argc, char **argv) { return 0; }
9978 if ac_fn_c_try_link
"$LINENO"; then :
9979 ac_cv_crosscflags__Wpacked_not_aligned
=yes
9981 ac_cv_crosscflags__Wpacked_not_aligned
=no
9983 rm -f core conftest.err conftest.
$ac_objext \
9984 conftest
$ac_exeext conftest.
$ac_ext
9985 CFLAGS
=$ac_wine_try_cflags_saved
9986 CC
=$ac_wine_try_cflags_saved_cc
9987 ac_exeext
=$ac_wine_try_cflags_saved_exeext
9989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wpacked_not_aligned" >&5
9990 $as_echo "$ac_cv_crosscflags__Wpacked_not_aligned" >&6; }
9991 if test "x$ac_cv_crosscflags__Wpacked_not_aligned" = xyes
; then :
9992 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wno-packed-not-aligned"
9994 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wpragma-pack" >&5
9995 $as_echo_n "checking whether the cross-compiler supports -Wpragma-pack... " >&6; }
9996 if ${ac_cv_crosscflags__Wpragma_pack+:} false
; then :
9997 $as_echo_n "(cached) " >&6
9999 ac_wine_try_cflags_saved
=$CFLAGS
10000 ac_wine_try_cflags_saved_cc
=$CC
10001 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10002 CFLAGS
="$CFLAGS -Wpragma-pack"
10005 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10006 /* end confdefs.h. */
10007 int main(int argc, char **argv) { return 0; }
10009 if ac_fn_c_try_link
"$LINENO"; then :
10010 ac_cv_crosscflags__Wpragma_pack
=yes
10012 ac_cv_crosscflags__Wpragma_pack
=no
10014 rm -f core conftest.err conftest.
$ac_objext \
10015 conftest
$ac_exeext conftest.
$ac_ext
10016 CFLAGS
=$ac_wine_try_cflags_saved
10017 CC
=$ac_wine_try_cflags_saved_cc
10018 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wpragma_pack" >&5
10021 $as_echo "$ac_cv_crosscflags__Wpragma_pack" >&6; }
10022 if test "x$ac_cv_crosscflags__Wpragma_pack" = xyes
; then :
10023 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wno-pragma-pack"
10025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wshift-overflow=2" >&5
10026 $as_echo_n "checking whether the cross-compiler supports -Wshift-overflow=2... " >&6; }
10027 if ${ac_cv_crosscflags__Wshift_overflow_2+:} false
; then :
10028 $as_echo_n "(cached) " >&6
10030 ac_wine_try_cflags_saved
=$CFLAGS
10031 ac_wine_try_cflags_saved_cc
=$CC
10032 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10033 CFLAGS
="$CFLAGS -Wshift-overflow=2"
10036 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10037 /* end confdefs.h. */
10038 int main(int argc, char **argv) { return 0; }
10040 if ac_fn_c_try_link
"$LINENO"; then :
10041 ac_cv_crosscflags__Wshift_overflow_2
=yes
10043 ac_cv_crosscflags__Wshift_overflow_2
=no
10045 rm -f core conftest.err conftest.
$ac_objext \
10046 conftest
$ac_exeext conftest.
$ac_ext
10047 CFLAGS
=$ac_wine_try_cflags_saved
10048 CC
=$ac_wine_try_cflags_saved_cc
10049 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wshift_overflow_2" >&5
10052 $as_echo "$ac_cv_crosscflags__Wshift_overflow_2" >&6; }
10053 if test "x$ac_cv_crosscflags__Wshift_overflow_2" = xyes
; then :
10054 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wshift-overflow=2"
10056 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wstrict-prototypes" >&5
10057 $as_echo_n "checking whether the cross-compiler supports -Wstrict-prototypes... " >&6; }
10058 if ${ac_cv_crosscflags__Wstrict_prototypes+:} false
; then :
10059 $as_echo_n "(cached) " >&6
10061 ac_wine_try_cflags_saved
=$CFLAGS
10062 ac_wine_try_cflags_saved_cc
=$CC
10063 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10064 CFLAGS
="$CFLAGS -Wstrict-prototypes"
10067 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10068 /* end confdefs.h. */
10069 int main(int argc, char **argv) { return 0; }
10071 if ac_fn_c_try_link
"$LINENO"; then :
10072 ac_cv_crosscflags__Wstrict_prototypes
=yes
10074 ac_cv_crosscflags__Wstrict_prototypes
=no
10076 rm -f core conftest.err conftest.
$ac_objext \
10077 conftest
$ac_exeext conftest.
$ac_ext
10078 CFLAGS
=$ac_wine_try_cflags_saved
10079 CC
=$ac_wine_try_cflags_saved_cc
10080 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wstrict_prototypes" >&5
10083 $as_echo "$ac_cv_crosscflags__Wstrict_prototypes" >&6; }
10084 if test "x$ac_cv_crosscflags__Wstrict_prototypes" = xyes
; then :
10085 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wstrict-prototypes"
10087 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wtype-limits" >&5
10088 $as_echo_n "checking whether the cross-compiler supports -Wtype-limits... " >&6; }
10089 if ${ac_cv_crosscflags__Wtype_limits+:} false
; then :
10090 $as_echo_n "(cached) " >&6
10092 ac_wine_try_cflags_saved
=$CFLAGS
10093 ac_wine_try_cflags_saved_cc
=$CC
10094 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10095 CFLAGS
="$CFLAGS -Wtype-limits"
10098 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10099 /* end confdefs.h. */
10100 int main(int argc, char **argv) { return 0; }
10102 if ac_fn_c_try_link
"$LINENO"; then :
10103 ac_cv_crosscflags__Wtype_limits
=yes
10105 ac_cv_crosscflags__Wtype_limits
=no
10107 rm -f core conftest.err conftest.
$ac_objext \
10108 conftest
$ac_exeext conftest.
$ac_ext
10109 CFLAGS
=$ac_wine_try_cflags_saved
10110 CC
=$ac_wine_try_cflags_saved_cc
10111 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wtype_limits" >&5
10114 $as_echo "$ac_cv_crosscflags__Wtype_limits" >&6; }
10115 if test "x$ac_cv_crosscflags__Wtype_limits" = xyes
; then :
10116 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wtype-limits"
10118 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wunused-but-set-parameter" >&5
10119 $as_echo_n "checking whether the cross-compiler supports -Wunused-but-set-parameter... " >&6; }
10120 if ${ac_cv_crosscflags__Wunused_but_set_parameter+:} false
; then :
10121 $as_echo_n "(cached) " >&6
10123 ac_wine_try_cflags_saved
=$CFLAGS
10124 ac_wine_try_cflags_saved_cc
=$CC
10125 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10126 CFLAGS
="$CFLAGS -Wunused-but-set-parameter"
10129 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10130 /* end confdefs.h. */
10131 int main(int argc, char **argv) { return 0; }
10133 if ac_fn_c_try_link
"$LINENO"; then :
10134 ac_cv_crosscflags__Wunused_but_set_parameter
=yes
10136 ac_cv_crosscflags__Wunused_but_set_parameter
=no
10138 rm -f core conftest.err conftest.
$ac_objext \
10139 conftest
$ac_exeext conftest.
$ac_ext
10140 CFLAGS
=$ac_wine_try_cflags_saved
10141 CC
=$ac_wine_try_cflags_saved_cc
10142 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wunused_but_set_parameter" >&5
10145 $as_echo "$ac_cv_crosscflags__Wunused_but_set_parameter" >&6; }
10146 if test "x$ac_cv_crosscflags__Wunused_but_set_parameter" = xyes
; then :
10147 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wunused-but-set-parameter"
10149 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wvla" >&5
10150 $as_echo_n "checking whether the cross-compiler supports -Wvla... " >&6; }
10151 if ${ac_cv_crosscflags__Wvla+:} false
; then :
10152 $as_echo_n "(cached) " >&6
10154 ac_wine_try_cflags_saved
=$CFLAGS
10155 ac_wine_try_cflags_saved_cc
=$CC
10156 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10157 CFLAGS
="$CFLAGS -Wvla"
10160 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10161 /* end confdefs.h. */
10162 int main(int argc, char **argv) { return 0; }
10164 if ac_fn_c_try_link
"$LINENO"; then :
10165 ac_cv_crosscflags__Wvla
=yes
10167 ac_cv_crosscflags__Wvla
=no
10169 rm -f core conftest.err conftest.
$ac_objext \
10170 conftest
$ac_exeext conftest.
$ac_ext
10171 CFLAGS
=$ac_wine_try_cflags_saved
10172 CC
=$ac_wine_try_cflags_saved_cc
10173 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wvla" >&5
10176 $as_echo "$ac_cv_crosscflags__Wvla" >&6; }
10177 if test "x$ac_cv_crosscflags__Wvla" = xyes
; then :
10178 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wvla"
10180 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wwrite-strings" >&5
10181 $as_echo_n "checking whether the cross-compiler supports -Wwrite-strings... " >&6; }
10182 if ${ac_cv_crosscflags__Wwrite_strings+:} false
; then :
10183 $as_echo_n "(cached) " >&6
10185 ac_wine_try_cflags_saved
=$CFLAGS
10186 ac_wine_try_cflags_saved_cc
=$CC
10187 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10188 CFLAGS
="$CFLAGS -Wwrite-strings"
10191 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10192 /* end confdefs.h. */
10193 int main(int argc, char **argv) { return 0; }
10195 if ac_fn_c_try_link
"$LINENO"; then :
10196 ac_cv_crosscflags__Wwrite_strings
=yes
10198 ac_cv_crosscflags__Wwrite_strings
=no
10200 rm -f core conftest.err conftest.
$ac_objext \
10201 conftest
$ac_exeext conftest.
$ac_ext
10202 CFLAGS
=$ac_wine_try_cflags_saved
10203 CC
=$ac_wine_try_cflags_saved_cc
10204 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wwrite_strings" >&5
10207 $as_echo "$ac_cv_crosscflags__Wwrite_strings" >&6; }
10208 if test "x$ac_cv_crosscflags__Wwrite_strings" = xyes
; then :
10209 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wwrite-strings"
10211 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wpointer-arith" >&5
10212 $as_echo_n "checking whether the cross-compiler supports -Wpointer-arith... " >&6; }
10213 if ${ac_cv_crosscflags__Wpointer_arith+:} false
; then :
10214 $as_echo_n "(cached) " >&6
10216 ac_wine_try_cflags_saved
=$CFLAGS
10217 ac_wine_try_cflags_saved_cc
=$CC
10218 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10219 CFLAGS
="$CFLAGS -Wpointer-arith"
10222 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10223 /* end confdefs.h. */
10224 int main(int argc, char **argv) { return 0; }
10226 if ac_fn_c_try_link
"$LINENO"; then :
10227 ac_cv_crosscflags__Wpointer_arith
=yes
10229 ac_cv_crosscflags__Wpointer_arith
=no
10231 rm -f core conftest.err conftest.
$ac_objext \
10232 conftest
$ac_exeext conftest.
$ac_ext
10233 CFLAGS
=$ac_wine_try_cflags_saved
10234 CC
=$ac_wine_try_cflags_saved_cc
10235 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wpointer_arith" >&5
10238 $as_echo "$ac_cv_crosscflags__Wpointer_arith" >&6; }
10239 if test "x$ac_cv_crosscflags__Wpointer_arith" = xyes
; then :
10240 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wpointer-arith"
10242 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wlogical-op" >&5
10243 $as_echo_n "checking whether the cross-compiler supports -Wlogical-op... " >&6; }
10244 if ${ac_cv_crosscflags__Wlogical_op+:} false
; then :
10245 $as_echo_n "(cached) " >&6
10247 ac_wine_try_cflags_saved
=$CFLAGS
10248 ac_wine_try_cflags_saved_cc
=$CC
10249 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10250 CFLAGS
="$CFLAGS -Wlogical-op"
10253 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10254 /* end confdefs.h. */
10255 int main(int argc, char **argv) { return 0; }
10257 if ac_fn_c_try_link
"$LINENO"; then :
10258 ac_cv_crosscflags__Wlogical_op
=yes
10260 ac_cv_crosscflags__Wlogical_op
=no
10262 rm -f core conftest.err conftest.
$ac_objext \
10263 conftest
$ac_exeext conftest.
$ac_ext
10264 CFLAGS
=$ac_wine_try_cflags_saved
10265 CC
=$ac_wine_try_cflags_saved_cc
10266 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wlogical_op" >&5
10269 $as_echo "$ac_cv_crosscflags__Wlogical_op" >&6; }
10270 if test "x$ac_cv_crosscflags__Wlogical_op" = xyes
; then :
10271 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wlogical-op"
10275 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -fno-omit-frame-pointer" >&5
10276 $as_echo_n "checking whether the cross-compiler supports -fno-omit-frame-pointer... " >&6; }
10277 if ${ac_cv_crosscflags__fno_omit_frame_pointer+:} false
; then :
10278 $as_echo_n "(cached) " >&6
10280 ac_wine_try_cflags_saved
=$CFLAGS
10281 ac_wine_try_cflags_saved_cc
=$CC
10282 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10283 CFLAGS
="$CFLAGS -fno-omit-frame-pointer"
10286 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10287 /* end confdefs.h. */
10288 int main(int argc, char **argv) { return 0; }
10290 if ac_fn_c_try_link
"$LINENO"; then :
10291 ac_cv_crosscflags__fno_omit_frame_pointer
=yes
10293 ac_cv_crosscflags__fno_omit_frame_pointer
=no
10295 rm -f core conftest.err conftest.
$ac_objext \
10296 conftest
$ac_exeext conftest.
$ac_ext
10297 CFLAGS
=$ac_wine_try_cflags_saved
10298 CC
=$ac_wine_try_cflags_saved_cc
10299 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__fno_omit_frame_pointer" >&5
10302 $as_echo "$ac_cv_crosscflags__fno_omit_frame_pointer" >&6; }
10303 if test "x$ac_cv_crosscflags__fno_omit_frame_pointer" = xyes
; then :
10304 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -fno-omit-frame-pointer"
10306 x86_64
) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wno-format" >&5
10307 $as_echo_n "checking whether the cross-compiler supports -Wno-format... " >&6; }
10308 if ${ac_cv_crosscflags__Wno_format+:} false
; then :
10309 $as_echo_n "(cached) " >&6
10311 ac_wine_try_cflags_saved
=$CFLAGS
10312 ac_wine_try_cflags_saved_cc
=$CC
10313 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10314 CFLAGS
="$CFLAGS -Wno-format"
10317 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10318 /* end confdefs.h. */
10319 int main(int argc, char **argv) { return 0; }
10321 if ac_fn_c_try_link
"$LINENO"; then :
10322 ac_cv_crosscflags__Wno_format
=yes
10324 ac_cv_crosscflags__Wno_format
=no
10326 rm -f core conftest.err conftest.
$ac_objext \
10327 conftest
$ac_exeext conftest.
$ac_ext
10328 CFLAGS
=$ac_wine_try_cflags_saved
10329 CC
=$ac_wine_try_cflags_saved_cc
10330 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wno_format" >&5
10333 $as_echo "$ac_cv_crosscflags__Wno_format" >&6; }
10334 if test "x$ac_cv_crosscflags__Wno_format" = xyes
; then :
10335 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wno-format"
10339 for ac_flag
in $CROSSCFLAGS; do
10341 -g) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -gdwarf-2" >&5
10342 $as_echo_n "checking whether the cross-compiler supports -gdwarf-2... " >&6; }
10343 if ${ac_cv_crosscflags__gdwarf_2+:} false
; then :
10344 $as_echo_n "(cached) " >&6
10346 ac_wine_try_cflags_saved
=$CFLAGS
10347 ac_wine_try_cflags_saved_cc
=$CC
10348 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10349 CFLAGS
="$CFLAGS -gdwarf-2"
10352 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10353 /* end confdefs.h. */
10354 int main(int argc, char **argv) { return 0; }
10356 if ac_fn_c_try_link
"$LINENO"; then :
10357 ac_cv_crosscflags__gdwarf_2
=yes
10359 ac_cv_crosscflags__gdwarf_2
=no
10361 rm -f core conftest.err conftest.
$ac_objext \
10362 conftest
$ac_exeext conftest.
$ac_ext
10363 CFLAGS
=$ac_wine_try_cflags_saved
10364 CC
=$ac_wine_try_cflags_saved_cc
10365 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__gdwarf_2" >&5
10368 $as_echo "$ac_cv_crosscflags__gdwarf_2" >&6; }
10369 if test "x$ac_cv_crosscflags__gdwarf_2" = xyes
; then :
10370 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -gdwarf-2"
10372 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -gstrict-dwarf" >&5
10373 $as_echo_n "checking whether the cross-compiler supports -gstrict-dwarf... " >&6; }
10374 if ${ac_cv_crosscflags__gstrict_dwarf+:} false
; then :
10375 $as_echo_n "(cached) " >&6
10377 ac_wine_try_cflags_saved
=$CFLAGS
10378 ac_wine_try_cflags_saved_cc
=$CC
10379 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10380 CFLAGS
="$CFLAGS -gstrict-dwarf"
10383 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10384 /* end confdefs.h. */
10385 int main(int argc, char **argv) { return 0; }
10387 if ac_fn_c_try_link
"$LINENO"; then :
10388 ac_cv_crosscflags__gstrict_dwarf
=yes
10390 ac_cv_crosscflags__gstrict_dwarf
=no
10392 rm -f core conftest.err conftest.
$ac_objext \
10393 conftest
$ac_exeext conftest.
$ac_ext
10394 CFLAGS
=$ac_wine_try_cflags_saved
10395 CC
=$ac_wine_try_cflags_saved_cc
10396 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__gstrict_dwarf" >&5
10399 $as_echo "$ac_cv_crosscflags__gstrict_dwarf" >&6; }
10400 if test "x$ac_cv_crosscflags__gstrict_dwarf" = xyes
; then :
10401 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -gstrict-dwarf"
10406 if test "x$enable_maintainer_mode" = xyes
10408 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Werror" >&5
10409 $as_echo_n "checking whether the cross-compiler supports -Werror... " >&6; }
10410 if ${ac_cv_crosscflags__Werror+:} false
; then :
10411 $as_echo_n "(cached) " >&6
10413 ac_wine_try_cflags_saved
=$CFLAGS
10414 ac_wine_try_cflags_saved_cc
=$CC
10415 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10416 CFLAGS
="$CFLAGS -Werror"
10419 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10420 /* end confdefs.h. */
10421 int main(int argc, char **argv) { return 0; }
10423 if ac_fn_c_try_link
"$LINENO"; then :
10424 ac_cv_crosscflags__Werror
=yes
10426 ac_cv_crosscflags__Werror
=no
10428 rm -f core conftest.err conftest.
$ac_objext \
10429 conftest
$ac_exeext conftest.
$ac_ext
10430 CFLAGS
=$ac_wine_try_cflags_saved
10431 CC
=$ac_wine_try_cflags_saved_cc
10432 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Werror" >&5
10435 $as_echo "$ac_cv_crosscflags__Werror" >&6; }
10436 if test "x$ac_cv_crosscflags__Werror" = xyes
; then :
10437 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Werror"
10441 CFLAGS
=$saved_CFLAGS
10445 if test "x$CROSSTARGET" = "x"; then :
10446 case "x$with_mingw" in
10447 x
) as_fn_append wine_notices
"|MinGW compiler not found, cross-compiling PE files won't be supported." ;;
10449 *) as_fn_error $?
"MinGW compiler not found, cross-compiling PE files won't be supported.
10450 This is an error since --with-mingw was requested." "$LINENO" 5 ;;
10456 if test "$ac_cv_header_pthread_h" = "yes"
10458 ac_fn_c_check_func
"$LINENO" "pthread_create" "ac_cv_func_pthread_create"
10459 if test "x$ac_cv_func_pthread_create" = xyes
; then :
10462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
10463 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
10464 if ${ac_cv_lib_pthread_pthread_create+:} false
; then :
10465 $as_echo_n "(cached) " >&6
10467 ac_check_lib_save_LIBS
=$LIBS
10468 LIBS
="-lpthread $LIBS"
10469 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10470 /* end confdefs.h. */
10472 /* Override any GCC internal prototype to avoid an error.
10473 Use char because int might match the return type of a GCC
10474 builtin and then its argument prototype would still apply. */
10478 char pthread_create ();
10482 return pthread_create ();
10487 if ac_fn_c_try_link
"$LINENO"; then :
10488 ac_cv_lib_pthread_pthread_create
=yes
10490 ac_cv_lib_pthread_pthread_create
=no
10492 rm -f core conftest.err conftest.
$ac_objext \
10493 conftest
$ac_exeext conftest.
$ac_ext
10494 LIBS
=$ac_check_lib_save_LIBS
10496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
10497 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
10498 if test "x$ac_cv_lib_pthread_pthread_create" = xyes
; then :
10499 PTHREAD_LIBS
="-lpthread"
10506 if test "x$ac_cv_func_pthread_create" != xyes
-a "x$PTHREAD_LIBS" = x
; then :
10507 case "x$with_pthread" in
10509 *) as_fn_error $?
"pthread ${notice_platform}development files not found.
10510 Wine cannot support threads without libpthread.
10511 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
10517 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
10518 $as_echo_n "checking for X... " >&6; }
10521 # Check whether --with-x was given.
10522 if test "${with_x+set}" = set; then :
10526 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
10527 if test "x$with_x" = xno
; then
10528 # The user explicitly disabled X.
10531 case $x_includes,$x_libraries in #(
10532 *\'*) as_fn_error $?
"cannot use X directory names containing '" "$LINENO" 5;; #(
10533 *,NONE | NONE
,*) if ${ac_cv_have_x+:} false
; then :
10534 $as_echo_n "(cached) " >&6
10536 # One or both of the vars are not set, and there is no cached value.
10537 ac_x_includes
=no ac_x_libraries
=no
10538 rm -f -r conftest.dir
10539 if mkdir conftest.dir
; then
10541 cat >Imakefile
<<'_ACEOF'
10543 @echo incroot='${INCROOT}'
10545 @echo usrlibdir='${USRLIBDIR}'
10547 @echo libdir='${LIBDIR}'
10549 if (export CC
; ${XMKMF-xmkmf}) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
10550 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
10551 for ac_var
in incroot usrlibdir libdir
; do
10552 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
10554 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
10555 for ac_extension
in a so sl dylib la dll
; do
10556 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
10557 test -f "$ac_im_libdir/libX11.$ac_extension"; then
10558 ac_im_usrlibdir
=$ac_im_libdir; break
10561 # Screen out bogus values from the imake configuration. They are
10562 # bogus both because they are the default anyway, and because
10563 # using them would break gcc on systems where it needs fixed includes.
10564 case $ac_im_incroot in
10565 /usr
/include
) ac_x_includes
= ;;
10566 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
=$ac_im_incroot;;
10568 case $ac_im_usrlibdir in
10569 /usr
/lib |
/usr
/lib64 |
/lib |
/lib64
) ;;
10570 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
=$ac_im_usrlibdir ;;
10574 rm -f -r conftest.dir
10577 # Standard set of common directories for X headers.
10578 # Check X11 before X11Rn because it is often a symlink to the current release.
10592 /usr/local/X11/include
10593 /usr/local/X11R7/include
10594 /usr/local/X11R6/include
10595 /usr/local/X11R5/include
10596 /usr/local/X11R4/include
10598 /usr/local/include/X11
10599 /usr/local/include/X11R7
10600 /usr/local/include/X11R6
10601 /usr/local/include/X11R5
10602 /usr/local/include/X11R4
10606 /usr/XFree86/include/X11
10610 /usr/unsupported/include
10611 /usr/athena/include
10612 /usr/local/x11r5/include
10613 /usr/lpp/Xamples/include
10615 /usr/openwin/include
10616 /usr/openwin/share/include'
10618 if test "$ac_x_includes" = no
; then
10619 # Guess where to find include files, by looking for Xlib.h.
10620 # First, try using that file with no special directory specified.
10621 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10622 /* end confdefs.h. */
10623 #include <X11/Xlib.h>
10625 if ac_fn_c_try_cpp
"$LINENO"; then :
10626 # We can compile using X headers with no special include directory.
10629 for ac_dir
in $ac_x_header_dirs; do
10630 if test -r "$ac_dir/X11/Xlib.h"; then
10631 ac_x_includes
=$ac_dir
10636 rm -f conftest.err conftest.i conftest.
$ac_ext
10637 fi # $ac_x_includes = no
10639 if test "$ac_x_libraries" = no
; then
10640 # Check for the libraries.
10641 # See if we find them without any special options.
10642 # Don't add to $LIBS permanently.
10645 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10646 /* end confdefs.h. */
10647 #include <X11/Xlib.h>
10656 if ac_fn_c_try_link
"$LINENO"; then :
10658 # We can link X programs with no special library path.
10662 for ac_dir
in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
10664 # Don't even attempt the hair of trying to link an X program!
10665 for ac_extension
in a so sl dylib la dll
; do
10666 if test -r "$ac_dir/libX11.$ac_extension"; then
10667 ac_x_libraries
=$ac_dir
10673 rm -f core conftest.err conftest.
$ac_objext \
10674 conftest
$ac_exeext conftest.
$ac_ext
10675 fi # $ac_x_libraries = no
10677 case $ac_x_includes,$ac_x_libraries in #(
10678 no
,* |
*,no |
*\'*)
10679 # Didn't find X, or a directory has "'" in its name.
10680 ac_cv_have_x
="have_x=no";; #(
10682 # Record where we found X for the cache.
10683 ac_cv_have_x
="have_x=yes\
10684 ac_x_includes='$ac_x_includes'\
10685 ac_x_libraries='$ac_x_libraries'"
10691 eval "$ac_cv_have_x"
10694 if test "$have_x" != yes; then
10695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
10696 $as_echo "$have_x" >&6; }
10699 # If each of the values was on the command line, it overrides each guess.
10700 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
10701 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
10702 # Update the cache value to reflect the command line values.
10703 ac_cv_have_x
="have_x=yes\
10704 ac_x_includes='$x_includes'\
10705 ac_x_libraries='$x_libraries'"
10706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
10707 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
10710 if test "$no_x" = yes; then
10711 # Not all programs may use this symbol, but it does not hurt to define it.
10713 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
10715 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
10717 if test -n "$x_includes"; then
10718 X_CFLAGS
="$X_CFLAGS -I$x_includes"
10721 # It would also be nice to do this for all -L options, not just this one.
10722 if test -n "$x_libraries"; then
10723 X_LIBS
="$X_LIBS -L$x_libraries"
10724 # For Solaris; some versions of Sun CC require a space after -R and
10725 # others require no space. Words are not sufficient . . . .
10726 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
10727 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
10728 ac_xsave_LIBS
=$LIBS; LIBS
="$LIBS -R$x_libraries"
10729 ac_xsave_c_werror_flag
=$ac_c_werror_flag
10730 ac_c_werror_flag
=yes
10731 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10732 /* end confdefs.h. */
10742 if ac_fn_c_try_link
"$LINENO"; then :
10743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10744 $as_echo "no" >&6; }
10745 X_LIBS
="$X_LIBS -R$x_libraries"
10747 LIBS
="$ac_xsave_LIBS -R $x_libraries"
10748 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10749 /* end confdefs.h. */
10759 if ac_fn_c_try_link
"$LINENO"; then :
10760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10761 $as_echo "yes" >&6; }
10762 X_LIBS
="$X_LIBS -R $x_libraries"
10764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
10765 $as_echo "neither works" >&6; }
10767 rm -f core conftest.err conftest.
$ac_objext \
10768 conftest
$ac_exeext conftest.
$ac_ext
10770 rm -f core conftest.err conftest.
$ac_objext \
10771 conftest
$ac_exeext conftest.
$ac_ext
10772 ac_c_werror_flag
=$ac_xsave_c_werror_flag
10773 LIBS
=$ac_xsave_LIBS
10776 # Check for system-dependent libraries X programs must link with.
10777 # Do this before checking for the system-independent R6 libraries
10778 # (-lICE), since we may need -lsocket or whatever for X linking.
10780 if test "$ISC" = yes; then
10781 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
10783 # Martyn Johnson says this is needed for Ultrix, if the X
10784 # libraries were built with DECnet support. And Karl Berry says
10785 # the Alpha needs dnet_stub (dnet does not exist).
10786 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS $X_LIBS -lX11"
10787 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10788 /* end confdefs.h. */
10790 /* Override any GCC internal prototype to avoid an error.
10791 Use char because int might match the return type of a GCC
10792 builtin and then its argument prototype would still apply. */
10796 char XOpenDisplay ();
10800 return XOpenDisplay ();
10805 if ac_fn_c_try_link
"$LINENO"; then :
10808 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
10809 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
10810 if ${ac_cv_lib_dnet_dnet_ntoa+:} false
; then :
10811 $as_echo_n "(cached) " >&6
10813 ac_check_lib_save_LIBS
=$LIBS
10814 LIBS
="-ldnet $LIBS"
10815 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10816 /* end confdefs.h. */
10818 /* Override any GCC internal prototype to avoid an error.
10819 Use char because int might match the return type of a GCC
10820 builtin and then its argument prototype would still apply. */
10828 return dnet_ntoa ();
10833 if ac_fn_c_try_link
"$LINENO"; then :
10834 ac_cv_lib_dnet_dnet_ntoa
=yes
10836 ac_cv_lib_dnet_dnet_ntoa
=no
10838 rm -f core conftest.err conftest.
$ac_objext \
10839 conftest
$ac_exeext conftest.
$ac_ext
10840 LIBS
=$ac_check_lib_save_LIBS
10842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
10843 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
10844 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes
; then :
10845 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
10848 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
10849 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
10850 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
10851 if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false
; then :
10852 $as_echo_n "(cached) " >&6
10854 ac_check_lib_save_LIBS
=$LIBS
10855 LIBS
="-ldnet_stub $LIBS"
10856 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10857 /* end confdefs.h. */
10859 /* Override any GCC internal prototype to avoid an error.
10860 Use char because int might match the return type of a GCC
10861 builtin and then its argument prototype would still apply. */
10869 return dnet_ntoa ();
10874 if ac_fn_c_try_link
"$LINENO"; then :
10875 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
10877 ac_cv_lib_dnet_stub_dnet_ntoa
=no
10879 rm -f core conftest.err conftest.
$ac_objext \
10880 conftest
$ac_exeext conftest.
$ac_ext
10881 LIBS
=$ac_check_lib_save_LIBS
10883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
10884 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
10885 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes
; then :
10886 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
10891 rm -f core conftest.err conftest.
$ac_objext \
10892 conftest
$ac_exeext conftest.
$ac_ext
10893 LIBS
="$ac_xsave_LIBS"
10895 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
10896 # to get the SysV transport functions.
10897 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
10899 # The nsl library prevents programs from opening the X display
10900 # on Irix 5.2, according to T.E. Dickey.
10901 # The functions gethostbyname, getservbyname, and inet_addr are
10902 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
10903 ac_fn_c_check_func
"$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
10904 if test "x$ac_cv_func_gethostbyname" = xyes
; then :
10908 if test $ac_cv_func_gethostbyname = no
; then
10909 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
10910 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
10911 if ${ac_cv_lib_nsl_gethostbyname+:} false
; then :
10912 $as_echo_n "(cached) " >&6
10914 ac_check_lib_save_LIBS
=$LIBS
10916 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10917 /* end confdefs.h. */
10919 /* Override any GCC internal prototype to avoid an error.
10920 Use char because int might match the return type of a GCC
10921 builtin and then its argument prototype would still apply. */
10925 char gethostbyname ();
10929 return gethostbyname ();
10934 if ac_fn_c_try_link
"$LINENO"; then :
10935 ac_cv_lib_nsl_gethostbyname
=yes
10937 ac_cv_lib_nsl_gethostbyname
=no
10939 rm -f core conftest.err conftest.
$ac_objext \
10940 conftest
$ac_exeext conftest.
$ac_ext
10941 LIBS
=$ac_check_lib_save_LIBS
10943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
10944 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
10945 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes
; then :
10946 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
10949 if test $ac_cv_lib_nsl_gethostbyname = no
; then
10950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
10951 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
10952 if ${ac_cv_lib_bsd_gethostbyname+:} false
; then :
10953 $as_echo_n "(cached) " >&6
10955 ac_check_lib_save_LIBS
=$LIBS
10957 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10958 /* end confdefs.h. */
10960 /* Override any GCC internal prototype to avoid an error.
10961 Use char because int might match the return type of a GCC
10962 builtin and then its argument prototype would still apply. */
10966 char gethostbyname ();
10970 return gethostbyname ();
10975 if ac_fn_c_try_link
"$LINENO"; then :
10976 ac_cv_lib_bsd_gethostbyname
=yes
10978 ac_cv_lib_bsd_gethostbyname
=no
10980 rm -f core conftest.err conftest.
$ac_objext \
10981 conftest
$ac_exeext conftest.
$ac_ext
10982 LIBS
=$ac_check_lib_save_LIBS
10984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
10985 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
10986 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes
; then :
10987 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lbsd"
10993 # lieder@skyler.mavd.honeywell.com says without -lsocket,
10994 # socket/setsockopt and other routines are undefined under SCO ODT
10995 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
10996 # on later versions), says Simon Leinen: it contains gethostby*
10997 # variants that don't use the name server (or something). -lsocket
10998 # must be given before -lnsl if both are needed. We assume that
10999 # if connect needs -lnsl, so does gethostbyname.
11000 ac_fn_c_check_func
"$LINENO" "connect" "ac_cv_func_connect"
11001 if test "x$ac_cv_func_connect" = xyes
; then :
11005 if test $ac_cv_func_connect = no
; then
11006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
11007 $as_echo_n "checking for connect in -lsocket... " >&6; }
11008 if ${ac_cv_lib_socket_connect+:} false
; then :
11009 $as_echo_n "(cached) " >&6
11011 ac_check_lib_save_LIBS
=$LIBS
11012 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
11013 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11014 /* end confdefs.h. */
11016 /* Override any GCC internal prototype to avoid an error.
11017 Use char because int might match the return type of a GCC
11018 builtin and then its argument prototype would still apply. */
11031 if ac_fn_c_try_link
"$LINENO"; then :
11032 ac_cv_lib_socket_connect
=yes
11034 ac_cv_lib_socket_connect
=no
11036 rm -f core conftest.err conftest.
$ac_objext \
11037 conftest
$ac_exeext conftest.
$ac_ext
11038 LIBS
=$ac_check_lib_save_LIBS
11040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
11041 $as_echo "$ac_cv_lib_socket_connect" >&6; }
11042 if test "x$ac_cv_lib_socket_connect" = xyes
; then :
11043 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
11048 # Guillermo Gomez says -lposix is necessary on A/UX.
11049 ac_fn_c_check_func
"$LINENO" "remove" "ac_cv_func_remove"
11050 if test "x$ac_cv_func_remove" = xyes
; then :
11054 if test $ac_cv_func_remove = no
; then
11055 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
11056 $as_echo_n "checking for remove in -lposix... " >&6; }
11057 if ${ac_cv_lib_posix_remove+:} false
; then :
11058 $as_echo_n "(cached) " >&6
11060 ac_check_lib_save_LIBS
=$LIBS
11061 LIBS
="-lposix $LIBS"
11062 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11063 /* end confdefs.h. */
11065 /* Override any GCC internal prototype to avoid an error.
11066 Use char because int might match the return type of a GCC
11067 builtin and then its argument prototype would still apply. */
11080 if ac_fn_c_try_link
"$LINENO"; then :
11081 ac_cv_lib_posix_remove
=yes
11083 ac_cv_lib_posix_remove
=no
11085 rm -f core conftest.err conftest.
$ac_objext \
11086 conftest
$ac_exeext conftest.
$ac_ext
11087 LIBS
=$ac_check_lib_save_LIBS
11089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
11090 $as_echo "$ac_cv_lib_posix_remove" >&6; }
11091 if test "x$ac_cv_lib_posix_remove" = xyes
; then :
11092 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
11097 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
11098 ac_fn_c_check_func
"$LINENO" "shmat" "ac_cv_func_shmat"
11099 if test "x$ac_cv_func_shmat" = xyes
; then :
11103 if test $ac_cv_func_shmat = no
; then
11104 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
11105 $as_echo_n "checking for shmat in -lipc... " >&6; }
11106 if ${ac_cv_lib_ipc_shmat+:} false
; then :
11107 $as_echo_n "(cached) " >&6
11109 ac_check_lib_save_LIBS
=$LIBS
11111 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11112 /* end confdefs.h. */
11114 /* Override any GCC internal prototype to avoid an error.
11115 Use char because int might match the return type of a GCC
11116 builtin and then its argument prototype would still apply. */
11129 if ac_fn_c_try_link
"$LINENO"; then :
11130 ac_cv_lib_ipc_shmat
=yes
11132 ac_cv_lib_ipc_shmat
=no
11134 rm -f core conftest.err conftest.
$ac_objext \
11135 conftest
$ac_exeext conftest.
$ac_ext
11136 LIBS
=$ac_check_lib_save_LIBS
11138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
11139 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
11140 if test "x$ac_cv_lib_ipc_shmat" = xyes
; then :
11141 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
11147 # Check for libraries that X11R6 Xt/Xaw programs need.
11148 ac_save_LDFLAGS
=$LDFLAGS
11149 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
11150 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
11151 # check for ICE first), but we must link in the order -lSM -lICE or
11152 # we get undefined symbols. So assume we have SM if we have ICE.
11153 # These have to be linked with before -lX11, unlike the other
11154 # libraries we check for below, so use a different variable.
11155 # John Interrante, Karl Berry
11156 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
11157 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
11158 if ${ac_cv_lib_ICE_IceConnectionNumber+:} false
; then :
11159 $as_echo_n "(cached) " >&6
11161 ac_check_lib_save_LIBS
=$LIBS
11162 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
11163 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11164 /* end confdefs.h. */
11166 /* Override any GCC internal prototype to avoid an error.
11167 Use char because int might match the return type of a GCC
11168 builtin and then its argument prototype would still apply. */
11172 char IceConnectionNumber ();
11176 return IceConnectionNumber ();
11181 if ac_fn_c_try_link
"$LINENO"; then :
11182 ac_cv_lib_ICE_IceConnectionNumber
=yes
11184 ac_cv_lib_ICE_IceConnectionNumber
=no
11186 rm -f core conftest.err conftest.
$ac_objext \
11187 conftest
$ac_exeext conftest.
$ac_ext
11188 LIBS
=$ac_check_lib_save_LIBS
11190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
11191 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
11192 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes
; then :
11193 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
11196 LDFLAGS
=$ac_save_LDFLAGS
11201 if test "$have_x" = "yes"
11203 ac_save_CPPFLAGS
="$CPPFLAGS"
11204 CPPFLAGS
="$CPPFLAGS $X_CFLAGS"
11206 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
11207 $as_echo_n "checking for -lX11... " >&6; }
11208 if ${ac_cv_lib_soname_X11+:} false
; then :
11209 $as_echo_n "(cached) " >&6
11211 ac_check_soname_save_LIBS
=$LIBS
11212 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
11213 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11214 /* end confdefs.h. */
11216 /* Override any GCC internal prototype to avoid an error.
11217 Use char because int might match the return type of a GCC
11218 builtin and then its argument prototype would still apply. */
11222 char XCreateWindow ();
11226 return XCreateWindow ();
11231 if ac_fn_c_try_link
"$LINENO"; then :
11233 dll
) ac_cv_lib_soname_X11
=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11234 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'` ;;
11235 *) ac_cv_lib_soname_X11
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libX11\\.$LIBEXT" | sed -e "s/^.*\\[\\(libX11\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11236 if ${ac_cv_lib_soname_X11:+false} :; then :
11237 ac_cv_lib_soname_X11
=`$LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11241 ac_cv_lib_soname_X11
=
11243 rm -f core conftest.err conftest.
$ac_objext \
11244 conftest
$ac_exeext conftest.
$ac_ext
11245 LIBS
=$ac_check_soname_save_LIBS
11247 if ${ac_cv_lib_soname_X11:+false} :; then :
11248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11249 $as_echo "not found" >&6; }
11252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
11253 $as_echo "$ac_cv_lib_soname_X11" >&6; }
11255 cat >>confdefs.h
<<_ACEOF
11256 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
11261 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
11262 $as_echo_n "checking for -lXext... " >&6; }
11263 if ${ac_cv_lib_soname_Xext+:} false
; then :
11264 $as_echo_n "(cached) " >&6
11266 ac_check_soname_save_LIBS
=$LIBS
11267 LIBS
="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
11268 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11269 /* end confdefs.h. */
11271 /* Override any GCC internal prototype to avoid an error.
11272 Use char because int might match the return type of a GCC
11273 builtin and then its argument prototype would still apply. */
11277 char XextCreateExtension ();
11281 return XextCreateExtension ();
11286 if ac_fn_c_try_link
"$LINENO"; then :
11288 dll
) ac_cv_lib_soname_Xext
=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11289 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'` ;;
11290 *) ac_cv_lib_soname_Xext
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXext\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXext\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11291 if ${ac_cv_lib_soname_Xext:+false} :; then :
11292 ac_cv_lib_soname_Xext
=`$LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11296 ac_cv_lib_soname_Xext
=
11298 rm -f core conftest.err conftest.
$ac_objext \
11299 conftest
$ac_exeext conftest.
$ac_ext
11300 LIBS
=$ac_check_soname_save_LIBS
11302 if ${ac_cv_lib_soname_Xext:+false} :; then :
11303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11304 $as_echo "not found" >&6; }
11307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
11308 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
11310 cat >>confdefs.h
<<_ACEOF
11311 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
11314 X_LIBS
="$X_LIBS -lXext"
11316 X_LIBS
="$X_LIBS -lX11"
11318 for ac_header
in X11
/Xlib.h \
11321 X11
/Xcursor
/Xcursor.h \
11322 X11
/extensions
/shape.h \
11323 X11
/extensions
/XInput.h \
11324 X11
/extensions
/XInput2.h \
11325 X11
/extensions
/XShm.h \
11326 X11
/extensions
/Xcomposite.h \
11327 X11
/extensions
/Xfixes.h \
11328 X11
/extensions
/Xinerama.h \
11329 X11
/extensions
/Xrandr.h \
11330 X11
/extensions
/Xrender.h \
11331 X11
/extensions
/xf86vmode.h \
11332 X11
/extensions
/xf86vmproto.h
11334 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11335 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
11336 # include <X11/Xlib.h>
11338 #ifdef HAVE_X11_XUTIL_H
11339 # include <X11/Xutil.h>
11342 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
11343 cat >>confdefs.h
<<_ACEOF
11344 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11352 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
11354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
11355 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
11356 if ${ac_cv_lib_X11_XkbQueryExtension+:} false
; then :
11357 $as_echo_n "(cached) " >&6
11359 ac_check_lib_save_LIBS
=$LIBS
11360 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
11361 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11362 /* end confdefs.h. */
11364 /* Override any GCC internal prototype to avoid an error.
11365 Use char because int might match the return type of a GCC
11366 builtin and then its argument prototype would still apply. */
11370 char XkbQueryExtension ();
11374 return XkbQueryExtension ();
11379 if ac_fn_c_try_link
"$LINENO"; then :
11380 ac_cv_lib_X11_XkbQueryExtension
=yes
11382 ac_cv_lib_X11_XkbQueryExtension
=no
11384 rm -f core conftest.err conftest.
$ac_objext \
11385 conftest
$ac_exeext conftest.
$ac_ext
11386 LIBS
=$ac_check_lib_save_LIBS
11388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
11389 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
11390 if test "x$ac_cv_lib_X11_XkbQueryExtension" = xyes
; then :
11392 $as_echo "#define HAVE_XKB 1" >>confdefs.h
11398 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
11400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
11401 $as_echo_n "checking for -lXcursor... " >&6; }
11402 if ${ac_cv_lib_soname_Xcursor+:} false
; then :
11403 $as_echo_n "(cached) " >&6
11405 ac_check_soname_save_LIBS
=$LIBS
11406 LIBS
="-lXcursor $X_LIBS $X_EXTRA_LIBS $LIBS"
11407 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11408 /* end confdefs.h. */
11410 /* Override any GCC internal prototype to avoid an error.
11411 Use char because int might match the return type of a GCC
11412 builtin and then its argument prototype would still apply. */
11416 char XcursorImageLoadCursor ();
11420 return XcursorImageLoadCursor ();
11425 if ac_fn_c_try_link
"$LINENO"; then :
11427 dll
) ac_cv_lib_soname_Xcursor
=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11428 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'` ;;
11429 *) ac_cv_lib_soname_Xcursor
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcursor\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcursor\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11430 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
11431 ac_cv_lib_soname_Xcursor
=`$LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11435 ac_cv_lib_soname_Xcursor
=
11437 rm -f core conftest.err conftest.
$ac_objext \
11438 conftest
$ac_exeext conftest.
$ac_ext
11439 LIBS
=$ac_check_soname_save_LIBS
11441 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
11442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11443 $as_echo "not found" >&6; }
11446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
11447 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
11449 cat >>confdefs.h
<<_ACEOF
11450 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
11456 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
11457 case "x$with_xcursor" in
11458 x
) as_fn_append wine_notices
"|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
11460 *) as_fn_error $?
"libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
11461 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
11466 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
11468 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
11469 $as_echo_n "checking for -lXi... " >&6; }
11470 if ${ac_cv_lib_soname_Xi+:} false
; then :
11471 $as_echo_n "(cached) " >&6
11473 ac_check_soname_save_LIBS
=$LIBS
11474 LIBS
="-lXi $X_LIBS $X_EXTRA_LIBS $LIBS"
11475 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11476 /* end confdefs.h. */
11478 /* Override any GCC internal prototype to avoid an error.
11479 Use char because int might match the return type of a GCC
11480 builtin and then its argument prototype would still apply. */
11484 char XOpenDevice ();
11488 return XOpenDevice ();
11493 if ac_fn_c_try_link
"$LINENO"; then :
11495 dll
) ac_cv_lib_soname_Xi
=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11496 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'` ;;
11497 *) ac_cv_lib_soname_Xi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11498 if ${ac_cv_lib_soname_Xi:+false} :; then :
11499 ac_cv_lib_soname_Xi
=`$LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11503 ac_cv_lib_soname_Xi
=
11505 rm -f core conftest.err conftest.
$ac_objext \
11506 conftest
$ac_exeext conftest.
$ac_ext
11507 LIBS
=$ac_check_soname_save_LIBS
11509 if ${ac_cv_lib_soname_Xi:+false} :; then :
11510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11511 $as_echo "not found" >&6; }
11514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
11515 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
11517 cat >>confdefs.h
<<_ACEOF
11518 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
11524 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
11525 case "x$with_xinput" in
11526 x
) as_fn_append wine_notices
"|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
11528 *) as_fn_error $?
"libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
11529 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
11534 if test "x$ac_cv_lib_soname_Xi" != x
11536 if test "$ac_cv_header_X11_extensions_XInput2_h" != "yes"; then :
11537 case "x$with_xinput2" in
11538 x
) as_fn_append wine_notices
"|XInput2 headers not found, the XInput 2 extension won't be supported." ;;
11540 *) as_fn_error $?
"XInput2 headers not found, the XInput 2 extension won't be supported.
11541 This is an error since --with-xinput2 was requested." "$LINENO" 5 ;;
11547 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
11549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
11550 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
11551 if ${ac_cv_lib_Xext_XShmQueryExtension+:} false
; then :
11552 $as_echo_n "(cached) " >&6
11554 ac_check_lib_save_LIBS
=$LIBS
11555 LIBS
="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
11556 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11557 /* end confdefs.h. */
11559 /* Override any GCC internal prototype to avoid an error.
11560 Use char because int might match the return type of a GCC
11561 builtin and then its argument prototype would still apply. */
11565 char XShmQueryExtension ();
11569 return XShmQueryExtension ();
11574 if ac_fn_c_try_link
"$LINENO"; then :
11575 ac_cv_lib_Xext_XShmQueryExtension
=yes
11577 ac_cv_lib_Xext_XShmQueryExtension
=no
11579 rm -f core conftest.err conftest.
$ac_objext \
11580 conftest
$ac_exeext conftest.
$ac_ext
11581 LIBS
=$ac_check_lib_save_LIBS
11583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
11584 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
11585 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = xyes
; then :
11587 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
11592 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
11593 case "x$with_xshm" in
11594 x
) as_fn_append wine_notices
"|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
11596 *) as_fn_error $?
"XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
11597 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
11602 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
11604 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
11605 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
11606 if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false
; then :
11607 $as_echo_n "(cached) " >&6
11609 ac_check_lib_save_LIBS
=$LIBS
11610 LIBS
="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
11611 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11612 /* end confdefs.h. */
11614 /* Override any GCC internal prototype to avoid an error.
11615 Use char because int might match the return type of a GCC
11616 builtin and then its argument prototype would still apply. */
11620 char XShapeQueryExtension ();
11624 return XShapeQueryExtension ();
11629 if ac_fn_c_try_link
"$LINENO"; then :
11630 ac_cv_lib_Xext_XShapeQueryExtension
=yes
11632 ac_cv_lib_Xext_XShapeQueryExtension
=no
11634 rm -f core conftest.err conftest.
$ac_objext \
11635 conftest
$ac_exeext conftest.
$ac_ext
11636 LIBS
=$ac_check_lib_save_LIBS
11638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
11639 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
11640 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes
; then :
11642 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
11647 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
11648 case "x$with_xshape" in
11649 x
) as_fn_append wine_notices
"|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
11651 *) as_fn_error $?
"XShape ${notice_platform}development files not found, XShape won't be supported.
11652 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
11657 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
11659 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
11660 $as_echo_n "checking for -lXxf86vm... " >&6; }
11661 if ${ac_cv_lib_soname_Xxf86vm+:} false
; then :
11662 $as_echo_n "(cached) " >&6
11664 ac_check_soname_save_LIBS
=$LIBS
11665 LIBS
="-lXxf86vm $X_LIBS $X_EXTRA_LIBS $LIBS"
11666 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11667 /* end confdefs.h. */
11669 /* Override any GCC internal prototype to avoid an error.
11670 Use char because int might match the return type of a GCC
11671 builtin and then its argument prototype would still apply. */
11675 char XF86VidModeQueryExtension ();
11679 return XF86VidModeQueryExtension ();
11684 if ac_fn_c_try_link
"$LINENO"; then :
11686 dll
) ac_cv_lib_soname_Xxf86vm
=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11687 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'` ;;
11688 *) ac_cv_lib_soname_Xxf86vm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXxf86vm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11689 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
11690 ac_cv_lib_soname_Xxf86vm
=`$LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11694 ac_cv_lib_soname_Xxf86vm
=
11696 rm -f core conftest.err conftest.
$ac_objext \
11697 conftest
$ac_exeext conftest.
$ac_ext
11698 LIBS
=$ac_check_soname_save_LIBS
11700 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
11701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11702 $as_echo "not found" >&6; }
11705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
11706 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
11708 cat >>confdefs.h
<<_ACEOF
11709 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
11715 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
11716 case "x$with_xxf86vm" in
11717 x
) as_fn_append wine_notices
"|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
11719 *) as_fn_error $?
"libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
11720 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
11725 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x"
11727 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
11728 $as_echo_n "checking for -lXrender... " >&6; }
11729 if ${ac_cv_lib_soname_Xrender+:} false
; then :
11730 $as_echo_n "(cached) " >&6
11732 ac_check_soname_save_LIBS
=$LIBS
11733 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
11734 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11735 /* end confdefs.h. */
11737 /* Override any GCC internal prototype to avoid an error.
11738 Use char because int might match the return type of a GCC
11739 builtin and then its argument prototype would still apply. */
11743 char XRenderQueryExtension ();
11747 return XRenderQueryExtension ();
11752 if ac_fn_c_try_link
"$LINENO"; then :
11754 dll
) ac_cv_lib_soname_Xrender
=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11755 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'` ;;
11756 *) ac_cv_lib_soname_Xrender
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrender\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrender\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11757 if ${ac_cv_lib_soname_Xrender:+false} :; then :
11758 ac_cv_lib_soname_Xrender
=`$LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11762 ac_cv_lib_soname_Xrender
=
11764 rm -f core conftest.err conftest.
$ac_objext \
11765 conftest
$ac_exeext conftest.
$ac_ext
11766 LIBS
=$ac_check_soname_save_LIBS
11768 if ${ac_cv_lib_soname_Xrender:+false} :; then :
11769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11770 $as_echo "not found" >&6; }
11773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
11774 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
11776 cat >>confdefs.h
<<_ACEOF
11777 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
11780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
11781 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
11782 if ${ac_cv_lib_Xrender_XRenderSetPictureTransform+:} false
; then :
11783 $as_echo_n "(cached) " >&6
11785 ac_check_lib_save_LIBS
=$LIBS
11786 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
11787 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11788 /* end confdefs.h. */
11790 /* Override any GCC internal prototype to avoid an error.
11791 Use char because int might match the return type of a GCC
11792 builtin and then its argument prototype would still apply. */
11796 char XRenderSetPictureTransform ();
11800 return XRenderSetPictureTransform ();
11805 if ac_fn_c_try_link
"$LINENO"; then :
11806 ac_cv_lib_Xrender_XRenderSetPictureTransform
=yes
11808 ac_cv_lib_Xrender_XRenderSetPictureTransform
=no
11810 rm -f core conftest.err conftest.
$ac_objext \
11811 conftest
$ac_exeext conftest.
$ac_ext
11812 LIBS
=$ac_check_lib_save_LIBS
11814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
11815 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
11816 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = xyes
; then :
11818 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
11822 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderCreateLinearGradient in -lXrender" >&5
11823 $as_echo_n "checking for XRenderCreateLinearGradient in -lXrender... " >&6; }
11824 if ${ac_cv_lib_Xrender_XRenderCreateLinearGradient+:} false
; then :
11825 $as_echo_n "(cached) " >&6
11827 ac_check_lib_save_LIBS
=$LIBS
11828 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
11829 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11830 /* end confdefs.h. */
11832 /* Override any GCC internal prototype to avoid an error.
11833 Use char because int might match the return type of a GCC
11834 builtin and then its argument prototype would still apply. */
11838 char XRenderCreateLinearGradient ();
11842 return XRenderCreateLinearGradient ();
11847 if ac_fn_c_try_link
"$LINENO"; then :
11848 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=yes
11850 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=no
11852 rm -f core conftest.err conftest.
$ac_objext \
11853 conftest
$ac_exeext conftest.
$ac_ext
11854 LIBS
=$ac_check_lib_save_LIBS
11856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&5
11857 $as_echo "$ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&6; }
11858 if test "x$ac_cv_lib_Xrender_XRenderCreateLinearGradient" = xyes
; then :
11860 $as_echo "#define HAVE_XRENDERCREATELINEARGRADIENT 1" >>confdefs.h
11867 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
11868 case "x$with_xrender" in
11869 x
) as_fn_append wine_warnings
"|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
11871 *) as_fn_error $?
"libxrender ${notice_platform}development files not found, XRender won't be supported.
11872 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
11877 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
11879 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11880 /* end confdefs.h. */
11881 #include <X11/Xlib.h>
11882 #include <X11/extensions/Xrandr.h>
11886 static typeof(XRRSetScreenConfigAndRate) * func; if (func) return 0;
11891 if ac_fn_c_try_compile
"$LINENO"; then :
11892 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
11893 $as_echo_n "checking for -lXrandr... " >&6; }
11894 if ${ac_cv_lib_soname_Xrandr+:} false
; then :
11895 $as_echo_n "(cached) " >&6
11897 ac_check_soname_save_LIBS
=$LIBS
11898 LIBS
="-lXrandr $X_LIBS $X_EXTRA_LIBS $LIBS"
11899 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11900 /* end confdefs.h. */
11902 /* Override any GCC internal prototype to avoid an error.
11903 Use char because int might match the return type of a GCC
11904 builtin and then its argument prototype would still apply. */
11908 char XRRQueryExtension ();
11912 return XRRQueryExtension ();
11917 if ac_fn_c_try_link
"$LINENO"; then :
11919 dll
) ac_cv_lib_soname_Xrandr
=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11920 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'` ;;
11921 *) ac_cv_lib_soname_Xrandr
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrandr\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrandr\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11922 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
11923 ac_cv_lib_soname_Xrandr
=`$LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11927 ac_cv_lib_soname_Xrandr
=
11929 rm -f core conftest.err conftest.
$ac_objext \
11930 conftest
$ac_exeext conftest.
$ac_ext
11931 LIBS
=$ac_check_soname_save_LIBS
11933 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
11934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11935 $as_echo "not found" >&6; }
11938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
11939 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
11941 cat >>confdefs.h
<<_ACEOF
11942 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
11945 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11946 /* end confdefs.h. */
11947 #include <X11/Xlib.h>
11948 #include <X11/extensions/Xrandr.h>
11952 static typeof(XRRGetScreenResources) *f; if (f) return 0;
11957 if ac_fn_c_try_compile
"$LINENO"; then :
11959 $as_echo "#define HAVE_XRRGETSCREENRESOURCES 1" >>confdefs.h
11962 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11965 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11967 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
11968 case "x$with_xrandr" in
11969 x
) as_fn_append wine_notices
"|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
11971 *) as_fn_error $?
"libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11972 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
11977 if test "$ac_cv_header_X11_extensions_Xfixes_h" = "yes"
11979 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11980 /* end confdefs.h. */
11981 #include <X11/Xlib.h>
11982 #include <X11/extensions/Xfixes.h>
11986 static typeof(XFixesQueryVersion) * func; if (func) return 0;
11991 if ac_fn_c_try_compile
"$LINENO"; then :
11992 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXfixes" >&5
11993 $as_echo_n "checking for -lXfixes... " >&6; }
11994 if ${ac_cv_lib_soname_Xfixes+:} false
; then :
11995 $as_echo_n "(cached) " >&6
11997 ac_check_soname_save_LIBS
=$LIBS
11998 LIBS
="-lXfixes $X_LIBS $X_EXTRA_LIBS $LIBS"
11999 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12000 /* end confdefs.h. */
12002 /* Override any GCC internal prototype to avoid an error.
12003 Use char because int might match the return type of a GCC
12004 builtin and then its argument prototype would still apply. */
12008 char XFixesQueryVersion ();
12012 return XFixesQueryVersion ();
12017 if ac_fn_c_try_link
"$LINENO"; then :
12019 dll
) ac_cv_lib_soname_Xfixes
=`$ac_cv_path_LDD conftest.exe | grep "Xfixes" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12020 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'` ;;
12021 *) ac_cv_lib_soname_Xfixes
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXfixes\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXfixes\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12022 if ${ac_cv_lib_soname_Xfixes:+false} :; then :
12023 ac_cv_lib_soname_Xfixes
=`$LDD conftest$ac_exeext | grep "libXfixes\\.$LIBEXT" | sed -e "s/^.*\(libXfixes\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12027 ac_cv_lib_soname_Xfixes
=
12029 rm -f core conftest.err conftest.
$ac_objext \
12030 conftest
$ac_exeext conftest.
$ac_ext
12031 LIBS
=$ac_check_soname_save_LIBS
12033 if ${ac_cv_lib_soname_Xfixes:+false} :; then :
12034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12035 $as_echo "not found" >&6; }
12038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xfixes" >&5
12039 $as_echo "$ac_cv_lib_soname_Xfixes" >&6; }
12041 cat >>confdefs.h
<<_ACEOF
12042 #define SONAME_LIBXFIXES "$ac_cv_lib_soname_Xfixes"
12048 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12050 if test "x$ac_cv_lib_soname_Xfixes" = "x"; then :
12051 case "x$with_xfixes" in
12052 x
) as_fn_append wine_notices
"|libxfixes ${notice_platform}development files not found, Xfixes won't be supported." ;;
12054 *) as_fn_error $?
"libxfixes ${notice_platform}development files not found, Xfixes won't be supported.
12055 This is an error since --with-xfixes was requested." "$LINENO" 5 ;;
12060 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
12062 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12063 /* end confdefs.h. */
12064 #include <X11/Xlib.h>
12065 #include <X11/extensions/Xinerama.h>
12069 static typeof(XineramaQueryScreens) * func; if (func) return 0;
12074 if ac_fn_c_try_compile
"$LINENO"; then :
12075 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
12076 $as_echo_n "checking for -lXinerama... " >&6; }
12077 if ${ac_cv_lib_soname_Xinerama+:} false
; then :
12078 $as_echo_n "(cached) " >&6
12080 ac_check_soname_save_LIBS
=$LIBS
12081 LIBS
="-lXinerama $X_LIBS $X_EXTRA_LIBS $LIBS"
12082 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12083 /* end confdefs.h. */
12085 /* Override any GCC internal prototype to avoid an error.
12086 Use char because int might match the return type of a GCC
12087 builtin and then its argument prototype would still apply. */
12091 char XineramaQueryScreens ();
12095 return XineramaQueryScreens ();
12100 if ac_fn_c_try_link
"$LINENO"; then :
12102 dll
) ac_cv_lib_soname_Xinerama
=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12103 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'` ;;
12104 *) ac_cv_lib_soname_Xinerama
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXinerama\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXinerama\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12105 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
12106 ac_cv_lib_soname_Xinerama
=`$LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12110 ac_cv_lib_soname_Xinerama
=
12112 rm -f core conftest.err conftest.
$ac_objext \
12113 conftest
$ac_exeext conftest.
$ac_ext
12114 LIBS
=$ac_check_soname_save_LIBS
12116 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
12117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12118 $as_echo "not found" >&6; }
12121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
12122 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
12124 cat >>confdefs.h
<<_ACEOF
12125 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
12131 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12133 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
12134 case "x$with_xinerama" in
12135 x
) as_fn_append wine_notices
"|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
12137 *) as_fn_error $?
"libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
12138 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
12143 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
12145 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
12146 $as_echo_n "checking for -lXcomposite... " >&6; }
12147 if ${ac_cv_lib_soname_Xcomposite+:} false
; then :
12148 $as_echo_n "(cached) " >&6
12150 ac_check_soname_save_LIBS
=$LIBS
12151 LIBS
="-lXcomposite $X_LIBS $X_EXTRA_LIBS $LIBS"
12152 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12153 /* end confdefs.h. */
12155 /* Override any GCC internal prototype to avoid an error.
12156 Use char because int might match the return type of a GCC
12157 builtin and then its argument prototype would still apply. */
12161 char XCompositeRedirectWindow ();
12165 return XCompositeRedirectWindow ();
12170 if ac_fn_c_try_link
"$LINENO"; then :
12172 dll
) ac_cv_lib_soname_Xcomposite
=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12173 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'` ;;
12174 *) ac_cv_lib_soname_Xcomposite
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcomposite\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcomposite\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12175 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
12176 ac_cv_lib_soname_Xcomposite
=`$LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12180 ac_cv_lib_soname_Xcomposite
=
12182 rm -f core conftest.err conftest.
$ac_objext \
12183 conftest
$ac_exeext conftest.
$ac_ext
12184 LIBS
=$ac_check_soname_save_LIBS
12186 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
12187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12188 $as_echo "not found" >&6; }
12191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
12192 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
12194 cat >>confdefs.h
<<_ACEOF
12195 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
12201 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
12202 case "x$with_xcomposite" in
12203 x
) as_fn_append wine_notices
"|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
12205 *) as_fn_error $?
"libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
12206 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
12211 ac_fn_c_check_member
"$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
12212 #include <X11/Xlib.h>
12215 if test "x$ac_cv_member_XICCallback_callback" = xyes
; then :
12217 cat >>confdefs.h
<<_ACEOF
12218 #define HAVE_XICCALLBACK_CALLBACK 1
12223 ac_fn_c_check_member
"$LINENO" "XEvent" "xcookie" "ac_cv_member_XEvent_xcookie" "#ifdef HAVE_X11_XLIB_H
12224 #include <X11/Xlib.h>
12227 if test "x$ac_cv_member_XEvent_xcookie" = xyes
; then :
12229 cat >>confdefs.h
<<_ACEOF
12230 #define HAVE_XEVENT_XCOOKIE 1
12239 if test "x$with_opengl" != "xno"
12241 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
12242 $as_echo_n "checking for -lGL... " >&6; }
12243 if ${ac_cv_lib_soname_GL+:} false
; then :
12244 $as_echo_n "(cached) " >&6
12246 ac_check_soname_save_LIBS
=$LIBS
12247 LIBS
="-lGL $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
12248 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12249 /* end confdefs.h. */
12251 /* Override any GCC internal prototype to avoid an error.
12252 Use char because int might match the return type of a GCC
12253 builtin and then its argument prototype would still apply. */
12257 char glXCreateContext ();
12261 return glXCreateContext ();
12266 if ac_fn_c_try_link
"$LINENO"; then :
12268 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12269 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'` ;;
12270 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12271 if ${ac_cv_lib_soname_GL:+false} :; then :
12272 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12276 ac_cv_lib_soname_GL
=
12278 rm -f core conftest.err conftest.
$ac_objext \
12279 conftest
$ac_exeext conftest.
$ac_ext
12280 LIBS
=$ac_check_soname_save_LIBS
12282 if ${ac_cv_lib_soname_GL:+false} :; then :
12283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12284 $as_echo "not found" >&6; }
12285 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
12286 $as_echo_n "checking for -lGL... " >&6; }
12287 if ${ac_cv_lib_soname_GL+:} false
; then :
12288 $as_echo_n "(cached) " >&6
12290 ac_check_soname_save_LIBS
=$LIBS
12291 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"
12292 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12293 /* end confdefs.h. */
12295 /* Override any GCC internal prototype to avoid an error.
12296 Use char because int might match the return type of a GCC
12297 builtin and then its argument prototype would still apply. */
12301 char glXCreateContext ();
12305 return glXCreateContext ();
12310 if ac_fn_c_try_link
"$LINENO"; then :
12312 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12313 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'` ;;
12314 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12315 if ${ac_cv_lib_soname_GL:+false} :; then :
12316 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12320 ac_cv_lib_soname_GL
=
12322 rm -f core conftest.err conftest.
$ac_objext \
12323 conftest
$ac_exeext conftest.
$ac_ext
12324 LIBS
=$ac_check_soname_save_LIBS
12326 if ${ac_cv_lib_soname_GL:+false} :; then :
12327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12328 $as_echo "not found" >&6; }
12329 if test -f /usr
/X11R
6/lib
/libGL.a
12331 opengl_msg
="/usr/X11R6/lib/libGL.a is present on your system.
12332 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
12334 opengl_msg
="No OpenGL library found on this system."
12337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
12338 $as_echo "$ac_cv_lib_soname_GL" >&6; }
12340 cat >>confdefs.h
<<_ACEOF
12341 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
12344 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"
12347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
12348 $as_echo "$ac_cv_lib_soname_GL" >&6; }
12350 cat >>confdefs.h
<<_ACEOF
12351 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
12356 if test "x$with_glu" != "xno"
12358 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLU" >&5
12359 $as_echo_n "checking for -lGLU... " >&6; }
12360 if ${ac_cv_lib_soname_GLU+:} false
; then :
12361 $as_echo_n "(cached) " >&6
12363 ac_check_soname_save_LIBS
=$LIBS
12364 LIBS
="-lGLU $OPENGL_LIBS $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
12365 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12366 /* end confdefs.h. */
12368 /* Override any GCC internal prototype to avoid an error.
12369 Use char because int might match the return type of a GCC
12370 builtin and then its argument prototype would still apply. */
12378 return gluLookAt ();
12383 if ac_fn_c_try_link
"$LINENO"; then :
12385 dll
) ac_cv_lib_soname_GLU
=`$ac_cv_path_LDD conftest.exe | grep "GLU" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12386 dylib
) ac_cv_lib_soname_GLU
=`$OTOOL -L conftest$ac_exeext | grep "libGLU\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libGLU\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
12387 *) ac_cv_lib_soname_GLU
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGLU\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGLU\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12388 if ${ac_cv_lib_soname_GLU:+false} :; then :
12389 ac_cv_lib_soname_GLU
=`$LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12393 ac_cv_lib_soname_GLU
=
12395 rm -f core conftest.err conftest.
$ac_objext \
12396 conftest
$ac_exeext conftest.
$ac_ext
12397 LIBS
=$ac_check_soname_save_LIBS
12399 if ${ac_cv_lib_soname_GLU:+false} :; then :
12400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12401 $as_echo "not found" >&6; }
12404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLU" >&5
12405 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
12407 cat >>confdefs.h
<<_ACEOF
12408 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
12413 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
12414 case "x$with_glu" in
12415 x
) as_fn_append wine_notices
"|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
12417 *) as_fn_error $?
"libGLU ${notice_platform}development files not found, GLU won't be supported.
12418 This is an error since --with-glu was requested." "$LINENO" 5 ;;
12424 if test "x$with_osmesa" != "xno"
12426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lOSMesa" >&5
12427 $as_echo_n "checking for -lOSMesa... " >&6; }
12428 if ${ac_cv_lib_soname_OSMesa+:} false
; then :
12429 $as_echo_n "(cached) " >&6
12431 ac_check_soname_save_LIBS
=$LIBS
12432 LIBS
="-lOSMesa $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
12433 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12434 /* end confdefs.h. */
12436 /* Override any GCC internal prototype to avoid an error.
12437 Use char because int might match the return type of a GCC
12438 builtin and then its argument prototype would still apply. */
12442 char OSMesaGetProcAddress ();
12446 return OSMesaGetProcAddress ();
12451 if ac_fn_c_try_link
"$LINENO"; then :
12453 dll
) ac_cv_lib_soname_OSMesa
=`$ac_cv_path_LDD conftest.exe | grep "OSMesa" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12454 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'` ;;
12455 *) ac_cv_lib_soname_OSMesa
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libOSMesa\\.$LIBEXT" | sed -e "s/^.*\\[\\(libOSMesa\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12456 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
12457 ac_cv_lib_soname_OSMesa
=`$LDD conftest$ac_exeext | grep "libOSMesa\\.$LIBEXT" | sed -e "s/^.*\(libOSMesa\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12461 ac_cv_lib_soname_OSMesa
=
12463 rm -f core conftest.err conftest.
$ac_objext \
12464 conftest
$ac_exeext conftest.
$ac_ext
12465 LIBS
=$ac_check_soname_save_LIBS
12467 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
12468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12469 $as_echo "not found" >&6; }
12472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_OSMesa" >&5
12473 $as_echo "$ac_cv_lib_soname_OSMesa" >&6; }
12475 cat >>confdefs.h
<<_ACEOF
12476 #define SONAME_LIBOSMESA "$ac_cv_lib_soname_OSMesa"
12481 if test "x$ac_cv_lib_soname_OSMesa" = "x"; then :
12482 case "x$with_osmesa" in
12483 x
) as_fn_append wine_notices
"|libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported." ;;
12485 *) as_fn_error $?
"libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
12486 This is an error since --with-osmesa was requested." "$LINENO" 5 ;;
12492 if test -n "$opengl_msg"; then :
12493 case "x$with_opengl" in
12494 x
) as_fn_append wine_warnings
"|$opengl_msg
12495 OpenGL and Direct3D won't be supported." ;;
12497 *) as_fn_error $?
"$opengl_msg
12498 OpenGL and Direct3D won't be supported.
12499 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
12504 CPPFLAGS
="$ac_save_CPPFLAGS"
12510 if test "$enable_wineandroid_drv$enable_winemac_drv" = "nono"
12512 if test "x$X_LIBS" = "x"; then :
12515 *) as_fn_error $?
"X ${notice_platform}development files not found. Wine will be built
12516 without X support, which probably isn't what you want. You will need
12517 to install ${notice_platform}development packages of Xlib at the very least.
12518 Use the --without-x option if you really want this." "$LINENO" 5 ;;
12520 enable_winex11_drv
=${enable_winex11_drv:-no}
12523 if test "x$X_LIBS" = "x"; then :
12525 x
) as_fn_append wine_notices
"|X ${notice_platform}development files not found, the X11 driver won't be supported." ;;
12527 *) as_fn_error $?
"X ${notice_platform}development files not found, the X11 driver won't be supported.
12528 This is an error since --with-x was requested." "$LINENO" 5 ;;
12530 enable_winex11_drv
=${enable_winex11_drv:-no}
12534 if test "$ac_cv_header_CL_cl_h" = "yes"
12536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5
12537 $as_echo_n "checking for clGetPlatformInfo in -lOpenCL... " >&6; }
12538 if ${ac_cv_lib_OpenCL_clGetPlatformInfo+:} false
; then :
12539 $as_echo_n "(cached) " >&6
12541 ac_check_lib_save_LIBS
=$LIBS
12542 LIBS
="-lOpenCL $LIBS"
12543 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12544 /* end confdefs.h. */
12546 /* Override any GCC internal prototype to avoid an error.
12547 Use char because int might match the return type of a GCC
12548 builtin and then its argument prototype would still apply. */
12552 char clGetPlatformInfo ();
12556 return clGetPlatformInfo ();
12561 if ac_fn_c_try_link
"$LINENO"; then :
12562 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
12564 ac_cv_lib_OpenCL_clGetPlatformInfo
=no
12566 rm -f core conftest.err conftest.
$ac_objext \
12567 conftest
$ac_exeext conftest.
$ac_ext
12568 LIBS
=$ac_check_lib_save_LIBS
12570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_OpenCL_clGetPlatformInfo" >&5
12571 $as_echo "$ac_cv_lib_OpenCL_clGetPlatformInfo" >&6; }
12572 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" = xyes
; then :
12573 OPENCL_LIBS
="-lOpenCL"
12578 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes
; then :
12579 case "x$with_opencl" in
12580 x
) as_fn_append wine_notices
"|OpenCL ${notice_platform}development files not found, OpenCL won't be supported." ;;
12582 *) as_fn_error $?
"OpenCL ${notice_platform}development files not found, OpenCL won't be supported.
12583 This is an error since --with-opencl was requested." "$LINENO" 5 ;;
12585 enable_opencl
=${enable_opencl:-no}
12588 if test "$ac_cv_header_pcap_pcap_h" = "yes"
12590 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcap_create in -lpcap" >&5
12591 $as_echo_n "checking for pcap_create in -lpcap... " >&6; }
12592 if ${ac_cv_lib_pcap_pcap_create+:} false
; then :
12593 $as_echo_n "(cached) " >&6
12595 ac_check_lib_save_LIBS
=$LIBS
12596 LIBS
="-lpcap $LIBS"
12597 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12598 /* end confdefs.h. */
12600 /* Override any GCC internal prototype to avoid an error.
12601 Use char because int might match the return type of a GCC
12602 builtin and then its argument prototype would still apply. */
12606 char pcap_create ();
12610 return pcap_create ();
12615 if ac_fn_c_try_link
"$LINENO"; then :
12616 ac_cv_lib_pcap_pcap_create
=yes
12618 ac_cv_lib_pcap_pcap_create
=no
12620 rm -f core conftest.err conftest.
$ac_objext \
12621 conftest
$ac_exeext conftest.
$ac_ext
12622 LIBS
=$ac_check_lib_save_LIBS
12624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcap_pcap_create" >&5
12625 $as_echo "$ac_cv_lib_pcap_pcap_create" >&6; }
12626 if test "x$ac_cv_lib_pcap_pcap_create" = xyes
; then :
12632 if test "x$ac_cv_lib_pcap_pcap_create" != xyes
; then :
12633 case "x$with_pcap" in
12634 x
) as_fn_append wine_notices
"|pcap ${notice_platform}development files not found, wpcap won't be supported." ;;
12636 *) as_fn_error $?
"pcap ${notice_platform}development files not found, wpcap won't be supported.
12637 This is an error since --with-pcap was requested." "$LINENO" 5 ;;
12639 enable_wpcap
=${enable_wpcap:-no}
12643 if test "x$with_xml" != "xno"
12645 if ${XML2_CFLAGS:+false} :; then :
12646 if ${PKG_CONFIG+:} false
; then :
12647 XML2_CFLAGS
=`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`
12650 test "$cross_compiling" = yes || XML2_CFLAGS
=${XML2_CFLAGS:-`${XML2_CONFIG:-xml2-config} --cflags 2>/dev/null`}
12651 if ${XML2_LIBS:+false} :; then :
12652 if ${PKG_CONFIG+:} false
; then :
12653 XML2_LIBS
=`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`
12656 test "$cross_compiling" = yes || XML2_LIBS
=${XML2_LIBS:-`${XML2_CONFIG:-xml2-config} --libs 2>/dev/null`}
12657 XML2_LIBS
=${XML2_LIBS:-"-lxml2"}
12658 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 cflags: $XML2_CFLAGS" >&5
12659 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 libs: $XML2_LIBS" >&5
12660 ac_save_CPPFLAGS
=$CPPFLAGS
12661 CPPFLAGS
="$CPPFLAGS $XML2_CFLAGS"
12662 for ac_header
in libxml
/parser.h libxml
/xmlsave.h libxml
/SAX2.h
12664 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12665 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12666 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
12667 cat >>confdefs.h
<<_ACEOF
12668 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12675 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"
12677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
12678 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
12679 if ${ac_cv_lib_xml2_xmlParseMemory+:} false
; then :
12680 $as_echo_n "(cached) " >&6
12682 ac_check_lib_save_LIBS
=$LIBS
12683 LIBS
="-lxml2 $XML2_LIBS $LIBS"
12684 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12685 /* end confdefs.h. */
12687 /* Override any GCC internal prototype to avoid an error.
12688 Use char because int might match the return type of a GCC
12689 builtin and then its argument prototype would still apply. */
12693 char xmlParseMemory ();
12697 return xmlParseMemory ();
12702 if ac_fn_c_try_link
"$LINENO"; then :
12703 ac_cv_lib_xml2_xmlParseMemory
=yes
12705 ac_cv_lib_xml2_xmlParseMemory
=no
12707 rm -f core conftest.err conftest.
$ac_objext \
12708 conftest
$ac_exeext conftest.
$ac_ext
12709 LIBS
=$ac_check_lib_save_LIBS
12711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12712 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12713 if test "x$ac_cv_lib_xml2_xmlParseMemory" = xyes
; then :
12715 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
12721 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
12722 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
12723 if ${ac_cv_lib_xml2_xmlReadMemory+:} false
; then :
12724 $as_echo_n "(cached) " >&6
12726 ac_check_lib_save_LIBS
=$LIBS
12727 LIBS
="-lxml2 $XML2_LIBS $LIBS"
12728 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12729 /* end confdefs.h. */
12731 /* Override any GCC internal prototype to avoid an error.
12732 Use char because int might match the return type of a GCC
12733 builtin and then its argument prototype would still apply. */
12737 char xmlReadMemory ();
12741 return xmlReadMemory ();
12746 if ac_fn_c_try_link
"$LINENO"; then :
12747 ac_cv_lib_xml2_xmlReadMemory
=yes
12749 ac_cv_lib_xml2_xmlReadMemory
=no
12751 rm -f core conftest.err conftest.
$ac_objext \
12752 conftest
$ac_exeext conftest.
$ac_ext
12753 LIBS
=$ac_check_lib_save_LIBS
12755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12756 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12757 if test "x$ac_cv_lib_xml2_xmlReadMemory" = xyes
; then :
12759 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
12763 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
12764 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
12765 if ${ac_cv_lib_xml2_xmlNewDocPI+:} false
; then :
12766 $as_echo_n "(cached) " >&6
12768 ac_check_lib_save_LIBS
=$LIBS
12769 LIBS
="-lxml2 $XML2_LIBS $LIBS"
12770 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12771 /* end confdefs.h. */
12773 /* Override any GCC internal prototype to avoid an error.
12774 Use char because int might match the return type of a GCC
12775 builtin and then its argument prototype would still apply. */
12779 char xmlNewDocPI ();
12783 return xmlNewDocPI ();
12788 if ac_fn_c_try_link
"$LINENO"; then :
12789 ac_cv_lib_xml2_xmlNewDocPI
=yes
12791 ac_cv_lib_xml2_xmlNewDocPI
=no
12793 rm -f core conftest.err conftest.
$ac_objext \
12794 conftest
$ac_exeext conftest.
$ac_ext
12795 LIBS
=$ac_check_lib_save_LIBS
12797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12798 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12799 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = xyes
; then :
12801 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
12805 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetParserStructuredErrors in -lxml2" >&5
12806 $as_echo_n "checking for xmlSchemaSetParserStructuredErrors in -lxml2... " >&6; }
12807 if ${ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors+:} false
; then :
12808 $as_echo_n "(cached) " >&6
12810 ac_check_lib_save_LIBS
=$LIBS
12811 LIBS
="-lxml2 $XML2_LIBS $LIBS"
12812 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12813 /* end confdefs.h. */
12815 /* Override any GCC internal prototype to avoid an error.
12816 Use char because int might match the return type of a GCC
12817 builtin and then its argument prototype would still apply. */
12821 char xmlSchemaSetParserStructuredErrors ();
12825 return xmlSchemaSetParserStructuredErrors ();
12830 if ac_fn_c_try_link
"$LINENO"; then :
12831 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors
=yes
12833 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors
=no
12835 rm -f core conftest.err conftest.
$ac_objext \
12836 conftest
$ac_exeext conftest.
$ac_ext
12837 LIBS
=$ac_check_lib_save_LIBS
12839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&5
12840 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&6; }
12841 if test "x$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" = xyes
; then :
12843 $as_echo "#define HAVE_XMLSCHEMASSETPARSERSTRUCTUREDERRORS 1" >>confdefs.h
12847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetValidStructuredErrors in -lxml2" >&5
12848 $as_echo_n "checking for xmlSchemaSetValidStructuredErrors in -lxml2... " >&6; }
12849 if ${ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors+:} false
; then :
12850 $as_echo_n "(cached) " >&6
12852 ac_check_lib_save_LIBS
=$LIBS
12853 LIBS
="-lxml2 $XML2_LIBS $LIBS"
12854 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12855 /* end confdefs.h. */
12857 /* Override any GCC internal prototype to avoid an error.
12858 Use char because int might match the return type of a GCC
12859 builtin and then its argument prototype would still apply. */
12863 char xmlSchemaSetValidStructuredErrors ();
12867 return xmlSchemaSetValidStructuredErrors ();
12872 if ac_fn_c_try_link
"$LINENO"; then :
12873 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors
=yes
12875 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors
=no
12877 rm -f core conftest.err conftest.
$ac_objext \
12878 conftest
$ac_exeext conftest.
$ac_ext
12879 LIBS
=$ac_check_lib_save_LIBS
12881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&5
12882 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&6; }
12883 if test "x$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" = xyes
; then :
12885 $as_echo "#define HAVE_XMLSCHEMASSETVALIDSTRUCTUREDERRORS 1" >>confdefs.h
12889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlFirstElementChild in -lxml2" >&5
12890 $as_echo_n "checking for xmlFirstElementChild in -lxml2... " >&6; }
12891 if ${ac_cv_lib_xml2_xmlFirstElementChild+:} false
; then :
12892 $as_echo_n "(cached) " >&6
12894 ac_check_lib_save_LIBS
=$LIBS
12895 LIBS
="-lxml2 $XML2_LIBS $LIBS"
12896 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12897 /* end confdefs.h. */
12899 /* Override any GCC internal prototype to avoid an error.
12900 Use char because int might match the return type of a GCC
12901 builtin and then its argument prototype would still apply. */
12905 char xmlFirstElementChild ();
12909 return xmlFirstElementChild ();
12914 if ac_fn_c_try_link
"$LINENO"; then :
12915 ac_cv_lib_xml2_xmlFirstElementChild
=yes
12917 ac_cv_lib_xml2_xmlFirstElementChild
=no
12919 rm -f core conftest.err conftest.
$ac_objext \
12920 conftest
$ac_exeext conftest.
$ac_ext
12921 LIBS
=$ac_check_lib_save_LIBS
12923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlFirstElementChild" >&5
12924 $as_echo "$ac_cv_lib_xml2_xmlFirstElementChild" >&6; }
12925 if test "x$ac_cv_lib_xml2_xmlFirstElementChild" = xyes
; then :
12927 $as_echo "#define HAVE_XMLFIRSTELEMENTCHILD 1" >>confdefs.h
12931 ac_fn_c_check_type
"$LINENO" "xmlDocProperties" "ac_cv_type_xmlDocProperties" "#include <libxml/tree.h>
12933 if test "x$ac_cv_type_xmlDocProperties" = xyes
; then :
12935 $as_echo "#define HAVE_XMLDOC_PROPERTIES 1" >>confdefs.h
12943 CPPFLAGS
=$ac_save_CPPFLAGS
12944 test -z "$XML2_CFLAGS" || XML2_CFLAGS
=`echo " $XML2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12945 test -z "$XML2_LIBS" || XML2_LIBS
=`echo " $XML2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12948 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
12949 case "x$with_xml" in
12950 x
) as_fn_append wine_warnings
"|libxml2 ${notice_platform}development files not found (or too old), XML won't be supported." ;;
12952 *) as_fn_error $?
"libxml2 ${notice_platform}development files not found (or too old), XML won't be supported.
12953 This is an error since --with-xml was requested." "$LINENO" 5 ;;
12958 if test "x$with_xslt" != "xno"
12960 if ${XSLT_CFLAGS:+false} :; then :
12961 if ${PKG_CONFIG+:} false
; then :
12962 XSLT_CFLAGS
=`$PKG_CONFIG --cflags libxslt 2>/dev/null`
12965 test "$cross_compiling" = yes || XSLT_CFLAGS
=${XSLT_CFLAGS:-`${XSLT_CONFIG:-xslt-config} --cflags 2>/dev/null`}
12966 if ${XSLT_LIBS:+false} :; then :
12967 if ${PKG_CONFIG+:} false
; then :
12968 XSLT_LIBS
=`$PKG_CONFIG --libs libxslt 2>/dev/null`
12971 test "$cross_compiling" = yes || XSLT_LIBS
=${XSLT_LIBS:-`${XSLT_CONFIG:-xslt-config} --libs 2>/dev/null`}
12972 XSLT_LIBS
=${XSLT_LIBS:-"-lxml2"}
12973 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt cflags: $XSLT_CFLAGS" >&5
12974 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt libs: $XSLT_LIBS" >&5
12975 ac_save_CPPFLAGS
=$CPPFLAGS
12976 CPPFLAGS
="$CPPFLAGS $XSLT_CFLAGS"
12977 for ac_header
in libxslt
/pattern.h libxslt
/transform.h
12979 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12980 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
12981 # include <libxslt/pattern.h>
12984 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
12985 cat >>confdefs.h
<<_ACEOF
12986 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12993 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12995 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
12996 $as_echo_n "checking for -lxslt... " >&6; }
12997 if ${ac_cv_lib_soname_xslt+:} false
; then :
12998 $as_echo_n "(cached) " >&6
13000 ac_check_soname_save_LIBS
=$LIBS
13001 LIBS
="-lxslt $XSLT_LIBS $LIBS"
13002 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13003 /* end confdefs.h. */
13005 /* Override any GCC internal prototype to avoid an error.
13006 Use char because int might match the return type of a GCC
13007 builtin and then its argument prototype would still apply. */
13011 char xsltCompilePattern ();
13015 return xsltCompilePattern ();
13020 if ac_fn_c_try_link
"$LINENO"; then :
13022 dll
) ac_cv_lib_soname_xslt
=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13023 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'` ;;
13024 *) ac_cv_lib_soname_xslt
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libxslt\\.$LIBEXT" | sed -e "s/^.*\\[\\(libxslt\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13025 if ${ac_cv_lib_soname_xslt:+false} :; then :
13026 ac_cv_lib_soname_xslt
=`$LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13030 ac_cv_lib_soname_xslt
=
13032 rm -f core conftest.err conftest.
$ac_objext \
13033 conftest
$ac_exeext conftest.
$ac_ext
13034 LIBS
=$ac_check_soname_save_LIBS
13036 if ${ac_cv_lib_soname_xslt:+false} :; then :
13037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13038 $as_echo "not found" >&6; }
13041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
13042 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
13044 cat >>confdefs.h
<<_ACEOF
13045 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
13053 CPPFLAGS
=$ac_save_CPPFLAGS
13054 test -z "$XSLT_CFLAGS" || XSLT_CFLAGS
=`echo " $XSLT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13055 test -z "$XSLT_LIBS" || XSLT_LIBS
=`echo " $XSLT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13058 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
13059 case "x$with_xslt" in
13060 x
) as_fn_append wine_warnings
"|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
13062 *) as_fn_error $?
"libxslt ${notice_platform}development files not found, xslt won't be supported.
13063 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
13068 if test "x$with_inotify" != "xno"
13070 if ${INOTIFY_CFLAGS:+false} :; then :
13071 if ${PKG_CONFIG+:} false
; then :
13072 INOTIFY_CFLAGS
=`$PKG_CONFIG --cflags libinotify 2>/dev/null`
13076 if ${INOTIFY_LIBS:+false} :; then :
13077 if ${PKG_CONFIG+:} false
; then :
13078 INOTIFY_LIBS
=`$PKG_CONFIG --libs libinotify 2>/dev/null`
13083 $as_echo "$as_me:${as_lineno-$LINENO}: libinotify cflags: $INOTIFY_CFLAGS" >&5
13084 $as_echo "$as_me:${as_lineno-$LINENO}: libinotify libs: $INOTIFY_LIBS" >&5
13085 ac_save_CPPFLAGS
=$CPPFLAGS
13086 CPPFLAGS
="$CPPFLAGS $INOTIFY_CFLAGS"
13087 for ac_header
in sys
/inotify.h
13089 ac_fn_c_check_header_mongrel
"$LINENO" "sys/inotify.h" "ac_cv_header_sys_inotify_h" "$ac_includes_default"
13090 if test "x$ac_cv_header_sys_inotify_h" = xyes
; then :
13091 cat >>confdefs.h
<<_ACEOF
13092 #define HAVE_SYS_INOTIFY_H 1
13099 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inotify_add_watch in -linotify" >&5
13100 $as_echo_n "checking for inotify_add_watch in -linotify... " >&6; }
13101 if ${ac_cv_lib_inotify_inotify_add_watch+:} false
; then :
13102 $as_echo_n "(cached) " >&6
13104 ac_check_lib_save_LIBS
=$LIBS
13105 LIBS
="-linotify $INOTIFY_LIBS $LIBS"
13106 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13107 /* end confdefs.h. */
13109 /* Override any GCC internal prototype to avoid an error.
13110 Use char because int might match the return type of a GCC
13111 builtin and then its argument prototype would still apply. */
13115 char inotify_add_watch ();
13119 return inotify_add_watch ();
13124 if ac_fn_c_try_link
"$LINENO"; then :
13125 ac_cv_lib_inotify_inotify_add_watch
=yes
13127 ac_cv_lib_inotify_inotify_add_watch
=no
13129 rm -f core conftest.err conftest.
$ac_objext \
13130 conftest
$ac_exeext conftest.
$ac_ext
13131 LIBS
=$ac_check_lib_save_LIBS
13133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_inotify_inotify_add_watch" >&5
13134 $as_echo "$ac_cv_lib_inotify_inotify_add_watch" >&6; }
13135 if test "x$ac_cv_lib_inotify_inotify_add_watch" = xyes
; then :
13141 CPPFLAGS
=$ac_save_CPPFLAGS
13142 test -z "$INOTIFY_CFLAGS" || INOTIFY_CFLAGS
=`echo " $INOTIFY_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13143 test -z "$INOTIFY_LIBS" || INOTIFY_LIBS
=`echo " $INOTIFY_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13146 if test "$ac_cv_header_sys_inotify_h" != "yes"; then :
13147 case "x$with_inotify" in
13148 x
) as_fn_append wine_notices
"|libinotify ${notice_platform}development files not found (or too old), filesystem change notifications won't be supported." ;;
13150 *) as_fn_error $?
"libinotify ${notice_platform}development files not found (or too old), filesystem change notifications won't be supported.
13151 This is an error since --with-inotify was requested." "$LINENO" 5 ;;
13156 if test "x$with_dbus" != "xno"
13158 if ${DBUS_CFLAGS:+false} :; then :
13159 if ${PKG_CONFIG+:} false
; then :
13160 DBUS_CFLAGS
=`$PKG_CONFIG --cflags dbus-1 2>/dev/null`
13164 if ${DBUS_LIBS:+false} :; then :
13165 if ${PKG_CONFIG+:} false
; then :
13166 DBUS_LIBS
=`$PKG_CONFIG --libs dbus-1 2>/dev/null`
13171 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 cflags: $DBUS_CFLAGS" >&5
13172 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 libs: $DBUS_LIBS" >&5
13173 ac_save_CPPFLAGS
=$CPPFLAGS
13174 CPPFLAGS
="$CPPFLAGS $DBUS_CFLAGS"
13175 ac_fn_c_check_header_mongrel
"$LINENO" "dbus/dbus.h" "ac_cv_header_dbus_dbus_h" "$ac_includes_default"
13176 if test "x$ac_cv_header_dbus_dbus_h" = xyes
; then :
13177 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ldbus-1" >&5
13178 $as_echo_n "checking for -ldbus-1... " >&6; }
13179 if ${ac_cv_lib_soname_dbus_1+:} false
; then :
13180 $as_echo_n "(cached) " >&6
13182 ac_check_soname_save_LIBS
=$LIBS
13183 LIBS
="-ldbus-1 $DBUS_LIBS $LIBS"
13184 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13185 /* end confdefs.h. */
13187 /* Override any GCC internal prototype to avoid an error.
13188 Use char because int might match the return type of a GCC
13189 builtin and then its argument prototype would still apply. */
13193 char dbus_connection_close ();
13197 return dbus_connection_close ();
13202 if ac_fn_c_try_link
"$LINENO"; then :
13204 dll
) ac_cv_lib_soname_dbus_1
=`$ac_cv_path_LDD conftest.exe | grep "dbus-1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13205 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'` ;;
13206 *) 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'`
13207 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
13208 ac_cv_lib_soname_dbus_1
=`$LDD conftest$ac_exeext | grep "libdbus-1\\.$LIBEXT" | sed -e "s/^.*\(libdbus-1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13212 ac_cv_lib_soname_dbus_1
=
13214 rm -f core conftest.err conftest.
$ac_objext \
13215 conftest
$ac_exeext conftest.
$ac_ext
13216 LIBS
=$ac_check_soname_save_LIBS
13218 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
13219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13220 $as_echo "not found" >&6; }
13223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_dbus_1" >&5
13224 $as_echo "$ac_cv_lib_soname_dbus_1" >&6; }
13226 cat >>confdefs.h
<<_ACEOF
13227 #define SONAME_LIBDBUS_1 "$ac_cv_lib_soname_dbus_1"
13237 CPPFLAGS
=$ac_save_CPPFLAGS
13238 test -z "$DBUS_CFLAGS" || DBUS_CFLAGS
=`echo " $DBUS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13239 test -z "$DBUS_LIBS" || DBUS_LIBS
=`echo " $DBUS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13242 if test "x$ac_cv_lib_soname_dbus_1" = "x" -a \
13243 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
13244 case "x$with_dbus" in
13245 x
) as_fn_append wine_notices
"|libdbus ${notice_platform}development files not found, no dynamic device support." ;;
13247 *) as_fn_error $?
"libdbus ${notice_platform}development files not found, no dynamic device support.
13248 This is an error since --with-dbus was requested." "$LINENO" 5 ;;
13253 if test "x$with_hal" != "xno" -a "x$ac_cv_lib_soname_dbus_1" != x
13255 if ${HAL_CFLAGS:+false} :; then :
13256 if ${PKG_CONFIG+:} false
; then :
13257 HAL_CFLAGS
=`$PKG_CONFIG --cflags hal 2>/dev/null`
13261 if ${HAL_LIBS:+false} :; then :
13262 if ${PKG_CONFIG+:} false
; then :
13263 HAL_LIBS
=`$PKG_CONFIG --libs hal 2>/dev/null`
13267 HAL_LIBS
=${HAL_LIBS:-"-ldbus-1"}
13268 $as_echo "$as_me:${as_lineno-$LINENO}: hal cflags: $HAL_CFLAGS" >&5
13269 $as_echo "$as_me:${as_lineno-$LINENO}: hal libs: $HAL_LIBS" >&5
13270 ac_save_CPPFLAGS
=$CPPFLAGS
13271 CPPFLAGS
="$CPPFLAGS $HAL_CFLAGS"
13272 ac_fn_c_check_header_mongrel
"$LINENO" "hal/libhal.h" "ac_cv_header_hal_libhal_h" "$ac_includes_default"
13273 if test "x$ac_cv_header_hal_libhal_h" = xyes
; then :
13274 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
13275 $as_echo_n "checking for -lhal... " >&6; }
13276 if ${ac_cv_lib_soname_hal+:} false
; then :
13277 $as_echo_n "(cached) " >&6
13279 ac_check_soname_save_LIBS
=$LIBS
13280 LIBS
="-lhal $HAL_LIBS $LIBS"
13281 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13282 /* end confdefs.h. */
13284 /* Override any GCC internal prototype to avoid an error.
13285 Use char because int might match the return type of a GCC
13286 builtin and then its argument prototype would still apply. */
13290 char libhal_ctx_new ();
13294 return libhal_ctx_new ();
13299 if ac_fn_c_try_link
"$LINENO"; then :
13301 dll
) ac_cv_lib_soname_hal
=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13302 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'` ;;
13303 *) ac_cv_lib_soname_hal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libhal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libhal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13304 if ${ac_cv_lib_soname_hal:+false} :; then :
13305 ac_cv_lib_soname_hal
=`$LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13309 ac_cv_lib_soname_hal
=
13311 rm -f core conftest.err conftest.
$ac_objext \
13312 conftest
$ac_exeext conftest.
$ac_ext
13313 LIBS
=$ac_check_soname_save_LIBS
13315 if ${ac_cv_lib_soname_hal:+false} :; then :
13316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13317 $as_echo "not found" >&6; }
13320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
13321 $as_echo "$ac_cv_lib_soname_hal" >&6; }
13323 cat >>confdefs.h
<<_ACEOF
13324 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
13334 CPPFLAGS
=$ac_save_CPPFLAGS
13335 test -z "$HAL_CFLAGS" || HAL_CFLAGS
=`echo " $HAL_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13336 test -z "$HAL_LIBS" || HAL_LIBS
=`echo " $HAL_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13338 if test "x$ac_cv_lib_soname_hal" = "x" -a \
13339 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
13340 case "x$with_hal" in
13341 x
) as_fn_append wine_notices
"|libhal ${notice_platform}development files not found, no legacy dynamic device support." ;;
13343 *) as_fn_error $?
"libhal ${notice_platform}development files not found, no legacy dynamic device support.
13344 This is an error since --with-hal was requested." "$LINENO" 5 ;;
13350 if test "x$with_gnutls" != "xno"
13352 if ${GNUTLS_CFLAGS:+false} :; then :
13353 if ${PKG_CONFIG+:} false
; then :
13354 GNUTLS_CFLAGS
=`$PKG_CONFIG --cflags gnutls 2>/dev/null`
13358 if ${GNUTLS_LIBS:+false} :; then :
13359 if ${PKG_CONFIG+:} false
; then :
13360 GNUTLS_LIBS
=`$PKG_CONFIG --libs gnutls 2>/dev/null`
13365 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls cflags: $GNUTLS_CFLAGS" >&5
13366 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls libs: $GNUTLS_LIBS" >&5
13367 ac_save_CPPFLAGS
=$CPPFLAGS
13368 CPPFLAGS
="$CPPFLAGS $GNUTLS_CFLAGS"
13369 ac_fn_c_check_header_mongrel
"$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
13370 if test "x$ac_cv_header_gnutls_gnutls_h" = xyes
; then :
13371 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13372 /* end confdefs.h. */
13373 #include <gnutls/gnutls.h>
13374 #include <gnutls/crypto.h>
13378 static typeof(gnutls_mac_get_key_size) *func; if (func) return 0;
13383 if ac_fn_c_try_compile
"$LINENO"; then :
13384 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
13385 $as_echo_n "checking for -lgnutls... " >&6; }
13386 if ${ac_cv_lib_soname_gnutls+:} false
; then :
13387 $as_echo_n "(cached) " >&6
13389 ac_check_soname_save_LIBS
=$LIBS
13390 LIBS
="-lgnutls $GNUTLS_LIBS $LIBS"
13391 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13392 /* end confdefs.h. */
13394 /* Override any GCC internal prototype to avoid an error.
13395 Use char because int might match the return type of a GCC
13396 builtin and then its argument prototype would still apply. */
13400 char gnutls_global_init ();
13404 return gnutls_global_init ();
13409 if ac_fn_c_try_link
"$LINENO"; then :
13411 dll
) ac_cv_lib_soname_gnutls
=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13412 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'` ;;
13413 *) 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'`
13414 if ${ac_cv_lib_soname_gnutls:+false} :; then :
13415 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'`
13419 ac_cv_lib_soname_gnutls
=
13421 rm -f core conftest.err conftest.
$ac_objext \
13422 conftest
$ac_exeext conftest.
$ac_ext
13423 LIBS
=$ac_check_soname_save_LIBS
13425 if ${ac_cv_lib_soname_gnutls:+false} :; then :
13426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13427 $as_echo "not found" >&6; }
13430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
13431 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
13433 cat >>confdefs.h
<<_ACEOF
13434 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13439 ac_wine_check_funcs_save_LIBS
="$LIBS"
13440 LIBS
="$LIBS $GNUTLS_LIBS"
13441 for ac_func
in gnutls_cipher_init
13443 ac_fn_c_check_func
"$LINENO" "gnutls_cipher_init" "ac_cv_func_gnutls_cipher_init"
13444 if test "x$ac_cv_func_gnutls_cipher_init" = xyes
; then :
13445 cat >>confdefs.h
<<_ACEOF
13446 #define HAVE_GNUTLS_CIPHER_INIT 1
13450 as_fn_append wine_notices
"|libgnutls ${notice_platform}development files too old, bcrypt encryption won't be supported."
13454 LIBS
="$ac_wine_check_funcs_save_LIBS"
13456 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13462 CPPFLAGS
=$ac_save_CPPFLAGS
13463 test -z "$GNUTLS_CFLAGS" || GNUTLS_CFLAGS
=`echo " $GNUTLS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13464 test -z "$GNUTLS_LIBS" || GNUTLS_LIBS
=`echo " $GNUTLS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13467 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
13468 case "x$with_gnutls" in
13469 x
) as_fn_append wine_warnings
"|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13471 *) as_fn_error $?
"libgnutls ${notice_platform}development files not found, no schannel support.
13472 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
13478 if test "$ac_cv_header_ncurses_h" = "yes"
13480 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
13481 $as_echo_n "checking for -lncurses... " >&6; }
13482 if ${ac_cv_lib_soname_ncurses+:} false
; then :
13483 $as_echo_n "(cached) " >&6
13485 ac_check_soname_save_LIBS
=$LIBS
13486 LIBS
="-lncurses $LIBS"
13487 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13488 /* end confdefs.h. */
13490 /* Override any GCC internal prototype to avoid an error.
13491 Use char because int might match the return type of a GCC
13492 builtin and then its argument prototype would still apply. */
13505 if ac_fn_c_try_link
"$LINENO"; then :
13507 dll
) ac_cv_lib_soname_ncurses
=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13508 dylib
) ac_cv_lib_soname_ncurses
=`$OTOOL -L conftest$ac_exeext | grep "libncursesw\\{0,1\\}\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libncursesw\\{0,1\\}\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
13509 *) ac_cv_lib_soname_ncurses
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libncursesw\\{0,1\\}\\.$LIBEXT" | sed -e "s/^.*\\[\\(libncursesw\\{0,1\\}\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13510 if ${ac_cv_lib_soname_ncurses:+false} :; then :
13511 ac_cv_lib_soname_ncurses
=`$LDD conftest$ac_exeext | grep "libncursesw\\{0,1\\}\\.$LIBEXT" | sed -e "s/^.*\(libncursesw\\{0,1\\}\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13515 ac_cv_lib_soname_ncurses
=
13517 rm -f core conftest.err conftest.
$ac_objext \
13518 conftest
$ac_exeext conftest.
$ac_ext
13519 LIBS
=$ac_check_soname_save_LIBS
13521 if ${ac_cv_lib_soname_ncurses:+false} :; then :
13522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13523 $as_echo "not found" >&6; }
13526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
13527 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
13529 cat >>confdefs.h
<<_ACEOF
13530 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13533 CURSES_LIBS
="-lncurses"
13535 elif test "$ac_cv_header_curses_h" = "yes"
13537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
13538 $as_echo_n "checking for -lcurses... " >&6; }
13539 if ${ac_cv_lib_soname_curses+:} false
; then :
13540 $as_echo_n "(cached) " >&6
13542 ac_check_soname_save_LIBS
=$LIBS
13543 LIBS
="-lcurses $LIBS"
13544 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13545 /* end confdefs.h. */
13547 /* Override any GCC internal prototype to avoid an error.
13548 Use char because int might match the return type of a GCC
13549 builtin and then its argument prototype would still apply. */
13562 if ac_fn_c_try_link
"$LINENO"; then :
13564 dll
) ac_cv_lib_soname_curses
=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13565 dylib
) ac_cv_lib_soname_curses
=`$OTOOL -L conftest$ac_exeext | grep "libcurses\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libcurses\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
13566 *) ac_cv_lib_soname_curses
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcurses\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcurses\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13567 if ${ac_cv_lib_soname_curses:+false} :; then :
13568 ac_cv_lib_soname_curses
=`$LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13572 ac_cv_lib_soname_curses
=
13574 rm -f core conftest.err conftest.
$ac_objext \
13575 conftest
$ac_exeext conftest.
$ac_ext
13576 LIBS
=$ac_check_soname_save_LIBS
13578 if ${ac_cv_lib_soname_curses:+false} :; then :
13579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13580 $as_echo "not found" >&6; }
13583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
13584 $as_echo "$ac_cv_lib_soname_curses" >&6; }
13586 cat >>confdefs.h
<<_ACEOF
13587 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13590 CURSES_LIBS
="-lcurses"
13593 ac_save_LIBS
="$LIBS"
13594 LIBS
="$LIBS $CURSES_LIBS"
13595 for ac_func
in mousemask
13597 ac_fn_c_check_func
"$LINENO" "mousemask" "ac_cv_func_mousemask"
13598 if test "x$ac_cv_func_mousemask" = xyes
; then :
13599 cat >>confdefs.h
<<_ACEOF
13600 #define HAVE_MOUSEMASK 1
13606 LIBS
="$ac_save_LIBS"
13607 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
13608 case "x$with_curses" in
13609 x
) as_fn_append wine_notices
"|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13611 *) as_fn_error $?
"lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13612 This is an error since --with-curses was requested." "$LINENO" 5 ;;
13617 if test "x$with_sane" != "xno"
13619 if ${SANE_CFLAGS:+false} :; then :
13620 if ${PKG_CONFIG+:} false
; then :
13621 SANE_CFLAGS
=`$PKG_CONFIG --cflags libsane 2>/dev/null`
13624 test "$cross_compiling" = yes || SANE_CFLAGS
=${SANE_CFLAGS:-`${SANE_CONFIG:-sane-config} --cflags 2>/dev/null`}
13625 if ${SANE_LIBS:+false} :; then :
13626 if ${PKG_CONFIG+:} false
; then :
13627 SANE_LIBS
=`$PKG_CONFIG --libs libsane 2>/dev/null`
13630 test "$cross_compiling" = yes || SANE_LIBS
=${SANE_LIBS:-`${SANE_CONFIG:-sane-config} --ldflags 2>/dev/null`}
13632 $as_echo "$as_me:${as_lineno-$LINENO}: libsane cflags: $SANE_CFLAGS" >&5
13633 $as_echo "$as_me:${as_lineno-$LINENO}: libsane libs: $SANE_LIBS" >&5
13634 ac_save_CPPFLAGS
=$CPPFLAGS
13635 CPPFLAGS
="$CPPFLAGS $SANE_CFLAGS"
13636 ac_fn_c_check_header_mongrel
"$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
13637 if test "x$ac_cv_header_sane_sane_h" = xyes
; then :
13638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
13639 $as_echo_n "checking for -lsane... " >&6; }
13640 if ${ac_cv_lib_soname_sane+:} false
; then :
13641 $as_echo_n "(cached) " >&6
13643 ac_check_soname_save_LIBS
=$LIBS
13644 LIBS
="-lsane $SANE_LIBS $LIBS"
13645 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13646 /* end confdefs.h. */
13648 /* Override any GCC internal prototype to avoid an error.
13649 Use char because int might match the return type of a GCC
13650 builtin and then its argument prototype would still apply. */
13658 return sane_init ();
13663 if ac_fn_c_try_link
"$LINENO"; then :
13665 dll
) ac_cv_lib_soname_sane
=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13666 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'` ;;
13667 *) ac_cv_lib_soname_sane
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libsane\\.$LIBEXT" | sed -e "s/^.*\\[\\(libsane\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13668 if ${ac_cv_lib_soname_sane:+false} :; then :
13669 ac_cv_lib_soname_sane
=`$LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13673 ac_cv_lib_soname_sane
=
13675 rm -f core conftest.err conftest.
$ac_objext \
13676 conftest
$ac_exeext conftest.
$ac_ext
13677 LIBS
=$ac_check_soname_save_LIBS
13679 if ${ac_cv_lib_soname_sane:+false} :; then :
13680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13681 $as_echo "not found" >&6; }
13684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
13685 $as_echo "$ac_cv_lib_soname_sane" >&6; }
13687 cat >>confdefs.h
<<_ACEOF
13688 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13698 CPPFLAGS
=$ac_save_CPPFLAGS
13699 test -z "$SANE_CFLAGS" || SANE_CFLAGS
=`echo " $SANE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13700 test -z "$SANE_LIBS" || SANE_LIBS
=`echo " $SANE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13703 if test "x$ac_cv_lib_soname_sane" = "x"; then :
13704 case "x$with_sane" in
13705 x
) as_fn_append wine_notices
"|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
13707 *) as_fn_error $?
"libsane ${notice_platform}development files not found, scanners won't be supported.
13708 This is an error since --with-sane was requested." "$LINENO" 5 ;;
13713 if test "x$with_v4l2" != "xno"
13715 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l2" >&5
13716 $as_echo_n "checking for -lv4l2... " >&6; }
13717 if ${ac_cv_lib_soname_v4l2+:} false
; then :
13718 $as_echo_n "(cached) " >&6
13720 ac_check_soname_save_LIBS
=$LIBS
13721 LIBS
="-lv4l2 $LIBS"
13722 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13723 /* end confdefs.h. */
13725 /* Override any GCC internal prototype to avoid an error.
13726 Use char because int might match the return type of a GCC
13727 builtin and then its argument prototype would still apply. */
13735 return v4l2_open ();
13740 if ac_fn_c_try_link
"$LINENO"; then :
13742 dll
) ac_cv_lib_soname_v4l2
=`$ac_cv_path_LDD conftest.exe | grep "v4l2" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13743 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'` ;;
13744 *) ac_cv_lib_soname_v4l2
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libv4l2\\.$LIBEXT" | sed -e "s/^.*\\[\\(libv4l2\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13745 if ${ac_cv_lib_soname_v4l2:+false} :; then :
13746 ac_cv_lib_soname_v4l2
=`$LDD conftest$ac_exeext | grep "libv4l2\\.$LIBEXT" | sed -e "s/^.*\(libv4l2\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13750 ac_cv_lib_soname_v4l2
=
13752 rm -f core conftest.err conftest.
$ac_objext \
13753 conftest
$ac_exeext conftest.
$ac_ext
13754 LIBS
=$ac_check_soname_save_LIBS
13756 if ${ac_cv_lib_soname_v4l2:+false} :; then :
13757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13758 $as_echo "not found" >&6; }
13761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l2" >&5
13762 $as_echo "$ac_cv_lib_soname_v4l2" >&6; }
13764 cat >>confdefs.h
<<_ACEOF
13765 #define SONAME_LIBV4L2 "$ac_cv_lib_soname_v4l2"
13771 if test "x$ac_cv_lib_soname_v4l2" = "x"; then :
13772 case "x$with_v4l2" in
13773 x
) as_fn_append wine_notices
"|libv4l2 ${notice_platform}development files not found." ;;
13775 *) as_fn_error $?
"libv4l2 ${notice_platform}development files not found.
13776 This is an error since --with-v4l2 was requested." "$LINENO" 5 ;;
13781 if test "x$with_gphoto" != "xno"
13783 if ${GPHOTO2_CFLAGS:+false} :; then :
13784 if ${PKG_CONFIG+:} false
; then :
13785 GPHOTO2_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2 2>/dev/null`
13788 test "$cross_compiling" = yes || GPHOTO2_CFLAGS
=${GPHOTO2_CFLAGS:-`${GPHOTO2_CONFIG:-gphoto2-config} --cflags 2>/dev/null`}
13789 if ${GPHOTO2_LIBS:+false} :; then :
13790 if ${PKG_CONFIG+:} false
; then :
13791 GPHOTO2_LIBS
=`$PKG_CONFIG --libs libgphoto2 2>/dev/null`
13794 test "$cross_compiling" = yes || GPHOTO2_LIBS
=${GPHOTO2_LIBS:-`${GPHOTO2_CONFIG:-gphoto2-config} --libs 2>/dev/null`}
13795 GPHOTO2_LIBS
=${GPHOTO2_LIBS:-"-lgphoto2"}
13796 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 cflags: $GPHOTO2_CFLAGS" >&5
13797 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 libs: $GPHOTO2_LIBS" >&5
13798 ac_save_CPPFLAGS
=$CPPFLAGS
13799 CPPFLAGS
="$CPPFLAGS $GPHOTO2_CFLAGS"
13800 ac_fn_c_check_header_mongrel
"$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
13801 if test "x$ac_cv_header_gphoto2_camera_h" = xyes
; then :
13802 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
13803 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
13804 if ${ac_cv_lib_gphoto2_gp_camera_new+:} false
; then :
13805 $as_echo_n "(cached) " >&6
13807 ac_check_lib_save_LIBS
=$LIBS
13808 LIBS
="-lgphoto2 $GPHOTO2_LIBS $LIBS"
13809 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13810 /* end confdefs.h. */
13812 /* Override any GCC internal prototype to avoid an error.
13813 Use char because int might match the return type of a GCC
13814 builtin and then its argument prototype would still apply. */
13818 char gp_camera_new ();
13822 return gp_camera_new ();
13827 if ac_fn_c_try_link
"$LINENO"; then :
13828 ac_cv_lib_gphoto2_gp_camera_new
=yes
13830 ac_cv_lib_gphoto2_gp_camera_new
=no
13832 rm -f core conftest.err conftest.
$ac_objext \
13833 conftest
$ac_exeext conftest.
$ac_ext
13834 LIBS
=$ac_check_lib_save_LIBS
13836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
13837 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
13838 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = xyes
; then :
13840 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
13843 GPHOTO2_LIBS
=""; GPHOTO2_CFLAGS
=""
13847 GPHOTO2_LIBS
=""; GPHOTO2_CFLAGS
=""
13851 CPPFLAGS
=$ac_save_CPPFLAGS
13852 test -z "$GPHOTO2_CFLAGS" || GPHOTO2_CFLAGS
=`echo " $GPHOTO2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13853 test -z "$GPHOTO2_LIBS" || GPHOTO2_LIBS
=`echo " $GPHOTO2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13855 if ${GPHOTO2_PORT_CFLAGS:+false} :; then :
13856 if ${PKG_CONFIG+:} false
; then :
13857 GPHOTO2_PORT_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2_port 2>/dev/null`
13860 test "$cross_compiling" = yes || GPHOTO2_PORT_CFLAGS
=${GPHOTO2_PORT_CFLAGS:-`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --cflags 2>/dev/null`}
13861 if ${GPHOTO2_PORT_LIBS:+false} :; then :
13862 if ${PKG_CONFIG+:} false
; then :
13863 GPHOTO2_PORT_LIBS
=`$PKG_CONFIG --libs libgphoto2_port 2>/dev/null`
13866 test "$cross_compiling" = yes || GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --libs 2>/dev/null`}
13867 GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-"-lgphoto2_port"}
13868 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port cflags: $GPHOTO2_PORT_CFLAGS" >&5
13869 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port libs: $GPHOTO2_PORT_LIBS" >&5
13870 ac_save_CPPFLAGS
=$CPPFLAGS
13871 CPPFLAGS
="$CPPFLAGS $GPHOTO2_PORT_CFLAGS"
13872 ac_fn_c_check_header_mongrel
"$LINENO" "gphoto2-port.h" "ac_cv_header_gphoto2_port_h" "$ac_includes_default"
13873 if test "x$ac_cv_header_gphoto2_port_h" = xyes
; then :
13874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_port_info_list_new in -lgphoto2_port" >&5
13875 $as_echo_n "checking for gp_port_info_list_new in -lgphoto2_port... " >&6; }
13876 if ${ac_cv_lib_gphoto2_port_gp_port_info_list_new+:} false
; then :
13877 $as_echo_n "(cached) " >&6
13879 ac_check_lib_save_LIBS
=$LIBS
13880 LIBS
="-lgphoto2_port $GPHOTO2_PORT_LIBS $LIBS"
13881 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13882 /* end confdefs.h. */
13884 /* Override any GCC internal prototype to avoid an error.
13885 Use char because int might match the return type of a GCC
13886 builtin and then its argument prototype would still apply. */
13890 char gp_port_info_list_new ();
13894 return gp_port_info_list_new ();
13899 if ac_fn_c_try_link
"$LINENO"; then :
13900 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=yes
13902 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=no
13904 rm -f core conftest.err conftest.
$ac_objext \
13905 conftest
$ac_exeext conftest.
$ac_ext
13906 LIBS
=$ac_check_lib_save_LIBS
13908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&5
13909 $as_echo "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&6; }
13910 if test "x$ac_cv_lib_gphoto2_port_gp_port_info_list_new" = xyes
; then :
13912 $as_echo "#define HAVE_GPHOTO2_PORT 1" >>confdefs.h
13915 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
13919 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
13923 CPPFLAGS
=$ac_save_CPPFLAGS
13924 test -z "$GPHOTO2_PORT_CFLAGS" || GPHOTO2_PORT_CFLAGS
=`echo " $GPHOTO2_PORT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13925 test -z "$GPHOTO2_PORT_LIBS" || GPHOTO2_PORT_LIBS
=`echo " $GPHOTO2_PORT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13928 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
13929 case "x$with_gphoto" in
13930 x
) as_fn_append wine_notices
"|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
13932 *) as_fn_error $?
"libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
13933 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
13937 if test "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" != "yes"; then :
13938 case "x$with_gphoto" in
13939 x
) as_fn_append wine_notices
"|libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected." ;;
13941 *) as_fn_error $?
"libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected.
13942 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
13948 if test "$ac_cv_header_resolv_h" = "yes"
13950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for resolver library" >&5
13951 $as_echo_n "checking for resolver library... " >&6; }
13952 if ${ac_cv_have_resolv+:} false
; then :
13953 $as_echo_n "(cached) " >&6
13955 ac_save_LIBS
="$LIBS"
13956 for lib
in '' -lresolv
13958 LIBS
="$lib $ac_save_LIBS"
13959 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13960 /* end confdefs.h. */
13961 #ifdef HAVE_NETINET_IN_H
13962 #include <netinet/in.h>
13964 #include <resolv.h>
13968 if (!(_res.options & RES_INIT)) res_init(); res_query("foo",ns_c_in,0,0,0)
13973 if ac_fn_c_try_link
"$LINENO"; then :
13974 ac_cv_have_resolv
=${lib:-"none required"}
13976 ac_cv_have_resolv
="not found"
13978 rm -f core conftest.err conftest.
$ac_objext \
13979 conftest
$ac_exeext conftest.
$ac_ext
13980 test "x$ac_cv_have_resolv" = "xnot found" ||
break
13982 LIBS
="$ac_save_LIBS"
13984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_resolv" >&5
13985 $as_echo "$ac_cv_have_resolv" >&6; }
13987 case "$ac_cv_have_resolv" in
13991 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
13994 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
13996 RESOLV_LIBS
=$ac_cv_have_resolv
14001 if test "x$with_cms" != "xno"
14003 if ${LCMS2_CFLAGS:+false} :; then :
14004 if ${PKG_CONFIG+:} false
; then :
14005 LCMS2_CFLAGS
=`$PKG_CONFIG --cflags lcms2 2>/dev/null`
14009 if ${LCMS2_LIBS:+false} :; then :
14010 if ${PKG_CONFIG+:} false
; then :
14011 LCMS2_LIBS
=`$PKG_CONFIG --libs lcms2 2>/dev/null`
14015 LCMS2_LIBS
=${LCMS2_LIBS:-"-llcms2"}
14016 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 cflags: $LCMS2_CFLAGS" >&5
14017 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 libs: $LCMS2_LIBS" >&5
14018 ac_save_CPPFLAGS
=$CPPFLAGS
14019 CPPFLAGS
="$CPPFLAGS $LCMS2_CFLAGS"
14020 for ac_header
in lcms2.h
14022 ac_fn_c_check_header_mongrel
"$LINENO" "lcms2.h" "ac_cv_header_lcms2_h" "$ac_includes_default"
14023 if test "x$ac_cv_header_lcms2_h" = xyes
; then :
14024 cat >>confdefs.h
<<_ACEOF
14025 #define HAVE_LCMS2_H 1
14032 if test "$ac_cv_header_lcms2_h" = "yes"
14034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms2" >&5
14035 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms2... " >&6; }
14036 if ${ac_cv_lib_lcms2_cmsOpenProfileFromFile+:} false
; then :
14037 $as_echo_n "(cached) " >&6
14039 ac_check_lib_save_LIBS
=$LIBS
14040 LIBS
="-llcms2 $LCMS2_LIBS $LIBS"
14041 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14042 /* end confdefs.h. */
14044 /* Override any GCC internal prototype to avoid an error.
14045 Use char because int might match the return type of a GCC
14046 builtin and then its argument prototype would still apply. */
14050 char cmsOpenProfileFromFile ();
14054 return cmsOpenProfileFromFile ();
14059 if ac_fn_c_try_link
"$LINENO"; then :
14060 ac_cv_lib_lcms2_cmsOpenProfileFromFile
=yes
14062 ac_cv_lib_lcms2_cmsOpenProfileFromFile
=no
14064 rm -f core conftest.err conftest.
$ac_objext \
14065 conftest
$ac_exeext conftest.
$ac_ext
14066 LIBS
=$ac_check_lib_save_LIBS
14068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&5
14069 $as_echo "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&6; }
14070 if test "x$ac_cv_lib_lcms2_cmsOpenProfileFromFile" = xyes
; then :
14072 $as_echo "#define HAVE_LCMS2 1" >>confdefs.h
14082 CPPFLAGS
=$ac_save_CPPFLAGS
14083 test -z "$LCMS2_CFLAGS" || LCMS2_CFLAGS
=`echo " $LCMS2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
14084 test -z "$LCMS2_LIBS" || LCMS2_LIBS
=`echo " $LCMS2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
14087 if test "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" != "yes"; then :
14088 case "x$with_cms" in
14089 x
) as_fn_append wine_notices
"|liblcms2 ${notice_platform}development files not found, Color Management won't be supported." ;;
14091 *) as_fn_error $?
"liblcms2 ${notice_platform}development files not found, Color Management won't be supported.
14092 This is an error since --with-cms was requested." "$LINENO" 5 ;;
14097 if test "x$with_freetype" != "xno"
14099 if ${FREETYPE_CFLAGS:+false} :; then :
14100 if ${PKG_CONFIG+:} false
; then :
14101 FREETYPE_CFLAGS
=`$PKG_CONFIG --cflags freetype2 2>/dev/null`
14104 test "$cross_compiling" = yes || FREETYPE_CFLAGS
=${FREETYPE_CFLAGS:-`(${FREETYPE_CONFIG:-freetype-config} --cflags || ${FREETYPE2_CONFIG:-freetype2-config} --cflags) 2>/dev/null`}
14105 if ${FREETYPE_LIBS:+false} :; then :
14106 if ${PKG_CONFIG+:} false
; then :
14107 FREETYPE_LIBS
=`$PKG_CONFIG --libs freetype2 2>/dev/null`
14110 test "$cross_compiling" = yes || FREETYPE_LIBS
=${FREETYPE_LIBS:-`(${FREETYPE_CONFIG:-freetype-config} --libs || ${FREETYPE2_CONFIG:-freetype2-config} --libs) 2>/dev/null`}
14111 FREETYPE_LIBS
=${FREETYPE_LIBS:-"-lfreetype"}
14112 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 cflags: $FREETYPE_CFLAGS" >&5
14113 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 libs: $FREETYPE_LIBS" >&5
14114 ac_save_CPPFLAGS
=$CPPFLAGS
14115 CPPFLAGS
="$CPPFLAGS $FREETYPE_CFLAGS"
14116 for ac_header
in ft2build.h
14118 ac_fn_c_check_header_mongrel
"$LINENO" "ft2build.h" "ac_cv_header_ft2build_h" "$ac_includes_default"
14119 if test "x$ac_cv_header_ft2build_h" = xyes
; then :
14120 cat >>confdefs.h
<<_ACEOF
14121 #define HAVE_FT2BUILD_H 1
14128 if test "$ac_cv_header_ft2build_h" = "yes"
14130 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
14131 $as_echo_n "checking for -lfreetype... " >&6; }
14132 if ${ac_cv_lib_soname_freetype+:} false
; then :
14133 $as_echo_n "(cached) " >&6
14135 ac_check_soname_save_LIBS
=$LIBS
14136 LIBS
="-lfreetype $FREETYPE_LIBS $LIBS"
14137 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14138 /* end confdefs.h. */
14140 /* Override any GCC internal prototype to avoid an error.
14141 Use char because int might match the return type of a GCC
14142 builtin and then its argument prototype would still apply. */
14146 char FT_Init_FreeType ();
14150 return FT_Init_FreeType ();
14155 if ac_fn_c_try_link
"$LINENO"; then :
14157 dll
) ac_cv_lib_soname_freetype
=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14158 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'` ;;
14159 *) ac_cv_lib_soname_freetype
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfreetype\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfreetype\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14160 if ${ac_cv_lib_soname_freetype:+false} :; then :
14161 ac_cv_lib_soname_freetype
=`$LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14165 ac_cv_lib_soname_freetype
=
14167 rm -f core conftest.err conftest.
$ac_objext \
14168 conftest
$ac_exeext conftest.
$ac_ext
14169 LIBS
=$ac_check_soname_save_LIBS
14171 if ${ac_cv_lib_soname_freetype:+false} :; then :
14172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14173 $as_echo "not found" >&6; }
14176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
14177 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
14179 cat >>confdefs.h
<<_ACEOF
14180 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14184 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
14186 ac_fn_c_check_type
"$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <ft2build.h>
14187 #include FT_MODULE_H
14189 if test "x$ac_cv_type_FT_TrueTypeEngineType" = xyes
; then :
14191 cat >>confdefs.h
<<_ACEOF
14192 #define HAVE_FT_TRUETYPEENGINETYPE 1
14203 CPPFLAGS
=$ac_save_CPPFLAGS
14204 test -z "$FREETYPE_CFLAGS" || FREETYPE_CFLAGS
=`echo " $FREETYPE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
14205 test -z "$FREETYPE_LIBS" || FREETYPE_LIBS
=`echo " $FREETYPE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
14208 if test "x$ac_cv_lib_soname_freetype" = x
; then :
14209 case "x$with_freetype" in
14211 *) as_fn_error $?
"FreeType ${notice_platform}development files not found. Fonts will not be built.
14212 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
14214 enable_fonts
=${enable_fonts:-no}
14217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
14218 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
14219 if ${ac_cv_c_ppdev+:} false
; then :
14220 $as_echo_n "(cached) " >&6
14222 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14223 /* end confdefs.h. */
14224 #ifdef HAVE_SYS_IOCTL_H
14225 # include <sys/ioctl.h>
14227 #include <linux/ppdev.h>
14231 ioctl (1,PPCLAIM,0)
14236 if ac_fn_c_try_compile
"$LINENO"; then :
14237 ac_cv_c_ppdev
="yes"
14241 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
14244 $as_echo "$ac_cv_c_ppdev" >&6; }
14245 if test "$ac_cv_c_ppdev" = "yes"
14248 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
14252 ac_wine_check_funcs_save_LIBS
="$LIBS"
14255 pthread_getthreadid_np \
14258 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14259 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
14260 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
14261 cat >>confdefs.h
<<_ACEOF
14262 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14268 LIBS
="$ac_wine_check_funcs_save_LIBS"
14270 if test "x$with_zlib" != "xno"
14272 if ${Z_CFLAGS:+false} :; then :
14273 if ${PKG_CONFIG+:} false
; then :
14274 Z_CFLAGS
=`$PKG_CONFIG --cflags libz 2>/dev/null`
14278 if ${Z_LIBS:+false} :; then :
14279 if ${PKG_CONFIG+:} false
; then :
14280 Z_LIBS
=`$PKG_CONFIG --libs libz 2>/dev/null`
14284 Z_LIBS
=${Z_LIBS:-"-lz"}
14285 $as_echo "$as_me:${as_lineno-$LINENO}: libz cflags: $Z_CFLAGS" >&5
14286 $as_echo "$as_me:${as_lineno-$LINENO}: libz libs: $Z_LIBS" >&5
14287 ac_save_CPPFLAGS
=$CPPFLAGS
14288 CPPFLAGS
="$CPPFLAGS $Z_CFLAGS"
14289 for ac_header
in zlib.h
14291 ac_fn_c_check_header_mongrel
"$LINENO" "zlib.h" "ac_cv_header_zlib_h" "$ac_includes_default"
14292 if test "x$ac_cv_header_zlib_h" = xyes
; then :
14293 cat >>confdefs.h
<<_ACEOF
14294 #define HAVE_ZLIB_H 1
14296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
14297 $as_echo_n "checking for inflate in -lz... " >&6; }
14298 if ${ac_cv_lib_z_inflate+:} false
; then :
14299 $as_echo_n "(cached) " >&6
14301 ac_check_lib_save_LIBS
=$LIBS
14302 LIBS
="-lz $Z_LIBS $LIBS"
14303 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14304 /* end confdefs.h. */
14306 /* Override any GCC internal prototype to avoid an error.
14307 Use char because int might match the return type of a GCC
14308 builtin and then its argument prototype would still apply. */
14321 if ac_fn_c_try_link
"$LINENO"; then :
14322 ac_cv_lib_z_inflate
=yes
14324 ac_cv_lib_z_inflate
=no
14326 rm -f core conftest.err conftest.
$ac_objext \
14327 conftest
$ac_exeext conftest.
$ac_ext
14328 LIBS
=$ac_check_lib_save_LIBS
14330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
14331 $as_echo "$ac_cv_lib_z_inflate" >&6; }
14332 if test "x$ac_cv_lib_z_inflate" = xyes
; then :
14334 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
14346 CPPFLAGS
=$ac_save_CPPFLAGS
14347 test -z "$Z_CFLAGS" || Z_CFLAGS
=`echo " $Z_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
14348 test -z "$Z_LIBS" || Z_LIBS
=`echo " $Z_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
14351 if test "x$Z_LIBS" = "x"; then :
14352 case "x$with_zlib" in
14353 x
) as_fn_append wine_notices
"|libz ${notice_platform}development files not found, data compression won't be supported." ;;
14355 *) as_fn_error $?
"libz ${notice_platform}development files not found, data compression won't be supported.
14356 This is an error since --with-zlib was requested." "$LINENO" 5 ;;
14361 if test "x$enable_tools" != xno
-a "x$with_gettextpo" = xyes
14363 if test "$ac_cv_header_gettext_po_h" = "yes"
14365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for po_message_msgctxt in -lgettextpo" >&5
14366 $as_echo_n "checking for po_message_msgctxt in -lgettextpo... " >&6; }
14367 if ${ac_cv_lib_gettextpo_po_message_msgctxt+:} false
; then :
14368 $as_echo_n "(cached) " >&6
14370 ac_check_lib_save_LIBS
=$LIBS
14371 LIBS
="-lgettextpo $LIBS"
14372 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14373 /* end confdefs.h. */
14375 /* Override any GCC internal prototype to avoid an error.
14376 Use char because int might match the return type of a GCC
14377 builtin and then its argument prototype would still apply. */
14381 char po_message_msgctxt ();
14385 return po_message_msgctxt ();
14390 if ac_fn_c_try_link
"$LINENO"; then :
14391 ac_cv_lib_gettextpo_po_message_msgctxt
=yes
14393 ac_cv_lib_gettextpo_po_message_msgctxt
=no
14395 rm -f core conftest.err conftest.
$ac_objext \
14396 conftest
$ac_exeext conftest.
$ac_ext
14397 LIBS
=$ac_check_lib_save_LIBS
14399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gettextpo_po_message_msgctxt" >&5
14400 $as_echo "$ac_cv_lib_gettextpo_po_message_msgctxt" >&6; }
14401 if test "x$ac_cv_lib_gettextpo_po_message_msgctxt" = xyes
; then :
14403 $as_echo "#define HAVE_LIBGETTEXTPO 1" >>confdefs.h
14405 GETTEXTPO_LIBS
="-lgettextpo"
14410 if test "x$GETTEXTPO_LIBS" = "x"; then :
14411 case "x$with_gettextpo" in
14412 x
) as_fn_append wine_notices
"|GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt." ;;
14414 *) as_fn_error $?
"GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt.
14415 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
14419 if test "$srcdir" != .
; then :
14420 case "x$with_gettextpo" in
14421 x
) as_fn_append wine_notices
"|Rebuilding po files is not supported for out of tree builds." ;;
14423 *) as_fn_error $?
"Rebuilding po files is not supported for out of tree builds.
14424 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
14430 if test "x$with_pulse" != "xno";
14432 if ${PULSE_CFLAGS:+false} :; then :
14433 if ${PKG_CONFIG+:} false
; then :
14434 PULSE_CFLAGS
=`$PKG_CONFIG --cflags libpulse 2>/dev/null`
14438 if ${PULSE_LIBS:+false} :; then :
14439 if ${PKG_CONFIG+:} false
; then :
14440 PULSE_LIBS
=`$PKG_CONFIG --libs libpulse 2>/dev/null`
14445 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse cflags: $PULSE_CFLAGS" >&5
14446 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse libs: $PULSE_LIBS" >&5
14447 ac_save_CPPFLAGS
=$CPPFLAGS
14448 CPPFLAGS
="$CPPFLAGS $PULSE_CFLAGS"
14449 for ac_header
in pulse
/pulseaudio.h
14451 ac_fn_c_check_header_mongrel
"$LINENO" "pulse/pulseaudio.h" "ac_cv_header_pulse_pulseaudio_h" "$ac_includes_default"
14452 if test "x$ac_cv_header_pulse_pulseaudio_h" = xyes
; then :
14453 cat >>confdefs.h
<<_ACEOF
14454 #define HAVE_PULSE_PULSEAUDIO_H 1
14456 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pa_stream_is_corked in -lpulse" >&5
14457 $as_echo_n "checking for pa_stream_is_corked in -lpulse... " >&6; }
14458 if ${ac_cv_lib_pulse_pa_stream_is_corked+:} false
; then :
14459 $as_echo_n "(cached) " >&6
14461 ac_check_lib_save_LIBS
=$LIBS
14462 LIBS
="-lpulse $PULSE_LIBS $LIBS"
14463 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14464 /* end confdefs.h. */
14466 /* Override any GCC internal prototype to avoid an error.
14467 Use char because int might match the return type of a GCC
14468 builtin and then its argument prototype would still apply. */
14472 char pa_stream_is_corked ();
14476 return pa_stream_is_corked ();
14481 if ac_fn_c_try_link
"$LINENO"; then :
14482 ac_cv_lib_pulse_pa_stream_is_corked
=yes
14484 ac_cv_lib_pulse_pa_stream_is_corked
=no
14486 rm -f core conftest.err conftest.
$ac_objext \
14487 conftest
$ac_exeext conftest.
$ac_ext
14488 LIBS
=$ac_check_lib_save_LIBS
14490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pulse_pa_stream_is_corked" >&5
14491 $as_echo "$ac_cv_lib_pulse_pa_stream_is_corked" >&6; }
14492 if test "x$ac_cv_lib_pulse_pa_stream_is_corked" = xyes
; then :
14504 CPPFLAGS
=$ac_save_CPPFLAGS
14505 test -z "$PULSE_CFLAGS" || PULSE_CFLAGS
=`echo " $PULSE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
14506 test -z "$PULSE_LIBS" || PULSE_LIBS
=`echo " $PULSE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
14509 if test -z "$PULSE_LIBS"; then :
14510 case "x$with_pulse" in
14511 x
) as_fn_append wine_notices
"|libpulse ${notice_platform}development files not found or too old, Pulse won't be supported." ;;
14513 *) as_fn_error $?
"libpulse ${notice_platform}development files not found or too old, Pulse won't be supported.
14514 This is an error since --with-pulse was requested." "$LINENO" 5 ;;
14516 enable_winepulse_drv
=${enable_winepulse_drv:-no}
14519 if test "x$with_gstreamer" != "xno"
14521 if ${GSTREAMER_CFLAGS:+false} :; then :
14522 if ${PKG_CONFIG+:} false
; then :
14523 GSTREAMER_CFLAGS
=`$PKG_CONFIG --cflags gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 2>/dev/null`
14527 if ${GSTREAMER_LIBS:+false} :; then :
14528 if ${PKG_CONFIG+:} false
; then :
14529 GSTREAMER_LIBS
=`$PKG_CONFIG --libs gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 2>/dev/null`
14534 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 cflags: $GSTREAMER_CFLAGS" >&5
14535 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 libs: $GSTREAMER_LIBS" >&5
14536 ac_save_CPPFLAGS
=$CPPFLAGS
14537 CPPFLAGS
="$CPPFLAGS $GSTREAMER_CFLAGS"
14539 for i
in $GSTREAMER_CFLAGS
14542 -I*) ac_gst_incl
="$ac_gst_incl $i";;
14545 GSTREAMER_CFLAGS
=$ac_gst_incl
14546 CPPFLAGS
="$ac_save_CPPFLAGS $GSTREAMER_CFLAGS"
14547 ac_fn_c_check_header_mongrel
"$LINENO" "gst/gst.h" "ac_cv_header_gst_gst_h" "$ac_includes_default"
14548 if test "x$ac_cv_header_gst_gst_h" = xyes
; then :
14549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gint64 defined by gst/gst.h is indeed 64-bit" >&5
14550 $as_echo_n "checking whether gint64 defined by gst/gst.h is indeed 64-bit... " >&6; }
14551 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14552 /* end confdefs.h. */
14553 #include <gst/gst.h>
14557 static int a[sizeof(gint64) > 4 ? 1 : -1]; if (a[0]) return 0;
14562 if ac_fn_c_try_compile
"$LINENO"; then :
14563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14564 $as_echo "yes" >&6; }
14565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_pad_new in -lgstreamer-1.0" >&5
14566 $as_echo_n "checking for gst_pad_new in -lgstreamer-1.0... " >&6; }
14567 if ${ac_cv_lib_gstreamer_1_0_gst_pad_new+:} false
; then :
14568 $as_echo_n "(cached) " >&6
14570 ac_check_lib_save_LIBS
=$LIBS
14571 LIBS
="-lgstreamer-1.0 $GSTREAMER_LIBS $LIBS"
14572 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14573 /* end confdefs.h. */
14575 /* Override any GCC internal prototype to avoid an error.
14576 Use char because int might match the return type of a GCC
14577 builtin and then its argument prototype would still apply. */
14581 char gst_pad_new ();
14585 return gst_pad_new ();
14590 if ac_fn_c_try_link
"$LINENO"; then :
14591 ac_cv_lib_gstreamer_1_0_gst_pad_new
=yes
14593 ac_cv_lib_gstreamer_1_0_gst_pad_new
=no
14595 rm -f core conftest.err conftest.
$ac_objext \
14596 conftest
$ac_exeext conftest.
$ac_ext
14597 LIBS
=$ac_check_lib_save_LIBS
14599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstreamer_1_0_gst_pad_new" >&5
14600 $as_echo "$ac_cv_lib_gstreamer_1_0_gst_pad_new" >&6; }
14601 if test "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" = xyes
; then :
14606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14607 $as_echo "no" >&6; }
14608 ac_glib2_broken
=yes
14609 as_fn_append wine_notices
"|glib-2.0 pkgconfig configuration is for the wrong architecture, winegstreamer won't be built."
14611 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14615 CPPFLAGS
=$ac_save_CPPFLAGS
14616 test -z "$GSTREAMER_CFLAGS" || GSTREAMER_CFLAGS
=`echo " $GSTREAMER_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
14617 test -z "$GSTREAMER_LIBS" || GSTREAMER_LIBS
=`echo " $GSTREAMER_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
14620 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 :
14621 case "x$with_gstreamer" in
14622 x
) as_fn_append wine_notices
"|gstreamer-1.0 base plugins ${notice_platform}development files not found, GStreamer won't be supported." ;;
14624 *) as_fn_error $?
"gstreamer-1.0 base plugins ${notice_platform}development files not found, GStreamer won't be supported.
14625 This is an error since --with-gstreamer was requested." "$LINENO" 5 ;;
14629 test "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" = xyes || enable_winegstreamer
=${enable_winegstreamer:-no}
14633 if test "x$with_alsa" != "xno"
14635 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access_mask in -lasound" >&5
14636 $as_echo_n "checking for snd_pcm_hw_params_get_access_mask in -lasound... " >&6; }
14637 if ${ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask+:} false
; then :
14638 $as_echo_n "(cached) " >&6
14640 ac_check_lib_save_LIBS
=$LIBS
14641 LIBS
="-lasound $LIBS"
14642 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14643 /* end confdefs.h. */
14645 /* Override any GCC internal prototype to avoid an error.
14646 Use char because int might match the return type of a GCC
14647 builtin and then its argument prototype would still apply. */
14651 char snd_pcm_hw_params_get_access_mask ();
14655 return snd_pcm_hw_params_get_access_mask ();
14660 if ac_fn_c_try_link
"$LINENO"; then :
14661 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=yes
14663 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=no
14665 rm -f core conftest.err conftest.
$ac_objext \
14666 conftest
$ac_exeext conftest.
$ac_ext
14667 LIBS
=$ac_check_lib_save_LIBS
14669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&5
14670 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&6; }
14671 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" = xyes
; then :
14672 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14673 /* end confdefs.h. */
14674 #include <alsa/asoundlib.h>
14678 snd_pcm_hw_params_get_access_mask(NULL, NULL)
14683 if ac_fn_c_try_compile
"$LINENO"; then :
14684 ALSA_LIBS
="-lasound"
14686 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14690 test -n "$ALSA_LIBS" || enable_winealsa_drv
=${enable_winealsa_drv:-no}
14692 if test "x$with_oss" != xno
14694 ac_save_CPPFLAGS
="$CPPFLAGS"
14695 if test -f /etc
/oss.conf
14699 ac_oss_incl
="-I${OSSLIBDIR:-/usr/lib/oss}/include"
14700 CPPFLAGS
="$CPPFLAGS $ac_oss_incl"
14701 ac_fn_c_check_header_mongrel
"$LINENO" "sys/soundcard.h" "ac_cv_header_sys_soundcard_h" "$ac_includes_default"
14702 if test "x$ac_cv_header_sys_soundcard_h" = xyes
; then :
14703 ac_fn_c_check_member
"$LINENO" "oss_sysinfo" "numaudioengines" "ac_cv_member_oss_sysinfo_numaudioengines" "#include <sys/soundcard.h>
14705 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes
; then :
14707 cat >>confdefs.h
<<_ACEOF
14708 #define HAVE_OSS_SYSINFO_NUMAUDIOENGINES 1
14711 OSS4_CFLAGS
="$ac_oss_incl"
14718 CPPFLAGS
="$ac_save_CPPFLAGS"
14720 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
; then :
14721 case "x$with_oss" in
14722 x
) as_fn_append wine_notices
"|OSS sound system found but too old (OSSv4 needed), OSS won't be supported." ;;
14724 *) as_fn_error $?
"OSS sound system found but too old (OSSv4 needed), OSS won't be supported.
14725 This is an error since --with-oss was requested." "$LINENO" 5 ;;
14727 enable_wineoss_drv
=${enable_wineoss_drv:-no}
14730 if test "x$with_udev" != "xno"
14732 if ${UDEV_CFLAGS:+false} :; then :
14733 if ${PKG_CONFIG+:} false
; then :
14734 UDEV_CFLAGS
=`$PKG_CONFIG --cflags libudev 2>/dev/null`
14738 if ${UDEV_LIBS:+false} :; then :
14739 if ${PKG_CONFIG+:} false
; then :
14740 UDEV_LIBS
=`$PKG_CONFIG --libs libudev 2>/dev/null`
14744 UDEV_LIBS
=${UDEV_LIBS:-"-ludev"}
14745 $as_echo "$as_me:${as_lineno-$LINENO}: libudev cflags: $UDEV_CFLAGS" >&5
14746 $as_echo "$as_me:${as_lineno-$LINENO}: libudev libs: $UDEV_LIBS" >&5
14747 ac_save_CPPFLAGS
=$CPPFLAGS
14748 CPPFLAGS
="$CPPFLAGS $UDEV_CFLAGS"
14749 for ac_header
in libudev.h
14751 ac_fn_c_check_header_mongrel
"$LINENO" "libudev.h" "ac_cv_header_libudev_h" "$ac_includes_default"
14752 if test "x$ac_cv_header_libudev_h" = xyes
; then :
14753 cat >>confdefs.h
<<_ACEOF
14754 #define HAVE_LIBUDEV_H 1
14756 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for udev_new in -ludev" >&5
14757 $as_echo_n "checking for udev_new in -ludev... " >&6; }
14758 if ${ac_cv_lib_udev_udev_new+:} false
; then :
14759 $as_echo_n "(cached) " >&6
14761 ac_check_lib_save_LIBS
=$LIBS
14762 LIBS
="-ludev $UDEV_LIBS $LIBS"
14763 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14764 /* end confdefs.h. */
14766 /* Override any GCC internal prototype to avoid an error.
14767 Use char because int might match the return type of a GCC
14768 builtin and then its argument prototype would still apply. */
14776 return udev_new ();
14781 if ac_fn_c_try_link
"$LINENO"; then :
14782 ac_cv_lib_udev_udev_new
=yes
14784 ac_cv_lib_udev_udev_new
=no
14786 rm -f core conftest.err conftest.
$ac_objext \
14787 conftest
$ac_exeext conftest.
$ac_ext
14788 LIBS
=$ac_check_lib_save_LIBS
14790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_udev_udev_new" >&5
14791 $as_echo "$ac_cv_lib_udev_udev_new" >&6; }
14792 if test "x$ac_cv_lib_udev_udev_new" = xyes
; then :
14794 $as_echo "#define HAVE_UDEV 1" >>confdefs.h
14806 CPPFLAGS
=$ac_save_CPPFLAGS
14807 test -z "$UDEV_CFLAGS" || UDEV_CFLAGS
=`echo " $UDEV_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
14808 test -z "$UDEV_LIBS" || UDEV_LIBS
=`echo " $UDEV_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
14811 if test "x$UDEV_LIBS" = "x"; then :
14812 case "x$with_udev" in
14813 x
) as_fn_append wine_notices
"|libudev ${notice_platform}development files not found, plug and play won't be supported." ;;
14815 *) as_fn_error $?
"libudev ${notice_platform}development files not found, plug and play won't be supported.
14816 This is an error since --with-udev was requested." "$LINENO" 5 ;;
14821 if test "x$with_sdl" != "xno"
14823 if ${SDL2_CFLAGS:+false} :; then :
14824 if ${PKG_CONFIG+:} false
; then :
14825 SDL2_CFLAGS
=`$PKG_CONFIG --cflags sdl2 2>/dev/null`
14829 if ${SDL2_LIBS:+false} :; then :
14830 if ${PKG_CONFIG+:} false
; then :
14831 SDL2_LIBS
=`$PKG_CONFIG --libs sdl2 2>/dev/null`
14835 SDL2_LIBS
=${SDL2_LIBS:-"-lSDL2"}
14836 $as_echo "$as_me:${as_lineno-$LINENO}: sdl2 cflags: $SDL2_CFLAGS" >&5
14837 $as_echo "$as_me:${as_lineno-$LINENO}: sdl2 libs: $SDL2_LIBS" >&5
14838 ac_save_CPPFLAGS
=$CPPFLAGS
14839 CPPFLAGS
="$CPPFLAGS $SDL2_CFLAGS"
14840 for ac_header
in SDL
2/SDL.h
14842 ac_fn_c_check_header_mongrel
"$LINENO" "SDL2/SDL.h" "ac_cv_header_SDL2_SDL_h" "$ac_includes_default"
14843 if test "x$ac_cv_header_SDL2_SDL_h" = xyes
; then :
14844 cat >>confdefs.h
<<_ACEOF
14845 #define HAVE_SDL2_SDL_H 1
14847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lSDL2" >&5
14848 $as_echo_n "checking for -lSDL2... " >&6; }
14849 if ${ac_cv_lib_soname_SDL2+:} false
; then :
14850 $as_echo_n "(cached) " >&6
14852 ac_check_soname_save_LIBS
=$LIBS
14853 LIBS
="-lSDL2 $SDL2_LIBS $LIBS"
14854 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14855 /* end confdefs.h. */
14857 /* Override any GCC internal prototype to avoid an error.
14858 Use char because int might match the return type of a GCC
14859 builtin and then its argument prototype would still apply. */
14867 return SDL_Init ();
14872 if ac_fn_c_try_link
"$LINENO"; then :
14874 dll
) ac_cv_lib_soname_SDL2
=`$ac_cv_path_LDD conftest.exe | grep "SDL2" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14875 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'` ;;
14876 *) 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'`
14877 if ${ac_cv_lib_soname_SDL2:+false} :; then :
14878 ac_cv_lib_soname_SDL2
=`$LDD conftest$ac_exeext | grep "libSDL2-2.0*\\.$LIBEXT" | sed -e "s/^.*\(libSDL2-2.0*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14882 ac_cv_lib_soname_SDL2
=
14884 rm -f core conftest.err conftest.
$ac_objext \
14885 conftest
$ac_exeext conftest.
$ac_ext
14886 LIBS
=$ac_check_soname_save_LIBS
14888 if ${ac_cv_lib_soname_SDL2:+false} :; then :
14889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14890 $as_echo "not found" >&6; }
14893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_SDL2" >&5
14894 $as_echo "$ac_cv_lib_soname_SDL2" >&6; }
14896 cat >>confdefs.h
<<_ACEOF
14897 #define SONAME_LIBSDL2 "$ac_cv_lib_soname_SDL2"
14906 CPPFLAGS
=$ac_save_CPPFLAGS
14907 test -z "$SDL2_CFLAGS" || SDL2_CFLAGS
=`echo " $SDL2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
14908 test -z "$SDL2_LIBS" || SDL2_LIBS
=`echo " $SDL2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
14911 if test "x$ac_cv_lib_soname_SDL2" = "x"; then :
14912 case "x$with_sdl" in
14913 x
) as_fn_append wine_notices
"|libSDL2 ${notice_platform}development files not found, SDL2 won't be supported." ;;
14915 *) as_fn_error $?
"libSDL2 ${notice_platform}development files not found, SDL2 won't be supported.
14916 This is an error since --with-sdl was requested." "$LINENO" 5 ;;
14921 if test "x$with_faudio" != "xno"
14923 if ${FAUDIO_CFLAGS:+false} :; then :
14924 if ${PKG_CONFIG+:} false
; then :
14925 FAUDIO_CFLAGS
=`$PKG_CONFIG --cflags faudio 2>/dev/null`
14929 if ${FAUDIO_LIBS:+false} :; then :
14930 if ${PKG_CONFIG+:} false
; then :
14931 FAUDIO_LIBS
=`$PKG_CONFIG --libs faudio 2>/dev/null`
14935 FAUDIO_LIBS
=${FAUDIO_LIBS:-"-lFAudio"}
14936 $as_echo "$as_me:${as_lineno-$LINENO}: faudio cflags: $FAUDIO_CFLAGS" >&5
14937 $as_echo "$as_me:${as_lineno-$LINENO}: faudio libs: $FAUDIO_LIBS" >&5
14938 ac_save_CPPFLAGS
=$CPPFLAGS
14939 CPPFLAGS
="$CPPFLAGS $FAUDIO_CFLAGS"
14940 for ac_header
in FAudio.h
14942 ac_fn_c_check_header_mongrel
"$LINENO" "FAudio.h" "ac_cv_header_FAudio_h" "$ac_includes_default"
14943 if test "x$ac_cv_header_FAudio_h" = xyes
; then :
14944 cat >>confdefs.h
<<_ACEOF
14945 #define HAVE_FAUDIO_H 1
14947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lFAudio" >&5
14948 $as_echo_n "checking for -lFAudio... " >&6; }
14949 if ${ac_cv_lib_soname_FAudio+:} false
; then :
14950 $as_echo_n "(cached) " >&6
14952 ac_check_soname_save_LIBS
=$LIBS
14953 LIBS
="-lFAudio $FAUDIO_LIBS $LIBS"
14954 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14955 /* end confdefs.h. */
14957 /* Override any GCC internal prototype to avoid an error.
14958 Use char because int might match the return type of a GCC
14959 builtin and then its argument prototype would still apply. */
14963 char FAudioCreate ();
14967 return FAudioCreate ();
14972 if ac_fn_c_try_link
"$LINENO"; then :
14974 dll
) ac_cv_lib_soname_FAudio
=`$ac_cv_path_LDD conftest.exe | grep "FAudio" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14975 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'` ;;
14976 *) ac_cv_lib_soname_FAudio
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libFAudio*\\.$LIBEXT" | sed -e "s/^.*\\[\\(libFAudio*\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14977 if ${ac_cv_lib_soname_FAudio:+false} :; then :
14978 ac_cv_lib_soname_FAudio
=`$LDD conftest$ac_exeext | grep "libFAudio*\\.$LIBEXT" | sed -e "s/^.*\(libFAudio*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14982 ac_cv_lib_soname_FAudio
=
14984 rm -f core conftest.err conftest.
$ac_objext \
14985 conftest
$ac_exeext conftest.
$ac_ext
14986 LIBS
=$ac_check_soname_save_LIBS
14988 if ${ac_cv_lib_soname_FAudio:+false} :; then :
14989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14990 $as_echo "not found" >&6; }
14993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_FAudio" >&5
14994 $as_echo "$ac_cv_lib_soname_FAudio" >&6; }
14996 cat >>confdefs.h
<<_ACEOF
14997 #define SONAME_LIBFAUDIO "$ac_cv_lib_soname_FAudio"
15006 CPPFLAGS
=$ac_save_CPPFLAGS
15007 test -z "$FAUDIO_CFLAGS" || FAUDIO_CFLAGS
=`echo " $FAUDIO_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
15008 test -z "$FAUDIO_LIBS" || FAUDIO_LIBS
=`echo " $FAUDIO_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
15010 ac_wine_check_funcs_save_LIBS
="$LIBS"
15011 LIBS
="$LIBS $FAUDIO_LIBS"
15013 FAudio_CommitOperationSet \
15014 F3DAudioInitialize8
15016 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15017 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
15018 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
15019 cat >>confdefs.h
<<_ACEOF
15020 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15026 LIBS
="$ac_wine_check_funcs_save_LIBS"
15028 if test "x$ac_cv_lib_soname_FAudio" = "x"; then :
15029 case "x$with_faudio" in
15030 x
) as_fn_append wine_notices
"|libFAudio ${notice_platform}development files not found, XAudio2 won't be supported." ;;
15032 *) as_fn_error $?
"libFAudio ${notice_platform}development files not found, XAudio2 won't be supported.
15033 This is an error since --with-faudio was requested." "$LINENO" 5 ;;
15038 if test "x$with_capi" != "xno"
15040 if ${CAPI20_CFLAGS:+false} :; then :
15041 if ${PKG_CONFIG+:} false
; then :
15042 CAPI20_CFLAGS
=`$PKG_CONFIG --cflags capi20 2>/dev/null`
15046 if ${CAPI20_LIBS:+false} :; then :
15047 if ${PKG_CONFIG+:} false
; then :
15048 CAPI20_LIBS
=`$PKG_CONFIG --libs capi20 2>/dev/null`
15053 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 cflags: $CAPI20_CFLAGS" >&5
15054 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 libs: $CAPI20_LIBS" >&5
15055 ac_save_CPPFLAGS
=$CPPFLAGS
15056 CPPFLAGS
="$CPPFLAGS $CAPI20_CFLAGS"
15057 for ac_header
in capi20.h linux
/capi.h
15059 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15060 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#define __user
15062 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
15063 cat >>confdefs.h
<<_ACEOF
15064 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
15071 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
15074 $as_echo_n "checking for -lcapi20... " >&6; }
15075 if ${ac_cv_lib_soname_capi20+:} false
; then :
15076 $as_echo_n "(cached) " >&6
15078 ac_check_soname_save_LIBS
=$LIBS
15079 LIBS
="-lcapi20 $CAPI20_LIBS $LIBS"
15080 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15081 /* end confdefs.h. */
15083 /* Override any GCC internal prototype to avoid an error.
15084 Use char because int might match the return type of a GCC
15085 builtin and then its argument prototype would still apply. */
15089 char capi20_register ();
15093 return capi20_register ();
15098 if ac_fn_c_try_link
"$LINENO"; then :
15100 dll
) ac_cv_lib_soname_capi20
=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15101 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'` ;;
15102 *) ac_cv_lib_soname_capi20
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcapi20\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcapi20\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15103 if ${ac_cv_lib_soname_capi20:+false} :; then :
15104 ac_cv_lib_soname_capi20
=`$LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15108 ac_cv_lib_soname_capi20
=
15110 rm -f core conftest.err conftest.
$ac_objext \
15111 conftest
$ac_exeext conftest.
$ac_ext
15112 LIBS
=$ac_check_soname_save_LIBS
15114 if ${ac_cv_lib_soname_capi20:+false} :; then :
15115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15116 $as_echo "not found" >&6; }
15119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
15120 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
15122 cat >>confdefs.h
<<_ACEOF
15123 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15129 CPPFLAGS
=$ac_save_CPPFLAGS
15130 test -z "$CAPI20_CFLAGS" || CAPI20_CFLAGS
=`echo " $CAPI20_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
15131 test -z "$CAPI20_LIBS" || CAPI20_LIBS
=`echo " $CAPI20_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
15134 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
15135 case "x$with_capi" in
15136 x
) as_fn_append wine_notices
"|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15138 *) as_fn_error $?
"libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15139 This is an error since --with-capi was requested." "$LINENO" 5 ;;
15144 if test "x$with_cups" != "xno"
15146 if ${CUPS_CFLAGS:+false} :; then :
15147 if ${PKG_CONFIG+:} false
; then :
15148 CUPS_CFLAGS
=`$PKG_CONFIG --cflags cups 2>/dev/null`
15151 test "$cross_compiling" = yes || CUPS_CFLAGS
=${CUPS_CFLAGS:-`${CUPS_CONFIG:-cups-config} --cflags 2>/dev/null`}
15152 if ${CUPS_LIBS:+false} :; then :
15153 if ${PKG_CONFIG+:} false
; then :
15154 CUPS_LIBS
=`$PKG_CONFIG --libs cups 2>/dev/null`
15157 test "$cross_compiling" = yes || CUPS_LIBS
=${CUPS_LIBS:-`${CUPS_CONFIG:-cups-config} --libs 2>/dev/null`}
15158 CUPS_LIBS
=${CUPS_LIBS:-"-lcups"}
15159 $as_echo "$as_me:${as_lineno-$LINENO}: cups cflags: $CUPS_CFLAGS" >&5
15160 $as_echo "$as_me:${as_lineno-$LINENO}: cups libs: $CUPS_LIBS" >&5
15161 ac_save_CPPFLAGS
=$CPPFLAGS
15162 CPPFLAGS
="$CPPFLAGS $CUPS_CFLAGS"
15163 for ac_header
in cups
/cups.h cups
/ppd.h
15165 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15166 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
15167 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
15168 cat >>confdefs.h
<<_ACEOF
15169 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
15176 if test "$ac_cv_header_cups_cups_h" = "yes"
15178 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
15179 $as_echo_n "checking for -lcups... " >&6; }
15180 if ${ac_cv_lib_soname_cups+:} false
; then :
15181 $as_echo_n "(cached) " >&6
15183 ac_check_soname_save_LIBS
=$LIBS
15184 LIBS
="-lcups $CUPS_LIBS $LIBS"
15185 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15186 /* end confdefs.h. */
15188 /* Override any GCC internal prototype to avoid an error.
15189 Use char because int might match the return type of a GCC
15190 builtin and then its argument prototype would still apply. */
15194 char cupsGetDefault ();
15198 return cupsGetDefault ();
15203 if ac_fn_c_try_link
"$LINENO"; then :
15205 dll
) ac_cv_lib_soname_cups
=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15206 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'` ;;
15207 *) ac_cv_lib_soname_cups
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcups\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcups\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15208 if ${ac_cv_lib_soname_cups:+false} :; then :
15209 ac_cv_lib_soname_cups
=`$LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15213 ac_cv_lib_soname_cups
=
15215 rm -f core conftest.err conftest.
$ac_objext \
15216 conftest
$ac_exeext conftest.
$ac_ext
15217 LIBS
=$ac_check_soname_save_LIBS
15219 if ${ac_cv_lib_soname_cups:+false} :; then :
15220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15221 $as_echo "not found" >&6; }
15224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
15225 $as_echo "$ac_cv_lib_soname_cups" >&6; }
15227 cat >>confdefs.h
<<_ACEOF
15228 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15237 CPPFLAGS
=$ac_save_CPPFLAGS
15238 test -z "$CUPS_CFLAGS" || CUPS_CFLAGS
=`echo " $CUPS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
15239 test -z "$CUPS_LIBS" || CUPS_LIBS
=`echo " $CUPS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
15242 if test "x$ac_cv_lib_soname_cups" = "x"; then :
15243 case "x$with_cups" in
15244 x
) as_fn_append wine_notices
"|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
15246 *) as_fn_error $?
"libcups ${notice_platform}development files not found, CUPS won't be supported.
15247 This is an error since --with-cups was requested." "$LINENO" 5 ;;
15252 if test "x$with_fontconfig" != "xno"
15254 if ${FONTCONFIG_CFLAGS:+false} :; then :
15255 if ${PKG_CONFIG+:} false
; then :
15256 FONTCONFIG_CFLAGS
=`$PKG_CONFIG --cflags fontconfig 2>/dev/null`
15259 test "$cross_compiling" = yes || FONTCONFIG_CFLAGS
=${FONTCONFIG_CFLAGS:-$X_CFLAGS}
15260 if ${FONTCONFIG_LIBS:+false} :; then :
15261 if ${PKG_CONFIG+:} false
; then :
15262 FONTCONFIG_LIBS
=`$PKG_CONFIG --libs fontconfig 2>/dev/null`
15265 test "$cross_compiling" = yes || FONTCONFIG_LIBS
=${FONTCONFIG_LIBS:-$X_LIBS}
15267 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig cflags: $FONTCONFIG_CFLAGS" >&5
15268 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig libs: $FONTCONFIG_LIBS" >&5
15269 ac_save_CPPFLAGS
=$CPPFLAGS
15270 CPPFLAGS
="$CPPFLAGS $FONTCONFIG_CFLAGS"
15271 for ac_header
in fontconfig
/fontconfig.h
15273 ac_fn_c_check_header_mongrel
"$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
15274 if test "x$ac_cv_header_fontconfig_fontconfig_h" = xyes
; then :
15275 cat >>confdefs.h
<<_ACEOF
15276 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
15283 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15285 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
15286 $as_echo_n "checking for -lfontconfig... " >&6; }
15287 if ${ac_cv_lib_soname_fontconfig+:} false
; then :
15288 $as_echo_n "(cached) " >&6
15290 ac_check_soname_save_LIBS
=$LIBS
15291 LIBS
="-lfontconfig $FONTCONFIG_LIBS $LIBS"
15292 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15293 /* end confdefs.h. */
15295 /* Override any GCC internal prototype to avoid an error.
15296 Use char because int might match the return type of a GCC
15297 builtin and then its argument prototype would still apply. */
15310 if ac_fn_c_try_link
"$LINENO"; then :
15312 dll
) ac_cv_lib_soname_fontconfig
=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15313 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'` ;;
15314 *) ac_cv_lib_soname_fontconfig
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfontconfig\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfontconfig\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15315 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
15316 ac_cv_lib_soname_fontconfig
=`$LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15320 ac_cv_lib_soname_fontconfig
=
15322 rm -f core conftest.err conftest.
$ac_objext \
15323 conftest
$ac_exeext conftest.
$ac_ext
15324 LIBS
=$ac_check_soname_save_LIBS
15326 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
15327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15328 $as_echo "not found" >&6; }
15329 FONTCONFIG_CFLAGS
=""
15331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
15332 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
15334 cat >>confdefs.h
<<_ACEOF
15335 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15341 FONTCONFIG_CFLAGS
=""
15343 CPPFLAGS
=$ac_save_CPPFLAGS
15344 test -z "$FONTCONFIG_CFLAGS" || FONTCONFIG_CFLAGS
=`echo " $FONTCONFIG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
15345 test -z "$FONTCONFIG_LIBS" || FONTCONFIG_LIBS
=`echo " $FONTCONFIG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
15348 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
15349 case "x$with_fontconfig" in
15350 x
) as_fn_append wine_notices
"|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
15352 *) as_fn_error $?
"fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
15353 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
15358 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
15360 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
15361 $as_echo_n "checking for -lgsm... " >&6; }
15362 if ${ac_cv_lib_soname_gsm+:} false
; then :
15363 $as_echo_n "(cached) " >&6
15365 ac_check_soname_save_LIBS
=$LIBS
15367 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15368 /* end confdefs.h. */
15370 /* Override any GCC internal prototype to avoid an error.
15371 Use char because int might match the return type of a GCC
15372 builtin and then its argument prototype would still apply. */
15376 char gsm_create ();
15380 return gsm_create ();
15385 if ac_fn_c_try_link
"$LINENO"; then :
15387 dll
) ac_cv_lib_soname_gsm
=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15388 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'` ;;
15389 *) ac_cv_lib_soname_gsm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libgsm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libgsm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15390 if ${ac_cv_lib_soname_gsm:+false} :; then :
15391 ac_cv_lib_soname_gsm
=`$LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15395 ac_cv_lib_soname_gsm
=
15397 rm -f core conftest.err conftest.
$ac_objext \
15398 conftest
$ac_exeext conftest.
$ac_ext
15399 LIBS
=$ac_check_soname_save_LIBS
15401 if ${ac_cv_lib_soname_gsm:+false} :; then :
15402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15403 $as_echo "not found" >&6; }
15406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
15407 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
15409 cat >>confdefs.h
<<_ACEOF
15410 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
15416 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
15417 case "x$with_gsm" in
15418 x
) as_fn_append wine_notices
"|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
15420 *) as_fn_error $?
"libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
15421 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
15426 if test "x$with_krb5" != "xno"
15428 if ${KRB5_CFLAGS:+false} :; then :
15429 if ${PKG_CONFIG+:} false
; then :
15430 KRB5_CFLAGS
=`$PKG_CONFIG --cflags krb5 2>/dev/null`
15433 test "$cross_compiling" = yes || KRB5_CFLAGS
=${KRB5_CFLAGS:-`${KRB5_CONFIG:-krb5-config} --cflags 2>/dev/null`}
15434 if ${KRB5_LIBS:+false} :; then :
15435 if ${PKG_CONFIG+:} false
; then :
15436 KRB5_LIBS
=`$PKG_CONFIG --libs krb5 2>/dev/null`
15439 test "$cross_compiling" = yes || KRB5_LIBS
=${KRB5_LIBS:-`${KRB5_CONFIG:-krb5-config} --libs 2>/dev/null`}
15441 $as_echo "$as_me:${as_lineno-$LINENO}: krb5 cflags: $KRB5_CFLAGS" >&5
15442 $as_echo "$as_me:${as_lineno-$LINENO}: krb5 libs: $KRB5_LIBS" >&5
15443 ac_save_CPPFLAGS
=$CPPFLAGS
15444 CPPFLAGS
="$CPPFLAGS $KRB5_CFLAGS"
15445 for ac_header
in krb
5/krb5.h
15447 ac_fn_c_check_header_mongrel
"$LINENO" "krb5/krb5.h" "ac_cv_header_krb5_krb5_h" "$ac_includes_default"
15448 if test "x$ac_cv_header_krb5_krb5_h" = xyes
; then :
15449 cat >>confdefs.h
<<_ACEOF
15450 #define HAVE_KRB5_KRB5_H 1
15457 if test "$ac_cv_header_krb5_krb5_h" = "yes"
15459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lkrb5" >&5
15460 $as_echo_n "checking for -lkrb5... " >&6; }
15461 if ${ac_cv_lib_soname_krb5+:} false
; then :
15462 $as_echo_n "(cached) " >&6
15464 ac_check_soname_save_LIBS
=$LIBS
15465 LIBS
="-lkrb5 $KRB5_LIBS $LIBS"
15466 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15467 /* end confdefs.h. */
15469 /* Override any GCC internal prototype to avoid an error.
15470 Use char because int might match the return type of a GCC
15471 builtin and then its argument prototype would still apply. */
15475 char krb5_is_config_principal ();
15479 return krb5_is_config_principal ();
15484 if ac_fn_c_try_link
"$LINENO"; then :
15486 dll
) ac_cv_lib_soname_krb5
=`$ac_cv_path_LDD conftest.exe | grep "krb5" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15487 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'` ;;
15488 *) ac_cv_lib_soname_krb5
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libkrb5\\.$LIBEXT" | sed -e "s/^.*\\[\\(libkrb5\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15489 if ${ac_cv_lib_soname_krb5:+false} :; then :
15490 ac_cv_lib_soname_krb5
=`$LDD conftest$ac_exeext | grep "libkrb5\\.$LIBEXT" | sed -e "s/^.*\(libkrb5\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15494 ac_cv_lib_soname_krb5
=
15496 rm -f core conftest.err conftest.
$ac_objext \
15497 conftest
$ac_exeext conftest.
$ac_ext
15498 LIBS
=$ac_check_soname_save_LIBS
15500 if ${ac_cv_lib_soname_krb5:+false} :; then :
15501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15502 $as_echo "not found" >&6; }
15505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_krb5" >&5
15506 $as_echo "$ac_cv_lib_soname_krb5" >&6; }
15508 cat >>confdefs.h
<<_ACEOF
15509 #define SONAME_LIBKRB5 "$ac_cv_lib_soname_krb5"
15517 CPPFLAGS
=$ac_save_CPPFLAGS
15518 test -z "$KRB5_CFLAGS" || KRB5_CFLAGS
=`echo " $KRB5_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
15519 test -z "$KRB5_LIBS" || KRB5_LIBS
=`echo " $KRB5_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
15522 with_gssapi
=${with_gssapi:-no}
15524 if test "x$ac_cv_lib_soname_krb5" = "x"; then :
15525 case "x$with_krb5" in
15526 x
) as_fn_append wine_notices
"|libkrb5 ${notice_platform}development files not found (or too old), Kerberos won't be supported." ;;
15528 *) as_fn_error $?
"libkrb5 ${notice_platform}development files not found (or too old), Kerberos won't be supported.
15529 This is an error since --with-krb5 was requested." "$LINENO" 5 ;;
15534 if test "x$with_gssapi" != "xno"
15536 if ${GSSAPI_CFLAGS:+false} :; then :
15537 if ${PKG_CONFIG+:} false
; then :
15538 GSSAPI_CFLAGS
=`$PKG_CONFIG --cflags krb5-gssapi 2>/dev/null`
15541 test "$cross_compiling" = yes || GSSAPI_CFLAGS
=${GSSAPI_CFLAGS:-`${KRB5_CONFIG:-krb5-config} --cflags gssapi 2>/dev/null`}
15542 if ${GSSAPI_LIBS:+false} :; then :
15543 if ${PKG_CONFIG+:} false
; then :
15544 GSSAPI_LIBS
=`$PKG_CONFIG --libs krb5-gssapi 2>/dev/null`
15547 test "$cross_compiling" = yes || GSSAPI_LIBS
=${GSSAPI_LIBS:-`${KRB5_CONFIG:-krb5-config} --libs gssapi 2>/dev/null`}
15549 $as_echo "$as_me:${as_lineno-$LINENO}: krb5-gssapi cflags: $GSSAPI_CFLAGS" >&5
15550 $as_echo "$as_me:${as_lineno-$LINENO}: krb5-gssapi libs: $GSSAPI_LIBS" >&5
15551 ac_save_CPPFLAGS
=$CPPFLAGS
15552 CPPFLAGS
="$CPPFLAGS $GSSAPI_CFLAGS"
15553 for ac_header
in gssapi
/gssapi.h gssapi
/gssapi_ext.h
15555 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15556 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
15557 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
15558 cat >>confdefs.h
<<_ACEOF
15559 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
15566 if test "$ac_cv_header_gssapi_gssapi_h" = "yes" -a "$ac_cv_header_gssapi_gssapi_ext_h" = "yes"
15568 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgssapi_krb5" >&5
15569 $as_echo_n "checking for -lgssapi_krb5... " >&6; }
15570 if ${ac_cv_lib_soname_gssapi_krb5+:} false
; then :
15571 $as_echo_n "(cached) " >&6
15573 ac_check_soname_save_LIBS
=$LIBS
15574 LIBS
="-lgssapi_krb5 $GSSAPI_LIBS $LIBS"
15575 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15576 /* end confdefs.h. */
15578 /* Override any GCC internal prototype to avoid an error.
15579 Use char because int might match the return type of a GCC
15580 builtin and then its argument prototype would still apply. */
15584 char gss_init_sec_context ();
15588 return gss_init_sec_context ();
15593 if ac_fn_c_try_link
"$LINENO"; then :
15595 dll
) ac_cv_lib_soname_gssapi_krb5
=`$ac_cv_path_LDD conftest.exe | grep "gssapi_krb5" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15596 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'` ;;
15597 *) 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'`
15598 if ${ac_cv_lib_soname_gssapi_krb5:+false} :; then :
15599 ac_cv_lib_soname_gssapi_krb5
=`$LDD conftest$ac_exeext | grep "libgssapi_krb5\\.$LIBEXT" | sed -e "s/^.*\(libgssapi_krb5\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15603 ac_cv_lib_soname_gssapi_krb5
=
15605 rm -f core conftest.err conftest.
$ac_objext \
15606 conftest
$ac_exeext conftest.
$ac_ext
15607 LIBS
=$ac_check_soname_save_LIBS
15609 if ${ac_cv_lib_soname_gssapi_krb5:+false} :; then :
15610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15611 $as_echo "not found" >&6; }
15614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gssapi_krb5" >&5
15615 $as_echo "$ac_cv_lib_soname_gssapi_krb5" >&6; }
15617 cat >>confdefs.h
<<_ACEOF
15618 #define SONAME_LIBGSSAPI_KRB5 "$ac_cv_lib_soname_gssapi_krb5"
15626 CPPFLAGS
=$ac_save_CPPFLAGS
15627 test -z "$GSSAPI_CFLAGS" || GSSAPI_CFLAGS
=`echo " $GSSAPI_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
15628 test -z "$GSSAPI_LIBS" || GSSAPI_LIBS
=`echo " $GSSAPI_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
15631 if test "x$ac_cv_lib_soname_gssapi_krb5" = "x"; then :
15632 case "x$with_gssapi" in
15633 x
) as_fn_append wine_notices
"|libgssapi_krb5 ${notice_platform}development files not found (or too old), no Kerberos SSP support." ;;
15635 *) as_fn_error $?
"libgssapi_krb5 ${notice_platform}development files not found (or too old), no Kerberos SSP support.
15636 This is an error since --with-gssapi was requested." "$LINENO" 5 ;;
15641 if test "x$with_jpeg" != "xno"
15643 if ${JPEG_CFLAGS:+false} :; then :
15644 if ${PKG_CONFIG+:} false
; then :
15645 JPEG_CFLAGS
=`$PKG_CONFIG --cflags libjpeg 2>/dev/null`
15649 if ${JPEG_LIBS:+false} :; then :
15650 if ${PKG_CONFIG+:} false
; then :
15651 JPEG_LIBS
=`$PKG_CONFIG --libs libjpeg 2>/dev/null`
15656 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg cflags: $JPEG_CFLAGS" >&5
15657 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg libs: $JPEG_LIBS" >&5
15658 ac_save_CPPFLAGS
=$CPPFLAGS
15659 CPPFLAGS
="$CPPFLAGS $JPEG_CFLAGS"
15660 for ac_header
in jpeglib.h
15662 ac_fn_c_check_header_mongrel
"$LINENO" "jpeglib.h" "ac_cv_header_jpeglib_h" "$ac_includes_default"
15663 if test "x$ac_cv_header_jpeglib_h" = xyes
; then :
15664 cat >>confdefs.h
<<_ACEOF
15665 #define HAVE_JPEGLIB_H 1
15672 if test "$ac_cv_header_jpeglib_h" = "yes"
15674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
15675 $as_echo_n "checking for -ljpeg... " >&6; }
15676 if ${ac_cv_lib_soname_jpeg+:} false
; then :
15677 $as_echo_n "(cached) " >&6
15679 ac_check_soname_save_LIBS
=$LIBS
15680 LIBS
="-ljpeg $JPEG_LIBS $LIBS"
15681 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15682 /* end confdefs.h. */
15684 /* Override any GCC internal prototype to avoid an error.
15685 Use char because int might match the return type of a GCC
15686 builtin and then its argument prototype would still apply. */
15690 char jpeg_start_decompress ();
15694 return jpeg_start_decompress ();
15699 if ac_fn_c_try_link
"$LINENO"; then :
15701 dll
) ac_cv_lib_soname_jpeg
=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15702 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'` ;;
15703 *) ac_cv_lib_soname_jpeg
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libjpeg\\.$LIBEXT" | sed -e "s/^.*\\[\\(libjpeg\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15704 if ${ac_cv_lib_soname_jpeg:+false} :; then :
15705 ac_cv_lib_soname_jpeg
=`$LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15709 ac_cv_lib_soname_jpeg
=
15711 rm -f core conftest.err conftest.
$ac_objext \
15712 conftest
$ac_exeext conftest.
$ac_ext
15713 LIBS
=$ac_check_soname_save_LIBS
15715 if ${ac_cv_lib_soname_jpeg:+false} :; then :
15716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15717 $as_echo "not found" >&6; }
15720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
15721 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
15723 cat >>confdefs.h
<<_ACEOF
15724 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
15732 CPPFLAGS
=$ac_save_CPPFLAGS
15733 test -z "$JPEG_CFLAGS" || JPEG_CFLAGS
=`echo " $JPEG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
15734 test -z "$JPEG_LIBS" || JPEG_LIBS
=`echo " $JPEG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
15737 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
15738 case "x$with_jpeg" in
15739 x
) as_fn_append wine_warnings
"|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
15741 *) as_fn_error $?
"libjpeg ${notice_platform}development files not found, JPEG won't be supported.
15742 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
15747 if test "x$with_png" != "xno"
15749 if ${PNG_CFLAGS:+false} :; then :
15750 if ${PKG_CONFIG+:} false
; then :
15751 PNG_CFLAGS
=`$PKG_CONFIG --cflags libpng 2>/dev/null`
15754 test "$cross_compiling" = yes || PNG_CFLAGS
=${PNG_CFLAGS:-$X_CFLAGS}
15755 if ${PNG_LIBS:+false} :; then :
15756 if ${PKG_CONFIG+:} false
; then :
15757 PNG_LIBS
=`$PKG_CONFIG --libs libpng 2>/dev/null`
15760 test "$cross_compiling" = yes || PNG_LIBS
=${PNG_LIBS:-$X_LIBS}
15762 $as_echo "$as_me:${as_lineno-$LINENO}: libpng cflags: $PNG_CFLAGS" >&5
15763 $as_echo "$as_me:${as_lineno-$LINENO}: libpng libs: $PNG_LIBS" >&5
15764 ac_save_CPPFLAGS
=$CPPFLAGS
15765 CPPFLAGS
="$CPPFLAGS $PNG_CFLAGS"
15766 for ac_header
in png.h
15768 ac_fn_c_check_header_mongrel
"$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
15769 if test "x$ac_cv_header_png_h" = xyes
; then :
15770 cat >>confdefs.h
<<_ACEOF
15771 #define HAVE_PNG_H 1
15778 if test "$ac_cv_header_png_h" = "yes"
15780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
15781 $as_echo_n "checking for -lpng... " >&6; }
15782 if ${ac_cv_lib_soname_png+:} false
; then :
15783 $as_echo_n "(cached) " >&6
15785 ac_check_soname_save_LIBS
=$LIBS
15786 LIBS
="-lpng $PNG_LIBS -lm -lz $LIBS"
15787 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15788 /* end confdefs.h. */
15790 /* Override any GCC internal prototype to avoid an error.
15791 Use char because int might match the return type of a GCC
15792 builtin and then its argument prototype would still apply. */
15796 char png_create_read_struct ();
15800 return png_create_read_struct ();
15805 if ac_fn_c_try_link
"$LINENO"; then :
15807 dll
) ac_cv_lib_soname_png
=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15808 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'` ;;
15809 *) 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'`
15810 if ${ac_cv_lib_soname_png:+false} :; then :
15811 ac_cv_lib_soname_png
=`$LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15815 ac_cv_lib_soname_png
=
15817 rm -f core conftest.err conftest.
$ac_objext \
15818 conftest
$ac_exeext conftest.
$ac_ext
15819 LIBS
=$ac_check_soname_save_LIBS
15821 if ${ac_cv_lib_soname_png:+false} :; then :
15822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15823 $as_echo "not found" >&6; }
15826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
15827 $as_echo "$ac_cv_lib_soname_png" >&6; }
15829 cat >>confdefs.h
<<_ACEOF
15830 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
15838 CPPFLAGS
=$ac_save_CPPFLAGS
15839 test -z "$PNG_CFLAGS" || PNG_CFLAGS
=`echo " $PNG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
15840 test -z "$PNG_LIBS" || PNG_LIBS
=`echo " $PNG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
15843 if test "x$ac_cv_lib_soname_png" = "x"; then :
15844 case "x$with_png" in
15845 x
) as_fn_append wine_warnings
"|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
15847 *) as_fn_error $?
"libpng ${notice_platform}development files not found, PNG won't be supported.
15848 This is an error since --with-png was requested." "$LINENO" 5 ;;
15853 if test "x$with_tiff" != "xno"
15855 if ${TIFF_CFLAGS:+false} :; then :
15856 if ${PKG_CONFIG+:} false
; then :
15857 TIFF_CFLAGS
=`$PKG_CONFIG --cflags libtiff-4 2>/dev/null`
15861 if ${TIFF_LIBS:+false} :; then :
15862 if ${PKG_CONFIG+:} false
; then :
15863 TIFF_LIBS
=`$PKG_CONFIG --libs libtiff-4 2>/dev/null`
15868 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff-4 cflags: $TIFF_CFLAGS" >&5
15869 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff-4 libs: $TIFF_LIBS" >&5
15870 ac_save_CPPFLAGS
=$CPPFLAGS
15871 CPPFLAGS
="$CPPFLAGS $TIFF_CFLAGS"
15872 for ac_header
in tiffio.h
15874 ac_fn_c_check_header_mongrel
"$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default"
15875 if test "x$ac_cv_header_tiffio_h" = xyes
; then :
15876 cat >>confdefs.h
<<_ACEOF
15877 #define HAVE_TIFFIO_H 1
15884 if test "$ac_cv_header_tiffio_h" = "yes"
15886 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
15887 $as_echo_n "checking for -ltiff... " >&6; }
15888 if ${ac_cv_lib_soname_tiff+:} false
; then :
15889 $as_echo_n "(cached) " >&6
15891 ac_check_soname_save_LIBS
=$LIBS
15892 LIBS
="-ltiff $TIFF_LIBS $LIBS"
15893 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15894 /* end confdefs.h. */
15896 /* Override any GCC internal prototype to avoid an error.
15897 Use char because int might match the return type of a GCC
15898 builtin and then its argument prototype would still apply. */
15902 char TIFFClientOpen ();
15906 return TIFFClientOpen ();
15911 if ac_fn_c_try_link
"$LINENO"; then :
15913 dll
) ac_cv_lib_soname_tiff
=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15914 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'` ;;
15915 *) ac_cv_lib_soname_tiff
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libtiff\\.$LIBEXT" | sed -e "s/^.*\\[\\(libtiff\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15916 if ${ac_cv_lib_soname_tiff:+false} :; then :
15917 ac_cv_lib_soname_tiff
=`$LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15921 ac_cv_lib_soname_tiff
=
15923 rm -f core conftest.err conftest.
$ac_objext \
15924 conftest
$ac_exeext conftest.
$ac_ext
15925 LIBS
=$ac_check_soname_save_LIBS
15927 if ${ac_cv_lib_soname_tiff:+false} :; then :
15928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15929 $as_echo "not found" >&6; }
15932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
15933 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
15935 cat >>confdefs.h
<<_ACEOF
15936 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
15942 CPPFLAGS
=$ac_save_CPPFLAGS
15943 test -z "$TIFF_CFLAGS" || TIFF_CFLAGS
=`echo " $TIFF_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
15944 test -z "$TIFF_LIBS" || TIFF_LIBS
=`echo " $TIFF_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
15947 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
15948 case "x$with_tiff" in
15949 x
) as_fn_append wine_notices
"|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
15951 *) as_fn_error $?
"libtiff ${notice_platform}development files not found, TIFF won't be supported.
15952 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
15957 if test "x$with_mpg123" != "xno"
15959 if ${MPG123_CFLAGS:+false} :; then :
15960 if ${PKG_CONFIG+:} false
; then :
15961 MPG123_CFLAGS
=`$PKG_CONFIG --cflags libmpg123 2>/dev/null`
15965 if ${MPG123_LIBS:+false} :; then :
15966 if ${PKG_CONFIG+:} false
; then :
15967 MPG123_LIBS
=`$PKG_CONFIG --libs libmpg123 2>/dev/null`
15971 MPG123_LIBS
=${MPG123_LIBS:-"-lmpg123"}
15972 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 cflags: $MPG123_CFLAGS" >&5
15973 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 libs: $MPG123_LIBS" >&5
15974 ac_save_CPPFLAGS
=$CPPFLAGS
15975 CPPFLAGS
="$CPPFLAGS $MPG123_CFLAGS"
15976 for ac_header
in mpg123.h
15978 ac_fn_c_check_header_mongrel
"$LINENO" "mpg123.h" "ac_cv_header_mpg123_h" "$ac_includes_default"
15979 if test "x$ac_cv_header_mpg123_h" = xyes
; then :
15980 cat >>confdefs.h
<<_ACEOF
15981 #define HAVE_MPG123_H 1
15988 if test "$ac_cv_header_mpg123_h" = "yes"
15990 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
15991 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
15992 if ${ac_cv_lib_mpg123_mpg123_feed+:} false
; then :
15993 $as_echo_n "(cached) " >&6
15995 ac_check_lib_save_LIBS
=$LIBS
15996 LIBS
="-lmpg123 $MPG123_LIBS $LIBS"
15997 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15998 /* end confdefs.h. */
16000 /* Override any GCC internal prototype to avoid an error.
16001 Use char because int might match the return type of a GCC
16002 builtin and then its argument prototype would still apply. */
16006 char mpg123_feed ();
16010 return mpg123_feed ();
16015 if ac_fn_c_try_link
"$LINENO"; then :
16016 ac_cv_lib_mpg123_mpg123_feed
=yes
16018 ac_cv_lib_mpg123_mpg123_feed
=no
16020 rm -f core conftest.err conftest.
$ac_objext \
16021 conftest
$ac_exeext conftest.
$ac_ext
16022 LIBS
=$ac_check_lib_save_LIBS
16024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
16025 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
16026 if test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes
; then :
16036 CPPFLAGS
=$ac_save_CPPFLAGS
16037 test -z "$MPG123_CFLAGS" || MPG123_CFLAGS
=`echo " $MPG123_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
16038 test -z "$MPG123_LIBS" || MPG123_LIBS
=`echo " $MPG123_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
16041 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes
-a x
"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes
; then :
16042 case "x$with_mpg123" in
16043 x
) as_fn_append wine_notices
"|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
16045 *) as_fn_error $?
"libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
16046 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
16048 enable_l3codeca_acm
=${enable_l3codeca_acm:-no}
16050 test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes || enable_mp3dmod
=${enable_mp3dmod:-no}
16052 if test "$ac_cv_header_AL_al_h" = "yes"
16054 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
16055 $as_echo_n "checking for -lopenal... " >&6; }
16056 if ${ac_cv_lib_soname_openal+:} false
; then :
16057 $as_echo_n "(cached) " >&6
16059 ac_check_soname_save_LIBS
=$LIBS
16060 LIBS
="-lopenal $LIBS"
16061 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16062 /* end confdefs.h. */
16064 /* Override any GCC internal prototype to avoid an error.
16065 Use char because int might match the return type of a GCC
16066 builtin and then its argument prototype would still apply. */
16070 char alGetSource3i ();
16074 return alGetSource3i ();
16079 if ac_fn_c_try_link
"$LINENO"; then :
16081 dll
) ac_cv_lib_soname_openal
=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
16082 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'` ;;
16083 *) ac_cv_lib_soname_openal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libopenal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libopenal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
16084 if ${ac_cv_lib_soname_openal:+false} :; then :
16085 ac_cv_lib_soname_openal
=`$LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
16089 ac_cv_lib_soname_openal
=
16091 rm -f core conftest.err conftest.
$ac_objext \
16092 conftest
$ac_exeext conftest.
$ac_ext
16093 LIBS
=$ac_check_soname_save_LIBS
16095 if ${ac_cv_lib_soname_openal:+false} :; then :
16096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
16097 $as_echo "not found" >&6; }
16100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
16101 $as_echo "$ac_cv_lib_soname_openal" >&6; }
16103 cat >>confdefs.h
<<_ACEOF
16104 #define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
16107 OPENAL_LIBS
="-lopenal"
16109 ac_cv_lib_openal
=yes
16111 cat >>confdefs.h
<<_ACEOF
16112 #define HAVE_OPENAL 1
16117 if test "x$ac_cv_lib_openal" != xyes
; then :
16118 case "x$with_openal" in
16119 x
) as_fn_append wine_notices
"|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
16121 *) as_fn_error $?
"libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
16122 This is an error since --with-openal was requested." "$LINENO" 5 ;;
16124 enable_openal32
=${enable_openal32:-no}
16127 if test "x$ac_cv_lib_soname_FAudio" = "x"
16129 enable_x3daudio1_0
=${enable_x3daudio1_0:-no}
16130 enable_x3daudio1_1
=${enable_x3daudio1_1:-no}
16131 enable_x3daudio1_2
=${enable_x3daudio1_2:-no}
16132 enable_x3daudio1_3
=${enable_x3daudio1_3:-no}
16133 enable_x3daudio1_4
=${enable_x3daudio1_4:-no}
16134 enable_x3daudio1_5
=${enable_x3daudio1_5:-no}
16135 enable_x3daudio1_6
=${enable_x3daudio1_6:-no}
16136 enable_x3daudio1_7
=${enable_x3daudio1_7:-no}
16137 enable_xapofx1_1
=${enable_xapofx1_1:-no}
16138 enable_xapofx1_2
=${enable_xapofx1_2:-no}
16139 enable_xapofx1_3
=${enable_xapofx1_3:-no}
16140 enable_xapofx1_4
=${enable_xapofx1_4:-no}
16141 enable_xapofx1_5
=${enable_xapofx1_5:-no}
16142 enable_xaudio2_0
=${enable_xaudio2_0:-no}
16143 enable_xaudio2_1
=${enable_xaudio2_1:-no}
16144 enable_xaudio2_2
=${enable_xaudio2_2:-no}
16145 enable_xaudio2_3
=${enable_xaudio2_3:-no}
16146 enable_xaudio2_4
=${enable_xaudio2_4:-no}
16147 enable_xaudio2_5
=${enable_xaudio2_5:-no}
16148 enable_xaudio2_6
=${enable_xaudio2_6:-no}
16149 enable_xaudio2_7
=${enable_xaudio2_7:-no}
16150 enable_xaudio2_8
=${enable_xaudio2_8:-no}
16151 enable_xaudio2_9
=${enable_xaudio2_9:-no}
16154 if test "$ac_cv_header_kstat_h" = "yes"
16156 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
16157 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
16158 if ${ac_cv_lib_kstat_kstat_open+:} false
; then :
16159 $as_echo_n "(cached) " >&6
16161 ac_check_lib_save_LIBS
=$LIBS
16162 LIBS
="-lkstat $LIBS"
16163 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16164 /* end confdefs.h. */
16166 /* Override any GCC internal prototype to avoid an error.
16167 Use char because int might match the return type of a GCC
16168 builtin and then its argument prototype would still apply. */
16172 char kstat_open ();
16176 return kstat_open ();
16181 if ac_fn_c_try_link
"$LINENO"; then :
16182 ac_cv_lib_kstat_kstat_open
=yes
16184 ac_cv_lib_kstat_kstat_open
=no
16186 rm -f core conftest.err conftest.
$ac_objext \
16187 conftest
$ac_exeext conftest.
$ac_ext
16188 LIBS
=$ac_check_lib_save_LIBS
16190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
16191 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
16192 if test "x$ac_cv_lib_kstat_kstat_open" = xyes
; then :
16194 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
16196 KSTAT_LIBS
="-lkstat"
16202 if test "$ac_cv_header_libprocstat_h" = "yes"
16204 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for procstat_open_sysctl in -lprocstat" >&5
16205 $as_echo_n "checking for procstat_open_sysctl in -lprocstat... " >&6; }
16206 if ${ac_cv_lib_procstat_procstat_open_sysctl+:} false
; then :
16207 $as_echo_n "(cached) " >&6
16209 ac_check_lib_save_LIBS
=$LIBS
16210 LIBS
="-lprocstat $LIBS"
16211 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16212 /* end confdefs.h. */
16214 /* Override any GCC internal prototype to avoid an error.
16215 Use char because int might match the return type of a GCC
16216 builtin and then its argument prototype would still apply. */
16220 char procstat_open_sysctl ();
16224 return procstat_open_sysctl ();
16229 if ac_fn_c_try_link
"$LINENO"; then :
16230 ac_cv_lib_procstat_procstat_open_sysctl
=yes
16232 ac_cv_lib_procstat_procstat_open_sysctl
=no
16234 rm -f core conftest.err conftest.
$ac_objext \
16235 conftest
$ac_exeext conftest.
$ac_ext
16236 LIBS
=$ac_check_lib_save_LIBS
16238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_procstat_procstat_open_sysctl" >&5
16239 $as_echo "$ac_cv_lib_procstat_procstat_open_sysctl" >&6; }
16240 if test "x$ac_cv_lib_procstat_procstat_open_sysctl" = xyes
; then :
16242 $as_echo "#define HAVE_LIBPROCSTAT 1" >>confdefs.h
16244 PROCSTAT_LIBS
="-lprocstat"
16250 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
16251 $as_echo_n "checking for -lodbc... " >&6; }
16252 if ${ac_cv_lib_soname_odbc+:} false
; then :
16253 $as_echo_n "(cached) " >&6
16255 ac_check_soname_save_LIBS
=$LIBS
16256 LIBS
="-lodbc $LIBS"
16257 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16258 /* end confdefs.h. */
16260 /* Override any GCC internal prototype to avoid an error.
16261 Use char because int might match the return type of a GCC
16262 builtin and then its argument prototype would still apply. */
16266 char SQLConnect ();
16270 return SQLConnect ();
16275 if ac_fn_c_try_link
"$LINENO"; then :
16277 dll
) ac_cv_lib_soname_odbc
=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
16278 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'` ;;
16279 *) ac_cv_lib_soname_odbc
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libodbc\\.$LIBEXT" | sed -e "s/^.*\\[\\(libodbc\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
16280 if ${ac_cv_lib_soname_odbc:+false} :; then :
16281 ac_cv_lib_soname_odbc
=`$LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
16285 ac_cv_lib_soname_odbc
=
16287 rm -f core conftest.err conftest.
$ac_objext \
16288 conftest
$ac_exeext conftest.
$ac_ext
16289 LIBS
=$ac_check_soname_save_LIBS
16291 if ${ac_cv_lib_soname_odbc:+false} :; then :
16292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
16293 $as_echo "not found" >&6; }
16294 cat >>confdefs.h
<<_ACEOF
16295 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
16300 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
16302 cat >>confdefs.h
<<_ACEOF
16303 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
16309 if test "x$with_netapi" != "xno"
16311 if ${NETAPI_CFLAGS:+false} :; then :
16312 if ${PKG_CONFIG+:} false
; then :
16313 NETAPI_CFLAGS
=`$PKG_CONFIG --cflags netapi 2>/dev/null`
16317 if ${NETAPI_LIBS:+false} :; then :
16318 if ${PKG_CONFIG+:} false
; then :
16319 NETAPI_LIBS
=`$PKG_CONFIG --libs netapi 2>/dev/null`
16324 $as_echo "$as_me:${as_lineno-$LINENO}: netapi cflags: $NETAPI_CFLAGS" >&5
16325 $as_echo "$as_me:${as_lineno-$LINENO}: netapi libs: $NETAPI_LIBS" >&5
16326 ac_save_CPPFLAGS
=$CPPFLAGS
16327 CPPFLAGS
="$CPPFLAGS $NETAPI_CFLAGS"
16328 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lnetapi" >&5
16329 $as_echo_n "checking for -lnetapi... " >&6; }
16330 if ${ac_cv_lib_soname_netapi+:} false
; then :
16331 $as_echo_n "(cached) " >&6
16333 ac_check_soname_save_LIBS
=$LIBS
16334 LIBS
="-lnetapi $NETAPI_LIBS $LIBS"
16335 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16336 /* end confdefs.h. */
16338 /* Override any GCC internal prototype to avoid an error.
16339 Use char because int might match the return type of a GCC
16340 builtin and then its argument prototype would still apply. */
16344 char libnetapi_init ();
16348 return libnetapi_init ();
16353 if ac_fn_c_try_link
"$LINENO"; then :
16355 dll
) ac_cv_lib_soname_netapi
=`$ac_cv_path_LDD conftest.exe | grep "netapi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
16356 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'` ;;
16357 *) ac_cv_lib_soname_netapi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libnetapi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libnetapi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
16358 if ${ac_cv_lib_soname_netapi:+false} :; then :
16359 ac_cv_lib_soname_netapi
=`$LDD conftest$ac_exeext | grep "libnetapi\\.$LIBEXT" | sed -e "s/^.*\(libnetapi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
16363 ac_cv_lib_soname_netapi
=
16365 rm -f core conftest.err conftest.
$ac_objext \
16366 conftest
$ac_exeext conftest.
$ac_ext
16367 LIBS
=$ac_check_soname_save_LIBS
16369 if ${ac_cv_lib_soname_netapi:+false} :; then :
16370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
16371 $as_echo "not found" >&6; }
16372 cat >>confdefs.h
<<_ACEOF
16373 #define SONAME_LIBNETAPI "libnetapi.$LIBEXT"
16377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_netapi" >&5
16378 $as_echo "$ac_cv_lib_soname_netapi" >&6; }
16380 cat >>confdefs.h
<<_ACEOF
16381 #define SONAME_LIBNETAPI "$ac_cv_lib_soname_netapi"
16386 CPPFLAGS
=$ac_save_CPPFLAGS
16387 test -z "$NETAPI_CFLAGS" || NETAPI_CFLAGS
=`echo " $NETAPI_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
16388 test -z "$NETAPI_LIBS" || NETAPI_LIBS
=`echo " $NETAPI_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
16392 if test "x$enable_winealsa_drv$enable_winecoreaudio_drv$enable_winepulse_drv$enable_wineoss_drv$enable_wineandroid_drv" = xnonononono
-a \
16393 "x$with_alsa$with_coreaudio$with_oss$with_pulse" != xnononono
16395 as_fn_append wine_warnings
"|No sound system was found. Windows applications will be silent."
16398 if test "x$with_vulkan" != "xno"
16400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lvulkan" >&5
16401 $as_echo_n "checking for -lvulkan... " >&6; }
16402 if ${ac_cv_lib_soname_vulkan+:} false
; then :
16403 $as_echo_n "(cached) " >&6
16405 ac_check_soname_save_LIBS
=$LIBS
16406 LIBS
="-lvulkan $LIBS"
16407 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16408 /* end confdefs.h. */
16410 /* Override any GCC internal prototype to avoid an error.
16411 Use char because int might match the return type of a GCC
16412 builtin and then its argument prototype would still apply. */
16416 char vkGetInstanceProcAddr ();
16420 return vkGetInstanceProcAddr ();
16425 if ac_fn_c_try_link
"$LINENO"; then :
16427 dll
) ac_cv_lib_soname_vulkan
=`$ac_cv_path_LDD conftest.exe | grep "vulkan" | sed -e "s/dll.*/dll/"';2,$d'` ;;
16428 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'` ;;
16429 *) ac_cv_lib_soname_vulkan
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libvulkan\\.$LIBEXT" | sed -e "s/^.*\\[\\(libvulkan\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
16430 if ${ac_cv_lib_soname_vulkan:+false} :; then :
16431 ac_cv_lib_soname_vulkan
=`$LDD conftest$ac_exeext | grep "libvulkan\\.$LIBEXT" | sed -e "s/^.*\(libvulkan\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
16435 ac_cv_lib_soname_vulkan
=
16437 rm -f core conftest.err conftest.
$ac_objext \
16438 conftest
$ac_exeext conftest.
$ac_ext
16439 LIBS
=$ac_check_soname_save_LIBS
16441 if ${ac_cv_lib_soname_vulkan:+false} :; then :
16442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
16443 $as_echo "not found" >&6; }
16446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_vulkan" >&5
16447 $as_echo "$ac_cv_lib_soname_vulkan" >&6; }
16449 cat >>confdefs.h
<<_ACEOF
16450 #define SONAME_LIBVULKAN "$ac_cv_lib_soname_vulkan"
16455 if test "x$ac_cv_lib_soname_vulkan" = "x"
16457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lMoltenVK" >&5
16458 $as_echo_n "checking for -lMoltenVK... " >&6; }
16459 if ${ac_cv_lib_soname_MoltenVK+:} false
; then :
16460 $as_echo_n "(cached) " >&6
16462 ac_check_soname_save_LIBS
=$LIBS
16463 LIBS
="-lMoltenVK $LIBS"
16464 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16465 /* end confdefs.h. */
16467 /* Override any GCC internal prototype to avoid an error.
16468 Use char because int might match the return type of a GCC
16469 builtin and then its argument prototype would still apply. */
16473 char vkGetInstanceProcAddr ();
16477 return vkGetInstanceProcAddr ();
16482 if ac_fn_c_try_link
"$LINENO"; then :
16484 dll
) ac_cv_lib_soname_MoltenVK
=`$ac_cv_path_LDD conftest.exe | grep "MoltenVK" | sed -e "s/dll.*/dll/"';2,$d'` ;;
16485 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'` ;;
16486 *) ac_cv_lib_soname_MoltenVK
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libMoltenVK\\.$LIBEXT" | sed -e "s/^.*\\[\\(libMoltenVK\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
16487 if ${ac_cv_lib_soname_MoltenVK:+false} :; then :
16488 ac_cv_lib_soname_MoltenVK
=`$LDD conftest$ac_exeext | grep "libMoltenVK\\.$LIBEXT" | sed -e "s/^.*\(libMoltenVK\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
16492 ac_cv_lib_soname_MoltenVK
=
16494 rm -f core conftest.err conftest.
$ac_objext \
16495 conftest
$ac_exeext conftest.
$ac_ext
16496 LIBS
=$ac_check_soname_save_LIBS
16498 if ${ac_cv_lib_soname_MoltenVK:+false} :; then :
16499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
16500 $as_echo "not found" >&6; }
16503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_MoltenVK" >&5
16504 $as_echo "$ac_cv_lib_soname_MoltenVK" >&6; }
16506 cat >>confdefs.h
<<_ACEOF
16507 #define SONAME_LIBMOLTENVK "$ac_cv_lib_soname_MoltenVK"
16514 if test "x$ac_cv_lib_soname_vulkan" = "x" -a "x$ac_cv_lib_soname_MoltenVK" = "x"; then :
16515 case "x$with_vulkan" in
16516 x
) as_fn_append wine_notices
"|libvulkan and libMoltenVK ${notice_platform}development files not found, Vulkan won't be supported." ;;
16518 *) as_fn_error $?
"libvulkan and libMoltenVK ${notice_platform}development files not found, Vulkan won't be supported.
16519 This is an error since --with-vulkan was requested." "$LINENO" 5 ;;
16524 if test "x$with_vkd3d" != "xno"
16526 if ${VKD3D_CFLAGS:+false} :; then :
16527 if ${PKG_CONFIG+:} false
; then :
16528 VKD3D_CFLAGS
=`$PKG_CONFIG --cflags libvkd3d 2>/dev/null`
16532 if ${VKD3D_LIBS:+false} :; then :
16533 if ${PKG_CONFIG+:} false
; then :
16534 VKD3D_LIBS
=`$PKG_CONFIG --libs libvkd3d 2>/dev/null`
16539 $as_echo "$as_me:${as_lineno-$LINENO}: libvkd3d cflags: $VKD3D_CFLAGS" >&5
16540 $as_echo "$as_me:${as_lineno-$LINENO}: libvkd3d libs: $VKD3D_LIBS" >&5
16541 ac_save_CPPFLAGS
=$CPPFLAGS
16542 CPPFLAGS
="$CPPFLAGS $VKD3D_CFLAGS"
16543 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lvkd3d" >&5
16544 $as_echo_n "checking for -lvkd3d... " >&6; }
16545 if ${ac_cv_lib_soname_vkd3d+:} false
; then :
16546 $as_echo_n "(cached) " >&6
16548 ac_check_soname_save_LIBS
=$LIBS
16549 LIBS
="-lvkd3d $VKD3D_LIBS $LIBS"
16550 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16551 /* end confdefs.h. */
16553 /* Override any GCC internal prototype to avoid an error.
16554 Use char because int might match the return type of a GCC
16555 builtin and then its argument prototype would still apply. */
16559 char vkd3d_get_dxgi_format ();
16563 return vkd3d_get_dxgi_format ();
16568 if ac_fn_c_try_link
"$LINENO"; then :
16570 dll
) ac_cv_lib_soname_vkd3d
=`$ac_cv_path_LDD conftest.exe | grep "vkd3d" | sed -e "s/dll.*/dll/"';2,$d'` ;;
16571 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'` ;;
16572 *) ac_cv_lib_soname_vkd3d
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libvkd3d\\.$LIBEXT" | sed -e "s/^.*\\[\\(libvkd3d\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
16573 if ${ac_cv_lib_soname_vkd3d:+false} :; then :
16574 ac_cv_lib_soname_vkd3d
=`$LDD conftest$ac_exeext | grep "libvkd3d\\.$LIBEXT" | sed -e "s/^.*\(libvkd3d\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
16578 ac_cv_lib_soname_vkd3d
=
16580 rm -f core conftest.err conftest.
$ac_objext \
16581 conftest
$ac_exeext conftest.
$ac_ext
16582 LIBS
=$ac_check_soname_save_LIBS
16584 if ${ac_cv_lib_soname_vkd3d:+false} :; then :
16585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
16586 $as_echo "not found" >&6; }
16589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_vkd3d" >&5
16590 $as_echo "$ac_cv_lib_soname_vkd3d" >&6; }
16592 cat >>confdefs.h
<<_ACEOF
16593 #define SONAME_LIBVKD3D "$ac_cv_lib_soname_vkd3d"
16598 CPPFLAGS
=$ac_save_CPPFLAGS
16599 test -z "$VKD3D_CFLAGS" || VKD3D_CFLAGS
=`echo " $VKD3D_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
16600 test -z "$VKD3D_LIBS" || VKD3D_LIBS
=`echo " $VKD3D_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
16603 if test "x$ac_cv_lib_soname_vkd3d" = "x"; then :
16604 case "x$with_vkd3d" in
16605 x
) as_fn_append wine_notices
"|vkd3d ${notice_platform}development files not found (or too old), Direct3D 12 won't be supported." ;;
16607 *) as_fn_error $?
"vkd3d ${notice_platform}development files not found (or too old), Direct3D 12 won't be supported.
16608 This is an error since --with-vkd3d was requested." "$LINENO" 5 ;;
16612 test "x$ac_cv_lib_soname_vkd3d" != "x" || enable_d3d12
=${enable_d3d12:-no}
16617 if test "x${GCC}" = "xyes"
16619 EXTRACFLAGS
="-Wall -pipe"
16621 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
16622 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
16623 if ${ac_cv_c_gcc_strength_bug+:} false
; then :
16624 $as_echo_n "(cached) " >&6
16626 if test "$cross_compiling" = yes; then :
16627 ac_cv_c_gcc_strength_bug
="no"
16629 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16630 /* end confdefs.h. */
16631 int L[4] = {0,1,2,3};
16635 static int Array[3];
16636 unsigned int B = 3;
16638 for(i=0; i<B; i++) Array[i] = i - 3;
16639 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
16641 return (Array[1] != -2 || L[2] != 3)
16646 if ac_fn_c_try_run
"$LINENO"; then :
16647 ac_cv_c_gcc_strength_bug
="no"
16649 ac_cv_c_gcc_strength_bug
="yes"
16651 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
16652 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
16656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
16657 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
16658 if test "$ac_cv_c_gcc_strength_bug" = "yes"
16660 EXTRACFLAGS
="$EXTRACFLAGS -fno-strength-reduce"
16663 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
16664 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
16665 if ${ac_cv_cflags__fno_strict_aliasing+:} false
; then :
16666 $as_echo_n "(cached) " >&6
16668 ac_wine_try_cflags_saved
=$CFLAGS
16669 CFLAGS
="$CFLAGS -fno-strict-aliasing"
16670 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16671 /* end confdefs.h. */
16672 int main(int argc, char **argv) { return 0; }
16674 if ac_fn_c_try_link
"$LINENO"; then :
16675 ac_cv_cflags__fno_strict_aliasing
=yes
16677 ac_cv_cflags__fno_strict_aliasing
=no
16679 rm -f core conftest.err conftest.
$ac_objext \
16680 conftest
$ac_exeext conftest.
$ac_ext
16681 CFLAGS
=$ac_wine_try_cflags_saved
16683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
16684 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
16685 if test "x$ac_cv_cflags__fno_strict_aliasing" = xyes
; then :
16686 EXTRACFLAGS
="$EXTRACFLAGS -fno-strict-aliasing"
16688 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fexcess-precision=standard" >&5
16689 $as_echo_n "checking whether the compiler supports -fexcess-precision=standard... " >&6; }
16690 if ${ac_cv_cflags__fexcess_precision_standard+:} false
; then :
16691 $as_echo_n "(cached) " >&6
16693 ac_wine_try_cflags_saved
=$CFLAGS
16694 CFLAGS
="$CFLAGS -fexcess-precision=standard"
16695 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16696 /* end confdefs.h. */
16697 int main(int argc, char **argv) { return 0; }
16699 if ac_fn_c_try_link
"$LINENO"; then :
16700 ac_cv_cflags__fexcess_precision_standard
=yes
16702 ac_cv_cflags__fexcess_precision_standard
=no
16704 rm -f core conftest.err conftest.
$ac_objext \
16705 conftest
$ac_exeext conftest.
$ac_ext
16706 CFLAGS
=$ac_wine_try_cflags_saved
16708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fexcess_precision_standard" >&5
16709 $as_echo "$ac_cv_cflags__fexcess_precision_standard" >&6; }
16710 if test "x$ac_cv_cflags__fexcess_precision_standard" = xyes
; then :
16711 EXCESS_PRECISION_CFLAGS
="-fexcess-precision=standard"
16714 saved_CFLAGS
=$CFLAGS
16715 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unknown-warning-option" >&5
16716 $as_echo_n "checking whether the compiler supports -Werror=unknown-warning-option... " >&6; }
16717 if ${ac_cv_cflags__Werror_unknown_warning_option+:} false
; then :
16718 $as_echo_n "(cached) " >&6
16720 ac_wine_try_cflags_saved
=$CFLAGS
16721 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
16722 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16723 /* end confdefs.h. */
16724 int main(int argc, char **argv) { return 0; }
16726 if ac_fn_c_try_link
"$LINENO"; then :
16727 ac_cv_cflags__Werror_unknown_warning_option
=yes
16729 ac_cv_cflags__Werror_unknown_warning_option
=no
16731 rm -f core conftest.err conftest.
$ac_objext \
16732 conftest
$ac_exeext conftest.
$ac_ext
16733 CFLAGS
=$ac_wine_try_cflags_saved
16735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_unknown_warning_option" >&5
16736 $as_echo "$ac_cv_cflags__Werror_unknown_warning_option" >&6; }
16737 if test "x$ac_cv_cflags__Werror_unknown_warning_option" = xyes
; then :
16738 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
16740 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
16741 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
16742 if ${ac_cv_cflags__Wdeclaration_after_statement+:} false
; then :
16743 $as_echo_n "(cached) " >&6
16745 ac_wine_try_cflags_saved
=$CFLAGS
16746 CFLAGS
="$CFLAGS -Wdeclaration-after-statement"
16747 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16748 /* end confdefs.h. */
16749 int main(int argc, char **argv) { return 0; }
16751 if ac_fn_c_try_link
"$LINENO"; then :
16752 ac_cv_cflags__Wdeclaration_after_statement
=yes
16754 ac_cv_cflags__Wdeclaration_after_statement
=no
16756 rm -f core conftest.err conftest.
$ac_objext \
16757 conftest
$ac_exeext conftest.
$ac_ext
16758 CFLAGS
=$ac_wine_try_cflags_saved
16760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
16761 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
16762 if test "x$ac_cv_cflags__Wdeclaration_after_statement" = xyes
; then :
16763 EXTRACFLAGS
="$EXTRACFLAGS -Wdeclaration-after-statement"
16765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wempty-body" >&5
16766 $as_echo_n "checking whether the compiler supports -Wempty-body... " >&6; }
16767 if ${ac_cv_cflags__Wempty_body+:} false
; then :
16768 $as_echo_n "(cached) " >&6
16770 ac_wine_try_cflags_saved
=$CFLAGS
16771 CFLAGS
="$CFLAGS -Wempty-body"
16772 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16773 /* end confdefs.h. */
16774 int main(int argc, char **argv) { return 0; }
16776 if ac_fn_c_try_link
"$LINENO"; then :
16777 ac_cv_cflags__Wempty_body
=yes
16779 ac_cv_cflags__Wempty_body
=no
16781 rm -f core conftest.err conftest.
$ac_objext \
16782 conftest
$ac_exeext conftest.
$ac_ext
16783 CFLAGS
=$ac_wine_try_cflags_saved
16785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wempty_body" >&5
16786 $as_echo "$ac_cv_cflags__Wempty_body" >&6; }
16787 if test "x$ac_cv_cflags__Wempty_body" = xyes
; then :
16788 EXTRACFLAGS
="$EXTRACFLAGS -Wempty-body"
16790 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wignored-qualifiers" >&5
16791 $as_echo_n "checking whether the compiler supports -Wignored-qualifiers... " >&6; }
16792 if ${ac_cv_cflags__Wignored_qualifiers+:} false
; then :
16793 $as_echo_n "(cached) " >&6
16795 ac_wine_try_cflags_saved
=$CFLAGS
16796 CFLAGS
="$CFLAGS -Wignored-qualifiers"
16797 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16798 /* end confdefs.h. */
16799 int main(int argc, char **argv) { return 0; }
16801 if ac_fn_c_try_link
"$LINENO"; then :
16802 ac_cv_cflags__Wignored_qualifiers
=yes
16804 ac_cv_cflags__Wignored_qualifiers
=no
16806 rm -f core conftest.err conftest.
$ac_objext \
16807 conftest
$ac_exeext conftest.
$ac_ext
16808 CFLAGS
=$ac_wine_try_cflags_saved
16810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wignored_qualifiers" >&5
16811 $as_echo "$ac_cv_cflags__Wignored_qualifiers" >&6; }
16812 if test "x$ac_cv_cflags__Wignored_qualifiers" = xyes
; then :
16813 EXTRACFLAGS
="$EXTRACFLAGS -Wignored-qualifiers"
16815 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpacked-not-aligned" >&5
16816 $as_echo_n "checking whether the compiler supports -Wpacked-not-aligned... " >&6; }
16817 if ${ac_cv_cflags__Wpacked_not_aligned+:} false
; then :
16818 $as_echo_n "(cached) " >&6
16820 ac_wine_try_cflags_saved
=$CFLAGS
16821 CFLAGS
="$CFLAGS -Wpacked-not-aligned"
16822 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16823 /* end confdefs.h. */
16824 int main(int argc, char **argv) { return 0; }
16826 if ac_fn_c_try_link
"$LINENO"; then :
16827 ac_cv_cflags__Wpacked_not_aligned
=yes
16829 ac_cv_cflags__Wpacked_not_aligned
=no
16831 rm -f core conftest.err conftest.
$ac_objext \
16832 conftest
$ac_exeext conftest.
$ac_ext
16833 CFLAGS
=$ac_wine_try_cflags_saved
16835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpacked_not_aligned" >&5
16836 $as_echo "$ac_cv_cflags__Wpacked_not_aligned" >&6; }
16837 if test "x$ac_cv_cflags__Wpacked_not_aligned" = xyes
; then :
16838 EXTRACFLAGS
="$EXTRACFLAGS -Wno-packed-not-aligned"
16840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpragma-pack" >&5
16841 $as_echo_n "checking whether the compiler supports -Wpragma-pack... " >&6; }
16842 if ${ac_cv_cflags__Wpragma_pack+:} false
; then :
16843 $as_echo_n "(cached) " >&6
16845 ac_wine_try_cflags_saved
=$CFLAGS
16846 CFLAGS
="$CFLAGS -Wpragma-pack"
16847 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16848 /* end confdefs.h. */
16849 int main(int argc, char **argv) { return 0; }
16851 if ac_fn_c_try_link
"$LINENO"; then :
16852 ac_cv_cflags__Wpragma_pack
=yes
16854 ac_cv_cflags__Wpragma_pack
=no
16856 rm -f core conftest.err conftest.
$ac_objext \
16857 conftest
$ac_exeext conftest.
$ac_ext
16858 CFLAGS
=$ac_wine_try_cflags_saved
16860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpragma_pack" >&5
16861 $as_echo "$ac_cv_cflags__Wpragma_pack" >&6; }
16862 if test "x$ac_cv_cflags__Wpragma_pack" = xyes
; then :
16863 EXTRACFLAGS
="$EXTRACFLAGS -Wno-pragma-pack"
16865 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wshift-overflow=2" >&5
16866 $as_echo_n "checking whether the compiler supports -Wshift-overflow=2... " >&6; }
16867 if ${ac_cv_cflags__Wshift_overflow_2+:} false
; then :
16868 $as_echo_n "(cached) " >&6
16870 ac_wine_try_cflags_saved
=$CFLAGS
16871 CFLAGS
="$CFLAGS -Wshift-overflow=2"
16872 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16873 /* end confdefs.h. */
16874 int main(int argc, char **argv) { return 0; }
16876 if ac_fn_c_try_link
"$LINENO"; then :
16877 ac_cv_cflags__Wshift_overflow_2
=yes
16879 ac_cv_cflags__Wshift_overflow_2
=no
16881 rm -f core conftest.err conftest.
$ac_objext \
16882 conftest
$ac_exeext conftest.
$ac_ext
16883 CFLAGS
=$ac_wine_try_cflags_saved
16885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wshift_overflow_2" >&5
16886 $as_echo "$ac_cv_cflags__Wshift_overflow_2" >&6; }
16887 if test "x$ac_cv_cflags__Wshift_overflow_2" = xyes
; then :
16888 EXTRACFLAGS
="$EXTRACFLAGS -Wshift-overflow=2"
16890 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
16891 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
16892 if ${ac_cv_cflags__Wstrict_prototypes+:} false
; then :
16893 $as_echo_n "(cached) " >&6
16895 ac_wine_try_cflags_saved
=$CFLAGS
16896 CFLAGS
="$CFLAGS -Wstrict-prototypes"
16897 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16898 /* end confdefs.h. */
16899 int main(int argc, char **argv) { return 0; }
16901 if ac_fn_c_try_link
"$LINENO"; then :
16902 ac_cv_cflags__Wstrict_prototypes
=yes
16904 ac_cv_cflags__Wstrict_prototypes
=no
16906 rm -f core conftest.err conftest.
$ac_objext \
16907 conftest
$ac_exeext conftest.
$ac_ext
16908 CFLAGS
=$ac_wine_try_cflags_saved
16910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
16911 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
16912 if test "x$ac_cv_cflags__Wstrict_prototypes" = xyes
; then :
16913 EXTRACFLAGS
="$EXTRACFLAGS -Wstrict-prototypes"
16915 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
16916 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
16917 if ${ac_cv_cflags__Wtype_limits+:} false
; then :
16918 $as_echo_n "(cached) " >&6
16920 ac_wine_try_cflags_saved
=$CFLAGS
16921 CFLAGS
="$CFLAGS -Wtype-limits"
16922 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16923 /* end confdefs.h. */
16924 int main(int argc, char **argv) { return 0; }
16926 if ac_fn_c_try_link
"$LINENO"; then :
16927 ac_cv_cflags__Wtype_limits
=yes
16929 ac_cv_cflags__Wtype_limits
=no
16931 rm -f core conftest.err conftest.
$ac_objext \
16932 conftest
$ac_exeext conftest.
$ac_ext
16933 CFLAGS
=$ac_wine_try_cflags_saved
16935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
16936 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
16937 if test "x$ac_cv_cflags__Wtype_limits" = xyes
; then :
16938 EXTRACFLAGS
="$EXTRACFLAGS -Wtype-limits"
16940 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wunused-but-set-parameter" >&5
16941 $as_echo_n "checking whether the compiler supports -Wunused-but-set-parameter... " >&6; }
16942 if ${ac_cv_cflags__Wunused_but_set_parameter+:} false
; then :
16943 $as_echo_n "(cached) " >&6
16945 ac_wine_try_cflags_saved
=$CFLAGS
16946 CFLAGS
="$CFLAGS -Wunused-but-set-parameter"
16947 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16948 /* end confdefs.h. */
16949 int main(int argc, char **argv) { return 0; }
16951 if ac_fn_c_try_link
"$LINENO"; then :
16952 ac_cv_cflags__Wunused_but_set_parameter
=yes
16954 ac_cv_cflags__Wunused_but_set_parameter
=no
16956 rm -f core conftest.err conftest.
$ac_objext \
16957 conftest
$ac_exeext conftest.
$ac_ext
16958 CFLAGS
=$ac_wine_try_cflags_saved
16960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wunused_but_set_parameter" >&5
16961 $as_echo "$ac_cv_cflags__Wunused_but_set_parameter" >&6; }
16962 if test "x$ac_cv_cflags__Wunused_but_set_parameter" = xyes
; then :
16963 EXTRACFLAGS
="$EXTRACFLAGS -Wunused-but-set-parameter"
16965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wvla" >&5
16966 $as_echo_n "checking whether the compiler supports -Wvla... " >&6; }
16967 if ${ac_cv_cflags__Wvla+:} false
; then :
16968 $as_echo_n "(cached) " >&6
16970 ac_wine_try_cflags_saved
=$CFLAGS
16971 CFLAGS
="$CFLAGS -Wvla"
16972 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16973 /* end confdefs.h. */
16974 int main(int argc, char **argv) { return 0; }
16976 if ac_fn_c_try_link
"$LINENO"; then :
16977 ac_cv_cflags__Wvla
=yes
16979 ac_cv_cflags__Wvla
=no
16981 rm -f core conftest.err conftest.
$ac_objext \
16982 conftest
$ac_exeext conftest.
$ac_ext
16983 CFLAGS
=$ac_wine_try_cflags_saved
16985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wvla" >&5
16986 $as_echo "$ac_cv_cflags__Wvla" >&6; }
16987 if test "x$ac_cv_cflags__Wvla" = xyes
; then :
16988 EXTRACFLAGS
="$EXTRACFLAGS -Wvla"
16990 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
16991 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
16992 if ${ac_cv_cflags__Wwrite_strings+:} false
; then :
16993 $as_echo_n "(cached) " >&6
16995 ac_wine_try_cflags_saved
=$CFLAGS
16996 CFLAGS
="$CFLAGS -Wwrite-strings"
16997 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16998 /* end confdefs.h. */
16999 int main(int argc, char **argv) { return 0; }
17001 if ac_fn_c_try_link
"$LINENO"; then :
17002 ac_cv_cflags__Wwrite_strings
=yes
17004 ac_cv_cflags__Wwrite_strings
=no
17006 rm -f core conftest.err conftest.
$ac_objext \
17007 conftest
$ac_exeext conftest.
$ac_ext
17008 CFLAGS
=$ac_wine_try_cflags_saved
17010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
17011 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
17012 if test "x$ac_cv_cflags__Wwrite_strings" = xyes
; then :
17013 EXTRACFLAGS
="$EXTRACFLAGS -Wwrite-strings"
17016 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpointer-arith" >&5
17017 $as_echo_n "checking whether the compiler supports -Wpointer-arith... " >&6; }
17018 if ${ac_cv_cflags__Wpointer_arith+:} false
; then :
17019 $as_echo_n "(cached) " >&6
17021 ac_wine_try_cflags_saved
=$CFLAGS
17022 CFLAGS
="$CFLAGS -Wpointer-arith"
17023 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17024 /* end confdefs.h. */
17025 int main(int argc, char **argv) { return 0; }
17027 if ac_fn_c_try_link
"$LINENO"; then :
17028 ac_cv_cflags__Wpointer_arith
=yes
17030 ac_cv_cflags__Wpointer_arith
=no
17032 rm -f core conftest.err conftest.
$ac_objext \
17033 conftest
$ac_exeext conftest.
$ac_ext
17034 CFLAGS
=$ac_wine_try_cflags_saved
17036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpointer_arith" >&5
17037 $as_echo "$ac_cv_cflags__Wpointer_arith" >&6; }
17038 if test "x$ac_cv_cflags__Wpointer_arith" = xyes
; then :
17039 saved_string_h_CFLAGS
=$CFLAGS
17040 CFLAGS
="$CFLAGS -Wpointer-arith -Werror"
17041 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wpointer-arith" >&5
17042 $as_echo_n "checking for broken string.h that generates warnings with -Wpointer-arith... " >&6; }
17043 if ${ac_cv_c_string_h_warnings+:} false
; then :
17044 $as_echo_n "(cached) " >&6
17046 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17047 /* end confdefs.h. */
17048 #include <string.h>
17057 if ac_fn_c_try_compile
"$LINENO"; then :
17058 ac_cv_c_string_h_warnings
=no
17060 ac_cv_c_string_h_warnings
=yes
17062 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
17064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
17065 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
17066 test "$ac_cv_c_string_h_warnings" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wpointer-arith"
17067 CFLAGS
=$saved_string_h_CFLAGS
17070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wlogical-op" >&5
17071 $as_echo_n "checking whether the compiler supports -Wlogical-op... " >&6; }
17072 if ${ac_cv_cflags__Wlogical_op+:} false
; then :
17073 $as_echo_n "(cached) " >&6
17075 ac_wine_try_cflags_saved
=$CFLAGS
17076 CFLAGS
="$CFLAGS -Wlogical-op"
17077 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17078 /* end confdefs.h. */
17079 int main(int argc, char **argv) { return 0; }
17081 if ac_fn_c_try_link
"$LINENO"; then :
17082 ac_cv_cflags__Wlogical_op
=yes
17084 ac_cv_cflags__Wlogical_op
=no
17086 rm -f core conftest.err conftest.
$ac_objext \
17087 conftest
$ac_exeext conftest.
$ac_ext
17088 CFLAGS
=$ac_wine_try_cflags_saved
17090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wlogical_op" >&5
17091 $as_echo "$ac_cv_cflags__Wlogical_op" >&6; }
17092 if test "x$ac_cv_cflags__Wlogical_op" = xyes
; then :
17093 saved_string_h_CFLAGS
=$CFLAGS
17094 CFLAGS
="$CFLAGS -Wlogical-op -Werror"
17095 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wlogical-op" >&5
17096 $as_echo_n "checking for broken string.h that generates warnings with -Wlogical-op... " >&6; }
17097 if ${ac_cv_c_logicalop_noisy+:} false
; then :
17098 $as_echo_n "(cached) " >&6
17100 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17101 /* end confdefs.h. */
17102 #include <string.h>
17103 char*f(const char *h,char n) {return strchr(h,n);}
17112 if ac_fn_c_try_compile
"$LINENO"; then :
17113 ac_cv_c_logicalop_noisy
=no
17115 ac_cv_c_logicalop_noisy
=yes
17117 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
17119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_logicalop_noisy" >&5
17120 $as_echo "$ac_cv_c_logicalop_noisy" >&6; }
17121 CFLAGS
=$saved_string_h_CFLAGS
17122 test "$ac_cv_c_logicalop_noisy" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wlogical-op"
17125 CFLAGS
=$saved_CFLAGS
17127 for ac_flag
in $CFLAGS; do
17129 -g) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gdwarf-2" >&5
17130 $as_echo_n "checking whether the compiler supports -gdwarf-2... " >&6; }
17131 if ${ac_cv_cflags__gdwarf_2+:} false
; then :
17132 $as_echo_n "(cached) " >&6
17134 ac_wine_try_cflags_saved
=$CFLAGS
17135 CFLAGS
="$CFLAGS -gdwarf-2"
17136 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17137 /* end confdefs.h. */
17138 int main(int argc, char **argv) { return 0; }
17140 if ac_fn_c_try_link
"$LINENO"; then :
17141 ac_cv_cflags__gdwarf_2
=yes
17143 ac_cv_cflags__gdwarf_2
=no
17145 rm -f core conftest.err conftest.
$ac_objext \
17146 conftest
$ac_exeext conftest.
$ac_ext
17147 CFLAGS
=$ac_wine_try_cflags_saved
17149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gdwarf_2" >&5
17150 $as_echo "$ac_cv_cflags__gdwarf_2" >&6; }
17151 if test "x$ac_cv_cflags__gdwarf_2" = xyes
; then :
17152 EXTRACFLAGS
="$EXTRACFLAGS -gdwarf-2"
17154 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gstrict-dwarf" >&5
17155 $as_echo_n "checking whether the compiler supports -gstrict-dwarf... " >&6; }
17156 if ${ac_cv_cflags__gstrict_dwarf+:} false
; then :
17157 $as_echo_n "(cached) " >&6
17159 ac_wine_try_cflags_saved
=$CFLAGS
17160 CFLAGS
="$CFLAGS -gstrict-dwarf"
17161 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17162 /* end confdefs.h. */
17163 int main(int argc, char **argv) { return 0; }
17165 if ac_fn_c_try_link
"$LINENO"; then :
17166 ac_cv_cflags__gstrict_dwarf
=yes
17168 ac_cv_cflags__gstrict_dwarf
=no
17170 rm -f core conftest.err conftest.
$ac_objext \
17171 conftest
$ac_exeext conftest.
$ac_ext
17172 CFLAGS
=$ac_wine_try_cflags_saved
17174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gstrict_dwarf" >&5
17175 $as_echo "$ac_cv_cflags__gstrict_dwarf" >&6; }
17176 if test "x$ac_cv_cflags__gstrict_dwarf" = xyes
; then :
17177 EXTRACFLAGS
="$EXTRACFLAGS -gstrict-dwarf"
17185 cygwin
*|mingw32
*) ;;
17186 *) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
17187 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
17188 if ${ac_cv_cflags__fno_builtin+:} false
; then :
17189 $as_echo_n "(cached) " >&6
17191 ac_wine_try_cflags_saved
=$CFLAGS
17192 CFLAGS
="$CFLAGS -fno-builtin"
17193 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17194 /* end confdefs.h. */
17195 int main(int argc, char **argv) { return 0; }
17197 if ac_fn_c_try_link
"$LINENO"; then :
17198 ac_cv_cflags__fno_builtin
=yes
17200 ac_cv_cflags__fno_builtin
=no
17202 rm -f core conftest.err conftest.
$ac_objext \
17203 conftest
$ac_exeext conftest.
$ac_ext
17204 CFLAGS
=$ac_wine_try_cflags_saved
17206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
17207 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
17208 if test "x$ac_cv_cflags__fno_builtin" = xyes
; then :
17209 MSVCRTFLAGS
="$MSVCRTFLAGS -fno-builtin"
17211 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fshort-wchar" >&5
17212 $as_echo_n "checking whether the compiler supports -fshort-wchar... " >&6; }
17213 if ${ac_cv_cflags__fshort_wchar+:} false
; then :
17214 $as_echo_n "(cached) " >&6
17216 ac_wine_try_cflags_saved
=$CFLAGS
17217 CFLAGS
="$CFLAGS -fshort-wchar"
17218 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17219 /* end confdefs.h. */
17220 int main(int argc, char **argv) { return 0; }
17222 if ac_fn_c_try_link
"$LINENO"; then :
17223 ac_cv_cflags__fshort_wchar
=yes
17225 ac_cv_cflags__fshort_wchar
=no
17227 rm -f core conftest.err conftest.
$ac_objext \
17228 conftest
$ac_exeext conftest.
$ac_ext
17229 CFLAGS
=$ac_wine_try_cflags_saved
17231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fshort_wchar" >&5
17232 $as_echo "$ac_cv_cflags__fshort_wchar" >&6; }
17233 if test "x$ac_cv_cflags__fshort_wchar" = xyes
; then :
17234 MSVCRTFLAGS
="$MSVCRTFLAGS -fshort-wchar"
17239 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-omit-frame-pointer" >&5
17240 $as_echo_n "checking whether the compiler supports -fno-omit-frame-pointer... " >&6; }
17241 if ${ac_cv_cflags__fno_omit_frame_pointer+:} false
; then :
17242 $as_echo_n "(cached) " >&6
17244 ac_wine_try_cflags_saved
=$CFLAGS
17245 CFLAGS
="$CFLAGS -fno-omit-frame-pointer"
17246 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17247 /* end confdefs.h. */
17248 int main(int argc, char **argv) { return 0; }
17250 if ac_fn_c_try_link
"$LINENO"; then :
17251 ac_cv_cflags__fno_omit_frame_pointer
=yes
17253 ac_cv_cflags__fno_omit_frame_pointer
=no
17255 rm -f core conftest.err conftest.
$ac_objext \
17256 conftest
$ac_exeext conftest.
$ac_ext
17257 CFLAGS
=$ac_wine_try_cflags_saved
17259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_omit_frame_pointer" >&5
17260 $as_echo "$ac_cv_cflags__fno_omit_frame_pointer" >&6; }
17261 if test "x$ac_cv_cflags__fno_omit_frame_pointer" = xyes
; then :
17262 EXTRACFLAGS
="$EXTRACFLAGS -fno-omit-frame-pointer"
17266 cygwin
*|mingw32
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wno-format" >&5
17267 $as_echo_n "checking whether the compiler supports -Wno-format... " >&6; }
17268 if ${ac_cv_cflags__Wno_format+:} false
; then :
17269 $as_echo_n "(cached) " >&6
17271 ac_wine_try_cflags_saved
=$CFLAGS
17272 CFLAGS
="$CFLAGS -Wno-format"
17273 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17274 /* end confdefs.h. */
17275 int main(int argc, char **argv) { return 0; }
17277 if ac_fn_c_try_link
"$LINENO"; then :
17278 ac_cv_cflags__Wno_format
=yes
17280 ac_cv_cflags__Wno_format
=no
17282 rm -f core conftest.err conftest.
$ac_objext \
17283 conftest
$ac_exeext conftest.
$ac_ext
17284 CFLAGS
=$ac_wine_try_cflags_saved
17286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wno_format" >&5
17287 $as_echo "$ac_cv_cflags__Wno_format" >&6; }
17288 if test "x$ac_cv_cflags__Wno_format" = xyes
; then :
17289 EXTRACFLAGS
="$EXTRACFLAGS -Wno-format"
17291 *) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -mabi=ms" >&5
17292 $as_echo_n "checking whether the compiler supports -mabi=ms... " >&6; }
17293 if ${ac_cv_cflags__mabi_ms+:} false
; then :
17294 $as_echo_n "(cached) " >&6
17296 ac_wine_try_cflags_saved
=$CFLAGS
17297 CFLAGS
="$CFLAGS -mabi=ms"
17298 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17299 /* end confdefs.h. */
17300 int main(int argc, char **argv) { return 0; }
17302 if ac_fn_c_try_link
"$LINENO"; then :
17303 ac_cv_cflags__mabi_ms
=yes
17305 ac_cv_cflags__mabi_ms
=no
17307 rm -f core conftest.err conftest.
$ac_objext \
17308 conftest
$ac_exeext conftest.
$ac_ext
17309 CFLAGS
=$ac_wine_try_cflags_saved
17311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__mabi_ms" >&5
17312 $as_echo "$ac_cv_cflags__mabi_ms" >&6; }
17313 if test "x$ac_cv_cflags__mabi_ms" = xyes
; then :
17314 MSVCRTFLAGS
="$MSVCRTFLAGS -mabi=ms"
17319 if test "x$enable_maintainer_mode" = "xyes"
17321 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
17322 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
17323 if ${ac_cv_cflags__Werror+:} false
; then :
17324 $as_echo_n "(cached) " >&6
17326 ac_wine_try_cflags_saved
=$CFLAGS
17327 CFLAGS
="$CFLAGS -Werror"
17328 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17329 /* end confdefs.h. */
17330 int main(int argc, char **argv) { return 0; }
17332 if ac_fn_c_try_link
"$LINENO"; then :
17333 ac_cv_cflags__Werror
=yes
17335 ac_cv_cflags__Werror
=no
17337 rm -f core conftest.err conftest.
$ac_objext \
17338 conftest
$ac_exeext conftest.
$ac_ext
17339 CFLAGS
=$ac_wine_try_cflags_saved
17341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
17342 $as_echo "$ac_cv_cflags__Werror" >&6; }
17343 if test "x$ac_cv_cflags__Werror" = xyes
; then :
17344 EXTRACFLAGS
="$EXTRACFLAGS -Werror"
17350 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the need to disable Fortify" >&5
17351 $as_echo_n "checking for the need to disable Fortify... " >&6; }
17352 if ${ac_cv_c_fortify_enabled+:} false
; then :
17353 $as_echo_n "(cached) " >&6
17355 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17356 /* end confdefs.h. */
17357 #include <string.h>
17361 #if (defined(__USE_FORTIFY_LEVEL) && __USE_FORTIFY_LEVEL > 0) || (defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0)
17362 #error Fortify enabled
17368 if ac_fn_c_try_compile
"$LINENO"; then :
17369 ac_cv_c_fortify_enabled
=no
17371 ac_cv_c_fortify_enabled
=yes
17373 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
17375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_fortify_enabled" >&5
17376 $as_echo "$ac_cv_c_fortify_enabled" >&6; }
17377 if test "$ac_cv_c_fortify_enabled" = yes
17379 CFLAGS
="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
17383 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
17384 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
17385 if ${ac_cv_c_cfi_support+:} false
; then :
17386 $as_echo_n "(cached) " >&6
17388 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17389 /* end confdefs.h. */
17390 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
17399 if ac_fn_c_try_compile
"$LINENO"; then :
17400 ac_cv_c_cfi_support
="yes"
17402 ac_cv_c_cfi_support
="no"
17404 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
17406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
17407 $as_echo "$ac_cv_c_cfi_support" >&6; }
17408 if test "$ac_cv_c_cfi_support" = "yes"
17410 LDDLLFLAGS
="$LDDLLFLAGS -fasynchronous-unwind-tables"
17412 if test "x$enable_win64" = "xyes"
17414 as_fn_append wine_warnings
"|building 64-bit Wine without support for CFI directives; exception handling will not work properly."
17420 cygwin
*|mingw32
*) TOOLSEXT
=".exe"
17427 *i
[3456789]86*|x86_64
*|
*aarch64
*)
17428 test "$wine_binary" = wine || wine_fn_append_file CONFIGURE_TARGETS
"loader/wine-preloader"
17429 WINELOADER_PROGRAMS
="$WINELOADER_PROGRAMS $wine_binary-preloader"
17436 ac_save_CFLAGS
="$CFLAGS"
17437 CFLAGS
="$CFLAGS $BUILTINFLAG"
17487 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
17488 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
17489 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
17490 cat >>confdefs.h
<<_ACEOF
17491 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
17497 CFLAGS
="$ac_save_CFLAGS"
17499 if test "$ac_cv_func_dlopen" = no
17501 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
17502 $as_echo_n "checking for dlopen in -ldl... " >&6; }
17503 if ${ac_cv_lib_dl_dlopen+:} false
; then :
17504 $as_echo_n "(cached) " >&6
17506 ac_check_lib_save_LIBS
=$LIBS
17508 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17509 /* end confdefs.h. */
17511 /* Override any GCC internal prototype to avoid an error.
17512 Use char because int might match the return type of a GCC
17513 builtin and then its argument prototype would still apply. */
17526 if ac_fn_c_try_link
"$LINENO"; then :
17527 ac_cv_lib_dl_dlopen
=yes
17529 ac_cv_lib_dl_dlopen
=no
17531 rm -f core conftest.err conftest.
$ac_objext \
17532 conftest
$ac_exeext conftest.
$ac_ext
17533 LIBS
=$ac_check_lib_save_LIBS
17535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
17536 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
17537 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
17538 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
17544 ac_wine_check_funcs_save_LIBS
="$LIBS"
17545 LIBS
="$LIBS $DL_LIBS"
17546 for ac_func
in dladdr
17548 ac_fn_c_check_func
"$LINENO" "dladdr" "ac_cv_func_dladdr"
17549 if test "x$ac_cv_func_dladdr" = xyes
; then :
17550 cat >>confdefs.h
<<_ACEOF
17551 #define HAVE_DLADDR 1
17557 LIBS
="$ac_wine_check_funcs_save_LIBS"
17559 if test "$ac_cv_func_poll" = no
17561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
17562 $as_echo_n "checking for poll in -lpoll... " >&6; }
17563 if ${ac_cv_lib_poll_poll+:} false
; then :
17564 $as_echo_n "(cached) " >&6
17566 ac_check_lib_save_LIBS
=$LIBS
17567 LIBS
="-lpoll $LIBS"
17568 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17569 /* end confdefs.h. */
17571 /* Override any GCC internal prototype to avoid an error.
17572 Use char because int might match the return type of a GCC
17573 builtin and then its argument prototype would still apply. */
17586 if ac_fn_c_try_link
"$LINENO"; then :
17587 ac_cv_lib_poll_poll
=yes
17589 ac_cv_lib_poll_poll
=no
17591 rm -f core conftest.err conftest.
$ac_objext \
17592 conftest
$ac_exeext conftest.
$ac_ext
17593 LIBS
=$ac_check_lib_save_LIBS
17595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
17596 $as_echo "$ac_cv_lib_poll_poll" >&6; }
17597 if test "x$ac_cv_lib_poll_poll" = xyes
; then :
17598 $as_echo "#define HAVE_POLL 1" >>confdefs.h
17605 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
17606 $as_echo_n "checking for library containing gethostbyname... " >&6; }
17607 if ${ac_cv_search_gethostbyname+:} false
; then :
17608 $as_echo_n "(cached) " >&6
17610 ac_func_search_save_LIBS
=$LIBS
17611 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17612 /* end confdefs.h. */
17614 /* Override any GCC internal prototype to avoid an error.
17615 Use char because int might match the return type of a GCC
17616 builtin and then its argument prototype would still apply. */
17620 char gethostbyname ();
17624 return gethostbyname ();
17629 for ac_lib
in '' nsl
; do
17630 if test -z "$ac_lib"; then
17631 ac_res
="none required"
17634 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
17636 if ac_fn_c_try_link
"$LINENO"; then :
17637 ac_cv_search_gethostbyname
=$ac_res
17639 rm -f core conftest.err conftest.
$ac_objext \
17641 if ${ac_cv_search_gethostbyname+:} false
; then :
17645 if ${ac_cv_search_gethostbyname+:} false
; then :
17648 ac_cv_search_gethostbyname
=no
17650 rm conftest.
$ac_ext
17651 LIBS
=$ac_func_search_save_LIBS
17653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
17654 $as_echo "$ac_cv_search_gethostbyname" >&6; }
17655 ac_res
=$ac_cv_search_gethostbyname
17656 if test "$ac_res" != no
; then :
17657 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
17662 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
17663 $as_echo_n "checking for library containing connect... " >&6; }
17664 if ${ac_cv_search_connect+:} false
; then :
17665 $as_echo_n "(cached) " >&6
17667 ac_func_search_save_LIBS
=$LIBS
17668 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17669 /* end confdefs.h. */
17671 /* Override any GCC internal prototype to avoid an error.
17672 Use char because int might match the return type of a GCC
17673 builtin and then its argument prototype would still apply. */
17686 for ac_lib
in '' socket
; do
17687 if test -z "$ac_lib"; then
17688 ac_res
="none required"
17691 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
17693 if ac_fn_c_try_link
"$LINENO"; then :
17694 ac_cv_search_connect
=$ac_res
17696 rm -f core conftest.err conftest.
$ac_objext \
17698 if ${ac_cv_search_connect+:} false
; then :
17702 if ${ac_cv_search_connect+:} false
; then :
17705 ac_cv_search_connect
=no
17707 rm conftest.
$ac_ext
17708 LIBS
=$ac_func_search_save_LIBS
17710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
17711 $as_echo "$ac_cv_search_connect" >&6; }
17712 ac_res
=$ac_cv_search_connect
17713 if test "$ac_res" != no
; then :
17714 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
17719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
17720 $as_echo_n "checking for library containing inet_aton... " >&6; }
17721 if ${ac_cv_search_inet_aton+:} false
; then :
17722 $as_echo_n "(cached) " >&6
17724 ac_func_search_save_LIBS
=$LIBS
17725 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17726 /* end confdefs.h. */
17728 /* Override any GCC internal prototype to avoid an error.
17729 Use char because int might match the return type of a GCC
17730 builtin and then its argument prototype would still apply. */
17738 return inet_aton ();
17743 for ac_lib
in '' resolv
; do
17744 if test -z "$ac_lib"; then
17745 ac_res
="none required"
17748 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
17750 if ac_fn_c_try_link
"$LINENO"; then :
17751 ac_cv_search_inet_aton
=$ac_res
17753 rm -f core conftest.err conftest.
$ac_objext \
17755 if ${ac_cv_search_inet_aton+:} false
; then :
17759 if ${ac_cv_search_inet_aton+:} false
; then :
17762 ac_cv_search_inet_aton
=no
17764 rm conftest.
$ac_ext
17765 LIBS
=$ac_func_search_save_LIBS
17767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
17768 $as_echo "$ac_cv_search_inet_aton" >&6; }
17769 ac_res
=$ac_cv_search_inet_aton
17770 if test "$ac_res" != no
; then :
17771 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
17789 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
17790 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
17791 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
17792 cat >>confdefs.h
<<_ACEOF
17793 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
17801 darwin
*|macosx
*) ;;
17802 *) ac_save_LIBS
=$LIBS
17803 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
17804 $as_echo_n "checking for library containing clock_gettime... " >&6; }
17805 if ${ac_cv_search_clock_gettime+:} false
; then :
17806 $as_echo_n "(cached) " >&6
17808 ac_func_search_save_LIBS
=$LIBS
17809 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17810 /* end confdefs.h. */
17812 /* Override any GCC internal prototype to avoid an error.
17813 Use char because int might match the return type of a GCC
17814 builtin and then its argument prototype would still apply. */
17818 char clock_gettime ();
17822 return clock_gettime ();
17827 for ac_lib
in '' rt
; do
17828 if test -z "$ac_lib"; then
17829 ac_res
="none required"
17832 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
17834 if ac_fn_c_try_link
"$LINENO"; then :
17835 ac_cv_search_clock_gettime
=$ac_res
17837 rm -f core conftest.err conftest.
$ac_objext \
17839 if ${ac_cv_search_clock_gettime+:} false
; then :
17843 if ${ac_cv_search_clock_gettime+:} false
; then :
17846 ac_cv_search_clock_gettime
=no
17848 rm conftest.
$ac_ext
17849 LIBS
=$ac_func_search_save_LIBS
17851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5
17852 $as_echo "$ac_cv_search_clock_gettime" >&6; }
17853 ac_res
=$ac_cv_search_clock_gettime
17854 if test "$ac_res" != no
; then :
17855 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
17857 $as_echo "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h
17859 test "$ac_res" = "none required" || RT_LIBS
="$ac_res"
17867 if test "x$with_ldap" != "xno"
17869 if ${LDAP_CFLAGS:+false} :; then :
17870 if ${PKG_CONFIG+:} false
; then :
17871 LDAP_CFLAGS
=`$PKG_CONFIG --cflags openldap 2>/dev/null`
17875 if ${LDAP_LIBS:+false} :; then :
17876 if ${PKG_CONFIG+:} false
; then :
17877 LDAP_LIBS
=`$PKG_CONFIG --libs openldap 2>/dev/null`
17881 LDAP_LIBS
=${LDAP_LIBS:-"-lldap_r -llber"}
17882 $as_echo "$as_me:${as_lineno-$LINENO}: openldap cflags: $LDAP_CFLAGS" >&5
17883 $as_echo "$as_me:${as_lineno-$LINENO}: openldap libs: $LDAP_LIBS" >&5
17884 ac_save_CPPFLAGS
=$CPPFLAGS
17885 CPPFLAGS
="$CPPFLAGS $LDAP_CFLAGS"
17886 for ac_header
in ldap.h lber.h
17888 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
17889 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
17890 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
17891 cat >>confdefs.h
<<_ACEOF
17892 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
17899 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
17901 ac_fn_c_check_type
"$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
17903 if test "x$ac_cv_type_LDAPSortKey" = xyes
; then :
17904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
17905 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
17906 if ${ac_cv_lib_ldap_r_ldap_initialize+:} false
; then :
17907 $as_echo_n "(cached) " >&6
17909 ac_check_lib_save_LIBS
=$LIBS
17910 LIBS
="-lldap_r $PTHREAD_LIBS $LDAP_LIBS $LIBS"
17911 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17912 /* end confdefs.h. */
17914 /* Override any GCC internal prototype to avoid an error.
17915 Use char because int might match the return type of a GCC
17916 builtin and then its argument prototype would still apply. */
17920 char ldap_initialize ();
17924 return ldap_initialize ();
17929 if ac_fn_c_try_link
"$LINENO"; then :
17930 ac_cv_lib_ldap_r_ldap_initialize
=yes
17932 ac_cv_lib_ldap_r_ldap_initialize
=no
17934 rm -f core conftest.err conftest.
$ac_objext \
17935 conftest
$ac_exeext conftest.
$ac_ext
17936 LIBS
=$ac_check_lib_save_LIBS
17938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
17939 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
17940 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = xyes
; then :
17941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
17942 $as_echo_n "checking for ber_init in -llber... " >&6; }
17943 if ${ac_cv_lib_lber_ber_init+:} false
; then :
17944 $as_echo_n "(cached) " >&6
17946 ac_check_lib_save_LIBS
=$LIBS
17947 LIBS
="-llber $PTHREAD_LIBS $LDAP_LIBS $LIBS"
17948 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17949 /* end confdefs.h. */
17951 /* Override any GCC internal prototype to avoid an error.
17952 Use char because int might match the return type of a GCC
17953 builtin and then its argument prototype would still apply. */
17961 return ber_init ();
17966 if ac_fn_c_try_link
"$LINENO"; then :
17967 ac_cv_lib_lber_ber_init
=yes
17969 ac_cv_lib_lber_ber_init
=no
17971 rm -f core conftest.err conftest.
$ac_objext \
17972 conftest
$ac_exeext conftest.
$ac_ext
17973 LIBS
=$ac_check_lib_save_LIBS
17975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
17976 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
17977 if test "x$ac_cv_lib_lber_ber_init" = xyes
; then :
17979 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
17993 ac_wine_check_funcs_save_LIBS
="$LIBS"
17994 LIBS
="$LIBS $LDAP_LIBS $PTHREAD_LIBS"
17996 ldap_count_references \
17997 ldap_first_reference \
17998 ldap_next_reference \
17999 ldap_parse_reference \
18000 ldap_parse_sort_control \
18001 ldap_parse_sortresponse_control \
18002 ldap_parse_vlv_control \
18003 ldap_parse_vlvresponse_control
18005 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18006 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
18007 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
18008 cat >>confdefs.h
<<_ACEOF
18009 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18015 LIBS
="$ac_wine_check_funcs_save_LIBS"
18019 CPPFLAGS
=$ac_save_CPPFLAGS
18020 test -z "$LDAP_CFLAGS" || LDAP_CFLAGS
=`echo " $LDAP_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
18021 test -z "$LDAP_LIBS" || LDAP_LIBS
=`echo " $LDAP_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
18024 if test "x$LDAP_LIBS" = "x"; then :
18025 case "x$with_ldap" in
18026 x
) as_fn_append wine_notices
"|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
18028 *) as_fn_error $?
"libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
18029 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
18034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_setaffinity" >&5
18035 $as_echo_n "checking for sched_setaffinity... " >&6; }
18036 if ${wine_cv_have_sched_setaffinity+:} false
; then :
18037 $as_echo_n "(cached) " >&6
18039 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18040 /* end confdefs.h. */
18041 #define _GNU_SOURCE
18046 sched_setaffinity(0, 0, 0);
18051 if ac_fn_c_try_link
"$LINENO"; then :
18052 wine_cv_have_sched_setaffinity
=yes
18054 wine_cv_have_sched_setaffinity
=no
18056 rm -f core conftest.err conftest.
$ac_objext \
18057 conftest
$ac_exeext conftest.
$ac_ext
18059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sched_setaffinity" >&5
18060 $as_echo "$wine_cv_have_sched_setaffinity" >&6; }
18061 if test "$wine_cv_have_sched_setaffinity" = "yes"
18064 $as_echo "#define HAVE_SCHED_SETAFFINITY 1" >>confdefs.h
18068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fallocate" >&5
18069 $as_echo_n "checking for fallocate... " >&6; }
18070 if ${wine_cv_have_fallocate+:} false
; then :
18071 $as_echo_n "(cached) " >&6
18073 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18074 /* end confdefs.h. */
18075 #define _GNU_SOURCE
18080 fallocate(-1, 0, 0, 0);
18085 if ac_fn_c_try_link
"$LINENO"; then :
18086 wine_cv_have_fallocate
=yes
18088 wine_cv_have_fallocate
=no
18090 rm -f core conftest.err conftest.
$ac_objext \
18091 conftest
$ac_exeext conftest.
$ac_ext
18093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_fallocate" >&5
18094 $as_echo "$wine_cv_have_fallocate" >&6; }
18095 if test "$wine_cv_have_fallocate" = "yes"
18098 $as_echo "#define HAVE_FALLOCATE 1" >>confdefs.h
18103 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
18104 $as_echo_n "checking for inline... " >&6; }
18105 if ${ac_cv_c_inline+:} false
; then :
18106 $as_echo_n "(cached) " >&6
18109 for ac_kw
in inline __inline__ __inline
; do
18110 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18111 /* end confdefs.h. */
18112 #ifndef __cplusplus
18114 static $ac_kw foo_t static_foo () {return 0; }
18115 $ac_kw foo_t foo () {return 0; }
18119 if ac_fn_c_try_compile
"$LINENO"; then :
18120 ac_cv_c_inline
=$ac_kw
18122 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18123 test "$ac_cv_c_inline" != no
&& break
18127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
18128 $as_echo "$ac_cv_c_inline" >&6; }
18130 case $ac_cv_c_inline in
18133 case $ac_cv_c_inline in
18135 *) ac_val
=$ac_cv_c_inline;;
18137 cat >>confdefs.h
<<_ACEOF
18138 #ifndef __cplusplus
18139 #define inline $ac_val
18145 ac_fn_c_check_type
"$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
18146 if test "x$ac_cv_type_fsblkcnt_t" = xyes
; then :
18148 cat >>confdefs.h
<<_ACEOF
18149 #define HAVE_FSBLKCNT_T 1
18154 ac_fn_c_check_type
"$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
18155 if test "x$ac_cv_type_fsfilcnt_t" = xyes
; then :
18157 cat >>confdefs.h
<<_ACEOF
18158 #define HAVE_FSFILCNT_T 1
18164 ac_fn_c_check_type
"$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
18165 #include <signal.h>
18167 if test "x$ac_cv_type_sigset_t" = xyes
; then :
18169 cat >>confdefs.h
<<_ACEOF
18170 #define HAVE_SIGSET_T 1
18176 ac_fn_c_check_type
"$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
18178 if test "x$ac_cv_type_request_sense" = xyes
; then :
18180 cat >>confdefs.h
<<_ACEOF
18181 #define HAVE_REQUEST_SENSE 1
18188 ac_fn_c_check_type
"$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
18189 #ifdef HAVE_SYS_SOCKET_H
18190 #include <sys/socket.h>
18192 #ifdef HAVE_SYS_SOCKETVAR_H
18193 #include <sys/socketvar.h>
18195 #ifdef HAVE_NET_ROUTE_H
18196 #include <net/route.h>
18198 #ifdef HAVE_NETINET_IN_H
18199 #include <netinet/in.h>
18201 #ifdef HAVE_NETINET_IN_SYSTM_H
18202 #include <netinet/in_systm.h>
18204 #ifdef HAVE_NETINET_IP_H
18205 #include <netinet/ip.h>
18207 #ifdef HAVE_NETINET_IN_PCB_H
18208 #include <netinet/in_pcb.h>
18211 if test "x$ac_cv_type_struct_xinpgen" = xyes
; then :
18213 cat >>confdefs.h
<<_ACEOF
18214 #define HAVE_STRUCT_XINPGEN 1
18221 ac_fn_c_check_type
"$LINENO" "struct r_debug" "ac_cv_type_struct_r_debug" "#ifdef HAVE_LINK_H
18224 #ifdef HAVE_SYS_LINK_H
18225 #include <sys/link.h>
18228 if test "x$ac_cv_type_struct_r_debug" = xyes
; then :
18230 cat >>confdefs.h
<<_ACEOF
18231 #define HAVE_STRUCT_R_DEBUG 1
18236 ac_fn_c_check_type
"$LINENO" "struct link_map" "ac_cv_type_struct_link_map" "#ifdef HAVE_LINK_H
18239 #ifdef HAVE_SYS_LINK_H
18240 #include <sys/link.h>
18243 if test "x$ac_cv_type_struct_link_map" = xyes
; then :
18245 cat >>confdefs.h
<<_ACEOF
18246 #define HAVE_STRUCT_LINK_MAP 1
18253 ac_fn_c_check_member
"$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
18254 #include <linux/input.h>
18257 if test "x$ac_cv_member_struct_ff_effect_direction" = xyes
; then :
18259 cat >>confdefs.h
<<_ACEOF
18260 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
18267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for if_nameindex" >&5
18268 $as_echo_n "checking for if_nameindex... " >&6; }
18269 if ${wine_cv_have_if_nameindex+:} false
; then :
18270 $as_echo_n "(cached) " >&6
18272 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18273 /* end confdefs.h. */
18274 #ifdef HAVE_SYS_TYPES_H
18275 #include <sys/types.h>
18277 #ifdef HAVE_SYS_SOCKET_H
18278 #include <sys/socket.h>
18280 #ifdef HAVE_NET_IF_H
18281 # include <net/if.h>
18286 struct if_nameindex *p = if_nameindex(); return p->if_index;
18291 if ac_fn_c_try_link
"$LINENO"; then :
18292 wine_cv_have_if_nameindex
=yes
18294 wine_cv_have_if_nameindex
=no
18296 rm -f core conftest.err conftest.
$ac_objext \
18297 conftest
$ac_exeext conftest.
$ac_ext
18299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_if_nameindex" >&5
18300 $as_echo "$wine_cv_have_if_nameindex" >&6; }
18301 if test "$wine_cv_have_if_nameindex" = "yes"
18304 $as_echo "#define HAVE_IF_NAMEINDEX 1" >>confdefs.h
18308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
18309 $as_echo_n "checking for sigaddset... " >&6; }
18310 if ${wine_cv_have_sigaddset+:} false
; then :
18311 $as_echo_n "(cached) " >&6
18313 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18314 /* end confdefs.h. */
18315 #include <signal.h>
18319 sigset_t set; sigaddset(&set,SIGTERM);
18324 if ac_fn_c_try_link
"$LINENO"; then :
18325 wine_cv_have_sigaddset
=yes
18327 wine_cv_have_sigaddset
=no
18329 rm -f core conftest.err conftest.
$ac_objext \
18330 conftest
$ac_exeext conftest.
$ac_ext
18332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
18333 $as_echo "$wine_cv_have_sigaddset" >&6; }
18334 if test "$wine_cv_have_sigaddset" = "yes"
18337 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
18342 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
18343 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
18344 if ${wine_cv_linux_gethostbyname_r_6+:} false
; then :
18345 $as_echo_n "(cached) " >&6
18347 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18348 /* end confdefs.h. */
18356 struct hostent *result;
18363 gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
18364 gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
18370 if ac_fn_c_try_link
"$LINENO"; then :
18371 wine_cv_linux_gethostbyname_r_6
=yes
18373 wine_cv_linux_gethostbyname_r_6
=no
18376 rm -f core conftest.err conftest.
$ac_objext \
18377 conftest
$ac_exeext conftest.
$ac_ext
18380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
18381 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
18382 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
18385 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
18389 if test "$ac_cv_header_linux_joystick_h" = "yes"
18391 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
18392 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
18393 if ${wine_cv_linux_joystick_22_api+:} false
; then :
18394 $as_echo_n "(cached) " >&6
18396 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18397 /* end confdefs.h. */
18399 #include <sys/ioctl.h>
18400 #include <sys/types.h>
18401 #include <linux/joystick.h>
18403 struct js_event blub;
18404 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
18405 #error "no 2.2 header"
18416 if ac_fn_c_try_compile
"$LINENO"; then :
18417 wine_cv_linux_joystick_22_api
=yes
18419 wine_cv_linux_joystick_22_api
=no
18421 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
18425 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
18426 if test "$wine_cv_linux_joystick_22_api" = "yes"
18429 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
18435 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
18436 #ifdef HAVE_SYS_PARAM_H
18437 # include <sys/param.h>
18439 #ifdef HAVE_SYS_MOUNT_H
18440 # include <sys/mount.h>
18442 #ifdef HAVE_SYS_VFS_H
18443 # include <sys/vfs.h>
18445 #ifdef HAVE_SYS_STATFS_H
18446 # include <sys/statfs.h>
18449 if test "x$ac_cv_member_struct_statfs_f_bfree" = xyes
; then :
18451 cat >>confdefs.h
<<_ACEOF
18452 #define HAVE_STRUCT_STATFS_F_BFREE 1
18457 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
18458 #ifdef HAVE_SYS_PARAM_H
18459 # include <sys/param.h>
18461 #ifdef HAVE_SYS_MOUNT_H
18462 # include <sys/mount.h>
18464 #ifdef HAVE_SYS_VFS_H
18465 # include <sys/vfs.h>
18467 #ifdef HAVE_SYS_STATFS_H
18468 # include <sys/statfs.h>
18471 if test "x$ac_cv_member_struct_statfs_f_bavail" = xyes
; then :
18473 cat >>confdefs.h
<<_ACEOF
18474 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
18479 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
18480 #ifdef HAVE_SYS_PARAM_H
18481 # include <sys/param.h>
18483 #ifdef HAVE_SYS_MOUNT_H
18484 # include <sys/mount.h>
18486 #ifdef HAVE_SYS_VFS_H
18487 # include <sys/vfs.h>
18489 #ifdef HAVE_SYS_STATFS_H
18490 # include <sys/statfs.h>
18493 if test "x$ac_cv_member_struct_statfs_f_frsize" = xyes
; then :
18495 cat >>confdefs.h
<<_ACEOF
18496 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
18501 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
18502 #ifdef HAVE_SYS_PARAM_H
18503 # include <sys/param.h>
18505 #ifdef HAVE_SYS_MOUNT_H
18506 # include <sys/mount.h>
18508 #ifdef HAVE_SYS_VFS_H
18509 # include <sys/vfs.h>
18511 #ifdef HAVE_SYS_STATFS_H
18512 # include <sys/statfs.h>
18515 if test "x$ac_cv_member_struct_statfs_f_ffree" = xyes
; then :
18517 cat >>confdefs.h
<<_ACEOF
18518 #define HAVE_STRUCT_STATFS_F_FFREE 1
18523 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
18524 #ifdef HAVE_SYS_PARAM_H
18525 # include <sys/param.h>
18527 #ifdef HAVE_SYS_MOUNT_H
18528 # include <sys/mount.h>
18530 #ifdef HAVE_SYS_VFS_H
18531 # include <sys/vfs.h>
18533 #ifdef HAVE_SYS_STATFS_H
18534 # include <sys/statfs.h>
18537 if test "x$ac_cv_member_struct_statfs_f_favail" = xyes
; then :
18539 cat >>confdefs.h
<<_ACEOF
18540 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
18545 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
18546 #ifdef HAVE_SYS_PARAM_H
18547 # include <sys/param.h>
18549 #ifdef HAVE_SYS_MOUNT_H
18550 # include <sys/mount.h>
18552 #ifdef HAVE_SYS_VFS_H
18553 # include <sys/vfs.h>
18555 #ifdef HAVE_SYS_STATFS_H
18556 # include <sys/statfs.h>
18559 if test "x$ac_cv_member_struct_statfs_f_namelen" = xyes
; then :
18561 cat >>confdefs.h
<<_ACEOF
18562 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
18569 ac_fn_c_check_member
"$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
18570 #include <sys/statvfs.h>
18573 if test "x$ac_cv_member_struct_statvfs_f_blocks" = xyes
; then :
18575 cat >>confdefs.h
<<_ACEOF
18576 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
18583 ac_fn_c_check_member
"$LINENO" "struct dirent" "d_reclen" "ac_cv_member_struct_dirent_d_reclen" "#ifdef HAVE_DIRENT_H
18584 #include <dirent.h>
18587 if test "x$ac_cv_member_struct_dirent_d_reclen" = xyes
; then :
18589 cat >>confdefs.h
<<_ACEOF
18590 #define HAVE_STRUCT_DIRENT_D_RECLEN 1
18597 ac_fn_c_check_member
"$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
18598 #ifdef HAVE_SYS_SOCKET_H
18599 # include <sys/socket.h>
18601 #ifdef HAVE_SYS_UN_H
18602 # include <sys/un.h>
18605 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = xyes
; then :
18607 cat >>confdefs.h
<<_ACEOF
18608 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
18613 ac_fn_c_check_member
"$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
18614 #ifdef HAVE_SYS_SOCKET_H
18615 # include <sys/socket.h>
18617 #ifdef HAVE_SYS_UN_H
18618 # include <sys/un.h>
18621 if test "x$ac_cv_member_struct_sockaddr_sa_len" = xyes
; then :
18623 cat >>confdefs.h
<<_ACEOF
18624 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
18629 ac_fn_c_check_member
"$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
18630 #ifdef HAVE_SYS_SOCKET_H
18631 # include <sys/socket.h>
18633 #ifdef HAVE_SYS_UN_H
18634 # include <sys/un.h>
18637 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = xyes
; then :
18639 cat >>confdefs.h
<<_ACEOF
18640 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
18647 ac_fn_c_check_member
"$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
18648 #ifdef HAVE_SCSI_SG_H
18649 #include <scsi/sg.h>
18652 if test "x$ac_cv_member_scsireq_t_cmd" = xyes
; then :
18654 cat >>confdefs.h
<<_ACEOF
18655 #define HAVE_SCSIREQ_T_CMD 1
18660 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>
18661 #ifdef HAVE_SCSI_SG_H
18662 #include <scsi/sg.h>
18665 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = xyes
; then :
18667 cat >>confdefs.h
<<_ACEOF
18668 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
18675 ac_fn_c_check_member
"$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
18677 if test "x$ac_cv_member_siginfo_t_si_fd" = xyes
; then :
18679 cat >>confdefs.h
<<_ACEOF
18680 #define HAVE_SIGINFO_T_SI_FD 1
18687 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
18688 #ifdef HAVE_SYS_MTIO_H
18689 #include <sys/mtio.h>
18692 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = xyes
; then :
18694 cat >>confdefs.h
<<_ACEOF
18695 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
18700 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
18701 #ifdef HAVE_SYS_MTIO_H
18702 #include <sys/mtio.h>
18705 if test "x$ac_cv_member_struct_mtget_mt_gstat" = xyes
; then :
18707 cat >>confdefs.h
<<_ACEOF
18708 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
18713 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
18714 #ifdef HAVE_SYS_MTIO_H
18715 #include <sys/mtio.h>
18718 if test "x$ac_cv_member_struct_mtget_mt_blkno" = xyes
; then :
18720 cat >>confdefs.h
<<_ACEOF
18721 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
18728 ac_fn_c_check_member
"$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
18729 #include <getopt.h>
18732 if test "x$ac_cv_member_struct_option_name" = xyes
; then :
18734 cat >>confdefs.h
<<_ACEOF
18735 #define HAVE_STRUCT_OPTION_NAME 1
18742 ac_fn_c_check_member
"$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
18743 if test "x$ac_cv_member_struct_stat_st_blocks" = xyes
; then :
18745 cat >>confdefs.h
<<_ACEOF
18746 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
18751 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
18752 if test "x$ac_cv_member_struct_stat_st_mtim" = xyes
; then :
18754 cat >>confdefs.h
<<_ACEOF
18755 #define HAVE_STRUCT_STAT_ST_MTIM 1
18760 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtimespec" "ac_cv_member_struct_stat_st_mtimespec" "$ac_includes_default"
18761 if test "x$ac_cv_member_struct_stat_st_mtimespec" = xyes
; then :
18763 cat >>confdefs.h
<<_ACEOF
18764 #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
18769 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
18770 if test "x$ac_cv_member_struct_stat_st_ctim" = xyes
; then :
18772 cat >>confdefs.h
<<_ACEOF
18773 #define HAVE_STRUCT_STAT_ST_CTIM 1
18778 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctimespec" "ac_cv_member_struct_stat_st_ctimespec" "$ac_includes_default"
18779 if test "x$ac_cv_member_struct_stat_st_ctimespec" = xyes
; then :
18781 cat >>confdefs.h
<<_ACEOF
18782 #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
18787 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
18788 if test "x$ac_cv_member_struct_stat_st_atim" = xyes
; then :
18790 cat >>confdefs.h
<<_ACEOF
18791 #define HAVE_STRUCT_STAT_ST_ATIM 1
18796 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atimespec" "ac_cv_member_struct_stat_st_atimespec" "$ac_includes_default"
18797 if test "x$ac_cv_member_struct_stat_st_atimespec" = xyes
; then :
18799 cat >>confdefs.h
<<_ACEOF
18800 #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
18805 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtime" "ac_cv_member_struct_stat_st_birthtime" "$ac_includes_default"
18806 if test "x$ac_cv_member_struct_stat_st_birthtime" = xyes
; then :
18808 cat >>confdefs.h
<<_ACEOF
18809 #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
18814 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtim" "ac_cv_member_struct_stat_st_birthtim" "$ac_includes_default"
18815 if test "x$ac_cv_member_struct_stat_st_birthtim" = xyes
; then :
18817 cat >>confdefs.h
<<_ACEOF
18818 #define HAVE_STRUCT_STAT_ST_BIRTHTIM 1
18823 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtimespec" "ac_cv_member_struct_stat_st_birthtimespec" "$ac_includes_default"
18824 if test "x$ac_cv_member_struct_stat_st_birthtimespec" = xyes
; then :
18826 cat >>confdefs.h
<<_ACEOF
18827 #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
18832 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtime" "ac_cv_member_struct_stat___st_birthtime" "$ac_includes_default"
18833 if test "x$ac_cv_member_struct_stat___st_birthtime" = xyes
; then :
18835 cat >>confdefs.h
<<_ACEOF
18836 #define HAVE_STRUCT_STAT___ST_BIRTHTIME 1
18841 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtim" "ac_cv_member_struct_stat___st_birthtim" "$ac_includes_default"
18842 if test "x$ac_cv_member_struct_stat___st_birthtim" = xyes
; then :
18844 cat >>confdefs.h
<<_ACEOF
18845 #define HAVE_STRUCT_STAT___ST_BIRTHTIM 1
18852 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
18853 #include <sys/types.h>
18855 #ifdef HAVE_NETINET_IN_H
18856 #include <netinet/in.h>
18859 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = xyes
; then :
18861 cat >>confdefs.h
<<_ACEOF
18862 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
18869 ac_fn_c_check_type
"$LINENO" "struct __res_state" "ac_cv_type_struct___res_state" "#ifdef HAVE_SYS_TYPES_H
18870 #include <sys/types.h>
18872 #ifdef HAVE_NETINET_IN_H
18873 #include <netinet/in.h>
18875 #ifdef HAVE_RESOLV_H
18876 #include <resolv.h>
18879 if test "x$ac_cv_type_struct___res_state" = xyes
; then :
18881 cat >>confdefs.h
<<_ACEOF
18882 #define HAVE_STRUCT___RES_STATE 1
18889 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
18890 #include <resolv.h>
18893 if test "x$ac_cv_member_struct___res_state__u__ext_nscount6" = xyes
; then :
18895 cat >>confdefs.h
<<_ACEOF
18896 #define HAVE_STRUCT___RES_STATE__U__EXT_NSCOUNT6 1
18903 ac_fn_c_check_member
"$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
18904 #include <sys/types.h>
18906 #ifdef HAVE_NETINET_IN_H
18907 # include <netinet/in.h>
18909 #ifdef HAVE_ARPA_NAMESER_H
18910 # include <arpa/nameser.h>
18913 if test "x$ac_cv_member_ns_msg__msg_ptr" = xyes
; then :
18915 cat >>confdefs.h
<<_ACEOF
18916 #define HAVE_NS_MSG__MSG_PTR 1
18923 ac_fn_c_check_member
"$LINENO" "struct icmpstat" "icps_inhist" "ac_cv_member_struct_icmpstat_icps_inhist" "#ifdef HAVE_SYS_TYPES_H
18924 #include <sys/types.h>
18926 #ifdef HAVE_NETINET_IN_H
18927 #include <netinet/in.h>
18929 #ifdef HAVE_NETINET_IP_H
18930 #include <netinet/ip.h>
18932 #ifdef HAVE_NETINET_IP_ICMP_H
18933 #include <netinet/ip_icmp.h>
18935 #ifdef HAVE_NETINET_ICMP_VAR_H
18936 #include <netinet/icmp_var.h>
18939 if test "x$ac_cv_member_struct_icmpstat_icps_inhist" = xyes
; then :
18941 cat >>confdefs.h
<<_ACEOF
18942 #define HAVE_STRUCT_ICMPSTAT_ICPS_INHIST 1
18949 ac_fn_c_check_member
"$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
18950 #include <sys/types.h>
18952 #ifdef HAVE_ALIAS_H
18955 #ifdef HAVE_SYS_SOCKET_H
18956 #include <sys/socket.h>
18958 #ifdef HAVE_SYS_SOCKETVAR_H
18959 #include <sys/socketvar.h>
18961 #ifdef HAVE_SYS_TIMEOUT_H
18962 #include <sys/timeout.h>
18964 #ifdef HAVE_NETINET_IN_H
18965 #include <netinet/in.h>
18967 #ifdef HAVE_NETINET_IN_SYSTM_H
18968 #include <netinet/in_systm.h>
18970 #ifdef HAVE_NETINET_IP_H
18971 #include <netinet/ip.h>
18973 #ifdef HAVE_NETINET_IP_VAR_H
18974 #include <netinet/ip_var.h>
18976 #ifdef HAVE_NETINET_IP_ICMP_H
18977 #include <netinet/ip_icmp.h>
18979 #ifdef HAVE_NETINET_ICMP_VAR_H
18980 #include <netinet/icmp_var.h>
18983 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = xyes
; then :
18985 cat >>confdefs.h
<<_ACEOF
18986 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
18993 ac_fn_c_check_member
"$LINENO" "struct ipstat" "ips_total" "ac_cv_member_struct_ipstat_ips_total" "#ifdef HAVE_SYS_TYPES_H
18994 #include <sys/types.h>
18996 #ifdef HAVE_SYS_SOCKETVAR_H
18997 #include <sys/socketvar.h>
18999 #ifdef HAVE_NETINET_IN_H
19000 #include <netinet/in.h>
19002 #ifdef HAVE_NETINET_IP_VAR_H
19003 #include <netinet/ip_var.h>
19006 if test "x$ac_cv_member_struct_ipstat_ips_total" = xyes
; then :
19008 cat >>confdefs.h
<<_ACEOF
19009 #define HAVE_STRUCT_IPSTAT_IPS_TOTAL 1
19016 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
19017 #include <netinet/ip_var.h>
19020 if test "x$ac_cv_member_struct_ip_stats_ips_total" = xyes
; then :
19022 cat >>confdefs.h
<<_ACEOF
19023 #define HAVE_STRUCT_IP_STATS_IPS_TOTAL 1
19030 ac_fn_c_check_member
"$LINENO" "struct tcpstat" "tcps_connattempt" "ac_cv_member_struct_tcpstat_tcps_connattempt" "#ifdef HAVE_SYS_TYPES_H
19031 #include <sys/types.h>
19033 #ifdef HAVE_SYS_SOCKETVAR_H
19034 #include <sys/socketvar.h>
19036 #ifdef HAVE_NETINET_IN_H
19037 #include <netinet/in.h>
19039 #ifdef HAVE_NETINET_TCP_H
19040 #include <netinet/tcp.h>
19042 #ifdef HAVE_NETINET_TCP_VAR_H
19043 #include <netinet/tcp_var.h>
19046 if test "x$ac_cv_member_struct_tcpstat_tcps_connattempt" = xyes
; then :
19048 cat >>confdefs.h
<<_ACEOF
19049 #define HAVE_STRUCT_TCPSTAT_TCPS_CONNATTEMPT 1
19056 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
19057 #include <netinet/tcp_var.h>
19060 if test "x$ac_cv_member_struct_tcp_stats_tcps_connattempt" = xyes
; then :
19062 cat >>confdefs.h
<<_ACEOF
19063 #define HAVE_STRUCT_TCP_STATS_TCPS_CONNATTEMPT 1
19070 ac_fn_c_check_member
"$LINENO" "struct udpstat" "udps_ipackets" "ac_cv_member_struct_udpstat_udps_ipackets" "#ifdef HAVE_SYS_TYPES_H
19071 #include <sys/types.h>
19073 #ifdef HAVE_NETINET_IN_H
19074 #include <netinet/in.h>
19076 #ifdef HAVE_NETINET_IP_VAR_H
19077 #include <netinet/ip_var.h>
19079 #ifdef HAVE_NETINET_UDP_H
19080 #include <netinet/udp.h>
19082 #ifdef HAVE_NETINET_UDP_VAR_H
19083 #include <netinet/udp_var.h>
19086 if test "x$ac_cv_member_struct_udpstat_udps_ipackets" = xyes
; then :
19088 cat >>confdefs.h
<<_ACEOF
19089 #define HAVE_STRUCT_UDPSTAT_UDPS_IPACKETS 1
19096 ac_fn_c_check_member
"$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
19097 #include <sys/types.h>
19099 #ifdef HAVE_NET_IF_H
19100 # include <net/if.h>
19103 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes
; then :
19105 cat >>confdefs.h
<<_ACEOF
19106 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
19113 ac_save_LIBS
="$LIBS"
19115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isfinite" >&5
19116 $as_echo_n "checking for isfinite... " >&6; }
19117 if ${ac_cv_have_isfinite+:} false
; then :
19118 $as_echo_n "(cached) " >&6
19120 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19121 /* end confdefs.h. */
19122 #define _GNU_SOURCE
19127 float f = 0.0; return isfinite(f)
19132 if ac_fn_c_try_link
"$LINENO"; then :
19133 ac_cv_have_isfinite
="yes"
19135 ac_cv_have_isfinite
="no"
19137 rm -f core conftest.err conftest.
$ac_objext \
19138 conftest
$ac_exeext conftest.
$ac_ext
19140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isfinite" >&5
19141 $as_echo "$ac_cv_have_isfinite" >&6; }
19142 if test "$ac_cv_have_isfinite" = "yes"
19145 $as_echo "#define HAVE_ISFINITE 1" >>confdefs.h
19149 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
19150 $as_echo_n "checking for isinf... " >&6; }
19151 if ${ac_cv_have_isinf+:} false
; then :
19152 $as_echo_n "(cached) " >&6
19154 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19155 /* end confdefs.h. */
19160 float f = 0.0; return isinf(f)
19165 if ac_fn_c_try_link
"$LINENO"; then :
19166 ac_cv_have_isinf
="yes"
19168 ac_cv_have_isinf
="no"
19170 rm -f core conftest.err conftest.
$ac_objext \
19171 conftest
$ac_exeext conftest.
$ac_ext
19173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
19174 $as_echo "$ac_cv_have_isinf" >&6; }
19175 if test "$ac_cv_have_isinf" = "yes"
19178 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
19182 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
19183 $as_echo_n "checking for isnan... " >&6; }
19184 if ${ac_cv_have_isnan+:} false
; then :
19185 $as_echo_n "(cached) " >&6
19187 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19188 /* end confdefs.h. */
19193 float f = 0.0; return isnan(f)
19198 if ac_fn_c_try_link
"$LINENO"; then :
19199 ac_cv_have_isnan
="yes"
19201 ac_cv_have_isnan
="no"
19203 rm -f core conftest.err conftest.
$ac_objext \
19204 conftest
$ac_exeext conftest.
$ac_ext
19206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
19207 $as_echo "$ac_cv_have_isnan" >&6; }
19208 if test "$ac_cv_have_isnan" = "yes"
19211 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
19273 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
19274 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
19275 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
19276 cat >>confdefs.h
<<_ACEOF
19277 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19283 LIBS
="$ac_save_LIBS"
19285 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_clz" >&5
19286 $as_echo_n "checking for __builtin_clz... " >&6; }
19287 if ${ac_cv_have___builtin_clz+:} false
; then :
19288 $as_echo_n "(cached) " >&6
19290 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19291 /* end confdefs.h. */
19296 return __builtin_clz(1)
19301 if ac_fn_c_try_link
"$LINENO"; then :
19302 ac_cv_have___builtin_clz
="yes"
19304 ac_cv_have___builtin_clz
="no"
19306 rm -f core conftest.err conftest.
$ac_objext \
19307 conftest
$ac_exeext conftest.
$ac_ext
19309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_clz" >&5
19310 $as_echo "$ac_cv_have___builtin_clz" >&6; }
19311 if test "$ac_cv_have___builtin_clz" = "yes"
19314 $as_echo "#define HAVE___BUILTIN_CLZ 1" >>confdefs.h
19318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_popcount" >&5
19319 $as_echo_n "checking for __builtin_popcount... " >&6; }
19320 if ${ac_cv_have___builtin_popcount+:} false
; then :
19321 $as_echo_n "(cached) " >&6
19323 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19324 /* end confdefs.h. */
19329 return __builtin_popcount(1)
19334 if ac_fn_c_try_link
"$LINENO"; then :
19335 ac_cv_have___builtin_popcount
="yes"
19337 ac_cv_have___builtin_popcount
="no"
19339 rm -f core conftest.err conftest.
$ac_objext \
19340 conftest
$ac_exeext conftest.
$ac_ext
19342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_popcount" >&5
19343 $as_echo "$ac_cv_have___builtin_popcount" >&6; }
19344 if test "$ac_cv_have___builtin_popcount" = "yes"
19347 $as_echo "#define HAVE___BUILTIN_POPCOUNT 1" >>confdefs.h
19351 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __clear_cache" >&5
19352 $as_echo_n "checking for __clear_cache... " >&6; }
19353 if ${ac_cv_have___clear_cache+:} false
; then :
19354 $as_echo_n "(cached) " >&6
19356 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19357 /* end confdefs.h. */
19362 __clear_cache((void*)0, (void*)0); return 0;
19367 if ac_fn_c_try_link
"$LINENO"; then :
19368 ac_cv_have___clear_cache
="yes"
19370 ac_cv_have___clear_cache
="no"
19372 rm -f core conftest.err conftest.
$ac_objext \
19373 conftest
$ac_exeext conftest.
$ac_ext
19375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___clear_cache" >&5
19376 $as_echo "$ac_cv_have___clear_cache" >&6; }
19377 if test "$ac_cv_have___clear_cache" = "yes"
19380 $as_echo "#define HAVE___CLEAR_CACHE 1" >>confdefs.h
19386 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
19387 $as_echo_n "checking whether we need to define __i386__... " >&6; }
19388 if ${ac_cv_cpp_def___i386__+:} false
; then :
19389 $as_echo_n "(cached) " >&6
19391 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19392 /* end confdefs.h. */
19397 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19398 $EGREP "yes" >/dev
/null
2>&1; then :
19399 ac_cv_cpp_def___i386__
=yes
19401 ac_cv_cpp_def___i386__
=no
19406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
19407 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
19408 if test "x$ac_cv_cpp_def___i386__" = xyes
; then :
19409 CFLAGS
="$CFLAGS -D__i386__"
19410 LINTFLAGS
="$LINTFLAGS -D__i386__"
19412 *x86_64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
19413 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
19414 if ${ac_cv_cpp_def___x86_64__+:} false
; then :
19415 $as_echo_n "(cached) " >&6
19417 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19418 /* end confdefs.h. */
19423 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19424 $EGREP "yes" >/dev
/null
2>&1; then :
19425 ac_cv_cpp_def___x86_64__
=yes
19427 ac_cv_cpp_def___x86_64__
=no
19432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
19433 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
19434 if test "x$ac_cv_cpp_def___x86_64__" = xyes
; then :
19435 CFLAGS
="$CFLAGS -D__x86_64__"
19436 LINTFLAGS
="$LINTFLAGS -D__x86_64__"
19438 *sparc64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc64__" >&5
19439 $as_echo_n "checking whether we need to define __sparc64__... " >&6; }
19440 if ${ac_cv_cpp_def___sparc64__+:} false
; then :
19441 $as_echo_n "(cached) " >&6
19443 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19444 /* end confdefs.h. */
19445 #ifndef __sparc64__
19449 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19450 $EGREP "yes" >/dev
/null
2>&1; then :
19451 ac_cv_cpp_def___sparc64__
=yes
19453 ac_cv_cpp_def___sparc64__
=no
19458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc64__" >&5
19459 $as_echo "$ac_cv_cpp_def___sparc64__" >&6; }
19460 if test "x$ac_cv_cpp_def___sparc64__" = xyes
; then :
19461 CFLAGS
="$CFLAGS -D__sparc64__"
19462 LINTFLAGS
="$LINTFLAGS -D__sparc64__"
19464 *sparc
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
19465 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
19466 if ${ac_cv_cpp_def___sparc__+:} 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___sparc__
=yes
19479 ac_cv_cpp_def___sparc__
=no
19484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
19485 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
19486 if test "x$ac_cv_cpp_def___sparc__" = xyes
; then :
19487 CFLAGS
="$CFLAGS -D__sparc__"
19488 LINTFLAGS
="$LINTFLAGS -D__sparc__"
19490 *powerpc64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc64__" >&5
19491 $as_echo_n "checking whether we need to define __powerpc64__... " >&6; }
19492 if ${ac_cv_cpp_def___powerpc64__+:} false
; then :
19493 $as_echo_n "(cached) " >&6
19495 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19496 /* end confdefs.h. */
19497 #ifndef __powerpc64__
19501 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19502 $EGREP "yes" >/dev
/null
2>&1; then :
19503 ac_cv_cpp_def___powerpc64__
=yes
19505 ac_cv_cpp_def___powerpc64__
=no
19510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc64__" >&5
19511 $as_echo "$ac_cv_cpp_def___powerpc64__" >&6; }
19512 if test "x$ac_cv_cpp_def___powerpc64__" = xyes
; then :
19513 CFLAGS
="$CFLAGS -D__powerpc64__"
19514 LINTFLAGS
="$LINTFLAGS -D__powerpc64__"
19516 *powerpc
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
19517 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
19518 if ${ac_cv_cpp_def___powerpc__+:} false
; then :
19519 $as_echo_n "(cached) " >&6
19521 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19522 /* end confdefs.h. */
19523 #ifndef __powerpc__
19527 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19528 $EGREP "yes" >/dev
/null
2>&1; then :
19529 ac_cv_cpp_def___powerpc__
=yes
19531 ac_cv_cpp_def___powerpc__
=no
19536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
19537 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
19538 if test "x$ac_cv_cpp_def___powerpc__" = xyes
; then :
19539 CFLAGS
="$CFLAGS -D__powerpc__"
19540 LINTFLAGS
="$LINTFLAGS -D__powerpc__"
19542 *aarch64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __aarch64__" >&5
19543 $as_echo_n "checking whether we need to define __aarch64__... " >&6; }
19544 if ${ac_cv_cpp_def___aarch64__+:} false
; then :
19545 $as_echo_n "(cached) " >&6
19547 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19548 /* end confdefs.h. */
19549 #ifndef __aarch64__
19553 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19554 $EGREP "yes" >/dev
/null
2>&1; then :
19555 ac_cv_cpp_def___aarch64__
=yes
19557 ac_cv_cpp_def___aarch64__
=no
19562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___aarch64__" >&5
19563 $as_echo "$ac_cv_cpp_def___aarch64__" >&6; }
19564 if test "x$ac_cv_cpp_def___aarch64__" = xyes
; then :
19565 CFLAGS
="$CFLAGS -D__aarch64__"
19566 LINTFLAGS
="$LINTFLAGS -D__aarch64__"
19568 *arm
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __arm__" >&5
19569 $as_echo_n "checking whether we need to define __arm__... " >&6; }
19570 if ${ac_cv_cpp_def___arm__+:} false
; then :
19571 $as_echo_n "(cached) " >&6
19573 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19574 /* end confdefs.h. */
19579 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19580 $EGREP "yes" >/dev
/null
2>&1; then :
19581 ac_cv_cpp_def___arm__
=yes
19583 ac_cv_cpp_def___arm__
=no
19588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___arm__" >&5
19589 $as_echo "$ac_cv_cpp_def___arm__" >&6; }
19590 if test "x$ac_cv_cpp_def___arm__" = xyes
; then :
19591 CFLAGS
="$CFLAGS -D__arm__"
19592 LINTFLAGS
="$LINTFLAGS -D__arm__"
19596 case $host_vendor in
19597 *sun
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
19598 $as_echo_n "checking whether we need to define __sun__... " >&6; }
19599 if ${ac_cv_cpp_def___sun__+:} false
; then :
19600 $as_echo_n "(cached) " >&6
19602 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19603 /* end confdefs.h. */
19608 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19609 $EGREP "yes" >/dev
/null
2>&1; then :
19610 ac_cv_cpp_def___sun__
=yes
19612 ac_cv_cpp_def___sun__
=no
19617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
19618 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
19619 if test "x$ac_cv_cpp_def___sun__" = xyes
; then :
19620 CFLAGS
="$CFLAGS -D__sun__"
19621 LINTFLAGS
="$LINTFLAGS -D__sun__"
19629 ac_config_commands
="$ac_config_commands include/stamp-h"
19631 $as_echo_n "creating Makefile rules..." >&6
19633 ALL_VARS_RULES
="OPENGL_LIBS = $OPENGL_LIBS
19634 COREFOUNDATION_LIBS = $COREFOUNDATION_LIBS
19635 IOKIT_LIBS = $IOKIT_LIBS
19636 FORCEFEEDBACK_LIBS = $FORCEFEEDBACK_LIBS
19637 APPLICATIONSERVICES_LIBS = $APPLICATIONSERVICES_LIBS
19638 CORESERVICES_LIBS = $CORESERVICES_LIBS
19639 APPKIT_LIBS = $APPKIT_LIBS
19640 DISKARBITRATION_LIBS = $DISKARBITRATION_LIBS
19641 SECURITY_LIBS = $SECURITY_LIBS
19642 COREAUDIO_LIBS = $COREAUDIO_LIBS
19643 OPENAL_LIBS = $OPENAL_LIBS
19644 OPENCL_LIBS = $OPENCL_LIBS
19645 QUICKTIME_LIBS = $QUICKTIME_LIBS
19646 CARBON_LIBS = $CARBON_LIBS
19647 METAL_LIBS = $METAL_LIBS
19648 PTHREAD_LIBS = $PTHREAD_LIBS
19649 X_CFLAGS = $X_CFLAGS
19650 X_PRE_LIBS = $X_PRE_LIBS
19652 X_EXTRA_LIBS = $X_EXTRA_LIBS
19653 PCAP_LIBS = $PCAP_LIBS
19654 XML2_CFLAGS = $XML2_CFLAGS
19655 XML2_LIBS = $XML2_LIBS
19656 XSLT_CFLAGS = $XSLT_CFLAGS
19657 XSLT_LIBS = $XSLT_LIBS
19658 INOTIFY_CFLAGS = $INOTIFY_CFLAGS
19659 INOTIFY_LIBS = $INOTIFY_LIBS
19660 DBUS_CFLAGS = $DBUS_CFLAGS
19661 DBUS_LIBS = $DBUS_LIBS
19662 HAL_CFLAGS = $HAL_CFLAGS
19663 HAL_LIBS = $HAL_LIBS
19664 GNUTLS_CFLAGS = $GNUTLS_CFLAGS
19665 GNUTLS_LIBS = $GNUTLS_LIBS
19666 SANE_CFLAGS = $SANE_CFLAGS
19667 SANE_LIBS = $SANE_LIBS
19668 GPHOTO2_CFLAGS = $GPHOTO2_CFLAGS
19669 GPHOTO2_LIBS = $GPHOTO2_LIBS
19670 GPHOTO2_PORT_CFLAGS = $GPHOTO2_PORT_CFLAGS
19671 GPHOTO2_PORT_LIBS = $GPHOTO2_PORT_LIBS
19672 RESOLV_LIBS = $RESOLV_LIBS
19673 LCMS2_CFLAGS = $LCMS2_CFLAGS
19674 LCMS2_LIBS = $LCMS2_LIBS
19675 FREETYPE_CFLAGS = $FREETYPE_CFLAGS
19676 FREETYPE_LIBS = $FREETYPE_LIBS
19677 Z_CFLAGS = $Z_CFLAGS
19679 GETTEXTPO_LIBS = $GETTEXTPO_LIBS
19680 PULSE_CFLAGS = $PULSE_CFLAGS
19681 PULSE_LIBS = $PULSE_LIBS
19682 GSTREAMER_CFLAGS = $GSTREAMER_CFLAGS
19683 GSTREAMER_LIBS = $GSTREAMER_LIBS
19684 ALSA_LIBS = $ALSA_LIBS
19685 OSS4_CFLAGS = $OSS4_CFLAGS
19686 UDEV_CFLAGS = $UDEV_CFLAGS
19687 UDEV_LIBS = $UDEV_LIBS
19688 SDL2_CFLAGS = $SDL2_CFLAGS
19689 SDL2_LIBS = $SDL2_LIBS
19690 FAUDIO_CFLAGS = $FAUDIO_CFLAGS
19691 FAUDIO_LIBS = $FAUDIO_LIBS
19692 CAPI20_CFLAGS = $CAPI20_CFLAGS
19693 CAPI20_LIBS = $CAPI20_LIBS
19694 CUPS_CFLAGS = $CUPS_CFLAGS
19695 CUPS_LIBS = $CUPS_LIBS
19696 FONTCONFIG_CFLAGS = $FONTCONFIG_CFLAGS
19697 FONTCONFIG_LIBS = $FONTCONFIG_LIBS
19698 KRB5_CFLAGS = $KRB5_CFLAGS
19699 KRB5_LIBS = $KRB5_LIBS
19700 GSSAPI_CFLAGS = $GSSAPI_CFLAGS
19701 GSSAPI_LIBS = $GSSAPI_LIBS
19702 JPEG_CFLAGS = $JPEG_CFLAGS
19703 JPEG_LIBS = $JPEG_LIBS
19704 PNG_CFLAGS = $PNG_CFLAGS
19705 PNG_LIBS = $PNG_LIBS
19706 TIFF_CFLAGS = $TIFF_CFLAGS
19707 TIFF_LIBS = $TIFF_LIBS
19708 MPG123_CFLAGS = $MPG123_CFLAGS
19709 MPG123_LIBS = $MPG123_LIBS
19710 KSTAT_LIBS = $KSTAT_LIBS
19711 PROCSTAT_LIBS = $PROCSTAT_LIBS
19712 NETAPI_CFLAGS = $NETAPI_CFLAGS
19713 NETAPI_LIBS = $NETAPI_LIBS
19714 VKD3D_CFLAGS = $VKD3D_CFLAGS
19715 VKD3D_LIBS = $VKD3D_LIBS
19716 EXCESS_PRECISION_CFLAGS = $EXCESS_PRECISION_CFLAGS
19718 POLL_LIBS = $POLL_LIBS
19720 LDAP_CFLAGS = $LDAP_CFLAGS
19721 LDAP_LIBS = $LDAP_LIBS
19726 wine_fn_append_rule
"
19727 # Rules automatically generated by configure
19732 Makefile: $srcdir/Makefile.in config.status \$(MAKEDEP)
19733 @./config.status Make.tmp Makefile
19734 depend: \$(MAKEDEP) dummy
19737 if test "x$enable_fonts" != xno
; then
19738 ac_config_links
="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
19739 ac_config_links
="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
19740 ac_config_links
="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
19741 ac_config_links
="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
19742 ac_config_links
="$ac_config_links fonts/wingding.ttf:fonts/wingding.ttf"
19743 test "$srcdir" = "." || wine_fn_config_symlink fonts
/marlett.ttf fonts
/symbol.ttf fonts
/tahoma.ttf fonts
/tahomabd.ttf fonts
/wingding.ttf
19745 ac_config_links
="$ac_config_links loader/l_intl.nls:loader/l_intl.nls"
19746 test "$srcdir" = "." || wine_fn_config_symlink loader
/l_intl.nls
19747 ac_config_links
="$ac_config_links wine:tools/winewrapper"
19748 wine_fn_config_symlink wine
19749 if test "x$enable_win64" != xno
-o -n "$with_wine64"; then
19750 ac_config_links
="$ac_config_links wine64:tools/winewrapper"
19751 wine_fn_config_symlink wine64
19754 wine_fn_config_makefile dlls
/acledit enable_acledit
19755 wine_fn_config_makefile dlls
/aclui enable_aclui
19756 wine_fn_config_makefile dlls
/activeds enable_activeds
19757 wine_fn_config_makefile dlls
/actxprxy enable_actxprxy
19758 wine_fn_config_makefile dlls
/adsiid enable_adsiid
19759 wine_fn_config_makefile dlls
/adsldp enable_adsldp
19760 wine_fn_config_makefile dlls
/adsldp
/tests enable_tests
19761 wine_fn_config_makefile dlls
/adsldpc enable_adsldpc
19762 wine_fn_config_makefile dlls
/advapi32 enable_advapi32
19763 wine_fn_config_makefile dlls
/advapi32
/tests enable_tests
19764 wine_fn_config_makefile dlls
/advpack enable_advpack
19765 wine_fn_config_makefile dlls
/advpack
/tests enable_tests
19766 wine_fn_config_makefile dlls
/amsi enable_amsi
19767 wine_fn_config_makefile dlls
/amstream enable_amstream
19768 wine_fn_config_makefile dlls
/amstream
/tests enable_tests
19769 wine_fn_config_makefile dlls
/api-ms-win-appmodel-identity-l1-1-0 enable_api_ms_win_appmodel_identity_l1_1_0
19770 wine_fn_config_makefile dlls
/api-ms-win-appmodel-runtime-l1-1-1 enable_api_ms_win_appmodel_runtime_l1_1_1
19771 wine_fn_config_makefile dlls
/api-ms-win-appmodel-runtime-l1-1-2 enable_api_ms_win_appmodel_runtime_l1_1_2
19772 wine_fn_config_makefile dlls
/api-ms-win-core-apiquery-l1-1-0 enable_api_ms_win_core_apiquery_l1_1_0
19773 wine_fn_config_makefile dlls
/api-ms-win-core-appcompat-l1-1-1 enable_api_ms_win_core_appcompat_l1_1_1
19774 wine_fn_config_makefile dlls
/api-ms-win-core-appinit-l1-1-0 enable_api_ms_win_core_appinit_l1_1_0
19775 wine_fn_config_makefile dlls
/api-ms-win-core-atoms-l1-1-0 enable_api_ms_win_core_atoms_l1_1_0
19776 wine_fn_config_makefile dlls
/api-ms-win-core-bem-l1-1-0 enable_api_ms_win_core_bem_l1_1_0
19777 wine_fn_config_makefile dlls
/api-ms-win-core-com-l1-1-0 enable_api_ms_win_core_com_l1_1_0
19778 wine_fn_config_makefile dlls
/api-ms-win-core-com-l1-1-1 enable_api_ms_win_core_com_l1_1_1
19779 wine_fn_config_makefile dlls
/api-ms-win-core-com-private-l1-1-0 enable_api_ms_win_core_com_private_l1_1_0
19780 wine_fn_config_makefile dlls
/api-ms-win-core-comm-l1-1-0 enable_api_ms_win_core_comm_l1_1_0
19781 wine_fn_config_makefile dlls
/api-ms-win-core-console-l1-1-0 enable_api_ms_win_core_console_l1_1_0
19782 wine_fn_config_makefile dlls
/api-ms-win-core-console-l2-1-0 enable_api_ms_win_core_console_l2_1_0
19783 wine_fn_config_makefile dlls
/api-ms-win-core-crt-l1-1-0 enable_api_ms_win_core_crt_l1_1_0
19784 wine_fn_config_makefile dlls
/api-ms-win-core-crt-l2-1-0 enable_api_ms_win_core_crt_l2_1_0
19785 wine_fn_config_makefile dlls
/api-ms-win-core-datetime-l1-1-0 enable_api_ms_win_core_datetime_l1_1_0
19786 wine_fn_config_makefile dlls
/api-ms-win-core-datetime-l1-1-1 enable_api_ms_win_core_datetime_l1_1_1
19787 wine_fn_config_makefile dlls
/api-ms-win-core-debug-l1-1-0 enable_api_ms_win_core_debug_l1_1_0
19788 wine_fn_config_makefile dlls
/api-ms-win-core-debug-l1-1-1 enable_api_ms_win_core_debug_l1_1_1
19789 wine_fn_config_makefile dlls
/api-ms-win-core-delayload-l1-1-0 enable_api_ms_win_core_delayload_l1_1_0
19790 wine_fn_config_makefile dlls
/api-ms-win-core-delayload-l1-1-1 enable_api_ms_win_core_delayload_l1_1_1
19791 wine_fn_config_makefile dlls
/api-ms-win-core-errorhandling-l1-1-0 enable_api_ms_win_core_errorhandling_l1_1_0
19792 wine_fn_config_makefile dlls
/api-ms-win-core-errorhandling-l1-1-1 enable_api_ms_win_core_errorhandling_l1_1_1
19793 wine_fn_config_makefile dlls
/api-ms-win-core-errorhandling-l1-1-2 enable_api_ms_win_core_errorhandling_l1_1_2
19794 wine_fn_config_makefile dlls
/api-ms-win-core-errorhandling-l1-1-3 enable_api_ms_win_core_errorhandling_l1_1_3
19795 wine_fn_config_makefile dlls
/api-ms-win-core-fibers-l1-1-0 enable_api_ms_win_core_fibers_l1_1_0
19796 wine_fn_config_makefile dlls
/api-ms-win-core-fibers-l1-1-1 enable_api_ms_win_core_fibers_l1_1_1
19797 wine_fn_config_makefile dlls
/api-ms-win-core-file-l1-1-0 enable_api_ms_win_core_file_l1_1_0
19798 wine_fn_config_makefile dlls
/api-ms-win-core-file-l1-2-0 enable_api_ms_win_core_file_l1_2_0
19799 wine_fn_config_makefile dlls
/api-ms-win-core-file-l1-2-1 enable_api_ms_win_core_file_l1_2_1
19800 wine_fn_config_makefile dlls
/api-ms-win-core-file-l1-2-2 enable_api_ms_win_core_file_l1_2_2
19801 wine_fn_config_makefile dlls
/api-ms-win-core-file-l2-1-0 enable_api_ms_win_core_file_l2_1_0
19802 wine_fn_config_makefile dlls
/api-ms-win-core-file-l2-1-1 enable_api_ms_win_core_file_l2_1_1
19803 wine_fn_config_makefile dlls
/api-ms-win-core-file-l2-1-2 enable_api_ms_win_core_file_l2_1_2
19804 wine_fn_config_makefile dlls
/api-ms-win-core-handle-l1-1-0 enable_api_ms_win_core_handle_l1_1_0
19805 wine_fn_config_makefile dlls
/api-ms-win-core-heap-l1-1-0 enable_api_ms_win_core_heap_l1_1_0
19806 wine_fn_config_makefile dlls
/api-ms-win-core-heap-l1-2-0 enable_api_ms_win_core_heap_l1_2_0
19807 wine_fn_config_makefile dlls
/api-ms-win-core-heap-l2-1-0 enable_api_ms_win_core_heap_l2_1_0
19808 wine_fn_config_makefile dlls
/api-ms-win-core-heap-obsolete-l1-1-0 enable_api_ms_win_core_heap_obsolete_l1_1_0
19809 wine_fn_config_makefile dlls
/api-ms-win-core-interlocked-l1-1-0 enable_api_ms_win_core_interlocked_l1_1_0
19810 wine_fn_config_makefile dlls
/api-ms-win-core-interlocked-l1-2-0 enable_api_ms_win_core_interlocked_l1_2_0
19811 wine_fn_config_makefile dlls
/api-ms-win-core-io-l1-1-0 enable_api_ms_win_core_io_l1_1_0
19812 wine_fn_config_makefile dlls
/api-ms-win-core-io-l1-1-1 enable_api_ms_win_core_io_l1_1_1
19813 wine_fn_config_makefile dlls
/api-ms-win-core-job-l1-1-0 enable_api_ms_win_core_job_l1_1_0
19814 wine_fn_config_makefile dlls
/api-ms-win-core-job-l2-1-0 enable_api_ms_win_core_job_l2_1_0
19815 wine_fn_config_makefile dlls
/api-ms-win-core-kernel32-legacy-l1-1-0 enable_api_ms_win_core_kernel32_legacy_l1_1_0
19816 wine_fn_config_makefile dlls
/api-ms-win-core-kernel32-legacy-l1-1-1 enable_api_ms_win_core_kernel32_legacy_l1_1_1
19817 wine_fn_config_makefile dlls
/api-ms-win-core-kernel32-private-l1-1-1 enable_api_ms_win_core_kernel32_private_l1_1_1
19818 wine_fn_config_makefile dlls
/api-ms-win-core-largeinteger-l1-1-0 enable_api_ms_win_core_largeinteger_l1_1_0
19819 wine_fn_config_makefile dlls
/api-ms-win-core-libraryloader-l1-1-0 enable_api_ms_win_core_libraryloader_l1_1_0
19820 wine_fn_config_makefile dlls
/api-ms-win-core-libraryloader-l1-1-1 enable_api_ms_win_core_libraryloader_l1_1_1
19821 wine_fn_config_makefile dlls
/api-ms-win-core-libraryloader-l1-2-0 enable_api_ms_win_core_libraryloader_l1_2_0
19822 wine_fn_config_makefile dlls
/api-ms-win-core-libraryloader-l1-2-1 enable_api_ms_win_core_libraryloader_l1_2_1
19823 wine_fn_config_makefile dlls
/api-ms-win-core-libraryloader-l1-2-2 enable_api_ms_win_core_libraryloader_l1_2_2
19824 wine_fn_config_makefile dlls
/api-ms-win-core-localization-l1-1-0 enable_api_ms_win_core_localization_l1_1_0
19825 wine_fn_config_makefile dlls
/api-ms-win-core-localization-l1-2-0 enable_api_ms_win_core_localization_l1_2_0
19826 wine_fn_config_makefile dlls
/api-ms-win-core-localization-l1-2-1 enable_api_ms_win_core_localization_l1_2_1
19827 wine_fn_config_makefile dlls
/api-ms-win-core-localization-l2-1-0 enable_api_ms_win_core_localization_l2_1_0
19828 wine_fn_config_makefile dlls
/api-ms-win-core-localization-obsolete-l1-1-0 enable_api_ms_win_core_localization_obsolete_l1_1_0
19829 wine_fn_config_makefile dlls
/api-ms-win-core-localization-obsolete-l1-2-0 enable_api_ms_win_core_localization_obsolete_l1_2_0
19830 wine_fn_config_makefile dlls
/api-ms-win-core-localization-obsolete-l1-3-0 enable_api_ms_win_core_localization_obsolete_l1_3_0
19831 wine_fn_config_makefile dlls
/api-ms-win-core-localization-private-l1-1-0 enable_api_ms_win_core_localization_private_l1_1_0
19832 wine_fn_config_makefile dlls
/api-ms-win-core-localregistry-l1-1-0 enable_api_ms_win_core_localregistry_l1_1_0
19833 wine_fn_config_makefile dlls
/api-ms-win-core-memory-l1-1-0 enable_api_ms_win_core_memory_l1_1_0
19834 wine_fn_config_makefile dlls
/api-ms-win-core-memory-l1-1-1 enable_api_ms_win_core_memory_l1_1_1
19835 wine_fn_config_makefile dlls
/api-ms-win-core-memory-l1-1-2 enable_api_ms_win_core_memory_l1_1_2
19836 wine_fn_config_makefile dlls
/api-ms-win-core-misc-l1-1-0 enable_api_ms_win_core_misc_l1_1_0
19837 wine_fn_config_makefile dlls
/api-ms-win-core-namedpipe-l1-1-0 enable_api_ms_win_core_namedpipe_l1_1_0
19838 wine_fn_config_makefile dlls
/api-ms-win-core-namedpipe-l1-2-0 enable_api_ms_win_core_namedpipe_l1_2_0
19839 wine_fn_config_makefile dlls
/api-ms-win-core-namespace-l1-1-0 enable_api_ms_win_core_namespace_l1_1_0
19840 wine_fn_config_makefile dlls
/api-ms-win-core-normalization-l1-1-0 enable_api_ms_win_core_normalization_l1_1_0
19841 wine_fn_config_makefile dlls
/api-ms-win-core-path-l1-1-0 enable_api_ms_win_core_path_l1_1_0
19842 wine_fn_config_makefile dlls
/api-ms-win-core-privateprofile-l1-1-1 enable_api_ms_win_core_privateprofile_l1_1_1
19843 wine_fn_config_makefile dlls
/api-ms-win-core-processenvironment-l1-1-0 enable_api_ms_win_core_processenvironment_l1_1_0
19844 wine_fn_config_makefile dlls
/api-ms-win-core-processenvironment-l1-2-0 enable_api_ms_win_core_processenvironment_l1_2_0
19845 wine_fn_config_makefile dlls
/api-ms-win-core-processthreads-l1-1-0 enable_api_ms_win_core_processthreads_l1_1_0
19846 wine_fn_config_makefile dlls
/api-ms-win-core-processthreads-l1-1-1 enable_api_ms_win_core_processthreads_l1_1_1
19847 wine_fn_config_makefile dlls
/api-ms-win-core-processthreads-l1-1-2 enable_api_ms_win_core_processthreads_l1_1_2
19848 wine_fn_config_makefile dlls
/api-ms-win-core-processthreads-l1-1-3 enable_api_ms_win_core_processthreads_l1_1_3
19849 wine_fn_config_makefile dlls
/api-ms-win-core-processtopology-obsolete-l1-1-0 enable_api_ms_win_core_processtopology_obsolete_l1_1_0
19850 wine_fn_config_makefile dlls
/api-ms-win-core-profile-l1-1-0 enable_api_ms_win_core_profile_l1_1_0
19851 wine_fn_config_makefile dlls
/api-ms-win-core-psapi-ansi-l1-1-0 enable_api_ms_win_core_psapi_ansi_l1_1_0
19852 wine_fn_config_makefile dlls
/api-ms-win-core-psapi-l1-1-0 enable_api_ms_win_core_psapi_l1_1_0
19853 wine_fn_config_makefile dlls
/api-ms-win-core-psapi-obsolete-l1-1-0 enable_api_ms_win_core_psapi_obsolete_l1_1_0
19854 wine_fn_config_makefile dlls
/api-ms-win-core-quirks-l1-1-0 enable_api_ms_win_core_quirks_l1_1_0
19855 wine_fn_config_makefile dlls
/api-ms-win-core-realtime-l1-1-0 enable_api_ms_win_core_realtime_l1_1_0
19856 wine_fn_config_makefile dlls
/api-ms-win-core-registry-l1-1-0 enable_api_ms_win_core_registry_l1_1_0
19857 wine_fn_config_makefile dlls
/api-ms-win-core-registry-l2-1-0 enable_api_ms_win_core_registry_l2_1_0
19858 wine_fn_config_makefile dlls
/api-ms-win-core-registryuserspecific-l1-1-0 enable_api_ms_win_core_registryuserspecific_l1_1_0
19859 wine_fn_config_makefile dlls
/api-ms-win-core-rtlsupport-l1-1-0 enable_api_ms_win_core_rtlsupport_l1_1_0
19860 wine_fn_config_makefile dlls
/api-ms-win-core-rtlsupport-l1-2-0 enable_api_ms_win_core_rtlsupport_l1_2_0
19861 wine_fn_config_makefile dlls
/api-ms-win-core-shlwapi-legacy-l1-1-0 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
19862 wine_fn_config_makefile dlls
/api-ms-win-core-shlwapi-obsolete-l1-1-0 enable_api_ms_win_core_shlwapi_obsolete_l1_1_0
19863 wine_fn_config_makefile dlls
/api-ms-win-core-shlwapi-obsolete-l1-2-0 enable_api_ms_win_core_shlwapi_obsolete_l1_2_0
19864 wine_fn_config_makefile dlls
/api-ms-win-core-shutdown-l1-1-0 enable_api_ms_win_core_shutdown_l1_1_0
19865 wine_fn_config_makefile dlls
/api-ms-win-core-sidebyside-l1-1-0 enable_api_ms_win_core_sidebyside_l1_1_0
19866 wine_fn_config_makefile dlls
/api-ms-win-core-string-l1-1-0 enable_api_ms_win_core_string_l1_1_0
19867 wine_fn_config_makefile dlls
/api-ms-win-core-string-l2-1-0 enable_api_ms_win_core_string_l2_1_0
19868 wine_fn_config_makefile dlls
/api-ms-win-core-string-obsolete-l1-1-0 enable_api_ms_win_core_string_obsolete_l1_1_0
19869 wine_fn_config_makefile dlls
/api-ms-win-core-stringansi-l1-1-0 enable_api_ms_win_core_stringansi_l1_1_0
19870 wine_fn_config_makefile dlls
/api-ms-win-core-stringloader-l1-1-1 enable_api_ms_win_core_stringloader_l1_1_1
19871 wine_fn_config_makefile dlls
/api-ms-win-core-synch-ansi-l1-1-0 enable_api_ms_win_core_synch_ansi_l1_1_0
19872 wine_fn_config_makefile dlls
/api-ms-win-core-synch-l1-1-0 enable_api_ms_win_core_synch_l1_1_0
19873 wine_fn_config_makefile dlls
/api-ms-win-core-synch-l1-2-0 enable_api_ms_win_core_synch_l1_2_0
19874 wine_fn_config_makefile dlls
/api-ms-win-core-synch-l1-2-1 enable_api_ms_win_core_synch_l1_2_1
19875 wine_fn_config_makefile dlls
/api-ms-win-core-sysinfo-l1-1-0 enable_api_ms_win_core_sysinfo_l1_1_0
19876 wine_fn_config_makefile dlls
/api-ms-win-core-sysinfo-l1-2-0 enable_api_ms_win_core_sysinfo_l1_2_0
19877 wine_fn_config_makefile dlls
/api-ms-win-core-sysinfo-l1-2-1 enable_api_ms_win_core_sysinfo_l1_2_1
19878 wine_fn_config_makefile dlls
/api-ms-win-core-threadpool-l1-1-0 enable_api_ms_win_core_threadpool_l1_1_0
19879 wine_fn_config_makefile dlls
/api-ms-win-core-threadpool-l1-2-0 enable_api_ms_win_core_threadpool_l1_2_0
19880 wine_fn_config_makefile dlls
/api-ms-win-core-threadpool-legacy-l1-1-0 enable_api_ms_win_core_threadpool_legacy_l1_1_0
19881 wine_fn_config_makefile dlls
/api-ms-win-core-threadpool-private-l1-1-0 enable_api_ms_win_core_threadpool_private_l1_1_0
19882 wine_fn_config_makefile dlls
/api-ms-win-core-timezone-l1-1-0 enable_api_ms_win_core_timezone_l1_1_0
19883 wine_fn_config_makefile dlls
/api-ms-win-core-toolhelp-l1-1-0 enable_api_ms_win_core_toolhelp_l1_1_0
19884 wine_fn_config_makefile dlls
/api-ms-win-core-url-l1-1-0 enable_api_ms_win_core_url_l1_1_0
19885 wine_fn_config_makefile dlls
/api-ms-win-core-util-l1-1-0 enable_api_ms_win_core_util_l1_1_0
19886 wine_fn_config_makefile dlls
/api-ms-win-core-version-l1-1-0 enable_api_ms_win_core_version_l1_1_0
19887 wine_fn_config_makefile dlls
/api-ms-win-core-version-l1-1-1 enable_api_ms_win_core_version_l1_1_1
19888 wine_fn_config_makefile dlls
/api-ms-win-core-version-private-l1-1-0 enable_api_ms_win_core_version_private_l1_1_0
19889 wine_fn_config_makefile dlls
/api-ms-win-core-versionansi-l1-1-0 enable_api_ms_win_core_versionansi_l1_1_0
19890 wine_fn_config_makefile dlls
/api-ms-win-core-windowserrorreporting-l1-1-0 enable_api_ms_win_core_windowserrorreporting_l1_1_0
19891 wine_fn_config_makefile dlls
/api-ms-win-core-winrt-error-l1-1-0 enable_api_ms_win_core_winrt_error_l1_1_0
19892 wine_fn_config_makefile dlls
/api-ms-win-core-winrt-error-l1-1-1 enable_api_ms_win_core_winrt_error_l1_1_1
19893 wine_fn_config_makefile dlls
/api-ms-win-core-winrt-errorprivate-l1-1-1 enable_api_ms_win_core_winrt_errorprivate_l1_1_1
19894 wine_fn_config_makefile dlls
/api-ms-win-core-winrt-l1-1-0 enable_api_ms_win_core_winrt_l1_1_0
19895 wine_fn_config_makefile dlls
/api-ms-win-core-winrt-registration-l1-1-0 enable_api_ms_win_core_winrt_registration_l1_1_0
19896 wine_fn_config_makefile dlls
/api-ms-win-core-winrt-roparameterizediid-l1-1-0 enable_api_ms_win_core_winrt_roparameterizediid_l1_1_0
19897 wine_fn_config_makefile dlls
/api-ms-win-core-winrt-string-l1-1-0 enable_api_ms_win_core_winrt_string_l1_1_0
19898 wine_fn_config_makefile dlls
/api-ms-win-core-winrt-string-l1-1-1 enable_api_ms_win_core_winrt_string_l1_1_1
19899 wine_fn_config_makefile dlls
/api-ms-win-core-wow64-l1-1-0 enable_api_ms_win_core_wow64_l1_1_0
19900 wine_fn_config_makefile dlls
/api-ms-win-core-wow64-l1-1-1 enable_api_ms_win_core_wow64_l1_1_1
19901 wine_fn_config_makefile dlls
/api-ms-win-core-xstate-l1-1-0 enable_api_ms_win_core_xstate_l1_1_0
19902 wine_fn_config_makefile dlls
/api-ms-win-core-xstate-l2-1-0 enable_api_ms_win_core_xstate_l2_1_0
19903 wine_fn_config_makefile dlls
/api-ms-win-crt-conio-l1-1-0 enable_api_ms_win_crt_conio_l1_1_0
19904 wine_fn_config_makefile dlls
/api-ms-win-crt-convert-l1-1-0 enable_api_ms_win_crt_convert_l1_1_0
19905 wine_fn_config_makefile dlls
/api-ms-win-crt-environment-l1-1-0 enable_api_ms_win_crt_environment_l1_1_0
19906 wine_fn_config_makefile dlls
/api-ms-win-crt-filesystem-l1-1-0 enable_api_ms_win_crt_filesystem_l1_1_0
19907 wine_fn_config_makefile dlls
/api-ms-win-crt-heap-l1-1-0 enable_api_ms_win_crt_heap_l1_1_0
19908 wine_fn_config_makefile dlls
/api-ms-win-crt-locale-l1-1-0 enable_api_ms_win_crt_locale_l1_1_0
19909 wine_fn_config_makefile dlls
/api-ms-win-crt-math-l1-1-0 enable_api_ms_win_crt_math_l1_1_0
19910 wine_fn_config_makefile dlls
/api-ms-win-crt-multibyte-l1-1-0 enable_api_ms_win_crt_multibyte_l1_1_0
19911 wine_fn_config_makefile dlls
/api-ms-win-crt-private-l1-1-0 enable_api_ms_win_crt_private_l1_1_0
19912 wine_fn_config_makefile dlls
/api-ms-win-crt-process-l1-1-0 enable_api_ms_win_crt_process_l1_1_0
19913 wine_fn_config_makefile dlls
/api-ms-win-crt-runtime-l1-1-0 enable_api_ms_win_crt_runtime_l1_1_0
19914 wine_fn_config_makefile dlls
/api-ms-win-crt-stdio-l1-1-0 enable_api_ms_win_crt_stdio_l1_1_0
19915 wine_fn_config_makefile dlls
/api-ms-win-crt-string-l1-1-0 enable_api_ms_win_crt_string_l1_1_0
19916 wine_fn_config_makefile dlls
/api-ms-win-crt-time-l1-1-0 enable_api_ms_win_crt_time_l1_1_0
19917 wine_fn_config_makefile dlls
/api-ms-win-crt-utility-l1-1-0 enable_api_ms_win_crt_utility_l1_1_0
19918 wine_fn_config_makefile dlls
/api-ms-win-devices-config-l1-1-0 enable_api_ms_win_devices_config_l1_1_0
19919 wine_fn_config_makefile dlls
/api-ms-win-devices-config-l1-1-1 enable_api_ms_win_devices_config_l1_1_1
19920 wine_fn_config_makefile dlls
/api-ms-win-devices-query-l1-1-1 enable_api_ms_win_devices_query_l1_1_1
19921 wine_fn_config_makefile dlls
/api-ms-win-downlevel-advapi32-l1-1-0 enable_api_ms_win_downlevel_advapi32_l1_1_0
19922 wine_fn_config_makefile dlls
/api-ms-win-downlevel-advapi32-l2-1-0 enable_api_ms_win_downlevel_advapi32_l2_1_0
19923 wine_fn_config_makefile dlls
/api-ms-win-downlevel-normaliz-l1-1-0 enable_api_ms_win_downlevel_normaliz_l1_1_0
19924 wine_fn_config_makefile dlls
/api-ms-win-downlevel-ole32-l1-1-0 enable_api_ms_win_downlevel_ole32_l1_1_0
19925 wine_fn_config_makefile dlls
/api-ms-win-downlevel-shell32-l1-1-0 enable_api_ms_win_downlevel_shell32_l1_1_0
19926 wine_fn_config_makefile dlls
/api-ms-win-downlevel-shlwapi-l1-1-0 enable_api_ms_win_downlevel_shlwapi_l1_1_0
19927 wine_fn_config_makefile dlls
/api-ms-win-downlevel-shlwapi-l2-1-0 enable_api_ms_win_downlevel_shlwapi_l2_1_0
19928 wine_fn_config_makefile dlls
/api-ms-win-downlevel-user32-l1-1-0 enable_api_ms_win_downlevel_user32_l1_1_0
19929 wine_fn_config_makefile dlls
/api-ms-win-downlevel-version-l1-1-0 enable_api_ms_win_downlevel_version_l1_1_0
19930 wine_fn_config_makefile dlls
/api-ms-win-dx-d3dkmt-l1-1-0 enable_api_ms_win_dx_d3dkmt_l1_1_0
19931 wine_fn_config_makefile dlls
/api-ms-win-eventing-classicprovider-l1-1-0 enable_api_ms_win_eventing_classicprovider_l1_1_0
19932 wine_fn_config_makefile dlls
/api-ms-win-eventing-consumer-l1-1-0 enable_api_ms_win_eventing_consumer_l1_1_0
19933 wine_fn_config_makefile dlls
/api-ms-win-eventing-controller-l1-1-0 enable_api_ms_win_eventing_controller_l1_1_0
19934 wine_fn_config_makefile dlls
/api-ms-win-eventing-legacy-l1-1-0 enable_api_ms_win_eventing_legacy_l1_1_0
19935 wine_fn_config_makefile dlls
/api-ms-win-eventing-provider-l1-1-0 enable_api_ms_win_eventing_provider_l1_1_0
19936 wine_fn_config_makefile dlls
/api-ms-win-eventlog-legacy-l1-1-0 enable_api_ms_win_eventlog_legacy_l1_1_0
19937 wine_fn_config_makefile dlls
/api-ms-win-gdi-dpiinfo-l1-1-0 enable_api_ms_win_gdi_dpiinfo_l1_1_0
19938 wine_fn_config_makefile dlls
/api-ms-win-mm-joystick-l1-1-0 enable_api_ms_win_mm_joystick_l1_1_0
19939 wine_fn_config_makefile dlls
/api-ms-win-mm-misc-l1-1-1 enable_api_ms_win_mm_misc_l1_1_1
19940 wine_fn_config_makefile dlls
/api-ms-win-mm-mme-l1-1-0 enable_api_ms_win_mm_mme_l1_1_0
19941 wine_fn_config_makefile dlls
/api-ms-win-mm-time-l1-1-0 enable_api_ms_win_mm_time_l1_1_0
19942 wine_fn_config_makefile dlls
/api-ms-win-ntuser-dc-access-l1-1-0 enable_api_ms_win_ntuser_dc_access_l1_1_0
19943 wine_fn_config_makefile dlls
/api-ms-win-ntuser-rectangle-l1-1-0 enable_api_ms_win_ntuser_rectangle_l1_1_0
19944 wine_fn_config_makefile dlls
/api-ms-win-ntuser-sysparams-l1-1-0 enable_api_ms_win_ntuser_sysparams_l1_1_0
19945 wine_fn_config_makefile dlls
/api-ms-win-perf-legacy-l1-1-0 enable_api_ms_win_perf_legacy_l1_1_0
19946 wine_fn_config_makefile dlls
/api-ms-win-power-base-l1-1-0 enable_api_ms_win_power_base_l1_1_0
19947 wine_fn_config_makefile dlls
/api-ms-win-power-setting-l1-1-0 enable_api_ms_win_power_setting_l1_1_0
19948 wine_fn_config_makefile dlls
/api-ms-win-rtcore-ntuser-draw-l1-1-0 enable_api_ms_win_rtcore_ntuser_draw_l1_1_0
19949 wine_fn_config_makefile dlls
/api-ms-win-rtcore-ntuser-private-l1-1-0 enable_api_ms_win_rtcore_ntuser_private_l1_1_0
19950 wine_fn_config_makefile dlls
/api-ms-win-rtcore-ntuser-private-l1-1-4 enable_api_ms_win_rtcore_ntuser_private_l1_1_4
19951 wine_fn_config_makefile dlls
/api-ms-win-rtcore-ntuser-window-l1-1-0 enable_api_ms_win_rtcore_ntuser_window_l1_1_0
19952 wine_fn_config_makefile dlls
/api-ms-win-rtcore-ntuser-winevent-l1-1-0 enable_api_ms_win_rtcore_ntuser_winevent_l1_1_0
19953 wine_fn_config_makefile dlls
/api-ms-win-rtcore-ntuser-wmpointer-l1-1-0 enable_api_ms_win_rtcore_ntuser_wmpointer_l1_1_0
19954 wine_fn_config_makefile dlls
/api-ms-win-rtcore-ntuser-wmpointer-l1-1-3 enable_api_ms_win_rtcore_ntuser_wmpointer_l1_1_3
19955 wine_fn_config_makefile dlls
/api-ms-win-security-activedirectoryclient-l1-1-0 enable_api_ms_win_security_activedirectoryclient_l1_1_0
19956 wine_fn_config_makefile dlls
/api-ms-win-security-audit-l1-1-1 enable_api_ms_win_security_audit_l1_1_1
19957 wine_fn_config_makefile dlls
/api-ms-win-security-base-l1-1-0 enable_api_ms_win_security_base_l1_1_0
19958 wine_fn_config_makefile dlls
/api-ms-win-security-base-l1-2-0 enable_api_ms_win_security_base_l1_2_0
19959 wine_fn_config_makefile dlls
/api-ms-win-security-base-private-l1-1-1 enable_api_ms_win_security_base_private_l1_1_1
19960 wine_fn_config_makefile dlls
/api-ms-win-security-credentials-l1-1-0 enable_api_ms_win_security_credentials_l1_1_0
19961 wine_fn_config_makefile dlls
/api-ms-win-security-cryptoapi-l1-1-0 enable_api_ms_win_security_cryptoapi_l1_1_0
19962 wine_fn_config_makefile dlls
/api-ms-win-security-grouppolicy-l1-1-0 enable_api_ms_win_security_grouppolicy_l1_1_0
19963 wine_fn_config_makefile dlls
/api-ms-win-security-lsalookup-l1-1-0 enable_api_ms_win_security_lsalookup_l1_1_0
19964 wine_fn_config_makefile dlls
/api-ms-win-security-lsalookup-l1-1-1 enable_api_ms_win_security_lsalookup_l1_1_1
19965 wine_fn_config_makefile dlls
/api-ms-win-security-lsalookup-l2-1-0 enable_api_ms_win_security_lsalookup_l2_1_0
19966 wine_fn_config_makefile dlls
/api-ms-win-security-lsalookup-l2-1-1 enable_api_ms_win_security_lsalookup_l2_1_1
19967 wine_fn_config_makefile dlls
/api-ms-win-security-lsapolicy-l1-1-0 enable_api_ms_win_security_lsapolicy_l1_1_0
19968 wine_fn_config_makefile dlls
/api-ms-win-security-provider-l1-1-0 enable_api_ms_win_security_provider_l1_1_0
19969 wine_fn_config_makefile dlls
/api-ms-win-security-sddl-l1-1-0 enable_api_ms_win_security_sddl_l1_1_0
19970 wine_fn_config_makefile dlls
/api-ms-win-security-systemfunctions-l1-1-0 enable_api_ms_win_security_systemfunctions_l1_1_0
19971 wine_fn_config_makefile dlls
/api-ms-win-service-core-l1-1-0 enable_api_ms_win_service_core_l1_1_0
19972 wine_fn_config_makefile dlls
/api-ms-win-service-core-l1-1-1 enable_api_ms_win_service_core_l1_1_1
19973 wine_fn_config_makefile dlls
/api-ms-win-service-management-l1-1-0 enable_api_ms_win_service_management_l1_1_0
19974 wine_fn_config_makefile dlls
/api-ms-win-service-management-l2-1-0 enable_api_ms_win_service_management_l2_1_0
19975 wine_fn_config_makefile dlls
/api-ms-win-service-private-l1-1-1 enable_api_ms_win_service_private_l1_1_1
19976 wine_fn_config_makefile dlls
/api-ms-win-service-winsvc-l1-1-0 enable_api_ms_win_service_winsvc_l1_1_0
19977 wine_fn_config_makefile dlls
/api-ms-win-service-winsvc-l1-2-0 enable_api_ms_win_service_winsvc_l1_2_0
19978 wine_fn_config_makefile dlls
/api-ms-win-shcore-obsolete-l1-1-0 enable_api_ms_win_shcore_obsolete_l1_1_0
19979 wine_fn_config_makefile dlls
/api-ms-win-shcore-scaling-l1-1-1 enable_api_ms_win_shcore_scaling_l1_1_1
19980 wine_fn_config_makefile dlls
/api-ms-win-shcore-stream-l1-1-0 enable_api_ms_win_shcore_stream_l1_1_0
19981 wine_fn_config_makefile dlls
/api-ms-win-shcore-thread-l1-1-0 enable_api_ms_win_shcore_thread_l1_1_0
19982 wine_fn_config_makefile dlls
/api-ms-win-shell-shellcom-l1-1-0 enable_api_ms_win_shell_shellcom_l1_1_0
19983 wine_fn_config_makefile dlls
/api-ms-win-shell-shellfolders-l1-1-0 enable_api_ms_win_shell_shellfolders_l1_1_0
19984 wine_fn_config_makefile dlls
/apphelp enable_apphelp
19985 wine_fn_config_makefile dlls
/apphelp
/tests enable_tests
19986 wine_fn_config_makefile dlls
/appwiz.cpl enable_appwiz_cpl
19987 wine_fn_config_makefile dlls
/atl enable_atl
19988 wine_fn_config_makefile dlls
/atl
/tests enable_tests
19989 wine_fn_config_makefile dlls
/atl100 enable_atl100
19990 wine_fn_config_makefile dlls
/atl100
/tests enable_tests
19991 wine_fn_config_makefile dlls
/atl110 enable_atl110
19992 wine_fn_config_makefile dlls
/atl80 enable_atl80
19993 wine_fn_config_makefile dlls
/atl80
/tests enable_tests
19994 wine_fn_config_makefile dlls
/atl90 enable_atl90
19995 wine_fn_config_makefile dlls
/atlthunk enable_atlthunk
19996 wine_fn_config_makefile dlls
/atlthunk
/tests enable_tests
19997 wine_fn_config_makefile dlls
/atmlib enable_atmlib
19998 wine_fn_config_makefile dlls
/authz enable_authz
19999 wine_fn_config_makefile dlls
/avicap32 enable_avicap32
20000 wine_fn_config_makefile dlls
/avifil32 enable_avifil32
20001 wine_fn_config_makefile dlls
/avifil32
/tests enable_tests
20002 wine_fn_config_makefile dlls
/avifile.dll16 enable_win16
20003 wine_fn_config_makefile dlls
/avrt enable_avrt
20004 wine_fn_config_makefile dlls
/bcrypt enable_bcrypt
20005 wine_fn_config_makefile dlls
/bcrypt
/tests enable_tests
20006 wine_fn_config_makefile dlls
/bluetoothapis enable_bluetoothapis
20007 wine_fn_config_makefile dlls
/browseui enable_browseui
20008 wine_fn_config_makefile dlls
/browseui
/tests enable_tests
20009 wine_fn_config_makefile dlls
/bthprops.cpl enable_bthprops_cpl
20010 wine_fn_config_makefile dlls
/cabinet enable_cabinet
20011 wine_fn_config_makefile dlls
/cabinet
/tests enable_tests
20012 wine_fn_config_makefile dlls
/capi2032 enable_capi2032
20013 wine_fn_config_makefile dlls
/cards enable_cards
20014 wine_fn_config_makefile dlls
/cdosys enable_cdosys
20015 wine_fn_config_makefile dlls
/cfgmgr32 enable_cfgmgr32
20016 wine_fn_config_makefile dlls
/clusapi enable_clusapi
20017 wine_fn_config_makefile dlls
/combase enable_combase
20018 wine_fn_config_makefile dlls
/combase
/tests enable_tests
20019 wine_fn_config_makefile dlls
/comcat enable_comcat
20020 wine_fn_config_makefile dlls
/comcat
/tests enable_tests
20021 wine_fn_config_makefile dlls
/comctl32 enable_comctl32
20022 wine_fn_config_makefile dlls
/comctl32
/tests enable_tests
20023 wine_fn_config_makefile dlls
/comdlg32 enable_comdlg32
20024 wine_fn_config_makefile dlls
/comdlg32
/tests enable_tests
20025 wine_fn_config_makefile dlls
/comm.drv16 enable_win16
20026 wine_fn_config_makefile dlls
/commdlg.dll16 enable_win16
20027 wine_fn_config_makefile dlls
/compobj.dll16 enable_win16
20028 wine_fn_config_makefile dlls
/compstui enable_compstui
20029 wine_fn_config_makefile dlls
/comsvcs enable_comsvcs
20030 wine_fn_config_makefile dlls
/comsvcs
/tests enable_tests
20031 wine_fn_config_makefile dlls
/concrt140 enable_concrt140
20032 wine_fn_config_makefile dlls
/connect enable_connect
20033 wine_fn_config_makefile dlls
/credui enable_credui
20034 wine_fn_config_makefile dlls
/credui
/tests enable_tests
20035 wine_fn_config_makefile dlls
/crtdll enable_crtdll
20036 wine_fn_config_makefile dlls
/crypt32 enable_crypt32
20037 wine_fn_config_makefile dlls
/crypt32
/tests enable_tests
20038 wine_fn_config_makefile dlls
/cryptdlg enable_cryptdlg
20039 wine_fn_config_makefile dlls
/cryptdll enable_cryptdll
20040 wine_fn_config_makefile dlls
/cryptext enable_cryptext
20041 wine_fn_config_makefile dlls
/cryptnet enable_cryptnet
20042 wine_fn_config_makefile dlls
/cryptnet
/tests enable_tests
20043 wine_fn_config_makefile dlls
/cryptui enable_cryptui
20044 wine_fn_config_makefile dlls
/cryptui
/tests enable_tests
20045 wine_fn_config_makefile dlls
/ctapi32 enable_ctapi32
20046 wine_fn_config_makefile dlls
/ctl3d.dll16 enable_win16
20047 wine_fn_config_makefile dlls
/ctl3d32 enable_ctl3d32
20048 wine_fn_config_makefile dlls
/ctl3dv2.dll16 enable_win16
20049 wine_fn_config_makefile dlls
/d2d1 enable_d2d1
20050 wine_fn_config_makefile dlls
/d2d
1/tests enable_tests
20051 wine_fn_config_makefile dlls
/d3d10 enable_d3d10
20052 wine_fn_config_makefile dlls
/d3d10
/tests enable_tests
20053 wine_fn_config_makefile dlls
/d3d10_1 enable_d3d10_1
20054 wine_fn_config_makefile dlls
/d3d10_
1/tests enable_tests
20055 wine_fn_config_makefile dlls
/d3d10core enable_d3d10core
20056 wine_fn_config_makefile dlls
/d3d10core
/tests enable_tests
20057 wine_fn_config_makefile dlls
/d3d11 enable_d3d11
20058 wine_fn_config_makefile dlls
/d3d11
/tests enable_tests
20059 wine_fn_config_makefile dlls
/d3d12 enable_d3d12
20060 wine_fn_config_makefile dlls
/d3d12
/tests enable_tests
20061 wine_fn_config_makefile dlls
/d3d8 enable_d3d8
20062 wine_fn_config_makefile dlls
/d3d
8/tests enable_tests
20063 wine_fn_config_makefile dlls
/d3d9 enable_d3d9
20064 wine_fn_config_makefile dlls
/d3d
9/tests enable_tests
20065 wine_fn_config_makefile dlls
/d3dcompiler_33 enable_d3dcompiler_33
20066 wine_fn_config_makefile dlls
/d3dcompiler_34 enable_d3dcompiler_34
20067 wine_fn_config_makefile dlls
/d3dcompiler_35 enable_d3dcompiler_35
20068 wine_fn_config_makefile dlls
/d3dcompiler_36 enable_d3dcompiler_36
20069 wine_fn_config_makefile dlls
/d3dcompiler_37 enable_d3dcompiler_37
20070 wine_fn_config_makefile dlls
/d3dcompiler_38 enable_d3dcompiler_38
20071 wine_fn_config_makefile dlls
/d3dcompiler_39 enable_d3dcompiler_39
20072 wine_fn_config_makefile dlls
/d3dcompiler_40 enable_d3dcompiler_40
20073 wine_fn_config_makefile dlls
/d3dcompiler_41 enable_d3dcompiler_41
20074 wine_fn_config_makefile dlls
/d3dcompiler_42 enable_d3dcompiler_42
20075 wine_fn_config_makefile dlls
/d3dcompiler_43 enable_d3dcompiler_43
20076 wine_fn_config_makefile dlls
/d3dcompiler_43
/tests enable_tests
20077 wine_fn_config_makefile dlls
/d3dcompiler_46 enable_d3dcompiler_46
20078 wine_fn_config_makefile dlls
/d3dcompiler_47 enable_d3dcompiler_47
20079 wine_fn_config_makefile dlls
/d3dim enable_d3dim
20080 wine_fn_config_makefile dlls
/d3drm enable_d3drm
20081 wine_fn_config_makefile dlls
/d3drm
/tests enable_tests
20082 wine_fn_config_makefile dlls
/d3dx10_33 enable_d3dx10_33
20083 wine_fn_config_makefile dlls
/d3dx10_34 enable_d3dx10_34
20084 wine_fn_config_makefile dlls
/d3dx10_35 enable_d3dx10_35
20085 wine_fn_config_makefile dlls
/d3dx10_36 enable_d3dx10_36
20086 wine_fn_config_makefile dlls
/d3dx10_37 enable_d3dx10_37
20087 wine_fn_config_makefile dlls
/d3dx10_38 enable_d3dx10_38
20088 wine_fn_config_makefile dlls
/d3dx10_39 enable_d3dx10_39
20089 wine_fn_config_makefile dlls
/d3dx10_40 enable_d3dx10_40
20090 wine_fn_config_makefile dlls
/d3dx10_41 enable_d3dx10_41
20091 wine_fn_config_makefile dlls
/d3dx10_42 enable_d3dx10_42
20092 wine_fn_config_makefile dlls
/d3dx10_43 enable_d3dx10_43
20093 wine_fn_config_makefile dlls
/d3dx10_43
/tests enable_tests
20094 wine_fn_config_makefile dlls
/d3dx11_42 enable_d3dx11_42
20095 wine_fn_config_makefile dlls
/d3dx11_43 enable_d3dx11_43
20096 wine_fn_config_makefile dlls
/d3dx11_43
/tests enable_tests
20097 wine_fn_config_makefile dlls
/d3dx9_24 enable_d3dx9_24
20098 wine_fn_config_makefile dlls
/d3dx9_25 enable_d3dx9_25
20099 wine_fn_config_makefile dlls
/d3dx9_26 enable_d3dx9_26
20100 wine_fn_config_makefile dlls
/d3dx9_27 enable_d3dx9_27
20101 wine_fn_config_makefile dlls
/d3dx9_28 enable_d3dx9_28
20102 wine_fn_config_makefile dlls
/d3dx9_29 enable_d3dx9_29
20103 wine_fn_config_makefile dlls
/d3dx9_30 enable_d3dx9_30
20104 wine_fn_config_makefile dlls
/d3dx9_31 enable_d3dx9_31
20105 wine_fn_config_makefile dlls
/d3dx9_32 enable_d3dx9_32
20106 wine_fn_config_makefile dlls
/d3dx9_33 enable_d3dx9_33
20107 wine_fn_config_makefile dlls
/d3dx9_34 enable_d3dx9_34
20108 wine_fn_config_makefile dlls
/d3dx9_35 enable_d3dx9_35
20109 wine_fn_config_makefile dlls
/d3dx9_36 enable_d3dx9_36
20110 wine_fn_config_makefile dlls
/d3dx9_36
/tests enable_tests
20111 wine_fn_config_makefile dlls
/d3dx9_37 enable_d3dx9_37
20112 wine_fn_config_makefile dlls
/d3dx9_38 enable_d3dx9_38
20113 wine_fn_config_makefile dlls
/d3dx9_39 enable_d3dx9_39
20114 wine_fn_config_makefile dlls
/d3dx9_40 enable_d3dx9_40
20115 wine_fn_config_makefile dlls
/d3dx9_41 enable_d3dx9_41
20116 wine_fn_config_makefile dlls
/d3dx9_42 enable_d3dx9_42
20117 wine_fn_config_makefile dlls
/d3dx9_43 enable_d3dx9_43
20118 wine_fn_config_makefile dlls
/d3dxof enable_d3dxof
20119 wine_fn_config_makefile dlls
/d3dxof
/tests enable_tests
20120 wine_fn_config_makefile dlls
/davclnt enable_davclnt
20121 wine_fn_config_makefile dlls
/dbgeng enable_dbgeng
20122 wine_fn_config_makefile dlls
/dbgeng
/tests enable_tests
20123 wine_fn_config_makefile dlls
/dbghelp enable_dbghelp
20124 wine_fn_config_makefile dlls
/dbghelp
/tests enable_tests
20125 wine_fn_config_makefile dlls
/dciman32 enable_dciman32
20126 wine_fn_config_makefile dlls
/ddeml.dll16 enable_win16
20127 wine_fn_config_makefile dlls
/ddraw enable_ddraw
20128 wine_fn_config_makefile dlls
/ddraw
/tests enable_tests
20129 wine_fn_config_makefile dlls
/ddrawex enable_ddrawex
20130 wine_fn_config_makefile dlls
/ddrawex
/tests enable_tests
20131 wine_fn_config_makefile dlls
/devenum enable_devenum
20132 wine_fn_config_makefile dlls
/devenum
/tests enable_tests
20133 wine_fn_config_makefile dlls
/dhcpcsvc enable_dhcpcsvc
20134 wine_fn_config_makefile dlls
/dhtmled.ocx enable_dhtmled_ocx
20135 wine_fn_config_makefile dlls
/difxapi enable_difxapi
20136 wine_fn_config_makefile dlls
/dinput enable_dinput
20137 wine_fn_config_makefile dlls
/dinput
/tests enable_tests
20138 wine_fn_config_makefile dlls
/dinput8 enable_dinput8
20139 wine_fn_config_makefile dlls
/dinput
8/tests enable_tests
20140 wine_fn_config_makefile dlls
/dispdib.dll16 enable_win16
20141 wine_fn_config_makefile dlls
/dispex enable_dispex
20142 wine_fn_config_makefile dlls
/dispex
/tests enable_tests
20143 wine_fn_config_makefile dlls
/display.drv16 enable_win16
20144 wine_fn_config_makefile dlls
/dmband enable_dmband
20145 wine_fn_config_makefile dlls
/dmband
/tests enable_tests
20146 wine_fn_config_makefile dlls
/dmcompos enable_dmcompos
20147 wine_fn_config_makefile dlls
/dmcompos
/tests enable_tests
20148 wine_fn_config_makefile dlls
/dmime enable_dmime
20149 wine_fn_config_makefile dlls
/dmime
/tests enable_tests
20150 wine_fn_config_makefile dlls
/dmloader enable_dmloader
20151 wine_fn_config_makefile dlls
/dmloader
/tests enable_tests
20152 wine_fn_config_makefile dlls
/dmoguids enable_dmoguids
20153 wine_fn_config_makefile dlls
/dmscript enable_dmscript
20154 wine_fn_config_makefile dlls
/dmscript
/tests enable_tests
20155 wine_fn_config_makefile dlls
/dmstyle enable_dmstyle
20156 wine_fn_config_makefile dlls
/dmstyle
/tests enable_tests
20157 wine_fn_config_makefile dlls
/dmsynth enable_dmsynth
20158 wine_fn_config_makefile dlls
/dmsynth
/tests enable_tests
20159 wine_fn_config_makefile dlls
/dmusic enable_dmusic
20160 wine_fn_config_makefile dlls
/dmusic
/tests enable_tests
20161 wine_fn_config_makefile dlls
/dmusic32 enable_dmusic32
20162 wine_fn_config_makefile dlls
/dnsapi enable_dnsapi
20163 wine_fn_config_makefile dlls
/dnsapi
/tests enable_tests
20164 wine_fn_config_makefile dlls
/dplay enable_dplay
20165 wine_fn_config_makefile dlls
/dplayx enable_dplayx
20166 wine_fn_config_makefile dlls
/dplayx
/tests enable_tests
20167 wine_fn_config_makefile dlls
/dpnaddr enable_dpnaddr
20168 wine_fn_config_makefile dlls
/dpnet enable_dpnet
20169 wine_fn_config_makefile dlls
/dpnet
/tests enable_tests
20170 wine_fn_config_makefile dlls
/dpnhpast enable_dpnhpast
20171 wine_fn_config_makefile dlls
/dpnlobby enable_dpnlobby
20172 wine_fn_config_makefile dlls
/dpvoice enable_dpvoice
20173 wine_fn_config_makefile dlls
/dpvoice
/tests enable_tests
20174 wine_fn_config_makefile dlls
/dpwsockx enable_dpwsockx
20175 wine_fn_config_makefile dlls
/drmclien enable_drmclien
20176 wine_fn_config_makefile dlls
/dsound enable_dsound
20177 wine_fn_config_makefile dlls
/dsound
/tests enable_tests
20178 wine_fn_config_makefile dlls
/dsquery enable_dsquery
20179 wine_fn_config_makefile dlls
/dssenh enable_dssenh
20180 wine_fn_config_makefile dlls
/dssenh
/tests enable_tests
20181 wine_fn_config_makefile dlls
/dswave enable_dswave
20182 wine_fn_config_makefile dlls
/dswave
/tests enable_tests
20183 wine_fn_config_makefile dlls
/dwmapi enable_dwmapi
20184 wine_fn_config_makefile dlls
/dwrite enable_dwrite
20185 wine_fn_config_makefile dlls
/dwrite
/tests enable_tests
20186 wine_fn_config_makefile dlls
/dx8vb enable_dx8vb
20187 wine_fn_config_makefile dlls
/dxdiagn enable_dxdiagn
20188 wine_fn_config_makefile dlls
/dxdiagn
/tests enable_tests
20189 wine_fn_config_makefile dlls
/dxerr8 enable_dxerr8
20190 wine_fn_config_makefile dlls
/dxerr9 enable_dxerr9
20191 wine_fn_config_makefile dlls
/dxgi enable_dxgi
20192 wine_fn_config_makefile dlls
/dxgi
/tests enable_tests
20193 wine_fn_config_makefile dlls
/dxguid enable_dxguid
20194 wine_fn_config_makefile dlls
/dxva2 enable_dxva2
20195 wine_fn_config_makefile dlls
/esent enable_esent
20196 wine_fn_config_makefile dlls
/evr enable_evr
20197 wine_fn_config_makefile dlls
/evr
/tests enable_tests
20198 wine_fn_config_makefile dlls
/explorerframe enable_explorerframe
20199 wine_fn_config_makefile dlls
/explorerframe
/tests enable_tests
20200 wine_fn_config_makefile dlls
/ext-ms-win-authz-context-l1-1-0 enable_ext_ms_win_authz_context_l1_1_0
20201 wine_fn_config_makefile dlls
/ext-ms-win-domainjoin-netjoin-l1-1-0 enable_ext_ms_win_domainjoin_netjoin_l1_1_0
20202 wine_fn_config_makefile dlls
/ext-ms-win-dwmapi-ext-l1-1-0 enable_ext_ms_win_dwmapi_ext_l1_1_0
20203 wine_fn_config_makefile dlls
/ext-ms-win-gdi-dc-create-l1-1-0 enable_ext_ms_win_gdi_dc_create_l1_1_0
20204 wine_fn_config_makefile dlls
/ext-ms-win-gdi-dc-create-l1-1-1 enable_ext_ms_win_gdi_dc_create_l1_1_1
20205 wine_fn_config_makefile dlls
/ext-ms-win-gdi-dc-l1-2-0 enable_ext_ms_win_gdi_dc_l1_2_0
20206 wine_fn_config_makefile dlls
/ext-ms-win-gdi-devcaps-l1-1-0 enable_ext_ms_win_gdi_devcaps_l1_1_0
20207 wine_fn_config_makefile dlls
/ext-ms-win-gdi-draw-l1-1-0 enable_ext_ms_win_gdi_draw_l1_1_0
20208 wine_fn_config_makefile dlls
/ext-ms-win-gdi-draw-l1-1-1 enable_ext_ms_win_gdi_draw_l1_1_1
20209 wine_fn_config_makefile dlls
/ext-ms-win-gdi-font-l1-1-0 enable_ext_ms_win_gdi_font_l1_1_0
20210 wine_fn_config_makefile dlls
/ext-ms-win-gdi-font-l1-1-1 enable_ext_ms_win_gdi_font_l1_1_1
20211 wine_fn_config_makefile dlls
/ext-ms-win-gdi-render-l1-1-0 enable_ext_ms_win_gdi_render_l1_1_0
20212 wine_fn_config_makefile dlls
/ext-ms-win-kernel32-package-current-l1-1-0 enable_ext_ms_win_kernel32_package_current_l1_1_0
20213 wine_fn_config_makefile dlls
/ext-ms-win-kernel32-package-l1-1-1 enable_ext_ms_win_kernel32_package_l1_1_1
20214 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-dialogbox-l1-1-0 enable_ext_ms_win_ntuser_dialogbox_l1_1_0
20215 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-draw-l1-1-0 enable_ext_ms_win_ntuser_draw_l1_1_0
20216 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-gui-l1-1-0 enable_ext_ms_win_ntuser_gui_l1_1_0
20217 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-gui-l1-3-0 enable_ext_ms_win_ntuser_gui_l1_3_0
20218 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-keyboard-l1-3-0 enable_ext_ms_win_ntuser_keyboard_l1_3_0
20219 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-message-l1-1-0 enable_ext_ms_win_ntuser_message_l1_1_0
20220 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-message-l1-1-1 enable_ext_ms_win_ntuser_message_l1_1_1
20221 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-misc-l1-1-0 enable_ext_ms_win_ntuser_misc_l1_1_0
20222 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-misc-l1-2-0 enable_ext_ms_win_ntuser_misc_l1_2_0
20223 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-misc-l1-5-1 enable_ext_ms_win_ntuser_misc_l1_5_1
20224 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-mouse-l1-1-0 enable_ext_ms_win_ntuser_mouse_l1_1_0
20225 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-private-l1-1-1 enable_ext_ms_win_ntuser_private_l1_1_1
20226 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-private-l1-3-1 enable_ext_ms_win_ntuser_private_l1_3_1
20227 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-rectangle-ext-l1-1-0 enable_ext_ms_win_ntuser_rectangle_ext_l1_1_0
20228 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-uicontext-ext-l1-1-0 enable_ext_ms_win_ntuser_uicontext_ext_l1_1_0
20229 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-window-l1-1-0 enable_ext_ms_win_ntuser_window_l1_1_0
20230 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-window-l1-1-1 enable_ext_ms_win_ntuser_window_l1_1_1
20231 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-window-l1-1-4 enable_ext_ms_win_ntuser_window_l1_1_4
20232 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-windowclass-l1-1-0 enable_ext_ms_win_ntuser_windowclass_l1_1_0
20233 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-windowclass-l1-1-1 enable_ext_ms_win_ntuser_windowclass_l1_1_1
20234 wine_fn_config_makefile dlls
/ext-ms-win-oleacc-l1-1-0 enable_ext_ms_win_oleacc_l1_1_0
20235 wine_fn_config_makefile dlls
/ext-ms-win-ras-rasapi32-l1-1-0 enable_ext_ms_win_ras_rasapi32_l1_1_0
20236 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-gdi-devcaps-l1-1-0 enable_ext_ms_win_rtcore_gdi_devcaps_l1_1_0
20237 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-gdi-object-l1-1-0 enable_ext_ms_win_rtcore_gdi_object_l1_1_0
20238 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-gdi-rgn-l1-1-0 enable_ext_ms_win_rtcore_gdi_rgn_l1_1_0
20239 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-ntuser-cursor-l1-1-0 enable_ext_ms_win_rtcore_ntuser_cursor_l1_1_0
20240 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
20241 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-ntuser-dpi-l1-1-0 enable_ext_ms_win_rtcore_ntuser_dpi_l1_1_0
20242 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-ntuser-dpi-l1-2-0 enable_ext_ms_win_rtcore_ntuser_dpi_l1_2_0
20243 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-ntuser-rawinput-l1-1-0 enable_ext_ms_win_rtcore_ntuser_rawinput_l1_1_0
20244 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-ntuser-syscolors-l1-1-0 enable_ext_ms_win_rtcore_ntuser_syscolors_l1_1_0
20245 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-ntuser-sysparams-l1-1-0 enable_ext_ms_win_rtcore_ntuser_sysparams_l1_1_0
20246 wine_fn_config_makefile dlls
/ext-ms-win-security-credui-l1-1-0 enable_ext_ms_win_security_credui_l1_1_0
20247 wine_fn_config_makefile dlls
/ext-ms-win-security-cryptui-l1-1-0 enable_ext_ms_win_security_cryptui_l1_1_0
20248 wine_fn_config_makefile dlls
/ext-ms-win-shell-comctl32-init-l1-1-0 enable_ext_ms_win_shell_comctl32_init_l1_1_0
20249 wine_fn_config_makefile dlls
/ext-ms-win-shell-comdlg32-l1-1-0 enable_ext_ms_win_shell_comdlg32_l1_1_0
20250 wine_fn_config_makefile dlls
/ext-ms-win-shell-shell32-l1-2-0 enable_ext_ms_win_shell_shell32_l1_2_0
20251 wine_fn_config_makefile dlls
/ext-ms-win-uxtheme-themes-l1-1-0 enable_ext_ms_win_uxtheme_themes_l1_1_0
20252 wine_fn_config_makefile dlls
/faultrep enable_faultrep
20253 wine_fn_config_makefile dlls
/faultrep
/tests enable_tests
20254 wine_fn_config_makefile dlls
/feclient enable_feclient
20255 wine_fn_config_makefile dlls
/fltlib enable_fltlib
20256 wine_fn_config_makefile dlls
/fltmgr.sys enable_fltmgr_sys
20257 wine_fn_config_makefile dlls
/fntcache enable_fntcache
20258 wine_fn_config_makefile dlls
/fontsub enable_fontsub
20259 wine_fn_config_makefile dlls
/fusion enable_fusion
20260 wine_fn_config_makefile dlls
/fusion
/tests enable_tests
20261 wine_fn_config_makefile dlls
/fwpuclnt enable_fwpuclnt
20262 wine_fn_config_makefile dlls
/gameux enable_gameux
20263 wine_fn_config_makefile dlls
/gameux
/tests enable_tests
20264 wine_fn_config_makefile dlls
/gdi.exe16 enable_win16
20265 wine_fn_config_makefile dlls
/gdi32 enable_gdi32
20266 wine_fn_config_makefile dlls
/gdi32
/tests enable_tests
20267 wine_fn_config_makefile dlls
/gdiplus enable_gdiplus
20268 wine_fn_config_makefile dlls
/gdiplus
/tests enable_tests
20269 wine_fn_config_makefile dlls
/glu32 enable_glu32
20270 wine_fn_config_makefile dlls
/gphoto2.ds enable_gphoto2_ds
20271 wine_fn_config_makefile dlls
/gpkcsp enable_gpkcsp
20272 wine_fn_config_makefile dlls
/hal enable_hal
20273 wine_fn_config_makefile dlls
/hhctrl.ocx enable_hhctrl_ocx
20274 wine_fn_config_makefile dlls
/hid enable_hid
20275 wine_fn_config_makefile dlls
/hid
/tests enable_tests
20276 wine_fn_config_makefile dlls
/hidclass.sys enable_hidclass_sys
20277 wine_fn_config_makefile dlls
/hlink enable_hlink
20278 wine_fn_config_makefile dlls
/hlink
/tests enable_tests
20279 wine_fn_config_makefile dlls
/hnetcfg enable_hnetcfg
20280 wine_fn_config_makefile dlls
/hnetcfg
/tests enable_tests
20281 wine_fn_config_makefile dlls
/httpapi enable_httpapi
20282 wine_fn_config_makefile dlls
/httpapi
/tests enable_tests
20283 wine_fn_config_makefile dlls
/iccvid enable_iccvid
20284 wine_fn_config_makefile dlls
/icmp enable_icmp
20285 wine_fn_config_makefile dlls
/ieframe enable_ieframe
20286 wine_fn_config_makefile dlls
/ieframe
/tests enable_tests
20287 wine_fn_config_makefile dlls
/ieproxy enable_ieproxy
20288 wine_fn_config_makefile dlls
/ifsmgr.vxd enable_win16
20289 wine_fn_config_makefile dlls
/imaadp32.acm enable_imaadp32_acm
20290 wine_fn_config_makefile dlls
/imagehlp enable_imagehlp
20291 wine_fn_config_makefile dlls
/imagehlp
/tests enable_tests
20292 wine_fn_config_makefile dlls
/imm.dll16 enable_win16
20293 wine_fn_config_makefile dlls
/imm32 enable_imm32
20294 wine_fn_config_makefile dlls
/imm32
/tests enable_tests
20295 wine_fn_config_makefile dlls
/inetcomm enable_inetcomm
20296 wine_fn_config_makefile dlls
/inetcomm
/tests enable_tests
20297 wine_fn_config_makefile dlls
/inetcpl.cpl enable_inetcpl_cpl
20298 wine_fn_config_makefile dlls
/inetmib1 enable_inetmib1
20299 wine_fn_config_makefile dlls
/inetmib
1/tests enable_tests
20300 wine_fn_config_makefile dlls
/infosoft enable_infosoft
20301 wine_fn_config_makefile dlls
/infosoft
/tests enable_tests
20302 wine_fn_config_makefile dlls
/initpki enable_initpki
20303 wine_fn_config_makefile dlls
/inkobj enable_inkobj
20304 wine_fn_config_makefile dlls
/inseng enable_inseng
20305 wine_fn_config_makefile dlls
/iphlpapi enable_iphlpapi
20306 wine_fn_config_makefile dlls
/iphlpapi
/tests enable_tests
20307 wine_fn_config_makefile dlls
/iprop enable_iprop
20308 wine_fn_config_makefile dlls
/irprops.cpl enable_irprops_cpl
20309 wine_fn_config_makefile dlls
/itircl enable_itircl
20310 wine_fn_config_makefile dlls
/itss enable_itss
20311 wine_fn_config_makefile dlls
/itss
/tests enable_tests
20312 wine_fn_config_makefile dlls
/joy.cpl enable_joy_cpl
20313 wine_fn_config_makefile dlls
/jscript enable_jscript
20314 wine_fn_config_makefile dlls
/jscript
/tests enable_tests
20315 wine_fn_config_makefile dlls
/jsproxy enable_jsproxy
20316 wine_fn_config_makefile dlls
/jsproxy
/tests enable_tests
20317 wine_fn_config_makefile dlls
/kerberos enable_kerberos
20318 wine_fn_config_makefile dlls
/kernel32 enable_kernel32
20319 wine_fn_config_makefile dlls
/kernel32
/tests enable_tests
20320 wine_fn_config_makefile dlls
/kernelbase enable_kernelbase
20321 wine_fn_config_makefile dlls
/kernelbase
/tests enable_tests
20322 wine_fn_config_makefile dlls
/keyboard.drv16 enable_win16
20323 wine_fn_config_makefile dlls
/krnl386.exe16 enable_win16
20324 wine_fn_config_makefile dlls
/ksecdd.sys enable_ksecdd_sys
20325 wine_fn_config_makefile dlls
/ksuser enable_ksuser
20326 wine_fn_config_makefile dlls
/ktmw32 enable_ktmw32
20327 wine_fn_config_makefile dlls
/l3codeca.acm enable_l3codeca_acm
20328 wine_fn_config_makefile dlls
/loadperf enable_loadperf
20329 wine_fn_config_makefile dlls
/localspl enable_localspl
20330 wine_fn_config_makefile dlls
/localspl
/tests enable_tests
20331 wine_fn_config_makefile dlls
/localui enable_localui
20332 wine_fn_config_makefile dlls
/localui
/tests enable_tests
20333 wine_fn_config_makefile dlls
/lz32 enable_lz32
20334 wine_fn_config_makefile dlls
/lz32
/tests enable_tests
20335 wine_fn_config_makefile dlls
/lzexpand.dll16 enable_win16
20336 wine_fn_config_makefile dlls
/mapi32 enable_mapi32
20337 wine_fn_config_makefile dlls
/mapi32
/tests enable_tests
20338 wine_fn_config_makefile dlls
/mapistub enable_mapistub
20339 wine_fn_config_makefile dlls
/mciavi32 enable_mciavi32
20340 wine_fn_config_makefile dlls
/mcicda enable_mcicda
20341 wine_fn_config_makefile dlls
/mciqtz32 enable_mciqtz32
20342 wine_fn_config_makefile dlls
/mciseq enable_mciseq
20343 wine_fn_config_makefile dlls
/mciwave enable_mciwave
20344 wine_fn_config_makefile dlls
/mf enable_mf
20345 wine_fn_config_makefile dlls
/mf
/tests enable_tests
20346 wine_fn_config_makefile dlls
/mf3216 enable_mf3216
20347 wine_fn_config_makefile dlls
/mferror enable_mferror
20348 wine_fn_config_makefile dlls
/mfplat enable_mfplat
20349 wine_fn_config_makefile dlls
/mfplat
/tests enable_tests
20350 wine_fn_config_makefile dlls
/mfplay enable_mfplay
20351 wine_fn_config_makefile dlls
/mfreadwrite enable_mfreadwrite
20352 wine_fn_config_makefile dlls
/mfreadwrite
/tests enable_tests
20353 wine_fn_config_makefile dlls
/mfuuid enable_mfuuid
20354 wine_fn_config_makefile dlls
/mgmtapi enable_mgmtapi
20355 wine_fn_config_makefile dlls
/midimap enable_midimap
20356 wine_fn_config_makefile dlls
/mlang enable_mlang
20357 wine_fn_config_makefile dlls
/mlang
/tests enable_tests
20358 wine_fn_config_makefile dlls
/mmcndmgr enable_mmcndmgr
20359 wine_fn_config_makefile dlls
/mmcndmgr
/tests enable_tests
20360 wine_fn_config_makefile dlls
/mmdevapi enable_mmdevapi
20361 wine_fn_config_makefile dlls
/mmdevapi
/tests enable_tests
20362 wine_fn_config_makefile dlls
/mmdevldr.vxd enable_win16
20363 wine_fn_config_makefile dlls
/mmsystem.dll16 enable_win16
20364 wine_fn_config_makefile dlls
/monodebg.vxd enable_win16
20365 wine_fn_config_makefile dlls
/mountmgr.sys enable_mountmgr_sys
20366 wine_fn_config_makefile dlls
/mouse.drv16 enable_win16
20367 wine_fn_config_makefile dlls
/mp3dmod enable_mp3dmod
20368 wine_fn_config_makefile dlls
/mp3dmod
/tests enable_tests
20369 wine_fn_config_makefile dlls
/mpr enable_mpr
20370 wine_fn_config_makefile dlls
/mpr
/tests enable_tests
20371 wine_fn_config_makefile dlls
/mprapi enable_mprapi
20372 wine_fn_config_makefile dlls
/msacm.dll16 enable_win16
20373 wine_fn_config_makefile dlls
/msacm32.drv enable_msacm32_drv
20374 wine_fn_config_makefile dlls
/msacm32 enable_msacm32
20375 wine_fn_config_makefile dlls
/msacm32
/tests enable_tests
20376 wine_fn_config_makefile dlls
/msadp32.acm enable_msadp32_acm
20377 wine_fn_config_makefile dlls
/msasn1 enable_msasn1
20378 wine_fn_config_makefile dlls
/mscat32 enable_mscat32
20379 wine_fn_config_makefile dlls
/mscms enable_mscms
20380 wine_fn_config_makefile dlls
/mscms
/tests enable_tests
20381 wine_fn_config_makefile dlls
/mscoree enable_mscoree
20382 wine_fn_config_makefile dlls
/mscoree
/tests enable_tests
20383 wine_fn_config_makefile dlls
/msctf enable_msctf
20384 wine_fn_config_makefile dlls
/msctf
/tests enable_tests
20385 wine_fn_config_makefile dlls
/msctfp enable_msctfp
20386 wine_fn_config_makefile dlls
/msdaps enable_msdaps
20387 wine_fn_config_makefile dlls
/msdelta enable_msdelta
20388 wine_fn_config_makefile dlls
/msdmo enable_msdmo
20389 wine_fn_config_makefile dlls
/msdmo
/tests enable_tests
20390 wine_fn_config_makefile dlls
/msdrm enable_msdrm
20391 wine_fn_config_makefile dlls
/msftedit enable_msftedit
20392 wine_fn_config_makefile dlls
/msftedit
/tests enable_tests
20393 wine_fn_config_makefile dlls
/msg711.acm enable_msg711_acm
20394 wine_fn_config_makefile dlls
/msgsm32.acm enable_msgsm32_acm
20395 wine_fn_config_makefile dlls
/mshtml.tlb enable_mshtml_tlb
20396 wine_fn_config_makefile dlls
/mshtml enable_mshtml
20397 wine_fn_config_makefile dlls
/mshtml
/tests enable_tests
20398 wine_fn_config_makefile dlls
/msi enable_msi
20399 wine_fn_config_makefile dlls
/msi
/tests enable_tests
20400 wine_fn_config_makefile dlls
/msident enable_msident
20401 wine_fn_config_makefile dlls
/msimg32 enable_msimg32
20402 wine_fn_config_makefile dlls
/msimsg enable_msimsg
20403 wine_fn_config_makefile dlls
/msimtf enable_msimtf
20404 wine_fn_config_makefile dlls
/msisip enable_msisip
20405 wine_fn_config_makefile dlls
/msisys.ocx enable_msisys_ocx
20406 wine_fn_config_makefile dlls
/msls31 enable_msls31
20407 wine_fn_config_makefile dlls
/msnet32 enable_msnet32
20408 wine_fn_config_makefile dlls
/mspatcha enable_mspatcha
20409 wine_fn_config_makefile dlls
/mspatcha
/tests enable_tests
20410 wine_fn_config_makefile dlls
/msports enable_msports
20411 wine_fn_config_makefile dlls
/msrle32 enable_msrle32
20412 wine_fn_config_makefile dlls
/msrle32
/tests enable_tests
20413 wine_fn_config_makefile dlls
/msscript.ocx enable_msscript_ocx
20414 wine_fn_config_makefile dlls
/msscript.ocx
/tests enable_tests
20415 wine_fn_config_makefile dlls
/mssign32 enable_mssign32
20416 wine_fn_config_makefile dlls
/mssip32 enable_mssip32
20417 wine_fn_config_makefile dlls
/mstask enable_mstask
20418 wine_fn_config_makefile dlls
/mstask
/tests enable_tests
20419 wine_fn_config_makefile dlls
/msvcirt enable_msvcirt
20420 wine_fn_config_makefile dlls
/msvcirt
/tests enable_tests
20421 wine_fn_config_makefile dlls
/msvcm80 enable_msvcm80
20422 wine_fn_config_makefile dlls
/msvcm90 enable_msvcm90
20423 wine_fn_config_makefile dlls
/msvcp100 enable_msvcp100
20424 wine_fn_config_makefile dlls
/msvcp100
/tests enable_tests
20425 wine_fn_config_makefile dlls
/msvcp110 enable_msvcp110
20426 wine_fn_config_makefile dlls
/msvcp110
/tests enable_tests
20427 wine_fn_config_makefile dlls
/msvcp120 enable_msvcp120
20428 wine_fn_config_makefile dlls
/msvcp120
/tests enable_tests
20429 wine_fn_config_makefile dlls
/msvcp120_app enable_msvcp120_app
20430 wine_fn_config_makefile dlls
/msvcp140 enable_msvcp140
20431 wine_fn_config_makefile dlls
/msvcp140
/tests enable_tests
20432 wine_fn_config_makefile dlls
/msvcp60 enable_msvcp60
20433 wine_fn_config_makefile dlls
/msvcp60
/tests enable_tests
20434 wine_fn_config_makefile dlls
/msvcp70 enable_msvcp70
20435 wine_fn_config_makefile dlls
/msvcp71 enable_msvcp71
20436 wine_fn_config_makefile dlls
/msvcp80 enable_msvcp80
20437 wine_fn_config_makefile dlls
/msvcp90 enable_msvcp90
20438 wine_fn_config_makefile dlls
/msvcp90
/tests enable_tests
20439 wine_fn_config_makefile dlls
/msvcr100 enable_msvcr100
20440 wine_fn_config_makefile dlls
/msvcr100
/tests enable_tests
20441 wine_fn_config_makefile dlls
/msvcr110 enable_msvcr110
20442 wine_fn_config_makefile dlls
/msvcr110
/tests enable_tests
20443 wine_fn_config_makefile dlls
/msvcr120 enable_msvcr120
20444 wine_fn_config_makefile dlls
/msvcr120
/tests enable_tests
20445 wine_fn_config_makefile dlls
/msvcr120_app enable_msvcr120_app
20446 wine_fn_config_makefile dlls
/msvcr70 enable_msvcr70
20447 wine_fn_config_makefile dlls
/msvcr71 enable_msvcr71
20448 wine_fn_config_makefile dlls
/msvcr80 enable_msvcr80
20449 wine_fn_config_makefile dlls
/msvcr90 enable_msvcr90
20450 wine_fn_config_makefile dlls
/msvcr90
/tests enable_tests
20451 wine_fn_config_makefile dlls
/msvcrt enable_msvcrt
20452 wine_fn_config_makefile dlls
/msvcrt
/tests enable_tests
20453 wine_fn_config_makefile dlls
/msvcrt20 enable_msvcrt20
20454 wine_fn_config_makefile dlls
/msvcrt40 enable_msvcrt40
20455 wine_fn_config_makefile dlls
/msvcrtd enable_msvcrtd
20456 wine_fn_config_makefile dlls
/msvcrtd
/tests enable_tests
20457 wine_fn_config_makefile dlls
/msvfw32 enable_msvfw32
20458 wine_fn_config_makefile dlls
/msvfw32
/tests enable_tests
20459 wine_fn_config_makefile dlls
/msvidc32 enable_msvidc32
20460 wine_fn_config_makefile dlls
/msvideo.dll16 enable_win16
20461 wine_fn_config_makefile dlls
/mswsock enable_mswsock
20462 wine_fn_config_makefile dlls
/msxml enable_msxml
20463 wine_fn_config_makefile dlls
/msxml2 enable_msxml2
20464 wine_fn_config_makefile dlls
/msxml3 enable_msxml3
20465 wine_fn_config_makefile dlls
/msxml
3/tests enable_tests
20466 wine_fn_config_makefile dlls
/msxml4 enable_msxml4
20467 wine_fn_config_makefile dlls
/msxml6 enable_msxml6
20468 wine_fn_config_makefile dlls
/mtxdm enable_mtxdm
20469 wine_fn_config_makefile dlls
/ncrypt enable_ncrypt
20470 wine_fn_config_makefile dlls
/nddeapi enable_nddeapi
20471 wine_fn_config_makefile dlls
/ndis.sys enable_ndis_sys
20472 wine_fn_config_makefile dlls
/netapi32 enable_netapi32
20473 wine_fn_config_makefile dlls
/netapi32
/tests enable_tests
20474 wine_fn_config_makefile dlls
/netcfgx enable_netcfgx
20475 wine_fn_config_makefile dlls
/netcfgx
/tests enable_tests
20476 wine_fn_config_makefile dlls
/netprofm enable_netprofm
20477 wine_fn_config_makefile dlls
/netprofm
/tests enable_tests
20478 wine_fn_config_makefile dlls
/newdev enable_newdev
20479 wine_fn_config_makefile dlls
/ninput enable_ninput
20480 wine_fn_config_makefile dlls
/ninput
/tests enable_tests
20481 wine_fn_config_makefile dlls
/normaliz enable_normaliz
20482 wine_fn_config_makefile dlls
/npmshtml enable_npmshtml
20483 wine_fn_config_makefile dlls
/npptools enable_npptools
20484 wine_fn_config_makefile dlls
/ntdll enable_ntdll
20485 wine_fn_config_makefile dlls
/ntdll
/tests enable_tests
20486 wine_fn_config_makefile dlls
/ntdsapi enable_ntdsapi
20487 wine_fn_config_makefile dlls
/ntdsapi
/tests enable_tests
20488 wine_fn_config_makefile dlls
/ntoskrnl.exe enable_ntoskrnl_exe
20489 wine_fn_config_makefile dlls
/ntoskrnl.exe
/tests enable_tests
20490 wine_fn_config_makefile dlls
/ntprint enable_ntprint
20491 wine_fn_config_makefile dlls
/ntprint
/tests enable_tests
20492 wine_fn_config_makefile dlls
/objsel enable_objsel
20493 wine_fn_config_makefile dlls
/odbc32 enable_odbc32
20494 wine_fn_config_makefile dlls
/odbccp32 enable_odbccp32
20495 wine_fn_config_makefile dlls
/odbccp32
/tests enable_tests
20496 wine_fn_config_makefile dlls
/odbccu32 enable_odbccu32
20497 wine_fn_config_makefile dlls
/ole2.dll16 enable_win16
20498 wine_fn_config_makefile dlls
/ole2conv.dll16 enable_win16
20499 wine_fn_config_makefile dlls
/ole2disp.dll16 enable_win16
20500 wine_fn_config_makefile dlls
/ole2nls.dll16 enable_win16
20501 wine_fn_config_makefile dlls
/ole2prox.dll16 enable_win16
20502 wine_fn_config_makefile dlls
/ole2thk.dll16 enable_win16
20503 wine_fn_config_makefile dlls
/ole32 enable_ole32
20504 wine_fn_config_makefile dlls
/ole32
/tests enable_tests
20505 wine_fn_config_makefile dlls
/oleacc enable_oleacc
20506 wine_fn_config_makefile dlls
/oleacc
/tests enable_tests
20507 wine_fn_config_makefile dlls
/oleaut32 enable_oleaut32
20508 wine_fn_config_makefile dlls
/oleaut32
/tests enable_tests
20509 wine_fn_config_makefile dlls
/olecli.dll16 enable_win16
20510 wine_fn_config_makefile dlls
/olecli32 enable_olecli32
20511 wine_fn_config_makefile dlls
/oledb32 enable_oledb32
20512 wine_fn_config_makefile dlls
/oledb32
/tests enable_tests
20513 wine_fn_config_makefile dlls
/oledlg enable_oledlg
20514 wine_fn_config_makefile dlls
/oledlg
/tests enable_tests
20515 wine_fn_config_makefile dlls
/olepro32 enable_olepro32
20516 wine_fn_config_makefile dlls
/olesvr.dll16 enable_win16
20517 wine_fn_config_makefile dlls
/olesvr32 enable_olesvr32
20518 wine_fn_config_makefile dlls
/olethk32 enable_olethk32
20519 wine_fn_config_makefile dlls
/opcservices enable_opcservices
20520 wine_fn_config_makefile dlls
/opcservices
/tests enable_tests
20521 wine_fn_config_makefile dlls
/openal32 enable_openal32
20522 wine_fn_config_makefile dlls
/opencl enable_opencl
20523 wine_fn_config_makefile dlls
/opengl32 enable_opengl32
20524 wine_fn_config_makefile dlls
/opengl32
/tests enable_tests
20525 wine_fn_config_makefile dlls
/packager enable_packager
20526 wine_fn_config_makefile dlls
/packager
/tests enable_tests
20527 wine_fn_config_makefile dlls
/pdh enable_pdh
20528 wine_fn_config_makefile dlls
/pdh
/tests enable_tests
20529 wine_fn_config_makefile dlls
/photometadatahandler enable_photometadatahandler
20530 wine_fn_config_makefile dlls
/pidgen enable_pidgen
20531 wine_fn_config_makefile dlls
/powrprof enable_powrprof
20532 wine_fn_config_makefile dlls
/printui enable_printui
20533 wine_fn_config_makefile dlls
/prntvpt enable_prntvpt
20534 wine_fn_config_makefile dlls
/propsys enable_propsys
20535 wine_fn_config_makefile dlls
/propsys
/tests enable_tests
20536 wine_fn_config_makefile dlls
/psapi enable_psapi
20537 wine_fn_config_makefile dlls
/psapi
/tests enable_tests
20538 wine_fn_config_makefile dlls
/pstorec enable_pstorec
20539 wine_fn_config_makefile dlls
/pstorec
/tests enable_tests
20540 wine_fn_config_makefile dlls
/qcap enable_qcap
20541 wine_fn_config_makefile dlls
/qcap
/tests enable_tests
20542 wine_fn_config_makefile dlls
/qedit enable_qedit
20543 wine_fn_config_makefile dlls
/qedit
/tests enable_tests
20544 wine_fn_config_makefile dlls
/qmgr enable_qmgr
20545 wine_fn_config_makefile dlls
/qmgr
/tests enable_tests
20546 wine_fn_config_makefile dlls
/qmgrprxy enable_qmgrprxy
20547 wine_fn_config_makefile dlls
/quartz enable_quartz
20548 wine_fn_config_makefile dlls
/quartz
/tests enable_tests
20549 wine_fn_config_makefile dlls
/query enable_query
20550 wine_fn_config_makefile dlls
/qwave enable_qwave
20551 wine_fn_config_makefile dlls
/qwave
/tests enable_tests
20552 wine_fn_config_makefile dlls
/rasapi16.dll16 enable_win16
20553 wine_fn_config_makefile dlls
/rasapi32 enable_rasapi32
20554 wine_fn_config_makefile dlls
/rasapi32
/tests enable_tests
20555 wine_fn_config_makefile dlls
/rasdlg enable_rasdlg
20556 wine_fn_config_makefile dlls
/regapi enable_regapi
20557 wine_fn_config_makefile dlls
/resutils enable_resutils
20558 wine_fn_config_makefile dlls
/riched20 enable_riched20
20559 wine_fn_config_makefile dlls
/riched20
/tests enable_tests
20560 wine_fn_config_makefile dlls
/riched32 enable_riched32
20561 wine_fn_config_makefile dlls
/riched32
/tests enable_tests
20562 wine_fn_config_makefile dlls
/rpcrt4 enable_rpcrt4
20563 wine_fn_config_makefile dlls
/rpcrt
4/tests enable_tests
20564 wine_fn_config_makefile dlls
/rsabase enable_rsabase
20565 wine_fn_config_makefile dlls
/rsaenh enable_rsaenh
20566 wine_fn_config_makefile dlls
/rsaenh
/tests enable_tests
20567 wine_fn_config_makefile dlls
/rstrtmgr enable_rstrtmgr
20568 wine_fn_config_makefile dlls
/rtutils enable_rtutils
20569 wine_fn_config_makefile dlls
/samlib enable_samlib
20570 wine_fn_config_makefile dlls
/sane.ds enable_sane_ds
20571 wine_fn_config_makefile dlls
/sapi enable_sapi
20572 wine_fn_config_makefile dlls
/sapi
/tests enable_tests
20573 wine_fn_config_makefile dlls
/sas enable_sas
20574 wine_fn_config_makefile dlls
/scarddlg enable_scarddlg
20575 wine_fn_config_makefile dlls
/sccbase enable_sccbase
20576 wine_fn_config_makefile dlls
/schannel enable_schannel
20577 wine_fn_config_makefile dlls
/schannel
/tests enable_tests
20578 wine_fn_config_makefile dlls
/schedsvc enable_schedsvc
20579 wine_fn_config_makefile dlls
/schedsvc
/tests enable_tests
20580 wine_fn_config_makefile dlls
/scrobj enable_scrobj
20581 wine_fn_config_makefile dlls
/scrrun enable_scrrun
20582 wine_fn_config_makefile dlls
/scrrun
/tests enable_tests
20583 wine_fn_config_makefile dlls
/scsiport.sys enable_scsiport_sys
20584 wine_fn_config_makefile dlls
/secur32 enable_secur32
20585 wine_fn_config_makefile dlls
/secur32
/tests enable_tests
20586 wine_fn_config_makefile dlls
/security enable_security
20587 wine_fn_config_makefile dlls
/sensapi enable_sensapi
20588 wine_fn_config_makefile dlls
/serialui enable_serialui
20589 wine_fn_config_makefile dlls
/serialui
/tests enable_tests
20590 wine_fn_config_makefile dlls
/setupapi enable_setupapi
20591 wine_fn_config_makefile dlls
/setupapi
/tests enable_tests
20592 wine_fn_config_makefile dlls
/setupx.dll16 enable_win16
20593 wine_fn_config_makefile dlls
/sfc enable_sfc
20594 wine_fn_config_makefile dlls
/sfc_os enable_sfc_os
20595 wine_fn_config_makefile dlls
/shcore enable_shcore
20596 wine_fn_config_makefile dlls
/shcore
/tests enable_tests
20597 wine_fn_config_makefile dlls
/shdoclc enable_shdoclc
20598 wine_fn_config_makefile dlls
/shdocvw enable_shdocvw
20599 wine_fn_config_makefile dlls
/shdocvw
/tests enable_tests
20600 wine_fn_config_makefile dlls
/shell.dll16 enable_win16
20601 wine_fn_config_makefile dlls
/shell32 enable_shell32
20602 wine_fn_config_makefile dlls
/shell32
/tests enable_tests
20603 wine_fn_config_makefile dlls
/shfolder enable_shfolder
20604 wine_fn_config_makefile dlls
/shlwapi enable_shlwapi
20605 wine_fn_config_makefile dlls
/shlwapi
/tests enable_tests
20606 wine_fn_config_makefile dlls
/slbcsp enable_slbcsp
20607 wine_fn_config_makefile dlls
/slc enable_slc
20608 wine_fn_config_makefile dlls
/slc
/tests enable_tests
20609 wine_fn_config_makefile dlls
/snmpapi enable_snmpapi
20610 wine_fn_config_makefile dlls
/snmpapi
/tests enable_tests
20611 wine_fn_config_makefile dlls
/softpub enable_softpub
20612 wine_fn_config_makefile dlls
/sound.drv16 enable_win16
20613 wine_fn_config_makefile dlls
/spoolss enable_spoolss
20614 wine_fn_config_makefile dlls
/spoolss
/tests enable_tests
20615 wine_fn_config_makefile dlls
/srclient enable_srclient
20616 wine_fn_config_makefile dlls
/sspicli enable_sspicli
20617 wine_fn_config_makefile dlls
/stdole2.tlb enable_stdole2_tlb
20618 wine_fn_config_makefile dlls
/stdole32.tlb enable_stdole32_tlb
20619 wine_fn_config_makefile dlls
/sti enable_sti
20620 wine_fn_config_makefile dlls
/sti
/tests enable_tests
20621 wine_fn_config_makefile dlls
/storage.dll16 enable_win16
20622 wine_fn_config_makefile dlls
/stress.dll16 enable_win16
20623 wine_fn_config_makefile dlls
/strmbase enable_strmbase
20624 wine_fn_config_makefile dlls
/strmdll enable_strmdll
20625 wine_fn_config_makefile dlls
/strmiids enable_strmiids
20626 wine_fn_config_makefile dlls
/svrapi enable_svrapi
20627 wine_fn_config_makefile dlls
/sxs enable_sxs
20628 wine_fn_config_makefile dlls
/sxs
/tests enable_tests
20629 wine_fn_config_makefile dlls
/system.drv16 enable_win16
20630 wine_fn_config_makefile dlls
/t2embed enable_t2embed
20631 wine_fn_config_makefile dlls
/t2embed
/tests enable_tests
20632 wine_fn_config_makefile dlls
/tapi32 enable_tapi32
20633 wine_fn_config_makefile dlls
/taskschd enable_taskschd
20634 wine_fn_config_makefile dlls
/taskschd
/tests enable_tests
20635 wine_fn_config_makefile dlls
/tdh enable_tdh
20636 wine_fn_config_makefile dlls
/tdi.sys enable_tdi_sys
20637 wine_fn_config_makefile dlls
/toolhelp.dll16 enable_win16
20638 wine_fn_config_makefile dlls
/traffic enable_traffic
20639 wine_fn_config_makefile dlls
/twain.dll16 enable_win16
20640 wine_fn_config_makefile dlls
/twain_32 enable_twain_32
20641 wine_fn_config_makefile dlls
/twain_32
/tests enable_tests
20642 wine_fn_config_makefile dlls
/typelib.dll16 enable_win16
20643 wine_fn_config_makefile dlls
/tzres enable_tzres
20644 wine_fn_config_makefile dlls
/ucrtbase enable_ucrtbase
20645 wine_fn_config_makefile dlls
/ucrtbase
/tests enable_tests
20646 wine_fn_config_makefile dlls
/uianimation enable_uianimation
20647 wine_fn_config_makefile dlls
/uiautomationcore enable_uiautomationcore
20648 wine_fn_config_makefile dlls
/uiautomationcore
/tests enable_tests
20649 wine_fn_config_makefile dlls
/uiribbon enable_uiribbon
20650 wine_fn_config_makefile dlls
/unicows enable_unicows
20651 wine_fn_config_makefile dlls
/updspapi enable_updspapi
20652 wine_fn_config_makefile dlls
/url enable_url
20653 wine_fn_config_makefile dlls
/urlmon enable_urlmon
20654 wine_fn_config_makefile dlls
/urlmon
/tests enable_tests
20655 wine_fn_config_makefile dlls
/usbd.sys enable_usbd_sys
20656 wine_fn_config_makefile dlls
/user.exe16 enable_win16
20657 wine_fn_config_makefile dlls
/user32 enable_user32
20658 wine_fn_config_makefile dlls
/user32
/tests enable_tests
20659 wine_fn_config_makefile dlls
/userenv enable_userenv
20660 wine_fn_config_makefile dlls
/userenv
/tests enable_tests
20661 wine_fn_config_makefile dlls
/usp10 enable_usp10
20662 wine_fn_config_makefile dlls
/usp10
/tests enable_tests
20663 wine_fn_config_makefile dlls
/uuid enable_uuid
20664 wine_fn_config_makefile dlls
/uxtheme enable_uxtheme
20665 wine_fn_config_makefile dlls
/uxtheme
/tests enable_tests
20666 wine_fn_config_makefile dlls
/vbscript enable_vbscript
20667 wine_fn_config_makefile dlls
/vbscript
/tests enable_tests
20668 wine_fn_config_makefile dlls
/vcomp enable_vcomp
20669 wine_fn_config_makefile dlls
/vcomp
/tests enable_tests
20670 wine_fn_config_makefile dlls
/vcomp100 enable_vcomp100
20671 wine_fn_config_makefile dlls
/vcomp110 enable_vcomp110
20672 wine_fn_config_makefile dlls
/vcomp120 enable_vcomp120
20673 wine_fn_config_makefile dlls
/vcomp140 enable_vcomp140
20674 wine_fn_config_makefile dlls
/vcomp90 enable_vcomp90
20675 wine_fn_config_makefile dlls
/vcruntime140 enable_vcruntime140
20676 wine_fn_config_makefile dlls
/vdhcp.vxd enable_win16
20677 wine_fn_config_makefile dlls
/vdmdbg enable_vdmdbg
20678 wine_fn_config_makefile dlls
/ver.dll16 enable_win16
20679 wine_fn_config_makefile dlls
/version enable_version
20680 wine_fn_config_makefile dlls
/version
/tests enable_tests
20681 wine_fn_config_makefile dlls
/virtdisk enable_virtdisk
20682 wine_fn_config_makefile dlls
/virtdisk
/tests enable_tests
20683 wine_fn_config_makefile dlls
/vmm.vxd enable_win16
20684 wine_fn_config_makefile dlls
/vnbt.vxd enable_win16
20685 wine_fn_config_makefile dlls
/vnetbios.vxd enable_win16
20686 wine_fn_config_makefile dlls
/vssapi enable_vssapi
20687 wine_fn_config_makefile dlls
/vtdapi.vxd enable_win16
20688 wine_fn_config_makefile dlls
/vulkan-1 enable_vulkan_1
20689 wine_fn_config_makefile dlls
/vulkan-
1/tests enable_tests
20690 wine_fn_config_makefile dlls
/vwin32.vxd enable_win16
20691 wine_fn_config_makefile dlls
/w32skrnl enable_win16
20692 wine_fn_config_makefile dlls
/w32sys.dll16 enable_win16
20693 wine_fn_config_makefile dlls
/wbemdisp enable_wbemdisp
20694 wine_fn_config_makefile dlls
/wbemdisp
/tests enable_tests
20695 wine_fn_config_makefile dlls
/wbemprox enable_wbemprox
20696 wine_fn_config_makefile dlls
/wbemprox
/tests enable_tests
20697 wine_fn_config_makefile dlls
/wdscore enable_wdscore
20698 wine_fn_config_makefile dlls
/webservices enable_webservices
20699 wine_fn_config_makefile dlls
/webservices
/tests enable_tests
20700 wine_fn_config_makefile dlls
/wer enable_wer
20701 wine_fn_config_makefile dlls
/wer
/tests enable_tests
20702 wine_fn_config_makefile dlls
/wevtapi enable_wevtapi
20703 wine_fn_config_makefile dlls
/wiaservc enable_wiaservc
20704 wine_fn_config_makefile dlls
/wiaservc
/tests enable_tests
20705 wine_fn_config_makefile dlls
/wimgapi enable_wimgapi
20706 wine_fn_config_makefile dlls
/win32s16.dll16 enable_win16
20707 wine_fn_config_makefile dlls
/win87em.dll16 enable_win16
20708 wine_fn_config_makefile dlls
/winaspi.dll16 enable_win16
20709 wine_fn_config_makefile dlls
/windebug.dll16 enable_win16
20710 wine_fn_config_makefile dlls
/windowscodecs enable_windowscodecs
20711 wine_fn_config_makefile dlls
/windowscodecs
/tests enable_tests
20712 wine_fn_config_makefile dlls
/windowscodecsext enable_windowscodecsext
20713 wine_fn_config_makefile dlls
/windowscodecsext
/tests enable_tests
20714 wine_fn_config_makefile dlls
/winealsa.drv enable_winealsa_drv
20715 wine_fn_config_makefile dlls
/wineandroid.drv enable_wineandroid_drv
20716 wine_fn_config_makefile dlls
/winebus.sys enable_winebus_sys
20717 wine_fn_config_makefile dlls
/winecoreaudio.drv enable_winecoreaudio_drv
20718 wine_fn_config_makefile dlls
/winecrt0 enable_winecrt0
20719 wine_fn_config_makefile dlls
/wined3d enable_wined3d
20720 wine_fn_config_makefile dlls
/winegstreamer enable_winegstreamer
20721 wine_fn_config_makefile dlls
/winehid.sys enable_winehid_sys
20722 wine_fn_config_makefile dlls
/winejoystick.drv enable_winejoystick_drv
20723 wine_fn_config_makefile dlls
/winemac.drv enable_winemac_drv
20724 wine_fn_config_makefile dlls
/winemapi enable_winemapi
20725 wine_fn_config_makefile dlls
/wineoss.drv enable_wineoss_drv
20726 wine_fn_config_makefile dlls
/wineps.drv enable_wineps_drv
20727 wine_fn_config_makefile dlls
/wineps16.drv16 enable_win16
20728 wine_fn_config_makefile dlls
/winepulse.drv enable_winepulse_drv
20729 wine_fn_config_makefile dlls
/wineqtdecoder enable_wineqtdecoder
20730 wine_fn_config_makefile dlls
/winevulkan enable_winevulkan
20731 wine_fn_config_makefile dlls
/winex11.drv enable_winex11_drv
20732 wine_fn_config_makefile dlls
/wing.dll16 enable_win16
20733 wine_fn_config_makefile dlls
/wing32 enable_wing32
20734 wine_fn_config_makefile dlls
/winhttp enable_winhttp
20735 wine_fn_config_makefile dlls
/winhttp
/tests enable_tests
20736 wine_fn_config_makefile dlls
/wininet enable_wininet
20737 wine_fn_config_makefile dlls
/wininet
/tests enable_tests
20738 wine_fn_config_makefile dlls
/winmm enable_winmm
20739 wine_fn_config_makefile dlls
/winmm
/tests enable_tests
20740 wine_fn_config_makefile dlls
/winnls.dll16 enable_win16
20741 wine_fn_config_makefile dlls
/winnls32 enable_winnls32
20742 wine_fn_config_makefile dlls
/winscard enable_winscard
20743 wine_fn_config_makefile dlls
/winsock.dll16 enable_win16
20744 wine_fn_config_makefile dlls
/winspool.drv enable_winspool_drv
20745 wine_fn_config_makefile dlls
/winspool.drv
/tests enable_tests
20746 wine_fn_config_makefile dlls
/winsta enable_winsta
20747 wine_fn_config_makefile dlls
/wintab.dll16 enable_win16
20748 wine_fn_config_makefile dlls
/wintab32 enable_wintab32
20749 wine_fn_config_makefile dlls
/wintab32
/tests enable_tests
20750 wine_fn_config_makefile dlls
/wintrust enable_wintrust
20751 wine_fn_config_makefile dlls
/wintrust
/tests enable_tests
20752 wine_fn_config_makefile dlls
/winusb enable_winusb
20753 wine_fn_config_makefile dlls
/wlanapi enable_wlanapi
20754 wine_fn_config_makefile dlls
/wlanapi
/tests enable_tests
20755 wine_fn_config_makefile dlls
/wldap32 enable_wldap32
20756 wine_fn_config_makefile dlls
/wldap32
/tests enable_tests
20757 wine_fn_config_makefile dlls
/wmasf enable_wmasf
20758 wine_fn_config_makefile dlls
/wmcodecdspuuid enable_wmcodecdspuuid
20759 wine_fn_config_makefile dlls
/wmi enable_wmi
20760 wine_fn_config_makefile dlls
/wmiutils enable_wmiutils
20761 wine_fn_config_makefile dlls
/wmiutils
/tests enable_tests
20762 wine_fn_config_makefile dlls
/wmp enable_wmp
20763 wine_fn_config_makefile dlls
/wmp
/tests enable_tests
20764 wine_fn_config_makefile dlls
/wmphoto enable_wmphoto
20765 wine_fn_config_makefile dlls
/wmvcore enable_wmvcore
20766 wine_fn_config_makefile dlls
/wmvcore
/tests enable_tests
20767 wine_fn_config_makefile dlls
/wnaspi32 enable_wnaspi32
20768 wine_fn_config_makefile dlls
/wow32 enable_win16
20769 wine_fn_config_makefile dlls
/wpc enable_wpc
20770 wine_fn_config_makefile dlls
/wpc
/tests enable_tests
20771 wine_fn_config_makefile dlls
/wpcap enable_wpcap
20772 wine_fn_config_makefile dlls
/ws2_32 enable_ws2_32
20773 wine_fn_config_makefile dlls
/ws2_32
/tests enable_tests
20774 wine_fn_config_makefile dlls
/wsdapi enable_wsdapi
20775 wine_fn_config_makefile dlls
/wsdapi
/tests enable_tests
20776 wine_fn_config_makefile dlls
/wshom.ocx enable_wshom_ocx
20777 wine_fn_config_makefile dlls
/wshom.ocx
/tests enable_tests
20778 wine_fn_config_makefile dlls
/wsnmp32 enable_wsnmp32
20779 wine_fn_config_makefile dlls
/wsnmp32
/tests enable_tests
20780 wine_fn_config_makefile dlls
/wsock32 enable_wsock32
20781 wine_fn_config_makefile dlls
/wtsapi32 enable_wtsapi32
20782 wine_fn_config_makefile dlls
/wtsapi32
/tests enable_tests
20783 wine_fn_config_makefile dlls
/wuapi enable_wuapi
20784 wine_fn_config_makefile dlls
/wuaueng enable_wuaueng
20785 wine_fn_config_makefile dlls
/x3daudio1_0 enable_x3daudio1_0
20786 wine_fn_config_makefile dlls
/x3daudio1_1 enable_x3daudio1_1
20787 wine_fn_config_makefile dlls
/x3daudio1_2 enable_x3daudio1_2
20788 wine_fn_config_makefile dlls
/x3daudio1_3 enable_x3daudio1_3
20789 wine_fn_config_makefile dlls
/x3daudio1_4 enable_x3daudio1_4
20790 wine_fn_config_makefile dlls
/x3daudio1_5 enable_x3daudio1_5
20791 wine_fn_config_makefile dlls
/x3daudio1_6 enable_x3daudio1_6
20792 wine_fn_config_makefile dlls
/x3daudio1_7 enable_x3daudio1_7
20793 wine_fn_config_makefile dlls
/xapofx1_1 enable_xapofx1_1
20794 wine_fn_config_makefile dlls
/xapofx1_2 enable_xapofx1_2
20795 wine_fn_config_makefile dlls
/xapofx1_3 enable_xapofx1_3
20796 wine_fn_config_makefile dlls
/xapofx1_4 enable_xapofx1_4
20797 wine_fn_config_makefile dlls
/xapofx1_5 enable_xapofx1_5
20798 wine_fn_config_makefile dlls
/xaudio2_0 enable_xaudio2_0
20799 wine_fn_config_makefile dlls
/xaudio2_1 enable_xaudio2_1
20800 wine_fn_config_makefile dlls
/xaudio2_2 enable_xaudio2_2
20801 wine_fn_config_makefile dlls
/xaudio2_3 enable_xaudio2_3
20802 wine_fn_config_makefile dlls
/xaudio2_4 enable_xaudio2_4
20803 wine_fn_config_makefile dlls
/xaudio2_5 enable_xaudio2_5
20804 wine_fn_config_makefile dlls
/xaudio2_6 enable_xaudio2_6
20805 wine_fn_config_makefile dlls
/xaudio2_7 enable_xaudio2_7
20806 wine_fn_config_makefile dlls
/xaudio2_
7/tests enable_tests
20807 wine_fn_config_makefile dlls
/xaudio2_8 enable_xaudio2_8
20808 wine_fn_config_makefile dlls
/xaudio2_9 enable_xaudio2_9
20809 wine_fn_config_makefile dlls
/xinput1_1 enable_xinput1_1
20810 wine_fn_config_makefile dlls
/xinput1_2 enable_xinput1_2
20811 wine_fn_config_makefile dlls
/xinput1_3 enable_xinput1_3
20812 wine_fn_config_makefile dlls
/xinput1_
3/tests enable_tests
20813 wine_fn_config_makefile dlls
/xinput1_4 enable_xinput1_4
20814 wine_fn_config_makefile dlls
/xinput9_1_0 enable_xinput9_1_0
20815 wine_fn_config_makefile dlls
/xmllite enable_xmllite
20816 wine_fn_config_makefile dlls
/xmllite
/tests enable_tests
20817 wine_fn_config_makefile dlls
/xolehlp enable_xolehlp
20818 wine_fn_config_makefile dlls
/xpsprint enable_xpsprint
20819 wine_fn_config_makefile dlls
/xpssvcs enable_xpssvcs
20820 wine_fn_config_makefile fonts enable_fonts
20821 wine_fn_config_makefile include enable_include
20822 wine_fn_config_makefile libs
/port enable_port
20823 wine_fn_config_makefile libs
/wine enable_wine
20824 wine_fn_config_makefile libs
/wpp enable_wpp
20825 wine_fn_config_makefile loader enable_loader
20826 wine_fn_config_makefile po enable_po
20827 wine_fn_config_makefile programs
/arp enable_arp
20828 wine_fn_config_makefile programs
/aspnet_regiis enable_aspnet_regiis
20829 wine_fn_config_makefile programs
/attrib enable_attrib
20830 wine_fn_config_makefile programs
/cabarc enable_cabarc
20831 wine_fn_config_makefile programs
/cacls enable_cacls
20832 wine_fn_config_makefile programs
/clock enable_clock
20833 wine_fn_config_makefile programs
/cmd enable_cmd
20834 wine_fn_config_makefile programs
/cmd
/tests enable_tests
20835 wine_fn_config_makefile programs
/conhost enable_conhost
20836 wine_fn_config_makefile programs
/control enable_control
20837 wine_fn_config_makefile programs
/cscript enable_cscript
20838 wine_fn_config_makefile programs
/dism enable_dism
20839 wine_fn_config_makefile programs
/dpnsvr enable_dpnsvr
20840 wine_fn_config_makefile programs
/dxdiag enable_dxdiag
20841 wine_fn_config_makefile programs
/eject enable_eject
20842 wine_fn_config_makefile programs
/expand enable_expand
20843 wine_fn_config_makefile programs
/explorer enable_explorer
20844 wine_fn_config_makefile programs
/extrac32 enable_extrac32
20845 wine_fn_config_makefile programs
/fc enable_fc
20846 wine_fn_config_makefile programs
/find enable_find
20847 wine_fn_config_makefile programs
/findstr enable_findstr
20848 wine_fn_config_makefile programs
/fsutil enable_fsutil
20849 wine_fn_config_makefile programs
/hh enable_hh
20850 wine_fn_config_makefile programs
/hostname enable_hostname
20851 wine_fn_config_makefile programs
/icacls enable_icacls
20852 wine_fn_config_makefile programs
/icinfo enable_icinfo
20853 wine_fn_config_makefile programs
/iexplore enable_iexplore
20854 wine_fn_config_makefile programs
/ipconfig enable_ipconfig
20855 wine_fn_config_makefile programs
/lodctr enable_lodctr
20856 wine_fn_config_makefile programs
/mofcomp enable_mofcomp
20857 wine_fn_config_makefile programs
/mshta enable_mshta
20858 wine_fn_config_makefile programs
/msidb enable_msidb
20859 wine_fn_config_makefile programs
/msiexec enable_msiexec
20860 wine_fn_config_makefile programs
/msinfo32 enable_msinfo32
20861 wine_fn_config_makefile programs
/net enable_net
20862 wine_fn_config_makefile programs
/netsh enable_netsh
20863 wine_fn_config_makefile programs
/netstat enable_netstat
20864 wine_fn_config_makefile programs
/ngen enable_ngen
20865 wine_fn_config_makefile programs
/notepad enable_notepad
20866 wine_fn_config_makefile programs
/oleview enable_oleview
20867 wine_fn_config_makefile programs
/ping enable_ping
20868 wine_fn_config_makefile programs
/plugplay enable_plugplay
20869 wine_fn_config_makefile programs
/powershell enable_powershell
20870 wine_fn_config_makefile programs
/presentationfontcache enable_presentationfontcache
20871 wine_fn_config_makefile programs
/progman enable_progman
20872 wine_fn_config_makefile programs
/reg enable_reg
20873 wine_fn_config_makefile programs
/reg
/tests enable_tests
20874 wine_fn_config_makefile programs
/regasm enable_regasm
20875 wine_fn_config_makefile programs
/regedit enable_regedit
20876 wine_fn_config_makefile programs
/regedit
/tests enable_tests
20877 wine_fn_config_makefile programs
/regsvcs enable_regsvcs
20878 wine_fn_config_makefile programs
/regsvr32 enable_regsvr32
20879 wine_fn_config_makefile programs
/rpcss enable_rpcss
20880 wine_fn_config_makefile programs
/rundll.exe16 enable_win16
20881 wine_fn_config_makefile programs
/rundll32 enable_rundll32
20882 wine_fn_config_makefile programs
/sc enable_sc
20883 wine_fn_config_makefile programs
/schtasks enable_schtasks
20884 wine_fn_config_makefile programs
/schtasks
/tests enable_tests
20885 wine_fn_config_makefile programs
/sdbinst enable_sdbinst
20886 wine_fn_config_makefile programs
/secedit enable_secedit
20887 wine_fn_config_makefile programs
/servicemodelreg enable_servicemodelreg
20888 wine_fn_config_makefile programs
/services enable_services
20889 wine_fn_config_makefile programs
/services
/tests enable_tests
20890 wine_fn_config_makefile programs
/shutdown enable_shutdown
20891 wine_fn_config_makefile programs
/spoolsv enable_spoolsv
20892 wine_fn_config_makefile programs
/start enable_start
20893 wine_fn_config_makefile programs
/subst enable_subst
20894 wine_fn_config_makefile programs
/svchost enable_svchost
20895 wine_fn_config_makefile programs
/systeminfo enable_systeminfo
20896 wine_fn_config_makefile programs
/taskkill enable_taskkill
20897 wine_fn_config_makefile programs
/tasklist enable_tasklist
20898 wine_fn_config_makefile programs
/taskmgr enable_taskmgr
20899 wine_fn_config_makefile programs
/termsv enable_termsv
20900 wine_fn_config_makefile programs
/uninstaller enable_uninstaller
20901 wine_fn_config_makefile programs
/unlodctr enable_unlodctr
20902 wine_fn_config_makefile programs
/view enable_view
20903 wine_fn_config_makefile programs
/wevtutil enable_wevtutil
20904 wine_fn_config_makefile programs
/wineboot enable_wineboot
20905 wine_fn_config_makefile programs
/winebrowser enable_winebrowser
20906 wine_fn_config_makefile programs
/winecfg enable_winecfg
20907 wine_fn_config_makefile programs
/wineconsole enable_wineconsole
20908 wine_fn_config_makefile programs
/winedbg enable_winedbg
20909 wine_fn_config_makefile programs
/winedevice enable_winedevice
20910 wine_fn_config_makefile programs
/winefile enable_winefile
20911 wine_fn_config_makefile programs
/winemenubuilder enable_winemenubuilder
20912 wine_fn_config_makefile programs
/winemine enable_winemine
20913 wine_fn_config_makefile programs
/winemsibuilder enable_winemsibuilder
20914 wine_fn_config_makefile programs
/winepath enable_winepath
20915 wine_fn_config_makefile programs
/winetest enable_winetest
20916 wine_fn_config_makefile programs
/winevdm enable_win16
20917 wine_fn_config_makefile programs
/winhelp.exe16 enable_win16
20918 wine_fn_config_makefile programs
/winhlp32 enable_winhlp32
20919 wine_fn_config_makefile programs
/winmgmt enable_winmgmt
20920 wine_fn_config_makefile programs
/winoldap.mod16 enable_win16
20921 wine_fn_config_makefile programs
/winver enable_winver
20922 wine_fn_config_makefile programs
/wmic enable_wmic
20923 wine_fn_config_makefile programs
/wmplayer enable_wmplayer
20924 wine_fn_config_makefile programs
/wordpad enable_wordpad
20925 wine_fn_config_makefile programs
/write enable_write
20926 wine_fn_config_makefile programs
/wscript enable_wscript
20927 wine_fn_config_makefile programs
/wscript
/tests enable_tests
20928 wine_fn_config_makefile programs
/wusa enable_wusa
20929 wine_fn_config_makefile programs
/xcopy enable_xcopy
20930 wine_fn_config_makefile programs
/xcopy
/tests enable_tests
20931 wine_fn_config_makefile server enable_server
20932 test "x$enable_tools" = xno || wine_fn_config_makefile tools enable_tools
20933 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/sfnt2fon enable_sfnt2fon
20934 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/widl enable_widl
20935 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/winebuild enable_winebuild
20936 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/winedump enable_winedump
20937 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/winegcc enable_winegcc
20938 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/winemaker enable_winemaker
20939 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/wmc enable_wmc
20940 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/wrc enable_wrc
20943 wine_fn_append_file CONFIGURE_TARGETS
"TAGS"
20944 wine_fn_append_file CONFIGURE_TARGETS
"tags"
20945 wine_fn_append_file CONFIGURE_TARGETS
"autom4te.cache"
20946 wine_fn_append_file CONFIGURE_TARGETS
"config.log"
20947 wine_fn_append_file CONFIGURE_TARGETS
"config.status"
20948 wine_fn_append_file CONFIGURE_TARGETS
"include/config.h"
20949 wine_fn_append_file CONFIGURE_TARGETS
"include/stamp-h"
20950 test "$wine_binary" = wine || wine_fn_append_file CONFIGURE_TARGETS
"loader/wine"
20952 if test "x$enable_tools" != xno
20954 wine_fn_append_file CONFIGURE_TARGETS
"tools/makedep$ac_exeext"
20955 ac_config_commands
="$ac_config_commands tools/makedep"
20959 ac_config_commands
="$ac_config_commands Makefile"
20962 ac_config_files
="$ac_config_files Make.tmp:Makefile.in"
20966 if test "x$enable_maintainer_mode" = xyes
20968 wine_fn_append_rule
"configure: configure.ac aclocal.m4
20969 autoconf --warnings=all
20970 include/config.h.in: include/stamp-h.in
20971 include/stamp-h.in: configure.ac aclocal.m4
20972 autoheader --warnings=all
20973 @echo timestamp > \$@"
20976 if test "x$enable_tools" != xno
20978 wine_fn_append_rule
"tools/makedep$ac_exeext: $srcdir/tools/makedep.c include/config.h config.status
20979 @./config.status tools/makedep
20980 Makefile: tools/makedep$ac_exeext
20981 fonts: tools/sfnt2fon
20982 include: tools tools/widl"
20984 wine_fn_append_rule
"\$(MAKEDEP):
20985 @echo \"You need to run make in $TOOLSDIR first\" && false"
20988 if test -n "$with_wine64"
20990 case "$with_wine64" in
20994 rm -f fonts server
2>/dev
/null
20995 wine_fn_append_rule
"all: loader/wine64 loader/wine64-preloader $with_wine64/loader/wine $with_wine64/loader/wine-preloader
20996 loader/wine64 loader/wine64-preloader:
20997 rm -f \$@ && \$(LN_S) $reldir$with_wine64/\$@ \$@
20998 $with_wine64/loader/wine:
20999 rm -f \$@ && \$(LN_S) $ac_pwd/loader/wine \$@
21000 $with_wine64/loader/wine-preloader:
21001 rm -f \$@ && \$(LN_S) $ac_pwd/loader/wine-preloader \$@
21003 rm -f loader/wine64 loader/wine64-preloader $with_wine64/loader/wine $with_wine64/loader/wine-preloader"
21005 TOP_INSTALL_DEV
="$TOP_INSTALL_DEV include"
21006 TOP_INSTALL_LIB
="$TOP_INSTALL_LIB \
21008 loader/l_intl.nls \
21010 loader/winehid.inf \
21011 programs/msidb/msidb \
21012 programs/msiexec/msiexec \
21013 programs/notepad/notepad \
21014 programs/regedit/regedit \
21015 programs/regsvr32/regsvr32 \
21016 programs/wineboot/wineboot \
21017 programs/winecfg/winecfg \
21018 programs/wineconsole/wineconsole \
21019 programs/winedbg/winedbg \
21020 programs/winefile/winefile \
21021 programs/winemine/winemine \
21022 programs/winepath/winepath \
21026 cygwin
*|mingw32
*|darwin
*|macosx
*|linux-android
*) ;;
21027 *) TOP_INSTALL_LIB
="$TOP_INSTALL_LIB loader/wine.desktop" ;;
21031 $as_echo " done" >&6
21032 cat >confcache
<<\_ACEOF
21033 # This file is a shell script that caches the results of configure
21034 # tests run on this system so they can be shared between configure
21035 # scripts and configure runs, see configure's option --config-cache.
21036 # It is not useful on other systems. If it contains results you don't
21037 # want to keep, you may remove or edit it.
21039 # config.status only pays attention to the cache file if you give it
21040 # the --recheck option to rerun configure.
21042 # `ac_cv_env_foo' variables (set or unset) will be overridden when
21043 # loading this file, other *unset* `ac_cv_foo' will be assigned the
21044 # following values.
21048 # The following way of writing the cache mishandles newlines in values,
21049 # but we know of no workaround that is simple, portable, and efficient.
21050 # So, we kill variables containing newlines.
21051 # Ultrix sh set writes to stderr and can't be redirected directly,
21052 # and sets the high bit in the cache file unless we assign to the vars.
21054 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
21055 eval ac_val
=\$
$ac_var
21059 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
21060 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
21063 _ | IFS | as_nl
) ;; #(
21064 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
21065 *) { eval $ac_var=; unset $ac_var;} ;;
21071 case $as_nl`(ac_space=' '; set) 2>&1` in #(
21072 *${as_nl}ac_space
=\
*)
21073 # `set' does not quote correctly, so add quotes: double-quote
21074 # substitution turns \\\\ into \\, and sed turns \\ into \.
21077 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
21080 # `set' quotes correctly as required by POSIX, so do not add quotes.
21081 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
21090 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
21092 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
21094 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
21095 if test -w "$cache_file"; then
21096 if test "x$cache_file" != "x/dev/null"; then
21097 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
21098 $as_echo "$as_me: updating cache $cache_file" >&6;}
21099 if test ! -f "$cache_file" ||
test -h "$cache_file"; then
21100 cat confcache
>"$cache_file"
21102 case $cache_file in #(
21104 mv -f confcache
"$cache_file"$$
&&
21105 mv -f "$cache_file"$$
"$cache_file" ;; #(
21107 mv -f confcache
"$cache_file" ;;
21112 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
21113 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
21118 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
21119 # Let make expand exec_prefix.
21120 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
21122 DEFS
=-DHAVE_CONFIG_H
21127 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
21128 # 1. Remove the extension, and $U if already installed.
21129 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
21130 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
21131 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
21132 # will be set to the directory where LIBOBJS objects are built.
21133 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
21134 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
21136 LIBOBJS
=$ac_libobjs
21138 LTLIBOBJS
=$ac_ltlibobjs
21142 : "${CONFIG_STATUS=./config.status}"
21144 ac_clean_files_save
=$ac_clean_files
21145 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
21146 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
21147 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
21149 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
21151 # Generated by $as_me.
21152 # Run this file to recreate the current configuration.
21153 # Compiler output produced by configure, useful for debugging
21154 # configure, is in config.log if it exists.
21157 ac_cs_recheck=false
21160 SHELL=\${CONFIG_SHELL-$SHELL}
21163 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
21164 ## -------------------- ##
21165 ## M4sh Initialization. ##
21166 ## -------------------- ##
21168 # Be more Bourne compatible
21169 DUALCASE
=1; export DUALCASE
# for MKS sh
21170 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
21173 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21174 # is contrary to our usage. Disable this feature.
21175 alias -g '${1+"$@"}'='"$@"'
21176 setopt NO_GLOB_SUBST
21178 case `(set -o) 2>/dev/null` in #(
21190 # Printing a long string crashes Solaris 7 /usr/bin/printf.
21191 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
21192 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
21193 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
21194 # Prefer a ksh shell builtin over an external printf program on Solaris,
21195 # but without wasting forks for bash or zsh.
21196 if test -z "$BASH_VERSION$ZSH_VERSION" \
21197 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
21198 as_echo='print
-r --'
21199 as_echo_n='print
-rn --'
21200 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
21201 as_echo='printf %s
\n'
21202 as_echo_n='printf %s
'
21204 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
21205 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
21206 as_echo_n='/usr
/ucb
/echo -n'
21208 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
21209 as_echo_n_body='eval
21213 expr "X$arg" : "X\\(.*\\)$as_nl";
21214 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
21216 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
21218 export as_echo_n_body
21219 as_echo_n='sh
-c $as_echo_n_body as_echo
'
21221 export as_echo_body
21222 as_echo='sh
-c $as_echo_body as_echo
'
21225 # The user is always right.
21226 if test "${PATH_SEPARATOR+set}" != set; then
21228 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
21229 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
21236 # We need space, tab and new line, in precisely that order. Quoting is
21237 # there to prevent editors from complaining about space-tab.
21238 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
21239 # splitting by setting IFS to empty value.)
21242 # Find who we are. Look in the path if we contain no directory separator.
21245 *[\\/]* ) as_myself=$0 ;;
21246 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
21247 for as_dir in $PATH
21250 test -z "$as_dir" && as_dir=.
21251 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
21257 # We did not find ourselves, most probably we were run as `sh COMMAND'
21258 # in which case we are not to be found in the path.
21259 if test "x$as_myself" = x
; then
21262 if test ! -f "$as_myself"; then
21263 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
21267 # Unset variables that we do not need and which cause bugs (e.g. in
21268 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
21269 # suppresses any "Segmentation fault" message there. '((' could
21270 # trigger a bug in pdksh 5.2.14.
21271 for as_var
in BASH_ENV ENV MAIL MAILPATH
21272 do eval test x\
${$as_var+set} = xset \
21273 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
21286 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
21289 # as_fn_error STATUS ERROR [LINENO LOG_FD]
21290 # ----------------------------------------
21291 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
21292 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
21293 # script with STATUS, using 1 if that was 0.
21296 as_status
=$1; test $as_status -eq 0 && as_status
=1
21298 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
21299 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
21301 $as_echo "$as_me: error: $2" >&2
21302 as_fn_exit
$as_status
21306 # as_fn_set_status STATUS
21307 # -----------------------
21308 # Set $? to STATUS, without forking.
21309 as_fn_set_status
()
21312 } # as_fn_set_status
21314 # as_fn_exit STATUS
21315 # -----------------
21316 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
21320 as_fn_set_status
$1
21326 # Portably unset VAR.
21329 { eval $1=; unset $1;}
21331 as_unset
=as_fn_unset
21332 # as_fn_append VAR VALUE
21333 # ----------------------
21334 # Append the text in VALUE to the end of the definition contained in VAR. Take
21335 # advantage of any shell optimizations that allow amortized linear growth over
21336 # repeated appends, instead of the typical quadratic growth present in naive
21338 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
21339 eval 'as_fn_append ()
21350 # as_fn_arith ARG...
21351 # ------------------
21352 # Perform arithmetic evaluation on the ARGs, and store the result in the
21353 # global $as_val. Take advantage of shells that can avoid forks. The arguments
21354 # must be portable across $(()) and expr.
21355 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
21356 eval 'as_fn_arith ()
21363 as_val
=`expr "$@" || test $? -eq 1`
21368 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
21369 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
21375 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
21376 as_basename
=basename
21381 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
21387 as_me
=`$as_basename -- "$0" ||
21388 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
21389 X"$0" : 'X\(//\)$' \| \
21390 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
21392 sed '/^.*\/\([^/][^/]*\)\/*$/{
21406 # Avoid depending upon Character Ranges.
21407 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
21408 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
21409 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
21410 as_cr_digits
='0123456789'
21411 as_cr_alnum
=$as_cr_Letters$as_cr_digits
21413 ECHO_C
= ECHO_N
= ECHO_T
=
21414 case `echo -n x` in #(((((
21416 case `echo 'xy\c'` in
21417 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
21419 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
21426 rm -f conf$$ conf$$.exe conf$$.
file
21427 if test -d conf$$.dir
; then
21428 rm -f conf$$.dir
/conf$$.
file
21431 mkdir conf$$.dir
2>/dev
/null
21433 if (echo >conf$$.
file) 2>/dev
/null
; then
21434 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
21436 # ... but there are two gotchas:
21437 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
21438 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
21439 # In both cases, we have to default to `cp -pR'.
21440 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
21442 elif ln conf$$.
file conf$$
2>/dev
/null
; then
21450 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
21451 rmdir conf$$.dir
2>/dev
/null
21456 # Create "$as_dir" as a directory, including parents if necessary.
21461 -*) as_dir
=.
/$as_dir;;
21463 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
21467 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
21468 *) as_qdir
=$as_dir;;
21470 as_dirs
="'$as_qdir' $as_dirs"
21471 as_dir
=`$as_dirname -- "$as_dir" ||
21472 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
21473 X"$as_dir" : 'X\(//\)[^/]' \| \
21474 X"$as_dir" : 'X\(//\)$' \| \
21475 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
21476 $as_echo X"$as_dir" |
21477 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
21481 /^X\(\/\/\)[^/].*/{
21494 test -d "$as_dir" && break
21496 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
21497 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
21501 if mkdir
-p .
2>/dev
/null
; then
21502 as_mkdir_p
='mkdir -p "$as_dir"'
21504 test -d .
/-p && rmdir .
/-p
21509 # as_fn_executable_p FILE
21510 # -----------------------
21511 # Test if FILE is an executable regular file.
21512 as_fn_executable_p
()
21514 test -f "$1" && test -x "$1"
21515 } # as_fn_executable_p
21516 as_test_x
='test -x'
21517 as_executable_p
=as_fn_executable_p
21519 # Sed expression to map a string onto a valid CPP name.
21520 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
21522 # Sed expression to map a string onto a valid variable name.
21523 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
21527 ## ----------------------------------- ##
21528 ## Main body of $CONFIG_STATUS script. ##
21529 ## ----------------------------------- ##
21531 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
21533 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
21534 # Save the log message, to keep $0 and so on meaningful, and to
21535 # report actual input values of CONFIG_FILES etc. instead of their
21536 # values after options handling.
21538 This file was extended by Wine $as_me 4.10, which was
21539 generated by GNU Autoconf 2.69. Invocation command line was
21541 CONFIG_FILES = $CONFIG_FILES
21542 CONFIG_HEADERS = $CONFIG_HEADERS
21543 CONFIG_LINKS = $CONFIG_LINKS
21544 CONFIG_COMMANDS = $CONFIG_COMMANDS
21547 on `(hostname || uname -n) 2>/dev/null | sed 1q`
21552 case $ac_config_files in *"
21553 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
21556 case $ac_config_headers in *"
21557 "*) set x
$ac_config_headers; shift; ac_config_headers
=$
*;;
21561 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
21562 # Files that config.status was made for.
21563 config_files="$ac_config_files"
21564 config_headers="$ac_config_headers"
21565 config_links="$ac_config_links"
21566 config_commands="$ac_config_commands"
21570 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
21572 \`$as_me' instantiates files and other configuration actions
21573 from templates according to the current configuration. Unless the files
21574 and actions are specified as TAGs, all are instantiated by default.
21576 Usage: $0 [OPTION]... [TAG]...
21578 -h, --help print this help, then exit
21579 -V, --version print version number and configuration settings, then exit
21580 --config print configuration, then exit
21581 -q, --quiet, --silent
21582 do not print progress messages
21583 -d, --debug don't remove temporary files
21584 --recheck update $as_me by reconfiguring in the same conditions
21585 --file=FILE[:TEMPLATE]
21586 instantiate the configuration file FILE
21587 --header=FILE[:TEMPLATE]
21588 instantiate the configuration header FILE
21590 Configuration files:
21593 Configuration headers:
21596 Configuration links:
21599 Configuration commands:
21602 Report bugs to <wine-devel@winehq.org>.
21603 Wine home page: <https://www.winehq.org>."
21606 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
21607 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
21609 Wine config.status 4.10
21610 configured by $0, generated by GNU Autoconf 2.69,
21611 with options \\"\$ac_cs_config\\"
21613 Copyright (C) 2012 Free Software Foundation, Inc.
21614 This config.status script is free software; the Free Software Foundation
21615 gives unlimited permission to copy, distribute and modify it."
21619 test -n "\$AWK" || AWK=awk
21622 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
21623 # The default lists apply if the user does not specify any file.
21629 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
21630 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
21634 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
21646 # Handling of the options.
21647 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
21649 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
21650 $as_echo "$ac_cs_version"; exit ;;
21651 --config |
--confi |
--conf |
--con |
--co |
--c )
21652 $as_echo "$ac_cs_config"; exit ;;
21653 --debug |
--debu |
--deb |
--de |
--d |
-d )
21655 --file |
--fil |
--fi |
--f )
21658 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
21659 '') as_fn_error $?
"missing file argument" ;;
21661 as_fn_append CONFIG_FILES
" '$ac_optarg'"
21662 ac_need_defaults
=false
;;
21663 --header |
--heade |
--head |
--hea )
21666 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
21668 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
21669 ac_need_defaults
=false
;;
21671 # Conflict between --help and --header
21672 as_fn_error $?
"ambiguous option: \`$1'
21673 Try \`$0 --help' for more information.";;
21674 --help |
--hel |
-h )
21675 $as_echo "$ac_cs_usage"; exit ;;
21676 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
21677 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
21680 # This is an error.
21681 -*) as_fn_error $?
"unrecognized option: \`$1'
21682 Try \`$0 --help' for more information." ;;
21684 *) as_fn_append ac_config_targets
" $1"
21685 ac_need_defaults
=false
;;
21691 ac_configure_extra_args
=
21693 if $ac_cs_silent; then
21695 ac_configure_extra_args
="$ac_configure_extra_args --silent"
21699 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
21700 if \$ac_cs_recheck; then
21701 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
21703 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
21704 CONFIG_SHELL='$SHELL'
21705 export CONFIG_SHELL
21710 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
21714 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
21715 ## Running $as_me. ##
21721 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
21725 wine_fn_output_makedep ()
21727 as_dir=tools; as_fn_mkdir_p
21728 $CC -Iinclude -I$srcdir/include -D__WINESRC__ $EXTRACFLAGS $CPPFLAGS $CFLAGS -o tools/makedep$ac_exeext $srcdir/tools/makedep.c $LDFLAGS
21730 wine_fn_output_makefile ()
21732 cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && rm -f Make.tmp && "$wine_makedep" && return
21733 `cat $wine_rules_file`
21735 as_fn_error $? "could not create Makefile" "$LINENO" 5
21740 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
21742 # Handling of arguments.
21743 for ac_config_target
in $ac_config_targets
21745 case $ac_config_target in
21746 "include/config.h") CONFIG_HEADERS
="$CONFIG_HEADERS include/config.h" ;;
21747 "include/stamp-h") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/stamp-h" ;;
21748 "fonts/marlett.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
21749 "fonts/symbol.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
21750 "fonts/tahoma.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
21751 "fonts/tahomabd.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
21752 "fonts/wingding.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/wingding.ttf:fonts/wingding.ttf" ;;
21753 "loader/l_intl.nls") CONFIG_LINKS
="$CONFIG_LINKS loader/l_intl.nls:loader/l_intl.nls" ;;
21754 "wine") CONFIG_LINKS
="$CONFIG_LINKS wine:tools/winewrapper" ;;
21755 "wine64") CONFIG_LINKS
="$CONFIG_LINKS wine64:tools/winewrapper" ;;
21756 "tools/makedep") CONFIG_COMMANDS
="$CONFIG_COMMANDS tools/makedep" ;;
21757 "Makefile") CONFIG_COMMANDS
="$CONFIG_COMMANDS Makefile" ;;
21758 "Make.tmp") CONFIG_FILES
="$CONFIG_FILES Make.tmp:Makefile.in" ;;
21760 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
21765 # If the user did not use the arguments to specify the items to instantiate,
21766 # then the envvar interface is used. Set only those that are not.
21767 # We use the long form for the default assignment because of an extremely
21768 # bizarre bug on SunOS 4.1.3.
21769 if $ac_need_defaults; then
21770 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
21771 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
21772 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS
=$config_links
21773 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
21776 # Have a temporary directory for convenience. Make it in the build tree
21777 # simply because there is no reason against having it here, and in addition,
21778 # creating and moving files from /tmp can sometimes cause problems.
21779 # Hook for its removal unless debugging.
21780 # Note that there is a small window in which the directory will not be cleaned:
21781 # after its creation but before its name has been assigned to `$tmp'.
21785 trap 'exit_status=$?
21786 : "${ac_tmp:=$tmp}"
21787 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
21789 trap 'as_fn_exit 1' 1 2 13 15
21791 # Create a (secure) tmp directory for tmp files.
21794 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
21798 tmp
=.
/conf$$
-$RANDOM
21799 (umask 077 && mkdir
"$tmp")
21800 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
21803 # Set up the scripts for CONFIG_FILES section.
21804 # No need to generate them if there are no CONFIG_FILES.
21805 # This happens for instance with `./config.status config.h'.
21806 if test -n "$CONFIG_FILES"; then
21809 ac_cr
=`echo X | tr X '\015'`
21810 # On cygwin, bash can eat \r inside `` if the user requested igncr.
21811 # But we know of no other shell where ac_cr would be empty at this
21812 # point, so we can use a bashism as a fallback.
21813 if test "x$ac_cr" = x
; then
21814 eval ac_cr
=\$
\'\\r
\'
21816 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
21817 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
21820 ac_cs_awk_cr
=$ac_cr
21823 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
21828 echo "cat >conf$$subs.awk <<_ACEOF" &&
21829 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
21831 } >conf$$subs.sh ||
21832 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
21833 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
21835 for ac_last_try in false false false false false :; do
21836 . ./conf$$subs.sh ||
21837 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
21839 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
21840 if test $ac_delim_n = $ac_delim_num; then
21842 elif $ac_last_try; then
21843 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
21845 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
21848 rm -f conf$$subs.sh
21850 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
21851 cat >>"\
$ac_tmp/subs1.
awk" <<\\_ACAWK &&
21855 s/^/S["/; s
/!.
*/"]=/
21865 s/\(.\{148\}\)..*/\1/
21867 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
21872 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
21879 s/\(.\{148\}\)..*/\1/
21881 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
21885 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
21890 ' <conf$$subs.awk | sed '
21895 ' >>$CONFIG_STATUS || ac_write_fail=1
21896 rm -f conf$$subs.awk
21897 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
21899 cat >>"\
$ac_tmp/subs1.
awk" <<_ACAWK &&
21900 for (key in S) S_is_set[key] = 1
21906 nfields = split(line, field, "@
")
21908 len = length(field[1])
21909 for (i = 2; i < nfields; i++) {
21911 keylen = length(key)
21912 if (S_is_set[key]) {
21914 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
21915 len += length(value) + length(field[++i])
21926 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
21927 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
21928 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
21931 fi < "$ac_tmp/subs1.
awk" > "$ac_tmp/subs.
awk" \
21932 || as_fn_error $? "could not setup config files machinery
" "$LINENO" 5
21935 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
21936 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".
", strip leading and
21937 # trailing colons and then remove the whole line if VPATH becomes empty
21938 # (actually we leave an empty line to preserve line numbers).
21939 if test "x
$srcdir" = x.; then
21940 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
21958 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
21959 fi # test -n "$CONFIG_FILES"
21961 # Set up the scripts for CONFIG_HEADERS section.
21962 # No need to generate them if there are no CONFIG_HEADERS.
21963 # This happens for instance with `./config.status Makefile'.
21964 if test -n "$CONFIG_HEADERS"; then
21965 cat >"$ac_tmp/defines.
awk" <<\_ACAWK ||
21969 # Transform confdefs.h into an awk script `defines.awk', embedded as
21970 # here-document in config.status, that substitutes the proper values into
21971 # config.h.in to produce config.h.
21973 # Create a delimiter string that does not exist in confdefs.h, to ease
21974 # handling of long lines.
21976 for ac_last_try in false false :; do
21977 ac_tt=`sed -n "/$ac_delim/p
" confdefs.h`
21978 if test -z "$ac_tt"; then
21980 elif $ac_last_try; then
21981 as_fn_error $? "could not
make $CONFIG_HEADERS" "$LINENO" 5
21983 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
21987 # For the awk script, D is an array of macro values keyed by name,
21988 # likewise P contains macro parameters if any. Preserve backslash
21989 # newline sequences.
21991 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
21993 s/.\{148\}/&'"$ac_delim"'/g
21996 s/^[ ]*#[ ]*define[ ][ ]*/ /
22003 s
/^ \
('"$ac_word_re"'\
)\
(([^
()]*)\
)[ ]*\
(.
*\
)/P
["\1"]="\2"\
22005 s
/^ \
('"$ac_word_re"'\
)[ ]*\
(.
*\
)/D
["\1"]=" \2"/p
22009 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\
1"]="\
2"\
22010 D["\
1"]=" \
3\\\\\\n
"\\/p
22012 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\
1"]=" \
2\\\\\\n
"\\/p
22017 s/.\{148\}/&'"$ac_delim"'/g
22022 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/p
22025 s
/["\\]/\\&/g; s/^/"/; s
/$
/\\\\\\n
"\\/p
22027 ' <confdefs.h | sed '
22028 s/'"$ac_delim"'/"\\\
22029 "/g' >>$CONFIG_STATUS || ac_write_fail=1
22031 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22032 for (key in D) D_is_set[key] = 1
22035 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
22037 split(line, arg, " ")
22038 if (arg[1] == "#") {
22042 defundef
= substr
(arg
[1], 2)
22045 split(mac1
, mac2
, "(") #)
22047 prefix
= substr
(line
, 1, index
(line
, defundef
) - 1)
22048 if (D_is_set
[macro
]) {
22049 # Preserve the white space surrounding the "#".
22050 print prefix
"define", macro P
[macro
] D
[macro
]
22053 # Replace #undef with comments. This is necessary, for example,
22054 # in the case of _POSIX_SOURCE, which is predefined and required
22055 # on some systems where configure will not decide to define it.
22056 if (defundef
== "undef") {
22057 print
"/*", prefix defundef
, macro
, "*/"
22065 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
22066 as_fn_error $?
"could not setup config headers machinery" "$LINENO" 5
22067 fi # test -n "$CONFIG_HEADERS"
22070 eval set X
" :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
22075 :[FHLC
]) ac_mode
=$ac_tag; continue;;
22077 case $ac_mode$ac_tag in
22079 :L
* |
:C
*:*) as_fn_error $?
"invalid tag \`$ac_tag'" "$LINENO" 5;;
22080 :[FH
]-) ac_tag
=-:-;;
22081 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
22098 -) ac_f
="$ac_tmp/stdin";;
22099 *) # Look for the file first in the build tree, then in the source tree
22100 # (if the path is not absolute). The absolute path cannot be DOS-style,
22101 # because $ac_f cannot contain `:'.
22105 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
22107 as_fn_error
1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
22109 case $ac_f in *\'*) ac_f
=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
22110 as_fn_append ac_file_inputs
" '$ac_f'"
22113 # Let's still pretend it is `configure' which instantiates (i.e., don't
22114 # use $as_me), people would be surprised to read:
22115 # /* config.h. Generated by config.status. */
22116 configure_input
='Generated from '`
22117 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
22119 if test x
"$ac_file" != x-
; then
22120 configure_input
="$ac_file. $configure_input"
22121 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
22122 $as_echo "$as_me: creating $ac_file" >&6;}
22124 # Neutralize special characters interpreted by sed in replacement strings.
22125 case $configure_input in #(
22126 *\
&* |
*\|
* |
*\\* )
22127 ac_sed_conf_input
=`$as_echo "$configure_input" |
22128 sed 's/[\\\\&|]/\\\\&/g'`;; #(
22129 *) ac_sed_conf_input
=$configure_input;;
22133 *:-:* |
*:-) cat >"$ac_tmp/stdin" \
22134 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5 ;;
22139 ac_dir
=`$as_dirname -- "$ac_file" ||
22140 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
22141 X"$ac_file" : 'X\(//\)[^/]' \| \
22142 X"$ac_file" : 'X\(//\)$' \| \
22143 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
22144 $as_echo X"$ac_file" |
22145 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
22149 /^X\(\/\/\)[^/].*/{
22162 as_dir
="$ac_dir"; as_fn_mkdir_p
22166 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
22168 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
22169 # A ".." for each directory in $ac_dir_suffix.
22170 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
22171 case $ac_top_builddir_sub in
22172 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
22173 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
22176 ac_abs_top_builddir
=$ac_pwd
22177 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
22178 # for backward compatibility:
22179 ac_top_builddir
=$ac_top_build_prefix
22182 .
) # We are building in place.
22184 ac_top_srcdir
=$ac_top_builddir_sub
22185 ac_abs_top_srcdir
=$ac_pwd ;;
22186 [\\/]* | ?
:[\\/]* ) # Absolute name.
22187 ac_srcdir
=$srcdir$ac_dir_suffix;
22188 ac_top_srcdir
=$srcdir
22189 ac_abs_top_srcdir
=$srcdir ;;
22190 *) # Relative name.
22191 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
22192 ac_top_srcdir
=$ac_top_build_prefix$srcdir
22193 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
22195 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
22206 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
22207 # If the template does not know about datarootdir, expand it.
22208 # FIXME: This hack should be removed a few years after 2.60.
22209 ac_datarootdir_hack
=; ac_datarootdir_seen
=
22220 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
22221 *datarootdir
*) ac_datarootdir_seen
=yes;;
22222 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
22223 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
22224 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
22226 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22227 ac_datarootdir_hack='
22228 s&@datadir@&$datadir&g
22229 s&@docdir@&$docdir&g
22230 s&@infodir@&$infodir&g
22231 s&@localedir@&$localedir&g
22232 s&@mandir@&$mandir&g
22233 s&\\\${datarootdir}&$datarootdir&g' ;;
22237 # Neutralize VPATH when `$srcdir' = `.'.
22238 # Shell code in configure.ac might set extrasub.
22239 # FIXME: do we really want to maintain this feature?
22240 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22241 ac_sed_extra="$ac_vpsub
22244 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
22246 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
22247 s|@configure_input@|
$ac_sed_conf_input|
;t t
22248 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
22249 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
22250 s
&@srcdir@
&$ac_srcdir&;t t
22251 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
22252 s
&@top_srcdir@
&$ac_top_srcdir&;t t
22253 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
22254 s
&@builddir@
&$ac_builddir&;t t
22255 s
&@abs_builddir@
&$ac_abs_builddir&;t t
22256 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
22257 $ac_datarootdir_hack
22259 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.
awk" \
22260 >$ac_tmp/out || as_fn_error $? "could not create
$ac_file" "$LINENO" 5
22262 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
22263 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out
"`; test -n "$ac_out"; } &&
22264 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
22265 "$ac_tmp/out
"`; test -z "$ac_out"; } &&
22266 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
22267 which seems to be undefined. Please make sure it is defined" >&5
22268 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
22269 which seems to be undefined. Please make sure it is defined" >&2;}
22271 rm -f "$ac_tmp/stdin"
22273 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
22274 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
22276 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
22282 if test x"$ac_file" != x-; then
22284 $as_echo "/* $configure_input */" \
22285 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
22286 } >"$ac_tmp/config.h" \
22287 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
22288 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
22289 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
22290 $as_echo "$as_me: $ac_file is unchanged" >&6;}
22293 mv "$ac_tmp/config.h" "$ac_file" \
22294 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
22297 $as_echo "/* $configure_input */" \
22298 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
22299 || as_fn_error $? "could not create -" "$LINENO" 5
22307 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.
'; then
22310 # Prefer the file from the source tree if names are identical.
22311 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
22312 ac_source=$srcdir/$ac_source
22315 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
22316 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
22318 if test ! -r "$ac_source"; then
22319 as_fn_error $? "$ac_source: file not found" "$LINENO" 5
22323 # Try a relative symlink, then a hard link, then a copy.
22325 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
22326 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
22328 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
22329 ln "$ac_source" "$ac_file" 2>/dev/null ||
22330 cp -p "$ac_source" "$ac_file" ||
22331 as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
22334 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
22335 $as_echo "$as_me: executing $ac_file commands" >&6;}
22340 case $ac_file$ac_mode in
22341 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
22342 "tools/makedep":C) wine_fn_output_makedep || as_fn_exit $? ;;
22343 "Makefile":C) wine_fn_output_makefile Makefile ;;
22351 ac_clean_files=$ac_clean_files_save
22353 test $ac_write_fail = 0 ||
22354 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
22357 # configure is writing to config.log, and then calls config.status.
22358 # config.status does its own redirection, appending to config.log.
22359 # Unfortunately, on DOS this fails, as config.log is still kept open
22360 # by configure, so config.status won't be able to
write to it
; its
22361 # output is simply discarded. So we exec the FD to /dev/null,
22362 # effectively closing config.log, so it can be properly (re)opened and
22363 # appended to by config.status. When coming back to configure, we
22364 # need to make the FD available again.
22365 if test "$no_create" != yes; then
22367 ac_config_status_args
=
22368 test "$silent" = yes &&
22369 ac_config_status_args
="$ac_config_status_args --quiet"
22371 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
22373 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
22374 # would make configure fail if this is the last instruction.
22375 $ac_cs_success || as_fn_exit
1
22377 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
22378 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
22379 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
22383 if test "$no_create" = "yes"
22389 if test "x$wine_notices" != x
; then
22392 for msg
in $wine_notices; do
22394 if ${msg:+false} :; then :
22397 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
22398 $as_echo "$as_me: $msg" >&6;}
22403 for msg
in $wine_warnings; do
22405 if ${msg:+false} :; then :
22409 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
22410 $as_echo "$as_me: WARNING: $msg" >&2;}
22416 $as_me: Finished. Do '${ac_make}' to compile Wine.